:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #161421;
}

.b1 {
  background-color: #2c2e41;
  border-radius: 0 0 20px 20px;
  flex-direction: row;
  width: 100%;
  max-width: 1300px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bb1 {
  background-image: url('../images/ccc.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  width: 50%;
  height: 100%;
}

.bb2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.head1 {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-weight: 700;
}

.head2 {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-2 {
  width: auto;
  min-width: 400px;
  height: 300px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.button {
  direction: rtl;
  background-color: #28a9e1;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .333s;
  transform: scale(1.1);
}

.button:hover {
  transform: scale(1.3);
}

.link {
  direction: rtl;
  color: #fff;
  margin-right: 38px;
}

.link:hover {
  color: #28a9e1;
  text-decoration: none;
}

.div-block-4 {
  width: 100%;
  max-width: 1300px;
  height: 300px;
  margin: 40px auto;
}

.b2 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 40px auto;
  display: flex;
}

.div-block-5 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #2c2e41);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all .333s;
  display: flex;
}

.div-block-5:hover {
  background-color: rgba(44, 46, 65, .18);
  transform: scale(1.05)skew(-1deg, -2deg);
}

.div-block-6 {
  opacity: 1;
  color: #28a9e1;
  background-color: #013146;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.b2-img {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  margin-top: 30px;
  display: flex;
}

.image {
  width: auto;
  height: 100%;
}

.div-block-7 {
  width: 200px;
  margin-top: 30px;
}

.b2-title {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-top: 30px;
  font-weight: 700;
}

.b2-des {
  direction: rtl;
  color: #fff;
}

.b2-more {
  direction: rtl;
  color: #00d8ff;
  -webkit-text-stroke-color: #28a9e1;
  flex: 0 auto;
  margin-right: 0;
  display: none;
  overflow: visible;
}

.b3 {
  background-color: #2c2e41;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 40px auto;
  display: flex;
}

.div-block-8 {
  border-bottom: 1px solid #504974;
  border-left: 1px solid #504974;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-8:hover {
  background-color: rgba(255, 255, 255, .03);
}

.div-block-8.s1 {
  border-left-width: 0;
}

.div-block-82 {
  transform-style: preserve-3d;
  border-bottom: 0 solid #504974;
  border-left: 1px solid #504974;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-82:hover {
  transform: scale3d(1none, 1none, 1none);
  background-color: rgba(255, 255, 255, .04);
}

.div-block-82.s1, .div-block-82.s2 {
  border-left-width: 0;
}

.b3-img {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 0;
  display: flex;
}

.div-block-83 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 66%;
  height: 200px;
  transition: all .333s;
  display: flex;
}

.div-block-83:hover {
  transform: scale(1.1);
}

.b3-title {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

.b0-title {
  direction: rtl;
  color: #fff;
  text-align: center;
  max-width: 1300px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
}

.b4 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 40px auto;
  display: flex;
}

.b4-1 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 49%;
  height: 100%;
  padding: 40px 40px 56px;
  display: flex;
}

.text-block {
  direction: rtl;
  letter-spacing: -6px;
  -webkit-text-stroke-width: 2px;
  text-indent: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  column-count: 0;
  overflow-wrap: normal;
  margin-bottom: 37px;
  font-size: 90px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph {
  direction: rtl;
  text-align: right;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block-84 {
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.b4-l {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.b4-ctitle {
  direction: rtl;
  color: #080808;
  text-align: right;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

.b4-cdes {
  direction: rtl;
  color: #313131;
  margin-bottom: 0;
}

.b4-r {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 130px;
  height: auto;
  display: flex;
}

.b4-img {
  width: auto;
  height: auto;
}

.b5 {
  background-image: url('../images/happy-call-center-agent-using-computer-while-communicating-with-clients-working-office.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 350px;
  margin: 40px auto;
  padding-right: 200px;
  display: flex;
  transform: rotate(0);
}

.b6-footer {
  background-image: linear-gradient(#2c2e41, rgba(255, 255, 255, 0));
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 40px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.space {
  width: 100%;
  max-width: 1300px;
  height: 90px;
  margin: 100px auto 40px;
}

.div-block-85 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 24%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.b6-title {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
}

.b6-des {
  direction: rtl;
  color: #fff;
}

.b5-button {
  direction: rtl;
  background-color: #28a9e1;
  border-radius: 10px;
  padding: 20px 60px;
  transition: all .333s;
}

.b5-button:hover {
  transform: scale(1.1);
}

.div-block-86 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 70px;
  margin: 37px auto 41px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu_desktop {
  z-index: 10;
  color: #000;
  background-color: rgba(231, 231, 231, 0);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.div-block-87 {
  direction: rtl;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-block-4 {
  color: #000;
  text-align: right;
  text-transform: none;
  white-space: normal;
  min-width: 72px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.text-block-4:hover {
  color: #26bed3;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.text-block-4:active {
  font-weight: 700;
}

.div-block-88 {
  background-color: #26bed3;
  border-radius: 1000px;
  width: 50%;
  height: 3px;
  margin-top: 5px;
  position: absolute;
  left: 0%;
  right: 0%;
}

.logo-header {
  max-width: none;
  height: 60%;
  margin-right: 30px;
}

.div-block-89 {
  z-index: 1;
  background-image: linear-gradient(#535353, #1b1b1b 33%, #e9e9e9);
  width: 108%;
  height: 1000px;
  margin-left: -5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-90 {
  background-color: #26bed3;
  border-radius: 1000px;
  width: 50%;
  height: 3px;
  margin-top: 5px;
  position: absolute;
  left: 0%;
  right: 0%;
}

.dropbutt {
  z-index: 10;
  direction: rtl;
  text-align: right;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  min-width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-54 {
  max-width: 1024px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-91 {
  direction: rtl;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block-53 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.menu_mobile {
  z-index: 10;
  color: #000;
  background-color: rgba(231, 231, 231, 0);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.dropdown-list-3 {
  z-index: 10;
  background-color: #fff;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 -15px 40px rgba(0, 0, 0, .47);
}

.text-block-5 {
  color: #000;
  text-align: right;
  text-transform: none;
  white-space: normal;
  min-width: 72px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.text-block-5:hover {
  color: #26bed3;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.text-block-5:active {
  font-weight: 700;
}

.dropdown-toggle-3 {
  z-index: 10;
  width: 100%;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.homemenubutton {
  direction: rtl;
  color: #3b3b3b;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  line-height: 26px;
  text-decoration: none;
}

.homemenubutton:hover {
  color: #bdd63a;
}

.dropdown-link-5 {
  z-index: 2;
  color: #fff;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
}

.dropdown-link-5:hover {
  color: #058d3f;
  font-weight: 600;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.b1-pg {
  background-color: #2c2e41;
  border-radius: 0 0 20px 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1300px;
  height: 222px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 28px;
  display: flex;
}

.bb2-pg {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.form-block {
  direction: rtl;
  text-align: center;
  margin-top: 0;
  margin-left: 20px;
}

.paragraph-8 {
  direction: rtl;
  color: #fff;
  text-align: right;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: static;
}

.whatsapp {
  background-color: #42b16c;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  margin-top: 13px;
  text-decoration: none;
  display: flex;
}

.backbutton {
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.backbutton.w--current {
  z-index: 100;
}

.div-block-92 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  height: auto;
  margin: 40px auto 52px;
  display: flex;
}

.waze {
  background-color: #92cddb;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.image-7 {
  margin-bottom: 40px;
  margin-right: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.lottie-animation-5 {
  pointer-events: auto;
  width: 300px;
  height: 300px;
}

.form {
  margin-right: 0;
}

.text-span-21 {
  color: #27aae1;
  font-weight: 700;
}

.div-block-93 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.image-8 {
  border-radius: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .22);
}

.text-field-2 {
  text-align: center;
  border: 2px solid #eff2f7;
  border-radius: 100px;
  height: 50px;
  font-size: 17px;
  font-weight: 300;
}

.success-message {
  background-color: #fff;
  border: 2px solid #62be5f;
  border-radius: 8px;
}

.butttext {
  direction: rtl;
  color: #fff;
  text-align: right;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: static;
}

.text-field-3 {
  color: #384164;
  text-align: center;
  border: 2px solid #eff2f7;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 300;
}

.submit-button {
  color: #27aae1;
  background-color: rgba(235, 38, 38, 0);
  border: 2px solid #27aae1;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.submit-button:hover {
  color: #fff;
  background-color: #27aae1;
  background-image: none;
}

.b-about {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2c2e41);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  height: auto;
  margin: 40px auto 52px;
  padding: 30px;
  display: flex;
}

.paragraph-9 {
  direction: rtl;
  color: #fff;
  text-align: justify;
  margin-right: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.text-span-22 {
  font-size: 30px;
}

.link-block-7 {
  text-decoration: none;
}

.text-span-23 {
  direction: ltr;
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .menu_desktop {
    justify-content: flex-start;
  }

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

  .text-block-4:hover {
    color: #3021a6;
    font-weight: 700;
    position: static;
  }

  .text-block-4:active {
    font-weight: 700;
  }

  .div-block-88, .div-block-90 {
    background-color: #3021a6;
  }

  .menu_mobile {
    justify-content: flex-start;
  }

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

  .text-block-5:hover {
    color: #3021a6;
    font-weight: 700;
    position: static;
  }

  .text-block-5:active {
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .head1 {
    font-size: 35px;
    line-height: 38px;
  }

  .head2 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-2 {
    min-width: auto;
  }

  .b2-img {
    height: 63px;
    margin-top: 20px;
  }

  .b2-title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .b2-des {
    font-size: 14px;
  }

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

  .div-block-82 {
    border-bottom-width: 1px;
    width: 50%;
  }

  .div-block-82.s3 {
    border-bottom-width: 0;
  }

  .b3-img {
    height: 41px;
  }

  .b3-title {
    font-size: 20px;
    line-height: 23px;
  }

  .b0-title {
    font-size: 35px;
    line-height: 38px;
  }

  .b4-ctitle {
    font-size: 19px;
    line-height: 38px;
  }

  .div-block-85 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .b6-title {
    font-size: 19px;
    line-height: 38px;
  }

  .menu_desktop {
    justify-content: center;
  }

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

  .div-block-53 {
    text-align: right;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    width: 90%;
  }

  .div-block-92 {
    flex-direction: row;
    width: 100%;
  }

  .div-block-93 {
    height: auto;
    margin-top: 0;
  }

  .b-about {
    flex-direction: row;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .b1 {
    flex-direction: column-reverse;
    height: auto;
  }

  .bb1 {
    width: 100%;
    height: 50vh;
  }

  .bb2 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .head1 {
    font-size: 36px;
    line-height: 43px;
  }

  .head2 {
    font-size: 22px;
    line-height: 28px;
  }

  .b2 {
    justify-content: space-around;
  }

  .div-block-5 {
    width: 47%;
    margin-bottom: 30px;
  }

  .b2-title, .b3-title, .b0-title {
    font-size: 29px;
    line-height: 31px;
  }

  .b4-ctitle {
    font-size: 19px;
    line-height: 28px;
  }

  .b5 {
    justify-content: center;
    padding-right: 0;
  }

  .b6-footer {
    flex-wrap: wrap-reverse;
  }

  .space {
    margin-top: 0;
  }

  .div-block-85 {
    width: 50%;
    margin-bottom: 18px;
  }

  .b6-title {
    font-size: 18px;
    line-height: 19px;
  }

  .div-block-86 {
    padding-left: 30px;
  }

  .menu_desktop {
    display: none;
  }

  .text-block-4 {
    color: #292929;
    text-align: center;
  }

  .div-block-88, .div-block-89, .div-block-90 {
    display: none;
  }

  .dropdown-list-4 {
    background-color: #d49494;
  }

  .dropdown-list-4.w--open {
    z-index: 10;
    background-color: #fff;
    border-radius: 0;
    position: fixed;
    top: 81px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
  }

  .dropbutt {
    min-width: 110px;
  }

  .div-block-53 {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .menu-3 {
    z-index: 10;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .icon-16 {
    color: #161421;
    text-align: center;
    font-size: 34px;
  }

  .menu_mobile {
    flex-direction: column-reverse;
    height: auto;
    display: flex;
  }

  .dropdown-list-3.w--open {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    box-shadow: 0 -15px 40px rgba(0, 0, 0, .17);
  }

  .text-block-5 {
    color: #292929;
    text-align: center;
  }

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

  .dropdown-toggle-3.w--open {
    text-align: center;
    width: 100%;
  }

  .homemenubutton {
    color: #2e2e2e;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .homemenubutton:hover {
    color: #058d3f;
  }

  .dropdown-toggle-4 {
    z-index: 10;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .dropdown-link-5 {
    color: #313131;
  }

  .image-2 {
    max-width: 90%;
  }

  .b1-pg {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    height: 222px;
  }

  .bb2-pg {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .form-block {
    margin-left: 0;
  }

  .paragraph-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-92 {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .div-block-93 {
    width: 70%;
    margin-top: 0;
    margin-right: 0;
  }

  .b-about {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .head1 {
    font-size: 34px;
    line-height: 38px;
  }

  .head2 {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-3 {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .link {
    margin-top: 12px;
    margin-right: 0;
  }

  .b2-title {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b3-title {
    font-size: 16px;
    line-height: 20px;
  }

  .b0-title {
    font-size: 19px;
    line-height: 27px;
  }

  .b4 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .b4-1 {
    width: 90%;
    margin-bottom: 20px;
  }

  .b4-ctitle {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-85 {
    align-items: center;
    width: 100%;
  }

  .b6-title {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-53 {
    flex-flow: wrap;
    align-items: flex-start;
    overflow: scroll;
  }

  .icon-16 {
    clear: none;
    text-align: center;
  }

  .dropdown-toggle-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .image-2 {
    max-width: 70%;
  }

  .paragraph-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-92 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-93 {
    width: 90%;
  }

  .b-about {
    padding-left: 10px;
    padding-right: 10px;
  }
}


