.hire-card:hover, .hire-card .card__footer a span, .hire-card .card__footer a {
  transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
}

.header__search .search__box, .header__search .search__wrap .search__right, .header__search .search__wrap, .hire-card .card__header, .hire-card .project-person__link, .hire-card .project-list__person, .hire-card {
  display: flex;
}

.hire-card .card__footer a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #022d4d;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.hire-card .card__footer a:after, .hire-card .card__footer a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 50%;
  width: 0;
  background: #005391;
  opacity: 0.6;
  transition: width 0.3s ease-in-out;
}
.hire-card .card__footer a:before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.hire-card .card__footer a span,
.hire-card .card__footer a a {
  position: relative;
  z-index: 2;
  font-weight: 100;
  padding: 10px 30px;
  display: block;
  color: #fff;
}
.hire-card .card__footer a:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.hire-card .card__footer a:hover span {
  color: #fff;
}
.hire-card .card__footer a:hover:after, .hire-card .card__footer a:hover:before {
  width: 100%;
}

.friends_group .hire__title, .section__titlepage {
  margin: 40px 0;
}
.friends_group .hire__title span, .section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .friends_group .hire__title, .section__titlepage {
    margin-bottom: 3rem;
  }
  .friends_group .hire__title span, .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .friends_group .hire__title, .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .friends_group .hire__title span, .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

/*Mixin Responsive*/
.hire-card:hover, .hire-card .card__footer a, .hire-card .card__footer a span {
  transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
}

.header__search .search__box, .header__search .search__wrap .search__right, .header__search .search__wrap, .hire-card .card__header, .hire-card .project-person__link, .hire-card .project-list__person, .hire-card {
  display: flex;
}

.hire-card .card__footer a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #022d4d;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.hire-card .card__footer a:after, .hire-card .card__footer a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 50%;
  width: 0;
  background: #005391;
  opacity: 0.6;
  transition: width 0.3s ease-in-out;
}
.hire-card .card__footer a:before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.hire-card .card__footer a span,
.hire-card .card__footer a a {
  position: relative;
  z-index: 2;
  font-weight: 100;
  padding: 10px 30px;
  display: block;
  color: #fff;
}
.hire-card .card__footer a:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.hire-card .card__footer a:hover span {
  color: #fff;
}
.hire-card .card__footer a:hover:after, .hire-card .card__footer a:hover:before {
  width: 100%;
}

.friends_group .hire__title, .section__titlepage {
  margin: 40px 0;
}
.friends_group .hire__title span, .section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .friends_group .hire__title, .section__titlepage {
    margin-bottom: 3rem;
  }
  .friends_group .hire__title span, .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .friends_group .hire__title, .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .friends_group .hire__title span, .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

.hire__banner {
  width: 100%;
  height: auto;
}
.hire__banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hire__wrapper {
  margin: 40px 0;
  background-color: #fff;
  height: 100%;
}
.hire__wrapper .backtosocial i {
  font-size: 20px;
}
.hire__wrapper .backtosocial a {
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  padding-left: 10px;
  color: #000;
  font-size: 25px;
}

.friends_group {
  display: flex;
  justify-content: space-between;
}
.friends_group .friends_category {
  display: flex;
  align-items: center;
}
.friends_group .friends_category .category {
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.friends_group .friends_category .category p {
  font-size: 18px;
  color: #022d4d;
}
.friends_group .friends_category .category .icon {
  display: flex;
}
.friends_group .friends_category .category .icon a {
  color: #CFAA40;
}
.friends_group .friends_category .category .icon i {
  padding: 1.5px 0 0 5px;
}
.friends_group .friends_category .category_item {
  padding-right: 73px;
}

.hire-card {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #CFAA40;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 30px);
}
.hire-card .card__title {
  height: 50px;
}
.hire-card .project__footer p {
  color: #4A4B4C;
  margin: 3px 0 8px 0;
}
.hire-card .project-list__person {
  flex-wrap: wrap;
}
.hire-card .project-list__person li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.hire-card .project-list__person li:last-child {
  margin-right: 0;
}
.hire-card .project-list__person li span {
  margin-left: 5px;
}
.hire-card .project-person__link {
  width: 2.2rem;
  height: 2.2rem;
  overflow: hidden;
  border-radius: 50%;
}
.hire-card .project-person__link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hire-card .card__header {
  align-items: center;
  justify-content: flex-start;
}
.hire-card .card__title {
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #000;
}
.hire-card .card__copy {
  font-size: 20px;
  line-height: 25px;
  overflow: hidden;
  color: #000;
}
.hire-card .card__copy img {
  float: left;
  margin-right: 10px;
}
.hire-card .card__body {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.hire-card .card__footer a {
  font-family: "Caros", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-radius: 1rem;
  height: 4rem;
  width: 13.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hire-card .card__footer a span {
  font-weight: 300;
  padding: 0;
}
.hire-card .active img {
  width: 300px;
}
.hire-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

@media (max-width: 575px) {
  .header__search {
    height: auto;
    padding-top: 10px;
  }
  .header__search .search__wrap {
    padding-bottom: 5px;
  }
  .header__search .search__wrap .search__box {
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__search .search__wrap .search__box .search__hub {
    width: 100%;
  }
  .header__search .search__wrap .search__box .search__hub .drop__hub {
    top: 36px;
    left: 100px;
  }
  .header__search .search__wrap .search__box .search {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 10px 0;
    width: 100%;
  }
  .header__search .search__wrap .search__box .search input {
    width: 100%;
  }
  .header__search .search__wrap .search__box button {
    width: 100%;
  }
  .header__search .nav__list {
    width: 100%;
  }

  .question_group .question p {
    padding: 0;
  }

  .main_group .main_text .social_text .card__actions {
    width: auto;
  }

  .search__right {
    width: 100%;
  }
  .search__right--item {
    width: 50%;
    margin: 0 !important;
    text-align: center;
  }

  .hire__wrapper .backtosocial a {
    font-size: 15px;
  }
  .hire__wrapper .hire-card .card__title {
    height: 60px;
  }
  .hire__wrapper .hire-card .card__actions {
    margin-left: 15px;
  }
  .hire__wrapper .hire-card .card__body .active img {
    width: 315px;
  }

  .friends_group .friends_category {
    margin-top: 20px;
  }
  .friends_group .friends_category .category_item {
    padding-right: 30px;
  }
  .friends_group .friends_category .category p {
    font-size: 12px;
  }
  .friends_group .friends_category .category .icon a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .header__search {
    height: auto;
    padding-top: 15px;
  }

  .hire__wrapper .hire-card .card__title {
    height: 60px;
  }
  .hire__wrapper .hire-card .card__actions {
    margin-left: 6px;
  }
  .hire__wrapper .hire-card .card__copy {
    font-size: 12px;
  }
  .hire__wrapper .hire-card .card__body .active img {
    width: 285px;
  }
}
.header__search {
  background-color: #022d4d;
}
.header__search .container-master {
  height: 100%;
}
.header__search .search__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__search .search__wrap .search__right {
  padding: 1rem 0 0.4rem;
  flex-wrap: wrap;
}
.header__search .search__wrap .search__right--item {
  margin-right: 1.2rem;
  background-color: #cfaa40;
  color: #fff;
  padding: 0.75rem 1.4rem;
  display: block;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.header__search .search__wrap .search__right--item:first-child {
  margin-right: 0;
  background-color: #fff;
  color: #022d4d;
  border-radius: 2px 0 0 2px;
}
.header__search .search__wrap .search__right--item:last-child {
  border-radius: 0 2px 2px 0;
}
.header__search .search__box {
  margin-top: -3px;
  align-items: center;
  border-radius: 2px;
}
.header__search .search__box .search__hub {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 0;
  background-color: #99B5C2;
}
.header__search .search__box .search__hub p {
  padding: 0px 7px 0 20px;
  color: #fff;
}
.header__search .search__box .search__hub i {
  font-size: 13px;
  padding-right: 15px;
  color: #fff;
}
.header__search .search__box .search__hub:hover .drop__hub {
  display: block;
}
.header__search .search__box .drop__hub {
  padding: 8px 15px;
  display: none;
  top: 26px;
  left: 120px;
  background-color: #fff;
  position: absolute;
}
.header__search .search__box .drop__hub a {
  font-family: "Caros", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #022D4D;
  display: block;
}
.header__search .search__box .search {
  background-color: #fff;
}
.header__search .search__box .search .search__icon {
  padding: 0 0 0 20px;
  font-size: 17px;
}
.header__search .search__box .search .search__icon i {
  color: #022d4d;
}
.header__search .search__box .search input {
  border: 0;
  outline: none;
  font-size: 20px;
  color: #022d4d;
  padding: 10.5px;
  width: 36rem;
}
.header__search .search__box .search__icon {
  padding: 0 0 0 24px;
  font-size: 17px;
}
.header__search .search__box .search__icon i {
  color: #022d4d;
}
.header__search .search__box button {
  border: 0;
  outline: none;
  color: #fff;
  background-color: #cfaa40;
  padding: 10.5px 40px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  font-size: 20px;
}
.header__search .search__box button:hover {
  background-color: #b78c13;
}

@media (max-width: 1024px) {
  .header__search .search__wrap .search__hub {
    padding: 9.5px 0;
  }
  .header__search .search__wrap .search__hub p {
    font-size: 12px;
  }
  .header__search .search__wrap .search input {
    padding: 11.5px;
    font-size: 12px;
  }
  .header__search .search__wrap button {
    padding: 11.5px 40px;
    font-size: 12px;
  }
  .header__search .search__wrap .search__right .search__right--item {
    font-size: 12px;
  }
}/*# sourceMappingURL=friends.css.map */