.section__title .sub-title {
  display: block;
  color: #FCAF17;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.1em; }

.section__title .title {
  margin-bottom: 0;
  font-size: 43px;
  line-height: 1.32;
  letter-spacing: -0.01em; }
  @media (max-width: 1199.98px) {
    .section__title .title {
      font-size: 38px; } }
  @media (max-width: 767.98px) {
    .section__title .title {
      font-size: 32px; } }

.about {
  position: relative;
  padding: 180px 0 0; }
  @media (max-width: 991.98px) {
    .about {
      padding: 170px 0 120px; } }
  .about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .about::before {
        width: 100%; } }
  .about__icons__wrap {
    position: relative;
    max-width: 583px;
    min-height: 570px;
    margin-left: -50px; }
    @media (max-width: 1500px) {
      .about__icons__wrap {
        min-height: 540px;
        margin-left: 0; } }
    @media (max-width: 1199.98px) {
      .about__icons__wrap {
        margin-right: 30px; } }
    @media (max-width: 991.98px) {
      .about__icons__wrap {
        max-width: 570px;
        margin: 0 auto 50px; } }
    @media (max-width: 767.98px) {
      .about__icons__wrap {
        min-height: 420px;
        max-width: 400px; } }
    .about__icons__wrap li {
      position: absolute;
      -webkit-transition: all 1000ms ease-out 0s;
      -moz-transition: all 1000ms ease-out 0s;
      -ms-transition: all 1000ms ease-out 0s;
      -o-transition: all 1000ms ease-out 0s;
      transition: all 1000ms ease-out 0s; }
      .about__icons__wrap li img {
        box-shadow: 0px 4px 4px #F2F2F2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .about__icons__wrap li img.dark {
          display: none;
          box-shadow: none; }
      .about__icons__wrap li:nth-child(1) {
        left: 20%;
        top: 0;
        -webkit-transform: translate(170%, 240%);
        -ms-transform: translate(170%, 240%);
        transform: translate(170%, 240%); }
        @media (max-width: 767.98px) {
          .about__icons__wrap li:nth-child(1) {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }
        .about__icons__wrap li:nth-child(1) img {
          max-width: 91.5px; }
      .about__icons__wrap li:nth-child(2) {
        right: 15%;
        top: 11px;
        -webkit-transform: translate(-100%, 170%);
        -ms-transform: translate(-100%, 170%);
        transform: translate(-100%, 170%); }
        @media (max-width: 767.98px) {
          .about__icons__wrap li:nth-child(2) {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }
        @media (max-width: 1199.98px) {
          .about__icons__wrap li:nth-child(2) {
            right: 5%; } }
        .about__icons__wrap li:nth-child(2) img {
          max-width: 117.5px; }
          @media (max-width: 767.98px) {
            .about__icons__wrap li:nth-child(2) img {
              max-width: 90px; } }
      .about__icons__wrap li:nth-child(3) {
        left: 0;
        top: 39%;
        -webkit-transform: translate(240%, -5%);
        -ms-transform: translate(240%, -5%);
        transform: translate(240%, -5%); }
        @media (max-width: 767.98px) {
          .about__icons__wrap li:nth-child(3) {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }
        .about__icons__wrap li:nth-child(3) img {
          max-width: 110px; }
          @media (max-width: 767.98px) {
            .about__icons__wrap li:nth-child(3) img {
              max-width: 90px; } }
      .about__icons__wrap li:nth-child(4) {
        right: 39%;
        top: 40.5%; }
        @media (max-width: 1199.98px) {
          .about__icons__wrap li:nth-child(4) {
            right: 33%; } }
        .about__icons__wrap li:nth-child(4) img {
          max-width: 80px; }
      .about__icons__wrap li:nth-child(5) {
        right: 0;
        bottom: 45%;
        -webkit-transform: translate(-540%, -40%);
        -ms-transform: translate(-540%, -40%);
        transform: translate(-540%, -40%); }
        @media (max-width: 767.98px) {
          .about__icons__wrap li:nth-child(5) {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }
        .about__icons__wrap li:nth-child(5) img {
          max-width: 46.5px; }
      .about__icons__wrap li:nth-child(6) {
        left: 18%;
        bottom: 5%;
        -webkit-transform: translate(300%, -380%);
        -ms-transform: translate(300%, -380%);
        transform: translate(300%, -380%); }
        @media (max-width: 767.98px) {
          .about__icons__wrap li:nth-child(6) {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }
        .about__icons__wrap li:nth-child(6) img {
          max-width: 62px; }
      .about__icons__wrap li:nth-child(7) {
        right: 14%;
        bottom: 0;
        -webkit-transform: translate(-50%, -120%);
        -ms-transform: translate(-50%, -120%);
        transform: translate(-50%, -120%); }
        @media (max-width: 767.98px) {
          .about__icons__wrap li:nth-child(7) {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }
        .about__icons__wrap li:nth-child(7) img {
          max-width: 171px; }
          @media (max-width: 1199.98px) {
            .about__icons__wrap li:nth-child(7) img {
              max-width: 130px; } }
          @media (max-width: 991.98px) {
            .about__icons__wrap li:nth-child(7) img {
              max-width: 150px; } }
          @media (max-width: 767.98px) {
            .about__icons__wrap li:nth-child(7) img {
              max-width: 90px; } }
  .about__content {
    margin-left: 100px; }
    @media (max-width: 1199.98px) {
      .about__content {
        margin-left: 30px; } }
    @media (max-width: 991.98px) {
      .about__content {
        margin-left: 0; } }
    .about__content .section__title {
      margin-bottom: 45px; }
    .about__content .desc {
      margin-bottom: 45px; }
  .about__exp {
    display: flex;
    align-items: center;
    margin-bottom: 32px; }
  .about__exp__icon {
    margin-right: 15px; }
    .about__exp__icon img {
      max-width: 41px; }
  .about__exp__content {
    flex-grow: 1; }
    .about__exp__content p {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      color: #191B1E;
      line-height: 1.6; }
      @media (max-width: 767.98px) {
        .about__exp__content p {
          font-size: 17px; } }
      @media (max-width: 767.98px) {
        .about__exp__content p br {
          display: none; } }
  .about.about__style__two {
    padding: 120px 0 120px; }
    .about.about__style__two::before {
      display: none; }
    @media (max-width: 991.98px) {
      .about.about__style__two .about__image {
        text-align: center;
        margin-bottom: 50px; } }
    .about.about__style__two .about__content {
      margin: 0 57px 0 44px; }
      @media (max-width: 1199.98px) {
        .about.about__style__two .about__content {
          margin: 0 0 0 25px; } }
      @media (max-width: 1199.98px) {
        .about.about__style__two .about__content {
          margin: 0; } }
    .about.about__style__two .about__exp__content span {
      font-weight: 700; }
    @media (max-width: 1199.98px) {
      .about.about__style__two .section__title {
        margin-bottom: 30px; } }
  .about__info__wrap {
    margin-top: 120px; }
    .about__info__wrap .nav-tabs {
      border: none; }
      .about__info__wrap .nav-tabs .nav-item {
        margin-right: 35px;
        margin-bottom: 15px; }
        @media (max-width: 991.98px) {
          .about__info__wrap .nav-tabs .nav-item {
            margin-right: 20px; } }
        .about__info__wrap .nav-tabs .nav-item:last-child {
          margin-right: 0; }
        .about__info__wrap .nav-tabs .nav-item .nav-link {
          font-size: 15px;
          font-weight: 700;
          text-transform: uppercase;
          color: #191B1E;
          padding: 15px 54px;
          border: none;
          position: relative;
          background: #F7F7F7; }
          @media (max-width: 991.98px) {
            .about__info__wrap .nav-tabs .nav-item .nav-link {
              padding: 15px 48px; } }
          .about__info__wrap .nav-tabs .nav-item .nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 4px;
            background: #FCAF17;
            opacity: 0;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
          .about__info__wrap .nav-tabs .nav-item .nav-link.active::after {
            opacity: 1; }
    .about__info__wrap .tab-content {
      margin-top: 30px; }
      .about__info__wrap .tab-content .desc {
        padding-right: 45px;
        margin-bottom: 32px; }
        @media (max-width: 1199.98px) {
          .about__info__wrap .tab-content .desc {
            padding-right: 0; } }
  .about__exp__list li {
    width: 58%;
    margin-bottom: 35px; }
    @media (max-width: 1199.98px) {
      .about__exp__list li {
        width: 90%; } }
    @media (max-width: 991.98px) {
      .about__exp__list li {
        width: 100%; } }
    .about__exp__list li:last-child {
      margin-bottom: 0; }
  .about__exp__list .title {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px; }
  .about__exp__list p {
    margin-bottom: 0; }
  .about__skill__wrap {
    margin-top: 50px;
    margin-bottom: -55px; }
  .about__skill__item {
    margin-bottom: 55px;
    width: 89%; }
    @media (max-width: 991.98px) {
      .about__skill__item {
        width: 95%; } }
    @media (max-width: 767.98px) {
      .about__skill__item {
        width: 100%; } }
    .about__skill__item .title {
      font-family: "Roboto", sans-serif;
      color: #68666C;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.02em;
      margin-bottom: 9px; }
    .about__skill__item .progress {
      background: #F7F7F7;
      height: 6px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      overflow: visible;
      position: relative; }
      .about__skill__item .progress .progress-bar {
        background: #FCAF17; }
        .about__skill__item .progress .progress-bar .percentage {
          line-height: 1;
          color: #68666C;
          font-size: 14px;
          font-weight: 700;
          position: absolute;
          right: 0;
          top: -22px;
          letter-spacing: 0.02em; }
  .about__award__wrap {
    margin-top: 60px;
    margin-bottom: -58px; }
  .about__award__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 55px;
    width: 80%; }
    @media (max-width: 1199.98px) {
      .about__award__item {
        width: 100%; } }
    @media (max-width: 991.98px) {
      .about__award__item {
        display: block; } }
    @media (max-width: 767.98px) {
      .about__award__item {
        text-align: center; } }
    .about__award__item .award__logo {
      max-width: 65px;
      flex: 0 0 65px;
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .about__award__item .award__logo {
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .about__award__item .award__logo {
          margin: 0 auto 20px; } }
      .about__award__item .award__logo img {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transition: all 0.7s ease-out 0s;
        -moz-transition: all 0.7s ease-out 0s;
        -ms-transition: all 0.7s ease-out 0s;
        -o-transition: all 0.7s ease-out 0s;
        transition: all 0.7s ease-out 0s; }
    .about__award__item .award__content {
      flex-grow: 1; }
      .about__award__item .award__content .title {
        font-size: 22px;
        margin-bottom: 15px; }
      .about__award__item .award__content p {
        font-size: 15px;
        margin-bottom: 0; }
    .about__award__item:hover .award__logo img {
      -webkit-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      transform: rotateY(360deg); }
  .about__education__wrap {
    margin-top: 50px;
    margin-bottom: -63px; }
  .about__education__item {
    width: 85%;
    margin-bottom: 60px; }
    @media (max-width: 1199.98px) {
      .about__education__item {
        width: 100%; } }
    .about__education__item .title {
      font-size: 22px;
      margin-bottom: 12px; }
    .about__education__item .date {
      display: block;
      font-weight: bold;
      font-size: 15px;
      letter-spacing: 0.1em;
      color: #FCAF17;
      margin-bottom: 11px; }
    .about__education__item p {
      margin-bottom: 0; }

.about__icons__wrap li.now-in-view:nth-child(1) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.about__icons__wrap li.now-in-view:nth-child(2) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.about__icons__wrap li.now-in-view:nth-child(3) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.about__icons__wrap li.now-in-view:nth-child(5) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.about__icons__wrap li.now-in-view:nth-child(6) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.about__icons__wrap li.now-in-view:nth-child(7) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

  .services {
  padding: 130px 0 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .services {
      padding: 120px 0 90px; } }
  .services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: transparent;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .services::before {
        display: none; } }
  .services__title__wrap {
    margin-bottom: 68px; }
    @media (max-width: 767.98px) {
      .services__title__wrap {
        margin-bottom: 55px; } }
  .services__arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .services__arrow .slick-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      width: 55px;
      height: 55px;
      flex: 0 0 55px;
      padding: 0;
      border-radius: 50%;
      border: 2px solid #000;
      color: #191B1E;
      font-size: 18px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .services__arrow .slick-arrow.slick-next {
        margin-left: 15px; }
      .services__arrow .slick-arrow:hover {
        background: #0054FF;
        border-color: #0054FF;
        color: #fff; }
  .services__item {
    margin-bottom: 30px;
    background: #fff; }
    .services__item:hover .border-btn {
      border-color: #0054FF;
      color: #fff; }
      .services__item:hover .border-btn::before {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
  .services__thumb img {
    width: 100%; }
  .services__content {
    border: 2px solid #F7F7F7;
    padding: 30px 38px 45px; }
    @media (max-width: 767.98px) {
      .services__content {
        padding: 30px 28px 45px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services__content {
        padding: 30px 24px 40px; } }
    .services__content .title {
      font-size: 24px;
      line-height: 1.3;
      letter-spacing: -0.01em;
      margin-bottom: 19px; }
    .services__content p {
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 0; }
    .services__content .border-btn::before {
      background: #0054FF; }
  .services__icon {
    margin-bottom: 23px; }
    .services__icon img {
      max-height: 45px; }
      .services__icon img.dark {
        display: none; }
  .services__list {
    margin: 37px 0 39px; }
    .services__list li {
      font-size: 16px;
      font-weight: 500;
      color: #191B1E;
      padding-left: 18px;
      position: relative; }
      .services__list li + li {
        margin-top: 2px; }
      .services__list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 13px;
        width: 8px;
        height: 1.6px;
        background: #191B1E; }
  .services__active .slick-slide .services__item {
    margin-left: 2px; }
    @media (max-width: 767.98px) {
      .services__active .slick-slide .services__item {
        margin-left: 0; } }
  .services__active .slick-slide.slick-active .services__item {
    margin-left: -2px; }
    @media (max-width: 767.98px) {
      .services__active .slick-slide.slick-active .services__item {
        margin-left: 0; } }
  .services__active .slick-current.slick-active .services__item {
    margin-left: 0; }
  .services__active .slick-list {
    padding-right: 2px; }
    @media (max-width: 767.98px) {
      .services__active .slick-list {
        padding-right: 0; } }

.services__style__two {
  background: transparent;
  padding: 120px 0 120px; }
  .services__style__two .section__title {
    margin-bottom: 60px; }
  .services__style__two__wrap {
    background: #fff;
    margin-top: 1px; }
    .services__style__two__wrap .row [class*="col-"]:nth-child(1) .services__style__two__item, .services__style__two__wrap .row [class*="col-"]:nth-child(5) .services__style__two__item {
      margin-left: 0; }
  .services__style__two__item {
    border: 1px solid #F7F7F7;
    padding: 55px 40px;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media (max-width: 1199.98px) {
      .services__style__two__item {
        padding: 45px 30px; } }
    @media (max-width: 991.98px) {
      .services__style__two__item {
        padding: 50px 50px; } }
    @media (max-width: 767.98px) {
      .services__style__two__item {
        padding: 45px 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services__style__two__item {
        padding: 50px 50px; } }
    .services__style__two__item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      background: #FCAF17;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      opacity: 0; }
    .services__style__two__item:hover {
      box-shadow: 5px 10px 10px rgba(244, 244, 244, 0.68); }
      .services__style__two__item:hover .services__btn {
        color: #fff;
        background: #191B1E; }
      .services__style__two__item:hover::before {
        opacity: 1; }
  .services__style__two__icon {
    margin-bottom: 24px; }
    .services__style__two__icon img {
      max-height: 45px; }
  .services__style__two__content .title {
    font-size: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 18px; }
  .services__style__two__content p {
    font-size: 15px;
    margin-bottom: 25px; }
  .services__style__two__content .services__btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #191B1E;
    color: #191B1E;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.services__details {
  padding: 120px 0 115px; }
  @media (max-width: 991.98px) {
    .services__details {
      padding: 120px 0 120px; } }
  .services__details__thumb {
    margin-bottom: 40px; }
    .services__details__thumb img {
      max-width: 100%; }
  .services__details__content .title {
    font-size: 35px;
    letter-spacing: -0.01em;
    margin-bottom: 27px; }
    @media (max-width: 767.98px) {
      .services__details__content .title {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services__details__content .title {
        font-size: 30px; } }
  .services__details__content p {
    margin-bottom: 18px; }
    .services__details__content p:last-child {
      margin-bottom: 0; }
  .services__details__content .small-title {
    font-size: 24px;
    margin-bottom: 22px; }
  .services__details__list {
    margin: 30px 0 28px; }
    .services__details__list li {
      position: relative;
      padding-left: 30px;
      color: #191B1E;
      font-weight: 500; }
      .services__details__list li::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 11px;
        width: 4px;
        height: 4px;
        background: #191B1E;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .services__details__list li + li {
        margin-top: 6px; }
  .services__details__img {
    margin: 32px 0 35px; }
    .services__details__img .row {
      --bs-gutter-x: 25px; }
      @media (max-width: 767.98px) {
        .services__details__img .row [class*="col-"]:first-child {
          margin-bottom: 25px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .services__details__img .row [class*="col-"]:first-child {
          margin-bottom: 0; } }
    .services__details__img img {
      width: 100%; }

.services__sidebar {
  margin-left: 37px; }
  @media (max-width: 1199.98px) {
    .services__sidebar {
      margin-left: 0; } }
  @media (max-width: 991.98px) {
    .services__sidebar {
      margin-top: 115px; } }
  .services__sidebar .widget {
    border: 2px solid #F7F7F7;
    padding: 35px 35px 40px;
    margin-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .services__sidebar .widget {
        padding: 30px 25px 30px; } }
    @media (max-width: 991.98px) {
      .services__sidebar .widget {
        padding: 35px 35px 40px; } }
    @media (max-width: 767.98px) {
      .services__sidebar .widget {
        padding: 30px 25px 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .services__sidebar .widget {
        padding: 35px 35px 40px; } }
    .services__sidebar .widget:last-child {
      margin-bottom: 0; }
    .services__sidebar .widget .title {
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      margin-bottom: 26px; }
  .services__sidebar .sidebar__contact input {
    display: block;
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #F7F7F7;
    padding: 0 0 8px;
    margin-bottom: 22px; }
    .services__sidebar .sidebar__contact input::placeholder {
      font-size: 15px;
      color: #A1A1A1; }
  .services__sidebar .sidebar__contact textarea {
    display: block;
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #F7F7F7;
    padding: 0 0 8px;
    margin-bottom: 35px;
    min-height: 60px;
    max-height: 60px; }
    .services__sidebar .sidebar__contact textarea::placeholder {
      font-size: 15px;
      color: #A1A1A1; }
  .services__sidebar .sidebar__contact__info li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 13px; }
    .services__sidebar .sidebar__contact__info li:last-child {
      margin-bottom: 0; }
    .services__sidebar .sidebar__contact__info li span {
      font-weight: 500;
      color: #191B1E;
      margin-right: 5px; }
  .services__sidebar .sidebar__contact__social {
    display: flex;
    align-items: center;
    margin-top: 23px; }
    .services__sidebar .sidebar__contact__social li {
      margin-right: 27px; }
      .services__sidebar .sidebar__contact__social li:last-child {
        margin-right: 0; }
      .services__sidebar .sidebar__contact__social li a {
        display: block;
        line-height: 1;
        font-size: 15px; }
        .services__sidebar .sidebar__contact__social li a .fa-dribbble {
          color: #DE4882; }
        .services__sidebar .sidebar__contact__social li a .fa-behance {
          color: #1664F2; }
        .services__sidebar .sidebar__contact__social li a .fa-linkedin {
          color: #0072AC; }
        .services__sidebar .sidebar__contact__social li a .fa-pinterest {
          color: #DA0021; }
        .services__sidebar .sidebar__contact__social li a .fa-facebook {
          color: #1664F2; }
        .services__sidebar .sidebar__contact__social li a .fa-youtube {
          color: #DA0021; }
