@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  box-sizing: border-box;
}


:root {
  --bg-cream: #f7f4e8;
  --gold: #cdb994;
  --text-blue: #02224f;
  --text-black: #000;
  --white: #ffffff;
}

body {
  text-decoration: none;
  background-color: #f7f4e8;
  font-family: 'Poppins';
  font-size: 14px;
  color: var(--text-black);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  height: auto;
  font-size: 1em;
  color: var(--text-black);
  line-height: 1.5;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  box-sizing: border-box;
}

li {
  font-size: 14px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}




@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
    url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}





@font-face {
  font-family: 'ARTENOIR';
  src: url('../fonts/ARTENOIR-Regular.woff2') format('woff2'),
    url('../fonts/ARTENOIR-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/************************************************** MENU **************************************************/

.sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

/* .sexy-menu.detached .logo {
  margin-top: 5px;
  width: 70%;
} */

.nav-header {
  /* background-color: #fff;
  border-radius: 50%;
  width: 125px;
  height: 119px;
  align-content: center;*/
  text-align: left;
}

/* .logo {
} */

.nav-header p {
  color: #fff;
  font-size: 1.125em;
}

/* .sexy-menu.detached .logo {
} */


.nav-menu>li>a {
  margin: 0 20px;
  display: inline-block;
  position: relative;
  color: var(--text-black);
  font-size: 1em;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  padding-bottom: 5px;
  transition: transform .35s ease, color .35s ease;
}

.nav-menu>li>a:hover {
  color: var(--gold);
  transform: translateY(-4px);
}

.nav-menu>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s cubic-bezier(.77, 0, .18, 1);
}

.nav-menu>li>a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu {
  margin-top: 14px;
}

.nav-menu>li {
  position: relative;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.sexy-menu.detached .nav-menu>li>a {
  margin: 15px 15px;
  color: var(--text-color);
}

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #dd2519 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #dd2519 !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.logo1 {
  display: none;
}

.sexy-menu.detached .navigation {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0 !important;
  align-items: center;
}

.navigation {
  padding: 15px 5.5% 15px 5.5%;
}

.nav-brand img {
  width: 100%;
  /* filter: brightness(0) invert(1); */
  transition:
    width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sexy-menu.detached .nav-brand img {
  filter: none;
}

/* .top-container {
  background-color: #fff;
} */

.desk-view {
  display: block !important;
}

.mob-view {
  display: none !important;
}

.hide-menu {
  display: none;
}



/************************************************** TOP MENU **************************************************/

.nav-menus-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 1%;
}

.banner-contact {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--gold);
  color: var(--text-black);
  letter-spacing: 0;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 5px 20px;
  border-radius: 25px;
  transition: all .35s ease;
  overflow: hidden;
  position: relative;
}

.banner-contact i {
  color: var(--gold);
}

.banner-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-105%);
  transition: transform .35s ease;
  z-index: 0;
}

.banner-contact span,
.banner-contact i {
  position: relative;
  z-index: 1;
  transition: color .35s ease;
}

.banner-contact:hover::before {
  transform: translateX(0);
}

.banner-contact:hover {
  border-color: var(--gold);
}

.banner-contact:hover span {
  color: var(--white);
}

.banner-contact:hover i {
  color: var(--white);
}

.sexy-menu.detached .banner-contact {
  background-color: var(--gold);
  color: var(--white);
}

.sexy-menu.detached .banner-contact i {
  color: var(--white);
}



/************************************************** BREDCUM **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
}

.bredcum-container {
  width: auto;
  height: auto;
}

.bredcum-inner-wraper {
  display: flex;
  justify-content: center;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--text-color);
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  color: var(--clr-red);
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: var(--text-color);
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--text-color);
}



/************************************************** FOOTER **************************************************/

.footer-wraper {
  width: 100%;
  height: auto;
  padding: 70px 0 20px 0;
  background-color: var(--white);
}

.home .footer-wraper {
  padding: 230px 0 20px 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-content-wraper {
  width: 100%;
  height: auto;
  display: flex;
  gap: 100px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
}

.footer-logo-wraper {
  width: 10%;
}

.footer-wraper-contact {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.icon-f {
  display: flex;
  gap: 25px;
  align-items: center;


  p {
    letter-spacing: 0.35px;
    color: #141414;
  }

  a {
    letter-spacing: 0.35px;
    color: #141414;
  }
}

.icon-f span {
  /* padding-top: 3px; */
  width: 38px;
  height: 38px;
  background-color: #cfc7a3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-f img {
  filter: brightness(0) invert(1);
}

.footer-social-links ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

.footer-social-links ul li a {
  color: var(--clr-purple);
  font-size: 1.1em;
}

.footer-wraper-links {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}

.footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-menu-title {
  border-right: 1px solid #d4d4d4;
  padding-right: 15px;
}

.footer-menu ul {
  display: flex;
  gap: 40px;
  list-style: none;
}

.footer-menu ul li {
  font-size: 1em;
}

.footer-menu ul li a {
  color: #141414;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  text-align: right;
  font-size: 0.809em;
}

.copy-right {
  display: flex;
}

.designed a {
  color: var(--text-black);
}

.tc {
  text-align: center;
}

.nav-num {
  display: none !important;
}

.footer-num {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

/************************************************** CONTACT FORM **************************************************/

.enquiry-cont {
  align-items: flex-start;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquiry-top {
  width: 100%;
  height: auto;
  padding: 30px 0px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquire-pic {
  width: 53%;
  border-radius: 10px;
  overflow: hidden;
}

.enquiry-home {
  width: 44%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 1.618em;
  color: var(--bg-color);
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 1.14;
}

.title-enquiry-sub {
  font-size: 0.938em;
  color: var(--bg-color);
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.5;
  margin-top: 10px;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1.5em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input,
.enquiry-form-outer .user-box select {
  width: 100%;
  padding: 0px 1em;
  font-size: .9em;
  color: var(--text-black);
  border: none;
  border: 1px solid var(--text-blue);
  outline: none;
  background: transparent;
  border-radius: 10px;
  line-height: 55px;
  height: 55px;
}

.enqry-box input {
  line-height: 50px !important;
  height: 50px !important;
}

.enquiry-form-outer .user-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  padding-right: 45px;
  cursor: pointer;
}

.enquiry-form-outer .user-box select option {
  font-size: 1em;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 20px 0;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #fff;
  font-size: 10px;
  background-color: var(--text-blue);
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box select:focus~label,
.enquiry-form-outer .user-box select:valid~label {
  top: -7px;
  left: 0px;
  color: #fff;
  font-size: 10px;
  background-color: var(--text-blue);
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: var(--subtext-color);
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.enquiry-form-outer .enqry-box label {
  line-height: 50px;
}


.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #fff;
  font-size: 10px;
  background-color: var(--text-blue);
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 185px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #474747;
  font-size: 1em;
  color: var(--subtext-color);
  font-family: inherit;
  font-weight: normal;
  border-radius: 10px;
  background: transparent;
}

.enqry-box textarea {
  height: 100px !important;
}


.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #c3c3c3;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  color: var(--white);
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--text-blue);
  border-radius: 10px;
  padding: 5px 20px;
}

.contact-btn:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 63px;
  height: 63px;
  cursor: pointer;
  background: var(--text-blue);
  border-radius: 50%;
  font-size: 1.8em;
}

#plus .desk-view {
  /* transform: rotate(90deg); */
  white-space: nowrap;
}

#popUp {
  position: fixed;
  right: 1.5%;
  bottom: 24%;
  width: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 2% 1.2% 1%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom right;
  transform: translateY(30px) scale(0.8) rotate(6deg);
  filter: blur(6px);
  transition:
    transform .6s cubic-bezier(.34, 1.56, .64, 1),
    opacity .4s ease,
    filter .4s ease,
    visibility .4s;
  z-index: 10;
}

#popUp.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1) rotate(0deg);
  filter: blur(0);
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: var(--text-blue);
  font-size: .9em;
  transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

#popUp .close:hover i {
  transform: rotate(180deg) scale(1.1);
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  bottom: 160px;
  right: 25px;
  z-index: 9;
}

/* WhatsApp button */
.whats-app {
  background: #f7f4e8;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Icon color */
.whats-app i {
  color: #123053;
  font-size: 1.2em;
}

/* Premium Pulse Ring */
.whats-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(231, 200, 129, 0.4);
  /* Matching WhatsApp green */
  animation: pulseRing 2.5s infinite;
  z-index: -1;
}

/* Soft glossy shine */
.whats-app::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
      rgba(255, 255, 255, 0.4),
      transparent 60%);
  pointer-events: none;
}

/* Hover effect */
.whats-app:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  background: #e7c881;
  /* Slightly darker green for hover */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Floating animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Pulse ring animation */
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}



#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-size: 1.7em;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--clr-red);
  line-height: 1;
  display: block;
}


/************************************************ WRAPER ***********************************************/

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
}

.wraper {
  width: 100%;
  height: auto;
  padding: 70px 0;
  position: relative;
}

.banner-container {
  width: 100%;
  padding-left: 5.5%;
  padding-right: 5.5%;
}

.d-container {
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
}

.tc {
  text-align: center;
}

.innerpage .top-container {
  background-color: #fff;
}

/************************************************ BANNER ***********************************************/

.banner-wraper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
  overflow: hidden;
}

.innerpage .banner-wraper {
  margin-top: 151px;
}

.banner-caption-wraper {
  position: absolute;
  left: 5.5%;
  bottom: 20%;
}

.banner-cap-top {
  font-size: 6.766em;
  font-family: 'ARTENOIR';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--white);
  line-height: .7;
}

.banner-cap-btm {
  display: flex;
  gap: 12px;
}

.banner-cap-btm-left {
  font-size: 3.329em;
  font-family: 'Poppins';
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  color: var(--white);
  line-height: 1.3;
}

.banner-cap-btm-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: .8;
}

.banner-cap-btm-right span {
  color: var(--white);
  font-size: 1.098em;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  padding-top: 5px;
}

.banner-cap-btm-right h4 {
  color: var(--white);
  font-size: 2.641em;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: .6;
}

.banner-caption-wraper p {
  color: var(--white);
  font-size: 0.904em;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.3;
}



/************* About Sec *************/

.abtsec-wraper {
  padding: 50px 0 70px;
  position: relative;
}

.about-container {
  padding: 0 2.5%;
}

.welcome-grid {
  display: flex;
  justify-content: flex-end;
  gap: 180px;
  align-items: center;
}

.welcome-content {
  width: 21%;
  height: auto;
  text-align: center;
}

.home-wel-txt {
  font-size: 1.098em;
  color: var(--text-blue);
  font-weight: 500;
}

.sec-title {
  font-size: 2.641em;
  color: var(--text-blue);
  font-weight: 500;
  line-height: 1.1;
}

.welcome-content .tagline {
  color: #b09b64;
  font-weight: 500;
  font-size: 1.397em;
  margin: 30px 0;
  line-height: 1.06;
}

.welcome-content p {
  font-size: 1em;
  line-height: 1.8;
  color: var(--text-black);
  margin-bottom: 26px;
}

.abt-btn {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.abt-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #d9d1af;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.abt-btn span {
  position: relative;
  font-size: 0.99em;
  letter-spacing: 1.8px;
  color: var(--text-black);
}

.abt-btn svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--text-black);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.abt-btn:hover:before {
  width: 100%;
  background: #d9d1af;
}

.abt-btn:hover svg {
  transform: translateX(0);
}

.abt-btn:active {
  transform: scale(0.95);
}

.welcome-img {
  width: 52%;
  border-radius: 13px;
  overflow: hidden;
}



/************* Service Sec *************/

.services-header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 44px;
}

.services-header-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.service-slider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.service-card {
  overflow: hidden;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.service-card .service-slider-img {
  overflow: hidden;
  border-radius: 19px;
}

.service-card .service-slider-img img {
  border-radius: 19px;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.service-card:hover .service-slider-img img {
  transform: scale(1.08);
  border-radius: 19px;
}

.service-slider-content {
  text-align: center;
  background-color: #f7f4e8;
  position: relative;
  border-radius: 41px;
  padding: 15px 10px;
  width: 51%;
  margin: -20px auto 0 auto;
}

#service .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 20px;
}

#service .owl-nav [class*="owl-"] {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d9d1af;
  background: transparent;
  color: var(--text-black);
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 1em;
}

#service .owl-nav [class*="owl-"]:hover {
  background: #d9d1af;
  color: var(--white);
  transform: scale(1.08);
}

#service .owl-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  height: 1px;
  background: #d8d6cc;
  transform: translateY(-50%);
}

#service .owl-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  height: 1px;
  background: #d8d6cc;
  transform: translateY(-50%);
}

#service .owl-nav .owl-prev,
#service .owl-nav .owl-next {
  position: relative;
  z-index: 1;
  background: #f5f4e9;
}


.bg-ship {
  position: absolute;
  top: -37%;
  left: -1%;
  z-index: -1;
}

.bg-ship-repair {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}


#service-ship_repair,
#service-repair_pumps,
#service-navigating_equipment,
#service-marine_machines,
#service-welding,
#service-leisure_boats,
#service-marine_services,
#service-equipment_supply,
#service-carpentry_jobs {
  scroll-margin-top: 150px;
}


/*************** WHY CHOOSE US ***************/

.whychooseus {
  padding-bottom: 60px;
}

.why-banner {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.why-content {
  position: absolute;
  left: 32%;
  bottom: 0;
  z-index: 2;
  color: var(--white);
  padding: 25px 40px;
}

.why-content h3 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.06;
  margin-bottom: 22px;
  color: #f7f4e8;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 60px;
  flex-direction: column;
}

.pill-grid-mob {
  display: none;
}

.pill {
  background: #f7f4e8;
  color: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 1em;
  transition: all .3s ease;
  cursor: default;
  width: fit-content;
  letter-spacing: 0.7px;
}

.pill:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
  transform: translateY(-3px);
}

.why-content p {
  font-size: 0.929em;
  line-height: 1.4;
  color: #f7f4e8;
  border-left: 1px solid #fff;
  padding-left: 20px;
}


/*************** Industry sec ***************/


.industries-sec {
  padding-bottom: 70px;
  text-align: center;
  position: relative;
}

.industries-title {
  color: #665f42;
  font-size: 2.036em;
  margin-bottom: 44px;
  font-weight: 500;
}

.ind-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 60px;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 60px;
}

.ind-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-right: 1px solid #c2bea7;
  transition: transform .35s ease;
}

.ind-item:nth-child(5) {
  border: none;
}

.ind-item:last-child {
  border: none;
}

.ind-item:hover {
  transform: translateY(-8px);
}

.ind-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  transition: all .35s ease;
}

.ind-item:hover .ind-icon {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.ind-item span {
  font-size: 1em;
  color: #665f42;
}

.industries-bg {
  width: 100%;
  height: 700px;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
}



/***************************/


.split-sec {
  padding-top: 70px;
  position: relative;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.split-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.split-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: var(--white);
  padding: 60px 0 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.split-card-right .split-content {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  padding: 60px 40px 25px 40px;
}

.split-content h4 {
  font-size: 2.261em;
  font-weight: 500;
  background: #AF7F58;
  background: linear-gradient(90deg, rgba(175, 127, 88, 1) 0%, rgba(24, 24, 25, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  line-height: 0.9;
}

.split-card-right .split-content h4 {
  background: #AF7F58;
  background: linear-gradient(90deg, rgba(175, 127, 88, 1) 0%, rgba(247, 244, 232, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.04;
  margin-bottom: 12px;
}

.split-content p {
  font-size: 0.929em;
  color: #f7f4e8;
  line-height: 1.4;
}

.split-sec-btm-bg {
  position: absolute;
  bottom: -48%;
  left: 0;
  z-index: -1;
}

.split-sec-btm-bg img {
  width: 89%;
}



/*********************  CTA  ***********************/
.cta-sec {
  padding: 180px 0 100px 0;
  position: relative;
  margin-bottom: -14%;
}

.cta-box {
  background: var(--text-blue);
  border-radius: 43px;
  padding: 25px 30px;
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  align-items: center;
  gap: 50px;
  position: relative;
  /* overflow: hidden; */
}

.cta-left {
  text-align: right;
}

.cta-left h3 {
  color: #e0ba6e;
  font-size: 2.641em;
  line-height: 0.9;
  font-weight: 500;
}

.cta-left p {
  color: #f7f4e8;
  font-size: 0.929em;
  margin-top: 12px;
  line-height: 1.4;
}

.cta-figure {
  display: flex;
  justify-content: center;
  background-color: var(--bg-cream);
  border-radius: 28px;
}

.cta-figure .ph {
  width: 230px;
  height: 310px;
  border-radius: 6px;
}

.cta-character {
  position: absolute;
  top: -39%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
}

.cta-right {
  color: var(--white);
  position: relative;
}

.cta-right h4 {
  font-size: 1.892em;
  font-weight: 500;
  color: #e0ba6e;
  margin-bottom: 15px;
  line-height: 0.9;
}

.cta-right p {
  margin-bottom: 22px;
  color: #f7f4e8;
  font-size: 0.929em;
  line-height: 1.4;
  padding-left: 14.5%;
}

.cta-right .abt-btn span {
  color: #f7f4e8;
}

.cta-right .abt-btn svg {
  stroke: #f7f4e8;
}

.cta-btn {
  display: inline-block;
  background: #f5efd6;
  color: #352a2a;
  padding: 8px 38px;
  border-radius: 30px;
  font-size: 0.99em;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color .4s ease;
  z-index: 1;
  letter-spacing: 1.8px;
  margin-left: 14.5%;
}

.cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
  z-index: -1;
}

.cta-btn:hover::before {
  transform: scaleX(1);
}

.cta-shape {
  position: absolute;
  top: 29%;
  left: -14%;
}



/********************************************** About Page **********************************************/

.banner-innerpage-cap-wraper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-innerpage-cap {
  font-size: 5.306em;
  font-family: 'ARTENOIR';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: -1.1px;
  color: var(--white);
  text-transform: uppercase;
}

.abt-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  align-items: center;
}

.abt-img {
  border-radius: 10px;
  overflow: hidden;
}

.abt-content p {
  margin-top: 15px;
  line-height: 1.8;
}

.mission-vision-sec {
  padding: 20px 0;
}

.mission-vision-wraper {
  display: flex;
  justify-content: space-between;
}

.mission-vision-content {
  width: 42%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mission-content,
.vision-content {
  padding: 22px 35px;
  border-radius: 10px;
}

.mission-header {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #2e4565;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.vision-header {
  border-bottom: 1px solid #cabc8f;
}

.mission-icon {
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
}

.vision-icon {
  background-color: #907b38;
}

.mission-content {
  background-image: url(../images/mission-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vision-content {
  background-image: url(../images/vision-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mission-title {
  font-size: 1.968em;
  font-weight: 500;
  color: #fff;
}

.vision-title {
  color: #696147;
}

.mission-content p {
  color: #fff;
  font-size: 0.929em;
}

.vision-content p {
  font-size: 0.929em;
}


.mission-vision-img {
  width: 55%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.whychoose-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whychoose-left {
  width: 55%;
  height: auto;
}

.whychoose-left h3 {
  font-size: 2.2em;
  font-weight: 500;
  color: var(--text-blue);
  line-height: 1.1;
}

.divider {
  width: 1px;
  height: 85px;
  background-color: #c9bd99;
}

.whychoose-right {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 40%;
}

.whychoose-right span {
  background-color: #907b38;
  border-radius: 18px;
  padding: 5px 15px;
  color: #fff;
}





/*************************** Contcat Page *************************/

.contact-wraper {
  padding: 60px 0;
}

.contact-details-inner {
  display: flex;
  justify-content: space-between;
}

.contact-box {
  width: 33.2%;
  height: auto;
  padding: 30px;
  background-color: #02234f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.contact-num {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-box-icon {
  margin-bottom: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #d0aa34;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box a {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 1em;
}

.contact-box a:hover {
  color: #d3d0d0;
}

.contact-box p {
  line-height: 1.5;
  font-size: 1em;
  color: var(--white);
}

.num-box {
  border-radius: 37px;
  border-top-right-radius: 0;
}

.mail-box {
  border-radius: 37px;
  border-bottom-left-radius: 0;
}

.map-btn-wraper {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}


.form-wraper {
  display: flex;
  justify-content: center;
  gap: 48px;
  align-items: flex-end;
  position: relative;
  margin-top: -7%;
}

.form-container {
  width: 44%;
  height: auto;
}

.form-title {
  font-size: 2.036em;
  font-weight: 500;
  color: var(--text-blue);
}

.contact_form {
  margin-top: 30px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.field {
  position: relative;
  margin-bottom: 12px;
  flex: 1;
}

.field label {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1em;
  color: var(--text-black);
  background: transparent;
  padding: 0 4px;
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.22s ease,
    background 0.22s ease;
}

.field textarea+label {
  top: 15px;
}

.field input,
.field textarea {
  width: 100%;
  background-color: #e1dac4;
  border-radius: 10px;
  padding: 15px 14px 11px 14px;
  font-size: 1em;
  color: var(--text-black);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.field textarea {
  resize: vertical;
  min-height: 160px;
  padding-top: 22px;
}

.field input:hover,
.field textarea:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.field input:focus,
.field textarea:focus {
  border-color: var(--text-blue);
  box-shadow: 0 0 0 4px rgba(74, 31, 184, 0.12);
  transform: translateY(-1px);
}

/* float label up when focused, or when the field already has a value */
.field input:focus~label,
.field input:not(:placeholder-shown)~label,
.field textarea:focus~label,
.field textarea:not(:placeholder-shown)~label {
  transform: translateY(-25px) scale(0.82);
  color: var(--white);
  background: var(--text-black);
}

.field input:not(:focus):not(:placeholder-shown)~label,
.field textarea:not(:focus):not(:placeholder-shown)~label {
  color: var(--white);
}

/* underline sweep effect */
/* .field-underline {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 2px;
  background: #ff0000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.field input:focus~.field-underline,
.field textarea:focus~.field-underline {
  transform: scaleX(1);
} */

.submit-btn {
  background: var(--text-blue);
  color: #fff;
  font-size: 1.071em;
  border: none;
  border-radius: 10px;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
}

.submit-btn:hover {
  background: #021b3e;
  transform: translateY(-2px);
}

.submit-btn:active {
  transform: translateY(0);
}

.submit-btn.loading {
  pointer-events: none;
  color: transparent;
}

.submit-btn.loading::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  border: 2.5px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

.submit-btn.success {
  background: #1f9d55;
}

.form-photo-wrap {
  width: 51%;
  height: auto;
}


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.field-error input,
.field-error textarea {
  animation: shake 0.4s ease;
  /* border-color: #d33 !important; */
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-6px);
  }

  40% {
    transform: translateX(6px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }
}

@media (max-width: 800px) {
  .coach-section {
    grid-template-columns: 1fr;
  }

  .coach-photo-wrap {
    order: -1;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 480px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}



/********************************************** Gallery page********************************************/


.gallerypage-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gallerypage-tabcontent {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.gallery-tablinks {
  cursor: pointer;
  transition: all 0.3s;
  padding: 10px 40px;
  width: 25%;
  background-color: transparent;
  border: 1px solid var(--gold);
  color: var(--text-black);
  font-size: 1.125em;
  letter-spacing: 3px;
  text-align: center;
}

.gallery-tablinks.tabnav-active {
  background-color: var(--gold);
  color: var(--text-black);
}

.gallerypage-item {
  float: left;
  height: auto;
  position: relative;
  cursor: pointer;
}

.box-group {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.box-group img {
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  object-fit: cover;
}

.box-group:hover img {
  transform: scale3d(1.15, 1.15, 1);
}

.box-group .box-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.box-group:hover .box-content {
  opacity: 1;
}

.box-group .box-content:before,
.box-group .box-content:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}

.box-group .box-content:before {
  border-top: none;
  border-bottom: none;
  left: 30px;
  right: 30px;
}

.box-group .box-content:after {
  border-left: none;
  border-right: none;
  top: 30px;
  bottom: 30px;
}

.box-group:hover .box-content:before,
.box-group:hover .box-content:after {
  opacity: 1;
  transform: scale(1);
}

.box-group .content-inner {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.box-group:hover .content-inner {
  opacity: 1;
  transform: scale(1);
}

.group-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.fancybox-button,
.fancybox-navigation .fancybox-button {
  display: block !important;
  opacity: 1 !important;
}


/*video*/
.rs-video {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rs-video .animate-border a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.animate-border a i {
  color: #532315;
}

.rs-video .animate-border .video-vemo-icon {
  background: rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.rs-video .animate-border .video-vemo-icon:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.rs-video .animate-border .video-vemo-icon:after {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.rs-video .animate-border .video-vemo-icon {
  background: rgba(255, 255, 255, 0.4);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.75em;
}




/********************************************** Service page********************************************/

.services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 70px 0;
}

.service-wraper-inner {
  margin-bottom: 30px;
}

.service-wraper .service-wraper-inner:last-child {
  margin-bottom: 0;
}

.service-content-wraper {
  display: flex;
  justify-content: space-between;
}

.service-img {
  width: 54%;
  height: auto;
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  overflow: hidden;
}

.service-con {
  width: 45%;
  border-radius: 29px;
  overflow: hidden;
  padding: 0 50px;
  background-color: #eae3cb;
  align-content: center;
}

.tag-group {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag {
  background-color: #f7f4e8;
  padding: 8px 20px;
  color: var(--text-black);
  border-radius: 20px;
}

.service-con-title {
  font-size: 1.629em;
  font-weight: 500;
  color: #544e3f;
  margin-bottom: 10px;
}

.service-con-subtitle {
  font-size: 1.058em;
  font-weight: 500;
  color: #544e3f;
}

.bg-alt .service-con {
  background-color: #f7f4e8;
}

.info-block {
  background-color: #eae3cb;
  margin-bottom: 7px;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 15px;
}

.info-block:last-child {
  margin: 0;
}

.info-block h4 {
  font-size: 1.229em;
  font-weight: 500;
  color: #544e3f;
  margin-bottom: 5px;
}

.info-block p {
  line-height: 1.8;
}

.bg-alt {
  background-image: url(../images/service-card-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
}

.bg-alt .service-con-title {
  margin-bottom: 8px;
  line-height: 1;
}

.s_car3 .tag {
  padding: 8px 30px;
}

.service-con-desc {
  line-height: 1.8;
  /* margin-top: 18px; */
}

.service-con ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.service-con ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.list-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #907b38;
}

.service-con-subtitle2 {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  margin-top: 15px;
}

.s_car6 .service-con-desc {
  margin-top: 3px;
}

.s_car7 .service-con ul {
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.s_car7 .service-con ul li {
  display: flex;
  gap: 10px;
}

.s_car7 .service-con ul li span {
  width: 9px;
  height: 34px;
  background-color: #987a5f;
  border-radius: 5px;
}

.s_car9 .info-block {
  background-color: #f7f4e8;
  margin-top: 10px;
}








/************* scroll animation *************/

.reveal {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  /* default subtle movement */
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ACTIVE STATE */
.reveal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* SLIDE UP */
.reveal.slide-up {
  transform: translateY(60px);
}

.reveal.slide-up.active {
  transform: translateY(0);
}

/* SLIDE RIGHT */
.reveal.slide-right {
  transform: translateX(60px);
}

.reveal.slide-right.active {
  transform: translateX(0);
}

/* SLIDE LEFT */
.reveal.slide-left {
  transform: translateX(-60px);
}

.reveal.slide-left.active {
  transform: translateX(0);
}

/* FADE IN */
.reveal.fade-in {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.fade-in.active {
  opacity: 1;
  transform: scale(1);
}



@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 13px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    font-size: 1.8em;
  }

  #plus {
    font-size: 1.25em;
    width: 45px;
    height: 45px;
  }


  #popUp {
    padding: 3.5% 3% 2%;
  }

  .side-form-title {
    margin-bottom: 10px;
  }

  .enquiry-form-outer {
    padding-top: .5em;
  }


  /********************** Home *************************/

  .nav-header {
    width: 14%;
  }

  /* .nav-brand img {
    width: 56%;
    margin-top: 12px;
  } */

  .navigation {
    padding: 12px 5.5% 3px 5.5%;
  }

  .nav-menu>li>a {
    margin: 0 16px;
  }

  .innerpage .banner-wraper {
    margin-top: 118px;
  }

  .home-wel-txt {
    font-size: 1em;
  }

  .sec-title {
    font-size: 2.2em;
  }

  .welcome-content .tagline {
    font-size: 1.2em;
    margin: 12px 0;
  }

  .welcome-content p {
    margin-bottom: 15px;
  }

  .welcome-content {
    width: 46%;
  }

  .welcome-grid {
    gap: 50px;
  }

  .abtsec-wraper {
    padding: 40px 0;
  }

  .bg-ship {
    top: -12%;
    width: 50%;
  }

  .bg-ship img {
    width: 100%;
  }

  .bg-ship-repair {
    top: -17%;
    opacity: .5;
  }

  .service-slider-content {
    padding: 8px 10px;
    width: 65%;
  }

  .pill-grid {
    margin-bottom: 20px;
    flex-direction: row;
  }

  .pill {
    padding: 6px 12px;
    font-size: .9em;
  }

  .why-content h3 {
    font-size: 2em;
    margin-bottom: 11px;
  }

  .split-card-right .split-content {
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.55) 35%,
        rgba(0, 0, 0, 0.15) 70%,
        transparent 100%);
  }

  .split-sec-btm-bg img {
    width: 64%;
  }

  .cta-box {
    grid-template-columns: 1fr 300px 1fr;
  }

  .cta-left h3 {
    font-size: 2.2em;
  }

  .cta-left p br,
  .cta-right p br {
    display: none;
  }

  .cta-shape {
    top: 48%;
    left: -21%;
    width: 90px;
  }

  .cta-sec {
    padding: 180px 0 20px 0;
  }

  .home .footer-wraper {
    padding: 160px 0 20px 0;
  }

  .footer-content-wraper {
    gap: 60px;
    align-items: center;
  }

  .icon-f {
    gap: 12px;
    flex-direction: column;
    text-align: center;
  }

  .footer-num {
    justify-content: center;
  }

  .footer-menu ul {
    gap: 30px;
  }


  /*************** About Page ******************/

  .abt-grid {
    gap: 25px;
  }

  .mission-vision-wraper {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .mission-vision-content {
    width: 100%;
    flex-direction: row;
  }

  .mission-vision-img {
    width: 100%;
  }

  .whychoose-left {
    width: 38%;
  }

  .whychoose-right {
    width: 52%;
  }


  /***************** Service Page ******************/

  .service-img {
    width: 50%;
  }

  .service-con {
    width: 49%;
    padding: 25px;
  }

  .service-con-title {
    font-size: 1.5em;
    margin-bottom: 5px;
  }

  .tag-group {
    gap: 6px;
    margin-top: 15px;
  }

  .tag {
    padding: 6px 15px;
    font-size: .9em;
  }

  .s_car2 .service-content-wraper,
  .s_car6 .service-content-wraper,
  .s_car9 .service-content-wraper {
    align-items: center;
  }

  .footer-wraper {
    padding: 40px 0 20px 0;
  }



  /***************** Contact Page ******************/

  .form-wraper {
    gap: 48px;
    margin-top: 4%;
  }

  .banner-innerpage-cap {
    font-size: 4em;
  }

}

@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  #plus {
    font-size: 1.5em;
    width: 55px;
    height: 55px;
  }

  #popUp {
    padding: 3% 2% 1.5%;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }

  /*********************** Home page ****************************/

  .nav-header {
    width: 12%;
  }

  .navigation {
    padding: 15px 5.5% 5px 5.5%;
  }

  .welcome-grid {
    gap: 60px;
  }

  .innerpage .banner-wraper {
    margin-top: 130px;
  }

  .welcome-content {
    width: 33%;
  }

  .welcome-content .tagline {
    margin: 15px 0;
  }

  .bg-ship {
    top: -17%;
    width: 50%;
  }

  .bg-ship img {
    width: 100%;
  }

  .bg-ship-repair {
    top: -17%;
    opacity: .5;
  }

  .service-slider-content {
    width: 56%;
  }

  .why-content h3 {
    margin-bottom: 15px;
  }

  .pill-grid {
    margin-bottom: 20px;
  }

  .pill {
    font-size: .9em;
  }

  .cta-left p br,
  .cta-right p br {
    display: none;
  }

  .cta-shape {
    top: 47%;
    left: -17%;
    width: 100px;
  }

  .split-sec-btm-bg img {
    width: 78%;
  }

  .home .footer-wraper {
    padding: 130px 0 20px 0;
  }

  .footer-content-wraper {
    gap: 60px;
  }


  /*********************** About Page ************************/

  .mission-vision-wraper {
    align-items: center;
  }

  .whychoose-left {
    width: 44%;
  }

  .whychoose-right {
    width: 47%;
  }

  .footer-wraper {
    padding: 50px 0 20px 0;
  }


  /*********************** Service Page ************************/

  .banner-innerpage-cap {
    font-size: 4.5em;
  }

  .service-con {
    padding: 25px;
  }

  .tag-group {
    gap: 6px;
  }

  .s_car2 .service-content-wraper {
    align-items: center;
  }



  /*********************** Contact Page ************************/

  .form-photo-wrap {
    width: 55%;
  }

  .contact_form {
    margin-top: 15px;
  }

  .field textarea {
    min-height: 130px;
  }

}





@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .whats-app {
    width: 55px;
    height: 55px;
    font-size: 1.7em;
  }

  #plus {
    width: 55px;
    height: 55px;
    font-size: 1.6em;
  }

  #popUp {
    padding: 2.5% 2% 1.5%;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }


  /*********************** Home page ****************************/

  .nav-header {
    width: 12%;
  }

  .navigation {
    padding: 15px 5.5% 5px 5.5%;
  }

  .innerpage .banner-wraper {
    margin-top: 137px;
  }

  .welcome-grid {
    gap: 60px;
  }

  .welcome-content {
    width: 33%;
  }

  .welcome-content .tagline {
    margin: 15px 0;
  }

  .bg-ship {
    top: -20%;
    width: 50%;
  }

  .bg-ship img {
    width: 100%;
  }

  .bg-ship-repair {
    top: -17%;
    opacity: .5;
  }

  .service-slider-content {
    width: 56%;
  }

  .why-content h3 {
    margin-bottom: 15px;
  }

  .pill-grid {
    margin-bottom: 20px;
  }

  .pill {
    font-size: .9em;
  }

  .cta-left p br,
  .cta-right p br {
    display: none;
  }

  .cta-shape {
    top: 45%;
    left: -17%;
  }

  .split-sec-btm-bg img {
    width: 78%;
  }

  .home .footer-wraper {
    padding: 130px 0 20px 0;
  }

  .footer-content-wraper {
    gap: 60px;
  }

  .footer-wraper-contact {
    width: 100%;
  }

  .footer-wraper {
    padding: 50px 0 20px 0;
  }


  /*********************** About Page ************************/

  .banner-innerpage-cap {
    font-size: 4.5em;
  }

  .mission-vision-wraper {
    align-items: center;
  }

  .whychoose-left {
    width: 44%;
  }

  .whychoose-right {
    width: 47%;
  }


  /*********************** Service Page ************************/



  .service-con {
    padding: 25px;
  }

  .tag-group {
    gap: 6px;
  }

  .s_car2 .service-content-wraper {
    align-items: center;
  }



  /*********************** Contact Page ************************/

  .contact_form {
    margin-top: 15px;
  }

  .field textarea {
    min-height: 140px;
  }



}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .whats-app {
    font-size: 1.7em;
    width: 60px;
    height: 60px;
  }

  #plus {
    font-size: 1.8em;
    width: 60px;
    height: 60px;
  }

  #popUp {
    padding: 2.5% 2% 1.5%;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }


  /*********************** Home page ****************************/

  .nav-header {
    width: 20%;
  }

  .navigation {
    padding: 15px 5.5% 5px 5.5%;
  }

  .welcome-grid {
    gap: 60px;
  }

  .innerpage .banner-wraper {
    margin-top: 141px;
  }

  .welcome-content {
    width: 33%;
  }

  .welcome-content .tagline {
    margin: 15px 0;
  }

  .bg-ship {
    top: -20%;
    width: 50%;
  }

  .bg-ship img {
    width: 100%;
  }

  .bg-ship-repair {
    top: -17%;
    opacity: .5;
  }

  .service-slider-content {
    width: 56%;
  }

  .why-content h3 {
    margin-bottom: 15px;
  }

  .pill-grid {
    margin-bottom: 20px;
  }

  .pill {
    font-size: .9em;
  }

  .cta-left p br,
  .cta-right p br {
    display: none;
  }

  .cta-shape {
    top: 43%;
    left: -17%;
  }

  .split-sec-btm-bg img {
    width: 78%;
  }

  .home .footer-wraper {
    padding: 130px 0 20px 0;
  }

  .footer-content-wraper {
    gap: 60px;
  }

  .footer-wraper-contact {
    width: 100%;
  }

  .footer-wraper {
    padding: 50px 0 20px 0;
  }


  /*********************** About Page ************************/

  .banner-innerpage-cap {
    font-size: 4.5em;
  }

  .mission-vision-wraper {
    align-items: center;
  }

  .whychoose-left {
    width: 44%;
  }

  .whychoose-right {
    width: 47%;
  }


  /*********************** Service Page ************************/

  .service-con {
    padding: 25px;
  }

  .tag-group {
    gap: 6px;
  }

  .s_car2 .service-content-wraper {
    align-items: center;
  }


}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .whats-app {
    width: 55px;
    height: 55px;
    font-size: 1.7em;
  }

  #plus {
    width: 55px;
    height: 55px;
    font-size: 1.5em;
  }

  /*********************** Home page ****************************/

  .navigation {
    padding: 15px 5.5% 5px 5.5%;
  }

  .innerpage .banner-wraper {
    margin-top: 141px;
  }

  .welcome-grid {
    gap: 60px;
  }

  .welcome-content {
    width: 33%;
  }

  .welcome-content .tagline {
    margin: 15px 0;
  }

  .bg-ship {
    top: -20%;
    width: 50%;
  }

  .bg-ship img {
    width: 100%;
  }

  .bg-ship-repair {
    top: -17%;
    opacity: .5;
  }

  .service-slider-content {
    width: 56%;
  }

  .pill-grid {
    margin-bottom: 20px;
  }

  .pill {
    font-size: .9em;
  }

  .cta-left p br,
  .cta-right p br {
    display: none;
  }

  .cta-shape {
    top: 47%;
    left: -17%;
  }

  .split-sec-btm-bg img {
    width: 78%;
  }

  .home .footer-wraper {
    padding: 150px 0 20px 0;
  }

  .footer-content-wraper {
    gap: 60px;
  }

  .footer-wraper-contact {
    width: 100%;
  }

  .footer-wraper {
    padding: 50px 0 20px 0;
  }


  /*********************** About Page ************************/

  .banner-innerpage-cap {
    font-size: 4.5em;
  }

  .mission-vision-wraper {
    align-items: center;
  }

  .whychoose-left {
    width: 44%;
  }

  .whychoose-right {
    width: 47%;
  }


  /*********************** Service Page ************************/

  .service-con {
    padding: 25px;
  }

  .tag-group {
    gap: 6px;
  }

  .s_car2 .service-content-wraper {
    align-items: center;
  }


}

@media (min-width:1600px) and (max-width:1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .whats-app {
    width: 60px;
    height: 60px;
    font-size: 1.7em;
  }

  #plus {
    width: 60px;
    width: 60px;
    font-size: 1.7em;
  }

  /*********************** Home page ****************************/

  .navigation {
    padding: 15px 5.5% 5px 5.5%;
  }

  .innerpage .banner-wraper {
    margin-top: 141px;
  }

  .welcome-grid {
    gap: 140px;
  }

  .welcome-content {
    width: 25%;
  }

  .bg-ship {
    top: -20%;
    width: 50%;
  }

  .bg-ship img {
    width: 100%;
  }

  .bg-ship-repair {
    top: -11%;
    opacity: .6;
  }

  .service-slider-content {
    width: 56%;
  }

  .pill-grid {
    margin-bottom: 20px;
  }

  .cta-btn {
    margin-left: 14%;
  }

  .cta-shape {
    top: 32%;
    left: -13%;
  }

  .cta-sec {
    padding: 180px 0 70px 0;
  }

  .split-card-img {
    width: 100%;
  }


  /* About Page */

  .whychoose-left {
    width: 40%;
  }

  .whychoose-right {
    width: 45%;
  }


}


@media (min-width: 1681px) {}


@media (min-width: 1700px) and (max-width: 1800px) {


  .navigation {
    padding: 15px 5.5% 5px 5.5%;
  }

  .innerpage .banner-wraper {
    margin-top: 141px;
  }

  .service-slider-content {
    width: 57%;
  }

  .pill-grid {
    margin-bottom: 25px;
  }

  .cta-shape {
    top: 40%;
    left: -17%;
  }

  .cta-left p br,
  .cta-right p br {
    display: none;
  }

  .footer-content-wraper {
    gap: 60px;
  }

  .icon-f {
    gap: 12px;
  }

  /* About Page */

  .mission-vision-wraper {
    align-items: center;
  }

  .whychoose-left {
    width: 45%;
  }

  .whychoose-right {
    width: 44%;
  }

  /* Service Page */

  .service-con {
    padding: 25px;
  }

  .s_car2 .service-content-wraper {
    align-items: center;
  }


}



@media (max-width: 768px) {

  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  .navigation-portrait .nav-brand {
    /* font-size: 18px; */
    line-height: 0 !important;
  }

  .navigation {
    padding: 0 16%;
  }

  .nav-header {
    background: transparent;
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .nav-header p {
    color: #394a44;
  }

  .logo img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    transition: width 0.4s ease;
  }

  /* .navigation {
    background-color: #0b3c5d;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 3%;
  } */


  .desk-view {
    display: none !important;
  }

  .mob-view {
    display: block !important;
  }

  .nav-menu>li>a {
    color: #fff !important;
    text-align: left;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }


  /******************** Mobile NavBar *********************/

  .hide-menu {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    background: var(--text-blue);
    /* border: 1px solid var(--bg-color); */
    border-bottom: none;
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99999;
    padding: 12px 0;
  }

  .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* color: rgba(0, 0, 0, 0.822); */
    color: var(--white);
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    /* background-color: #394a44; */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    margin: 0 auto 5px;
    font-size: 1.5em;
  }

  .hide-menu a:hover {
    color: #cdb994;
  }


  /******************** Mobile NavBar *********************/


  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .sexy-menu.detached {
    position: fixed !important;
    top: 0px !important;
    /* top: inherit !important; */
    /* height: 100vh; */
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  #button.show {
    display: none;
  }

  .buttons {
    right: 20px;
    flex-direction: column;
    gap: 30px;
  }

  .nav-menu {
    flex-direction: column;
  }

  #popUp {
    padding: 3% 4% 3%;
  }

  .sexy-menu.detached .logo {
    /* width: 100%; */
    margin-top: 0;
  }

  .sexy-menu.detached .navigation {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .sexy-menu.detached .nav-header {
    width: 100%;
    display: none;
  }

  .top-container {
    padding: 0 8px;
  }

  /* .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-toggle {
    opacity: 0;
  } */

  .nav-menus-wrapper-close-button {
    margin: 0 10px 0 0 !important;
  }

  .main-wraper {
    padding-top: 40px;
  }

  .wraper {
    padding: 40px 0;
  }

  .smooth-scroll-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    will-change: transform;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }

  /***************** Home Page *******************/

  .nav-num {
    display: block !important;
  }

  .nav-num-mob {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .banner-contact {
    display: none;
  }

  .nav-menus-wrapper {
    flex-direction: column;
    gap: 42px;
    align-items: flex-end;
  }

  .nav-menu>li>a::after {
    display: none;
  }

  .innerpage .banner-wraper {
    margin-top: 75px;
  }

  .banner-caption-wraper {
    left: 50%;
    bottom: unset;
    top: 30%;
    transform: translateX(-50%);
    font-size: .8em;
  }

  .banner-cap-top {
    font-size: 5em;
  }

  .banner-cap-btm-left {
    font-size: 2.4em;
  }

  .banner-cap-btm-right h4 {
    font-size: 2em;
    line-height: .7;
  }

  .banner-caption-wraper p {
    display: none;
  }

  .abtsec-wraper {
    padding: 40px 0;
  }

  .welcome-grid {
    gap: 20px;
    flex-direction: column;
  }

  .welcome-content,
  .welcome-img {
    width: 100%;
  }

  .welcome-content .tagline {
    margin: 15px 0;
  }

  .btn-view-all {
    display: none;
  }

  .bg-ship-repair,
  .bg-ship {
    display: none;
  }

  .service-sec {
    padding-top: 0;
  }

  .services-header {
    justify-content: center;
    margin-bottom: 20px;
  }

  .services-header-inner {
    position: unset;
    transform: unset;
  }

  .service-slider-content {
    padding: 10px;
    width: 60%;
  }

  #service .owl-nav {
    gap: 25px;
    display: none;
  }

  .why-content {
    left: 50%;
    padding: 15px;
    width: 100%;
    text-align: center;
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home-wel-txt {
    font-size: .9em;
  }

  .sec-title {
    font-size: 2em;
  }

  .why-content h3 {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .why-content p {
    font-size: 0.8em;
    line-height: 1.4;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #fff;
    padding-top: 12px;

    br {
      display: none;
    }
  }

  .pill-grid {
    gap: 4px;
    margin-bottom: 12px;
    justify-content: center;
    flex-direction: row;
  }


  .whychooseus {
    padding-bottom: 40px;
  }

  .industries-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .ind-grid {
    row-gap: 35px;
    max-width: 960px;
    margin-top: 20px;
  }

  .ind-item {
    width: 32%;
  }

  .ind-item span {
    font-size: .9em;
  }

  .ind-item:nth-child(5) {
    border-right: 1px solid #c2bea7;
  }

  .ind-item:nth-child(3),
  .ind-item:nth-child(6) {
    border: none;
  }

  .industries-bg {
    top: -86%;
  }

  .industries-sec {
    padding-bottom: 50px;
  }

  .split-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .split-content {
    padding: 30px 20px 25px;
  }

  .split-content h4 {
    font-size: 1.8em;
  }

  .split-content p br {
    display: none;
  }

  .split-card-right .split-content {
    padding: 30px 15px 20px;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.55) 35%,
        rgba(0, 0, 0, 0.15) 70%,
        transparent 100%);
    align-items: center;
    text-align: center;
  }

  .split-card-right .split-content h4 {
    line-height: 1;
  }

  .split-card-right .split-content h4 br {
    display: none;
  }

  .cta-box {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cta-left {
    order: 2;
    text-align: center;
  }

  .cta-figure {
    order: 1;
  }

  .cta-right {
    order: 3;
    text-align: center;
  }

  .cta-figure .ph {
    text-align: center;
    overflow: hidden;
  }

  .cta-character {
    position: unset;
    transform: unset;
    width: 180px;
  }

  .cta-left h3 {
    font-size: 1.8em;
    line-height: 1;

    br {
      display: none;
    }
  }

  .cta-left p br {
    display: none;
  }

  .cta-right h4 {
    font-size: 1.8em;
    line-height: 1;

    br {
      display: none;
    }
  }

  .cta-shape {
    display: none;
  }

  .cta-right p {
    font-size: .9em;
    line-height: 1.8;
    padding-left: 0;
  }

  .cta-right p br {
    display: none;
  }


  .cta-btn {
    margin-left: 0;
  }

  .cta-sec {
    margin-bottom: 0;
    padding: 40px 0;
  }


  /************ Footer **************/

  .footer-content-wraper,
  .footer-menu {
    display: none;
  }

  .footer-wraper-links {
    justify-content: center;
  }

  .home .footer-wraper {
    padding: 10px 0 80px 0;
  }

  .footer-wraper {
    padding: 5px 0 80px 0;
  }



  /****************************** About Page ******************************/

  .banner-innerpage-cap {
    font-size: 3em;
  }

  .abt-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .abt-content {
    text-align: center;
  }

  .abt-content p {
    margin-top: 10px;
  }

  .mission-vision-img {
    display: none;
  }

  .mission-vision-content {
    width: 100%;
  }

  .mission-content,
  .vision-content {
    padding: 20px 30px;
    text-align: center;
  }

  .mission-vision-sec {
    padding: 0;
  }

  .mission-header {
    justify-content: center;
  }

  .whychoose-content {
    flex-direction: column;
    gap: 20px;
  }

  .whychoose-left {
    width: 100%;
    text-align: center;
  }

  .whychoose-right {
    width: 100%;
    justify-content: center;
  }

  .divider {
    width: 100%;
    height: 1px;
  }

  .whychoose-left h3 {
    font-size: 1.8em;
  }

  .whychoose-right span {
    padding: 5px 14px;
    font-size: .9em;
  }



  /****************************** Gallery Page ******************************/

  .gallerypage-buttons {
    gap: 10px;
  }

  .gallery-tablinks {
    padding: 8px 40px;
    width: 50%;
  }

  .gallerypage-tabcontent {
    grid-template-columns: repeat(2, 1fr);
  }


  /****************************** Contact Page ******************************/

  .contact-details-inner {
    flex-direction: column;
    gap: 10px;
  }

  .contact-box {
    width: 100%;
    border-radius: 37px !important;
  }

  .location-box {
    order: 1;
  }

  .num-box {
    order: 2;
  }

  .mail-box {
    order: 3;
  }

  .map-btn-wraper {
    justify-content: center;
    margin-top: 20px;
  }

  .form-wraper {
    margin-top: 6%;
  }

  .form-photo-wrap {
    display: none;
  }

  .form-container {
    width: 100%;

    p {
      text-align: center;
    }
  }

  .form-title {
    font-size: 1.8em;
    text-align: center;
  }

  .contact_form {
    margin-top: 18px;
  }

  .contact-wraper {
    padding: 40px 0;
  }




  /****************************** Service Page ******************************/

  .services-wrapper {
    padding: 40px 0;
  }

  .service-content-wraper {
    flex-direction: column;
    gap: 20px;
  }

  .service-img,
  .service-con {
    width: 100%;
  }

  .service-con {
    padding: 15px 10px;
    text-align: center;
  }

  .service-con-subtitle {
    margin-bottom: 5px;
  }

  .service-con-title {
    font-size: 1.5em;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .tag-group {
    gap: 6px;
    margin-top: 15px;
    justify-content: center;
  }

  .info-block h4 {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .info-block p {
    line-height: 1.5;
    margin-top: 8px;
  }

  .service-con ul li {
    justify-content: center;
  }

  .s_car6 .service-con ul li {
    align-items: flex-start;
  }

  .list-icon {
    margin-top: 5px;
  }

  .service-con ul li p {
    width: 70%;
    text-align: left;
  }

  .s_car8 .service-con ul li {
    align-items: flex-start;
  }

  .split-sec-btm-bg {
    display: none;
  }


}

@media (max-width: 320px) {

  .cta-figure .ph {
    height: 224px;
  }

  .cta-character {
    top: -21%;
    width: 230px;
  }

}

@media (max-width: 380px) {

  .filter-btn {
    font-size: .9em;
    padding: 8px 12px;
  }

}



@media (max-width:420px) {
  body {
    font-size: 14px !important;
  }

  p {
    font-size: 1em;
  }

  .d-container {
    padding-left: 5%;
    padding-right: 5%
  }

  /* .nav-brand img {
        width: 50%;
    } */

  .sexy-menu {
    height: 75px;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
  }

  .whats-app img {
    width: 40px;
  }

  #popUp {
    z-index: 9999
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    width: 280px;
    padding: 6% 7% 5% 7%;
    bottom: 14%;
  }

  #plus {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }


  /*************** Home Page *****************/

  .about-container {
    padding: 0 5%;
  }

  .split-sec {
    padding-top: 40px;
  }


  /*************** Gallery Page *****************/

  .rs-video .animate-border .video-vemo-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.3em;
  }

  .rs-video .animate-border .video-vemo-icon::before,
  .rs-video .animate-border .video-vemo-icon::after {
    width: 70px;
    height: 70px;
  }

  /*************** Service Page *****************/

  .service-con-subtitle {
    font-size: .9em;
  }

  .info-block p {
    font-size: .9em;
  }

  .service-con-desc {
    font-size: .9em;
  }

  .tag {
    padding: 7px 12px;
    font-size: .8em;
  }

  .pill {
    padding: 6px 11px;
    font-size: .7em;
    letter-spacing: 0.4px;
  }


}

@media (max-width:460px) {}


@media (min-width:421px) and (max-width:460px) {

  body {
    font-size: 14px !important;
  }

  p {
    line-height: 1.8;
    font-size: 1em
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%
  }

  .sexy-menu {
    height: 75px;
  }

  #plus {
    width: 45px;
    height: 45px;
    font-size: 1.4em;
  }

  .whats-app {
    width: 45px;
    height: 45px;
    font-size: 1.5em;
  }

  #popUp {
    z-index: 9999
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    width: 320px;
    padding: 8% 6% 4%;
    bottom: 14%;
  }


  /********************** Home Page *************************/

  .cta-character {
    top: -22.8%;
  }

  .pill {
    font-size: .7em;
  }

  /********************** Service Page *************************/

  .tag {
    font-size: .9em;
  }

  /********************** Gallery Page *************************/

  .rs-video .animate-border .video-vemo-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.3em;
  }

  .rs-video .animate-border .video-vemo-icon::before,
  .rs-video .animate-border .video-vemo-icon::after {
    width: 70px;
    height: 70px;
  }



}

@media (max-width:560px) {}


@media (min-width:461px) and (max-width:560px) {

  body {
    font-size: 14px !important;
  }

  p {
    line-height: 1.8;
    font-size: 1em
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%
  }

  .sexy-menu {
    height: 75px;
  }

  #popUp {
    padding: 5% 5% 3%;
  }

  #plus {
    width: 48px;
    height: 48px;
    font-size: 1.5em;
  }

  .whats-app {
    width: 48px;
    height: 48px;
    font-size: 1.5em;
  }

  .footer-address-container {
    display: none;
  }

  #popUp {
    z-index: 9999
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }


  /******************* Home page **********************/

  .cta-character {
    top: -23%;
  }

  .pill {
    font-size: .8em;
  }

  .why-content p {
    font-size: 0.9em;
  }



}


@media (min-width:561px) and (max-width:680px) {

  body {
    font-size: 14px !important;
  }

  p {
    font-size: 1em
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%
  }

  .sexy-menu {
    height: 75px;
  }

  .footer-address-container {
    display: none;
  }

  #popUp {
    z-index: 9999
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    padding: 4% 5% 4%;
    bottom: 13%;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.4em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  /**************** Home Page ******************/

  .banner-cap-top {
    font-size: 6.766em;
  }

  .banner-cap-btm-left {
    font-size: 3.329em;
  }

  .banner-cap-btm-right h4 {
    font-size: 2.641em;
  }

  .pill-grid {
    gap: 8px;
  }

  .pill {
    font-size: .9em;
  }

  .why-content p {
    font-size: 0.9em;
  }

  .service-slider-content {
    padding: 15px 10px;
    width: 51%;
  }

  .cta-character {
    top: -26%;
  }

  .cta-right p br {
    display: none;
  }

  .home-wel-txt {
    font-size: 1.098em;
  }

  .why-content h3 {
    font-size: 2em;
    line-height: 1.06;
  }

  /******************* Service Page *******************/

  .service-con {
    padding: 25px 25px;
  }



}

@media (min-width:681px) and (max-width: 768px) {

  body {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%
  }

  .nav-brand img {
    width: 100%;
    margin: 0 auto;
  }

  .sexy-menu {
    height: 75px;
  }

  .footer-address-container {
    display: none;
  }

  #popUp {
    z-index: 9999
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.4em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    width: 320px;
    padding: 4% 3.5% 4%;
    bottom: 13%;
  }


  /**************** Home Page ******************/

  .banner-cap-top {
    font-size: 6.766em;
  }

  .banner-cap-btm-left {
    font-size: 3.329em;
  }

  .banner-cap-btm-right h4 {
    font-size: 2.641em;
  }

  .pill-grid {
    gap: 8px;
  }

  .home-wel-txt {
    font-size: 1.098em;
  }

  .why-content h3 {
    font-size: 2em;
  }

  .why-content p {
    font-size: 0.95em;
  }

  .split-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .split-card-right .split-content {
    align-items: flex-start;
    text-align: left;
  }

  .split-content h4 {
    font-size: 1.5em;
  }

  .split-card-right .split-content h4 br {
    display: block;
  }

  .cta-character {
    top: -24%;
  }

  .cta-right p br {
    display: none;
  }

  .whychoose-content {
    gap: 25px;
  }

  .gallery-tablinks {
    width: 30%;
  }


  /************************** About Page *************************/

  .mission-vision-content {
    flex-direction: row;
  }

  .tag-group {
    gap: 10px;
  }

  .service-con {
    padding: 25px;
  }

}



@media (min-width:769px) and (max-width:991px) {
  body {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%
  }

  .navigation {
    padding: 10px 5.5% 5px 5.5%;
  }

  .nav-menu>li>a {
    margin: 7px 9px;
    font-size: .8em
  }

  .sexy-menu.detached .nav-brand img {
    margin-top: 0px;
    width: 100%;
  }

  .header-phone {
    padding: 5px 10px;
    border-radius: 10px;
    margin: 7px 0 0 7px !important
  }

  .sexy-menu.detached .nav-menu>li>a {
    margin: 21px 10px;
  }

  .sexy-menu.detached .header-phone {
    margin: 16px 18px !important;
  }

  .side-btn {
    font-size: .9em;
    right: -50px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  #button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 15px;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.6em;
  }

  #popUp {
    padding: 5% 3% 3%;
  }


  /**************************** Home Page ***************************/

  .nav-header {
    width: 16%;
  }

  .nav-brand img {
    width: 100%;
  }

  .nav-menus-wrapper {
    width: 71%;
  }

  .banner-contact {
    padding: 5px 11px;
  }

  .banner-contact span {
    font-size: .85em;
  }

  .innerpage .banner-wraper {
    margin-top: 104px;
  }

  .banner-caption-wraper {
    bottom: 16%;
  }

  .banner-cap-top {
    font-size: 4.5em;
  }

  .banner-cap-btm-left {
    font-size: 2.2em;
  }

  .banner-cap-btm-right h4 {
    font-size: 1.8em;
    line-height: .9;
  }

  .welcome-grid {
    gap: 20px;
  }

  .welcome-content {
    width: 49%;
  }

  .home-wel-txt {
    font-size: 1em;
  }

  .sec-title {
    font-size: 2em;
  }

  .welcome-content .tagline {
    font-size: 1em;
    margin: 10px 0;
    line-height: 1.2;
  }

  .welcome-content p {
    font-size: .9em;
    margin-bottom: 12px;
  }

  .abt-btn {
    padding: 10px 12px;
  }

  .abt-btn::before {
    width: 40px;
    height: 40px;
  }

  .abt-btn span {
    font-size: 0.9em;
  }

  .abt-btn svg {
    top: 1px;
    margin-left: 6px;
    stroke-width: 1.5;
  }

  .bg-ship,
  .bg-ship-repair,
  .split-sec-btm-bg {
    display: none;
  }

  .abtsec-wraper {
    padding: 40px 0;
  }

  .service-slider-content {
    width: 60%;
  }

  #service .owl-nav {
    gap: 35px;
  }

  .why-content p br {
    display: none;
  }

  .why-content p {
    font-size: 0.8em;
  }

  .pill-grid {
    gap: 6px;
    margin-bottom: 12px;
    flex-direction: row;
  }

  .pill {
    padding: 4px 9px;
    font-size: .8em;
    letter-spacing: 0;
  }

  .why-content h3 {
    font-size: 1.6em;
    margin-bottom: 8px;
  }

  .why-content {
    padding: 15px 30px;
  }

  .whychooseus {
    padding-bottom: 25px;
  }

  .industries-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .ind-grid {
    margin-top: 35px;
  }

  .industries-sec {
    padding-bottom: 125px;
  }

  .industries-bg {
    height: 630px;
    top: -56%;
  }

  .industries-bg img {
    height: 100%;
  }

  .split-sec {
    padding-top: 0;
  }

  .split-content {
    padding: 20px;
  }

  .split-content h4 {
    font-size: 1.5em;
  }

  .split-content p br {
    display: none;
  }

  .split-card-right .split-content {
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
  }

  .cta-sec {
    padding: 120px 0 0 0;
  }

  .cta-box {
    padding: 15px;
    grid-template-columns: 1fr 250px 1fr;
    gap: 25px;
  }

  .cta-left h3 {
    font-size: 1.5em;
    line-height: 1;
  }

  .cta-left p {
    font-size: 0.9em;
  }

  .cta-left p br {
    display: none;
  }

  .cta-figure .ph {
    height: 250px;
  }

  .cta-character {
    top: -32%;
    width: 215px;
  }

  .cta-right h4 {
    font-size: 1.5em;
    line-height: 1;
  }

  .cta-right p {
    margin-bottom: 12px;
    font-size: 0.9em;
  }

  .cta-right p br {
    display: none;
  }

  .cta-btn {
    padding: 7px 12px;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-left: 14.5%;
  }

  .cta-shape {
    top: 68%;
    left: -13%;
    width: 55px;
  }

  /**************** Footer *****************/

  .home .footer-wraper {
    padding: 140px 0 20px 0;
  }

  .icon-f {
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }

  .icon-f p,
  .icon-f a {
    font-size: .8em;
  }

  .footer-num {
    flex-direction: column;
  }

  .footer-content-wraper {
    gap: 50px;
    align-items: center;
  }

  .footer-menu ul {
    gap: 25px;
  }

  .footer-menu ul li {
    font-size: .9em;
  }


  /**************** About Page *****************/

  .banner-innerpage-cap {
    font-size: 3em;
  }

  .abt-grid {
    gap: 25px;
  }

  .abt-content p {
    margin-top: 8px;
    line-height: 1.5;
    font-size: .9em;
  }

  .mission-vision-wraper {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .mission-vision-content {
    width: 100%;
    flex-direction: row;
  }

  .mission-vision-img {
    width: 100%;
  }

  .mission-vision-sec {
    padding: 0;
  }

  .mission-content,
  .vision-content {
    padding: 20px;
  }

  .whychoose-content {
    flex-direction: column;
    gap: 25px;
  }

  .whychoose-left {
    width: 100%;
    text-align: center;
  }

  .divider {
    width: 100%;
    height: 1px;
  }

  .whychoose-right {
    width: 100%;
    justify-content: center;
  }

  .whychoose-left h3 {
    font-size: 1.8em;
  }

  .footer-wraper {
    padding: 20px 0;
  }


  /* Service Page */

  .service-content-wraper {
    flex-direction: column;
    gap: 20px;
  }

  .service-img,
  .service-con {
    width: 100%;
  }

  .service-con {
    padding: 30px;
    text-align: center;
  }

  .tag-group {
    justify-content: center;
  }

  .service-con ul {
    align-items: center;
  }

  /* Contact Page */

  .contact-wraper {
    padding: 40px 0;
  }

  .contact-box {
    padding: 15px 10px;
  }

  .form-wraper {
    margin-top: 4%;
  }

  .form-photo-wrap {
    display: none;
  }

  .form-container {
    width: 100%;
  }

  .form-title {
    font-size: 2em;
    text-align: center;
  }

  .form-container p {
    text-align: center;
  }

  .contact_form {
    margin-top: 20px;
  }

}

@media (min-width:992px) and (max-width:1022px) {
  body {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%
  }

  .nav-brand img {
    width: 70%;
    margin-top: 12px;
  }

  .navigation {
    padding: 0 5.5% 2px 5.5%;
  }

  .nav-menu>li>a {
    margin: 10px 12px;
    font-size: .9em;
  }

  .sexy-menu.detached .nav-brand img {
    margin-top: 0px;
    width: 60%;
  }

  .header-phone {
    padding: 5px 10px;
    border-radius: 10px;
    margin: 10px 7px !important;
    margin-bottom: 0 !important;
  }

  .sexy-menu.detached .nav-menu>li>a {
    margin: 21px 10px;
  }

  .sexy-menu.detached .header-phone {
    margin: 16px 18px !important;
  }


  #button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 15px;
  }

  #plus {
    bottom: 57%;
  }

  #popUp {
    padding: 4% 2.5% 3%;
  }

  /********************** Home *************************/

  .innerpage .banner-wraper {
    margin-top: 94px;
  }

  .welcome-grid {
    gap: 20px;
  }

  .welcome-content {
    width: 49%;
  }

  .home-wel-txt {
    font-size: 1em;
  }

  .sec-title {
    font-size: 2em;
  }

  .welcome-content .tagline {
    font-size: 1em;
    margin: 10px 0;
    line-height: 1.2;
  }

  .welcome-content p {
    font-size: .9em;
    margin-bottom: 12px;
  }

  .abt-btn {
    padding: 10px 12px;
  }

  .abt-btn::before {
    width: 40px;
    height: 40px;
  }

  .abt-btn span {
    font-size: 0.9em;
  }

  .abt-btn svg {
    top: 1px;
    margin-left: 6px;
    stroke-width: 1.5;
  }

  .bg-ship,
  .bg-ship-repair,
  .split-sec-btm-bg {
    display: none;
  }

  .abtsec-wraper {
    padding: 40px 0;
  }

  .service-slider-content {
    width: 60%;
  }

  #service .owl-nav {
    gap: 35px;
  }

  .why-content p br {
    display: none;
  }

  .why-content p {
    font-size: 0.9em;
  }

  .pill-grid {
    gap: 6px;
    margin-bottom: 15px;
    flex-direction: row;
  }

  .pill {
    font-size: .9em;
    letter-spacing: 0;
  }

  .why-content h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }

  .why-content {
    padding: 15px 30px;
  }

  .whychooseus {
    padding-bottom: 25px;
  }

  .industries-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .ind-grid {
    margin-top: 35px;
  }

  .industries-sec {
    padding-bottom: 125px;
  }

  .industries-bg {
    height: 630px;
    top: -56%;
  }

  .industries-bg img {
    height: 100%;
  }

  .split-sec {
    padding-top: 0;
  }

  .split-content {
    padding: 20px;
  }

  .split-content h4 {
    font-size: 2em;
  }

  .split-card-right .split-content {
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
  }

  .cta-sec {
    padding: 140px 0 0 0;
  }

  .cta-box {
    padding: 15px;
    grid-template-columns: 1fr 250px 1fr;
    gap: 25px;
  }

  .cta-left h3 {
    font-size: 1.5em;
    line-height: 1;
  }

  .cta-left p {
    font-size: 0.9em;
  }

  .cta-left p br {
    display: none;
  }

  .cta-figure .ph {
    height: 250px;
  }

  .cta-character {
    top: -43%;
    width: 215px;
  }

  .cta-right h4 {
    font-size: 1.5em;
    line-height: 1;
  }

  .cta-right p {
    margin-bottom: 12px;
    font-size: 0.9em;
  }

  .cta-right p br {
    display: none;
  }

  .cta-btn {
    padding: 7px 12px;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-left: 14.5%;
  }

  .cta-shape {
    top: 48%;
    left: -11%;
    width: 79px;
  }

  /**************** Footer *****************/

  .home .footer-wraper {
    padding: 170px 0 20px 0;
  }

  .icon-f {
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }

  .icon-f p,
  .icon-f a {
    font-size: .8em;
  }

  .footer-num {
    flex-direction: column;
  }

  .footer-content-wraper {
    gap: 50px;
    align-items: center;
  }

  .footer-menu ul {
    gap: 25px;
  }

  .footer-menu ul li {
    font-size: .9em;
  }


  /**************** About Page *****************/

  .banner-innerpage-cap {
    font-size: 3em;
  }

  .abt-grid {
    gap: 25px;
  }

  .abt-content p {
    margin-top: 8px;
    line-height: 1.5;
    font-size: .9em;
  }

  .mission-vision-wraper {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .mission-vision-content {
    width: 100%;
    flex-direction: row;
  }

  .mission-vision-img {
    width: 100%;
  }

  .mission-vision-sec {
    padding: 0;
  }

  .mission-content,
  .vision-content {
    padding: 20px;
  }

  .whychoose-content {
    flex-direction: column;
    gap: 25px;
  }

  .whychoose-left {
    width: 100%;
    text-align: center;
  }

  .divider {
    width: 100%;
    height: 1px;
  }

  .whychoose-right {
    width: 100%;
    justify-content: center;
  }

  .whychoose-left h3 {
    font-size: 1.8em;
  }

  .footer-wraper {
    padding: 20px 0;
  }


  /* Service Page */

  .service-content-wraper {
    flex-direction: column;
    gap: 20px;
  }

  .service-img,
  .service-con {
    width: 100%;
  }

  .service-con {
    padding: 30px;
    text-align: center;
  }

  .tag-group {
    justify-content: center;
  }

  .service-con ul {
    align-items: center;
  }

  /* Contact Page */

  .contact-wraper {
    padding: 40px 0;
  }

  .contact-box {
    padding: 15px 10px;
  }

  .form-wraper {
    margin-top: 4%;
  }

  .form-photo-wrap {
    display: none;
  }

  .form-container {
    width: 100%;
  }

  .form-title {
    font-size: 2em;
    text-align: center;
  }

  .form-container p {
    text-align: center;
  }

  .contact_form {
    margin-top: 20px;
  }


}




@media (max-width:992px) {
  #button {
    display: none;
  }
}