/********** GLOBAL **********/
body {
	color: #000000;
	font-size: 16px;
	background: #eefdff;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}

body h2 {
	text-align: center;
}

iframe {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.full {
	width: 100%;
	float: left;
}
a {
	text-decoration: none !important;
	color: #31adea;
}
.btn {
	cursor: pointer;
}
.btn-lg {
}
.form-control {
	box-shadow: none !important;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
}
.bg-primary {
    background: rgb(0,111,190);
    background: -moz-linear-gradient(top, rgba(0,111,190,1) 0%, rgba(35,41,117,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,111,190,1) 0%, rgba(35,41,117,1) 100%);
    background: linear-gradient(to bottom, rgba(0,111,190,1) 0%, rgba(35,41,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fbe', endColorstr='#232975', GradientType=0 );
}
.text-primary {
	color:#222d79 !important;
}
.border-primary {
    border-color: #222d79!important;
}
.bg-danger {
    background-color: #a50217 !important;
}
.btn-danger {
    background-color: #a50217;
    border-color: #a50217;
}

.accordion-button {
    background: #00278a !important;
    color: #fff !important;
}



.rate h2 {
    text-align: center;
    padding: 15px;
    background: #0e55a2;
    color: #fff;
    background: rgb(0,111,190);
    background: -moz-linear-gradient(top, rgba(0,111,190,1) 0%, rgba(35,41,117,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,111,190,1) 0%, rgba(35,41,117,1) 100%);
    background: linear-gradient(to bottom, rgba(0,111,190,1) 0%, rgba(35,41,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fbe', endColorstr='#232975', GradientType=0 );
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
.container {
	max-width: 1380px;
}
}
/********** GLOBAL **********/

/********** HEADER **********/
header {
	width: 100%;
	float: left;
}
.top {
	width: 100%;
	float: left;
	background:#00091a;
	padding:10px 0;
	position:relative;
}
.top h6{
    color:#FFF;
}
.navbar {
	background: #192472;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar .nav-link {
	color: #ffffff !important;
	padding: 20px 10px !important;
	font-size: 13px;
}
.navbar .nav-link:hover, .navbar .nav-item .nav-link.active {
	color: #428bca !important;
}
.navbar .nav-item ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:200px;
	background:#192472;
	position:absolute;
	z-index:9;
	display:none;
} 
.navbar .nav-item ul.megamenu {
	width: 50%;
	margin: 0 5%;
	text-align: center;
	left: 0;
}

.navbar .nav-item:hover ul {
	display:block;
}

.navbar .nav-item ul.megamenu li.nav-item {
    width: 20%;
    float: left;
}

.navbar .nav-item ul.megamenu {
    width: 50%;
    margin: 0 5%;
    text-align: center;
    left: 0;
    position: absolute;
}

.navbar .nav-item ul li a.nav-link { 
	padding:10px 10px !important;
}
.nav-item ul li ul {
    left: 100%;
    float: left;
    width: 100%;
    top: auto;
    display: none !important;
    margin-top: -39px !important;
}
.nav-item ul li:hover ul {
	display:block !important;
}
.top_right {
    float: none;
    position: static;
    top: 1px;
    right: 15px;
    color: #fff;
    width:100%;
    text-align: center;
    font-size: 13px;
}
.c-parking-step-boat{
    width: 100px;
    display: block;
    text-align: center;
    background: #262626;
    margin: 10px auto 0;
    font-size: 12px;
    padding: 5px;
}
.social {
    position: fixed;
    right: 10px;
    top: 15px;
    width: 30px;
	z-index:999;
}
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.gallery_part {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.gallery_pic {
	width: 100%;
	float: left;
	height: 250px;
	overflow: hidden;
}
.gallery_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery_tittle {
    width: 100%;
    float: left;
    color: #FFF;
    text-align: center;
    padding: 9px 10px;
    background: #192472;
    font-size: 18px;
}
/********** HEADER **********/

/********** BANNER **********/
.banner {
	width: 100%;
	float: left;
	position: relative;
}
.banner .carousel-item img{
    height:200px;
    object-fit:cover;
}
.banner_sec {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 5px 2px #ccc;
	padding:5px;
	margin-top:30px;
}
/********** BANNER **********/

/********** BODY **********/
.body {
	width: 100%;
	float: left;
	position: relative;
}
.intro_video {
    position: relative;
    padding-bottom: 57%;
    height: 0;
    max-width: 100%;
    background: #000000;
}
.intro_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.resource {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 170px;
    margin: 15px 0;
    background: #000000;
}
.resource_pic {
	width:100%;
	height:100%;
	object-fit: cover;
	opacity:0.7;
}
.resource_cap {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    display: table;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 6px 1px #1b1b1b;
    text-align: center;
    padding: 10px;
}
.testimonials_box {
    width: 100%;
    float: left;
    padding: 15px;
    background: #ffffff;
    margin-bottom: 20px;
    box-shadow: 2px 2px 15px #757575;
}
.captain {
    width: 100%;
    float: left;
    margin: 15px 0;
    background: #d4d9e9;
    padding: 15px;
    box-shadow: 0 0 21px #92a1d1;
}
.captain_pic {
	width: 100%;
	float: left;
	height:300px;
	overflow:hidden;
	position:relative;
}
.captain_pic img {
/*    width: 100%;*/
    height: 100%;
    /*object-fit: contain;
    object-position: top center;*/
}
.captain_cap {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(47, 46, 46, 0.7);
    color: #ffffff;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.captain_text {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    min-height: 350px;
}
.shop_now {
    width: 100%;
    float: left;
    margin: 15px 0;
    background: #c3f8f9;
    /* padding: 60px 20px 20px 20px; */
    position: relative;
    border: 1px #002590 solid;
}
.shoppic {
    width: 100%;
    float: left;
    height: 300px;
    overflow: hidden;
    padding: 20px 0;
	position:relative;
}
.shoppic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}
.shopbuy {
	width:100%;
	float:left;
	position:absolute;
	left:0;
	top:100%;
	background:rgba(255,255,255,0.8);
	text-align:center;
	padding:10px;
	height:100%;
	display:table;
	transition: all ease-in-out 0.5s;
}
.shop_now:hover .shopbuy {
	top:0;
	transition: all ease-in-out 0.5s;
}
.shop_info {
    width: 100%;
    float: left;
    background: #192472;
    color: #fff;
    padding: 14px 10px;
    min-height: 70px;
}
.shop_info h5 {
    font-size: 16px;
}
.big_pro {
	height:500px;
	overflow:hidden;
	background:#ffffff;
}
.big_pro img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
a.small_pro {
    width: 19%;
    float: left;
    margin: 0.5%;
    height: 130px;
    overflow: hidden;
}
.small_pro img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
/********** BODY **********/

/********** FOOTER **********/
footer {
	width: 100%;
	float: left;
	background: #999fb1;
	color: #FFF;
	font-size: 14px;
	padding: 30px 0;
	text-align:center;
	border-top: 5px solid #243257;
}
footer a {
	color: #FFF;
}
.footer_link a {
	font-size: 13px;
	padding: 0 10px;
}
footer .float-end a {
	padding-left: 20px;
}
/********** FOOTER **********/

/********** MEDIA **********/
@media (max-width: 1400px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1199px) {
.top_right {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
}
.sticky {
    position: relative !important;
}
.navbar {
    padding: 8px 0;
}
.navbar-dark .navbar-toggler {
    border-color: #123261;
    background-color: #123261;
    padding: 6px 8px 7px 8px;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0 auto;
}
.navbar-toggler-icon {
	width: 1.1em;
	height: 1.1em;
}
.navbar-nav {
    margin: 15px 0 0 0;
    background: rgb(34 45 118);
    padding: 15px;
}
.navbar .nav-link {
	padding: 10px !important;
}
.nav-item ul {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    float: left;
}
.nav-item ul li ul {
    display: block !important;
    position: relative !important;
    width: 96% !important;
    float: left;
    left: 0;
    margin: 5px 0 5px 2% !important;
    background: #222d76 !important;
}
/*.nav-item ul li ul li{
    padding-left: 20px !important;
}*/
li.nav-item {
    width: 100%;
    float: left;
    
}
.footer_link a {
    padding: 0;
    width: 100%;
    float: left;
}
.captain_text {
    min-height: 480px;
}
.navbar .nav-item ul li{
    padding-left: 26px !important;
}
.navbar .nav-item ul li a.nav-link{
    position: relative;
    
}
.navbar .nav-item ul li a.nav-link::before{
    position: absolute;
    content: '>';
    top: 9px;
    color: #fff;
    left: -4px;
}
}
@media (max-width: 991px) {
.sticky {
    position: relative;
}
}
@media (max-width: 767px) {
.captain_text {
    min-height: auto;
}
a.small_pro {
    width: 19%;
    float: left;
    margin: 0.5%;
    height: 95px;
    overflow: hidden;
}
.shop_info {
    min-height: auto;
}
}
@media (max-width: 575px) {
a.small_pro {
    width:24%;
}
.c-float-none-img{
    float:none !important;
    height:auto !important;
    width:100% !important;
}
}
@media (max-width: 520px) {
.big_pro {
    height: 300px;
}
}
/********** MEDIA **********/
