html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	line-height: 1.4;
    color: #67696c;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    list-style: none;
}
img{
	display: block;
	height: auto;
	width: 100%;
}
p{
	/* font-size: 19px; */
	/* line-height: 23px; */
	font-family: 'Raleway', sans-serif;
}

.logoimg {
	height: auto;
	width: 168px;
	position: absolute;
	margin-top: -82px;
	left: 50%;
}
.banner-logo img {
    width: 177px;
    display: inline-block;
}
.banner-info{
	margin-bottom: 10px;
}
.banner-text h1{
	color: #fff;
}
.container-fluid.main{
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: #0a0a0a8f; /* Make the menu become transparent */
  border-radius: 0px;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: none;
  padding: 10px;
  position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  font-family: 'Raleway', sans-serif;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #770d0e;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ff4000;
    background-color: none;
    background: transparent;
}
.dropdown-menu{
	background: #000000b3;
	color: #fff;
	font-size: 14px;
}
.dropdown-menu > li > a{
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #970a0b;
}
.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 650px;
}
@media (max-width:991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

.carousel .background.a {
 background-image: url('../img/FB Banner Beach Sunrise  (1).jpeg');
}

.carousel .background.b {
  background-image: url('../img/Screen Shot 2018-01-12 at 4.04.12 pm (1).png');
}

.carousel .background.c {
  background-image: url('../img/Screen Shot 2018-01-12 at 4.06.35 pm (1).png');
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 148px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: 'Raleway', sans-serif;
  /* font-family: Verdana; */
  font-weight: 700;
  font-size: 49px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  margin-top: 148px;
  font-size: 23px;
  font-weight:  bold;
  color: #ffffff;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  font-family: 'Raleway', sans-serif;
  border-radius: 24px;
  padding: 5px 51px;
  font-size: 21px;
  background-image: none;
  background-color: #770d0e;
  border-color: #770d0e;
  color: #ffffff;
}
.footer{
	padding: 15px;
	background: #dad6d6;
}
.footer h4{
	font-family: 'Raleway', sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.footer p{
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
.contact-time ul li{
	color: #000;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}
.contact-time i{
	margin-right: 7px;
}
.footer small{
	color: #770d0e;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}
.bottom-footer{
	padding: 9px;
	background: #243e9a;
	color: #fff;
}
.bottom-footer p{
	padding-top: 3px;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}
.bottom-footer .social-icon ul li {
    display: inline-block;
    float: left;
    color: #fff;
}
.bottom-footer .social-icon ul li a i {
    line-height: 30px;
}
.bottom-footer .social-icon ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 10px;
}
.banner
{
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/restro3.jpg');
  min-height: 200px;
}
.banner .row
{
  text-align:center;
  margin-top:50px;
}
.banner h1
{
  font-family: 'Raleway', sans-serif;
  margin-top: 53px;
  color:white;
}
.bottom-footer a{
	text-decoration: none;
	color: #fff;
}
.btn-webinar{
	padding: 20px;
	radius: 0px;
	border: 3px solid #243e9a;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	background: none;
}
.btn-webinar:hover{
	background: #243e9a;
	color: #fff;
	transition: all ease 0.6s;
}
.privacy-content h3{
	margin-top: 35px;
	color: #000;
	font-family: 'Raleway', sans-serif;
}
.privacy-content p{
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 14px; 
	line-height: 23px;
} 
.privacy-content strong{
	color: #000;
	font-family: 'Raleway', sans-serif;
	line-height: 23px;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 20px 30px;
  background: rgb(36, 62, 154);
}
span{
  text-transform:  uppercase;
  display: block;
  padding: 25px 80px;
  font-family: 'Raleway', sans-serif;
  fontsize: 14px;
  font-size: 14px;
  font-weight: 700;
  /* color: #000; */
}
button::before, button::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

span::before, span::after{
  content:"";
  width:px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
button:hover::before, button:hover::after{
  width: 100%;
}
button:hover span::before, button:hover span::after{
  height: 100%;
}
/*----- button 1 -----*/
.btn-1::before, .btn-1::after{
  transition-delay: 0.2s;
}
.btn-1 span::before, .btn-1 span::after{
  transition-delay: 0s;
}
.btn-1::before{
  right: 0;
  top: 0;
}
.btn-1::after{
  left: 0;
  bottom: 0;
}
.btn-1 span::before{
  left: 0;
  top: 0;
}
.btn-1 span::after{
  right: 0;
  bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
  transition-delay: 0s;
}
.btn-1:hover span::before, .btn-1:hover span::after{
  transition-delay: 0.2s;
}