body {
  height: 100%;
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

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

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: #cf404d;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.section {
  background-color: #fafafa;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.call-to-action-section {
  color: #fff;
  background-color: #de3c4b;
  padding: 44px 40px;
}

.call-to-action-heading {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

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

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 6px 6px 6px #000;
  margin-bottom: 19px;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  display: block;
}

.hero-subheading {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #020202;
  background-color: rgba(0, 0, 0, 0);
  outline: 3px #fff;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  text-align: right;
  border-color: #fff;
  display: inline-block;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  text-align: center;
  background-color: #de3c4b;
  border-color: #cf404d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: inline-block;
}

.hollow-button.red:hover {
  color: #fdfdfd;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

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

.section-heading.centered {
  color: #b11116;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 500;
  text-decoration: underline;
}

.section-heading.centered.logos-without-title {
  color: #fff;
  background-color: rgba(245, 247, 250, 0);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  text-decoration: none;
}

.section-subheading.center {
  color: #4d4d4f;
  text-align: center;
  background-color: rgba(252, 252, 252, 0);
  border-radius: 10px;
  padding: 20px 40px;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section-subheading.center.picture {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_56363857.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  margin-top: 30px;
}

.section-subheading.center.picture.pic2 {
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .48)), url('../images/58bcb638-0ad8-4be3-8f18-142802b3c69e.png');
  background-position: 0 0, 50%;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field-email {
  min-height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 12px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field-email:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field-email.text-area {
  min-height: 110px;
  margin-left: 0;
}

.form-wrapper.squeezed {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-image: linear-gradient(#edeff2, #edeff2);
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #de3c4b;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  position: relative;
  top: 40%;
}

.left-navigation {
  width: 329px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #de3c4b;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.social-footer {
  text-align: center;
  background-color: #de3c4b;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.banner {
  height: 60%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/58bcb638-0ad8-4be3-8f18-142802b3c69e.png'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, cover, auto;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0;
}

.image {
  background-color: #de3c4b;
  padding-bottom: 4px;
}

.body {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  font-family: Oswald, sans-serif;
}

.heading {
  font-weight: 500;
}

.paragraph {
  font-family: Droid Sans, sans-serif;
}

.columns {
  align-items: center;
  display: flex;
}

.banner {
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/77c5def8-18c1-41c9-97b3-2db656af9de8.png'), url('../images/dabc66e7-b244-4d3d-80b6-eb7cce2e9337.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/58bcb638-0ad8-4be3-8f18-142802b3c69e.png');
  background-position: 50%, 50%, 0 0, 50% 35%;
  background-size: cover, cover, auto, cover;
  background-attachment: fixed, scroll, scroll, fixed;
  background-clip: border-box;
}

.banner-services {
  height: 50%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/Refinery1.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos-title-large {
  background-image: linear-gradient(#edeff2, #edeff2);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  opacity: 1;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  max-width: 750px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.banner-about-us {
  height: 50%;
  opacity: 1;
  background-color: rgba(0, 0, 0, .18);
  background-image: linear-gradient(rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/Refinery2.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  transition: opacity .2s;
}

.who-we-are {
  background-color: #fafafa;
  padding: 10px 100px 40px;
}

.grid {
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
}

.div-block {
  height: 50vh;
  background-color: #edeff2;
  margin-top: 50px;
}

.heading-2 {
  flex-direction: row;
  display: flex;
}

.columns-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column {
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3 {
  flex-direction: column;
  display: flex;
}

.paragraph-2 {
  display: flex;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.list-item {
  color: #4d4d4f;
  text-align: center;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.heading-3 {
  padding-top: 10px;
}

.image-3 {
  border-radius: 7px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  grid-template: "Area . Area-4 Area-5"
                 ". . . ."
                 "Area-3 . . ."
                 ". . . Area-2"
                 / 1fr 1fr 1fr 1fr;
}

.vision-mission {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
}

.div-block-3 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.our-story {
  height: auto;
  background-color: #fff;
  border-radius: 11px;
  display: flex;
}

.div-block-5 {
  padding: 60px 40px;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px 40px 40px;
  display: flex;
}

.columns-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: #fafafa;
  flex-direction: column;
  padding: 20px 40px 10px;
  display: flex;
}

.div-block-8 {
  border: 2px #b11116;
  border-radius: 7px;
  padding: 20px 10px;
}

.image-4 {
  border-radius: 9px;
}

.image-5 {
  max-width: none;
  border-radius: 9px;
  position: static;
}

.slider {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/FPG.jpeg');
  background-position: 0 0, 20%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Site-visit2.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: url('../images/PISB_2023-Courses-Banner.png'), linear-gradient(#bf3a30, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
}

.slide-4 {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/Site-visiti.jpg');
  background-position: 0 0, 20%;
  background-size: auto, cover;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 308px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  margin-top: 0;
}

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

.section-head.centered {
  color: #fcfcfc;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.columns-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-7 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.name-form {
  min-height: 45px;
  border-radius: 3px;
  margin-left: 0;
}

.columns-8 {
  margin-top: 40px;
}

.section-2 {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-4 {
  text-align: center;
  text-transform: capitalize;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-11 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .74);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-12 {
  text-align: left;
  padding-top: 10px;
  padding-left: 60px;
}

.section-3 {
  background-color: rgba(0, 0, 0, 0);
}

.heading-5 {
  font-size: 28px;
}

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

.heading-6 {
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-3 {
  letter-spacing: 1px;
  column-count: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.column-3 {
  border-left: 1px solid #3d3e3f;
}

.div-block-13 {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-contact {
  height: 50%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/ac5745b0-d13f-4f77-a25b-655cdd781f9d.png');
  background-position: 0 0, 0 35%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs {
  margin-top: 40px;
}

.tabs-menu {
  text-align: center;
  background-color: #de3c4b;
}

.tab-link {
  color: #fff;
  text-transform: uppercase;
  background-color: #de3c4b;
  margin-right: 0;
}

.tab-link:hover {
  color: #000;
  background-color: rgba(255, 255, 255, .5);
}

.tab-link.w--current {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .5);
  margin-right: 0;
}

.heading-7 {
  margin-top: 40px;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.image-6 {
  background-color: rgba(23, 20, 20, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51));
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.image-6.center {
  text-align: center;
  display: block;
}

.heading-8 {
  margin-top: 20px;
}

.paragraph-4 {
  text-align: justify;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 24px;
}

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

.tab-pane-heading.center {
  text-align: center;
  margin-top: 20px;
}

.div-block-15 {
  text-align: center;
}

.tabs-menu-2 {
  text-align: center;
  flex-direction: row;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-pane-tab-1-2 {
  width: 100%;
  background-color: #fff;
}

.column-4 {
  height: 35vh;
  background-image: url('../images/dabc66e7-b244-4d3d-80b6-eb7cce2e9337.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-10 {
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.job-description {
  text-align: justify;
  background-color: #fff;
  padding: 20px 20px 10px;
}

.job-description._2nd-para {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.tab-link-2 {
  background-color: #ddd;
}

.tab-link-2:hover {
  color: #fff;
  background-color: #de3c4b;
}

.tab-link-2.w--current {
  color: #fff;
  background-color: #de3c4b;
  border-radius: 0;
}

.paragraph-5 {
  margin-top: 20px;
}

.div-block-17 {
  margin-top: 30px;
  padding: 20px 40px 10px;
}

.section-4 {
  background-color: #de3c4b;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.div-block-18 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-19 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.column-6 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.founder-name {
  color: #fff;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-6 {
  color: #fff;
  text-align: justify;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 25px;
}

.column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.columns-11 {
  margin-bottom: 10px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

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

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #de3c4b;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  color: #fff;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.list, .list-2 {
  padding-bottom: 10px;
}

.div-block-21 {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.founder {
  border-radius: 20px;
}

.logos-without-title-2 {
  background-color: #fafafa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three-2 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.heading-9 {
  text-align: center;
  margin-top: 20px;
}

.image-7 {
  margin-top: 20px;
  display: block;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.tabs-content {
  display: flex;
}

.list-3 {
  padding-bottom: 10px;
}

.div-block-23, .div-block-24, .div-block-25 {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-26 {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.list-4, .list-5 {
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #de3c4b;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .section-heading.centered {
    color: #b11116;
  }

  .form-field-email {
    margin-left: 0;
  }

  .form-wrapper.squeezed {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 500px;
  }

  .column-remove-padding {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .image-2 {
    margin-bottom: 10px;
  }

  .container {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .who-we-are {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-head.centered {
    color: #fff;
  }

  .columns-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-6 {
    font-family: Droid Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .paragraph-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-7 {
    max-width: 728px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

  .align-right {
    text-align: center;
  }

  .hero-heading {
    font-size: 37px;
    line-height: 50px;
  }

  .hero-subheading {
    text-align: center;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-direction: column;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .who-we-are {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: "Area Area-4"
                   "Area-3 Area-2"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
  }

  .vision-mission {
    background-color: rgba(247, 247, 247, .77);
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .div-block-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-3 {
    background-image: url('../images/PISB_2023-Courses-Banner.png'), linear-gradient(#bf3a30, #fff);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: contain, auto;
    background-attachment: fixed, scroll;
  }

  .section-2 {
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-12 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-13 {
    text-align: center;
    margin-top: 20px;
  }

  .tab-link {
    margin-top: 0;
  }

  .paragraph-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-4 {
    margin-top: 10px;
  }

  .columns-10 {
    flex-direction: column;
  }

  .div-block-19, .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    text-align: center;
  }

  .column-7 {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-slider, .logos-without-title-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .hollow-button.white {
    text-align: center;
  }

  .section-subheading.center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .banner {
    height: 450px;
  }

  .columns {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .who-we-are {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

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

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

  .tabs-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tab-link {
    margin-bottom: 0;
  }

  .tab-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 9px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-4.w--current {
    margin-right: 20px;
  }

  .div-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18, .div-block-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .founder-name {
    text-align: center;
  }

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

  .container-6 {
    max-width: none;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-7 {
    max-width: none;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}


