@charset "UTF-8";
@import 'css/bootstrap.min.css';
@import 'css/classy-nav.min.css';
@import 'css/lineicons.min.css';
.purple {
  background-color: purple !important;
}

.red {
  background-color: red !important;
}

.off-white {
  background-color: #F8F8FF;
}

.bg-primary {
  background-color: #58BB3C !important;
}

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #263238;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #78909c;
  font-size: 1rem;
  overflow-x: hidden;
}

a {
  text-decoration: underline;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  outline: none;
  color: #58BB3C;
}
a:hover, a:active {
  color: #263238;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #263238;
  font-weight: 600;
}

p {
  color: #78909c;
  font-size: 1rem;
}

ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  list-style: none;
}

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

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

.ml-0 {
  margin-left: 0;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

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

.section-padding-130-65 {
  padding-top: 130px;
  padding-bottom: 65px;
}

.section-padding-130-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-padding-130-45 {
  padding-top: 130px;
  padding-bottom: 45px;
}

.section-padding-65-0 {
  padding-top: 65px;
  padding-bottom: 0;
}

.section-padding-0-4975 {
  padding-top: 0;
  padding-bottom: 49.75px;
}

.section-padding-65-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section-padding-130 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-padding-130-v2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section-padding-65-1675 {
  padding-top: 65px;
  padding-bottom: 16.75px;
}

.section-padding-325-325 {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}

.section-padding-325-325-v2 {
  padding-bottom: 32.5px;
}

.section-padding-130-0 {
  padding-top: 130px;
  padding-bottom: 0;
}

.section-padding-0-130 {
  padding-top: 0;
  padding-bottom: 130px;
}

.section-padding-130-80 {
  padding-top: 130px;
  padding-bottom: 80px;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
.section-heading h6 {
  border-radius: 6px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border: 0 !important;
}
.section-heading h3 {
  margin-bottom: 1rem;
  font-size: 2.75rem;
  letter-spacing: -1px;
}
.section-heading h3 span {
  color: #58BB3C;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .section-heading h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-heading h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .section-heading h3 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .section-heading h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width:575px) {
  .section-heading h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .section-heading h3 {
    font-size: 1.875rem;
  }
}
.section-heading p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-heading p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .section-heading p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .section-heading p {
    font-size: 1rem;
  }
}
@media only screen and (max-width:575px) {
  .section-heading p {
    font-size: 1rem;
  }
}
.section-heading .line {
  width: 120px;
  height: 5px;
  margin: 30px auto 0;
  border-radius: 6px;
  background: #58BB3C;
}
.section-heading.white h3 {
  color: #ffffff;
}
.section-heading.white .line {
  background-color: #ffffff;
}
.section-heading.white p {
  color: rgba(255, 255, 255, 0.6);
}

.no-margins {
  margin: 0px;
}

.container {
  max-width: 1140px;
}
@media only screen and (max-width:575px) {
  .container {
    max-width: 380px;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .container {
    max-width: 420px;
  }
}

.shortcode_area:nth-child(2n+1) {
  background-color: #faf5ff;
}

.btn {
  font-weight: 500;
  line-height: 1;
  padding: 1rem 1.5rem;
  border-radius: 0.375rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #161A1E;
  opacity: 0.8;
  z-index: -1;
}

.bg-black-overlay {
  position: relative;
  z-index: 1;
}
.bg-black-overlay::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #161A1E;
  opacity: 1;
  z-index: -1;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-image: url("img/bg-img/blog-bg.png");
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  text-align: center;
  padding-right: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  line-height: 26px;
  right: 0;
  border-radius: 50%;
}

.mfp-bg {
  z-index: 99999;
  background: #263238;
  opacity: 0.9;
}

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

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.h-100vh {
  height: 100vh !important;
}

.welcome-area.h-100vh {
  padding-top: 0;
}

.night-mode-wrapper {
  bottom: 30px;
  left: 30px;
  text-align: center;
  z-index: 9999999;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #161A1E;
}
.night-mode-wrapper .form-check {
  line-height: 1;
  min-height: auto;
}
.night-mode-wrapper .form-check-input[type=checkbox] {
  border-radius: 5rem;
}
.night-mode-wrapper .form-check-input {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  border: 0;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.night-mode-wrapper .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.night-mode-wrapper .form-check-input:checked[type=checkbox] {
  background-image: url("");
}
.night-mode-wrapper .night-icon {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.night-mode-wrapper .default-icon {
  color: #263238;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.night-mode-wrapper .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

[data-theme=dark] .night-mode-wrapper {
  background-color: #ffffff;
}
[data-theme=dark] .night-mode-wrapper .night-icon {
  display: none;
}
[data-theme=dark] .night-mode-wrapper .default-icon {
  display: block;
}

.modal-backdrop {
  z-index: 100000 !important;
}

.modal {
  z-index: 100001 !important;
}

.btn-action {
  background-color: #58BB3C;
  border: none;
  color: #ffffff;
  outline: none;
}
.btn-action:hover, .btn-action:focus {
  background-color: #58BB3C;
  color: #ffffff;
}

/* Preloader CSS */
#preloader {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #ffffff;
}

.vu-load {
  -webkit-animation: apland-load 1500ms linear infinite;
          animation: apland-load 1500ms linear infinite;
  background-color: transparent;
  border-color: #58BB3C;
  border-top-color: #f8f8f8;
  border-left-color: #f8f8f8;
  border-right-color: #f8f8f8;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9;
}

@-webkit-keyframes apland-load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes apland-load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#scrollUp {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #26a69a;
  border-radius: 0.25rem;
  bottom: 30px;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
          box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  right: 30px;
  text-align: center;
  width: 30px;
}
#scrollUp i {
  line-height: 30px;
}
#scrollUp:hover {
  background-color: #00695c;
}

/* Header CSS */
.header-area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999 !important;
  background-color: #161A1E;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.classy-nav-container {
  position: relative;
  background-color: #161A1E;
  width: 100%;
}
.classy-nav-container a:hover,
.classy-nav-container a:focus {
  color: #58BB3C;
}
.classy-nav-container .classy-navbar {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  height: 64px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .classy-nav-container .classy-navbar {
    height: 64px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .classy-nav-container .classy-navbar {
    height: 60px;
  }
}
@media only screen and (max-width:575px) {
  .classy-nav-container .classy-navbar {
    height: 60px;
  }
}
.classy-nav-container .classy-navbar .classynav > ul > li > a {
  font-weight: 500;
}
.classy-nav-container .classy-navbar .classynav > ul > li > ul > li > a {
  font-weight: 400;
}
.classy-nav-container .classy-navbar .classynav ul li a {
  color: #263238;
  padding: 32px 15px;
  height: auto;
  line-height: 1;
  font-size: 15px;
  text-transform: capitalize;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    padding: 12px 16px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    padding: 12px 16px;
  }
}
@media only screen and (max-width:575px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    padding: 12px 16px;
  }
}
.classy-nav-container .classy-navbar .classynav ul li .megamenu {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1rem 3rem rgba(4, 255, 0, 0.05);
          box-shadow: 0 1rem 3rem rgba(4, 255, 0, 0.05);
  border-radius: 6px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .classy-nav-container .classy-navbar .classynav ul li .megamenu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .classy-nav-container .classy-navbar .classynav ul li .megamenu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
  }
}
@media only screen and (max-width:575px) {
  .classy-nav-container .classy-navbar .classynav ul li .megamenu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
  }
}
.classy-nav-container .classy-navbar .classynav ul li .megamenu a {
  padding: 15px;
  text-transform: capitalize;
  color: #78909c;
}
.classy-nav-container .classy-navbar .classynav ul li .megamenu a:hover, .classy-nav-container .classy-navbar .classynav ul li .megamenu a:focus {
  color: #58BB3C;
}
.classy-nav-container .classy-navbar .classynav ul li .dropdown {
  width: 260px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1rem 3rem rgba(4, 255, 0, 0.05);
          box-shadow: 0 1rem 3rem rgba(4, 255, 0, 0.05);
  border-radius: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .classy-nav-container .classy-navbar .classynav ul li .dropdown {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .classy-nav-container .classy-navbar .classynav ul li .dropdown {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
  }
}
@media only screen and (max-width:575px) {
  .classy-nav-container .classy-navbar .classynav ul li .dropdown {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
  }
}
.classy-nav-container .classy-navbar .classynav ul li .dropdown a {
  padding: 12px 30px;
  text-transform: capitalize;
  border-bottom: 0;
  color: #78909c;
}
.classy-nav-container .classy-navbar .classynav ul li .dropdown a:hover, .classy-nav-container .classy-navbar .classynav ul li .dropdown a:focus {
  color: #58BB3C;
}
.classy-nav-container .classy-navbar .classynav ul li.current-page-item > a {
  color: #58BB3C;
}
.classy-nav-container .classy-navbar .classynav ul li:hover > a {
  color: #58BB3C;
}

.breakpoint-on .classy-navbar .classy-menu {
  background-color: #ffffff !important;
}

.classynav ul li .megamenu .single-mega .title {
  margin-bottom: 0.75rem;
}

.classynav ul li.has-down > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #263238;
}

.login-btn-area .btn {
  color: #ffffff;
}
.login-btn-area .btn:hover, .login-btn-area .btn:focus {
  color: #ffffff;
}

.classynav ul li.megamenu-item > a:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.breakpoint-off .classynav ul li .dropdown {
  border-radius: 6px;
  width: 200px;
}

.breakpoint-on .classynav ul li ul li a {
  padding: 0 25px;
}

.breakpoint-on .classynav ul li.has-down.active > .dd-trigger,
.breakpoint-on .classynav ul li.megamenu-item.active > .dd-trigger {
  background-color: #58BB3C;
}

.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3,
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4,
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5 {
  background-color: #ffffff;
}

.breakpoint-on .dd-trigger {
  top: 4px;
  right: 16px;
}

.classy-navbar-toggler {
  line-height: 1;
}

.classy-navbar-toggler .navbarToggler span {
  background-color: #78909c;
  width: 24px;
}
@media only screen and (max-width:575px) {
  .classy-navbar-toggler .navbarToggler span {
    padding-right: 24px;
  }
}

.breakpoint-on .classy-navbar .classy-menu {
  left: -370px;
  background-color: #faf5ff;
  -webkit-box-shadow: 0 1rem 3rem rgba(4, 255, 0, 0.05) !important;
          box-shadow: 0 1rem 3rem rgba(4, 255, 0, 0.05) !important;
}

.breakpoint-on .classynav > ul > li > a {
  background-color: transparent;
  border-bottom: 0;
}

.header-sticky {
  position: fixed;
  -webkit-box-shadow: 0 1rem 3rem rgba(4, 255, 0, 0.05);
          box-shadow: 0 1rem 3rem rgba(4, 255, 0, 0.05);
  z-index: 9999 !important;
  background-color: #ffffff;
}
.header-sticky .classy-navbar {
  height: 64px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-sticky .classy-navbar {
    height: 64px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-sticky .classy-navbar {
    height: 64px;
  }
}
@media only screen and (max-width:575px) {
  .header-sticky .classy-navbar {
    height: 64px;
  }
}

/* White Nav CSS green ->    off-black -> #161A1E */
.header-area.white-nav .nav-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 600;
}
.header-area.white-nav .nav-brand span {
  color: #58BB3C;
}
.header-area.white-nav.header-sticky {
  background-color: #161A1E;
}
.header-area.white-nav .classy-nav-container a {
  color: #ffffff;
}
.header-area.white-nav .classy-nav-container a:hover, .header-area.white-nav .classy-nav-container a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.header-area.white-nav .classynav ul li a {
  color: #ffffff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area.white-nav .classynav ul li a {
    color: #263238;
  }
  .header-area.white-nav .classynav ul li a:hover, .header-area.white-nav .classynav ul li a:focus {
    color: #58BB3C;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-area.white-nav .classynav ul li a {
    color: #263238;
  }
  .header-area.white-nav .classynav ul li a:hover, .header-area.white-nav .classynav ul li a:focus {
    color: #58BB3C;
  }
}
@media only screen and (max-width:575px) {
  .header-area.white-nav .classynav ul li a {
    color: #263238;
  }
  .header-area.white-nav .classynav ul li a:hover, .header-area.white-nav .classynav ul li a:focus {
    color: #58BB3C;
  }
}
.header-area.white-nav .classynav ul li:hover > a,
.header-area.white-nav .classynav ul li.current-page-item > a {
  color: #58BB3C;
}
.header-area.white-nav .classynav ul li ul li a {
  color: #263238;
}
.header-area.white-nav .classynav ul li ul li a:hover, .header-area.white-nav .classynav ul li ul li a:focus {
  color: #58BB3C;
}
.header-area.white-nav .classynav ul li.has-down > a::after,
.header-area.white-nav .classynav ul li.megamenu-item > a::after {
  color: #ffffff;
}
.header-area.white-nav .login-btn-area .btn {
  color: #ffffff;
}
.header-area.white-nav .login-btn-area .btn:hover, .header-area.white-nav .login-btn-area .btn:focus {
  color: #ffffff;
}
.header-area.white-nav .classy-navbar-toggler .navbarToggler span {
  background-color: #ffffff;
}

/* Blog CSS */
.single-post-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.single-post-area img {
  width: 100%;
  border-radius: 0.5rem;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}
.single-post-area .post-content {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: rgba(7, 10, 87, 0.7);
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width:575px) {
  .single-post-area .post-content {
    padding: 1rem !important;
  }
}
.single-post-area .post-content .post-meta a {
  color: #ffffff;
  line-height: 1;
  font-size: 13px;
}
.single-post-area .post-content .post-meta a:hover, .single-post-area .post-content .post-meta a:focus {
  color: #58BB3C;
}
.single-post-area .post-content .post-meta span {
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
}
.single-post-area .post-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: 600;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-post-area .post-content h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-post-area .post-content h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width:575px) {
  .single-post-area .post-content h3 {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .single-post-area .post-content h3 {
    font-size: 1.25rem;
  }
}
.single-post-area:hover img, .single-post-area:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-blog-post {
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
}
.single-blog-post .post-thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  width: 100%;
}
.single-blog-post .post-thumbnail a {
  display: block;
}
.single-blog-post .post-date {
  font-size: 14px;
  text-transform: capitalize;
  color: #58BB3C;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.single-blog-post .post-title {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  font-size: 2.5rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 2rem;
  color: #263238;
  font-weight: 600;
  letter-spacing: -1px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-post .post-title {
    font-size: 36px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-blog-post .post-title {
    font-size: 30px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-blog-post .post-title {
    font-size: 30px;
  }
}
@media only screen and (max-width:575px) {
  .single-blog-post .post-title {
    font-size: 24px;
  }
}
.single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
  color: #58BB3C;
}
.single-blog-post .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.single-blog-post .post-meta a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #78909c;
  display: inline-block;
  margin-right: 30px;
}
.single-blog-post .post-meta a:last-child {
  margin-right: 0;
}
.single-blog-post .post-meta a:last-child::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
.single-blog-post .post-meta a:hover, .single-blog-post .post-meta a:focus {
  color: #58BB3C;
}
.single-blog-post p {
  margin-bottom: 2rem;
  line-height: 2;
}
@media only screen and (max-width:575px) {
  .single-blog-post p {
    font-size: 14px;
  }
}
.single-blog-post h2 {
  margin-bottom: 2rem;
}

.comment-area {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.comment-area h2 {
  margin-bottom: 30px;
  font-size: 30px;
  display: block;
}
@media only screen and (max-width:575px) {
  .comment-area h2 {
    font-size: 24px;
  }
}
.comment-area .comment-content {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.comment-area .comment-content .comment-author {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  height: 48px;
}
@media only screen and (max-width:575px) {
  .comment-area .comment-content .comment-author {
    margin-right: 10px;
  }
}
.comment-area .comment-content .comment-author img {
  border-radius: 50%;
}
.comment-area .comment-content .comment-meta .post-date {
  color: #78909c;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.comment-area .comment-content .comment-meta h5 {
  margin-bottom: 5px;
}
@media only screen and (max-width:575px) {
  .comment-area .comment-content .comment-meta h5 {
    font-size: 16px;
  }
}
.comment-area .comment-content .comment-meta p {
  color: #263238;
  font-size: 14px;
}
.comment-area .comment-content .comment-meta a.like,
.comment-area .comment-content .comment-meta a.reply {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  border-radius: 60px;
  color: #263238;
}
.comment-area .comment-content .comment-meta a.like:focus, .comment-area .comment-content .comment-meta a.like:hover,
.comment-area .comment-content .comment-meta a.reply:focus,
.comment-area .comment-content .comment-meta a.reply:hover {
  border-color: #58BB3C;
  background-color: #58BB3C;
  color: #ffffff;
}
.comment-area .children {
  margin-left: 50px;
}
@media only screen and (max-width:575px) {
  .comment-area .children {
    margin-left: 20px;
  }
}
.comment-area .children .single-comment-area:last-of-type {
  margin-bottom: 0;
}

.apland-blog-pagination {
  position: relative;
  z-index: 1;
}
.apland-blog-pagination .page-link {
  padding: 0.375rem 0.875rem;
  color: #263238;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0.25rem;
}
@media only screen and (max-width:575px) {
  .apland-blog-pagination .page-link {
    padding: 0.3rem 0.6rem;
    font-size: 14px;
  }
}
.apland-blog-pagination .page-link:hover, .apland-blog-pagination .page-link:focus {
  z-index: 2;
  color: #58BB3C;
  background-color: #faf5ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.apland-blog-pagination .page-item.active .page-link {
  color: #58BB3C;
  background-color: #faf5ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-widget-area {
  position: relative;
  z-index: 1;
}
.single-widget-area .widget-form {
  position: relative;
  z-index: 1;
}
.single-widget-area .widget-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  font-size: 13px;
  font-family: "Poppins";
  padding: 0 20px;
  border-radius: 6px;
}
.single-widget-area .widget-form input:focus {
  border-color: #58BB3C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-widget-area .widget-form button {
  position: absolute;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  width: 80px;
  height: 50px;
  background-color: #58BB3C;
  color: #ffffff;
  border: none;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
}
.single-widget-area .widget-form button:hover, .single-widget-area .widget-form button:focus {
  background-color: #263238;
  color: #ffffff;
}

.catagories-list {
  position: relative;
  z-index: 1;
}
.catagories-list li a {
  font-size: 1rem;
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
  color: #263238;
}
.catagories-list li a i {
  padding-right: 10px;
}
.catagories-list li a:hover, .catagories-list li a:focus {
  color: #58BB3C;
}
.catagories-list li:last-child a {
  margin-bottom: 0;
}

.popular-tags {
  position: relative;
  z-index: 1;
  margin-left: -4px;
}
.popular-tags li {
  display: inline-block;
}
.popular-tags li a {
  font-size: 14px;
}

.single-recent-post {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-recent-post:last-child {
  margin-bottom: 0;
}
.single-recent-post .post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 20px;
}
.single-recent-post .post-content .post-title {
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
  color: #263238;
}
.single-recent-post .post-content .post-title:hover, .single-recent-post .post-content .post-title:focus {
  color: #58BB3C;
}
.single-recent-post .post-content .post-date {
  font-size: 12px;
  text-transform: capitalize;
  color: #78909c;
}

.text-fix p {
  color: #000000;
}

.custom-blog-grid {
  padding: 20px 0;
  background-color: #f9f9f9;
}

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

.custom-blog-container {
  max-width: 2500px;
  margin: 0 auto;
  padding: 1%;
  margin-top: 50px;
}

.custom-blog-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-blog-card {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.custom-blog-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-blog-date {
  font-size: 0.85rem;
  color: #757575;
  margin-bottom: 10px;
}

.custom-blog-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.custom-blog-title:hover {
  color: #007bff;
}

.custom-blog-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.custom-blog-blurb {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 15px;
}

.custom-blog-btn {
  font-size: 0.9rem;
  color: #ffffff;
  background-color: #58bb3c;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
}

.custom-blog-btn:hover {
  background-color: #4b9736;
}

/* Hero CSS */
.subscribe-form {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin-top: 50px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .subscribe-form {
    width: 100%;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .subscribe-form {
    width: 100%;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .subscribe-form {
    width: 90%;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .subscribe-form {
    width: 90%;
  }
}
@media only screen and (max-width:575px) {
  .subscribe-form {
    width: 90%;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .subscribe-form {
    width: 90%;
  }
}
.subscribe-form .form-control {
  -webkit-box-shadow: 0 6px 50px 8px rgba(214, 214, 214, 0.25);
          box-shadow: 0 6px 50px 8px rgba(214, 214, 214, 0.25);
  width: 100%;
  height: 70px;
  border-radius: 80px;
  border: none;
  background-color: #ffffff;
  padding-left: 2rem;
}
@media only screen and (max-width:575px) {
  .subscribe-form .form-control {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .subscribe-form .form-control {
    padding: 0 1.5rem;
    font-size: 1rem;
  }
}
.subscribe-form .form-control:focus {
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
          box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.subscribe-form button {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  width: 160px;
  height: 60px;
  top: 5px;
  right: 5px;
  background-color: #FF9100;
  border: none;
  border-radius: 70px;
  border-left: 1px solid #ebebeb;
  font-size: 16px;
  color: #ffffff;
  outline: none;
}
@media only screen and (max-width:575px) {
  .subscribe-form button {
    width: 120px;
    font-size: 14px;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .subscribe-form button {
    width: 130px;
  }
}
.subscribe-form button:hover, .subscribe-form button:focus {
  background-color: #de7d00;
  color: #ffffff;
}
.subscribe-form span {
  font-size: 14px;
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (max-width:575px) {
  .subscribe-form span {
    font-size: 11px;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .subscribe-form span {
    font-size: 13px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .hero2-form {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .hero2-form {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .hero2-form {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .hero2-form {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:575px) {
  .hero2-form {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .hero2-form {
    margin-bottom: 10px;
  }
}

/* Footer CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #1b1b1b;
}

.col22 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: "column";
          flex-direction: "column";
}

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

.single-footer-widget {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-footer-widget .widget-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.single-footer-widget p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  display: block;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.single-footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.single-footer-widget .footer-menu li a:hover, .single-footer-widget .footer-menu li a:focus {
  color: #58BB3C;
}
.single-footer-widget .footer-menu li:last-child a {
  margin-bottom: 0;
}

.footer-newsletter .form-control {
  width: 100%;
  height: 50px;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footer-newsletter .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-bottom-area {
  position: relative;
  z-index: 1;
  background-color: #1b1b1b;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}
.footer-bottom-area .copyright-text p {
  font-size: smaller;
}
@media only screen and (max-width:575px) {
  .footer-bottom-area .copyright-text p {
    font-size: 14px;
  }
}
.footer-bottom-area .copyright-text a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media only screen and (max-width:575px) {
  .footer-bottom-area .copyright-text a {
    font-size: 14px;
  }
}
.footer-bottom-area .copyright-text a:hover, .footer-bottom-area .copyright-text a:focus {
  color: #58BB3C;
}

/* Breadcrumb CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
}
.breadcrumb-area .pt-30 {
  padding-top: 65px;
  margin-top: 65px;
}
.breadcrumb-area .breadcrumb-content {
  padding-top: 80px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .breadcrumb-area .breadcrumb-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .breadcrumb-area .breadcrumb-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .breadcrumb-area .breadcrumb-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width:575px) {
  .breadcrumb-area .breadcrumb-content {
    padding-top: 50px;
  }
}
.breadcrumb-area .breadcrumb-content h2 {
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: -1px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width:575px) {
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 2rem;
  }
}
.breadcrumb-area .breadcrumb-content p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content .breadcrumb-item a {
  color: #ffffff;
  font-weight: 500;
}
.breadcrumb-area .breadcrumb-content .breadcrumb-item.active {
  color: #58BB3C;
  font-weight: 500;
}
.breadcrumb-area .breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/* Content Wrapper CSS */
.content-wrapper-area {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  background-color: #faf5ff;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-wrapper-area .logo {
  text-align: center;
  width: 140px;
  height: 140px;
}
.content-wrapper-area .logo25 {
  text-align: center;
  width: 280px;
  height: auto;
}
.content-wrapper-area .main-content {
  position: relative;
  z-index: 1;
}
.content-wrapper-area .main-content h1 {
  margin-top: 4rem;
}
.content-wrapper-area .main-content h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 600;
  letter-spacing: -1px;
}
.content-wrapper-area .main-content p {
  margin-bottom: 1.2rem;
}
.content-wrapper-area .main-content ul li {
  list-style: circle;
  margin-left: 40px;
}

/* Hero Container
   ========================================================================== */
.container-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 1.25% 120px;
  /* SVG Image Styling */
  /* Hero Text Area */
  /* Responsive Image Containers */
  /* Utility Classes */
  /* Media Queries */
}
@media only screen and (max-width:575px) {
  .container-hero {
    padding-bottom: 65px;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-hero {
    padding-bottom: 65px;
  }
}
.container-hero object[type="image/svg+xml"] {
  width: 100%;
  min-width: 350px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 9rem;
}
.container-hero .box.hero2-text-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 0;
}
.container-hero .box.hero2-text-area h2 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 9rem;
  margin-bottom: clamp(1rem, 3vw, 1.25rem);
}
.container-hero .box.hero2-text-area h3 {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 250;
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}
.container-hero .box.hero2-text-area hr {
  width: clamp(20px, 4vw, 30px);
  color: #fff;
}
.container-hero .hero2-image-container.large-screen {
  display: block;
}
.container-hero .hero2-image-container.small-screen {
  display: none;
}
.container-hero .text-center {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .container-hero .box.hero2-text-area h2 {
    font-size: 4rem;
  }
  .container-hero .box.hero2-text-area h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .container-hero {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-bottom: 30px;
  }
  .container-hero object[type="image/svg+xml"] {
    margin-top: 1.25rem;
  }
  .container-hero .box.hero2-text-area h2 {
    font-size: 3.5rem;
  }
  .container-hero .box.hero2-text-area h3 {
    font-size: 1.35rem;
  }
  .container-hero .hero2-image-container.large-screen {
    display: none;
  }
  .container-hero .hero2-image-container.small-screen {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .container-hero h2, .container-hero h3 {
    text-align: center;
  }
  .container-hero .box.hero2-text-area {
    margin-top: 3rem;
  }
  .container-hero .box.hero2-text-area h2 {
    font-size: 3.5rem;
    margin-top: 5rem;
  }
  .container-hero .box.hero2-text-area h3 {
    font-size: 1.25rem;
  }
  .container-hero .hero2-image-container.small-screen {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 576px) {
  .container-hero .box.hero2-text-area h2 {
    font-size: 3rem;
    margin-top: 3rem;
  }
  .container-hero .box.hero2-text-area h3 {
    font-size: 1.25rem;
  }
  .container-hero .hero2-image-container.small-screen {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
.accordion * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "−";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  text-align: left;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, transparent, #161A1E, transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#161A1E), to(transparent)) 1;
     border-image: linear-gradient(to right, transparent, #161A1E, transparent) 1;
}

.accordion-item-body-content p {
  margin-bottom: 1rem; /* Adjust the value as needed */
}

.benefits {
  background-color: #F5F1E9;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  /* Safari-specific fix */
}
@media (max-width: 576px) {
  .benefits {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.benefits h2 {
  color: #01691D;
  margin: 0 auto;
  font-size: 4rem;
  margin-top: 6rem;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .benefits h2 {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .benefits h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .benefits h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .benefits h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 375px) {
  .benefits h2 {
    font-size: 2.5rem;
  }
}
.benefits .full-width-svg {
  width: 100%;
  padding: 4%;
}
@media (max-width: 576px) {
  .benefits .full-width-svg {
    margin-bottom: 100px;
  }
}
.benefits .full-width-svg img {
  width: 100%;
  height: auto;
  display: block;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .benefits .full-width-svg img {
      max-height: 100vh;
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}
.benefits .feature-box {
  padding: 20px;
  margin: 20px 0px;
  border: 0px solid #000000;
  border-radius: 8px;
  width: 48%;
  color: rgb(0, 0, 0);
  text-align: center;
}
@media (max-width: 1000px) {
  .benefits .feature-box {
    width: 96%;
  }
}
.benefits .feature-box .svg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-bottom: 20px;
}
.benefits .feature-box .svg-grid .svg-item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.benefits .feature-box .svg-grid .svg-item object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.benefits .feature-box .svg-grid .svg-item object:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.benefits h3 {
  margin-bottom: 15px;
  font-size: 2.25rem;
  color: #000000;
}
.benefits p {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-weight: 200;
  color: #000000;
}
.benefits img {
  max-width: 100%;
  height: auto;
}
.benefits .feature-content {
  margin-top: 0px;
}
.benefits .feature-icon object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .benefits .feature-box p {
    font-size: 1rem;
  }
}
.justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.container-benefits.logo-box {
  width: 40%;
  margin: 0 auto;
}
.container-benefits.second-row {
  width: 90%;
  margin: 0 auto;
}

.orange {
  background-color: orange;
}

.container-meet-uno {
  background-color: rgb(21, 25, 52);
}
.container-meet-uno .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66%;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .container-meet-uno .button-container {
    width: 100%;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-meet-uno .button-container {
    width: 100%;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width:575px) {
  .container-meet-uno .button-container {
    width: 100%;
    margin-bottom: 10%;
  }
}
.container-meet-uno .button-container button, .container-meet-uno .button-container a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FF9100;
  color: #ffffff;
  border: none;
  height: 60px;
  padding: 1rem 3rem;
  font-size: 16px;
  border-radius: 30px;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: normal; /* or font-weight: 400 */
  letter-spacing: normal;
  line-height: inherit;
}
.container-meet-uno .button-container button i, .container-meet-uno .button-container a.btn i {
  margin-right: 0.5rem;
  font-weight: 200;
}
.container-meet-uno .button-container button:hover, .container-meet-uno .button-container a.btn:hover {
  background: #de7d00;
  color: #ffffff;
  font-weight: 400;
}
.container-meet-uno ul {
  padding-right: 15%;
  list-style-type: disc; /* Bullet point styling */
  color: #ffffff; /* Match h3 text color */
  font-size: 1.3rem; /* Slightly smaller than h3 */
  line-height: 1.5; /* Match h3 line height */
  margin-bottom: 2.5rem; /* Add spacing below the list */
  font-weight: 250;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .container-meet-uno ul {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .container-meet-uno ul {
    font-size: 1.375rem;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .container-meet-uno ul {
    font-size: 1.375rem;
    padding-left: 12.5%;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-meet-uno ul {
    font-size: 1.25rem;
    padding-left: 12.5%;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width:575px) {
  .container-meet-uno ul {
    font-size: 1.125rem;
    margin-bottom: 3rem; /* Match h3 spacing adjustments */
    padding-left: 12.5%;
    padding-right: 12.5%;
    margin-bottom: 4rem;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-meet-uno ul {
    font-size: 1.125rem;
    margin-bottom: 12rem; /* Match h3 spacing adjustments */
    padding-left: 12.5%;
    padding-right: 12.5%;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .container-meet-uno ul {
    font-size: 1.125rem;
    padding-left: 12.5%;
    padding-right: 12.5%;
    margin-bottom: 2rem;
  }
}
.container-meet-uno ul li {
  margin-bottom: 0.5rem; /* Spacing between bullet points */
}
@media only screen and (max-width:575px) {
  .container-meet-uno ul li {
    font-size: 1.125rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-meet-uno ul li {
    font-size: 1.125rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .container-meet-uno ul li {
    font-size: 1.125rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-meet-uno .row .conditional-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width:575px) {
  .container-meet-uno .row .conditional-padding {
    padding-top: 5rem;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-meet-uno .row .conditional-padding {
    padding-top: 5rem;
  }
}
.container-meet-uno .row .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-meet-uno .row .col-lg-6 h2, .container-meet-uno .row .col-lg-6 h3, .container-meet-uno .row .col-lg-6 p {
  color: white;
  text-align: left;
  padding-right: 10%;
  margin-bottom: 2.5rem;
}
.container-meet-uno .row .col-lg-6 h2 {
  font-size: 4rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .container-meet-uno .row .col-lg-6 h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .container-meet-uno .row .col-lg-6 h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .container-meet-uno .row .col-lg-6 h2 {
    padding-top: 4rem;
    font-size: 4rem;
    padding-left: 10%;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-meet-uno .row .col-lg-6 h2 {
    padding-top: 4rem;
    font-size: 4rem;
    padding-left: 10%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width:575px) {
  .container-meet-uno .row .col-lg-6 h2 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    padding-left: 10%;
    margin-bottom: 0rem;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-meet-uno .row .col-lg-6 h2 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    padding-left: 10%;
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .container-meet-uno .row .col-lg-6 h2 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    padding-left: 10%;
    margin-bottom: 0rem;
  }
}
.container-meet-uno .row .col-lg-6 h3 {
  line-height: 1.5;
  font-weight: 300;
  max-width: 50rem;
  text-align: "center";
  margin-bottom: 1.5rem;
  color: #ffffff; /* added this line to change the color */
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .container-meet-uno .row .col-lg-6 h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .container-meet-uno .row .col-lg-6 h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .container-meet-uno .row .col-lg-6 h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding-left: 10%;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-meet-uno .row .col-lg-6 h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    max-width: 100%;
    padding-left: 10%;
  }
}
@media only screen and (max-width:575px) {
  .container-meet-uno .row .col-lg-6 h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    max-width: 100%;
    font-weight: 350;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-left: 10%;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-meet-uno .row .col-lg-6 h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    max-width: 100%;
    font-weight: 350;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-meet-uno .row .col-lg-6 .highlight {
  color: #58BB3C;
}
.container-meet-uno .row .col-lg-6 .img-wrapper {
  position: relative;
}
.container-meet-uno .row .col-lg-6 .img-wrapper img {
  width: auto; /* Or specify a percentage or max-width for responsiveness */
  height: auto; /* Automatically adjusts the height based on the aspect ratio */
  max-height: 100%; /* Ensures the image doesn't exceed the container height */
  -o-object-fit: contain;
     object-fit: contain; /* Ensures the entire image is visible without distortion */
}
.container-meet-uno .row .col-lg-6 .img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(21, 25, 52)), color-stop(30%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgb(21, 25, 52)), color-stop(15%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, from(rgb(21, 25, 52)), color-stop(30%, rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(to right, rgb(21, 25, 52), rgba(0, 0, 0, 0) 30%), linear-gradient(to bottom, rgb(21, 25, 52), rgba(0, 0, 0, 0) 15%), linear-gradient(to left, rgb(21, 25, 52), rgba(0, 0, 0, 0) 30%) !important;
}
@media (max-width: 992px) {
  .container-meet-uno .row .col-lg-6 .img-wrapper::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(21, 25, 52)), color-stop(30%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgb(21, 25, 52), rgba(0, 0, 0, 0) 30%);
  }
}

.container-widget {
  background-color: #1a1c19;
  padding: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  position: relative;
  overflow: hidden;
}
.container-widget .circle-zoom {
  position: absolute;
  width: 350px;
  height: 350px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  top: -300px;
  z-index: 0;
  left: -100px;
  -webkit-animation: circle-zoom linear 8s infinite;
          animation: circle-zoom linear 8s infinite;
}
@-webkit-keyframes circle-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes circle-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    background-color: rgba(255, 255, 255, 0);
  }
}
.container-widget .vaultuno-bg-shape img {
  position: absolute;
  width: 100%;
  top: -1px;
  right: 0;
  z-index: 0;
}
.container-widget .mb-40 {
  margin-bottom: 40px !important;
}
.container-widget .green {
  color: #58BB3D !important;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-widget .dissapearing {
    display: none;
  }
}
@media only screen and (max-width:575px) {
  .container-widget .dissapearing {
    display: none;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-widget .dissapearing {
    display: none;
  }
}
.container-widget .italic {
  font-style: italic !important;
}
.container-widget .input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.container-widget .input-container .input-box {
  width: 100%;
  max-width: 1000px;
  padding: 15px;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  background-color: #404340;
  color: #ffffff;
  outline: none;
}
.container-widget h2 {
  font-size: 4rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .container-widget h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .container-widget h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .container-widget h2 {
    padding-top: 4rem;
    font-size: 4rem;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-widget h2 {
    padding-top: 4rem;
    font-size: 4rem;
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width:575px) {
  .container-widget h2 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-widget h2 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .container-widget h2 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
  }
}
.container-widget h3 {
  line-height: 1.5;
  font-weight: 300;
  max-width: 1200px;
  margin-bottom: 1.5rem;
  margin: 0 auto;
  color: #ffffff; /* added this line to change the color */
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .container-widget h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .container-widget h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .container-widget h3 {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-widget h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    max-width: 100%;
  }
}
@media only screen and (max-width:575px) {
  .container-widget h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    max-width: 100%;
    font-weight: 350;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-widget h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    max-width: 100%;
    font-weight: 350;
    margin-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-widget .white {
  color: #ffffff;
}
.container-widget .centered {
  text-align: center;
  margin-bottom: 24px;
}
.container-widget .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 60%;
  margin: 0px auto 10px auto;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .container-widget .cards-container {
    width: 60%;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .container-widget .cards-container {
    width: 60%;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .container-widget .cards-container {
    width: 80%;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-widget .cards-container {
    width: 90%;
  }
}
@media only screen and (max-width:575px) {
  .container-widget .cards-container {
    width: 95%;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-widget .cards-container {
    width: 95%;
  }
}
.container-widget .cards-container .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 576px) {
  .container-widget .cards-container .card-wrapper {
    width: calc(50% - 20px); /* Two cards per row on medium screens */
  }
}
@media (min-width: 992px) {
  .container-widget .cards-container .card-wrapper {
    width: calc(33.33% - 20px); /* Three cards per row on large screens */
  }
}
.container-widget .cards-container .card-wrapper .card {
  background-color: #3d822a;
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  max-width: 350px;
  width: 100%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.container-widget .cards-container .card-wrapper .card:hover {
  background-color: #347024;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.container-widget .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.container-widget .button-container .btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 60px;
  background-color: #3d822a;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.container-widget .button-container .btn:hover {
  background-color: #347024;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .container-widget .button-container {
    margin-top: 0px;
  }
}
@media only screen and (max-width:575px) {
  .container-widget .button-container {
    margin-top: 0px;
  }
}
@media only screen and (width: 575px) and (height: 926px) {
  .container-widget .button-container {
    margin-top: 0px;
  }
}

/* Hero CSS */
.widget-form {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-bottom: 1rem;
  width: 100%;
  margin: 0 !important;
}
.widget-form .form-control {
  width: 100%;
  height: 70px;
  border-radius: 30px;
  border: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #404340;
  padding-left: 1.5rem;
  padding-right: 170px;
  color: white;
  resize: none;
  overflow-y: hidden;
  min-height: 70px;
}
.widget-form .form-control::-webkit-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-size: 16px;
}
.widget-form .form-control::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-size: 16px;
}
.widget-form .form-control:-ms-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-size: 16px;
}
.widget-form .form-control::-ms-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-size: 16px;
}
.widget-form .form-control::placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-size: 16px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .widget-form .form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  .widget-form .form-control::-moz-placeholder {
    font-size: 16px;
  }
  .widget-form .form-control:-ms-input-placeholder {
    font-size: 16px;
  }
  .widget-form .form-control::-ms-input-placeholder {
    font-size: 16px;
  }
  .widget-form .form-control::placeholder {
    font-size: 16px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .widget-form .form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  .widget-form .form-control::-moz-placeholder {
    font-size: 16px;
  }
  .widget-form .form-control:-ms-input-placeholder {
    font-size: 16px;
  }
  .widget-form .form-control::-ms-input-placeholder {
    font-size: 16px;
  }
  .widget-form .form-control::placeholder {
    font-size: 16px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .widget-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .widget-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width:575px) {
  .widget-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .widget-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .widget-form .form-control::placeholder {
    font-size: 14px;
  }
}
.widget-form button {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  width: 160px;
  height: 60px;
  top: 5px;
  right: 5px;
  background-color: #FF9100;
  border: none;
  border-radius: 70px;
  font-size: 16px;
  color: #404340;
  outline: none;
}
@media only screen and (max-width:575px) {
  .widget-form button {
    width: 120px;
    font-size: 14px;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .widget-form button {
    width: 130px;
  }
}
.widget-form button:hover, .widget-form button:focus {
  background-color: #de7d00;
}
.widget-form span {
  font-size: 14px;
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (max-width:575px) {
  .widget-form span {
    font-size: 11px;
  }
}
@media only screen and (min-width:480px) and (max-width:575px) {
  .widget-form span {
    font-size: 13px;
  }
}

.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-overlay .popup-content {
  background-color: #fff;
  color: #000;
  max-width: 400px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  text-align: left;
}
.popup-overlay .popup-content button.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #000;
}
.popup-overlay .popup-content button.close-button:hover {
  color: #666;
}
.popup-overlay .popup-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-overlay .popup-content form input[type=text],
.popup-overlay .popup-content form input[type=email] {
  margin-top: 5px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.popup-overlay .popup-content form input[type=submit] {
  margin-top: 20px;
  padding: 10px;
  background-color: #FF9100;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.popup-overlay .popup-content form input[type=submit]:hover {
  background-color: #de7d00;
}

.checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-container input[type=checkbox] {
  margin-right: 8px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
.checkbox-container label {
  font-size: 0.9rem;
  cursor: pointer;
}
.checkbox-container label a {
  color: #FF9100;
  text-decoration: underline;
}
.checkbox-container label a:hover {
  color: #de7d00;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.shake {
  -webkit-animation: shake 0.3s ease;
          animation: shake 0.3s ease;
}