@charset "UTF-8";
/****************************
==============================
   table of content 
==============================

1.    Import files
2.    Header
3.    Banner
4.    About Intro
5     CTA
6.    Course
7.    Registration
8.    Team
9.    Event
10.   Testimonial 
11.   Blog 
12.   Client 
13.   Footer 

******************************/
/* Table of Content
====================

1. typography
2. Global styles

====================*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;family=Quicksand:wght@400;500;600;700&amp;display=swap");
/* ===========================
// Typography
==============================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5E687C;
  font-family: "Jost", sans-serif;
}

.body-wrapper {
  overflow: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  color: #161851;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 60px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-size: 22px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

/*============================ 
// Global styles
=============================*/
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:link,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  color: #FF6159;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
  color: #FF6159;
}

strong {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
}

input,
textarea,
select,
:focus {
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

hr {
  opacity: 1;
  height: 1px;
  border: none;
}

.gap {
  height: 30px;
  display: block;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

.bg-primary-light {
  background: #FDF7E9;
}

.layer {
  position: relative !important;
}

/* admin info - Start
================================================== */
.admin-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.admin-info .admin-image {
  width: 62px;
  height: 62px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  overflow: hidden;
  margin: 0 21px 0 0;
  border-radius: 100%;
}
.admin-info .admin-name {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.admin-info .admin-designation {
  display: block;
  line-height: 1;
  font-size: 14px;
}

/* admin info - End
================================================== */
/*============================
//  tp-block-content
============================*/
.tp-block-content .block-title {
  margin: 0 0 28px;
}
.tp-block-content .block-title.title-2 {
  color: #fff;
}
@media (min-width: 768px) {
  .tp-block-content .block-title.title-3 {
    margin: 0;
  }
}
.tp-block-content p {
  margin: 0 0 18px;
}
.tp-block-content p:last-of-type {
  margin: 0 0 32px;
}
.tp-block-content.tp-banner-content .banner-sub-title {
  font-size: 18px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 25px;
}
.tp-block-content.tp-banner-content .banner-sub-title span {
  color: #FF6159;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}
.tp-block-content.tp-banner-content .banner-sub-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  right: 0;
  margin: 0 auto;
  background: url("../img/gallery/border.html") no-repeat;
  width: 37px;
  height: 9px;
}
.tp-block-content.tp-banner-content p {
  color: #fff;
}

/*============================
// common  list
============================*/
.list .list-item {
  color: #161851;
  position: relative;
  padding-left: 30px;
  margin: 0 0 12px;
}
.about-content2 .list .list-item {
  color: #fff;
}
.list .list-item .check-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #FF6159;
  font-size: 14px;
  line-height: 24px;
}
.about-content2 .list .list-item .check-icon {
  color: #fff;
}
.list.list-2 .list-item .check-icon {
  color: #161851;
}

/*=========================
//  owl carousel 
===========================*/
.owl-carousel.owl-theme .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  color: #fff;
  font-size: 20px;
  background: #FF6159;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.weekly-top-course .owl-carousel.owl-theme .owl-nav .owl-prev,
.weekly-top-course .owl-carousel.owl-theme .owl-nav .owl-next {
  background-color: #01bda6;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: #01bda6;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:focus,
.owl-carousel.owl-theme .owl-nav .owl-next:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 30px 6px 0 6px;
  background: #f4f4f4;
  display: block;
  border-radius: 30px;
  opacity: 1;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #01bda6;
}
.owl-carousel:hover.owl-theme .owl-nav {
  visibility: visible;
  opacity: 1;
}

.team-section .owl-carousel.owl-theme .owl-nav .owl-prev,
.team-section .owl-carousel.owl-theme .owl-nav .owl-next {
  top: 38%;
}

.category-section .owl-carousel.owl-theme .owl-nav .owl-prev,
.category-section .owl-carousel.owl-theme .owl-nav .owl-next {
  border-radius: 50%;
}

.course-preview-slider2.owl-carousel.owl-theme .owl-nav .owl-prev,
.course-preview-slider2.owl-carousel.owl-theme .owl-nav .owl-next {
  top: 42%;
}

.course-preview-area .owl-carousel.owl-theme .owl-nav {
  visibility: visible;
  opacity: 1;
}
.course-preview-area .owl-carousel.owl-theme .owl-nav .owl-prev,
.course-preview-area .owl-carousel.owl-theme .owl-nav .owl-next {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 45px;
  left: auto;
  top: -50px;
}
.course-preview-area .owl-carousel.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.bg-2 {
  background-color: #161851;
}

/*=======================
// back-to-top
========================*/
#back-to-top {
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 30px;
  z-index: 999;
  display: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  position: fixed;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#back-to-top:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #FF6159;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

/*=======================
// meta tag
========================*/
.meta {
  color: #fff;
  background-color: #FF6159;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 5px;
}
.meta:hover {
  color: #fff;
}
.meta i {
  margin-right: 4px;
}

/*=========================
// prelaoder
=========================*/
#loading {
  background-color: #FF6159;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

#object {
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-animation: animate 1s infinite ease-in-out;
  animation: animate 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 991px) {
  #object {
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes animate {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 24, 81, 0.5);
}

/* ===============
/ Error Page 
==================*/
.error-page h2 {
  font-size: 100px;
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: 20px;
}
.error-page h3 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .error-page h2 {
    font-size: 200px;
  }
}
.highlight {
  background: #F6D693;
  display: inline-block;
  line-height: 0.8;
}

.block-content .block-desc {
  font-size: 18px;
  line-height: 1.3;
}
.block-content .block-heading + .block-desc {
  margin-top: 20px;
}

.block-heading {
  font-size: 28px;
  color: #161851;
  font-weight: 700;
}
.block-heading .sub-heading {
  font-size: 14px;
  display: inline-block;
  line-height: 1.3;
  color: #FF6159;
  position: relative;
  padding-right: 25px;
  margin-bottom: 10px;
}
.block-heading .sub-heading::after {
  position: absolute;
  right: 0;
  top: -7px;
  width: 25px;
  height: 25px;
  content: "";
  background: url(../images/title-shape.png) no-repeat center center/cover;
}
.block-heading strong {
  display: block;
  line-height: 40px;
}

@media (min-width: 767px) {
  .block-content .block-desc {
    font-size: 24px;
    line-height: 36px;
  }

  .block-heading {
    font-size: 38px;
  }
  .block-heading strong {
    line-height: 54px;
  }
}
@media (min-width: 991px) {
  .block-heading {
    font-size: 48px;
  }
  .block-heading strong {
    line-height: 74px;
  }
}
.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.list li .icon {
  margin-right: 15px;
}
.list li .icon img {
  max-width: 30px;
}
.list.list-icon li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
}
.list.list-icon li .icon {
  color: #FF6159;
}
.list.list-icon li .icon i {
  font-size: 18px;
}
.list.list-icon-2 li {
  font-size: 18px;
}
.list.list-icon-2 li .content strong {
  display: block;
  margin-bottom: 10px;
}
.list.list-icon-2 li .content p {
  color: #5E687C;
}

@media (min-width: 991px) {
  .list li {
    font-size: 24px;
  }
  .list li .icon img {
    max-width: 46px;
  }
}
.block-image img {
  max-width: 100%;
}

.imagebg {
  background-size: contain;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.imagebg.bg-left {
  left: 0;
  right: auto;
}
.imagebg.bg-right {
  left: auto;
  right: 0;
}

h4.widget-title {
  margin-bottom: 20px;
}

.post-list .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-list .post-item .post-thumbs {
  width: 130px;
  margin-right: 25px;
}
.post-list .post-item .post-thumbs img {
  max-width: 100%;
}
.post-list .post-item .post-content .post-title {
  font-size: 14px;
  line-height: 20px;
  margin-top: -5px;
}
.post-list .post-item .post-content .post-title a {
  color: #161851;
}
.post-list .post-item .post-content .post-title:hover a {
  color: #FF6159;
}
.post-list .post-item .post-content .post-meta li {
  line-height: 1;
  color: #AFB2B8;
}

.cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
  font-family: "Quicksand", sans-serif;
}
.cat-item a {
  color: #161851;
  font-weight: 700;
}
.cat-item a span {
  color: #AFB2B8;
}
.cat-item .icon {
  color: #FF6159;
  margin-right: 5px;
}

.tag-list li {
  display: inline-block;
  margin-bottom: 5px;
}
.tag-list li a {
  background: #F6F6F6;
  padding: 10px 20px;
  display: block;
  line-height: 1;
  color: #161851;
}

.search-form {
  position: relative;
  margin-bottom: 40px;
}
.search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: navajowhite;
  bottom: 0;
  padding: 0 15px;
}

blockquote {
  background: #F6F6F6;
  padding: 25px 40px;
  border-left: 1px solid #FF6159;
}
blockquote .icon {
  max-width: 46px;
  margin-bottom: 20px;
}
blockquote span {
  display: block;
  color: #161851;
  font-size: 20px;
  line-height: 28px;
}

.social li {
  display: inline-block;
}
.social li a {
  width: 42px;
  height: 42px;
  background: #161851;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  padding: 7px;
  border-radius: 50%;
}
.social li a:hover {
  background: #FF6159;
}

.comments-list .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.comments-list .comment-item .user-thums {
  max-width: 100px;
  margin-right: 20px;
}
.comments-list .comment-item .user-thums img {
  width: 100%;
  border-radius: 50%;
}
.comments-list .comment-item .content .user-name {
  font-size: 14px;
  line-height: 20px;
}
.comments-list .comment-item .content .comment-desc {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
}
.comments-list .comment-item .content .rep {
  font-size: 12px;
  color: #bdbdbd;
  line-height: 20px;
}

/* Button Style - Start
================================================== */
.unfilled-btn {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  color: #FF6159;
}
.unfilled-btn:before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #FF6159;
  -webkit-transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.unfilled-btn i {
  font-size: 18px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.unfilled-btn:hover:before {
  width: 100%;
}
.unfilled-btn:hover i {
  -webkit-transform: translate(5px, 3px);
          transform: translate(5px, 3px);
}

.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus, .btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  padding: 11px 40px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #01bda6;
  border-color: #01bda6;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: relative;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-primary {
  color: #fff;
  border-color: #FF6159;
  background-color: #FF6159;
}
.btn.btn-primary:hover {
  color: #FF6159;
  background-color: transparent;
}
.btn.btn-info {
  color: #fff;
  border-color: #7047EB;
  background-color: #7047EB;
}
.btn.btn-info:hover {
  color: #7047EB;
  background-color: transparent;
}
.btn.btn-dark {
  color: #fff;
  border-color: #161851;
  background-color: #161851;
}
.btn.btn-dark:hover {
  color: #fff;
  border-color: #FF6159;
  background-color: #FF6159;
}
.btn.btn-light {
  color: #161851;
  border-color: #fff;
  background-color: #fff;
}
.btn.btn-light:hover {
  color: #fff;
  background-color: transparent;
}
.btn.btn-senary {
  color: #ffffff;
  border-color: #80376B;
  background-color: #80376B;
}
.btn.btn-senary:hover {
  color: #fff;
  border-color: #01bda6;
  background-color: #01bda6;
}
.btn.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-outline-secondary:hover {
  background-color: #01bda6;
  border-color: #01bda6;
}
.btn.btn-outline-dark {
  background-color: transparent;
  color: #161851;
  border: 1px solid #161851;
}
.btn.btn-outline-dark.blog-btn {
  font-size: 14px;
  padding: 6px 22px;
}
.btn.btn-outline-dark:hover {
  color: #fff;
  background-color: #161851;
  border-color: #161851;
}
.btn.btn-outline-senary {
  color: #80376B;
  border-color: #80376B;
  background-color: transparent;
}
.btn.btn-outline-senary:hover {
  color: #fff;
  background-color: #80376B;
}
.btn.btn-ins:hover {
  color: #01bda6;
  border-color: #01bda6;
}
.btn.btn-book {
  padding: 4px 0;
  font-size: 13px;
}
.btn.find-btn:hover {
  background-color: #FF6159;
  border-color: #FF6159;
  color: #fff;
}
.btn.sm-btn {
  padding: 5px 24px;
  font-size: 14px;
}
.btn.ex-outline:hover {
  background-color: #FF6159;
  border-color: #FF6159;
}
.btn.btn-secondary-modify:hover {
  border-color: #01bda6;
  color: #01bda6;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #01bda6;
  border-color: #01bda6;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark-secondary.dropdown-toggle {
  background-color: #161851;
  border-color: #161851;
}

.video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-btn .video-icon {
  z-index: 1;
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #7047EB;
}
.video-btn .video-icon svg, .video-btn .video-icon i {
  margin: 3px 0 0 5px;
}
.video-btn .video-text {
  z-index: 1;
  color: #161851;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
  font-family: "Quicksand", sans-serif;
}

.store-btn {
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #000000;
  padding: 12px 35px 12px 20px;
}
.store-btn i {
  font-size: 26px;
  margin-right: 10px;
}
.store-btn span {
  line-height: 1;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.store-btn small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
}
.store-btn:hover {
  color: #ffffff;
  background-color: #FF6159;
}

/* Button Style - End
================================================== */
/* CSS Animations - Start
================================================== */
.decoration-wrapper {
  z-index: 1;
  position: relative;
}
.decoration-wrapper .shape-item {
  z-index: -1;
  position: absolute;
}

@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
.pulse-effect {
  z-index: 1;
  position: relative;
}
.pulse-effect:before, .pulse-effect:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #ECECEC;
}
.pulse-effect:before {
  -webkit-animation: pulse 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: pulse 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}
.pulse-effect:after {
  -webkit-animation: pulse 2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: pulse 2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

/* CSS Animations - End
================================================== */
/* Spacing Reset - Start
================================================== */
.section-space {
  padding: 140px 0;
}

section, .section {
  position: relative;
}

@media (min-width: 1200px) {
  .page-title {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
.section-padding {
  padding: 70px 0;
}

@media (min-width: 768px) {
  .section-padding {
    padding: 100px 0;
  }
}
.gutter-10 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.gutter-10 > li,
.gutter-10 > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.gutter-20 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.gutter-20 > li,
.gutter-20 > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gutter-30 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.gutter-30 > li,
.gutter-30 > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.gutter-40 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.gutter-40 > li,
.gutter-40 > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.gutter-50 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}
.gutter-50 > li,
.gutter-50 > div {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.gutter-60 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.gutter-60 > li,
.gutter-60 > div {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.gutter-70 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}
.gutter-70 > li,
.gutter-70 > div {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

div[class*=col-] {
  position: relative;
}

/* Spacing Reset - End
================================================== */
/* Order & Unorder List - Start
================================================== */
.ul-li,
.ul-li-right,
.ul-li-center {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul-li > li,
.ul-li-right > li,
.ul-li-center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ul-li-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ul-li-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ul-li-block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.ul-li-block > li {
  display: block;
  list-style: none;
}

/* Info List Style - Start */
.info-list li {
  color: #161851;
  font-size: 18px;
}
.info-list li:not(:last-child) {
  margin-bottom: 10px;
}
.info-list i {
  color: #7047EB;
  margin-right: 10px;
}

/* Info List Style - End */
/* Order & Unorder List - End
================================================== */
/* Typography Style - Start
================================================== */
.section-title {
  margin: 0 0 60px;
  position: relative;
}
.section-title .sub-title {
  font-size: 15px;
  font-weight: 400;
  color: #161851;
  letter-spacing: -0.3px;
  display: block;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 10px;
}
.section-title.event-blog-title {
  margin: 0 0 25px;
  color: #fff;
}
.section-title.event-blog-title .sub-title {
  color: #fff;
}
@media (min-width: 992px) {
  .section-title.about-title2 {
    line-height: 60px;
    margin: 0 0 130px;
  }
}

/* Section Title 2 - Start */
.section-title-2 {
  margin-bottom: 50px;
}
.section-title-2 .sub-title {
  color: #7047EB;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
  border-radius: 50px;
  display: inline-block;
}
.section-title-2 .title-pill {
  padding: 12px 30px 14px;
  background: rgba(105, 67, 222, 0.2);
}
.section-title-2 .title-text {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* Section Title 2 - End */
/* Typography Style - End
================================================== */
.header-main {
  padding: 12px 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  position: relative;
  z-index: 9;
}
.is-transparent .header-main, .has-fixed .header-main {
  width: 100%;
  z-index: 49;
}
.is-transparent .header-main {
  position: absolute !important;
}
.header-s1 .header-main {
  background: #fff;
}
.bg-dark-alt .header-s1.has-fixed .header-main {
  background: #1b1e65;
}
.has-fixed .header-main {
  position: fixed !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(22, 24, 81, 0.08);
          box-shadow: 0 0 20px 0 rgba(22, 24, 81, 0.08);
  background: #fff;
  top: 0;
}
.has-fixed.is-shrink .header-main {
  padding: 8px 0;
}
.header-container:not(.container) {
  width: 100%;
  padding: 0 15px;
}
.header-wrap {
  position: relative;
  width: 100%;
  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;
}
.header-logo {
  margin: 6px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-logo img {
  max-width: 100px;
}
.header-navbar {
  position: fixed;
  left: -280px;
  top: 0;
  width: 260px;
  height: 100vh;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
.header-navbar::before, .header-navbar-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}
.header-navbar::before {
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.is-dark .header-navbar::before {
  background: #ff7973;
}
.header-navbar-overlay {
  background: rgba(22, 24, 81, 0.7);
  left: 100%;
  width: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header-navbar.menu-shown {
  left: 0 !important;
}
.header-navbar.menu-shown .header-navbar-overlay {
  width: 100vw;
  opacity: 1;
  visibility: visible;
}
.header-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 25px;
}
.header-navbar-classic .header-menu {
  padding: 0;
}
.header-btn .sign-btn {
  padding: 0 15px 0 0;
}
.header-btn .sign-btn i {
  margin-right: 5px;
  color: #FF6159;
}

.banner {
  min-height: 72px;
}
.is-boxed .banner {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 375px) {
  .header-navbar:not(.header-navbar-classic) {
    left: -310px;
    width: 290px;
  }
}
@media (min-width: 576px) {
  .header-navbar:not(.header-navbar-classic) {
    left: -360px;
    width: 340px;
  }
  .is-boxed .header-main {
    padding: 12px 40px;
  }
  .is-boxed.has-fixed.is-shrink .header-main {
    padding: 8px 40px;
  }

  .is-boxed .banner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.logo-dark, .is-transparent:not(.has-fixed) .logo-light, .is-dark .logo-light, .bg-dark-alt .logo-light {
  display: block;
}

.logo-light, .is-transparent:not(.has-fixed) .logo-dark, .is-dark .logo-dark, .bg-dark-alt .logo-dark {
  display: none;
}

.header-s2 .logo-light {
  display: block;
}
.header-s2 .logo-dark {
  display: none;
}

@media (min-width: 992px) {
  .header-navbar:not(.header-navbar-classic) {
    height: auto;
    width: auto;
    left: 0;
  }
  .header-navbar-s2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header-navbar-s2 .menu {
    margin-left: auto;
    margin-right: auto;
  }
  .header-navbar-s2 .menu-btns {
    padding: 0;
    margin-left: 0;
  }
  .header-navbar-s2 .menu-btns::before {
    display: none;
  }
  .header-main {
    padding: 30px 0;
  }
  .is-boxed .header-main {
    padding: 12px 40px;
  }
  .is-boxed.has-fixed.is-shrink .header-main {
    padding: 8px 40px;
  }
  .header-main .header-btn {
    margin: 0;
  }
  .header-nav-toggle {
    display: none;
  }
  .header-container:not(.container) {
    padding: 0 25px;
  }
  .header-banner {
    min-height: 98px;
  }
  .is-boxed .header-box .banner {
    padding: 0 40px;
  }
}
.header-menu {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.header-nav-toggle {
  height: 44px;
}

@media (min-width: 1280px) {
  .is-boxed .header-main {
    padding: 20px 40px;
  }
  .header-s1.has-fixed.is-shrink .header-main {
    padding: 12px 40px;
    top: 0;
  }
  .is-boxed .header-box .banner {
    padding: 0 40px;
  }
}
@media (min-width: 1600px) {
  .is-boxed .header-main {
    padding: 30px 140px;
  }
  .is-boxed.has-fixed.is-shrink .header-main {
    padding: 20px 140px;
  }
  .is-boxed .header-box .banner {
    padding: 0 140px;
  }
}
.menu-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.is-dark .menu-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.menu-item:last-child {
  border-bottom: 0;
}
.menu-item > ul, .menu-item .menu-sub {
  display: none;
}
.menu-item a {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 18px;
  position: relative;
  color: #161851;
  font-family: "Quicksand", sans-serif;
}
.menu-item a .badge {
  margin-left: 5px;
  border-radius: 8px;
  padding: 3px 8px;
  font-size: 9px;
}
.menu-drop .menu-item a {
  text-transform: capitalize;
}
.menu-item a.active, .menu-item a:hover {
  color: #FF6159;
}
.menu-sub .menu-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.menu-sub .menu-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
.is-dark .menu-sub .menu-item:first-child {
  border-color: rgba(255, 255, 255, 0.1);
}
.menu-sub .menu-sub {
  margin-top: -5px;
  margin-bottom: 10px;
}
.menu-sub .menu-sub .menu-item {
  border-bottom: none;
}
.menu-sub .menu-sub .menu-item:first-child {
  border-top: none;
}
.menu-sub .menu-sub .menu-item a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.bg-dark-alt .menu-mega a {
  color: #FF6159;
}
.is-dark .menu-item a {
  color: #fff;
}
.menu-item > a.active {
  color: #FF6159;
}

.has-sub > a {
  position: relative;
}
.has-sub > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.has-sub.open-nav > a:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.navbar-toggle {
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggle.active {
  color: #FF6159;
  position: relative;
  z-index: 49;
}
.navbar-toggle:hover, .navbar-toggle.active {
  background: rgba(255, 255, 255, 0.2);
}
.bg-dark-alt .navbar-toggle:hover, .bg-dark .navbar-toggle:hover, .bg-dark-alt .navbar-toggle.active, .bg-dark .navbar-toggle.active {
  background: transparent;
}
.is-transparent:not(.has-fixed) .navbar-toggle {
  color: #fff;
}
.is-transparent:not(.has-fixed) .navbar-toggle:hover, .is-transparent:not(.has-fixed) .navbar-toggle.active {
  background: rgba(255, 255, 255, 0.2);
}

.toggle-line {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
}
.is-transparent:not(.has-fixed) .toggle-line, .is-dark.has-fixed .toggle-line {
  color: #fff;
}
.toggle-line::after, .toggle-line::before, .toggle-line > span {
  content: "";
  position: absolute;
  background: currentColor;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 24px;
  height: 2px;
  left: 4px;
  border-radius: 3px;
}
.toggle-line::before {
  top: 8px;
}
.toggle-line::after {
  bottom: 8px;
}
.toggle-line > span {
  top: 50%;
  margin-top: -1px;
  width: 20px;
}
.active .toggle-line {
  color: #fff;
}
.bg-dark-alt .active .toggle-line {
  color: #fff;
}
.active .toggle-line::before, .active .toggle-line::after {
  width: 28px;
  left: 2px;
}
.active .toggle-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
.active .toggle-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 15px;
}
.active .toggle-line > span {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 576px) {
  .menu-btns::before {
    display: block;
  }
  .menu-btns > li a {
    padding: 12px 22px;
  }
}
@media (min-width: 992px) {
  .header-menu {
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow: visible;
  }
  .header-navbar {
    margin-top: 0;
    position: relative;
  }
  .header-navbar:before {
    display: none;
  }
  .has-fixed .header-navbar {
    margin-top: 0;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-item {
    border-bottom: none;
  }
  .menu-item:hover {
    z-index: 9999;
  }
  .menu-item:last-child a {
    display: block;
  }
  .menu-sub {
    top: 100%;
    left: 20px;
    opacity: 0;
    z-index: 999;
    padding: 12px 0;
    max-width: 220px;
    min-width: 220px;
    position: absolute;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    display: block !important;
    -webkit-transform: translateX(0) translateY(15px);
            transform: translateX(0) translateY(15px);
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  }
  .menu-sub a {
    width: 100%;
    display: block;
  }
  .menu-item:hover > .menu-sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px);
  }
  .menu-sub .menu-sub {
    left: calc(100% - 15px);
    top: -15px;
    margin: 0;
  }
  .menu-sub .menu-sub .menu-item a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menu-mega {
    position: absolute;
    left: 50%;
    background: #fff;
    padding: 15px 10px;
    top: 100%;
    display: block !important;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
  }
  .menu-item:hover > .menu-mega {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .menu-mega .menu-item a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu-mega-innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-mega-innr > div, .menu-mega-innr ul {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .menu-mega-2clmn .menu-mega-innr > div, .menu-mega-2clmn .menu-mega-innr ul {
    width: 50%;
  }
  .menu-mega-3clmn .menu-mega-innr > div, .menu-mega-3clmn .menu-mega-innr ul {
    width: 33.33%;
  }
  .menu-mega-2clmn {
    min-width: 350px;
    max-width: 350px;
  }
  .menu-mega-3clmn {
    min-width: 460px;
    max-width: 460px;
  }
  .menu-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10px;
    margin-left: 12px;
    padding-left: 15px;
    padding-top: 0;
  }
  .menu-btns > li {
    padding: 10px;
  }
  .menu-btns > li:last-child {
    padding-right: 0;
  }
  .menu .has-megamenu.menu-item {
    position: static;
  }
  .menu .has-megamenu .menu-mega-4clmn {
    max-width: 960px;
    min-width: 960px;
    margin: 0 auto;
    -webkit-transform: translateX(-61.7%) translateY(0px);
            transform: translateX(-61.7%) translateY(0px);
    border-right: 1px solid #fff;
  }
  .menu .has-megamenu .menu-mega-4clmn .menu-mega-list {
    text-align: center;
  }
  .menu .has-megamenu .menu-mega-4clmn .menu-mega-list:not(:last-child) {
    border-right: 1px solid #f1f2eb;
  }
  .menu .has-megamenu .menu-mega-4clmn .menu-mega-list:not(:last-child).style-img {
    border-color: transparent;
  }
  .menu .has-megamenu .menu-mega-4clmn .menu-mega-list li.menu-item {
    text-transform: uppercase;
    font-weight: 500;
  }
  .menu .has-megamenu .menu-image {
    max-width: 100%;
  }

  .has-sub > a {
    position: relative;
  }
  .has-sub.menu-item:last-child .menu-sub:not(.menu-mega) .menu-item > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    left: 15px;
    right: auto;
  }
  .has-sub.menu-item:last-child .menu-mega {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0) translateY(-8px);
            transform: translateX(0) translateY(-8px);
  }
  .has-sub.menu-item:last-child:hover .menu-mega {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  .menu-sub .has-sub > a:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    right: 15px;
  }

  .has-fixed.is-shrink .header-main .menu .has-megamenu .menu-mega-4clmn {
    -webkit-transform: translateX(-61.7%) translateY(-4px);
            transform: translateX(-61.7%) translateY(-4px);
  }
}
@media (min-width: 1200px) {
  .menu-item > a {
    padding: 8px 25px;
  }
  .menu-item.has-sub > a {
    padding-right: 25px !important;
  }
  .menu-item.has-sub > a:after {
    right: 12px;
  }
  .menu-item.has-sub .menu-drop .has-sub a::after {
    right: 18px;
  }
  .menu-sub a {
    padding: 15px 30px;
  }
  .menu .has-megamenu .menu-mega-4clmn {
    max-width: 1140px;
    min-width: 1140px;
    -webkit-transform: translateX(-65.7%) translateY(-4px);
            transform: translateX(-65.7%) translateY(-4px);
  }

  .has-fixed.is-shrink .header-main .menu .has-megamenu .menu-mega-4clmn {
    -webkit-transform: translateX(-65.7%) translateY(-4px);
            transform: translateX(-65.7%) translateY(-4px);
  }
}
@media (min-width: 992px) {
  .is-transparent:not(.has-fixed) .menu > .menu-item > a {
    color: #fff;
  }
  .is-transparent:not(.has-fixed) .menu > .menu-item:hover > a {
    color: #FF6159;
  }
  .is-transparent:not(.has-fixed) .menu-btns .btn {
    color: #fff;
  }

  .header-s2.text-white .menu > li > a {
    color: #ffffff;
  }
  .header-s2.text-white .menu > li:hover > a, .header-s2.text-white .menu > li.active > a {
    color: #FF6159;
  }

  .header-s2.text-white.sticky .menu > li > a {
    color: #161851;
  }
  .header-s2.text-white.sticky .menu > li:hover > a, .header-s2.text-white.sticky .menu > li.active > a {
    color: #FF6159;
  }
}
@media (min-width: 1600px) {
  .menu-btns {
    margin-left: 25px;
    padding-left: 22px;
  }
  .menu-btns > li .search {
    margin-right: 10px;
  }

  .menu-container {
    max-width: 1427px;
  }

  .header-main {
    padding: 30px 0;
  }
}
/* Header Section - Start */
.header-section {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
}
.header-section.sticky {
  position: fixed;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.header-section.sticky .header-main {
  padding: 15px 0;
  -webkit-animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
}

.header-section .logo-after {
  display: none;
}
.header-section.sticky .logo-before {
  display: none;
}
.header-section.sticky .logo-after {
  display: block;
}

.menu > li:hover > a, .menu > li.active > a {
  color: #FF6159;
}

.header-btn > li {
  font-size: 16px;
  font-weight: 600;
}
.header-btn > li:not(:last-child) {
  margin: 0 14px 0 0;
}
.header-btn a {
  display: block;
  line-height: 26px;
}

/* Header Section - End */
/* Header Style 2 - Start */
.header-s2 .btn {
  padding: 13px 25px;
}
.header-s2 .header-btn a:not(.btn) {
  color: #161851;
}
.header-s2 .header-btn a:not(.btn):hover {
  color: #FF6159;
}
.header-s2.text-white .header-btn a {
  color: #FFFFFF;
}
.header-s2.text-white .header-btn a:not(.btn) {
  padding: 0;
}
.header-s2.text-white .header-btn a:not(.btn):hover {
  color: #FF6159;
}
.header-s2.text-white.sticky .header-btn a:not(.btn) {
  color: #161851;
}
.header-s2.text-white.sticky .header-btn a:not(.btn):hover {
  color: #FF6159;
}

/* Header Style 2 - End */
/* Footer Section - Start */
/*==========================
// start footer
===========================*/
.footer-top {
  padding: 80px 0 100px;
}

.footer-logo {
  margin: 0 0 25px;
}
.footer-logo img {
  max-width: 103px;
}

.footer-social li {
  margin-right: 18px;
  display: inline-block;
}
.footer-social li.list-text {
  font-weight: 600;
  margin-right: 20px;
  font-family: "Quicksand", sans-serif;
}
.footer-social li a {
  color: #fff;
  display: inline-block;
}
.footer-social li a:hover {
  color: #FF6159;
}

.widget-text {
  margin: 0 0 30px;
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 40px;
  position: relative;
}

.widget-list li {
  margin-bottom: 10px;
}
.widget-list li a {
  color: #686f7a;
  position: relative;
  display: inline-block;
}
.widget-list li a span {
  display: inline-block;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.widget-list li a:before {
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 15px;
  font-weight: 500;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.widget-list li a:hover {
  color: #FF6159;
}
.widget-list li a:hover span {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.widget-list li a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.footer-bottom {
  padding: 30px 0;
}

.copy-text {
  margin: 0;
  font-size: 14px;
}
.copy-text .heart-icon {
  margin: 0 5px;
  display: inline-block;
}

.footer-section {
  border-top: 1px solid #DCDCDC;
}

.footer-2 {
  color: #C4C4C4;
  background-color: #161851;
}
.footer-2 .footer-top {
  padding: 250px 0 60px;
}
.footer-2 .widget-list li a {
  color: #C4C4C4;
}
.footer-2 .widget-list li a:hover {
  color: #FF6159;
}
.footer-2 .footer-social li a {
  color: #C4C4C4;
}
.footer-2 .footer-social li a:hover {
  color: #FF6159;
}

.text-white .widget-title {
  color: #ffffff;
}
.text-white .widget-list li a {
  color: #ffffff;
}

/* Footer Section - End */
/* Hero Section - Start */
.hero-section {
  background-color: #FDF7E9;
  width: calc(100% - 15px);
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}

.mp-left-shpe {
  position: absolute;
  top: 30%;
}
.mp-left-shpe img {
  max-width: 30px;
}

.banner-title {
  color: #161851;
  padding-right: 30px;
  font-size: 45px;
  line-height: 1.3;
}
.banner-content .lead {
  font-size: 18px;
  line-height: 28px;
  color: #161851;
}
.banner-content .notify-btn {
  color: #00b7ff;
}

@media (min-width: 992px) {
  .hero-section {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .hero-section {
    width: calc(100% - 30px);
  }

  .hero-image-wrapper {
    margin-left: -50px;
    overflow: hidden;
  }
  .hero-image-wrapper .hero-image {
    max-width: 850px;
  }

  .hero-wrapper {
    background-color: #FDF7E9;
    padding: 30px 35px;
  }

  .mp-left-shpe img {
    max-width: 100px;
  }

  .banner-content .lead {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (min-width: 1600px) {
  .hero-section {
    width: calc(100% - 110px);
  }

  .banner-title {
    font-size: 90px;
    line-height: 1.3;
  }
}
/* Hero Section - End */
/* Banner Form - Start */
.banner-form {
  position: relative;
}
.banner-form input {
  width: 100%;
  height: 64px;
  display: block;
  padding: 0 40px;
  border-radius: 50px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.banner-form .btn {
  top: 0;
  right: 0;
  z-index: 1;
  min-width: 200px;
  padding: 17px 30px;
  position: absolute;
}

/* Banner Form - End */
/* Banner Style 1 - Start */
.banner-s1 {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 960px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: auto;
  padding: 180px 0 189px 0;
  background-color: #7047EB;
  background-repeat: no-repeat;
  background-position: center top -192px;
}
.banner-s1 .banner-image {
  top: 50%;
  right: -30px;
  max-width: 1145px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-s1 .banner-image img {
  -webkit-animation: moveUpDown 1s infinite alternate;
          animation: moveUpDown 1s infinite alternate;
}
.banner-s1 h1 {
  color: #FFFFFF;
  font-size: 66px;
  line-height: 1.1;
  margin-bottom: 50px;
}
.banner-s1 h1 small {
  color: #FFC233;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.banner-s1 .required-text {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  padding-top: 22px;
  font-family: "Jost", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

/* Banner Style 1 - End */
/* Banner Style 2 - Start */
.banner-s2 {
  position: relative;
  padding-top: 240px;
  background-size: 110%;
  background-color: #FCF8F2;
  background-repeat: no-repeat;
  background-position: center top 99px;
}
.banner-s2 + section, .banner-s2 div {
  z-index: 1;
  position: relative;
}
.banner-s2 .circle-shap {
  left: 50%;
  z-index: -2;
  width: 2564px;
  height: 436px;
  bottom: -80px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner-s2 h1 {
  color: #030303;
  font-size: 66px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.banner-s2 .banner-form {
  margin: auto;
  max-width: 726px;
}
.banner-s2 .banner-image {
  margin: 0 -52px 0 -34px;
}

/* Banner Style 2 - End */
/* Banner Style 3 - Start */
.banner-s3 {
  z-index: 1;
  position: relative;
  padding: 175px 0 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-s3:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(48.96%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%);
}
.banner-s3 h1 {
  color: #FFFFFF;
  font-size: 66px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.banner-s3 p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  padding-right: 70px;
  margin-bottom: 40px;
}
.banner-s3 h2 {
  color: #161851;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
  padding-top: 100px;
}
.banner-s3 .banner-image {
  z-index: 2;
  position: relative;
}
.banner-s3 .banner-image .shade-item-1,
.banner-s3 .banner-image .shade-item-2 {
  top: 50%;
  left: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-s3 .banner-image .shade-item-1 .layer,
.banner-s3 .banner-image .shade-item-2 .layer {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.38);
}
.banner-s3 .banner-image .shade-item-1 {
  z-index: -1;
}
.banner-s3 .banner-image .shade-item-1 .layer {
  height: 85%;
  width: 409px;
}
.banner-s3 .banner-image .shade-item-2 {
  z-index: -2;
}
.banner-s3 .banner-image .shade-item-2 .layer {
  height: 70%;
  width: 467px;
}

.banner-btns-group {
  margin: -10px;
}
.banner-btns-group > li {
  padding: 10px;
}

/* Banner Style 3 - End */
/* Banner Style 4 - Start */
.banner-s4 .banner-image {
  z-index: 1;
  width: 830px;
  height: 978px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-s4 .image-wrap {
  max-width: 408px;
  margin-bottom: -25px;
}
.banner-s4 .app-logo-item {
  z-index: 1;
  position: absolute;
}
.banner-s4 .app-logo-item span {
  padding: 25px;
  display: block;
  border-radius: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
}
.banner-s4 .app-logo-item-1 {
  top: 205px;
  right: 171px;
}
.banner-s4 .app-logo-item-2 {
  top: 46%;
  left: 171px;
}
.banner-s4 .app-logo-item-3 {
  right: 180px;
  bottom: 210px;
}
.banner-s4 .circle-shape-1 {
  top: -54%;
  left: -27%;
}
.banner-s4 .circle-shape-2 {
  top: -50%;
  left: -50%;
}
.banner-s4 .circle-shape-3 {
  right: -30%;
  bottom: -30%;
}
.banner-s4 .banner-content {
  padding-right: 60px;
}
.banner-s4 h1 {
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 50px;
}
.banner-s4 p {
  font-size: 24px;
  margin-bottom: 40px;
}

/* Banner Style 4 - End */
.counterup-area {
  padding: 80px 0;
}

.test-img img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.count {
  font-size: 50px;
  line-height: 65px;
  margin: 0 0 5px;
}

.count-title {
  font-size: 18px;
  line-height: 30px;
  color: #5E687C;
}

.counter-widget.style2 .count {
  font-size: 72px;
  line-height: 74px;
  font-weight: 700;
  color: #161851;
}

@media (min-width: 767px) {
  .vertical-devider {
    border-right: 1px solid #C4C4C4;
  }

  .test-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 991px) {
  .counterup-area {
    padding: 120px 0;
  }

  .count-title {
    font-size: 24px;
    line-height: 36px;
    color: #5E687C;
  }

  .counter-left {
    padding-left: 30px;
  }

  .count {
    font-size: 90px;
    line-height: 105px;
    margin: 0 0 5px;
  }
}
/* Funfact Section - Start */
.funfact-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 50px;
}

.client-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.client-title strong {
  color: #80376B;
  font-weight: 700;
}

.client-logo-list {
  margin: -15px -30px;
}
.client-logo-list > li {
  max-width: 200px;
  padding: 15px 30px;
}
.client-logo-list a {
  display: block;
}

.funfact-content-wrap .client-logo-list {
  margin: -15px;
}
.funfact-content-wrap .client-logo-list > li {
  padding: 15px;
  max-width: 138px;
}

/* Funfact Section - End */
/*==========================
//  cta section 
===========================*/
.cta-block {
  background-color: #FF6159;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.cta-block::after {
  position: absolute;
  content: "";
  right: -150px;
  top: -180px;
  background: url(../images/circle-shape.png) no-repeat center center/contain;
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
.cta-block .block-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}
.cta-block .desc {
  padding: 0 20px;
}
.cta-block .desc p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.cta-block .btn {
  font-size: 18px;
}

@media (min-width: 991px) {
  .cta {
    padding: 0;
  }

  .cta-block {
    background-color: #FF6159;
    margin-bottom: -190px;
  }
  .cta-block::before {
    position: absolute;
    content: "";
    left: 0;
    top: -40px;
    background: url(../images/dots-shape.png) no-repeat center center/contain;
    width: 180px;
    height: 180px;
  }
  .cta-block .block-title {
    font-size: 48px;
    margin-bottom: 23px;
  }
  .cta-block .desc p {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
.play-btn {
  display: inline-block;
  font-size: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  background-color: #01bda6;
  color: #fff;
}
.play-btn:hover {
  color: #fff;
  background-color: #FF6159;
}

/* Service Section - Start */
.service-section .shape-1 {
  top: 39px;
  left: -159px;
}
.service-section .shape-2 {
  top: -10px;
  right: -97px;
}
.service-section .shape-3 {
  left: 0;
  right: 0;
  bottom: -53px;
  text-align: center;
}

.service-boxed {
  background-color: #ffffff;
  padding: 50px 80px 50px 55px;
}
.service-boxed .service-icon {
  z-index: 1;
  height: 66px;
  position: relative;
  margin-bottom: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-boxed .service-icon:before {
  top: 0;
  left: 30px;
  width: 67px;
  z-index: -1;
  content: "";
  height: 77px;
  position: absolute;
  background-color: #ECECEC;
  -webkit-clip-path: polygon(0 10%, 95% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 95% 0, 100% 90%, 0% 100%);
}
.service-boxed .service-title {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-boxed .service-title span {
  display: inline-block;
  border-bottom: 4px solid #FFC233;
}
.service-boxed p {
  font-size: 18px;
  margin-bottom: 25px;
}
.service-boxed .unfilled-btn {
  color: #7047EB;
}
.service-boxed .unfilled-btn:before {
  background-color: #7047EB;
}

.service-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
  border-radius: 10px;
  background-color: #ffffff;
  border-left: 3px solid #7047EB;
  -webkit-box-shadow: 0px 4px 70px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 70px 30px rgba(0, 0, 0, 0.05);
}
.service-group .service-boxed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0 80px 0 55px;
  background-color: transparent;
}
.service-group .service-boxed:not(:last-child) {
  border-right: 1px solid #EAEAEA;
}

/* Service Section - End */
/* App Overview Section - Start */
.overview-item-wrapper:not(:last-child) {
  margin-bottom: 120px;
}
.overview-item-wrapper:nth-child(odd) {
  background: linear-gradient(90.09deg, rgba(252, 197, 243, 0.2) 21.49%, rgba(252, 197, 243, 0) 71.67%);
}
.overview-item-wrapper:nth-child(even) {
  background: linear-gradient(-90.09deg, rgba(252, 197, 243, 0.2) 21.49%, rgba(252, 197, 243, 0) 71.67%);
}

.app-circle {
  z-index: 1;
  float: right;
  width: 463px;
  height: 463px;
  position: relative;
}
.app-circle:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: spin 10s infinite linear;
          animation: spin 10s infinite linear;
  background-image: url(../images/shape/dashed-circle.png);
}
.app-circle .app-item {
  position: absolute;
}
.app-circle .app-item span {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app-circle .app-item-1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.app-circle .app-item-1 span {
  width: 99px;
  height: 99px;
  background-color: #6852F4;
  -webkit-filter: drop-shadow(0px 3.264px 19.584px rgba(77, 53, 233, 0.08)) drop-shadow(0px 9.792px 39.168px rgba(77, 53, 233, 0.24));
          filter: drop-shadow(0px 3.264px 19.584px rgba(77, 53, 233, 0.08)) drop-shadow(0px 9.792px 39.168px rgba(77, 53, 233, 0.24));
}
.app-circle .app-item-2 {
  left: 50%;
  top: -27px;
}
.app-circle .app-item-2 span {
  background-color: #8865F9;
  -webkit-animation: zoomInZoomOut 2s ease infinite;
          animation: zoomInZoomOut 2s ease infinite;
}
.app-circle .app-item-3 {
  top: 139px;
  right: 49px;
}
.app-circle .app-item-3 span {
  background-color: #3BC4B9;
  -webkit-animation: zoomInZoomOut 3s ease infinite;
          animation: zoomInZoomOut 3s ease infinite;
}
.app-circle .app-item-4 {
  right: 0;
  bottom: 73px;
}
.app-circle .app-item-4 span {
  background-color: #FC9069;
  -webkit-animation: zoomInZoomOut 2s ease infinite;
          animation: zoomInZoomOut 2s ease infinite;
}
.app-circle .app-item-5 {
  left: 47%;
  bottom: -27px;
}
.app-circle .app-item-5 span {
  background-color: #3BC4B9;
  -webkit-animation: zoomInZoomOut 3s ease infinite;
          animation: zoomInZoomOut 3s ease infinite;
}
.app-circle .app-item-6 {
  left: 82px;
  bottom: 84px;
}
.app-circle .app-item-6 span {
  background-color: #FC9069;
  -webkit-animation: zoomInZoomOut 2s ease infinite;
          animation: zoomInZoomOut 2s ease infinite;
}
.app-circle .app-item-7 {
  top: 36%;
  left: -28px;
}
.app-circle .app-item-7 span {
  background-color: #6E49E8;
  -webkit-animation: zoomInZoomOut 3s ease infinite;
          animation: zoomInZoomOut 3s ease infinite;
}
.app-circle .app-item-8 {
  top: 51px;
  left: 124px;
}
.app-circle .app-item-8 span {
  background-color: #FC9069;
  -webkit-animation: zoomInZoomOut 3s ease infinite;
          animation: zoomInZoomOut 3s ease infinite;
}

.app-overview-content {
  padding-right: 100px;
}
.app-overview-content p {
  font-size: 24px;
}
.app-overview-content hr {
  height: 3px;
  margin: 45px 0 30px;
  background-color: #7047EB;
}
.app-overview-content .admin-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app-overview-content .admin-info .admin-image {
  width: 54px;
  height: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  overflow: hidden;
  margin: 0 24px 0 0;
  border-radius: 100%;
}
.app-overview-content .admin-info h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.app-overview-content .admin-info span {
  display: block;
  line-height: 1;
}
.app-overview-content .admin-info span strong {
  color: #7047EB;
  font-weight: 400;
}

.overview-item-wrapper-2 {
  padding: 60px 0;
}
.overview-item-wrapper-2 .overview-image {
  z-index: 1;
  position: relative;
}
.overview-item-wrapper-2 .overview-image:before {
  top: 50%;
  left: 50%;
  z-index: -2;
  content: "";
  opacity: 0.1;
  width: 492px;
  height: 492px;
  position: absolute;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  background: #0061FF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.overview-item-wrapper-2 .overview-image .shape-item {
  z-index: -1;
  position: absolute;
}
.overview-item-wrapper-2 .overview-image .shape-1 {
  left: 0;
  top: 46px;
}
.overview-item-wrapper-2 .overview-image .shape-2 {
  top: 0;
  right: 0;
}
.overview-item-wrapper-2 .app-overview-content p {
  font-size: 20px;
}
.overview-item-wrapper-2 .section-title-2 .title-text {
  font-size: 48px;
}

.overview-item-wrapper-3:not(:last-child) {
  margin-bottom: 80px;
}
.overview-item-wrapper-3 .overview-image {
  width: 670px;
  height: 570px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: 492px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.overview-item-wrapper-3 .section-title-2 .sub-title {
  font-size: 14px;
  letter-spacing: 0.2em;
}
.overview-item-wrapper-3 .section-title-2 .title-text {
  font-size: 48px;
}
.overview-item-wrapper-3 .app-overview-content p {
  font-size: 20px;
}
.overview-item-wrapper-3 .unfilled-btn {
  color: #7047EB;
  font-size: 16px;
}
.overview-item-wrapper-3 .unfilled-btn:before {
  background-color: #7047EB;
}
.overview-item-wrapper-3 .unfilled-btn i {
  margin-left: 5px;
}
.overview-item-wrapper-3 .aap-overview-accordion p {
  font-size: 18px;
}

.aap-overview-accordion .accordion_item {
  padding-bottom: 25px;
  border-bottom: 1px solid #E2E2E2;
}
.aap-overview-accordion .accordion_item:not(:last-child) {
  margin-bottom: 25px;
}
.aap-overview-accordion .accordion_button {
  width: 100%;
  border: none;
  display: block;
  color: #161851;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  background: none;
  position: relative;
  font-family: "Quicksand", sans-serif;
}
.aap-overview-accordion .accordion_button:after {
  float: right;
  color: #7047EB;
  font-weight: 500;
  content: "";
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.aap-overview-accordion .accordion_button[aria-expanded=true]:after {
  content: "";
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.aap-overview-accordion .accordion-body {
  padding: 15px 0 0;
}

.app-review-section {
  padding: 100px 0;
  border-bottom: 1px solid #C4C4C4;
}
.app-review-section h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
.app-review-section .review-content {
  padding: 25px;
  text-align: center;
}
.app-review-section .review-content h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 26px;
}
.app-review-section .review-content .star-wrap {
  line-height: 1;
  display: block;
  color: #FF8210;
  margin-bottom: 5px;
}
.app-review-section .review-content p {
  font-size: 18px;
  margin-bottom: 0;
}

.overview-item-wrapper-4 .app-overview-image {
  padding: 25px 95px 70px 95px;
}
.overview-item-wrapper-4 .app-overview-image .dot-pattern {
  top: 0;
  left: 67px;
}
.overview-item-wrapper-4 .app-overview-image .circle-shape {
  bottom: 0;
  right: 37px;
}
.overview-item-wrapper-4 .app-overview-image .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.overview-item-wrapper-4 .app-overview-image-2 {
  float: left;
  width: 1098px;
}
.overview-item-wrapper-4 .app-overview-image-2 .image-wrap {
  margin: 0 0 -90px 0;
}
.overview-item-wrapper-4 .app-overview-image-2 .circle-shape {
  top: 0;
  left: 0;
}
.overview-item-wrapper-4 .app-overview-image-2 .dot-pattern {
  left: 30px;
  bottom: 230px;
}
.overview-item-wrapper-4 .capsule-info-list {
  left: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.overview-item-wrapper-4 .unfilled-btn {
  color: #7047EB;
}
.overview-item-wrapper-4 .unfilled-btn:before {
  background-color: #7047EB;
}

.capsule-info-list > li:not(:last-child) {
  margin-bottom: 22px;
}
.capsule-info-list > li:nth-child(even) {
  padding-left: 40px;
}
.capsule-info-list i {
  font-size: 10px;
  margin-right: 10px;
}
.capsule-info-list span {
  color: #040212;
  font-size: 18px;
  font-weight: 600;
  background: #FFFCFA;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Quicksand", sans-serif;
  -webkit-box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.05);
}

.icon-info-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-info-list > li:not(:last-child) {
  margin-bottom: 30px;
}
.icon-info-list .icon-wrap {
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  color: #FFFfff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-right: 17px;
  border-radius: 100%;
  background-color: #7047EB;
}
.icon-info-list h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.icon-info-list p {
  font-size: 18px;
}

/* App Overview Section - End */
/* Work Process Section - Start
================================================== */
.work-process-item {
  padding: 0 40px;
  position: relative;
}
.work-process-item .work-process-image {
  height: 245px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-process-item .work-process-image img {
  max-height: 100%;
}
.work-process-item h3 {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 22px;
}
.work-process-item p {
  font-size: 17px;
}

.work-process-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work-process-wrap .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  position: relative;
}
.work-process-wrap .col:not(:last-child):after {
  top: 95px;
  right: -35px;
  width: 70px;
  height: 70px;
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/shape/process-arrow.png");
}
.work-process-wrap .work-process-item {
  margin: auto;
  max-width: 350px;
}

/* Work Process Section - End
================================================== */
/* Testimonial Section - Start
================================================== */
.testimonial-section-2 {
  background-size: 100%;
  background-color: #7047EB;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonial-section-2 .section-title-2 .sub-title {
  color: #FFB366;
}

.testimonial-boxed {
  padding: 40px 60px;
  border-radius: 10px;
  background-color: #ffffff;
}
.testimonial-boxed .testimonial-icon {
  margin-bottom: 15px;
}
.testimonial-boxed p {
  color: #161851;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.testimonial-primary {
  padding: 0 50px;
}
.testimonial-primary .testimonial-icon {
  width: 121px;
  height: 110px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonial-primary p {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.testimonial-primary .admin-name {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.testimonial-primary .admin-designation {
  color: #5E687C;
  font-weight: 400;
}

.testimonial-section .peoples-image-1,
.testimonial-section .peoples-image-2 {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonial-section .peoples-image-1 {
  left: 0;
}
.testimonial-section .peoples-image-2 {
  right: 0;
}
.testimonial-section .circle-shape-1 {
  top: -80%;
  left: -40%;
}
.testimonial-section .circle-shape-2 {
  right: -40%;
  bottom: -80%;
}

/* Testimonial Section - End
================================================== */
/* FAQ Section - Start
================================================== */
.faq-section .shape-1 {
  left: -141px;
  bottom: 117px;
}
.faq-section .shape-2 {
  top: 205px;
  z-index: -2;
  left: -217px;
}
.faq-section .shape-3 {
  top: 131px;
  right: -109px;
}
.faq-section .shape-4 {
  top: 205px;
  z-index: -2;
  right: -169px;
}

.faq-wrap {
  background: #F7F7F8;
  border-radius: 10px;
  padding: 100px 190px;
}

.faq-accordion-wrap .accordion-item {
  border: none;
  padding-bottom: 30px;
  background-color: transparent;
  border-bottom: 1px solid #E2E2E2;
}
.faq-accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 40px;
}
.faq-accordion-wrap .accordion-body {
  font-size: 18px;
  padding: 30px 0 0 0;
}
.faq-accordion-wrap .accordion-button {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #161851;
  font-family: "Quicksand", sans-serif;
  background-color: transparent;
}
.faq-accordion-wrap .accordion-button::after {
  width: 34px;
  height: 34px;
  color: #7047EB;
  font-size: 20px;
  content: "";
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  background-position: center center;
}

/* FAQ Section - End
================================================== */
/* Feature Section - Start */
.feature-section-2 {
  overflow: hidden;
}
.feature-section-2 .blur-color-1,
.feature-section-2 .blur-color-2 {
  opacity: 0.2;
  width: 752px;
  height: 752px;
  -webkit-filter: blur(400px);
          filter: blur(400px);
}
.feature-section-2 .blur-color-1 {
  top: -151px;
  right: 104px;
  background-color: #7047EB;
}
.feature-section-2 .blur-color-2 {
  left: -44px;
  bottom: -143px;
  background-color: #FF66A1;
}
.feature-section-2 .pattern-shape {
  top: 241px;
  left: 167px;
}

.feature-item {
  padding: 30px 40px 0;
}
.feature-item .feature-icon {
  width: 121px;
  height: 121px;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.feature-item h3 {
  line-height: 1;
  color: #000000;
  font-size: 24px;
  margin-bottom: 20px;
}
.feature-item p {
  font-size: 17px;
}

.feature-item-2 {
  margin-top: 30px;
  border-radius: 10px;
  padding: 40px 35px 55px;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.37, 1.89, 0.66, 1);
  transition: 0.6s cubic-bezier(0.37, 1.89, 0.66, 1);
}
.feature-item-2 .item-icon {
  z-index: 1;
  width: 80px;
  height: 80px;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-item-2 .circle-shape {
  top: 38%;
  left: -10px;
  z-index: -1;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: 0.3s cubic-bezier(0.37, 1.89, 0.66, 1);
  transition: 0.3s cubic-bezier(0.37, 1.89, 0.66, 1);
}
.feature-item-2 h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.feature-item-2 p {
  font-size: 20px;
}
.feature-item-2:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.05);
}
.feature-item-2:hover .circle-shape {
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.feature-overview-section {
  background-size: 110%;
  background-color: #FCF8F2;
  background-repeat: no-repeat;
  background-position: center top -86px;
}
.feature-overview-section .content-area {
  padding: 0 60px;
}
.feature-overview-section p {
  color: #000000;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
}
.feature-overview-section .admin-info .admin-image {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.feature-overview-section .admin-info .admin-name {
  color: #5E687C;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.feature-overview-section .admin-info .admin-name strong {
  color: #80376B;
  font-weight: 500;
}

/* Feature Section - End */
/* Pricing Section - Start */
.pricing-section {
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center top -84px;
}

.pricing-item {
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
  background-size: 171px;
  padding: 60px 50px 100px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right -24px bottom -20px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pricing-item .pricing-title {
  color: #000000;
  line-height: 1;
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pricing-item .pricing-subtitle {
  color: #5E687C;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pricing-item .btn {
  color: #80376B;
  min-width: 200px;
  margin-bottom: 35px;
  border-color: #80376B;
  background-color: transparent;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pricing-item .pricing-amount {
  line-height: 1;
  display: block;
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 35px;
  font-family: "Quicksand", sans-serif;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pricing-item .pricing-amount sub {
  bottom: 0;
  font-size: 18px;
}
.pricing-item .pricing-info-list li {
  color: #5E687C;
  font-size: 18px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pricing-item .pricing-info-list li:not(:last-child) {
  margin-bottom: 6px;
}
.pricing-item .pricing-info-list i {
  color: #FF8210;
  margin-right: 13px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pricing-item .shape-item-1,
.pricing-item .shape-item-2 {
  z-index: -1;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.pricing-item .shape-item-1 {
  top: -157px;
  right: -162px;
}
.pricing-item .shape-item-2 {
  left: -103px;
  bottom: -145px;
}
.pricing-item:hover {
  background-color: #80376B;
}
.pricing-item:hover .pricing-title,
.pricing-item:hover .pricing-subtitle,
.pricing-item:hover .pricing-amount,
.pricing-item:hover .pricing-info-list li,
.pricing-item:hover .pricing-info-list i {
  color: #ffffff;
}
.pricing-item:hover .btn {
  border-color: #ffffff;
  background-color: #ffffff;
}
.pricing-item:hover .shape-item-1,
.pricing-item:hover .shape-item-2 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.pricing-item.pricing-item-s2 {
  -webkit-box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.pricing-item.pricing-item-s2:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  background-color: #00B7FF;
}

/* Pricing Section - End */
/* Work Process Section - Start
================================================== */
.calltoaction-boxed,
.calltoaction-boxed-2 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  padding: 50px 90px 70px;
  background-repeat: no-repeat;
  background-position: center center;
}
.calltoaction-boxed h2,
.calltoaction-boxed-2 h2 {
  color: #000000;
  line-height: 1;
  font-size: 48px;
  margin-bottom: 30px;
}
.calltoaction-boxed p,
.calltoaction-boxed-2 p {
  line-height: 1;
  color: #5E687C;
  font-size: 20px;
  margin-bottom: 30px;
}

.calltoaction-boxed {
  background-size: auto;
  background-color: #FDF7E9;
  background-position: right center;
}
.calltoaction-boxed h2 {
  color: #000000;
}
.calltoaction-boxed p {
  color: #5E687C;
}

.calltoaction-boxed-2 {
  margin-bottom: -140px;
}
.calltoaction-boxed-2 h2, .calltoaction-boxed-2 p {
  color: #ffffff;
}
.calltoaction-boxed-2 .btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.calltoaction-boxed-2 .phone-image {
  margin: -65px 0 -296px;
}

/* Work Process Section - End
================================================== */
/* Video Section - Start
================================================== */
.video-wrapper {
  padding: 8px;
  margin: auto;
  max-width: 1100px;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 50px 70px 0px rgba(0, 10, 36, 0.16);
          box-shadow: 0px 50px 70px 0px rgba(0, 10, 36, 0.16);
}
.video-wrapper .video-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.video-wrapper .video-image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-wrapper .video-popup {
  top: 50%;
  left: 50%;
  color: #161851;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 23px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-wrapper .video-popup i {
  color: #7047EB;
  font-size: 30px;
  margin-right: 13px;
}

/* Video Section - End
================================================== */
/* ================================================== 
*	css code for responsive layout To make Responsive
================================================== */
@media screen and (max-width: 1460px) {
  .banner-s1 .banner-image {
    right: 0;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1360px) {
  .banner-s1 .banner-image {
    max-width: 820px;
  }

  .faq-wrap {
    padding: 100px;
  }

  .banner-s2 h1 {
    font-size: 60px;
  }

  .section-title-2 .title-text {
    font-size: 54px;
  }

  .feature-item {
    padding: 30px 15px 0;
  }

  .feature-overview-section .content-area {
    padding: 0;
  }

  .feature-overview-section p {
    font-size: 30px;
  }

  .testimonial-primary {
    padding: 0 30px;
  }

  .testimonial-primary p {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .overview-item-wrapper-2 .section-title-2 .title-text {
    font-size: 38px;
  }

  .banner-s4 h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-s1 h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .banner-s1 .banner-image {
    max-width: 770px;
    margin-top: 50px;
  }

  .banner-s1 {
    min-height: auto;
    padding: 200px 0 100px 0;
  }

  .funfact-title {
    font-size: 48px;
  }

  .service-group .service-boxed {
    padding: 0 40px;
  }

  .section-title-2 .title-text {
    font-size: 48px;
    line-height: 1.15;
  }

  .app-overview-content p {
    font-size: 20px;
  }

  .testimonial-boxed p {
    font-size: 22px;
  }

  .header-btn .sign-btn {
    padding: 0;
  }

  .calltoaction-boxed,
.calltoaction-boxed-2 {
    padding: 50px 60px;
  }

  .banner-s3 h1,
.banner-s3 h2 {
    font-size: 54px;
  }

  .banner-s3 p {
    font-size: 22px;
    padding-right: 0;
  }

  .overview-item-wrapper-3 .section-title-2 .title-text {
    font-size: 38px;
  }

  .overview-item-wrapper-3:nth-child(odd) .overview-image {
    float: right;
  }

  .overview-item-wrapper-3:nth-child(even) .overview-image {
    float: left;
  }
}
@media screen and (max-width: 1024px) {
  .banner-s4 .circle-shape-1 {
    display: none;
  }

  .banner-s4 h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .banner-s1 {
    display: block;
    text-align: center;
    background-position: center bottom;
  }

  .banner-s1 .banner-image {
    margin: auto;
    max-width: 770px;
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }

  .banner-s1 h1 small {
    color: #ffffff;
  }

  .funfact-title {
    text-align: center;
  }

  .funfact-content-wrap .client-logo-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .video-btn-wrap {
    margin-top: 50px;
  }

  .service-group .service-boxed {
    padding: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }

  .service-group .service-boxed:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #EAEAEA;
  }

  .order-last {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .app-circle {
    float: none;
    margin: 0 auto 70px;
  }

  .app-overview-content {
    padding: 0;
    text-align: center;
  }

  .app-overview-content .admin-info {
    max-width: 400px;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .section-space {
    padding: 100px 0;
  }

  .overview-item-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }

  .work-process-wrap .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .work-process-wrap .col:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 70px;
  }
  .work-process-wrap .col:not(:last-child):after {
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    bottom: -35px;
    background-size: auto 100%;
  }

  .feature-overview-image {
    margin: 0 auto 50px;
  }

  .overview-item-wrapper-2 .overview-image {
    margin-bottom: 50px;
  }

  .overview-item-wrapper-2 {
    padding: 0;
  }
  .overview-item-wrapper-2:not(:last-child) {
    margin-bottom: 50px;
  }

  .testimonial-section .peoples-image-1, .testimonial-section .peoples-image-2 {
    display: none;
  }

  .banner-s3 {
    text-align: center;
  }

  .banner-s3 .banner-image {
    margin-bottom: 50px;
  }

  .banner-btns-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .overview-item-wrapper-3:nth-child(odd) .overview-image,
.overview-item-wrapper-3:nth-child(even) .overview-image {
    float: none;
    margin: 0 auto 50px;
  }

  .feature-items-group > div {
    -webkit-transform: unset !important;
            transform: unset !important;
  }

  .calltoaction-boxed-2 {
    text-align: center;
  }

  .calltoaction-boxed-2 .phone-image {
    margin: 0 0 -410px;
  }

  .banner-s4 {
    text-align: center;
  }
  .banner-s4 .container {
    max-width: 100%;
  }
  .banner-s4 .banner-image-col {
    width: 100%;
  }
  .banner-s4 .banner-image {
    width: auto;
    height: 100vh;
    margin: 0 -15px 40px -15px;
  }

  .banner-s4 .banner-content {
    padding-right: 0;
  }

  .banner-s4 .circle-shape-2,
.banner-s4 .circle-shape-3 {
    max-width: 600px;
  }
  .banner-s4 .circle-shape-2 svg,
.banner-s4 .circle-shape-3 svg {
    width: 100%;
    height: auto;
  }

  .banner-s4 .circle-shape-2 {
    top: -300px;
    left: -300px;
  }

  .banner-s4 .circle-shape-3 {
    right: -300px;
    bottom: -300px;
  }

  .app-review-section {
    padding: 60px 0;
    text-align: center;
  }

  .icon-info-list > li {
    text-align: left;
  }

  .overview-item-wrapper-4 .app-overview-image-2 {
    float: none;
    width: auto;
    margin: 0 auto 50px;
  }

  .section-title-2 .title-text {
    font-size: 42px;
  }

  .testimonial-section .circle-shape-1,
.testimonial-section .circle-shape-2 {
    max-width: 600px;
  }
  .testimonial-section .circle-shape-1 svg,
.testimonial-section .circle-shape-2 svg {
    width: 100%;
    height: auto;
  }

  .testimonial-section .circle-shape-1 {
    top: -300px;
    left: -300px;
  }

  .testimonial-section .circle-shape-2 {
    right: -300px;
    bottom: -300px;
  }
}
@media screen and (max-width: 767px) {
  .banner-s2 {
    padding-top: 140px;
  }

  .banner-s2 h1 {
    font-size: 48px;
  }

  .section-title-2 .title-text {
    font-size: 42px;
  }

  .overview-item-wrapper-3 .overview-image {
    width: 420px;
    height: 420px;
    background-size: 100%;
  }
}
@media screen and (max-width: 575px) {
  .banner-s1 h1 {
    font-size: 42px;
  }

  .faq-wrap {
    padding: 50px 40px;
  }

  .section-title-2 .title-text,
.funfact-title {
    font-size: 36px;
  }

  .section-title-2 .title-text {
    font-size: 42px;
  }

  .banner-form .btn {
    width: 100%;
    margin-top: 10px;
    min-width: auto;
    position: static;
  }

  .banner-s3 .banner-image {
    margin-bottom: 0;
  }

  .banner-s3 h1, .banner-s3 h2 {
    font-size: 42px;
  }

  .banner-s3 p {
    font-size: 20px;
    line-height: 1.4;
  }

  .overview-item-wrapper-3 .overview-image {
    width: 300px;
    height: 300px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .testimonial-boxed {
    padding: 30px 20px;
  }

  .calltoaction-boxed, .calltoaction-boxed-2 {
    padding: 50px 30px;
  }

  .banner-s4 .app-logo-item-3 {
    right: 0;
    bottom: 160px;
  }

  .banner-s4 .app-logo-item-2 {
    left: 0;
  }

  .banner-s4 .app-logo-item-1 {
    right: 50px;
  }

  .banner-s4 h1 {
    font-size: 48px;
  }
}
/*==========================
// header 
===========================*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

/*==========================
// Banner  
===========================*/
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
  padding: 100px 0;
}
.banner.banner-slide {
  height: 100vh;
  padding: unset;
}
.banner-box {
  background: #FDF7E9;
  border-radius: 10px;
  min-height: 530px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .banner-box {
    width: calc(100% - 120px);
  }
}

#banner__slider .owl-item.active .tp-banner-content .banner-sub-title {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#banner__slider .owl-item.active .tp-banner-content .block-title {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#banner__slider .owl-item.active .tp-banner-content p {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#banner__slider .owl-item.active .tp-banner-content .block-btn {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.banner-breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-breadcrumb .breadcrumb-item {
  font-weight: 400;
}
.banner-breadcrumb .breadcrumb-item a {
  color: #161851;
}
.banner-breadcrumb .breadcrumb-item a:hover {
  color: #FF6159;
}
.banner-breadcrumb .breadcrumb-item.active {
  color: #FF6159;
  font-weight: 700;
}
.banner-breadcrumb .breadcrumb-item:last-of-type::before {
  color: #161851;
}

@media (max-width: 991px) {
  .banner {
    padding: 180px 0 100px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 150px 0 80px;
  }
}
.tab-menu {
  position: relative;
  background-color: #f2f2f2;
}
.tab-menu .menu-item {
  margin: 0;
  border-right: 2px solid #fff;
}
.tab-menu .menu-link {
  font-size: 14px;
  line-height: 20px;
  color: #161851;
  font-weight: 700;
  display: inline-block;
  padding: 12px 27px;
  position: relative;
}
.tab-menu .menu-link .tab-menu-icon {
  margin-right: 4px;
}
.tab-menu .menu-link.active, .tab-menu .menu-link:hover {
  background-color: #fff;
}
.tab-menu .menu-link.active .tab-menu-icon, .tab-menu .menu-link:hover .tab-menu-icon {
  color: #FF6159;
}
.tab-menu .menu-link.active:before, .tab-menu .menu-link:hover:before {
  visibility: visible;
  opacity: 1;
}
.tab-menu .menu-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #FF6159;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.tab-item {
  padding: 50px 0;
}

.social-links li {
  display: inline-block;
  margin-right: 5px;
}
.social-links li a {
  font-size: 18px;
}
.social-links li a.fb {
  color: #1877f2;
}
.social-links li a.tw {
  color: #55acf2;
}
.social-links li a.in {
  color: #007bb5;
}
.social-links li a.be {
  color: #ff4500;
}
.social-links li:last-of-type {
  margin-right: 0;
}

/*==========================
// start testimonial
===========================*/
.testimonial-item .thumb {
  padding-left: 30px;
  position: relative;
}
.testimonial-item .thumb::before {
  position: absolute;
  content: url(../images/dots-shape2.png);
  left: 0;
  top: 30px;
  bottom: 0;
  width: 100px;
  height: 100%;
  z-index: -1;
}
.testimonial-item .thumb img {
  max-width: 350px;
}

.quote-content-box {
  background-color: #fff;
  padding: 30px;
}
.quote-content-box .quote-icon {
  margin-bottom: 25px;
  width: 46px;
}
.quote-content-box .quote-desc {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  margin: 0 0 20px;
}
.quote-content-box .author-info {
  line-height: 22px;
}
.quote-content-box .author-info img {
  max-width: 178px;
}
.quote-content-box .author-info .name {
  font-size: 14px;
  line-height: 22px;
  color: #161851;
  font-weight: 400;
}
.quote-content-box .author-info.style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quote-content-box .author-info.style2 .author-image {
  width: 60px;
  height: 60px;
}
.quote-content-box .author-info.style2 .author-content {
  margin-left: 15px;
}
.quote-content-box .author-info.style2 .title {
  font-weight: 700;
  color: #161851;
}
.quote-content-box .author-info.style2 .designation {
  margin: 0;
}

@media (min-width: 991px) {
  .testimonial-item .thumb {
    padding-left: 120px;
  }

  .testimonial-2 .quote-desc {
    font-size: 24px;
  }

  .quote-content-box {
    padding-right: 100px;
  }
}
/*==========================
// start blog
===========================*/
.blog:hover .blog-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.blog:hover .blog-content .blog-title a {
  color: #FF6159;
}

.blog-img {
  overflow: hidden;
  border-radius: 5px;
}
.blog-img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content {
  padding: 20px 0 0;
}
.blog-content .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.blog-content .blog-meta .meta-list li {
  display: inline-block;
  color: #AFB2B8;
  text-transform: capitalize;
  margin-right: 9px;
  font-size: 15px;
}
.blog-content .blog-meta .meta-list li a {
  display: inline-block;
  margin-left: 5px;
  color: inherit;
  font-family: "Jost", sans-serif;
}
.blog-content .blog-meta .meta-list li a:hover {
  color: #FF6159;
}
.blog-content .blog-meta .meta-list li.date {
  position: relative;
  padding-left: 12px;
}
.blog-content .blog-meta .meta-list li.date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3px;
  height: 3px;
  background-color: #aab7cf;
  border-radius: 50%;
}

.blog-title {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 30px;
}
.blog-title a {
  color: #161851;
}
.blog-title.title-md {
  font-size: 28px;
  line-height: 38px;
}
.blog-title.title-lg {
  font-size: 38px;
  line-height: 48px;
}

.post-footer {
  padding: 30px 0;
  border-bottom: 1px solid #ECECEC;
}

@media (min-width: 992px) {
  .post-footer {
    padding: 60px 0;
  }
}
.blog-post-wrapper {
  border: 1px dashed #ececec;
  border-radius: 5px;
  padding: 0 30px;
}

.post-widget {
  padding: 35px 0;
  border-bottom: 1px dotted #ececec;
}
.post-widget .post-widget-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 25px;
}
.post-widget:last-of-type {
  border-bottom: none;
}

.related-post {
  padding: 60px 0;
}
.related-post .sec-title {
  margin-bottom: 30px;
  font-size: 28px;
}

/*==========================
// Client Logo
===========================*/
.client-section .single-client {
  border: 1px solid #ECECEC;
  padding: 30px;
}
.client-section .single-client img {
  max-width: 127px;
  margin: 0 auto;
}

/*============================
//  FAQ Section
===========================*/
.tp-accordion .accordion-item {
  border-bottom: 1px solid #E2E2E2;
  border-width: 0 0 1px 0;
}
.tp-accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.tp-accordion .accordion-body {
  padding-left: 0;
  padding-top: 20px;
  background-color: #fff;
}
.tp-accordion .accordion-body P {
  font-size: 18px;
  line-height: 30px;
}
.tp-accordion .accordion-button {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #161851;
  background: transparent;
  padding-left: 0;
}
.tp-accordion .accordion-button.collapsed {
  background-color: transparent;
  color: #161851;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.tp-accordion .accordion-button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .tp-accordion .accordion-button {
    font-size: 24px;
  }
}
.block-image.overview-image {
  max-width: 350px;
}

/*============================
//  Intregration Section
===========================*/
.sec-intregration {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 150px;
}
.sec-intregration .btn-link {
  color: #FF6159;
  font-size: 18px;
  font-weight: 700;
}
.sec-intregration .btn-link .icon {
  font-size: 16px;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .sec-intregration {
    background-size: contain;
    padding-bottom: 200px;
  }
}
/*
// team
*/
.team-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.team-thumb .team-social {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  -webkit-transition-delay: ease-in-out 0.9s;
          transition-delay: ease-in-out 0.9s;
}
.team-thumb .team-social a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #161851;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 37px;
  margin-bottom: 10px;
}
.team-thumb::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 100%;
  width: 380px;
  height: 380px;
  background: #FF6159;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-content {
  padding-top: 30px;
}
.team-content .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #161851;
}
.team-content .designation {
  font-size: 14px;
  font-weight: 400;
  color: #5E687C;
}
.team-single {
  position: relative;
}
.team-single:hover .team-thumb::after, .team-single.active .team-thumb::after {
  left: 45%;
  top: 45%;
}
.team-single:hover .team-social, .team-single.active .team-social {
  right: 30px;
  visibility: visible;
  opacity: 1;
}

.price-single {
  padding: 45px;
  -webkit-box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.price-single .pricing-price {
  padding: 40px 0 18px;
}
.price-single .pricing-price h3 {
  font-size: 48px;
  color: #000000;
}
.price-single .pricing-price h3 span {
  font-size: 18px;
}
.price-single .btn {
  border-radius: 25px;
}
.price-single .price-content li {
  margin-bottom: 5px;
}
.price-single .price-content li i {
  color: #FF6159;
  margin-right: 10px;
}
.price-single.active {
  background: #FF6159;
  color: #fff;
}
.price-single.active h3 {
  color: #fff;
}
.price-single.active .price-header p {
  color: #fff;
}
.price-single.active .btn {
  background: #fff;
  color: #FF6159;
}
.price-single.active .price-content li i {
  color: #fff;
}
.price-header {
  padding-bottom: 30px;
}
.price-header p {
  font-size: 20px;
  color: #5E687C;
  margin: 0;
}

.address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.address-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #161851;
}
.address-item p {
  margin: 0;
  color: #5E687C;
}
.address-item .micon {
  font-size: 40px;
}
.address-item .address {
  margin-top: -9px;
  padding-left: 20px;
}

.minput {
  background: #F6F6F6;
  color: #AFB2B8;
  font-size: 16px;
  border-radius: 6px;
  padding: 10px 15px;
  border: none;
}
.minput:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F6F6F6;
}

.content-box {
  background: #fff;
  -webkit-box-shadow: 0px 4px 70px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 70px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
}

.box-title {
  font-size: 24px;
  line-height: 32px;
  color: #161851;
  font-weight: 700;
}

.platform-section {
  padding: 100px 0;
  background-color: #FDF7E9;
}
.platform-section .section-heading {
  padding-top: 60px;
  width: calc(100% - 40px);
  margin: 0;
}
.platform-section .section-heading .dot-shape {
  position: absolute;
  left: 0;
  z-index: -1;
}
.platform-section .section-heading .dot-shape img {
  max-width: 168px;
  width: 100%;
}
.platform-section .section-heading .rect-shape {
  position: absolute;
  right: 0;
  z-index: -1;
}
.platform-section .section-heading .rect-shape img {
  max-width: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 991px) {
  .platform-section .section-heading {
    padding-top: 100px;
    padding-bottom: 260px;
    margin: 0 auto -205px;
  }
}

.content-box .icon img {
  max-width: 68px;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .platform-section {
    padding: 100px 0;
    background-color: unset;
  }
  .platform-section .section-heading .dot-shape {
    left: -43px;
  }
  .platform-section .section-heading .rect-shape {
    position: absolute;
    right: 0;
  }
  .platform-section .section-heading .rect-shape img {
    max-width: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1300px) {
  .platform-section {
    padding: 100px 0;
  }
  .platform-section .section-heading .dot-shape {
    left: -168px;
  }
  .platform-section .section-heading .rect-shape {
    right: 0;
  }
  .platform-section .platform-item:nth-child(even) .content-box {
    margin-top: -40px;
  }
}
/*# sourceMappingURL=style.css.map */