/*
Theme Name: Starter Theme
Theme URI: https://happyonline.gr/
Author: happyonline
Author URI: https://happyonline.gr/
Description: Starter Theme for Developers.memberships-images, .certifications-images
Version: 1.0.0
Tested up to: 6.2.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: st

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.iframe {
	pointer-events:none !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.download-ga-plan svg {
  fill: var(--dark_blue);
  font-size: 16px;
	transform:translateY(2px);
}
.download-ga-plan:hover {
  background-color: var(--dark_blue);
  color: white !important;
}
.download-ga-plan:hover svg {
  fill: white;
}
:root {
  --dark_blue: #021f59;
  --ligher_blue: #062c46;
  --greenish_blue: #8eb1c8;
  --padding-inline: 2rem;
  --arrow-bg: rgba(255, 255, 255, 0.3);
  --arrow-icon: url(/wp-content/uploads/2023/10/angle-down-regular.svg);
  --option-bg: white;
  --select-bg: rgba(255, 255, 255, 0.2);
}

#pills-tab .nav-item .active {
  border-bottom: 6px solid white !important;
}

.error404 footer {
  margin-top: 0;
}
.contact-anchor {
  pointer-events: none;
}
/* Firefox */
* {
  font-family: "new-hero";
  scrollbar-width: thin;
  scrollbar-color: #c6c6c6 #dfe9eb;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 3px;
  width: 3px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dfe9eb;
}

*::-webkit-scrollbar-track:hover {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-track:active {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #c6c6c6;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #c6c6c6;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #c6c6c6;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
.main_container {
  max-width: 1510px;
  width: 100%;
  margin: auto;
}
.page-template-company .page-title-bar {
  margin-bottom: 0;
}

header {
  width: 100%;
  max-height: 138.4px;
  background-color: white;
  position: fixed;
  top: 0;
  padding-inline: var(--padding-inline);
  z-index: 10;
  height: 100%;
  transition: 0.3s ease all;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(120, 120, 120, 0.3);
  -moz-box-shadow: 0px 1px 10px 0px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 1px 10px 0px rgba(120, 120, 120, 0.3);
}
.shrinking_mobile_menu {
  top: 88.5px !important
  ;
}
.shrinking_header {
  max-height: 90px;
  padding: 0 2rem;
  display: flex;
}

header img {
  transition: all 0.3s ease-in-out;
}
.shrinking_header img {
  transform: scale(0.7);
  transform-origin: left;
}

.shrinking_header .header_container {
  padding: 0;
}
.header_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  max-width: 1796px;
  margin: auto;
  height: 100%;
}
.menu-header-menu-container {
  height: 100%;
}
.header_container nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.header_container nav ul {
  height: 100%;
  align-items: center;
}
.header_container nav ul li {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease all;
}
.header_container nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  color:var(--dark_blue) !important;
}
.header_container ul li:hover {
  border-bottom: 2px solid red;
}

header ul {
  display: flex;
  gap: 3.5rem;
  font-size: 1.35rem;
  font-weight: 500;
}
.top_1948 {
  font-size: 1.2rem;
  letter-spacing: 3.2px;
  font-weight: bold;
}
.index_1 {
  position: relative;
  color: white;
  height: calc(100vh - 139.5px);
}

.index_1 h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0;
}

.index_1 p {
  margin-bottom: 2rem;
  max-width: 500px;
  font-size: 1.45rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
.index_1 a {
  font-size: 1.45rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0px;
  font-weight: 300;
  transition: 0.3s ease all;
}
.index_1 a svg {
  fill: var(--dark_blue);
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
}
.index_1 a:hover svg {
  transform: translateX(10px);
  fill: #d83131;
}

.index_1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;

  min-height: 550px;
  display: block;
}
.giant-container {
  margin-top: 138px;
}

.index_1 .index_1_box {
  position: absolute;
  display: flex;
  padding-inline: var(--padding-inline);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.index_1_box_container {
  z-index: 2;
  padding: 2rem 3.4rem;
  max-width: 588px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
	color:var(--dark_blue);
}
.index_1 .line_1 {
  position: absolute;
  width: 4px;
  height: 31px;
  background-color: #ce2727;
  left: 0;
  top: 0;
}
.index_1 .line_2 {
  position: absolute;
  height: 4px;
  width: 31px;
  background-color: #ce2727;
  top: 0;
  left: 0;
}
.index_1 .line_3 {
  position: absolute;
  height: 72px;
  width: 4px;
  background-color: #ce2727;
  bottom: 0;
  right: 0;
}
.index_1 .line_4 {
  position: absolute;
  height: 4px;
  width: 40px;
  background-color: #ce2727;
  bottom: 0;
  right: 0;
}

.index_2 {
  padding: 4.9rem var(--padding-inline);
  background-color: var(--greenish_blue);
  color: var(--ligher_blue);
}
.index_2 img {
  opacity: 0.75;
}
.index_2 h2 {
  font-size: 3rem;
  color: #062c46;
  margin-bottom: 4.6rem;
}
.index_2_number {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
}
.index_2_agura_img {
  margin-bottom: 10px;
}
.miles_travelled_img {
  height: 60px;
}
.index_2_title {
  font-size: 1.375rem;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 400;
}
.index_2_per_year {
  font-size: 1.125rem;
  opacity: 0.75;
  line-height: 20px;
  font-weight: 600;
}
.item_4 {
  display: flex;
  flex-direction: column;
}
.fk_ports {
  display: flex;
}

.item_5,
.item_6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row_2_upper {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.index_2_grid {
  display: grid;
  grid-template-columns: 30% 35% 35%;
  row-gap: 5rem;
}

.ports_per_year_div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 10px;
}
.ports_called_div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.5rem;
}
.cargo_transported_div {
  display: flex;
  align-items: end;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.miles_travelled_div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.index_3 {
  padding-inline: var(--padding-inline);
}

.index_3_container {
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.index_3 h3 {
  font-size: 2.5rem;
  color: var(--dark_blue);
  font-weight: bold;
}
.index_3 h3 span {
  font-size: 2rem;
  font-weight: 500;
}

.index_3 :is(.our_mission h3, .our_values h3) {
  border-left: 4px solid #ce2727;
  padding: 0.5rem;
  margin-bottom: 2.8rem;
  font-size: 3rem;
}

.index_3 .our_mission {
  margin-bottom: 6.3rem;
}
.index_3 .our_mission p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 26px;
  color: var(--dark_blue);
}
.our_mission :last-child {
  margin-top: 2rem;
}
.our_values ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--dark_blue);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0px;
  list-style-type:disc;
  padding-left:1rem;
}

.our_values ul li{
	line-height:30px;
}

.index_3_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_3_left {
/*   max-height: 823px; */
  overflow-y: auto;
  padding-right: 10rem;
  margin-right: 1rem;
	-ms-overflow-style:none; 
	scrollbar-width:none;
}
.index_3_left::-webkit-scrollbar{
	display:none;
}

.index_4_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.timoni {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 460px;
  height: auto;
	pointer-events:none;
}
.index_4_grid .index_4_right {
  width: 100%;
  height: auto;
}
.index_4_left {
  background-color: #8eb1c8;
  color: var(--dark_blue);
  display: flex;
  position: relative;
  padding-block: 4rem;
}

.index_4_left_container {
  max-width: 442px;
  width: 100%;
  margin: auto;
  max-height: 540px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:2rem;
}
.index_4_left_container_p {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 1.125rem;
}
.index_4_left_container_p img {
  max-width: 130px;
  margin-bottom: 1rem;
  display: none;
}
.index_4 h5 {
  font-size: 3.75rem;
  font-weight: 600;
}
footer {
  margin-top: 13rem;
  padding-inline: var(--padding-inline);
  background-color: #f6f6f8;
}
.page-template-home footer {
  margin-top: 0;
}

.footer_container {
  max-width: 1796px;
  margin: auto;
  padding: 2.5rem 0;
}
.footer_footer {
  display: flex;
	flex-direction:row-reverse;
  justify-content: space-between;
  gap: 1rem;
}
.happy_link{
	display:none;
}
.index_4_right img {
  width: 100%;
  max-height: 963px;
  height: 100%;
  object-fit: cover;
}
.footer_grid {
  display:flex;
	justify-content:center; 
	align-items:center;
	margin-bottom:2rem;

  display: none !important;
}
.footer_contact{
	display:none;
}
.footer_grid img {
  margin: auto;
}
.footer_contact ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  line-height:1;
}
footer a {
  text-decoration: none !important;
}
footer ul {
  margin: 0 !important;
  padding: 0 !important;
}
.footer_contact ul li {
  font-weight: 500;
  display: flex;
}

.footer_contact ul li a {
  margin-left: 1rem;
  color: #0b101e;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none !important;
}
.footer_footer a {
  color: #212121;
  font-size: 1rem;
}

/* ----burger---- */
.burger {
  width: 55px;
  height: 55px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all 0.5s ease;
  display: none;
}

.burger-strip {
  transition: all 0.5s ease;
}
.strip div {
  height: 3px;
  border-radius: 2px;
  background: var(--ligher_blue);
  margin: 10px;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 40px;
}

.burger-strip-3 div {
  margin: 10px auto;
}
.burger_active .burger-strip-3 div:first-child {
  transform: translateY(13px);
  width: 25px;
}
.burger_active .burger-strip-3 div:nth-child(2) {
  opacity: 0;
}
.burger_active .burger-strip-3 div:last-child {
  transform: translateY(-13px);
  width: 25px;
}
.toggle_overflow {
  overflow: hidden;
}
.mobile_menu {
  position: fixed;
  padding-top: 5rem;
  right: 0;
  top: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
  background-color: rgba(2,31,89,0.8);
  color: white;
  -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  height: 100dvh;
  transform: translateX(100%);
  transition: 0.3s ease-in all;
}
.mobile_menu ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 130%;
  transition: 0.3s ease all;
  overflow: hidden;
  text-align: center;
	padding:0;
	margin:0;
}
.mobile_menu ul li:nth-child(1) {
  transition-delay: 0.15s;
}
.mobile_menu ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.mobile_menu ul li:nth-child(3) {
  transition-delay: 0.25s;
}
.mobile_menu ul li:nth-child(4) {
  transition-delay: 0.3s;
}
.mobile_menu ul li:nth-child(5) {
  transition-delay: 0.35s;
}
.mobile_menu ul li:nth-child(6) {
  transition-delay: 0.4s;
}
.mobile_menu ul li:nth-child(7) {
  transition-delay: 0.45s;
}

.mobile_menu ul li {
  transform: translateX(170px);
  transition: 0.3s ease-in all;
}
.mobile_menu_active ul li {
  transform: translateX(0);
}
.mobile_menu_active {
  transform: translateX(0);
}

/* --------contact--------- */

.contact_main_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section_bar_container {
  width: 100%;
}
.section_bar {
  background-color: lightgray;
  color: var(--dark_blue);
  padding-block: 2rem;
}
.contact_main_left {
  background-color: var(--dark_blue);
  padding: 6rem 2rem;
}
.contact_main_left_container {
  max-width: 850px;
  width: 100%;
  margin-inline: auto;
}
.contact_email_phone_address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2.2rem;
}

.contact_main_right {
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
}
.contact_main_right_container {
  max-width: 587px;
  width: 100%;
  margin: auto;
}
.contact_main_right_container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact_main_right :is(input, textarea) {
  padding: 1.25rem 1.125rem;
  border-radius: 2px;
  border: 1px solid #021f5952;
  font-size: 1.25rem;
  color: #383a40;
  resize: none;
  margin-bottom:1rem;
  width:100%;
  font-weight:500;
	font-family: "proxima-nova" !important;
    font-weight: 700;
}
.contact_main_right .wpcf7-submit {
  max-width: 285px;
	height:58px;
  width: 100%;
  justify-content: center;
  border-radius: 2px;
  padding: 1rem 0.5rem;
  border: none;
  display: flex;
  place-self: end;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background-color: var(--dark_blue);
  cursor: pointer;
  margin-left: auto;
}
.contact_main_right button:hover {
  background-color: #7c98ab;
}
.gmap {
  margin-top: 5.8rem;
}
.gmap iframe {
  width: 100%;
  max-height: 350px;
}
.contact_main_left {
  color: white;
  position: relative;
}
.contact_main_left .address {
  grid-column: span 2;
}
.contact_main_left h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2.2rem;
}
.contact_main .title {
  margin-bottom: 1.4rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.contact_main .contact {
  font-size: 18px;
  font-weight: 400;
}
.contact-anchor {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: screen;
}

.contact_main .content{
	font-size:20px;
}

.contact_main_right h2 {
  font-size: 2.25rem;
  color: var(--dark_blue);
  font-weight: 500;
}
select {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 20rem;
  padding: 1rem 4rem 1rem 1rem;
  background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em,
    linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
  color: white;
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* Remove IE arrow */
  &::-ms-expand {
    display: none;
  }
  /* Remove focus outline */
  &:focus {
    outline: none;
  }
  /* <option> colors */
}
option {
  font-family: 'proxima-nova' !important;
  color: inherit;
  background-color: var(--option-bg);
	text-transform:capitalize;
}
/* ------careers-------*/
.careers_forms_wrapper{
	padding-left:2rem;
	padding-right:2rem;
}
.careers_main {
  padding-inline: var(--padding-inline);
}
.careers_form select {
  width: 100%;
  box-shadow: none;
}
.form-select:focus {
  border: 1px solid #021f5952 !important;
  box-shadow: none !important;
}
.careers_forms {
  	display: flex;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.careers_form {
  max-width: 587px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.careers_form_container :is(input, textarea) {
  padding: 1.25rem 1.125rem;
  border-radius: 2px;
  border: 1px solid #021f5952;
  color: #021f59;
  font-size: 18px;
  width: 100%;
  line-height:1;
  font-weight:500;
}
.careers_form_container select{
	color:#021f59;
	border: 1px solid #021f5952;
	font-size: 18px;
	font-weight:500;
	border-radius:2px !important;
}
.careers_form_container input::placeholder {
  color: #021f59;
  font-size: 18px;
}
.careers_form_buttons {
  display: flex;
  gap: 1rem;
}
.careers_form_buttons .custom-file-upload {
  width: 100%;
}
.careers_form_buttons p {
  width: 100%;
}

.careers_form_buttons button {
  padding-block: 0.5rem;
  border-radius: 2px;
  font-size: 16px;
  padding: 1.125rem 3rem;
  font-weight: 300;
  max-width: 286px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  fill: var(--dark_blue);
}
.upload_cv {
  background-color: white;
  border: 1px solid #021f5952;
  color: var(--dark_blue);
}
.careers_form_buttons .submit_form {
  background-color: var(--dark_blue);
  color: white;
  border: 1px solid var(--dark_blue);
  height: 58px !important;
}
.careers_main h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--dark_blue);
  margin-bottom: 3.6rem;
}
.careers_main h3 {
  font-size: 1.56rem;
  color: var(--dark_blue);
  font-weight: 500;
  margin-bottom: 1rem;
}
.custom-file-upload p .wpcf7-form-control-wrap {
  display: none;
}
/* ------fleet-------- */

.fleet_main_container {
  max-width: 1192px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: red;
}
.fleet_main_left div {
  max-width: 371px;
  width: 100%;
}

.tabs-nav {
  background-color: var(--dark_blue);
  color: white;
  padding: 1.6rem 2rem;
}
.tab-panel-wrapper {
  padding-inline: var(--padding-inline);
  min-height: 600px;
}
.tabs-nav ul {
  background-color: transparent;
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: translateY(-6px);
  gap: 2rem;
}

.tabs-nav .nav-link {
  color: white;
  background-color: transparent !important;
  border-bottom: 6px solid transparent !important;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.nav-link:focus,
.nav-link:hover {
  color: white !important;
  border-bottom: 6px solid white !important;
}
.tabs-nav ul::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  bottom: 0;
  background-color: rgba(142, 177, 200, 0.16);
}
.tab-content {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding-top: 5.3rem;
  padding-bottom: 5.3rem;
}
/* services  */
.services-container-1 .services-grid div:last-child {
  margin-top: -70px;
}

.services-container {
  position: relative;
}
.single-service {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  display: grid;
  row-gap: 20rem;
}
.services {
  margin-top: 10rem;
  margin-bottom: 12.5rem;
  padding-inline: var(--padding-inline);
  display: grid;
  grid-template-columns: 1fr;
  gap: 23rem;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.services-grid img {
  width: 100%;
  aspect-ratio: 588/627;
  max-width: 588px;
}
.services-container :is(h3, p) {
  max-width: 588px;
  width: 70%;
}
.services h2 {
  color: var(--dark_blue);
  font-weight: 600;
  font-size: 2.25rem;
  margin-bottom: 4rem;
}
.services-container h3 {
  font-size: 1.8rem;
  color: var(--dark_blue);
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.services-container p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #141414;
}
.page-title-bar {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 3.6rem 2rem;
  margin-bottom: 3.8rem;
}
.page-title-bar-container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}
.page-title-bar h1 {
  font-size: 3.125rem !important;
  font-weight: bold !important;
  color: var(--dark_blue) !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.page-template-services .giant-container {
  overflow-x: hidden;
}
.services-container :is(.section-num, .wave) {
  position: absolute;
  z-index: -1;
}
.services-container .section-num {
  font-size: 10.5rem;
  color: rgba(6, 44, 70, 0.06);
  font-weight: bold;
}
.services-container .wave img {
  aspect-ratio: 400/129;
  width: 100%;
  height: auto;
}
.services-container-1 .section-num {
  top: -97px;
  left: -77px;
}
.services-container-1 .wave {
  bottom: 40px;
  right: -55px;
}
.services-container-2 .section-num {
  right: -50px;
  top: -90px;
}
.services-container-3 .wave {
  bottom: 40px;
  right: -55px;
}
.services-container-3 .section-num {
  top: -97px;
  left: -77px;
}
.services-container-2 .wave {
  left: -55px;
  bottom: 40px;
}
.nav-pills .nav-link {
  font-size: 1.55rem !important;
  font-weight: 500;
}
.tab-pane {
  font-size: 1.25rem;
  line-height: 30px;
  color: #141414;
  font-weight: 400;
}
.company .page-title-bar {
  margin-bottom: 0;
}
.company footer ul {
  padding: 0;
  margin: 0;
}
.company a {
  text-decoration: none;
}
.iso-images {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.iso-images img {
  width: 100px;
  height: 100px;
}
.fleet-container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}
.vessels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7rem;
}
.vessel {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
.fleet-wave {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-70%);
  z-index: -1;
}
.fleet-img img {
  aspect-ratio: 878/445;
  max-width: 878px;
  width: 100%;
  height: auto;
  height: 100%;
}
.vessel-description {
  max-width: 420px;
  width: 100%;
  margin: auto;
}

.vessel-description h3 {
  margin-bottom: 2rem;
}
.fleet-img {
  padding: 0.5rem;
  background-color: white;
  box-shadow: 0px 3px 10px #0000001a;
  max-width:878px; 
  width:100%;
}
.fleet-container h2 {
  margin-bottom: 4rem;
  color: var(--dark_blue);
  font-size: 2.25rem;
  font-weight: 600;
}
.vessel-description h3 {
  color: var(--dark_blue);
  font-size: 2rem;
  font-weight: bold;
}
.vessel-info ul li {
  font-size: 1.3rem;
  color: #021f59;
  font-weight: 400;
  display: flex;
  gap: 1.2rem;
}
.vessel-info ul {
  display: grid;
  gap: 2rem;
}
.vessel-info ul li span {
  font-size: 1.4rem;
  font-weight: 500;
}
.vessel-info a {
  border: 1px solid var(--dark_blue);
  padding: 1rem 1.6rem;
  color: var(--dark_blue) !important;
  font-size: 16px;
  letter-spacing: 2.7px;
  font-weight: 500;
  display: inline-block;
  margin-top: 2rem;
  text-align: center;
}
.fleet {
  padding-inline: var(--padding-inline);
}
.policies {
  padding-inline: var(--padding-inline);
}
.policies-container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}
.accordion-button::after {
  border: 1px solid var(--dark_blue);
  border-radius: 50%;
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  background: url("/wp-content/uploads/2023/10/arrow-up-long-light-1.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
}
.accordion-button:not(.collapsed) {
  color: #021f59 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  background-color: var(--dark_blue) !important;
  background-image: url("/wp-content/uploads/2023/10/arrow-down-long-regular-white-1.svg") !important;
}
.accordion-button {
  gap: 1rem;
  font-size: 1.875rem !important;
  font-weight: 500;
  color: var(--dark_blue) !important;
  border-bottom: 1px solid var(--dark_blue) !important;
  padding: 1rem 0 !important;
}
.accordion-body {
  padding: 3rem 0 !important;
}
.accordion-item {
  border: none !important;
  box-shadow: none !important;
}
.certifications .accordion-body{
	padding:0 !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0 !important;
}
.accordion-body p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.accordion-body h3 {
  font-size: 26px;
  color: var(--dark_blue);
  font-weight: 400;
  margin-top: 1.75rem;
}
.accordion-body a{
	border-bottom:1px solid #021f59;
	font-weight:bold;
}
.accordion-body a:hover{
	color:gray !important;
	border-bottom:1px solid gray !important;
}
.accordion-item h2 {
  font-size: 30px;
}
/* -careers- */

.error-page {
  width: 100%;
  height: 100vh;
  background: url("/wp-content/uploads/2023/10/anchor.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  color: white;
  background-color: rgba(3, 36, 89, 0.9);
  display: grid;
  place-items: center;
  padding: 4rem;
}
.error-page h1 {
  font-size: 12rem;
  line-height: 1 !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.error-page a {
  font-size: 1.8rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease all;
}
.error-page a:hover {
  padding-inline: 1rem;
}
.error-page-container {
  max-width: 800px;
  width: 100%;
  margin: auto;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.careers_form_buttons {
  margin-top: 1rem;
}

.wpcf7-submit {
  cursor: pointer;
}
.page-template-contact .page-title-bar {
  margin-bottom: 0;
}
.page-template-contact footer {
  margin-top: 0;
}
.wpcf7-form-control-wrap input {
  margin-bottom: 1rem;
  width: 100%;
}
.current-menu-item {
  border-bottom: 2px solid red !important;
}
.careers-accordions {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 120px;
}
.careers-accordions .accordion {
  width: 50%;
  max-width: 680px;
}
.file-custom::before {
  content: "Upload your CV" !important;
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: var(--dark_blue);
  font-size: 18px;
  line-height:1;
}
.file-custom::after {
  font-size: 16px !important;
  color: var(--dark_blue);
  font: var(--fa-font-solid);
  content: "\e09a";
  position: absolute;
  width: 14px;
  height: 16px;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.file-custom {
  max-width: 285.5px;
  height: unset !important;
  padding: 1.78rem 1.125rem !important;
  line-height: 1 !important;
  border: 1px solid #021f5952 !important;
  background-color: white !important;
  border-radius: 2px !important;
  height: 58px !important;
}
.careers-accordions .accordion-header {
  margin-bottom: 0;
}
.careers-accordions .accordion-item {
  margin-bottom: 3.6rem;
}
.careers-accordions .accordion-body {
  font-size: 18px;
	padding-top:2rem !important; 
	padding-bottom:0.2rem !important;
  color:var(--dark_blue);
}
.page-title-bar h1 {
  text-transform: capitalize;
}

.memberships img {
    max-width: 220px;
    width: 100%;
    object-fit: contain;
    max-height: 160px;
    object-fit: scale-down;
}


.memberships-images,
.certifications-images {
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
	max-width:1000px;
}

@media only screen and (min-width:  960px){
/* 	remove-for-more-images */
.memberships-images{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	max-width:840px;
}

.memberships-images img:nth-child(2){
	grid-column: 2/4;
    margin: auto;
    width: 100%;
    max-width: 286px;
}
}


.memberships {
  margin-bottom: 6rem;
}
.certifications {
  padding-top: 3rem;
  border-top: 1px solid rgba(120, 120, 120, 0.3);
}
.memberships h2,
.certifications h2 {
  color: var(--dark_blue);
	margin-bottom:50px;
}

.certifications .accordion-body:first-child{
	padding-top:1rem !important;
}

.membership-accordion-button{
	border:1px solid #021F5952 !important;
	color:#021F59 !important;
	font-weight:400 !important;
	border-radius:2px;
	line-height:1;
	width:384px; 
	height:56px; 
	display:flex; 
	justify-content:center; 
	align-items:center; 
	gap:1rem;
	cursor:pointer;
	transition:0.3s ease all;
	margin-bottom:1rem;
}
.membership-accordion-button svg{
	fill:#021F59;
	transform:translateY(-2px);
	transition:0.3s ease all;
}
.accordion-item .membership-accordion-button:hover{
	background:#062C46;
	color:white !important;
}

.membership-accordion-button:hover svg{
	fill:white;
}
 .memberships img {
	  aspect-ratio:1/1;
  }
.certifications img{
	max-width:148px;
	aspect-ratio:1/1;
	object-fit:contain;
}

@media only screen and (max-width: 1530px) {
	.footer_footer .cp p{
		font-size:0.8rem;
	}
  .index_3_left {
    padding-right: 4rem;
  }
  .timoni {
    max-width: 320px;
  }
  .index_1_box_container {
    max-width: 520px;
    padding: 2rem 2.5rem;
  }
}

@media only screen and (max-width: 1420px) {
  .page-title-bar-container h1 {
    font-size: 2.8rem !important;
  }
  .page-title-bar {
    padding: 3rem 2rem;
  }
  .footer_grid img {
    margin: 0;
  }
  .footer_grid img {
    max-width: 200px;
  }
  .index_2_grid {
    grid-template-columns: 1fr 1fr;
  }
  .display_none {
    display: none;
  }
  .services-container :is(h3, p) {
    width: 100%;
  }
  .services {
    gap: 12rem;
  }
}
.index_4_left_container p {
  font-size: 22px;
}
@media only screen and (max-width: 1280px) {
	footer .insta-linkedin a svg{
		width:1.6rem; 
		height:1.6rem;
	}
	.footer_footer .cp p{
		font-size:0.7rem;
	}
	  .footer_footer img{
    max-width: 200px;
  }

	.vessel-info a{
		padding:1rem 1.2rem;
	}
  .careers-accordions {
    flex-direction: column;
  }
  .careers-accordions .accordion {
    width: 100%;
    max-width: 100%;
  }
  .vessel-description {
    max-width: 320px;
  }
  .giant-container {
    margin-top: 90px;
  }
  html {
    font-size: 95%;
  }
  header ul {
    gap: 2.5rem;
  }
  header {
    max-height: 90px;
    padding: 0 2rem;
    display: flex;
  }
  header img {
    transform: scale(0.7);
    transform-origin: left;
  }
  .index_3 .our_mission p {
    font-size: 18px;
  }
  .our_values ul li {
    font-size: 18px;
  }
  .footer_contact ul li a {
    font-size: 18px;
  }
  .footer_footer a {
    font-size: 18px;
  }
  .index_4_left_container p {
    font-size: 18px;
  }
  .index_1 {
    height: calc(100vh - 90px);
  }
 
}
@media only screen and (max-width: 1210px) {
  .careers_form_buttons button {
    padding: 1.125rem 1.5rem;
    gap: 1rem;
  }
  .tabs-nav ul {
    justify-content: space-evenly;
  }
  .tabs-nav ul::after {
    display: none;
  }
  .services-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .services-grid {
    gap: 3rem;
  }
}

@media only screen and (max-width: 1080px) {
	

	
	.file-custom::after{
		right:1rem;
	}
	.file-custom::before{
		left:1rem;
	}
  .vessel-description {
    max-width: 250px;
  }

  .vessel-info ul {
    gap: 1.5rem;
  }
  .services h2 {
    margin-bottom: 3rem;
  }
  h1 {
    line-height: 45px !important;
  }
}
.mobile_menu ul li {
  margin-top: 1rem;
}
@media only screen and (max-width: 980px) {
	.memberships img, .certifications img {
    max-width: 108px;
    aspect-ratio: 1/1;
}
	.memberships img{
		max-width:180px;
	}
	
	.footer_footer{
		flex-direction:column;
		place-items:center;
	}
	
  .services-container-1 .wave {
    bottom: 477px;
    right: -55px;
  }
  .tab-pane {
    font-size: 18px;
  }
  .contact_main_left {
    padding: 5rem 1rem;
  }
  .contact_main_right {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .services-container .section-num {
    font-size: 8rem;
  }
  .services-container-1 .section-num,
  .services-container-3 .section-num {
    top: -54px;
    left: -54px;
  }
  .services-container-2 .section-num {
    right: -43px;
    top: -54px;
  }
  .services-container-2 .services-grid div:first-child {
    grid-row: 2;
  }
  .services-container p {
    max-width: 100%;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .services-container-1 .services-grid div:last-child {
    grid-row: 3;
    margin-top: 0.5rem;
  }
  .index_2_container {
    text-align: center;
  }
  .row_2_upper {
    justify-content: center;
  }
  .fk_ports {
    justify-content: center;
  }
  .cargo_transported_div {
    justify-content: center;
  }
  .miles_travelled_div {
    justify-content: center;
  }

  .index_4_left {
    padding-inline: 2rem;
  }
  header nav ul {
    display: none;
  }
  .burger {
    display: flex;
  }
  .index_2_grid {
    grid-template-columns: 1fr;
  }
  .index_1_box .box_wrapper {
    display: flex;
    justify-content: center;
  }
}

.company-container .tab-content .tab-pane#pills-history img{
	aspect-ratio:200/300;
	max-width:400px;
	max-height:600px;
	width:100%;
	height:100%;
	float:left;
	margin-right:2rem; 
	margin-bottom:2rem;
}

@media only screen and (max-width: 900px) {
	
		  .footer_footer{
    display: flex !important;
    flex-direction: column;
    align-items:center;
    gap:1.5rem !important;
  }

  .footer_footer .cp{
    margin-left:auto;
    margin-right:auto;
    order:2;
  }

  .footer_footer .happyonline{
    margin-left:auto;
    margin-right:auto;
    order:3;
  }
  .footer_footer img{
    order:1;
    max-width: 200px;
  }
	
	.company-container .tab-content .tab-pane#pills-history img {
    max-width: 300px;
    max-height: 450px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
	.contact_email_phone_address{
		display:flex; 
		flex-direction:column;
	}
  .careers_form {
    max-width: 100%;
  }
  .page-title-bar-container h1 {
    text-align: center;
    font-size: 2.8rem !important;
  }
  .careers_forms {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .careers_form_buttons {
    gap: 1rem;
    display: flex;
  }
  .careers_form_container {
    max-width: 100%;
  }
  .vessel {
    gap: 2rem;
  }
  .vessel-info a {
    margin-top: 1.5rem;
  }
  .vessel-description h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .vessel-info ul {
    gap: 1rem;
  }
  .file-custom {
    max-width: 418px;
  }
}
@media only screen and (max-width: 768px) {
	.company-container .tab-content .tab-pane#pills-history img {
    max-width: 200px;
    max-height: 300px;
}
	.vessel-info ul li:last-child{
		grid-column:1/-1;
	}
  .vessel-description {
    padding: 1rem;
  }
  .vessel-info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 460px;
  }
  .contact_main_left {
    padding: 4rem 2rem;
  }
  .contact_main_container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contact_main_right_container {
    max-width: 100%;
  }
  .contact_main_right {
    margin-top: 4rem;
  }
  .vessel-info a {
    margin-top: 2rem;
  }
  .vessel-description h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .vessel-info ul {
    gap: 1.5rem;
  }
  .vessel {
    display: grid;
    grid-template-columns: 1fr;
  }
  .vessel-description {
    max-width: 100%;
  }

  .index_4_left {
    padding-inline: 1rem;
  }
  .index_4_grid {
    grid-template-columns: 1fr;
  }
  .index_3_container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .our_values ul {
    gap: 3rem;
  }
  .index_3_left {
    margin-right: 0;
  }
  .footer_grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .footer_contact ul {
    gap: 1.2rem;
  }
  .footer_container {
    padding: 2rem 0;
  }
  .tabs-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tabs-nav ul li button {
    text-align: start;
  }
}

@media only screen and (max-width: 600px) {
	.services-container-1 .wave{
		bottom:390px;
	}
  .error-page h1 {
    font-size: 10rem;
  }
  .error-page {
    padding: 2rem;
  }
  .accordion-body h3 {
    font-size: 20px;
  }
  .accordion-body p {
    font-size: 18px;
  }
  .accordion-header .accordion-button {
    font-size: 1.8rem !important;
  }
  .fleet-container h2 {
    text-align: center;
  }
  .footer_footer {
    flex-direction: column;
  }
  .index_2_container {
    padding-left: 1rem;
  }
  .burger .strip div {
    width: 30px;
  }
  .index_1 h1 {
    font-size: 2.6rem;
  }
  .index_2 h2 {
    font-size: 2.6rem;
  }
  .index_2_number {
    font-size: 2.6rem;
  }
  .index_3_left h3 {
    font-size: 2.6rem !important;
  }
  .index_3_left {
    padding-right: 0.5rem;
  }
  .services-container-1 .wave {
    bottom: 660px;
    right: -55px;
  }
  .careers_main h2 {
    text-align: center;
  }
  .careers_main h3 {
    text-align: center;
  }
  .memberships h2,
  .certifications h2 {
    text-align: center;
  }
  .memberships-images,
  .certifications-images {
    justify-content: center;
  }
	.footer_footer a{
		font-size:16px;
		text-align:center;
	}
}
@media only screen and (max-width: 500px) {
	.company-container .tab-content .tab-pane#pills-history img{
		float:none;
	}
	.memberships img, .certifications img {
    max-width: 88px;
    aspect-ratio: 1/1;
}
	.memberships img{
		max-width:120px;
	}
	.membership-accordion-button{
		max-width:380px;
		width:100%;
	}
	.company-container .tab-panel-wrapper{
		padding-left:1rem;
		padding-right:1rem; 
	}
	.certifications-accordion .accordion-button{
		font-size:24px !important;
	}
  .vessel-info ul {
    grid-template-columns: 1fr;
  }
  .vessel-description {
    padding: 0.3rem;
  }
	  .careers_form_buttons {
    flex-direction: column;
    gap: 0.8rem;
  }
}

@media only screen and (max-width: 440px) {

	.footer_contact ul li .footer-email{
		margin-right:0;
	}
	.certifications .accordion-header .accordion-button {
    font-size: 1.4rem !important;
}
	
	.footer_footer a{
		line-height:25px;
	}
	.careers_forms_wrapper{
	padding-left:1rem;
	padding-right:1rem;
}
  .careers-accordions .accordion-body {
    font-size: 16px;
  }
  .contact_main_right .wpcf7-submit {
    max-width: 100%;
  }
  .error-page h1 {
    font-size: 8rem;
  }
  .contact_main_right h2 {
    text-align: center;
  }
  .contact_main_right button {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .accordion-header .accordion-button {
    font-size: 1.6rem !important;
  }
  .accordion-body h3 {
    font-size: 1.4rem;
  }
  .accordion-body p {
    font-size: 1.2rem;
  }

  .footer_contact ul li a {
    margin: 0;
  }
  .services {
    margin-top: 8rem;
  }
  .tabs-nav-container .nav-pills {
    grid-template-columns: 1fr;
    place-items: center;
  }
  .tabs-nav-container .nav-pills li button {
    text-align: center;
  }
  .company-container .tabs-nav {
    padding: 1.6rem 1rem;
  }
  .index_1 h1 {
    font-size: 2.4rem;
    line-height: 35px !important;
  }
  .index_1 p {
    line-height: 25px;
  }
  .footer_contact ul li a {
    text-align: center;
  }
  .footer_contact ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .our_values ul {
    gap: 2rem;
  }
  .footer_footer {
    place-items: center;
    text-align: center;
  }
  :root {
    --padding-inline: 1rem;
  }

  .footer_contact ul li a {
    line-height: 22px;
  }
  .careers_form_buttons button {
    max-width: 100%;
  }

  .row_item img {
    max-width: 55px;
  }
  .item_5 div img:last-child {
    display: none;
  }
  .index_2_grid {
    row-gap: 3rem;
  }
  .fk_ports {
    display: flex;
    margin-top: 0.5rem;
  }
  .ports_per_year_div {
    margin-bottom: 0;
  }
  .miles_travelled_div {
    margin-top: 0;
  }
  .footer_grid img {
    margin-inline: auto;
    max-height: 60px;
  }
  .contact_main_left {
    padding: 2rem 1rem;
  }
footer .insta-linkedin {
	display:flex !important;
	flex-direction:row !important;
	justify-content:center; 
}
}
.contact .page-title-bar {
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .error-page {
    padding: 1rem;
  }
  .contact_main_right button {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index_1_box_container {
    padding: 1.5rem;
  }
  .mobile_menu {
    padding-top: 4rem !important;
    top: 88.8px;
  }
  .shrinking_header {
    padding: 1rem;
  }
  header img {
    max-height: 60px;
  }
  .giant-container {
    margin-top: 88.5px;
  }

  header {
    padding: 1rem;
  }
  .header_container {
    padding: 0;
  }
  .header_container {
    max-height: 60px;
  }
  .item_5 div img:nth-child(4) {
    display: none;
  }

  .burger-strip-3 div {
    margin: 7px auto;
  }
  .burger_active .burger-strip-3 div:first-child {
    transform: translateY(10px);
    width: 25px;
  }

  .burger_active .burger-strip-3 div:last-child {
    transform: translateY(-10px);
    width: 25px;
  }

  .index_1 p {
    line-height: 25px;
  }
  .index_1 h1 {
    line-height: 28px;
  }
}
@media only screen and (max-width: 285px) {
  html {
    font-size: 75%;
  }
  .index_3_left {
    margin-right: 0.5rem;
    padding-right: 2rem;
  }
}

.file-selected {
  padding: 1.25rem !important;
  color: var(--dark_blue);
}
.file-selected::before {
  content: "" !important;
}

.file-selected::after {
  content: "" !important;
}

.footer-email {
	margin-right:7px;
}
.careers-accordions .accordion-body ul{
	list-style-type:disc;
}

.careers_forms :is(input, placeholder, select, textarea){
	font-family:"proxima-nova" !important;
	font-weight:700;
}

/* footer .insta-linkedin{
	display:none !important;
} */

footer .insta-linkedin {
	display:flex; 
	align-items:center; 
	gap:0.5rem;
}
footer .insta-linkedin a{
	margin:0 !important;
	padding:0 !important;
	display:flex; 
	justify-content:center;
	align-items:center;
}

.contact-socials .insta-linkedin{
	display:flex; 
	justify-content:start;
	align-items:center;
	gap:0.5rem;
}

.contact-socials .insta-linkedin a svg{
	width:2rem; 
	height:2rem; 
	fill:white;
}
footer .insta-linkedin a svg{
	width:2rem; 
	height:2rem; 
	fill:var(--dark_blue);
}
.page-template-contact .wpcf7-form-control-wrap :is(input, textarea){
	color:#021f59;
}
.page-template-contact .wpcf7-form-control-wrap input::placeholder{
	color:#021f59;
}
.page-template-contact .wpcf7-form-control-wrap textarea::placeholder{
	color:#021f59;
}

.contact-socials{
	margin-top:2rem;
}
.footer_footer .cp{
	display:flex; 
	align-items:center;
}

.footer_footer .cp p{
	margin-bottom:0;
  color:var(--dark_blue);
}

.careers_form_container h3{
  color:var(--dark_blue);
}



 .footer_footer{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:1rem;
}

 .footer_footer .happyonline{
  margin-top:auto;
  margin-right:auto;
}

 .footer_footer img{
  margin-left:auto;
  margin-right:auto;
}

.footer_footer .cp{
  margin-left:auto;
  margin-top:auto;
}

/* **allblue** */

.company-container .tab-content .tab-pane{
	color: var(--dark_blue);
}

.services-container p{
	color:var(--dark_blue);
}

.policies-container .accordion .accordion-body{
	color:var(--dark_blue);
}
