@charset "UTF-8";
a {
  text-decoration: none; }
  a:hover, a:focus, a:link, a:visited {
    text-decoration: none; }

p {
  font-size: 15px;
  font-family: "CoreRhino", sans-serif; }

p,
ul {
  margin: 0; }

img {
  width: 100%;
  height: auto; }

body {
  background-color: #faf8f1; }

section header h1,
section header h2 {
  color: #8b3834;
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase; }

section.choose {
  padding: 50px 0; }
  section.choose .choose-item {
    text-align: center;
    margin-bottom: 30px; }
    section.choose .choose-item .circle {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: #f2f0e9;
      display: inline-block;
      margin: 20px auto;
      padding: 40px 30px; }
      section.choose .choose-item .circle .fa {
        color: #8b3834;
        font-size: 70px; }
    section.choose .choose-item p {
      font-size: 15px; }

section.services {
  background-color: #8b3834;
  padding: 50px 0; }
  section.services header h2 {
    color: #f1c113; }
  section.services section {
    padding: 30px 0; }
    section.services section.invert {
      background-color: #853430; }
  section.services main .services-item .fa {
    font-size: 50px;
    color: #ff9e99;
    width: 20%; }
  section.services main .services-item h3 {
    display: inline-block;
    color: #f1c113;
    font-size: 20px;
    width: 73%;
    text-transform: uppercase; }
  section.services main .services-item p {
    color: #fff; }
  .lgr-modal .form-group:nth-child(2n+1) {
    clear: both;}
