.body {
  background-color: #fff;
  font-family: Catamaran, sans-serif;
  color: #5f5f5f;
  font-weight: 400;
}

.banner {
  position: relative;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
}

.footer {
  background-color: #006882;
}

.container {
  padding: 15px;
}

.navbar {
  background-color: #fff;
}

.brand {
  width: 100px;
}

.brand.w--current {
  width: 100px;
}

.nav-link {
  font-family: Catamaran, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.arch-nav-link {
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 10px 0px 5px;
  -webkit-transition: color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease;
  font-family: Catamaran, sans-serif;
  color: #006882;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.arch-nav-link:hover {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e56710;
  color: #e56710;
}

.arch-nav-link.w--current {
  margin-bottom: 5px;
  border-bottom: 2px solid #e56710;
  color: #e56710;
}

.slider {
  height: 475px;
}

.slide {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Banner-2---innovate-to-excel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Banner-2---innovate-to-excel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-3 {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-5 {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Banner-3-sustain.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Banner-3-sustain.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-2 {
  padding: 30px 15px;
  background-color: transparent;
}

.paragraph {
  margin-bottom: 70px;
  padding-right: 50px;
  padding-left: 50px;
  color: #505050;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.text-span {
  color: #006882;
  font-weight: 600;
}

.text-span-2 {
  color: #006882;
  font-weight: 600;
}

.text-span-3 {
  color: #e56710;
  font-weight: 600;
}

.text-span-4 {
  color: #9b0c76;
  font-weight: 600;
}

.text-span-5 {
  color: #3c8d01;
  font-weight: 600;
}

.text-span-6 {
  color: #006882;
  font-weight: 600;
}

.text-span-7 {
  color: #006882;
  font-weight: 600;
}

.div-block {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #006882;
  box-shadow: 0 0 7px 0 #c5c5c5;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.slider-div {
  margin-top: 30px;
  margin-bottom: 70px;
  background-color: #fff;
}

.slide-6 {
  width: 50%;
}

.slider-2 {
  height: auto;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.image {
  position: relative;
  display: block;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  width: 100%;
}

.information {
  display: block;
  margin-left: 20px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f1eff1;
  color: #fff;
}

.icn-img {
  position: absolute;
  margin-top: 180px;
  margin-bottom: 180px;
  margin-left: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #006882;
  font-size: 24px;
  line-height: 31px;
  font-style: normal;
  font-weight: 600;
}

.paragraph-2 {
  color: #006882;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link {
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block {
  float: right;
  color: #006882;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.text-block {
  display: inline-block;
  text-transform: uppercase;
}

.image-3 {
  margin-left: 10px;
}

.icn-img-left {
  position: absolute;
  margin-top: 180px;
  margin-bottom: 180px;
}

.icn-img-right {
  position: absolute;
  margin-top: 180px;
  margin-bottom: 180px;
  margin-left: 34px;
}

.green-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.service-div {
  margin-top: 30px;
  margin-bottom: 70px;
  color: #fff;
}

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

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

.pink {
  background-color: #9b0c76;
  color: #fff;
  text-decoration: none;
}

.orange {
  background-color: #e56710;
  color: #fff;
  text-decoration: none;
}

.green {
  background-color: #3c8d01;
  color: #fff;
  text-decoration: none;
}

.blue {
  background-color: #006882;
  color: #fff;
  text-decoration: none;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.seervice-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.service-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.image-4 {
  width: 100%;
  height: 100%;
}

.service-img {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-3 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
}

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

.stories {
  margin-top: 30px;
  margin-bottom: 70px;
}

.slider-3 {
  height: auto;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.pink-left-icon {
  position: absolute;
  margin-top: 160px;
  margin-bottom: 160px;
}

.pink-right-icon {
  margin-top: 160px;
  margin-right: 0px;
  margin-bottom: 160px;
  text-align: right;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stroy-img {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.story {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  width: 100%;
}

.heading-4 {
  margin-top: 0px;
  font-size: 28px;
  line-height: 35px;
}

.is-para {
  font-size: 16px;
  line-height: 23px;
}

.text-block-2 {
  display: inline-block;
  margin-right: 10px;
  color: #9b0c76;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

.link-block-2 {
  display: block;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.image-6 {
  display: inline-block;
}

.dual-heading {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-1 {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.second-heading {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-4 {
  position: relative;
  height: 180px;
  padding-right: 23px;
  padding-left: 23px;
  background-color: transparent;
}

.slider-5 {
  height: 200px;
  padding-right: 23px;
  padding-left: 23px;
  background-color: transparent;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: transparent;
}

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

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

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.arch {
  margin-right: 20px;
}

.join-us {
  margin-left: 20px;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  width: 140px;
}

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

.pink-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.white-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.white-block {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.contact-us {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.fb {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.twiteer {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.linkedin {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.youtube {
  width: 20px;
  height: 20px;
}

.social-icn {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.f-link {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.container-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cont-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-5 {
  margin-top: 30px;
}

.div-block-14 {
  display: inline-block;
}

.text-block-4 {
  display: inline-block;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.text-span-8 {
  padding-right: 2px;
  padding-left: 2px;
}

.text-block-5 {
  display: inline-block;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.div-block-15 {
  display: inline-block;
}

.text-block-6 {
  display: inline-block;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.div-block-16 {
  display: inline-block;
  width: 25px;
  margin-right: 0px;
}

.link-block-6 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
}

.div-block-17 {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-18 {
  position: absolute;
  margin: 55px 20px;
}

.arrow-left-icn {
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 50px;
  text-align: left;
}

.arrow-right-icon {
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 50px;
  text-align: right;
}

.div-block-19 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-7 {
  display: inline-block;
  color: #006882;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.link-2 {
  margin-top: 15px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #006882;
  font-weight: 500;
  text-decoration: none;
}

.orange-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-toggle {
  padding: 0px;
}

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

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

.dropdown-list.w--open {
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #fff;
}

.dropdown-toggle-2 {
  padding: 0px;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  margin-left: 15px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.process-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.process {
  margin-left: 10px;
  padding: 15px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f1eff1;
}

.pro-centent {
  margin-bottom: 20px;
  color: #5e5e5e;
  font-size: 17px;
  line-height: 24px;
  text-align: justify;
}

.body-2 {
  font-family: Catamaran, sans-serif;
}

.div-block-21 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 15px 0px;
  background-color: #f4ffeb;
}

.quality-column {
  display: block;
  height: 125px;
  min-height: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 12px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid transparent;
  text-align: justify;
}

.quality-img {
  width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.quality-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quality-title {
  margin-top: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-5 {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.container-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.row-2 {
  margin-top: 15px;
}

.row-3 {
  margin-top: 0px;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.dir-title {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 30px;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.container-5 {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  text-align: center;
}

.heading-5-orange {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #e56710;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  text-transform: uppercase;
}

.body-3 {
  font-family: Catamaran, sans-serif;
}

.director-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
}

.div-block-22 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-wrapper {
  position: relative;
  display: block;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-24 {
  height: 350px;
}

.profile-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 15px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.profille-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 450px;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 15px solid #d3f5ff;
  border-radius: 50%;
  background-color: #006882;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.column-3 {
  display: block;
}

.image-9 {
  width: 80%;
  height: 80%;
}

.heading-6 {
  margin-top: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 25px;
  font-weight: 500;
}

.paragraph-6 {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.div-block-25 {
  position: relative;
  text-align: center;
}

.div-block-26 {
  display: inline-block;
}

.div-block-27 {
  display: inline-block;
}

.directior-social {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-28 {
  position: absolute;
  left: 36%;
  top: 15px;
  right: 0px;
  width: 100px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider-line {
  position: absolute;
  left: 60px;
  top: 30px;
  right: 0px;
  width: 240px;
  height: 2px;
  background-color: #d4f4ff;
}

.div-block-29 {
  display: block;
  margin: 45px 40px;
  text-align: center;
}

.heading-5-blue {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #006882;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-31 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-32 {
  width: 350px;
  height: 350px;
}

.ceo-img {
  width: 200px;
  height: 200px;
  border: 10px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/Sonkee.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ceo-info {
  display: block;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.heading-7 {
  display: inline-block;
  margin-top: 0px;
  color: #e56710;
  font-weight: 600;
  text-align: left;
}

.div-block-33 {
  display: inline-block;
}

.social-media {
  display: none;
  margin-left: 20px;
}

.paragraph-7 {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.heading-5-pink {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #9b0c76;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-34 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.expert-slide {
  padding-right: 15px;
  padding-left: 15px;
}

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

.icon-2 {
  color: #e56710;
}

.icon-3 {
  color: #e56710;
}

.expert-img {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 7px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/IA-Vohra.jpg');
  background-position: 0px 0px;
  background-size: 204px;
}

.heading-8 {
  color: #9b0c76;
  font-weight: 600;
  text-align: center;
}

.heading-8-copy {
  color: #9b0c76;
  font-weight: 600;
  text-align: center;
}

.expert-name {
  color: #9b0c76;
  font-weight: 600;
  text-align: center;
}

.div-block-35 {
  position: relative;
  text-align: center;
}

.small-divider {
  position: absolute;
  left: 14px;
  top: 20px;
  right: 0px;
  display: block;
  width: 110px;
  height: 1px;
  margin: 10px auto;
  background-color: #ddd;
  text-align: center;
}

.expert-info {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph-8 {
  color: #5f5f5f;
  line-height: 21px;
  text-align: center;
}

.container-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 70px;
}

.div-block-37 {
  margin-right: 0px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f1eff1;
}

.div-block-38 {
  display: block;
  margin-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.edu-para {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}

.body-4 {
  font-family: Catamaran, sans-serif;
}

.edu-heading-blue {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.edu-div {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.paragraph-9 {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.list-item {
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-item-2 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.edu-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.unordered-list {
  padding-left: 20px;
  text-align: left;
}

.div-block-39 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.edu-div-inline {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 40px;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.edu-heading-orange {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #3c8d01;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-40 {
  margin: 20px 30px 0px;
  padding: 10px 30px;
  border: 2px solid #ddd;
  text-align: center;
}

.paragraph-10 {
  display: block;
  margin-bottom: 10px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.div-block-41 {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.cs-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.edu-cs-profile {
  width: 120px;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-43 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-45 {
  position: absolute;
  left: 100px;
  bottom: -350px;
}

.banner-tagline {
  font-family: Catamaran, sans-serif;
  color: #fff;
  font-size: 38px;
  font-style: italic;
  font-weight: 200;
}

.edu-tagline {
  font-family: Catamaran, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-style: italic;
  font-weight: 400;
}

.text.hide {
  display: none;
}

.heading-9 {
  color: #5f5f5f;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
}

.cs-para {
  margin-bottom: 20px;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 22px;
}

.div-block-46 {
  margin-top: 15px;
  margin-right: 15px;
  float: none;
  text-align: right;
}

.collapse-bars {
  margin: 30px 30px 70px;
}

.accordion-vertical {
  display: block;
  margin-bottom: 10px;
}

.accord {
  display: block;
  width: 100%;
  padding: 7px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e2e2e2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #5f5f5f;
  text-align: center;
  cursor: pointer;
}

.accord:hover {
  background-color: #3c8d01;
  color: #fff;
}

.accord:focus {
  background-color: #3c8d01;
  color: #fff;
}

.accord.highlight {
  background-color: #3c8d01;
  color: #fff;
}

.accord.active {
  background-color: #3c8d01;
  color: #fff;
}

.text-block-8 {
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.plus {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
}

.minus {
  display: none;
  float: right;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
}

.panel {
  overflow: hidden;
  height: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e1e1e1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.project-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.project-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-content {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.project-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4ffeb;
}

.overview-div {
  display: block;
  height: 80px;
  margin-right: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  text-align: center;
}

.heading-10 {
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #3c8d01;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-47 {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.text-block-9 {
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
}

.project-detail {
  overflow: auto;
  height: 280px;
  padding: 15px;
  background-color: #fff;
}

.project-detail.scrollbar {
  height: 250px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-11 {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}

.slider-7 {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.div-block-48 {
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
}

.paragraph-12 {
  display: inline-block;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.closing {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  font-family: 'Fjalla One', sans-serif;
  color: #006882;
  font-size: 25px;
  line-height: 32px;
}

.opening {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: 'Fjalla One', sans-serif;
  color: #006882;
  font-size: 25px;
  line-height: 32px;
}

.div-block-49 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.endo-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
}

.image-11 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

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

.heading-11 {
  color: #006882;
  font-weight: 500;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  color: #5f5f5f;
  line-height: 21px;
}

.div-block-52 {
  width: 300px;
  height: 300px;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.project-detail-research {
  overflow: auto;
  height: 420px;
  padding: 15px;
  background-color: #fff;
}

.project-detail-research.scrollbar {
  height: 340px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
}

.project-detail-resarch {
  overflow: auto;
  height: 280px;
  padding: 15px;
  background-color: #fff;
}

.project-detail-resarch.scrollbar {
  margin-top: 15px;
  padding-top: 0px;
}

.unordered-list-2 {
  padding-left: 30px;
}

.research-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.body-5 {
  font-family: Catamaran, sans-serif;
}

.div-block-53 {
  margin-bottom: 40px;
}

.slide-nav {
  font-size: 10px;
  line-height: 17px;
}

.read-more-panel {
  overflow: hidden;
  height: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-color: #fff;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.skill-para {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}

.body-6 {
  font-family: Catamaran, sans-serif;
}

.skill-div-block {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 0px;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.link-block--less {
  display: none;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #9b0c76;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.down-arrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.volunteering-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.text-span-9 {
  color: #006882;
  font-style: italic;
}

.text-span-10 {
  color: #006882;
}

.tab-link {
  background-color: transparent;
}

.tab-link.w--current {
  padding: 0px;
  background-color: #fff;
}

.case-study-tab {
  height: 130px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px;
  background-color: #fff;
}

.case-study-tab.w--current {
  padding: 0px;
  border: 5px solid #fff;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.case-study-tab.w--current:hover {
  box-shadow: 0 1px 11px 0 #000;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-content {
  width: 80%;
}

.text-span-11 {
  color: #006882;
}

.text-span-12 {
  color: #006882;
}

.text-span-13 {
  color: #006882;
}

.text-span-14 {
  color: #006882;
}

.text-span-15 {
  color: #006882;
}

.text-span-16 {
  color: #006882;
}

.text-span-17 {
  color: #006882;
}

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

.text-span-20 {
  color: #006882;
}

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

.text-span-22 {
  color: #006882;
}

.body-7 {
  font-family: Catamaran, sans-serif;
}

.div-block-54 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.skill-row {
  margin-bottom: 15px;
}

.skill-column {
  padding-right: 12px;
  padding-left: 12px;
}

.done {
  height: 110px;
  border: 2px solid silver;
}

.done-para {
  margin-bottom: 0px;
  padding: 15px;
  color: #5f5f5f;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

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

.skill-project-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.skill-overview-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  margin-right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-span-24 {
  text-decoration: underline;
}

.skill-list {
  margin-bottom: 10px;
}

.container-7 {
  position: relative;
  display: block;
}

.slide-nav-2 {
  font-size: 10px;
  line-height: 17px;
  font-weight: 300;
}

.about-banner {
  position: relative;
  height: 600px;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/About_Banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/About_Banner.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-8 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-text {
  position: absolute;
  top: 120px;
}

.paragraph-13 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.text-span-25 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
}

.paragraph-14 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.text-span-26 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 28px;
  line-height: 62px;
  text-transform: uppercase;
}

.mission {
  position: absolute;
  top: 300px;
}

.eduction-banner {
  height: 475px;
  background-image: url('../images/Edu-Banner_1.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  background-image: url('../images/Edu-Banner_1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  background-position: 100% 0px, 0px 0px;
  background-size: cover, auto;
}

.edu-text {
  font-family: Catamaran, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-style: normal;
  font-weight: 400;
}

.edu-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block--less-edu {
  display: none;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
  background-color: #9b0c76;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.research-banner {
  position: relative;
  height: 475px;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---Research.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---Research.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.research-intro {
  margin-left: 0px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.research-introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 70px;
}

.volunteer-banner {
  position: relative;
  height: 475px;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---volunteering.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---volunteering.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.volunteering-intro {
  display: block;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.volunteer-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 70px;
}

.skill-banner {
  position: relative;
  height: 475px;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---skill-building.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---skill-building.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.skill-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 70px;
}

.skill-case-img {
  border-radius: 5px;
}

.overview-div--skill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.skill-video {
  margin-top: 20px;
  background-color: #969696;
  text-align: center;
}

.div-block-55 {
  margin-top: 20px;
}

.project-detail-skill {
  overflow: auto;
  height: 280px;
  padding: 15px;
  background-color: #fff;
}

.project-detail-skill.scrollbar {
  height: 260px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.project-info-research {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-14 {
  width: 100px;
  height: 100px;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-info {
  width: 30%;
}

.form {
  width: 70%;
}

.map {
  height: 250px;
  margin-top: 20px;
  margin-bottom: 70px;
}

.map-2 {
  height: 250px;
}

.div-block-57 {
  display: inline-block;
}

.cont-icn {
  display: inline-block;
  width: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-58 {
  display: inline-block;
  margin-left: 10px;
}

.body-8 {
  font-family: Catamaran, sans-serif;
}

.heading-12 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #006882;
  font-size: 16px;
  line-height: 23px;
}

.paragraph-15 {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 25px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  color: #006882;
}

.contact-field {
  color: #006882;
}

.row-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit-button {
  margin-top: 20px;
  border-radius: 5px;
  background-color: #006882;
  font-weight: 700;
  text-transform: uppercase;
}

.container-9 {
  margin-bottom: 70px;
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
}

.div-block-61 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e56710;
}

.div-block-62 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #9b0c76;
}

.volunteer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e56710;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #9b0c76;
}

.title-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-block {
  display: block;
  margin-left: 15px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading-13 {
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.icon-block {
  width: 80px;
  height: 80px;
}

.form-2 {
  display: block;
  text-align: center;
}

.submit-button-2 {
  margin-top: 15px;
  border: 4px solid #fff;
  background-color: transparent;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.field-label-2 {
  text-align: left;
}

.field-label-3 {
  text-align: left;
}

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

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

.home-form-lable {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.video-slider {
  height: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.icon-4 {
  color: #e56710;
}

.icon-5 {
  color: #e56710;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  width: 460px;
  padding: 15px;
  border-radius: 5px;
}

.heading-14 {
  margin-top: 10px;
  color: #e56710;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}

.div-block-65 {
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
}

.paragraph-17 {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 23px;
}

.slide-nav-3 {
  color: #5f5f5f;
  font-size: 12px;
}

.heading-15 {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 23px;
}

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

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

.div-block-67 {
  margin-right: 100px;
  margin-left: 100px;
  text-align: center;
}

.client-title {
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #006882;
  box-shadow: 0 0 7px 0 #c5c5c5;
  text-align: center;
}

.video-slide-show {
  height: 430px;
  background-color: transparent;
}

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

.slide-nav-4 {
  font-size: 10px;
  line-height: 17px;
}

.endorsment-para {
  margin-right: 100px;
  margin-left: 100px;
  text-align: center;
}

.row-one {
  margin-top: 0px;
}

.section {
  background-color: #3c8d01;
}

.container-mobile {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.pro-img-size {
  height: 350px;
}

.div-block-70 {
  display: block;
  width: 450px;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dir-img {
  display: block;
  width: 250px;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: url('../images/Nishant.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-div-outreach {
  display: block;
  height: 80px;
  margin-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  text-align: center;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.expert-img-2 {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 7px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/Hannyben.jpeg');
  background-position: 56% 50%;
  background-size: 512px;
  background-repeat: no-repeat;
}

.expert-img-3 {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 7px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/jignesh-patel.jpg');
  background-position: 50% 0px;
  background-size: 256px;
}

.expert-img-4 {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 7px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/Kalpana.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.expert-img-5 {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 7px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/Anjali.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-front-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 15px solid #f0f0f0;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.profile-front-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 15px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/Nishant.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.involved-banner {
  height: 475px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/Get-Involved_1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Get-Involved_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-10 {
  margin-bottom: 70px;
  padding-right: 15px;
  padding-left: 15px;
}

.involved-div {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: #f4ffeb;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.div-block-72 {
  margin-bottom: 15px;
  text-align: center;
}

.involved-div-1 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: #e56710;
  box-shadow: 0 0 7px 0 #c5c5c5;
  color: #fff;
}

.involved-div-2 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: #9b0c76;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.involved-div-3 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: #3c8d01;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.edu-div-1 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 50px;
  background-color: #006882;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.edu-heading-white {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.edu-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #006882;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.involved-para {
  margin-bottom: 20px;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.slide-nav-5 {
  font-size: 10px;
  line-height: 17px;
}

.text-span-27 {
  color: #006882;
}

.text-span-28 {
  color: #006882;
  text-decoration: none;
}

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

.container-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}

.div-block-74 {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e56710;
}

.div-block-75 {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #9b0c76;
}

.dir-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dir-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dir-1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dir-2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dir-name-title {
  display: inline-block;
  margin-top: 0px;
  color: #006882;
  font-weight: 600;
  text-align: left;
}

.dir-1-profile {
  width: 200px;
  height: 200px;
  border: 10px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/Nishant.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dir-2-profile {
  width: 200px;
  height: 200px;
  border: 10px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/PAresha.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fdir-info {
  display: block;
  margin-top: 15px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.div-block-skill-banner {
  position: absolute;
  right: -30px;
  bottom: -350px;
}

.div-block-get-involved {
  position: absolute;
  left: 250px;
  bottom: -80px;
}

.edu-text--involved {
  font-family: Catamaran, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-style: normal;
  font-weight: 400;
}

.team-banner {
  height: 475px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Team.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Team.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-nav-6 {
  font-size: 10px;
  line-height: 17px;
}

.slide-nav-7 {
  font-size: 10px;
  line-height: 17px;
}

.ordered-list {
  color: #5f5f5f;
}

.brand-logo-lt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: transparent;
}

.career-banner {
  height: 475px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/photo-1504670073073-6123e39e0754.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/photo-1504670073073-6123e39e0754.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-babber {
  position: relative;
  display: none;
}

.body-9 {
  font-family: Catamaran, sans-serif;
}

.heading-16 {
  color: #9b0c76;
}

.div-block-76 {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-17 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #9b0c76;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.text-block-11 {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.heading-local {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #e56710;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.headind-time {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Catamaran, sans-serif;
  color: #3c8d01;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.career-heading-orange {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #006882;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.job-descri {
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-78 {
  display: none;
}

.div-block-79 {
  text-align: left;
}

.div-block-80 {
  text-align: left;
}

.job-descri-heading-orange {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #006882;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.job-descri-2-heading-orange {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #006882;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.job-descri-list {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
}

.career-heading-green {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #3c8d01;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.unordered-list-3 {
  text-align: left;
}

.link-4 {
  color: #006882;
  font-weight: 500;
  text-decoration: none;
}

.container-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-81 {
  display: none;
  margin-bottom: 40px;
}

.carrer-div-inline {
  position: absolute;
  top: -40px;
  right: 40%;
  z-index: 1280;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 40px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 #c5c5c5;
}

.apply-heading-green {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #3c8d01;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.apply-div {
  position: relative;
  width: 70%;
  height: auto;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #f4ffeb;
}

.div-block-82 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.apply-text {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.career-icn {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
  font-size: 18px;
  line-height: 25px;
}

.creer-about {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px 30px;
  border: 2px solid #ddd;
  text-align: center;
}

.div-block-83 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.job-profile {
  display: block;
  width: 72%;
  padding: 7px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e2e2e2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #5f5f5f;
  text-align: left;
  cursor: pointer;
}

.job-profile.highlight {
  background-color: #3c8d01;
  color: #fff;
}

.job-profile.active {
  background-color: #3c8d01;
  color: #fff;
}

.div-block-85 {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 35px;
}

.job-profile-title {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}

.section-3 {
  cursor: pointer;
}

.text-span-30 {
  color: #f00909;
}

.text-span-31 {
  color: green;
}

@media (max-width: 991px) {
  .banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Edu-Banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Edu-Banner.jpg');
    background-position: 0px 0px, 100% 0px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .arch-nav-link {
    margin-left: 15px;
  }
  .icon {
    color: #e56710;
    font-size: 30px;
    line-height: 37px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .slider {
    height: 450px;
  }
  .paragraph {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slider-div {
    margin-bottom: 0px;
  }
  .slider-2 {
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .image {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .information {
    margin-top: 15px;
    margin-left: 0px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icn-img-left {
    margin-top: 350px;
    margin-bottom: 350px;
  }
  .icn-img-right {
    position: absolute;
    margin-top: 350px;
    margin-bottom: 350px;
  }
  .right-arrow {
    position: absolute;
  }
  .service-description {
    height: 160px;
  }
  .row {
    padding-right: 10px;
    padding-left: 8px;
  }
  .slider-3 {
    height: auto;
  }
  .dual-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-4 {
    height: auto;
  }
  .slider-5 {
    height: auto;
  }
  .div-block-6 {
    margin-top: 0px;
  }
  .arch {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .join-us {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .f-link {
    font-size: 19px;
    line-height: 26px;
  }
  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .address {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .link-block-5 {
    margin-top: 0px;
  }
  .text-block-4 {
    padding-left: 10px;
  }
  .link-block-6 {
    margin-bottom: 15px;
  }
  .arrow-left-icn {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .arrow-right-icon {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .div-block-20 {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .process-img {
    margin-bottom: 20px;
  }
  .process {
    margin-left: 0px;
  }
  .quality-column {
    height: 200px;
  }
  .quality {
    height: 100%;
  }
  .expert-slide {
    width: 100%;
  }
  .slider-6 {
    height: 520px;
  }
  .div-block-38 {
    margin-left: 20px;
  }
  .div-block-40 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-45 {
    left: 40px;
    bottom: -400px;
  }
  .collapse-bars {
    margin-right: 15px;
    margin-left: 15px;
  }
  .project-overview {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .overview-div {
    width: 104px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-47 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .project-detail.scrollbar {
    height: 240px;
  }
  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-detail-research.scrollbar {
    height: 260px;
  }
  .project-detail-resarch.scrollbar {
    height: 260px;
  }
  .research-img {
    margin-left: 20px;
  }
  .volunteering-img {
    margin-left: 20px;
  }
  .tabs-menu {
    width: 45%;
    text-align: left;
  }
  .done {
    height: 130px;
  }
  .skill-overview-div {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/About_Banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/About_Banner.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .banner-text {
    top: 70px;
  }
  .mission {
    top: 250px;
  }
  .edu-tabs-menu {
    width: 45%;
    text-align: left;
  }
  .research-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---Research.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---Research.jpg');
    background-position: 0px 0px, 0px 50%;
  }
  .volunteer-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---volunteering.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---volunteering.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .volunteering-intro {
    margin-left: 20px;
  }
  .skill-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---skill-building.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---skill-building.jpg');
    background-position: 0px 0px, 100% 0px;
  }
  .overview-div--skill {
    width: 104px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-detail-skill.scrollbar {
    height: 240px;
  }
  .contact-info {
    width: 35%;
  }
  .form {
    width: 65%;
  }
  .div-block-60 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-div {
    padding: 25px;
  }
  .title-icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .info-block {
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .icon-block {
    width: 80px;
    height: 80px;
  }
  .endorsment-para {
    margin-right: 0px;
    margin-left: 0px;
  }
  .overview-div-outreach {
    width: 104px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .involved-banner {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Get-Involved.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Get-Involved.jpg');
    background-position: 0px 0px, 0px 50%;
  }
  .div-block-skill-banner {
    left: 200px;
    right: 0px;
    bottom: -400px;
  }
  .div-block-get-involved {
    left: 100px;
    bottom: -100px;
  }
  .team-banner {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/Team_1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Team_1.jpg');
    background-position: 0px 0px, 33% 50%;
  }
  .career-banner {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Get-Involved.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Get-Involved.jpg');
    background-position: 0px 0px, 0px 50%;
  }
  .carrer-div-inline {
    right: 35%;
  }
  .apply-div {
    width: 70%;
  }
  .creer-about {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Edu-Banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Edu-Banner.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }
  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-2 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .icn-img-left {
    margin-top: 300px;
    margin-bottom: 300px;
  }
  .icn-img-right {
    margin-top: 300px;
    margin-bottom: 300px;
  }
  .seervice-img {
    height: 250px;
  }
  .service-description {
    height: 220px;
  }
  .service-title {
    height: 50px;
  }
  .row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pink-left-icon {
    margin-top: 250px;
    margin-bottom: 250px;
  }
  .pink-right-icon {
    margin-top: 250px;
    margin-bottom: 250px;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stroy-img {
    margin-top: 10px;
    margin-left: 0px;
  }
  .story {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .dual-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-5 {
    height: 170px;
  }
  .div-block-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-logo {
    height: 120px;
  }
  .f-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .arch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .join-us {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact-us {
    margin-right: 0px;
    margin-left: 0px;
  }
  .arrow-right-icon {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .process {
    margin-left: 0px;
  }
  .quality-column {
    height: 100px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .quality {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row-3 {
    margin-top: 0px;
  }
  .director-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profille-back {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .div-block-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ceo-info {
    margin-top: 15px;
    margin-left: 0px;
  }
  .expert-slide {
    width: 100%;
  }
  .slider-6 {
    height: auto;
  }
  .div-block-36 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-38 {
    margin-left: 0px;
  }
  .cs-img {
    margin-right: 20px;
  }
  .edu-cs-profile {
    width: 100px;
    height: 100px;
    margin-left: 0px;
  }
  .div-block-45 {
    left: 95px;
    bottom: -430px;
  }
  .collapse-bars {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block-8 {
    width: 480px;
  }
  .project-info {
    height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-img {
    margin-left: 0px;
  }
  .overview-div {
    width: 130px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-47 {
    margin-left: 0px;
  }
  .project-detail.scrollbar {
    height: 200px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .project-detail-research.scrollbar {
    height: 280px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .project-detail-resarch.scrollbar {
    height: 200px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .research-img {
    margin-left: 0px;
  }
  .volunteering-img {
    margin-left: 0px;
  }
  .case-study-tab {
    width: 110px;
    height: 110px;
  }
  .case-study-tab.w--current {
    width: 110px;
    height: 110px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs-content {
    width: 100%;
  }
  .skill-row {
    margin-bottom: 0px;
  }
  .skill-column {
    margin-bottom: 15px;
  }
  .done {
    height: 110px;
  }
  .skill-project-info {
    height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .skill-overview-div {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/About_Banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/About_Banner.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .banner-text {
    left: 20px;
  }
  .mission {
    left: 20px;
  }
  .edu-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .research-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---Research.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---Research.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
  }
  .research-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .volunteer-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---volunteering.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---volunteering.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .volunteering-intro {
    margin-left: 0px;
  }
  .volunteer-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .skill-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---skill-building.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---skill-building.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .skill-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overview-div--skill {
    width: 130px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .project-detail-skill.scrollbar {
    height: 200px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .project-info-research {
    height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info {
    width: 100%;
  }
  .form {
    width: 100%;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-16 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .column-9 {
    padding-left: 0px;
  }
  .video-slider {
    height: auto;
  }
  .div-block-63 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-65 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .video-slide-show {
    height: auto;
  }
  .div-block-68 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .endorsment-para {
    margin-right: 0px;
    margin-left: 0px;
  }
  .overview-div-outreach {
    width: 130px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .involved-banner {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Get-Involved_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Get-Involved_1.jpg');
    background-position: 0px 0px, 66% 100%;
  }
  .dir-1-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dir-2-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fdir-info {
    margin-top: 15px;
    margin-left: 0px;
  }
  .div-block-skill-banner {
    left: 95px;
    bottom: -430px;
  }
  .div-block-get-involved {
    left: 60px;
    bottom: -100px;
  }
  .team-banner {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/Team_1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Team_1.jpg');
    background-position: 0px 0px, -134px 0px;
  }
  .brand-logo-lt {
    height: 120px;
  }
  .career-banner {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Get-Involved_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Get-Involved_1.jpg');
    background-position: 0px 0px, 66% 100%;
  }
  .div-block-78 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-81 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .carrer-div-inline {
    right: 35%;
  }
  .apply-div {
    width: 100%;
  }
  .job-profile-title {
    width: 480px;
  }
}

@media (max-width: 479px) {
  .banner {
    height: 450px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .paragraph {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
  }
  .heading {
    font-size: 18px;
    line-height: 25px;
  }
  .slider-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 27px;
  }
  .icn-img-right {
    margin-left: 34px;
  }
  .green-heading {
    font-size: 18px;
    line-height: 25px;
  }
  .service-div {
    margin-bottom: 30px;
  }
  .service-description {
    height: 160px;
  }
  .stories {
    margin-bottom: 30px;
  }
  .slider-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-4 {
    font-size: 20px;
    line-height: 27px;
  }
  .pink-heading {
    font-size: 18px;
    line-height: 25px;
  }
  .cont-info {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-4 {
    display: inline-block;
    padding-left: 15px;
  }
  .link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-17 {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .orange-heading {
    font-size: 20px;
    line-height: 27px;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .quality-column {
    height: 140px;
  }
  .quality {
    height: auto;
  }
  .paragraph-5 {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }
  .card-wrapper {
    height: 270px;
  }
  .profile-front {
    width: 250px;
    height: 250px;
  }
  .profille-back {
    width: 250px;
    height: 250px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .paragraph-6 {
    display: none;
  }
  .divider-line {
    left: 23px;
    width: 120px;
  }
  .div-block-29 {
    display: block;
    margin: 80px 30px;
  }
  .slider-6 {
    height: auto;
  }
  .div-block-40 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-41 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-img {
    margin-right: 0px;
  }
  .edu-cs-profile {
    width: 100px;
    height: 100px;
    margin-left: 0px;
  }
  .div-block-45 {
    left: 40px;
    bottom: -400px;
  }
  .edu-tagline {
    font-size: 20px;
  }
  .collapse-bars {
    margin-right: 0px;
    margin-left: 0px;
  }
  .accord {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-8 {
    width: 253px;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
  .plus {
    display: block;
    line-height: 23px;
  }
  .project-content {
    margin-right: 0px;
  }
  .project-overview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .overview-div {
    width: 100%;
    height: 120px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-47 {
    margin-left: 15px;
  }
  .project-detail.scrollbar {
    height: 300px;
  }
  .overview-tag {
    margin-left: 15px;
  }
  .div-block-48 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide-9 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .project-detail-research.scrollbar {
    height: 300px;
  }
  .project-detail-resarch.scrollbar {
    height: 300px;
  }
  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .skill-row {
    margin-bottom: 0px;
  }
  .skill-column {
    margin-bottom: 15px;
  }
  .done {
    height: 150px;
  }
  .skill-overview-div {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/About_Banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/About_Banner.jpg');
    background-position: 0px 0px, 95% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .banner-text {
    position: static;
  }
  .mission {
    position: static;
  }
  .eduction-banner {
    background-image: url('../images/Edu-Banner_1.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../images/Edu-Banner_1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 81% 51%, 0px 0px;
    background-repeat: no-repeat, repeat;
  }
  .edu-text {
    font-size: 16px;
    line-height: 23px;
  }
  .edu-tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .research-banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---Research.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---Research.jpg');
    background-position: 0px 0px, 50% 0px;
  }
  .volunteer-banner {
    height: 350px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---volunteering.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Main-banner---volunteering.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .skill-banner {
    height: 450px;
  }
  .overview-div--skill {
    width: 100%;
    height: 120px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project-detail-skill.scrollbar {
    height: 300px;
  }
  .paragraph-16 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .volunteer-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-slider {
    margin-bottom: 30px;
  }
  .slider-8 {
    height: auto;
  }
  .div-block-63 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-64 {
    width: 100%;
  }
  .video-slide-show {
    height: auto;
  }
  .endorsment-para {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-mobile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-2 {
    background-color: #5f5f5f;
  }
  .overview-div-outreach {
    width: 100%;
    height: 120px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-front-copy {
    width: 250px;
    height: 250px;
  }
  .profile-front-1 {
    width: 250px;
    height: 250px;
  }
  .involved-banner {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/Get-Involved_1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Get-Involved_1.jpg');
    background-position: 0px 0px, -29px 100%;
  }
  .div-block-skill-banner {
    left: 40px;
    bottom: -400px;
  }
  .div-block-get-involved {
    left: 8px;
    bottom: -100px;
  }
  .edu-text--involved {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
  }
  .team-banner {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/Team_1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Team_1.jpg');
    background-position: 0px 0px, 19% 50%;
  }
  .career-banner {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/Get-Involved_1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Get-Involved_1.jpg');
    background-position: 0px 0px, -29px 100%;
  }
  .div-block-76 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .job {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-78 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-81 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .carrer-div-inline {
    right: 26%;
  }
  .creer-about {
    margin-right: 0px;
    margin-left: 0px;
  }
  .job-profile {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .job-profile-title {
    width: 253px;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
}

