#header {
  z-index: 99;
  height: 88px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.8;
  background: var(--Primary-PortGore, #1D213E);
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
#header.active {
  opacity: 1;
}
#header.active .logo-holder {
  height: 85px;
  background: none;
}
#header.active .logo-holder .logo {
  width: 60px;
}
#header.active .panel .logo {
  width: 100px;
}
#header .logo-holder {
  width: 254px;
  height: 192px;
  background: linear-gradient(181deg, #1D213E 53.12%, rgba(29, 33, 62, 0) 97.06%);
}
#header .logo-holder .logo {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: auto;
}
#header .logo-holder .logo img {
  display: block;
}
#header .toggle-menu {
  width: 30px;
  height: 30px;
  display: none;
  gap: 3px;
  padding: 4px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-direction: column;
  border: 1px solid #fff;
}
#header .toggle-menu span {
  height: 3px;
  width: 100%;
  display: block;
  background: #fff;
}

/* header dropdown css */
  #header .nav-item.dropdown {
  position: relative;
}

#header .nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 200px;
  background: #1D213E;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 1000;
  opacity: 0.95;
}

#header .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

#header .dropdown-item {
  color: #ffffff;
  padding: 10px 15px;
}

#header .dropdown-item:hover {
  background-color: #79B9A2;
  color: #ffffff;
}
/* Header dropdown css */
#nav {
  padding: 18px 0;
}
#nav .nav-header {
  color: #fff;
  display: none !important;
  padding: 10px 20px;
}
#nav .nav-header h3 {
  margin: 0;
  color: #FBBE2D;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
#nav .nav-header .close-menu {
  color: #FBBE2D;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#nav .navbar-nav {
  gap: 0 64px;
}
#nav .nav-link {
  padding: 0;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
#nav .panel {
  gap: 24px;
  margin-left: 80px;
}
#nav .panel .logo {
  width: 180px;
}
#nav .panel .logo img {
  width: 100%;
}
#nav .btn-member {
  gap: 24px;
  color: #fff;
  padding: 12px 24px;
  border-radius: 32px;
  background: #79B9A2;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
#nav .btn-member .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#nav .btn-member .icon:before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  background-image: url("../images/profile.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
#nav .btn-lang {
  color: #fff;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid #4E738E;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
#nav .btn-lang:hover {
  background: #79B9A2;
}

@font-face {
  font-family: "Alvi Nastaleeq";
  src: url("../fonts/AlviNastaleeq.eot");
  src: url("../fonts/AlviNastaleeq.eot?#iefix") format("embedded-opentype"), url("../fonts/AlviNastaleeq.woff2") format("woff2"), url("../fonts/AlviNastaleeq.woff") format("woff"), url("../fonts/AlviNastaleeq.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  color: #1D213E;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
body.urdu {
  font-family: "Alvi Nastaleeq";
}
body.urdu .main-carousel .caption h1,
body.urdu .banner .caption h1 {
  font-family: "Alvi Nastaleeq";
}
body.urdu .aboutus-counter .number {
  font-family: "Alvi Nastaleeq";
}

.border-right {
  border-right: 5px solid #d9d9d9;
}

.hexagon {
  width: 315px;
  height: 351px;
  color: #fff;
  padding: 70px 30px;
  position: relative;
  text-align: center;
  background-image: url("../images/hexagon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.hexagon h3 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
}

a {
  transition: all 0.3s linear;
}

.btn {
  border: 0;
  color: #fff;
  border-radius: 32px;
  padding: 12px 12px 12px 24px;
  transition: all 0.3s linear;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.btn-primary {
  gap: 24px;
  min-width: 197px;
  background: var(--Button-VistaGradient, linear-gradient(96deg, #009a5e 0%, #79b9a2 100.81%));
}
.btn-primary .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
.btn-primary .icon:before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-primary.white {
  color: #1D213E;
  background: #fff;
}
.btn-primary.white .icon {
  background: #1D213E;
}
.btn-primary.white .icon:before {
  background-image: url("../images/arrow-right1.svg");
}

.btn-secondary {
  background: #FEC359;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #002D5D !important;
  background: #FBBE2D !important;
}

.form-select {
  border: 0;
  height: 43px;
  color: #002D5D;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

h2 {
  margin: 0 0 6px;
  color: #313538;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

h3 {
  color: #000;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  color: #000;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.btn-back {
  display: inline-flex;
  text-decoration: none;
  transform: rotate(-180deg);
}

.un-list {
  margin: 0 0 15px;
}
.un-list .nav-item {
  gap: 12px;
  display: flex;
  margin: 0 0 6px;
  color: #202221;
  position: relative;
  align-items: center;
}
.un-list .nav-item:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-flex;
  background: #202221;
}

.nav-tabs {
  border: 0;
  position: relative;
  margin-bottom: 30px;
}
.nav-tabs .nav-item {
  flex-basis: 33.3%;
  position: relative;
}
.nav-tabs .nav-link {
  margin: 0;
  border: 0;
  opacity: 0.5;
  display: block;
  color: #1D213E;
  position: relative;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
.nav-tabs .nav-link:before {
  content: "";
  height: 1px;
  width: auto;
  display: none;
  background: #009A5E;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav-tabs .nav-link.active {
  opacity: 1;
  color: #009A5E;
}
.nav-tabs .nav-link.active:before {
  display: block;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.arrow-down {
  z-index: 22;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 60px;
  left: 60px;
}
.arrow-down span {
  display: block;
  margin: 0 0 20px;
}
.arrow-down img {
  width: 100px;
}

@-webkit-keyframes run {
  0% {
    transform: translateX(-10%);
  }
  48% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  98% {
    transform: translateX(-75%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.main-carousel {
  height: 100%;
  overflow: hidden;
  min-height: 500px;
  position: relative;
}
.main-carousel.has-animation .ceo-msg {
  transform: translateY(0);
}
.main-carousel.has-animation .pattern {
  transform: translateX(-100%);
}
.main-carousel .pattern {
  transition: all 0.5s linear;
  content: "";
  width: 584px;
  height: 960px;
  background-image: url("../images/pattern.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.main-carousel .caption {
  z-index: 0;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tick-news {
  width: 160px !important;
  height: 38px !important;
  direction: left !important;
}
.news-scroll p {
  margin-bottom: 0 !important;
}

.news-scroll p a {
    text-decoration: none;
    color: #005f3e;
}
.main-carousel .caption h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 200px;
  line-height: 200px;
  font-weight: 400;
}
.main-carousel .caption h1 .sub-title {
  display: block;
  color: #86CEB4;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.main-carousel .caption h1 .small-font {
  font-size: 112px;
  line-height: 112px;
  font-weight: 400;
}
.main-carousel .caption h1 .future-word {
  display: block;
  padding-left: 352px;
}
.main-carousel .ceo-msg {
  z-index: 3;
  width: 50%;
  max-width: 1125px;
  transform: translateY(100%);
  transition: all 0.3s linear;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.main-carousel .ceo-msg .carousel-vertical {
  margin: 0;
  padding: 0;
  height: 120px;
  width: 416px;
}
.main-carousel .ceo-msg .carousel-vertical .slick-dots {
  left: auto;
  bottom: 20px;
  right: -220px;
  left: auto;
  width: auto;
  max-width: 220px;
}
.main-carousel .ceo-msg .carousel-vertical .slick-dots li {
  width: 13px;
  height: 13px;
  background-image: url("../images/bullet.svg");
  background-repeat: no-repeat;
}
.main-carousel .ceo-msg .carousel-vertical .slick-dots li button {
  opacity: 1;
  width: 13px;
  height: 13px;
}
.main-carousel .ceo-msg .carousel-vertical .slick-dots li button:before {
  display: none;
}
.main-carousel .ceo-msg:after {
  z-index: -1;
  height: 119px;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(92deg, rgba(25, 163, 111, 0.69) -24.1%, rgba(134, 206, 180, 0.61) 133.65%);
}
.main-carousel .description {
  gap: 12px;
  padding: 12px;
  width: 392px;
  background: #fff;
  height: 120px;
  overflow: hidden;
}
.main-carousel .description .img-holder {
  width: 90px;
  overflow: hidden;
}
.main-carousel .description .text {
  color: #6ba590;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main-carousel .description h3 {
  margin: 0;
  color: #1d213e;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main-carousel .description .title {
  display: block;
  color: #ADC1C2;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main-carousel .description .sub-title {
  display: block;
  color: #adc1c2;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border-bottom: 1px solid #D2D2D2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main-carousel .description p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main-carousel .caption-program {
  z-index: 3;
  min-width: 700px;
  padding: 23px 40px;
  padding-right: 9999px;
  margin-right: -9999px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50px;
  right: 0;
  bottom: auto;
  left: auto;
}
.main-carousel .caption-program h2 {
  margin: 0 0 10px;
  min-width: 400px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.main-carousel .caption-program .btn-program {
  max-width: 245px;
  color: #002D5D;
  padding: 10px 16px;
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.main-carousel .caption-program .btn-program:hover {
  background: #FBBE2D;
}

.section {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.section h2 {
  margin: 0 0 41px;
  color: #1D213E;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 94px;
  font-weight: 700;
}
.section h2 span {
  display: block;
  text-transform: capitalize;
  color: #009A5E;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
.section p {
  margin: 0 0 24px;
}

.intro-section {
  padding: 0 0 50px;
  background-image: url("../images/bg-about.png");
  background-repeat: no-repeat;
}
.intro-section .img-box {
  background-image: url("../images/img-intro-pattern.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 90% 0;
  background-size: 313px 481px;
}
.intro-section .description {
  margin: 0 auto;
  padding-top: 20px;
}

.services-section {
  padding: 0px 0 28px;
  background: url("../images/bg-services.png") no-repeat;
  background-size: cover;
}
.services-section.add {
  flex-wrap: wrap;
  background: none;
}
.services-section.add .item {
  flex-basis: 20%;
}
.services-section h2 {
  text-align: right;
  padding-right: 129px;
  margin: 0;
}
.services-section .item {
  padding: 0 15px 40px;
}
.services-section .divider {
  top: 18px;
  width: 100%;
  height: 1px;
  position: relative;
  background: #adc1c2;
}
.services-section .divider:before {
  height: 4px;
  content: "";
  width: 174px;
  background: #50546c;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.services-section .card {
  border: 0;
  background: none;
  overflow: hidden;
  border-radius: 24px;
  transition: all 0.3s linear;
}
.services-section .card:hover .icon-holder,
.services-section .card:hover .white-divider {
  transform: none;
}
.services-section .card:hover .description {
  padding: 30px 30px 80px;
}
.services-section .card .icon-holder {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 70px;
  display: flex;
  text-align: right;
  background: #fff;
  position: absolute;
  align-items: center;
  justify-content: end;
  padding: 14px 21px;
  transform: translateY(-100%);
  transition: all 0.2s linear;
}
.services-section .card .icon {
  display: inline-block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--Button-VistaGradient, linear-gradient(96deg, #009a5e 0%, #79b9a2 100.81%));
}
.services-section .card .icon:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-redirect.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.services-section .card .description {
  color: #fff;
  padding: 30px;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.services-section .card .description h3 {
  z-index: 2;
  color: #fff;
  position: relative;
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-section .card .description h3 span {
  opacity: 0.7;
  display: block;
  text-transform: none;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.services-section .card .white-divider {
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: #fff;
  position: absolute;
  transform: translateY(100%);
  transition: all 0.2s linear;
}
.services-section p {
  margin: 0 0 50px;
}

.vessel-section {
  padding: 30px 0 0;
}
.vessel-section .header {
  padding: 0 0 20px 136px;
}
.vessel-section .header h2 {
  margin: 0 0 16px;
}
.vessel-section .header p {
  margin: 0;
}
.vessel-section .vessel-slider {
  position: relative;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
  border-bottom: 1px solid #d0d0d0;
}
.vessel-section .vessel-slider:after {
  left: 50%;
  bottom: -61px;
  transform: translateX(-50%);
  content: "";
  width: 121px;
  height: 121px;
  border-radius: 50%;
  position: absolute;
  border: 20px solid #fff;
  background-image: url("../images/divider.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.vessel-section .vessel-slider .slick-arrow {
  top: 40%;
  background: #002D5D;
}
.vessel-section .vessel-slider .slick-arrow:before {
  background-image: url("../images/arrow-right1.svg");
}
.vessel-section .vessel-slider .slick-arrow:hover, .vessel-section .vessel-slider .slick-arrow:focus {
  background: #002D5D;
}
.vessel-section .card {
  padding: 14px;
  margin: 0 8px;
  border-radius: 12px;
  border: 1px solid var(--Primary-PortGore, #1d213e);
  background: #fbfbfb;
  box-shadow: 0px 10px 20px 0px rgba(137, 162, 165, 0.16);
}
.vessel-section .card-image {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  margin: 0 0 12px;
}
.vessel-section .card-image .tag {
  color: #fff;
  padding: 2px 10px;
  background: #1D213E;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 0;
}
.vessel-section .card .sub-row {
  padding: 12px 0 0;
  border-top: 1px solid #e6e6e6;
}
.vessel-section .card .sub-title {
  color: #333;
  margin: 0 0 12px;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.vessel-section .card .sub-title img {
  width: 40px;
}
.vessel-section .card .sub-title span {
  color: #787a8a;
  display: block;
  text-align: left;
}
.vessel-section .nav-tabs {
  margin: 0;
  gap: 57px;
}
.vessel-section .nav-tabs .nav-link {
  color: #c7d1d2;
  background: none;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.vessel-section .nav-tabs .nav-link.active {
  color: #009A5E;
}
.vessel-section .tabs-holder {
  padding-top: 80px;
}
.vessel-section .tabs-holder h2 {
  text-transform: none;
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
}
.vessel-section .tab-content {
  padding: 10px;
  border-radius: 32px;
  background: #f0f7f9;
  max-width: 1579px;
  margin: auto;
}
.vessel-section .tab-content > .tab-pane {
  overflow: hidden;
  border-radius: 32px;
}

.features-section {
  padding: 30px 0;
  background: url("../images/pattern2.png") no-repeat;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.features-section .header {
  margin-bottom: 0px;
}
.features-section .header h2 {
  margin: 0;
}
.features-section .item {
  padding: 0 50px 50px;
}
.features-section .image {
  margin: 0 0 22px;
  width: 100px;
  height: 100px;
}
.features-section h2 {
  text-transform: none;
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
}
.features-section h3 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.features-section p {
  margin: 0 0 24px;
}

.news-section {
  color: #fff;
  padding: 30px 0;
  background-color: #1d213e;
  background-image: url("../images/bg-news.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-section .news-slider {
  padding-right: 60px;
  padding-left: 60px;
}
.news-section .header {
  padding-left: 136px;
  padding-bottom: 30px;
}
.news-section h2 {
  margin: 0;
  color: #fff;
}
.news-section .item {
  padding: 0 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.news-section .item .img-holder {
  overflow: hidden;
  margin: 0 0 15px;
  border-radius: 12px;
}
.news-section .item .description {
  overflow: hidden;
}
.news-section .item h3 {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
}
.news-section .item .date-time {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.queries-section {
  background: #f0f7f9;
  padding: 30px 0 30px;
}
.queries-section .header {
  margin-bottom: 34px;
}

.accordion {
  padding-right: 200px;
}
.accordion.add .accordion-item {
  border: 0;
}
.accordion.add .accordion-button:before {
  display: none;
}
.accordion.add .accordion-body {
  padding: 16px 0;
}
.accordion.add .accordion-body p {
  margin: 0;
}
.accordion .accordion-item {
  background: none;
}
.accordion .accordion-item:first-child .accordion-button {
  border: 0;
}
.accordion .accordion-header {
  margin: 0;
}
.accordion .accordion-body {
  padding-left: 135px;
}
.accordion .accordion-button {
  padding: 20px 0;
  color: #043053;
  background: none;
  border-top: 1px solid #ddd;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.accordion .accordion-button:hover, .accordion .accordion-button:active {
  outline: none;
  box-shadow: none;
}
.accordion .accordion-button:after {
  background-image: url("../images/minus.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.accordion .accordion-button.collapsed:after {
  background-image: url("../images/plus.svg");
}
.accordion .accordion-button::before {
  content: "";
  margin-right: 24px;
  display: inline-flex;
  background: #1d213e;
  width: 112px;
  height: 6px;
}

#footer {
  background: url("../images/bg-footer.png") no-repeat;
  background-size: cover;
}
#footer .footer-holder {
  padding: 30px 0 0;
}
#footer .footer-logo {
  width: 140px;
  display: block;
}
#footer .footer-logo img {
  display: block;
  width: 100%;
}
#footer h2 {
  margin: 0 0 20px;
  opacity: 0.4;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
#footer h3 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
#footer .navbar-nav {
  margin-bottom: 20px;
}
#footer .navbar-nav.social-networks a::before {
  display: none;
}
#footer .navbar-nav a {
  text-decoration: none;
  gap: 12px;
  padding: 0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
#footer .navbar-nav a:before {
  content: "";
  display: inline-flex;
  background-image: url("../images/bullet1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
}
#footer .navbar-nav p {
  margin: 0;
}
#footer .navbar-nav .nav-item {
  margin: 0px;
  padding: 0 0 0.25rem;
}
#footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
#footer .footer-bottom .navbar-nav {
  gap: 0;
  margin: 0;
}
#footer .footer-bottom .navbar-nav .nav-item {
  margin: 0;
  flex-basis: auto;
}
#footer .footer-bottom .navbar-nav .nav-item:first-child .nav-link:before {
  display: none;
}
#footer .footer-bottom .navbar-nav .nav-link {
  gap: 0;
  font-size: 16px;
}
#footer .footer-bottom .navbar-nav .nav-link:before {
  content: "";
  margin: 0 15px;
  display: inline-flex;
  background: #fff;
  width: 1px;
  height: 12px;
}
#footer .copyright {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.banner {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.banner:after {
  content: "";
  width: 584px;
  height: 960px;
  background-image: url("../images/pattern.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.banner .caption {
  z-index: 2;
  color: #fff;
  padding-top: 88px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .caption h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 150px;
  line-height: 150px;
  font-weight: 400;
}
.banner .caption h1 .sub-title,
.banner .caption h1 .sub-title-two {
  display: block;
  color: #86CEB4;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.banner .caption h1 .sub-title-two {
  color: #fff;
  text-transform: none;
}

.all-news {
  padding: 50px 0;
}
.all-news .header {
  margin: 0 0 50px;
  padding: 0 0 24px;
  border-bottom: 1px solid #adc1c2;
}
.all-news .header h2 {
  margin: 0;
  color: #049c3e;
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
}
.all-news .item {
  margin-bottom: 32px;
}
.all-news .item a {
  text-decoration: none;
}
.all-news .item a:hover, .all-news .item a:focus, .all-news .item a:active {
  outline: none;
  box-shadow: none;
}
.all-news .img-holder {
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.all-news .img-holder:hover .overlay {
  display: block;
}
.all-news .img-holder .overlay {
  z-index: 2;
  display: none;
  overflow: hidden;
  border-radius: 8px;
  background-image: url("../images/overlay.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.all-news h3 {
  color: #1d213e;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.all-news .date-time {
  display: block;
  color: #787a8a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.all-news .tags {
  margin: 0 0 8px;
}
.all-news .tags .tag {
  color: #fff;
  display: block;
  margin: 0 0 8px;
  padding: 8px 16px;
  border-radius: 30px;
  background: #00a9ba;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.all-news .tags .tag.disabled {
  background: #80c3cb;
}

.contact-details {
  gap: 32px;
  padding: 56px 48px;
  background: #f9f9f9;
}
.contact-details h3 {
  color: #1d213e;
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}
.contact-details .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact-details .icon.icon-email {
  background-image: url("../images/icon-email.svg");
}
.contact-details .email,
.contact-details .contact {
  color: #009a5e;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.contact-details .email:hover,
.contact-details .contact:hover {
  text-decoration: underline;
}

.news-details {
  color: #1d213e;
  padding: 50px 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}
.news-details .aside {
  padding-top: 20px;
}
.news-details .header {
  margin: 0 0 30px;
}
.news-details .header h2 {
  color: #1d213e;
  margin: 0 0 24px;
  max-width: 1100px;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
}
.news-details .header .date-time {
  color: #787a8a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.news-details .img-holder {
  overflow: hidden;
  margin: 0 0 30px;
}
.news-details h3 {
  margin: 0 0 22px;
  color: #043053;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.news-details h4 {
  margin: 0 0 20px;
  color: #043053;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.news-details h5 {
  margin: 0 0 20px;
  color: #787a8a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.news-details .social-networks {
  gap: 40px;
}
.news-details p {
  margin: 0 0 22px;
}
.news-details .image {
  margin: 0 0 30px;
}

.our-services {
  z-index: 1;
  padding: 111px 0;
  color: #1d213e;
  position: relative;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
}
.our-services:after {
  content: "";
  z-index: -1;
  background: url("../images/pattern3.png") no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 731px;
  height: 1300px;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: auto;
  left: auto;
}
.our-services.all-service .services-item {
  padding: 0;
}
.our-services.all-service .services-section.add {
  padding: 0;
}
.our-services .header {
  margin-bottom: 80px;
}
.our-services .header h2 {
  margin: 0 0 57px;
  color: #049c3e;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.our-services .header h2:after {
  content: "";
  margin-left: 35px;
  background: #049c3e;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 1px;
}
.our-services .divider {
  top: 18px;
  width: 100%;
  height: 1px;
  position: relative;
  background: #adc1c2;
}
.our-services .divider:before {
  height: 4px;
  content: "";
  width: 174px;
  background: #50546c;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.our-services .services-item {
  padding: 100px 0 0;
}
.our-services .services-item.reverse .description {
  padding-left: 0;
  padding-right: 155px;
}
.our-services .img-holder {
  overflow: hidden;
  border-radius: 30px;
}
.our-services h3 {
  color: #043053;
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}
.our-services .description {
  padding-left: 155px;
}

.aboutus {
  z-index: 1;
  position: relative;
  padding: 50px 0;
}
.aboutus:after {
  content: "";
  z-index: -1;
  background: url("../images/pattern3.png") no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 731px;
  height: 1300px;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: auto;
  left: auto;
}
.aboutus h2 {
  color: #1d213e;
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
}
.aboutus h2 span {
  display: block;
  color: #049c3e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
.aboutus-intro {
  color: #1d213e;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.aboutus-intro .item {
  text-align: justify;
  padding: 0 0 30px;
}
.aboutus .quote {
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 224px;
  right: auto;
  bottom: auto;
  left: -20px;
  width: 301px;
  height: 308px;
}
.aboutus .quote.after {
  top: 800px;
  left: auto;
  right: -20px;
}
.aboutus-video {
  min-height: 780px;
  background-image: url("../images/bg-video.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutus-video h2 {
  display: block;
  color: #049c3e;
  margin: 0 0 87px;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
.aboutus-video .video-holder {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin: 0 auto -87px;
  max-width: 1343px;
}
.aboutus-video .video-holder .btn-play {
  width: 174px;
  height: 174px;
  background-image: url("../images/btn-play.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutus-counter {
  padding: 164px 0 80px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.aboutus-counter .holder {
  gap: 50px;
}
.aboutus-counter .item {
  gap: 10px;
  flex-basis: 27%;
  position: relative;
}
.aboutus-counter .item:first-child:before {
  display: none;
}
.aboutus-counter .item:before {
  top: 15px;
  left: -50px;
  content: "";
  display: inline-flex;
  width: 1px;
  height: 56px;
  background: #adc1c2;
  position: absolute;
}
.aboutus-counter .number {
  color: #1d213e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}
.aboutus-counter p {
  margin: 0;
}

.portverse-team h2 {
  max-width: 955px;
  text-transform: uppercase;
}
.portverse-team h2 span {
  display: block;
  text-align: right;
  position: relative;
}
.portverse-team h2 span:after {
  content: "";
  background: #049c3e;
  width: 160px;
  height: 1px;
  position: absolute;
  top: auto;
  right: -170px;
  bottom: 0;
  left: auto;
}
.portverse-team header {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.portverse-team .divider {
  width: 196px;
  height: 1px;
  background: #adc1c2;
}
.portverse-team .item .img-holder {
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0 34px;
}
.portverse-team .item .details {
  overflow: hidden;
  padding-left: 30px;
  border-left: 4px solid #43b56e;
}
.portverse-team .item h3 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.portverse-team .item h4 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.generic-pages {
  padding: 50px 0;
  color: #787a8a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.generic-pages h2 {
  margin: 0 0 32px;
  color: #1d213e;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.generic-pages p {
  margin: 0 0 30px;
}

.how-we-work {
  padding: 0 0 50px;
}
.how-we-work h2 {
  color: #1d213e;
  max-width: 955px;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 94px;
  font-weight: 700;
}
.how-we-work h2 span {
  display: block;
  color: #049c3e;
  position: relative;
  text-align: right;
  text-transform: none;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.how-we-work h2 span:after {
  content: "";
  background: #049c3e;
  width: 160px;
  height: 1px;
  position: absolute;
  top: auto;
  right: -170px;
  bottom: 0;
  left: auto;
}
.how-we-work header {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.how-we-work header p {
  margin: 0;
}
.how-we-work .divider {
  width: 196px;
  height: 1px;
  background: #adc1c2;
}
.how-we-work .description {
  max-width: 575px;
  padding-left: 86px;
  color: #787a8a;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.how-we-work h3 {
  margin: 0 0 64px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.how-we-work h4 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.how-we-work p {
  margin: 0 0 48px;
}

.video-tour {
  color: #787a8a;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.video-tour .header {
  margin-bottom: 36px;
}
.video-tour h2 {
  color: #000;
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.video-tour .video-holder {
  overflow: hidden;
  position: relative;
}
.video-tour .video-holder .btn-play {
  width: 174px;
  height: 174px;
  background-image: url("../images/btn-play.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-slider:hover .slick-arrow {
  display: flex !important;
}
.slick-slider .slick-arrow {
  z-index: 22;
  display: none !important;
  width: 40px;
  height: 40px;
  background: #002D5D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-arrow:before {
  font-size: 0;
  line-height: 0;
  background-image: url("../images/arrow-right1.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:active, .slick-slider .slick-arrow:focus {
  background: #002D5D;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.slick-slider .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}

.tidal-calendar {
  color: #384745;
  overflow: hidden;
  border-radius: 30px;
  background: #F9F9F9;
  border: 1px solid #D4DDDC;
  font: 700 14px/20px "Manrope", sans-serif;
}
.tidal-calendar .left-bar {
  float: left;
  width: 118px;
}
.tidal-calendar .empty-heading {
  height: 68px;
  padding: 0 10px;
}
.tidal-calendar .high-tide-heading,
.tidal-calendar .low-tide-heading {
  height: 99px;
  padding: 0 10px;
  flex-direction: column;
}
.tidal-calendar .sun-rise,
.tidal-calendar .sun-set {
  gap: 8px;
}
.tidal-calendar .sun-position {
  height: 98px;
  padding: 0 10px;
  flex-direction: column;
}
.tidal-calendar .tidal-slider {
  overflow: hidden;
  border-left: 1px solid #D4DDDC;
}
.tidal-calendar .tidal-slider .slick-slide {
  width: 177px !important;
}
.tidal-calendar .date-col {
  min-width: 200px;
  border-left: 1px solid #D4DDDC;
}
.tidal-calendar .date-col:first-child {
  border: 0;
}
.tidal-calendar .date-col .day {
  gap: 10px;
  color: #000;
  height: 68px;
  padding: 10px;
}
.tidal-calendar .date-col .day span {
  font-size: 24px;
  line-height: 26px;
}
.tidal-calendar .date-col .day sub {
  bottom: -2px;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}
.tidal-calendar .high-tide {
  background: #42767E;
}
.tidal-calendar .low-tide {
  background: rgba(66, 118, 126, 0.6);
}
.tidal-calendar .high-tide,
.tidal-calendar .low-tide {
  height: 99px;
  padding: 7px 8px;
}
.tidal-calendar .high-tide .date,
.tidal-calendar .low-tide .date {
  height: 39px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 7px;
}
.tidal-calendar .high-tide .date span,
.tidal-calendar .low-tide .date span {
  color: #00796B;
}
.tidal-calendar .sun-position-details {
  height: 98px;
  flex-direction: column;
}

@media (max-width: 1536px) {
  #nav .panel .logo {
    width: 140px;
  }
  .accordion .accordion-body {
    padding-left: 84px;
  }
  .accordion .accordion-body p {
    margin: 0;
  }
  .tidal-calendar .date-col {
    min-width: 182px;
  }
  .vessel-section .tab-content {
    padding: 10px;
  }
  .btn {
    min-width: 150px;
    padding: 8px 8px 8px 16px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
  .btn .icon {
    width: 30px;
    height: 30px;
  }
  .nav-tabs {
    margin: 0 0 20px;
  }
  .nav-tabs .nav-link {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
  }
  #header {
    height: 60px;
  }
  #header.active .logo-holder {
    height: 60px;
  }
  #header.active .logo-holder .logo {
    width: 50px;
  }
  #header .logo-holder {
    width: 140px;
    height: 120px;
  }
  #header .logo-holder .logo {
    width: 100px;
  }
  #nav {
    padding: 12px 0;
  }
  #nav .panel {
    display: none;
    margin-left: 40px;
  }
  #nav .logo {
    width: 180px;
  }
  #nav .logo img {
    width: 100%;
  }
  #nav .navbar-nav {
    gap: 45px;
  }
  #nav .nav-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  #nav .btn-member {
    gap: 16px;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  #nav .btn-member .icon {
    width: 28px;
    height: 28px;
  }
  #nav .btn-lang {
    width: 36px;
    height: 36px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
  }
  .main-carousel {
    height: 100vh;
  }
  .main-carousel .img {
    height: 100vh;
  }
  .main-carousel .arrow-down {
    z-index: 22;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 40px;
  }
  .main-carousel .arrow-down span {
    display: block;
    margin: 0 0 10px;
  }
  .main-carousel .arrow-down img {
    width: 80px;
  }
  .main-carousel .caption h1 {
    font-size: 150px;
    line-height: 150px;
    font-weight: 400;
  }
  .main-carousel .caption h1 .small-font {
    font-size: 100px;
    line-height: 100px;
    font-weight: 400;
  }
  .main-carousel .caption h1 .future-word {
    padding-left: 228px;
  }
  .main-carousel .carousel-indicators {
    padding: 16px;
    width: 419px;
    height: 60px;
  }
  .main-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
  .intro-section {
    background-size: 50%;
  }
  .intro-section .img-box {
    background-size: 200px 300px;
  }
  .intro-section img {
    float: right;
    max-width: 450px;
  }
  .section {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .section h2 {
    margin: 0 0 20px;
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
  }
  .section h2 span {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  .services-section h2 {
    margin: 0;
  }
  .services-section .card {
    border-radius: 12px;
  }
  .services-section .card:hover .description {
    padding: 14px 14px 60px;
  }
  .services-section .card .icon {
    width: 34px;
    height: 34px;
  }
  .services-section .card .description {
    padding: 14px;
  }
  .services-section .card .description h3 {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
  }
  .services-section .card .icon-holder,
  .services-section .card .white-divider {
    height: 50px;
  }
  .services-section .card .icon-holder {
    padding: 14px;
  }
  .services-section .item {
    padding: 0 8px 30px;
  }
  .vessel-section .header {
    padding: 0 0 20px 86px;
  }
  .vessel-section .vessel-slider {
    padding-bottom: 80px;
  }
  .vessel-section .vessel-slider:after {
    width: 101px;
    height: 101px;
    bottom: -50px;
    border-width: 20px;
  }
  .vessel-section .card {
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px 10px 10px 0px rgba(137, 162, 165, 0.16);
  }
  .vessel-section .card-image .tag {
    font-size: 13px;
    line-height: 20px;
  }
  .vessel-section .card .sub-title {
    min-width: auto;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
  .vessel-section .card .sub-title img {
    width: 30px;
  }
  .vessel-section .nav-tabs .nav-link {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  .vessel-section .tabs-holder {
    padding-top: 60px;
  }
  .vessel-section .tabs-holder h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }
  .features-section .header {
    margin: 0 0 0px;
  }
  .features-section h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }
  .features-section h3 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
  }
  .features-section .image {
    width: 70px;
    height: 70px;
    margin: 0 0 15px;
  }
  .news-section .header {
    padding: 0 0 30px 100px;
  }
  .news-section .item h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  .accordion {
    padding: 0;
  }
  .accordion .accordion-button {
    padding: 16px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .accordion .accordion-button:before {
    width: 60px;
    height: 4px;
  }
  #footer .footer-holder {
    padding: 20px 0;
  }
  #footer h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  #footer h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  #footer .footer-logo {
    width: 100px;
  }
  #footer .footer-logo img {
    width: 100%;
    display: block;
  }
  #footer .navbar-nav {
    margin-bottom: 20px;
  }
  #footer .navbar-nav a {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  #footer .navbar-nav .nav-item {
    margin: 0;
  }
  #footer .footer-bottom {
    padding: 10px 0;
  }
  #footer .footer-bottom .navbar-nav .nav-item {
    margin: 0;
  }
  #footer .copyright {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .banner img {
    height: 350px;
  }
  .banner:after {
    width: 350px;
    height: 600px;
  }
  .banner .caption {
    padding-top: 60px;
  }
  .banner .caption h1 {
    font-size: 120px;
    line-height: 120px;
    font-weight: 400;
  }
  .all-news {
    padding: 60px 0;
  }
  .all-news .header {
    margin-bottom: 36px;
    padding-bottom: 20px;
  }
  .all-news .header h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
  }
  .all-news .tags .tag {
    padding: 6px 16px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
  }
  .contact-details {
    padding: 30px 48px;
  }
  .contact-details h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }
  .contact-details .icon {
    width: 20px;
    height: 20px;
  }
  .contact-details .email,
  .contact-details .contact {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .news-details {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .news-details .header {
    padding: 40px 0;
  }
  .news-details .header h2 {
    margin: 0 0 10px;
    max-width: 800px;
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
  }
  .news-details .header .date-time {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .news-details h3 {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
  }
  .news-details h4,
  .news-details h5 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .news-details p {
    margin: 0 0 20px;
  }
  .news-details .image {
    margin: 0 0 30px;
  }
  .news-details .social-networks {
    gap: 20px;
  }
  .news-details .social-networks .nav-link {
    width: 26px;
  }
  .news-details .social-networks .nav-link img {
    width: 100%;
  }
  .our-services {
    padding: 60px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .our-services:after {
    width: 631px;
    height: 1100px;
  }
  .our-services .header {
    margin-bottom: 40px;
  }
  .our-services .header h2 {
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }
  .our-services .header h2:after {
    margin-left: 25px;
    width: 120px;
    height: 1px;
  }
  .our-services .services-item.reverse .description {
    padding-left: 0;
    padding-right: 100px;
  }
  .our-services h3 {
    color: #043053;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .our-services .description {
    padding-left: 100px;
  }
  .aboutus {
    padding: 50px 0;
  }
  .aboutus .quote {
    top: 100px;
    width: 200px;
    height: 200px;
  }
  .aboutus .quote.after {
    top: 600px;
  }
  .aboutus h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }
  .aboutus h2 span {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
  }
  .aboutus-intro {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .aboutus-video {
    min-height: inherit;
  }
  .aboutus-video h2 {
    margin: 0 0 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
  }
  .aboutus-video .video-holder {
    max-width: 1000px;
  }
  .aboutus-video .video-holder .btn-play {
    width: 100px;
    height: 100px;
  }
  .aboutus-counter {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .aboutus-counter .number {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
  }
  .aboutus-counter .item:before {
    top: 8px;
    left: -25px;
  }
  .portverse-team h2 {
    max-width: 595px;
  }
  .portverse-team header {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .portverse-team .item h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .generic-pages {
    padding: 50px 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
  }
  .generic-pages h2 {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .generic-pages p {
    margin: 0 0 28px;
  }
  .how-we-work {
    padding: 0 0 80px;
  }
  .how-we-work .header {
    margin: 0 0 80px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .how-we-work .header p {
    margin: 0;
  }
  .how-we-work h2 {
    max-width: 595px;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
  }
  .how-we-work h2 span {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
  }
  .how-we-work h3 {
    margin: 0 0 44px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  .how-we-work h4 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  .how-we-work .description {
    padding-left: 60px;
    max-width: 550px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .video-tour {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .main-carousel .description {
    transform: translateX(0);
  }
  .vessel-section .tabs-holder h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .vessel-section .nav-tabs {
    gap: 20px;
  }
  .arrow-down {
    bottom: 30px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
  .arrow-down img {
    width: 80px;
  }
  .banner {
    height: auto;
  }
  .banner img {
    height: auto;
  }
  .banner .caption h1 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 400;
  }
  .aboutus {
    padding: 50px 0;
  }
  .aboutus .quote {
    top: 100px;
    width: 160px;
    height: 160px;
  }
  .aboutus .quote.after {
    top: 600px;
  }
  .aboutus h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
  }
  .aboutus h2 span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }
  .aboutus-intro {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
  }
  .aboutus-video {
    min-height: inherit;
  }
  .aboutus-video h2 {
    margin: 0 0 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
  }
  .aboutus-video .video-holder {
    max-width: 800px;
  }
  .aboutus-counter {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .aboutus-counter .number {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
  .aboutus-counter .item {
    flex-basis: 30%;
  }
  .portverse-team h2 {
    max-width: 595px;
  }
  .portverse-team header {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .portverse-team .item .details {
    padding-left: 10px;
  }
  .portverse-team .item h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .portverse-team .item h4 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .how-we-work {
    padding: 0 0 80px;
  }
  .how-we-work .header {
    margin: 0 0 60px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .how-we-work .header p {
    margin: 0;
  }
  .how-we-work h2 {
    max-width: 500px;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
  }
  .how-we-work h2 span {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
  }
  .how-we-work h3 {
    margin: 0 0 24px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
  }
  .how-we-work h4 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  .how-we-work .description {
    padding-left: 0;
    max-width: 550px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .how-we-work p {
    margin: 0 0 20px;
  }
  .video-tour {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .video-tour .video-holder .btn-play {
    width: 100px;
    height: 100px;
  }
  .services-section.add .item {
    flex-basis: 25%;
  }
}
@media (max-width: 1023px) {
  .btn {
    gap: 12px;
    min-width: 150px;
    padding: 6px 8px 6px 16px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
  }
  .btn .icon {
    width: 26px;
    height: 26px;
  }
  .btn .icon:before {
    width: 13px;
    height: 12px;
  }
  .nav-tabs {
    margin: 0 0 30px;
  }
  .nav-tabs .nav-link {
    padding: 0 0 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  #header {
    border: 0;
    opacity: 1;
    height: auto;
    padding: 7px 0;
    position: relative;
    background: #1d213e;
  }
  #header .logo-holder {
    border: 0;
    width: auto;
    height: auto;
    background: none;
  }
  #header .logo-holder .logo {
    width: 50px;
  }
  #header .col-md-12 {
    align-items: center !important;
  }
  #header .toggle-menu {
    display: flex;
  }
  body.active {
    overflow: hidden;
  }
  body.active #nav {
    transform: none;
  }
  #nav {
    width: 300px;
    display: block !important;
    padding: 15px 0;
    transform: translateX(-200%);
    background: #1D213E;
    transition: all 0.3s linear;
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
  }
  #nav .navbar-nav {
    display: block !important;
  }
  #nav .panel {
    margin-left: 0;
    padding: 10px 16px;
  }
  #nav .panel .logo {
    width: 160px;
  }
  #nav .panel .logo img {
    width: 100%;
  }
  #nav .navbar-nav {
    gap: 45px;
  }
  #nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
  #nav .nav-link {
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  #nav .btn-member {
    gap: 16px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  #nav .btn-lang {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .main-carousel {
    height: auto;
    min-height: inherit;
  }
  .main-carousel .img {
    height: auto;
  }
  .main-carousel .caption h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
  }
  .main-carousel .caption h1 .small-font {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
  }
  .main-carousel .caption h1 .future-word {
    padding-left: 140px;
  }
  .main-carousel .carousel-indicators {
    padding: 16px;
    width: 200px;
    height: 60px;
  }
  .main-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
  .main-carousel .description {
    width: 200px;
  }
  .main-carousel .description h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-carousel .description .text {
    font-size: 12px;
    line-height: 14px;
  }
  .main-carousel .pattern {
    width: 250px;
    height: 400px;
  }
  .intro-section {
    padding-bottom: 40px;
  }
  .intro-section .description {
    padding-top: 70px;
  }
  .intro-section img {
    float: right;
    max-width: 400px;
  }
  .section {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .section h2 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
  }
  .section h2 span {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  .services-section {
    padding: 30px 0;
  }
  .services-section h2 {
    padding: 0;
  }
  .services-section.add .item {
    flex-basis: 33.33%;
  }
  .services-section .card {
    margin: 0;
    border-width: 2px;
    border-radius: 12px;
  }
  .services-section .card .icon {
    width: 28px;
    height: 28px;
  }
  .services-section .card .icon:before {
    width: 18px;
    height: 18px;
  }
  .services-section .card .description {
    padding: 12px;
  }
  .services-section .card .description h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .services-section .card .description h3 span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .services-section p {
    margin: 0 0 30px;
  }
  .vessel-section {
    padding: 40px 0 0;
  }
  .vessel-section .header {
    padding: 0 0 20px;
  }
  .vessel-section .vessel-slider {
    padding: 0 0 60px;
  }
  .vessel-section .card {
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    margin: 6px 6px 30px;
    box-shadow: 0px 10px 10px 0px rgba(137, 162, 165, 0.16);
  }
  .vessel-section .card .card-image {
    width: 100%;
  }
  .vessel-section .card .sub-row {
    padding-top: 10px;
  }
  .vessel-section .card .sub-row:first-child {
    padding-bottom: 10px;
  }
  .vessel-section .card .sub-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
  .vessel-section .card .sub-title span {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  .vessel-section .card .sub-title img {
    width: 40px;
  }
  .vessel-section .tabs-holder {
    padding-top: 60px;
  }
  .features-section {
    padding: 30px 0;
  }
  .features-section .header {
    margin: 0 0 0px;
  }
  .features-section h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .features-section h3 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
  }
  .features-section .item {
    padding: 0 5%;
  }
  .features-section .image {
    width: 70px;
    height: 70px;
    margin: 0 0 15px;
  }
  .news-section {
    padding: 30px 0;
  }
  .news-section .header {
    padding: 0 0 20px;
  }
  .news-section .item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .news-section .item h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .news-section .nav-tabs {
    gap: 20px;
  }
  .news-section .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .news-section .tab-content {
    padding: 10px;
    border-radius: 12px;
  }
  .news-section .tabs-holder {
    margin-bottom: -60px;
  }
  .news-section .tabs-holder h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
  }
  .queries-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .accordion {
    padding: 0;
  }
  .accordion .accordion-button {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .accordion .accordion-button:before {
    width: 40px;
    height: 2px;
  }
  .accordion .accordion-button::after {
    width: 16px;
    height: 15px;
  }
  #footer .footer-holder {
    padding: 20px 0 0;
  }
  #footer h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  #footer h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  #footer .footer-logo {
    width: 100px;
    margin: 0 0 20px;
  }
  #footer .footer-logo img {
    width: 100%;
    display: block;
  }
  #footer .navbar-nav {
    margin-bottom: 20px;
  }
  #footer .navbar-nav .nav-item {
    flex-basis: 100%;
  }
  #footer .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  #footer .footer-bottom {
    padding: 20px 0;
  }
  #footer .copyright {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .arrow-down {
    left: 40px;
  }
  .arrow-down img {
    width: 50px;
  }
  .arrow-down span {
    display: none;
  }
  .banner .caption h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
  }
  .all-news {
    padding: 30px 0;
  }
  .all-news .header {
    padding: 0 0 12px;
    margin: 0 0 20px;
  }
  .all-news .header h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
  }
  .all-news .tags {
    margin: 0;
  }
  .all-news .tags .tag {
    padding: 4px 12px;
    font-size: 12px;
  }
  .news-details .header {
    padding: 30px 0;
  }
  .news-details .header h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
  }
  .news-details .header .date-time {
    font-size: 18px;
  }
  .our-services .services-item.reverse .description {
    padding-left: 0;
    padding-right: 20px;
  }
  .our-services .description {
    padding-left: 20px;
  }
  .aboutus {
    padding: 40px 0;
  }
  .aboutus .quote {
    top: 100px;
    width: 100px;
    height: 100px;
  }
  .aboutus .quote.after {
    top: 400px;
  }
  .aboutus h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
  }
  .aboutus h2 span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .aboutus-intro {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  .aboutus-intro .item {
    padding: 0 0 30px;
  }
  .aboutus-video {
    min-height: inherit;
  }
  .aboutus-video h2 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .aboutus-video .video-holder {
    max-width: 600px;
  }
  .aboutus-video .video-holder .btn-play {
    width: 60px;
    height: 60px;
  }
  .aboutus-counter {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .aboutus-counter .number {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
  .aboutus-counter .item {
    flex-basis: 30%;
    text-align: center;
    flex-direction: column;
  }
  .portverse-team h2 {
    max-width: 360px;
  }
  .portverse-team header {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .portverse-team .item .details {
    padding-left: 10px;
  }
  .portverse-team .item h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .portverse-team .item h4 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .generic-pages {
    padding: 50px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .generic-pages h2 {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
  }
  .generic-pages p {
    margin: 0 0 20px;
  }
  .how-we-work {
    padding: 0 0 60px;
  }
  .how-we-work .header {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .how-we-work .header p {
    margin: 0;
  }
  .how-we-work h2 {
    max-width: 400px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
  }
  .how-we-work h2 span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }
  .how-we-work h3 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }
  .how-we-work h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .how-we-work .description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .how-we-work p {
    margin: 0 0 20px;
  }
  .video-tour {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .video-tour .header {
    margin-bottom: 30px;
  }
  .video-tour h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
  }
  .video-tour .video-holder .btn-play {
    width: 100px;
    height: 100px;
  }
  .tidal-calendar .date-col {
    min-width: 163px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-body {
    padding-left: 12px;
  }
  .accordion.add .accordion-body {
    padding: 16px 12px;
  }
  .vessel-section .vessel-slider:after {
    width: 80px;
    height: 80px;
    bottom: -40px;
    border-width: 10px;
  }
  .news-section .news-slider {
    padding: 0;
  }
  .arrow-down {
    left: 16px;
    bottom: 16px;
  }
  .arrow-down span {
    display: none;
  }
  .arrow-down img {
    width: 30px;
  }
  .footer-logo2 {
    display: block;
    margin: 0 auto 20px;
  }
  .footer-logo2 img {
    width: 140px;
  }
  .main-carousel {
    height: auto;
    min-height: inherit;
  }
  .main-carousel:after {
    display: none;
  }
  .main-carousel .img {
    height: auto;
  }
  .main-carousel .caption h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
  }
  .main-carousel .caption h1 .sub-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  .main-carousel .caption h1 .small-font {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
  }
  .main-carousel .caption h1 .future-word {
    padding-left: 87px;
  }
  .main-carousel .description {
    display: none !important;
    position: static;
  }
  .main-carousel .carousel-indicators {
    width: auto;
    height: auto;
    background: none;
  }
  .section h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .intro-section {
    padding-bottom: 20px;
  }
  .intro-section .description {
    padding: 30px 0;
  }
  .services-section.add .item {
    flex-basis: 50%;
    padding: 0 8px 20px;
  }
  .services-section.add .card {
    margin: 0;
  }
  .services-section .divider {
    display: none;
  }
  .services-section .card .description h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .news-section .item {
    margin: 0 0 20px;
  }
  .accordion .accordion-button {
    padding: 12px;
  }
  .accordion .accordion-button:before {
    display: none;
  }
  #footer .footer-holder {
    text-align: center;
  }
  #footer h2 {
    margin: 0 0 20px;
  }
  #footer .footer-logo {
    margin: 0 auto 20px;
  }
  #footer .footer-bottom {
    text-align: center;
  }
  #footer .footer-bottom .navbar-nav {
    flex-basis: 100%;
    justify-content: center;
  }
  .banner .caption h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
  }
  .banner .caption h1 .sub-title,
  .banner .caption h1 .sub-title-two {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .all-news {
    padding: 30px 0;
  }
  .all-news .header {
    padding: 0 0 12px;
    margin: 0 0 20px;
  }
  .all-news .header h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
  }
  .contact-details {
    padding: 20px 20px 0;
  }
  .contact-details .column {
    margin-bottom: 20px;
  }
  .contact-details h3 {
    margin: 0;
  }
  .news-details {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .news-details .header {
    padding: 20px 0;
  }
  .news-details .header h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  .news-details .header .date-time {
    font-size: 16px;
  }
  .news-details .img-holder {
    margin: 0 0 30px;
  }
  .news-details h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .news-details h4,
  .news-details h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .news-details .aside {
    margin: 0 0 30px;
  }
  .banner .caption {
    padding: 0;
  }
  .our-services {
    padding: 30px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
  .our-services:after {
    width: 331px;
    height: 600px;
  }
  .our-services .header {
    margin-bottom: 20px;
  }
  .our-services .header h2 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
  }
  .our-services .header h2:after {
    margin-left: 15px;
    display: none;
    width: 80px;
    height: 1px;
  }
  .our-services.all-service .services-item {
    padding: 0;
  }
  .our-services .services-item {
    padding: 30px 0 0;
  }
  .our-services .services-item.reverse .col-md-9 {
    order: 2;
  }
  .our-services .services-item.reverse .col-md-3 {
    order: 1;
  }
  .our-services .services-item.reverse .img-holder {
    border-radius: 10px;
  }
  .our-services .services-item.reverse .description {
    padding-left: 0;
    padding-right: 0;
  }
  .our-services .img-holder {
    margin: 0 0 20px;
    border-radius: 10px;
  }
  .our-services h3 {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
  }
  .our-services .description {
    padding-left: 0;
  }
  .features-section .item {
    padding: 0;
  }
  .aboutus {
    padding: 40px 0;
  }
  .aboutus .quote {
    top: 50px;
    left: -10px;
    width: 60px;
    height: 60px;
  }
  .aboutus .quote.after {
    top: 300px;
    left: auto;
    right: -10px;
  }
  .aboutus h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
  }
  .aboutus h2 span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
  .aboutus-intro {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  .aboutus-intro .item {
    padding: 0;
  }
  .aboutus-intro .item.no-padding {
    padding: 0;
  }
  .aboutus-video {
    min-height: inherit;
  }
  .aboutus-video h2 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .aboutus-video .video-holder {
    margin: 0 auto 20px;
    max-width: 400px;
  }
  .aboutus-counter {
    padding: 40px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
  .aboutus-counter .holder {
    gap: 20px;
  }
  .aboutus-counter .number {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }
  .aboutus-counter .item {
    flex-basis: 100%;
    text-align: center;
    flex-direction: column;
  }
  .portverse-team h2 {
    max-width: 360px;
  }
  .portverse-team h2 span:after {
    display: none;
  }
  .portverse-team header {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .portverse-team .item {
    margin-bottom: 20px;
  }
  .generic-pages {
    padding: 30px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .generic-pages h2 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .generic-pages p {
    margin: 0 0 20px;
  }
  .how-we-work {
    padding: 0 0 60px;
  }
  .how-we-work .header {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .how-we-work .header p {
    margin: 0;
  }
  .how-we-work h2 {
    max-width: 400px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
  }
  .how-we-work h2 span {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
  .how-we-work h2 span:after {
    display: none;
  }
  .how-we-work h3 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }
  .how-we-work h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .how-we-work .description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .how-we-work .img-holder {
    margin: 0 0 20px;
  }
  .how-we-work p {
    margin: 0 0 20px;
  }
  .video-tour {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .video-tour .header {
    margin-bottom: 20px;
  }
  .video-tour h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .video-tour .video-holder .btn-play {
    width: 60px;
    height: 60px;
  }
  .vessel-section .nav-tabs {
    margin: 0 0 30px;
  }
  .vessel-section .nav-tabs .nav-item {
    flex-basis: 45%;
  }
  .vessel-section .nav-tabs .nav-link:before {
    width: auto;
  }
  .vessel-section .tab-content {
    padding: 10px;
  }
  .main-carousel .arrow-down img {
    width: 50px;
  }
  .main-carousel.has-animation .ceo-msg {
    display: none;
  }
}

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