.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;

}

body {
  overflow-x: hidden;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  #topHead {
    font-size: 8px;
  }

  /* #topHead {
    display: none;
  } */

  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  #topHead {
    font-size: 8px;
  }

  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.sameRow {
  height: 100%;
  width: 100%;
}


/*  */

/* Sub Header Style */

.sub-header {
  background-color: blue;
  height: 46px;
  line-height: 46px;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.left-info li {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
  padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.left-info li i {
  margin-right: 10px;
  font-size: 18px;
}

.sub-header ul.left-info li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.sub-header ul.right-icons {
  float: right;
}

.sub-header ul.right-icons li {
  margin-right: -4px;
  width: 46px;
  display: inline-block;
  text-align: center;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.right-icons li:first-child {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.right-icons li a {
  color: #fff;
  transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
  opacity: 0.75;
}


.text-center {
  margin: auto;
}

.navbar {
  margin-top: 22px !important;
  position: absolute;
  top: 0;
  z-index: 1;
  padding-bottom: 0% !important;
  display: flex !important;
}

.navbar-colored {
  background-color: rgba(255, 255, 255);
  border-bottom: 1px solid rgb(228, 228, 228);
  z-index: 5;
  opacity: 0.9;
  padding: 10px;
}

.navbar-transparent {
  background-color: rgba(255, 255, 255);
  border-bottom: 1px solid rgb(228, 228, 228);
  z-index: 1;
  opacity: 0.9;
  font-family: Gill Sans MT;
  font-size: 20px;
  padding: 10px;
}

.logo1 {
  color: black !important;
  font-size: 2.2em;
  font-weight: 600;
  font-family: monospace;
  text-align: center;
}

/* Toggle Button */
.toggle-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 40px;
  top: 0.65rem;
  right: 1rem;
  border: 2px solid white;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.toggle-button .bar {
  height: 4px;
  width: 30px;
  background-color: white;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

.bar::before,
.bar::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 30px;
  background-color: white;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

.bar::before {
  transform: translateY(-10px) !important;
}

.bar::after {
  transform: translateY(10px) !important;
}

/* Hamburger Animation */
.toggle-button.open .bar {
  transform: translateX(-20px);
  background: transparent;
}

.toggle-button.open .bar::before {
  -webkit-transform: translate(20px, 1px) rotate(45deg) !important;
  transform: translate(21px, 1px) rotate(45deg) !important;
}

.toggle-button.open .bar::after {
  -webkit-transform: translate(20px, 1px) rotate(-45deg) !important;
  transform: translate(21px, 1px) rotate(-45deg) !important;
}

.navbar ul {
  padding-top: 4%;
  /* z-index: 100 !important; */
  display: flex;
}

.navbar ul li {
  display: inline-block;
  font-size: 18px;
  font-family: Gill Sans MT;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar ul li a {
  color: black;
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: color 0.5s;
}

.navbar ul li .underline {
  height: 3px;
  background-color: transparent;
  width: 0%;
  transition: width 0.2s, background-color 0.5s;
  margin: 0 auto;
}

.navbar ul li.active-link .underline {
  width: 100%;
  background-color: orangered;
}

.navbar ul li:hover .underline {
  background-color: orangered;
  width: 100%;
}

.navbar ul li:hover a {
  color: orangered;
}

.navbar ul li:active a {
  transition: none;
  color: orangered;
}

.navbar ul li:active .underline {
  transition: none;
  background-color: orangered;
}

/* --------------Carousel Styling---------------- */
#carouselExampleIndicators {
  margin-top: 105px;
  position: relative;
  height: 97vh;
  width: 100%;
}

#carouselExampleIndicators .carousel-indicators {
  bottom: -4%;
}

#carouselExampleIndicators .carousel-indicators .indicator {
  background-color: grey !important;
  height: 1rem;
  width: 1rem;
  margin-left: 2%;
  border-radius: 50%;
}

#carouselExampleIndicators .carousel-innner {
  position: absolute;
  top: 0;
  height: 100vh;
}

#carouselExampleIndicators .carousel-innner .carousel-item {
  width: auto;
  height: auto;
}

#carouselExampleIndicators .carousel-inner .carousel-item .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  text-align: center;
}

#carouselExampleIndicators .carousel-inner .carousel-item h1 {
  height: auto;
  color: #fff;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 2.5em;
  font-weight: 750;
}

.carousel-indicators {
  z-index: 0;
}

#carouselExampleIndicators .carousel-inner .carousel-item p {
  height: auto;
  color: #ccc;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}

#carouselExampleIndicators .carousel-inner .carousel-item img {
  width: auto;
  height: 94vh;
}

.carousel-control-prev-icon {
  visibility: hidden !important;
}

.carousel-control-next-icon {
  visibility: hidden !important;
}

.carousel-control-next,
.carousel-control-prev {
  top: 7rem;
  bottom: 5rem;
}

.title-text {
  font-family: Gill Sans MT;
  text-align: center;
  text-underline-offset: 10px;
  padding: 1%;
}

.join-button {
  display: inline-block;

  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #067FD0;
  /* Change the background color to your preference */
  color: #ffffff;
  /* Change the text color to your preference */
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-bottom: 40px;
}

.join-button:hover {
  background-color: #067FD0;

}

#divAbout #icon {
  display: inline-block;
  font-size: 45px;
  color: grey;
  vertical-align: middle;
  padding-right: 1rem;
}

#divAbout .icon-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

#divAbout #title {
  font-size: xx-large;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  color: grey;
}

#divAbout .text {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding-top: 0%;
  font-size: small;
  padding-left: 4.5rem;
}

/*--------------------About Us/Services/------------------*/
/* About */
/*About Container */

.about-box {
  background-image: url("static/images/ship-4.png");
  height: 66vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.1rem;
}

.about-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0% 55%;
  padding: 0% 2%;
  background: rgb(0, 0, 0);
  background: rgba(255, 255, 255, 0.849);
  color: black;
  width: 45%;
  height: 100%;
}

/* Services */
.services-container .card {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.card-title {
  position: absolute;
  bottom: 0%;
  color: white;
  font-size: 18px;
}

.services-container .col .card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

/*Management Team */

.management-container {
  padding: 0% 2%;
  position: relative;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.685) !important;
}

.management-card {
  width: 15vw;
  height: 30vh !important;
  margin: 0% 0%;
  padding: 0% 0%;
}

.management-container .card {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.management-container .col {
  cursor: pointer;
}

.management-container .row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
}

.management-container .col .card {
  max-height: 16rem !important;
  max-width: 16rem !important;
}

.management-container .col .card img {
  max-height: 16rem !important;
  max-width: 16rem !important;
}

#divManagementT {
  padding-top: 115px !important;
  padding-left: 0% !important;
  padding-right: 0% !important;
}

#divManagementT .container-fluid {
  background-color: #f4f4f4 !important;
}

/* management */

/* Mangement Extra Ppls */

/*Career*/
.Career-text {
  word-spacing: 0.5rem;
  font-family: "calibri";
  font-weight: normal;
  font-size: large;
}

.btn-sentcv {
  border-radius: 1.3rem;
  color: white;
  background-color: #ffc107 !important;
  border: #ffc107 !important;
}

#divCareer .career-img .cover-img {
  width: 100% !important;
  height: 50vh !important;
  justify-content: center;
  align-items: center;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: lighter;
}

/*Contact us */
#divContact {
  display: none;

}

.btn-sent {
  border-radius: 1.3rem;
  color: white;
}

#divContact .icon-text {
  display: block;
  padding-left: 1rem;
}

#divContact #title {
  font-size: large;
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-weight: bold;
}

#divContact #icon {
  display: inline-block;
  color: #ffc107;
  padding-right: 1rem;
}

#divContact .text {
  color: white;
  padding-left: 13%;
}

/*footer*/
.footer-container .row {
  display: flex;
  justify-content: space-evenly !important;
  justify-items: center !important;
}

/*Responsive*/
/*Tablet*/
@media only screen and (min-width: 550px) and (max-width: 950px) {

  #secondPerson {
    flex-direction: column-reverse;
  }

  #fourthPerson {
    flex-direction: column-reverse;
  }

  #sixthPerson {
    flex-direction: column-reverse;
  }

  #topHead {
    font-size: 8px;
  }


  .navbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0% 0% !important;
    margin: 0% 0% !important;
  }

  .navbar ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0% 0% !important;
    margin: 0% 0% !important;
  }

  .logo1 {
    padding: 0% 0% !important;
    margin: 0% 0%;
    font-size: 2em;
    font-weight: 700;
  }


  .logo-container {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    width: auto !important;

  }

  .imo-container {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    width: auto !important;
    font-family: Gill Sans MT;

  }

  /* carousel*/
  #carouselExampleIndicators {
    height: 95vh;
  }

  #carouselExampleIndicators .carousel-inner .carousel-item img {
    width: auto;
    height: 85vh;
  }

  #carouselExampleIndicators .carousel-inner .carousel-item p {
    font-size: 1em;
    font-weight: 100;
  }

  #carouselExampleIndicators .carousel-inner .carousel-item h1 {
    font-size: 3.5em;
    font-weight: 550;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 7rem;
    bottom: 5rem;
  }

  #carouselExampleIndicators .carousel-indicators {
    bottom: -2%;
  }

  #carouselExampleIndicators .carousel-indicators .indicator {
    background-color: grey !important;
    height: 0.75rem;
    width: 0.75rem;
    margin-left: 1%;
    border-radius: 50%;
  }

  /*About*/
  .about-box {
    height: 50vh;
    margin-right: 0%;
  }

  .about-text {
    width: 100%;
    height: 21rem;
    padding: 0% 1%;
    height: 50vh;
    margin: 0% 0%;
    left: 50%;
  }

  #icon {
    font-size: 30px;
    padding-right: 0.5rem;
  }

  #title {
    font-size: larger;
  }

  .text {
    font-size: small;
    padding-left: 2.5rem;
  }

  /*Services*/
  .services-container {
    padding-top: 2rem;
  }

  /*Management*/
  .management-container {
    padding-top: 1rem;
  }

  .management-container .col .card img {
    max-height: none !important;
    max-width: none !important;
  }

  .management-container .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .management-container .col .card {
    max-height: none !important;
    max-width: none !important;
  }

  /*Contact*/
  #divContact .text {
    padding-left: 8%;
  }

  /* Footer*/

  .footer-container .row {
    display: flex;
    justify-content: space-evenly !important;
    justify-items: center !important;
  }

  .social_network {
    width: 40%;
  }
}

/*Smartphone*/
@media (max-width: 550px) {
  #secondPerson {
    flex-direction: column-reverse;
  }

  #fourthPerson {
    flex-direction: column-reverse;
  }

  #sixthPerson {
    flex-direction: column-reverse;
  }


  #topHead {
    font-size: 8px;
  }

  .toggle-button {
    display: flex;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    background-color: #ccc;
  }

  .nav {
    display: none;
  }

  .navbar ul {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0%;
    margin: 0% 0%;
    align-items: center;
    display: none;
  }

  .navbar ul li a {
    padding: 0.5% 0%;
    margin: 0% 0%;
  }

  .nav.active {
    display: flex;
  }

  .logo1 {
    font-size: large;
  }

  /* Carousel */
  #carouselExampleIndicators {
    height: 70vh;
  }

  #carouselExampleIndicators .carousel-inner .carousel-item img {
    width: auto;
    height: 60vh;
  }

  #carouselExampleIndicators .carousel-inner .carousel-item h1 {
    font-size: 1.5em;
    font-weight: 550;
  }

  #carouselExampleIndicators .carousel-inner .carousel-item p {
    font-size: 0.8em;
    font-weight: 100;
  }

  #carouselExampleIndicators .carousel-indicators {
    bottom: 1%;
  }

  #carouselExampleIndicators .carousel-indicators .indicator {
    background-color: grey !important;
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 1%;
    border-radius: 50%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 3rem;
    bottom: 5rem;
  }

  /*About */
  .icon-text {
    width: 100%;
    height: max-content;
  }

  .about-box {
    background-image: none;
    display: none;
  }

  .about-text {
    width: 100%;
    position: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
  }

  /*Services*/
  .services-container {
    padding-top: 2rem;
  }

  /* Management Team */
  .management-container {
    padding-top: 1rem;
  }

  .management-container .col .card img {
    max-height: none !important;
    max-width: none !important;
  }

  .management-container .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .management-container .col .card {
    max-height: none !important;
    max-width: none !important;
  }

  /*contact*/
  #divContact .text {
    padding-left: 11%;
  }

  #divContact .fa-location-dot {
    font-size: 30px;
  }

  /*footer*/
  .footer-container .row {
    display: flex;
    justify-content: center !important;
    justify-items: center !important;
  }

  /*   .btn-light:hover {
  background-color: #ffffff;
  color: white;
  border: 1px solid #ff8040;
  font-size: small;
} */
  /* .btn-btn-light:hover 
   {
      z-index: 3;
      border-color: #fd7e14;
      color:#ffc14d;
   }  */

  .hovered:hover {
    color: red !important;
  }





}