.teksti-black {
  font-family: "Gilroy-Bold", sans-serif !important;
  font-size: 60px !important;
  line-height: normal;
  font-weight: 700 !important;
  color: #414042;
}

.simple_circle {
  display: flex;
  justify-content: right;
  background-color: #189232;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}

.simple_circle_head {
  display: flex;
}

.simple_circle-1 {
  display: flex;
  justify-content: right;
  background-color: #ff4526;
  min-width: 40px;
  min-height: 40px;
  border-radius: 90%;
  line-height: normal;
}

.fotoja img {
  padding-top: 27rem;
}
/* @media only screen and (max-width: 900px) {
    .fotoja img {
        width: 100%;
        padding-top: 5rem;

    }
} */

.input-gashi {
  background-color: transparent;
  width: 20%;
  border: 0;
  outline: 0;
  border-bottom: 2px solid rgb(196, 196, 212);
  text-align: center;
  color: white;
  font-size: 25px;
}

@media only screen and (max-width: 900px) {
  .input-gashi {
    width: 50%;
  }
}

::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

:-ms-input-placeholder {
  text-align: center;
}

.green-btn {
  background-color: #6ab345;
  color: #fff;
  transition: 200ms;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 20px;
}

.numberCircle {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 30px;

  background: #fff;
  border: 2px solid #a7a9ac;
  color: #a7a9ac;
  text-align: center;

  font: 32px Arial, sans-serif;
}

.numberCircle-selected {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 30px;

  background: #fff;
  border: 2px solid #a7a9ac;
  color: #ff4526;
  text-align: center;
  font-weight: 700 !important;

  font: 32px Arial, sans-serif;
}

.sub-text {
  flex-direction: column;
  align-items: center;
  color: #a7a9ac;
}

.h1shi {
  font-family: "Gilroy-Bold", sans-serif !important;
  font-size: 65px !important;
  line-height: 50px !important;
}

.squared-input {
  border-radius: 0px;
  width: 100% !important;
  height: 100%;
  padding: 20px;
  border: 1px solid #a7a9ac;
}

.squared-button {
  border-radius: 0px;
  width: 100% !important;
  height: 100%;
  padding: 20px;
  border: 0px solid;
  background-color: #ff4526;
  color: white;
}

input {
  text-align: center;
}

.row {
  margin-right: calc(var(--bs-gutter-x) * -0) !important;
}

.squared-input::after {
  content: "asd";
}

.bordered-image {
  border: 1px solid #a7a9ac;
  width: 100%;
  height: 100%;
}

.ulja {
  list-style: none; /* Remove default bullets */
}

.ulja li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #6ab345; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 3%;
  margin-left: -1em;
  font-size: 150%;
}

.text-i-thjesht {
  color: #a7a9ac;
  font-size: 25px;
}

.h3shi {
  color: #6ab345;
}

.section-header {
  z-index: 3123123213;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.text-green {
  color: #6ab345;
}
.circles-row {
  height: 100vh;
  display: flex;
  justify-content: space-around;
}
.circle-group div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.circle-group i {
  font-size: 12px;
  position: absolute;
  padding: 0px 20px;
}
.circle-group {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-bottom: 30px;
}
.circle-group h3 {
  color: #939598;
}
.circles-subheading {
  margin: 10% 0;
  color: #939598;
  font-weight: 400;
}
.circles-heading {
  font-size: 60px;
}
.fix_button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 55px;
}

.our-offices {
  width: 100%;
  height: 100vh;
  background: url(https://wallpapercave.com/wp/ixmt8JQ.jpg) center center
    no-repeat;
  background-size: cover;
  /* position: absolute; */
}

.numri {
  font-family: "Gilroy-Bold", sans-serif !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
  color: white;
}
.findjobs {
  display: flex;
  align-items: center;
}

.background-video-container video {
  position: fixed;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 800px) {
  .mobile_only {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .pc_use {
    display: none;
  }
}
.h1shi {
  line-height: 70px !important;
}
/* .pc_use {
   
    } */
@media only screen and (min-width: 850px) {
  .pc_use {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 800px) {
  .mobile_three {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}
