.about-us .et_pb_section {
  background-color: #ffffff;
}
.about-us {
  overflow-x: hidden;
  max-width: 1920px;
}
.about-us .et_pb_row {
  max-width: 1110px;
}
@media screen and (min-width: 992px) {
  .logged-in.about-us.custom-header-v1 #main-header {
    top: 0;
  }
  .about-us.custom-header-v1 #main-header {
    padding-top: 30px;
    height: auto;
  }
}
/***Banner Section 1****/
.about-banner.et_pb_section {
  display: flex;
}
.about-banner .et_pb_slide_title {
  font-family: "Montserrat";
  font-weight: 900;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
}
.about-banner .et_pb_slide_content {
  font-family: "Roboto";
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}
.about-us .about-banner .et_pb_slide_title {
  margin-bottom: 0;
}
.about-banner .et_pb_column {
  background: rgba(0,0,0,0.5);
  padding: 25px;
  max-width: 563px;
}
.about-banner .et_pb_slider .et_pb_slide {
  background-color: transparent !important;
  text-align:left;
  padding: 0;
}
.about-banner .et_pb_slider .et_pb_slide_description {
  padding: 0;
}
.about-banner .et_pb_slider .et-pb-slider-arrows,
.about-banner .et_pb_slider .et-pb-controllers {
  display: none;
}

@media screen and (min-width: 768px) {
  .about-banner.et_pb_section {
    min-height: 380px;
  }
  .about-banner .et_pb_slide_title {
    font-size: 30px;
  }
  .about-banner .et_pb_slide_content {
    font-size: 20px;
  }
  .about-banner .et_pb_column {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .about-banner .et_pb_slide_title {
    font-size: 35px;
  }
  .about-banner.et_pb_section {
    min-height: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .about-banner.et_pb_section {
    min-height: 620px;
  }
  .about-banner .et_pb_slide_title {
    font-size: 40px;
  }
  .about-banner .et_pb_slide_content {
    font-size: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .about-banner .et_pb_slide_content {
    font-size: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .about-banner.et_pb_section {
    padding-top: 280px;
    min-height: 974px;
  }
  .about-banner .et_pb_slide_title {
    font-size: 50px;
  }
  .about-banner .et_pb_slide_content {
    font-size: 40px;
  }
}
/***Content Area - Section 2***/
.sec--about-leader .section-title *, 
.sec--about-leader .sub-title h3 {
  font-family: "Montserrat";
  font-weight: 900;
  color: #666666;
  font-size: 26px;
  line-height: 1.3;
}
.sec--about-leader .sub-title h3 {
  font-size: 18px;
  color: #000;
  display: inline-block;
  margin-top: 10px;
}
.sec--about-leader .sub-title h3 span {
  color: #FF306E;
}
.leader-box {
  background: #F4F6F8;
  border: 4px solid #FFFFFF;
  box-shadow: 10px 30px 30px rgba(181, 192, 203, 0.26);
  border-radius: 22px;
  padding: 25px;
  height: 100%;
}
.leader-box .et_pb_module_header {
  font-family: "Roboto";
  font-weight: 600;
  color: #000000;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
}
.leader-box .et_pb_blurb_description {
  font-family: "Roboto";
  font-weight: 600;
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
.leader-box .et_pb_image_wrap {
  border-radius: 50%;
  background-color: #000000;
  max-width: 175px;
  max-height: 175px;
  overflow: hidden;
}
.leader-box .readmore {
  display: none;
}
.mfp-content .about-modal-box h3 {
  text-align: left;
  font-family: "Roboto";
  font-size: 18px;
  margin-bottom: 0px;
}
.about-modal-box p {
  margin-top: 20px;
}
.about-modal-box h2 {
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
  font-size: 24px;
}
.leader-box-col {
  position: relative;
}

.leader-box-col .about-modal-box {
  width: 100%;
  height: 100%;
  background: rgba(244, 246, 248, 0.95);
  text-align: center;
  border: 4px solid #FFFFFF;
  padding: 25px;
  border-radius: 22px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .sec--about-leader .section-title * {
    font-size: 30px;
  }
  .sec--about-leader .sub-title h3 {
    font-size: 22px;
  }
  .leader-box .et_pb_module_header {
    font-size: 20px;
  }
  .leader-box-col:hover .about-modal-box {
    opacity: 1;
    visibility: visible;
  }
  .leader-box-col .about-modal-box {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    overflow-y: auto;
  }
  .leader-box {
    padding: 25px 25px 50px;
  }
}
@media screen and (min-width: 992px) {
  .sec--about-leader .section-title * {
    font-size: 35px;
  }
  .sec--about-leader .sub-title h3 {
    font-size: 26px;
  }
  .leader-box .et_pb_module_header {
    font-size: 23px;
  }
  .leader-box {
    margin-bottom: 0 !important;
  }
  .leader-box {
    padding-bottom: 100px;
  }
  .leader-box-col .about-modal-box p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .sec--about-leader .section-title * {
    font-size: 40px;
  }
  .sec--about-leader .sub-title h3 {
    font-size: 30px;
  }
  .leader-box {
    padding: 50px 65px 100px;
  }
  .leader-box .et_pb_module_header {
    font-size: 26px;
  }
  .sec--about-leader.et_pb_section {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .leader-box-col .about-modal-box p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1600px) {
  .sec--about-leader .section-title * {
    font-size: 60px;
  }
  .sec--about-leader .sub-title h3 {
    font-size: 40px;
    margin-top: 20px;
  }
  .leader-box .et_pb_module_header {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .leader-box .readmore {
    display: block;
    margin-top: 20px;
  }
  .leader-box-col .about-modal-box {
    display: none;
  }
  .leader-box-col .about-modal-box {
    position: relative;
  }
  .sec--about-leader .et_pb_row {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
}