@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/*font-family: 'Poppins', sans-serif;*/

/*
-------------------------------------------
css-index
-------------------------------------------

*/

/*
	1. header
	2. banner
*/

html {
	scroll-behavior: smooth;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
body.offline{
	filter: grayscale(100%);
}
p {
	margin: 0 0 22px 0;
	font-size: 15px;
	color: #000;
}

p:last-child {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px 0;
	padding: 0;
}

h1 {
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
}

h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	color: #353535;
}

h3 {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	outline: none !important;
	color: #353535;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #283772;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #353535;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #353535;
}

::-moz-placeholder {
	opacity: 1;
	color: #353535;
}

:-moz-placeholder {
	opacity: 1;
	color: #353535;
}

img {
	max-width: 100%;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	color: #000;
	border: 1px solid #b8b8b8;
	height: 45px;
	padding: 0 16px;
}

textarea {
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid #b8b8b8;
	padding: 12px 16px;
}

select {
	border: 1px solid #b8b8b8;
	width: 100%;
	padding: 0 11px;
	background: url(../images/arrow.png) no-repeat calc(100% - 14px) center;
	background-color: #fff;
	background-size: 12px;
	padding-right: 40px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.form-control {
	border-radius: 0;
	border: 1px solid #b8b8b8;
	padding: 12px 16px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .form-control {
	padding: 5px 10px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: 1px solid #ccc;
border-radius: 0;
width: 100%;
height: 45px;
}
textarea{
	height:120px;
	resize:none;
}
input:focus {
	border: 1px solid #000;
}
input[type="submit"] {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	background: transparent;
	color: #0469ba;
	padding: 7px 22px;
	border-radius: 30px;
	border: 2px solid #0469ba;
	min-width: 150px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
input[type="submit"]:hover {
	background: #0469ba;
	color:#fff;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	float: none;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	float: none;
}

.navsocial {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navsocial li {
	display: inline-block;
	margin: 0 8px;
}

.navsocial li img {
	width: 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navsocial li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}

.donation_cart {
	margin-left: 34px;
	display: inline-block;
	font-size: 7.08px;
	color: #00bce4;
	position: relative;
	padding-right: 8px;
}

.donation_cart img {
	width: 46px;
}

.donation_cart span {
	position: absolute;
	right: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #d2232a;
	font-size: 11.22px;
}

.main_head .navbar {
	background: none;
	margin: 0;
	padding: 0;
	min-height: inherit;
	height: inherit;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	position: relative;
}

.main_head .navbar-nav>li {
	margin: 0 10px;
	padding: 25px 0;
	position: relative;
	transition: 0.3s;
}
.main_head .navbar-nav>li:before{
	display: none;
}
.main_head .navbar-nav>li:last-child {
	margin-right: 0;
}

.main_head .navbar-nav>li:first-child {
	margin-left: 0;
}

.main_head .navbar-nav > li > a {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
}
.main_head .navbar-nav > li > a:hover{
	color: #1b74bb;
}
.main_head .navbar-nav>li>a:before{
	position: absolute;
	bottom: -10px;
	width: 6px;
	height: 6px;
	background: #fff;
	content: "";
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: 0.3s;
	transform: scale(0);
}
.main_head .navbar-nav>li>a:hover:before{
	transform: scale(1);
}
.main_head .navbar-nav>li.current-menu-item>a:before {
	transform: scale(1);
}

/* .main_head .navbar-nav>li>a:hover {
	color: #283772 !important;
} */

.main_head .navbar-nav>li.menu-item-has-children:hover>a {
	color: #00bce4 !important;
}

.main_head .navbar-nav>li>.sub-menu {
	background: #fff;
	position: absolute;
	top: 160%;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	border: 1px solid rgba(174, 174, 174, 0.15);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 180px;
	padding: 0;
	transition: 0.3s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-top: 4px solid #1c2bff;
	padding: 20px;
}

.navbar-nav .clickD {
	transition: 0.3s;
	position: absolute;
	right: 0;
	top: 35px;
	width: 20px;
	height: 20px;
	background: url(../images/arrow.png) center center no-repeat;
	cursor: pointer;
	display: block;
	background-size: 10px;
}

.navbar-nav>li.menu-item-has-children {
	padding-right: 20px !important;
}

.main_head .navbar-nav>li:last-child>.sub-menu {
	right: 0;
	left: inherit;
	padding: 0;
}

.main_head .navbar-nav>li>.sub-menu>li>a {
	font-size: 15px;
	color: #425964;
	display: block;
	width: 100%;
	padding: 5px 10px;
}

.main_head .navbar-nav>li>.sub-menu>li {
	width: 100%;
	display: block;
}

.main_head .navbar-nav>li>.sub-menu>li>a:hover {
	background: #00bce4;
	color: #fff;
}

.navbar-nav>li.menu-item-has-children:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

button:focus {
	outline: 0px;
}

.navbar-toggler span {
	width: 40px;
	height: 2px;
	background:#000;
	display: block;
	margin: 11px 0;
	position: relative;
	transition: 0.3s;
}

.navbar-toggler span:first-child {
	margin-top: 0px;
}

.navbar-toggler span:nth-child(3) {
	margin-bottom: 0px;
}

.navbar-toggler span:nth-child(2) {
	width: 25px;
	margin-left: 15px;
}

.navbar-toggler.navbar-animate span:nth-child(2) {
	margin-left: 0px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	padding: 0;
	padding-left: 20px;
	position: relative;
	list-style: none;
	margin-bottom: 15px;
}

ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #1671e6;
	position: absolute;
	top: 8px;
	left: 0;
}

ul.no-bullet li{
	padding-left: 0px;
}
ul.no-bullet li::before {
	display: none;
}
/*checkbox open*/

.check-pro {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 500;
}

.check-pro input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.check-pro:hover input~.checkmark {
	background-color: #ccc;
}

.check-pro input:checked~.checkmark {
	background-color: #2196F3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.check-pro input:checked~.checkmark:after {
	display: block;
}

.check-pro .checkmark::after {
	left: 10px;
	top: 1px;
	width: 8px;
	height: 18px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*checkbox end*/

/*radio open*/

.radio-pro {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-pro input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-pro .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

.radio-pro:hover input~.checkmark {
	background-color: #ccc;
}

.radio-pro input:checked~.checkmark {
	background-color: #2196F3;
}

.radio-pro input:checked~.checkmark:after {
	display: block;
}

.radio-pro .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/*radio end*/

/*file upload open*/

.customfile_input {
	height: 31px;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
}

.customfile_label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	padding-left: 215px;
	line-height: 25px;
}

.customfile_label::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 197px;
	background: none;
	border: 2px solid #e9c04a;
	display: block;
	content: 'Choose File';
	height: 100%;
	text-align: center;
	line-height: 27px;
	cursor: pointer;
	font-size: 16px;
	color: #e9c04a;
	text-transform: uppercase;
}

.customfile_inputin:hover+.customfile_label::after {
	background: #e9c04a;
	color: #2a597f;
}

.customfile_inputin {
	position: relative;
	z-index: 2;
	width: auto;
	margin: 0;
	opacity: 0;
	height: 100%;
	cursor: pointer;
}

.imageupload_inp {
	padding-top: 10px;
	width: 100%;
}

/*file upload end*/

.back-to-top-area {
	width: 50px;
	height: 50px;
	background: #1c2bff;
	position: fixed;
	bottom: 50%;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	z-index: 999;
}

.back-to-top-area img {
	width: 23px;
	height: 26px;
}

.back-to-top-area.active-backTop {
	bottom: 5%;
	opacity: .5;
	visibility: visible;
}

.back-to-top-area:hover {
	opacity: 1;
}

.navbar-toggler:hover span:nth-child(2) {
	margin-left: 0;
}

/*--------------------------------------------
1. header
----------------------------------------------*/
.header-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	filter: blur(5px);
	background: rgba(0,0,0,0.3);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	display: none;
}
.overlay-block .header-overlay{
	visibility: visible;
	opacity: 1;
	display: block;
}
.nav-mobile-header {
	display: none !important;
}

.logo img{
	max-width: 430px;
	margin-top: 20px;
	transition: 0.3s;
}

.main_head {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	transition: 0.3s;
	z-index: 999;
}

.main_head.fixed-header .navbar-nav>li {
	padding: 22px 0;
}

.main_head.fixed-header {
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.main_head.fixed-header .logo img{
	width: 300px;
}
.main_head.fixed-header .navbar-nav .clickD {
	top: 25px;
}
.main {
	padding-top: 135px;
}

/* banner-area-start */
.slider-nav li{
	margin-bottom: 0;
}
.slider-nav{
	margin-top: 15px;
}
.single-search-blog {
	background: #eaeaf0;
	display: flex;
	padding: 25px 15px;
}
.single-search-blog{
	margin-bottom: 35px;
}
.single-search-blog figure {
	margin-bottom: 0;
}
.single-search-blog figure{
	width: 220px;
	height: 240px;
	overflow: hidden;
}
.single-search-blog figure img {
	width: 220px;
	height: 240px;
	object-fit: cover;
	transition: 0.3s;
}
.single-search-blog:hover img{
	transform: scale(1.1);
}
.single-search-blog-cont {
	width: calc(100% - 220px);
	padding-left: 20px;
}
.single-search-blog-cont h3{
	margin-bottom: 10px;
}
.single-search-blog-cont h3 a {
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
}
.single-search-blog-cont h5 {
	font-size: 13px;
	color: #919191;
}
.single-search-blog-cont h5 a{
	font-weight: 600;
}
.single-search-blog-cont h5 a:hover{
	color:#0469ba;
}
.cmn-btn {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	background: transparent;
	color: #0469ba;
	padding: 7px 22px;
	border-radius: 30px;
	border: 2px solid #0469ba;
	min-width: 150px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.cmn-btn:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bae0f9+0,9dcbec+24,9dcbec+25,0c71a0+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b74bb+0,6aa6d5+43,6aa6d5+58,5194c9+100 */
background: #1b74bb; /* Old browsers */
background: -moz-linear-gradient(left,  #1b74bb 0%, #6aa6d5 43%, #6aa6d5 58%, #5194c9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1b74bb 0%,#6aa6d5 43%,#6aa6d5 58%,#5194c9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1b74bb 0%,#6aa6d5 43%,#6aa6d5 58%,#5194c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b74bb', endColorstr='#5194c9',GradientType=1 ); /* IE6-9 */
	color: #fff;	
}
.pagination {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 0;
}
  
  .pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
  }
  
  .pagination a.active {
	background-color: #0469ba;
	color: white;
	border-radius: 5px;
  }
  
  .pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
  }

  .title {
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 50px;
	color: #000;
}
.title::before {
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 80px;
	height: 3px;
	background: #0469ba;
	content: "";
}
label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 9px;
}
.subtitle {
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
}
.inut-merge-area input, .inut-merge-area select {
	width: 32%;
}
.inut-merge-area{
	display: flex;
	justify-content: space-between;
}
.boat-serv-area form {
	margin-bottom: 45px;
}
.boat-serv-area ul {
	margin-bottom: 35px;
}
.col-lg-4.boat-serv-area {
	padding-left: 45px;
}
.btm-content-area {
	padding: 100px 0;
}
.single-slider img {
	width: 100%;
}
.single-slider{
	position: relative;
}

.single-slider .banner-cont {
	background: rgba(0,0,0,0.7);
	max-width: 650px;
	padding: 20px 40px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 70%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.banner-cont h2 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.banner-cont p{
	color: #fff;
}
.slick-slide.slick-current.slick-active .single-slider .banner-cont {
	opacity: 1;
	top: 50%;
	visibility: visible;
}
.home-slider .slick-arrow {
	width: 40px;
	height: 40px;
	text-align: center;
	background: #000;
	border-radius: 50%;
	margin: 0 7px;
}
.home-slider .slick-prev {
	left: -41px;
}
.home-slider .slick-next {
	right: -40px;
}
.slider-nav .slick-slide{
	padding: 0 5px;
}
.home-slider .slick-active li{
	cursor: pointer;
}
.home-slider .slick-current li img {
	border: 3px solid #5db2f7;
}
/* footer-area-start */
.footer-top {
	background: #202020;
	padding: 60px 0 35px 0;
}
.footer-title {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	margin: 17px 0 30px 0;
}
.footer-cont p {
	color: #fff;
	margin-top: 20px;
}
.quick-links ul li{
	width: 50%;
}
.quick-links ul li a{
	color: #fff;
}
.quick-links ul li a:hover{
	color: #0469ba;
}
.footer-subscribe input {
	background: #dfdfdf;
	border: 1px solid #202020;
}
.footer-subscribe .form-group {
	position: relative;
}
.footer-subscribe .form-group .mail-btn {
	position: absolute;
	right: 0;
	width: 49px;
	height: 44px;
	border: 1px solid #0469ba;
	background: #0469ba;
	top: 0px;
	color: #fff;
	padding: 0;
	cursor: pointer;
}
.copy-right-area {
	background: #363636;
	padding: 15px 0;
	text-align: center;
}
.copy-right-area p, .copy-right-area p a {
	margin-bottom: 0;
	color: #eee;
}
.copy-right-area p a:hover{
	color: #0469ba;
}
.social-links li a i {
	font-size: 23px;
	color: #b5b5b5;
	transition: 0.3s;
}
.social-links li {
	padding-left: 0px;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 15px;
}
.no-bullet li a:hover i{
	color: #0469ba;
}

/* details-page-area-start-here */
.inner-banner-area {
	background: #0469ba;
	text-align: center;
	padding: 80px 0;
}
.inner-banner-area h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 45px;
	text-transform: capitalize;
	font-style: italic;
}
.service-details-area .single-search-blog-cont{
	width: 100%;
	padding-left: 0;
}
.leave-cmn-area {
	margin-top: 30px;
}
.leave-cmn-area h2{
	font-size: 25px;
}

/* service-page-start-here */
.service-provide-area li{
	font-size: 16px;
}

/* contact-page-area */
.title-area {
	text-align: center;
	margin-bottom: 55px;
}
.title-area .title {
	margin-bottom: 30px;
}
.title-area .title::before {
	margin: 0 auto;
	left: 0;
	right: 0;
}
.contact-form-area {
	max-width: 760px;
	margin: 0 auto;
}
.contact-form-area input[type="submit"]{
	margin-top:35px;
}
.gallery {
    margin-top: 5em;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:hover:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    margin-left: -13px;
    color: #fff;
    font-size: 26px;
    content: '';
    background: url(https://j5marine.com/webroot/frontend/images/search-search.png);
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
    background-size: contain;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    right: 0;
    margin: 0px auto;
    background-repeat: no-repeat;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}


a.lightbox {
    display: block;
    position: relative;
}

.tz-gallery img {
    height: 250px;
    object-fit: cover;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.pagination li a {
    background: transparent;
    border: 1px solid #0469ba;
    padding: 11px 15px;
    line-height: 1;
}
.pagination li a:hover, .pagination li.active a{
    background:#0469ba !important;
    color:#fff;
}
.pagination li:before{
    display:none;
}
.boat-serv-area form .form-group{
    width:100%;
}
@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
