* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f0f6ff;
  padding-top: 107px;
}

.navbar-nav .nav-item .nav-link.active {
  border-bottom: 3px solid #8208fe;
  /* You can change the color as needed */
  color: #8208fe !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #8208fe !important;
}

li.nav-item.active.navigate-active a {
  border-bottom: 3px solid #8208fe;
  color: #8208fe;
}

li.nav-item.active.blogs-active a {
  border-bottom: 3px solid #8208fe;
  color: #8208fe;
}

.home-navigate a:hover {
  color: #8208fe !important;
}

.blogs-navigate a:hover {
  color: #8208fe !important;
}
.topBox{
    text-align: center;
    cursor: pointer;
}
.navbar {
  background-color: transparent !important;
  position: relative;
  position: fixed;
  top: -9px;
  z-index: 999999999;
}

.navbar.scroll-active .container-fluid {
  background: #fff;
  border-bottom: 1px solid #ddD;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
          box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
}

.navbar img {
  position: absolute;
  right: 0;
  top: 0;
}

.navbar .navbar-nav {
  padding-right: 24px;
}

a.header_logo {
    margin-top: 6px;
    height: 75px;
    float: left;
    padding-left: 236px;
}
.footer-logo{
    
    height:70px;
    width:230px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    background: #fff;
    padding: 16px;
    border-radius: 4px;
  }
}

.navbar button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .navbar-brand {
  font-size: 54px;
  color: #000;
  font-weight: bold;
  padding-left: 24px;
}

@media (max-width: 991px) {
  .navbar .navbar-brand {
    font-size: 36px;
  }
}

.navbar a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.navbar a.nav-link {
  position: relative;
}

.navbar a.nav-link::before {
  position: absolute;
  content: "";
  background: #8208fe;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: -3px;
  -webkit-transition: width .3s ease-in;
  transition: width .3s ease-in;
}

.navbar a.nav-link:hover::before {
  -webkit-transition: width .3s ease-in;
  transition: width .3s ease-in;
  width: 100%;
}

.navbar a.dropdown-item {
  position: relative;
  background-color: transparent;
}

.navbar a.dropdown-item::before {
  position: absolute;
  content: "";
  background: #8208fe;
  border-bottom: 2px solid transparent;
  bottom: -2px;
  -webkit-transition: width .3s ease-in;
  transition: width .3s ease-in;
}

.navbar a.dropdown-item:hover::before {
  -webkit-transition: width .3s ease-in;
  transition: width .3s ease-in;
  width: 80%;
}

section.hero-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 72px;
}

section.hero-section-wrapper .left {
  max-width: 550px;
  margin-top: 80px;
}

section.hero-section-wrapper .left h1 {
  font-size: 90px;
  margin-bottom: 45px;
  font-weight: 600;
}

@media (max-width: 500px) {
  section.hero-section-wrapper .left h1 {
    font-size: 80px;
  }
}

@media (max-width: 352px) {
  section.hero-section-wrapper .left h1 {
    font-size: 60px;
  }
}

section.hero-section-wrapper .right .right-imgaes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 50px;
  margin-top: 30px;
  position: relative;
}

@media (max-width: 991px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper {
    grid-gap: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media (max-width: 767px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section.hero-section-wrapper .right .right-imgaes-wrapper img {
  width: 270px;
}

@media (max-width: 1191px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper img {
    width: 270px;
    top: 0 !important;
    max-width: 100%;
  }
}

@media (max-width: 1191px) and (max-width: 1024px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper img {
    width: 240px;
  }
}

@media (max-width: 1191px) and (max-width: 768px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1191px) and (max-width: 552px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper img {
    width: 180px;
  }
}

@media (max-width: 1191px) and (max-width: 500px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper img {
    width: 300px;
  }
}

section.hero-section-wrapper .right .right-imgaes-wrapper img:nth-child(1) {
  -webkit-animation: vertical infinite alternate 1s ease-in-out;
          animation: vertical infinite alternate 1s ease-in-out;
  position: relative;
  top: 200px;
  right: -50px;
}

@media (max-width: 1191px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper img:nth-child(1) {
    top: 0px !important;
  }
}

section.hero-section-wrapper .right .right-imgaes-wrapper img:nth-child(2) {
  -webkit-animation: horizantal infinite alternate 1s ease-in-out;
          animation: horizantal infinite alternate 1s ease-in-out;
  z-index: -2;
}

section.hero-section-wrapper .right .right-imgaes-wrapper img:nth-child(3) {
  position: absolute;
  top: 195px;
  z-index: -1;
  width: 200px;
  -webkit-animation: vertical infinite alternate 01.3s ease-in-out;
          animation: vertical infinite alternate 01.3s ease-in-out;
}

@media (max-width: 991px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper img:nth-child(3) {
    width: 150px;
    left: -54px;
    top: 100px !important;
  }
}

@media (max-width: 500px) {
  section.hero-section-wrapper .right .right-imgaes-wrapper img:nth-child(3) {
    width: 150px;
    position: relative;
    left: 0 !important;
    top: 47px !important;
  }
}

section.hero-section-wrapper img.bg-img {
  position: absolute;
  top: -106px;
  right: 0;
  z-index: -2;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

a.left-btn {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 27px;
  font-size: 18px;
  text-decoration: none;
  grid-gap: 12px;
  border: none;
  border-radius: 4px;
  background-color: #A7E533;
  color: #fff;
}

@media (max-width: 336px) {
  a.left-btn {
    font-size: 14px;
  }
}

a.left-btn svg {
  width: 24px;
}

a.left-btn:hover {
  opacity: 0.8;
}

a.right-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 27px;
  font-size: 18px;
  text-decoration: none;
  grid-gap: 12px;
  border: none;
  border-radius: 4px;
  background-color: #8208fe;
  color: #fff;
}

@media (max-width: 336px) {
  a.right-btn {
    font-size: 14px;
  }
}

a.right-btn svg {
  width: 24px;
}

a.right-btn:hover {
  opacity: 0.8;
}

.stores-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-gap: 16px;
  margin-top: 35px;
}

.stores-wrapper .store-images {
  margin-left: 24px;
}

.stores-wrapper .store-images img {
  margin-left: -31px;
  border: 3px solid #fff;
  border-radius: 41px;
}

@media (max-width: 991px) {
  .stores-wrapper .store-images img {
    width: 38px;
  }
}

@media (max-width: 500px) {
  .stores-wrapper .store-images img {
    width: 45px;
  }
}

.stores-wrapper .note-text p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .stores-wrapper .note-text p {
    font-size: 16px;
  }
}

section.how-can-help-wrapper {
  width: 100%;
  height: auto;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 130px;
}

section.how-can-help-wrapper .title-sec-wrapper {
  width: 434px;
  text-align: center;
  margin: auto;
  padding-top: 130px;
  margin-bottom: 64px;
}

@media (max-width: 500px) {
  section.how-can-help-wrapper .title-sec-wrapper {
    width: 100%;
  }
}

section.how-can-help-wrapper .title-sec-wrapper p {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #6e727d;
}

section.how-can-help-wrapper .title-sec-wrapper h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 700;
}

section.how-can-help-wrapper .cards-overlay-wrapper .col {
  padding: 0;
  margin: 0;
}

section.how-can-help-wrapper .cards-overlay-wrapper .cards-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

section.how-can-help-wrapper .cards-overlay-wrapper .cards-item p {
  color: #6e727d;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
}

section.how-can-help-wrapper .cards-overlay-wrapper .cards-item img {
  margin-bottom: 30px;
  width: 70px;
}

section.how-can-help-wrapper .cards-overlay-wrapper .cards-item:hover img {
  -webkit-animation: rotate3d 2 .5s ease-in;
          animation: rotate3d 2 .5s ease-in;
}

.global-expension-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
}

.global-expension-wrapper .col-lg-6:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.global-expension-wrapper .right-side {
  width: 440px;
}

.global-expension-wrapper .right-side .title-sec-wrapper {
  text-align: left;
  margin: auto;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .global-expension-wrapper .right-side .title-sec-wrapper {
    width: 100%;
  }
}

.global-expension-wrapper .right-side .title-sec-wrapper p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #6e727d;
}

.global-expension-wrapper .right-side .title-sec-wrapper h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 700;
}

.global-expension-wrapper .right-side p {
  color: #6e727d;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
}

.global-expension-wrapper .right-side .buttons-wrapper {
  margin-top: 40px;
}

.global-expension-wrapper .right-side a.left-btn {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 27px;
  font-size: 18px;
  grid-gap: 12px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  background-color: #A7E533;
  color: #fff;
}

@media (max-width: 336px) {
  .global-expension-wrapper .right-side a.left-btn {
    font-size: 14px;
  }
}

.global-expension-wrapper .right-side a.left-btn svg {
  width: 24px;
}

.global-expension-wrapper .right-side a.left-btn:hover {
  opacity: 0.8;
}

.global-expension-wrapper .left-side img:nth-child(1) {
  display: block;
  margin: auto;
}

@media (max-width: 768px) {
  .global-expension-wrapper .left-side img:nth-child(1) {
    width: 180px;
  }
}

.global-expension-wrapper .left-side img:nth-child(2) {
  width: 320px;
  position: absolute;
  left: 164px;
  top: 60px;
}

@media (max-width: 1024px) {
  .global-expension-wrapper .left-side img:nth-child(2) {
    width: 240px;
    position: absolute;
    left: 117px;
    top: 60px;
  }
}

@media (max-width: 991px) {
  .global-expension-wrapper .left-side img:nth-child(2) {
    left: 26px;
  }
}

@media (max-width: 768px) {
  .global-expension-wrapper .left-side img:nth-child(2) {
    width: 170px;
    position: absolute;
    left: 64px;
    top: 60px;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .global-expension-wrapper .left-side img:nth-child(2) {
    width: 170px;
    position: relative;
    top: -260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    display: block;
    left: -0;
  }
}

.global-expension-wrapper .left-side img:nth-child(3) {
  width: 170px;
  position: absolute;
  left: 25px;
  top: 0;
  border-radius: 14px;
  background: #fff;
  -webkit-animation: vertical infinite alternate 1s ease-in-out;
          animation: vertical infinite alternate 1s ease-in-out;
}

@media (max-width: 1024px) {
  .global-expension-wrapper .left-side img:nth-child(3) {
    width: 130px;
  }
}

@media (max-width: 768px) {
  .global-expension-wrapper .left-side img:nth-child(3) {
    width: 70px;
    position: absolute;
    left: 34px;
    top: 60px;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .global-expension-wrapper .left-side img:nth-child(3) {
    width: 70px;
    position: absolute;
    left: 144px;
    top: 60px;
  }
}

@media (max-width: 768px) and (max-width: 500px) {
  .global-expension-wrapper .left-side img:nth-child(3) {
    left: 20%;
  }
}

.global-expension-wrapper .left-side img:nth-child(4) {
  position: absolute;
  width: 160px;
  top: 230px;
  border-radius: 14px;
  background: #fff;
  right: 25px;
  -webkit-animation: horizantal infinite alternate 1s ease-in-out;
          animation: horizantal infinite alternate 1s ease-in-out;
}

@media (max-width: 1024px) {
  .global-expension-wrapper .left-side img:nth-child(4) {
    width: 130px;
  }
}

@media (max-width: 768px) {
  .global-expension-wrapper .left-side img:nth-child(4) {
    width: 70px;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .global-expension-wrapper .left-side img:nth-child(4) {
    width: 70px;
    position: absolute;
    right: 144px;
    bottom: 60px;
  }
}

@media (max-width: 768px) and (max-width: 500px) {
  .global-expension-wrapper .left-side img:nth-child(4) {
    right: 20%;
  }
}

@media (max-width: 768px) {
  .global-expension-wrapper .left-side img img:nth-child(2) {
    width: 170px;
    left: 67px;
  }
}

.easy-monitization {
  padding: 130px 0px;
}

.easy-monitization .right-side {
  width: 100%;
  height: 100%;
  position: relative;
}

.easy-monitization .right-side img:nth-child(1) {
  width: 100%;
}

@media (max-width: 991px) {
  .easy-monitization .right-side img:nth-child(1) {
    width: 500px;
  }
}

@media (max-width: 767px) {
  .easy-monitization .right-side img:nth-child(1) {
    width: 100%;
    margin-top: 130px;
  }
}

.easy-monitization .right-side img:nth-child(2) {
  width: 110px;
  position: absolute;
  top: 110px;
  left: 100px;
  -webkit-animation: vertical infinite alternate 1s ease-in-out;
          animation: vertical infinite alternate 1s ease-in-out;
}

@media (max-width: 1199px) {
  .easy-monitization .right-side img:nth-child(2) {
    left: 90px;
    width: 80px;
  }
}

@media (max-width: 500px) {
  .easy-monitization .right-side img:nth-child(2) {
    top: 230px;
  }
}

@media (max-width: 379px) {
  .easy-monitization .right-side img:nth-child(2) {
    left: 42px;
    top: 191px;
    width: 65px;
  }
}

.easy-monitization .right-side img:nth-child(3) {
  width: 110px;
  position: absolute;
  top: 0;
  left: 300px;
  -webkit-animation: horizantal infinite alternate 1s ease-in-out;
          animation: horizantal infinite alternate 1s ease-in-out;
}

@media (max-width: 1199px) {
  .easy-monitization .right-side img:nth-child(3) {
    left: 214px;
    width: 80px;
  }
}

@media (max-width: 500px) {
  .easy-monitization .right-side img:nth-child(3) {
    left: 214px;
    top: 118px;
  }
}

@media (max-width: 379px) {
  .easy-monitization .right-side img:nth-child(3) {
    left: 162px;
    top: 111px;
    width: 65px;
  }
}

.easy-monitization .left-side {
  width: 440px;
}

.easy-monitization .left-side .title-sec-wrapper {
  text-align: left;
  margin: auto;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .easy-monitization .left-side .title-sec-wrapper {
    width: 100%;
  }
}

.easy-monitization .left-side .title-sec-wrapper p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #6e727d;
}

.easy-monitization .left-side .title-sec-wrapper h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 700;
}

.easy-monitization .left-side p {
  color: #6e727d;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
}

.easy-monitization .left-side .buttons-wrapper {
  margin-top: 40px;
}

.easy-monitization .left-side a.left-btn {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 27px;
  font-size: 18px;
  grid-gap: 12px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  background-color: #8208fe;
  color: #fff;
}

@media (max-width: 336px) {
  .easy-monitization .left-side a.left-btn {
    font-size: 14px;
  }
}

.easy-monitization .left-side a.left-btn svg {
  width: 24px;
}

.easy-monitization .left-side a.left-btn:hover {
  opacity: 0.8;
}

.what-we-do-wrapper {
  padding: 130px 0px;
  background-color: #fff;
}

.what-we-do-wrapper .title-sec-wrapper {
  width: 550px;
  text-align: center;
  margin: auto;
  margin-bottom: 64px;
}

@media (max-width: 500px) {
  .what-we-do-wrapper .title-sec-wrapper {
    width: 100%;
  }
}

.what-we-do-wrapper .title-sec-wrapper p {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #6e727d;
}

.what-we-do-wrapper .title-sec-wrapper h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 700;
}

.what-we-do-wrapper .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
  box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.what-we-do-wrapper .card-item.first-card::after {
  background-color: #2f84fb;
}

.what-we-do-wrapper .card-item.first-card::before {
  background-color: #2f84fb;
}

.what-we-do-wrapper .card-item.second-card::after {
  background-color: #dc64ff;
}

.what-we-do-wrapper .card-item.second-card::before {
  background-color: #dc64ff;
}

.what-we-do-wrapper .card-item.third-card::after {
  background-color: #ff6c02;
}

.what-we-do-wrapper .card-item.third-card::before {
  background-color: #ff6c02;
}

.what-we-do-wrapper .card-item::after {
  content: "";
  height: 0%;
  width: 6px;
  background: #ff0101;
  left: 0;
  position: absolute;
  top: 0px;
}

.what-we-do-wrapper .card-item:hover::after {
  height: 50%;
  -webkit-transition: height .3s ease-in;
  transition: height .3s ease-in;
}

.what-we-do-wrapper .card-item:hover img {
  -webkit-animation: rotate3d 2 .3s ease-in;
          animation: rotate3d 2 .3s ease-in;
}

.what-we-do-wrapper .card-item::before {
  content: "";
  height: 0%;
  width: 6px;
  background: red;
  left: 0;
  position: absolute;
  bottom: 0px;
}

.what-we-do-wrapper .card-item:hover::before {
  height: 50%;
  -webkit-transition: height .3s ease-in;
  transition: height .3s ease-in;
}

.what-we-do-wrapper .card-item .card-item-overlay {
  margin-left: 64px;
}

.what-we-do-wrapper .card-item .card-item-overlay h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.what-we-do-wrapper .card-item .card-item-overlay p {
  color: #6e727d;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
}

.what-we-do-wrapper .card-item img {
  width: 55px;
  position: absolute;
  left: 29px;
  top: 46px;
}

.testimonials-wrapper {
  padding: 130px 0px;
  background-color: #161c2d;
}

.testimonials-wrapper .title-sec-wrapper {
  width: 434px;
  text-align: center;
  margin: auto;
  padding-top: 130px;
  margin-bottom: 64px;
}

@media (max-width: 500px) {
  .testimonials-wrapper .title-sec-wrapper {
    width: 100%;
  }
}

.testimonials-wrapper .title-sec-wrapper p {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.testimonials-wrapper .title-sec-wrapper h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.testimonials-wrapper .card-item {
  background-color: #fff;
  padding: 45px;
  border-radius: 7px;
  margin-top: 24px;
  min-height: 314px;
}

@media (max-width: 1024px) {
  .testimonials-wrapper .card-item {
    padding: 11px;
  }
}

.testimonials-wrapper .card-item .header-wrapper img {
  width: 120px;
}

.testimonials-wrapper .card-item .header-wrapper ul {
  margin: 0px;
  height: 25px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0;
}

.testimonials-wrapper .card-item .header-wrapper ul li {
  list-style: none;
}

.testimonials-wrapper .card-item .header-wrapper ul li i {
  color: gold;
}

.testimonials-wrapper .card-item p {
  color: #6e727d;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 15px;
  width: 280px;
}

.news-letter-wrappers {
  height: 100%;
  width: 100%;
  background-size: contain;
  padding: 130px 0px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.news-letter-wrappers .title-sec-wrapper {
  width: 550px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .news-letter-wrappers .title-sec-wrapper {
    width: 100%;
  }
}

.news-letter-wrappers .title-sec-wrapper p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #6e727d;
}

.news-letter-wrappers .title-sec-wrapper h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.news-letter-wrappers .new-letter-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-letter-wrappers .new-letter-section-wrapper input {
  border-radius: 7px;
  height: 65px;
  padding-left: 30px;
  padding-right: 0;
  width: 440px;
  border: none;
}

.news-letter-wrappers .new-letter-section-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 48px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  grid-gap: 12px;
  border: none;
  border-radius: 4px;
  background-color: #8208fe;
  color: #fff;
}

@media (max-width: 336px) {
  .news-letter-wrappers .new-letter-section-wrapper a {
    font-size: 14px;
  }
}

.news-letter-wrappers .new-letter-section-wrapper a svg {
  width: 24px;
}

.news-letter-wrappers .new-letter-section-wrapper a:hover {
  opacity: 0.8;
}

.footer-wrapper-overlay {
  padding: 80px 0px 30px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.footer-wrapper-overlay .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-wrapper-overlay .footer-wrapper .footer-item h4 {
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 700;
}

.footer-wrapper-overlay .footer-wrapper .footer-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
  text-decoration: none;
  color: #6e727d;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
}

.footer-wrapper-overlay .footer-wrapper .footer-item a:hover {
  color: #8208fe;
}

.footer-wrapper-overlay .footer-wrapper .footer-item a img {
  width: 15px;
}

.footer-wrapper-overlay .footer-wrapper .footer-item p {
  width: 270px;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
  color: #6e727d;
}

.footer-wrapper-overlay .footer-wrapper .footer-item .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-wrapper-overlay .footer-wrapper .footer-item a.left-btn {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 35px;
  font-size: 18px;
  text-decoration: none;
  grid-gap: 12px;
  border: none;
  border-radius: 4px;
  background-color: #A7E533;
  color: #fff;
}

@media (max-width: 336px) {
  .footer-wrapper-overlay .footer-wrapper .footer-item a.left-btn {
    font-size: 14px;
  }
}

.footer-wrapper-overlay .footer-wrapper .footer-item a.left-btn svg {
  width: 24px;
}

.footer-wrapper-overlay .footer-wrapper .footer-item a.left-btn:hover {
  opacity: 0.8;
}

.footer-wrapper-overlay .footer-wrapper .footer-item a.advertiser-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 35px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  grid-gap: 12px;
  border: none;
  border-radius: 4px;
  background-color: #8208fe;
  color: #fff;
}

@media (max-width: 336px) {
  .footer-wrapper-overlay .footer-wrapper .footer-item a.advertiser-btn {
    font-size: 14px;
  }
}

.footer-wrapper-overlay .footer-wrapper .footer-item a.advertiser-btn svg {
  width: 24px;
}

.footer-wrapper-overlay .footer-wrapper .footer-item a.advertiser-btn:hover {
  opacity: 0.8;
}

section.copy-right-text {
  padding: 30px 0px;
  background-color: #fff;
}

section.copy-right-text .sub-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.copy-right-text .sub-footer h1 {
  font-weight: 600;
}

section.copy-right-text .sub-footer p {
  margin: 0px;
  padding: 0px;
}

.blogs-overlay-wrapper {
  padding: 100px 0px;
}

.blogs-overlay-wrapper .title-sec-wrapper {
  width: 434px;
  text-align: left;
}

@media (max-width: 500px) {
  .blogs-overlay-wrapper .title-sec-wrapper {
    width: 100%;
  }
}

.blogs-overlay-wrapper .title-sec-wrapper p {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #6e727d;
}

.blogs-overlay-wrapper .title-sec-wrapper h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: 700;
}

.blogs-overlay-wrapper .blogs-card-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .blogs-overlay-wrapper .blogs-card-overlay {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item {
  border-radius: 15px;
  overflow: hidden;
}

.blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item:hover .sub-card-item {
  width: 100%;
  -webkit-transition: width .3s ease-in;
  transition: width .3s ease-in;
}

.blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item img {
  max-width: 420px;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media (max-width: 1369px) {
  .blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item img {
    max-width: 100%;
    height: 192px;
  }
}

@media (max-width: 767px) {
  .blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item img {
    min-width: 434px;
  }
}

@media (max-width: 767px) {
  .blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item img {
    min-width: 100%;
  }
}

.blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item .sub-card-item {
  background: #fff;
  position: relative;
  width: 81%;
  margin-left: auto;
  top: -27px;
  border-radius: 12px;
  padding: 16px;
  -webkit-transition: width .3s ease-in;
  transition: width .3s ease-in;
}

.blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item .sub-card-item .card-header {
  background: #fff;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-gap: 24px;
  padding: 0;
}

.blogs-overlay-wrapper .blogs-card-overlay .blogs-card-item .sub-card-item .card-header i {
  color: orange;
}

.header-auth-wrapper {
  padding: 40px;
  background: #fff;
  text-align: center;
  color: #20252d;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}

.header-auth-wrapper p {
  color: #20252d;
}

.login-screen-wrapper {
  min-width: 300px;
  background: #fff;
  max-width: 600px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  border-top: 5px solid #8208fe;
  border-radius: 8px;
  margin: auto;
}

.login-screen-wrapper h1 {
  color: #20252d;
  padding-top: 60px;
}

.login-screen-wrapper .login-input-wrapper {
  position: relative;
  margin-top: 24px;
}

.login-screen-wrapper .login-input-wrapper input {
  padding: 10px 30px 10px 30px;
  min-width: 300px;
}

.login-screen-wrapper .login-input-wrapper i {
  position: absolute;
  left: 9px;
  top: 12px;
  color: #6e727d;
  font-size: 13px;
  margin: 0px;
}

.login-screen-wrapper i {
  font-size: 80px;
  margin: 70px 0px;
  color: #A7E533;
}

.login-screen-wrapper a {
  padding: 13px 0;
  min-width: 300px;
  margin-top: 16px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  background-color: #8208fe;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.login-screen-wrapper a:hover {
  opacity: 0.8;
}

.login-screen-wrapper a.forget-password {
  background-color: #6e727d !important;
  color: #fff;
}

.socail-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 50px;
  margin-top: 24px;
}

.socail-links-wrapper a {
  font-size: 16px !important;
}

.socail-links-wrapper a i:nth-child(1) {
  color: #4267B2;
  font-size: 30px;
}

.arrow-up-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.arrow-up,
.arrow-up-stem {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.arrow-up {
  border-bottom: 12px solid #000;
  /* Change this color to adjust the arrow color */
}

.arrow-up-stem {
  bottom: 12px;
  border-top: 12px solid #000;
  /* Change this color to adjust the arrow color */
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

@-webkit-keyframes horizantal {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@keyframes horizantal {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  100% {
    -webkit-transform: translatey(15px);
            transform: translatey(15px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  100% {
    -webkit-transform: translatey(15px);
            transform: translatey(15px);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotatey(180deg);
            transform: rotatey(180deg);
  }
  100% {
    -webkit-transform: translatey(180deg);
            transform: translatey(180deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotatey(180deg);
            transform: rotatey(180deg);
  }
  100% {
    -webkit-transform: translatey(180deg);
            transform: translatey(180deg);
  }
}
/*# sourceMappingURL=main.css.map */


/* Contact us  */
.container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .left-side{
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side .details{
  -webkit-box-shadow: 0px 0px 30px 0px rgba(234, 234, 234, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(234, 234, 234, 0.5);
  padding:65px 80px 37px;
  margin-top: -45px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
}
.icon-top3{
  height: 90px;
  width: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  line-height: 0.5;
  border-radius: 50px;
  background-color: var(--color-primary);
  color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 60px 0px rgba(218, 9,);
  position: relative;
  z-index: 2;
  background-image: linear-gradient(135deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
}

.icon-top2{
  height: 90px;
  width: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  line-height: 0.5;
  border-radius: 50px;
  background-color: var(--color-primary);
  color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  position: relative;
  z-index: 2;
  background-image: linear-gradient(135deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);}

.icon-top1{
  height: 90px;
  width: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  line-height: 0.5;
  border-radius: 50px;
  background-color: var(--color-primary);
  color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  position: relative;
  z-index: 2;
  background-image: linear-gradient(135deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);}

.icon-title{
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: capitalize;
}


.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #6e727d;
  font-weight: 600;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
    font-weight: 600;
    color: #161c2d;
    font-size: 2rem;
    letter-spacing: -2px;
    line-height: 1.2;
    margin-top: 1rem;
}
.right-side .input-box{
  height: 66px;
  width: 100%;
  margin: 30px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 80%;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: rgba(71, 59, 240, 0.07);
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.btn{
  display: inline-block;
  color: white;
  padding: 15px 40px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  border-radius: 50px;
  background-color: #473bf0;
  border: 2px solid #473bf0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  overflow: hidden;
}
.btn:hover{
  background: #05161c;
  color: white;
}
.send-message{
  background-color: #d3d4f8;
  color:#473bf0;
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px;
}





@media (max-width: 950px) {
  .container{
    width: 100%;
    padding: 30px 40px 40px 35px ;
  }
  .container .content .right-side{
   width: 95%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container{
    margin: 40px 0;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
 }
}

@media (min-width: 768px) {
  .left-side,
  .right-side {
    width: 48%;
  }
}
@media (max-width: 576px) {
  input {
    width: 100%;
  }
}

/* Coupon page */
.page-title{
  box-shadow: 1px 1px 3px #d3d3d3;
}
.btn-submit{
  background-color: #8208fe;
  color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(130, 8, 254, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(130, 8, 254, 0.36);
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.4s;
  border-radius: 50px;
  border: none;
}
.outline-box{
  border: 2px solid purple;
  padding: 1.4rem ;
  margin-left: 2rem;
  color: purple;
  text-align: center;
}
.box-text{
  font-size: 0.8rem;
}

.fancy-icon-box{
  padding: 45px 45px 45px 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.box-icon {
  font-size: 30px;
  line-height: 0.5;
  max-width: 55px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  color: #0074a6;
}
.box-content p{
font-size: 0.8rem;
}
.b{
  border-top: 1px solid #d3d3d3;
}

.box-content h6{
  color: #0074a6;
}

.btn-join{
  font-weight: 600;
  padding: 10px 27px;
  font-size: 18px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  background-color: #A7E533;
  color: #fff;
}

/* Title page */
.page-title-area .page-title {
  font-size: 65px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #161c2d;
}

.page-title-area {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #f4f7fa;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1399px){
.page-title-area .page-title-effect .particle-1 {
  top: 20%;
  left: 5%;
}}
.page-title-area .page-title-effect .particle-1 {
  top: 30%;
  left: 15%;
}

.animate-zoom-fade {
  -webkit-animation-name: zoom-fade;
  animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
img {
  vertical-align: middle;
  border-style: none;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}


@media (max-width: 1399px){
.page-title-area .page-title-effect .particle-2 {
  top: 35%;
  left: 10%;
}}
.page-title-area .page-title-effect .particle-2 {
  top: 45%;
  left: 19%;
}

.animate-rotate-me {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media (max-width: 1399px){
.page-title-area .page-title-effect .particle-4 {
  left: 20%;
}}
.page-title-area .page-title-effect .particle-4 {
  left: 25%;
  bottom: 15%;
}
.page-title-area .page-title-effect img {
  position: absolute;
}

@media (max-width: 1399px){
.page-title-area .page-title-effect .particle-3 {
  right: 20%;
}}
.page-title-area .page-title-effect .particle-3 {
  right: 26%;
  top: 20%;
}



@media (max-width: 1399px){
.page-title-area .page-title-effect .particle-5 {
  right: 10%;
}}
.page-title-area .page-title-effect .particle-5 {
  right: 15%;
  bottom: 36%;
}



/* Amimation */

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

    /* Service Page */

    .section{
      padding-top: 140px;
      padding-bottom: 100px;
      background-color: #f4f7fa;
  }
  
  
  .title-sec h1{
      font-size: 4.3rem;
      margin-bottom: 20px;
      font-weight: 600;
  }
  /* poster like section ends */
  
  /* Main Section start here */
  .fancy-icon-box{
      border: 2px solid rgba(71, 59, 240, 0.07);
      padding: 45px 50px 45px 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: relative;
      z-index: 1;
      border-radius: 7px;
      
  }
  
  .fancy-icon-box .box-content {
      padding-left: 40px;
  }
  
   .title {
      font-size: 24px;
      margin-bottom: 15px;
      text-transform: capitalize;
      font-weight: 600;
  }
  
  
  .fancy-icon-box:hover{
      border-color:#473bf0;
      background-color: #473bf0;
      color: white ;
  }
  .fancy-icon-box:hover  #title { color: white;}
  
  .fancy-icon-box:hover  #icon { 
      -webkit-animation: rotate3d 0.3s ease-in;
      animation: rotate3d 2 .3s ease-in;
      color: white;
      transform: rotateY(360deg); 
      -webkit-transition: all 1s ease;
  }
  
  
  
  .m-b-30 {
      margin-bottom: 30px;
  }
  
  .fancy-icon-box:hover::before {
      width: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible;
      border-radius: 0;
  }
  
  .fancy-icon-box::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-image: url(/Images/img.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      visibility: hidden;
  }
  
  .p-t-100 {
      padding-top: 100px;
  }
  
  .p-b-100 {
      padding-bottom: 100px;
  }
  
  .box-icon {
      font-size: 75px;
      line-height: 0.5;
      max-width: 75px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
      flex: 0 0 75px;
      color: #473bf0;
      animation: mymove 5s ;
  }
  
  @-webkit-keyframes rotate3d {
      0% {
        -webkit-transform: rotatey(180deg);
                transform: rotatey(180deg);
      }
      
      100% {
        -webkit-transform: translatey(180deg);
                transform: translatey(180deg);
      }
    }
    
    @keyframes rotate3d {
      0% {
        -webkit-transform: rotatey(180deg);
                transform: rotatey(180deg);
      }
      100% {
        -webkit-transform: translatey(180deg);
                transform: translatey(180deg);
      }
    }

    /* About Page */
    .left1{
      min-height: 100vh;
      width: 25%;
      width: 550px;
  }
  .right1 img{
      width: calc(91vw - 420px);
      z-index: 1;
      min-height: 100%;
      height: auto;
      position: absolute;
      top: 6.8rem;
      right: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
      @media (max-width: 457px){
       .left1{   display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center
  }}