.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: auto;
  clear: both;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ae2b23;
}

.section-2 {
  position: static;
  padding-bottom: 0px;
  background-color: #ee5a2a;
}

.paragraph {
  margin-top: 20px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
}

.button-text {
  margin: 10px 20px 10px 10px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(253, 253, 253, 0);
  border-radius: 20px;
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: red;
  font-size: 18px;
  font-weight: 400;
}

.button-text:hover {
  opacity: 0.59;
}

.button-text.w--current {
  background-color: #2e312f;
}

.button {
  margin-top: 10px;
}

.section-3 {
  height: auto;
  margin-top: -88px;
  background-color: transparent;
  color: #000;
}

.navbar {
  margin-left: 40px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand {
  background-color: #fff;
  background-image: url('../images/cabroyalelog.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.image {
  width: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 20px 10px;
  background-color: #fff;
}

.menu-text-effect {
  margin-bottom: 10px;
  padding: 10px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 84.5%, 0.52);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
}

.menu-text-effect:hover {
  opacity: 0.48;
}

.menu-text-effect:focus {
  background-color: #902a08;
}

.menu-text-effect.w--current {
  border-right-style: none;
  background-color: #ae2b23;
  color: #fff;
}

.container {
  margin-left: 40px;
  float: none;
}

.nav-menu {
  margin-top: 10px;
}

.nav-link-2 {
  font-family: Exo, sans-serif;
}

.nav-link-3 {
  font-family: Exo, sans-serif;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 3px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 9px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.menu-text-effect-2 {
  margin-bottom: 10px;
  padding: 10px;
  float: left;
  border-right: 1px none hsla(0, 0%, 84.5%, 0.52);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
}

.column {
  padding-bottom: 11px;
  background-color: #fff;
  text-align: right;
}

.columns {
  margin-left: 40px;
  clear: none;
  text-align: center;
}

.slide {
  height: 400px;
  background-image: url('../images/train1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 400px;
  background-color: transparent;
}

.button-2 {
  margin-top: 100px;
  margin-left: 220px;
}

.slide-text-effect {
  display: block;
  margin-top: 352px;
  margin-right: 10px;
  margin-left: 220px;
  padding: 20px 20px 20px 21px;
  float: left;
  background-color: transparent;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.paragraph-3 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
}

.container-2 {
  position: static;
  height: 150px;
  margin-top: -139px;
  margin-bottom: -5px;
  background-color: #ee5a2a;
}

.slide-nav {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: -5%;
  margin-top: -80px;
  margin-bottom: 57px;
  padding-top: 0px;
  padding-bottom: 42px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  color: #242120;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-4 {
  display: block;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}

.product-services {
  margin: 10px 5px;
  padding: 5px 0px 5px 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #0f3dbb;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-4 {
  margin-left: 10px;
}

.ps-content {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 4px 0px 10px;
  padding: 10px 60px 10px 64px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #f2ba14;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}

.button-3 {
  display: inline-block;
  width: 90%;
  height: 5%;
  margin: 0px;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-width: 20px 5px 5px;
  border-color: #fcfcfc #ddd5d5 #ddd5d5;
  background-color: #fdba17;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 12px;
}

.button-3:hover {
  background-color: #0f3dbb;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.columns-2 {
  display: block;
  width: auto;
  margin: 20px 60px 40px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
  text-align: left;
}

.column-2 {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding: 10px 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #fff;
}

.column-3 {
  padding: 10px 10px 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}

.column-4 {
  padding: 10px 10px 20px;
  border: 4px solid #fff;
  background-color: #fff;
}

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

.column-6 {
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-home {
  margin-left: 0px;
  float: none;
  font-family: Exo, sans-serif;
  color: #020202;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.column-7 {
  border: 1px none #000;
  text-align: center;
}

.the-quiz {
  margin-left: 114px;
  float: right;
  font-family: Exo, sans-serif;
  color: #ee5a2a;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.quiz-heading {
  margin: 10px 5px;
  padding: 5px 0px 5px 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #0f3dbb;
  font-size: 16px;
  font-weight: 700;
}

.column-8 {
  border-style: none;
  border-width: 1px;
  border-color: #ee5a2a;
  background-color: transparent;
}

.div-block {
  width: 80%;
  margin: 10px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #0f3dbb;
  background-color: rgba(237, 238, 255, 0.31);
}

.image-2 {
  display: inline-block;
  overflow: scroll;
  width: 80%;
  height: 60px;
  margin-left: 10px;
}

.div-block--2 {
  margin: 10px 60px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5a2a;
  background-color: rgba(255, 241, 237, 0.31);
}

.marquee-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1e0b8b;
}

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

.dropdown-toggle {
  position: relative;
  padding: 10px 38px 10px 10px;
}

.menu-dropdown {
  overflow: hidden;
  margin-bottom: 0px;
  padding: 2px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 84.5%, 0.52);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
}

.menu-dropdown:hover {
  opacity: 0.48;
}

.menu-dropdown:focus {
  background-color: #902a08;
}

.menu-dropdown.w--current {
  border-right-style: none;
  background-color: #ae2b23;
  color: #fff;
}

.text-block {
  color: #fff;
}

.icon {
  color: #fff;
}

.dropdown-list {
  position: relative;
  display: inline-block;
}

.text-block-2 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.dropdown-toggle-2 {
  padding: 10px 40px 10px 10px;
}

.section-5 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9007199254740991;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  box-shadow: 3px 0 14px -8px #000;
}

.navbar-2 {
  left: 218px;
  right: 0px;
  margin-left: -244px;
  float: left;
  background-color: transparent;
  text-align: right;
}

.nav-link-4 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: -6px;
  padding: 31px 20px;
  float: none;
  border-right: 1px none hsla(0, 0%, 89.2%, 0.36);
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.nav-link-4:hover {
  border-top: 4px solid #8feb47;
  opacity: 1;
}

.nav-link-4:visited {
  background-color: #ae2b23;
}

.nav-link-4.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  padding: 31px 20px;
  border-style: solid none none;
  border-width: 4px 1px 1px;
  border-color: #8feb47 #000 #8feb47;
  border-radius: 0px;
  background-color: transparent;
  color: #929292;
  line-height: 20px;
}

.text-block-3 {
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-3:focus {
  color: #0f3dbb;
}

.icon-2 {
  color: #fff;
  font-size: 12px;
}

.nav-link-5 {
  margin-top: 10px;
  padding: 10px 5px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.32);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
}

.nav-link-5:hover {
  opacity: 0.32;
}

.nav-link-5:visited {
  background-color: transparent;
}

.nav-link-5.w--current {
  border-radius: 8px;
  background-color: #262626;
  color: #fff;
}

.nav-link-6 {
  margin-top: 10px;
  padding: 10px 5px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
}

.dropdown-toggle-3 {
  margin-top: 0px;
  margin-right: 2px;
  margin-left: 0px;
  padding: 31px 30px;
  border-right: 1px none hsla(0, 0%, 100%, 0.27);
  background-color: #fff;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.dropdown-toggle-3:hover {
  background-color: #ffd55a;
  opacity: 0.51;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -61px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -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;
}

.dropdown-list-2 {
  width: 100px;
}

.dropdown-list-2.w--open {
  position: absolute;
  width: 300px;
  margin: -11px 20px 20px 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0.54);
  border-radius: 0px;
  background-color: #f2ba15;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-link {
  width: 200px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(247, 220, 128, 0.59);
  background-color: transparent;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: transparent;
  opacity: 0.28;
}

.dropdown-link.w--current {
  width: 250px;
  background-color: #f2ba14;
  color: #fff;
}

.dropdown-link-2 {
  font-size: 12px;
}

.dropdown-link-3 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
}

.nav-menu-2 {
  margin-left: 39px;
  padding-left: 0px;
  float: left;
}

.column-11 {
  left: -102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.column-12 {
  padding-bottom: 0px;
}

.columns-3 {
  height: auto;
}

.columns-4 {
  height: auto;
  margin-bottom: 63px;
}

.logo-white {
  margin: 30px 20px;
  padding-right: 0px;
  -webkit-transform: translate3d(0px, 24px, 67px);
  transform: translate3d(0px, 24px, 67px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-5 {
  margin-left: 40px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.heading {
  position: static;
  margin-top: 40px;
  margin-left: 40px;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 300;
}

.section-6 {
  display: block;
  height: auto;
  margin-top: 0px;
  background-color: #3d76e1;
  color: #fff;
  text-align: center;
}

.columns-5 {
  margin-top: 23px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 40px;
  padding-left: 10px;
  background-color: #ffd2c4;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.link {
  color: #000;
  text-decoration: none;
}

.bold-text {
  color: #000;
  text-decoration: none;
}

.link-2 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.column-13 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 31px;
}

.column-14 {
  margin-top: 14px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 4px;
  margin-bottom: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.bold-text-2 {
  font-family: Exo, sans-serif;
}

.text-block-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  text-align: center;
}

.bold-text-3 {
  color: #fff;
  font-weight: 300;
}

.bold-text-4 {
  font-family: Exo, sans-serif;
}

.text-block-5 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-family: Exo, sans-serif;
  text-align: center;
}

.text-block-6 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  text-align: center;
}

.paragraph-6 {
  margin-top: 16px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.button-4 {
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: transparent;
  font-family: 'Material design iconic font', sans-serif;
  color: #000;
  font-style: italic;
  text-align: center;
}

.button-4:hover {
  color: #ee5a2a;
}

.container-4 {
  text-align: left;
}

.italic-text {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}

.italic-text:hover {
  color: #ff3e00;
}

.columns-6 {
  margin-top: 40px;
  margin-bottom: 34px;
  padding-bottom: 0px;
}

.section-3-otherpages {
  height: 300px;
  background-color: #ffd2c4;
  background-image: url('../images/adts.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section-4-asp {
  margin-top: 0px;
  background-color: transparent;
}

.section-3-prota {
  height: 300px;
  background-color: #ffd2c4;
  background-image: url('../images/PORTA.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section4-prota {
  display: block;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: left;
}

.columns-7 {
  margin-top: 45px;
}

.link-3 {
  color: #b68888;
}

.link-3.w--current {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.section-3-trainingp {
  height: 300px;
  margin-top: 20px;
  background-color: #ffd2c4;
  background-image: url('../images/tp.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section-4-tp {
  display: block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.section-3-aap {
  height: 300px;
  background-color: #ffd2c4;
  background-image: url('../images/AAP.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section-4-aap {
  margin-top: 55px;
  background-color: transparent;
}

.section-3-team {
  height: 300px;
  margin-top: -11px;
  background-color: #ffd2c4;
  background-image: url('../images/team-header.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.team-names {
  margin: 10px 5px 0px 15px;
  padding: 5px 0px 5px 10px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #ee5a2a;
  font-weight: 700;
  text-align: left;
}

.team-title {
  margin: 0px 5px 0px 13px;
  padding: 0px 0px 0px 10px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.button-5 {
  margin: 10px 20px 10px 40px;
  background-color: #ee5a2a;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.button-5:hover {
  background-color: #f84004;
}

.section-4-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.section-4-exams {
  margin-top: 55px;
  background-color: transparent;
}

.section-3-exams {
  height: 300px;
  background-color: #ffd2c4;
  background-image: url('../images/exams.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section-3-contact {
  height: 300px;
  background-color: #ffd2c4;
  background-image: url('../images/contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #000;
}

.classrom-slides {
  height: 400px;
  background-color: transparent;
}

.online-slides {
  overflow: visible;
  height: 400px;
  background-color: transparent;
}

.section-3-online {
  height: 400px;
  background-color: #ffd2c4;
  color: #000;
}

.corporate-train {
  height: 400px;
  background-color: #ffd2c4;
  color: #000;
}

.corporate-train-banner {
  height: 400px;
  background-color: #ffd2c4;
  color: #000;
}

.contact-heading {
  margin: 0px 10px 5px 5px;
  padding: 2px 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #ee5a2a;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.field-label {
  font-family: Exo, sans-serif;
}

.submit-button {
  background-color: #ee5a2a;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.textarea {
  width: Infinity%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.24);
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}

.text-field {
  overflow: visible;
  width: 80%;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-field-2 {
  width: 80%;
}

.text-field-3 {
  width: 80%;
  clear: none;
}

.form {
  display: inline;
  margin-right: 40px;
  margin-left: 20px;
  padding-left: 10px;
  direction: ltr;
  text-align: left;
}

.text-field-css {
  display: block;
  overflow: visible;
  width: 80%;
  height: 40px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.24);
  font-family: Exo, sans-serif;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.text-block-7 {
  font-family: Exo, sans-serif;
  color: red;
  font-size: 12px;
}

.error-message {
  background-color: rgba(255, 222, 222, 0.49);
}

.success-message {
  background-color: rgba(20, 205, 134, 0.64);
}

.text-block-8 {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

.dropdown-toggle-4 {
  display: none;
}

.mobile-menu {
  display: none;
}

.columns-8 {
  margin-bottom: 0px;
  padding-bottom: 13px;
}

.heading-2 {
  margin-top: -311px;
  margin-right: -1px;
  margin-left: 487px;
  padding: 20px 0px 20px 117px;
  border-radius: 12px;
  background-color: transparent;
  color: #000;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.section-3-aboutus {
  height: 500px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/loan-bg5.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
}

.slide-2 {
  background-image: url('../images/train2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2-image {
  background-image: url('../images/train3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3image {
  background-image: url('../images/train6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-image {
  background-image: url('../images/train4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-home {
  height: 400px;
  background-image: url('../images/train1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slider {
  height: 500px;
  margin-top: 0px;
  background-color: transparent;
}

.slide-3 {
  position: static;
  height: 500px;
  background-color: transparent;
  background-image: url('../images/welcome.png');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;
}

.slide-4 {
  background-image: url('../images/classroom-slide2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3-home {
  background-image: url('../images/train4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4-home {
  background-image: url('../images/classroom-slide.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-8 {
  display: block;
  margin-top: 6px;
  margin-bottom: 1px;
  background-color: #ee5a2a;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-top: 20px;
  margin-bottom: -2px;
  padding-bottom: 0px;
  -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;
  background-color: transparent;
}

.section-course-banner {
  height: 300px;
  background-color: #ffd2c4;
  background-image: url('../images/DESKCOURSES.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.container-6 {
  margin-top: 29px;
}

.paragraph-7 {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px 60px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.tabs {
  display: inline-block;
  margin-top: 10px;
  margin-right: 60px;
  margin-left: 60px;
}

.tabs-menu {
  padding-right: 0px;
  text-align: center;
}

.tab-link-effect {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(238, 90, 42, 0.56);
  color: #000;
}

.tab-link-effect.w--current {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #ee5a2a;
  background-color: #fff;
}

.text-block-11 {
  font-family: Exo, sans-serif;
  color: #000;
}

.tab-link-tab-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.tab-link-tab-3 {
  margin-right: 10px;
  margin-left: 10px;
}

.text-block-12 {
  font-family: Exo, sans-serif;
  color: #000;
}

.text-block-13 {
  font-family: Exo, sans-serif;
  color: #000;
}

.section-9 {
  padding-top: 10px;
}

.button-6 {
  margin-left: 10px;
  background-color: #ee5a2a;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.button-6:hover {
  background-color: #2c2829;
}

.heading-4 {
  font-family: Exo, sans-serif;
  text-align: center;
}

.paragraph-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  text-align: center;
}

.tab-pane-tab-3 {
  padding: 20px;
}

.tab-pane-tab-2 {
  margin: 10px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-15 {
  padding: 0px 20px 20px;
}

.slider-book {
  margin-right: 100px;
  margin-bottom: 20px;
  background-color: transparent;
}

.slide-nav-2 {
  background-color: transparent;
}

.mask {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  opacity: 1;
}

.div-block-book {
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #ee5a2a;
  border-radius: 11px;
  background-color: #f24602;
}

.ps-content-book {
  margin: 10px 5px;
  padding: 10px 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #f8f8f8;
  font-size: 12px;
}

.quiz-heading-book {
  margin: 10px 5px;
  padding: 5px 0px 5px 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

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

.tabs-content {
  margin-top: 10px;
  padding-top: 10px;
}

.button-7 {
  margin-bottom: 10px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5a2a;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.button-7:hover {
  border-color: #fff;
  background-color: #ee5a2a;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.section-3-login {
  height: 200px;
  background-color: #ffd2c4;
  background-image: url('../images/login.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.text-field-4 {
  width: 70%;
}

.text-field-5 {
  width: 70%;
}

.form-2 {
  margin-left: 10px;
}

.link-4 {
  font-family: Exo, sans-serif;
  color: #ff3e00;
  font-weight: 300;
  text-decoration: none;
}

.submit-button-2 {
  background-color: #ee5a2a;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.field-label-2 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.field-label-3 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.columns-9 {
  margin-top: 20px;
  padding-top: 40px;
  background-color: #282828;
}

.tab-link-tab-1 {
  margin-right: 6px;
}

.tab-link-tab-1.w--current {
  width: 30%;
  margin-left: 40px;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.section-11 {
  display: block;
  height: auto;
  margin-top: -21px;
  margin-bottom: 40px;
  padding-top: 19px;
  padding-bottom: 10px;
  background-color: transparent;
  background-image: none;
}

.heading-5 {
  margin-top: 228px;
  margin-bottom: 9px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  text-align: center;
}

.paragraph-9 {
  margin-right: 60px;
  margin-left: 60px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  text-align: center;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advert-panel {
  width: 100%;
  height: 140%;
}

.contact-header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  text-align: center;
}

.form-block {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ps-content-title {
  margin: 10px 5px;
  padding: 10px 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #ee5a2a;
  font-size: 12px;
}

.title-ps {
  color: #353232;
  font-weight: 700;
}

.column-productsservices {
  display: inline-block;
  width: 90%;
  height: auto;
  margin: -101px 20px 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.column-2-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.column-productsservices-brake {
  display: inline-block;
  width: 50%;
  height: auto;
  margin: 10px 20px 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

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

.the-quiz-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  color: #ee5a2a;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-bottom: 40px;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-17 {
  padding-right: 2px;
  padding-left: 2px;
}

.ps-content-blog {
  display: block;
  margin: 10px 5px;
  padding: 10px 5px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #020202;
  font-size: 12px;
  text-align: left;
}

.div-block-2 {
  height: 300px;
  background-color: #dcdcdc;
}

.div-block-3 {
  height: 100px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #4c4949;
}

.columns-13 {
  display: inline;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #ffd2c4;
}

.slider-2 {
  height: 200px;
  background-color: #373737;
}

.mask-2 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.testimonials-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.paragraph-10 {
  display: inline;
  font-family: Exo, sans-serif;
  color: #d6d6d6;
  font-size: 12px;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.slide-5 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  text-align: center;
}

.sldie-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 300px;
  margin: 40px 110px 2px 135px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
}

.div-block-4 {
  margin: 13px 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.slide-nav-3 {
  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;
  border-top: 1px none #000;
  opacity: 1;
}

.paragraph-11 {
  margin-top: 60px;
  padding: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.bold-text-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.columns-15 {
  margin-right: 60px;
  margin-left: 60px;
}

.image-3 {
  display: inline-block;
  margin: 9px;
}

.slider-3 {
  height: 80px;
  background-color: transparent;
}

.slide-6 {
  margin-bottom: 13px;
}

.slide-nav-4 {
  overflow: visible;
  margin-bottom: 6px;
}

.columns-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  margin: 0px 42px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-part-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f9f9;
}

.thub-img-logos {
  margin-top: 11px;
  margin-bottom: 11px;
}

.thub-img-logos:hover {
  box-shadow: 1px 1px 11px -5px #000;
}

.icon-5 {
  margin: 4px;
  opacity: 0.1;
}

.icon-6 {
  opacity: 0.1;
}

.youtube {
  height: 100%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-4 {
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-17 {
  display: block;
  height: auto;
  min-height: auto;
  margin: 0px 10px 10px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-20 {
  display: block;
  height: auto;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-21 {
  padding-top: 10px;
  padding-bottom: 20px;
  border: 4px solid #fff;
  background-color: #1e0b8b;
}

.heading-6 {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  color: #fdba17;
  font-weight: 300;
}

.image-5 {
  opacity: 0.34;
}

.slide-3-aa {
  position: static;
  height: 100%;
  background-image: url('../images/PROTA-banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;
}

.slide-3bb {
  position: static;
  height: 100%;
  background-image: url('../images/train1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;
}

.heading-s2 {
  margin-top: 170px;
  margin-right: 300px;
  margin-left: 98px;
  padding: 20px 10px 20px 20px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #000;
  font-style: italic;
  font-weight: 300;
}

.paragraph-3-s3 {
  margin-top: -113px;
  margin-bottom: -3px;
  margin-left: 21px;
  padding-bottom: 0px;
  font-size: 20px;
}

.heading-2s3 {
  color: #ee5a2a;
}

.columns-18 {
  position: static;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.36);
  background-color: hsla(0, 0%, 96.9%, 0.77);
}

.youtube-2 {
  width: 80%;
  height: 90%;
  float: right;
}

.column-22 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  width: 80%;
  height: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  background-color: #ee5a2a;
}

.paragraph-12 {
  width: 100%;
  margin: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.image-6 {
  display: inline;
  width: 20%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.calendar-training {
  width: 100%;
  margin: 0px 0px 10px;
  padding: 10px 0px 10px 10px;
  background-color: #282828;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.image-7 {
  text-align: left;
}

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

.column-24 {
  left: 3px;
  right: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-14 {
  font-family: 'Material design iconic font', sans-serif;
}

.italic-text-3 {
  display: block;
  margin-top: 30px;
  -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;
  color: #fff;
  font-size: 48px;
  font-style: normal;
}

.section-16 {
  margin-bottom: 0px;
}

.section-17 {
  margin-top: 24px;
}

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

.link-5.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 0px;
  padding: 10px 4px;
  border-radius: 9px;
  background-color: #282828;
}

.column-25 {
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: 1px solid #f24602;
}

.columns-19 {
  margin: 24px 82px;
}

.columns-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-13 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 10px;
  float: none;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}

.column-26 {
  left: 100px;
  height: auto;
  margin-top: -54px;
  margin-bottom: 40px;
  padding-top: 19px;
  padding-right: 77px;
  padding-bottom: 19px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  color: #292727;
}

.column-27 {
  position: relative;
  left: 130px;
  margin-top: 40px;
  margin-bottom: -1px;
  padding-top: 19px;
  padding-right: 21px;
  padding-bottom: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #223dbb;
  background-color: #f2ba14;
}

.text-span {
  color: #f2ba14;
  font-size: 18px;
  font-weight: 700;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 20%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: #ee5a2a;
}

.paragraph-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Exo, sans-serif;
}

.div-block-11 {
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.section-18 {
  display: block;
  height: 420px;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: transparent;
}

.slide-nav-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.slider-4 {
  height: 400px;
  background-color: transparent;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 10px;
}

.paragraph-13-a {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 8%;
  bottom: auto;
  width: 100%;
  height: auto;
  margin: -36px 60px 20px 0px;
  padding: 60px 20px 20px;
  float: none;
  border-top: 5px solid #ffe100;
  background-color: #0f3dbb;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.bold-text-6 {
  font-family: Exo, sans-serif;
  color: #15068d;
  font-size: 14px;
  font-weight: 300;
}

.text-span-2 {
  font-size: 16px;
  text-decoration: none;
}

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

.link-6 {
  font-size: 16px;
}

.link-7 {
  color: #ee5a2a;
  text-decoration: none;
}

.link-7:hover {
  opacity: 0.29;
}

.footer-menu {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.footer-menu:hover {
  opacity: 0.29;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #282828;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-19 {
  margin-top: 0px;
  margin-bottom: -8px;
}

.heading-8 {
  margin-top: 100px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #4d4d4d;
}

.paragraph-15 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  clear: none;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-28 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-14 {
  display: block;
  height: 100px;
  margin-top: 36px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/cab-royale-net.png');
  background-position: 50% 100%;
  background-size: cover;
  opacity: 1;
  font-weight: 400;
}

.text-span-4 {
  display: block;
  margin: -20px 54px -1px;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
}

.text-block-15 {
  margin-right: 49px;
  margin-left: 49px;
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 200;
}

.text-span-5 {
  color: #fff;
  font-weight: 300;
}

.about-small-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.button-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  padding: 20px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50%;
  background-color: #ee5a2a;
  font-family: Exo, sans-serif;
  font-size: 28px;
  text-align: center;
}

.button-8:focus {
  background-color: #282828;
}

.slide-mission {
  bottom: 0px;
  width: 80%;
}

.tab-pane-tab-1 {
  margin-top: 20px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link-tab-1-2 {
  width: 200px;
}

.tab-link-tab-1-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5a2a;
  border-radius: 50%;
  background-color: #fff;
}

.text-block-16 {
  font-family: Exo, sans-serif;
  color: #ee5a2a;
  font-size: 24px;
  font-weight: 600;
}

.tabs-content-2 {
  width: 99.983887899124%;
  margin-top: 40px;
}

.text-span-6 {
  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;
}

.paragraph-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 249px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.tabs-3 {
  margin-top: 32px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-content-3 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-9 {
  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;
  font-family: Exo, sans-serif;
}

.paragraph-17 {
  width: 60%;
  margin-top: 40px;
  margin-left: 242px;
  padding: 11px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #282828;
  font-size: 16px;
  text-align: center;
}

.about-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding-right: 31px;
  padding-left: 31px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5a2a;
  border-radius: 50%;
  background-color: #fff;
  color: #ee5a2a;
}

.about-sub.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 40px;
  margin-left: 60px;
  padding: 8px 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;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5a2a;
  border-radius: 50%;
  background-color: #ee5a2a;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block-18 {
  font-family: Exo, sans-serif;
  color: #ee5a2a;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.text-block-18:focus {
  border-radius: 0px;
  color: #0f3dbb;
}

.text-span-7 {
  color: #ffe100;
  font-weight: 300;
}

.about-subvission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 31px;
  padding-left: 30px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #0f3dbb;
  border-radius: 0%;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  color: #1e0b8b;
}

.about-subvission.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 60px;
  margin-left: 60px;
  padding: 8px 0px 8px 30px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0%;
  background-color: #0f3dbb;
  box-shadow: 0 0 17px 0 #000;
  color: #fff;
}

.about-subvission.w--current:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-19 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-20 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-7 {
  color: #ee5a2a;
}

.text-span-8 {
  display: inline-block;
  margin-top: 0px;
  padding: 10px;
  background-color: hsla(0, 0%, 75.3%, 0.11);
  color: #000;
}

.prota-title {
  display: block;
  margin: -20px 54px -1px;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
}

.prota-subtitle {
  margin-left: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.prota-title2 {
  display: block;
  margin: -20px 54px -1px;
  padding-top: 99px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
}

.prota-head-2 {
  display: block;
  margin: -20px 54px -1px;
  padding-top: 18px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
}

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

.columns-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(40, 40, 40, 0.02);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f24602), color-stop(34%, #f7926a), color-stop(52%, #fbc9b5), to(#fff));
  background-image: linear-gradient(180deg, #f24602, #f7926a 34%, #fbc9b5 52%, #fff);
  opacity: 1;
}

.column-29 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-8 {
  margin-bottom: 10px;
  margin-left: 40px;
}

.text-span-9 {
  margin-left: 40px;
  float: none;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 18px;
}

.paragraph-18 {
  margin-left: 0px;
  padding: 10px;
  background-color: #f24602;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.youtube-3 {
  width: 493px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-22 {
  display: block;
  width: 85%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-footer-gradient {
  display: block;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(40, 40, 40, 0.02);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f24602), color-stop(34%, #f7926a), color-stop(52%, #fbc9b5), to(#f9f9f9));
  background-image: linear-gradient(180deg, #f24602, #f7926a 34%, #fbc9b5 52%, #f9f9f9);
  opacity: 1;
}

.image-8-footer {
  margin-left: 40px;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4%;
  height: 12%;
  margin-left: 29px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.17);
  border-radius: 0px;
  background-color: transparent;
}

.left-arrow:hover {
  background-color: transparent;
}

.paragraph-19 {
  font-family: 'Material design iconic font', sans-serif;
  color: #282828;
}

.italic-text-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-right: -11px;
  margin-left: -11px;
  -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;
  color: #f24602;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
}

.italic-text-4:hover {
  opacity: 0.42;
}

.arrow-effect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4%;
  height: 12%;
  margin-right: 36px;
  margin-left: 36px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.17);
  border-radius: 0px;
  background-color: transparent;
}

.arrow-effect:hover {
  background-color: transparent;
}

.text-block-21 {
  font-family: 'Material design iconic font', sans-serif;
}

.italic-text-5 {
  color: #282828;
  font-size: 28px;
  font-style: normal;
}

.section-footer-gradient-copy {
  display: block;
  margin-top: 37px;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 1px;
  border-color: #f24602;
  background-color: #fdba17;
  opacity: 1;
  color: #879edd;
}

.heading-10 {
  color: #e9e9e9;
}

.paragraph-18-copy {
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  background-color: #828282;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.section-footer-gradientprota {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 5px;
  border-color: #282828;
  background-color: #fff;
  opacity: 1;
}

.text-span-9-copy {
  margin-left: 40px;
  float: none;
  font-family: Exo, sans-serif;
  color: #979191;
  font-size: 18px;
  text-decoration: none;
}

.section-3-prota-banner {
  height: 300px;
  padding-top: 55px;
  background-color: #282828;
  background-image: url('../images/PROTA-banner.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.image-9 {
  margin-top: 40px;
  margin-left: 54px;
}

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

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

.div-block-15 {
  display: block;
  width: 50%;
  margin-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(38, 38, 38, 0.66);
  background-image: url('../images/PROTA-banner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: -53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f24602;
}

.heading-11 {
  margin-left: 40px;
  font-family: Exo, sans-serif;
}

.paragraph-20 {
  margin-right: 40px;
  margin-left: 40px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #f1f1f1;
}

.text-span-11 {
  color: #fff;
  font-weight: 200;
}

.text-field-6 {
  width: 70%;
}

.text-field-7 {
  width: 70%;
}

.form-3 {
  display: block;
  width: 500px;
  margin-top: 60px;
  margin-left: 60px;
}

.text-span-12 {
  font-weight: 300;
}

.submit-button-3 {
  background-color: #ffba9e;
  font-family: Exo, sans-serif;
  color: #1a1a1a;
}

.field-label-4 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.field-label-5 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.section-4-home-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.paragraph-21 {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #8f8f8f;
  text-align: justify;
}

.paragraph-taap {
  font-family: Exo, sans-serif;
  color: #363535;
}

.text-block-22 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fa8354;
  font-size: 24px;
  font-weight: 400;
}

.image-10 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.section-18-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.body {
  background-color: #fff;
}

.tabs-4 {
  width: 100%;
  background-color: #fff;
}

.tab-link-tab-1-3 {
  width: 9.49%;
}

.tab-link-tab-1-3.w--current {
  width: 30%;
  height: 50px;
  margin: 10px;
}

.tab-link-tab-2-2 {
  width: 30%;
  height: 50px;
  margin: 10px;
}

.tab-pane-tab-1-2 {
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #fff;
}

.tab-link-tab-3-2 {
  width: 30%;
  height: 50px;
  margin: 10px;
}

.text-block-23 {
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.text-block-24 {
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.text-block-25 {
  font-family: Exo, sans-serif;
  font-weight: 700;
}

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

.paragraph-for-tab {
  width: 60%;
  margin-top: 40px;
  margin-left: 242px;
  padding: 11px;
  font-family: Exo, sans-serif;
  color: #3b3736;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-11 {
  width: 90%;
}

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

.div-block-17 {
  display: block;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 97.1%, 0.41);
  opacity: 1;
}

.column-30 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-12 {
  margin-top: -4px;
  margin-left: 54px;
  padding-top: 66px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 28px;
}

.text-block-26 {
  margin-left: 54px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.heading-13 {
  margin-top: 19px;
  padding-top: 0px;
}

.section-3-exams-banner {
  height: 300px;
  padding-top: 55px;
  background-color: #282828;
  background-image: url('../images/exams_1.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section-3-trainingp-2 {
  height: 300px;
  margin-top: 20px;
  background-color: #ffd2c4;
  background-image: url('../images/tp.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.text-span-13 {
  margin-left: 54px;
}

.tab-link-tab-1-4 {
  width: 33.42%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f24602;
  background-color: #282828;
  font-family: Exo, sans-serif;
}

.tab-link-tab-1-4.w--current {
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f24602;
}

.tab-link-tab-1-4.w--current:hover {
  opacity: 0.58;
}

.tabs-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-27 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.classroomt {
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f24602;
  background-color: #282828;
  font-family: Exo, sans-serif;
}

.classroomt.w--current {
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-color: #282828;
  background-color: #f24602;
}

.classroomt.w--current:hover {
  opacity: 0.58;
}

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

.text-block-29 {
  color: #fff;
  font-weight: 300;
}

.paragraph-22 {
  margin-bottom: 20px;
}

.paragraph-23 {
  display: block;
  overflow: visible;
  width: 60%;
  margin: 20px 124px 20px 240px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Exo, sans-serif;
  color: #ddd;
  font-weight: 200;
}

.tabs-content-4 {
  width: 99.983887899124%;
  background-color: #fff;
}

.image-12 {
  margin-top: 50px;
  margin-left: 20px;
}

.div-block-18 {
  display: inline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}

.image-13 {
  display: inline-block;
  margin-top: 43px;
  margin-left: 236px;
}

.icon-7 {
  opacity: 0;
}

.left-arrow-2 {
  display: inline-block;
  height: 20%;
  margin: 0px auto 0px -58px;
  padding-left: 0px;
  border-left: 5px solid #282828;
  background-color: #0f3dbb;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.left-arrow-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slide-nav-6 {
  margin-top: 0px;
  margin-bottom: -38px;
}

.image-14 {
  margin-top: 43px;
  margin-left: 157px;
}

.image-15 {
  margin-top: -204px;
}

.div-block-19 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline;
  float: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-7 {
  overflow: visible;
  height: 600px;
  margin-top: -10px;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/6402.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-span-14 {
  display: block;
  margin-top: -23px;
  margin-left: 145px;
  font-family: Exo, sans-serif;
  color: #fff;
}

.image-16 {
  margin-top: -355px;
  margin-left: 157px;
}

.text-span-15 {
  display: block;
  margin-top: -47px;
  margin-left: 230px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: rgba(242, 70, 2, 0.06);
  font-family: Lato, sans-serif;
  color: #070707;
  font-style: italic;
  font-weight: 300;
}

.slide-3homea {
  background-image: url('../images/45-u70101-fr3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3homeb {
  position: static;
  height: 600px;
  background-image: url('../images/fiduciary_1.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: default;
}

.text-block-30 {
  font-family: 'Material design iconic font', sans-serif;
}

.italic-text-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -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: 28px;
  font-style: normal;
  font-weight: 400;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -42px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.image-17 {
  margin-top: 10px;
}

.text-span-16 {
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 8px;
  background-color: #58b6ff;
  color: #fff;
  font-size: 10px;
}

.columns-23 {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: hsla(0, 0%, 100%, 0.37);
}

.column-31 {
  border-left: 1px none #f24602;
  background-color: hsla(0, 0%, 96.9%, 0);
}

.paragraph-21-aap {
  display: block;
  margin: 47px 220px 40px 60px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(242, 70, 2, 0.65);
  background-color: #1e0b8b;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.bold-text-8 {
  color: #f24602;
}

.slider-5 {
  height: 650px;
  background-color: #fff;
}

.columns-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-21 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-22 {
  width: 600px;
}

.div-block-23 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.italic-text-7 {
  border-top: 1px none rgba(255, 202, 181, 0.19);
}

.text-span-17 {
  border-style: none;
  border-width: 1px;
  border-color: rgba(255, 203, 203, 0.22);
}

.benefits-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 20px 20px -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-24 {
  display: block;
  -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;
}

.div-block-25 {
  display: block;
  overflow: hidden;
  height: 450px;
  margin: 60px 20px 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 5px solid #262626;
  background-color: rgba(242, 70, 2, 0.91);
  opacity: 1;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(.719, .416, .228, .521);
  transition: -webkit-transform 250ms cubic-bezier(.719, .416, .228, .521);
  transition: transform 250ms cubic-bezier(.719, .416, .228, .521);
  transition: transform 250ms cubic-bezier(.719, .416, .228, .521), -webkit-transform 250ms cubic-bezier(.719, .416, .228, .521);
  color: #fff;
}

.div-block-25:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.mask-3 {
  height: 600px;
  margin: 20px 20px 52px;
  padding-bottom: 0px;
}

.bold-text-9 {
  color: #000;
}

.bold-text-10 {
  color: #000;
}

.bold-text-11 {
  color: #040404;
}

.bold-text-12 {
  color: #000;
}

.bold-text-13 {
  color: #ff8555;
}

.bold-text-14 {
  font-family: Oswald, sans-serif;
  color: #ff8555;
  font-size: 18px;
  font-weight: 300;
}

.slide-nav-7 {
  margin-top: 3px;
  margin-bottom: 0px;
  background-color: transparent;
}

.paragraph-24 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  color: #e4e4e4;
  text-align: center;
}

.image-18 {
  margin: 10px;
}

.align-content {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Exo, sans-serif;
}

.heading-14 {
  text-align: center;
}

.paragraph-25 {
  color: #e4e4e4;
  font-weight: 300;
  text-align: center;
}

.paragraph-26 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  color: #f0f0f0;
  font-weight: 300;
  text-align: center;
}

.heading-15 {
  margin-top: 140px;
  font-family: Exo, sans-serif;
  color: #dfdfdf;
  text-align: center;
}

.text-block-31 {
  overflow: visible;
  margin-top: 46px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #f24602;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.left-arrow-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  margin-top: 10px;
  margin-right: 593.4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  margin-top: 10px;
  margin-left: 676.4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.icon-8 {
  opacity: 0.4;
}

.icon-9 {
  opacity: 0.4;
}

.heading-benefits {
  margin-top: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  text-align: center;
}

.content-structure {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  color: #f0f0f0;
  font-weight: 300;
  text-align: center;
}

.heading-16 {
  margin-top: 140px;
}

.text-block-32 {
  margin-top: 100px;
  font-family: 'Material design iconic font', sans-serif;
  text-align: center;
}

.italic-text-8 {
  font-size: 48px;
  font-style: normal;
}

.image-19 {
  margin-right: 60px;
  margin-left: 60px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-33 {
  font-family: 'Material design iconic font', sans-serif;
}

.italic-text-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #262626;
  font-style: normal;
}

.text-block-34 {
  font-family: 'Material design iconic font', sans-serif;
  color: #262626;
}

.italic-text-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
}

.form-block-2 {
  display: inline;
}

.heading-benefits-sub {
  overflow: visible;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field-8 {
  width: 98%;
  height: 60px;
  margin-left: 10px;
}

.form-4 {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.submit-button-4 {
  width: 120px;
  height: 50px;
  margin-left: 10px;
  border-radius: 6px;
  background-color: #cdfd91;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 300;
}

.submit-button-4:hover {
  opacity: 0.49;
  color: #000;
}

.field-label-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Exo, sans-serif;
  color: #fdfdfd;
  font-weight: 700;
}

.field-label-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-field-9 {
  width: 98%;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 8px;
  margin-left: 10px;
  padding-bottom: 0px;
}

.form-block-institutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #589af4;
}

.div-block-28 {
  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-5 {
  margin-top: 40px;
}

.prota-title-book {
  display: block;
  margin: -20px 54px -1px;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
}

.prota-subtitle-book {
  margin-left: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 14px;
  font-weight: 200;
}

.bold-text-15 {
  font-family: Oswald, sans-serif;
  color: #fafafa;
}

.contact-heading-course {
  margin: 40px -12px 10px 5px;
  padding: 5px 0px 5px 60px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.column-32 {
  border-right: 1px none #f24602;
}

.tabs-6 {
  margin-top: 40px;
}

.tabs-menu-6 {
  margin-left: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #f24602;
  text-align: left;
}

.tab-link-tab-1-5 {
  background-color: #f24602;
}

.tab-link-tab-1-5.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #f24602;
  background-color: #f24602;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.tab-courses-info {
  margin-bottom: -4px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f24602;
  background-color: #fff;
}

.tab-courses-info.w--current {
  margin-bottom: 0px;
  float: none;
  background-color: #f24602;
  color: #fff;
}

.text-block-35 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.text-block-36 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.text-block-37 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.columns-25 {
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-29 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-38 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.text-block-39 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.text-span-18 {
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-size: 18px;
}

.tabs-content-5 {
  margin-top: -3px;
  margin-bottom: 40px;
  text-align: left;
}

.ps-content-objectives {
  display: block;
  margin: 10px 5px 10px 20px;
  padding: 10px 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #282828;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.button-9 {
  display: inline-block;
  text-align: left;
}

.button-10 {
  margin-bottom: 20px;
  margin-left: 25px;
}

.right-arrow-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 20%;
  background-color: #ae2b23;
}

.left-arrow-4 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 84px;
  height: 20%;
  margin-right: 100px;
  background-color: #ae2b23;
}

.slide-8 {
  background-color: #fff;
}

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

.div-block-30 {
  margin-top: 40px;
  margin-left: 25px;
}

.send-button {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5a2a;
  border-radius: 5px;
  background-color: #ae2b23;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.send-button:hover {
  border-color: #fff;
  background-color: #ee5a2a;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.ps-content-revit {
  display: block;
  margin: 10px 40px 10px 20px;
  padding: 10px 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #020202;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.text-span-19 {
  color: #ee2323;
}

.columns-26 {
  height: 250px;
  background-color: #606666;
}

.column-33 {
  height: 250px;
  background-image: url('../images/AAP_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-27 {
  margin-left: 40px;
  font-family: Oswald, sans-serif;
  color: silver;
  line-height: 30px;
  font-weight: 300;
}

.paragraph-28 {
  padding-left: 20px;
  font-family: Oswald, sans-serif;
  color: #dbdbdb;
  line-height: 30px;
  font-weight: 200;
}

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

.text-span-21 {
  color: #fff;
  text-decoration: none;
}

.text-span-21:hover {
  opacity: 0.52;
}

.text-span-22 {
  color: #fff;
  text-decoration: none;
}

.text-span-22:hover {
  opacity: 0.6;
}

.text-span-23 {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.text-span-23:hover {
  opacity: 0.6;
}

.text-span-24 {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.text-span-24:hover {
  border-radius: 0px;
  opacity: 0.6;
}

.text-span-25 {
  color: #fff;
  text-decoration: none;
}

.text-span-25:hover {
  opacity: 0.6;
}

.text-span-26 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2520b;
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-weight: 400;
}

.column-34 {
  margin-top: 0px;
}

.columns-27 {
  margin: 20px 40px 10px;
}

.heading-17 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
}

.paragraph-29 {
  margin-right: 40px;
  padding-right: 40px;
  font-family: Exo, sans-serif;
}

.heading-18 {
  padding-left: 40px;
  font-family: Exo, sans-serif;
  color: #f24602;
  font-size: 18px;
  font-weight: 400;
}

.div-block-31 {
  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;
}

.slide-5-b {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  text-align: center;
}

.paragraph-30 {
  margin-top: 60px;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 400;
}

.text-span-27 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-size: 18px;
  font-weight: 700;
}

.text-span-28 {
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.48);
  font-weight: 300;
}

.text-span-29 {
  color: #000;
  font-weight: 200;
}

.button-7quiz-test {
  margin-bottom: 10px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5a2a;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.button-7quiz-test:hover {
  border-color: #fff;
  background-color: #ee5a2a;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.paragraph-30-quiz {
  margin-top: 20px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 100;
}

.heading-19 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #f24602;
  font-size: 24px;
  font-weight: 600;
}

.button-7-home {
  margin-bottom: 10px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #0f3dbb;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.button-7-home:hover {
  border-color: #fff;
  background-color: #fdba17;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-20 {
  margin: 10px;
}

.image-20-b {
  margin: 10px;
}

.image-20-c {
  margin: 10px;
}

.image-20-d {
  margin: 10px;
}

.image-20-a {
  margin: 10px;
}

.section-3-autodesk-page {
  height: 300px;
  background-color: #ffd2c4;
  background-image: url('../images/abt-ban.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.div-block-33 {
  margin-top: 0px;
  padding-top: 40px;
}

.heading-20 {
  margin-top: 140px;
  margin-left: 100px;
  font-family: Exo, sans-serif;
  color: #f24602;
}

.button-11 {
  margin-left: 40px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f24602;
}

.image-21 {
  display: inline-block;
  margin-right: 10px;
}

.div-block-34-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #495e71;
}

.paragraph-18-a {
  margin-left: 0px;
  padding: 10px;
  background-color: #495e71;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.section-3-porta-structure {
  height: 200px;
  background-color: #282828;
  background-image: url('../images/protaDetails_1protaDetails.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.column-31ps {
  padding-top: 40px;
  border: 1px none #000;
}

.heading-21 {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #f24602;
  font-weight: 700;
}

.paragraph-31 {
  padding: 20px 10px;
  border-left: 1px solid #f24602;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.columns-28 {
  margin-top: 0px;
  margin-left: 40px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.column-35 {
  border-left: 1px none #000;
}

.div-block-35 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #feece5;
  text-align: left;
}

.image-22 {
  display: block;
}

.image-23 {
  margin-bottom: 20px;
  margin-left: 10px;
}

.div-block-35-b {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fddccf;
  text-align: left;
}

.div-block-35-d {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fddccf;
  text-align: left;
}

.div-block-35-e {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fddccf;
  text-align: left;
}

.italic-text-11 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}

.text-span-30 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
}

.bold-text-16 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.paragraph-31-copy {
  padding: 20px 10px;
  border-left: 1px solid #000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.heading-21-copy {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #f24602;
  font-weight: 700;
}

.paragraph-31-analysis {
  padding: 20px 10px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #f24602;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

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

.paragraph-21-steel {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(242, 70, 2, 0.65);
  border-radius: 19px;
  background-color: #80aeea;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.italic-text-11-steel {
  color: #000;
  font-size: 16px;
  font-style: normal;
}

.text-span-30-copy {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.italic-text-11-bim {
  color: #fff;
  font-size: 16px;
  font-style: normal;
}

.image-25 {
  margin-top: 20px;
  margin-left: 40px;
}

.image-26 {
  margin-top: 40px;
  margin-left: 40px;
}

.div-block-35-f {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #feece5;
  text-align: left;
}

.bold-text-17 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.bold-text-18 {
  font-weight: 400;
}

.bold-text-19 {
  font-weight: 400;
}

.bold-text-20 {
  font-weight: 400;
}

.bold-text-21 {
  font-weight: 400;
}

.bold-text-22 {
  font-weight: 400;
}

.image-27 {
  margin-top: 20px;
  margin-left: 40px;
  padding-top: 20px;
  font-size: 16px;
}

.section-3-porta-str1 {
  height: 200px;
  background-color: #282828;
  background-image: url('../images/PROTA-Structure_1PROTA-Structure.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section-3-porta-steel-banner {
  height: 200px;
  background-color: #282828;
  background-image: url('../images/protaDetails_1protaDetails.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section-3-porta-bim {
  height: 200px;
  background-color: #282828;
  background-image: url('../images/bim.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section-24 {
  height: 250px;
  background-image: url('../images/autodesk-autocad-design-suite.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-28 {
  margin-top: 100px;
}

.column-36 {
  padding-left: 20px;
}

.column-37 {
  border-right: 1px solid #f24602;
  text-align: left;
}

.image-29 {
  border-right: 1px none #000;
}

.columns-29 {
  padding-top: 40px;
}

.paragraph-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #f24602;
  font-family: Exo, sans-serif;
  color: #5a5b5d;
  font-size: 18px;
  text-align: left;
}

.button-12 {
  width: 250px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f24602;
  background-color: #f24602;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  text-align: left;
}

.button-12:hover {
  opacity: 0.44;
}

.button-12.w--current {
  background-color: #fff;
  color: #0e0e0e;
}

.text-span-31 {
  color: #000;
  font-weight: 200;
}

.slide-9 {
  height: 400px;
  background-image: url('../images/6402.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video {
  height: 300px;
}

.slider-7 {
  overflow: visible;
  background-color: transparent;
}

.columns-30 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.select-field {
  width: 250px;
  height: auto;
  margin-right: 0px;
}

.radio-button {
  background-color: #000;
  color: #000;
}

.success-message-2 {
  background-color: rgba(140, 255, 176, 0.72);
}

.text-block-40 {
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.error-message-2 {
  background-color: #ff2424;
}

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

.text-span-32 {
  color: #282828;
}

.text-span-33 {
  color: #282828;
}

.text-span-34 {
  color: #282828;
}

.text-span-35 {
  color: #2a7fee;
}

.text-span-36 {
  color: #2a7fee;
}

.contact-heading-mep {
  margin: 5px 98px 5px 5px;
  padding: 2px 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #ee5a2a;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.text-span-37 {
  color: #ff03cd;
}

.contact-heading-cad {
  color: #88393d;
}

.text-span-38 {
  color: #b52327;
}

.text-span-35-mep {
  color: #fe1ed3;
}

.text-span-39 {
  color: #1cb0b2;
}

.paragraph-30-book {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 100;
}

.image-29-cadd {
  border-right: 1px none #000;
}

.checkbox-label {
  font-family: Exo, sans-serif;
}

.checkbox-label-2 {
  font-family: Exo, sans-serif;
}

.checkbox-label-3 {
  font-family: Exo, sans-serif;
}

.bold-text-23 {
  font-weight: 600;
}

.column-38 {
  padding-right: 40px;
  padding-left: 40px;
  border-right: 1px solid #f24602;
}

.column-39 {
  padding-right: 40px;
  padding-left: 40px;
}

.columns-31 {
  margin-right: 40px;
  margin-left: 40px;
}

.text-span-40 {
  color: #fdfafa;
  text-decoration: none;
}

.button-13 {
  margin-left: 40px;
  background-color: #f24602;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.button-13:hover {
  opacity: 0.64;
}

.text-span-41 {
  font-family: 'Material design iconic font', sans-serif;
}

.text-span-42 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.heading-22 {
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-align: center;
}

.text-span-43 {
  color: #000;
  line-height: 40px;
  font-style: normal;
}

.columns-32 {
  width: 15%;
  margin-left: 10px;
}

.checkbox {
  width: 7.32026156257181%;
  margin-left: 0px;
  border-radius: 0px;
  line-height: 10;
}

.column-40 {
  padding-left: 0px;
}

.checkbox-field {
  width: 60%;
  margin-left: 10px;
}

.checkbox-label-4 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.checkbox-label-5 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.checkbox-label-6 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.checkbox-label-7 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.textarea-2 {
  height: 100px;
  line-height: 50px;
}

.success-message-3 {
  background-color: #35e77f;
}

.image-30 {
  display: block;
  margin-top: -218px;
  margin-left: 110px;
}

.columns-33 {
  position: -webkit-sticky;
  position: sticky;
  background-color: #1e0b8b;
  color: #282828;
}

.text-span-44 {
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.column-2-contact {
  position: relative;
  display: block;
  height: 120px;
  margin-bottom: 0px;
  padding: 10px 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 4px 1px 4px 4px;
  border-color: #fff #f24602 #fff #fff;
  background-color: transparent;
}

.column-2-contact-2 {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding: 10px 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid none solid solid;
  border-width: 4px 1px 4px 4px;
  border-color: #fff #f24602 #fff #fff;
  background-color: transparent;
}

.columns-34 {
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-41 {
  height: 220px;
  border-right: 1px solid #f24602;
}

.column-42 {
  height: 220px;
  border-right: 1px solid #f24602;
}

.column-43 {
  height: 220px;
}

.column-44 {
  height: 120px;
  border-right: 1px solid #000;
}

.column-45 {
  height: 120px;
  border-right: 1px solid #f24602;
}

.column-46 {
  height: 120px;
  border-right: 1px solid #f24602;
}

.column-47 {
  height: 120px;
}

.text-span-45 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-weight: 400;
}

.image-31 {
  margin-bottom: 20px;
  border-radius: 14px;
}

.image-32 {
  margin-bottom: 20px;
}

.image-33 {
  margin-bottom: 20px;
  border-radius: 11px;
}

.text-span-43-aap {
  color: #f24602;
  font-size: 20px;
  line-height: 33px;
  font-style: normal;
  font-weight: 300;
}

.paragraph-33 {
  overflow: auto;
  height: 300px;
  margin-right: 40px;
  font-family: Exo, sans-serif;
}

.text-span-46 {
  font-family: Exo, sans-serif;
  color: #f24602;
  font-size: 14px;
  font-style: italic;
}

.bold-text-24 {
  font-weight: 300;
}

.body-3 {
  display: block;
}

.section-25 {
  display: block;
  margin: -105px 40px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.section-25cy {
  display: block;
  margin: -155px 40px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.text-span-47 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-weight: 300;
}

.text-span-48 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-weight: 300;
}

.text-span-49 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-weight: 300;
}

.text-span-50 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-weight: 300;
}

.text-span-51 {
  font-family: Exo, sans-serif;
  color: #050505;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.text-span-52 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-weight: 300;
}

.text-span-53 {
  font-family: Oswald, sans-serif;
  color: #f24602;
  font-weight: 300;
}

.ps-content-home {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 4px 0px 10px;
  padding: 40px 20px 40px 10px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.button-14 {
  margin-bottom: 4px;
  padding: 3px 5px;
  border-radius: 20px;
  background-color: #38a4ec;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

.paragraph-34 {
  margin-top: 10px;
}

.columns-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-34 {
  margin-top: 10px;
  margin-right: 5px;
  padding-right: 0px;
  padding-bottom: 10px;
}

.text-block-42 {
  margin-top: 25px;
  padding-top: 4px;
}

.text-block-43 {
  font-family: Exo, sans-serif;
  color: #15068d;
  font-weight: 300;
}

.dropdown-mobile-menu {
  overflow: visible;
  margin-top: 10px;
  padding: 10px 5px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.27);
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.dropdown-mobile-menu:hover {
  background-color: #ae2b23;
}

.link-5-menu {
  color: #fff;
  text-decoration: none;
}

.link-5-menu.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 0px;
  padding: 10px 4px;
  border-radius: 9px;
  background-color: #282828;
}

.dropdown-2 {
  display: none;
  overflow: hidden;
}

.dropdown-toggle-5 {
  display: none;
}

.dropdown-toggle-6 {
  display: none;
}

.ps-contentlocation {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 4px 0px 0px;
  padding: 10px 20px 10px 10px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #282828;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}

.ps-content-email {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 4px 0px 10px;
  padding: 40px 20px 40px 10px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #282828;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}

.paragraph-35 {
  display: none;
}

.paragraph-37 {
  display: none;
}

.italic-text-12 {
  color: #262626;
}

.heading-23 {
  margin-top: 0px;
}

.div-block-36 {
  margin-top: 0px;
  padding-top: 40px;
}

.text-block-47 {
  margin-left: 60px;
  font-family: Exo, sans-serif;
  color: #fff;
}

.heading-24 {
  margin-left: 60px;
  font-family: Exo, sans-serif;
  color: #fff;
}

.section-4-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.bold-text-26 {
  color: #0f3dbb;
  font-weight: 400;
}

.heading-5-copy {
  margin-top: 40px;
  margin-bottom: 9px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  text-align: center;
}

.heading-25 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

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

.mask-4 {
  height: 500px;
  margin-top: 81px;
}

.bold-text-27 {
  color: #0f3dbb;
  font-weight: 400;
}

.bold-text-28 {
  color: #0f3dbb;
  font-weight: 400;
}

.heading-2-copy {
  margin-top: -311px;
  margin-right: -1px;
  margin-left: 487px;
  padding: 20px 0px 20px 117px;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.paragraph-38 {
  margin-top: 51px;
  margin-right: 28px;
  margin-left: 75px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-span-61 {
  padding-right: 100px;
  border-top: 1px solid hsla(0, 0%, 94%, 0.32);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.35);
  font-size: 18px;
  font-weight: 700;
}

.form-block-4 {
  margin-top: 70px;
}

.field-label-8 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
}

.field-label-9 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
}

.bold-text-29 {
  padding-right: 17px;
  padding-left: 12px;
}

.text-span-62 {
  padding-right: 7px;
}

.text-span-63 {
  padding-right: 45px;
  padding-left: 40px;
}

.text-block-48 {
  margin-right: 28px;
  margin-left: 75px;
  font-family: Exo, sans-serif;
  color: #fff;
}

.text-span-64 {
  padding-left: 40px;
}

.text-span-65 {
  padding-left: 40px;
}

.text-span-66 {
  font-weight: 700;
}

.text-span-67 {
  font-weight: 700;
}

.nav-menu-3 {
  margin-left: 60px;
}

.paragraph-39 {
  position: static;
  margin: 20px 100px 20px 40px;
  padding: 20px;
  background-color: #0f3dbb;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.heading-26 {
  margin-top: 40px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #0f3dbb;
  text-align: left;
}

.section-26 {
  height: 300px;
  padding-top: 100px;
  padding-bottom: 10px;
  background-image: url('../images/mobile-banking.png');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-40 {
  margin-left: 220px;
  padding-right: 100px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}

.text-span-68 {
  color: #fdba17;
  font-weight: 700;
}

.text-span-69 {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
}

.text-block-49 {
  margin-top: 30px;
  margin-left: 34px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  color: #ffe100;
  font-size: 18px;
  font-weight: 300;
}

.text-span-70 {
  color: #1e0b8b;
}

.heading-20-abt {
  margin-top: 49px;
  margin-left: 100px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}

.image-35 {
  position: relative;
  display: inline-block;
}

.italic-text-13 {
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.bold-text-30 {
  margin-left: 0px;
  padding-left: 0px;
  color: #ffe100;
  font-weight: 400;
  text-align: left;
}

.italic-text-14 {
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.text-field-10 {
  line-height: 10px;
}

.column-50 {
  padding-right: 100px;
}

.italic-text-15 {
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.bold-text-31 {
  font-size: 16px;
  font-weight: 400;
}

.paragraph-policyy {
  border-top-color: #f2ba14;
}

.column-51 {
  left: 24px;
  top: 77px;
  padding-left: 15px;
  background-color: #fff;
}

.text-span-71 {
  display: block;
  margin-left: 768px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 8px;
  background-color: #fdba17;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.italic-text-16 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.bold-text-32 {
  color: #000;
  font-size: 16px;
}

.text-span-72 {
  color: #000;
  font-size: 16px;
}

.bold-text-33 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
}

.column-52 {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 94.9%, 0.62);
}

.heading-2-copy {
  margin-top: -311px;
  margin-right: -1px;
  margin-left: 487px;
  padding: 20px 0px 20px 117px;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.heading-27 {
  margin-top: 38px;
  margin-left: 43px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.slide-10 {
  background-image: url('../images/agree2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-36 {
  margin-top: 11px;
}

.heading-28 {
  margin-top: -11px;
  padding-top: 90px;
  padding-left: 68px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-style: normal;
}

.div-block-37 {
  height: 450px;
  margin-top: 99px;
  margin-bottom: 3px;
  background-color: rgba(67, 139, 145, 0.55);
}

.slider-8 {
  height: 200px;
  margin-right: 60px;
  margin-bottom: 40px;
  margin-left: 60px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 86.7%, 0.65);
}

.columns-37 {
  margin-top: 32px;
}

.columns-38 {
  margin: 73px 40px 40px;
  font-family: Exo, sans-serif;
}

.text-block-50 {
  margin-top: 9px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  text-align: center;
}

.image-37 {
  background-color: hsla(0, 0%, 76.7%, 0.16);
  white-space: normal;
}

.image-37:hover {
  background-color: rgba(174, 174, 175, 0.43);
}

.image-37:focus {
  background-color: hsla(0, 0%, 76.7%, 0.46);
}

.image-38 {
  background-color: hsla(0, 0%, 76.9%, 0.16);
}

.image-38:hover {
  background-color: hsla(0, 0%, 76.9%, 0.36);
}

.image-39 {
  background-color: hsla(0, 0%, 76.9%, 0.16);
}

.image-39:hover {
  background-color: hsla(0, 0%, 76.9%, 0.36);
}

.image-40 {
  background-color: hsla(0, 0%, 76.9%, 0.16);
}

.image-40:hover {
  background-color: hsla(0, 0%, 76.9%, 0.36);
}

.image-41 {
  background-color: hsla(0, 0%, 76.9%, 0.16);
}

.image-41:hover {
  background-color: hsla(0, 0%, 76.9%, 0.36);
}

.image-42 {
  background-color: hsla(0, 0%, 76.9%, 0.16);
}

.image-42:hover {
  background-color: hsla(0, 0%, 76.9%, 0.36);
}

.text-block-51 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 0px none #000;
  text-align: left;
}

.text-span-73 {
  color: #923212;
}

.paragraph-42 {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 10px;
  padding-bottom: 40px;
  border-style: none;
  border-width: 1px 0px 0px;
  border-color: #f2ba14 #223dbb #223dbb;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.link-8 {
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000;
}

.button-15 {
  width: 180px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #000;
}

.paragraph-21-aap-invest {
  display: block;
  margin: 47px 220px 40px 60px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(242, 70, 2, 0.65);
  background-color: rgba(30, 11, 139, 0.94);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.text-block-50-wm {
  margin-top: 207px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  text-align: center;
}

.text-block-50-lwp {
  margin-top: 321px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  text-align: center;
}

.text-span-74 {
  color: #f2ba14;
}

.text-span-75 {
  color: #f2ba14;
}

.text-span-76 {
  color: #fff;
}

.text-block-50-ev {
  margin-top: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  text-align: center;
}

.text-span-77 {
  color: #f2ba14;
}

.text-span-78 {
  color: #f2ba14;
}

.text-block-50-pb {
  margin-top: 312px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  text-align: center;
}

.text-block-50-estate {
  margin-top: 74px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  text-align: center;
}

.paragraph-21-contact {
  display: block;
  margin: 0px 100px 40px 60px;
  padding: 10px 20px 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(242, 70, 2, 0.65);
  background-color: #f1f1f1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.paragraph-21-contact-b {
  display: block;
  margin: 47px 60px 40px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(242, 70, 2, 0.65);
  background-color: rgba(30, 11, 139, 0);
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.paragraph-21-aap-about {
  display: block;
  margin: 227px 220px 40px 60px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(242, 70, 2, 0.65);
  background-color: rgba(30, 11, 139, 0.93);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.text-block-50-about-us {
  margin-top: 107px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  text-align: center;
}

.div-block-38 {
  margin-top: 189px;
}

.paragraph-about-us {
  display: block;
  margin: 82px 20px 47px 10px;
  padding: 0px 20px 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(97, 97, 97, 0.65);
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

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

.text-span-80 {
  font-weight: 700;
}

.column-53 {
  margin-top: 5px;
  padding-right: 40px;
  padding-left: 40px;
}

.tabs-content-6 {
  left: 30px;
  top: 40px;
  right: 30px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-43 {
  margin-right: 100px;
  padding: 20px;
  background-color: hsla(0, 0%, 65.1%, 0.11);
}

.text-block-52 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-1-6 {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #223dbb;
}

.tab-link-tab-1-6.w--current {
  padding-bottom: 20px;
  background-color: #f2ba14;
}

.text-block-53 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-2-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #223dbb;
}

.tab-link-tab-2-3.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2ba14;
}

.paragraph-44 {
  margin-right: 80px;
  padding: 20px;
  background-color: hsla(0, 0%, 65.1%, 0.11);
}

.tab-link-tab-3-3 {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #223dbb;
}

.tab-link-tab-3-3.w--current {
  background-color: #f2ba14;
}

.text-block-54 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fdfdfd;
  font-weight: 700;
}

.tab-pane-tab-3-2 {
  margin-right: 80px;
}

.tabs-menu-7 {
  margin-top: 213px;
  margin-left: 23px;
  padding-top: 0px;
}

.tab-link-tab-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #223dbb;
  color: #fff;
}

.tab-link-tab-4.w--current {
  padding-bottom: 20px;
  background-color: #f2ba14;
}

.paragraph-45 {
  margin-right: 80px;
  padding: 20px;
  background-color: hsla(0, 0%, 65.1%, 0.11);
}

.paragraph-44-copy {
  margin-top: -54px;
  margin-right: 0px;
  margin-left: 10px;
  padding: 0px 30px 40px 60px;
  background-color: #fff;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}

.section-3-aboutus-copy {
  height: 300px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/slide4.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section-3-wt-aboutus {
  height: 300px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/865-u1915-fr.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
  color: #000;
}

.image-43 {
  margin-top: 19px;
}

.body-4 {
  background-color: #fff;
}

.paragraph-46 {
  margin-top: 20px;
  margin-right: 300px;
  margin-left: 100px;
  padding: 40px 100px 40px 20px;
  background-color: rgba(30, 11, 139, 0.78);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.left-arrow-5 {
  width: 60px;
  height: 60px;
  margin-top: 350px;
  margin-left: 1012px;
  border-style: none;
  border-width: 1px;
  border-color: #302323;
  border-radius: 100px;
  background-color: rgba(118, 192, 67, 0);
}

.icon-12 {
  width: auto;
  height: auto;
  margin-top: 15px;
  font-size: 28px;
}

.right-arrow-3 {
  width: 60px;
  height: 60px;
  margin-top: 350px;
  margin-right: 140px;
  margin-bottom: 165px;
  border-radius: 100px;
  background-color: rgba(111, 195, 58, 0);
}

.heading-29 {
  margin-top: 100px;
  margin-right: 300px;
  margin-left: 100px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
}

.paragraph-47 {
  margin: 0px 40px 0px 60px;
  padding: 0px 20px 20px;
  float: none;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.list {
  margin-top: 20px;
  margin-right: 40px;
}

.list-item {
  border: 1px solid #000;
  background-color: #fff;
}

.text-span-81 {
  display: block;
  margin-top: -35px;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: #223dbb;
  color: #000;
}

.text-span-82 {
  display: block;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #223dbb;
  background-color: #fff;
  font-style: normal;
  text-decoration: none;
}

.text-span-83 {
  display: block;
  margin-top: -35px;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #223dbb;
}

.text-span-84 {
  display: block;
  margin-top: -35px;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #223dbb;
}

.text-span-85 {
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 18px;
  font-weight: 400;
}

.section-27 {
  margin-top: 42px;
  margin-bottom: 20px;
}

.column-54 {
  background-color: #fff;
}

.column-55 {
  margin-bottom: 40px;
  padding-right: 53px;
  padding-left: 86px;
  background-color: hsla(0, 0%, 98%, 0);
}

.slide-11 {
  background-image: url('../images/agree2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-56 {
  background-color: hsla(0, 0%, 76.7%, 0.22);
}

.columns-39 {
  margin-top: -101px;
}

.heading-30 {
  margin-top: 45px;
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.slider-9 {
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-39 {
  height: 550px;
  margin-top: 20px;
  margin-left: -32px;
  background-color: #fff;
  text-align: right;
}

.heading-31 {
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #f2ba15;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.paragraph-48 {
  margin-top: 34px;
  margin-right: 100px;
  margin-left: 60px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.button-16 {
  margin: 20px 187px 0px 79px;
  padding-right: 15px;
  border-radius: 100px;
  background-color: #5895ff;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.div-block-39-copy {
  height: 350px;
  margin: 20px -42px 20px -32px;
  border-left: 1px none #3e24d5;
  background-color: #fff;
  text-align: center;
}

.text-block-55 {
  margin-top: 34px;
  font-size: 12px;
}

.text-span-85-copy {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
}

.background-video {
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0.47);
}

.paragraph-49 {
  margin-top: 38px;
  margin-right: 220px;
  margin-left: 124px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.heading-32 {
  display: block;
  margin-top: -114px;
  margin-right: 60px;
  margin-left: 100px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  direction: ltr;
  font-family: Exo, sans-serif;
  color: #8feb47;
  font-size: 48px;
  line-height: 100px;
  font-weight: 700;
  text-align: left;
}

.div-block-40 {
  height: 800px;
  padding-top: 166px;
  background-color: rgba(41, 41, 41, 0.66);
}

.div-block-41 {
  height: 500px;
  padding-top: 300px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Lato, sans-serif;
}

.div-block-42 {
  height: 600px;
  margin-top: 0px;
  padding-top: 220px;
  background-color: rgba(0, 0, 0, 0.51);
}

.button-17 {
  margin-top: 17px;
  margin-right: 0px;
  padding: 20px 295px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2ba14;
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
}

.text-block-56 {
  margin-top: 24px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.column-62 {
  padding-bottom: 30px;
  background-color: #3e24d5;
  color: #fff;
}

.paragraph-50 {
  margin-top: 58px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.div-block-39-copy-copy {
  height: 350px;
  margin: 20px -42px 220px -32px;
  border-left: 1px none #1e0b8b;
  background-color: #fff;
  text-align: right;
}

.italic-text-17 {
  font-style: normal;
  font-weight: 500;
}

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

.div-block-43 {
  height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #7ac351;
  background-image: url('../images/fiduciary.png');
  background-position: 50% 100%;
  background-size: cover;
}

.paragraph-51 {
  margin-top: 40px;
  margin-right: 100px;
  margin-left: 100px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.heading-33 {
  font-family: Lato, sans-serif;
  font-size: 42px;
  text-align: center;
}

.image-44 {
  margin-top: 38px;
  margin-right: 79px;
  border-radius: 13px;
  line-height: 25px;
}

.columns-40 {
  margin-top: 73px;
}

.paragraph-52 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.image-45 {
  margin-left: 127px;
}

.bold-text-35 {
  color: #f2ba15;
  font-size: 24px;
  font-weight: 500;
}

.italic-text-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 300;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.bold-text-36 {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.text-block-57 {
  margin-top: 16px;
  margin-bottom: 18px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.bold-text-37 {
  font-weight: 300;
}

.slide-12 {
  background-image: url('../images/pbanking.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/writing.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/fiduciary.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/risk.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-3-aboutus-copy {
  height: 500px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/euro.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section-3-lep {
  height: 500px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/writing.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
  font-style: normal;
}

.section-privateb {
  background-image: url('../images/pbanking.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-3-eoeip {
  height: 500px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/fiduciary.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section-3-aboutus-fdc {
  height: 500px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/fiduciary.png');
  background-position: 50% 100%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section-3-contact-us {
  height: 300px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/three-black-handset-toys-821754.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.heading-34 {
  padding-bottom: 118px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  font-size: 42px;
}

.text-field-9-copy {
  display: block;
  width: 98%;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 8px;
  margin-left: 10px;
  padding-bottom: 0px;
}

.text-span-86 {
  color: #f2ba15;
  font-weight: 600;
}

.text-block-58 {
  margin-bottom: 0px;
  margin-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.image-46 {
  margin-top: 40px;
  opacity: 0.42;
}

.textarea-3 {
  width: 98%;
  height: auto;
  margin-left: 10px;
}

.image-47 {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: transparent;
}

.slide-3homeb-copy {
  position: static;
  height: 600px;
  background-image: url('../images/assetmanagement.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: default;
}

.tabs-7 {
  margin-top: 0px;
  padding-top: 58px;
}

.bold-text-39 {
  font-size: 16px;
  font-weight: 400;
}

.paragraph-53 {
  margin-top: 10px;
  margin-right: 0px;
  padding: 10px;
  background-color: hsla(0, 0%, 96.7%, 0.6);
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.column-63 {
  padding-left: 0px;
}

.tab-link-tab-2-4 {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5895ff;
  color: #fff;
}

.tab-link-tab-2-4.w--current {
  background-color: #90c73f;
}

.tab-link-tab-2-4.w--current:focus {
  background-color: #90c73f;
}

.tab-link-tab-1-7 {
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5895ff;
  color: #fff;
}

.tab-link-tab-1-7.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a9d269;
  font-weight: 400;
}

.tabs-8 {
  margin-left: 0px;
}

.paragraph-54 {
  margin: 20px 40px 20px 10px;
  padding: 10px 40px 20px 10px;
  background-color: hsla(0, 0%, 92%, 0);
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.text-block-59 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-60 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-61 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tab-link-tab-3-4 {
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5895ff;
  color: #fff;
}

.tab-link-tab-3-4.w--current {
  background-color: #8ac842;
}

.section-28 {
  height: 600px;
  background-image: url('../images/865-u1915-fr.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-44 {
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
}

.tabs-menu-8 {
  margin-top: 40px;
}

.heading-32-copy {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 121px;
  padding-top: 106px;
  padding-right: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
}

.text-span-87 {
  font-size: 24px;
  font-weight: 700;
}

.bold-text-40 {
  color: #000;
  font-weight: 400;
}

.bold-text-41 {
  color: #2b2b2b;
}

.bold-text-42 {
  color: #589af4;
}

.bold-text-43 {
  color: #5895ff;
}

.newhead-blue {
  color: #5895ff;
}

.image-48 {
  margin-left: 20px;
}

.columns-41 {
  margin-top: 20px;
}

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

.bold-text-44 {
  color: #5895ff;
}

.bold-text-45 {
  color: #5895ff;
}

.bold-text-46 {
  color: #5895ff;
}

.bold-text-47 {
  color: #5895ff;
}

.bold-text-48 {
  color: #5895ff;
}

.columns-42 {
  margin-bottom: 60px;
  margin-left: 0px;
  padding-left: 0px;
}

.column-64 {
  display: block;
  margin-top: 35px;
  padding-left: 0px;
}

.section-3-wt-aboutus-copy {
  height: 450px;
  margin-top: -103px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/bg-aboutus.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
  color: #000;
}

.text-span-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding: 40px 20px 20px;
  border-left: 5px solid #a1ce55;
  background-color: rgba(175, 212, 113, 0.16);
}

.tab-link-tab-4-2 {
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5895ff;
  color: #fff9f9;
}

.tab-link-tab-4-2.w--current {
  margin-left: 10px;
  padding-bottom: 20px;
  background-color: #90c73f;
}

.tab-link-tab-5 {
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5895ff;
  color: #fff;
}

.tab-link-tab-5.w--current {
  background-color: #90c73f;
}

.text-span-89 {
  display: block;
  margin-top: -74px;
}

.text-block-62 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-block-63 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-49 {
  font-size: 18px;
}

.image-48-copy {
  margin-left: 20px;
}

.paragraph-42-copy {
  margin-top: 100px;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 10px;
  padding-bottom: 40px;
  border-style: none;
  border-width: 1px 0px 0px;
  border-color: #f2ba14 #223dbb #223dbb;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.nav-link-4-copy {
  display: inline-block;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: -6px;
  padding: 31px 20px;
  float: none;
  border-top: 4px none #8feb47;
  border-right: 1px none hsla(0, 0%, 89.2%, 0.36);
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #929292;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

.nav-link-4-copy:hover {
  border-top-style: solid;
  opacity: 1;
}

.nav-link-4-copy:visited {
  background-color: #ae2b23;
}

.nav-link-4-copy.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  padding: 31px 20px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.52);
  color: #fdfdfd;
  line-height: 20px;
}

.column-63-copy {
  margin-bottom: -14px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.columns-43 {
  margin-bottom: -33px;
}

.paragraph-about-us-copy {
  display: block;
  margin: -61px 20px 47px 10px;
  padding: 0px 20px 59px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(97, 97, 97, 0.65);
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.bold-text-50 {
  color: #72bf41;
}

.div-block-45 {
  margin-top: 80px;
  margin-right: 221px;
  margin-left: -62px;
  padding-left: 0px;
  background-color: rgba(88, 149, 255, 0.28);
  text-align: center;
}

.html-embed-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: Exo, sans-serif;
}

.column-65 {
  height: auto;
  margin-top: 85px;
}

.heading-32-copy {
  margin-top: 0px;
  margin-left: 121px;
  padding-top: 167px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  color: #73bf42;
  font-size: 52px;
  line-height: 50px;
  font-weight: 700;
  text-align: right;
}

.clearinghouse {
  position: static;
  height: 600px;
  background-image: url('../images/insuranceclearinghouse.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: default;
}

.image-50 {
  margin: 20px 10px 10px;
}

.heading-35 {
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.paragraph-55 {
  margin-left: 10px;
  font-family: Exo, sans-serif;
}

.button-18 {
  margin-left: 10px;
  border-radius: 4px;
  background-color: #5895ff;
  font-family: Exo, sans-serif;
}

.column-66 {
  padding-bottom: 10px;
}

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

.column-67 {
  padding-bottom: 20px;
}

.italic-text-19 {
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.text-span-90 {
  font-size: 42px;
}

.text-block-64 {
  margin-right: 60px;
  margin-left: 100px;
  font-family: Exo, sans-serif;
  color: #fdfdfd;
  line-height: 30px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 1px;
  text-indent: 0px;
}

.bold-text-51 {
  font-weight: 300;
}

.slide-3homea-bb {
  background-image: url('../images/fiduciary_1.png');
  background-size: cover;
}

.slide-3homea-cc {
  background-image: url('../images/assetmanagement.png');
  background-size: cover;
}

.text-span-90-copy {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 200;
  text-align: right;
}

.button-19 {
  display: inline-block;
  margin-top: -40px;
  margin-left: 99px;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.09);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.button-19:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fdfdfd;
  background-color: rgba(77, 72, 72, 0);
  color: #fff;
}

.slide-3homea-cc-loan {
  background-image: url('../images/clearing-1.png');
  background-position: 100% 100%;
  background-size: cover;
}

.div-block-46 {
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 1;
}

.column-68 {
  position: relative;
  left: 0px;
  top: 10px;
  right: 10px;
  bottom: 0px;
  display: block;
  height: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #da1b1b;
}

.columns-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-56 {
  display: block;
  margin: 76px 20px 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 48px;
}

.text-block-65 {
  margin-top: 38px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
}

.div-block-47 {
  height: 250px;
  margin: 10px;
  padding: 40px 20px 60px 10px;
  background-color: #7ed349;
  background-image: url('../images/02.png');
  background-position: 100% 100%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.div-block-47:hover {
  background-position: 100% 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-47-copy {
  height: 250px;
  margin: 10px;
  padding: 40px 10px 60px;
  background-color: #191919;
  background-image: url('../images/01.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/01.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 100% 100%, 0px 0px;
  background-size: 100px, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-47-copy:hover {
  background-image: url('../images/01.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/01.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 100% 100%, 0px 0px;
  background-size: 100px, auto;
}

.div-block-47-dd {
  height: 250px;
  margin: 10px;
  padding: 40px 10px 60px;
  background-color: #5ca4f8;
  background-image: url('../images/03.png');
  background-position: 100% 100%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.column-69 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-70 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-71 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-36-2 {
  margin-top: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.text-block-66 {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.heading-36-copy {
  margin-top: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-36-3 {
  margin-top: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.bold-text-52 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.button-20 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding: 20px;
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
}

.columns-46 {
  margin-top: 40px;
}

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

.image-51 {
  margin-left: 60px;
}

.image-52 {
  margin-top: -200px;
  margin-left: -108px;
}

.heading-36 {
  margin-top: 10px;
  margin-left: 60px;
  padding-left: 20px;
  border-radius: 0px;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 400;
}

.text-block-67 {
  display: inline;
  margin-top: 10px;
  margin-left: 60px;
  padding-right: 100px;
  padding-left: 20px;
  border-bottom: 1px none #69c3f1;
  font-family: Exo, sans-serif;
  color: #000;
  line-height: 30px;
}

.section-29 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: rgba(247, 247, 247, 0.77);
}

.columns-48 {
  margin: 20px 60px;
  background-color: #ececec;
}

.heading-36-copy-copy {
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 20px;
  font-weight: 300;
}

.column-72 {
  padding: 40px 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.45);
  background-color: transparent;
  text-align: left;
}

.div-block-48 {
  padding: 40px 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  text-align: left;
}

.columns-49 {
  margin-right: 60px;
  margin-left: 60px;
}

.column-73 {
  padding-right: 0px;
  padding-left: 0px;
}

.button-20-copy {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding: 10px 20px;
  background-color: #3892d6;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0px;
}

.bold-text-53 {
  color: #000;
  font-weight: 400;
}

.div-block-49 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #363636;
  color: #777;
}

.paragraph-57 {
  margin: 20px;
  text-align: left;
}

.columns-50 {
  margin-top: 0px;
}

.paragraph-21-contact-copy {
  display: block;
  margin: 0px 10px 0px 40px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(242, 70, 2, 0.65) hsla(0, 0%, 100%, 0.27) rgba(242, 70, 2, 0.65) rgba(242, 70, 2, 0.65);
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.bold-text-32-copy {
  color: #fff;
}

.italic-text-19-copy {
  color: #c7c7c7;
  font-style: normal;
}

.italic-text-19-copy {
  color: #c7c7c7;
  font-style: normal;
}

.text-span-72-copy {
  color: #c7c7c7;
  font-size: 16px;
  font-weight: 300;
}

.italic-text-16-copy {
  color: #c7c7c7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.bold-text-54 {
  font-weight: 300;
}

.column-74 {
  border-left: 1px solid hsla(0, 0%, 100%, 0.27);
}

.column-75 {
  border-right: 1px solid hsla(0, 0%, 100%, 0.27);
}

.bold-text-55 {
  display: block;
  margin-top: -117px;
  font-family: Exo, sans-serif;
  color: #8feb47;
  font-size: 48px;
  font-weight: 500;
  text-align: right;
}

.image-53 {
  border-radius: 0px;
}

.image-54 {
  border-radius: 0px;
}

.insurance {
  border-radius: 200px;
}

.investment {
  border-radius: 200px;
}

.asset {
  border-radius: 0px;
}

.invest-m {
  border-radius: 0px;
}

.insuu {
  border-radius: 0px;
}

.section-30 {
  background-color: #153e64;
  background-image: url('../images/WELCOME_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-47-copy {
  margin: 0px 140px;
  padding: 20px 20px 60px;
  float: none;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Exo, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.text-span-85-copy-copy {
  display: block;
  margin-top: 10px;
  margin-bottom: -9px;
  font-family: Exo, sans-serif;
  color: #f9f9f9;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.button-21 {
  margin-left: 60px;
  padding: 20px 100px;
  border-radius: 0px;
  background-color: #3d6d34;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.heading-37 {
  margin-top: 0px;
  padding-top: 20px;
  font-family: Exo, sans-serif;
  color: #fff7f7;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

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

.nav-link-4-copy {
  display: inline-block;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: -6px;
  padding: 31px 20px;
  float: none;
  border-right: 1px none hsla(0, 0%, 89.2%, 0.36);
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #929292;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
}

.nav-link-4-copy:hover {
  border-top: 4px solid #8feb47;
  opacity: 1;
}

.nav-link-4-copy:visited {
  background-color: #ae2b23;
}

.nav-link-4-copy.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  padding: 31px 20px;
  border-style: solid none none;
  border-width: 4px 1px 1px;
  border-color: #8feb47 #000 #8feb47;
  border-radius: 0px;
  background-color: transparent;
  color: #929292;
  line-height: 20px;
}

.nav-link-4-copy-copy {
  display: inline-block;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: -6px;
  padding: 31px 20px;
  float: none;
  border-right: 1px none hsla(0, 0%, 89.2%, 0.36);
  background-color: #528eff;
  font-family: Exo, sans-serif;
  color: #fcfcfc;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

.nav-link-4-copy-copy:hover {
  border-top: 4px none transparent;
  border-right-style: none;
  background-color: #ccc;
  opacity: 1;
}

.nav-link-4-copy-copy:visited {
  background-color: #3d76e1;
}

.nav-link-4-copy-copy.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  padding: 31px 20px;
  border-style: solid none none;
  border-width: 4px 1px 1px;
  border-color: #8feb47 #000 #8feb47;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  line-height: 20px;
}

.columns-51 {
  margin-right: 60px;
  margin-left: 60px;
}

.section-31 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-36-copy {
  margin-top: 10px;
  margin-left: 60px;
  padding-left: 20px;
  border-radius: 0px;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.paragraph-58 {
  margin-right: 60px;
  margin-left: 60px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.div-block-50 {
  position: relative;
  margin-top: -30px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #008692;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.17);
  color: #000;
  font-size: 16px;
  text-align: center;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-55 {
  box-shadow: 0 -1px 8px 3px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.text-block-68 {
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.text-span-92 {
  color: #528eff;
  font-size: 14px;
  font-weight: 600;
}

.text-span-93 {
  color: #fff;
}

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

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

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

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

.tab-pane-tab-6 {
  text-align: center;
}

.paragraph-59 {
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: Exo, sans-serif;
}

.button-23 {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 200px;
  background-color: #5895ff;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-51 {
  margin-top: 0px;
  margin-right: 400px;
  margin-left: 400px;
  padding-top: 100px;
}

.text-field-11 {
  padding: 30px 20px;
  border-style: none;
  border-width: 2px;
  border-color: #4a8ef7;
  border-radius: 5px;
  background-color: #fafafa;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.field-label-10 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.field-label-11 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.submit-button-5 {
  padding: 20px;
  border-radius: 4px;
  background-color: #4ca4fc;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-field-12 {
  position: static;
  display: block;
  padding: 30px 20px;
  border: 2px none #4a8ef7;
  border-radius: 5px;
  background-color: #fafafa;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.body-5 {
  color: #fff;
}

.italic-text-20 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
}

.italic-text-21 {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
}

.italic-text-22 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
}

.text-block-69 {
  margin-right: 40px;
  color: #fff;
  text-align: right;
}

.text-span-94 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #acacac;
  font-weight: 400;
}

.text-block-70 {
  color: #375ca3;
  text-align: center;
}

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

.heading-38 {
  font-family: Exo, sans-serif;
  font-weight: 300;
  text-align: center;
}

.paragraph-60 {
  margin-right: 100px;
  margin-left: 100px;
  padding: 10px;
  font-family: Exo, sans-serif;
  color: #000;
  line-height: 30px;
  text-align: center;
}

.bold-text-56 {
  font-weight: 300;
}

.section-33 {
  background-color: #303032;
}

.paragraph-61 {
  margin: 13px 40px 0px;
  font-family: Exo, sans-serif;
  line-height: 30px;
  font-weight: 300;
}

.bold-text-57 {
  color: #fafafa;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-59 {
  color: #528eff;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-56-copy {
  margin-left: 40px;
  color: #fcfcfc;
  font-size: 28px;
  font-weight: 300;
}

.bold-text-56-copy {
  color: #000;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
}

.bold-text-56-copy-copy {
  margin-left: 40px;
  color: #fcfcfc;
  font-size: 38px;
  font-weight: 300;
}

.heading-38-copy {
  font-family: Exo, sans-serif;
  font-weight: 300;
  text-align: left;
}

.paragraph-62 {
  margin: 0px 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.heading-why {
  margin-left: 40px;
  color: #000;
  font-size: 38px;
  font-weight: 300;
}

.bold-text-60 {
  color: #528eff;
}

.column-81 {
  text-align: left;
}

.text-block-71 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.image-56 {
  margin-top: -456px;
  margin-right: 49px;
  padding-right: 15px;
}

.div-block-52 {
  height: 800px;
  margin-left: -9px;
  background-image: url('../images/WTC-Partnering-new-pic-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.div-block-41-copy {
  height: 500px;
  padding-top: 300px;
  background-color: rgba(0, 0, 0, 0.56);
  font-family: Lato, sans-serif;
}

.div-block-53 {
  margin-right: 60px;
  margin-left: 60px;
  background-color: #ececec;
}

.paragraph-66 {
  margin-top: 0px;
  padding: 10px 10px 20px 20px;
  font-family: Exo, sans-serif;
  color: #000;
}

.heading-36-copy-copy-copy {
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 20px;
  font-weight: 300;
}

.text-block-72 {
  margin-bottom: 20px;
}

.div-block-54 {
  text-align: left;
}

.div-block-55 {
  height: 250px;
  background-image: url('../images/loans2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-56 {
  margin: 20px;
}

.columns-52 {
  margin-top: 40px;
  background-color: #336aff;
}

.columns-52:hover {
  background-color: #336aff;
}

.paragraph-67 {
  margin: 20px 20px 0px;
  padding: 20px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.29);
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.text-span-95 {
  font-weight: 700;
}

.div-block-57 {
  height: 200px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/loans2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: right;
}

.column-83 {
  margin-top: 40px;
  background-color: transparent;
}

.column-84 {
  margin-top: 0px;
  background-color: #3a69f6;
}

.div-block-56-copy {
  margin: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(13, 13, 14, 0.12);
}

.div-block-56-3 {
  margin: 20px;
  padding-top: 10px;
  background-color: rgba(13, 13, 14, 0.12);
}

.form-block-5 {
  margin: 20px;
}

.heading-39 {
  padding-top: 0px;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.field-label-12 {
  font-family: Exo, sans-serif;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
}

.field-label-13 {
  color: #fff;
  font-weight: 400;
}

.text-field-13 {
  width: 50%;
  height: auto;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #1d46c2;
  border-radius: 5px;
  background-color: #fff;
  font-family: Exo, sans-serif;
  line-height: 40px;
  font-weight: 400;
}

.submit-button-6 {
  margin-top: 10px;
  padding: 20px;
  border-radius: 5px;
  background-color: #1aff00;
  color: #000;
  font-size: 16px;
}

.submit-button-6:hover {
  background-color: rgba(26, 255, 0, 0.69);
}

.button-24 {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 5px;
  background-color: #7afc16;
  color: #000;
}

.button-24:hover {
  background-color: #7a9afc;
  color: #000;
}

.button-24:focus {
  background-color: #fafafa;
  color: #335fe2;
}

.section-34 {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #3662d6;
}

.div-block-58 {
  margin: 0px;
  padding: 10px 10px 60px;
  border-left: 1px none #fff;
  background-color: transparent;
}

.paragraph-68 {
  padding: 10px 10px 10px 20px;
  background-color: rgba(0, 0, 0, 0.19);
  font-family: Exo, sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.text-block-73 {
  color: #fff;
  text-align: right;
}

.bold-text-61 {
  font-family: Exo, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.html-embed-4 {
  height: 500px;
  background-color: transparent;
}

.section-35 {
  height: auto;
  margin-right: 40px;
  text-align: right;
}

.link-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Exo, sans-serif;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.body-6 {
  background-color: #fff;
}

.image-57 {
  margin-left: 20px;
  background-color: #fff;
  box-shadow: none;
}

.columns-53 {
  margin-top: 97px;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 0px;
  background-color: #3662d6;
}

.link-10 {
  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;
  color: hsla(0, 0%, 100%, 0.62);
  text-align: right;
  text-decoration: none;
}

.column-85 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.49);
  background-color: rgba(90, 129, 252, 0.56);
}

.form-5 {
  width: auto;
}

.form-block-6 {
  margin-left: 10px;
}

.column-86 {
  padding-left: 0px;
}

.columns-54 {
  margin-bottom: 10px;
  padding-left: 0px;
}

.column-87 {
  display: block;
  padding-right: 0px;
}

.radio-button-field {
  display: block;
  margin: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-color: #5e5e5e;
  border-radius: 100%;
  background-color: #bbb;
  font-size: 18px;
  line-height: 40px;
}

.radio-button-label {
  margin: 2px 10px 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
}

.text-span-96 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #00f6ea;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.text-block-74 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.button-25 {
  background-color: transparent;
  color: rgba(58, 106, 255, 0.4);
}

.column-88 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.columns-55 {
  background-color: #fff;
}

.section-36 {
  background-color: #3a6aff;
}

.image-58 {
  margin-left: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.radio-button-field-2 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.radio-button-label-2 {
  padding: 0px 10px 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.radio-button-3 {
  margin-left: 0px;
}

.radio-button-4 {
  margin-left: 0px;
}

.radio-button-field-3 {
  font-family: Exo, sans-serif;
}

.radio-button-label-3 {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 300;
}

.textarea-4 {
  height: auto;
}

.checkbox-label-8 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.link-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.link-11:hover {
  opacity: 0.41;
}

.heading-39online {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.heading-39-track {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.heading-39-details {
  margin-top: 10px;
  padding: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.34);
  border-radius: 5px;
  background-color: transparent;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.text-span-97 {
  color: #00f6ea;
  text-align: left;
}

.text-span-98 {
  font-size: 16px;
  font-weight: 300;
}

.column-85-copy {
  margin-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none transparent;
  background-color: transparent;
}

.div-block-59 {
  height: 40px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px;
  background-color: transparent;
}

.heading-39-details-copy {
  padding: 10px;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-75 {
  width: 60%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 8px;
  border-radius: 5px;
  background-color: #f9ea00;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.heading-39-details-copy-copy {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 98%, 0.35);
  border-radius: 5px;
  background-color: transparent;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.div-block-60 {
  height: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  background-color: #81df6d;
}

.heading-39-notice {
  margin-bottom: 60px;
  padding-top: 5px;
  padding-left: 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.div-block-61 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-76 {
  padding: 5px;
  font-family: Exo, sans-serif;
  color: #00f6ea;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.text-block-77 {
  padding: 5px 5px 5px 10px;
  border-right: 1px none #000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.columns-56 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 98%, 0.35);
  border-bottom: 1px solid hsla(0, 0%, 98%, 0.35);
}

.text-block-76-copy {
  padding: 5px;
  font-family: Exo, sans-serif;
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 700;
}

.column-89 {
  border-right: 1px solid hsla(0, 0%, 98%, 0.35);
}

.columns-57 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 98%, 0.35);
}

.column-90 {
  border-right: 1px solid hsla(0, 0%, 98%, 0.35);
}

.column-91 {
  border-right: 1px solid hsla(0, 0%, 98%, 0.35);
}

.column-92 {
  padding-top: 0px;
}

.column-93 {
  display: block;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.56);
  background-color: #3662d6;
}

.link-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.link-11-copy:hover {
  opacity: 0.41;
}

.column-94 {
  border-right: 1px solid hsla(0, 0%, 98%, 0.35);
}

.section-34-copy {
  height: 800px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #3662d6;
}

.div-block-58-copy {
  width: 70%;
  margin: 0px;
  padding: 10px 10px 60px;
  border-left: 1px none #fff;
  background-color: transparent;
}

.column-85-wt {
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.49);
  background-color: rgba(90, 129, 252, 0.56);
}

.text-span-102 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #00f6ea;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.text-span-960 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #00f6ea;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.text-span-96-copy {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #00f6ea;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.div-block-62 {
  display: block;
  height: 200px;
  margin-top: 0px;
  background-color: #000;
  background-image: url('../images/loans2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -34px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-41 {
  margin-top: 59px;
  margin-right: 83px;
  float: right;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 700;
}

.columns-53-registeration {
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 0px;
  background-color: #3662d6;
}

.section-34-register {
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #3662d6;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 142px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.text-block-78 {
  display: block;
  margin-top: 40px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.section-34-client-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3662d6;
  background-image: url('../images/bg-passport.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.columns-53-client-pass {
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  border-radius: 0px;
  background-color: transparent;
}

.body-7 {
  background-color: #3662d6;
}

.text-span-961 {
  color: #7bf7eb;
}

.image-59 {
  margin-left: 0px;
}

.form-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-64 {
  display: inline-block;
  margin-top: -106px;
  margin-left: 0px;
  padding: 20px;
  background-color: rgba(25, 69, 184, 0.91);
}

.text-span-96-passport {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #00f6ea;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

.image-60 {
  border-radius: 5px;
  background-color: #fff;
}

.text-field-13-access {
  width: 100%;
  height: auto;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #1d46c2;
  border-radius: 5px;
  background-color: #fff;
  font-family: Exo, sans-serif;
  line-height: 40px;
  font-weight: 400;
}

.text-field-13-acc-passy {
  width: 100%;
  height: auto;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #1d46c2;
  border-radius: 5px;
  background-color: #fff;
  font-family: Exo, sans-serif;
  line-height: 40px;
  font-weight: 400;
}

.submit-button-6-accessp {
  margin-top: 10px;
  padding: 20px;
  border-radius: 5px;
  background-color: #1aff00;
  color: #000;
  font-size: 16px;
}

.submit-button-6-accessp:hover {
  background-color: rgba(26, 255, 0, 0.69);
}

.paragraph-69 {
  margin: 10px 20px 20px;
  float: none;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.button-26 {
  margin-top: 40px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ff5f2f;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-26:hover {
  opacity: 0.69;
}

.paragraph-69-copy {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.image-61 {
  margin-left: 20px;
}

.div-block-65 {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: rgba(226, 251, 252, 0.62);
}

.bold-text-62 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  font-weight: 900;
  text-align: center;
}

.loan-section {
  height: 600px;
  background-image: url('../images/loans2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-span-962 {
  font-weight: 900;
}

.column-95 {
  background-color: rgba(226, 251, 252, 0.62);
}

.div-block-44-copy {
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
}

.bold-text-63 {
  font-size: 18px;
}

.text-span-963 {
  background-color: transparent;
}

.paragraph-70 {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 20px 20px 0px;
  background-color: rgba(226, 251, 252, 0.62);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.italic-text-19-copy {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-21-contact-copy {
  display: block;
  margin: 47px 100px 0px 60px;
  padding: 20px 20px 10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(242, 70, 2, 0.65);
  background-color: #f1f1f1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
}

.columns-58 {
  margin-top: 10px;
}

.italic-text-19-copy {
  color: #000;
  font-style: normal;
  font-weight: 700;
}

.italic-text-tiny {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.section-37 {
  padding-right: 20px;
  padding-left: 20px;
}

.section-38 {
  height: 200px;
  background-color: #fff;
  background-image: url('../images/bg-passport.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-39 {
  padding-top: 0px;
  padding-bottom: 60px;
}

.div-block-66 {
  margin-right: 40px;
  margin-left: 40px;
  background-color: #ddd;
}

.column-97 {
  height: 500px;
  background-color: #fff;
}

.paragraph-71 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.22);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.column-98 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #3156ee;
}

.heading-42 {
  padding-left: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.div-block-67 {
  padding: 10px 0px 10px 10px;
  background-color: transparent;
}

.italic-text-23 {
  font-family: 'Material design iconic font', sans-serif;
  color: #62ff00;
  font-style: normal;
}

.text-field-14 {
  width: 80%;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.text-field-15 {
  width: 80%;
  height: 60px;
  border: 1px solid #000;
}

.field-label-14 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.textarea-5 {
  width: 80%;
  height: 200%;
  padding-bottom: 60px;
  border: 1px solid #000;
}

.text-block-79 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}

.columns-59 {
  margin-top: 5px;
}

.heading-43 {
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.columns-60 {
  padding-left: 10px;
  background-color: #ececec;
}

.column-99 {
  background-color: rgba(204, 203, 203, 0.55);
}

.column-100 {
  padding-left: 10px;
  background-color: #dbdada;
}

.column-101 {
  border-style: solid;
  border-width: 1px;
  border-color: #2e52e2;
  background-color: #fff;
}

.heading-43-copy {
  margin-top: 0px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.column-102 {
  border-style: solid;
  border-width: 1px;
  border-color: #2e52e2;
}

.column-103 {
  border-style: solid;
  border-width: 1px;
  border-color: #2e52e2;
}

.column-104 {
  border-style: solid;
  border-width: 1px;
  border-color: #2e52e2;
}

.column-105 {
  border-style: solid;
  border-width: 1px;
  border-color: #2e52e2;
}

.column-info {
  margin-top: 0px;
}

.bold-text-64 {
  background-color: transparent;
  color: #3156ee;
}

.div-block-68 {
  height: auto;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: hsla(0, 0%, 86.7%, 0.16);
}

.div-block-68-copy {
  width: auto;
  height: auto;
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: rgba(219, 219, 219, 0.84);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.text-block-80 {
  width: 60%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #6ddd0b;
}

.text-block-81 {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
}

.text-span-964 {
  color: #3156ee;
  font-size: 16px;
  font-weight: 700;
}

.text-block-82 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.text-span-965 {
  display: block;
}

.text-span-966 {
  display: block;
  margin-bottom: 1px;
}

.text-span-967 {
  display: block;
}

.text-span-968 {
  display: block;
  line-height: 25px;
}

.text-block-83 {
  padding: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.bold-text-65 {
  color: #ff2727;
  font-size: 18px;
}

.columns-61 {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 991px) {
  .button-text {
    margin-left: -25px;
  }
  .image {
    margin-left: 13px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-text-effect {
    margin-top: 287px;
    padding-top: 15px;
    padding-right: 24px;
    padding-left: 0px;
    font-size: 18px;
  }
  .ps-content {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .heading-home {
    font-size: 35px;
  }
  .div-block {
    width: 90%;
  }
  .column-10 {
    padding-right: 0px;
  }
  .section-5 {
    display: block;
  }
  .text-block-3 {
    font-family: 'Material design iconic font', sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-align: right;
  }
  .nav-menu-2 {
    background-color: #ee5a2a;
  }
  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .columns-4 {
    display: block;
  }
  .section-6 {
    display: block;
  }
  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .menu-button {
    position: relative;
    float: none;
    text-align: right;
  }
  .dropdown {
    margin-right: 0px;
    float: right;
  }
  .dropdown-toggle-4 {
    padding-right: 400px;
  }
  .text-block-9 {
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 400;
  }
  .icon-3 {
    margin-right: 350px;
    font-family: Exo, sans-serif;
    color: #fff;
  }
  .mobile-drop {
    margin-top: -52px;
    margin-bottom: -2px;
    padding-bottom: 0px;
    float: right;
  }
  .text-block-10 {
    font-family: 'Material design iconic font', sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
  }
  .icon-4 {
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 300;
  }
  .mobile-menu {
    position: relative;
    top: 70px;
    display: block;
    margin-top: 3px;
    margin-right: 20px;
    margin-bottom: -16px;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
  }
  .mobile-menu.w--open {
    margin-top: 57px;
  }
  .drop-down-menu {
    background-color: #ae2b23;
    font-family: Exo, sans-serif;
    color: #fff;
    font-size: 12px;
  }
  .drop-down-menu:hover {
    opacity: 0.62;
  }
  .drop-down-menu.w--current {
    background-color: #ee5a2a;
    color: #fff;
  }
  .heading-2 {
    margin-right: 27px;
    margin-left: 24px;
    padding-right: 37px;
  }
  .slider-book {
    margin-right: 20px;
  }
  .columns-10 {
    display: block;
  }
  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .italic-text-2 {
    font-style: normal;
  }
  .section-11 {
    margin-top: 37px;
  }
  .sldie-wrapper {
    margin-left: 87px;
  }
  .div-block-4 {
    background-color: transparent;
    font-family: Exo, sans-serif;
    color: #fff;
    font-size: 12px;
  }
  .paragraph-11 {
    margin-top: 40px;
    padding: 10px;
  }
  .section-part-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-20 {
    clear: none;
  }
  .heading-s2 {
    margin-right: 10px;
    margin-left: 285px;
    padding-right: 18px;
    float: none;
    border-radius: 20px;
    background-color: rgba(242, 70, 2, 0.77);
    color: #fff9f7;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
  }
  .columns-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .youtube-2 {
    width: 100%;
    float: none;
  }
  .div-block-7 {
    width: 100%;
    height: 60%;
    float: none;
  }
  .column-25 {
    border-right-style: none;
  }
  .columns-19 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .columns-20 {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-13-a {
    display: none;
    margin-right: 10px;
    margin-left: -71px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tabs-3 {
    display: none;
  }
  .tabs-menu-3 {
    margin-top: 60px;
  }
  .section-18-copy {
    display: block;
    margin-top: 40px;
    margin-bottom: 500px;
  }
  .div-block-20 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .columns-23 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .contact-heading-course {
    margin-left: 0px;
  }
  .paragraph-29 {
    text-align: left;
  }
  .image-26 {
    margin-right: 40px;
    padding-right: 20px;
  }
  .column-38 {
    padding-right: 40px;
  }
  .image-30 {
    margin-top: -203px;
  }
  .text-span-44 {
    overflow: visible;
    height: 800px;
  }
  .column-2-contact {
    border-right-style: none;
  }
  .column-44 {
    padding-right: 0px;
    padding-left: 4px;
    border-right-style: none;
  }
  .column-45 {
    border-right-style: none;
  }
  .column-46 {
    border-right-style: none;
  }
  .paragraph-33 {
    margin-right: 10px;
  }
  .ps-content-home {
    margin-right: 20px;
    margin-left: 0px;
  }
  .dropdown-mobile-menu {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right-style: none;
  }
  .dropdown-mobile-menu:hover {
    background-color: #f24602;
  }
  .link-5-menu.w--current {
    background-color: transparent;
  }
  .dropdown-2 {
    display: block;
  }
  .bold-text-25 {
    font-family: 'Material design iconic font', sans-serif;
    font-size: 40px;
  }
  .text-block-45 {
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
  }
  .icon-10 {
    font-family: Exo, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
  }
  .dropdown-toggle-5 {
    display: block;
  }
  .dropdown-list-4 {
    display: block;
    width: 300px;
    background-color: #972b00;
  }
  .dropdown-link-4 {
    width: 100%;
    border-bottom: 1px solid #bd3703;
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 300;
  }
  .dropdown-link-4:hover {
    background-color: #201f1f;
  }
  .dropdown-link-5 {
    border-bottom: 1px solid #bd3703;
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 300;
  }
  .dropdown-link-5:hover {
    background-color: #2f2f2f;
  }
  .dropdown-link-6 {
    border-bottom: 1px solid #bd3703;
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 300;
  }
  .dropdown-link-6:hover {
    background-color: #2f2f2f;
  }
  .dropdown-link-7 {
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 300;
  }
  .dropdown-link-7:hover {
    background-color: #2f2f2f;
  }
  .dropdown-link-8 {
    border-bottom: 1px solid #bd3703;
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 300;
  }
  .dropdown-link-8:hover {
    background-color: #2f2f2f;
  }
  .dropdown-3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-toggle-6 {
    display: block;
    margin-left: 380px;
    border-style: none;
    border-width: 1px;
    border-color: #a6d2fc;
    text-align: left;
  }
  .text-block-46 {
    font-family: Exo, sans-serif;
    color: #234b7a;
    font-size: 16px;
    font-weight: 500;
  }
  .icon-11 {
    color: #29568e;
  }
  .dropdown-list-5 {
    background-color: #f24602;
  }
  .dropdown-list-5.w--open {
    background-color: #5895ff;
  }
  .mobile-link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(47, 0%, 100%, 0.27);
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 400;
  }
  .mobile-link:hover {
    border-bottom: 1px solid #ffb192;
    opacity: 0.3;
    color: #fff;
  }
  .mobile-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #86c440;
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 300;
  }
  .ps-contentlocation {
    margin-right: 20px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .text-span-54 {
    font-family: Oswald, sans-serif;
    color: #f24602;
    font-weight: 300;
  }
  .ps-content-email {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    direction: ltr;
    text-transform: none;
    white-space: normal;
  }
  .paragraph-35 {
    display: block;
    height: 390px;
    margin-right: 20px;
    margin-left: 17px;
  }
  .paragraph-36 {
    margin-left: 10px;
  }
  .paragraph-37 {
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #f24602;
    font-family: Exo, sans-serif;
    text-align: justify;
  }
  .text-span-55 {
    color: #f24602;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
  }
  .text-span-56 {
    color: #f24602;
    font-size: 18px;
    font-weight: 700;
  }
  .text-span-57 {
    border-bottom: 1px none #f24602;
    color: #f24602;
  }
  .text-span-58 {
    color: #f24602;
  }
  .text-span-59 {
    color: #f24602;
  }
  .text-span-60 {
    color: #f24602;
  }
  .heading-2-copy {
    margin-right: 27px;
    margin-left: 24px;
    padding-right: 37px;
  }
  .paragraph-38 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .text-block-48 {
    margin-left: 10px;
  }
  .column-50 {
    padding-right: 40px;
  }
  .heading-2-copy {
    margin-right: 27px;
    margin-left: 24px;
    padding-right: 37px;
  }
  .div-block-37 {
    height: 400px;
  }
  .paragraph-21-aap-invest {
    margin-right: 40px;
  }
  .text-block-50-wm {
    margin-top: 392px;
  }
  .text-block-50-lwp {
    margin-top: 540px;
  }
  .paragraph-21-contact {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-21-contact-b {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-47 {
    margin-left: 17px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-55 {
    padding-right: 40px;
    padding-left: 20px;
  }
  .paragraph-48 {
    margin-right: 67px;
    margin-left: 28px;
    padding-left: 20px;
  }
  .button-16 {
    margin-top: 0px;
    margin-right: 72px;
    margin-left: 32px;
  }
  .paragraph-49 {
    margin-top: 10px;
  }
  .heading-32 {
    margin-top: -111px;
    padding-top: 97px;
  }
  .button-17 {
    padding-left: 0px;
  }
  .paragraph-52 {
    margin-left: 19px;
  }
  .image-45 {
    margin-left: 13px;
  }
  .italic-text-18 {
    margin-top: 4px;
    margin-bottom: 56px;
  }
  .bold-text-38 {
    font-weight: 400;
  }
  .heading-32-copy {
    margin-top: -11px;
    padding-top: 97px;
  }
  .dropdown-link-9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Exo, sans-serif;
    color: #fff;
  }
  .dropdown-link-9.w--current {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.28);
  }
  .div-block-45 {
    margin-right: 10px;
    margin-left: -12px;
  }
  .html-embed-3 {
    margin-left: 4px;
  }
  .heading-32-copy {
    margin-top: -11px;
    padding-top: 97px;
  }
  .text-block-66 {
    margin-right: 5px;
  }
  .image-51 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .column-72 {
    padding: 10px 5px;
  }
  .paragraph-21-contact-copy {
    margin-right: 10px;
    margin-left: 10px;
  }
  .italic-text-16-copy {
    margin-right: 20px;
  }
  .column-75 {
    padding-right: 10px;
  }
  .bold-text-55 {
    line-height: 70px;
  }
  .paragraph-47-copy {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-51 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .submit-button-5 {
    border-radius: 4px;
    background-color: #4a8ef7;
  }
  .column-81 {
    background-color: #fcfcfc;
  }
  .text-field-13 {
    width: 80%;
  }
  .columns-53-client-pass {
    background-color: #3662d6;
  }
  .body-7 {
    background-color: #3662d6;
  }
  .paragraph-21-contact-copy {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .column {
    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;
  }
  .slide-text-effect {
    margin-top: 71px;
    padding-left: 41px;
  }
  .ps-content {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
  }
  .column-2 {
    padding-left: 5px;
  }
  .column-3 {
    padding-left: 0px;
  }
  .column-4 {
    padding-left: 0px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .text-block-3 {
    font-size: 16px;
    font-weight: 700;
  }
  .column-11 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-6 {
    height: auto;
  }
  .column-13 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-7 {
    margin-top: 0px;
    margin-bottom: 46px;
  }
  .contact-heading {
    margin-top: 10px;
  }
  .text-block-10 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mobile-menu {
    display: inline;
    margin-top: -70px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mobile-menu.w--open {
    margin-top: 54px;
    padding-top: 0px;
  }
  .drop-down-menu {
    background-color: #ae2b23;
    opacity: 1;
    font-family: Exo, sans-serif;
    color: #fff;
    font-size: 12px;
  }
  .drop-down-menu:hover {
    opacity: 0.64;
  }
  .drop-down-menu.w--current {
    background-color: #ee5a2a;
    color: #fff;
  }
  .heading-2 {
    margin-top: -22px;
    margin-left: -43px;
    font-size: 25px;
  }
  .heading-3 {
    margin-top: -22px;
    font-size: 25px;
  }
  .container-5 {
    display: block;
  }
  .slider-book {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .slide-nav-2 {
    margin-top: -26px;
    margin-bottom: -68px;
    padding-bottom: 0px;
  }
  .div-block-book {
    padding-bottom: 7px;
  }
  .section-11 {
    margin-top: 139px;
  }
  .section-12 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .sldie-wrapper {
    margin-left: 55px;
  }
  .div-block-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;
    background-color: transparent;
  }
  .column-19 {
    position: static;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-11 {
    width: 200px;
    margin-right: -5px;
    margin-left: -5px;
    padding-right: 8px;
    padding-left: 8px;
    font-family: Exo, sans-serif;
    color: #dfdfdf;
    font-size: 12px;
  }
  .columns-16 {
    display: block;
  }
  .div-block-6 {
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columns-17 {
    overflow: visible;
  }
  .heading-s2 {
    margin-top: 67px;
    margin-right: 26px;
    margin-left: 204px;
    padding-right: 0px;
    padding-left: 18px;
    font-size: 25px;
  }
  .heading-2s3 {
    margin-top: -22px;
    font-size: 25px;
  }
  .columns-18 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-12 {
    display: block;
  }
  .div-block-13 {
    width: 100%;
  }
  .heading-8 {
    margin-top: 31px;
    font-family: Exo, sans-serif;
    font-weight: 300;
  }
  .columns-21 {
    display: block;
    margin-left: 34px;
  }
  .section-18-copy {
    margin-bottom: 700px;
  }
  .heading-benefits-sub {
    line-height: 35px;
  }
  .contact-heading-course {
    margin-left: 0px;
  }
  .div-block-31 {
    display: block;
  }
  .div-block-34-a {
    background-color: #ce3a00;
  }
  .paragraph-18-a {
    background-color: transparent;
  }
  .image-26 {
    padding-right: 60px;
  }
  .button-13 {
    margin-bottom: 20px;
  }
  .image-30 {
    margin-top: -125px;
    margin-left: 66px;
  }
  .column-2-contact {
    padding-left: 5px;
  }
  .column-2-contact-2 {
    padding-left: 5px;
  }
  .column-43 {
    height: 100px;
  }
  .ps-content-home {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
  }
  .dropdown-mobile-menu {
    border-right-style: none;
    background-color: transparent;
  }
  .link-5-menu.w--current {
    background-color: transparent;
    font-weight: 300;
  }
  .text-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-list-4 {
    margin-left: -199px;
    padding-left: 0px;
  }
  .dropdown-toggle-6 {
    margin-left: 257px;
  }
  .mobile-link {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom-color: hsla(47, 0%, 100%, 0.26);
  }
  .mobile-link.w--current {
    border-bottom-color: #95bbfc;
  }
  .ps-contentlocation {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 60px;
  }
  .ps-content-email {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
  }
  .columns-36 {
    height: 400px;
  }
  .heading-2-copy {
    margin-top: -22px;
    margin-left: -43px;
    font-size: 25px;
  }
  .heading-2-copy {
    margin-top: -22px;
    margin-left: -43px;
    font-size: 25px;
  }
  .button-15 {
    margin-left: 31px;
  }
  .text-block-50-wm {
    margin-top: 530px;
  }
  .tab-link-tab-4 {
    margin-top: 7px;
  }
  .paragraph-47 {
    margin-right: 62px;
    margin-left: 0px;
    padding-left: 81px;
  }
  .div-block-39 {
    margin-right: -34px;
  }
  .paragraph-49 {
    margin-right: 201px;
    margin-left: 102px;
    padding-right: 0px;
  }
  .heading-32 {
    margin-left: 10px;
    padding-right: 170px;
    padding-left: 0px;
  }
  .column-57 {
    margin-bottom: 20px;
  }
  .column-58 {
    margin-bottom: 20px;
  }
  .column-59 {
    margin-bottom: 20px;
  }
  .column-60 {
    margin-bottom: 20px;
  }
  .column-61 {
    margin-bottom: 20px;
  }
  .paragraph-51 {
    margin-bottom: -20px;
  }
  .paragraph-52 {
    margin-top: 26px;
  }
  .tab-link-tab-2-4 {
    margin-top: 0px;
  }
  .text-block-60 {
    margin-top: 0px;
  }
  .tab-link-tab-3-4 {
    margin-left: 10px;
  }
  .heading-32-copy {
    margin-left: 93px;
    padding-right: 226px;
    padding-left: 0px;
  }
  .tab-link-tab-5.w--current {
    margin-top: 10px;
  }
  .dropdown-link-9 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.29);
  }
  .div-block-45 {
    margin-top: -44px;
    margin-left: 20px;
  }
  .heading-32-copy {
    margin-left: 93px;
    padding-right: 226px;
    padding-left: 0px;
  }
  .text-block-64 {
    display: none;
  }
  .bold-text-55 {
    margin-top: -108px;
    font-size: 52px;
    line-height: 60px;
  }
  .paragraph-47-copy {
    margin-right: 62px;
    margin-left: 0px;
    padding-left: 81px;
  }
  .div-block-51 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .paragraph-60 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .paragraph-62 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .column-82 {
    padding-bottom: 40px;
  }
  .column-85-copy {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section-3 {
    display: none;
  }
  .image {
    margin-right: 20px;
    margin-left: 15px;
    padding-right: 0px;
    float: right;
    text-align: right;
  }
  .column {
    margin-top: 56px;
  }
  .slide-text-effect {
    display: block;
    overflow: visible;
    padding-left: 16px;
  }
  .ps-content {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 41px;
    padding-left: 13px;
  }
  .columns-2 {
    margin-left: 20px;
  }
  .column-2 {
    padding-right: 5px;
    padding-left: 0px;
  }
  .heading-home {
    font-size: 25px;
  }
  .the-quiz {
    margin-right: 100px;
    margin-left: 10px;
    text-align: center;
  }
  .marquee-mark {
    margin-bottom: -70px;
  }
  .section-5 {
    width: auto;
    height: auto;
  }
  .section-7 {
    margin-top: 25px;
  }
  .section4-prota {
    display: inline;
  }
  .mobile-drop {
    right: -2px;
    width: 31%;
    margin-top: -2px;
    margin-right: 11px;
    padding-right: 4px;
  }
  .mobile-menu {
    top: 52px;
    right: 84px;
    bottom: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -29px;
    margin-right: 27px;
    margin-left: 25px;
    padding-left: 39px;
    float: left;
  }
  .mobile-menu.w--open {
    left: -87px;
    right: auto;
    margin: -42px 121px -15px -8px;
    padding: 11px 41px 8px 22px;
  }
  .drop-down-menu {
    width: 100%;
    margin-right: 21px;
    margin-left: 1px;
    padding-right: 17px;
    padding-left: 18px;
    float: none;
    background-color: rgba(255, 255, 255, 0);
    font-family: Exo, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
  }
  .drop-down-menu:hover {
    opacity: 0.44;
  }
  .drop-down-menu.w--current {
    width: 100%;
    background-color: #ee5a2a;
    color: #fff;
  }
  .dropdown-list-3 {
    width: 80%;
  }
  .dropdown-list-3.w--open {
    left: -99px;
    right: 22px;
    width: 300px;
    margin-top: 68px;
    margin-right: 0px;
    margin-left: -34px;
    padding-right: 0px;
    background-color: #ce3a00;
    opacity: 1;
  }
  .heading-2 {
    margin-right: 12px;
    margin-left: -167px;
    padding-right: 37px;
    background-color: rgba(242, 70, 2, 0.94);
    font-size: 16px;
    line-height: 22px;
  }
  .tabs {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tab-link-effect {
    margin-top: 10px;
  }
  .slider-book {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .mask {
    margin-bottom: 12px;
    padding-bottom: 0px;
  }
  .section-10 {
    margin-bottom: 0px;
  }
  .columns-9 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .italic-text-2 {
    display: inline;
    margin-right: -23px;
    padding-left: 13px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-11 {
    margin-top: -3px;
  }
  .testimonials-slide {
    height: 500px;
  }
  .slide-5 {
    height: 25%;
  }
  .div-block-4 {
    display: block;
    margin-left: -26px;
    background-color: transparent;
  }
  .paragraph-11 {
    width: 200px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 20px;
    font-family: Exo, sans-serif;
    color: #cacaca;
    font-size: 12px;
  }
  .columns-16 {
    display: block;
  }
  .section-part-logos {
    margin-top: 25px;
  }
  .column-21 {
    padding-left: 0px;
  }
  .heading-s2 {
    margin-left: 134px;
    font-size: 14px;
    line-height: 20px;
  }
  .prota-subtitle {
    margin-left: -21px;
    padding-left: 0px;
  }
  .prota-head-2 {
    margin-top: -75px;
    margin-left: 26px;
  }
  .columns-21 {
    display: block;
    margin-left: 0px;
  }
  .column-29 {
    display: block;
    padding-right: 0px;
  }
  .image-8 {
    margin-left: 0px;
  }
  .section-footer-gradientprota {
    display: inline;
  }
  .section-18-copy {
    margin-bottom: 900px;
  }
  .prota-subtitle-book {
    margin-left: -21px;
    padding-left: 0px;
  }
  .contact-heading-course {
    padding-left: 15px;
  }
  .tabs-6 {
    margin-right: 20px;
  }
  .paragraph-29 {
    margin-right: 0px;
    padding-right: 0px;
  }
  .heading-18 {
    line-height: 22px;
  }
  .slide-5-b {
    height: 25%;
  }
  .div-block-34-a {
    margin-right: -40px;
    margin-left: 0px;
  }
  .button-13 {
    margin-left: 0px;
  }
  .image-30 {
    margin-top: -66px;
    margin-left: 44px;
  }
  .column-2-contact {
    padding-right: 5px;
    padding-left: 0px;
  }
  .column-2-contact-2 {
    padding-right: 5px;
    padding-left: 0px;
  }
  .section-25 {
    margin-top:46px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #fff;
  }
  
  .section-25cy {
    margin-top: -60px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #fff;
  }
  
  .ps-content-home {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 41px;
    padding-left: 13px;
  }
  .image-34 {
    margin-right: 0px;
  }
  .text-block-43 {
    font-weight: 400;
  }
  .html-embed {
    width: 300px;
    height: 300px;
    margin-left: 260px;
  }
  .html-embed-2 {
    margin-right: -40px;
    margin-left: 0px;
  }
  .column-49 {
    padding-right: 0px;
    padding-left: 10px;
  }
  .dropdown-list-4 {
    width: 200px;
    margin-left: 0px;
  }
  .dropdown-3 {
    width: 100%;
  }
  .dropdown-toggle-6 {
    margin: 10px -217px 10px 30px;
  }
  .text-block-46 {
    text-align: right;
  }
  .dropdown-list-5.w--open {
    display: block;
    margin-left: 30px;
    background-color: #5895ff;
    color: #fff;
  }
  .mobile-link {
    font-family: Lato, sans-serif;
    color: #fff;
  }
  .mobile-link.w--current {
    width: 200px;
    background-color: #88c540;
    font-family: Lato, sans-serif;
  }
  .ps-contentlocation {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 41px;
    padding-left: 13px;
  }
  .ps-content-email {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 41px;
    padding-left: 13px;
  }
  .heading-2-copy {
    margin-right: 12px;
    margin-left: -167px;
    padding-right: 37px;
    background-color: rgba(242, 70, 2, 0.94);
    font-size: 16px;
    line-height: 22px;
  }
  .heading-2-copy {
    margin-right: 12px;
    margin-left: -167px;
    padding-right: 37px;
    background-color: rgba(242, 70, 2, 0.94);
    font-size: 16px;
    line-height: 22px;
  }
  .paragraph-21-aap-invest {
    margin-right: 14px;
    margin-left: 10px;
  }
  .text-block-50-ev {
    margin-top: 278px;
  }
  .tab-link-tab-1-6 {
    margin-top: 187px;
  }
  .right-arrow-3 {
    margin-right: 241px;
    margin-left: 17px;
  }
  .paragraph-47 {
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-48 {
    margin-right: 40px;
    margin-left: 20px;
  }
  .button-16 {
    margin-right: 102px;
    margin-left: 8px;
  }
  .paragraph-49 {
    margin-right: 20px;
  }
  .heading-32 {
    display: none;
    overflow: visible;
    margin-top: -49px;
    margin-left: 59px;
    line-height: 50px;
  }
  .heading-34 {
    padding-bottom: 100px;
  }
  .text-block-58 {
    margin-left: 20px;
    padding-right: 20px;
  }
  .image-47 {
    margin-left: -1px;
  }
  .tab-link-tab-2-4 {
    margin-top: 10px;
    padding-right: 40px;
  }
  .tab-link-tab-1-7 {
    margin-right: 10px;
  }
  .tabs-8 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .paragraph-54 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-link-tab-3-4 {
    margin-right: 10px;
  }
  .tab-link-tab-3-4.w--current {
    margin-bottom: 10px;
  }
  .heading-32-copy {
    overflow: visible;
    padding-right: 215px;
    padding-bottom: 160px;
  }
  .tab-link-tab-5 {
    margin-top: 10px;
    margin-right: 10px;
  }
  .text-span-89 {
    margin-top: -54px;
  }
  .bold-text-49 {
    overflow: hidden;
    padding-right: 0px;
  }
  .paragraph-42-copy {
    margin-right: 22px;
    margin-left: 20px;
  }
  .div-block-45 {
    margin-left: 14px;
  }
  .heading-36 {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
  }
  .columns-48 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-72 {
    padding-left: 0px;
  }
  .div-block-48 {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns-49 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-73 {
    padding-left: 0px;
  }
  .bold-text-55 {
    font-size: 18px;
  }
  .column-76 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-77 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-47-copy {
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .columns-51 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .heading-36-copy {
    margin-left: 10px;
  }
  .paragraph-58 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-79 {
    margin-top: 20px;
  }
  .column-80 {
    margin-top: 20px;
  }
  .paragraph-59 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-51 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .paragraph-60 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-61 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .bold-text-56-copy {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-62 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .heading-why {
    margin-right: 0px;
    margin-left: 10px;
  }
  .text-field-13 {
    width: 100%;
  }
  .column-93 {
    margin-top: 20px;
  }
  .columns-53-client-pass {
    margin-right: 20px;
    margin-left: 20px;
  }
  .paragraph-69 {
    text-align: left;
  }
  .button-26 {
    margin-bottom: 40px;
  }
  .button-26:hover {
    border: 1px solid #ff5f2f;
    background-color: hsla(0, 0%, 100%, 0.76);
    opacity: 1;
    color: #ff5f2f;
  }
  .loan-section {
    height: auto;
  }
  .div-block-44-copy {
    height: auto;
  }
  .column-96 {
    margin-top: 140px;
    background-color: #fff;
  }
  .bold-text-63 {
    text-align: left;
  }
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('../fonts/Material-Design-Iconic-Font.eot') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}