body {color: #000;font-family: 'Poppins', sans-serif;font-size: 14px;}
a, a:hover{text-decoration: none;}
p{line-height: 1.75;}
h1, h2, h3, h4, h5, h6, .btn{font-family: 'Lato', sans-serif;}
.btn{
	border-radius: .35rem;
	font-size: 16px;
	font-weight: 600;
	padding: .675rem 1.5rem;
}
.btn-primary{background-color: #11b2f3;border-color: #11b2f3;}
header{border-top: 4px solid #b2d4fc;font-family: 'Lato', sans-serif;}
.navbar{padding: 1.65rem 0;}
.navbar-brand{
	position: absolute;
    left: 0;
    top: 0;
    width: 8%;
    z-index: 2;
}
.navbar-brand img{box-shadow: 0 0rem .85rem rgba(0, 0, 0, 0.15);}
.navbar-light .navbar-nav .nav-link{
	color: #000;
	font-size: 13px; 
	font-weight: 600;
	margin-right: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover{color: #0ba4e1;}
.dropdown-toggle::after{display: none;}
.navbar-nav .dropdown-menu {
    border: 0;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
    padding: 1rem;
}
.navbar-nav .dropdown:hover .dropdown-menu{display: block;}
.dropdown-submenu {position: relative;}
.dropdown-submenu>.dropdown-menu {
	display: none !important;
	left: 100%;
	margin-left: 1px;
	margin-top: -6px;
	top: 0;
}
.dropdown-submenu:hover>.dropdown-menu {display: block !important;}
.dropdown-submenu>a:after {
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu {
	-moz-border-radius: 6px 0 6px 6px; 
	-webkit-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
	left: 100%;
	margin-left: 10px;
}
.dropdown-menu{margin-top: 0;}
.dropdown-submenu a, .dropdown-item a, .dropdown-item{
	color: #000; 
	display: block;
	font-size: 13px; 
	font-weight: 600;
}
.dropdown-item{padding: 0.5rem 1rem;}
.dropdown-submenu a:hover, .dropdown-item a:hover, .dropdown-item:focus a, .dropdown-item:hover{color: #fff;background-color: #0ba4e1;}
.dropdown-item.dropdown-submenu:hover a.dropdown-toggle{color: #000;}
.navbar-nav .dropdown-menu.right-0{right: 0;left:auto;}
.banner{color: #fff;position: relative;}
.carousel-item img{height: 110vh;object-fit: cover;}
.banner-overlay{
	bottom: 0;
	height: 100%;
	left: 7vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 89%;
	z-index: 1;
}
.banner span{font-size:14px; letter-spacing: 0.35rem;position: relative;}
.banner span:before{
	content: "";
    background-color: #3ebcef;
    bottom: -8px;
    display: inline-block;
    height: 1px;
    left: -2rem;
    position: absolute;
    width: 50%;
}
.banner h1{
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 1;
	margin: .75rem 0 2rem;
}
.banner h1 span{
	font-size: 5.5rem;
	font-weight: 200;
	letter-spacing: normal;
}
.banner h1 span:before{display: none;}
.banner p{font-size: 18px;margin-bottom: 2rem;}
.banner .btn-warning{
	background-color: #bd8f01;
	border-color: #bd8f01;
	color: #fff;
	padding: .75rem 5rem;
}
.h-85{height: 85%;}
.sec-padd{padding: 4rem 0;}
.circle{
	animation: pulse 2s infinite ease-out;
	background-color: #00457c;
	border-radius: 50%;
	border: 10px solid #fff;
	box-shadow: 0 0 0 0 rgba(0,181,255, 0.6);
	height: 130px;
	margin: 0 auto 2rem;
	padding: 1.5rem;
	position: relative;
	width: 130px;
}
.banner-bottom-circle p{font-size: 18px; font-weight: 500;color: #000;}
.about{
	background-image: url(../images/about-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.inner-banner{
	background-image: url(../images/inner-banner.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 55vh;
}
.inner-banner-01{background-image: url(../images/inner-banner-01.png);}
.inner-banner-02{background-image: url(../images/inner-banner-02.png);}
.inner-banner-03{background-image: url(../images/inner-banner-03.png);}
.inner-banner-04{background-image: url(../images/inner-banner-04.png);}
.heading{
	font-size: 1.65rem;
	font-weight: 600;
	margin-bottom: 2rem;
	position: relative;
}
h1.heading{font-size: 1.85rem;}
.heading span{color: #0ba4e1;}
.heading:before{
	content: "";
    background-color: #0ba4e1;
    bottom: -8px;
    display: inline-block;
    height: 1px;
    left: -2rem;
    position: absolute;
    width: 20%;
}
.services{
	background-image: url(../images/services-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.services .heading{color: #fff;}
.services .heading:before, .news .heading:before, .values .heading:before{width: 40%;left: 2rem;}
.services .card{
	border-radius: .55rem;
	border:0px;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
	margin: .85rem;
}
.services .card img{
	border-top-left-radius: .55rem;
	border-top-right-radius: .55rem;
	height: 220px; 
	object-fit: cover;
}
.services .card .card-title, .news .card .card-title{font-size: 17px;font-weight: 600;}
.services .card .btn-outline-secondary:hover{background-color: #11b2f3;border-color: #11b2f3;}
.services .card .card-icon{
	bottom: -1.5rem;
	height: 55px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 55px;
}
.video{
	background-image: url(../images/video-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 110vh;
	position: relative;
	z-index: 2;
}
.video .heading{font-size: 3rem;font-weight: 700;}
.video .heading:before{width: 40%;}
.video img{animation: colorpulse 2s infinite;border-radius: 50%;}
.news{
	background-image: url(../images/news-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -8rem;
    padding: 15rem 0 8rem;
    position: relative;
    z-index: 1;
}
.news .btn-link{
	color: #11b2f3;
	display: block;
	font-size: 14px;
	padding: .75rem 0;
	text-decoration: none;
}
.news .btn-link .dropdown-divider{
	width: 40%;
    border-top: 1px solid #11b2f3;
    margin: .5rem 2.5rem 0 auto;
}
.news .owl-carousel .owl-stage-outer{padding-top: 4rem;}
.news .card{
	border-radius: 0;
	border:0px;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.news .owl-carousel img{
	border-top-right-radius: .55rem;
	width: 90%;
    border-top-left-radius: .55rem;
    margin: -3rem auto 0;
}
.top-footer{
	background-image: url(../images/top-footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    font-weight: 500;
    padding: 4rem 0;
}
.top-footer h5{font-weight: 700;}
.top-footer .dropdown-divider{
	width: 20%;
    border-top: 3px solid #000;
    margin: .5rem auto 1rem -0.5rem;
}
.top-footer li{margin-bottom: 1rem;}
.top-footer a{color: #000;font-weight: 500;}
.footer-logo-img img{margin-bottom: 1rem;width: 50%;}
.bottom-footer{
	background-color: #115eb4;
	color: #fff;
	padding: 1rem 0;
}
.bottom-footer li{margin-right: 1rem;}
.bottom-footer li a{color: #fff;}
.values{
	background-image: url(../images/services-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 8.5rem;
	position: relative;
	z-index: 1;
}
.values .col-lg-2 {width: 20%;}
.values p{
	padding: 2rem 1rem;
    background-color: rgba(178,231,252,0.65);
    border-radius: 0.35rem;
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.15);
    font-size: 15px;
    font-weight: 500;
    height: 100%;
}
.name {color: #00457c;font-size: 15px;font-weight: 600;}
.des{color: #11b2f3;font-weight: 600;}
.services-inner{
	background-image: url(../images/services-page-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.fleet-inner{
	background-image: url(../images/services-page-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.services-inner li{font-size: 13px;font-weight: 600;margin-bottom: 1rem;}
.services-inner img{height: 55vh;width: 100%;}
.services-inner-img img{height: 30vh;object-fit: cover;}
.services-inner form img{height: auto;}
.services-sidebar{
	background-color: #115eb4;
	border-radius: 0.25rem;
	padding: 1rem;
}
.services-sidebar h3{
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.services-sidebar li{
	background-color: #fff;
	padding: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
}
.immediate-opening ul li{margin-bottom: .75rem;}
.vessel-type{
	border-radius: 0.45rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	position: relative;
}
.vessel-type img{height: 25vh;object-fit: cover;transition: .5s all ease;}
.vessel-type:hover img{transform: scale(1.1);}
.vessel-type .overlay{
	position: absolute;
    background-color: rgb(0 0 0 / 50%);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    padding: 0.375rem;
    text-align: center;
    width: 100%;
}
@-webkit-keyframes pulse {
  0% {-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);}
  70% {-webkit-box-shadow: 0 0 0 30px rgba(204,169,44, 0);}
  100% {-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);}
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    -moz-box-shadow: 0 0 0 0 rgba(0,181,255, 0.1);
    box-shadow: 0 0 0 0px rgba(0,181,255, 0.1);
  }
  70% {
        transform: scale(1);
      -moz-box-shadow: 0 0 0 30px rgba(0,181,255, 0.17);
      box-shadow: 0 0 0 15px rgba(0,181,255, 0.17);
  }
  100% {
        transform: scale(0.95);
      -moz-box-shadow: 0 0 0 0 rgba(0,181,255, 0.1);
      box-shadow: 0 0 0 0px rgba(0,181,255, 0.1);
  }
}
.inner-bg .carousel-item img{height: 55vh;}
.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
    bottom: 0;
    margin: auto;
    top: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-] span{
	font-size: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 50px;
    line-height: 45px;
    width: 50px;
}
.owl-carousel .owl-nav button.owl-prev{left: -3rem;}
.owl-carousel .owl-nav button.owl-next{right: -3rem;}
#news.owl-carousel .owl-nav button.owl-prev{left: -4rem;}
#news.owl-carousel .owl-nav button.owl-next{right: -4rem;}