body, html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overflow-y: auto;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400; }

html {
  margin-top: 0 !important; }

body {
  position: relative;
  -webkit-font-smoothing: antialiased; }
  body.modal-open {
    overflow: hidden !important; }

.unstyled_link, .for_navbar ul li a, .for_navbar .navbar-brand .inner .tel, .for_navbar .navbar-brand .inner .homelink, .square_links .link_item, .blue_button, #slider .item .bottom_part a, .for_form .gform_wrapper form input[type='submit'], .content_section .content_inner.for_yellow .gform_wrapper input[type="button"],
.content_section .content_inner.for_yellow .gform_wrapper input[type="submit"], .yellow_button, .for_p_slider .item.active .bottom_part a, .for_p_slider .item.right .bottom_part a, .for_p_slider .item.left .bottom_part a, #our_services .inner .item, #footer .container .inner .right_part ul li a {
  text-decoration: none !important;
  outline: none !important; }

.for_navbar {
  position: relative;
  z-index: 10;
  margin-bottom: -8rem;
  width: 100%;
  background-color: #ffffff; }
  @media screen and (max-width: 991px) {
    .for_navbar {
      margin-top: 0;
      margin-bottom: -1rem; } }
  .for_navbar.affix {
    position: fixed;
    margin: 0 0;
    top: 0;
    z-index: 25;
    border-bottom: 5px solid #facd1f; }
    .for_navbar.affix ul {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      padding: 15px 0 0; }
    .for_navbar.affix .navbar-brand .inner {
      padding: 0 0;
      align-items: flex-start; }
    .for_navbar.affix .navbar-brand .right_part br {
      display: none !important; }
    @media screen and (max-width: 991px) {
      .for_navbar.affix {
        position: relative; } }
    .for_navbar.affix ul li a {
      padding: 10px 10px; }
    @media screen and (min-width: 991px) {
      .for_navbar.affix #menu_links {
        margin-top: -40px; } }
  .for_navbar .navbar-header {
    float: none;
    width: 100%;
    position: relative; }
  .for_navbar ul {
    list-style: none;
    padding: 0 100px;
    margin-bottom: 0;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: space-between;
    -webkit-align-content: space-between; }
    @media screen and (min-width: 992px) {
      .for_navbar ul {
        padding: 0 15px; } }
    @media screen and (max-width: 991px) {
      .for_navbar ul {
        padding: 0 0; } }
    .for_navbar ul li {
      padding: 0 3px .8rem; }
      @media screen and (max-width: 1200px) {
        .for_navbar ul li {
          padding: 1rem 0; } }
      .for_navbar ul li a {
        -webkit-transition: padding 400ms ease-out;
        -moz-transition: padding 400ms ease-out;
        -ms-transition: padding 400ms ease-out;
        -o-transition: padding 400ms ease-out;
        transition: padding 400ms ease-out;
        color: #5d5d5d;
        padding: 10px 15px;
        font-size: 16px;
        font-size: 1rem;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700; }
        .for_navbar ul li a .caret, .for_navbar ul li a .glyphicon-chevron-right {
          display: none; }
      .for_navbar ul li.current_page_item a, .for_navbar ul li.current_page_parent a {
        background-color: #28579b;
        color: #facd1f; }
      @media screen and (min-width: 992px) {
        .for_navbar ul li.dropdown ul {
          display: none;
          top: 2rem;
          left: 5px;
          background-color: #28579b;
          border: 0;
          border-radius: 0; }
          .for_navbar ul li.dropdown ul li {
            padding: 0 0; }
            .for_navbar ul li.dropdown ul li a {
              padding: 5px 15px;
              color: #ffffff;
              font-size: 16px;
              font-size: 1rem;
              font-family: 'PT Sans', sans-serif;
              font-weight: 400; }
              .for_navbar ul li.dropdown ul li a:hover {
                color: #facd1f; }
            .for_navbar ul li.dropdown ul li.current-menu-item a {
              color: #facd1f; }
        .for_navbar ul li.dropdown:hover ul {
          display: block; } }
      .for_navbar ul li:hover a {
        background-color: #28579b;
        color: #facd1f; }
  @media screen and (max-width: 991px) {
    .for_navbar #menu-main-menu {
      display: block;
      position: absolute;
      right: -100vw;
      z-index: 20;
      -webkit-transition: right 400ms ease-out;
      -moz-transition: right 400ms ease-out;
      -ms-transition: right 400ms ease-out;
      -o-transition: right 400ms ease-out;
      transition: right 400ms ease-out;
      top: 0;
      width: 60vw;
      min-width: 250px;
      background-color: #ffffff;
      padding-right: 30px; }
      .for_navbar #menu-main-menu li {
        padding: 2px 10px; }
        .for_navbar #menu-main-menu li a {
          display: block;
          padding: 5px 30px; }
          .for_navbar #menu-main-menu li a .caret {
            display: inline-block;
            margin-left: 2rem; }
        .for_navbar #menu-main-menu li.dropdown ul {
          display: none;
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          background-color: #28579b;
          border: 0;
          border-radius: 0;
          margin-bottom: 10px; }
          .for_navbar #menu-main-menu li.dropdown ul.expanded {
            display: block; }
          .for_navbar #menu-main-menu li.dropdown ul li {
            padding: 0 0; }
            .for_navbar #menu-main-menu li.dropdown ul li a {
              color: #ffffff;
              font-size: 16px;
              font-size: 1rem;
              font-family: 'PT Sans', sans-serif;
              font-weight: 400;
              padding: 5px 24px; }
              .for_navbar #menu-main-menu li.dropdown ul li a:hover {
                color: #facd1f; }
            .for_navbar #menu-main-menu li.dropdown ul li.current-menu-item a {
              color: #facd1f; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .for_navbar #menu-main-menu {
      width: 80%; }
      .for_navbar #menu-main-menu li {
        padding: 0 10px; }
        .for_navbar #menu-main-menu li.dropdown ul {
          width: 71vw; } }
  .for_navbar .navbar-brand {
    padding: 0 0 0 0;
    float: none;
    height: auto; }
    .for_navbar .navbar-brand .inner {
      position: relative;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-align-content: center;
      padding: 15px 0; }
      @media screen and (max-width: 1199px) {
        .for_navbar .navbar-brand .inner {
          padding: 15px 15px; } }
      .for_navbar .navbar-brand .inner .tel {
        font-size: 18px;
        font-size: 1.125rem;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        line-height: 1.2;
        color: #28579b; }
      .for_navbar .navbar-brand .inner .right_part {
        text-align: right; }
        .for_navbar .navbar-brand .inner .right_part .blue_button, .for_navbar .navbar-brand .inner .right_part #slider .item .bottom_part a, #slider .item .bottom_part .for_navbar .navbar-brand .inner .right_part a, .for_navbar .navbar-brand .inner .right_part .for_form .gform_wrapper form input[type='submit'], .for_form .gform_wrapper form .for_navbar .navbar-brand .inner .right_part input[type='submit'], .for_navbar .navbar-brand .inner .right_part .content_section .content_inner.for_yellow .gform_wrapper input[type="button"], .content_section .content_inner.for_yellow .gform_wrapper .for_navbar .navbar-brand .inner .right_part input[type="button"],
        .for_navbar .navbar-brand .inner .right_part .content_section .content_inner.for_yellow .gform_wrapper input[type="submit"],
        .content_section .content_inner.for_yellow .gform_wrapper .for_navbar .navbar-brand .inner .right_part input[type="submit"] {
          padding: .5rem 1.5rem;
          margin-top: 1rem;
          margin-left: 2rem; }
    .for_navbar .navbar-brand img {
      height: auto;
      min-width: 150px;
      max-width: 250px; }
    @media screen and (max-width: 991px) {
      .for_navbar .navbar-brand {
        width: 30vw;
        min-width: 150px;
        float: left; }
        .for_navbar .navbar-brand .inner .homelink {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .for_navbar .navbar-brand img {
        width: 100px;
        max-width: 100px; } }
  @media screen and (max-width: 1199px) {
    .for_navbar > .container {
      width: 100%; }
    .for_navbar .navbar-header {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 991px) {
    .for_navbar > .container {
      padding: 0 0; } }

.tel_small {
  position: absolute;
  right: 80px;
  top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #28579b; }
  .tel_small .glyphicon {
    font-size: 27px; }

body.page-template-default .for_navbar,
body.page-template-services .for_navbar,
body.page-template-get-quote .for_navbar,
body.page-template-page-template-full-width .for_navbar,
body.archive .for_navbar,
body.single-post .for_navbar,
body.error404 .for_navbar {
  margin-bottom: 0; }

#menu_links {
  position: relative;
  float: right;
  width: 100%;
  -webkit-transition: margin-top 400ms ease-out;
  -moz-transition: margin-top 400ms ease-out;
  -ms-transition: margin-top 400ms ease-out;
  -o-transition: margin-top 400ms ease-out;
  transition: margin-top 400ms ease-out; }
  @media screen and (max-width: 991px) {
    #menu_links.opened #menu-main-menu {
      right: 0;
      top: 0; } }

#topblock {
  height: 99vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 49vh; }
  @media screen and (max-width: 1199px) {
    #topblock {
      padding-top: 25vh; } }
  @media screen and (max-width: 991px) {
    #topblock {
      padding-top: 15vh;
      height: auto; }
      #topblock > .container {
        width: 100%; } }
  #topblock.on_single_page {
    height: 50vh;
    position: absolute;
    padding-top: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    #topblock.on_single_page > .container {
      height: 50vh;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }

.container {
  padding-left: 0;
  padding-right: 0; }

.square_links {
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  align-content: center;
  -webkit-align-content: center; }
  .square_links .link_item {
    flex: 0 1 250px;
    margin-bottom: 30px;
    position: relative;
    background-color: #28579b;
    border: 5px solid white;
    color: #ffffff;
    text-align: center; }
    .square_links .link_item h2, .square_links .link_item h3, .square_links .link_item h4, .square_links .link_item h5, .square_links .link_item p {
      margin: 0 0; }
    .square_links .link_item h2 {
      color: #facd1f;
      font-size: 45px;
      font-size: 2.8125rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: .5rem; }
    .square_links .link_item h3 {
      font-size: 30px;
      font-size: 1.875rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      line-height: 30px; }
    .square_links .link_item h4 {
      color: #facd1f;
      font-size: 23px;
      font-size: 1.4375rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      line-height: 36px; }
    .square_links .link_item h5 {
      font-family: 'FontReg';
      font-family: 'PT Sans', sans-serif;
      font-size: 14px;
      line-height: 16px;
      margin-top: .5rem; }
    .square_links .link_item .inner {
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-align-content: center;
      padding: 30px 10px; }
    .square_links .link_item .small_piece {
      position: absolute;
      top: -15px;
      right: -12px;
      background-color: #ffffff;
      color: #28579b;
      width: 89px;
      height: 89px;
      border-radius: 50%;
      border: 2px solid #ffffff; }
      .square_links .link_item .small_piece h2 {
        color: #28579b;
        font-size: 43px;
        font-size: 2.6875rem;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        line-height: 37px;
        letter-spacing: 0; }
        .square_links .link_item .small_piece h2 sup, .square_links .link_item .small_piece h2 small {
          color: #28579b;
          font-size: 21px; }
      .square_links .link_item .small_piece p:last-child {
        margin-top: -5px; }
    .square_links .link_item.big_link {
      padding: 0 10px; }
      .square_links .link_item.big_link .inner {
        height: 250px; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .square_links {
      max-width: 530px;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      align-content: center;
      -webkit-align-content: center; }
      .square_links .link_item:first-child {
        margin-right: 30px; }
      .square_links .link_item:nth-child(3) {
        flex: 0 1 530px; }
        .square_links .link_item:nth-child(3).big_link .inner {
          height: auto; }
      .square_links .link_item.sml_link {
        flex: 0 1 156px;
        margin-right: 30px; }
        .square_links .link_item.sml_link:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .square_links {
      max-width: 100%;
      padding: 0 30px; }
      .square_links .link_item {
        margin-right: 0;
        flex: 0 1 100%; }
        .square_links .link_item.big_link .inner {
          height: auto; }
        .square_links .link_item.sml_link {
          display: none; } }

.blue_button, #slider .item .bottom_part a, .for_form .gform_wrapper form input[type='submit'], .content_section .content_inner.for_yellow .gform_wrapper input[type="button"],
.content_section .content_inner.for_yellow .gform_wrapper input[type="submit"] {
  background-color: #28579b;
  color: #facd1f;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: .5rem 3rem;
  border: none;
  border-radius: 5px;
  border-image: none; }
  .blue_button:hover, #slider .item .bottom_part a:hover, .for_form .gform_wrapper form input[type='submit']:hover, .content_section .content_inner.for_yellow .gform_wrapper input[type="button"]:hover,
  .content_section .content_inner.for_yellow .gform_wrapper input[type="submit"]:hover {
    background-color: #2d62af;
    color: #facd1f; }

.yellow_button, .for_p_slider .item.active .bottom_part a, .for_p_slider .item.right .bottom_part a, .for_p_slider .item.left .bottom_part a {
  background-color: #facd1f;
  color: #28579b;
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: .5rem 3rem;
  border-radius: 0; }
  .yellow_button:hover, .for_p_slider .item.active .bottom_part a:hover, .for_p_slider .item.right .bottom_part a:hover, .for_p_slider .item.left .bottom_part a:hover {
    background-color: #fbd338; }

#slider {
  margin: 50px 0; }
  #slider #carousel {
    max-width: 60rem;
    margin: 0 auto; }
  #slider .item {
    padding: 0 10rem; }
    #slider .item .top_part, #slider .item .bottom_part {
      text-align: center;
      margin: 0 auto; }
    #slider .item .bottom_part {
      background-color: #facd1f;
      padding: 2rem;
      color: #28579b; }
      #slider .item .bottom_part h2 {
        font-size: 36px;
        font-size: 2.25rem;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        line-height: 26px;
        color: #28579b; }
      #slider .item .bottom_part a {
        margin-top: .5rem; }
    #slider .item .top_part h3 {
      font-size: 40px;
      font-size: 2.5rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      color: #28579b; }
    #slider .item .top_part h4 {
      font-size: 23px;
      font-size: 1.4375rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      margin-bottom: 1rem; }
  #slider .carousel-control {
    background-image: none;
    color: #d2d9e6; }
    #slider .carousel-control:hover {
      color: #28579b; }
  @media screen and (max-width: 991px) {
    #slider > .container {
      width: 100%; }
    #slider .item {
      padding: 0 5rem; } }

.for_form {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  align-content: center;
  -webkit-align-content: center;
  padding: 40px 60px;
  background-color: #facd1f; }
  .for_form .gform_wrapper {
    margin: 0 0;
    width: 100%; }
    .for_form .gform_wrapper form .gfield {
      position: relative;
      margin-top: .75rem;
      margin-bottom: .75rem;
      border: 0;
      background-color: transparent; }
      .for_form .gform_wrapper form .gfield .ginput_container {
        margin-top: 0; }
        .for_form .gform_wrapper form .gfield .ginput_container input {
          border: 0;
          height: 36px; }
      .for_form .gform_wrapper form .gfield:first-child {
        margin-bottom: 0; }
      .for_form .gform_wrapper form .gfield:nth-child(2), .for_form .gform_wrapper form .gfield:nth-child(3), .for_form .gform_wrapper form .gfield:nth-child(6), .for_form .gform_wrapper form .gfield:nth-child(7) {
        width: 50%;
        float: left; }
        .for_form .gform_wrapper form .gfield:nth-child(2) input, .for_form .gform_wrapper form .gfield:nth-child(3) input, .for_form .gform_wrapper form .gfield:nth-child(6) input, .for_form .gform_wrapper form .gfield:nth-child(7) input {
          width: 100%; }
        .for_form .gform_wrapper form .gfield:nth-child(2) select, .for_form .gform_wrapper form .gfield:nth-child(3) select, .for_form .gform_wrapper form .gfield:nth-child(6) select, .for_form .gform_wrapper form .gfield:nth-child(7) select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%;
          height: 36px;
          border-radius: 0;
          border: 0; }
        @media screen and (max-width: 767px) {
          .for_form .gform_wrapper form .gfield:nth-child(2), .for_form .gform_wrapper form .gfield:nth-child(3), .for_form .gform_wrapper form .gfield:nth-child(6), .for_form .gform_wrapper form .gfield:nth-child(7) {
            width: 100%; } }
      .for_form .gform_wrapper form .gfield:nth-child(6), .for_form .gform_wrapper form .gfield:nth-child(7) {
        margin-top: 0; }
      .for_form .gform_wrapper form .gfield select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #ffffff;
        background-image: url("../images/corner.png");
        background-position: 95% center;
        background-repeat: no-repeat; }
      .for_form .gform_wrapper form .gfield:nth-child(3), .for_form .gform_wrapper form .gfield:nth-child(7) {
        clear: none; }
      .for_form .gform_wrapper form .gfield label {
        position: absolute;
        top: .5rem;
        left: .5rem;
        font-weight: 200; }
      .for_form .gform_wrapper form .gfield .ui-datepicker-trigger {
        position: absolute;
        top: .5rem;
        right: 1.5rem;
        content: url("../images/calendar.png"); }
    .for_form .gform_wrapper form input[type='submit'] {
      width: calc(100% - 14px);
      padding: 0.75rem; }
      @media screen and (max-width: 767px) {
        .for_form .gform_wrapper form input[type='submit'] {
          width: 100%; } }
    .for_form .gform_wrapper form .validation_error {
      display: none !important; }
    .for_form .gform_wrapper form .gfield_description {
      padding-top: 0; }
  .for_form h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #28579b; }

.blue_bg {
  background-color: #28579b; }

.y_bg {
  background-color: #facd1f; }

#homecontent .inner, #pagecontent .inner {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  align-content: center;
  -webkit-align-content: center; }
  #homecontent .inner .half, #pagecontent .inner .half {
    flex: 1 0 50%; }
@media screen and (max-width: 991px) {
  #homecontent > .container, #pagecontent > .container {
    padding: 0 0; }
  #homecontent .inner .half, #pagecontent .inner .half {
    flex: 0 1 100%; } }

#homecontent .inner .half {
  flex: 0 1 50%; }
@media screen and (max-width: 991px) {
  #homecontent .inner .half {
    flex: 1 0 100%; } }

#pagecontent {
  z-index: 8;
  position: relative; }
  #pagecontent .inner .half:first-child {
    flex: 0 1 40%; }
  #pagecontent .inner .half:last-child {
    flex: 0 1 60%; }
  #pagecontent .for_form, #pagecontent .for_testimonials {
    padding: 40px 30px 40px 50px; }
  @media screen and (max-width: 991px) {
    #pagecontent .inner {
      flex-wrap: wrap-reverse; }
      #pagecontent .inner .half:first-child {
        flex: 1 0 100%; }
      #pagecontent .inner .half:last-child {
        flex: 1 0 100%; } }
  @media screen and (max-width: 767px) {
    #pagecontent .for_form {
      padding: 2rem; } }

.for_p_slider {
  background-color: #28579b; }
  .for_p_slider .item {
    opacity: 0; }
    .for_p_slider .item .bottom_part {
      opacity: 0; }
  .for_p_slider .item.active {
    position: relative; }
  .for_p_slider .item.active, .for_p_slider .item.right, .for_p_slider .item.left {
    height: 42vh;
    opacity: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .for_p_slider .item.active .bottom_part, .for_p_slider .item.right .bottom_part, .for_p_slider .item.left .bottom_part {
      opacity: 1;
      position: absolute;
      bottom: 2rem;
      right: 4rem; }
  .for_p_slider .carousel-control {
    background-image: none;
    color: #28579b;
    opacity: 1; }
    .for_p_slider .carousel-control:hover {
      color: #28579b; }
    .for_p_slider .carousel-control span {
      top: auto;
      bottom: 2.4rem;
      font-size: 18px; }
      .for_p_slider .carousel-control span.glyphicon-chevron-right {
        right: 30%; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper #clicker {
    position: absolute;
    left: calc(50% - 65px);
    top: 100px;
    display: block;
    z-index: 11;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #28579b;
    color: #facd1f;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 58px 0;
    text-align: center;
    white-space: nowrap;
    cursor: pointer; }

.videoWrapper iframe {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.for_testimonials {
  background-color: #28579b;
  padding: 4rem 4rem 3rem;
  color: #ffffff; }
  .for_testimonials .testimonials-widget-testimonials .bottom_text {
    display: none; }
  .for_testimonials .yellow_button, .for_testimonials .for_p_slider .item.active .bottom_part a, .for_p_slider .item.active .bottom_part .for_testimonials a, .for_testimonials .for_p_slider .item.right .bottom_part a, .for_p_slider .item.right .bottom_part .for_testimonials a, .for_testimonials .for_p_slider .item.left .bottom_part a, .for_p_slider .item.left .bottom_part .for_testimonials a {
    margin-top: -10px; }
  .for_testimonials h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin: 0 0 1rem 0; }
  .for_testimonials .left_part, .for_testimonials .right_part {
    float: left; }
  .for_testimonials .left_part {
    width: 70%; }
  .for_testimonials .right_part {
    width: 30%; }
  .for_testimonials blockquote, .for_testimonials blockquote h3 {
    padding: 0 1rem 0 0;
    margin: 0 0 1rem;
    font-family: 'FontReg';
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    border-left: none; }
  .for_testimonials blockquote::after {
    content: '';
    display: inline-block;
    background-image: url("../images/quote_line.png");
    width: 100%;
    height: 1rem;
    background-repeat: no-repeat;
    margin-top: 1rem; }
  .for_testimonials .testimonials-widget-testimonial div.credit {
    text-align: left; }
    .for_testimonials .testimonials-widget-testimonial div.credit::before {
      content: ''; }
    .for_testimonials .testimonials-widget-testimonial div.credit a, .for_testimonials .testimonials-widget-testimonial div.credit .author {
      text-decoration: none !important;
      color: #ffffff;
      pointer-events: none;
      font-size: 16px;
      font-size: 1rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700; }
  .for_testimonials .glyphicon-star,
  .for_testimonials .glyphicon-star-empty {
    color: #facd1f; }
  .for_testimonials .review-block {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem; }
  .for_testimonials .use-again .rating {
    width: 100%;
    display: block;
    color: #facd1f;
    font-size: 46px;
    font-size: 2.875rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; }
  .for_testimonials .use-again .rating-text {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 16px; }
  .for_testimonials .testimonials-widget-testimonial .image {
    margin-bottom: 1em; }

#our_services {
  padding: 50px 0;
  text-align: center; }
  #our_services h2 {
    color: #28579b;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; }
  #our_services h3 {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 2rem; }
  #our_services .inner {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    padding: 0 100px; }
    #our_services .inner .item {
      flex: 0 1 auto;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-align-content: center;
      background-color: #28579b;
      width: 210px;
      height: 210px;
      border-radius: 50%;
      margin-bottom: 25px;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      line-height: 18px;
      padding: 0 55px;
      text-align: center; }
      #our_services .inner .item:hover {
        background-color: #2d62af; }
      #our_services .inner .item img {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    #our_services {
      padding: 30px; }
      #our_services .inner {
        padding: 0 25px; } }

.fullwidth {
  width: 100%; }

#footer {
  background-color: #facd1f;
  color: #5d5d5d;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    #footer {
      border-top: 5px solid #28579b;
      padding: 0 2rem 0; } }
  #footer a {
    color: #5d5d5d; }
  #footer .container .inner {
    padding: 50px 0;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: center;
    -webkit-align-content: center; }
    #footer .container .inner .homelink {
      display: inline-block;
      margin: 1rem 0; }
      #footer .container .inner .homelink img {
        width: 10rem;
        height: auto; }
    #footer .container .inner .right_part {
      text-align: right; }
      #footer .container .inner .right_part ul {
        list-style: none; }
        #footer .container .inner .right_part ul li {
          display: inline-block;
          margin-left: .1rem; }
      @media screen and (max-width: 767px) {
        #footer .container .inner .right_part {
          text-align: left; }
          #footer .container .inner .right_part ul {
            padding: 2rem 0 0 0; } }

.content_section.top_padding {
  padding-top: 30vh; }
.content_section img {
  max-width: 100%;
  height: auto;
  display: block; }
.content_section .content_inner {
  padding: 50px 0 50px 50px;
  background-color: #ffffff; }
  .content_section .content_inner.for_yellow {
    background-color: #facd1f;
    padding: 50px; }
    .content_section .content_inner.for_yellow .gform_wrapper .gfield {
      position: relative;
      margin-top: .75rem;
      margin-bottom: .75rem;
      border: 0;
      background-color: transparent; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield .ginput_container {
        margin-top: 0; }
        .content_section .content_inner.for_yellow .gform_wrapper .gfield .ginput_container input, .content_section .content_inner.for_yellow .gform_wrapper .gfield .ginput_container select {
          border: 0;
          height: 36px; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #ffffff;
        background-image: url("../images/corner.png");
        background-position: 98% center;
        background-repeat: no-repeat;
        border-radius: 0; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield .ginput_left, .content_section .content_inner.for_yellow .gform_wrapper .gfield .ginput_right {
        position: relative; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield .ginput_container {
        margin-top: 0 !important; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield.for_choices label {
        position: relative;
        left: auto;
        top: auto; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield .gfield_radio li {
        float: left;
        margin-right: 2rem; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield label {
        position: absolute;
        top: .5rem;
        left: .5rem;
        font-weight: 200;
        font-size: 100%; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield .datepicker {
        width: 100%; }
      .content_section .content_inner.for_yellow .gform_wrapper .gfield .ui-datepicker-trigger {
        position: absolute;
        top: .5rem;
        right: 1.5rem;
        content: url("../images/calendar.png"); }
    .content_section .content_inner.for_yellow .gform_wrapper input[type="button"],
    .content_section .content_inner.for_yellow .gform_wrapper input[type="submit"] {
      width: 250px;
      padding: 0.75rem; }
    .content_section .content_inner.for_yellow .gform_wrapper .gf_progressbar {
      background-color: #ffffff; }
    .content_section .content_inner.for_yellow .gform_wrapper .validation_error {
      display: none !important; }
    .content_section .content_inner.for_yellow .gform_wrapper .gfield_description {
      padding-top: 0; }
  .content_section .content_inner h1, .content_section .content_inner h2, .content_section .content_inner h3 {
    color: #28579b; }
  .content_section .content_inner h1 {
    margin: 0 0;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; }
  .content_section .content_inner h2 {
    margin: 1rem 0 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; }
  .content_section .content_inner h3 {
    margin: 0 0 2rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; }
  .content_section .content_inner blockquote:last-child {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
    color: #28579b;
    text-align: right;
    border: 0;
    float: right;
    max-width: 60%;
    font-weight: 700; }
  .content_section .content_inner .gallery {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center; }
    .content_section .content_inner .gallery .gallery-icon {
      border-right: 3px solid rgba(231, 238, 251, 0.32); }
    .content_section .content_inner .gallery figcaption {
      padding: .5rem 1rem;
      font-size: 12px;
      font-size: 0.75rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      text-align: center; }
    @media screen and (max-width: 767px) {
      .content_section .content_inner .gallery {
        flex-wrap: wrap; } }
  @media screen and (max-width: 991px) {
    .content_section .content_inner {
      padding: 2rem; } }

.testi_total {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  -webkit-align-content: center;
  background-color: rgba(231, 238, 251, 0.32);
  padding: 2rem 2rem; }
  .testi_total .piece {
    padding-right: 2rem; }
    .testi_total .piece > div {
      white-space: nowrap; }
      .testi_total .piece > div span {
        color: #facd1f; }
      .testi_total .piece > div.review-block {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        color: #28579b; }
  .testi_total .use-again {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    padding-right: 1rem; }
    .testi_total .use-again .rating {
      font-size: 46px;
      font-size: 2.875rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #28579b;
      padding-right: .5rem; }
    .testi_total .use-again .rating-text {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      font-style: italic;
      line-height: 16px; }
  @media screen and (max-width: 1199px) {
    .testi_total {
      flex-wrap: wrap; }
      .testi_total .use-again {
        flex: 1 0 100%;
        padding: 1rem 0 1rem 0; } }

.blog_item {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  -webkit-align-content: center;
  padding: 2rem 0 2rem;
  border-bottom: 5px solid #facd1f; }
  .blog_item .item_image {
    flex: 1 0 10vw; }
    .blog_item .item_image img {
      width: 10vw;
      height: auto; }
  .blog_item .right_part {
    padding: 0 0 0 2rem; }
  .blog_item .item_title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #28579b;
    line-height: 1; }
  @media screen and (max-width: 767px) {
    .blog_item {
      padding: 1rem 0; }
      .blog_item .right_part {
        padding: 0 0 0 0; } }

.table-calc {
  width: 100%;
  table-layout: fixed;
  background-color: rgba(231, 238, 251, 0.12); }
  .table-calc tr:not(.first-odd):nth-child(even) td {
    background-color: rgba(250, 205, 31, 0.2); }
  .table-calc tr td:first-child {
    padding-left: 2rem; }
    @media screen and (max-width: 767px) {
      .table-calc tr td:first-child {
        padding-left: .5rem; } }
  .table-calc input[type=text] {
    margin: 0.5rem 0;
    width: auto;
    max-width: 100%; }

.content_wrap {
  max-width: 100vw; }

.navigation.pagination h2 {
  display: none; }
.navigation.pagination a {
  background-color: #d2d9e6; }
  .navigation.pagination a:hover, .navigation.pagination a:focus, .navigation.pagination a:active {
    text-decoration: none;
    background-color: #facd1f; }
.navigation.pagination .meta-nav {
  display: none; }
.navigation.pagination span.current {
  background-color: #facd1f; }
.navigation.pagination a, .navigation.pagination span.current {
  display: inline-block;
  padding: 0.5rem;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 600; }

/*# sourceMappingURL=style.css.map */
