body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #4d4d4d;
  overflow-x: hidden;
}
a {
  outline: medium none !important;
  color: #26ae61;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  color: #26ae61;
  text-decoration: none !important;
}
a:hover {
  color: #26ae61;
  text-decoration: none !important;
}
input {
  outline: medium none !important;
  color: #26ae61;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #001935;
  margin-top: 0px;
  font-weight: 600;
  text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
label {
  font-weight: normal;
}
h1 {
  font-size: 46px;
  font-style: normal;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-weight: normal;
  line-height: 1.5;
}
*::-moz-selection {
  background: #26ae61;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #26ae61;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #26ae61;
  color: #ffffff;
  text-shadow: none;
}
.container-fluid.container-space {
  padding: 0 100px;
}
.form-control {
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #001935;
  border-radius: 3px;
  background-clip: inherit !important;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #26ae61;
}
.form-control::-moz-placeholder {
  color: #3a4957;
}
.form-control::-ms-input-placeholder {
  color: #3a4957;
}
.form-control::-webkit-input-placeholder {
  color: #3a4957;
}
.custom-file {
  height: 50px;
}
.custom-file .custom-file-input {
  height: 50px;
  color: #001935;
  border-radius: 3px;
  border-color: #eeeeee;
}
.custom-file .custom-file-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #26ae61;
}
.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #001935;
  border-color: #eeeeee;
  padding: 15px 90px 15px 20px;
  border-radius: 3px;
}
.custom-file .custom-file-label:after {
  height: 48px;
  padding: 14px 25px;
}
.custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #26ae61;
}
.input-group-prepend .input-group-text, .input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background: #26ae61;
  border-color: #26ae61;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #eeeeee;
}
.custom-control-label:before {
  top: 2px;
}
.custom-control-label:after {
  top: 2px;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border: 2px solid #dfdfdf;
}
.border {
  border-color: #eeeeee !important;
}
.border-top {
  border-top-color: #eeeeee !important;
}
.border-left {
  border-left-color: #eeeeee !important;
}
.border-right {
  border-right-color: #eeeeee !important;
}
.border-bottom {
  border-bottom-color: #eeeeee !important;
}
.badge {
  border-radius: 3px;
}
.badge + .badge {
  margin-left: 6px;
}
.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}
.badge-primary {
  background: #26ae61;
}
.back-to-top {
  background: #26ae61;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center
}
.back-to-top:hover {
  color: #ffffff;
}
.back-to-top:focus {
  color: #ffffff;
}
.breadcrumb {
  padding-left: 0;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item {
  padding-right: 5px;
}
.breadcrumb .breadcrumb-item a {
  color: #969696;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #26ae61;
}
.breadcrumb .breadcrumb-item i {
  padding-right: 5px;
  font-size: 11px;
}
.breadcrumb .breadcrumb-item:before {
  display: none;
}
.breadcrumb .active span {
  color: #26ae61;
}
.pagination .page-item .page-link {
  padding: 18px 28px;
  color: #969696;
  border-color: #eeeeee;
}
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background: #26ae61;
  border-color: #26ae61;
  color: #ffffff;
}
.blockquote {
  font-size: 16px;
  border-left: 10px solid #26ae61;
  padding-left: 30px;
  font-style: italic;
  display: block;
}
.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #26ae61;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1;
}
.blockquote-quote p {
  position: relative;
}
.blockquote-quote i {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  font-size: 60px;
  line-height: 60px;
  color: #dfdfdf;
}
.table-bordered td {
  border-color: #eeeeee;
}
.table-bordered th {
  border-color: #eeeeee;
}
.table thead th {
  border-bottom-color: #eeeeee;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
.text-primary {
  color: #26ae61 !important;
}
.text-white {
  color: #ffffff;
}
.text-dark {
  color: #001935 !important;
}
.text-light {
  color: #969696 !important;
}
.bg-primary {
  background: #26ae61 !important;
}
.bg-dark {
  background: #143c24 !important;
}
.space-ptb {
  padding: 90px 0;
}
.space-pt {
  padding: 90px 0 0;
}
.space-pb {
  padding: 0 0 90px;
}
.h-100vh {
  height: 100vh !important;
}
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}
.building-space {
  padding-bottom: 160px;
}
.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-10:before {
  background: rgba(0, 16, 34, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-20:before {
  background: rgba(0, 16, 34, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-30:before {
  background: rgba(0, 16, 34, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-40:before {
  background: rgba(0, 16, 34, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-50:before {
  background: rgba(0, 16, 34, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-60:before {
  background: rgba(0, 16, 34, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-70:before {
  background: rgba(0, 16, 34, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-80:before {
  background: rgba(0, 16, 34, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-90:before {
  background: rgba(0, 16, 34, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-20:before {
  background: rgba(38, 174, 97, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-50:before {
  background: rgba(38, 174, 97, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-70:before {
  background: rgba(38, 174, 97, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-90:before {
  background: rgba(38, 174, 97, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-gradient {
  position: relative;
}
.bg-overlay-gradient:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  top: auto;
  height: 75%;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.bg-overlay-gradient-02 {
  position: relative;
}
.bg-overlay-gradient-02:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  bottom: auto;
  height: 70%;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.bg-overlay-gradient-03 {
  position: relative;
}
.bg-overlay-gradient-03:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  top: auto;
  height: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.bg-overlay-gradient-04 {
  position: relative;
}
.bg-overlay-gradient-04:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  top: auto;
  height: 40%;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.avatar.avatar-sm {
  width: 20px;
  height: 20px;
}
.avatar.avatar-md {
  width: 40px;
  height: 40px;
}
.avatar.avatar-lg {
  width: 60px;
  height: 60px;
}
.avatar.avatar-xl {
  width: 80px;
  height: 80px;
}
.avatar.avatar-xll {
  width: 100px;
  height: 100px;
}
.avatar.avatar-xlll {
  width: 120px;
  height: 120px;
}
.avatar.avatar-xllll {
  width: 180px;
  height: 180px;
}
.font-sm {
  font-size: 13px;
}
.font-md {
  font-size: 15px;
}
.font-lg {
  font-size: 17px;
}
.font-xl {
  font-size: 21px;
}
.font-xll {
  font-size: 30px;
}
.font-xlll {
  font-size: 40px;
  line-height: 40px;
}
.b-radius-none {
  border-radius: 0 !important;
}
.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important;
}
.b-radius-right-none {
  border-radius: 3px 0 0 3px !important;
}
.sticky-top {
  z-index: 8;
}
.z-index-1 {
  z-index: 1;
}
.z-index-9 {
  z-index: 9;
}
.z-index-99 {
  z-index: 99;
}
.z-index-999 {
  z-index: 999;
}
.accordion .accordion-item .accordion-title {
  margin-bottom: 15px;
  font-size: 18px;
}
.accordion .accordion-item .accordion-title .collapsed {
  color: #001935;
}
.accordion .accordion-item .accordion-content {
  padding-bottom: 25px;
}
.accordion-style-2 .card {
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  border-radius: 0;
}
.accordion-style-2 .card:last-child {
  margin-bottom: 0px;
}
.accordion-style-2 .card-header {
  background: transparent;
  border-bottom: none;
}
.accordion-style-2 .card-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-style-2 .card-header .accordion-title i {
  font-size: 12px;
  margin-left: auto;
}
.accordion-style-2 .accordion-content {
  border-top: 1px solid #eeeeee;
}
.accordion-style-2 .accordion-title .btn {
  display: block;
  color: #26ae61;
  font-size: 18px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.accordion-style-2 .accordion-title .btn + i {
  color: #26ae61;
}
.accordion-style-2 .accordion-title .btn.collapsed {
  color: #001935;
}
.accordion-style-2 .accordion-title .btn.collapsed + i {
  color: #001935;
}
.feature-info {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 36px;
  margin-right: -1px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 8;
}
.feature-info .feature-info-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #26ae61;
}
.feature-info .feature-info-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-info:hover {
  background: #26ae61;
}
.feature-info:hover .feature-info-icon {
  color: #ffffff;
}
.feature-info:hover .feature-info-content {
  color: #ffffff;
}
.feature-info:hover .feature-info-content .feature-info-title {
  color: #ffffff;
}
.feature-info-02 {
  padding: 0px;
  text-align: center;
  height: 100%;
}
.feature-info-02 .feature-info-detail {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.feature-info-02 .feature-info-detail .feature-info-icon {
  background: #fafafa;
  padding: 20px;
  margin: 5px;
}
.feature-info-02 .feature-info-detail .feature-info-content {
  padding: 20px;
}
.feature-info-02 .feature-info-detail .feature-info-button {
  margin-top: auto;
}
.feature-info-02 .feature-info-detail .feature-info-button .btn {
  border-radius: 0;
}
.feature-info-02 .feature-info-bg {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
.feature-info-02:hover {
  background: transparent;
}
.feature-info-02:hover .feature-info-icon {
  color: #ffffff;
  background: transparent;
}
.feature-info-02:hover .feature-info-bg {
  opacity: 1;
}
.feature-info-02:hover .feature-info-button .btn {
  background: #26ae61;
  border-color: #26ae61;
  color: #ffffff;
}
.feature-info-round-icon {
  border: none;
}
.feature-info-round-icon .feature-info-icon {
  font-size: 50px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  display: inline-block;
  background: #26ae61;
  color: #ffffff;
  border-radius: 50%;
}
.feature-info-round-icon:hover .feature-info-icon {
  background: #ffffff;
  color: #26ae61;
}
.feature-info-no-hover:hover {
  background: #ffffff;
}
.feature-info-no-hover:hover .feature-info-icon {
  color: #001935;
}
.feature-info-no-hover:hover .feature-info-content {
  color: #969696;
}
.feature-info-no-hover:hover .feature-info-content .feature-info-title {
  color: #001935;
}
.feature-info-03 .feature-info-image {
  padding: 100px 0;
}
.testimonial-main {
  padding: 140px 0;
}
.testimonial {
  padding-top: 30px;
}
.testimonial .testimonial-content {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.testimonial .testimonial-content .quotes {
  color: #27b263;
  margin-right: 10px;
  font-size: 80px;
  line-height: 70px;
  position: absolute;
  top: -30px;
}
.testimonial-02 .testimonial-content {
  font-size: 20px;
  padding: 80px 40px 30px;
  background: #fafafa;
  position: relative;
  border: 1px solid #eeeeee;
}
.testimonial-02 .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: -9px;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fafafa transparent transparent transparent;
}
.testimonial-02 .testimonial-content:after {
  position: absolute;
  content: "";
  bottom: -11px;
  width: 0;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 11px 11px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
}
.testimonial-02 .testimonial-content .quotes {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 36px;
  left: 36px;
  color: #28b666;
}
.testimonial-02 .testimonial-author {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-02-small .testimonial-content {
  font-size: 14px;
  padding: 60px 40px 20px;
}
.testimonial-02-small .testimonial-content .quotes {
  font-size: 20px;
  top: 26px;
}
.testimonial-03 .testimonial-content {
  position: relative;
  padding: 120px 40px 60px 40px;
  margin-left: -50px;
}
.testimonial-03 .testimonial-content p {
  font-size: 22px;
  font-style: italic;
}
.testimonial-03 .testimonial-content .quotes {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 60px;
  left: 40px;
  color: #1d844a;
}
.accordion .accordion-item .accordion-title {
  margin-bottom: 15px;
  font-size: 18px;
}
.accordion .accordion-item .accordion-title .collapsed {
  color: #001935;
}
.accordion .accordion-item .accordion-content {
  padding-bottom: 25px;
}
.accordion-style-2 .card {
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  border-radius: 0;
}
.accordion-style-2 .card:last-child {
  margin-bottom: 0px;
}
.accordion-style-2 .card-header {
  background: transparent;
  border-bottom: none;
}
.accordion-style-2 .card-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-style-2 .card-header .accordion-title i {
  font-size: 12px;
  margin-left: auto;
}
.accordion-style-2 .accordion-content {
  border-top: 1px solid #eeeeee;
}
.accordion-style-2 .accordion-title .btn {
  display: block;
  color: #26ae61;
  font-size: 18px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.accordion-style-2 .accordion-title .btn + i {
  color: #26ae61;
}
.accordion-style-2 .accordion-title .btn.collapsed {
  color: #001935;
}
.accordion-style-2 .accordion-title .btn.collapsed + i {
  color: #001935;
}
.newsletter {
  position: relative;
}
.newsletter .form-control {
  padding-right: 150px;
}
.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}
.counter .timer {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.counter.counter-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.counter.counter-02 .counter-icon .icon {
  padding-right: 20px;
  font-size: 40px;
  color: #26ae61;
}
.counter.counter-02 .counter-content {
  vertical-align: top;
}
.counter.counter-02 .counter-content .timer {
  font-size: 28px;
  color: #001935;
  font-weight: 600;
  display: block;
  line-height: 28px;
  margin-bottom: 8px;
}
.nav-tabs {
  border-color: #eeeeee;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 16px;
  padding: 20px 20px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  color: #001935;
}
.nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #26ae61;
  color: #26ae61;
}
.nav-tabs.nav-tabs-02 {
  border: none;
}
.nav-tabs.nav-tabs-02 .nav-item {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-02 .nav-item .nav-link {
  background: #fafafa;
  border: none;
  color: #001935;
  padding: 10px 20px;
  border-radius: 3px;
}
.nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
  background: #26ae61;
  border: none;
  color: #ffffff;
}
/* Dots */
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}
.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}
.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}
.owl-carousel .owl-nav i {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #ffffff;
  background: #26ae61;
  border: 0px solid #eeeeee;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav i:hover {
  background: #ffffff;
  color: #26ae61;
}
.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}
.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #26ae61;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #26ae61;
}
.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 2px 0;
}
.owl-nav-center.owl-carousel .owl-nav .owl-prev {
  left: 50%;
  top: 46%;
  margin-left: -15px !important;
}
.owl-nav-center.owl-carousel .owl-nav .owl-next {
  left: 50%;
  right: inherit;
  margin-top: 28px !important;
  margin-left: -15px !important;
}
.owl-nav-left.owl-carousel .owl-nav .owl-prev {
  left: -65px;
  top: 46%;
}
.owl-nav-left.owl-carousel .owl-nav .owl-next {
  left: -65px;
  right: inherit;
  margin-top: 28px !important;
}
.owl-nav-bottom .owl-nav {
  bottom: 0;
  top: inherit;
}
.owl-nav-bottom .owl-nav .owl-next {
  right: 46%;
  bottom: -20px;
  top: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-nav-bottom .owl-nav .owl-prev {
  left: 46%;
  bottom: -20px;
  top: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-nav-top-left .owl-nav {
  bottom: 0;
  top: inherit;
}
.owl-nav-top-left .owl-nav .owl-next {
  right: 0;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-nav-top-left .owl-nav .owl-prev {
  left: inherit;
  right: 50px;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-nav-top-left .owl-nav i {
  border: 1px solid transparent;
}
.owl-nav-top-left .owl-nav i:hover {
  border-color: #eeeeee;
}
.owl-nav-top-right .owl-nav {
  top: 0;
  bottom: inherit;
}
.owl-nav-top-right .owl-nav .owl-next {
  right: 20px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-nav-top-right .owl-nav .owl-prev {
  left: inherit;
  right: 80px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.owl-dots-bottom-center .owl-dots {
  bottom: 30px !important;
  position: absolute;
}
.owl-dots-bottom-center .owl-dots .owl-dot span {
  background: #ffffff;
}
.owl-dots-bottom-right .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}
.owl-dots-bottom-right .owl-dots .owl-dot span {
  background: #ffffff;
}
.owl-dots-bottom-left .owl-dots {
  position: absolute;
  left: 0;
  width: auto;
  margin-top: 0;
}
.owl-dots-bottom-left .owl-dots .owl-dot span {
  background: #ffffff;
}
/* Client Logo */
.our-clients .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.owl-carousel .owl-item .property-item {
  margin-bottom: 0;
}
.carousel-control-next, .carousel-control-prev {
  opacity: .6;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #26ae61;
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #26ae61;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table td span.active {
  background: #26ae61;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem;
}
.pricing {
  background: #fafafa;
  padding: 30px;
}
.pricing .pricing-price strong {
  color: #26ae61;
  font-size: 40px;
}
.pricing .pricing-list {
  margin-top: 20px;
  margin-bottom: 0;
}
.pricing .pricing-list li {
  padding: 6px 0;
}
.pricing .pricing-list li:last-child {
  padding-bottom: 0;
}
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}
.countdown span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  color: #26ae61;
}
.countdown p {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #001935;
}
.countdown-small span {
  font-size: 24px;
  line-height: 24px;
}
.countdown-small p {
  font-size: 14px;
}
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button {
  outline: medium none !important;
  color: #26ae61;
}
.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 3px;
}
.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}
.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}
.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}
.show > .btn-primary.dropdown-toggle {
  background: #26ae61;
  border-color: #26ae61;
}
.btn-primary {
  background: #26ae61;
  border-color: #26ae61;
}
.btn-primary:hover {
  background: #219553;
  border-color: #219553;
}
.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: #26ae61;
  border-color: #26ae61;
}
.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: #26ae61;
  border-color: #26ae61;
}
.btn-primary:focus {
  background: #219553;
  border-color: #219553;
}
.btn-primary:focus {
  background: #219553;
  border-color: #219553;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #26ae61;
  border-color: #26ae61;
}
.btn-dark {
  background: #001022;
  border-color: #001022;
}
.btn-dark:hover {
  background: #001c3c;
  border-color: #001c3c;
}
.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}
.btn i {
  padding-right: 10px;
}
.btn + .btn {
  margin-left: 3px;
}
.btn-link {
  color: #26ae61;
}
.btn-link:hover {
  color: #001022;
  text-decoration: none;
  outline: none;
}
.btn-link:focus {
  color: #001022;
  text-decoration: none;
  outline: none;
}
.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #001022;
}
.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #001022;
}
.btn-white:hover {
  background: #dfdfdf;
  border-color: #dfdfdf;
  color: #001022;
}
.btn-white:active {
  color: #001022;
}
.btn-white:focus {
  color: #001022;
}
.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #001022;
}
.btn-light:active {
  color: #001022;
}
.btn-light:focus {
  color: #001022;
}
.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #001022;
}
.btn.btn-sm {
  padding: 6px 24px;
}
.btn.btn-md {
  padding: 9px 26px;
}
.btn.btn-lg {
  padding: 13px 30px;
}
.btn.btn-xl {
  padding: 16px 40px;
}
.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-app i {
  font-size: 40px;
}
.btn-outline-secondary {
  border: 2px solid #eeeeee;
  color: #001935;
}
.btn-outline-secondary:hover {
  background: #001935;
  color: #ffffff;
  border-color: #001935;
}
.btn-outline-secondary:focus {
  background: #001935;
  color: #ffffff;
  border-color: #001935;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #001935;
  color: #ffffff;
  border-color: #001935;
}
.irs--flat .irs-line {
  height: 6px;
}
.irs--flat .irs-bar {
  background: #26ae61;
  height: 6px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background: transparent;
  color: #26ae61;
  font-size: 13px;
  font-weight: 600;
}
.irs--flat .irs-handle > i:first-child, .irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #26ae61;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  display: none;
}
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background: #26ae61;
}
.header {
  background: #ffffff;
  z-index: 9;
  position: relative;
}
.header .container-fluid {
  padding: 0 60px;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
.header .topbar {
  background: #001022;
  padding: 10px 0;
}
.header .topbar a {
  color: #ffffff;
}
.header .topbar a:hover {
  color: #26ae61;
}
.header .topbar .dropdown {
  margin-right: 20px;
}
.header .topbar .dropdown .dropdown-toggle {
  padding: 12px 0;
}
.header .topbar .dropdown .dropdown-toggle i {
  font-size: 10px;
}
.header .topbar .dropdown .dropdown-menu a {
  color: #001935;
}
.header .topbar .dropdown .dropdown-menu a:hover {
  color: #26ae61;
}
.header .topbar .social {
  margin-right: 20px;
  display: inline-block;
}
.header .topbar .social ul {
  margin: 0;
}
.header .topbar .social ul li {
  display: inline-block;
  padding: 0 4px;
}
.header .topbar .social ul li a {
  color: #ffffff;
}
.header .topbar .social ul li a:hover {
  color: #26ae61;
}
.header .topbar .login {
  display: inline-block;
}
.header .topbar .login a {
  color: #ffffff;
}
.header .topbar .login a:hover {
  color: #26ae61;
}
.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.topbar .dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px;
}
.topbar .dropdown .dropdown-menu a:hover {
  background: rgba(38, 174, 97, 0.1);
  color: #26ae61;
}
.navbar {
  padding: 0;
}
.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  color: #001935;
  text-transform: capitalize;
}
.navbar .navbar-nav .nav-link i {
  font-weight: bold;
}
.navbar .navbar-nav .nav-link:hover {
  color: #26ae61;
}
.dropdown-menu {
  z-index: 9999;
}
.navbar-collapse {
  position: relative;
}
.navbar-light {
  color: #ffffff;
  background-color: #fafafa;
  border-color: #eeeeee;
}
.navbar-light .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-brand {
  padding: 12px 0px;
  margin-right: 0;
}
.navbar-brand img {
  height: 60px;
}
.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}
.header .navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navbar-nav li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #001935;
  text-transform: capitalize;
  font-size: 14px;
}
.header .navbar-nav li > a:hover {
  color: #26ae61;
}
.header .navbar-nav li > a i {
  margin-left: 5px;
  font-size: 10px;
}
.header .add-listing {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  text-align: right;
}
.megamenu {
  padding: 20px 20px;
  width: 100%;
}
.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}
.megamenu > div > li > ul > li {
  list-style: none;
}
.megamenu .card {
  outline: none;
}
.megamenu .card:hover, .megamenu .card:focus {
  outline: 1px solid #000000;
}
.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #001022;
  white-space: normal;
}
.megamenu > div > li > ul > li > a:hover, .megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #001022;
  background-color: #fafafa;
}
.megamenu.disabled > a, .megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
  color: #fafafa;
}
.megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #26ae61;
  font-size: 18px;
}
.header li > .dropdown-item:focus, .header li > .dropdown-item:hover {
  color: #26ae61;
  background: none;
}
.header .dropdown-item.active, .header .dropdown-item:active, .header .dropdown-item:focus, .header .dropdown-item:hover {
  background: none;
}
.header .dropdown-toggle::after {
  content: none;
}
.header .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
.header .megamenu .dropdown-item {
  padding: 0px;
}
.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px;
}
.header .navbar .dropdown-menu {
  padding: 15px;
}
.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}
.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  padding: 10px 20px 10px 0;
  border-radius: 3px;
  position: relative;
}
.navbar .dropdown > .dropdown-menu li > a:hover {
  background: rgba(38, 174, 97, 0.1);
  color: #26ae61;
  padding-left: 15px;
}
.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999;
}
.header-transparent .navbar-brand {
  margin-right: 40px;
}
.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff;
}
.header-transparent .navbar .navbar-nav .nav-link:hover {
  color: #26ae61;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: #26ae61;
}
.navbar .navbar-nav .dropdown-menu li.active > a {
  background: rgba(38, 174, 97, 0.1);
  color: #26ae61;
  padding-left: 15px;
}
.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
  align-self: inherit;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  text-align: right;
}
.header-transparent .login a {
  color: #ffffff;
}
.header-transparent .login a:hover {
  color: #26ae61;
}
.header .is-sticky {
  position: fixed !important;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9;
}
.header .is-sticky .header-contact-info {
  display: none !important;
}
.header .is-sticky .navbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  border-top: none !important;
  width: 100%;
}
.header-transparent .is-sticky {
  position: fixed !important;
  width: 100%;
  background: #001022;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9;
}
.header-transparent .is-sticky .header-contact-info {
  display: none !important;
}
.header-transparent .is-sticky .navbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  border-top: none !important;
  width: 100%;
}
.bg-overlay-black-70 {
  background-image: url("../images/feature5.jpg");
  background-repeat: no-repeat;
}
.bg-overlay-black-70::before {
  background: rgba(0, 16, 34, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
  }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 570px;
  }
  .navbar-nav .mega-menu {
    position: static;
  }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
    transform: translate3d(15px, 10px, 0);
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
    transform: translate3d(-15px, 10px, 0);
  }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.place-card-large {
  display: none !important;
}
@media (max-width: 991px) {
  .header .is-sticky .navbar {
    top: 0;
    right: 0;
  }
}
.sticky-top {
  top: 80px;
}
.sidebar .widget {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #eeeeee;
  padding: 20px;
}
.sidebar .widget .widget-title {
  margin-bottom: 24px;
}
.sidebar .widget .widget-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.sidebar .widget:after {
  position: absolute;
  left: -4px;
  width: 1px;
  top: 0;
  height: 100%;
  content: "";
  background: #eeeeee;
}
.sidebar .widget:before {
  position: absolute;
  right: -4px;
  width: 1px;
  top: 0;
  height: 100%;
  content: "";
  background: #eeeeee;
}
.sidebar .widget ul li {
  margin-bottom: 10px;
}
.sidebar .widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969696;
}
.sidebar .widget ul li a:hover {
  color: #26ae61;
}
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .property-item .property-image img {
  width: 100%;
}
.sidebar .widget .property-item .property-details .property-info li {
  margin-bottom: 0;
  text-align: left;
}
.sidebar .widget .property-item .property-details .property-info li i {
  display: block;
}
.sidebar .widget .property-item .property-details .property-listing-actions {
  border-bottom: 0;
}
.sidebar .widget .recent-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.sidebar .widget .recent-list-item img {
  height: 80px;
}
.sidebar .widget .recent-list-item .recent-list-item-info {
  padding-left: 20px;
}
.sidebar .widget .recent-list-item .recent-list-item-info a {
  display: block;
  font-family: 'Poppins', sans-serif;
}
.sidebar .widget .recent-list-item .recent-list-item-info .address {
  color: #001022;
  font-weight: 600;
}
.sidebar .widget .recent-list-item .recent-list-item-info .address:hover {
  color: #26ae61;
}
.sidebar .widget .recent-list-item:last-child {
  margin-bottom: 0;
}
.banner {
  padding: 220px 0;
  position: relative;
}
.banner-shap {
  position: absolute;
  bottom: -1px;
  z-index: 99;
}
.banner-bg-video {
  padding: 150px 0;
}
.banner-bg-video .banner-bg-video-sub-title {
  font-size: 18px;
  display: block;
}
.banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link {
  background: transparent;
  color: #ffffff;
  padding: 6px 20px;
  line-height: 24px;
}
.banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
  background: #26ae61;
  color: #ffffff;
}
.banner-map {
  padding: 0;
}
.banner-map .map-canvas {
  height: 500px;
}
#slider .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
#slider .slider-content {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#slider .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
#slider .carousel-item .slider-content span {
  font-size: 50px;
  line-height: 50px;
  display: block;
}
#slider h1 {
  font-size: 70px;
  font-weight: 700;
}
#slider .btn-link {
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  margin-top: 40px;
}
#slider .btn-link:hover {
  color: #26ae61;
}
.carousel .carousel-item.active .animated-01 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .carousel-item.active .animated-02 {
  -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
  animation: bounceInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated-03 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
  animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated-04 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
  animation: flipInX 1s ease-in 500ms both;
}
.carousel .carousel-item.active .animated-05 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .carousel-item.active .animated-06 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}
.carousel .carousel-item.active .animated-07 {
  -webkit-animation: fadeInDown 0.7s ease-in 300ms both;
  animation: fadeInDown 0.7s ease-in 300ms both;
}
.carousel .carousel-item.active .animated-08 {
  -webkit-animation: fadeInUp 0.7s ease-in 300ms both;
  animation: fadeInUp 0.7s ease-in 300ms both;
}
.banner-bg-slider {
  position: relative;
}
.banner-bg-slider-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.kenburnsy {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.kenburnsy img {
  display: none;
}
.kenburnsy .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.kenburnsy.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto !important;
  z-index: -1;
}
.banner-bg-slider .banner-bg-slider-sub-title {
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .space-ptb {
    padding: 60px 0;
  }
  .space-pt {
    padding-top: 60px;
  }
  .space-pb {
    padding-bottom: 60px;
  }
  .btn {
    padding: 12px 20px;
  }
  .header .container-fluid {
    padding: 0 20px;
  }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 10px;
  }
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .header .navbar-nav > li {
    display: block;
  }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fafafa;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    overflow-x: scroll;
  }
  .header .navbar .dropdown-menu .dropdown-menu {
    background: #ffffff;
  }
  .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
    background: #fafafa;
  }
  .header .add-listing {
    margin-right: 40px;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    left: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar-brand img {
    height: 34px;
  }
  .navbar .navbar-nav {
    padding: 10px 0;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }
  .navbar .navbar-nav .nav-link i {
    margin-left: auto;
  }
  .header .navbar .nav-title {
    margin-bottom: 10px !important;
    margin-top: 20px;
  }
  .add-listing .btn {
    font-size: 12px;
    padding: 6px 17px;
  }
  .navbar .dropdown > .dropdown-menu li > a {
    font-size: 13px;
  }
  .header .navbar-nav > li {
    border-bottom: 1px solid #eeeeee;
  }
  .header .navbar-nav > li:last-child {
    border-bottom: 0;
  }
  .header-transparent {
    position: relative;
    background: #001935;
  }
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #001935;
  }
  .banner {
    padding: 100px 0;
  }
  .banner .display-4 {
    font-size: 34px;
  }
  .banner-bg-video {
    padding: 100px 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .navbar .navbar-nav .nav-link i {
    margin-top: 5px;
  }
}