body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1720px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.container.section2container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.section3cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-wrapper-three {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand-three {
  position: absolute;
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  background-image: url('../images/selectedNavitem.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

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

.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 {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

.hero-heading-center {
  position: relative;
  padding: 80px 30px;
  border: 1px none #000;
  background-color: rgba(245, 247, 250, 0);
}

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

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

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}

.shadow-two {
  position: relative;
  width: 100%;
  height: 100%;
}

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

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

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper {
  color: #fff;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block {
  font-size: 54px;
}

.text-block-2 {
  font-size: 54px;
}

.text-block-3 {
  font-size: 50px;
}

.logotext {
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  font-weight: 700;
}

.body {
  background-color: #2f3d4e;
}

.herotitle {
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 35px;
}

.herosplitsection2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  max-width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/startbtnimg.png');
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
}

.text-span {
  color: #b4b7ff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.html-embed {
  width: 100px;
  height: 100px;
}

.image {
  width: 50px;
  margin-left: 25px;
}

.div-block-2 {
  position: relative;
  background-image: url('../images/backLightGero.png');
  background-position: 150% 50%;
  background-size: 50% 120%;
  background-repeat: no-repeat;
}

.div-block-3 {
  position: absolute;
  left: 6%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  text-align: center;
}

.heading {
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 32px;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 150px;
  margin-bottom: -15px;
  margin-left: 50px;
  padding-left: 0px;
}

.image-3 {
  position: absolute;
  left: -25%;
  top: -50%;
  right: 0px;
  bottom: auto;
  width: 90%;
  opacity: 0.5;
}

.html-embed-3 {
  position: absolute;
  left: auto;
  top: -23%;
  right: -31%;
  bottom: auto;
  opacity: 0.28;
  font-size: 12px;
}

.lightbackground {
  position: absolute;
  left: auto;
  top: -6%;
  right: -20%;
  bottom: auto;
  width: 600px;
  height: 750px;
  border-radius: 50%;
  background-color: #22e3ff;
  box-shadow: 0 0 20px 20px #22e3ff;
  opacity: 0.18;
  mix-blend-mode: soft-light;
}

.lightbackgroundhero {
  position: absolute;
  left: auto;
  top: 40%;
  right: 45%;
  bottom: auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #2914fb;
  box-shadow: 0 0 20px 20px #2914fb;
  opacity: 0.18;
  mix-blend-mode: soft-light;
}

.section1text {
  width: 30%;
  max-width: 30%;
}

.section2crusol {
  overflow: hidden;
  width: 65%;
  margin-right: 0px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  color: #fff;
  font-size: 36px;
}

.paragraph {
  overflow: hidden;
  height: 124px;
  margin-top: 25px;
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 40px;
}

.paragraph.cutomsection1para {
  color: #ff8ab5;
}

.slidsimages {
  max-height: 375px;
}

.div-block-4 {
  min-height: 470px;
  min-width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 65.9%, 0.32);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.image-4 {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 80%;
  opacity: 0.4;
}

.cericonsection2 {
  width: 75px;
  height: 75px;
  min-height: 50px;
  min-width: 0px;
  border-radius: 50%;
  background-color: #fff;
}

.columnsection2 {
  padding-top: 50px;
  padding-left: 70px;
}

.html-embed-4 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-left: 18px;
}

.heading-3 {
  font-family: Dubaiw23, sans-serif;
  color: #fff;
}

.paragraph-2 {
  overflow: visible;
  max-height: 100%;
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 40px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  overflow: visible;
  height: auto;
  max-height: 100%;
  min-height: 175px;
}

.section3continaerdiv {
  width: 600px;
  height: auto;
  padding-bottom: 50px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section3rectangle {
  width: 26px;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/section3rectangleback.png');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.firstsidesection3 {
  margin-bottom: 35px;
}

.heading-4 {
  font-family: Dubaiw23, sans-serif;
  color: #fff;
}

.div-block-6 {
  width: 100px;
  height: 100px;
  padding-top: 8px;
  border-radius: 15px;
  background-color: rgba(44, 101, 200, 0.28);
  opacity: 1;
}

.html-embed-5 {
  margin-right: 0px;
  margin-left: 60px;
}

.paragraph-3 {
  margin-top: 10px;
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 40px;
}

.section3colum {
  padding-right: 20px;
  padding-left: 20px;
}

.secsidesection3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-7 {
  width: 60%;
}

.div-block-8 {
  position: relative;
  width: 40%;
  padding-left: 20px;
  background-image: url('../images/section3backGround.png');
  background-position: 0% 50%;
  background-size: auto;
}

.field-label {
  margin-bottom: 20px;
  font-family: Dubaiw23, sans-serif;
  color: #bcbcbc;
  font-size: 31px;
  line-height: 25px;
}

.text-field {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #5b8fdc;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
}

.text-field:hover {
  box-shadow: 5px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.text-field.textarea {
  height: 100px;
  color: #fff;
  font-size: 22px;
}

.submit-button {
  width: 40%;
  max-width: 335px;
  min-height: 50px;
  min-width: 0px;
  margin-top: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #f243db;
  border-radius: 15px;
  background-color: transparent;
  font-family: Dubaiw23, sans-serif;
  font-size: 35px;
}

.submit-button:hover {
  border-color: #e203c5;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
}

.heading-5 {
  position: absolute;
  left: 32%;
  top: auto;
  right: auto;
  bottom: 21%;
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -40%;
  bottom: 0%;
  width: auto;
  max-width: 150%;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 13%;
  right: 12%;
  bottom: 0%;
  max-width: 60%;
}

.footer {
  position: relative;
  background-color: rgba(64, 76, 91, 0.47);
  -webkit-backdrop-filter: brightness(133%) blur(15px);
  backdrop-filter: brightness(133%) blur(15px);
}

.lightbackgroundfooter {
  position: absolute;
  left: 0%;
  top: 15%;
  right: auto;
  bottom: 0%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #2914fb;
  box-shadow: 0 0 20px 20px #2914fb;
  opacity: 0.1;
  mix-blend-mode: soft-light;
}

.div-block-10 {
  width: 30%;
  padding-top: 60px;
}

.div-block-11 {
  width: 30%;
  padding-top: 60px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 52px;
}

.paragraph-6 {
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

.footerdiv {
  width: 40%;
  padding-top: 60px;
}

.heading-7 {
  font-family: Dubaiw23, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-8 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 55px;
  color: #fff;
  font-size: 20px;
}

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

.image-8 {
  margin-right: 30px;
}

.footercontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1720px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.footercontainer.section2container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footercontainer.section3cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  display: block;
  text-align: center;
  text-decoration: none;
}

.div-block-14 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    font-size: 26px;
  }

  .div-block-2 {
    background-image: url('../images/herobackGround.png'), url('../images/backLightGero.png');
    background-position: -50% 50%, 100% 10%;
    background-size: 60%, 25%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .div-block-3 {
    top: 22%;
  }

  .heading {
    font-size: 30px;
  }

  .image-3 {
    display: none;
  }

  .lightbackground {
    display: none;
  }

  .div-block-8 {
    background-image: url('../images/section3backGround.png');
    background-position: 50% 50%;
    background-size: 75% 75%;
    background-repeat: no-repeat;
  }

  .image-6 {
    background-image: url('../images/section3backGround.png');
    background-position: 0px 0px;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    display: block;
    max-width: 1745px;
  }

  .container.section2container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .margin-bottom-24px {
    font-size: 42px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1920px;
  }

  .herotitle {
    font-size: 58px;
  }

  .image {
    width: 75px;
  }

  .div-block-3 {
    top: 23%;
  }

  .heading {
    font-size: 32px;
  }

  .image-2 {
    width: 150px;
    margin-left: 50px;
  }

  .image-3 {
    top: -70%;
  }

  .section2crusol {
    margin-right: -242px;
  }

  .section {
    display: block;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-4 {
    left: -16%;
    top: -2%;
    width: 60%;
    opacity: 0.8;
  }

  .div-block-9 {
    display: block;
    width: 40%;
    padding-top: 35px;
  }

  .div-block-10 {
    width: 30%;
    padding-top: 60px;
  }

  .div-block-11 {
    width: 30%;
    padding-top: 60px;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-6 {
    color: #fff;
    font-size: 72px;
    line-height: 52px;
    font-weight: 400;
  }

  .paragraph-4 {
    color: #fff;
  }

  .paragraph-5 {
    color: #fff;
  }

  .paragraph-6 {
    margin-top: 35px;
    padding-right: 120px;
    padding-left: 120px;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }

  .paragraph-6.footerpara {
    margin-top: 10px;
  }

  .footerdiv {
    display: block;
    width: 40%;
    padding-top: 60px;
  }

  .copyright {
    height: 100px;
  }

  .heading-7 {
    color: #fff;
    text-align: center;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 150px;
    padding-left: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-7 {
    color: #fff9f9;
  }

  .paragraph-8 {
    padding-top: 50px;
    padding-left: 150px;
    color: #fff;
    font-size: 20px;
  }

  .footercontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1745px;
  }

  .footercontainer.section2container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

  .container.section2container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-wrapper-three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

  .nav-menu-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

  .menu-button {
    padding: 12px;
    color: #fff;
    font-size: 30px;
  }

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

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 50%;
    margin-right: 25px;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #2f3d4e;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .herosplitsection2 {
    width: 300px;
    height: 300px;
    max-width: 40%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/startbtnimg.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .image {
    width: 50px;
    height: 50px;
    margin-left: 0px;
  }

  .div-block-3 {
    position: static;
  }

  .heading {
    font-size: 26px;
  }

  .section1text {
    width: 100%;
    max-width: 100%;
  }

  .section2crusol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    padding-bottom: 100px;
  }

  .image-4 {
    left: 6%;
    top: 13%;
    width: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .columnsection2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .columns {
    display: block;
  }

  .section3continaerdiv {
    padding-bottom: 100px;
  }

  .section3rectangle {
    display: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .heading-4 {
    margin-bottom: 5px;
    border-bottom: 2px none #000;
  }

  .text-field {
    font-size: 22px;
  }

  .text-field.textarea {
    font-size: 22px;
  }

  .submit-button {
    width: 60%;
  }

  .heading-5 {
    left: 18%;
    bottom: 41%;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-block-12 {
    width: auto;
  }

  .footerdiv {
    width: 100%;
  }

  .footercontainer {
    display: block;
    max-width: 728px;
  }

  .owl-carousel.owl-theme {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-14 {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/section3rectangleback.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .container.section2container {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .nav-menu-three {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-menu-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

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

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

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

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

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

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

  .image {
    width: 60px;
  }

  .image-2 {
    width: 100px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    font-size: 40px;
    line-height: 40px;
  }

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

  .hero-wrapper {
    display: block;
  }

  .hero-split {
    max-width: 100%;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #2f3d4e;
  }

  .logotext {
    font-size: 20px;
  }

  .herosplitsection2 {
    max-width: 100%;
  }

  .image {
    width: 60px;
  }

  .image-2 {
    width: 150px;
    margin-left: 50px;
  }

  .slidsimages {
    padding-top: 20px;
  }

  .section3continaerdiv {
    width: 100%;
    padding-bottom: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .secsidesection3 {
    display: block;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    width: 100%;
  }

  .submit-button {
    width: 100%;
  }

  .heading-5 {
    left: 0%;
    top: -12px;
    bottom: 0%;
  }

  .heading-6 {
    font-size: 30px;
  }

  .paragraph-8 {
    padding-left: 35px;
  }

  .footercontainer {
    max-width: none;
  }
}

@font-face {
  font-family: 'Dubaiw23';
  src: url('../fonts/DubaiW23-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dubaiw23';
  src: url('../fonts/DubaiW23-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dubaiw23';
  src: url('../fonts/DubaiW23-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dubaiw23';
  src: url('../fonts/DubaiW23-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*/////////////Over Right On webFlow CSS (get from body////////////////*/
body {
  overflow-x: hidden;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button:focus {
  outline: none;
}