/*Start General styling*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
/*End General styling*/

/* Start header styling */
/* Start header styling on scroll */
.background-header {
  background-color: #fff!important;par
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}
.background-header .logo, .background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}
.background-header .logo{
  margin-top: 20px;
}
.background-header .main-nav .nav li:hover a, .background-header .nav li a.active {
  color: #8d99af!important;
}
.background-header .main-nav .nav {
  margin-top: 20px !important;
}
/* End header styling on scroll */

.header-area {
  background-color: transparent;
  border-bottom: 1px solid rgba(250,250,250,0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  transition: all .5s ease 0s;
  backdrop-filter: blur(7px);
}
a.logo{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  display: inline-block;
  margin-top: 30px;
}
a.logo img {
  height: 60px;
  width: 50px;
  margin-top: -15px
}
.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
.header-area .main-nav .nav li {
  padding-left: 25px;
  padding-right: 25px;
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}
.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
  color: #8d99af !important;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
.background-header .main-nav .menu-trigger {
  top: 23px;
}
.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
.background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}
.header-area.header-sticky {
  min-height: 80px;
}
.header-area .nav {
  margin-top: 30px;
}
.header-area.header-sticky .nav li a.active {
  color: #8d99af;
}
/* End header styling */

/* Start about page styling */
.about{
  background-image: url(../images/ships-about-2.jpg);
}
.about-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px;
}
.about-container .row {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: center;
    text-align: center;
}
.about-container .column {
  flex: 1;
  padding: 10px;
    text-align: center;
}
.image-column img {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
}
.text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .reverse {
    flex-direction: column-reverse;
    /* This makes the image appear below text */
  }
  .column {
    width: 100%;
  }
}
/* End about page styling */

/* Start Banner Style */
.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/ship-at-port.jpg);
  padding: 290px 0px 180px 0px;
  position: relative;
  overflow: hidden;
}
.main-banner .top-text {
  text-align: center;
}
.main-banner .top-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 45px;
}
/* End Banner Style */

/* Start logos container styling */
.logos-container-title {
  text-align: center;
  padding: 20px 0;
}
.logos-container-title p {
  font-size: 24px;
  font-weight: 600;
  color: #474e5a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.logos-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0px 0px 20px 0px;
}
.logos-container img {
  max-width: 100px;
  height: 70px;
  object-fit: contain;
  transition: transform 0.3s;
  margin: 10px 0;
}
.logos-container div {
  display: flex;
  justify-content: center;
}


/* End logos container styling */

/* Start footer styling */
footer {
  border-top: 1px solid #eee;
  padding-top: 80px;
}
footer h4 {
  font-size: 20px;
  font-weight: 700;
  color: #8d99af;
  margin-bottom: 30px;
}
footer p, footer a {
  color: #2a2a2a;
}
footer .footer-logo img {
  max-width: 250px;
  margin-bottom: 20px;
}
footer .class-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20%;
}
footer .contact-us p {
  margin-bottom: 10px;
}
footer .contact-us a {
  transition: all .3s;
}
footer .contact-us a:hover {
  color: #8d99af;
  border-bottom: 1px solid #8d99af;
}
footer .sub-footer {
  text-align: center;
  margin-top: 40px;
  padding: 40px 0px;
  border-top: 1px solid #eee;
}
/*End footer styling*/

/* Start Pre Loader styling */
.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}
@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}
.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}
.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #8d99af;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}
.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}
.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #8d99af;
  border-radius: 50%;
}
/* End Pre Loader styling */

/* Start Page Heading styling */
.page-heading {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 230px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}
.page-heading .top-text {
  text-align: left;
}
.page-heading .top-text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-heading .top-text h2 {
  color: #fff;
  line-height: 70px;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
}
/* End Page Heading styling */

/*Start services styling*/
.services {
  background-image: url(../images/services-img.jpg);
}
.service .nav .nav-link {
  background: #F2F2F2;
  color: black;
  transition: .5s;
}
.service .nav .nav-link.active {
  background: #9bb2dd;
  color: white;
}
.service-title{
  font-size: large;
  font-weight: 600;
}

/*End Services styling*/

/* Start Products Section Styling */
.products {
  background-image: url(../images/products-img1.jpg);
  background-size: cover;
  background-position: bottom center;
}

.products-page {
  margin-top: 30px;
}

/* Category list styling */
.category-list {
  background-color: #e4e2e2;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
}

.category-list h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.categories {
  list-style-type: none;
  padding-left: 0;
}

.categories li {
  margin-bottom: 10px;
}

.category-btn {
  background-color: #F2F2F2;
  color: #2a2a2a;
  border: none;
  width: 100%;
  padding: 12px;
  margin-bottom: 5px;
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s;
}

.category-btn.active {
  background-color: #9bb2dd; /* Color for when the button is active */
}

.category-btn:hover {
  background-color: #c3ccdd;
}

/* Subcategories styling */
.subcategories {
  list-style-type: none;
  padding-left: 15px;
  display: none;
}

.subcategories li {
  margin-bottom: 10px;
}

.subcategory-btn {
  background-color: #b4c6e9;
  color: rgb(48, 48, 48);
  border: none;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.subcategory-btn:hover,
.subcategory-btn.active {
  background-color: #8d99af;
}

/* Make categories and subcategories bold */
.category-btn, .subcategory-btn {
  font-weight: bold;
}

/* Products grid styling */
.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.product-item {
  display: none; /* Hide all products by default */
  width: calc(33.333% - 20px); /* Adjust for 3-column grid */
  background-color: white;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-item img {
  max-width: 100%;
  height: 200px; /* Set a fixed height */
  object-fit: contain; /* Ensure the image is fully visible, no cropping */
  margin-bottom: 10px;
}

.product-item h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.product-item h5 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
}

.product-item p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  flex-grow: 1; /* Ensures description takes up remaining space */
  height: 200px;
  overflow: hidden;
  overflow-y: auto; /* Allows vertical scrolling */
  scrollbar-width: thin; /* Optional: Makes scrollbar thinner */
  scrollbar-color: #888 #f0f0f0; /* Optional: Customizes scrollbar color */
}

.product-item:hover {
  transform: translateY(-5px);
}

.btn-primary {
  background-color: #2b2d42;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px; /* Adds some spacing above the button */
}

.btn-primary:hover {
  background-color: #8d99af;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-item {
    width: calc(50% - 20px); /* 2-column grid for tablets */
  }
}

@media (max-width: 576px) {
  .product-item {
    width: 100%; /* Full-width for mobile */
  }
}
/* End Products styling */


/* ===============================
   Our Partners Page – Full CSS
   =============================== */

:root {
  --mme-bg: #ffffff;
  --mme-bg-soft: #f7f9fc;
  --mme-text: #222;
  --mme-text-soft: #555;
  --mme-accent: #0d47a1; /* used subtly for headings */
  --mme-shadow: 0 6px 16px rgba(0,0,0,0.18);
  --mme-shadow-hover: 0 10px 24px rgba(0,0,0,0.24);
  --mme-radius: 16px;
}

/* ---------- Hero / Page Heading (kept from your snippet) ---------- */
.page-heading.our-partners {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/our-partners1-img.jpg);
  padding: 290px 0 180px;
  position: relative;
  overflow: hidden;
}

.page-heading.our-partners .top-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 20px;
}

.page-heading.our-partners .top-text h6 {
  color: #e0e0e0;
  font-size: 18px;
  font-weight: 500;
}

/* ---------- Section Wrappers ---------- */
.partners-featured {
  background: var(--mme-bg-soft);
}

.partners-grid {
  background: var(--mme-bg);
}

.section-title {
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--mme-accent);
  margin-bottom: 6px;
}

.section-subtitle {
  max-width: 820px;
  margin: 0 auto;
  color: var(--mme-text-soft);
}

/* ---------- Equal-Height Grid Logic ---------- */
/* Make columns flex so cards can stretch equally */
.partners-featured .row > [class*="col-"],
.partners-grid .row > [class*="col-"] {
  display: flex;
}

/* Cards fill the column height */
.partners-featured .partner-card,
.partners-grid .partner-card {
  height: 100%;
  width: 100%;
}

/* ---------- Card Base ---------- */
.partner-card {
  background: #fff;
  border-radius: var(--mme-radius);
  padding: 22px 16px;
  box-shadow: var(--mme-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* Subtle lift on hover/focus */
.partner-card:hover,
.partner-card:focus-within {
  transform: translateY(-6px);
  box-shadow: var(--mme-shadow-hover);
}

/* ---------- Logo Normalization ---------- */
/* Fixed logo zone so all cards align perfectly */
.logo-wrap {
  height: 72px; /* consistent visual space for all logos */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden; /* safety for oversized svgs/bitmaps */
}

.logo-wrap img {
  max-height: 60px; /* keep logos visually consistent */
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* ---------- Text Inside Cards ---------- */
.partner-name {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--mme-text);
}

.partner-blurb {
  font-size: 13px;
  color: var(--mme-text-soft);
  margin-bottom: 0;
  line-height: 1.4;
  /* Let this text flex to fill and keep all cards same height */
  flex-grow: 1;
}

/* ---------- Spacing Tweaks ---------- */
.partners-featured .text-center,
.partners-grid .text-center {
  padding-left: 8px;
  padding-right: 8px;
}

/* ---------- Accessibility / Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .partner-card {
    transition: none;
  }
  .partner-card:hover,
  .partner-card:focus-within {
    transform: none;
  }
}

/* ---------- Responsive Typography ---------- */
@media (max-width: 991.98px) {
  .page-heading.our-partners {
    padding: 220px 0 140px;
  }
  .page-heading.our-partners .top-text h2 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .page-heading.our-partners {
    padding: 180px 0 120px;
  }
  .page-heading.our-partners .top-text h2 {
    font-size: 30px;
  }
  .partner-name {
    font-size: 15px;
  }
  .partner-blurb {
    font-size: 13px;
  }
}

/* ---------- Optional: Fine-tune very dense featured row on lg+ ---------- */
/* If you use 6 per row in featured (col-lg-2), ensure consistent gutters */
@media (min-width: 992px) {
  .partners-featured .col-lg-2 { flex: 0 0 auto; width: 16.6667%; }
}

/* ---------- Optional: Light divider between sections ---------- */
.partners-featured + .partners-grid {
  border-top: 1px solid rgba(0,0,0,0.06);
}





/*Start Contact us styling*/
.contact-us-main{
  background-image: url(../images/contact-us-img.jpeg);
}
/*End Contact us styling*/

/* responsive */
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 992px) {
  form#search-form select,
  form#search-form input {
    border: 1px solid #8d99af;
    border-radius: 7px;
    margin-bottom: 15px;
  }
  form#search-form button {
    border-radius: 7px;
  }
  footer {
    text-align: center;
  }
  footer .about,
  footer .helpful-links {
    margin-bottom: 45px;
  }
  .description .text-icon {
    margin-top: 30px;
  }
  form#contact {
    margin-top: 45px;
    margin-bottom: 55px;
  }
}
@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .header-area .main-nav .logo {
    margin-top: 30px;
    margin-left: -40px;
    font-size: 1.0rem;
    color: #1e1e1e;
  }
  .background-header .main-nav .logo {
    margin-top: 25px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #8d99af !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 50px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #8d99af !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 10px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .main-banner .top-text h2 {
      font-size: 30px;
  }
  .page-heading .top-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-heading .top-text h6 {
    font-size: 10px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .main-nav .menu-trigger {
    right: 15px;
  }
  .background-header .main-nav .nav {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px){
  .header-area .main-nav .logo {
    font-size: 1.0rem;
    color: #ffffff;
  }
  .logos-container {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 990px) {
  .header-area .main-nav .logo {
    font-size: 1.1rem;
  }
  a.logo img{
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  footer .class-logo {
    margin-right: 0%;
  }
  .header-area .main-nav .nav li {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
/* responsive */



/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

/* Start contact page styling */
.contact{
  background-image: url(../images/ships-about-2.jpg);
}

.contact-page {
  margin: 120px 0px;
}
.contact-page .inner-content {
  background-color: #f7f7f7;
  border-radius: 7px;
  overflow: hidden;
}
.contact-page .inner-content #map {
  margin-bottom: -8px;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
form#contact {
  position: relative;
  margin: 0px 60px 0px 45px;
}
form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #8d99af;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #8d99af;
  padding: 0px 15px;
  margin-bottom: 30px;
}
form#contact ul li {
  display: inline-block;
  margin-right: 30px;
}
form#contact ul li:last-child {
  margin-right: 0px;
}
form#contact input[type=checkbox] {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #8d99af;
  outline: none;
  cursor: pointer;
}
form#contact span {
  color: #8d99af;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}
form#contact input::placeholder {
  color: #8d99af;
  font-weight: 500;
}
form#contact textarea {
  margin-top: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #8d99af;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #8d99af;
  padding: 15px;
  margin-bottom: 30px;
}
form#contact textarea::placeholder {
  color: #8d99af;
  font-weight: 500;
}
form#contact button {
  margin-bottom: -15px;
  display: inline-block;
  background-color: #8d99af;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}
form#contact button i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-color: #2b2d42;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
form#contact button:hover {
  background-color: #2b2d42;
  color: #fff;
}