* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  outline: 0;
}

html, body {
  direction: ltr;
  max-width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  -webkit-transform: scale(1);
}

form {
  margin: 0;
  padding: 0;
}

input, textarea {
  font: normal 12px Arial;
  color: #000000;
}

input, textarea, img, label {
  vertical-align: middle;
}

img {
  border: 0;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

div.floats {
  width: 100%;
  overflow: hidden;
}

div.clear {
  clear: both;
  font-size: 0;
}

/* First Section */
#top-welcome {
  display: block;
  width: 100%;
  background: #812139;
  background: -moz-linear-gradient(-45deg, #812139 0%, #f71248 100%);
  background: -webkit-linear-gradient(-45deg, #812139 0%, #f71248 100%);
  background: linear-gradient(135deg, #812139 0%, #f71248 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#812139', endColorstr='#f71248', GradientType=1);
  margin: 0;
  padding: 0;
}

#top-welcome .person-image {
  background: url('../images/person-top.png') center bottom no-repeat;
  background-size: auto 97%;
}

#top-welcome .form {
  text-align: center;
  padding: 50px 20px 50px 0;
}

#top-welcome .title {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

#top-welcome .title.title-first {
  padding: 20px;
  text-align: center;
}

#top-welcome .form .block {
  width: 70%;
  background-color: rgba(0, 0, 0, 0.35);
  margin: 20px auto 0 auto;
  padding: 20px;
}

#top-welcome .form .block input.input, #top-welcome .form .block select.selectbox {
  display: block;
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 15px 0 15px 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  border: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: "all 300ms ease";
  transition: all 300ms ease;
}

#top-welcome .form .block select.selectbox {
  cursor: pointer;
}

#top-welcome .form .block button.submit {
  display: block;
  width: auto;
  height: 44px;
  background-color: #dc143c;
  margin: 15px auto 0 auto;
  padding: 0 15px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: "all 300ms ease";
  transition: all 300ms ease;
}

#top-welcome .form .block button.submit:hover {
  background-color: #bf0014;
}

#top-welcome .form .block button.submit:disabled {
  background-color: #898989;
}

.form-error {
  color: #ffffff;
  font-size: 13px;
}

/* Who Are We? */
#who-are-we {
  display: block;
  width: 100%;
  background: #fff;
  min-height: 600px;
}

#who-are-we .person-image {
  background: url('../images/person-middle.jpg') left top no-repeat;
  background-size: auto 100%;
  min-height: 600px;
}

#who-are-we img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

#who-are-we .who-we-are__text {
  max-width: 90%;
}

#who-are-we .title {
  padding: 30px 0 0 0;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 48px;
  color: #a90c34;
}

#who-are-we .author {
  padding: 20px 0 0 0;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  color: #010101;
}

#who-are-we .experience {
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  color: #727272;
}

#who-are-we .text {
  margin-top: 20px;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  color: #727272;
}

/* Our Services */
#services {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#services .section-image {
  background: url('../images/image-section.jpg') left top no-repeat;
  background-size: auto 100%;
}

#services .title {
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #bc1839;
}

#services ul.list {
  display: block;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#services ul.list li {
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  color: #666666;
}

/* Testimonials */
#testimonials {
  display: block;
  width: 100%;
  background-color: #fff;
  margin: 0;
}

#testimonials .testimonials-image-1 {
  background: url('../images/testimonials-1.jpg') left top no-repeat;
  background-size: auto 100%;
}

#testimonials .testimonials-image-2 {
  background: url('../images/testimonials-2.jpg') right top no-repeat;
  background-size: auto 100%;
}

#testimonials .testimonials-image-3 {
  background: url('../images/testimonials-3.jpg') right top no-repeat;
  background-size: auto 100%;
}

#testimonials .title {
  padding-top: 40px;
  font-style: italic;
  font-weight: bold;
  font-size: 48px;
  color: #a90c34;
}

#testimonials .text {
  margin-top: 30px;
  padding-bottom: 120px;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  color: #9a9898;
}

/* Why Us Sections */
#why-sections {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#why-sections .top {
  width: 100%;
  background-color: #ef1345;
  text-align: center;
  padding: 30px 0;
  font-style: italic;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
}

#why-sections .total {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: initial;
}

#why-sections .total .section {
  display: block;
  position: relative;
  z-index: 1;
  /*width: 25%;*/
  height: 635px;
  float: left;
}

#why-sections .total .section .text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

#why-sections .total .section.first {
  background: url('../images/why-us-1.jpg?t=1') center top no-repeat;
  background-size: cover;
}

#why-sections .total .section.second {
  background: url('../images/why-us-2.jpg?t=2') center top no-repeat;
  background-size: auto 100%;
}

#why-sections .total .section.third {
  background: url('../images/why-us-3.jpg?t=1') left top no-repeat;
  background-size: auto 100%;
}

#why-sections .total .section.fourth {
  background: url('../images/why-us-4.jpg?t=1') left top no-repeat;
  background-size: auto 100%;
}

#why-sections .text {
  min-height: 115px;
}

#check-button {
  display: block;
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 80px 0;
  text-align: center;
}

.check-now-button {
  display: inline-block;
  width: 900px;
  max-width: 94%;
  background-color: #dc143c;
  padding: 20px 0;
  text-align: center;
  text-decoration: none !important;
  font-style: italic;
  font-weight: bold;
  font-size: 48px;
  color: #fff !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: "all 300ms ease";
  transition: all 300ms ease;
}

.check-now-button:hover {
  background-color: #a10011;
}

#footer {
  display: block;
  width: 100%;
  background-color: #333333;
  padding: 50px 0;
}

#footer, #footer * {
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
}

/* Gradient support for IE9 */
@media screen and (min-width: 0\0) {
  .gradient {
    filter: none;
  }
}

@media only screen and (max-width: 1692px) {
  #who-are-we .person-image {
    background: url(../images/person-middle.jpg) right top no-repeat;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 1500px) {
  #services .section-image {
    background: url(../images/image-section.jpg) right top no-repeat;
    background-size: auto 100%;
  }
}

/* Tablets */
@media only screen and (max-width: 1200px) {
  #top-welcome .title {
    font-size: 22px;
  }
  #top-welcome .person-image {
    background: url(../images/person-top.png) right bottom no-repeat;
    background-size: auto 97%;
  }
  #who-are-we .who-we-are__text {
    max-width: 100%;
  }
  #services .section-image {
    background: url(../images/image-section.jpg) left top no-repeat;
    background-size: auto 100%;
  }
  #services .title {
    padding-top: 20px;
    font-size: 30px;
  }
  #services ul.list li {
    font-size: 20px;
  }
}

/* Tablets */
@media only screen and (max-width: 1040px) {
  #services {
    padding-right: 20px;
  }
  #services .section-image {
    background: url(../images/image-section.jpg) right top no-repeat;
    background-size: auto 100%;
  }
}

/* Tablets */
@media only screen and (max-width: 1025px) {
  #top-welcome .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  #who-are-we {
    padding: 0 20px;
  }

  #services .title {
    font-size: 23px;
  }

  #testimonials {
    text-align: center;
    padding: 0 20px;
  }

  #testimonials .text {
    margin-top: 10px;
  }

  #testimonials .text p {
    margin-top: 20px;
  }

  #testimonials .text img {
    border-radius: 50%;
    width: 250px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  #information {
    margin-top: 30px;
  }

  #top-welcome .form .block {
    width: 80%;
  }

  #top-welcome .person-image {
    height: 300px;
    background: url(../images/person-top.png) center bottom no-repeat;
    background-size: auto 97%;
  }

  #top-welcome .form {
    padding: 0 0 50px 0;
  }

  #top-welcome .form .block {
    margin-top: 0;
  }

  #services {
    padding: 0;
  }

  #services .title {
    font-size: 30px;
  }

  #services .section-image {
    height: 100%;
    background-position: center;
    width: 100%;
    background-size: cover;
    background-image: url(../images/image-section-small.jpg);
    max-height: 400px;
    min-height: 230px;
  }

  #why-sections .top {
    font-size: 40px;
  }
}

/* Mobile */
@media only screen and (max-width: 575px) {
  #who-are-we .author, #who-are-we .experience {
    text-align: center;
  }

  #who-are-we img {
    margin-top: 20px;
  }

  #who-are-we .text {
    text-align: center;
  }

  #why-sections .top {
    font-size: 30px;
  }

  .check-now-button {
    width: 400px;
    font-size: 35px;
    padding: 10px 0;
  }
}

/* Mobile */
@media only screen and (max-width: 500px) {
  #top-welcome .form .block {
    width: 100%;
  }

  #top-welcome .title {
    font-size: 18px;
  }

  #why-sections .top {
    font-size: 26px;
  }
}

@media only screen and (max-width: 390px) {
  #who-are-we .author {
    font-size: 35px;
  }

  #who-are-we .experience {
    font-size: 25px;
  }

  #services .title {
    font-size: 25px;
    padding: 30px 20px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1290px) {
  #testimonials .testimonials-image {
    background-position: right top;
  }
}