/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.banner_section .header-spacing {
  max-width: 770px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .banner_section .header-spacing.common-spacing {
    padding: 60px 0;
  }
}
@media (min-width: 1440px) {
  .banner_section .header-spacing {
    max-width: 900px;
  }
}
.build_brand_section {
  background-color: #222222;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .build_brand_section {
    border-radius: 60px;
  }
}
.build_brand_section .d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.build_brand_section .d-flex .left {
  max-width: 100%;
  flex: 0 0 100%;
  padding-right: 0px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .build_brand_section .d-flex .left {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
    padding-right: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .build_brand_section .d-flex .left {
    max-width: calc(100% - 730px);
    flex: 0 0 calc(100% - 730px);
    padding-right: 20px;
  }
}
.build_brand_section .d-flex .left img {
  max-height: 330px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .build_brand_section .d-flex .left img {
    max-width: 40%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .build_brand_section .d-flex .left img {
    bottom: -28px;
    max-width: 100%;
    position: relative;
    max-height: 600px;
  }
}
.build_brand_section .d-flex .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .build_brand_section .d-flex .right {
    max-width: 670px;
    flex: 0 0 670px;
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .build_brand_section .d-flex .right {
    max-width: 730px;
    flex: 0 0 730px;
    padding-left: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .build_brand_section .d-flex .right::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/value_border.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.build_brand_section .d-flex .right .title-64 {
  color: #FFFFFF;
}
.build_brand_section .d-flex .right .desc {
  margin-bottom: 35px;
}
.build_brand_section .d-flex .right .desc p {
  color: #FFFFFF;
}
.build_brand_section .d-flex .right .name_desc .name {
  margin-bottom: 0;
  color: #FFFFFF;
}
.build_brand_section .d-flex .right .name_desc .position {
  color: #FFFFFF;
}
.value_section .header-spacing {
  max-width: 900px;
}
.map_section .header-spacing {
  max-width: 900px;
}
.footer {
  position: relative;
}
.footer::before {
  content: "";
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  background-color: #222222;
  z-index: -1;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.meet_team_section .header-spacing {
  display: block;
  max-width: 100%;
}
@media (min-width: 992px) {
  .meet_team_section .header-spacing {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .meet_team_section .header-spacing .title-64 {
    max-width: calc(100% - 815px);
    flex: 0 0 calc(100% - 815px);
  }
  .meet_team_section .header-spacing p {
    max-width: 815px;
    flex: 0 0 815px;
  }
}
.meet_team_section .team_listing {
  overflow: hidden;
  padding-bottom: 1px;
  padding-right: 1px;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.meet_team_section .team_listing .team_member {
  border: 1px solid #212B36;
  border-radius: 24px;
  padding: 10px 10px;
  margin-right: -1px;
  margin-bottom: -1px;
  max-width: 50%;
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .meet_team_section .team_listing .team_member {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 20px 20px;
  }
}
@media (min-width: 1025px) {
  .meet_team_section .team_listing .team_member {
    padding: 30px 30px;
  }
}
@media (min-width: 1200px) {
  .meet_team_section .team_listing .team_member {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 1600px) {
  .meet_team_section .team_listing .team_member {
    padding: 50px 45px;
  }
}
.meet_team_section .team_listing .team_member img {
  max-height: 280px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .meet_team_section .team_listing .team_member img {
    max-height: 260px;
  }
}
@media (min-width: 1440px) {
  .meet_team_section .team_listing .team_member img {
    max-height: 280px;
  }
}
@media (min-width: 1600px) {
  .meet_team_section .team_listing .team_member img {
    max-height: 430px;
  }
}
.meet_team_section .team_listing .team_member .mem_desc {
  margin-top: 30px;
  text-align: center;
}
.meet_team_section .team_listing .team_member .mem_desc .title-20 {
  font-weight: 500;
  margin-bottom: 2px;
}
.meet_team_section .team_listing .team_member .mem_desc .position {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .meet_team_section .team_listing .team_member .mem_desc .position {
    font-size: 14px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=about_us.css.map */