.about_us_parent_sec_5 {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.about_us_parent_sec_5 h1  {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}
.about_us_parent_sec_5 h1 span {
  color: var(--primary-color);
}
.about_us_parent_sec_5 p {
  font-weight: 400;
  font-size: 15px;
  word-spacing: 1px;
  line-height: 26px;
}
.about_us_parent_sec_6 {
  margin-top: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  word-spacing: 1px;
  letter-spacing: 0.2px;
}
.about_us_parent_sec_1 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}
._only_mobile_not_dekhs {
  flex: 0 0 50%;
  overflow: hidden;
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 10px;
  max-height: 389px;
  height: 100%;
}
._about_parent1 {
  font-size: 15px;
  line-height: 23px;
  text-align:center;
}
._only_mobile_not_dekhs_content {
  flex: 0 0 50%;
  width: 50%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding: 16px 10px;
}
._only_mobile_not_dekhs img{
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  border-radius: 3px;
}
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
}
.sectiontitle h2 span {
  color: var(--primary-color);
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}
.our_team_about_us {
  padding-bottom: 30px;
}
.our_team_about_us h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.5px;
}
.our_team_about_us h2 span {
  color: var(--primary-color);
}
.our_team_about_us1 {
  display: flex;
  align-items: center;
  padding-left: 0;
  justify-content: center;
}
.our_team_about_us2 {
  padding-left: 15px;
  padding-right: 15px;
}
.our_team_about_us3 {
  background: #d0dee1;
  border-radius: 10px;
  padding: 15px;
}
.our_team_about_us4 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #eeeeeea3;
}
.our_team_about_us4 img {
  width: 80%;
  height: 80%;
  transform: translateY(-12px);
}
.our_team_about_us5 {
  text-align: center;
}
.our_team_about_us5 h3 {
  color: var(--primary-color);
  margin-bottom: 1px;
  margin-top: 9px;
  font-weight: 500;
  font-size: 27px;
}
.our_team_about_us5 span {
  font-size: 14px;
  color: var(--btn-color);
}
.our_team_about_us5 p {
  font-size: 15px;
  margin-top: 12px;
  font-weight: 400;
}
.our_team_about_us5 ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.our_team_about_us5 ul li {
  width: 35px;
  height: 35px;
  background: var(--btn-color);
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  flex: 0 0 35px;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s ease;
}
.our_team_about_us5 ul li:hover {
  background: var(--primary-color);
}
.our_team_about_us5 ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 35px;
  height: 35px;
}
.main_section_about_us_parent {
  padding: 40px 0px;
}
.main_section_about_us_parent1 {
  padding-top: 30px;
}
.main_section_about_us_parent2 {
  text-align: center;
  margin-bottom: 40px;
}
.main_section_about_us_parent3 {
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  background: #122233;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_section_about_us_parent3 img {
  width: 80%;
  height: 80%;
  color: #fff;
  filter: brightness(0) invert(1);
}
.main_section_about_us_parent2 h3 {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
}
.main_section_about_us_parent4 {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_section_about_us_parent4 li {
  flex: 0 0 46%;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.main_section_about_us_parent6 {
  display: flex;
  align-items: flex-start;
}
.main_section_about_us_parent6 span {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  background: var(--btn-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-right: 15px;
}
.main_section_about_us_parent6 p {
  font-weight: 400;
  font-size: 15px;
}
.about_us_parent_sec_2 {
  padding-left: 0px;
}
@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
  .about_us_parent_sec_5 {
    text-align: left;
    color: #000;
    flex-direction: column;
  }
  ._only_mobile_not_dekhs {
  flex: 0 0 100%;
  width: 100%;
}
._only_mobile_not_dekhs_content {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 20px;
  color:#fff;
}
._about_parent1 {
  text-align: left;
}
  .about_us_parent_sec_5 h1 {
    text-align: left;
  }
  .about_us_parent_sec_1 {
    padding-bottom: 12px;
  }
  .main_section_about_us_parent4 li {
    flex: 0 0 100%;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .our_team_about_us1 {
    flex-wrap: wrap;
  }
  .our_team_about_us2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 400px;
    width: 100%;
    margin-bottom: 30px;
  }
  .about_us_parent_sec_2 {
    background-image: unset;
    height: unset;
    margin-bottom: 0px;
  }
  .about_us_parent_sec_6 {
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
    word-spacing: 1px;
    line-height: 28px;
    color: #000;
  }
}
@media only screen and (max-width: 450px) {
  .projectFactsWrap .item {
    width: 100%;
    flex: 0 0 100%;
  }
}
