/** Start Investor Top */
.invest_top {
  background: #F6F3EA;
  padding-bottom: 80px;
    position: relative;
  overflow: hidden;
  height: 450px;
}
.invest_fixed_container{
  position: fixed; 
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  height:0px;
  overflow: hidden;
}

.invest_wrap {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
}
.invest_right {
  flex: 0 0 500px;
  max-width: 500px;
}
.invest_left {
  flex: 0 0 calc(100% - 580px);
  max-width: calc(100% - 580px);
}
.invest_left h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 40px;
}
.invest_left ul {
  margin: ;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.invest_left ul li div {
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 8px;
}
.invest_left ul li p {
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #000000;
}

/** end Investor top **/
 * 


 /** Investor Key item ***/
.key_title {
  padding-bottom: 50px;
  border-bottom: 1px solid #D5DBD3;
  margin-bottom: 60px;
}
.key_items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.key_item {
  margin-bottom: 20px;
  flex: 0 0 calc(33.33% - 26.66px);
  max-width: calc(33.33% - 26.66px);
}
.key_val {
  font-size: 62px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #006D3B;
  margin-bottom: 8px;
}
.key_label {
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #006D3B;
  height: 22px;
  margin-bottom: 20px;
}
.key_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
}

/** End of Key items **/
 * 


.standard_vid_featured {
    display: flex;
    flex-wrap: wrap;
}

.standard_vid_featured_right {
    flex: 0 0 447px;
    max-width: 447px;
    margin-left: 75px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.standard_vid_featured_left {
    flex: 0 0 calc(100% - 522px);
    max-width: calc(100% - 522px);
}

div#header-modal-player {
    position: relative;
    padding-top: 56%;
}

div#header-modal-player iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}

.fet_video_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.fet_vid_num {
    width: 35px;
    height: 35px;
    background: #B1B3B3;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    margin-right: 32px;
    line-height: 120%;
/* identical to box height, or 17px */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.fet_vid_con {
    flex: 0 0 calc(100% - 67px);
    max-width: calc(100% - 67px);
}

.fet_vid_con h3 {
    font-size: 20px;
    line-height: 120%;
/* identical to box height, or 24px */
    letter-spacing: -0.05em;
    color: #1E2323;
}

.fet_vid_con p {
    font-size: 14px;
    line-height: 160%;
/* or 22px */
    letter-spacing: -0.05em;

/* Coal Secondary */
    color: #898D8E;
}

.fet_video_item:last-child {
    margin-bottom: 0px;
}

.standard_vid_items {
    padding-top: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.stand_vid_item {
    flex: 0 0 calc(25% - 6.75px);
    max-width: calc(25% - 6.75px);
}

.stand_vid_it {
    position: relative;
    padding-top: 56%;
}

.stand_vid_it iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}

.stand_vid_label {
    line-height: 160%;
/* or 22px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;

/* gray */
    color: #5E5E5E;
    padding: 4px 14px 6px;
    background: #FFFFFF;
    position: absolute;
    top: 16px;
    right: 16px;
}

.stand_vid_item_con {
    padding-top: 12px;
}

.stand_vid_item_con h3 {
    font-size: 14px;
    line-height: 120%;
/* identical to box height, or 17px */
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #1E2323;
    margin-bottom: 8px;
}

.stand_vid_item_con p {
    font-size: 12px;
    line-height: 160%;
/* or 19px */
    letter-spacing: -0.05em;

/* gray */
    color: #5E5E5E;
    max-width: 276px;
}



.glance_content_section {
    padding-top: 60px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.glance_content_wrap {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.glance_content_wrap > div {
  flex: 0 0 calc(33.33% - 40px);
  max-width: calc(33.33% - 40px);
}
.glance_title h3 {
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #000000;
  border-bottom: 1px solid #D5DBD3;
  padding-bottom: 35px;
  margin-bottom: 25px;
}
.glance_content p {
  margin-bottom: 20px;
}
.glance_content p a {
  color: #E94E1B;
  text-transform: uppercase;
}
.glance_content ul {
  list-style: none;
  display: flex;
flex-direction: column;
gap: 12px;
}
.glance_content ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #006D3B;
}
.glance_content ul li img {
  margin-right: 8px;
}
.glance_items ul {
  list-style: none;
}
.glance_items ul li {
  margin-bottom: 35px;
}
.glance_items ul li div {
  font-size: 32px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #006D3B;
  margin-bottom: 8px;
}
.glance_items ul li p {
  font-size: 13px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #3B4848;
}
.glance_items ul li:last-child {
  margin-bottom: 0px;
}
.standard_vid_featured_left img {
  max-width: 100%;
  height: 493px;
  object-fit: cover;
}
.fy_result.section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fy_left {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fy_right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 75px;
}
.fy_right h2 {
  margin-bottom: 40px;
}
.fy_right p {
  margin-bottom: 40px;
}
.key_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.glance_content h3 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1E2323;
  margin-bottom: 25px;
}

.buss_model_top {
  border-bottom: 1px solid #D5DBD3;
  padding-bottom: 49px;
  margin-bottom: 40px;
}
.buss_model_details {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.buss_model_details > div {
  max-width: 554px;
}
#our-client .title {
  font-size: 60px;
}
.fy_result.section {
  padding-bottom: 160px;
}

@media only screen and (max-width: 992px){
  #our-client .title {
    font-size: 32px;
  }
  
  .invest_top.section {
    padding-top: 150px;
  }
  .invest_left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .invest_left h1 {
    font-size: 32px;
  }
  .invest_left ul li div {
    font-size: 32px;
  }
  .invest_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .invest_wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  .key_val {
    font-size: 32px;
  }
  .key_item {
    margin-bottom: 0px;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .glance_title h3 {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .glance_content_wrap > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .glance_content_wrap {
    gap: 30px;
  }
  .standard_vid_featured_left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .standard_vid_featured_left img {
    height: 300px;
  }
  .standard_vid_featured_right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .fy_left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .fy_right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .fy_left img {
    max-width: 60%;
    height: auto;
    margin: auto;
  }
  
  .buss_model_details > div {
    max-width: inherit;
  }
  .buss_model_details {
    flex-direction: column;
  }
  .fy_result.section {
    padding-bottom: 50px;
  }
  .key_items{
    gap: 20px;
  }
  
}