/* programs */
#program .boxes .box {
    display: flex;
    text-align: left;
    width: 100%;
  }
  
  #programs .boxes .box img {
    align-self: center;
    margin-right: 0.5rem;
  }

  .mgb-30 {
    margin-bottom: 30px;
  }


  /* First Page */

  .header {
    min-height: 620px;
    height: 50px;
  }

  .subtitle {
    margin-bottom: 60px;
  }

  .hero-btn {
    margin-bottom: 40px;
  }



 /* Our Programs */

 #programs .w-1 {
  margin-top: 40px;
  margin-bottom: 25px;
}

#programs .boxes {
  display:inline-flex;
  justify-content: space-between;
  
}

#programs .boxes .box {
  flex: 1;
}

#programs .boxes .box .sector {
  width: 230px;
  margin-bottom: 20px;
}

#programs .boxes .box .ctp-1 {
  width: 230px;
  -background-color: #08D9D6;
  -padding: 0.5rem;
  -border-radius: 100%;
  color: #252A34;
}

#programs .boxes .box .ctp-2 {
  width: 215px;
  -background-color: #08D9D6;
  -padding: 0.5rem;
  -border-radius: 100%;
  -color: #252A34;
}

#programs .boxes .plussign {
  width: 40px;
  padding: 0.5rem;
  border-radius: 100%;
  color: #252A34;
  margin-top: 110px;
  margin-right: 20px;
}

#programs- .boxes .plussign::after {
  rotate:calc(0q);
}

#programs- .boxes .plussign:hover::after {
  rotate:calc(360q);
}

#programs- .boxes .plussign:hover::shadow {
  rotate:calc(-360q);
}

#programs .boxes .equalsign {
  width: 50px;
  padding: 0.5rem;
  border-radius: 100%;
  color: #252A34;
  margin-top: 100px;
}


/* Leaders section */

#leaders .w-1 {
  margin-top: 40px;
  margin-bottom: 25px;
}

#leaders .boxes2 {
  display: inline-flex;
  justify-content: space-between;
  
}

#leaders .boxes2 .box2 {
  flex: 1;
}

#leaders .boxes2 .box2 .person {
  width: 250px;
  background-color: #3023e0;
  padding: 0.20rem;
  border-radius: 100%;
  border-width: 3pt;
  border-spacing: 10px;
  border-left-color: lightgray;
  border-right-color: lightgray;
  border-top-style: hidden;
  border-bottom-style: hidden;
  border-left-style: inset;
  border-right-style: inset;
  margin-top: 20px;
}

#leaders .boxes2 .box2 .person2 {
  width: 250px;
  background-color: #3023e0;
  padding: 0.20rem;
  border-radius: 100%;
  border-width: 3pt;
  border-spacing: 10px;
  border-left-color: lightgray;
  border-right-color: lightgray;
  border-top-style: hidden;
  border-bottom-style: hidden;
  border-left-style: inset;
  border-right-style: inset;
  margin-top: 20px;
}


/* Our works */

#Our-works .boxes3 .box-telecom-1 {
  display: flex;
  text-align: left;
  width: 100%;
  align-items: center;
}

#Our-works .boxes3 .box-telecom-1 img {
  align-self: center;
  margin-right: 0.5rem;
  margin-right: 50px;
}

#Our-works .boxes3 .box-telecom-2 {
  display: flex;
  text-align: right;
  width: 100%;
  align-items: center;
}

#Our-works .boxes3 .box-telecom-2 img {
  align-self: center;
  margin-right: 0.5rem;
  margin-left: 50px;
}


/* Our Partner */

.w-body {
  
}
.wrapper {

}
.wrapper .carousel .liebherr {
  width: 230px;
  margin-bottom: 110px;
  -margin-right: 30px;
}
.wrapper .carousel .potain {
  width: 210px;
  margin-bottom: 135px;
  -margin-right: 40px;
}
.wrapper .carousel .terex {
  width: 220px;
  margin-bottom: 135px;
  -margin-right: 30px;
}
.wrapper .carousel .agg {
  width: 180px;
  margin-bottom: 65px;
  mar2gin-right: 30px;
}
.wrapper .carousel .gjj {
  width: 200px;
  margin-bottom: 78px;
  -margin-right: 30px;
}
.wrapper .carousel .zoomlion {
  width: 180px;
  margin-bottom: 120px;
  -margin-right: 30px;
}
.wrapper .carousel .YongMao {
  width: 180px;
  margin-bottom: 125px;
  -margin-right: 30px;
}
.wrapper .carousel .xmt {
  width: 160px;
  margin-bottom: 60px;
  -margin-right: 30px;
}


