@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body
{
  font-family: "Poppins", sans-serif;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.slogan
{
    color: black;
    text-align: center;
    font-size: 16px;
}
.slogan-p
{
    font-size: 14px;
    line-height: 1px;
    text-align: center;
    color: black;
}
.top-header {
   background-color: #001f68;
   padding-top: 3px;
   padding-bottom: 3px;
    padding-left: 32px;
    line-height: 30px;
}
.top-header .social-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    font-size: 18px;
}
.top-header .social-links li {
    display: inline-block;
    line-height: initial;
    margin-right: 10px;
}

.top-header .social-links li a{
    color: white;
}

.top-header .social-links li a:hover{
    color: #80a6ff;
}
.top-header .header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: center;
}
.top-header .header-contact-info li {
    color: #ffffff;
    display: inline-block;
    line-height: initial;
    margin-right: 30px;
    font-size: 14px;
}
.top-header .header-contact-info li i {
       color: #ffffff;
    margin-right: 3px;
    font-size: 17px;
}
/*==================================================*/
.nav-item a
{
	margin: 6px;
}
.logo-name
{
	    font-size: 25px;
}
@media only screen and (max-width: 768px) {
	.top-header
{
	display: none;
}
.logo-name
{
	    font-size: 20px;
}
.navbar
{
	display: grid;
}
}
.mobile a
{
	color: white;    font-size: 15px;
}

.mail a
{
	color: white;    font-size: 15px;
}
.lock a
 {
color: rgb(196, 0, 0);    font-size: 15px;
}

.lock1{
    display: inline-block;
    margin-left: 5px;
    padding: 10px 19px;
    vertical-align: middle;
    border: 1px solid #d3d2d2ee;
    border-radius: 25px;
    background-color: red;

    
}

/*================================================*/
.dropdown-menu 
{
    padding: 10px;
}
  #element {
            height: 100%;
            width: 100%;
            margin: 0 auto;
            background-color: lime;
            animation-name: stretch;
            animation-duration: 50s;
            animation-direction: alternate;
        }
  
        @keyframes stretch {
            0% {
                transform: scale(.5);
                background-color: green;
            }
  
            50% {
                background-color: orange;
            }
  
            100% {
                transform: scale(2.0);
                background-color: red;
            }
        }
.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
}

.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 60%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
  color: #fff;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 23px;
}
.caption h2 {
      color: white;
    font-size: 35px;
    font-weight: 900;
}
a.big-button {
	color: #fff;
	font-size: 19px;
	background: #eb7a00;
	background: rgba(255, 0, 0, 0.75);
	padding: 8px 20px;
	border-radius: 3px;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}
@media only screen and (max-width: 768px) 
{

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    z-index: 9;
    margin-top: 20px;
    text-align: center;
}
.caption h1 {
  color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 23px;
}
.caption h2 {
      color: white;
    font-size: 16px;
    font-weight: 900;
}

a.big-button {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: #eb7a00;
    background: rgba(255, 0, 0, 0.75);
    padding: 5px 16px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 32px;
    display: inline-block;
}
a.big-button:hover {
    text-decoration: none;
    background: rgba(255, 0, 0, 0.9);
}
}

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

.h1-sty
{
    color: #2255cc;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
/*============================================*/

/*==========================================*/
.features-section
{
	position: relative;
    /* background: #061138; */
    color: #061138;;
    overflow: hidden;
    padding: 50px 0px;
}
.feature-block{
    position: relative;
    margin-bottom: 70px;
    border-left: 1px dashed #061138;
    padding: 30px;
    height: 100%;
}
.ship-icon i
{    
    border: 1px solid #c1c1c1;
    padding: 23px;
    border-radius: 50%;
    font-size: 50px;
}
.content .text
{
	color: rgb(0, 0, 0);
}
.content h4
{
    color: #061138;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
}
/*==========================================*/
.whychoose
{
	background-image: url('img/img.jpg');
	background-size: cover;
	
	padding: 10px;
	    background-attachment: fixed;
    background-repeat: no-repeat;

}
 .whychooserow
 {
margin-top: 30px; margin-bottom: 30px;
 }
.why
{
	text-align: center;
	background-color: #e3e3e3;
    padding: 24px 15px;
    height: 100%;
    margin-bottom: 1px;

}

.why:hover
{    top: -10px;
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
#ship
{
	    width: 125px;
}
/*=====================================*/

.h3-color
{
	    color: #2255cc;
    font-size: 35px;
}
.yacht-featured-images {
    position: relative;
    padding: 0 0;
}
.yacht-featured-images .images-container {
    position: relative;
    display: block;
    margin: 0px 0px;
}
.yacht-featured-images .outer-box {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.yacht-featured-images .outer-box .yacht-featured-image {
    position: relative;
    display: table-cell;
    width: 20%;
    padding: 0px 0px;
    vertical-align: top;
    margin-bottom: 0;
}
.yacht-featured-image .inner-box {
    position: relative;
    display: block;
    background: #061138;
    height: 360px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.yacht-featured-image .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.yacht-featured-images .outer-box .yacht-featured-image:hover {
    width: 32%;
}
/*==========================================*/
.page-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
}
.page-banner .inner-container {
    position: relative;
    padding: 81px 0px;
    z-index: 2;
    /* top: 20%; */
    margin-top: 10px;
}
.page-banner h1 {
    position: relative;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
/*========================================================*/
.Certificate
{
	padding: 50px 0px;
}
/*============================================================*/
.recruit
{
	color: #000478;
	margin-bottom: 10px;
}
.recruit-p
{
	margin-bottom: 20px;
}
/*=====================================================*/
.outlin
{
	border: 1px solid #e9e9e9;
	padding: 50px 30px;
}
form input[type="text"]
{
	border-radius: 0;
}
form input[type="number"]
{
border-radius: 0;
}
form input[type="email"]
{
border-radius: 0;
}
form input[type="msg"]
{
border-radius: 0;
}
.map-column {
    position: relative;
    margin-bottom: 30px;
}
.requirement h4 {
    background: #000478;
    color: #f0d800;
    padding: 13px;
    font-size: 20px;
    margin-top: 20px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.requirement ul li {
    font-size: 18px;
    color: #525252;
    list-style: disc;
    margin: 0 0 0 32px;
}
.requirement-btn
{

    border-radius: 0px;
}
#place{
	width: 8%;
}
#con-img
{
	width: 20%;
}
.con-fill
{
	    border: 1px solid #d9d9d9;
    height: 100%;
    padding: 35px;
}
.contact
{
	    margin: 20px 0px;
}
.h4-con
{
    color: #2255cc;
}
.place-p
{    padding-left: 60px;
    margin-top: -40px;
}
.crew-h3
{
   color: #2255cc;
}
.data-crew
{
    padding-left: 30px;    line-height: 35px;
}
.sty li{ list-style-type: circle;}
.side-back
{
        background: #00aeef;
    padding: 20px;
}
.h3-about
{
    color: #2255cc;
}
.h4-about
{
    color: grey;
}
/*=======================================================*/



.heading {
    text-align: center;
        color: #2255cc;
    font-size: 30px;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    z-index: 999;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: #fbfbfb;
    padding-top: 90px;

    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 10%;
    height: 50%;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #000000;
  font-size: 22px;
}

.testimonial .carousel {
    padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
@media only screen and (max-width: 768px)
 {

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 25%;
    height: 50%;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    margin: 11px 0 20px 0;
}
    }
/* ------testimonial  close-------*/
/*============================================================*/
.footer
{
        background: #001f68;
    color: #ffffff;
}

.data-footer
 {
  padding-left: 25px;
  margin-top: -23px;
 }
 .data-footer a
 {
    color: white;


 }
 .follow i
 {
        border: 1px solid grey;
    padding: 16px;
    margin-right: 20px;
    /* border-radius: 50%; */
 }
 .follow i:hover
 {
        border: 1px solid #00aeef;
    color: black;
    margin-right: 20px;
    background-color:#00aeef;
 }
 .plus
 {
    font-size: 20px;
 }
 .whatwe-data
 {
        line-height: 35px;
 }
 .whatwe-data ul li a
 {
  color: white;
 }
 .foot-color
 {
    padding: 64px 20px;
 }
 .cont-foot
 {
    padding: 50px 10px;
 }
 .hr{
       width: 30%;
    margin-bottom: 50px;
    color: white;
    border-top: 1px solid #c7c6c6;
    margin-left: 0;
 }
 .why i
 {
        font-size: 124px;
 }
 .why-p
 {
        color: #2e3192;
    font-size: 20px;
 }
/*=====================================================*/
.copyright
{
       background: #e8ebef;
           position: relative;
    line-height: 24px;
    padding: 12px 0px;
    
    border-top: 1px solid rgb(0 83 155);
}
.foot-p
{
    margin-bottom: 0;
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.Call {
  background: #3B5998;
  color: white;
}

.Whatsapp {
  background: #55ACEE;
  color: white;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
   .breadcrumb-navigation {
            padding: 10px 18px;
           
        }
  
        .breadcrumb-navigation>li {
            display: inline;
        }
  
        .breadcrumb-navigation>li>a {
                color: #ffffff;
            text-decoration: none;
        }
  
        .breadcrumb-navigation>li>a:hover {
            color: #6fc302;
            text-decoration: underline;
        }
  
        .breadcrumb-navigation li+li:before {
            padding: 4px;
            content: "/";
        }

        /* //////////////////////////////////////// */

        @keyframes blink {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        .lock {
            text-align: center;
          color: #ffffff;
            animation: blink 1s infinite; 
            
        }

        .navbar-light .navbar-nav .nav-link {
            color: rgba(0, 0, 0, .5);
              font-size: 15px;
    font-weight: 600;
}