/*
* Generate A Background Image Properties
* @param $size:    Background-size, default = 'cover'
* @param $pos:     Background-position, default = 'center'
* @param $repeat:  Background-repeat, default = 'no-repeat
*/
/*
* Generate A Squared Button
* @param $bg:    Background color
* @param $color: Text color
* @param $uppercase: Whether to transform text into all uppercase or not, default = 'none'
* @param $gray-60Color: Border color, default = background color
*/
.gradient-btn {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .gradient-btn {
    order: 2;
    margin: auto;
  }
}
.gradient-btn .gradient-btn-inner {
  transform: rotate(-90deg);
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 200%;
}
@media screen and (max-width: 767.98px) {
  .gradient-btn .gradient-btn-inner {
    position: relative;
    transform: none;
    height: 100%;
    justify-content: center;
  }
}
.gradient-btn .gradient-btn-inner img {
  transform: scaleX(-1) translateX(-3px);
}
@media screen and (max-width: 767.98px) {
  .gradient-btn .gradient-btn-inner img {
    transform: scaleX(1);
  }
}

.main-wrapper {
  overflow-x: hidden;
}
.main-wrapper .content-wrapper .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #171717;
  background: linear-gradient(to top, #171717 0%, #171717 4%, rgba(85, 85, 85, 0.5) 25%, rgba(100, 100, 100, 0) 100%);
  opacity: 0.4;
}
.main-wrapper .content-wrapper .copy-right {
  position: absolute;
  bottom: 5px;
  padding: 3px 16px;
  display: flex;
  justify-content: flex-end;
}
.main-wrapper .content-wrapper .copy-right:not(.custom) {
  left: 0;
}
@media screen and (min-width: 992px) {
  .main-wrapper .content-wrapper .copy-right:not(.custom) {
    left: 90px;
  }
}
.main-wrapper .content-wrapper .copy-right .img-copy-right {
  color: #fff;
  opacity: 0.75;
  text-align: right;transform:scaleX(-1);
}
.main-wrapper .content-wrapper#first-section {
  margin-top: 90px;
  margin-right: -20%;
  width: 140%;
  height: calc(103vh - 6rem);
  display: flex;
  flex-flow: row nowrap;
  transform: skewX(20deg);
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section {
    width: 100%;
    margin-right: 0%;
    transform: skewX(0deg);
    flex-flow: column nowrap;
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section {
    margin-top: 56px;
  }
}
.main-wrapper .content-wrapper#first-section p {
  text-align: right;
}
.main-wrapper .content-wrapper#first-section .colu-1 {
  width: calc(50% - 25px);
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colu-1 {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .main-wrapper .content-wrapper#first-section .colu-1 .copy-right {
    left: 33%;
  }
}
.main-wrapper .content-wrapper#first-section .colu-1 .header-1 {
  padding-right: 15%;
  background-color: #11606d;
  height: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .main-wrapper .content-wrapper#first-section .colu-1 .header-1 {
    padding-right: 7%;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#first-section .colu-1 .header-1 {
    padding: 70px 60px 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colu-1 .header-1 {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .main-wrapper .content-wrapper#first-section .colu-1 .header-1 {
    padding: 40px 0;
  }
}
.main-wrapper .content-wrapper#first-section .colu-1 .header-1 .container {
  transform: skewX(-20deg);
  color: #ffffff;
  width: 70%;
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colu-1 .header-1 .container {
    transform: skewX(0deg);
    padding: 10px;
    width: 90%;
  }
}
@media screen and (max-width: 575.98px) {
  .main-wrapper .content-wrapper#first-section .colu-1 .header-1 .container {
    width: 90%;
  }
}
.main-wrapper .content-wrapper#first-section .colu-1 .img-1 {
  background: url(/images/Tanmeyah-Vision.png?37881488e61fc988f03282d6b69e4b0a) no-repeat center;
  background-size: cover;transform: skewX(-20deg) scaleX(-1);
  background-position: center !important;
  height: 50%;
  margin-left: -145px;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colu-1 .img-1 {transform: skewX(-0deg) scaleX(-1);
    background: url(/images/alireza-attari-5kXNhroW1ss_Y-unsplash.png?daf3fcf73e68828cb539936ee0408b4c) no-repeat;
    height: 468px;
  }
}
.main-wrapper .content-wrapper#first-section .colored-shape {
  z-index: 10;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(#d58752, #b74647);
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colored-shape {
    width: auto;
    height: 40px;
    background-image: linear-gradient(to left, #b74647, #d58752);
  }
}
.main-wrapper .content-wrapper#first-section .colu-2 {
  width: calc(50% - 25px);
  overflow-x: hidden;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colu-2 {
    width: auto;
  }
}
.main-wrapper .content-wrapper#first-section .colu-2 .img-2 {
  background: url(/images/alireza-attari-5kXNhroW1ss_Y-unsplash.png?daf3fcf73e68828cb539936ee0408b4c) 80% no-repeat;transform: skewX(-20deg) scaleX(-1);
  height: 50%;
  margin-right: -145px;
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colu-2 .img-2 {
    transform: skewX(0deg);
    background: url(/images/Tanmeyah-Vision.png?37881488e61fc988f03282d6b69e4b0a) no-repeat left top;
  }
}
.main-wrapper .content-wrapper#first-section .colu-2 .header-2 {
  padding-left: 15%;
  z-index: 5;
  background-color: #f1f1f1;
  height: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
}
@media screen and (max-width: 1400px) {
  .main-wrapper .content-wrapper#first-section .colu-2 .header-2 {
    padding-left: 7%;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colu-2 .header-2 {
    padding: 70px 0 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#first-section .colu-2 .header-2 {
    padding: 77px 0 110px;
  }
}
@media screen and (max-width: 575.98px) {
  .main-wrapper .content-wrapper#first-section .colu-2 .header-2 {
    padding: 50px 0;
  }
}
.main-wrapper .content-wrapper#first-section .colu-2 .header-2 .container {
  transform: skewX(-20deg);
  color: #000000;
  width: 86%;
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#first-section .colu-2 .header-2 .container {
    transform: skewX(0deg);
  }
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#first-section .colu-2 .header-2 .container {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
}
.main-wrapper .content-wrapper#vision-mission {
  position: relative;
}
@media screen and (min-height: 800px) {
  .main-wrapper .content-wrapper#vision-mission {
    margin-top: 0px;
  }
}
@media screen and (min-height: 900px) {
  .main-wrapper .content-wrapper#vision-mission {
    margin-top: -50px;
  }
}
@media screen and (min-height: 1000px) {
  .main-wrapper .content-wrapper#vision-mission {
    margin-top: -160px;
  }
}
@media screen and (min-height: 1100px) {
  .main-wrapper .content-wrapper#vision-mission {
    margin-top: -270px;
  }
}
@media screen and (min-height: 1200px) {
  .main-wrapper .content-wrapper#vision-mission {
    margin-top: -380px;
  }
}
@media screen and (min-height: 1300px) {
  .main-wrapper .content-wrapper#vision-mission {
    margin-top: -490px;
  }
}
@media screen and (min-height: 1400px) {
  .main-wrapper .content-wrapper#vision-mission {
    margin-top: -600px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#vision-mission {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#vision-mission {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.main-wrapper .content-wrapper#vision-mission .copy-right {
  right: 0;
  justify-content: flex-start;
}
.main-wrapper .content-wrapper#vision-mission .copy-right span {
  transform: none;
}
.main-wrapper .content-wrapper#vision-mission .top-sec .text-inner,
.main-wrapper .content-wrapper#vision-mission .bottom-sec .text-inner {
  line-height: 1.7;
  padding: 5.5rem 4rem;
  background-color: #f1f1f1;
  color: #000000;
}
@media screen and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#vision-mission .top-sec .text-inner,
.main-wrapper .content-wrapper#vision-mission .bottom-sec .text-inner {
    padding: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#vision-mission .top-sec .text-inner,
.main-wrapper .content-wrapper#vision-mission .bottom-sec .text-inner {
    padding: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .main-wrapper .content-wrapper#vision-mission .top-sec .text-inner,
.main-wrapper .content-wrapper#vision-mission .bottom-sec .text-inner {
    padding: 2rem 10px;
    line-height: 28px;
  }
}
.main-wrapper .content-wrapper#vision-mission .top-sec .text-inner h1,
.main-wrapper .content-wrapper#vision-mission .bottom-sec .text-inner h1 {
  margin-bottom: 1.5rem;
}
.main-wrapper .content-wrapper#vision-mission .top-sec .text-inner p,
.main-wrapper .content-wrapper#vision-mission .bottom-sec .text-inner p {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#vision-mission .top-sec .text-inner p,
.main-wrapper .content-wrapper#vision-mission .bottom-sec .text-inner p {
    width: 100%;
  }
}
.main-wrapper .content-wrapper#vision-mission .bottom-sec .text-inner {
  order: 2;
  background-color: #a32d20;
  color: #ffffff;
}
.main-wrapper .content-wrapper#ceo-message {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#ceo-message {
    margin-top: 3rem;
  }
}
.main-wrapper .content-wrapper#ceo-message h1 {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#ceo-message h1 {
    margin-bottom: 2rem;
  }
}
.main-wrapper .content-wrapper#ceo-message .left .img-wrapper {
  margin-bottom: 1.5rem;
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#ceo-message .left .img-wrapper {
    width: 85%;
  }
}
.main-wrapper .content-wrapper#ceo-message .left p {
  color: #737373;
  width: 63%;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#ceo-message .left p {
    width: 85%;
  }
}
.main-wrapper .content-wrapper#ceo-message .text-inner {
  position: relative;
}
.main-wrapper .content-wrapper#ceo-message .text-inner .xl-icon {
  position: absolute;
  width: 280px;
  height: 280px;
  top: -10rem;
  right: -2rem;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#ceo-message .text-inner .xl-icon {
    width: 250px;
    height: 250px;
    top: -5rem;
  }
}
.main-wrapper .content-wrapper#ceo-message .text-inner p {
  line-height: 1.65;
  color: #333333;
}
.main-wrapper .content-wrapper#ceo-message .text-inner p:first-of-type {
  margin: 2rem 0;
}
.main-wrapper .content-wrapper#board-members {
  margin-bottom: 5rem;
}
.main-wrapper .content-wrapper#board-members h1 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#board-members h1 {
    margin-bottom: 2rem;
  }
}
.main-wrapper .content-wrapper#board-members > div:first-of-type {
  margin-block: 5rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#board-members > div:first-of-type {
    margin-block: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#board-members > div:first-of-type {
    margin-block: 3rem;
  }
}
.main-wrapper .content-wrapper#board-members .owl-carousel {
  position: relative;
}
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card {
  display: flex;
  position: relative;
}
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card img {
  height: 300px;
  filter: grayscale(100%);
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#board-members .owl-carousel .member-card img {
    height: 250px;
  }
}
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card:hover img {
  filter: grayscale(0%);
}
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card:hover .caption {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card .caption {
  padding: 12px;
  position: absolute;
  bottom: -100px;
  right: 0;
  background-color: rgba(162, 0, 3, 0.9);
  color: #fff;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  height: 90px;
}
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card .caption h3 {
  margin-bottom: 4px;
}
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card .caption h3,
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card .caption .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main-wrapper .content-wrapper#board-members .owl-carousel .member-card .caption .title {
  text-align: right;
}
.main-wrapper .content-wrapper#board-members .owl-carousel .owl-nav {
  position: absolute;
  top: -6rem;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#board-members .owl-carousel .owl-nav {
    top: -3rem;
  }
}
.main-wrapper .content-wrapper#board-members .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background-color: #a20000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-wrapper .content-wrapper#board-members .owl-carousel .owl-nav button:focus {
  outline: none;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#board-members .owl-carousel .owl-nav button {
    width: 28px;
    height: 28px;
  }
}
.main-wrapper .content-wrapper#board-members .owl-carousel .owl-nav button img {
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#board-members .owl-carousel .owl-nav button img {
    width: 14px;
    height: 14px;
  }
}
.main-wrapper .content-wrapper#board-members .owl-carousel .owl-nav button:last-of-type img {
  transform: scaleX(-1);
  margin: 0;
}
.main-wrapper .content-wrapper#emff-history-updated {
  margin-right: -15%;
  width: 130%;
  height: calc(103vh - 6rem);
  display: flex;
  flex-flow: row nowrap;
  transform: skewX(-20deg);
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated {
    width: 100%;
    margin-right: 0%;
    transform: skewX(0deg);
    flex-flow: column nowrap;
    height: auto;
    margin-bottom: 2rem;
  }
}
.main-wrapper .content-wrapper#emff-history-updated .colu-1 {
  margin-top: 7rem;
  width: calc(50% - 25px);
  height: 60%;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-1 {
    width: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-1 {
    margin-top: 3rem;
  }
}
.main-wrapper .content-wrapper#emff-history-updated .colu-1 .header {
  transform: skewX(20deg) translateX(-65px);
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-1 .header {
    transform: skewX(0deg);
    margin-right: 10%;
    align-self: flex-start;
  }
}
.main-wrapper .content-wrapper#emff-history-updated .colu-1 .container {
  padding-right: 20%;
  transform: skewX(20deg);
  max-width: 80%;
}
@media screen and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-1 .container {
    max-width: 94%;
    padding-right: 25%;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-1 .container {
    transform: skewX(0deg);
    height: 266px;
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-1 .container {
    height: 130px;
  }
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-1 .container {
    height: 134px;
  }
}
.main-wrapper .content-wrapper#emff-history-updated .colu-1 .img-1 {
  transform: skewX(20deg);
  height: 50%;
  margin-left: -80px;
}
.main-wrapper .content-wrapper#emff-history-updated .colored-shape {
  z-index: -1;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(#b74647, #d58752);
}
.main-wrapper .content-wrapper#emff-history-updated .colu-2 {
  margin-top: 5rem;
  width: calc(50% - 25px);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-2 {
    width: auto;
    margin-top: -60px;
    margin-bottom: 95px;
  }
}
.main-wrapper .content-wrapper#emff-history-updated .colu-2 .container {
  transform: skewX(20deg);
  color: #000000;
  padding-left: 150px;
  width: 85%;
  position: absolute;
  right: -135px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 9999;
  padding: 3rem;
  top: 84px;
}
@media screen and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-2 .container {
    padding-left: 90px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-2 .container {
    transform: skewX(0deg);
    padding-bottom: 50px;
    position: relative;
    right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-2 .container {
    padding-right: 18px;
    padding-left: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .colu-2 .container .header {
    display: none;
  }
}
.main-wrapper .content-wrapper#emff-history-updated .colu-2 .container h2.header {
  color: #127078;
}
.main-wrapper .content-wrapper#emff-history-updated .colu-2 .container .sub-statment {
  font-size: 1.7rem;
}
.main-wrapper .content-wrapper#emff-history-updated .history-info {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .history-info {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .history-info {
    margin-right: auto;
  }
}
.main-wrapper .content-wrapper#emff-history-updated .history-info .history-info-inner {
  display: none;
}
.main-wrapper .content-wrapper#emff-history-updated .history-info .history-info-inner.active {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.main-wrapper .content-wrapper#emff-history-updated .history-info .history-info-inner h2 {
  margin-left: 3rem;
}
.main-wrapper .content-wrapper#emff-history-updated .history-info .history-info-inner p {
  line-height: 1.8;
  text-align: right;
}
.main-wrapper .content-wrapper#emff-history-updated .history-info .history-info-inner p:first-of-type {
  margin-bottom: 1rem;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart {
  margin-top: 80px;
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .history-chart {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .history-chart {
    margin-left: -24px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-wrapper .content-wrapper#emff-history-updated .history-chart {
    margin-left: initial;
    order: 4;
  }
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .visible-part {
  position: relative;
  flex-basis: 31rem;
  flex-shrink: 0;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .visible-part + .dash-line {
  margin-top: 14px;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .visible-part .actuall-part {
  flex-flow: row;
  display: flex;
  position: absolute;
  left: 0;
  transition: left 0.5s;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .history-chart-inner {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  margin-right: -18px;
  min-width: 54.313px;
  align-items: center;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .history-chart-inner:not(:last-child) {
  margin-left: -18px;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .history-chart-inner.active {
  margin-top: -4px;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .history-chart-inner.active .circle {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background-color: #000000;
  background-color: #127078;
  padding: 5px;
  border: 7px solid #b5d3da;
  width: 30px;
  height: 30px;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .history-chart-inner.active h4 {
  font-size: 24px;
  color: #115f6c;
  margin-top: 19px;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .history-chart-inner .circle {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background-color: #cccccc;
  position: relative;
}
.main-wrapper .content-wrapper#emff-history-updated .history-chart .history-chart-inner h4 {
  margin-top: 23px;
  font-size: 24px;
  color: #cccccc;
}

#boardMembersModal .modal-dialog {
  max-width: 1000px;
}
#boardMembersModal .modal-dialog .close {
  position: absolute;
  left: 30px;
  top: 30px;
}
#boardMembersModal .modal-dialog .modal-body {
  padding: 3rem;
  position: relative;
}
#boardMembersModal .modal-dialog .modal-body .left {
  height: 300px;
}
#boardMembersModal .modal-dialog .modal-body .left img {
  width: 90%;
}
#boardMembersModal .modal-dialog .modal-body .right {
  text-align: right;
}

.outline-btn {
  margin-top: 20px;
  align-self: flex-end;
  border: 2px solid #a20000;
  color: #a20000;
  padding: 0 12px !important;
  min-width: 199px;
  height: 50px;
  border-radius: 0;
  letter-spacing: 1px;
  background-color: transparent;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
}
.outline-btn:before {
  content: "";
  background: #a20000;
  position: absolute;
  width: 0%;
  top: 0;
  right: 0;
  height: 100%;
  transition: 0.3s linear;
  z-index: -1;
}
.outline-btn:hover:before {
  width: 100%;
}
.outline-btn:hover {
  color: #ffffff;
  outline: none;
}
.outline-btn:focus {
  outline: none;
}

.dash-line {
  display: flex;
  flex-flow: row;
}
.dash-line .inner-dash {
  width: 8px;
  height: 3px;
  background-color: #cccccc;
  margin: 10px 5px;
}

.about-carousel-nav {
  transform: skewX(20deg);
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  height: 190px;
  width: 190px;
  margin-left: 12%;
  margin-top: 2rem;
}
@media screen and (max-width: 991.98px) {
  .about-carousel-nav {
    order: 1;
    height: 50px;
    transform: scale(0.65) skewX(0deg);
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .about-carousel-nav {
    margin-left: 20px;
    margin-top: 20px;
    width: auto;
  }
}
.about-carousel-nav .customNextBtn,
.about-carousel-nav .customPrevBtn {
  margin: 0;
  border: 0;
  width: 40px;
  height: 40px;
  background-color: #a20000;
  border-radius: 50%;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.about-carousel-nav .customNextBtn:focus,
.about-carousel-nav .customPrevBtn:focus {
  outline: none;
}
.about-carousel-nav .customNextBtn {
  background-image: url(/images/arrow-white.svg?a2230d4850cd52c9bd6b1304ba2c6fb7);
}
.about-carousel-nav .customPrevBtn {
  background-image: url(/images/arrow-white.svg?a2230d4850cd52c9bd6b1304ba2c6fb7);
  transform: scaleX(-1);
  margin-right: 5px;
}
