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

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

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

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

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

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

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

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

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

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

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


/* @font-face {
font-family: "Javacom";
src: url('../fonts/Javacom.otf');
   font-display: swap;
} */
body h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
/*HEADER*/

#front-slider .swiper-slide {
	height: 800px;
}

#front-slider .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

#front-slider .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}

#front-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #1cb2e7;
}

.slider-wrap {
	padding: 0;
	position: relative;
}

.menu-wrap {
	background: #fff;
}
.navbar button {
	border: 0;
	outline: 0;
}
.menu-wrap .navbar .nav-link {
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	position: relative;
}

.nav-link .menu-hover {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	background: url('../images/wawe.png') no-repeat;
	background-size: 100% 100%;
	opacity: 0;
}

.nav-link:hover .menu-hover {
	opacity: 1;
}
.nav-link .active{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	background: url('../images/wawe.png') no-repeat;
	background-size: 100% 100%;
	opacity: 1;
}

.dropdown-menu {
	border: 0;
}
.dropdown-item {
	text-align: center;
}
.dropdown-item:hover {
	background-color: #fff;
}
.dropdown-item:active {
	background-color: #fff;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	border: 0;
}

.header-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: calc(100% - 50px);
	padding-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.header-caption h1,h2,h3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
	-ms-align-items: center;
	align-items: center;
}
.header-caption h1 {
	font-family: 'Javacom';
	font-size: 66px;
	color: white;
}
.header-caption h2 {
	font-family: 'Montserrat-Regular';
	font-size: 60px;
	color: white;
	z-index: 888;
}
.header-caption h3 {
	font-family: 'Montserrat-Light';
	font-size: 20px;
	color: white;
}
/*END HEADER*/
/*ABOUT US*/
.about-us-text {
	padding-left: 130px;
}
.about-us h5 {
	font-family: 'Montserrat-ExtraBold';
	font-size: 60px;
	color: #002157;
	position: relative;
	top: 100px;
	z-index: 999;
	text-transform: uppercase;
	display: none;
}
.about-us h4 {
	font-family: 'Javacom';
	font-size: 60px;
	color: #d9dee6;
	margin-top: 45px;
	color: #002157;
}
.about-us p {
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #484848;
	margin-top: 25px;
	margin-bottom: 45px;
}
.about-us-button {
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	color: #002157;
	height: 56px;
	width: 212px;
	border: 1px solid #002157;
	background-color: rgb(255,255,255);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 95px;
}
.about-us-button:hover {
	text-decoration: none;
	color: #1cb2e7;
	border-color: #1cb2e7;
}
/* .about-us img {

} */
/*END ABOUT US*/
/*SERVICES*/
.services {
	background:  linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../images/services-background.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	/*min-height: 810px;*/
	margin: 0;
	padding: 0;
}
.services h4 {
	font-family: 'Javacom';
	font-size: 60px;
	color: #7f94a9;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
	top: -10px;
	/*margin-bottom: 80px;*/
	margin-top: 50px;
	color: #002157;
}
.services h5 {
	font-family: 'Montserrat-ExtraBold';
	font-size: 60px;
	color: #002157;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: relative;
	top: 110px;
	z-index: 999;
	text-transform: uppercase;
	display: none;
}
.services a:hover {
	text-decoration: none;
}
.card {
	height: 320px;
	width: 230px;
	margin: 9px 9px 9px 9px;
	box-shadow: 0 0 20px #999;
	border-radius: 0;
}
.card:hover {
	box-shadow: 0 0 30px #000;
	text-decoration: none;
	border: 3px solid #1cb2e7;
}
.card-body {
	background-color: #002157;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.card-text {
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	color: white;
	text-align: center;
}
.cards a:hover {
	text-decoration: none;
}
/*END SERVICES*/
/*EXPLORE*/
.explore h4 {
	font-family: 'Javacom';
	font-size: 60px;
	color: #7f94a9;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	position: relative;
	top: -10px;
	color: #fff;
}
.explore h5 {
	font-family: 'Montserrat-ExtraBold';
	font-size: 60px;
	color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	position: relative;
	top: 110px;
	z-index: 999;
	display: none;
}
.explore h2 {
	font-family: 'Montserrat-Regular';
	font-size: 60px;
	color: white;
}
.explore p {
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	color: white;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 65px;
}
.explore-button {
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	width: 215px;
	height: 55px;
	border: 1px solid white;
	background-color: transparent;
	color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
  	left: 50%;
  	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
  	margin-bottom: 70px;
}
.explore-button:hover {
	color: #1cb2e7;
	border-color: #1cb2e7;
}
.explore a {
	text-decoration: none;
}

/*END EXPLORE*/
/*FOOTER*/
/*MEMBERS*/
/* .members {
	/*min-height: 200px;
} */
.member-img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
/*END MEMBERS*/
.information {
	/*min-height: 200px;*/
	background-color: #002157;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.social-network-icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.social-network-icon a {
	text-decoration: none;
}
.social-network-icon i:hover {
	background-color: #d9a868;
}
.social-network-icon i {
	margin-left: 7px;
	margin-right: 7px;
	width: 35px;
	height: 35px;
	color: #002157;
	background-color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/* -ms-align-items: ; */
	align-items: center;
	justify-content: center;
}
.img-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.address, .mail, .phone {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: baseline;
	align-items: baseline;
	margin-left: 40px;
	/*margin-left: 80px;*/
}
.address, .mail, .phone p {
	margin-top: 3px;
	margin-bottom: 3px;
	/*margin-bottom: 20px;*/
}
.contact-information a {
	text-decoration: none;
}
.contact-information i {
	color: white;
}
.contact-information span {
	color: white;
	margin-left: 10px;
	font-family: 'Montserrat-Regular';
	font-size: 14px;
}
.copyright {
	min-height: 30px;
	background-color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
.copyright span {
	font-family: 'Montserrat-Regular';
	font-size: 14px;
	color: #414141;
}
.copyright a {
	color: inherit;
	text-decoration: none;
}
.copyright a:hover, .phone span:hover, .mail span:hover {
	color: #d9a868;
}

#services-slider .owl-nav {
	margin-top: 30px;
}

#services-slider .owl-nav .owl-prev {
	background: transparent;
	font-size: 30px;
	margin-right: 30px;
}
#services-slider .owl-nav .owl-next {
	background: transparent;
	font-size: 30px;
	margin-left: 30px;
}

.explore {
	padding: 0;
	position: relative;
}

#explore-slider .item {
	min-height: 700px;
}

.explore-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 50px;
	height: calc(100% - 50px);
	z-index: 10;
}

#explore-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

#explore-slider .owl-dots .owl-dot span {
	background: #fff;
}

#explore-slider .owl-dots .owl-dot.active span {
	background: #1cb2e7;
}

.members {
	/*padding-top: 30px;
	padding-bottom: 30px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.members img {
	max-height: 120px;
	padding-left: 35px;
	padding-right: 35px;
}
#member-slider {
	padding-left: 100px;
	padding-right: 100px;
}

#member-slider .owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#member-slider .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #d5d5d5;
	font-size: 30px;
}

#member-slider .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #d5d5d5;
	font-size: 30px;
}
.explore-page-explore {
	padding-top: 75px;
	padding-bottom: 75px;
}
	#explore-page-slider {
	padding-left: 70px;
	padding-right: 70px;
}

#explore-page-slider .owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#explore-page-slider .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #fff;
	font-size: 30px;
}

#explore-page-slider .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #fff;
	font-size: 30px;
}
/*About us page*/
.about-us-header {
	min-height: 210px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
.about-us-header h1 {
	font-family: 'Javacom';
	font-size: 52px;
	color: white;
}
/* .about-us-content {
	/*min-height: 760px;
} */
.about-us-bird {
	position: absolute;
	left: 45%;
	top: -75px;
}
.about-us-content h4 {
	font-family: 'Montserrat-Italic';
	font-size: 18px;
	color: #002157;
	margin-top: 80px;
	max-width: 460px;
}
.about-us-content span {
	font-family: 'Montserrat-Italic';
}
.about-us-content-text-left p, .about-us-content-text-right p {
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #484848;
	margin-top: 35px;
}
.about-us-content-text-right p {
	padding-left: 15px;
}
.about-us-content-text-left p:last-child {
	margin-bottom: 80px;
}
.about-us-content-text-right span {
	font-family: 'Montserrat-Italic';
	font-size: 18px;
	color: #002157;
}
.about-us-content-text-right p:last-child {
	max-width: 270px;
}
/*.about-us-ship {
	position: relative;
	left: 100%;
	z-index: -999;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-top: -100px;
}*/
.about-us-ship {
	position: relative;
	margin-top: -70px;
}
/*end of About us page*/

/*Services page*/
.services-header{
	min-height: 210px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
.services-header h1 {
	font-family: 'Javacom';
	font-size: 52px;
	color: white;
}
.services-content h4 {
	font-family: 'Montserrat-Italic';
	font-size: 17px;
	color: #002157;
	margin-top: 10px;
	max-width: 750px;
}
.services-content span {
	font-family: 'Montserrat-Regular';
}
.services-content p {
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #484848;
	margin-top: 35px;
}
.cards {
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.services-generic-page-content h5, .services-bunkering h5{
	font-family: 'Montserrat-SemiBold';
	/*font-size: 30px;*/
	font-size: 25px;
	color: #002157;
	/*margin-top: 60px;*/
	margin-top: 45px;
}
.services-generic-page-content p, .services-bunkering p{
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #484848;
	margin-top: 35px;
	margin-bottom: 35px;
}
.services-bunkering-important p {
	font-family: 'Montserrat-Italic';
}
.services-bunkering-important ul {
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #484848;
}
.bunkering-img {
	height: 350px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.services-generic-page-content li {
	font-family: 'Montserrat-Regular';
	font-size: 15px;
	color: #484848;
}
.services-bunkering {
	padding-top: auto;
	padding-bottom: auto;
}
.services-bunkering span{
	font-family: 'Montserrat-SemiBold';
}
 .services-bunkering-img {
 	margin-top: 15px;
 	/*margin-bottom: 10px;*/
 }
.services-generic-page-content p:last-child {
	margin-bottom: 45px;
}
.services-generic-page-content h6 {
	font-family: 'Montserrat-Bold';
	font-size: 17px;
	color: #002157;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
}
.services-generic-page-content span {
	margin-left: 20px;
}
.services-generic-page-content img {
	position: relative;
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
.services-images-services  {
	margin-top: 50px;
	margin-bottom: 50px;
}
/*form {
	margin-bottom: 100px;
}*/
.contact-us-form {
	margin-top: -250px;
}
.form {
	margin-bottom: 15px;
	margin-top: 15px;
}
.form label{
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	color: #002157;
	padding-bottom: 0;
}
.form .form-check-label {
	padding-bottom: 0;
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	color: #484848;
}
.form .form-check-input {
	height: 18px;
	width: 18px;
}
.form-check-input:hover {
	cursor: pointer;
}
.form span {
	font-family: 'Montserrat-Regular';
	font-size: 18px;
}
.form input, .form select, .form textarea {
	background-color: transparent;
	border: 1px solid #002157;
	border-radius: 0;
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	color: #002157;
}
.form input, .form select {
	height: 55px;
}
select{
	font-family: 'Montserrat-Regular';
	color: #002157;
	font-size: 18px;
}
option{
	font-family: 'Montserrat-Regular';
	color: #002157;
	font-size: 18px;
}
.form h6 {
	font-family: 'Montserrat-ExtraBold';
	font-size: 18px;
	color: #002157;
	margin-top: 35px;
}
.form h5 {
	font-family: 'Montserrat-Regular';
	font-size: 36px;
	color: #002157;
	margin-top: 30px;
	margin-bottom: 20px;
}
.textarea1 {
	resize: none;
	margin-bottom: 60px;
}
.textarea2 {
	resize: none;
}
.textarea-contact-us {
	resize: none;
	margin-bottom: 0;
}
.booking-btn-1 {
	background-color: #002157;
	color: #fff;
	border-radius: 0;
	height: 55px;
	width: 255px;
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-bottom: 8px;
}
.booking-btn-2 {
	background-color: #002157;
	color: #fff;
	border-radius: 0;
	height: 55px;
	width: 255px;
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	margin-top: -145px;
}
.contact-us-btn {
	background-color: #002157;
	color: #fff;
	border-radius: 0;
	height: 55px;
	width: 255px;
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-top: 25px;
	margin-bottom: 35px;
}
/*.img-ship-1 {
	position: absolute;
	right: -15px;
}*/
.img-ship-1 {
	position: absolute;
	margin-left: -15px;
}
.img-ship-2 {
	display: none;
}
.img-anchor-shell {
	position: absolute;
	margin-top: -70px;
}
.img-anchor-shell-2 {
	display: none;
}
/*End of Services page*/

/*Explore page*/
.explore-header{
	min-height: 210px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
.explore-header h1 {
	font-family: 'Javacom';
	font-size: 52px;
	color: white;
}
.explore-section-1 h4{
	font-family: 'Montserrat-Regular';
	font-size: 60px;
	color: #002157;
	margin-bottom: 60px;
}
.explore-section-1 h5{
	font-family: 'Montserrat-Regular';
	font-size: 24px;
	color: #282828;
	margin-top: 75px;
	margin-bottom: 20px;
}
.explore-section-1 p{
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #484848;
	margin-bottom: 35px;
}
.explore-section-1 p:last-child {
	margin-bottom: 85px;
}
.explore-section-1-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.explore-section-1-images {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.explore-section-1-img-1 {
	border: 10px solid #fff;
	box-shadow: 0 0 30px #bbb;
	transform: rotate(3deg);
	width: 450px;
	height: auto;
	margin-bottom: 200px;
}
.explore-section-1-img-2 {
	position: absolute;
	z-index: 999;
	left: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-top: 150px;
}
.explore-section-2 {
	padding: 115px 0;
}
.explore-section-2 p {
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
	max-width: 1000px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.explore-section-2 p:last-child {
	margin-bottom: 0;
}
.explore-section-3 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.explore-section-3-images {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.explore-section-3-img-1 {
	border: 10px solid #fff;
	box-shadow: 0 0 30px #bbb;
	transform: rotate(-3deg);
	width: 450px;
	height: auto;
	margin-bottom: 200px;
}
.explore-section-3-img-2 {
	position: absolute;
	z-index: 999;
	margin-top: 150px;
}
.explore-section-3 p{
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #484848;
	margin-top: 20px;
	margin-bottom: 20px;
}
.explore-section-3-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.explore-section-4 .item {
	border: 8px solid #fff;
	height: 290px;
	width: 290px;
}
/*End of explore page*/
/*Contact us page*/
.contact-us-header {
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-us-header h1{
	font-family: 'Javacom';
	font-size: 52px;
	margin-bottom: 50px;
}
.contact-us-header h6 {
	font-family: 'Montserrat-SemiBold';
	font-size: 18px;
}
.contact-us-address {
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	margin-bottom: 30px;
}
.contact-us-contact a{
	font-family: 'Montserrat-SemiBold';
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}
.contact-us-contact a:hover {
	color: #d9a868;
}
.contact-us-contact p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: baseline;
	align-items: baseline;
}
.contact-us-contact i {
	margin-right: 15px;
}
.contact-us-contact .fa-mobile-alt {
	margin-right: 21px;
}
.contact-us-img-bird {
	position: absolute;
	margin-top: -200px;
}
.message-button {
	position: relative;
	margin-top: -120px;
}
/*End of Contact us page*/
/*References page*/
.references-header {
	height: 210px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
.references-header h1{
	font-family: 'Javacom';
	font-size: 52px;
	color: #fff;
}
.references-table {
	padding-top: 55px;
	padding-bottom: 55px;
	border-bottom: 1px solid #c1c1c1;
}
td:nth-child(1) {
	width: 35px;
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	color: #002157;
}
td:nth-child(2) {
	width: 250px;
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	color: #002157;
}
td:nth-child(3) {
	width: 75px;
	font-family: 'Montserrat-Medium';
	font-size: 14px;
	color: #484848;
}
td:nth-child(4) {
	font-family: 'Montserrat-Medium';
	font-size: 14px;
	color: #484848;
}
.references-pagination {
	padding-top: 50px;
	padding-bottom: 100px;
}
.references-pagination .page-item {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 0;
}
.references-pagination .page-link {
	background-color: #e8ecf2;
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	color: #484848;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 0;
	border-radius: 0;
	margin-right: 2px;
}
.references-pagination .page-link:hover {
	background-color: #002157;
	color: #fff;
	border: 0;
	border-radius: 0;
}
#page-item-next,#page-item-last {
	width: 72px;
	border: 0;
}
#page-link-next ,#page-link-last{
	background-color: transparent;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	border: 0;
}
#page-link-next:hover ,#page-link-last:hover{
	background-color: #002157;
	color: #fff;
}
/*End of references page*/
/*Port Map page*/
.port-map-header {
	min-height: 210px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 80px;
}
.port-map-header h1 {
	font-family: 'Javacom';
	font-size: 52px;
	color: #fff;
}
.box {
	margin-top: -500px;
	position: relative;
	z-index: 9999;
	margin-bottom: 80px;
	background-color: white;
	max-width: 555px;
	padding: 0;
	margin-left: 30px;
	box-shadow: 0 0 30px #999;
}
.box-img {
	border-top: 10px solid #1cb2e7;
	width: 100%;
	height: auto;
}
.box-text {
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
}
.box-text h3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'Montserrat-Regular';
	font-size: 30px;
	color: #002157;
}
.box-text p {
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	color: #484848;
}
.port-map-arrow-btn {
	height: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.port-map-arrow-btn {
	justify-content:space-between;
}
.port-map-btn {
	width: 255px;
	height: 55px;
	background-color: #1cb2e7;
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	border: 0;
	border-radius: 0;
	/*margin-top: 90px;*/
}
.port-map-btn:hover {
	background-color: #002157;
}
.fa-arrow-down {
	color: #002157;
}
.fa-arrow-down:hover {
	color: #1cb2e7;
}
#map {
        height: 100%;
      }
      .generic-page-btn {
	margin-bottom: 20px;
	width: 255px;
	height: 55px;
	background-color: #002157;
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	border: 0;
	border-radius: 0;
	/*margin-top: 90px;*/
}
.generic-page-btn:hover {
	background-color: #1cb2e7;
}

/*End of Port Map page*/
@media (max-width: 991px) {
	.about-us-text {
		padding-left: 20px;
	}
	.social-network-icon{
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.img-logo{
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.address, .mail, .phone {
		justify-content: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.about-us h5,
	.services h5 {
		font-size: 40px;
		position: relative;
		top: 70px;
	}
	.explore h5 {
		font-size: 40px;
		top: 70px;
	}
	.explore p {
		font-size: 14px;
	}
	.explore h2 {
		font-size: 60px;
	}
	.explore-button {
		height: 46px;
		width: 192px;
	}
	.about-us h4,
	.services h4,
	.explore h4 {
		font-size: 70px;
	}
	.about-us p {
		font-size: 14px;
	}
	.about-us-button {
		height: 46px;
		width: 192px;
	}
	.services {
		min-height: auto;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.img-logo {
		justify-content: center;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.social-network-icon {
		justify-content: center;
	}
	.information {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.address, .mail, .phone {
	justify-content: center;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	.card {
		position: relative;
  		left: 50%;
  		-webkit-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		transform: translateX(-50%);
	}
	.card {
		margin-left: 0;
		margin-right: 18px;
	}
	.img-anchor-shell {
	position: absolute;
	margin-top: 0;
}
.contact-us-img-bird {
	position: absolute;
	margin-top: -150px;
}
.about-us-ship {
	margin-top: -100px;
}
}
@media (max-width: 767px) {
	.bunkering-img {
		display: none;
	}
	#front-slider .swiper-slide {
	height: 400px;
}
	/*About us page*/
	.about-us {
		background: none;
	}
	.about-us-text {
		text-align: center;
		padding-left: 10px;
	}
	.about-us-button {
		position: relative;
	  	left: 50%;
	  	-webkit-transform: translateX(-50%);
	  	-ms-transform: translateX(-50%);
	  	transform: translateX(-50%);
	}
	.members img {
		padding-left: 20px;
		padding-right: 20px;
	}
.about-us-header h1 , .services-header h1, .explore-header h1{
	font-size: 28px;
}
.about-us-bird {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
	width: 150px;
	height: 150px;
}
.about-us-content h4 {
	font-size: 20px;
	max-width: 100%;
}
.about-us-content-text-left p:last-child {
	margin-bottom: 0px;
}
.services-content h4{
	font-size: 20px;
	margin-top: 10px;
	max-width: 100%;
}
.services-generic-page-content h5, .services-bunkering h5{
	font-size: 20px;
	margin-top: 30px;
}
.services-generic-page-content p, .services-bunkering p{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.services-generic-page-content p:last-child {
	margin-bottom: 45px;
}
.services-generic-page-content li {
	font-size: 14px;
}
.services-generic-page-content h6 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.about-us-content-text-left p, .about-us-content-text-right p,.services-content p {
	font-size: 14px;
	margin-top: 15px;
}
.cards {
	padding-top: 20px;
	padding-bottom: 20px;
}
.address {
	text-align: center;
}
.about-us-content-text-right span {
	font-size: 14px;
}
.about-us-content-text-right p:last-child {
	max-width: 100%;
}
.about-us-content h4{
	margin-top: 20px;
}
.about-us-content-text-right p {
	padding-left: 0px;
}
.about-us-ship {
	margin-top: 0;
}
.contact-information span {
	font-size: 16px;
}
.copyright span {
	font-size: 12px;
}
form {
	margin-bottom: 0px;
	padding-bottom: 0;
}
.form {
	margin-bottom: 5px;
	margin-top: 5px;
}
.form label{
	font-size: 14px;
}
.form .form-check-label {
	font-size: 14px;
}
.form .form-check-input {
	height: 14px;
	width: 14px;
}
.form input, .form select {
	height: 40px;
}
.form input, .form select, .form textarea,option,select {
	font-size: 14px;
}
.form h6 {
	font-size: 14px;
	margin-top: 25px;
}
.textarea1 {
	resize: none;
	margin-bottom: 40px;
}
.booking-btn-1 {
	height: 40px;
	width: 220px;
	font-size: 16px;
	margin-bottom: 0px;
}
.booking-btn-2 {
	height: 40px;
	width: 220px;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0px;
}
.img-ship-1 {
	display: none;
}
.img-ship-2 {
	display: unset;
}
.img-anchor-shell-1 {
	display: none;
}
.img-anchor-shell {
	display: none;
}
.img-anchor-shell-2 {
	display: unset;
}
.explore-header h1 {
	font-size: 30px;
}
.explore-section-1 h4{
	font-size: 28px;
	margin-bottom: 28px;
}
.explore-section-1 h5{
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 5px;
}
.explore-section-1 p{
	font-size: 14px;
	margin-bottom: 15px;
}
.explore-section-1 p:last-child {
	margin-bottom: 40px;
}
.explore-section-1-img-1 {
	margin-bottom: 200px;
	transform: rotate(2deg);
}
.explore-section-1-img-2 {
	position: absolute;
	z-index: 999;
	left: 0%;
	-webkit-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	-o-transform: translateX(-0%);
	transform: translateX(-0%);
	margin-top: 75px;
	width: 90%;
}
.explore-section-3-img-1 {
	margin-bottom: 200px;
	transform: rotate(-2deg);
}
.explore-section-3-img-2 {
	position: absolute;
	z-index: 999;
	margin-top: 75px;
	width: 90%;
}
.explore-section-2 {
	padding: 55px 0;
}
.explore-section-2 p {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}
.explore-section-2 p:last-child {
	margin-bottom: 0;
}
.explore-section-3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.explore-section-3 p{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Contact us page*/
.contact-us-form {
	margin-top: -460px;
}
.contact-us-header {
	padding-top: 40px;
	padding-bottom: 40px;
}
.contact-us-header h1{
	font-size: 30px;
	margin-bottom: 25px;
}
.contact-us-header h6 {
	font-size: 14px;
}
.contact-us-address {
	font-size: 14px;
	margin-bottom: 15px;
}
.contact-us-contact a{
	font-size: 14px;
}
.contact-us-contact i {
	margin-right: 10px;
}
.contact-us-contact .fa-mobile-alt {
	margin-right: 16px;
}
.contact-us-img-bird {
	position: absolute;
	margin-top: -100px;
}
#contact-us-form-heading h5{
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact-us-btn {
	height: 40px;
	width: 200px;
	font-family: 'Montserrat-Regular';
	font-size: 17px;
	margin-bottom: 0px;
}
.message-button {
	position: relative;
	margin-top: 0;
}
/*End of Contact us page*/
/*References page*/
.references-header {
	height: 210px;
}
.references-header h1{
	font-size: 30px;
}
.references-table {
	padding-top: 40px;
	padding-bottom: 25px;
}
td:nth-child(1) {
	width: 28px;
	font-size: 14px;
}
td:nth-child(2) {
	width: 125px;
	font-size: 14px;
}
td:nth-child(3) {
	width: 60px;
	font-size: 14px;
}
td:nth-child(4) {
	font-size: 14px;
}
.references-pagination {
	padding-top: 25px;
	padding-bottom: 50px;
}
.references-pagination .page-item {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	margin-right: 3px;
}
.references-pagination .page-link {
	font-size: 14px;
}
#page-item-next,#page-item-last {
	width: 50px;
}
/*Port Map page*/
.port-map-header {
	min-height: 210px;
	margin-bottom: 40px;
}
.port-map-header h1 {
	font-size: 30px;
}
.box {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 100%;
	margin-left: 0px;
}
.box-text h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 15px;
}
.box-text p {
	font-size: 14px;
}
.port-map-arrow-btn {
	height: 80px;
}
.port-map-btn {
	width: 200px;
	height: 45px;
	font-size: 16px;
	margin-top: 0;
}
#map {
        height: 100%;
      }
.explore-section-4 .item {
	border: 8px solid #fff;
	height: 290px;
	width: auto;
}
.generic-page-btn {
	margin-bottom: 0px;
	}
/*End of Port Map page*/
}
@media (max-width: 575px) {
	.navbar-brand img {
		height: 35px;
		width: 100px;
	}
	.header-caption h1 {
		font-family: 'Javacom';
		font-size: 36px;
		color: white;
	}
	.header-caption h2 {
		font-size: 36px;
		color: white;
		z-index: 888;
	}
	.header-caption h3 {
		font-family: 'Montserrat-Light';
		font-size: 15px;
		color: white;
	}
	#member-slider {
		padding-left: 50px;
		padding-right: 50px;
	}
	#explore-page-slider {
		padding-left: 0px;
		padding-right: 0px;
	}
	.about-us h5,
	.services h5 {
		font-size: 30px;
		position: relative;
		top: 50px;
	}
	.explore h5 {
		font-size: 30px;
		top: 50px;
	}
	.about-us h4,
	.services h4,
	.explore h4 {
		font-size: 50px;
	}
	.card {
		position: relative;
		margin-left: 0;
  		left: 50%;
  		-webkit-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		transform: translateX(-50%);
	}
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
