@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&family=Overpass:wght@100;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400');
@import url('https://fonts.googleapis.com/css?family=Oranienbaum');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap');
/*

*/
/* Table of Content 

[Color codes]

Background:	#ffffff (white)

Content:	#B2B2B2 (light grey)

Header h1:	#ffffff (dark grey)

Header h2:	#ffffff (dark grey)

Footer:		#222222 (dark grey)

 Logo #c13b43;
 border #f5b743;
 header #7f9e7e;


End of Table of Conten*/
@font-face {
	font-family: 'tequila_sunsetregular';
	src: url('../fonts/tequilasunset-regular-webfont.woff2') format('woff2'), url('../fonts/tequilasunset-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
 background:#fff;
  margin: 0;
  padding: 0;
  font-family: 'Jost', sans-serif !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Overpass', sans-serif;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
body h4 {
  font-size: 20px;
  margin: 0;
  color:#000;
}

body p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 0 0 20px 0;
  font-family: 'Jost', sans-serif;
}


body .padd-top-100 {
  padding-top: 100px;
}
/*===========================================================================*/
						/*Header Start #c13b43;#f5b743;header #7f9e7e;*/
/*===========================================================================*/
#header {
	float: left;
	width: 100%;
	border-bottom: 3px solid #f5b743;
	background: #000;

}
.navigation {
	float: left;
	width: 100%;
	position: relative;
}
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: block;
	float: none;
   
}
#nav li {
	display: inline-block;
	float: none;
	position: relative;
	padding: 0 0 28px 0;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 600 14px/14px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li a .fa {
	padding: 0 0 0 12px;
}
#nav li:hover > a {
	background: none;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 225px;
	background: url(../images/menu2bg.jpg)repeat center top; 
	padding: 15px;
	border: 3px solid #f5b743;
	display: none;
	list-style: none;
	z-index: 99999;

}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 190px;
	top: 0;
	width: 190px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	padding: 0;
	display: block;
	background: none;
	border-top: 1px solid #f5b743;
    color:#000;
}
#nav li ul li:first-child {
	border: 0;
}
#nav li.active ul li a {
	color: #fff;
}
#nav li ul li a {

	font: 600 12px/12px 'Lato', sans-serif;
	text-align: left;
	padding: 13px 20px;
	text-transform: uppercase;
	display: block;
	color: #fff;

	position: relative;
}
#nav li ul li a:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
   
}
#nav li ul li a:hover:before {
	width: 100%;
}
#nav li ul li a:hover {
	color:    color:#000;
}
.navigation .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navigation .navbar {
	border-radius: 0;
}
.navigation .navbar {
	border: 0;
	margin-bottom: 0;
	min-height: auto;
	position: relative;
}
.navigation .navbar-collapse {
	padding: 0;
}
.logo-col {
	float: left;
	width: 250px;
	margin: 0;
}
strong.logo {
	position: absolute;
	margin: auto;
	width: 250px;
	left: 66px;
	right: 0;
	z-index: 9;
	top: -41px;
}
.top-bar {
	float: left;
	width: 100%;
	padding: 15px 0 10px 0;
}
.top-bar strong.time {
	font: 600 14px/14px 'Open Sans', sans-serif;
	color: #f5b743;
	float: left;
    text-shadow: 1px 1px 3px #000;
}
.top-bar strong.time .fa {
	padding: 0 8px 0 0;
	float: left;
     
}
.top-bar .top-social {
	float: right;
}
.top-bar .top-social strong.title {
	float: left;
	font: 600 14px/18px 'Open Sans', sans-serif;
    color: #f5b743;
    text-shadow: 1px 1px 3px #000;
}
.top-bar .top-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
   
}
.top-bar .top-social ul li {
	float: left;
	padding: 0 0 0 20px;
    
}
.top-bar .top-social ul li a {
	text-decoration: none;
	font-size: 18px;
    color: #f5b743;
    text-shadow: 1px 1px 3px #000;
}
.top-right-box {
	position: absolute;
	right: 0;
	top: 11px;
}
.top-right-box button {
	font-size: 14px;
}
	/*===========================================================================*/

.main-section {
	float: left;
	width: 100%;
	 background: #fff;
	position: relative;
	margin-bottom: -20px;
    margin-top: 0px;
    padding-top: 75px;
}
.main-section:before {
	content: '';
	background: url(../images/tab-style-1-bg.jpg) no-repeat left bottom;
	position: relative;
	left: 0;
    bottom:0px;
	width: 100%;
	height: 76px;
   
}
.main-section .holder {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 65px;
}
.main-section .container{
backgroud:#fff; }

.main-section h2 {
	font: 300 48px/60px 'Dancing Script', cursive;
	margin: 0 0 5px 0;
	word-spacing: 6px;
	text-align: center;
	overflow: hidden;
    color: #E4AF60
}

.main-section h3 {
	font: 400 30px/30px 'Open Sans', sans-serif;
	margin: 20px 10px 20px 0;
	word-spacing: 6px;
	text-align: center;
	overflow: hidden;
    color: #E4AF60
}

