@charset "UTF-8";
/*
@File: StartNext Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS 

** - Default CSS
** - Preloader CSS
** - Navbar CSS
** - Main Banner CSS 
** - Boxes CSS
** - About CSS
** - Services CSS
** - Features CSS
** - Team CSS
** - Works CSS
** - Fun Facts CSS
** - Pricing CSS
** - Feedback CSS
** - Ready To Talk CSS
** - Partner CSS
** - Blog CSS
** - Page Title CSS
** - FAQ CSS
** - Pagination CSS
** - Blog Details CSS
** - Project Details CSS
** - Contact CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
:root {
  --SaaSmainColor: #7E05FF;
  --MainColor: #44ce6f;
  --SaaColor1: #8F8AD2;
  --light-green-50: #DFF7DF;
  --SaaColor2: #FFF6EA;
  --SaaColor3: #FFEAF5;
  --FinTechMain: #B0F127;
  --blue-violet: #716AD9;
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0e314c;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  outline: 0 !important;
}
a:hover, a:focus {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

p {
  color: #666666;
  line-height: 1.8;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #0e314c;
  font-weight: 500;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-50 {
  padding-bottom: 50px;
}

.bg-f9f6f6 {
  background-color: #f9f6f6;
}

.bg-0f054b {
  background-color: #0f054b;
}

/*owl carousel btn*/
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-dots {
  margin-top: 20px;
  line-height: 0.01;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #D6D6D6;
  transition: 0.4s;
  border-radius: 50%;
}

/*btn btn-primary*/
.btn-primary {
  color: #ffffff;
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background: #0e314c;
  transform: translateY(-5px);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background: #0e314c;
  transform: translateY(-5px);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  opacity: 1;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus {
  background: #0e314c;
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.btn {
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 15px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn::after, .btn::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.5s;
  z-index: -1;
}
.btn::after {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.btn::before {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.btn:hover::after, .btn:hover::before {
  width: 50%;
}

/*form control*/
.form-group {
  margin-bottom: 18px;
}

label {
  color: #0e314c;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-control {
  height: 50px;
  padding: 8px 15px;
  font-size: 14px;
  color: #0e314c;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background: #eeeeee;
  transition: 0.5s;
}
.form-control:focus {
  outline: 0;
  background: #ffffff;
  box-shadow: unset;
}

/*Section Title*/
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
.section-title p {
  max-width: 520px;
  margin: 0 auto;
}
.section-title .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}
.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  margin: 0 auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  right: 0;
  left: 0;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  top: 50%;
  margin-top: -75px;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*================================================
Navbar CSS
=================================================*/
#header.headroom {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: 0.3s;
  padding-top: 0;
}
#header.headroom.is-sticky {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
#header.headroom.navbar-style-two {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#header.headroom--pinned {
  transform: translateY(0%);
}
#header.headroom--unpinned {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.startp-mobile-nav {
  display: none;
}
.startp-mobile-nav.mean-container .mean-nav ul li a.active {
  background-color: transparent;
}
.startp-mobile-nav.mean-container .mean-nav ul li .dropdown-toggle::after {
  display: none;
}
.startp-mobile-nav.mean-container .mean-nav ul li .dropdown-menu {
  border: none;
}

.startp-nav {
  background: transparent;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 15px;
  width: 100%;
  z-index: 999;
  height: auto;
}
.startp-nav.p-relative {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
}
.startp-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.startp-nav nav .navbar-nav .nav-item {
  position: relative;
}
.startp-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #4a6f8a;
  padding-left: 0;
  padding-right: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 14px;
  margin-right: 14px;
}
.startp-nav nav .navbar-nav .nav-item a svg {
  width: 14px;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-toggle::before {
  content: "\e9f8";
  font-family: "boxicons" !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.startp-nav nav .others-option {
  margin-left: 20px;
}
.startp-nav nav .others-option .btn.btn-light {
  background: transparent;
  border: 2px dashed #cdf1d8;
  padding: 12px 33px;
  margin-right: 10px;
}
.startp-nav nav .others-option .btn.btn-light:hover, .startp-nav nav .others-option .btn.btn-light:focus {
  color: #ffffff;
}
.startp-nav nav .others-option .btn.btn-primary {
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.startp-nav nav .others-option .btn.btn-primary::after, .startp-nav nav .others-option .btn.btn-primary::before {
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.startp-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 99995;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.startp-nav .navbar-light .navbar-nav .dropdown-menu {
  background: #fff;
  border-radius: 5px;
  border: none;
  margin: 0;
  padding: 15px 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.startp-nav .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 5px 20px !important;
  color: #4a6f8a;
  font-size: 15px;
  background-color: #fff;
}
.startp-nav .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.startp-nav .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active, .startp-nav .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar-brand {
  font-weight: 600;
  font-size: 22px;
}

.navbar-light {
  padding-left: 0;
  padding-right: 0;
}

.navbar-light .collapse ul li ul .menu-item-has-children > a::after {
  width: 0;
  height: 0;
  font-size: 19px;
  vertical-align: 0;
  margin-left: -5px;
  position: absolute;
  top: 29px;
  transform: rotate(-90deg);
  content: "\e9f8";
  font-family: "boxicons" !important;
}

/* Float menu */
.float-menu-d-none .meanmenu-reveal, .float-menu-d-none .mean-nav {
  display: none !important;
}

.float-burger-menu {
  position: absolute;
  right: 15px;
  top: 25px;
  cursor: pointer;
  z-index: 99999;
}
.float-burger-menu span {
  background-color: #333;
  height: 4px;
  width: 35px;
  display: block;
  border-radius: 3px;
}
.float-burger-menu span.middle-bar {
  margin: 4px 0;
}

.startp-float-menu .mean-nav {
  margin-top: 0;
}
.startp-float-menu .navbar-nav.nav {
  display: block !important;
}
.startp-float-menu a.meanmenu-reveal {
  display: none !important;
}

.float-menu-modal {
  z-index: 999999;
}
.float-menu-modal.modal-right .modal-dialog {
  max-width: 320px;
  min-height: calc(100vh - 0px);
}
.float-menu-modal.modal-right.show .modal-dialog {
  transform: translate(0, 0);
}
.float-menu-modal.modal-right .modal-content {
  height: calc(100vh - 0px);
  overflow-y: auto;
  border: none;
  border-radius: 0;
}
.float-menu-modal.modal-right .modal-content .modal-header {
  border: none;
  padding: 5px 15px;
}
.float-menu-modal.modal-right .modal-content .modal-header .close {
  float: left;
  margin: 0 auto;
  font-weight: 100;
  font-size: 35px;
  padding: 0;
}
.float-menu-modal.modal-right .modal-content .mean-bar {
  padding: 0;
}
.float-menu-modal.modal-right .modal-dialog {
  transform: translate(100%, 0);
  margin: 0px 0 0 auto;
}

/* Drop-down menu work on hover */
@media only screen and (min-width: 991px) {
  .navbar-light .collapse ul li > ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
  }
  .navbar-light .collapse ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .navbar-light .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
  }
  /**/
  .navbar-light .collapse ul ul li {
    position: relative;
  }
  .navbar-light .collapse ul ul li:hover > ul {
    display: block;
  }
  .navbar-light .collapse ul ul ul {
    position: absolute;
    top: -13px;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  /**/
  .navbar-light .collapse ul ul ul li {
    position: relative;
  }
  .navbar-light .collapse ul ul ul li:hover ul {
    display: block;
  }
  .navbar-light .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  position: relative;
  height: 910px;
  z-index: 1;
  background: transparent url(../../assets/img/banner-bg1.jpg) right top no-repeat;
}
.main-banner .hero-content h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}
.main-banner .hero-content p {
  margin-bottom: 30px;
  font-size: 16px;
}
.main-banner .banner-form {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 30px;
  border-radius: 5px;
}
.main-banner .banner-form form .form-control {
  padding-left: 15px;
}
.main-banner .banner-form form .btn {
  display: block;
  width: 100%;
  transform: unset;
  margin-top: 25px;
}
.main-banner .banner-image {
  position: relative;
}
.main-banner .banner-image img {
  position: absolute;
}
.main-banner .banner-image img:nth-child(1) {
  z-index: 3;
  top: -130px;
  left: -45px;
}
.main-banner .banner-image img:nth-child(2) {
  right: 145px;
  top: -287px;
}
.main-banner .banner-image img:nth-child(3) {
  left: 25px;
  top: -20px;
}
.main-banner .banner-image img:nth-child(4) {
  right: 12%;
  top: 118px;
  z-index: 1;
}
.main-banner .banner-image img:nth-child(5) {
  left: 28%;
  top: -120px;
  z-index: 2;
}
.main-banner .banner-image img:nth-child(6) {
  right: 35%;
  z-index: 1;
  top: -150px;
}
.main-banner .banner-image img:nth-child(7) {
  right: 20px;
  top: -110px;
}
.main-banner .banner-image img:nth-child(8) {
  right: 25px;
  top: -140px;
}
.main-banner .banner-image img:nth-child(9) {
  right: 30%;
  z-index: 1;
  top: -35px;
}
.main-banner .banner-image img:nth-child(10) {
  left: 37%;
  top: -28px;
  z-index: 1;
}
.main-banner .banner-image img:nth-child(11) {
  left: 37%;
  top: -160px;
  z-index: 1;
}
.main-banner .banner-image img:nth-child(12) {
  left: 90px;
  top: -110px;
}
.main-banner .banner-image img:nth-child(13) {
  left: 56%;
  top: -25px;
  z-index: 2;
}
.main-banner .banner-image img:nth-child(14) {
  right: 105px;
  top: -28px;
}
.main-banner .banner-image img:last-child {
  display: none;
}
.main-banner .banner-image.single-banner-image img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shape1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 30px;
  animation: rotate3d 4s linear infinite;
  opacity: 0.4;
}

.shape2 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%;
}

.shape3 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  z-index: -1;
  animation: animationFramesOne 15s infinite linear;
}

.shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.shape5 {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  animation: movebounce 5s linear infinite;
  opacity: 0.2;
}

.shape6 {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: 10%;
}

.shape7 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
/*================================================
Boxes CSS
=================================================*/
.boxes-area {
  position: relative;
  padding-bottom: 80px;
  margin-top: -130px;
  z-index: 1;
}

.single-box {
  border: 1px dashed #cdf1d8;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  transition: 0.5s;
}
.single-box .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 18px;
}
.single-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
  transition: 0.5s;
}
.single-box h3 a {
  color: #0e314c;
}
.single-box h3 a:hover {
  text-decoration: underline;
}
.single-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-box p {
  transition: 0.5s;
  margin: 0 0 -5px;
}
.single-box.bg-f78acb {
  border-color: rgba(247, 138, 203, 0.3);
}
.single-box.bg-f78acb .icon {
  color: #f78acb;
  background: rgba(247, 138, 203, 0.3);
}
.single-box.bg-c679e3 {
  border-color: #edc3fc;
}
.single-box.bg-c679e3 .icon {
  background: #edc3fc;
}
.single-box.bg-eb6b3d {
  border-color: rgba(235, 107, 61, 0.3);
}
.single-box.bg-eb6b3d .icon {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-box:hover {
  transform: translateY(-9px);
  border-color: transparent;
}
.single-box:hover::before {
  opacity: 1;
  visibility: visible;
}
.single-box:hover .icon {
  background: #ffffff;
}
.single-box:hover h3, .single-box:hover p {
  color: #ffffff;
}
.single-box:hover h3 a {
  color: #fff;
}
.single-box:hover.bg-f78acb .icon {
  color: #f78acb;
}
.single-box:hover.bg-eb6b3d .icon {
  color: #eb6b3d;
}

/*================================================
About CSS
=================================================*/
.about-content .section-title {
  text-align: left;
  margin-bottom: 18px;
}
.about-content .section-title .bar {
  margin-right: 0;
  margin-left: 0;
}
.about-content .section-title p {
  margin: 0;
}

.about-inner-area {
  margin-top: 60px;
}
.about-inner-area .about-text h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

/*================================================
Services CSS
=================================================*/
.services-area {
  overflow: hidden;
}

.services-content .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.services-content .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}
.services-content .section-title p {
  margin: 0;
}
.services-content .row {
  margin-left: -8px;
  margin-right: -8px;
}
.services-content .row .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.services-content .box {
  position: relative;
  margin-top: 30px;
  z-index: 1;
  display: block;
  padding: 13px 20px;
  color: #666;
  font-weight: 500;
  border-radius: 3px;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.services-content .box::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}
.services-content .box svg {
  margin-right: 5px;
  display: inline-block;
  transition: 0.5s;
  width: 18px;
}
.services-content .box:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.services-content .box:hover::before {
  opacity: 1;
  visibility: visible;
}
.services-content .box:hover svg {
  color: #ffffff;
}
.services-content .box:hover i {
  color: #fff !important;
}
.services-content .box i {
  padding-right: 8px;
  font-size: 16px;
}

.services-right-image {
  position: relative;
}
.services-right-image img {
  position: absolute;
}
.services-right-image img:nth-child(1) {
  left: 22%;
  top: -85px;
  z-index: 1;
}
.services-right-image img:nth-child(2) {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: -52px;
}
.services-right-image img:nth-child(3) {
  left: 44%;
  top: -33px;
  z-index: 1;
}
.services-right-image img:nth-child(4) {
  right: 38%;
  z-index: 1;
  top: -220px;
}
.services-right-image img:nth-child(5) {
  z-index: 1;
  right: 24%;
  top: 8px;
}
.services-right-image img:nth-child(6) {
  left: 29%;
  top: 0;
  z-index: 1;
}
.services-right-image img:nth-child(7) {
  right: 44%;
  top: -78px;
  z-index: 1;
}
.services-right-image img:nth-child(8) {
  right: 30%;
  top: -134px;
  z-index: 1;
}
.services-right-image img:nth-child(9) {
  right: 31%;
  top: -21px;
  z-index: 1;
}
.services-right-image img:nth-child(10) {
  right: 24%;
  top: -80px;
}
.services-right-image img:nth-child(11) {
  left: 27%;
  top: -60px;
  z-index: 2;
}
.services-right-image img:nth-child(12) {
  right: 28%;
  z-index: 1;
  top: -54px;
}
.services-right-image img:nth-child(13) {
  left: 31%;
  top: -105px;
  z-index: 1;
}
.services-right-image img.bg-image {
  top: -262px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.services-right-image img:last-child {
  display: none;
}
.services-right-image.single-right-image img {
  display: block;
}
.services-right-image.single-right-image img:first-child {
  top: -60px;
}
.services-right-image.single-right-image img:last-child {
  position: relative;
  left: 0;
  top: 0;
}

.services-left-image {
  position: relative;
}
.services-left-image img {
  position: absolute;
}
.services-left-image img:nth-child(1) {
  left: 15%;
  top: -98px;
}
.services-left-image img:nth-child(2) {
  left: 0;
  top: -200px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.services-left-image img:nth-child(3) {
  left: 36%;
  z-index: 12;
  top: -55px;
}
.services-left-image img:nth-child(4) {
  left: 55px;
  top: -38px;
  z-index: 1;
}
.services-left-image img:nth-child(5) {
  z-index: 3;
  right: 26%;
  top: -66px;
}
.services-left-image img:nth-child(6) {
  right: 19%;
  top: -41px;
  z-index: 2;
}
.services-left-image img:nth-child(7) {
  right: 97px;
  top: 40px;
  z-index: 1;
}
.services-left-image img:nth-child(8) {
  right: 23%;
  top: -175px;
  z-index: 2;
}
.services-left-image img.bg-image {
  top: -262px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.services-left-image img:last-child {
  display: none;
}
.services-left-image.single-left-image img {
  display: block;
}
.services-left-image.single-left-image img:first-child {
  top: -60px;
}
.services-left-image.single-left-image img:last-child {
  position: relative;
  left: 0;
  top: 0;
}

.single-services-box {
  position: relative;
  background: #ffffff;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.5s;
}
.single-services-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-services-box .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 20px;
}
.single-services-box .icon.bg-c679e3 {
  background: #edc3fc;
}
.single-services-box .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-services-box::before, .single-services-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transition: 0.5s;
}
.single-services-box::before {
  left: 0;
}
.single-services-box::after {
  right: 0;
}
.single-services-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-services-box:hover .icon {
  color: #ffffff;
}
.single-services-box:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
.single-services-box:hover::after, .single-services-box:hover::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}

.services-area-two {
  padding-bottom: 50px;
}

/*================================================
Features CSS
=================================================*/
.features-area {
  padding-bottom: 50px;
}

.features-area-two {
  overflow: hidden;
}

.single-features {
  position: relative;
  background: #ffffff;
  padding-left: 95px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.5s;
}
.single-features h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-features p {
  margin: 0;
}
.single-features .icon {
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  left: 20px;
  top: 30px;
  transition: 0.5s;
  font-size: 20px;
}
.single-features .icon.bg-c679e3 {
  background: #edc3fc;
}
.single-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-features:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-features:hover .icon {
  color: #ffffff;
}
.single-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}

/*================================================
Team CSS
=================================================*/
.team-area {
  padding-bottom: 50px;
}
.team-area .owl-controls {
  margin-bottom: 30px;
}

.single-team {
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  transition: 0.5s;
  z-index: 1;
  text-align: center;
}
.single-team .team-image {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  padding-right: 35px;
}
.single-team .team-image img {
  border: 3px solid #cdf1d8;
  width: auto !important;
  border-radius: 50%;
  display: inline-block !important;
  transition: 0.5s;
}
.single-team .team-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #f9f6f6;
  height: 10px;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
}
.single-team .team-content {
  padding-left: 35px;
  padding-right: 35px;
}
.single-team .team-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-team .team-content ul li {
  display: inline-block;
  margin: 0 3px;
}
.single-team .team-content ul li a {
  width: 30px;
  height: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
}
.single-team .team-content ul li a:hover {
  transform: translateY(-5px);
}
.single-team .team-content ul li a svg {
  width: 19px;
}
.single-team .team-content ul li a i {
  line-height: 1;
}
.single-team .team-content p {
  margin-top: 20px;
  margin-bottom: 0;
}
.single-team .team-info {
  padding: 10px 15px;
  border-radius: 75px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  transition: 0.5s;
}
.single-team .team-info h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #ffffff;
}
.single-team .team-info span {
  color: #ffffff;
  font-size: 13px;
}
.single-team:hover {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-team:hover .team-image::before {
  height: 0;
}
.single-team:hover .team-info {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}

/*================================================
Works CSS
=================================================*/
.works-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.single-works {
  position: relative;
  margin-bottom: 30px;
}
.single-works::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-works .icon {
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 45px;
  background: #ffffff;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.single-works .icon svg {
  width: 19px;
}
.single-works .icon:hover {
  color: #ffffff;
}
.single-works .works-content {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 20px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-works .works-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-works .works-content h3 a {
  color: #ffffff;
}
.single-works .works-content p {
  color: #ffffff;
}
.single-works:hover::before {
  opacity: 0.95;
  visibility: visible;
}
.single-works:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 45px;
}
.single-works:hover .works-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/*================================================
Fun Facts CSS
=================================================*/
.funfacts-area {
  position: relative;
  z-index: 1;
}
.funfacts-area .section-title h2 {
  max-width: 520px;
  margin: 0 auto;
}
.funfacts-area .map-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.funfact {
  text-align: center;
  border: 1px solid #eee;
  padding: 30px 10px;
}
.funfact h3 {
  font-size: 30px;
  margin-bottom: 7px;
  font-weight: 600;
}

.contact-cta-box {
  margin: 80px auto 0;
  max-width: 600px;
  border: 1px dashed #ebebeb;
  padding: 30px 210px 30px 30px;
  border-radius: 5px;
  position: relative;
}
.contact-cta-box h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-cta-box p {
  margin-bottom: 0;
}
.contact-cta-box .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -27px;
}
.contact-cta-box .btn-primary {
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.contact-cta-box .btn-primary:hover, .contact-cta-box .btn-primary:focus {
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

/*==========================================
Pricing CSS
===========================================*/
.pricing-area {
  position: relative;
  z-index: 1;
}

.pricing-table {
  text-align: center;
  background: #ffffff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-bottom: 35px;
  transition: 0.5s;
}
.pricing-table .pricing-header {
  background: #ffffff;
  position: relative;
  padding: 30px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eeeeee;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}
.pricing-table .pricing-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -1;
}
.pricing-table .pricing-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.5s;
  margin-bottom: 0;
  font-weight: 600;
}
.pricing-table .price {
  margin-bottom: 30px;
}
.pricing-table .price span {
  font-size: 30px;
  font-weight: 600;
}
.pricing-table .price span sup {
  font-weight: 500;
}
.pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}
.pricing-table .pricing-features ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px;
}
.pricing-table .pricing-features ul li {
  color: #888;
  border-top: 1px dashed #eee;
  padding: 8px 0;
  text-decoration: line-through;
}
.pricing-table .pricing-features ul li.active {
  color: #666666;
  text-decoration: none;
}
.pricing-table:hover {
  transform: translateY(-10px);
}
.pricing-table:hover .pricing-header::before {
  opacity: 1;
  visibility: visible;
}
.pricing-table:hover .pricing-header h3 {
  color: #ffffff;
}
.pricing-table.active-plan .pricing-header::before {
  opacity: 1;
  visibility: visible;
}
.pricing-table.active-plan .pricing-header h3 {
  color: #ffffff;
}
.pricing-table.active-plan .btn-primary {
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.pricing-table.active-plan .btn-primary::after, .pricing-table.active-plan .btn-primary::before {
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
  position: relative;
  z-index: 1;
}

.feedback-slides {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.feedback-slides .client-feedback {
  position: relative;
}
.feedback-slides .client-feedback .single-feedback {
  background: #ffffff;
  border-radius: 5px;
  padding-left: 170px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
}
.feedback-slides .client-feedback .single-feedback .client-img {
  position: absolute;
  left: 40px;
  top: 40px;
}
.feedback-slides .client-feedback .single-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid;
  padding: 3px;
  width: 95px;
}
.feedback-slides .client-feedback .single-feedback h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
.feedback-slides .client-feedback .single-feedback span {
  display: block;
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 14px;
}
.feedback-slides .client-feedback .single-feedback::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.feedback-slides .client-thumbnails {
  position: relative;
  margin: 0 85px;
}
.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid;
  border-radius: 50%;
  padding: 3px;
  width: 85px;
}
.feedback-slides .client-thumbnails .item:hover .img-fill img, .feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  opacity: 1;
}

.client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #5e5e5e;
  border: 2px solid #5e5e5e;
  z-index: 1;
  border-radius: 50%;
  line-height: 30px;
  outline: 0 !important;
  transition: 0.5s;
}
.client-thumbnails .next-arrow::before, .client-thumbnails .prev-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 50%;
}
.client-thumbnails .next-arrow:hover, .client-thumbnails .prev-arrow:hover {
  color: #ffffff;
}
.client-thumbnails .next-arrow:hover::before, .client-thumbnails .prev-arrow:hover::before {
  opacity: 1;
  visibility: visible;
}
.client-thumbnails .next-arrow svg, .client-thumbnails .prev-arrow svg {
  width: 18px;
  height: 18px;
  position: relative;
}
.client-thumbnails .next-arrow {
  right: -20px;
}
.client-thumbnails .prev-arrow {
  left: -20px;
}

/*================================================
Ready To Talk CSS
=================================================*/
.ready-to-talk {
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
}
.ready-to-talk h3 {
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.ready-to-talk p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 16px;
}
.ready-to-talk .btn-primary {
  box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
}
.ready-to-talk .btn-primary:hover, .ready-to-talk .btn-primary:focus {
  box-shadow: 0 5px 20px 0 rgba(68, 206, 111, 0.25);
}
.ready-to-talk span a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: underline;
}

/*================================================
Partner CSS
=================================================*/
.partner-section {
  text-align: center;
  position: relative;
  margin-top: -120px;
  background: transparent;
}
.partner-section h5 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.partner-section .partner-inner {
  background: #ffffff;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 25px;
}
.partner-section .partner-inner a {
  display: block;
  margin-top: 25px;
  position: relative;
}
.partner-section .partner-inner a img:last-child {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.partner-section .partner-inner a:hover img:last-child {
  opacity: 1;
  top: 0;
  visibility: visible;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  position: relative;
  transition: 0.5s;
  margin-bottom: 30px;
}
.single-blog-post .blog-image {
  position: relative;
}
.single-blog-post .blog-image a {
  display: block;
}
.single-blog-post .blog-image .date {
  position: absolute;
  left: 20px;
  bottom: -15px;
  color: #ffffff;
  padding: 7px 20px;
  font-size: 13px;
  border-radius: 50px;
  z-index: 5;
}
.single-blog-post .blog-image .date svg {
  width: 15px;
  margin-right: 3px;
}
.single-blog-post .blog-post-content {
  position: relative;
  padding-top: 25px;
  padding-left: 20px;
  padding-bottom: 25px;
  padding-right: 20px;
  border: 1px solid #eee;
  transition: 0.5s;
}
.single-blog-post .blog-post-content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single-blog-post .blog-post-content h3 a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: block;
}
.single-blog-post .blog-post-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
}
.single-blog-post .blog-post-content ul li {
  display: inline-block;
  color: #666;
  margin-right: 10px;
}
.single-blog-post .blog-post-content ul li:last-child {
  margin-right: 0;
}
.single-blog-post .blog-post-content ul li i {
  padding-right: 3px;
}
.single-blog-post .blog-post-content ul li a {
  text-transform: capitalize;
}
.single-blog-post .blog-post-content p {
  margin-bottom: 10px;
}
.single-blog-post .blog-post-content .read-more-btn {
  font-weight: 600;
  font-size: 13px;
}
.single-blog-post .blog-post-content .read-more-btn svg {
  transition: 0.5s;
  width: 15px;
}
.single-blog-post .blog-post-content .read-more-btn:hover svg {
  margin-left: 5px;
}
.single-blog-post:hover {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-blog-post:hover .blog-post-content {
  background: #ffffff;
}
.single-blog-post .mt-2 {
  margin-top: 1rem !important;
}
.single-blog-post .home-page-post {
  padding-top: 25px;
}

/* Sticky Post */
.sticky {
  background-color: #484b49;
}
.sticky:hover {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.sticky:hover .blog-post-content {
  background: #484b49;
}
.sticky .blog-post-content {
  padding-left: 45px;
}
.sticky .blog-post-content h3 {
  position: relative;
}
.sticky .blog-post-content h3::before {
  font-family: "FontAwesome";
  content: "\f08d";
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.sticky .blog-post-content h3 a {
  color: #fff;
}
.sticky .blog-post-content ul li {
  color: #fff;
}
.sticky .blog-post-content ul li i {
  color: #fff;
}
.sticky .blog-post-content ul li a {
  color: #fff;
}
.sticky .blog-post-content p {
  color: #fff;
}
.sticky .blog-post-content .read-more-btn {
  color: #fff;
}

/* End Sticky Post */
.format-standard .blog-post-content {
  padding-top: 35px;
}

.post_type_icon {
  position: absolute;
  top: -1px;
  right: 10px;
  color: #fff;
  font-size: 15px;
  width: 30px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 0px 0px 30px 30px;
}

.post_type {
  position: absolute;
  top: -10px;
  left: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 10px;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background: transparent url(../../assets/img/banner-bg1.jpg) right top no-repeat;
  border-bottom: 1px dashed #eee;
  padding-top: 230px;
  padding-bottom: 120px;
  text-align: center;
}
.page-title-area h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.page-title-area .breadcrumb {
  margin: 5px 0 0;
  background: transparent;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.page-title-area .breadcrumb li.breadcrumb-item {
  display: inline-block;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item .accordion-title {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background: #f5f9ff;
  font-size: 17px;
  font-weight: 500;
}
.faq-accordion .accordion .accordion-item .accordion-title:hover, .faq-accordion .accordion .accordion-item .accordion-title.active, .faq-accordion .accordion .accordion-item .accordion-title:focus {
  color: #ffffff;
}
.faq-accordion .accordion .accordion-item .accordion-title.active {
  border-radius: 0;
}
.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 20px;
  line-height: 1.9;
  border: 1px solid #eee;
}
.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px 45px;
  border-radius: 4px;
  background: #ffffff;
}
.faq-contact h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.faq-contact form .btn {
  margin-top: 10px;
}

/*=============================
Pagination CSS
===============================*/
.pagination-area {
  text-align: center;
  margin-top: 0;
}
.pagination-area ul {
  padding: 0;
  margin: 0;
}
.pagination-area ul .page-item .page-link {
  padding: 11px 20px;
  margin: 0 -1px;
  color: #6f8ba4;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area ul .page-item .page-link:hover, .pagination-area ul .page-item .page-link:focus {
  color: #ffffff;
  box-shadow: unset;
}
.pagination-area ul .page-item .page-link svg {
  width: 16px;
}
.pagination-area ul .page-item.active .page-link {
  color: #ffffff;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-area {
  position: relative;
}
.blog-details-area .blog-details {
  background: #ffffff;
  border: 1px solid #eee;
}
.blog-details-area .blog-details .article-img {
  position: relative;
  border-bottom: 1px solid #eee;
}
.blog-details-area .blog-details .article-img .date {
  position: absolute;
  bottom: 15px;
  width: 100px;
  right: 15px;
  height: 100px;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  color: #ffffff;
  border-radius: 5px;
  padding-top: 18px;
  line-height: 30px;
}
.blog-details-area .blog-details .article-content {
  padding: 30px;
}
.blog-details-area .blog-details .article-content .entry-meta {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
}
.blog-details-area .blog-details .article-content .entry-meta li {
  display: inline-block;
  margin-right: 15px;
  color: #777;
  margin-bottom: 0;
}
.blog-details-area .blog-details .article-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog-details-area .blog-details .article-content .entry-meta li i {
  padding-right: 3px;
  font-style: normal;
}
.blog-details-area .blog-details .article-content .entry-meta li a {
  color: #777;
}
.blog-details-area .blog-details .article-content ul.category {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
  clear: both;
}
.blog-details-area .blog-details .article-content ul.category li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}
.blog-details-area .blog-details .article-content ul.category li a {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid;
  font-size: 13px;
  line-height: 1;
}
.blog-details-area .blog-details .article-content ul.category li a:hover {
  color: #fff;
}
.blog-details-area .blog-details .article-content h3.article-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-top: -10px;
}
.blog-details-area .blog-details .article-content .blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px;
  border-left: 4px solid;
}
.blog-details-area .blog-details .article-content .blockquote p {
  margin-top: 0;
  font-size: 17px;
}
.blog-details-area .blog-details .article-content .share-post {
  text-align: center;
  margin-top: 30px;
}
.blog-details-area .blog-details .article-content .share-post ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  color: #0e314c;
}
.blog-details-area .blog-details .article-content .share-post ul li a:hover, .blog-details-area .blog-details .article-content .share-post ul li a:focus {
  color: #ffffff;
}
.blog-details-area .blog-details .article-content .share-post ul li a svg {
  width: 16px;
}
.blog-details-area .post-controls-buttons {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #eee;
}
.blog-details-area .post-controls-buttons .controls-left {
  float: left;
}
.blog-details-area .post-controls-buttons .controls-right {
  float: right;
}
.blog-details-area .post-controls-buttons div a {
  border: 1px solid #eeeeee;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
}
.blog-details-area .post-controls-buttons div a:hover, .blog-details-area .post-controls-buttons div a:focus {
  color: #ffffff;
}
.blog-details-area .comments-area {
  padding: 30px;
}
.blog-details-area .comments-area h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.blog-details-area .comments-area .single-comment {
  position: relative;
  padding-left: 95px;
  margin-top: 30px;
}
.blog-details-area .comments-area .single-comment .comment-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
}
.blog-details-area .comments-area .single-comment .comment-img img {
  border-radius: 50%;
}
.blog-details-area .comments-area .single-comment .comment-content h4 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-details-area .comments-area .single-comment .comment-content span {
  color: #666666;
}
.blog-details-area .comments-area .single-comment .comment-content p {
  margin-bottom: 15px;
}
.blog-details-area .comments-area .single-comment .comment-content a {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
}
.blog-details-area .comments-area .single-comment.left-m {
  margin-left: 85px;
}
.blog-details-area .leave-a-reply {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
}
.blog-details-area .leave-a-reply h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

/*================================================
Project Details CSS
=================================================*/
.project-details-image {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}
.project-details-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e314c;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.project-details-image a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  color: #ffffff;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
}
.project-details-image:hover::before {
  opacity: 0.9;
  visibility: visible;
}
.project-details-image:hover a {
  opacity: 1;
  visibility: visible;
  margin-top: -5px;
}

.project-details-desc h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
.project-details-desc .project-details-information {
  overflow: hidden;
  border-top: 1px solid #eee;
  margin-top: 30px;
}
.project-details-desc .project-details-information .single-info-box {
  float: left;
  width: 20%;
  margin-top: 30px;
}
.project-details-desc .project-details-information .single-info-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.project-details-desc .project-details-information .single-info-box p {
  margin-bottom: 0;
}
.project-details-desc .project-details-information .single-info-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.project-details-desc .project-details-information .single-info-box ul li {
  display: inline-block;
}
.project-details-desc .project-details-information .single-info-box ul li a {
  margin-right: 4px;
  color: #666666;
}
.project-details-desc .project-details-information .single-info-box ul li a svg {
  width: 18px;
}
.project-details-desc .project-details-information .single-info-box ul li a:hover {
  transform: translateY(-5px);
}

/*================================================
Contact CSS
=================================================*/
.contact-area .wpb_content_element {
  margin-bottom: 0;
}

.contact-info-box {
  text-align: center;
  transition: 0.4s;
  border: 1px dashed #eee;
  background: #ffffff;
  padding: 30px 60px;
}
.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 62px;
  border-radius: 50%;
  font-size: 30px;
  transition: 0.4s;
}
.contact-info-box h3 {
  font-size: 18px;
  margin: 25px 0 15px;
}
.contact-info-box p {
  margin-bottom: 0;
}
.contact-info-box p a {
  color: #666666;
}
.contact-info-box:hover {
  transform: translateY(-5px);
}
.contact-info-box:hover .icon {
  color: #ffffff;
}

#map {
  height: 500px;
  width: 100%;
}

.map-area .wpb_content_element {
  margin-bottom: 0;
}

#contactForm .help-block ul {
  margin: 0;
}
#contactForm .help-block ul li {
  color: red;
}
#contactForm .btn {
  margin-top: 10px;
}
#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin: 20px 0 0;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.footer-area .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  bottom: 0;
  opacity: 0.7;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
  margin-top: 25px;
}
.single-footer-widget .logo a {
  display: block;
}
.single-footer-widget h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-footer-widget ul.list li {
  margin-bottom: 10px;
}
.single-footer-widget ul.list li a {
  color: #666666;
}
.single-footer-widget ul.list li a:hover {
  padding-left: 7px;
}
.single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul.footer-contact-info {
  margin-bottom: 20px;
  padding: 0;
}
.single-footer-widget ul.footer-contact-info li {
  position: relative;
  color: #666666;
  margin-bottom: 8px;
  padding-left: 25px;
}
.single-footer-widget ul.footer-contact-info li::before {
  display: none;
}
.single-footer-widget ul.footer-contact-info li svg {
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
}
.single-footer-widget ul.footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul.footer-contact-info li a {
  color: #666666;
}
.single-footer-widget ul.social-links li {
  display: inline-block;
  margin-right: 5px;
}
.single-footer-widget ul.social-links li:last-child {
  margin-right: 0;
}
.single-footer-widget ul.social-links li a {
  width: 32px;
  text-align: center;
  line-height: 30px;
  height: 32px;
  border: 1px solid;
  border-radius: 50%;
}
.single-footer-widget ul.social-links li a svg {
  width: 15px;
}
.single-footer-widget ul.social-links li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}
.single-footer-widget ul.social-links li a.facebook:hover {
  background: #4267b2;
  color: #ffffff;
}
.single-footer-widget ul.social-links li a.twitter {
  border-color: #38A1F3;
  color: #38A1F3;
}
.single-footer-widget ul.social-links li a.twitter:hover {
  background: #38A1F3;
  color: #ffffff;
}
.single-footer-widget ul.social-links li a.linkedin {
  border-color: #0077B5;
  color: #0077B5;
}
.single-footer-widget ul.social-links li a.linkedin:hover {
  background: #0077B5;
  color: #ffffff;
}
.single-footer-widget ul.social-links li a.instagram {
  border-color: #231F20;
  color: #231F20;
}
.single-footer-widget ul.social-links li a.instagram:hover {
  background: #231F20;
  color: #ffffff;
}
.single-footer-widget ul.social-links li a:hover {
  color: #ffffff;
}

.copyright-area {
  margin-top: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #d8ebfd;
  text-align: center;
}

/*=============================
Go Top CSS
===============================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 0;
  color: #ffffff;
  z-index: 1;
  display: none;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px 0 0 10px;
  line-height: 46px;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
}

.search-form {
  position: relative;
}
.search-form label {
  display: block;
}
.search-form .search-field {
  background-color: #f8f8f8;
  border-color: #eee;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
}
.search-form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 50px;
  padding: 0 20px;
}
.search-form .search-submit:hover {
  background-color: #000;
  color: #fff;
}

h1.page-title {
  font-size: 25px;
  font-weight: 600;
}

.screen-reader-text {
  display: none !important;
}

/* 
New pages style (06/25/2019)
=============================================*/
/* Hostin Banner */
.hosting-main-banner {
  height: 780px;
  position: relative;
  z-index: 1;
  background-color: #032b8d;
}
.hosting-main-banner .hosting-banner-content h1 {
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 25px;
}
.hosting-main-banner .hosting-banner-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hosting-main-banner .hosting-banner-content ul li {
  margin-bottom: 12px;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
}
.hosting-main-banner .hosting-banner-content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  content: "";
}
.hosting-main-banner .hosting-banner-content ul li:last-child {
  margin-bottom: 0;
}
.hosting-main-banner .hosting-banner-content p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.hosting-main-banner .hosting-banner-content p span {
  text-decoration: line-through;
}
.hosting-main-banner .hosting-banner-image {
  position: relative;
}
.hosting-main-banner .hosting-banner-image img {
  position: absolute;
}
.hosting-main-banner .hosting-banner-image img:nth-child(1) {
  top: -175px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hosting-main-banner .hosting-banner-image img:nth-child(2) {
  top: 184px;
  left: 21%;
}
.hosting-main-banner .hosting-banner-image img:nth-child(3) {
  top: 177px;
  right: 38px;
}
.hosting-main-banner .hosting-banner-image img:nth-child(4) {
  left: 29%;
  right: 0;
  top: -15px;
  margin: 0 auto;
}
.hosting-main-banner .hosting-banner-image img:nth-child(5) {
  right: 8px;
  top: -107px;
}
.hosting-main-banner .hosting-banner-image img:nth-child(6) {
  left: 18%;
  top: -175px;
  z-index: -1;
}
.hosting-main-banner .hosting-banner-image img:nth-child(7) {
  top: -235px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hosting-main-banner .hosting-banner-image img:nth-child(8) {
  left: 27%;
  top: -200px;
}
.hosting-main-banner .hosting-banner-image img:nth-child(9) {
  z-index: -2;
  top: 40px;
  left: 80px;
  right: 0;
  margin: 0 auto;
}
.hosting-main-banner .hosting-banner-image img:nth-child(10) {
  display: none;
}
.hosting-main-banner .hosting-banner-image.single-hosting-banner-image img {
  display: block;
  position: relative;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Hosting-boxes */
.hosting-boxes-area {
  margin-top: 0;
  padding-top: 10px;
}
.hosting-boxes-area .single-box {
  padding-left: 15px;
  padding-right: 15px;
}

/* Domain Search CSS */
.domain-search-content {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.domain-search-content h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.domain-search-content .text-danger, .domain-search-content .text-success {
  margin: 15px 0 0;
}
.domain-search-content form {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 30px;
  position: relative;
  max-width: 550px;
  margin: auto;
}
.domain-search-content form .form-control {
  background-color: #ffffff;
  border: none;
  height: 55px;
  padding-left: 20px;
  border-radius: 30px;
}
.domain-search-content form button {
  box-shadow: unset !important;
  height: 55px;
  border-radius: 30px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 14px;
  outline: 0;
  cursor: pointer;
  border: none;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: 0.5s;
}
.domain-search-content ul {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.domain-search-content ul li {
  display: block;
  flex: 1;
  font-weight: 500;
  border-left: 1px solid #eeeeee;
}
.domain-search-content ul li:first-child {
  border-left: none;
}
.domain-search-content legend {
  display: none;
}

/* Why Choose US CSS */
.why-choose-us-bg {
  background: transparent url(../../assets/img/banner-bg1.jpg) right top no-repeat;
  position: relative;
  z-index: 1;
}

.why-choose-us {
  position: relative;
  z-index: 1;
}
.why-choose-us .section-title {
  text-align: left;
}
.why-choose-us .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}
.why-choose-us .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.why-choose-us-image {
  position: relative;
  text-align: center;
}
.why-choose-us-image .main-pic {
  display: none;
}
.why-choose-us-image img:nth-child(1) {
  position: relative;
  left: -20px;
}
.why-choose-us-image img:nth-child(3) {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
.why-choose-us-image.single-why-choose-us-image img {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

.why-choose-us-single-image {
  position: relative;
}
.why-choose-us-single-image img:nth-child(1) {
  position: relative;
  left: 90px;
}
.why-choose-us-single-image img:nth-child(2) {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.col-lg-6 .col-lg-6:nth-child(1) .single-why-choose-us {
  margin-top: 60px;
}
.col-lg-6 .col-lg-6:nth-child(2) .single-why-choose-us {
  margin-top: 0;
}
.col-lg-6 .col-lg-6:nth-child(4) .single-why-choose-us {
  margin-top: -30px;
}

.single-why-choose-us {
  padding: 30px 15px;
  border-radius: 5px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
  transition: 0.5s;
  margin-top: 30px;
}
.single-why-choose-us .icon {
  transition: 0.5s;
}
.single-why-choose-us .icon i::before {
  font-size: 45px;
}
.single-why-choose-us h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.5s;
}
.single-why-choose-us::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-why-choose-us p {
  transition: 0.5s;
}
.single-why-choose-us:hover {
  transform: translateY(-9px);
  border-color: transparent;
}
.single-why-choose-us:hover::before {
  opacity: 1;
  visibility: visible;
}
.single-why-choose-us:hover .icon {
  color: #ffffff;
}
.single-why-choose-us:hover h3, .single-why-choose-us:hover p {
  color: #ffffff;
}

/* Single Pricing */
.single-pricing-table {
  text-align: center;
  background: #ffffff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 35px;
  transition: 0.5s;
}
.single-pricing-table .pricing-header i {
  transition: 0.5s;
  color: #5a5555;
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
}
.single-pricing-table .pricing-header i::before {
  font-size: 35px;
}
.single-pricing-table .pricing-header h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0 20px;
}
.single-pricing-table .price {
  margin-bottom: 20px;
}
.single-pricing-table .price span {
  font-size: 30px;
  font-weight: 600;
}
.single-pricing-table .price span sup {
  font-weight: 500;
}
.single-pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}
.single-pricing-table .pricing-features ul {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.single-pricing-table .pricing-features ul li {
  color: #666666;
  margin-bottom: 12px;
}
.single-pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}
.single-pricing-table .pricing-features ul li svg {
  width: 15px;
}
.single-pricing-table.active-plan .btn-primary {
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.single-pricing-table.active-plan .btn-primary::after, .single-pricing-table.active-plan .btn-primary::before {
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

/* Testimonails Slider */
.testimonials-slides {
  background-color: #f7fbfe;
  max-width: 850px;
  margin: 40px auto 30px;
  position: relative;
  z-index: 1;
}
.testimonials-slides::before {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 260px;
  height: 260px;
  content: "";
  z-index: -1;
  background-image: url(../../assets/img/layer.png);
}
.testimonials-slides::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  height: 260px;
  content: "";
  z-index: -1;
  background-image: url(../../assets/img/layer.png);
}
.testimonials-slides .owl-controls {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #D6D6D6;
  position: relative;
  margin: 0 3px;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  background: #D6D6D6;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.single-feedback-item {
  padding: 40px 130px 90px;
  text-align: center;
  background-color: #f7fbfe;
}
.single-feedback-item .client-info {
  display: flex;
  width: 100%;
  text-align: left;
  max-width: 280px;
  margin: 0 auto 25px;
}
.single-feedback-item .client-info .image {
  padding-right: 20px;
}
.single-feedback-item .client-info .image img {
  display: inline-block !important;
  width: 75px;
  border-radius: 50%;
  border: 3px solid;
}
.single-feedback-item .client-info .title h3 {
  font-size: 18px;
  margin: 0;
}
.single-feedback-item .client-info .title span {
  display: block;
  margin-top: 8px;
}
.single-feedback-item p {
  font-size: 16px;
  font-style: italic;
}

/* Features Area */
.hosting-features-area {
  padding-bottom: 50px;
}

.single-hosting-features {
  position: relative;
  background: #ffffff;
  text-align: center;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.5s;
}
.single-hosting-features h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-hosting-features .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
}
.single-hosting-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-hosting-features::before, .single-hosting-features::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transition: 0.5s;
}
.single-hosting-features::before {
  left: 0;
}
.single-hosting-features::after {
  right: 0;
}
.single-hosting-features:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-hosting-features:hover .icon {
  color: #ffffff;
}
.single-hosting-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
.single-hosting-features:hover::after, .single-hosting-features:hover::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}

/* CTA CSS */
.cta-area .container {
  max-width: 945px;
}

.cta-content h3 {
  color: #ffffff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.cta-right-content {
  text-align: right;
}
.cta-right-content .hosting-price {
  display: inline-block;
}
.cta-right-content .hosting-price span {
  color: #f6fe6a;
  display: block;
}
.cta-right-content .hosting-price h4 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 20px;
}
.cta-right-content .buy-btn {
  padding-left: 35px;
  position: relative;
  top: -15px;
}
.cta-right-content .buy-btn .btn-primary {
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.cta-right-content .buy-btn .btn-primary::after, .cta-right-content .buy-btn .btn-primary::before {
  background: #ffffff;
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

/* Features Details CSS */
.features-details-desc h3 {
  font-size: 20px;
  margin-bottom: 13px;
  font-weight: 600;
}
.features-details-desc ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}
.features-details-desc ul li {
  margin-bottom: 5px;
  color: #666666;
  position: relative;
  padding-left: 18px;
}
.features-details-desc ul li::before {
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  position: absolute;
  content: "";
}
.features-details-desc ul li:last-child {
  margin-bottom: 0;
}
.features-details-desc .features-details-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
}
.features-details-desc .features-details-accordion .accordion .accordion-item {
  display: block;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 15px;
  padding: 0;
}
.features-details-desc .features-details-accordion .accordion .accordion-item::before {
  display: none;
}
.features-details-desc .features-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.features-details-desc .features-details-accordion .accordion .accordion-item a {
  line-height: 25px;
}
.features-details-desc .features-details-accordion .accordion .accordion-title {
  display: block;
  padding: 12px 20px 12px 55px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  border-bottom: 1px solid #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.features-details-desc .features-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  color: #ffffff;
}
.features-details-desc .features-details-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 15px;
}
.features-details-desc .features-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #e1e1e1;
}
.features-details-desc .features-details-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}
.features-details-desc .features-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 20px;
}
.features-details-desc .features-details-accordion .accordion .accordion-content.show {
  display: block;
}
.features-details-desc .wp-block-columns {
  margin-top: 0;
  padding: 0 15px;
}

.features-details-area .features-details {
  margin-top: 30px;
}
.features-details-area .features-details-image {
  margin-top: 30px;
}
.features-details-area .separate {
  border-top: 0.5px solid #eee;
  padding-top: 20px;
}

.features-details-image {
  text-align: center;
}

/* Shop CSS */
.woocommerce-topbar {
  background-color: #fcfbfb;
  padding: 20px 25px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.woocommerce-topbar p.woocommerce-result-count {
  margin: 10px 0 0;
  font-weight: 500;
  color: #484848;
  font-size: 14px;
}
.woocommerce-topbar .woocommerce-topbar-ordering {
  margin: 0;
}
.woocommerce-topbar .woocommerce-topbar-ordering .form-control {
  cursor: pointer;
  background-color: #fff;
  border-color: #ebebeb;
  border-radius: 4px;
}

.shop-area ul.products li.product {
  margin-bottom: 0 !important;
}
.shop-area ul.products li.product img {
  margin: 0 !important;
}
.shop-area ul.products li.product .price {
  color: #212529;
  font-size: 13px;
  font-weight: 500;
}
.shop-area ul.products li.product del {
  padding-right: 5px;
  opacity: 0.8 !important;
}
.shop-area ul.products li.product ins {
  text-decoration: none;
  font-weight: 500 !important;
}
.shop-area .content-area span.sale-btn {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff2d2d;
  color: #fff;
  z-index: 2;
  padding: 0 10px;
  font-size: 13px;
}

/* Woocommerce pagination */
.woocommerce-pagination .page-numbers {
  border: none !important;
}
.woocommerce-pagination .page-numbers li {
  border: none !important;
}
.woocommerce-pagination .page-numbers li a {
  padding: 10px 15px !important;
  border: 1px solid #eee !important;
}
.woocommerce-pagination .page-numbers li a:hover, .woocommerce-pagination .page-numbers li span.current {
  color: #fff !important;
  padding: 10px 15px !important;
}

.woocommerce-form .woocommerce-form__label {
  width: 100%;
}
.woocommerce-form .woocommerce-form__label span {
  font-size: 13px;
  padding-left: 4px;
}
.woocommerce-form .woocommerce-button {
  display: block !important;
  color: #fff !important;
  padding: 13px 30px !important;
}
.woocommerce-form p.woocommerce-LostPassword.lost_password {
  margin: 15px 0 0;
}

.woocommerce-ResetPassword .woocommerce-Button {
  display: block !important;
  color: #fff !important;
  padding: 15px 30px !important;
  margin-top: 10px !important;
}

.woocommerce .woocommerce-MyAccount-navigation {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  background-color: #fff;
  display: block;
  padding: 7px 20px;
  color: #333;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content form label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .col-1 {
  max-width: 48%;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-content .col-2 {
  max-width: 48%;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 18px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account .input-text {
  border: 1px solid #eee;
  height: 45px;
  padding: 5px 15px;
  font-size: 13px;
  color: #666666;
}
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row span {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  margin-top: 20px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  font-size: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  margin-bottom: 20px;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: 45px;
  padding: 5px 15px;
  font-size: 13px;
  color: #62618d;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
  height: 45px;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 8px 15px;
  font-size: 13px;
}
.woocommerce .woocommerce-MyAccount-content .button {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 20px;
}
.woocommerce .woocommerce-MyAccount-content .button:hover {
  background-color: #000;
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content address {
  font-style: normal;
  font-size: 14px;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin-top: 0;
}
.woocommerce .woocommerce-MyAccount-content fieldset .woocommerce-form-row {
  margin-bottom: 15px;
}
.woocommerce .woocommerce-MyAccount-content p {
  margin-top: 0;
}

.single-products {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.single-products .products-content {
  margin-top: 15px;
}
.single-products .products-content h3 {
  font-size: 18px !important;
  margin-bottom: 10px;
}
.single-products .products-content ul {
  padding: 0;
  margin: 10px 0 12px;
  list-style-type: none;
}
.single-products .products-content ul li {
  display: inline-block;
  color: #eac11d;
}
.single-products .products-content ul li i::before {
  font-size: 15px;
}
.single-products .products-content .add-to-cart-btn {
  display: block;
  width: 100%;
  color: #0e314c;
  border: 1px solid #0e314c;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 500;
  background: #fff;
  border-radius: 0;
  font-size: 13px;
  margin-top: 20px !important;
}
.single-products .sale-btn, .single-products .onsale {
  position: absolute;
  top: 25px;
  right: 0;
  background: #ff2d2d;
  color: #fff;
  z-index: 2;
  padding: 0 10px;
  font-size: 13px;
}
.single-products .products-image {
  overflow: hidden;
  position: relative;
}
.single-products .products-image a {
  display: block;
}
.single-products .products-image img {
  transition: all 1.5s ease-out;
  width: 100%;
}
.single-products .products-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: gray;
  content: "";
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.single-products .products-image ul {
  padding: 0;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-products .products-image ul li {
  display: inline-block;
}
.single-products .products-image ul li a {
  display: block;
  background: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.single-products .products-image ul li a svg {
  width: 20px;
}
.single-products .products-image ul li a:hover, .single-products .products-image ul li a:focus {
  color: #ffffff;
}
.single-products .products-image ul li a:nth-child(1) {
  margin-left: -15px;
}
.single-products .products-image ul li a:nth-child(3) {
  margin-right: -15px;
}
.single-products:hover .products-content .add-to-cart-btn, .single-products:focus .products-content .add-to-cart-btn {
  background-color: #0e314c;
  color: #ffffff;
}
.single-products:hover .products-image::before, .single-products:focus .products-image::before {
  opacity: 0.4;
  visibility: visible;
}
.single-products:hover .products-image ul, .single-products:focus .products-image ul {
  opacity: 1;
  visibility: visible;
}
.single-products:hover .products-image ul li a:nth-child(1), .single-products:focus .products-image ul li a:nth-child(1) {
  margin-left: 0;
}
.single-products:hover .products-image ul li a:nth-child(3), .single-products:focus .products-image ul li a:nth-child(3) {
  margin-right: 0;
}
.single-products .star-rating {
  margin-left: auto !important;
  margin-right: auto !important;
}

.quick-view-modal {
  z-index: 999999;
}
.quick-view-modal .modal-dialog {
  max-width: 900px;
}
.quick-view-modal .modal-content {
  border: none;
  border-radius: 0;
}
.quick-view-modal .modal-content button.close {
  position: absolute;
  right: 2%;
  display: inline-block;
  opacity: 1;
  top: 2%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  outline: 0;
  transition: 0.5s;
  z-index: 9;
}
.quick-view-modal .modal-content button.close span {
  transition: 0.5s;
}
.quick-view-modal .modal-content button.close:hover, .quick-view-modal .modal-content button.close:focus {
  color: #ffffff;
}
.quick-view-modal .modal-content button.close:hover span, .quick-view-modal .modal-content button.close:focus span {
  color: #ffffff;
}
.quick-view-modal .modal-content .products-image {
  overflow: hidden;
}
.quick-view-modal .modal-content .products-image a {
  display: inline-block;
}
.quick-view-modal .modal-content .products-image img {
  width: 100%;
}
.quick-view-modal .modal-content .products-content {
  padding: 25px 15px 15px 0px;
}
.quick-view-modal .modal-content .products-content p {
  margin-bottom: 20px;
}
.quick-view-modal .modal-content .products-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-right: 45px;
}
.quick-view-modal .modal-content .products-content .price {
  margin-bottom: 15px;
}
.quick-view-modal .modal-content .products-content .price span {
  color: #666666;
}
.quick-view-modal .modal-content .products-content form .quantity {
  display: inline-block;
  float: none !important;
}
.quick-view-modal .modal-content .products-content form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 5px;
  width: 100px !important;
  outline: 0;
  font-size: 17px;
}
.quick-view-modal .modal-content .products-content form button {
  color: #ffffff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
  margin-left: 5px;
  float: none !important;
}
.quick-view-modal .modal-content .products-content form button:hover, .quick-view-modal .modal-content .products-content form button:focus {
  color: #ffffff;
}
.quick-view-modal .modal-content .products-content form .buy-btn .button {
  color: #ffffff;
  margin-top: 20px;
  margin-left: 0;
  float: none !important;
}
.quick-view-modal .modal-content .products-content .product-meta {
  margin-top: 15px;
}
.quick-view-modal .modal-content .products-content .product-meta span {
  display: inline-block;
  margin-right: 8px;
}

.product-btn-hover a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}

/* Shop Details CSS */
.products-details-image img {
  width: 100%;
}
.products-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.products-details-image .slick-dots {
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.products-details-image .slick-dots li {
  display: block;
  flex: 1;
  margin: 0 5px;
}
.products-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}
.products-details-image .slick-dots li:last-child {
  margin-right: 0;
}
.products-details-image .slick-dots li:first-child {
  margin-left: 0;
}
.products-details-image .slick-thumbs {
  display: none;
}

.products-details h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.products-details .price {
  margin-bottom: 14px;
  font-weight: 600;
}
.products-details .price span {
  color: #666666;
}
.products-details .rating {
  padding: 0;
  margin: 0 0 12px;
  list-style-type: none;
}
.products-details .rating li {
  display: inline-block;
  color: #eac11d;
}
.products-details .rating li i::before {
  font-size: 15px;
}
.products-details .availability {
  margin-bottom: 20px;
}
.products-details form .quantity {
  display: inline-block;
  padding-right: 10px;
}
.products-details form .quantity span {
  padding-right: 10px;
}
.products-details form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 5px;
  width: 100px !important;
  outline: 0;
  font-size: 17px;
}
.products-details form button {
  color: #ffffff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
}
.products-details form button:hover, .products-details form button:focus {
  color: #ffffff;
}
.products-details form .add-to-wishlist-btn {
  margin-left: 5px;
  background: transparent;
  color: #0e314c;
  border: 1px solid #eeeeee;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.products-details form .add-to-wishlist-btn:hover, .products-details form .add-to-wishlist-btn:focus {
  color: #ffffff;
}
.products-details form .buy-btn {
  margin-left: 0;
  clear: both;
  float: left;
  margin-top: 20px;
}
.products-details form .buy-btn .btn-primary {
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  padding: 10px 30px;
}
.products-details form .buy-btn .btn-primary::after, .products-details form .buy-btn .btn-primary::before {
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.products-details .custom-payment-options {
  margin-top: 20px;
}
.products-details .custom-payment-options span {
  display: block;
  margin-bottom: 10px;
}
.products-details .products-share-social {
  margin-top: 25px;
}
.products-details .products-share-social span {
  display: inline-block;
  margin-right: 10px;
}
.products-details .products-share-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.products-details .products-share-social ul li {
  display: inline-block;
}
.products-details .products-share-social ul li a {
  width: 32px;
  text-align: center;
  line-height: 27px;
  height: 32px;
  border: 1px solid;
  border-radius: 50%;
}
.products-details .products-share-social ul li a svg {
  width: 15px;
}
.products-details .products-share-social ul li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}
.products-details .products-share-social ul li a.facebook:hover {
  background: #4267b2;
  color: #ffffff;
}
.products-details .products-share-social ul li a.twitter {
  border-color: #38A1F3;
  color: #38A1F3;
}
.products-details .products-share-social ul li a.twitter:hover {
  background: #38A1F3;
  color: #ffffff;
}
.products-details .products-share-social ul li a.linkedin {
  border-color: #0077B5;
  color: #0077B5;
}
.products-details .products-share-social ul li a.linkedin:hover {
  background: #0077B5;
  color: #ffffff;
}
.products-details .products-share-social ul li a.instagram {
  border-color: #231F20;
  color: #231F20;
}
.products-details .products-share-social ul li a.instagram:hover {
  background: #231F20;
  color: #ffffff;
}
.products-details .products-share-social ul li a:hover {
  color: #ffffff;
}
.products-details .woocommerce-product-details__short-description {
  margin-bottom: 10px;
}
.products-details .variations .label label {
  margin-top: 10px;
}
.products-details .variations .value select {
  height: 45px;
  border-radius: 0;
  border: 1px solid #eee;
  padding: 10px 15px;
}

.related.products h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.related.products span.sale-btn {
  top: 25px;
  right: 0;
  left: auto;
}
.related.products .products-content h3 {
  font-size: 15px !important;
}

.products-details-tabs {
  margin-top: 40px;
}
.products-details-tabs #tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.products-details-tabs #tabs li {
  display: inline-block;
  padding: 12px 30px 8px;
  cursor: pointer;
  margin: 0;
  transition: 0.5s;
  background: #eaeaea;
  font-weight: 500;
}
.products-details-tabs #tabs li.active {
  background-color: #ffffff;
  position: relative;
}
.products-details-tabs #tabs li.inactive {
  background-color: #eeeeee;
  padding: 12px 50px;
}
.products-details-tabs #tabs a {
  padding: 0;
}
.products-details-tabs .content {
  display: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px !important;
}
.products-details-tabs .content.show {
  display: block;
}
.products-details-tabs .content h3 {
  margin-bottom: 12px;
  font-size: 18px;
}
.products-details-tabs .content .additional-information {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  text-align: left;
}
.products-details-tabs .content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #666666;
}
.products-details-tabs .content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.products-details-tabs .content .additional-information li span {
  display: inline-block;
  width: 45%;
}
.products-details-tabs .content .products-reviews {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}
.products-details-tabs .content .products-reviews p {
  margin-bottom: 0;
}
.products-details-tabs .content .products-reviews .review-form {
  margin-top: 20px;
  max-width: 620px;
}
.products-details-tabs .content .products-reviews .review-form p {
  margin-bottom: 0;
}
.products-details-tabs .content .products-reviews .review-form .form-control {
  background: transparent;
}
.products-details-tabs .content .products-reviews .star-source {
  width: 0;
  height: 0;
  margin-top: 5px;
  visibility: hidden;
}
.products-details-tabs .content .products-reviews .star-source svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}
.products-details-tabs .content .products-reviews .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 105px;
  margin-bottom: 10px;
}
.products-details-tabs .content .products-reviews .star-rating label {
  cursor: pointer;
}
.products-details-tabs .content .products-reviews .star-rating label .star {
  color: transparent;
  transition: color 0.2s ease-in-out;
}
.products-details-tabs .content .products-reviews .star-rating label:hover ~ label .star, .products-details-tabs .content .products-reviews .star-rating svg.star:hover, .products-details-tabs .content .products-reviews .star-rating input[name=star]:focus ~ label .star, .products-details-tabs .content .products-reviews .star-rating input[name=star]:checked ~ label .star {
  color: #f2b01e;
}
.products-details-tabs .content .products-reviews .star-rating svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}
.products-details-tabs .content .products-reviews .star-rating input[name=star] {
  display: inline-block;
  width: 0;
  opacity: 0;
  margin-left: -2px;
}
.products-details-tabs .content .products-reviews .star-rating input[name=star]:checked + label {
  animation: scaleup 1s;
}
.products-details-tabs .content .products-reviews .star-rating input[name=star]:checked + label .star {
  animation: starred 0.5s;
}
.products-details-tabs .content .shop_attributes th, .products-details-tabs .content .shop_attributes td {
  padding: 10px 15px;
  border: 1px solid #eee;
}
.products-details-tabs .content .woocommerce-Reviews-title {
  margin-bottom: 20px !important;
}
.products-details-tabs .content .products-reviews .commentlist {
  padding: 0;
}
.products-details-tabs .content .products-reviews .commentlist li .comment-text p.meta {
  font-size: 14px !important;
  margin-bottom: 5px !important;
  color: #0e314c !important;
}
.products-details-tabs .content .products-reviews .comment-reply-title {
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  font-weight: 500;
  color: #0e314c;
}
.products-details-tabs .content .products-reviews p.stars {
  margin-bottom: 15px !important;
}
.products-details-tabs .content .products-reviews .form-submit .btn {
  color: #fff !important;
  padding: 15px 25px !important;
  display: inline-block !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  font-size: 15px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.products-details-tabs .content p.comment-form-cookies-consent {
  margin: 10px 0 20px !important;
}

@keyframes scaleup {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}
/* Cart CSS */
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  font-weight: 500;
  padding: 15px 0;
  font-size: 15px;
  border: none;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 60px;
}
.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 500;
  display: inline-block;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  margin-left: 25px;
  position: relative;
  top: -1px;
}
.cart-table table tbody tr td.product-subtotal .remove svg {
  width: 19px;
}
.cart-table table tbody tr td.product-quantity .form-control {
  background: transparent;
  width: 80px;
}
.cart-table .coupon .input-text {
  width: 180px !important;
  padding: 5px 15px !important;
}
.cart-table .coupon .btn-light {
  margin-left: 5px;
}
.cart-table .btn-light {
  height: 45px;
  color: #fff;
  padding: 5px 30px;
  border-radius: 0;
}

.cart-buttons {
  margin-top: 30px;
}
.cart-buttons .btn-light {
  background-color: #eaedff;
}
.cart-buttons .btn-light:hover, .cart-buttons .btn-light:focus {
  color: #ffffff;
}
.cart-buttons .btn-light:hover:not(:disabled):not(.disabled).active, .cart-buttons .btn-light:hover:not(:disabled):not(.disabled):active, .cart-buttons .btn-light:hover .show > .btn-light.dropdown-toggle, .cart-buttons .btn-light:focus:not(:disabled):not(.disabled).active, .cart-buttons .btn-light:focus:not(:disabled):not(.disabled):active, .cart-buttons .btn-light:focus .show > .btn-light.dropdown-toggle {
  color: #ffffff;
}
.cart-buttons .btn-light:focus {
  color: #ffffff;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 600px;
  width: 100% !important;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 45px auto 0;
  float: inherit !important;
}
.cart-totals h3 {
  font-size: 18px !important;
  margin-bottom: 20px !important;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #0e314c;
  overflow: hidden;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #666666;
}
.cart-totals .shop_table th, .cart-totals .shop_table td {
  border: 1px solid #eee;
}
.cart-totals .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 25px;
}
.cart-totals .wc-proceed-to-checkout .btn {
  color: #fff;
  text-decoration: none;
}

.shop_table a.remove:hover {
  background: none;
  color: #000 !important;
}

/* Checkout CSS */
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid;
}
.user-actions svg {
  margin-right: 4px;
  width: 16px;
}
.user-actions span {
  display: inline-block;
}
.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #0e314c;
}

.checkout-area .title {
  font-size: 18px;
  margin-bottom: 25px;
}

.billing-details {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}
.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .form-control {
  background: transparent;
}
.billing-details .form-group select {
  cursor: pointer;
}
.billing-details .form-check {
  margin-bottom: 15px;
}
.billing-details .form-check .form-check-label {
  color: #666666;
}
.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}

.order-details {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}
.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  font-weight: 500;
  border-color: #eaedff;
  padding: 15px 20px;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 14px;
}
.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #0e314c;
  font-weight: 500;
}
.order-details .woocommerce-checkout-payment ul {
  list-style-type: none;
}
.order-details .woocommerce-checkout-payment ul li {
  list-style-type: none;
}
.order-details .woocommerce-checkout-payment ul .woocommerce-notice {
  padding-left: 40px;
}
.order-details .woocommerce-checkout-payment ul .woocommerce-notice::before, .order-details .woocommerce-checkout-payment ul .woocommerce-notice::before, .order-details .woocommerce-checkout-payment ul .woocommerce-notice::before {
  top: 18px;
  left: 18px;
}
.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}
.order-details .payment-method p {
  font-size: 14px;
}
.order-details .payment-method p [type=radio]:checked, .order-details .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-method p [type=radio]:checked + label, .order-details .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #0e314c;
  position: relative;
  margin-bottom: 8px;
}
.order-details .payment-method p [type=radio]:checked + label::before, .order-details .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-method p [type=radio]:checked + label::after, .order-details .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
}
.order-details .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .btn.order-btn {
  display: block;
}

.billing-details .select2-selection--single {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 0;
}
.billing-details .select2-selection--single .select2-selection__rendered {
  color: #666;
  line-height: 35px;
}
.billing-details .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 5px;
}

.woocommerce-shipping-fields {
  margin-top: 15px;
}
.woocommerce-shipping-fields .select2-selection--single {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 0;
}
.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
  color: #666;
  line-height: 35px;
}
.woocommerce-shipping-fields .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 5px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
}

.checkout_coupon .input-text {
  border: 1px solid #eee;
  height: 45px;
  padding: 5px 15px;
}
.checkout_coupon .button {
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  height: 45px;
  padding: 5px 30px !important;
}
.checkout_coupon .button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.return-to-shop .button {
  padding: 15px 30px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Shop widget area */
.widget-area .widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 10px 0 15px;
  margin: 0;
}
.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward {
  color: #fff;
}
.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  background-color: #0e314c;
  color: #fff;
  margin-left: 10px;
}
.widget-area .widget_product_search .woocommerce-product-search {
  position: relative;
}
.widget-area .widget_product_search .woocommerce-product-search .search-field {
  width: 100%;
  height: 45px;
  border: 1px solid #eee;
  padding: 8px 15px;
}
.widget-area .widget_product_search .woocommerce-product-search .search-field:focus {
  outline: 0;
}
.widget-area .widget_product_search .woocommerce-product-search button {
  border: 1px solid;
  color: #fff;
  height: 45px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.widget-area .widget_product_search .woocommerce-product-search button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.widget-area span.count {
  float: right;
}
.widget-area .woocommerce-widget-layered-nav .select2-selection--multiple {
  border: 1px solid #eee;
  border-radius: 0;
  padding: 0 10px;
  font-size: 13px;
  height: 45px;
}
.widget-area .woocommerce-widget-layered-nav .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 10px;
}
.widget-area .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit {
  color: #fff;
  border: 1px solid;
  cursor: pointer;
  padding: 6px 20px;
  border-radius: 2px;
}
.widget-area .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.widget-area .widget_price_filter button.button {
  color: #fff;
  border: 1px solid;
  font-size: 13px !important;
  font-weight: 500;
}
.widget-area .widget_price_filter button.button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.widget-area .select2-container--default .select2-selection--single {
  border: 1px solid #eee;
  border-radius: 0;
  height: 45px;
}
.widget-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding: 0 15px;
}
.widget-area .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 6px;
}
.widget-area span.product-title {
  font-weight: 500;
}
.widget-area span.woocommerce-Price-amount.amount {
  font-size: 13px;
}
.widget-area .star-rating {
  margin: 5px 0;
}
.widget-area .select2-selection__clear {
  margin-right: 10px;
}

/* Unit test pages style 
====================================================================*/
/* Widget sidebar */
.widget-area {
  padding-left: 15px;
}
.widget-area .widget {
  margin-top: 30px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  font-weight: 600;
  font-size: 17px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.widget-area .widget ul {
  padding-left: 17px !important;
  list-style-type: none;
}
.widget-area .widget ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8;
  padding: 0;
}
.widget-area .widget ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget ul li::before {
  height: 7px;
  width: 7px;
  content: "";
  left: -17px;
  top: 8px;
  position: absolute;
}
.widget-area .widget ul li a {
  color: #484848;
}
.widget-area .widget ul li a:hover .post_count {
  border: 1px solid;
}
.widget-area .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
.widget-area .widget ul.children {
  margin-top: 5px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
}
.widget-area .widget_search form .search-field {
  background-color: #f8f8f8;
  border-color: #eee;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
}
.widget-area .widget_search form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 50px;
  padding: 0 20px;
}
.widget-area .widget_search form .search-submit:hover {
  background-color: #000;
  color: #fff;
}
.widget-area select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #484848;
  font-size: 15px;
  padding: 8px 15px;
}
.widget-area .widget_categories ul li a {
  text-transform: capitalize;
}
.widget-area .widget_categories ul li .children {
  margin-top: 10px;
}
.widget-area .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}
.widget-area .widget_pages ul li a {
  text-transform: capitalize;
}
.widget-area .widget_rss ul li {
  margin-bottom: 20px;
}
.widget-area .widget_rss ul li::before {
  top: 10px;
}
.widget-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_rss ul li .rsswidget {
  display: block;
  color: #222222;
  font-weight: 600;
  font-size: 15px;
}
.widget-area .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
}
.widget-area .widget_rss ul li .rssSummary {
  color: #484848;
  line-height: 25px;
  font-size: 14px;
}
.widget-area .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
}
.widget-area .tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px !important;
  color: #555;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover {
  color: #fff;
}
.widget-area .widget_text p img {
  margin: 10px 0;
}
.widget-area .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}
.widget-area .calendar_wrap table {
  text-align: center;
}
.widget-area .calendar_wrap table #prev a, .widget-area .calendar_wrap table #next a {
  text-decoration: underline;
}
.widget-area .calendar_wrap table #prev a:hover, .widget-area .calendar_wrap table #next a:hover {
  text-decoration: none;
}
.widget-area .calendar_wrap caption {
  padding-top: 0;
  color: #6c757d;
  caption-side: top;
  font-weight: 600;
}
.widget-area .widget_nav_menu .sub-menu {
  margin-top: 8px;
}
.widget-area .widget_recent_comments .recentcomments .comment-author-link {
  font-weight: 500;
  font-size: 14px;
}
.widget-area .widget_recent_comments .recentcomments a {
  font-weight: 500;
}
.widget-area .widget_media_gallery .gallery {
  margin: 0;
}
.widget-area .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.widget-area .widget_recent_entries ul li a {
  font-weight: 500;
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #767676;
}

/* End Widget sidebar */
/* Pagination */
.pagination-area {
  text-align: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  box-shadow: 0px 0 0 rgba(255, 61, 70, 0.2);
  font-size: 15px;
  line-height: 40px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.pagination-area .page-numbers:hover {
  box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.2);
  color: #ffffff;
}
.pagination-area .page-numbers:hover:hover i {
  color: #fff;
}
.pagination-area .current {
  color: #ffffff;
}

.pages-links {
  margin: 15px 0;
}
.pages-links .page-links-title {
  padding-right: 5px;
  font-weight: 500;
}
.pages-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  box-shadow: 0px 0 0 rgba(255, 61, 70, 0.2);
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
}
.pages-links .post-page-numbers:last-child {
  margin-right: 0;
}
.pages-links .post-page-numbers:hover {
  box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.2);
  color: #ffffff;
}
.pages-links .post-page-numbers:hover:hover i {
  color: #fff;
}
.pages-links .current {
  color: #ffffff;
}

/* End Pagination */
/* Page Markup And Formatting */
.main-content {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.main-content h1 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 15px;
}
.main-content h2 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 15px;
}
.main-content h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.main-content h4 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
}
.main-content h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.main-content h6 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content p:first-child {
  margin-top: 0;
}
.main-content .entry-content a {
  text-decoration: underline;
}
.main-content .entry-content a:hover {
  text-decoration: none;
}
.main-content footer.entry-footer {
  clear: both;
}
.main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.main-content dl, .main-content ol, .main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content dt {
  margin-bottom: 5px;
}
.main-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
.main-content ul {
  list-style: disc;
  padding-left: 20px;
}
.main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}
.main-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}
.main-content ul li ul li {
  list-style-type: circle;
}
.main-content ol {
  padding-left: 20px;
}
.main-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
}
.main-content ol li ol {
  margin: 10px 0 0;
}
.main-content b, .main-content strong {
  font-weight: 600;
  color: #212529;
}
.main-content dfn, .main-content cite, .main-content em, .main-content i {
  font-style: italic;
}
.main-content code, .main-content kbd, .main-content tt, .main-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.main-content kbd {
  background-color: #463e3e;
}
.main-content mark, .main-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.main-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}
.main-content abbr, .main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

blockquote {
  background-color: #fafafa;
  padding: 30px 30px 30px 65px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
}
blockquote::before {
  font-family: "FontAwesome";
  content: "\f10d";
  position: absolute;
  left: 30px;
  top: 35px;
  font-size: 25px;
  font-style: normal;
}
blockquote p {
  font-size: 15px;
  margin-bottom: 10px !important;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}
blockquote cite {
  color: #6c7781;
  font-size: 14px;
  font-style: normal !important;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
table td, table th {
  padding: 0.5em;
  border: 1px solid #767676;
  word-break: break-all;
}
table td a {
  font-weight: 600;
}
table th a {
  text-decoration: underline;
}
table th a:hover {
  text-decoration: none;
}

/* End Page Markup And Formatting */
/* HTML Tags and Formatting */
.blog-details .article-content {
  overflow: hidden;
}
.blog-details .article-content .entry-meta {
  margin-top: 10px;
}
.blog-details .article-content h1 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}
.blog-details .article-content h2 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
}
.blog-details .article-content h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.blog-details .article-content h4 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
}
.blog-details .article-content h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.blog-details .article-content h6 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.blog-details .article-content p a {
  text-decoration: underline;
}
.blog-details .article-content p a:hover {
  text-decoration: none;
}
.blog-details .article-content .entry-content a {
  text-decoration: underline;
}
.blog-details .article-content .entry-content a:hover {
  text-decoration: none;
}
.blog-details .article-content dl, .blog-details .article-content ol, .blog-details .article-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details .article-content dt {
  margin-bottom: 5px;
}
.blog-details .article-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
.blog-details .article-content ul {
  list-style: disc;
  padding-left: 20px;
}
.blog-details .article-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}
.blog-details .article-content ul li ul, .blog-details .article-content ul li ol {
  margin: 10px 0 0;
  list-style-type: circle;
}
.blog-details .article-content ul li ul li, .blog-details .article-content ul li ol li {
  list-style-type: circle;
}
.blog-details .article-content ol {
  padding-left: 20px;
}
.blog-details .article-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
}
.blog-details .article-content ol li ol, .blog-details .article-content ol li ul {
  margin: 10px 0 0;
}
.blog-details .article-content b, .blog-details .article-content strong {
  font-weight: 600;
  color: #212529;
}
.blog-details .article-content dfn, .blog-details .article-content cite, .blog-details .article-content em, .blog-details .article-content i {
  font-style: italic;
}
.blog-details .article-content code, .blog-details .article-content kbd, .blog-details .article-content tt, .blog-details .article-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.blog-details .article-content kbd {
  background-color: #463e3e;
}
.blog-details .article-content mark, .blog-details .article-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.blog-details .article-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}
.blog-details .article-content abbr, .blog-details .article-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

/* End HTML Tags and Formatting */
/* Template: Comments */
.comments-area .comment-content h1 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
}
.comments-area .comment-content h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.comments-area .comment-content h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}
.comments-area .comment-content h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.comments-area .comment-content h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-content h6 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.comments-area .comment-content p {
  margin-bottom: 20px;
}
.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}
.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}
.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-content dt {
  margin-bottom: 5px;
}
.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
.comments-area .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}
.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}
.comments-area .comment-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}
.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}
.comments-area .comment-content ol {
  padding-left: 20px;
}
.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: decimal;
}
.comments-area .comment-content ol li ol {
  margin: 10px 0 0;
}
.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 600;
  color: #212529;
}
.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}
.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.comments-area .comment-content kbd {
  background-color: #463e3e;
}
.comments-area .comment-content mark, .comments-area .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.comments-area .comment-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
}
.comments-area .comment-content abbr, .comments-area .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

/* End Template: Comments */
/* Comments list style */
#comments {
  clear: both;
  padding: 0;
  list-style: none;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#comments .comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#comments .comment-list:before {
  display: none;
}
#comments .comment-list .comment-body {
  border-bottom: 1px solid #eee;
  margin-left: 65px;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#comments .comment-list .comment-body .comment-content img {
  margin: 5px 0;
}
#comments .comment-list .comment-body .reply {
  margin-top: 15px;
}
#comments .comment-list .comment-body .reply a {
  border: 1px solid;
  display: inline-flex;
  padding: 7px 15px;
  line-height: 1;
  border-radius: 30px;
  font-size: 11px;
  text-decoration: none;
}
#comments .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
#comments .comment-author .says {
  display: none;
}
#comments .comment-author b.fn {
  font-weight: 600;
}
#comments .comment-meta {
  margin-bottom: 1em;
}
#comments .comment-metadata {
  color: #767676;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
#comments .comment-metadata a {
  color: #767676;
}
#comments .comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}
#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}
#comments .comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
#comments .children {
  padding-left: 10px !important;
}
#comments .children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}
#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}
#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
#comments .comments-pagination {
  margin: 2em 0 3em;
}

.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 30px;
}

.comments-title {
  margin-bottom: 20px !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  margin-top: 30px;
}

/* End Comments list style */
/* Comment form */
.comment-respond {
  background: #fafafa;
  padding: 30px 25px;
  overflow: hidden;
  border: 1px solid #eee;
}
.comment-respond .comment-reply-title {
  font-size: 25px;
  line-height: 30px;
  margin-top: 0;
  font-weight: 600;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
}
.comment-respond label {
  display: block;
  font-weight: 500;
  color: #444967;
  margin-bottom: 10px;
}
.comment-respond input[type=date], .comment-respond input[type=time], .comment-respond input[type=datetime-local], .comment-respond input[type=week], .comment-respond input[type=month], .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=password], .comment-respond input[type=search], .comment-respond input[type=tel], .comment-respond input[type=number], .comment-respond textarea {
  background-image: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}
.comment-respond .form-submit {
  text-align: left;
}
.comment-respond .form-submit input {
  border: 1px solid;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.comment-respond .form-submit input:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
  border: 1px solid;
}
.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 20px;
}
.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
}
.comment-respond p.comment-notes {
  line-height: 26px;
  font-size: 15px;
  margin-top: 5px;
}
.comment-respond p.comment-form-comment {
  float: left;
  width: 100%;
}
.comment-respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
}
.comment-respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
}
.comment-respond p.comment-form-url {
  float: left;
  width: 100%;
}
.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}
.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}
.comment-respond p.form-submit {
  float: left;
  width: 100%;
}
.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 5px;
}
.comment-respond p.logged-in-as a {
  text-decoration: underline;
  font-size: 13.5px;
}
.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}
.wp-block-image figcaption {
  color: #555d66;
  font-size: 14px;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #222;
  color: #fff;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  font-size: 16px;
  border-radius: 5px;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
  color: #222 !important;
  border-color: #222;
}

pre.wp-block-code {
  border: 1px solid #eee;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}
.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}
.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}
.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.wp-block-table.is-style-stripes td {
  border-color: #767676;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 10px;
}
.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}
.page-links .post-page-numbers:hover {
  color: #ffffff;
}
.page-links .current {
  color: #ffffff;
}

.wp-block-archives-list {
  padding: 0 !important;
}
.wp-block-archives-list li {
  list-style: none !important;
}
.wp-block-archives-list li a {
  font-weight: 600;
}
.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}
.wp-block-categories-list li {
  list-style: none !important;
}
.wp-block-categories-list li a {
  font-weight: 600;
  text-transform: capitalize;
}
.wp-block-categories-list li a:hover {
  text-decoration: underline;
}
.wp-block-categories-list li .children li a {
  position: relative;
}
.wp-block-categories-list li .children li a::before {
  content: "-";
  position: absolute;
  left: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}
.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #484848;
  font-size: 15px;
  padding: 8px 15px;
}

.wp-block-latest-comments {
  padding: 0 !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 600;
  text-decoration: underline;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 600;
}

.blog-details-area iframe, .blog-details-area video {
  width: 100%;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-top: 0 !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-cover p.wp-block-cover-text {
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
}
.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}
.wp-block-file a:hover {
  text-decoration: underline;
}
.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 10px 0 0;
}

.wp-block-quote.is-style-large {
  border: none;
  padding-left: 0;
  margin: 30px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: #fff;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  color: #fff;
  font-style: normal;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-caption .wp-caption-text {
  text-align: center;
  padding: 10px 0 0;
}

/* End Unit test all post style  */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
}
.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
}
.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}
.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
}

/* End Pingback style */
/* Post password form style */
.post-password-form label {
  font-weight: 600;
}
.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
}
.post-password-form input[type=submit] {
  border: 1px solid;
  color: #fff;
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

/* End Post password form style */
/* Footer Widget sidebar */
.single-footer-widget h3, .single-footer-widget .widgettitle {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 30px;
}
.single-footer-widget h3 .rsswidget, .single-footer-widget .widgettitle .rsswidget {
  display: inline-block;
  font-size: 20px;
}
.single-footer-widget ul {
  padding-left: 17px;
  list-style-type: none;
}
.single-footer-widget ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8;
}
.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul li::before {
  height: 7px;
  width: 7px;
  content: "";
  left: -17px;
  top: 8px;
  position: absolute;
}
.single-footer-widget ul li a {
  color: #484848;
  text-transform: capitalize;
}
.single-footer-widget ul li a:hover .post_count {
  border: 1px solid;
}
.single-footer-widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
.single-footer-widget .search-form form {
  position: relative;
}
.single-footer-widget .search-form form label {
  display: block;
}
.single-footer-widget .search-form form .search-field {
  background-color: #f8f8f8;
  border-color: #eee;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
}
.single-footer-widget .search-form form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 50px;
  padding: 0 20px;
}
.single-footer-widget .search-form form .search-submit:hover {
  background-color: #000;
  color: #fff;
}
.single-footer-widget select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #484848;
  font-size: 15px;
  padding: 8px 15px;
}
.single-footer-widget .rsswidget {
  display: block;
  color: #222222;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.7;
}
.single-footer-widget .rss-date {
  font-size: 13px;
  margin: 5px 0 10px;
  display: block;
}
.single-footer-widget .rssSummary {
  color: #484848;
  line-height: 25px;
  font-size: 14px;
}
.single-footer-widget cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
}
.single-footer-widget .tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px !important;
  color: #555;
  margin: 2px 0;
}
.single-footer-widget .tagcloud a:hover {
  color: #fff;
}
.single-footer-widget .textwidget p img {
  margin: 10px 0;
}
.single-footer-widget .textwidget .wp-caption-text {
  border: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  padding: 15px 10px;
}
.single-footer-widget .textwidget ul.social-links {
  display: none;
}
.single-footer-widget .calendar_wrap table {
  text-align: center;
}
.single-footer-widget .calendar_wrap table #prev a, .single-footer-widget .calendar_wrap table #next a {
  text-decoration: underline;
}
.single-footer-widget .calendar_wrap table #prev a:hover, .single-footer-widget .calendar_wrap table #next a:hover {
  text-decoration: none;
}
.single-footer-widget .calendar_wrap caption {
  padding-top: 0;
  color: #6c757d;
  caption-side: top;
  font-weight: 600;
}
.single-footer-widget .recentcomments .comment-author-link {
  font-weight: 500;
  font-size: 14px;
}
.single-footer-widget .recentcomments a {
  font-weight: 500;
}
.single-footer-widget .gallery {
  margin: 0;
}
.single-footer-widget .gallery .gallery-item {
  margin: 0;
}
.single-footer-widget .post-date {
  display: block;
  font-size: 14px;
  color: #767676;
}
.single-footer-widget ul.sub-menu {
  margin-top: 8px;
}
.single-footer-widget .wp-caption .wp-caption-text {
  border: none;
  padding: 5px 5px 5px;
}
.single-footer-widget ul li .children {
  margin-top: 8px;
}
.single-footer-widget ul.social-links {
  padding: 0;
}
.single-footer-widget ul.social-links li::before {
  display: none;
}

.wp-block-columns .wp-block-column blockquote {
  padding: 20px 20px 20px 40px !important;
}
.wp-block-columns .wp-block-column blockquote::before {
  left: 15px;
  top: 24px;
  font-size: 22px;
}

/* End Footer Widget */
.single-blank-page {
  height: 130px;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 10px;
}

div.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 8px 15px;
}

.hide-adminbar {
  margin-top: 30px;
}

.wpb_gmaps_widget.wpb_content_element {
  margin: 0;
}

span.post-count {
  float: right;
}

.error-404 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.error-404 .page-content {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.comment-navigation .nav-links {
  overflow: hidden;
  margin-bottom: 20px;
}
.comment-navigation .nav-links .nav-previous {
  float: left;
}
.comment-navigation .nav-links .nav-previous a {
  border: 1px solid #eee;
  font-size: 15px;
  display: inline-block;
}
.comment-navigation .nav-links .nav-previous a:hover {
  color: #fff;
}
.comment-navigation .nav-links .nav-next {
  float: right;
}
.comment-navigation .nav-links .nav-next a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 15px;
}
.comment-navigation .nav-links .nav-next a:hover {
  color: #fff;
}

/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 100000;
}

.bypostauthor {
  z-index: 99990;
}

.admin-bar .site-container {
  padding-top: 32px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.startp-wp-adminbar.is-sticky {
  padding-top: 48px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 20px;
}

.blog-post-content.custom-padding {
  padding-top: 35px;
}

.hide-adminbar.p-relative.is-sticky {
  margin-top: 30px;
}

/* Satrt New Demo pages CSS */
/*Repair Main Banner CSS*/
.repair-main-banner {
  overflow-x: hidden;
  padding-top: 200px;
  padding-bottom: 140px;
}

.repair-banner-content h1 {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 500;
}
.repair-banner-content p {
  margin-bottom: 30px;
}

.repair-banner-image {
  position: relative;
  text-align: center;
}
.repair-banner-image img:nth-child(2) {
  position: absolute;
  left: 0;
  top: -65px;
  right: -30px;
  margin: 0 auto;
  z-index: -1;
}
.repair-banner-image img:nth-child(3) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -69px;
  z-index: -2;
}
.repair-banner-image img:nth-child(4) {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  z-index: -1;
  margin: 0 auto;
}

/*Repair Partner CSS*/
.repair-partner-area {
  padding-top: 45px;
  padding-bottom: 45px;
}

.single-repair-partner {
  text-align: center;
}
.single-repair-partner a {
  display: block;
  position: relative;
}
.single-repair-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-repair-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-repair-partner a:hover img:last-child, .single-repair-partner a:focus img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.partner-slides.owl-theme .owl-dots {
  margin-top: 0;
}

/*Repair About CSS*/
.repair-about-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.repair-about-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.repair-about-content ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.repair-about-content ul li {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin-top: 25px;
  color: #666666;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.repair-about-content ul li span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 3px;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.repair-about-content ul li span svg {
  margin-right: 5px;
  display: inline-block;
  transition: 0.5s;
  width: 18px;
}
.repair-about-content ul li span::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}
.repair-about-content ul li span:hover, .repair-about-content ul li span:focus {
  color: #ffffff;
  transform: translateY(-5px);
}
.repair-about-content ul li span:hover::before, .repair-about-content ul li span:focus::before {
  opacity: 1;
  visibility: visible;
}
.repair-about-content ul li span:hover svg, .repair-about-content ul li span:focus svg {
  color: #ffffff;
}

.repair-about-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.repair-about-image img {
  position: absolute;
}
.repair-about-image img:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 1;
}
.repair-about-image img:nth-child(2) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
  border: 5px solid #f8fbff;
  width: 350px;
}
.repair-about-image img:nth-child(3) {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.repair-about-image img:nth-child(4) {
  right: 0;
  top: 0;
}
.repair-about-image img:nth-child(5) {
  left: 0;
  bottom: 0;
}

/*Repair Services CSS*/
.repair-services-area {
  padding-bottom: 50px;
}

.single-repair-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-repair-services::before {
  position: absolute;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  border: 1px dashed #cdf1d8;
}
.single-repair-services::after {
  position: absolute;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border: 1px dashed #cdf1d8;
}
.single-repair-services h3 {
  font-size: 18px;
  transition: 0.5s;
  margin-top: 22px;
  margin-bottom: 17px;
}
.single-repair-services .icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 100px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  transition: 0.5s;
  text-align: center;
}
.single-repair-services .icon i::before {
  font-size: 35px;
}
.single-repair-services p {
  margin-bottom: 25px;
  transition: 0.5s;
}
.single-repair-services a {
  width: 35px;
  background-color: #f9fafb;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #0e314c;
  border-radius: 50%;
}
.single-repair-services a svg {
  width: 15px;
}
.single-repair-services:hover::before, .single-repair-services:focus::before {
  opacity: 0;
  visibility: hidden;
}
.single-repair-services:hover::after, .single-repair-services:focus::after {
  opacity: 0.85;
  visibility: visible;
}
.single-repair-services:hover h3, .single-repair-services:focus h3 {
  color: #ffffff;
}
.single-repair-services:hover p, .single-repair-services:focus p {
  color: #ffffff;
}
.single-repair-services:hover .icon, .single-repair-services:focus .icon {
  border-color: #ffffff;
  color: #ffffff;
}
.single-repair-services:hover a, .single-repair-services:focus a {
  background-color: #ffffff;
}
.single-repair-services:hover i, .single-repair-services:focus i {
  color: #ffffff !important;
}

/*Repair CTA CSS*/
.repair-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-repair-content h3 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 17px;
}
.cta-repair-content p {
  color: #ffffff;
  opacity: 0.95;
  margin-bottom: 25px;
}

.cta-repair-img {
  text-align: right;
}

.circle-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*Repair Team CSS*/
.repair-team-area .container {
  max-width: 1175px;
}
.repair-team-area .single-team .team-content {
  padding-left: 25px;
  padding-right: 25px;
}

/*Repair Why Choose Us CSS*/
.repair-why-choose-us {
  position: relative;
  z-index: 1;
}
.repair-why-choose-us .section-title h2 {
  color: #ffffff;
}
.repair-why-choose-us .section-title .bar::before {
  background: #ffffff;
}
.repair-why-choose-us .section-title p {
  color: #ffffff;
  opacity: 0.95;
}
.repair-why-choose-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.single-repair-box {
  text-align: center;
  background-color: #ffffff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.single-repair-box h3 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 17px;
}
.single-repair-box p {
  margin-bottom: 25px;
}
.single-repair-box a {
  width: 40px;
  background-color: #eef0f3;
  height: 40px;
  line-height: 40px;
  color: #0e314c;
  border-radius: 50%;
  text-align: center;
}
.single-repair-box a svg {
  width: 18px;
}
.single-repair-box .icon {
  display: inline-block;
  border: 1px solid #6ee9fa;
  width: 100px;
  height: 100px;
  line-height: 115px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.single-repair-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  border-radius: 50%;
  margin: 6px;
  transition: 0.5s;
}
.single-repair-box .icon i::before {
  font-size: 35px;
}
.single-repair-box .back-icon {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #4457c3;
  opacity: 0.06;
  z-index: -1;
}
.single-repair-box .back-icon i::before {
  font-size: 200px;
}
.single-repair-box:hover a, .single-repair-box:focus a {
  color: #ffffff;
}

/*Repair Feedback CSS*/
.single-repair-feedback {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 55px;
  position: relative;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-repair-feedback .client-img {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
  display: inline-block;
  padding-left: 108px;
  padding-top: 18px;
}
.single-repair-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid;
  padding: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
}
.single-repair-feedback .client-img h3 {
  font-size: 18px;
  margin: 0;
}
.single-repair-feedback .client-img span {
  display: block;
  margin-top: 8px;
}
.single-repair-feedback p {
  font-size: 15px;
}
.single-repair-feedback::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.single-repair-feedback::after {
  color: #d9dcde;
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 30px;
  font-style: normal;
  font-size: 65px;
  position: absolute;
  top: 0;
  left: 25px;
}

/*IoT Main Banner CSS*/
.iot-main-banner {
  position: relative;
  z-index: 1;
  padding-top: 215px;
  padding-bottom: 150px;
}

.iot-banner-content {
  max-width: 445px;
}
.iot-banner-content span {
  font-size: 15px;
  display: block;
}
.iot-banner-content h2 {
  font-size: 40px;
  margin-top: 7px;
  margin-bottom: 17px;
  line-height: 1.3;
}
.iot-banner-content .btn {
  margin-top: 10px;
}

.iot-banner-image {
  position: absolute;
  text-align: center;
  right: 30px;
  top: 56%;
  transform: translateY(-50%);
}
.iot-banner-image img:first-child {
  max-width: 730px;
}
.iot-banner-image img:last-child {
  position: absolute;
  left: -118px;
  right: 0;
  margin: 0 auto;
  top: 39px;
  z-index: -1;
}

.animate-border span {
  position: absolute;
  display: block;
  width: 5%;
  padding-bottom: 5%;
  top: 51%;
  left: 67%;
  opacity: 0;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  pointer-events: none;
  border-radius: 50%;
  z-index: -2;
}
.animate-border span:nth-child(1) {
  animation: 4.2s ease-out 0.5s infinite normal none running pulsei;
}
.animate-border span:nth-child(2) {
  animation: 4.2s ease-out 1.5s infinite normal none running pulsei;
}
.animate-border span:nth-child(3) {
  animation: 4.2s ease-out 2.5s infinite normal none running pulsei;
}
.animate-border span:nth-child(4) {
  animation: 4.2s ease-out 3.5s infinite normal none running pulsei;
}

@keyframes pulsei {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    border: 1.5px solid #b3eaf8;
    opacity: 1;
    width: 5%;
    padding-bottom: 5%;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
    width: 50%;
    border: 1.5px solid #b3eaf8;
    padding-bottom: 50%;
  }
}
/*IoT Partner CSS*/
.iot-partner-area {
  padding-top: 45px;
  padding-bottom: 45px;
}

.single-iot-partner {
  text-align: center;
}
.single-iot-partner a {
  display: block;
  position: relative;
}
.single-iot-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-iot-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-iot-partner a:hover img:last-child, .single-iot-partner a:focus img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/*Iot Services CSS*/
.iot-services-area {
  padding-bottom: 50px;
}

.single-iot-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-color: #ffffff;
  border: 1px dashed #cdf1d8;
}
.single-iot-services::after {
  position: absolute;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.single-iot-services h3 {
  font-size: 18px;
  transition: 0.5s;
  margin-top: 22px;
  margin-bottom: 17px;
  line-height: 1.5;
}
.single-iot-services .icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  transition: 0.5s;
}
.single-iot-services .icon i::before {
  font-size: 35px;
}
.single-iot-services p {
  margin-bottom: 25px;
  transition: 0.5s;
}
.single-iot-services a {
  width: 35px;
  background-color: #f9fafb;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #0e314c;
  border-radius: 50%;
}
.single-iot-services a svg {
  width: 15px;
}
.single-iot-services:hover::after, .single-iot-services:focus::after {
  opacity: 1;
  visibility: visible;
}
.single-iot-services:hover h3, .single-iot-services:focus h3 {
  color: #ffffff;
}
.single-iot-services:hover p, .single-iot-services:focus p {
  color: #ffffff;
}
.single-iot-services:hover .icon, .single-iot-services:focus .icon {
  border-color: #ffffff;
  color: #ffffff;
}
.single-iot-services:hover a, .single-iot-services:focus a {
  background-color: #ffffff;
}
.single-iot-services:hover i, .single-iot-services:focus i {
  color: #ffffff !important;
}

/*IoT CTA CSS*/
.iot-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-iot-content h3 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 17px;
}
.cta-iot-content p {
  color: #ffffff;
  opacity: 0.95;
  margin-bottom: 25px;
}

.cta-iot-img {
  text-align: center;
}

/*IoT Features CSS*/
.iot-features-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.iot-features-content .btn {
  margin-top: 15px;
}

.iot-features-image {
  position: relative;
  text-align: center;
}

/*IoT Team CSS*/
.iot-team-area .container {
  max-width: 1175px;
}
.iot-team-area .single-team .team-content {
  padding-left: 25px;
  padding-right: 25px;
}

/*IoT Why Choose Us CSS*/
.iot-why-choose-us {
  position: relative;
  z-index: 1;
}
.iot-why-choose-us .section-title h2 {
  color: #ffffff;
}
.iot-why-choose-us .section-title .bar::before {
  background: #ffffff;
}
.iot-why-choose-us .section-title p {
  color: #ffffff;
  opacity: 0.95;
}
.iot-why-choose-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.single-iot-box {
  text-align: center;
  background-color: #ffffff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.single-iot-box h3 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 17px;
}
.single-iot-box p {
  margin-bottom: 25px;
}
.single-iot-box a {
  width: 40px;
  background-color: #eef0f3;
  height: 40px;
  line-height: 40px;
  color: #0e314c;
  text-align: center;
  border-radius: 50%;
}
.single-iot-box a svg {
  width: 18px;
}
.single-iot-box .icon {
  display: inline-block;
  border: 1px solid #f3f8fd;
  width: 100px;
  height: 100px;
  line-height: 96px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  z-index: 1;
}
.single-iot-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  border-radius: 50%;
  margin: 6px;
  transition: 0.5s;
}
.single-iot-box .icon i::before {
  font-size: 35px;
}
.single-iot-box .icon img {
  width: 45px;
}
.single-iot-box:hover a, .single-iot-box:focus a {
  color: #ffffff;
}

.cart-link {
  position: relative;
  margin-right: 17px;
}
.cart-link i {
  font-size: 19px;
  color: #4a6f8a;
  line-height: 2;
}
.cart-link span {
  color: #fff;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  top: 0;
  right: -15px;
}

/* Home page six */
.hero-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  background: #062571 !important;
  color: #fff !important;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0 !important;
  font-size: 20px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.hero-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  background: #062571 !important;
  color: #fff !important;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0 !important;
  font-size: 20px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.hero-slider .hosting-main-banner .hosting-banner-content h1 {
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.hero-slider .hosting-main-banner .hosting-banner-content p {
  font-size: 15px;
  margin-top: 20px;
}

.new-services-section .align-items-center {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.new-services-section .align-items-center:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.new-services-section .align-items-center .iot-features-content h3 {
  font-size: 25px;
  font-weight: 600;
}

/* End Home page six */
.gdpr label {
  font-size: 14px;
  margin-bottom: 20px;
}

/* Start home page seven */
/*================================================
Navbar CSS
=================================================*/
.navbar-style-three .startp-nav {
  padding-left: 25px;
  padding-right: 25px;
}

/*================================================
ML Main Banner CSS
=================================================*/
.ml-main-banner {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 140px;
  background-image: url(../../assets/img/banner-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}
.ml-main-banner .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

.ml-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}
.ml-banner-content p {
  font-size: 15px;
  max-width: 490px;
}
.ml-banner-content .btn {
  margin-top: 5px;
}

.ml-banner-single-image {
  text-align: center;
}

.ml-main-section {
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 240px;
  background-image: url(../../assets/img/banner-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}
.ml-main-section .ml-banner-content h1 {
  font-size: 37px;
}
.ml-main-section .ml-banner-content p {
  max-width: 100%;
}

.ml-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 140px;
}
.ml-banner-image img {
  position: absolute;
}
.ml-banner-image img:nth-child(1) {
  left: 195px;
  top: -125px;
  z-index: 2;
}
.ml-banner-image img:nth-child(2) {
  top: -83px;
  left: 153px;
  z-index: 1;
}
.ml-banner-image img:nth-child(3) {
  top: 40px;
  left: 90px;
}
.ml-banner-image img:nth-child(4) {
  top: 0;
  right: 165px;
  z-index: 3;
}
.ml-banner-image img:nth-child(5) {
  top: -260px;
  left: 110px;
}
.ml-banner-image img:nth-child(6) {
  right: 130px;
  top: -240px;
}
.ml-banner-image img:nth-child(7) {
  bottom: 0;
  right: 0;
  z-index: 2;
}
.ml-banner-image img:nth-child(8) {
  right: 10px;
  bottom: 205px;
  z-index: 1;
}
.ml-banner-image img:nth-child(9) {
  left: 15px;
  top: -185px;
  z-index: 1;
}
.ml-banner-image img:nth-child(10) {
  left: 1px;
  bottom: -2px;
  z-index: 2;
}
.ml-banner-image img:nth-child(11) {
  left: 0;
  top: -20px;
}
.ml-banner-image img:nth-child(12) {
  display: none;
}

/*================================================
ML Partner CSS
=================================================*/
.ml-partner-area.mt-minus-top {
  margin-top: -80px;
}

.single-ml-partner {
  text-align: center;
}
.single-ml-partner a {
  display: block;
  position: relative;
}
.single-ml-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-ml-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-ml-partner a:hover img:last-child, .single-ml-partner a:focus img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/*section-title*/
.section-title .sub-title {
  display: inline-block;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}

/*btn-secondary*/
.btn.btn-secondary {
  text-transform: capitalize;
  border-radius: 0;
  padding: 13px 30px;
  box-shadow: 5px 5px 5px #a6f5be;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-secondary::before {
  border-radius: 0;
}
.btn.btn-secondary::after {
  border-radius: 0;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn.btn-secondary.dropdown-toggle:focus {
  box-shadow: 5px 5px 5px #e9caf5;
}
.btn.btn-secondary:focus {
  color: #ffffff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  box-shadow: 5px 5px 5px #e9caf5;
}

/*================================================
Our Solutions CSS
=================================================*/
.solutions-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.single-solutions-box {
  padding: 20px 15px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border: 1px solid #c5fffd;
  border-radius: 5px;
}
.single-solutions-box .icon {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.single-solutions-box .icon img {
  transition: 0.5s;
}
.single-solutions-box .icon::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #f0fdfe;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
  width: 60px;
  height: 60px;
}
.single-solutions-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.single-solutions-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
}
.single-solutions-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}
.single-solutions-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.single-solutions-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-solutions-box:hover .icon img {
  transform: rotateY(-360deg);
}

/*================================================
ML About CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.ml-about-img {
  text-align: center;
}

.ml-about-content {
  max-width: 540px;
}
.ml-about-content .sub-title {
  display: inline-block;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}
.ml-about-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.ml-about-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}
.ml-about-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.ml-about-content p {
  margin-bottom: 12px;
}
.ml-about-content .btn {
  margin-top: 10px;
}

/*================================================
ML Services CSS
=================================================*/
.ml-services-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
}

.single-ml-services-box {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 25px;
  overflow: hidden;
  transition: 0.5s;
}
.single-ml-services-box .image {
  margin-bottom: 25px;
}
.single-ml-services-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.single-ml-services-box p {
  margin-bottom: 0;
}
.single-ml-services-box::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}
.single-ml-services-box:hover::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Pricing CSS
=================================================*/
.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}
.tab .tabs_item:nth-child(2) .pricing-box {
  background: linear-gradient(to right top, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
}

.pricing-tab .tabs {
  padding-left: 0;
  margin-bottom: 45px;
  list-style-type: none;
  text-align: center;
}
.pricing-tab .tabs li {
  display: inline-block;
}
.pricing-tab .tabs li a {
  background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
  padding: 10px 30px 9.5px;
  margin-left: -2px;
  margin-right: -2px;
  font-weight: 500;
  font-size: 15px;
}
.pricing-tab .tabs li a:hover {
  color: #0e314c;
  background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
}
.pricing-tab .tabs li.current a {
  color: #ffffff;
  background: #0e314c !important;
}
.pricing-tab .tabs li:nth-child(1) a {
  border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(1) a::before {
  border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(2) a {
  border-radius: 0 5px 5px 0;
}
.pricing-tab .tabs li:nth-child(2) a::before {
  border-radius: 0 5px 5px 0;
}

.pricing-box {
  background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
  text-align: center;
  padding: 30px;
  transition: 0.5s;
  border-radius: 5px;
}
.pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.pricing-box .pricing-header p {
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}
.pricing-box .price {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}
.pricing-box .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}
.pricing-box .buy-btn {
  margin-bottom: 30px;
}
.pricing-box .buy-btn .btn {
  box-shadow: unset !important;
  transform: unset !important;
}
.pricing-box .buy-btn .btn-primary {
  border-radius: 30px;
  background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
  text-transform: capitalize;
  padding: 11px 30px;
  font-weight: 500;
}
.pricing-box .buy-btn .btn-primary::after {
  border-radius: 30px;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.pricing-box .buy-btn .btn-primary::before {
  display: none;
}
.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled).active, .pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled):active, .pricing-box .buy-btn .btn-primary .show > .pricing-box .buy-btn .btn-primary.dropdown-toggle {
  background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
}
.pricing-box .buy-btn .btn-primary:hover::after, .pricing-box .buy-btn .btn-primary:focus::after {
  opacity: 0;
  visibility: hidden;
}
.pricing-box .pricing-features {
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #495771;
  position: relative;
  padding-left: 27px;
}
.pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-box .pricing-features li i {
  margin-right: 5px;
}

/*================================================
ML Feedback CSS
=================================================*/
.ml-feedback-area {
  background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.single-ml-feedback-item {
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  padding: 60px 70px 60px 190px;
  border-radius: 5px;
}
.single-ml-feedback-item .client-info {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.single-ml-feedback-item .client-info img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
}
.single-ml-feedback-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 17px;
}
.single-ml-feedback-item .client-info span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.single-ml-feedback-item p {
  margin-bottom: 0;
  color: #4a6f8a;
}
.single-ml-feedback-item .rating {
  margin-top: 10px;
}
.single-ml-feedback-item .rating svg {
  color: #ff612f;
  width: 18px;
}
.single-ml-feedback-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #ffffff;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}

.ml-feedback-slides {
  max-width: 750px;
  margin: -40px auto 0;
}
.ml-feedback-slides .single-ml-feedback-item {
  margin-top: 40px;
}
.ml-feedback-slides .owl-item {
  padding-left: 50px;
  padding-right: 50px;
}
.ml-feedback-slides .owl-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ml-feedback-slides .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: transparent;
  transition: 0.5s;
  border: 1px solid #8d95a7;
  border-radius: 50%;
  position: relative;
}
.ml-feedback-slides .owl-dots .owl-dot span::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 2px;
  content: "";
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0);
}
.ml-feedback-slides .owl-dots .owl-dot:hover span, .ml-feedback-slides .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.ml-feedback-slides .owl-dots .owl-dot:hover span::before, .ml-feedback-slides .owl-dots .owl-dot.active span::before {
  transform: scale(1);
}

/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-post-box {
  margin-bottom: 30px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-blog-post-box .entry-thumbnail a img {
  border-radius: 5px 5px 0 0;
}
.single-blog-post-box .entry-post-content {
  background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  padding: 20px;
}
.single-blog-post-box .entry-post-content .entry-meta {
  margin-bottom: 10px;
}
.single-blog-post-box .entry-post-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-blog-post-box .entry-post-content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #666666;
  font-size: 14px;
}
.single-blog-post-box .entry-post-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: rotate(14deg) translateY(-50%);
  background: #666666;
  width: 1px;
  height: 13px;
}
.single-blog-post-box .entry-post-content .entry-meta ul li a {
  display: inline-block;
  color: #666666;
}
.single-blog-post-box .entry-post-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.single-blog-post-box .entry-post-content .entry-meta ul li:last-child::before {
  display: none;
}
.single-blog-post-box .entry-post-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
}
.single-blog-post-box .entry-post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}
.single-blog-post-box .entry-post-content .learn-more-btn {
  margin-top: 15px;
  font-weight: 600;
}
.single-blog-post-box .entry-post-content .learn-more-btn svg {
  width: 15px;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.free-trial-area::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #d5fefd, #e1fdff, #effdff, #fafdff, #ffffff);
}
.free-trial-area .shape6 {
  top: 75%;
}

.free-trial-image {
  text-align: center;
}

.free-trial-content {
  max-width: 540px;
}
.free-trial-content h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}
.free-trial-content form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.free-trial-content form .input-newsletter {
  display: block;
  width: 99%;
  height: 50px;
  color: #ffffff;
  border: none;
  outline: 0;
  background-color: #0e314c;
  border-radius: 30px;
  padding-top: 3px;
  padding-left: 20px;
}
.free-trial-content form .input-newsletter::-moz-placeholder {
  color: #d5d5d5;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter::placeholder {
  color: #d5d5d5;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.free-trial-content form .input-newsletter:focus::placeholder {
  color: transparent;
}
.free-trial-content form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  cursor: pointer;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
  color: #ffffff;
  font-size: 16px;
}
.free-trial-content form button:hover {
  color: #ffffff;
}
.free-trial-content p {
  margin-bottom: 0;
}

/*================================================
ML Projects Area CSS
=================================================*/
.ml-projects-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 50px;
}
.ml-projects-area .section-title {
  text-align: left;
  max-width: 530px;
}
.ml-projects-area .section-title h2 {
  max-width: 470px;
  line-height: 1.3;
}
.ml-projects-area .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}
.ml-projects-area .container-fluid {
  position: relative;
}

.single-ml-projects-box {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
}
.single-ml-projects-box img {
  border-radius: 5px;
}
.single-ml-projects-box .plus-icon a {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(0);
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
  border-radius: 50%;
}
.single-ml-projects-box .plus-icon a span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-ml-projects-box .plus-icon a span::before, .single-ml-projects-box .plus-icon a span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-ml-projects-box .plus-icon a span::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-ml-projects-box:hover .plus-icon a {
  transform: scale(1);
}

.ml-projects-slides.owl-theme .owl-dots {
  position: absolute;
  right: 12.5%;
  top: -100px;
  z-index: 1;
  margin-top: 0;
}
.ml-projects-slides.owl-theme .owl-dots::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -30px;
  background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  width: 80px;
  height: 70px;
  z-index: -1;
}
.ml-projects-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: transparent;
  transition: 0.5s;
  border: 1px solid #8d95a7;
  border-radius: 50%;
  position: relative;
}
.ml-projects-slides.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 2px;
  content: "";
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0);
}
.ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span, .ml-projects-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span::before, .ml-projects-slides.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scale(1);
}

/* End home page seven */
/* Masonry */
.navbar-nav a[title="Add a menu"] {
  visibility: hidden;
}

.woocommerce #reviews #comment {
  height: auto;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 38%;
}

.summary.entry-summary.products-details {
  width: 58%;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.container.boxes-area.hosting-boxes-area {
  background: #fff;
}

td.product-remove i {
  font-style: normal !important;
}

/*================================================
Agency Main Banner CSS
=================================================*/
.agency-main-banner {
  position: relative;
  z-index: 1;
}
.agency-main-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.agency-main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.agency-main-banner .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.agency-main-banner .shape2 {
  left: 5%;
}
.agency-main-banner .shape8 {
  right: 50%;
}
.agency-main-banner .shape4 {
  right: 50%;
}

.agency-banner-content {
  margin-left: auto;
  max-width: 650px;
}
.agency-banner-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}
.agency-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 500;
}
.agency-banner-content p {
  font-size: 15px;
  max-width: 450px;
}
.agency-banner-content .btn {
  margin-top: 5px;
}

.agency-banner-image {
  text-align: right;
}

/*================================================
Our Solutions CSS
=================================================*/
.solutions-area .shape2 {
  left: 5%;
}

.solutions-box {
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.solutions-box .icon {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 20px;
}
.solutions-box .icon i {
  font-size: 45px;
}
.solutions-box .icon img {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -25px;
}
.solutions-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.solutions-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}
.solutions-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

/*================================================
Agency About CSS
=================================================*/
.agency-about-area {
  position: relative;
  z-index: 1;
}
.agency-about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.agency-about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.agency-about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.agency-about-img {
  padding-right: 100px;
}
.agency-about-img img {
  width: 100%;
}

.agency-about-content {
  max-width: 540px;
}
.agency-about-content .sub-title {
  display: inline-block;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}
.agency-about-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.agency-about-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}
.agency-about-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.agency-about-content p {
  margin-bottom: 12px;
}
.agency-about-content .btn {
  margin-top: 10px;
}

.shape10 {
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -1;
}

/*================================================
Agency Services CSS
=================================================*/
.agency-services-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: linear-gradient(to top, #d5fefd, #e1fdff, #effdff, #fafdff, #ffffff);
}

.agency-services-box {
  margin-bottom: 30px;
  text-align: center;
}
.agency-services-box img {
  border-radius: 7px;
}
.agency-services-box .content {
  transition: 0.5s;
  background: #ffffff;
  position: relative;
  border-radius: 7px;
  padding: 25px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}
.agency-services-box .content h3 {
  transition: 0.5s;
  font-size: 20px;
  margin-bottom: 0;
}
.agency-services-box .content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  position: absolute;
  transition: 0.5s;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}
.agency-services-box .content .read-more-btn svg {
  width: 15px;
  margin-left: 2px;
}
.agency-services-box .content .read-more-btn:hover {
  color: #ffffff;
}
.agency-services-box:hover .content {
  transform: translateY(-20px);
}
.agency-services-box:hover .content h3 {
  transform: translateY(-10px);
}
.agency-services-box:hover .content .read-more-btn {
  opacity: 1;
  visibility: visible;
}

/*================================================
Testimonials CSS
=================================================*/
.single-testimonials-item {
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  padding: 110px 65px 60px;
  border-radius: 5px;
  text-align: center;
}
.single-testimonials-item p {
  margin-bottom: 0;
  color: #4a6f8a;
  font-size: 15px;
}
.single-testimonials-item .client-info {
  text-align: left;
  position: relative;
  padding-left: 95px;
  margin-top: 25px;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}
.single-testimonials-item .client-info img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-testimonials-item .client-info .rating svg {
  color: #ff612f;
  width: 16px;
}
.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 17px;
}
.single-testimonials-item .client-info span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.single-testimonials-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #ffffff;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}
.single-testimonials-item::before {
  content: "\f10e";
  color: #d9dcde;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  font-weight: 600;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 65px;
}

.ml-feedback-slides .single-testimonials-item {
  margin-top: 40px;
}

.user-shape1 {
  position: absolute;
  z-index: -1;
  top: 12%;
  left: 10%;
  animation: movebounce 9s linear infinite;
}

.user-shape2 {
  position: absolute;
  z-index: -1;
  left: 7%;
  animation: moveleftbounce 7s linear infinite;
  top: 47%;
}

.user-shape3 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  left: 15%;
  animation: movebounce 5s linear infinite;
}

.user-shape4 {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: 10%;
  animation: movebounce 9s linear infinite;
}

.user-shape5 {
  position: absolute;
  z-index: -1;
  right: 7%;
  top: 45%;
  animation: moveleftbounce 7s linear infinite;
}

.user-shape6 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  right: 15%;
  animation: movebounce 5s linear infinite;
}

.shape9 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.shape9 img {
  animation: movebounce 5s linear infinite;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post-item {
  margin-bottom: 30px;
}
.single-blog-post-item .post-image {
  border-radius: 5px;
  overflow: hidden;
}
.single-blog-post-item .post-image a {
  display: block;
  border-radius: 5px;
}
.single-blog-post-item .post-image a img {
  border-radius: 5px;
}
.single-blog-post-item .post-content {
  transition: 0.5s;
  background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  position: relative;
  border-radius: 5px;
  padding: 30px 25px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}
.single-blog-post-item .post-content .post-meta {
  transition: 0.5s;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 0;
}
.single-blog-post-item .post-content .post-meta ul {
  padding-left: 0;
  margin-left: 0;
}
.single-blog-post-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #666666;
}
.single-blog-post-item .post-content .post-meta li a {
  color: #666666;
  text-transform: capitalize;
}
.single-blog-post-item .post-content .post-meta li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  height: 12px;
  background-color: #666666;
  width: 1px;
  transform: rotate(5deg);
}
.single-blog-post-item .post-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-post-item .post-content .post-meta li:last-child::before {
  display: none;
}
.single-blog-post-item .post-content h3 {
  transition: 0.5s;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.single-blog-post-item .post-content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  position: absolute;
  transition: 0.5s;
  left: 25px;
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}
.single-blog-post-item .post-content .read-more-btn svg {
  width: 15px;
  margin-left: 2px;
}
.single-blog-post-item .post-content .read-more-btn:hover {
  color: #ffffff;
}
.single-blog-post-item:hover .post-content {
  transform: translateY(-22px);
}
.single-blog-post-item:hover .post-content .post-meta {
  transform: translateY(-12px);
}
.single-blog-post-item:hover .post-content h3 {
  transform: translateY(-12px);
}
.single-blog-post-item:hover .post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}

/*================================================
Agency CTA CSS
=================================================*/
.agency-cta-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/agency-image/gradient-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.agency-cta-content {
  text-align: center;
}
.agency-cta-content h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

/*btn-gradient*/
.btn-gradient {
  color: #ffffff;
  background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  box-shadow: unset !important;
  transform: unset !important;
}
.btn-gradient::after {
  display: none;
}
.btn-gradient::before {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: linear-gradient(135deg, #23bdb8 0, #43e794 100%);
  left: 0;
  border-radius: 4px;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
  color: #ffffff;
  background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  box-shadow: unset !important;
}
.btn-gradient:hover::before, .btn-gradient:focus::before, .btn-gradient:active::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.btn-gradient:not(:disabled):not(.disabled).active, .btn-gradient:not(:disabled):not(.disabled):active, .btn-gradient .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  box-shadow: unset !important;
}
.btn-gradient:not(:disabled):not(.disabled).active::before, .btn-gradient:not(:disabled):not(.disabled):active::before, .btn-gradient .show > .btn-primary.dropdown-toggle::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.btn-gradient.disabled, .btn-gradient:disabled {
  color: #ffffff;
  background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  box-shadow: unset !important;
}
.btn-gradient.disabled::before, .btn-gradient:disabled::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

/*new-css*/
.section-title.text-left h2 {
  font-weight: 500;
}
.section-title.text-left h2 span {
  display: inline-block;
  font-weight: 700;
}
.section-title.text-left p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

/*================================================
Agency Portfolio Main Banner CSS
=================================================*/
.agency-portfolio-main-banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.agency-portfolio-main-banner.portfolio-banner-bg1 {
  background-image: url(../../assets/img/agency-portfolio-main-banner/img1.jpg);
}
.agency-portfolio-main-banner.portfolio-banner-bg2 {
  background-image: url(../../assets/img/agency-portfolio-main-banner/img2.jpg);
}
.agency-portfolio-main-banner.portfolio-banner-bg3 {
  background-image: url(../../assets/img/agency-portfolio-main-banner/img3.jpg);
}

.portfolio-banner-content {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}
.portfolio-banner-content .sub-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666666;
  margin-bottom: 10px;
}
.portfolio-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}
.portfolio-banner-content p {
  font-size: 15px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-banner-content .btn {
  margin-top: 5px;
}

.agency-portfolio-home-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: 0.5s;
}
.agency-portfolio-home-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  background-color: #e1e1e1;
  color: #0e314c;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  left: 40px;
  top: 50%;
  border-radius: 0;
  transform: translateY(-50%);
  transition: 0.5s;
  font-size: 18px;
}
.agency-portfolio-home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}
.agency-portfolio-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 40px;
}
.agency-portfolio-home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Our Latest Projects CSS
=================================================*/
.our-latest-projects {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.projects-items {
  margin-left: -15px;
  margin-right: -15px;
}
.projects-items .single-latest-projects {
  margin-bottom: 30px;
  position: relative;
}
.projects-items .single-latest-projects .link-btn {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.projects-items .single-latest-projects .content {
  position: absolute;
  left: -5%;
  top: 60%;
  transform: translateY(-60%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  margin-top: 20px;
}
.projects-items .single-latest-projects .content span {
  display: none;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}
.projects-items .single-latest-projects .content span:first-child {
  display: block;
}
.projects-items .single-latest-projects .content h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.projects-items .single-latest-projects:hover .content {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.shorting-menu {
  text-align: right;
}
.shorting-menu button {
  background-color: transparent;
  cursor: pointer;
  color: #848484;
  transition: 0.5s;
  margin-right: 15px;
  padding: 0;
  outline: 0;
  text-transform: capitalize;
  border: none;
  font-size: 14px;
  font-weight: 600;
}
.shorting-menu button:hover, .shorting-menu button.active {
  color: #0e314c;
}
.shorting-menu button:last-child {
  margin-right: 0;
}

/*================================================
Agency Portfolio About CSS
=================================================*/
.agency-portfolio-about-area {
  background-color: #f4f4f4;
}

.single-text-box h3 {
  margin-bottom: 12px;
  margin-top: 25px;
  font-weight: 600;
  font-size: 22px;
}
.single-text-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}
.single-text-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

/*================================================
Agency Portfolio Feedback CSS
=================================================*/
.agency-portfolio-feedback-slides {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.agency-portfolio-feedback-item {
  margin-bottom: 20px;
  text-align: center;
}
.agency-portfolio-feedback-item img {
  width: auto !important;
  display: inline-block !important;
  border-radius: 50% !important;
  border: 3px solid #999999 !important;
}
.agency-portfolio-feedback-item p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

/*================================================
Agency Portfolio Partner CSS
=================================================*/
.agency-portfolio-partner-area {
  background-color: #0e314c;
}

.single-agency-portfolio-partner {
  text-align: center;
}
.single-agency-portfolio-partner a {
  display: block;
}
.single-agency-portfolio-partner a img {
  width: auto !important;
  display: inline-block !important;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-item {
  margin-bottom: 30px;
}
.single-blog-item .post-image {
  text-align: center;
}
.single-blog-item .post-image a {
  display: block;
}
.single-blog-item .post-content {
  margin-top: 20px;
}
.single-blog-item .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
.single-blog-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
}
.single-blog-item .post-content .post-meta li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 1px;
  background-color: #666666;
}
.single-blog-item .post-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-item .post-content .post-meta li:last-child::before {
  display: none;
}
.single-blog-item .post-content h3 {
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}

.blog-slides {
  margin-bottom: 30px;
}

/*================================================
Creative Area CSS
=================================================*/
.creative-area {
  height: 650px;
  background-image: url(../../assets/img/creative-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.creative-area .container {
  position: relative;
}
.creative-area .d-table-cell {
  vertical-align: bottom;
}

.creative-inner-area {
  max-width: 1000px;
  margin-left: auto;
}
.creative-inner-area .single-counter {
  background-color: #0e314c;
  padding: 40px;
}
.creative-inner-area .single-counter h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
}
.creative-inner-area .single-counter h3 .odometer-formatting-mark {
  display: none;
}
.creative-inner-area .single-counter p {
  margin-bottom: 0;
  line-height: initial;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.creative-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}
.creative-inner-area .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}
.creative-inner-area .col-lg-3:nth-child(2) .single-counter {
  background-color: #0e314c;
}

.boxed-layout .startp-nav .container-fluid {
  width: 67%;
}

.preloader p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

/* Resent posts with thumb */
.widget_startnext_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.widget_startnext_posts_thumbs .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_startnext_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget_startnext_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}
.widget_startnext_posts_thumbs .item .info {
  overflow: hidden;
}
.widget_startnext_posts_thumbs .item .info .title {
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}
.widget_startnext_posts_thumbs .item .info .title a {
  color: #444;
}
.widget_startnext_posts_thumbs .item .info time {
  display: block;
  font-size: 12px;
  color: #767676;
  text-transform: uppercase;
  margin-top: 5px;
}

/* End Resent posts with thumb */
.top-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-header .header-left-content p {
  color: #ffffff;
  margin: 0;
}
.top-header .header-right-content ul {
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
}
.top-header .header-right-content ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding-left: 26px;
  position: relative;
  margin-right: 20px;
  text-align: left;
}
.top-header .header-right-content ul li:last-child {
  margin-right: 0;
}
.top-header .header-right-content ul li i {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.top-header .header-right-content ul li span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.top-header .header-right-content ul li a {
  color: #ffffff;
}

.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}
.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.hint--bottom-left:before {
  border-bottom-color: #000;
}

.hint--bottom-right:before {
  border-bottom-color: #000;
}

.hint--bottom:before {
  border-bottom-color: #000;
}

.hint--left:before {
  border-left-color: #000;
}

.hint--right:before {
  border-right-color: #000;
}

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px);
}

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  transform: translateX(8px);
}

.hint--right:hover:after {
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--left:hover:after {
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  transform: translateY(8px);
}

[class*=hint--]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100%;
}

/*V4.1*/
.bg-eef6fd {
  background-color: #eef6fd;
}

/*=============================
Navbar CSS
===============================*/
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.navbar-color-white .startp-nav nav .cart-link i {
  color: #fff;
}
.navbar-color-white .startp-nav nav .others-option .cart-wrapper-btn {
  color: #ffffff;
}
.navbar-color-white .startp-nav nav .others-option .btn.btn-primary {
  background: #c679e3;
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.navbar-color-white .startp-nav nav .others-option .btn.btn-primary::after, .navbar-color-white .startp-nav nav .others-option .btn.btn-primary::before {
  background: var(--MainColor);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.navbar-color-white .startp-nav.is-sticky, #header.navbar-color-white.is-sticky {
  background-color: #0e314c !important;
}

/*=============================
Big Data Analytics Banner CSS
===============================*/
.bigdata-analytics-banner {
  background-image: url(../../assets/img/bigdata-analytics/main-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 280px;
  padding-bottom: 25px;
}

.bigdata-analytics-content {
  max-width: 555px;
}
.bigdata-analytics-content h1 {
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 50px;
  font-weight: 700;
}
.bigdata-analytics-content p {
  color: #e9e9e9;
  max-width: 470px;
  font-size: 15px;
}
.bigdata-analytics-content .btn {
  margin-top: 18px;
}

.banner-boxes-area {
  margin-top: 230px;
}

.single-banner-boxes {
  margin-bottom: 30px;
  border: 1px dashed #687b6f;
  position: relative;
  border-radius: 5px;
  padding: 25px 25px 25px 95px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  z-index: 1;
}
.single-banner-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  margin: -1px;
  visibility: hidden;
  transition: 0.5s;
}
.single-banner-boxes .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 20px;
  top: 25px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  transition: 0.5s;
}
.single-banner-boxes h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}
.single-banner-boxes p {
  color: #dadada;
  transition: 0.5s;
}
.single-banner-boxes:hover {
  background-color: transparent;
  border-color: transparent;
}
.single-banner-boxes:hover .icon {
  background-color: #ffffff;
}
.single-banner-boxes:hover::before {
  opacity: 1;
  visibility: visible;
}
.single-banner-boxes:hover p {
  color: #ffffff;
}

.col-lg-4:nth-child(2) .single-banner-boxes .icon {
  color: #f78acb;
  background: #f9f4f7;
}
.col-lg-4:nth-child(2) .single-banner-boxes:hover .icon {
  background-color: #ffffff;
  color: #f78acb;
}
.col-lg-4:nth-child(3) .single-banner-boxes .icon {
  color: #c679e3;
  background: #edc3fc;
}
.col-lg-4:nth-child(3) .single-banner-boxes:hover .icon {
  background-color: #ffffff;
  color: #c679e3;
}

/*=============================
What We Do CSS
===============================*/
.what-we-do-area {
  padding-bottom: 50px;
}

.single-what-we-do-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 88px;
}
.single-what-we-do-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
}
.single-what-we-do-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-40%);
}
.single-what-we-do-box .icon i::before {
  font-size: 40px;
}
.single-what-we-do-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.single-what-we-do-box .link {
  display: block;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 10px;
}
.single-what-we-do-box .read-more-btn {
  display: inline-block;
  font-weight: 600;
  padding-top: 10px;
  padding-left: -4px;
}
.single-what-we-do-box .read-more-btn svg {
  margin-right: 5px;
}

/*=============================
Discover CSS
===============================*/
.discover-area {
  position: relative;
  z-index: 1;
}

.discover-image {
  position: relative;
  padding-bottom: 100px;
  margin-right: 15px;
}
.discover-image img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

.discover-content {
  padding-left: 15px;
}
.discover-content h2 {
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}
.discover-content p {
  color: #ffffff;
}
.discover-content .btn-primary {
  box-shadow: unset !important;
  margin-top: 15px;
  background-color: #ffffff;
  color: #0e314c;
}
.discover-content .btn-primary:hover {
  color: #ffffff;
}

.analytics-shape1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.analytics-shape2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/*=============================
Bigdata Services CSS
===============================*/
.single-services-box-item {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  padding: 90px 35px 70px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
.single-services-box-item .icon {
  width: 90px;
  height: 90px;
  text-align: center;
  position: relative;
  background-color: #80c54d;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
}
.single-services-box-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.single-services-box-item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.single-services-box-item h3 a {
  display: inline-block;
}
.single-services-box-item .shape {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: -1;
}
.single-services-box-item .learn-more-btn {
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  padding-left: 28px;
}
.single-services-box-item .learn-more-btn svg {
  position: absolute;
  left: 0;
  top: -2px;
  transition: 0.5s;
}
.single-services-box-item .learn-more-btn:hover {
  color: #0e314c;
  padding-left: 0;
  padding-right: 5px;
}
.single-services-box-item .learn-more-btn:hover svg {
  left: 100%;
}
.single-services-box-item:hover {
  transform: translateY(-10px);
}

.col-lg-4:nth-child(2) .single-services-box-item .icon {
  background-color: #4267d1;
}
.col-lg-4:nth-child(3) .single-services-box-item .icon {
  background-color: #ca8220;
}
.col-lg-4:nth-child(4) .single-services-box-item .icon {
  background-color: #b92fb1;
}
.col-lg-4:nth-child(5) .single-services-box-item .icon {
  background-color: #de6742;
}
.col-lg-4:nth-child(6) .single-services-box-item .icon {
  background-color: #59eed0;
}

/*================================================
Fun Facts CSS
=================================================*/
.funfacts-area.bg-image {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.funfacts-area.bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #011f43;
  opacity: 0.86;
}
.funfacts-area.bg-image .section-title h2 {
  color: #ffffff;
}
.funfacts-area.bg-image .section-title p {
  color: #ffffff;
}
.funfacts-area.bg-image .contact-cta-box {
  border-color: #406883;
}
.funfacts-area.bg-image .contact-cta-box h3 {
  color: #ffffff;
}
.funfacts-area.bg-image .contact-cta-box p {
  color: #ffffff;
}
.funfacts-area .funfact h3 {
  font-weight: normal;
}
.funfacts-area .funfact p {
  color: #0e314c;
}

.single-funfact {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 5px;
}
.single-funfact h3 {
  font-size: 32px;
  margin-bottom: 7px;
}
.single-funfact p {
  line-height: initial;
  color: #ffffff;
}

/*================================================
Feedback CSS
=================================================*/
.bigdata-feedback-area {
  background-color: #eef6fd;
}

.single-feedback-box {
  position: relative;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.single-feedback-box .feedback-desc {
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
.single-feedback-box .feedback-desc p {
  margin-bottom: 0;
  position: relative;
  color: #0e314c;
}
.single-feedback-box .feedback-desc p::before {
  content: '"';
  position: relative;
  display: inline-block;
  left: 0;
  color: #0e314c;
}
.single-feedback-box .feedback-desc p::after {
  content: '"';
  position: relative;
  display: inline-block;
  right: 0;
  color: #0e314c;
}
.single-feedback-box .feedback-desc::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -12px;
  width: 25px;
  height: 25px;
  z-index: -1;
  background: #ffffff;
  transform: rotate(45deg);
}
.single-feedback-box::before {
  transition: 0.5s;
  content: "\f11b";
  position: absolute;
  left: 0;
  top: -25px;
  left: -25px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  font-family: Flaticon;
  font-size: 30px;
}
.single-feedback-box .client-info {
  position: relative;
  padding-left: 65px;
  margin-top: 32px;
  margin-bottom: 25px;
  margin-left: 27px;
}
.single-feedback-box .client-info img {
  width: 50px !important;
  height: 50px !important;
  display: inline-block !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.single-feedback-box .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.single-feedback-box .client-info span {
  display: block;
  color: #666666;
  margin-top: 6px;
}

/*================================================
Industries Serve CSS
=================================================*/
.industries-serve-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.industries-serve-area .section-title h2 {
  color: #ffffff;
}
.industries-serve-area .section-title p {
  color: #ffffff;
}
.industries-serve-area .section-title .bar::before {
  background: #ffffff;
}

.single-industries-serve-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  color: #0e314c;
  border-radius: 5px;
  background-color: #f4f4fb;
  padding: 20px 15px 20px 50px;
  transition: 0.5s;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
}
.single-industries-serve-box .icon {
  position: absolute;
  left: -15px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  color: #c3c3c9;
  transition: 0.5s;
  font-size: 40px;
  font-weight: normal;
}
.single-industries-serve-box::before {
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  transition: 0.5s;
  background-color: #0e314c;
}
.single-industries-serve-box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: 2;
}
.single-industries-serve-box:hover {
  color: #ffffff;
}
.single-industries-serve-box:hover .icon {
  color: #ffffff;
}
.single-industries-serve-box:hover::before {
  width: 100%;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post-box.bg-f4faff .entry-post-content {
  background: #f4faff;
}

/*================================================
Newsletter CSS
=================================================*/
.newsletter-area {
  position: relative;
  z-index: 1;
}
.newsletter-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.newsletter-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.newsletter-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.newsletter-area::before {
  content: "";
  position: absolute;
  right: 0;
  width: 65%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.newsletter-image img {
  width: 100%;
}

.newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 540px;
}
.newsletter-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}
.newsletter-content .newsletter-form {
  position: relative;
  padding-right: 160px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.newsletter-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 50px;
  color: #ffffff;
  border: none;
  outline: 0;
  background-color: #333333;
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 2px;
}
.newsletter-content .newsletter-form .input-newsletter::-moz-placeholder {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}
.newsletter-content .newsletter-form .input-newsletter::placeholder {
  transition: 0.5s;
  color: #ffffff;
}
.newsletter-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.newsletter-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.newsletter-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 30px;
  transition: 0.5s;
  color: #0e314c;
  font-size: 14px;
  font-weight: 600;
}
.newsletter-content .newsletter-form button:hover {
  background-color: #0e314c;
  color: #ffffff;
}
.newsletter-content p {
  color: #ffffff;
  max-width: 400px;
}
.newsletter-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  display: none;
}

.funfacts-area.ptb-80 {
  padding-top: 80px !important;
}

.single-services-box.text-right .icon, .single-services-box-item.text-right .icon {
  margin-left: auto;
}

.single-services-box.text-center .icon, .single-services-box-item.text-center .icon {
  margin: auto;
}

.single-services-box.text-left .icon, .single-services-box-item.text-left .icon {
  margin-right: auto;
}

.mchimp-errmessage, .mchimp-sucmessage {
  text-align: center;
  color: #fff;
  margin-top: 5px;
  padding: 7px 0px;
  font-size: 13px;
  border-radius: 6px;
}

.mchimp-errmessage {
  background: #c35151;
}

.mchimp-errmessage a {
  display: block;
  color: #fff;
}

.mchimp-sucmessage {
  background: #109834;
}

.funfacts-area.bg-image .funfact p {
  color: #ffffff;
}

button.wp-block-search__button.wp-element-button {
  color: #fff !important;
  border: none;
}

.woocommerce .blockUI.blockOverlay::before {
  display: none !important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mw-full {
  max-width: 100% !important;
}

.mw-780 {
  max-width: 780px !important;
}

.saas-default-btn {
  background-color: var(--SaaSmainColor);
  border: 1px solid var(--SaaSmainColor);
  color: #fff;
  border-radius: 100px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
}
.saas-default-btn:hover {
  background-color: var(--MainColor);
  border-color: var(--MainColor);
  color: #fff !important;
  transform: translateY(-5px);
}

.saas-outline-btn {
  background-color: transparent;
  border: 1px solid var(--SaaSmainColor);
  border-radius: 100px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
}
.saas-outline-btn:hover {
  background-color: var(--SaaSmainColor);
  color: #fff !important;
  transform: translateY(-5px);
}

.saas-green-btn {
  background-color: var(--MainColor);
  border: 1px solid var(--MainColor);
  color: #fff;
  border-radius: 100px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
}
.saas-green-btn:hover {
  background-color: var(--SaaSmainColor);
  border-color: var(--SaaSmainColor);
  color: #fff !important;
  transform: translateY(-5px);
}

.saas-section-title {
  margin-bottom: 40px;
  max-width: 690px;
}
.saas-section-title .sub-title {
  background-color: var(--SaaColor1);
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  padding: 1.5px 22px;
  margin-bottom: 10px;
}
.saas-section-title .sub-title2 {
  background-color: #F9F9F9;
  border: 1px solid #CACCEB;
  color: #0e314c;
  display: inline-block;
  border-radius: 100px;
  padding: 4px 22px;
  margin-bottom: 10px;
}
.saas-section-title .sub-title2 img {
  margin-right: 5px;
}
.saas-section-title h2 {
  font-size: 40px;
  font-weight: normal;
}
.saas-section-title h2 span {
  font-weight: bold;
}
.saas-section-title p {
  font-size: 16px;
}

.mfp-bg {
  z-index: 99999;
}

.mfp-wrap {
  z-index: 99999;
}

@media only screen and (min-width: 1400px) {
  .mw-1320 {
    max-width: 1335px;
  }
}
.saas-navbar {
  padding-top: 50px !important;
}
.saas-navbar .startp-nav {
  padding-top: 0;
}
.saas-navbar .startp-nav .container {
  background-color: white;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.saas-navbar .startp-nav .navbar-brand {
  padding-left: 20px;
}
.saas-navbar .startp-nav nav .navbar-nav {
  padding: 38px 0;
}
.saas-navbar .startp-nav nav .navbar-nav .nav-item a {
  margin-left: 24px;
}
.saas-navbar .startp-nav nav .navbar-nav .nav-item a:hover, .saas-navbar .startp-nav nav .navbar-nav .nav-item a:focus, .saas-navbar .startp-nav nav .navbar-nav .nav-item a.active {
  color: var(--SaaSmainColor);
}
.saas-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover, .saas-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus, .saas-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active {
  color: var(--SaaSmainColor);
}
.saas-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover, .saas-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus, .saas-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active {
  color: var(--SaaSmainColor);
}
.saas-navbar .startp-nav nav .others-option .btn.btn-primary {
  background: var(--MainColor);
  box-shadow: none;
  border-radius: 100px;
  text-transform: capitalize;
  padding: 15.5px 33.4px;
}
.saas-navbar .startp-nav nav .others-option .btn.btn-primary:hover {
  border-radius: 100px;
  background-color: var(--SaaSmainColor);
}
.saas-navbar .startp-nav nav .others-option .btn::before, .saas-navbar .startp-nav nav .others-option .btn::after {
  display: none;
}
.saas-navbar .startp-nav nav .others-option .btn.btn-light {
  border: 1px solid var(--SaaSmainColor);
  box-shadow: none;
  border-radius: 100px;
  text-transform: capitalize;
  padding: 14.5px 33.4px;
}
.saas-navbar .startp-nav nav .others-option .btn.btn-light:hover {
  border-radius: 100px;
  background-color: var(--SaaSmainColor);
}
.saas-navbar .startp-nav .navbar-light .navbar-nav .dropdown-menu {
  top: 60px;
}
.saas-navbar .startp-nav .navbar-light .navbar-nav .dropdown-menu .dropdown-menu {
  top: 0 !important;
}

.saas-navbar .navbar {
  padding: 0;
}
.saas-navbar nav .navbar-nav .nav-item a {
  padding-top: 0;
  padding-bottom: 0;
}
.saas-navbar nav .navbar-nav .nav-item .dropdown_menu li:hover a {
  color: var(--SaaSmainColor);
}
.saas-navbar nav .others-option .cart-wrapper-btn {
  position: relative;
  margin-right: 20px;
}
.saas-navbar nav .others-option .cart-wrapper-btn svg {
  width: 15px;
}
.saas-navbar nav .others-option .cart-wrapper-btn span {
  display: inline-block;
  background-color: red;
  color: #ffffff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  position: relative;
  top: -7px;
  right: 4px;
}

#header.headroom.saas-navbar.is-sticky {
  padding-top: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
#header.headroom.saas-navbar.is-sticky .startp-nav .container {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.saas-main-banner {
  padding-top: 220px;
  overflow: hidden;
  position: relative;
}
.saas-main-banner .hero-content {
  max-width: 1120px;
}
.saas-main-banner .hero-content .title {
  font-weight: 800;
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.saas-main-banner .hero-content .title span {
  font-weight: normal;
}
.saas-main-banner .hero-content .short-des {
  font-size: 24px;
  max-width: 912px;
  line-height: 1.5;
}
.saas-main-banner .hero-content .btn-box {
  margin-top: 35px;
}
.saas-main-banner .worldwide-users {
  margin-top: 50px;
  position: relative;
}
.saas-main-banner .worldwide-users .big-laptop {
  position: relative;
  z-index: 1;
}
.saas-main-banner .worldwide-users .book-shape {
  position: absolute;
  bottom: 6%;
  right: -12%;
  z-index: 0;
}
.saas-main-banner .worldwide-users .wu-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  color: #666666;
  position: absolute;
  bottom: 435px;
  left: -155px;
  transform: rotate(-90deg);
}
.saas-main-banner .worldwide-users .wu-title span {
  color: var(--MainColor);
}
.saas-main-banner .worldwide-users .shape-1 {
  position: absolute;
  top: -100px;
  left: -65px;
  max-width: 180px;
}
.saas-main-banner .worldwide-users .video-box {
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  right: 0;
  z-index: 1;
  color: #fff;
  transform: translateY(-40%);
}
.saas-main-banner .worldwide-users .video-box .play-btn {
  background-color: var(--MainColor);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  font-size: 70px;
}
.saas-main-banner .worldwide-users .video-box .play-btn i {
  line-height: 100px;
  position: relative;
  top: -5px;
  left: 5px;
}
.saas-main-banner .worldwide-users .video-box .play-btn:hover {
  background-color: #FF0000;
}
.saas-main-banner .main-banner-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.saas-main-banner .main-banner-img-dark {
  display: none;
}

.saas-partner {
  overflow: hidden;
}
.saas-partner .title {
  font-size: 24px;
  color: #666666;
  margin-bottom: 50px;
}
.saas-partner .container-fluid {
  overflow: hidden;
  left: calc((100% - 1320px) / 2);
  position: relative;
  max-width: 100%;
}

.saas-partner-slider .item img {
  width: auto;
}
.saas-partner-slider .owl-controls {
  display: none;
}

.saas-feature-card {
  background-color: #DEE0FF;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.saas-feature-card img {
  margin-bottom: 25px;
  position: relative;
}
.saas-feature-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: 0.5s;
}
.saas-feature-card p {
  margin-bottom: -5px;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
}
.saas-feature-card::before {
  background-color: var(--MainColor);
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  transition: 0.5s;
}
.saas-feature-card:hover {
  transform: translateY(-5px);
}
.saas-feature-card:hover h3, .saas-feature-card:hover p {
  color: #fff;
}
.saas-feature-card:hover::before {
  left: 0;
}

.saas-features-area .row .item:nth-child(2) .saas-feature-card {
  background-color: var(--SaaColor2);
}
.saas-features-area .row .item:nth-child(3) .saas-feature-card {
  background-color: var(--SaaColor3);
}
.saas-features-area .row .item:nth-child(4) .saas-feature-card {
  background-color: var(--light-green-50);
}
.saas-features-area .row .item:nth-child(6) .saas-feature-card {
  background-color: var(--SaaColor2);
}
.saas-features-area .row .item:nth-child(7) .saas-feature-card {
  background-color: var(--SaaColor3);
}
.saas-features-area .row .item:nth-child(8) .saas-feature-card {
  background-color: var(--light-green-50);
}
.saas-features-area .row .item:nth-child(10) .saas-feature-card {
  background-color: var(--SaaColor2);
}
.saas-features-area .row .item:nth-child(11) .saas-feature-card {
  background-color: var(--SaaColor3);
}
.saas-features-area .row .item:nth-child(12) .saas-feature-card {
  background-color: var(--light-green-50);
}

.saas-about-area {
  background-color: #ADA8F0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.saas-about-area::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 850px;
  height: 850px;
  border-radius: 100%;
  z-index: -1;
}
.saas-about-area::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 850px;
  height: 850px;
  border-radius: 100%;
  z-index: -1;
}
.saas-about-area .row .item:nth-child(2) .saas-about-card {
  background-color: var(--SaaColor2);
}
.saas-about-area .row .item:nth-child(4) .saas-about-card {
  background-color: var(--SaaColor2);
}
.saas-about-area .sass-about-btn {
  margin-top: 25px;
}

.saas-about-card {
  background-color: var(--light-green-50);
  border-radius: 25px;
  padding: 50px;
  margin-bottom: 25px;
  transition: 0.5s;
}
.saas-about-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.5s;
}
.saas-about-card p {
  margin-bottom: -5px;
  transition: 0.5s;
  font-size: 16px;
}
.saas-about-card:hover {
  transform: translateY(-5px);
}

.valuable-product-feature {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #E3F2FD;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.valuable-product-feature img {
  margin-top: 8px;
}
.valuable-product-feature h3 {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin: 0;
}
.valuable-product-feature h3 span {
  font-weight: bold;
  color: #0e314c;
}

.saas-valuable-product-area .valuable-product-image {
  margin-bottom: 35px;
}

.saas-integrations {
  position: relative;
}
.saas-integrations .title {
  text-align: center;
  color: rgba(74, 111, 138, 0.1);
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.saas-integrations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.saas-integrations ul li {
  position: absolute;
}
.saas-integrations ul li:nth-child(1) {
  top: 55px;
  left: 3px;
}
.saas-integrations ul li:nth-child(2) {
  top: -40px;
  left: 14%;
}
.saas-integrations ul li:nth-child(3) {
  top: -10px;
  left: 30%;
}
.saas-integrations ul li:nth-child(4) {
  bottom: 45px;
  left: 10px;
}
.saas-integrations ul li:nth-child(5) {
  bottom: -35px;
  left: 14%;
}
.saas-integrations ul li:nth-child(6) {
  bottom: -10px;
  left: 30%;
}
.saas-integrations ul li:nth-child(7) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
}
.saas-integrations ul li:nth-child(8) {
  top: -20px;
  right: 30%;
}
.saas-integrations ul li:nth-child(9) {
  top: -40px;
  right: 14%;
}
.saas-integrations ul li:nth-child(10) {
  top: 60px;
  right: 2px;
}
.saas-integrations ul li:nth-child(11) {
  bottom: -10px;
  right: 30%;
}
.saas-integrations ul li:nth-child(12) {
  bottom: -35px;
  right: 14%;
}
.saas-integrations ul li:nth-child(13) {
  bottom: 45px;
  right: 10px;
}

.saas-feedback-area {
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden;
}
.saas-feedback-area::before {
  content: "";
  background-color: var(--SaaSmainColor);
  width: 988px;
  height: 876.356px;
  border-radius: 988px;
  filter: blur(350px);
  position: absolute;
  top: -35%;
  left: -35%;
}

.saas-reviewed-on-clutch {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.saas-reviewed-on-clutch::before {
  content: "";
  background-color: var(--MainColor);
  width: 171px;
  height: 219px;
  transform: rotate(-43.47deg);
  filter: blur(75px);
  position: absolute;
  bottom: -40%;
  right: -15%;
}
.saas-reviewed-on-clutch .sub-title {
  display: block;
  font-size: 16px;
  color: #666666;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.saas-reviewed-on-clutch .company-logo {
  display: block;
  margin-bottom: 22px;
}
.saas-reviewed-on-clutch h1 {
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 12px;
  color: var(--MainColor);
}
.saas-reviewed-on-clutch .rating {
  margin-bottom: 4px;
}
.saas-reviewed-on-clutch .rating i {
  color: #FFC107;
  font-size: 24px;
}
.saas-reviewed-on-clutch p {
  font-size: 20px;
  margin-bottom: -10px;
}

.saas-feedback-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border: 1px solid var(--SaaSmainColor);
}
.saas-feedback-slider.owl-theme .owl-dots .owl-dot.active span, .saas-feedback-slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--SaaSmainColor);
}

.saas-feedback-item {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px;
  margin-bottom: 25px;
}
.saas-feedback-item h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.saas-feedback-item p {
  font-size: 16px;
  color: #6084a4;
}
.saas-feedback-item .user-info {
  margin-top: 43px;
}
.saas-feedback-item .user-info .user-img img {
  width: 75px;
  height: 75px;
}
.saas-feedback-item .user-info h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.saas-funfact-area .item {
  position: relative;
}
.saas-funfact-area .item::before {
  content: "";
  background-color: #CFCCFF;
  width: 1px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.saas-funfact-area .item:first-child::before {
  display: none;
}

.saas-funfact-card {
  margin-bottom: 30px;
}
.saas-funfact-card h2 {
  font-weight: bold;
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}
.saas-funfact-card p {
  font-size: 16px;
}

.saas-pricing-table {
  border-radius: 20px;
}
.saas-pricing-table .table {
  border-color: #E8EAFF;
}
.saas-pricing-table .table thead tr th {
  background-color: var(--light-green-50);
  font-weight: bold;
  font-size: 24px;
  padding: 21px 25px;
  color: #000000;
}
.saas-pricing-table .table thead tr th .m-popular {
  color: var(--MainColor);
  font-weight: normal;
  font-size: 16px;
}
.saas-pricing-table .table tbody tr th {
  color: #000000;
}
.saas-pricing-table .table tbody tr th, .saas-pricing-table .table tbody tr td {
  font-size: 16px;
  padding: 17px 25px;
  position: relative;
}
.saas-pricing-table .table tbody tr th:nth-child(3), .saas-pricing-table .table tbody tr td:nth-child(3) {
  background-color: var(--light-green-50);
}
.saas-pricing-table .table tbody tr th:nth-child(3)::before, .saas-pricing-table .table tbody tr th:nth-child(3)::after, .saas-pricing-table .table tbody tr td:nth-child(3)::before, .saas-pricing-table .table tbody tr td:nth-child(3)::after {
  content: "";
  background-color: #4A6F8A;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.saas-pricing-table .table tbody tr th:nth-child(3)::after, .saas-pricing-table .table tbody tr td:nth-child(3)::after {
  left: auto;
  right: 0;
}
.saas-pricing-table .table tbody tr td {
  color: #666666;
}
.saas-pricing-table .table tbody tr .border-bottom {
  border-bottom: 1px solid #4A6F8A !important;
}

.saas-cto-content {
  background-color: #000000;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 100px;
}
.saas-cto-content h2 {
  font-weight: normal;
  color: #fff;
  font-size: 90px;
  margin-bottom: 5px;
  line-height: 1.1;
  margin-top: -10px;
  position: relative;
}
.saas-cto-content h2 span {
  font-weight: bold;
}
.saas-cto-content p {
  font-size: 24px;
  color: var(--light-green-50);
  position: relative;
}
.saas-cto-content .saas-default-btn {
  position: relative;
  margin-top: 20px;
}
.saas-cto-content .man-shap-1 {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.saas-cto-content .man-shap-2 {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.saas-cto-content .gradient-bg {
  width: 275.077px;
  height: 396.843px;
  transform: rotate(38.372deg);
  border-radius: 396.843px;
  background: var(--MainColor);
  filter: blur(125px);
  position: absolute;
  top: -45%;
  right: -10%;
}
.saas-cto-content .gradient-bg2 {
  width: 120.852px;
  height: 773.601px;
  transform: rotate(90deg);
  background: var(--MainColor);
  filter: blur(75px);
  position: absolute;
  left: 0;
  bottom: -80%;
}
.saas-cto-content .gradient-bg3 {
  width: 125.465px;
  height: 780.57px;
  transform: rotate(90deg);
  background-color: var(--SaaSmainColor);
  filter: blur(75px);
  position: absolute;
  right: 0;
  bottom: -80%;
}

.saas-faq-area .saas-section-title {
  position: relative;
}
.saas-faq-area .saas-section-title .sub-title {
  background-color: var(--light-green-50);
  color: #0e314c;
}
.saas-faq-area .saas-section-title p a {
  color: var(--SaaSmainColor);
  text-decoration: underline;
}
.saas-faq-area .saas-section-title p a:hover {
  text-decoration: none;
}
.saas-faq-area .saas-section-title .saas-faq-btn {
  margin-top: 120px;
  padding-right: 90px;
}
.saas-faq-area .saas-section-title .saas-shape2 {
  position: absolute;
  right: 60px;
  top: 45%;
}

.saas-accordion .accordion-item {
  margin-bottom: 10px;
  border: none;
}
.saas-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.saas-accordion .accordion-item .accordion-header {
  border: none;
  outline: none;
  margin-bottom: 0;
}
.saas-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #F2F4FF;
  border-radius: 25px !important;
  font-weight: bold;
  font-size: 16px;
  padding: 32px 30px;
  line-height: 1.4;
  width: 100%;
  text-align: start;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
}
.saas-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.saas-accordion .accordion-item .accordion-header .accordion-button::after {
  background-color: #fff;
  border: 1px solid var(--SaaSmainColor);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background-size: 21px;
  background-position: center center;
  position: absolute;
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url(../../assets/img/arrow.svg);
  background-repeat: no-repeat;
  transition: var(--bs-accordion-btn-icon-transition);
  right: 30px;
  top: 25px;
  transform: rotate(180deg);
}
.saas-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .saas-accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: #DEE0FF;
}
.saas-accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  transform: rotate(0deg);
}
.saas-accordion .accordion-item .accordion-body {
  padding: 30px;
}
.saas-accordion .accordion-item .accordion-body p {
  font-size: 16px;
}
.saas-accordion .accordion-item .accordion-body p strong {
  color: #0e314c;
}

.saas-blog-area .row .item:nth-child(2) .sass-blog-card {
  background-color: var(--light-green-50);
}
.saas-blog-area .row .item:nth-child(3) .sass-blog-card {
  background-color: var(--SaaColor3);
}
.saas-blog-area .row .item:nth-child(5) .sass-blog-card {
  background-color: var(--light-green-50);
}
.saas-blog-area .row .item:nth-child(6) .sass-blog-card {
  background-color: var(--SaaColor3);
}

.sass-blog-card {
  background-color: var(--SaaColor2);
  padding: 30px;
  border-radius: 25px;
  margin-bottom: 30px;
}
.sass-blog-card .blog-meta {
  margin-bottom: 12px;
}
.sass-blog-card .blog-meta .meta-tag {
  background-color: var(--SaaColor1);
  color: #fff;
  border-radius: 100px;
  padding: 1.6px 16px;
  font-size: 16px;
}
.sass-blog-card h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
}
.sass-blog-card h3 a {
  color: #0e314c;
}
.sass-blog-card h3 a:hover {
  color: var(--SaaSmainColor);
}
.sass-blog-card p {
  font-size: 16px;
}
.sass-blog-card .saas-outline-btn {
  margin-top: 10px;
}

.saas-subscribe-area {
  position: absolute;
  left: auto;
  right: auto;
  margin: auto;
  width: 100%;
  z-index: 5;
}

.saas-subscribe-content {
  background-color: var(--SaaSmainColor);
  border-radius: 25px;
  padding: 100px;
  position: relative;
}
.saas-subscribe-content .subscribe-title {
  position: relative;
  z-index: 1;
}
.saas-subscribe-content .subscribe-title h2 {
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  margin: 0;
}
.saas-subscribe-content .subscribe-title h2 span {
  font-weight: bold;
}
.saas-subscribe-content .saas-subscribe-form {
  position: relative;
  z-index: 1;
}
.saas-subscribe-content .saas-subscribe-form .form-control {
  background-color: #fff;
  border-radius: 100px;
  height: 75px;
  padding: 10px 25px;
}
.saas-subscribe-content .saas-subscribe-form .saas-green-btn {
  position: absolute;
  top: 12px;
  right: 10px;
}
.saas-subscribe-content .saas-subscribe-form .form-check {
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  justify-content: end;
}
.saas-subscribe-content .saas-subscribe-form .form-check .form-check-label {
  margin: 0;
  font-weight: normal;
  color: #fff;
}
.saas-subscribe-content .saas-man3 {
  position: absolute;
  bottom: 30px;
  left: 47%;
  transform: translateX(-47%);
}

.saas-footer-area {
  background-size: cover !important;
  background-position: top center !important;
  margin-top: 100px;
  padding-top: 320px;
}
.saas-footer-area.footer-area {
  background: transparent;
}
.saas-footer-area .single-footer-widget .widgettitle {
  font-size: 24px;
  font-weight: normal;
}
.saas-footer-area .single-footer-widget h3 {
  font-size: 24px;
  font-weight: normal;
}
.saas-footer-area .single-footer-widget p {
  font-size: 16px;
}
.saas-footer-area .single-footer-widget .saas-social-links, .saas-footer-area .single-footer-widget .social-links {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.saas-footer-area .single-footer-widget .saas-social-links li::before, .saas-footer-area .single-footer-widget .social-links li::before {
  display: none;
}
.saas-footer-area .single-footer-widget .saas-social-links li a, .saas-footer-area .single-footer-widget .social-links li a {
  border: none;
}
.saas-footer-area .single-footer-widget .saas-social-links li a i, .saas-footer-area .single-footer-widget .social-links li a i {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #fff;
  font-size: 16px;
  color: #0e314c;
  text-align: center;
  line-height: 35px;
  transition: 0.5s;
}
.saas-footer-area .single-footer-widget .saas-social-links li a i:hover, .saas-footer-area .single-footer-widget .social-links li a i:hover {
  background-color: var(--SaaSmainColor);
  color: #fff;
}
.saas-footer-area .single-footer-widget .list, .saas-footer-area .single-footer-widget .menu {
  padding-left: 0;
}
.saas-footer-area .single-footer-widget .list li::before, .saas-footer-area .single-footer-widget .menu li::before {
  display: none;
}
.saas-footer-area .single-footer-widget .list li a, .saas-footer-area .single-footer-widget .menu li a {
  font-size: 16px;
}
.saas-footer-area .single-footer-widget .footer-contact-info .info-card {
  margin-bottom: 15px;
  color: #666666;
}
.saas-footer-area .single-footer-widget .footer-contact-info .info-card svg {
  color: var(--SaaSmainColor);
  width: 16px;
  margin-right: 8px;
}
.saas-footer-area .single-footer-widget .footer-contact-info .info-card a {
  color: #666666;
  text-decoration: underline;
}
.saas-footer-area .single-footer-widget .footer-contact-info .info-card a:hover {
  color: var(--SaaSmainColor);
  text-decoration: none;
}
.saas-footer-area .single-footer-widget .download-app .d-app-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 7px 15px;
  transition: 0.5s;
}
.saas-footer-area .single-footer-widget .download-app .d-app-card i {
  font-size: 40px;
  margin-right: 8px;
}
.saas-footer-area .single-footer-widget .download-app .d-app-card p {
  margin: 0;
  font-size: 14px;
}
.saas-footer-area .single-footer-widget .download-app .d-app-card h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.saas-footer-area .single-footer-widget .download-app .d-app-card:hover {
  background-color: var(--SaaSmainColor);
}
.saas-footer-area .single-footer-widget .download-app .d-app-card:hover h4, .saas-footer-area .single-footer-widget .download-app .d-app-card:hover p, .saas-footer-area .single-footer-widget .download-app .d-app-card:hover i {
  color: #fff;
}
.saas-footer-area .single-footer-widget ul.list li a {
  font-size: 16px;
}
.saas-footer-area .single-footer-widget .footer-contact-info .info-card {
  font-size: 16px;
}
.saas-footer-area .copyright-area {
  border-top: 1px solid rgba(126, 5, 255, 0.2);
}

@media only screen and (max-width: 575px) {
  .saas-subscribe-content .saas-subscribe-form .form-control {
    height: 60px;
  }
  .saas-subscribe-content .saas-subscribe-form .form-check {
    justify-content: start;
  }
  .saas-subscribe-content .saas-subscribe-form .saas-green-btn {
    position: initial;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .saas-outline-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  .saas-default-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  .saas-section-title {
    margin-bottom: 30px;
  }
  .saas-section-title h2 {
    font-size: 25px;
    line-height: 1.3;
  }
  .saas-section-title p {
    font-size: 16px;
  }
  .saas-navbar {
    padding-top: 0 !important;
    background-color: #fff !important;
  }
  #header.headroom.saas-navbar.is-sticky {
    padding-top: 0 !important;
    background-color: #fff !important;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .fintech-navbar.hide-adminbar {
    margin-top: 0 !important;
  }
  .saas-main-banner {
    padding-top: 115px;
  }
  .saas-main-banner .hero-content .title {
    font-size: 35px;
  }
  .saas-main-banner .hero-content .short-des {
    font-size: 17px;
  }
  .saas-main-banner .hero-content .btn-box {
    margin-top: 20px;
  }
  .saas-main-banner .worldwide-users {
    margin-top: 50px;
  }
  .saas-main-banner .worldwide-users .wu-title {
    font-size: 20px;
    position: initial;
    transform: initial;
    text-align: center;
    margin-top: 20px;
  }
  .saas-main-banner .worldwide-users .video-box .play-btn {
    width: 60px;
    height: 60px;
    font-size: 40px;
  }
  .saas-main-banner .worldwide-users .video-box .play-btn i {
    line-height: 60px;
  }
  .saas-main-banner .worldwide-users .book-shape {
    display: none;
  }
  .saas-main-banner .worldwide-users .shape-1 {
    display: none;
  }
  .saas-partner .title {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .saas-partner .container-fluid {
    position: initial;
  }
  .saas-partner-slider .item {
    text-align: center;
  }
  .saas-partner-slider .item img {
    display: inline-block;
  }
  .saas-feature-card {
    padding: 20px;
  }
  .saas-feature-card h3 {
    font-size: 20px;
  }
  .saas-feature-card p {
    font-size: 14px;
  }
  .saas-about-area .saas-section-title h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .saas-about-area .sass-about-btn {
    margin-top: 0;
  }
  .saas-about-card {
    padding: 30px;
  }
  .saas-about-card h3 {
    font-size: 20px;
  }
  .saas-about-card p {
    font-size: 14px;
  }
  .valuable-product-feature h3 {
    font-size: 14px;
  }
  .saas-integrations .integrations-line {
    display: none;
  }
  .saas-integrations .title {
    font-size: 20px;
    position: initial;
    margin-bottom: 20px;
  }
  .saas-integrations ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .saas-integrations ul li {
    position: initial;
    transform: initial !important;
  }
  .saas-reviewed-on-clutch {
    padding: 30px;
  }
  .saas-reviewed-on-clutch h1 {
    font-size: 40px;
  }
  .saas-reviewed-on-clutch .rating i {
    font-size: 17px;
  }
  .saas-reviewed-on-clutch p {
    font-size: 14px;
  }
  .saas-feedback-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
  }
  .saas-feedback-item {
    padding: 30px;
  }
  .saas-feedback-item h3 {
    font-size: 18px;
  }
  .saas-feedback-item p {
    font-size: 14px;
  }
  .saas-feedback-item .user-info {
    margin-top: 20px;
  }
  .saas-feedback-item .user-info .user-img img {
    width: 50px;
    height: 50px;
  }
  .saas-feedback-item .user-info h5 {
    font-size: 14px;
  }
  .saas-feedback-item .user-info p {
    font-size: 14px;
  }
  .saas-feedback-item .user-info .quotation-mark {
    width: 40px;
  }
  .saas-funfact-area .item::before {
    display: none;
  }
  .saas-funfact-card h2 {
    font-size: 50px;
  }
  .saas-funfact-card p {
    font-size: 15px;
  }
  .saas-pricing-table .table {
    width: 980px;
  }
  .saas-pricing-table .table thead tr th {
    font-size: 18px;
    padding: 18px 20px;
  }
  .saas-pricing-table .table tbody tr th, .saas-pricing-table .table tbody tr td {
    font-size: 14px;
    padding: 15px 20px;
  }
  .saas-cto-content {
    padding: 30px;
  }
  .saas-cto-content h2 {
    font-size: 30px;
    margin-top: 0;
  }
  .saas-cto-content p {
    font-size: 16px;
  }
  .saas-cto-content .man-shap-1 {
    left: 15px;
    bottom: 15px;
    max-width: 60px;
  }
  .saas-cto-content .man-shap-2 {
    right: 15px;
    bottom: 15px;
    width: 60px;
  }
  .saas-cto-content .saas-default-btn {
    margin-top: 0;
  }
  .saas-cto-content .gradient-bg, .saas-cto-content .gradient-bg2, .saas-cto-content .gradient-bg3 {
    display: none;
  }
  .saas-faq-area .saas-section-title .saas-faq-btn {
    margin-top: 0;
    padding-right: 0;
  }
  .saas-faq-area .saas-section-title .saas-shape2 {
    display: none;
  }
  .saas-subscribe-content {
    padding: 30px;
  }
  .saas-subscribe-content .subscribe-title {
    margin-bottom: 20px;
  }
  .saas-subscribe-content .subscribe-title h2 {
    font-size: 25px;
  }
  .saas-subscribe-content .saas-man3 {
    display: none;
  }
  .saas-subscribe-area {
    position: initial;
  }
  .saas-footer-area {
    margin-top: 0;
  }
  .saas-footer-area .single-footer-widget.pl-5 {
    padding-left: 0 !important;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card {
    padding: 7px 9px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card i {
    font-size: 30px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card p {
    font-size: 10px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card h4 {
    font-size: 12px;
  }
  .saas-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    padding: 20px 25px;
    padding-right: 60px;
  }
  .saas-accordion .accordion-item .accordion-header .accordion-button::after {
    width: 28px;
    height: 28px;
    background-size: 15px;
    right: 20px;
  }
  .saas-accordion .accordion-item .accordion-body {
    padding: 20px 25px;
  }
  .saas-accordion .accordion-item .accordion-body p {
    font-size: 14px;
  }
  .sass-blog-card {
    padding: 20px;
  }
  .sass-blog-card .blog-meta .meta-tag {
    font-size: 14px;
  }
  .sass-blog-card .blog-meta p {
    font-size: 14px;
  }
  .sass-blog-card h3 {
    font-size: 20px;
  }
  .sass-blog-card p {
    font-size: 14px;
  }
  .saas-footer-area .single-footer-widget p {
    font-size: 14px;
  }
  .saas-footer-area .single-footer-widget ul.list li a {
    font-size: 14px;
  }
  .saas-footer-area .single-footer-widget .footer-contact-info .info-card {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .saas-section-title h2 {
    font-size: 35px;
  }
  .saas-navbar {
    padding-top: 15px !important;
    background-color: #fff !important;
  }
  #header.headroom.saas-navbar.is-sticky {
    padding-top: 15px !important;
    background-color: #fff !important;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .saas-main-banner {
    padding-top: 145px;
  }
  .saas-main-banner .hero-content .title {
    font-size: 50px;
  }
  .saas-main-banner .worldwide-users .wu-title {
    font-size: 20px;
    margin: 20px 0 0;
    position: initial;
    transform: initial;
    text-align: center;
  }
  .saas-main-banner .worldwide-users .shape-1 {
    display: none;
  }
  .saas-partner .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .saas-partner .container-fluid {
    position: initial;
  }
  .saas-partner-slider .item {
    text-align: center;
  }
  .saas-partner-slider .item img {
    display: inline-block;
  }
  .saas-integrations .title {
    font-size: 18px;
  }
  .saas-integrations ul li:nth-child(1) {
    top: 20px;
  }
  .saas-integrations ul li:nth-child(1) img {
    max-width: 40px;
  }
  .saas-integrations ul li:nth-child(2) {
    top: -20px;
  }
  .saas-integrations ul li:nth-child(2) img {
    max-width: 50px;
  }
  .saas-integrations ul li:nth-child(3) img {
    max-width: 60px;
  }
  .saas-integrations ul li:nth-child(4) {
    bottom: 20px;
    left: 5px;
  }
  .saas-integrations ul li:nth-child(4) img {
    max-width: 40px;
  }
  .saas-integrations ul li:nth-child(5) {
    bottom: -25px;
  }
  .saas-integrations ul li:nth-child(5) img {
    max-width: 50px;
  }
  .saas-integrations ul li:nth-child(6) img {
    max-width: 60px;
  }
  .saas-integrations ul li:nth-child(7) img {
    max-width: 80px;
  }
  .saas-integrations ul li:nth-child(8) {
    top: -10px;
  }
  .saas-integrations ul li:nth-child(8) img {
    max-width: 60px;
  }
  .saas-integrations ul li:nth-child(9) {
    top: -25px;
  }
  .saas-integrations ul li:nth-child(9) img {
    max-width: 50px;
  }
  .saas-integrations ul li:nth-child(10) {
    top: 20px;
  }
  .saas-integrations ul li:nth-child(10) img {
    max-width: 40px;
  }
  .saas-integrations ul li:nth-child(11) img {
    max-width: 60px;
  }
  .saas-integrations ul li:nth-child(12) {
    bottom: -25px;
  }
  .saas-integrations ul li:nth-child(12) img {
    max-width: 50px;
  }
  .saas-integrations ul li:nth-child(13) {
    bottom: 15px;
  }
  .saas-integrations ul li:nth-child(13) img {
    max-width: 40px;
  }
  .saas-funfact-card h2 {
    font-size: 60px;
  }
  .saas-pricing-table .table {
    width: 980px;
  }
  .saas-pricing-table .table thead tr th {
    font-size: 18px;
    padding: 18px 20px;
  }
  .saas-pricing-table .table tbody tr th, .saas-pricing-table .table tbody tr td {
    font-size: 14px;
    padding: 15px 20px;
  }
  .saas-cto-content {
    padding: 50px;
  }
  .saas-cto-content h2 {
    font-size: 40px;
    margin-top: 0;
  }
  .saas-cto-content p {
    font-size: 16px;
  }
  .saas-cto-content .man-shap-1 {
    left: 15px;
    bottom: 15px;
    max-width: 70px;
  }
  .saas-cto-content .man-shap-2 {
    right: 15px;
    bottom: 15px;
    width: 70px;
  }
  .saas-cto-content .saas-default-btn {
    margin-top: 10px;
  }
  .saas-cto-content .gradient-bg, .saas-cto-content .gradient-bg2, .saas-cto-content .gradient-bg3 {
    display: none;
  }
  .saas-faq-area .saas-section-title .saas-faq-btn {
    margin-top: 0;
    padding-right: 0;
  }
  .saas-faq-area .saas-section-title .saas-shape2 {
    display: none;
  }
  .saas-subscribe-content {
    padding: 50px;
  }
  .saas-subscribe-content .subscribe-title {
    margin-bottom: 25px;
  }
  .saas-subscribe-content .subscribe-title h2 {
    font-size: 30px;
  }
  .saas-subscribe-content .saas-man3 {
    display: none;
  }
  .saas-subscribe-area {
    position: initial;
  }
  .saas-footer-area {
    margin-top: 0;
    padding-top: 80px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card {
    padding: 7px 9px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card i {
    font-size: 30px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card p {
    font-size: 10px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .saas-navbar .others-option-for-responsive .dot-menu {
    top: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .saas-navbar {
    padding-top: 15px !important;
  }
  .saas-navbar .startp-nav .navbar-brand {
    padding-left: 0;
  }
  .saas-navbar .startp-nav nav .navbar-nav {
    padding: 25px 0;
  }
  .saas-navbar .startp-nav nav .others-option .btn.btn-light, .saas-navbar .startp-nav nav .others-option .btn.btn-primary {
    padding: 10px 25px;
    font-size: 13px;
  }
  .saas-main-banner {
    padding-top: 180px;
  }
  .saas-main-banner .hero-content .title {
    font-size: 70px;
  }
  .saas-main-banner .worldwide-users .wu-title {
    margin: 20px 0 0;
    position: initial;
    transform: initial;
    text-align: center;
  }
  .saas-main-banner .worldwide-users .shape-1 {
    display: none;
  }
  .saas-main-banner .worldwide-users .book-shape {
    bottom: 17%;
    right: -2%;
    max-width: 150px;
  }
  .saas-navbar .startp-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
  }
  .saas-partner .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .saas-partner .container-fluid {
    position: initial;
  }
  .saas-partner-slider .item {
    text-align: center;
  }
  .saas-partner-slider .item img {
    display: inline-block;
  }
  .saas-integrations .title {
    font-size: 22px;
  }
  .saas-integrations ul li:nth-child(1) {
    top: 40px;
  }
  .saas-integrations ul li:nth-child(1) img {
    max-width: 50px;
  }
  .saas-integrations ul li:nth-child(2) {
    top: -30px;
  }
  .saas-integrations ul li:nth-child(2) img {
    max-width: 60px;
  }
  .saas-integrations ul li:nth-child(3) img {
    max-width: 70px;
  }
  .saas-integrations ul li:nth-child(4) {
    bottom: 25px;
    left: 5px;
  }
  .saas-integrations ul li:nth-child(4) img {
    max-width: 50px;
  }
  .saas-integrations ul li:nth-child(5) {
    bottom: -25px;
  }
  .saas-integrations ul li:nth-child(5) img {
    max-width: 60px;
  }
  .saas-integrations ul li:nth-child(6) img {
    max-width: 70px;
  }
  .saas-integrations ul li:nth-child(7) img {
    max-width: 100px;
  }
  .saas-integrations ul li:nth-child(8) {
    top: -10px;
  }
  .saas-integrations ul li:nth-child(8) img {
    max-width: 70px;
  }
  .saas-integrations ul li:nth-child(9) {
    top: -25px;
  }
  .saas-integrations ul li:nth-child(9) img {
    max-width: 60px;
  }
  .saas-integrations ul li:nth-child(10) {
    top: 35px;
  }
  .saas-integrations ul li:nth-child(10) img {
    max-width: 50px;
  }
  .saas-integrations ul li:nth-child(11) img {
    max-width: 70px;
  }
  .saas-integrations ul li:nth-child(12) {
    bottom: -25px;
  }
  .saas-integrations ul li:nth-child(12) img {
    max-width: 60px;
  }
  .saas-integrations ul li:nth-child(13) {
    bottom: 25px;
  }
  .saas-integrations ul li:nth-child(13) img {
    max-width: 50px;
  }
  .saas-reviewed-on-clutch {
    padding: 40px 30px;
  }
  .saas-reviewed-on-clutch p {
    font-size: 16px;
  }
  .saas-feedback-item {
    padding: 40px 30px;
  }
  .saas-feedback-item .user-info {
    margin-top: 20px;
  }
  .saas-pricing-table .table thead tr th {
    font-size: 19px;
    padding: 18px 20px;
  }
  .saas-pricing-table .table tbody tr th, .saas-pricing-table .table tbody tr td {
    font-size: 14px;
    padding: 15px 20px;
  }
  .saas-cto-content h2 {
    font-size: 60px;
  }
  .saas-cto-content p {
    font-size: 18px;
  }
  .saas-cto-content .man-shap-1 {
    left: 30px;
    bottom: 30px;
    max-width: 100px;
  }
  .saas-cto-content .gradient-bg, .saas-cto-content .gradient-bg2, .saas-cto-content .gradient-bg3 {
    display: none;
  }
  .saas-faq-area .saas-section-title .saas-faq-btn {
    margin-top: 0;
    padding-right: 0;
  }
  .saas-faq-area .saas-section-title .saas-shape2 {
    display: none;
  }
  .saas-subscribe-content {
    padding: 70px;
  }
  .saas-subscribe-content .subscribe-title h2 {
    font-size: 30px;
  }
  .saas-subscribe-content .saas-man3 {
    display: none;
  }
  .saas-subscribe-area {
    position: initial;
  }
  .saas-footer-area {
    margin-top: 0;
    padding-top: 80px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card {
    padding: 7px 9px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card i {
    font-size: 30px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card p {
    font-size: 10px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card h4 {
    font-size: 12px;
  }
  .saas-footer-area .single-footer-widget p {
    font-size: 14px;
  }
  .saas-footer-area .single-footer-widget ul.list li a {
    font-size: 14px;
  }
  .saas-footer-area .single-footer-widget .footer-contact-info .info-card {
    font-size: 14px;
  }
  .fintech-navbar .startp-nav nav .navbar-nav {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .saas-main-banner .hero-content .title {
    font-size: 85px;
  }
  .saas-main-banner .worldwide-users .wu-title {
    bottom: 370px;
    left: -175px;
  }
  .saas-main-banner .worldwide-users .shape-1 {
    top: -76px;
    left: -2px;
    max-width: 100px;
  }
  .saas-main-banner .worldwide-users .book-shape {
    bottom: 6%;
    right: -4%;
    max-width: 200px;
  }
  .saas-partner .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .saas-partner .container-fluid {
    position: initial;
  }
  .saas-cto-content h2 {
    font-size: 80px;
  }
  .saas-cto-content p {
    font-size: 18px;
  }
  .saas-cto-content .man-shap-1 {
    left: 30px;
    bottom: 30px;
    max-width: 120px;
  }
  .saas-faq-area .saas-section-title .saas-faq-btn {
    margin-top: 0;
    padding-right: 0;
  }
  .saas-faq-area .saas-section-title .saas-shape2 {
    display: none;
  }
  .saas-subscribe-content .saas-man3 {
    max-width: 120px;
  }
  .saas-subscribe-area {
    position: initial;
  }
  .saas-footer-area {
    margin-top: 0;
    padding-top: 80px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card {
    padding: 7px 9px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card i {
    font-size: 30px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card p {
    font-size: 10px;
  }
  .saas-footer-area .single-footer-widget .download-app .d-app-card h4 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1800px) {
  .saas-about-area::before {
    left: 6%;
    width: 980px;
    height: 980px;
  }
  .saas-about-area::after {
    right: 6%;
    width: 980px;
    height: 980px;
  }
}
.fintech-default-btn {
  background-color: var(--FinTechMain);
  border: 1px solid var(--FinTechMain);
  color: #0e314c;
  border-radius: 5px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
}
.fintech-default-btn:hover {
  background-color: var(--MainColor);
  border-color: var(--MainColor);
  color: #fff !important;
  transform: translateY(-5px);
}

.fintech-outline-btn {
  background-color: transparent;
  border: 1px solid var(--FinTechMain);
  border-radius: 5px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
  color: #0e314c;
}
.fintech-outline-btn:hover {
  background-color: var(--FinTechMain);
  transform: translateY(-5px);
  color: #0e314c !important;
}

.fintech-green-btn {
  background-color: var(--MainColor);
  border: 1px solid var(--MainColor);
  color: #0e314c;
  border-radius: 5px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
}
.fintech-green-btn:hover {
  background-color: var(--FinTechMain);
  border-color: var(--FinTechMain);
  color: #0e314c;
  transform: translateY(-5px);
}

@media only screen and (min-width: 1400px) {
  .mw-1600 {
    max-width: 1600px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .mw-1600, .fintech-navbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.fintech-navbar {
  padding-top: 50px !important;
}
.fintech-navbar.hide-adminbar {
  margin-top: 14px;
}
.fintech-navbar.hide-adminbar .startp-nav.is-sticky {
  margin-top: 13px;
}
.fintech-navbar .startp-nav.is-sticky {
  background: transparent !important;
}
.fintech-navbar .startp-nav .container {
  background-color: #001005;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.fintech-navbar .startp-nav .navbar-brand {
  padding-left: 20px;
}
.fintech-navbar .startp-nav nav .navbar-nav {
  padding: 38px 0;
}
.fintech-navbar .startp-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 24px;
}
.fintech-navbar .startp-nav nav .navbar-nav .nav-item a:hover, .fintech-navbar .startp-nav nav .navbar-nav .nav-item a:focus, .fintech-navbar .startp-nav nav .navbar-nav .nav-item a.active {
  color: var(--FinTechMain);
}
.fintech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover, .fintech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus, .fintech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active {
  color: var(--FinTechMain);
}
.fintech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover, .fintech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus, .fintech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active {
  color: var(--FinTechMain);
}
.fintech-navbar .startp-nav nav .others-option .cart-wrapper-btn {
  position: relative;
  margin-right: 20px;
  color: #ffffff;
}
.fintech-navbar .startp-nav nav .others-option .cart-wrapper-btn svg {
  width: 15px;
}
.fintech-navbar .startp-nav nav .others-option .cart-wrapper-btn span {
  display: inline-block;
  background-color: red;
  color: #ffffff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  position: relative;
  top: -7px;
  right: 4px;
}
.fintech-navbar .startp-nav nav .others-option .btn.btn-primary {
  background: var(--MainColor);
  box-shadow: none;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 15.5px 33.4px;
  color: #0e314c;
}
.fintech-navbar .startp-nav nav .others-option .btn.btn-primary:hover {
  border-radius: 4px;
  background-color: var(--FinTechMain);
  transform: initial;
}
.fintech-navbar .startp-nav nav .others-option .btn::before, .fintech-navbar .startp-nav nav .others-option .btn::after {
  display: none;
}
.fintech-navbar .startp-nav nav .others-option .btn.btn-light {
  border: 1px solid var(--FinTechMain);
  box-shadow: none;
  border-radius: 4px;
  text-transform: capitalize;
  padding: 14.5px 33.4px;
  color: #fff;
}
.fintech-navbar .startp-nav nav .others-option .btn.btn-light:hover {
  border-radius: 4px;
  background-color: var(--FinTechMain);
  color: #0e314c;
}
.fintech-navbar .startp-nav .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.fintech-navbar .startp-nav .navbar-light .navbar-nav .dropdown-menu {
  top: 60px;
}
.fintech-navbar .startp-nav .navbar-light .navbar-nav .dropdown-menu .dropdown-menu {
  top: 0 !important;
}

.fintech-navbar nav .navbar-nav .nav-item .dropdown_menu li:hover a {
  color: var(--FinTechMain);
}

#header.headroom.fintech-navbar.is-sticky {
  padding-top: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
#header.headroom.fintech-navbar.is-sticky .startp-nav .container {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.fintech-main-banner {
  background-image: url(../../assets/img/fintech/banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 100px;
  position: relative;
}
.fintech-main-banner .hero-content .title {
  font-weight: normal;
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}
.fintech-main-banner .hero-content .title span {
  font-weight: 800;
  color: var(--FinTechMain);
}
.fintech-main-banner .hero-content .short-des {
  font-size: 24px;
  max-width: 912px;
  line-height: 1.5;
  color: #fff;
}
.fintech-main-banner .hero-content .btn-box {
  margin-top: 35px;
}
.fintech-main-banner .hero-content .status-list {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.fintech-main-banner .hero-content .status-list .list-card i {
  background-color: #00470D;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--MainColor);
  font-size: 25px;
}
.fintech-main-banner .hero-content .status-list .list-card p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.fintech-partner {
  background-color: #002E0A;
}
.fintech-partner .title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: normal;
}

.fintech-partner-slider .item {
  text-align: center;
}
.fintech-partner-slider .item img {
  width: auto;
  display: inline-block;
  filter: brightness(0.6);
}
.fintech-partner-slider .item img:hover {
  filter: brightness(1);
}
.fintech-partner-slider .owl-nav {
  display: none !important;
}
.fintech-partner-slider .owl-dots {
  display: none !important;
}

.fintech-features-area .featured-img {
  margin-bottom: 25px;
}
.fintech-features-area .fintech-brand-icon {
  position: absolute;
  top: 47%;
  transform: translateY(-47%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #CACCEB;
  background-color: #fff;
  text-align: center;
  line-height: 100px;
  left: 0;
  right: 0;
  margin: auto;
}

.fintech-feature-card {
  background-color: #F7F7FF;
  border-radius: 25px;
  margin-bottom: 25px;
  border: 1px solid #CACCEB;
  padding: 34px 30px;
  position: relative;
}
.fintech-feature-card h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.fintech-feature-card p {
  font-size: 16px;
}

.fintech-our-mission {
  background-color: #EAF4F2;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 25px 25px 165px 25px;
  overflow: hidden;
  transition: 0.5s;
}
.fintech-our-mission h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.fintech-our-mission p {
  font-size: 16px;
  line-height: 1.8;
}
.fintech-our-mission .om-icon {
  position: relative;
  text-align: center;
  margin-bottom: -38px;
  margin-top: -30px;
}
.fintech-our-mission:hover {
  border-radius: 25px;
}

.fintech-our-vision {
  background-color: #F8F8F8;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 165px 25px 25px 25px;
  overflow: hidden;
  transition: 0.5s;
}
.fintech-our-vision h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.fintech-our-vision p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: -3px;
}
.fintech-our-vision .ov-img {
  margin-bottom: 10px;
}
.fintech-our-vision:hover {
  border-radius: 25px;
}

.fintech-our-values {
  border: 1px solid #CACCEB;
  padding: 25px;
  border-radius: 25px 25px 165px 25px;
  margin-bottom: 30px;
  transition: 0.5s;
}
.fintech-our-values h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fintech-our-values .fintech-values-list .fintech-values-card {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.fintech-our-values .fintech-values-list .fintech-values-card:last-child {
  margin-bottom: 0;
}
.fintech-our-values .fintech-values-list .fintech-values-card p {
  font-size: 15px;
  line-height: 1.8;
}
.fintech-our-values .fintech-values-list .fintech-values-card span {
  font-weight: 600;
}
.fintech-our-values:hover {
  border-radius: 25px;
}

.fintech-how-it-works {
  background-image: url(../../assets/img/fintech/how-it-works-bg.jpg);
  background-size: cover;
  background-position: top center;
}
.fintech-how-it-works .fintech-how-it-works-img {
  margin-bottom: 30px;
}
.fintech-how-it-works .fintech-how-it-works-content {
  margin-bottom: 30px;
}
.fintech-how-it-works .fintech-how-it-works-content .saas-section-title .sub-title2 {
  color: #fff;
  border: 1px solid #CACCEB;
  background: rgba(249, 249, 249, 0.2);
}
.fintech-how-it-works .fintech-how-it-works-content .saas-section-title h2 {
  color: #fff;
}
.fintech-how-it-works .fintech-how-it-works-content .ft-how-it-works {
  margin-bottom: 30px;
}
.fintech-how-it-works .fintech-how-it-works-content .ft-how-it-works:last-child {
  margin-bottom: 0;
}
.fintech-how-it-works .fintech-how-it-works-content .ft-how-it-works h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fintech-how-it-works .fintech-how-it-works-content .ft-how-it-works ul {
  margin: 0;
  padding-left: 17px;
}
.fintech-how-it-works .fintech-how-it-works-content .ft-how-it-works ul li {
  color: #fff;
  margin-bottom: 10px;
}
.fintech-how-it-works .fintech-how-it-works-content .ft-how-it-works ul li:last-child {
  margin-bottom: 0;
}

.fintech-benefits-card {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 100px;
  margin-bottom: 25px;
}
.fintech-benefits-card h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.fintech-benefits-card p {
  font-size: 16px;
  line-height: 1.8;
}

.fintech-testimonials-area {
  background-image: url(../../assets/img/fintech/testimonials-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.fintech-testimonials-area::before {
  content: "";
  background-color: var(--FinTechMain);
  width: 988px;
  height: 900.068px;
  border-radius: 988px;
  filter: blur(350px);
  position: absolute;
  top: -70%;
  right: -30%;
}

.fintech-reviewed-on-clutch {
  background-color: #002E0A;
  border-radius: 25px;
  padding: 50px;
  margin-bottom: 30px;
}
.fintech-reviewed-on-clutch .sub-title {
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.fintech-reviewed-on-clutch .company-logo {
  display: block;
  margin-bottom: 22px;
}
.fintech-reviewed-on-clutch h1 {
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 12px;
  color: var(--MainColor);
}
.fintech-reviewed-on-clutch .rating {
  margin-bottom: 4px;
}
.fintech-reviewed-on-clutch .rating i {
  color: #FFC107;
  font-size: 24px;
}
.fintech-reviewed-on-clutch p {
  font-size: 20px;
  margin-bottom: -10px;
  color: #fff;
}

.fintech-testimonials-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border: 1px solid var(--MainColor);
}
.fintech-testimonials-slider.owl-theme .owl-dots .owl-dot.active span, .fintech-testimonials-slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--MainColor);
}

.fintech-testimonials-item {
  background-color: #fff;
  border-radius: 25px;
  padding: 38px 30px;
  margin-bottom: 25px;
  border: 1px solid #CACCEB;
}
.fintech-testimonials-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.fintech-testimonials-item .user-info {
  margin-top: 43px;
}
.fintech-testimonials-item .user-info .user-img img {
  width: 75px;
  height: 75px;
}
.fintech-testimonials-item .user-info h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.fintech-funfact-area .item {
  position: relative;
}
.fintech-funfact-area .item::before {
  content: "";
  background-color: #CFCCFF;
  width: 1px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.fintech-funfact-area .item:first-child::before {
  display: none;
}

.fintech-funfact-card {
  margin-bottom: 25px;
}
.fintech-funfact-card h2 {
  font-weight: bold;
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}

.fintech-pricing-area .row .item:nth-child(1) .fintech-pricing-card {
  transform: rotate(-3deg);
}
.fintech-pricing-area .row .item:nth-child(2) .fintech-pricing-card {
  background: linear-gradient(180deg, var(--light-green-50) 0%, #F8F8F8 100%);
}
.fintech-pricing-area .row .item:nth-child(3) .fintech-pricing-card {
  transform: rotate(3deg);
}

.fintech-pricing-card {
  background-color: #F8F8F8;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 25px;
  position: relative;
  transition: 0.5s;
}
.fintech-pricing-card .pricing-header {
  margin-bottom: 25px;
}
.fintech-pricing-card .pricing-header h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fintech-pricing-card .pricing-header h1 {
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
}
.fintech-pricing-card .pricing-header h1 span {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}
.fintech-pricing-card .pricing-header p {
  font-size: 16px;
}
.fintech-pricing-card .p-features-list {
  margin-bottom: 30px;
}
.fintech-pricing-card .p-features-list h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.fintech-pricing-card .p-features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fintech-pricing-card .p-features-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666666;
  margin-bottom: 10px;
  font-size: 16px;
}
.fintech-pricing-card .p-features-list ul li:last-child {
  margin-bottom: 0;
}
.fintech-pricing-card .p-features-list ul li i {
  color: var(--MainColor);
}
.fintech-pricing-card:hover {
  transform: rotate(0deg) !important;
}

.fintech-cto-content {
  background-color: #063A30;
  border-radius: 25px;
  position: relative;
  padding: 0 40px 0 80px;
  overflow: hidden;
}
.fintech-cto-content::before {
  content: "";
  width: 410px;
  height: 410px;
  border-radius: 410px;
  background: var(--FinTechMain);
  filter: blur(152px);
  position: absolute;
  right: 0;
  top: 0;
}
.fintech-cto-content .content {
  position: relative;
}
.fintech-cto-content .content h2 {
  color: #fff;
  font-weight: normal;
  font-size: 60px;
  margin-bottom: 10px;
}
.fintech-cto-content .content h2 span {
  color: var(--FinTechMain);
  font-weight: bold;
}
.fintech-cto-content .content p {
  font-size: 24px;
  color: #fff;
}
.fintech-cto-content .content .fintech-green-btn {
  margin-top: 20px;
}
.fintech-cto-content .image {
  padding-top: 40px;
  position: relative;
}

.fintech-blog-card {
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
}
.fintech-blog-card img {
  border-radius: 125px 25px 0 0 !important;
  transition: 0.5s;
}
.fintech-blog-card .contant {
  border: 1px solid #CACCEB;
  padding: 0 30px 30px;
  border-radius: 0 0 25px 25px;
}
.fintech-blog-card .contant .blog-meta {
  margin-bottom: 25px;
}
.fintech-blog-card .contant .blog-meta .date {
  background-color: var(--MainColor);
  border-radius: 15px;
  text-align: center;
  margin-top: -62px;
}
.fintech-blog-card .contant .blog-meta .date span {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  padding: 10px 10px;
  display: block;
  color: #212529;
}
.fintech-blog-card .contant .blog-meta .date p {
  background-color: var(--FinTechMain);
  color: #0e314c;
  border-radius: 5px 5px 15px 15px;
  padding: 4px 10px;
}
.fintech-blog-card .contant h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 12px;
}
.fintech-blog-card .contant .fintech-outline-btn {
  margin-top: 10px;
}
.fintech-blog-card:hover img {
  border-radius: 25px 25px 0 0 !important;
}

.fintech-gradient-bg {
  background: linear-gradient(87deg, var(--FinTechMain) 0%, #44CE6F 100%);
}
.fintech-gradient-bg .subscribe-title h2 {
  color: #0e314c;
}
.fintech-gradient-bg .saas-subscribe-form .form-check .form-check-label {
  color: #0e314c;
}

.fintech-footer-area {
  margin-top: 145px;
  padding-top: 230px;
  background-size: cover !important;
  background-position: top center !important;
}
.fintech-footer-area .single-footer-widget h3 {
  color: #fff;
  border: unset;
}
.fintech-footer-area .single-footer-widget p {
  color: #C5C5C5;
}
.fintech-footer-area .single-footer-widget .saas-social-links li a i {
  background-color: #1f5730;
  color: var(--MainColor);
}
.fintech-footer-area .single-footer-widget ul.list li a {
  color: #C5C5C5;
}
.fintech-footer-area .single-footer-widget .footer-contact-info .info-card {
  color: #C5C5C5;
}
.fintech-footer-area .single-footer-widget .footer-contact-info .info-card svg, .fintech-footer-area .single-footer-widget .footer-contact-info .info-card i {
  color: var(--FinTechMain);
}
.fintech-footer-area .single-footer-widget .footer-contact-info .info-card a {
  color: #C5C5C5;
}
.fintech-footer-area .single-footer-widget .download-app .d-app-card p {
  color: #666666;
}
.fintech-footer-area .copyright-area {
  border-top: 1px solid rgba(74, 111, 138, 0.3);
}
.fintech-footer-area .copyright-area p {
  color: #fff;
}
.fintech-footer-area .copyright-area p a {
  color: var(--FinTechMain);
}

@media only screen and (max-width: 767px) {
  .fintech-outline-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  .fintech-default-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  .fintech-main-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .fintech-main-banner .hero-content .title {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .fintech-main-banner .hero-content .short-des {
    font-size: 16px;
  }
  .fintech-main-banner .hero-content .btn-box {
    margin-top: 25px;
  }
  .fintech-main-banner .hero-content .status-list {
    gap: 15px;
  }
  .fintech-main-banner .fintech-app-img {
    margin-top: 30px;
  }
  .fintech-our-mission {
    padding: 25px;
    border-radius: 25px;
  }
  .fintech-our-mission .om-icon {
    margin-top: -15px;
  }
  .fintech-our-mission:hover {
    border-radius: 25px;
  }
  .fintech-our-vision {
    padding: 25px;
    border-radius: 25px;
  }
  .fintech-our-values {
    border-radius: 25px;
  }
  .fintech-benefits-card {
    padding: 20px;
    border-radius: 25px;
  }
  .fintech-benefits-card .image {
    margin-bottom: 20px;
    text-align: center;
  }
  .fintech-benefits-card p {
    font-size: 14px;
  }
  .fintech-reviewed-on-clutch {
    padding: 25px;
  }
  .fintech-reviewed-on-clutch h1 {
    font-size: 40px;
  }
  .fintech-reviewed-on-clutch .rating i {
    font-size: 18px;
  }
  .fintech-reviewed-on-clutch p {
    font-size: 15px;
  }
  .fintech-testimonials-slider .owl-dots {
    margin-top: 0 !important;
  }
  .fintech-testimonials-item {
    padding: 30px 25px;
  }
  .fintech-testimonials-item h3 {
    font-size: 17px;
  }
  .fintech-testimonials-item .user-info {
    margin-top: 20px;
  }
  .fintech-testimonials-item .user-info .user-img img {
    width: 50px;
    height: 50px;
  }
  .fintech-testimonials-item .user-info .user-img h5 {
    font-size: 14px;
  }
  .fintech-testimonials-item .user-info .user-img p {
    font-size: 13px;
  }
  .fintech-testimonials-item .user-info .quotation-mark {
    width: 40px;
  }
  .fintech-pricing-area .row .item:nth-child(1) .fintech-pricing-card {
    transform: rotate(0deg);
  }
  .fintech-pricing-area .row .item:nth-child(3) .fintech-pricing-card {
    transform: rotate(0deg);
  }
  .fintech-pricing-card .pricing-header h3 {
    font-size: 20px;
  }
  .fintech-pricing-card .pricing-header h1 {
    font-size: 50px;
  }
  .fintech-pricing-card .pricing-header p {
    font-size: 14px;
  }
  .fintech-pricing-card .p-features-list ul li {
    font-size: 14px;
  }
  .fintech-pricing-card:hover {
    transform: rotate(0deg) !important;
  }
  .fintech-cto-content {
    padding: 25px 25px 0;
  }
  .fintech-cto-content .content h2 {
    font-size: 30px;
  }
  .fintech-cto-content .content p {
    font-size: 16px;
  }
  .fintech-cto-content .content .fintech-green-btn {
    margin-top: 10px;
  }
  .fintech-cto-content .image {
    padding-top: 30px;
  }
  .fintech-footer-area {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fintech-main-banner {
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .fintech-main-banner .hero-content .title {
    font-size: 65px;
    line-height: 1.3;
  }
  .fintech-main-banner .fintech-app-img {
    margin-top: 50px;
  }
  .fintech-our-mission {
    border-radius: 25px;
  }
  .fintech-our-mission .om-icon {
    margin-top: -15px;
  }
  .fintech-our-mission:hover {
    border-radius: 25px;
  }
  .fintech-our-vision {
    border-radius: 25px;
  }
  .fintech-our-values {
    border-radius: 25px;
  }
  .fintech-benefits-card {
    padding: 20px;
    border-radius: 25px;
  }
  .fintech-benefits-card p {
    font-size: 14px;
  }
  .fintech-reviewed-on-clutch {
    padding: 25px;
  }
  .fintech-reviewed-on-clutch h1 {
    font-size: 40px;
  }
  .fintech-reviewed-on-clutch .rating i {
    font-size: 18px;
  }
  .fintech-reviewed-on-clutch p {
    font-size: 15px;
  }
  .fintech-testimonials-slider .owl-dots {
    margin-top: 0 !important;
  }
  .fintech-testimonials-item {
    padding: 30px 25px;
  }
  .fintech-testimonials-item h3 {
    font-size: 17px;
  }
  .fintech-testimonials-item .user-info {
    margin-top: 20px;
  }
  .fintech-testimonials-item .user-info .user-img img {
    width: 50px;
    height: 50px;
  }
  .fintech-testimonials-item .user-info .user-img h5 {
    font-size: 14px;
  }
  .fintech-testimonials-item .user-info .user-img p {
    font-size: 13px;
  }
  .fintech-testimonials-item .user-info .quotation-mark {
    width: 40px;
  }
  .fintech-pricing-area .row .item:nth-child(1) .fintech-pricing-card {
    transform: rotate(0deg);
  }
  .fintech-pricing-area .row .item:nth-child(3) .fintech-pricing-card {
    transform: rotate(0deg);
  }
  .fintech-pricing-card .pricing-header h3 {
    font-size: 20px;
  }
  .fintech-pricing-card .pricing-header h1 {
    font-size: 50px;
  }
  .fintech-pricing-card .pricing-header p {
    font-size: 14px;
  }
  .fintech-pricing-card .p-features-list ul li {
    font-size: 14px;
  }
  .fintech-pricing-card:hover {
    transform: rotate(0deg) !important;
  }
  .fintech-cto-content {
    padding: 50px 50px 0;
  }
  .fintech-cto-content .content h2 {
    font-size: 45px;
  }
  .fintech-cto-content .content p {
    font-size: 18px;
  }
  .fintech-cto-content .content .fintech-green-btn {
    margin-top: 10px;
  }
  .fintech-cto-content .image {
    padding-top: 30px;
  }
  .fintech-footer-area {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .fintech-navbar {
    padding-top: 15px !important;
    background-color: #001005 !important;
  }
  .fintech-navbar .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #fff;
  }
  .fintech-navbar .startp-responsive-nav .mean-container a.meanmenu-reveal {
    color: #fff;
  }
  .fintech-navbar .startp-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #fff;
  }
  #header.headroom {
    border: none;
  }
  #header.headroom.fintech-navbar.is-sticky {
    padding-top: 15px !important;
    background-color: #001005 !important;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .fintech-navbar .others-option-for-responsive .dot-menu {
    top: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fintech-navbar {
    padding-top: 15px !important;
  }
  .fintech-navbar .startp-nav .navbar-brand {
    padding-left: 0;
  }
  .fintech-navbar .startp-nav nav .navbar-nav {
    padding: 25px 0 !important;
  }
  .fintech-navbar .startp-nav nav .others-option .btn.btn-light, .fintech-navbar .startp-nav nav .others-option .btn.btn-primary {
    padding: 10px 25px;
    font-size: 13px;
  }
  .fintech-main-banner {
    padding-top: 180px;
    padding-bottom: 80px;
  }
  .fintech-main-banner .hero-content .title {
    font-size: 50px;
    line-height: 1.3;
  }
  .fintech-main-banner .hero-content .short-des {
    font-size: 18px;
  }
  .fintech-main-banner .hero-content .status-list {
    gap: 10px;
  }
  .fintech-reviewed-on-clutch {
    padding: 25px;
  }
  .fintech-reviewed-on-clutch h1 {
    font-size: 40px;
  }
  .fintech-reviewed-on-clutch .rating i {
    font-size: 18px;
  }
  .fintech-reviewed-on-clutch p {
    font-size: 15px;
  }
  .fintech-testimonials-slider .owl-dots {
    margin-top: 0 !important;
  }
  .fintech-testimonials-item {
    padding: 30px 25px;
  }
  .fintech-testimonials-item h3 {
    font-size: 17px;
  }
  .fintech-testimonials-item .user-info {
    margin-top: 20px;
  }
  .fintech-testimonials-item .user-info .user-img img {
    width: 50px;
    height: 50px;
  }
  .fintech-testimonials-item .user-info .user-img h5 {
    font-size: 14px;
  }
  .fintech-testimonials-item .user-info .user-img p {
    font-size: 13px;
  }
  .fintech-testimonials-item .user-info .quotation-mark {
    width: 40px;
  }
  .fintech-pricing-card .pricing-header h3 {
    font-size: 20px;
  }
  .fintech-pricing-card .pricing-header h1 {
    font-size: 50px;
  }
  .fintech-pricing-card .pricing-header p {
    font-size: 14px;
  }
  .fintech-pricing-card .p-features-list ul li {
    font-size: 14px;
  }
  .fintech-cto-content {
    padding: 0 30px 0 40px;
  }
  .fintech-cto-content .content h2 {
    font-size: 35px;
  }
  .fintech-cto-content .content p {
    font-size: 20px;
  }
  .fintech-footer-area {
    margin-top: 100px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fintech-main-banner .hero-content .title {
    font-size: 60px;
    line-height: 1.3;
  }
  .fintech-main-banner .hero-content .short-des {
    font-size: 18px;
  }
  .fintech-main-banner .hero-content .status-list {
    gap: 30px;
  }
  .fintech-feature-card h3 {
    font-size: 18px;
  }
  .fintech-feature-card p {
    font-size: 14px;
  }
  .fintech-reviewed-on-clutch {
    padding: 25px;
  }
  .fintech-reviewed-on-clutch h1 {
    font-size: 40px;
  }
  .fintech-reviewed-on-clutch .rating i {
    font-size: 18px;
  }
  .fintech-reviewed-on-clutch p {
    font-size: 15px;
  }
  .fintech-testimonials-slider .owl-dots {
    margin-top: 0 !important;
  }
  .fintech-testimonials-item {
    padding: 30px 25px;
  }
  .fintech-testimonials-item h3 {
    font-size: 17px;
  }
  .fintech-testimonials-item .user-info {
    margin-top: 20px;
  }
  .fintech-testimonials-item .user-info .user-img img {
    width: 50px;
    height: 50px;
  }
  .fintech-testimonials-item .user-info .user-img h5 {
    font-size: 14px;
  }
  .fintech-testimonials-item .user-info .user-img p {
    font-size: 13px;
  }
  .fintech-testimonials-item .user-info .quotation-mark {
    width: 40px;
  }
  .fintech-pricing-card .pricing-header h3 {
    font-size: 20px;
  }
  .fintech-pricing-card .pricing-header h1 {
    font-size: 50px;
  }
  .fintech-pricing-card .pricing-header p {
    font-size: 14px;
  }
  .fintech-pricing-card .p-features-list ul li {
    font-size: 14px;
  }
  .fintech-cto-content {
    padding: 0 30px 0 60px;
  }
  .fintech-cto-content .content h2 {
    font-size: 35px;
  }
  .fintech-cto-content .content p {
    font-size: 20px;
  }
  .fintech-footer-area {
    margin-top: 100px;
    padding-top: 100px;
  }
}
.health-tech-green-btn {
  background-color: var(--MainColor);
  border: 1px solid var(--MainColor);
  color: #ffffff !important;
  border-radius: 5px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
}
.health-tech-green-btn i {
  font-size: 18px;
}
.health-tech-green-btn:hover {
  background-color: var(--SaaSmainColor);
  border-color: var(--SaaSmainColor);
  color: #ffffff !important;
  transform: translateY(-5px);
}

.health-tech-green-outline-btn {
  background-color: #ffffff;
  border: 1px solid var(--MainColor);
  border-radius: 5px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
}
.health-tech-green-outline-btn i {
  font-size: 18px;
}
.health-tech-green-outline-btn:hover {
  background-color: var(--MainColor);
  border-color: var(--MainColor);
  color: #ffffff !important;
  transform: translateY(-5px);
}

@media only screen and (min-width: 1400px) {
  .health-tech-navbar .startp-nav .container {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #CFCCFF;
    border-right: 1px solid #CFCCFF;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.health-tech-navbar {
  background-color: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #CFCCFF;
}
.health-tech-navbar .startp-nav {
  padding-top: 0;
}
.health-tech-navbar .startp-nav nav .navbar-nav {
  padding: 38px 0;
}
.health-tech-navbar .startp-nav nav .navbar-nav .nav-item a {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 24px;
}
.health-tech-navbar .startp-nav nav .navbar-nav .nav-item a:hover, .health-tech-navbar .startp-nav nav .navbar-nav .nav-item a:focus, .health-tech-navbar .startp-nav nav .navbar-nav .nav-item a.active {
  color: var(--SaaSmainColor);
}
.health-tech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover, .health-tech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus, .health-tech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active {
  color: var(--SaaSmainColor);
}
.health-tech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover, .health-tech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus, .health-tech-navbar .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active {
  color: var(--SaaSmainColor);
}
.health-tech-navbar .startp-nav nav .others-option .cart-wrapper-btn {
  position: relative;
  margin-right: 20px;
}
.health-tech-navbar .startp-nav nav .others-option .cart-wrapper-btn svg {
  width: 15px;
}
.health-tech-navbar .startp-nav nav .others-option .cart-wrapper-btn span {
  display: inline-block;
  background-color: red;
  color: #ffffff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  position: relative;
  top: -7px;
  right: 4px;
}
.health-tech-navbar .startp-nav nav .others-option .btn.btn-primary {
  background: var(--SaaSmainColor);
  box-shadow: none;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 15.5px 33.4px;
}
.health-tech-navbar .startp-nav nav .others-option .btn.btn-primary:hover {
  border-radius: 5px;
  background-color: var(--MainColor);
}
.health-tech-navbar .startp-nav nav .others-option .btn::before, .health-tech-navbar .startp-nav nav .others-option .btn::after {
  display: none;
}
.health-tech-navbar .startp-nav nav .others-option .btn.btn-light {
  border: 1px solid var(--MainColor);
  box-shadow: none;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 14.5px 33.4px;
}
.health-tech-navbar .startp-nav nav .others-option .btn.btn-light:hover {
  border-radius: 5px;
  background-color: var(--MainColor);
}
.health-tech-navbar .startp-nav .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.health-tech-navbar nav .navbar-nav .nav-item .dropdown_menu li:hover a {
  color: var(--SaaSmainColor);
}

.health-tech-main-banner {
  background-image: url(../../assets/img/health-tech/main-banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 390px;
  position: relative;
  max-width: 1720px;
  margin-top: 100px;
}
.health-tech-main-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #553AC7 0%, rgba(255, 255, 255, 0) 131.59%);
}
.health-tech-main-banner .hero-content .title {
  text-align: center;
  font-weight: normal;
  font-size: 80px;
  line-height: 100px;
  color: #FFFFFF;
}
.health-tech-main-banner .hero-content .title span {
  font-weight: 700;
}
.health-tech-main-banner .hero-content .ht-funfact .item {
  position: relative;
}
.health-tech-main-banner .hero-content .ht-funfact .item::before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.health-tech-main-banner .hero-content .ht-funfact .item:first-child::before {
  display: none;
}
.health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card {
  text-align: center;
  margin-top: 25px;
}
.health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card h3 {
  font-weight: bold;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
}
.health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card p {
  color: #fff;
  font-size: 24px;
}
.health-tech-main-banner .hero-content .content-card {
  margin-top: 25px;
  padding-left: 120px;
}
.health-tech-main-banner .hero-content .content-card p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}
.health-tech-main-banner .hero-content .content-card .health-tech-green-btn {
  margin-top: 15px;
}

@media only screen and (min-width: 1400px) {
  .health-tech-about-area .container {
    max-width: 1520px;
  }
}
.health-tech-about-area {
  margin-top: -280px;
}
.health-tech-about-area .ht-about-content {
  position: relative;
  padding: 80px 75px 80px 0px;
  position: relative;
  overflow: hidden;
}
.health-tech-about-area .ht-about-content::before {
  content: "";
  background-color: var(--blue-violet);
  position: absolute;
  right: 0;
  top: 0;
  width: 74%;
  height: 100%;
}
.health-tech-about-area .ht-about-content::after {
  content: "";
  position: absolute;
  width: 228.51px;
  height: 332.07px;
  right: -5%;
  bottom: -5%;
  background: #FFD67D;
  filter: blur(100px);
  transform: matrix(0.74, -0.68, 0.69, 0.72, 0, 0);
}
.health-tech-about-area .ht-about-content .about-img .video-box {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  right: 0;
  z-index: 1;
  color: #fff;
  transform: translateY(-50%);
}
.health-tech-about-area .ht-about-content .about-img .video-box .play-btn {
  background-color: var(--MainColor);
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  font-size: 50px;
}
.health-tech-about-area .ht-about-content .about-img .video-box .play-btn i {
  line-height: 80px;
}
.health-tech-about-area .ht-about-content .about-img .video-box .play-btn:hover {
  background-color: #FF0000;
}
.health-tech-about-area .ht-about-content .about-content {
  padding-left: 100px;
}
.health-tech-about-area .ht-about-content .about-content .saas-section-title h2 {
  color: #fff;
}
.health-tech-about-area .ht-about-content .about-content .ht-about-btn {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.health-tech-about-area .ht-about-content .about-content .ht-about-btn:hover {
  color: var(--MainColor);
}

.health-tech-features-area .row .item:nth-child(2) .health-tech-feature-card {
  background-color: #E6E9FF;
}
.health-tech-features-area .row .item:nth-child(3) .health-tech-feature-card {
  background-color: #FFF8E1;
}
.health-tech-features-area .row .item:nth-child(5) .health-tech-feature-card {
  background-color: #E6E9FF;
}
.health-tech-features-area .row .item:nth-child(6) .health-tech-feature-card {
  background-color: #FFF8E1;
}

.health-tech-feature-card {
  background-color: #FFF3EA;
  padding: 50px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s;
}
.health-tech-feature-card img {
  margin-bottom: 25px;
}
.health-tech-feature-card h3 {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 20px;
}
.health-tech-feature-card p {
  font-size: 16px;
}
.health-tech-feature-card:hover {
  background-color: var(--SaaSmainColor) !important;
  transform: translateY(-5px);
}
.health-tech-feature-card:hover h3, .health-tech-feature-card:hover p {
  color: #fff;
}

.health-tech-benefits-area .benefits-img {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 25px;
}
.health-tech-benefits-area .benefits-img .content {
  background-color: var(--blue-violet);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 320px;
  margin: auto;
  padding: 20px 10px;
}
.health-tech-benefits-area .benefits-img .content p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.health-tech-benefits-area .benefits-img .content p span {
  font-weight: bold;
}
.health-tech-benefits-area .benefits-content {
  padding-left: 100px;
}
.health-tech-benefits-area .benefits-content .benefits-img2 {
  margin-bottom: 25px;
}
.health-tech-benefits-area .benefits-content .benefits-list {
  margin-bottom: 25px;
}
.health-tech-benefits-area .benefits-content .benefits-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.health-tech-benefits-area .benefits-content .benefits-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}
.health-tech-benefits-area .benefits-content .benefits-list ul li:last-child {
  margin-bottom: 0;
}

.health-tech-services-area {
  background-image: url(../../assets/img/health-tech/services-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1720px;
}
.health-tech-services-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #F7E9DD 0%, rgba(246, 232, 220, 0) 100%);
}
.health-tech-services-area::after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
}

.health-tech-services-slider.owl-theme .owl-nav {
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 423px;
  display: flex;
  gap: 324px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.health-tech-services-slider.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 49px;
  border-radius: 50%;
  position: relative;
  color: #666666;
  transition: 0.5s;
  background-color: #fff;
  border: 1px solid #CFCCFF;
}
.health-tech-services-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--SaaSmainColor);
  border-color: var(--SaaSmainColor);
  color: #ffffff;
}
.health-tech-services-slider.owl-theme .owl-nav::before {
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  content: "";
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  background: #CFCCFF;
  margin-top: 1px;
  margin-left: 57px;
  margin-right: 57px;
}
.health-tech-services-slider.owl-theme .owl-nav .owl-prev {
  font-size: 0;
}
.health-tech-services-slider.owl-theme .owl-nav .owl-prev::before {
  position: absolute;
  content: "‹";
  font-size: 25px;
  left: 20px;
  top: -1px;
}
.health-tech-services-slider.owl-theme .owl-nav .owl-next {
  font-size: 0;
}
.health-tech-services-slider.owl-theme .owl-nav .owl-next::before {
  position: absolute;
  content: "›";
  font-size: 25px;
  left: 20px;
  top: -1px;
}
.health-tech-services-slider.owl-theme .owl-dots {
  z-index: 1;
  display: flex;
  margin-top: -39px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.health-tech-services-slider.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 30px;
  height: 30px;
  border: none;
  position: relative;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #fff;
}
.health-tech-services-slider.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 7.5px;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
  background-color: #fff;
  border: 1px solid #CFCCFF;
}
.health-tech-services-slider.owl-theme .owl-dots .owl-dot:hover span, .health-tech-services-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent !important;
}
.health-tech-services-slider.owl-theme .owl-dots .owl-dot:hover span::before, .health-tech-services-slider.owl-theme .owl-dots .owl-dot.active span::before {
  border-color: var(--SaaSmainColor);
  background-color: var(--SaaSmainColor);
}

.health-tech-services-card {
  background-color: #fff;
  padding: 10px;
}
.health-tech-services-card .content {
  padding: 28px 20px 28px;
}
.health-tech-services-card .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.health-tech-services-card .content .read-more {
  color: var(--MainColor);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.health-tech-services-card .content .read-more svg {
  width: 18px;
}
.health-tech-services-card .content .read-more:hover {
  color: var(--SaaSmainColor);
  letter-spacing: 0.5px;
}

.health-tech-how-it-work-card {
  position: relative;
  margin-bottom: 30px;
}
.health-tech-how-it-work-card .image {
  background-color: #FFF3EA;
  border: 10px solid #fff;
  outline: 1px solid #CFCCFF;
  border-radius: 100%;
  width: 290px;
  height: 290px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.health-tech-how-it-work-card .content {
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  position: relative;
}
.health-tech-how-it-work-card .content .number {
  width: 75px;
  height: 75px;
  background: #FFFFFF;
  border: 1px solid #CACCEB;
  margin: 0 auto 30px;
  border-radius: 100%;
  line-height: 75px;
  font-weight: bold;
  font-size: 40px;
}
.health-tech-how-it-work-card .content h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.health-tech-how-it-work-card .content p {
  font-size: 16px;
}
.health-tech-how-it-work-card .step-shape {
  position: absolute;
  top: 30%;
  right: -44%;
  max-width: 251px;
}

.health-tech-how-it-work-area .row .item:nth-child(2) .health-tech-how-it-work-card .image {
  background-color: #E6E9FF;
}
.health-tech-how-it-work-area .row .item:nth-child(3) .health-tech-how-it-work-card .image {
  background-color: #FFF8E1;
}
.health-tech-how-it-work-area .row .item:nth-child(5) .health-tech-how-it-work-card .image {
  background-color: #E6E9FF;
}
.health-tech-how-it-work-area .row .item:nth-child(6) .health-tech-how-it-work-card .image {
  background-color: #FFF8E1;
}
.health-tech-how-it-work-area .row .item:last-child .health-tech-how-it-work-card .step-shape {
  display: none;
}

.health-tech-pricing-area {
  background-image: url(../../assets/img/health-tech/pricing-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1720px;
  overflow: hidden;
}
.health-tech-pricing-area::before {
  content: "";
  position: absolute;
  width: 1720px;
  height: 890px;
  left: 1820px;
  top: 4313px;
  background: #F9F9F9;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.health-tech-pricing-area::after {
  content: "";
  position: absolute;
  width: 885.08px;
  height: 879.32px;
  right: -40%;
  top: -80%;
  background: #553AC7;
  filter: blur(350px);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.health-tech-pricing-area .row .item:nth-child(1) .health-tech-pricing-card {
  transform: rotate(-3deg);
}
.health-tech-pricing-area .row .item:nth-child(2) .health-tech-pricing-card {
  background: linear-gradient(180deg, #CFCCFF 0%, #FFFFFF 102.83%);
}
.health-tech-pricing-area .row .item:nth-child(3) .health-tech-pricing-card {
  transform: rotate(3deg);
}

.health-tech-pricing-card {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  transition: 0.5s;
  border: 1px solid #CFCCFF;
}
.health-tech-pricing-card .pricing-header {
  margin-bottom: 25px;
}
.health-tech-pricing-card .pricing-header h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.health-tech-pricing-card .pricing-header h1 {
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
}
.health-tech-pricing-card .pricing-header h1 span {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}
.health-tech-pricing-card .pricing-header p {
  font-size: 16px;
}
.health-tech-pricing-card .p-features-list {
  margin-bottom: 30px;
}
.health-tech-pricing-card .p-features-list h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.health-tech-pricing-card .p-features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.health-tech-pricing-card .p-features-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666666;
  margin-bottom: 10px;
  font-size: 16px;
}
.health-tech-pricing-card .p-features-list ul li:last-child {
  margin-bottom: 0;
}
.health-tech-pricing-card .p-features-list ul li i {
  color: var(--MainColor);
}
.health-tech-pricing-card:hover {
  transform: rotate(0deg) !important;
}

@media only screen and (min-width: 1400px) {
  .health-tech-testimonials-area .container {
    max-width: 1520px;
  }
}
.health-tech-testimonials-slider.owl-theme .owl-nav {
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 423px;
  display: flex;
  gap: 324px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.health-tech-testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 49px;
  border-radius: 50%;
  position: relative;
  color: #666666;
  transition: 0.5s;
  background-color: #fff;
  border: 1px solid #CFCCFF;
}
.health-tech-testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--SaaSmainColor);
  border-color: var(--SaaSmainColor);
  color: #ffffff;
}
.health-tech-testimonials-slider.owl-theme .owl-nav::before {
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  content: "";
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  background: #CFCCFF;
  margin-top: 1px;
  margin-left: 57px;
  margin-right: 57px;
}
.health-tech-testimonials-slider.owl-theme .owl-nav .owl-prev {
  font-size: 0;
}
.health-tech-testimonials-slider.owl-theme .owl-nav .owl-prev::before {
  position: absolute;
  content: "‹";
  font-size: 25px;
  left: 20px;
  top: -1px;
}
.health-tech-testimonials-slider.owl-theme .owl-nav .owl-next {
  font-size: 0;
}
.health-tech-testimonials-slider.owl-theme .owl-nav .owl-next::before {
  position: absolute;
  content: "›";
  font-size: 25px;
  left: 20px;
  top: -1px;
}
.health-tech-testimonials-slider.owl-theme .owl-dots {
  z-index: 1;
  display: flex;
  margin-top: -39px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.health-tech-testimonials-slider.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 30px;
  height: 30px;
  border: none;
  position: relative;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #fff;
}
.health-tech-testimonials-slider.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 7.5px;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
  background-color: #fff;
  border: 1px solid #CFCCFF;
}
.health-tech-testimonials-slider.owl-theme .owl-dots .owl-dot:hover span, .health-tech-testimonials-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent !important;
}
.health-tech-testimonials-slider.owl-theme .owl-dots .owl-dot:hover span::before, .health-tech-testimonials-slider.owl-theme .owl-dots .owl-dot.active span::before {
  border-color: var(--SaaSmainColor);
  background-color: var(--SaaSmainColor);
}
.health-tech-testimonials-slider .health-tech-testimonials-item {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.health-tech-testimonials-slider .health-tech-testimonials-item .quotation-mark {
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}
.health-tech-testimonials-slider .health-tech-testimonials-item p {
  font-size: 40px;
  line-height: 1.4;
}
.health-tech-testimonials-slider .health-tech-testimonials-item .user-info {
  margin-top: 25px;
}
.health-tech-testimonials-slider .health-tech-testimonials-item .user-info h5 {
  font-weight: bold;
  font-size: 16px;
}
.health-tech-testimonials-slider .health-tech-testimonials-item .user-info p {
  font-size: 16px;
}

.health-tech-testimonials-content .ht-user1 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.health-tech-testimonials-content .ht-user2 {
  position: absolute;
  top: 8%;
  right: 15%;
  border-radius: 100%;
}
.health-tech-testimonials-content .ht-user3 {
  position: absolute;
  bottom: 0;
  left: 15%;
  border-radius: 100%;
}
.health-tech-testimonials-content .ht-user4 {
  position: absolute;
  bottom: 5%;
  right: 0;
  border-radius: 100%;
}

@media only screen and (min-width: 1400px) {
  .health-tech-faq-area {
    max-width: 1720px;
  }
}
.health-tech-faq-area {
  background-image: url(../../assets/img/health-tech/faq-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.health-tech-faq-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #FFF3EA 0%, rgba(188, 169, 211, 0.7) 100%);
}
.health-tech-faq-area .saas-accordion .accordion-item {
  border-radius: 5px;
  background-color: transparent;
}
.health-tech-faq-area .saas-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #FEFEFE;
  border-radius: 5px !important;
  box-shadow: none;
  cursor: pointer;
}
.health-tech-faq-area .saas-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-radius: 5px 5px 0 0 !important;
}
.health-tech-faq-area .saas-accordion .accordion-item .accordion-body {
  background-color: #f7f2f6;
  border-radius: 0 0 5px 5px;
}

.health-tech-blog-card {
  margin-bottom: 30px;
}
.health-tech-blog-card .contant {
  margin-top: 30px;
}
.health-tech-blog-card .contant .blog-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.health-tech-blog-card .contant .blog-meta li {
  color: #666666;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}
.health-tech-blog-card .contant .blog-meta li::before {
  content: "/";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.health-tech-blog-card .contant .blog-meta li:last-child::before {
  display: none;
}
.health-tech-blog-card .contant .blog-meta li img {
  margin-right: 5px;
}
.health-tech-blog-card .contant h3 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 14px;
}
.health-tech-blog-card .contant p {
  font-size: 16px;
  margin-bottom: 25px;
}

.heal-tech-gradient-bg {
  background: linear-gradient(86.85deg, var(--SaaSmainColor) 0%, #44CE6F 100.75%);
}

@media only screen and (min-width: 1400px) {
  .heal-tech-footer-area {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.heal-tech-footer-area {
  background-image: url(../../assets/img/health-tech/footer-bg.jpg);
  position: relative;
  margin-top: 135px;
  padding-bottom: 100px;
  padding-top: 250px;
}
.heal-tech-footer-area::before {
  content: "";
  background: linear-gradient(180deg, rgba(113, 106, 217, 0.8) 0%, rgba(113, 106, 217, 0.9) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.heal-tech-footer-area .single-footer-widget h3 {
  border: unset;
}
.heal-tech-footer-area .single-footer-widget p {
  color: #FCFCFC;
}
.heal-tech-footer-area .single-footer-widget .saas-social-links li a i {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.heal-tech-footer-area .single-footer-widget h3 {
  color: #fff;
}
.heal-tech-footer-area .single-footer-widget ul.list li a {
  color: #fff;
}
.heal-tech-footer-area .single-footer-widget ul.list li a:hover {
  color: var(--MainColor);
}
.heal-tech-footer-area .single-footer-widget .footer-contact-info .info-card {
  color: #fff;
}
.heal-tech-footer-area .single-footer-widget .footer-contact-info .info-card svg {
  color: var(--MainColor);
}
.heal-tech-footer-area .single-footer-widget .footer-contact-info .info-card a {
  color: #fff;
}
.heal-tech-footer-area .single-footer-widget .footer-contact-info .info-card a:hover {
  color: var(--MainColor);
}
.heal-tech-footer-area .single-footer-widget .download-app .d-app-card p {
  color: #666666;
}

@media only screen and (min-width: 1400px) {
  .health-tech-copyright-area .container {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #CFCCFF;
    border-right: 1px solid #CFCCFF;
  }
}
.health-tech-copyright-area {
  border-top: 1px solid #CFCCFF;
}
.health-tech-copyright-area .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.health-tech-copyright-area p {
  font-size: 16px;
}
.health-tech-copyright-area p span {
  color: var(--MainColor);
  font-weight: 600;
}
.health-tech-copyright-area p a {
  color: var(--SaaSmainColor);
}

@media only screen and (max-width: 767px) {
  .health-tech-main-banner {
    padding-top: 60px;
    padding-bottom: 320px;
    margin-top: 56px;
  }
  .health-tech-main-banner .hero-content .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .health-tech-main-banner .hero-content .ht-funfact .item::before {
    height: 60px;
    margin-top: 10px;
  }
  .health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card h3 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card p {
    font-size: 14px;
  }
  .health-tech-main-banner .hero-content .content-card {
    text-align: center;
    padding-left: 0;
  }
  .health-tech-main-banner .hero-content .content-card p {
    font-size: 15px;
    line-height: 1.6;
  }
  .health-tech-about-area .ht-about-content {
    padding: 0px;
  }
  .health-tech-about-area .ht-about-content::before {
    width: 100%;
  }
  .health-tech-about-area .ht-about-content::after {
    display: none;
  }
  .health-tech-about-area .ht-about-content .about-content {
    padding: 20px;
  }
  .health-tech-about-area .ht-about-content .about-content .saas-section-title {
    margin-bottom: 20px;
  }
  .health-tech-about-area .ht-about-content .about-content .saas-section-title h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .health-tech-about-area .ht-about-content .about-content .ht-about-btn {
    font-size: 14px;
  }
  .health-tech-feature-card {
    padding: 30px;
  }
  .health-tech-benefits-area .benefits-img {
    padding-bottom: 30px;
  }
  .health-tech-benefits-area .benefits-img .content {
    width: 270px;
    padding: 15px 15px;
  }
  .health-tech-benefits-area .benefits-img .content p {
    font-size: 14px;
  }
  .health-tech-benefits-area .benefits-content {
    padding-left: 0;
  }
  .health-tech-how-it-work-card .content {
    margin-top: -30px;
  }
  .health-tech-how-it-work-card .content .number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    margin: 0 auto 20px;
  }
  .health-tech-how-it-work-card .step-shape {
    display: none;
  }
  .health-tech-services-area {
    padding-bottom: 60px;
  }
  .health-tech-services-area::after {
    display: none;
  }
  .health-tech-services-slider.owl-theme .owl-stage::before {
    display: none;
  }
  .health-tech-services-slider.owl-theme .owl-nav {
    gap: 15px;
    margin-top: 30px;
  }
  .health-tech-services-slider.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .health-tech-services-slider.owl-theme .owl-nav::before {
    display: none;
  }
  .health-tech-services-slider.owl-theme .owl-dots {
    display: none;
  }
  .health-tech-services-card .content h3 {
    font-size: 18px;
  }
  .health-tech-pricing-area::after {
    top: -65%;
  }
  .health-tech-pricing-area .row .item:nth-child(1) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(3) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(4) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(5) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(6) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-card {
    padding: 20px;
  }
  .health-tech-pricing-card .pricing-header h3 {
    font-size: 18px;
  }
  .health-tech-pricing-card .pricing-header h1 {
    font-size: 40px;
  }
  .health-tech-pricing-card .pricing-header p {
    font-size: 14px;
  }
  .health-tech-pricing-card .p-features-list ul li {
    font-size: 14px;
  }
  .health-tech-testimonials-slider.owl-theme .owl-nav {
    gap: 15px;
    margin-top: 30px;
  }
  .health-tech-testimonials-slider.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
  }
  .health-tech-testimonials-slider.owl-theme .owl-nav::before {
    display: none;
  }
  .health-tech-testimonials-slider.owl-theme .owl-dots {
    display: none;
  }
  .health-tech-testimonials-slider .health-tech-testimonials-item p {
    font-size: 20px;
  }
  .health-tech-testimonials-slider .health-tech-testimonials-item .user-info p {
    font-size: 14px;
  }
  .health-tech-testimonials-content .ht-user1, .health-tech-testimonials-content .ht-user2, .health-tech-testimonials-content .ht-user3, .health-tech-testimonials-content .ht-user4 {
    display: none;
  }
  .health-tech-blog-card .contant {
    margin-top: 20px;
  }
  .health-tech-blog-card .contant .blog-meta li {
    font-size: 14px;
  }
  .health-tech-blog-card .contant h3 {
    font-size: 25px;
  }
  .health-tech-blog-card .contant p {
    font-size: 14px;
  }
  .heal-tech-footer-area {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .health-tech-copyright-area .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .health-tech-main-banner {
    padding-top: 70px;
    padding-bottom: 350px;
    margin-top: 56px;
  }
  .health-tech-main-banner .hero-content .title {
    font-size: 40px;
    line-height: 1.3;
  }
  .health-tech-main-banner .hero-content .ht-funfact .item::before {
    height: 60px;
    margin-top: 10px;
  }
  .health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card h3 {
    font-size: 50px;
    margin-bottom: 5px;
  }
  .health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card p {
    font-size: 15px;
  }
  .health-tech-main-banner .hero-content .content-card {
    text-align: center;
    padding-left: 0;
  }
  .health-tech-main-banner .hero-content .content-card p {
    font-size: 15px;
    line-height: 1.6;
  }
  .health-tech-about-area .ht-about-content {
    padding: 30px;
  }
  .health-tech-about-area .ht-about-content::before {
    width: 100%;
  }
  .health-tech-about-area .ht-about-content::after {
    display: none;
  }
  .health-tech-about-area .ht-about-content .about-content {
    padding: 30px 0 0;
  }
  .health-tech-about-area .ht-about-content .about-content .saas-section-title {
    margin-bottom: 20px;
  }
  .health-tech-about-area .ht-about-content .about-content .saas-section-title h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .health-tech-about-area .ht-about-content .about-content .ht-about-btn {
    font-size: 14px;
  }
  .health-tech-feature-card {
    padding: 30px 25px;
  }
  .health-tech-benefits-area .benefits-content {
    padding-left: 0;
  }
  .health-tech-how-it-work-card .content {
    margin-top: -30px;
  }
  .health-tech-how-it-work-card .content .number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    margin: 0 auto 20px;
  }
  .health-tech-how-it-work-card .step-shape {
    display: none;
  }
  .health-tech-services-area {
    padding-bottom: 70px;
  }
  .health-tech-services-area::after {
    display: none;
  }
  .health-tech-services-slider.owl-theme .owl-nav {
    margin-top: 30px;
  }
  .health-tech-services-slider.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .health-tech-services-card .content h3 {
    font-size: 18px;
  }
  .health-tech-pricing-area::after {
    top: -65%;
  }
  .health-tech-pricing-area .row .item:nth-child(1) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(3) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(4) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(5) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(6) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-card {
    padding: 20px;
  }
  .health-tech-pricing-card .pricing-header h3 {
    font-size: 18px;
  }
  .health-tech-pricing-card .pricing-header h1 {
    font-size: 40px;
  }
  .health-tech-pricing-card .pricing-header p {
    font-size: 14px;
  }
  .health-tech-pricing-card .p-features-list ul li {
    font-size: 14px;
  }
  .health-tech-testimonials-slider.owl-theme .owl-nav {
    gap: 15px;
    margin-top: 30px;
  }
  .health-tech-testimonials-slider.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
  }
  .health-tech-testimonials-slider.owl-theme .owl-nav::before {
    display: none;
  }
  .health-tech-testimonials-slider.owl-theme .owl-dots {
    display: none;
  }
  .health-tech-testimonials-slider .health-tech-testimonials-item p {
    font-size: 22px;
  }
  .health-tech-testimonials-content .ht-user1, .health-tech-testimonials-content .ht-user2, .health-tech-testimonials-content .ht-user3, .health-tech-testimonials-content .ht-user4 {
    display: none;
  }
  .health-tech-blog-card .contant h3 {
    font-size: 30px;
  }
  .heal-tech-footer-area {
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .health-tech-navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .health-tech-navbar .others-option-for-responsive .dot-menu {
    top: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .health-tech-main-banner {
    padding-bottom: 250px;
  }
  .health-tech-main-banner .hero-content .title {
    font-size: 50px;
    line-height: 1.3;
  }
  .health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card h3 {
    font-size: 60px;
    margin-bottom: 5px;
  }
  .health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card p {
    font-size: 18px;
  }
  .health-tech-main-banner .hero-content .content-card {
    padding-left: 0;
  }
  .health-tech-main-banner .hero-content .content-card p {
    font-size: 18px;
    line-height: 1.7;
  }
  .health-tech-navbar .startp-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
  }
  .fintech-navbar .startp-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
  }
  .health-tech-about-area {
    margin-top: -140px;
  }
  .health-tech-about-area .ht-about-content {
    padding: 0px;
  }
  .health-tech-about-area .ht-about-content .about-content {
    padding: 30px 0;
  }
  .health-tech-about-area .ht-about-content .about-content .saas-section-title {
    margin-bottom: 20px;
  }
  .health-tech-about-area .ht-about-content .about-content .saas-section-title h2 {
    font-size: 25px;
    line-height: 1.3;
  }
  .health-tech-about-area .ht-about-content .about-content .ht-about-btn {
    font-size: 14px;
  }
  .health-tech-about-area .ht-about-content::after {
    display: none;
  }
  .health-tech-feature-card {
    padding: 30px;
  }
  .health-tech-benefits-area .benefits-content {
    padding-left: 0;
  }
  .health-tech-benefits-area .benefits-content .saas-section-title h2 {
    font-size: 30px;
  }
  .health-tech-how-it-work-card .content {
    margin-top: -30px;
  }
  .health-tech-how-it-work-card .content .number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    margin: 0 auto 20px;
  }
  .health-tech-how-it-work-card .step-shape {
    display: none;
  }
  .health-tech-pricing-area .row .item:nth-child(1) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(3) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(4) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(5) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-area .row .item:nth-child(6) .health-tech-pricing-card {
    transform: rotate(0deg);
  }
  .health-tech-pricing-card {
    padding: 20px;
  }
  .health-tech-pricing-card .pricing-header h3 {
    font-size: 18px;
  }
  .health-tech-pricing-card .pricing-header h1 {
    font-size: 40px;
  }
  .health-tech-pricing-card .pricing-header p {
    font-size: 14px;
  }
  .health-tech-pricing-card .p-features-list ul li {
    font-size: 14px;
  }
  .health-tech-testimonials-slider .health-tech-testimonials-item p {
    font-size: 30px;
  }
  .health-tech-testimonials-content .ht-user1, .health-tech-testimonials-content .ht-user2, .health-tech-testimonials-content .ht-user3, .health-tech-testimonials-content .ht-user4 {
    display: none;
  }
  .health-tech-blog-card .contant h3 {
    font-size: 28px;
  }
  .heal-tech-footer-area {
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .health-tech-main-banner .hero-content .title {
    font-size: 65px;
    line-height: 1.3;
  }
  .health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card h3 {
    font-size: 65px;
    margin-bottom: 5px;
  }
  .health-tech-main-banner .hero-content .ht-funfact .ht-funfact-card p {
    font-size: 18px;
  }
  .health-tech-main-banner .hero-content .content-card {
    padding-left: 0;
  }
  .health-tech-main-banner .hero-content .content-card p {
    font-size: 20px;
    line-height: 1.7;
  }
  .health-tech-about-area .ht-about-content .about-content {
    padding-left: 30px;
  }
  .health-tech-about-area .ht-about-content .about-content .saas-section-title h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .health-tech-feature-card {
    padding: 35px;
  }
  .health-tech-benefits-area .benefits-content {
    padding-left: 0;
  }
  .health-tech-how-it-work-card .step-shape {
    display: none;
  }
  .health-tech-pricing-card .pricing-header h3 {
    font-size: 18px;
  }
  .health-tech-pricing-card .pricing-header h1 {
    font-size: 40px;
  }
  .health-tech-pricing-card .pricing-header p {
    font-size: 14px;
  }
  .health-tech-pricing-card .p-features-list ul li {
    font-size: 14px;
  }
  .health-tech-testimonials-content .ht-user1 {
    max-width: 100px;
  }
  .health-tech-testimonials-content .ht-user2 {
    top: 0%;
    right: 8%;
  }
  .health-tech-testimonials-content .ht-user4 {
    max-width: 100px;
  }
  .health-tech-blog-card .contant h3 {
    font-size: 30px;
  }
  .heal-tech-footer-area {
    margin-top: 0;
    padding-bottom: 70px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-title-area-two {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-title-area-two {
  background-size: cover;
  background-position: center center;
  margin-top: 100px;
  position: relative;
  padding-top: 100px;
  padding-top: 162px;
  padding-bottom: 162px;
}
.page-title-area-two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(85, 58, 199, 0.9) 0%, rgba(75, 68, 176, 0.7) 63%, rgba(75, 68, 176, 0.6) 100%);
}
.page-title-area-two .page-title-content h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}
.page-title-area-two .page-title-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 30px;
  align-items: center;
}
.page-title-area-two .page-title-content ul li {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.page-title-area-two .page-title-content ul li a {
  color: #fff;
}
.page-title-area-two .page-title-content ul li::before {
  content: "/";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.page-title-area-two .page-title-content ul li:last-child::before {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .mw-1520 {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.health-tech-service-details {
  max-width: 971px;
}
.health-tech-service-details h1, .health-tech-service-details h2, .health-tech-service-details h3, .health-tech-service-details h4, .health-tech-service-details h5, .health-tech-service-details h6 {
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.4;
}
.health-tech-service-details h1 {
  font-size: 40px;
}
.health-tech-service-details p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.health-tech-service-details img {
  margin-bottom: 20px;
}
.health-tech-service-details ul, .health-tech-service-details ol {
  margin-bottom: 20px;
}
.health-tech-service-details ul li, .health-tech-service-details ol li {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.health-tech-service-details ul li:last-child, .health-tech-service-details ol li:last-child {
  margin-bottom: 0;
}

.heal-tech-sidebar {
  padding-left: 70px;
}
.heal-tech-sidebar .ht-sidebar-widget {
  margin-bottom: 30px;
  padding: 30px;
}
.heal-tech-sidebar .ht-sidebar-widget:last-child {
  margin-bottom: 0;
}
.heal-tech-sidebar .ht-sidebar-widget h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.heal-tech-sidebar .ht-sidebar-widget.s-category {
  background-color: #EAF4F2;
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul li {
  border-bottom: 1px solid #CFCCFF;
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  color: #666666;
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul li a i {
  font-size: 22px;
  color: #0e314c;
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul li a:hover {
  color: var(--MainColor);
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul li a:hover i {
  color: var(--MainColor);
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul li:last-child {
  border-bottom: none;
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul li:last-child a {
  padding-bottom: 0;
}
.heal-tech-sidebar .ht-sidebar-widget.s-category ul li:first-child a {
  padding-top: 0;
}
.heal-tech-sidebar .ht-sidebar-widget.s-contact {
  background-color: #E6E9FF;
}
.heal-tech-sidebar .ht-sidebar-widget.s-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heal-tech-sidebar .ht-sidebar-widget.s-contact ul li {
  font-size: 16px;
  margin-bottom: 17px;
}
.heal-tech-sidebar .ht-sidebar-widget.s-contact ul li:last-child {
  margin-bottom: 0;
}
.heal-tech-sidebar .ht-sidebar-widget.s-contact ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666666;
}
.heal-tech-sidebar .ht-sidebar-widget.s-contact ul li a i {
  color: var(--MainColor);
}
.heal-tech-sidebar .ht-sidebar-widget.s-contact ul li a:hover {
  color: var(--MainColor);
}

@media only screen and (max-width: 767px) {
  .page-title-area-two {
    margin-top: 56px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-title-area-two .page-title-content h2 {
    font-size: 30px;
  }
  .page-title-area-two .page-title-content ul li {
    font-size: 14px;
  }
  .health-tech-service-details h1, .health-tech-service-details h2, .health-tech-service-details h3, .health-tech-service-details h4, .health-tech-service-details h5, .health-tech-service-details h6 {
    line-height: 1.4;
  }
  .health-tech-service-details h1 {
    font-size: 25px;
  }
  .health-tech-service-details h2 {
    font-size: 22px;
  }
  .health-tech-service-details h3 {
    font-size: 20px;
  }
  .health-tech-service-details h4 {
    font-size: 18px;
  }
  .health-tech-service-details h5 {
    font-size: 17px;
  }
  .health-tech-service-details p {
    font-size: 14px;
  }
  .health-tech-service-details ul li, .health-tech-service-details ol li {
    font-size: 14px;
  }
  .heal-tech-sidebar {
    padding-left: 0;
  }
  .heal-tech-sidebar .ht-sidebar-widget {
    padding: 20px;
  }
  .heal-tech-sidebar .ht-sidebar-widget h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .heal-tech-sidebar .ht-sidebar-widget.s-category ul li a {
    font-size: 14px;
  }
  .heal-tech-sidebar .ht-sidebar-widget.s-category ul li a i {
    font-size: 20px;
  }
  .heal-tech-sidebar .ht-sidebar-widget.s-contact ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area-two {
    margin-top: 56px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-title-area-two .page-title-content h2 {
    font-size: 35px;
  }
  .page-title-area-two .page-title-content ul li {
    font-size: 16px;
  }
  .health-tech-service-details h1, .health-tech-service-details h2, .health-tech-service-details h3, .health-tech-service-details h4, .health-tech-service-details h5, .health-tech-service-details h6 {
    line-height: 1.4;
  }
  .health-tech-service-details h1 {
    font-size: 25px;
  }
  .health-tech-service-details h2 {
    font-size: 22px;
  }
  .health-tech-service-details h3 {
    font-size: 20px;
  }
  .health-tech-service-details h4 {
    font-size: 18px;
  }
  .health-tech-service-details h5 {
    font-size: 17px;
  }
  .heal-tech-sidebar {
    padding-left: 0;
  }
  .heal-tech-sidebar .ht-sidebar-widget h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title-area-two {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-title-area-two .page-title-content h2 {
    font-size: 40px;
  }
  .page-title-area-two .page-title-content ul li {
    font-size: 16px;
  }
  .health-tech-service-details h1, .health-tech-service-details h2, .health-tech-service-details h3, .health-tech-service-details h4, .health-tech-service-details h5, .health-tech-service-details h6 {
    line-height: 1.4;
  }
  .health-tech-service-details h1 {
    font-size: 25px;
  }
  .health-tech-service-details h2 {
    font-size: 22px;
  }
  .health-tech-service-details h3 {
    font-size: 20px;
  }
  .health-tech-service-details h4 {
    font-size: 18px;
  }
  .health-tech-service-details h5 {
    font-size: 17px;
  }
  .heal-tech-sidebar {
    padding-left: 0;
  }
  .heal-tech-sidebar .ht-sidebar-widget h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .health-tech-service-details h1, .health-tech-service-details h2, .health-tech-service-details h3, .health-tech-service-details h4, .health-tech-service-details h5, .health-tech-service-details h6 {
    line-height: 1.4;
  }
  .health-tech-service-details h1 {
    font-size: 25px;
  }
  .health-tech-service-details h2 {
    font-size: 22px;
  }
  .health-tech-service-details h3 {
    font-size: 20px;
  }
  .health-tech-service-details h4 {
    font-size: 18px;
  }
  .health-tech-service-details h5 {
    font-size: 17px;
  }
  .heal-tech-sidebar {
    padding-left: 0;
  }
}
.gap-3 {
  gap: 1rem !important;
}

.saas-feature-card {
  padding: 29px;
}

.saas-about-card, .saas-section-title, .sass-about-btn {
  z-index: 9;
  position: relative;
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}
.gap-2 {
  gap: 0.5rem !important;
}

.fintech-pricing-card.active-plan {
  background: linear-gradient(180deg, var(--light-green-50) 0%, #F8F8F8 100%);
}
.fintech-pricing-card.active-plan .fintech-green-btn {
  background-color: var(--FinTechMain);
  border: 1px solid var(--FinTechMain);
  color: #0e314c;
  border-radius: 5px;
  padding: 14.5px 35.2px;
  font-weight: 600;
  transition: 0.5s;
}

.fintech-pricing-area .vc_row .vc_column_container:nth-child(1) .fintech-pricing-card {
  transform: rotate(-3deg);
}

.fintech-pricing-area .vc_row .vc_column_container:nth-child(3) .fintech-pricing-card {
  transform: rotate(3deg);
}

.fintech-cto-content .content h2 {
  font-size: 58px;
}

.saas-navbar .navbar-light .navbar-nav .active > .nav-link, .saas-navbar .startp-nav .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover, .saas-navbar .navbar-light .collapse ul > li:hover > a {
  color: var(--SaaSmainColor);
}
.saas-navbar .navbar-light .collapse ul li ul .current_page_item.active > .dropdown-item {
  color: var(--SaaSmainColor);
}

.footer-new-news {
  overflow: visible !important;
}

.saas-navbar .startp-nav.is-sticky {
  background: transparent !important;
  box-shadow: none;
}

.fintech-footer-area .single-footer-widget li a {
  color: #C5C5C5;
}
.fintech-footer-area .single-footer-widget .widgettitle {
  color: #fff;
  border: none;
}
.fintech-footer-area .single-footer-widget .logo a {
  color: #fff;
  font-size: 30px;
}

.fintech-navbar.hide-adminbar .startp-nav.is-sticky {
  margin-top: 13px;
  box-shadow: none;
}

.heal-tech-footer-area .single-footer-widget li a {
  color: #fff;
}
.heal-tech-footer-area .single-footer-widget .widgettitle {
  color: #fff;
  border: none;
}
.heal-tech-footer-area .single-footer-widget .logo a {
  color: #fff;
  font-size: 30px;
}

.health-tech-navbar .startp-nav.is-sticky {
  background: #FFFFFF !important;
  border-bottom: 1px solid #CFCCFF !important;
  padding-bottom: 0;
}

.health-tech-pricing-area .container {
  margin: auto !important;
}

.fintech-pricing-area .container {
  margin: auto !important;
}

.fintech-pricing-area .vc_column_container, .health-tech-pricing-area .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}

.health-tech-pricing-area .vc_row .wpb_column:nth-child(1) .health-tech-pricing-card {
  transform: rotate(-3deg);
}

.health-tech-pricing-area .vc_row .wpb_column:nth-child(2) .health-tech-pricing-card {
  background: linear-gradient(180deg, #CFCCFF 0%, #FFFFFF 102.83%);
}

.health-tech-pricing-area .vc_row .wpb_column:nth-child(3) .health-tech-pricing-card {
  transform: rotate(3deg);
}

.saas-green-btn {
  cursor: pointer;
}

.fintech-gradient-bg-sec .saas-subscribe-content {
  background: linear-gradient(87deg, #B0F127 0%, #44CE6F 100%);
}
.fintech-gradient-bg-sec .saas-subscribe-content .subscribe-title h2 {
  color: #0e314c;
}
.fintech-gradient-bg-sec .saas-subscribe-form .form-check .form-check-label {
  color: #0e314c;
}

.saas-faq-area .saas-section-title .saas-shape2 {
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .saas-footer-area .single-footer-widget.pl-5 {
    padding-left: 16px !important;
  }
}
.fintech-navbar .startp-nav nav .navbar-nav .nav-item.active .nav-link {
  color: #B0F127;
}/*# sourceMappingURL=startnext-style.css.map */