body {
  font-family: "Hind", sans-serif;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

* {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

ul {
  list-style: none; }

.head-text {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center; }
  .head-text h2 {
    text-transform: uppercase;
    font-size: 44px;
    color: #185d94;
    font-family: "HindRegular";
    font-weight: 100; }
  .head-text hr {
    border: 0;
    border-top: 3px solid #185d94;
    width: 6%;
    margin: 15px auto; }

header {
  width: 100%;
  background: url("../img/speedboat-1432451_1920.jpg") no-repeat top center;
  background-size: cover; }
  header .container-fluid {
    padding-left: 0; }
    header .container-fluid .logo {
      width: 100%; }
      header .container-fluid .logo img {
        width: 100%; }
    header .container-fluid .nav-left {
      width: 100%;
      padding: 5% 15%;
      background: #fff; }
      header .container-fluid .nav-left nav {
        padding: 50px 0; }
        header .container-fluid .nav-left nav ul li {
          padding: 10px 0; }
          header .container-fluid .nav-left nav ul li ul {
            padding: 13px 22px 0; }
          header .container-fluid .nav-left nav ul li a {
            color: #195d95;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 900;
            cursor: pointer; }
            header .container-fluid .nav-left nav ul li a:hover {
              color: #f9a725; }
    header .container-fluid .nav-top {
      width: 100%;
      padding: 2% 0; }
      header .container-fluid .nav-top ul {
        margin: 0;
        float: right; }
        header .container-fluid .nav-top ul li {
          display: inline-block;
          padding: 0 10px; }
          header .container-fluid .nav-top ul li ul {
            padding: 13px 22px 0; }
            header .container-fluid .nav-top ul li ul a {
              color: #195d95;
              text-transform: uppercase;
              font-size: 16px;
              font-weight: 900;
              cursor: pointer; }
              header .container-fluid .nav-top ul li ul a:hover {
                color: #f9a725; }
          header .container-fluid .nav-top ul li a {
            color: #195d95;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600; }
            header .container-fluid .nav-top ul li a:hover {
              color: #f9a725; }

.menu-section {
  width: 100%;
  background: #fff;
  height: 100px;
  display: none;
  position: fixed;
  z-index: 99;
  border-bottom: 3px solid #b3c7d7; }
  .menu-section .logos {
    width: 50%;
    margin: 13px 20px;
    position: fixed;
    z-index: 9; }
    .menu-section .logos img {
      width: 100px; }

.menu-section nav ul {
  margin: 90px 0;
  padding: 0;
  list-style: none;
  position: fixed;
  width: 100%;
  z-index: 9999999; 
  display: none}
  .menu-section nav ul.hidden {
    display: none; }
  .menu-section nav ul li {
    background: rgba(255, 255, 255, 0.85);
    margin: 5px 0; }
    .menu-section nav ul li ul {
      padding: 0 22px 13px;
      position: relative;
      margin: 0; }
      .menu-section nav ul li ul a {
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 900;
        cursor: pointer;
        font-family: "Hind", sans-serif; }
        .menu-section nav ul li ul a:hover {
          color: #fff; }
    .menu-section nav ul li a {
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      text-decoration: none;
      color: #000;
      font-size: 14px;
      line-height: 1.5;
      width: 100%;
      padding: 12px 47px;
      display: block;
      font-family: "Hind", sans-serif;
      text-transform: uppercase; }
      .menu-section nav ul li a:hover {
        background-color: #165a92;
        color: #fff; }

section {
  padding: 50px 0; }

.we-are {
  margin-bottom: 107px; }
  .we-are .w_head-text {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 20px 40px;
    border: 4px solid #b3c7d7;
    background: #fff; }
    .we-are .w_head-text h1 {
      text-align: center;
      color: #185d94;
      text-transform: uppercase;
      font-size: 38px;
      font-family: "HindRegular";
      font-weight: 100; }
  .we-are .we-are_bg {
    width: 100%;
    background: url("../img/Layer-102.png") no-repeat top right;
    height: 400px;
    background-size: cover;
    margin: -200px 0; }

.parallax {
  width: 100%;
  background: url("../img/anchored-1850849_1920.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0; }
  .parallax .p_head-text {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 65px;
    background: rgba(255, 255, 255, 0.91); }
    .parallax .p_head-text h2 {
      text-align: center;
      color: #263d50;
      text-transform: uppercase;
      font-size: 32px;
      font-family: "HindRegular"; }
    .parallax .p_head-text p {
      text-align: center;
      color: #263d50;
      font-size: 28px;
      font-family: "HindRegular"; }

.testimonials {
  background: url("../img/blutextb.gif"); }
  .testimonials .t_slider {
    width: 100%; }
    .testimonials .t_slider .block {
      background: #eee;
      padding: 20px 0;
      border-radius: 5px; }
      .testimonials .t_slider .block .block-img {
        width: 100%; }
        .testimonials .t_slider .block .block-img img {
          width: 100%; }
      .testimonials .t_slider .block h4 {
        font-size: 20px;
        color: #195d95;
        margin: 0 0 22px; }
      .testimonials .t_slider .block p {
        font-size: 16px;
        color: #263d50;
        text-align: justify;
        line-height: 26px;
        padding-right: 4px; }

.our-boats {
  background: url("../img/blutextb.gif"); }
  .our-boats .o_slider .slick-dots li button {
    display: none; }
  .our-boats .o_slider .slick-prev, .our-boats .o_slider .slick-next {
    top: 40%; }
  .our-boats .o_slider .block {
    border: 5px solid #fff;
    text-align: center;
    border-radius: 11px;
    background: #f6f6f6;
    padding: 10px 5px; }
    .our-boats .o_slider .block .b_img {
      width: 92%;
      margin: 0 auto; }
      .our-boats .o_slider .block .b_img img {
        border-radius: 12px;
        width: 100%; }
    .our-boats .o_slider .block .b-test {
      padding: 20px; }
      .our-boats .o_slider .block .b-test hr {
        border-top: 1px solid #d6d6d6; }
      .our-boats .o_slider .block .b-test p {
        font-size: 18px;
        color: #4c5e70;
        text-align: center;
        height: 125px; }
      .our-boats .o_slider .block .b-test span {
        font-size: 26px;
        color: #f9a725;
        font-family: "Rajdhani"; }

.contact {
  width: 100%;
  background: url("../img/sailboat-2133663_1920.png") no-repeat;
  background-size: cover; }
  .contact .head-text h2 {
    color: #fff; }
  .contact .head-text hr {
    border-top: 3px solid #fff; }
  .contact .form {
    width: 40%;
    margin: 0 auto; }
    .contact .form p {
      margin: 20px 0;
      text-align: right; }
      .contact .form p i {
        background: #185d94;
        padding: 11px 16px;
        color: #fff;
        font-size: 26px; }
      .contact .form p input, .contact .form p textarea {
        background: #fff;
        border: none;
        padding: 10px 20px;
        width: 97%;
        height: 48px; }
      .contact .form p textarea {
        height: 150px; }
    .contact .form .submit {
      width: 91%;
         margin: 0 17px 0;}
      .contact .form .submit input {
        background: red;
        border: none;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        color: #fff;
        font-size: 23px; }
        .contact .form .submit input:hover {
          background: #fb6c6c; }

footer {
  background: #fff;
  border-top: 5px solid #195d95;
  border-bottom: 5px solid #195d95;
  padding: 50px 0;
  position: relative;
  z-index: 9999; }
  footer h4 {
    color: #fab454;
    text-align: right;
    font-size: 20px; }
  footer p, footer a, footer li {
    color: #195d95;
    font-size: 18px; }
  footer ul {
    margin: 0 0 10px 0; }

.counter {
  width: 100%;
  text-align: center;
  margin: 10px 0; }
  .counter ul {
    width: 200px;
    margin: 0 auto;
    background: #195d95;
    border-radius: 4px; }
    .counter ul li {
      display: inline-block;
      background: #fff;
      color: #f9a725;
      padding: 0px 2px 0;
      margin: 10px 0px;
      border-radius: 5px;
      font-weight: bold;
      width: 20px;
      height: 24px; }
      .counter ul li a {
        font-size: 15px;
        color: #f9a725;
        font-weight: bold; }
    .counter ul .user {
      color: #fff;
      padding: 0 5px;
      border-radius: 2px;
      font-weight: bold;
      background: rgba(255, 255, 255, 0);
      font-size: 18px;
      width: 29px; }

.padd {
  padding: 0; }
