.landing-page-header {
  background-size: cover;
  background-position: right center;
}

@media (max-width: 767px) {
  .landing-page-header {
    background-position: 60% 50%;
  }
}

.landing-page-header h1 {
  font-family: 'Trajan Pro 3';
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
}

.landing-page-header p {
  font-family: 'Lato-Bold', sans-serif;
  font-size: 18px;
  color: #fff;
}

.landing-page-header .main-ser {
  padding: 80px 0 100px;
}

@media (min-height: 600px) {
  .form.fixed {
      position: fixed;
      z-index: 20;
      width: 100%;
      max-width: 1950px;
  }
}


.form .main-ser {
  background-image: linear-gradient(216deg, #254069, 0e1d38 39%);
  padding-top: 36px;
  padding-bottom: 14px;
  border-bottom: 1px solid #254069;
}

.form input {
    width: 100%;
    background: #fff;
    font-size: 13px;
    padding: 6px 36px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .form input {
      padding: 6px 12px;
      margin-bottom: 12px;
  }
}


.form .main-ser p {margin-bottom: 0;}

.form .wpcf7 {
  margin-left: -2px;
  color: #fff;
  font-family: 'Lato';
}

.form .wpcf7-submit {
    width: auto;
    background: linear-gradient(183deg, rgba(239, 201, 117, 1) 0%, rgba(223, 186, 107, 1) 59%, rgba(195, 160, 91, 1) 100%);
    color: #000000;
    font-size: 16px;
    border: 1px solid #e2bc6d;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0px;
    cursor: pointer;
    transition: all 0.3s;
    padding: 6px 36px;
}

.form .wpcf7-submit:hover {
    background: transparent;
    color: #e2bc6d;
}


@media (min-width: 992px) {
  .form span.samerow {
      display: flex;
      justify-content: space-between;
  }
  .form span.samerow span {
      display: block;
      flex: 0 1 49%;
  }
}

.consult {
  background-image: linear-gradient(204deg, #254069, #0e1d38 34%);
  padding: 14px 20px 20px 0;
  margin: -20px 0 0px;
}

.consult-title {
  color: #cda961;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.consult-complex {
  font-family: 'Trajan Pro 3';
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1023px) {
  .consult-complex {
    font-size: 18px;
  }
}

.consult-text {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #fff;
}

.consult-contnet {
  background-image: linear-gradient(204deg, #254069, rgba(16, 30, 56, 0) 29%);
}

.icons {

}

.icons p {
  font-family: 'Lato-Black';
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #101e38;
}

.icons-set {
  justify-content: center;
  flex-flow: row nowrap;

}

.icons-set .icon {
  text-align: center;
  width: 22%;
  border-left: 1px solid #101e38;
  margin: 18px 0;
  padding: 0 3%
}

.icons-set .icon:first-child {
  border-left: none;
}

@media (max-width: 767px) {

  .icons-set {
    flex-flow: row wrap;
  }

  .icons-set .icon {
    width: 50%;
  }

  .icons-set .icon:nth-child(odd){
    border-left: none;
  }
}

.icons-set .icon img {
  width: 40px;
  display: block;
  margin: 0 auto 2px;
}

.icons-set .icon p {
  margin: 0;
}

.main-about {
  padding: 0
}

.about > .main-serbg > .container {
    background-image: url('../images/landing-page/lady-justice.jpg');
    background-repeat: no-repeat;
    padding: 50px 20px 80px;
    background-position: right bottom;
    background-size: contain;
}

@media (max-width: 1199px) {
  .about > .main-serbg > .container {
      background-size: 50%;
  }
}

@media (max-width: 991px) {
  .about > .main-serbg > .container {
      background-size: 320px;
      padding-bottom: 320px;
      background-position: center bottom;
  }
}

.about-span {
  font-family: 'Lato', sans-serif;
  color: #101e38;
}

.main-about h1 {
  color: #101e38;
}

.about-experience {
  font-family: 'Trajan Pro 3';
  font-size: 24px;
  color: #797979;
  margin-bottom: 20px;
}

.cases {
  margin-bottom: 70px;
  background-image: url('../images/landing-page/blue.jpg');
  background-size: cover;
  background-position: 50% 66%;
}



.cases h2,
.testimonials h2 {
  font-family: 'Trajan Pro 3';
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.cases > .container {
  padding-bottom: 0;
}

.cases-offset {
  margin-top: 36px;
  justify-content: space-evenly;
}

.cases-offset > div {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .cases-offset > div {
    margin-bottom: -32px;
  }
}


.case-sample {
  background-color: #e7e8ea;
  padding: 28px 30px 45px 30px;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}

.case-sample .case-tag {
  background-color: #cda961;
  position: absolute;
  top: 0;
  right: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
  padding: 4px 16px;
}

.case-sample .case-image {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    border-radius: 100%;
    overflow: hidden;
}

.case-sample .case-image img {
    width: 100%;
}

.case-sample h3 {
  font-family: 'Lato-Black', sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.case-sample p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  flex: 1;
}

.case-sample .case-sample-total {
  font-family: 'Lato-Black', sans-serif;
  font-weight: 900;
  font-size: 30px;
}

.services h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.service-lists {
  padding-top: 50px !important;
}

.service-lists p, .service-lists li, .list-group {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #797979;
}

.service-lists ul {
  padding-left: 15px;
  padding-top: 4px;
}

.service-lists li {
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .service-lists ul {
    list-style-type: none;
    padding-left: 0;
  }
}

.testimonials {
  background-color: #0e1d38;
}

.testimonials .main-ser > .container > .row > div {
  margin-bottom: 32px;
}

.testimonials .row .container {
  height: 100%;
}

.testimonial {
  flex-flow: row nowrap;
  background-color: #e7e8ea;
  height: 100%;
}

.testimonial .testimonial-image {
  flex: 0 0 112px;
  max-width: none;
  padding: 24px 18px;

}

.testimonial .testimonial-image img {
  border-radius: 100%;
}

.testimonial-text {
  padding: 18px 22px 12px 0px;
}

.testimonial-text p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #101e38;
  margin-bottom: 0;
}

.testimonial-credit {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #101e38;
  padding: 10px 0;
}

@media (min-width: 1200px) {
  /* for section with square image on right */
  .main-serbg .ser-img {
    text-align: right;
    padding-right: 42px;
  }

  .main-serbg .ser-img::before {
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-serbg .ser-img::before {
    right: -40px;
  }
}

@media (max-width: 991px) {
  .ser-img::before {
    display: none;
  }
}
