@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 120px;
}

body {
  font-family: "system-ui", sans-serif;
}

.bg-primary {
  background-color: #2ea094 !important;
}

.bg-soft-primary {
  background-color: rgba(47, 85, 212, 0.1019607843) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #5f797c !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-soft-secondary {
  background-color: rgba(108, 117, 125, 0.1019607843) !important;
  border: 1px solid rgba(108, 117, 125, 0.1) !important;
  color: #6c757d !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-soft-success {
  background-color: rgba(46, 202, 139, 0.1019607843) !important;
  border: 1px solid rgba(46, 202, 139, 0.1) !important;
  color: #2eca8b !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-soft-info {
  background-color: rgba(23, 162, 184, 0.1019607843) !important;
  border: 1px solid rgba(23, 162, 184, 0.1) !important;
  color: #17a2b8 !important;
}

.bg-warning {
  background-color: #f17425 !important;
}

.bg-soft-warning {
  background-color: rgba(241, 116, 37, 0.1019607843) !important;
  border: 1px solid rgba(241, 116, 37, 0.1) !important;
  color: #f17425 !important;
}

.bg-danger {
  background-color: #e43f52 !important;
}

.bg-soft-danger {
  background-color: rgba(228, 63, 82, 0.1019607843) !important;
  border: 1px solid rgba(228, 63, 82, 0.1) !important;
  color: #e43f52 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.1019607843) !important;
  border: 1px solid rgba(248, 249, 250, 0.1) !important;
  color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-soft-dark {
  background-color: rgba(33, 37, 41, 0.1019607843) !important;
  border: 1px solid rgba(33, 37, 41, 0.1) !important;
  color: #212529 !important;
}

.card {
  background-color: #fff;
  border: 0;
}

.card .card-body {
  padding: 1.5rem;
}

.pricing.pricing-primary.business-rate:hover {
  border-color: #5f797c !important;
}

.pricing.pricing-primary.business-rate:hover .title {
  color: #5f797c;
}

.pricing.pricing-primary.starter-plan {
  border-color: #5f797c !important;
}

.pricing.pricing-primary .icon, .pricing.pricing-primary .name {
  color: #5f797c;
}

.pricing.pricing-secondary.business-rate:hover {
  border-color: #6c757d !important;
}

.pricing.pricing-secondary.business-rate:hover .title {
  color: #6c757d;
}

.pricing.pricing-secondary.starter-plan {
  border-color: #6c757d !important;
}

.pricing.pricing-secondary .icon, .pricing.pricing-secondary .name {
  color: #6c757d;
}

.pricing.pricing-success.business-rate:hover {
  border-color: #2eca8b !important;
}

.pricing.pricing-success.business-rate:hover .title {
  color: #2eca8b;
}

.pricing.pricing-success.starter-plan {
  border-color: #2eca8b !important;
}

.pricing.pricing-success .icon, .pricing.pricing-success .name {
  color: #2eca8b;
}

.pricing.pricing-info.business-rate:hover {
  border-color: #17a2b8 !important;
}

.pricing.pricing-info.business-rate:hover .title {
  color: #17a2b8;
}

.pricing.pricing-info.starter-plan {
  border-color: #17a2b8 !important;
}

.pricing.pricing-info .icon, .pricing.pricing-info .name {
  color: #17a2b8;
}

.pricing.pricing-warning.business-rate:hover {
  border-color: #f17425 !important;
}

.pricing.pricing-warning.business-rate:hover .title {
  color: #f17425;
}

.pricing.pricing-warning.starter-plan {
  border-color: #f17425 !important;
}

.pricing.pricing-warning .icon, .pricing.pricing-warning .name {
  color: #f17425;
}

.pricing.pricing-danger.business-rate:hover {
  border-color: #e43f52 !important;
}

.pricing.pricing-danger.business-rate:hover .title {
  color: #e43f52;
}

.pricing.pricing-danger.starter-plan {
  border-color: #e43f52 !important;
}

.pricing.pricing-danger .icon, .pricing.pricing-danger .name {
  color: #e43f52;
}

.pricing.pricing-light.business-rate:hover {
  border-color: #f8f9fa !important;
}

.pricing.pricing-light.business-rate:hover .title {
  color: #f8f9fa;
}

.pricing.pricing-light.starter-plan {
  border-color: #f8f9fa !important;
}

.pricing.pricing-light .icon, .pricing.pricing-light .name {
  color: #f8f9fa;
}

.pricing.pricing-dark.business-rate:hover {
  border-color: #212529 !important;
}

.pricing.pricing-dark.business-rate:hover .title {
  color: #212529;
}

.pricing.pricing-dark.starter-plan {
  border-color: #212529 !important;
}

.pricing.pricing-dark .icon, .pricing.pricing-dark .name {
  color: #212529;
}

.pricing.pricing-footer.business-rate:hover {
  border-color: #202942 !important;
}

.pricing.pricing-footer.business-rate:hover .title {
  color: #202942;
}

.pricing.pricing-footer.starter-plan {
  border-color: #202942 !important;
}

.pricing.pricing-footer .icon, .pricing.pricing-footer .name {
  color: #202942;
}

.pricing.pricing-muted.business-rate:hover {
  border-color: #8492a6 !important;
}

.pricing.pricing-muted.business-rate:hover .title {
  color: #8492a6;
}

.pricing.pricing-muted.starter-plan {
  border-color: #8492a6 !important;
}

.pricing.pricing-muted .icon, .pricing.pricing-muted .name {
  color: #8492a6;
}

.pricing {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #e9ecef !important;
  -webkit-transition: all 0.5s ease;
  border: 1px solid rgba(204, 204, 204, 0.5215686275) !important;
  transition: all 0.5s ease;
}

.pricing .price {
  font-weight: bolder;
}

.pricing.business-rate:hover {
  transform: scale(1.03);
  z-index: 2;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #fff !important;
}

.pricing.starter-plan {
  transform: scale(1.05);
  z-index: 2;
}

@media (max-width: 767px) {
  .pricing.starter-plan {
    transform: scale(1);
  }
}
.pricing.best-plan:hover {
  transform: translateY(-10px);
}

.ribbon.ribbon-primary span {
  background-color: #5f797c !important;
}

.ribbon.ribbon-primary span:before {
  border-left-color: #2443ac;
  border-top-color: #2443ac;
}

.ribbon.ribbon-primary span:after {
  border-right-color: #2443ac;
  border-top-color: #2443ac;
}

.ribbon.ribbon-secondary span {
  background-color: #6c757d !important;
}

.ribbon.ribbon-secondary span:before {
  border-left-color: #545b62;
  border-top-color: #545b62;
}

.ribbon.ribbon-secondary span:after {
  border-right-color: #545b62;
  border-top-color: #545b62;
}

.ribbon.ribbon-success span {
  background-color: #2eca8b !important;
}

.ribbon.ribbon-success span:before {
  border-left-color: #25a06e;
  border-top-color: #25a06e;
}

.ribbon.ribbon-success span:after {
  border-right-color: #25a06e;
  border-top-color: #25a06e;
}

.ribbon.ribbon-info span {
  background-color: #17a2b8 !important;
}

.ribbon.ribbon-info span:before {
  border-left-color: #117a8b;
  border-top-color: #117a8b;
}

.ribbon.ribbon-info span:after {
  border-right-color: #117a8b;
  border-top-color: #117a8b;
}

.ribbon.ribbon-warning span {
  background-color: #f17425 !important;
}

.ribbon.ribbon-warning span:before {
  border-left-color: #d55b0e;
  border-top-color: #d55b0e;
}

.ribbon.ribbon-warning span:after {
  border-right-color: #d55b0e;
  border-top-color: #d55b0e;
}

.ribbon.ribbon-danger span {
  background-color: #e43f52 !important;
}

.ribbon.ribbon-danger span:before {
  border-left-color: #d21e32;
  border-top-color: #d21e32;
}

.ribbon.ribbon-danger span:after {
  border-right-color: #d21e32;
  border-top-color: #d21e32;
}

.ribbon.ribbon-light span {
  background-color: #f8f9fa !important;
}

.ribbon.ribbon-light span:before {
  border-left-color: #dae0e5;
  border-top-color: #dae0e5;
}

.ribbon.ribbon-light span:after {
  border-right-color: #dae0e5;
  border-top-color: #dae0e5;
}

.ribbon.ribbon-dark span {
  background-color: #212529 !important;
}

.ribbon.ribbon-dark span:before {
  border-left-color: #0a0c0d;
  border-top-color: #0a0c0d;
}

.ribbon.ribbon-dark span:after {
  border-right-color: #0a0c0d;
  border-top-color: #0a0c0d;
}

.ribbon.ribbon-footer span {
  background-color: #202942 !important;
}

.ribbon.ribbon-footer span:before {
  border-left-color: #0f1420;
  border-top-color: #0f1420;
}

.ribbon.ribbon-footer span:after {
  border-right-color: #0f1420;
  border-top-color: #0f1420;
}

.ribbon.ribbon-muted span {
  background-color: #8492a6 !important;
}

.ribbon.ribbon-muted span:before {
  border-left-color: #68788f;
  border-top-color: #68788f;
}

.ribbon.ribbon-muted span:after {
  border-right-color: #68788f;
  border-top-color: #68788f;
}

.ribbon {
  position: absolute;
  top: -5px;
  width: 75px;
  height: 75px;
  z-index: 2;
}

.ribbon.ribbon-right {
  right: -5px;
}

.ribbon.ribbon-right span {
  right: -23px;
  transform: rotate(45deg);
}

.ribbon.ribbon-left {
  left: -5px;
}

.ribbon.ribbon-left span {
  left: -21px;
  transform: rotate(-45deg);
}

.ribbon span {
  position: absolute;
  top: 18px;
  width: 100px;
  color: #fff;
}

.ribbon span:after, .ribbon span:before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border: 3px solid transparent;
}

.ribbon span:before {
  left: 0;
}

.ribbon span:after {
  right: 0;
}

.features.feature-primary .icon {
  background: rgba(45, 162, 147, 0.1);
}

.features.feature-primary .image:before {
  background: linear-gradient(45deg, transparent, rgba(45, 162, 147, 0.1));
}

.features.feature-primary .color, .features.feature-primary .read-more, .features.feature-primary.feature-clean .icons {
  color: #5f797c !important;
}

.features.feature-primary.feature-clean .icons i {
  background-color: rgba(45, 162, 147, 0.1019607843);
}

.features.feature-primary.feature-clean .title:hover, .features.feature-primary.feature-full-bg .icon-color {
  color: #5f797c !important;
}

.features.feature-primary.feature-full-bg:hover {
  background-color: #5f797c !important;
}

.features.feature-primary.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(45, 162, 147, 0.15));
  color: #5f797c;
}

.features.feature-primary.course-feature .full-img, .features.feature-primary.explore-feature:hover .icons, .features.feature-primary.explore-feature:hover .title {
  color: #5f797c !important;
}

.features.feature-primary .btn-soft {
  background-color: rgba(45, 162, 147, 0.0509803922) !important;
  border: 1px solid rgba(45, 162, 147, 0.05) !important;
  color: #5f797c !important;
  box-shadow: 0 3px 5px rgba(45, 162, 147, 0.1019607843);
}

.features.feature-primary .btn-soft.active, .features.feature-primary .btn-soft.focus, .features.feature-primary .btn-soft:active, .features.feature-primary .btn-soft:focus, .features.feature-primary .btn-soft:hover {
  background-color: #5f797c !important;
  border-color: #5f797c !important;
  color: #fff !important;
}

.features.feature-primary:hover .image:before {
  background: rgba(45, 162, 147, 0.1);
}

.features.feature-secondary .icon {
  background: rgba(108, 117, 125, 0.1);
}

.features.feature-secondary .image:before {
  background: linear-gradient(45deg, transparent, rgba(108, 117, 125, 0.1));
}

.features.feature-secondary .color, .features.feature-secondary .read-more, .features.feature-secondary.feature-clean .icons {
  color: #6c757d !important;
}

.features.feature-secondary.feature-clean .icons i {
  background-color: rgba(108, 117, 125, 0.1019607843);
}

.features.feature-secondary.feature-clean .title:hover, .features.feature-secondary.feature-full-bg .icon-color {
  color: #6c757d !important;
}

.features.feature-secondary.feature-full-bg:hover {
  background-color: #6c757d !important;
}

.features.feature-secondary.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(108, 117, 125, 0.15));
  color: #6c757d;
}

.features.feature-secondary.course-feature .full-img, .features.feature-secondary.explore-feature:hover .icons, .features.feature-secondary.explore-feature:hover .title {
  color: #6c757d !important;
}

.features.feature-secondary .btn-soft {
  background-color: rgba(108, 117, 125, 0.0509803922) !important;
  border: 1px solid rgba(108, 117, 125, 0.05) !important;
  color: #6c757d !important;
  box-shadow: 0 3px 5px rgba(108, 117, 125, 0.1019607843);
}

.features.feature-secondary .btn-soft.active, .features.feature-secondary .btn-soft.focus, .features.feature-secondary .btn-soft:active, .features.feature-secondary .btn-soft:focus, .features.feature-secondary .btn-soft:hover {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
}

.features.feature-secondary:hover .image:before {
  background: rgba(108, 117, 125, 0.1);
}

.features.feature-success .icon {
  background: rgba(46, 202, 139, 0.1);
}

.features.feature-success .image:before {
  background: linear-gradient(45deg, transparent, rgba(46, 202, 139, 0.1));
}

.features.feature-success .color, .features.feature-success .read-more, .features.feature-success.feature-clean .icons {
  color: #2eca8b !important;
}

.features.feature-success.feature-clean .icons i {
  background-color: rgba(46, 202, 139, 0.1019607843);
}

.features.feature-success.feature-clean .title:hover, .features.feature-success.feature-full-bg .icon-color {
  color: #2eca8b !important;
}

.features.feature-success.feature-full-bg:hover {
  background-color: #2eca8b !important;
}

.features.feature-success.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(46, 202, 139, 0.15));
  color: #2eca8b;
}

.features.feature-success.course-feature .full-img, .features.feature-success.explore-feature:hover .icons, .features.feature-success.explore-feature:hover .title {
  color: #2eca8b !important;
}

.features.feature-success .btn-soft {
  background-color: rgba(46, 202, 139, 0.0509803922) !important;
  border: 1px solid rgba(46, 202, 139, 0.05) !important;
  color: #2eca8b !important;
  box-shadow: 0 3px 5px rgba(46, 202, 139, 0.1019607843);
}

.features.feature-success .btn-soft.active, .features.feature-success .btn-soft.focus, .features.feature-success .btn-soft:active, .features.feature-success .btn-soft:focus, .features.feature-success .btn-soft:hover {
  background-color: #2eca8b !important;
  border-color: #2eca8b !important;
  color: #fff !important;
}

.features.feature-success:hover .image:before {
  background: rgba(46, 202, 139, 0.1);
}

.features.feature-info .icon {
  background: rgba(23, 162, 184, 0.1);
}

.features.feature-info .image:before {
  background: linear-gradient(45deg, transparent, rgba(23, 162, 184, 0.1));
}

.features.feature-info .color, .features.feature-info .read-more, .features.feature-info.feature-clean .icons {
  color: #17a2b8 !important;
}

.features.feature-info.feature-clean .icons i {
  background-color: rgba(45, 162, 147, 0.1019607843);
}

.features.feature-info.feature-clean .title:hover, .features.feature-info.feature-full-bg .icon-color {
  color: #17a2b8 !important;
}

.features.feature-info.feature-full-bg:hover {
  background-color: #17a2b8 !important;
}

.features.feature-info.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(23, 162, 184, 0.15));
  color: #17a2b8;
}

.features.feature-info.course-feature .full-img, .features.feature-info.explore-feature:hover .icons, .features.feature-info.explore-feature:hover .title {
  color: #17a2b8 !important;
}

.features.feature-info .btn-soft {
  background-color: rgba(23, 162, 184, 0.0509803922) !important;
  border: 1px solid rgba(23, 162, 184, 0.05) !important;
  color: #17a2b8 !important;
  box-shadow: 0 3px 5px rgba(23, 162, 184, 0.1019607843);
}

.features.feature-info .btn-soft.active, .features.feature-info .btn-soft.focus, .features.feature-info .btn-soft:active, .features.feature-info .btn-soft:focus, .features.feature-info .btn-soft:hover {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #fff !important;
}

.features.feature-info:hover .image:before {
  background: rgba(23, 162, 184, 0.1);
}

.features.feature-warning .icon {
  background: rgba(241, 116, 37, 0.1);
}

.features.feature-warning .image:before {
  background: linear-gradient(45deg, transparent, rgba(241, 116, 37, 0.1));
}

.features.feature-warning .color, .features.feature-warning .read-more, .features.feature-warning.feature-clean .icons {
  color: #f17425 !important;
}

.features.feature-warning.feature-clean .icons i {
  background-color: rgba(241, 116, 37, 0.1019607843);
}

.features.feature-warning.feature-clean .title:hover, .features.feature-warning.feature-full-bg .icon-color {
  color: #f17425 !important;
}

.features.feature-warning.feature-full-bg:hover {
  background-color: #f17425 !important;
}

.features.feature-warning.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(241, 116, 37, 0.15));
  color: #f17425;
}

.features.feature-warning.course-feature .full-img, .features.feature-warning.explore-feature:hover .icons, .features.feature-warning.explore-feature:hover .title {
  color: #f17425 !important;
}

.features.feature-warning .btn-soft {
  background-color: rgba(241, 116, 37, 0.0509803922) !important;
  border: 1px solid rgba(241, 116, 37, 0.05) !important;
  color: #f17425 !important;
  box-shadow: 0 3px 5px rgba(241, 116, 37, 0.1019607843);
}

.features.feature-warning .btn-soft.active, .features.feature-warning .btn-soft.focus, .features.feature-warning .btn-soft:active, .features.feature-warning .btn-soft:focus, .features.feature-warning .btn-soft:hover {
  background-color: #f17425 !important;
  border-color: #f17425 !important;
  color: #fff !important;
}

.features.feature-warning:hover .image:before {
  background: rgba(241, 116, 37, 0.1);
}

.features.feature-danger .icon {
  background: rgba(228, 63, 82, 0.1);
}

.features.feature-danger .image:before {
  background: linear-gradient(45deg, transparent, rgba(228, 63, 82, 0.1));
}

.features.feature-danger .color, .features.feature-danger .read-more, .features.feature-danger.feature-clean .icons {
  color: #e43f52 !important;
}

.features.feature-danger.feature-clean .icons i {
  background-color: rgba(228, 63, 82, 0.1019607843);
}

.features.feature-danger.feature-clean .title:hover, .features.feature-danger.feature-full-bg .icon-color {
  color: #e43f52 !important;
}

.features.feature-danger.feature-full-bg:hover {
  background-color: #e43f52 !important;
}

.features.feature-danger.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(228, 63, 82, 0.15));
  color: #e43f52;
}

.features.feature-danger.course-feature .full-img, .features.feature-danger.explore-feature:hover .icons, .features.feature-danger.explore-feature:hover .title {
  color: #e43f52 !important;
}

.features.feature-danger .btn-soft {
  background-color: rgba(228, 63, 82, 0.0509803922) !important;
  border: 1px solid rgba(228, 63, 82, 0.05) !important;
  color: #e43f52 !important;
  box-shadow: 0 3px 5px rgba(228, 63, 82, 0.1019607843);
}

.features.feature-danger .btn-soft.active, .features.feature-danger .btn-soft.focus, .features.feature-danger .btn-soft:active, .features.feature-danger .btn-soft:focus, .features.feature-danger .btn-soft:hover {
  background-color: #e43f52 !important;
  border-color: #e43f52 !important;
  color: #fff !important;
}

.features.feature-danger:hover .image:before {
  background: rgba(228, 63, 82, 0.1);
}

.features.feature-light .icon {
  background: rgba(248, 249, 250, 0.1);
}

.features.feature-light .image:before {
  background: linear-gradient(45deg, transparent, rgba(248, 249, 250, 0.1));
}

.features.feature-light .color, .features.feature-light .read-more, .features.feature-light.feature-clean .icons {
  color: #f8f9fa !important;
}

.features.feature-light.feature-clean .icons i {
  background-color: rgba(248, 249, 250, 0.1019607843);
}

.features.feature-light.feature-clean .title:hover, .features.feature-light.feature-full-bg .icon-color {
  color: #f8f9fa !important;
}

.features.feature-light.feature-full-bg:hover {
  background-color: #f8f9fa !important;
}

.features.feature-light.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(248, 249, 250, 0.15));
  color: #f8f9fa;
}

.features.feature-light.course-feature .full-img, .features.feature-light.explore-feature:hover .icons, .features.feature-light.explore-feature:hover .title {
  color: #f8f9fa !important;
}

.features.feature-light .btn-soft {
  background-color: rgba(248, 249, 250, 0.0509803922) !important;
  border: 1px solid rgba(248, 249, 250, 0.05) !important;
  color: #f8f9fa !important;
  box-shadow: 0 3px 5px rgba(248, 249, 250, 0.1019607843);
}

.features.feature-light .btn-soft.active, .features.feature-light .btn-soft.focus, .features.feature-light .btn-soft:active, .features.feature-light .btn-soft:focus, .features.feature-light .btn-soft:hover {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  color: #fff !important;
}

.features.feature-light:hover .image:before {
  background: rgba(248, 249, 250, 0.1);
}

.features.feature-dark .icon {
  background: rgba(33, 37, 41, 0.1);
}

.features.feature-dark .image:before {
  background: linear-gradient(45deg, transparent, rgba(33, 37, 41, 0.1));
}

.features.feature-dark .color, .features.feature-dark .read-more, .features.feature-dark.feature-clean .icons {
  color: #212529 !important;
}

.features.feature-dark.feature-clean .icons i {
  background-color: rgba(33, 37, 41, 0.1019607843);
}

.features.feature-dark.feature-clean .title:hover, .features.feature-dark.feature-full-bg .icon-color {
  color: #212529 !important;
}

.features.feature-dark.feature-full-bg:hover {
  background-color: #212529 !important;
}

.features.feature-dark.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(33, 37, 41, 0.15));
  color: #212529;
}

.features.feature-dark.course-feature .full-img, .features.feature-dark.explore-feature:hover .icons, .features.feature-dark.explore-feature:hover .title {
  color: #212529 !important;
}

.features.feature-dark .btn-soft {
  background-color: rgba(33, 37, 41, 0.0509803922) !important;
  border: 1px solid rgba(33, 37, 41, 0.05) !important;
  color: #212529 !important;
  box-shadow: 0 3px 5px rgba(33, 37, 41, 0.1019607843);
}

.features.feature-dark .btn-soft.active, .features.feature-dark .btn-soft.focus, .features.feature-dark .btn-soft:active, .features.feature-dark .btn-soft:focus, .features.feature-dark .btn-soft:hover {
  background-color: #212529 !important;
  border-color: #212529 !important;
  color: #fff !important;
}

.features.feature-dark:hover .image:before {
  background: rgba(33, 37, 41, 0.1);
}

.features.feature-footer .icon {
  background: rgba(32, 41, 66, 0.1);
}

.features.feature-footer .image:before {
  background: linear-gradient(45deg, transparent, rgba(32, 41, 66, 0.1));
}

.features.feature-footer .color, .features.feature-footer .read-more, .features.feature-footer.feature-clean .icons {
  color: #202942 !important;
}

.features.feature-footer.feature-clean .icons i {
  background-color: rgba(32, 41, 66, 0.1019607843);
}

.features.feature-footer.feature-clean .title:hover, .features.feature-footer.feature-full-bg .icon-color {
  color: #202942 !important;
}

.features.feature-footer.feature-full-bg:hover {
  background-color: #202942 !important;
}

.features.feature-footer.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(32, 41, 66, 0.15));
  color: #202942;
}

.features.feature-footer.course-feature .full-img, .features.feature-footer.explore-feature:hover .icons, .features.feature-footer.explore-feature:hover .title {
  color: #202942 !important;
}

.features.feature-footer .btn-soft {
  background-color: rgba(32, 41, 66, 0.0509803922) !important;
  border: 1px solid rgba(32, 41, 66, 0.05) !important;
  color: #202942 !important;
  box-shadow: 0 3px 5px rgba(32, 41, 66, 0.1019607843);
}

.features.feature-footer .btn-soft.active, .features.feature-footer .btn-soft.focus, .features.feature-footer .btn-soft:active, .features.feature-footer .btn-soft:focus, .features.feature-footer .btn-soft:hover {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #fff !important;
}

.features.feature-footer:hover .image:before {
  background: rgba(32, 41, 66, 0.1);
}

.features.feature-muted .icon {
  background: rgba(132, 146, 166, 0.1);
}

.features.feature-muted .image:before {
  background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.1));
}

.features.feature-muted .color, .features.feature-muted .read-more, .features.feature-muted.feature-clean .icons {
  color: #8492a6 !important;
}

.features.feature-muted.feature-clean .icons i {
  background-color: rgba(132, 146, 166, 0.1019607843);
}

.features.feature-muted.feature-clean .title:hover, .features.feature-muted.feature-full-bg .icon-color {
  color: #8492a6 !important;
}

.features.feature-muted.feature-full-bg:hover {
  background-color: #8492a6 !important;
}

.features.feature-muted.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.15));
  color: #8492a6;
}

.features.feature-muted.course-feature .full-img, .features.feature-muted.explore-feature:hover .icons, .features.feature-muted.explore-feature:hover .title {
  color: #8492a6 !important;
}

.features.feature-muted .btn-soft {
  background-color: rgba(132, 146, 166, 0.0509803922) !important;
  border: 1px solid rgba(132, 146, 166, 0.05) !important;
  color: #8492a6 !important;
  box-shadow: 0 3px 5px rgba(132, 146, 166, 0.1019607843);
}

.features.feature-muted .btn-soft.active, .features.feature-muted .btn-soft.focus, .features.feature-muted .btn-soft:active, .features.feature-muted .btn-soft:focus, .features.feature-muted .btn-soft:hover {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #fff !important;
}

.features.feature-muted:hover .image:before {
  background: rgba(132, 146, 166, 0.1);
}

.features .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  transform: rotate(33.75deg);
}

.features.feature-clean {
  background-color: #fff;
}

.features.feature-clean .icons i {
  height: 65px;
  width: 65px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.features .ride-image {
  transform: rotate(-45deg);
}

.features .ride-image img {
  border-radius: 100% 100% 100% 0;
}

.features.key-feature {
  transition: all 0.3s ease;
  box-shadow: 0px 0px 3px #ccc;
}

.features.key-feature:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.features:hover .image:before {
  animation: spinner-border 5s linear infinite !important;
}

.features.feature-full-bg {
  transition: all 0.5s ease;
}

.features.feature-full-bg .big-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.015;
  font-size: 180px;
}

.features.feature-full-bg:hover {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.1490196078);
  color: #fff !important;
}

.features.feature-full-bg:hover .icon-color i, .features.feature-full-bg:hover .para {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.features.feature-full-bg:hover .content, .features.feature-full-bg:hover .icon-color {
  z-index: 2;
}

.features.feature-full-bg:hover .big-icon {
  opacity: 0.05;
}

.features.feature-full-bg:hover .readmore {
  color: #fff !important;
}

.features.course-feature {
  transition: all 0.5s ease;
}

.features.course-feature .full-img {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: -2;
  transition: all 0.5s ease;
  font-size: 250px;
}

.features.course-feature:hover {
  transform: translateY(-10px);
}

.features.course-feature:hover .full-img {
  opacity: 0.05;
}

.features.explore-feature {
  transition: all 0.5s ease;
}

.features.explore-feature .icons {
  height: 80px;
  width: 80px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.features.explore-feature:hover {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.1490196078) !important;
}

.features .title, .key-feature .title {
  font-size: 18px !important;
}

.features .icon, .key-feature .icon {
  height: 45px;
  width: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded {
  border-radius: 6px !important;
}

.copy-box {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.pricing {
  transition: all 0.5s ease;
}

.business-rate:hover {
  transform: scale(1.03);
  z-index: 2;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #fff !important;
  transition: all 0.5s ease;
}

h4.title {
  font-size: 18px;
}

.badge {
  letter-spacing: 0.5px;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 11px;
}

.badge.badge-link:hover {
  color: #fff !important;
}

.bg-soft-primary {
  background: #3cb04b;
  border: 1px solid rgba(47, 85, 212, 0.05) !important;
  box-shadow: 0 3px 5px rgba(47, 85, 212, 0.1019607843);
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px !important;
  line-height: 1.4;
}

.para-desc {
  max-width: 600px;
}

.bg-half {
  padding: 130px 0 20px;
  background-size: cover !important;
  align-self: center;
  position: relative !important;
  background-position: center center;
}

.modern-app-round {
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(400px);
  pointer-events: none;
  z-index: -2;
  background-color: #e6fff5;
}

.modern-app-bg-shape:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to right, #fff 0, #3cb04b 100%);
  box-shadow: 0 0 40px rgba(45, 162, 147, 0.2);
  z-index: -1;
}

.section_port i {
  color: #3cb04b !important;
}

.features.feature-muted:hover .image:before {
  background: rgba(132, 146, 166, 0.1);
}

.features .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: -1;
  background: rgba(203, 203, 203, 0.18);
  width: 64px;
  height: 64px;
  border-radius: 6px;
  transform: rotate(33.75deg);
}

.features:hover .image:before {
  animation: spinner-border 5s linear infinite !important;
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.phone_1 {
  width: 80%;
}

.text-theme {
  color: #3cb04b;
}

.mt-100 {
  margin-top: 100px;
}

.mover {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(5px);
  }
}
main {
  margin-top: 5rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #3cb04b;
  color: #272727;
}

a {
  text-decoration: none;
  color: black;
}

.copyright p a:hover {
  font-weight: bold;
  color: black;
}

input, textarea {
  border-radius: 0px;
  border: 1px solid rgba(203, 203, 203, 0.7137254902) !important;
}

input:focus, textarea:focus {
  outline: 0px !important;
  box-shadow: none !important;
  border: 1px solid #aaaaaa !important;
}

.aci-info-pointsList li {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.aci-info-pointsList li :last-child {
  margin-bottom: 0;
}
.aci-info-pointsList li h4 {
  font-size: 18px;
  margin-left: 10px;
}

.analytics-content-percent h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.funfactor1 {
  background-color: rgba(108, 133, 149, 0.0784313725);
  padding: 4rem 0;
  color: var(--font-white);
}

.section {
  width: 100%;
  padding: 4rem 0;
}

.section-heading-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.section-heading-wrapper h1 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.center {
  text-align: center;
}

.section-heading-wrapper.center span {
  margin: auto;
}

.fun-factor1-card {
  padding: 25px;
  background-color: var(--opacity-1);
  border-radius: 10px;
  height: 100%;
}

.whatget-right-card {
  width: 100%;
  position: relative;
  display: inline-block;
}
.whatget-right-card img {
  width: 40px;
  margin-bottom: 20px;
  filter: hue-rotate(52deg) grayscale(1);
}
.whatget-right-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.page-banner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3rem 0;
}
.page-banner-wrapper h3 {
  font-weight: 100;
}
.page-banner-wrapper ul {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.page-banner-wrapper ul li {
  list-style: none;
}
.page-banner-wrapper ul li:nth-child(1)::after {
  content: "|"; /* Unicode for right arrow (→) */
  color: #e4e4e4; /* Color of the arrow */
  font-size: 18px; /* Size of the arrow */
  margin-left: 0.3rem;
}

button {
  border: none;
}

h1 {
  font-size: 2em;
  position: relative;
}

h2 {
  margin-bottom: 30px;
}

.intro-h1::before {
  content: "";
  width: 68%;
  height: 10px;
  position: absolute;
  top: 0.75em;
  left: -5px;
  z-index: -1;
}

.variations-h1::before {
  content: "";
  width: 68%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0.2em;
  z-index: -1;
}

h2::before {
  content: "";
  display: block;
  width: 50%;
  height: 10px;
  position: absolute;
  top: 0.7em;
  left: 16px;
  z-index: -1;
}

h4::before {
  content: "";
  width: 50%;
  height: 6px;
  position: absolute;
  top: 0.7em;
  left: 0;
  z-index: -1;
}

.front-page {
  padding: 20px 0px 50px 0px;
}

.main {
  position: relative;
}

.navbar {
  background-color: white;
  z-index: 5;
  margin: 0 auto;
  padding: 1rem 0.5rem;
}
.navbar .navbar-brand {
  display: inline-block;
  width: 120px;
  margin-right: 30px;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar li .nav-link {
  display: inline-block;
  color: black;
  padding: 6px 20px !important;
  margin-right: 0px 16px;
  font-size: 18px;
}
.navbar li .nav-link:hover, .navbar li .active {
  font-weight: normal;
  color: rgba(20, 29, 34, 0.6);
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
  border: none;
  box-shadow: none;
  outline: none;
}

.right .nav-link-right {
  font-weight: bold;
  color: black;
  text-decoration: none;
  padding: 8px 22px;
  display: inline-block;
}
.right .nav-link-right:hover {
  cursor: pointer;
}

.btn-fill {
  text-decoration: none;
  color: #fff !important;
  background-color: #3cb04b;
  padding: 8px 22px;
  font-weight: normal;
  border: 1px solid #3cb04b;
  margin-right: 0.5rem;
  border-radius: 4px;
}

.btn-fill:hover {
  cursor: pointer;
  color: #fff;
  background-color: #2aa53a;
  border: 1px solid #3cb04b;
}

.btn-outline {
  padding: 8px 22px;
  text-decoration: none;
  color: black;
  border-radius: 4px;
  background-color: rgba(108, 133, 149, 0.0784313725);
  border: 1px solid rgba(108, 133, 149, 0.0784313725);
  font-weight: normal;
}

.btn-outline:hover {
  cursor: pointer;
  color: black;
  border: 1px solid #6c8595;
  background-color: rgba(108, 133, 149, 0.1215686275);
}

#wave {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  overflow-y: hidden;
  filter: grayscale(90%);
  position: absolute;
  z-index: -1;
}

.buttons a {
  display: inline-block;
}
.buttons .btn-fill {
  margin-right: 10px;
}

.contactus-card {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 25px;
  border-radius: 10px;
  background-color: var(--bs-gray-200);
  height: 100%;
  text-align: center;
}

.contactus-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 24px;
  background-color: #3cb04b;
  color: #272727;
  margin: auto;
}

.contactus-card h3 {
  font-size: 20px;
  margin: 15px 0px;
}

.functions {
  background-color: #070e20;
  padding: 4rem 0;
  text-align: center;
}
.functions h2 {
  color: #fff;
  margin: auto;
  font-weight: 500;
  display: block;
}
.functions p {
  color: #aaaaaa;
  line-height: 22px;
}
.functions .feat {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  align-items: center;
  margin: 4rem 0;
}
.functions .feat img {
  width: 60%;
}
.functions .feat .item .box {
  margin-bottom: 3rem;
}
.functions .feat .item .box span {
  padding: 2px 10px;
  border-radius: 100px;
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 3rem;
  letter-spacing: 0.5px;
  background-color: #6c8595;
  color: #fff;
}
.functions .feat .item .box h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-top: 0.4rem;
  font-weight: normal;
}
.functions .feat .item .box p {
  color: #aaaaaa;
  line-height: 22px;
}

.intro .intro-h1 {
  font-weight: 500;
}
.intro .intro-img {
  padding: 40px 0px;
}
.intro .intro-img img {
  width: 100%;
}
.intro .scroll img {
  width: 20px;
  margin-right: 10px;
}
.intro .scroll:hover span {
  font-weight: bold;
}

.clients {
  border-top: 1px solid rgba(203, 203, 203, 0.7137254902);
  border-bottom: 1px solid rgba(203, 203, 203, 0.7137254902);
}
.clients .client-logo {
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  justify-items: baseline;
  margin: 30px 0;
}
.clients .client-logo img {
  height: 25px;
  max-width: 25px;
}

.variations {
  padding: 100px 0px;
  border-bottom: 1px solid rgba(203, 203, 203, 0.7137254902);
}
.variations .first-variation {
  margin-bottom: 50px;
}
.variations .first-variation .img {
  margin-bottom: 20px;
}
.variations .first-variation .img img {
  width: 100%;
}
.variations .second-variation .img {
  position: relative;
  margin-top: 40px;
}
.variations .second-variation .img img {
  width: 100%;
}
.variations .second-variation .img .square {
  position: absolute;
  left: -20%;
  bottom: 10%;
  width: 50px;
}
.variations .second-variation .img .square img {
  width: 100%;
}

.service {
  text-align: center;
  padding: 70px 0px;
}
.service .service-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 40px;
  margin-top: 40px;
}
.service .service-items .item span {
  font-weight: bold;
  display: block;
}
.service .service-items .item img {
  height: 50px;
}
.service .service-items .item .counter {
  font-weight: 900;
  font-size: 2em;
  color: #3cb04b;
  padding: 20px 0px 10px 0px;
}
.service .item:hover {
  transform: scale(1.1);
}

.update-news {
  padding: 40px 40px;
  background-color: #3cb04b;
  color: #fff;
  border-radius: 0px 0px 0px 0px;
}
.update-news .news-form {
  position: relative;
}
.update-news .news-form input {
  width: 100%;
  padding: 15px 25px;
}
.update-news .news-form .buttons {
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
}
.update-news .news-form .buttons a.btn-fill {
  color: #3cb04b !important;
}
.update-news .news-form .buttons a.btn-outline {
  color: #fff !important;
  border: 1px solid #fff;
}

.team {
  margin-bottom: 80px;
}
.team .team-person .person {
  margin-bottom: 50px;
}
.team .team-person .person img {
  max-width: 300px;
}
.team .team-person .person span {
  display: block;
}
.team .team-person .person .name {
  font-weight: 900;
  font-size: 1.2em;
  margin-top: 30px;
}

.post-meta {
  margin: 20px 0px;
}
.post-meta span {
  margin-right: 20px;
  white-space: nowrap;
}

.post-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 0px 80px 0px 80px;
}
.post-img img {
  width: 100%;
}

.single-post .share {
  margin: 30px 0px;
  padding: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.single-post .share a {
  text-decoration: none;
  display: inline-block;
  width: 160px;
  margin-top: 0;
  white-space: nowrap;
  font-size: 0.8em;
  border: 2px solid #3cb04b;
  text-align: center;
  padding: 5px 0px;
}
.single-post .share a:hover {
  color: black;
  font-weight: 900;
}
.single-post .navigation {
  display: flex;
  justify-content: space-between;
}
.single-post .navigation a {
  color: #aaaaaa;
  text-decoration: none;
}
.single-post .navigation a:hover {
  cursor: pointer;
  color: black;
}
.single-post #commentForm, .single-post #contactForm {
  padding: 30px 0px;
}
.single-post #commentForm button, .single-post #contactForm button {
  margin-top: 0;
}

.quote {
  position: relative;
  padding: 30px 0px;
  margin: 40px 0px;
  border: 1px solid rgba(203, 203, 203, 0.7137254902);
  border-left: 0px;
  border-right: 0px;
}
.quote .blockquote {
  font-size: 2em;
  width: 85%;
}
.quote .blockquote::after {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 900;
  content: "</>";
  color: #3cb04b;
  font-size: 3em;
  z-index: -1;
}
.quote .blockquote-footer {
  font-size: 1.1em;
}

ul.list-in-text {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.list-in-text li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.list-in-text li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c8";
  color: #3cb04b;
  padding-right: 10px;
  font-size: 0.8em;
}

.contact-page #contactForm input, .contact-page #contactForm textarea {
  border-radius: 0px !important;
}

.all-posts .post-item {
  margin-bottom: 100px;
  position: relative;
}
.all-posts .post-item .post-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.all-posts .post-item .post-img img {
  height: 100%;
}
.all-posts .post-item .post-main-info {
  position: relative;
}
.all-posts .post-item .post-main-info .post-meta {
  font-size: 0.9em;
  padding: 10px 0px;
  color: gray;
}
.all-posts .post-item .post-main-info .post-meta span {
  white-space: nowrap;
}
.all-posts .post-item .post-main-info a {
  display: inline-block;
  margin-top: 10px;
}

.pagination {
  margin-top: 30px;
}
.pagination li a {
  color: black;
}
.pagination li a:hover {
  color: black;
}
.pagination li .active {
  background-color: #aaaaaa;
  color: white;
  border-color: #aaaaaa;
}
.pagination li .a:focus {
  outline: none;
}
.pagination .page-link:focus {
  box-shadow: none !important;
}

.sidebar .input-group {
  position: relative;
}
.sidebar .input-group .form-outline {
  width: 100%;
}
.sidebar .input-group .form-outline #search-input {
  border-radius: 0px;
}
.sidebar .input-group #search-button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
}
.sidebar .input-group #search-button:hover {
  color: #3cb04b;
}
.sidebar .recent-posts {
  position: relative;
}
.sidebar .recent-posts .post-item {
  margin-bottom: 50px;
}
.sidebar .recent-posts .post-item .post-title {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: black;
  font-size: 1.2em;
  font-weight: 600;
}
.sidebar .recent-posts .post-item .post-title::before {
  content: "";
  width: 60%;
  height: 5px;
  background-color: #3cb04b;
  position: absolute;
  top: 0.9em;
  left: 0;
  z-index: -1;
  display: none;
}
.sidebar .recent-posts .post-item .post-title:hover::before {
  display: block;
}
.sidebar .recent-posts .post-item .post-meta {
  font-size: 0.8em;
}
.sidebar .recent-posts .post-item .post-meta span {
  white-space: nowrap;
}
.sidebar .recent-posts .post-item .post-content {
  font-size: 0.9em;
}
.sidebar .popular {
  position: relative;
}
.sidebar .popular .card {
  border-radius: 0px;
  margin-bottom: 10px;
  border: none;
}
.sidebar .popular .card-img-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}
.sidebar .popular .card-img-overlay .text-overlay {
  color: black;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.sidebar .popular .card-img-overlay .card-text {
  font-size: 0.8em;
}
.sidebar .popular .card-img-overlay .article-meta {
  padding: 5px 0;
}
.sidebar .popular .card-img-overlay .article-meta span {
  white-space: nowrap;
  padding-right: 10px;
}
.sidebar .popular .card-img-overlay .card-button:hover {
  background-color: white;
  color: black;
}
.sidebar .popular .card-img-overlay .btn-popular {
  background-color: #3cb04b;
  border: 1px solid #3cb04b;
  padding: 5px 20px;
  margin-top: 20px;
  font-weight: 600;
}
.sidebar .popular .card-img-overlay .btn-popular:hover {
  background-color: white;
  border: 1px solid #3cb04b;
}

.features-icon {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #3cb04b;
  margin: auto auto 1.5rem auto;
}

.features-card {
  background: #f7f7f7;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 1.8rem 1.5rem;
  text-align: center;
  height: 100%;
}

.features-body {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
.features-body h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--black);
}

.features .feat-box {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  margin-top: 3rem;
  grid-gap: 10px;
}
.features .feat-box .item {
  padding: 2.2rem 1.2rem;
}
.features .feat-box .item p {
  color: #fff;
  text-align: start;
  font-size: 1rem;
}
.features .feat-box .item div img {
  width: 35px;
  height: 35px;
}
.features .feat-box .item div img h3 {
  font-size: 1.4rem;
  color: #fff;
}

footer {
  border-top: 1px solid rgba(203, 203, 203, 0.7137254902);
}
footer .footer-wrap {
  border-bottom: 1px solid rgba(203, 203, 203, 0.7137254902);
  padding: 100px 0px;
  margin-bottom: 30px;
}
footer .footer-wrap h6 {
  padding: 20px 0px;
  font-weight: 900;
}
footer .footer-wrap .about img {
  width: 120px;
}
footer .footer-wrap .social-media img {
  width: 40px;
  filter: hue-rotate(50deg) brightness(0.7);
}
footer .footer-wrap .social-media a img:hover {
  transform: scale(1.1);
}
footer .footer-wrap .company a:hover, footer .footer-wrap .useful-links a:hover {
  color: black;
  font-weight: 600;
}
footer .footer-wrap .company p, footer .footer-wrap .useful-links p {
  margin-bottom: 0.3em;
}
footer .footer-wrap .newsletter #subscribe label {
  font-weight: bold;
}
footer .footer-wrap .newsletter #subscribe input {
  display: block;
  width: 100%;
  background-image: url("../img/icon/email-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  padding: 10px 10px 10px 40px;
  margin: 15px 0px;
}
footer .footer-wrap .newsletter #subscribe button {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .functions {
    background-color: #070e20;
    padding: 4rem 0;
    text-align: center;
  }
  .functions h2 {
    color: #fff;
    margin: auto;
    font-weight: 500;
    display: block;
  }
  .functions p {
    color: #aaaaaa;
    line-height: 22px;
  }
  .functions .feat {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    margin: 4rem 0;
  }
  .functions .feat img {
    width: 60%;
  }
  .functions .feat .item .box {
    margin-bottom: 3rem;
  }
  .functions .feat .item .box span {
    padding: 2px 10px;
    border-radius: 100px;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 3rem;
    letter-spacing: 0.5px;
    background-color: #6c8595;
    color: #fff;
  }
  .functions .feat .item .box h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 0.4rem;
    font-weight: normal;
  }
  .functions .feat .item .box p {
    color: #aaaaaa;
    line-height: 22px;
  }
  .features .feat-box {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 3rem;
    grid-gap: 10px;
  }
  .features .feat-box .item {
    padding: 2.2rem 1.2rem;
  }
  .features .feat-box .item p {
    color: #fff;
    text-align: start;
    font-size: 1rem;
  }
  .features .feat-box .item div img {
    width: 35px;
    height: 35px;
  }
  .features .feat-box .item div img h3 {
    font-size: 1.4rem;
    color: #fff;
  }
  .navbar-nav {
    margin: 2rem 0;
  }
  .navbar li .nav-link {
    display: inline-block;
    color: black;
    padding: 6px 0px !important;
    margin-right: 0px 16px;
    font-size: 18px;
  }
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .dropdown-menu li.dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .page-banner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 0;
    align-items: center;
  }
  .page-banner-wrapper h3 {
    font-weight: 100;
  }
  .page-banner-wrapper ul {
    display: flex;
    -moz-column-gap: 5px;
         column-gap: 5px;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .page-banner-wrapper ul li {
    list-style: none;
  }
  .page-banner-wrapper ul li:nth-child(1)::after {
    content: "|"; /* Unicode for right arrow (→) */
    color: #e4e4e4; /* Color of the arrow */
    font-size: 18px; /* Size of the arrow */
    margin-left: 0.3rem;
  }
  .functions {
    background-color: #070e20;
    padding: 4rem 0;
    text-align: center;
  }
  .functions h2 {
    color: #fff;
    margin: auto;
    font-weight: 500;
    display: block;
  }
  .functions p {
    color: #aaaaaa;
    line-height: 22px;
  }
  .functions .feat {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    margin: 4rem 0;
  }
  .functions .feat img {
    width: 60%;
  }
  .functions .feat .item .box {
    margin-bottom: 3rem;
  }
  .functions .feat .item .box span {
    padding: 2px 10px;
    border-radius: 100px;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 3rem;
    letter-spacing: 0.5px;
    background-color: #6c8595;
    color: #fff;
  }
  .functions .feat .item .box h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 0.4rem;
    font-weight: normal;
  }
  .functions .feat .item .box p {
    color: #aaaaaa;
    line-height: 22px;
  }
  .intro {
    margin-top: 8rem;
  }
  .intro .scroll {
    display: none;
  }
  .clients {
    border-top: 1px solid rgba(203, 203, 203, 0.7137254902);
    border-bottom: 1px solid rgba(203, 203, 203, 0.7137254902);
  }
  .clients .client-logo {
    display: grid;
    gap: 12px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    grid-template-columns: 22% 22% 22% 22%;
    justify-items: baseline;
    margin: 15px 0;
  }
  .clients .client-logo img {
    height: 25px;
    max-width: 25px;
  }
  .clients .client-logo p {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .intro {
    display: flex;
    position: relative;
    align-content: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 9rem 0 3rem;
  }
  .intro .intro-img {
    width: 55%;
    padding: 0;
  }
  .intro .intro-text {
    width: 45%;
  }
  .intro .scroll {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
  .first-variation, .second-variation {
    display: flex;
    gap: 50px;
  }
  .first-variation .text, .second-variation .text {
    width: 60%;
  }
  .first-variation .img, .second-variation .img {
    width: 60%;
  }
  .team .team-person {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
  }
  .team .team-person .person {
    margin-bottom: 50px;
  }
  .team .team-person .person .photo img {
    width: 100%;
  }
  .team .team-person .person span {
    display: block;
  }
  .team .team-person .person .name {
    font-weight: 900;
    font-size: 1.2em;
    margin-top: 30px;
  }
  .single-post .share a {
    width: 100px;
  }
  footer {
    text-align: left !important;
  }
  footer .footer-wrap {
    justify-content: space-between;
    display: flex;
    gap: 30px;
  }
  footer .footer-wrap .about {
    width: 40%;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3em;
  }
  .service {
    padding: 80px 0px 120px;
  }
  .service .service-items .item img {
    height: 80px;
    filter: hue-rotate(45deg);
  }
  .service .service-items .item .counter {
    font-size: 3em;
  }
  .update-news {
    position: relative;
    margin-bottom: -100px;
  }
  .update-news .news-form {
    position: absolute;
    top: 50%;
    right: 0;
    width: 29%;
    transform: translateY(-50%);
  }
  .single-post .share a {
    width: 130px;
  }
  .all-posts .post-item {
    position: relative;
    display: flex;
  }
  .all-posts .post-item .post-img {
    min-width: 300px;
    height: 300px;
    overflow: hidden;
    margin-right: 20px;
  }
  .all-posts .post-item .post-main-info .post-title {
    padding: 0px 0px 10px;
  }
  .all-posts .post-item .post-main-info .main-button {
    position: absolute;
    bottom: 0;
    margin: 0px;
    padding: 5px 15px;
  }
  .all-posts .post-item .post-main-info a {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .intro .intro-img {
    width: 65%;
  }
  .intro .intro-text {
    width: 35%;
  }
  .variations {
    padding: 150px 0px;
  }
  .first-variation .text, .second-variation .text {
    width: 45%;
  }
  .first-variation .img, .second-variation .img {
    width: 55%;
  }
  .single-post .share a {
    width: 150px;
  }
  footer .footer-wrap .about {
    width: 20%;
  }
}/*# sourceMappingURL=main.css.map */