*{ 
	font-family:'Lato';
}
.text-center img {
	display: inline-block;
}
header .mainmenu {
	float: right;
	padding-top: 10px;
	margin:40px 0px;
}
header {
	padding: 0px;
}

header .mainmenu ul li a {
	font-family: 'avalon-regular';
	font-weight: 400;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	border:1px solid transparent;
	padding: 8px 10px;
}
header .mainmenu ul li {
	padding: 0px 17px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
.header-button a{
	font-family: 'avalon-regular';
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border:3px solid #fff;
	background: transparent;
	border-radius: 0px;
	padding:10px 20px;
	margin:40px 0px;
	display: inline-block;
}
.header-top{
	position: absolute;
	z-index: 999;
	top:0;
	left:0;
	right:0;
	padding:25px;
}
header .header-bottom {
	position: relative;
	z-index: 99;
}
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	border:1px solid #fff;
}

header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 100%;
}
header .banner-contents h3 {
	font-family: 'Orbitron', sans-serif;
	font-size: 160px;
	font-weight: 900;
	line-height: 1;
	background-color: rgba(220, 248, 251, 0.7);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-transform: uppercase;
}
header .banner-contents h4 {
	font-family: 'Orbitron', sans-serif;
	font-size: 105px;
	font-weight: 900;
	line-height: 1;
	background-color: rgba(220, 248, 251, 0.7);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-transform: uppercase;
}
header .banner-contents a{
	font-family: 'avalon-regular';
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border: 3px solid #fff;
	background: transparent;
	border-radius: 0px;
	padding: 10px 20px;
	margin: 40px 0px 0px;
	display: inline-block;

}

.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1%;
	z-index: 9;
}
/* banner-section end here */

/* body section bg start here */
.holder{
	background-image: url(img/others/body-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* about section start here */
.about-section{
	padding:100px 0px 50px;
}
.about-heading h3{
	font-family: 'Orbitron', sans-serif;
	font-size: 96px;
	font-weight: 900;
	background-image: url(img/others/about-heading-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	transform: skew(-15deg);
	color: rgba(0, 69, 99, 0.3);
}
.about-wrap{
	margin-top:50px;
}
.about-icon{
	width:110px;
	height:110px;
	min-height: 110px;
	margin: auto;
}
.about-contents{
	margin-top:10px;
}
.about-contents h3{
	font-family: 'avalon-bold';
    font-weight: 700;
    font-size:30px;
    color:#0177b8;
}
.about-contents.light-blue h3{
    color:#27a9e1;
}
.about-contents p{
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:16px;
    color:#252525;
}
/* about section end here */

/* book section start here */
.booking-section{
	padding:50px 0px 200px;
}
.booking-heading h3{
	font-family: 'Orbitron', sans-serif;
	font-size: 92px;
	font-weight: 900;
	background-image: url(img/others/booking-heading-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	transform: skew(-15deg);
	color: rgba(0, 69, 99, 0.6);
}
.booking-wrap{
	margin-top:50px;
}
.booking-cont-wrap{
	position: relative;
}
.booking-contents{
	width:65%;
	border:5px solid #fff;
	background-color: #455964;
	box-shadow: 0px 0px 10px 5px #dcdcdc;
	position: relative;
	z-index: 99;
}
.booking-contents .booking-logo{
	width:50%;
	margin:20px auto;
}
.booking-contents .booking-calen{
	width:100%;
}
.booking-bg-img {
	position: absolute;
	z-index: 9;
	right:0;
	bottom: -30%;
	width:65%;
	border:5px solid #fff;
	box-shadow: 0px 0px 10px 5px #dcdcdc;
}
.booking-bg-img img{
	width:100%;
}
/* booking section end here */

/* pricing -section start here */
.pricing-section{
	padding:50px 0px 50px;
}
.pricing-heading h3{
	font-family: 'Orbitron', sans-serif;
	font-size: 92px;
	font-weight: 900;
	background-image: url(img/others/gallery-heading-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	transform: skew(-15deg);
	color: rgba(0, 69, 99, 0.8);
}
.pricing-wrap{
	margin-top:50px;
}
.pricing-content-wrap{
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px 5px #dcdcdc;
	background-color: #dedede;
}
.pricing-content-heading h4{
	font-family: 'avalon-bold';
	font-weight: 700;
	font-size: 25px;
	color: #0177b8;
	padding:20px 0px 20px;
	display: block;
	border-bottom: 3px solid #fff;
}
.pricing-contents{
	margin:20px 0px;
}
.pricing-contents p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #252525;
}
.pricing-contents a {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #000;
	background: transparent;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	margin-top:20px;
}
.pricing-content-wrap:hover{
	background-color: #cbdfe0;
}


/* gallery -section start here */
.gallery-section{
	padding:50px 0px 50px;
}
.gallery-heading h3{
	font-family: 'Orbitron', sans-serif;
	font-size: 92px;
	font-weight: 900;
	background-image: url(img/others/gallery-heading-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	transform: skew(-15deg);
	color: rgba(0, 69, 99, 0.8);
}
.gallery-wrap{
	margin-top:50px;
}
.gallery-img{
	width:100%;
	border:5px solid #fff;
	box-shadow: 0px 0px 10px 5px #dcdcdc;
	margin:15px 0px;
}
.gallery-img img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}
.gallery-img.extra-height{
	width:100%;
	height:55.5%;
	min-height: 55.5%;
}
/* gallery -section end here */

/* test -section start here */
.test-section{
	padding:50px 0px 50px;
}
.test-heading h3{
	font-family: 'Orbitron', sans-serif;
	font-size: 92px;
	font-weight: 900;
	background-image: url(img/others/test-heading-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	transform: skew(-15deg);
	color: rgba(0, 69, 99, 0.8);
}
.test-wrap{
	margin-top:50px;
}
.test-img{
	width:150px;
	height:150px;
	min-height: 150px;
	margin:auto;
}
.test-img img{
	width:100%;
	border-radius: 50%;
}
.test-contents p{
	font-family: 'avalon-regular';
    font-weight: 400;
    font-size:20px;
	color:#313131;
	margin:20px 0px;
}
.test-contents h4{
	font-family: 'avalon-bold';
    font-weight: 700;
    font-size:23px;
	color:#0177b8;
}
.test-contents{
	padding-bottom: 50px;
}
.test-section .owl-carousel .owl-nav.disabled {
	display: block;
}
.test-section .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/back.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 36px;
	left: 46%;
	position: absolute;
	text-indent: -99999px;
	bottom: -0%;
	width: 36px;
	outline: none !important;
}
.test-section .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/next.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 36px;
	right: 46%;
	position: absolute;
	text-indent: -99999px;
	bottom: -0%;
	width: 36px;
	outline: none !important;
}
/* test -section end here */

/* welcome -section start here */
.welcome-section{
	padding:50px 0px 50px;
}
.welcome-img{
	width:100%;
	border:5px solid #fff;
	box-shadow: 0px 0px 10px 5px #dcdcdc;
}
.welcome-heading h3{
	font-family: 'Orbitron', sans-serif;
	font-size: 92px;
	font-weight: 900;
	background-image: url(img/others/welcome-heading-bg.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	transform: skew(-15deg);
	color: rgba(0, 69, 99, 0.8);
}
/* welcome -section end here */


/* contact-section start here */
.contact-section{
	padding:50px 0px 50px;
}

.contact-content h3{
	font-family: 'Orbitron', sans-serif;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	transform: skew(-15deg);
	color: rgba(0, 69, 99, 1);
}
.contact-content p{
	font-family: 'avalon-regular';
	font-size: 20px;
	font-weight: 400;
	color:#202020;
}
.contact-content ul li a {
	text-decoration: none;
	font-family: 'avalon-bold';
	font-weight:700;
	font-size: 20px;
	color: #202020;
}
.contact-content ul li a span {
	display: block;
	color: #0177b8;
}
.contact-content ul li {
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.contact-content ul li.location {
	background-image: url(img/icons/location.png);
}
.contact-content ul li.phone {
	background-image: url(img/icons/phone.png);
}	
.contact-content ul li.mail {
	background-image: url(img/icons/mail.png);
}
.contact-img{
	width:100%;
}
.contact-img img{
	width:100%;
}
.modal-dialog {
	max-width: 90%;
	margin: 1.75rem auto;
}
/* contact section end here */

/* footer section start here */
.footer-section{
	background-color: #232323;
	padding:40px 0px;
}
.copyrights p {
	font-family: 'avalon-regular';
    font-weight: 400;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}


@media screen and (max-width: 1279px) {
	.header-button a {
		font-size: 15px;
	}
	header .mainmenu ul li a {
		font-size: 18px;
	}
	header .banner-contents h3 {
		font-size: 120px;
	}
	header .banner-contents h4 {
		font-size: 90px;
	}
	.heading h3 {
		font-size: 70px;
		font-weight:900;
	}
	.contact-content h3 {
		font-size: 40px;
	}
	.contact-content p {
		font-size: 18px;
	}
	.contact-content ul li a {
		font-size: 18px;
	}
	.pricing-content-heading h4 {
		font-size: 20px;
	}
	.pricing-contents p {
		font-size: 18px;
	}
	.pricing-contents a {
		font-size: 15px;
	}
	
}

@media screen and (max-width: 1023px) {
	.header-button a {
		font-size: 12px;
		padding:10px;
	}
	header .mainmenu ul li {
		padding: 0px 10px;
	}
	header .mainmenu ul li a {
		font-size: 15px;
	}
	header .banner-contents h3 {
		font-size: 90px;
	}
	header .banner-contents h4 {
		font-size: 65px;
	}
	.heading h3 {
		font-size: 50px;
		font-weight:900;
	}
	.contact-content h3 {
		font-size: 30px;
	}
	.contact-content p {
		font-size: 15px;
	}
	.contact-content ul li a {
		font-size: 15px;
	}
	.about-contents h3 {
		font-size: 20px;
	}
	.about-contents p {
		font-size: 13px;
	}
	.about-section {
		padding: 50px 0px 25px;
	}
	.booking-section {
		padding: 30px 0px 140px;
	}
	.gallery-section {
		padding: 30px 0px 30px;
	}
	.test-section {
		padding: 30px 0px 30px;
	}
	.test-img {
		width: 120px;
		height: 120px;
		min-height: 120px;
		margin: auto;
	}
	.test-contents p {
		font-size: 15px;
	}
	.test-contents h4 {
		font-size: 20px;
	}
	.test-section .owl-prev {
		left: 44%;
	}
	.test-section .owl-next {
		right: 44%;
	}
	.welcome-section {
		padding: 30px 0px 30px;
	}
	.contact-section {
		padding: 30px 0px 30px;
	}
	.contact-content ul li {
		padding-left: 40px;
		background-size: 10%;
	}
	.copyrights p {
		font-size: 15px;
	}
	.footer-section {
		padding: 30px 0px;
	}
	.pricing-content-heading h4 {
		font-size: 15px;
	}
	.pricing-contents p {
		font-size: 13px;
	}
	.pricing-contents a {
		font-size: 13px;
		margin-top: 10px;
	}
	.pricing-section {
		padding: 30px 0px 30px;
	}
	header .banner-contents a {
		font-size: 18px;
		margin-top: 20px;
	}
	
	
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-top: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.header-top {
		position: relative;
		background-color: #004563;
	}
	.navbar-dark .navbar-brand {
		color: #fff;
		width: 140px;
	}
	.header-button a {
		font-size: 13px;
		padding: 10px 20px;
		margin: 0px 0px;
		border: 2px solid #fff;
	}
	header .mainmenu {
		margin: 0px 0px;
	}
	header .mainmenu .navbar-nav a.active, header .mainmenu .navbar-nav a:focus, header .mainmenu .navbar-nav a:hover {
		background: none;
		border:none;
	}
	header .mainmenu ul li a {
		padding: 0px;
	}
	header .banner-contents h3 {
		font-size: 60px;
	}
	header .banner-contents h4 {
		font-size: 45px;
	}
	.heading h3 {
		font-size: 35px;
	}
	.about-cont-wrap {
		margin-top: 20px;
	}
	.about-contents {
		margin-top: 0px;
	}
	.about-wrap {
		margin-top: 30px;
	}
	.about-contents h3 {
		font-size: 18px;
	}
	.gallery-img.extra-height {
		width: 100%;
		height: auto;
		min-height: auto;
	}
	.test-section .owl-prev {
		left: 42%;
	}
	.test-section .owl-next {
		right: 42%;
	}
	.welcome-heading.heading.text-md-left.text-center {
		padding: 20px;
	}
	.contact-img {
		width: 60%;
		margin: auto;
	}
	.contact-content ul li {
		padding-left: 40px;
		background-size: 6%;
	}
	.pricing-content-wrap {
		margin-top:20px;
	}
	.pricing-wrap {
		margin-top: 20px;
	}
	header .banner-contents a {
		font-size: 13px;
		margin-top: 0px;
	}
	header .header-bottom .banner-contents {
		top: 20%;
	}
}
@media screen and (max-width: 480px) {
	.heading h3 {
		font-size: 25px;
	}
	header .banner-contents h3 {
		font-size: 35px;
	}
	header .banner-contents h4 {
		font-size: 25px;
	}
	.booking-bg-img {
		display: none;
	}
	.booking-contents {
		width: 100%;
	}.booking-wrap {
		margin-top: 30px;
	}
	.booking-section {
		padding: 30px 0px 30px;
	}
	.test-contents p {
		font-size: 13px;
	}
	.test-contents h4 {
		font-size: 18px;
	}
	.test-section .owl-prev {
		left: 38%;
	}
	.test-section .owl-next {
		right: 38%;
	}
	.contact-content h3 {
		font-size: 25px;
	}
	.contact-content p {
		font-size: 13px;
	}
	.contact-content ul li a {
		font-size: 13px;
	}
	.contact-content ul li {
		padding-left: 35px;
		background-size: 8%;
	}
	.copyrights p {
		font-size: 13px;
	}
	
}

@media screen and (max-width: 387px) {
	.test-section .owl-prev {
		left: 36%;
	}
	.test-section .owl-next {
		right: 36%;
	}

}
