@font-face {
    font-family: Alice;
    src: url(fonts/Alice-Regular.ttf);
}

body, html {
	font-family: Alice, 'Open Sans', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1, h2, h3, h4 {
	font-family: Alice, 'Raleway', sans-serif;
}	
h2 {	
	font-weight: 400;
	font-size: 36px;
	color: #333;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	color: #000;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eee;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 0 15px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #d43031;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d43031 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #d43031;
	border-color: #d43031;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #777;
	background-color: transparent;
	border: 2px solid #777;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #ddd;
	border: 2px solid #d43031;
	background-color: #d43031;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro-logo {
    width:200px; 
	margin-left: 0; 
	margin-top: 100px
}
@media screen and (max-width: 1200px) and (orientation:portrait) {
  .intro-logo {
	display: block;
	margin-top: 100px;
	margin-left: auto;
    margin-right: auto;
  }  
}
.intro h1 {
	font-family: 'Alice', Tahoma;
	color: #fff;
	font-size: 4em;
	font-weight: 400;
	text-align: left;
	margin-top: -100px;
}
@media screen and (max-width: 1200px) and (orientation:portrait) {
  .intro h1 {
	font-size: 3em;
    text-align: center;
	margin-top: -100px;	
  }  
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-top: 150px;
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 5px;
	max-width: 200px; 
}

.intro p:hover {
    background-color: #f2f2f2;
}	
.intro a:hover {
    color: #000;	
}	
@media screen and (max-width: 1200px) and (orientation:portrait) {
  .intro p {
	margin: auto;
	margin-top: 100px;		
  }  
}

header .intro-text {
	padding-top: 200px;
	padding-bottom: 50px;
	text-align: center;
}


/* About Section */
#about {
	padding: 0;
    background: #f6f6f6;   
}
#about .about-text {
	padding: 60px 0px 0px 0px;
	color: #000;
}
#about .about-img {
	background: #004258 url(../img/logo.jpg) center center no-repeat;
	background-size: cover;	
    height: 600px;
}
@media screen and (max-width: 1200px) and (orientation:portrait) {
  #about .about-img {	
    height: 400px;
  }
}	
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}

/* Features Section */
#features {
	padding: 100px 0;
	background-color: #fff;
}
#features .container {
	width: 100%;
	background-color: #004258;
	padding-top:25px;
	padding-bottom: 25px;
}	
#features .features-item {
	margin: 0 1px;
}
#features img {
	margin: 0px auto 20px;
}
#features .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#features p {
	line-height: 24px;
	margin: 15px 0 30px;
}

#features h2, h3 {
    color: #fff;
}

/* Agency Section */
#agency {
	padding: 0;
	background: #f6f6f6;
}
#agency h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#agency .agency-text {
	padding: 60px 0;
	color: #000;
}
#agency .agency-img {
	background: #444 url(../img/agency-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 1200px;
}
#agency p {
	line-height: 24px;
	margin: 15px 0 30px;
}
#agency ul.timeline {
    list-style-type: none;
    position: relative;
}
#agency ul.timeline:before {
    content: ' ';
    background: #123c4a;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
#agency ul.timeline > li {
    margin: 15px 0;
    padding-left: 30px;
	font-family: Alice, 'Open Sans', serif;
}
#agency ul.timeline > li:before {
    content: '\2713';
    background: #f6f6f6;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
    text-align: center;
    line-height: 20px;
    color: #123c4a;
    font-size: 1px;
    border: 2px solid #123c4a;
}
#agency ul.timeline > li.active:before {
    content: '\2713';
    background: #28a745;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 1px;
    border: 2px solid #28a745;
}

	
/* Shipbroking Section */
#shipbroking {
	padding: 0;
	background: #004258;
}
#shipbroking h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#shipbroking .shipbroking-text {
	padding: 60px 0;
	color: #fff;
}
#shipbroking .shipbroking-img {
	background: #444 url(../img/shipbroking-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 700px;
}
#shipbroking h2 {
    color: #fff;	
}	
#shipbroking p {
	line-height: 24px;
	margin: 15px 0 30px;
}

/* Forwarding Section */
#forwarding {
	padding: 0;
	background: #f6f6f6;
}
#forwarding h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#forwarding .forwarding-text {
	padding: 60px 0;
	color: #000;
}
#forwarding .forwarding-img {
	background: #444 url(../img/shipbroking-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 860px;
}
#forwarding p {
	line-height: 24px;
	margin: 15px 0 30px;
}
#forwarding ul.timeline {
    list-style-type: none;
    position: relative;
}
#forwarding ul.timeline:before {
    content: ' ';
    background: #123c4a;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
#forwarding ul.timeline > li {
    margin: 15px 0;
    padding-left: 30px;
	font-family: Alice, 'Open Sans', serif;
	font-size: 12px;
}
#forwarding ul.timeline > li:before {
    content: '\2713';
    background: #f6f6f6;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
    text-align: center;
    line-height: 20px;
    color: #123c4a;
    font-size: 1px;
    border: 2px solid #123c4a;
}
#forwarding ul.timeline > li.active:before {
    content: '\2713';
    background: #28a745;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 1px;
    border: 2px solid #28a745;
}


/* Yachting Section */
#yachting {
	padding: 0;
	background: #004258;
}
#yachting h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#yachting .yachting-text {
	padding: 60px 0;
	color: #fff;
}
#yachting .yachting-img {
	background: #444 url(../img/yachting-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 1140px;
}
#yachting h2 {
    color: #fff;	
}	
#yachting p {
	line-height: 24px;
	margin: 15px 0 30px;
}

#yachting ul.timeline {
    list-style-type: none;
    position: relative;
}
#yachting ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
#yachting ul.timeline > li {
    margin: 15px 0;
    padding-left: 30px;
	font-family: Alice, 'Open Sans', serif;	
}
#yachting ul.timeline > li:before {
    content: '\2713';
    background: #004258;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 1px;
    border: 2px solid #d4d9df;
}
#yachting ul.timeline > li.active:before {
    content: '\2713';
    background: #28a745;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 1px;
    border: 2px solid #28a745;
}

#yachting h6 {color: #fff}

/* end timeline */

/* Team Section */
.team-section {
	padding: 0;
	background: #f6f6f6;	
}	
.team-section .section-heading {
    padding: 50px 0;	
}	

.team-team {
	padding:20px; 
	-webkit-transition:.3s all;
	transition:.3s all;
	position:relative;
	top:0;
	margin-bottom:20px
}
.team-team .media {
	margin-bottom:20px
}
.team-team .media img {
	border-radius:50%; 
	width:90px; 
	margin:0 auto
}
.team-team .text h3 {
	font-size:20px; 
	margin:0; 
	color: #0a3f51
}
.team-team .text p {
	margin-bottom:10px; 
	color: #08404f
}


/* Gallery Section */
#gallery {
	padding: 0;
}
#gallery .gallery-item {
	margin: 0 -15px;
}
/* Team Section */
#team {
	padding: 120px 0;
}
#team h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#team img {
	max-width: 550px;
}
#team .team-img {
	display: inline-block;
	position: relative;
}


/* Customers Section */
#clogo {
	padding: 50px 0px;
	background: #eeeeee;
	text-align: center;
}


#clogo .service-box {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px 5px;
  margin: 5px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.15), 
              0px 4px 8px rgba(0,0,0,0.15), 
              0px 8px 16px rgba(0,0,0,0.15), 
              0px 16px 32px rgba(0,0,0,0.15);
  background-color: #fff;
  color: #000;
}


/* Contact Section */
#contact {
	padding: 100px 0;
	background: #004258;
}
#contact .contact-item p {
	font-size: 15px;
	color: #fff;
}
#contact .section-title {
	margin-top: 60px;
	margin-bottom: 40px;
}
#contact form {
	padding: 0;
}
#contact h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	color: #aaa;
	padding: 20px 0;
}
#contact h3::after {
	position: absolute;
	content: "";
	background: #d43031;
	height: 2px;
	width: 40px;
	bottom: 0;
	margin-left: -20px;
	left: 50%;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #ccc;
	background-color: rgba(255,255,255,.2);
	background-image: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control:-moz-placeholder {
color: #999;
}
.form-control::-moz-placeholder {
color: #999;
}
.form-control:-ms-input-placeholder {
color: #999;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .social {
	margin-top: 15px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 15px;
}
#contact .social i.fa {
	font-size: 20px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	background-color: #fff;
	color: green;
}

/* Footer Section*/
#footer {
	background: #00506b;
	padding: 40px 0 20px 0;
}
#footer .social {
	margin-top: -5px;
	text-align: right;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 15px;
}
#footer .social i.fa {
	font-size: 24px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 14px;
	color: #fff;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #eee;
}
