/********************
    Desktop View
*********************/
@font-face{
	font-family: 'Futura-book';
	src: url('../fonts/futura-book-webfont.woff2') format('woff2'), 
			 url('../fonts/futura-book-webfont.woff') format('woff'), 
			 url('../fonts/futura-book-webfont.ttf') format('truetype');
}
@font-face{
	font-family: 'Futura-bold';
	src: url('../fonts/futura-bold-webfont.woff2') format('woff2'), 
			 url('../fonts/futura-bold-webfont.woff') format('woff'), 
			 url('../fonts/futura-bold-webfont.ttf') format('truetype');
}

body, html {
  height:100%; 
  margin: 0;
	font-family: 'Futura-book', Fallback, sans-serif !important;
}

.txtBolder{
	font-family: 'Futura-bold', Fallback, sans-serif !important;
}
.div-border-right{
	border-right: 3px solid #111;
}
a.txtdecnone{
	text-decoration: none !important;
}
/* side menu */

.side-menu{
	width: 15%;
	min-width: 215px;
	max-width: 225px;
	background: none;
	margin-top: 140px;
	margin-left: 10px;
	display: block;
	position: absolute;
	z-index: 10;
	transition: 0.2s;
	opacity: 0;
	animation: fade-in 1s 0.5s forwards;
}
@-webkit-keyframes fade-in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes fade-in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.fixed-div{
	margin-top: 20px;
	position: fixed !important;
	z-index: 100;
}

.btn-side-link{
	width: 90%;
	margin-bottom: 10px;
	border-radius: 7px;
	border: none;
	font-size: 10px;
	box-shadow: #00000069 0px 2px 5px 1px;
	padding: 7px 10px;
	color: #e7e7e7;
	transition: 0.2s;
	text-align: left;
	background-color: #0098fd4d;
}

.btn-side-link:hover{
	background-color: #0084ffbd;
	/* color: #f3f3f3; */
	transform: translateY(-2px);
}

.btn-side-link:active{
	/* color: #f3f3f3; */
	background-color: #034786c4;
}

/* .hr-sidemenu{
	width: 90%;
  margin: 16px 0px 20px 0px;
  border-top: 3px solid #127ec2;
} */

.hr-sidemenu{
	width: 90%;
  margin: 16px 0px 20px 0px;
	border: none;
	background: linear-gradient(-45deg, #6da6fc, #1c5eaa, #1842b6, #061b91, #061b91, #061b91, #103fc2, #1c55aa, #6da6fc);
	background-size: 500% 100%;
	height: 4px;
	animation: gradientMove 10s linear infinite;
}

@-webkit-keyframes gradientMove {
	0% {
		background-position: 0% 75%;
	}
	50% {
		background-position: 150% 75%;
	}
	100% {
		background-position: 300% 150%;
	}
}
@keyframes gradientMove {
	0% {
		background-position: 0% 75%;
	}
	50% {
		background-position: 150% 75%;
	}
	100% {
		background-position: 300% 150%;
	}
}



.btn-side-link2{
	width: 48%;
	height: 80px;
	min-height: 75px;
	margin-bottom: 10px;
	border-radius: 7px;
	border: none;
	font-size: 10px;
	font-weight: 600;
	box-shadow: #00000069 0px 2px 5px 1px;
	padding: 0;
	color: #111;
	transition: 0.2s;
	background-color: #ffffffc0;
}

.btn-side-link2:hover{
	background-color: #6fe9ffc0;
	/* color: #f3f3f3; */
	transform: translateY(-2px);
	box-shadow: #0084ff80 0px 2px 5px 1px;
}

.btn-side-link2:active{
	/* color: #f3f3f3; */
	background-color: #ffffffe1;
}

.btn-icon{
	font-size: 28px;
	width: 38px;
	/* margin-bottom: 10px; */
}

.btn-img{
	width: 50%;
	transform: translate(0px, -5px);
}


.btn-side-link2.link-active{
	background-color: #97d5ffe3;
	box-shadow: #0084ff80 0px 2px 7px 2px;
}

/* anchor scroll */
*{
scroll-behavior: smooth !important;
}


/* gradient background */
.bg-animation{
	position: fixed;
	z-index: 1;
}



/* contents */
.top-header{
	min-height: 300px;
	max-height: 1300px;
  width: 100%;
  z-index: 2;
	position: relative;
}
.top-header-inner{
	min-height: 300px;
	max-height: 1300px;
	overflow: hidden !important;
}


.top-header-inner-bod{
	max-height: 429px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
}
.top-header-inner-bod > img{
	width: 100%;
}


.top-header-inner-service{
	max-height: 429px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
}
.top-header-inner-service > img{
	width: 100%;
}



.top-header-sus{
	width: 100%;
  z-index: 2;
	position: relative;
}
.top-header-inner-sus{
	max-height: 429px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
}
.top-header-inner-sus > img{
	width: 100%;
}


.top-header-inner-hsse{
	max-height: 429px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
}
.top-header-inner-hsse > img{
	width: 100%;
}

.top-header-inner-quicklinks{
	max-height: 429px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
}
.top-header-inner-quicklinks > img{
	width: 100%;
}

.top-header-inner-media{
	max-height: 429px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
}
.top-header-inner-media > img{
	width: 100%;
}

.top-header-inner-privacy{
	max-height: 300px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
}
.top-header-inner-privacy > img{
	width: 100%;
}


/* header image re-position */
.img-header-hsse-security{
	transform: translateY(-100px);
}
.img-header-service-conv{
	transform: translateY(150px);
}


.np-logo{
	width: 180px;
	height: auto;
	margin: 20px 20px 20px 28px;
	position: absolute;
	z-index: 2;
	animation: fade-in 1s;
}
.reg-num{
  font-size: 10px;
  position: absolute;
  color: #111;
  /* text-shadow: 0px 0px 11px #fff; */
  font-weight: 600;
  transform: translate(51px, 94px);
  z-index: 2;
	animation: fade-in 1s;
}

.div-content-main{
	margin: 0px !important;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.div-content-main2{
	margin: 0px !important;
	width: 100%;
	position: absolute;
	z-index: 2;
}

.div-content-inner{
	padding: 20px;
	margin-left: 220px;
}
.div-content-inner-contact{
	padding: 20px;
	margin-left: 220px;
}

.inner-header-menu{
	margin: -18px 15px 30px 15px;
	text-align: center;
}
.inner-header-btn{
	margin-bottom: 15px;
	padding: 10px;
  font-size: 14px;
	letter-spacing: 1px;
  border: none;
	border-radius: 8px;
  width: 50%;
	min-width: 220px;
  font-weight: 600;
  color: #fff;
	box-shadow: #00547a 0px 2px 8px -1px;
	background: linear-gradient(120deg, #0080ca, #0782c9,#0a42bb, #093eb1);
	background-size: 200% 90%;
	background-position: 90% 0;
	transition: background-position 0.5s, transform 0.2s, box-shadow 0.2s;
}
.inner-header-btn:hover{
	transform: translateY(7px);
	box-shadow: #00547a 0px 1px 11px 0px;
	background-position: 0 0;
}

.div-about{
	min-height: 1050px;
	background-color: rgba(233, 233, 233, 0.85);
}
.div-service{
	min-height: 850px;
	background-color: rgba(225, 229, 233, 0.85);
}
.div-sustain{
	/* min-height: 580px; */
	padding-bottom: 50px;
	background-color: rgba(233, 233, 233, 0.85);
}
.div-hsse{
	min-height: 580px;
	background-color: rgba(225, 229, 233, 0.85);
}
.div-media{
	min-height: 580px;
	background-color: rgba(233, 233, 233, 0.85);
}
.div-contact{
	min-height: 750px;
	background-color: rgba(225, 229, 233, 0.85);
}
.div-quicklink{
	min-height: 750px;
	height: 80%;
	background-color: rgba(233, 233, 233, 0.85);
	margin-bottom: 50px;
}
.div-announcements{
	min-height: 600px;
	background-color: rgba(233, 233, 233, 0.85);
}
.div-policy{
	min-height: 900px;
	background-color: rgba(233, 233, 233, 0.85);
}

.div-sustain-page{
	height: 100%;
	background-color: rgba(225, 229, 233, 0.85);
}

.div-gallery{
	padding-bottom: 50px;
	min-height: 600px;
	background-color: rgba(233, 233, 233, 0.85);
}

.div-content-bod{
	min-height: 1050px;
	background-color: rgba(233, 233, 233, 0.85);
}

.div-tender{
	min-height: 650px;
	background-color: rgba(233, 233, 233, 0.85);
	margin-bottom: 25px;
}

.div-privacy{
	min-height: 700px;
	background-color: rgba(225, 229, 233, 0.85);
}

.div-nice{
	min-height: 1050px;
	background-color: rgba(233, 233, 233, 0.85);
}

.nice-list > li{
	margin-bottom: 10px;
}

.img-booklet1{
	margin-right: 10px;
	margin-bottom: 10px;
	transition: 0.2s;
}
.img-booklet1:hover{
	transform: scale(1.05);
}
.img-booklet2{
	margin-right: 10px;
	margin-bottom: 10px;
	transition: 0.2s;
}
.img-booklet2:hover{
	transform: scale(1.05);
}

.div-booklet2{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.div-nice-contact{
	background-color: #87d0fae8;
	padding: 15px;
	display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.div-nice-contact > p{
	font-size: clamp(12px, 1.5vw, 18px);
	margin: 7px 0px;
}
.nice-contact-link{
	font-size: clamp(12px, 1.6vw, 20px);
}
.ver-line{
	border-right: 2px solid #333;
	margin: 0 10px;
}

.hr-nice{
	border-top: 1px solid #333;
	margin: 20px 0;
}

.hr-nice2{
	border-top: 0px solid #777;
	margin: 20px 0;
}



.txt-section-title{
	font-weight: 600;
	margin-bottom: 30px;
}
.txt-section-title2{
	font-weight: 600;
}

.txt-paragraphs{
	font-size: 16px;
}

.div-about-txt{
	font-size: 20px;
	letter-spacing: 0.2px;
  width: 80%;
  text-align: justify;
}

.about-us-box{
	background: none;
	align-content: center;
	color: #2477bb;
	font-size: clamp(18px, 1.5vw, 22px);
	font-weight: 600;
	width: 80%;
	height: 300px;
	transition: 0.3s;
	border: none;
}

.about-us-box:hover{
	transform: translateY(-10px);
}

.about-us-box > img{
	width: 45%;
  min-width: 150px;
}
.about-us-box > p{
	margin: 0px;
}


.hr-about{
	border-bottom: 2px solid #555;
	width: 50%;
}


.div-content-left{
	text-align: left;
  margin-left: 10%;
}

.a-btn-pdf > img{
	width: 50px;
}
.a-btn-pdf:hover{
	text-decoration: none;
}
.btn-pdf{
	border: none;
	background: none;
	font-size: 16px;
	transform: translateY(10px);
	font-weight: 600;
}


.page-separator{
  width: 100%;
  height: 69px;
  background-color: #cbe3f2d8;
}

		
.services-box{
	background-size: 120% 120%;
	background-position: -50px -20px;
	background-repeat: no-repeat;
	max-width: 530px;
	width: 95%;
	min-width: 280px;
	max-height: 300px;
	height: 280px;
	min-height: 200px;
	border-radius: 30px;
	border: none;
	box-shadow: #00000040 1px 6px 7px 3px;
	margin-bottom: 70px;
	transition: 0.3s;
}

.services-box:hover{
	background-size: 125% 125%;
	background-position: -60px -30px;
	background-repeat: no-repeat;
	transform: translateY(-10px);
	box-shadow: #1d92ff31 1px 11px 7px 3px;
	animation: hoverzoom 2s;
}

.box-serv-img{
	background-image: var(--bg-image);
}
.box-serv-img:hover{
	background-image: linear-gradient(to bottom, rgba(62,164,222,0.1) 50%, rgba(62,164,222,1)), var(--bg-image);
}

@-webkit-keyframes hoverzoom {
	0% {
		background-size: 120% 120%;
		background-position: -50px -20px;
		background-repeat: no-repeat;
	}
	50% {
		background-size: 140% 140%;
		background-position: -100px -40px;
		background-repeat: no-repeat;
	}
	100% {
		background-size: 125% 125%;
		background-position: -60px -30px;
		background-repeat: no-repeat;
	}
}

@keyframes hoverzoom {
	0% {
		background-size: 120% 120%;
		background-position: -50px -20px;
		background-repeat: no-repeat;
	}
	50% {
		background-size: 140% 140%;
		background-position: -100px -40px;
		background-repeat: no-repeat;
	}
	100% {
		background-size: 125% 125%;
		background-position: -60px -30px;
		background-repeat: no-repeat;
	}
}


/* mmc logo thingy */
.mmc-link > a{
	text-decoration: none;
	margin: 0px 30px;
}
.mmc-link > a:hover > img{
	transform: translateY(-5px);
}
.img-mmclogo{
	height: 45px;
	transition: 0.2s;
}
.img-mmclogo2{
	height: 40px;
	transition: 0.2s;
}

.services-box:hover p{
	animation: fade-in 0.5s forwards;
}

.services-box > p{
	opacity: 0;
	color: #fff;
	width: fit-content;
	margin-top: 207px;
	margin-left: 59%;
	font-weight: 600;
	font-size: clamp(20px, 1.4vw, 27px);
	text-shadow: #333 2px 2px;
}

.txt-contact-title{
	font-size: clamp(16px, 1.5vw, 24px);
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
	color: #105a97;
}
.txt-smol{
	font-size: 14px;
}
.txt-contact-txt{
	font-size: clamp(12px, 1.3vw, 18px);
	margin-bottom: 2px;
	font-weight: 600;
	color: #2477bb;
}
.contact-box{
	border-radius: 7px;
	width: 100%;
	height: 600px;
	background-image: url('../imgs/img-contact-us.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	align-content: end;
	box-shadow: #333 0px 1px 5px 1px;
}
.contact-txt{
	font-size: 40px;
	font-weight: 600;
	margin: 10px 10px 30px 300px;
	color: #fff;
	text-shadow: #111 1px 1px;
}
.hr-contact{
	border-bottom: 2px solid #2477bb;
	width: 90%;
	margin-left: 0;
}


.qlink-btn{
	width: 100%;
	height: 150px;
	border: none;
	background: none;
	transition: 0.2s;
}
.qlink-btn:hover{
	transform: translateY(-10px);
}

.img-qlink{
	width: 65%;
	max-width: 115px;
  margin-bottom: 20px;
}

.qlink-btn > p{
	color: #2477bb;
	font-size: clamp(14px, 1.4vw, 20px);
	margin-top: -20px;
}

.div-box-inner{
	width: 80%;
  min-width: 250px;
  min-height: 220px;
  margin-bottom: 30px;
  border-radius: 30px;
  box-shadow: #55555575 3px 6px 9px 0px;
  background: linear-gradient(to bottom, #0d93e794, #52869b52 74%);
  display: flex;
  justify-content: center;
  transition: 0.2s;
  align-content: center;
  flex-wrap: wrap;
}
.div-box-inner:hover{
	transform: translateY(-10px);
	background: linear-gradient(to bottom, #23abffdc, #52869b52 90%);
}
.box-icon{
	transform: translateY(-20px);
	width: 60%;
	max-width: 200px;
	margin: 0px;
}
.box-icon2{
	transform: translateY(-40px);
	width: 30%;
	max-width: 130px;
	margin-top: 40px;
}
.box-icon3{
	transform: translateY(-40px);
	width: 45%;
	max-width: 135px;
	margin-top: 40px;
}
.box-txt{
	position: absolute;
  font-size: clamp(14px, 1.3vw, 20px);
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0px;
  transform: translateY(170px);
}


/* Services Page */
.div-service-cont{
	min-height: 1350px;
	background-color: rgba(233, 233, 233, 0.85);
}
.div-service-conv{
	min-height: 1350px;
	background-color: rgba(225, 229, 233, 0.85);
}
.div-service-marine{
	min-height: 1350px;
	background-color: rgba(233, 233, 233, 0.85);
}
.div-service-warehouse{
	min-height: 1350px;
	background-color: rgba(225, 229, 233, 0.85);
}

.div-services-content{
	width: 80%;
}
.txt-service-val{
	font-weight: 600;
	font-size: clamp(20px, 1.9vw, 40px);
	margin-bottom: 0px;
}
.txt-service-info{
	font-weight: 600;
	font-size: clamp(10px, 1.2vw, 20px);
	margin-bottom: 30px;
}

.div-warehouse-val{
	margin: 0px;
	width: 80%;
}

.hr-service-val{
	width: 70%;
	border-top: 3px solid #111;
}
.hr-conv{
	width: 50%;
	border-top: 3px solid #111;
}
.susalink{
	width: 70%;
	min-width: 170px;
	display: inline-block;
}

.sus-h3{
	font-weight: 600;
	margin-bottom: 20px;
}

.sus-div-item{
	margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sus-box{
	width: 70%;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 30px 10px;
  align-items: center;
  background-color: #cfe5f5;
  box-shadow: #55555575 3px 6px 9px 0px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.sus-box:hover{
  background-color: #aad6f5;
	transform: translateY(-10px);
}
.sus-icon{
	width: 75%;
	margin: -10px;
}
.sus-box > p{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.sus-icon2{
	height: 70px;
	margin-bottom: 10px;
}

.sus-box2{
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 30px 10px;
  align-items: center;
  background-color: #cfe5f5;
  box-shadow: #55555575 3px 6px 9px 0px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.sus-box2:hover{
  background-color: #aad6f5;
	transform: translateY(-10px);
}
.sus-box2 > p, .sus-box2 > a > p{
	font-size: clamp(12px, 1.2vw, 16px);
	font-weight: 600;
	margin: 0;
}


/* Tender */
.tender-box{
	width: 100%;
	max-width: 420px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 10px;
  align-items: center;
  background-color: #cfe5f5;
  box-shadow: #55555575 3px 6px 9px 0px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
	text-align: center;
}
.tender-box:hover{
  transform: scale(1.03);
}
.tender-icon{
	width: 50px;
}
.tender-box > p{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

/* form */
.form-box{
	width: 100%;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 10px;
  align-items: center;
  background-color: #cfe5f5;
  box-shadow: #55555575 3px 6px 9px 0px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
	text-align: center;
}
.form-box:hover{
  background-color: #aad6f5;
	transform: translateY(-10px);
}
.form-icon{
	width: 50px;
}
.form-box > p{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}


/* Board of director */
.bod-box{
	background: none;
	width: 270px;
	height: 350px;
	border-radius: 30px;
	border: none;
	box-shadow: #00000040 1px 6px 7px 3px;
	margin-bottom: 70px;
	transition: 0.3s;
}

.bod-box:hover{
	background-image: linear-gradient(to bottom, rgba(62,164,222,0.1) 50%, rgba(62,164,222,1));
	transform: translateY(-10px);
	box-shadow: #1d92ff31 1px 11px 7px 3px;
	transition: 0.3s;
}

.bod-box:hover p, .bod-box:hover span{
	animation: fade-in 0.5s forwards;
}

.bod-box > p{
	opacity: 0;
	color: #fff;
	letter-spacing: 0.7px;
	margin-top: 230px;
	font-size: 18px;
}
.bod-box > span{
	opacity: 0;
	color: #fff;
	font-size: 16px;
}
.box-txt-lower{
	transform: translateY(20px);
}

.box-bod-img{
	background-repeat: no-repeat;
  background-size: 100% 100%;
	background-image: var(--bg-image);
}
.box-bod-img:hover{
	background-image: linear-gradient(to bottom, rgba(62,164,222,0.1) 50%, rgba(62,164,222,1)), var(--bg-image);
}
.box-mgmt-img{
	background-repeat: no-repeat;
  background-size: 100% 100%;
	background-image: var(--bg-image);
}
.box-mgmt-img:hover{
	background-image: linear-gradient(to bottom, rgba(62,164,222,0.1) 50%, rgba(62,164,222,1)), var(--bg-image);
}
.col-mgmt{
	width: 20%;
	min-width: 290px;
}

/* Carousel */
.div-service-imgs{
	width: 80%;
}
.carousel-inner{
	height: 320px;
	margin-bottom: 30px;
  border-radius: 9px;
  box-shadow: #555 1px 4px 15px 0px;
}

.bg-img-carousel{
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel{
	width: 100%;
	max-width: 610px;
}

/* Footer */

.footer2{
	display: unset;
	position: fixed;
  left: 0;
  bottom: 24px;
  width: 100%;
  background-color: #135e8a;
  color: #ffffff;
  text-align: left;
  font-size: 10px;
  padding: 8px 5px;
  z-index: 9;
}
.footerM{
	display: none;
}

.footer-div1 > p{
	margin: 0px;
	padding-top: 7px;
	font-size: 13px;
}
.footer-div1 > p > a{
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	margin-right: 5%;
}
.footer-div1 > p > a:hover{
	color: #6ac8ff;
	text-decoration: none;
}
		
.footer-div2 {
	text-align: right;
}
.footer-div2 > p{
	font-size: 13px;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px;
	display: inline-block;
}
.footer-div2 > p > a{
	text-decoration: none;
	color: #ffffff;
}
.footer-div2 > p > a:hover{
	color: #6ac8ff;
}
.footer-div2 > .img-footer{
	margin-right: 10px;
	transition: 0.2s;
}
.footer-div2 > .img-footer > img{
	width: 30px;
	transform: rotate(0deg);
}
.footer-div2 > .img-footer > img:hover{
	animation: imgrotate 2s;
}

.footercopy{
	position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #083753;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  padding: 5px 7px;
  z-index: 9;
}
.footercopy > p {
	margin: 0;
}
.footercopy > p > a{
	text-decoration: none;
	color: #fff;
	transition: 0.2s;
}
.footercopy > p > a:hover{
	color: #6ac8ff;
}

.img-footer2{
	margin-left: 5px;
	width: 16px;
}
@-webkit-keyframes imgrotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes imgrotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* Sustain - Modal */
/* Le juicy Setuff */
.modal-button{
	text-decoration: none !important;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background: none;
  position: relative;
  margin: auto;
  padding: 1rem 1rem 1rem 220px;
  width: 650px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  text-align: center;
	border: none;
	box-shadow: none;
}
.modal-txt-container{
	padding: 10px;
	text-align: justify;
  background-color: #ffffffed;
  border: 1px solid #888;
	border-radius: 5px;
	box-shadow: #333 0px 3px 12px -1px;
}
.modal-img-body{
	background: none;
	display: flex;
  justify-content: center;
  align-items: center;
}
.modal-img{
	height: 250px;
	margin: 0px 10px;
	transition: 0.5s ease-in-out;
}
.modal-img:hover{
	height: 500px;
	margin: 0px 10px;
}

.modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: #f1f1f1;
  font-size: 28px;
  font-weight: bold;
}

/*.close:hover,
.close:focus {
  transform: scale(1.25);
  text-decoration: none;
  cursor: pointer;
}*/

.row-contact{
	margin-right: 50px;
}
.contact-breakline{
	display: none;
}
.row-services-desktop{
	display: unset;
}
.row-services-mobile{
	display: none;
}
.div-btn-side-menu{
	display: none;
}


/* side menu nav */
.btn-menu:active{
	color: #6ac8ff;
}
.sidenav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #052437;
  overflow-x: hidden;
  transition: 0.4s ease-in-out;
  padding-top: 60px;
	z-index: 99;
}
.sidenav a {
  padding: 5px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #d3d3d3;
  display: block;
  transition: 0.3s;
}
.sidenav a:active{
	color: #6ac8ff;
}
.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav > hr{
	width: 70%;
	border-top: 2px solid #6ac8ff;
}


.header-policy{
	height: 429px;
	background: url('../imgs/tugboat.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
}


/* Awards */
.award{
  width: 45%;
}

/* Milestone */
.timeline {
  /* max-width: 900px; */
  margin: auto;
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #38bdf8, #a78bfa);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
  opacity: 0;
	width: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-out;
	transition-property: opacity, transform;
}

.timeline-item.show {
  opacity: 1;
	width: 100%;
  transform: translateY(0);
}

.timeline-icon {
  width: 100px;
  height: 50px;
  background: #83b4ff;
  /*border: 3px solid #38bdf8;*/
  border-radius: 10%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  /*color: #38bdf8;*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-content {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 25px;
  border-radius: 15px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  width: 40%;
  position: relative;
}

.timeline-content h3 {
  margin-bottom: 8px;
  color: #111111;
  font-weight: bold;
}

.timeline-content p{
  line-height:1.5;
}

.timeline-content .date {
  font-size: 0.9rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 20px;
  
}

/* Alternate positioning */
.timeline-item:nth-child(odd) .timeline-content {
  right: -30%;
}

.timeline-item:nth-child(even) .timeline-content {
  left: -30%;
}



/* Sitemap */
.sitemap-container {
    max-width: 650px;
    margin: 0 auto 0 450px;
    margin-right: 20px;
    padding: 30px 70px 80px 70px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
}


/* Title */
.sitemap-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 50px;
    color: #000;
}

/* Grid Layout */
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 100px;
  margin-bottom: 40px;
	width: 85%;
	text-align: left;
}
.sitemap-grid2{
	width: 85%;
	text-align: left;
}

/* Section Styles */
.sitemap-section h4 {
    color: #0099FF;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.sitemap-section ul {
    padding-left: 0;
}

.sitemap-section ul li {
    margin-bottom: 10px;
}


.sitemap-section ul li a {
    color: #333;
    text-decoration: none;
    font-size: clamp(12px, 1.4vw, 16px);
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.sitemap-section ul li a:hover {
    color: #0099FF;
}

/* Bottom Links */
.sitemap-bottom {
    margin-top: 0px;
    padding-top: 30px;
}

.sitemap-bottom ul {
    padding-left: 0;
    margin: 0;
}

.sitemap-bottom ul li {
    margin-bottom: 20px;
}

.sitemap-bottom a {
    color: #0099FF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.sitemap-bottom a:hover {
    color: #0077CC;
}

/* Divider */
.sitemap-divider {
    grid-column: 1 / -1;
    border: none;
    border-top: 1px solid #000000;
    margin: 0;
}

/* Vendor */
.txt-vendor-link{
	font-size: clamp(12px, 1.4vw, 20px);
}
.txt-vendor-link > a{
	margin-left: 5px;
}
.marginbottom{
	margin-bottom: 40px;
}


/********************
    Mobile View
		(-_-)
*********************/

/* Index */
@media screen and (max-width: 450px){

/* Header */
.top-header{
	min-height: 160px;
	max-height: unset;
	width: 100%;
  z-index: 2;
  position: relative;
}
.top-header-inner {
  min-height: 200px;
	max-height: unset;
  overflow: hidden !important;
}
.np-logo{
	width: 120px;
	height: auto;
	margin: 10px 10px 10px 20px;
	position: absolute;
	z-index: 2;
}
.reg-num{
  font-size: 8px;
  position: absolute;
  color: #111;
  transform: translate(28px, 64px);
  z-index: 2;
}

.hr-sidemenu{
	display: none;
}


.div-btn-side-menu{
	top: 6px;
	right: 6px;
  display: unset;
  background: none;
  padding: 10px 20px;
  font-size: 25px;
  position: fixed;
  color: #fff;
  text-shadow: #111 0px 1px 4px;
  z-index: 20;
}

/* side-menu */
.side-menu{
	display: none;
}
/* .side-menu{
	width: 100%;
	padding: 10px;
	margin: 220px 0 0 0;
	position: fixed;
}
.fixed-div{
	margin-top: 50px !important;
}
.btn-side-link2{
	width: 15%;
	height: unset;
}
.btn-img{
	height: 40px;
	transform: translate(0,0);
}
.btn-side-link2 > span{
	display: none;
} */



/* content */
.div-content-inner{
	padding: 15px 20px 25px 20px;
	margin: 0;
}

.txt-section-title{
	margin-bottom: 20px;
	font-size: 25px;
}
.div-about-txt{
	width: 100%;
	font-size: 16px;
}
.txt-paragraphs {
  font-size: 13px;
}

.mmc-link > a{
	text-decoration: none;
	margin: 0px 10px;
}
.img-mmclogo{
	height: 35px;
}
.img-mmclogo2{
	height: 32px;
}

.hr-about{
	width: 70%;
}

.about-us-box{
	width: 100%;
	font-size: 14px;
	height: unset;
	margin-bottom: 20px;
}
.about-us-box > img{
	min-width: unset;
	width: 70%;
}


/* services */
.row-services-desktop{
	display: none;
}
.row-services-mobile{
	display: unset;
}
.services-box2{
	width: 100%;
	height: 120px;
	background-image: var(--bg-image);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: none;
	box-shadow: #00000040 1px 6px 7px 3px;
	margin-bottom: 30px;
	transition: 0.3s;
}
.services-box2 > p{
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	margin-top: 80px;
	text-shadow: #111 2px 2px 3px;
}


.div-box-inner{
	width: 100%;
	min-width: unset;
	height: unset;
	min-height: 90px;
	margin-bottom: unset;
	border-radius: 10px;
	padding: 20px 15px;
}
.div-box-inner:hover{
	transform: none;
}
.box-icon{
	margin: 0 0 -20px 0;
	width: 70px;
}
.box-icon2{
	transform: translateY(-9px);
	margin: 0 0 5px 0;
	width: 40px;
}
.box-icon3{
	transform: translateY(-9px);
	margin: 0;
	width: 50px;
}
.box-txt{
	font-size: 8px;
	transform: translateY(43px);
	width: 98px;
}

.div-content-left{
	margin-left: 0;
}
.sus-h3{
	margin-bottom: 10px;
	font-size: 18px;
}
.a-btn-pdf > img {
  width: 40px;
}
.btn-pdf{
	font-size: 13px;
	width: 80%;
	text-align: left;
}


.div-service{
	min-height: unset;
}
.div-sustain{
	height: unset;
}
.div-hsse{
	min-height: unset;
}
.div-media{
	min-height: unset;
}
.div-quicklink{
	margin: 0;
	min-height: 550px;
	height: unset;
	padding-bottom: 20px;
}

.inner-header-menu{
	margin: 0px;
}
.inner-header-btn{
	min-width: 107px;
	font-size: 10px;
	width: unset;
	margin-left: 0px;
}
.inner-header-btn:hover{
	transform: none;
}

.div-services-content{
	width: 100%;
}
.div-services-content > .col-md-12{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px !important;
}
.div-border-right{
	border: none;
}
.txt-service-val{
	font-size: 20px;
}
.txt-service-info{
	font-size: 10px;
}

.div-service-cont{
	min-height: unset;
}

.img-service-cont1, .img-service-conv1{
	width: 100% !important;
}

.top-header-inner-service {
  max-height: 200px;
}
.hr-conv{
	display: none;
}
.hr-service-val{
	display: none;
}

.div-warehouse-val {
  margin: -20px 0 0 0;
  width: 100%;
}

.div-warehouse-val > .col-xs-12{
	text-align: unset !important;
	padding: 0 !important;
	margin-bottom: 20px;
}
.div-warehouse-val > .col-xs-12 > .txt-service-info, .div-warehouse-val > .col-md-12 > .txt-service-info{
	margin-bottom: 10px;
}

/* Carousel */
.div-service-imgs{
	width: 100%;
	padding-bottom: 20px;
}
.carousel-inner{
	height: 220px;
	margin-bottom: 30px;
  border-radius: 9px;
  box-shadow: #555 1px 4px 15px 0px;
}

.bg-img-carousel{
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel{
	width: 100%;
}

/* contact-us */
.div-content-inner-contact{
	padding: 10px 20px 25px 20px;
	margin: 0;
}
.contact-box{
	height: 200px;
}
.contact-txt{
	font-size: 20px;
	margin: 10px 10px 20px 10px;
}
.row-contact{
	margin: 0 -20px;
}

.txt-contact-title{
	font-size: 15px;
	margin-bottom: 5px;
}
.txt-contact-title > .txt-smol{
	font-size: 10px;
}
.txt-contact-txt{
	font-size: 12px;
}
.contact-breakline{
	display: block;
}

.header-policy{
	height: unset;
}

/* quick-links */
.qlink-btn{
	width: unset;
	height: unset;
	overflow: scroll;
}
.img-qlink{
	/* height: 70px; */
	margin-bottom: 20px;
}
.qlink-btn > p{
	font-size: 12px;
	height: 30px;
}

/* gradient-background */
.bg-animation{
	width: 200%;
	transform: translateY(35%);
}


/* Sustain */
.top-header-inner-sus{
	max-height: 220px;
}

/* header image re-position */
.img-header-hsse-security{
	transform: translateY(0px);
}
.img-header-service-conv{
	transform: translateY(0px);
}
.sus-box{
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 10px;
	min-height: 125px;
}
.sus-icon{
	width: 100%;
}
.sus-box > p{
	font-size: 11px;
}


.susalink{
	display: unset;
	width: unset;
	min-width: unset;
}
.sus-box2{
	margin-bottom: 20px;
	padding: 20px 10px;
	min-height: 150px;
}
.sus-icon2{
	height: unset;
	width: 45px;
	margin-bottom: 5px;
}
.sus-box2 > p, .sus-box2 > a > p {
  font-size: 11px;
}


ol.txt-paragraphs{
	padding-left: 20px;
}


/* BOD */
.div-content-bod{
	min-height: unset;
}

.bod-box{
	width: 150px;
  height: 193px;
  margin-bottom: 20px;
}
.bod-box > p {
  /* opacity: 1; */
  color: #fff;
  letter-spacing: 0.7px;
  margin-top: 100px;
	margin-bottom: 5px;
  font-size: 10px;
	/* text-shadow: 1px 1px 3px #000000; */
}
.bod-box > span {
  /* opacity: 1; */
  color: #fff;
  font-size: 10px;
	/* text-shadow: 1px 1px 3px #000000; */
}
.col-mgmt{
	width: 50%;
	min-width: unset;
}

.top-header-inner-quicklinks{
	max-height: 200px;
}
.top-header-inner-privacy{
	max-height: 200px;
}

/* NICE */
.img-booklet1 {
  width: 140px;
}
.img-booklet2 {
  width: 105px;
}

.div-nice-contact{
	background-color: #87d0fa61;
	padding: 5px;
	display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.ver-line{
	display: none;
}
.nice-list{
	padding-left: 20px;
}


/* Awards */
.award{
	width: 38%;
}


/* Milestone */
.timeline-item:nth-child(odd) .timeline-content {
  right: -29%;
}
.timeline-item:nth-child(even) .timeline-content {
  left: -29%;
}

.timeline-icon{
	font-size: 14px;
	width: 64px;
	height: unset;
	padding: 7px 2px;
}
.timeline-item{
	width: 0;
	margin-bottom: 40px;
}
.timeline-content h3 {
  font-size: 13px;
	margin: 10px 0 7px 0;
}
.timeline-content {
	width: 47%;
	padding: 5px 7px;
	border-radius: 10px;
	transform: translateY(22px);
}
.timeline-content p {
  line-height: 1.3;
  font-size: 12px;
	margin: 5px 0;
}

/* Tender */
.tender-icon{
	width: 30px;
	margin-bottom: 10px;
}
.tender-box > br{
	display: none;
}
.tender-box > p{
	font-size: 11px;
	margin-bottom: 10px;
}

/* Application Form */
.form-icon{
	width: 30px;
}
.form-box > p{
	font-size: 11px;
}

/* Gallery */
.top-header-inner-media{
	max-height: 220px;
}

/* Sitemap */
.sitemap-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 50px;
  margin-bottom: 20px;
	width: 100%;
	padding: 0 20px;
}
.sitemap-grid2{
	width: 100%;
	padding: 0 20px;
}
.sitemap-section ul li {
  margin-bottom: 5px;
}

/* Vendor */
.marginbottom{
	margin-bottom: 20px;
}

/* Modal */
.modal-content {
  margin: auto;
  padding: 1rem;
  width: 350px;
}
.modal-txt-container{
	text-align: unset;
}
.modal-img-body{
	background: none;
	display: flex;
  justify-content: center;
  align-items: center;
}
.modal-img{
	height: 220px;
	margin: 0px 10px;
}
.modal-img:hover{
	height: 220px;
	margin: 0px 10px;
}

.modal-header {
  padding: 5px;
	text-align: center;
}
.modal-header > h3{
	font-size: 20px;
	margin: 0 0 10px;
}
.modal-body{
	padding: 15px 5px 0;
	text-align: justify;
}

/* Footer */

.footerM{
	display: unset;
	position: fixed;
	bottom: 21px;
	left: 0;
	width: 100%;
  background-color: #135e8a;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  padding: 8px 5px;
	z-index: 9;
}
.footerM-div1 > p{
	margin-bottom: 7px;
}
.footerM-div1 > p > a{
	color: #f1f1f1;
	margin: 0 7px;
}
.img-footer2 {
	margin-left: 5px;
	width: 12px;
}
.footerM-div2 > .img-footer > img{
	width: 25px;
	margin: 0 10px;
	transform: rotate(0deg);
}

.footer2{
	display: none;
}

.footercopy{
	font-size: 8px;
}


}


/* shorter screen height */
@media (max-height: 680px){
	.hr-sidemenu{
		display: none;
	}
}
@media (max-height: 620px){
	.np-logo{
		display: none;
	}
	.reg-num{
		display: none;
	}

	.side-menu{
		margin-top: 10px;
	}
	.hr-sidemenu{
		display: none;
	}
}
@media (max-height: 500px){
	.side-menu{
		margin-top: 10px;
		transform: scale(0.9) translate(-10px, -20px);
	}
}
@media (max-height: 470px){
	.side-menu{
		margin-top: 10px;
		transform: scale(0.8) translate(-20px, -45px);
	}
}
@media (max-height: 390px){
	.side-menu{
		margin-top: 10px;
		transform: scale(0.7) translate(-40px, -95px);
	}

	/* footer */
	.footer2{
		padding: 3px;
		display: flex;
    justify-content: center;
    flex-wrap: nowrap;
	}
	.footer2 > .footer-div1{
		transform: scale(0.8);
	}
	
	.footer2 > .footer-div2{
		transform: scale(0.8);
	}
	.footer-div1 > p > a {
		margin-right: 13px;
	}
}