﻿/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

body {
  color: #938eae;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Jost", sans-serif;
}

a {
  color: #3a3064;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

a:hover,
a:focus,
a:visited {
  outline: none;
  color: #fa4323;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3064;
  line-height: 1.22;
  font-family: "Jost", sans-serif;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/** Button style **/
.theme-btn,
a.theme-btn {
  z-index: 1;
  color: #000;
  cursor: pointer;
  min-width: 150px;
  transition: 0.7s;
  text-align: center;
  padding: 12px 30px;
  position: relative;
  border-radius: 25px;
  background: #ffe56a;
  display: inline-block;
}

.google-btn {
  display: inline-block;
}
.google-btn img {
  width: 10rem;
}

.theme-btn:before,
a.theme-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.7s;
  border-radius: 25px;
  /* background: transparent linear-gradient(240deg, #accbee 0%, #e7f0fd 100%) 0% 0% no-repeat padding-box; */
}

.theme-btn:hover:before,
a.theme-btn:hover:before {
  opacity: 1;
}

/*** Social Style One ***/
.social-style li {
  display: inline-block;
}

.social-style li a {
  width: 40px;
  height: 40px;
  margin: 0 1px;
  color: #fa4323;
  font-size: 18px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #ffffff;
  transition: all 0.4s;
  display: inline-block;
  box-shadow: -0.71px 0.71px 32px #c0c0c033;
}

.social-style li a:hover {
  color: #ffffff;
  background: #fa4323;
}

.social-style li:first-child a {
  margin-left: 0;
}

.social-style li:last-child a {
  margin-right: 0;
}

/* List Style One */
.list-style-one li {
  display: flex;
  font-weight: 600;
  margin-bottom: 10px;
}

.list-style-one li:before {
  font-size: 12px;
  font-weight: 400;
  content: "\f108";
  margin-right: 15px;
  font-family: "Flaticon";
}

/*** Preloader style ***/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../picture/preloader.gif);
}

button:focus {
  outline: 0;
}

.overlay {
  position: relative;
}

.overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f7f6fc;
  opacity: 0.8;
}

.overlay * {
  z-index: 2;
  position: relative;
}

/****************************************************** */
/******************* 02. Hero Section  **************** */
/****************************************************** */
.hero-section {
  padding-top: 125px;
  position: relative;
  background: url(../picture/banner.png);
  background-position: inherit;
  background-size: cover;
}

.hero-content {
  max-width: 345px;
  padding-bottom: 200px;
}

.hero-content h2 {
  color: #ffffff;
  line-height: 1.43;
  margin-bottom: 25px;
}

.hero-content p {
  color: #ffffff;
  margin-bottom: 40px;
}

.hero-circle-shape {
  position: absolute;
  top: 19%;
  left: 8%;
  width: 12.172%;
  -webkit-animation: down-up-two 8s infinite linear;
  animation: down-up-two 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.hero-dot-shape {
  position: absolute;
  bottom: 20%;
  left: 18%;
  width: 1.448%;
  -webkit-animation: animationRoundTopBottom 25s infinite linear;
  animation: animationRoundTopBottom 25s infinite linear;
}

.hero-moon-shape {
  position: absolute;
  top: 17%;
  left: 47%;
  width: 2.59%;
  -webkit-animation: animationRoundTopBottomTwo 25s infinite linear;
  animation: animationRoundTopBottomTwo 25s infinite linear;
}

.hero-right-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 9.491%;
}

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(18px);
    transform: rotateX(0deg) translateY(18px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(18px);
    transform: rotateX(0deg) translateY(18px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(18px, -18px);
    transform: rotateX(0deg) translate(18px, -18px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(18px, -18px);
    transform: rotateX(0deg) translate(18px, -18px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@-webkit-keyframes animationRoundTopBottom {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(150px, 0px) rotate(90deg);
    transform: translate(150px, 0px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(160px, -140px) rotate(180deg);
    transform: translate(160px, -140px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-30px, -170px) rotate(270deg);
    transform: translate(-30px, -170px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes animationRoundTopBottom {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(150px, 0px) rotate(90deg);
    transform: translate(150px, 0px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(160px, -140px) rotate(180deg);
    transform: translate(160px, -140px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-30px, -170px) rotate(270deg);
    transform: translate(-30px, -170px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes animationRoundTopBottomTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(150px, 0px) rotate(90deg);
    transform: translate(150px, 0px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px, 150px) rotate(270deg);
    transform: translate(0px, 150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes animationRoundTopBottomTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(150px, 0px) rotate(90deg);
    transform: translate(150px, 0px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px, 150px) rotate(270deg);
    transform: translate(0px, 150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

/****************************************************** */
/******************* 03. Page Banner  ***************** */
/****************************************************** */
.page-banner {
  height: 716px;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 50px;
  background: url(../picture/banner.png);
  background-position: left;
  background-size: cover;
}

.page-banner .hero-circle-shape {
  top: 25%;
}

.page-banner .banner-inner {
  padding: 0px 0 130px;
  position: relative;
  z-index: 1;
}

.page-banner .banner-inner h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.breadcrumb {
  padding: 5px 0;
  margin-bottom: 0;
  background-color: transparent;
}

.breadcrumb .breadcrumb-item {
  color: #ffffff;
  font-size: 18px;
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #ffe56a;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 10px;
  color: #ffffff;
}

/****************************************************** */
/***************** 04. Partner Section  *************** */
/****************************************************** */
.partner-wrap .slick-track {
  display: flex;
  align-items: center;
}

.partner-image {
  text-align: center;
}

.partner-image a {
  opacity: 0.65;
  transition: 0.5s;
}

.partner-image a:hover {
  opacity: 1;
}

.partner-image a img {
  display: inherit;
}

/****************************************************** */
/***************** 05. Service Section  *************** */
/****************************************************** */
.partner-and-service {
  position: relative;
}

.partner-shape {
  position: absolute;
  top: 6%;
  left: 0;
  width: 46.596%;
}

.service-shape {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 11.475%;
  -webkit-animation: down-up-one 8s infinite linear;
  animation: down-up-one 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

/* Section Heading Style */
.section-heading i {
  color: #f99577;
  display: block;
  font-size: 42px;
  margin-bottom: 28px;
}

.section-heading .heading-title {
  color: #ffe56a;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.section-heading h2 {
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 80%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-section .row:last-child {
  padding: 0 15px;
}

.service-item {
  margin-bottom: 30px;
  background: #f4f3f9;
  padding: 50px 60px 90px;
}

.service-icon {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  margin-bottom: 80px;
}

.service-icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  z-index: -1;
  width: 178px;
  height: 135px;
  transform: translateX(-50%);
  background: url(../picture/icon-bg-shape1.png);
}

.service-section .row > div:nth-child(2) .service-icon:before {
  width: 176px;
  height: 139px;
  background: url(../picture/icon-bg-shape2.png);
}

.service-section .row > div:nth-child(3) .service-icon:before {
  width: 163px;
  height: 128px;
  background: url(../picture/icon-bg-shape3.png);
}

.service-content h5 {
  margin-bottom: 25px;
}

.service-content p {
  margin-bottom: 0;
}

.service-item.service-active {
  margin-top: -30px;
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 100%) 0% 0% no-repeat padding-box;
}

.service-item.service-active .service-content h5,
.service-item.service-active .service-content p {
  color: #ffffff;
}

/****************************************************** */
/***************** 06. Feature Section  *************** */
/****************************************************** */
.feature-and-funfact {
  position: relative;
}

.feature-shape-one {
  position: absolute;
  top: 0;
  left: -31px;
  width: 29.384%;
  -webkit-animation: rotated 30s infinite linear;
  animation: rotated 30s infinite linear;
}

.feature-shape-two {
  position: absolute;
  right: 0;
  top: 23%;
  width: 17.534%;
}

.feature-shape-three {
  position: absolute;
  left: -5%;
  top: 50%;
  width: 58.72%;
  -webkit-animation: down-up-two 8s infinite linear;
  animation: down-up-two 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.feature-section {
  position: relative;
}

.feature-content .section-heading {
  max-width: 100%;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item .icon-box {
  flex: none;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin-right: 28px;
  border-radius: 10px;
  background: #f9f9f9;
}

.feature-item .content-box h6 {
  font-weight: 600;
}

.feature-item .content-box p {
  margin-bottom: 0;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(175deg);
    transform: rotate(175deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(175deg);
    transform: rotate(175deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sr-feature-shape-one {
  top: 70px;
}

.sr-feature-shape-two {
  top: auto;
  bottom: 0;
}

/****************************************************** */
/**************** 07. Fun Fact Section  *************** */
/****************************************************** */
.fun-fact-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #f4f3f9;
}

.fact-item {
  padding: 0 20px;
  margin-bottom: 30px;
}

.fact-item h2 {
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 65%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
}

.fact-item h5 {
  margin-bottom: 20px;
}

.fact-item p {
  margin-bottom: 0;
}

/****************************************************** */
/************ 08. Discover Tools Section  ************* */
/****************************************************** */
.discover-tools-section {
  position: relative;
  background: url(../picture/discover-tools-bg.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.tools-shape-one {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 6.7566%;
  -webkit-animation: down-up-one 8s infinite linear;
  animation: down-up-one 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.tools-shape-two {
  position: absolute;
  top: 15%;
  right: 0;
  width: 10.671%;
  -webkit-animation: down-up-one 8s infinite linear;
  animation: down-up-one 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
  animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.discover-tools-section .section-heading h2 {
  -webkit-text-fill-color: white;
}

.tools-area {
  margin: auto;
  max-width: 768px;
  position: relative;
  padding-bottom: 60px;
}

.tool-one {
  position: absolute;
  top: -8%;
  left: -12%;
  z-index: -1;
}

.tool-two {
  position: absolute;
  top: 45%;
  left: -22%;
  z-index: -1;
}

.tool-three {
  position: absolute;
  top: -8%;
  right: -8%;
}

.tool-four {
  position: absolute;
  top: 45%;
  right: -13%;
  z-index: -1;
}

/****************************************************** */
/************** 09. Application Section  ************** */
/****************************************************** */
.application-section {
  position: relative;
}

.power-shape-one {
  position: absolute;
  top: 8%;
  left: 0;
  width: 9.223%;
}

.power-shape-two {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 86.05%;
  -webkit-animation: down-up-two 8s infinite linear;
  animation: down-up-two 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.ab-application-section .power-shape-two {
  -webkit-animation: down-up-one 8s infinite linear;
  animation: down-up-one 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.application-content {
  max-width: 95%;
}

.app-tool-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.app-tool-icon {
  width: 61px;
  height: 61px;
  color: #ffffff;
  font-size: 30px;
  line-height: 61px;
  text-align: center;
  margin-right: 20px;
  border-radius: 10px;
}

.app-tool-details h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}

.application-content .theme-btn {
  margin-top: 20px;
}

/****************************************************** */
/************** 11. Testimonial Section  ************** */
/****************************************************** */
.testimonial-section {
  position: relative;
}

.testimonial-shape {
  position: absolute;
  top: 6%;
  right: 20%;
  width: 38.982%;
}

.testimonial-left-content h6 {
  font-weight: 600;
  margin-bottom: 25px;
}

.stars {
  margin-bottom: 22px;
}

.stars li {
  display: inline-block;
}

.stars li i {
  color: #ffe56a;
}

.testimonial-left-content p {
  margin-bottom: 24px;
}

.testimonial-left-content .theme-btn {
  margin-top: 12px;
}

.testimonial-right-carousel .slick-list {
  padding: 0 !important;
}

.testimonial-item {
  max-width: 470px;
  position: relative;
  background: #ffffff;
  margin-bottom: 22px;
  transition: all 0.7s;
  padding: 30px 50px 40px 50px;
  box-shadow: inset -0.71px 0.71px 32px #c0c0c033;
}

.testimonial-item.slick-current {
  margin-left: 100px;
}

.testimonial-item:before {
  position: absolute;
  content: "\f104";
  top: 30px;
  right: 40px;
  color: #fa4323;
  font-size: 36px;
  font-family: Flaticon;
}

.testimonial-item h6 {
  color: #1e1e1e;
  font-weight: 600;
}

.testimonial-item span {
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

.testimonial-item p {
  margin-bottom: 0;
}

/****************************************************** */
/****************** 12. Team Section  ***************** */
/****************************************************** */
.team-section {
  position: relative;
}

.team-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 108%;
  z-index: -1;
  background: #f7f6fc;
}

.team-shape {
  position: absolute;
  top: 28%;
  right: 4%;
  z-index: -1;
  width: 25.8982%;
}

.team-member {
  transition: 0.7s;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  background: #ffffff;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: -0.71px 0.71px 32px #c0c0c033;
}

.team-member:hover {
  color: #ffffff;
  background: transparent;
}

.team-member:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.7s;
  border-radius: 10px;
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 100%) 0% 0% no-repeat padding-box;
}

.team-member:hover:before {
  opacity: 1;
}

.team-member .member-image {
  margin-bottom: 15px;
}

.team-member .member-image img {
  border-radius: 50%;
}

.team-member .member-content h6 {
  color: #1e1e1e;
  font-weight: 600;
  transition: 0.7s;
}

.team-member:hover .member-content h6 {
  color: #ffffff;
}

.team-member .social-style {
  position: absolute;
  left: 50%;
  opacity: 0;
  width: 100%;
  bottom: -40px;
  transition: 0.7s;
  visibility: hidden;
  transform: translateX(-50%);
}

.team-member:hover .social-style {
  opacity: 1;
  bottom: -18px;
  visibility: visible;
}

/*video play button animation*/
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px transparent;
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px transparent;
  }
}

/****************************************************** */
/*************** 14. App Screen Section  ************** */
/****************************************************** */
.app-screen-section {
  position: relative;
}

.app-screen-shape {
  position: absolute;
  right: 10%;
  bottom: -10%;
  width: 62.681%;
}

.app-screen-wrap {
  position: relative;
  padding: 0 122px 0 125px;
  margin-left: -15px;
  margin-right: -15px;
}

.mobile-frame {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 16.8901%;
  transform: translateX(-50%);
}

.mobile-frame img {
  border-radius: 50px;
  box-shadow: -0.71px 0.71px 32px #c0c0c033;
}

.app-screen {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-detail .blog-image img{
  display: block;
  margin: 0 auto;
}

/****************************************************** */
/****************** 15. Blog Section  ***************** */
/****************************************************** */
.blog-section {
  position: relative;
}

.blog-shape-one {
  position: absolute;
  top: 0;
  right: 0;
  width: 31.6891%;
}

.blog-shape-two {
  position: absolute;
  left: 24%;
  bottom: 0;
  width: 86.05%;
  -webkit-animation: down-up-one 8s infinite linear;
  animation: down-up-one 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.blog-item {
  padding: 23px 23px 5px;
  transition: 0.7s;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: -14.14px 14px 92px #e0e0e059;
}

.blog-item .blog-image {
  margin-bottom: 15px;
}

.blog-item .blog-content h5 {
  line-height: 1.45;
  margin-bottom: 8px;
}

.blog-item .blog-content h5 a {
  color: #3a3064;
  transition: 0.7s;
}

.blog-item .blog-content h5 a:hover {
  text-decoration: underline;
}

.blog-content .title-description {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.blog-content .title-description li {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.blog-content .title-description li a {
  color: #938eae;
}

.blog-content .title-description li a:hover {
  color: #fa4323;
}

/****************************************************** */
/************ 16. About Page Video Section  *********** */
/****************************************************** */
.about-page-video-section {
  position: relative;
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 80%) 0% 0% no-repeat padding-box;
}

.ab-video-shape-one {
  position: absolute;
  left: 6%;
  bottom: 22%;
  width: 6.7566%;
  -webkit-animation: down-up-one 8s infinite linear;
  animation: down-up-one 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.ab-video-shape-two {
  position: absolute;
  top: 23%;
  right: 5%;
  width: 11.1%;
  -webkit-animation: down-up-one 8s infinite linear;
  animation: down-up-one 8s infinite linear;
  -webkit-animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
  animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.about-page-video-section .section-heading h2 {
  -webkit-text-fill-color: white;
}

.about-team-section:before {
  content: none;
}

.about-page-testimonial .testimonial-shape {
  top: 0;
}

.comment-form {
  margin-top: 45px;
}

.comment-form h5 {
  color: #2332c9;
  font-weight: 600;
  margin-bottom: 40px;
}

.custom-input,
.custom-textarea {
  border-radius: 0;
  padding: 20px 35px;
  margin-bottom: 30px;
  border-color: #dcdcdc;
  letter-spacing: 2.8px;
}

.custom-input:focus,
.custom-textarea:focus {
  color: #68778c;
  box-shadow: none;
  border-color: #dcdcdc;
}

.custom-input::-webkit-input-placeholder,
.custom-textarea::-webkit-input-placeholder {
  color: #68778c;
}

.custom-input::-moz-placeholder,
.custom-textarea::-moz-placeholder {
  color: #68778c;
}

.custom-input:-ms-input-placeholder,
.custom-textarea:-ms-input-placeholder {
  color: #68778c;
}

.custom-input:-moz-placeholder,
.custom-textarea:-moz-placeholder {
  color: #68778c;
}

.custom-textarea {
  resize: none;
  margin-bottom: 40px;
}

.submit-btn {
  font-size: 24px;
  padding: 15px 40px;
  border-radius: 5px;
  background: transparent;
}

.submit-btn:hover {
  color: #ffffff;
  background: #ffe56a;
}

.submit-btn:before {
  opacity: 1;
  border-radius: 5px;
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 100%) 0% 0% no-repeat padding-box;
}

.submit-btn:hover:before {
  opacity: 0;
}

/* Blog Sidebar */
.sidebar-widget {
  padding: 45px 35px;
  margin-bottom: 50px;
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 100%) 0% 0% no-repeat padding-box;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-title,
.sidebar-widget a,
.sidebar-widget .list-style-one li:before {
  color: #ffffff;
}

.sidebar-title {
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
}

.sidebar-title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  left: 0;
  top: 100%;
  background: #ffffff;
}

.sidebar-title:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  left: 30px;
  top: 100%;
  background: #f99577;
}

.search-widget form {
  display: flex;
  padding: 10px;
  background: #ffffff;
}

.search-widget form button {
  width: 55px;
  height: 40px;
  color: #ffffff;
  cursor: pointer;
  background: #ffe56a;
}

.search-widget form input {
  width: 100%;
  padding-left: 15px;
}

.search-widget form input::placeholder {
  color: #68778c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
}

.sidebar-widget a:hover {
  color: #ffe56a;
}

.sidebar-widget .list-style-one li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/****************************************************** */
/****************** 18. Contact Page  ***************** */
/****************************************************** */
.contact-info h4 {
  color: #1e1e1e;
  margin-bottom: 35px;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.contact-info .info-item:last-child {
  margin-bottom: 0;
}

.info-item .info-icon {
  flex: none;
  width: 80px;
  height: 64px;
  color: #ffffff;
  font-size: 30px;
  line-height: 64px;
  text-align: center;
  margin-right: 38px;
  position: relative;
  background: #2332c9;
}

.info-item .info-icon:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #cccccc;
}

.info-item .info-content h5 {
  color: #68778c;
}

.info-item .info-content p {
  color: #68778c;
  margin-bottom: 0;
}

.info-item .info-content p a {
  color: #68778c;
}

.info-item .info-content p a:hover {
  color: #2332c9;
}

.info-item.email-address .info-icon {
  background: #f99577;
}

.info-item.phone-number .info-icon {
  background: #f57143;
}

.contact-form h4 {
  color: #1e1e1e;
  margin-bottom: 40px;
}

.contact-form .custom-textarea {
  margin-bottom: 50px;
}

/* Contact Page Map */
.map-inner .map {
  height: 600px;
}

.leaflet-bottom.leaflet-right {
  display: none;
}

/****************************************************** */
/******************* 19. Main Footer ****************** */
/****************************************************** */
.main-footer {
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 120%) 0% 0% no-repeat padding-box;
}

.widget {
  margin-bottom: 50px;
}

.widget-title {
  color: #ffffff;
  margin-bottom: 40px;
}

.menu-widget li {
  color: #ffffff;
  line-height: 38px;
  padding-left: 35px;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-widget li:last-child {
  margin-bottom: 0;
}

.menu-widget li:before {
  content: "\f106";
  font-family: Flaticon;
  position: absolute;
  font-size: 10px;
  top: 0;
  left: 0;
}

.menu-widget ul li a {
  color: #ffffff;
}

.menu-widget ul li a:hover {
  color: #ffe56a;
}

.subscribe-form .form-group input {
  border-radius: 0;
  padding: 12px 20px;
  background: #ffffff;
  margin-bottom: 15px;
}

.subscribe-form .form-group input:focus {
  box-shadow: none;
  border-color: transparent;
}

.subscribe-form input::placeholder {
  color: #938eae;
}

.subscribe-form .subscribe-submit {
  width: 100%;
  padding: 12px;
  color: #ffffff;
  cursor: pointer;
  background: #ffe56a;
}

/* Copyright And Footer Menu */
.copyright-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 17px 0;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright-inner p {
  margin: 0;
  color: #ffffff;
}

.footer-menu {
  margin-left: auto;
}

.footer-menu li {
  padding: 0 12px;
  line-height: 12px;
  display: inline-block;
  border-right: 1px solid;
}

.footer-menu li:first-child {
  padding-left: 0;
}

.footer-menu li:last-child {
  padding-right: 0;
  border-right: none;
}

.footer-menu li a {
  color: #938eae;
}

.footer-menu li a:hover {
  color: #ffe56a;
}

/*** Scroll Top style ***/
.scroll-top {
  z-index: 99999;
  width: 50px;
  right: 25px;
  height: 50px;
  bottom: 25px;
  display: none;
  color: #ffffff;
  cursor: pointer;
  position: fixed;
  font-size: 18px;
  border-radius: 50%;
  animation: scrollTop 2s infinite;
  background: transparent linear-gradient(240deg, #fa4323 0%, #f99577 100%) 0% 0% no-repeat padding-box;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@keyframes scrollTop {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
