.navbar-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #151515;
}
.navbar-navbar-interactive {
  width: 100%;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: var(--dl-color-gray-white);
}
.navbar-branding {
  gap: var(--dl-space-space-halfunit);
  width: auto;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navbar-navlink {
  display: contents;
}
.navbar-image {
  width: 285px;
  height: 152px;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
.navbar-items {
  gap: var(--dl-space-space-threeunits);
  width: 1440px;
  height: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.navbar-links {
  gap: var(--dl-space-space-threeunits);
  width: 532px;
  height: 50%;
  display: flex;
  align-items: center;
  padding-left: 0px;
  flex-direction: row;
}
.navbar-text {
  color: #010175;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.navbar-link {
  color: #010175;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.navbar-navlink1 {
  color: #010175;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.navbar-navlink2 {
  color: rgb(1, 1, 117);
  width: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.navbar-button {
  width: 160px;
  height: 61px;
  text-align: center;
  text-decoration: none;
  background-color: #d40808;
}
.navbar-text1 {
  color: rgb(255, 255, 255);
}
.navbar-burger-menu {
  display: none;
}
.navbar-mobile-menu {
  display: flex;
}




@media(max-width: 1600px) {
  .navbar-navbar-interactive {
    height: auto;
  }
}
@media(max-width: 991px) {
  .navbar-navbar-interactive {
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .navbar-branding {
    width: auto;
    height: auto;
  }
  .navbar-items {
    width: auto;
    height: auto;
  }
  .navbar-links {
    width: auto;
    height: auto;
  }
  .navbar-link {
    text-align: center;
  }
  .navbar-button {
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
  }
  .navbar-text1 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
}
@media(max-width: 767px) {
  .navbar-navbar-interactive {
    padding: var(--dl-space-space-halfunit);
  }
  .navbar-branding {
    width: 20%;
  }
  .navbar-image {
    width: 100%;
    height: auto;
  }
  .navbar-burger-menu {
    display: flex;
  }
}
@media(max-width: 479px) {
  .navbar-navbar-interactive {
    height: auto;
    padding: var(--dl-space-space-halfunit);
  }
  .navbar-branding {
    width: 15%;
  }
  .navbar-image {
    width: 100%;
    height: auto;
  }
  .navbar-items {
    width: auto;
    opacity: 1;
    align-self: center;
    align-items: center;
    padding-left: var(--dl-space-space-halfunit);
    justify-content: center;
  }
  .navbar-links {
    flex: auto;
    width: 302px;
    height: auto;
    padding: 0px;
  }
  .navbar-text {
    width: auto;
    height: auto;
    font-size: 14px;
    align-self: center;
  }
  .navbar-link {
    font-size: 14px;
  }
  .navbar-navlink1 {
    font-size: 14px;
  }
  .navbar-navlink2 {
    font-size: 14px;
  }
  .navbar-button {
    width: auto;
    height: 35px;
    padding: var(--dl-space-space-halfunit);
  }
  .navbar-text1 {
    font-size: 12px;
    line-height: 12px;
  }
}

.service-service {
  gap: var(--dl-space-space-twounits);
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  max-width: 350px;
  align-items: flex-start;
  border-color: #151515;
  padding-left: 0px;
  padding-right: 00px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
.service-title {
  color: #d40808;
  width: 100%;
  height: auto;
  font-size: 1.5em;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-left: 0px;
  white-space: nowrap;
  margin-right: var(--dl-space-space-unit);
}
.service-description {
  font-size: 20px;
  align-self: stretch;
  text-align: left;
  line-height: 36px;
}






@media(max-width: 991px) {
  .service-service {
    gap: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .service-title {
    font-size: 18px;
    line-height: 16px;
  }
  .service-description {
    font-size: 14px;
    line-height: 21px;
  }
  .service-root-class-name {
    max-width: 100%;
  }
  .service-root-class-name1 {
    max-width: 100%;
  }
  .service-root-class-name2 {
    max-width: 100%;
  }
  .service-root-class-name3 {
    max-width: 100%;
  }
  .service-root-class-name4 {
    max-width: 100%;
  }
  .service-root-class-name5 {
    max-width: 100%;
  }
}

.services-we-offer-services-we-offer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.services-we-offer-services {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  position: relative;
  max-width: 100%;
  margin-top: 0px;
  align-items: flex-start;
  padding-top: 0px;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.services-we-offer-image {
  width: 100%;
  align-self: center;
  object-fit: cover;
  padding-top: var(--dl-space-space-threeunits);
}
.services-we-offer-header {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  border-color: #151515;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
  border-bottom-width: 0px;
}
.services-we-offer-title {
  color: #010175;
  font-size: 48px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  text-transform: capitalize;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.services-we-offer-grid {
  flex: 1;
  width: auto;
  height: auto;
  margin: var(--dl-space-space-twounits);
  display: grid;
  grid-gap: var(--dl-space-space-fiveunits);
  align-self: center;
  align-items: flex-start;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  grid-template-columns: auto auto auto;
}
.services-we-offer-root-class-name {
  margin-bottom: var(--dl-space-space-threeunits);
}
.services-we-offer-root-class-name1 {
  width: 100%;
  align-self: stretch;
  margin-left: 0px;
}
@media(max-width: 1600px) {
  .services-we-offer-root-class-name1 {
    width: 100%;
  }
}
@media(max-width: 991px) {
  .services-we-offer-services {
    gap: var(--dl-space-space-threeunits);
    padding-top: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .services-we-offer-header {
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    border-top-width: 1px;
  }
  .services-we-offer-title {
    border-width: 0px;
  }
  .services-we-offer-grid {
    display: flex;
    grid-gap: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .services-we-offer-header {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .services-we-offer-title {
    border-width: 0px;
  }
}

.contact-us-contact-us {
  width: 100%;
  display: flex;
  position: relative;
  padding-top: 0px;
  justify-content: center;
}
.contact-us-information {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 30%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: center;
}
.contact-us-location {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-us-caption {
  color: #010175;
  font-size: 32px;
  align-self: center;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.contact-us-iframe {
  width: 100%;
  height: 200px;
  align-self: center;
}
.contact-us-value {
  color: rgb(212, 8, 8);
  font-size: 24px;
  max-width: 560px;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-weight: 400;
  line-height: 26px;
}
.contact-us-value1 {
  color: rgb(212, 8, 8);
  font-size: 24px;
  max-width: 560px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 400;
  line-height: 26px;
}
.contact-us-caption1 {
  color: rgb(21, 21, 21);
  font-size: 24px;
  align-self: center;
  text-align: center;
  line-height: 36px;
}
.contact-us-text06 {
  color: #010175;
  font-style: normal;
  font-weight: 600;
}
.contact-us-text08 {
  color: #d40808;
}
.contact-us-text10 {
  color: #010175;
}
.contact-us-text12 {
  color: #d40808;
}
.contact-us-text14 {
  color: #010175;
}
.contact-us-text16 {
  color: #d40808;
}
.contact-us-text18 {
  color: #010175;
}
.contact-us-text20 {
  color: #d40808;
}
.contact-us-text22 {
  color: #010175;
}
.contact-us-text24 {
  color: #d40808;
}
.contact-us-container {
  flex: 0 0 auto;
  width: 60%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.contact-us-image {
  width: 800px;
  height: auto;
  align-self: center;
  object-fit: cover;
}
.contact-us-image1 {
  width: auto;
  margin-top: var(--dl-space-space-sixunits);
  object-fit: cover;
}
.contact-us-root-class-name {
  align-self: center;
  margin-top: var(--dl-space-space-threeunits);
  margin-left: 0p0x;
  margin-right: 0p0x;
}
.contact-us-root-class-name1 {
  align-self: center;
}

.contact-us-root-class-name3 {
  align-self: center;
}
@media(max-width: 1600px) {
  .contact-us-information {
    flex: 0 0 auto;
    width: 40%;
    height: auto;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
  }
  .contact-us-location {
    align-items: center;
  }
  .contact-us-value {
    color: rgb(212, 8, 8);
    width: 100%;
    font-size: 24px;
    align-self: center;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0px;
  }
  .contact-us-value1 {
    align-self: center;
    margin-left: 0px;
  }
  .contact-us-caption1 {
    color: rgb(21, 21, 21);
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    margin-left: 0px;
  }
  .contact-us-text06 {
    color: #010175;
    font-style: normal;
    font-weight: 600;
  }
  .contact-us-text08 {
    color: #d40808;
  }
  .contact-us-text10 {
    color: #010175;
  }
  .contact-us-text12 {
    color: #d40808;
  }
  .contact-us-text14 {
    color: #010175;
  }
  .contact-us-text16 {
    color: #d40808;
  }
  .contact-us-text18 {
    color: #010175;
  }
  .contact-us-text20 {
    color: #d40808;
  }
  .contact-us-text22 {
    color: #010175;
  }
  .contact-us-text23 {
    color: #010175;
  }
  .contact-us-text24 {
    color: #d40808;
  }
  .contact-us-container {
    width: 55%;
    align-self: flex-end;
    align-items: center;
    justify-content: flex-start;
  }
}
@media(max-width: 1200px) {
  .contact-us-contact-us {
    align-items: center;
    justify-content: center;
  }
  .contact-us-value {
    color: rgb(212, 8, 8);
    font-size: 24px;
    max-width: auto;
    align-self: center;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0px;
  }
  .contact-us-text {
    font-size: 24px;
  }
  .contact-us-text01 {
    font-size: 24px;
  }
  .contact-us-value1 {
    color: rgb(212, 8, 8);
    font-size: 24px;
    max-width: auto;
    align-self: center;
    margin-top: 0px;
    text-align: left;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0px;
  }
  .contact-us-caption1 {
    color: rgb(21, 21, 21);
    width: 100%;
    font-size: 24px;
    align-self: flex-start;
    margin-top: var(--dl-space-space-unit);
    text-align: center;
    line-height: 36px;
    margin-left: 0px;
  }
  .contact-us-text06 {
    color: #010175;
    font-style: normal;
    font-weight: 600;
  }
  .contact-us-text08 {
    color: #d40808;
  }
  .contact-us-text10 {
    color: #010175;
  }
  .contact-us-text12 {
    color: #d40808;
  }
  .contact-us-text14 {
    color: #010175;
  }
  .contact-us-text16 {
    color: #d40808;
  }
  .contact-us-text18 {
    color: #010175;
  }
  .contact-us-text20 {
    color: #d40808;
  }
  .contact-us-text22 {
    color: #010175;
  }
  .contact-us-text23 {
    color: #010175;
  }
  .contact-us-text24 {
    color: #d40808;
  }
  .contact-us-container {
    height: auto;
    align-self: flex-start;
  }
  .contact-us-image {
    width: 90%;
  }
  .contact-us-image1 {
    width: 50%;
  }
}
@media(max-width: 991px) {
  .contact-us-information {
    gap: var(--dl-space-space-threeunits);
    width: 40%;
    align-items: flex-start;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
    justify-content: flex-start;
  }
  .contact-us-caption {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-us-value {
    color: rgb(212, 8, 8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .contact-us-text {
    font-size: 16px;
  }
  .contact-us-text01 {
    font-size: 16px;
  }
  .contact-us-value1 {
    color: rgb(212, 8, 8);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .contact-us-caption1 {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-us-text06 {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-us-image {
    flex: 0 0 auto;
    width: 100%;
    height: 320px;
  }
}
@media(max-width: 767px) {
  .contact-us-contact-us {
    flex-direction: column;
  }
  .contact-us-information {
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .contact-us-container {
    width: 100%;
    align-self: center;
    margin-top: var(--dl-space-space-threeunits);
    margin-left: 00px;
    margin-right: 00px;
  }
  .contact-us-image {
    width: 70%;
  }
}
@media(max-width: 479px) {
  .contact-us-contact-us {
    flex-direction: column;
  }
  .contact-us-information {
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .contact-us-iframe {
    height: auto;
  }
  .contact-us-value {
    color: rgb(212, 8, 8);
    font-size: 14px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 26px;
    padding-top: var(--dl-space-space-unit);
  }
  .contact-us-text {
    font-size: 14px;
  }
  .contact-us-text01 {
    font-size: 14px;
  }
  .contact-us-value1 {
    color: rgb(212, 8, 8);
    text-align: center;
  }
  .contact-us-container {
    width: 100%;
    margin-top: var(--dl-space-space-threeunits);
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .contact-us-image {
    height: auto;
  }
  .contact-us-image1 {
    width: 100%;
  }
}

.footer-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.footer-container1 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-self: flex-start;
  margin-top: 0px;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: center;
}
.footer-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.footer-container2 {
  flex: 0 0 auto;
  width: auto;
  height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-icon {
  width: 24px;
  height: 24px;
}
.footer-link {
  color: #d40808;
  text-align: center;
  text-decoration: none;
}
.footer-container3 {
  flex: 0 0 auto;
  width: auto;
  height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-icon2 {
  width: 24px;
  height: 24px;
}
.footer-link1 {
  color: #d40808;
  text-align: center;
  text-decoration: none;
}
.footer-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer-image1 {
  width: 70%;
  margin-top: var(--dl-space-space-unit);
  object-fit: cover;
}
.footer-container5 {
  flex: 0 0 auto;
  width: 25%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: center;
}
.footer-text {
  align-self: center;
  text-align: center;
  line-height: 1.35;
  margin-left: var(--dl-space-space-twounits);
  padding-top: 0px;
  margin-right: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
}
.footer-text01 {
  color: #010175;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.footer-text02 {
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.footer-text03 {
  font-family: "Noto Sans";
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.footer-container6 {
  flex: 0 0 auto;
  width: 25%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: center;
}
.footer-text16 {
  text-align: center;
  line-height: 1.35;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  background-color: var(--dl-color-gray-white);
}
.footer-text17 {
  color: #010175;
  font-style: normal;
  font-weight: 600;
}
.footer-text18 {
  font-style: normal;
  font-weight: 600;
}
.footer-container7 {
  flex: 0 0 auto;
  width: 20%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-container8 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-text29 {
  align-self: center;
  text-align: center;
  line-height: 1.35;
}
.footer-text30 {
  color: #010175;
  font-style: normal;
  font-weight: 600;
}
.footer-text31 {
  color: #010175;
  font-style: normal;
  font-weight: 600;
}
.footer-navlink {
  text-decoration: underline;
}
.footer-navlink1 {
  text-decoration: underline;
}
.footer-text34 {
  text-decoration: underline;
}
.footer-navlink2 {
  text-decoration: underline;
}
.footer-navlink3 {
  text-decoration: underline;
}
.footer-text37 {
  width: 100%;
  font-size: 12px;
  font-style: italic;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-weight: 300;
}
.footer-root-class-name {
  width: 100%;
  height: 100%;
}
.footer-root-class-name1 {
  width: 100%;
  height: auto;
  align-self: stretch;
}
.footer-root-class-name2 {
  width: 100%;
  height: auto;
  align-self: stretch;
}
.footer-root-class-name3 {
  width: 100%;
  height: auto;
  align-self: stretch;
}
.footer-root-class-name4 {
  width: 100%;
  height: 100%;
}
.footer-root-class-name5 {
  width: 100%;
  height: auto;
  align-self: stretch;
}
@media(max-width: 991px) {
  .footer-container {
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .footer-text {
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .footer-container6 {
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 767px) {
  .footer-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-container2 {
    width: 100%;
    height: auto;
  }
  .footer-link {
    font-size: 16px;
  }
  .footer-link1 {
    width: 100%;
    font-size: 16px;
  }
  .footer-container5 {
    padding-top: var(--dl-space-space-unit);
  }
  .footer-text {
    height: 100%;
    font-size: 16px;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .footer-text16 {
    font-size: 16px;
  }
  .footer-text29 {
    font-size: 16px;
  }
}
@media(max-width: 479px) {
  .footer-container {
    width: 100%;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .footer-container1 {
    width: 140px;
    height: 172px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-link {
    font-size: 12px;
  }
  .footer-link1 {
    font-size: 12px;
  }
  .footer-container5 {
    height: auto;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .footer-text {
    font-size: 15px;
  }
  .footer-container6 {
    height: auto;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .footer-text16 {
    font-size: 15px;
  }
  .footer-text29 {
    font-size: 15px;
  }
}

.slide-to-top-slide-to-top {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.slide-to-top-button {
  right: 10px;
  width: auto;
  bottom: 10px;
  height: auto;
  position: fixed;
  text-align: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-halfunit);
  padding-right: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: #d40808;
}
.slide-to-top-icon {
  width: 50px;
  height: 50px;
}



@media(max-width: 991px) {
  .slide-to-top-button {
    width: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
  padding-bottom: 0px;
}
.home-image {
  width: 100%;
  height: auto;
  align-self: flex-start;
  object-fit: cover;
}
.home-header {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: auto;
  align-self: center;
  margin-top: var(--dl-space-space-fourunits);
  align-items: flex-start;
  padding-top: 0px;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: 0px;
  background-color: var(--dl-color-gray-white);
}
.home-description {
  color: var(--dl-color-gray-black);
  width: 70%;
  height: auto;
  font-size: 20px;
  max-width: auto;
  align-self: center;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  line-height: 48px;
  padding-top: 0px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  background-color: var(--dl-color-gray-white);
}
.home-why-choose-us {
  width: 100%;
  height: auto;
  display: flex;
  max-width: auto;
  margin-top: 0px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  border-color: #151515;
  padding-left: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-end;
  border-top-width: 1px;
}
.home-container1 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  margin-top: 0px;
  align-items: flex-end;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
}
.home-image1 {
  flex: 1;
  width: 100%;
  height: auto;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  padding-left: 0px;
  padding-right: 0px;
}
.home-container2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
}
.home-text {
  color: rgb(1, 1, 117);
  width: 574px;
  align-self: center;
  text-align: center;
  padding-top: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-radius8);
  padding-bottom: var(--dl-space-space-halfunit);
}
.home-ul {
  width: 558px;
  height: 373px;
  transition: 0.3s;
  padding-left: 0px;
}

.home-li {
  font-size: 20px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.home-text01 {
  font-size: 20px;
  transition: 0.3s;
}

.home-text02 {
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
.home-text03 {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.home-text04 {
  text-transform: uppercase;
}
.home-li1 {
  font-size: 20px;
  padding-top: var(--dl-space-space-twounits);
}
.home-text07 {
  font-size: 20px;
}
.home-text08 {
  font-style: normal;
  font-weight: 700;
}
.home-li2 {
  font-size: 20px;
  padding-top: var(--dl-space-space-twounits);
}
.home-text12 {
  font-size: 20px;
}
.home-text13 {
  font-style: normal;
  font-weight: 700;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: var(--dl-space-space-twounits);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: var(--dl-space-space-fourunits);
  align-items: flex-start;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: var(--dl-space-space-fourunits);
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text17 {
  color: #010175;
  font-size: 48px;
  align-self: center;
  margin-top: var(--dl-space-space-fourunits);
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  margin-bottom: var(--dl-space-space-fourunits);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-link {
  display: contents;
}
.home-component4 {
  text-decoration: none;
}
@media(max-width: 1600px) {
  .home-description {
    color: var(--dl-color-gray-black);
    height: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    background-color: var(--dl-color-gray-white);
  }
  .home-why-choose-us {
    max-width: 100%;
  }
  .home-container2 {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
    align-items: center;
  }
  .home-container3 {
    width: 100%;
  }
  .home-container4 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media(max-width: 1200px) {
  .home-description {
    color: var(--dl-color-gray-black);
    width: 80%;
    height: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    background-color: var(--dl-color-gray-white);
  }
}
@media(max-width: 991px) {
  .home-header {
    height: 100%;
    padding-bottom: 0px;
    justify-content: center;
  }
  .home-description {
    font-size: 16px;
    line-height: 24px;
  }
  .home-why-choose-us {
    padding: 0px;
    margin-top: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-container1 {
    width: 100%;
  }
  .home-container2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .home-container3 {
    margin-top: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 767px) {
  .home-header {
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
    padding-bottom: 0px;
  }
  .home-why-choose-us {
    margin-bottom: var(--dl-space-space-sixunits);
    flex-direction: column;
    padding-bottom: 0px;
  }
  .home-container1 {
    width: 100%;
  }
  .home-container2 {
    width: 100%;
    margin-top: var(--dl-space-space-twounits);
  }
  .home-container4 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: 1px;
  }
}
@media(max-width: 479px) {
  .home-why-choose-us {
    flex-direction: column;
  }
  .home-container1 {
    width: 100%;
  }
  .home-container2 {
    width: 100%;
    margin-top: var(--dl-space-space-threeunits);
  }
  .home-text {
    width: auto;
  }
  .home-ul {
    width: auto;
    height: auto;
  }
  .home-container4 {
    padding-left: 0px;
  }
  .home-text17 {
    font-size: 36px;
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
