a, a:hover {
  text-decoration: none !important;
}

/*
@font-face {
    font-family: 'Sahel-Bold';
    src: url('Sahel-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
*/
nav {
  position: fixed !important;
  width: 100%;
  z-index: 110;
  background-color: #0c3254;
  transition: 2s;
  padding: 10px 7% !important;
}
nav #logo {
  height: 100px;
  transition: 1s;
}
nav a {
  color: #ccc;
  transition: 0.5s;
}
nav a:hover, nav a.active {
  color: #27aae1 !important;
}
nav .navbar-brand {
  margin-left: 15px;
}
nav .navbar-brand h1, nav .navbar-brand h3 {
  margin: 0;
}
nav .navbar-brand h1 {
  font-size: 25px;
}
nav .navbar-brand h3 {
  font-size: 14px;
  color: #27aae1 !important;
}
nav .navbar-nav {
  float: right !important;
}
nav .dropdown-menu {
  border-radius: 15 !important;
  -webkit-border-radius: 15 !important;
  -moz-border-radius: 15 !important;
  -ms-border-radius: 15 !important;
  -o-border-radius: 15 !important;
}
nav .dropdown-menu {
  background-color: #1b75bc !important;
  border: none;
  left: -17px !important;
}
nav .dropdown-menu a {
  color: #ccc;
}
nav .dropdown-menu a:hover {
  color: #0c3254 !important;
  background-color: #1b75bc !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
nav .dropdown-menu a:last-child {
  padding-bottom: 10px;
}
nav .dropdown-menu a:first-child {
  padding-top: 10px;
}
nav #mob {
  display: none;
}

#mob-nav {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0c3254;
  overflow-y: hidden;
  transition: 0.5s;
}
#mob-nav .content {
  position: relative;
  top: 15%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#mob-nav .mob-ship {
  font-size: 20px;
  color: #27aae1 !important;
  margin: 20px 0 40px;
}
#mob-nav a {
  padding: 4px;
  text-decoration: none;
  font-size: 26px;
  line-height: 26px;
  color: #818181;
  display: block;
}
#mob-nav .closebtn {
  position: absolute;
  top: 26px;
  right: 40px;
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  nav #logo {
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  nav {
    position: relative !important;
  }
}
@media screen and (max-width: 768px) {
  nav li.nav-item {
    display: none;
  }
  nav #mob {
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  nav #logo {
    display: none;
  }
  nav .navbar-brand {
    margin-left: 0;
  }
  nav .navbar-brand h1 {
    font-size: 15px;
  }
  nav .navbar-brand h3 {
    font-size: 10px;
    color: #27aae1 !important;
  }

  #mob-nav .mob-ship {
    font-size: 14px;
    margin: 20px 0 20px;
  }
  #mob-nav a {
    font-size: 16px;
    line-height: 20px;
  }
}
span {
  color: #1b75bc !important;
}

p {
  margin: 0;
}

hr {
  border-top: 5px solid #1b75bc !important;
  margin: 10px 0;
}

#svg {
  position: fixed;
  z-index: 90;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

.carousel-item {
  min-height: 100vh;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-item .caption {
  position: absolute;
  padding: 5px 20px !important;
  font-size: 34px;
  background-color: rgba(12, 50, 84, 0.7);
  color: #ddd;
  border-left: 5px solid #27aae1 !important;
  border-right: 5px solid #27aae1 !important;
  top: 75vh;
  right: 15vw;
}
.carousel-item.car1 {
  background-image: url("../_img/s1.jpg");
}
.carousel-item.car2 {
  background-image: url("../_img/s2.jpg");
}

#btt {
  position: absolute;
  width: 30px;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.base {
  position: relative;
  border-top: 5px solid #1b75bc !important;
  padding: 80px 0 0;
  text-align: center;
  z-index: 100;
}
.base .title {
  font-size: 30px;
  line-height: 30px;
  color: #eee !important;
  padding: 2px 20px 5px;
  background-color: #1b75bc !important;
  border-radius: 5px;
}
.base .card-deck {
  margin: 30px 7% 80px;
}
.base .card-deck .card {
  text-align: center;
  border: none !important;
  background-color: #ddd !important;
}
.base .card-deck .card img {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}
.base .card-deck .card .btn:hover {
  background-color: #777 !important;
  color: white;
}
.base .card-deck h1 {
  font-family: Verdana;
  font-size: 24px;
  color: #1b75bc !important;
  margin: 0;
}

@media screen and (max-width: 992px) {
  #svg {
    position: absolute;
    top: 15px;
  }

  .carousel-item {
    min-height: calc(100vh - 90px);
  }
  .carousel-item .caption {
    font-size: 24px;
    top: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #svg {
    top: 30px;
  }

  .base .title {
    font-size: 20px;
    line-height: 20px;
  }
  .base .card-deck {
    display: block !important;
  }
  .base .card-deck .card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #svg {
    top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .carousel-item {
    min-height: calc(100vh - 60px);
  }
  .carousel-item .caption {
    font-size: 16px;
    right: 10vw;
  }
}
.abtop {
  overflow: hidden;
  padding: 200px 15% 0 !important;
  background-color: #afc6d7;
  border-bottom: 5px solid #1b75bc !important;
}
.abtop .fadeInRight {
  width: 35vw;
  color: #555;
}
.abtop img.abship {
  float: right;
  width: 800px;
  margin-top: 100px;
}

.abrest {
  padding: 100px 20% !important;
}

.ship {
  width: 100vw;
  padding: 200px 35% 70px 15%;
  text-align: justify !important;
}
.ship h2 {
  color: #1b75bc !important;
  background-color: #ddd !important;
  font-size: 22px;
  padding: 1vw 2vw !important;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ship span {
  color: #27aae1 !important;
}
.ship ul {
  list-style: square;
  margin: 0;
  display: inline-block;
}
.ship ul li {
  margin: 0;
  padding: 0;
}
.ship h6 {
  display: inline-block;
  background-color: #1b75bc !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0;
  padding: 5px 20px;
  color: white;
}
.ship img {
  width: 100%;
  margin: 5px 0 20px;
}

.ports {
  min-height: 100vh;
  position: relative;
  padding: 200px 0 100px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../_img/port.jpg");
}
.ports table {
  margin-bottom: 0;
}
.ports th, .ports td {
  padding-left: 20px;
}
.ports .tablef {
  text-align: right;
  direction: rtl;
  font-family: "Sahel-Bold";
}
.ports .tablef th, .ports .tablef td {
  padding-right: 20px;
}
.ports ul.yes {
  direction: rtl !important;
  font-family: "Sahel-Bold";
}
.ports li:first-child {
  color: white;
  background-color: #1b75bc !important;
}
.ports table.col-4 {
  border-right: 1px solid #ddd;
  font-size: 14px;
}
.ports table.col-4:last-child {
  border: none;
}
.ports .list-group-item.bg-secondary {
  padding: 5px 20px;
}
.ports .list-group-item th {
  color: #1b75bc !important;
}
.ports .list-group-item a {
  color: #27aae1 !important;
}
.ports .list-group-item a:hover {
  color: #ccc;
}
.ports img {
  width: 19%;
  margin: 5px;
}

@media screen and (max-width: 1200px) {
  .abtop {
    padding: 150px 15% 0 !important;
  }

  .ship {
    padding: 150px 35% 70px 15%;
  }

  .ports {
    padding: 200px 0 100px;
  }
}
@media screen and (max-width: 992px) {
  .abtop {
    padding: 60px 15% 0 !important;
  }
  .abtop .fadeInRight {
    width: 40vw;
  }
  .abtop img.abship {
    width: 600px;
  }

  .ship {
    padding: 60px 15%;
  }
}
@media screen and (max-width: 768px) {
  .abtop {
    padding: 50px 7% 0 !important;
  }
  .abtop .fadeInRight {
    width: 60vw;
  }
  .abtop img.abship {
    width: 400px;
  }

  .ship {
    padding: 50px 7%;
  }
  .ship h2 {
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
@media screen and (max-width: 500px) {
  .abtop img.abship {
    height: unset;
    width: 60vw;
  }
}
#contact {
  background-color: #0c3254 !important;
}
#contact .gmap {
  border-top: 5px solid #1b75bc !important;
  border-bottom: 5px solid #1b75bc !important;
  height: 400px;
}
#contact footer {
  margin: 0 7%;
  padding: 20px 0 50px;
  font-size: 12px;
  color: #ccc;
}
#contact footer h6 {
  border-bottom: 1px solid #27aae1 !important;
}
#contact footer img {
  width: 220px;
}

@media screen and (max-width: 992px) {
  #contact .gmap {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #contact .gmap {
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  #contact footer img {
    display: none;
  }
}