*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: #06A3DA;
  text-decoration: none;
}

a:hover {
  color: #0582ae;
}

button {
  border-radius: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #6B6A75;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: 2px;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #6B6A75;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(6,163,218,0.25);
}

.btn-primary {
  color: #000;
  background-color: #06A3DA;
  border-color: #06A3DA;
}

.btn-primary:hover {
  color: #000;
  background-color: #2bb1e0;
  border-color: #1facde;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #2bb1e0;
  border-color: #1facde;
  box-shadow: 0 0 0 .25rem rgba(5,139,185,0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #38b5e1;
  border-color: #1facde;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  background-color: #c83063;
  box-shadow: 0 0 0 .25rem rgba(5,139,185,0.5);
}

.btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn-primary, .btn-secondary {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
}

.theme-btn:hover {
  color: white;
}

@media (max-width: 768px) {
  .navbar-light .navbar-brand img {
    max-width: 120px;
  }
}

.fas.fa-handshake {
}

@media (max-width: 768px) {
  .contact-us .media {
    padding: 30px 10px;
  }
}

@media (max-width: 768px) {
  .contact-us .media .media-body h4 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    /*height: 600px;*/
    /*background-size: cover;*/
    background-position: center center;
  }
}

.box {
  margin: auto;
  width: 300px;
  height: 300px;
  border-radius: 100%;
}

.box > h3 {
  bottom: 25px;
  font-size: 16px;
  /*padding-left: 40px;*/
  /*text-align: center !important;*/
}

.box .box-content:before {
  border-radius: 100%;
}

.box .box-content:after {
  border-radius: 100%;
}

.box .title {
  margin: 85px 0 0;
}

.box > h3 {
  display: block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  left: 0;
  right: 0;
}

.select {
  font-size: 16px;
  color: #595c5f;
  text-align: left;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .text-start {
    margin-top: 30px;
    text-align: left !important;
  }
}

