.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #f4f5f008;
  border-radius: 0;
  padding: 0;
}

.div-block {
  background-color: #f5f5f3;
}

.section {
  width: 1070.4px;
  height: 50px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-2 {
  padding-left: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #040404;
  text-align: center;
  letter-spacing: .25px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f2f2f2;
  background-color: #887d09;
  border-radius: 10px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.contact {
  background-color: #0f8917;
  border-radius: 5px 10px;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.navbar {
  margin-left: 0;
  padding-left: 0;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-3 {
  width: 50px;
  min-width: 10px;
  min-height: 70px;
}

.containa {
  width: 500px;
  height: 50px;
}

.div-block-4 {
  width: 400px;
  font-weight: 400;
}

.div-block-5 {
  padding-left: 0;
  font-size: 7px;
}

.section-body-2 {
  color: #f4f1f1;
  background-color: #9d9595;
  background-image: url('../images/christopher-gower-m_HRfLhgABo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.hft-heading {
  color: #e7e6df;
  background-color: #9f9797;
  padding-left: 30px;
}

.heading {
  padding-left: 30px;
}

.paragraph {
  color: #161515;
  margin-right: 0;
  padding-right: 500px;
}

.image1-hero {
  margin-top: 18px;
  padding-top: 0;
}

.heading-2 {
  color: #788434;
}

.heading-slogo {
  color: #171616;
  margin-top: -17px;
  font-size: 30px;
}

.div-block-6 {
  background-color: #a72727;
  width: 870px;
  margin-bottom: 72px;
  margin-right: 0;
  padding-right: 0;
}

.section_nav {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  mix-blend-mode: normal;
  background-color: #45528a;
  border-top: 1px #000;
  border-radius: 1px 1px 70px 70px;
  outline: 3px #333;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  transition: opacity .2s, opacity .2s;
  box-shadow: 0 2px 5px #0003;
}

.image {
  margin-left: 8px;
}

.nav-image {
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 6px;
}

.button-nav {
  float: right;
  color: #ddca10;
  background-color: #3898ec05;
  margin-top: 14px;
  margin-right: 45px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
}

.button-nav:hover {
  color: #220564;
  background-color: #397bb503;
}

.button-nav.spt {
  background-color: #978b08;
  border-radius: 20px;
  padding-left: 36px;
  padding-right: 36px;
}

.button-nav.spt:hover {
  color: #efefeb;
  background-color: #181815;
}

.nav-text {
  color: #999a30;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 700;
  display: inline-block;
}

.section-footer {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: #585863;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  transition: opacity .2s;
}

.image-2 {
  margin: 5px;
}

.footer-text-link {
  float: right;
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  width: 500px;
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

.text-link-footer {
  float: right;
  word-break: normal;
  border: 1px #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 10px 5px;
  text-decoration: none;
  text-decoration-thickness: 20px;
  display: flex;
  position: static;
}

.footer-pararph-address {
  float: none;
  margin-bottom: 0;
  margin-left: 14px;
  margin-right: -113px;
  padding-right: 659px;
}

.grid {
  border-top: 5px solid #0ec12c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
}

.footer-address {
  border-right: 1px solid #0ec12c;
  margin-top: 10px;
}

.footer-nav-link {
  color: #8b8008;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-weight: 700;
  display: block;
}

.footer-logo {
  border-right: 1px solid #0ec12c;
  margin-top: 10px;
  padding-right: 2px;
}

.h5-location {
  float: right;
  color: #938708;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: fixed;
}

.footer_nav_links {
  clear: none;
  color: #e9d611;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  text-decoration: none;
  display: block;
  position: static;
}

.footer_nav_links:hover {
  color: #b2bcc5;
  font-size: 16px;
}

.link-2, .link-3, .link-4, .link-4-copy {
  display: block;
}

.footer-contact {
  outline-offset: 0px;
  outline: 3px #333;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.email-image {
  margin-bottom: 4px;
}

.contact-link-footer {
  border: 1px #0ec12c;
  border-right-style: solid;
  margin-top: 10px;
  margin-left: 10px;
}

.email-text {
  float: none;
  clear: none;
  color: #837907;
  text-align: center;
  margin-top: 0;
  margin-left: 2px;
  padding-top: 0;
  font-size: 14px;
  display: inline-block;
}

.text-block {
  color: #000;
  margin-top: 0;
  margin-left: 2px;
  padding-top: 2px;
  display: inline-block;
}

.text-block:hover {
  color: #f6e409;
  font-size: 15px;
}

.text-block-2 {
  color: #000;
  margin-left: 2px;
  font-weight: 700;
  display: inline-block;
}

.text-block-3 {
  color: #8f8408;
  display: inline-block;
}

.text-address {
  color: #8c8108;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}

.divider-line {
  background-color: #928506;
  height: 3px;
  margin: 20px 14px 10px;
}

.text-block-4 {
  color: #c7b509;
  text-align: center;
  background-color: #1f243a00;
  border-radius: 30px;
  max-width: none;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.na {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.na:hover {
  color: #1a1b1fbf;
}

.na:focus-visible, .na[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.sectionnav.nav {
  background-color: #00000040;
  border-bottom-left-radius: 0;
}

.container_nav {
  max-width: 80px;
}

.container_nav.nav {
  box-sizing: border-box;
  width: 100px;
  max-width: 1200px;
  padding: 10px;
}

.cont-ainer-nav {
  grid-column-gap: 400px;
  grid-row-gap: 400px;
  background-color: #4f4444;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contai-links {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.nav-links {
  color: #867b08;
  margin-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links:hover {
  color: #082786;
}

.nav-links.btn {
  color: #8b8007;
  background-color: #131212;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 20px;
  display: block;
}

.nav-links.btn:hover {
  color: #e2e1d9;
  background-color: #897f07;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 1200px;
  margin-left: 0;
  display: flex;
}

.navbar-2 {
  mix-blend-mode: normal;
  background-color: #e4ebf0cc;
  border-bottom-right-radius: 55px;
  border-bottom-left-radius: 55px;
  max-width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.brand {
  margin-top: 5px;
  margin-left: 0;
}

.image-3 {
  margin: -15px 5px 5px;
  display: inline-block;
}

.nav-menu {
  background-color: #e3e6e903;
  border-bottom-right-radius: 50px;
  margin: 5px;
}

.text-logo {
  color: #948808;
  margin-top: 5px;
  padding-top: 0;
  display: inline-block;
}

.buttn_nav {
  color: #f1ebeb;
  background-color: #5d7635e8;
  border-radius: 50px 50px 60px 0;
  margin-top: 10px;
  margin-bottom: 2px;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
}

.buttn_nav:hover {
  color: #887d09;
  background-color: #0b1fba;
  font-size: 16px;
}

.text-logo-header {
  font-size: 18px;
  text-decoration: none;
}

.text-slogan {
  color: #399408;
  font-size: 16px;
}

.navbar-links {
  color: #938708;
  font-size: 15px;
  font-weight: 700;
}

.navbar-links:hover {
  color: #222ac1;
  font-size: 16px;
}

.icon {
  background-color: #18497103;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.margin-bottom-24px-2 {
  color: #f3eded;
  margin-bottom: 24px;
  font-size: 25px;
  display: block;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #8b8007;
  border-radius: 16px;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 5px 2px 5px #00000096;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  margin: 0 0 30px;
  padding-top: 0;
  padding-bottom: 30px;
  padding-right: 0;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-2 {
  float: none;
  background-color: #f7f9ef05;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 0;
  padding: 0 0 50px;
  position: relative;
  inset: 0% auto auto 0%;
}

.container-5 {
  background-color: #8e4e4ee3;
  background-image: url('../images/bckgrnd21.png');
  background-position: 50%;
  background-size: auto;
}

.heading-3 {
  color: #d4c208;
  text-transform: uppercase;
  font-size: 25px;
}

.bold-text {
  color: #ece0e0;
  letter-spacing: normal;
  -webkit-text-stroke-color: #e7dede05;
  text-indent: 2px;
  margin-left: 0;
  display: flex;
}

.section-2 {
  background-color: #05050505;
  background-image: none;
  background-position: 0 0;
  width: auto;
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
}

.welcome-header {
  color: #911a08;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none;
}

.image-4, .image-5 {
  margin-bottom: 4px;
}

.text-span {
  color: #d2cbcb;
  font-size: 18px;
}

.image-6 {
  display: inline-block;
}

.image-7 {
  margin-right: 0;
  padding-right: 0;
}

.image-8 {
  width: 100%;
  max-width: none;
  max-height: none;
  margin-right: 0;
  padding-right: 2px;
}

.section-servc-img {
  background-color: #d9cbcb00;
  margin-left: 20px;
  margin-right: 20px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.svc-img {
  opacity: 1;
  background-color: #838f2405;
  border-top: 5px #000;
  border-radius: 30px;
  width: 300px;
  max-width: none;
  height: auto;
  transform: none;
}

.text-block-5 {
  color: #e3d5d5;
}

.text-img-blk {
  color: #191b1d;
  text-align: center;
  width: 290px;
  height: 180px;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.image-9 {
  text-align: left;
  width: 52%;
  max-width: none;
  height: 36%;
  margin: 10px auto 5px;
  display: block;
}

.image-10 {
  width: 80%;
  height: 36%;
  margin: 10px auto 5px;
  display: block;
}

.text-block-7 {
  color: #0e0e0f;
  text-align: center;
  width: 290px;
  height: 180px;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.image-11 {
  width: 80%;
  height: 36%;
  margin: 10px auto 5px;
  display: block;
}

.text-block-8 {
  color: #0f0e0e;
  text-align: center;
  width: 290px;
  height: auto;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.image-12 {
  margin-top: 0;
  overflow: auto;
}

.servc-img-txt {
  background-color: #f0f4f5;
  border: 1px #000;
  border-top: 5px solid #bfd004;
  margin-left: 0;
}

.image-13 {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.image-14 {
  object-fit: fill;
  border-radius: 30px;
  width: 100%;
  height: 125.654%;
  overflow: auto;
}

.mask {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #f3eeee;
  border-radius: 30px;
  max-width: none;
}

.slide {
  aspect-ratio: auto;
  border-radius: 30px;
}

.image-15, .image-16, .image-17 {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.image-18 {
  width: 100%;
  height: 100%;
}

.image-19 {
  width: 70%;
  height: 80%;
}

.image-20 {
  border: 30px solid #000;
  width: 100%;
  height: 80%;
}

.image-21 {
  border: 30px solid #000;
  width: 100%;
  height: 100%;
}

.slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .image-22 {
  border-radius: 30px;
}

.slide-nav {
  margin-right: 0;
  overflow: visible;
}

.right-arrow {
  margin-right: 0;
  inset: 0%;
}

.slider {
  border-radius: 30px;
  max-width: none;
}

.button {
  text-align: center;
  border-radius: 8px;
  margin: 0 15px 60px;
  padding-bottom: 5px;
  padding-left: 15px;
  display: block;
  box-shadow: 6px 3px 5px #0003;
}

.button:hover {
  color: #0b69cd;
  background-color: #e4f80c;
  font-family: Droid Serif, serif;
  font-size: 16px;
  text-decoration: none;
}

.heading-4 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 260%;
  line-height: 120%;
}

.section-body {
  max-width: 1920px;
}

.container-6 {
  background-color: #453d3d;
}

.section-svc-header {
  background-color: #00000005;
  margin-bottom: 0;
  display: flex;
}

.div-img-logo {
  width: 600px;
  max-width: 48%;
  height: 300px;
  margin-left: 30px;
  margin-right: 15px;
}

.div-header-text {
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
}

.heading-5 {
  color: #27c009;
  text-align: center;
  width: 100%;
  max-width: none;
  height: 13%;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 280%;
  line-height: 120%;
  display: block;
}

.image-23 {
  width: 600px;
  height: 300px;
  margin-left: 2px;
  margin-right: 2px;
}

.section-of-services {
  aspect-ratio: 3.5;
  background-color: #070707f0;
  background-image: url('../images/Background_img_optimized_4000.jpg');
  background-position: 0%;
  background-size: cover;
}

.services-section {
  background-color: #f0f3f503;
}

.experience-text {
  background-color: #fff0;
  border: .5px #000;
  border-top: 1px #0ec12c;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  display: flex;
}

.image-opo-text {
  background-color: #f5f4f400;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  color: #a3c023;
  text-align: center;
  background-color: #eef0f2fa;
  border-radius: 0 0 15px 15px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.grid-3 {
  background-color: #f8f7f7;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-9, .text-block-10, .text-block-11 {
  font-weight: 700;
}

.text-block-12 {
  color: #2ff10a;
  text-align: center;
  background-color: #f7f9f605;
  max-width: none;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.image-24 {
  width: 100px;
  height: 100%;
  margin-top: 5px;
  margin-left: 10px;
}

.image-25 {
  width: 130px;
  height: 30px;
  max-height: none;
  margin-top: 40px;
  margin-left: 10px;
  padding-top: 0;
}

.image-26 {
  width: 72px;
  height: 72px;
  margin-top: 10px;
  margin-left: 10px;
}

.div-block-8, .div-block-9, .div-block-10 {
  padding-left: 5px;
  padding-right: 5px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f7f2f200;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 2.1fr 1fr;
  margin-bottom: 75px;
  margin-left: 10px;
  margin-right: 0;
}

.hftservices {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #b1a4a403;
  grid-template: "."
  / 2fr 1fr;
  max-height: none;
  margin: 5px 10px 20px;
  padding-top: 0;
}

.image-27 {
  margin-left: 10px;
  display: inline-block;
}

.text-block-13 {
  color: #eae4e4;
  max-width: 80%;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 55px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-11 {
  background-color: #f9f8f800;
  border-radius: 30px;
  width: 700px;
  max-width: 90%;
  height: 400px;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 15px;
  box-shadow: 5px 3px 5px #070707c4;
}

.div-block-12 {
  background-color: #f7f3f3;
  border-radius: 30px;
  width: 300px;
  max-width: none;
  height: 400px;
  max-height: none;
  padding: 10px;
  box-shadow: 5px 3px 5px #000000c4;
}

.serv {
  background-color: #fcf6f6;
  border-radius: 30px;
  width: 300px;
  height: 400px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  box-shadow: 5px 3px 5px #000000c4;
}

.servce-servdiv {
  background-color: #f7f4f4;
  border-radius: 30px;
  width: 300px;
  height: 400px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  box-shadow: 5px 3px 5px #000000c4;
}

.slider-2 {
  max-height: none;
}

.div-block-15 {
  max-height: 62%;
}

.image-28 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-14, .text-block-15, .text-block-16 {
  text-align: center;
  margin-top: 10px;
}

.image-29 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-30 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-16 {
  background-color: #268d9a03;
  border-radius: 0;
  width: 750px;
  height: 170px;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 20px;
}

.text-block-17 {
  display: inline-block;
}

.image-31 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-8 {
  color: #afa209;
  text-align: center;
  text-shadow: 2px 2px 1px #e1dbdb33;
  font-size: 210%;
  line-height: 100%;
}

.text-span-2 {
  font-size: 18px;
  line-height: 30px;
}

.italic-text {
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  text-indent: 20px;
  text-overflow: clip;
  column-count: auto;
  overflow-wrap: normal;
}

.div-block-17 {
  width: 45%;
  max-width: none;
  height: auto;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
}

.div-block-18 {
  float: right;
  flex: 1;
  width: 50%;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 35px;
  padding-left: 20px;
  display: inline-block;
}

.image-32 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 20px;
  display: inline-flex;
}

.section-3 {
  object-fit: fill;
  display: block;
}

.text-block-18 {
  color: #bca7a7;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  text-indent: 5px;
  text-overflow: clip;
  column-count: 0;
  white-space: normal;
  overflow-wrap: break-word;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.button-2 {
  text-align: center;
  background-color: #857a07;
  border-radius: 15px;
  width: 21%;
  height: 18%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 120%;
  line-height: 80%;
  box-shadow: 5px 5px 4px #f1ecec33;
}

.button-2:hover {
  color: #8a7f07;
  background-color: #00f;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 2px 3px 5px #f7f0f033;
}

.section-4 {
  aspect-ratio: 3;
  object-fit: cover;
  background-image: url('../images/image-1-1.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.form {
  display: block;
}

.div-block-19, .div-block-20 {
  margin-top: 230px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.section-5 {
  background-color: #d6dccd;
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-wrapper {
  display: block;
}

.fs-marquee_instance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-marquee_list-wrapper {
  width: 100%;
  min-width: 0;
  min-height: 1rem;
  position: relative;
  overflow: clip;
}

.fs-marquee_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  min-width: 0;
  height: auto;
  min-height: 1rem;
  display: flex;
}

.fs-marquee_item {
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.333%;
  height: auto;
  min-height: 1rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-marquee_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.fs-marquee-1_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-marquee-1_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-marquee-1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.is-vertical {
  flex-flow: column;
  height: 35rem;
}

.fs-marquee-1_item {
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 10rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-marquee-1_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.team-slider {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 20px 10px;
  position: relative;
}

.container-7 {
  float: right;
  width: auto;
  max-width: 940px;
  margin-top: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 20px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  width: 250px;
  height: 400px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 24px;
  box-shadow: 5px 5px 5px #1f1919;
}

.team-member-image-two {
  text-align: left;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask-2 {
  width: 800px;
  height: 420px;
  margin: 0 0 0 auto;
  padding: 10px 35px 0 10px;
}

.div-block-21 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f6f7;
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: inline-block;
  box-shadow: 6px 6px 5px #353030e8;
}

.image-33 {
  float: none;
  border-radius: 25px;
  width: 600px;
  height: 390px;
  margin-top: 0;
  display: block;
}

.heading-9 {
  text-align: center;
}

.section-6 {
  max-width: 1920px;
  margin-top: 0;
}

.heading-10 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 45px;
}

.div-block-22 {
  float: right;
  background-color: #1f729300;
  border-radius: 26px;
  width: 600px;
  margin: 20px 40px 20px 20px;
  display: inline-block;
  box-shadow: 2px 2px 5px #27bf1c33;
}

.text-span-3 {
  color: #e50b0b;
  font-size: 12px;
  font-weight: 400;
}

.text-span-4 {
  color: #c01b1b;
  font-size: 12px;
}

.text-span-5 {
  color: #d23131;
  font-size: 12px;
}

.text-span-6 {
  color: #ad4141;
  font-size: 12px;
}

.textarea {
  color: #0c0b0b;
  background-color: #ffffff9e;
  border: 1px solid #000;
  border-radius: 10px;
  width: 560px;
  height: auto;
  min-height: 200px;
  max-height: none;
  padding-bottom: 10px;
}

.div-block-23 {
  background-color: #eaeeef1a;
  border-radius: 20px;
  width: 51%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  display: inline-block;
  box-shadow: 2px 2px 5px #1d743433;
}

.section-7 {
  background-color: #311c1c;
  background-image: url('../images/contct-img2.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.form-block {
  width: 560px;
}

.form-2 {
  width: 560px;
  height: auto;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.field-label, .field-label-2, .text-block-19, .text-block-20, .text-block-21 {
  margin-bottom: 1px;
}

.text-block-22 {
  text-align: center;
  padding-top: 10px;
  font-weight: 700;
}

.heading-11 {
  color: #030303;
  text-align: left;
  text-shadow: 2px 2px 1px #0003;
  margin-top: 50px;
  margin-left: 20px;
  padding-left: 30px;
}

.submit-button {
  border-radius: 10px;
  width: 130px;
  height: 38px;
  margin-left: 20px;
}

.submit-button:hover {
  color: #0d0d0d;
  background-color: #fcef77;
  width: 140px;
  height: 40px;
  font-size: 15px;
}

.section-8 {
  background-color: #766d10c2;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  text-align: left;
}

.text-span-7 {
  text-align: center;
}

.text-span-8 {
  color: #050fc8;
  text-align: center;
  font-size: 14px;
}

.text-span-9 {
  text-align: center;
}

.bold-text-4 {
  direction: ltr;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  word-break: normal;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
}

.text-span-10 {
  color: #313131e8;
}

.text-span-11 {
  color: #0f1ec3;
}

.text-span-12 {
  color: #18181b;
}

.text-span-13 {
  color: #0a0909;
  font-size: 30px;
  font-style: italic;
  text-decoration: none;
}

.text-span-14 {
  color: #0d3cb4;
}

.heading-12 {
  text-align: center;
}

.heading-13 {
  font-size: 20px;
}

.heading-14 {
  text-align: left;
}

.heading-15, .heading-16, .heading-17 {
  text-align: center;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.text-block-23 {
  color: #f8f2f2;
  padding-top: 0;
  font-size: 110%;
  font-weight: 400;
  line-height: 80%;
}

.text-block-24 {
  color: #faf7f7;
  font-size: 110%;
  line-height: 80%;
}

.text-block-25 {
  color: #faf4f4;
  font-size: 110%;
  line-height: 80%;
}

.text-span-15 {
  color: #faf4f4;
  font-size: 140%;
  font-weight: 700;
  line-height: 115%;
}

.text-span-16 {
  color: #faf5f5;
  font-size: 140%;
  font-weight: 700;
  line-height: 115%;
}

.text-span-17 {
  color: #f4eaea;
  font-size: 140%;
  font-weight: 700;
  line-height: 115%;
}

.div-block-24 {
  border-left: 2px solid #18ed08;
  padding-left: 20px;
}

.div-block-hdexp {
  border-left: 2px solid #0bf11a;
  padding-left: 20px;
}

.div-block-hd {
  border-left: 2px solid #1ae80b;
  padding-left: 20px;
}

.heading-18 {
  color: #f4eaea;
  text-align: center;
  border: 1px #1ce60c;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 150%;
  line-height: 105%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.button-3 {
  text-align: center;
  background-color: #857a07;
  border-radius: 15px;
  width: 21%;
  height: 18%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 120%;
  line-height: 80%;
  box-shadow: 5px 5px 4px 2px #f1eaea33;
}

.button-3:hover {
  background-color: #01f;
  font-size: 16px;
  line-height: 18px;
}

.heading-19 {
  color: #f6f6f4;
  text-align: center;
  width: 100%;
  height: 40%;
  padding-left: 125px;
  padding-right: 125px;
  font-size: 210%;
  line-height: 90%;
}

.grid-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 29%;
  height: 20%;
  margin: 10px auto 0;
}

.div-block-25 {
  text-align: center;
  border: 0 #000;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
}

.image-34 {
  border-radius: 30px;
}

.heading-20 {
  color: #eee4e4;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.text-span-18 {
  color: #877d08;
}

.container-8 {
  width: 100%;
  max-width: none;
  height: 560px;
  margin: 10px auto 0;
}

.background-video {
  background-color: #a58d8d05;
  overflow: hidden;
}

.background-video-2 {
  overflow: visible;
}

.background-video-3 {
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-35 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-21 {
  overflow: visible;
}

.text-block-26 {
  color: #161414;
}

.heading-22 {
  color: #222020;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-19 {
  color: #8b8007;
}

.heading-23 {
  color: #bdcc1b;
  text-align: center;
  border-bottom: 1px #000;
}

.div-block-26 {
  background-color: #e4dddd00;
  width: 56%;
  height: 600px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-bottom: 15px;
  display: inline-block;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-27 {
  color: #24b72e;
  text-align: center;
  background-color: #7d6e6e00;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
}

.text-block-28 {
  text-align: center;
  background-color: #f1f6f0;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 1px 2px 5px #0ec12c;
}

.txt-brf {
  color: #8b8007;
  text-shadow: 1px 1px 1px #e4dcdcde;
  width: 96.8076%;
  margin-top: 20px;
  margin-left: 15px;
  padding: 10px;
  font-size: 30px;
  display: block;
  box-shadow: 2px 2px 5px #b4adad5c;
}

.txt-brf.prh {
  color: #897e10;
  width: 98%;
  margin-top: 5px;
  margin-left: 10px;
  padding: 5px;
  font-size: 130%;
  line-height: 120%;
}

.div-net-serv {
  background-color: #f4f3ed;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-net-serv.net-servce {
  background-color: #fff;
  border-radius: 20px;
  width: 102%;
  padding-bottom: 10px;
}

.text-block-29 {
  color: #080808;
  background-color: #f2efef03;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-30 {
  color: #0c0b0b;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-31 {
  color: #0a0909;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-32 {
  color: #141313;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-33 {
  color: #030303;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-28 {
  background-color: #f4efef;
}

.div-block-29 {
  background-color: #e3e0e0;
  margin-top: 0;
}

.div-block-30 {
  background-color: #f4eded;
}

.div-block-31 {
  background-color: #f0e7e7;
}

.text-block-34 {
  color: #010101;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-32 {
  background-image: url('../images/remove_watermark_image_20251117_102121.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.heading-24 {
  text-align: center;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-33 {
  background-color: #c1bdbd;
  border-radius: 20px;
  margin-left: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 2px 2px 5px #3c9339c4;
}

.div-block-34 {
  background-color: #c2bebe;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 2px 2px 5px #3c9139c4;
}

.div-block-35 {
  background-color: #c2bebe;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 2px 2px 5px #3c9139c4;
}

.image-36 {
  display: inline-block;
}

.div-block-36 {
  background-color: #e6e4e4;
  width: 560px;
  height: 73px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-35 {
  float: right;
  color: #8b8008;
  text-align: center;
  margin: 10px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-37 {
  border-bottom: 2px solid #23d716;
  margin-bottom: 20px;
  display: inline-flex;
}

.image-37 {
  width: 10%;
  margin: 10px 10px 10px 20px;
}

.text-block-36 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-37 {
  color: #0c0b0b;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-38 {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-right: 15px;
}

.text-span-20 {
  color: #fff;
  font-weight: 400;
}

.text-block-39 {
  color: #f2f8f5;
  background-color: #1c1a1aad;
  border-radius: 15px;
  margin-top: 15px;
  padding: 5px;
}

.bold-text-6 {
  color: #fbf7f7;
  text-align: center;
}

.bold-text-7 {
  color: #0f0f0e;
  display: inline;
}

.div-block-38 {
  border-bottom: 3px solid #0ec12c;
  width: 98%;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-38 {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
}

.heading-25 {
  background-color: #1c1a1aad;
  border-radius: 15px;
  margin-top: 20px;
  padding: 5px;
}

.image-39, .image-40, .image-41 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-40 {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.text-block-41 {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.text-block-42 {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.text-block-43 {
  color: #121111;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.text-block-44 {
  color: #080808;
  font-weight: 700;
  display: inline;
}

.text-block-45 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  display: inline;
}

.text-block-46 {
  color: #000;
  margin-left: 10px;
  font-weight: 700;
  display: inline;
}

.image-42, .image-43, .image-44 {
  margin-top: 10px;
}

.image-45 {
  margin-top: -20px;
}

.text-block-47 {
  color: #000;
  margin-left: 10px;
  font-weight: 700;
  display: inline;
}

.text-block-48 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: auto;
  font-weight: 700;
  display: inline-block;
}

.text-block-49 {
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.text-block-50 {
  color: #010101;
  margin-left: 10px;
  font-weight: 700;
  display: inline;
}

.image-46 {
  margin-top: 10px;
}

.text-block-51 {
  color: #f4d408;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

.text-block-52 {
  color: #fced76;
}

.text-block-53 {
  color: #f6d808;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

.text-block-54 {
  color: #f8e006;
  font-size: 10px;
  font-weight: 700;
}

.div-block-39 {
  text-align: center;
  border: 0 #000;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
}

.div-block-39:hover {
  font-size: 15px;
}

.div-block-40 {
  text-align: center;
  background-color: #48404036;
  border-left: 1px solid #f9e971;
  border-right: 1px solid #f4de68;
  width: 80%;
  height: 80%;
}

.text-block-55 {
  color: #010101;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 700;
}

.image-47 {
  margin-top: 5px;
  margin-left: 30px;
  display: inline-block;
}

.text-block-56 {
  margin-left: 10px;
  font-weight: 700;
  display: block;
}

.heading-26 {
  color: #bcac08;
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-41 {
  width: 650px;
  height: 80px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-48 {
  width: 130px;
  height: 65px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 0;
}

.image-49 {
  width: 120px;
  height: 40px;
  margin-top: 30px;
  margin-left: 10px;
  padding-top: 0;
}

.image-50 {
  width: 120px;
  height: 40px;
  margin-top: 30px;
  margin-left: 10px;
}

.image-51 {
  width: 120px;
  height: 30px;
  margin-top: 30px;
  margin-left: 10px;
}

.text-block-57 {
  color: #080808;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}

.text-field {
  color: #0f0e0e;
  background-color: #ffffff9e;
  border: 1px solid #000;
  border-radius: 3px;
}

.text-field-2 {
  color: #080808;
  background-color: #ffffff9e;
  border: 1px solid #000;
  border-radius: 3px;
}

.text-field-3 {
  color: #060606;
  background-color: #ffffff9e;
  border: 1px solid #000;
  border-radius: 3px;
}

.select-field {
  color: #0a0909;
  background-color: #ffffff9e;
  border: 1px solid #000;
  border-radius: 3px;
}

.text-block-58 {
  color: #050505;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.image-52 {
  margin-left: 30px;
}

.div-block-42 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-59 {
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.image-53 {
  margin-left: 30px;
}

.div-block-43 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-60 {
  color: #060606;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.image-54 {
  margin-left: 30px;
}

.div-block-44 {
  margin: 10px;
}

.section-9 {
  max-width: 1920px;
  margin-top: 0;
}

.heading-27 {
  color: #08d615;
  text-align: center;
  text-shadow: 2px 2px 1px #121111ed;
  margin-top: 60px;
  margin-left: 150px;
  margin-right: 150px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 260%;
  line-height: 140%;
}

.text-block-61 {
  color: #f1f8f2;
  text-align: center;
  background-color: #2e2f31e3;
  border-radius: 14px;
  margin: 20px 150px;
  padding: 10px 15px 15px;
  font-size: 140%;
  font-style: italic;
  font-weight: 700;
  line-height: 115%;
}

.section-10 {
  background-image: url('../images/compressed_qq12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.button-4 {
  text-align: center;
  background-color: #716c32;
  border-radius: 10px;
  width: 19%;
  height: 9%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  font-weight: 700;
  line-height: 90%;
  display: block;
}

.button-4:hover {
  background-color: #0f8917;
  width: 20%;
  height: 10%;
  font-size: 105%;
  line-height: 95%;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #65849252;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: auto;
  margin: 10px auto;
  padding: 20px 20px 10px;
  display: grid;
  box-shadow: 3px 3px 5px #0000009e;
}

.heading-28 {
  text-align: center;
  margin: 0 20px 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 180%;
  line-height: 90%;
}

.heading-29, .heading-30 {
  text-align: center;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2f0f0c2;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  height: 300px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  box-shadow: 3px 3px 5px #0000009e;
}

.div-block-46 {
  background-color: #f2f0f0c2;
  border-radius: 15px;
  width: 400px;
  height: 300px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 3px 3px 5px #000000a3;
}

.image-55 {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 20px;
  padding: 0 10px 10px;
  display: block;
}

.section-11 {
  border-top: 2px solid #8d8107;
  margin-top: 30px;
  margin-left: 35px;
  margin-right: 35px;
}

.div-block-47 {
  float: right;
  background-color: #fff8f8b0;
  border-radius: 10px;
  width: 750px;
  height: 360px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  box-shadow: 2px 2px 5px #000000a8;
}

.text-block-62 {
  color: #060606;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 120%;
  line-height: 90%;
  display: inline;
}

.section-12 {
  background-image: url('../images/compressed_white-data-center-room-kugdpyc9zltzsy4y.png');
  background-position: 0 80%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.heading-31 {
  color: #877d08;
  text-align: center;
  background-color: #d5dce0b0;
  border-radius: 15px;
  width: 1000px;
  height: 92px;
  margin: 5px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 230%;
  line-height: 90%;
  box-shadow: 3px 3px 5px #37403894;
}

.div-block-48 {
  background-color: #ffffffb0;
  border-radius: 10px;
  width: 43%;
  height: 40%;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: inline-block;
  box-shadow: 2px 2px 5px #000000a8;
}

.button-5 {
  text-align: center;
  background-color: #887d09c2;
  border-radius: 10px;
  width: 35%;
  height: 11%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 110%;
  font-style: italic;
  line-height: 110%;
  display: block;
}

.button-5:hover {
  text-align: center;
  background-color: #e0cd06c2;
  width: 280px;
  height: 44px;
  padding-top: 11px;
  font-size: 18px;
}

.text-block-63 {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-64 {
  font-weight: 700;
}

.text-block-65 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.heading-32 {
  color: #897f07;
  margin-left: 20px;
  font-size: 220%;
  line-height: 130%;
}

.nav-link-3, .nav-link-4, .nav-link-5 {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link-6 {
  margin-left: 10px;
}

.image-56 {
  margin-top: 10px;
  margin-bottom: 2px;
}

.container-9 {
  margin-left: 40px;
  margin-right: 40px;
}

.nav-menu-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-3 {
  width: auto;
  height: auto;
}

.image-57 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
}

.heading-33 {
  color: #928505;
  display: inline;
}

.text-block-66 {
  color: #069923;
  margin-top: -28px;
  margin-bottom: 5px;
  margin-left: 62px;
  display: flex;
}

.section-13 {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-3 {
  float: right;
  position: static;
}

.navbar-4 {
  background-color: #fbf9f9bf;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.link-5 {
  outline-offset: 0px;
  color: #817709;
  border: 0 #000;
  outline: 3px #817709;
  text-decoration: none;
}

.link-5:hover {
  color: #c0b10a;
  font-size: 15px;
}

.link-6 {
  color: #958a09;
  text-decoration: none;
}

.link-6:hover {
  color: #dbcb0c;
  font-size: 15px;
}

.link-7 {
  color: #8e8308;
  text-decoration: none;
}

.link-7:hover {
  color: #d8c709;
  font-size: 15px;
}

.text-span-21 {
  color: #000;
}

.grid-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.text-span-22, .text-span-23 {
  color: #a39941;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.text-block-67 {
  color: #dbc612;
}

.text-block-68 {
  color: #d6c215;
}

.link-8 {
  color: #000;
  text-decoration: none;
}

.link-8:hover {
  color: #ecda08;
  font-size: 15px;
}

.link-9 {
  color: #887e07;
  text-decoration: none;
}

.link-9:hover {
  color: #ebd90b;
  font-size: 15px;
}

.link-10 {
  color: #857a05;
  text-decoration: none;
}

.link-10:hover {
  color: #f0dd09;
  font-size: 15px;
}

.link-11 {
  color: #0c0c0c;
  text-decoration: none;
}

.link-11:hover {
  color: #f1de09;
  font-size: 17px;
}

.heading-34 {
  color: #c09e0e;
  text-align: center;
  background-color: #080808;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 290%;
  line-height: 130%;
}

.link-12 {
  color: #000;
  font-size: 100%;
  line-height: 90%;
  text-decoration: none;
}

.link-12:hover {
  color: #f1de09;
  font-size: 105%;
  line-height: 95%;
}

.link-13 {
  color: #8a7f07;
  font-size: 100%;
  line-height: 90px;
  text-decoration: none;
}

.link-13:hover {
  color: #f3df0b;
  font-size: 105%;
  line-height: 95px;
}

.text-block-69 {
  font-size: 15px;
  font-weight: 700;
}

.text-block-69:hover {
  color: #f6f4f4;
  background-color: #827706;
  font-size: 16px;
  line-height: 21px;
}

.network-set-up-configuration {
  font-size: 15px;
  font-weight: 400;
}

.net-drop {
  background-color: #fafafabf;
  border-radius: 15px 15px 25px 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 15px;
  display: none;
}

.net-drop:hover {
  color: #08e717;
  font-size: 15px;
}

.dropdown {
  background-color: #0f8917c4;
  border-radius: 10px 10px 15px 15px;
  width: auto;
  margin-bottom: 10px;
  font-weight: 700;
}

.dropdown:hover {
  color: #f2eded;
  background-color: #7b7106c2;
  font-weight: 700;
}

.dropdown-2 {
  background-color: #0f8a17c4;
  border-radius: 10px 10px 15px 15px;
  margin-bottom: 10px;
  font-weight: 700;
}

.dropdown-2:hover {
  color: #f6f0f0;
  background-color: #7a7106c2;
  font-weight: 700;
}

.dropdown-3 {
  background-color: #0f8a17c4;
  border-radius: 10px 10px 15px 15px;
  margin-bottom: 10px;
  font-weight: 700;
}

.dropdown-3:hover {
  color: #f8f0f0;
  background-color: #7a7106c2;
  font-weight: 700;
}

.dropdown-list-2 {
  background-color: #dddddd9e;
  border-radius: 5px;
  margin-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-list-3, .dropdown-list-4 {
  background-color: #ddddddad;
  border-radius: 10px;
  margin-top: 3px;
}

.dropdown-4 {
  width: auto;
}

.drop-men-list {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
}

.drop-men-list:hover {
  color: #f1f0f0;
  letter-spacing: .25px;
  background-color: #8a7f07;
  border-radius: 15px;
  margin-top: 0;
  font-size: 15px;
  line-height: 20px;
}

.text-block-70 {
  font-weight: 700;
}

.link-14 {
  color: #080808;
  font-size: 15px;
  text-decoration: none;
}

.dropdown-toggle-2 {
  width: auto;
  height: auto;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
}

.dropdown-toggle-2:hover {
  font-size: 15px;
  line-height: 20px;
}

.dropdown-list-5 {
  background-color: #ddddddad;
  border-radius: 15px;
  margin-top: 26px;
}

.dropdown-5 {
  background-color: #27c009;
  border-radius: 8px;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.dropdown-toggle-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-4 {
  background-color: #27c009;
  border-radius: 10px;
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-5 {
  background-color: #27c009;
  border-radius: 10px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-6, .dropdown-7 {
  margin-left: 5px;
  margin-right: 5px;
}

.dropdown-list-6 {
  margin-top: 3px;
}

.dropdown-list-6.w--open {
  background-color: #85850beb;
  border-radius: 10px;
}

.dropdown-list-7 {
  border-radius: 10px;
}

.dropdown-list-7.w--open {
  background-color: #85850beb;
}

.dropdown-list-8 {
  border-radius: 10px;
}

.dropdown-list-8.w--open {
  background-color: #85850beb;
}

.server-design {
  border-radius: 12px;
  margin: 2px;
}

.server-design:hover {
  background-color: #fced76;
}

.server-device {
  border-radius: 12px;
  margin: 2px;
}

.server-device:hover {
  background-color: #fced77;
}

.net-cable {
  border-radius: 12px;
  margin: 2px;
}

.net-cable:hover {
  background-color: #fced77;
}

.swit {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.swit:hover, .cabi-install:hover {
  background-color: #fced77;
}

.switch-install {
  border-radius: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.switch-install:hover {
  background-color: #fced77;
}

.text-span-24 {
  color: #2ad908;
  font-size: 40px;
  line-height: 28px;
}

.bold-text-9 {
  color: #2ad908;
  font-weight: 400;
}

.bold-text-10 {
  font-size: 16px;
  font-weight: 700;
}

.link-15 {
  color: #010101;
  text-decoration: none;
}

.link-15:hover {
  color: #e9c90a;
  font-size: 17px;
}

.text-span-25 {
  font-size: 15px;
  font-weight: 700;
}

.image-62 {
  width: 100%;
  height: 100%;
}

.div-block-50 {
  width: 28%;
  margin-right: 10px;
}

.div-block-51 {
  width: 45%;
}

.div-block-52 {
  width: 71%;
}

.div-logo-ft {
  margin-left: 2px;
  margin-right: 10px;
}

.text-span-26 {
  font-size: 18px;
}

.text-span-27, .text-span-28 {
  text-align: left;
}

.text-block-71 {
  margin-top: 5px;
  padding: 10px;
  font-weight: 700;
}

.text-span-29 {
  text-align: center;
  font-weight: 700;
}

.text-span-30, .text-span-31 {
  color: #0aec1a;
  font-size: 15px;
  font-weight: 700;
}

.text-span-32, .text-span-33 {
  font-weight: 700;
}

.div-block-53 {
  background-color: #91a148;
  border-radius: 15px;
  margin-top: 20px;
}

.text-span-34 {
  color: #0ae03b;
}

.text-span-35 {
  color: #0aec1a;
}

.text-span-36 {
  color: #0f0f0f;
  text-align: left;
  font-weight: 400;
}

.bold-text-11 {
  font-size: 16px;
}

.text-span-37 {
  color: #9f920b;
}

.heading-35 {
  color: #958908;
  padding-left: 20px;
}

.grid-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 8fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-72 {
  text-align: left;
  padding: 5px;
}

.text-span-38 {
  color: #776e1c;
  font-size: 120%;
  line-height: 110%;
}

.bold-text-12 {
  color: #0bde31;
  font-size: 80%;
  line-height: 75%;
}

.bold-text-13 {
  color: #0bde59;
}

.text-span-39 {
  color: #7b7106;
  font-size: 90%;
  font-weight: 700;
  line-height: 50%;
}

.image-63 {
  margin-top: 30px;
}

.image-64 {
  margin-top: 26px;
}

.image-65 {
  margin-top: 15px;
}

.image-66 {
  margin-top: 20px;
}

.image-67 {
  margin-top: 30px;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-54 {
  width: 54%;
}

.div-block-55 {
  background-color: #36313100;
  border-radius: 20px;
  width: 45%;
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-73 {
  text-align: center;
  padding: 5px;
}

.text-span-40 {
  font-size: 140%;
  font-weight: 700;
  line-height: 110%;
}

.bold-text-14 {
  color: #0aeb21;
  font-size: 85%;
  line-height: 75%;
}

.bold-text-15 {
  color: #0aec1a;
  font-size: 85%;
  line-height: 75%;
}

.text-span-41 {
  color: #d4c40a;
  font-size: 90%;
  font-weight: 700;
  line-height: 85%;
}

.image-68 {
  margin-top: 40px;
}

.image-69 {
  margin-top: 20px;
}

.image-70 {
  margin-top: 35px;
}

.image-71 {
  margin-top: 25px;
}

.logoz-brands {
  width: auto;
}

.image-72, .image-73 {
  margin-top: 10px;
}

.list {
  font-size: 120%;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  .body {
    padding: 0;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.contact {
    margin-bottom: 5px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section-body-2 {
    margin-bottom: 0;
  }

  .section_nav {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-nav {
    margin-top: 5px;
    margin-right: 20px;
    font-size: 10px;
    font-weight: 400;
    position: static;
  }

  .nav-text {
    font-size: 10px;
  }

  .grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border-bottom: 1px #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-address {
    border-top: 0 #000;
    border-right-style: none;
    width: 90%;
    margin-left: 10px;
  }

  .footer-nav-link {
    border-right: 1px #000;
    width: 90%;
  }

  .footer-logo {
    border-right-style: none;
    width: 90%;
    height: auto;
    margin-left: 10px;
  }

  .footer-contact {
    font-size: 16px;
  }

  .email-image {
    width: 10%;
    max-width: none;
    height: 10%;
  }

  .contact-link-footer {
    border-right-style: none;
    width: 90%;
    margin-left: 10px;
  }

  .email-text {
    font-size: 80%;
    line-height: 150%;
  }

  .text-block, .text-block-2 {
    font-size: 80%;
    line-height: 80%;
  }

  .text-block-3 {
    font-size: 70%;
    line-height: 170%;
  }

  .text-address {
    font-size: 80%;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .na {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    border-bottom-right-radius: 0;
  }

  .text-logo {
    margin-top: 5px;
  }

  .buttn_nav {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
    display: flex;
  }

  .navbar-links {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-links:hover {
    font-size: 20px;
  }

  .menu-button-3 {
    margin-right: 14px;
  }

  .container-3 {
    margin-bottom: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-4, .image-5 {
    width: 10%;
    height: 10%;
  }

  .image-8 {
    border-top: 1px #000;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .svc-img {
    width: 330px;
    margin-top: 10px;
    margin-left: 20px;
  }

  .svc-img.slider {
    margin-top: 0;
  }

  .text-img-blk {
    width: 320px;
    height: 50%;
    margin-bottom: 10px;
  }

  .image-9 {
    width: 42%;
    height: 26%;
  }

  .image-10 {
    width: 60%;
    height: 26%;
  }

  .text-block-7 {
    width: 320px;
    height: 50%;
    margin-bottom: 10px;
  }

  .image-11 {
    width: 42%;
    height: 26%;
  }

  .text-block-8 {
    width: 320px;
    height: 50%;
    margin-bottom: 10px;
  }

  .image-16 {
    margin-top: 10px;
  }

  .button {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-5 {
    margin-top: 30px;
    font-size: 200%;
    line-height: 100%;
  }

  .section-of-services {
    aspect-ratio: 2;
  }

  .experience-text {
    border-width: 0;
    border-color: #000;
    margin-left: 2px;
    margin-right: 2px;
    display: block;
  }

  .text-block-12 {
    display: block;
    position: static;
  }

  .image-24 {
    width: 8%;
    height: 8%;
    display: block;
  }

  .image-25 {
    width: 14%;
    height: 8%;
  }

  .image-26 {
    width: 8%;
    height: 8%;
  }

  .hftservices {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-17 {
    width: 310px;
    height: 150px;
  }

  .div-block-18 {
    width: 400px;
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .image-32 {
    width: 310px;
    height: 150px;
    margin-top: 0;
    margin-left: 0;
  }

  .button-2 {
    float: none;
    width: 120px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    display: inline-block;
    box-shadow: 2px 2px 4px #f1ecec33;
  }

  .section-4 {
    aspect-ratio: 2.39;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-21 {
    width: 95%;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
    display: block;
  }

  .image-33 {
    width: 98%;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-9 {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 200%;
    line-height: 120%;
  }

  .div-block-22 {
    margin-right: 80px;
  }

  .div-block-23 {
    background-color: #eaeeef47;
    width: 97%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-7 {
    background-color: #c0d0b6;
    background-image: none;
  }

  .heading-11 {
    margin-top: 20px;
  }

  .text-span-8, .text-span-11, .text-span-14 {
    font-size: 14px;
    line-height: 14px;
  }

  .grid-6 {
    margin-top: 10px;
  }

  .text-block-23, .text-block-24 {
    font-size: 12px;
  }

  .text-block-25 {
    font-size: 10px;
  }

  .text-span-15, .text-span-16 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-span-17 {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-24, .div-block-hdexp, .div-block-hd {
    padding-left: 10px;
  }

  .heading-18 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .button-3 {
    float: right;
    width: 120px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    box-shadow: 2px 5px 4px 2px #f1eaea33;
  }

  .button-3:hover {
    font-size: 14px;
  }

  .heading-19 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 150%;
    line-height: 100%;
  }

  .grid-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 54%;
    height: 35%;
    margin-top: 0;
  }

  .div-block-25 {
    width: 70%;
    height: 60%;
  }

  .container-8 {
    width: 99%;
    max-width: none;
    height: 10%;
  }

  .background-video-3 {
    width: 98%;
    height: 92%;
  }

  .heading-22 {
    margin-top: 20px;
    font-size: 200%;
    line-height: 160%;
  }

  .div-block-26 {
    width: 95%;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
  }

  .grid-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .text-block-27 {
    margin-top: 10px;
    font-size: 110%;
    line-height: 110%;
  }

  .text-block-28 {
    flex: 0 auto;
    order: 1;
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 120%;
    line-height: 20%;
  }

  .txt-brf {
    font-size: 100%;
    line-height: 20%;
  }

  .txt-brf.prh {
    text-shadow: none;
    width: auto;
    height: auto;
    margin-top: 10px;
    padding-top: 0;
    font-family: Droid Sans, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .div-net-serv.net-servce {
    width: 100%;
  }

  .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
    font-size: 120%;
    line-height: 90%;
  }

  .div-block-32 {
    padding-bottom: 10px;
  }

  .text-block-35 {
    font-size: 110%;
    line-height: 100%;
  }

  .div-block-38 {
    margin-top: 0;
  }

  .image-38 {
    width: 45%;
    height: 100%;
    margin-top: 70px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-40 {
    font-size: 13px;
  }

  .text-block-41, .text-block-42 {
    font-size: 14px;
  }

  .text-block-43 {
    font-size: 140%;
    line-height: 90%;
  }

  .text-block-45 {
    margin-left: 5px;
    font-size: 140%;
    line-height: 90%;
  }

  .text-block-46, .text-block-48, .text-block-49, .text-block-50 {
    font-size: 140%;
    line-height: 90%;
  }

  .div-block-39, .div-block-40 {
    width: 70%;
    height: 60%;
  }

  .heading-26 {
    margin-top: 10px;
  }

  .image-48 {
    width: 12%;
    height: 12%;
  }

  .image-49 {
    width: 12%;
    height: 10%;
  }

  .image-50 {
    width: 10%;
    height: 10%;
  }

  .image-51 {
    width: 16%;
    height: 5%;
  }

  .div-block-44 {
    margin-bottom: 5px;
  }

  .heading-27 {
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 180%;
    line-height: 140%;
  }

  .text-block-61 {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 120%;
    line-height: 100%;
  }

  .section-10 {
    padding-bottom: 10px;
  }

  .button-4 {
    width: 26%;
    height: 10%;
    font-size: 90%;
    line-height: 80%;
  }

  .button-4:hover {
    width: 28%;
    height: 12%;
    font-size: 92%;
    line-height: 82%;
  }

  .grid-10 {
    width: 98%;
    height: 28%;
  }

  .heading-28 {
    margin-bottom: 10px;
    font-size: 130%;
    line-height: 110%;
  }

  .heading-29, .heading-30 {
    font-size: 140%;
    line-height: 120%;
  }

  .div-block-45, .div-block-46 {
    width: 80%;
    height: 97%;
  }

  .div-block-47 {
    width: 100%;
    height: 54%;
    margin-top: 10px;
    margin-right: 0;
  }

  .text-block-62 {
    text-align: center;
    font-size: 110%;
    line-height: 95%;
  }

  .heading-31 {
    width: 91%;
    height: 7%;
    font-size: 130%;
    line-height: 110%;
  }

  .div-block-48 {
    width: 96%;
    margin-top: 20px;
  }

  .button-5 {
    width: 38%;
    height: 12%;
    margin-bottom: 10px;
    font-size: 100%;
    line-height: 90%;
  }

  .button-5:hover {
    width: 39%;
    height: 13%;
    font-size: 102%;
  }

  .text-block-63, .text-block-65 {
    font-size: 110%;
    font-weight: 400;
    line-height: 95%;
  }

  .heading-32 {
    text-align: center;
    text-shadow: none;
    font-size: 180%;
    line-height: 160%;
  }

  .image-57 {
    margin-left: 30px;
  }

  .text-block-66 {
    margin-left: 95px;
  }

  .section-13 {
    width: auto;
  }

  .navbar-4 {
    border: 1px #000;
    border-radius: 0;
  }

  .image-58 {
    width: 10%;
    height: 10%;
  }

  .text-span-21 {
    display: none;
  }

  .heading-34 {
    margin-top: 85px;
    font-size: 280%;
    line-height: 120%;
  }

  .image-59 {
    width: 70%;
    max-width: none;
    height: 60%;
  }

  .image-60, .image-61 {
    width: 70%;
    height: 60%;
  }

  .link-block {
    width: 93%;
  }

  .net-drop {
    margin-bottom: 10px;
    font-size: 95%;
    line-height: 30%;
  }

  .net-drop:hover {
    font-size: 95%;
    font-weight: 700;
  }

  .dropdown-list-2 {
    margin-bottom: 0;
    font-size: 95%;
  }

  .menu-button-4 {
    margin-right: 30px;
  }

  .dropdown-4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 75%;
    line-height: 20%;
  }

  .icon-2 {
    margin-right: 0;
    padding-right: 80px;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .drop-men-list {
    width: 80%;
  }

  .dropdown-toggle-2 {
    width: 100%;
  }

  .dropdown-list-5 {
    background-color: #b01616ad;
    width: 160%;
    margin-top: 5px;
    margin-left: -35px;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
    display: none;
  }

  .dropdown-list-5.w--open {
    width: 143%;
    margin-left: -40px;
    margin-right: 0;
  }

  .dropdown-5 {
    margin-top: 3px;
  }

  .menu-button-5 {
    margin-right: 40px;
  }

  .grid-13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-54, .div-block-55 {
    width: auto;
    display: block;
  }

  .text-block-73 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack, .hero-heading-right {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.contact {
    display: block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section_nav {
    position: static;
  }

  .button-nav {
    z-index: 2;
    position: static;
    inset: 0%;
  }

  .button-nav.spt {
    z-index: 2;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    inset: 0%;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .na {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .brand {
    margin-top: 5px;
    margin-left: 30px;
  }

  .nav-menu {
    border-bottom-right-radius: 0;
  }

  .buttn_nav {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .text-slogan {
    text-align: left;
  }

  .icon, .menu-button-3 {
    background-color: #184971;
  }

  .hero-heading-center, .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    place-content: stretch;
    place-items: stretch start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .svc-img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    height: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .svc-img.slider {
    height: 70%;
    margin-top: 10px;
  }

  .text-img-blk {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-8 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    width: 95%;
  }

  .button {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
    font-weight: 700;
    line-height: 85%;
  }

  .button:hover {
    font-size: 50%;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hftservices {
    margin-top: 10px;
  }

  .heading-8 {
    color: #f8f8f5;
  }

  .div-block-17 {
    width: 90%;
    height: 40%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-18 {
    float: none;
    background-color: #f9f8f836;
    border-radius: 10px;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .image-32 {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-2 {
    width: 24%;
    height: 22%;
    text-decoration: none;
  }

  .button-2:hover {
    font-size: 14px;
  }

  .section-4 {
    box-sizing: content-box;
    aspect-ratio: 1;
  }

  .fs-marquee_item {
    width: 100%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .div-block-21 {
    margin-top: 0;
  }

  .heading-10 {
    font-size: 150%;
    line-height: 140%;
  }

  .div-block-22 {
    float: none;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .textarea {
    width: 100%;
  }

  .div-block-23 {
    width: 96%;
    height: 43%;
    margin-left: 10px;
  }

  .form-block {
    width: 94%;
  }

  .form-2 {
    float: none;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
  }

  .heading-11 {
    margin-top: 10px;
    font-size: 150%;
    line-height: 130%;
  }

  .submit-button {
    margin-bottom: 10px;
  }

  .text-span-8, .bold-text-4, .text-span-11 {
    font-size: 12px;
  }

  .text-span-12, .text-span-14 {
    font-size: 12px;
    line-height: 12px;
  }

  .button-3 {
    width: 24%;
    height: 22%;
    text-decoration: none;
  }

  .heading-19 {
    margin-top: 5px;
    font-size: 120%;
  }

  .grid-7 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    width: 60%;
    height: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-25 {
    width: 90%;
    height: 30%;
  }

  .container-8 {
    width: 95%;
    height: 120%;
    margin-bottom: 10px;
  }

  .background-video-3 {
    height: 195px;
    margin-top: 0;
  }

  .heading-22 {
    width: 85%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 125%;
  }

  .div-block-26 {
    width: 95%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .grid-8 {
    width: 98%;
  }

  .text-block-27, .txt-brf {
    margin-top: 10px;
  }

  .div-net-serv.net-servce {
    width: 102%;
  }

  .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
    text-align: center;
  }

  .grid-9 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-33 {
    width: 98%;
  }

  .div-block-34, .div-block-35 {
    width: 96%;
  }

  .text-block-35 {
    width: 80%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 110%;
    line-height: 92%;
  }

  .div-block-37 {
    width: 100%;
  }

  .image-37 {
    width: 13%;
    margin-left: 10px;
  }

  .text-block-36, .text-block-37, .text-block-38 {
    font-size: 110%;
    line-height: 105%;
  }

  .text-span-20 {
    font-size: 100%;
    line-height: 95%;
  }

  .text-block-39 {
    background-color: #050505c4;
    padding-left: 10px;
    font-size: 110%;
    line-height: 105%;
  }

  .bold-text-6 {
    font-size: 120%;
    line-height: 95%;
  }

  .div-block-38 {
    display: block;
  }

  .image-38 {
    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-25 {
    background-color: #060606c4;
    padding-left: 10px;
  }

  .text-block-40 {
    font-size: 100%;
    line-height: 95%;
  }

  .text-block-41 {
    font-size: 100%;
    line-height: 90%;
  }

  .text-block-42 {
    font-size: 100%;
    line-height: 95%;
  }

  .text-block-45, .text-block-46, .text-block-48, .text-block-49 {
    font-size: 110%;
  }

  .text-block-50 {
    font-size: 92%;
  }

  .text-block-51, .text-block-53 {
    font-size: 70%;
    line-height: 100%;
  }

  .text-block-54 {
    font-size: 70%;
    line-height: 110%;
  }

  .div-block-39 {
    width: 90%;
    height: 30%;
  }

  .div-block-40 {
    width: 90%;
    height: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-26 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 170%;
  }

  .div-block-41 {
    width: 96%;
    height: 25%;
  }

  .div-block-44 {
    margin-bottom: 5px;
  }

  .heading-27 {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 150%;
    line-height: 130%;
  }

  .text-block-61 {
    font-size: 110%;
    line-height: 100%;
  }

  .button-4 {
    width: 35%;
    height: 11%;
    margin-bottom: 10px;
    font-size: 80%;
    line-height: 70%;
  }

  .heading-28 {
    padding-top: 10px;
    font-size: 130%;
    line-height: 110%;
  }

  .heading-29, .heading-30 {
    font-size: 130%;
    line-height: 110%;
  }

  .div-block-45, .div-block-46 {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-55 {
    width: 95%;
    max-width: none;
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-47 {
    margin-top: 10px;
  }

  .text-block-62 {
    text-align: center;
    font-size: 100%;
    line-height: 90%;
  }

  .heading-31 {
    font-size: 110%;
    line-height: 95%;
  }

  .div-block-48 {
    width: 95%;
    height: 30%;
    margin-top: 30px;
    margin-left: 0;
    font-size: 14%;
  }

  .button-5 {
    width: 55%;
    height: 11%;
    margin-top: 20px;
    font-size: 90%;
    line-height: 70%;
  }

  .text-block-63, .text-block-65 {
    font-size: 115%;
    font-weight: 400;
    line-height: 95%;
  }

  .heading-32 {
    text-align: center;
    text-shadow: none;
    font-size: 160%;
    line-height: 140%;
  }

  .section-13 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .nav-menu-3 {
    height: auto;
    margin-top: 4px;
    font-size: 10px;
    line-height: 15px;
    display: block;
  }

  .navbar-4 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bold-text-8 {
    font-size: 12px;
  }

  .success-message {
    width: 94%;
  }

  .heading-34 {
    margin-top: 60px;
  }

  .image-59 {
    width: 50%;
    height: 50%;
    font-size: 70%;
    line-height: 80%;
  }

  .image-60 {
    width: 60%;
    height: 70%;
    font-size: 70%;
    line-height: 100%;
  }

  .image-61 {
    width: 50%;
    height: 50%;
  }

  .link-block-2 {
    width: 100%;
    font-size: 70%;
    line-height: 100%;
  }

  .link-block-3 {
    width: 100%;
    height: 200%;
    font-size: 70%;
    line-height: 100%;
  }

  .drop-men-list {
    width: 78%;
    display: block;
  }

  .link-14 {
    display: inline;
  }

  .dropdown-list-5 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .text-span-40 {
    font-size: 100%;
    line-height: 90%;
  }

  .text-span-41 {
    font-size: 80%;
  }

  .list {
    font-size: 620%;
    font-weight: 700;
    line-height: 190%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    font-size: 12px;
    line-height: 16px;
  }

  .nav-link.contact {
    line-height: 16px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    font-size: 9px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .navbar-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .brand, .image-3 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .nav-menu {
    border-bottom-right-radius: 0;
  }

  .buttn_nav {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-logo-header, .text-slogan {
    font-size: 12px;
  }

  .menu-button-3 {
    margin-bottom: 0;
    margin-right: 12px;
    padding-bottom: 18px;
    font-size: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .image-8:hover {
    width: 100%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 98%;
  }

  .svc-img {
    border-top-width: 1px;
    border-top-color: #23e115;
    border-bottom: 1px solid #10cd3c;
    border-radius: 0;
    width: 90%;
    margin-top: 0;
  }

  .svc-img.slider {
    height: auto;
    margin-top: 20px;
  }

  .text-img-blk {
    height: auto;
  }

  .image-9 {
    width: 30%;
    height: 20%;
  }

  .image-10 {
    width: 50%;
  }

  .text-block-7 {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: 40%;
    height: 28%;
  }

  .text-block-8, .slide {
    height: auto;
  }

  .image-16 {
    height: 60%;
  }

  .right-arrow {
    height: 80%;
  }

  .slider {
    width: 95%;
    height: auto;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 150%;
    line-height: 100%;
  }

  .heading-5 {
    font-size: 120%;
  }

  .image-24 {
    width: 9%;
    margin-left: 1px;
  }

  .image-25 {
    width: 15%;
    margin-top: 20px;
    margin-left: 5px;
  }

  .heading-8 {
    color: #f5f8f5;
    text-shadow: none;
    margin-top: 0;
    font-size: 120%;
    line-height: 100%;
  }

  .div-block-17 {
    background-color: #1e1c1ce8;
    border-radius: 15px;
    width: 95%;
    height: 30%;
    margin-top: 20px;
    padding-left: 5px;
    overflow: visible;
  }

  .div-block-18 {
    color: #0bf11a;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-32 {
    color: #e2cf04;
    width: 95%;
  }

  .button-2 {
    float: none;
    width: 40%;
    margin-top: -10px;
    padding-bottom: 10px;
    font-size: 80%;
  }

  .button-2:hover {
    font-size: 10px;
  }

  .section-4 {
    aspect-ratio: 2 / 3;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .div-block-21 {
    width: 90%;
  }

  .image-33 {
    width: 208%;
    height: 84%;
  }

  .heading-9 {
    font-size: 110%;
  }

  .heading-10 {
    font-size: 160%;
    line-height: 120%;
  }

  .heading-11 {
    font-size: 130%;
  }

  .grid-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #3c3737cf;
    margin-left: -5px;
    margin-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-23 {
    color: #efda07;
    font-size: 85%;
    line-height: 100%;
  }

  .text-block-24 {
    color: #f4e00c;
    font-size: 85%;
    line-height: 100%;
  }

  .text-block-25 {
    color: #ecd808;
    font-size: 80%;
    line-height: 85%;
  }

  .text-span-15 {
    color: #f3df09;
    font-size: 115%;
    line-height: 90%;
  }

  .text-span-16 {
    color: #f3de09;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 130%;
    line-height: 90%;
    display: inline-block;
  }

  .text-span-17 {
    color: #e7d40a;
    font-size: 130%;
    line-height: 95%;
  }

  .div-block-24, .div-block-hdexp, .div-block-hd {
    padding-left: 5px;
  }

  .heading-18 {
    color: #f4f8f3;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 110%;
  }

  .button-3 {
    float: right;
    width: 40%;
    margin-top: -30px;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 80%;
    line-height: 80%;
    display: block;
  }

  .button-3:hover {
    font-size: 10px;
  }

  .heading-19 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 88%;
    line-height: 95%;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 73%;
    height: 30%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-25 {
    width: 90%;
  }

  .background-video-3 {
    margin-top: 0;
  }

  .heading-22 {
    width: 100%;
    margin-top: 5px;
    font-size: 95%;
  }

  .div-block-26 {
    width: 90%;
  }

  .grid-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 95%;
  }

  .text-block-27 {
    font-size: 90%;
    line-height: 95%;
  }

  .text-block-28 {
    font-size: 120%;
  }

  .text-block-29 {
    text-align: center;
  }

  .text-block-30 {
    text-align: center;
    padding-top: 0;
  }

  .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
    text-align: center;
  }

  .grid-9 {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
  }

  .div-block-32 {
    color: #252222;
    background-color: #928608;
    background-image: none;
  }

  .text-block-35 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 75%;
    display: inline;
  }

  .div-block-37 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .image-37 {
    width: 15%;
    height: 15%;
    display: block;
    overflow: visible;
  }

  .text-block-36 {
    font-size: 110%;
    line-height: 100%;
  }

  .text-block-37, .text-block-38 {
    text-align: center;
    font-size: 110%;
    line-height: 100%;
  }

  .text-span-20 {
    font-size: 100%;
    line-height: 85%;
  }

  .text-block-39 {
    background-color: #05050500;
    font-size: 110%;
    line-height: 90%;
  }

  .bold-text-6 {
    font-size: 120%;
    line-height: 90%;
  }

  .heading-25 {
    background-color: #06060600;
    font-size: 16px;
  }

  .text-block-40 {
    font-size: 120%;
    line-height: 20%;
  }

  .text-block-45 {
    font-size: 110%;
    line-height: 85%;
  }

  .image-42, .image-43, .image-44 {
    margin-top: 5px;
  }

  .image-45 {
    margin-top: -45px;
  }

  .text-block-48 {
    font-size: 120%;
  }

  .text-block-50 {
    font-size: 110%;
    line-height: 80%;
  }

  .text-block-51 {
    font-size: 80%;
    line-height: 85%;
  }

  .text-block-53 {
    font-size: 65%;
    line-height: 80%;
  }

  .text-block-54 {
    font-size: 80%;
    line-height: 85%;
  }

  .div-block-39, .div-block-40 {
    width: 90%;
  }

  .text-block-55 {
    font-size: 16px;
  }

  .heading-26 {
    margin-top: 5px;
    font-size: 130%;
    line-height: 120%;
  }

  .image-48 {
    margin-top: 10px;
  }

  .image-49, .image-50, .image-51 {
    margin-top: 20px;
  }

  .text-block-57, .text-block-58 {
    font-size: 14px;
  }

  .div-block-42 {
    font-size: 12px;
  }

  .text-block-59 {
    font-size: 14px;
  }

  .div-block-43 {
    font-size: 12px;
  }

  .text-block-60 {
    font-size: 14px;
  }

  .heading-27 {
    color: #0f0f0f;
    text-shadow: none;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 120%;
    line-height: 120%;
  }

  .text-block-61 {
    text-shadow: none;
    width: 95%;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 100%;
    font-weight: 400;
    line-height: 115%;
  }

  .section-10 {
    background-color: #69a42a;
    background-image: none;
    background-size: auto;
  }

  .button-4 {
    width: 70%;
    height: 8%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 80%;
    line-height: 70%;
  }

  .button-4:hover {
    width: 70%;
    height: 8%;
  }

  .grid-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-28 {
    font-size: 120%;
    line-height: 60%;
  }

  .heading-29 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 140%;
    line-height: 130%;
  }

  .heading-30 {
    margin-top: 10px;
    font-size: 140%;
    line-height: 130%;
  }

  .image-55 {
    width: 94%;
  }

  .section-11 {
    width: 94%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .text-block-62 {
    font-size: 100%;
    line-height: 90%;
  }

  .section-12 {
    background-image: none;
  }

  .heading-31 {
    font-size: 98%;
    line-height: 110%;
  }

  .div-block-48 {
    width: 94%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-5 {
    width: 80%;
    height: 8%;
    margin-top: 20px;
    font-size: 80%;
    line-height: 60%;
  }

  .button-5:hover {
    width: 82%;
    height: 20px;
    padding-top: 5px;
    font-size: 80%;
    line-height: 70%;
  }

  .text-block-63 {
    margin-top: 0;
    font-size: 110%;
    font-weight: 400;
    line-height: 90%;
  }

  .text-block-65 {
    font-size: 110%;
    font-weight: 400;
    line-height: 90%;
  }

  .heading-32 {
    text-shadow: none;
    margin-left: 0;
    font-size: 140%;
    line-height: 150%;
  }

  .image-57 {
    margin-left: -10px;
  }

  .heading-33 {
    font-size: 120%;
    line-height: 90%;
  }

  .text-block-66 {
    margin-top: -20px;
    margin-left: 45px;
    font-size: 90%;
    line-height: 86%;
  }

  .section-13 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .nav-menu-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .navbar-4 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-49 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-34 {
    font-size: 200%;
  }

  .image-59 {
    width: 60%;
    height: 50%;
  }

  .image-60 {
    width: 40%;
  }

  .brand-2 {
    width: 80%;
  }

  .drop-men-list {
    width: 78%;
  }

  .dropdown-list-5 {
    width: 100%;
    margin-left: -45px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    line-height: 16px;
  }

  .dropdown-5 {
    margin-top: 4px;
  }

  .dropdown-6, .dropdown-7 {
    margin-top: 3px;
  }

  .menu-button-5 {
    margin-right: 2px;
  }

  .icon-3 {
    margin-left: 0;
    margin-right: 30px;
  }

  .div-block-53 {
    margin-bottom: 10px;
  }

  .left-arrow {
    height: 80%;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#w-node-_386c7683-cf0f-1992-7528-baafc110f4c5-0d862780 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f2db889-7e9e-da75-a7bb-1ca0c2d8bdea-0d862780 {
  align-self: auto;
}

#w-node-_072309a7-6b84-00c1-635a-06e03246f3c9-078993d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072309a7-6b84-00c1-635a-06e03246f403-078993d6 {
  align-self: auto;
}

#w-node-_00a1c722-ceb3-de76-33fe-a591d06befad-01a946a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a1c722-ceb3-de76-33fe-a591d06befe7-01a946a3 {
  align-self: auto;
}

#w-node-_7414979c-d5dd-29f8-34bb-dd4ae802ea1b-e4daa681 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7414979c-d5dd-29f8-34bb-dd4ae802ea55-e4daa681 {
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_9fcdf664-bbff-0904-fe61-4cdbb25e87fa-0d862780 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c3a4d999-cc81-4fe2-0b86-ee103da42b2c-0d862780 {
    place-self: auto;
  }
}


