@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/*.photogallery ul li:nth-child(2) img, .photogallery ul li:nth-child(3) img {
	height: 184px;
	object-fit: cover;
}*/

.contact_info a {
	color: #aaa9c8;
	display: flex;
}
.contact_info a:hover {
	color: #fff;
}
.bloginner-conbox {
	padding-top: 20px;
}
.bloginner-title > strong {
	padding-bottom: 10px;
	display: block;
	font-size: 23px;
	color: #2b4392;
}

.datepicker td, .datepicker th {font-family:'Open Sans', sans-serif; font-size:13px;}



.timepicker_wrap {
  padding: 10px;
  border-radius: 5px;
  z-index: 2;
  display: none;
  width: 240px;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35);
  background: #f6f6f6;
  border: 1px solid #ccc;
  float: left;
  position: absolute;
  top: 27px;
  left: 0px;
}

.arrow_top {
  position: absolute;
  top: -10px;
  left: 20px;
  background: url(../images/top_arr.png) no-repeat;
  width: 18px;
  height: 10px;
  z-index: 3;
}


body {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
}

.top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_header a {
    font-size: 15.24px;
    color: #2b4392;
    font-family: 'Open Sans', sans-serif;
}
.top_header a:hover {
	color: #000;
}

.top_header a img {
    margin: 0 8px 0 0;
}

header {
    padding-top: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
}

.bottom_header a.navbar-brand {
    display: none;
}

.top_header .logo {
    position: relative;
    left: 68px;
}

.top_header .email {
    position: relative;
}

.banner {
    position: relative;
}

.banner_item img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center;
}

ul.banner_slider_nav li {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

ul.banner_slider_nav {
    margin: 0;
}

ul.banner_slider_nav li.prev {
    left: 150px;
}

ul.banner_slider_nav li.next {
    right: 150px;
}

.bottom_header {
    margin-top: 29px;
    padding: 0;
    transition: all 0.5s ease;
}

.bottom_header.sticky_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px 10px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 0 10px #888;
}
.bottom_header.sticky_header .navbar {
    max-width: 1200px;
    margin: auto;
}

.bottom_header .navbar {
    padding: 0;
}

.bottom_header .navbar .nav-item .nav-link {
    font-size: 17.78px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    color: #2b2a4b;
    padding: 10px 20px;
}

.bottom_header .navbar .nav-item.active .nav-link,
.bottom_header .navbar .nav-item .nav-link:hover {
    background-image: url('../images/active_menu.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom_header .navbar .nav-item {
    margin: 0 0 0 0;
}
.bottom_header .navbar .navbar-nav {
    width: 100%;
    justify-content: space-between;
}
ul.navbar-nav li > ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    display:none;
}
ul.navbar-nav li > ul li {
    background: #f7ab05;
    padding: 0;
    border-bottom: 1px solid #000;
    width: 100%;
}
ul.navbar-nav li > ul li a {
    color: #000;
    padding: 5px 14px;
    display: block;
}
ul.navbar-nav li > ul li a:hover {
    background: #2b4392;
    color: #fff;
}
ul.navbar-nav li > ul li:first-child {
    border-radius: 5px 5px 0 0;
}
.bottom_header .navbar .nav-item:hover ul {
    display: block;
}
.bottom_header .navbar .nav-item i.fa.fa-arrow-down{
    display:none;
}
.scuba_service h1 {
	font-size: 38.1px;
	color: #2b4392;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 25px;
	position: relative;
	padding-top: 30px;
}

.scuba_service h1:before {
    content: "";
    background-image: url('../images/separator.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 125px;
    height: 7px;
    left: 0;
    right: 0;
    margin: auto;
}

.scuba_service .scuba_service_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 38px;
}

.scuba_service .scuba_service_list .scuba_service_item {
    position: relative;
    max-width: 390px;
}

.scuba_service .scuba_service_list .scuba_service_item img {
    max-width: 100%;
}

.scuba_service .scuba_service_list .scuba_service_item img.on_hover {
    position: absolute;
    z-index: -1;
    transform: rotate(0deg);
    transition: all 0.9s ease;
}

.scuba_service .scuba_service_list .scuba_service_item:hover img.on_hover {
    transform: rotate(180deg);
}

.scuba_service .scuba_service_list .scuba_service_item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.scuba_service .scuba_service_list .scuba_service_item .text h3 {
    font-size: 25.4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 6px;
}

.scuba_service .scuba_service_list .scuba_service_item:first-child {}

.scuba_service .scuba_service_list .scuba_service_item:first-child .text {
    margin-top: 0px;
    left: -11px;
    top: 134px;
}

.scuba_service .scuba_service_list .scuba_service_item .text h2 {
    font-size: 22.86px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.scuba_service .scuba_service_list .scuba_service_item .text a {
    display: block;
    width: 120px;
    height: 40px;
    background: #f7ab05;
    margin: auto;
    color: #fff;
    font-size: 17.78px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 10px;
}

.scuba_service .scuba_service_list .scuba_service_item .text a:hover {
    background-color: #2b4392;
    color: #fff;
}

.scuba_service .scuba_service_list .scuba_service_item:nth-child(2) {}

.scuba_service .scuba_service_list .scuba_service_item:nth-child(2) .text {
    top: 163px;
    left: 10px;
}

.scuba_service .scuba_service_list .scuba_service_item:last-child .text {
    top: 126px;
    left: 25px;
}

.scuba_service .scuba_service_list .scuba_service_item:last-child .text h2 {
    position: relative;
    right: 35px;
}

.scuba_service .scuba_service_list .scuba_service_item:last-child .text a {
    position: relative;
    right: 36px;
}






.scuba_service .scuba_service_list .scuba_service_item .text1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.scuba_service .scuba_service_list .scuba_service_item .text1 h3 {
    font-size:20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 6px;
}

.scuba_service .scuba_service_list .scuba_service_item:first-child {}

.scuba_service .scuba_service_list .scuba_service_item:first-child .text1 {
    margin-top: 0px;
    left: -3px;
    top:103px;
}

.scuba_service .scuba_service_list .scuba_service_item .text1 h2 {
    font-size:21px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.scuba_service .scuba_service_list .scuba_service_item .text1 a {
    display: block;
    width:100px;
    height: 35px;
    background: #f7ab05;
    margin: auto;
    color: #fff;
    font-size: 17.78px;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 10px;
}

.scuba_service .scuba_service_list .scuba_service_item .text1 a:hover {
    background-color: #2b4392;
    color: #fff;
}

.scuba_service .scuba_service_list .scuba_service_item:nth-child(2) {}

.scuba_service .scuba_service_list .scuba_service_item:nth-child(2) .text1 {
    top: 98px;
    left: 15px;
}

.scuba_service .scuba_service_list .scuba_service_item:nth-child(3) {}
.scuba_service .scuba_service_list .scuba_service_item:nth-child(3) .text1 {
    top: 73px;
    left: 0px;
}



.scuba_service .scuba_service_list .scuba_service_item:last-child .text1 {
    top: 122px;
    left: 10px;
    text-align:center;
}

.scuba_service .scuba_service_list .scuba_service_item:last-child .text1 h2 {
    position: relative;
    right: 0px;
}

.scuba_service .scuba_service_list .scuba_service_item:last-child .text1 a {
    position: relative;
    right: 0px;
}


























.multiSlider_item {
    text-align: center;
    padding: 0 20px;
    border-left: 1px solid #c9cccd;
}

.multiSlider_item .image {
    position: relative;
    width: 110px;
    height: 110px;
    margin: auto;
    background: #2b4392;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.multiSlider_item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.multiSlider_item .image img.on_hover {
    display: none;
}

.multiSlider_item:hover .image {
    background: #fff;
}

.multiSlider_item:hover .image img.defult {
    display: none;
}

.multiSlider_item:hover .image img.on_hover {
    display: block;
}






.sports_secion {
    background-color: #e0e3e4;
    background-image: url(../images/water-gray-wave.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 170px 0 73px;
}

.sports_secion h1 {
    margin-bottom: 100px;
    padding-bottom: 25px;
    font-size: 38.1px;
    color: #2b4392;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

.sports_secion h1:before {
    content: "";
    background-image: url('../images/separator.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 125px;
    height: 7px;
    left: 0;
    right: 0;
    margin: auto;
}

.multiSlider {
    position: relative;
}

.multiSlider_item h2 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2b4392;
	margin: 14px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	min-height: 100px;
}

.multiSlider_item h3 {
    font-size: 38.1px;
    color: #2b2a4b;
    font-weight: normal;
    margin: 23px 0 21px 0;
}

.multiSlider_item ul {
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none;
}

.multiSlider_item ul li {
    font-size: 16.25px;
    color: #676768;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #c9cccd;
    padding: 3px 0;
}

.multiSlider_item a {
    display: block;
    width: 160px;
    height: 50px;
    background: #f7ab05;
    margin: auto;
    color: #fff;
    font-size: 20.32px;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 10px;
}

.multiSlider_item a:hover {
    background: #2b4392;
    color: #fff;
}

.multiSlider_item ul li:last-child {
    border: none;
}

.multiSlider .slick-slide.slick-current .multiSlider_item {
    border: none;
}

.multiSlider_nav li {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}







.multiSlider_item1 {
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #c9cccd;
    float:left;
    width:25%;
}

.multiSlider_item1 .image {
    position: relative;
    width: 110px;
    height: 110px;
    margin: auto;
    background: #2b4392;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.multiSlider_item1 .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.multiSlider_item1 .image img.on_hover {
    display: none;
}

.multiSlider_item1:hover .image {
    background: #fff;
}

.multiSlider_item1:hover .image img.defult {
    display: none;
}

.multiSlider_item1:hover .image img.on_hover {
    display: block;
}



.multiSlider_item1 h2 {
    font-size: 25.4px;
    font-weight: normal;
    text-transform: uppercase;
    color: #2b4392;
    margin: 14px 0 0 0;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multiSlider_item1 h3 {
    font-size: 38.1px;
    color: #2b2a4b;
    font-weight: normal;
    margin: 23px 0 21px 0;
}

.multiSlider_item1 ul {
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none;
}

.multiSlider_item1 ul li {
    font-size: 16.25px;
    color: #676768;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #c9cccd;
    padding: 3px 0;
}

.multiSlider_item1 a {
    display: block;
    width: 160px;
    height: 50px;
    background: #f7ab05;
    margin: auto;
    color: #fff;
    font-size: 20.32px;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 10px;
}

.multiSlider_item1 a:hover {
    background: #2b4392;
    color: #fff;
}


.multiSlider_item1 ul li:last-child {
    border: none !important;
}













.multiSlider_nav {
    margin: 0;
}

.multiSlider_nav li.prev2 {
    left: 0;
}

.multiSlider_nav li.next2 {
    right: 0;
}

.multiSlider_nav li.prev3 {
    left: 0;
}

.multiSlider_nav li.next3 {
    right: 0;
}


.multiSlider_nav li.prev4 {
    left: 0;
}

.multiSlider_nav li.next4 {
    right: 0;
}

.multiSlider_nav li.prev5 {
    left: 0;
}

.multiSlider_nav li.next5 {
    right: 0;
}



.multiSlider_nav li.prev6 {
    left: 0;
}

.multiSlider_nav li.next6 {
    right: 0;
}

.multiSlider_nav li.prev7 {
    left: 0;
}

.multiSlider_nav li.next7 {
    right: 0;
}





.rentals_secion {
    background-color: #f0f1f2;
    padding:59px 0 95px;
}

.rentals_secion2 {
    background-color: #e1e2e4;
    padding:59px 0 95px;
}

.rentals_secion h1 {
    margin-bottom: 50px;
    padding-bottom: 25px;
    font-size: 38.1px;
    color: #2b4392;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

.rentals_secion h1:before {
    content: "";
    background-image: url('../images/separator.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 125px;
    height: 7px;
    left: 0;
    right: 0;
    margin: auto;
}

.explore_section h1 {
    margin-bottom: 100px;
    padding-bottom: 25px;
    font-size: 38.1px;
    color: #2b4392;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

.explore_section h1:before {
    content: "";
    background-image: url('../images/separator.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 125px;
    height: 7px;
    left: 0;
    right: 0;
    margin: auto;
}

.explore_section {
    padding: 69px 0 80px;
}

.explore_list {
    background-image: url('../images/bg-frame.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 515px;
}

.explore_list .explore_item {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
}

.explore_list .explore_item img {
    max-width: 100%;
}

.explore_list .explore_item span {
    background: #383838;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20.51px;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 0 4px;
}

.explore_list .explore_item:first-child {
    width: 235px;
    height: 155px;
    left: 162px;
    top: 0;
}

.explore_list .explore_item:nth-child(2) {
    width: 390px;
    height: 240px;
    left: 425px;
    top: 92px;
}

.explore_list .explore_item:nth-child(3) {
    width: 235px;
    height: 155px;
    right: 75px;
    top: 9px;
}

.explore_list .explore_item:nth-child(4) {
    width: 300px;
    height: 215px;
    bottom: 50px;
    left: 54px;
}

.explore_list .explore_item:nth-child(5) {
    width: 215px;
    height: 150px;
    left: 613px;
    bottom: 0;
}

.explore_list .explore_item:nth-child(6) {
    width: 235px;
    height: 155px;
    right: 14px;
    bottom: 109px;
}

.explore_btn {
    margin: 70px 0 0;
    text-align: center;
}

.explore_btn a {
    color: #fff;
    font-size: 20.32px;
    text-transform: uppercase;
    background: #f7ab05;
    padding: 10px 40px;
    border-radius: 10px;
}

.explore_btn a:hover {
    background-color: #2b4392;
    color: #fff;
}

.testimonial_section h1 {
    margin-bottom: 50px;
    padding-bottom: 25px;
    font-size: 38.1px;
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

.testimonial_section h1:before {
    content: "";
    background-image: url('../images/separator.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 125px;
    height: 7px;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonial_section {
    background-image: url('../images/bg-testimonaisl.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 150px;
}

.testimonial_iteam p {
    color: #ffffff;
    font-size: 27.94px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin-bottom: 50px;
}

.testimonial_iteam h5 {
    font-size: 20.32px;
    color: #f7ab05;
}

.testimonial {}

.testimonial div#testimonial_slider {
    text-align: center;
    max-width: 680px;
    margin: auto;
}

.testimonial div#testimonial_slider .slick-dots {
    bottom: -50px;
}

.testimonial div#testimonial_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #828283;
    border-radius: 100%;
}

.testimonial div#testimonial_slider .slick-dots li.slick-active button {
    background: #fff;
}

.testimonial div#testimonial_slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.testimonial div#testimonial_slider .slick-dots li button:before {
    display: none;
}

.blog_section h1 {
    margin-bottom: 50px;
    padding-bottom: 25px;
    font-size: 38.1px;
    color: #2b4392;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

.blog_section h1:before {
    content: "";
    background-image: url('../images/separator.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 125px;
    height: 7px;
    left: 0;
    right: 0;
    margin: auto;
}
.blog_section {
	padding: 50px 0 41px;
	background: #e1e2e4;
}
.blog_section .blog_item a:hover {
	color: #000;
}
.blog_section .blog_item img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.blogicdesc {
	padding-top: 10px;
}
.blogicdesc p {
	padding: 0 !important;
	margin-bottom: 15px !important;
}
.blogicdesc > strong {
	display: none;
}

.blog_section .blog_item h2 {
	font-size: 20px;
	color: #2b4392;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}
.blogsnibox-content {
	padding: 20px 10px 0;
}

.blog_section .blog_item p {
    color: #4b4b4b;
    font-size: 16.51px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.blog_section .blog_item a {
    font-size: 15.24px;
    color: #f5b01b;
}

footer {
    background-image: url('../images/bg-footer.jpg');
    background-size: cover;
    background-position: top;
    padding: 135px 0 0 0;
}

footer .inner_footer {}

footer .inner_footer .footer_widget {
    margin-bottom: 30px;
}

footer .inner_footer .footer_widget h2 {
    font-size: 20.32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 23px;
}

footer .inner_footer .footer_widget .footer_menu {}

footer .inner_footer .footer_widget .footer_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .inner_footer .footer_widget .footer_menu ul li a {
    font-size: 16.51px;
    color: #aaa9c8;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
footer .inner_footer .footer_widget .footer_menu ul li a:hover{color:#ffffff;}
footer .inner_footer .footer_widget .contact_info {}

footer .inner_footer .footer_widget .contact_info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .inner_footer .footer_widget .contact_info ul li {
    font-size: 16.51px;
    color: #aaa9c8;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    word-break: break-all;
}

footer .inner_footer .footer_widget .contact_info ul li i {
    color: #fff;
    background: #858696;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
}

footer .inner_footer .footer_widget .footer_social {}

footer .inner_footer .footer_widget .footer_social a {
    color: #1e213d;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
}
footer .inner_footer .footer_widget .footer_social a:hover {
	background: #f5b01b;
}
footer .inner_footer .footer_widget .footer_menu ul li {
    margin-bottom: 3px;
}

.copyright {
    padding:0px 0 30px 0;
}

.copyright span {
    font-size: 13.97px;
    color: #aaa9c8;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
}

.contact_sticky {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact_sticky img {
    max-height: 150px;
}



.copy-left-text {font-size: 13.97px;
    color: #aaa9c8;
    font-family: 'Open Sans', sans-serif;
    text-align: left;}
    
    
    
.copy-right-text {font-size: 13.97px;
    color: #aaa9c8;
    font-family: 'Open Sans', sans-serif;
    text-align: right;}
    
    
 .whatsapp-icon {
	left: auto !important;
	right: 40px !important;
	bottom: 100px !important;
}   
    



.inner-banner {
    position: relative;
    height: 350px; /*350*/
    background:#dbe1e3;
    overflow:hidden;
}
.inner-banner.inner-banner-wtimg {
	height: 300px;
}

.inner-banner_item{
    width: 100%;
    background:#fff;
}  

.inner-banner_item h1{
 font-size:40px;
 position:absolute;
 width:100%;
 top:250px;
 color:#2b4392;
 font-weight:500;
 text-transform:uppercase;
 text-align:center;
 
}  

.inner-banner_item img {
    width: 100%;
    opacity: 0.7;
}  


.content-container   {padding:40px 0px;}


.table-info             {background:#eff1f2; padding:20px; font-family:'Open Sans', sans-serif; font-size:16px; width:100%; border-radiu:5px; margin-bottom:20px;}

.table-info h3 {font-size:16px; font-family:'Oswald', sans-serif;}
.table-info table {width:100%;}

.table-info tr td     {font-size:14px; padding:5px; border-bottom:solid 1px #e3e7e9;}


.booking-info             {background:#eff1f2; padding:20px; font-family:'Open Sans', sans-serif; font-size:16px; width:100%; border-radius:5px; margin-bottom:20px;}

.booking-info h3 {font-size:16px; font-family:'Oswald', sans-serif;}
.booking-info table {width:100%;}

.booking-info tr td     {font-size:14px; padding:10px; border-bottom:solid 1px #e3e7e9;}
.booking-info th     {font-size:20px; padding:15px; }

.sold-out-table             { color:#ccc; position:relative;}

.sold-out-table            {background:#eff1f2; padding:20px; font-family:'Open Sans', sans-serif; font-size:16px; width:100%; border-radiu:5px; margin-bottom:20px;}

.sold-out-table h3 {font-size:16px; font-family:'Oswald', sans-serif;}
.sold-out-table table {width:100%;}

.sold-out-table tr td             {font-size:14px; padding:5px; border-bottom:solid 1px #e3e7e9;}
.sold-out-table .soldout-btn{padding:5px 10px; border-radius:5px; color:#ffffff; position:absolute; top:70px; left:100px;}
.sold-out-table .soldout-btn img {width:120px;}


.left-content     {}
.left-content h2 {color:#2b4392; text-align:left; font-weight:300; text-transform:uppercase; margin:20px 0px 0px 0px; clear:both;} 

.left-content h3 {color:#2b4392; text-align:left; font-weight:300; text-transform:uppercase; margin:20px 0px 0px 0px; clear:both;} 


.left-content h4 {color:#666666; text-align:left; font-weight:300; margin:0px 0px 0px 0px; clear:both; font-family: 'Open Sans', sans-serif; font-size:17px;} 

.left-content strong { color:#000; font-family:'Open Sans', sans-serif; font-weight:bold;}

.left-content p {font-size: 16.25px; color: #676768; text-align:left; font-weight:normal; clear:both; font-family: 'Open Sans', sans-serif; padding:10px 0;}

.left-content ul {padding:10px 20px;}

.left-content ul li {font-size: 16.25px; color: #676768; text-align:left; font-weight:normal; margin:0px 0px 0px 0px; clear:both; font-family: 'Open Sans', sans-serif;}


.photogallery    {}
.photogallery ul    { margin:0px; padding:0px; list-style:none;}
.photogallery ul li    { margin:0px; padding:0px !important; list-style:none; clear:none;}
.photogallery ul li img {width:100%;}

.photogallery ul li:first-child {width:65%; float:left; margin:3px;}


.photogallery ul li:nth-child(2) {float:left; width:32%; margin:3px;}
.photogallery ul li:nth-child(3) {float:left; width:32%; margin:3px;}


.mainside-bar           {position: -webkit-sticky; /* Safari */ position: sticky; top:90px;}

.reserv-form    {background:#eff1f2; padding:40px; border-radius:5px;}

.reserv-form h3 {font-size:17px; font-family:'Oswald', sans-serif; text-transform:uppercase;}




.reserv-form select {width:100%; border:1px solid rgba(151,151,151,.3); margin:0px 0px 0px 0px; padding:5px 0px; border-radius:5px; font-family:'Open Sans', sans-serif; padding:5px 10px; font-size:13px;}

.reserv-form label{font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; margin-bottom:0px;}


.reserv-form input {width:100%; border:1px solid rgba(151,151,151,.3); margin:0px 0px 0px 0px; font-family:'Open Sans', sans-serif; padding:3px 10px;}

.reserv-form button {width:100%; border:none; background:#f7ab05; padding:10px 10px; color:#ffffff; font-weight:300; text-transform:uppercase; border-radius:5px;}



.reserv-form             {background:#eff1f2; padding:20px; font-family:'Open Sans', sans-serif; font-size:16px; width:100%; border-radiu:5px; margin-bottom:20px;}

.reserv-form h3 {font-size:17px; font-family:'Oswald', sans-serif;}
.reserv-form table {width:100%;}

.reserv-form tr td             {font-size:14px; padding:5px;}





.reserv-form-disable    {background:#eff1f2; padding:40px; border-radius:5px;}

.reserv-form-disable h3 {font-size:17px; font-family:'Oswald', sans-serif; text-transform:uppercase;}




.reserv-form-disable select {width:100%; border:1px solid rgba(151,151,151,0); margin:0px 0px 0px 0px; padding:5px 0px; border-radius:5px; font-family:'Open Sans', sans-serif; padding:5px 10px; font-size:13px; background:#ccc;}

.reserv-form-disable label{font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; margin-bottom:0px; color:#ccc;}


.reserv-form-disable input {width:100%; border:1px solid rgba(151,151,151,0); margin:0px 0px 0px 0px; font-family:'Open Sans', sans-serif; padding:3px 10px; background:#ccc;}

.reserv-form-disable button {width:100%; border:none;  padding:10px 10px; color:#ffffff; font-weight:300; text-transform:uppercase; border-radius:5px; background:#ccc;}



.reserv-form-disable             {background:#eff1f2; padding:20px; font-family:'Open Sans', sans-serif; font-size:16px; width:100%; border-radiu:5px; margin-bottom:20px;}

.reserv-form-disable h3 {font-size:17px; font-family:'Oswald', sans-serif; color:#ccc;}
.reserv-form-disable table {width:100%;}

.reserv-form-disable tr td             {font-size:14px; padding:5px; color:#ccc;}





.packages-combo    {background-color: #F4F5FA;
border: 1px solid #EEE; padding:20px; margin:10px 0px;}  

.packages-combo button {
width: 80px;
height: 33px;
background: #f7ab05;
color: #fff;
font-size:14px;
border:none;
line-height: 33px;
text-transform: uppercase;
border-radius: 5px;}

.packages-combo h5 {color:#2b4392; font-weight:300;}
.packages-combo .text-right {text-align:right;}

.packages-combo h3 {color:#000000; font-weight:300; text-align:right;}

.packages-combo strong { color:#000; font-family:'Open Sans', sans-serif; font-weight:bold;}


.thumb-box-list   { background:#ffffff; border-radius:5px; overflow:hidden;}
.thumb-box-list img {
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	height: 200px;
	object-fit: cover;
}

.thumb-box-list h4 {
	color: #2b4392;
	font-weight: 300;
	font-size: 22px;
	padding: 10px 20px 0px 20px;
	min-height: 80px;
}
.thumb-box-list p {padding:0px 20px;}

.thumb-box-list button {
	border: none;
	background: #f7ab05;
	padding: 6px 15px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0px 20px 20px 20px;
	cursor: pointer;
}
.thumb-box-list button:hover {
	background: #2b4392;
}


.modal-content {
	background: url(../images/bg-contact.jpg) no-repeat top;
	background-size: cover;
	border: solid 2px #ffffff;
	background-color: #212548;
}


.contact-from  {padding:0px 30px 30px 30px;}

.modal-content .modal-title  { color:#ffffff !important; text-align:center!important; text-transform:uppercase;}


.modal-content .close {color:#ccc;}
.contact-from input {width:100%; border:none; margin:8px 0px; background:#f5f5f5; font-family:'Open Sans', sans-serif; font-size:13px; padding:10px;}
.contact-from textarea {width:100%; border:none; margin:8px 0px; background:#f5f5f5; color:#000000; font-family:'Open Sans', sans-serif;  font-size:13px; padding:10px; border-radius:5px; text-align:left;}
.contact-from button {width:100%; border:none; margin:8px 0px; background:#f7ab05; padding:10px 10px; color:#ffffff; font-weight:300; text-transform:uppercase; border-radius:5px;}



#exTab3         { text-align:center;}

#exTab3 .nav      { margin:0px 0px 40px 0px; padding:10px 0px; text-align:center; display:inline-block !important; border-bottom:solid 1px #cccccc; width:100%;}

#exTab3 .nav li{ margin:0px; padding:10px 20px; text-align:center;  display:inline !important; }

#exTab3 .nav li a { color:#000;}

#exTab3 .nav li.active {padding:10px 0px; border-bottom:solid 3px #f7ab05;}
#exTab3 .nav li a.active {padding:10px 0px; border-bottom:solid 3px #f7ab05;}



#exTab4         { text-align:left;}

#exTab4 .nav      { margin:0px 0px 20px 0px; padding:10px 0px; text-align:center; display:inline-block !important; border-bottom:solid 1px #cccccc; width:100%;}

#exTab4 .nav li{ margin:0px; padding:10px 5px; text-align:center;  display:inline !important; }

#exTab4 .nav li a { color:#a2a2a2;}

#exTab4 .nav li.active {padding:10px 0px; border-bottom:solid 3px #f7ab05; color:#000000;}
#exTab4 .nav li a.active {padding:10px 0px; border-bottom:solid 3px #f7ab05; color:#000000;}
#exTab4 .tab-content h3 {text-align:center;}


.tab-content    {width:100%;}

.tab-content h3    {font-weight:300px; text-transform:uppercase; margin-bottom:30px;}





.tab-details                { position:relative; background:#e1e2e4;}
.tab-details img            {width:100%;}

.tab-main-bg                {background:#ffffff; margin-top:-200px; position:relative;  box-shadow:0px 0px 4px #ccc;}

.tab-main-bg .white         {background:#ffffff; position:absolute; padding:30px ; width:100%;}

.tab-main-bg .tab-pane          {font-family:'Open Sans', sans-serif; text-align:left; font-size:15px;}

.tab-main-bg .tab-pane h4 { font-size:18px; font-family:'Oswald', sans-serif;}


.bg-lit-page                { background:#dbe1e3;}

.timer-count{  background-image: linear-gradient(to right, #f7ab05 , #2b4392); border-radius:5px; text-align:center; padding-top:0px; width:98%; margin-top:10px;}

.timer-count .container {

}

.timer-count h3 {
  font-weight: normal;
  color:#fff;
  text-align:center;
  padding-top:10px;
  
}

.timer-count ul {margin:0px; padding:0px;}

.timer-count li {
  display: inline-block;
  font-size: 35px;
  list-style-type: none;
  padding: 10px;
  text-transform: uppercase;
  color:#fff !important;
  text-align:center;
}

.timer-count li span {
  display: block;
  font-size: 35px;
  color:#fff;
  text-align:center;
}


.resgiter-btn { color:#000000 !important; text-decoration:none; padding:0px 10px ; padding:6px 10px; border-radius:5px; text-transform:uppercase; border:solid 1px #000000; font-size:13px !important; margin:0px 10px;}

.resgiter-btn:hover {background:#000000; color:#ffffff !important;}
.sign-btn        { color:#000000 !important; background:#f7ab05; padding:7px 10px; border-radius:5px; text-transform:uppercase; font-size:13px !important;}
.sign-btn:hover {background:#2b4392; color:#ffffff!important;}

.profile-photo              {width:30px; height:30px; border-radius:100px float:left; margin-left:10px;}
.profile-photo img              { width:30px; height:30px; border-radius:200px;}
.profile-photo-dropdown            {position:relative;}
.profile-photo-dropdown ul         { display:none;}
.profile-photo-dropdown:hover ul    { display:none; position:absolute; top:0px; left:0px;}



.dropdown {
  position: relative;
  display: inline-block;
  padding:10px 0px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  top:40px;
  right:0px;
}

.dropdown-content ul{margin:0px; padding:0px; list-style:none;}
.dropdown-content ul li{margin:0px; padding:5px 0px; list-style:none; border-bottom:solid 1px #5f5f5f;}

.dropdown:hover .dropdown-content {
  display: block;
}




.background-login           {background:url(../images/beach-calm-clouds.jpg
) no-repeat center fixed; background-size:cover; height:100vh;}

.login-resgiter-form            {background:#ffffff; padding:30px; height:auto; width:500px; text-align:center; padding:5% 0;}



.login-resgiter-form  .form {padding:20px 0; width:300px; margin:0px auto; text-align:left; font-family:'Open Sans', sans-serif; font-size:17px;}
.login-resgiter-form  .form input[type=text] {border:solid 1px #ccc; padding:5px 10px; color:#000000; background:#ffffff; width:100%; border-radius:5px; margin-bottom:10px;}
.login-resgiter-form  .form input[type=password] {border:solid 1px #ccc; padding:5px 10px; color:#000000; background:#ffffff; width:100%; width:100%; border-radius:5px; margin-bottom:10px;}
.login-resgiter-form  .form button{background:#2b4392; border-radius:5px; border:none; padding:10px 0px; width:100%; font-family:'Oswald', sans-serif; text-transform:uppercase; color:#ffffff; margin:10px 0;}
.login-resgiter-form  .form label{padding:0px; margin:0px;}

.login-resgiter-form  .form .register{background:#f7ab05; border-radius:5px; border:none; padding:10px 0px; width:100%; font-family:'Oswald', sans-serif; text-transform:uppercase; color:#ffffff; margin:10px 0;}


.bg-goa-bg                                              {background:#e1e2e4;}

.orders-summery-table                                   { width:100%; }
.orders-summery-table table                             {width:100%;}
.orders-summery-table table tr                          {width:100%;}
.orders-summery-table table tr th                       {border-bottom:dotted 1px #ccc; padding:10px; text-align:left;}
.orders-summery-table table tr td                       {border-bottom:dotted 1px #ccc; padding:10px; text-align:left; color:#666; font-family:'Open Sans', sans-serif; font-size:17px; font-size:17px;}


.orders-summery-table button {
    width: 100%;
    border: none;
    background: #f7ab05;
    padding: 10px 10px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top:10px;
}


@media (min-width: 576px){
.modal-dialog {
    max-width: 500px;
    margin: 12.75rem auto !important;
}
}


@media (max-width: 1199px) {
    .bottom_header .navbar .nav-item:hover ul {
    display: none;
}
.bottom_header .navbar .nav-item i.fa.fa-arrow-down {
    display: inline-block;
    position: absolute;
    left: 200px;
    margin-top: -42px;
    color: #f7ab05;
    font-size: 20px;
    padding: 10px;
    z-index: 0;
}
ul.navbar-nav li > ul {
    left: 55px;
    z-index: 1; 
    position: relative;
    width: 80%;
}
    .bottom_header .navbar .navbar-toggler {
        border: none;
        padding: 0;
        color: #f7ab05;
        font-size: 30px;
    }
    .bottom_header .navbar {
        background: rgba(43, 67, 146, 0.9);
        justify-content: flex-end;
        padding: 3px 15px 5px;
    }
    .bottom_header.sticky_header .navbar {
        background: transparent;
    }
    .bottom_header .navbar .navbar-toggler:focus {
        outline: none;
    }
    .bottom_header .navbar .nav-item .nav-link {
        color: #fff;
        padding: 10px 60px;
    }
    .bottom_header .navbar .navbar-nav {
        margin-top: 30px;
    }
    .scuba_service .scuba_service_list .scuba_service_item {
        max-width: 310px;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text h3 {
        font-size: 20px;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text h2 {
        font-size: 18px;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:first-child .text {
        top: 93px;
        left: -40px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:nth-child(2) .text {
        top: 125px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:last-child .text {
        top: 90px;
    }
    .explore_list .explore_item:first-child {
        left: 50px;
        width: 215px;
        height: 140px;
    }
    .explore_list .explore_item:nth-child(4) {
        left: 0;
        width: 260px;
        height: 185px;
    }
    .explore_list .explore_item:nth-child(2) {
        left: 320px;
        width: 350px;
        height: 220px;
    }
    .explore_list .explore_item:nth-child(3) {
        right: 5px;
        width: 215px;
        height: 140px;
    }
    .explore_list .explore_item:nth-child(5) {
        left: 371px;
    }
    .explore_list .explore_item:nth-child(6) {
        width: 215px;
        height: 140px;
    }
    
      .bottom_header .navbar .nav-item.active .nav-link,
.bottom_header .navbar .nav-item .nav-link:hover {  
       background:#f7ab05;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color:#2b4392;
}
    
}

@media (max-width: 1023px) {
    .top_header .logo {
        display: none;
    }
    .bottom_header a.navbar-brand {
        display: block;
    }
    .bottom_header .navbar {
        justify-content: space-between;
        background: transparent;
    }
    .bottom_header .navbar .navbar-toggler {
        color: #2b4392;
    }
    .bottom_header .navbar .navbar-collapse {
        background: rgba(43, 67, 146, 0.9);
    }
    .scuba_service .scuba_service_list .scuba_service_item {
        max-width: 230px;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text h3 {
        font-size: 18px;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text h2 {
        font-size: 16px;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text a {
        width: 80px;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:first-child .text {
        top: 58px;
        left: -29px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:nth-child(2) .text {
        top: 89px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:last-child .text {
        top: 59px;
        left: 20px;
    }
    .explore_list .explore_item:first-child {
        left: 40px;
        width: 195px;
        height: 130px;
    }
    .explore_list .explore_item:nth-child(4) {
        left: 0;
        width: 240px;
        height: 165px;
        bottom: 0;
    }
    .explore_list .explore_item:nth-child(2) {
        left: 130px;
        width: 320px;
        height: 190px;
        top: 150px;
    }
    .explore_list .explore_item:nth-child(3) {
        right: 40px;
        width: 195px;
        height: 130px;
    }
    .explore_list .explore_item:nth-child(5) {
        left: 351px;
        width: 195px;
        height: 130px;
        bottom: 20px;
    }
    .explore_list .explore_item:nth-child(6) {
        width: 195px;
        height: 130px;
        bottom: 170px;
    }
}



@media only screen and (max-width: 800px) {
    .multiSlider_item1 {
    text-align: center;
    padding: 10px 20px;
    border-right: 0;
    float:left;
    width:50%;
    
    }
    
.login-resgiter-form            {background:#ffffff; padding:30px 0px; height:auto; width:100%; text-align:center; padding:10% 0;}



.login-resgiter-form  .form {padding:20px 0; width:90%; margin:0px auto; text-align:left; font-family:'Open Sans', sans-serif; font-size:17px;}

    
    
}




.tab-details                { position:relative; background:#e1e2e4;}
.tab-details img            {width:100%;}

.tab-main-bg {background:#ffffff; margin-top:0px; 
position:relative;  box-shadow:0px 0px 4px #ccc;}

.tab-main-bg .white         {background:#ffffff; position:static; padding:20px ; width:auto;}

.tab-main-bg .tab-pane          {font-family:'Open Sans', sans-serif; text-align:left; font-size:15px;}

.tab-main-bg .tab-pane h4 { font-size:18px; font-family:'Oswald', sans-serif;}


.bg-lit-page                { background:#dbe1e3;}

.tab-details .container {width:100%; max-width:90%; margin:0px auto; }



@media (max-width: 767px) {
ul.navbar-nav li > ul {
    left: 55px;
    z-index: 1;
} 
  
    .top_header {
        display: none;
    }
    .bottom_header {
        margin: 0;
    }
    .bottom_header .navbar {
        padding: 0;
    }
    .bottom_header a.navbar-brand img {
        max-height: 60px;
    }
    header {
        padding-top: 10px;
    }
    .banner_item img {
        min-height: 400px;
    }
    ul.banner_slider_nav li {
        width: 30px;
        height: 30px;
    }
    ul.banner_slider_nav li img {
        max-height: 15px;
    }
    ul.banner_slider_nav li.next {
        right: 15px;
    }
    ul.banner_slider_nav li.prev {
        left: 15px;
    }
    section.banner {
        position: relative;
    }
    section h1 {
        font-size: 25px !important;
    }
    .scuba_service .scuba_service_list {
        display: block;
    }
    .scuba_service .scuba_service_list .scuba_service_item {
        max-width: 273px;
        margin: auto;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text h3 {
        font-size: 20px;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text h2 {
        font-size: 18px;
    }
    .scuba_service .scuba_service_list .scuba_service_item .text a {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:first-child .text {
        top: 70px;
        left: -33px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:nth-child(2) .text {
        top: 105px;
    }
    .scuba_service .scuba_service_list .scuba_service_item:last-child .text {
        top: 65px;
    }
    .sports_secion {
        padding: 60px 0;
    }
    .sports_secion h1 {
        margin-bottom: 50px;
    }
    .rentals_secion {
        padding: 60px 0;
    }
    .testimonial_section {
        padding: 70px 0 100px;
    }
    .testimonial_iteam p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .blog_section {
        padding: 60px 0 0px;
    }
    .blog_section .blog_item h2 {
        font-size: 17px;
    }
    .blog_section .blog_item p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .blog_item {
        margin-bottom: 30px;
    }
    .copyright {
        padding: 20px 0 20px 0;
    }
    footer .inner_footer .footer_widget .contact_info ul li {
        word-break: break-all;
    }
    .contact_sticky img {
        max-height: 100px;
    }
    .explore_list .explore_item {
        position: relative;
        margin: auto;
    }
    .explore_list .explore_item:first-child {
        left: 0;
        top: 0;
        height: auto;
        width: 270px;
    }
    .explore_list {
        height: auto;
    }
    .explore_list .explore_item:nth-child(2) {
        left: 0;
        top: 0;
        max-width: 100%;
        margin-top: 20px;
    }
    .explore_list .explore_item:nth-child(3) {
        right: 0;
        width: 240px;
        height: 150px;
        top: 0;
        margin-top: 20px;
    }
    .explore_list .explore_item:nth-child(4) {
        width: 100%;
        margin-top: 20px;
    }
    .explore_list .explore_item:nth-child(5) {
        left: 0;
        bottom: 0;
        width: 222px;
        height: 180px;
        margin-top: 20px;
    }
    .explore_list .explore_item:nth-child(6) {
        bottom: 0;
        right: 0;
        width: 250px;
        height: 200px;
        margin-top: 20px;
    }
    .explore_btn a {
        font-size: 16px;
    }
    .explore_section {
        padding: 45px 0 60px;
    }
    .explore_btn {
        margin-top: 40px;
    }
    .explore_section h1 {
        margin-bottom: 40px;
    }
    .bottom_header.sticky_header {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        padding: 10px 15px;
    }
    
    
    .inner-banner {
    position: relative;
    height: 200px;
    background: #dbe1e3;
    overflow: hidden;
}


.inner-banner_item h1 {
    font-size: 40px;
    position: absolute;
    width: 100%;
    top: 150px;
    color: #2b4392;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.thumb-box-list {margin-bottom:20px;}


.tab-details                { position:relative; background:#e1e2e4;}
.tab-details img            {width:100%;}

.tab-main-bg                {background:#ffffff; min-height:auto; margin-top:0px; position:relative;  box-shadow:0px 0px 4px #ccc;}

.tab-main-bg .white         {background:#ffffff; position:static; padding:5px ; width:auto;}

.tab-main-bg .tab-pane          {font-family:'Open Sans', sans-serif; text-align:left; font-size:15px;}

.tab-main-bg .tab-pane h4 { font-size:18px; font-family:'Oswald', sans-serif;}


.bg-lit-page                { background:#dbe1e3;}

.tab-details .container {width:100%; max-width:100%; margin:0px auto; padding:0px; }

.photogallery ul li  {display:block; width:98% !important;}
.photogallery ul li:nth-child(2)  {width:48% !important;}
.photogallery ul li:last-child  {width:48% !important;}



#exTab3 .nav li  {padding:10px 5px;}


.timer-count li {
  display: inline-block;
  font-size:11px !important;
  list-style-type: none;
  padding: 10px;
  text-transform: uppercase;
  color:#fff !important;
  text-align:center;
}





    
}


@media (max-width: 767px) {
 
.photogallery ul li:first-child {
	width: 100%;
	margin: 0 0 6px;
	padding: 0 3px !important;
}
.photogallery ul li:nth-child(2), .photogallery ul li:nth-child(3) {
	width: 50%;
	margin: 0;
	padding: 0 3px !important;
	box-sizing: border-box;
}
   .thumb-box-list img {
	height: auto;
}
.thumb-box-list h4 {
	min-height: inherit;
	padding-bottom: 10px;
}
    
      .whatsapp-icon {
	right: 20px !important;
	bottom: 80px !important;
}
    .header_inner .container {max-width:inherit;}
    .tab-details .container {
	max-width: 100%;
}
.tab-main-bg .white {
	padding: 20px 0;
}
#exTab3 .nav li {
	padding: 10px 4px;
	font-size: 13px;
}
    
    .blog_section {
	padding: 0px 0 41px;
}

    .inner-banner {
	height: auto;
}
.inner-banner_item h1 {
	position: relative;
	top: 0;
	padding: 20px 15px 30px;
	text-align: left;
	font-size: 34px;
}
    footer .inner_footer {
	padding-top: 20px;
}
    .blog_section .blog_item img {
	width: 100%;
}
.blog_section .blog_item h2 {
	
}
.blog_section .blog_item p {
		margin-bottom: 10px;
}
 .blog_item {
	padding-bottom: 20px;
}   
    
    
    .explore_section h1 {
	margin-bottom: 50px;
}
   
    .multiSlider_item1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
    
    .bottom_header .navbar {
	padding: 3px 0 5px;
}
.rentals_secion h1 {
	font-size: 25.1px;
	padding: 0 15px 25px;
}

.multiSlider_item h2 {
	font-size: 20px;
	padding: 0 10px;
}
.explore_list {
	height: auto !important;
}
   .explore_list .explore_item {
	width: 100% !important;
	left: 0 !important;
	position: relative;
	top: 0 !important;
	margin-bottom: 20px;
	height: auto !important;
}
    .explore_list .explore_item img {
        width: 100% !important;
    }
  .bottom_header .navbar .nav-item.active .nav-link,
.bottom_header .navbar .nav-item .nav-link:hover {  
       background:#f7ab05;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color:#2b4392;
}

.copy-left-text {text-align:center!important;}

.copy-right-text {font-size: 13.97px;
    color: #aaa9c8;
    font-family: 'Open Sans', sans-serif;
    text-align: center !important;
    padding:20px 0px;
}
}

@media (max-width: 767px) /* 650px */{

.resgiter-btn {
	padding: 6px 7px;
	margin: 0px 5px;
}

ul.banner_slider_nav li.prev {
    left: 20px;
}

ul.banner_slider_nav li.next {
    right: 20px;
}


    .multiSlider_item1 {
    text-align: center;
    padding: 20px 20px;
    border-right:none;
    float:none;
    width:100%;
}

.bottom_header          {padding-top:0px; margin-top:0px;}

.navbar-brand       {}
.navbar-brand img    { height:55px;}


header {position:static; padding-top:10px; background:#afcfe6;}

.top_header     {display:block; border-bottom:1px solid #96bedb; padding-bottom:5px;}

.top_header .phone {
    
        display:block;
    float:none;
    
}


.top_header .email {
    display:block;
    float:none;
    padding:10px 0px;
}

.scuba_service h1           { font-size:25.1px;}

.sports_secion h1           { font-size:25.1px;}

.rentals_secion h1           { font-size:25.1px;}





.explore_list .explore_item     { margin:10px 0px;}


.testimonial_section h1     { font-size:25.1px;}

.testimonial_iteam p        { font-size:17px;}


.scuba_service .scuba_service_list          {display:block;}

.scuba_service .scuba_service_list .scuba_service_item      {max-width:100%;}


.scuba_service .scuba_service_list .scuba_service_item:first-child .text {
    top: 129px;
    left: 0px;
}

.scuba_service .scuba_service_list .scuba_service_item:last-child .text {
    top: 130px;
    left: 0px;
}


.scuba_service .scuba_service_list .scuba_service_item:last-child .text h2 {
    position: relative;
    right: 0px;
}

.scuba_service .scuba_service_list .scuba_service_item:last-child .text a {
    position: relative;
    right:0px;
}



.explore_list {height: 939px;}

    /*.explore_list .explore_item:first-child {
        left: 0px;
        width: 195px;
        height: 130px;
    }
    .explore_list .explore_item:nth-child(4) {
        left: 0;
        width: 240px;
        height: 165px;
        top: 504px !important;
    }
    .explore_list .explore_item:nth-child(2) {
        left: 0px !important;
        width: 320px;
        height: 190px;
        top: 150px;
    }
    .explore_list .explore_item:nth-child(3) {
        right: 0px !important;
        width: 195px;
        height: 130px;
        top: 358px !important;
    }
    .explore_list .explore_item:nth-child(5) {
        left: 0px;
        width: 195px;
        height: 130px;
        top: 685px !important;
    }
    .explore_list .explore_item:nth-child(6) {
        width: 195px;
        height: 130px;
        top: 832px !important;
        left:5px;
    }*/



}

.pagination a{
  display: inline-block;
  color: black;
  float: right;
  padding: 8px 16px;
  text-decoration: none;
}

.search-form-example input[type=text] {
    margin-bottom:25px;
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

.search-form-example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2b4392;;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

.search-form-example button:hover {
  background: #2196F3;
}

.search-form-example::after {
  content: "";
  clear: both;
  display: table;
}

.avatar {
  vertical-align: middle;
  width: 100px;
  height:100px;
  border-radius: 50%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #2b4392;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: #2b4392;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


@media (max-width: 358px) {
    .top_header a img {
	margin: 0;
}
    
}
