.about-wrapper {
  background-color: #fbfbfb;
  position: relative;
  z-index: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.about-wrapper .first-info {
  padding-top: 0px;
  width: 100%;
}

.about-wrapper .first-info .img-1 {
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  z-index: 0;
  -webkit-transition: 3s ease-in;
  transition: 3s ease-in;
  max-width: 45%;
  width: 100%;
}

@media (max-width: 575px) {
  .about-wrapper .first-info .img-1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-wrapper .first-info .img-1 {
    display: none;
  }
}

.about-wrapper .first-info .img-1 figure {
  display: block;
  position: relative;
}

/*.about-wrapper .first-info .img-1 figure img {
  max-height: 60vh;
}*/

.about-wrapper .first-info .img-1 figure figcaption {
  position: absolute;
  right: 15px;
  bottom: 0px;
  padding: 10px;
  max-width: 80%;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.about-wrapper .first-info .img-1.in-view {
  top: 4em;
  right: 0px;
}

.about-wrapper .first-info .img-1.in-view.sticky {
  right: 0px;
  top: 4em;
  position: fixed;
  width: 100%;
}

.about-wrapper .first-info .content-wrapper {
  max-width: 1024px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-wrapper .first-info .content-wrapper .initial-ctn {
  max-width: 620px;
  width: 100%;
  padding: 3em 2em 0 2em;
  margin-top: 0;
  position: relative;
  z-index: 1;
  background-color: #fbfbfb;
}

/*
@media (max-width: 575px) {
  .about-wrapper .first-info .content-wrapper .initial-ctn {
    margin-top: 8em;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .about-wrapper .first-info .content-wrapper .initial-ctn {
    padding-top: 11em;
  }
}*/

@media (min-width: 768px) and (max-width: 859px) {
  .about-wrapper .first-info .content-wrapper .initial-ctn {
    max-width: 400px;
  }
}

@media (min-width: 860px) and (max-width: 960px) {
  .about-wrapper .first-info .content-wrapper .initial-ctn {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .about-wrapper .first-info .content-wrapper .initial-ctn {
    width: 100%;
  }
}

.about-wrapper .first-info blockquote {
  margin: 1em 0;
  padding: 10px 0 10px 2em;
  font-family: "Roboto Condensed", sans-serif;
}

.about-wrapper .details-info {
  background-color: #fbfbfb;
  position: relative;
  z-index: 2;
  padding: 0 0;
}

.about-wrapper .details-info h2 {
  font-size: 1.35em;
}

.about-wrapper .details-info .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}

.about-wrapper .details-info .content-wrapper .colm-1 {
  width: 95%;
  padding: 1em 2em 2em 2em;
}

@media (max-width: 575px) {
  .about-wrapper .details-info .content-wrapper .colm-1 {
    width: 86%;
    padding: 2em 0.5em 2em 2em;
  }
}

@media (min-width: 576px) and (max-width: 1050px) {
  .about-wrapper .details-info .content-wrapper .colm-1 {
    width: 90%;
  }
}

.about-wrapper .details-info .content-wrapper .colm-1 .qa-section {
  padding: 2em 0 1em 0;
}

.about-wrapper .details-info .content-wrapper .colm-2 {
  width: 5%;
  padding-top: 15px;
}

@media (max-width: 575px) {
  .about-wrapper .details-info .content-wrapper .colm-2 {
    width: 10%;
  }
}

/* Accordian CSS for Q&A*/
.accordian-cnt {
  margin-bottom: 35px;
}

.accordian-cnt .panel-group {
  margin: 20px 0 10px;
}

.accordian-cnt .panel-default {
  border-radius: 0;
  margin: 10px 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordian-cnt .panel-default .panel-heading {
  background: none;
  padding: 0;
}

.accordian-cnt .panel-default .panel-heading h4 {
  font-weight: 700;
  font-size: 18px;
}

.accordian-cnt .panel-default .panel-heading h4 a {
  display: inline-block;
  width: 100%;
  padding: 20px 25px 20px;
  position: relative;
  background: #f7941e;
  color: #fff;
  border-radius: 0;
  letter-spacing: 0.5px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

@media (max-width: 575px) {
  .accordian-cnt .panel-default .panel-heading h4 a {
    padding: 20px 45px 20px 15px;
  }
}

.accordian-cnt .panel-default .panel-heading h4 a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  width: 17px;
  height: 2px;
  background: #fff;
  bottom: 0;
  margin: auto;
}

.accordian-cnt .panel-default .panel-heading h4 a.collapsed {
  background: #ededed;
  color: #000;
}

.accordian-cnt .panel-default .panel-heading h4 a.collapsed::after {
  content: "";
  position: absolute;
  top: 0;
  right: 27px;
  z-index: 1;
  width: 2px;
  height: 17px;
  background: #000;
  bottom: 0;
  margin: auto;
}

.accordian-cnt .panel-default .panel-heading h4 a.collapsed::before {
  background: #000;
}

.accordian-cnt .panel-default .panel-body {
  padding: 15px 25px 5px;
  border: none !important;
}

.field-name-field-about-details .field-label {
  display: none;
}

.about-wrapper .first-info.without-image .content-wrapper .initial-ctn {
  max-width: none;
}

/* rtl fixes */
.i18n-ar .about-wrapper .first-info .img-1 {
  left: 0;
  right: auto;
} /* rtl fixes end */

div.workbench-info-block {
  display: none;
}

/* about page UL style formating*/
.about-wrapper .details-info ul {
  list-style: disc;
  margin: 20px;
}

.about-wrapper .details-info ul li {
  list-style: disc;
  padding-bottom: 5px;
  margin-left: 20px;
}

/* about page video height formating*/
iframe.media-youtube-player {
  height: auto;
  width: 100%;
}

/* bodyrith tab content right image text to flow below the image*/
.content-wrapper ul {
  margin-left: 40px;
}
.content-wrapper ul li {
  list-style: disc;
  margin-bottom: 5px;
  color: #000;
  font-size: 1em;
}

/* Video height issue */
.content-wrapper iframe.media-youtube-player {
  min-height: 500px;
}

.about-wrapper .first-info {
  overflow: hidden;
  height: 100%;
}
.about-wrapper .first-info .img-1 {
  position: relative;
  float: right;
  padding-left: 20px;
  z-index: 2;
}
.about-wrapper .first-info .img-1 figure figcaption {
  right: 0;
  max-width: 100%;
}
.about-wrapper .first-info .content-wrapper {
  display: block;
}
.about-wrapper .first-info .content-wrapper .initial-ctn {
  max-width: 1024px;
}
@media (min-width: 860px) and (max-width: 960px) {
  .about-wrapper .first-info .content-wrapper .initial-ctn {
    max-width: initial;
  }
}
@media (min-width: 768px) and (max-width: 859px) {
  .about-wrapper .first-info .content-wrapper .initial-ctn {
    max-width: initial;
  }
}

@media (max-width: 767px) {
  .content-wrapper iframe.media-youtube-player {
    min-height: 300px;
  }
}
/* bodyrith tab content right image text to flow below the image*/
