* {box-sizing: border-box;}
.clear{
	clear: both;
}
.clear:after{
	clear: both;
	content: "";
	width: 100%;
	position: relative;
	display: table;}

.container{max-width: 1600px;  margin: 0 auto;  padding: 0;}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body { margin: 0px;
font-family: 'Open Sans', sans-serif;
}

/*=====headertop=====*/


.mobinav {
    display: none;
    width: 100%;
}






.header_top { background: #efeded;
		    width: 100%;
		    padding: 0px 0px;
		    position: relative;
		    padding-top: 10px;
		    transition: all 0s ease-in-out 0.5s;
}
.sticky .header_top {
	position: absolute;
	left: 0;
	top: -20%;
}
.header_top .headerholder {
	display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.header_top .headerholder .top_left .number{
	display: inline-block;
	margin-right: 25px;
}
.header_top .headerholder .top_left .number a img {
	margin-right: 5px;
}
.header_top .headerholder .top_left .number a{
	text-decoration: none;
	color: #000;
	font-size: 15px;
	display: inline-block;
	transition: 0.5s;
}
.header_top .headerholder .top_left .number:hover a {
	color: #a3a902;
}
.header_top .headerholder .top_left .mail{
	display: inline-block;
}
.header_top .headerholder .top_left .mail a img {
	margin-right: 5px;
}
.header_top .headerholder .top_left .mail a{
	text-decoration: none;
	color: #000;
	font-size: 15px;
	display: inline-block;
	transition: 0.5s;
}
.header_top .headerholder .top_left .mail:hover a {
	color: #a3a902;
}
.header_top .headerholder .top_right {
	width: 43%;
    display: flex;
    justify-content: space-between;
}
.header_top .headerholder .top_right .icon ul {
	margin: 0px;
	padding: 0px;
}
.header_top .headerholder .top_right .icon ul li {
	display: inline-block;
	margin-right: 10px;
}
.header_top .headerholder .top_right .icon a {
	text-decoration: none;
	display: block;
	color: #000;
	transition: 0.5s;
}
.header_top .headerholder .top_right .icon ul li:hover a {
	color: #a3a902;
}
.header_top .headerholder .top_right .login ul {
	margin: 0px;
	padding: 0px;
}
.header_top .headerholder .top_right .login ul li{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.header_top .headerholder .top_right .login ul li:nth-child(2):after {
	position: absolute;
	width: 1px;
	height: 20px;
	right: -12px;
	top: 0;
	background: #000;
	content: "";
}
.header_top .headerholder .top_right .login ul li:nth-child(2):before {
	position: absolute;
	width: 1px;
	height: 20px;
	left: -12px;
	top: 0;
	background: #000;
	content: "";
}
.header_top .headerholder .top_right .login ul li:hover a{
	color: #a3a902;
}
.header_top .headerholder .top_right .login a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
	display: block;
	transition: 0.5s;
}

	/*=====menu=====*/
.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12;
    width: 100%;
    background-color: transparent !important;
}



.sticky  .navbar.navbar-expand-lg.navbar-light.bg-light{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6) !important; 
	z-index: 999;
    animation: sticky 2s;
}


@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.navbar-expand-lg .navbar-nav {
    margin: 0px auto;
    width: 73%;
    text-align: center;
    display: inline-block;
    z-index: 3;
    transition: all 0s ease-in-out 0.5s;
}
.navbar-expand-lg .navbar-nav li {
    display: inline-block;
    border: 2px solid transparent;
    margin: 0px 10px;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    display: block;
    transition: 0.3s;
    font-size: 20px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #F4C64E;
}

.icon ul li a {
	color: #fff !important;
	font-size: 23px;
	transition: 0.3s;
}
.icon ul li a:hover {
	color: #F4C64E !important;
}
.icon ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.icon ul li{
	display: inline-block;
    padding: 0px;
    margin-right: 19px;
}
#signup {
	margin-left: 0px;
}

	/*=====bannerpart=====*/
.logo {
	width: 117px;
}
.logo img{
	width: 100%;
}
.banner {
	position: relative;
	width: 100%;
}
.banner img{
	width: 100%;
}
.banner-content {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;

}
.banner h1{
	font-size: 75px;
	font-weight: 800;
	color: #F4C64E;
}
.banner h2{
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}
.banner p{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}
.banner-content .pbook-btn {
	display: inline-block;
    color: #F4C64E;
    margin-top: 50px;
    border: 1px solid yellow;
    padding: 8px 35px;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    transition: 0.5s;
    text-decoration: none;
}
.banner-content .pbook-btn:hover {
	background: #F4C64E;
	color: #0254A0;
}

.banner-content .cbook-btn {
	background: #F4C64E;
	color: #0254A0;
	display: inline-block;
	padding: 8px 35px;
    font-size: 20px;
	margin-top: 50px;
	border: 1px solid yellow;
	font-weight: 600;
	margin-right: 10px;
	text-decoration: none;
}
.Service-part{
	padding: 50px 0px;
}
.service-box {
	margin-top: 80px;
}
.sp-content{
	width: 73%;
    margin: 0px auto;
}

.sp-content h3{
	font-size: 38px;
	color: #0254A0;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}
.Service-part {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.part1-bg {
	position: absolute;
    left: 22%;
    top: 27%;
    z-index: -1;
}
.service-box h2{
	font-size: 90px;
	color: #0254A0;
	margin-bottom: 30px;
	font-weight: 900;
}
.service-box h2 span {
	font-size: 80px;
	color: #0254A0;
	margin-bottom: 25px;
	font-weight: 500;
}
.service-box p {
	font-size: 22px;
	color: #0C5188;
	font-weight: 500;
	margin-top: -11px;
}
.service-box ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;

} 
.service-box li {
	font-size: 22px;
	color: #0C5188;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 17px;
}
.service-box li:before {
	position: absolute;
    left: 0px;
    top: 12px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #F4C64E;
	content: "";
}
#services-part2 {
	background: url(../images/servece-bg.png) no-repeat 0, 0;
	padding-bottom: 60px;
	z-index: -2;
}

#services-part2 .service-box ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;

} 
#services-part2 .service-box li {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 17px;
}
#services-part2 .service-box li:before {
	position: absolute;
    left: 0px;
    top: 12px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #F4C64E;
	content: "";
}

#services-part2 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#services-part2 .part2-bg {
	position: absolute;
    left: 0%;
    top: 7%;
    z-index: -1;
}
#services-part2 .service-box h2{
	font-size: 90px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 900;
}
#services-part2 .service-box h2 span {
	font-size: 80px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 500;
}
#services-part2 .service-box p {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}

.slider-part {
    padding: 100px 0px 235px 0px;
	position: relative;
	width: 100%;
	overflow: hidden;

}
.slider-part .part3-bg {
    position: absolute;
    left: 24%;
    top: -24%;
    z-index: -1;
}

.slider-part h2{
	font-size: 75px;
	color: #0254A0;
	margin-bottom: 60px;
	font-weight: 900;
	text-align: center;
}
.slider-part h2 span {
	font-size: 55px;
	color: #0254A0;
	margin-bottom: 25px;
	font-weight: 500;
}



.slider_holder {
	position: relative;
}
.slider-part .slider_holder .owl-nav .owl-prev span { 
    position: absolute;
    left: -32px;
    top: 31%;
    width: 22px;
    width: 0px;
    height: 53px;
    padding: 10px 0px;
    font-size: 58px;
    color: #0254A0;}
.slider-part .slider_holder .owl-nav .owl-next span {
    position: absolute;
    right: -32px;
    top: 31%;
    width: 22px;
    width: 0px;
    height: 53px;
    padding: 10px 0px;
    font-size: 58px;
    color: #0254A0;
} 
.slider-part .slider_holder .review_box img{
	height: 95px;
    width: 95px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
}
.slider-part .slider_holder .item {
	padding: 0px 20px;
}

.slider-part .part4-bg {
    position: absolute;
    left: -4%;
    top: 6%;
    z-index: -1;
}

.testimonial {
	padding: 350px 0px;
}

.testimonial .part5-bg {
    position: absolute;
    left: 0%;
    top: 52%;
    z-index: -1;
}

.slider-part .slider_holder .item .testimonial-img img{
	width: 107px;
	height: 107px;
	border: 1px solid #0254A0;
	border-radius: 25px 0px 25px 25px;
	object-fit: cover;
}

.tes-text {
	margin-left: 15px;
}
.tes-text p{
	font-size: 17px;
	color: #314557;
    text-align: left;
}
.tes-text p span {
	font-size: 18px;
	color: #0254A0;
}

#test-colon {
	position: relative;
	display: inline-block;
}

#test-colon .colon {
	position: absolute;
	right: -19px;
	top: 7px;
	width: 180px;
}
.info-part .info-holder p{
    font-size: 24px;
    color: #3C5369;
    font-weight: 500;
    line-height: 30px;
}
.info-holder h3 {
    font-size: 45px;
    color: #0254A0;
    font-weight: 500;
    line-height: 48px;
}
 .info-holder h3 span{
	font-size: 60px;
	color: #0254A0;
	font-weight: 900;
}
.info-part {
	padding-bottom: 100px;
}
.info-holder {
    width: 60%;
    margin: 0px auto;
    position: relative;
}
.info-holder .boat-bg {
	position: absolute;
	left: 50%;
	top: 112%;
	transform: translate(-50%, -50%);
	width: 638px;
	z-index: -1;
}



.footer-top{
    background-image: linear-gradient(#0254A0, #01315E);
    padding: 50px 0px 30px 0px;
}
.footer-top .logo{
    width: 150px;
}
.footer-about {
	padding-right: 0px;
}
.footer-about p{
    color: #fff;
    padding-top: 15px;
}
.footer-about ul {
	padding: 0px;
}
.footer-about ul li{
    display: inline-block;
    margin-right: 4px;
}
.footer-about ul li:last-child{
    margin-right: 0;
}

.footer-about ul li a{
    line-height: 25px;
    font-size: 21px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s;

}
.footer-about ul li a:hover{
	color: #000;
}


.footer-title h6{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.footer-link{
    overflow: hidden;
}
.footer-link ul{
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0px;
}
.footer-link ul li{
    line-height: 26px;
}
.footer-link ul li a{
    color: #fff;
    font-size: 17px;
    transition: all 0.5s;
    font-weight: 400;
    text-decoration: none;
}
.footer-link ul li a:hover{
    color: #F4C64E;

}

.support ul{
    float: none;
    width: 100%;
}
.footer-address ul {
	overflow: hidden;
	padding: 0px;
}
.footer-address ul li{
    position: relative;
    margin-bottom: 10px;
    transition: all 0.5s;

}
.footer-address ul li:hover cont{
    color: #F4C64E;

}
.footer-address ul li:last-child{
    margin-bottom: 0;
}
.footer-address ul li .icon{ display: block;}
.footer-address ul li .icon i{
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address ul li .cont{
    padding-left: 0px;
}
.footer-address ul li .cont a{
	text-decoration: none;
}
.footer-address ul li .cont p{
    color: #fff;
}

.after_footer{
    background-color: #fff;
    text-align: center;
	padding-bottom: 5px;
    vertical-align: middle;
}.after_footer span{
    color: #0254A0;
    font-size: 17px;
    font-weight: 500;
}





@media(min-width : 1501px) and (max-width : 1900px){

.navbar-light .navbar-nav .nav-link.active {
    font-size: 18px !important;
}
.banner-content {
    top: 49% !important;
    width: 57% !important;
}
.banner-content .cbook-btn {
    padding: 6px 26px !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}
.banner-content .pbook-btn {
    padding: 6px 26px !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}

.banner h2 {
    font-size: 55px !important;
    margin: 0px !important;
}
.banner h1 {
    font-size: 60px !important;
    margin: 0px;
}

.banner p {
    font-size: 20px !important;
    line-height: 26px !important;
}

.Service-part {
    padding: 15px 0px !important;
}

.sp-content {
    width: 62% !important;
}
.sp-content h3 {
    font-size: 28px !important;
}
.service-box {
    margin-top: 50px !important;
    padding: 0px 0px;
}
.part1-bg {
    left: -54% !important;
    top: 25% !important;
}
.service-box h2 {
    font-size: 50px !important;
    margin-bottom: 20px;
}
.service-box h2 span {
    font-size: 50px !important;
}

.service-box p {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 10px !important;
}
.service-box li {
    font-size: 18px !important;
}
.service-box li:before {
    top: 8px !important;
    width: 8px !important;
    height: 8px !important;
}

#services-part2 {
    padding-bottom: 30px !important;
}
#services-part2 .service-box h2 {
    margin-bottom: 25px !important;
}
.slider-part {
    padding: 70px 0px 0px 0px !important;
}
.slider-part .part3-bg {
    left: -67% !important;
    top: -95% !important;
}
.slider-part h2 {
    font-size: 46px !important;
    margin-bottom: 75px !important;
}

.slider-part h2 span {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}
.testimonial {
    padding: 70px 0px !important;
}
.testimonial .part5-bg {
    left: -238% !important;
    top: 26% !important;
}
.slider-part .slider_holder .item .testimonial-img img{
    width: 78px !important;
    height: 78px !important;
    border-radius: 10px 0px 10px 10px !important;
}
.info-holder {
    width: 50% !important
}
.info-part .info-holder p {
    font-size: 20px !important;
    line-height: 20px !important;
}
.info-holder h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
    line-height: 26px !important;
}
.info-holder h3 span {
    font-size: 24px !important;
}
.info-part {
    padding-bottom: 75px !important;
}
.info-holder .boat-bg {
    top: 72% !important;
    width: 344px !important;
}
.after_footer span {
    font-size: 11px !important;
}
.footer-top {
    padding: 50px 0px 30px 0px !important;
}
.service-box img {
    width: 100% !important;
}
.middle-part .comings-content h4 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    padding: 0px 0px !important;
}
.middle-part .comings-content {
    width: 100% !important;
    margin: 0px auto;
}
}











@media(min-width : 1101px) and (max-width : 1500px){


.banner-content {
    top: 49% !important;
    width: 57% !important;
}
.banner-content .cbook-btn {
    padding: 2px 15px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}
.banner-content .pbook-btn {
    padding: 2px 15px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}

.banner h2 {
    font-size: 35px !important;
    margin: 0px !important;
}
.banner h1 {
    font-size: 40px !important;
    margin: 0px;
}

.banner p {
    font-size: 20px !important;
    line-height: 26px !important;
}

.Service-part {
    padding: 15px 0px !important;
}

.sp-content {
    width: 58% !important;
}
.sp-content h3 {
    font-size: 22px !important;
}
.service-box {
    margin-top: 22px !important;
    padding: 0px 25px;
}
.part1-bg {
    left: -54% !important;
    top: 25% !important;
}
.service-box h2 {
    font-size: 26px !important;
    margin-bottom: 20px;
}
.service-box h2 span {
    font-size: 24px !important;
}

.service-box p {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-top: 10px !important;
}
.service-box li {
    font-size: 14px !important;
}
.service-box li:before {
    top: 8px !important;
    width: 8px !important;
    height: 8px !important;
}

#services-part2 {
    padding-bottom: 30px !important;
}
#services-part2 .service-box h2 {
    margin-bottom: 25px !important;
}
.slider-part {
    padding: 40px 0px 0px 0px !important;
}
.slider-part .part3-bg {
    left: -67% !important;
    top: -95% !important;
}
.slider-part h2 {
    font-size: 27px !important;
    margin-bottom: 30px !important;
}

.slider-part h2 span {
    font-size: 23px !important;
    margin-bottom: 15px !important;
}
.testimonial {
    padding: 70px 0px !important;
}
.testimonial .part5-bg {
    left: -238% !important;
    top: 26% !important;
}
.slider-part .slider_holder .item .testimonial-img img{
    width: 78px !important;
    height: 78px !important;
    border-radius: 10px 0px 10px 10px !important;
}
.info-holder {
    width: 50% !important
}
.info-part .info-holder p {
    font-size: 20px !important;
    line-height: 20px !important;
}
.info-holder h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
    line-height: 26px !important;
}
.info-holder h3 span {
    font-size: 24px !important;
}
.info-part {
    padding-bottom: 75px !important;
}
.info-holder .boat-bg {
    top: 72% !important;
    width: 344px !important;
}
.after_footer span {
    font-size: 11px !important;
}
.footer-top {
    padding: 50px 0px 30px 0px !important;
}
.service-box img {
    width: 440px !important;
}
.middle-part .comings-content h4 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    padding: 0px 0px !important;
}
.middle-part .comings-content {
    width: 100% !important;
    margin: 0px auto;
}
}











#mobilogon {
    width: 84px;
    display: none;
}

@media(min-width : 481px) and (max-width : 820px){
#mobilogon {
    width: 150px !important;
    display: inline-block !important;
}
.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
    text-align: right;
    margin-top: -52px;
}

}


@media(min-width : 821px) and (max-width : 1100px){


.navbar-light .navbar-toggler {
    color: transparent !important;
    border-color: transparent !important;
    text-align: right !important;
}


.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    left: 0;
    top: 32px !important;
}

.banner-content {
    top: 49% !important;
    width: 57% !important;
}
.banner-content .cbook-btn {
    padding: 2px 15px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}
.banner-content .pbook-btn {
    padding: 2px 15px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}

.banner h2 {
    font-size: 35px !important;
    margin: 0px !important;
}
.banner h1 {
    font-size: 40px !important;
    margin: 0px;
}

.banner p {
    font-size: 20px !important;
    line-height: 26px !important;
}

.Service-part {
    padding: 15px 0px !important;
}

.sp-content {
    width: 72% !important;
}
.sp-content h3 {
    font-size: 19px !important;
}
.service-box {
    margin-top: 22px !important;
    padding: 0px 25px;
}
.part1-bg {
    left: -54% !important;
    top: 25% !important;
}
.service-box h2 {
    font-size: 26px !important;
    margin-bottom: 20px;
}
.service-box h2 span {
    font-size: 24px !important;
}

.service-box p {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-top: 10px !important;
}
.service-box li {
    font-size: 14px !important;
}
.service-box li:before {
    top: 8px !important;
    width: 8px !important;
    height: 8px !important;
}

#services-part2 {
    padding-bottom: 30px !important;
}
#services-part2 .service-box h2 {
    margin-bottom: 25px !important;
}
.slider-part {
    padding: 40px 0px 0px 0px !important;
}
.slider-part .part3-bg {
    left: -67% !important;
    top: -95% !important;
}
.slider-part h2 {
    font-size: 27px !important;
    margin-bottom: 30px !important;
}

.slider-part h2 span {
    font-size: 23px !important;
    margin-bottom: 15px !important;
}
.testimonial {
    padding: 30px 0px !important;
}
.testimonial .part5-bg {
    left: -238% !important;
    top: 26% !important;
}
.slider-part .slider_holder .item .testimonial-img img{
    width: 78px !important;
    height: 78px !important;
    border-radius: 10px 0px 10px 10px !important;
}
.info-holder {
    width: 80% !important
}
.info-part .info-holder p {
    font-size: 20px !important;
    line-height: 20px !important;
}
.info-holder h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
    line-height: 26px !important;
}
.info-holder h3 span {
    font-size: 24px !important;
}
.info-part {
    padding-bottom: 75px !important;
}
.info-holder .boat-bg {
    top: 72% !important;
    width: 344px !important;
}
.after_footer span {
    font-size: 11px !important;
}
.footer-top {
    padding: 50px 40px 30px 40px !important;
}
.service-box img {
    width: 370px !important;
}
.middle-part .comings-content h4 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    padding: 0px 0px !important;
}
.middle-part .comings-content {
    width: 100% !important;
    margin: 0px auto;
}
}



















@media(min-width : 1200px) and (max-width : 1900px){
.container{max-width: 1400px !important;
    padding: 0px 30px !important;
}

}

@media(min-width : 200px) and (max-width : 820px){
.container{max-width: 100% !important;
	padding: 0px 10px !important;
}

}



@media(min-width : 481px) and (max-width : 820px){
#mobilogon {
    width: 84px !important;
    display: inline-block !important;
}

#nav-img {
    display: inline-block !important;
}

.navbar-light .navbar-toggler {
     color: transparent;
    border-color: transparent;   
    text-align: right;
}
.navbar-expand-lg .navbar-nav li {
    display:block !important;
   font-size: 15px !important;
}
.navbar-expand-lg .navbar-nav {
    margin: 0px auto !important;
    width: 70% !important;
    text-align: left !important;
    display: inline-block !important;
}
#signup {
    margin-left: 0px !important;
}
.logo {
    display: none !important;
}
.icon {
  display: none !important;
}
#navbarSupportedContent {
	background: #094378 !important;
	opacity: 0.8 !important;
	padding: 20px 0px;
}
.banner-content {
    top: 49% !important;
    width: 57% !important;
}
.banner-content .cbook-btn {
    padding: 2px 15px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}
.banner-content .pbook-btn {
    padding: 2px 15px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}

.banner h2 {
    font-size: 35px !important;
    margin: 0px !important;
}
.banner h1 {
    font-size: 40px !important;
    margin: 0px;
}

.banner p {
    font-size: 20px !important;
    line-height: 26px !important;
}

.Service-part {
    padding: 15px 0px !important;
}

.sp-content {
    width: 72% !important;
}
.sp-content h3 {
    font-size: 19px !important;
}
.service-box {
    margin-top: 22px !important;
    padding: 0px 25px;
}
.part1-bg {
    left: -54% !important;
    top: 25% !important;
}
.service-box h2 {
    font-size: 26px !important;
    margin-bottom: 20px;
}
.service-box h2 span {
    font-size: 24px !important;
}

.service-box p {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-top: 10px !important;
}
.service-box li {
    font-size: 14px !important;
}
.service-box li:before {
    top: 8px !important;
    width: 8px !important;
    height: 8px !important;
}

#services-part2 {
    padding-bottom: 30px !important;
}
#services-part2 .service-box h2 {
    margin-bottom: 25px !important;
}
.slider-part {
    padding: 40px 0px 0px 0px !important;
}
.slider-part .part3-bg {
    left: -67% !important;
    top: -95% !important;
}
.slider-part h2 {
    font-size: 27px !important;
    margin-bottom: 30px !important;
}

.slider-part h2 span {
    font-size: 23px !important;
    margin-bottom: 15px !important;
}
.testimonial {
    padding: 30px 0px !important;
}
.testimonial .part5-bg {
    left: 0% !important;
    top: 26% !important;
}
.slider-part .slider_holder .item .testimonial-img img{
	width: 78px !important;
	height: 78px !important;
	border-radius: 10px 0px 10px 10px !important;
}
.info-holder {
    width: 80% !important
}
.info-part .info-holder p {
    font-size: 20px !important;
    line-height: 20px !important;
}
.info-holder h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
    line-height: 26px !important;
}
.info-holder h3 span {
    font-size: 24px !important;
}
.info-part {
    padding-bottom: 75px !important;
}
.info-holder .boat-bg {
    top: 72% !important;
    width: 344px !important;
}
.after_footer span {
    font-size: 11px !important;
}
.footer-top {
    padding: 50px 183px 30px 40px !important;
}
.service-box img {
    width: 345px !important;
}
.middle-part .comings-content h4 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    padding: 0px 0px !important;
}
.middle-part .comings-content {
    width: 100% !important;
    margin: 0px auto;
}
}








@media(min-width : 250px) and (max-width : 480px){
#mobilogon {
    width: 84px !important;
    display: inline-block !important;
}
#nav-img {
    display: inline-block !important;
}
.navbar-light .navbar-toggler {
     color: transparent;
    border-color: transparent;   
    text-align: right;
    margin-top: 0px;
    margin-left: 35px;
}


.navbar-expand-lg .navbar-nav li {
    display:block !important;
   font-size: 15px !important;
}
.navbar-expand-lg .navbar-nav {
    margin: 0px auto !important;
    width: 70% !important;
    text-align: left !important;
    display: inline-block !important;
}
#signup {
    margin-left: 0px !important;
}
.logo {
    display: none !important;
}
.icon {
  display: none !important;
}
#navbarSupportedContent {
	background: #094378 !important;
	opacity: 0.8 !important;
	padding: 20px 0px;
        margin-top: 10px !important;
}
.banner-content {
    top: 49% !important;
    width: 80% !important;
}
.banner-content .cbook-btn {
    padding: 2px 15px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}
.banner-content .pbook-btn {
    padding: 2px 15px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    border: 1px solid yellow !important;
    margin-right: 5px !important;
}

.banner h2 {
    font-size: 18px !important;
    margin: 0px !important;
}
.banner h1 {
    font-size: 20px !important;
    margin: 0px;
}

.banner p {
    font-size: 12px !important;
    line-height: 15px !important;
}

.Service-part {
    padding: 15px 0px !important;
}

.sp-content {
    width: 100% !important;
}
.sp-content h3 {
    font-size: 14px !important;
}
.service-box {
    margin-top: 22px !important;
}
.part1-bg {
    left: -54% !important;
    top: 25% !important;
}
.service-box h2 {
    font-size: 26px !important;
    margin-bottom: 20px;
}
.service-box h2 span {
    font-size: 24px !important;
}
.service-box img {
	width: 300px !important;
}
.service-box p {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-top: 10px !important;
}
.service-box li {
    font-size: 14px !important;
}
.service-box li:before {
    top: 8px !important;
    width: 8px !important;
    height: 8px !important;
}

#services-part2 {
    padding-bottom: 30px !important;
}
#services-part2 .service-box h2 {
    margin-bottom: 25px !important;
}
.slider-part {
    padding: 40px 0px 0px 0px !important;
}
.slider-part .part3-bg {
    left: -67% !important;
    top: -95% !important;
}
.slider-part h2 {
    font-size: 27px !important;
    margin-bottom: 30px !important;
}
.slider-part h2 span {
    font-size: 23px !important;
    margin-bottom: 15px !important;
}
.testimonial {
    padding: 30px 0px !important;
}
.testimonial .part5-bg {
    left: -238% !important;
    top: 26% !important;
}
.slider-part .slider_holder .item .testimonial-img img{
	width: 62px !important;
	height: 62px !important;
	border-radius: 10px 0px 10px 10px !important;
}
.tes-text p{
    font-size: 14px !important;
    line-height: 18px !important;
}
.info-holder {
	width: 100% !important;
}
.info-part .info-holder p {
    font-size: 15px !important;
    line-height: 20px !important;
}
.info-holder h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    line-height: 26px !important;
}
.info-holder h3 span {
    font-size: 24px !important;
}
.info-part {
    padding-bottom: 20px !important;
}
.info-holder .boat-bg {
    top: 72% !important;
    width: 247px !important;
}
.after_footer span {
    font-size: 11px !important;
}
.middle-part {
    width: 100%;
    padding: 42px 0px !important;

}
.middle-part .comings-content {
    width: 100% !important;
}
.middle-part .comings-content h2 {
    font-size: 37px !important;
    margin-bottom: 15px !important;
}
.middle-part .comings-content p {
    font-size: 16px !important;
}
.middle-part .comings-content h4 {
    font-size: 17px !important;
    padding: 0px 0px !important;
}
.middle-part .comings-content  a {
    font-size: 18px !important;
    z-index: 20;
}
}






















#nav-img {
    display: none ;
}

.middle-part  {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 200px 0px;
	position: relative;
	overflow: hidden;
}
.middle-part .bg1 {
    right: -19px;
    position: absolute;
    top: -116px;
    z-index: -1;
}
.middle-part .bg2 {
    position: absolute;
    left: 0;
    top: 134px;
    z-index: -1;
}
.middle-part .comings-content {
	width: 65%;
	margin: 0px auto;
}
.middle-part .comings-content h2{
	font-size: 100px;
	color: #0254A0;
	margin-bottom: 30px;
	font-weight: 800;
}
.middle-part .comings-content p{
	font-size: 30px;
	color: #094378;
	margin-bottom: 20px;
	font-weight: 400;
}
.middle-part .comings-content h4{
    font-size: 32px;
    color: #094378;
    margin-bottom: 20px;
    font-weight: 500;
    padding: 0px 200px;
}
.middle-part .comings-content a{
    font-size: 47px;
    color: #F4C64E;
    margin-bottom: 30px;
    font-weight: 800;
    text-decoration: none;
}
.middle-part .comings-content a span{
	font-size: 30px;
	color: #094378;
	margin-bottom: 20px;
	font-weight: 400;
}

.mobimenu {
	width: 55px;
}

.top-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.top-logo {
    width: 14%;
    display: inline-block;
    position: fixed;
    z-index: 10;
}
.top-logo img{
width: 100%;
}
.register {
    display: inline-block;
    width: 80%;
    text-align: center;
    padding-left: 35px;
    padding-top: 10px;
}


.register a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0px 12px;
}

.new-nav {
    display: none;
    background: #fff;
    width: 100%;
    padding-left: 20px;

}

.new-nav .logon {
    width: 90px;
}
.new-nav .logon  #logon{
        width: 90px;
        text-align: left;
}
.new-nav .icon-holder{
    text-align: center;
    padding-top: 5px;
}
.new-nav .icon-holder ul {
    margin: 0px;
    padding: 0px;
}
.new-nav .icon-holder .iconn ul li {
    display: inline-block;
    margin-right: 10px;
}
.new-nav .icon-holder .iconn a {
    text-decoration: none;
    display: block;
    color: #0254A0;
    transition: 0.5s;
}
.new-nav .icon-holder .iconn ul li:hover a {
    color: #a3a902;
}

@media(min-width : 250px) and (max-width : 480px){
.top-bar {
    display: inline-block;
    position: fixed;
    z-index: 10;
}
.new-nav {
    display: inline-block !important;
    background: #fff;
    width: 100%;
}
.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 12;
    width: 100%;
    background-color: transparent !important;
}
.sticky .logon {
    display: none !important;
}
}
@media(min-width : 481px) and (max-width : 6000px){
.top-bar {
    display: none;
}
}

@media(min-width : 481px) and (max-width : 991px){
.new-nav {
    display: inline-block !important;
    background: #fff;
    width: 100%;
}
.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 12;
    width: 100%;
    background-color: transparent !important;
}
}
.owl-carousel button.owl-dot{
    background: transparent;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 0px 8px;
    display: inline-block !important;
} 


.slider-part {
    padding: 40px 0px 0px 0px !important;
    text-align: center !important;
}
