@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
.rotate {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

label {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }

.navbar-toggler span {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

button {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  button:after {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

.btn {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .btn:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  a:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

input[type="radio"] + label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  input[type="radio"] + label::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  input[type="radio"] + label::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

input[type="checkbox"] + label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  input[type="checkbox"] + label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  input[type="checkbox"] + label:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
  background: #fff url(../images/ajax-loader.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  color: #282829;
  background-color: #FFFFFF;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden; }

.img-100 {
  width: 100%; }

small {
  font-size: 14px; }

b,
strong {
  font-weight: bold; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

ul.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.list-inline li {
    display: inline-block; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.img-center {
    margin-left: auto;
    margin-right: auto; }
  img.full-width {
    width: 100%; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: inherit; }

.btn {
  text-decoration: none; }
  .btn:hover {
    text-decoration: none; }

a:hover::before, a:hover::after {
  text-decoration: none; }

a:focus {
  outline: none; }

.btn:focus {
  outline: none; }

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit; }

p {
  margin: 0 0 1rem 0; }
  p:empty {
    display: none; }
  p:last-child {
    margin-bottom: 0; }

.screen-reader-text {
  display: none; }

h1 {
  font-size: 40px;
  font-weight: 600; }

h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600; }

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600; }

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600; }

.site-content {
  overflow-x: hidden; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img .aligncenter {
    float: none;
    margin: 0 auto 20px; }
  img .alignright {
    float: right;
    margin: 0 0 20px 20px; }
  img .alignleft {
    float: left;
    margin: 0 20px 20px 0; }

.slick-slide:focus {
  outline: none; }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 30px; }
  .btn-blue {
    background-color: #025896;
    color: #FFFFFF;
    font-weight: 700;
    border: 1px solid #025896; }
    .btn-blue:hover {
      background-color: #FFFFFF;
      color: #001f35;
      border: 1px solid #001f35; }
  .btn-white {
    background-color: #FFFFFF;
    color: #001f35;
    border: 1px solid #001f35;
    font-weight: 600;
    margin-top: 26px; }
    .btn-white:hover {
      background-color: #025896;
      color: #FFFFFF;
      border: 1px solid #025896; }

@media (min-width: 992px) {
  .header-site {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; } }

.header-top {
  background-color: rgba(0, 18, 32, 0.8);
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px; }
  .header-top .header-address ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      .header-top .header-address ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .header-top .header-address ul li {
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 767px) {
        .header-top .header-address ul li {
          margin-top: 3px;
          margin-bottom: 3px; } }
      .header-top .header-address ul li a {
        color: #FFFFFF; }
      .header-top .header-address ul li.email a {
        background-image: url("../images/envelop.png");
        background-repeat: no-repeat;
        background-position-x: 0;
        padding-left: 24px;
        background-position-y: 6px; }

.navbar[class*="navbar-expand-"] {
  background-color: #FFFFFF;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 10; }
  @media (max-width: 991px) {
    .navbar[class*="navbar-expand-"] {
      background-color: #282829; } }
  @media (max-width: 991px) {
    .navbar[class*="navbar-expand-"] {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .navbar[class*="navbar-expand-"] .navbar-toggler {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    .navbar[class*="navbar-expand-"] .navbar-toggler:focus {
      outline: none; }
    .navbar[class*="navbar-expand-"] .navbar-toggler .navbar-toggle-icon {
      background: #FFFFFF;
      display: block;
      height: 3px;
      width: 100%;
      border-radius: 0;
      opacity: 1;
      left: 0;
      margin-bottom: 6px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .navbar[class*="navbar-expand-"] .navbar-toggler .navbar-toggle-icon:nth-child(1) {
        top: 0px; }
      .navbar[class*="navbar-expand-"] .navbar-toggler .navbar-toggle-icon:nth-child(2), .navbar[class*="navbar-expand-"] .navbar-toggler .navbar-toggle-icon:nth-child(3) {
        top: 10px;
        top: 8px; }
    .navbar[class*="navbar-expand-"] .navbar-toggler.on .navbar-toggle-icon:nth-child(1) {
      top: 11px;
      width: 0%;
      left: 50%; }
    .navbar[class*="navbar-expand-"] .navbar-toggler.on .navbar-toggle-icon:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .navbar[class*="navbar-expand-"] .navbar-toggler.on .navbar-toggle-icon:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: -8px; }
  @media (max-width: 991px) {
    .navbar[class*="navbar-expand-"] .navbar-collapse {
      padding-top: 12px;
      margin-top: 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.3); } }
  .navbar[class*="navbar-expand-"] .navbar-brand {
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 1199px) {
      .navbar[class*="navbar-expand-"] .navbar-brand {
        max-width: 250px; } }
    @media (min-width: 992px) {
      .navbar[class*="navbar-expand-"] .navbar-brand {
        margin-top: -36px; } }
    @media (min-width: 1200px) {
      .navbar[class*="navbar-expand-"] .navbar-brand {
        margin-left: -70px; } }
  @media (min-width: 992px) {
    .navbar[class*="navbar-expand-"] .navbar-nav {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .navbar[class*="navbar-expand-"] .navbar-nav li {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media (max-width: 991px) {
      .navbar[class*="navbar-expand-"] .navbar-nav li {
        margin-bottom: 3px; } }
    @media (min-width: 992px) {
      .navbar[class*="navbar-expand-"] .navbar-nav li:not(:last-child) {
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .navbar[class*="navbar-expand-"] .navbar-nav li:not(:last-child) {
        margin-right: 30px; } }
    .navbar[class*="navbar-expand-"] .navbar-nav li a {
      font-weight: 400;
      font-size: 15px;
      color: #001220;
      display: block;
      color: #FFFFFF; }
      .navbar[class*="navbar-expand-"] .navbar-nav li a:focus {
        outline: none; }
    .navbar[class*="navbar-expand-"] .navbar-nav li .dropdown-toggle:after {
      content: '\f107';
      border: none;
      font-family: 'FontAwesome';
      vertical-align: middle; }
      @media (max-width: 991px) {
        .navbar[class*="navbar-expand-"] .navbar-nav li .dropdown-toggle:after {
          display: none; } }
    @media (max-width: 991px) {
      .navbar[class*="navbar-expand-"] .navbar-nav li .dropdown-toggle .glyphicon {
        display: none; } }
    .navbar[class*="navbar-expand-"] .navbar-nav li .sub-menu,
    .navbar[class*="navbar-expand-"] .navbar-nav li .dropdown-menu {
      background-color: rgba(0, 31, 53, 0.8);
      position: absolute;
      padding: 0;
      border-radius: 0;
      min-width: 200px; }
      @media (max-width: 991px) {
        .navbar[class*="navbar-expand-"] .navbar-nav li .sub-menu,
        .navbar[class*="navbar-expand-"] .navbar-nav li .dropdown-menu {
          background-color: #001f35; } }
      .navbar[class*="navbar-expand-"] .navbar-nav li .sub-menu li,
      .navbar[class*="navbar-expand-"] .navbar-nav li .dropdown-menu li {
        margin-right: 0; }
        @media (max-width: 991px) {
          .navbar[class*="navbar-expand-"] .navbar-nav li .sub-menu li,
          .navbar[class*="navbar-expand-"] .navbar-nav li .dropdown-menu li {
            margin-bottom: 0; } }
        .navbar[class*="navbar-expand-"] .navbar-nav li .sub-menu li a,
        .navbar[class*="navbar-expand-"] .navbar-nav li .dropdown-menu li a {
          padding: 6px 10px;
          font-size: 14px;
          display: block;
          border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .navbar[class*="navbar-expand-"] .navbar-nav li.dropdown, .navbar[class*="navbar-expand-"] .navbar-nav li.menu-item-has-children {
      position: relative; }
      @media (min-width: 992px) {
        .navbar[class*="navbar-expand-"] .navbar-nav li.dropdown:hover:after, .navbar[class*="navbar-expand-"] .navbar-nav li.menu-item-has-children:hover:after {
          color: #FF0000; } }
      .navbar[class*="navbar-expand-"] .navbar-nav li.dropdown .drop-toggler, .navbar[class*="navbar-expand-"] .navbar-nav li.menu-item-has-children .drop-toggler {
        color: #FFFFFF;
        font-size: 11px; }
        @media (min-width: 992px) {
          .navbar[class*="navbar-expand-"] .navbar-nav li.dropdown .drop-toggler, .navbar[class*="navbar-expand-"] .navbar-nav li.menu-item-has-children .drop-toggler {
            display: none; } }
        @media (max-width: 991px) {
          .navbar[class*="navbar-expand-"] .navbar-nav li.dropdown .drop-toggler, .navbar[class*="navbar-expand-"] .navbar-nav li.menu-item-has-children .drop-toggler {
            position: absolute;
            right: 0;
            width: 32px;
            right: 0;
            height: 32px;
            line-height: 32px;
            top: 0;
            text-align: center; } }
      .navbar[class*="navbar-expand-"] .navbar-nav li.dropdown:hover .sub-menu, .navbar[class*="navbar-expand-"] .navbar-nav li.menu-item-has-children:hover .sub-menu {
        display: block; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

.slick-slider {
  margin: 0 -5px; }

.slick-slide {
  padding: 0 5px; }

.section-welcome {
  background-color: #FFFFFF;
  padding: 42px 0; }
  .section-welcome .title-wrap {
    margin-bottom: 30px; }
    .section-welcome .title-wrap h2 {
      padding-bottom: 20px;
      position: relative;
      font-size: 24px; }
      .section-welcome .title-wrap h2:after {
        content: '';
        background-color: #025896;
        height: 3px;
        max-width: 160px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0; }
  .section-welcome h3 {
    font-size: 20px; }
  .section-welcome p {
    margin-bottom: 24px; }
    .section-welcome p a {
      color: #112371; }

.section-products {
  background-color: #f3f3f3;
  padding-bottom: 50px; }
  .section-products .container {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }

.product-slider .slick-arrow {
  height: 50px;
  width: 50px;
  background-size: contain;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center; }
  .product-slider .slick-arrow:before {
    content: ''; }

.product-slider .slick-prev {
  background-image: url(../images/arrow-prev-white.png);
  left: 15px; }

.product-slider .slick-next {
  background-image: url(../images/arrow-next-white.png);
  right: 15px; }

.product-wrap {
  position: relative;
  overflow: hidden; }
  .product-wrap .overlay {
    background-color: rgba(0, 23, 39, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2; }

.product-image img {
  width: 100%; }

.product-title {
  background-color: rgba(40, 50, 58, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 30px;
  z-index: 5; }
  .product-title h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #FFFFFF;
    display: inline-block;
    position: relative; }
    .product-title h3:after {
      background-color: #004a7c;
      content: '';
      height: 3px;
      width: 70px;
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle; }
    .product-title h3 a {
      color: #FFFFFF; }

.brands {
  background-color: #FFFFFF;
  padding: 25px 0; }
  .brands .title-wrap {
    margin-bottom: 30px; }
    .brands .title-wrap h2 {
      font-size: 30px;
      position: relative;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 10px;
      position: relative; }
      .brands .title-wrap h2:after {
        content: '';
        background-color: #004a7c;
        height: 3px;
        width: 31%;
        position: absolute;
        bottom: -3px;
        left: 0; }

.brand-slider {
  max-width: 1000px;
  margin: 0 auto; }
  .brand-slider .slick-prev,
  .brand-slider .slick-next {
    background-color: #f5f5f5;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden; }
  .brand-slider .slick-prev:before,
  .brand-slider .slick-next:before {
    color: #d4ccc6;
    font-family: 'FontAwesome';
    font-size: 25px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent; }
  .brand-slider .slick-prev:before {
    content: '\f104'; }
  .brand-slider .slick-next:before {
    content: '\f105'; }

.brand-wrap img {
  margin: 0 auto; }

.section-gallery {
  padding-top: 60px; }
  .section-gallery .gallery__wrap {
    margin-bottom: 30px; }
    .section-gallery .gallery__wrap figure {
      margin-bottom: 0;
      height: 350px;
      background-size: cover;
      background-position: center; }
      .section-gallery .gallery__wrap figure a {
        display: block;
        height: 100%;
        width: 100%; }
  .section-gallery .gallery__title {
    padding: 10px 10px 0 10px;
    border: 1px solid #ddd;
    text-align: center; }
    .section-gallery .gallery__title h3 {
      font-size: 18px;
      font-weight: 600; }
      .section-gallery .gallery__title h3 a {
        color: currentColor; }
        .section-gallery .gallery__title h3 a:hover {
          color: #025896; }

.section-about {
  padding-top: 50px;
  padding-bottom: 20px; }
  .section-about .about__image {
    margin-bottom: 30px; }
  .section-about .about__content {
    margin-bottom: 30px; }

.section-contact {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-contact .contact__info h2 {
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 20px; }
  .section-contact .contact__info ul li {
    margin-bottom: 15px; }
    .section-contact .contact__info ul li strong {
      display: block;
      margin-bottom: 5px; }
    .section-contact .contact__info ul li i {
      margin-right: 10px; }
    .section-contact .contact__info ul li a {
      color: #000000; }
  .section-contact .contact__form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .section-contact .contact__form {
        margin-top: 30px;
        padding-top: 30px; } }
    .section-contact .contact__form h2 {
      font-size: 20px;
      padding-bottom: 6px;
      margin-bottom: 20px;
      text-align: center; }
    .section-contact .contact__form .form-control {
      border-radius: 0; }
      .section-contact .contact__form .form-control:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .section-contact .contact__form .code-sec {
      margin-top: 20px;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
    .section-contact .contact__form .captcha-sec {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
    .section-contact .contact__form .btn-default {
      border-radius: 0;
      background-color: #025896;
      color: #FFFFFF;
      margin-top: 20px;
      min-width: 200px;
      text-transform: uppercase; }

.contact__map {
  margin-top: 30px;
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .contact__map {
      margin-bottom: 40px; } }
  .contact__map h2 {
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.5); }
  .contact__map iframe {
    height: 520px;
    width: 100%;
    border: none; }

.section-hire {
  background-color: #FFFFFF;
  padding: 60px 0; }
  @media (min-width: 1200px) {
    .section-hire .container {
      max-width: 1380px; } }
  .section-hire .hire-menu {
    margin-bottom: 30px; }
    .section-hire .hire-menu h3 {
      border-bottom: 1px solid #a1a1a1;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 20px;
      padding-bottom: 8px; }
    .section-hire .hire-menu ul li {
      border-bottom: 1px solid #a1a1a1;
      padding-bottom: 12px;
      margin-bottom: 12px; }
      .section-hire .hire-menu ul li a {
        color: #013461;
        text-transform: uppercase; }
  @media (min-width: 768px) {
    .section-hire .hire-right {
      border-left: 1px solid #a1a1a1;
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    .section-hire .hire-right {
      padding-left: 41px; } }
  .section-hire .hire-right h2, .section-hire .hire-right h3 {
    font-weight: 400;
    text-transform: uppercase; }
  .section-hire .hire-right h2 {
    font-size: 24px; }
  .section-hire .hire-right h3 {
    font-size: 20px;
    color: #013461; }
  .section-hire .hire-tileBlocks {
    padding-top: 41px;
    margin-top: 12px;
    border-top: 1px solid #a1a1a1; }
    @media (min-width: 1200px) {
      .section-hire .hire-tileBlocks .row {
        margin-left: -20px;
        margin-right: -20px; } }
    .section-hire .hire-tileBlocks .row [class*="col-"] {
      padding-left: 20px;
      padding-right: 20px; }
  .section-hire .hire-tileWrap {
    border-bottom: 1px solid rgba(161, 161, 161, 0.2);
    margin-bottom: 41px; }
  .section-hire .hire-info {
    padding-top: 10px; }
    .section-hire .hire-info h3 {
      font-size: 18px;
      line-height: 1.4;
      text-transform: uppercase; }
      .section-hire .hire-info h3 a {
        color: #275a86; }
        .section-hire .hire-info h3 a:hover {
          color: #282829; }

.single-img {
  max-width: 485px; }

.slider-thumb {
  margin-top: 10px; }

.section-hireSingle {
  padding-top: 60px;
  padding-bottom: 60px; }

.single-content {
  color: #000000; }
  .single-content h2 {
    font-size: 17px;
    color: #003263;
    text-transform: uppercase;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 8px;
    margin-bottom: 18px; }
  .single-content ul {
    margin-top: 40px; }
    .single-content ul li {
      padding-left: 30px;
      position: relative;
      font-size: 17px;
      margin-bottom: 38px; }
      .single-content ul li:before {
        background-color: #a1a1a1;
        content: '';
        height: 13px;
        width: 15px;
        position: absolute;
        left: 0;
        top: 7px; }
      .single-content ul li ul {
        margin-top: 38px; }
        .single-content ul li ul li {
          font-size: 15px;
          padding-left: 35px; }
          .single-content ul li ul li:before {
            height: 1px;
            width: 20px;
            top: 11px; }
  .single-content a {
    color: #003263;
    font-weight: 500; }

.book-now-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .book-now-wrap .button-wrap {
    margin-right: 45px;
    margin-bottom: 10px; }
  .book-now-wrap .btn-blue {
    background-color: #003263;
    min-width: 240px; }
    .book-now-wrap .btn-blue:hover {
      background-color: #FFFFFF;
      color: #003263; }
  .book-now-wrap .social-share {
    margin-bottom: 10px; }
    .book-now-wrap .social-share ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .book-now-wrap .social-share ul li {
        padding-left: 15px;
        padding-right: 15px;
        list-style: none; }
        .book-now-wrap .social-share ul li .fa-share-alt {
          margin-right: 15px; }
        .book-now-wrap .social-share ul li a {
          color: #1a1a1a; }
          .book-now-wrap .social-share ul li a:hover {
            color: #025896; }

.site-footer {
  background-color: #f3f3f3;
  padding-top: 30px; }
  .site-footer .footer-wrap {
    line-height: 28px;
    margin-bottom: 30px; }
    .site-footer .footer-wrap a {
      color: #282829; }
      .site-footer .footer-wrap a:hover {
        color: #025896; }
  .site-footer .footer-title {
    font-size: 20px;
    line-height: 28px;
    color: #282829;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .site-footer .footer-contact li {
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: 0 10px; }
    .site-footer .footer-contact li.phone {
      background-image: url("../images/icon-phone.png"); }
    .site-footer .footer-contact li.email {
      background-image: url("../images/icon-envelop.png"); }
    .site-footer .footer-contact li.location {
      background-image: url("../images/icon-location.png"); }
  .site-footer .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px; }
    .site-footer .footer-social li {
      padding-right: 5px;
      padding-left: 5px; }
      .site-footer .footer-social li a {
        display: block;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        background-color: #948f89;
        color: #FFFFFF;
        border: 1px solid #948f89; }
        .site-footer .footer-social li a:hover {
          background-color: #FFFFFF;
          color: #948f89; }
  .site-footer .footer-copyright {
    border-top: 1px solid #cccccc;
    margin-top: 32px;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .site-footer .footer-copyright a {
      color: #282829; }
      .site-footer .footer-copyright a:hover {
        color: #025896; }

.section-hero .hero__slider .overlay, .section-hero .hero__inner .overlay {
  background-color: rgba(0, 31, 53, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2; }

.section-hero .hero-item {
  position: relative; }
  @media (max-width: 767px) {
    .section-hero .hero-item img.img-100 {
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover; } }

.section-hero .hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #FFFFFF;
  position: absolute;
  bottom: 100px;
  bottom: 15%;
  top: auto;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
  font-size: 20px;
  font-weight: 600; }
  @media (max-width: 991px) {
    .section-hero .hero-wrapper {
      bottom: 0; } }
  @media (max-width: 767px) {
    .section-hero .hero-wrapper {
      font-size: 22px; } }
  .section-hero .hero-wrapper h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 0px 4px 5px #000000; }
    @media (max-width: 767px) {
      .section-hero .hero-wrapper h2 {
        line-height: 1.2;
        font-size: 22px; } }
  @media (max-width: 767px) {
    .section-hero .hero-wrapper p br {
      display: none; } }
  .section-hero .hero-wrapper .btn {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 600;
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.1;
    text-shadow: 0px 4px 5px #000000; }
    .section-hero .hero-wrapper .btn:hover {
      background-color: #025896;
      border: 2px solid #025896;
      color: #FFFFFF; }
    .section-hero .hero-wrapper .btn i {
      margin-left: 15px; }

/*
 * enlarge plugin
 *
 * Copyright (c) 2016 Filament Group, Inc.
 * Licensed under MIT
*/
.enlarge_pane_contain,
.enlarge_pane {
  position: relative; }

.enlarge_btn {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-decoration: none;
  padding: .5em; }

.enlarge_disabled .enlarge_btn {
  display: none; }

.enlarge-locked .enlarge_btn {
  background-color: #333;
  color: #fff;
  border-color: #333;
  background-image: url(/img/zoom-out-light.svg); }

.enlarge-zoomed {
  overflow: hidden; }

.enlarge_contain {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  position: relative;
  height: 100%; }

.enlarge_contain img {
  width: 100%;
  -webkit-touch-callout: none;
  /* image share menus get in the way of the interaction */ }

.enlarge-zoomed .enlarge_contain img,
.enlarge-zoomed.enlarge_flyout .enlarge_contain img {
  max-width: none; }

.enlarge-locked .enlarge_contain {
  overflow: scroll; }

.enlarge_loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 30;
  background: #eee;
  opacity: 0;
  display: none; }

.enlarge-delay .enlarge_loader {
  /* opacity: .4; disable loader for now */ }

.enlarge_loader * {
  width: 0;
  display: block;
  height: 5px;
  background: #4fa4c0;
  -webkit-transition: width .6s linear;
  transition: width .6s linear; }

.enlarge_img-loading {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.enlarge_flyout {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  position: absolute;
  z-index: 9999; }

.enlarge_flyout-flyoutloupe {
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
  pointer-events: none; }

.enlarge_flyout-flyouttopleft,
.enlarge_flyout-flyouttopright {
  top: 0; }

.enlarge_flyout-flyoutbottomleft,
.enlarge_flyout-flyoutbottomright {
  bottom: 0; }

.enlarge_flyout-flyouttopright,
.enlarge_flyout-flyoutbottomright {
  -webkit-transform-origin: left;
          transform-origin: left; }

.enlarge_flyout-flyouttopleft,
.enlarge_flyout-flyoutbottomleft {
  -webkit-transform-origin: right;
          transform-origin: right; }

.enlarge-zoomed.enlarge_flyout {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  overflow: hidden; }

.enlarge-zoomed.enlarge_flyout .enlarge_contain {
  overflow: visible; }

.enlarge-locked.enlarge_flyout {
  overflow: auto; }

.enlarge_btn {
  display: none; }

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