.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: 400px;
  background-color: transparent;
  color: #000;
}

.navbar {
  margin-left: 40px;
  background-color: transparent;
  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 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  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: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 3px 0px;
  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 {
  margin-top: -80px;
  margin-bottom: 57px;
}

.section-4 {
  display: block;
  margin-top: 40px;
  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;
  justify-content: flex-end;
  border-style: none;
  border-width: 20px 5px 5px;
  border-color: #fcfcfc #ddd5d5 #ddd5d5;
  background-color: #fdba17;
  transition: transform 200ms ease-out;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 12px;
}

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

.columns-2 {
  display: block;
  width: auto;
  margin: 20px 60px 40px;
  padding-top: 0px;
  padding-right: 0px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-self: flex-start;
  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;
  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;
  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: flex;
  padding-bottom: 0px;
  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;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  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: #1e0b8b;
  box-shadow: 0 0 0 -8px #000;
}

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

.nav-link-4 {
  display: inline-block;
  margin-top: 10px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px 30px;
  float: none;
  border-right: 1px none hsla(0, 0%, 89.2%, 0.36);
  font-family: Exo, sans-serif;
  color: #020202;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-4:hover {
  opacity: 0.52;
}

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

.nav-link-4.w--current {
  margin-left: 2px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: #ffe100 #ffe100 #fff;
  border-radius: 0px;
  background-color: rgba(255, 225, 0, 0);
  color: #fdfdfd;
  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: 10px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px 30px;
  border-right: 1px none hsla(0, 0%, 100%, 0.27);
  background-color: #f2ba15;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

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

.container-3 {
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -211px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  justify-content: flex-start;
  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;
  margin-top: 5px;
  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;
  transform: translate3d(0px, 24px, 67px);
  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: #100550;
  text-align: center;
}

.columns-5 {
  margin-top: 23px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 40px;
  padding-left: 10px;
  background-color: #ffd2c4;
  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: flex;
  height: auto;
  margin-top: 4px;
  margin-bottom: 21px;
  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;
  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;
  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: flex;
  margin-top: 5px;
  margin-bottom: 0px;
  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/risk.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.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/shi.png');
  background-position: 50% 50%;
  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: flex;
  height: 150px;
  margin-top: 20px;
  margin-bottom: -2px;
  padding-bottom: 0px;
  justify-content: center;
  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;
  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: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  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;
  transition: 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;
  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: 196px;
  margin-bottom: -22px;
  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: flex;
  margin-top: 20px;
  margin-bottom: 100px;
  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;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex: 0 auto;
  text-align: left;
}

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

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

.section-14 {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  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: flex;
  margin-right: 60px;
  margin-bottom: 40px;
  margin-left: 60px;
  justify-content: center;
}

.section-15 {
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  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: flex;
  height: 400px;
  justify-content: center;
  background-color: transparent;
}

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

.columns-14 {
  display: flex;
  width: 80%;
  justify-content: center;
}

.column-18 {
  display: flex;
  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: flex;
  width: 80%;
  height: 300px;
  margin: 40px 110px 2px 135px;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
}

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

.slide-nav-3 {
  display: flex;
  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: flex;
  width: 80%;
  height: 80%;
  margin: 0px 42px 12px;
  justify-content: center;
}

.section-part-logos {
  display: flex;
  height: auto;
  margin-top: 0px;
  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: flex;
  height: auto;
  margin-bottom: 60px;
  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;
  justify-content: center;
  flex: 0 auto;
}

.column-20 {
  display: block;
  height: auto;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 140px;
  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 {
  display: flex;
  justify-content: center;
  background-color: #f2ba15;
}

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

.column-22 {
  display: block;
  justify-content: space-between;
  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: flex;
  width: 20%;
  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: flex;
  justify-content: center;
}

.column-24 {
  left: 3px;
  right: 3px;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
}

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

.italic-text-3 {
  display: block;
  margin-top: 30px;
  justify-content: 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: 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: flex;
  width: 80%;
  margin-right: 50px;
  margin-left: 50px;
  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;
  -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: flex;
  height: 420px;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
}

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

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

.div-block-11 {
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
  justify-content: center;
  align-self: flex-end;
  order: 0;
}

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

.div-block-13 {
  display: flex;
  width: 60%;
  justify-content: center;
}

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

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

.paragraph-15 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  clear: none;
  justify-content: flex-start;
  align-items: flex-start;
  -ms-grid-row-align: center;
  align-self: center;
  flex: 0 auto;
}

.column-28 {
  display: block;
  justify-content: center;
}

.div-block-14 {
  display: block;
  height: 100px;
  margin-top: 36px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 0px;
  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;
  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: flex;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  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: flex;
  margin-top: 40px;
  justify-content: center;
}

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

.tab-link-tab-1-2.w--current {
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  align-self: 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: flex;
  justify-content: center;
}

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

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

.tabs-menu-3 {
  display: flex;
  margin-top: -55px;
  justify-content: center;
}

.tabs-content-3 {
  display: block;
  justify-content: center;
}

.heading-9 {
  display: flex;
  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: flex;
  width: 200px;
  height: 200px;
  padding-right: 31px;
  padding-left: 31px;
  justify-content: 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: flex;
  width: 200px;
  height: 200px;
  margin-right: 40px;
  margin-left: 60px;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5a2a;
  border-radius: 50%;
  background-color: #ee5a2a;
}

.text-block-17 {
  display: flex;
  justify-content: 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: flex;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 31px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0f3dbb;
  border-radius: 0%;
  background-color: #fff;
  transition: opacity 200ms ease-out;
  color: #1e0b8b;
}

.about-subvission.w--current {
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 60px;
  margin-left: 60px;
  padding: 8px 0px 8px 30px;
  justify-content: 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 {
  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;
  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;
  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;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
}

.section-20 {
  display: flex;
  justify-content: center;
}

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

.section-21 {
  display: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  justify-content: center;
  background-color: rgba(40, 40, 40, 0.02);
  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;
  justify-content: center;
}

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

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

.left-arrow {
  display: flex;
  width: 4%;
  height: 12%;
  margin-left: 29px;
  justify-content: center;
  align-items: center;
  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: flex;
  margin-top: 14px;
  margin-right: -11px;
  margin-left: -11px;
  justify-content: 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: flex;
  width: 4%;
  height: 12%;
  margin-right: 36px;
  margin-left: 36px;
  justify-content: center;
  align-items: center;
  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;
  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: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  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: flex;
  justify-content: center;
}

.section-23 {
  display: flex;
  justify-content: center;
}

.div-block-15 {
  display: block;
  width: 50%;
  margin-top: 1px;
  justify-content: 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: flex;
  width: 100%;
  height: 100%;
  margin-bottom: -53px;
  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: flex;
  margin-top: 96px;
  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: flex;
  margin-top: 140px;
  margin-bottom: 0px;
  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: flex;
  height: 420px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 20px;
  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: flex;
  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: flex;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  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;
  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: flex;
  margin-top: 40px;
  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;
  justify-content: center;
  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;
  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;
  transition: transform 200ms ease-out;
}

.left-arrow-2:hover {
  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;
  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/euro.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3homeb {
  position: static;
  height: 500px;
  background-image: url('../images/abt-WT.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: flex;
  margin-top: 19px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}

.div-block-20 {
  display: flex;
  margin-top: -42px;
  padding-top: 40px;
  padding-bottom: 40px;
  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: flex;
}

.div-block-21 {
  display: block;
  justify-content: center;
}

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

.div-block-23 {
  display: block;
  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: flex;
  overflow: hidden;
  margin: 20px 20px -30px;
  justify-content: center;
}

.div-block-24 {
  display: block;
  flex-direction: column;
  justify-content: flex-start;
}

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

.div-block-25:hover {
  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;
  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: flex;
  height: 10%;
  margin-top: 10px;
  margin-right: 593.4px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  height: 10%;
  margin-top: 10px;
  margin-left: 676.4px;
  justify-content: 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: flex;
  margin-top: 140px;
  justify-content: center;
}

.icon-div {
  display: flex;
  margin-top: 140px;
  justify-content: center;
}

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

.italic-text-9 {
  display: flex;
  justify-content: 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: 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: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  justify-content: center;
  flex: 1;
}

.div-block-27 {
  display: flex;
  margin-bottom: 20px;
  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: #ffe100;
  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: flex;
  margin-left: 10px;
  justify-content: flex-start;
  font-family: Exo, sans-serif;
  color: #fdfdfd;
  font-weight: 700;
}

.field-label-7 {
  display: flex;
  margin-top: 39px;
  margin-bottom: 10px;
  margin-left: 10px;
  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: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  justify-content: center;
  flex: 1;
  background-color: #1e0b8b;
}

.div-block-28 {
  display: flex;
  justify-content: center;
}

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

.prota-title-book {
  display: block;
  margin: -20px 54px -1px;
  padding-top: 60px;
  padding-bottom: 0px;
  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;
  transition: 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;
  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: flex;
  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;
  transition: 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;
  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;
  transition: 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;
  transform: scale(1.1);
  color: #fff;
}

.div-block-32 {
  display: flex;
  margin-top: 40px;
  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: flex;
  margin-left: 40px;
  justify-content: flex-end;
  background-color: #f24602;
}

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

.div-block-34-a {
  display: flex;
  margin-left: 40px;
  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;
  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;
  justify-content: flex-end;
  background-color: #fddccf;
  text-align: left;
}

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

.div-block-35-e {
  display: block;
  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;
  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;
  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;
  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;
  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: inline-block;
  justify-content: center;
}

.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: flex;
  align-items: center;
}

.column-48 {
  display: flex;
  margin-top: 33px;
  justify-content: center;
  align-items: 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: 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: flex;
  margin-top: 220px;
  margin-bottom: 0px;
  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: auto;
}

.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: 270px;
}

.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: #0f3dbb;
}

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

.bold-text-33 {
  color: #f2ba15;
  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: 500px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.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: 75px 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: 346px;
  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: 218px;
  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: -66px;
  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: 392px;
  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: 47px 100px 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);
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  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: 293px 20px 40px 10px;
  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-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-left: 23px;
}

.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-right: 80px;
  padding: 20px;
  background-color: hsla(0, 0%, 65.1%, 0.11);
}

.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: 500px;
  padding-bottom: 20px;
  background-color: #282828;
  background-image: url('../images/shi.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
  color: #000;
}

.image-43 {
  margin-top: 294px;
}

.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: #f2ba14;
}

.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: #f2ba14;
}

.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 100px;
  padding: 21px 20px 40px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Exo, sans-serif;
  text-align: center;
}

.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: 218px;
}

.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-left: -32px;
  background-color: #fff;
  text-align: right;
}

.heading-31 {
  margin-top: 0px;
  margin-right: 95px;
  padding-top: 20px;
  padding-left: 86px;
  font-family: Exo, sans-serif;
  color: #f2ba15;
  font-size: 28px;
  font-weight: 300;
  text-align: right;
}

.paragraph-48 {
  margin-top: 34px;
  margin-right: 100px;
  margin-left: 60px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  color: #1e0b8b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.button-16 {
  margin-top: 20px;
  margin-right: 97px;
  margin-left: 79px;
  border-radius: 100px;
  background-color: #1e0b8b;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.div-block-39-copy {
  height: 550px;
  margin: 20px -42px 20px -32px;
  border-left: 1px solid #3e24d5;
  background-color: #fff;
  text-align: right;
}

.text-block-55 {
  margin-top: 34px;
  font-size: 12px;
}

.text-span-85-copy {
  font-family: Exo, sans-serif;
  color: #223dbb;
  font-size: 28px;
  font-weight: 400;
}

.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 {
  margin-top: 0px;
  margin-left: 121px;
  padding-top: 167px;
  padding-right: 0px;
  font-family: Exo, sans-serif;
  color: #f2ba14;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
}

.div-block-40 {
  height: 500px;
  background-color: rgba(0, 0, 0, 0.66);
  background-image: linear-gradient(86deg, #000, hsla(0, 0%, 100%, 0));
}

.div-block-41 {
  height: 500px;
  background-color: rgba(0, 0, 0, 0.69);
  background-image: linear-gradient(90deg, #000, hsla(0, 0%, 98.8%, 0.03) 100%, #fff);
}

.div-block-42 {
  height: 500px;
  background-color: rgba(0, 0, 0, 0.51);
  background-image: linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0));
}

.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: 550px;
  margin-top: 20px;
  margin-right: -42px;
  margin-left: -32px;
  border-left: 1px solid #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: #f2ba15;
}

.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: 40px;
  margin-right: 100px;
  border-radius: 0px;
}

.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 {
  color: #f2ba15;
}

.marquee {
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  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_1.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_1.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_1.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/contact-bgbg.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.heading-34 {
  padding-bottom: 118px;
  background-color: rgba(7, 1, 1, 0.48);
  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;
  padding-bottom: 40px;
  font-family: Exo, sans-serif;
  color: #f3f3f4;
  font-size: 12px;
  font-weight: 200;
}

.image-46 {
  margin-top: 40px;
  opacity: 0.42;
}

.textarea-3 {
  width: 98%;
  height: 100px;
  margin-left: 10px;
}

.section-wmg {
  display: block;
  height: auto;
  margin-top: 353px;
  margin-bottom: -22px;
  padding-top: 19px;
  padding-bottom: 10px;
  background-color: transparent;
  background-image: none;
}

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

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

.section-11-copy {
  display: block;
  height: auto;
  margin-top: -11px;
  margin-bottom: -22px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

@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: flex;
    padding-right: 0px;
    justify-content: flex-end;
    align-self: flex-end;
    order: 0;
  }

  .columns-4 {
    display: block;
  }

  .section-6 {
    display: block;
  }

  .column-13 {
    display: flex;
  }

  .section-7 {
    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: 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: 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: 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;
    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;
    flex: 0 auto;
  }

  .dropdown-toggle-6 {
    display: block;
    margin-left: 380px;
    text-align: left;
  }

  .text-block-46 {
    font-family: Exo, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }

  .icon-11 {
    color: #000;
  }

  .dropdown-list-5 {
    background-color: #f24602;
  }

  .dropdown-list-5.w--open {
    background-color: #f2ba15;
  }

  .mobile-link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0d05c;
    font-family: Exo, sans-serif;
    color: #000;
    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: #3c3b3b;
    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: 500px;
  }

  .text-block-50 {
    margin-top: 364px;
  }

  .paragraph-21-aap-invest {
    margin-right: 40px;
  }

  .text-block-50-wm {
    margin-top: 979px;
  }

  .text-block-50-lwp {
    margin-top: 540px;
  }

  .text-block-50-pb {
    margin-top: 745px;
  }

  .text-block-50-estate {
    margin-top: 205px;
  }

  .paragraph-21-contact {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-21-contact-b {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-43 {
    overflow: visible;
  }

  .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: -11px;
    padding-top: 97px;
  }

  .button-17 {
    padding-left: 0px;
  }

  .paragraph-52 {
    margin-left: 19px;
  }

  .image-45 {
    margin-left: 13px;
  }

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

  .section-wmg {
    margin-top: 37px;
  }

  .section-11-img {
    margin-top: 37px;
  }

  .section-11-lep {
    margin-top: 37px;
  }

  .section-11-copy {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .column {
    display: flex;
    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 {
    flex: 1;
  }

  .section-6 {
    height: auto;
  }

  .column-13 {
    justify-content: space-between;
    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;
    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: flex;
    justify-content: center;
    background-color: transparent;
  }

  .column-19 {
    position: static;
    display: block;
    justify-content: center;
    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;
    flex-direction: column;
    justify-content: center;
    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 {
    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: flex;
  }

  .dropdown-list-4 {
    margin-left: -199px;
    padding-left: 0px;
  }

  .dropdown-toggle-6 {
    margin-left: 257px;
  }

  .mobile-link {
    padding-top: 15px;
    padding-bottom: 10px;
  }

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

  .text-block-50 {
    margin-top: 507px;
  }

  .button-15 {
    margin-left: 31px;
  }

  .text-block-50-wm {
    margin-top: 1216px;
  }

  .text-block-50-lwp {
    margin-top: 620px;
  }

  .text-block-50-pb {
    margin-top: 907px;
  }

  .paragraph-about-us {
    margin-top: 36px;
  }

  .tabs-menu-7 {
    margin-top: 51px;
  }

  .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: 93px;
    padding-right: 226px;
    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;
  }

  .tabs-7 {
    margin-top: 1416px;
  }

  .section-wmg {
    margin-top: 139px;
  }

  .section-11-img {
    margin-top: 139px;
  }

  .section-11-lep {
    margin-top: 139px;
  }

  .section-11-copy {
    margin-top: 139px;
  }
}

@media screen and (max-width: 479px) {
  .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: 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;
    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;
  }

  .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 -61px 10px 0px;
  }

  .dropdown-list-5.w--open {
    display: block;
    margin-left: -94px;
  }

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

  .text-block-50 {
    margin-top: 1144px;
  }

  .paragraph-21-aap-invest {
    margin-top: 46px;
    margin-right: 14px;
    margin-left: 10px;
  }

  .text-block-50-wm {
    margin-top: 2298px;
  }

  .text-block-50-lwp {
    margin-top: 1348px;
  }

  .text-block-50-ev {
    margin-top: 278px;
  }

  .text-block-50-pb {
    margin-top: 1710px;
  }

  .text-block-50-estate {
    margin-top: 690px;
  }

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

  .tab-link-tab-2-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .right-arrow-3 {
    margin-right: 241px;
    margin-left: 17px;
  }

  .paragraph-47 {
    margin-right: 3px;
  }

  .paragraph-49 {
    margin-right: 20px;
  }

  .heading-34 {
    padding-bottom: 100px;
  }

  .text-block-58 {
    margin-left: 20px;
    padding-right: 20px;
  }

  .section-wmg {
    margin-top: -3px;
  }

  .section-11-img {
    margin-top: -3px;
  }

  .section-11-lep {
    margin-top: -3px;
  }

  .section-11-copy {
    margin-top: -3px;
  }
}

@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;
  font-display: auto;
}