/* CSS Document 

Theme Name:Lady TK Template

Description: A copyright wordpress design for Lady TK.

Author:Seun Crowther

Author URI:http://seuncrowther.com

Version:1.0

*/
@font-face {
  font-family: 'opensans-regular';
  src:url(fonts/OpenSans/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'ks-regular';
  src:url(fonts/KaushanScript/KaushanScript-Regular.otf);
}

@font-face {
  font-family: 'opensans-light';
  src:url(fonts/OpenSans/OpenSans-Light.ttf);
}

@font-face {
  font-family: 'opensans-bold';
  src:url(fonts/OpenSans/OpenSans-Bold.ttf);
}


@font-face {
  font-family: 'roboto-light';
  src:url(fonts/roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: 'roboto-bold';
  src:url(fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'icb';
  src:url(fonts/interstate/Interstate-Condensed-Bold.otf);
}

@font-face {
  font-family: 'ib';
  src:url(fonts/interstate/interstate-black.ttf);
}

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



body, html{
	padding:0;
	margin:0;
	height:100%;
}
.menuLogo{
	width:100%;
	height:70px;
	background:#150047;
}

.menuLogo img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.header{
	width:100%;
	min-height:70px;
	overflow: auto;
	background:#FFF;
	position:fixed;
	z-index:10;
}

.header-inner{
	width:80%;
	min-height:70px;
	overflow:auto;
	margin:auto;	
}

.headerCont{
	min-width:100px;
	min-height:20px;
	overflow:auto;
	float:left;
	margin-left:150px;
	padding-top:12px;
}

.headerCont span{
	min-width:100px;
	min-height:10px;
	overflow:auto;
	display:block;
	float:left;
	color:#150047;
	font-family:roboto-bold;
	font-weight:normal;
	letter-spacing:1px;
	padding:6px 20px;
}

.headerCont span i{
    color:#f00;
}


.headerCont span:nth-child(1){
	min-width:100px;
	min-height:10px;
	overflow:auto;
	display:block;
	float:left;
	color:#150047;
	font-family:roboto-light;
	font-weight:normal;
	letter-spacing:1px;
	border-right:1px #4f4f4f solid;
}



.menu{
	width:70px;
	height:70px;
	float:right;
}

.menu .menu-bars{
	width:50px;
	height:50px;
	background-image:url(images/hamburger.png);
	background-position:top;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top:6px;
}

.logo{
	width:200px;
	height:70px;
	float:left;
	background:#150047;
}

.logo img{
	width:100%;
	height:auto;
}


.home-hero{
	width:100%;
	height:600px;
	background-image:url(images/NIK_5450.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


.boat-profile-hero{
	width:100%;
	height:600px;
	background-image:url(images/DJI_0048.jpg);
	background-position:top;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.about-us-hero{
	width:100%;
	height:600px;
	background-image:url(images/NIK_5528.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}



.contact-hero{
	width:100%;
	height:600px;
	background-image:url(images/DJI_0061.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


.why-us-hero{
	width:100%;
	height:600px;
	background-image:url(images/DJI_0044.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.scroll-down{
	width:60px;
	height:60px;
	background-image:url(img/scroll-down.png);
	background-position:top right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	left:47.5%;
	bottom:10px;
}

.overlay{
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.1);
	position:relative;
}

.welcomeMsg{
	width:100%;
	line-height:60px;
	color:#150047;
	font-size:32px;
	text-align:center;
	font-family:roboto-bold;
	text-transform: uppercase;
}
.seperator{
    width:50px;
    height:4px;
    margin:auto;
    background:#f00;
    margin-top:15px;
    margin-bottom:15px;
}

.content{
	width:100%;
	min-height:200px;
	overflow:auto;
}

.section{
	width:100%;
	min-height:50px;
	overflow:auto;
}

.blue{
	background:#150047;
}

.grey{
	background:#171616;
}

.bar-top{
	width:100px;
	height:1px;
	background:#EFEFEF;
	margin:auto;
}

.bar-below{
	width:100%;
	line-height:80px;
	color:#EFEFEF;
	margin:auto;
	text-align:center;
	font-size:26px;
	letter-spacing:2px;
}

.about-txt{
	width:60%;
	min-height:50px;
	overflow:auto;
	text-align:center;
	font-family:roboto-light;
	font-size:16px;
	color:#EFEFEF;
	margin:auto;
	line-height:30px;
}

.page-head{
	width:60%;
	min-height:50px;
	overflow:auto;
	text-align:center;
	font-family:roboto-bold;
	font-size:30px;
	color:#f00;
	margin:auto;
}

.section-inner{
	width:80%;
	min-height:50px;
	overflow:auto;
	padding-top:50px;
	padding-bottom:50px;
	margin:auto;
}

.content-inner{
	width:80%;
	min-height:300px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
	overflow-x:hidden;
	padding-bottom:30px;
	font-family:roboto-light;
}

.articleContent{
    width:60%;
	min-height:300px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
	overflow-x:hidden;
	padding-bottom:30px;
	font-family:roboto-light;
}

.article-img{
    width:100%;
    min-height:400px;
    overflow:auto;
}

.article-img img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.article-content{
    width:100%;
    min-height:200px;
    overflow:auto;
    font-size:14px;
    margin-top:30px;
    line-height:25px;
}

.content-inner-images{
	width:80%;
	height:550px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
}

.about-text{
	width:30%;
	height:500px;
	background-image:url(images/NIK_5549.jpg);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float:left;
	position:relative;
}

.other-abt{
	width:68%;
	height:500px;
	float:right;
	position:relative;
}

.col1{
	width:100%;
	height:48%;
	background-image:url(images/NIK_5510.jpg);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}

.col2{
	width:48.5%;
	height:48%;
	background-image:url(images/NIK_5528.jpg);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	bottom:0;
	left:0;
}

.col3{
	width:48.5%;
	height:48%;
	background-image:url(images/NIK_5473.jpg);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	bottom:0;
	right:0;
}

.img-prof{
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.img-txt{
	min-width:100px;
	min-height:10px;
	overflow:auto;
	margin:0 auto;
	font-family:roboto-bold;
}

.small-txt{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	font-size:20px;
	color:#f00;
	text-transform: uppercase;
	text-shadow:1px 1px #333;
	letter-spacing:1px;
}

.large-txt{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	font-size:50px;
	color:#FFF;
	text-transform: uppercase;
	text-shadow:1px 1px #333;
}
.headTxt{
	width:100%;
	min-height:10px;
	overflow:auto;
	margin-bottom:10px;
	font-family:roboto-bold;
	text-transform:uppercase;
	color:#FFF;
	font-size:24px;
}

.headTxt i{
	color:#FF0000;
}

.img-prof img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.serv-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-color: rgba(238, 106, 22, 0.3);*/
  background-color:rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.img-prof:hover .serv-overlay {
  height: 100%;
}

.img-prof:hover .small-txt, .img-prof:hover .large-txt {
  display:none;
}

.text { 
	width:80%;
  color:#FFF;
  font-size: 16px;
  position: absolute;
  overflow: hidden;
  font-family:roboto-light;
  font-size:14px;
  top:50%;
  left:45%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text a{
	text-decoration:none;
	color:#EE6A16;
}

.bookingBar{
	width:100%;
	min-height:70px;
	overflow:auto;
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px solid rgba(21,0,71,0.5);
	border-bottom:1px solid rgba(21,0,71,0.5);
}

.footer{
	width:100%;
	min-height:10px;
	overflow:auto;
	background:#000;
}

.footer-inner{
	width:80%;
	min-height:10px;
	overflow:auto;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	margin:auto;
}

.socialBar{
	min-width:50px;
	min-height:10px;
	overflow:auto;
	margin:auto;
	list-style:none;
	display:inline-block;
}

.socialBar .socialIcons{
	width:30px;
	height:30px;
	border:1px solid #EFEFEF;
	margin-right:15px;
	float:left;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
}

.socialBar .socialIcons a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	color:#efefef;
}

.socialIcons i{
	font-size:18px;
	color:#efefef;
	margin-top:6px;
}

.copyright{
	width:100%;
	line-height:20px;
	text-align:center;
	font-size:13px;
	color:#EFEFEF;
	font-family:roboto-light;
}

.boat-pr ul{
	width:100%;
	min-height:70px;
	overflow:auto;
}

.boat-pr ul li{
	width:33.3%;
	line-height:40px;
	float:left;
	font-family:roboto-light;
	font-size:14px;
}

.boat-pr tr{
	font-family:roboto-light;
	font-size:14px;
}

.boat-pr tr td{
	line-height:40px;
}

.boat-pr tr:nth-child(even){
	background:#e2e2e2;
	font-family:roboto-light;
	font-size:14px;
}

.title{
	width:100%;
	min-height:40px;
	color:#F00;
	margin-top:30px;
	font-family:ks-regular;
	margin-bottom:15px;
	font-size:24px;
}

.formBox{
	width:60%;
	min-height: 50px;
	overflow:auto;
	float:left;
	font-family:roboto-light;
}

.infoBox{
	width:38%;
	min-height:50px;
	overflow:auto;
	float:right;
	font-family:roboto-light;
}

.infoTxt{
	width:100%;
	min-height:10px;
	overflow:auto;
	margin-bottom:15px;
	font-family:roboto-light;
	font-size:15px;
}

.wpcf7-form{
	width:100%;
	min-height:100px;
	overflow:auto;
}

.wpcf7-text{
	width:95%;
	height:30px;
	padding:5px;
	border-radius:4px;
	border:1px solid #4f4f4f;
	margin-bottom:30px;
}

.wpcf7-text:focus{
	border:1px solid #150047;
}

.wpcf7-textarea{
	width:95%;
	border:1px solid #4f4f4f;
	border-radius:4px;
	padding:5px;
}

.wpcf7-textarea:focus{
	border:1px solid #150047;
}

.wpcf7-submit{
	width:120px;
	text-align:center;
	float:left;
	line-height:35px;
	color:#FFF;
	background:#150047;
	text-transform:uppercase;
	border:0;
	margin-top:30px;
}

.contDet{
	width:100%;
	min-height:10px;
	overflow:auto;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#DCDCDC solid 1px;
}

.contIcn{
	width:30px;
	height:30px;
	text-align:center;
	float:left;
	margin-right:15px;
}

.contIcn i{
	font-size:20px;
	color:#150047;
	float:left;
}

.contInfo{
	width:80%;
	min-height:10px;
	overflow:auto;
	font-size:14px;
	float:left;
	letter-spacing: 1px;
}

.blogItem{
    width:48%;
    min-height:150px;
    overflow:auto;
    float:left;
}

.blogItem:nth-child(even){
    width:48%;
    min-height:150px;
    overflow:auto;
    float:right;
}

.blogImage{
    width:35%;
    height:160px;
    float:left;
    background:#ccc;
}

.blogImage img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.blogDets{
    width:63%;
    height:170px;
    float:right;
}

.bTitle{
    width:100%;
    min-height:10px;
    overflow:auto;
    text-align:left;
}

.bTitle a{
    font-family:roboto-bold;
    color:#150047;
    text-transform:uppercase;
    font-size:18px;
}

.bNote{
    width:100%;
    min-height:70px;
    overflow:auto;
    font-family:roboto-light;
    color:#999;
    font-size:14px;
    margin-top:6px;
    text-align:left;
}

.bNote a{
    color:#150047;
    font-family:roboto-light;
    font-size:14px;
}

.packageItem{
    width:33.3%;
    min-height:150px;
    overflow:auto;
    float:left;
}

.packageInner{
    width:90%;
    min-height:150px;
    overflow:auto;
    margin:auto;
    border:1px solid #efefef;
    border-radius:3px;
}

.packageImage{
    width:100%;
    height:170px;
    margin-bottom:20px;
    position:relative;
}

.packageImage img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.packageDets{
    width:95%;
    min-height:50px;
    overflow:auto;
    margin:auto;
}

.pTitle{
    width:100%;
    min-height:10px;
    overflow:auto;
    margin-bottom:6px;
}

.pTitle a{
    text-decoration:none;
    font-family:roboto-light;
    font-size:16px;
    color:#333;
}

.pPrice{
    width:120px;
    min-height:10px;
    overflow:auto;
    position:absolute;
    bottom:-20px;
    left:0;
    background:rgba(255,0,0,0.9);
}

.pPrice .price{
    width:100%;
    line-height:30px;
    font-family:roboto-bold;
    font-size:15px;
    color:#FFF;
    text-align:center;
}

.pPrice .duration{
    width:100%;
    line-height:20px;
    font-family:roboto-bold;
    font-size:12px;
    color:#FFF;
    text-align:center;
}

.passDet{
    width:100%;
    line-height:30px;
    font-family:roboto-bold;
    font-size:14px;
}

.pNote{
   width:100%;
   min-height:40px;
   overflow:auto;
   font-family:roboto-bold;
   font-size:14px;
   color:#333;
}


.content-inner-left{
    width:65%;
    min-height:200px;
    overflow:auto;
    float:left;
    font-size:14px;
}

.content-inner-right{
    width:30%;
    min-height:200px;
    overflow:auto;
    float:right;
    font-size:14px;
    padding-right:10px;
    padding-left:10px;
}

.content-inner-right .wpcf7-text{
    height:25px;
    border:#150047 1px solid;
    border-radius:0;
    margin-bottom:10px;
    color:#999;
}

.content-inner-right .wpcf7-select{
    width:100%;
    height:25px;
    border:#150047 1px solid;
    border-radius:0;
    margin-bottom:10px;
    color:#999;
}

.content-inner-right label{
    color:#150047;
    font-family:ks-regular;
}
.content-inner-right .wpcf7-date{
    padding:5px;
    width:95%;
    height:25px;
    border:#150047 1px solid;
    color:#999;
}
.content-inner-right .wpcf7-number{
    padding:5px;
    width:95%;
    height:25px;
    border:#150047 1px solid;
    color:#999;
}

.formHeader{
    width:100%;
    text-align:center;
    background:#150047;
    color:#FFF;
    line-height:50px;
    font-family:roboto-bold;
}

.content-inner-right .wpcf7-submit{
	width:100%;
	text-align:center;
	float:left;
	line-height:35px;
	color:#FFF;
	background:#150047;
	text-transform:uppercase;
	border:0;
	margin-top:20px;
	cursor:pointer;
}


@media(max-width:1200px){
.home-hero{
	width:100%;
	height:500px;
	background-image:url(images/NIK_5450.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}


.boat-profile-hero{
	width:100%;
	height:500px;
	background-image:url(images/DJI_0048.jpg);
	background-position:top;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}

.about-us-hero{
	width:100%;
	height:500px;
	background-image:url(images/NIK_5528.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}



.contact-hero{
	width:100%;
	height:500px;
	background-image:url(images/DJI_0061.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}


.why-us-hero{
	width:100%;
	height:500px;
	background-image:url(images/DJI_0044.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}
}
@media(max-width:900px){
.header-inner{
	width:95%;
	min-height:70px;
	overflow:auto;
	margin:auto;	
}
	
.logo{
	width:150px;
	height:70px;
	float:left;
}
	
.headerCont{
	width:60%;
	min-height:20px;
	overflow:auto;
	float:left;
	margin-left:30px;
	padding-top:12px;
}

.headerCont span{
	min-width:100px;
	min-height:10px;
	overflow:auto;
	display:block;
	float:left;
	color:#150047;
	font-family:roboto-bold;
	font-weight:normal;
	letter-spacing:0;
	padding:6px 15px;
}


.headerCont span:nth-child(1){
	min-width:100px;
	min-height:10px;
	overflow:auto;
	display:block;
	float:left;
	color:#150047;
	font-family:roboto-light;
	font-weight:normal;
	letter-spacing:0;
	border-right:1px #4f4f4f solid;
}

.menu{
	width:60px;
	height:60px;
	float:right;
}

.home-hero{
	width:100%;
	height:450px;
	background-image:url(images/NIK_5450.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}

.boat-profile-hero{
	width:100%;
	height:450px;
	background-image:url(images/DJI_0048.jpg);
	background-position:top;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}

.about-us-hero{
	width:100%;
	height:450px;
	background-image:url(images/NIK_5528.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}



.contact-hero{
	width:100%;
	height:450px;
	background-image:url(images/DJI_0061.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}


.why-us-hero{
	width:100%;
	height:450px;
	background-image:url(images/DJI_0044.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}
.page-head{
	width:75%;
	min-height:50px;
	overflow:auto;
	text-align:center;
	font-family:roboto-bold;
	font-size:26px;
	color:#f00;
	margin:auto;
}

.section-inner{
	width:90%;
	min-height:50px;
	overflow:auto;
	padding-top:50px;
	padding-bottom:50px;
	margin:auto;
}

.boat-pr ul li{
	width:100%;
	line-height:30px;
	float:left;
	font-family:roboto-light;
	font-size:13px;
}

	

.content-inner-images{
	width:90%;
	height:550px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
}
	
.small-txt{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	font-size:16px;
	color:#F00;
	text-transform: uppercase;
	text-shadow:1px 1px #333;
	letter-spacing:1px;
}

.large-txt{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	font-size:30px;
	color:#FFF;
	text-transform: uppercase;
	text-shadow:1px 1px #333;
}


.content-inner{
	width:95%;
	min-height:300px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
	overflow-x:hidden;
	padding-bottom:30px;
	font-family:roboto-light;
}
.blogItem{
    width:48%;
    min-height:400px;
    overflow:auto;
    float:left;
    margin-bottom:15px;
}

.blogItem:nth-child(even){
    width:48%;
    min-height:400px;
    overflow:auto;
    float:right;
    margin-bottom:15px;
}

.blogImage{
    width:100%;
    height:160px;
    float:left;
}

.blogImage img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.blogDets{
    width:100%;
    height:200px;
    float:none;
}

.bTitle{
    width:100%;
    min-height:10px;
    overflow:auto;
    text-align:left;
}

.bTitle a{
    font-family:roboto-bold;
    color:#150047;
    text-transform:uppercase;
    font-size:18px;
}

.bNote{
    width:100%;
    min-height:70px;
    overflow:auto;
    font-family:roboto-light;
    color:#999;
    font-size:14px;
    margin-top:6px;
    text-align:left;
}

.title{
	width:100%;
	min-height:30px;
	color:#F00;
	margin-top:10px;
	font-family:ks-regular;
	margin-bottom:6px;
	font-size:18px;
}

.content-inner-left{
    width:60%;
    min-height:200px;
    overflow:auto;
    float:left;
    font-size:14px;
}

.content-inner-right{
    width:35%;
    min-height:200px;
    overflow:auto;
    float:right;
    font-size:14px;
    padding-right:5px;
    padding-left:5px;
}

}

@media(max-width:650px){
.header{
	width:100%;
	min-height:70px;
	overflow: auto;
	background:#FFF;
	position:relative;
	z-index:0;
}
    
.header-inner{
	width:100%;
	min-height:70px;
	overflow:auto;
	margin:auto;	
}
	
.logo{
	width:100%;
	height:70px;
	float:none;
	text-align:center;
}
	
.logo img{
	width:150px;
	height:auto;
	object-fit:contain;
}

.headerCont{
	min-width:95%;
	min-height:20px;
	overflow:auto;
	float:none;
	margin:auto;
	padding-top:5px;
	text-align:center;
}

.headerCont span{
	min-width:10%;
	min-height:10px;
	overflow:auto;
	display:block;
	float:right;
	color:#150047;
	font-family:roboto-bold;
	font-weight:normal;
	letter-spacing:1;
	padding:0;
	font-size:14px;
	margin-bottom:10px;
}


.headerCont span:nth-child(1){
	min-width:10%;
	min-height:10px;
	overflow:auto;
	display:block;
	float:left;
	color:#150047;
	font-family:roboto-light;
	font-weight:normal;
	letter-spacing:1;
	font-size:14px;
	border-right:0;
}

.headerCont span i{
    margin-right:6px;
}

.menu{
	width:40px;
	height:40px;
	float:right;
}
	
.scroll-down{
	width:60px;
	height:60px;
	background-image:url(img/scroll-down.png);
	background-position:top right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	left:45.5%;
	bottom:10px;
}
	
.formBox{
	width:100%;
	min-height: 50px;
	overflow:auto;
	float:none;
	font-family:roboto-light;
}

.infoBox{
	width:100%;
	min-height:50px;
	overflow:auto;
	float:none;
	font-family:roboto-light;
}
	
.section-inner{
	width:90%;
	min-height:50px;
	overflow:auto;
	padding-top:50px;
	padding-bottom:50px;
	margin:auto;
}
	
.boat-pr ul li{
	width:100%;
	line-height:40px;
	float:none;
	font-family:roboto-light;
	font-size:14px;
}
	
.about-text{
	width:100%;
	height:400px;
	background-image:url(images/NIK_5549.jpg);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float:none;
	position:relative;
	margin-bottom:20px;
}

.other-abt{
	width:100%;
	height:500px;
	float:none;
	position:relative;
}

.content-inner-images{
	width:90%;
	height:900px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
}
	
.about-txt{
	width:80%;
	min-height:50px;
	overflow:auto;
	text-align:center;
	font-family:roboto-light;
	font-size:14px;
	color:#EFEFEF;
	margin:auto;
	line-height:30px;
}
	
.page-head{
	width:100%;
	min-height:30px;
	overflow:auto;
	text-align:center;
	font-family:roboto-bold;
	font-size:24px;
	color:#f00;
	margin:auto;
}

.home-hero{
	width:100%;
	height:350px;
	background-image:url(images/NIK_5450.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}


.title{
	width:100%;
	min-height:40px;
	color:#F00;
	margin-top:15px;
	font-family:roboto-bold;
	margin-bottom:10px;
	font-size:18px;
}

.boat-profile-hero{
	width:100%;
	height:300px;
	background-image:url(images/DJI_0048.jpg);
	background-position:top;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}

.about-us-hero{
	width:100%;
	height:300px;
	background-image:url(images/NIK_5528.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}



.contact-hero{
	width:100%;
	height:300px;
	background-image:url(images/DJI_0061.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}


.why-us-hero{
	width:100%;
	height:300px;
	background-image:url(images/DJI_0044.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 background-attachment:scroll !important;
}
.menu .menu-bars{
	width:35px;
	height:35px;
	background-image:url(images/hamburger.png);
	background-position:top;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top:3px;
}

.scroll-down{
	width:50px;
	height:50px;
	background-image:url(img/scroll-down.png);
	background-position:top right;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	left:43.5%;
	bottom:10px;
}

.welcomeMsg{
	width:100%;
	line-height:60px;
	color:#150047;
	font-size:24px;
	text-align:center;
	font-family:roboto-bold;
	text-transform: uppercase;
}

.blogItem{
    width:95%;
    min-height:400px;
    overflow:auto;
    float:none;
    margin:auto;
    margin-bottom:15px;
}

.blogItem:nth-child(even){
    width:95%;
    min-height:400px;
    overflow:auto;
    float:none;
    margin:auto;
    margin-bottom:15px;
}

.blogImage{
    width:100%;
    height:160px;
    float:left;
}

.blogImage img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.blogDets{
    width:100%;
    height:200px;
    float:none;
}

.bTitle{
    width:100%;
    min-height:10px;
    overflow:auto;
    text-align:left;
}

.bTitle a{
    font-family:roboto-bold;
    color:#150047;
    text-transform:uppercase;
    font-size:18px;
}

.bNote{
    width:100%;
    min-height:70px;
    overflow:auto;
    font-family:roboto-light;
    color:#999;
    font-size:14px;
    margin-top:6px;
    text-align:left;
}

.content-inner-left{
    width:100%;
    min-height:200px;
    overflow:auto;
    float:none;
    margin-bottom:15px;
}

.content-inner-right{
    width:100%;
    min-height:200px;
    overflow:auto;
    float:none;
    font-size:14px;
    padding-right:10px;
    padding-left:10px;
}


}

