html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

nav,
section {
  display: block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h2,
h4,
h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --primary-color: #131126;
  --transparent: #0000;
  --orange-800: #f7917b;
  --border-radius-12px: 12px;
  --border-0: 0px;
  --white-900: white;
  --secondary-color: #f54480;
  --radius-100px: 100px;
  --green-400: #9dcb44;
  --green-200: #39beb1;
  --orange-500: #fec84e;
  --blue-100: #e8f8fa;
  --green-700: #16b47f;
  --orange-100: #f7cfb2;
  --pink-900: #f17084;
  --blue-300: #1db6ce;
  --orange-600: #f46f22;
  --black-900: #000;
  --pink-300: #fef1f3;
  --white-901: white;
  --black-901: black;
}

body {
  color: var(--primary-color);
  text-transform: none;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h2 {
  color: var(--primary-color);
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 74px;
}

h4 {
  color: var(--primary-color);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

h5 {
  color: var(--primary-color);
  letter-spacing: -.52px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
}

p {
  color: #131126cc;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

.navbar {
  background-color: var(--transparent);
  position: fixed;
  inset: 30px 0% auto;
}

.section {
  padding-top: 118px;
  padding-bottom: 118px;
}

.section.footer {
  background-image: url("image/bluebg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.section.inner-banner {
  background-image: url("image/bluebg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.branches {
  padding-bottom: 130px;
}

.section.branches.branches-v1 {
  padding-bottom: 0;
}

.section.contact {
  padding-bottom: 130px;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.nav-container {
  max-width: 1360px;
}

.nav-menu {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.site-logo-wrap {
  padding-left: 0;
}

.navbar-wrapper {
  border-radius: var(--border-radius-12px);
  background-color: var(--primary-color);
  justify-content: space-between;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-link {
  color: var(--white-900);
  letter-spacing: -.36px;
  text-transform: capitalize;
  padding: 0;
  line-height: 32px;
  transition: all .5s;
}

.nav-menu-link:hover,
.nav-menu-link.w--current {
  color: var(--secondary-color);
}

._3d-button-wrap {
  transform-origin: 50%;
  position: relative;
}

._3d-button-wrap.tab-off {
  display: none;
}

._3d-button-fornt {
  border: 2px solid var(--secondary-color);
  border-radius: var(--border-radius-12px);
  background-color: var(--secondary-color);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  color: var(--white-900);
  letter-spacing: -.36px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  transition: opacity .3s;
  display: flex;
}

._3d-button-text {
  z-index: 1;
  letter-spacing: -.36px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
}

._3d-button-back {
  border-radius: var(--border-radius-12px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  color: var(--primary-color);
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._3d-button-back.pink {
  border-color: var(--secondary-color);
  color: var(--white-900);
}

.section-top-wrap {
  margin-bottom: 55px;
}

.section-title {
  text-align: center;
  max-width: 826px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.branches {
  max-width: 870px;
  margin-bottom: 16px;
}

.section-details {
  color: #131126cc;
  text-align: center;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.branches {
  max-width: 582px;
}

.footer-top-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.footer-bottom-menu-wrap {
  grid-column-gap: 75px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.footer-copy-write-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-top-details {
  color: #fffc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-divider-line {
  border-bottom: 2px dashed var(--secondary-color);
  width: 100%;
  height: 0;
}

.copy-write-text {
  color: #fffc;
}

.footer-menu-single-wrap {
  position: relative;
}

.footer-menu-title-wrap {
  margin-bottom: 40px;
}

.footer-menu-link-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu-title {
  color: var(--white-900);
  font-weight: 700;
}

.footer-menu-link {
  color: #fffc;
  text-transform: capitalize;
  transition: all .4s;
}

.footer-menu-link:hover {
  color: var(--secondary-color);
  transform: translate(7px);
}

.footer-pages-menu-wrap {
  grid-column-gap: 75px;
  align-items: flex-start;
  display: flex;
}

.footer-contact-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact-list-item {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.footer-contact-icon {
  margin-top: 5px;
}

.footer-contact-info {
  color: #fffc;
}

.footer-contact-info.location {
  max-width: 211px;
}

.footer-menu-divider-line {
  border-right: 2px dashed var(--secondary-color);
  width: 0;
  min-height: 376px;
}

.inner-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.inner-title {
  color: var(--white-900);
  margin-bottom: 16px;
}

.inner-breadcrumb-wrap {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.single-breadcrumb-link {
  color: var(--white-900);
  text-transform: capitalize;
}

.single-breadcrumb-link.w--current {
  color: var(--secondary-color);
}

.branches-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.branches-single-wrap {
  padding: 10px;
}

.branches-single-wrap._1 {
  background-color: #fec84e1a;
}

.branches-single-wrap._2 {
  background-color: #f544801a;
}

.branches-single-wrap._3 {
  background-color: #16b47f1a;
}

.branches-border-wrap {
  border: 2px dashed #000;
}

.branches-border-wrap._1 {
  border-color: var(--orange-500);
}

.branches-border-wrap._2 {
  border-color: var(--secondary-color);
}

.branches-border-wrap._3 {
  border-color: var(--green-700);
}

.branches-img-wrap {
  border-bottom: 2px dashed #000;
  padding: 10px;
}

.branches-img-wrap._1 {
  border-bottom-color: var(--orange-500);
}

.branches-img-wrap._2 {
  border-bottom-color: var(--secondary-color);
}

.branches-img-wrap._3 {
  border-bottom-color: var(--green-700);
}

.branches-img {
  width: 100%;
}

.branches-details-wrap {
  padding: 20px 20px 30px 30px;
}

.branches-name {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.branches-details-list {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.branches-single-details {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.branches-list-details {
  color: #131126cc;
}

.contact-wrap {
  background-color: #f544801a;
  padding: 10px;
}

.contact-border-wrap {
  border: 2px dashed var(--secondary-color);
  padding: 10px;
}

.contact-details-wrap {
  background-color: var(--white-900);
  padding: 30px;
}

.contact-form {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-title {
  margin-bottom: 16px;
}

.contact-details {
  margin-bottom: 40px;
}

.contact-input {
  border-radius: var(--border-radius-12px);
  border: 2px solid #1311261a;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.contact-name-email-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contact-textarea {
  border-radius: var(--border-radius-12px);
  border: 2px solid #1311261a;
  min-width: 100%;
  max-width: 1216px;
  min-height: 150px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.contact-submit-btn {
  border-radius: var(--border-radius-12px);
  background-color: var(--secondary-color);
  color: var(--white-900);
  letter-spacing: -.36px;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.navbar-flex-wrap {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5px;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.announcement-wrap {
  z-index: 999999;
  grid-column-gap: 10px;
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.announcement-details {
  color: var(--white-900);
}

.announcement-close-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.announcement-details-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.flowzaiofficial-gmail-com {
  color: var(--orange-500);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 9999;
    inset: 0% 0% auto;
  }

  .section.footer {
    padding-top: 100px;
  }

  .section.inner-banner {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.branches,
  .section.contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-menu {
    grid-row-gap: 35px;
    background-color: var(--orange-800);
    max-height: 85vh;
    padding: 20px 25px;
    overflow: auto;
  }

  .navbar-wrapper {
    border-radius: var(--border-0);
  }

  .nav-menu-link {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }

  ._3d-button-wrap.tab-off {
    display: none;
  }

  ._3d-button-fornt {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 30px;
  }

  ._3d-button-back,
  ._3d-button-back.pink {
    font-size: 16px;
    line-height: 30px;
  }

  .section-top-wrap {
    margin-bottom: 40px;
  }

  .section-title {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 58px;
  }

  .section-title.branches {
    margin-bottom: 10px;
  }

  .section-details {
    max-width: 585px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-top-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .footer-bottom-menu-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-copy-write-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-top-left-wrap {
    text-align: center;
  }

  .footer-top-details {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-menu-title-wrap {
    margin-bottom: 25px;
  }

  .footer-menu-link-wrap {
    grid-row-gap: 20px;
  }

  .footer-menu-title {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-menu-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-pages-menu-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-contact-list {
    grid-row-gap: 20px;
  }

  .footer-contact-info {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-menu-divider-line {
    display: none;
  }

  .inner-title {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 52px;
    line-height: 62px;
  }

  .branches-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .branches-details-wrap {
    padding-left: 20px;
  }

  .branches-details-list {
    grid-row-gap: 15px;
  }

  .branches-list-details {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-details-wrap {
    padding: 25px;
  }

  .contact-form {
    grid-row-gap: 25px;
  }

  .contact-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .contact-details {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-name-email-wrap {
    grid-column-gap: 25px;
  }

  .checkbox-label {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {

  .section.footer {
    padding-top: 80px;
  }

  .section.inner-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.branches,
  .section.contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-menu {
    padding-bottom: 20px;
    padding-right: 25px;
  }

  ._3d-button-wrap.tab-off {
    display: block;
  }

  .section-title {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 42px;
  }

  .section-title.branches {
    margin-bottom: 5px;
  }

  .section-details {
    max-width: 435px;
    font-size: 15px;
    line-height: 25px;
  }

  .footer-top-wrap {
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .footer-bottom-menu-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-copy-write-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-top-details {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .copy-write-text {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-menu-title-wrap {
    margin-bottom: 20px;
  }

  .footer-menu-link-wrap {
    grid-row-gap: 15px;
  }

  .footer-menu-title {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-menu-link {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-pages-menu-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-contact-info {
    font-size: 15px;
    line-height: 25px;
  }

  .inner-title {
    margin-bottom: 5px;
    font-size: 38px;
    line-height: 48px;
  }

  .single-breadcrumb-link {
    font-size: 16px;
    line-height: 26px;
  }

  .branches-grid-wrap {
    grid-template-columns: 1fr;
  }

  .contact-details-wrap {
    padding: 20px;
  }

  .contact-form {
    grid-row-gap: 20px;
  }

  .contact-title {
    font-size: 26px;
    line-height: 36px;
  }

  .contact-details {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .contact-input {
    padding: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-name-email-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-textarea {
    min-height: 120px;
    padding: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-submit-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .announcement-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .announcement-close-wrap {
    grid-column-gap: 5px;
    align-items: center;
    display: flex;
  }

  .announcement-details-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {

  .section.footer {
    padding-top: 60px;
  }

  .section.inner-banner {
    padding-top: 120px;
  }

  .section.branches,
  .section.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .site-logo {
    width: 120px;
  }

  ._3d-button-fornt {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  ._3d-button-back,
  ._3d-button-back.pink {
    font-size: 14px;
    line-height: 24px;
  }

  .section-title {
    font-size: 24px;
    line-height: 34px;
  }

  .section-details.branches {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-top-wrap {
    margin-bottom: 30px;
  }

  .footer-bottom-menu-wrap {
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-top-details {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-top-image {
    width: 170px;
  }

  .copy-write-text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-menu-single-wrap._1 {
    order: -1;
  }

  .footer-pages-menu-wrap {
    grid-column-gap: 20px;
  }

  .inner-title {
    font-size: 28px;
    line-height: 38px;
  }

  .single-breadcrumb-link {
    font-size: 15px;
    line-height: 25px;
  }

  .branches-details-wrap {
    padding: 15px;
  }

  .branches-name {
    font-size: 20px;
    line-height: 30px;
  }

  .branches-details-list {
    grid-row-gap: 13px;
  }

  .branches-single-details {
    grid-column-gap: 10px;
  }

  .branches-list-details {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-details-wrap {
    padding: 15px;
  }

  .contact-form-wrap {
    margin-bottom: 0;
  }

  .contact-title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .contact-details {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .contact-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-textarea {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-submit-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-flex-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-label {
    font-size: 14px;
    line-height: 24px;
  }

  .announcement-details {
    font-size: 15px;
    line-height: 25px;
  }
}