@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans&display=swap');

body {
  /* font-family: poppins, sans-serif; */
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #677284
}

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

img {
  max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none
}

a:focus,
a:hover {
  text-decoration: none
}

i,
span,
a {
  display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  color: #3a424e;
  margin: 0
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 36px
}

h3 {
  font-size: 28px
}

h4 {
  font-size: 22px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #677284;
  margin: 0
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 25px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  background-color: #3698ee
}

@media(max-width:767px) {
  .main-btn {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 14px
  }
}

.main-btn:hover {
  /* background-color: rgba(54, 152, 238, .8); */
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.main-btn.main-btn-2 {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  line-height: 53px
}

@media(max-width:767px) {
  .main-btn.main-btn-2 {
    line-height: 41px
  }
}

.main-btn.main-btn-2:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.section_title .title {
  font-size: 44px;
  font-weight: 700
}

@media(max-width:767px) {
  .section_title .title {
    font-size: 32px
  }
}

.section_title p {
  margin-top: 25px
}

.slick-slide {
  outline: 0
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #3698ee #3698ee #f7f8f9;
  border-radius: 50%;
  border-width: 6px
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f7f8f9;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f7f8f9;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
}

.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.sticky {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.sticky .navbar {
  padding: 10px 0
}

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navbar-brand {
  padding: 0
}

.navbar-toggler {
  padding: 0
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    padding: 5px 12px
  }
}

@media(max-width:767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    padding: 5px 12px
  }
}

.navbar-nav .nav-item {
  margin-left: 20px;
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item {
    margin: 0
  }
}

@media(max-width:767px) {
  .navbar-nav .nav-item {
    margin: 0
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  /* color: #fff; */
  color: #000000;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  padding: 4px 10px;
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item a {
    color: #3a424e
  }
}

@media(max-width:767px) {
  .navbar-nav .nav-item a {
    color: #3a424e
  }
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
  left: 110%;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-transform: skewX(13deg);
  transform: skewX(13deg)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item a::before {
    display: none
  }
}

@media(max-width:767px) {
  .navbar-nav .nav-item a::before {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0
  }
}

@media(max-width:767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0
  }
}

.sticky .navbar-nav .nav-item.active p,
.sticky .navbar-nav .nav-item:hover p {
  position: relative;
  color: #fff;
}

.navbar-nav .nav-item.active>a::before,
.navbar-nav .nav-item:hover>a::before {
  width: 100%
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0
  }
}

@media(max-width:767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible
  }
}

@media(max-width:767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #1b354b
}

.navbar-nav .sub-nav-toggler {
  display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px
  }
}

@media(max-width:767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #3a424e
}

.sticky .navbar-nav .nav-item a {
  color: #3a424e
}

.sticky .navbar-nav .nav-item a::before {
  /* background-color: rgba(54, 152, 238, .1) */
  background-color: #2A8DCB;
}

.header_hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  padding-top: 70px;
  height: 800px
}

@media only screen and (min-width:1400px) {
  .header_hero {
    height: 900px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header_hero {
    height: 700px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header_hero {
    height: auto
  }
}

@media(max-width:767px) {
  .header_hero {
    height: auto
  }
}

.header_hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  /* background-image: url(../images/siteface-img-1.jpg); */
  background-image: url(../images/section-img-2.jpg);
  /* background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%); */
  /* background-position: center bottom; */
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat
}

.shape {
  position: absolute
}

.shape.shape-1 {
  top: 0;
  left: 0
}

@media(max-width:767px) {
  .shape.shape-1 {
    left: 0
  }
}

.shape.shape-2 {
  bottom: -200px;
  left: calc((100% - 1700px)/2)
}

.shape.shape-3 {
  top: 0;
  right: 0
}

.header_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header_image {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px
  }
}

@media(max-width:767px) {
  .header_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header_image {
    width: 540px
  }
}

.header_image .image {
  position: relative;
  padding-bottom: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header_image .image {
    top: 50px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .header_image .image {
    top: 50px
  }
}

.header_image .image .dots {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: -1;
  -webkit-animation: dots 6s ease-out infinite;
  animation: dots 6s ease-out infinite
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header_image .image .dots {
    width: 125px
  }
}

@media(max-width:767px) {
  .header_image .image .dots {
    width: 100px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header_image .image .dots {
    width: 130px
  }
}

@keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header_hero_content {
    padding-top: 50px
  }
}

@media(max-width:767px) {
  .header_hero_content {
    padding-top: 50px
  }
}

.header_hero_content .header_title {
  font-size: 54px;
  font-weight: 700;
  /* background: linear-gradient(150deg, rgba(255, 86, 89, 1) 20%, rgba(51, 91, 188, 1) 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* color: #fff; */
  margin-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header_hero_content .header_title {
    font-size: 40px
  }
}

@media(max-width:767px) {
  .header_hero_content .header_title {
    font-size: 30px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header_hero_content .header_title {
    font-size: 38px
  }
}

.header_hero_content .header_title span {
  color: #2A8DCB
}

.header_hero_content p {
  margin-top: 35px;
  /* color: #fff */
  color: #000000;
}

.header_hero_content p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
}

.header_hero_content p:nth-child(3) {
  margin-top: 10px;
}

.header_hero_content ul {
  padding-top: 20px
}

.header_hero_content ul li {
  display: inline-block;
  margin-top: 15px
}

.header_hero_content ul li+li {
  margin-left: 13px
}

@media(max-width:767px) {
  .header_hero_content ul li+li {
    margin-left: 8px
  }
}

.header_hero_image img {
  width: 100%
}

.features_area {
  position: relative;
  z-index: 5
}

.single_features {
  background-color: #fff;
  padding: 60px 25px;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-box-shadow: 0 3px 35px 0 rgba(158, 158, 158, .1);
  box-shadow: 0 3px 35px 0 rgba(158, 158, 158, .1)
}

.single_features:hover {
  -webkit-box-shadow: 0 3px 35px 0 rgba(158, 158, 158, .2);
  box-shadow: 0 3px 35px 0 rgba(158, 158, 158, .2)
}

.single_features:hover .features_icon i {
  border-radius: 50%
}

.single_features .features_icon i {
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.single_features .features_content {
  margin-top: 25px
}

.single_features .features_content .features_title {
  font-size: 26px;
  font-weight: 600;
  color: #3a424e;
  /* background: linear-gradient(to right, #B07F77, #ECAFA1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.single_features .features_content p {
  font-size: 19px;
  /* background: linear-gradient(90deg, #209BBD 0%, #000635b3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000000;
  font-weight: lighter;
  margin-top: 15px
}

.single_features.features_1 .features_icon i {
  /* background-color: #f85146 */
  /* background: linear-gradient(154deg, rgba(255, 86, 89, 1) 20%, rgba(51, 91, 188, 1) 75%); */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
}

.single_features.features_2 .features_icon i {
  /* background-color: #6a5991 */
  /* background: linear-gradient(154deg, rgba(255, 86, 89, 1) 20%, rgba(51, 91, 188, 1) 75%); */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
}

.single_features.features_3 .features_icon i {
  /* background-color: #335bbc */
  /* background: linear-gradient(154deg, rgba(255, 86, 89, 1) 20%, rgba(51, 91, 188, 1) 75%); */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
}

.about_image {
  position: relative;
  padding-bottom: 30px
}

.about_image .dots {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: -1;
  -webkit-animation: dots_2 6s ease-out infinite;
  animation: dots_2 6s ease-out infinite
}

@keyframes dots_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes dots_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.about_content .main-btn {
  margin-top: 40px;
  padding: 0 35px
}

.single_app_features:hover .app_features_icon i {
  border-radius: 50%
}

.single_app_features .app_features_icon i {
  font-size: 40px;
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.single_app_features .app_features_content {
  margin-top: 25px
}

.single_app_features .app_features_content .app_features_title {
  font-size: 24px;
  font-weight: 700
}

.single_app_features .app_features_content p {
  font-size: 18px;
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000000;
  margin-top: 15px
}

.single_app_features.app_features_1 .app_features_icon i {
  /* background-color: #f85146 */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
}

.single_app_features.app_features_2 .app_features_icon i {
  /* background-color: #903fee */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
}

.single_app_features.app_features_3 .app_features_icon i {
  /* background-color: #581ccb */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
}

.single_app_features.app_features_4 .app_features_icon i {
  /* background-color: #3698ee */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
}

.app_features_image {
  padding: 0 15px;
  position: relative;
  z-index: 5;
  text-align: center
}

.app_features_image::before,
.app_features_image::after {
  position: absolute;
  content: '';
  width: 419px;
  height: 419px;
  background-color: transparent;
  border: 2px solid rgba(63, 27, 152, .1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

@media(max-width:767px) {

  .app_features_image::before,
  .app_features_image::after {
    width: 289px;
    height: 289px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {

  .app_features_image::before,
  .app_features_image::after {
    width: 419px;
    height: 419px
  }
}

.app_features_image::after {
  width: 369px;
  height: 369px
}

@media(max-width:767px) {
  .app_features_image::after {
    width: 219px;
    height: 219px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .app_features_image::after {
    width: 369px;
    height: 369px
  }
}

.video_image {
  position: relative;
  border-radius: 10px;
  overflow: hidden
}

.video_image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#291584), to(#9133e2));
  background: linear-gradient(to right, #291584 0%, #9133e2 100%);
  opacity: .29
}

.video_image img {
  width: 100%
}

.video_image .play {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #fff;
  color: #3a424e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.video_image .play:hover {
  background: #3698ee;
  color: #fff
}

.screenshot_area {
  position: relative;
  height: 680px;
  margin-top: 80px;
  margin-bottom: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .screenshot_area {
    height: auto
  }
}

@media(max-width:767px) {
  .screenshot_area {
    height: auto
  }
}

.screenshot_area::before {
  position: absolute;
  content: '';
  top: -200px;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/screenshot_shape_light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .screenshot_area::before {
    top: -100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .screenshot_area::before {
    display: none
  }
}

@media(max-width:767px) {
  .screenshot_area::before {
    display: none
  }
}

.screenshot_content .main-btn {
  /* margin-top: 40px */
  margin-top: 20px;
}

.screenshot_slide {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .screenshot_slide {
    position: relative;
    width: 100%;
    margin-top: 25px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
}

@media(max-width:767px) {
  .screenshot_slide {
    position: relative;
    width: 100%;
    margin-top: 25px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
}

.screenshot_frame {
  position: absolute;
  top: 12px;
  left: 0;
  width: 33.33%;
  padding: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .screenshot_frame {
    width: 50%;
    padding: 4px;
    top: 8px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .screenshot_frame {
    top: 10px;
    padding: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media(max-width:767px) {
  .screenshot_frame {
    width: 100%;
    padding: 10px;
    top: 8px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .screenshot_frame {
    width: 50%;
    padding: 4px;
    top: 8px
  }
}

.single_slider {
  padding: 25px
}

.single_slider img {
  -webkit-box-shadow: 0 0 15px 0 rgba(54, 152, 238, .16);
  box-shadow: 0 0 15px 0 rgba(54, 152, 238, .16);
  max-width: 100%;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .single_slider {
    padding: 15px
  }
}

.screenshot_active .slick-active img {
  border-radius: 25px
}

.screenshot_active .slick-arrow {
  position: absolute;
  bottom: -40px;
  left: 125px;
  z-index: 9;
  cursor: pointer
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .screenshot_active .slick-arrow {
    left: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .screenshot_active .slick-arrow {
    left: auto;
    right: 50%;
    margin: 0 10px
  }
}

@media(max-width:767px) {
  .screenshot_active .slick-arrow {
    left: auto;
    right: 50%;
    margin: 0 10px
  }
}

.screenshot_active .slick-arrow i {
  font-size: 24px;
  color: #677284;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.screenshot_active .slick-arrow.next {
  left: 170px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .screenshot_active .slick-arrow.next {
    left: 145px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .screenshot_active .slick-arrow.next {
    right: auto;
    left: 50%
  }
}

@media(max-width:767px) {
  .screenshot_active .slick-arrow.next {
    right: auto;
    left: 50%
  }
}

.screenshot_active .slick-arrow:hover i {
  color: #3698ee
}

.testimonial_area {
  background-color: #f7f8f9;
  position: relative;
  overflow: hidden
}

.testimonial_shape {
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(max-width:767px) {
  .testimonial_shape {
    display: none
  }
}

.single_testimonial_author img {
  width: 100%;
  border-radius: 25px
}

.testimonial_content {
  margin-top: 45px
}

.testimonial_content .testimonial_title {
  font-size: 45px;
  font-weight: 700
}

@media(max-width:767px) {
  .testimonial_content .testimonial_title {
    font-size: 30px
  }
}

.single_testimonial_content {
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000000;
  margin-top: 45px
}

.single_testimonial_content i {
  font-size: 66px;
  color: #3698ee
}

.single_testimonial_content p {
  font-size: 20px;
  margin-top: 15px
}

.single_testimonial_content .author_name {
  font-size: 20px;
  font-weight: 500;
  color: #3a424e;
  margin-top: 45px
}

.single_testimonial_content span {
  font-size: 14px;
  color: #3a424e
}

.testimonial_content_active {
  padding-bottom: 55px
}

.testimonial_content_active .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  cursor: pointer
}

.testimonial_content_active .slick-arrow i {
  font-size: 24px;
  color: #677284;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.testimonial_content_active .slick-arrow.next {
  left: 50px
}

.testimonial_content_active .slick-arrow:hover i {
  color: #3698ee
}

.single_pricing {
  -webkit-box-shadow: 0 0 35px 0 rgba(158, 158, 158, .1);
  box-shadow: 0 0 35px 0 rgba(158, 158, 158, .1);
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.single_pricing:hover {
  -webkit-box-shadow: 0 0 35px 0 rgba(158, 158, 158, .2);
  box-shadow: 0 0 35px 0 rgba(158, 158, 158, .2)
}

.single_pricing .pricing_top_bar .pricing_title {
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%
}

.single_pricing .pricing_top_bar i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #f7f8f9;
  font-size: 40px;
  border-radius: 50%;
  margin-top: 30px
}

.single_pricing .pricing_top_bar .price {
  display: block;
  font-size: 44px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 20px
}

.single_pricing .pricing_list {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px
}

.single_pricing .pricing_list ul li {
  /* font-size: 16px; */
  font-size: 22px;
  /* color: #677284; */
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000000;
  margin-top: 15px;
}

.single_pricing .pricing_btn {
  margin-top: 25px
}

.single_pricing .pricing_btn .main-btn {
  color: #fff;
}

.single_pricing .pricing_btn .main-btn:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.single_pricing.pricing_color_1 .pricing_top_bar i {
  color: #f85146
}

.single_pricing.pricing_color_1 .pricing_top_bar .price {
  color: #f85146
}

.single_pricing.pricing_color_2 .pricing_top_bar i {
  color: #3698ee
}

.single_pricing.pricing_color_2 .pricing_top_bar .price {
  color: #3698ee
}

.single_pricing.pricing_color_3 .pricing_top_bar i {
  color: #581ccb
}

.single_pricing.pricing_color_3 .pricing_top_bar .price {
  color: #581ccb
}

.single_pricing.pricing_active .pricing_btn {
  margin-top: 25px
}

.single_pricing.pricing_active .pricing_btn .main-btn {
  /* background-color: #3698ee; */
  background: #6a5991;
  color: #fff;
  border-color: #3698ee
}

.single_pricing.pricing_active .pricing_btn .main-btn:hover {
  background-color: rgba(54, 152, 238, .7)
}

.download_app_area {
  position: relative
}

.download_app_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .download_app_image .image img {
    width: 480px
  }
}

.download_app {
  /* background: -webkit-gradient(linear, left top, right top, from(#291584), to(#9133e2));
  background: linear-gradient(to right, #291584 0%, #9133e2 100%); */
  background: -webkit-gradient(linear, left top, right top, from(#e6f1fc), to(#e4edf6));
  background: linear-gradient(to right, #e6f1fc 0%, #e4edf6 100%);
  padding: 115px 60px 115px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 8;
  margin-top: 111px
}

@media(max-width:767px) {
  .download_app {
    padding: 115px 30px 120px
  }
}

.download_shape {
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1
}

.download_shape_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .21
}

.download_app_content {
  max-width: 470px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .download_app_content {
    max-width: 410px
  }
}

.download_app_content .download_title {
  /* color: #fff; */
  font-size: 34px;
  font-weight: 700;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .download_app_content .download_title {
    font-size: 40px
  }
}

@media(max-width:767px) {
  .download_app_content .download_title {
    font-size: 30px
  }
}

.download_app_content p {
  /* color: #fff; */
  margin-top: 15px
}

.download_app_content ul {
  padding-top: 30px
}

.download_app_content ul li {
  display: inline-block;
  margin-top: 10px
}

.download_app_content ul li+li {
  margin-left: 30px
}

@media(max-width:767px) {
  .download_app_content ul li+li {
    margin-left: 0
  }
}

.download_app_content ul li a {
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 5px
}

@media(max-width:767px) {
  .download_app_content ul li a {
    padding: 4px 10px 3px
  }
}

.download_app_content ul li a .icon i {
  font-size: 25px;
  color: #3698ee
}

@media(max-width:767px) {
  .download_app_content ul li a .icon i {
    font-size: 18px
  }
}

.download_app_content ul li a .content {
  padding-left: 15px
}

@media(max-width:767px) {
  .download_app_content ul li a .content {
    padding-left: 10px
  }
}

.download_app_content ul li a .content .title {
  font-size: 18px;
  font-weight: 600
}

@media(max-width:767px) {
  .download_app_content ul li a .content .title {
    font-size: 16px
  }
}

.download_app_content ul li a .content p {
  margin-top: 0;
  color: #677284;
  font-size: 12px
}

@media(max-width:767px) {
  .download_app_content ul li a .content p {
    font-size: 11px
  }
}

.blog_area {
  position: relative;
  z-index: 99
}

.single_blog {
  background-color: #fff;
  -webkit-box-shadow: 0 0 79px 0 rgba(158, 158, 158, .16);
  box-shadow: 0 0 79px 0 rgba(158, 158, 158, .16);
  overflow: hidden;
  /* border-radius: 10px */
  border-radius: 250px;
}

.single_blog .blog_image img {
  width: 100%
}

.single_blog .blog_content {
  text-align: center;
  padding: 15px 30px 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .single_blog .blog_content .blog_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.meta_date {
  padding: 15px 0;
}

.meta_date div {
  justify-content: center;
}

.meta_date i {
  font-weight: lighter;
  margin: 15px 10px 0 0;
  transform: rotate(-25deg);
}

.single_blog .blog_content .blog_meta .meta_date p {
  font-size: 18px;
  color: #000000;
  font-weight: lighter;
  margin-top: 10px;
  line-height: 23px;
}

.single_blog .blog_content .blog_meta .meta_like ul li {
  display: inline-block
}

.single_blog .blog_content .blog_meta .meta_like ul li+li {
  margin-left: 15px
}

.single_blog .blog_content .blog_meta .meta_like ul li a {
  font-size: 16px;
  color: #677284
}

.single_blog .blog_content .blog_meta .meta_like ul li a i {
  margin-left: 5px
}

.single_blog .blog_content .blog_title a {
  /* font-size: 24px; */
  font-size: 28px;
  font-weight: 600;
  color: #3a424e;
  margin-top: 15px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.single_blog .blog_content .blog_title a:hover {
  color: #3698ee
}

.single_blog .blog_content .main-btn {
  margin-top: 25px;
  height: 40px;
  line-height: 36px;
  border: 2px solid;
  padding: 0 15px;
  color: #3698ee;
  border-color: #3698ee;
  background: #fff
}

.single_blog .blog_content .main-btn:hover {
  background-color: #3698ee;
  color: #fff
}

.footer_area {
  position: relative;
  z-index: 9
}

.footer_area::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 1180px; */
  height: 520px;
  background-image: url(../images/footer_shape.svg);
  background-position: top center;
  background-size: cover;
  z-index: -1
}

.footer_subscribe .subscribe_title {
  font-size: 44px;
  font-weight: 700;
  /* color: #fff */
}

@media(max-width:767px) {
  .footer_subscribe .subscribe_title {
    font-size: 30px
  }
}

.footer_subscribe p {
  /* color: #fff; */
  margin-top: 15px
}

.subscribe_form {
  position: relative;
  margin-top: 35px
}

.subscribe_form input {
  width: 100%;
  border: 0;
  color: #677284;
  padding: 0 30px;
  height: 60px;
  border-radius: 5px
}

.subscribe_form input::-webkit-input-placeholder {
  opacity: 1;
  color: #677284
}

.subscribe_form input:-ms-input-placeholder {
  opacity: 1;
  color: #677284
}

.subscribe_form input::-ms-input-placeholder {
  opacity: 1;
  color: #677284
}

.subscribe_form input::placeholder {
  opacity: 1;
  color: #677284
}

.subscribe_form input::-moz-placeholder {
  opacity: 1;
  color: #677284
}

.subscribe_form input::-moz-placeholder {
  opacity: 1;
  color: #677284
}

.subscribe_form input::-webkit-input-placeholder {
  opacity: 1;
  color: #677284
}

.subscribe_form .main-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  /* background: linear-gradient(154deg, rgba(255, 86, 89, 1) 20%, rgba(51, 91, 188, 1) 75%) !important; */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%) !important; */
  background: #6a5991 !important;
  line-height: 50px;
  height: 50px
}

.footer_social ul li {
  display: inline-block;
  margin: 0 10px
}

.footer_social ul li a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 41px;
  /* border: 2px solid #fff; */
  border: 2px solid #677284;
  border-radius: 50%;
  font-size: 18px;
  /* color: #fff; */
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.footer_social ul li a:hover {
  background-color: #fff;
  color: #3698ee
}

.footer_social ul li a {
  color: #677284;
}

/* .footer_copyright p {
  color: #fff
} */

.footer_copyright p a {
  /* color: #fff; */
  color: #6a5991;
  font-weight: bold;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #3698ee;
  text-align: center;
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  display: none
}

.cookie-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  word-wrap: break-word;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cookie-alert {
  opacity: 0;
  width: 320px;
  height: auto;
  position: fixed;
  bottom: 15px;
  left: 15px;
  margin: 0 !important;
  z-index: 999;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookie-button-container {
  padding: 0;
}

.cookie-button {
  padding: 5px;
  text-align: center;
  border: 1px solid rgb(180, 180, 180);
  border-right: none;
  border-bottom: none;
}

.cookie-button:nth-child(1) {
  border-left: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #3698ee
}

.whatsapp-button {
  position: fixed;
  width: 45px;
  height: 45px;
  /* bottom:40px;
	right:40px; */
  left: 20px;
  bottom: 20px;
  padding: 3px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  box-shadow: 3px 3px 10px 3px #89898933;
  z-index: 100;
}

/*===========================
        AUGMENTED 
===========================*/

/* Importing Font for Subsidiary Title (Educore) */
@font-face {
  font-family: 'caviar';
  src: url(/assets/fonts/caviar_dreams/CaviarDreams.ttf);
  font-style: normal;
  font-weight: 200;
}

/* Class for Subsidiary Title (Educore) Font Type */
.caviar {
  font-family: caviar;
}

/* Incrementing Width of Site Container */
.container {
  max-width: 1350px;
}

/* Variating Logo Dimensions to Appropriate Size */
.navbar-brand {
  max-width: 85px;
}

/* Variating Navigation Link Background on Active (Temp) */
/* .sticky .navbar-nav .nav-item a::before {
  background-color: #cccccc3d;
} */

/* Variating Siteface Graphic Dimensions to Appropriate Size - Desktop Devices */
@media(min-width:990px) {
  #siteface-graphic {
    display: block;
    /* max-width: 600px; */
    /* Bad for Different Viewports */
    max-width: 80%;
    margin: auto;
  }
}

.header_hero_content p {
  font-size: 20px;
}

/* Variating Button Background Colour (Siteface) */
.main-btn, .main-btn:hover {
  /* background: #ccc !important; */
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

/* Variating Button Text Colour (Siteface - Discover More) */
.header_hero_content ul li:nth-child(1) a {
  /* color: #ff3d3c !important; */
  /* color: red; */
  /* background: red; */
  /* background: linear-gradient(154deg, rgba(255, 86, 89, 1) 20%, rgba(51, 91, 188, 1) 75%); */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
  /* color: #d9e7ff; */
  color: #ffffff;
  border-radius: 30px;
}

.header_hero_content ul li:nth-child(1) a:hover, .header_hero_content ul li:nth-child(2) a:hover {
  border-radius: 5px;
}

/* Variating Button Text Colour (Siteface - Get Started) */
.header_hero_content ul li:nth-child(2) a {
  /* background: blue; */
  background: none;
  /* color: #3737ff !important; */
  /* color: #d9e7ff; */
  /* color: #335bbc !important; */
  color: #6a5991;
  font-weight: bold;
  border: 2px solid #6a5991;
  border-radius: 30px;
}

/* Styling Features */
.single_features {
  position: relative;
  top: 0;
  transition: all ease 2s;
}

/* Styling Features on Hover */
.single_features:hover {
  /* box-shadow: 0 3px 55px 0 rgba(211, 0, 255, 0.38); */
  /* box-shadow: 0 0px 95px 0 rgba(247, 0, 255, 0.38);
  transform: scale(0.95);
  transition: all 1s ease-in-out; */
  box-shadow: 0 70px 35px 0 rgba(247, 0, 255, 0.2);
  top: -30px;
}

/* .single_features:hover .features_content>h4 {
  transform: scale(1.5) !important;
  transition: all 1s ease-in-out;
} */

/* Styling Tagline Description (Our Business Model) */
.app_features_area .section_title p {
  font-size: 27px;
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  line-height: 27px;
}

/* Styling Section Heading Text (Business Model) */
.single_app_features .app_features_content .app_features_title {
  font-size: 30px;
  /* color: #9d4edd; */
  background: linear-gradient(150deg, rgba(157, 78, 221, 1) 20%, rgba(152, 51, 188, 1) 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Styling About Content Description */
.screenshot_area .section_title p {
  font-size: 18px;
  /* background: linear-gradient(to left, #ff9068de, #ff4c1fa9); */
  /* background: linear-gradient(-150deg, rgba(255, 86, 214, 1) 20%, rgba(152, 51, 188, 1) 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000000;
  text-align: justify;
}

.screenshot_area .screenshot_content a {
  /* background: linear-gradient(to right, #ff9068, #ff4c1fef); */
  /* background: linear-gradient(to right, #B07F77, #ECAFA1); */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
  border-radius: 30px;
}

.screenshot_area .screenshot_content a:hover {
  border-radius: 5px;
}

.text-highlight {
  font-size: 30px;
}

/* Variating Images (Left Out) Border Radius */
#siteface-graphic, .about_image img, .app_features_image img, .footer-top-image {
  border-radius: 20px;
}

/* Styling Section Heading (Story) */
.section_title .title {
  /* font-size: 60px; */
  font-size: 54px;
  /* background: linear-gradient(150deg, rgba(255, 86, 89, 1) 20%, rgba(51, 91, 188, 1) 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.about_content p {
  font-size: 20px;
  /* background: linear-gradient(150deg, rgba(255, 86, 214, 1) 20%, rgba(152, 51, 188, 1) 54%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000000;
  line-height: 26px;
  font-weight: lighter;
  text-align: justify;
}

/* Variating Button Text Colour (Story) */
.about_content a, .about_content a:hover {
  /* background: linear-gradient(to right, #94716B, #B79891); */
  /* background: linear-gradient(to right, #B07F77, #ECAFA1); */
  /* background: linear-gradient(154deg, #6a5991 20%, #8b7ab3 75%); */
  background: #6a5991;
}

.about_content a {
  border-radius: 30px;
}

.about_content a:hover {
  border-radius: 5px;
}

/* Removing Background from Screenshot Section (Temp) */
.screenshot_area::before {
  /* background: none; */
  opacity: 0.9;
}

/* Variating Sceenshot Section Arrows Colour on Hover (Temp) */
.screenshot_active .slick-arrow:hover i {
  color: #ccc;
}

/* Styling Heading Text (Testimonial) */
.testimonial_title {
  font-size: 60px !important;
  background: linear-gradient(150deg, rgba(255, 86, 89, 1) 20%, rgba(51, 91, 188, 1) 54%);
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%); */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Variating Testimonial Section Arrows Colour on Hover (Temp) */
.testimonial_content_active .slick-arrow:hover i {
  color: #ccc;
}

.testimonial_content_active .slick-arrow i {
  display: none;
}

.pricing_area .section_title p {
  font-size: 27px;
  /* background: linear-gradient(-150deg, rgba(255, 86, 214, 1) 20%, rgba(152, 51, 188, 1) 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  line-height: 33px;
}

/* Variating Pricing Icon Colour (Temp) */
.single_pricing .pricing_top_bar i {
  color: #ccc !important;
}

/* Variating Pricing Text Colour (Temp) */
.single_pricing .pricing_top_bar .price {
  color: #ccc !important;
}

.single_pricing .pricing_btn .main-btn {
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%); */
  background: #6a5991;
  border-radius: 30px;
}

.single_pricing .pricing_btn .main-btn:hover {
  border-radius: 5px;
}

/* Variating Top Space under Download Section */
#download {
  padding-top: 200px;
}

/* Styling Tagline Description (Unspecified) */
.blog_area .section_title p {
  font-size: 27px;
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  line-height: 27px;
}

/* Variating Top Footer Text Colour on Hover (Temp) */
.single_blog .blog_content .blog_title a:hover {
  color: #ccc;
}

/* Styling Middle Footer Button (Temp) */
.single_blog .blog_content .main-btn {
  color: #fff;
  border: none;
}

/* Variating Top Footer Image Dimensions to Appropriate Size */
.footer-top-image {
  max-width: 60%;
  margin-bottom: 40px;
}

/* Variating Bottom Footer Background (Temp) */
.footer_area::before {
  /* background: linear-gradient(-90deg, #FC466B 0%, #3F5EFB 100%); */
  /* background: linear-gradient(to right, #291584 0%, #9133e2 100%); */
  background: -webkit-gradient(linear, left top, right top, from(#e6f1fc), to(#e4edf6));
  background: linear-gradient(to right, #e6f1fc 0%, #e4edf6 100%);
  /* background: -webkit-gradient(linear, left top, right top, from(#e6f1fc), to(#fcf7ef));
  background: linear-gradient(to right, #e6f1fc 0%, #fcf7ef 100%); */
}

/* Variating Back-to-Top Button Background (Temp) */
.back-to-top, .back-to-top:hover {
  background: #ccc;
}

.subscribe_form button {
  background: linear-gradient(to right, #B07F77ED, #ECAFA1) !important;
}

.subscribe_form input, .subscribe_form button {
  border-radius: 30px;
}

/* :root {
  --hue: 223;
  --bg: hsl(var(--hue),10%,90%);
  --fg: hsl(var(--hue),10%,10%);
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1280 - 320));
} */
/* body {
  background: var(--bg);
  color: var(--fg);
  font: 1em/1.5 sans-serif;
  height: 100vh;
  display: grid;
  place-items: center;
} */

/* Dark theme  */
/* @media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue),10%,10%);
    --fg: hsl(var(--hue),10%,90%);
  }
} */

.navbar-brand {
  position: relative;
}

.logo-image {
  display: none;
  min-width: 120%;
  position: absolute;
  top: -7px;
  left: -8px;
  transition: 2s ease-in all;
}

.pl {
  display: block;
  width: 4em;
  height: 4em;
  transform: rotate(180deg);
}

.pl__ring, .pl__ball {
  animation: ring 3s ease-out infinite;
  animation-iteration-count: 1;
}

.pl__ball {
  animation-name: ball;
}

/* Animation */
@keyframes ring {
  from {
    stroke-dasharray: 0 257 0 0 1 0 0 258;
  }

  25% {
    stroke-dasharray: 0 0 0 0 257 0 258 0;
  }

  50%, to {
    stroke-dasharray: 0 0 0 0 0 515 0 0;
  }
}

@keyframes ball {
  from, 50% {
    animation-timing-function: ease-in;
    stroke-dashoffset: 1;
  }

  64% {
    animation-timing-function: ease-in;
    stroke-dashoffset: -109;
  }

  78% {
    animation-timing-function: ease-in;
    stroke-dashoffset: -145;
  }

  92% {
    animation-timing-function: ease-in;
    stroke-dashoffset: -157;
  }

  57%, 71%, 85%, 99%, to {
    animation-timing-function: ease-out;
    stroke-dashoffset: -163;
  }
}

.check {
  color: hsl(223, 90%, 55%);
  color: hsl(313, 90%, 55%);
}

#features_two .section_title p {
  font-size: 27px;
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  line-height: 32px;
}

#features_two img {
  display: block;
  max-width: 500px;
  /* margin: auto; */
  margin-left: auto;
  border-radius: 25px;
}

@media (max-width: 767px) {
  #features_two img {
    max-width: 80%;
    margin: auto;
  }
}

.features_two_tile {
  /* width: 350px; */
  width: 300px;
  position: relative;
  background-color: #ffffff;
  margin: 15px;
  padding: 30px 20px 30px 20px;
  border: 1px solid #e8e8e8ba;
  border-radius: 10px;
  box-shadow: 0 0 35px 0 rgb(158 158 158 / 12%);
  text-align: center;
}

@media (min-width: 990px) {
  .ft_tile_one {
    /* right: -175px; */
    top: 20px;
    left: -25px;
  }

  .ft_tile_two {
    /* right: -50px; */
    right: -100px;
  }

  .ft_tile_three {
    top: -20px;
    left: -75px;
  }
}

.features_two_title {
  font-size: 25px;
  /* background: linear-gradient(150deg, rgba(157, 78, 221, 1) 20%, rgba(152, 51, 188, 1) 54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #2A8DCB;
}

.features_two_desc {
  font-size: 17px;
  padding: 15px 10px 0px 10px;
}

.ft_small_tile {
  position: absolute;
  width: 200px;
  background-color: #ffffff;
  padding: 25px 15px 25px 15px;
  border: 1px solid #e8e8e8ba;
  border-radius: 10px;
  box-shadow: 0 0 35px 0 rgb(158 158 158 / 12%);
  text-align: center;
}

.ft_small_tile_one {
  top: -60px;
  /* left: -25px; */
  left: 0px;
}

.ft_small_tile_two {
  width: 215px;
  top: 200px;
  /* right: -50px; */
  right: -120px;
}

.ft_small_tile_three {
  bottom: -50px;
  /* left: -50px; */
  left: 20px;
}

.ft_small_desc {
  font-size: 17px;
  padding-top: 10px;
}

.parallex_bg {
  background-image: url("/assets/images/section-img-5.png");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .parallex_content {
  min-height: 400px;
  display: flex;
  align-items: center;
}

.parallex_content h4 {
  font-size: 38px;
  text-align: center;
  padding: 50px;
} */

.parallex_two {
  background-image: url("/assets/images/section-img-7.jpg");
}

.parallex_three {
  background-image: url("/assets/images/siteface-img-1.jpg");
}

.parallex_four {
  background-image: url("/assets/images/section-bg-14.jpg");
}

.pricing_area {
  background: url("/assets/images/section-bg-14.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.unique_area .section_title p {
  font-size: 27px;
  /* background: linear-gradient(90deg, #5943B9 0%, #98B2F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  line-height: 27px;
}

.p-frmt {
  font-size: 23px !important;
  width: 475px;
  text-align: justify;
  margin-right: 100px;
}

.single_unique {
  padding: 20px;
}

.unique_image {
  max-width: 100px;
  display: block;
  text-align: center;
  margin: auto;
}

.unique_image svg {
  font-size: 60px;
  color: #6a5991;
  transform: rotate(-15deg);
}

.unique_title {
  font-size: 28px;
  text-align: center;
  margin: 20px 0px;
}

.unique_title a {
  color: #3a424e;
}

.unique_meta p {
  font-size: 23px;
  text-align: center;
}

.unique_img {
  max-width: 650px;
  margin: auto;
}

.unique_img img {
  margin-top: 45px !important;
  border-radius: 20px;
}

.unique_content h4 {
  font-size: 34px;
}


.lni-paperclip {
  display: none;
}