/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html, body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left;
    vertical-align: middle; }

a img {
  border: 0; }

:focus {
  outline: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

ul {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  outline: none !important; }

span.scrubone {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.2rem; }
  span.scrubone span {
    font-size: 1.8rem; }
  span.scrubone--prices {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.5rem; }
    @media only screen and (max-width: 767px) {
      span.scrubone--prices {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 599px) {
      span.scrubone--prices {
        font-size: 1.2rem; } }
    span.scrubone--prices span {
      font-size: 3.5rem; }
      @media only screen and (max-width: 767px) {
        span.scrubone--prices span {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 599px) {
        span.scrubone--prices span {
          font-size: 2rem; } }

i {
  font-size: 34px;
  position: absolute;
  right: 10px;
  top: 22px; }

@media only screen and (max-width: 360px) {
  .logo-rwd {
    width: 100%; } }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Thin';
  src: url("../fonts/Gotham-Thin.eot");
  src: url("../fonts/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham-Thin.svg#Gotham-Thin") format("svg"), url("../fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg"), url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Trajan-Pro-Regular';
  src: url("../fonts/Trajan Pro Regular.eot");
  src: url("../fonts/Trajan Pro Regular.woff2") format("woff2"), url("../fonts/TrajanPro-Regular.woff") format("woff"), url("../fonts/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg"), url("../fonts/Trajan Pro Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Laine';
  src: url("../fonts/Laine.eot");
  src: url("../fonts/Laine.woff2") format("woff2"), url("../fonts/LainieDaySH.woff") format("woff"), url("../fonts/LainieDaySH.svg#LainieDaySH") format("svg"), url("../fonts/Laine.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background-color: rgba(3, 115, 139, 0.77);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 991px) {
    header {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 17px 30px 0 30px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  header.sticky {
    height: 70px; }
    @media only screen and (max-width: 991px) {
      header.sticky {
        padding: 8px 30px 0 30px; } }
  header.mobileOn {
    height: 320px; }
  header.mobileOn.sticky {
    height: 280px; }
  header .logo h1 {
    margin-left: 17vw; }
    @media only screen and (max-width: 1299px) {
      header .logo h1 {
        margin-left: 0; } }
    header .logo h1 a {
      color: #fefefe;
      font-family: 'Times New Roman', Times, serif;
      font-size: 3.8rem;
      text-align: center;
      font-size: span; }
  header nav {
    margin: 0 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (max-width: 1199px) {
      header nav {
        margin: 0 15px; } }
    @media only screen and (max-width: 991px) {
      header nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 104px;
        left: 0;
        margin: 0; } }
    header nav.sticky {
      top: 70px; }
      header nav.sticky ul {
        height: auto; }
    header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 991px) {
        header nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: auto; }}
      header nav ul li {
        margin: 0 18px;
        font-size: 1.2rem; }
        @media only screen and (max-width: 1199px) {
          header nav ul li {
            margin: 0 6px; } }
        @media only screen and (max-width: 991px) {
          header nav ul li {
            margin: 8px 0; } }
        header nav ul li a {
          font-family: 'Gotham-Book';
          color: #fefefe;
          text-transform: uppercase;
          letter-spacing: 1px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          header nav ul li a:hover, header nav ul li a.active {
            font-family: 'Gotham-Bold';
            color: #00c3f3; }
  header .contact-header {
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      header .contact-header {
        display: none;
        position: absolute;
        bottom: 15px;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (max-width: 991px) {
      header .contact-header ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(1, 50, 69, 0.83);
        padding: 2px 0; } }
    header .contact-header ul li {
      font-size: 1.8rem; }
      @media only screen and (max-width: 991px) {
        header .contact-header ul li {
          font-size: 1.6rem;
          margin: 0 8px; } }
      header .contact-header ul li img {
        margin-right: 15px; }
        @media only screen and (max-width: 991px) {
          header .contact-header ul li img {
            display: none; } }
      header .contact-header ul li a {
        font-family: 'Times New Roman', Times, serif;
        color: #fefefe;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        header .contact-header ul li a:hover, header .contact-header ul li a:active {
          color: #00c3f3; }
  header .bg {
    background-color: rgba(1, 50, 69, 0.83);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 22vw;
    height: 100%; }
    @media only screen and (max-width: 1599px) {
      header .bg {
        width: 19vw; } }
    @media only screen and (max-width: 1399px) {
      header .bg {
        width: 17vw; } }
    @media only screen and (max-width: 1299px) {
      header .bg {
        width: 24vw; } }
    @media only screen and (max-width: 991px) {
      header .bg {
        display: none; } }
  header .nav__mobile {
    display: none;
    padding-top: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 8px; }
    @media only screen and (max-width: 991px) {
      header .nav__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    header .nav__mobile.sticky {
      padding-top: 2px; }
    header .nav__mobile .btn-mobile {
      position: relative;
      width: 40px;
      height: 35px;
      border: 0;
      border-top: 5px solid #fefefe;
      background-color: transparent;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      z-index: 1;
      cursor: pointer;
      outline: none; }
      header .nav__mobile .btn-mobile:before, header .nav__mobile .btn-mobile:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 5px solid #fefefe;
        -webkit-transform: translateY(10px);
        transform: translateY(10px); }
      header .nav__mobile .btn-mobile:after {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        -webkit-transition: 0.4s -webkit-transform linear;
        transition: 0.4s -webkit-transform linear;
        transition: 0.4s transform linear;
        transition: 0.4s transform linear, 0.4s -webkit-transform linear; }
      header .nav__mobile .btn-mobile--open {
        -webkit-transform: rotate(45deg) translateY(5px);
        transform: rotate(45deg) translateY(5px);
        border: none; }
        header .nav__mobile .btn-mobile--open::after {
          -webkit-transform: rotate(-90deg) translateX(-10px);
          transform: rotate(-90deg) translateX(-10px); }

.banner {
  width: 100%;
  height: 90vh; }
  .banner--home {
    background: url("../img/home-banner.jpg") no-repeat center/cover; }
  .banner--services {
    background: url("../img/services-banner.jpg") no-repeat center/cover; }
  .banner--prices {
    background: url("../img/prices-banner2.jpg") no-repeat center/cover;
    height: 62vh; }
  .banner--beliefs {
    background: url("../img/beliefs-banner.jpg") no-repeat center -10vw/cover;
    height: 70vh; }
  .banner--contact {
    background: url("../img/contact-banner.jpg") no-repeat center -5vw/cover;
    height: 75vh; }
  .banner__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2c5573;
    font-family: 'Trajan-Pro-Regular';
    padding-top: 15%; 
  }
  .banner__content--main{
    position: absolute;
    bottom: 9vw;
    /* left: 50%; */
    /* transform: translateX(-47%); */
    padding-top: 0;
    justify-content: flex-end;
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
      .banner__content {
        padding-top: 30%; } }
    .banner__content p {
      font-size: 2.1rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .banner__content p {
          font-size: 1.6rem;
        padding: 0 10px; } }
    .banner__content h2 {
      font-size: 4.8rem;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1199px) {
        .banner__content h2 {
          font-size: 3.2rem; } }
      @media only screen and (max-width: 599px) {
        .banner__content h2 {
          text-align: center;
          font-size: 2.6rem; } }
    .banner__content a {
      margin-top: 10px;
      color: #2c5573;
      border: 1px solid #2c5573;
      letter-spacing: 3px;
      padding: 8px 25px;
      font-family: 'Gotham-Book';
      font-size: 1.1rem;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      text-transform: uppercase; }
      .banner__content a:hover {
        background: #2c5573;
        color: #fefefe; }
    @media only screen and (max-width: 991px) {
      .banner__content--services {
        padding-top: 22%; } }
    @media only screen and (max-width: 599px) {
      .banner__content--services {
        padding-top: 40%; } }
    .banner__content--services p {
      font-size:2rem;
      padding: 0 10px; }
    .banner__content--services h2 {
      font-size: 4.4rem;
    padding: 0 10px; }
      .banner__content--services h2 span {
        font-size: 2.9rem;
        display: block; }
      @media only screen and (max-width: 991px) {
        .banner__content--services h2 {
          font-size: 4rem; } }
      @media only screen and (max-width: 599px) {
        .banner__content--services h2 {
          text-align: center;
          font-size: 2.6rem; } }
      @media only screen and (max-width: 399px) {
        .banner__content--services h2 {
          text-align: center;
          font-size: 2.4rem; }
          .banner__content--services h2 span {
            font-size: 2.2rem; }
            .banner__content--services p {
              font-size:1.8rem;
            padding-top: 40px; } }
    .banner__content--prices {
      padding-top: 5%; }
    .banner__content--beliefs {
      bottom: 3vw; }
      /* @media only screen and (max-width: 767px) {
        .banner__content--beliefs {
          padding-top: 30%; } }
      .banner__content--beliefs h2 span {
        font-size: 3rem;
        display: block; } */
    .banner__content--contact {
      padding-top: 5%; padding-right:70px;}
      .banner__content--contact h2 {
        font-size: 7.6rem;
        text-transform: none; }
        @media only screen and (max-width: 991px) {
          .banner__content--contact h2 {
            font-size: 5rem; padding-right:0;} }
        @media only screen and (max-width: 767px) {
          .banner__content--contact h2 {
            font-size: 4rem; } }
        @media only screen and (max-width: 599px) {
          .banner__content--contact h2 {
            font-size: 3rem; } }
        .banner__content--contact h2 span {
          font-size: 6rem;
          display: block; }
          @media only screen and (max-width: 991px) {
            .banner__content--contact h2 span {
              font-size: 4rem; } }
          @media only screen and (max-width: 767px) {
            .banner__content--contact h2 span {
              font-size: 3rem; } }
          @media only screen and (max-width: 599px) {
            .banner__content--contact h2 span {
              font-size: 2rem; } }

.servicesInfo {
  margin: -5vw 0 60px 0; }
  @media only screen and (max-width: 991px) {
    .servicesInfo {
      margin-top: 0; } }
  .servicesInfo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 35px; }
    .servicesInfo__content img {
      width: 100%;
      height: 100%; }
  .servicesInfo__item {
    width: 33.3333%; }
    @media only screen and (max-width: 991px) {
      .servicesInfo__item {
        width: 50%; } }
    @media only screen and (max-width: 520px) {
      .servicesInfo__item {
        width: 100%; } }
    .servicesInfo__item h3 {
      color: #2c5573;
      font-size: 1.5rem;
      font-family: 'Gotham-Book';
      letter-spacing: 3px;
      text-align: center;
      margin: 30px 0;
      text-transform: uppercase; }

.aboutUs {
  margin: 80px 0; }
  .aboutUs__content {
    color: #2c5573; }
    .aboutUs__content h2 {
      font-size: 6.2rem;
      font-family: 'Times New Roman', Times, serif;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media only screen and (max-width: 399px) {
        .aboutUs__content h2 {
          font-size: 5rem; } }
    .aboutUs__content h3 {
      font-size: 1.9rem;
      font-family: 'Gotham-Book';
      text-transform: uppercase;
      letter-spacing: 10px;
      line-height: 1.2; }
      .aboutUs__content h3::after {
        content: '';
        display: block;
        border-bottom: 3px solid #2c5573;
        width: 180px;
        margin: 20px auto 40px auto; }
    .aboutUs__content p {
      font-family: 'Gotham-Book';
      font-size: 1.6rem;
      margin-bottom: 25px;
      line-height: 2.4rem; }
    .aboutUs__content a {
      color: #2c5573;
      border: 1px solid #2c5573;
      letter-spacing: 3px;
      padding: 8px 25px;
      font-family: 'Gotham-Book';
      font-size: 1rem;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin: 50px 15px 0 15px;
      display: inline-block;
      width: 260px;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .aboutUs__content a {
          margin-top: 15px; } }
      .aboutUs__content a:hover {
        background: #2c5573;
        color: #fefefe; }

.ourSucesses {
  position: relative;
  padding: 60px 0; }
  .ourSucesses::after {
    content: '';
    background: #f0f0ed url("../img/aboutus-bg.jpg") no-repeat center right;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
    @media only screen and (max-width: 1199px) {
      .ourSucesses::after {
        opacity: 0.5; } }
  @media only screen and (max-width: 1199px) {
    .ourSucesses {
      margin-top: 15px; } }
  @media only screen and (max-width: 676px) {
    .ourSucesses {
      background: #f0f0ed; } }
  .ourSucesses__content {
    color: #2c5573; margin-top:80px;}
    @media only screen and (max-width: 991px) {
      .ourSucesses__content {
        /* background: rgba(255, 255, 255, 0.8);
        padding: 20px 0; */
        margin-top:20px; } }
    .ourSucesses__content h2 {
      font-family: 'Gotham-Book';
      font-size: 1.9rem;
      text-transform: uppercase;
      letter-spacing: 8px; }
      .ourSucesses__content h2::after {
        content: '';
        display: block;
        border-bottom: 2px solid #2c5573;
        width: 180px;
        margin: 20px auto 40px auto; }
    .ourSucesses__content h3 {
      font-family: 'Trajan-Pro-Regular';
      font-size: 3.6rem;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media only screen and (max-width: 599px) {
        .ourSucesses__content h3 {
          font-size: 2.6rem; } }
    .ourSucesses__content p.subtitle {
      font-family: 'Trajan-Pro-Regular';
      font-size: 1.8rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 599px) {
        .ourSucesses__content p.subtitle {
          font-size: 1.6rem; } }
    .ourSucesses__content p.person {
      font-size: 4rem;
      font-family: 'Laine';
      margin: 35px 0; }
  .ourSucesses--beliefs {
    position: relative;
    padding: 25px 0; }
    .ourSucesses--beliefs::after {
      content: '';
      /* background: #f0f0ed url("../img/aboutus-bg.jpg") no-repeat center right; */
      background: #f0f0ed url("../img/our-success1.jpg") no-repeat center right;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
    .ourSucesses--beliefs a {
      color: #2c5573;
      border: 1px solid #2c5573;
      letter-spacing: 3px;
      padding: 8px 25px;
      font-family: 'Gotham-Book';
      font-size: 1rem;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin: 50px 15px 0 15px;
      display: inline-block;
      width: 260px;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .ourSucesses--beliefs a {
          margin-top: 15px; } }
      .ourSucesses--beliefs a:hover {
        background: #2c5573;
        color: #fefefe; }
  .ourSucesses--contact {
    position: relative;
    padding: 220px 0 80px 0; }
    @media only screen and (max-width: 1199px) {
      .ourSucesses--contact {
        padding: 0 0 60px 0; } }
    .ourSucesses--contact::after {
      content: '';
      background: #f0f0ed url("../img/beliefs-banner.jpg") no-repeat 0 -280px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
      @media only screen and (max-width: 1199px) {
        .ourSucesses--contact::after {
          background: #f5f5f5; 
        } }

.contact {
  background: #f6f7f8;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .contact {
      padding-bottom: 0;
      margin-bottom: 0;
     } }
  .contact__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background: url("../img/contact-bg.jpg") no-repeat center/cover;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .contact__bg {
        margin-top: 60px;
        position: relative;
        width: 100%;
        height: 70vw; } }
  .contact__contact {
    z-index: 1;
    position: relative;
    color: #2c5573; }
    .contact__contact img {
      margin: -60px 0 0 0; }
    .contact__contact h2 {
      font-size: 3.2rem;
      font-family: 'Laine'; }
    .contact__contact p {
      margin: 5px 0 15px -9%;
      font-size: 1.2rem;
      letter-spacing: 6px;
      font-family: 'Gotham-Light'; }
    .contact__contact h3 {
      font-size: 4.4rem;
      font-family: 'Times New Roman', Times, serif;
      text-transform: uppercase;
      margin: 30px 0; }
    .contact__contact form input {
      width: 100%;
      background: none;
      border: none;
      height: 40px;
      border-bottom: 2px solid #2c5573;
      padding: 5px;
      font-size: 1.2rem; }
      .contact__contact form input[type=submit] {
        width: 80px;
        height: 26px;
        border: 2px solid #2c5573;
        margin: 15px 0;
        cursor: pointer;
		    color:#2c5573;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        .contact__contact form input[type=submit]:hover {
          background: #2c5573;
          color: #fefefe; }
          .contact__contact form input[type=submit]:disabled {
            opacity: 0.5;
            cursor: no-drop;
           }
           .contact__contact form input[type=submit]:disabled:hover {
            background: transparent;
            color:#2c5573;
           }
    .contact__contact form textarea {
      width: 100%;
      background: none;
      border: none;
      height: 130px;
      border-bottom: 2px solid #2c5573;
      padding: 5px;
      font-size: 1.2rem; }
    .contact__contact form .submit-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .contact__contact form .alert-success {
      margin: 0; }

.prices {
  position: relative;
  margin-top: -60px; }
  @media only screen and (max-width: 991px) {
    .prices {
      margin-top: -40px; } }
  .prices .gray1-bg {
    background: #f9f9f9; }
  .prices .gray2-bg {
    background: #f3f2f2; }
  .prices__header {
    color: #284a53;
    padding: 70px 0 30px 0; }
    .prices__header h2 {
          font-size: 6.2rem;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    letter-spacing: 2px;
      color: #284a53; }
      .prices__header h2 span {
        font-size: 1.1rem;
        font-family: 'Gotham-Light';
        display: block;
        letter-spacing: 6px;
        margin-top: -10px; }
      .prices__header h2::after {
        content: '';
        display: block;
        border-bottom: 2px solid #2c5573;
        width: 34vw;
        margin: 30px auto; }
    .prices__header p {
      color: #2c5573;
		font-family: 'Gotham-Book';
		font-size: 1.9rem;
		line-height: 2.4rem;}
      @media only screen and (max-width: 767px) {
        .prices__header p {
          font-size: 2rem; } }
      @media only screen and (max-width: 599px) {
        .prices__header p {
          font-size: 1.6rem; } }
  .prices__table table {
    width: 100%;
    border-collapse: collapse;
    margin: 55px 0 100px 0; }
    @media only screen and (max-width: 575px) {
      .prices__table table {
        margin: 50px 0; } }
    .prices__table table th {
      font-size: 1.5rem;
      font-family: 'Gotham-Light';
      color: #56758d;
      text-align: center;
      font-weight: normal;
      padding: 20px 0; }
      @media only screen and (max-width: 575px) {
        .prices__table table th {
          font-size: 1.2rem;
          padding: 15px 5px; } }
      @media only screen and (max-width: 360px) {
        .prices__table table th {
          font-size: 1rem; } }
    .prices__table table td {
      font-size: 2.5rem;
      font-family: 'Gotham-Light';
      color: #56758d;
      text-align: center;
      padding: 20px 0; }
      .prices__table table td:nth-child(1) {
        font-size: 1.5rem; }
        @media only screen and (max-width: 575px) {
          .prices__table table td:nth-child(1) {
            font-size: 1.2rem;
            padding: 15px 5px; } }
        @media only screen and (max-width: 360px) {
          .prices__table table td:nth-child(1) {
            font-size: 1rem; } }
      .prices__table table td:nth-child(4) {
        font-family: 'Times New Roman', Times, serif;
        font-weight: bold; }
        @media only screen and (max-width: 575px) {
          .prices__table table td:nth-child(4) {
            font-size: 1.2rem;
            padding: 15px 5px; } }
        @media only screen and (max-width: 360px) {
          .prices__table table td:nth-child(4) {
            font-size: 1rem; } }
      @media only screen and (max-width: 575px) {
        .prices__table table td {
          font-size: 1.2rem;
          padding: 15px 5px; } }
      @media only screen and (max-width: 360px) {
        .prices__table table td {
          font-size: 1rem; } }
  .prices__table table, .prices__table th, .prices__table td {
    border: 1px solid #56758d; }
  .prices__content {
    color: #2c5573;
    padding: 40px 0 120px 0; }
    .prices__content p {
      font-family: 'Gotham-Book';
      font-size: 1.6rem;
      line-height: 2.4rem; }
      @media only screen and (max-width: 767px) {
        .prices__content p {
          font-size: 2rem; } }
      @media only screen and (max-width: 599px) {
        .prices__content p {
          font-size: 1.6rem; } }
    .prices__content h3 {
      font-family: 'Times New Roman', Times, serif;
      font-size: 3.5rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .prices__content h3 {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 599px) {
        .prices__content h3 {
          font-size: 2rem; } }

.beliefs {
  color: #2c5573;
  padding: 100px 0 80px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .beliefs {
      padding: 0 0 80px 0; } }
  .beliefs__img img {
    position: absolute;
    top: 300px;
    left: 0;
    width: 50vw; }
    @media only screen and (max-width: 767px) {
      .beliefs__img img {
        width: 90vw;
        top: 200px; } }
  .beliefs__header {
    font-family: 'Times New Roman', Times, serif;
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      .beliefs__header {
        padding-top: 20px; } }
    .beliefs__header h2 {
      font-size: 7.2rem; }
    .beliefs__header p {
      font-size: 3.4rem;
      margin-top: -15px; }
  .beliefs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .beliefs__item:nth-child(1) {
        margin-top: 200px; } }
    .beliefs__item span {
      display: block;
      font-size: 5.4rem;
      line-height: 5.4rem;
      font-family: 'Times New Roman', Times, serif;
      margin-right: 40px; }
    .beliefs__item p {
      font-family: 'Gotham-Book';
      font-size: 1.6rem; }

.customer {
  padding: 55px 0 90px 0; }
  .customer__content h2,
  .customer__content p {
    font-family: 'Gotham-Light';
    font-size: 1.6rem;
    color: #2c5573;
    margin-bottom: 35px; }
  .customer__content p.sign {
    font-family: 'Gotham-Light';
    font-size: 4.8rem;
    font-family: 'Laine';
    margin-left: 15%;
    margin-top: 50px; }
    @media only screen and (max-width: 480px) {
      .customer__content p.sign {
        margin-left: 0;
        font-size: 3.6rem; } }

.text {
  margin: 40px 0 60px 0; }
  .text__content p {
    font-family: 'Gotham-Book';
    font-size: 2.1rem;
    margin-bottom: 25px;
    line-height: 2.4rem;
    color: #2c5573; }
    @media only screen and (max-width: 767px) {
      .text__content p {
        font-size: 1.4rem; } }
    .text__content p.no-margin {
      margin-bottom: 0; }

.address {
  margin: 75px 0 90px 0;
  color: #2c5573;
  font-family: 'Times New Roman', Times, serif; }
  .address h2 {
    font-size: 4rem; }
    @media only screen and (max-width: 991px) {
      .address h2 {
        font-size: 3.2rem; } }
  .address address {
    font-size: 1.9rem;
    line-height: 2.4rem; }
    .address address a {
      color: #2c5573;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .address address a:hover {
        color: #00c3f3; }
    @media only screen and (max-width: 767px) {
      .address address {
        margin-top: 40px; } }

.services {
  position: relative;
  margin-top: -80px; }
  @media only screen and (max-width: 1199px) {
    .services {
      margin-top: -40px; } }
  @media only screen and (max-width: 399px) {
    .services {
      margin-top: -40px; } }
  
  .services .gray1-bg {
    background: #fdfdfd; }
  .services .gray2-bg {
    background: #f9f9f9; }
  .services__img img {
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .services__img img {
        width: auto;
        max-width: 428px; } }
    @media only screen and (max-width: 767px) {
      .services__img img {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    .services__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #2c5573; }
    @media only screen and (max-width: 1199px) {
      .services__content {
        padding: 0 30px; } }
    @media only screen and (max-width: 991px) {
      .services__content {
        padding: 20px 30px 40px 30px; } }
    .services__content h3 {
      font-family: 'Gotham-Bold';
      font-size: 1.5rem;
      letter-spacing: 6px; }
    .services__content p {
      font-family: 'Gotham-Book';
      font-size: 1.4rem;
      margin: 40px 0; }
      .services__content p.welcome {
        font-family: 'Laine';
        font-size: 2.6rem;
        margin: 0; }

.entry {
  margin: 85px 0 95px 0; }
  .entry__content {
    color: #2c5573;
    font-family: 'Times New Roman', Times, serif; }
    .entry__content h2 {
      font-size: 3.4rem;
      font-weight: 700;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .entry__content h2 {
          font-size: 2.8rem; } }
      @media only screen and (max-width: 499px) {
        .entry__content h2 {
          font-size: 1.9rem; } }
    .entry__content p {
      font-size: 2.1rem;
      margin-bottom: 5px; }
      @media only screen and (max-width: 991px) {
        .entry__content p {
          font-size: 1.4rem; } }

.googleMap {
  margin-bottom: -86px; }
  .googleMap iframe {
    width: 100%;
    height: 580px; }

.box {
  position: relative;
  overflow: hidden; }
  .box__content {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.77);
    cursor: pointer; }
    .box__content--text {
      background-color: transparent;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      height: 100%; }
      .box__content--text h4 {
        font-size: 2.4rem;
        font-family: 'Times New Roman', Times, serif;
        text-transform: none;
        text-align: left;
        letter-spacing: 1px;
        color: #2c5573;
        padding-left: 30px;
        margin-top: 10%; }
        @media only screen and (max-width: 1199px) {
          .box__content--text h4 {
            font-size: 2.2rem;
            padding-left: 20px; } }
      .box__content--text span {
        color: #2c5573; }
        .box__content--text span.more {
          font-size: 1rem;
          letter-spacing: 4px;
          text-transform: uppercase;
          padding: 5px 0;
          width: 160px;
          display: block;
          text-align: center;
          border: 1px solid #2c5573;
          margin: 20px 0 50px 30px;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          @media only screen and (max-width: 1199px) {
            .box__content--text span.more {
              margin-left: 20px; } }
          .box__content--text span.more:hover {
            background: #2c5573;
            color: #fefefe; }
  .box:hover .box__content {
    opacity: 1; }
    .box:hover .box__content--image {
      opacity: 0.6;
      -webkit-transform: scale(1.1) rotate(5deg);
      transform: scale(1.1) rotate(5deg); }
    .box:hover .box__content--info {
      opacity: 0.6; }

.mainform {
  position: relative;
  margin-top: -70px; }
  @media only screen and (max-width: 1199px) {
    .mainform {
      margin-top: -30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .mainform {
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 575px) {
    .mainform {
      margin-top: -40px;
    }
  }
  .mainform .gray-bg {
    background: #f9f9f9; }
  .mainform__content {
    padding: 75px 0; }
    .mainform__content form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mainform__content form label {
        width: 100%;
        position: relative; }
        .mainform__content form label span:nth-child(1) {
          font-family: 'Gotham-Book';
          font-size: 1.5rem;
          color: #2c5573;
          display: block;
          padding-left: 15px;
          padding-bottom: 5px; }
      .mainform__content form input,
      .mainform__content form textarea,
      .mainform__content form select {
        width: 100%;
		color:#2c5573;
        padding: 8px;
        font-size: 1.5rem;
        border: 1px solid #2c5573;
        background: transparent; }
      .mainform__content form select {
        height: 42px;
        background: #dee4e8; }
      .mainform__content form .half {
        width: 50%;
        padding: 0 30px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .mainform__content form .half {
            width: 100%; } }
        @media only screen and (max-width: 575px) {
          .mainform__content form .half {
            padding: 0 15px; } }
      .mainform__content form .full {
        width: 100%;
        padding: 0 30px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 575px) {
          .mainform__content form .full {
            padding: 0 15px; } }
        .mainform__content form .full input {
          height: 80px; }
      .mainform__content form input[type=submit] {
        width: 80px;
        height: 26px;
		color:#2c5573;
        border: 1px solid #2c5573;
        padding: 0;
        text-transform: uppercase;
        float: right;
        cursor: pointer;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background: transparent; }
        .mainform__content form input[type=submit]:hover {
          background: #2c5573;
          color: #fefefe; }

          .mainform__content form input[type=submit]:disabled {
            opacity: 0.5;
            cursor: no-drop;
           }
           .mainform__content form input[type=submit]:disabled:hover {
            background: transparent;
            color:#2c5573;
           }

.alert-success {
  display: none;
  width: 100%;
  font-size: 1.2rem;
  margin: 0 30px; }
  @media only screen and (max-width: 575px) {
    .alert-success {
      margin: 0 15px; } }

.alert-danger {
  display: none;
  width: 100%;
  font-size: 1.2rem;
  margin-top: 0px; }
  @media only screen and (max-width: 575px) {
    .alert-danger {
      margin: 0 15px; } }

.footer {
  background: rgba(3, 115, 139, 0.77);
  height: 86px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .footer {
      height: auto; } }
  .footer .container,
  .footer .row {
    height: 100%; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 520px) {
      .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .footer__content .footer-logo h2 {
      color: #fefefe;
      font-family: 'Times New Roman', Times, serif;
      font-size: 3.8rem;
      text-align: center; }
	  .footer__content .footer-logo h2{margin-left:20px;}
      .footer__content .footer-logo h2 span {
        display: block;
        font-family: 'Gotham-Light';
        font-size: 0.7rem;
        letter-spacing: 3px; }
    @media only screen and (max-width: 767px) {
      .footer__content .footer-logo {
        padding-top: 25px; } }
    @media only screen and (max-width: 520px) {
      .footer__content .footer-logo {
        padding: 25px 0; } }
    .footer__content .footer-info ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .footer__content .footer-info ul {
          padding-bottom: 25px; } }
      @media only screen and (max-width: 520px) {
        .footer__content .footer-info ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .footer__content .footer-info ul li {
        font-size: 1.8rem;
        font-family: 'Times New Roman', Times, serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 25px; }
        @media only screen and (max-width: 991px) {
          .footer__content .footer-info ul li {
            font-size: 1.5rem;
            margin: 0 10px; } }
        @media only screen and (max-width: 520px) {
          .footer__content .footer-info ul li {
            margin: 10px 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .footer__content .footer-info ul li img {
          margin-right: 15px; }
          @media only screen and (max-width: 991px) {
            .footer__content .footer-info ul li img {
              margin-right: 10px; } }
        .footer__content .footer-info ul li a {
          color: #fefefe;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .footer__content .footer-info ul li a:hover {
            color: #2c5573; }
          .footer__content .footer-info ul li a.quick-contact {
            font-size: 0.7rem;
            color: #fefefe;
            text-transform: uppercase;
            letter-spacing: 3px;
            text-align: center;
            border: 1px solid #fefefe;
            padding: 8px 12px;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
            .footer__content .footer-info ul li a.quick-contact span {
              display: block;
              font-size: 3rem;
              line-height: 3rem;
              font-family: 'Times New Roman', Times, serif;
              letter-spacing: 2px; }
            .footer__content .footer-info ul li a.quick-contact:hover {
              background: #fefefe;
              color: #5293a3; }
.home-banner{
  width: 100%; 
  height: auto;
}
.ourSucesses__img{
  width: 100%;
  height: auto;
  display: none;
}
.shift{
  margin-left: 3.6vw;
}
@media only screen and (max-width: 1199px) {
  .ourSucesses__img{
    display: block;
  }
  .ourSucesses--beliefs::after {
    background: #f4f4f2;
  }
  .ourSucesses--beliefs{
    padding: 0 0 25px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner{
    margin-top: 86px;
  }
  /* .banner__content--main{
    bottom: 8vw;
    width: 100%;
    left: 1%;
    transform: initial;
  } */
  .banner__content h2 {
    font-size: 2.4rem;
  }
  .banner__content p {
    font-size: 1.8rem;
}
  .contact-header{
    display: none;
  }
  /* .ourSucesses--beliefs{
    padding: 0 0 25px 0;
  } */
  /* .ourSucesses--beliefs::after {
    background: #f4f4f2;
  } */
  /* .ourSucesses__img{
    display: block;
  } */
  .footer__content .footer-logo h2{margin-left:0;}
}
@media only screen and (max-width: 767px) {
  .banner__content--main{
    width: 100%;
    left: 0;
    transform: initial;
    padding: 0 15px;
    bottom: 40px;
  }
  .shift{
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner__content--main{
    padding: 20px 15px;
    bottom: inherit;
    position: relative;
    background: #f4f4f2;
    margin-bottom: 40px;
  }
  .banner__content h2 {
    margin-bottom: 0px; }
}
@media only screen and (max-width: 399px) {
  .banner__content--main h2{
    font-size: 2.2rem;
  }
  .banner__content--main p{
    font-size: 1.3rem;
  }
}
