@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap");

/* Chat button call button */

.chatnow {
  position: fixed;
  height: 60px;
  width: 90px;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0 50px 50px 0px;
  transition: 0.5s;
  cursor: pointer;
  z-index: 300;
}

.chatnow img {
  height: 70px;
  width: 70px;
}

.chatnow p {
  font-size: 15px;
  font-weight: 600;
  margin-right: 20px;
  margin-left: -80px;
  color: #fb501c;
  font-family: Helvetica;
}

.callnow {
  position: fixed;
  height: 60px;
  width: 90px;
  top: 70%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0 50px 50px 0px;
  transition: 0.5s;
  cursor: pointer;
  z-index: 300;
}

.callnow img {
  height: 70px;
  width: 70px;

  background-color: #ffffff;
  border-radius: 50%;
}

.callnow p {
  font-size: 15px;
  font-weight: 600;
  margin-left: -50px;
  margin-right: 30px;

  color: #fb501c;
  font-family: Helvetica;
}

.chatnow:hover {
  width: 200px;
  background-color: #ffffff;
  border-radius: 0 50px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 0;
}

.callnow:hover {
  width: 180px;
  background-color: #ffffff;
  border-radius: 0 50px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 0;
}

/* Counter */

.counter-achievements {
  width: 100%;
  height: auto;
  background-color: #fb501c;
  margin-top: 20px;
}

.container {
  max-width: 100% !important;
  height: auto;
  padding: 0 !important;
}

.sectionClass {
  padding: 0px 0px 0px 0px;
  position: relative;
  display: block;
  /* background-color: #fb501c; */
  width: 100%;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.text-center h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 4vw;
  overflow-x: hidden;
  color: #ffffff;
  margin-top: 10px;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.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 .number {
  color: #fb501c;
}

.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: #fb501c;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Open Sans";
}

.projectFactsWrap .item span {
  width: 60px;
  background: #fb501c;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: #fb501c;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
