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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #fff;
  color: #fff;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content;
  -ms-grid-columns: 1fr 20px max-content 20px max-content 20px max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: 86px;
  grid-template-rows: 86px;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: #f1f1f1;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #444;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.cards-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1f1f1;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-decoration: none;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  margin-bottom: -59px;
  padding-top: 100%;
  border-radius: 0%;
  font-size: 14px;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 80%;
  max-width: none;
  margin-left: 28px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #322e82;
  text-align: center;
  text-decoration: none;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 40%;
  height: 100%;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.image {
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 995px;
  padding-right: 0px;
  padding-left: 0px;
}

.link {
  position: static;
  color: #000;
  font-size: 16px;
  font-style: normal;
  text-align: right;
}

.section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.slide {
  padding-right: 0px;
  padding-bottom: 0px;
}

.button-cx22oo {
  width: 115px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #322e82;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-cx22oo:hover {
  background-color: #794bb9;
}

.navbar {
  height: auto;
  margin-bottom: 0px;
  background-color: #f1f1f1;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 18px;
}

.nav-link-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 18px;
}

.nav-link-4 {
  padding-top: 39px;
  padding-bottom: 40px;
  padding-left: 30px;
  color: #fff;
}

.nav-link-5 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 18px;
}

.nav-link-6 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-7 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  color: #fff;
  font-weight: 700;
}

.bold-text {
  padding-left: 0px;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 18px;
  font-weight: 400;
}

.paragraph {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}

.heading-2 {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  text-decoration: none;
}

.butt {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  text-align: center;
}

.heading-4 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  text-align: center;
}

.div-block {
  color: #040316;
  font-size: 12px;
  text-align: right;
}

.div-block-2 {
  font-size: 12px;
  text-align: right;
}

.div-block-3 {
  font-size: 12px;
  text-align: right;
}

.div-block-4 {
  font-size: 12px;
  text-align: right;
}

.feature-section {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  padding: 30px 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f1f1f1;
  text-decoration: none;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.feature-image-mask {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.feature-image {
  width: 65%;
  height: 65%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-5 {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  text-align: right;
  text-decoration: none;
}

.paragraph-2 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #040316;
  font-size: 16px;
  text-align: justify;
  text-decoration: none;
}

.map {
  height: 250px;
}

.list {
  color: #f1f1f1;
}

.text-block {
  color: #f1f1f1;
  font-size: 13px;
  text-decoration: none;
}

.heading-6 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.heading-7 {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 28px;
  text-align: center;
}

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

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

.text-block-3 {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 20px;
}

.list-item {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 21px;
  text-align: right;
}

.list-item-2 {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 21px;
  text-align: right;
}

.list-item-3 {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 21px;
  text-align: right;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-2 {
  padding-right: 0px;
  padding-left: 107px;
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.paragraph-3 {
  font-family: 'Janna lt', sans-serif;
  color: #040316;
  font-size: 15px;
  font-style: normal;
  text-align: right;
}

.grid {
  grid-auto-flow: row;
  grid-row-gap: 8px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
  -ms-grid-rows: auto 8px auto;
  grid-template-rows: auto auto;
}

.button {
  background-color: #322e82;
  font-family: 'Janna lt', sans-serif;
  font-size: 17px;
}

.container {
  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-2 {
  display: block;
  overflow: auto;
  height: 100px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #dbdbdb;
  font-size: 29px;
}

.link-3 {
  position: static;
  display: block;
  font-family: 'Janna lt', sans-serif;
  font-size: 20px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2 {
  position: relative;
  top: 0px;
  right: -90px;
  overflow: visible;
  height: 30px;
  max-height: none;
  min-height: 0px;
  margin-bottom: 5px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #1a12b4;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Janna lt', sans-serif;
  font-size: 15px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
}

.column-2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
}

.container-3 {
  position: static;
}

.container-4 {
  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;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs {
  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;
}

.container-7 {
  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;
}

.container-8 {
  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;
}

.tabst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
}

.link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Janna lt', sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  display: block;
  width: 25%;
  height: 50px;
  margin-top: 70px;
}

.headnav {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.image-3 {
  display: block;
  width: 200px;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1f1f1;
  background-image: url('../images/headx.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-9 {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
  text-align: center;
}

.container-10 {
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
}

.section-2 {
  background-color: #f1f1f1;
}

.image-4 {
  padding-top: 0px;
  padding-bottom: 10px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  text-align: center;
}

.column-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.image-5 {
  display: block;
  width: 170px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-3 {
  background-color: #322e82;
}

.container-12 {
  margin-right: auto;
  margin-left: auto;
}

.container-13 {
  padding-bottom: 20px;
}

.column-5 {
  margin-right: auto;
  margin-left: auto;
}

.column-6 {
  margin-right: auto;
  margin-left: auto;
}

.map-2 {
  height: 350px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-5 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  margin-right: auto;
  margin-left: auto;
}

.text-block-4 {
  font-family: Socialico, sans-serif;
  color: #fff;
  font-size: 15px;
}

.button-coo-x-copy {
  width: 205px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #322e82;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-x-copy:hover {
  background-color: #794bb9;
}

.tab-link-tab-5 {
  background-color: #322e82;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tab-link-tab-5.w--current {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.hero {
  display: block;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: url('../images/heroo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-8 {
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: rgba(50, 46, 130, 0);
  opacity: 1;
}

.section-4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #322e82;
}

.column-7 {
  padding-right: 0px;
}

.columns {
  padding-right: 300px;
  padding-bottom: 0px;
  padding-left: 300px;
}

.container-15 {
  display: block;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-16 {
  overflow: visible;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-right: 100px;
  padding-left: 100px;
  text-decoration: underline;
}

.column-8 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-10 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-5 {
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.link-7 {
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.grid-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  height: 300px;
  -ms-grid-columns: 0.75fr 1.25fr;
  grid-template-columns: 0.75fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-4 {
  position: relative;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  padding-top: 30px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 550px;
  perspective: 550px;
  -webkit-transform: perspective(412px);
  transform: perspective(412px);
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 56px;
  line-height: 76px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tab-link-tab-5-2 {
  background-color: #322e82;
  color: #fff;
}

.tab-link-tab-4 {
  background-color: #322e82;
  color: #fff;
}

.tab-link-tab-4.w--current {
  color: #fff;
}

.image-6 {
  display: block;
  margin-top: -22px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.icon-2 {
  color: #322e82;
}

.icon-3 {
  color: #322e82;
}

.feature-section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/online-learning.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
}

.feature-image-2 {
  display: block;
  width: 50%;
  height: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column-11 {
  margin-right: auto;
  margin-left: auto;
}

.column-12 {
  margin-right: auto;
  margin-left: auto;
}

.column-13 {
  margin-right: auto;
  margin-left: auto;
}

.column-14 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Janna lt', sans-serif;
  font-size: 15px;
  text-align: center;
}

.column-15 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-8 {
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-6 {
  padding-right: 20px;
  padding-left: 0px;
  font-weight: 700;
}

.image-7 {
  margin-right: auto;
  margin-left: auto;
}

.section-5 {
  margin-right: auto;
  margin-left: auto;
  background-color: #a71a1a;
}

.rich-text-block {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #000;
  font-weight: 700;
  text-align: justify;
}

.navbar-3 {
  height: 60.000003814697266px;
  margin-right: auto;
  margin-left: auto;
  background-color: #322e82;
}

.nav-link-8 {
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.nav-link-8.headlx {
  text-decoration: none;
}

.headlx {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.container-17 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-7 {
  padding-right: 20px;
}

.text-block-8 {
  padding-right: 20px;
}

.section-6 {
  background-color: #322e82;
}

.xox {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.grid-4 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 0.75fr 1fr 1.25fr 1fr 1fr 1fr 1fr 1.25fr;
  grid-template-columns: 1fr 1fr 0.75fr 1fr 1.25fr 1fr 1fr 1fr 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.section-7 {
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-color: #322e82;
  text-align: center;
  text-decoration: none;
}

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

.slide-2 {
  background-image: url('../images/atm.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: transparent;
}

.slider {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.column-16 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  border-radius: 0px;
  opacity: 1;
  color: #322e82;
}

.headingg-888 {
  padding-right: 0px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: right;
}

.paragraph-5 {
  padding-right: 20px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: justify;
}

.columns-3 {
  margin-top: 20px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-8 {
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0px solid #000;
  border-radius: 0px;
  opacity: 1;
}

.image-9 {
  margin-right: auto;
  margin-left: auto;
}

.container-18 {
  border-radius: 20px;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.icon-4 {
  color: #322e82;
}

.icon-5 {
  color: #322e82;
}

.slide-3 {
  color: transparent;
}

.slider-2 {
  background-color: transparent;
}

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

.heading-9 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #000;
  font-size: 35px;
  text-decoration: none;
}

.paragraph-6 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 17px;
  text-align: justify;
  text-decoration: none;
}

.youtube {
  width: 90%;
}

.counter {
  font-size: 33px;
}

.slide-4 {
  background-image: url('../images/am.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.headingg-8-copy {
  padding-right: 0px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: right;
}

.paragraph-55-copy {
  padding-right: 20px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: justify;
}

.image-8-copy {
  display: none;
  margin: auto;
  padding-top: 46px;
  padding-bottom: 20px;
  border-radius: 0px;
  opacity: 1;
}

.button-coo-copy {
  width: 200px;
  margin-right: 14px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #dbb709;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-copy:hover {
  background-color: #127cab;
}

.dropdown-link {
  background-color: #322e82;
  color: #fff;
}

.dropdown-link-x {
  background-color: #322e82;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 0px;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-block-9 {
  display: block;
  margin: -45px auto auto;
  padding: 0px 39px 0px 0px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.image-10 {
  display: inline-block;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-17 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px 10px 180px;
}

.text-block-10 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.column-18 {
  margin: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  text-align: center;
}

.image-11 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0px 110px;
}

.image-12 {
  max-width: 100%;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-top: 7px;
  padding-right: 157px;
  padding-bottom: 5px;
}

.image-13 {
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  cursor: pointer;
}

.image-14 {
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.image-15 {
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.column-20 {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  direction: ltr;
  text-align: left;
}

.link-block {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  text-decoration: none;
}

.button-coo-coxxxpy {
  width: 150px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #a71a1a;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-coxxxpy:hover {
  background-color: #fff;
  color: #a71a1a;
}

.button-coo-copy-copy {
  width: 200px;
  margin-right: 15px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #ad9816;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-copy-copy:hover {
  background-color: #8751d1;
}

.button-coo-xcopy {
  width: 171px;
  margin-top: 10px;
  margin-right: 14px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-xcopy:hover {
  background-color: #8751d1;
  color: #fff;
}

.button-cx22oo-copy {
  width: 152px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #322e82;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-cx22oo-copy:hover {
  background-color: #794bb9;
}

.button-cx22oo-xcopy {
  width: 152px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 18px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-cx22oo-xcopy:hover {
  background-color: transparent;
  color: #fff;
}

.search {
  width: 27%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 359px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dropdown-list {
  overflow: hidden;
}

.dropdown-list-2 {
  overflow: hidden;
}

.slide-5 {
  background-image: url('../images/76A0858.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.headingg-8-copy {
  padding-right: 20px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: right;
}

.headingg-8-copy-copy {
  padding-right: 50px;
  padding-left: 31px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: right;
}

.paragraph-5-copy-copy {
  padding-right: 20px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: justify;
}

.paragraph-5-copy-copy-copy {
  padding-right: 80px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: justify;
}

.button-coo-copy-copy-copy {
  width: 200px;
  margin-right: 100px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #dbb709;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-copy-copy-copy:hover {
  background-color: #127cab;
}

.headingg-888-copy {
  padding-right: 150px;
  padding-left: 0px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: right;
}

.paragraph-55-copy-copy {
  padding-right: 150px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: justify;
}

.slide-6 {
  background-image: url('../images/5004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-coo-copy-copy-copy {
  width: 200px;
  margin-right: 14px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #0a8c42;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-copy-copy-copy:hover {
  background-color: #127cab;
}

.button-coo-copy-copy-copy {
  width: 200px;
  margin-right: 150px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #0a8c42;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-copy-copy-copy:hover {
  background-color: #127cab;
}

.button-coo-copy-copy-copy-copy {
  width: 200px;
  margin-right: 15px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #9d3549;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-copy-copy-copy-copy:hover {
  background-color: #127cab;
}

.button-coo-copy-copy-cxopy {
  width: 200px;
  margin-right: 15px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #098936;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-copy-copy-cxopy:hover {
  background-color: #127cab;
}

.slide-7 {
  background-image: url('../images/Security-check.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.headingg-888-czzzopy {
  padding-right: 0px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: right;
}

.button-co-coy-coy-coy-copy-copy {
  width: 200px;
  margin-right: 15px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #813100;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-co-coy-coy-coy-copy-copy:hover {
  background-color: #127cab;
}

.slide-8 {
  background-image: url('../images/control_tower.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.headingg-888-czzzopy-copy {
  padding-right: 0px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: right;
}

.button-co-coy-coy-co {
  width: 200px;
  margin-right: 15px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #cc5144;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-co-coy-coy-co:hover {
  background-color: #127cab;
}

.slide-9 {
  background-image: url('../images/Telecommunications-Engineering.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.headingg-333copy {
  padding-right: 20px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: right;
}

.button-coo-233 {
  width: 200px;
  margin-right: 15px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #130d11;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-233:hover {
  background-color: #127cab;
}

.heading-10 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 52px;
  text-decoration: none;
}

.paragraph-7 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: justify;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.feature-section-2-copy-xc {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/airplane-dotted-flight-line-seamless-pattern_53562-9299.jpg');
  background-position: 100% 100%;
  background-size: auto;
  background-attachment: fixed;
  text-decoration: none;
}

.container-19 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3x-copy {
  display: block;
  width: 300px;
  height: 150px;
  max-width: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.button-coo-xxx-copy {
  width: 205px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #322e82;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-coo-xxx-copy:hover {
  background-color: #127cab;
}

.image-321-copy {
  display: block;
  width: 220px;
  height: 120px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.button-89 {
  width: 209px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #322e82;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-89:hover {
  background-color: #127cab;
}

.button-for-lms {
  width: 258px;
  margin-top: 10px;
  margin-right: 14px;
  margin-left: auto;
  padding: 5px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  transition: all 200ms cubic-bezier(.679, .061, .25, 1);
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button-for-lms:hover {
  background-color: #220f3d;
  color: #fff;
}

.grid-7 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.heading-11 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 37px;
  text-align: right;
}

.rich-text-block-copy {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: justify;
}

.rich-text-block-v2 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.heading-12 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.xox-1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.xox-2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.xox-3 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.xox-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.xox-5 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.xox-6 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.xox-7 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.xox-8 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.xox9 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: transparent;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.container-20 {
  text-decoration: none;
}

.columns-4 {
  color: #323232;
}

.text-block-11 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.text-block-12 {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.div-block-9 {
  display: block;
  margin: auto;
  padding: 20px 0px;
}

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

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

.image-16 {
  border-radius: 0px;
  opacity: 1;
}

.div-block-10 {
  text-decoration: none;
}

.image-17 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.slide-10 {
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  color: transparent;
  text-align: center;
}

.slider-3 {
  background-color: transparent;
}

.image-18 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13 {
  font-family: 'Janna lt', sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-14 {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  font-family: 'Janna lt', sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.section-8 {
  text-decoration: none;
}

.container-21 {
  text-decoration: none;
}

.div-block-11 {
  text-align: right;
  text-decoration: none;
}

.section-9 {
  margin-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/backg.png');
  background-position: 50% 0%;
  background-size: contain;
  background-attachment: fixed;
}

.footer-heading-xxcopy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.image-11-copy {
  display: inline-block;
  margin: -23px auto auto;
  padding: 0px;
  text-align: center;
}

.columns-5 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-12-copy {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-block-112-copy {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-block-122-copy {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-block-182-copy {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-block-172-copy {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-block-192-copy {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.slide-nav-2 {
  display: none;
}

.text-block-112-copy-copy {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-block-112-copy-copy-copy {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.slide-11 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.lightbox-link {
  margin-right: auto;
  margin-left: auto;
}

.text-block-15 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

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

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.link-block-7 {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background-image: url('../images/ph3.jpg');
  background-position: 50% 50%;
  background-size: auto;
  text-decoration: none;
}

.image-19 {
  text-align: center;
}

.column-22 {
  overflow: visible;
  text-align: center;
}

.image-20 {
  text-align: center;
}

.column-23 {
  text-align: center;
}

.image-21 {
  text-align: center;
}

.column-24 {
  text-align: center;
}

.div-block-12 {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background-image: url('../images/ph1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-16 {
  position: static;
  padding-top: 85px;
  float: none;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 62px;
}

.section-10 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.div-block-13 {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background-image: url('../images/ph2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-8 {
  padding-left: 5px;
  text-decoration: none;
}

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

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

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

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

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

.link-block-14 {
  text-align: right;
  text-decoration: none;
}

.image-1xz2-copy {
  max-width: 100%;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.link-block-15 {
  text-align: right;
  text-decoration: none;
}

.column-25 {
  text-align: right;
}

.link-block-16 {
  text-align: right;
  text-decoration: none;
}

.column-26 {
  text-align: right;
}

.link-block-17 {
  text-align: right;
  text-decoration: none;
}

.column-27 {
  text-align: right;
}

.link-block-18 {
  text-align: right;
  text-decoration: none;
}

.column-28 {
  text-align: right;
}

.link-block-19 {
  text-align: right;
  text-decoration: none;
}

.column-29 {
  text-align: right;
}

.link-block-20 {
  text-align: right;
  text-decoration: none;
}

.column-30 {
  text-align: right;
}

.link-block-21 {
  text-align: right;
  text-decoration: none;
}

.column-31 {
  text-align: right;
}

.html-embed {
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  color: #323232;
  text-align: center;
}

.html-embed-2 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-32 {
  text-align: center;
}

.html-embed-3 {
  text-align: center;
}

.column-33 {
  text-align: center;
}

.heading-13 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  text-align: right;
}

.facebook {
  text-align: left;
}

.twitter {
  padding-bottom: 10px;
}

.text-block-17 {
  background-color: #313a83;
  opacity: 1;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #a71a1a;
  font-size: 23px;
  line-height: 100%;
  text-align: right;
}

.div-block-14 {
  background-color: #322e82;
  opacity: 0.9;
}

.text-block-18 {
  background-color: #fff;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #322e82;
  font-size: 21px;
  line-height: 100%;
  font-weight: 700;
  text-align: right;
}

.text-block-19 {
  padding-right: 20px;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
}

.heading-14 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: right;
}

.column-34 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slider-4 {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.mask {
  text-align: center;
}

.heading-15 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  text-align: right;
}

.heading-16 {
  direction: rtl;
  text-align: right;
}

.icon-9 {
  display: none;
}

.icon-10 {
  display: none;
}

.heading-17 {
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  text-align: right;
}

.link-block-4-copy {
  text-decoration: none;
}

.columns-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.div-block-15 {
  margin-right: 100px;
  margin-left: 100px;
}

.text-block-20 {
  padding-top: 50px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 43px;
}

.text-block-21 {
  padding-top: 42px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 51px;
  line-height: 52px;
}

.section-12 {
  height: 700px;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border: 0px none #f1f1f1;
  background-color: #f1f1f1;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  text-decoration: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.columns-8 {
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 10px;
  text-align: center;
}

.text-block-22 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.div-block-16 {
  display: block;
  padding-top: 20px;
  text-align: center;
}

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

.button-90 {
  display: inline-block;
  width: 130px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #a71a1a;
  font-family: 'Janna lt', sans-serif;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.div-block-17 {
  margin-right: 0px;
  margin-left: -5px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.section-13 {
  background-color: #f1f1f1;
}

.html-embed-4 {
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-22 {
  text-align: center;
}

.lightbox-link-2 {
  text-align: center;
}

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

.link-block-23 {
  display: inline-block;
  text-decoration: none;
}

.column-35 {
  text-align: right;
}

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

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

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

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

.slide-13 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.column-36 {
  text-align: center;
}

.heading-18 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.paragraph-8 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
}

.image-23 {
  margin-top: 20px;
  padding-top: 0px;
}

.heading-19 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

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

.paragraph-9 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

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

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

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

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

.button-900-copy {
  display: inline-block;
  width: 125px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #a71a1a;
  font-family: 'Janna lt', sans-serif;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.div-block-18 {
  margin-right: 100px;
  margin-left: 100px;
}

.columns-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-19 {
  margin: 50px 100px;
}

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

.button-91 {
  height: 100px;
  padding: 15px 10px 0px;
  border-style: none;
  border-width: 0px;
  border-color: #a71a1a;
  border-radius: 20px;
  background-color: #97a5d4;
  opacity: 1;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 29px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button-91:hover {
  background-color: #535894;
  color: #fff;
}

.button-92-copy {
  height: 100px;
  padding: 15px 10px 0px;
  border-style: none;
  border-width: 0px;
  border-color: #a71a1a;
  border-radius: 20px;
  background-color: #97a5d4;
  opacity: 1;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 29px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button-92-copy:hover {
  background-color: #535894;
  color: #fff;
}

.button-100-copy {
  height: 100px;
  padding: 15px 10px 0px;
  border-style: none;
  border-width: 0px;
  border-color: #a71a1a;
  border-radius: 20px;
  background-color: #97a5d4;
  opacity: 1;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button-100-copy:hover {
  background-color: #535894;
  color: #fff;
}

.button-94-copy {
  height: 100px;
  padding: 15px 10px 0px;
  border-style: none;
  border-width: 0px;
  border-color: #a71a1a;
  border-radius: 20px;
  background-color: #97a5d4;
  opacity: 1;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button-94-copy:hover {
  background-color: #535894;
  color: #fff;
}

.button-95-copy-copy {
  height: 100px;
  padding: 30px 10px 0px;
  border-style: none;
  border-width: 0px;
  border-color: #a71a1a;
  border-radius: 20px;
  background-color: #97a5d4;
  opacity: 1;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button-95-copy-copy:hover {
  background-color: #535894;
  color: #fff;
}

.button-96-copy-copy {
  height: 100px;
  padding: 15px 10px 0px;
  border-style: none;
  border-width: 0px;
  border-color: #a71a1a;
  border-radius: 20px;
  background-color: #97a5d4;
  opacity: 1;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button-96-copy-copy:hover {
  background-color: #535894;
  color: #fff;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  direction: rtl;
}

.feature-section-333 {
  padding-top: 70px;
  padding-bottom: 70px;
  font-weight: 700;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-20 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 37px;
  text-align: right;
}

.paragraph-11 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
  white-space: normal;
}

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

.contact-form {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-form-grid {
  display: block;
  margin-top: 40px;
  grid-auto-flow: row;
  grid-auto-columns: 3.5fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-21 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #303a81;
  font-size: 36px;
  text-align: right;
}

.paragraph-12 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #a71a1a;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.columns-10 {
  margin-top: 10px;
  padding-top: 0px;
}

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

.button-100-copy-copy {
  height: 100px;
  padding: 15px 10px 0px;
  border-style: none;
  border-width: 0px;
  border-color: #a71a1a;
  border-radius: 20px;
  background-color: #97a5d4;
  opacity: 1;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button-100-copy-copy:hover {
  background-color: #535894;
  color: #fff;
}

.dropdown-link-2 {
  background-color: #322e82;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  text-align: right;
}

.image-25 {
  max-width: 100%;
}

.paragraph-13 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.paragraph-14 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.heading-22 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.heading-23 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.div-block-21 {
  margin-right: 100px;
  margin-left: 100px;
}

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

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

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

.columns-11 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-12 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.paragraph-15 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.paragraph-16 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.heading-24 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.heading-25 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

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

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

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

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

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

.div-block-23 {
  margin-right: 100px;
  margin-left: 100px;
}

.paragraph-17 {
  margin-bottom: 0px;
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.columns-13 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-18 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.heading-26 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #313a83;
  font-size: 36px;
  text-align: right;
}

.heading-27 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  font-weight: 700;
  text-align: right;
}

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

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

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

.div-block-24 {
  margin-right: 100px;
  margin-left: 100px;
}

.text-span-17 {
  color: #a71a1a;
  font-size: 20px;
}

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

.text-span-19 {
  color: #a71a1a;
  font-size: 20px;
}

.text-span-20 {
  color: #a71a1a;
  font-size: 20px;
}

.paragraph-19 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
}

.paragraph-20 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
}

.paragraph-21 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: right;
}

.paragraph-22 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
}

.paragraph-23 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
}

.paragraph-24 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
}

.headnav-copy {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.heading-28 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  text-align: center;
}

.paragraph-25 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #322e82;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.dropdown-link-x-copy {
  background-color: #322e82;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-link-x-cxopy {
  background-color: #322e82;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-link-3 {
  background-color: #322e82;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  text-align: right;
}

.heading-29 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.heading-30 {
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.paragraph-26 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.bold-text-2 {
  font-size: 22px;
}

.paragraph-27 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.bold-text-3 {
  font-size: 22px;
}

.bold-text-4 {
  font-size: 22px;
}

.columns-14 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-26 {
  padding-top: 20px;
}

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

.section-14 {
  background-color: #f1f1f1;
}

.column-38 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: transparent;
  text-align: center;
}

.lightbox-link-copy {
  margin-right: auto;
  margin-left: auto;
}

.slide-14 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.lightbox-link-copy {
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link-copy-copy {
  margin-right: auto;
  margin-left: auto;
}

.slide-15 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.slide-16 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.slide-17 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.image-31 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.heading-12-copy {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.heading-31 {
  display: none;
}

.just-to-hide.hideit {
  display: none;
}

.heading-127800-copy {
  display: none;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 36px;
  text-align: right;
}

.section-15 {
  background-color: #f1f1f1;
}

.heading-16-copy {
  direction: rtl;
  text-align: right;
}

.heading-h17-copy {
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
}

.heading-h17-copy.g.k {
  display: none;
}

.grid-9 {
  grid-auto-flow: row;
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-5 Area-6 Area-7"
    "Area-9 Area-10 Area-11"
    "Area-13 Area-14 Area-15"
    "Area-17 Area-19 Area-18"
    "Area-21 Area-22 Area-23"
    "Area-25 Area-26 ."
    ". . ."
    ". . Area-27"
    "Area-28 Area-29 Area-30";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 35px auto 35px auto 35px auto 35px auto 35px auto 35px auto 35px auto 35px auto 35px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.container-24 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.div-block-25 {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 40px;
}

.search-2 {
  width: 300px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.search-input {
  width: 150px;
}

.search-button {
  text-align: center;
}

.search-3 {
  width: 150px;
  margin-bottom: 0px;
  text-align: center;
}

.search-input-2 {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
}

.search-button-2 {
  display: inline-block;
  width: 100px;
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-32 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.div-block-26 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
}

.image-37 {
  margin: 0px auto 15px;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px 1px #cccbcb;
  text-align: center;
}

.link-9 {
  display: inline-block;
  overflow: visible;
  width: 200px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-23 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
}

.text-block-24 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.div-block-27 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.image-38 {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px 1px #cccbcb;
  text-align: center;
}

.link-10 {
  display: block;
  width: 200px;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.text-block-25 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.text-block-26 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
  text-align: center;
}

.div-block-28 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.image-39 {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.link-11 {
  display: block;
  width: 200px;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-27 {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.text-block-28 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
}

.div-block-29 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.div-block-30 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.div-block-31 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.div-block-32 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.image-40 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.link-12 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-29 {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.text-block-30 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
}

.link-13 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.image-41 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.text-block-31 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: center;
}

.text-block-32 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.div-block-33 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.link-14 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.image-42 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.text-block-33 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  line-height: 13px;
  font-weight: 500;
  text-align: left;
}

.text-block-34 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
}

.div-block-34 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.image-43 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.link-15 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-35 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.text-block-36 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
  text-align: center;
}

.div-block-35 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.image-44 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.link-16 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-37 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  line-height: 13px;
  font-weight: 500;
  text-align: left;
}

.text-block-38 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
}

.div-block-36 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.link-17 {
  display: block;
  margin-bottom: 5px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.image-45 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.text-block-39 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.text-block-40 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
}

.italic-text {
  font-style: normal;
}

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

.image-47 {
  margin-top: 80px;
}

.image-48 {
  margin-top: 80px;
}

.container-25 {
  direction: rtl;
}

.rich-text-block-2 {
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  text-align: justify;
}

.rich-text-block-2.cxdds {
  color: #000;
}

.rich-text-block-2.classfrtext p {
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.cards-section-2 {
  padding-top: 30px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.cards-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-28 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-align: justify;
}

.heading-33 {
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 35px;
  font-weight: 700;
  text-align: right;
}

.list-item-4 {
  direction: rtl;
}

.list-2 {
  direction: rtl;
  text-align: right;
  list-style-type: decimal;
}

.heading-34 {
  margin-bottom: 0px;
  color: #2b6ca9;
  font-size: 21px;
  text-align: center;
}

.heading-34._34 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.heading-35 {
  margin-bottom: 0px;
  color: #4f5f6d;
  font-size: 21px;
  text-align: center;
}

.heading-35._35 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
}

.heading-36 {
  margin-bottom: 0px;
  color: #768ca1;
  font-size: 21px;
  text-align: center;
}

.heading-36._36 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
}

.heading-37 {
  margin-bottom: 0px;
  color: #37c0e5;
  font-size: 21px;
  text-align: center;
}

.heading-37._37 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
}

.heading-38 {
  margin-bottom: 0px;
  color: #8756b4;
  font-size: 21px;
  text-align: center;
}

.heading-38._38 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
}

.heading-39 {
  margin-bottom: 0px;
  color: #089564;
  font-size: 21px;
  text-align: center;
}

.heading-39._39 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
}

.heading-40 {
  margin-bottom: 0px;
  color: #7a120d;
  font-size: 21px;
  text-align: center;
}

.heading-40._40 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
}

.heading-41 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Janna lt', sans-serif;
  color: #fb9315;
  font-size: 22px;
  text-align: center;
}

.heading-42 {
  margin-bottom: 0px;
  color: #e94413;
  font-size: 21px;
  text-align: center;
}

.heading-42._42 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.heading-43 {
  margin-bottom: 0px;
  color: #8e0a0d;
  font-size: 21px;
  text-align: center;
}

.heading-43._43 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Janna lt', sans-serif;
  font-size: 22px;
}

.link-18 {
  display: block;
  width: auto;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.image-49 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
  text-align: center;
}

.link-19 {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.image-50 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
  text-align: center;
}

.link-20 {
  display: block;
  margin-bottom: 5px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.image-51 {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
  text-align: center;
}

.div-block-317 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.text-block-41 {
  display: block;
  direction: ltr;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.text-block-42 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
}

.div-block-38 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.text-block-43 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
}

.text-block-44 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
}

.text-block-45 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
}

.text-block-46 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 700;
}

.bold-text-5 {
  font-weight: 500;
}

.columns-15 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 80px;
}

.button-92 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #8b91c6;
  opacity: 1;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
}

.div-block-39 {
  width: 130px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #8b91c6;
  text-align: center;
  cursor: pointer;
}

.link-21 {
  display: block;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.image-52 {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.link-22 {
  display: block;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.image-53 {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-40 {
  width: 130px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #8b91c6;
  text-align: center;
}

.column-46 {
  text-align: center;
}

.link-23 {
  display: block;
  padding-top: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 14px;
  text-decoration: none;
}

.image-54 {
  width: 35px;
  height: auto;
  margin-top: 5px;
}

.div-block-41 {
  width: 130px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #8b91c6;
}

.link-24 {
  display: block;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.image-55 {
  width: 45px;
  height: 45px;
  margin-top: 0px;
}

.div-block-42 {
  width: 130px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #8b91c6;
}

.link-25 {
  display: block;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.image-56 {
  width: 40px;
  margin-top: 5px;
}

.div-block-43 {
  width: 130px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #8b91c6;
}

.image-57 {
  width: 45px;
  height: auto;
  margin-top: 0px;
}

.link-26 {
  display: block;
  font-family: 'Janna lt', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.div-block-44 {
  width: 130px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #8b91c6;
}

.image-58 {
  display: block;
}

.image-59 {
  display: block;
}

.image-60 {
  display: block;
  height: 150px;
}

.image-61 {
  display: block;
  height: 200px;
}

.columns-16 {
  display: inline-block;
}

.column-47 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.link-27 {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-47 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.text-block-48 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.image-62 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.link-28 {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.div-block-45 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.image-63 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.text-block-49 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.text-block-50 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.image-64 {
  width: 300px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px 1px #d6d6d6;
}

.column-48 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-65 {
  width: 300px;
  margin-top: 60px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #d6d6d6;
}

.image-66 {
  width: 300px;
  margin-top: 60px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #d6d6d6;
}

.icon-11 {
  color: #fff;
}

.icon-12 {
  color: #fff;
}

.slide-nav-3 {
  overflow: visible;
  opacity: 1;
  color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-18 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-67 {
  width: auto;
  height: 300px;
  color: transparent;
}

.mask-2 {
  color: transparent;
}

.slider-5 {
  display: none;
  margin-top: 40px;
  opacity: 1;
}

.slide-19 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-68 {
  overflow: visible;
  width: auto;
  height: auto;
  text-align: center;
}

.image-69 {
  width: auto;
}

.image-70 {
  height: 300px;
}

.gallery-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery-grid-container-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.link-29 {
  text-decoration: none;
}

.slide-20 {
  text-decoration: none;
}

.link-block-28 {
  color: #fff;
  text-decoration: none;
}

.link-block-29 {
  color: #fff;
  text-decoration: none;
}

.link-block-30 {
  color: #fff;
  text-decoration: none;
}

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

.feature-section-333-copy {
  padding-top: 70px;
  padding-bottom: 70px;
  font-weight: 700;
}

.paragraph-1871-copy {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
  white-space: normal;
}

.paragrap87h-11-copy {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
  white-space: normal;
}

.div-block-46 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.link-30 {
  display: block;
  margin-bottom: 5px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-51 {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  line-height: 13px;
  font-weight: 500;
  text-align: left;
}

.text-block-52 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 400;
}

.image-71 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.div-block-47 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.image-72 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.link-31 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-53 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  line-height: 13px;
  font-weight: 500;
  text-align: left;
}

.text-block-54 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.div-block-48 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.link-32 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-55 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.text-block-56 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.image-73 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.div-block-49 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.link-33 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.image-74 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.text-block-57 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
}

.text-block-58 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.div-block-50 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.link-34 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.image-75 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.text-block-59 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.text-block-60 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.div-block-51 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-35 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-61 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.text-block-62 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.image-76 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.div-block-52 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-36 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-63 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.text-block-64 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
}

.image-77 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.div-block-53 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-37 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.image-78 {
  margin-bottom: 15px;
}

.text-block-65 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.text-block-66 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
}

.div-block-54 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-38 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-67 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.text-block-68 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left;
}

.image-79 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.div-block-55 {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-39 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  text-decoration: none;
}

.text-block-69 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
}

.text-block-70 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5a5a5a;
  font-weight: 500;
}

.image-80 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 1px #cccbcb;
}

.div-block-37-copy {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.div-block-317-copy {
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 23px;
  padding-left: 23px;
  text-align: center;
}

.image-81 {
  display: block;
  height: 150px;
}

.paragraph-29 {
  color: #acacac;
  text-align: center;
}

.paragraph-30 {
  color: #acacac;
  text-align: center;
}

.paragraph-31 {
  color: #acacac;
  text-align: center;
}

.paragraph-32 {
  color: #acacac;
  text-align: center;
}

.paragraph-33 {
  color: #acacac;
  text-align: center;
}

.paragraph-34 {
  color: #acacac;
  text-align: center;
}

.paragraph-35 {
  color: #acacac;
  text-align: center;
}

.paragraph-36 {
  color: #acacac;
  text-align: center;
}

.paragraph-37 {
  color: #acacac;
  text-align: center;
}

.paragraph-38 {
  color: #acacac;
  text-align: center;
}

.heading-441-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Janna lt', sans-serif;
  color: #fb9315;
  font-size: 22px;
  text-align: center;
}

.div-block-220-copy {
  width: 100%;
}

.div-block-2110-copy {
  width: 100%;
}

.paragraph-39 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 17px;
  font-style: normal;
  text-align: justify;
}

.italic-text-2 {
  font-style: normal;
}

.heading-44 {
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-weight: 700;
}

.paragraph-40 {
  direction: rtl;
  font-family: Mirza, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: justify;
}

.heading-45 {
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  text-align: right;
}

.slide-21 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.gallery-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.image-82 {
  margin: auto;
  padding-top: 50px;
  text-align: center;
  text-decoration: none;
}

.slide-22 {
  background-color: #f1f1f1;
}

.image-83 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.heading-46 {
  margin-top: 5px;
  margin-bottom: 0px;
  direction: rtl;
  font-family: 'Janna lt', sans-serif;
  color: #a71a1a;
  font-size: 19px;
  font-weight: 700;
  text-align: right;
}

.section-16 {
  background-color: #fff;
}

.list-item-5 {
  text-align: right;
}

.list-item-6 {
  text-align: right;
}

.list-item-7 {
  text-align: right;
}

.list-3 {
  margin-top: 10px;
  direction: rtl;
  text-align: right;
}

.gallery-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery-5 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery-7 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.gallery-8 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.features-metrics {
  position: relative;
  padding: 60px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

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

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

.features-block {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-stack {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

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

.testimonial-card-three {
  padding: 40px 20px;
  border-style: dashed;
  border-width: 5px;
  border-color: #a71a1a;
  border-radius: 20px;
  background-color: #f5f7fa;
  line-height: 20px;
  text-align: center;
}

.testimonial-card-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.testimonial-card-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arajozoor, sans-serif;
  color: #000;
  line-height: 25px;
}

.testimonial-text-three {
  width: 800px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Calibri, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 23px;
  text-align: justify;
}

.testimonial-info-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
  text-align: center;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 16px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.text-span-22 {
  font-family: Mirza, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.text-span-23 {
  font-family: Mirza, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.text-span-24 {
  font-family: Mirza, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.text-span-25 {
  font-family: Mirza, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.bold-text-6 {
  font-family: Mirza, sans-serif;
  font-size: 20px;
  text-align: left;
}

.text-span-26 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-span-27 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Mirza, sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  text-align: justify;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-form-error {
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #f76969;
  color: #8a0a0a;
}

.walsh-form-success {
  background-color: #c4f85c;
  color: #313d17;
}

.walsh-button-circle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-button-circle-wrapper-gray {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #eee;
}

.walsh-text-field-single-gray {
  width: 100%;
  height: auto;
  min-height: 65px;
  min-width: auto;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px 0px 0px 100px;
  background-color: #eee;
  box-shadow: inset 1px 1px 0 0 #eee;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
}

.walsh-form-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0px;
}

.walsh-paragraph-small {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: rgba(22, 22, 22, 0.68);
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-content-wrapper-gap {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1.25em;
  text-decoration: none;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-circle-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(147, 255, 65, 0.2);
}

.walsh-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  text-align: left;
}

.walsh-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.walsh-grid-col-2 {
  width: 100%;
  grid-column-gap: 3em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.walsh-paragraph {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: rgba(0, 0, 0, 0.68);
  font-size: 1.6em;
  line-height: 1.4;
  text-decoration: none;
}

.walsh-heading-medium {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #2c2c2c;
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
}

.walsh-main-grid {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.walsh-cta-block-white {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 3em 5.5em;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.walsh-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.section-17 {
  text-decoration: none;
}

.hero-subscribe-left {
  position: relative;
  padding: 20px 30px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f1f1f1;
  text-decoration: none;
}

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

.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;
  text-decoration: none;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -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;
  color: #a71a1a;
}

.margin-bottom-24px {
  margin-bottom: 10px;
  color: #322e82;
  text-align: justify;
  text-decoration: none;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero-form-input {
  width: 240px;
  height: auto;
  margin-right: 9px;
  margin-bottom: 0px;
  padding: 5px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d6db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.hero-form-input:hover {
  border-color: #76879d;
}

.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.button-primary {
  padding: 12px 25px;
  background-color: #322e82;
  -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;
}

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

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.shadow-two {
  margin-right: 100px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.heading-47 {
  margin-top: 10px;
  font-weight: 700;
}

.bold-text-7 {
  font-family: Mirza, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.text-block-71 {
  color: #a71a1a;
}

.text-span-28 {
  font-family: Calibri, sans-serif;
  font-weight: 400;
}

.text-span-29 {
  font-family: Mirza, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bold-text-8 {
  font-family: Mirza, sans-serif;
  font-size: 20px;
}

.bold-text-9 {
  font-family: Mirza, sans-serif;
  font-size: 20px;
}

.bold-text-10 {
  font-family: Mirza, sans-serif;
  font-size: 20px;
}

.text-span-30 {
  font-family: Mirza, sans-serif;
  font-weight: 500;
}

.text-span-31 {
  font-family: Mirza, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-span-32 {
  font-family: Mirza, sans-serif;
  font-weight: 500;
}

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

.link-40 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Janna lt', sans-serif;
  color: #322e82;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-72 {
  font-family: 'Janna lt', sans-serif;
  color: #9d2823;
  font-weight: 400;
}

.lightbox-link-4 {
  color: #f1f1f1;
}

@media screen and (min-width: 1280px) {
  .feature-image-mask-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-image-2 {
    position: static;
    display: inline-block;
    overflow: visible;
    width: 50%;
    height: 50%;
    float: none;
    clear: none;
    direction: rtl;
    text-align: right;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-15 {
    font-family: 'Janna lt', sans-serif;
    color: #a71a1a;
    text-align: center;
  }

  .heading-17 {
    font-family: 'Janna lt', sans-serif;
    color: #a71a1a;
    text-align: center;
  }

  .section-11 {
    margin-right: -150px;
    margin-left: -150px;
  }

  .columns-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .div-block-18 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .columns-9 {
    padding-top: 20px;
  }

  .button-96-copy-copy {
    padding-top: 30px;
  }

  .flex-container-2 {
    display: block;
  }

  .heading-20 {
    direction: rtl;
    font-family: 'Janna lt', sans-serif;
    color: #a71a1a;
    font-size: 35px;
    text-align: right;
  }

  .paragraph-10 {
    color: #000;
    font-size: 21px;
  }

  .paragraph-11 {
    direction: rtl;
    font-family: 'Janna lt', sans-serif;
    color: #322e82;
    font-size: 17px;
    font-weight: 700;
    text-align: justify;
  }

  .div-block-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-h17-copy {
    font-family: 'Janna lt', sans-serif;
    color: #a71a1a;
    text-align: center;
  }

  .div-block-31 {
    padding-right: 23px;
  }

  .paragraph-1871-copy {
    direction: rtl;
    font-family: 'Janna lt', sans-serif;
    color: #322e82;
    font-size: 17px;
    font-weight: 700;
    text-align: justify;
  }

  .paragrap87h-11-copy {
    direction: rtl;
    font-family: 'Janna lt', sans-serif;
    color: #322e82;
    font-size: 17px;
    font-weight: 700;
    text-align: justify;
  }

  .div-block-220-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-2110-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .button-cx22oo {
    font-size: 18px;
  }

  .nav-link-2 {
    font-size: 14px;
  }

  .nav-link-3 {
    font-size: 14px;
  }

  .nav-link-5 {
    font-size: 14px;
  }

  .nav-link-6 {
    font-size: 14px;
  }

  .div-block-2 {
    padding-left: 10px;
  }

  .div-block-3 {
    padding-left: 10px;
  }

  .div-block-4 {
    padding-left: 10px;
  }

  .feature-section {
    padding-right: 80px;
    padding-left: 80px;
  }

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

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

  .headnav {
    display: block;
    direction: rtl;
    color: #fff;
    text-align: right;
  }

  .container-9 {
    color: #fff;
  }

  .menu-button {
    direction: rtl;
  }

  .column-4 {
    padding-left: 10px;
  }

  .button-coo-x-copy {
    font-size: 18px;
  }

  .hero {
    background-image: url('../images/heroo.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .columns-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-4 {
    font-size: 43px;
    line-height: 68px;
  }

  .icon {
    color: #fff;
  }

  .text-block-8 {
    text-align: right;
  }

  .xox {
    font-size: 11px;
  }

  .grid-4 {
    margin-right: -30px;
    margin-left: -29px;
    padding-right: 0px;
  }

  .headingg-888 {
    padding-right: 30px;
  }

  .paragraph-5 {
    font-size: 17px;
  }

  .heading-9 {
    font-size: 32px;
  }

  .headingg-8-copy {
    font-size: 33px;
  }

  .dropdown-link-x {
    font-size: 12px;
  }

  .gallery {
    padding-top: 60px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column-17 {
    padding-left: 99px;
  }

  .column-19 {
    padding-right: 0px;
  }

  .button-coo-coxxxpy {
    width: 125px;
    font-size: 16px;
  }

  .button-coo-copy-copy {
    margin-top: 10px;
  }

  .button-coo-xcopy {
    font-size: 18px;
  }

  .button-cx22oo-copy {
    font-size: 18px;
  }

  .button-cx22oo-xcopy {
    width: 100px;
    font-size: 18px;
  }

  .button-coo-copy-copy-copy-copy {
    margin-top: 0px;
    margin-right: 51px;
  }

  .button-coo-copy-copy-cxopy {
    margin-top: 0px;
    margin-right: 42px;
  }

  .headingg-888-czzzopy {
    padding-right: 20px;
  }

  .button-co-coy-coy-coy-copy-copy {
    margin-right: 48px;
  }

  .headingg-888-czzzopy-copy {
    padding-right: 20px;
  }

  .button-co-coy-coy-co {
    margin-top: 0px;
    margin-right: 40px;
  }

  .button-coo-233 {
    margin-right: 40px;
  }

  .heading-10 {
    font-size: 45px;
  }

  .button-coo-xxx-copy {
    font-size: 18px;
  }

  .button-89 {
    font-size: 18px;
  }

  .button-for-lms {
    font-size: 18px;
  }

  .heading-11 {
    font-size: 29px;
  }

  .rich-text-block-v2 {
    font-size: 16px;
  }

  .heading-12 {
    font-size: 29px;
  }

  .xox-1 {
    font-size: 11px;
  }

  .xox-2 {
    font-size: 11px;
  }

  .xox-3 {
    font-size: 11px;
  }

  .xox-4 {
    font-size: 11px;
  }

  .xox-5 {
    font-size: 11px;
  }

  .xox-6 {
    font-size: 11px;
  }

  .xox-7 {
    font-size: 11px;
  }

  .xox-8 {
    font-size: 11px;
  }

  .xox9 {
    font-size: 11px;
  }

  .text-block-11 {
    font-size: 12px;
  }

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

  .image-17 {
    display: none;
  }

  .image-18 {
    display: none;
  }

  .nav-menu {
    width: 280px;
    background-color: #322e82;
    color: transparent;
  }

  .dropdown {
    display: block;
    direction: rtl;
    text-align: right;
  }

  .dropdown-2 {
    display: block;
    direction: rtl;
    text-align: right;
  }

  .text-block-12-copy {
    font-size: 12px;
  }

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

  .text-block-122-copy {
    font-size: 12px;
  }

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

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

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

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

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

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

  .heading-16 {
    padding-right: 20px;
  }

  .div-block-15 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .column-36 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-18.km {
    font-size: 30px;
  }

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

  .div-block-18 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .heading-21 {
    display: block;
    direction: rtl;
  }

  .dropdown-link-2 {
    font-size: 12px;
  }

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

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

  .div-block-21 {
    margin-right: 30px;
    margin-left: 30px;
  }

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

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

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

  .div-block-23 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .heading-26 {
    font-size: 32px;
  }

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

  .div-block-24 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .paragraph-19 {
    padding-right: 23px;
  }

  .paragraph-20 {
    padding-right: 36px;
  }

  .paragraph-21 {
    padding-right: 35px;
  }

  .paragraph-22 {
    padding-right: 34px;
  }

  .paragraph-23 {
    padding-right: 29px;
  }

  .paragraph-24 {
    width: auto;
    height: auto;
    padding-right: 30px;
    text-align: right;
  }

  .dropdown-link-x-copy {
    font-size: 12px;
  }

  .dropdown-link-x-cxopy {
    font-size: 12px;
  }

  .column-37 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-link-3 {
    font-size: 12px;
  }

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

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

  .image-26 {
    display: none;
  }

  .column-39 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-34 {
    display: none;
  }

  .image-35 {
    display: none;
  }

  .column-40 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-41 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-42 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-43 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-9 {
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-areas: "Area Area-2 Area-3"
      "Area-5 Area-6 Area-7"
      "Area-9 Area-10 Area-11"
      "Area-13 Area-14 Area-15"
      "Area-17 Area-19 Area-18"
      "Area-21 Area-22 Area-23"
      "Area-25 Area-26 ."
      ". . ."
      "Area-27 Area-28 .";
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .div-block-26 {
    width: 200px;
    height: 300px;
    margin: auto;
    border-style: none;
    border-width: 5px;
    border-color: #322e82;
    border-radius: 20px;
    text-align: center;
  }

  .image-37 {
    position: static;
    width: 150px;
    height: 150px;
    float: none;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-9 {
    display: block;
    width: auto;
    direction: rtl;
    font-family: 'Janna lt', sans-serif;
    color: #322e82;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .text-block-23 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }

  .div-block-27 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-38 {
    width: 150px;
    height: 150px;
  }

  .link-10 {
    width: auto;
    font-size: 14px;
  }

  .div-block-28 {
    width: 200px;
  }

  .image-39 {
    width: 150px;
    height: 150px;
  }

  .link-11 {
    font-size: 14px;
  }

  .div-block-29 {
    width: 200px;
  }

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

  .div-block-31 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-32 {
    width: 200px;
  }

  .image-40 {
    width: 150px;
    height: 150px;
  }

  .link-12 {
    font-size: 14px;
  }

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

  .link-13 {
    font-size: 14px;
  }

  .image-41 {
    width: 150px;
    height: 150px;
  }

  .div-block-33 {
    width: 200px;
  }

  .link-14 {
    font-size: 14px;
  }

  .image-42 {
    width: 150px;
    height: 150px;
  }

  .text-block-33 {
    font-size: 12px;
  }

  .div-block-34 {
    width: 200px;
  }

  .image-43 {
    width: 150px;
    height: 150px;
  }

  .link-15 {
    font-size: 14px;
  }

  .div-block-35 {
    width: 200px;
  }

  .image-44 {
    width: 150px;
    height: 150px;
  }

  .link-16 {
    font-size: 14px;
  }

  .text-block-37 {
    font-size: 14px;
  }

  .div-block-36 {
    width: 200px;
  }

  .link-17 {
    font-size: 14px;
  }

  .image-45 {
    width: 150px;
    height: 150px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .link-18 {
    font-size: 14px;
  }

  .image-49 {
    width: 150px;
    height: 150px;
  }

  .image-50 {
    width: 150px;
    height: 150px;
  }

  .link-20 {
    font-size: 14px;
  }

  .image-51 {
    width: 150px;
    height: 150px;
  }

  .div-block-317 {
    width: 200px;
  }

  .div-block-38 {
    width: 200px;
  }

  .text-block-43 {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
  }

  .columns-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-39 {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .link-21 {
    font-size: 13px;
  }

  .image-52 {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    padding-top: 0px;
  }

  .link-22 {
    font-size: 12px;
  }

  .image-53 {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }

  .div-block-40 {
    width: 100px;
  }

  .column-46 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-23 {
    padding-top: 6px;
    font-size: 12px;
    line-height: 13px;
  }

  .image-54 {
    width: 30px;
    margin-top: 6px;
  }

  .div-block-41 {
    width: 100px;
  }

  .link-24 {
    font-size: 13px;
  }

  .image-55 {
    width: 35px;
    height: 35px;
    margin-top: 6px;
  }

  .div-block-42 {
    width: 100px;
  }

  .link-25 {
    font-size: 13px;
  }

  .image-56 {
    width: 30px;
    margin-top: 10px;
  }

  .div-block-43 {
    width: 100px;
  }

  .image-57 {
    width: 35px;
  }

  .link-26 {
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-44 {
    width: 100px;
  }

  .link-27 {
    font-size: 14px;
  }

  .image-62 {
    width: 150px;
    height: 150px;
  }

  .link-28 {
    font-size: 14px;
  }

  .div-block-45 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-63 {
    width: 150px;
    height: 150px;
  }

  .text-block-49 {
    font-size: 14px;
  }

  .image-64 {
    margin-top: 100px;
    margin-bottom: 0px;
  }

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

  .image-66 {
    width: 300px;
    margin-top: 60px;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    box-shadow: 0 0 20px 1px #d6d6d6;
  }

  .column-50 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-51 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-52 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-53 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-54 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .columns-17 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .lightbox-link-3 {
    display: inline-block;
  }

  .div-block-46 {
    width: 200px;
  }

  .link-30 {
    font-size: 14px;
  }

  .image-71 {
    width: 150px;
    height: 150px;
  }

  .div-block-47 {
    width: 200px;
  }

  .image-72 {
    width: 150px;
    height: 150px;
  }

  .link-31 {
    font-size: 14px;
    font-weight: 700;
  }

  .div-block-48 {
    width: 200px;
  }

  .link-32 {
    font-size: 14px;
  }

  .image-73 {
    width: 150px;
    height: 150px;
  }

  .div-block-49 {
    width: 200px;
  }

  .link-33 {
    font-size: 14px;
    font-weight: 700;
  }

  .image-74 {
    width: 150px;
    height: 150px;
  }

  .div-block-50 {
    width: 200px;
  }

  .link-34 {
    font-size: 14px;
  }

  .image-75 {
    width: 150px;
    height: 150px;
  }

  .div-block-51 {
    width: 200px;
  }

  .link-35 {
    font-size: 14px;
  }

  .image-76 {
    width: 150px;
    height: 150px;
  }

  .div-block-52 {
    width: 200px;
  }

  .link-36 {
    font-size: 14px;
  }

  .image-77 {
    width: 150px;
    height: 150px;
  }

  .div-block-53 {
    width: 200px;
  }

  .link-37 {
    font-size: 14px;
    font-weight: 700;
  }

  .image-78 {
    width: 150px;
    height: 150px;
  }

  .div-block-54 {
    width: 200px;
  }

  .link-38 {
    font-size: 14px;
  }

  .image-79 {
    width: 150px;
    height: 150px;
  }

  .div-block-55 {
    width: 200px;
  }

  .link-39 {
    font-size: 14px;
    font-weight: 700;
  }

  .image-80 {
    width: 150px;
    height: 150px;
  }

  .div-block-37-copy {
    width: 200px;
  }

  .div-block-317-copy {
    width: 200px;
  }

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

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

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

  .testimonial-text-three {
    width: auto;
  }

  .walsh-text-field-single-gray {
    min-width: auto;
  }

  .walsh-icon-check {
    margin-right: 0px;
  }

  .walsh-main-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3em;
    padding-left: 3em;
    -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;
    text-align: center;
  }

  .walsh-container {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .hero-wrapper {
    margin-bottom: -40px;
    -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;
  }

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

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

  .shadow-two {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    width: 30%;
    padding-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block {
    padding-left: 10px;
  }

  .div-block-2 {
    padding-left: 10px;
  }

  .div-block-3 {
    padding-left: 10px;
  }

  .div-block-4 {
    padding-left: 10px;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .headnav {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: right;
  }

  .image-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-4 {
    padding-left: 10px;
  }

  .container-13 {
    display: none;
  }

  .map-2 {
    height: 200px;
  }

  .div-block-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .columns-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-9 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-4 {
    font-size: 34px;
    line-height: 43px;
    font-weight: 700;
  }

  .icon {
    color: #fff;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .feature-image-mask-2 {
    margin-right: 0px;
  }

  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-8 {
    direction: rtl;
    text-align: right;
  }

  .xox {
    font-size: 8px;
  }

  .grid-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-16 {
    display: none;
  }

  .headingg-888 {
    font-size: 34px;
  }

  .dropdown-link-x {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .column-17 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .column-19 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .button-coo-coxxxpy {
    width: 70px;
    padding-right: 0px;
    font-size: 15px;
  }

  .button-cx22oo-xcopy {
    width: 70px;
  }

  .headingg-888-czzzopy-copy {
    font-size: 33px;
  }

  .button-co-coy-coy-co {
    margin-top: 30px;
  }

  .button-coo-233 {
    margin-top: 0px;
  }

  .feature-section-2-copy-xc {
    padding: 40px 20px;
  }

  .image-3x-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .image-321-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .xox-1 {
    font-size: 8px;
  }

  .xox-2 {
    font-size: 8px;
  }

  .xox-3 {
    font-size: 8px;
  }

  .xox-4 {
    font-size: 8px;
  }

  .xox-5 {
    font-size: 8px;
  }

  .xox-6 {
    font-size: 8px;
  }

  .xox-7 {
    font-size: 8px;
  }

  .xox-8 {
    font-size: 8px;
  }

  .xox9 {
    font-size: 8px;
  }

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

  .text-block-12 {
    font-size: 11px;
    font-weight: 700;
  }

  .text-block-14 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }

  .nav-menu {
    width: 280px;
    background-color: #322e82;
    color: transparent;
  }

  .dropdown {
    display: block;
  }

  .dropdown-2 {
    display: block;
    padding-right: 0px;
    text-align: right;
  }

  .icon-6 {
    direction: rtl;
    text-align: right;
  }

  .text-block-12-copy {
    display: none;
  }

  .text-block-122-copy {
    font-size: 11px;
  }

  .column-21 {
    display: none;
  }

  .link-block-7 {
    width: 150px;
    height: 150px;
  }

  .column-22 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .heading-16 {
    display: none;
  }

  .text-block-20 {
    font-size: 38px;
    line-height: 20px;
  }

  .text-block-21 {
    font-size: 38px;
    line-height: 39px;
  }

  .link-block-22 {
    padding-right: 20px;
  }

  .column-35 {
    display: none;
  }

  .link-block-24 {
    padding-right: 20px;
    padding-left: 0px;
  }

  .heading-18.km {
    font-size: 23px;
    line-height: 31px;
  }

  .paragraph-8 {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-8.xfix {
    font-size: 16px;
    line-height: 20px;
  }

  .image-23 {
    display: none;
  }

  .heading-19 {
    display: none;
    font-size: 18px;
  }

  .paragraph-9 {
    display: none;
  }

  .div-block-18 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .feature-section-333 {
    padding: 40px 20px;
  }

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

  .contact-form {
    padding: 40px 20px;
  }

  .dropdown-link-2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }

  .image-25 {
    display: none;
  }

  .paragraph-14 {
    display: none;
  }

  .heading-23 {
    display: none;
  }

  .paragraph-16 {
    display: none;
  }

  .heading-25 {
    display: none;
  }

  .paragraph-18 {
    display: none;
  }

  .heading-27 {
    display: none;
  }

  .dropdown-link-x-copy {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }

  .dropdown-link-x-cxopy {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }

  .dropdown-link-3 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }

  .heading-30 {
    display: none;
  }

  .paragraph-27 {
    display: none;
  }

  .image-27 {
    display: none;
  }

  .image-28 {
    display: none;
  }

  .image-29 {
    display: none;
  }

  .image-30 {
    display: none;
  }

  .section-15 {
    display: none;
  }

  .heading-h17-copy.g.k {
    display: block;
    padding-right: 30px;
  }

  .heading-h17-copy.g.k.l {
    display: none;
  }

  .column-44 {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-45 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-36 {
    display: none;
  }

  .container-24 {
    display: none;
  }

  .div-block-25 {
    padding-right: 0px;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .columns-15 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-block-39 {
    width: 120px;
    height: 30px;
  }

  .link-21 {
    padding-top: 5px;
    font-size: 14px;
  }

  .image-52 {
    display: none;
  }

  .link-22 {
    padding-top: 5px;
    font-size: 14px;
  }

  .image-53 {
    display: none;
  }

  .div-block-40 {
    width: 120px;
    height: 30px;
  }

  .link-23 {
    padding-top: 8px;
    font-size: 14px;
  }

  .image-54 {
    display: none;
  }

  .div-block-41 {
    width: 120px;
    height: 30px;
  }

  .link-24 {
    display: block;
    margin: auto;
    padding-top: 5px;
    font-size: 14px;
    text-align: center;
  }

  .image-55 {
    display: none;
  }

  .div-block-42 {
    width: 120px;
    height: 30px;
  }

  .link-25 {
    padding-top: 5px;
    font-size: 14px;
  }

  .image-56 {
    display: none;
  }

  .div-block-43 {
    width: 120px;
    height: 30px;
  }

  .image-57 {
    display: none;
  }

  .link-26 {
    padding-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-44 {
    width: 120px;
    height: 30px;
  }

  .image-60 {
    display: none;
  }

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

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

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

  .column-52 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .column-53 {
    margin-bottom: 10px;
  }

  .slider-5 {
    display: none;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .html-embed-5 {
    display: none;
  }

  .feature-section-333-copy {
    padding: 40px 20px;
  }

  .paragraph-40 {
    font-size: 16px;
  }

  .gallery-3 {
    padding: 40px 20px;
  }

  .gallery-4 {
    padding: 40px 20px;
  }

  .gallery-5 {
    padding: 40px 20px;
  }

  .gallery-6 {
    padding: 40px 20px;
  }

  .gallery-7 {
    padding: 40px 20px;
  }

  .gallery-8 {
    padding: 40px 20px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    margin-bottom: -40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-card-content {
    line-height: 20px;
  }

  .testimonial-text-three {
    width: auto;
    font-size: 20px;
    line-height: 20px;
    text-align: justify;
    text-decoration: none;
  }

  .text-span-23 {
    font-size: 18px;
    text-align: left;
  }

  .walsh-text-field-single-gray {
    margin-right: 0px;
    text-align: left;
  }

  .walsh-form-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-paragraph {
    font-size: 1.4em;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

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

  .shadow-two {
    display: none;
  }

  .bold-text-7 {
    font-size: 18px;
  }

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

  .bold-text-8 {
    font-size: 18px;
  }

  .bold-text-9 {
    font-size: 18px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #c4c4c4;
    text-decoration: none;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image-mask {
    margin-right: auto;
    margin-left: auto;
  }

  .cards-image {
    width: 60%;
    height: 60%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 78px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    display: none;
  }

  .footer-heading {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
  }

  .footer-link {
    font-size: 11px;
    text-decoration: none;
  }

  .button-cx22oo {
    font-size: 20px;
  }

  .paragraph {
    font-size: 15px;
  }

  .heading-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .butt {
    font-size: 20px;
  }

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

  .div-block {
    font-size: 12px;
  }

  .div-block-4 {
    width: 280px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-section {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-image {
    width: 30%;
    height: 30%;
  }

  .heading-5 {
    padding-left: 121px;
    direction: rtl;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 18px;
  }

  .text-block {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-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;
    font-size: 12px;
    text-align: center;
  }

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

  .column {
    padding-bottom: 30px;
  }

  .tabst {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 15px;
    text-align: justify;
  }

  .link-4 {
    padding-right: 20px;
    padding-left: 21px;
    font-size: 18px;
    text-decoration: none;
  }

  .tabs-menu-2 {
    width: 30px;
  }

  .headnav {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: none;
    color: #fff;
    font-size: 14px;
    text-align: right;
  }

  .image-3 {
    width: 280px;
    height: 200px;
  }

  .navbar-2 {
    background-position: 70% 50%;
  }

  .column-4 {
    padding-left: 10px;
    text-align: center;
  }

  .image-5 {
    width: 150px;
  }

  .container-13 {
    display: block;
  }

  .column-5 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .column-6 {
    display: block;
    padding-bottom: 10px;
  }

  .container-14 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .button-coo-x-copy {
    font-size: 15px;
  }

  .hero {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 100% 50%;
    background-size: auto;
  }

  .link-5 {
    font-size: 13px;
  }

  .link-6 {
    font-size: 13px;
  }

  .link-7 {
    font-size: 13px;
  }

  .paragraph-4 {
    font-size: 23px;
    line-height: 34px;
  }

  .icon {
    color: #fff;
  }

  .feature-section-2 {
    padding-bottom: 20px;
  }

  .text-block-6 {
    margin-right: -14px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: right;
  }

  .text-block-7 {
    padding-right: 0px;
  }

  .text-block-8 {
    padding-right: 0px;
    text-align: right;
  }

  .section-7 {
    display: block;
  }

  .slide-2 {
    height: 250px;
  }

  .slide-nav {
    display: none;
  }

  .headingg-888 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .paragraph-5 {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 13px;
  }

  .image-8 {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .slider-2 {
    display: none;
  }

  .heading-9 {
    font-size: 22px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .slide-4 {
    height: 220px;
  }

  .headingg-8-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
  }

  .paragraph-55-copy {
    padding-right: 0px;
    font-size: 16px;
    line-height: 21px;
  }

  .image-8-copy {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .button-coo-copy {
    font-size: 20px;
  }

  .dropdown-link-x {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 10px;
    font-size: 11px;
    text-align: right;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .column-17 {
    display: none;
    padding: 10px 0px 0px;
    text-align: center;
  }

  .text-block-10 {
    padding-right: 0px;
    font-size: 13px;
  }

  .column-18 {
    padding: 10px 0px 0px;
  }

  .image-12 {
    width: 40px;
    height: 30px;
    padding-bottom: 0px;
  }

  .column-19 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    text-align: center;
  }

  .image-13 {
    width: 40px;
    height: 30px;
    padding-bottom: 0px;
  }

  .image-14 {
    width: 40px;
    height: 30px;
    padding-bottom: 0px;
  }

  .image-15 {
    width: 40px;
    height: 30px;
    padding-bottom: 0px;
  }

  .button-coo-coxxxpy {
    width: 134px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 15px;
  }

  .button-coo-copy-copy {
    width: 123px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
  }

  .button-coo-xcopy {
    width: 108px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
  }

  .button-cx22oo-copy {
    font-size: 20px;
  }

  .button-cx22oo-xcopy {
    width: 134px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    font-size: 15px;
  }

  .dropdown-list.w--open {
    margin-left: 0px;
    padding-left: 0px;
  }

  .dropdown-list-2.w--open {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-5 {
    height: 250px;
  }

  .button-coo-copy-copy-copy {
    font-size: 20px;
  }

  .slide-6 {
    height: 250px;
  }

  .button-coo-copy-copy-copy {
    font-size: 20px;
  }

  .button-coo-copy-copy-copy {
    font-size: 20px;
  }

  .button-coo-copy-copy-copy-copy {
    width: 123px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
  }

  .button-coo-copy-copy-cxopy {
    width: 123px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .slide-7 {
    height: 250px;
  }

  .headingg-888-czzzopy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .button-co-coy-coy-coy-copy-copy {
    width: 123px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .slide-8 {
    height: 230px;
  }

  .headingg-888-czzzopy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .button-co-coy-coy-co {
    width: 123px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .slide-9 {
    height: 250px;
  }

  .headingg-333copy {
    margin-top: 10px;
    font-size: 18px;
    line-height: 23px;
  }

  .button-coo-233 {
    width: 123px;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-10 {
    font-size: 28px;
  }

  .paragraph-7 {
    font-family: Mirza, sans-serif;
    font-size: 16px;
    line-height: 17px;
  }

  .feature-section-2-copy-xc {
    display: none;
  }

  .image-3x-copy {
    width: 280px;
    height: 200px;
  }

  .button-coo-xxx-copy {
    font-size: 15px;
  }

  .image-321-copy {
    width: 280px;
    height: 200px;
  }

  .button-89 {
    font-size: 20px;
  }

  .button-for-lms {
    width: 190px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .heading-11 {
    display: none;
  }

  .heading-12 {
    display: none;
  }

  .text-block-11 {
    display: none;
  }

  .text-block-12 {
    font-size: 11px;
  }

  .div-block-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -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;
  }

  .image-16 {
    width: 160px;
  }

  .image-17 {
    display: none;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .centered-container-2 {
    text-align: left;
  }

  .slider-3 {
    display: none;
  }

  .image-18 {
    display: none;
  }

  .text-block-14 {
    display: none;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .section-8 {
    display: block;
    overflow: visible;
  }

  .container-21 {
    overflow: visible;
  }

  .section-9 {
    background-position: 50% 50%;
    background-size: 800px 400px;
    background-repeat: repeat;
  }

  .footer-heading-xxcopy {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }

  .image-11-copy {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -23px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 7px;
    line-height: 10px;
  }

  .nav-menu {
    width: 280px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #322e82;
    color: transparent;
  }

  .dropdown {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .dropdown-2 {
    display: block;
    text-align: right;
  }

  .icon-6 {
    padding-right: 113px;
  }

  .icon-7 {
    padding-right: 108px;
  }

  .icon-8 {
    padding-right: 70px;
  }

  .text-block-12-copy {
    display: none;
  }

  .text-block-112-copy {
    font-size: 11px;
  }

  .text-block-122-copy {
    display: none;
  }

  .text-block-182-copy {
    display: none;
  }

  .text-block-172-copy {
    display: none;
  }

  .text-block-192-copy {
    display: none;
  }

  .text-block-112-copy-copy {
    font-size: 11px;
  }

  .text-block-112-copy-copy-copy {
    display: none;
    font-size: 11px;
  }

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

  .column-21 {
    display: none;
  }

  .column-22 {
    padding-top: 10px;
  }

  .column-23 {
    padding-top: 10px;
  }

  .column-24 {
    padding-top: 10px;
  }

  .section-10 {
    display: block;
  }

  .link-block-8 {
    padding-left: 5px;
  }

  .link-block-9 {
    padding-right: 5px;
  }

  .image-1xz2-copy {
    width: 40px;
    height: 30px;
    padding-bottom: 0px;
  }

  .heading-13 {
    font-size: 34px;
    line-height: 39px;
  }

  .text-block-19 {
    padding-right: 10px;
    font-size: 16px;
  }

  .heading-14 {
    max-width: 298px;
    font-size: 23px;
  }

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

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .columns-7 {
    display: none;
  }

  .columns-8 {
    display: block;
  }

  .text-block-22 {
    padding-right: 10px;
  }

  .div-block-16 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .div-block-17 {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-13 {
    display: block;
  }

  .html-embed-4 {
    display: inline-block;
    width: 300px;
    height: 400px;
  }

  .column-35 {
    display: block;
  }

  .heading-18 {
    font-size: 30px;
    text-align: center;
  }

  .heading-19 {
    display: none;
    font-size: 25px;
  }

  .paragraph-9 {
    display: none;
    font-size: 14px;
  }

  .div-block-18 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .heading-20 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-11 {
    width: auto;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
  }

  .dropdown-link-2 {
    font-size: 11px;
  }

  .image-25 {
    display: none;
  }

  .paragraph-14 {
    display: none;
  }

  .heading-23 {
    display: none;
  }

  .div-block-21 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .paragraph-16 {
    display: none;
  }

  .heading-24 {
    font-size: 32px;
    text-align: center;
  }

  .heading-25 {
    display: none;
  }

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

  .paragraph-18 {
    display: none;
  }

  .heading-27 {
    display: none;
  }

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

  .paragraph-19 {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }

  .paragraph-20 {
    font-size: 16px;
    text-align: justify;
  }

  .paragraph-21 {
    font-size: 16px;
    text-align: justify;
  }

  .paragraph-22 {
    font-size: 16px;
    text-align: justify;
  }

  .paragraph-23 {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
  }

  .paragraph-24 {
    font-size: 16px;
    text-align: justify;
  }

  .headnav-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-align: right;
  }

  .dropdown-toggle-2 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px;
  }

  .dropdown-link-x-copy {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 10px;
    font-size: 11px;
    text-align: right;
  }

  .dropdown-link-x-cxopy {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 10px;
    font-size: 11px;
    text-align: right;
  }

  .column-37 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-link-3 {
    font-size: 11px;
  }

  .heading-29 {
    font-size: 35px;
    text-align: right;
  }

  .heading-30 {
    display: none;
  }

  .paragraph-27 {
    display: none;
  }

  .image-26 {
    display: none;
  }

  .container-22 {
    display: block;
  }

  .section-14 {
    display: none;
  }

  .column-38 {
    display: none;
  }

  .container-23 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-27 {
    display: none;
  }

  .column-39 {
    padding-bottom: 10px;
  }

  .image-28 {
    display: none;
  }

  .image-29 {
    display: none;
  }

  .image-30 {
    display: none;
  }

  .image-32 {
    display: none;
  }

  .image-33 {
    display: none;
  }

  .image-34 {
    display: none;
  }

  .image-35 {
    display: none;
  }

  .just-to-hide.hideit {
    display: block;
    font-family: 'Janna lt', sans-serif;
    color: #322e82;
    font-size: 35px;
    text-align: right;
  }

  .heading-127800-copy {
    display: block;
    font-size: 30px;
  }

  .section-15 {
    display: none;
  }

  .heading-h17-copy.g.k {
    font-size: 30px;
    text-align: center;
  }

  .heading-h17-copy.g.k.l {
    display: none;
  }

  .container-24 {
    position: static;
    display: none;
    clear: none;
  }

  .div-block-25 {
    display: block;
  }

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

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .columns-15 {
    padding: 0px;
  }

  .div-block-39 {
    height: 22px;
  }

  .link-21 {
    padding-top: 0px;
  }

  .link-22 {
    padding-top: 0px;
  }

  .div-block-40 {
    height: 22px;
  }

  .column-46 {
    padding-top: 5px;
  }

  .link-23 {
    padding-top: 4px;
  }

  .div-block-41 {
    width: 140px;
    height: 22px;
  }

  .link-24 {
    padding-top: 0px;
  }

  .div-block-42 {
    height: 22px;
  }

  .link-25 {
    padding-top: 0px;
  }

  .div-block-43 {
    height: 22px;
    margin-top: 0px;
  }

  .link-26 {
    padding-top: 0px;
  }

  .div-block-44 {
    width: 120px;
    height: 22px;
  }

  .image-60 {
    display: none;
  }

  .columns-16 {
    display: block;
  }

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

  .column-49 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-50 {
    padding-top: 5px;
  }

  .column-51 {
    padding-top: 5px;
  }

  .column-52 {
    margin-bottom: 0px;
    padding-top: 5px;
  }

  .column-53 {
    margin-bottom: 0px;
    padding-top: 5px;
  }

  .column-54 {
    padding-top: 5px;
  }

  .gallery-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .paragraph-1871-copy {
    width: auto;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
  }

  .paragrap87h-11-copy {
    width: auto;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
  }

  .column-55 {
    display: block;
  }

  .paragraph-40 {
    font-size: 17px;
  }

  .container-26 {
    max-width: none;
  }

  .container-27 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-right: 24px;
    padding-left: 24px;
  }

  .testimonial-text-three {
    display: block;
    width: auto;
    font-size: 17px;
    line-height: 16px;
    text-align: justify;
  }

  .testimonial-info-four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .text-span-23 {
    font-size: 16px;
  }

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

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-text-field-single-gray {
    margin-bottom: 0px;
    padding-left: 20px;
    text-align: left;
  }

  .walsh-form-single {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-icon-check {
    margin-bottom: 0px;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
  }

  .walsh-grid-col-2 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .walsh-paragraph {
    font-size: 1.2em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

  .walsh-container {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-28 {
    max-width: none;
  }

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

  .hero-form {
    margin-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .shadow-two {
    display: none;
  }

  .bold-text-7 {
    font-size: 16px;
    text-align: left;
  }

  .text-span-29 {
    font-size: 16px;
  }

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

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

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

  .text-span-31 {
    font-size: 16px;
  }

  .text-span-32 {
    font-size: 16px;
  }

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

#w-node-_9d91c0ab-290b-8675-6caa-e4a560f02cac-8c229eec {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ae82ba8e-a768-b4a7-42e9-f508aa36baac-8c229eec {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_95f46984-3923-f6d1-3bca-6ce07809c41e-8c229eec {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b8aa4c4b-9643-fa67-97ae-147cb4dd13bc-8c229eec {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9abd2982-544f-82b1-5583-6c27c282d355-8c229eec {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e18ed472-9311-3170-ba1a-8595affc36c5-8c229eec {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a015f76a-7a8d-54a8-1bab-0d1d3024cfa3-8c229eec {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_9ee918db-cd68-5be7-2860-a5ffd130c01c-b3f111a6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9ee918db-cd68-5be7-2860-a5ffd130c023-b3f111a6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2877f9ce-92b7-8d43-1774-767e41375f63-b3f111a6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2877f9ce-92b7-8d43-1774-767e41375f6a-b3f111a6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_988925e9-c760-d753-1106-66c2217ac329-b3f111a6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4709d0c9-7bdb-d8a3-ea1c-9291a009e867-b3f111a6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4963dd0-1099-b75d-5a70-efb22501b330-19886545 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a4963dd0-1099-b75d-5a70-efb22501b337-19886545 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a4963dd0-1099-b75d-5a70-efb22501b33e-19886545 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b21a56fe-cbd2-2545-c398-1733eaa975d3-19886545 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b21a56fe-cbd2-2545-c398-1733eaa975d7-19886545 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b21a56fe-cbd2-2545-c398-1733eaa975db-19886545 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9d91c0ab-290b-8675-6caa-e4a560f02cac-8c229eec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ae82ba8e-a768-b4a7-42e9-f508aa36baac-8c229eec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_95f46984-3923-f6d1-3bca-6ce07809c41e-8c229eec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b8aa4c4b-9643-fa67-97ae-147cb4dd13bc-8c229eec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9abd2982-544f-82b1-5583-6c27c282d355-8c229eec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e18ed472-9311-3170-ba1a-8595affc36c5-8c229eec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a015f76a-7a8d-54a8-1bab-0d1d3024cfa3-8c229eec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9ee918db-cd68-5be7-2860-a5ffd130c012-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9ee918db-cd68-5be7-2860-a5ffd130c019-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9ee918db-cd68-5be7-2860-a5ffd130c020-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2877f9ce-92b7-8d43-1774-767e41375f59-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2877f9ce-92b7-8d43-1774-767e41375f60-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2877f9ce-92b7-8d43-1774-767e41375f67-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_988925e9-c760-d753-1106-66c2217ac31f-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_988925e9-c760-d753-1106-66c2217ac326-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4709d0c9-7bdb-d8a3-ea1c-9291a009e864-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1d06d71c-1521-ca0a-0257-b52b28f37bde-b3f111a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arajozoor';
  src: url('../fonts/AraJozoor-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Janna lt';
  src: url('../fonts/Janna-LT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirza';
  src: url('../fonts/Mirza-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirza';
  src: url('../fonts/Mirza-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirza';
  src: url('../fonts/Mirza-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirza';
  src: url('../fonts/Mirza-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barshia';
  src: url('../fonts/BArshia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arabicriyadh';
  src: url('../fonts/ArabicRiyadh.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kfgqpc uthmanic script hafs';
  src: url('../fonts/KFGQPC-Uthmanic-Script-HAFS-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Socialicoplus plus';
  src: url('../fonts/SocialicoPlus-Plus.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Socialico';
  src: url('../fonts/Socialico-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}