

.text-blk {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.responsive-container-block.bigContainer {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #b79780;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin: 0 0 0 0;
}

.responsive-container-block.Container {
  max-width: 1320px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.responsive-container-block.leftSide {
  width: auto;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  flex-direction: column;
  position: static;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 400px;
}

.text-blk.heading {
  font-size: 70px;
  line-height: 64px;
  font-weight: 900;
  color: #ffffff;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.text-blk.btn {
  color: rgb(0, 178, 235);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(160, 121, 0, 0.2) 0px 12px 35px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  cursor: pointer;
}

.responsive-container-block.rightSide {
  width: 675px;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  height: 700px;
  min-height: auto;
}

.number1img {
  margin-top: 39%;
  margin-right: 80%;
  margin-bottom: 29%;
  margin-left: 0px;
  height: 32%;
  width: 30%;
  border: 4px solid #797979;
  border-radius: 10px;
  position: absolute;
}

.number2img {
  margin-top: 7%;
  margin-right: 42%;
  margin-bottom: 42%;
  margin-left: 23%;
  width: 40%;
  height: 60%;
  border: 4px solid #797979;
  border-radius: 10px;
  position: absolute;
}

.number3img {
  width: 23%;
  height: 31%;
  position: absolute;
  margin-top: 73%;
  margin-right: 64%;
  margin-bottom: 30%;
  margin-left: 23%;
  border: 4px solid #797979;
  border-radius: 10px;
}

.number4vid {
  width: 34%;
  height: 33%;
  position: absolute;
  margin-top: 52%;
  margin-right: 20%;
  margin-bottom: 0px;
  margin-left: 39%;
  border: 4px solid #797979;
  border-radius: 10px;
}

.number5img {
  position: absolute;
  width: 23%;
  height: 24%;
  margin-top: 38%;
  margin-right: 27%;
  margin-bottom: 41%;
  margin-left: 60%;
  border: 4px solid #797979;
  border-radius: 10px;
}

.number6img {
  position: absolute;
  margin-top: 0px;
  margin-right: 3%;
  margin-bottom: 67%;
  margin-left: 68%;
  width: 35%;
  height: 47%;
  border: 4px solid #797979;
  border-radius: 10px;
}

.number7img {
  position: absolute;
  width: 50%;
  margin-top: 50%;
  margin-right: 0px;
  margin-bottom: 18%;
  margin-left: 75%;
  height: 48%;
  border: 4px solid #797979;
  border-radius: 10px;
}

.text-blk.subHeading {
  font-size: 14px;
  line-height: 25px;
}

.progress-skill-bar {
  display: flex;
  width: 100%;
}

.progress-skill-bar h4 {
  font-size: 21px;
  font-weight: 700;
  color: #dedede;
  margin-bottom: 14px;
  padding-left: 3rem;
}

.progress-skill-bar span {
  font-size: 18px;
  padding-bottom: 3rem;
  font-weight: 900;
  color: #8c4c4c;
}


@media (max-width: 1024px) {
  .responsive-container-block.Container {
    margin-top: 45px;
    flex-direction: column-reverse;
  }

  .text-blk.heading {
    text-align: center;
    max-width: 370px;
  }

  .text-blk.subHeading {
    text-align: center;
  }

  .responsive-container-block.leftSide {
    align-items: center;
    max-width: 480px;
  }

  .responsive-container-block.rightSide {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .responsive-container-block.rightSide {
    margin: 80px auto 70px auto;
  }

  .responsive-map {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .responsive-container-block.Container {
    margin-top: 110px;
  }
  .responsive-container-block.rightSide {
    width: 450px;
    height: 450px;
  }

  .responsive-container-block.leftSide {
    max-width: 450px;
  }
}

@media (max-width: 500px) {
  .number1img {
    display: none;
  }

  .number2img {
    display: none;
  }

  .number3img {
    display: none;
  }

  .number5img {
    display: none;
  }

  .number6img {
    display: none;
  }

  .number7img {
    display: none;
  }

  .responsive-container-block.rightSide {
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
  }

  .number4vid {
    position: static;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    height: 100%;
  }

  .text-blk.heading {
    font-size: 25px;
    line-height: 40px;
    max-width: 370px;
    width: auto;
  }

  .text-blk.subHeading {
    font-size: 14px;
    line-height: 25px;
  }

  .responsive-container-block.leftSide {
    width: 100%;
  }

  .responsive-container-block.bigContainer {
    margin-top: 100px;
  }
}
