a:link {
    color: inherit;
    text-decoration: none;
}
.navbar-nav {
    text-align: center;
}

.required-field {
    color: red;
}

.invalid_input_field {
  border: 2px solid red;
}

.circle {
  position: relative;
  background: #198754;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  margin: auto;
}

.checkMark {
  position: absolute;
  transform: rotate(50deg) translate(-50%, -50%);
  left: 27%;
  top: 43%;
  height: 60px;
  width: 25px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}

.carousel-control {
    margin-top: 20px;
}

.carousel .carousel-item {
  min-height: 60vh;
}

.carousel-item img {

    height: 60vh;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      object-fit:cover;
}

.navbar-brand, .navbar-toggler {
    font-size: 17px;
}


@media (max-width: 375px) {
    .navbar-brand, .navbar-toggler {
        font-size: 15px;
    }
}
@media (max-width: 341px) {
    .navbar-brand, .navbar-toggler {
        font-size: 13px;
    }
}
@media (max-width: 305px) {
    .navbar > .container {
        justify-content: space-around;
    }
    .navbar-brand {
        margin: 0;
    }
}

@media (max-width: 396px) {
    footer > .nav {
        flex-direction: column;
        align-items: center;
    }
}


.rubik-mono {
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}

.company-about li {
    margin-top: 5px;
}
.company-about li:before {
  background-color: rgb(230, 92, 0);
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 10px;
  width: 10px;
}

.advantages {
padding: 30px 0;
}

.advantages-point {
    font-weight: bold;
    background-color: #ef721fd6;
    color: #fff;
    font-weight: 600;
    margin: 0 15px;
    margin-top: 20px;
    max-width: 290px;
    max-height: 390px;
    padding: 15px;
    border-radius: 15px;
}

.advantages-point > div{
    margin-top: 25px;
}

.advantages-icon {
    max-width: 216px;
    max-height: 216px;
}
.arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 4px solid #8d8d8d;
  border-right: 4px solid #8d8d8d;
}

.arrow-right {
  transform: rotate(45deg);
}
.arrow-left {
  transform: rotate(-135deg);
}