a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
  overflow-y: overlay; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 7px; }

::-webkit-scrollbar:horizontal {
  height: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a; }

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5); }

.container-fluid {
  padding: 0 80px; }

.bg-primary div,
.bg-primary p {
  color: #ffffffb3; }

ul {
  padding-inline-start: 0;
  list-style: none; }

.fixed-position {
  position: fixed;
  width: 100%; }

@media (max-width: 991.98px) {
  html,
  body {
    font-size: 16px !important; }

  .container-fluid {
    padding: 0 24px; } }
.card {
  border: 1px solid #e6e6e6;
  margin-bottom: 12px; }
  .card .card-header {
    background-color: #22B368;
    padding: 24px; }
    .card .card-header .btn-link {
      width: 100%;
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      padding: 0;
      cursor: pointer; }
      .card .card-header .btn-link:hover, .card .card-header .btn-link:focus {
        text-decoration: none; }
    .card .card-header .plus-icon {
      font-size: 14px;
      transition: all 0.4s ease; }
    .card .card-header .icon-wrap {
      width: 32px;
      height: 32px;
      background-color: #E6E6E6;
      border-radius: 50%;
      margin-left: auto;
      transition: all 0.2s ease; }
      .card .card-header .icon-wrap i {
        color: #8A8A8A;
        font-size: 12px;
        font-weight: 600; }
    .card .card-header [aria-expanded="true"] .plus-icon {
      transform: rotate(45deg); }
  .card .card-body {
    padding: 24px;
    margin-top: 16px;
    font-size: 18px; }
    .card .card-body .secondary-heading {
      color: #2a2a2a;
      font-size: 20px;
      font-weight: 700; }
    .card .card-body li {
      margin-bottom: 12px; }
    .card .card-body .icon {
      color: #22B368;
      font-size: 14px;
      margin-right: 12px; }
  .card button[aria-expanded="true"] .icon-wrap {
    transform: rotate(45deg); }

@media (max-width: 991.98px) {
  .card {
    padding: 20px 16px; }
    .card .card-header {
      text-align: left; }
      .card .card-header-title {
        line-height: 1.3;
        width: 85%; }
      .card .card-header .btn-link {
        text-align: left; } }
.title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
  z-index: 2; }

.title-bottom {
  color: #eee;
  text-transform: uppercase; }

.secondary-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff; }

.section-short-title {
  color: #0E150E;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 8px; }

.section-title {
  color: #0E150E;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
  position: relative;
  margin-bottom: 32px; }
  .section-title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #22B368;
    left: 0;
    bottom: -12px; }

.section--title {
  text-align: center; }
  .section--title:after {
    left: 0;
    right: 0;
    margin: auto; }

.short-title {
  color: #fff;
  font-size: 16px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 8px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px; }

  .section-title {
    font-size: 20px; }
    .section-title:after {
      width: 50px; }

  .title-bottom {
    font-size: 18px; } }
.logo {
  width: auto;
  height: 70px; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #555;
  font-weight: 600;
  padding: 6px 24px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #22B368;
    position: relative; }

.header .navbar-expand-lg .navbar-nav .sub-menu .nav-link {
  color: #000; }

.top_header .navbar-expand-lg .navbar-nav .nav-link {
  color: #2a2a2a; }
  .top_header .navbar-expand-lg .navbar-nav .nav-link:hover, .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #22B368;
    position: relative; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .top_header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 3px;
      background-color: #22B368;
      left: 20px;
      bottom: 0; }

.navbar-toggler:focus {
  outline: 0; }

.dropdown-toggle::after {
  display: none !important; }

.icon {
  font-size: 12px;
  margin-left: 8px; }

.header .sub-menu {
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 4px solid #22B368;
  list-style: none;
  position: absolute;
  background: #FAFDFF;
  padding: 0;
  left: 20px;
  z-index: 5;
  min-width: 250px;
  top: 57px; }
  .header .sub-menu .nav-link {
    padding: 16px 8px !important; }
    .header .sub-menu .nav-link:after {
      width: 100% !important;
      left: 0 !important; }

.dropdown .icon {
  display: inline-block;
  transform: rotate(270deg);
  transition: all 0.4s ease; }

.dropdown.show .icon {
  transform: rotate(90deg); }

@media (max-width: 991.98px) {
  .header {
    /* hamburger menu */ }
    .header .navbar .navbar-toggler-icon {
      width: auto;
      height: auto; }
    .header .navbar .navbar-nav .nav-link {
      color: #fffc;
      font-size: 1rem;
      padding: 12px 40px;
      text-transform: uppercase;
      font-weight: 500; }
      .header .navbar .navbar-nav .nav-link.active {
        color: #fff !important; }
    .header .navbar .navbar-nav .dropdown.show .dropdown-toggle {
      color: #fff; }
    .header .navbar .navbar-nav .sub-menu {
      border-top: 5px solid #a7a7a7; }
      .header .navbar .navbar-nav .sub-menu .nav-link {
        color: #787878;
        padding: 16px 24px;
        text-align: right; }
        .header .navbar .navbar-nav .sub-menu .nav-link.active {
          color: #22B368 !important; }
    .header .navbar .navbar-collapse {
      display: block;
      position: fixed;
      background-color: #22B368;
      top: 0;
      right: -320px;
      bottom: 0;
      text-align: right;
      width: 310px;
      z-index: 100;
      transition: 0.4s cubic-bezier(1, 0, 0, 1);
      height: auto !important;
      padding: 130px 32px 40px 32px; }
      .header .navbar .navbar-collapse.show {
        right: 0; }
    .header .navbar .details {
      padding-right: 40px; }
      .header .navbar .details .company-name {
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 12px; }
      .header .navbar .details .call-us {
        margin-bottom: 12px; }
      .header .navbar .details .social-link {
        font-size: 24px;
        margin-left: 8px; }
    .header .wrapper-menu {
      width: 30px;
      height: 25px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
      transition: transform 330ms ease-out; }
    .header .wrapper-menu.open {
      transform: rotate(-45deg); }
    .header .line-menu {
      background-color: #22B368;
      border-radius: 5px;
      width: 100%;
      height: 3px; }
    .header .line-menu.half {
      width: 50%; }
    .header .line-menu.start {
      transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
      transform-origin: right; }
    .header .open .line-menu.start {
      transform: rotate(-90deg) translateX(3px); }
    .header .line-menu.end {
      align-self: flex-end;
      transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
      transform-origin: left; }
    .header .open .line-menu.end {
      transform: rotate(-90deg) translateX(-3px); }
    .header .wrapper-menu:hover .line-menu.half {
      width: 100%;
      transition: all 0.2s ease-out; }
    .header .wrapper-menu.open:hover .line-menu.half {
      width: 50%;
      transition: all 0.2s ease-out; }
    .header .top_header .line-menu {
      background-color: #22B368; }

  .header .navbar-expand-lg .navbar-nav .nav-link:hover,
  .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #fff; } }
.form-group {
  margin-bottom: 24px; }
  .form-group .form-control {
    background-color: #EFF0F2;
    border-color: transparent;
    padding: 12px 16px; }

.form-head {
  background-color: #22B368;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 24px 40px;
  margin-bottom: 0;
  text-transform: uppercase; }

label {
  color: #333;
  font-weight: 500;
  text-transform: uppercase; }

.form-details {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 40px; }

.msg-box {
  min-height: 100px; }

.visit-title {
  padding-top: 100px; }

textarea.form-control {
  resize: none; }

.icon-wrap {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  margin-right: 8px; }
  .icon-wrap .icon {
    margin-left: 0;
    font-size: 14px; }

.address {
  width: 90%;
  font-weight: 600; }

.contact-details {
  font-weight: 500; }
  .contact-details .icon,
  .contact-details .email-icon {
    color: #22B368; }
  .contact-details .email-icon {
    font-size: 14px; }

@media (max-width: 991.98px) {
  .form-details {
    padding: 24px; }

  .form-head {
    font-size: 20px;
    padding: 16px 32px; } }
.btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 0 !important; }

.custom-link {
  color: #22B368;
  display: inline-flex;
  align-items: center;
  font-weight: 700; }
  .custom-link:hover {
    color: #22B368;
    text-decoration: none; }
  .custom-link-line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #22B368;
    margin-right: 8px;
    transition: all 0.3s ease; }

.custom-link:hover .custom-link-line {
  width: 40px; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px; }

  .custom-link {
    margin-bottom: 16px; } }
.header {
  padding: 8px 0;
  top: 0;
  width: 100%;
  z-index: 1; }
  .header .navbar {
    padding: 0; }
    .header .navbar .navbar-toggler {
      padding: 0; }
      .header .navbar .navbar-toggler-icon {
        color: #fff;
        height: auto; }

.h-call {
  display: flex;
  margin-left: 16px; }
  .h-call .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #22B368;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
    transition: all 0.3s ease; }
  .h-call-text {
    color: #000;
    font-size: 14px; }
  .h-call-number {
    color: #000;
    font-size: 16px; }
  .h-call:hover {
    text-decoration: none; }
    .h-call:hover .icon-wrap {
      box-shadow: 0 0 6px 6px #c197545c; }

.header .logo-black {
  display: none; }

.top_header .logo-white {
  display: none; }
.top_header .logo-black {
  display: block; }

.tiny {
  position: fixed;
  width: 350px;
  top: 80px; }

.top_header,
.home .top_header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

@media (max-width: 991.98px) {
  .header {
    padding: 8px 0;
    left: 0;
    right: 0;
    z-index: 10; }
    .header .close {
      align-items: center;
      justify-content: center;
      display: flex;
      width: 40px;
      height: 40px;
      background-color: transparent;
      border-radius: 50%;
      position: absolute;
      top: 32px;
      right: 24px;
      color: #ebdad6;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .header .close:hover, .header .close:focus {
        background-color: #333;
        text-decoration: none; }
      .header .close i {
        font-weight: 600; }

  .main-content .tiny {
    position: initial; } }
.home-banner-content {
  position: absolute;
  top: calc(50% - 48px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-width: 700px;
  text-align: center; }
  .home-banner-content .content {
    color: #fafafa;
    font-size: 22px;
    margin-bottom: 32px; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #22B368;
  top: 0;
  z-index: 2; }

.banner {
  background: url("../images/banner.png");
  position: relative;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px; }
  .banner .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0; }

.bg-wrap {
  overflow: hidden; }

.bg-img {
  transition: all 30s ease; }

.bg-img {
  -webkit-animation: zoom 50s;
  /* Chrome, Safari, Opera */
  animation: zoom 50s infinite; }

.address-details {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 32px;
  margin-bottom: 16px; }
  .address-details .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #22B368;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; }
  .address-details h4 {
    font-weight: 400; }
  .address-details div {
    color: #000;
    font-weight: 500; }

.contact-form {
  background-color: #F6F4F1; }

.form-details {
  background-color: #fff;
  border-radius: 4px;
  padding: 32px; }

.gmap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; }

@media (max-width: 991.98px) {
  .sliding-banner .slick-arrow {
    width: 36px;
    height: 36px; }
  .sliding-banner .slick-prev:before,
  .sliding-banner .slick-next:before {
    font-size: 10px; }

  .home-banner-content {
    top: 100px; } }
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.5, 1.5); } }
/* Standard syntax */
@keyframes zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.5, 1.5); } }
@media (max-width: 991.98px) {
  .home-banner-content {
    padding: 0 32px; }
    .home-banner-content .content {
      font-size: 18px; }

  .solution-banner {
    min-height: 350px;
    padding-top: 100px; }

  .solution-banner:after {
    content: "";
    width: 90%;
    height: 300px;
    top: 225px; } }
.footer {
  background-color: #F2F2F2;
  color: #fff;
  padding: 100px 0 40px 0;
  position: relative;
  background-image: url("../images/footer-bg.jpg");
  background-size: cover; }
  .footer::before, .footer::after {
    content: "";
    position: absolute;
    background: url("../images/footer-left.jpg");
    left: 0;
    width: 35%;
    height: 100%;
    top: 0;
    z-index: 0; }
  .footer:after {
    background: url("../images/footer-right.jpg");
    width: 65%;
    right: 0;
    left: auto; }
  .footer-head {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px; }
  .footer-content {
    position: relative;
    z-index: 1; }
  .footer-item {
    width: 33.333%; }
  .footer-nav {
    display: flex;
    flex-wrap: wrap; }
  .footer-link {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px; }
    .footer-link:hover {
      color: #22B368;
      text-decoration: none; }
  .footer-logo {
    width: auto;
    height: 60px; }
  .footer ul {
    list-style-type: none;
    margin-bottom: 0; }
  .footer .dyi-link {
    font-weight: 600; }
  .footer .copyrights-text {
    font-size: 14px; }
  .footer .social-links {
    color: #22B368;
    font-size: 24px; }
  .footer .social-links {
    display: flex; }
    .footer .social-links .img-wrap {
      background-color: #fff;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px; }
      .footer .social-links .img-wrap:hover {
        background-color: #0E150E; }
        .footer .social-links .img-wrap:hover .fb-svg {
          stroke: #fff; }
      .footer .social-links .img-wrap img {
        height: 24px; }

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
    text-align: center;
    font-size: 14px; }
    .footer-link {
      margin-bottom: 8px; }
    .footer .social-links {
      justify-content: center;
      margin-bottom: 60px; }

  .footer-logo {
    width: auto;
    height: 70px; }

  .footer-list {
    flex-direction: column; }
    .footer-list li {
      margin-bottom: 16px; }

  .footer-details {
    flex-direction: column; }

  .footer::before {
    width: 100%;
    height: 45%; }

  .footer::after {
    width: 100%;
    height: 55%;
    bottom: 0;
    top: auto; }

  .footer-heade-1 {
    margin-bottom: 4px; } }
.section-space {
  padding: 80px 0; }

.section-bottom-space {
  margin-bottom: 80px; }

.relative {
  position: relative; }

.shape {
  display: block;
  width: 50px;
  height: 6px;
  background-color: #22B368;
  margin: auto;
  border-radius: 4px; }

.line {
  width: 70px;
  height: 2px;
  background-color: #22B368;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px; }

.footer .line,
.footer .shape {
  background-color: #fff; }

.text-underline {
  text-decoration: underline; }

.btlr {
  border-top-left-radius: 10px; }

.btrr {
  border-top-right-radius: 10px; }

.bblr {
  border-bottom-left-radius: 10px; }

.bbrr {
  border-bottom-right-radius: 10px; }

.pad-1 {
  padding: 0 4px !important; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; }

  .m-flex-column {
    flex-direction: column; } }

/*# sourceMappingURL=global.css.map */
