body, html {
	font-family: 'Arial', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666666;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #666;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #666;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #666;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 17px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #ffcc99;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #ffcc99;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/********************************** Navigation Menu **********************************/

#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
    font-family: "Jost", sans-serif;
	font-size: 29px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
    font-family: consolas, monospace;
	text-transform: uppercase;
	color: #ddd;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ff9900;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ff9900 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ff9900;
	border-color: #ff9900;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #ff9900;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #071527;
}

/********************************** Header Section **********************************/

.intro {
	display: table;
	width: 100%;
    height:auto;
	padding: 0;
	background: url(../img/header-1.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
}


/********************************** Header2 Section **********************************/

.intro2 {
	display: table;
	width: 100%;
    height:auto;
	padding: 0;
	background: url(../img/header-2.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro2 .overlay {
	background: rgba(0,0,0,0.4);
}
.intro2 h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.intro2 span {
	color: #a7c44c;
	font-weight: 600;
}
.intro2 p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header2 .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
}    
    

/********************************** Header3 Section **********************************/

.intro3 {
	display: table;
	width: 100%;
    height:auto;
	padding: 0;
	background: url(../img/header-3.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro3 .overlay {
	background: rgba(0,0,0,0.4);
}
.intro3 h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.intro3 span {
	color: #a7c44c;
	font-weight: 600;
}
.intro3 p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header3 .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
 }
    
/********************************** Header4 Section **********************************/

.intro4 {
	display: table;
	width: 100%;
    height:auto;
	padding: 0;
	background: url(../img/header-4.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro4 .overlay {
	background: rgba(0,0,0,0.4);
}
.intro4 h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.intro4 span {
	color: #a7c44c;
	font-weight: 600;
}
.intro4 p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header4 .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
 }


/********************************** Header5 Section **********************************/

.intro5 {
	display: table;
	width: 100%;
    height:auto;
	padding: 0;
	background: url(../img/header-5.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro5 .overlay {
	background: rgba(0,0,0,0.4);
}
.intro5 h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.intro5 span {
	color: #a7c44c;
	font-weight: 600;
}
.intro5 p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header5 .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
 }

/********************************** Header6 Section **********************************/

.intro6 {
	display: table;
	width: 100%;
    height:auto;
	padding: 0;
	background: url(../img/header-6.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro6 .overlay {
	background: rgba(0,0,0,0.4);
}
.intro6 h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.intro6 span {
	color: #a7c44c;
	font-weight: 600;
}
.intro6 p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header6 .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
 }

/********************************** About us 1 **********************************/

#features {
	padding: 120px 0;
}
#features .section-title {
	margin-bottom: 60px;
}
#features .section-title h2 {
	color: #555;
}
#features .section-title h3 {
	color: #555;
	line-height: 35px;
}	
#features .features-item {
	margin: 0 7px;
}
#features img {
	margin: 30px auto 20px;
}
#features .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#features p {
	line-height: 24px;
	margin: 15px 0 30px;
}
#features h2, #features p {
	color: #666;
}

/********************************** COUNTER **********************************/

#counter{
	margin-bottom: 120px;
	background-attachment: fixed !important;
	background-image: url(../img/bg-img-01.jpg);
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}

.counter-overlay{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: #ffffff;
	display: inline;
	float: left;
	padding: 200px 0;
	width: 100%;
}

.counter-area{
	display: inline;
	float: left;
	width: 100%;
}

.single-counter{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.single-counter .counter-icon{
	display: inline;
	float: left;
	width: 100%;
	color: #cda45e;
	font-size: 30px;
}

.single-counter .counter-no {
  color: #fff;
  display: inline;
  float: left;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-counter .counter-label {
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  width: 100%;
}

.single-counter .counter-label::after {
  content: "";
  height: 2px;
  margin: 8px auto;
  width: 35px;
  display: block;
}

/********************************** About Section 2 **********************************/

#about {
	padding: 120px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
}
#about .about-img {
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 30px;
}

/********************************** About Home - 3 **********************************/

/* Team Section */
#about3 {
	padding: 120px 0;
}
#about3 h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#about3 img {
	max-width: 550px;
}
#about3 .about3-img {
	display: inline-block;
	position: relative;
}

/******************************** BG image 2 - Nearest Area *********************************/

#bg-menu {
	padding: 0 0 0px 0;
}
#bg-menu .section-title {
	background: #444 url(../img/bg-img-02.jpg) center center no-repeat fixed;
	background-size: cover;
	padding: 200px 0;
}
#bg-menu .section-title h2 {
	color: #fff;
}
#bg-menu img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
	padding: 200px 0;
}
#bg-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#bg-menu .menu-section hr {
	margin: 0 auto;
}
#bg-menu .menu-section {
	margin: 0 20px 80px;
}
#bg-menu .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 500;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#bg-menu .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#bg-menu .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#bg-menu .menu-item-description {
	font-style: italic;
	font-size: 15px;
}
#bg-menu .menu-item-price {
	float: right;
	font-weight: 600;
	color: #555;
	margin-top: -26px;
}

/*********************************** Photo Gallery Section ***********************************/

/* Gallery Section */
#works {
	padding: 120px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
#works p {
	line-height: 24px;
	color: #666;
}

/******************************** Team Section - BG image 03 *********************************/

#bg-3 {
	color: #fff;
	background: #444 url(../img/bg-img-03.jpg) center top no-repeat fixed;
	background-size: cover;
}
#bg-3 .overlay {
	padding: 120px 0 60px 0;
	background: rgba(0, 0, 0, 0.6);
}
#bg-3 h2, #team p {
	color: #fff;
}
#bg-3 hr {
	background: #FCAC45;
}
#bg-3 h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
#bg-3 img {
	width: 280px;
}
#bg-3 .thumbnail {
	background: transparent;
	border: 0;
}
#bg-3 .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#bg-3 .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#bg-3 .thumbnail .caption {
	padding-top: 10px;
}
#bg-3 .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
}
.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 36px;
	color: #E75926;
	transition: all 0.5s;
}

/********************************** Facilities Page **********************************/

#facilities {
	padding: 120px 0;
}
#facilities .section-title {
	margin-bottom: 60px;
}
#facilities .section-title h2 {
	color: #555;
}
#facilities .section-title h3 {
	color: #555;
	line-height: 35px;
}	
#facilities .features-item {
	margin: 0 7px;
}
#facilities img {
	margin: 30px auto 20px;
}
#facilities .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#facilities p {
	line-height: 24px;
	margin: 15px 0 30px;
}
#facilities h2, #features p {
	color: #666;
}

/********************************** Pricing - Roo's Rate Page **********************************/

.wow-pricing-table {
	padding: 120px 0;
	list-style:none;
	margin:0;
	padding:0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}
.wow-pricing-table div {
	list-style:none;
}
.wow-pricing-table>div {
	list-style:none;
	text-shadow:none;
	margin-bottom:0px;
	border:1px solid #eee;
    margin:10px 15px;
}
.wow-pricing-table>div.featured {
    z-index:1;
}
.wow-pricing-table>div.featured {
}
.wow-pricing-table>div.featured .wow-pricing-header {
	background-color:#f05f40;
}
.wow-pricing-table:hover {
	margin-top:-5px;
}
.wow-pricing-table .wow-pricing-header {
	text-align:center;
	padding:20px 0 10px 0;
	background-color:#333;
}
.wow-pricing-table .wow-pricing-header h5 {
	color:#fff;
	font-size:20px;
	margin:0;
	padding:0 20px 0px;
}
.wow-pricing-table .wow-pricing-cost {
	color:#fff;
	font-size:1.500em;
	line-height:1em;
	padding-top:15px;
	background:#333;
}
.wow-pricing-table .wow-pricing-per {
	font-size:0.786em;
	color:#fff;
	background-color:#333;
	padding-bottom:10px;
}
.wow-pricing-table .wow-pricing-content {
	background:#fff;
	text-align:center;
}
.wow-pricing-table .wow-pricing-content ul {
	margin:0 !important;
	list-style:none !important;
	padding-left:0;
}
.wow-pricing-table .wow-pricing-content ul li {
	margin:0 !important;
	padding:10px 20px !important;
	border-bottom:1px solid #eee;
	list-style:none !important;
	color:#555;
}
.wow-pricing-table .wow-pricing-content ul li:nth-child(2n+2) {
	background:#F9F9F9;
}
.wow-pricing-table .wow-pricing-button {
	background:#fff;
	text-align:center;
	border-top:1px solid #fff;
	padding:35px 20px 35px;
}
.wow-pricing-table .wow-pricing-button .wow-button {
	float:none;
	margin:0 auto;
	background:#333;
	color:#fff;
		border-radius:3px;
	padding:12px 22px 14px;
}
.featured .wow-pricing-per,.featured .wow-pricing-cost,.featured .wow-pricing-button .wow-button,.buttoncolor {
	background-color: #f05f40;
}

/********************************** Rules and Policies **********************************/

/* Menu Section */
#restaurant-menu {
	padding: 100px 0 60px 0;
}
#restaurant-menu img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
#restaurant-menu .menu-section-title {
	font-size: 32px;
	display: block;
	font-weight: 400;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#restaurant-menu .menu-item {
	margin: 45px 0;
	font-size: 25px;
}
#restaurant-menu .menu-item-name {
    padding-left: 42px;
	font-weight: 400;
	font-size: 25px;
	color: #444;
	margin-bottom: 10px;
}
#restaurant-menu .menu-item-description {
	font-size: 15px;
	width: 85%;
	margin-left: 45px;
}
#restaurant-menu .menu-item-price {
	float: left;
	font-weight: 400;
	color: #cc0033;
	margin-top: -45px;
}

/************************************* Inquiry form Section ************************************/

#inquiry {
	padding: 120px 0 120px 0;
	background: #F6F6F6;
}
#inquiry .section-title p {
	color: #777;
}
#inquiry form {
	padding: 0;
}
#inquiry h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#inquiry .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;	
}
#inquiry .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#inquiry .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#inquiry .inquiry-item {
	margin: 20px 0 40px 0;
}
#inquiry .inquiry-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#inquiry .inquiry-item p {
	font-size: 16px;
}


/********************************** Contact Section **********************************/

#contact {
	padding: 60px 0;
	background: #071527;
}
#contact .contact-item p {
	font-size: 17px;
	color: #888888;
}
#contact h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding: 20px 0;
}
#contact h3::after {
	position: absolute;
	content: "";
	background: #ed502e;
	height: 2px;
	width: 40px;
	bottom: 0;
	margin-left: -20px;
	left: 50%;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}

/*********************************** Contact Us Page ***********************************/

#tf-services{
	padding: 10px 0 10px 0;
}

.space{
	margin-top: 10px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #FCAC45;
	width: 100px;
	height: 100px;
	padding: 25px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-services i.fa.fa-apple-alt{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
	background: #FCAC45;
	color: #ffffff;
}

/********************************** Google map **********************************/

#mu-google-map {
	display: inline;
	float: left;
	width: 100%;
}

#mu-google-map iframe{
    pointer-events: none;
}


/********************************** Footer Section **********************************/

#footer {
	background: #05101e;
	padding: 40px 0 20px 0;
}
#footer .social {
	margin-top: -5px;
	text-align: center;
}
#footer .social ul li {
	display: inline-block;
	margin: 10px 15px;
}
#footer .social i.fa {
	font-size: 24px;
	padding: 4px;
	color: #888888;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: #888888;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #c8a97e;
}
