/*
** - Default CSS
** - Software Landing CSS
** - App Landing CSS
** - Host Landing CSS
** - Ride Landing CSS
** - Charity Landing CSS
** - Export Landing CSS
** - Event Landing CSS
** - Seo Landing CSS
** - Preloader CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/*-- Soft Landing Color --*/
/*-- App Landing Color --*/
/*-- Charity Landing Color --*/
/*-- Event Landing Color --*/
/*-- SEO Landing Color --*/
/*-- Default CSS --*/
body {
  font-family: "Poppins", sans-serif;
  color: #777777;
  background-color: #ffffff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.7;
}

a {
  transition: 0.5s all ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

.d-table-cell {
  vertical-align: middle;
}

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

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

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

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

button:focus {
  outline: 0;
}

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

/*-- End Default CSS --*/
/*----- Software Landing Page -----*/
/*-- Navbar --*/
.collapse:not(.show).active {
  display: block;
}

.modal-body {
  padding: 40px 30px 50px;
}
.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #08104d;
}
.modal-body p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-body .image-area {
  margin-bottom: 10px;
}
.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}
.modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
}
.modal-body .modal-item {
  margin-bottom: 30px;
}
.modal-body .social-area {
  text-align: center;
}
.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #08104d;
}
.modal-body .social-area ul {
  margin: 0;
  padding: 0;
}
.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}
.modal-body .social-area ul li a {
  display: block;
  color: #08104d;
  border: 1px solid #08104d;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center;
}
.modal-body .social-area ul li a:hover {
  color: #ffffff;
  background-color: #08104d;
}

#myModalRight {
  z-index: 99999;
  padding-right: 0 !important;
}

.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
}
.modal.modal-right.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
  border: none;
}
.modal.modal-left .modal-dialog {
  transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}
.modal.modal-right .modal-dialog {
  transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

.menu-shrink {
  background-color:#08104d;
  padding-top: 12px;
  padding-bottom: 12px;
}

/*-- End Navbar --*/
.default-btn {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  background-color: #48d683;
  padding: 12px 25px;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
.default-btn:hover {
  color: #ffffff;
  background-color: #f42e14;
}

/*
Nav Area Style
======================================================*/
.nav-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  width: 100% !important;
}
.nav-area .navbar-area.is-sticky .main-nav {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
}
.nav-area .navbar-area .main-nav {
  background-color: #ffffff;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-area .navbar-area .main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 16px;
  color: #08104d;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #f42e14;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #f42e14;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scaleX(0);
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #08104d;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #f42e14;
  transition: all 0.5s;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  transition: all 0.5s;
  font-size: 20px;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #f42e14;
  background-color: #f3f3f3;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #f42e14;
  background-color: #f3f3f3;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleX(1);
}
.nav-area .others-option {
  position: relative;
}
.nav-area .others-option.app .get-quote {
  position: relative;
  top: -8px;
}
.nav-area .others-option.app .get-quote .default-btn {
  background-color: transparent;
  border: 1px solid #08104d;
  color: #08104d;
}
.nav-area .others-option.app .get-quote .default-btn:hover {
  background-color: #08104d;
  color: #ffffff;
}
.nav-area .others-option.app .get-quote .default-btn.active {
  background-color: #08104d;
  color: #ffffff;
  margin-left: 10px;
}
.nav-area .others-option.app .get-quote .default-btn.active:hover {
  background-color: #ffffff;
  color: #08104d;
}
.nav-area .others-option .charity-nav-wrap {
  position: relative;
  top: 3px;
}
.nav-area .others-option .charity-nav-wrap .cart {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  margin-right: 5px;
}
.nav-area .others-option .charity-nav-wrap .cart:hover {
  color: #16b02f;
}
.nav-area .others-option .charity-nav-wrap .search-icon {
  font-size: 22px;
  position: relative;
  top: 1px;
  color: #ffffff;
  border: 0;
  outline: none;
  transition: all 0.5s;
  background-color: transparent;
}
.nav-area .others-option .charity-nav-wrap .search-icon:hover {
  color: #16b02f;
}
.nav-area .others-option .charity-nav-wrap .search-toggle .search-icon.icon-close {
  display: none;
}
.nav-area .others-option .charity-nav-wrap .search-toggle.opened .search-icon.icon-search {
  display: none;
}
.nav-area .others-option .charity-nav-wrap .search-toggle.opened .search-icon.icon-close {
  display: block;
}
.nav-area .others-option .charity-nav-wrap .nav-srh {
  position: relative;
  display: inline-block;
}
.nav-area .others-option .charity-nav-wrap .nav-srh .search-area {
  position: absolute;
  right: 8px;
  bottom: -105px;
  z-index: 5;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.nav-area .others-option .charity-nav-wrap .nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: transparent;
  font-size: 20px;
  color: #515151;
  transition: all 0.5s;
}
.nav-area .others-option .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
  color: #16b02f;
}
.nav-area .others-option .charity-nav-wrap .nav-srh .search-area .src-input {
  outline: none;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  background-color: rgba(221, 221, 221, 0.5019607843);
  border: 1px solid #ddd;
  font-size: 16px;
  height: 45px;
  border-radius: 0;
}
.nav-area .others-option .charity-nav-wrap .nav-srh .search-area.opened {
  max-height: 100px;
  padding: 20px 25px;
  box-shadow: 0px 0px 15px rgba(221, 221, 221, 0.5019607843);
}
.nav-area .others-option .charity-nav-wrap .side-icon {
  display: inline-block;
}
.nav-area .others-option .charity-nav-wrap .side-icon .modal-btn {
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3882352941);
  position: relative;
  top: -4px;
  margin-left: 2px;
  transition: all 0.5s;
}
.nav-area .others-option .charity-nav-wrap .side-icon .modal-btn:hover {
  background-color: #16b02f;
}
.nav-area .others-option .charity-nav-wrap .donate {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-left: 12px;
  background-color: #16b02f;
  position: relative;
  top: -3px;
}
.nav-area .others-option .charity-nav-wrap .donate:hover {
  color: #484848;
  background-color: #ffffff;
}

.charity-nav-area.nav-area .navbar-area .main-nav {
  background-color: transparent;
}
.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #48d683;
}
.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #48d683;
}
.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #48d683;
  background-color: #f3f3f3;
}
.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #48d683;
  background-color: #f3f3f3;
}
.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #48d683;
}
.charity-nav-area.nav-area .navbar-area.is-sticky {
  background-color: #08104d;
}
.charity-nav-area.nav-area .navbar-area.is-sticky .main-nav {
  background-color: #08104d;
}

.event-nav-area.nav-area .navbar-area .main-nav {
  border-bottom: 1px solid #405968;
  background-color: transparent;
}
.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #f42e14;
}
.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #f42e14;
}
.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #f42e14;
}
.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #f42e14;
}
.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #f42e14;
}
.event-nav-area.nav-area .navbar-area.is-sticky {
  background-color: #08104d;
}
.event-nav-area.nav-area .navbar-area.is-sticky .main-nav {
  background-color: #08104d;
}
.event-nav-area.nav-area .charity-nav-wrap .cart:hover {
  color: #eb621f;
}
.event-nav-area.nav-area .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
  color: #eb621f;
}
.event-nav-area.nav-area .charity-nav-wrap .search-icon:hover {
  color: #eb621f;
}
.event-nav-area.nav-area .charity-nav-wrap .side-icon .modal-btn:hover {
  background-color: #eb621f;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown {
  display: inline-block;
  top: -6px;
  border-right: 1px solid #405968;
  margin-right: 13px;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle {
  color: #ffffff;
  font-size: 15px;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle::after {
  display: none;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle img {
  margin-right: 5px;
  box-shadow: 0px 0px 25px 0px #ddd;
  border-radius: 50%;
  max-width: 20px;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu {
  transition: all 0.5s;
  display: block;
  z-index: -999;
  opacity: 0;
  left: 999px;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu .dropdown-item {
  color: #4c4c4c;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu .dropdown-item img {
  margin-right: 5px;
  border-radius: 50%;
  max-width: 20px;
}
.event-nav-area.nav-area .charity-nav-wrap .dropdown.show .dropdown-menu {
  opacity: 1;
  z-index: 1000;
  left: 0;
}

.export-nav-area.nav-area .navbar-area .main-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3803921569);
  margin-top: 44px;
  background-color: transparent;
}
.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #0063dd;
}
.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #0063dd;
}
.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #0063dd;
  background-color: #f3f3f3;
}
.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0063dd;
  background-color: #f3f3f3;
}
.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #0063dd;
}
.export-nav-area.nav-area .navbar-area.is-sticky {
  background-color: #08104d;
}
.export-nav-area.nav-area .navbar-area.is-sticky .main-nav {
  background-color: #08104d;
  margin-top: 0;
}
.export-nav-area.nav-area .charity-nav-wrap .cart:hover {
  color: #0063dd;
}
.export-nav-area.nav-area .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
  color: #0063dd;
}
.export-nav-area.nav-area .charity-nav-wrap .search-icon:hover {
  color: #0063dd;
}
.export-nav-area.nav-area .charity-nav-wrap .side-icon .modal-btn:hover {
  background-color: #0063dd;
}

.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #777777;
}
.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #f42e14;
}
.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #f42e14;
}
.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #f42e14;
}
.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #f42e14;
}
.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #f42e14;
}
.host-nav-area.nav-area .navbar-area.is-sticky {
  background-color: #ffffff;
}
.host-nav-area.nav-area .navbar-area.is-sticky .main-nav {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
}
.host-nav-area.nav-area .host-nav-wrap {
  position: relative;
  top: -2px;
}
.host-nav-area.nav-area .host-nav-wrap .nice-select {
  color: #777777;
}
.host-nav-area.nav-area .host-nav-wrap .nice-select:after {
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown {
  display: inline-block;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-toggle {
  color: #4c4c4c;
  font-size: 15px;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-toggle::after {
  display: none;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-toggle img {
  margin-right: 5px;
  box-shadow: 0px 0px 25px 0px #ddd;
  border-radius: 50%;
  max-width: 20px;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-toggle i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-menu {
  transition: all 0.5s;
  display: block;
  z-index: -999;
  opacity: 0;
  left: 999px;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-menu .dropdown-item {
  color: #4c4c4c;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-menu .dropdown-item img {
  margin-right: 5px;
  max-width: 20px;
  border-radius: 50%;
}
.host-nav-area.nav-area .host-nav-wrap .dropdown.show .dropdown-menu {
  opacity: 1;
  z-index: 1000;
  left: 0;
}
.host-nav-area.nav-area .host-nav-wrap .purchase-btn {
  display: inline-block;
}
.host-nav-area.nav-area .host-nav-wrap .purchase-btn a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  background-color: #f42e14;
  border-radius: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.host-nav-area.nav-area .host-nav-wrap .purchase-btn a:hover {
  color: #ffffff;
  background-color: #08104d;
}
.host-nav-area.nav-area .host-nav-wrap .side-icon {
  display: inline-block;
}
.host-nav-area.nav-area .host-nav-wrap .side-icon .modal-btn {
  color: #1a1a1a;
  font-size: 32px;
  padding: 0 5px;
  line-height: 10px;
}

.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #777777;
}
.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #f42e14;
}
.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #f42e14;
}
.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #f42e14;
}
.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #f42e14;
}
.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #f42e14;
}
.seo-nav-area.nav-area .navbar-area.is-sticky {
  background-color: #ffffff;
}
.seo-nav-area.nav-area .charity-nav-wrap .nice-select {
  color: #777777;
}
.seo-nav-area.nav-area .charity-nav-wrap .nice-select:after {
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
}
.seo-nav-area.nav-area .charity-nav-wrap .cart:hover {
  color: #f42e14;
}
.seo-nav-area.nav-area .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
  color: #f42e14;
}
.seo-nav-area.nav-area .charity-nav-wrap .search-icon {
  background-color: #e0e0e0;
  color: #4c4c4c;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.seo-nav-area.nav-area .charity-nav-wrap .search-icon:hover {
  color: #f42e14;
}
.seo-nav-area.nav-area .charity-nav-wrap .side-icon .modal-btn {
  background-color: #e0e0e0;
  color: #4c4c4c;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin-left: 10px;
}
.seo-nav-area.nav-area .charity-nav-wrap .side-icon .modal-btn:hover {
  color: #f42e14;
  background-color: #e0e0e0;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown {
  display: inline-block;
  top: -6px;
  border-right: 1px solid #e0e0e0;
  margin-right: 13px;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle {
  color: #777777;
  font-size: 15px;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle::after {
  display: none;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle img {
  margin-right: 5px;
  box-shadow: 0px 0px 25px 0px #ddd;
  border-radius: 50%;
  max-width: 20px;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu {
  transition: all 0.5s;
  display: block;
  z-index: -999;
  opacity: 0;
  left: 999px;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu .dropdown-item {
  color: #4c4c4c;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu .dropdown-item img {
  margin-right: 5px;
  border-radius: 50%;
  max-width: 20px;
}
.seo-nav-area.nav-area .charity-nav-wrap .dropdown.show .dropdown-menu {
  opacity: 1;
  z-index: 1000;
  left: 0;
}

.software-nav-area.nav-area .navbar-area .main-nav {
  background-color: transparent;
}
.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #48d683;
}
.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #48d683;
}
.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #48d683;
}
.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #48d683;
}
.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #48d683;
}
.software-nav-area.nav-area .navbar-area.is-sticky {
  background-color: #08104d;
}
.software-nav-area.nav-area .navbar-area.is-sticky .main-nav {
  background-color: #08104d;
}
.software-nav-area.nav-area .others-option .side-nav-wrap img {
  display: inline-block;
  max-width: 20px;
  margin-right: 2px;
  position: relative;
  top: -1px;
  border-radius: 50%;
}
.software-nav-area.nav-area .others-option .side-nav-wrap .dropdown, .software-nav-area.nav-area .others-option .side-nav-wrap .dropleft, .software-nav-area.nav-area .others-option .side-nav-wrap .dropright, .software-nav-area.nav-area .others-option .side-nav-wrap .dropup {
  display: inline-block;
}
.software-nav-area.nav-area .others-option .side-nav-wrap .dropdown-toggle {
  color: #ffffff;
  font-size: 16px;
}
.software-nav-area.nav-area .others-option .side-nav-wrap .side-icon {
  display: inline-block;
}
.software-nav-area.nav-area .others-option .side-nav-wrap .dropdown-menu {
  min-width: 120px;
}
.software-nav-area.nav-area .others-option .side-nav-wrap .dropdown-menu .dropdown-item {
  padding: 6px 10px;
  font-size: 15px;
}
.software-nav-area.nav-area .others-option .side-nav-wrap .modal-btn {
  padding: 0;
  color: #510eb7;
  font-size: 30px;
  position: relative;
  top: 1px;
  margin-left: 10px;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 40px;
  font-size: 25px;
  border-radius: 0 0 0 10px;
  transition: all 0.5s;
}
.software-nav-area.nav-area .others-option .side-nav-wrap .modal-btn:hover {
  border-radius: 0;
}


/*-- Introduce --*/
.software-introduce-area .section-title {
  margin-bottom: 30px;
  margin-top: -6px;
}
.software-introduce-area .section-title h2 {
  max-width: 100%;
}

.software-introduce-item {
  margin-bottom: 30px;
}
.software-introduce-item p {
  margin-bottom: 30px;
}

.software-common-btn {
  display: inline-block;
  font-size: 16px;
  padding: 13px 22px 14px 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  color: #ffffff;
  background-color: #4ade61;
  overflow: hidden;
}
.software-common-btn i {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: 3px;
  display: inline-block;
  color: #ffffff;
  transition: all 0.5s;
}
.software-common-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(74, 222, 98) 10%, rgb(71, 210, 145) 69%);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
  transition: all 0.5s;
}
.software-common-btn:hover {
  color: #ffffff;
}
.software-common-btn:hover:before {
  height: 0;
}
.software-common-btn:hover i {
  color: #ffffff;
}

.section-title {
  margin-bottom: 50px;
  margin-top: -6px;
}
.section-title p {
  font-weight: 500;
  font-size: 15px;
  color: #08104d;
  background: linear-gradient(90deg, rgb(44, 12, 135) 10%, rgb(72, 9, 170) 69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  max-width: 500px;
}
.section-title p:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 5px;
  left: 0;
  border: 2px solid #3b0a99;
}
.section-title h2 {
  color: #08104d;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 0;
}
.section-title h2 span {
  border-bottom: 3px solid #a1ffb7;
  display: inline-block;
}

/*-- End Introduce --*/
/*-- Features --*/
.soft-feature-area {
  position: relative;
}
.soft-feature-area .section-title {
  text-align: center;
}
.soft-feature-area .section-title h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.soft-feature-area .soft-feature-shape img {
  position: absolute;
  top: 0;
  right: 0;
}
.soft-feature-area .soft-feature-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #ececec;
  padding: 20px 30px 30px;
  transition: all 0.5s;
  margin-left: 5px;
  margin-right: 5px;
}
.soft-feature-area .soft-feature-item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3098039216);
}
.soft-feature-area .soft-feature-item img {
  margin-bottom: 20px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.soft-feature-area .soft-feature-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 15px;
}
.soft-feature-area .soft-feature-item ul {
  margin: 0;
  padding: 0;
}
.soft-feature-area .soft-feature-item ul li {
  list-style-type: none;
  display: block;
  font-size: 16px;
  color: #08104d;
  margin-bottom: 10px;
}
.soft-feature-area .soft-feature-item ul li:last-child {
  margin-bottom: 0;
}
.soft-feature-area .soft-feature-item ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.soft-feature-area .soft-feature-item a {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #47d291;
  background-color: #d7f4dc;
  padding: 13px 30px;
  border-radius: 8px;
  margin-top: 30px;
  text-transform: uppercase;
}
.soft-feature-area .soft-feature-item a i {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.soft-feature-area .soft-feature-item a:hover {
  color: #ffffff;
  background-color: #08104d;
}
.soft-feature-area .owl-theme .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  border: 2px solid #4ade63;
  margin-bottom: 3px;
}
.soft-feature-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #9dffb4;
  margin-left: 12px;
  margin-right: 12px;
}
.soft-feature-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: relative;
}
.soft-feature-area .owl-theme .owl-nav.disabled + .owl-dots:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: -1px;
  right: 0;
  bottom: 16px;
  background-color: #9dffb4;
  margin-left: auto;
  margin-right: auto;
}

/*-- End Features --*/
/*-- Offers --*/
.soft-offer-area {
  position: relative;
}
.soft-offer-area .section-title {
  text-align: center;
}
.soft-offer-area .section-title h2 {
  max-width: 100%;
  font-weight: 500;
  font-size: 30px;
}
.soft-offer-area .soft-offer-shape img {
  position: absolute;
}
.soft-offer-area .soft-offer-shape img:nth-child(1) {
  position: absolute;
  left: 5%;
  top: 100px;
  animation: a-four 15s infinite linear;
}
.soft-offer-area .soft-offer-shape img:nth-child(2) {
  position: absolute;
  right: 5%;
  bottom: 60px;
  animation: a-four 15s infinite linear;
}
.soft-offer-area .soft-offer-slider {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.soft-offer-area .soft-offer-slider .owl-prev {
  font-size: 30px !important;
  color: #bebebe !important;
  position: absolute;
  left: -5%;
  top: -10px;
  transition: all 0.5s;
}
.soft-offer-area .soft-offer-slider .owl-prev:hover {
  color: #47d291 !important;
  background-color: transparent !important;
}
.soft-offer-area .soft-offer-slider .owl-next {
  font-size: 30px !important;
  color: #bebebe !important;
  position: absolute;
  right: -5%;
  top: -10px;
  transition: all 0.5s;
}
.soft-offer-area .soft-offer-slider .owl-next:hover {
  color: #47d291 !important;
  background-color: transparent !important;
}
.soft-offer-area .soft-offer-item img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes a-four {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-- End Offers --*/

/*-- Services --*/
.soft-service-area {
  position: relative;
}
.soft-service-area .soft-service-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.soft-service-area .soft-service-btn {
  display: flex;
  flex-wrap: wrap;
}
.soft-service-area .soft-service-btn .soft-service-left {
  flex: 0 0 50%;
  max-width: 50%;
}
.soft-service-area .soft-service-btn .soft-service-right {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.soft-service-area .soft-service-btn .soft-service-right .software-common-btn {
  box-shadow: 0px 0px 35px 0px rgba(74, 222, 97, 0.3490196078);
}
.soft-service-area .soft-service-item {
  margin-bottom: 30px;
  padding: 30px 35px 30px;
  background-color: #ffffff;
  transition: all 0.5s;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.soft-service-area .soft-service-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(221, 221, 221, 0.5490196078);
}
.soft-service-area .soft-service-item img {
  margin-bottom: 20px;
  max-width: 75px;
}
.soft-service-area .soft-service-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 15px;
}
.soft-service-area .soft-service-item p {
  margin-bottom: 0;
}

/*-- End Services --*/

/*-- Solution --*/
.soft-solution-area {
  background-color: #fafafa;
  position: relative;
  padding-bottom: 40px;
}
.soft-solution-area .soft-solution-shape img {
  position: absolute;
}
.soft-solution-area .soft-solution-shape img:nth-child(1) {
  top: 18%;
  right: 0;
}
.soft-solution-area .soft-solution-shape img:nth-child(2) {
  top: 0;
  left: 0;
}
.soft-solution-area .soft-solution-shape img:nth-child(3) {
  top: 6%;
  left: 4%;
  animation: a-six 10s infinite linear;
}
.soft-solution-area .soft-solution-shape img:nth-child(4) {
  top: 26%;
  left: 4%;
  animation: a-seven 10s infinite linear;
}
.soft-solution-area .soft-solution-shape img:nth-child(5) {
  top: 15%;
  right: 5%;
  animation: a-four 15s infinite linear;
}
.soft-solution-area .section-title {
  margin-bottom: 30px;
}
.soft-solution-area .soft-solution-item {
  margin-bottom: 60px;
}
.soft-solution-area .soft-solution-item p {
  margin-bottom: 30px;
}
.soft-solution-area .soft-solution-two p {
  margin-bottom: 20px;
}
.soft-solution-area .soft-solution-two ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.soft-solution-area .soft-solution-two ul li {
  list-style-type: none;
  display: block;
  color: #08104d;
  margin-bottom: 10px;
}
.soft-solution-area .soft-solution-two ul li:last-child {
  margin-bottom: 0;
}
.soft-solution-area .soft-solution-two ul li i {
  display: inline-block;
  color: #222222;
  position: relative;
  top: 3px;
  margin-right: 5px;
  font-size: 20px;
}

@keyframes a-six {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes a-seven {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*-- End Solution --*/
/*-- Contact Form --*/
.soft-contact-form-area {
  padding-bottom: 195px;
}
.soft-contact-form-area .section-title {
  text-align: center;
}
.soft-contact-form-area .form-group {
  margin-bottom: 30px;
}
.soft-contact-form-area .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: none;
  padding-left: 20px;
  font-size: 15px;
  background-color: #f6f6f6;
}
.soft-contact-form-area .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.soft-contact-form-area .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}
.soft-contact-form-area .form-group .list-unstyled {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  color: #dc3545;
}
.soft-contact-form-area .text-danger {
  color: #dc3545;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 24px;
}
.soft-contact-form-area .text-success {
  color: #28a745;
  margin-top: 25px;
  font-size: 24px;
}
.soft-contact-form-area .soft-contact-btn {
  text-align: center;
  border-radius: 0;
  padding: 15px 35px;
  color: #ffffff;
  background-color: #08104d;
  font-size: 16px;
  opacity: 1;
  font-weight: 500;
  transition: all 0.5s;
}
.soft-contact-form-area .soft-contact-btn:hover {
  color: #ffffff;
  background-color: #4ade61;
}

/*-- End Contact Form --*/
/*-- Project --*/
.soft-project-area {
  position: relative;
  top: -100px;
}
.soft-project-area .soft-project-wrap {
  background-color: #450ba7;
  border-radius: 5px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
}
.soft-project-area .soft-project-wrap img {
  position: absolute;
  width: auto;
}
.soft-project-area .soft-project-wrap img:nth-child(1) {
  top: 0;
  left: 0;
}
.soft-project-area .soft-project-wrap img:nth-child(2) {
  bottom: -18px;
  left: -20px;
}
.soft-project-area .soft-project-wrap .soft-project-item {
  margin-bottom: 30px;
}
.soft-project-area .soft-project-wrap .soft-project-item h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 0;
}
.soft-project-area .soft-project-wrap .soft-project-right {
  text-align: right;
}

/*-- End Project --*/
/*-- Footer --*/
.soft-footer-area .soft-footer-item {
  margin-bottom: 30px;
}
.soft-footer-area .soft-footer-item #map {
  height: 205px;
  width: 100%;
  border: 0;
}
.soft-footer-area .soft-footer-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 35px;
}
.soft-footer-area .soft-footer-item .soft-footer-address ul {
  margin: 0;
  padding: 0;
}
.soft-footer-area .soft-footer-item .soft-footer-address ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  color: #313555;
}
.soft-footer-area .soft-footer-item .soft-footer-address ul li:last-child {
  margin-bottom: 0;
}
.soft-footer-area .soft-footer-item .soft-footer-address ul li a {
  display: block;
  color: #313555;
}
.soft-footer-area .soft-footer-item .soft-footer-address ul li a:hover {
  color: #4ade61;
}
.soft-footer-area .soft-footer-item .soft-footer-address ul li i {
  display: inline-block;
  background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 3px;
  left: 0;
  margin-right: 5px;
  font-size: 20px;
}
.soft-footer-area .soft-footer-item .soft-footer-blog ul {
  margin: 0;
  padding: 0;
}
.soft-footer-area .soft-footer-item .soft-footer-blog ul li {
  list-style-type: none;
  display: block;
  color: #313555;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.soft-footer-area .soft-footer-item .soft-footer-blog ul li:last-child {
  margin-bottom: 0;
}
.soft-footer-area .soft-footer-item .soft-footer-blog ul li a {
  color: #313555;
  font-size: 15px;
  margin-bottom: 3px;
  display: block;
}
.soft-footer-area .soft-footer-item .soft-footer-blog ul li a:hover {
  color: #4ade61;
}
.soft-footer-area .soft-footer-item .soft-footer-blog ul li span {
  display: block;
  font-size: 12px;
}
.soft-footer-area .soft-footer-item .soft-footer-blog ul li i {
  background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 5px;
  font-size: 22px;
}
.soft-footer-area .soft-footer-item .soft-footer-logo a {
  display: block;
  margin-bottom: 20px;
}
.soft-footer-area .soft-footer-item .soft-footer-logo p {
  margin-bottom: 20px;
  color: #313555;
}
.soft-footer-area .soft-footer-item .soft-footer-logo ul {
  margin: 0;
  padding: 0;
}
.soft-footer-area .soft-footer-item .soft-footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.soft-footer-area .soft-footer-item .soft-footer-logo ul li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  color: #4ade61;
  background-color: #c8f5cf;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.soft-footer-area .soft-footer-item .soft-footer-logo ul li a:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(74, 222, 98) 10%, rgb(71, 210, 145) 69%);
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.soft-footer-area .soft-footer-item .soft-footer-logo ul li a:hover {
  color: #ffffff;
}
.soft-footer-area .soft-footer-item .soft-footer-logo ul li a:hover:before {
  opacity: 1;
}

/*-- End Footer --*/
/*-- Copyright --*/
.soft-copyright-area {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}
.soft-copyright-area .soft-copyright-item p {
  color: #5d617a;
  font-size: 14px;
  margin-bottom: 0;
}
.soft-copyright-area .soft-copyright-item p a {
  display: inline-block;
  color: #5d617a;
}
.soft-copyright-area .soft-copyright-item p a:hover {
  color: #4ade61;
}
.soft-copyright-area .soft-copyright-item ul {
  margin: 0;
  padding: 0;
}
.soft-copyright-area .soft-copyright-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 30px;
}
.soft-copyright-area .soft-copyright-item ul li a {
  display: block;
  color: #5d617a;
  font-size: 14px;
}
.soft-copyright-area .soft-copyright-item ul li a:hover {
  color: #4ade61;
}
.soft-copyright-area .soft-copyright-right {
  text-align: right;
}

/*-- End Copyright --*/
/*----- End software Landing Page -----*/
/*----- App Landing Page -----*/
/*-- Navbar --*/
.navbar-light-two {
  background-color: #ffffff;
}
.navbar-light-two .navbar-nav .nav-item .nav-link {
  color: #626263;
  transition: all 0.5s;
}
.navbar-light-two .navbar-nav .nav-item .nav-link.active {
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.2s ease-in-out;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: unset;
}
.navbar-light-two .navbar-nav .nav-item .nav-link:focus, .navbar-light-two .navbar-nav .nav-item .nav-link:hover {
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.2s ease-in-out;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: unset;
}
.navbar-light-two .navbar-nav .nav-item .nav-link:before {
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
}
.navbar-light-two .app-side-nav a {
  font-size: 15px;
  display: inline-block;
  padding: 13px 25px;
  color: #ffffff;
  border-radius: 30px;
  transition: all 0.5s;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.navbar-light-two .app-side-nav .side-nav-left {
  border: 1px solid #08104d;
  color: #08104d;
  margin-right: 5px;
}
.navbar-light-two .app-side-nav .side-nav-left:hover {
  color: #ffffff;
  background-color: #08104d;
}
.navbar-light-two .app-side-nav .side-nav-right {
  color: #ffffff;
  background-color: #08104d;
}
.navbar-light-two .app-side-nav .side-nav-right:hover {
  background-color: unset;
  border: 1px solid #08104d;
  color: #08104d;
}
.navbar-light-two.menu-shrink {
  box-shadow: 0px 0px 15px 0px #ddd;
}

/*-- End Navbar --*/
/*-- Banner --*/
.app-banner-area {
  position: relative;
  background-image: url("../images/banner/2.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.app-banner-area .banner-shape img {
  position: absolute;
  z-index: -1;
}
.app-banner-area .banner-shape img:nth-child(1) {
  display: none;
}
.app-banner-area .banner-shape img:nth-child(2) {
  top: 36%;
  left: 50px;
  max-width: 40px;
  animation: app-ani-seven 8s infinite linear;
}
.app-banner-area .banner-shape img:nth-child(3) {
  bottom: 205px;
  left: 35px;
  animation: app-ani-eight 12s infinite linear;
}
.app-banner-area .banner-shape img:nth-child(4) {
  top: 15%;
  left: 30%;
  animation: app-ani-nine 10s infinite linear;
}
.app-banner-area .banner-shape img:nth-child(5) {
  bottom: 385px;
  left: 80px;
  animation: app-ani-ten 25s infinite linear;
}
.app-banner-area .banner-shape img:nth-child(6) {
  right: 0;
  top: 140px;
  z-index: 1;
  animation: app-ani-two 5s infinite linear;
}
.app-banner-area .banner-shape img:nth-child(7) {
  right: 0;
  top: 420px;
  z-index: 1;
  animation: app-ani-three 5s infinite linear;
}
.app-banner-area .banner-shape img:nth-child(8) {
  right: 0;
  bottom: 140px;
  z-index: 1;
  animation: app-ani-four 5s infinite linear;
}
.app-banner-area .banner-content {
  padding-top: 200px;
  padding-bottom: 142px;
}
.app-banner-area .banner-content span {
  color: #08104d;
  font-weight: 500;
  font-size: 17px;
  display: block;
}
.app-banner-area .banner-content img {
  display: block;
  max-width: 90px;
  margin-top: -8px;
}
.app-banner-area .banner-content h1 {
  font-weight: 700;
  font-size: 60px;
  color: #08104d;
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.app-banner-area .banner-content p {
  margin-bottom: 35px;
  max-width: 535px;
}
.app-banner-area .banner-content .banner-btn a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 14px 25px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  text-transform: uppercase;
}
.app-banner-area .banner-content .banner-btn a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s;
  opacity: 1;
}
.app-banner-area .banner-content .banner-btn a:hover {
  color: #d030af;
  box-shadow: 0px 0px 20px 0px #e0c5e8;
}
.app-banner-area .banner-content .banner-btn a:hover img {
  display: none;
}
.app-banner-area .banner-content .banner-btn a:hover:before {
  height: 0;
  opacity: 0;
}
.app-banner-area .banner-content .banner-btn .banner-btn-left {
  margin-right: 10px;
}
.app-banner-area .banner-content .banner-btn .banner-btn-left img {
  position: absolute;
  z-index: -1;
  left: 12px;
  top: 10px;
  display: inline-block;
  transition: all 0.5s;
}
.app-banner-area .banner-content .banner-btn .banner-btn-right {
  color: #d030af;
  background-color: #f5d6ef;
  box-shadow: 0px 0px 20px 0px #e0c5e8;
}
.app-banner-area .banner-content .banner-btn .banner-btn-right:before {
  opacity: 0;
  height: 0;
}
.app-banner-area .banner-content .banner-btn .banner-btn-right:hover {
  color: #ffffff;
  box-shadow: none;
}
.app-banner-area .banner-content .banner-btn .banner-btn-right:hover:before {
  opacity: 1;
  height: 100%;
}
.app-banner-area .banner-content .banner-download {
  margin-top: 120px;
}
.app-banner-area .banner-content .banner-download p {
  margin-bottom: 15px;
}
.app-banner-area .banner-content .banner-download ul {
  margin: 0;
  padding: 0;
}
.app-banner-area .banner-content .banner-download ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
}
.app-banner-area .banner-content .banner-download ul li:last-child {
  margin-right: 0;
}
.app-banner-area .banner-content .banner-download ul li a {
  display: block;
}
.app-banner-area .banner-img {
  height: 100%;
  width: 100%;
  position: relative;
}
.app-banner-area .banner-img img {
  position: absolute;
}
.app-banner-area .banner-img img:nth-child(1) {
  max-width: 628px;
  left: -50px;
  bottom: 130px;
  z-index: 1;
  animation: app-ani-one 5s infinite linear;
}
.app-banner-area .banner-img img:nth-child(2) {
  bottom: 370px;
  left: -55px;
  max-width: 120px;
  z-index: -1;
}
.app-banner-area .banner-img img:nth-child(3) {
  left: 175px;
  bottom: 450px;
  max-width: 170px;
}
.app-banner-area .banner-img img:nth-child(4) {
  right: 140px;
  bottom: 0;
  animation: app-ani-five 5s infinite linear;
}
@keyframes app-ani-one {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-two {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-three {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-four {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-five {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-six {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes app-ani-seven {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(30px, -30px);
  }
  80% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-eight {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(50px, -50px);
  }
  80% {
    transform: translate(80px, 80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-nine {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(45deg);
  }
  80% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes app-ani-ten {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(150px, -150px);
  }
  80% {
    transform: translate(180px, 180px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*-- End Banner --*/
/*-- Feature --*/
.app-section-title {
  text-align: center;
  margin-bottom: 45px;
  margin-top: -4px;
}
.app-section-title span {
  font-weight: 500;
  font-size: 16px;
  color: #08104d;
  display: block;
  text-transform: capitalize;
}
.app-section-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7px;
  margin-bottom: 10px;
}
.app-section-title h2 {
  font-weight: 700;
  font-size: 35px;
  color: #08104d;
}

.app-feature-area .feature-wrap {
  padding: 50px 65px;
  box-shadow: 0px 0px 40px 0px rgba(221, 221, 221, 0.4392156863);
}
.app-feature-area .feature-wrap .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
.app-feature-area .feature-wrap .feature-item {
  text-align: center;
  background-color: #fafafa;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
.app-feature-area .feature-wrap .feature-item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  transition: all 0.5s;
}
.app-feature-area .feature-wrap .feature-item:hover i {
  color: #ffffff;
}
.app-feature-area .feature-wrap .feature-item:hover h3 {
  color: #ffffff;
}
.app-feature-area .feature-wrap .feature-item:hover p {
  color: #ffffff;
}
.app-feature-area .feature-wrap .feature-item:hover a {
  color: #ffffff;
}
.app-feature-area .feature-wrap .feature-item:hover:before {
  width: 100%;
}
.app-feature-area .feature-wrap .feature-item.active i {
  color: #ffffff;
}
.app-feature-area .feature-wrap .feature-item.active h3 {
  color: #ffffff;
}
.app-feature-area .feature-wrap .feature-item.active p {
  color: #ffffff;
}
.app-feature-area .feature-wrap .feature-item.active a {
  color: #ffffff;
}
.app-feature-area .feature-wrap .feature-item.active:before {
  width: 100%;
}
.app-feature-area .feature-wrap .feature-item i {
  display: block;
  color: #e9074c;
  margin-bottom: 14px;
  font-size: 40px;
  transition: all 0.5s;
}
.app-feature-area .feature-wrap .feature-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.app-feature-area .feature-wrap .feature-item p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #666666;
  transition: all 0.5s;
}
.app-feature-area .feature-wrap .feature-item a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #08104d;
}

/*-- End Feature --*/
/*-- Company --*/
.app-company-area {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.company-item{ line-height:180px; background:#fff;}
.app-company-area .company-item a {
  display: block; border:1px solid #EBEBEB; margin-left: auto; margin-right: auto; height:180px;
}

.owl-carousel .owl-item img {  padding:15px; line-height:200px;}

/*-- End Company --*/
/*-- Tools --*/
.app-tools-area .tools-item .app-section-title {
  text-align: left;
  margin-bottom: 20px;
}
.app-tools-area .tools-item .app-section-title img {
  margin-left: 0;
}
.app-tools-area .tools-item p {
  margin-bottom: 20px;
}
.app-tools-area .tools-item .tools-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.app-tools-area .tools-item .tools-inner-wrap .tools-left {
  flex: 0 0 50%;
  max-width: 50%;
}
.app-tools-area .tools-item .tools-inner-wrap .tools-right {
  flex: 0 0 50%;
  max-width: 50%;
}
.app-tools-area .tools-item .tools-inner-wrap ul {
  margin: 0;
  padding: 0;
}
.app-tools-area .tools-item .tools-inner-wrap ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
}
.app-tools-area .tools-item .tools-inner-wrap ul li:hover i {
  border-radius: 50%;
}
.app-tools-area .tools-item .tools-inner-wrap ul li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 52px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  font-size: 22px;
  border-radius: 40px 30px 45px 0;
  margin-right: 10px;
  box-shadow: 0px 0px 20px 0px #f6dbf1;
  transition: all 0.5s;
}
.app-tools-area .tools-item .tools-inner-wrap ul li span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #08104d;
  position: relative;
  top: -3px;
}

/*-- End Tools --*/

/*-- Work --*/
.app-work-area .col-lg-3 {
  padding-left: 7px;
  padding-right: 7px;
}
.app-work-area .col-lg-9 {
  padding-right: 7px;
  padding-left: 7px;
}
.app-work-area .app-section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.app-work-area .work-item {
  margin-bottom: 15px;
}
.app-work-area .work-item .work-img {
  position: relative;
}
.app-work-area .work-item .work-img img:nth-child(1) {
  position: relative;
}
.app-work-area .work-item .work-img img:nth-child(2) {
  position: absolute;
  left: 50px;
  top: -230px;
  z-index: 4;
  max-width:450px;
  animation: app-ani-eleven 10s infinite linear;
}
.app-work-area .work-item .work-img img:nth-child(3) {
  position: absolute;
  z-index: 5;
  top: 40px;
  right: 85px;
  border-radius: 20px;
  box-shadow: 0px 0px 45px 0px rgba(221, 221, 221, 0.6705882353);
  max-width: 160px;
  animation: app-ani-twelve 10s infinite linear;
}
.app-work-area .work-item .work-img img:nth-child(4) {
  position: absolute;
  left: 35px;
  bottom: 100px;
  border-radius: 15px;
  z-index: 5;
  box-shadow: 0px 0px 45px 0px rgba(221, 221, 221, 0.6705882353);
  max-width: 185px;
  animation: app-ani-thirteen 10s infinite linear;
}
.app-work-area .work-item .work-img img:nth-child(5) {
  position: absolute;
  left: 10px;
  bottom: -22px;
  max-width: 353px;
}
.app-work-area .work-item .work-img img:nth-child(6) {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.app-work-area .work-item .work-inner-left {
  padding: 19px 20px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6509803922);
  margin-bottom: 14px;
  text-align: center;
}
.app-work-area .work-item .work-inner-left img {
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 71px;
}
.app-work-area .work-item .work-inner-left span {
  display: block;
  color: #08104d;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.app-work-area .work-item .work-inner-right {
  padding: 20px 40px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6509803922);
  margin-bottom: 14px;
}
.app-work-area .work-item .work-inner-right h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 8px;
}
.app-work-area .work-item .work-inner-right p {
  margin-bottom: 0;
  font-size: 14px;
}
@keyframes app-ani-eleven {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-twelve {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes app-ani-thirteen {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*-- End Work --*/

/*-- Screenshoot --*/
.app-screenshot-area {
  background-color: #08104d;
}
.app-screenshot-area .app-section-title .sub-title {
  color: #ffffff;
}
.app-screenshot-area .app-section-title h2 {
  color: #ffffff;
}
.app-screenshot-area .screenshoot-slider {
  overflow: hidden;
}
.app-screenshot-area .screenshoot-slider .screenshoot-item {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.app-screenshot-area .screenshoot-slider .screenshoot-item:focus {
  border: none;
  box-shadow: none;
}
.app-screenshot-area .screenshoot-slider .screenshoot-item img {
  opacity: 0.7;
  transition: all 300ms ease;
}
.app-screenshot-area .screenshoot-slider .slick-center img {
  opacity: 1;
  transform: scale(1.08);
}

/*-- End Screenshoot --*/
/*-- Pricing --*/
.app-pricing-area .app-section-title {
  margin-bottom: 20px;
}
.app-pricing-area .pricing-item {
  box-shadow: 0px 0px 36px 0px rgba(221, 221, 221, 0.7803921569);
  position: relative;
  margin-bottom: 60px;
  transition: all 0.5s;
}
.app-pricing-area .pricing-item:hover {
  transform: translate(0, -10px);
}
.app-pricing-area .pricing-item:hover .pricing-top p {
  left: -25px;
}
.app-pricing-area .pricing-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: #fafafa;
  box-shadow: 0px 30px 40px 0px rgba(221, 221, 221, 0.6117647059);
}
.app-pricing-area .pricing-item .pricing-top {
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  position: relative;
  padding: 25px 25px;
  z-index: 1;
}
.app-pricing-area .pricing-item .pricing-top img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.app-pricing-area .pricing-item .pricing-top p {
  color: #5c02ae;
  font-size: 14px;
  background-color: #ffffff;
  padding: 11px 22px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0 30px 30px 0;
  position: relative;
  left: -35px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.app-pricing-area .pricing-item .pricing-top h3 {
  font-weight: 600;
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
}
.app-pricing-area .pricing-item .pricing-top h3 span {
  font-weight: 500;
  font-size: 16px;
}
.app-pricing-area .pricing-item .pricing-top h3 .price-dollar {
  position: relative;
  top: -16px;
  left: -3px;
  font-size: 26px;
}
.app-pricing-area .pricing-item .pricing-top .recommended {
  font-size: 13px;
  color: #d030af;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  width: 130px;
  text-align: center;
  border-radius: 0 30px 30px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 7px 25px 0px rgba(221, 221, 221, 0.4509803922);
}
.app-pricing-area .pricing-item .pricing-bottom {
  text-align: center;
  padding: 35px 30px;
}
.app-pricing-area .pricing-item .pricing-bottom ul {
  margin: 0;
  padding: 0;
}
.app-pricing-area .pricing-item .pricing-bottom ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
.app-pricing-area .pricing-item .pricing-bottom ul li i {
  display: inline-block;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 1px;
}
.app-pricing-area .pricing-item .pricing-bottom ul li:last-child {
  margin-bottom: 0;
}
.app-pricing-area .pricing-item .pricing-bottom span {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.app-pricing-area .pricing-item .pricing-bottom span i {
  display: inline-block;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  position: relative;
  top: 5px;
  margin-right: 2px;
}
.app-pricing-area .pricing-item .pricing-bottom a {
  display: inline-block;
  color: #d030af;
  font-size: 15px;
  background-color: #f3d4ed;
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
}
.app-pricing-area .pricing-item .pricing-bottom a:hover {
  color: #ffffff;
  background-color: #d030af;
}
.app-pricing-area .nav-pill {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
  display: block;
}
.app-pricing-area .nav-pill li {
  list-style-type: none;
  display: inline-block;
}
.app-pricing-area .nav-pill li a {
  display: block;
  font-size: 15px;
  color: #ffffff;
  padding: 14px 25px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
.app-pricing-area .nav-pill li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s;
  opacity: 1;
}
.app-pricing-area .nav-pill li a:hover {
  color: #d030af;
  box-shadow: 0px 0px 20px 0px #e0c5e8;
}
.app-pricing-area .nav-pill li a:hover img {
  display: none;
}
.app-pricing-area .nav-pill li a:hover:before {
  height: 0;
  opacity: 0;
}
.app-pricing-area .nav-pill li .price-btn-left {
  margin-right: 10px;
}
.app-pricing-area .nav-pill li .price-btn-left img {
  position: absolute;
  z-index: -1;
  left: 12px;
  top: 10px;
  display: inline-block;
  transition: all 0.5s;
}
.app-pricing-area .nav-pill li .price-btn-right {
  color: #d030af;
  background-color: #f5d6ef;
  box-shadow: 0px 0px 20px 0px #e0c5e8;
}
.app-pricing-area .nav-pill li .price-btn-right:before {
  opacity: 0;
  height: 0;
}
.app-pricing-area .nav-pill li .price-btn-right:hover {
  color: #ffffff;
  box-shadow: none;
}
.app-pricing-area .nav-pill li .price-btn-right:hover:before {
  opacity: 1;
  height: 100%;
}

/*-- End Pricing --*/

/*-- Record --*/
.app-record-area {
  background-color: #fafafa;
  background-image: url("../images/record.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.app-record-area .record-item .app-section-title {
  text-align: left;
  margin-bottom: 20px;
}
.app-record-area .record-item .app-section-title img {
  margin-left: 0;
}
.app-record-area .record-item p {
  margin-bottom: 15px;
  color: #5e5e5e;
}
.app-record-area .record-item a {
  display: inline-block;
  font-size: 15px;
  color: #d030af;
  background-color: #f1d2eb;
  padding: 12px 25px;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}
.app-record-area .record-item a:hover {
  color: #ffffff;
  background-color: #d030af;
}
.app-record-area .record-item .record-inner {
  text-align: center;
  background-color: #ea074b;
  padding: 30px;
  margin-bottom: 30px;
}
.app-record-area .record-item .record-inner i {
  display: block;
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 12px;
}
.app-record-area .record-item .record-inner h3 {
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 12px;
}
.app-record-area .record-item .record-inner p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.app-record-area .record-item .record-two {
  background-color: #960486;
}
.app-record-area .record-item .record-three {
  background-color: #cc30ac;
}
.app-record-area .record-item .record-four {
  background-color: #f5ab10;
}

/*-- End Record --*/

/*-- Review --*/
.app-review-area {
  background-color: #fafafa;
  background-image: url("../images/client-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.app-review-area .app-head {
  margin-bottom: 10px;
}
.app-review-area .app-head i {
  display: inline-block;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
}
.app-review-area .app-review-slider .main {
  display: block;
  padding-left: 80px;
  padding-right: 80px;
}
.app-review-area .app-review-slider .slick-dotted.slick-slider {
  margin-bottom: 25px;
}
.app-review-area .app-review-slider .slider-nav {
  position: relative;
}
.app-review-area .app-review-slider .slider-nav:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 89px;
  background-color: #ebeae9;
}
.app-review-area .app-review-slider .slider-nav .slick-track {
  padding-top: 2px;
}
.app-review-area .app-review-slider .slider-nav div {
  text-align: center;
}
.app-review-area .app-review-slider .slider-nav div .review-img {
  position: relative;
  margin-top: 10px;
}
.app-review-area .app-review-slider .slider-nav div .review-img img {
  display: inline-block;
  transition: all 0.5s;
  margin-top: 2px;
  cursor: pointer;
  padding-bottom: 15px;
  margin-bottom: 28px;
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.app-review-area .app-review-slider .slider-nav div h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5301b5;
}
.app-review-area .app-review-slider .slider-nav div span {
  display: block;
  color: #606060;
  font-size: 16px;
}
.app-review-area .app-review-slider .slick-slide .review-details {
  opacity: 0;
}
.app-review-area .app-review-slider .slick-slide:focus {
  outline: 0;
}
.app-review-area .app-review-slider .slick-slide.slick-center .review-details {
  opacity: 1;
}
.app-review-area .app-review-slider .slick-slide.slick-center .review-img img {
  transform: scale(1.3);
  border-bottom: 2px solid;
  border-image-source: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  border-image-slice: 1;
}
.app-review-area .app-review-slider .slider-for {
  margin-bottom: 65px;
}
.app-review-area .app-review-slider .slider-for div p {
  margin-bottom: 0;
  color: #464545;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
}

/*-- End Review --*/

/*-- Blog --*/
.app-blog-area .blog-item {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.app-blog-area .blog-item:hover {
  transform: translate(0, -10px);
}
.app-blog-area .blog-item:hover .blog-top .brand {
  transform: translate(0, 10px);
}
.app-blog-area .blog-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #08104d;
}
.app-blog-area .blog-item img {
  width: 100%;
}
.app-blog-area .blog-item .blog-top {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.app-blog-area .blog-item .blog-top .brand {
  display: inline-block;
  font-size: 13px;
  color: #08104d;
  background-color: #ffffff;
  padding: 6px 10px;
  margin-bottom: 40px;
  transition: all 0.5s;
}
.app-blog-area .blog-item .blog-top p {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 13px;
}
.app-blog-area .blog-item .blog-top h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.app-blog-area .blog-item .blog-top h3 a {
  display: block;
  color: #ffffff;
}
.app-blog-area .blog-item .blog-top h3 a:hover {
  color: #eb074a;
}
.app-blog-area .blog-item .blog-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
}
.app-blog-area .blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
}
.app-blog-area .blog-item .blog-bottom ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
}
.app-blog-area .blog-item .blog-bottom ul li a {
  display: inline-block;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.app-blog-area .blog-item .blog-bottom ul li img {
  display: inline-block;
  margin-right: 5px;
}
.app-blog-area .blog-item .blog-bottom ul li:last-child {
  color: #d6deff;
  margin-left: 20px;
}

/*-- End Blog --*/
/*-- Contact Form --*/
.app-contact-form-area {
  padding-bottom: 90px;
}
.app-contact-form-area .soft-contact-btn:hover {
  background-color: #d030af;
}

/*-- End Contact Form --*/
/*-- Start --*/
.app-start-area {
  background-color: #5101b7;
  overflow: hidden;
}
.app-start-area .start-item {
  margin-bottom: 30px;
}
.app-start-area .start-item .app-section-title {
  text-align: left;
  margin-bottom: 20px;
}
.app-start-area .start-item .app-section-title img {
  margin-left: 0;
  max-width: 130px;
  margin-top: -3px;
}
.app-start-area .start-item .app-section-title .sub-title {
  color: #d5b4ff;
}
.app-start-area .start-item .app-section-title h2 {
  color: #ffffff;
}
.app-start-area .start-item p {
  margin-bottom: 30px;
  color: #f0e5ff;
}
.app-start-area .start-item ul {
  margin: 0;
  padding: 0;
}
.app-start-area .start-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.app-start-area .start-item ul li a {
  display: block;
}
.app-start-area .start-item .start-img {
  position: relative;
}
.app-start-area .start-item .start-img img:nth-child(1) {
  position: absolute;
  right: 0;
  top: 148px;
}
.app-start-area .start-item .start-img img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  animation: app-ani-fourteen 6s infinite linear;
}
.app-start-area .start-item .start-img img:nth-child(3) {
  position: absolute;
  left: 0;
  top: -102px;
}
@keyframes app-ani-fourteen {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*-- End Start --*/
/*-- Footer --*/
.app-footer-area .footer-item {
  margin-bottom: 30px;
}
.app-footer-area .footer-item .footer-logo a {
  display: block;
}
.app-footer-area .footer-item .footer-logo a img {
  margin-bottom: 25px;
}
.app-footer-area .footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}
.app-footer-area .footer-item .footer-logo ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  color: #313555;
}
.app-footer-area .footer-item .footer-logo ul li:last-child {
  margin-bottom: 0;
}
.app-footer-area .footer-item .footer-logo ul li a {
  display: block;
  color: #313555;
}
.app-footer-area .footer-item .footer-logo ul li a:hover {
  letter-spacing: 1px;
}
.app-footer-area .footer-item .footer-logo ul li i {
  display: inline-block;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 3px;
  left: 0;
  margin-right: 5px;
  font-size: 20px;
}
.app-footer-area .footer-item .footer-explore h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 30px;
}
.app-footer-area .footer-item .footer-explore ul {
  margin: 0;
  padding: 0;
}
.app-footer-area .footer-item .footer-explore ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.app-footer-area .footer-item .footer-explore ul li:last-child {
  margin-bottom: 0;
}
.app-footer-area .footer-item .footer-explore ul li a {
  display: block;
  font-size: 16px;
  color: #313555;
}
.app-footer-area .footer-item .footer-explore ul li a:hover {
  letter-spacing: 1px;
}

/*-- End Footer --*/
/*-- Copyright --*/
.app-copyright-area {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}
.app-copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #5d617a;
}
.app-copyright-area .copyright-item p a {
  display: inline-block;
  color: #5d617a;
}
.app-copyright-area .copyright-item p a:hover {
  color: #ec0749;
}
.app-copyright-area .copyright-item ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.app-copyright-area .copyright-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.app-copyright-area .copyright-item ul li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  color: #cf30ad;
  background-color: #f1d1ea;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.app-copyright-area .copyright-item ul li a:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(87, 2, 178) 12%, rgb(236, 7, 73) 69%);
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.app-copyright-area .copyright-item ul li a:hover {
  color: #ffffff;
}
.app-copyright-area .copyright-item ul li a:hover:before {
  opacity: 1;
}

/*-- End Copyright --*/
/*----- End App Landing Page -----*/
/*----- Host Landing Page -----*/
/*-- Banner --*/
.host-banner-area {
  position: relative;
}
.host-banner-area .banner-img {
  text-align: center;
}
.host-banner-area .banner-img img {
  animation: host-ani-six 13s infinite linear;
  position: absolute;
  top: 160px;
  right: 0;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
.host-banner-area .banner-shape img {
  position: absolute;
}
.host-banner-area .banner-shape img:nth-child(1) {
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 835px;
  margin-left: auto;
}
.host-banner-area .banner-shape img:nth-child(2) {
  top: 0;
  right: 0;
  z-index: -2;
  max-width: 1065px;
  margin-left: auto;
}
.host-banner-area .banner-shape img:nth-child(3) {
  top: 115px;
  left: 6%;
  animation: host-ani-one 13s infinite linear;
}
.host-banner-area .banner-shape img:nth-child(4) {
  top: 165px;
  left: 50%;
  animation: host-ani-two 12s infinite linear;
}
.host-banner-area .banner-shape img:nth-child(5) {
  bottom: 20px;
  left: 5%;
  animation: host-ani-three 8s infinite linear;
}
.host-banner-area .banner-shape img:nth-child(6) {
  bottom: 50px;
  left: 30%;
  animation: host-ani-four 12s infinite linear;
}
.host-banner-area .banner-shape img:nth-child(7) {
  bottom: 10px;
  left: 50%;
  animation: host-ani-five 12s infinite linear;
}
.host-banner-area .banner-content {
  padding-top: 270px;
  padding-bottom: 200px;
  max-width: 600px;
  padding-left: 55px;
}
.host-banner-area .banner-content .banner-top ul {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(221, 221, 221, 0.4784313725);
  padding: 8px 10px 8px 8px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 22px;
}
.host-banner-area .banner-content .banner-top ul li {
  list-style-type: none;
  display: inline-block;
  color: #fa4312;
  font-size: 15px;
}
.host-banner-area .banner-content .banner-top ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fc8160;
  background-color: #fed9d0;
  margin-right: 5px;
}
.host-banner-area .banner-content .banner-top ul li:last-child {
  color: #4e5378;
}
.host-banner-area .banner-content h1 {
  font-weight: 500;
  font-size: 50px;
  color: #08104d;
  margin-bottom: 30px;
}
.host-banner-area .banner-content h1 span {
  border-bottom: 3px solid #08104d;
}
.host-banner-area .banner-content p {
  font-size: 17px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
.host-banner-area .banner-content p:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 45px;
  left: 0;
  top: 6px;
  background-color: #f42e14;
}
.host-banner-area .banner-content .banner-form {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(221, 221, 221, 0.4784313725);
  padding-right: 170px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 35px;
}
.host-banner-area .banner-content .banner-form .form-group {
  margin-bottom: 0;
}
.host-banner-area .banner-content .banner-form .form-group .form-control {
  font-size: 15px;
  height: 55px;
  border: none;
  border-radius: 0;
  padding-left: 25px;
  border-radius: 5px 0 0 5px;
}
.host-banner-area .banner-content .banner-form .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.host-banner-area .banner-content .banner-form .form-group ::-moz-placeholder {
  color: #9a9a9a;
}
.host-banner-area .banner-content .banner-form .form-group ::placeholder {
  color: #9a9a9a;
}
.host-banner-area .banner-content .banner-form .form-group .nice-select {
  color: #9a9a9a;
  height: 55px;
  line-height: 55px;
  border-radius: inherit;
  border: 0;
  width: 100%;
  display: block;
}
.host-banner-area .banner-content .banner-form .form-group .nice-select.open .list {
  width: 100%;
  display: block;
}
.host-banner-area .banner-content .host-form-btn {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f42e14;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 15px 14px 20px;
  transition: all 0.5s;
  border-radius: 0 5px 5px 0;
  max-width: 170px;
}
.host-banner-area .banner-content .host-form-btn i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}
.host-banner-area .banner-content .host-form-btn:hover {
  color: #ffffff;
  background-color: #08104d;
}
.host-banner-area .banner-content .banner-bottom ul {
  margin: 0;
  padding: 0;
}
.host-banner-area .banner-content .banner-bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.host-banner-area .banner-content .banner-bottom ul li:last-child {
  margin-right: 0;
}
.host-banner-area .banner-content .banner-bottom ul li a {
  display: block;
  font-size: 14px;
  color: #777777;
}
.host-banner-area .banner-content .banner-bottom ul li a:hover {
  color: #f42e14;
}
.host-banner-area .banner-content .banner-social {
  position: absolute;
  bottom: 80px;
}
.host-banner-area .banner-content .banner-social ul {
  margin: 0;
  padding: 0;
}
.host-banner-area .banner-content .banner-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 25px;
}
.host-banner-area .banner-content .banner-social ul li:nth-child(2) a {
  color: #00acee;
}
.host-banner-area .banner-content .banner-social ul li:nth-child(3) {
  margin-right: 0;
}
.host-banner-area .banner-content .banner-social ul li:nth-child(3) a {
  color: #0e76a8;
}
.host-banner-area .banner-content .banner-social ul li a {
  display: block;
  color: #3b5998;
  font-size: 15px;
  font-weight: 500;
}
.host-banner-area .banner-content .banner-social ul li a:hover {
  letter-spacing: 1px;
}
.host-banner-area .banner-content .banner-social ul li a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.host-banner-area .banner-content .banner-video {
  position: absolute;
  left: -35px;
  top: 400px;
  transform: rotate(90deg);
}
.host-banner-area .banner-content .banner-video a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 60px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #f42e14;
  background-color: #f42e14;
  position: relative;
  top: 10px;
  right: -22px;
  transform: rotate(270deg);
}
.host-banner-area .banner-content .banner-video a:hover {
  background-color: #08104d;
}
.host-banner-area .banner-content .banner-video span {
  color: #4e5378;
  font-size: 15px;
  border: 1px solid #f42e14;
  padding: 8px 18px 8px 30px;
  border-radius: 30px;
  display: inline-block;
}

@keyframes host-ani-one {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 100px);
  }
  80% {
    transform: translate(100px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes host-ani-two {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(100px, 0);
  }
  80% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes host-ani-three {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(45deg);
  }
  80% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes host-ani-four {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes host-ani-five {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(100px, 0);
  }
  80% {
    transform: translate(0, -100px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes host-ani-six {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
/*-- End Banner --*/
/*-- Features --*/
.host-feature-area {
  background-color: #fff8f6;
}
.host-feature-area .feature-item {
  text-align: center;
}
.host-feature-area .feature-item:hover i {
  box-shadow: 0px 0px 20px 0px rgba(244, 46, 20, 0.6784313725);
  background-color: #f42e14;
  color: #ffffff;
}
.host-feature-area .feature-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 35px;
  color: #4e4e4e;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(221, 221, 221, 0.6392156863);
  margin-bottom: 20px;
  transition: all 0.5s;
}
.host-feature-area .feature-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #262424;
  margin-bottom: 11px;
}
.host-feature-area .feature-item p {
  margin-bottom: 0;
  font-size: 15px;
  color: #666666;
}
.host-feature-area .col-lg-3 {
  border-right: 1px solid #cdcdcd;
}
.host-feature-area .col-lg-3:last-child {
  border-right: 0;
}

/*-- End Features --*/
/*-- Offers --*/
.host-offer-area .host-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.host-offer-area .host-section-title h2 {
  font-weight: 500;
  font-size: 30px;
  color: #262424;
  margin-bottom: 0;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
}
.host-offer-area .host-section-title h2 span {
  border-bottom: 2px solid #262424;
}
.host-offer-area .soft-offer-slider .owl-prev:hover {
  color: #f42e14 !important;
}
.host-offer-area .soft-offer-slider .owl-next:hover {
  color: #f42e14 !important;
}

/*-- End Offers --*/
/*-- Solution --*/
.host-section-title {
  margin-bottom: 40px;
}
.host-section-title i {
  width: 60px;
  height: 60px;
  line-height: 48px;
  font-size: 26px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  border: 7px solid rgba(255, 255, 255, 0.8784313725);
  background-color: #f42e14;
  box-shadow: 0px 0px 20px 0px rgba(244, 46, 20, 0.7215686275);
  margin-bottom: 15px;
}
.host-section-title h2 {
  font-weight: 500;
  font-size: 45px;
  color: #08104d;
  margin-bottom: 0;
}
.host-section-title h2 span {
  border-bottom: 2px solid #08104d;
}

.host-solution-area {
  position: relative;
}
.host-solution-area .solution-shape img {
  position: absolute;
}
.host-solution-area .solution-shape img:nth-child(1) {
  top: 0;
  right: 0;
}
.host-solution-area .solution-shape img:nth-child(2) {
  top: 25%;
  right: 35px;
  animation: host-ani-three 12s infinite linear;
}
.host-solution-area .solution-shape img:nth-child(3) {
  bottom: 5%;
  right: 115px;
  box-shadow: 0px 0px 30px 2px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.host-solution-area .host-section-title {
  margin-bottom: 25px;
}
.host-solution-area .solution-item {
  margin-bottom: 30px;
}
.host-solution-area .solution-item p {
  margin-bottom: 15px;
}
.host-solution-area .solution-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.host-solution-area .solution-item ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #08104d;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.host-solution-area .solution-item ul li:hover {
  margin-left: 8px;
  color: #f42e14;
}
.host-solution-area .solution-item ul li:last-child {
  margin-bottom: 0;
}
.host-solution-area .solution-item ul li i {
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 3px;
  display: inline-block;
}
.host-solution-area .solution-item a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #f42e14;
  border-radius: 5px;
  color: #f42e14;
  padding: 13px 20px 14px 22px;
  background-color: #fff3f1;
}
.host-solution-area .solution-item a i {
  display: inline-block;
  font-size: 19px;
  position: relative;
  top: 3px;
}
.host-solution-area .solution-item a:hover {
  color: #ffffff;
  background-color: #f42e14;
}

@keyframes host-ani-seven {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(0);
  }
}
/*-- End Solution --*/
/*-- Quick --*/
.host-quick-area {
  background-color: #fbfbfb;
  position: relative;
  overflow: hidden;
}
.host-quick-area .quick-shape img {
  position: absolute;
}
.host-quick-area .quick-shape img:nth-child(1) {
  top: 0;
  right: -55px;
  max-width: 200px;
  animation: host-ani-eight 15s infinite linear;
}
.host-quick-area .quick-shape img:nth-child(2) {
  top: 135px;
  right: 25%;
  animation: host-ani-three 8s infinite linear;
}
.host-quick-area .quick-shape img:nth-child(3) {
  bottom: 10%;
  right: 70px;
  box-shadow: 0px 0px 30px 2px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.host-quick-area .quick-shape img:nth-child(4) {
  top: 90px;
  left: 40px;
  animation: host-ani-four 12s infinite linear;
}
.host-quick-area .host-section-title {
  max-width: 720px;
  margin-left: 0;
}
.host-quick-area .host-section-title i {
  background-color: unset;
  background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
  box-shadow: 0px 0px 20px 0px #e7f7ed;
}
.host-quick-area .quick-item {
  margin-bottom: 30px;
  padding: 35px 20px;
  text-align: center;
  background-color: #ffffff;
  border: 1px dashed #f42e14;
  transition: all 0.5s;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5803921569);
}
.host-quick-area .quick-item:hover {
  background-color: #fff3f1;
  transform: translate(0, -10px);
}
.host-quick-area .quick-item:hover h3 {
  color: #f42e14;
}
.host-quick-area .quick-item:hover p {
  color: #f42e14;
}
.host-quick-area .quick-item .quick-icon {
  position: relative;
}
.host-quick-area .quick-item .quick-icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  margin-left: auto;
  margin-right: auto;
}
.host-quick-area .quick-item .quick-icon i {
  display: inline-block;
  color: #08104d;
  font-size: 50px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.host-quick-area .quick-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 6px;
  transition: all 0.5s;
}
.host-quick-area .quick-item p {
  margin-bottom: 0;
  font-size: 15px;
  color: #08104d;
  transition: all 0.5s;
}

@keyframes host-ani-eight {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-- End Quick --*/
/*-- Check --*/
.host-check-area {
  position: relative;
}
.host-check-area .check-img img:nth-child(1) {
  position: absolute;
  right: 0;
  bottom: 90px;
  max-width: 670px;
}
.host-check-area .check-img img:nth-child(2) {
  position: absolute;
  right: 514px;
  bottom: 160px;
}
.host-check-area .check-shape img {
  position: absolute;
}
.host-check-area .check-shape img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: -1;
}
.host-check-area .check-shape img:nth-child(2) {
  bottom: 125px;
  left: 145px;
  animation: host-ani-two 12s infinite linear;
}
.host-check-area .check-shape img:nth-child(3) {
  top: 235px;
  left: 85px;
  box-shadow: 0px 0px 30px 2px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.host-check-area .check-content {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 645px;
  margin-left: 0;
}
.host-check-area .check-content .host-section-title {
  margin-bottom: 30px;
}
.host-check-area .check-content .host-section-title i {
  background-color: #8058e6;
  box-shadow: 0px 0px 20px 0px #ede8fb;
}
.host-check-area .check-content p {
  margin-bottom: 30px;
}
.host-check-area .check-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.host-check-area .check-content ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-right: 35px;
}
.host-check-area .check-content ul li:last-child {
  margin-right: 0;
}
.host-check-area .check-content ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 55px;
  top: 2px;
  left: 0;
  border-radius: 3px;
  border: 1px solid #f42e14;
  background-color: #fff3f1;
}
.host-check-area .check-content ul li span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #f42e14;
  margin-bottom: 8px;
}
.host-check-area .check-content ul li p {
  margin-bottom: 0;
  font-weight: 500;
  color: #262424;
  font-size: 20px;
}
.host-check-area .check-content a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #f42e14;
  border-radius: 5px;
  color: #f42e14;
  padding: 13px 20px 14px 22px;
  background-color: #fff3f1;
}
.host-check-area .check-content a i {
  display: inline-block;
  font-size: 19px;
  position: relative;
  top: 3px;
}
.host-check-area .check-content a:hover {
  color: #ffffff;
  background-color: #f42e14;
}

/*-- End Check --*/
/*-- Care --*/
.host-care-area {
  position: relative;
}
.host-care-area .care-shape img {
  position: absolute;
}
.host-care-area .care-shape img:nth-child(1) {
  top: 245px;
  left: 70px;
  z-index: 1;
  animation: host-ani-nine 20s infinite linear;
}
.host-care-area .care-shape img:nth-child(2) {
  top: 295px;
  right: 70px;
  z-index: -1;
  box-shadow: 0px 0px 30px 2px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.host-care-area .host-section-title {
  text-align: center;
}
.host-care-area .host-section-title i {
  background-color: unset;
  background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
  box-shadow: 0px 0px 20px 0px #e7f7ed;
}
.host-care-area .host-section-title h2 {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.host-care-area .care-item {
  margin-bottom: 30px;
  position: relative;
  padding: 30px 15px 30px 30px;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  border-radius: 3px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.host-care-area .care-item:hover {
  box-shadow: 0px 0px 32px 0px rgba(221, 221, 221, 0.7098039216);
  border: 1px solid transparent;
}
.host-care-area .care-item i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff3f1;
  color: #f42e14;
  border: 1px solid #f42e14;
  position: absolute;
  top: 40px;
  left: 30px;
}
.host-care-area .care-item .care-inner {
  padding-left: 70px;
}
.host-care-area .care-item .care-inner h3 {
  font-weight: 600;
  font-size: 19px;
  color: #08104d;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
.host-care-area .care-item .care-inner p {
  margin-bottom: 0;
  color: #666666;
  font-size: 15px;
}
.host-care-area .care-two i {
  color: #48d488;
  border: 1px solid #48d488;
  background-color: #e1ffed;
}
.host-care-area .care-three i {
  color: #9838ff;
  border: 1px solid #9838ff;
  background-color: #f3e7ff;
}
.host-care-area .care-four i {
  color: #4ebb73;
  border: 1px solid #4ebb73;
  background-color: #e1ffed;
}
.host-care-area .care-five i {
  color: #7857a5;
  border: 1px solid #7857a5;
  background-color: #f3e7ff;
}
.host-care-area .care-six i {
  color: #ee3323;
  border: 1px solid #ee3323;
  background-color: #fff3f1;
}

@keyframes host-ani-nine {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 250px);
  }
  80% {
    transform: translate(250px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End Care --*/
/*-- Pricing --*/
.host-pricing-area {
  background-color: #f8f8f8;
  padding-bottom: 90px;
  position: relative;
}
.host-pricing-area .pricing-shape img {
  position: absolute;
}
.host-pricing-area .pricing-shape img:nth-child(1) {
  top: 50px;
  left: 0;
}
.host-pricing-area .pricing-shape img:nth-child(2) {
  bottom: 50px;
  right: 0;
}
.host-pricing-area .host-section-title {
  text-align: center;
}
.host-pricing-area .pricing-wrap {
  background-color: #ffffff;
  position: relative;
}
.host-pricing-area .pricing-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #08104d;
}
.host-pricing-area .pricing-wrap:hover .pricing-item {
  margin-left: 0;
  margin-right: 0;
  top: 0;
}
.host-pricing-area .pricing-wrap .pricing-item {
  text-align: center;
  background: linear-gradient(180deg, rgb(249, 69, 18) 0%, rgb(246, 28, 21) 35%);
  padding: 30px 0 35px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  top: 60px;
  box-shadow: 0px 0px 20px 0px rgba(244, 46, 20, 0.4509803922);
  transition: all 0.5s;
  margin-bottom: 80px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-top {
  margin-top: -60px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-top i {
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 70px;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  border: 12px solid #ffe8e8;
  box-shadow: 0px 0px 20px 0px rgba(244, 46, 20, 0.4509803922);
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-top span {
  margin-top: 18px;
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
  font-size: 19px;
  color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.3607843137);
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-middle {
  border-bottom: 1px solid #ce160b;
  padding-left: 30px;
  padding-right: 30px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-middle h3 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 0;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-middle h3 span {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  top: -11px;
  right: 6px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-middle p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff4f0;
  padding-bottom: 12px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-end {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-end ul {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 15px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-end ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-end ul li:last-child {
  margin-bottom: 0;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-end ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-end a {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #fd594f;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 13px 18px;
  margin-top: 25px;
  display: inline-block;
}
.host-pricing-area .pricing-wrap .pricing-item .pricing-end a:hover {
  color: #f42e14;
  background-color: #ffffff;
}
.host-pricing-area .pricing-wrap-two .pricing-item {
  background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
  box-shadow: 0px 0px 20px 0px rgba(74, 221, 99, 0.4);
}
.host-pricing-area .pricing-wrap-two .pricing-item .pricing-top i {
  border: 12px solid #e1ffdc;
  box-shadow: 0px 0px 20px 0px rgba(74, 221, 99, 0.4);
}
.host-pricing-area .pricing-wrap-two .pricing-item .pricing-middle {
  border-bottom: 1px solid #50a56a;
}
.host-pricing-area .pricing-wrap-two .pricing-item .pricing-end a {
  background-color: #5cefaa;
}
.host-pricing-area .pricing-wrap-two .pricing-item .pricing-end a:hover {
  background-color: #ffffff;
  color: #47d28d;
}
.host-pricing-area .pricing-wrap-three .pricing-item {
  background: linear-gradient(180deg, rgb(124, 92, 208) 0%, rgb(132, 84, 254) 35%);
  box-shadow: 0px 0px 20px 0px rgba(124, 92, 207, 0.5098039216);
}
.host-pricing-area .pricing-wrap-three .pricing-item .pricing-top i {
  border: 12px solid #eceeff;
  box-shadow: 0px 0px 20px 0px rgba(124, 92, 207, 0.5098039216);
}
.host-pricing-area .pricing-wrap-three .pricing-item .pricing-middle {
  border-bottom: 1px solid #5d39b9;
}
.host-pricing-area .pricing-wrap-three .pricing-item .pricing-end a {
  background-color: #9d7bf6;
}
.host-pricing-area .pricing-wrap-three .pricing-item .pricing-end a:hover {
  background-color: #ffffff;
  color: #8454ff;
}

/*-- End Pricing --*/
/*-- Domain --*/
.host-domain-area {
  position: relative;
}
.host-domain-area .domain-shape img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}
.host-domain-area .host-section-title {
  text-align: center;
}
.host-domain-area .host-section-title i {
  background-color: unset;
  background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
  box-shadow: 0px 0px 20px 0px #e7f7ed;
}
.host-domain-area .host-section-title h2 {
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
}
.host-domain-area .col-lg-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.host-domain-area .col-lg-3 .domain-item {
  text-align: center;
  margin-bottom: 30px;
}
.host-domain-area .col-lg-3 .domain-item span {
  display: block;
  height: 70px;
  width: 75px;
  line-height: 71px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #08104d;
  box-shadow: 0px 0px 25px 0px #ddd;
  text-align: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.host-domain-area .col-lg-3 .domain-two {
  margin-top: 35px;
}
.host-domain-area .col-lg-3 .domain-two span {
  color: #48d680;
}
.host-domain-area .col-lg-3 .domain-three span {
  color: #f83213;
}
.host-domain-area .col-lg-3 .domain-four {
  margin-top: 35px;
}
.host-domain-area .col-lg-3 .domain-four span {
  color: #8157eb;
}
.host-domain-area .col-lg-3 .domain-five span {
  color: #08104d;
}
.host-domain-area .col-lg-3 .domain-six {
  margin-top: 35px;
}
.host-domain-area .col-lg-3 .domain-six span {
  color: #f83213;
}
.host-domain-area .col-lg-3 .domain-seven span {
  color: #8157eb;
}
.host-domain-area .col-lg-3 .domain-eight {
  margin-top: 35px;
}
.host-domain-area .col-lg-3 .domain-eight span {
  color: #08104d;
}
.host-domain-area .domain-check {
  text-align: center;
  margin-top: 20px;
}
.host-domain-area .domain-check a {
  display: inline-block;
  color: #262424;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #262424;
}
.host-domain-area .domain-check a:hover {
  color: #f42e14;
  border-bottom: 1px solid #f42e14;
}
.host-domain-area .domain-check i {
  display: inline-block;
  color: #262424;
  font-size: 26px;
  position: relative;
  top: 6px;
  right: -5px;
}

/*-- End Domain --*/
/*-- People --*/
.host-people-area {
  background-color: #08104d;
  position: relative;
  z-index: 1;
}
.host-people-area .people-shape img {
  position: absolute;
}
.host-people-area .people-shape img:nth-child(1) {
  top: 0;
  right: 0;
  z-index: -1;
}
.host-people-area .people-shape img:nth-child(2) {
  top: 38%;
  right: 120px;
  animation: host-ani-three 12s infinite linear;
}
.host-people-area .people-shape img:nth-child(3) {
  bottom: 10%;
  right: 120px;
  animation: host-ani-ten 20s infinite linear;
}
.host-people-area .host-section-title {
  text-align: center;
}
.host-people-area .host-section-title h2 {
  color: #ffffff;
}
.host-people-area .host-section-title h2 span {
  border-bottom: 2px solid #ffffff;
}
.host-people-area .people-item {
  background-color: #2332a3;
  padding: 35px 35px;
  margin-top: 20px;
}
.host-people-area .people-item .people-inner {
  position: relative;
  margin-top: -55px;
  padding-left: 105px;
  padding-top: 30px;
  margin-bottom: 35px;
}
.host-people-area .people-item .people-inner img {
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.host-people-area .people-item .people-inner h3 {
  font-weight: 500;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 5px;
}
.host-people-area .people-item .people-inner span {
  margin-bottom: 0;
  font-size: 12px;
  color: #bbc3ff;
  display: block;
}
.host-people-area .people-item p {
  margin-bottom: 0;
  color: #c8ceff;
  font-size: 14px;
}
.host-people-area .host-people-slider .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 45px !important;
  border-radius: 50%;
  text-align: center;
  color: #ffffff !important;
  font-size: 22px !important;
  background-color: #1b256d !important;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  left: -75px;
  right: 0;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
}
.host-people-area .host-people-slider .owl-prev:hover {
  color: #1b256d !important;
  background-color: #ffffff !important;
}
.host-people-area .host-people-slider .owl-next {
  width: 40px;
  height: 40px;
  line-height: 45px !important;
  border-radius: 50%;
  text-align: center;
  color: #ffffff !important;
  font-size: 22px !important;
  background-color: #1b256d !important;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  left: 0;
  right: -78px;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
}
.host-people-area .host-people-slider .owl-next:hover {
  color: #1b256d !important;
  background-color: #ffffff !important;
}
.host-people-area .slider-counter {
  text-align: center;
  margin-top: 45px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 80px;
}
.host-people-area .payment-area {
  text-align: center;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.host-people-area .payment-area h3 {
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.host-people-area .payment-area h3 span {
  border-bottom: 2px solid #ffffff;
}
.host-people-area .payment-area p {
  margin-bottom: 0;
  color: #bcc4ff;
  font-size: 15px;
  margin-bottom: 25px;
}
.host-people-area .payment-area ul {
  margin: 0;
  padding: 0;
}
.host-people-area .payment-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.host-people-area .payment-area ul li a {
  display: block;
}
.host-people-area .people-img {
  margin-bottom: 30px;
}
.host-people-area .people-faq {
  margin-bottom: 30px;
}
.host-people-area .people-faq .accordion {
  padding-left: 0;
  margin-bottom: 0;
}
.host-people-area .people-faq .accordion a {
  width: 100%;
  font-weight: 500;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  padding-left: 25px;
}
.host-people-area .people-faq .accordion a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #ffffff;
}
.host-people-area .people-faq .accordion p {
  display: none;
  margin-bottom: 0;
  color: #bcc4ff;
  font-size: 14px;
  padding: 15px 100px 5px 25px;
}
.host-people-area .people-faq .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
}
.host-people-area .people-faq .accordion li:last-child {
  margin-bottom: 0;
}

@keyframes host-ani-ten {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-350px, 0);
  }
  80% {
    transform: translate(0, 130px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End People --*/
/*-- Blog --*/
.host-blog-area {
  position: relative;
}
.host-blog-area .blog-shape img {
  position: absolute;
}
.host-blog-area .blog-shape img:nth-child(1) {
  top: 0;
  right: 0;
  z-index: -1;
}
.host-blog-area .blog-shape img:nth-child(2) {
  top: 25%;
  right: 35px;
  animation: host-ani-three 12s infinite linear;
}
.host-blog-area .blog-shape img:nth-child(3) {
  bottom: 5%;
  right: 115px;
  box-shadow: 0px 0px 30px 2px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.host-blog-area .host-section-title {
  text-align: center;
}
.host-blog-area .host-section-title i {
  background-color: #8058e6;
  box-shadow: 0px 0px 20px 0px #ede8fb;
}
.host-blog-area .blog-item {
  padding: 35px 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.568627451);
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.host-blog-area .blog-item:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  transition: all 0.5s;
}
.host-blog-area .blog-item:hover:before {
  bottom: -15px;
}
.host-blog-area .blog-item .blog-top span {
  display: inline-block;
  color: #8152f9;
  font-size: 13px;
  padding: 8px 10px;
  background-color: #e6dcfe;
  margin-bottom: 18px;
}
.host-blog-area .blog-item .blog-top p {
  margin-bottom: 12px;
  font-size: 13px;
  color: #525252;
}
.host-blog-area .blog-item .blog-top h3 {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
  font-size: 20px;
}
.host-blog-area .blog-item .blog-top h3 a {
  display: block;
  color: #262424;
}
.host-blog-area .blog-item .blog-top h3 a:hover {
  color: #f42e14;
}
.host-blog-area .blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.host-blog-area .blog-item .blog-bottom ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 13px;
  color: #525252;
}
.host-blog-area .blog-item .blog-bottom ul li img {
  margin-right: 8px;
}
.host-blog-area .blog-item .blog-bottom ul li a {
  color: #525252;
  border-bottom: 1px solid #525252;
}

/*-- End Blog --*/
/*-- Contact --*/
.host-contact-form-area {
  padding-bottom: 95px;
}
.host-contact-form-area .host-section-title {
  text-align: center;
}
.host-contact-form-area .soft-contact-btn {
  font-size: 15px;
}
.host-contact-form-area .soft-contact-btn:hover {
  background-color: #f42e14;
}

/*-- End Contact --*/
/*-- Subscribe --*/
.host-subscribe-area .subscribe-wrap {
  box-shadow: 0px 0px 20px 0px #ddd;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
}
.host-subscribe-area .subscribe-wrap img {
  position: absolute;
}
.host-subscribe-area .subscribe-wrap img:nth-child(1) {
  top: 0;
  left: 0;
}
.host-subscribe-area .subscribe-wrap img:nth-child(2) {
  left: -24px;
  bottom: -24px;
  max-width: 110px;
}
.host-subscribe-area .subscribe-wrap .subscribe-item {
  margin-bottom: 30px;
}
.host-subscribe-area .subscribe-wrap .subscribe-item h2 {
  font-weight: 600;
  font-size: 35px;
  color: #08104d;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form {
  position: relative;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .form-control {
  height: 55px;
  border-radius: 0;
  border: 0;
  background-color: #fff3f1;
  padding-left: 20px;
  font-size: 14px;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 0;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form ::-moz-placeholder {
  color: #888888;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form ::placeholder {
  color: #888888;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .newsletter-btn {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.5s;
  padding: 15px 25px;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f42e14;
  opacity: 1;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .newsletter-btn i {
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  position: relative;
  top: 2px;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .newsletter-btn:hover {
  background-color: #08104d;
}
.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .validation-danger {
  margin-top: 10px;
  color: #dc3545;
}

/*-- End Subscribe --*/
/*-- Footer --*/
.host-footer-area .footer-item {
  margin-bottom: 30px;
}
.host-footer-area .footer-item .footer-account h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 35px;
}
.host-footer-area .footer-item .footer-account ul {
  margin: 0;
  padding: 0;
}
.host-footer-area .footer-item .footer-account ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.host-footer-area .footer-item .footer-account ul li:last-child {
  margin-bottom: 0;
}
.host-footer-area .footer-item .footer-account ul li a {
  display: block;
  font-size: 16px;
  color: #08104d;
}
.host-footer-area .footer-item .footer-account ul li a:hover {
  padding-left: 10px;
}
.host-footer-area .footer-item .footer-address h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 35px;
}
.host-footer-area .footer-item .footer-address ul {
  margin: 0;
  padding: 0;
}
.host-footer-area .footer-item .footer-address ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.host-footer-area .footer-item .footer-address ul li:last-child {
  margin-bottom: 0;
}
.host-footer-area .footer-item .footer-address ul li span {
  display: inline-block;
  font-size: 16px;
  color: #08104d;
}
.host-footer-area .footer-item .footer-address ul li a {
  font-size: 16px;
  color: #08104d;
  display: inline-block;
}
.host-footer-area .footer-item .footer-address ul li a:hover {
  padding-left: 10px;
}
.host-footer-area .footer-item .footer-address ul li i {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  margin-right: 5px;
  color: #f42e14;
  font-size: 20px;
}

/*-- End Footer --*/
/*-- Copyright --*/
.host-copyright-area {
  position: relative;
}
.host-copyright-area .footer-shape img {
  position: absolute;
}
.host-copyright-area .footer-shape img:nth-child(1) {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.host-copyright-area .footer-shape img:nth-child(2) {
  left: 0;
  bottom: 0;
  z-index: -2;
}
.host-copyright-area .align-items-center {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.host-copyright-area .copyright-item a {
  display: block;
}
.host-copyright-area .copyright-item p {
  color: #5d617a;
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
}
.host-copyright-area .copyright-item p a {
  display: inline-block;
  color: #5d617a;
}
.host-copyright-area .copyright-item p a:hover {
  color: #f42e14;
}

/*-- End Copyright --*/
/*----- End Host Landing Page -----*/
/*----- Ride Landing Page -----*/
/*-- Navbar --*/
.navbar-light-four .host-nav-wrap .purchase-btn a {
  background-color: #f42e14;
}
.navbar-light-four .host-nav-wrap .purchase-btn a:hover {
  background-color: #11a527;
}

/*-- End Navbar --*/
/*-- Banner --*/
.ride-banner-area {
  text-align: center;
  background-color: #fffdfc;
  position: relative;
}
.ride-banner-area .banner-img img {
  margin-top: 100px;
}
.ride-banner-area .banner-item {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
}
.ride-banner-area .banner-item .banner-video a {
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 103px;
  border-radius: 50%;
  background-color: #f42e14;
  font-size: 49px;
  color: #ffffff;
  margin-bottom: 15px;
}
.ride-banner-area .banner-item .banner-video a:hover {
  background-color: #bc200c;
}
.ride-banner-area .banner-item h1 {
  font-weight: 600;
  font-size: 60px;
  color: #1a1a1a;
  margin-bottom: 28px;
}
.ride-banner-area .banner-item h1 span {
  color: #11a527;
}
.ride-banner-area .banner-item form .form-control {
  display: inline-block;
  max-width: 250px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #11a527;
  padding-left: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(221, 221, 221, 0.4588235294);
}
.ride-banner-area .banner-item form .form-control:focus {
  box-shadow: 0px 0px 40px 0px rgba(221, 221, 221, 0.4588235294);
  border: 1px solid #11a527;
}
.ride-banner-area .banner-item form ::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #9a9a9a;
}
.ride-banner-area .banner-item form ::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #9a9a9a;
}
.ride-banner-area .banner-item form .banner-btn {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 18px 22px;
  margin-left: 5px;
  box-shadow: 0px 0px 40px 0px rgba(221, 221, 221, 0.4588235294);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-transform: uppercase;
}
.ride-banner-area .banner-item form .banner-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.5s;
  background: linear-gradient(90deg, rgb(11, 163, 36) 0%, rgb(124, 209, 96) 62%);
}
.ride-banner-area .banner-item form .banner-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.5s;
  opacity: 0;
  background: linear-gradient(270deg, rgb(26, 26, 26) 0%, rgb(26, 26, 26) 62%);
}
.ride-banner-area .banner-item form .banner-btn i {
  position: relative;
  top: 2px;
  font-size: 18px;
  display: inline-block;
}
.ride-banner-area .banner-item form .banner-btn:hover {
  color: #ffffff;
  border: 1px solid #1a1a1a;
}
.ride-banner-area .banner-item form .banner-btn:hover:before {
  width: 0;
}
.ride-banner-area .banner-item form .banner-btn:hover:after {
  width: 100%;
  opacity: 1;
}

/*-- End Banner --*/
/*-- Feature --*/
.ride-feature-area {
  padding-top: 70px;
  padding-bottom: 40px;
  box-shadow: 0px 0px 20px 0px #ddd;
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
.ride-feature-area .feature-shape img {
  position: absolute;
}
.ride-feature-area .feature-shape img:nth-child(1) {
  top: 60px;
  left: 0;
  z-index: -1;
}
.ride-feature-area .feature-shape img:nth-child(2) {
  top: 75px;
  right: 0;
  z-index: -1;
}
.ride-feature-area .col-lg-2 .feature-item {
  margin-bottom: 30px;
}
.ride-feature-area .col-lg-2 .feature-item .feature-icon {
  position: relative;
  left: 8px;
  top: 8px;
  display: inline-block;
}
.ride-feature-area .col-lg-2 .feature-item .feature-icon:after {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  left: -8px;
  top: -8px;
  border-radius: 3px;
  background-color: #d1e5f4;
}
.ride-feature-area .col-lg-2 .feature-item .feature-icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #ddd;
  border-radius: 3px;
  color: #403e3e;
  text-align: center;
  font-size: 35px;
  position: relative;
  z-index: 1;
}
.ride-feature-area .col-lg-2 .feature-item span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #613131;
  max-width: 125px;
  position: relative;
  top: 10px;
  left: 15px;
  text-align: left;
}

/*-- End Feature --*/
/*-- Service --*/
.ride-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.ride-section-title .sub-title {
  font-weight: 500;
  font-size: 13px;
  color: #fa4a16;
  padding: 12px 22px;
  border-radius: 30px;
  background-color: #fddad0;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ride-section-title h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 45px;
  color: #1a1a1a;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}
.ride-section-title h2 span {
  color: #fa4915;
}

.ride-service-area {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}
.ride-service-area .service-shape img {
  position: absolute;
}
.ride-service-area .service-shape img:nth-child(1) {
  top: 100px;
  left: -95px;
  z-index: -1;
  animation: host-ani-eight 15s infinite linear;
}
.ride-service-area .service-shape img:nth-child(2) {
  right: 200px;
  top: 180px;
  z-index: -1;
  animation: ride-ani-two 35s infinite linear;
}
.ride-service-area .service-shape img:nth-child(3) {
  right: 70px;
  top: 20%;
  z-index: -1;
  animation: ride-ani-one 12s infinite linear;
}
.ride-service-area .service-shape img:nth-child(4) {
  right: 70px;
  bottom: 100px;
  z-index: -1;
  animation: ride-ani-three 15s infinite linear;
}
.ride-service-area .service-item {
  margin-bottom: 50px;
}
.ride-service-area .service-item .service-top span {
  display: inline-block;
  font-weight: 600;
  font-size: 35px;
  color: #8058e6;
  margin-bottom: 5px;
}
.ride-service-area .service-item .service-top h2 {
  font-weight: 600;
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.ride-service-area .service-item .service-top p {
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}
.ride-service-area .service-item .service-bottom {
  padding-top: 25px;
  position: relative;
}
.ride-service-area .service-item .service-bottom i {
  display: inline-block;
  height: 60px;
  width: 70px;
  line-height: 65px;
  border-radius: 3px;
  color: #37b34b;
  background-color: #dbf1df;
  font-size: 35px;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 0;
}
.ride-service-area .service-item .service-bottom p {
  margin-bottom: 0;
  color: #606060;
  padding-left: 90px;
  position: relative;
  top: 3px;
}
.ride-service-area .service-item .service-bottom p a {
  display: inline-block;
  color: #fa4915;
  border-bottom: 1px solid #fa4915;
}
.ride-service-area .service-item .service-bottom p a:hover {
  color: #606060;
  border-bottom: 1px solid #606060;
}
.ride-service-area .service-wrap-two .service-item .service-top span {
  color: #fb5924;
}
.ride-service-area .service-wrap-two .service-item .service-bottom i {
  color: #8152f8;
  background-color: #e6dcfe;
}
.ride-service-area .service-wrap-three .service-item .service-top span {
  color: #2fb237;
}
.ride-service-area .service-wrap-three .service-item .service-bottom i {
  color: #fc6a37;
  background-color: #fee0d5;
}

@keyframes ride-ani-one {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-100px, 0);
  }
  80% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ride-ani-two {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-400px, 0);
  }
  40% {
    transform: translate(0, 200px);
  }
  60% {
    transform: translate(0, 500px);
  }
  80% {
    transform: translate(-500px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ride-ani-three {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-350px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End Service --*/

/*-- Process --*/
.ride-process-area {
  position: relative;
}
.ride-process-area .process-img img {
  position: absolute;
  left: 52px;
  right: 0;
  bottom: 241px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.ride-process-area .ride-section-title .sub-title {
  color: #8152f9;
  background-color: #e5dcfd;
}
.ride-process-area .ride-section-title h2 span {
  color: #8152f9;
}
.ride-process-area .process-item {
  margin-bottom: 30px;
  text-align: center;
}
.ride-process-area .process-item:hover .process-icon img {
  animation: ride-ani-five 10s infinite linear;
}
.ride-process-area .process-item span {
  display: block;
  font-weight: 600;
  font-size: 70px;
  color: #e3e3e3;
  margin-bottom: 15px;
}
.ride-process-area .process-item .process-icon {
  position: relative;
}
.ride-process-area .process-item .process-icon img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}
.ride-process-area .process-item .process-icon i {
  width: 160px;
  height: 160px;
  line-height: 135px;
  border-radius: 50%;
  font-size: 60px;
  color: #ffffff;
  border: 15px solid #ffe3df;
  margin-bottom: 30px;
  background: linear-gradient(180deg, rgb(250, 70, 18) 0%, rgb(252, 102, 48) 54%);
}
.ride-process-area .process-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 23px;
  color: #262424;
}
.ride-process-area .process-two {
  margin-top: 50px;
}
.ride-process-area .process-two .process-icon i {
  background: linear-gradient(180deg, rgb(12, 163, 37) 0%, rgb(133, 212, 100) 60%);
  border: 15px solid #e9f3eb;
}
.ride-process-area .process-three .process-icon i {
  background: linear-gradient(180deg, rgb(124, 92, 208) 0%, rgb(132, 84, 254) 61%);
  border: 15px solid #e9e3f9;
}
.ride-process-area .process-four {
  margin-top: 50px;
}
.ride-process-area .process-four .process-icon i {
  background: linear-gradient(180deg, rgb(254, 120, 0) 0%, rgb(255, 185, 9) 47%);
  border: 15px solid #ffe5d5;
}

@keyframes ride-ani-five {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-- End Process --*/
/*-- Where --*/
.ride-where-area {
  background-color: #f6f8ff;
  padding-bottom: 500px;
  position: relative;
}
.ride-where-area .where-shape img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ride-where-area .where-item {
  text-align: center;
}
.ride-where-area .where-item ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  position: relative;
}
.ride-where-area .where-item ul:before {
  position: absolute;
  content: "";
  max-width: 473px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e2e2e2;
}
.ride-where-area .where-item ul li {
  list-style-type: none;
  display: inline-block;
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
}
.ride-where-area .where-item ul li:first-child {
  margin-left: 0;
}
.ride-where-area .where-item ul li:last-child {
  margin-right: 0;
}
.ride-where-area .where-item ul li .nav-link-default {
  border-radius: 0;
  padding: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}
.ride-where-area .where-item ul li .nav-link-default i {
  display: inline-block;
  font-size: 50px;
  color: #4b4b4b;
}
.ride-where-area .where-item ul li .nav-link-default span {
  display: inline-block;
  font-size: 14px;
  color: #262424;
  padding-left: 5px;
  position: relative;
  top: -6px;
}
.ride-where-area .where-item .nav-pills .nav-link-default.active, .ride-where-area .where-item .nav-pills .show > .nav-link-default {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #f24411;
  z-index: 2;
  position: relative;
}
.ride-where-area .where-item form {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ride-where-area .where-item form .where-form-wrap {
  background-color: #ffffff;
  margin-right: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.631372549);
}
.ride-where-area .where-item form .where-form-wrap .form-group {
  position: relative;
  margin-bottom: 0;
}
.ride-where-area .where-item form .where-form-wrap .form-group label {
  position: absolute;
  left: 0;
  top: 9px;
  color: #fb5722;
  font-size: 20px;
  margin-bottom: 0;
}
.ride-where-area .where-item form .where-form-wrap .form-group .form-control {
  height: 45px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  padding-left: 30px;
  border-right: 1px solid #e4e4e4;
}
.ride-where-area .where-item form .where-form-wrap .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}
.ride-where-area .where-item form .where-form-wrap .form-group .where-border {
  border-right: 0;
}
.ride-where-area .where-item form .where-form-wrap .form-group ::-moz-placeholder {
  color: #9a9a9a;
}
.ride-where-area .where-item form .where-form-wrap .form-group ::placeholder {
  color: #9a9a9a;
}
.ride-where-area .where-item form .text-center {
  position: absolute;
  top: 0;
  right: 0;
}
.ride-where-area .where-item form .text-center .where-form-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  border: 1px solid #fb5520;
  border-radius: 3px;
  z-index: 1;
  padding: 20px 25px;
  text-transform: uppercase;
  box-shadow: 0px 0px 20px 0px rgba(251, 85, 32, 0.3490196078);
}
.ride-where-area .where-item form .text-center .where-form-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: -1;
  transition: all 0.5s;
  background: linear-gradient(180deg, rgb(250, 70, 18) 0%, rgb(252, 102, 48) 60%);
}
.ride-where-area .where-item form .text-center .where-form-btn:hover {
  color: #fb5520;
}
.ride-where-area .where-item form .text-center .where-form-btn:hover:before {
  height: 0;
}
.ride-where-area .where-item form .text-center .where-form-btn i {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 2px;
  font-size: 18px;
}

/*-- End Where --*/
/*-- Patronize --*/
.ride-patronize-area .ride-section-title .sub-title {
  color: #0fa426;
  background-color: #cfedd4;
}
.ride-patronize-area .ride-section-title h2 span {
  color: #0fa426;
}
.ride-patronize-area .patronize-item {
  margin-bottom: 30px;
  text-align: center;
}
.ride-patronize-area .patronize-item a {
  display: block;
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
}

/*-- End Patronize --*/
/*-- App --*/
.ride-app-area {
  position: relative;
}
.ride-app-area .app-shape img {
  position: absolute;
}
.ride-app-area .app-shape img:nth-child(1) {
  top: 0;
  right: 80px;
  animation: ride-ani-six 12s infinite linear;
}
.ride-app-area .app-shape img:nth-child(2) {
  right: 30px;
  bottom: 120px;
  animation: host-ani-three 12s infinite linear;
}
.ride-app-area .app-item {
  margin-bottom: 30px;
}
.ride-app-area .app-item .ride-section-title {
  text-align: left;
  margin-bottom: 20px;
}
.ride-app-area .app-item .ride-section-title .sub-title {
  color: #8152f9;
  background-color: #e6dcfe;
}
.ride-app-area .app-item .ride-section-title h2 {
  font-size: 35px;
  margin-left: 0;
}
.ride-app-area .app-item .ride-section-title h2 span {
  color: #8152f9;
}
.ride-app-area .app-item p {
  margin-bottom: 30px;
}
.ride-app-area .app-item a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  border: 1px solid #8058e5;
  border-radius: 3px;
  z-index: 1;
  padding: 14px 25px 12px;
  box-shadow: 0px 0px 20px 0px rgba(128, 88, 229, 0.5490196078);
}
.ride-app-area .app-item a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: -1;
  transition: all 0.5s;
  background: linear-gradient(180deg, rgb(124, 92, 207) 0%, rgb(131, 84, 254) 49%);
}
.ride-app-area .app-item a:hover {
  color: #8058e5;
}
.ride-app-area .app-item a:hover:before {
  height: 0;
}
.ride-app-area .app-item a i {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 2px;
  font-size: 18px;
}

@keyframes ride-ani-six {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-100px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End App --*/
/*-- Pricing --*/
.ride-pricing-area .pricing-item {
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.4588235294);
  transition: all 0.5s;
}
.ride-pricing-area .pricing-item:hover {
  transform: translate(0, -10px);
}
.ride-pricing-area .pricing-item:hover .pricing-top .pricing-head {
  top: 0;
  left: 0;
}
.ride-pricing-area .pricing-item .pricing-top {
  background: linear-gradient(180deg, rgb(246, 78, 29) 0%, rgb(251, 102, 50) 49%);
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0px 0px 35px 0px rgba(247, 96, 47, 0.5490196078);
}
.ride-pricing-area .pricing-item .pricing-top .pricing-head {
  display: inline-block;
  color: #1a1a1a;
  font-size: 15px;
  background-color: #ffffff;
  border-radius: 0 30px 30px 0;
  padding: 12px 22px;
  position: absolute;
  top: -10px;
  left: -10px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.4588235294);
  transition: all 0.5s;
}
.ride-pricing-area .pricing-item .pricing-top h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 5px;
}
.ride-pricing-area .pricing-item .pricing-top h3 span {
  font-weight: 500;
  font-size: 25px;
}
.ride-pricing-area .pricing-item .pricing-top h3 i {
  display: inline-block;
  font-size: 25px;
  position: relative;
  top: -12px;
  right: 2px;
}
.ride-pricing-area .pricing-item .pricing-top p {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffe8e1;
}
.ride-pricing-area .pricing-item .pricing-bottom {
  padding: 25px 30px 35px;
}
.ride-pricing-area .pricing-item .pricing-bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.ride-pricing-area .pricing-item .pricing-bottom ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 12px;
}
.ride-pricing-area .pricing-item .pricing-bottom ul li:last-child {
  margin-bottom: 0;
}
.ride-pricing-area .pricing-item .pricing-bottom ul li i {
  display: inline-block;
  color: #fc642e;
  font-size: 23px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.ride-pricing-area .pricing-item .pricing-bottom a {
  color: #ffffff;
  background-color: #1a1a1a;
  padding: 12px 24px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.ride-pricing-area .pricing-item .pricing-bottom a:hover {
  background-color: #fc642e;
}
.ride-pricing-area .pricing-two .pricing-top {
  box-shadow: 0px 0px 35px 0px rgba(124, 208, 95, 0.4509803922);
  background: linear-gradient(180deg, rgb(10, 162, 36) 0%, rgb(132, 212, 100) 72%);
}
.ride-pricing-area .pricing-two .pricing-bottom ul li i {
  color: #12a429;
}
.ride-pricing-area .pricing-two .pricing-bottom a:hover {
  background-color: #12a429;
}
.ride-pricing-area .pricing-three .pricing-top {
  box-shadow: 0px 0px 35px 0px rgba(128, 87, 234, 0.5803921569);
  background: linear-gradient(180deg, rgb(124, 91, 209) 0%, rgb(131, 84, 252) 72%);
}
.ride-pricing-area .pricing-three .pricing-bottom ul li i {
  color: #8058e5;
}
.ride-pricing-area .pricing-three .pricing-bottom a:hover {
  background-color: #8058e5;
}

/*-- End Pricing --*/
/*-- FAQ --*/
.ride-faq-area {
  background-color: #fafafa;
}
.ride-faq-area .ride-section-title h2 {
  max-width: 100%;
}
.ride-faq-area .ride-section-title .sub-title {
  color: #8152f9;
  background-color: #e5dcfd;
}
.ride-faq-area .ride-section-title h2 span {
  color: #8152f9;
}
.ride-faq-area .faq-img {
  margin-bottom: 30px;
}
.ride-faq-area .faq-item {
  margin-bottom: 30px;
}
.ride-faq-area .faq-item .accordion {
  padding-left: 0;
  margin-bottom: 0;
}
.ride-faq-area .faq-item .accordion a {
  width: 100%;
  font-weight: 500;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #1a1a1a;
  padding-left: 25px;
}
.ride-faq-area .faq-item .accordion a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #1a1a1a;
}
.ride-faq-area .faq-item .accordion p {
  display: none;
  margin-bottom: 0;
  color: #777777;
  font-size: 14px;
  padding: 15px 100px 5px 25px;
}
.ride-faq-area .faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
}
.ride-faq-area .faq-item .accordion li:last-child {
  margin-bottom: 0;
}

/*-- End FAQ --*/
/*-- Users --*/
.ride-user-area {
  padding-top: 75px;
}
.ride-user-area .col-lg-6 {
  position: relative;
}
.ride-user-area .user-item {
  max-width: 445px;
}
.ride-user-area .user-item h2 {
  color: #1a1a1a;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ride-user-area .user-item h2 span {
  color: #f55422;
}
.ride-user-area .user-item p {
  margin-bottom: 15px;
}
.ride-user-area .user-img {
  position: relative;
  text-align: center;
  margin-top: 25px;
}
.ride-user-area .user-img .user-shape img {
  position: absolute;
}
.ride-user-area .user-img .user-shape img:nth-child(1) {
  left: -80px;
  right: 0;
  top: -24px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  max-width: 175px;
}
.ride-user-area .user-img .user-shape img:nth-child(2) {
  left: 3px;
  top: 40px;
  z-index: -1;
  max-width: 80px;
}
.ride-user-area .user-img .user-shape img:nth-child(3) {
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 110px;
}
.ride-user-area .user-img .user-shape img:nth-child(4) {
  bottom: 55px;
  right: 15px;
  z-index: -1;
  max-width: 70px;
}
.ride-user-area .user-img .user-main img {
  display: block !important;
  animation: border-transform-default 10s linear infinite alternate forwards;
}
@keyframes border-transform-default {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.ride-user-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 55px;
  top: 0;
}
.ride-user-area .ride-user-slider {
  position: relative;
}
.ride-user-area .ride-user-slider .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 45px !important;
  border-radius: 50%;
  text-align: center;
  color: #15a52d !important;
  font-size: 22px !important;
  background-color: #d0edd5 !important;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  left: -75px;
  right: 0;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
}
.ride-user-area .ride-user-slider .owl-prev:hover {
  color: #ffffff !important;
  background-color: #15a52d !important;
}
.ride-user-area .ride-user-slider .owl-next {
  width: 40px;
  height: 40px;
  line-height: 45px !important;
  border-radius: 50%;
  text-align: center;
  color: #f88966 !important;
  font-size: 22px !important;
  background-color: #fdddd3 !important;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  left: 0;
  right: -78px;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
}
.ride-user-area .ride-user-slider .owl-next:hover {
  color: #ffffff !important;
  background-color: #f88966 !important;
}
.ride-user-area .slider-counter {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #fa4a16;
  position: absolute;
  top: 45px;
  right: 55px;
}

/*-- End Users --*/
/*-- Blog --*/
.ride-blog-area {
  background-color: #f6f8ff;
}
.ride-blog-area .ride-section-title {
  text-align: left;
}
.ride-blog-area .ride-section-title .sub-title {
  color: #8152f9;
  background-color: #e5dcfd;
}
.ride-blog-area .ride-section-title h2 {
  margin-left: 0;
}
.ride-blog-area .ride-section-title h2 span {
  color: #8152f9;
}
.ride-blog-area .blog-btn {
  text-align: right;
  margin-top: 20px;
}
.ride-blog-area .blog-btn a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  border: 1px solid #8058e5;
  border-radius: 3px;
  z-index: 1;
  padding: 16px 25px;
  box-shadow: 0px 0px 20px 0px rgba(128, 88, 229, 0.5490196078);
  text-transform: uppercase;
}
.ride-blog-area .blog-btn a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: -1;
  transition: all 0.5s;
  background: linear-gradient(180deg, rgb(124, 92, 207) 0%, rgb(131, 84, 254) 49%);
}
.ride-blog-area .blog-btn a:hover {
  color: #8058e5;
}
.ride-blog-area .blog-btn a:hover:before {
  height: 0;
}
.ride-blog-area .blog-btn a i {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 2px;
  font-size: 18px;
}
.ride-blog-area .blog-item {
  margin-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.ride-blog-area .blog-item .blog-inner {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 280px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ride-blog-area .blog-item .blog-inner .blog-top {
  padding-bottom: 13px;
  border-bottom: 1px solid #e6e6e6;
}
.ride-blog-area .blog-item .blog-inner .blog-top span {
  display: inline-block;
  color: #8152f9;
  background-color: #e6dcfe;
  padding: 8px 14px;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 13px;
}
.ride-blog-area .blog-item .blog-inner .blog-top p {
  margin-bottom: 8px;
  color: #525252;
  font-size: 13px;
}
.ride-blog-area .blog-item .blog-inner .blog-top h3 {
  margin-bottom: 0;
}
.ride-blog-area .blog-item .blog-inner .blog-top h3 a {
  font-weight: 600;
  color: #262424;
  font-size: 17px;
  display: block;
  line-height: 1.5;
}
.ride-blog-area .blog-item .blog-inner .blog-top h3 a:hover {
  color: #f55422;
}
.ride-blog-area .blog-item .blog-inner .blog-bottom ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.ride-blog-area .blog-item .blog-inner .blog-bottom ul li {
  list-style-type: none;
  display: inline-block;
}
.ride-blog-area .blog-item .blog-inner .blog-bottom ul li img {
  margin-right: 5px;
}
.ride-blog-area .blog-item .blog-inner .blog-bottom ul li a {
  display: inline-block;
  font-size: 13px;
  color: #525252;
  border-bottom: 1px solid #525252;
}
.ride-blog-area .blog-item .blog-inner .blog-bottom ul li a:hover {
  color: #f55422;
  border-bottom: 1px solid #f55422;
}
.ride-blog-area .blog-item .blog-inner .blog-bottom ul li span {
  color: #f55422;
  font-size: 13px;
  color: #525252;
}

/*-- End Blog --*/
/*-- Register --*/
.ride-register-area .ride-section-title .sub-title {
  color: #0fa426;
  background-color: #ceecd3;
}
.ride-register-area .ride-section-title h2 {
  max-width: 100%;
}
.ride-register-area .ride-section-title h2 span {
  color: #0fa426;
}
.ride-register-area .register-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 35px 35px 250px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.5803921569);
  background: linear-gradient(180deg, rgb(209, 218, 255) 0%, rgb(252, 252, 253) 72%);
}
.ride-register-area .register-item img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ride-register-area .register-item h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
.ride-register-area .register-item p {
  margin-bottom: 15px;
  color: #767676;
  font-size: 15px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.ride-register-area .register-item a {
  font-weight: 500;
  font-size: 15px;
  color: #f55422;
  display: inline-block;
}
.ride-register-area .register-item a i {
  font-size: 19px;
  position: relative;
  top: 4px;
}
.ride-register-area .register-item a:hover {
  letter-spacing: 1px;
}
.ride-register-area .register-two {
  background: unset;
  background-color: #ffffff;
}

/*-- End Register --*/
/*-- Subscribe --*/
.ride-subscribe-area {
  padding-top: 70px;
  padding-bottom: 75px;
  background: linear-gradient(180deg, rgb(250, 70, 18) 0%, rgb(252, 103, 49) 72%);
  position: relative;
  overflow: hidden;
}
.ride-subscribe-area .subscribe-shape img {
  position: absolute;
}
.ride-subscribe-area .subscribe-shape img:nth-child(1) {
  left: 100px;
  top: 0;
}
.ride-subscribe-area .subscribe-shape img:nth-child(2) {
  right: 40px;
  top: 0;
}
.ride-subscribe-area .subscribe-item h2 {
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.ride-subscribe-area .subscribe-item .newsletter-form {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 200px;
  position: relative;
}
.ride-subscribe-area .subscribe-item .newsletter-form .form-control {
  height: 55px;
  border-radius: 3px;
  border: 0;
  background-color: #ff7c56;
  padding-left: 20px;
  font-size: 14px;
}
.ride-subscribe-area .subscribe-item .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 0;
}
.ride-subscribe-area .subscribe-item .newsletter-form ::-moz-placeholder {
  color: #ffffff;
}
.ride-subscribe-area .subscribe-item .newsletter-form ::placeholder {
  color: #ffffff;
}
.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn {
  font-weight: 500;
  font-size: 15px;
  padding: 15px 22px;
  position: relative;
  opacity: 1;
  border-radius: 3px;
  z-index: 1;
  color: #ffffff;
  transition: all 0.5s;
  border: 1px solid #4ebe47;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
}
.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: -1;
  transition: all 0.5s;
  background: linear-gradient(90deg, rgb(11, 163, 36) 0%, rgb(134, 213, 100) 80%);
}
.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn i {
  display: inline-block;
  font-size: 19px;
  position: relative;
  top: 3px;
}
.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn:hover:before {
  width: 0;
  opacity: 0;
}
.ride-subscribe-area .subscribe-item .newsletter-form .validation-danger {
  color: #ffffff;
  margin-top: 10px;
}

/*-- End Subscribe --*/
/*-- Copyright --*/
.ride-copyright-area {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ride-copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #5d617a;
}
.ride-copyright-area .copyright-item p a {
  color: #5d617a;
  display: inline-block;
}
.ride-copyright-area .copyright-item p a:hover {
  color: #f42e14;
  letter-spacing: 1px;
}
.ride-copyright-area .copyright-item ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.ride-copyright-area .copyright-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
}
.ride-copyright-area .copyright-item ul li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  border-radius: 50%;
  color: #f42e14;
  background-color: rgba(244, 46, 20, 0.2);
  text-align: center;
  position: relative;
  z-index: 1;
}
.ride-copyright-area .copyright-item ul li a:hover {
  color: #ffffff;
  background-color: #f42e14;
}

/*-- End Copyright --*/
/*----- End Ride Landing Page -----*/
/*----- Charity Landing Page -----*/

/*-- About --*/
.charity-section-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -5px;
}
.charity-section-title .sub-title span {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(12, 167, 38) 0%, rgb(47, 197, 70) 64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
.charity-section-title .sub-title span:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: -38px;
  top: 11px;
  background: linear-gradient(90deg, rgb(12, 167, 38) 0%, rgb(47, 197, 70) 64%);
}
.charity-section-title .sub-title span:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  right: -38px;
  top: 11px;
  background: linear-gradient(90deg, rgb(12, 167, 38) 0%, rgb(47, 197, 70) 64%);
}
.charity-section-title h2 {
  font-weight: 600;
  font-size: 40px;
  color: #323131;
  margin-bottom: 15px;
}
.charity-section-title p {
  margin-bottom: 0;
}

.charity-about-area .about-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 90px;
}
.charity-about-area .about-item i {
  display: inline-block;
  background: linear-gradient(90deg, rgb(12, 167, 38) 0%, rgb(47, 197, 70) 64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
.charity-about-area .about-item h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 6px;
}
.charity-about-area .about-item p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 0;
}

/*-- End About --*/

/*-- Help --*/
.charity-help-area .charity-section-title p {
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
}
.charity-help-area .help-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(221, 221, 221, 0.6196078431);
  padding: 35px 20px 32px;
  position: relative;
  transition: all 0.5s;
}
.charity-help-area .help-item:hover {
  transform: translate(0, -10px);
}
.charity-help-area .help-item:hover a {
  color: #4ade61;
}
.charity-help-area .help-item:hover a i {
  color: #4ade61;
  left: 0;
}
.charity-help-area .help-item .help-shape {
  position: absolute;
  top: 15px;
  right: 15px;
}
.charity-help-area .help-item .help-img {
  margin-bottom: 18px;
}
.charity-help-area .help-item .help-img img {
  width: 50px;
  height: 50px;
}
.charity-help-area .help-item h3 {
  font-weight: 600;
  font-size: 18px;
  color: #08104d;
  font-family: "Poppins", sans-serif;
  margin-bottom: 13px;
}
.charity-help-area .help-item a {
  font-weight: 500;
  font-size: 16px;
  color: #9294a3;
  display: inline-block;
  position: relative;
}
.charity-help-area .help-item a i {
  color: #9294a3;
  display: inline-block;
  position: relative;
  top: 4px;
  font-size: 20px;
  left: 2px;
  transition: all 0.5s;
}

/*-- End Help --*/
/*-- Vision --*/
.charity-vision-area .vision-item {
  margin-bottom: 30px;
}
.charity-vision-area .vision-item .vision-img {
  margin-bottom: 30px;
}
.charity-vision-area .vision-item .charity-section-title {
  margin-bottom: 25px;
  text-align: left;
}
.charity-vision-area .vision-item .charity-section-title .sub-title {
  padding-left: 39px;
}
.charity-vision-area .vision-item .charity-section-title h2 {
  font-size: 37px;
  margin-bottom: 0;
  margin-left: 0;
}
.charity-vision-area .vision-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.charity-vision-area .vision-item ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-right: 30px;
}
.charity-vision-area .vision-item ul li:last-child {
  margin-right: 0;
}
.charity-vision-area .vision-item ul li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 10px;
  height: 55px;
  background-color: #e3ffe8;
  border: 1px solid #23d242;
  border-radius: 3px;
}
.charity-vision-area .vision-item ul li span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.charity-vision-area .vision-item ul li a {
  display: block;
  color: #262424;
  font-size: 20px;
}
.charity-vision-area .vision-item ul li a:hover {
  color: #23d242;
}
.charity-vision-area .vision-item p {
  margin-bottom: 15px;
  color: #4f4f4f;
}
.charity-vision-area .vision-item .charity-cmn-btn {
  margin-top: 15px;
}
.charity-vision-area .vision-content {
  max-width: 585px;
  margin-left: 50px;
}

/*-- End Vision --*/

/*-- Team --*/
.charity-team-area .charity-section-title p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.charity-team-area .charity-item {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.charity-team-area .charity-item .charity-top {
  position: relative;
  overflow: hidden;
}
.charity-team-area .charity-item .charity-top ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  opacity: 0;
  background: linear-gradient(90deg, rgb(12, 167, 38) 0%, rgb(47, 197, 70) 64%);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 135px;
  border-radius: 20px 20px 0 0;
  padding-top: 8px;
  padding-bottom: 5px;
  transition: all 0.5s;
}
.charity-team-area .charity-item .charity-top ul li {
  list-style-type: none;
  display: inline-block;
}
.charity-team-area .charity-item .charity-top ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding-left: 4px;
  padding-right: 4px;
}
.charity-team-area .charity-item .charity-top ul li a:hover {
  color: #08104d;
}
.charity-team-area .charity-item .charity-bottom {
  padding: 22px 25px 25px;
  text-align: center;
  transition: all 0.5s;
}
.charity-team-area .charity-item .charity-bottom h3 {
  margin-bottom: 8px;
  color: #08104d;
  font-weight: 600;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.charity-team-area .charity-item .charity-bottom span {
  background: linear-gradient(90deg, rgb(12, 167, 38) 0%, rgb(47, 197, 70) 64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 15px;
  display: block;
}
.charity-team-area .charity-item:hover .charity-top ul {
  bottom: 0;
  opacity: 1;
}
.charity-team-area .charity-item:hover .charity-bottom {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5607843137);
}
.charity-team-area .owl-theme .owl-dots .owl-dot.active span {
  background: #0da827;
}
.charity-team-area .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 5px 7px;
  background: #c7c7c7;
  border-radius: 0;
}

/*-- End Team --*/

/*-- Blog --*/
.charity-blog-area .charity-section-title {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.charity-blog-area .blog-item {
  margin-bottom: 30px;
}
.charity-blog-area .blog-item .blog-top {
  position: relative;
  margin-bottom: 16px;
}
.charity-blog-area .blog-item .blog-top a {
  display: block;
}
.charity-blog-area .blog-item .blog-top a img {
  width: 100%;
}
.charity-blog-area .blog-item .blog-top .blog-date {
  position: absolute;
  top: 0;
  left: 20px;
  background: linear-gradient(90deg, rgb(12, 167, 38) 0%, rgb(47, 197, 70) 64%);
  padding: 5px 25px 7px;
  border-radius: 0 0 20px 20px;
}
.charity-blog-area .blog-item .blog-top .blog-date h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}
.charity-blog-area .blog-item .blog-top .blog-date span {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.charity-blog-area .blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.charity-blog-area .blog-item .blog-bottom ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 13px;
  color: #525252;
  margin-right: 5px;
}
.charity-blog-area .blog-item .blog-bottom ul li:last-child {
  margin-right: 0;
}
.charity-blog-area .blog-item .blog-bottom ul li i {
  display: inline-block;
  color: #2ac142;
  font-size: 17px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}
.charity-blog-area .blog-item .blog-bottom h3 {
  margin-bottom: 12px;
  display: block;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.4;
}
.charity-blog-area .blog-item .blog-bottom h3 a {
  color: #262424;
}
.charity-blog-area .blog-item .blog-bottom h3 a:hover {
  color: #4ade61;
}
.charity-blog-area .blog-item .blog-bottom p {
  margin-bottom: 13px;
  font-size: 15px;
}
.charity-blog-area .blog-item .blog-bottom .blog-link {
  color: #9294a3;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.charity-blog-area .blog-item .blog-bottom .blog-link i {
  display: inline-block;
  position: relative;
  top: 4px;
  font-size: 20px;
}
.charity-blog-area .blog-item .blog-bottom .blog-link:hover {
  color: #4ade61;
}

/*-- End Blog --*/

/*-- Footer --*/
.charity-contact-form-area {
  padding-bottom: 95px;
}
.charity-contact-form-area .charity-section-title h2 {
  margin-bottom: 0;
}
.charity-contact-form-area .soft-contact-btn {
  text-transform: uppercase;
  font-size: 15px;
}

.charity-footer-area {
  background-color: #262626;
}
.charity-footer-area .footer-item {
  margin-bottom: 30px;
}
.charity-footer-area .footer-item .footer-logo a {
  display: block;
  margin-bottom: 25px;
}
.charity-footer-area .footer-item .footer-logo p {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 25px;
}
.charity-footer-area .footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}
.charity-footer-area .footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
}
.charity-footer-area .footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}
.charity-footer-area .footer-item .footer-logo ul li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  background-color: #4a4a4a;
}
.charity-footer-area .footer-item .footer-logo ul li a:hover {
  background-color: #3b5998;
}
.charity-footer-area .footer-item .footer-logo ul li .twitter:hover {
  background-color: #00acee;
}
.charity-footer-area .footer-item .footer-logo ul li .linedin:hover {
  background-color: #0e76a8;
}
.charity-footer-area .footer-item .footer-logo ul li .instagram:hover {
  background-color: #f2003c;
}
.charity-footer-area .footer-item .footer-links h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 35px;
}
.charity-footer-area .footer-item .footer-links ul {
  margin: 0;
  padding: 0;
}
.charity-footer-area .footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.charity-footer-area .footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}
.charity-footer-area .footer-item .footer-links ul li a {
  display: block;
  color: #b3b3b3;
  font-size: 16px;
}
.charity-footer-area .footer-item .footer-links ul li a:hover {
  margin-left: 8px;
}
.charity-footer-area .footer-item .footer-links ul li a i {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.charity-footer-area .footer-item .footer-address h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 35px;
}
.charity-footer-area .footer-item .footer-address ul {
  margin: 0;
  padding: 0;
}
.charity-footer-area .footer-item .footer-address ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #b3b3b3;
}
.charity-footer-area .footer-item .footer-address ul li:last-child {
  margin-bottom: 0;
}
.charity-footer-area .footer-item .footer-address ul li a {
  display: block;
  color: #b3b3b3;
}
.charity-footer-area .footer-item .footer-address ul li a:hover {
  margin-left: 8px;
}
.charity-footer-area .footer-item .footer-address ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
}

/*-- End Footer --*/
/*-- Copyright --*/
.charity-copyright-area {
  background-color: #262626;
}
.charity-copyright-area .copyright-wrap {
  border-top: 1px solid #3c3c3c;
  padding-top: 30px;
  padding-bottom: 30px;
}
.charity-copyright-area .copyright-wrap .copyright-item ul {
  margin: 0;
  padding: 0;
}
.charity-copyright-area .copyright-wrap .copyright-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 22px;
}
.charity-copyright-area .copyright-wrap .copyright-item ul li:last-child {
  margin-right: 0;
}
.charity-copyright-area .copyright-wrap .copyright-item ul li a {
  display: block;
  color: #999999;
  font-size: 14px;
}
.charity-copyright-area .copyright-wrap .copyright-item ul li a:hover {
  color: #ffffff;
}
.charity-copyright-area .copyright-wrap .copyright-item p {
  margin-bottom: 0;
  color: #999999;
  font-size: 14px;
  text-align: right;
}
.charity-copyright-area .copyright-wrap .copyright-item p a {
  color: #999999;
  display: inline-block;
}
.charity-copyright-area .copyright-wrap .copyright-item p a:hover {
  color: #ffffff;
}

/*-- End Copyright --*/
/*----- End Charity Landing Page -----*/
/*----- Export Landing Page -----*/
/*-- Header Top --*/
.export-header-top {
  background-color: #0063dd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.export-header-top .header-left .header-contact {
  display: inline-block;
}
.export-header-top .header-left .header-contact a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  padding-right: 10px;
  border-right: 1px solid #408ae6;
}
.export-header-top .header-left .header-contact a:hover {
  color: #85bcff;
}
.export-header-top .header-left .header-contact a i {
  display: inline-block;
  font-size: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.export-header-top .header-left ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.export-header-top .header-left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.export-header-top .header-left ul li:last-child {
  margin-right: 0;
}
.export-header-top .header-left ul li a {
  display: block;
  color: #85bcff;
}
.export-header-top .header-left ul li a:hover {
  color: #ffffff;
}
.export-header-top .header-right {
  text-align: right;
}
.export-header-top .header-right ul {
  margin: 0;
  padding: 0;
}
.export-header-top .header-right ul li {
  list-style-type: none;
  display: inline-block;
}
.export-header-top .header-right ul li .form-group {
  margin-bottom: 0;
}
.export-header-top .header-right ul li .form-group .nice-select {
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  height: auto;
  background-color: transparent;
  border: 0;
  color: #c8e1ff;
  border-right: 1px solid #408ae6;
  border-radius: 0;
  float: none;
}
.export-header-top .header-right ul li .form-group .nice-select:after {
  border-bottom: 2px solid #c8e1ff;
  border-right: 2px solid #c8e1ff;
  width: 6px;
  height: 6px;
}
.export-header-top .header-right ul li .form-group .nice-select .option {
  display: block;
}
.export-header-top .header-right ul li .form-group .nice-select.open .list {
  background-color: #0063dd;
}
.export-header-top .header-right ul li .form-group .nice-select .option:hover, .export-header-top .header-right ul li .form-group .nice-select .option.focus, .export-header-top .header-right ul li .form-group .nice-select .option.selected.focus {
  background-color: #1800dd;
}
.export-header-top .header-right ul li .sign-up-link {
  color: #abd1ff;
  font-size: 12px;
}
.export-header-top .header-right ul li .sign-up-link i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.export-header-top .header-right ul li .sign-up-link:hover {
  color: #ffffff;
}

/*-- End Header Top --*/
/*-- Navbar --*/
.navbar-light-six {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.navbar-light-six .charity-nav-wrap .cart:hover {
  color: #0063dd;
}
.navbar-light-six .charity-nav-wrap .search-icon:hover {
  color: #0063dd;
}
.navbar-light-six .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
  color: #0063dd;
}
.navbar-light-six .charity-nav-wrap .side-icon .modal-btn:hover {
  background-color: #0063dd;
}
.navbar-light-six.menu-shrink {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  border-bottom: 0;
}

/*-- End Navbar --*/

/*-- Service --*/
.export-service-area {
  margin-top: -300px;
}
.export-service-area .service-item {
  text-align: center;
  padding: 30px 30px 25px;
  transition: all 0.5s;
  margin: 15px;
}
.export-service-area .service-item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6509803922);
}
.export-service-area .service-item:hover i {
  color: #0063dd;
}
.export-service-area .service-item:hover h3 {
  color: #08104d;
}
.export-service-area .service-item:hover p {
  color: #777777;
}
.export-service-area .service-item:hover a {
  opacity: 1;
  margin-left: 0;
}
.export-service-area .service-item i {
  display: inline-block;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 55px;
}
.export-service-area .service-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.export-service-area .service-item p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #efefef;
}
.export-service-area .service-item a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #0063dd;
  opacity: 0;
  margin-left: -10px;
}
.export-service-area .service-item a i {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 2px;
  color: #0063dd;
}
.export-service-area .export-service-slider .center .service-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6509803922);
}
.export-service-area .export-service-slider .center .service-item i {
  color: #0063dd;
}
.export-service-area .export-service-slider .center .service-item h3 {
  color: #08104d;
}
.export-service-area .export-service-slider .center .service-item p {
  color: #777777;
}
.export-service-area .export-service-slider .center .service-item a {
  opacity: 1;
  margin-left: 0;
}
.export-service-area .owl-theme .owl-dots .owl-dot.active span {
  background: #0063dd;
}
.export-service-area .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 0 3px;
  background: #cdcdcd;
}

/*-- End Service --*/
/*-- Modern --*/
.export-section-title {
  margin-bottom: 40px;
}
.export-section-title .sub-title {
  display: block;
  color: #0063dd;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.export-section-title .sub-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  bottom: 8px;
  background-color: #0063dd;
}
.export-section-title h2 {
  font-weight: 600;
  font-size: 37px;
  color: #323131;
  margin-bottom: 0;
}

.export-modern-area .row {
  position: relative;
}
.export-modern-area .modern-content {
  position: absolute;
  z-index: 1;
  padding-right: 80px;
  background-color: #ffffff;
  bottom: 0;
  padding-top: 40px;
  margin-bottom: 30px;
  max-width: 690px;
  left: 20px;
}
.export-modern-area .modern-content .nav-pills {
  position: relative;
  margin-bottom: 25px;
}
.export-modern-area .modern-content .nav-pills:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9e9e9;
}
.export-modern-area .modern-content .nav-pills .nav-item {
  margin-right: 40px;
}
.export-modern-area .modern-content .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.export-modern-area .modern-content .nav-pills .nav-default {
  font-weight: 500;
  font-size: 14px;
  color: #9a9a9a;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}
.export-modern-area .modern-content .nav-pills .nav-default span {
  color: #0063dd;
}
.export-modern-area .modern-content .nav-pills .nav-default.active, .export-modern-area .modern-content .nav-pills .show > .nav-default {
  color: #9a9a9a;
  background-color: transparent;
  border-bottom: 1px solid #0063dd;
  position: relative;
}
.export-modern-area .modern-content .tab-content span {
  color: #474747;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.export-modern-area .modern-content .tab-content p {
  margin-bottom: 30px;
}
.export-modern-area .modern-content .tab-content .modern-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  background-color: #0063dd;
  border-radius: 5px;
  padding: 13px 20px 13px 24px;
  color: #ffffff;
  display: inline-block;
  margin-right: 25px;
}
.export-modern-area .modern-content .tab-content .modern-btn i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-left: 2px;
}
.export-modern-area .modern-content .tab-content .modern-btn:hover {
  background-color: #323131;
}
.export-modern-area .modern-content .tab-content img {
  display: inline-block;
}
.export-modern-area .modern-img {
  margin-bottom: 30px;
}
.export-modern-area .modern-img img {
  width: 100%;
}

/*-- End Modern --*/

/*-- Skills --*/
.export-skills-area .skill-img {
  margin-bottom: 30px;
}
.export-skills-area .skill-content {
  margin-bottom: 30px;
  overflow-x: hidden;
}
.export-skills-area .skill-content .export-section-title {
  margin-bottom: 15px;
}
.export-skills-area .skill-content p {
  margin-bottom: 25px;
}
.export-skills-area .skill-content .skill {
  margin-bottom: 35px;
  position: relative;
}
.export-skills-area .skill-content .skill:before {
  width: 100%;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  background: #eaeaea;
  bottom: 0;
}
.export-skills-area .skill-content .skill h3 {
  font-size: 15px;
  font-weight: 500;
  color: #262424;
  margin-bottom: 15px;
}
.export-skills-area .skill-content .skill-bottom {
  margin-bottom: 2px;
}
.export-skills-area .skill-content .skill-bar {
  width: 100%;
  height: 6px;
  background: #0063dd;
  display: block;
  position: relative;
}
.export-skills-area .skill-content .skill-bar:before {
  position: absolute;
  top: -4px;
  right: -6px;
  content: "";
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px #ddd;
}
.export-skills-area .skill-content .skill-bar span {
  position: absolute;
  top: -33px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #262424;
  margin-bottom: 0;
  display: inline-block;
}
.export-skills-area .skill-content .skill1 {
  width: 85%;
}
.export-skills-area .skill-content .skill1 .skill-count1 {
  right: -10px;
}
.export-skills-area .skill-content .skill2 {
  width: 70%;
}
.export-skills-area .skill-content .skill2 .skill-count2 {
  right: -10px;
}
.export-skills-area .skill-content .skill3 {
  width: 90%;
}
.export-skills-area .skill-content .skill3 .skill-count3 {
  right: -10px;
}

/*-- End Skills --*/

/*-- Work --*/
.export-work-area .work-content {
  padding-right: 30px;
  max-width: 765px;
  margin-left: auto;
}
.export-work-area .work-item {
  position: relative;
  margin-bottom: 30px;
}
.export-work-area .work-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  color: #0063dd;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #ddd;
  font-size: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.export-work-area .work-item .work-inner {
  padding-left: 100px;
}
.export-work-area .work-item .work-inner h3 {
  font-weight: 600;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  color: #08104d;
  margin-bottom: 12px;
}
.export-work-area .work-item .work-inner p {
  margin-bottom: 0;
}
.export-work-area .work-img {
  margin-bottom: 30px;
  margin-top: 20px;
}
.export-work-area .work-img img {
  width: 100%;
}

/*-- End Work --*/

/*-- Team --*/
.industry-team-area .export-section-title {
  text-align: center;
}
.industry-team-area .export-section-title .sub-title {
  display: inline-block;
}
.industry-team-area .export-section-title h2 {
  margin-bottom: 12px;
}
.industry-team-area .export-section-title p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.industry-team-area .charity-item .charity-top ul {
  background: unset;
  background-color: #0063dd;
}
.industry-team-area .charity-item .charity-bottom span {
  color: #0063dd;
  -webkit-text-fill-color: unset;
}
.industry-team-area .owl-theme .owl-dots .owl-dot.active span {
  background: #0063dd;
}

/*-- End Team --*/

/*-- Blog --*/
.export-blog-area .export-section-title {
  text-align: center;
}
.export-blog-area .export-section-title .sub-title {
  display: inline-block;
}
.export-blog-area .export-section-title h2 {
  margin-bottom: 12px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.export-blog-area .export-section-title p {
  margin-bottom: 0;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.export-blog-area .blog-item {
  margin-bottom: 30px;
  background-color: #f3f3f3;
  transition: all 0.5s;
}
.export-blog-area .blog-item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5803921569);
}
.export-blog-area .blog-item .blog-top {
  position: relative;
}
.export-blog-area .blog-item .blog-top img {
  width: 100%;
}
.export-blog-area .blog-item .blog-top .blog-head {
  background-color: #0063dd;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.export-blog-area .blog-item .blog-top .blog-head h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
}
.export-blog-area .blog-item .blog-top .blog-head span {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.export-blog-area .blog-item .blog-bottom {
  padding: 25px 25px 25px;
}
.export-blog-area .blog-item .blog-bottom span {
  display: block;
  font-size: 13px;
  color: #525252;
  margin-bottom: 8px;
}
.export-blog-area .blog-item .blog-bottom h3 {
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 600;
  font-size: 19px;
}
.export-blog-area .blog-item .blog-bottom h3 a {
  display: block;
  line-height: 1.4;
  color: #262424;
}
.export-blog-area .blog-item .blog-bottom h3 a:hover {
  color: #f42e14;
}
.export-blog-area .blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
  padding-top: 15px;
}
.export-blog-area .blog-item .blog-bottom ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 13px;
  color: #525252;
}
.export-blog-area .blog-item .blog-bottom ul li img {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.export-blog-area .blog-item .blog-bottom ul li a {
  display: block;
  color: #525252;
}
.export-blog-area .blog-item .blog-bottom ul li a:hover {
  color: #0063dd;
}

/*-- End Blog --*/
/*-- Contact --*/
.export-contact-form-area {
  padding-bottom: 95px;
}
.export-contact-form-area .export-section-title {
  text-align: center;
}
.export-contact-form-area .export-section-title .sub-title {
  display: inline-block;
}
.export-contact-form-area .soft-contact-btn {
  background-color: #0063dd;
}
.export-contact-form-area .soft-contact-btn:hover {
  background-color: #323131;
}

/*-- End Contact --*/
/*-- Subscribe --*/
.export-subscribe-area {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(221, 221, 221, 0.3882352941);
  margin-bottom: 100px;
  position: relative;
}
.export-subscribe-area .subscribe-shape img {
  position: absolute;
  left: -23px;
  bottom: -23px;
}
.export-subscribe-area .subscribe-item {
  margin-bottom: 30px;
}
.export-subscribe-area .subscribe-item h2 {
  font-weight: 600;
  font-size: 35px;
  color: #323131;
  margin-bottom: 0;
}
.export-subscribe-area .newsletter-form {
  margin-bottom: 30px;
  position: relative;
}
.export-subscribe-area .newsletter-form .form-control {
  height: 55px;
  width: 100%;
  border-radius: 5px;
  background-color: #eef6ff;
  font-size: 14px;
  padding-left: 30px;
  border: 0;
}
.export-subscribe-area .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 0;
}
.export-subscribe-area .newsletter-form ::-moz-placeholder {
  color: #0063dd;
}
.export-subscribe-area .newsletter-form ::placeholder {
  color: #0063dd;
}
.export-subscribe-area .newsletter-form .newsletter-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  background-color: #0063dd;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  padding: 14px 16px 15px 19px;
}
.export-subscribe-area .newsletter-form .newsletter-btn i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.export-subscribe-area .newsletter-form .newsletter-btn:hover {
  background-color: #323131;
}
.export-subscribe-area .newsletter-form .validation-danger {
  font-size: 14px;
  margin-top: 10px;
  color: #dc3545;
}

/*-- End Subscribe --*/
/*----- End Export Landing Page -----*/
/*----- Event Landing Page -----*/

/*-- Sponsor --*/
.event-section-title {
  text-align: center;
  margin-top: -3px;
  margin-bottom: 40px;
}
.event-section-title .sub-title {
  font-weight: 500;
  font-size: 18px;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
}
.event-section-title .sub-title:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  left: -9px;
  top: 4px;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
}
.event-section-title h2 {
  font-weight: 700;
  font-size: 35px;
  color: #323131;
  margin-bottom: 0;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.event-sponsor-area .col-lg-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
.event-sponsor-area .logo-item {
  margin-bottom: 30px;
  text-align: center;
}
.event-sponsor-area .logo-item a {
  display: block;
}
.event-sponsor-area .sponsor-btn {
  text-align: center;
  margin-top: 10px;
}

.event-cmn-btn {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  padding: 16px 23px 16px 22px;
}
.event-cmn-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: -1;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  opacity: 1;
  transition: all 0.5s;
}
.event-cmn-btn i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.event-cmn-btn:hover {
  color: #ffffff;
  background-color: #484848;
}
.event-cmn-btn:hover:before {
  width: 0%;
  opacity: 0;
}

/*-- End Sponsor --*/
/*-- About --*/
.event-about-area {
  padding-bottom: 115px;
}
.event-about-area .row {
  position: relative;
}
.event-about-area .about-img {
  margin-bottom: 30px;
}
.event-about-area .about-img img {
  width: 100%;
}
.event-about-area .about-item {
  margin-bottom: 30px;
  border-bottom: 5px solid;
  border-image-source: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  border-image-slice: 1;
  padding: 42px 50px 45px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5490196078);
  border-radius: 5px;
  position: absolute;
  bottom: -45px;
  right: 15px;
  max-width: 605px;
  background-color: #ffffff;
}
.event-about-area .about-item .event-section-title {
  text-align: left;
  margin-bottom: 20px;
}
.event-about-area .about-item .event-section-title .sub-title {
  padding-left: 13px;
}
.event-about-area .about-item .event-section-title .sub-title:before {
  left: 1px;
}
.event-about-area .about-item span {
  display: block;
  color: #444343;
  font-size: 16px;
  margin-bottom: 12px;
}
.event-about-area .about-item p {
  margin-bottom: 30px;
}
.event-about-area .about-item .event-cmn-btn i {
  top: 3px;
}

/*-- End About --*/
/*-- Benefit --*/
.event-benefit-area .event-section-title h2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.event-benefit-area .event-section-title p {
  margin-bottom: 0;
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
}
.event-benefit-area .benefit-item {
  margin-bottom: 30px;
  padding: 30px 25px 26px;
  border-radius: 5px;
  transition: all 0.5s;
  border: 1px solid #ddd;
}
.event-benefit-area .benefit-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5803921569);
  border: 1px solid transparent;
}
.event-benefit-area .benefit-item i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  background-color: #ffa201;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.event-benefit-area .benefit-item h3 {
  font-weight: 600;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #08104d;
  margin-bottom: 8px;
}
.event-benefit-area .benefit-item p {
  color: #848484;
  font-size: 15px;
  margin-bottom: 0;
}
.event-benefit-area .benefit-two i {
  background-color: #e74d26;
}
.event-benefit-area .benefit-three i {
  background-color: #21a802;
}
.event-benefit-area .benefit-four i {
  background-color: #0ffcff;
}

/*-- End Benefit --*/
/*-- Coming --*/
.event-coming-area {
  background-color: #f5f5f5;
}
.event-coming-area .coming-item {
  position: relative;
}
.event-coming-area .coming-item img {
  width: 100%;
}
.event-coming-area .coming-item .coming-inner {
  position: absolute;
  left: 55px;
  bottom: 45px;
}
.event-coming-area .coming-item .coming-inner span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 8px;
}
.event-coming-area .coming-item .coming-inner span:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  bottom: 7px;
  left: 0;
  background-color: #ffffff;
}
.event-coming-area .coming-item .coming-inner a {
  display: block;
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
}
.event-coming-area .coming-item .coming-inner a:hover {
  color: #ea5e20;
}

/*-- End Coming --*/
/*-- Schedule --*/
.event-schedule-area .event-section-title h2 {
  margin-bottom: 10px;
}
.event-schedule-area .event-section-title p {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.event-schedule-area .nav-pills {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.event-schedule-area .nav-pills .nav-item {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.event-schedule-area .nav-pills .nav-item .nav-default {
  text-align: center;
  padding: 12px 32px 12px;
  background-color: #f7c3c0;
  display: block;
  border-radius: 3px;
}
.event-schedule-area .nav-pills .nav-item .nav-default span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #e4392e;
  margin-bottom: 2px;
}
.event-schedule-area .nav-pills .nav-item .nav-default p {
  margin-bottom: 0;
  font-size: 14px;
  color: #e4392e;
}
.event-schedule-area .nav-pills .nav-default.active, .event-schedule-area .nav-pills .show > .nav-default {
  color: #fff;
  background-color: unset;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
}
.event-schedule-area .nav-pills .nav-default.active span, .event-schedule-area .nav-pills .show > .nav-default span {
  color: #ffffff;
}
.event-schedule-area .nav-pills .nav-default.active p, .event-schedule-area .nav-pills .show > .nav-default p {
  color: #ffffff;
}
.event-schedule-area .tab-content .tab-pane ul {
  margin: 0;
  padding: 0;
}
.event-schedule-area .tab-content .tab-pane ul li {
  list-style-type: none;
  display: block;
  padding: 25px 30px 25px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5294117647);
  border-left: 3px solid;
  border-image-source: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  border-image-slice: 1;
  margin-bottom: 20px;
  border-radius: 5px;
}
.event-schedule-area .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-left {
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
  border-right: 1px solid #d9d9d9;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-left img {
  position: absolute;
  top: 0;
  left: 0;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-left span {
  display: block;
  font-size: 16px;
  color: #64677c;
  margin-bottom: 5px;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-left h3 {
  font-weight: 600;
  font-size: 18px;
  color: #08104d;
  margin-bottom: 7px;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-left ul li {
  display: inline-block;
  padding: 0;
  box-shadow: none;
  border-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-left ul li a {
  display: block;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 7px;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-left ul li a:hover {
  transform: scale(1.2);
}
.event-schedule-area .tab-content .tab-pane ul li .tab-middle span {
  display: block;
  font-size: 16px;
  color: #64677c;
  margin-bottom: 5px;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-middle h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 7px;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-middle p {
  margin-bottom: 0;
  font-size: 14px;
}
.event-schedule-area .tab-content .tab-pane ul li .tab-right {
  text-align: right;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/*-- End Schedule --*/
/*-- Form --*/
.event-form-area {
background-color: #5101b7;
}
.event-form-area .event-section-title {
  margin-bottom: 15px;
  text-align: left;
}
.event-form-area .event-section-title .sub-title {
  padding-left: 13px;
}
.event-form-area .event-section-title .sub-title:before {
  left: 1px;
}
.event-form-area .event-section-title h2 {
  color: #ffffff;
  margin-left: 0;
}
.event-form-area .form-item {
  padding-top: 100px;
  padding-bottom: 100px;
}
.event-form-area .form-item p {
  color: #dbdbdb;
  font-size: 15px;
  margin-bottom: 25px;
}
.event-form-area .form-item .event-cmn-btn {
  color: #484848;
  background-color: #ffffff;
}
.event-form-area .form-item .event-cmn-btn:before {
  width: 0;
  opacity: 0;
}
.event-form-area .form-item .event-cmn-btn i {
  top: 3px;
}
.event-form-area .form-item .event-cmn-btn:hover {
  color: #ffffff;
}
.event-form-area .form-item .event-cmn-btn:hover:before {
  opacity: 1;
  width: 100%;
}
.event-form-area .form-wrap {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 35px 40px 45px;
  text-align: center;
  border-bottom: 5px solid;
  border-image-source: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  border-image-slice: 1;
  position: relative;
  top: 60px;
}
.event-form-area .form-wrap h3 {
  font-weight: 600;
  font-size: 28px;
  color: #323131;
  margin-bottom: 10px;
}
.event-form-area .form-wrap p {
  font-size: 15px;
  margin-bottom: 22px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.event-form-area .form-wrap .form-group {
  margin-bottom: 15px;
}
.event-form-area .form-wrap .form-group .form-control {
  height: 45px;
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  padding-left: 20px; 
  font-size: 14px;
}

.event-form-area .form-wrap .code {float:left; width:70%; margin-bottom: 25px;}
.event-form-area .form-wrap .captcha { float:left; background:#fafafa; border-radius:5px; padding:14px 16px; margin-left:15px; border: 1px solid #cdcdcd; }

.event-form-area .form-wrap .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #dcdcdc;
}
.event-form-area .form-wrap .form-group ::-moz-placeholder {
  color: #a5a6ae;
}
.event-form-area .form-wrap .form-group ::placeholder {
  color: #a5a6ae;
}
.event-form-area .form-wrap .form-group .nice-select {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  padding-left: 20px;
  font-size: 14px;
  color: #a5a6ae;
}
.event-form-area .form-wrap .form-group .nice-select.open .list {
  display: block;
  width: 100%;
}
.event-form-area .form-wrap .event-cmn-btn {
  margin-top:5px;
  border: 0;
  transition: all 0.5s;
}
.event-form-area .form-wrap .event-cmn-btn::before {
  transition: all 0.5s;
}

/*-- End Form --*/

/*-- Speakers --*/
.event-speaker-area {
  position: relative;
}
.event-speaker-area .speaker-shape img {
  position: absolute;
}
.event-speaker-area .speaker-shape img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: -1;
  animation: event-ani-one 7s infinite linear;
}
.event-speaker-area .speaker-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: event-ani-one 7s infinite linear;
}
.event-speaker-area .event-section-title h2 {
  margin-bottom: 10px;
}
.event-speaker-area .event-section-title p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.event-speaker-area .speaker-item {
  margin-bottom: 30px;
  text-align: center;
}
.event-speaker-area .speaker-item:hover ul li span {
  color: #ffffff;
}
.event-speaker-area .speaker-item:hover ul li span:before {
  opacity: 1;
  width: 100%;
}
.event-speaker-area .speaker-item img {
  width: 100%;
}
.event-speaker-area .speaker-item ul {
  margin: 0;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #ddd;
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  padding: 5px;
  margin-bottom: 16px;
  margin-top: -19px;
  background-color: #ffffff;
  position: relative;
}
.event-speaker-area .speaker-item ul li {
  list-style-type: none;
  display: inline-block;
}
.event-speaker-area .speaker-item ul li span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 29px;
  color: #e6482a;
  border-radius: 50%;
  background-color: #f8c9be;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.event-speaker-area .speaker-item ul li span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 25px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.event-speaker-area .speaker-item ul li a {
  display: block;
  color: #6e6e6e;
  margin-left: 3px;
  margin-right: 3px;
}
.event-speaker-area .speaker-item ul li a:hover {
  color: #e6482a;
}
.event-speaker-area .speaker-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  margin-bottom: 4px;
}
.event-speaker-area .speaker-item p {
  margin-bottom: 0;
  font-size: 14px;
}

@keyframes event-ani-one {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*-- End Speakers --*/

/*-- Pricing --*/
.event-pricing-area .event-section-title h2 {
  margin-bottom: 10px;
}
.event-pricing-area .event-section-title p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.event-pricing-area .pricing-wrap {
  background-color: #21a702;
  text-align: center;
  margin-bottom: 65px;
}
.event-pricing-area .pricing-wrap:hover .pricing-item {
  margin-left: 0;
  margin-right: 0;
}
.event-pricing-area .pricing-wrap .pricing-item {
  margin-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  transition: all 0.5s;
}
.event-pricing-area .pricing-wrap .pricing-item img {
  position: absolute;
  height: 100%;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.4588235294);
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-top {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  border: 6px solid #fcede4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: 0px 0px 20px 0px #eb661d;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-top h3 {
  font-weight: 600;
  font-size: 37px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 28px;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-top span {
  font-weight: 400;
  font-size: 30px;
  display: inline-block;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: -10px;
  right: 2px;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom {
  position: relative;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom span {
  display: block;
  color: #ffffff;
  background-color: #ea691c;
  font-weight: 500;
  font-size: 19px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul li {
  list-style-type: none;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul li:last-child {
  margin-bottom: 0;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul li i {
  display: inline-block;
  color: #22a603;
  font-size: 22px;
  position: relative;
  top: 3px;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul .close-icon i {
  color: #e75047;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom a {
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  border-radius: 50px;
  z-index: 1;
  padding: 18px 30px;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  transition: all 0.5s;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom a:hover {
  background-color: #484848;
}
.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom a:hover:before {
  opacity: 0;
  width: 0;
}
.event-pricing-area .pricing-two {
  background-color: #e8611f;
}
.event-pricing-area .pricing-three {
  background-color: #2741d8;
}

/*-- End Pricing --*/
/*-- Blog --*/
.event-blog-area .event-section-title {
  margin-bottom: 25px;
}
.event-blog-area .blog-item {
  background-color: #f7f7f7;
  border-radius: 5px;
  transition: all 0.5s;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.event-blog-area .blog-item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6117647059);
}
.event-blog-area .blog-item a {
  display: block;
}
.event-blog-area .blog-item a img {
  width: 100%;
}
.event-blog-area .blog-item .blog-inner {
  padding: 30px 20px 30px 30px;
}
.event-blog-area .blog-item .blog-inner .blog-span {
  font-size: 13px;
  color: #fb8120;
  display: inline-block;
  background-color: #f9e5d5;
  padding: 8px 10px;
  margin-bottom: 13px;
}
.event-blog-area .blog-item .blog-inner p {
  font-size: 13px;
  color: #525252;
  margin-bottom: 10px;
}
.event-blog-area .blog-item .blog-inner h3 {
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 600;
  font-size: 20px;
}
.event-blog-area .blog-item .blog-inner h3 a {
  color: #262424;
  display: block;
}
.event-blog-area .blog-item .blog-inner h3 a:hover {
  color: #fb8120;
}
.event-blog-area .blog-item .blog-inner ul {
  margin: 0;
  padding: 0;
  padding-top: 12px;
}
.event-blog-area .blog-item .blog-inner ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 13px;
  color: #525252;
}
.event-blog-area .blog-item .blog-inner ul li img {
  margin-right: 3px;
  display: inline-block;
}
.event-blog-area .blog-item .blog-inner ul li a {
  display: block;
  color: #525252;
  border-bottom: 1px solid #525252;
}
.event-blog-area .blog-item .blog-inner ul li a:hover {
  color: #fb8120;
}
.event-blog-area .owl-theme .owl-dots .owl-dot span {
  margin: 5px 5px;
  background: #c7c7c7;
}
.event-blog-area .owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  transform: scale(1.3);
}

/*-- End Blog --*/
/*-- Contact --*/
.event-contact-form-area {
  padding-bottom: 95px;
}
.event-contact-form-area .soft-contact-btn {
  background-color: #ea5c21;
}
.event-contact-form-area .soft-contact-btn:hover {
  background-color: #323131;
}

/*-- End Contact --*/
/*-- Map --*/
.event-map-area #map {
  width: 100%;
  display: block;
  height: 565px;
  border: 0;
}

/*-- End Map --*/
/*-- Footer --*/
.event-footer-area .export-subscribe-area {
  margin-top: -100px;
}
.event-footer-area .export-subscribe-area .form-control {
  background-color: #fff3f1;
}
.event-footer-area .export-subscribe-area ::-moz-placeholder {
  color: #888888;
}
.event-footer-area .export-subscribe-area ::placeholder {
  color: #888888;
}
.event-footer-area .export-subscribe-area .newsletter-btn {
  background-color: unset;
  z-index: 1;
}
.event-footer-area .export-subscribe-area .newsletter-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  border-radius: 5px;
  z-index: -1;
  opacity: 1;
  transition: all 0.5s;
}
.event-footer-area .export-subscribe-area .newsletter-btn:hover {
  color: #ffffff;
  background-color: #323131;
}
.event-footer-area .export-subscribe-area .newsletter-btn:hover:before {
  width: 0;
  opacity: 0;
}
.event-footer-area .footer-item .footer-address i {
  background: linear-gradient(49deg, rgb(228, 57, 46) 0%, rgb(236, 106, 28) 57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*-- End Footer --*/
/*-- Copyright --*/
.event-copyright-area .copyright-wrap .copyright-item p {
  text-align: left;
}
.event-copyright-area .copyright-wrap .copyright-item ul {
  text-align: right;
}

/*-- End Copyright --*/
/*----- End Event Landing Page -----*/
/*----- Seo Landing Page -----*/
/*-- Navbar --*/
.navbar-light-eight {
  border-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-light-eight .navbar-nav .nav-item .nav-link {
  color: #737373;
}
.navbar-light-eight .navbar-nav .nav-item .nav-link:focus, .navbar-light-eight .navbar-nav .nav-item .nav-link:hover {
  color: #1e40c8;
}
.navbar-light-eight .navbar-nav .nav-item .nav-link:before {
  background-color: #1e40c8;
}
.navbar-light-eight .navbar-nav .nav-item .nav-link.active {
  color: #1e40c8;
}
.navbar-light-eight .charity-nav-wrap .dropdown {
  border-right: 0;
  position: relative;
  top: -6px;
}
.navbar-light-eight .charity-nav-wrap .dropdown .dropdown-toggle {
  color: #4c4c4c;
}
.navbar-light-eight .charity-nav-wrap .cart {
  background-color: #e0e0e0;
  color: #4c4c4c;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.navbar-light-eight .charity-nav-wrap .search-icon {
  background-color: #e0e0e0;
  color: #4c4c4c;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.navbar-light-eight .charity-nav-wrap .side-icon .modal-btn {
  background-color: #e0e0e0;
  border-radius: 3px;
  color: #4c4c4c;
  margin-left: 10px;
}
.navbar-light-eight .charity-nav-wrap .side-icon .modal-btn:hover {
  color: #ffffff;
}
.navbar-light-eight.menu-shrink {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #ddd;
}

/*-- End Navbar --*/
/*-- Banner --*/
.seo-banner-area {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.seo-banner-area .banner-img .banner-one-img {
  z-index: 1;
  position: absolute;
  top: 90px;
  right: 0;
  max-width: 610px;
}
.seo-banner-area .banner-img .banner-two-img {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -1;
  max-width: 610px;
}
.seo-banner-area .banner-shape img {
  position: absolute;
}
.seo-banner-area .banner-shape img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: -1;
}
.seo-banner-area .banner-shape img:nth-child(2) {
  top: 0;
  left: -65px;
  z-index: -1;
}
.seo-banner-area .banner-shape img:nth-child(3) {
  top: 300px;
  left: 0;
  z-index: -1;
}
.seo-banner-area .banner-shape img:nth-child(4) {
  top: 180px;
  left: 280px;
  z-index: -1;
  animation: host-ani-one 13s infinite linear;
}
.seo-banner-area .banner-shape img:nth-child(5) {
  top: 150px;
  left: 480px;
  z-index: -1;
}
.seo-banner-area .banner-shape img:nth-child(6) {
  top: 212px;
  left: 60px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  animation: host-ani-two 12s infinite linear;
}
.seo-banner-area .banner-shape img:nth-child(7) {
  bottom: 258px;
  left: 110px;
  z-index: -1;
  animation: host-ani-two 12s infinite linear;
}
.seo-banner-area .banner-shape img:nth-child(8) {
  bottom: 113px;
  left: 5px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.seo-banner-area .banner-content {
  padding-top: 230px;
  padding-bottom: 240px;
  max-width: 610px;
  margin-left: 0;
}
.seo-banner-area .banner-content span {
  display: block;
  font-size: 17px;
  color: #48d683;
  margin-bottom: 18px;
}
.seo-banner-area .banner-content h1 {
  font-weight: 700;
  font-size: 52px;
  color: #1a1b1e;
  margin-bottom: 20px;
}
.seo-banner-area .banner-content p {
  font-size: 17px;
  margin-bottom: 35px;
}
.seo-banner-area .banner-content .banner-btn a {
  display: inline-block;
  width: 175px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 35px;
  border: 1px solid #fa831f;
  box-shadow: 0px 0px 20px 0px #fdd8da;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.seo-banner-area .banner-content .banner-btn a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.5s;
  background: linear-gradient(77deg, rgb(251, 128, 33) 0%, rgb(242, 164, 18) 64%);
}
.seo-banner-area .banner-content .banner-btn .banner-btn-left {
  margin-right: 10px;
}
.seo-banner-area .banner-content .banner-btn .banner-btn-left:hover {
  color: #fb8021;
  background-color: #fff8ee;
}
.seo-banner-area .banner-content .banner-btn .banner-btn-left:hover:before {
  width: 0;
}
.seo-banner-area .banner-content .banner-btn .banner-btn-right {
  color: #fb8021;
  background-color: #fff8ee;
}
.seo-banner-area .banner-content .banner-btn .banner-btn-right:before {
  width: 0;
}
.seo-banner-area .banner-content .banner-btn .banner-btn-right:hover {
  color: #ffffff;
}
.seo-banner-area .banner-content .banner-btn .banner-btn-right:hover:before {
  width: 100%;
}
.seo-banner-area .banner-slider-area {
  max-width: 925px;
  position: absolute;
  bottom: 0;
}
.seo-banner-area .banner-slider-area span {
  font-weight: 500;
  font-size: 18px;
  color: #262424;
  display: inline-block;
  border-bottom: 1px solid #262424;
  margin-bottom: 25px;
}
.seo-banner-area .banner-slider-area .seo-banner-slider .slider-item a {
  display: block;
}
.seo-banner-area .banner-slider-area .seo-banner-slider .slider-item a img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.seo-banner-area .banner-slider-area .seo-banner-slider .owl-prev {
  font-size: 30px !important;
  color: #bebebe !important;
  position: absolute;
  left: -45px;
  top: -8px;
  transition: all 0.5s;
}
.seo-banner-area .banner-slider-area .seo-banner-slider .owl-prev:hover {
  color: #f42e14 !important;
  background-color: transparent !important;
}
.seo-banner-area .banner-slider-area .seo-banner-slider .owl-next {
  font-size: 30px !important;
  color: #bebebe !important;
  position: absolute;
  right: -45px;
  top: -8px;
  transition: all 0.5s;
}
.seo-banner-area .banner-slider-area .seo-banner-slider .owl-next:hover {
  color: #f42e14 !important;
  background-color: transparent !important;
}
.seo-banner-area .banner-social {
  position: absolute;
  top: 480px;
  left: -130px;
  transform: rotate(90deg);
}
.seo-banner-area .banner-social ul {
  margin: 0;
  padding: 0;
}
.seo-banner-area .banner-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.seo-banner-area .banner-social ul li:nth-child(2) a {
  color: #48d77c;
}
.seo-banner-area .banner-social ul li:nth-child(3) {
  margin-right: 0;
}
.seo-banner-area .banner-social ul li:nth-child(3) a {
  color: #8058e7;
}
.seo-banner-area .banner-social ul li a {
  display: block;
  color: #fa4312;
  font-size: 16px;
}
.seo-banner-area .banner-social ul li a i {
  display: inline-block;
  padding-right: 2px;
  border-right: 1px solid #ddd;
}

/*-- End Banner --*/
/*-- Choose --*/
.seo-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.seo-section-title .sub-title {
  display: inline-block;
  font-size: 17px;
  color: #48d683;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.seo-section-title .sub-title:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  left: -32px;
  bottom: 5px;
  background-color: #48d683;
}
.seo-section-title h2 {
  font-weight: 700;
  font-size: 38px;
  color: #1a1b1e;
  margin-bottom: 0;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.seo-choose-area .col-lg-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
.seo-choose-area .choose-item {
  position: relative;
  margin-bottom: 30px;
}
.seo-choose-area .choose-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.seo-choose-area .choose-item h3 {
  margin-bottom: 0;
  color: #262424;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-left: 80px;
  padding-top: 6px;
}

/*-- End Choose --*/
/*-- Introduce --*/
.seo-introduce-area {
  position: relative;
}
.seo-introduce-area .introduce-shape img {
  position: absolute;
}
.seo-introduce-area .introduce-shape img:nth-child(1) {
  top: -220px;
  right: 0;
  z-index: -1;
}
.seo-introduce-area .introduce-shape img:nth-child(2) {
  top: 0;
  right: 55px;
  z-index: -1;
  animation: host-ani-three 12s infinite linear;
}
.seo-introduce-area .introduce-shape img:nth-child(3) {
  top: 220px;
  right: 130px;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.seo-introduce-area .introduce-img {
  position: relative;
  margin-bottom: 30px;
}
.seo-introduce-area .introduce-img img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.seo-introduce-area .introduce-img img:nth-child(2) {
  position: absolute;
  bottom: -8px;
  left: -10px;
}
.seo-introduce-area .seo-section-title {
  text-align: left;
  margin-bottom: 30px;
}
.seo-introduce-area .seo-section-title .sub-title {
  padding-left: 34px;
}
.seo-introduce-area .seo-section-title .sub-title:before {
  left: 0;
}
.seo-introduce-area .seo-section-title h2 {
  max-width: 100%;
}
.seo-introduce-area .introduce-item {
  margin-bottom: 30px;
}
.seo-introduce-area .introduce-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.seo-introduce-area .introduce-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 35px;
}
.seo-introduce-area .introduce-item ul li:last-child {
  margin-bottom: 0;
}
.seo-introduce-area .introduce-item ul li .introduce-left {
  position: relative;
}
.seo-introduce-area .introduce-item ul li .introduce-left:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50px;
  border: 1px solid #ef9c3a;
  background-color: #fff8ee;
  top: 6px;
  right: 5px;
}
.seo-introduce-area .introduce-item ul li .introduce-left i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #fc7d22;
  display: inline-block;
  font-size: 50px;
}
.seo-introduce-area .introduce-item ul li .introduce-left p {
  font-weight: 500;
  font-size: 15px;
  color: #7a7d98;
  margin-bottom: 3px;
  padding-left: 60px;
}
.seo-introduce-area .introduce-item ul li .introduce-left h3 {
  font-weight: 500;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  color: #08104d;
  padding-left: 60px;
  margin-bottom: 0;
}
.seo-introduce-area .introduce-item ul li .introduce-left h3 span {
  display: inline-block;
  color: #fc7d22;
  font-size: 18px;
  margin-left: 2px;
}
.seo-introduce-area .introduce-item ul li .introduce-right p {
  margin-bottom: 0;
}
.seo-introduce-area .introduce-item .introduce-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #fb8021;
  border: 1px solid #fb8021;
  background-color: #fff8ee;
  padding: 13px 32px;
  border-radius: 50px;
  display: inline-block;
}
.seo-introduce-area .introduce-item .introduce-link:hover {
  color: #ffffff;
  background-color: #fb8021;
}

/*-- End Introduce --*/
/*-- Service --*/
.seo-service-area {
  position: relative;
}
.seo-service-area .service-shape img {
  position: absolute;
}
.seo-service-area .service-shape img:nth-child(1) {
  left: 0;
  top: 0;
  z-index: -1;
}
.seo-service-area .service-shape img:nth-child(2) {
  bottom: 310px;
  left: 60px;
  z-index: -1;
  animation: host-ani-three 12s infinite linear;
}
.seo-service-area .service-shape img:nth-child(3) {
  top: 62px;
  left: 140px;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.seo-service-area .service-shape img:nth-child(4) {
  top: 0;
  right: 0;
  z-index: -1;
}
.seo-service-area .service-shape img:nth-child(5) {
  top: -65px;
  right: 25%;
  z-index: -1;
}
.seo-service-area .service-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.631372549);
  border-radius: 5px;
  padding: 35px 30px 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
}
.seo-service-area .service-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transition: all 0.5s;
  border-radius: 5px;
  z-index: -1;
  background: linear-gradient(77deg, rgb(251, 128, 33) 0%, rgb(242, 164, 18) 64%);
}
.seo-service-area .service-item:hover img {
  opacity: 1;
  right: 0;
  top: 0;
}
.seo-service-area .service-item:hover .service-icon i {
  color: #ffffff;
}
.seo-service-area .service-item:hover h3 {
  color: #ffffff;
}
.seo-service-area .service-item:hover p {
  color: #ffffff;
}
.seo-service-area .service-item:hover a {
  color: #ffffff;
}
.seo-service-area .service-item:hover:before {
  width: 100%;
  height: 100%;
}
.seo-service-area .service-item img {
  position: absolute;
  top: -100px;
  right: -100px;
  opacity: 0;
  transition: all 0.5s;
}
.seo-service-area .service-item .service-icon i {
  display: inline-block;
  color: #f7911a;
  font-size: 50px;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.seo-service-area .service-item .service-two i {
  color: #62bf7e;
}
.seo-service-area .service-item .service-three i {
  color: #ee394d;
}
.seo-service-area .service-item .service-four i {
  color: #f57d26;
}
.seo-service-area .service-item .service-five i {
  color: #6f5faa;
}
.seo-service-area .service-item .service-six i {
  color: #62bf7e;
}
.seo-service-area .service-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #08104d;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.seo-service-area .service-item p {
  margin-bottom: 10px;
  color: #848484;
  transition: all 0.5s;
}
.seo-service-area .service-item a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #858585;
  text-transform: uppercase;
}
.seo-service-area .service-item a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
}

/*-- End Service --*/
/*-- Experience --*/
.seo-experience-area {
  position: relative;
}
.seo-experience-area .experience-shape img {
  position: absolute;
}
.seo-experience-area .experience-shape img:nth-child(1) {
  left: 0;
  top: -50px;
}
.seo-experience-area .experience-shape img:nth-child(2) {
  left: 0;
  top: 0;
}
.seo-experience-area .seo-section-title h2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.seo-experience-area .seo-section-title p {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.seo-experience-area .experience-item {
  margin-bottom: 30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #f69518;
  border: 17px solid #ffe5e6;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.seo-experience-area .experience-item:hover img {
  animation: ride-ani-five 10s infinite linear;
}
.seo-experience-area .experience-item h3 {
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  margin-top: 37px;
}
.seo-experience-area .experience-item img {
  position: absolute;
  bottom: -29px;
  left: -30px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
}
.seo-experience-area .experience-one {
  margin-top: 30px;
}
.seo-experience-area .experience-two {
  border: 17px solid #ffe5e5;
  background-color: #ff0000;
}
.seo-experience-area .experience-three {
  border: 17px solid #e8f0eb;
  background-color: #48d683;
  margin-top: 30px;
}
.seo-experience-area .experience-four {
  border: 17px solid #ebe7f7;
  background-color: #8454ff;
}

/*-- End Experience --*/
/*-- FAQ --*/
.seo-faq-area {
  position: relative;
}
.seo-faq-area .faq-shape img {
  position: absolute;
}
.seo-faq-area .faq-shape img:nth-child(1) {
  left: 0;
  top: 0;
  z-index: -1;
}
.seo-faq-area .faq-shape img:nth-child(2) {
  top: 72px;
  left: 105px;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.seo-faq-area .faq-shape img:nth-child(3) {
  bottom: 55px;
  left: 60px;
  z-index: -1;
  animation: host-ani-three 12s infinite linear;
}
.seo-faq-area .faq-shape img:nth-child(4) {
  top: -545px;
  right: 0;
  z-index: -1;
}
.seo-faq-area .faq-item {
  margin-bottom: 30px;
}
.seo-faq-area .faq-item h2 {
  font-weight: 600;
  font-size: 35px;
  color: #1a1a1a;
  margin-bottom: 25px;
}
.seo-faq-area .faq-item .accordion {
  padding-left: 0;
  margin-bottom: 30px;
}
.seo-faq-area .faq-item .accordion a {
  width: 100%;
  font-weight: 500;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #1a1a1a;
  padding-left: 25px;
}
.seo-faq-area .faq-item .accordion a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #1a1a1a;
}
.seo-faq-area .faq-item .accordion p {
  display: none;
  margin-bottom: 0;
  color: #777777;
  font-size: 14px;
  padding: 15px 100px 5px 25px;
}
.seo-faq-area .faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
}
.seo-faq-area .faq-item .accordion li:last-child {
  margin-bottom: 0;
}
.seo-faq-area .faq-item .faq-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #fb8021;
  border: 1px solid #fb8021;
  background-color: #fff8ee;
  padding: 13px 32px;
  border-radius: 50px;
  display: inline-block;
}
.seo-faq-area .faq-item .faq-link:hover {
  color: #ffffff;
  background-color: #fb8021;
}
.seo-faq-area .faq-img {
  margin-bottom: 30px;
  position: relative;
}
.seo-faq-area .faq-img img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.seo-faq-area .faq-img img:nth-child(2) {
  position: absolute;
  top: -11px;
  right: 17px;
  max-width: 546px;
}

/*-- End FAQ --*/


/*-- Testimonial --*/
.seo-testimonial-area {
  background-image: none;
  position: relative;
}
.seo-testimonial-area .testimonial-shape img {
  position: absolute;
}
.seo-testimonial-area .testimonial-shape img:nth-child(1) {
  top: 20px;
  left: 0;
  z-index: -1;
}
.seo-testimonial-area .testimonial-shape img:nth-child(2) {
  top: 100px;
  right: 0;
  z-index: -1;
}
.seo-testimonial-area .testimonial-shape img:nth-child(3) {
  bottom: 0;
  right: 300px;
  z-index: -1;
  animation: host-ani-three 12s infinite linear;
}
.seo-testimonial-area .testimonial-shape img:nth-child(4) {
  top: 200px;
  right: 430px;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px #ddd;
  border-radius: 50%;
  animation: host-ani-seven 3s infinite linear;
}
.seo-testimonial-area .testimonial-shape img:nth-child(5) {
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50px;
  z-index: -1;
  animation: host-ani-two 12s infinite linear;
}
.seo-testimonial-area .testimonial-shape img:nth-child(6) {
  right: 0;
  bottom: 0;
  z-index: -1;
}
.seo-testimonial-area .testimonial-item {
  border-right: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 0;
  max-width: 500px;
  padding-right: 15px;
  margin-bottom: 0;
  background-color: transparent;
}
.seo-testimonial-area .testimonial-item:before {
  display: none;
}

/*-- End Testimonial --*/
/*-- Blog --*/
.seo-blog-area .seo-section-title {
  text-align: left;
}
.seo-blog-area .seo-section-title .sub-title {
  padding-left: 38px;
}
.seo-blog-area .seo-section-title .sub-title:before {
  left: 0;
}
.seo-blog-area .seo-section-title h2 {
  margin-left: 0;
}
.seo-blog-area .blog-item {
  margin: 0;
  margin-bottom: 30px;
}

/*-- End Blog --*/
/*-- Subscribe --*/
.seo-subscribe-area {
  position: relative;
}
.seo-subscribe-area .subscribe-shape img {
  position: absolute;
}
.seo-subscribe-area .subscribe-shape img:nth-child(1) {
  bottom: 45px;
  left: 0;
  right: 0;
}
.seo-subscribe-area .subscribe-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  right: 0;
}
.seo-subscribe-area .subscribe-wrap {
  padding: 50px 45px 20px;
  box-shadow: 0px 0px 20px 0px #ddd;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
}
.seo-subscribe-area .subscribe-wrap img {
  position: absolute;
}
.seo-subscribe-area .subscribe-wrap img:nth-child(1) {
  top: 0;
  left: 0;
  width: auto;
}
.seo-subscribe-area .subscribe-wrap img:nth-child(2) {
  bottom: -25px;
  left: -25px;
  max-width: 110px;
}
.seo-subscribe-area .subscribe-wrap .subscribe-item {
  margin-bottom: 30px;
}
.seo-subscribe-area .subscribe-wrap .subscribe-item h2 {
  font-weight: 600;
  font-size: 35px;
  color: #08104d;
  margin-bottom: 0;
}
.seo-subscribe-area .subscribe-wrap .newsletter-form {
  position: relative;
  margin-bottom: 30px;
}
.seo-subscribe-area .subscribe-wrap .newsletter-form .form-control {
  height: 55px;
  border-radius: 0;
  border: 0;
  background-color: #fff3f1;
  padding-left: 30px;
  font-size: 14px;
  border-radius: 50px;
}
.seo-subscribe-area .subscribe-wrap .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 0;
}
.seo-subscribe-area .subscribe-wrap .newsletter-form ::-moz-placeholder {
  color: #888888;
}
.seo-subscribe-area .subscribe-wrap .newsletter-form ::placeholder {
  color: #888888;
}
.seo-subscribe-area .subscribe-wrap .newsletter-form .newsletter-btn {
  font-weight: 500;
  font-size: 15px;
  color: #fb8021;
  border: 1px solid #fb8021;
  text-transform: uppercase;
  transition: all 0.5s;
  padding: 15px 25px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff8ee;
  opacity: 1;
}
.seo-subscribe-area .subscribe-wrap .newsletter-form .newsletter-btn:hover {
  color: #ffffff;
  background-color: #fb8021;
}
.seo-subscribe-area .subscribe-wrap .newsletter-form .validation-danger {
  margin-top: 10px;
  color: #dc3545;
}

/*-- End Subscribe --*/
/*----- End Seo Landing Page -----*/
/*----- Preloader -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #08104d;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*----- End Preloader -----*/
/*====================================================
INNER PAGE STYLE AREA
======================================================*/
/* 

/*
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  z-index: 1;
  background-color: #08104d;
}
.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/page-bg/page-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff;
}
.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  background-color: #48d683;
  width: 10px;
  height: 10px;
  border-radius: 4px;
}
.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}
.page-title-area .page-title-content ul li a {
  color: #ffffff;
}
.page-title-area .page-title-content ul li a:hover {
  color: #48d683;
}
.page-title-area .page-title-content ul .active {
  color: #48d683;
}

/*
Page-navigation Area Style*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}
.page-navigation-area .pagination {
  margin-bottom: 0 !important;
}
.page-navigation-area .page-link {
  color: #48d683;
  background-color: #ffffff;
  box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
}
.page-navigation-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}
.page-navigation-area .page-link:hover {
  color: #ffffff;
  background-color: #48d683;
  border: 1px solid #48d683;
}
.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}
.page-navigation-area .page-item {
  padding: 0 8px 0;
}
.page-navigation-area .page-item:first-child .page-link {
  border-radius: none;
}
.page-navigation-area .page-item:last-child .page-link {
  border-radius: none;
}
.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #48d683;
  border-color: #48d683;
}

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

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

.team-page .charity-item {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin: 0;
  margin-bottom: 30px;
}

/*
Terms Conditions Area CSS
======================================================*/
.terms-conditions h3 {
  font-weight: 700;
  font-size: 22px;
  color: #08104d;
  margin-bottom: 30px;
}
.terms-conditions ul {
  padding-left: 0;
  list-style: none;
}

.terms-conditions-area h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
  color: #08104d;
}
.terms-conditions-area ul {
  padding-left: 0;
}
.terms-conditions-area ul li {
  margin-bottom: 20px;
  list-style: none;
}
.terms-conditions-area ul li p {
  position: relative;
  padding-left: 35px;
}
.terms-conditions-area ul li p strong {
  position: absolute;
  left: 0;
  top: 0;
}

/*
Sign In & Log In  Area Style
=====================================================*/
.user-area-all-style {
  position: relative;
  z-index: 1;
}
.user-area-all-style h3 {
  font-size: 22px;
  font-weight: 700;
  color: #08104d;
}
.user-area-all-style .contact-form-action {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin: auto;
  max-width: 570px;
}
.user-area-all-style .contact-form-action form .submit-btn {
  margin-top: 24px;
}
.user-area-all-style .contact-form-action form .default-btn {
  font-size: 14px;
  padding: 15px 40px;
  margin-bottom: 30px;
  border: none;
  color: #ffffff;
  margin-top: 0;
}
.user-area-all-style .contact-form-action form .default-btn.btn-two {
  display: table;
  margin: 0 auto 0;
  padding: 15px 40px;
}
.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
  background-color: #db4a39;
}
.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
  background-color: #3b5998;
  display: table;
  margin: 0 auto 30px;
}
.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
  background-color: #00acee;
  float: right;
}
.user-area-all-style .contact-form-action form .reset-btn {
  margin-top: 0;
}
.user-area-all-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}
.user-area-all-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}
.user-area-all-style .contact-form-action form .form-condition .agree-label a {
  color: #48d683;
}
.user-area-all-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}
.user-area-all-style .contact-form-action form .form-group .form-control {
  height: 50px;
}
.user-area-all-style .contact-form-action form .form-group .form-control:placeholder {
  font-size: 14px;
}
.user-area-all-style .contact-form-action form .form-group .form-control:focus {
  box-shadow: none;
}
.user-area-all-style .contact-form-action .account-desc {
  margin: 25px auto 0;
  display: table;
  font-weight: 400;
}
.user-area-all-style .contact-form-action .account-desc a {
  color: #48d683;
  margin-left: 10px;
  font-weight: 400;
}
.user-area-all-style .contact-form-action #chb1 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.user-area-all-style .contact-form-action #chb2 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.user-area-all-style .contact-form-action .forget {
  float: right;
  color: #48d683;
  font-weight: 400;
}
.user-area-all-style .contact-form-action .now-register {
  font-weight: 400;
  float: right;
  margin-bottom: 30px;
}
.user-area-all-style .contact-form-action .now-register a {
  color: #48d683;
}
.user-area-all-style .contact-form-action .now-log-in {
  color: #48d683;
  font-weight: 400;
}
.user-area-all-style .contact-form-action .now-log-in .font-q {
  font-weight: 400;
}
.user-area-all-style .log-in-img {
  background-image: url(../../assets/img/log-in-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.user-area-all-style .sign-in-img {
  background-image: url(../../assets/img/sign-in-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.recover-password-area .contact-form-action {
  max-width: 570px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.recover-password-area .contact-form-action .form-heading h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.recover-password-area .contact-form-action .form-heading p {
  margin-bottom: 30px;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #48d683;
}
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background-color: #fef4f8;
  padding: 70px 30px;
}
.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #08104d;
  font-size: 60px;
  margin-top: -18px;
}
.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}
.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #08104d;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 45px;
  font-weight: 700;
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 4px;
}
.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  border: 1px solid #08104d;
  color: #777777;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #48d683;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  border-radius: 0;
  border: none;
  margin-top: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #48d683;
}
.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
.coming-soon-area .coming-soon-content ul {
  margin-top: 30px;
  padding-left: 0;
}
.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  margin: 0 5px;
}
.coming-soon-area .coming-soon-content ul li a {
  width: 30px;
  height: 30px;
  line-height: 36px;
  background-color: #48d683;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s;
  display: inline-block;
}
.coming-soon-area .coming-soon-content ul li a i {
  font-size: 18px;
}
.coming-soon-area .coming-soon-content ul li a:hover {
  transform: translateY(-5px);
}
.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
  color: #08104d;
  font-weight: 700;
}
.error-area .error-content-wrap h1 .a {
  animation: bounce 3s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h1 .red {
  color: #ff0000;
  animation: bounce 2s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h1 .b {
  animation: bounce 3s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #08104d;
}

/*
Blog Details Area Style
=====================================================*/
.blog-details-area {
  /*
  Sidebar Widget Area Style
  ================================*/
}
.blog-details-area h3 {
  color: #08104d;
  font-weight: 700;
}
.blog-details-area h2 {
  color: #08104d;
  font-weight: 700;
}
.blog-details-area .blog-details-desc .article-content {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-details-area .blog-details-desc .article-content .article-image {
  margin-bottom: 30px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta {
  margin-bottom: -10px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #48d683;
  margin-right: 21px;
  font-size: 14px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #48d683;
  font-weight: 500;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #666666;
  font-size: 13px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #48d683;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
  color: #48d683;
  margin-right: 2px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #48d683;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details-area .blog-details-desc .article-content h3 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 30px;
}
.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-area .blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-details-area .blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-area .blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #48d683;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.blog-details-area .blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}
.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
  color: #48d683;
}
.blog-details-area .blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #48d683;
  text-align: center;
  font-size: 14px;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
  animation: rubberBand 1s linear;
}
.blog-details-area .blog-details-desc .post-navigation {
  margin-top: 30px;
}
.blog-details-area blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}
.blog-details-area blockquote p {
  color: #08104d;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
  text-align: left;
}
.blog-details-area blockquote cite {
  display: none;
}
.blog-details-area blockquote::before {
  color: #48d683;
  content: "\ed67";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "boxicons";
  font-size: 140px;
  font-weight: 900;
  opacity: 0.1;
}
.blog-details-area blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #48d683;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details-area .post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-details-area .post-navigation .navigation-links {
  display: flex;
  flex-wrap: wrap;
}
.blog-details-area .post-navigation .navigation-links .nav-previous {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-area .post-navigation .navigation-links .nav-previous a i {
  margin-right: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.blog-details-area .post-navigation .navigation-links .nav-next {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.blog-details-area .post-navigation .navigation-links .nav-next a i {
  margin-left: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.blog-details-area .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #08104d;
}
.blog-details-area .post-navigation .navigation-links div a:hover {
  color: #48d683;
}
.blog-details-area .comments-area {
  padding: 0;
  margin-top: 30px;
}
.blog-details-area .comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
}
.blog-details-area .comments-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-area .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-area .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-area .comments-area .children {
  margin-left: 40px;
}
.blog-details-area .comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog-details-area .comments-area .comment-body.border-none {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-details-area .comments-area .comment-body .reply {
  margin-top: 15px;
}
.blog-details-area .comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #08104d;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
}
.blog-details-area .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #48d683;
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-meta {
  margin-bottom: 0.8em;
}
.blog-details-area .comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.blog-details-area .comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%;
}
.blog-details-area .comments-area .comment-author .fn {
  font-weight: 500;
  color: #08104d;
  font-size: 16px;
}
.blog-details-area .comments-area .comment-author .says {
  display: none;
}
.blog-details-area .comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.blog-details-area .comments-area .comment-metadata a {
  color: #666666;
  font-size: 11px;
}
.blog-details-area .comments-area .comment-metadata a:hover {
  color: #48d683;
}
.blog-details-area .comments-area .comment-content p {
  font-size: 14px;
}
.blog-details-area .comments-area .comment-respond {
  margin-top: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.blog-details-area .comments-area .comment-respond .comment-reply-title {
  margin-bottom: 15px;
  font-size: 22px;
}
.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}
.blog-details-area .comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.blog-details-area .comments-area .comment-respond .comment-form-comment {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.blog-details-area .comments-area .comment-respond label {
  display: block;
  font-weight: 500;
  color: #08104d;
  margin-bottom: 5px;
}
.blog-details-area .comments-area .comment-respond input[type=datetime-local] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=datetime-local]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=week] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=week]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=month] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=month]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=text] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=text]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=email] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=email]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=url] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=url]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=password] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=password]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=search] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=search]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=tel] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=tel]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond input[type=number] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type=number]:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond textarea:focus {
  border-color: #48d683;
}
.blog-details-area .comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}
.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}
.blog-details-area .comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.blog-details-area .comments-area .comment-respond .form-submit input {
  background: #48d683;
  border: none;
  color: #ffffff;
  padding: 14px 30px 12px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
}
.blog-details-area .comments-area .comment-respond .form-submit input:hover {
  color: #ffffff;
  background-color: #08104d;
}
.blog-details-area .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #48d683;
}
.blog-details-area .related-posts {
  margin-bottom: 20px !important;
  font-size: 25px !important;
}
.blog-details-area .b-d-s-item {
  position: relative;
  margin-bottom: 0;
}
.blog-details-area .b-d-s-item img {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.blog-details-area .b-d-s-item .s-date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  padding: 10px 24px;
  line-height: 1.5;
  display: inline-block;
}
.blog-details-area .b-d-s-item h3 {
  margin-bottom: 10px !important;
  font-size: 20px !important;
  margin-bottom: 0 !important;
}
.blog-details-area .b-d-s-item p {
  margin-bottom: 12px;
  margin-top: 10px;
}
.blog-details-area .widget-area .widget {
  margin-top: 35px;
}
.blog-details-area .widget-area .widget .post-wrap {
  padding-top: 20px;
}
.blog-details-area .widget-area .widget:first-child {
  margin-top: 0;
}
.blog-details-area .widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #08104d;
  position: relative;
}
.blog-details-area .widget-area .widget_search form {
  position: relative;
}
.blog-details-area .widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.blog-details-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}
.blog-details-area .widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}
.blog-details-area .widget-area .widget_search form .search-field:focus {
  border-color: #48d683;
}
.blog-details-area .widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #ffffff;
  background-color: #48d683;
  transition: 0.5s;
  cursor: pointer;
}
.blog-details-area .widget-area .widget_search form button:hover {
  background-color: #08104d;
}
.blog-details-area .widget-area .widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #08104d;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog-details/popular-posts-1.png);
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog-details/popular-posts-2.png);
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog-details/popular-posts-3.png);
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
  background-image: url(../../assets/img/blog-details/popular-posts-4.png);
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
  overflow: hidden;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
  color: #48d683;
}
.blog-details-area .widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-area .widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}
.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.blog-details-area .widget-area .widget_recent_entries ul li::before {
  background: #48d683;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}
.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}
.blog-details-area .widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-area .widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}
.blog-details-area .widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.blog-details-area .widget-area .widget_categories ul li::before {
  background: #48d683;
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  left: 0;
  top: 7px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.blog-details-area .widget-area .widget_categories ul li a {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}
.blog-details-area .widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}
.blog-details-area .widget-area .widget_categories ul li a:hover {
  color: #48d683;
}
.blog-details-area .widget-area .widget_categories ul li .post-count {
  float: right;
}
.blog-details-area .widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-area .widget-area .widget_meta ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
}
.blog-details-area .widget-area .widget_meta ul li a {
  color: #777777;
  color: #666666;
}
.blog-details-area .widget-area .widget_meta ul li a:hover {
  color: #48d683;
}
.blog-details-area .widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.blog-details-area .widget-area .widget_meta ul li::before {
  background: #48d683;
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.blog-details-area .widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 0;
}
.blog-details-area .widget-area .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px !important;
  padding: 7px 10px;
  border: 1px dashed #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
.blog-details-area .widget-area .tagcloud a:hover {
  background-color: #48d683;
  color: #ffffff;
}
.blog-details-area .widget-area .tagcloud a:focus {
  background-color: #48d683;
  color: #ffffff;
  border-color: #48d683;
}
.blog-details-area .widget-area .widget_services_list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}
.blog-details-area .widget-area .widget_services_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}
.blog-details-area .widget-area .widget_services_list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.blog-details-area .widget-area .widget_services_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-area .widget-area .widget_services_list ul li a:hover {
  background-color: #48d683;
  color: #ffffff;
  padding-left: 20px;
}
.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}
.blog-details-area .widget-area .widget_services_list ul li a.active {
  background-color: #48d683;
  color: #ffffff;
  padding-left: 20px;
}
.blog-details-area .widget-area .widget_services_list ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}
.blog-details-area .widget-area .widget_services_list ul li:last-child a {
  border-bottom: none;
}
.blog-details-area .widget-area .widget_download ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}
.blog-details-area .widget-area .widget_download ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}
.blog-details-area .widget-area .widget_download ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.blog-details-area .widget-area .widget_download ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-area .widget-area .widget_download ul li a:hover {
  background-color: #48d683;
  color: #ffffff;
  padding-left: 20px;
}
.blog-details-area .widget-area .widget_download ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}
.blog-details-area .widget-area .widget_download ul li a.active {
  background-color: #48d683;
  color: #ffffff;
  padding-left: 20px;
}
.blog-details-area .widget-area .widget_download ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}
.blog-details-area .widget-area .widget_download ul li:last-child a {
  border-bottom: none;
}
.blog-details-area .widget-area .info time {
  font-size: 13px;
  color: #929292;
  display: block;
  margin-bottom: 4px;
}

/*
Services details Style
=====================================================*/
.services-details h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #08104d;
}
.services-details img {
  margin-bottom: 20px;
}
.services-details p {
  margin-bottom: 20px;
}
.services-details .choose-wrap {
  background-color: #fcf2f6 !important;
  max-width: unset !important;
  margin-bottom: 20px;
  padding: 30px;
}
.services-details .choose-wrap h2 {
  color: #08104d;
  font-size: 28px;
}
.services-details .choose-wrap p {
  color: #777777;
}
.services-details .choose-wrap ul {
  list-style: none;
  padding-left: 0;
}
.services-details .choose-wrap ul li {
  color: #08104d;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.services-details .choose-wrap ul li:last-child {
  margin-bottom: 0;
}
.services-details .choose-wrap ul li i {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #48d683;
  border-radius: 50%;
}

/*
Contact Info Area Style
=====================================================*/
.single-contact-info {
  text-align: center;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 100px 30px;
}
.single-contact-info i {
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #48d683;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 15px;
}
.single-contact-info h3 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #08104d;
  font-size: 20px;
}
.single-contact-info p {
  margin-bottom: 10px;
  font-size: 15px;
}
.single-contact-info a {
  display: block;
  margin-bottom: 5px;
}
.single-contact-info a:last-child {
  margin-bottom: 0;
}

.single-contact-map iframe {
  height: 395px;
  width: 100%;
}

/*
Product Area Style
=====================================================*/
.product-area .woocommerce-topbar {
  margin-bottom: 40px;
}
.product-area .woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}
.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #48d683;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 17px 35px 13px 20px;
  font-size: 16px;
}
.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  transition: 0.6s;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #48d683 !important;
  color: #ffffff;
}
.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  font-weight: 700;
  color: #48d683;
}
.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
}
.product-area .single-product-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}
.product-area .single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}
.product-area .single-product-box .product-image a img {
  transition: 0.6s;
}
.product-area .single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  background-color: #08104d;
  color: #ffffff;
  padding: 18px 20px 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.product-area .single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product-area .single-product-box .product-image .add-to-cart-btn:hover {
  background-color: #48d683;
  color: #ffffff;
}
.product-area .single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #48d683;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.product-area .single-product-box .product-content {
  padding: 20px 60px;
}
.product-area .single-product-box .product-content h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.product-area .single-product-box .product-content h3 a {
  display: inline-block;
  color: #08104d;
  text-decoration: none;
}
.product-area .single-product-box .product-content .price {
  color: #08104d;
  font-weight: 500;
  font-size: 15px;
}
.product-area .single-product-box .product-content .price span {
  padding: 0 5px;
}
.product-area .single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #48d683;
  font-size: 14px;
}
.product-area .single-product-box .product-content .rating {
  margin-top: 8px;
  color: #ffb708;
  font-size: 15px;
}
.product-area .single-product-box .product-content .rating i {
  margin-right: -1px;
}
.product-area .single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
  text-decoration: none;
}

/* 
Cart Area Style
=====================================================*/
.cart-area h3 {
  font-weight: 700;
  color: #08104d;
  font-size: 22px;
}
.cart-area .cart-table table {
  margin-bottom: 0;
}
.cart-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  font-size: 15px;
}
.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-area .cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}
.cart-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-area .cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}
.cart-area .cart-table table tbody tr td.product-name a:hover {
  color: #08104d;
}
.cart-area .cart-table table tbody tr td.product-price span {
  font-weight: 500;
}
.cart-area .cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #666666;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}
.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}
.cart-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #08104d;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #48d683;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #08104d;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #08104d;
}
.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #08104d;
}
.cart-area .cart-buttons {
  margin-top: 30px;
}
.cart-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}
.cart-area .cart-totals h3 {
  margin-bottom: 25px;
}
.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-area .cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 600;
}
.cart-area .cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-area .cart-totals ul li:last-child {
  border-top: none;
}
.cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}
.cart-area .cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}
.cart-area .cart-wraps {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}
.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap .nice-select {
  background-color: #f2f9fc;
}
.cart-area .coupon-wrap .nice-select .list {
  width: 100%;
}
.cart-area .coupon-wrap .nice-select .option {
  color: #08104d !important;
}
.cart-area .coupon-wrap .nice-select .option:hover {
  color: #ffffff !important;
  background-color: #1089d4 !important;
}
.cart-area .coupon-wrap select .option.focus, .cart-area .coupon-wrap .nice-select .option.selected.focus {
  background-color: #1089d4 !important;
  color: #ffffff !important;
}
.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}
.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}
.cart-area .coupon-wrap .form-group .form-control {
  height: 50px;
}
.cart-area .coupon-wrap .form-group .form-control:focus {
  box-shadow: none;
}
.cart-area .coupon-wrap .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border-radius: 0;
}
.cart-area .coupon-wrap .nice-select .current {
  position: relative;
  top: 4px;
}

/* 
Checkout Area Style 
=====================================================*/
.checkout-area h3 {
  font-weight: 700;
  color: #08104d;
  font-size: 22px;
}
.checkout-area .user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #48d683;
  position: relative;
  color: #48d683;
}
.checkout-area .user-actions::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.checkout-area .user-actions i {
  color: #48d683;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.checkout-area .user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #08104d;
}
.checkout-area .user-actions span a {
  display: inline-block;
  color: #48d683;
  font-size: 15px;
}
.checkout-area .user-actions span a:hover {
  color: #48d683;
}
.checkout-area .user-actions span a:focus {
  color: #48d683;
}
.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}
.checkout-area .billing-details {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}
.checkout-area .billing-details .form-group label {
  display: block;
  color: #08104d;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.checkout-area .billing-details .form-group label .required {
  color: red;
}
.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #08104d;
  padding-top: 0;
  padding-bottom: 0;
}
.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-area .billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #48d683 !important;
  color: #ffffff;
}
.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}
.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}
.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #48d683 !important;
  color: #ffffff !important;
}
.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}
.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}
.checkout-area .billing-details .form-check .form-check-label {
  color: #08104d;
}
.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}
.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}
.checkout-area .order-details .order-table {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.checkout-area .order-details .order-table table {
  margin-bottom: 0;
}
.checkout-area .order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
}
.checkout-area .order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #08104d;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #08104d;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
  color: #08104d;
}
.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #08104d;
  font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #08104d;
  font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: #08104d;
  font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.shipping-price {
  font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 600;
}
.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}
.checkout-area .order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked {
  display: none;
}
.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #48d683;
  position: relative;
  margin-bottom: 8px;
}
.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #48d683;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #08104d;
  position: relative;
  margin-bottom: 8px;
}
.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #48d683;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.checkout-area .order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
}
.checkout-area .order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}

/*
Product Details Area Style
=====================================================*/
.product-details-area .product-details-desc h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  color: #08104d;
}
.product-details-area .product-details-desc p {
  margin-bottom: 0;
}
.product-details-area .product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
}
.product-details-area .product-details-desc .price span {
  padding: 0 5px;
}
.product-details-area .product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}
.product-details-area .product-details-desc .product-review {
  margin-bottom: 15px;
}
.product-details-area .product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.product-details-area .product-details-desc .product-review .rating i {
  color: #ffba0a;
}
.product-details-area .product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}
.product-details-area .product-details-desc .product-review .rating-count:hover {
  color: #48d683;
  border-color: #48d683;
}
.product-details-area .product-details-desc .product-add-to-cart {
  margin-top: 20px;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #08104d;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
  color: #333333;
}
.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}
.product-details-area .product-details-desc .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  float: right;
}
.product-details-area .product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.product-details-area .product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}
.product-details-area .product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}
.product-details-area .product-details-desc .buy-checkbox-btn .default-btn::before {
  display: none;
}
.product-details-area .product-details-desc .buy-checkbox-btn input {
  display: none;
}
.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease;
  transition: 0.5s;
}
.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition: 0.5s;
}
.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}
.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}
.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  animation: wave 0.4s ease;
}
.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}
.product-details-area .product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}
.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.product-details-area .product-details-desc .custom-payment-options {
  margin-top: 20px;
}
.product-details-area .product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 15px;
}
.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}
.product-details-area .product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
  margin-right: 5px;
}
.product-details-area .product-details-image {
  text-align: center;
  background-color: #f7f7f7;
}
.product-details-area .tab .tabs_item {
  display: none;
}
.product-details-area .tab .tabs_item:first-child {
  display: block;
}
.product-details-area .products-details-tab {
  margin-top: 50px;
}
.product-details-area .products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}
.product-details-area .products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.product-details-area .products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
}
.product-details-area .products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  transition: 0.5s;
  border-radius: 50%;
}
.product-details-area .products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  transition: 0.5s;
}
.product-details-area .products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #48d683;
  border-color: #48d683;
}
.product-details-area .products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}
.product-details-area .products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}
.product-details-area .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #48d683;
  border-color: #48d683;
}
.product-details-area .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}
.product-details-area .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}
.product-details-area .products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.product-details-area .products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #48d683;
  border-color: #48d683;
}
.product-details-area .products-details-tab .tabs li.current a .dot {
  border: 1px solid #ffffff;
}
.product-details-area .products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}
.product-details-area .products-details-tab .tab_content {
  border: 1px solid #eeeeee;
  padding: 30px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
  font-size: 14px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  box-shadow: none !important;
  border: 4px;
  background-color: #08104d;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff4800;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #444444;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.product-details-area h3 {
  font-weight: 700;
  font-size: 22px;
  color: #08104d;
}

.about-page {
  background-color: #f9f9f9;
}
.about-page .modern-content {
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: unset;
}
.about-page .modern-img {
  margin-bottom: 0;
}

.faq-page {
  background-color: #f9f9f9;
}
.faq-page .form-group .form-control {
  background-color:#eaeaea;
}

.language {
  display: inline-block;
  vertical-align:middle;
}
.language .nice-select {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
  font-size: 15px;
  color: #fff;
}
.language .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.language .nice-select ul {
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
}
.language .nice-select ul li { display: block; width: 100%; color: #1e1339;font-size: 15px;}

.nav-srh { vertical-align: middle;}

.nav-area .others-option .charity-nav-wrap .side-icon .modal-btn {
  top: 0;
}

.nav-area .others-option .charity-nav-wrap {
  top: 0;
}/*# sourceMappingURL=style.css.map */

.navbar-brand img { width:70%;}