/*-----------------------------------------------------------------------------------

    Template Name: AppLounch - App Landing Page HTML Template

    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    00 - Helpers (Variables & Mixins)
    01. Typography default CSS (Typography, Common Classes)
        01.01 - Typrography
    02 - Layout (Header, Footer, Section, Main Container/Wrapper and Page Header Styles)
        02.01 - Header
        02.02 - Footer
    03 - Modules (Template Design Elements as Modules and Third party Plugins Custom Styles)

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  00 - Helpers
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. Typography default CSS
/*----------------------------------------*/
/* Common Style */
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #636379;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 0;
  color: #0D0D0D;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a, button, img, input {
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #F7B731;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

ul:last-child {
  margin-bottom: 0;
}

hr {
  border-top-width: 2px;
}

.gap {
  height: 140px;
}

@media (min-width: 1320px) {
  .custom-container {
    max-width: 1350px;
  }
}

.btn.btn-1 {
  background: #0D0D0D;
  padding: 20px 30px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 6px;
}
.btn.btn-1:hover {
  background: #F7B731;
  color: #FFFFFF;
}
.btn.btn-2 {
  background: #3C50E0;
  padding: 21px 24px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  box-shadow: 4px 8px 24px rgba(60, 80, 224, 0.25);
}
.btn.btn-2:hover {
  background: #FFFFFF;
  color: #3C50E0;
}

.top-title {
  padding-bottom: 85px;
}
.top-title .title {
  font-size: 56px;
  font-weight: 600;
  line-height: 74px;
  color: #07003B;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .top-title .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-title .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.top-title p {
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  padding: 0 20px;
  color: #7E7C8F;
}

/*Loader Css*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F7B731;
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*===========================
    BACK TO TOP CSS
===========================*/
/*-- applounch-scroll-top start --*/
.applounch-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear, margin-right 0s;
}

.applounch-scroll-top.progress-done {
  visibility: visible;
  transform: translateY(0);
}

.applounch-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #F7B731;
}

.applounch-scroll-top > svg path {
  fill: none;
}

.applounch-scroll-top > svg.progress-circle path {
  stroke: #F7B731;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

@media (min-width: 1px) {
  .applounch-scroll-top.progress-done {
    opacity: 1;
  }
}
/*-- applounch-scroll-top end --*/
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes shakeY {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes shakeY {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes skewSpin {
  0% {
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
  }
  100% {
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
  }
}
@keyframes skewSpin {
  0% {
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
  }
  100% {
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
  }
}
@-webkit-keyframes rotated-style3 {
  0% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}
@keyframes rotated-style3 {
  0% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}
/*----------------------------------------*/
/*  02 - Layout
/*----------------------------------------*/
/*----------------------------------------*/
/*  02.01 - Header
/*----------------------------------------*/
.header-one {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 100%;
  transform: translateX(-50%);
  z-index: 99;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one {
    top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one {
    top: 24px;
  }
}
.header-one__btn {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .header-one__btn .list {
    display: none;
  }
}
.header-one__btn .list .item {
  display: inline-block;
  margin-left: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one__btn .list .item {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__btn .list .item {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__btn .list .item {
    margin-left: 0;
  }
}
.header-one__btn .list .item a {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
}
.header-one__btn .list .item a:hover {
  color: #F7B731;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one__btn .list .item:last-child {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__btn .list .item:last-child {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__btn .list .item:last-child {
    margin-left: 10px;
  }
}
.header-one__btn .list .item:last-child a {
  border: 1px solid #FFFFFF;
  padding: 15px 24px;
  border-radius: 6px;
}
.header-one__btn .list .item:last-child a:hover {
  background: #F7B731;
  color: #FFFFFF;
  border-color: #F7B731;
}
.header-one__menu {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header-one__menu .navbar-collapse {
    position: absolute;
    top: 106%;
    left: 0;
    width: 100%;
    background-color: #F7B731;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 575px) {
  .header-one__menu .navbar-collapse {
    position: absolute;
    top: 106%;
    left: 0;
    width: 100%;
    background-color: #F7B731;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}
.header-one__menu .stellarnav.light {
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__menu .stellarnav.light .main-nav__navigation-box {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__menu .stellarnav.light .main-nav__navigation-box {
    margin-top: 15px;
  }
}
.header-one__menu .stellarnav ul li {
  padding: 10px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .header-one__menu .stellarnav ul li {
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one__menu .stellarnav ul li {
    padding: 10px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__menu .stellarnav ul li {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__menu .stellarnav ul li {
    padding: 0px;
  }
}
.header-one__menu .stellarnav ul li a {
  color: #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one__menu .stellarnav ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__menu .stellarnav ul li a {
    color: #0D0D0D;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__menu .stellarnav ul li a {
    color: #0D0D0D;
    padding-left: 20px;
  }
}
.header-one__menu .stellarnav ul li a::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__menu .stellarnav ul li a img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__menu .stellarnav ul li a img {
    display: none;
  }
}
.header-one__menu .stellarnav ul li ul li {
  padding: 0;
}
.header-one__menu .stellarnav ul li ul li a {
  color: #0D0D0D;
  padding: 17px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__menu .stellarnav ul li ul li a {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__menu .stellarnav ul li ul li a {
    padding-left: 40px;
  }
}
.header-one__menu .stellarnav ul li ul li a:hover {
  background: #F7B731;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__menu .stellarnav ul li ul li a:hover {
    background: #FFFFFF;
    color: #3C50E0;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__menu .stellarnav ul li ul li a:hover {
    background: #FFFFFF;
    color: #3C50E0;
  }
}
.header-one__menu .stellarnav .menu-toggle {
  text-align: right;
  padding: 0;
}
.header-one__menu .stellarnav .menu-toggle .bars {
  top: 0 !important;
  display: inline-block;
  padding: 10px;
  border: 1px solid #fff;
  margin-right: 30px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__menu .stellarnav .menu-toggle .bars {
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__menu .stellarnav .menu-toggle .bars {
    margin-right: 15px !important;
    top: -10px !important;
  }
}
.header-one__menu .stellarnav .menu-toggle .bars span {
  background: #FFFFFF !important;
}
.header-one.header-two {
  padding: 0 70px;
  top: -83px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .header-one.header-two {
    padding: 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one.header-two {
    padding: 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one.header-two {
    padding: 0 0;
    top: -63px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one.header-two {
    padding: 0 0;
    top: -63px;
  }
}
.header-one.header-two .header-one__btn .list .item a {
  border-color: #07003B;
  color: #07003B;
}
.header-one.header-two .header-one__btn .list .item a:hover {
  color: #3C50E0;
}
.header-one.header-two .header-one__btn .list .item:last-child a:hover {
  background: #3C50E0;
  color: #FFFFFF;
  border-color: #3C50E0;
  box-shadow: 4px 8px 24px rgba(60, 80, 224, 0.25);
}
.header-one.header-two .stellarnav ul li a {
  color: #0D0D0D;
}
.header-one.header-two .stellarnav ul li ul li a:hover {
  background: #3C50E0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one.header-two .stellarnav ul li ul li a:hover {
    background: #FFFFFF;
    color: #ED5670 !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-one.header-two .stellarnav ul li ul li a:hover {
    background: #FFFFFF;
    color: #ED5670 !important;
  }
}
.header-one.header-two .stellarnav .menu-toggle .bars {
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one.header-two .stellarnav .menu-toggle .bars {
    margin-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-one.header-two .stellarnav .menu-toggle .bars {
    margin-right: 0px !important;
  }
}
.header-one.header-two .stellarnav .menu-toggle .bars span {
  background: #000000 !important;
}
.header-one.header-two .header-one__logo {
  padding-top: 0;
}
.header-one.header-three {
  top: 18px;
}
.header-one.header-three .header-one__btn .list .item a {
  font-size: 14px;
  font-weight: 500;
}
.header-one.header-three .header-one__btn .list .item:last-child a {
  background: #12141D;
  border-radius: 0;
  color: #FFFFFF;
}
.header-one.header-three .header-one__logo {
  padding-top: 0;
}
.header-one__logo {
  width: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__logo {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__logo {
    padding-top: 0px;
  }
}

.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-image: url(../images/banner-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  transform: inherit;
  padding: 0px 0;
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
  box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-sticky.sticky {
    padding: 25px 0;
  }
}
.header-sticky.sticky .header-one__logo {
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky .stellarnav.light .main-nav__navigation-box {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .header-sticky.sticky .stellarnav.light .main-nav__navigation-box {
    margin-top: 38px;
  }
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.header-one.header-two.header-sticky.sticky {
  background-image: none;
  background: #FFFFFF;
}

.header-one.header-three.header-sticky.sticky {
  background-image: none;
  background: #FFFFFF;
}

.header-one__menu .navbar-collapse {
  box-shadow: none !important;
}

.header-one__btn {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one__btn {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-one__btn {
    padding-right: 40px;
  }
}

.portfolio-page .header-one.header-two {
  top: 0px;
}

.portfolio-page .header-one.header-two.sticky {
  top: 0;
}

.header-one.sticky .header-one__menu .stellarnav .menu-toggle .bars {
  top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .header-one.sticky .header-one__menu .stellarnav .menu-toggle .bars {
    top: 15px !important;
  }
}

.stellarnav ul ul {
  top: 100%;
}

/*----------------------------------------*/
/*  02.02 - Footer
/*----------------------------------------*/
.footer {
  padding: 110px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer__about {
    text-align: center;
  }
}
.footer__about p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding-top: 23px;
}
.footer__about a {
  width: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__nav-item {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav-item {
    margin-top: 30px;
    text-align: center;
  }
}
.footer__nav-item--pl {
  padding-left: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__nav-item--pl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav-item--pl {
    padding-left: 0;
  }
}
.footer__nav-item .title {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 6px;
}
.footer__nav-item .list .item {
  margin-bottom: 5px;
}
.footer__nav-item .list .item a {
  font-size: 16px;
  line-height: 18px;
  color: #565656;
}
.footer__nav-item .list .item a:hover {
  color: #F7B731;
}
@media only screen and (max-width: 767px) {
  .footer__social .list {
    text-align: center;
  }
}
.footer__social .list .item {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .footer__social .list .item {
    margin: 0 2 [x];
  }
}
.footer__social .list .item a svg path {
  transition: all linear 0.3s;
}
.footer__social .list .item a:hover svg path {
  fill: #F7B731;
}
.footer__bottom {
  border-top: 1px solid #B7B7B7;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .footer__right-nav {
    margin-top: 15px;
  }
}
.footer__right-nav .list .item {
  display: inline-block;
  padding-left: 15px;
  margin-left: 30px;
  position: relative;
}
.footer__right-nav .list .item a {
  font-size: 16px;
  color: #565656;
}
.footer__right-nav .list .item a:hover {
  color: #F7B731;
}
.footer__right-nav .list .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background: #565656;
  border-radius: 50%;
}
.footer__right-nav .list .item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.footer__right-nav .list .item:first-child::before {
  display: none;
}
.footer.footer2 {
  background: #0e0841;
}
.footer.footer2 .footer__about p {
  color: #FFFFFF;
}
.footer.footer2 .footer__nav-item .title {
  color: #FFFFFF;
}
.footer.footer2 .footer__nav-item .list .item a {
  color: #B7B5C6;
}
.footer.footer2 .footer__nav-item .list .item a:hover {
  color: #3C50E0;
}
.footer.footer2 .footer__bottom .footer__social .list .item a svg path {
  fill: #FFFFFF;
}
.footer.footer2 .footer__bottom .footer__social .list .item a:hover svg path {
  fill: #3C50E0;
}
.footer.footer2 .footer__bottom .footer__right-nav .list .item a {
  color: #B7B5C6;
}
.footer.footer2 .footer__bottom .footer__right-nav .list .item a:hover {
  color: #3C50E0;
}

/*----------------------------------------*/
/*  03 - Modules
/*----------------------------------------*/
.banner {
  background-image: url(../images/banner-bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 205px 0;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.banner__title {
  color: #FFFFFF;
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 16px;
  text-transform: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .banner__title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__title {
    font-size: 46px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__title {
    font-size: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .banner__title {
    font-size: 40px;
    line-height: 42px;
  }
}
.banner p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
  padding-right: 40px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .banner p {
    padding-right: 0;
  }
}
.banner__btn-items {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__btn-items {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner__btn-items {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .banner__btn-items {
    display: block;
  }
}
.banner__btn-items li {
  padding: 0 15px;
}
@media only screen and (max-width: 575px) {
  .banner__btn-items li {
    margin-bottom: 15px;
  }
}
.banner__btn-items li a {
  background: #F7B731;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 6px;
  color: #FFFFFF;
  border: 1px solid #F7B731;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__btn-items li a {
    font-size: 16px;
  }
}
.banner__btn-items li a:hover {
  background: transparent;
  border-color: #FFFFFF;
}
.banner__btn-items li a.btn-2 {
  background: transparent;
  border-color: #FFFFFF;
}
.banner__btn-items li a.btn-2:hover {
  background: #F7B731;
  border-color: #F7B731;
}
.banner__user-demo {
  padding-top: 100px;
}
.banner__user-demo span {
  color: #FFFFFF;
  margin-left: 24px;
}
@media only screen and (max-width: 575px) {
  .banner__user-demo span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__content {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner__content {
    text-align: center;
  }
}
.banner .banner-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .banner .banner-thumb {
    width: 58%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .banner-thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .banner-thumb {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-thumb {
    display: none;
  }
}
.banner .banner-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 375px;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .banner .banner-shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .banner-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .banner-shape {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-shape {
    display: none;
  }
}

.banner-2 {
  background-image: url(../images/banner-bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 170px;
  margin: 84px 84px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-2 {
    margin: 84px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-2 {
    margin: 84px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-2 {
    margin: 84px 0 0;
  }
}
.banner-2 .banner-content {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-2 .banner-content {
    margin-top: 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner-2 .banner-content {
    margin-top: 100px;
    text-align: center;
  }
}
.banner-2 .banner-content .title {
  font-size: 80px;
  font-weight: 600;
  line-height: 82px;
  font-family: "Poppins", sans-serif;
  color: #07003B;
  margin-bottom: 20px;
  text-transform: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .banner-2 .banner-content .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-2 .banner-content .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-2 .banner-content .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-2 .banner-content .title {
    font-size: 40px;
    line-height: 52px;
  }
}
.banner-2 .banner-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: #7E7C8F;
  padding-right: 200px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-2 .banner-content p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-2 .banner-content p {
    padding-right: 0;
  }
}
.banner-2 .banner-content ul li {
  display: inline-block;
  margin-right: 16px;
}
@media only screen and (max-width: 575px) {
  .banner-2 .banner-content ul li {
    margin-bottom: 20px;
  }
}
.banner-2 .banner-content ul li:last-child a {
  background: #FFFFFF;
  color: #3C50E0;
}
.banner-2 .banner-content ul li:last-child a:hover {
  background: #3C50E0;
  color: #FFFFFF;
}
.banner-2 .banner-thumb {
  position: relative;
}
.banner-2 .banner-thumb .item-1 {
  position: absolute;
  top: 210px;
  right: 10px;
  -webkit-animation: 4s infinite alternate slideleft;
          animation: 4s infinite alternate slideleft;
}
.banner-2 .banner-thumb .item-2 {
  position: absolute;
  top: 370px;
  right: 260px;
  -webkit-animation: 4s infinite alternate slidedown;
          animation: 4s infinite alternate slidedown;
}

@-webkit-keyframes slideleft {
  0% {
    right: -10px;
  }
  100% {
    right: 30px;
  }
}

@keyframes slideleft {
  0% {
    right: -10px;
  }
  100% {
    right: 30px;
  }
}
@-webkit-keyframes slidedown {
  0% {
    top: 360px;
  }
  100% {
    top: 400px;
  }
}
@keyframes slidedown {
  0% {
    top: 360px;
  }
  100% {
    top: 400px;
  }
}
.banner3 {
  background-image: url(../images/banner-bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 205px 0 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner3__content {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner3__content {
    text-align: center;
  }
}
.banner3__content .title {
  font-size: 72px;
  font-family: "Syne", sans-serif;
  line-height: 72px;
  text-transform: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .banner3__content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner3__content .title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner3__content .title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .banner3__content .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .banner3__content .title {
    font-size: 34px;
    line-height: 44px;
  }
}
.banner3__content .title span {
  color: #4732BA !important;
  position: relative;
  z-index: 1;
}
.banner3__content .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: #4732BA;
  z-index: -1;
}
.banner3__content p {
  color: #56535A;
  font-size: 20px;
  line-height: 32px;
  padding-top: 8px;
}
.banner3__content .form-box {
  padding-top: 30px;
}
.banner3__content .form-box label {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 12px;
  font-weight: 600;
  color: #12141D;
  width: 100%;
}
.banner3__content .form-box .form-input {
  position: relative;
}
.banner3__content .form-box .form-input img {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}
@media only screen and (max-width: 575px) {
  .banner3__content .form-box .form-input img {
    display: none;
  }
}
.banner3__content .form-box .form-input input {
  width: 338px;
  height: 56px;
  background: #FFFFFF;
  border: 0;
  padding-left: 52px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner3__content .form-box .form-input input {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .banner3__content .form-box .form-input input {
    width: 100%;
  }
}
.banner3__content .form-box .form-input input::-moz-placeholder {
  opacity: 1;
  color: #88898E;
}
.banner3__content .form-box .form-input input:-ms-input-placeholder {
  opacity: 1;
  color: #88898E;
}
.banner3__content .form-box .form-input input::placeholder {
  opacity: 1;
  color: #88898E;
}
.banner3__content .form-box .form-input button {
  background: #ff8181;
  color: #FFFFFF;
  border: 0;
  line-height: 54px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 24px;
  margin-left: 12px;
  border: 1px solid #ff8181;
}
@media only screen and (max-width: 575px) {
  .banner3__content .form-box .form-input button {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner3__content .form-box .form-input button:hover {
  background: transparent;
  color: #ff8181;
}
.banner3__content .trust-user {
  padding-top: 88px;
}
.banner3__content .trust-user span {
  font-size: 18px;
  color: #6A656C;
  line-height: 32px;
  display: inline-block;
}
.banner3__content .trust-user span img {
  padding-right: 9px;
}
.banner3__content .trust-user span span {
  color: #12141D;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 12px;
  background-image: url(../images/user-line.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -10px;
}
.banner3__content .trust-user > img {
  padding: 16px 0 0;
}
.banner3__thumb {
  position: absolute;
  right: 90px;
  bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .banner3__thumb {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner3__thumb {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner3__thumb {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .banner3__thumb {
    position: static;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .banner3__thumb img {
    width: 67%;
  }
}

.sponser {
  padding: 100px 0 110px;
  margin-bottom: 100px;
  position: relative;
}
.sponser::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 277px;
  background: #868686;
}
@media (min-width: 1320px) {
  .sponser .custom-container {
    max-width: 1500px;
  }
}
.sponser__top-heading {
  padding-bottom: 62px;
}
.sponser__top-heading p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.sponser .swiper_warp {
  position: relative;
}
.sponser .swiper_warp .arrow-sponser {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
.sponser .swiper_warp .arrow-sponser::after {
  font-size: 20px;
  color: #000;
  transition: all linear 0.3s;
}
.sponser .swiper_warp .arrow-sponser:hover {
  background: #F7B731;
  border-color: #F7B731;
}
.sponser .swiper_warp .arrow-sponser:hover::after {
  color: #fff;
}
.sponser .swiper_warp .arrow-sponser.swiper-button-prev {
  left: 0px;
}
.sponser .swiper_warp .arrow-sponser.swiper-button-next {
  right: 0px;
}
.sponser .swiper_warp:hover .arrow-sponser {
  opacity: 1;
  visibility: visible;
}
.sponser .swiper_warp:hover .arrow-sponser.swiper-button-prev {
  left: -40px;
}
.sponser .swiper_warp:hover .arrow-sponser.swiper-button-next {
  right: -40px;
}

.sponser2 {
  padding-top: 95px;
}
.sponser2 .top-title {
  padding-bottom: 25px;
}
.sponser2__item {
  height: 240px;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 20px 80px -30px rgba(0, 0, 0, 0.07);
}
.sponser2__item.mt-120 {
  margin-top: 120px;
}
.sponser2 .sponser-slider-2-active {
  padding-bottom: 40px;
}
.sponser2 .swiper-slide:nth-child(2n) .sponser2__item {
  margin-top: 120px;
}
.sponser2 .swiper_wrapper {
  position: relative;
}
.sponser2 .swiper_wrapper .arrow-sponser {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
@media only screen and (max-width: 767px) {
  .sponser2 .swiper_wrapper .arrow-sponser {
    display: none;
  }
}
.sponser2 .swiper_wrapper .arrow-sponser::after {
  font-size: 20px;
  color: #000;
  transition: all linear 0.3s;
}
.sponser2 .swiper_wrapper .arrow-sponser:hover {
  background: #F7B731;
  border-color: #F7B731;
}
.sponser2 .swiper_wrapper .arrow-sponser:hover::after {
  color: #fff;
}
.sponser2 .swiper_wrapper .arrow-sponser.swiper-button-prev {
  left: 0px;
}
.sponser2 .swiper_wrapper .arrow-sponser.swiper-button-next {
  right: 0px;
}
.sponser2 .swiper_wrapper:hover .arrow-sponser {
  opacity: 1;
  visibility: visible;
}
.sponser2 .swiper_wrapper:hover .arrow-sponser.swiper-button-prev {
  left: -40px;
}
.sponser2 .swiper_wrapper:hover .arrow-sponser.swiper-button-next {
  right: -40px;
}

#sponser3 {
  padding-top: 40px;
  padding-bottom: 103px;
}
#sponser3 .sponser3__content {
  position: relative;
}
#sponser3 .sponser3__content .title {
  font-size: 56px;
  line-height: 64px;
  color: #12141d;
  font-weight: 700;
  font-family: "Syne", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  #sponser3 .sponser3__content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sponser3 .sponser3__content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sponser3 .sponser3__content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  #sponser3 .sponser3__content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 575px) {
  #sponser3 .sponser3__content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
#sponser3 .sponser3__content .title span {
  color: #FF8181;
  position: relative;
}
#sponser3 .sponser3__content .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #FF8181;
}
#sponser3 .sponser3__content p {
  color: #595b61;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 30px 27px 0;
}
#sponser3 .sponser3__content a {
  border-radius: 0;
  box-shadow: none;
  background: #4732ba;
  border: 1px solid #4732ba;
}
#sponser3 .sponser3__content a:hover {
  background: transparent;
  color: #4732ba;
}
#sponser3 .sponser3__content img {
  position: absolute;
  top: 0;
  left: 240px;
}

.features {
  padding: 0px 0 30px;
}
.features__top-heading {
  position: relative;
}
.features__title {
  font-size: 48px;
  line-height: 56px;
  color: #0D0D0D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .features__title {
    font-size: 32px;
    line-height: 42px;
  }
}

.features-item {
  background: #FFFFFF;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.features-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
.features-item__content-box {
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-item__content-box {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-item__content-box {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features-item__content-box {
    padding-right: 0;
  }
}
.features-item__content-box .title {
  font-size: 24px;
  line-height: 32px;
  padding-top: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-item__content-box .title {
    font-size: 18px;
    line-height: 24px;
  }
}
.features-item:hover::before {
  opacity: 1;
  visibility: visible;
}

.features2 {
  padding-top: 95px;
  padding-bottom: 106px;
}
.features2__content .top-title {
  padding-bottom: 0;
}
.features2__content .top-title .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  color: #07003B;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .features2__content .top-title .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features2__content .top-title .title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features2__content .top-title .title {
    font-size: 38px;
    line-height: 60px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .features2__content .top-title .title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 40px;
  }
}
.features2__content .content-box {
  padding: 40px 70px 40px 90px;
  position: relative;
  transition: all linear 0.3s;
  background: #FFFFFF;
  border-radius: 16px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 575px) {
  .features2__content .content-box {
    padding: 40px 20px 40px 90px;
  }
}
.features2__content .content-box img {
  position: absolute;
  left: 30px;
  top: 40px;
}
.features2__content .content-box .title {
  font-size: 24px;
  font-weight: 600;
  color: #07003B;
  font-family: "Poppins", sans-serif;
}
.features2__content .content-box p {
  font-size: 18px;
  line-height: 30px;
  color: #7E7C8F;
  font-family: "Poppins", sans-serif;
}
.features2__content .content-box:hover {
  box-shadow: 0px 20px 80px -30px rgba(0, 0, 0, 0.08);
  z-index: 6;
}

.features3 {
  padding-top: 90px;
}
.features3 .top-title {
  padding-bottom: 40px;
}
.features3 .top-title .title {
  font-size: 48px;
  line-height: 56px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features3 .top-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features3 .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .features3 .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .features3 .top-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.features3 .top-title .title span {
  color: #FF8181;
  position: relative;
}
.features3 .top-title .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #FF8181;
}
.features3__item {
  border: 1px solid #D0D0D2;
  padding: 40px;
  transition: all linear 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features3__item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .features3__item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .features3__item {
    padding: 20px;
  }
}
.features3__item .icon {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border: 1px solid #E7E7E8;
  border-radius: 50%;
  margin-bottom: 55px;
  transition: all linear 0.3s;
}
@media only screen and (max-width: 575px) {
  .features3__item .icon {
    margin-bottom: 20px;
  }
}
.features3__item .title {
  font-size: 24px;
  font-weight: 700;
  color: #12141d;
  line-height: 32px;
  font-family: "Syne", sans-serif;
  transition: all linear 0.3s;
}
.features3__item p {
  transition: all linear 0.3s;
}
.features3__item:hover {
  background: #3C50E0;
  border-color: #3C50E0;
}
.features3__item:hover .icon {
  background: #FFFFFF;
  border-color: #fff;
}
.features3__item:hover .title {
  color: #FFFFFF;
}
.features3__item:hover p {
  color: #FFFFFF;
}

.features-service {
  padding: 104px 0 110px;
}
.features-service .top-title {
  padding-bottom: 10px;
}
.features-service .top-title .title {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .features-service .top-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-service .top-title .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-service .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .features-service .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .features-service .top-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.features-item.service-features-item {
  padding: 40px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-item.service-features-item {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-item.service-features-item {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .features-item.service-features-item {
    padding: 25px;
  }
}
.features-item.service-features-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  z-index: -1;
  opacity: 0;
  transition: all linear 0.3s;
}
.features-item.service-features-item .features-item__content-box {
  padding-right: 0;
}
.features-item.service-features-item .features-item__content-box .title {
  padding-top: 30px;
}
.features-item.service-features-item .features-item__content-box a {
  font-size: 20px;
  font-weight: 500;
  color: #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
  margin-top: 13px;
}
.features-item.service-features-item .features-item__content-box a img {
  padding-left: 8px;
}
.features-item.service-features-item:hover::before {
  opacity: 1;
}

.service {
  margin: 80px 0 100px;
  position: relative;
  z-index: 1;
}
.service .custom-container {
  padding: 102px 0 110px;
}
.service::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #F8F8F8;
  height: 100%;
  width: 85%;
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .service::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service::before {
    width: 100%;
    border-radius: 0;
  }
}
.service__thumb {
  text-align: center;
  background-image: url(../images/service-item-bg-1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 80px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .service__thumb {
    background-size: cover;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__thumb {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .service__thumb {
    background-size: cover;
    padding: 30px 30px 0;
  }
}
.service__content {
  padding-left: 75px;
  padding-right: 9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .service__content {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__content {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__content {
    padding-left: 0;
    padding-right: 15px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.service__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.service p {
  padding-bottom: 13px;
}
.service .btn-1 {
  margin-top: 20px;
}
.service__list-item {
  margin-bottom: 20px;
}
.service__list-item li {
  margin-bottom: 10px;
}
.service__list-item li img {
  padding-right: 9px;
}

.service__item-2 {
  margin-top: 110px;
}
.service__item-2 .service__thumb {
  background-image: url(../images/service-item-bg-2.png);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .service__item-2 .service__thumb {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__item-2 .service__thumb {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item-2 .service__thumb {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service__item-2 .service__thumb {
    margin-right: 15px;
    margin-left: 10px;
  }
}
.service__item-2 .service__content {
  padding-left: 0;
  padding-right: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .service__item-2 .service__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__item-2 .service__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item-2 .service__content {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service__item-2 .service__content {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-top: 0;
  }
}

.work {
  padding-bottom: 50px;
}
@media (min-width: 1620px) {
  .work .custom-container {
    max-width: 1650px;
  }
}
.work__top-heading {
  padding-bottom: 44px;
}
.work__top-heading .title {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__top-heading .title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work__top-heading .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .work__top-heading .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.work__play-box {
  background-image: url(../images/play-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  position: relative;
}
.work__play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.work__play-button .video-popup {
  display: inline-block;
  background: #0D0D0D;
  height: 130px;
  width: 130px;
  text-align: center;
  line-height: 130px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  border: 0;
}
.work__play-button .video-popup::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid #0D0D0D;
  -webkit-animation: pulse-border-2 2s linear infinite;
          animation: pulse-border-2 2s linear infinite;
}

@-webkit-keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.process {
  margin: 0 0 100px;
  position: relative;
  z-index: 10;
  padding: 120px 0;
}
.process::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #f8f8f8;
  height: 100%;
  width: 85%;
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .process::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .process::before {
    width: 100%;
    border-radius: 0;
  }
}
.process__item {
  position: relative;
  padding-left: 80px;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process__item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .process__item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .process__item {
    padding-right: 0;
  }
}
.process__number {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border: 1px solid #0D0D0D;
  color: #0D0D0D;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 800;
}
.process__title {
  font-size: 24px;
  font-weight: 600;
}

.testimonial {
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .testimonial__top-title {
    text-align: center;
  }
}
.testimonial__top-title .title {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__top-title .title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__top-title .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__top-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.testimonial__review-text {
  width: 100%;
  display: block;
  color: #0D0D0D;
  padding-top: 10px;
}
.testimonial__item {
  padding: 70px 36px 32px;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  background: #FFFFFF;
  margin-top: 30px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: 91% 32px;
  background-size: auto;
}
.testimonial__author {
  position: relative;
  padding-left: 75px;
  margin-bottom: 24px;
}
.testimonial__author img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial2 {
  padding-top: 55px;
}
.testimonial2 .pb {
  padding-bottom: 45px;
}
.testimonial2 .top-title {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2 .top-title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial2 .top-title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2 .top-title .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial2 .top-title .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2__slide {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial2__slide {
    margin-top: 30px;
  }
}
.testimonial2__slide .item {
  padding-right: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial2__slide .item {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2__slide .item {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial2__slide .item {
    padding-right: 0;
  }
}
.testimonial2__slide span {
  font-size: 16px;
  line-height: 26px;
  color: #7E7C8F;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding-bottom: 18px;
  display: inline-block;
}
.testimonial2__slide p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  color: #07003B;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .testimonial2__slide p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial2__slide p {
    font-size: 20px;
  }
}
.testimonial2__slide .user {
  padding-top: 17px;
}
.testimonial2__slide .user .title {
  font-size: 18px;
  font-weight: 500;
  color: #07003b;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
}
.testimonial2__slide .user span {
  color: #7E7C8F;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.testimonial2__slide .user span span {
  color: #07003b;
  font-weight: 500;
}
.testimonial2 .testimonial-slider-active .testimonial-slider-dot {
  padding-top: 25px;
  text-align: left;
  position: relative;
}
.testimonial2 .testimonial-slider-active .testimonial-slider-dot span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #d7d5d5;
  opacity: 1;
}
.testimonial2 .testimonial-slider-active .testimonial-slider-dot span.swiper-pagination-bullet-active {
  background: #07003B;
}

.testimonial3 .top-title {
  padding-bottom: 40px;
}
.testimonial3 .top-title > span {
  color: #595b61;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  padding-bottom: 25px;
}
.testimonial3 .top-title .title {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  font-family: "Syne", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .testimonial3 .top-title .title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3 .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial3 .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.testimonial3 .top-title .title span {
  color: #4732ba;
  position: relative;
}
.testimonial3 .top-title .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #4732ba;
}
.testimonial3__item {
  position: relative;
  background: #FFFFFF;
  padding: 73px 37px 33px 37px;
  overflow: hidden;
  z-index: 1;
}
.testimonial3__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/testimonial-item-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.testimonial3__item .user {
  position: relative;
  padding-left: 70px;
}
.testimonial3__item .user img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial3__item .user .title {
  font-size: 20px;
  font-weight: 700;
  color: #12141d;
  font-family: "Syne", sans-serif;
  margin-bottom: 0px;
}
.testimonial3__item .user span {
  font-size: 16px;
  line-height: 26px;
  color: #3d3d47;
}
.testimonial3__item p {
  font-size: 18px;
  line-height: 30px;
  color: #52515C;
  padding-top: 28px;
  opacity: 1;
}
.testimonial3__item .quote-icon {
  position: absolute;
  top: 32px;
  right: 36px;
  z-index: 5;
}
.testimonial3 .swiper_warp {
  position: relative;
}
.testimonial3 .swiper_warp .arrow-sponser {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
@media only screen and (max-width: 767px) {
  .testimonial3 .swiper_warp .arrow-sponser {
    display: none;
  }
}
.testimonial3 .swiper_warp .arrow-sponser::after {
  font-size: 20px;
  color: #000;
  transition: all linear 0.3s;
}
.testimonial3 .swiper_warp .arrow-sponser:hover {
  background: #FF8181;
  border-color: #FF8181;
}
.testimonial3 .swiper_warp .arrow-sponser:hover::after {
  color: #fff;
}
.testimonial3 .swiper_warp .arrow-sponser.swiper-button-prev {
  left: 0px;
}
.testimonial3 .swiper_warp .arrow-sponser.swiper-button-next {
  right: 0px;
}
.testimonial3 .swiper_warp:hover .arrow-sponser {
  opacity: 1;
  visibility: visible;
}
.testimonial3 .swiper_warp:hover .arrow-sponser.swiper-button-prev {
  left: -50px;
}
.testimonial3 .swiper_warp:hover .arrow-sponser.swiper-button-next {
  right: -50px;
}

#testimonial3 .testimonial3__btn {
  padding-top: 48px;
}
#testimonial3 .testimonial3__btn a {
  border-radius: 0;
  box-shadow: none;
  background: #FF8181;
  border: 1px solid #FF8181;
}
#testimonial3 .testimonial3__btn a:hover {
  background: transparent;
  color: #FF8181;
}

.price {
  margin-bottom: 70px;
  position: relative;
  z-index: 10;
  padding: 140px 0 80px;
}
.price::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url(../images/price-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 85%;
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .price::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .price::before {
    width: 100%;
    border-radius: 0;
  }
}
.price__top-title .title {
  color: #0D0D0D;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price__top-title .title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price__top-title .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .price__top-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.price.pricing-two {
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
.price.pricing-two .price__top-title .title {
  font-family: "Poppins", sans-serif;
  padding-bottom: 15px;
}
.price.pricing-two::before {
  display: none;
}
.price.pricing-two .pricing-one__single {
  background: #FFFFFF;
  box-shadow: 4px 8px 32px rgba(7, 0, 59, 0.08);
  border-radius: 12px;
}
.price.pricing-two .pricing-one__single p {
  color: #07003B;
}
.price.pricing-two .pricing-one__single .pricing-one__btn {
  background: #FF5670;
  color: #FFFFFF;
  border-radius: 12px;
}
.price.pricing-two .pricing-one__single .pricing-one__btn:hover {
  background: #FFE9E9;
  color: #07003B;
}
.price.pricing-two .pricing-one__single .pricing-one__plan {
  font-family: "Poppins", sans-serif;
}
.price.pricing-two .pricing-one__single .pricing-one__list li a {
  color: #7E7C8F;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.price.pricing-two .pricing-one__single.item-2 {
  box-shadow: none;
  border: 1px solid #FAE0E0;
  border-radius: 24px;
}
.price.pricing-two .pricing-one__single.item-2 .pricing-one__btn {
  background: #FFE9E9;
  color: #07003B;
}
.price.pricing-two .pricing-one__single.item-2 .pricing-one__btn:hover {
  background: #FF5670;
  color: #FFFFFF;
}
.price.pricing-two ul.switch-toggler-list li a {
  color: #07003B;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.price.pricing-two ul.switch-toggler-list li.active a {
  color: #07003B;
}
.price.pricing-two .pricing-one__price {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
.price.price3 {
  background: #F8FAFF;
}
.price.price3::before {
  display: none;
}
.price.price3 .price__top-title .title {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: #12141d;
  font-family: "Syne", sans-serif;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .price.price3 .price__top-title .title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price.price3 .price__top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price.price3 .price__top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .price.price3 .price__top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .price.price3 .price__top-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.price.price3 .price__top-title .title span {
  color: #4732ba;
  position: relative;
}
.price.price3 .price__top-title .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #4732BA;
}
.price.price3 .pricing-one__single {
  border-radius: 0;
}
.price.price3 .pricing-one__single .pricing-one__price {
  font-family: "Syne", sans-serif;
}
.price.price3 .pricing-one__single .pricing-one__btn {
  border-radius: 0;
  border: 1px solid #12141D;
  background: #FFFFFF;
  color: #12141d;
  font-size: 16px;
  font-weight: 500;
}
.price.price3 .pricing-one__single .pricing-one__btn:hover {
  background: #12141D;
  color: #FFFFFF;
}
.price.price3 .pricing-one__single.pricing-one__single--item2 {
  background: #4732BA;
}
.price.price3 .pricing-one__single.pricing-one__single--item2 .pricing-one__btn {
  color: #4732BA;
  border-color: #4732BA;
}
.price.price3 .pricing-one__single.pricing-one__single--item2 .pricing-one__btn:hover {
  color: #FFFFFF;
  border-color: #000;
}
.price.service-pricing::before {
  background-image: none;
  background: #f8f8f8;
}

.pricing-one {
  position: relative;
  z-index: 10;
  padding-top: 102px;
}

.pricing-one .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  vertical-align: middle;
  margin: 0;
}

.pricing-one .switch input {
  display: none;
}

.pricing-one .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  background: #000;
}

.pricing-one .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  transform: translateX(0px);
  background-color: #fff;
  transition: 0.4s;
}

.pricing-one .switch.off .slider:before {
  transform: translateX(28px);
}

.pricing-one .slider.round {
  border-radius: 34px;
}

.pricing-one .slider.round:before {
  border-radius: 50%;
}

.pricing-one ul.switch-toggler-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pricing-one ul.switch-toggler-list li a {
  font-size: 20px;
  font-weight: 600;
  color: #3E3E59;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.pricing-one ul.switch-toggler-list li.active a {
  color: #3E3E59;
}

.pricing-one__single {
  background: #FFFFFF;
  padding: 60px 40px;
  border-radius: 16px;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 30px;
}
.pricing-one__single p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: -5px;
}
.pricing-one__single--item2 {
  background: #000;
}
.pricing-one__single--item2 .pricing-one__price {
  color: #FFFFFF;
}
.pricing-one__single--item2 .pricing-one__plan {
  color: #FFFFFF;
}
.pricing-one__single--item2 .pricing-one__list li a {
  color: #FFFFFF;
}
.pricing-one__single--item2 .pricing-one__btn {
  background: #F7B731;
  color: #FFFFFF;
}
.pricing-one__single--item2 .pricing-one__btn:hover {
  background: #FFFFFF;
  color: #0D0D0D;
}
.pricing-one__single--item3 .pricing-one__btn {
  background: #E67ED9;
}
.pricing-one__single--item3 p {
  color: #0D0D0D;
}
.pricing-one__price {
  font-size: 36px;
  font-weight: 600;
}
.pricing-one__list {
  padding-top: 30px;
}
.pricing-one__list li {
  margin-bottom: 12px;
}
.pricing-one__list li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #0D0D0D;
}
.pricing-one__list li a img {
  padding-right: 5px;
}
.pricing-one__btn {
  background: #46AAF2;
  color: #0D0D0D;
  margin-top: 60px;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 6px;
}
.pricing-one__btn:hover {
  background: #F7B731;
  color: #FFFFFF;
}
.pricing-one__plan {
  position: absolute;
  right: 40px;
  top: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
}

.faq {
  padding-top: 30px;
  padding-bottom: 110px;
}
.faq__top-title .title {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__top-title .title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__top-title .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__top-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.faq__accordion-box .accordion-item {
  border: 0;
  border-radius: 0;
}
.faq__accordion-box .accordion-item .accordion-button {
  background: transparent;
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #C4C4C4;
  box-shadow: none;
  padding: 20px 0;
}
.faq__accordion-box .accordion-item .accordion-button::after {
  background-image: url(../images/plus.png);
  height: 32px;
  width: 32px;
  background-position: center;
}
.faq__accordion-box .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
  height: 32px;
  width: 32px;
}
.faq__accordion-box .accordion-item .accordion-collapse .accordion-body {
  padding: 15px 0;
  color: #65657A;
  font-weight: 300;
}
.faq.contact-faq {
  position: relative;
  z-index: 1;
  margin-top: 85px;
  padding-top: 100px;
}
.faq.contact-faq::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 87%;
  transform: translateX(-50%);
  border-radius: 24px;
  background: #F8F8F8;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .faq.contact-faq::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq.contact-faq::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq.contact-faq::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq.contact-faq::before {
    width: 100%;
    border-radius: 0;
  }
}
.faq.contact-faq .accordion-item {
  background: transparent;
}

.cta {
  position: relative;
  z-index: 10;
  padding: 110px 0 0;
}
.cta::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url(../images/cta-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 85%;
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .cta::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content-box {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content-box {
    margin-bottom: 30px;
    text-align: center;
  }
}
.cta__content-box .title {
  font-size: 48px;
  font-weight: 56px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__content-box .title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content-box .title {
    font-size: 36px;
    line-height: 38px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content-box .title {
    font-size: 32px;
    line-height: 42px;
    padding-right: 0;
  }
}
.cta__content-box p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #0D0D0D;
  padding-top: 10px;
  padding-bottom: 44px;
}
.cta__content-box .download-box span {
  font-size: 16px;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__content-box .download-box .list {
    display: flex;
  }
}
.cta__content-box .download-box .list .item {
  display: inline-block;
  margin-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content-box .download-box .list .item {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content-box .download-box .list .item {
    margin-bottom: 15px;
  }
}
.cta.cta2 {
  background: #07003B;
  background-image: url(../images/cta-bg-2.jpg);
}
.cta.cta2::before {
  display: none;
}
.cta.cta2 .cta__content-box .title {
  color: #FFFFFF;
  font-size: 52px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .cta.cta2 .cta__content-box .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta.cta2 .cta__content-box .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta.cta2 .cta__content-box .title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .cta.cta2 .cta__content-box .title {
    font-size: 38px;
    line-height: 46px;
  }
}
.cta.cta2 .cta__content-box p {
  color: #BBB9C9;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
}
.cta.cta2 .cta__content-box .download-box span {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.cta.cta3 {
  background-image: url(../images/cta-bg-3.png);
  margin-top: 120px;
}
.cta.cta3 .cta__content-box .title {
  font-family: "Syne", sans-serif;
  font-size: 52px;
  line-height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .cta.cta3 .cta__content-box .title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta.cta3 .cta__content-box .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta.cta3 .cta__content-box .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .cta.cta3 .cta__content-box .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.cta.cta3 .cta__content-box .title span {
  color: #FF8181;
  position: relative;
}
.cta.cta3 .cta__content-box .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #ff8181;
}

.how-it-work {
  padding: 75px 0;
  position: relative;
}
.how-it-work .work-line {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 315px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .how-it-work .work-line {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .how-it-work .work-line {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-work .work-line {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-work .work-line {
    display: none;
  }
}

.how-it-work-item {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-work-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-work-item {
    margin-bottom: 30px;
  }
}
.how-it-work-item span {
  display: inline-block;
  height: 52px;
  width: 52px;
  background: #FFE4E4;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #07003B;
  font-family: "Poppins", sans-serif;
}
.how-it-work-item .title {
  font-size: 24px;
  font-weight: 700;
  color: #07003B;
  font-family: "Poppins", sans-serif;
  margin: 30px 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .how-it-work-item .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-work-item .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-work-item .title {
    margin-bottom: 15px;
  }
}
.how-it-work-item p {
  font-size: 18px;
  line-height: 30px;
  color: #7e7c8f;
  font-family: "Poppins", sans-serif;
  padding: 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .how-it-work-item p {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-work-item p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-work-item p {
    padding: 0;
  }
}

.how-work-2 {
  background: #4732BA;
  padding: 100px 0 105px;
  margin-top: 120px;
}
.how-work-2 .top-title {
  position: relative;
  padding: 0 10px 80px;
}
.how-work-2 .top-title img {
  position: absolute;
  right: 20px;
  top: -10px;
}
.how-work-2 .top-title .title {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 56px;
  font-family: "Syne", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .how-work-2 .top-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .how-work-2 .top-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.how-work-2 .top-title .title span {
  position: relative;
  color: #FF8181;
}
.how-work-2 .top-title .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #FF8181;
}

.how-work-3-item {
  text-align: center;
  padding: 0 35px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .how-work-3-item {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-work-3-item {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .how-work-3-item {
    padding: 0;
    margin-bottom: 40px;
  }
}
.how-work-3-item .work-arrow {
  position: absolute;
  right: -90px;
  top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-work-3-item .work-arrow {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .how-work-3-item .work-arrow {
    display: none;
  }
}
.how-work-3-item span {
  height: 52px;
  width: 52px;
  display: inline-block;
  background: #ff8181;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  line-height: 52px;
  font-size: 20px;
  font-weight: 700;
}
.how-work-3-item .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  padding-top: 30px;
}
.how-work-3-item p {
  color: #c8c1ea;
  font-size: 18px;
  line-height: 30px;
  padding-top: 15px;
}

.service2__content {
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service2__content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service2__content {
    padding-right: 0;
  }
}
.service2__content .title {
  font-size: 60px;
  font-weight: 600;
  color: #07003B;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .service2__content .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service2__content .title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2__content .title {
    font-size: 42px;
    line-height: 52px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service2__content .title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .service2__content .title {
    font-size: 32px;
    line-height: 44px;
  }
}
.service2__content p {
  font-size: 18px;
  line-height: 32px;
  color: #7E7C8F;
  font-family: "Poppins", sans-serif;
  padding: 17px 0 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2__content.service2content-2 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service2__content.service2content-2 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .service2__content.service2content-2 {
    margin-bottom: 20px;
  }
}
.service2__content.service2content-2 p {
  padding-right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service2__content.service2content-2 p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2__content.service2content-2 p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service2__content.service2content-2 p {
    padding-right: 0;
  }
}
.service2__thumb {
  position: relative;
}
.service2__thumb .item-1 {
  position: absolute;
  left: 50px;
  top: -50px;
}
.service2__thumb .item-2 {
  position: absolute;
  left: 0px;
  top: 130px;
  -webkit-animation: 4s infinite alternate slideitemleft;
          animation: 4s infinite alternate slideitemleft;
}
.service2__thumb .item-3 {
  position: absolute;
  right: 115px;
  top: 200px;
  -webkit-animation: 4s infinite alternate slideitemright;
          animation: 4s infinite alternate slideitemright;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .service2__thumb.service2item-2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service2__thumb.service2item-2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2__thumb.service2item-2 {
    margin-top: 80px;
  }
}
.service2__thumb.service2item-2 .item-1 {
  left: auto;
  right: 80px;
  top: -10px;
}
.service2__thumb.service2item-2 .item-2 {
  left: auto;
  right: -70px;
  -webkit-animation: 4s infinite alternate slideitemleft2;
          animation: 4s infinite alternate slideitemleft2;
}

@-webkit-keyframes slideitemleft {
  0% {
    top: 120px;
  }
  100% {
    top: 140px;
  }
}

@keyframes slideitemleft {
  0% {
    top: 120px;
  }
  100% {
    top: 140px;
  }
}
@-webkit-keyframes slideitemleft2 {
  0% {
    top: 170px;
  }
  100% {
    top: 190px;
  }
}
@keyframes slideitemleft2 {
  0% {
    top: 170px;
  }
  100% {
    top: 190px;
  }
}
@-webkit-keyframes slideitemright {
  0% {
    right: 100px;
  }
  100% {
    right: 135px;
  }
}
@keyframes slideitemright {
  0% {
    right: 100px;
  }
  100% {
    right: 135px;
  }
}
.service3 {
  padding: 117px 0 45px;
  margin-bottom: -120px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service3 {
    padding-bottom: 100px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 {
    padding-bottom: 100px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service3 {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.service3__thumb {
  position: relative;
}
.service3__thumb img {
  margin: -84px 0px 0 -105px;
  max-width: 850px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service3__thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3__thumb img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service3__thumb img {
    max-width: 100%;
    margin: 0;
  }
}
.service3__content {
  position: relative;
  z-index: 9;
}
.service3__content .top-title {
  padding-bottom: 62px;
}
.service3__content .top-title .title {
  font-size: 56px;
  line-height: 64px;
  color: #12141d;
  font-family: "Syne", sans-serif;
  padding-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .service3__content .top-title .title {
    font-size: 44px;
    line-height: 54px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service3__content .top-title .title {
    font-size: 36px;
    line-height: 46px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3__content .top-title .title {
    font-size: 36px;
    line-height: 46px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service3__content .top-title .title {
    font-size: 36px;
    line-height: 46px;
    padding-right: 0;
  }
}
.service3__content .top-title .title span {
  color: #4732BA;
  position: relative;
}
.service3__content .top-title .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #4732ba;
}
.service3__content .top-title p {
  font-size: 18px;
  line-height: 30px;
  color: #595b61;
  padding: 15px 0 0;
}
.service3 .item-2 {
  margin-top: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 .item-2 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service3 .item-2 {
    margin-top: 30px;
  }
}
.service3 .item-2 .service3__content .top-title {
  padding-bottom: 30px;
}
.service3 .item-2 .service3__content .top-title .text {
  font-weight: 500;
  color: #12141D;
}
.service3 .item-2 .service3__content .top-title .title {
  padding-right: 30px;
}
.service3 .item-2 .service3__content .top-title .title span {
  color: #FF8181;
}
.service3 .item-2 .service3__content .top-title .title span::before {
  background: #FF8181;
}
.service3 .item-2 .service3__content .top-title p {
  padding-right: 0;
}
.service3 .item-2 .service3__content .list .item {
  margin-bottom: 12px;
}
.service3 .item-2 .service3__content .list .item a {
  font-size: 18px;
  font-weight: 600;
  color: #12141d;
  font-family: "Syne", sans-serif;
}
.service3 .item-2 .service3__content .list .item a img {
  padding-right: 10px;
}
.service3 .item-2 .service3__content .services3-btn {
  margin-top: 56px;
}
.service3 .item-2 .service3__content .services3-btn a {
  border-radius: 0;
  background: #ff8181;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ff8181;
}
.service3 .item-2 .service3__content .services3-btn a:hover {
  background: transparent;
  color: #ff8181;
}
.service3 .item-2 .service3__thumb {
  text-align: right;
}
.service3 .item-2 .service3__thumb img {
  margin: -65px 0px 0 -150px;
  max-width: 960px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service3 .item-2 .service3__thumb img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 .item-2 .service3__thumb img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service3 .item-2 .service3__thumb img {
    max-width: 100%;
    margin: 0;
  }
}

.service3-content-box {
  padding-left: 64px;
  position: relative;
  margin-bottom: 45px;
}
.service3-content-box img {
  position: absolute;
  left: 0;
  top: 0;
}
.service3-content-box .title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  color: #12141D;
}
.service3-content-box p {
  font-size: 18px;
  line-height: 30px;
  color: #595B61;
  padding-right: 85px;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .service3-content-box p {
    padding-right: 0;
  }
}

.counter {
  padding-top: 103px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__box {
    margin-bottom: 30px;
  }
}
.counter__box .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter__box .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__box .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__box .title {
    font-size: 38px;
  }
}
.counter__box .title span {
  line-height: 56px;
  font-family: "Poppins", sans-serif;
}
.counter__box p {
  font-size: 18px;
  font-weight: 500;
  color: #7E7C8F;
  letter-spacing: 0.24em;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-top: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter__box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__box p {
    font-size: 14px;
  }
}
.counter.counter2 .counter__box .title {
  color: #4732BA;
  font-family: "Syne", sans-serif;
}

.platform__box {
  position: relative;
  background-image: url(../images/platform-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0 110px 130px;
  margin: 0 -50px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform__box {
    padding-bottom: 0;
    padding-left: 30px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform__box {
    padding-bottom: 0;
    padding-left: 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .platform__box {
    padding-bottom: 0;
    padding-left: 20px;
    margin: 0;
  }
}
.platform__box .platform-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform__box .platform-mobile {
    position: static;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform__box .platform-mobile {
    position: static;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .platform__box .platform-mobile {
    position: static;
    padding-top: 40px;
  }
}
.platform__box .content-box {
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .platform__box .content-box {
    padding-right: 0;
  }
}
.platform__box .content-box .title {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
  color: #07003B;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .platform__box .content-box .title {
    font-size: 48px;
    line-height: 60px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform__box .content-box .title {
    font-size: 46px;
    line-height: 60px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform__box .content-box .title {
    font-size: 46px;
    line-height: 60px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .platform__box .content-box .title {
    font-size: 46px;
    line-height: 60px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .platform__box .content-box .title {
    font-size: 34px;
    line-height: 46px;
    padding-right: 0px;
  }
}
.platform__box .content-box p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #7E7C8F;
}
.platform__box .platform-content-box {
  margin-right: 137px;
  display: flex;
  margin-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform__box .platform-content-box {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform__box .platform-content-box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .platform__box .platform-content-box {
    margin-right: 0;
    flex-direction: column;
  }
}
.platform__box .platform-content-box .item {
  background: #FFFFFF;
  margin-right: 20px;
  padding: 30px 45px 30px 30px;
  border-radius: 16px;
  box-shadow: 0px 20px 80px -30px rgba(0, 0, 0, 0.08);
  background-image: url(../images/link-icon.svg);
  background-position: 87% 40px;
  background-repeat: no-repeat;
  background-size: auto;
}
@media only screen and (max-width: 767px) {
  .platform__box .platform-content-box .item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .platform__box .platform-content-box .item {
    padding: 30px 30px 30px 30px;
  }
}
.platform__box .platform-content-box .item .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #07003B;
  font-family: "Poppins", sans-serif;
  padding-bottom: 3px;
}
.platform__box .platform-content-box .item p {
  font-size: 18px;
  line-height: 30px;
  color: #7E7C8F;
  font-family: "Poppins", sans-serif;
}

.page-title-banner {
  background-image: url(../images/page-title-banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 210px 0 115px;
}
.page-title-banner .page-title-content span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  border-radius: 30px;
  padding: 6px 25px;
}
.page-title-banner .page-title-content .title {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 56px;
  padding-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .page-title-banner .page-title-content .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title-banner .page-title-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-banner .page-title-content .title {
    font-size: 32px;
    line-height: 42px;
  }
}

.about-video {
  padding: 110px 0;
}
.about-video .about-video__top-heading .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #0D0D0D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video .about-video__top-heading .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .about-video .about-video__top-heading .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.about-video .about-video__top-text p {
  font-size: 18px;
  line-height: 30px;
  color: #65657a;
  padding-right: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video .about-video__top-text p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-video .about-video__top-text p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-video .about-video__top-text p {
    padding-right: 0;
  }
}
.about-video .about-video__box {
  margin-top: 65px;
  position: relative;
}
.about-video .about-video__box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-video .about-video__box .play-btn a {
  display: inline-block;
  height: 120px;
  width: 120px;
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  border: 0;
}
.about-video .about-video__box .play-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid #F7B731;
  -webkit-animation: pulse-border-2 2s linear infinite;
          animation: pulse-border-2 2s linear infinite;
}
@media only screen and (max-width: 767px) {
  .about-video .about-video__box .play-btn a {
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}

.about-features {
  position: relative;
  z-index: 1;
  padding: 82px 0;
}
.about-features::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 87%;
  background: #F8F8F8;
  z-index: -1;
  border-radius: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about-features::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-features::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-features::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-features::before {
    width: 100%;
    border-radius: 0;
  }
}
.about-features .top-title {
  padding-bottom: 94px;
}
.about-features .top-title .title {
  font-size: 48px;
  line-height: 56px;
  color: #0D0D0D;
  padding: 0 0px;
  margin: 0 -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about-features .top-title .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-features .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .about-features .top-title .title {
    font-size: 36px;
    line-height: 46px;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-features .top-title .title {
    font-size: 28px;
    line-height: 38px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-features-item {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-features-item {
    text-align: center;
    margin-bottom: 50px;
  }
}
.about-features-item .top-style {
  position: relative;
  padding-left: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-features-item .top-style {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-features-item .top-style {
    padding-left: 0;
  }
}
.about-features-item .top-style .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-features-item .top-style .icon {
    position: static;
    display: inline-block;
    transform: translateY(0%);
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-features-item .top-style .icon {
    position: static;
    display: inline-block;
    transform: translateY(0%);
    margin-bottom: 15px;
  }
}
.about-features-item .top-style .title {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-features-item .top-style .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-features-item p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  padding-right: 90px;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-features-item p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-features-item p {
    padding-right: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-features-item p {
    padding-right: 0;
    padding-top: 0;
  }
}

.about-fun-facts-box {
  background-image: url(../images/about-fun-facts-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 78px 110px;
  border-radius: 24px;
  margin-top: 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about-fun-facts-box {
    padding: 78px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-fun-facts-box {
    padding: 78px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-fun-facts-box {
    padding: 78px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-fun-facts-box {
    padding: 78px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-fun-facts-item {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-fun-facts-item {
    text-align: center;
    margin-bottom: 40px;
  }
}
.about-fun-facts-item .title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #0D0D0D;
}
.about-fun-facts-item > span {
  font-size: 18px;
  line-height: 24px;
  color: #3c2b31;
}

.about-contant-box {
  margin-top: 110px;
}
.about-contant-box .about-contnet-thumb {
  margin-bottom: 30px;
}
.about-contant-box .about-contnet-thumb img {
  width: 100%;
}
.about-contant-box .about-contnt .title {
  font-size: 48px;
  line-height: 56px;
  padding-right: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-contant-box .about-contnt .title {
    padding-right: 0;
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about-contant-box .about-contnt .title {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-contant-box .about-contnt .title {
    padding-right: 0;
    font-size: 36px;
    line-height: 46px;
  }
}
.about-contant-box .about-contnt p {
  font-size: 18px;
  line-height: 30px;
  color: #636379;
  padding: 20px 0 14px;
}
.about-contant-box .about-contnt ul {
  margin-bottom: 50px;
}
.about-contant-box .about-contnt ul li {
  color: #636379;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.about-contant-box .about-contnt ul li img {
  padding-right: 8px;
}

.team {
  padding: 104px 0 30px;
  margin-bottom: -17px;
}
.team .top-title {
  padding-bottom: 60px;
}
.team .top-title .title {
  font-size: 48px;
  line-height: 56px;
  margin: 0 -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .team .top-title .title {
    font-size: 36px;
    line-height: 46px;
    margin: 0;
  }
}
.team__item {
  transition: all linear 0.3s;
}
.team__item:hover {
  transform: translateY(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team__item {
    margin-bottom: 40px;
  }
}
.team__item .thumb img {
  width: 100%;
}
.team__item .title {
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  padding-top: 25px;
}
.team__item span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #565656;
  margin-bottom: 13px;
}
.team__item a {
  font-size: 20px;
  font-weight: 500;
  color: #0D0D0D;
  border-bottom: 2px solid #0D0D0D;
}

.subscription {
  position: relative;
  z-index: 1;
}
.subscription::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 87%;
  border-radius: 24px;
  background-image: url(../images/subscribe-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .subscription::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscription::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscription::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subscription::before {
    width: 100%;
    border-radius: 0;
  }
}
.subscription__box {
  padding: 140px 0;
}
.subscription__box .top-title {
  padding: 0 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscription__box .top-title {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscription__box .top-title {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subscription__box .top-title {
    padding: 0;
  }
}
.subscription__box .top-title .title {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .subscription__box .top-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscription__box .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscription__box .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .subscription__box .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .subscription__box .top-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.subscription__box .top-title p {
  font-size: 20px;
  line-height: 32px;
  color: #37313c;
}
@media only screen and (max-width: 767px) {
  .subscription__box .top-title p {
    padding: 0;
  }
}
.subscription__box .subscription__mail {
  padding-top: 60px;
}
.subscription__box .subscription__mail .input-box {
  margin: 0 25px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscription__box .subscription__mail .input-box {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscription__box .subscription__mail .input-box {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subscription__box .subscription__mail .input-box {
    margin: 0;
  }
}
.subscription__box .subscription__mail .input-box input {
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.6);
  padding-left: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}
.subscription__box .subscription__mail .input-box input::-moz-placeholder {
  opacity: 1;
  color: #88829A;
}
.subscription__box .subscription__mail .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #88829A;
}
.subscription__box .subscription__mail .input-box input::placeholder {
  opacity: 1;
  color: #88829A;
}
.subscription__box .subscription__mail .input-box button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  background: #000000;
  padding: 0 30px;
  border: 0;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
@media only screen and (max-width: 575px) {
  .subscription__box .subscription__mail .input-box button {
    position: static;
    margin-top: 10px;
    transform: translateY(0);
  }
}

.portfolio-filter {
  padding: 106px 0 0;
}
.portfolio-filter .top-title {
  padding-bottom: 0;
  padding-bottom: 20px;
}
.portfolio-filter .top-title .title {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-filter .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filter .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-filter .top-title .title {
    font-size: 28px;
    line-height: 40px;
  }
}
.portfolio-filter .portfolio-filter-menu {
  padding-bottom: 20px;
}
.portfolio-filter .portfolio-filter-menu ul {
  text-align: right;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filter .portfolio-filter-menu ul {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-filter .portfolio-filter-menu ul {
    justify-content: flex-start;
  }
}
.portfolio-filter .portfolio-filter-menu ul li {
  display: inline-block;
  margin-left: 38px;
  font-size: 18px;
  font-weight: 400;
  color: #0D0D0D;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-filter .portfolio-filter-menu ul li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filter .portfolio-filter-menu ul li {
    margin-left: 0px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-filter .portfolio-filter-menu ul li {
    margin-left: 0px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-filter .portfolio-filter-menu ul li {
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.portfolio-filter .portfolio-filter-menu ul li button {
  padding: 0;
  position: relative;
}
.portfolio-filter .portfolio-filter-menu ul li button.active {
  background: transparent;
  color: #FFA9AA;
}
.portfolio-filter .portfolio-filter-menu ul li button.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
}

.portfolio-filter-item {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.portfolio-filter-item > img {
  width: 100%;
}
.portfolio-filter-item .portfolio-filter-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(190.15deg, rgba(255, 143, 232, 0.15) 7.11%, #FFC960 91.83%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-left: 40px;
  padding-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
.portfolio-filter-item .portfolio-filter-overlay .title {
  font-size: 24px;
  font-weight: 700;
}
.portfolio-filter-item .portfolio-filter-overlay a {
  font-size: 18px;
  font-weight: 400;
  color: #0D0D0D;
}
.portfolio-filter-item .portfolio-filter-overlay a img {
  padding-left: 8px;
}
.portfolio-filter-item:hover .portfolio-filter-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio-single-banner {
  padding-top: 90px;
}
.portfolio-single-banner > img {
  width: 100%;
}

.portfolio-single-banner-box {
  padding: 90px 80px;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-top: -240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-single-banner-box {
    padding: 40px;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single-banner-box {
    padding: 40px;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single-banner-box {
    padding: 20px;
    margin-top: -30px;
  }
}
.portfolio-single-banner-box .top-item {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 40px;
}
.portfolio-single-banner-box .top-item .title {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-single-banner-box .top-item .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-single-banner-box .top-item .title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single-banner-box .top-item .title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single-banner-box .top-item .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.portfolio-single-banner-box .top-item a {
  background: #F7B731;
  background-image: url(../images/button-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}
.portfolio-single-banner-box .content-box {
  padding-left: 30px;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .portfolio-single-banner-box .content-box {
    padding-left: 0;
  }
}
.portfolio-single-banner-box .content-box .title {
  font-size: 24px;
  font-weight: 700;
}
.portfolio-single-banner-box .content-box p {
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-single-banner-box .content-box p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-single-banner-box .content-box p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single-banner-box .content-box p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-single-banner-box .content-box ul {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single-banner-box .content-box ul {
    padding-top: 20px;
  }
}
.portfolio-single-banner-box .content-box ul li {
  font-size: 18px;
  font-weight: 400;
  color: #6E6E6E;
  margin-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-single-banner-box .content-box ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single-banner-box .content-box ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.portfolio-single-banner-box .content-box ul li span {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding-left: 16px;
  color: #0D0D0D;
}

.single-portfolio-information {
  margin-top: 140px;
}

.information-box {
  padding: 0 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .information-box {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .information-box {
    padding: 0;
  }
}
.information-box .information-content {
  padding-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .information-box .information-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .information-box .information-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .information-box .information-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.information-box .information-content .title {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 20px;
}
.information-box .information-content p {
  color: #666;
}
.information-box .information-content ul {
  padding-bottom: 20px;
}
.information-box .information-content ul li {
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
  position: relative;
  padding: 8px 0 8px 38px;
}
.information-box .information-content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 20px;
  background: #FF794D;
  border-radius: 3px;
}

.single-portfolio-process {
  margin: 110px 0;
  position: relative;
  z-index: 1;
}
.single-portfolio-process::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 87%;
  background: #F8F8F8;
  border-radius: 24px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .single-portfolio-process::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-process::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-process::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-process::before {
    width: 100%;
    border-radius: 0;
  }
}
.single-portfolio-process .portfolio-process-box {
  padding: 100px 0;
}
.single-portfolio-process .top-title {
  padding-bottom: 45px;
}
.single-portfolio-process .top-title .title {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-process .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-process-item {
    text-align: center;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-process-item {
    text-align: center;
    margin-bottom: 35px;
  }
}
.portfolio-process-item span {
  display: inline-block;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  color: #0D0D0D;
  font-size: 26px;
  font-weight: 800;
}
.portfolio-process-item .title {
  font-size: 24px;
  font-weight: 600;
  padding-top: 22px;
  padding-bottom: 4px;
}
.portfolio-process-item p {
  color: #636379;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-process-item p {
    font-size: 16px;
  }
}

.portfolio-testimonial-box {
  padding-bottom: 110px;
}
.portfolio-testimonial-box .top-title .title {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  .portfolio-testimonial-box .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.portfolio-testimonial-box .testimonial-box {
  background: #FFFFFF;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  overflow: hidden;
}
.portfolio-testimonial-box .testimonial-box .testimonial-thumb {
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  padding: 75px 0;
}
.portfolio-testimonial-box .testimonial-box .testimonial-thumb .title {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.portfolio-testimonial-box .testimonial-box .testimonial-thumb span {
  font-size: 16px;
  font-weight: 400;
  color: #0D0D0D;
}
.portfolio-testimonial-box .testimonial-box .testimonial-content {
  padding-left: 140px;
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-testimonial-box .testimonial-box .testimonial-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-testimonial-box .testimonial-box .testimonial-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-testimonial-box .testimonial-box .testimonial-content {
    padding: 30px;
  }
}
.portfolio-testimonial-box .testimonial-box .testimonial-content p {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #0D0D0D;
}

.portfolio-project {
  padding-bottom: 20px;
}
.portfolio-project .top-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .portfolio-project .top-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.portfolio-project .top-title .title {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-project .top-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-project .top-title .title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
.portfolio-project .top-title a {
  font-size: 20px;
  font-weight: 500;
  color: #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
}
.portfolio-project .top-title a img {
  padding-left: 8px;
}

.blog-layout-1 {
  padding: 110px 0 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-layout-1-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-layout-1-item {
    margin-bottom: 30px;
  }
}
.blog-layout-1-item .thumb {
  margin-bottom: 30px;
}
.blog-layout-1-item .thumb img {
  width: 100%;
}
.blog-layout-1-item .content .sub-item a {
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 32px;
}
.blog-layout-1-item .content .sub-item span {
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
  padding-left: 24px;
  display: inline-block;
}
.blog-layout-1-item .content .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  padding-right: 105px;
  padding-top: 25px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-layout-1-item .content .title {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-layout-1-item .content .title {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-layout-1-item .content .title {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-layout-1-item .content .title {
    font-size: 26px;
    line-height: 34px;
  }
}
.blog-layout-1-item .content p {
  color: #65657A;
  padding-bottom: 6px;
}
.blog-layout-1-item .content > a {
  font-size: 20px;
  font-weight: 500;
  color: #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
}
.blog-layout-1-item .content > a img {
  padding-left: 8px;
}

.blog-layout-2-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .blog-layout-2-item {
    display: block;
  }
}
.blog-layout-2-item .thumb {
  margin-right: 30px;
  min-width: 195px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-layout-2-item .thumb {
    min-width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-layout-2-item .thumb {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog-layout-2-item .thumb img {
  width: 100%;
}
.blog-layout-2-item .content .sub-item a {
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 32px;
}
.blog-layout-2-item .content .sub-item span {
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
  padding-left: 24px;
  display: inline-block;
}
.blog-layout-2-item .content .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 105px;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .blog-layout-2-item .content .title {
    font-size: 20px;
    line-height: 28px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-layout-2-item .content .title {
    font-size: 20px;
    line-height: 28px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-layout-2-item .content .title {
    font-size: 20px;
    line-height: 28px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-layout-2-item .content .title {
    font-size: 20px;
    line-height: 28px;
    padding-right: 0px;
  }
}
.blog-layout-2-item .content p {
  color: #65657A;
  padding-bottom: 6px;
}
.blog-layout-2-item .content > a {
  font-size: 20px;
  font-weight: 500;
  color: #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
}
.blog-layout-2-item .content > a img {
  padding-left: 8px;
}

.blog-layout-3 .top-title {
  padding-bottom: 40px;
}
.blog-layout-3 .top-title .title {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .blog-layout-3 .top-title .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-layout-3 .top-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-layout-3 .top-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}

.blog-layout-3-item {
  margin-bottom: 50px;
}
.blog-layout-3-item .thumb {
  margin-bottom: 30px;
}
.blog-layout-3-item .thumb img {
  width: 100%;
}
.blog-layout-3-item .content .sub-item a {
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 32px;
}
.blog-layout-3-item .content .sub-item span {
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
  padding-left: 24px;
  display: inline-block;
}
.blog-layout-3-item .content .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .blog-layout-3-item .content .title {
    padding-right: 0;
  }
}
.blog-layout-3-item .content p {
  color: #65657A;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.blog-layout-3-item .content > a {
  font-size: 20px;
  font-weight: 500;
  color: #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
}
.blog-layout-3-item .content > a img {
  padding-left: 8px;
}

.page-contact-info {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-contact-info {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-contact-info {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact-info {
    display: block;
  }
}
.page-contact-info .item {
  background: #FFFFFF;
  margin-right: 60px;
  padding: 55px 40px 55px 135px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: 420px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .page-contact-info .item {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-contact-info .item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-contact-info .item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact-info .item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .page-contact-info .item {
    padding: 55px 40px 55px 30px;
  }
}
.page-contact-info .item .icon {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
}
@media only screen and (max-width: 575px) {
  .page-contact-info .item .icon {
    position: static;
    margin-bottom: 20px;
    transform: translateY(0);
  }
}

.contact-main-box {
  padding-top: 105px;
}

.contact-box-information > .title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 25px;
}
.contact-box-information p {
  color: #65657A;
  padding-right: 100px;
  padding-bottom: 30px;
}
.contact-box-information .social-box {
  position: relative;
  padding-left: 90px;
  margin-bottom: 37px;
}
.contact-box-information .social-box .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(120.12deg, #FF8FE8 0%, #FFC960 100%);
  box-shadow: 7px 59.0047px 60px -31.4692px rgba(18, 20, 29, 0.2);
  height: 64px;
  width: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
}
.contact-box-information .social-box .title {
  font-size: 24px;
}

.contact-form-box .input-box {
  margin-bottom: 24px;
}
.contact-form-box .input-box label {
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
  display: inline-block;
  padding-bottom: 10px;
}
.contact-form-box .input-box input {
  width: 100%;
  padding-left: 30px;
  border: 1px solid #0D0D0D;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 6px;
}
.contact-form-box .input-box input::-moz-placeholder {
  opacity: 1;
  color: #9F9FAC;
}
.contact-form-box .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #9F9FAC;
}
.contact-form-box .input-box input::placeholder {
  opacity: 1;
  color: #9F9FAC;
}
.contact-form-box .input-box textarea {
  width: 100%;
  border: 1px solid #0D0D0D;
  padding-left: 30px;
  padding-top: 20px;
  border-radius: 6px;
  resize: none;
  height: 180px;
  font-size: 18px;
  font-weight: 400;
}
.contact-form-box .input-box textarea::-moz-placeholder {
  opacity: 1;
  color: #9F9FAC;
}
.contact-form-box .input-box textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9F9FAC;
}
.contact-form-box .input-box textarea::placeholder {
  opacity: 1;
  color: #9F9FAC;
}
.contact-form-box .input-box button {
  margin-top: 40px;
}

.contact-cta {
  margin-top: 130px;
  position: relative;
  z-index: 1;
  padding: 130px 0;
}
.contact-cta::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 87%;
  transform: translateX(-50%);
  background-image: url(../images/contact-cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  border-radius: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .contact-cta::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-cta::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-cta::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-cta::before {
    width: 100%;
    border-radius: 0;
  }
}
.contact-cta .top-title {
  padding-bottom: 0;
}
.contact-cta .top-title p {
  padding: 15px 40px;
  font-size: 20px;
  line-height: 32px;
  color: #0D0D0D;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-cta .top-title p {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-cta .top-title p {
    padding: 15px 0;
  }
}