body {
  margin: 0;
  font-size: 0.7rem;
  font-family: "Open Sans", sans-serif;
  color: #181818;
}
.container-width-fixed {
  max-width:1200px;
}
h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
h4 {
  font-size: 1.15rem;
  font-style: italic;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.carousel-height {
  height: calc(100vh - 82px);
}

.carousel-height > .carousel-item {
  height: calc(100vh - 82px);
}
.navbar-container {
  position: relative;
  z-index: 100;
  width: 100%;
  font-size:1rem;
}

.navbar-brand > img {
  width:58px;
  height:auto;
}
.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-item a {
  color: #000;
  margin-left:12px;
}
.nav-item a:hover {
  /* color: chartreuse; */
  color: #6495ED;
}
a.nav-link.active {
  color: palegoldenrod !important;
}
.dropdown-menu {
  background-color:white;
}
/* .dropdown:hover .dropdown-menu {
  display: block;
} */
.dropdown-menu > li .dropdown-item {
  background-color:transparent;
  font-size:1rem;
}
.bg-red {
  background-color: red;
}

.bg-white {
  background-color: white;
}

.services-container {
  background-color: #eeeeee;
}
.featured-services-bg {
  background-color: #eeeeee;
}
.service-box {
  border-radius: 10px;
  background-color: white;
  padding-top: 10px;
}

.service-box > div {
  padding: 0px 15px;
  margin-bottom: 10px;
}

.service-icons {
  color: #ff0000;
}
.service-heading {
  color: #595959;
  font-size: 1.2rem;
  font-weight: bold;
}

.service-desc {
  color: #595959;
  font-size: 1rem;
}
.service-desc a {
  text-decoration:none;
  color:#3169ce;
}

.b-icons-featured {
  color: #3169ce;
  font-size: 3rem;
}

.b-icons {
  color: #3169ce;
  font-size: 1.7rem;
  /* padding-left:10px; */
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: white;
}

.mgmt-images {
  width:300px;
  height:380px;
  background-color:#eeeeee;
  padding:15px;
  margin:15px;
}
.mgmt-images > img {
  object-fit:cover;
  width:100%;
  height:100%;
}
.mgmt-details {
  padding:0 15px;
}
.mgmt-name {
  font-size:1rem;
}
.mgmt-designation {
  color:#b0b0b0;
}

/*-----inside pages----*/

.header {
  height: 400px;
}
.contact-bg {
  background-image: url("/assets/images/headers/contact-header.jpg");
  background-size: cover;
  background-position-y: -100px;
  background-repeat: no-repeat;
}
.about-bg {
  background-image: url("/assets/images/headers/about-us-header.jpg");
  background-size: cover;
  background-position-y: -100px;
  background-repeat: no-repeat;
}
.cold-storage-bg {
  background-image: url("/assets/images/headers/cold-storage-solutions-header.jpg");
  background-size: cover;
  background-position-y: 0px;
  background-repeat: no-repeat;
}
.certification-bg {
  background-image: url("/assets/images/headers/certification-header.jpg");
  background-size: cover;
  background-position-y: -100px;
  background-repeat: no-repeat;
}
.clients-bg {
  background-image: url("/assets/images/headers/clients-header.jpg");
  background-size: cover;
  background-position-y: -100px;
  background-repeat: no-repeat;
}
.safety-boots-bg {
  background-image: url("/assets/images/safety-boots.jpg");
  background-size: cover;
  background-position-y: -250px;
  background-repeat: no-repeat;
}
.processed-seafood-bg {
  background-image: url("/assets/images/headers/processed-sea-food-header.webp");
  background-size: cover;
  background-position-y: 0px;
  background-repeat: no-repeat;
}

@media (min-width: 1400px) {
  
  .safety-boots-bg {
    background-position-y: -350px;
    background-repeat: no-repeat;
  }
}

.main-heading {
  font-size: 2rem;
  color: white;
}
.mask-over-image {
  background-color: rgba(0, 0, 0, 0.5);
}
.bread-crumb-box {
  width: 1200px;
  margin: 0px 50px;
  height: 40px;
  background-color: white;
  padding: 0px 25px;
}
.bread-crumb-box > div {
  color: black;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 0.1rem;
}
.bread-crumb-box > div > span.active {
  color: dodgerblue;
}
.bread-crumb-box > div > a {
  color: black;
}
.bread-crumb-box > div > a:hover {
  color: red;
}
.soc-icons {
  font-size: 1.1rem;
}
.inside-main-text > h6 {
  font-size: 1rem;
  line-height: 1.6rem;
}

/* -----footer -------- */
.footer-container {
  background-color: #101010;
}

.footer-links {
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0 10px 0;
  line-height: 1.3rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
}
.footer-links a:hover {
  color: chartreuse;
}
.footer-link-icons {
  color: white;
  font-size: 0.4rem;
  line-height: 0.1rem;
  padding: 0 5px;
}
.bottom-logo img {
  width: 50px;
  height: auto;
}
.test-border {
  border: 1px solid red;
}
.copy-right {
  font-size: 0.6rem;
  color: white;
  letter-spacing: 1px;
}
.footer-container > div .soc-icons {
  color:white;
}

.contact-address > a {
  text-decoration:none;
  color:black;
}
.contact-address > a:hover {
  color: #1e90ff;
}
.certificates img {
  border: 10px solid #c0c0c0;
  max-width: 400px;
  height: 600px;
  object-fit:contain;
  margin:0 20px 20px;
  cursor: pointer;
}

.client-logos img {
  max-width:300px;
  height:150;
  object-fit: contain;
  padding:40px;
}

.cold-storage {
  font-size:1rem;
}
.cold-storage > li {
  margin-bottom:10px;
}
.home-icons div img {
  width:40px;
  height:40px;
  background-color:white;
  padding:5px;
  border-radius:5px;
}

.home-icons div h5 {
  font-weight: bold;
}

.home-icons div {
  margin-bottom:15px;
}


