@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
body {
  line-height: 24px;
  font-size: 14px;
  color: #0B86D3;
  font-weight: 400;
  color: #444;
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
p {
  margin: 0px;
  font-size: 16px;
}
h1,h2,h3,h4,h5,h6,p {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.row-margin-05 { margin-top: 0.5em; }
.row-margin-10 { margin-top: 1.0em; }
.row-margin-20 { margin-top: 2.0em; }

/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 12px 25px;
  border-radius: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.title {
  text-align: center;
  padding-bottom: 70px;
}
.title h2 {
  color: #436574;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #0B86D3;
    position: absolute;
    top: 12px;
    left: -60px;
}
.title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0B86D3;
    position: absolute;
    top: 12px;
    right: -60px;
}
.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817C7C;
}

#mixed-items .mix {
  display: none;
}
/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
/* header style */
header {
  padding: 20px 0;
  background: #fff;
}
#nav {
  padding-top: 35px;
}
header .navbar {
  height: auto;
  margin-bottom: 0;
}

#navigation {
  padding: 5px;
}
.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}
.navbar-brand {
  padding: 0;
  height: auto;
  width:  100%;
}
.navbar-toggle {
  border-color: #333;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #0B86D3;
}
.navbar-toggle:hover .icon-bar {
  background: #0B86D3;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #2a5879;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #3D5B75;
}
.navbar-default .navbar-text {
  color: #2a5879;
}
.navbar-default .navbar-nav > li > a {
  color: #2a5879;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3D5B75;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #2a5879;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #3D5B75;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #3D5B75;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #3D5B75;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #2a5879;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #2a5879;
}
.navbar-default .navbar-link {
  color: #2a5879;
}
.navbar-default .navbar-link:hover {
  color: #3D5B75;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2a5879;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3D5B75;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #3D5B75;
    background-color: #ffffff;
  }
}




.menu a {
  color: #678AB4;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}
.menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #0B4B7B;
  transition: 0.3s;
}
.menu a:hover {
  background: transparent;
  color: #0B4B7B;
}

.menu .active a {
  color: #0B4B7B;
  font-weight: 500;
}

.menu .active a:before{
  width: 25px;
}

.menu a:hover:before {
  width: 25px;
}

/* =================
   Home page style
   ================= */
#banner {
  background: url('../img/banner.jpg');
  background-size: cover;
  padding: 250px 0;
  position: relative;
}
#banner:before {
  position: absolute;
  z-index: 99;
  /*background: rgba(0, 0, 0, 0.73);*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
#banner .block {
  position: relative;
  z-index: 999;
  color: #fff;
}
#banner .block h1 {
  padding-bottom: 25px;
  font-size: 55px;
  font-weight: 100;
  color: #0B86D3;
}
#banner .block h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
#banner .block .btn-learn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s;
}
#banner .block .btn-learn:hover {
  border-color: #0B86D3;
  color: #0B86D3;
}
#banner .block .buttons {
  margin-top: 40px;
}
#banner .block .buttons a:first-child {
  margin-left: 0;
}
#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
}
#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}
#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}
#about-us .read-more, #services .read-more, #safety .read-more, #news .read-more{
    text-align: right;
}
#counter {
  background: url(../img/sea-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 60px 0;
}
#counter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15,14,14, 0.62);
}
#counter .title {
  position: relative;
}
#counter .title h2 ,#counter .title p {
  color: #fff;
}
#counter .block {
  margin-bottom: 20px;
}
#counter .block i {
  display: block;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 20px;
  color: #0B86D3;
}
#counter .block span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}
#counter .block .count-text {
  font-size: 36px;
}
#counter .block p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding-top: 20px;
}
#contact-form {
  padding: 100px 0;
  background:#f9f9f9;
}
#contact-form form input,
#contact-form form textarea {
  padding: 24px 20px 0;
  border-color: #0B86D3;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}
#contact-form form input {
  margin-bottom: 15px;
  padding: 24px 27px;
}
#contact-form form textarea {
  margin-bottom: 28px;
  min-height: 172px;
  resize: none;
}
#contact-form form button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 17px 43px;
  background: #0B86D3;
  border-radius: 40px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}
#contact-form form button:hover {
  background: none;
  color: #0B86D3;
  border-color: #0B86D3;
}
#footer-top iframe {
  width: 100%;
  height: 385px;
  transform: translateZ(0px);
  background-color: #ffffff;
  border: 0;
}
/** Google Map**/
/* line 125, ../../scss/_contact.scss */
.map #googleMap {
  min-height: 345px;
  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}
/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
#global-header {
  background: url(../img/contact-slider-img.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}

/* ================ Contact end ========================= */
/* =====================
   Service page style
   ===================== */
#cert-logos {
  padding: 50px ;
  text-align: center;
}
#cert-logos a {
  padding: 14px 24px;
  display: block;
}
#cert-logos a img {
  transition: 0.3s;
  margin: 0 auto;
}
#cert-logos a:hover img {
  transform: scale(1.2);
}
#cert-logos .img-responsive {
  height: 50px;
}

#header-slider {
  padding: 0;
}
#header-slider img {
  width: 100%;
  height: auto;
}


footer {
  background: #202322;
  padding: 42px 0 65px 0;
  text-align: center;
}
footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 26px;
}


#services {
  padding:50px 0;
  background: #dadfe1;
}
#services .img-responsive {
  height: 250px;
  width: 100%;  
}

#services .block {
  background: #f1f1f1;
  text-align: center;
  width: 100%;
  border: 2px solid #fff;
}

#services .content {
  padding:30px 25px; 
  text-align: left;
  min-height: 405px;
  max-height: 405px;
}
#services .content h3 {
  text-align: center;
}

#services .content p {
  color: #000;
  font-size: 14px;
}

#services .content h3 {
  padding-bottom:10px;
  font-size: 18px; 
}

#services .row {
  margin-top: 30px;
}

#services .lead {
  line-height: 1.8;
}

#services h3 {
  color: #436574;
}

#our-fleet-container {
  padding: 30px 0;
}

#our-fleet-container .title {
  text-align: center;
  padding-bottom: 20px;
}

#our-fleet-container .title h3 {
  color: #436574;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 500;  
}

#contact-us {
  margin-top: 50px;
  padding: 0;
  position: relative;
}

#contact-us .building {
  width: 100%;
}

#contact-us .title {
  padding: 20px;
}

#contact-us:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}
#contact-us .block {
  text-align: center;
}
#contact-us .block h2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#contact-us .block p {
  text-align: center;
  color: #dfdfdf;
  font-family: 'Lora', serif;
  font-size: 15px;
  line-height: 22px;
}
#contact-us .block .button {
  position: relative;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #0B86D3;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  transition: all 300ms linear;
  font-size: 30px;
  margin-top: 10px;
}
#contact-us .block .button:hover {
  color: #424242;
  border-color: red;
}

#about-us {
  padding: 100px 0;
}

footer {
  background: none;
  padding: 60px 0 10px 0;
  text-align: left;
  color: #73777B;
}

footer p {
  padding-top: 8px;
}

footer .company_name {
  font-weight: bolder;
  color: #005797;
}

.top-buffer { 
  margin-top: 40px; 
}

#our-fleet-container h3 {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

#safety {
  padding: 80px 0 10px;
  /*background: #dadfe1;  */
}
  position: relative;
  overflow: hidden;
  border:3px solid transparent;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  text-align: center;
}

#safety .block img {
  position: relative;
}

#safety .team-overlay h3,
#safety .team-overlay span {
  color: #333;
}
#safety .team-overlay span {
  display: block;
  font-size: 13px;
  padding-top: 10px;
}

#media {
  padding: 240px 0;
  text-align: center;
}

#media .bold {
	font-weight: bold;
}

#media .underline {
	text-decoration: underline;
}

#news {
  padding: 150px 0;
  text-align: center;
}

#news  .title {
	color: #436574;
	padding: 0 10px;
    font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

#news  .title a {
	color: #436574;
	text-decoration: none;
}

#news  .news_date {
    color: #a0a1a3;
	padding: 0 10px;
    line-height: 1.2;
	text-align: left;
}

.parallax-window {
    width:  100%;
    min-height: 400px;
    background: transparent;
}

/*.safety-header {
  padding: 200px 0;
  position: relative;
}

.safety-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}*/

.safety-header {
    min-height: 280px;
    padding: 250px 0;
}
.vessel-counters, #counters-footer {
    min-height: 180px;
}

address {
  padding: 20px;
  font-size: 18px;
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

#our-fleet-container .table td.text-center, #our-fleet-container .table th.text-center {
  text-align: center;
} 

#our-fleet-container h3 {
  color: #436574;
}

#our-policies {
    padding: 160px 0; 
}

#our-policies .title {
    padding-bottom: 30px; 
}

#our-policies .title p {
    text-align: left; 
}

#our-policies .title p {
    text-align: left; 
}

#our-policies .policy-link {
  text-decoration: none;
  font-weight: bolder;
}

#our-policies .title h3 {
  color: #436574;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 500;  
}

.news-title h2 {
  color: #436574;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.news-title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #0B86D3;
    position: absolute;
    top: 12px;
    left: -60px;
}
.news-title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0B86D3;
    position: absolute;
    top: 12px;
    right: -60px;
}
