@charset "UTF-8";
/*
Template Name: Appsa - Multipurpose HTML5 Template
Template URI: https://themeforest.net/user/themearray
Author: ThemeArray
Author URI: https://themeforest.net/user/themearray
Description: It is a Multipurpose HTML5 Template. Which is a unique feature and user competitive feature.
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Footer
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #777777;
}

.white-bg {
  background-color: #FFFFFF;
}

.transparent-bg {
  background-color: transparent;
}

.bg-purple {
  background-color: #9657f6;
}

.bg-orange {
  background-color: #FF6A00;
}

.bg-black {
  background-color: #000000;
}

.bg-red {
  background-color: #F9392D;
}

.bg-stateblue {
  background-color: #613FEE;
}

.bg-darkcoral {
  background-color: #FF6464;
}

.bg-lightgreen {
  background-color: #44D8BD;
}

.bg-lightgreen-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#44D8BD));
  background: linear-gradient(0deg, #FFFFFF, #44D8BD);
  background: -webkit-linear-gradient(0deg, #FFFFFF, #44D8BD);
}

.bg-ulightgreen {
  background-color: #E4FFFA;
}

.bg-pastel-red {
  background-color: #FF6464;
}

.bg-redpink-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(0deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0deg, #FF6A00, #EE0979);
}

.bg-yellow {
  background-color: #FF930E;
}

.bg-seashell {
  background-color: #FBF3EC;
}

.white-text {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.text-dark {
  color: #292929;
}

.text-orange {
  color: #FF6A00;
}

.text-red {
  color: #F9392D;
}

.text-purple {
  color: #9657f6;
}

.text-stateblue {
  color: #613FEE;
}

.text-green {
  color: #44D8BD;
}

.text-yellow {
  color: #FF930E;
}

.border-light-orange {
  border-color: #FFE6D3;
}

.shadowlight-red {
  -webkit-box-shadow: 0 0 0 16px rgba(255, 100, 100, 0.1);
          box-shadow: 0 0 0 16px rgba(255, 100, 100, 0.1);
}

.shadowlight-purple {
  -webkit-box-shadow: 0 0 0 16px rgba(150, 87, 246, 0.1);
          box-shadow: 0 0 0 16px rgba(150, 87, 246, 0.1);
}

.shadowlight-yellow {
  -webkit-box-shadow: 0 0 0 16px rgba(255, 147, 14, 0.1);
          box-shadow: 0 0 0 16px rgba(255, 147, 14, 0.1);
}

.border-black {
  border-color: #000000;
}

.border-no {
  border: 0;
}

.gradient-text {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(0deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0deg, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hover-bg-green:hover {
  background-color: #44D8BD;
  color: #FFFFFF;
}

.hover-bg-purple:hover {
  background-color: #9657f6;
  color: #FFFFFF;
}

.hover-bg-yellow:hover {
  background-color: #FF930E;
  color: #FFFFFF;
}

.hover-bg-red:hover {
  background-color: #F9392D;
  color: #FFFFFF;
}

.hover-bg-white:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.hover-bg-black:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.radius-xs {
  border-radius: 0.125rem;
}

.radius-sm {
  border-radius: 0.25rem;
}

.radius-md {
  border-radius: 0.375rem;
}

.radius-lg {
  border-radius: 0.5rem;
}

.radius-xl {
  border-radius: 0.625rem;
}

.radius-2xl {
  border-radius: 0.75rem;
}

.radius-3xl {
  border-radius: 0.875rem;
}

.radius-4xl {
  border-radius: 1rem;
}

.radius-5xl {
  border-radius: 1.25rem;
}

.radius-6xl {
  border-radius: 1.5rem;
}

.radius-7xl {
  border-radius: 1.75rem;
}

.radius-8xl {
  border-radius: 2rem;
}

.radius-50 {
  border-radius: 50%;
}

.radius-circle {
  border-radius: 9999px;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  font-size: 16px;
  line-height: 1.87;
  margin: 0;
}

@media screen and (max-width: 450px) {
  p {
    font-size: 0.93rem;
  }
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

em, cite, i {
  font-style: italic;
}

[class*='flaticon'] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

abbr, acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #f7f7f7;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  color: #292929;
  margin: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

/**
 * Main content containers
 */
.container, .container-lg {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .container, .container-lg {
    max-width: 750px;
  }
}

@media screen and (min-width: 992px) {
  .container, .container-lg {
    max-width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .container, .container-lg {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1200px) {
  .header .container, .header .container-lg {
    max-width: 1600px;
  }
}

@media screen and (min-width: 1200px) {
  .container.hero-container, .container-lg.hero-container {
    max-width: 1320px;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**
 * Hide text while making it readable for screen readers
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.figure {
  display: block;
}

.gradient-text {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(0deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0deg, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title {
  max-width: 640px;
  margin-bottom: 35px;
}

@media screen and (min-width: 576px) {
  .section-title {
    margin-bottom: 60px;
  }
}

.section-title .sub-title {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 576px) {
  .section-title .sub-title {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.section-title .sub-head {
  font-size: .95rem;
  margin-top: 1rem;
  line-height: 1.87;
  font-weight: 300;
  max-width: 500px;
}

@media (min-width: 460px) {
  .section-title .sub-head {
    font-size: .93rem;
  }
}

@media screen and (min-width: 576px) {
  .section-title .sub-head {
    font-size: 1rem;
  }
}

.section-title .main-heading {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.38;
}

@media (max-width: 375px) {
  .section-title .main-heading {
    font-size: 1.57rem;
  }
}

@media screen and (min-width: 576px) {
  .section-title .main-heading {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title .main-heading {
    font-size: 2.5rem;
  }
}

.section-gap {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 425px) {
  .section-gap {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 576px) {
  .section-gap {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .section-gap {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .section-gap {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.preloader {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.preloader .preloader-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .blobs {
  -webkit-filter: url(#goo);
          filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.preloader .blobs .blob-center {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  background: #FF6A00;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
          animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #FF6A00;
          box-shadow: 0 -10px 40px -5px #FF6A00;
}

.preloader .blob {
  position: absolute;
  background: #FF6A00;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
}

.preloader .blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.preloader .blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.preloader .blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.preloader .blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.preloader svg {
  display: none;
}

/*-------------------------------------------------
    [ ## Buttons ]
*/
button {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn:active:focus, .btn:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

[class*='btn-play'] {
  background-color: #FFFFFF;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 1.75rem;
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
}

[class*='btn-play'] .btn-play-lg {
  width: 150px;
  height: 150px;
}

[class*='btn-play'] i {
  margin-left: 5px;
}

[class*='btn-play-red-border'] {
  border: 6px solid #DD342D;
}

[class*='btn-play-red-border'] i {
  background: linear-gradient(114deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(114deg, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[class*='btn-play-white-border'] {
  border: 6px solid rgba(255, 255, 255, 0.6);
}

[class*='btn-play-white-border'] i {
  color: #613FEE;
}

[class*='btn-play-red-bg'] {
  background-color: #F9392D;
  border: 6px solid #FFFFFF;
}

[class*='btn-play-red-bg'] i {
  color: #FFFFFF;
}

.text-btn {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.9rem;
  padding: 0.75rem 1.87rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-btn.pd-y-4 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.text-btn.pd-x-5 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.text-btn [class*='flaticon'] {
  margin-right: 10px;
}

.text-btn.btn-outline.border-black {
  border: 1px solid black;
}

.text-btn.btn-outline.border-lightdark {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.text-btn.btn-outline.border-white {
  border: 1px solid white;
}

.text-btn.btn-outline.border-purple {
  border: 1px solid #9657f6;
}

.text-btn.btn-outline.border-orange {
  border: 1px solid #ff6a00;
}

.text-btn.btn-outline.border-red {
  border: 1px solid #f9392d;
}

.text-btn.btn-outline.border-lightred {
  border: 1px solid rgba(249, 57, 45, 0.2);
}

.text-btn.btn-outline.border-stateblue {
  border: 1px solid #613fee;
}

.text-btn.btn-fill {
  font-size: 1.125rem;
  padding: 0.95rem 1.5rem;
  min-width: 160px;
  text-align: center;
}

.text-btn.btn-round[class*='border'] {
  border-width: 2px;
}

.text-btn.btn-round-0 {
  font-size: 1.125rem;
  padding: 0.95rem 1.5rem;
}

.btn-gradient {
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.65rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .btn-gradient {
    font-size: 1.125rem;
    padding: 0.95rem 2rem;
  }
}

.btn-gradient span {
  -webkit-transition: all 0.53s ease-in-out;
  transition: all 0.53s ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(0deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0deg, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gradient.btn-outline {
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(114deg, #FF6A00, #EE0979) border-box;
  border: 2px solid transparent;
}

.btn-gradient.btn-outline::before, .btn-gradient.btn-outline::after {
  content: '';
  position: absolute;
  background: #FFFFFF;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-gradient.btn-outline::before {
  width: calc(100% - 26px);
  height: calc(101% + 4px * 2);
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn-gradient.btn-outline::after {
  height: calc(100% - 26px);
  width: calc(101% + 4px * 2);
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-gradient.btn-outline:hover::before {
  width: 0;
}

.btn-gradient.btn-outline:hover::after {
  height: 0;
}

.btn-gradient.btn-bordered {
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(114deg, #FF6A00, #EE0979) border-box;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-gradient.btn-bordered::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(114deg, #FF6A00, #EE0979) border-box;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-gradient.btn-bordered:hover::before {
  opacity: 1;
}

.btn-gradient.btn-bordered:hover span {
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
}

.topbutton {
  margin: 0px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  color: #FFFFFF;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  -webkit-animation: MoveUpDown 3s infinite;
          animation: MoveUpDown 3s infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  .topbutton {
    right: -5px;
    width: 3rem;
    height: 3rem;
  }
}

.topbutton i {
  font-size: 1.2rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 576px) {
  .topbutton i {
    font-size: 1rem;
  }
}

.topbutton.btn-show {
  bottom: 50px;
  opacity: .6;
  visibility: visible;
}

@media (max-width: 576px) {
  .topbutton.btn-show {
    bottom: 10px;
  }
}

.topbutton:hover {
  color: #FFFFFF;
  opacity: 1;
}

body.home__1 .topbutton {
  background: linear-gradient(114deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(114deg, #FF6A00, #EE0979);
}

body.home__2 .topbutton {
  background-color: #9657f6;
}

body.home__3 .topbutton {
  background-color: #613FEE;
}

body.home__4 .topbutton {
  background-color: #F9392D;
}

body.home__5 .topbutton {
  background-color: #FF6A00;
}

body.home__6 .topbutton {
  background-color: #000000;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rotate-45 i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-90 i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon i {
  font-size: 2.25rem;
}

.icon-sm {
  width: 65px;
  height: 65px;
}

.icon-sm i {
  font-size: 2rem;
}

.icon-md {
  width: 80px;
  height: 80px;
}

.icon-md i {
  font-size: 1.5rem;
}

.icon[class*=border] {
  border-style: solid;
}

.icon[class*=border-6] {
  border-width: 6px;
}

.icon[class*=border-18] {
  border-width: 18px;
}

.icon.rounded-sq-icon-lg {
  background-color: rgba(97, 63, 238, 0.12);
  color: #613FEE;
  border-radius: 8px;
}

.icon.rounded-sq-icon-s {
  background-color: rgba(150, 87, 246, 0.12);
  color: #9657f6;
  border-radius: 8px;
}

.icon.rounded-sq-icon-s.outline {
  background-color: rgba(0, 0, 0, 0.12);
  color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
}

.icon.rounded-number {
  background-color: rgba(255, 106, 0, 0.1);
  color: #FF6A00;
  border-radius: 8px;
}

.icon.rounded-number span {
  font-size: 40px;
  font-weight: 600;
}

.icon.icon-hexa-shadow {
  background-color: #ECE8FD;
}

.icon.icon-hexa-shadow i {
  color: #613FEE;
  font-size: 30px;
}

.icon.bg-orange-outline {
  background-color: rgba(255, 106, 0, 0.3);
}

.gradient_icon {
  background: linear-gradient(315deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(315deg, #FF6A00, #EE0979);
}

.hexagon {
  width: 60px;
  height: 95px;
  position: relative;
  border-radius: 1rem/.5rem;
}

.hexagon i {
  font-size: 2.6rem;
}

.hexagon::before, .hexagon::after {
  width: inherit;
  height: inherit;
  position: absolute;
  border-radius: inherit;
  background: inherit;
  content: '';
  z-index: -1;
}

.hexagon::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hexagon::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

a {
  color: inherit;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #292929 !important;
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #292929 !important;
}

textarea.form-control {
  display: block;
  width: 100%;
  display: block;
  min-height: 150px;
  padding-top: 0px;
}

textarea.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-floating > .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #777777;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #777777;
  opacity: 1;
}

::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #777777;
}

.form-group label {
  color: #292929;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.form-group .form-control {
  padding: 1rem 1.4rem;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

form .form-control:focus {
  background-color: transparent;
}

form.contact_form_style_1 .form-floating > .form-control {
  padding-left: 0;
}

form.contact_form_style_1 .form-floating > label {
  padding-left: 0;
}

form.contact_form_style_3 {
  background: url(../images/contact-form-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

form.contact_form_style_3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 57, 45, 0.95);
  z-index: -1;
}

form.contact_form_style_3 .form-control {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

form.contact_form_style_3 label {
  color: #FFFFFF;
}

/* Blog Post Pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-item {
  display: inline-block;
}

.pagination .page-item .page-link {
  padding: 0;
  margin: 7px;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: .93rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  color: #000000;
}

@media (min-width: 550px) {
  .pagination .page-item .page-link {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 10px;
    width: 50px;
    height: 50px;
  }
}

.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  border-color: #FF6A00;
  background-color: #FF6A00;
  color: #FFFFFF;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
}

.nav-tabs-separate {
  margin: 0 -7px;
}

.nav-tabs-separate .nav-item {
  margin: 0 7px;
}

.nav-tabs-separate .nav-link {
  border: 0px solid;
  border-radius: 7px;
  padding: 7px 20px;
  font-size: 18px;
}

.nav-tabs {
  border: 0;
}

.nav-tabs .nav-item:not(:last-child) {
  margin-right: 1rem;
}

.nav-tabs .nav-link {
  border: none;
  margin: 0;
  border-radius: 0;
  font-size: 1.125rem;
  padding: .5rem 1.25rem;
  background-color: #ece8fd;
  color: #777777;
}

.nav-tabs .nav-link.active {
  background-color: #9657f6;
  color: #FFFFFF;
}

.nav-tabs.tab-style-one .nav-link {
  border-radius: 0.3rem;
}

.nav-tabs.tab-style-one .nav-link.active {
  background-color: #9657f6;
  color: #FFFFFF;
}

.breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: .5rem 0 0 0;
}

@media screen and (min-width: 576px) {
  .breadcrumb {
    margin: 1rem 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    margin: 1.62rem 0 0 0;
  }
}

.breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 1.5rem;
  }
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '-';
  color: #FFFFFF;
  position: relative;
  top: 6px;
}

blockquote {
  position: relative;
  margin: 2rem 0;
}

blockquote p {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.8;
}

@media (min-width: 425px) {
  blockquote p {
    font-size: 1.3rem;
  }
}

@media (min-width: 576px) {
  blockquote p {
    font-size: 1.4rem;
    line-height: 1.92;
  }
}

@media (min-width: 768px) {
  blockquote p {
    font-size: 1.5rem;
  }
}

blockquote::before {
  content: "\f115";
  font-family: "Flaticon";
  font-size: 210px;
  position: absolute;
  left: 50%;
  top: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.07;
  z-index: -1;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .modal .close-btn {
    top: 40px;
    right: 40px;
    width: 54px;
    height: 54px;
  }
}

.modal .close-btn i {
  color: #000000;
  font-size: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .modal .close-btn i {
    font-size: 1.5rem;
  }
}

.modal .close-btn:hover {
  border: 1px solid #ff6a00;
}

.modal .close-btn:hover i {
  color: #FF6A00;
}

.modal .modal-dialog {
  max-width: 630px;
}

.modal .modal-content {
  border-radius: 14px;
}

.modal .modal-body {
  padding: 40px 20px;
}

@media screen and (min-width: 576px) {
  .modal .modal-body {
    padding: 70px 80px;
  }
}

.modal .title {
  margin-bottom: 1.5rem;
}

.modal .title h4 {
  margin-bottom: 1.5rem;
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  .modal .title h4 {
    font-size: 26px;
  }
}

.modal .title .line {
  width: 82px;
  height: 1px;
  background-color: #000000;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .modal .title .line {
    width: 120px;
    height: 2px;
  }
}

.modal .alt-login {
  margin-top: 25px;
  margin-bottom: 18px;
}

@media screen and (min-width: 576px) {
  .modal .alt-login {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.modal .alt-login a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 576px) {
  .modal .alt-login a {
    width: 60px;
    height: 60px;
  }
}

.modal .alt-login a svg {
  height: 18px;
}

@media screen and (min-width: 576px) {
  .modal .alt-login a svg {
    height: 27px;
  }
}

.modal .alt-login p {
  color: #000000;
  font-weight: 500;
  font-size: .93rem;
  margin-top: 1rem;
}

@media screen and (min-width: 576px) {
  .modal .alt-login p {
    font-size: 1.25rem;
  }
}

.modal form .form-group {
  position: relative;
}

.modal form .form-group .form-control {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px ​26px;
  font-weight: 300;
  font-size: .9rem;
  height: calc(3rem + 2px);
}

@media screen and (min-width: 576px) {
  .modal form .form-group .form-control {
    padding: 22px 30px;
    font-size: 1rem;
    height: calc(3.5rem + 2px);
  }
}

.modal form .form-group i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.modal form button[type=submit] {
  border-radius: 50px;
  margin-top: 2rem;
  margin: 1rem 0;
  font-size: 1.125rem;
}

.modal form button[type=submit]:focus {
  background-color: #F9392D;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}

.modal form p {
  color: #000000;
  font-size: 0.9rem;
}

@media screen and (min-width: 576px) {
  .modal form p {
    font-size: 1rem;
  }
}

.feature-card {
  padding: 70px 25px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 576px) {
  .feature-card {
    padding: 70px 45px;
  }
}

.feature-card .icon {
  margin-bottom: 1.9rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-card .feature-desc {
  font-size: 1.125rem;
  margin: 1.5rem 0 2.37rem;
}

.feature-card .btn-link {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-card .btn-link i {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-card.feature-style-1 {
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.08);
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .feature-card.feature-style-1 {
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .feature-card.feature-style-1 {
    max-width: inherit;
  }
}

.feature-card.feature-style-1::after {
  content: '';
  position: absolute;
  left: 6px;
  top: -2px;
  border-radius: 20px;
  z-index: -1;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 102.5%;
  background: linear-gradient(335deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(335deg, #FF6A00, #EE0979);
}

@media screen and (min-width: 768px) {
  .feature-card.feature-style-1::after {
    left: 15px;
    top: -2px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

.feature-card.feature-style-1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: -1;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
}

.feature-card.feature-style-1 .icon {
  margin-bottom: 1.9rem;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 1;
}

.feature-card.feature-style-1 .icon img {
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75) 0s;
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75) 0s;
  top: 0;
  left: 0;
  -webkit-transform: translate(30px, 30px) rotate(45deg);
          transform: translate(30px, 30px) rotate(45deg);
  z-index: -1;
  width: auto;
}

.feature-card.feature-style-1 .feature-title {
  font-size: 1.3rem;
}

@media screen and (min-width: 576px) {
  .feature-card.feature-style-1 .feature-title {
    font-size: 1.5rem;
  }
}

.feature-card.feature-style-1 .feature-desc {
  font-size: 0.93rem;
}

@media screen and (min-width: 576px) {
  .feature-card.feature-style-1 .feature-desc {
    font-size: 1.125rem;
  }
}

.feature-card.feature-style-1:hover .icon img.circle-dot {
  -webkit-transform: translate(-15px, 80px);
          transform: translate(-15px, 80px);
}

.feature-card.feature-style-1:hover .icon img.times1 {
  -webkit-transform: translate(-13px, -12px) rotate(360deg);
          transform: translate(-13px, -12px) rotate(360deg);
}

.feature-card.feature-style-1:hover .icon img.times2 {
  -webkit-transform: translate(86px, -10px) rotate(320deg);
          transform: translate(86px, -10px) rotate(320deg);
}

.feature-card.feature-style-2 {
  padding: 60px 20px 60px 40px;
  z-index: 1;
  border: 1px solid #ddd;
  overflow: hidden;
}

.feature-card.feature-style-2 .feature-desc {
  font-size: 1rem;
  margin: 1.5rem 0 2rem;
}

.feature-card.feature-style-2 .btn-link {
  color: #613FEE;
}

.feature-card.feature-style-2 .bg-rounded-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100% 0 0 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.feature-card.feature-style-2 .bg-rounded-overlay::before, .feature-card.feature-style-2 .bg-rounded-overlay::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100% 0 0 0;
}

.feature-card.feature-style-2 .bg-rounded-overlay::after {
  bottom: -60px;
  right: -60px;
}

.feature-card.feature-style-2:hover {
  background-color: #613FEE;
}

.feature-card.feature-style-2:hover .icon {
  background-color: #FFFFFF;
}

.feature-card.feature-style-2:hover .feature-desc, .feature-card.feature-style-2:hover .feature-title, .feature-card.feature-style-2:hover .btn-link {
  color: #FFFFFF;
}

.feature-card.feature-style-2:hover .bg-rounded-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.feature-card.feature-style-3 {
  padding: 60px 20px 60px 40px;
}

.feature-card.feature-style-3 .feature-desc {
  font-size: 1rem;
  margin: 1.5rem 0 1.8rem;
}

.feature-card.feature-style-3 .btn-link {
  color: #777777;
}

.feature-card.feature-style-3:hover .btn-link {
  color: #F9392D;
}

.feature-card.feature-style-3:hover .btn-link i {
  margin-left: 10px;
}

.feature-card.feature-style-4 {
  padding: 40px 20px 40px 30px;
}

.feature-card.feature-style-4 .icon {
  background: transparent;
}

.feature-card.feature-style-4 .feature-title {
  font-size: 1.25rem;
}

.feature-card.feature-style-4 .feature-desc {
  font-size: 1rem;
  margin: 0.8rem 0 0 0;
  font-weight: 300;
}

.feature-card.feature-style-5 {
  padding: 60px 28px;
}

.feature-card.feature-style-5 .icon {
  margin-bottom: 40px;
}

.feature-card.feature-style-5 .icon i {
  position: absolute;
}

.feature-card.feature-style-5 .card-title {
  margin-bottom: 22px;
}

.feature-card.feature-style-5 .card-desc {
  margin-bottom: 30px;
}

.pricing-card {
  border-radius: 15px;
  position: relative;
}

.pricing-card.pricing-one {
  padding: 50px 25px 40px;
  -webkit-box-shadow: 0px 0px 65px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 65px 4px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-one {
    padding: 70px 40px;
  }
}

.pricing-card.pricing-one .icon {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 15px;
}

@media screen and (min-width: 992px) {
  .pricing-card.pricing-one .icon {
    width: 80px;
    height: 80px;
    border-radius: 30px;
  }
}

.pricing-card.pricing-one .icon img {
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75) 0s;
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75) 0s;
  top: 0;
  left: 0;
  -webkit-transform: translate(30px, 30px) rotate(360deg);
          transform: translate(30px, 30px) rotate(360deg);
  z-index: -1;
  display: none;
}

@media screen and (min-width: 992px) {
  .pricing-card.pricing-one .icon img {
    display: block;
  }
}

.pricing-card.pricing-one .icon i {
  font-size: 1.8rem;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-one .icon i {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .pricing-card.pricing-one .icon i {
    font-size: 2.3rem;
  }
}

.pricing-card.pricing-one .pricing-header {
  margin-top: 1.5rem;
}

.pricing-card.pricing-one .pricing-header .pricing-plan {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.62rem;
  color: #292929;
}

.pricing-card.pricing-one .pricing-header .price {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: #292929;
}

@media (min-width: 425px) {
  .pricing-card.pricing-one .pricing-header .price {
    font-size: 2rem;
  }
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-one .pricing-header .price {
    font-size: 2.5rem;
  }
}

.pricing-card.pricing-one .pricing-header .price span {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.87rem;
  font-weight: 400;
}

.pricing-card.pricing-one .pricing-body li {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
  -webkit-animation: 0.8s linear 0s 1 normal none running fadeIn;
          animation: 0.8s linear 0s 1 normal none running fadeIn;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-one .pricing-body li {
    font-size: 1.125rem;
  }
}

.pricing-card.pricing-one .pricing-footer {
  margin-top: 2rem;
}

.pricing-card.pricing-one .pricing-footer a {
  min-width: 160px;
}

.pricing-card.pricing-one::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 15px;
  width: 100%;
  height: 100%;
  background: linear-gradient(335deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(335deg, #FF6A00, #EE0979);
  border-radius: 20px;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pricing-card.pricing-one::after {
    display: none;
  }
}

.pricing-card.pricing-one:hover .icon img.circle-dot {
  -webkit-transform: translate(-17px, 80px);
          transform: translate(-17px, 80px);
}

.pricing-card.pricing-one:hover .icon img.times1 {
  -webkit-transform: translate(-15px, -10px) rotate(45deg);
          transform: translate(-15px, -10px) rotate(45deg);
}

.pricing-card.pricing-one:hover .icon img.times2 {
  -webkit-transform: translate(83px, -14px) rotate(0deg);
          transform: translate(83px, -14px) rotate(0deg);
}

.pricing-card.pricing-two {
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 45px 20px;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-two {
    padding: 55px 20px 50px;
  }
}

@media screen and (min-width: 768px) {
  .pricing-card.pricing-two {
    padding: 60px 20px 55px;
  }
}

@media screen and (min-width: 992px) {
  .pricing-card.pricing-two {
    padding: 70px 20px 65px;
  }
}

.pricing-card.pricing-two .icon {
  margin-bottom: 2rem;
  width: 70px;
  height: 70px;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-two .icon {
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 768px) {
  .pricing-card.pricing-two .icon {
    width: 100px;
    height: 100px;
  }
}

.pricing-card.pricing-two .icon i {
  font-size: 2rem;
  position: absolute;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-two .icon i {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .pricing-card.pricing-two .icon i {
    font-size: 2.8rem;
  }
}

.pricing-card.pricing-two .pricing-header {
  margin: 1.8rem 0 1rem;
}

@media screen and (min-width: 992px) {
  .pricing-card.pricing-two .pricing-header {
    margin: 2.5rem 0 1.5rem;
  }
}

.pricing-card.pricing-two .pricing-plan {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #292929;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-two .pricing-plan {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.pricing-card.pricing-two .pricing-body li {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-two .pricing-body li {
    line-height: 2.5;
  }
}

.pricing-card.pricing-two .pricing-action {
  margin: 2rem 0;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-two .pricing-action {
    margin: 3.75rem 0;
  }
}

.pricing-card.pricing-two .pricing-action button {
  padding: .75rem 1.87rem;
}

@media screen and (min-width: 992px) {
  .pricing-card.pricing-two .pricing-action button {
    padding: 1rem 1.87rem;
  }
}

.pricing-card.pricing-two .price {
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-two .price {
    font-size: 60px;
  }
}

.pricing-card.pricing-two .price span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}

.pricing-card.pricing-two:hover {
  -webkit-box-shadow: 0px 0px 26px 10px rgba(150, 87, 246, 0.06);
          box-shadow: 0px 0px 26px 10px rgba(150, 87, 246, 0.06);
}

.pricing-card.pricing-three {
  padding: 46px 30px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-three {
    padding: 70px 40px;
  }
}

.pricing-card.pricing-three .pricing-header {
  margin-top: 48px;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-three .pricing-header {
    margin-top: 58px;
  }
}

.pricing-card.pricing-three .pricing-header .pricing-plan {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.62rem;
  color: #613FEE;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-three .pricing-header .pricing-plan {
    font-size: 1.25rem;
  }
}

.pricing-card.pricing-three .pricing-header .price {
  color: #292929;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

@media (min-width: 425px) {
  .pricing-card.pricing-three .pricing-header .price {
    font-size: 2rem;
  }
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-three .pricing-header .price {
    font-size: 2.5rem;
  }
}

.pricing-card.pricing-three .pricing-header .price span {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.87rem;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-three .pricing-header .price span {
    font-size: 1.5rem;
  }
}

.pricing-card.pricing-three .pricing-body li {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-three .pricing-body li {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.pricing-card.pricing-three .pricing-footer {
  margin-top: 1.9rem;
}

.pricing-card.pricing-three .pricing-footer button {
  border-width: 1px;
  font-size: 1.125rem;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-three .pricing-footer button {
    border-width: 2px;
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.pricing-card.pricing-four {
  padding: 40px 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-four {
    padding: 70px 0;
  }
}

.pricing-card.pricing-four .icon-custom img {
  width: 60px;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-four .icon-custom img {
    width: 80px;
  }
}

.pricing-card.pricing-four .pricing-header {
  margin-bottom: 1rem;
}

.pricing-card.pricing-four .pricing-header .pricing-plan {
  padding: 1.5rem 0;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #292929;
  position: relative;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-four .pricing-header .pricing-plan {
    padding: 2rem 0;
    font-size: 1.5rem;
  }
}

.pricing-card.pricing-four .pricing-header .pricing-plan::before, .pricing-card.pricing-four .pricing-header .pricing-plan::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F9392D;
}

.pricing-card.pricing-four .pricing-header .pricing-plan::before {
  left: 53%;
}

.pricing-card.pricing-four .pricing-header .pricing-plan::after {
  bottom: -3px;
  left: 47%;
}

.pricing-card.pricing-four .pricing-body li {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  padding: 1.125rem 0;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-four .pricing-body li {
    font-size: 18px;
    line-height: 2.8rem;
  }
}

.pricing-card.pricing-four .pricing-body li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-card.pricing-four .pricing-body li i {
  margin-left: 1.5rem;
  margin-right: 1rem;
  color: #292929;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-four .pricing-body li i {
    margin-left: 2.5rem;
    margin-right: 1.25rem;
  }
}

.pricing-card.pricing-four .pricing-body li i[class*='cancel'] {
  color: #F9392D;
}

.pricing-card.pricing-four .pricing-footer button {
  border-radius: 12px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .pricing-card.pricing-four .pricing-footer button {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .pricing-card.pricing-four .pricing-footer button {
    font-size: 1.25rem;
    padding: 1.2rem 2.5rem;
  }
}

.pricing-card.pricing-four .price {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.pricing-card.pricing-four .price span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}

.pricing-card.pricing-five {
  padding: 50px 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 768px) {
  .pricing-card.pricing-five {
    padding: 70px 0;
  }
}

.pricing-card.pricing-five .pricing-header .pricing-plan {
  padding: 1.5rem 0;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  color: #292929;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-five .pricing-header .pricing-plan {
    padding: 2rem 0 1.3rem;
  }
}

.pricing-card.pricing-five .price {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.62rem;
}

@media screen and (min-width: 576px) {
  .pricing-card.pricing-five .price {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
  }
}

.pricing-card.pricing-five .price span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
}

.pricing-card.pricing-five .pricing-body li {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 400;
  -webkit-animation: 0.8s linear 0s 1 normal none running fadeIn;
          animation: 0.8s linear 0s 1 normal none running fadeIn;
}

.pricing-card.pricing-five .pricing-footer {
  margin-top: 2.37rem;
}

.pricing-card.pricing-six {
  padding: 60px 0 75px;
  border: 1px solid #000000;
  border-radius: 0;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}

.pricing-card.pricing-six::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  -webkit-transform: matrix(1, 0.03, -0.02, 1, 0, 0);
          transform: matrix(1, 0.03, -0.02, 1, 0, 0);
  z-index: -1;
}

.pricing-card.pricing-six .price {
  margin-top: 1rem;
  font-size: 50px;
  line-height: 40px;
  font-weight: 600;
  color: #292929;
}

.pricing-card.pricing-six .price span {
  display: inline-block;
  font-size: 1.25rem;
  color: #777777;
  font-weight: 400;
  line-height: normal;
}

.pricing-card.pricing-six .pricing-header .pricing-plan {
  font-size: 1.5rem;
  padding: 1.2rem 0;
  font-weight: 500;
  line-height: 1.8rem;
  color: #777777;
}

.pricing-card.pricing-six .pricing-body li {
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 400;
}

.pricing-card.pricing-six .pricing-footer {
  margin-top: 1.75rem;
}

.contact-card {
  padding: 1.875rem;
}

.contact-card .icon-custom {
  margin-bottom: 1.5rem;
  height: 40px;
}

.contact-card .contact-title {
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
  font-weight: 700;
}

.contact-card-2 {
  -webkit-box-shadow: 0px 0px 22px 14px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 22px 14px rgba(0, 0, 0, 0.04);
  border-radius: 1rem;
  padding: 50px 30px;
}

.contact-card-2 .icon {
  position: relative;
}

.contact-card-2 i {
  position: absolute;
  color: #613FEE;
  font-size: 2rem;
}

.contact-card-2 .title {
  margin: 1.5rem 0 1rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000000;
}

.offer-card.offer-style-1 {
  padding: 40px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
}

.offer-card.offer-style-1 .icon {
  margin-bottom: 25px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
}

.offer-card.offer-style-1 .offer-title {
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 450px) {
  .offer-card.offer-style-1 .offer-title {
    font-size: 1.2rem;
  }
}

.offer-card.offer-style-1 .offer-desc {
  font-size: 1.125rem;
}

@media screen and (max-width: 450px) {
  .offer-card.offer-style-1 .offer-desc {
    font-size: 0.93rem;
  }
}

.offer-card.offer-style-2 {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
}

.offer-card.offer-style-2 .icon {
  width: 80px;
  height: 60px;
  position: relative;
  margin-bottom: 1.25rem;
}

.offer-card.offer-style-2 .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(249, 57, 45, 0.2);
  width: 30px;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.offer-card.offer-style-2 .offer-title {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.blog-card {
  overflow: hidden;
  position: relative;
}

.blog-card .btn-link {
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-card .btn-link i {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-card.blog-style-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.02);
}

.blog-card.blog-style-1 .figure {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}

.blog-card.blog-style-1 .figure img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-card.blog-style-1 .blog-desc {
  padding: 30px 25px 40px 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media screen and (min-width: 576px) {
  .blog-card.blog-style-1 .blog-desc {
    padding: 30px 25px 40px 40px;
  }
}

.blog-card.blog-style-1 .blog-desc .post-date {
  margin-bottom: 0.6rem;
}

.blog-card.blog-style-1 .blog-desc .post-title {
  margin-bottom: 1.3rem;
  font-weight: 600;
  line-height: 1.87rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.3rem;
}

@media screen and (min-width: 576px) {
  .blog-card.blog-style-1 .blog-desc .post-title {
    font-size: 1.5rem;
  }
}

.blog-card.blog-style-1 .blog-desc .short-desc {
  margin-bottom: 1.4rem;
  font-size: 0.93rem;
  line-height: 1.5;
  font-weight: 300;
}

@media screen and (min-width: 576px) {
  .blog-card.blog-style-1 .blog-desc .short-desc {
    font-size: 1rem;
  }
}

.blog-card.blog-style-1 .blog-desc .btn-link {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .blog-card.blog-style-1 .blog-desc .btn-link {
    font-size: 1.125rem;
  }
}

.blog-card.blog-style-1:hover {
  -webkit-box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.05);
}

.blog-card.blog-style-1:hover .figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-card.blog-style-1 .btn-link:hover i {
  margin-left: 10px;
}

.blog-card.blog-style-2 .figure {
  overflow: hidden;
}

.blog-card.blog-style-2 .figure img {
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
}

.blog-card.blog-style-2 .blog-desc {
  padding: 35px 0 15px;
}

.blog-card.blog-style-2 .blog-desc .post-date {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0.9rem;
}

.blog-card.blog-style-2 .blog-desc .post-title {
  font-weight: 600;
  line-height: 2.37rem;
  margin-bottom: 1.37rem;
}

.blog-card.blog-style-2 .blog-desc .post-title a {
  display: inline;
  background: -webkit-gradient(linear, left top, right top, from(#9657f6), to(#9657f6));
  background: linear-gradient(to right, #9657f6 0%, #9657f6 100%);
  background-size: 0 2px;
  background-position: 0 100%;
  -webkit-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
  background-repeat: no-repeat;
}

.blog-card.blog-style-2 .blog-desc .post-title a:hover {
  color: #9657f6;
  background-size: 100% 2px;
}

.blog-card.blog-style-2 .blog-desc .btn-link {
  font-size: 2rem;
  color: #613FEE;
  opacity: 0.3;
}

.blog-card.blog-style-2 .blog-desc .btn-link i {
  margin-left: 0;
}

.blog-card.blog-style-2 .blog-desc .btn-link:hover {
  opacity: 1;
}

.blog-card.blog-style-2:hover .figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 520px) {
  .blog-card.blog-style-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog-card.blog-style-3 .figure {
  overflow: hidden;
  margin-bottom: 18px;
}

@media (min-width: 520px) {
  .blog-card.blog-style-3 .figure {
    max-width: 300px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 576px) {
  .blog-card.blog-style-3 .figure {
    margin-right: 18px;
  }
}

.blog-card.blog-style-3 .figure img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 520px) {
  .blog-card.blog-style-3 .blog-desc {
    margin-left: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .blog-card.blog-style-3 .blog-desc {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-card.blog-style-3 .blog-desc {
    margin-left: 1.125rem;
  }
}

.blog-card.blog-style-3 .blog-desc .post-date {
  margin-bottom: 0.8rem;
  font-weight: 300;
  font-size: 16px;
}

.blog-card.blog-style-3 .blog-desc .post-title {
  font-size: 1.25rem;
  line-height: 26px;
  margin-bottom: 1rem;
  font-weight: 700;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.blog-card.blog-style-3 .blog-desc .post-title:hover {
  color: #613FEE;
}

.blog-card.blog-style-3 .blog-desc .short-desc {
  margin-bottom: 1rem;
}

.blog-card.blog-style-3 .blog-desc .btn-link {
  color: #613FEE;
  font-weight: 400;
  font-size: 1rem;
}

.blog-card.blog-style-3:hover .figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-card.blog-style-4 {
  overflow: visible;
}

.blog-card.blog-style-4 .figure {
  width: 100%;
  padding-bottom: 57%;
  position: relative;
  background-color: #f1f1f1;
}

.blog-card.blog-style-4 .figure img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-card.blog-style-4 .blog-desc {
  background-color: #FBF3EC;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog-card.blog-style-4 .blog-desc {
    padding: 2rem 1rem 1rem 1.5rem;
    margin-top: -2.87rem;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .blog-card.blog-style-4 .blog-desc {
    padding: 2rem 1rem 2rem 2.37rem;
    margin-top: -2.87rem;
    margin-left: 2.87rem;
  }
}

.blog-card.blog-style-4 .blog-desc .post-date {
  font-weight: 400;
  font-size: .93rem;
}

@media screen and (min-width: 576px) {
  .blog-card.blog-style-4 .blog-desc .post-date {
    font-size: 1rem;
  }
}

.blog-card.blog-style-4 .blog-desc .post-title {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  .blog-card.blog-style-4 .blog-desc .post-title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 992px) {
  .blog-card.blog-style-4 .blog-desc .post-title {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

.blog-card.blog-style-4 .blog-desc .btn-link {
  color: #777777;
  font-weight: 400;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .blog-card.blog-style-4 .blog-desc .btn-link {
    font-size: 1.125rem;
  }
}

.faq-card .icon {
  margin-bottom: 2rem;
}

.faq-card.faq-style-1 {
  padding: 30px 20px 25px;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid rgba(255, 106, 0, 0.3);
  text-align: center;
  border-radius: 14px;
}

@media screen and (min-width: 1200px) {
  .faq-card.faq-style-1 {
    text-align: left;
    padding: 0;
    border: none;
    margin: 0;
  }
}

.faq-card.faq-style-1 .faq-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  .faq-card.faq-style-1 .faq-title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .faq-card.faq-style-1 .faq-title {
    font-size: 1.5rem;
    font-weight: 600;
  }
}

.faq-card.faq-style-1 .icon {
  margin: 0 auto 1.5rem auto;
}

@media screen and (min-width: 1200px) {
  .faq-card.faq-style-1 .icon {
    margin: 0 0 1.5rem;
  }
}

.faq-card.faq-style-1 .icon span {
  font-size: 36px;
}

.faq-card .link-btn {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.9rem;
}

.faq-card .link-btn i {
  margin-left: 5px;
}

.faq-card .link-btn:hover {
  color: currentColor;
}

.faq-card.faq-style-2 .icon {
  background-color: rgba(249, 57, 45, 0.04);
  color: rgba(249, 57, 45, 0.25);
  width: 85px;
  height: 80px;
}

@media screen and (min-width: 576px) {
  .faq-card.faq-style-2 .icon {
    width: 95px;
    height: 90px;
  }
}

.faq-card.faq-style-2 .icon span {
  font-weight: 700;
  font-size: 40px;
}

@media screen and (min-width: 576px) {
  .faq-card.faq-style-2 .icon span {
    font-size: 60px;
  }
}

.faq-card.faq-style-2 .faq-title {
  line-height: 36px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1.3rem;
}

@media screen and (min-width: 576px) {
  .faq-card.faq-style-2 .faq-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

.process-card.style-one {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

.process-card.style-one .number-icon {
  width: 130px;
  margin: 0 auto;
  background: url(../images/svg/gradient-half-elipse.svg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9px 0px;
}

@media (min-width: 480px) {
  .process-card.style-one .number-icon {
    width: 180px;
    padding: 19px 0;
  }
}

@media screen and (min-width: 576px) {
  .process-card.style-one .number-icon {
    width: 200px;
    padding: 20px 0px;
  }
}

.process-card.style-one .number-icon span {
  font-size: 40px;
  font-weight: 900;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 3px -8px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 3px -8px 6px rgba(0, 0, 0, 0.14);
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.15);
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -12px;
  left: 4px;
}

@media (min-width: 480px) {
  .process-card.style-one .number-icon span {
    font-size: 52px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 576px) {
  .process-card.style-one .number-icon span {
    top: -16px;
    font-size: 60px;
    width: 135px;
    height: 135px;
  }
}

.process-card.style-one .card-title {
  color: #292929;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 450px) {
  .process-card.style-one .card-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}

.process-card.style-one p {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (max-width: 450px) {
  .process-card.style-one p {
    font-size: 0.93rem;
  }
}

.team-card {
  position: relative;
}

.team-card.team-style-one {
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .team-card.team-style-one {
    text-align: left;
  }
}

.team-card.team-style-one .figure {
  position: relative;
}

@media screen and (min-width: 768px) {
  .team-card.team-style-one .figure {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-one .figure {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .team-card.team-style-one .figure img {
    width: 350px;
    margin: 0 auto;
  }
}

.team-card.team-style-one .title {
  background-color: #FFFFFF;
  padding: 2.4rem 2.5rem 1.2rem;
  border-radius: 10px;
  margin: 0 auto;
  max-width: calc(350px - 36px);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}

@media (min-width: 425px) {
  .team-card.team-style-one .title {
    padding: 2.4rem 2.5rem 1.62rem;
  }
}

@media screen and (max-width: 767px) {
  .team-card.team-style-one .title {
    margin-top: -90px;
  }
}

@media screen and (min-width: 768px) {
  .team-card.team-style-one .title {
    display: inline-block;
    width: 310px;
    padding: 1.62rem 2.5rem;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.04);
    margin-top: 60px;
  }
}

@media screen and (min-width: 1400px) {
  .team-card.team-style-one .title {
    position: absolute;
    right: -110px;
    top: 176px;
    margin-top: 0;
  }
}

.team-card.team-style-one .title .name {
  font-size: 1.25rem;
  line-height: 1.87rem;
  font-weight: 700;
}

@media screen and (max-width: 450px) {
  .team-card.team-style-one .title .name {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .team-card.team-style-one .title .name {
    font-size: 1.5rem;
    margin-bottom: .3rem;
  }
}

.team-card.team-style-one .title .designation {
  color: #777777;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media screen and (max-width: 450px) {
  .team-card.team-style-one .title .designation {
    font-size: 0.9rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .team-card.team-style-one .title .designation {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .team-card.team-style-one .social-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFFFFF;
    color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) and (min-width: 425px) {
  .team-card.team-style-one .social-link a {
    margin: 0 4px;
    width: 46px;
    height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .team-card.team-style-one .social-link a i {
    font-size: .9rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 425px) {
  .team-card.team-style-one .social-link a i {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .team-card.team-style-one .social-link a:hover {
    background-color: #F9392D;
    color: #FFFFFF;
    border-color: #F9392D;
  }
}

@media screen and (min-width: 768px) {
  .team-card.team-style-one .social-link {
    left: 80%;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-25%, #FF6A00), color-stop(140%, #EE0979));
    background: linear-gradient(0deg, #FF6A00 -25%, #EE0979 140%);
    background: -webkit-linear-gradient(0deg, #FF6A00 -25%, #EE0979 140%);
    border-radius: 2.5rem;
    padding: 0 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .team-card.team-style-one .social-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.5rem .7rem;
  }
  .team-card.team-style-one .social-link a i {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 450px) {
  .team-card.team-style-one .social-link a i {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 450px) {
  .team-card.team-style-one .social-link a {
    padding: 1rem .3rem;
  }
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-one .social-link {
    padding: 0 1.5rem;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .team-card.team-style-one .icon {
    width: inherit;
    height: inherit;
    background: transparent;
    border-width: 0;
    position: relative;
    z-index: 2;
    top: -66px;
  }
}

@media screen and (min-width: 768px) {
  .team-card.team-style-one .icon {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    cursor: pointer;
  }
}

.team-card.team-style-one .icon .flaticon-right-arrow {
  left: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .team-card.team-style-one .icon .flaticon-right-arrow {
    display: none;
  }
}

.team-card.team-style-one .icon .flaticon-share {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .team-card.team-style-one .icon .flaticon-share {
    display: none;
  }
}

.team-card.team-style-one .icon:hover .flaticon-share {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  visibility: hidden;
}

.team-card.team-style-one .icon:hover .flaticon-right-arrow {
  opacity: 1;
  visibility: visible;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.team-card.team-style-one .icon:hover .social-link {
  left: inherit;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-one .icon:hover .social-link {
    left: 120%;
  }
}

.team-card.team-style-two .figure {
  position: relative;
}

.team-card.team-style-two .figure::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #9657f6;
  opacity: 0;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-card.team-style-two .title {
  position: absolute;
  bottom: -55px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-card.team-style-two .title .name {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
  color: #FFFFFF;
}

.team-card.team-style-two .title .designation {
  font-weight: 500;
  color: #FFFFFF;
}

.team-card.team-style-two .title .arrow-button {
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  color: #9657f6;
  font-size: 2.5rem;
  border-radius: 50%;
  margin: 2rem auto 0;
  -webkit-box-shadow: 0px 0px 26px 10px rgba(150, 87, 246, 0.06);
          box-shadow: 0px 0px 26px 10px rgba(150, 87, 246, 0.06);
}

.team-card.team-style-two:hover .figure::after {
  opacity: 0.94;
  width: 100%;
  height: 100%;
}

.team-card.team-style-two:hover .title {
  opacity: 1;
  visibility: visible;
}

.team-card.team-style-three {
  overflow: hidden;
}

.team-card.team-style-three .figure {
  overflow: hidden;
}

.team-card.team-style-three .figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: rgba(97, 63, 238, 0.9);
}

.team-card.team-style-three .title {
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  padding: 25px 0 0;
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-three .title {
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 60px 0;
    opacity: 0;
  }
}

.team-card.team-style-three .title .name {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-three .title .name {
    font-size: 1.5rem;
    color: #FFFFFF;
  }
}

.team-card.team-style-three .title .designation {
  font-weight: 500;
  font-size: .85rem;
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-three .title .designation {
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 300;
  }
}

.team-card.team-style-three .title .social-link {
  background-color: #613FEE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
  padding: 0 1rem;
  margin-top: .8rem;
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-three .title .social-link {
    margin-top: 1rem;
    background-color: #FFFFFF;
  }
}

.team-card.team-style-three .title .social-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 1.125rem .7rem;
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-three .title .social-link a {
    font-size: 1.125rem;
    color: #613FEE;
  }
}

@media screen and (min-width: 1200px) {
  .team-card.team-style-three:hover .title {
    opacity: 1;
    bottom: 0;
  }
  .team-card.team-style-three:hover .figure::after {
    opacity: 1;
  }
}

.team-card.team-style-four .figure {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.team-card.team-style-four .figure .social-link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.25rem 0.65rem;
  border-top-left-radius: 15px;
  background-color: #F9392D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-card.team-style-four .figure .social-link a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  margin: 0 0.9rem;
}

.team-card.team-style-four .figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.team-card.team-style-four .title {
  padding: 2.3rem 1.5rem;
}

.team-card.team-style-four .title .name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.team-card.team-style-four .title .designation {
  color: #777777;
  font-weight: 500;
}

.team-card.team-style-four:hover .figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.team-card.team-style-five {
  max-width: 370px;
  margin: 0 auto;
}

.team-card.team-style-five .figure {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.team-card.team-style-five .figure .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 11;
}

.team-card.team-style-five .figure .overlay::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(30px, 75px) rotate(-20deg) scale(1.15);
          transform: translate(30px, 75px) rotate(-20deg) scale(1.15);
  width: 101%;
  height: 140px;
  background-color: #FF6A00;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.team-card.team-style-five .social-link {
  background-color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
  padding: 0 1rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.team-card.team-style-five .social-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #FF6A00;
  padding: 1.125rem .5rem;
}

@media screen and (min-width: 576px) {
  .team-card.team-style-five .social-link a {
    font-size: 1.25rem;
  }
}

.team-card.team-style-five .title {
  padding: 2rem 0 1.3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .team-card.team-style-five .title {
    padding: 2rem 0;
    margin-bottom: 1rem;
  }
}

.team-card.team-style-five .title .name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .team-card.team-style-five .title .name {
    font-size: 1.5rem;
  }
}

.team-card.team-style-five .title .designation {
  color: #777777;
  font-weight: 500;
}

.team-card.team-style-five .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15%;
  height: 2px;
  background-color: #FF6A00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-card.team-style-five:hover .overlay::before {
  height: 108%;
  -webkit-transform: translate(30px, 75px) rotate(-20deg) scale(1.5);
          transform: translate(30px, 75px) rotate(-20deg) scale(1.5);
  opacity: 0.85;
}

.team-card.team-style-five:hover .social-link {
  margin-bottom: 4rem;
  opacity: 1;
  visibility: visible;
}

.team-card.team-style-five:hover .title::after {
  width: 100%;
  height: 2px;
}

.team-card.team-style-six .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px 36px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(41, 41, 41, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(41, 41, 41, 0.9), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(90deg, rgba(41, 41, 41, 0.9), rgba(255, 255, 255, 0));
}

.team-card.team-style-six .designation {
  font-weight: 400;
  margin-top: 0.25rem;
}

.testimonial-card {
  padding: 60px 25px 60px 30px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 22px 14px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 22px 14px rgba(0, 0, 0, 0.02);
}

.testimonial-card.style-one .avatar {
  margin-bottom: 1.5rem;
}

.testimonial-card.style-one .client-name {
  font-size: 1.37rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.testimonial-card.style-one .designation {
  color: #777777;
  font-size: 1rem;
  font-weight: 500;
}

.testimonial-card.style-one .statement {
  margin-top: 1.25rem;
  font-style: italic;
  line-height: 2rem;
}

.testimonial-card.style-one::before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 85%;
  height: 85%;
  background-color: rgba(150, 87, 246, 0.03);
  border-radius: 100% 0 0 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonial-card.style-one::after {
  content: "\f115";
  font-family: "Flaticon";
  font-size: 110px;
  position: absolute;
  left: 50%;
  bottom: 95px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.07;
  z-index: -1;
}

.testimonial-card.style-two .company-logo {
  margin-bottom: 1.25rem;
}

.testimonial-card.style-two .statement {
  font-style: italic;
  line-height: 2rem;
}

.testimonial-card.style-two .client-info {
  margin-top: 2rem;
}

.testimonial-card.style-two .client-info .avatar {
  margin-right: 1.25rem;
}

.testimonial-card.style-two .client-info .client-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.testimonial-card.style-two .client-info .designation {
  color: #777777;
  font-size: 1rem;
  font-weight: 500;
}

.testimonial-card.style-three .client-info {
  margin-bottom: 1.75rem;
}

.testimonial-card.style-three .client-info .avatar {
  margin-right: 1.25rem;
}

.testimonial-card.style-three .client-info .client-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.testimonial-card.style-three .client-info .designation {
  color: #777777;
  font-size: 1rem;
  font-weight: 500;
}

.testimonial-card.style-three .statement {
  font-style: italic;
  line-height: 2rem;
}

.testimonial-card.style-three .company-logo {
  margin-top: 1.5rem;
}

.accordion .accordion-item {
  background-color: transparent;
  border: 0;
}

.accordion .accordion-header > * {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 1rem 2.5rem 1rem 1.25rem;
  border-radius: 10px;
  color: #292929;
}

@media screen and (min-width: 576px) {
  .accordion .accordion-header > * {
    font-size: 1rem;
    padding: 1.5rem 3.5rem 1.5rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .accordion .accordion-header > * {
    font-size: 1.125rem;
    line-height: 1.9rem;
    padding: 1.75rem 4rem 1.75rem 1.75rem;
  }
}

.accordion .accordion-body {
  padding: 1rem 1rem;
  line-height: 1.62rem;
}

.accordion .accordion-body p {
  font-size: 0.93rem;
  font-weight: 300;
  line-height: 1.9;
}

@media screen and (min-width: 576px) {
  .accordion .accordion-body p {
    font-weight: normal;
  }
}

@media screen and (min-width: 768px) {
  .accordion .accordion-body p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .accordion .accordion-body {
    padding: 2rem 1.75rem;
  }
}

.accordion .accordion-item + .accordion-item {
  margin-top: 1rem;
}

@media screen and (min-width: 576px) {
  .accordion .accordion-item + .accordion-item {
    margin-top: 1.5rem;
  }
}

.accordion.accordion__style_one .accordion-header > * {
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.03);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion.accordion__style_one .accordion-header > *::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(320deg, #FF6A00 -25%, #EE0979 170%);
  background: -webkit-linear-gradient(320deg, #FF6A00 -25%, #EE0979 170%);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.accordion.accordion__style_one .accordion-header > *::after {
  font-size: 13px;
  content: "\f113";
  font-family: Flaticon;
  text-align: center;
  position: absolute;
  right: 3%;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 576px) {
  .accordion.accordion__style_one .accordion-header > *::after {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .accordion.accordion__style_one .accordion-header > *::after {
    font-size: 20px;
    right: 2rem;
  }
}

.accordion.accordion__style_one .accordion-header > *[aria-expanded="true"]::after {
  content: "\f114";
  position: absolute;
  font-family: Flaticon;
}

.accordion.accordion__style_one .accordion-header > *[aria-expanded="true"]::before {
  opacity: 1;
}

.accordion.accordion__style_one .accordion-header > *[aria-expanded="false"] {
  background: #FFFFFF;
  color: #292929;
}

.accordion.accordion__style_two .accordion-header > * {
  position: relative;
  color: #FFFFFF;
  background-color: #9657f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion.accordion__style_two .accordion-header > *::after {
  color: #000000;
  font-size: 20px;
  content: "\f10c";
  font-family: Flaticon;
  text-align: center;
  position: absolute;
  right: 3%;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion.accordion__style_two .accordion-header > *[aria-expanded="true"]::after {
  color: #FFFFFF;
  content: "\f10c";
  font-family: Flaticon;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.accordion.accordion__style_two .accordion-header > *[aria-expanded="false"] {
  background-color: rgba(150, 87, 246, 0.15);
  color: #292929;
}

.accordion.accordion__style_three .accordion-header > * {
  font-size: 13px;
  line-height: 1.6;
  position: relative;
  color: #FFFFFF;
  background-color: #292929;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: .5rem 2rem .5rem 1.25rem;
  border: 1px solid #000000;
  border-radius: 7px;
}

@media (min-width: 425px) {
  .accordion.accordion__style_three .accordion-header > * {
    padding: 1rem 2.5rem 1rem 1.25rem;
    line-height: 1.8;
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) {
  .accordion.accordion__style_three .accordion-header > * {
    padding: 1rem 2.5rem 1rem 1.25rem;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .accordion.accordion__style_three .accordion-header > * {
    padding: 1.87rem 2.5rem 1.87rem 2.12rem;
    font-size: 18px;
  }
}

.accordion.accordion__style_three .accordion-header > *::after {
  color: #292929;
  font-size: 14px;
  content: "\f10c";
  font-family: Flaticon;
  text-align: center;
  position: absolute;
  right: .5rem;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 425px) {
  .accordion.accordion__style_three .accordion-header > *::after {
    right: .6rem;
  }
}

@media screen and (min-width: 576px) {
  .accordion.accordion__style_three .accordion-header > *::after {
    right: 1rem;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .accordion.accordion__style_three .accordion-header > *::after {
    right: 1.2rem;
    font-size: 18;
  }
}

.accordion.accordion__style_three .accordion-header > *[aria-expanded="true"]::after {
  color: #FFFFFF;
  content: "\f10c";
  font-family: Flaticon;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.accordion.accordion__style_three .accordion-header > *[aria-expanded="false"] {
  background: transparent;
  color: #292929;
  border: 1px solid #000000;
}

.accordion.accordion__style_four .accordion-header > * {
  color: #FFFFFF;
  background-color: #613FEE;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.03);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .accordion.accordion__style_four .accordion-header > * {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}

.accordion.accordion__style_four .accordion-header > *::after {
  font-size: 12px;
  content: "\f113";
  font-family: Flaticon;
  text-align: center;
  position: absolute;
  right: .5rem;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 576px) {
  .accordion.accordion__style_four .accordion-header > *::after {
    font-size: 14px;
    right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .accordion.accordion__style_four .accordion-header > *::after {
    font-size: 16px;
    right: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .accordion.accordion__style_four .accordion-header > *::after {
    font-size: 20px;
    right: 2rem;
  }
}

.accordion.accordion__style_four .accordion-header > *[aria-expanded="true"]::after {
  content: "\f114";
  position: absolute;
  font-family: Flaticon;
}

.accordion.accordion__style_four .accordion-header > *[aria-expanded="false"] {
  background: #FFFFFF;
  color: #292929;
}

.components {
  background-color: #eee;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    -webkit-transform: translateX(-52%) translateY(-20px);
            transform: translateX(-52%) translateY(-20px);
  }
  50% {
    -webkit-transform: translateX(-52%) translateY(0px);
            transform: translateX(-52%) translateY(0px);
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    -webkit-transform: translateX(-52%) translateY(-20px);
            transform: translateX(-52%) translateY(-20px);
  }
  50% {
    -webkit-transform: translateX(-52%) translateY(0px);
            transform: translateX(-52%) translateY(0px);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes ripple-blue-xsm {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(97, 63, 238, 0.18), 0 0 0 8px rgba(97, 63, 238, 0.18), 0 0 0 16px rgba(97, 63, 238, 0.18);
    box-shadow: 0 0 0 0 rgba(97, 63, 238, 0.18), 0 0 0 8px rgba(97, 63, 238, 0.18), 0 0 0 16px rgba(97, 63, 238, 0.18);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(97, 63, 238, 0.18), 0 0 0 16px rgba(97, 63, 238, 0.18), 0 0 0 24px rgba(97, 63, 238, 0);
    box-shadow: 0 0 0 8px rgba(97, 63, 238, 0.18), 0 0 0 16px rgba(97, 63, 238, 0.18), 0 0 0 24px rgba(97, 63, 238, 0);
  }
}

@keyframes ripple-blue-xsm {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(97, 63, 238, 0.18), 0 0 0 8px rgba(97, 63, 238, 0.18), 0 0 0 16px rgba(97, 63, 238, 0.18);
    box-shadow: 0 0 0 0 rgba(97, 63, 238, 0.18), 0 0 0 8px rgba(97, 63, 238, 0.18), 0 0 0 16px rgba(97, 63, 238, 0.18);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(97, 63, 238, 0.18), 0 0 0 16px rgba(97, 63, 238, 0.18), 0 0 0 24px rgba(97, 63, 238, 0);
    box-shadow: 0 0 0 8px rgba(97, 63, 238, 0.18), 0 0 0 16px rgba(97, 63, 238, 0.18), 0 0 0 24px rgba(97, 63, 238, 0);
  }
}

@-webkit-keyframes ripple-red-xsm {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 57, 45, 0.18), 0 0 0 8px rgba(249, 57, 45, 0.18), 0 0 0 16px rgba(249, 57, 45, 0.18);
    box-shadow: 0 0 0 0 rgba(249, 57, 45, 0.18), 0 0 0 8px rgba(249, 57, 45, 0.18), 0 0 0 16px rgba(249, 57, 45, 0.18);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(249, 57, 45, 0.18), 0 0 0 16px rgba(249, 57, 45, 0.18), 0 0 0 24px rgba(249, 57, 45, 0);
    box-shadow: 0 0 0 8px rgba(249, 57, 45, 0.18), 0 0 0 16px rgba(249, 57, 45, 0.18), 0 0 0 24px rgba(249, 57, 45, 0);
  }
}

@keyframes ripple-red-xsm {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 57, 45, 0.18), 0 0 0 8px rgba(249, 57, 45, 0.18), 0 0 0 16px rgba(249, 57, 45, 0.18);
    box-shadow: 0 0 0 0 rgba(249, 57, 45, 0.18), 0 0 0 8px rgba(249, 57, 45, 0.18), 0 0 0 16px rgba(249, 57, 45, 0.18);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(249, 57, 45, 0.18), 0 0 0 16px rgba(249, 57, 45, 0.18), 0 0 0 24px rgba(249, 57, 45, 0);
    box-shadow: 0 0 0 8px rgba(249, 57, 45, 0.18), 0 0 0 16px rgba(249, 57, 45, 0.18), 0 0 0 24px rgba(249, 57, 45, 0);
  }
}

@-webkit-keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}

@keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg);
            transform: translate(-73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(-100px, 72px) rotate(72deg);
            transform: translate(-100px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 0px) rotate(108deg);
            transform: translate(83px, 0px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(144deg);
            transform: translate(40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg);
            transform: translate(-73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(-100px, 72px) rotate(72deg);
            transform: translate(-100px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 0px) rotate(108deg);
            transform: translate(83px, 0px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(144deg);
            transform: translate(40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(-73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(-73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}

@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}

@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}

@keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes move-four {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-50px);
    transform: translateX(0) translateY(-50px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes move-four {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-50px);
    transform: translateX(0) translateY(-50px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes move-five {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(0) translateY(50px);
    transform: translateX(0) translateY(50px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes move-five {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(0) translateY(50px);
    transform: translateX(0) translateY(50px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes height {
  0%, 100% {
    height: 100%;
  }
  50% {
    height: 80%;
  }
}

@keyframes height {
  0%, 100% {
    height: 100%;
  }
  50% {
    height: 80%;
  }
}

@-webkit-keyframes random {
  0% {
    -webkit-transform: translate(0, 0), scale(1);
            transform: translate(0, 0), scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  33% {
    -webkit-transform: translate(30px, -50px) scale(1.1);
            transform: translate(30px, -50px) scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate(0, 0), scale(1);
            transform: translate(0, 0), scale(1);
  }
}

@keyframes random {
  0% {
    -webkit-transform: translate(0, 0), scale(1);
            transform: translate(0, 0), scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  33% {
    -webkit-transform: translate(30px, -50px) scale(1.1);
            transform: translate(30px, -50px) scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate(0, 0), scale(1);
            transform: translate(0, 0), scale(1);
  }
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@-webkit-keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}

@keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}

/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1rem 0;
}

@media screen and (min-width: 1200px) {
  .header {
    top: 20px;
    padding: 0;
  }
}

.header .container {
  padding: 0 15px;
}

@media (max-width: 1023.99px) {
  .header .container {
    max-width: 100%;
  }
}

.header.sticky {
  position: fixed;
  top: 0;
  padding: 1rem 0;
}

@media screen and (min-width: 1200px) {
  .header.sticky {
    padding: 0;
  }
}

.header.sticky .navbar-brand {
  position: relative;
}

.header.sticky .navbar-brand .static {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.header.sticky .navbar-brand .sticky {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.header.header-style-one.sticky {
  background: linear-gradient(290deg, #FF6A00 -25%, #EE0979 140%);
  background: -webkit-linear-gradient(290deg, #FF6A00 -25%, #EE0979 140%);
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

.header.header-style-two.sticky {
  background-color: #9657f6;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

.header.header-style-three.sticky {
  background-color: #613FEE;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

.header.header-style-four.sticky {
  background-color: #F9392D;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

.header.header-style-five.sticky {
  background-color: #FF6A00;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

.header.header-style-six.sticky {
  background-color: #FBF3EC;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

.header .main-menu ul {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .main-menu ul {
    display: inline-block;
  }
}

.header .main-menu li {
  display: inline-block;
  position: relative;
}

.header .main-menu li a {
  font-size: 1.15rem;
  padding: 2.87rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  position: relative;
}

.header .main-menu li .sub-menu {
  position: absolute;
  top: 80%;
  background-color: #FFFFFF;
  width: 260px;
  left: 0;
  padding: 10px 0;
  border-radius: .5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.04);
}

.header .main-menu li .sub-menu li {
  display: block;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .main-menu li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .main-menu li .sub-menu li a::after {
  right: 15px;
  top: 43%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .main-menu li .sub-menu li:hover > a {
  margin-left: .5rem;
}

.header .main-menu li .sub-menu li:hover > a::after {
  border-color: #FFFFFF;
}

.header .main-menu li .sub-menu .sub-menu {
  top: 90%;
  left: 100%;
  border-radius: 0.25rem;
}

.header .main-menu li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header .main-menu li.menu-item-has-submenu {
  margin-right: 10px;
}

.header .main-menu li .menu-item-has-submenu {
  margin-right: 0;
}

.header .main-menu li .menu-item-has-submenu:hover > .sub-menu {
  top: -10px;
}

.header .main-menu li.menu-item-has-submenu > a::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 48%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.header.header-style-one .main-menu li a {
  color: #FFFFFF;
}

.header.header-style-one .main-menu .sub-menu li a {
  color: #000000;
}

.header.header-style-one .main-menu .sub-menu li:hover {
  background-color: rgba(249, 57, 45, 0.9);
  color: #FFFFFF;
}

.header.header-style-one .main-menu .sub-menu li:hover > a {
  color: #FFFFFF;
}

.header.header-style-one .main-menu button:hover {
  border: 2px solid #FF6A00;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.08);
}

.header.header-style-two .main-menu li a {
  color: #FFFFFF;
}

.header.header-style-two .main-menu .sub-menu li a {
  color: #000000;
}

.header.header-style-two .main-menu .sub-menu li:hover {
  background-color: rgba(150, 87, 246, 0.9);
  color: #FFFFFF;
}

.header.header-style-two .main-menu .sub-menu li:hover > a {
  color: #FFFFFF;
}

.header.header-style-three .main-menu li a {
  color: #FFFFFF;
}

.header.header-style-three .main-menu .sub-menu li a {
  color: #000000;
}

.header.header-style-three .main-menu .sub-menu li:hover {
  background-color: rgba(97, 63, 238, 0.9);
  color: #FFFFFF;
}

.header.header-style-three .main-menu .sub-menu li:hover > a {
  color: #FFFFFF;
}

.header.header-style-four .main-menu li a {
  color: #FFFFFF;
}

.header.header-style-four .main-menu .sub-menu li a {
  color: #000000;
}

.header.header-style-four .main-menu .sub-menu li:hover {
  background-color: rgba(249, 57, 45, 0.9);
  color: #FFFFFF;
}

.header.header-style-four .main-menu .sub-menu li:hover > a {
  color: #FFFFFF;
}

.header.header-style-five .main-menu li a {
  color: #FFFFFF;
}

.header.header-style-five .main-menu .sub-menu li a {
  color: #000000;
}

.header.header-style-five .main-menu .sub-menu li:hover {
  background-color: rgba(249, 57, 45, 0.9);
  color: #FFFFFF;
}

.header.header-style-five .main-menu .sub-menu li:hover > a {
  color: #FFFFFF;
}

.header.header-style-six .main-menu li a {
  color: #000000;
}

.header.header-style-six .main-menu .sub-menu li a {
  color: #000000;
}

.header.header-style-six .main-menu .sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
}

.header.header-style-six .main-menu .sub-menu li:hover > a {
  color: #FFFFFF;
}

.header.header-style-six .toggler-menu span {
  background: #000000;
  -webkit-box-shadow: 0px -8px 0 0px #000000, 0px 8px 0 0px #000000;
          box-shadow: 0px -8px 0 0px #000000, 0px 8px 0 0px #000000;
}

.header.header-style-six .mobile-menu .close-menu {
  color: #000000;
}

.header.error-page {
  top: 0;
  background: linear-gradient(290deg, #FF6A00 -25%, #EE0979 140%);
  background: -webkit-linear-gradient(290deg, #FF6A00 -25%, #EE0979 140%);
}

.header .navbar-brand {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.8rem;
  max-width: 125px;
}

@media screen and (min-width: 576px) {
  .header .navbar-brand {
    max-width: 140px;
  }
}

.header .navbar-brand .sticky {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
}

.header .button {
  display: none;
}

@media screen and (min-width: 992px) {
  .header .button {
    margin-left: 1.5rem;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .header .button {
    margin-right: 0;
  }
}

@media screen and (min-width: 576px) {
  .header .button {
    display: inline-block;
  }
}

.header .button button {
  border: 2px solid #FFFFFF;
}

@media screen and (min-width: 576px) {
  .header .button button {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}

.header .toggler-menu {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
}

@media screen and (min-width: 1200px) {
  .header .toggler-menu {
    display: none;
  }
}

.header .toggler-menu span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  margin-right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -8px 0 0px #FFFFFF, 0px 8px 0 0px #FFFFFF;
  box-shadow: 0px -8px 0 0px #FFFFFF, 0px 8px 0 0px #FFFFFF;
}

/*--------------------------------------------------------------
    [ ## Menu ]
--------------------------------------------------------------*/
.header .mobile-menu {
  position: fixed;
  top: 0;
  left: -380px;
  background-color: #F6F6F6;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 375px;
  z-index: 1024;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.05);
}

.header .mobile-menu .menu-header {
  padding: 30px 15px;
}

.header .mobile-menu .close-menu {
  position: absolute;
  right: 3px;
  top: 28px;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.header .mobile-menu.is-menu-open {
  left: 0;
}

.header .mobile-menu.is-menu-open .close-menu {
  opacity: 1;
  visibility: visible;
}

.header .mobile-menu .sub-menu {
  position: inherit;
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: inherit;
  transition: inherit;
}

.header .mobile-menu .sub-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .mobile-menu .menu {
  background-color: #FFFFFF;
}

.header .mobile-menu .menu ul {
  display: block;
  padding: 0 1rem;
}

.header .mobile-menu .menu ul li {
  padding: 0;
}

.header .mobile-menu .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .8rem .5rem .8rem 0;
  color: #292929;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(41, 41, 41, 0.15);
  position: relative;
}

.header .mobile-menu .menu ul li.menu-item-has-submenu > a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 48%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.header .mobile-menu .menu ul .sub-menu {
  display: none;
  padding: 0;
}

.header .mobile-menu .menu ul .sub-menu .sub-menu {
  display: block;
}

.header .mobile-menu .menu > ul > li:last-child a {
  border-bottom: 0;
}

.header .mobile-menu .buttons {
  background-color: #FFFFFF;
  text-align: center;
  padding: .5rem 0 1.5rem;
}

.header .mobile-menu .buttons button {
  font-size: 1rem;
  margin: 0 .5rem;
  padding: 0.5rem 1.87rem;
  border: 2px solid #000000;
}

.header .mobile-menu .menu-footer {
  padding: 2.2rem 0;
}

.header .mobile-menu .menu-footer .social-media {
  margin-bottom: 1.5rem;
}

.header .mobile-menu .menu-footer .social-media a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ececec;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  color: #292929;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .mobile-menu .menu-footer .social-media a:hover {
  background-color: #FF6A00;
  color: #FFFFFF;
}

@media screen and (min-width: 1200px) {
  .header .mobile-menu {
    display: none;
  }
}

.header.header-style-one .menu-header {
  background: linear-gradient(320deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(320deg, #FF6A00, #EE0979);
}

.header.header-style-one .mobile-menu .menu ul li.menu-item-has-submenu > a::after {
  border-bottom: 2px solid #F9392D;
  border-left: 2px solid #F9392D;
}

.header.header-style-two .menu-header {
  background-color: #9657f6;
}

.header.header-style-two .mobile-menu .menu ul li.menu-item-has-submenu > a::after {
  border-bottom: 2px solid #9657f6;
  border-left: 2px solid #9657f6;
}

.header.header-style-three .menu-header {
  background-color: #613FEE;
}

.header.header-style-three .mobile-menu .menu ul li.menu-item-has-submenu > a::after {
  border-bottom: 2px solid #613FEE;
  border-left: 2px solid #613FEE;
}

.header.header-style-four .menu-header {
  background-color: #F9392D;
}

.header.header-style-four .mobile-menu .menu ul li.menu-item-has-submenu > a::after {
  border-bottom: 2px solid #F9392D;
  border-left: 2px solid #F9392D;
}

.header.header-style-five .menu-header {
  background-color: #FF6A00;
}

.header.header-style-five .mobile-menu .menu ul li.menu-item-has-submenu > a::after {
  border-bottom: 2px solid #FF6A00;
  border-left: 2px solid #FF6A00;
}

.header.header-style-six .menu-header {
  background-color: #FBF3EC;
}

.header.header-style-six .mobile-menu .menu ul li.menu-item-has-submenu > a::after {
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}

/*--------------------------------------------------------------
    [ ## Hero Styles]
--------------------------------------------------------------*/
.hero {
  position: relative;
  z-index: 1;
}

.hero.hero__1 {
  background: linear-gradient(320deg, #FF6A00 -25%, #EE0979 140%);
  background: -webkit-linear-gradient(320deg, #FF6A00 -25%, #EE0979 140%);
  padding: 140px 0 0;
  margin-bottom: 70px;
  overflow-x: clip;
}

@media (min-width: 425px) {
  .hero.hero__1 {
    padding: 160px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__1 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__1 {
    padding: 210px 0 40px;
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 2560px) {
  .hero.hero__1 {
    padding: 210px 0 200px;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__1 .hero-content-left {
    padding-top: 60px;
  }
}

.hero.hero__1 .hero-content-left .hero-title {
  font-weight: 800;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 1.5;
}

@media (min-width: 480px) {
  .hero.hero__1 .hero-content-left .hero-title {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 576px) {
  .hero.hero__1 .hero-content-left .hero-title {
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__1 .hero-content-left .hero-title {
    line-height: 1.4;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__1 .hero-content-left .hero-title {
    font-size: 3.75rem;
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__1 .hero-content-left .hero-title {
    font-size: 3.5rem;
  }
}

.hero.hero__1 .hero-content-left .hero-btns a {
  position: relative;
  z-index: 1;
  padding: .5rem .7rem;
  font-size: .93rem;
}

.hero.hero__1 .hero-content-left .hero-btns a + a {
  margin-left: 5px;
}

@media (min-width: 480px) {
  .hero.hero__1 .hero-content-left .hero-btns a + a {
    margin-left: 10px;
  }
}

@media screen and (min-width: 576px) {
  .hero.hero__1 .hero-content-left .hero-btns a + a {
    margin-left: 10px;
  }
}

@media (min-width: 480px) {
  .hero.hero__1 .hero-content-left .hero-btns a {
    padding: .6rem 1.3rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 576px) {
  .hero.hero__1 .hero-content-left .hero-btns a {
    padding: .8rem 1.5rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__1 .hero-content-left .hero-btns a {
    padding: 1.18rem 1.87rem;
    font-size: 1.5rem;
  }
  .hero.hero__1 .hero-content-left .hero-btns a + a {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__1 .hero-content-left .hero-btns a + a {
    margin-left: 27px;
  }
}

.hero.hero__1 .hero-content-left .hero-btns a:hover {
  color: #FF6A00;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
}

.hero.hero__1 .hero-img {
  position: relative;
  padding: 60px 0px 130px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero.hero__1 .hero-img {
    padding: 0;
  }
}

.hero.hero__1 .hero-img .main {
  padding: 0 20px;
}

@media screen and (min-width: 576px) {
  .hero.hero__1 .hero-img .main {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__1 .hero-img .main {
    padding: 0;
  }
}

.hero.hero__1 .hero-img .secondary1 {
  position: absolute;
  bottom: 20%;
  -webkit-animation: move-four 6s ease-in-out infinite;
          animation: move-four 6s ease-in-out infinite;
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero.hero__1 .hero-img .secondary1 {
    display: block;
    left: 10%;
    max-width: 150px;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__1 .hero-img .secondary1 {
    max-width: inherit;
  }
}

.hero.hero__1 .hero-img .secondary2 {
  position: absolute;
  top: 30%;
  -webkit-animation: move-five 6s ease-in-out infinite;
          animation: move-five 6s ease-in-out infinite;
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero.hero__1 .hero-img .secondary2 {
    display: block;
    right: 0;
    max-width: 300px;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__1 .hero-img .secondary2 {
    right: -10%;
    max-width: inherit;
  }
}

.hero.hero__1 .bottom-shape-absolute {
  position: absolute;
  bottom: -3px;
  width: 102%;
  z-index: -1;
}

.hero.hero__1 .box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero.hero__1 .box-shadow div {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 60%;
  height: 30%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: 209px 20px 33px rgba(0, 0, 0, 0.04);
          box-shadow: 209px 20px 33px rgba(0, 0, 0, 0.04);
  border-radius: 190px;
}

.hero.hero__1 .box-shadow div:nth-child(1) {
  left: -5%;
}

.hero.hero__1 .box-shadow div:nth-child(2) {
  left: 15%;
}

.hero.hero__1 .box-shadow div:nth-child(3) {
  left: 28%;
}

.hero.hero__1 .dots-line {
  position: absolute;
  top: 100px;
  left: -90px;
  z-index: -1;
  opacity: 0.3;
}

.hero.hero__1 .wave-shape {
  position: absolute;
  top: 350px;
  left: 100px;
  -webkit-animation: linear 20s animationFramesOne infinite;
          animation: linear 20s animationFramesOne infinite;
  z-index: -1;
  display: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .hero.hero__1 .wave-shape {
    display: block;
  }
}

.hero.hero__1 .circle-shape {
  position: absolute;
  bottom: 300px;
  left: 150px;
  -webkit-animation: linear 20s animationFramesTwo infinite;
          animation: linear 20s animationFramesTwo infinite;
  z-index: -1;
  display: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .hero.hero__1 .circle-shape {
    display: block;
  }
}

.hero.hero__1 .circle-shape.shape__2 {
  top: 200px;
  left: inherit;
  right: 150px;
  -webkit-animation: linear 20s animationFramesThree infinite;
          animation: linear 20s animationFramesThree infinite;
}

.hero__2 {
  padding: 140px 0 0 0;
  overflow-x: clip;
}

@media screen and (min-width: 425px) {
  .hero__2 {
    padding: 180px 0 0;
  }
}

@media screen and (min-width: 480px) {
  .hero__2 {
    padding: 180px 0 50px;
  }
}

@media screen and (min-width: 576px) {
  .hero__2 {
    padding: 250px 0 90px 0;
  }
}

@media screen and (min-width: 768px) {
  .hero__2 {
    padding: 250px 0 100px 0;
  }
}

@media screen and (min-width: 1200px) {
  .hero__2 {
    padding: 290px 0 300px 0;
  }
}

@media (min-width: 1361px) {
  .hero__2 {
    padding: 290px 0 240px 0;
  }
}

.hero__2 .hero-content-left {
  max-width: 520px;
  position: relative;
  z-index: 9;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero__2 .hero-content-left {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .hero__2 .hero-content-left {
    max-width: 100%;
  }
}

.hero__2 .hero-content-left .hero-title {
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (min-width: 375px) {
  .hero__2 .hero-content-left .hero-title {
    font-size: 2rem;
  }
}

@media (min-width: 480px) {
  .hero__2 .hero-content-left .hero-title {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 576px) {
  .hero__2 .hero-content-left .hero-title {
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .hero__2 .hero-content-left .hero-title {
    line-height: 1.4;
  }
}

@media screen and (min-width: 992px) {
  .hero__2 .hero-content-left .hero-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .hero__2 .hero-content-left .hero-title {
    font-size: 3.5rem;
    padding-right: 0;
  }
}

.hero__2 .hero-content-left p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 490px;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .hero__2 .hero-content-left p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .hero__2 .hero-content-left p {
    margin: 0;
  }
}

.hero__2 .hero-content-left .hero-btns {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .hero__2 .hero-content-left .hero-btns {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .hero__2 .hero-content-left .hero-btns {
    margin-top: 60px;
  }
}

.hero__2 .hero-content-left .hero-btns a {
  position: relative;
  z-index: 1;
  padding: .6rem 1.6rem;
  font-size: .9rem;
  font-weight: 400;
  border: 1px solid;
}

.hero__2 .hero-content-left .hero-btns a + a {
  margin-left: 5px;
}

@media screen and (min-width: 576px) {
  .hero__2 .hero-content-left .hero-btns a + a {
    margin-left: 15px;
  }
}

@media screen and (min-width: 576px) {
  .hero__2 .hero-content-left .hero-btns a {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 1200px) {
  .hero__2 .hero-content-left .hero-btns a {
    padding: 1.18rem 2.2rem;
    font-size: 1.2rem;
  }
  .hero__2 .hero-content-left .hero-btns a + a {
    margin-left: 20px;
  }
}

.hero__2 .hero-content-left .hero-btns a:hover {
  color: #FFFFFF;
  background-color: #9657f6;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
}

.hero__2 .hero-content-left .hero-btns a.bg-purple:hover {
  background-color: transparent;
  color: #9657f6;
}

.hero__2 .hero-screen {
  position: absolute;
  display: none;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .hero__2 .hero-screen {
    display: block;
    width: 576px;
    top: 245px;
    right: -100px;
  }
}

@media (min-width: 170px) {
  .hero__2 .hero-screen {
    right: -20px;
  }
}

@media screen and (min-width: 1200px) {
  .hero__2 .hero-screen {
    width: 800px;
    top: 310px;
    right: -100px;
  }
}

@media screen and (min-width: 1400px) {
  .hero__2 .hero-screen {
    width: auto;
    top: 280px;
  }
}

@media (min-width: 1361px) {
  .hero__2 .hero-screen {
    top: 260px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .hero__2 .hero-screen {
    width: 870px;
  }
}

@media (min-width: 1600px) {
  .hero__2 .hero-screen {
    right: -30px;
    left: auto;
    top: 230px;
  }
}

.hero__2 .left-sq-shape {
  position: absolute;
  left: -85px;
  bottom: 40px;
  width: 300px;
  height: 300px;
  border-radius: 50px;
  background: linear-gradient(224.18deg, #FBF9FF 0.74%, rgba(241, 239, 251, 0.47) 82.69%);
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .hero__2 .left-sq-shape {
    left: -230px;
    top: 130px;
    width: 475px;
    height: 525px;
  }
}

.hero__2 .right-sq-shape {
  position: absolute;
  top: -230px;
  left: 70%;
  width: 500px;
  height: 500px;
  background-color: #9657f6;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  border-radius: 180px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .hero__2 .right-sq-shape {
    top: -230px;
    left: 50%;
    width: 500px;
    height: 600px;
  }
}

@media screen and (min-width: 768px) {
  .hero__2 .right-sq-shape {
    left: 60%;
    top: -190px;
    width: 700px;
    height: 800px;
  }
}

@media screen and (min-width: 1200px) {
  .hero__2 .right-sq-shape {
    top: -265px;
    left: 43%;
    width: 1370px;
    height: 1060px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .hero__2 .right-sq-shape {
    left: 36%;
    top: -320px;
  }
}

@media (min-width: 1361px) and (max-width: 1600px) {
  .hero__2 .right-sq-shape {
    left: 42%;
    height: 960px;
  }
}

@media (min-width: 1601px) {
  .hero__2 .right-sq-shape {
    left: 49%;
  }
}

.hero.hero__3 {
  padding: 140px 0 60px;
  overflow-x: clip;
}

@media screen and (min-width: 576px) {
  .hero.hero__3 {
    padding: 180px 0 100px;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__3 {
    padding: 230px 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__3 {
    padding: 280px 0 150px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__3 {
    padding: 300px 0 50px;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__3 {
    padding: 340px 0 150px;
  }
}

.hero.hero__3 .hero-content-left {
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .hero.hero__3 .hero-content-left {
    text-align: left;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__3 .hero-content-left {
    padding-right: 0;
  }
}

.hero.hero__3 .hero-content-left .hero-title {
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1.5;
}

@media (min-width: 480px) {
  .hero.hero__3 .hero-content-left .hero-title {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 576px) {
  .hero.hero__3 .hero-content-left .hero-title {
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__3 .hero-content-left .hero-title {
    line-height: 1.4;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__3 .hero-content-left .hero-title {
    font-size: 3.25rem;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__3 .hero-content-left .hero-title {
    font-size: 3.75rem;
  }
}

.hero.hero__3 .hero-content-left p {
  font-size: 1rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .hero.hero__3 .hero-content-left p {
    font-size: 1.2rem;
    padding: 0 90px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__3 .hero-content-left p {
    font-size: 1.3rem;
    padding: 0;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__3 .hero-content-left p {
    font-size: 1.5rem;
  }
}

.hero.hero__3 .hero-content-left .hero-btns {
  margin-top: 40px;
  margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
  .hero.hero__3 .hero-content-left .hero-btns {
    margin-top: 46px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__3 .hero-content-left .hero-btns {
    margin-bottom: 0;
    margin-top: 50px;
  }
}

.hero.hero__3 .hero-content-left .hero-btns a {
  position: relative;
  padding: .5rem 1rem;
  font-size: .93rem;
  z-index: 1;
}

.hero.hero__3 .hero-content-left .hero-btns a + a {
  margin-left: 5px;
}

@media screen and (min-width: 576px) {
  .hero.hero__3 .hero-content-left .hero-btns a + a {
    margin-left: 10px;
  }
}

@media screen and (min-width: 576px) {
  .hero.hero__3 .hero-content-left .hero-btns a {
    padding: .8rem 1rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__3 .hero-content-left .hero-btns a {
    padding: 1.18rem 1.87rem;
  }
  .hero.hero__3 .hero-content-left .hero-btns a + a {
    margin-left: 26px;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__3 .hero-content-left .hero-btns a {
    padding: 1.18rem 1.87rem;
    font-size: 1.5rem;
  }
}

.hero.hero__3 .hero-content-left .hero-btns a:hover {
  color: #613FEE;
  background-color: #FFFFFF;
}

.hero.hero__3 .hero-content-left .hero-btns a.white-bg:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.hero.hero__3 .hero-img {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero.hero__3 .hero-img img {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__3 .hero-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__3 .hero-img {
    width: 150%;
    margin: -70px 0 0 100px;
  }
}

.hero.hero__3 .circle-shape1 {
  position: absolute;
  left: -300px;
  top: 80%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 550px;
  height: 550px;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .hero.hero__3 .circle-shape1 {
    top: 90%;
    width: 550px;
    height: 550px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__3 .circle-shape1 {
    top: 80%;
    width: 750px;
    height: 750px;
  }
}

.hero.hero__3 .circle-shape2 {
  position: absolute;
  right: -200px;
  top: -100px;
  border-radius: 50%;
  width: 350px;
  height: 550px;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .hero.hero__3 .circle-shape2 {
    width: 550px;
    height: 550px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__3 .circle-shape2 {
    width: 750px;
    height: 700px;
  }
}

.hero__4 {
  padding: 140px 0 0;
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .hero__4 {
    padding: 180px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .hero__4 .hero-content-left {
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .hero__4 .hero-content-left {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .hero__4 .hero-content-left {
    padding-right: 100px;
  }
}

.hero__4 .hero-content-left .hero-title {
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1.5;
}

@media (min-width: 480px) {
  .hero__4 .hero-content-left .hero-title {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 576px) {
  .hero__4 .hero-content-left .hero-title {
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .hero__4 .hero-content-left .hero-title {
    line-height: 1.4;
  }
}

@media screen and (min-width: 992px) {
  .hero__4 .hero-content-left .hero-title {
    font-size: 3.25rem;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .hero__4 .hero-content-left .hero-title {
    font-size: 3.5rem;
  }
}

.hero__4 .hero-content-left p {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .hero__4 .hero-content-left p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .hero__4 .hero-content-left p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1400px) {
  .hero__4 .hero-content-left p {
    font-size: 1.5rem;
  }
}

.hero__4 .hero-content-left .hero-btns {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .hero__4 .hero-content-left .hero-btns {
    margin-top: 46px;
  }
}

@media screen and (min-width: 992px) {
  .hero__4 .hero-content-left .hero-btns {
    margin-top: 50px;
  }
}

.hero__4 .hero-content-left .hero-btns a {
  position: relative;
  padding: .5rem 1.5rem;
  font-size: .93rem;
  border: 1px solid #F9392D;
  border-radius: 10px;
  z-index: 1;
}

.hero__4 .hero-content-left .hero-btns a + a {
  margin-left: 5px;
}

@media screen and (min-width: 576px) {
  .hero__4 .hero-content-left .hero-btns a + a {
    margin-left: 10px;
  }
}

@media screen and (min-width: 576px) {
  .hero__4 .hero-content-left .hero-btns a {
    padding: .8rem 1.5rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .hero__4 .hero-content-left .hero-btns a {
    padding: 1.18rem 1.87rem;
    font-size: 1.25rem;
  }
  .hero__4 .hero-content-left .hero-btns a + a {
    margin-left: 26px;
  }
}

.hero__4 .hero-content-left .hero-btns a:hover {
  color: #FFFFFF;
  background-color: #F9392D;
}

.hero__4 .hero-content-left .hero-btns a.bg-red:hover {
  background-color: transparent;
  color: #F9392D;
}

.hero__4 .hero-img {
  position: relative;
  padding: 60px 0px 0;
  text-align: center;
  display: none;
}

@media screen and (min-width: 768px) {
  .hero__4 .hero-img {
    display: block;
  }
}

@media screen and (min-width: 425px) {
  .hero__4 .hero-img {
    padding: 60px 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .hero__4 .hero-img {
    padding: 0;
  }
}

.hero__4 .hero-img .main {
  padding: 0 20px;
}

@media screen and (min-width: 576px) {
  .hero__4 .hero-img .main {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .hero__4 .hero-img .main {
    padding: 0;
  }
}

.hero__4 .hero-img .secondary1 {
  position: absolute;
  bottom: 20%;
  -webkit-animation: move-four 6s ease-in-out infinite;
          animation: move-four 6s ease-in-out infinite;
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero__4 .hero-img .secondary1 {
    display: block;
    left: 0;
    max-width: 150px;
  }
}

@media screen and (min-width: 1400px) {
  .hero__4 .hero-img .secondary1 {
    max-width: inherit;
  }
}

.hero__4 .hero-img .secondary2 {
  position: absolute;
  top: 30%;
  -webkit-animation: move-five 6s ease-in-out infinite;
          animation: move-five 6s ease-in-out infinite;
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero__4 .hero-img .secondary2 {
    display: block;
    right: -20%;
    max-width: 300px;
  }
}

@media screen and (min-width: 1400px) {
  .hero__4 .hero-img .secondary2 {
    max-width: inherit;
  }
}

.hero__4 .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero__4 .bg-shapes .shape1 {
  position: absolute;
  width: 620px;
  top: -190px;
  right: -20px;
}

@media screen and (min-width: 576px) {
  .hero__4 .bg-shapes .shape1 {
    width: 620px;
    top: -150px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .hero__4 .bg-shapes .shape1 {
    width: 720px;
    right: -20px;
  }
}

@media screen and (min-width: 992px) {
  .hero__4 .bg-shapes .shape1 {
    width: 920px;
  }
}

@media screen and (min-width: 1200px) {
  .hero__4 .bg-shapes .shape1 {
    right: 60px;
  }
}

@media screen and (min-width: 1400px) {
  .hero__4 .bg-shapes .shape1 {
    right: 270px;
  }
}

.hero__4 .bg-shapes .shape2 {
  position: absolute;
  top: 50px;
  right: -400px;
  display: none;
}

@media screen and (min-width: 576px) {
  .hero__4 .bg-shapes .shape2 {
    display: block;
    width: 665px;
  }
}

@media screen and (min-width: 768px) {
  .hero__4 .bg-shapes .shape2 {
    width: 760px;
  }
}

@media screen and (min-width: 992px) {
  .hero__4 .bg-shapes .shape2 {
    width: 960px;
  }
}

.hero__4 .bg-shapes .shape3 {
  position: absolute;
  right: -100px;
  top: -370px;
  width: 500px;
  display: none;
}

@media screen and (min-width: 576px) {
  .hero__4 .bg-shapes .shape3 {
    width: 500px;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hero__4 .bg-shapes .shape3 {
    width: 530px;
  }
}

@media screen and (min-width: 992px) {
  .hero__4 .bg-shapes .shape3 {
    width: 630px;
  }
}

.hero.hero__5 {
  position: relative;
  padding: 160px 0 100px;
  overflow-x: clip;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .hero.hero__5 {
    padding: 230px 0 200px;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__5 {
    padding: 230px 0 250px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__5 {
    padding: 160px 0 210px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__5 {
    padding: 280px 0px;
  }
}

@media (min-width: 1530px) {
  .hero.hero__5 {
    padding: 310px 0px 280px;
  }
}

@media (min-width: 1600px) {
  .hero.hero__5 {
    padding: 350px 0px 340px;
  }
}

.hero.hero__5::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 400px;
  -webkit-clip-path: polygon(100% 70%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 70%, 0% 100%, 100% 100%);
  background-color: #FFFFFF;
  z-index: -1;
  display: none;
}

@media screen and (min-width: 576px) {
  .hero.hero__5::after {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__5::after {
    -webkit-clip-path: polygon(100% 60%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 60%, 0% 100%, 100% 100%);
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__5::after {
    -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__5::after {
    -webkit-clip-path: polygon(100% 55%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 55%, 0% 100%, 100% 100%);
  }
}

@media (min-width: 1600px) {
  .hero.hero__5::after {
    -webkit-clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
  }
}

.hero.hero__5 .hero-content-left {
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .hero.hero__5 .hero-content-left {
    text-align: left;
    padding-top: 80px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__5 .hero-content-left {
    padding-top: 0;
  }
}

.hero.hero__5 .hero-content-left .hero-title {
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-size: 2.2rem;
}

@media screen and (min-width: 576px) {
  .hero.hero__5 .hero-content-left .hero-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__5 .hero-content-left .hero-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}

.hero.hero__5 .hero-content-left p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero.hero__5 .hero-content-left p {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__5 .hero-content-left p {
    font-size: 1.2rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__5 .hero-content-left p {
    font-size: 1.25rem;
  }
}

.hero.hero__5 .hero-content-left .hero-btns {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .hero.hero__5 .hero-content-left .hero-btns {
    margin-top: 50px;
  }
}

.hero.hero__5 .hero-content-left .hero-btns a {
  position: relative;
  z-index: 1;
  padding: .5rem 1.5rem;
  font-size: .93rem;
  border: 1px solid #FFFFFF;
}

.hero.hero__5 .hero-content-left .hero-btns a + a {
  margin-left: 5px;
}

@media screen and (min-width: 576px) {
  .hero.hero__5 .hero-content-left .hero-btns a + a {
    margin-left: 10px;
  }
}

@media screen and (min-width: 576px) {
  .hero.hero__5 .hero-content-left .hero-btns a {
    padding: 1rem 2rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__5 .hero-content-left .hero-btns a {
    padding: 1.18rem 2.5rem;
    font-size: 1.25rem;
  }
  .hero.hero__5 .hero-content-left .hero-btns a + a {
    margin-left: 27px;
  }
}

.hero.hero__5 .hero-content-left .hero-btns a:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000 !important;
}

.hero.hero__5 .hero-img {
  position: absolute;
  right: -6%;
  top: 320px;
  display: none;
}

@media screen and (min-width: 992px) {
  .hero.hero__5 .hero-img {
    display: block;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: -15%;
    top: 165px;
  }
}

@media (min-width: 1170px) {
  .hero.hero__5 .hero-img {
    right: -7%;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__5 .hero-img {
    -webkit-transform: scale(1);
            transform: scale(1);
    right: -5%;
    top: 230px;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__5 .hero-img {
    right: 0;
  }
}

@media (min-width: 1530px) {
  .hero.hero__5 .hero-img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    top: 290px;
  }
}

@media (min-width: 1600px) {
  .hero.hero__5 .hero-img {
    right: 5%;
  }
}

.hero.hero__5 .bg-shapes {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hero.hero__5 .bg-shapes div {
  z-index: -1;
  position: absolute;
  top: -200px;
  width: 235px;
  height: 700px;
  -webkit-transform: rotate(325deg);
          transform: rotate(325deg);
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: 209px 20px 33px rgba(0, 0, 0, 0.04);
          box-shadow: 209px 20px 33px rgba(0, 0, 0, 0.04);
  border-radius: 220px;
}

@media screen and (min-width: 576px) {
  .hero.hero__5 .bg-shapes div {
    width: 440px;
    height: 870px;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__5 .bg-shapes div {
    height: 920px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__5 .bg-shapes div {
    height: 1080px;
  }
}

.hero.hero__5 .bg-shapes div:nth-child(1) {
  left: -45%;
}

@media screen and (min-width: 576px) {
  .hero.hero__5 .bg-shapes div:nth-child(1) {
    left: -50%;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__5 .bg-shapes div:nth-child(1) {
    left: -30%;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__5 .bg-shapes div:nth-child(1) {
    left: -24%;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__5 .bg-shapes div:nth-child(1) {
    left: 5%;
  }
}

.hero.hero__5 .bg-shapes div:nth-child(2) {
  left: -10%;
}

@media screen and (min-width: 576px) {
  .hero.hero__5 .bg-shapes div:nth-child(2) {
    left: -20%;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__5 .bg-shapes div:nth-child(2) {
    left: -5%;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__5 .bg-shapes div:nth-child(2) {
    left: 15%;
  }
}

.hero.hero__5 .bg-shapes div:nth-child(3) {
  left: 25%;
}

@media screen and (min-width: 576px) {
  .hero.hero__5 .bg-shapes div:nth-child(3) {
    left: 10%;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__5 .bg-shapes div:nth-child(3) {
    left: 15%;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__5 .bg-shapes div:nth-child(3) {
    left: 25%;
  }
}

.hero.hero__6 {
  padding: 140px 0 80px;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .hero.hero__6 {
    padding: 180px 0 100px;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__6 {
    padding: 220px 0 120px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__6 {
    padding: 250px 0 170px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__6 {
    padding: 290px 0 170px;
  }
}

.hero.hero__6 .hero-content-left {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero.hero__6 .hero-content-left {
    text-align: left;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__6 .hero-content-left {
    padding-right: 0;
  }
}

.hero.hero__6 .hero-content-left .hero-title {
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1.5;
}

@media (min-width: 480px) {
  .hero.hero__6 .hero-content-left .hero-title {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 576px) {
  .hero.hero__6 .hero-content-left .hero-title {
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__6 .hero-content-left .hero-title {
    line-height: 1.4;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__6 .hero-content-left .hero-title {
    font-size: 3.25rem;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__6 .hero-content-left .hero-title {
    font-size: 3.5rem;
  }
}

.hero.hero__6 .hero-content-left p {
  font-size: 1rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .hero.hero__6 .hero-content-left p {
    font-size: 1.2rem;
    padding: 0 90px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__6 .hero-content-left p {
    font-size: 1.3rem;
    padding: 0;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__6 .hero-content-left p {
    font-size: 1.5rem;
  }
}

.hero.hero__6 .hero-content-left .hero-btns {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .hero.hero__6 .hero-content-left .hero-btns {
    margin-top: 40px;
  }
}

.hero.hero__6 .hero-content-left .hero-btns a {
  padding: .5rem 1rem;
  font-size: .93rem;
  position: relative;
  z-index: 1;
  border: 1px solid #000000;
  min-width: 130px;
}

.hero.hero__6 .hero-content-left .hero-btns a + a {
  margin-left: 5px;
}

@media screen and (min-width: 576px) {
  .hero.hero__6 .hero-content-left .hero-btns a + a {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .hero.hero__6 .hero-content-left .hero-btns a + a {
    margin-left: 20px;
  }
}

@media screen and (min-width: 576px) {
  .hero.hero__6 .hero-content-left .hero-btns a {
    padding: .8rem 1.5rem;
    font-size: 1.125rem;
    min-width: 160px;
  }
}

@media screen and (min-width: 1400px) {
  .hero.hero__6 .hero-content-left .hero-btns a {
    padding: 1.18rem 2.5rem;
    font-size: 1.25rem;
  }
  .hero.hero__6 .hero-content-left .hero-btns a + a {
    margin-left: 27px;
  }
}

.hero.hero__6 .hero-content-left .hero-btns a:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.hero.hero__6 .hero-content-left .hero-btns a.bg-black:hover {
  background-color: transparent;
  color: #000000;
}

.hero.hero__6 .hero-img {
  margin-top: 60px;
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .hero.hero__6 .hero-img {
    margin-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero__6 .hero-img {
    margin-top: 0;
    width: 150%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    left: -100px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero__6 .hero-img {
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*--------------------------------------------------------------
    [ ## Page Banner]
--------------------------------------------------------------*/
.blog-page-header {
  padding: 170px 0 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .blog-page-header {
    padding: 200px 0 130px;
  }
}

@media screen and (min-width: 768px) {
  .blog-page-header {
    padding: 250px 0 150px;
  }
}

@media screen and (min-width: 992px) {
  .blog-page-header {
    padding: 300px 0 185px;
  }
}

.blog-page-header .page-title {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (min-width: 576px) {
  .blog-page-header .page-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .blog-page-header .page-title {
    font-size: 3rem;
  }
}

.blog-page-header .box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.blog-page-header .box-shadow div {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 70%;
  height: 40%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: 209px 20px 33px rgba(0, 0, 0, 0.04);
          box-shadow: 209px 20px 33px rgba(0, 0, 0, 0.04);
  border-radius: 190px;
}

.blog-page-header .box-shadow div:nth-child(1) {
  left: 5%;
}

.blog-page-header .box-shadow div:nth-child(2) {
  left: 20%;
}

.blog-page-header .box-shadow div:nth-child(3) {
  left: 36%;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer.footer-style-one {
  padding: 250px 0 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 480px) {
  .footer.footer-style-one {
    padding: 275px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one {
    padding: 210px 0 0;
  }
}

@media screen and (min-width: 1400px) {
  .footer.footer-style-one {
    padding: 260px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .footer.footer-style-one {
    text-align: left;
  }
}

@media screen and (max-width: 450px) {
  .footer.footer-style-one {
    padding: 0;
    margin-top: -50px;
  }
}

.footer.footer-style-one::before, .footer.footer-style-one::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/gradient-wave.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.footer.footer-style-one::before {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  z-index: 1;
}

.footer.footer-style-one::after {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -2;
}

.footer.footer-style-one .left-sq-shape {
  position: absolute;
  left: -200px;
  bottom: -100px;
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  border-radius: 60px;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one .left-sq-shape {
    display: block;
  }
}

.footer.footer-style-one .left-sq-shape::before, .footer.footer-style-one .left-sq-shape::after {
  content: '';
  position: absolute;
  left: 60px;
  top: 40px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.05);
}

.footer.footer-style-one .left-sq-shape::after {
  left: 120px;
  top: 80px;
}

.footer.footer-style-one .right-sq-shape {
  position: absolute;
  right: -200px;
  bottom: -100px;
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  border-radius: 60px;
  z-index: 1;
}

.footer.footer-style-one .right-sq-shape::before, .footer.footer-style-one .right-sq-shape::after {
  content: '';
  position: absolute;
  right: 60px;
  top: 40px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.05);
}

.footer.footer-style-one .right-sq-shape::after {
  right: 120px;
  top: 80px;
}

.footer.footer-style-one .footer-top {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 450px) {
  .footer.footer-style-one .footer-top {
    padding-top: 290px;
  }
}

.footer.footer-style-one .footer-top .site-brand {
  width: 140px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one .footer-top .site-brand {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .footer.footer-style-one .footer-top .bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.footer.footer-style-one .footer-top .footer-widget .widget-title {
  margin-bottom: .6rem;
  font-weight: 600;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one .footer-top .footer-widget .widget-title {
    margin-bottom: .8rem;
    font-size: 1.1rem;
  }
}

.footer.footer-style-one .footer-top .footer-widget ul li a {
  display: inline-block;
  line-height: 2;
  font-weight: 300;
  font-size: .93rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one .footer-top .footer-widget ul li a {
    font-size: 1rem;
    line-height: 2.4;
  }
}

.footer.footer-style-one .footer-top .footer-widget ul li a:hover {
  color: #FFFFFF;
  padding-left: 5px;
}

.footer.footer-style-one .footer-top .footer-widget.brand-info {
  max-width: 370px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one .footer-top .footer-widget.brand-info {
    padding-bottom: 0;
  }
}

.footer.footer-style-one .footer-top .footer-widget.brand-info p {
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.9;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one .footer-top .footer-widget.brand-info p {
    font-size: 1rem;
    line-height: 2;
  }
}

.footer.footer-style-one .footer-top .footer-widget .social-links {
  padding-top: 1rem;
}

.footer.footer-style-one .footer-top .footer-widget .social-links a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1rem;
  margin-right: 1.125rem;
}

.footer.footer-style-one .footer-top .footer-widget.contact-info p {
  line-height: 1.9;
  font-weight: 300;
}

.footer.footer-style-one .footer-top .footer-widget.contact-info .contact-info-item {
  margin: 1rem 0;
  font-weight: 300;
}

.footer.footer-style-one .footer-top .footer-widget.contact-info .contact-info-item i {
  margin-right: 1rem;
}

.footer.footer-style-one .footer-top .widget-links, .footer.footer-style-one .footer-top .contact-info {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one .footer-top .widget-links, .footer.footer-style-one .footer-top .contact-info {
    margin-top: 30px;
  }
}

.footer.footer-style-one .footer-bottom {
  font-size: .93rem;
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}

.footer.footer-style-one .footer-bottom .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1.25rem 0;
}

@media screen and (min-width: 768px) {
  .footer.footer-style-one .footer-bottom .inner {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 992px) {
  .footer.footer-style-one .footer-bottom .inner {
    border: none;
  }
}

.footer.footer-style-two .client-carousel {
  padding: 50px 0 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 576px) {
  .footer.footer-style-two .client-carousel {
    padding: 70px 0 65px;
  }
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .client-carousel {
    padding: 90px 0 85px;
  }
}

.footer.footer-style-two .client-carousel .swiper-slide {
  padding: 0 15px;
}

.footer.footer-style-two .footer-top {
  padding: 60px 0 30px;
}

@media screen and (min-width: 768px) {
  .footer.footer-style-two .footer-top {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-top {
    padding: 70px 0 90px;
  }
}

@media screen and (max-width: 767px) {
  .footer.footer-style-two .footer-top {
    padding: 60px 0 30px;
  }
}

.footer.footer-style-two .footer-top .site-brand {
  width: 140px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-top .site-brand {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .footer.footer-style-two .footer-top .bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.footer.footer-style-two .footer-top .footer-widget .widget-title {
  margin-bottom: .6rem;
  font-weight: 600;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-top .footer-widget .widget-title {
    margin-bottom: .8rem;
    font-size: 1.1rem;
  }
}

.footer.footer-style-two .footer-top .footer-widget ul li a {
  display: inline-block;
  line-height: 2;
  font-weight: 300;
  font-size: .93rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-top .footer-widget ul li a {
    font-size: 1rem;
    line-height: 2.4;
  }
}

.footer.footer-style-two .footer-top .footer-widget ul li a:hover {
  color: #FFFFFF;
  padding-left: 5px;
}

.footer.footer-style-two .footer-top .footer-widget.brand-info {
  max-width: 370px;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-top .footer-widget.brand-info {
    padding-bottom: 0;
  }
}

.footer.footer-style-two .footer-top .footer-widget.brand-info p {
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.9;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-top .footer-widget.brand-info p {
    font-size: 1rem;
    line-height: 2;
  }
}

.footer.footer-style-two .footer-top .footer-widget .subscribe-newsletter {
  margin-top: 30px;
}

.footer.footer-style-two .footer-top .footer-widget.contact-info p {
  line-height: 1.9;
  font-weight: 300;
}

.footer.footer-style-two .footer-top .footer-widget.contact-info .contact-info-item {
  margin: 1rem 0;
  font-weight: 300;
}

.footer.footer-style-two .footer-top .footer-widget.contact-info .contact-info-item i {
  margin-right: 1rem;
}

.footer.footer-style-two .footer-top .widget-links, .footer.footer-style-two .footer-top .contact-info {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-top .widget-links, .footer.footer-style-two .footer-top .contact-info {
    margin-top: 27px;
  }
}

.footer.footer-style-two .footer-top .subscribe-newsletter {
  position: relative;
}

.footer.footer-style-two .footer-top .subscribe-newsletter input {
  height: 50px;
  border-radius: 6px !important;
  padding: 1rem 1.25rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.footer.footer-style-two .footer-top .subscribe-newsletter input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-two .footer-top .subscribe-newsletter input:-ms-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-two .footer-top .subscribe-newsletter input::-ms-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-two .footer-top .subscribe-newsletter input::placeholder {
  color: #FFFFFF;
}

.footer.footer-style-two .footer-top .subscribe-newsletter button {
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer.footer-style-two .footer-top .subscribe-newsletter button:hover {
  color: #FFFFFF;
}

.footer.footer-style-two .footer-bottom {
  color: #FFFFFF;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.footer.footer-style-two .footer-bottom .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1.25rem 0;
}

@media screen and (min-width: 768px) {
  .footer.footer-style-two .footer-bottom .inner {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 992px) {
  .footer.footer-style-two .footer-bottom .inner {
    border: none;
  }
}

.footer.footer-style-two .footer-bottom .social-links a {
  padding: 0 .5rem;
  font-size: .9rem;
}

.footer.footer-style-three .footer-top {
  padding: 60px 0 70px;
}

@media screen and (min-width: 768px) {
  .footer.footer-style-three .footer-top {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-top {
    padding: 90px 0 130px;
  }
}

@media screen and (max-width: 767px) {
  .footer.footer-style-three .footer-top {
    padding: 60px 0 40px;
  }
}

.footer.footer-style-three .footer-top .site-brand {
  width: 140px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-top .site-brand {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .footer.footer-style-three .footer-top .bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.footer.footer-style-three .footer-top .footer-widget .widget-title {
  margin-bottom: .6rem;
  font-weight: 600;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-top .footer-widget .widget-title {
    margin-bottom: .8rem;
    font-size: 1.1rem;
  }
}

.footer.footer-style-three .footer-top .footer-widget ul li a {
  display: inline-block;
  line-height: 2;
  font-weight: 300;
  font-size: .93rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-top .footer-widget ul li a {
    font-size: 1rem;
    line-height: 2.4;
  }
}

.footer.footer-style-three .footer-top .footer-widget ul li a:hover {
  color: #FFFFFF;
  padding-left: 5px;
}

.footer.footer-style-three .footer-top .footer-widget.brand-info {
  max-width: 370px;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-top .footer-widget.brand-info {
    padding-bottom: 0;
  }
}

.footer.footer-style-three .footer-top .footer-widget.brand-info p {
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.9;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-top .footer-widget.brand-info p {
    font-size: 1rem;
    line-height: 2;
  }
}

.footer.footer-style-three .footer-top .footer-widget .subscribe-newsletter {
  margin-top: 30px;
}

.footer.footer-style-three .footer-top .footer-widget.contact-info p {
  line-height: 1.9;
  font-weight: 300;
}

.footer.footer-style-three .footer-top .footer-widget.contact-info .contact-info-item {
  margin: 1rem 0;
  font-weight: 300;
}

.footer.footer-style-three .footer-top .footer-widget.contact-info .contact-info-item i {
  margin-right: 1rem;
}

.footer.footer-style-three .footer-top .widget-links, .footer.footer-style-three .footer-top .contact-info {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-top .widget-links, .footer.footer-style-three .footer-top .contact-info {
    margin-top: 27px;
  }
}

.footer.footer-style-three .footer-top .subscribe-newsletter {
  position: relative;
}

.footer.footer-style-three .footer-top .subscribe-newsletter input {
  height: 50px;
  border-radius: 6px !important;
  padding: 1rem 1.25rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.footer.footer-style-three .footer-top .subscribe-newsletter input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-three .footer-top .subscribe-newsletter input:-ms-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-three .footer-top .subscribe-newsletter input::-ms-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-three .footer-top .subscribe-newsletter input::placeholder {
  color: #FFFFFF;
}

.footer.footer-style-three .footer-top .subscribe-newsletter button {
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer.footer-style-three .footer-top .subscribe-newsletter button:hover {
  color: #FFFFFF;
}

.footer.footer-style-three .footer-bottom {
  color: #FFFFFF;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.footer.footer-style-three .footer-bottom .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1.25rem 0;
}

@media screen and (min-width: 768px) {
  .footer.footer-style-three .footer-bottom .inner {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 992px) {
  .footer.footer-style-three .footer-bottom .inner {
    border: none;
  }
}

.footer.footer-style-three .footer-bottom .social-links a {
  padding: 0 .5rem;
  font-size: .9rem;
}

.footer.footer-style-four .footer-top {
  background-color: #131212;
}

@media screen and (max-width: 767px) {
  .footer.footer-style-four .footer-top {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .footer.footer-style-four .footer-top {
    padding: 80px 0 60px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .footer.footer-style-four .footer-top {
    padding: 140px 0 120px;
  }
}

.footer.footer-style-four .footer-top .site-brand {
  width: 140px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-four .footer-top .site-brand {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .footer.footer-style-four .footer-top .bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.footer.footer-style-four .footer-top .footer-widget .widget-title {
  margin-bottom: .6rem;
  font-weight: 600;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-four .footer-top .footer-widget .widget-title {
    margin-bottom: .8rem;
    font-size: 1.1rem;
  }
}

.footer.footer-style-four .footer-top .footer-widget ul li a {
  display: inline-block;
  line-height: 2;
  font-weight: 300;
  font-size: .93rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-four .footer-top .footer-widget ul li a {
    font-size: 1rem;
    line-height: 2.4;
  }
}

.footer.footer-style-four .footer-top .footer-widget ul li a:hover {
  color: #FFFFFF;
  padding-left: 5px;
}

.footer.footer-style-four .footer-top .footer-widget.brand-info {
  max-width: 370px;
}

.footer.footer-style-four .footer-top .footer-widget.brand-info p {
  margin: 1.75rem 0;
}

.footer.footer-style-four .footer-top .footer-widget .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 2.5rem;
}

.footer.footer-style-four .footer-top .footer-widget .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.05);
  margin-right: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer.footer-style-four .footer-top .footer-widget .social-links a:last-child {
  margin-right: 0;
}

@media screen and (min-width: 576px) {
  .footer.footer-style-four .footer-top .footer-widget .social-links a {
    width: 50px;
    height: 50px;
  }
}

.footer.footer-style-four .footer-top .footer-widget .social-links a i {
  font-size: 0.93rem;
}

@media screen and (min-width: 576px) {
  .footer.footer-style-four .footer-top .footer-widget .social-links a i {
    font-size: 1.125rem;
  }
}

.footer.footer-style-four .footer-top .footer-widget .social-links a:hover {
  background-color: #F9392D;
  color: #FFFFFF;
}

.footer.footer-style-four .footer-top .footer-widget.contact-info {
  font-weight: 300;
}

.footer.footer-style-four .footer-top .footer-widget.contact-info .contact-info-item {
  margin: 1rem 0;
  font-weight: 300;
}

.footer.footer-style-four .footer-top .footer-widget.contact-info .contact-info-item i {
  margin-right: 1rem;
}

.footer.footer-style-four .footer-top .footer-widget.contact-info .contact-info-item:last-child {
  margin-bottom: 0;
}

.footer.footer-style-four .footer-top .widget-links, .footer.footer-style-four .footer-top .contact-info {
  margin-top: 40px;
}

.footer.footer-style-four .footer-top .subscribe-newsletter {
  position: relative;
  margin: 2rem 0;
}

.footer.footer-style-four .footer-top .subscribe-newsletter input {
  height: 50px;
  border-radius: 6px !important;
  padding: 1rem 1.25rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.footer.footer-style-four .footer-top .subscribe-newsletter input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-four .footer-top .subscribe-newsletter input:-ms-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-four .footer-top .subscribe-newsletter input::-ms-input-placeholder {
  color: #FFFFFF;
}

.footer.footer-style-four .footer-top .subscribe-newsletter input::placeholder {
  color: #FFFFFF;
}

.footer.footer-style-four .footer-top .subscribe-newsletter button {
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 1.25rem;
}

.footer.footer-style-four .footer-top .subscribe-newsletter button:hover {
  color: #FFFFFF;
}

.footer.footer-style-four .footer-bottom {
  color: #FFFFFF;
  background-color: #131212;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 300;
}

.footer.footer-style-six {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .footer.footer-style-six {
    padding-top: 120px;
  }
}

.footer.footer-style-six .footer-top {
  padding: 75px 0 50px;
}

@media screen and (min-width: 768px) {
  .footer.footer-style-six .footer-top {
    text-align: left;
  }
}

.footer.footer-style-six .footer-top .site-brand {
  width: 140px;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-six .footer-top .site-brand {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .footer.footer-style-six .footer-top .bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.footer.footer-style-six .footer-top .footer-widget .widget-title {
  margin-bottom: .6rem;
  font-weight: 600;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-six .footer-top .footer-widget .widget-title {
    margin-bottom: .8rem;
    font-size: 1.1rem;
  }
}

.footer.footer-style-six .footer-top .footer-widget ul li a {
  display: inline-block;
  line-height: 2;
  font-weight: 300;
  font-size: .93rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .footer.footer-style-six .footer-top .footer-widget ul li a {
    font-size: 1rem;
    line-height: 2.4;
  }
}

.footer.footer-style-six .footer-top .footer-widget ul li a:hover {
  color: #FFFFFF;
  padding-left: 5px;
}

.footer.footer-style-six .footer-top .footer-widget.brand-info {
  max-width: 370px;
}

.footer.footer-style-six .footer-top .footer-widget.brand-info p {
  margin: 1.75rem 0;
}

.footer.footer-style-six .footer-top .footer-widget .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 2.5rem;
}

.footer.footer-style-six .footer-top .footer-widget .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  margin-right: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer.footer-style-six .footer-top .footer-widget .social-links a:last-child {
  margin-right: 0;
}

@media screen and (min-width: 576px) {
  .footer.footer-style-six .footer-top .footer-widget .social-links a {
    width: 50px;
    height: 50px;
  }
}

.footer.footer-style-six .footer-top .footer-widget .social-links a i {
  font-size: 0.93rem;
}

@media screen and (min-width: 576px) {
  .footer.footer-style-six .footer-top .footer-widget .social-links a i {
    font-size: 1.125rem;
  }
}

.footer.footer-style-six .footer-top .footer-widget .social-links a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.footer.footer-style-six .footer-top .footer-widget.contact-info {
  font-weight: 300;
}

.footer.footer-style-six .footer-top .footer-widget.contact-info .contact-info-item {
  margin: 1rem 0;
  font-weight: 300;
}

.footer.footer-style-six .footer-top .footer-widget.contact-info .contact-info-item i {
  margin-right: 1rem;
}

.footer.footer-style-six .footer-top .footer-widget.contact-info .contact-info-item:last-child {
  margin-bottom: 0;
}

.footer.footer-style-six .footer-top .widget-links, .footer.footer-style-six .footer-top .contact-info {
  margin-top: 40px;
}

.footer.footer-style-six .footer-bottom {
  color: #000000;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .footer.footer-style-six .footer-bottom {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 992px) {
  .footer.footer-style-six .footer-bottom {
    padding: 1.75rem 0;
  }
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home__1 .features {
  overflow-x: clip;
}

.home__1 .features .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.home__1 .features .section-title {
  max-width: 600px;
}

.home__1 .features .feature-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .home__1 .features .feature-nav {
    position: absolute;
    top: 0;
    right: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .features .feature-nav {
    top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .features .feature-nav {
    top: 2.62rem;
  }
}

.home__1 .features .feature-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .home__1 .features .feature-nav > div {
    width: 60px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .features .feature-nav > div {
    margin-left: 15px;
    width: 40px;
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .features .feature-nav > div {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#FF6A00), to(#EE0979));
    background: linear-gradient(0, #FF6A00, #EE0979);
    background: -webkit-linear-gradient(0, #FF6A00, #EE0979);
    width: 60px;
    height: 60px;
  }
}

.home__1 .features .feature-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .home__1 .features .feature-nav > div::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}

.home__1 .features .feature-nav > div i {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#FF6A00), to(#EE0979));
  background: linear-gradient(0, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
}

.home__1 .features .feature-slider-one {
  padding: 0 15px 0 10px;
}

@media screen and (min-width: 768px) {
  .home__1 .features .feature-slider-one {
    padding: 0 25px 0 10px;
  }
}

.home__1 .features .feature-slider-one .owl-stage-outer {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 40px 20px 30px;
}

@media screen and (min-width: 768px) {
  .home__1 .features .feature-slider-one .owl-stage-outer {
    padding: 20px 30px;
  }
}

.home__1 .features .feature-slider-one .owl-item.cloned .cards {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home__1 .features .feature-card {
  padding: 50px 25px 40px;
}

@media (min-width: 425px) {
  .home__1 .features .feature-card {
    padding: 60px 25px 50px;
  }
}

@media (min-width: 480px) {
  .home__1 .features .feature-card {
    padding: 70px 25px 60px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .features .feature-card {
    padding: 80px 30px 70px;
  }
}

.home__1 .features .feature-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 1rem;
}

@media screen and (min-width: 992px) {
  .home__1 .features .feature-card .icon {
    width: 80px;
    height: 80px;
    border-radius: 1.785rem;
  }
}

.home__1 .features .feature-card .icon i {
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .home__1 .features .feature-card .icon i {
    font-size: 2.3rem;
  }
}

.home__1 .features .feature-card .icon img {
  display: none;
}

@media screen and (min-width: 992px) {
  .home__1 .features .feature-card .icon img {
    display: block;
  }
}

.home__1 .features .feature-card .feature-desc {
  margin: 1rem 0 2rem;
}

@media screen and (min-width: 992px) {
  .home__1 .features .feature-card .feature-desc {
    margin: 1rem 0 2.5rem;
  }
}

.home__1 .working-process {
  overflow-x: clip;
}

.home__1 .working-process .section-title {
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .home__1 .working-process .process-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -40px;
  }
}

@media screen and (min-width: 1024px) {
  .home__1 .working-process .process-cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 0;
  }
}

.home__1 .working-process .process-card {
  position: relative;
  margin-top: 45px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .home__1 .working-process .process-card {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .home__1 .working-process .process-card {
    width: inherit;
    margin-top: 0;
    padding: 0;
  }
}

.home__1 .working-process .process-card .line {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 55%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  display: none;
}

@media screen and (min-width: 1024px) {
  .home__1 .working-process .process-card .line {
    display: block;
  }
}

.home__1 .working-process .process-card:nth-child(even) .line {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 22%;
}

@media screen and (min-width: 1024px) {
  .home__1 .working-process .process-card:nth-child(odd) {
    margin-top: 125px;
  }
}

.home__1 .download-app {
  overflow-x: clip;
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
  background: #000000 url(../images/mobile-bg-black.webp) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.home__1 .download-app .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 425px) {
  .home__1 .download-app {
    padding: 120px 0 0;
  }
}

@media (min-width: 450px) {
  .home__1 .download-app {
    padding: 136px 0 0;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .download-app {
    padding: 150px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .download-app {
    padding: 200px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .download-app {
    padding: 240px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__1 .download-app {
    padding: 300px 0 0;
  }
}

@media screen and (min-width: 1400px) {
  .home__1 .download-app {
    padding: 350px 0 0;
  }
}

@media (min-width: 576px) {
  .home__1 .download-app .section-title {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .download-app .section-title {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .download-app .main-heading {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .download-app .main-heading {
    font-size: 2.5rem;
  }
}

.home__1 .download-app .sub-head {
  font-size: 0.85rem;
}

@media (min-width: 480px) {
  .home__1 .download-app .sub-head {
    font-size: .93rem;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .download-app .sub-head {
    font-size: 1rem;
  }
}

.home__1 .download-app .top-shape-absolute {
  position: absolute;
  top: -1px;
  left: 0;
  width: 101%;
}

.home__1 .download-app .buttons a {
  position: relative;
  z-index: 1;
  padding: .4rem .9rem;
  font-size: 0.9rem;
}

.home__1 .download-app .buttons a + a {
  margin-left: 5px;
}

@media (min-width: 480px) {
  .home__1 .download-app .buttons a + a {
    margin-left: 15px;
  }
}

@media (min-width: 480px) {
  .home__1 .download-app .buttons a {
    padding: .6rem 1.3rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .download-app .buttons a {
    padding: .8rem 1.5rem;
    font-size: 1.125rem;
    border-width: 2px;
    font-weight: 500;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .download-app .buttons a {
    padding: 1.18rem 1.87rem;
    font-size: 1.5rem;
  }
  .home__1 .download-app .buttons a + a {
    margin-left: 27px;
  }
}

.home__1 .download-app .buttons a:hover {
  color: #FF6A00;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.08);
}

.home__1 .download-app .mockup-img {
  position: relative;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  margin-top: 15px;
}

@media (min-width: 480px) {
  .home__1 .download-app .mockup-img {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .download-app .mockup-img {
    margin-top: 0;
  }
}

.home__1 .download-app .mockup-img .cloud-download {
  position: absolute;
  left: 52%;
  top: 0;
  width: 16%;
  -webkit-transform: translateX(-52%) translateY(0);
          transform: translateX(-52%) translateY(0);
  -webkit-animation: MoveUpDown 2s infinite;
          animation: MoveUpDown 2s infinite;
}

@media screen and (min-width: 1200px) {
  .home__1 .download-app .mockup-img .cloud-download {
    width: inherit;
  }
}

.home__1 .download-app::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(-25%, rgba(255, 106, 0, 0.9)), color-stop(140%, rgba(238, 9, 121, 0.9)));
  background: linear-gradient(0, rgba(255, 106, 0, 0.9) -25%, rgba(238, 9, 121, 0.9) 140%);
  background: -webkit-linear-gradient(0, rgba(255, 106, 0, 0.9) -25%, rgba(238, 9, 121, 0.9) 140%);
  z-index: -1;
}

.home__1 .what-we-do {
  margin-top: 100px;
  overflow-x: clip;
}

.home__1 .what-we-do .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 425px) {
  .home__1 .what-we-do {
    margin-top: 120px;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .what-we-do {
    margin-top: 165px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .what-we-do {
    margin-top: 190px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .what-we-do {
    margin-top: 240px;
  }
}

@media screen and (min-width: 1200px) {
  .home__1 .what-we-do {
    margin-top: 280px;
  }
}

.home__1 .what-we-do .section-title {
  max-width: 500px;
}

.home__1 .what-we-do .offer-carousel.offer-style-1 {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  padding: 20px;
  z-index: 9;
}

@media screen and (min-width: 576px) {
  .home__1 .what-we-do .offer-carousel.offer-style-1 {
    width: 130%;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .what-we-do .offer-carousel.offer-style-1 {
    width: 140%;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .what-we-do .offer-carousel.offer-style-1 {
    width: 130%;
  }
}

@media screen and (min-width: 1200px) {
  .home__1 .what-we-do .offer-carousel.offer-style-1 {
    width: 140%;
  }
}

@media screen and (min-width: 1400px) {
  .home__1 .what-we-do .offer-carousel.offer-style-1 {
    width: 125%;
  }
}

.home__1 .what-we-do .offer-card.offer-style-1 {
  padding: 50px 22px 40px;
  text-align: center;
}

.home__1 .what-we-do .offer-card.offer-style-1 .icon {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .home__1 .what-we-do .offer-card.offer-style-1 .icon {
    margin-left: 0;
  }
}

.home__1 .what-we-do .offer-card.offer-style-1 .icon i {
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .home__1 .what-we-do .offer-card.offer-style-1 .icon i {
    font-size: 2rem;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .what-we-do .offer-card.offer-style-1 {
    text-align: left;
    padding: 50px 30px;
  }
}

.home__1 .what-we-do .offer-card.offer-style-1 .offer-title {
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .home__1 .what-we-do .offer-card.offer-style-1 .offer-title {
    margin-bottom: 1.1rem;
  }
}

.home__1 .what-we-do .offer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .home__1 .what-we-do .offer-nav {
    position: absolute;
    top: 0;
    right: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .what-we-do .offer-nav {
    top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .what-we-do .offer-nav {
    top: 2.62rem;
  }
}

.home__1 .what-we-do .offer-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .home__1 .what-we-do .offer-nav > div {
    width: 60px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .what-we-do .offer-nav > div {
    margin-left: 15px;
    width: 40px;
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .what-we-do .offer-nav > div {
    width: 60px;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#FF6A00), to(#EE0979));
    background: linear-gradient(0, #FF6A00, #EE0979);
    background: -webkit-linear-gradient(0, #FF6A00, #EE0979);
  }
}

.home__1 .what-we-do .offer-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

.home__1 .what-we-do .offer-nav > div::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.home__1 .what-we-do .offer-nav > div i {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#FF6A00), to(#EE0979));
  background: linear-gradient(0, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
}

.home__1 .what-we-do .offer-mockup {
  position: relative;
  z-index: 1;
  padding: 0 40px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .home__1 .what-we-do .offer-mockup {
    padding: 0;
    display: block;
    margin: 0 80px;
  }
}

.home__1 .what-we-do .offer-mockup .background-shade {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home__1 .what-we-do .offer-mockup .background-shade .shape {
  position: absolute;
  -webkit-filter: blur(55px);
          filter: blur(55px);
  mix-blend-mode: multiply;
  opacity: 0.4;
  -webkit-animation: random 7s infinite;
          animation: random 7s infinite;
  border-radius: 50%;
  width: 240px;
  height: 240px;
}

@media screen and (min-width: 576px) {
  .home__1 .what-we-do .offer-mockup .background-shade .shape {
    width: 440px;
    height: 440px;
  }
}

.home__1 .what-we-do .offer-mockup .background-shade .shape:nth-child(1) {
  top: 23%;
  left: 5%;
  background: linear-gradient(245deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(245deg, #FF6A00, #EE0979);
}

.home__1 .what-we-do .offer-mockup .background-shade .shape:nth-child(2) {
  top: 0;
  right: 5%;
  background: -webkit-gradient(linear, left top, right top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(90deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(90deg, #FF6A00, #EE0979);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.home__1 .what-we-do .offer-mockup .background-shade .shape:nth-child(3) {
  bottom: 0;
  right: 5%;
  background: linear-gradient(45deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(45deg, #FF6A00, #EE0979);
  animation-direction: reverse;
}

.home__1 .fun-facts {
  position: relative;
  overflow-x: clip;
  background: linear-gradient(325deg, #FF6A00 -25%, #EE0979 140%);
  background: -webkit-linear-gradient(325deg, #FF6A00 -25%, #EE0979 140%);
}

.home__1 .fun-facts.style-one {
  padding: 80px 0;
}

@media screen and (min-width: 576px) {
  .home__1 .fun-facts.style-one {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .fun-facts.style-one {
    padding: 130px 0 120px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .fun-facts.style-one {
    padding: 220px 0 150px;
  }
}

@media screen and (min-width: 1200px) {
  .home__1 .fun-facts.style-one {
    padding: 280px 0 150px;
  }
}

.home__1 .fun-facts.style-one .fact-item .fact_icon {
  font-size: 40px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .home__1 .fun-facts.style-one .fact-item .fact_icon {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .fun-facts.style-one .fact-item .fact_icon {
    font-size: 52px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .fun-facts.style-one .fact-item .fact_icon {
    font-size: 70px;
  }
}

.home__1 .fun-facts.style-one .fact-item .counter {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.28;
}

@media (min-width: 480px) {
  .home__1 .fun-facts.style-one .fact-item .counter {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .fun-facts.style-one .fact-item .counter {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .fun-facts.style-one .fact-item .counter {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .fun-facts.style-one .fact-item .counter {
    font-size: 1.75rem;
    margin: 1rem 0 0.7rem;
  }
}

.home__1 .fun-facts.style-one .fact-item .counter .number {
  font-size: 28px;
}

@media (min-width: 480px) {
  .home__1 .fun-facts.style-one .fact-item .counter .number {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .fun-facts.style-one .fact-item .counter .number {
    font-size: 42px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .fun-facts.style-one .fact-item .counter .number {
    font-size: 50px;
  }
}

.home__1 .fun-facts.style-one .fact-item .info {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (min-width: 576px) {
  .home__1 .fun-facts.style-one .fact-item .info {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .fun-facts.style-one .fact-item .info {
    font-size: 1.5rem;
  }
}

.home__1 .fun-facts.style-one .col-sm-6 .fact-item {
  margin-top: 45px;
}

@media screen and (min-width: 576px) {
  .home__1 .fun-facts.style-one .col-sm-6 .fact-item {
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .fun-facts.style-one .col-sm-6 .fact-item {
    margin-top: 0px;
  }
}

.home__1 .fun-facts.style-one .fanfact-shadow-absolute {
  position: absolute;
  top: -1px;
  width: 100%;
  display: none;
}

@media screen and (min-width: 576px) {
  .home__1 .fun-facts.style-one .fanfact-shadow-absolute {
    display: block;
  }
}

.home__1 .our-team {
  overflow-x: clip;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .home__1 .our-team {
    margin: 120px 0;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .our-team {
    margin: 150px 0;
  }
}

.home__1 .our-team .section-title {
  margin-bottom: 40px;
}

.home__1 .our-team.team-style-one .row {
  background: url(../images/dots-shape.svg) no-repeat;
  background-size: cover;
  background-position: center;
}

.home__1 .our-team.team-style-one .row.gy-100 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .home__1 .our-team.team-style-one .row.gy-100 {
    margin-top: -24px;
  }
}

@media screen and (min-width: 1400px) {
  .home__1 .our-team.team-style-one .row.gy-100 {
    left: -50px;
  }
}

.home__1 .our-team.team-style-one .row.gy-100 > * {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .home__1 .our-team.team-style-one .row.gy-100 > *:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .our-team.team-style-one .row.gy-100 > * {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .home__1 .our-team.team-style-one .row [class*=col]:nth-child(n + 3), .home__1 .our-team.team-style-one .row [class*=col]:nth-child(n + 4) {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1400px) and (min-width: 1200px) {
  .home__1 .our-team.team-style-one .row [class*=col]:nth-child(odd) .figure {
    float: right;
  }
}

@media screen and (min-width: 1400px) {
  .home__1 .our-team.team-style-one .row [class*=col]:nth-child(odd) .title {
    right: 230px;
  }
}

.home__1 .pricing .container {
  position: relative;
  z-index: 9;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home__1 .pricing.pricing-one {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

@media screen and (min-width: 576px) {
  .home__1 .pricing.pricing-one {
    padding: 120px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .pricing.pricing-one {
    padding: 180px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .pricing.pricing-one {
    padding: 236px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__1 .pricing.pricing-one {
    padding: 300px 0 0;
  }
}

@media (min-width: 1560px) {
  .home__1 .pricing.pricing-one {
    padding: 400px 0 0;
  }
}

.home__1 .pricing.pricing-one::before, .home__1 .pricing.pricing-one::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 860px;
  background: linear-gradient(235deg, #FF6A00 -25%, #EE0979 140%);
  background: -webkit-linear-gradient(235deg, #FF6A00 -25%, #EE0979 140%);
  background-position: top;
  z-index: -1;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .home__1 .pricing.pricing-one::before, .home__1 .pricing.pricing-one::after {
    height: 530px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .pricing.pricing-one::before, .home__1 .pricing.pricing-one::after {
    background: url(../images/gradient-wave.svg);
    background-size: cover;
  }
}

.home__1 .pricing.pricing-one::after {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.home__1 .pricing.pricing-one::before {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.home__1 .pricing.pricing-one .left-sq-shape {
  position: absolute;
  left: 0;
  top: 60%;
  width: 500px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-70%) rotate(-25deg);
          transform: translateY(-70%) rotate(-25deg);
  border-radius: 60px;
}

.home__1 .pricing.pricing-one .left-sq-shape::before, .home__1 .pricing.pricing-one .left-sq-shape::after {
  content: '';
  position: absolute;
  left: 70px;
  top: 80px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.05);
}

.home__1 .pricing.pricing-one .left-sq-shape::after {
  left: 140px;
  top: 160px;
}

.home__1 .pricing.pricing-one .right-sq-shape {
  position: absolute;
  right: 0;
  top: 60%;
  width: 500px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-70%) rotate(25deg);
          transform: translateY(-70%) rotate(25deg);
  border-radius: 60px;
}

.home__1 .pricing.pricing-one .right-sq-shape::before, .home__1 .pricing.pricing-one .right-sq-shape::after {
  content: '';
  position: absolute;
  right: 70px;
  top: 80px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.05);
}

.home__1 .pricing.pricing-one .right-sq-shape::after {
  right: 140px;
  top: 160px;
}

.home__1 .pricing.pricing-one .shape-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .home__1 .pricing.pricing-one .shape-container {
    display: block;
  }
}

.home__1 .pricing.pricing-one .shape-container .wave-shape {
  position: absolute;
  top: 550px;
  left: 100px;
  -webkit-animation: linear 20s animationFramesOne infinite;
          animation: linear 20s animationFramesOne infinite;
  z-index: 1;
}

.home__1 .pricing.pricing-one .shape-container .circle-shape {
  position: absolute;
  top: 300px;
  left: 150px;
  -webkit-animation: linear 20s animationFramesTwo infinite;
          animation: linear 20s animationFramesTwo infinite;
  z-index: 1;
}

.home__1 .pricing.pricing-one .shape-container .circle-shape.shape__2 {
  top: 10%;
  left: 90%;
  -webkit-animation: linear 20s animationFramesOne infinite;
          animation: linear 20s animationFramesOne infinite;
}

.home__1 .pricing.pricing-one .shape-container .circle-shape.shape__3 {
  bottom: 200px;
  left: 80%;
  -webkit-animation: linear 20s animationFramesFour infinite;
          animation: linear 20s animationFramesFour infinite;
}

.home__1 .pricing.pricing-one .pricing-plan-one {
  margin-top: -30px;
}

@media screen and (min-width: 576px) {
  .home__1 .pricing.pricing-one .pricing-plan-one {
    margin-top: -40px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .pricing.pricing-one .pricing-plan-one {
    margin-right: 1rem;
  }
}

.home__1 .pricing.pricing-one .pricing-plan-one .pricing-card {
  margin-top: 30px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .home__1 .pricing.pricing-one .pricing-plan-one .pricing-card {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .pricing.pricing-one .pricing-plan-one .pricing-card {
    padding: 70px 24px;
  }
}

.home__1 .app-screenshot {
  overflow-x: clip;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 425px) {
  .home__1 .app-screenshot {
    margin-top: 100px;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .app-screenshot {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .app-screenshot {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .home__1 .app-screenshot {
    margin-top: 150px;
  }
}

.home__1 .app-screenshot .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

.home__1 .app-screenshot .item {
  background-color: #eee;
  padding: 1rem 1rem;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .home__1 .app-screenshot .item {
    padding: .5rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (min-width: 768px) {
  .home__1 .app-screenshot .item {
    padding: .8rem;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .app-screenshot .item {
    padding: 1rem;
  }
}

.home__1 .app-screenshot .item img {
  border-radius: 20px;
}

.home__1 .app-screenshot .center .item {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home__1 .app-screenshot .screenshot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .home__1 .app-screenshot .screenshot-nav {
    display: none;
  }
}

.home__1 .app-screenshot .screenshot-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .home__1 .app-screenshot .screenshot-nav > div {
    width: 60px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .app-screenshot .screenshot-nav > div {
    width: 60px;
    height: 60px;
  }
}

.home__1 .app-screenshot .screenshot-nav > div i {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#FF6A00), to(#EE0979));
  background: linear-gradient(0, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
}

.home__1 .video-box {
  overflow-x: clip;
}

.home__1 .video-box.layout-1 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .home__1 .video-box.layout-1 {
    padding: 120px 0;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .video-box.layout-1 {
    padding: 150px 0;
  }
}

.home__1 .video-box.layout-1 .video-play {
  margin-top: 100px;
  margin-bottom: 180px;
}

.home__1 .video-box.layout-1 [class*='btn-play'] {
  width: 90px;
  height: 90px;
  -webkit-animation: ripple-white 2s linear infinite;
          animation: ripple-white 2s linear infinite;
}

@media screen and (min-width: 576px) {
  .home__1 .video-box.layout-1 [class*='btn-play'] {
    width: 120px;
    height: 120px;
    -webkit-animation: ripple-white 1s linear infinite;
            animation: ripple-white 1s linear infinite;
  }
}

.home__1 .video-box.layout-1 .container {
  position: relative;
  z-index: 9;
}

.home__1 .video-box.layout-1::before, .home__1 .video-box.layout-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/gradient-wave.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat-y: no-repeat;
  z-index: -1;
}

.home__1 .video-box.layout-1::before {
  -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
          transform: matrix(-1, 0, 0, -1, 0, 0);
}

.home__1 .video-box.layout-1::after {
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  opacity: 0.9;
}

.home__1 .video-box .left-sq-shape {
  position: absolute;
  left: -200px;
  top: 50%;
  width: 500px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-70%) rotate(-25deg);
          transform: translateY(-70%) rotate(-25deg);
  border-radius: 60px;
  display: none;
}

@media screen and (min-width: 992px) {
  .home__1 .video-box .left-sq-shape {
    display: block;
  }
}

.home__1 .video-box .left-sq-shape::before, .home__1 .video-box .left-sq-shape::after {
  content: '';
  position: absolute;
  left: 50px;
  top: 60px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.05);
}

.home__1 .video-box .left-sq-shape::after {
  left: 100px;
  top: 120px;
}

.home__1 .video-box .right-sq-shape {
  position: absolute;
  right: -200px;
  top: 50%;
  width: 500px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-70%) rotate(25deg);
          transform: translateY(-70%) rotate(25deg);
  border-radius: 60px;
  display: none;
}

@media screen and (min-width: 992px) {
  .home__1 .video-box .right-sq-shape {
    display: block;
  }
}

.home__1 .video-box .right-sq-shape::before, .home__1 .video-box .right-sq-shape::after {
  content: '';
  position: absolute;
  right: 50px;
  top: 60px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.05);
}

.home__1 .video-box .right-sq-shape::after {
  right: 100px;
  top: 120px;
}

.home__1 .faq {
  margin-top: -40px;
}

.home__1 .faq .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 425px) {
  .home__1 .faq {
    margin-top: -15px;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .faq {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .faq {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .home__1 .faq {
    margin-top: 120px;
  }
}

.home__1 .faq .section-title {
  margin-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .home__1 .faq .section-title {
    margin-bottom: 60px;
  }
}

.home__1 .faq .faq-cover-img {
  margin-top: 2rem;
  display: none;
}

@media screen and (min-width: 992px) {
  .home__1 .faq .faq-cover-img {
    margin-top: 0;
    display: block;
  }
}

.home__1 .faq .faq-cover-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25%, #FF6A00), color-stop(170%, #EE0979));
  background: linear-gradient(0deg, #FF6A00 -25%, #EE0979 170%);
  background: -webkit-linear-gradient(0deg, #FF6A00 -25%, #EE0979 170%);
  opacity: 0.4;
}

@media (max-width: 575px) {
  .home__1 .faq .accordion-header > * {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid transparent;
  }
  .home__1 .faq .accordion-header > *[aria-expanded="false"] {
    border: 1px solid rgba(41, 41, 41, 0.35);
  }
}

.home__1 .clients {
  padding: 80px 0;
}

@media screen and (min-width: 576px) {
  .home__1 .clients {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .clients {
    padding: 120px 0;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .clients {
    padding: 150px 0;
  }
}

.home__1 .clients .client-carousel .swiper-slide {
  padding: 0 15px;
}

.home__1 .testimonial {
  position: relative;
}

.home__1 .testimonial .section-title {
  max-width: 600px;
}

@media (min-width: 480px) {
  .home__1 .testimonial .section-title {
    padding: 0 2rem;
  }
}

.home__1 .testimonial.testimonial-style-one .testimonial-slider .figure {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(0deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0deg, #FF6A00, #EE0979);
  padding: 5px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .figure {
    width: 250px;
    height: 250px;
    padding: 10px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .figure {
    width: 280px;
    height: 280px;
  }
}

@media screen and (min-width: 1200px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .figure {
    width: 350px;
    height: 350px;
  }
}

.home__1 .testimonial.testimonial-style-one .testimonial-slider .figure .title {
  display: inline-block;
  background-color: #FFFFFF;
  width: 280px;
  padding: 1.3rem 2rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.04);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 20px);
}

@media screen and (min-width: 768px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .figure .title {
    width: 310px;
    padding: 1.62rem 2.5rem;
    border-radius: 50px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .figure .title {
    top: calc(100% - 35px);
  }
}

@media screen and (min-width: 1400px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .figure .title {
    top: calc(100% - 65px);
  }
}

.home__1 .testimonial.testimonial-style-one .testimonial-slider .figure .title .name {
  font-size: 1.1rem;
  line-height: 1.5;
}

@media screen and (min-width: 576px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .figure .title .name {
    font-size: 1.25rem;
  }
}

.home__1 .testimonial.testimonial-style-one .testimonial-slider .figure .title .designation {
  color: #777777;
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .figure .title .designation {
    font-size: 1rem;
  }
}

.home__1 .testimonial.testimonial-style-one .testimonial-slider .testimonial-description {
  margin-top: 150px;
  padding: 0 15px 30px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .testimonial-description {
    padding: 0 15px 60px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .testimonial-description {
    padding: 0 60px 60px;
    margin-top: 180px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .testimonial-description {
    margin-top: 125px;
  }
}

.home__1 .testimonial.testimonial-style-one .testimonial-slider .testimonial-description p {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.92;
}

@media screen and (min-width: 576px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .testimonial-description p {
    font-size: 1.2rem;
  }
}

.home__1 .testimonial.testimonial-style-one .testimonial-slider .testimonial-description::after {
  content: "\f115";
  font-family: "Flaticon";
  font-size: 150px;
  position: absolute;
  left: 50%;
  top: 110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.07;
  z-index: -1;
}

@media screen and (min-width: 576px) {
  .home__1 .testimonial.testimonial-style-one .testimonial-slider .testimonial-description::after {
    font-size: 210px;
    top: 100px;
  }
}

.home__1 .testimonial.testimonial-style-one .owl-dots {
  text-align: center;
}

.home__1 .testimonial.testimonial-style-one .owl-dots .owl-dot {
  margin: 0 5px;
}

.home__1 .testimonial.testimonial-style-one .owl-dots .owl-dot span {
  display: block;
  width: 1.5rem;
  height: 0.87rem;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.home__1 .testimonial.testimonial-style-one .owl-dots .owl-dot.active span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25%, #FF6A00), color-stop(170%, #EE0979));
  background: linear-gradient(0deg, #FF6A00 -25%, #EE0979 170%);
  background: -webkit-linear-gradient(0deg, #FF6A00 -25%, #EE0979 170%);
  width: 2.1rem;
}

@media (max-width: 991px) {
  .home__1 .testimonial.testimonial-style-one .owl-dots {
    display: none;
  }
}

.home__1 .testimonial .arrow-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .home__1 .testimonial .arrow-nav {
    display: none;
  }
}

.home__1 .testimonial .arrow-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .home__1 .testimonial .arrow-nav > div {
    width: 60px;
    height: 30px;
  }
}

.home__1 .testimonial .arrow-nav > div i {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#FF6A00), to(#EE0979));
  background: linear-gradient(0, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
}

.home__1 .testimonial .floating-img {
  display: none;
}

@media screen and (min-width: 992px) {
  .home__1 .testimonial .floating-img {
    display: block;
  }
}

.home__1 .testimonial .floating-img li {
  width: 105px;
  height: 105px;
  position: absolute;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(90deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(90deg, #FF6A00, #EE0979);
  padding: 2px;
  -webkit-animation: 2s ease 0s infinite alternate none running scale;
          animation: 2s ease 0s infinite alternate none running scale;
}

.home__1 .testimonial .floating-img.img-group1 li:nth-child(1) {
  left: 4%;
  top: 40%;
  width: 105px;
  height: 105px;
}

@media screen and (min-width: 1400px) {
  .home__1 .testimonial .floating-img.img-group1 li:nth-child(1) {
    left: 8%;
    top: 40%;
  }
}

.home__1 .testimonial .floating-img.img-group1 li:nth-child(2) {
  left: 16%;
  top: 25%;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media screen and (min-width: 1400px) {
  .home__1 .testimonial .floating-img.img-group1 li:nth-child(2) {
    left: 18%;
    width: 115px;
    height: 115px;
  }
}

.home__1 .testimonial .floating-img.img-group1 li:nth-child(3) {
  left: 25%;
  top: 45%;
  width: 85px;
  height: 85px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.home__1 .testimonial .floating-img.img-group2 li:nth-child(1) {
  right: 6%;
  top: 47%;
  width: 105px;
  height: 105px;
}

@media screen and (min-width: 1400px) {
  .home__1 .testimonial .floating-img.img-group2 li:nth-child(1) {
    right: 12%;
    top: 47%;
  }
}

.home__1 .testimonial .floating-img.img-group2 li:nth-child(2) {
  right: 16%;
  top: 22%;
  width: 115px;
  height: 115px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media screen and (min-width: 1400px) {
  .home__1 .testimonial .floating-img.img-group2 li:nth-child(2) {
    right: 22%;
  }
}

.home__1 .testimonial .floating-img.img-group2 li:nth-child(3) {
  right: 25%;
  top: 45%;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.home__1 .blog {
  overflow-x: clip;
}

@media screen and (min-width: 576px) {
  .home__1 .blog {
    margin: 40px 0 120px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .blog {
    margin: 50px 0 130px;
  }
}

.home__1 .blog .section-title {
  max-width: 500px;
  padding: 0 25px;
}

@media screen and (min-width: 992px) {
  .home__1 .blog .section-title {
    padding: 0;
  }
}

.home__1 .blog .blog-post-carousel.style-one {
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px 25px;
}

.home__1 .blog .blog-post-carousel.style-one .blog-card .blog-desc {
  padding: 30px 20px 35px 25px;
}

@media screen and (min-width: 576px) {
  .home__1 .blog .blog-post-carousel.style-one .blog-card .blog-desc {
    padding: 30px 20px 35px 35px;
  }
}

.home__1 .blog .blog-post-carousel.style-one .blog-card .short-desc {
  line-height: 2;
}

.home__1 .blog .blog-post-carousel.style-one .blog-card .post-title {
  font-weight: 700;
}

.home__1 .blog .blog-post-carousel.style-one .blog-card .post-title:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(0deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0deg, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home__1 .blog.style-one .blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .home__1 .blog.style-one .blog-nav {
    position: absolute;
    top: 0;
    right: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

@media screen and (min-width: 576px) {
  .home__1 .blog.style-one .blog-nav {
    top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .blog.style-one .blog-nav {
    top: 2.62rem;
  }
}

.home__1 .blog.style-one .blog-nav > div {
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .home__1 .blog.style-one .blog-nav > div {
    width: 60px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .blog.style-one .blog-nav > div {
    margin-left: 15px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .home__1 .blog.style-one .blog-nav > div {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#FF6A00), to(#EE0979));
    background: linear-gradient(0, #FF6A00, #EE0979);
    background: -webkit-linear-gradient(0, #FF6A00, #EE0979);
    width: 60px;
    height: 60px;
  }
}

.home__1 .blog.style-one .blog-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

.home__1 .blog.style-one .blog-nav > div::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.home__1 .blog.style-one .blog-nav > div i {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#FF6A00), to(#EE0979));
  background: linear-gradient(0, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
}

.home__1 .contact {
  overflow-x: clip;
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
}

.home__1 .contact .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 480px) {
  .home__1 .contact {
    margin-bottom: -75px;
  }
}

@media screen and (min-width: 768px) {
  .home__1 .contact {
    margin-bottom: 120px;
  }
}

.home__1 .contact .section-title {
  max-width: 600px;
}

.home__1 .contact form .form-floating {
  margin-bottom: 1.87rem;
}

@media screen and (min-width: 768px) {
  .home__1 .contact form .form-floating {
    margin-bottom: 2.5rem;
  }
}

.home__1 .contact form .form-floating > label {
  background-color: #FFFFFF;
  height: inherit;
  padding-bottom: 5px;
}

.home__1 .contact form .form-floating input, .home__1 .contact form .form-floating textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home__1 .contact form .form-floating input:focus ~ label, .home__1 .contact form .form-floating input:valid ~ label, .home__1 .contact form .form-floating textarea:focus ~ label, .home__1 .contact form .form-floating textarea:valid ~ label {
  color: #000000;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-1rem) translateX(0rem);
          transform: scale(1) translateY(-1rem) translateX(0rem);
  padding-top: 0;
}

.home__1 .contact form input ~ label, .home__1 .contact form textarea ~ label {
  color: #777777;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .home__1 .contact form input ~ label, .home__1 .contact form textarea ~ label {
    font-size: 1.25rem;
  }
}

.home__1 .contact form textarea::-webkit-scrollbar {
  width: 5px;
  background-color: #FFFFFF;
}

.home__1 .contact form textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF6A00;
}

.home__1 .contact form button {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .home__1 .contact form button {
    margin: 0;
  }
}

.home__1 .contact .img-mockup {
  width: 150%;
  margin-top: -100px;
  position: relative;
  display: none;
}

@media screen and (min-width: 992px) {
  .home__1 .contact .img-mockup {
    display: block;
  }
}

.home__1 .contact .img-mockup .mask {
  position: relative;
  z-index: 1;
}

.home__1 .contact .img-mockup .mask .background-shade {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home__1 .contact .img-mockup .mask .background-shade .shape {
  position: absolute;
  -webkit-filter: blur(55px);
          filter: blur(55px);
  mix-blend-mode: multiply;
  opacity: 0.4;
  -webkit-animation: random 7s infinite;
          animation: random 7s infinite;
  border-radius: 50%;
  width: 440px;
  height: 440px;
}

.home__1 .contact .img-mockup .mask .background-shade .shape:nth-child(1) {
  top: 15%;
  left: 5%;
  background: linear-gradient(245deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(245deg, #FF6A00, #EE0979);
}

.home__1 .contact .img-mockup .mask .background-shade .shape:nth-child(2) {
  top: -2%;
  right: 4%;
  background: -webkit-gradient(linear, left top, right top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(90deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(90deg, #FF6A00, #EE0979);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.home__1 .contact .img-mockup .mask .background-shade .shape:nth-child(3) {
  bottom: -20%;
  right: 5%;
  background: linear-gradient(45deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(45deg, #FF6A00, #EE0979);
  animation-direction: reverse;
}

.home__1 .contact .img-mockup .hotline {
  position: absolute;
  left: 100px;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 55px;
  background: #fff;
  z-index: 9;
  border-radius: 16px;
}

.home__1 .contact .img-mockup .hotline p {
  font-size: 18px;
  color: #292929;
}

.home__1 .contact .img-mockup .hotline strong {
  display: block;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6A00), to(#EE0979));
  background: linear-gradient(0deg, #FF6A00, #EE0979);
  background: -webkit-linear-gradient(0deg, #FF6A00, #EE0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 1;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .home__2 header .main-menu li a {
    font-size: 1.125rem;
    padding: 2.87rem 1rem;
    font-weight: 400;
  }
}

.home__2 .feature {
  overflow-x: clip;
}

.home__2 .feature .feature-card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px auto;
  max-width: 350px;
  border: 1px solid rgba(150, 87, 246, 0.15);
  padding: 40px 20px;
}

@media (min-width: 375px) {
  .home__2 .feature .feature-card {
    padding: 60px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__2 .feature .feature-card {
    padding: 60px 16px;
  }
}

.home__2 .feature .feature-card .icon {
  margin-bottom: 2rem;
  width: 60px;
  height: 60px;
}

@media (min-width: 480px) {
  .home__2 .feature .feature-card .icon {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 576px) {
  .home__2 .feature .feature-card .icon {
    margin-bottom: 2rem;
    width: 85px;
    height: 85px;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .feature .feature-card .icon {
    margin-bottom: 2.5rem;
    width: 100px;
    height: 100px;
  }
}

.home__2 .feature .feature-card .icon i {
  font-size: 24px;
}

@media (min-width: 480px) {
  .home__2 .feature .feature-card .icon i {
    font-size: 32px;
  }
}

@media screen and (min-width: 576px) {
  .home__2 .feature .feature-card .icon i {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .feature .feature-card .icon i {
    font-size: 44px;
  }
}

.home__2 .feature .feature-card .card-title {
  font-size: 1.3rem;
  margin-bottom: 22px;
}

@media screen and (max-width: 450px) {
  .home__2 .feature .feature-card .card-title {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 576px) {
  .home__2 .feature .feature-card .card-title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .feature .feature-card .card-title {
    font-size: 1.5rem;
  }
}

.home__2 .feature .feature-card .card-desc {
  font-size: 0.9rem;
  line-height: 1.85;
  margin-bottom: 24px;
}

@media screen and (min-width: 576px) {
  .home__2 .feature .feature-card .card-desc {
    font-size: 1em;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .feature .feature-card .card-desc {
    font-size: 1.125em;
  }
}

.home__2 .feature .feature-card:hover {
  -webkit-box-shadow: 0px 0px 26px 10px rgba(150, 87, 246, 0.08);
          box-shadow: 0px 0px 26px 10px rgba(150, 87, 246, 0.08);
}

.home__2 .feature .feature-card .text-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: .6rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .home__2 .feature .feature-card .text-btn {
    padding: 0.75rem 1.87rem;
    font-size: 1.25rem;
  }
}

.home__2 .research-tool {
  overflow-x: clip;
  position: relative;
}

@media (min-width: 576px) and (max-width: 767px) {
  .home__2 .research-tool .container-fluid {
    max-width: 540px;
  }
}

.home__2 .research-tool .section-title {
  max-width: 500px;
}

@media (min-width: 480px) and (max-width: 575px) {
  .home__2 .research-tool .section-title {
    padding: 0 50px;
  }
}

.home__2 .research-tool .content {
  max-width: 500px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.home__2 .research-tool .content > .clearfix + .clearfix {
  margin-top: 1.5rem;
}

@media (min-width: 480px) {
  .home__2 .research-tool .content > .clearfix + .clearfix {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .home__2 .research-tool .content {
    margin-left: 0;
    margin-right: 0;
  }
}

.home__2 .research-tool .content .icon {
  margin-right: 1.5rem;
}

@media screen and (max-width: 450px) {
  .home__2 .research-tool .content .icon {
    margin-right: 1rem;
    width: 55px;
    height: 55px;
  }
  .home__2 .research-tool .content .icon i {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 576px) {
  .home__2 .research-tool .content .icon {
    margin-right: 3rem;
  }
}

.home__2 .research-tool .content h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 480px) {
  .home__2 .research-tool .content h4 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 576px) {
  .home__2 .research-tool .content h4 {
    font-size: 1.5rem;
  }
}

.home__2 .research-tool .content p {
  line-height: 1.85;
}

@media screen and (max-width: 450px) {
  .home__2 .research-tool .content p {
    font-size: 0.93rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .research-tool .content p {
    line-height: 2;
  }
}

.home__2 .research-tool .image-mockup {
  position: relative;
  display: none;
}

@media screen and (min-width: 992px) {
  .home__2 .research-tool .image-mockup {
    display: block;
  }
}

@media (max-width: 991px) {
  .home__2 .research-tool .col-lg-6 {
    max-width: 750px;
    margin: 0 auto;
  }
}

.home__2 .research-tool .bg-shape {
  position: absolute;
  top: -60%;
  left: 0;
  width: 50%;
  height: 150%;
  z-index: -1;
}

.home__2 .client-measure {
  overflow-x: clip;
}

.home__2 .client-measure .nav-tabs .nav-item {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 380px) {
  .home__2 .client-measure .nav-tabs .nav-item {
    margin-right: 1rem;
  }
}

.home__2 .client-measure .nav-tabs .nav-item .nav-link {
  font-size: 0.93rem;
}

@media screen and (min-width: 576px) {
  .home__2 .client-measure .nav-tabs .nav-item .nav-link {
    font-size: 1.125rem;
  }
}

.home__2 .client-measure .tab-content {
  margin-top: 2rem;
}

.home__2 .client-measure .tab-content p {
  margin-bottom: 1.87rem;
  line-height: 1.85;
}

.home__2 .client-measure .tab-content li {
  margin-bottom: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.93rem;
}

@media screen and (min-width: 576px) {
  .home__2 .client-measure .tab-content li {
    font-size: 1rem;
  }
}

.home__2 .client-measure .tab-content li i {
  font-size: 1.2rem;
  color: #F9392D;
  margin-right: 1rem;
}

@media screen and (min-width: 576px) {
  .home__2 .client-measure .tab-content li i {
    font-size: 1.5rem;
  }
}

.home__2 .client-measure .image-mockup {
  width: 160%;
  display: none;
  padding-left: 50px;
}

@media screen and (min-width: 1200px) {
  .home__2 .client-measure .image-mockup {
    padding-left: 100px;
    margin-top: -50px;
  }
}

.home__2 .client-measure .image-mockup img {
  -webkit-box-shadow: 16px 5px 67px -12px rgba(50, 0, 255, 0.14);
          box-shadow: 16px 5px 67px -12px rgba(50, 0, 255, 0.14);
}

@media screen and (min-width: 992px) {
  .home__2 .client-measure .image-mockup {
    display: block;
  }
}

.home__2 .why-choose-us {
  overflow: hidden;
}

.home__2 .why-choose-us .section-title {
  max-width: 500px;
}

.home__2 .why-choose-us .choose-us-carousel {
  margin-left: -25px;
  margin-right: -25px;
  padding: 25px;
  margin-top: -25px;
}

.home__2 .why-choose-us .choose-us-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .home__2 .why-choose-us .choose-us-nav {
    position: absolute;
    top: 6rem;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: .7rem;
  }
}

@media screen and (min-width: 480px) {
  .home__2 .why-choose-us .choose-us-nav {
    top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .why-choose-us .choose-us-nav {
    top: 0;
  }
}

.home__2 .why-choose-us .choose-us-nav > div {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .home__2 .why-choose-us .choose-us-nav > div {
    background-color: rgba(150, 87, 246, 0.2);
    width: 60px;
    height: 60px;
  }
}

.home__2 .why-choose-us .choose-us-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

.home__2 .why-choose-us .choose-us-nav > div i {
  color: #9657f6;
  font-size: 1.75rem;
}

.home__2 .why-choose-us .choose-us-card {
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
  text-align: center;
}

@media screen and (min-width: 576px) {
  .home__2 .why-choose-us .choose-us-card {
    padding: 60px 20px 50px 40px;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .why-choose-us .choose-us-card {
    padding: 40px 16px 40px 30px;
  }
}

@media screen and (min-width: 992px) {
  .home__2 .why-choose-us .choose-us-card {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .why-choose-us .choose-us-card {
    padding: 60px 30px 50px 40px;
  }
}

.home__2 .why-choose-us .choose-us-card .icon {
  margin-bottom: 1.57rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home__2 .why-choose-us .choose-us-card .icon {
    margin-left: 0;
  }
}

.home__2 .why-choose-us .choose-us-card .icon.text-purple {
  background-color: rgba(150, 87, 246, 0.12);
  color: #9657f6;
}

.home__2 .why-choose-us .choose-us-card .icon.text-green {
  background-color: rgba(68, 216, 189, 0.12);
  color: #44D8BD;
}

.home__2 .why-choose-us .choose-us-card .icon.text-red {
  background-color: rgba(249, 57, 45, 0.12);
  color: #F9392D;
}

.home__2 .why-choose-us .choose-us-card .title {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (min-width: 576px) {
  .home__2 .why-choose-us .choose-us-card .title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .why-choose-us .choose-us-card .title {
    font-size: 1.3rem;
  }
}

.home__2 .why-choose-us .choose-us-card p {
  line-height: 1.85;
}

.home__2 .why-choose-us .choose-us-card:hover {
  -webkit-box-shadow: 0px 0px 26px 10px rgba(150, 87, 246, 0.06);
          box-shadow: 0px 0px 26px 10px rgba(150, 87, 246, 0.06);
}

.home__2 .fun-facts {
  margin: 80px 0;
}

@media screen and (min-width: 576px) {
  .home__2 .fun-facts {
    margin: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .fun-facts {
    margin: 120px 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .fun-facts {
    margin: 150px 0;
  }
}

.home__2 .fun-facts.style-two .fact-item .icon {
  width: 65px;
  height: 65px;
  margin: auto;
}

@media screen and (min-width: 576px) {
  .home__2 .fun-facts.style-two .fact-item .icon {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .fun-facts.style-two .fact-item .icon {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .home__2 .fun-facts.style-two .fact-item .icon {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .fun-facts.style-two .fact-item .icon {
    width: 100px;
    height: 100px;
  }
}

.home__2 .fun-facts.style-two .fact-item .icon span {
  font-size: 28px;
  font-weight: 600;
  opacity: 0.7;
}

@media screen and (min-width: 576px) {
  .home__2 .fun-facts.style-two .fact-item .icon span {
    font-size: 40px;
    opacity: 0.5;
  }
}

@media screen and (min-width: 576px) {
  .home__2 .fun-facts.style-two .fact-item {
    margin-bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .fun-facts.style-two .fact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home__2 .fun-facts.style-two .counter {
  margin: 30px auto 0 auto;
  text-align: center;
}

@media (min-width: 425px) {
  .home__2 .fun-facts.style-two .counter {
    width: 160px;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .fun-facts.style-two .counter {
    margin: 0 auto 0 40px;
    text-align: left;
  }
}

.home__2 .fun-facts.style-two .counter span {
  line-height: normal;
  display: inline-block;
}

.home__2 .fun-facts.style-two .counter .number {
  font-size: 1.75rem;
  font-weight: 600;
}

@media (min-width: 480px) {
  .home__2 .fun-facts.style-two .counter .number {
    font-size: 2.125rem;
    margin-bottom: .45rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .fun-facts.style-two .counter .number {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .fun-facts.style-two .counter .number {
    font-size: 2.5rem;
  }
}

.home__2 .fun-facts.style-two .counter .sub {
  font-size: 1rem;
  font-weight: 500;
}

.home__2 .fun-facts.style-two .counter .info {
  display: block;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .home__2 .fun-facts.style-two .counter .info {
    font-size: 1.2rem;
  }
}

.home__2 .fun-facts.style-two .col-6 + .col-6 {
  margin-top: 50px;
}

.home__2 .fun-facts.style-two .col-6 + .col-6:nth-child(even) {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .home__2 .fun-facts.style-two .col-6 + .col-6 {
    margin-top: 0;
  }
}

.home__2 .pricing .row {
  --bs-gutter-x: 1.87rem;
}

.home__2 .pricing .pricing-two {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home__2 .pricing .pricing-two button {
  width: 100%;
}

.home__2 .pricing .pricing-card {
  margin-top: 30px;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__2 .pricing .pricing-card .icon {
  margin-bottom: 0;
}

.home__2 .pricing .pricing-card .pricing-body li {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .home__2 .pricing .pricing-card .pricing-body li {
    font-size: 1.125rem;
  }
}

.home__2 .pricing .pricing-card .pricing-action button {
  font-size: 1.125rem;
}

@media screen and (min-width: 576px) {
  .home__2 .pricing .pricing-card .pricing-action button {
    font-size: 1.25rem;
  }
}

.home__2 .pricing .pricing-card .pricing-footer .price {
  font-size: 42px;
  line-height: 46px;
}

@media screen and (min-width: 576px) {
  .home__2 .pricing .pricing-card .pricing-footer .price {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .pricing .pricing-card:hover {
    margin-top: 10px;
  }
}

.home__2 .our-team .our-team-carousel {
  overflow-x: clip;
  overflow-y: visible;
}

@media (min-width: 370px) and (max-width: 520px) {
  .home__2 .our-team .team-card .title {
    bottom: -44px;
  }
}

.home__2 .our-team .team-card .title .name {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}

@media (min-width: 370px) and (max-width: 520px) {
  .home__2 .our-team .team-card .title .name {
    font-size: 1.2rem;
  }
}

@media (min-width: 370px) and (max-width: 520px) {
  .home__2 .our-team .team-card .title .designation {
    font-size: 0.93rem;
    font-weight: 300;
  }
}

.home__2 .our-team .team-card .title .arrow-button {
  width: 90px;
  height: 90px;
  margin: 2rem auto 0;
  font-size: 2rem;
}

@media (min-width: 370px) and (max-width: 520px) {
  .home__2 .our-team .team-card .title .arrow-button {
    width: 85px;
    height: 85px;
    font-size: 1.5rem;
  }
}

@media (min-width: 521px) {
  .home__2 .our-team .team-card .title .arrow-button {
    width: 105px;
    height: 105px;
  }
}

.home__2 .our-team .team-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .home__2 .our-team .team-nav {
    position: absolute;
    top: 6rem;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

@media screen and (min-width: 480px) {
  .home__2 .our-team .team-nav {
    top: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .home__2 .our-team .team-nav {
    top: .6rem;
  }
}

.home__2 .our-team .team-nav > div {
  width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .home__2 .our-team .team-nav > div {
    margin-left: 15px;
    background-color: rgba(150, 87, 246, 0.2);
    width: 60px;
    height: 60px;
  }
}

.home__2 .our-team .team-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

.home__2 .our-team .team-nav > div i {
  color: #9657f6;
  font-size: 1.75rem;
}

.home__2 .faq .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 576px) {
  .home__2 .faq .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home__2 .faq .nav-tabs .nav-item {
  margin-bottom: .5rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .home__2 .faq .nav-tabs .nav-item button {
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  .home__2 .faq .nav-tabs .nav-item button {
    font-size: 0.93rem;
  }
}

@media screen and (min-width: 576px) {
  .home__2 .faq .nav-tabs .nav-item {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}

.home__2 .faq .tab-content {
  margin-top: 1.5rem;
}

.home__2 .faq .tab-content .accordion-header > *::after {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .home__2 .faq .tab-content .accordion-header > *::after {
    font-size: 1.25rem;
  }
}

.home__2 .testimonial {
  position: relative;
  margin: 100px 0;
}

@media screen and (min-width: 768px) {
  .home__2 .testimonial .section-title {
    max-width: 576px;
  }
}

.home__2 .testimonial .testimonial-bx-slider {
  position: relative;
  margin-top: 5rem;
}

.home__2 .testimonial .testimonial-bx-slider .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  margin: 0;
}

.home__2 .testimonial .testimonial-bx-slider::after {
  content: "\f115";
  font-family: "Flaticon";
  font-size: 125px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.07;
  z-index: -1;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.home__2 .testimonial .testimonial-bx-slider .testimonial-description {
  position: relative;
  margin-bottom: 3rem;
}

.home__2 .testimonial .testimonial-bx-slider .testimonial-description p {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.92;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .home__2 .testimonial .testimonial-bx-slider .testimonial-description p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .testimonial .testimonial-bx-slider .testimonial-description p {
    text-align: left;
    font-size: 1.4;
  }
}

@media screen and (min-width: 992px) {
  .home__2 .testimonial .testimonial-bx-slider .testimonial-description p {
    font-size: 1.5rem;
  }
}

.home__2 .testimonial .testimonial-bx-slider .figure {
  border-radius: 50%;
  padding: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .home__2 .testimonial .testimonial-bx-slider .figure {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.home__2 .testimonial .testimonial-bx-slider .figure img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  -webkit-box-shadow: 0 0 0 4px #9657f6;
          box-shadow: 0 0 0 4px #9657f6;
}

@media screen and (min-width: 576px) {
  .home__2 .testimonial .testimonial-bx-slider .figure img {
    width: 60px;
    height: 60px;
    margin-right: 1.87rem;
  }
}

.home__2 .testimonial .testimonial-bx-slider .figure .name {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: .5rem;
}

@media screen and (min-width: 576px) {
  .home__2 .testimonial .testimonial-bx-slider .figure .name {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .testimonial .testimonial-bx-slider .figure .name {
    font-size: 1.5rem;
  }
}

.home__2 .testimonial .testimonial-bx-slider .figure .designation {
  font-size: 0.87rem;
  font-weight: normal;
  color: #777777;
}

@media screen and (min-width: 576px) {
  .home__2 .testimonial .testimonial-bx-slider .figure .designation {
    font-size: 1rem;
  }
}

.home__2 .testimonial .floating-img {
  display: none;
}

@media screen and (min-width: 992px) {
  .home__2 .testimonial .floating-img {
    display: block;
  }
}

.home__2 .testimonial .floating-img a {
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: 2s ease 0s infinite alternate none running scale;
          animation: 2s ease 0s infinite alternate none running scale;
}

.home__2 .testimonial .floating-img a:nth-child(1) {
  left: 10%;
  top: 10%;
  padding: 10px;
  background-color: rgba(150, 87, 246, 0.6);
  width: 115px;
  height: 115px;
}

@media screen and (min-width: 1400px) {
  .home__2 .testimonial .floating-img a:nth-child(1) {
    left: 19%;
    top: 8%;
  }
}

.home__2 .testimonial .floating-img a:nth-child(1).active {
  -webkit-box-shadow: 0 0 0 15px rgba(150, 87, 246, 0.2);
          box-shadow: 0 0 0 15px rgba(150, 87, 246, 0.2);
}

.home__2 .testimonial .floating-img a:nth-child(2) {
  left: 2%;
  top: 50%;
  padding: 12px;
  background-color: #ff930e;
  width: 125px;
  height: 125px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media screen and (min-width: 1400px) {
  .home__2 .testimonial .floating-img a:nth-child(2) {
    left: 12%;
    width: 115px;
    height: 115px;
  }
}

.home__2 .testimonial .floating-img a:nth-child(2).active {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 147, 14, 0.2);
          box-shadow: 0 0 0 15px rgba(255, 147, 14, 0.2);
}

.home__2 .testimonial .floating-img a:nth-child(3) {
  left: 25%;
  top: 36%;
  padding: 10px;
  background-color: #ff6464;
  width: 85px;
  height: 85px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media screen and (min-width: 1400px) {
  .home__2 .testimonial .floating-img a:nth-child(3) {
    left: 31%;
    top: 36%;
  }
}

.home__2 .testimonial .floating-img a:nth-child(3).active {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 100, 100, 0.2);
          box-shadow: 0 0 0 10px rgba(255, 100, 100, 0.2);
}

.home__2 .testimonial .floating-img a:nth-child(4) {
  left: 20%;
  top: 65%;
  padding: 10px;
  background-color: #00cfdd;
  width: 85px;
  height: 85px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media screen and (min-width: 1400px) {
  .home__2 .testimonial .floating-img a:nth-child(4) {
    left: 25%;
    top: 72%;
  }
}

.home__2 .testimonial .floating-img a:nth-child(4).active {
  -webkit-box-shadow: 0 0 0 15px rgba(0, 207, 221, 0.2);
          box-shadow: 0 0 0 15px rgba(0, 207, 221, 0.2);
}

@media screen and (min-width: 768px) {
  .home__2 .blog .section-title {
    max-width: 576px;
  }
}

.home__2 .blog .container {
  position: relative;
}

.home__2 .blog.style-2 .blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .home__2 .blog.style-2 .blog-nav {
    position: absolute;
    top: 0;
    right: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

@media screen and (min-width: 576px) {
  .home__2 .blog.style-2 .blog-nav {
    top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .blog.style-2 .blog-nav {
    top: 1rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .home__2 .blog.style-2 .blog-nav {
    margin-top: 0;
  }
}

.home__2 .blog.style-2 .blog-nav > div {
  width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .home__2 .blog.style-2 .blog-nav > div {
    margin-left: 15px;
    width: 60px;
    height: 60px;
  }
}

.home__2 .blog.style-2 .blog-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

.home__2 .blog.style-2 .blog-nav > div::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .home__2 .blog.style-2 .blog-nav > div::before {
    background-color: rgba(150, 87, 246, 0.2);
  }
}

.home__2 .blog.style-2 .blog-nav > div i {
  color: #9657f6;
  font-size: 1.75rem;
}

.home__2 .blog .blog-card .post-date {
  margin-bottom: 0.9rem;
  font-size: 1.125rem;
}

@media (max-width: 520px) {
  .home__2 .blog .blog-card .post-date {
    margin-bottom: 0;
    font-size: 1rem;
  }
}

.home__2 .blog .blog-card .post-title {
  font-size: 1.5rem;
  line-height: 1.7;
}

@media (max-width: 520px) {
  .home__2 .blog .blog-card .post-title {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.home__2 .blog .blog-card .blog-desc {
  padding-bottom: 0;
}

.home__2 .contact {
  overflow-x: clip;
  margin: 80px 0;
}

@media screen and (min-width: 576px) {
  .home__2 .contact {
    margin: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .contact {
    margin: 120px 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__2 .contact {
    margin: 150px 0;
  }
}

@media (max-width: 520px) {
  .home__2 .contact .section-title h4 {
    font-size: 1.1rem;
  }
}

.home__2 .contact .img-mockup {
  margin-top: -3rem;
  display: none;
}

@media screen and (min-width: 992px) {
  .home__2 .contact .img-mockup {
    width: 150%;
    display: block;
  }
}

.home__2 .contact form .form-floating {
  margin-bottom: 1.87rem;
}

@media screen and (min-width: 768px) {
  .home__2 .contact form .form-floating {
    margin-bottom: 2.5rem;
  }
}

.home__2 .contact form .form-floating > label {
  background-color: #FFFFFF;
  height: inherit;
  padding-bottom: 5px;
}

.home__2 .contact form .form-floating input, .home__2 .contact form .form-floating textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home__2 .contact form .form-floating input:focus, .home__2 .contact form .form-floating input:valid, .home__2 .contact form .form-floating textarea:focus, .home__2 .contact form .form-floating textarea:valid {
  background-color: transparent;
}

.home__2 .contact form .form-floating input:focus ~ label, .home__2 .contact form .form-floating input:valid ~ label, .home__2 .contact form .form-floating textarea:focus ~ label, .home__2 .contact form .form-floating textarea:valid ~ label {
  color: #000000;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-1rem) translateX(0rem);
          transform: scale(1) translateY(-1rem) translateX(0rem);
  padding-top: 0;
}

.home__2 .contact form input ~ label, .home__2 .contact form textarea ~ label {
  color: #777777;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .home__2 .contact form input ~ label, .home__2 .contact form textarea ~ label {
    font-size: 1.25rem;
  }
}

.home__2 .contact form textarea::-webkit-scrollbar {
  width: 5px;
  background-color: #FFFFFF;
}

.home__2 .contact form textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #9657f6;
}

.home__2 .contact button[type=submit] {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .home__2 .contact button[type=submit] {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .home__2 .contact button[type=submit] {
    font-size: 1.25rem;
    padding: 1rem 1.87rem;
  }
}

.home__2 .contact button[type=submit]:hover {
  -webkit-box-shadow: 0px 0px 36px 0px rgba(150, 87, 246, 0.25);
          box-shadow: 0px 0px 36px 0px rgba(150, 87, 246, 0.25);
}

.home__2 .footer {
  position: relative;
  z-index: 1;
}

.home__2 .footer .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-image: url(../images/svg/hex-line-pattarn.svg);
}

.home__3 .section-gap {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .home__3 .section-gap {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .section-gap {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .home__3 .section-gap {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.home__3 .section-title .sub-head {
  font-weight: normal;
}

@media screen and (min-width: 576px) {
  .home__3 .section-title .sub-head {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .home__3 .section-title .sub-head {
    font-weight: 400;
  }
}

.home__3 .features .section-title {
  max-width: 700px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__3 .features .features-inner {
    max-width: 730px;
    margin: 0 auto;
  }
}

.home__3 .features .feature-card {
  padding: 50px 20px 40px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home__3 .features .feature-card {
    text-align: left;
  }
}

@media (min-width: 425px) {
  .home__3 .features .feature-card {
    padding: 50px 20px 50px 40px;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .features .feature-card {
    padding: 50px 20px 50px 36px;
  }
}

.home__3 .features .feature-card .icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home__3 .features .feature-card .icon {
    margin-left: 0;
  }
}

.home__3 .features .feature-card .icon i {
  font-size: 1.75rem;
}

@media screen and (min-width: 576px) {
  .home__3 .features .feature-card .icon {
    width: 80px;
    height: 80px;
  }
  .home__3 .features .feature-card .icon i {
    font-size: 2.25rem;
  }
}

.home__3 .features .feature-card .feature-title {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (min-width: 576px) {
  .home__3 .features .feature-card .feature-title {
    font-size: 1.3rem;
  }
}

.home__3 .features .feature-card .feature-desc {
  font-size: 0.85rem;
  margin: 1rem 0;
  line-height: 1.87;
}

@media screen and (min-width: 576px) {
  .home__3 .features .feature-card .feature-desc {
    font-size: 1rem;
    margin: 1.5rem 0;
  }
}

.home__3 .features .feature-card .btn-link {
  font-size: 0.93rem;
  font-weight: 500;
  margin-top: .5rem;
}

@media screen and (min-width: 576px) {
  .home__3 .features .feature-card .btn-link {
    font-size: 1rem;
    margin-top: 0;
  }
}

.home__3 .working-process {
  overflow: hidden;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .home__3 .working-process {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .working-process {
    padding: 140px 0;
  }
}

.home__3 .working-process .container {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 992px) {
  .home__3 .working-process .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1400px) {
  .home__3 .working-process .container {
    max-width: 1400px;
  }
}

.home__3 .working-process .process-cards .shape {
  position: relative;
  margin: 70px 0 0;
}

@media screen and (min-width: 768px) {
  .home__3 .working-process .process-cards .shape {
    margin: 0;
  }
}

.home__3 .working-process .process-cards .shape svg {
  display: none;
}

@media screen and (min-width: 1200px) {
  .home__3 .working-process .process-cards .shape {
    top: -75px;
  }
  .home__3 .working-process .process-cards .shape svg {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .working-process .process-cards .process-card {
    margin-top: 0;
  }
}

.home__3 .working-process .process-cards .process-card img {
  padding: 0 30px;
  max-height: 190px;
}

@media screen and (min-width: 1200px) {
  .home__3 .working-process .process-cards .process-card img {
    padding: 0;
  }
}

.home__3 .working-process .process-cards .process-card h5 {
  margin-top: 2rem;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .home__3 .working-process .process-cards .process-card h5 {
    font-size: 1.25rem;
  }
}

.home__3 .working-process .shape-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

.home__3 .working-process .shape-container .dots-line {
  position: absolute;
  top: 45%;
  left: -50px;
  opacity: 0.8;
  width: 140px;
}

.home__3 .working-process .shape-container .circle-shape {
  position: absolute;
  top: 300px;
  left: 150px;
  -webkit-animation: linear 20s animationFramesTwo infinite;
          animation: linear 20s animationFramesTwo infinite;
  z-index: 1;
  width: 35px;
  height: 35px;
}

.home__3 .working-process .shape-container .circle-shape.shape__2 {
  bottom: 10%;
  left: 90%;
  -webkit-animation: linear 20s animationFramesOne infinite;
          animation: linear 20s animationFramesOne infinite;
}

.home__3 .working-process .shape-container .sq-shape {
  position: absolute;
  top: 0;
  left: 150px;
  -webkit-animation: linear 20s animationFramesOne infinite;
          animation: linear 20s animationFramesOne infinite;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.home__3 .working-process .shape-container .sq-shape.shape__2 {
  bottom: 20%;
  left: 90%;
  -webkit-animation: linear 20s animationFramesTwo infinite;
          animation: linear 20s animationFramesTwo infinite;
}

.home__3 .advance-feature {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home__3 .advance-feature .section-title {
  max-width: 600px;
}

@media screen and (min-width: 1200px) {
  .home__3 .advance-feature .section-title {
    padding-right: 100px;
  }
}

.home__3 .advance-feature .main-content {
  margin-top: -30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__3 .advance-feature .main-content {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home__3 .advance-feature .feature-card {
  margin-top: 30px;
  z-index: 1;
  text-align: center;
  padding: 40px;
  max-width: 358px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .home__3 .advance-feature .feature-card {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .home__3 .advance-feature .feature-card {
    padding: 40px 20px 40px 30px;
    text-align: left;
  }
}

.home__3 .advance-feature .feature-card .icon {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .home__3 .advance-feature .feature-card .icon {
    margin-left: 0;
  }
}

.home__3 .advance-feature .feature-card .feature-desc {
  font-size: 0.93rem;
  line-height: 1.87;
}

@media screen and (min-width: 992px) {
  .home__3 .advance-feature .feature-card .feature-desc {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__3 .advance-feature .feature-card.mt-100 {
    margin-top: 100px;
  }
}

.home__3 .advance-feature .feature-card .bg-icon {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  z-index: -1;
}

.home__3 .advance-feature .feature-card .bg-icon i {
  color: rgba(255, 255, 255, 0.07);
  font-size: 80px;
}

.home__3 .advance-feature .image-mockup {
  margin-top: -100px;
  padding-left: 60px;
  width: 180%;
  display: none;
}

@media screen and (min-width: 1200px) {
  .home__3 .advance-feature .image-mockup {
    display: block;
  }
}

.home__3 .video-box {
  padding: 80px 0 130px;
  background-image: url(../images/contact-form-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .home__3 .video-box {
    padding: 120px 0 170px;
  }
}

.home__3 .video-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(97, 63, 238, 0.95);
  z-index: -11;
}

.home__3 .video-box .video-play {
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  .home__3 .video-box .video-play {
    margin-top: 90px;
  }
}

.home__3 .video-box .video-play a {
  width: 80px;
  height: 80px;
  font-size: 1.2rem;
}

@media screen and (min-width: 576px) {
  .home__3 .video-box .video-play a {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .video-box .video-play a {
    width: 120px;
    height: 120px;
    font-size: 1.75rem;
  }
}

.home__3 .our-team .team-inner {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.home__3 .our-team .team-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.home__3 .our-team .team-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__3 .our-team .team-nav > div i {
  font-size: 2rem;
  color: #000000;
}

@media screen and (min-width: 992px) {
  .home__3 .our-team .team-nav > div i {
    font-size: 3rem;
  }
}

.home__3 .our-team .team-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

@media screen and (min-width: 992px) {
  .home__3 .our-team .team-nav {
    display: none;
  }
}

.home__3 .fun-facts {
  margin: 100px 0;
}

@media (max-width: 767px) {
  .home__3 .fun-facts [class*=col]:nth-child(1) .fact-item, .home__3 .fun-facts [class*=col]:nth-child(2) .fact-item {
    margin-top: 0;
  }
}

.home__3 .fun-facts .fact-item {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .home__3 .fun-facts .fact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .fun-facts .fact-item {
    text-align: left;
  }
}

.home__3 .fun-facts .fact-item .icon {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .home__3 .fun-facts .fact-item .icon {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__3 .fun-facts .fact-item .icon {
    width: 120px;
    height: 120px;
  }
}

.home__3 .fun-facts .fact-item .icon::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  z-index: -1;
  top: 35px;
  left: 30px;
}

.home__3 .fun-facts .fact-item .icon i {
  font-size: 32px;
}

@media screen and (min-width: 1200px) {
  .home__3 .fun-facts .fact-item .icon i {
    font-size: 50px;
  }
}

.home__3 .fun-facts .fact-item .counter {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .home__3 .fun-facts .fact-item .counter {
    width: 160px;
    margin-top: 0;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__3 .fun-facts .fact-item .counter {
    margin-left: 1.875rem;
  }
}

.home__3 .fun-facts .fact-item .counter span {
  display: block;
  line-height: normal;
}

.home__3 .fun-facts .fact-item .counter .number {
  font-size: 32px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .home__3 .fun-facts .fact-item .counter .number {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .home__3 .fun-facts .fact-item .counter .number {
    font-size: 48px;
  }
}

.home__3 .fun-facts .fact-item .counter .info {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .home__3 .fun-facts .fact-item .counter .info {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__3 .fun-facts .fact-item .counter .info {
    font-size: 1.5rem;
  }
}

.home__3 .experienced-offer {
  overflow-x: clip;
}

.home__3 .experienced-offer .section-title {
  max-width: 550px;
}

.home__3 .experienced-offer .section-content {
  max-width: 768px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .home__3 .experienced-offer .section-content [class*=col]:nth-child(1) .offer-card, .home__3 .experienced-offer .section-content [class*=col]:nth-child(2) .offer-card {
    margin-top: 0;
  }
}

.home__3 .experienced-offer .offer-card.offer-style-3 {
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .home__3 .experienced-offer .offer-card.offer-style-3 {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .home__3 .experienced-offer .offer-card.offer-style-3 {
    max-width: 330px;
  }
}

.home__3 .experienced-offer .offer-card.offer-style-3 .icon {
  margin-bottom: 1.5rem;
  width: 65px;
  height: 65px;
}

@media (max-width: 1199px) {
  .home__3 .experienced-offer .offer-card.offer-style-3 .icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.home__3 .experienced-offer .offer-card.offer-style-3 .icon i {
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  .home__3 .experienced-offer .offer-card.offer-style-3 .icon {
    width: 70px;
    height: 70px;
  }
  .home__3 .experienced-offer .offer-card.offer-style-3 .icon i {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 992px) {
  .home__3 .experienced-offer .offer-card.offer-style-3 .icon {
    width: 80px;
    height: 80px;
  }
  .home__3 .experienced-offer .offer-card.offer-style-3 .icon i {
    font-size: 2.5rem;
  }
}

.home__3 .experienced-offer .offer-card.offer-style-3 .offer-title {
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .home__3 .experienced-offer .offer-card.offer-style-3 .offer-title {
    font-size: 1.35rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 576px) {
  .home__3 .experienced-offer .offer-card.offer-style-3 .offer-desc {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .experienced-offer .offer-card.offer-style-3 .offer-desc {
    font-size: 16px;
  }
}

.home__3 .experienced-offer .image-mockup {
  position: relative;
  width: 200%;
  text-align: center;
  max-width: 650px;
  right: -135px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .home__3 .experienced-offer .image-mockup {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  .home__3 .experienced-offer .image-mockup {
    left: 100px;
  }
}

@media (min-width: 1600px) {
  .home__3 .experienced-offer .image-mockup {
    left: 200px;
  }
}

.home__3 .experienced-offer .image-mockup .secondary1 {
  position: absolute;
  bottom: 34%;
  left: -16%;
  -webkit-animation: move-four 6s ease-in-out infinite;
          animation: move-four 6s ease-in-out infinite;
  display: none;
}

@media screen and (min-width: 1400px) {
  .home__3 .experienced-offer .image-mockup .secondary1 {
    display: block;
  }
}

.home__3 .experienced-offer .image-mockup .secondary2 {
  position: absolute;
  top: 30%;
  right: 22%;
  -webkit-animation: move-five 6s ease-in-out infinite;
          animation: move-five 6s ease-in-out infinite;
  display: none;
}

@media screen and (min-width: 1400px) {
  .home__3 .experienced-offer .image-mockup .secondary2 {
    display: block;
  }
}

.home__3 .experienced-offer .image-mockup .background-shade {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home__3 .experienced-offer .image-mockup .background-shade .shape {
  position: absolute;
  -webkit-filter: blur(45px);
          filter: blur(45px);
  mix-blend-mode: multiply;
  opacity: 0.4;
  -webkit-animation: random 7s infinite;
          animation: random 7s infinite;
  border-radius: 50%;
  width: 400px;
  height: 400px;
}

.home__3 .experienced-offer .image-mockup .background-shade .shape:nth-child(1) {
  top: 26%;
  left: -2%;
  background-color: #613fee;
}

.home__3 .experienced-offer .image-mockup .background-shade .shape:nth-child(2) {
  top: 5%;
  right: 10%;
  background-color: #613fee;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.home__3 .experienced-offer .image-mockup .background-shade .shape:nth-child(3) {
  bottom: 10%;
  right: 10%;
  background-color: #613fee;
  animation-direction: reverse;
}

.home__3 .pricing {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .home__3 .pricing {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .pricing {
    padding: 140px 0;
  }
}

.home__3 .pricing .pricing-tab .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
  margin: 0 auto 50px;
}

@media screen and (min-width: 576px) {
  .home__3 .pricing .pricing-tab .tab-menu {
    width: 300px;
  }
}

.home__3 .pricing .pricing-tab .tab-menu li {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 576px) {
  .home__3 .pricing .pricing-tab .tab-menu li {
    font-size: 1.5rem;
  }
}

.home__3 .pricing .pricing-tab .tab-menu li .switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 28px;
  vertical-align: middle;
  margin: 0;
}

.home__3 .pricing .pricing-tab .tab-menu li .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home__3 .pricing .pricing-tab .tab-menu li .switch .slider::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: -3px;
  bottom: -3px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  background: #613FEE;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #FFFFFF;
}

.home__3 .pricing .pricing-tab .tab-menu li .switch.off .slider::before {
  -webkit-transform: translateX(36px);
          transform: translateX(36px);
}

@media (max-width: 1199px) {
  .home__3 .pricing .pricing-tab .tab-area {
    max-width: 768px;
    margin: 0 auto;
  }
}

.home__3 .pricing .pricing-tab .tab-item {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.home__3 .pricing .pricing-tab .tab-item [class*=col] + [class*=col] {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .home__3 .pricing .pricing-tab .tab-item [class*=col] + [class*=col] {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home__3 .pricing .pricing-tab .tab-item [class*=col]:nth-child(even) {
    margin-top: 0;
  }
}

.home__3 .pricing .row {
  --bs-gutter-x: 2rem;
}

@media screen and (min-width: 1200px) {
  .home__3 .pricing .row {
    --bs-gutter-x: 3.75rem;
  }
}

.home__3 .pricing .pricing-card {
  -webkit-box-shadow: 0px 0px 63px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 63px 4px rgba(0, 0, 0, 0.04);
}

.home__3 .pricing .pricing-card .featured-tag {
  position: absolute;
  top: 60px;
  left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.95rem 1rem;
  -webkit-box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 30px 30px 0px;
  background-color: #ECE8FD;
}

.home__3 .pricing .pricing-card .featured-tag .label {
  font-size: 1.25rem;
  color: #000000;
  margin-left: .8rem;
  padding-right: 1rem;
}

.home__3 .pricing .pricing-card button {
  padding: 0.75rem 2.5rem;
}

.home__3 .pricing .pricing-card button:hover {
  background-color: #613FEE;
  border-color: #613FEE !important;
  color: #FFFFFF;
}

.home__3 .pricing .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.home__3 .pricing .bg-shapes .shape1 {
  width: 760px;
  position: absolute;
  bottom: -100px;
  left: -140px;
}

.home__3 .app-screenshot {
  overflow-x: clip;
}

.home__3 .app-screenshot .item {
  background-color: #CDD3ED;
  padding: 1rem 1rem;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .home__3 .app-screenshot .item {
    padding: .5rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (min-width: 768px) {
  .home__3 .app-screenshot .item {
    padding: .8rem;
  }
}

@media screen and (min-width: 992px) {
  .home__3 .app-screenshot .item {
    padding: 1rem;
  }
}

.home__3 .app-screenshot .item img {
  border-radius: 20px;
}

.home__3 .app-screenshot .center .item {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home__3 .app-screenshot .screenshot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .home__3 .app-screenshot .screenshot-nav {
    display: none;
  }
}

.home__3 .app-screenshot .screenshot-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .home__3 .app-screenshot .screenshot-nav > div {
    width: 60px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .app-screenshot .screenshot-nav > div {
    width: 60px;
    height: 60px;
  }
}

.home__3 .app-screenshot .screenshot-nav > div i {
  color: #613FEE;
  font-size: 1.75rem;
}

.home__3 .download-app {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .home__3 .download-app {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1400px) {
  .home__3 .download-app .container {
    max-width: 1400px;
  }
}

.home__3 .download-app .section-title {
  max-width: 650px;
}

@media screen and (min-width: 576px) {
  .home__3 .download-app .section-title {
    margin-bottom: 44px;
  }
}

.home__3 .download-app .sub-head {
  font-size: 0.85rem;
}

@media (min-width: 425px) {
  .home__3 .download-app .sub-head {
    font-size: 0.93rem;
  }
}

@media screen and (min-width: 576px) {
  .home__3 .download-app .sub-head {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  .home__3 .download-app .mockup-image {
    position: relative;
    left: -60px;
  }
}

.home__3 .download-app .buttons {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home__3 .download-app .buttons {
    text-align: left;
  }
}

.home__3 .download-app .buttons a {
  padding: .5rem .7rem;
  font-size: .93rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .home__3 .download-app .buttons a {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .download-app .buttons a {
    padding: 1.18rem 1.87rem;
    font-size: 1.5rem;
  }
}

.home__3 .download-app .buttons a + a {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .home__3 .download-app .buttons a + a {
    margin-left: 26px;
  }
}

.home__3 .download-app .buttons a:hover {
  color: #613FEE;
  background-color: #FFFFFF;
}

.home__3 .download-app .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.home__3 .download-app .bg-shapes .shape1 {
  width: 280px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 425px) {
  .home__3 .download-app .bg-shapes .shape1 {
    width: 325px;
  }
}

@media screen and (min-width: 576px) {
  .home__3 .download-app .bg-shapes .shape1 {
    width: 490px;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .download-app .bg-shapes .shape1 {
    width: 560px;
  }
}

@media screen and (min-width: 992px) {
  .home__3 .download-app .bg-shapes .shape1 {
    width: 680px;
  }
}

@media screen and (min-width: 1200px) {
  .home__3 .download-app .bg-shapes .shape1 {
    width: 820px;
  }
}

.home__3 .download-app .bg-shapes .shape2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

@media screen and (min-width: 1200px) {
  .home__3 .download-app .bg-shapes .shape2 {
    display: block;
    width: 470px;
    right: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .home__3 .download-app .bg-shapes .shape2 {
    width: 770px;
    right: -200px;
  }
}

@media (min-width: 1600px) {
  .home__3 .download-app .bg-shapes .shape2 {
    right: -140px;
  }
}

.home__3 .faq .section-title {
  max-width: 650px;
}

.home__3 .testimonial {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .home__3 .testimonial {
    padding: 120px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .testimonial {
    padding: 140px 0 0;
  }
}

@media screen and (min-width: 1400px) {
  .home__3 .testimonial {
    margin-bottom: 120px;
  }
}

.home__3 .testimonial .testimonial-slider-2 {
  margin-top: -30px;
}

.home__3 .testimonial .owl-stage-outer {
  margin-left: -25px;
  margin-right: -25px;
  padding: 30px 25px;
}

.home__3 .testimonial .owl-stage-outer .testimonial-card {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 22px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 22px 14px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home__3 .testimonial .owl-stage-outer .owl-item:not(.active) .cards, .home__3 .testimonial .owl-stage-outer .owl-item.cloned .cards {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home__3 .testimonial .owl-stage-outer .owl-item.cloned.active .cards {
  -webkit-box-shadow: 0 0 22px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 22px 14px rgba(0, 0, 0, 0.05);
}

.home__3 .testimonial .owl-dots {
  display: none;
}

.home__3 .testimonial .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1200px) {
  .home__3 .testimonial .slider-nav {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

.home__3 .testimonial .slider-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__3 .testimonial .slider-nav > div i {
  font-size: 2rem;
  color: #613FEE;
}

@media screen and (min-width: 1200px) {
  .home__3 .testimonial .slider-nav > div i {
    color: #FFFFFF;
  }
}

.home__3 .testimonial .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  height: 65%;
  width: 100%;
  background-color: #613FEE;
  z-index: -1;
}

.home__3 .testimonial .bg-shapes .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 520px;
  display: none;
}

@media screen and (min-width: 768px) {
  .home__3 .testimonial .bg-shapes .shape1 {
    display: block;
  }
}

.home__3 .testimonial .bg-shapes .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
          transform: matrix(-1, 0, 0, -1, 0, 0);
}

.home__3 .client-map {
  overflow: hidden;
}

.home__3 .client-map .map-inner {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .home__3 .client-map .map-inner {
    margin-top: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home__3 .client-map .map-inner {
    width: 120%;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

.home__3 .client-map .map-inner img {
  display: none;
}

@media screen and (min-width: 768px) {
  .home__3 .client-map .map-inner img {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .client-map .map-inner .continent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .client-map .map-inner [class*='continent'] {
    position: absolute;
    text-align: center;
  }
}

.home__3 .client-map .map-inner [class*='continent'] [class*='continent'] {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
  padding: 1rem 2rem;
  cursor: context-menu;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 425px) and (max-width: 767px) {
  .home__3 .client-map .map-inner [class*='continent'] [class*='continent'] {
    width: 100%;
    max-width: 43%;
    float: left;
    margin: 14px 12px;
    padding: 1rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .client-map .map-inner [class*='continent'] [class*='continent'] {
    margin-top: 0;
    padding: .5rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .client-map .map-inner [class*='continent'] [class*='continent']::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #613FEE;
    -webkit-animation: ripple-blue-xsm 1s linear infinite;
            animation: ripple-blue-xsm 1s linear infinite;
  }
}

.home__3 .client-map .map-inner [class*='continent'] [class*='continent']:hover {
  background-color: rgba(97, 63, 238, 0.9);
  color: #FFFFFF;
}

.home__3 .client-map .map-inner [class*='continent'][class*='n-us'] {
  top: 10%;
  left: 6%;
}

.home__3 .client-map .map-inner [class*='continent'][class*='s-us'] {
  bottom: 34%;
  left: 23%;
}

.home__3 .client-map .map-inner [class*='continent'][class*='europe'] {
  top: 10%;
  left: 48%;
}

.home__3 .client-map .map-inner [class*='continent'][class*='africa'] {
  top: 62%;
  left: 50%;
}

.home__3 .client-map .map-inner [class*='continent'][class*='asia'] {
  top: 32%;
  right: 20%;
}

.home__3 .client-map .map-inner [class*='continent'][class*='aust'] {
  bottom: 20%;
  right: 15%;
}

.home__3 .blog .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .home__3 .blog .slider-nav {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

.home__3 .blog .slider-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__3 .blog .slider-nav > div i {
  font-size: 2rem;
  color: #613FEE;
}

.home__3 .contact {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .home__3 .contact {
    margin-bottom: 100px;
  }
}

.home__3 .contact .sub-head {
  font-size: 1.25rem;
}

.home__3 .contact form {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.home__3 .contact form .form-floating {
  margin-bottom: 1.87rem;
}

@media screen and (min-width: 768px) {
  .home__3 .contact form .form-floating {
    margin-bottom: 2.5rem;
  }
}

.home__3 .contact form .form-floating > label {
  background-color: #FFFFFF;
  height: inherit;
  padding-bottom: 5px;
}

.home__3 .contact form .form-floating input, .home__3 .contact form .form-floating textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home__3 .contact form .form-floating input:focus ~ label, .home__3 .contact form .form-floating input:valid ~ label, .home__3 .contact form .form-floating textarea:focus ~ label, .home__3 .contact form .form-floating textarea:valid ~ label {
  color: #000000;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-1rem) translateX(0rem);
          transform: scale(1) translateY(-1rem) translateX(0rem);
  padding-top: 0;
}

.home__3 .contact form input ~ label, .home__3 .contact form textarea ~ label {
  color: #777777;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .home__3 .contact form input ~ label, .home__3 .contact form textarea ~ label {
    font-size: 1.25rem;
  }
}

.home__3 .contact form textarea::-webkit-scrollbar {
  width: 5px;
  background-color: #FFFFFF;
}

.home__3 .contact form textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF6A00;
}

.home__3 .contact form button {
  border-width: 1px;
  padding: 1rem 1.87rem;
  margin-top: 1rem;
}

.home__3 .contact form button:hover {
  background-color: #613FEE;
  color: #FFFFFF;
}

.home__3 .contact .contact-card-2 {
  margin-bottom: 1.5rem;
}

.home__3 .contact .row .row {
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .home__3 .contact .row .row {
    margin-top: -150px;
  }
}

.home__3 .partner {
  padding: 0 0 60px;
}

@media screen and (min-width: 576px) {
  .home__3 .partner {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .home__3 .partner {
    padding: 0 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .home__3 .partner {
    padding: 0 0 130px;
  }
}

.home__3 .client-carousel img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.home__3 .footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home__3 .footer .bg-shapes {
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/footer-hexagon-shape.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .home__3 .footer .bg-shapes {
    opacity: 1;
  }
}

.home__4 ::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}

.home__4 ::selection {
  background-color: #000000;
  color: #FFFFFF;
}

.home__4 .section-gap {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .home__4 .section-gap {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .section-gap {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .home__4 .section-gap {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.home__4 .section-title {
  max-width: 670px;
}

.home__4 .section-title .main-heading {
  font-weight: 700;
}

.home__4 .section-title .sub-title {
  color: #777777;
  font-size: 1rem;
}

@media (min-width: 425px) {
  .home__4 .section-title .sub-title {
    font-size: 1.25rem;
  }
}

.home__4 .section-title .sub-title svg {
  margin: 0 5px;
}

.home__4 .section-title .sub-head {
  font-weight: normal;
}

@media screen and (min-width: 576px) {
  .home__4 .section-title .sub-head {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .home__4 .section-title .sub-head {
    font-size: 1.25rem;
  }
}

.home__4 .feature .row {
  margin-top: -30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__4 .feature .row {
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .home__4 .feature .row {
    margin-top: 0;
  }
}

.home__4 .feature .feature-card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 40px 20px 30px 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .home__4 .feature .feature-card {
    padding: 60px 20px 60px 40px;
  }
}

.home__4 .feature .feature-card .icon {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 576px) {
  .home__4 .feature .feature-card .icon {
    width: 80px;
    height: 80px;
  }
}

.home__4 .feature .feature-card .feature-title {
  font-size: 1.2rem;
}

@media screen and (min-width: 576px) {
  .home__4 .feature .feature-card .feature-title {
    font-size: 1.5rem;
  }
}

.home__4 .feature .feature-card .feature-desc {
  font-size: 0.93rem;
  margin: 1.2rem 0 1.3rem;
}

@media screen and (min-width: 576px) {
  .home__4 .feature .feature-card .feature-desc {
    font-size: 1rem;
    margin: 1.5rem 0 1.8rem;
  }
}

.home__4 .feature .feature-card .btn-link {
  font-size: 0.93rem;
}

@media screen and (min-width: 576px) {
  .home__4 .feature .feature-card .btn-link {
    font-size: 1rem;
  }
}

.home__4 .feature .feature-card:hover {
  -webkit-box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.05);
}

.home__4 .working-process {
  overflow: hidden;
  padding: 130px 0 10px;
  background: #F9392D url(../images/process-bg1.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .home__4 .working-process {
    padding: 180px 0 50px;
  }
}

.home__4 .working-process::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F9392D;
  opacity: 0.95;
  z-index: -1;
}

.home__4 .working-process .process-card {
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}

.home__4 .working-process .process-card::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #F9392D;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}

.home__4 .working-process .number {
  font-size: 65px;
  color: #FFFFFF;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #FFFFFF;
  font-weight: 900;
  line-height: normal;
}

@media screen and (min-width: 576px) {
  .home__4 .working-process .number {
    font-size: 80px;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .working-process .number {
    font-size: 96px;
  }
}

.home__4 .working-process .title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
}

@media (min-width: 425px) {
  .home__4 .working-process .title {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 576px) {
  .home__4 .working-process .title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .home__4 .working-process .title {
    font-size: 1.5rem;
  }
}

.home__4 .service .section-title {
  margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .home__4 .service .section-title {
    margin-bottom: 65px;
  }
}

.home__4 .service .section-content {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .home__4 .service .section-content {
    margin-bottom: 0;
  }
}

.home__4 .service .section-content ul li {
  margin-bottom: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.93rem;
}

@media screen and (min-width: 576px) {
  .home__4 .service .section-content ul li {
    font-size: 1rem;
  }
}

.home__4 .service .section-content ul li i {
  font-size: 1.2rem;
  color: #F9392D;
  margin-right: 1rem;
}

@media screen and (min-width: 576px) {
  .home__4 .service .section-content ul li i {
    font-size: 1.5rem;
  }
}

.home__4 .service .section-content .text-btn {
  margin-top: 2rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  padding: .7rem 1.87rem;
  border-radius: 10px;
}

@media screen and (min-width: 576px) {
  .home__4 .service .section-content .text-btn {
    font-size: 1.25rem;
    padding: .85rem 1.87rem;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .service .section-content .text-btn {
    margin-top: 2rem;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .home__4 .service .section-content .text-btn {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}

.home__4 .service .section-content .text-btn:hover {
  padding: 1rem 2.5rem;
  color: #FFFFFF;
}

.home__4 .service .section-content .text-btn:focus {
  color: #FFFFFF;
}

@media screen and (min-width: 1200px) {
  .home__4 .service .service-inner {
    margin-top: 50px;
  }
}

.home__4 .service .service-inner .row {
  --bs-gutter-x: 1.87rem;
  --bs-gutter-y: 1.87rem;
}

.home__4 .service .service-inner .offer-card {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home__4 .service .service-inner .offer-card {
    text-align: left;
  }
}

.home__4 .service .service-inner .offer-card .icon {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .home__4 .service .service-inner .offer-card .icon {
    margin-left: 0;
  }
}

.home__4 .service .service-inner .offer-card p {
  font-size: 1rem;
}

.home__4 .our-team .row {
  margin-top: -48px;
}

@media screen and (min-width: 1200px) {
  .home__4 .our-team .row {
    margin-top: 0;
  }
}

.home__4 .our-team .team-card {
  max-width: 380px;
  margin: 48px auto 0 auto;
}

@media screen and (min-width: 1200px) {
  .home__4 .our-team .team-card {
    margin-top: 0;
  }
}

.home__4 .our-team .team-card .social-link a {
  font-size: 1.125rem;
  margin: 0 .7rem;
}

.home__4 .our-team .team-card .title {
  padding: 1.5rem 0 0;
}

.home__4 .our-team .team-card .title .name {
  font-size: 1.15rem;
}

@media screen and (min-width: 576px) {
  .home__4 .our-team .team-card .title .name {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 576px) {
  .home__4 .our-team .team-card .title {
    padding: 2.3rem 1.5rem 0;
  }
}

.home__4 .download-app .section-title {
  margin-bottom: 35px;
}

.home__4 .download-app .section-title .main-heading {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .home__4 .download-app .section-content p {
    font-size: 1.125rem;
  }
}

.home__4 .download-app .section-content .buttons {
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .home__4 .download-app .section-content .buttons {
    margin-top: 2.5rem;
  }
}

.home__4 .download-app .section-content .buttons a {
  padding: .5rem 1.2rem;
  font-size: .93rem;
  position: relative;
  z-index: 1;
  border: 1px solid #F9392D;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 425px) {
  .home__4 .download-app .section-content .buttons a {
    width: auto;
  }
}

@media (min-width: 425px) {
  .home__4 .download-app .section-content .buttons a + a {
    margin-left: 10px;
  }
}

@media screen and (min-width: 576px) {
  .home__4 .download-app .section-content .buttons a {
    padding: .8rem 1.5rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__4 .download-app .section-content .buttons a {
    padding: 1.18rem 1.87rem;
    font-size: 1.5rem;
  }
  .home__4 .download-app .section-content .buttons a + a {
    margin-left: 20px;
  }
}

.home__4 .download-app .section-content .buttons a:hover {
  background-color: #F9392D;
  color: #FFFFFF;
}

.home__4 .download-app .section-content .buttons a.bg-red:hover {
  background-color: transparent;
  color: #000000;
}

.home__4 .download-app .mockup {
  display: none;
}

@media screen and (min-width: 992px) {
  .home__4 .download-app .mockup {
    display: block;
  }
}

.home__4 .video-box {
  padding: 185px 0;
  background: #000000 url(../images/video-bg1.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.home__4 .video-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.65;
  z-index: -1;
}

.home__4 .video-box [class*='btn-play'] {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (min-width: 576px) {
  .home__4 .video-box [class*='btn-play'] {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.home__4 .fun-facts {
  padding: 100px 0;
}

.home__4 .fun-facts .container {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 992px) {
  .home__4 .fun-facts .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home__4 .fun-facts .col-sm-6 + .col-sm-6 {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .home__4 .fun-facts .col-sm-6 + .col-sm-6 {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .home__4 .fun-facts .col-sm-6:nth-child(even) {
    margin-top: 0;
  }
}

.home__4 .fun-facts .fact-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .home__4 .fun-facts .fact-item {
    padding: 55px 30px;
  }
}

.home__4 .fun-facts .fact-item .number {
  font-size: 35px;
  line-height: 1.1;
  color: #FFFFFF;
  font-weight: 600;
}

@media screen and (min-width: 576px) {
  .home__4 .fun-facts .fact-item .number {
    font-size: 40px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .fun-facts .fact-item .number {
    font-size: 50px;
    line-height: 1.3;
  }
}

.home__4 .fun-facts .fact-item .info {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 8px;
}

@media screen and (min-width: 576px) {
  .home__4 .fun-facts .fact-item .info {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .fun-facts .fact-item .info {
    font-size: 1.5rem;
  }
}

.home__4 .fun-facts .fact-item .overlay-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  color: #FFFFFF;
  opacity: 0.2;
  pointer-events: none;
  line-height: normal;
}

@media screen and (min-width: 576px) {
  .home__4 .fun-facts .fact-item .overlay-icon {
    bottom: 40px;
    right: 40px;
    font-size: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__4 .pricing .pricing-inner {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
}

.home__4 .pricing .col-md-6 + .col-md-6 {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .home__4 .pricing .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home__4 .pricing .col-md-6:nth-child(even) {
    margin-top: 0;
  }
}

.home__4 .pricing .pricing-card .pricing-footer button:hover {
  background-color: #F9392D;
  color: #FFFFFF;
}

.home__4 .app-screenshot {
  padding: 80px 0;
  background: #000000 url(../images/screenshots-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home__4 .app-screenshot .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 992px) {
  .home__4 .app-screenshot .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) {
  .home__4 .app-screenshot {
    padding: 120px 0;
  }
}

@media screen and (min-width: 992px) {
  .home__4 .app-screenshot {
    padding: 150px 0;
  }
}

.home__4 .app-screenshot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7;
  z-index: -1;
}

.home__4 .app-screenshot .screenshot-content {
  max-width: 1560px;
  margin: 0 auto;
  overflow: hidden;
}

.home__4 .testimonial {
  overflow: hidden;
}

.home__4 .testimonial .section-title .main-heading {
  font-weight: 700;
}

.home__4 .testimonial .buttons a {
  border-radius: 14px;
  font-weight: 300;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .home__4 .testimonial .buttons a {
    font-size: 1.25rem;
    font-weight: 400;
    padding: 1rem 1.87rem;
  }
}

.home__4 .testimonial .buttons a:hover {
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .home__4 .testimonial .testimonial-carousel {
    max-width: 520px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .home__4 .testimonial .testimonial-carousel {
    max-width: 820px;
  }
}

@media screen and (min-width: 992px) {
  .home__4 .testimonial .testimonial-carousel {
    width: 145%;
  }
}

@media screen and (min-width: 1200px) {
  .home__4 .testimonial .testimonial-carousel {
    overflow: visible;
  }
  .home__4 .testimonial .testimonial-carousel .swiper-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
  }
  .home__4 .testimonial .testimonial-carousel .swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }
  .home__4 .testimonial .testimonial-carousel .swiper-slide-active + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
  .home__4 .testimonial .testimonial-carousel .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
  .home__4 .testimonial .testimonial-carousel .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
  .home__4 .testimonial .testimonial-carousel .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
}

.home__4 .testimonial .testimonial-carousel .testimonial-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FEFEFE;
  padding: 40px 25px 40px 30px;
}

.home__4 .testimonial .testimonial-carousel .testimonial-card .client-name {
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .home__4 .testimonial .testimonial-carousel .testimonial-card .client-name {
    font-size: 1.25rem;
  }
}

.home__4 .testimonial .testimonial-carousel .testimonial-card .designation {
  font-size: .9rem;
}

@media screen and (min-width: 768px) {
  .home__4 .testimonial .testimonial-carousel .testimonial-card .designation {
    font-size: 1rem;
  }
}

.home__4 .faq .faq-carousel {
  padding-bottom: 5rem;
}

.home__4 .faq .faq-card .icon {
  width: 65px;
  height: 65px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .home__4 .faq .faq-card .icon {
    width: 80px;
    height: 80px;
  }
}

.home__4 .faq .faq-card .icon span {
  font-size: 32px;
}

@media screen and (min-width: 576px) {
  .home__4 .faq .faq-card .icon span {
    font-size: 40px;
  }
}

.home__4 .faq .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}

.home__4 .faq .swiper-pagination span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(249, 57, 45, 0.5);
  border-radius: 30px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

@media screen and (min-width: 576px) {
  .home__4 .faq .swiper-pagination span {
    width: 24px;
    height: 14px;
  }
}

.home__4 .faq .swiper-pagination span[class*=active] {
  background-color: #F9392D;
}

.home__4 .clients-map {
  overflow: hidden;
}

.home__4 .clients-map .buttons a {
  border-radius: 12px;
  border: 1px solid #F9392D;
  font-size: .9rem;
  padding: 0.85rem 1.4rem;
}

@media screen and (min-width: 576px) {
  .home__4 .clients-map .buttons a {
    padding: 1.1rem 1.5rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .clients-map .buttons a {
    padding: 1.3rem 1.8rem;
    font-size: 1.25rem;
  }
}

.home__4 .clients-map .buttons a:hover {
  background-color: transparent;
  color: #F9392D;
}

.home__4 .clients-map .map-inner {
  display: none;
}

@media screen and (min-width: 768px) {
  .home__4 .clients-map .map-inner {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .home__4 .clients-map .map-inner {
    width: 180%;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .clients-map .map-inner .continent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .clients-map .map-inner [class*='continent'] {
    position: absolute;
    text-align: center;
  }
}

.home__4 .clients-map .map-inner [class*='continent'] [class*='continent'] {
  margin-top: 20px;
}

@media (min-width: 425px) and (max-width: 767px) {
  .home__4 .clients-map .map-inner [class*='continent'] [class*='continent'] {
    width: 100%;
    max-width: 43%;
    float: left;
    margin: 14px 12px;
    padding: 1rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .clients-map .map-inner [class*='continent'] [class*='continent'] {
    margin-top: 0;
    padding: .5rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .home__4 .clients-map .map-inner [class*='continent'] [class*='continent']::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #F9392D;
    -webkit-animation: ripple-red-xsm 1s linear infinite;
            animation: ripple-red-xsm 1s linear infinite;
  }
}

.home__4 .clients-map .map-inner [class*='continent'][class*='n-us'] {
  top: 10%;
  left: 6%;
}

.home__4 .clients-map .map-inner [class*='continent'][class*='s-us'] {
  bottom: 34%;
  left: 26%;
}

.home__4 .clients-map .map-inner [class*='continent'][class*='europe'] {
  top: 10%;
  left: 48%;
}

.home__4 .clients-map .map-inner [class*='continent'][class*='africa'] {
  top: 62%;
  left: 50%;
}

.home__4 .clients-map .map-inner [class*='continent'][class*='asia'] {
  top: 32%;
  right: 20%;
}

.home__4 .clients-map .map-inner [class*='continent'][class*='aust'] {
  bottom: 20%;
  right: 15%;
}

.home__4 .blog .blog-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home__4 .blog .blog-card .blog-desc {
  padding: 30px 25px 40px 25px;
}

@media screen and (min-width: 576px) {
  .home__4 .blog .blog-card .blog-desc {
    padding: 30px 20px 30px 30px;
  }
}

.home__4 .blog .blog-card .blog-desc .post-title {
  margin-bottom: 1.5rem;
}

.home__4 .blog .blog-card .blog-desc .post-title:hover {
  color: #F9392D;
}

.home__4 .blog .blog-card .blog-desc .short-desc {
  line-height: 1.85;
  margin-bottom: 1.3rem;
}

.home__4 .blog .blog-card .blog-desc .btn-link {
  color: #F9392D;
}

.home__4 .blog .blog-card:hover {
  -webkit-box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.02);
}

.home__4 .contact {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .home__4 .contact .section-title .main-heading {
    padding-right: 200px;
  }
}

.home__4 .contact form {
  padding: 20px 25px 30px;
}

@media screen and (min-width: 768px) {
  .home__4 .contact form {
    padding: 60px 45px;
  }
}

@media screen and (min-width: 992px) {
  .home__4 .contact form {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .home__4 .contact form {
    margin-top: -120px;
  }
}

.home__4 .contact form .form-floating {
  margin-bottom: 1.87rem;
}

@media screen and (min-width: 768px) {
  .home__4 .contact form .form-floating {
    margin-bottom: 3rem;
  }
}

.home__4 .contact form .form-floating > label {
  background-color: transparent;
  height: inherit;
  padding-bottom: 5px;
  padding-left: 0;
}

.home__4 .contact form .form-floating input, .home__4 .contact form .form-floating textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.home__4 .contact form .form-floating input:focus ~ label, .home__4 .contact form .form-floating input:valid ~ label, .home__4 .contact form .form-floating textarea:focus ~ label, .home__4 .contact form .form-floating textarea:valid ~ label {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .home__4 .contact form .form-floating input:focus ~ label, .home__4 .contact form .form-floating input:valid ~ label, .home__4 .contact form .form-floating textarea:focus ~ label, .home__4 .contact form .form-floating textarea:valid ~ label {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-1.5rem) translateX(0rem);
            transform: scale(1) translateY(-1.5rem) translateX(0rem);
    padding-top: 0;
  }
}

.home__4 .contact form input ~ label, .home__4 .contact form textarea ~ label {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .home__4 .contact form input ~ label, .home__4 .contact form textarea ~ label {
    font-size: 1.25rem;
  }
}

.home__4 .contact form textarea::-webkit-scrollbar {
  width: 5px;
  background-color: #FFFFFF;
}

.home__4 .contact form textarea::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #F9392D;
}

.home__4 .contact form button {
  padding: 1rem 2rem;
  border-radius: 14px;
  font-size: 1rem;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .home__4 .contact form button {
    padding: 1.2rem 2rem;
    font-size: 1.25rem;
    width: auto;
  }
}

.home__4 .contact form button:hover {
  -webkit-box-shadow: 0 0 22px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 22px 5px rgba(0, 0, 0, 0.1);
}

.home__4 .contact .contact-card-inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .home__4 .contact .contact-card {
    padding: 1.875rem 1.5rem;
  }
}

.home__4 .contact .contact-card p {
  font-size: 0.93rem;
}

@media screen and (min-width: 768px) {
  .home__4 .contact .contact-card p {
    font-size: 1rem;
  }
}

.home__4 .clients {
  padding: 60px 0;
}

@media screen and (min-width: 992px) {
  .home__4 .clients {
    padding: 100px 0;
  }
}

.home__4 .clients .swiper-slide {
  padding: 0 10px;
}

.home__5 ::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}

.home__5 ::selection {
  background-color: #000000;
  color: #FFFFFF;
}

.home__5 .section-gap {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .home__5 .section-gap {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .section-gap {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .section-gap {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.home__5 .partner {
  padding: 80px 0 0;
}

@media screen and (min-width: 576px) {
  .home__5 .partner {
    padding: 75px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .partner {
    padding: 100px 0 0;
  }
}

.home__5 .view-all, .home__5 .our-team .container .view-all, .home__5 .testimonial .view-all, .home__5 .blog .container .view-all {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home__5 .view-all, .home__5 .our-team .container .view-all, .home__5 .testimonial .view-all, .home__5 .blog .container .view-all {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: .6rem;
  }
}

.home__5 .view-all a, .home__5 .our-team .container .view-all a, .home__5 .testimonial .view-all a, .home__5 .blog .container .view-all a {
  border-radius: 30px;
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .home__5 .view-all a, .home__5 .our-team .container .view-all a, .home__5 .testimonial .view-all a, .home__5 .blog .container .view-all a {
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }
}

.home__5 .view-all a:hover, .home__5 .our-team .container .view-all a:hover, .home__5 .blog .container .view-all a:hover {
  background-color: #FF6A00;
  color: #FFFFFF;
}

@media screen and (min-width: 576px) {
  .home__5 .feature.section-gap {
    margin-top: 65px;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .feature.section-gap {
    margin-top: 120px;
  }
}

.home__5 .feature .container {
  position: relative;
}

.home__5 .feature .container .row {
  --bs-gutter-x: 1.87rem;
  margin-top: -1.5rem;
}

@media screen and (min-width: 992px) {
  .home__5 .feature .container .row {
    margin-top: 0;
  }
}

.home__5 .feature .feature-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  padding: 40px 18px 28px 26px;
}

@media (min-width: 425px) {
  .home__5 .feature .feature-card {
    padding: 50px 25px 30px 35px;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .feature .feature-card {
    padding: 60px 25px 50px 35px;
  }
}

.home__5 .feature .feature-card .bg-light-orange {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 106, 0, 0.2);
  -webkit-box-shadow: 0 0 0 8px rgba(255, 106, 0, 0.1);
          box-shadow: 0 0 0 8px rgba(255, 106, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__5 .feature .feature-card .bg-light-orange i {
  font-size: 2rem;
}

.home__5 .feature .feature-card .card-title {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .home__5 .feature .feature-card .card-title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .feature .feature-card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.home__5 .feature .feature-card .card-desc {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .home__5 .feature .feature-card .card-desc {
    margin-bottom: 30px;
  }
}

.home__5 .feature .feature-card .btn-link {
  font-size: 1rem;
  color: #777777;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .home__5 .feature .feature-card .btn-link {
    font-size: 1.125rem;
  }
}

.home__5 .feature .feature-card:hover {
  -webkit-box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.05);
}

.home__5 .feature .feature-card:hover .icon {
  color: #FFFFFF;
  background-color: #ff6a00;
}

.home__5 .research-tool {
  overflow-x: clip;
}

.home__5 .research-tool .content {
  max-width: 430px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .home__5 .research-tool .content {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .home__5 .research-tool .content {
    padding: 0 30px;
  }
}

.home__5 .research-tool .content .clearfix {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .home__5 .research-tool .content .clearfix {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .research-tool .content .overflow-md-hidden {
    overflow: hidden;
  }
}

.home__5 .research-tool .content .icon {
  width: 55px;
  height: 55px;
  margin-right: 1.5rem;
  margin-top: 10px;
}

@media screen and (min-width: 576px) {
  .home__5 .research-tool .content .icon {
    width: 65px;
    height: 65px;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .research-tool .content .icon {
    margin-right: 2rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .home__5 .research-tool .content .icon {
    margin-right: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 20px;
    float: inherit !important;
  }
}

.home__5 .research-tool .content .icon i {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .home__5 .research-tool .content .icon i {
    font-size: 1.8rem;
  }
}

.home__5 .research-tool .content h4 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 576px) {
  .home__5 .research-tool .content h4 {
    font-size: 1.5rem;
  }
}

.home__5 .research-tool .image-mockup {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .home__5 .research-tool .image-mockup {
    width: 120%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .client-measure .ps-lg-60 {
    padding-left: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__5 .client-measure .section-title .main-heading {
    font-size: 2.35rem;
  }
}

.home__5 .client-measure .section-content ul {
  margin-top: 1.25rem;
  margin-bottom: 3.5rem;
}

.home__5 .client-measure .section-content ul li {
  font-size: 1rem;
  line-height: 2;
  position: relative;
  padding-left: 1.5rem;
}

.home__5 .client-measure .section-content ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #FF6A00;
  border-radius: 50%;
}

.home__5 .client-measure .section-content .text-btn {
  font-size: 1.125rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__5 .client-measure .mockup {
    position: relative;
    left: -55px;
  }
}

.home__5 .why-choose-us .choose-us-cards {
  max-width: 768px;
  margin: -1.5rem auto 0 auto;
}

@media screen and (min-width: 1200px) {
  .home__5 .why-choose-us .choose-us-cards {
    max-width: 100%;
    margin-top: 0;
  }
}

.home__5 .why-choose-us .choose-us-card {
  padding: 40px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .home__5 .why-choose-us .choose-us-card {
    padding: 50px 30px;
    max-width: 380px;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .why-choose-us .choose-us-card {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .why-choose-us .choose-us-card {
    padding: 60px 30px;
  }
}

.home__5 .why-choose-us .choose-us-card .icon {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 106, 0, 0.1);
  color: #FF6A00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .home__5 .why-choose-us .choose-us-card .icon {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .why-choose-us .choose-us-card .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 2rem;
  }
}

.home__5 .why-choose-us .choose-us-card .icon i {
  font-size: 1.8rem;
}

@media screen and (min-width: 576px) {
  .home__5 .why-choose-us .choose-us-card .icon i {
    font-size: 2.5rem;
  }
}

.home__5 .why-choose-us .choose-us-card .title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 576px) {
  .home__5 .why-choose-us .choose-us-card .title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .why-choose-us .choose-us-card .title {
    font-weight: 600;
  }
}

.home__5 .why-choose-us .choose-us-card .description {
  margin: 1.5rem 0;
}

.home__5 .why-choose-us .choose-us-card .btn-link {
  font-size: 1rem;
  font-weight: 500;
  color: #777777;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .home__5 .why-choose-us .choose-us-card .btn-link {
    font-size: 1.125rem;
  }
}

.home__5 .why-choose-us .choose-us-card .btn-link i {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__5 .why-choose-us .choose-us-card:hover {
  -webkit-box-shadow: 0px 26px 18px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 26px 18px rgba(0, 0, 0, 0.04);
}

.home__5 .why-choose-us .choose-us-card:hover .icon {
  color: #FFFFFF;
  background-color: #ff6a00;
}

.home__5 .why-choose-us .choose-us-card:hover .btn-link i {
  margin-left: 15px;
}

.home__5 .our-team .container {
  position: relative;
}

.home__5 .our-team .team-inner {
  margin-top: -1.5rem;
}

@media screen and (min-width: 992px) {
  .home__5 .our-team .team-inner {
    margin-top: 0;
  }
}

.home__5 .fun-facts .row {
  --bs-gutter-x: 1.87rem;
}

.home__5 .fun-facts [class*=col] + [class*=col] {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .home__5 .fun-facts [class*=col] + [class*=col] {
    margin-top: 0;
  }
}

.home__5 .fun-facts .counter {
  background-color: rgba(255, 106, 0, 0.05);
  padding: 40px 20px;
  border-radius: 15px;
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .home__5 .fun-facts .counter {
    padding: 32px 20px;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .fun-facts .counter {
    padding: 40px 30px;
  }
}

.home__5 .fun-facts .counter .number {
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 0.8px #FF6A00;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 576px) {
  .home__5 .fun-facts .counter .number {
    font-size: 48px;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .fun-facts .counter .number {
    font-size: 54px;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .fun-facts .counter .number {
    font-size: 65px;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .fun-facts .counter .number {
    font-size: 96px;
  }
}

.home__5 .fun-facts .counter .info {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
}

@media screen and (min-width: 576px) {
  .home__5 .fun-facts .counter .info {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .fun-facts .counter .info {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .fun-facts .counter .info {
    font-size: 1.5rem;
  }
}

.home__5 .fun-facts .counter::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 15px;
  background-color: #FF6A00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__5 .fun-facts .counter:hover::after {
  width: 40px;
  height: 35px;
}

.home__5 .pricing-tab .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
  margin: 0 auto 50px;
}

@media screen and (min-width: 576px) {
  .home__5 .pricing-tab .tab-menu {
    width: 300px;
  }
}

.home__5 .pricing-tab .tab-menu li {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
  color: #777777;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 576px) {
  .home__5 .pricing-tab .tab-menu li {
    font-size: 1.5rem;
  }
}

.home__5 .pricing-tab .tab-menu li .switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 28px;
  vertical-align: middle;
  margin: 0;
}

.home__5 .pricing-tab .tab-menu li .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background: rgba(255, 106, 0, 0.08);
  border-radius: 18px;
  border: 1px solid rgba(255, 106, 0, 0.1);
}

.home__5 .pricing-tab .tab-menu li .switch .slider::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: -3px;
  bottom: -3px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  background: #FF6A00;
  -webkit-transition: .4s;
  transition: .4s;
}

.home__5 .pricing-tab .tab-menu li .switch.off .slider::before {
  -webkit-transform: translateX(36px);
          transform: translateX(36px);
}

.home__5 .pricing-tab .tab-menu li.active {
  color: #000000;
}

.home__5 .pricing-tab .tab-item {
  -webkit-animation: fadeInUp 1s;
          animation: fadeInUp 1s;
}

.home__5 .pricing-tab .tab-item .row {
  --bs-gutter-x: 1.875rem;
}

.home__5 .pricing-tab .tab-item [class*=col] + [class*=col] {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .home__5 .pricing-tab .tab-item [class*=col] + [class*=col] {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home__5 .pricing-tab .tab-item [class*=col]:nth-child(even) {
    margin-top: 0;
  }
}

.home__5 .pricing-tab .pricing-card {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.home__5 .pricing-tab .pricing-card .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__5 .pricing-tab .pricing-card .icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__5 .pricing-tab .pricing-card .pricing-footer button {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .home__5 .pricing-tab .pricing-card .pricing-footer button {
    padding: 1rem 2.25rem;
    font-size: 1.125rem;
  }
}

.home__5 .pricing-tab .pricing-card:hover .icon {
  background-color: #FF6A00;
}

.home__5 .pricing-tab .pricing-card:hover .icon i {
  color: #FFFFFF;
}

.home__5 .pricing-tab .pricing-card:hover .price {
  color: #FF6A00;
}

.home__5 .pricing-tab .pricing-card:hover .pricing-footer button {
  background-color: #FF6A00;
  color: #FFFFFF;
}

.home__5 .faq .section-title .text-btn {
  margin-top: 2.5rem;
  width: 100%;
  font-size: 1rem;
}

@media (min-width: 425px) {
  .home__5 .faq .section-title .text-btn {
    width: auto;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .faq .section-title .main-heading {
    font-size: 38px;
  }
}

.home__5 .faq .section-title .sub-head {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .home__5 .faq .section-title .sub-head {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.home__5 .faq .faq-card-inner {
  max-width: 768px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .home__5 .faq .faq-card-inner {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .faq .faq-card-inner {
    margin: 10px 0 0 0;
    position: relative;
    right: -50px;
    grid-row-gap: 50px;
  }
}

.home__5 .testimonial {
  overflow-x: clip;
}

@media screen and (min-width: 992px) {
  .home__5 .testimonial .section-title {
    padding-right: 130px;
  }
}

.home__5 .testimonial .our-team .container .view-all, .home__5 .our-team .container .testimonial .view-all, .home__5 .testimonial .view-all, .home__5 .testimonial .blog .container .view-all, .home__5 .blog .container .testimonial .view-all {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .home__5 .testimonial .our-team .container .view-all, .home__5 .our-team .container .testimonial .view-all, .home__5 .testimonial .view-all, .home__5 .testimonial .blog .container .view-all, .home__5 .blog .container .testimonial .view-all {
    margin-top: 0.6rem;
  }
}

.home__5 .testimonial .testimonial-carousel2 {
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
}

@media screen and (min-width: 768px) {
  .home__5 .testimonial .testimonial-carousel2 {
    width: 190%;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .testimonial .testimonial-carousel2 {
    width: 150%;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .testimonial .testimonial-carousel2 {
    width: 140%;
  }
}

@media screen and (min-width: 1400px) {
  .home__5 .testimonial .testimonial-carousel2 {
    width: 150%;
  }
}

.home__5 .testimonial .testimonial-carousel2 .testimonial-card {
  padding: 36px 20px 30px 20px;
}

@media screen and (min-width: 576px) {
  .home__5 .testimonial .testimonial-carousel2 .testimonial-card {
    padding: 60px 25px 60px 30px;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .testimonial .testimonial-carousel2 .testimonial-card {
    padding: 60px 30px 60px 40px;
  }
}

.home__5 .testimonial .testimonial-carousel2 .testimonial-card.swiper-slide-prev {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home__5 .testimonial .testimonial-carousel2 .testimonial-card .avatar img {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 576px) {
  .home__5 .testimonial .testimonial-carousel2 .testimonial-card .avatar img {
    width: 65px;
    height: 65px;
  }
}

.home__5 .testimonial .testimonial-carousel2 .testimonial-card .client-name {
  font-size: 1.1rem;
}

@media screen and (min-width: 576px) {
  .home__5 .testimonial .testimonial-carousel2 .testimonial-card .client-name {
    font-size: 1.25rem;
  }
}

.home__5 .testimonial .testimonial-carousel2 .testimonial-card .statement, .home__5 .testimonial .testimonial-carousel2 .testimonial-card .designation {
  font-size: .9rem;
}

@media screen and (min-width: 576px) {
  .home__5 .testimonial .testimonial-carousel2 .testimonial-card .statement, .home__5 .testimonial .testimonial-carousel2 .testimonial-card .designation {
    font-size: 1rem;
  }
}

.home__5 .blog .container {
  position: relative;
}

@media screen and (min-width: 992px) {
  .home__5 .blog .blog-inner {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .blog .blog-inner {
    margin-top: 0;
  }
}

.home__5 .blog .featured-blog {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.home__5 .blog .featured-blog .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21.99%, #FF6A00), color-stop(98.21%, rgba(196, 196, 196, 0)));
  background: linear-gradient(360deg, #FF6A00 21.99%, rgba(196, 196, 196, 0) 98.21%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1rem;
}

@media (min-width: 425px) {
  .home__5 .blog .featured-blog .overlay {
    padding: 4rem 2.3rem;
  }
}

.home__5 .blog .featured-blog .overlay .date, .home__5 .blog .featured-blog .overlay .post-title {
  color: #FFFFFF;
}

.home__5 .blog .featured-blog .overlay .date {
  font-size: .9rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

@media (min-width: 425px) {
  .home__5 .blog .featured-blog .overlay .date {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .blog .featured-blog .overlay .date {
    font-size: 1.25rem;
  }
}

.home__5 .blog .featured-blog .overlay .post-title {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 600;
}

@media (min-width: 425px) {
  .home__5 .blog .featured-blog .overlay .post-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .blog .featured-blog .overlay .post-title {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .blog .featured-blog .overlay .post-title {
    font-size: 1.5rem;
  }
}

.home__5 .blog .blog-list {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .home__5 .blog .blog-list {
    margin-top: 0;
    max-width: 100%;
  }
}

.home__5 .blog .blog-list .blog-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 425px) {
  .home__5 .blog .blog-list .blog-item {
    padding: 2rem 0;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .blog .blog-list .blog-item {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__5 .blog .blog-list .blog-item {
    padding: 2.1rem 0;
  }
}

.home__5 .blog .blog-list .blog-item .post-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 425px) {
  .home__5 .blog .blog-list .blog-item .post-title {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.home__5 .blog .blog-list .blog-item .post-title:hover {
  color: #FF6A00;
}

@media screen and (min-width: 992px) {
  .home__5 .blog .blog-list .blog-item .date {
    font-size: 1.125rem;
    margin-bottom: .45rem;
  }
}

.home__5 .blog .blog-list .blog-item:last-child {
  border-bottom: 0;
}

.home__5 .contact .section-title .sub-head {
  margin-bottom: 2rem;
}

.home__5 .contact .section-title h6 {
  opacity: 0.8;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.home__5 .contact .section-title h5 {
  color: #FF6A00;
  font-size: 1.5rem;
  line-height: normal;
}

@media (min-width: 425px) {
  .home__5 .contact .section-title h5 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .contact .contact_form_style_4 {
    margin-top: 10px;
  }
}

.home__5 .contact .contact_form_style_4 .form-control {
  border-color: rgba(0, 0, 0, 0.08);
  height: calc(3rem + 2px);
  font-size: .85rem;
  padding: 1rem 1rem;
  resize: none;
  line-height: 1.8;
}

@media screen and (min-width: 576px) {
  .home__5 .contact .contact_form_style_4 .form-control {
    font-size: .9rem;
  }
}

@media screen and (min-width: 768px) {
  .home__5 .contact .contact_form_style_4 .form-control {
    height: calc(3.94rem + 2px);
    font-size: 1rem;
    padding: 1rem 1.4rem;
  }
}

.home__5 .contact .contact_form_style_4 .form-control::-webkit-input-placeholder {
  font-weight: 300;
}

.home__5 .contact .contact_form_style_4 .form-control:-ms-input-placeholder {
  font-weight: 300;
}

.home__5 .contact .contact_form_style_4 .form-control::-ms-input-placeholder {
  font-weight: 300;
}

.home__5 .contact .contact_form_style_4 .form-control::placeholder {
  font-weight: 300;
}

.home__5 .contact .contact_form_style_4 .form-group label {
  margin-bottom: .5rem;
}

@media (min-width: 425px) {
  .home__5 .contact .contact_form_style_4 .form-group label {
    margin-bottom: 1.5rem;
  }
}

.home__5 .contact .contact_form_style_4 button {
  padding: .6rem 2rem;
  font-size: 1rem;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .home__5 .contact .contact_form_style_4 button {
    padding: 1.2rem 2rem;
    font-size: 1.25rem;
    width: auto;
  }
}

.home__5 .contact .contact_form_style_4 textarea::-webkit-scrollbar {
  width: 5px;
  background-color: #FFFFFF;
}

.home__5 .contact .contact_form_style_4 textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FF6A00;
}

@media screen and (min-width: 768px) {
  .home__5 .footer.footer-style-four .footer-top {
    padding: 90px 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .home__5 .footer.footer-style-four .footer-top {
    padding: 120px 0;
  }
}

.home__5 .footer.footer-style-four .footer-top .social-links a:hover {
  background-color: #FF6A00;
}

.home__5 .footer.footer-style-four .footer-bottom p {
  font-size: .85rem;
}

@media screen and (min-width: 992px) {
  .home__5 .footer.footer-style-four .footer-bottom p {
    font-size: 1rem;
  }
}

.home__6 .section-gap {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .home__6 .section-gap {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .section-gap {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .section-gap {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.home__6 .section-title .main-heading {
  font-weight: 600;
}

.home__6 .core-feature .card-container {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}

@media screen and (min-width: 576px) {
  .home__6 .core-feature .card-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .home__6 .core-feature .card-container {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.home__6 .core-feature .card-item {
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  grid-column: span 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home__6 .core-feature .card-item {
    padding: 0 30px;
  }
}

@media screen and (min-width: 992px) {
  .home__6 .core-feature .card-item {
    text-align: left;
  }
}

.home__6 .core-feature .card-item .img-icon {
  margin-bottom: 1.6rem;
}

.home__6 .core-feature .card-item .title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  .home__6 .core-feature .card-item .title {
    font-size: 1.25rem;
    font-weight: 600;
  }
}

.home__6 .core-feature .card-item p {
  font-size: .9rem;
}

@media (min-width: 576px) and (max-width: 991px) {
  .home__6 .core-feature .card-item {
    max-width: 240px;
  }
  .home__6 .core-feature .card-item:last-child:nth-child(2n + 1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .core-feature .card-item {
    max-width: 320px;
  }
}

.home__6 .features {
  overflow-x: clip;
}

.home__6 .features .feature-img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .home__6 .features .feature-img {
    display: block;
  }
}

.home__6 .features .feature-img.float-end {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .home__6 .features .feature-img.float-end {
    margin-right: 100px;
    width: 75%;
  }
}

@media screen and (min-width: 1400px) {
  .home__6 .features .feature-img.float-end {
    margin-right: 200px;
    width: 150%;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .features .feature-img.float-start {
    margin-left: 100px;
    width: 75%;
  }
}

@media screen and (min-width: 1400px) {
  .home__6 .features .feature-img.float-start {
    margin-left: 150px;
    width: 150%;
  }
}

.home__6 .features .content {
  max-width: 430px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .home__6 .features .content {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .home__6 .features .content {
    padding: 0 30px;
  }
}

.home__6 .features .content .clearfix {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .home__6 .features .content .clearfix {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__6 .features .content.mt-lg-80 {
    position: relative;
    top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .features .content .overflow-md-hidden {
    overflow: hidden;
  }
}

.home__6 .features .content .icon {
  width: 55px;
  height: 55px;
  margin-right: 1.5rem;
  margin-top: 10px;
}

@media screen and (min-width: 576px) {
  .home__6 .features .content .icon {
    width: 65px;
    height: 65px;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .features .content .icon {
    margin-right: 2rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .home__6 .features .content .icon {
    margin-right: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 20px;
    float: inherit !important;
  }
}

.home__6 .features .content .icon i {
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .home__6 .features .content .icon i {
    font-size: 1.8rem;
  }
}

.home__6 .features .content h4 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 576px) {
  .home__6 .features .content h4 {
    font-size: 1.5rem;
  }
}

.home__6 .fun-facts {
  padding: 90px 0;
}

@media screen and (min-width: 576px) {
  .home__6 .fun-facts {
    padding: 110px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .fun-facts {
    padding: 100px 0;
  }
}

@media screen and (min-width: 992px) {
  .home__6 .fun-facts {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .fun-facts {
    padding: 140px 0;
  }
}

.home__6 .fun-facts [class*=col] + [class*=col] {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .home__6 .fun-facts [class*=col] + [class*=col] {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .home__6 .fun-facts [class*=col]:nth-child(even) {
    margin-top: 0;
  }
}

.home__6 .fun-facts .fun-fact-item {
  text-align: center;
}

.home__6 .fun-facts .fun-fact-item img {
  margin-bottom: .8rem;
  width: 80px;
  height: 60px;
}

@media screen and (min-width: 576px) {
  .home__6 .fun-facts .fun-fact-item img {
    width: 90px;
    height: 70px;
  }
}

@media screen and (min-width: 992px) {
  .home__6 .fun-facts .fun-fact-item img {
    width: 90px;
    height: 80px;
    margin-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .fun-facts .fun-fact-item img {
    width: 100px;
    height: 100px;
  }
}

.home__6 .fun-facts .fun-fact-item .number {
  font-size: 2.5rem;
  line-height: 1.3;
}

@media screen and (min-width: 576px) {
  .home__6 .fun-facts .fun-fact-item .number {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .fun-facts .fun-fact-item .number {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 992px) {
  .home__6 .fun-facts .fun-fact-item .number {
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .fun-facts .fun-fact-item .number {
    font-size: 4.5rem;
  }
}

.home__6 .fun-facts .fun-fact-item .sub {
  font-size: 1.75rem;
}

.home__6 .fun-facts .fun-fact-item .info {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 576px) {
  .home__6 .fun-facts .fun-fact-item .info {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .fun-facts .fun-fact-item .info {
    font-size: 1.3rem;
    font-weight: 600;
  }
}

.home__6 .our-team {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.home__6 .our-team .container {
  position: relative;
}

.home__6 .our-team .team-card .team-inner {
  position: relative;
  max-width: 304px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .home__6 .our-team .team-card .overlay {
    padding: 30px 20px 25px 22px;
  }
}

@media screen and (min-width: 992px) {
  .home__6 .our-team .team-card .overlay {
    padding: 30px 20px 25px 24px;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .our-team .team-card .overlay {
    padding: 30px 30px 36px 30px;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .our-team .team-card .overlay .name {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .our-team .team-card .overlay .name {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .our-team .team-card .overlay .designation {
    font-size: .93rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) {
  .home__6 .our-team .team-card .overlay .designation {
    font-size: 1rem;
  }
}

.home__6 .our-team .team-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .home__6 .our-team .team-nav {
    position: absolute;
    top: 0;
    right: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

@media screen and (min-width: 576px) {
  .home__6 .our-team .team-nav {
    top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .our-team .team-nav {
    top: 2.62rem;
  }
}

.home__6 .our-team .team-nav > div {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__6 .our-team .team-nav > div i {
  font-size: 2rem;
  color: #000000;
}

@media screen and (min-width: 992px) {
  .home__6 .our-team .team-nav > div i {
    font-size: 3rem;
  }
}

.home__6 .our-team .team-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

.home__6 .our-team .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.home__6 .our-team .bg-shapes .shape1 {
  position: absolute;
  bottom: 100px;
  right: 100px;
  -webkit-animation: linear 20s animationFramesTwo infinite;
          animation: linear 20s animationFramesTwo infinite;
}

.home__6 .why-choose-us {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.home__6 .why-choose-us .left-img {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .home__6 .why-choose-us .left-img {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .home__6 .why-choose-us .left-img {
    float: right;
    width: 130%;
    text-align: right;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .why-choose-us .left-img {
    width: 150%;
    padding-right: 100px;
  }
}

.home__6 .why-choose-us .content p {
  line-height: 1.8;
}

@media screen and (min-width: 576px) {
  .home__6 .why-choose-us .content p {
    font-size: 1.125rem;
  }
}

.home__6 .why-choose-us .content ul {
  margin: 25px 0 60px;
}

.home__6 .why-choose-us .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  font-size: .93rem;
}

@media screen and (min-width: 576px) {
  .home__6 .why-choose-us .content ul li {
    font-size: 1rem;
    line-height: 2.1;
  }
}

.home__6 .why-choose-us .content ul li i {
  margin-right: 1rem;
  font-size: 1rem;
  color: #000000;
}

@media screen and (min-width: 576px) {
  .home__6 .why-choose-us .content ul li i {
    font-size: 1.25rem;
  }
}

.home__6 .why-choose-us .content .text-btn {
  border: 1px solid transparent;
  font-size: .93rem;
  padding: .7rem 1.2rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .home__6 .why-choose-us .content .text-btn {
    font-size: 1.125rem;
    padding: 0.95rem 1.5rem;
    font-weight: 500;
  }
}

.home__6 .why-choose-us .content .text-btn:hover {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}

.home__6 .why-choose-us .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: none;
}

@media screen and (min-width: 768px) {
  .home__6 .why-choose-us .bg-shapes {
    display: block;
  }
}

.home__6 .why-choose-us .bg-shapes .shape1 {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 100px;
}

@media screen and (min-width: 1200px) {
  .home__6 .why-choose-us .bg-shapes .shape1 {
    width: 225px;
    bottom: 100px;
    right: 100px;
    -webkit-animation: linear 20s animationFramesTwo infinite;
            animation: linear 20s animationFramesTwo infinite;
  }
}

.home__6 .pricing-plan {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.home__6 .pricing-plan .row {
  --bs-gutter-x: 2rem;
}

.home__6 .pricing-plan [class*=col] + [class*=col] {
  margin-top: 50px;
}

@media screen and (min-width: 992px) {
  .home__6 .pricing-plan [class*=col] + [class*=col] {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home__6 .pricing-plan [class*=col]:nth-child(even) {
    margin-top: 0;
  }
}

.home__6 .pricing-plan .pricing-card {
  max-width: 420px;
  margin: 0 auto;
  padding: 30px 0 40px;
}

@media screen and (min-width: 576px) {
  .home__6 .pricing-plan .pricing-card {
    padding: 60px 0 75px;
  }
}

.home__6 .pricing-plan .pricing-card::before {
  display: none;
}

@media screen and (min-width: 576px) {
  .home__6 .pricing-plan .pricing-card::before {
    display: block;
  }
}

.home__6 .pricing-plan .pricing-card .price {
  font-size: 40px;
}

@media screen and (min-width: 576px) {
  .home__6 .pricing-plan .pricing-card .price {
    font-size: 50px;
  }
}

.home__6 .pricing-plan .pricing-card .pricing-plan {
  font-size: 1.3rem;
}

@media screen and (min-width: 576px) {
  .home__6 .pricing-plan .pricing-card .pricing-plan {
    font-size: 1.5rem;
  }
}

.home__6 .pricing-plan .pricing-card .pricing-body li {
  font-size: 0.93rem;
  line-height: 2.2;
}

.home__6 .pricing-plan .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: none;
}

@media screen and (min-width: 1200px) {
  .home__6 .pricing-plan .bg-shapes {
    display: block;
  }
}

.home__6 .pricing-plan .bg-shapes .shape1 {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-animation: linear 20s animationFramesTwo infinite;
          animation: linear 20s animationFramesTwo infinite;
}

.home__6 .pricing-plan .bg-shapes .shape2 {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-animation: linear 20s animationFramesOne infinite;
          animation: linear 20s animationFramesOne infinite;
}

.home__6 .faq {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  padding: 80px 0;
}

@media screen and (min-width: 576px) {
  .home__6 .faq {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .faq {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .faq {
    padding: 140px 0;
  }
}

.home__6 .faq .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: none;
}

@media screen and (min-width: 1200px) {
  .home__6 .faq .bg-shapes {
    display: block;
  }
}

.home__6 .faq .bg-shapes .shape1 {
  position: absolute;
  top: 160px;
  left: 0;
}

.home__6 .faq .bg-shapes .shape2 {
  position: absolute;
  bottom: 190px;
  left: 220px;
}

.home__6 .faq .bg-shapes .shape3 {
  position: absolute;
  top: 30%;
  right: 10%;
}

.home__6 .faq .bg-shapes .shape4 {
  position: absolute;
  bottom: 15%;
  right: -50px;
}

.home__6 .faq .accordion-header > * {
  padding: 1rem 2rem 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .home__6 .faq .accordion-header > * {
    padding: 1.5rem 2.5rem 1.5rem 2.12rem;
  }
}

.home__6 .testimonial .mockup {
  margin-bottom: 30px;
  text-align: center;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home__6 .testimonial .mockup {
    max-width: initial;
    width: 150%;
    float: right;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .testimonial .mockup {
    margin-bottom: 0;
    width: 115%;
  }
}

@media screen and (min-width: 1400px) {
  .home__6 .testimonial .mockup {
    width: 125%;
  }
}

.home__6 .testimonial .testimonial-slider {
  position: relative;
}

.home__6 .testimonial .testimonial-slider::after {
  content: "\f115";
  font-family: "Flaticon";
  font-size: 125px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.07;
  z-index: -1;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.home__6 .testimonial .testimonial-slider .testimonial-item .testimonial-description {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.92;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .home__6 .testimonial .testimonial-slider .testimonial-item .testimonial-description {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  .home__6 .testimonial .testimonial-slider .testimonial-item .testimonial-description {
    text-align: left;
  }
}

.home__6 .testimonial .testimonial-slider .testimonial-item .title {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home__6 .testimonial .testimonial-slider .testimonial-item .title {
    text-align: left;
  }
}

.home__6 .testimonial .testimonial-slider .testimonial-item .name {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 576px) {
  .home__6 .testimonial .testimonial-slider .testimonial-item .name {
    font-size: 1.5rem;
  }
}

.home__6 .testimonial .testimonial-slider .testimonial-item .designation {
  font-size: 1rem;
  color: #777777;
  font-weight: normal;
}

.home__6 .testimonial .testimonial-slider .owl-dots {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home__6 .testimonial .testimonial-slider .owl-dots {
    text-align: left;
  }
}

.home__6 .testimonial .testimonial-slider .owl-dots .owl-dot {
  margin-right: 10px;
}

.home__6 .testimonial .testimonial-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #FBF3EC;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .home__6 .testimonial .testimonial-slider .owl-dots .owl-dot span {
    width: 24px;
    height: 14px;
  }
}

.home__6 .testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background-color: #000000;
}

.home__6 .blog {
  overflow: hidden;
  padding: 80px 0;
}

@media screen and (min-width: 576px) {
  .home__6 .blog {
    padding: 110px 0;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .blog {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1200px) {
  .home__6 .blog {
    padding: 170px 0;
  }
}

.home__6 .blog .blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .home__6 .blog .blog-nav {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
}

@media screen and (min-width: 576px) {
  .home__6 .blog .blog-nav {
    top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  .home__6 .blog .blog-nav {
    top: 2.62rem;
  }
}

.home__6 .blog .blog-nav > div {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__6 .blog .blog-nav > div i {
  font-size: 2rem;
  color: #000000;
}

@media screen and (min-width: 992px) {
  .home__6 .blog .blog-nav > div i {
    font-size: 3rem;
  }
}

.home__6 .blog .blog-nav > div.swiper-button-disabled {
  opacity: 0.2;
}

@media screen and (min-width: 1200px) {
  .home__6 .blog .blog-post-carousel {
    width: 130%;
  }
}

@media (max-width: 767px) {
  .home__6 .blog .blog-card .card-inner {
    max-width: 360px;
    margin: 0 auto;
  }
}

.home__6 .blog .blog-card .figure {
  overflow: hidden;
}

.home__6 .blog .blog-card .figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home__6 .blog .blog-card .blog-desc {
  padding-bottom: 0;
}

.home__6 .blog .blog-card .btn-link:hover {
  color: #000000;
}

.home__6 .blog .blog-card .btn-link:hover i {
  margin-left: 10px;
}

.home__6 .blog .blog-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home__6 .contact {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .home__6 .contact .mockup-image {
    width: 150%;
    text-align: center;
  }
}

.home__6 .contact .contact_form_style_4 {
  margin-bottom: 30px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.home__6 .contact .contact_form_style_4 .form-control {
  border-color: black;
  height: calc(3.2rem + 2px);
  resize: none;
}

@media screen and (min-width: 768px) {
  .home__6 .contact .contact_form_style_4 .form-control {
    height: calc(3.94rem + 2px);
  }
}

.home__6 .contact .contact_form_style_4 .form-control::-webkit-input-placeholder {
  font-weight: 300;
}

.home__6 .contact .contact_form_style_4 .form-control:-ms-input-placeholder {
  font-weight: 300;
}

.home__6 .contact .contact_form_style_4 .form-control::-ms-input-placeholder {
  font-weight: 300;
}

.home__6 .contact .contact_form_style_4 .form-control::placeholder {
  font-weight: 300;
}

.home__6 .contact .contact_form_style_4 textarea::-webkit-scrollbar {
  width: 5px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.home__6 .contact .contact_form_style_4 textarea::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #000000;
}

.home__6 .contact .contact_form_style_4 .text-btn {
  border: 1px solid transparent;
  margin-top: 1rem;
  width: 100%;
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .home__6 .contact .contact_form_style_4 .text-btn {
    width: auto;
    margin-top: 2.5rem;
    font-size: 1.125rem;
    padding: 0.95rem 1.5rem;
  }
}

.home__6 .contact .contact_form_style_4 .text-btn:hover {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}

.page-not-found {
  position: relative;
  z-index: 3;
  padding: 175px 0 0;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .page-not-found {
    padding: 275px 0 75px;
  }
}

.page-not-found img {
  margin-bottom: 30px;
  padding: 0 30px;
  max-width: 380px;
}

@media screen and (min-width: 576px) {
  .page-not-found img {
    max-width: 420px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .page-not-found img {
    max-width: 600px;
  }
}

.page-not-found .wave-shape {
  position: absolute;
  bottom: 250px;
  right: 525px;
  -webkit-animation: linear 20s animationFramesOne infinite;
          animation: linear 20s animationFramesOne infinite;
  z-index: -1;
  display: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .page-not-found .wave-shape {
    display: block;
  }
}

.page-not-found .circle-shape {
  position: absolute;
  top: 300px;
  left: 330px;
  -webkit-animation: linear 20s animationFramesTwo infinite;
          animation: linear 20s animationFramesTwo infinite;
  z-index: -1;
  display: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .page-not-found .circle-shape {
    display: block;
  }
}

.page-not-found .circle-shape.shape__2 {
  top: 200px;
  left: inherit;
  right: 150px;
  -webkit-animation: linear 20s animationFramesFour infinite;
          animation: linear 20s animationFramesFour infinite;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-wrapper .container {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 992px) {
  .blog-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-wrapper .blog-item {
  margin-bottom: 70px;
}

.blog-wrapper .media {
  border-radius: .5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

@media (min-width: 425px) {
  .blog-wrapper .media {
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
}

.blog-wrapper .post-title {
  margin: 1.4rem 0 1.35rem;
  line-height: 1.35;
  font-size: 1.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-wrapper .post-title:hover {
  color: #FF6A00;
}

@media (min-width: 425px) {
  .blog-wrapper .post-title {
    font-size: 1.5rem;
  }
}

.blog-wrapper .blog-header span {
  font-size: 0.93rem;
}

@media screen and (min-width: 768px) {
  .blog-wrapper .blog-header span {
    font-size: 1rem;
  }
}

.blog-wrapper .blog-header span + span {
  padding-left: 5px;
  margin-left: 5px;
}

@media (min-width: 425px) {
  .blog-wrapper .blog-header span + span {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #777;
  }
}

@media (min-width: 576px) {
  .blog-wrapper .blog-header span + span {
    padding-left: 30px;
    margin-left: 30px;
  }
}

.blog-wrapper .post-content .btn-link {
  text-decoration: none;
  color: #FF6A00;
  font-weight: 500;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 2rem;
}

@media (min-width: 425px) {
  .blog-wrapper .post-content .btn-link {
    font-size: 1.125rem;
  }
}

.blog-wrapper .post-content .btn-link i {
  margin-left: 6px;
}

.blog-wrapper .post-footer {
  padding: 1.25rem 1rem;
  margin: 55px 0 65px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #E0E0E0;
}

@media (min-width: 480px) {
  .blog-wrapper .post-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25rem 1.87rem;
  }
}

.blog-sidebar {
  margin-top: 60px;
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-sidebar {
    padding-left: 30px;
  }
}

.blog-sidebar .widget {
  margin-bottom: 40px;
}

.blog-sidebar form input {
  height: 50px;
  padding: 1rem 1.5rem;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.blog-sidebar form input:focus {
  border-color: #c4c4c4;
}

.blog-sidebar form .input-group-btn {
  border: 1px solid #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-sidebar form .input-group-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-sidebar form .input-group-btn i {
  font-size: 1.5rem;
  color: #000;
}

.blog-sidebar .widget-title {
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 0.9rem;
  position: relative;
}

.blog-sidebar .widget-title::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 1.125rem;
}

.blog-sidebar .widget .cat-item {
  line-height: 2.45;
}

.blog-sidebar .widget .cat-item a:hover {
  color: #FF6A00;
}

.blog-sidebar .widget .cat-item .count {
  float: right;
}

.blog-sidebar .widget .post-item {
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
}

.blog-sidebar .widget .post-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.blog-sidebar .widget .post-item .post-title {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: .2rem;
}

.blog-sidebar .widget .tag-cloud-link {
  border: 1px solid #ebebeb;
  display: inline-block;
  padding: 5px 15px;
  margin: 10px 10px 10px 0;
  border-radius: 4px;
}

.blog-sidebar .widget .tag-cloud-link:hover {
  border-color: #FF6A00;
  color: #FF6A00;
}

.comment-area .comment-title {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  position: relative;
}

.comment-area .comment-title::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 1.125rem;
}

.comment-area .comment-list ul li {
  margin-bottom: 2.25rem;
  padding-bottom: 2.12rem;
}

.comment-area .comment-list .author-img {
  margin-right: 1.5rem;
}

.comment-area .comment-list .author-name {
  font-size: 1.125rem;
  font-weight: 600;
}

.comment-area .comment-list .post-date {
  font-weight: 400;
  font-size: 1rem;
  margin: .5rem 0;
  color: #777777;
}

.comment-area .comment-list p {
  line-height: 2;
  margin-bottom: 0.63rem;
}

.comment-area .comment-list .reply-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}

.comment-area .comment-list .reply-btn i {
  margin-left: .5rem;
}

.comment-area .comment-list .reply-btn:hover {
  color: #F9392D;
}

.comment-area .comment-box form input {
  height: 65px;
  padding: 1.25rem 1.8rem;
}

.comment-area .comment-box form input:focus {
  border-color: #F9392D;
}

.comment-area .comment-box form textarea {
  resize: none;
  padding: 1.25rem 1.8rem;
}

.comment-area .comment-box form textarea:focus {
  border-color: #F9392D;
}

.comment-area .comment-box form .submit-form {
  margin-top: .5rem;
}

@media screen and (min-width: 576px) {
  .comment-area .comment-box form .submit-form {
    margin-top: 2rem;
  }
}

.comment-area .comment-box form .submit-form .text-btn {
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
  width: 100%;
}

@media (min-width: 425px) {
  .comment-area .comment-box form .submit-form .text-btn {
    font-size: 1.125rem;
  }
}

@media (min-width: 576px) {
  .comment-area .comment-box form .submit-form .text-btn {
    padding: 0.95rem 1.5rem;
  }
}

body.blog footer .partner {
  padding: 60px 0;
}

@media screen and (min-width: 576px) {
  body.blog footer .partner {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  body.blog footer .partner {
    padding: 110px 0;
  }
}

.contact_message_wrapper {
  padding: 150px 0;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contact_message_wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact_message_wrapper .text-content {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}

.contact_message_wrapper h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .contact_message_wrapper h1 {
    font-size: 2.5rem;
  }
}

.contact_message_wrapper p {
  font-style: italic;
  font-size: .93rem;
  color: #777777;
  font-weight: 300;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .contact_message_wrapper p {
    font-size: 1.128rem;
  }
}

.contact_message_wrapper a.theme-btn {
  background: linear-gradient(290deg, #FF6A00 -25%, #EE0979 140%);
  background: -webkit-linear-gradient(290deg, #FF6A00 -25%, #EE0979 140%);
  padding: 1rem 2rem;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  margin-top: 20px;
}

.contact_message_wrapper a.theme-btn:hover {
  background: #000000;
}

.contact_message_wrapper .shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.contact_message_wrapper .big-circle {
  position: absolute;
}

.contact_message_wrapper .big-circle.shape-top {
  top: -140px;
  right: -150px;
}

@media screen and (min-width: 576px) {
  .contact_message_wrapper .big-circle.shape-top {
    top: -90px;
    right: -40px;
  }
}

.contact_message_wrapper .big-circle.shape-bottom {
  bottom: -200px;
  left: -180px;
}

@media screen and (min-width: 576px) {
  .contact_message_wrapper .big-circle.shape-bottom {
    bottom: -140px;
    left: -130px;
  }
}

.contact_message_wrapper .wave-shape {
  position: absolute;
  bottom: 250px;
  right: 525px;
  -webkit-animation: linear 20s animationFramesOne infinite;
          animation: linear 20s animationFramesOne infinite;
  z-index: -1;
  display: none;
}

@media screen and (min-width: 768px) {
  .contact_message_wrapper .wave-shape {
    display: block;
  }
}

.contact_message_wrapper .circle-shape {
  position: absolute;
  top: 50%;
  left: 330px;
  -webkit-animation: linear 20s animationFramesTwo infinite;
          animation: linear 20s animationFramesTwo infinite;
  z-index: -1;
  display: none;
}

@media screen and (min-width: 768px) {
  .contact_message_wrapper .circle-shape {
    display: block;
  }
}

.contact_message_wrapper .circle-shape.shape__2 {
  top: 40%;
  left: initial;
  right: 10%;
  -webkit-animation: linear 20s animationFramesFive infinite;
          animation: linear 20s animationFramesFive infinite;
}

.contact_message_wrapper .triangle {
  position: absolute;
  top: 200px;
  left: 30%;
  -webkit-animation: linear 20s animationFramesThree infinite;
          animation: linear 20s animationFramesThree infinite;
  display: none;
}

@media screen and (min-width: 768px) {
  .contact_message_wrapper .triangle {
    display: block;
  }
}
