@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@600&display=swap);
:root {
  --first-bg: #FFFFFF;
  --second-bg: linear-gradient(0deg,#ff9900,#e78e08);
  --third-bg: #182534;
  --first-color-font: #000000;
  --second-color-font: #212121;
  --third-color-font:  #FFFFFF;
  --first-link-color: #ff9900;
  --second-link-color: #ff9900;
  --span-color: #ff9900;
}
body {
  background: var(--first-bg);
  color: var(--first-color-font);
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
}
p {
  text-rendering: optimizeLegibility;
  line-height: 26px;
  font-size: 16px;
}
.company_text {
  font-family: 'Noto Sans', sans-serif;
  padding-top: 14px;
  text-align: center;
  font-weight: 900;
  font-size: 32px;
}
.rif_text {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-size: 18px;
}
.slogan_text {
  text-align: center;
  font-size: 18px;
}
.email_text {
  font-size: 12px;
  text-align: end;
}
.nav-item .nav-link {
  float: left;
  color: var(--third-color-font);
  font-size: 18px;
  margin-right: 20px;
}
.first-banner {
  width: 100%;
  float: left;
  background-image: url(../img/img-4.webp);
  height: auto;
  background-repeat: no-repeat;
  padding: 150px 0px;
}
.first-banner h2 {
  width: 100%;
  float: left;
  font-size: 100px;
  color: var(--third-color-font);
  text-align: center;
  font-weight: 500;
}
section.gallery {
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.gallery img {
  max-width: 100%;
  padding: 5px;
  margin: 5px;
  width: 150px;
  height: 125px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-modal .modal-img {
	width: 100%;
}
.master_ul li {
  font-size: 16px;
}
hr {
  border: 0;
  height: 1px;
  margin: 40px 0;
}
.orange_hr {
  background: var(--span-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--second-color-font);
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h2 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1px;
}
h3 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -.5px;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.2px;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}
.alert .icon {
  margin-right: 15px;
}
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
}
.body-inner {
  position: relative;
  overflow: hidden;
}
a:link,
a:visited {
  text-decoration: none;
}
a {
  color: inherit;
  transition: .2s ease;
}
a:hover {
  text-decoration: none;
}
section,
.section-padding {
  padding: 70px 0;
  position: relative;
}
a:focus {
  outline: 0;
}
.title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #f07200;
}
.list-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 10px;
  color: #f07200;
  font-size: 16px;
  font-weight: bold;
}
ul.list-check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 10px;
  color: #f07200;
  font-size: 14px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.btn:active, .btn:focus {
  box-shadow: none !important;
}
.btn-orange {
  background: #f07200;
}
.btn-orange:hover,
.btn-orange:hover:active,
.btn-orange:hover:focus,
.btn-orange:active,
.btn-orange:focus {
  background: #ff9900;
}
.boats_cards_container {
  padding: 40px 10%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.boats_cards_container .card {
  margin: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1170px) {
  .boats_cards_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .boats_cards_container .card {
    margin: 15px 5px;
  }
}
@media (max-width: 720px) {
  .boats_cards_container {
    padding: 40px 30px;
  }
}
@media (max-width: 660px) {
  .boats_cards_container {
    padding: 40px 10px;
  }
}
@media (max-width: 630px) {
  .boats_cards_container {
    grid-template-columns: 1fr;
    padding: 20px 20%;
  }
}
@media (max-width: 470px) {
  .boats_cards_container {
    padding: 20px 10%;
  }
}
@media (max-width: 370px) {
  .boats_cards_container {
    padding: 20px 7%;
  }
}
@media (max-width: 340px) {
  .boats_cards_container {
    padding: 20px 2%;
  }
}
.banner-carousel .banner-carousel-item.single-boat-carousel {
  width: auto;
  height: 500px;
}
.header-one,
.header-one .site-navigation {
  background: var(--third-bg);
}
.header-one .navbar-collapse {
  padding-left: 0;
}
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}
.header-one ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
}
ul.navbar-nav > li > a {
  padding: 10px 0 !important;
  color: #fff;
}
@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
ul.navbar-nav li a:hover,
ul.navbar-nav li a.active {
  color: #f07200 !important;
}
.logo-header {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .logo-header {
    width: 35%;
  }
}
.header-right {
  float: right;
}
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}
.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #f07200;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #f07200;
  position: relative;
}
ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}
@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}
ul.navbar-nav > li:last-child {
  padding-right: 0;
}
ul.navbar-nav > li:last-child:after {
  background: none;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}
ul.navbar-nav > li > a i {
  font-weight: 700;
}
@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
}
ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}
ul.navbar-nav > li > a {
  font-family: 'Noto Sans', sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  letter-spacing: -.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}
.site-navigation .container {
  position: relative;
}
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.banner-carousel .banner-carousel-item.second-banner {
  height: 400px;
}
@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}
.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.slide-sub-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #f07200;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}
.slide-sub-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}
@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 16px;
  }
}
.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}
.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}
.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}
.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}
.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}
@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}
.slider.border {
  background: none;
  border: 2px solid #f07200 !important;
}
.slider.border:hover {
  background: #f07200;
  border: 2px solid transparent;
}
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .10s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}
.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}
.slick-dots li button::before {
  font-size: 12px;
}
.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f07200;
}
.slick-slide {
  outline: 0;
}
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-carousel .carousel-control.left {
  left: 20px;
}
.banner-carousel .carousel-control.right {
  right: 20px;
}
.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 100ms ease;
}
.banner-carousel .carousel-control i:hover {
  background: #f07200;
  color: #fff;
}
.banner-carousel [data-animation-in] {
  opacity: 0;
}
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}
.box-slide-sub-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 16px;
  }
}
.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}
.box-slide-description {
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}
.box-slider-text .btn {
  padding: 10px 20px;
}
.box-slide.owl-theme .owl-controls {
  margin: -20px;
}
.footer {
  background-color: var(--third-bg);
  color: var(--third-color-font);
}
.footer-main {
  padding: 24px 0 10px;
}
.footer-main .container h2 {
  font-size: 22px;
  text-align: center;
  color: var(--third-color-font);
  margin-bottom: 30px;
  font-weight: lighter;
}
.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 4px;
  padding-left: 15px;
  color: var(--third-color-font);
}
.footer .widget-title a:hover {
  color: var(--first-link-color);
}
.widget-title i {
  margin-right: 10px;
}
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 4px 0;
}
.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}
.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: var(--third-color-font);
}
.footer-widget ul.list-arrow li a:hover {
  color: var(--first-link-color);
}
.ts-service-box.text-center .ts-service-icon.icon-squre i {
  float: none;
  margin-bottom: 20px;
}
.ts-service-box.text-center .ts-service-box-content {
  margin: 0;
}
.widget.box.solid {
  background: #f2f2f2;
}
.widget.box.red {
  background: #ec483b;
  color: #fff;
}
.widget.box.red .widget-title {
  color: #fff;
}
.widget ul li {
  line-height: 30px;
}