@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400&family=Open+Sans:wght@400;600&family=Oxygen:wght@300;400;700&display=swap");

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

.menu-container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.container {
    width: 90%;
    max-width: 1280px !important;
    padding-left: 0;
    padding-right: 0;
}

a {
  color: #202124;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-block;
  outline: 0;
}

a:hover, a:focus {
  text-decoration: none;
  color: #ff8400;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
  padding-top: 80px;
}

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

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

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

.ptb-70-30 {
  padding-top: 70px;
  padding-bottom: 30px;
}

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

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

.bg-gray {
  background-color: #edf5ff;
}

.bg-blue {
    background-color: #0066bb;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Oxygen', sans-serif;
    margin-top: 0;
    margin-bottom: .5em;
    color: #202124;
}

h1 {
    font-weight: 700;
    font-size: 2.452em; /* 38px */
    letter-spacing: -0.015em;
    line-height: 1.175em;
}

h2 {
    font-weight: 700;
    font-size: 2.094em; /* 2.194em, 34px; */
    letter-spacing: -0.015em;
    line-height: 1.250em;
}

h3 {
    font-weight: 700;
    font-size: 1.806em; /* 28px; */
    letter-spacing: -0.015em;
    line-height: 1.250em;
}

h4 {
    font-weight: 400;
    font-size: 1.290em; /* 20px; */
    letter-spacing: -0.015em;
    line-height: 1.250em;
}

h5 {

}

h6 {

}

p {
  font-size: 16px;
  color: #545b62;
  line-height: 1.6;
}

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

button {
  outline: 0 !important;
}

.btn {
    border-radius: 999em;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2em;
    color: #1b3792;
    padding: 1.1em 2.0em 1em 2.0em;
    text-transform: uppercase;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.btn:hover {
    color: #ff8400;
}

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

.btn-primary {
  color: #fff;
  background-color: #1b3792;
  border: 1px solid #1b3793;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background: #ff8400;
  border-color: #ff8400;
  outline: 0;
  box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: unset;
          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 {
  -webkit-box-shadow: unset;
          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: #fff;
  background: #ff8400;
  border-color: #ff8400;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ff8400;
  border-color: #ff8400;
  opacity: 1;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus {
  background: #38bba1;
}

.btn-secundary {
    background-color: #2fc59d;
    border-color:  #2fc59d;
    color: #fff;
}

.btn-transparent {
    background-color: transparent;
}

.btn-transparent.btn-primary {
    color: #1b3792;
}

.btn-transparent-2.btn-primary {
    color: #1b3792;
    background: #fff;
}

.btn-transparent.btn-secundary {
    color: #2fc59d;
}

.btn-primary:hover, .btn-primary:focus,
.btn-secundary:hover, .btn-secundary:focus,
.btn-transparent.btn-primary:hover, .btn-transparent.btn-primary:focus,
.btn-transparent.btn-secundary:hover, .btn-transparent.btn-secundary:focus{
    background-color: #ff8400;
    border-color: #ff8400;
    color: #FFF;
    outline: 0;
    box-shadow: none;
}

/* section title */
.section-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.5em;
}

.section-title p {
  max-width: 90%;
  margin: 0 auto;
}

.w-100 p {
  max-width: 100% !important;
  margin: 0 auto;
}

.w-50 p {
  max-width: 50% !important;
  margin: 0 auto;
}

.w-60 p {
  max-width: 60% !important;
  margin: 0 auto;
}

.w-70 p {
  max-width: 70% !important;
  margin: 0 auto;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.section-title .bar {
  height: 4px;
  width: 85px;
  background: #38bba1;
  margin: 20px auto 25px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.section-title .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #fff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
            transform: translateX(85px);
  }
}

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

.form-control {
  height: 50px;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #9a9b9f;
  border-radius: 5px;
  -webkit-transition: .4s;
  transition: .4s;
  color: #545b62;
  background: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #bbbbbd;
}

.form-control:-ms-input-placeholder {
  color: #bbbbbd;
}

.form-control::-ms-input-placeholder {
  color: #bbbbbd;
}

.form-control::placeholder {
  color: #bbbbbd;
}

.form-control:focus {
  color: #545b62;
  background-color: #fff;
  border-color: #2fc59d;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/* Preloader */
.preloader-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #fff;
}

.preloader-area .lds-hourglass {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
}

.preloader-area .lds-image {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
  background-image: url('https://s3-us-east-2.amazonaws.com/manage-alc/alclaudius-mono-black-v--3-1599436772.svg?v=1');
  background-repeat: no-repeat;
}

.preloader-area .lds-hourglass::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 36px solid #1b3792;
  border-color: #1b3792 transparent #ff8400 transparent;
  -webkit-animation: lds-hourglass 2.9s infinite;
          animation: lds-hourglass 2.9s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

/* Navbar */
#navbar-desktop-menu {
    display: block;
    position: absolute;
    right: 15rem;
}

.crake-mobile-nav {
  display: none;
}

.crake-nav {
  font-family: 'Nunito', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5px;
  width: 100%;
  z-index: 666;
  height: auto;
  background: #fff; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.08); box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}

.crake-nav nav .navbar-brand img {
  width: 260px;
  height: auto;
}

.crake-nav nav ul {
  list-style-type: none;
}

.crake-nav nav .navbar-nav li {
  position: relative;
  padding: 15px 0 !important;
}

.crake-nav nav .navbar-nav li a {
  font-weight: 600;
  font-size: 17px;
  color: #fff !important;
  padding: 0 0 !important;
  margin: 0 17px;
  position: relative;
}

.crake-nav nav .navbar-nav li a::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.crake-nav nav .navbar-nav li a:hover::before {
  opacity: 1;
  visibility: visible;
  left: -12px;
}

.crake-nav nav .navbar-nav li a.active::before {
  opacity: 1;
  visibility: visible;
  left: -12px;
}

.crake-nav nav .navbar-nav li:hover a::before {
  opacity: 1;
  visibility: visible;
  left: -12px;
}

.crake-nav nav .navbar-nav li .dropdown_menu {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
          box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  padding: 10px 0;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.crake-nav nav .navbar-nav li .dropdown_menu li {
  position: relative;
  padding: 0 !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li a {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 25px !important;
  margin: 0;
  display: block;
  color: #716c80 !important;
  line-height: 30px;
}

.crake-nav nav .navbar-nav li .dropdown_menu li a::before {
  left: 0;
  background: #ff8400;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  margin-top: -3px;
}

.crake-nav nav .navbar-nav li .dropdown_menu li a:hover {
  color: #ff8400 !important;
  padding-left: 25px !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li a:hover::before {
  left: 13px;
  opacity: 1;
  visibility: visible;
}

.crake-nav nav .navbar-nav li .dropdown_menu li a.active {
  color: #ff8400 !important;
  padding-left: 25px !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li a.active::before {
  left: 13px;
  opacity: 1;
  visibility: visible;
}

.crake-nav nav .nav-link:hover,
.crake-nav nav .nav-link.active,
.crake-nav nav .nav-item:hover .nav-link{
    color: #ff8400 !important;
}

.crake-nav nav .line-item {
  border-bottom: 1px solid #f0f0f2 !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu {
  position: absolute;
  left: 220px;
  top: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a {
  padding-left: 15px !important;
  color: #716c80 !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a::before {
  opacity: 0;
  left: 0;
  visibility: hidden;
}

.crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a:hover {
  color: #ff8400 !important;
  padding-left: 25px !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a:hover::before {
  left: 13px;
  opacity: 1;
  visibility: visible;
}

.crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a.active {
  color: #ff8400 !important;
  padding-left: 25px !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a.active::before {
  left: 13px;
  opacity: 1;
  visibility: visible;
}

.crake-nav nav .navbar-nav li .dropdown_menu li:hover .dropdown_menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.crake-nav nav .navbar-nav li .dropdown_menu li:hover a {
  padding-left: 25px !important;
  color: #fff !important;
  background-color: #ff8400;
}

.crake-nav nav .navbar-nav li .dropdown_menu li:hover a::before {
  left: 13px;
  visibility: visible;
  opacity: 1;
}

.crake-nav nav .navbar-nav li:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
  top: 100%;
}

.crake-nav nav .others-option .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crake-nav nav .others-option .navbar-nav .cart-wrapper {
  position: relative;
  padding: 0 !important;
}

.crake-nav nav .others-option .navbar-nav .cart-wrapper a {
  margin: 0 0 0 10px !important;
}

.crake-nav nav .others-option .navbar-nav .cart-wrapper a .cart-icon {
  line-height: 52px;
  font-size: 25px;
}

.crake-nav nav .others-option .navbar-nav .cart-wrapper a span {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 12px;
  background: #202124;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  top: -15px;
  color: #fff;
  padding-right: 1px;
  right: 10px;
}

.crake-nav nav .others-option .navbar-nav li {
  padding: 0 !important;
}

.crake-nav nav .others-option .navbar-nav li a {
  margin: 0 22px 0 10px !important;
}

.crake-nav nav .others-option .navbar-nav li a::before {
  display: none;
}

.crake-nav nav .others-option .navbar-nav li .side-menu {
  cursor: pointer;
  width: 32px;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-1 {
  position: relative;
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  margin-bottom: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-1::before, .crake-nav nav .others-option .navbar-nav li .side-menu .bar-1::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-1::after {
  right: -24px;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-2 {
  position: relative;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  background: #fff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-2::before, .crake-nav nav .others-option .navbar-nav li .side-menu .bar-2::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-2::after {
  right: -24px;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-3 {
  position: relative;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-bottom: 2px;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-3::before, .crake-nav nav .others-option .navbar-nav li .side-menu .bar-3::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.crake-nav nav .others-option .navbar-nav li .side-menu .bar-3::after {
  right: -24px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.crake-nav nav .others-option .navbar-nav li .side-menu:hover .bar-2::after, .crake-nav nav .others-option .navbar-nav li .side-menu:focus .bar-2::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.crake-nav nav .others-option .navbar-nav li .side-menu:hover .bar-3::after, .crake-nav nav .others-option .navbar-nav li .side-menu:hover .bar-3::before, .crake-nav nav .others-option .navbar-nav li .side-menu:focus .bar-3::after, .crake-nav nav .others-option .navbar-nav li .side-menu:focus .bar-3::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.crake-nav.marketing-navbar nav .navbar-nav li a {
  color: #716c80 !important;
}

.crake-nav.marketing-navbar nav .navbar-nav li a::before {
  background: #ff8400;
}

.crake-nav.marketing-navbar nav .navbar-nav li a:hover, .crake-nav.marketing-navbar nav .navbar-nav li a:focus, .crake-nav.marketing-navbar nav .navbar-nav li a.active {
  color: #ff8400 !important;
}

.crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1 {
  background: #716c80;
}

.crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1::before, .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1::after {
  background: #716c80;
}

.crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2 {
  background: #716c80;
}

.crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2::before, .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2::after {
  background: #716c80;
}

.crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3 {
  background: #716c80;
}

.crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3::before, .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3::after {
  background: #716c80;
}

.crake-nav.marketing-navbar.is-sticky {
  background: #fff !important;
}

.crake-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 999;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  background-color: #38bba1 !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.header-search .header-search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 950px;
  margin: 0 auto;
}

.header-search .header-search-form input[type="search"] {
  width: 100%;
  color: #222D39;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #38bba1;
  border-top: 1px solid #38bba1;
  border-left: none;
  border-right: none;
  margin: 0 auto;
  padding: 25px 10px 25px 30px;
  outline: none;
  background: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.header-search .header-search-form input[type="search"]:focus {
  border-color: #ff8400;
}

.header-search .header-search-form .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 0 50px;
}

.header-search .close {
  position: absolute;
  color: #ff8400;
  background-color: transparent;
  opacity: 1 !important;
  visibility: visible;
  padding: 0;
  font-size: 25px;
  font-weight: 300;
  border-radius: 50%;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 1px solid #ff8400;
  -webkit-transition: .4s;
  transition: .4s;
  right: 29%;
  margin: -100px auto 0;
  top: 50%;
}

.header-search .close:hover, .header-search .close:focus {
  background-color: #38bba1 !important;
  color: #fff !important;
  border-color: #38bba1 !important;
  opacity: 1 !important;
}

.header-search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.sidebar-modal {
  position: relative;
}

.sidebar-modal .navbar-nav li a {
  padding: 10px 0 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 480px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
}

.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  font-size: 23px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: #38bba1;
  content: '';
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 2px;
  width: 5px;
  background: #fff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

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

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
  position: relative;
  font-weight: 700;
  padding-left: 65px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: #38bba1;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 50px;
  font-size: 25px;
  -webkit-transition: .4s;
  transition: .4s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
  display: block;
  font-weight: 400;
  color: #545b62;
  margin-top: 5px;
  text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
  color: #fff;
  border-color: #fff;
  background: #38bba1;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li {
  display: inline-block;
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  color: #545b62;
  border: 1px solid #818992;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a:hover, .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a:focus {
  color: #fff;
  background: #38bba1;
  border-color: #38bba1;
}

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}

.sidebar-modal .modal-header .close {
  height: 60px;
  width: 60px;
  background: #38bba1;
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
}

.sidebar-modal .modal-header .close:hover {
  background: #ff8400;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.sidebar-modal .modal-header h2 {
  background: linear-gradient(142deg, #3ec9cf 0%, #2d136a 100%);
  padding: 30px 25px;
}

.sidebar-modal .modal-header h2 img {
  width: 150px;
}

.sidebar-modal button:focus {
  outline: 0;
}

/* Main Banner */
.main-banner {
  position: relative;
  z-index: 1;
}

.main-banner.corporate {
    background: #e2f4fe !important;
}

.main-banner.institution {
    background: #e1f8f0 !important;
}

.main-banner.platform-plan {
    background: #e1f8f0 !important;
    height: 650px;
    padding-top: 160px;
}

.main-banner.market {
    background: #fff1e4 !important;
}

.main-banner .hero-content h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.main-banner .hero-content.booking-demo h1 {
    font-size: 40px !important;
}

.main-banner .hero-content p {
  color: #f2f2f2;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.main-banner .hero-content.booking-demo p {
    font-weight: 300;
    padding-right: 15px;
    color: #202124;
}

.main-banner .hero-content .video-btn {
  margin-left: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.main-banner .hero-content .video-btn i {
  font-size: 30px;
  position: relative;
  margin-left: 5px;
  top: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

.main-banner .hero-content form {
  max-width: 540px;
  position: relative;
}

.main-banner .hero-content form .form-control {
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 3px;
  color: #fff;
  padding-left: 20px;
  background: #38bba1;
}

.main-banner .hero-content form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.main-banner .hero-content form .form-control:-ms-input-placeholder {
  color: #fff;
}

.main-banner .hero-content form .form-control::-ms-input-placeholder {
  color: #fff;
}

.main-banner .hero-content form .form-control::placeholder {
  color: #fff;
}

.main-banner .hero-content form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.main-banner .signup-download {
    border-radius: 3px;
    position: relative;
    padding: 40px;
    background: #e0f4ff;
    margin-top: -330px;
}

.main-banner .signup-download::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

.main-banner .signup-download form .form-group {
  margin-bottom: 20px;
}

.main-banner .signup-download form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 17px;
}

.main-banner .signup-download form .btn {
  display: block;
  width: 100%;
}

.main-banner .signup-download h3 {
    color: #1c8bc3;
}

.main-banner .app-image img {
  position: absolute;
  left: 0;
  top: -40px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  width: 400px;
}

.main-banner .app-image img:last-child {
  -webkit-animation: movebounce 6s linear infinite;
          animation: movebounce 6s linear infinite;
  left: 270px;
  top: -20px;
}

.main-banner .product-image {
  position: relative;
}

.main-banner .product-image img {
  -webkit-animation: movebounce 6s linear infinite;
          animation: movebounce 6s linear infinite;
  width: 300px;
}

.main-banner .product-image img:nth-child(2) {
  position: absolute;
  right: -45px;
  bottom: -60px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.main-banner .product-image .offer-badge {
  position: absolute;
  right: 90px;
  top: 30px;
  width: 100px;
  height: 100px;
  background: #ff8400;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  font-size: 18px;
  font-weight: 700;
  padding-top: 25px;
}

.main-banner .product-image .offer-badge span {
  display: block;
}

.main-banner .saas-image {
  position: relative;
}

.main-banner .saas-image img {
  position: absolute;
}

.main-banner .saas-image img:nth-child(1) {
  top: -200px;
  left: 0;
}

.main-banner .saas-image img:nth-child(2) {
  left: 55px;
  top: -100px;
}

.main-banner .saas-image img:nth-child(3) {
  left: 36%;
  z-index: 1;
  top: -170px;
}

.main-banner .saas-image img:nth-child(4) {
  right: 27%;
  top: 110px;
  z-index: 2;
}

.main-banner .saas-image img:nth-child(5) {
  right: 15%;
  top: 80px;
  z-index: 2;
}

.main-banner .saas-image img:nth-child(6) {
  right: 25%;
  top: -170px;
}

.main-banner .saas-image img:nth-child(7) {
  right: 47%;
  top: 96px;
  z-index: 2;
}

.main-banner .saas-image img:nth-child(8) {
  right: 22%;
  top: 45px;
  z-index: 1;
}

.main-banner .saas-image img:nth-child(9) {
  right: 75px;
  top: 20px;
}

.main-banner .saas-image img:nth-child(10) {
  left: 32%;
  top: -76px;
  z-index: 1;
}

.main-banner .saas-image img:nth-child(11) {
  right: 40%;
  top: -20px;
}

.main-banner .saas-image img:nth-child(12) {
  top: -292px;
  left: 45px;
}

.main-banner .saas-image img:last-child {
  display: none;
}

.main-banner .startup-image {
  position: relative;
}

.main-banner .startup-image img {
  position: absolute;
  width: unset !important;
}

.main-banner .startup-image img:nth-child(1) {
  top: 45px;
  right: 23%;
}

.main-banner .startup-image img:nth-child(2) {
  left: 20px;
  top: -35px;
  right: 0;
  margin: 0 auto;
}

.main-banner .startup-image img:nth-child(3) {
  right: 0;
  top: 65px;
}

.main-banner .startup-image img:nth-child(4) {
  left: 85px;
  top: 0;
}

.main-banner .startup-image img:nth-child(5) {
  left: 110px;
  top: 132px;
}

.main-banner .startup-image img:nth-child(6) {
  right: 8%;
  top: 131px;
}

.main-banner .startup-image img:nth-child(7) {
  right: 20%;
  top: -30px;
}

.main-banner .startup-image img:nth-child(8) {
  right: 38%;
  top: 64px;
}

.main-banner .startup-image img:nth-child(9) {
  right: 0;
  top: -15px;
}

.main-banner .startup-image img:nth-child(10) {
  left: 0;
  top: 245px;
  right: 0;
  margin: 0 auto;
}

.main-banner .startup-image img:last-child {
  display: none;
}

.main-banner .paymant-processing-image {
  position: relative;
}

.main-banner .paymant-processing-image img {
  position: absolute;
}

.main-banner .paymant-processing-image img:nth-child(1) {
  top: 135px;
  right: 0;
  left: 30px;
  margin: 0 auto;
}

.main-banner .paymant-processing-image img:nth-child(2) {
  right: 0;
  top: 25px;
  z-index: 1;
}

.main-banner .paymant-processing-image img:nth-child(3) {
  right: 0;
  top: 275px;
  left: 65%;
  margin: 0 auto;
  z-index: 1;
}

.main-banner .paymant-processing-image img:nth-child(4) {
  top: 170px;
  z-index: 1;
  left: 20px;
}

.main-banner .paymant-processing-image img:nth-child(5) {
  left: 115px;
  top: 240px;
  z-index: 1;
}

.main-banner .paymant-processing-image img:nth-child(6) {
  right: 0;
  top: -75px;
  left: 9px;
  margin: 0 auto;
}

.main-banner .paymant-processing-image img:nth-child(7) {
  right: 0;
  top: 23px;
}

.main-banner .paymant-processing-image img:nth-child(8) {
  left: 0;
  top: -45px;
  z-index: -1;
}

.main-banner .paymant-processing-image img:nth-child(9) {
  right: 21%;
  top: 16px;
}

.main-banner .paymant-processing-image img:last-child {
  display: none;
}

.page-header-color {
    background: #0066bb !important;
}

.main-banner.marketing-home {
  background: #e2f5fe;
}

.main-banner.marketing-home .hero-content h1 {
  color: #202124;
}

.main-banner.marketing-home .hero-content p {
  color: #545b62;
}

.main-banner.marketing-home .hero-content .video-btn {
  color: #716c80;
}

.main-banner.marketing-home .marketing-image {
  position: relative;
  height: 100%;
  width: 100%;
}

.main-banner.marketing-home .marketing-image img {
  position: absolute;
}

.main-banner.marketing-home .marketing-image img:nth-child(1) {
  right: 0;
  top: -45px;
}

.main-banner.marketing-home .marketing-image img:nth-child(2) {
  left: 90px;
  top: -30px;
}

.main-banner.marketing-home .marketing-image img:nth-child(3) {
  left: 60px;
  top: 165px;
}

.main-banner.marketing-home .marketing-image img:nth-child(4) {
  left: 0;
  right: -15px;
  text-align: center;
  margin: 0 auto;
  top: 185px;
}

.main-banner.marketing-home .marketing-image img:nth-child(5) {
  bottom: -55px;
  right: 0;
}

.main-banner.marketing-home .marketing-image img:nth-child(6) {
  bottom: -50px;
  right: 140px;
}

.main-banner.marketing-home .marketing-image img:nth-child(7) {
  left: 198px;
  bottom: -55px;
}

.main-banner.marketing-home .marketing-image img:nth-child(8) {
  left: 80px;
  bottom: -40px;
}

.main-banner.marketing-home .marketing-image img:nth-child(9) {
  right: 65px;
  bottom: 0;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
}

.main-banner.marketing-home .marketing-image img:nth-child(10) {
  left: 50px;
  top: 85px;
}

.main-banner.marketing-home .marketing-image img:nth-child(11) {
  right: 195px;
  bottom: -55px;
}

.main-banner.marketing-home .marketing-image img:nth-child(12) {
  top: 100px;
  right: -4px;
  left: 0;
  text-align: center;
  margin: 0 auto;
}

.main-banner.marketing-home .marketing-image img:nth-child(13) {
  left: 62px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 20px;
  -webkit-animation: rotate3d 6s linear infinite;
          animation: rotate3d 6s linear infinite;
}

.main-banner.marketing-home .marketing-image img:last-child {
  display: none;
}

.main-banner.product-home .shape4 {
  left: auto;
  right: 20%;
  top: 25%;
}

.main-banner.software-home .bubble-animate .circle {
  background: #fff;
}

.main-banner.payment-processing-home .creative-shape img {
  width: 100%;
  height: 55px;
}

.main-banner.book-home {
  /*background-image: url(../../static/img/book-banner.jpg);*/
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.main-banner.book-home::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202124;
  z-index: -1;
  opacity: .87;
}

.main-banner.book-home .hero-content span {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  border-left: 3px solid #fff;
  padding-left: 10px;
}

.main-banner.book-home .hero-content em.inlucdebooks {
  display: block;
  color: #f2f2f2;
  margin-top: 20px;
}

.main-banner.book-home .book-image {
  height: 100%;
  width: 100%;
  position: relative;
}

.main-banner.book-home .book-image img {
  position: absolute;
  bottom: -215px;
  right: 45px;
}

.startup-home .main-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.startup-home .main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202124;
  z-index: -1;
  opacity: .95;
}

.startup-home.owl-theme .owl-nav {
  margin-top: 0;
}

.startup-home.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: 0;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 42px;
  font-size: 30px;
  border-radius: 5px;
  margin-top: -25px;
  -webkit-transition: .4s;
  transition: .4s;
}

.startup-home.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}

.startup-home.owl-theme .owl-nav [class*=owl-]:hover {
  background: #38bba1;
}

.app-home .shape4 {
  left: auto !important;
  right: 15%;
}

.creative-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

#canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}

.shape-1 {
  left: 20px;
  bottom: 10px;
  height: 150px;
  width: 150px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: .5;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

/* About */
.about-content .section-title {
  margin-bottom: 15px;
  text-align: left;
}

.about-content .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}

.about-content .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.about-inner-area {
  margin-top: 100px;
}

.about-inner-area .about-text h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Features */
.features-area {
  position: relative;
  z-index: 1;
}

.features-area.marketing-features .features-inner-area {
  margin-top: 90px;
}

.features-area.software-features .single-features {
  position: relative;
  text-align: left;
  padding-left: 85px;
}

.features-area.software-features .single-features .icon {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 25px;
}

.features-area.software-features .single-features h3 {
  margin-top: 0;
}

.features-area.book-features {
  background: #F9FAFC;
}

.single-features {
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 40px;
}

.single-features .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 30px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-features h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features:hover .icon {
  color: #fff;
  background: #ff8400;
  -webkit-box-shadow: 0 10px 30px 0 rgba(26, 38, 74, 0.14);
          box-shadow: 0 10px 30px 0 rgba(26, 38, 74, 0.14);
}

.single-holder-box {
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid rgba(0,0,0,.125);
}

.single-holder-box h3 {
  font-size: 23px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}

.single-holder-box img {
  width: 120px;
}

.single-holder-box.mt-30 {
  margin-top: 30px;
}

.single-holder-box.mt-50 {
  margin-top: 50px;
}

.features-holder-content .section-title {
  text-align: left;
  margin-bottom: 15px;
}

.features-holder-content .bar {
  margin-left: 0;
  margin-right: 0;
}

.features-holder-content p {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.features-holder-content p {
  margin-bottom: 25px;
}

.single-features-box {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-features-box .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #edf5ff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-features-box h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.single-features-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features-box:hover .icon {
  color: #fff;
  background: #ff8400;
}

.features-inner-area {
  margin-top: 60px;
}

.features-inner-area .features-inner-content {
  max-width: 540px;
}

.features-inner-area .features-inner-content .features-item {
  margin-bottom: 35px;
  position: relative;
  padding-left: 90px;
  -webkit-transition: .4s;
  transition: .4s;
}

.features-inner-area .features-inner-content .features-item:last-child {
  margin-bottom: 0;
}

.features-inner-area .features-inner-content .features-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 75px;
  background: #fff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  color: #38bba1;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
  -webkit-transition: .4s;
  transition: .4s;
}

.features-inner-area .features-inner-content .features-item h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 15px;
}

.features-inner-area .features-inner-content .features-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.features-inner-area .features-inner-content .features-item:hover .icon {
  color: #fff;
  background: #ff8400;
}

/* Product New Features */
.new-features-area {
  position: relative;
  z-index: 1;
  /*background-image: url(../../static/img/cta-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.new-features-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #38bba1;
  opacity: .87;
}

.new-features-content .section-title {
  text-align: left;
  margin-bottom: 45px;
}

.new-features-content .section-title h2 {
  color: #fff;
}

.new-features-content .section-title .bar {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}

.new-features-content .section-title .bar::before {
  background: #38bba1;
}

.new-features-content .single-inner-features {
  position: relative;
  margin-bottom: 30px;
  padding-left: 45px;
}

.new-features-content .single-inner-features:last-child {
  margin-bottom: 0;
}

.new-features-content .single-inner-features i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #fff;
}

.new-features-content .single-inner-features h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.new-features-content .single-inner-features p {
  color: #f2f2f2;
}

/* Services */
.services-area {
  padding-bottom: 70px;
}

.single-services {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 25px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services h3 {
  font-size: 23px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}

.single-services:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-services:hover .icon {
  background: #38bba1;
  color: #fff;
}

/* Book Discover */
.discover-content h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

.discover-content span {
  display: block;
  color: #545b62;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.discover-content p {
  margin-bottom: 10px;
}

.discover-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}

.discover-content ul li {
  color: #545b62;
  float: left;
  width: 45%;
  margin-top: 10px;
}

.discover-content ul li i {
  color: #38bba1;
  margin-right: 2px;
}

/* Overview */
.overview-section {
  position: relative;
  z-index: 1;
  background: #fff;
}

.overview-section .shape7 {
  opacity: 1;
}

.overview-section.software-overview.bg-gray {
  background: #fff;
}

.overview-box {
  margin-bottom: 60px;
}

.overview-box .overview-img {
  text-align: center;
}

.overview-box .overview-content .icon {
  background: #ffe9da;
  color: #ff8400;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 25px;
}

.overview-box .overview-content span {
  display: block;
  margin-bottom: -10px;
  color: #ff8400;
}

.overview-box .overview-content h3 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
}

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

.overview-box.modern-flexible .single-item {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

.overview-box.modern-flexible .single-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #38bba1;
}

.overview-box.modern-flexible .single-item h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.overview-box.modern-flexible .single-item:last-child {
  margin-bottom: 0;
}

.overview-box.modern-flexible .single-item.right-icon {
  padding-left: 0;
  padding-right: 55px;
  text-align: right;
}

.overview-box.modern-flexible .single-item.right-icon .icon {
  left: auto;
  right: 0;
}

.overview-box:last-child {
  margin-bottom: 0;
}

.overview-box .app-fetured-item {
  position: relative;
  height: 100%;
}

.overview-box .app-fetured-item .app-item {
  text-align: center;
  width: 200px;
  padding: 45px 10px;
  border-radius: 5px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  position: absolute;
}

.overview-box .app-fetured-item .app-item.item-one {
  background-image: -webkit-linear-gradient(40deg, #e87e16 0, #f0de14 100%);
  -webkit-box-shadow: 0 20px 40px 0 rgba(224, 149, 32, 0.4);
          box-shadow: 0 20px 40px 0 rgba(224, 149, 32, 0.4);
  right: 0;
  top: -150px;
  z-index: 1;
}

.overview-box .app-fetured-item .app-item.item-two {
  background-image: -webkit-linear-gradient(40deg, #38bba1 0, #41CBB0 100%);
  -webkit-box-shadow: 0 20px 40px 0 rgba(19, 196, 161, 0.4);
          box-shadow: 0 20px 40px 0 rgba(19, 196, 161, 0.4);
  left: 60px;
  top: 0;
}

.overview-box .app-fetured-item .app-item.item-three {
  background-image: -webkit-linear-gradient(40deg, #008000 0, #268B26 100%);
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 128, 0, 0.4);
          box-shadow: 0 20px 40px 0 rgba(0, 128, 0, 0.4);
  left: 90px;
  bottom: -10px;
}

.overview-box .app-fetured-item .app-item.item-four {
  background-image: -webkit-linear-gradient(40deg, #ff8400 0, #F89B88 100%);
  -webkit-box-shadow: 0 20px 40px 0 rgba(255, 138, 115, 0.4);
          box-shadow: 0 20px 40px 0 rgba(255, 138, 115, 0.4);
  right: 35px;
  top: -15px;
}

.overview-box .app-fetured-item .app-item i {
  font-size: 40px;
  color: #fff;
}

.overview-box .app-fetured-item .app-item h6 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

/* CTA */
.cta-area {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background: #0066bb;
}

.cta-area.gray {
    background-color: #f9f9f9 !important;
}

.cta-area.gray .subtitle {
    font-family: 'Oxygen', sans-serif; font-weight: 300; font-size: 1.290em; line-height: 1.7em; color: #0b0b0b;
}

.cta-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .87;
}

.cta-area p {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.cta-area .btn:hover::after, .cta-area .btn:hover::before {
  background: #fff;
}

.cta-area .btn-primary:not(:disabled):not(.disabled).active, .cta-area .btn-primary:not(:disabled):not(.disabled):active, .cta-area .btn-primary .show > .btn-primary.dropdown-toggle {
  color: #ff8400;
  background: #fff;
}

.cta-area .btn-primary:hover, .cta-area .btn-primary:focus {
    background-color: #ff8400;
    border-color: #ff8400;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

.cta-area-booking {
    padding-bottom: 60px;
    padding-top: 60px;
}

.cta-area-booking .bg-color {
    background: #0066bb;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-area-booking p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.cta-area-booking h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.cta-area-booking img {
    z-index: 900;
    position: absolute;
    margin-top: -180px;
}

.cta-area-booking img.single {
    z-index: 900;
    margin-top: -80px;
    position: relative;
}

/* SAAS Tools */
.saas-tools {
  position: relative;
  z-index: 1;
}

.saas-tools .bubble-animate .circle.small {
  opacity: .1;
}

.saas-tools .bubble-animate .circle.medium {
  opacity: .1;
}

.tab {
  overflow: hidden;
}

.tab .tabs {
  list-style-type: none;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab .tabs li {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.tab .tabs li:first-child {
  padding-left: 0;
}

.tab .tabs li:last-child {
  padding-right: 0;
}

.tab .tabs li a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

.tab .tabs li a:hover {
    color: #fff;
    font-weight: 700;
}

.tab .tabs li.current a {
    color: #fff;
    font-weight: 700;
}

.tab .tabs li.current::after {
    content: '';
    display: block;
    height: 2px;
    background: #fff;
    border: 2px solid #40c49d;
    width: 100%;
    transition: width .3s;
    margin-top: 25px;
}

.tab .tabs li.current:hover::after {
    width: 100%;
}

.tab .tab_content .tabs_item {
  display: none;
}

.tab .tab_content .tabs_item:first-child {
  display: block;
}

.tab .tab_content .tabs_item .tabs_item_content h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.tab .tab_content .tabs_item .tabs_item_content p {
    margin-bottom: 0;
    color: #fff;
}

.tab .tab_content .tabs_item .tabs_item_content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 15px;
}

.tab .tab_content .tabs_item .tabs_item_content ul li {
    margin-top: 10px;
    font-weight: 400;
    color: #fff;
}

.tab .tab_content .tabs_item .tabs_item_content ul li:first-child {
    margin-top: 0;
}

.tab .tab_content .tabs_item .tabs_item_content ul li i {
    margin-right: 3px;
    font-size: 14px;
    color: #38bba1;
}

/* Fun Facts */
.single-funfact {
  position: relative;
  text-align: center;
  border: 1px solid #edf5ff;
  padding: 30px 30px 30px 30px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 5px;
}

.single-funfact .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 25px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-funfact h3 {
  font-size: 35px;
  font-weight: 700;
  margin: 25px 0 8px;
}

.single-funfact p {
  font-size: 17px;
}

.single-funfact:hover {
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  background-color: #fff;
}

.single-funfact:hover .icon {
  background: #38bba1;
  color: #fff;
}

.single-funfact-box {
  position: relative;
  padding-left: 90px;
}

.single-funfact-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  text-align: center;
  height: 65px;
  line-height: 65px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 25px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-funfact-box h3 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}

.single-funfact-box p {
  font-size: 17px;
  color: #fff;
}

.single-funfact-box:hover .icon {
  background: #ff8400;
  color: #fff;
}

.fun-facts-inner-area {
  margin-top: 100px;
}

.fun-facts-inner-area .fun-facts-inner-content {
  max-width: 540px;
}

.fun-facts-inner-area .fun-facts-inner-content h3 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 15px;
}

.fun-facts-inner-area .fun-facts-inner-content p {
  margin-bottom: 15px;
}

.fun-facts-inner-area .fun-facts-inner-content ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.fun-facts-inner-area .fun-facts-inner-content ul li {
  color: #545b62;
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}

.fun-facts-inner-area .fun-facts-inner-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bba1;
}

.fun-facts-inner-area .fun-facts-inner-content ul li:last-child {
  margin-bottom: 0;
}

.app-funfacts-area {
  position: relative;
  z-index: 1;
  /*background-image: url(../../static/img/cta-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

.app-funfacts-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #38bba1;
  opacity: .87;
}

.app-funfacts-area .single-funfact {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}

.app-funfacts-area .single-funfact h3 {
  color: #fff;
}

.app-funfacts-area .single-funfact p {
  color: #fff;
}

.app-funfacts-area .single-funfact:hover {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.app-funfacts-area .single-funfact:hover .icon {
  background: #ff8400;
  color: #fff;
}

/* Work Process */
.saas-work-process {
  position: relative;
  z-index: 1;
  /*background-image: url(../../static/img/cta-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.saas-work-process::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #38bba1;
  opacity: .87;
}

.saas-work-process .section-title h2, .saas-work-process .section-title p {
  color: #fff;
}

.saas-work-process .section-title .bar {
  background: #fff;
}

.saas-work-process .section-title .bar::before {
  background: #38bba1;
}

.single-work-process {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
}

.single-work-process::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-work-process .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 25px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-work-process h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.single-work-process:hover {
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  background-color: #fff;
}

.single-work-process:hover .icon {
  background: #38bba1;
  color: #fff;
}

.single-work-process:hover::before {
  bottom: -5px;
}

/* Pricing */
.pricing-area {
    position: relative;
    z-index: 1;
    margin-top: -300px;
}

.pricing-area.book-pricing .pricing-table .price-footer {
  margin-top: 30px;
}

.pricing-table {
    background: #fff;
    font-family: 'Oxygen', sans-serif;
    border-radius: .25rem;
    position: relative;
    border: 1px solid rgba(0,0,0,.125);
    min-height: 840px;
    padding: 0 0 30px 0;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    z-index: 1;
    overflow: hidden;
    cursor: pointer !important;
    -webkit-box-shadow: 0 7px 13px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 3px rgba(0, 0, 0, 0.1);
}

.pricing-table.bg-blue {
    background: #005fbb !important;
}

.pricing-table .pricing-body {
    padding-left: 25px;
    padding-right: 25px;
}

.pricing-table .pricing-body p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
    text-align: left;
}

.pricing-table .pricing-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 73px;
  background: #fff;
  color: #ff8400;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  font-size: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-table .pricing-choose {
    font-size: 10px !important;
    font-weight: 300;
    color: #fff;
    background: #ff8400;
    border-radius: 4px;
    padding: 5px;
    margin-left: 10px;
}

.pricing-table .price-value {
    line-height: 3rem;
}

.pricing-table .price-value .value {
    font-size: 45px;
    font-weight: 600;
}

.pricing-table .personalize {
    line-height: 67px;
    font-size: 22px;
    text-transform: none;
    font-weight: 800;
}

.pricing-table .pricing-header {
    position: relative;
    z-index: 1;
    background-color: #2fc59d;
}

.pricing-table .pricing-header::after {
  width: 100%;
  height: 1px;
  background: #38bba1;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-table .pricing-header .title {
  width: 100%;
  padding: 15px 0 15px 25px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #2fc59d;
  text-transform: uppercase;
  text-align: left;
  z-index: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-table .pricing-header .title.bg-blue {
    background: #1c3a90 !important;
}

.pricing-table .pricing-content {
  margin-top: 10px;
}

.pricing-table .pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-table .pricing-content ul li {
  margin-bottom: 10px;
  text-decoration: none;
  color: #545b62;
}

.pricing-table .pricing-content ul li:last-child {
  margin-bottom: 0;
}

.price-plan-item::before {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 0.4rem;
    margin-bottom: 10px;
    float: left;
    content: '\0000a0';
    background-image: url('../img/platform-plan/icons/check-default.svg?v=1');
    background-size: cover;
    background-repeat: no-repeat;
}

.price-plan-item-white::before {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 0.4rem;
    margin-bottom: 10px;
    float: left;
    content: '\0000a0';
    background-image: url('../img/platform-plan/icons/check.svg?v=1');
    background-size: cover;
    background-repeat: no-repeat;
}

/* custom features plans */
.btn-subscribe-plan {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 5px;
}

.feature-description {
    font-size: 18px;
    font-weight: 600
}

.active-users {
    font-size: 22px;
    font-weight: 500;
}

.full-users {
    font-size: 18px;
    font-weight: 500;
}

.pricing-table:hover .pricing-icon {
  background: #38bba1;
  color: #fff;
}

.pricing-table .price-header .title {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pricing-table .price-header .price {
  font-size: 45px;
  font-weight: 700;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  text-align: left;
  position: relative;
  padding: 15px 0 15px 65px;
  z-index: 1;
  letter-spacing: 2px;
}

.pricing-table .price-header .price::after {
  position: absolute;
  left: -20%;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  content: '';
  height: 100%;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  z-index: -1;
}

.pricing-table .price-header .price .dollar {
  font-size: 18px;
  font-weight: 900;
  position: relative;
  top: -25px;
}

.pricing-table .price-header .price .month {
  font-size: 18px;
  font-weight: 700;
}

.pricing-table .price-body ul {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
}

.pricing-table .price-body ul li {
  color: #fff;
  margin-bottom: 10px;
}

.pricing-table .price-body ul li:last-child {
  margin-bottom: 0;
}

.pricing-table .price-footer .btn:hover::after, .pricing-table .price-footer .btn:hover::before {
  background: #fff;
}

.pricing-table .price-footer .btn-primary:not(:disabled):not(.disabled).active, .pricing-table .price-footer .btn-primary:not(:disabled):not(.disabled):active, .pricing-table .price-footer .btn-primary .show > .btn-primary.dropdown-toggle {
  color: #ff8400;
  background: #fff;
}

.pricing-table .price-footer .btn-primary:hover, .pricing-table .price-footer .btn-primary:focus {
  background: #fff;
  color: #ff8400;
}

/* Pricing Table Style Three */
.pricing-table-box {
  padding-bottom: 30px;
  background: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  background-position: center center;
  overflow: hidden;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing-table-box .pricing-table-header {
  padding: 30px 15px 45px;
  background: #38bba1;
  -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
          clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  position: relative;
}

.pricing-table-box .pricing-table-header::before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  right: -50%;
  top: -130%;
  background: repeating-radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2) 20%);
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing-table-box .title {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pricing-table-box .price-value {
  display: block;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.pricing-table-box .price-value span {
  font-size: 15px;
  text-transform: uppercase;
  margin-left: -10px;
}

.pricing-table-box .price-value sup {
  font-size: 23px;
  top: -25px;
}

.pricing-table-box .pricing-content {
  padding: 30px 25px;
  margin-bottom: 0;
  list-style-type: none;
}

.pricing-table-box .pricing-content li {
  color: #828893;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.pricing-table-box .pricing-content li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricing-table-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.pricing-table-box:hover .pricing-table-header::before {
  right: 50%;
}

/* Project */
.project-area {
  position: relative;
  z-index: 1;
}

.project-area .owl-theme .owl-nav {
  margin-top: 20px;
}

.project-area .owl-theme .owl-nav [class*=owl-] {
  color: #ff8400;
  font-size: 30px;
  margin: 0 3px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.project-area .owl-theme .owl-nav [class*=owl-]:hover {
  color: #38bba1;
}

.project-area .owl-theme .owl-controls {
  line-height: .1;
}

.single-project {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
          box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
  margin-bottom: 30px;
  border-radius: 5px;
}

.single-project .project-content {
  text-align: left;
  padding: 30px;
}

.single-project .project-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}

.single-project .project-content span {
  display: block;
  margin-bottom: 10px;
  color: #ff8400;
}

.single-project .project-image {
  position: relative;
}

.single-project .project-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202124;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-project .project-image a {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-project .project-image a:hover {
  color: #38bba1;
}

.single-project .project-image img {
  -webkit-transform-style: unset !important;
          transform-style: unset !important;
  border-radius: 5px;
}

.single-project:hover .project-image::before {
  visibility: visible;
  opacity: .8;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-project:hover .project-image a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Project Details */
.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: #202124;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.project-details-image a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
}

.project-details-image:hover::before {
  opacity: .77;
  visibility: visible;
}

.project-details-image:hover a {
  opacity: 1;
  visibility: visible;
  margin-top: -20px;
}

.project-details-desc h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px;
}

.project-details-desc p {
  margin-bottom: 15px;
}

.project-details-desc .project-details-information {
  overflow: hidden;
}

.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: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.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: #545b62;
}

.project-details-desc .project-details-information .single-info-box ul li a:hover {
  color: #38bba1;
}

/* Gallery */
.single-image {
  text-align: center;
  position: relative;
}

.single-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202124;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-image a {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-image a:hover {
  color: #38bba1;
}

.single-image:hover::before {
  visibility: visible;
  opacity: .8;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-image:hover a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Get Started */
.get-started {
  position: relative;
  z-index: 1;
}

.get-started-form {
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 3px;
}

.get-started-form form .btn {
  display: block;
  width: 100%;
  letter-spacing: 2px;
}

.get-started-form form p {
  margin-top: 15px;
}

.get-started-form form p a {
  color: #50a1ff;
}

.get-started-form form p a:hover {
  color: #38bba1;
}

/* How App Works */
.how-app-work {
  position: relative;
  z-index: 1;
  /*background-image: url(../../static/img/cta-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.how-app-work::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #38bba1;
  opacity: .87;
}

.how-app-work .section-title h2, .how-app-work .section-title p {
  color: #fff;
}

.how-app-work .section-title .bar {
  background: #fff;
}

.how-app-work .section-title .bar::before {
  background: #38bba1;
}

.how-app-work .app-mobile {
  text-align: center;
  margin-bottom: 60px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.single-app-works {
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-app-works .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #edf5ff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-app-works h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}

.single-app-works p {
  color: #fff;
}

.single-app-works:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.single-app-works:hover .icon {
  background: #ff8400;
  color: #fff;
}

/* Screenshot */
.screenshot-slides.owl-theme .owl-nav {
  margin-top: 135px;
}

.screenshot-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ff8400;
  font-size: 30px;
  margin: 0 3px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.screenshot-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #38bba1;
}

.screenshot-slides.owl-theme .owl-controls {
  line-height: .1;
}

.screenshot-contain {
  position: relative;
  margin-top: 82px;
}

.screenshot-contain .mobile-light {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: auto;
  height: auto;
  top: -82px;
  z-index: 2;
}

.screenshot-contain .screenshot-item img {
  -webkit-transform-style: unset !important;
          transform-style: unset !important;
  width: unset !important;
}

.page-from-book .owl-theme .owl-nav {
  margin-top: 50px;
}

.page-from-book .screenshot-item {
  position: relative;
  text-align: center;
}

.page-from-book .screenshot-item a {
  display: block;
}

.page-from-book .screenshot-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202124;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: .4s;
  transition: .4s;
}

.page-from-book .screenshot-item .popup-btn {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  display: inline-block;
  visibility: hidden;
  margin-top: -20px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.page-from-book .screenshot-item .popup-btn:hover {
  color: #38bba1;
}

.page-from-book .screenshot-item img {
  -webkit-transform-style: unset !important;
          transform-style: unset !important;
  width: unset !important;
}

.page-from-book .screenshot-item:hover::before {
  visibility: visible;
  opacity: .8;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-from-book .screenshot-item:hover .popup-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Team */
.team-area {
  padding-bottom: 70px;
}

.team-slides.owl-theme .owl-nav {
  margin-top: 20px;
  margin-bottom: 30px;
}

.team-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ff8400;
  font-size: 30px;
  margin: 0 3px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.team-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #38bba1;
}

.team-slides.owl-theme .owl-controls {
  line-height: .1;
}

.single-team-member {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

.single-team-member img {
  border-radius: 5px 5px 0 0;
}

.single-team-member .team-content {
  padding: 30px;
}

.single-team-member .team-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 8px;
}

.single-team-member .team-content span {
  display: block;
  color: #545b62;
  font-size: 15px;
}

.single-team-member .team-content ul {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}

.single-team-member .team-content ul li {
  display: inline-block;
}

.single-team-member .team-content ul li a {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #818992;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 1px;
  color: #545b62;
}

.single-team-member .team-content ul li a:hover {
  color: #fff;
  background: #38bba1;
  border-color: #38bba1;
}

.single-team-member .team-content ul li a.facebook {
  border-color: #5580FF;
  color: #5580FF;
}

.single-team-member .team-content ul li a.facebook:hover {
  background-color: #5580FF;
  color: #fff;
}

.single-team-member .team-content ul li a.instagram {
  border-color: #202124;
  color: #202124;
}

.single-team-member .team-content ul li a.instagram:hover {
  background-color: #202124;
  color: #fff;
}

.single-team-member .team-content ul li a.twitter {
  border-color: #ff8400;
  color: #ff8400;
}

.single-team-member .team-content ul li a.twitter:hover {
  background-color: #ff8400;
  color: #fff;
}

.single-team-member .team-content ul li a.linkedin {
  border-color: #FFD474;
  color: #FFD474;
}

.single-team-member .team-content ul li a.linkedin:hover {
  background-color: #FFD474;
  color: #fff;
}

.single-team-member-box {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 30px;
}

.single-team-member-box img {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
          clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
}

.single-team-member-box .team-content {
  margin-top: 30px;
}

.single-team-member-box .team-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 8px;
}

.single-team-member-box .team-content span {
  display: block;
  color: #545b62;
  font-size: 15px;
}

.single-team-member-box .team-content ul {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}

.single-team-member-box .team-content ul li {
  display: inline-block;
}

.single-team-member-box .team-content ul li a {
  font-size: 18px;
  color: #545b62;
  margin: 0 4px;
}

.single-team-member-box .team-content ul li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team-member-box .team-content ul li a.facebook {
  color: #5580FF;
}

.single-team-member-box .team-content ul li a.twitter {
  color: #ff8400;
}

.single-team-member-box .team-content ul li a.linkedin {
  color: #FFD474;
}

.single-team-member-box .team-content ul li a.instagram {
  color: #202124;
}

/* Next Generation */
.next-generation-virtual-reality {
  padding-bottom: 60px;
}

.next-generation-virtual-reality .single-item {
  margin-bottom: 40px;
  position: relative;
  padding-left: 55px;
}

.next-generation-virtual-reality .single-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.next-generation-virtual-reality .single-item h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.next-generation-virtual-reality .single-item:hover .icon {
  color: #ff8400;
}

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

.feedback-area .svg-feedback-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.single-feedback {
  position: relative;
  padding: 30px;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  border-radius: 3px;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 50px;
}

.single-feedback .client-info img {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
          clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin: 0 auto;
  width: 115px;
  height: 115px;
}

.single-feedback .client-info h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 55px;
}

.single-feedback .client-info span {
  color: #ff8400;
  font-size: 15px;
}

.single-feedback p {
  margin-top: 25px;
}

.single-feedback::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #38bba1;
  border-radius: 0 0 3px 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback:hover {
  -webkit-box-shadow: 0 0 20px 5px rgba(137, 173, 255, 0.35);
          box-shadow: 0 0 20px 5px rgba(137, 173, 255, 0.35);
  background-color: #fff;
}

.single-feedback-box {
  background: #fff;
  -webkit-box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
          box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 5px;
  position: relative;
  padding: 30px 30px 30px 45px;
}

.single-feedback-box .client-info img {
  position: absolute;
  left: -30px;
  width: 60px !important;
  height: 60px;
  top: 30px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.single-feedback-box .client-info h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
}

.single-feedback-box .client-info span {
  color: #ff8400;
  font-size: 15px;
}

.single-feedback-box p {
  margin-top: 20px;
}

.feedback-slides .owl-item .single-feedback {
  opacity: .5;
  -webkit-transition: .5s;
  transition: .5s;
}

.feedback-slides .owl-item .single-feedback::before {
  opacity: 0;
  visibility: hidden;
}

.feedback-slides .owl-item.active.center .single-feedback {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.feedback-slides .owl-item.active.center .single-feedback::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.feedback-slides .owl-item.active.center .single-feedback-box {
  margin-top: 30px;
}

.feedback-slides.owl-theme .owl-nav {
  margin-top: 20px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ff8400;
  font-size: 30px;
  margin: 0 3px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #38bba1;
}

.feedback-slides.owl-theme .owl-controls {
  line-height: .1;
}

/* App Download */
.app-download {
  position: relative;
  z-index: 1;
}

.app-download .section-title {
  text-align: left;
  margin-bottom: 0;
}

.app-download .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}

.app-download .section-title p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 35px;
}

.app-download .section-title .download-btn a {
  position: relative;
  padding: 12px 35px 12px 65px;
  background: #ff8400;
  color: #fff;
  border-radius: 70px;
  font-weight: 300;
  font-size: 15px;
  margin-right: 5px;
  -webkit-box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
          box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
}

.app-download .section-title .download-btn a i {
  position: absolute;
  left: 25px;
  top: 50%;
  font-size: 25px;
  margin-top: -12px;
}

.app-download .section-title .download-btn a span {
  display: block;
  font-weight: 700;
  font-size: 16px;
}

.app-download .section-title .download-btn a:hover, .app-download .section-title .download-btn a:focus {
  background: #38bba1;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.app-download .download-image {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 295px;
}

.app-download .download-image img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  position: absolute;
  left: -75px;
  top: 0;
  width: 445px;
}

.app-download .download-image img:last-child {
  left: 225px;
  top: 25px;
}

/* Platform Connect */
.platform-connect {
  background: #fff;
}

.platform-connect h2 {
  text-align: center;
  max-width: 520px;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.platform-connect .box {
  display: block;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: relative;
  padding: 15px 15px 15px 80px;
  border-radius: 5px;
  -webkit-transition: .4s;
  transition: .4s;
  background: #fff;
}

.platform-connect .box img {
  position: absolute;
  left: 15px;
  top: 15px;
}

.platform-connect .box h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
}

.platform-connect .box span {
  text-transform: uppercase;
  color: #545b62;
  font-size: 14px;
}

.platform-connect .box i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  color: #545b62;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 25px;
}

.platform-connect .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.platform-connect .box:hover i {
  color: #38bba1;
}

/* Blog */
.blog-area {
  background: #F9FAFC;
}

.blog-area.blog-section {
  background: unset;
}

.blog-area .owl-theme .owl-nav {
  margin-top: 20px;
}

.blog-area .owl-theme .owl-nav [class*=owl-] {
  color: #ff8400;
  font-size: 30px;
  margin: 0 3px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-area .owl-theme .owl-nav [class*=owl-]:hover {
  color: #38bba1;
}

.blog-area .owl-theme .owl-controls {
  line-height: .1;
}

.single-blog-post {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}

.single-blog-post .post-image {
  display: block;
}

.single-blog-post .post-image img {
    width: 100%;
}

.single-blog-post .blog-post-content {
  padding: 30px;
}

.single-blog-post .blog-post-content ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.single-blog-post .blog-post-content ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
  color: #545b62;
}

.single-blog-post .blog-post-content ul li:last-child {
  margin-right: 0;
}

.single-blog-post .blog-post-content ul li i {
  color: #2fc59d;
  margin-right: 4px;
}

.single-blog-post .blog-post-content ul li a {
  color: #545b62;
}

.single-blog-post .blog-post-content ul li a:hover {
  color: #38bba1;
}

.single-blog-post .blog-post-content h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.single-blog-post .blog-post-content p {
  margin-bottom: 20px;
}

.single-blog-post .blog-post-content .read-more-btn {
    font-weight: 700;
    color: #1c3990;
}

/* Blog Details */
.blog-details-area {
  position: relative;
}

.blog-details-area .blog-details {
  background: #fff;
}

.blog-details-area .blog-details .article-img {
  position: relative;
}

.blog-details-area .blog-details .article-img img {
    width: 100%;
}

.blog-details-area .blog-details .article-img .date {
  position: absolute;
  bottom: 15px;
  width: 100px;
  right: 15px;
  height: 100px;
  text-align: center;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  background: #38bba1;
  color: #fff;
  border-radius: 5px;
  padding-top: 19px;
  line-height: 32px;
}

.blog-details-area .blog-details .article-content {
  padding-top: 30px;
}

.blog-details-area .blog-details .article-content ul li {
  display: inline-block;
}

.blog-details-area .blog-details .article-content ul.category {
    text-align: center;
    background-color: #fff;
    border: none;
}

.blog-details-area .blog-details .article-content ul.category li a {
  background: #2fc59d;
  color: #fff;
  padding: 5px 15px 3px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 400;
}

.blog-details-area .blog-details .article-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: -5px;
}

.blog-details-area .blog-details .article-content p {
  margin-bottom: 0;
  margin-top: 20px;
}

.blog-details-area .blog-details .article-content .blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f9f9f9;
  padding: 30px;
  border-left: 4px solid #0e8fc8;
}

.blog-details-area .blog-details .article-content .blockquote p {
  margin-top: 0;
  font-size: 18px;
}

.blog-details-area .blog-details .article-content .share-post {
    background-color: #e0f4ff;
    border: 1px solid #e0f4ff;
    border-radius: 5px;
    padding: 30px;
}

.blog-details-area .blog-details .article-content .share-post ul li a {
  width: 40px;
  font-size: 15px;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #555;
}

.blog-details-area .blog-details .article-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .post-controls-buttons {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.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 #eee;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 700;
}

.blog-details-area .post-controls-buttons div a:hover, .blog-details-area .post-controls-buttons div a:focus {
  color: #fff;
  background: #38bba1;
  border-color: #38bba1;
}

.blog-details-area .post-comments {
    padding: 30px;
    background: #f6f7fb;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    margin-top: 25px;
}

.blog-details-area .post-comments h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

.blog-details-area .post-comments .single-comment {
  position: relative;
  padding-left: 75px;
  margin-top: 30px;
}

.blog-details-area .post-comments .single-comment .comment-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
}

.blog-details-area .post-comments .single-comment .comment-img img {
  border-radius: 50%;
  max-width: 70%;
}

.blog-details-area .post-comments .single-comment .comment-content h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-details-area .post-comments .single-comment .comment-content span {
  color: #545b62;
}

.blog-details-area .post-comments .single-comment .comment-content p {
  margin-bottom: 15px;
}

.blog-details-area .post-comments .single-comment .comment-content a {
  position: absolute;
  font-weight: 700;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
}

.blog-details-area .post-comments .single-comment.left-m {
  margin-left: 85px;
}

.blog-details-area .leave-a-reply {
  padding: 30px 30px 0 30px;
  background: #fff;
  margin-top: 25px;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 5px;
}

.blog-details-area .leave-a-reply h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Boxes */
.boxes-area {
  position: relative;
  z-index: 1;
  margin-top: -140px;
}

.boxes-area .single-box {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

.boxes-area .single-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #edf5ff;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.boxes-area .single-box h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.boxes-area .single-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.boxes-area .single-box:hover .icon {
  color: #fff;
  background: #ff8400;
}

/* Join */
.join-content span {
  display: block;
  color: #ff8400;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.join-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.join-content p {
  margin-bottom: 25px;
}

/* Analysis */
.analysis-form {
  background: #fff;
  -webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
  padding: 40px;
  border-radius: 5px;
  text-align: center;
}

.analysis-form h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
}

.analysis-form form .btn {
  display: block;
  width: 100%;
  padding: 13px 40px;
  border-radius: 5px;
}

.analysis-text span {
  color: #ff8400;
  text-transform: capitalize;
}

.analysis-text h3 {
  font-size: 35px;
  font-weight: 700;
  margin: 15px 0 20px;
  line-height: 40px;
}

.analysis-text ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.analysis-text ul li {
  position: relative;
  color: #545b62;
  margin-bottom: 15px;
  padding-left: 30px;
}

.analysis-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
  background: #38bba1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.analysis-text ul li:last-child {
  margin-bottom: 0;
}

/* Partner */
.partner-area {
  padding: 50px 0;
  border-top: 1px solid #edf5ff;
}

.partner-area .item {
  text-align: center;
}

.partner-area .item a {
  display: block;
}

.partner-area .item a img {
  width: auto !important;
}

.partner-area .owl-controls .owl-nav {
  margin-top: 0;
}

.partner-area.app-partner {
  padding: 20px 0 0;
  border: 0;
}

.partner-area.marketing-partner {
  border-bottom: 1px dashed #edf5ff;
  border-top: 1px dashed #edf5ff;
}

.partner-area.software-partner {
  border-bottom: 1px dashed #edf5ff;
  border-top: none;
}

.partner-area.startup-partner {
  border-bottom: 1px dashed #edf5ff;
  border-top: none;
}

/* Subscribe */
.subscribe-area {
  position: relative;
  z-index: 1;
  background-image: url(../../static/img/map.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.subscribe-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #38bba1;
  opacity: .67;
}

.subscribe-area .section-title h2, .subscribe-area .section-title p {
  color: #fff;
}

.subscribe-area .section-title .bar {
  background: #fff;
}

.subscribe-area .section-title .bar::before {
  background: #38bba1;
}

.subscribe-area .newsletter-form {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
}

.subscribe-area .newsletter-form .form-control {
  height: 70px;
  background: white;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  color: #545b62;
  padding-left: 20px;
}

.subscribe-area .newsletter-form .form-control::-webkit-input-placeholder {
  color: #545b62;
}

.subscribe-area .newsletter-form .form-control:-ms-input-placeholder {
  color: #545b62;
}

.subscribe-area .newsletter-form .form-control::-ms-input-placeholder {
  color: #545b62;
}

.subscribe-area .newsletter-form .form-control::placeholder {
  color: #545b62;
}

.subscribe-area .newsletter-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.subscribe-area .newsletter-form .btn:hover, .subscribe-area .newsletter-form .btn:focus {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.subscribe-area .newsletter-form #validator-newsletter {
  position: absolute;
  bottom: -45px;
  color: #fff;
  left: 0;
  font-size: 20px;
}

.subscribe-area .newsletter-form #validator-newsletter.validation-danger {
  color: #ed2e23;
}

@-webkit-keyframes smallBubble {
  0% {
    top: 100%;
    margin-left: 10px;
  }
  25% {
    margin-left: -10px;
  }
  50% {
    margin-left: 10px;
  }
  75% {
    margin-left: -10px;
  }
  100% {
    top: 0;
    opacity: 0;
    margin-left: 0;
  }
}

@keyframes smallBubble {
  0% {
    top: 100%;
    margin-left: 10px;
  }
  25% {
    margin-left: -10px;
  }
  50% {
    margin-left: 10px;
  }
  75% {
    margin-left: -10px;
  }
  100% {
    top: 0;
    opacity: 0;
    margin-left: 0;
  }
}

@-webkit-keyframes mediumBubble {
  0% {
    top: 100%;
    margin-left: 15px;
  }
  25% {
    margin-left: -15px;
  }
  50% {
    margin-left: 15px;
  }
  75% {
    margin-left: -15px;
  }
  100% {
    top: 0;
    opacity: 0;
    margin-left: 0;
  }
}

@keyframes mediumBubble {
  0% {
    top: 100%;
    margin-left: 15px;
  }
  25% {
    margin-left: -15px;
  }
  50% {
    margin-left: 15px;
  }
  75% {
    margin-left: -15px;
  }
  100% {
    top: 0;
    opacity: 0;
    margin-left: 0;
  }
}

@-webkit-keyframes bigBubble {
  0% {
    top: 100%;
    margin-left: 20px;
  }
  25% {
    margin-left: -20px;
  }
  50% {
    margin-left: 20px;
  }
  75% {
    margin-left: -20px;
  }
  100% {
    top: 0;
    opacity: 0;
    margin-left: 0;
  }
}

@keyframes bigBubble {
  0% {
    top: 100%;
    margin-left: 20px;
  }
  25% {
    margin-left: -20px;
  }
  50% {
    margin-left: 20px;
  }
  75% {
    margin-left: -20px;
  }
  100% {
    top: 0;
    opacity: 0;
    margin-left: 0;
  }
}

/* Product */
.single-product {
  -webkit-box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
          box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
  margin-bottom: 30px;
}

.single-product .product-img {
  position: relative;
  overflow: hidden;
}

.single-product .product-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-product .product-img .add-to-cart-btn {
  display: block;
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  background: #202124;
  color: #fff;
  height: auto;
  letter-spacing: 2px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-product .product-img .add-to-cart-btn i {
  font-size: 20px;
  float: right;
}

.single-product .product-content {
  padding: 30px;
}

.single-product .product-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.single-product .product-content .row h5 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.single-product .product-content .row h5 span {
  font-size: 14px;
  text-decoration: line-through;
  position: relative;
  top: -1px;
  color: #545b62;
}

.single-product .product-content .row ul {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-product .product-content .row ul li {
  display: inline-block;
  color: #ffb708;
}

.single-product:hover .product-img img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.single-product:hover .product-img .add-to-cart-btn {
  bottom: 0;
}

.product-slides.owl-theme .owl-nav {
  margin-top: 20px;
}

.product-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ff8400;
  font-size: 30px;
  margin: 0 3px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #38bba1;
}

.product-slides.owl-theme .owl-controls {
  line-height: .1;
}

.woocommerce-topbar {
  margin-bottom: 30px;
}

/* Product Details */
.shop-details-area {
  padding-bottom: 70px;
}

.shop-details {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.shop-details .product-entry-summary h3 {
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}

.shop-details .product-entry-summary h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 17px 0;
}

.shop-details .product-entry-summary h4 span {
  color: #545b62;
  text-decoration: line-through;
}

.shop-details .product-entry-summary p {
  margin-bottom: 17px;
}

.shop-details .product-entry-summary ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shop-details .product-entry-summary ul.product-categories li {
  display: inline-block;
  font-weight: 600;
}

.shop-details .product-entry-summary ul.product-categories li a {
  color: #545b62;
}

.shop-details .product-entry-summary ul.product-categories li a:hover {
  color: #38bba1;
}

.shop-details .product-entry-summary ul.share-social li {
  display: inline-block;
  font-weight: 700;
}

.shop-details .product-entry-summary ul.share-social li a {
  color: #545b62;
  width: 35px;
  height: 35px;
  border: 1px solid #818992;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  margin-left: 6px;
}

.shop-details .product-entry-summary ul.share-social li a:hover {
  color: #fff;
  background: #38bba1;
  border-color: #38bba1;
}

.shop-details .product-entry-summary form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.shop-details .product-entry-summary form .form-control {
  display: inline-block;
  width: 120px;
}

.shop-details .product-entry-summary form .btn {
  display: inline-block;
  position: relative;
  top: -1px;
}

.shop-details .owl-theme .owl-nav {
  margin-top: 20px;
}

.shop-details .owl-theme .owl-nav [class*=owl-] {
  color: #ff8400;
  font-size: 30px;
  margin: 0 3px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.shop-details .owl-theme .owl-nav [class*=owl-]:hover {
  color: #38bba1;
}

.shop-details .owl-theme .owl-controls {
  line-height: .1;
}

.shop-details .shop-details-tabs {
  margin-top: 40px;
}

.shop-details .shop-details-tabs #tabs {
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
}

.shop-details .shop-details-tabs #tabs li {
  display: inline-block;
  padding: 12px 50px 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  background: #eaeaea;
}

.shop-details .shop-details-tabs #tabs li.active {
  background-color: #fff;
  position: relative;
}

.shop-details .shop-details-tabs #tabs li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #38bba1;
}

.shop-details .shop-details-tabs #tabs li.inactive {
  background-color: #eee;
  padding: 12px 50px;
}

.shop-details .shop-details-tabs .content {
  display: none;
}

.shop-details .shop-details-tabs .content.show {
  display: block;
}

.shop-details .shop-details-tabs .content h3 {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
}

.shop-details .shop-details-tabs .content .shop-reviews b {
  margin: 0 0 15px;
  display: inline-block;
}

.shop-details .shop-details-tabs .content .shop-reviews ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shop-details .shop-details-tabs .content .shop-reviews ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.shop-details .shop-details-tabs .content .shop-reviews ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background: #eee;
  left: -10px;
  top: 6px;
}

.shop-details .shop-details-tabs .content .shop-reviews ul li:first-child::before {
  display: none;
}

.shop-details .shop-details-tabs .content .shop-reviews ul li a {
  color: #FF9800;
}

.shop-details .shop-details-tabs .content .shop-reviews .review-form {
  margin-top: 30px;
}

.shop-related-prodcut {
  margin-top: 100px;
}

.shop-related-prodcut .section-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.shop-related-prodcut .section-title .bar {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* Page Title */
.page-title-banner {
  position: relative;
  background: transparent;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 120px;
  text-align: center;
}

.page-title-banner h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.page-title-banner .bubble-animate .circle {
  background: #fff;
}

/* Pagination */
.pagination-area {
  text-align: center;
  margin-top: 40px;
}

.pagination-area ul {
  padding: 0;
  margin: 0;
}

.pagination-area ul .page-item .page-link {
  padding: 11px 20px;
  margin: 0 3px;
  color: #1b3792;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,.125);
}

.pagination-area ul .page-item .page-link:hover, .pagination-area ul .page-item .page-link:focus {
    color: #fff;
    background-color: #ff8400;
    border: 1px solid #ff8400;
}

.pagination-area ul .page-item.active .page-link {
  color: #fff;
  background-color: #ff8400;
}

/* Sidebar */
.sidebar-area .widget {
  margin-bottom: 40px;
}

.sidebar-area .widget.widget-search form {
  position: relative;
}

.sidebar-area .widget.widget-search form .form-control {
  background: #fff;
  border: 1px solid #d8d8d9;
}

.sidebar-area .widget.widget-search form .form-control:focus {
  border-color: #38bba1;
}

.sidebar-area .widget.widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.sidebar-area .widget.widget-search form button:hover {
  background: #ff8400;
  color: #fff;
  border-radius: 5px;
}

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

.sidebar-area .widget .widget-title {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.sidebar-area .widget .bar {
  height: 4px;
  width: 65px;
  background: #38bba1;
  margin: 12px 0 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-area .widget .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #fff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

.sidebar-area .widget.widget_product_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-area .widget.widget_product_categories ul li {
  margin-bottom: 10px;
}

.sidebar-area .widget.widget_product_categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget.widget_product_categories ul li a {
  color: #545b62;
  font-weight: 600;
  position: relative;
}

.sidebar-area .widget.widget_product_categories ul li a:hover {
  color: #38bba1;
  padding-left: 17px;
}

.sidebar-area .widget.widget_product_categories ul li a:hover i {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.sidebar-area .widget.widget_product_categories ul li a i {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.sidebar-area .widget.widget_post_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-area .widget.widget_post_categories ul li {
  margin-bottom: 10px;
}

.sidebar-area .widget.widget_post_categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget.widget_post_categories ul li a {
  color: #545b62;
  font-weight: 600;
  position: relative;
}

.sidebar-area .widget.widget_post_categories ul li a:hover {
  color: #38bba1;
  padding-left: 17px;
}

.sidebar-area .widget.widget_post_categories ul li a:hover i {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.sidebar-area .widget.widget_post_categories ul li a i {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a {
  background: #f5f9ff;
  color: #938da6;
  padding: 6px 26px;
  border-radius: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #38bba1;
}

.sidebar-area .widget.widget_recent_posts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-area .widget.widget_recent_posts ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 110px;
}

.sidebar-area .widget.widget_recent_posts ul li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-thumb a {
  display: block;
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-content h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-content .date {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #828893;
}

.sidebar-area .widget.widget_recent_products ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-area .widget.widget_recent_products ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 110px;
}

.sidebar-area .widget.widget_recent_products ul li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-thumb a {
  display: block;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content .date {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #828893;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content ul {
  margin: -3px 0 -3px;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #ffba00;
  margin-right: -2px;
}

.sidebar-area .widget.widget_text ul {
  padding: 0;
  margin: 0 -3px;
  list-style-type: none;
  overflow: hidden;
}

.sidebar-area .widget.widget_text ul li {
  float: left;
  padding: 0 3px;
  width: 33.3333%;
  margin-bottom: 6px;
}

/* Login */
.login-form {
  background: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
}

.login-form h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 8px;
}

.login-form p {
  margin-bottom: 30px;
}

.login-form form .form-check {
  margin-top: 18px;
}

.login-form form .form-check .form-check-label {
  color: #545b62;
  position: relative;
  top: -2px;
}

.login-form form .forgot-password {
  margin-bottom: 20px;
  margin-top: 18px;
}

.login-form form .forgot-password a {
  color: #545b62;
}

.login-form form .forgot-password a:hover {
  color: #38bba1;
}

.login-form form .btn {
  margin-bottom: 20px;
  margin-top: 10px;
}

.login-form form span {
  display: block;
  color: #545b62;
}

.login-form form span a {
  color: #ff8400;
}

/* Signup */
.signup-form {
  background: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
}

.signup-form h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}

.signup-form form .form-check {
  margin-top: 18px;
}

.signup-form form .form-check .form-check-label {
  color: #545b62;
  position: relative;
  top: -2px;
}

.signup-form form .btn {
  margin-bottom: 20px;
  margin-top: 20px;
}

.signup-form form span {
  display: block;
  color: #545b62;
}

.signup-form form span a {
  color: #ff8400;
}

/* FAQ */
.faq-accordion {
  padding-left: 60px;
  padding-right: 60px;
  background: #fff;
  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: 15px 30px;
  color: #545b62;
  text-decoration: none;
  background: #f8f9f9;
  font-size: 16px;
  font-weight: 700;
}

.faq-accordion .accordion .accordion-item .accordion-title:hover,
.faq-accordion .accordion .accordion-item .accordion-title.active,
.faq-accordion .accordion .accordion-item .accordion-title:focus {
  background: #274fd4;
  color: #fff;
}

.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: 15px 15px 0;
  line-height: 1.9;
  font-size: 15px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
}

.faq-contact h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}

.faq-contact form .btn {
  margin-top: 15px;
}

/* Error 404 */
.notfound {
    background: #fff;
    max-width: 820px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.notfound.badrequest {
    padding-top: 50px;
}

.notfound.internal-error {
    padding-top: 70px;
}

.notfound img {
    height: 350px;
}

.notfound h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

.notfound span {
  display: block;
  margin-bottom: 20px;
  color: #545b62;
  font-size: 18px;
}

/* Coming Soon */
.coming-soon {
  position: relative;
  z-index: 1;
  /*background-image: url(../../static/img/book-banner.jpg);*/
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
}

.coming-soon::before {
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #202124;
  opacity: .77;
  content: '';
  position: absolute;
}

.coming-soon .coming-soon-content {
  max-width: 650px;
  margin: 0 auto;
}

.coming-soon .coming-soon-content h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 55px;
}

.coming-soon .coming-soon-content p {
  color: #c7c3c7;
  margin-top: 20px;
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content form {
  position: relative;
}

.coming-soon .coming-soon-content form .form-control {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  height: 55px;
}

.coming-soon .coming-soon-content form .form-control:focus {
  border-color: #38bba1;
}

.coming-soon .coming-soon-content form button {
  position: absolute;
  right: 0;
  height: 100%;
  background: #38bba1;
  top: 0;
  color: #fff;
  border: none;
  width: 130px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0 50px 50px 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.coming-soon .coming-soon-content form button:hover {
  background: #ff8400;
}

.coming-soon .coming-soon-content #timer {
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content #timer div {
  display: inline-block;
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  width: 135px;
  height: 135px;
  border: 1px solid #eee;
  border-radius: 50%;
  padding-top: 34px;
  line-height: 40px;
  margin: 0 5px;
}

.coming-soon .coming-soon-content #timer span {
  display: block;
  font-size: 17px;
  font-weight: 600;
}

/* Cart */
.cart-table table {
  margin-bottom: 0;
  text-align: center;
}

.cart-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  font-weight: 700;
  border-color: #eaedff;
  padding: 15px 20px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #545b62;
  border-color: #eaedff;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 130px;
}

.cart-table table tbody tr td.product-name a {
  color: #545b62;
  font-weight: 600;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #38bba1;
}

.cart-table table tbody tr td.product-remove a {
  color: #ed2e23;
}

.cart-buttons {
  margin-top: 45px;
}

.cart-buttons .coupon-box {
  position: relative;
  max-width: 570px;
}

.cart-buttons .coupon-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 200px;
  border: none;
  background: #ff8400;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-weight: 600;
}

.cart-buttons .coupon-box button:hover {
  background: #38bba1;
}

.cart-totals {
  margin-top: 45px;
  background: #fff;
  padding: 40px;
  max-width: 600px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
}

.cart-totals h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}

.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: #545b62;
  overflow: hidden;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li span {
  float: right;
  color: #202124;
}

/* Checkout */
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 18px 25px 15px;
  margin-bottom: 45px;
  border-top: 3px solid #38bba1;
}

.user-actions i {
  color: #38bba1;
  margin-right: 4px;
}

.user-actions span {
  display: inline-block;
  color: #38bba1;
}

.user-actions span a {
  font-weight: 600;
}

.checkout-area .title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

.checkout-area .bar {
  height: 4px;
  width: 65px;
  background: #38bba1;
  margin: 12px 0 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.checkout-area .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #fff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

.billing-details {
    background: #fff;
    padding: 25px;
    border-radius: .25rem;
}

.form-group label {
  display: block;
  color: #545b62;
  margin-bottom: 7px;
  font-size: 16px;
}

.form-group label .required {
  color: #ed2e23;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
  color: #545b62;
}

.order-details {
    background: #fff;
    padding: 25px;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.125);
}

.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  font-weight: 700;
  font-size: 16px;
  border-color: #eaedff;
  padding: 15px 20px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #545b62;
  border-color: #eaedff;
  font-size: 15px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #545b62;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #38bba1;
}

.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: #202124;
  font-weight: 700;
}

.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) {
  position: absolute;
  left: -9999px;
}

.order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 30px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #202124;
  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: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}

.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;
  background: #38bba1;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
}

/* Contact Us */
.contact-info-box {
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 30px;
  color: #38bba1;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-info-box h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.contact-info-box p {
  margin-bottom: 0;
}

.contact-info-box p a {
  color: #545b62;
}

.contact-info-box p a:hover {
  color: #38bba1;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  color: #fff;
  background: #ff8400;
}

#contactForm .help-block ul {
  margin: 0;
}

#contactForm .help-block ul li {
  color: #ed2e23;
}

#contactForm .btn {
  margin-top: 10px;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin: 20px 0 0;
}

/* Footer */
.footer-area {
    position: relative;
    z-index: 1;
    font-size: 14px;
    border-top: 1px solid #edf5ff;
    padding-top: 50px;
}

.footer-area h4 {
    font-size: 1.172em;
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.footer-area .single-footer-widget .logo {
  display: block;
  margin-bottom: 25px;
}

.footer-area .single-footer-widget .logo img {
  width: 150px;
  height: auto;
}

.footer-area .single-footer-widget p {
  margin-bottom: 0;
}

.footer-area .single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-area .single-footer-widget ul.social-list {
  margin-top: 20px;
}

.footer-area .single-footer-widget ul.social-list li {
  display: inline-block;
  margin-right: 5px;
}

.footer-area .single-footer-widget ul.social-list li a {
  color: #ff8400;
  width: 25px;
}

.footer-area .single-footer-widget ul.social-list li a:hover {
  color: #e57600;
}

.footer-area .single-footer-widget ul.social-list li:last-child {
  margin-right: 0;
}

.footer-area .single-footer-widget ul.list li {
  margin-bottom: 12px;
}

.footer-area .single-footer-widget ul.list li a {
  color: #545b62;
  font-weight: 400;
}

.footer-area .single-footer-widget ul.list li a:hover {
  color: #ff8400;
}

.footer-area .single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}

/* footer social */
.footer-area .nav {
    margin: 0 -.6em;
}

.footer-area .nav-item {
    margin: 0.375em .6em;
}

.footer-area .nav-link {
    padding: 0;
}

.footer-area .nav-link {
    color: unset;
}

.footer-area .footer-bottom .nav-link {
    color: #1b3792;
}

.footer-area .nav-link:hover {
    color: #ff8400;
}

.footer-area .social-links {
    margin: 0 -.3em;
    margin-top: 5px;
    padding-bottom: 15px;
}

.footer-area .social-links .nav-item {
    margin: 0 .3em;
    padding-right: 5px;
}

.footer-area .social-links .nav-link {
    display: block;
    width: 2.3em;
}

.footer-area .social-links #icon {
    width: 100%;
    height: auto;
}

.footer-area .social-links .stroke {
    fill:none;
    stroke-width:1.5;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke:#5f6368;
}

.footer-area .social-links .nav-link:hover .stroke {
    stroke: #ff8400;
}

/* footer secure */
.footer-area .secure-badges-widget {
    font-size: 11px;
    font-weight: 600;
    color: #202124;
    text-align: right;
    padding-top: 45px;
}

.footer-area .secure-badges-widget ul {
    list-style: none;
    padding: 0;
}

.footer-area .secure-badges-widget ul li {
    margin: 0 .5rem;
}

.footer-area .secure-badges-widget ul li img {
    height: 3em;
    width: auto;
}

.footer-area .secure-badges-widget .secure-subtitle {
    font-size: 12px;
    padding-top: 15px;
    color: #545b62;
}

.footer-area .single-footer-widget h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}

.copyright-area {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.copyright-area .text-line {
    color: #818992;
    font-size: 13px;
}

.copyright-area .text-line-right {
    color: #545b62;
    font-size: 13px;
}

.copyright-area .text-line-right i {
    padding: 0 3px 0 3px;
}

.copyright-area.footer {
    border-top: 1px solid #cbdce4;
    background-color: #e2f5fe;
    padding: 0 20px 20px 0 !important;
    margin-top: 50px;
}

.copyright-area.footer .menu-link img {
    width: 200px;
}

.copyright-area .menu-link {
    padding-top: 15px;
}

.copyright-area ul {
  text-align: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.copyright-area ul li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 2px;
  height: 12px;
}

.copyright-area ul li:first-child::before {
  display: none;
}

.copyright-area ul li a {
  color: #545b62;
}

.copyright-area ul li a:hover {
  color: #38bba1;
}

/* Back To Top */
.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -7.5%;
  height: 15px;
  cursor: pointer;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  text-align: center;
  z-index: 3;
  visibility: hidden;
  outline: 0 !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #818992;
}

.back-to-top::before, .back-to-top::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #818992;
}

.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #38bba1;
}

.back-to-top:hover, .back-to-top:focus {
  opacity: 1;
  text-decoration: none;
  height: 40px;
  color: #fff;
}

.back-to-top.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}

.help-block {
    color: #ed2e23;
    font-size: 13px;
    text-align: left !important;
    font-style: normal;
}

.whatsapp {
  background-color: #4dc247;
  text-align: center;
  z-index: 900;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  left: 30px;
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  border-radius: 50%;
  animation: 250ms ease 0s 1 normal none running animation-bhegco;
  transition: opacity .3s ease 0s;
}

.whatsapp svg {
  fill: white;
  width: 41px;
  height: 50px;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  margin: auto;
  display: none;
  z-index: 899;
  background-color: #fff;
  border: 1px solid #e7e9ee;
  box-shadow: 2px 2px 6px rgba(0.2,0.2,0.2,0.4);
}

#accept-cookie-policy {
  right: 7px;
  top: 7px;
  margin-top: -1rem !important;
}

@media all and (min-width: 769px) {
  #cookie-banner {
    max-width: 80%;
  }
}

@media(max-width: 590px) {
  div#cookie-banner {
    width: 100%;
    padding: 20px 20px 20px 100px;
    font-size: 11px !important;
    height: auto;
  }
}

/* button-cta-single */
.btn-single {
  background-color: #1b3793;
  border-radius: 30px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  border: none;
  padding: 13px 31px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: .9s;
  transition: .9s;
}

.btn-single:hover {
  background-color: #274fd4;
  color: #fff;
}

.btn-single::after, .btn-single::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
}

.btn-single::after {
  left: 0;
}

.btn-single::before {
  right: 0;
}

.btn-single:hover::after, .btn-single:hover::before {
  width: 50%;
}

.main-functions {
  font-family: 'Oxygen', sans-serif;
  display: block;
  color: #0088c4;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 300;
}

.subtitle {
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 1.290em;
    line-height: 1.7em;
}

.subtitle-2 {
    color:#0088c4;
    font-weight: 700;
}

.header-top {
  padding-top:160px;
}

.header-top-banner {
  padding-top:60px;
}

.feature-row {
  padding-bottom: 50px;
}

.feature-card {
  border-radius: 15px;
}

.feature-card-1 {
  border-top: 2px solid #00bba3!important;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  min-height: 320px;
}

.feature-card-2 {
  border-top: 2px solid #008ac6!important;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  min-height: 320px;
}

.feature-card-3 {
  border-top: 2px solid #ffa51a!important;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  min-height: 320px;
}

.feature-card-4 {
  border-top: 2px solid #ff302b!important;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  min-height: 320px;
}

.feature-card-5 {
  border-top: 2px solid #bf5ef0!important;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  min-height: 320px;
}

.feature-card-badge {
  background: #fafbfd;
  color: #fafbfd;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  font-size: 25px;
  margin-top: -35px;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
}

.feature-card-badge img {
  width: 45px;
  padding-top: 5px;
}

.feature-card-title {
  margin-bottom: .75rem;
  font-weight: 600;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 5px;
  min-height: 70px;
}

.feature-card-text {
  font-size: 14px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #202124;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-size: 30px 10px;
}

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: .4;
  transition: opacity .15s ease;
  margin-left: -70px;
  height: 40px;
  margin-top: 140px;
}

.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: .4;
  transition: opacity .15s ease;
  margin-right: -70px;
  height: 40px;
  margin-top: 140px;
}

.carousel-indicators {
  position: relative;
  background-color: #202124;
  opacity: .4;
  margin-top: 15px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 25%;
  margin-left: 25%;
  list-style: none;
}

.btn-header {
    border-radius: 999em;
    border-width: 2px;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    color: #1b3792;
    padding: .80em 1.5em .85em 1.5em;
    margin-left: 15px;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease;
    display: block;
    position: absolute;
    right: 0;
}

.btn-header{
    background-color: #2fc59d;
    border-color:  #2fc59d;
    color: #fff;
}

.btn-header:hover, .btn-header:focus {
    background-color: #ff8400;
    border-color: #ff8400;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

.crake-nav .btn-header {
    padding: .75em 1.5em .8em 1.5em;
}

/* listas */
ul.overview-list {
    padding: .5em 0;
    list-style: none;
    margin: -1.2em 0;
}

ul.overview-list li {
    position: relative;
    color: #202124;
    margin: 1.2em 0;
    padding-left: 2.7em;
}

ul.overview-list li:before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24" xml:space="preserve"><path style="fill:none; stroke:%232fc59d; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round;" d="M19.6,7.4L12,15l-3.8-3.8"/><path style="fill:none; stroke:%232fc59d; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round;" d="M21,12c0,5-4,9-9,9s-9-4-9-9s4-9,9-9c1.5,0,2.8,0.4,4,1"/></svg>');
    position: absolute;
    display: block;
    line-height: 0;
    width: 2em;
    top: -.25em;
    left: 0;
}

ul.overview-list li:last-child {
  padding-bottom: 30px;
}

/* features */
#funcionalidades-cards {
    padding-top: 2em;
}

#funcionalidades-cards .owl-carousel {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

#funcionalidades-cards .owl-carousel .owl-stage-outer {
    overflow: unset;
}

#funcionalidades-cards .owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

#funcionalidades-cards .card {
    width: 17.5rem;
    height: 100%;
    background-color: #FFF;
    border: 0 none;
    border-top: 3px solid;
    border-color: #2fc59d;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
    cursor: move; /* se não suportado */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#funcionalidades-cards .card-header {
    position: relative;
    border: 0 none;
    padding: 1.75rem 2.5rem;
    min-height: 100px;
    background-color: unset;
}

#funcionalidades-cards .card-badge {
    margin: 0 auto;
    width: 6.25rem;
    height: 6.25rem;
    overflow: hidden;
    border-radius: 999em;
    background-color: #fafbfc;
    margin-top: -1rem;
    box-shadow: 5px 5px 15px 0 rgba(46, 61, 73, 0.2)
}

#funcionalidades-cards .card-badge .icon {
    transform: scale(.55);
}

#funcionalidades-cards .card-badge .stroke {
    fill:none;
    stroke-width:1;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke:#2fc59d;
}

#funcionalidades-cards .card-title {
    margin: 0;
}

#funcionalidades-cards .card-body {
    font-size: 0.968em;
    padding: 0 2.5rem 4rem 2.5rem;
}

#funcionalidades-cards .owl-item:nth-child(5n+2) .card {
    border-color: #008ac5;
}
#funcionalidades-cards .owl-item:nth-child(5n+2) .card-badge .stroke {
    stroke:#008ac5;
}

#funcionalidades-cards .owl-item:nth-child(5n+3) .card {
    border-color: #fea51c;
}
#funcionalidades-cards .owl-item:nth-child(5n+3) .card-badge .stroke {
    stroke:#fea51c;
}

#funcionalidades-cards .owl-item:nth-child(5n+4) .card {
    border-color: #ff2e2a;
}
#funcionalidades-cards .owl-item:nth-child(5n+4) .card-badge .stroke {
    stroke:#ff2e2a;
}

#funcionalidades-cards .owl-item:nth-child(5n+5) .card {
    border-color: #bf5eef;
}
#funcionalidades-cards .owl-item:nth-child(5n+5) .card-badge .stroke {
    stroke:#bf5eef;
}

#app-cards .owl-carousel .owl-dots {
    display: none;
}

#app-cards .owl-carousel:not(.off) {
    margin-top: 3em;
}

#app-cards .owl-carousel:not(.off) .owl-stage-outer {
    width: 90%;;
    max-width: 1280px;
    margin: 0 auto;
    overflow: unset;
}

#app-cards .owl-carousel.off {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 1.5rem;
    margin: -15px 0;
}

#app-cards .card,
#app-cards .placeholder {
    flex: 1 0 calc(25% - 30px);
    min-width: 155px;
    margin: 15px;
}

#app-cards .placeholder {
    display: block;
    height: 0;
    margin-top: 0;
    margin-bottom: 0 ;
}

#app-cards .container.fakefluid .col-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991.98px) {
    #app-cards .container.fakefluid {
        width: 100%;
    }

    #app-cards .container.fakefluid .row {
        margin-left: 0;
        margin-right: 0;
    }

    #app-cards .container.fakefluid div[class^="col-"]:not(.col-fluid) {
        padding-left: 5%;
        padding-right: 5%;
    }

    #app-cards .card,
    #app-cards .placeholder {
        margin: 0;
    }

    #app-cards .placeholder {
        display: none;
        visibility: hidden;
    }
}

#app-cards .card {
    border-radius: 12px;
    border-color: #e6e6e6;
    text-align: center;
}

#app-cards .owl-carousel:not(.off) {
    cursor: move; /* se não suportado */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#app-cards .card-body {
    padding: 1rem 1rem 1.25rem 1rem;
}

#app-cards .card-body span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#app-cards .app-icone {
    padding: .5rem .5rem .8rem .5rem;
    line-height: 0;
    text-align: center;
}

#app-cards .app-icone img {
    display: inline;
    width: 100%;
    height: auto;
    max-width: 75px;
}

#app-cards .app-nome {
    font-weight: 600;
    color: #202124;
}

#app-cards .app-area {
    text-transform: uppercase;
    font-size: 12px;
}

/* owk-carousel */
.owl-carousel .owl-nav {
    padding-top: 3em;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border-radius: 999em;
    padding: .80em 1.5em .85em 1.5em !important;
    font-size: 1.129em;
    line-height: 1.2em;
    color: #fff;
    background-color: #1b3792;
    outline: none;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.owl-carousel .owl-nav button.owl-prev {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.owl-carousel .owl-nav button.owl-next {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
    display: block;
    line-height: 0;
    width: 1.5em;
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24" xml:space="preserve"><path style="fill:none; stroke:%23ffffff; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round;" d="M4.5,12h15"/><path style="fill:none; stroke:%23ffffff; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round;" d="M13.5,18l6-6l-6-6"/></svg>');
}

.owl-carousel .owl-nav button.owl-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button:hover {
    background-color: #ff8400;
    border-color: #ff8400;
    color: #fff;
}

.owl-carousel .owl-dots {
    margin-top: 1.5rem;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 999em;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ff8400;
}

/* gradientes */
.gradiente-ciano-90 {
    background: rgb(223,244,255);
    background: -moz-linear-gradient(90deg, rgba(241,250,255,1) 0%, rgba(223,244,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(241,250,255,1) 0%, rgba(223,244,255,1) 100%);
    background: linear-gradient(90deg, rgba(241,250,255,1) 0%, rgba(223,244,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1faff",endColorstr="#dff4ff",GradientType=1);
}

.gradiente-ciano-45 {
    background: rgb(223,244,255);
    background: -moz-linear-gradient(45deg, rgba(241,250,255,1) 0%, rgba(223,244,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(241,250,255,1) 0%, rgba(223,244,255,1) 100%);
    background: linear-gradient(45deg, rgba(241,250,255,1) 0%, rgba(223,244,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1faff",endColorstr="#dff4ff",GradientType=1);
}

.gradiente-azul-90 {
    background: rgb(0,95,186);
    background: -moz-linear-gradient(0deg, rgba(0,95,186,1) 0%, rgba(0,138,197,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,95,186,1) 0%, rgba(0,138,197,1) 100%);
    background: linear-gradient(0deg, rgba(0,95,186,1) 0%, rgba(0,138,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fba",endColorstr="#008ac5",GradientType=1);
}

.gradiente-auzl-45 {
    background: rgb(0,95,186);
    background: -moz-linear-gradient(-45deg, rgba(0,95,186,1) 0%, rgba(0,138,197,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,95,186,1) 0%, rgba(0,138,197,1) 100%);
    background: linear-gradient(-45deg, rgba(0,95,186,1) 0%, rgba(0,138,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fba",endColorstr="#008ac5",GradientType=1);
}

.gradiente-verde-90 {
    background: rgb(0,211,165);
    background: -moz-linear-gradient(0deg, rgba(0,211,165,1) 0%, rgba(0,205,170,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,211,165,1) 0%, rgba(0,205,170,1) 100%);
    background: linear-gradient(0deg, rgba(0,211,165,1) 0%, rgba(0,205,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d3a5",endColorstr="#00cdaa",GradientType=1);
}

.gradiente-verde-45 {
    background: rgb(0,211,165);
    background: -moz-linear-gradient(-45deg, rgba(0,211,165,1) 0%, rgba(0,205,170,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,211,165,1) 0%, rgba(0,205,170,1) 100%);
    background: linear-gradient(-45deg, rgba(0,211,165,1) 0%, rgba(0,205,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d3a5",endColorstr="#00cdaa",GradientType=1);
}

.col-border-right {
    border-right: 1px solid #e5e5e5;
}

.col-border-top {
    border-top: 1px solid #e5e5e5;
}

.font-white {
    color: #fff !important;
}

.card-body h3 {
    font-size: 22px; padding-top: 40px; padding-bottom: 10px; font-weight: 600;
}

.card-body p {
    color: #202124; font-size: 16px; font-weight: 300;
}

.pw-70 {
    width: 70%;
}

.card-body.badge {
    padding: 1rem;
}

.card-body.badge h3 {
    font-size: 15px; padding-top: 10px; font-weight: 300;
}

.card-body.badge img {
    height: 48px;
}

.card-body.features img {
    height: 60px;
}

.card-body.features-2 img {
    height: 100px;
}

.open-jobs {
    background-color: #f9f9f9 !important;
    padding: 50px;
}

.open-jobs .feature-card {
    border-radius: 2px;
}

.open-jobs .feature-card .card-body {
    padding: 1rem;
    border-top: 2px solid #1a8bc3;
}

.open-jobs .feature-card .card-body p {
    font-size: 14px;
}

.open-jobs .feature-card .card-body h3 {
    font-size: 15px;
    padding-top: 0;
}

.open-jobs .feature-card .card-body .btn-primary {
    float: right;
    position: relative;
}

.blog-details-area .card-body {
    padding: 0 0 3rem 0;
}

.blog-details-area .card-body h3 {
    padding-bottom: 20px;
}

.blog-details-area .card-body .btn-primary.left {
    float: right;
    position: relative;
    margin-top: -73px;
}

.font-light-blue {
    color: #0088c6 !important;
    font-weight: 300;
    font-size: 22px;
    padding-left: 100px;
    padding-right: 100px;
}

.font-blue {
    color: #0088c2;
}

.card.card-steps {
    padding-top: 30px;
    min-height: 520px;
}

.w-25 {
  width: 25% !important;
}

.w-35 {
  width: 35% !important;
}

.w-90 {
  width: 90% !important;
}

/* accordion */
.accordion-button {
    padding: 0.5rem 1.25rem !important;
    border-left: none;
    border-right: none;
    font-size: 1.07rem;
}

.accordion-button:not(.collapsed) {
    font-weight: 600;
    color: #0088c2;
    background-color: #fff;
    border-bottom: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-collapse {
    border: none;
}

.accordion-button:focus {
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}

.accordion-button:hover {
    font-weight: 600;
}

.article-author-icon::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 0.1rem;
    float: left;
    content: '\0000a0';
    background-image: url('../img/articles/icons/autor.svg?v=1');
    background-size: cover;
    background-repeat: no-repeat;
}

.article-clock-icon::before {
    width: 19px;
    height: 19px;
    margin-right: 8px;
    margin-top: 0.1rem;
    float: left;
    content: '\0000a0';
    background-image: url('../img/articles/icons/data.svg?v=1');
    background-size: cover;
    background-repeat: no-repeat;
}

.article-more-icon::before {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-top: 0.2rem;
    float: right;
    content: '\0000a0';
    background-image: url('../img/articles/icons/seta-leia-mais.svg?v=1');
    background-size: cover;
    background-repeat: no-repeat;
}

.article-box-image {
    border-left: 2px solid #38bba1;
}

.pl-25 {
    padding-left: 25px !important;
}

.currency-value {
    text-align: right;
    padding-right: 25px !important;
}

.service-icon {
    height: 40px;
    margin-bottom: 10px;
}

.signup-download {
    border-radius: 3px;
    position: relative;
    padding: 40px;
    background: #e0f4ff;
    margin-top: 0;
}