/*----------------------------------------------------
This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Saasland
@Author: DroitThemes
@Developed By: Md Shahadat Hussain

@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ button
04/ preloader
05/ header
06/ banner
07/ breadcrumb
08/ features
09/ service
10/ price
11/ about
12/ testimonial
13/ screenshot
14/ joblist
15/ faq
16/ portfolio
17/ contact
18/ error
19/ shop
20/ blog
21/ footer

=====================================================================*/
/*====================================================*/
/*=== fonts ====*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@300;400;500;600;700;900&display=swap");
/*===== color =====*/
/*====================================================*/
/*====================================================*/
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0px;
}

i:before {
  margin-left: 0px !important;
}

body {
  font: 400 15px/28px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #677294;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.f_size_50 {
  font-size: 50px;
}

.f_size_30 {
  font-size: 30px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_24 {
  font-size: 24px;
}

.f_size_20 {
  font-size: 20px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_15 {
  font-size: 15px;
}

.l_height50 {
  line-height: 50px;
}

.l_height45 {
  line-height: 45px;
}

.l_height40 {
  line-height: 40px;
}

.l_height30 {
  line-height: 30px;
}

.l_height28 {
  line-height: 28px;
}

.f_p {
  font-family: "Poppins", sans-serif;
}

/*=========== font-weight ==============*/

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700;
}

.t_color {
  color: #051441;
}

.w_color {
  color: #fff;
}

.t_color3 {
  color: #222d39;
}

.bg_color {
  background: #fbfbfd;
}

.mt_60 {
  margin-top: 60px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: -30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_90 {
  margin-bottom: 90px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_70 {
  padding-left: 70px;
}

.pr_120 {
  padding-right: 120px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_20 {
  padding-right: 20px;
}

.sec_pad {
  padding: 120px 0px;
}

/*====================================================*/
/*====================================================*/
.btn_hover {
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s linear;
}
.btn_hover:hover {
  color: #fff;
}


.btn_get {
  font: 500 14px/47px "Poppins", sans-serif;
  color: #6754e2;
  border: 2px solid rgb(204, 197, 250);
  border-radius: 4px;
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
  padding: 0px 23px;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition: all 0.3s ease;
  min-width: 120px;
  text-align: center;
}
.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  box-shadow: none;
}

.btn_three {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #7444fd;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #7444fd;
  margin-top: 50px;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}
.btn_three:hover {
  color: #7444fd;
  background: transparent;
}

.agency_banner_btn {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #5e2ced;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  border-radius: 3px;
  padding: 16px 38px;
  border: 1px solid #5e2ced;
  transition: all 0.2s linear;
  cursor: pointer;
}
.agency_banner_btn:hover {
  color: #5e2ced;
  box-shadow: none;
  background: transparent;
}

.app_btn {
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  background-color: rgb(64, 105, 235);
  display: inline-block;
  padding: 14px 40px;
  color: #fff;
  border-radius: 45px;
  border: 1px solid rgb(64, 105, 235);
}
.app_btn:hover {
  color: rgb(64, 105, 235);
  background: #fbfbfd;
  box-shadow: none;
}

.app_btn:hover svg {
  fill: rgb(64, 105, 235);
}

.app_btn + .app_btn {
  margin-left: 20px;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/*====================================================*/
/*====================================================*/
/*=========== Preloader ============*/
.ctn-preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.ctn-preloader .animation-preloader {
  z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}
.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.ctn-preloader .loader .row {
  height: 100%;
}
.ctn-preloader .loader .loader-section {
  padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}
/*====================================================*/
/*====================================================*/
/*============== header_area css ==============*/
.header_area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
}

.menu_one {
  padding: 0px;
}
.menu_one .btn_get, .menu_eight .btn_get {
  margin-left: 40px;
}

.sticky_logo img + img {
  display: none;
}

.menu > .nav-item {
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
}
.menu > .nav-item > .nav-link {
  font: 500 15px "Poppins", sans-serif;
  color: #051441;
  padding: 0px;
  transition: color 0.3s ease 0s;
  position: relative;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6754e2;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  left: -40px;
  min-width: 200px;
  padding: 0px;
  background: #fff;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 0px 40px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font: 400 14px/34px "Poppins", sans-serif;
  color: #051441;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item:first-child > .dropdown-menu {
    top: 0;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
  padding-bottom: 30px;
  margin-bottom: -8px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu.mega_menu {
  position: static;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
    opacity: 1;
    pointer-events: all;
  }
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
  left: auto;
  right: 0;
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu .nav-item > .dropdown-menu {
  left: auto;
  right: 100%;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu .nav-item > .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item + .nav-item {
  margin-left: 45px;
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: all;
  }
}

.w_menu .nav-item .nav-link {
  color: #fff;
}
.w_menu .nav-item .nav-link:before {
  background: #fff;
}

#landing_page .w_menu .nav-item .nav-link.active, #landing_page .w_menu .nav-item .nav-link:hover {
  color: #fff;
}
#landing_page .w_menu .nav-item .nav-link.active:before, #landing_page .w_menu .nav-item .nav-link:hover:before {
  background: #fff;
  width: 100%;
  right: auto;
  left: 0;
}

.menu_four .btn_get {
  border-color: #fff;
  padding: 0px 30px;
  background: #fff;
  min-width: 120px;
  text-align: center;
}
.menu_four .btn_get:hover {
  background: #5e2ced;
  border-color: #5e2ced;
}
.menu_four .menu_toggle .hamburger span,
.menu_four .menu_toggle .hamburger-cross span {
  background: #fff;
}

.menu_eight .menu .nav-item.active .nav-link:before, .menu_eight .menu .nav-item:hover .nav-link:before {
  background: #fff;
}
.menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #23b1fe;
}
.menu_eight .menu .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_eight .saas_btn {
  background-color: rgba(255,255,255, 0.3);
  border: 1px solid #fff;
  color: #FFF;
}
.menu_eight .saas_btn.erp_btn_two {
  color: #FFF;
}
.menu_eight .menu_toggle .hamburger-cross span,
.menu_eight .menu_toggle .hamburger span {
  background: #fff;
}

/*============== header_area css ==============*/
/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
  border: 0px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #5e2ced;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #5e2ced;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

/*============ sticky menu css ==============*/
.header_area {
  transition: all 0.2s linear;
}
.header_area.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header_area.navbar_fixed .menu_one {
  padding: 0px;
  transition: all 0.2s linear;
}
.header_area.navbar_fixed .menu_one .btn_get {
  box-shadow: none;
}
.header_area.navbar_fixed .sticky_logo img {
  display: none;
}
.header_area.navbar_fixed .sticky_logo img + img {
  display: block;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color: #051441;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
  background: #051441;
}
.header_area.navbar_fixed #landing_page .w_menu .nav-item .nav-link:before {
  background: #6754e2;
}
.header_area.navbar_fixed #landing_page .w_menu .nav-item .nav-link.active, .header_area.navbar_fixed #landing_page .w_menu .nav-item .nav-link:hover {
  color: #6754e2;
}
.header_area.navbar_fixed .menu_four .btn_get {
  border: 2px solid #ccc5fa;
  box-shadow: none;
}
.header_area.navbar_fixed .menu_four .btn_get:hover {
  border-color: #6754e2;
}
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span {
  background: #6754e2;
}
.header_area.navbar_fixed .menu_eight .saas_btn {
  border-color: #23b1fe;
  box-shadow: none;
}
.header_area.navbar_fixed .menu_eight .saas_btn:hover {
  background: #23b1fe;
  color: #fff;
}
.header_area.navbar_fixed .menu_eight .saas_btn.erp_btn_two {
  border-color: #4e78f4;
  color: #4e78f4
}
.header_area.navbar_fixed .menu_eight .saas_btn.erp_btn_two:hover {
  background: #4e78f4;
}
.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger-cross span {
  background: #23b1fe;
}

.navbar .offcanfas_menu {
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.navbar .offcanfas_menu > .nav-item {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.navbar .offcanfas_menu > .nav-item:not(:last-child) {
  margin-bottom: 18px;
}
.navbar .offcanfas_menu > .nav-item .nav-link {
  font-size: 2.1rem;
  line-height: 46px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transform: translateY(45px);
  opacity: 0;
  visibility: hidden;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
  display: inline-block;
}
.navbar .offcanfas_menu > .nav-item .nav-link:before {
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link {
  padding-right: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  content: "3";
  font-family: eleganticons;
  position: absolute;
  right: 13px;
  top: 0;
  display: block;
  border: 0;
  line-height: 50px;
  margin-left: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
  display: none;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  z-index: 0;
  background: transparent;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  max-height: none !important;
  left: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item {
  background: transparent;
  padding: 0px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 31px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item:hover .nav-link, .navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item.active .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.active .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.active .nav-link:before {
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .nav-link:before {
  width: 100%;
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.close_icon {
  position: absolute;
  right: 60px;
  top: 40px;
  color: #7b84a2;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.close_icon:hover {
  color: #fff;
}

.burger_menu {
  width: 40px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: 25px;
  display: flex;
  align-items: center;
  color: #051441;
  margin-left: 25px;
}

/*================= menu_scroll css ================*/

#landing_page ul li a.active {
  color: #6754e2;
}
#landing_page ul li a.active:before {
  width: 100%;
}

/*============= gadget_menu css =============*/

/*====================================================*/
/*====================================================*/
/*================= saas_home_area css ===============*/

/*============== slider_area css ==============*/

@keyframes animateUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*=============== prototype_banner_area css ==============*/

/*============== agency_banner_area css =============*/

/*================ software_banner_area css ================*/

/*=============== saas banner area ================*/

/*============= app_banner_area css ===========*/

/*================ agency_banner_area_two css ===============*/

/*=============== saas_banner_area_two css ===============*/

/*=============== saas_banner_area_two css ===============*/

/*=============== payment_banner_area_two css ==============*/

/*================= digital_banner_area css ============*/

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

/*================= digital_banner_area css ============*/
.saas_banner_area_three .slider_item {
  min-height: 900px;
  background-image: linear-gradient(125deg, rgb(95, 81, 251) 0%, rgb(174, 89, 203) 64%, rgb(253, 96, 155) 100%);
  display: flex;
  position: relative;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
/*============ n_hero_banner_area  =============*/

/*============ home_one_banner  =============*/

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*====================================================*/
/*====================================================*/
/*================= Start breadcrumb_area css =================*/
.breadcrumb_area {
  background-image: linear-gradient(180deg, rgb(94, 44, 237) 0%, rgb(164, 133, 253) 100%);
  position: relative;
  z-index: 1;
  padding: 235px 0px 125px;
  overflow: hidden;
}
.breadcrumb_area .breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*================= End breadcrumb_area css =================*/
/*================= Start breadcrumb_area_two css =================*/
.breadcrumb_area_two {
  background: #f8f6fe;
  position: relative;
  padding: 235px 0px 125px;
  z-index: 1;
}
.breadcrumb_area_two .breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.breadcrumb_area_two .bubble li {
  background: #5e2ced;
  opacity: 0.1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
}
.breadcrumb_area_two .bubble li:nth-child(1) {
  left: 220px;
  bottom: 50px;
  animation: spin3 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(2) {
  left: 35%;
  top: 100px;
  animation: spin 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(3) {
  left: 40%;
  width: 51px;
  height: 51px;
  bottom: 50px;
  animation: spin1 3s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(4) {
  left: 42%;
  bottom: 50px;
  width: 20px;
  height: 20px;
}
.breadcrumb_area_two .bubble li:nth-child(5) {
  left: 76%;
  width: 51px;
  height: 51px;
  top: 160px;
  animation: spin1 3s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(6) {
  left: 75%;
  width: 30px;
  height: 30px;
  top: 186px;
}
.breadcrumb_area_two .bubble li:nth-child(7) {
  left: 52%;
  top: 150px;
  width: 20px;
  height: 20px;
  animation: spin2 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(8) {
  left: 90%;
  top: 250px;
  width: 20px;
  height: 20px;
  animation: spin2 2s infinite alternate;
}

.breadcrumb_content_two h1 {
  color: #222d39;
  margin-bottom: 12px;
}
.breadcrumb_content_two .breadcrumb {
  background: transparent;
  justify-content: center;
}
.breadcrumb_content_two .breadcrumb li {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  color: #525c7c;
}
.breadcrumb_content_two .breadcrumb li a {
  color: #051441;
}
.breadcrumb_content_two .breadcrumb li + li {
  padding-left: 32px;
}
.breadcrumb_content_two .breadcrumb li + li:after {
  content: "\e649";
  font-family: "themify";
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 14px;
}

@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes spin3 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(50px);
  }
}
/*================= End breadcrumb_area_two css =================*/
/*========= blog_breadcrumb_area css ========*/

/*========= blog_breadcrumb_area css ========*/
/*====================================================*/
/*====================================================*/
/*================= service_promo_area css =================*/

.learn_btn_two {
  color: #051441;
  font-size: 15px;
  display: inline-block;
  margin-top: 7px;
  position: relative;
  transition: color 0.2s ease;
}
.learn_btn_two:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  background: #fff;
  bottom: 0;
  transition: width 0.2s ease;
}
.learn_btn_two i {
  font-size: 13px;
  padding-left: 5px;
  vertical-align: middle;
}
.learn_btn_two:hover {
  color: #fff;
}
.learn_btn_two:hover:before {
  width: 100%;
}
.learn_btn_two:hover i {
  padding-left: 10px;
  transition: all 0.2s ease;
}

/*=============== s_features_section css ================*/

/*============= software_promo_area css ============*/

.process_area .features_info {
  padding-bottom: 185px;
}

/*============== features_area css ==============*/

/*============= prototype_featured_area css ===============*/

/*============== agency_featured_area css =============*/

.features_info {
  position: relative;
  padding-bottom: 170px;
}
.features_info .dot_img {
  position: absolute;
  left: 0;
  top: 28px;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 161, 39, 0.161);
  display: block;
  position: absolute;
  left: -9px;
  top: 15px;
  z-index: 1;
}
.dot .dot1 {
  position: absolute;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #feb85d;
}
.dot .dot2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(254, 184, 93, 0.8);
  animation: pulsate 3s infinite;
  animation-delay: 1.5s;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.dot.middle_dot {
  left: 54.8%;
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
}

.agency_featured_item {
  margin-top: 130px;
}
.agency_featured_item .agency_featured_content {
  position: relative;
}
.agency_featured_item .agency_featured_content h3 {
  font: 500 26px/36px "Poppins", sans-serif;
  color: #222d39;
  margin: 32px 0px 25px;
}
.agency_featured_item .agency_featured_content p {
  font-size: 15px;
}
.agency_featured_item .agency_featured_content .icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background-image: linear-gradient(40deg, rgb(94, 44, 237) 0%, rgb(164, 133, 253) 100%);
  box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
  left: 30px;
}

/*=============== software_featured_area css ===============*/

/*=============== software_featured_area_two css ==================*/

/*=============== saas_featured_area css ==============*/

/*=============== app_featured_area css ===============*/

/*=============== saas_features_area_two css ==============*/

/*=============== saas_features_area_two css ==============*/
/*=============== payment_features_area css =============*/

/*======== payment_features_area css ==========*/

/*===========perfect_solution_area css ==========*/

/*=========== startup_fuatures_area css ==========*/

/*============== intregration_area css =============*/

/*====================================================*/
/*====================================================*/
/*=========== service_area css ============*/

/*================ prototype_service_info css ==============*/

.p_service_item {
  margin-bottom: 90px;
}
.p_service_item .icon {
  box-sizing: content-box;
  width: 55px;
  height: 60px;
  position: relative;
  margin: 0px 0px 25px;
  font-size: 24px;
  -webkit-border-radius: 50%/14%;
  border-radius: 50%/14%;
  color: white;
  text-align: center;
  line-height: 64px;
  -o-text-overflow: clip;
  text-overflow: clip;
  z-index: 1;
}
.p_service_item .icon:before {
  box-sizing: content-box;
  position: absolute;
  content: "";
  top: 10%;
  right: -5.5%;
  bottom: 10%;
  left: -5%;
  border: none;
  -webkit-border-radius: 7%/50%;
  border-radius: 7%/50%;
  text-overflow: clip;
  text-shadow: none;
  z-index: -1;
}
.p_service_item h5 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
}
.p_service_item p {
  font-size: 15px;
}

@keyframes pulsate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4);
  }
}
/*================ prototype_service_area css =============*/

.service_carousel {
  padding-left: 155px;
  position: relative;
  z-index: 1;
}
.service_carousel:before {
  width: 100px;
  content: "";
  height: 100%;
  right: -25px;
  top: 0;
  position: absolute;
  background: #fbfbfb;
  filter: blur(12px);
  box-shadow: 0px 100px 40px 0px rgba(251, 251, 251, 0.1);
  z-index: 1;
}

/*============= agency_service_area css =============*/
.agency_service_area {
  padding: 135px 0px 140px;
}

.agency_service_item {
  margin-bottom: 30px;
}
.agency_service_item .icon {
  width: auto;
  height: auto;
  display: inline-block;
}
.agency_service_item .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.agency_service_item a {
  font: 400 14px/26px "Poppins", sans-serif;
  color: #222d39;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  transition: color 0.3s linear 0s;
}
.agency_service_item a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222d39;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transition: width 0.3s linear 0s;
}
.agency_service_item p {
  display: inline-block;
}
.agency_service_item p i {
  vertical-align: middle;
  padding-left: 8px;
  transition: all 0.3s linear 0s;
}
.agency_service_item p:hover a {
  color: #5e2ced;
}
.agency_service_item p:hover a:before {
  width: 132%;
  background: #5e2ced;
}
.agency_service_item p:hover i {
  color: #5e2ced;
  padding-left: 12px;
}

/*====================== design_developers_area css =================*/

/*============== software_service_area css =============*/

/*============== developer_product_area css ================*/

.c_violet {
  color: #222d39;
}
.c_violet:before {
  background: #5e2ced;
}
.c_violet:hover {
  color: #5e2ced;
}

/*============= app_service_area css ============*/
.app_service_area {
  padding-top: 120px;
  background: #fff;
}

.app_service_info {
  margin-bottom: -90px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.app_service_item {
  border: 1px solid rgb(244, 244, 249);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 50px;
  transition: all 0.2s linear;
  margin-bottom: 30px;
  cursor: pointer;
}
.app_service_item .app_icon {
  font-size: 40px;
  line-height: 45px;
}
.app_service_item .app_icon.one {
  text-shadow: 0px 14px 30px rgba(44, 130, 237, 0.4);
  color: #677294;
  background-image: linear-gradient(0deg, rgb(33, 113, 212) 0%, rgb(44, 196, 240) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .app_icon.two {
  text-shadow: 0px 14px 30px rgba(224, 56, 39, 0.4);
  color: #e03827;
  background-image: linear-gradient(0deg, #e03827 0%, #f9a47a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .app_icon.three {
  text-shadow: 0px 14px 30px rgba(94, 44, 237, 0.4);
  color: #e03827;
  background-image: linear-gradient(0deg, #5e2ced 0%, #a485fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .learn_btn_two {
  color: #222d39;
  font-size: 14px;
}
.app_service_item .learn_btn_two:before {
  background: #4069eb;
}
.app_service_item .learn_btn_two:hover {
  color: #4069eb;
}
.app_service_item .learn_btn_two.c_violet:hover {
  color: #5e2ced;
}
.app_service_item .learn_btn_two.c_violet:hover:before {
  background: #5e2ced;
}
.app_service_item:hover {
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
}

.app_service_area_two {
  background: #f9f9fc;
  padding: 120px 0px;
}
.app_service_area_two .app_service_info {
  margin-bottom: -30px;
}

/*============== service_details_area css ==============*/
.service_details_img {
  margin-left: -80px;
}

.service_details ul {
  padding-left: 35px;
}
.service_details ul li {
  font: 400 16px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  padding-left: 35px;
  margin-bottom: 13px;
}
.service_details ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #5e2ced;
}
.service_details ul li:last-child {
  margin-bottom: 0px;
}

.service_details_item + .service_details_item {
  margin-top: 200px;
}

/*============= saas_service_area css =============*/

/*============ payment_service_area css ==============*/

/*============= stratup_service_area css =============*/

/*============= stratup_service_area css =============*/
/*============= progress_bar_area css =============*/

/*============= progress_bar_area css =============*/
/*============= service_details_area css =============*/

/*=========== case_study_area css ==========*/

/*=================== case_study_details_area css ===============*/

/*============= seo_service_area css =============*/

/*=========== case_studies_area css ==========*/

/*=========================== Start app-deatails-area css ==========================*/

/*=========================== Start service primary css ==========================*/

/*=========================== End service primary css ==========================*/
/*====================================================*/
/*====================================================*/
/*================= s_pricing_area css ===============*/

/*=========== s_subscribe_area css ============*/

/*================= pricing_area css ==============*/

.price_tab {
  border-radius: 45px;
  max-width: 400px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  border: 0px;
  padding: 7px;
  justify-content: center;
  position: relative;
}
.price_tab .nav-item {
  padding: 0px;
  margin: 0px;
}
.price_tab .nav-item .nav-link {
  margin: 0px;
  font: 400 16px "Poppins", sans-serif;
  color: #677294;
  padding: 12px 30px;
  display: inline-block;
  border: 0px;
  border-radius: 45px;
  min-width: 193px;
  text-align: center;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.price_tab .nav-item .nav-link.active {
  border: 0px;
  border-radius: 45px;
  background: transparent;
  color: #fff;
}
.price_tab .hover_bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: calc(100% - 14px);
  border-radius: 45px;
  z-index: 0;
  transition: all 0.2s linear;
}

/*=================== pricing_area_two css ===============*/

/*================== call_action_area css ================*/

/*============= design_tab_area css ============*/

.tab-content .tab-pane .tab_img img {
  transform: translateX(20px);
  transition: all 0.3s linear;
  max-width: 100%;
}
.tab-content .tab-pane.show .tab_img img {
  transform: translateX(0);
}
.tab-content .tab_img {
  margin-right: -160px;
  padding-left: 120px;
  max-width: 100%;
}

/*============= action_area_two css =============*/

/*================= action area three css =================*/

/*=========== payment_priceing_area css ===========*/

/*============== priceing_area_four css ============*/

.tooltip .tooltip-inner {
  background-color: #fff !important;
  opacity: 1;
  color: #111 !important;
  opacity: 1;
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.14);
  font-size: "Poppins", sans-serif;
  font-size: 16px;
  color: #677294;
  line-height: 26px;
  width: 100%;
}
.tooltip.show {
  opacity: 1;
}

/*PRICEING AREA CSS */

/*====================================================*/
/*====================================================*/
/*============= agency_about_area css ============*/

.about_content_left {
  padding: 0px 0px 0px 200px;
}

.about_content {
  background-image: linear-gradient(40deg, rgb(94, 44, 237) 0%, rgb(164, 133, 253) 100%);
  height: 100%;
  color: #fff;
  padding: 100px;
  position: relative;
  bottom: -30px;
}
.about_content h2,
.about_content p {
  color: #fff;
}

.about_btn {
  font: 500 14px "Poppins", sans-serif;
  padding: 17px 28px;
  background: rgb(251, 251, 253);
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  border-radius: 3px;
  color: #5e2ced;
  display: inline-block;
  transition: all 0.3s ease;
}
.about_btn:hover {
  color: #fff;
  background: #5e2ced;
}

.about_img {
  padding: 0px;
  position: relative;
}
.about_img .about_img_slider .about_item {
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.about_img .about_img_slider .about_item:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 22, 28, 0.7);
  position: absolute;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.4s linear 0s;
}
.about_img .about_img_slider .about_item img {
  transition: all 0.5s linear;
}
.about_img .about_img_slider .about_item.w55 {
  width: 53.3%;
}
.about_img .about_img_slider .about_item.w45 {
  width: 46.7%;
}
.about_img .about_img_slider .about_item img {
  width: 100%;
  max-width: 100%;
}
.about_img .about_img_slider .about_item .about_text {
  position: absolute;
  bottom: 80px;
  padding: 0px 80px 0px 50px;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear;
}
.about_img .about_img_slider .about_item .about_text h5 {
  color: #fff;
}
.about_img .about_img_slider .about_item .about_text .br {
  width: 50px;
  height: 5px;
  background: #fff;
  opacity: 0.3;
  margin-bottom: 25px;
  display: block;
}
.about_img .about_img_slider .about_item .about_text.text_two {
  bottom: 30px;
}
.about_img .about_img_slider .about_item:hover:after {
  opacity: 1;
}
.about_img .about_img_slider .about_item:hover img {
  transform: scale(1.03);
}
.about_img .about_img_slider .about_item:hover .about_text {
  bottom: 90px;
}
.about_img .about_img_slider .about_item:hover .about_text.text_two {
  bottom: 50px;
}
.about_img .pluse_icon {
  width: 100px;
  height: 100px;
  text-align: center;
  color: #5e2ced;
  line-height: 100px;
  font-size: 22px;
  background-color: rgb(251, 251, 253);
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.14);
  display: inline-block;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
}

/*===== about_area css ======*/

.faq_accordian_two {
  flex: 1;
  align-self: center;
}

.faq_accordian_two .card {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 29, 0.08);
  background: #fff;
  border: 0px;
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 0px 30px 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.faq_accordian_two .card:before {
  content: "";
  background-image: linear-gradient(90deg, rgb(94, 44, 237) 0%, rgb(164, 133, 253) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
}

.faq_accordian_two .card .card-header {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
}

.faq_accordian_two .card .card-header h5 .btn-link {
  display: block;
  padding: 25px 0px 0px;
  text-align: left;
  width: 100%;
  font: 500 20px/26px "Poppins", sans-serif;
  color: #8b8b99;
  text-decoration: none;
  border-radius: 0px;
  cursor: pointer;
}

.faq_accordian_two .card .card-header h5 .btn-link i {
  color: #5e2ced;
  font-size: 30px;
  line-height: 26px;
  vertical-align: middle;
  padding-right: 25px;
}

.faq_accordian_two .card .card-body {
  background: transparent;
  padding: 10px 36px 0px 62px;
}

.faq_accordian_two .card .card-body p {
  color: #8b8b99;
}

.faq_accordian_two .card.active:before {
  opacity: 1;
}

.faq_accordian_two .card.active .card-header h5 .btn-link,
.faq_accordian_two .card.active .card-header h5 .btn-link i,
.faq_accordian_two .card.active .card-body p {
  color: #fff;
}

/*============== Start about_section css =================*/

/*============== End about_section css =================*/

/*============== start personal_portfolio_area css =================*/

/*============== end personal_portfolio_area css =================*/
/*============ personal_description_area css ============*/
.personal_description_area .text {
  max-width: 680px;
  margin: 0 auto;
}
.personal_description_area .text h3 {
  font-size: 30px;
  line-height: 46px;
  color: #383838;
  margin: 50px 0px;
  font-weight: 400;
}
.personal_description_area .text h3 span {
  color: #000b92;
  text-transform: uppercase;
  font-weight: 700;
}
.personal_description_area .text a {
  display: inline-block;
}

/*============ personal_description_area css ============*/
.showcase_slider .slider {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

/*====================================================*/
/*====================================================*/
/*=============== agency_testimonial_area css ==============*/
.agency_testimonial_info {
  position: relative;
}
.agency_testimonial_info .testimonial_slider {
  max-width: 770px;
  border-radius: 6px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.06);
  padding: 50px;
}
.agency_testimonial_info .testimonial_slider .active {
  position: relative;
  z-index: 9;
}

/*============= partner_logo_area_two css ==============*/

.partner_info {
  text-align: center;
  justify-content: center;
}
.partner_info .logo_item {
  width: 20%;
  margin-bottom: 60px;
}
.partner_info .logo_item img {
  max-width: 100%;
  -webkit-filter: contrast(0.3%);
  filter: contrast(0.3%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.partner_info .logo_item:hover img {
  filter: contrast(100%);
}

/*=============== partner_logo_area_three css ================*/

.partner_logo_area_five {
  padding: 200px 0px 70px;
}

/*============== saas_signup_area css ==============*/

/*============= fun_fact_area  css ==============*/

/*============ feedback_area css ==============*/
.feedback_slider .item {
  padding: 0px 15px;
}
.feedback_slider .shap_one, .feedback_slider .shap_two {
  position: absolute;
  bottom: 0;
  right: 20px;
  opacity: 0.302;
  border-radius: 10px;
  transform: rotate(45deg);
  width: 66px;
  height: 66px;
  bottom: -35px;
  opacity: 0.302;
}
.feedback_slider .shap_one {
  background-image: linear-gradient(40deg, rgb(41, 10, 89) 0%, rgb(61, 87, 244) 100%);
}
.feedback_slider .shap_two {
  background-image: linear-gradient(40deg, rgb(41, 10, 89) 0%, rgb(61, 87, 244) 100%);
  right: -10px;
  bottom: -45px;
}

/*=============== app_testimonial_area css =============*/

.app_testimonial_slider {
  max-width: 690px;
  margin: 0 auto;
}

.nav_container {
  position: relative;
  z-index: 1;
}

/*===========experts_team_area css ==========*/

/*=============== payment_clients_area  css =============*/

/*============ payment_testimonial_area css =============*/

/*================ payment_action_area css ===================*/

/*=========== sass_partner_logo_area css ==========*/

/*=========== saas_subscribe_area css ==========*/

/*============ payment_subscribe_area css ===========*/

/*========== testimonial_area_four css ==========*/

.testimonial_title {
  position: relative;
  padding-bottom: 90px;
}
.testimonial_title h6 {
  font-size: 16px;
  color: #563bd1;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

.testimonial_slider_four {
  padding: 0px 70px;
}
.testimonial_slider_four .item {
  text-align: center;
  color: #fff;
}
.testimonial_slider_four .item img {
  width: auto;
}
.testimonial_slider_four .item p {
  font-size: 18px;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 40px;
  color: #fff;
}
.testimonial_slider_four .item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.testimonial_slider_four .item h6 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
}

/*========== video_area css ============*/

.cup {
  position: absolute;
  right: 98px;
  bottom: 40px;
}

.video_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 85px;
  font-size: 30px;
  position: relative;
  transition: all 0.3s linear;
  display: inline-block;
}
.video_icon:before, .video_icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
}
.video_icon:before {
  transform: scale(2.5);
}
.video_icon:after {
  transform: scale(3.8);
}
.video_icon i {
  color: rgb(23, 199, 189);
  text-shadow: 0px 6px 25px rgba(16, 147, 140, 0.9);
  position: relative;
}
.video_icon i:after {
  width: 300%;
  height: 300%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-animation: pulse 2s infinite;
  transform: scale(8);
  animation: pulse 2s infinite;
}
.video_icon:hover {
  transform: scale(1.04);
}

/*============ seo_fact_area css ===========*/

/*====================================================*/
/*====================================================*/
/*================= app_screenshot_area css =============*/

/*================= app_screenshot_area css =============*/
/*=============== get started area css ===============*/

/*============ get_started_three css ============*/

/*====================================================*/
/*====================================================*/
/*===================== job_listing_area css ======================*/

/*===================== job_listing_area css ======================*/
/*============== job_details_area css =============*/

/*========== job_apply_area css =========*/

/*====================================================*/
/*====================================================*/
/*============== faq area css =============*/
.faq_tab {
  border: 1px solid rgb(244, 244, 249);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 50px 40px;
}
.faq_tab .nav-tabs {
  border: 0px;
  margin-bottom: 0px;
  display: block;
}
.faq_tab .nav-item {
  margin: 0px;
}
.faq_tab .nav-item .nav-link, .faq_tab .nav-item .nav-link a {
  font: 400 16px/22px "Poppins", sans-serif;
  color: #677294;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.faq_tab .nav-item .nav-link.active, .faq_tab .nav-item .nav-link.active a {
  color: #5e2ced;
}
.faq_tab .nav-item .nav-link.active:before {
  width: 100%;
}

.faq_content .tab-pane .card {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  border-bottom: 1px solid #e4e0ee;
}
.faq_content .tab-pane .card .card-header {
  padding: 0px;
  border: 0px;
  background: transparent;
}
.faq_content .tab-pane .card .card-header .btn {
  color: #5e2ced;
  display: block;
  width: 100%;
  text-align: left;
  font: 500 18px/26px "Poppins", sans-serif;
  padding: 20px 30px 20px 0px;
  position: relative;
  white-space: normal;
}
.faq_content .tab-pane .card .card-header .btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 20px;
}
.faq_content .tab-pane .card .card-header .btn i + i {
  display: block;
}
.faq_content .tab-pane .card .card-header .btn.collapsed {
  color: #576370;
}
.faq_content .tab-pane .card .card-header .btn.collapsed i {
  display: block;
}
.faq_content .tab-pane .card .card-header .btn.collapsed i + i {
  display: none;
}
.faq_content .tab-pane .card .card-body {
  padding: 0px 0px 45px;
  font: 400 15px/26px "Poppins", sans-serif;
  color: #677294;
}

/*====================================================*/
/*====================================================*/
/*============= portfolio area css ============*/

.portfolio_filter {
  display: flex;
  justify-content: center;
}

/*==============Start portfolio_details_area css ==============*/

/*==============End portfolio_details_area css ==============*/

/* portfolio grid - end */
/*====================================================*/
/*====================================================*/
/*================= map_area  ====================*/

/*================== contact_info_area css ================*/
.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 25px;
}
.contact_info_item p {
  color: #677294;
  margin-bottom: 8px;
}
.contact_info_item a {
  color: #677294;
  padding-left: 3px;
  display: inline-block;
}
.contact_info_item a:hover {
  color: #5e2ced;
}
.contact_info_item + .contact_info_item {
  border: 0px;
  margin-top: 33px;
}

#mapBox {
  height: 100% !important;
}

.text_box {
  margin-bottom: 30px;
}
.text_box input[type=text], .text_box textarea, .text_box input[type=password], .text_box input[type=email] {
  font: 400 15px/60px "Poppins", sans-serif;
  color: #222d39;
  height: 60px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #fff;
  padding-left: 30px;
}
.text_box input[type=text].placeholder, .text_box textarea.placeholder, .text_box input[type=password].placeholder, .text_box input[type=email].placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]:-moz-placeholder, .text_box textarea:-moz-placeholder, .text_box input[type=password]:-moz-placeholder, .text_box input[type=email]:-moz-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]::-moz-placeholder, .text_box textarea::-moz-placeholder, .text_box input[type=password]::-moz-placeholder, .text_box input[type=email]::-moz-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]::-webkit-input-placeholder, .text_box textarea::-webkit-input-placeholder, .text_box input[type=password]::-webkit-input-placeholder, .text_box input[type=email]::-webkit-input-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]:focus, .text_box textarea:focus, .text_box input[type=password]:focus, .text_box input[type=email]:focus {
  border-color: rgb(242, 239, 252);
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  outline: none;
}
.text_box textarea {
  height: 220px;
}

.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: #5e2ced;
  border-color: #5e2ced;
  margin-top: 0px;
}
.contact_form_box .btn_three:hover {
  background: transparent;
  color: #5e2ced;
}

.mapbox2 {
  height: 440px;
  border-top: 10px solid #fff;
}

/*============= login_area css =============*/
.login_area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.login_area .login_info {
  padding: 50px 100px 50px 0px;
}
.login_area .login_info:before {
  content: "";
  position: absolute;
  width: 2500px;
  right: 0;
  height: 100%;
  background: #fbfbfb;
  top: 0;
  z-index: -1;
}
.login_area .login_info p a {
  color: #677294;
}

.login-form .text_box .text_c {
  color: #161341;
  font-size: 14px;
  margin-bottom: 15px;
}
.login-form .text_box input[type=password] {
  padding-top: 8px;
  line-height: 50px;
}
.login-form .text_box input[type=password]:focus {
  padding-top: 0px;
}
.login-form .extra {
  display: flex;
  justify-content: space-between;
  font: 400 14px/30px "Poppins", sans-serif;
  margin-top: 45px;
}
.login-form .extra .checkbox label {
  margin-bottom: 0px;
  color: #161341;
}
.login-form .extra .checkbox input[type=checkbox] {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.login-form .extra .checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border: 1px solid #7348ef;
  border-radius: 2px;
  background-color: white;
}
.login-form .extra .checkbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #7348ef;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 3px;
}
.login-form .extra .forgotten-password a {
  color: #677294;
}
.login-form .btn_three {
  width: 100%;
  background: #5e2ced;
  color: #fff;
  margin-top: 40px;
}
.login-form .btn_three:hover {
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}
.login-form .alter-login {
  font: 400 15px/26px "Poppins", sans-serif;
  color: #9ca3b9;
}
.login-form .alter-login a {
  color: #5e2ced;
  display: inline-block;
  margin-left: 6px;
}

.login_img {
  padding-left: 100px;
  margin-right: -250px;
}
.login_img img {
  max-width: 100%;
}

/*==================== sign_in_area css ==================*/
.sign_info {
}
.sign_info .login_info {
  padding-left: 30px;
}
.sign_info .sign_info_content h2 {
  font-size: 30px;
  color: #677294;
}
.sign_info .sign_info_content ul li {
  font: 400 16px/34px "Poppins", sans-serif;
  color: #677294;
}
.sign_info .sign_info_content ul li i {
  color: #5e2ced;
  margin-right: 10px;
}
.sign_info .login-form .text_box {
  margin-bottom: 25px;
}
.sign_info .lead-text {
  font: 400 14px/40px "Poppins", sans-serif;
  color: #677294;
  padding-right: 20px;
}
.sign_info .social_tag li {
  display: inline-block;
}
.sign_info .social_tag li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 44px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-left: 7px;
}
.sign_info .social_tag li:first-child a {
  background: #4779de;
}
.sign_info .social_tag li:nth-child(2) a {
  background: #e43e30;
}
.sign_info .social_tag li:nth-child(3) a {
  background: #1da1f3;
}
.sign_info .sign-in-form .btn_three {
  width: auto;
  margin-top: 0;
}
.sign_info .sign-in-form .extra .forgotten-password a {
  color: #161341;
  font-weight: 400;
}
.sign_info .sign-in-form .extra .forgotten-password a:hover {
  color: #5e2ced;
}

.sign_btn_transparent {
  display: inline-block;
  background: transparent;
  border-color: #5e2ced;
  color: #5e2ced;
}
.sign_btn_transparent:hover {
  background: #5e2ced;
  color: #fff;
}

/*============= get_quote_form css============*/

/*=========== comingsoon css ============*/

#success, #error {
  position: relative;
  top: 10px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  display: none;
  font-weight: 600;
}

#success {
  color: lawngreen;
}

#error {
  color: orangered;
}

/*=============== seo_subscribe_area css ============*/

/*=============== seo_subscribe_area css ============*/
/*====================================================*/
/*====================================================*/
/*================= error_area css ==================*/

/*================= error_area css ==================*/
/*================= error_two_area css ==================*/

/*================= error_two_area css ==================*/
/*================= download_area css ==================*/

/*================= download_area css ==================*/
/*====================================================*/
/*====================================================*/
.typography_breacrumb {
  background: #f2ebf6;
}
.typography_breacrumb h1 {
  color: #222d39;
}
.typography_breacrumb h1 span {
}
.typography_breacrumb p {
  color: #677294;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b505e;
}

p {
  font-size: 16px;
  color: #677294;
}
p span {
  padding: 3px 8px;
}

.tooltip > .tooltip-inner {
  background-color: #f00;
  color: #fff;
}
.tooltip > .tooltip-inner .arrow:before {
  border-bottom-color: red;
}

.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  margin-bottom: 30px;
}
.alert i {
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
}
.alert .alert_close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.alert .alert_close i {
  margin-right: 0;
}
.alert.notice {
  background: #f9f8fc;
  border-color: #e9e6f5;
  color: #677294;
}
.alert.error {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}
.alert.info {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}
.alert.success {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}
.alert.message {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

/*====================================================*/
/*====================================================*/
/*=========== blog area css ===========*/

.blog_content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
  padding: 30px 47px 42px 50px;
  position: relative;
}
.blog_content .post_date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 3px 0px 0px rgba(12, 0, 46, 0.06);
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  right: 50px;
  top: -40px;
  background: #fff;
}
.blog_content .post_date h2 {
  font: 700 30px/20px "Poppins", sans-serif;
  margin-bottom: 0px;
  color: #5e2ced;
  padding-top: 5px;
}
.blog_content .post_date span {
  font-weight: 300;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.blog_content p {
  font-weight: 400;
  font-size: 15px;
}
.blog_content h5:hover {
  color: #5e2ced;
}
.blog_content .learn_btn_two {
  font: 400 14px "Poppins", sans-serif;
  color: #282835;
}
.blog_content .learn_btn_two:before {
  transition: all 0.2s linear;
}
.blog_content .learn_btn_two i {
  font-size: 14px;
}
.blog_content .learn_btn_two:hover {
  color: #5e2ced;
}
.blog_content .learn_btn_two:hover:before {
  background: #5e2ced;
}

.entry_post_info {
  font: 400 15px/25px "Poppins", sans-serif;
  color: #677294;
  padding-bottom: 5px;
}
.entry_post_info a {
  color: #677294;
}
.entry_post_info a + a:before {
  content: "/";
  display: inline-block;
  margin: 0px 7px 0px 2px;
}

/*=========== blog sidebar css ===========*/

.widget_title_two {
  font-size: 20px;
  font-weight: 600;
  color: #282835;
  margin-bottom: 30px;
}

.blog-sidebar {
  padding-left: 40px;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control {
  padding: 0px 30px;
  background: #f3f4f9;
  border-radius: 4px;
  height: 60px;
  font-size: 15px;
  color: #677294;
  box-shadow: none;
  position: relative;
  z-index: 0;
  border-color: transparent;
  transition: all 0.3s linear;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control.placeholder {
  color: #677294;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control:-moz-placeholder {
  color: #677294;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control::-moz-placeholder {
  color: #677294;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control::-webkit-input-placeholder {
  color: #677294;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control:focus {
  border-color: #5e2ced;
  background: #fff;
}
.blog-sidebar .widget.search_widget_two .search-form button {
  position: absolute;
  background: transparent;
  padding: 0px;
  border: 0px;
  right: 30px;
  top: 51%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #282835;
  z-index: 0;
}
.blog-sidebar .widget.recent_post_widget_two .post_item {
  align-items: center;
  display: flex;
}
.blog-sidebar .widget.recent_post_widget_two .post_item img {
  border-radius: 4px;
  padding-right: 25px;
}
.blog-sidebar .widget.recent_post_widget_two .post_item .media-body {
  flex: 1;
}
.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3 {
  font: 500 16px/22px "Poppins", sans-serif;
  color: #222d39;
  margin-bottom: 0;
}
.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3:hover {
  color: #5e2ced;
}
.blog-sidebar .widget.recent_post_widget_two .post_item .media-body .entry_post_info {
  font-size: 14px;
  color: #85859c;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-sidebar .widget.recent_post_widget_two .post_item:not(:last-child) {
  margin-bottom: 30px;
}
.blog-sidebar .widget.categorie_widget_two ul {
  margin-bottom: 0;
}
.blog-sidebar .widget.categorie_widget_two ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #282835;
  text-transform: uppercase;
}
.blog-sidebar .widget.categorie_widget_two ul li a em {
  font-style: normal;
  color: #282835;
  padding-left: 10px;
}
.blog-sidebar .widget.categorie_widget_two ul li a:hover {
  color: #5e2ced;
}
.blog-sidebar .widget.tag_widget_two .post-tags {
  margin: -5px -4px;
}
.blog-sidebar .widget.tag_widget_two .post-tags a {
  padding: 6px 20px;
  font-size: 14px;
  color: #5a5a77;
  background: #f0f2f9;
  border-radius: 4px;
  margin: 5px 4px;
  display: inline-block;
  transition: all 0.2s linear;
}
.blog-sidebar .widget.tag_widget_two .post-tags a:hover {
  background: #5e2ced;
  color: #fff;
}

.instagram_widget ul {
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
}
.instagram_widget ul li {
  padding: 7px 6px;
  width: 33.3333333333%;
}
.instagram_widget ul li a {
  display: block;
  position: relative;
}
.instagram_widget ul li a:before {
  content: "\e73d";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "themify";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  background: rgba(94, 44, 237, 0.6);
  border-radius: 4px;
  opacity: 0;
  top: 0;
  transition: opacity 0.4s linear;
  color: #fff;
}
.instagram_widget ul li a img {
  max-width: 100%;
  border-radius: 4px;
}
.instagram_widget ul li a:hover:before {
  opacity: 1;
}

/*========= blog_area_two css ===========*/
.blog_area_two .blog_list_item:not(:last-child) {
  margin-bottom: 70px;
}
.blog_area_two .shop_page_number {
  border-top: 1px solid #ebe8f1;
  padding-top: 35px;
  margin-top: 0px;
}

.blog_list_item_two {
  position: relative;
}
.blog_list_item_two .post_date {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 4px;
  background-color: rgb(251, 251, 253);
  box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
  text-align: center;
  color: #5e2ced;
  padding: 13px 26px;
  z-index: 1;
}
.blog_list_item_two .post_date h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.blog_list_item_two .post_date span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.blog_list_item_two a img {
  border-radius: 6px;
}
.blog_list_item_two .video_post {
  position: relative;
  z-index: 0;
}
.blog_list_item_two .video_post:before {
  content: "";
  background: #282835;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  border-radius: 6px;
}
.blog_list_item_two .video_post img {
  border-radius: 6px;
}
.blog_list_item_two .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog_list_item_two .video_icon:after {
  display: none;
}
.blog_list_item_two .video_icon:before {
  transform: scale(1.5);
}
.blog_list_item_two .video_icon i {
  color: #794afd;
  text-shadow: 0px 6px 25px rgba(121, 74, 253, 0.9);
}
.blog_list_item_two .blog_content {
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.blog_list_item_two .blog_content p {
  font-size: 16px;
  margin-bottom: 25px;
}
.blog_list_item_two .blog_content .post-info-bottom {
  display: flex;
  justify-content: space-between;
}
.blog_list_item_two .blog_content .post-info-bottom .post-info-comments {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #282835;
}
.blog_list_item_two .blog_content .post-info-bottom .post-info-comments i {
  color: #5e2ced;
  padding-right: 5px;
}
.blog_list_item_two .blog_content .learn_btn_two {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0px;
  line-height: 20px;
  display: inline-block;
  font-weight: 500;
}
.blog_list_item_two .blog_content .post-info-comments {
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
}

.blog_title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #222d39;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.blog_title:hover {
  color: #5e2ced;
}

.qutoe_post .blog_content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-radius: 6px;
  padding: 28px 40px 42px 40px;
  position: relative;
  overflow: hidden;
  border-left: 6px solid #5e2ced;
  z-index: 0;
}
.qutoe_post .blog_content:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: 0px;
  color: #f2effd;
  font-size: 100px;
  transform: rotate(180deg);
  z-index: -1;
}
.qutoe_post .blog_content i {
  font-size: 30px;
  color: #5e2ced;
  padding-bottom: 12px;
  display: inline-block;
}
.qutoe_post .blog_content h6 {
  font-size: 20px;
  color: #525c7c;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}
.qutoe_post .blog_content .author_name {
  font-size: 14px;
  color: #848ca5;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  text-transform: uppercase;
}
.qutoe_post.qutoe_post_two .blog_content:after {
  content: "\e02c";
  font-family: "ElegantIcons";
  font-size: 150px;
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.qutoe_post.qutoe_post_two .blog_content .blog_title {
  font-weight: 500;
}

.media {
  display: flex;
}
.media .media-body {
  flex: 1;
}

/*====================================================*/
/*====================================================*/
/*============= shop_grid_area css ==============*/

.hr {
  width: 100%;
  height: 1px;
  background: #e7e7f6;
  margin-bottom: 40px;
}

.shop_page_number {
  text-align: center;
  margin-bottom: 0px;
}
.shop_page_number li {
  display: inline-block;
  margin: 0px 3px;
}
.shop_page_number li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e7e7f6;
  font-size: 16px;
  line-height: 39px;
  font-weight: 300;
  color: #677294;
  text-align: center;
  display: block;
  transition: all 0.2s linear;
}
.shop_page_number li .page-numbers:hover {
  border-color: #5e2ced;
  color: #5e2ced;
}
.shop_page_number li .page-numbers.current {
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

/*============= shop_grid_area css ==============*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*============ shopping_cart_area css =============*/

/*================== check list css ======================*/

/*========== product_compair_modal_wrapper css ============*/

/*========== product_compair_modal_wrapper css ============*/
/*====================================================*/
/*====================================================*/
/*============= search_boxs css =================*/

input[type=text] {
  -webkit-appearance: none;
  outline: none;
}

/* Css keyframes css
============================================================================================ */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/* End Css keyframes css
============================================================================================ */
/*====================================================*/
/*====================================================*/

.height {
  height: 100%;
}

/*====================================================*/
/*====================================================*/
/*============ hosting_menu css =============*/

/*============ hosting_menu css =============*/
/*============ erp_menu css =============*/

/*============ erp_menu css =============*/
/*================= hosting_banner_area css ==============*/

/*================= hosting_banner_area css ==============*/
/*================= domain_search_area css ==============*/

/*================= domain_search_area css ==============*/

.hosting_title {
  margin-bottom: 70px;
}
.hosting_title h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
  color: #2c2c51;
  margin-bottom: 15px;
}
.hosting_title p {
  color: #7b7b93;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.hosting_title .w_color {
  color: #fff;
}

/*========== hosting_features_area css ========*/

/*========== hosting_features_area css ========*/
/*========== h_action_area css ========*/

.h_action_content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 32px;
}
.h_action_content p {
  color: #b4b4d3;
  margin-bottom: 42px;
}
/*========== h_action_area css ========*/
/*========== h_blog_area css ========*/

/*========== h_blog_area css ========*/

/*=========== h_map_area ==========*/

.h_footer_dark {
  background: #010e28;
  padding: 100px 0px 120px;
}
.h_footer_dark .company_widget p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 0;
}
.h_footer_dark .company_widget .f_social_icon {
  margin-top: 50px;
}
.h_footer_dark .company_widget .f_social_icon a {
  background: transparent;
  font-size: 14px;
  color: #7b7b93;
  border: 1px solid #2c3445;
}
.h_footer_dark .company_widget .f_social_icon a:hover {
  background: #f8636b;
  color: #fff;
  border-color: #f8636b;
}
.h_footer_dark .f_widget.about-widget .f_list li a, .h_footer_dark .f_widget.company_widget p {
  color: #7b7b93;
  font-weight: 400;
}
.h_footer_dark .f_widget.about-widget .f_list li {
  margin-bottom: 10px;
}
.h_footer_dark .f_widget.about-widget .f_list li a:before {
  background: #f8636b;
}
.h_footer_dark .f_widget.about-widget .f_list li a:hover {
  color: #f8636b;
}

.pos_footer_area {
  background: #413c85;
  padding-bottom: 0;
  padding-top: 120px;
  position: relative;
  z-index: 0;
}
.pos_footer_area .leaf_left, .pos_footer_area .leaf_right {
  position: absolute;
  bottom: 0;
}
.pos_footer_area .leaf_left {
  left: 0;
}
.pos_footer_area .leaf_right {
  right: 0;
}
.pos_footer_area:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #49458c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pos_footer_area:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/pos/wave_two.png) no-repeat scroll center bottom;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
}
.pos_footer_area .f_widget.company_widget p {
  color: #bab5df;
}
.pos_footer_area .f_widget.company_widget .f_social_icon a {
  color: #bab5df;
  border-color: #6e679b;
}
.pos_footer_area .f_widget.company_widget .f_social_icon a:hover {
  background: #fff;
  border-color: #fff;
  color: #5f54fd;
}
.pos_footer_area .f_widget.about-widget .f_list li a {
  color: #bab5df;
}
.pos_footer_area .f_widget.about-widget .f_list li a:before {
  background: #fff;
}
.pos_footer_area .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}

.pos_footer_bottom {
  padding-top: 80px;
  padding-bottom: 30px;
}
.pos_footer_bottom .pos_women {
  position: relative;
  bottom: -12px;
}

.wave_shap {
  width: 100%;
  position: absolute;
  height: 212px;
  bottom: 0;
  z-index: -1;
}

/*============== erp_banner_area_two css =============*/

@keyframes cloud {
  0% {
    left: 14%;
    top: 200px;
    opacity: 0;
  }
  20% {
    left: 44%;
    top: 100px;
    opacity: 1;
  }
  40% {
    left: 65%;
    top: 50px;
    opacity: 1;
  }
  60% {
    left: 80%;
    top: 130px;
    opacity: 1;
  }
  80% {
    left: 90%;
    top: 180px;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    top: 230px;
    opacity: 0;
  }
}
@keyframes animateCloud {
  0% {
    left: -20%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes jurk {
  0% {
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}
/*============== erp_banner_area_two css =============*/
/*============== erp_service_area css =============*/

.erp_title h2 {
  font-size: 34px;
}
.erp_title h2 span {
  color: #ff0000;
}

/*============== erp_service_area css =============*/

/*=========== erp_features_area css =============*/

@keyframes pulsates {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}

/*=========== erp_analytics_area css ============*/
.erp_analytics_area {
  background: url("./../img/erp-home/background.png") no-repeat scroll center 0/cover;
  padding: 100px 0px 220px;
}

.erp_analytics_item {
  padding: 0px 50px;
}
.erp_analytics_item p {
  font-size: 22px;
  color: #2c2c51;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 25px;
}

.er_btn {
  border: 2px solid #c8d4fa;
  font-size: 16px;
  font-weight: 500;
  color: #4e78f4;
  font-family: "Poppins", sans-serif;
  border-radius: 45px;
  line-height: 26px;
  padding: 8px 27px;
  display: inline-block;
  margin-top: 60px;
  transition: all 0.3s linear;
}
.er_btn:hover {
  background: #4e78f4;
  border-color: #4e78f4;
  box-shadow: 0px 20px 30px 0px rgba(45, 93, 237, 0.1);
  color: #fff;
}

.er_btn:hover svg {
  fill:#4e78f4;
}
.er_btn + .er_btn {
  margin-left:20px;
}

.erp_testimonial_info {
  position: relative;
}

.erp_call_action_area {
  padding-bottom: 120px;
  padding-top: 50px;
  background: #fafafd;
  position: relative;
  z-index: 1;
}
.erp_call_action_area:before {
  content: "";
  position: absolute;
  background: url("./../img/erp-home/shape.png") no-repeat scroll center bottom/cover;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: -1;
}
.erp_call_action_area:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: -80%;
  background-color: #fafafd;
  min-height: 560px;
  width: 2000px;
  -webkit-transform: rotate(-6.8deg);
  -ms-transform: rotate(-6.8deg);
  transform: rotate(-6.8deg);
  left: -1.5%;
  z-index: -2;
}

.erp_action_content img {
  margin-bottom: 32px;
}
.erp_action_content h3 {
  font-size: 40px;
  font-weight: 600;
  color: #2c2c51;
  line-height: 44px;
  margin-bottom: 18px;
}
.erp_action_content p {
  font-size: 24px;
  color: #7b7b93;
  font-weight: 400;
}
.erp_action_content p span {
  font-weight: 700;
  color: #4e78f4;
}
.erp_action_content .er_btn {
  margin-top: 40px;
}

.er_btn_two {
  background: #4e78f4;
  border-color: #4e78f4;
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(45, 93, 237, 0.1);
}
.er_btn_two:hover {
  box-shadow: none;
  border-color: #c8d4fa;
  background: transparent;
  color: #4e78f4;
}

/*============= pos_banner_area css ===========*/

.pos_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pos_slider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1a1a3a;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*============= pos_banner_area css ===========*/

/*============ support_home_area css ============*/

/*============ support_home_area css ============*/

/*====================================================*/
/*====================================================*/

 .f_widget.about-widget .f_list li a:before {
  border-color: #6754e2;
}

 .f_widget.about-widget .f_list li a:hover, .footer_bottom a, .menu > .nav-item:hover .nav-link, .menu > .nav-item.active .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link, .footer_bottom a:hover {
  color: #6754e2;
}

.w_menu .nav-item:hover .nav-link, .w_menu .nav-item.active .nav-link {
  color: #fff;
}

 .price_tab .hover_bg, .f_widget.about-widget .f_list li a:before {
  background: #00aff0;
}

/*====================================================*/
/*====================================================*/

.active .round {
  animation: zoomIn 0.7s both 0.4s;
}

/*=========== section-2 css ============*/

/*=========== section-3 css ============*/

/*============ section-4 css===========*/

/*============ section-5 css===========*/

/*============ home_analytics_banner_area css ============*/
.home_analytics_banner_area {
  height: 100vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(-50deg, rgb(34, 24, 110) 0%, rgb(14, 4, 75) 100%);
  overflow: hidden;
  position: relative;
}
.home_analytics_banner_area .elements_item {
  position: absolute;
}
.home_analytics_banner_area .elements_item:nth-child(1) {
  right: -30px;
  top: 165px;
}
.home_analytics_banner_area .elements_item:nth-child(2) {
  bottom: 250px;
  right: 100px;
}
.home_analytics_banner_area .elements_item:nth-child(3) {
  bottom: 66px;
  left: 280px;
}
.home_analytics_banner_area .elements_item:nth-child(4) {
  bottom: -80px;
  left: 100px;
}
.home_analytics_banner_area .elements_item:nth-child(5) {
  top: 250px;
  left: 180px;
}
.home_analytics_banner_area .elements_item:nth-child(6) {
  top: 180px;
  left: 150px;
}

.h_analytics_content h2 {
  color: #fff;
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h_analytics_content p {
  font-size: 16px;
  color: #fff;
}
.h_analytics_content .er_btn_two {
  margin-top: 35px;
}
.h_analytics_content .er_btn_two:hover {
  color: #fff;
}

/*============ home_analytics_banner_area css ============*/
/*============ h_analytices_features_area css ============*/
.h_analytices_features_area {
  padding: 50px 0px 150px;
}
.h_analytices_features_area .er_btn {
  margin-top: 20px;
  border-color: #4e78f4;
}

.h_analytices_features_item {
  padding: 120px 0px;
}
.h_analytices_features_item .h_analytices_img {
  padding-top: 90px;
  position: relative;
}
.h_analytices_features_item .h_analytices_img img {
  position: relative;
  z-index: 0;
}
.h_analytices_features_item .h_analytices_img .analytices_img_one, .h_analytices_features_item .h_analytices_img .analytices_img_two, .h_analytices_features_item .h_analytices_img .analytices_img_three {
  position: absolute;
}
.h_analytices_features_item .h_analytices_img .analytices_img_one {
  left: -30px;
  top: 0;
  z-index: 2;
}
.h_analytices_features_item .h_analytices_img .analytices_img_three {
  right: 0;
  bottom: 0;
  z-index: 4;
}
.h_analytices_features_item .h_analytices_img .analytices_img_two {
  left: -40px;
  bottom: 10px;
  box-shadow: 0px 50px 80px 0px rgba(1, 1, 64, 0.1);
  z-index: 0;
}
.h_analytices_features_item .h_analytices_img_two {
  padding-left: 70px;
  padding-bottom: 30px;
  padding-top: 70px;
  position: relative;
}
.h_analytices_features_item .h_analytices_img_two .analytices_img_one, .h_analytices_features_item .h_analytices_img_two .analytices_img_two, .h_analytices_features_item .h_analytices_img_two .analytices_img_three {
  position: absolute;
  box-shadow: 0px 50px 80px 0px rgba(1, 1, 64, 0.1);
}
.h_analytices_features_item .h_analytices_img_two .analytices_img_one {
  bottom: 0;
  left: 20px;
}
.h_analytices_features_item .h_analytices_img_two .analytices_img_two {
  right: -120px;
  bottom: 100px;
}
.h_analytices_features_item .h_analytices_img_two .analytices_img_three {
  left: 60%;
  transform: translateX(-50%);
  top: 0;
}
.h_analytices_features_item .h_analytices_content h2 {
  font-size: 34px;
  font-weight: 500;
  color: #2c2c51;
  margin-bottom: 25px;
}
.h_analytices_features_item .h_analytices_content p {
  font-size: 16px;
  color: #7b7b93;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
.h_analytices_features_item .h_analytices_content ul {
  margin-bottom: 0;
  border-top: 1px solid #ececf6;
  padding-top: 12px;
}
.h_analytices_features_item .h_analytices_content ul li {
  font-size: 16px;
  line-height: 28px;
  color: #7b7b93;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
.h_analytices_features_item .h_analytices_content ul li span {
  font-weight: 500;
  color: #2c2c51;
}
.h_analytices_features_item .h_analytices_content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4e78f4;
  position: absolute;
  left: 0;
  top: 10px;
}
.h_analytices_features_item + .h_analytices_features_item {
  border-top: 1px solid #ececf6;
}

/*============ h_analytices_features_area css ============*/
/*============ h_action_area_three css ============*/
.h_action_area_three {
  background-color: rgb(14, 4, 75);
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}
.h_action_area_three .shap_img {
  position: absolute;
  z-index: -1;
}
.h_action_area_three .shap_img.one {
  right: 0;
  top: 0;
}
.h_action_area_three .shap_img.two {
  left: 0;
  bottom: 0;
}
.h_action_area_three .h_action_content .video_icon {
  width: 70px;
  height: 70px;
  line-height: 74px;
  margin-bottom: 55px;
}
.h_action_area_three .h_action_content .video_icon:after {
  display: none;
}
.h_action_area_three .h_action_content .video_icon:before {
  transform: scale(1.4);
  background: rgba(255, 255, 255, 0.4);
}
.h_action_area_three .h_action_content .video_icon i {
  color: #4e78f4;
  text-shadow: none;
}
.h_action_area_three .h_action_content h2 {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 25px;
}
.h_action_area_three .h_action_content p {
  color: #a3a3b7;
}
.h_action_area_three .h_action_content .author h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.h_action_area_three .h_action_content .author p {
  color: #7b7b93;
  font-weight: 400;
  margin-bottom: 0;
}

/*============ h_action_area_three css ============*/
/*============ easy_setup_area css ============*/
.analytices_title span {
  display: block;
  font-weight: 300;
  color: #2c2c51;
}
.analytices_title p {
  font-weight: 400;
  color: #7b7b93;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

.setup_inner {
  max-width: 830px;
  margin: -30px auto 0px;
}
.setup_inner .setup_item {
  align-items: center;
  padding: 30px 0px;
  position: relative;
}
.setup_inner .setup_item.flex-row-reverse .setup_content {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}
.setup_inner .setup_item .setup_img {
  text-align: center;
}
.setup_inner .setup_item .round {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 64, 0.08);
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  color: #4e78f4;
  font-weight: 500;
  line-height: 80px;
}
.setup_inner .setup_item .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 2px dashed #94a2ce;
  opacity: 0.3;
  margin-left: -1px;
  z-index: -1;
}
.setup_inner .setup_item:first-child .line {
  top: 50%;
  height: 50%;
}
.setup_inner .setup_item:last-child .line {
  top: 0;
  height: 50%;
}
.setup_inner .setup_content {
  padding-left: 30px;
}
.setup_inner .setup_content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #2c2c51;
  line-height: 28px;
  margin-bottom: 15px;
}
.setup_inner .setup_content p {
  font-size: 16px;
  color: #7b7b93;
  font-weight: 400;
  margin-bottom: 0;
}

/*============ easy_setup_area css ============*/
/*============ analytices_customers_logo_area css ============*/
.analytices_customers_logo_area {
  padding: 200px 0px 120px;
}

.analytices_logo {
  display: block;
  text-align: center;
  padding: 25px;
  border-radius: 6px;
  margin-top: 20px;
  transition: all 0.3s linear;
}
.analytices_logo:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 50px 0px rgba(1, 1, 64, 0.08);
}

.analytices_logo_content {
  padding-right: 80px;
}
.analytices_logo_content .analytices_title {
  margin-bottom: 0;
}
.analytices_logo_content .er_btn {
  margin-top: 40px;
}

/*============ analytices_customers_logo_area css ============*/
/*============ analytices_list_area css ============*/
.analytices_list_area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  z-index: 2;
}
.analytices_list_area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 560px;
  z-index: -1;
  left: 0;
  background: url("./../img/home-software/down_bg.png") no-repeat scroll;
  bottom: 0;
  background-size: cover;
}
.analytices_list_area .macbook_a {
  position: absolute;
  right: 0;
  bottom: 0;
}

.analytices_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 40px;
}
.analytices_list li {
  font-size: 16px;
  line-height: 20px;
  color: #7b7b93;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.analytices_list li:before {
  content: "\e64c";
  display: inline-block;
  font-family: "themify";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  color: #4e78f4;
}

.analytices_action_area_two {
  padding-top: 120px;
}
.analytices_action_area_two:after {
  display: none;
}

/*============ analytices_list_area css ============*/
/*====================================================*/
/*====================================================*/
/*=============== gadget_slider_area css ============*/
.gadget_slider_area {
  height: 100vh;
}
 .gadget_slider_area .container {
  height: 100%;
  display: flex;
}
.gadget_slider_area .container {
  align-items: center;
}

/*=============== gadget_slider_area css ============*/
/*=============== gadget_about_area css ============*/

/*=============== gadget_about_area css ============*/
/*=============== gadget_shipping_area css ============*/

/*=============== gadget_shipping_area css ============*/
/*=============== gadget_features_area css ============*/

/*=============== gadget_features_area css ============*/
/*=============== gadget_product_area css ============*/

/*=============== gadget_product_area css ============*/
/*=============== gadget_promo_area css ============*/

/*=============== gadget_promo_area css ============*/
/*=============== gadget_discount_area css ============*/

/*=============== gadget_discount_area css ============*/
/*=============== gadget_subscribe_bg css ============*/

/*=============== gadget_subscribe_bg css ============*/

/*============ team_details_area css =========*/

/*============ team_details_area css =========*/
/*============ skill_area css =========*/

.progress-element p {
  font-size: 15px;
  font-weight: 500;
  color: #051441;
  margin-bottom: 5px;
}
.progress-element .progress {
  height: 6px;
  background: #fff;
  border-radius: 0px;
  margin-bottom: 20px;
}
.progress-element .progress .progress-bar {
  width: 0px;
  transition: width 3s linear;
}

/*============ skill_area css =========*/
/*============ team_contact_area css =========*/

/*============ team_contact_area css =========*/
/*============ shop_featured_gallery_area css =========*/

.featured_gallery {
  margin: -3px 0px;
}
.featured_gallery .grid-item {
  padding: 3px;
}

/*============ shop_featured_gallery_area css =========*/
/*============ shop_product_area css =========*/

/*============ shop_product_area css =========*/
/*============ trending_product_area css =========*/

/*============ trending_product_area css =========*/
/*============ shop_partner_logo_area css =========*/

/*============ shop_partner_logo_area css =========*/
/*============ shop_footer_area css =========*/

/*============ shop_footer_area css =========*/
/*============ dark_banner_area css =========*/

/*============ dark_banner_area css =========*/
/*============ perfomance_area css =========*/

/*============ perfomance_area css =========*/
/*============ product_chip_area css =========*/

/*============ product_chip_area css =========*/
/*============ product_multitask_area css =========*/

/*============ product_multitask_area css =========*/
/*============ product_comparison_area css =========*/

/*============ product_comparison_area css =========*/
/*============ product_discount_area css =========*/

/*============ product_discount_area css =========*/
/*============ product_features_area css =========*/

/*============ product_features_area css =========*/
/*====================================================*/
/*====================================================*/
/*=================== h_security_banner_area css =============*/

/*================== h_security_area css ===========*/
/*================== h_security_area css ===========*/

/*=================== h_security_area css =============*/
/*=================== security_features_area css =============*/

/*=================== security_features_area css =============*/
/*=================== h_security_about_area css =============*/

/*=================== h_security_about_area css =============*/
/*=================== security_customers_logo_area css =============*/

/*=================== security_customers_logo_area css =============*/

/*======== security_action_area css =========*/

/*============== event_banner_area css ===========*/

/*========== event_about_area css =======*/

/*========== event_team_area css =========*/

.event_team_slider .item {
  text-align: center;
  cursor: pointer;
}
.event_team_slider .item h4 {
  font-size: 20px;
  font-weight: 500;
  color: #2c2c51;
  margin-bottom: 2px;
}
.event_team_slider .item h4:hover {
  color: #fd475d;
}
.event_team_slider .item p {
  color: #7b7b93;
  margin-bottom: 0;
}
.event_team_slider .item:hover img {
  opacity: 0.2;
  transform: scale(1.04);
}
.event_team_slider .item:hover ul li a {
  transform: translateY(0);
}

/*============== event_features_area css ============*/

/*================ event_price_area css ============== */

/*============ event_fact_area  css =================*/

/*============= event_location_area css =========*/

/*=========== tracking_banner_area css =============*/

/*============ tracking_activity_area css ==============*/

/*=========== tracking_product_area css ==============*/

/*=========== tracking_price_area css ==============*/

/*============= chat_banner_area css ============*/

/*=========== chat_core_features_area css ============*/

/*============= chat_features_area css ===========*/

/*============= chat_features_area css ===========*/
/*============= chat_clients_area css ===========*/

/*============= chat_clients_area css ===========*/
/*====================================================*/
/*====================================================*/
/*============== banner_area css =============*/

/*============== banner_area css =============*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.arrow i {
  border-width: 1px;
  border-color: rgb(243, 245, 248);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 18px;
  color: #4e5761;
  line-height: 47px;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
}
.arrow i:hover {
  background: #5e2ced;
  color: #fff;
}
.arrow i + i {
  margin-left: 12px;
}

.blog_slider {
  margin-right: -200px;
  margin-bottom: -28px;
  right: -90px;
  position: relative;
}

/*============= typography_part css =================*/

/*============= utility_pages css =================*/
/*============= support_part css =================*/

/*============= responsive_area css =================*/

/*============= footer css =================*/

/*============== new css two  ===============*/
/*============== testimonial carousel Start ===============*/

/* team section - end */
/* team carousel - start */
.agency_testimonial_carousel {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
}

/*============== testimonial carousel End ===============*/
/*============== testimonial carousel End ===============*/

/*============== testimonial carousel End ===============*/
/*============== main_product_item Start ===============*/

.carousel-indicators {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  text-align: center;
  position: relative;
}
.carousel-indicators li {
  opacity: 1;
  margin: 0px;
  width: auto;
  border: none;
  height: auto;
  padding: 15px 0px;
  max-width: max-content;
  line-height: 1;
  color: #bbbbbb;
  text-indent: 0;
  font-size: 32px;
  font-weight: 600;
  background: none;
  position: relative;
  display: inline-block;
  transition: all 0.2s linear;
}
.carousel-indicators li:after {
  top: 0;
  height: 1px;
  width: 30px;
  content: "";
  bottom: auto;
  margin-left: 35px;
  margin-right: 35px;
  vertical-align: middle;
  position: relative;
  background-color: #bbbbbb;
}
.carousel-indicators li:before, .carousel-indicators li:last-child:after {
  display: none;
}
.carousel-indicators li:hover, .carousel-indicators li.active {
  color: #222d39;
}

/*============== main_product_item Start ===============*/
/*============== service_section Start ===============*/

/*============== service_section End ===============*/
/*============== creative_features_one Start ===============*/

/*============== creative_features_one End ===============*/
/*============== creative_fun_fact_area Start ===============*/

/*============== creative_fun_fact_area End ===============*/
/*============== creative_fun_fact_area End ===============*/

/*============== creative_fun_fact_area End ===============*/

/*====================================================*/
/*====================================================*/
/*============== footer_area css ==============*/
.f_bg {
  background: #eff2f9;
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}

.footer_top {
  border-bottom: 1px solid #e0e3ef;
  padding: 115px 0px 100px;
}
.f_widget.company_widget .mchimp-errmessage,
.f_widget.company_widget .mchimp-sucmessage {
  position: absolute;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list li a {
  font: 300 16px/20px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  transition: color 0.2s linear;
  display: inline-block;
}
.f_widget.about-widget .f_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6754e2;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  transition: width 0.2s linear;
}
.f_widget.about-widget .f_list li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}
.footer_bottom p a {
  transition: color 0.2s linear;
}
.footer_bottom .f_menu {
  margin-bottom: 0px;
}
.footer_bottom .f_menu li {
  display: inline-block;
  position: relative;
}
.footer_bottom .f_menu li a {
  color: #7f88a6;
  transition: color 0.2s linear;
}
.footer_bottom .f_menu li a:hover {
  color: #6754e2;
}
.footer_bottom .f_menu li + li {
  margin-left: 16px;
}
.footer_bottom .f_menu li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
.footer_bottom a:hover {
  color: #6754e2;
}

/*================ footer area two css ==============*/

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  transition: all 0.2s linear;
}
.f_social_icon a:hover {
  background: #00aff0;
  color: #fff;
}
.f_social_icon a + a {
  margin-left: 10px;
}

/*=============== footer_area_four css =============*/
.footer_area_four .footer_top {
  border-bottom: 1px solid #e9ecf3;
  padding: 120px 0px 70px;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #5e2ced;
}
.footer_area_four .footer_bottom p a {
  color: #5e2ced;
}
.footer_area_four .footer_bottom a:hover {
  color: #5e2ced;
}

/*======= footer_area_five css ========*/

/*============ footer_seven css==============*/

/*============= error_footer css ===========*/

/*============== footer_dark_one css =============*/

.dark_widget .f-title {
  color: #fff;
}
.dark_widget.about-widget .f_list li a:before {
  background: #4069eb;
}
.dark_widget.about-widget .f_list li a:hover {
  color: #4069eb;
}

/*============ footer_dark_two css ===========*/

/*=========== footer_nine_area css ============*/

/*===========footer_dark_ten css ===========*/

/*============ new_footer_area css ===========*/

/*============== agency_footer_area css ==============*/

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
/*====================================================*/