* {
    margin: 0;
    padding: 0;
}
img {
    width: 100%; 
}
body {
    font-family: 'Source Sans Pro', sans-serif;
}
/*header 1*/
.changeColor {
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.header_1 {
	position: fixed;
	z-index: 999999999999999;
	width: 100%;
    background: transparent;
}
.bg-light {
    background-color: transparent !important;
}
.btn.btn-default.book_table {
	border-radius: 0px !important;
	padding: 15px 40px;
	transition: .7s;
}
.btn.btn-default.book_table:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	transition: .7s;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #9FC4CE;
	border-bottom: 1px solid #9FC4CE;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #9FC4CE;
	transition: .5s;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: center;
	list-style: none;
	background-color: #9FC4CE;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}
.dropdown-item.active, .dropdown-item:active {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: transparent;
}
/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '';
  color: transparent;
  height: 1px;
    transition: 1s ease;
}
nav.stroke ul li a:hover:after {
    width: 100%;
    transition: 1s ease;
    background: #9FC4CE;
    height: 4px;
}
/*header 1*/
/*header 2*/
.header_2{}
.nav_2 {
    display: none;
}
/*header 2*/
/*slider section*/
.silder_section .carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255,255,255,.5);
	border-radius: 6px;
}
.silder_section .carousel-indicators .active {
	background-color: #fff;
	width: 13px;
	height: 13px;
	margin-top: -2px;
}
.silder_section .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 250px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.silder_section .carousel-caption h1 {
	font-size: 100px !important;
}
.silder_section .carousel-caption p {
    font-size: 18px;
    letter-spacing: 3px;
}
.silder_section .carousel-caption a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: underline;
    transition: .5s;
}
.silder_section .carousel-caption a:hover {
    color: #9FC4CE;
    transition: .5s;
}
/*slider section*/
/*Welcome section*/
.welcome_section {
	padding: 100px 0;
	text-align: center;
}
.welcome_section img{}
.welcome_section span.welcome_title {
	color: #9FC4CE;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.welcome_title::before {
	content: "";
	position: absolute;
	background-color: #9FC4CE;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: -30px;
}
.welcome_title::after {
	content: "";
	position: absolute;
	background-color: #9FC4CE;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: 6px;
}
.welcome_section h1 {
	font-size: 50px;
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 40px 0 50px 0;
}
.welcome_section p {
	font-size: 17px;
	margin-bottom: 40px;
}
.welcome_section button {
	border-radius: 0px;
	background-color: #9FC4CE;
	border: #9FC4CE;
	color: #fff;
	padding: 15px 35px;
    transition: .7s;
}
.welcome_section button:hover{
    background-color: transparent;
    border: 1px solid #9FC4CE;
    color: #9FC4CE;
    transition: .7s;
}
/*Welcome section*/
/*Parallax section*/
.experience_section {
    /* The image used */
    background-image: url("../../img/parallax-bkg1.jpg");
    /* Set a specific height */
/*    height: 500px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 144px 0;
}
.experience_section span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.experience_section span::before {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: -30px;
}
.experience_section span::after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: 6px;
}
.experience_section h1 {
font-size: 50px;
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 40px 0 50px 0;
    color: #fff;
}
/*Parallax section*/
/*Menu section*/
.menu_section{
    text-align: center;
    padding: 100px 0;
}
.menu_section span {
	color: #9FC4CE;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.menu_section span::before {
	content: "";
	position: absolute;
	background-color: #9FC4CE;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: -30px;
}
.menu_section span::after {
	content: "";
	position: absolute;
	background-color: #9FC4CE;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: 6px;
}
.menu_section h1 {
	font-size: 50px;
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 40px 0 50px 0;
}
.menu_section p{}
.menu_section li {
	display: inline-block;
	padding: 40px 10px 50px 10px;
}
.menu_section i{}
.menu_section b {
	display: block; 
}
.menu_section .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 365px;
	margin-bottom: 0;
	list-style: none;
	margin: 0 auto;
	padding: 0 auto;
}
.menu_section .nav-tabs {

    border-bottom: none;

}
.menu_section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    color: #9FC4CE;
    background-color: #fff;
    border-color: transparent;
    border: none;

}
.menu_section .nav-item {

    transition: 1s;
    color: #000;
    font-weight: bold;
    padding-bottom: 25px;

}
.menu_section .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {

    border-color: none !important;
    color: #9FC4CE;
    transition: 1s;

}
.menu_section .row .margin_bottom {
	padding-bottom: 40px;
	/* border-bottom: 1px dotted #666; */
	margin-bottom: 15px;
}
/*Menu section*/
/*Booking Section*/
.booking_section {
	/* The image used */
    background-image: url("../../img/parallax-2.jpg");
    /* Set a specific height */
/*    height: 500px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 120px 0 70px 0;
}
.booking_section span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.booking_section span::before {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: -30px;
}
.booking_section span::after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: 6px;
}
.booking_section h1 {
font-size: 50px;
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 40px 0 50px 0;
    color: #fff;
}
/*Booking Section*/
/*Team Section*/
.team_section {
	padding: 100px 0;
	text-align: center;
}
.team_section span {
	color: #9FC4CE;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.team_section span::before {
	content: "";
	position: absolute;
	background-color: #9FC4CE;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: -30px;
}
.team_section span::after {
	content: "";
	position: absolute;
	background-color: #9FC4CE;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: 6px;
}
.team_section h1 {
	font-size: 50px;
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 40px 0 50px 0;
    color: #000;
}
.team_section p {
	text-align: center;
	padding-bottom: 20px;
}
.team_section button {
	background-color: #9FC4CE;
	color: #fff;
}
.team_section button:hover{
    background-color: transparent;
    border: 1px solid #9FC4CE !important;
    color: #9FC4CE !important;
    transition: .7s;
}
/*Team Section*/
/*Testimonail Section*/
.testimonial_section {
	background-image: url("../../img/parallax-3.jpg");
	/* height: 500px; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 120px 0 70px 0;
}
.testimonial_section .span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.testimonial_section .span::before {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: -30px;
}
.testimonial_section .span::after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: 6px;
}
.testimonial_section h1 {
	font-size: 50px;
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 40px 0 50px 0;
    color: #fff;
    text-transform: capitalize;
}
.testimonial_section p {
	color: #fff;
}
.testimonial_section .blockquote-footer {
	color: #fff;
}
/*Testimonail Section*/
/*Contact Section*/
.contact_section {
	padding: 50px 0;
}
.contact_section span {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact_section .span {
	color: #9FC4CE;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	display: block;
}
.contact_section .span::before {
	content: "";
	position: absolute;
	background-color: #9FC4CE;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: -30px;
}
.contact_section .span::after {
	content: "";
	position: absolute;
	background-color: #9FC4CE;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	margin-left: 6px;
}
.contact_section h1 {
	font-size: 50px;
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 40px 0 50px 0;
    color: #000;
    text-transform: capitalize;
}
.contact_section button {
	background-color: #9FC4CE;
	color: #fff;
	border: none;
	/* left: 50; */
	/* right: 50; */
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 15px 0px;
}
.contact_section button:hover{
    background-color: transparent;
    border: 1px solid #9FC4CE !important;
    color: #9FC4CE !important;
}
.contact_section .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 0;
	background-color: #eee;
	border-radius: 0;
	padding: 10px 20px;
	font-size: 14px;
}
.contact_section p {
	padding: 20px 0 50px 0;
}
/*Contact Section*/
/*Footer*/
.footer {

    background: #000000;
    padding: 40px 0;
    text-align: center;

}
.footer span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer p {
	padding-top: 15px;
	color: #666;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer img {
    width: 50%;
}
/*Footer*/

/*Return To Top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#return-to-top svg {
	color: #fff;
	margin: 0;
	position: relative;
	left: 18px;
	top: 10px;
	font-size: 25px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/*#return-to-top svg {

    margin-left: 17px;
    font-size: 25px;
    margin-top: 11px;
	
}
*/#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover svg {
    color: #fff;
    top: 5px;
}
/*Return To Top*/














