@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #ffc164;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #0c834b;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

a,
span {
  transition: all 0.3s ease 0s;
}

.custum-input {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  border: 0;
  border-bottom: 4px solid #0c834b !important;
  color: #0c834b;
  min-height: 60px;
}

::-webkit-input-placeholder {
  color: #ffc164 !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #ffc164;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #ffffff;
  background-color: #ffc164;
  border-color: transparent;
  opacity: 0.5;
}

.dropdown-toggle:hover, .dropdown-toggle:first-child:active {
  background-color: #0c834b;
}
.dropdown-toggle.show {
  background-color: #0c834b;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #ffc164;
}

.nav-link:focus-visible,
.nav-link:focus {
  box-shadow: none;
  outline: none;
}

html {
  font-size: 1rem;
}

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

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-black {
  font-weight: 900;
}

.theme-bg-primary {
  background-color: #ffc164;
}

.theme-bg-secondary {
  background-color: #0c834b;
}

.theme-bg-accent-one {
  background-color: #cfe7e5;
}

.theme-bg-accent-two {
  background-color: #969696;
}

.theme-bg-accent-three {
  background-color: #f5f5f5;
}

.yellow-color {
  color: #e8b723;
}

.theme-bg-gradient {
  background: linear-gradient(-180deg, #ffc164 0%, #0c834b 100%);
}

.theme-bg-new {
  background: #00b2d2;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #ffc164;
}

.theme-text-secondary {
  color: #0c834b;
}

.theme-text-accent-one {
  color: #cfe7e5;
}

.theme-text-accent-two {
  color: #969696;
}

.theme-text-accent-three {
  color: #f5f5f5;
}

.body-text-dark {
  color: #000000;
}

.body-bg {
  background-color: #000000;
}

.gray-dark {
  color: #575757;
}

.theme-box-shadow {
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(12, 131, 75, 0.1);
}

.custom-btn-primary {
  background-color: #ffc164;
  color: #ffffff;
  width: 140px;
  min-height: 44px;
  border: 0;
  border-radius: 0.5rem;
}
.custom-btn-primary:hover {
  background-color: #0c834b;
}

.custom-btn-secondary {
  background-color: #0c834b;
  color: #ffffff;
  width: 140px;
  min-height: 44px;
  border: 0;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.custom-btn-secondary:hover {
  background-color: #ffc164;
}

.custom-link {
  background-color: #969696;
  color: #ffc164;
  min-width: 120px;
  min-height: 40px;
}
.custom-link:hover {
  background-color: transparent;
  color: #0c834b;
  border: 2px solid #ffc164;
}

.theme-border-radius {
  border-radius: 0.5rem;
}

.theme-border {
  border: 1px solid #ffc164;
}

.custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-effect {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center !important;
  align-items: center;
  padding: 12px 15px !important;
  transition: all 0.2s ease;
  color: #ffffff !important;
}
.button-effect .eft-cir {
  width: 16px;
  height: 34px;
  position: absolute;
  z-index: 0;
  transition: all 0.2s;
  background-color: #cfe7e5;
}
.button-effect .one {
  left: 0px;
  top: 8px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
.button-effect .two {
  right: 0px;
  top: 8px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}
.button-effect:hover .one {
  left: 90%;
}
.button-effect:hover .two {
  right: 90%;
}

.grow-box {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  width: 100%;
}
.grow-box:hover {
  transform: scale(1.1);
}

.max {
  max-width: 650px;
  margin: auto;
}

.lh-2 {
  line-height: 2;
}

.padd-5 {
  padding: 5rem 0 5rem 0;
}

.text-justify {
  text-align: justify;
}

.letter-space {
  letter-spacing: 5px;
}

.start-free-btn {
  border-radius: 0.5rem;
  background-color: #000000;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  padding: 12px 15px;
  min-width: 290px;
}
.start-free-btn:hover {
  background-color: #0c834b;
}

.start-free-btn2 {
  border-radius: 100px;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  padding: 12px 15px;
  min-width: 290px;
}
.start-free-btn2:hover {
  color: #0c834b;
}

.set-bg {
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
}

.accordion-item {
  border: 0px;
  background: transparent;
  margin-bottom: 1rem;
}
.accordion-item .accordion-button {
  border: 2px solid #f5f5f5;
  border-radius: 0.5rem;
  padding: 1.5rem;
  font-weight: bold;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
}
.accordion-item .accordion-button:focus {
  border-color: #0c834b;
  box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0.5rem;
}

.accordion-body {
  background-color: #000000;
  border-radius: 0.5rem;
  font-weight: bold;
  padding: 2.5rem 1.5rem;
}

.arrow-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-circle::after {
  content: "\f4e2";
  font-family: "bootstrap-icons";
  color: #ffffff;
}

.cardeffect {
  transition: all 500ms ease-in-out;
}
.cardeffect:hover {
  transform: translateY(-10px);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.divider {
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 0.5rem;
  background-color: #ffc164;
  margin-top: 1rem;
}

blockquote {
  padding-left: 80px;
  position: relative;
  margin: 5rem 0;
  color: #000000;
  font-size: 2rem;
  line-height: 3rem;
  font-style: italic;
  font-weight: 600;
}
blockquote::before {
  content: "\f6b0";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "bootstrap-icons";
  color: #ffc164;
  font-size: 4rem;
  line-height: 1;
  font-style: normal;
}

@media (min-width: 992px) {
  .menunav {
    padding: 0;
  }
  .menunav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: end;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .menunav ul {
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .menunav ul li {
    position: relative;
  }
  .menunav ul li:last-child a {
    color: #ffffff;
    background: #0c834b;
    border-radius: 0.5rem;
    padding: 1rem 2.5rem;
    font-size: 1.5rem;
  }
  .menunav ul li:last-child a:hover {
    background-color: #000000;
  }
  .menunav ul li:hover {
    color: #ffffff;
  }
  .menunav ul li:hover a, .menunav ul li:hover:active, .menunav ul li:hover:focus {
    color: #ffffff;
  }
  .menunav a, .menunav:focus {
    color: #ffffff;
    padding: 18px 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
  }
  .menunav a i, .menunav:focus i {
    font-size: 0.75rem;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .menunav .active {
    color: #ffc164;
  }
  .menunav .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0.5rem;
    z-index: 99;
  }
  .menunav .dropdown ul li {
    min-width: 200px;
  }
  .menunav .dropdown ul li a {
    padding: 10px 20px;
    font-size: 0.875rem;
    text-transform: none;
    color: #000000;
  }
  .menunav .dropdown ul li a:hover {
    color: #ffc164;
  }
  .menunav .dropdown ul li a i {
    font-size: 0.75rem;
  }
  .menunav .dropdown ul li:hover > a {
    color: #ffc164;
  }
  .menunav .dropdown ul.active:hover {
    color: #ffc164;
  }
  .menunav .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .menunav .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .menunav .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  .mobile-menu-toggle {
    color: #ffffff;
    font-size: 3rem;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .menunav {
    padding: 0;
    z-index: 9997;
  }
  .menunav ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #0c834b;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  }
  .menunav a, .menunav:focus {
    color: #000000;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .menunav a:hover, .menunav a.active, .menunav:focus:hover, .menunav:focus.active {
    color: #ffc164;
  }
  .menunav a:hover:focus, .menunav a.active:focus, .menunav:focus:hover:focus, .menunav:focus.active:focus {
    color: #ffc164;
  }
  .menunav a i, .menunav:focus i {
    font-size: 0.75rem;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(255, 193, 100, 0.5);
  }
  .menunav a i:hover, .menunav:focus i:hover {
    background-color: #ffc164;
    color: #000000;
  }
  .menunav .active i {
    background-color: #ffc164;
    color: #000000;
  }
  .menunav .active i:focus i {
    background-color: #ffc164;
    color: #000000;
    transform: rotate(180deg);
  }
  .menunav .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #cfe7e5;
    transition: all 0.5s ease-in-out;
  }
  .menunav .dropdown ul ul {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menunav .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .smooth {
    height: 100%;
  }
  .mobile-nav-active .mobile-menu-toggle {
    color: #ffffff;
    position: absolute;
    font-size: 2rem;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .menunav {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .menunav > ul {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.header-type2 {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header-type2 .menunav a.active {
  color: #ffffff;
}
@media (max-width: 992px) {
  .header-type2 .menunav a.active {
    color: #ffc164;
  }
}
.header-type2 .menunav a,
.header-type2 .menunav:focus {
  color: #0c834b;
}
@media (max-width: 992px) {
  .header-type2 .menunav a,
  .header-type2 .menunav:focus {
    color: #000000;
  }
}
@media (max-width: 992px) {
  .header-type2 .mobile-menu-toggle {
    color: #000000;
  }
}

.hero2 {
  position: relative;
  background-color: #ffc164;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 5rem 0 0rem 0;
  text-align: center;
  background: url(../images/section/banner-bg.jpg);
  min-height: 80vh;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hero2 {
    min-height: 50vh;
  }
}
.hero2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
}

.why-box {
  padding: 2rem;
  min-height: 200px;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  padding-top: 0;
}
.why-box:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: rgba(12, 131, 75, 0.25);
  display: block;
  position: absolute;
  top: 30%;
  left: 42%;
  border-radius: 50%;
}
.why-box .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.content {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.content li {
  line-height: 2rem;
  padding-left: 2rem;
  position: relative;
}
.content li::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #ffc164;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 10px;
}

.footer-type3 {
  position: relative;
  background: #f5f5f5;
  padding: 2rem 0;
  z-index: 1;
  border-top: 1px solid #969696;
}
.footer-type3 p {
  text-align: justify;
}
.footer-type3 a {
  color: #000000;
  margin-top: 0.5rem;
}
.footer-type3 a:hover {
  color: #969696;
}

.fixed-bottom-btn {
  position: fixed;
  height: auto;
  line-height: 3rem;
  z-index: 50;
  bottom: 0rem;
  padding: 0px;
  margin: 0px;
  padding: 0rem;
  width: 100%;
}

.strip-bottom {
  background-color: #0c834b;
}
.strip-bottom .call-pic {
  position: absolute;
  top: 20px;
  left: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3px;
  margin-top: 2px;
}
@media screen and (max-width: 575px) {
  .feature-list {
    flex-direction: column;
  }
}
.feature-list li {
  color: #ffffff;
  width: 25%;
  text-align: start;
  font-size: 1.25rem;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 4px 0px;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .feature-list li {
    text-align: center;
  }
}
.feature-list span svg {
  width: 50px !important;
  height: 50px !important;
  margin-right: 0.5rem;
}
@media screen and (max-width: 575px) {
  .feature-list span svg {
    margin-right: 0rem;
  }
}
.feature-list span svg path {
  fill: #ffffff;
}

.btn-top-call {
  background-color: #0c834b;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  width: 70%;
  margin: auto;
}
.btn-top-call .fs-small {
  font-size: 12px;
}
@media screen and (max-width: 575px) {
  .btn-top-call {
    font-size: 1.3rem;
  }
}
.btn-top-call:hover {
  background-color: #000000;
  color: #ffffff;
}

.call-pic {
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  background: #0c834b;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call-pic:hover {
  background-color: #000000;
}

.agn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.agn i {
  margin-right: 0.5rem;
}

.mob-sec {
  background-color: #ffffff;
}
.mob-sec .feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3px;
  margin-top: 2px;
}
@media screen and (max-width: 575px) {
  .mob-sec .feature-list {
    flex-direction: row;
  }
}
.mob-sec .feature-list li {
  color: #000000;
  width: 50%;
  text-align: start;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 4px 0px;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .mob-sec .feature-list li {
    text-align: center;
  }
}
.mob-sec .feature-list span svg {
  width: 50px !important;
  height: 50px !important;
  margin-right: 1rem;
}
@media screen and (max-width: 575px) {
  .mob-sec .feature-list span svg {
    margin-right: 0rem;
  }
}
.mob-sec .feature-list span svg path {
  fill: #000000;
}

ul.link li a {
  color: #017aeb;
  margin-right: 1rem;
}
ul.link li:last-child a {
  margin-right: 0;
}/*# sourceMappingURL=main.css.map */