body {
	
	
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #fff;
	position: relative;
	font-family: 'Raleway', sans-serif;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4c4c4c; font-family: 'Righteous', cursive;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
	font-weight: 700;
}
.footer-box .list-icon {
    vertical-align: sub;
    margin-right: 15px;
}
.footer-box ul{ padding-left: 0; list-style: none; }
.footer-box li div {
    display: inline-flex;
}

.footer-box .list-text p {
    margin-bottom: 15px;
}
footer p {
    color: #fff;
}
.footer-box h3 {
    font-weight: 700;
    margin-bottom: 30px;
    color: white;
    padding-top: 40px
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: -0.5;
}
p{ font-size: 18px; margin-bottom: 20px; margin: -06px 0 10px;}
.justify{ text-align: justify!important; }
h1 span,
h2 span,
h3 span,
h4 span {
	color: #782730;
	padding-left: 5px;
	background: #efefef;
	padding-right: 5px;
	border-radius: 10px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}
.text-colored {
	color: #55acee;
}
a {
	color: #fff;
}
a:hover {
	color: #ffb829;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
	color: #fff;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
	color: #421C52!important;
}
.contact p{ font-size: 18px; }
.contact-list{
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
	color: #fff;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
	    font-size: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.contact-form input{ margin-bottom: 10px  }
.contact-form button{ margin-bottom: 10px;background: #782730; color: #fff; }
.contact-form button:hover{ background-color: #fff; color: #782730; border: 1px solid #782730 }
/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	position: absolute;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header-top{ background-color: #000 }
.header-top, .header-bottom{ width: 100%;  }
.header-bottom{ background-color: #ffb829c4;     max-height: 80px; }
.header_left {
	float: left;
	margin: .3em 0 0
}
.header_left ul{ padding-left: 0 }
.header_left ul li {
	display: inline-block;
	margin-right: 2em;
	font-size: 14px;
	color: #999
}
.header_left ul li span {
	padding-right: 1em;
	font-size: 23px;
	vertical-align: middle;
	color: #ffb829;
}
.header_left ul li a {
	color: #999;
	text-decoration: none
}
.header_left ul li a:hover {
	color: #fff
}
.header_right {
	float: right
}
.social-icons.text-left a {
	display: inline-block
}
.social-icons i {
	font-size: 18px;
	background: #000;
	padding: 8px 10px;
	color: #ffb829;
	border: 1px solid #ffb829;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all
}
.social-icons i:hover {
	background: transparent;
	color: #ffb829;;
	border: 1px solid #ffb829;;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-inside{
	background-image: url(../images/inside-banner.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	min-height: 350px;
}
.banner-image {
	vertical-align: middle;
	min-height: 100vh;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.05);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-image: url('../images/bg.png');
	background-color: rgb(120, 39, 48);
	letter-spacing: 1px; 
}
.section {
	
	padding: 60px 0;
}
.about-img{
	max-width: 85%;
	margin: 0 auto;
}
/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-image: url('../images/bg.png');
	background-color: #782730;;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #421C52;
}
.default-bg h2{
	color: #fff;
	font-weight: bold;
	font-size: 40px;
}
.default-bg h1,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #421C52;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #856fc8;
}
.translucent-bg.blue:after {
	background-color: #d6b3e5;
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}


/* Sections
----------------------------------------------------------------------------- */
.banner-text{ background-color: rgba(0,0,0,0.5); border-radius: 20px; }
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.contact-middleWrap{ padding: 60px 0; }
.banner-caption h2 {
	font-size: 38px;font-weight: bold;
}
.subfooter p {
	margin-bottom: 0;
	color: #fff
}
.subfooter img{
	display: inline-block!important ;
}
.footer{ color: #fff; background-image: url(../images/banner-2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	vertical-align: middle;
	 }
.footerNav { text-align:left}
.footerNav ul {padding: 0;}
.footerNav ul li{ display:block;font-size:15px; }
.footerNav ul li:last-child { border:0}
.pr20{padding-right:20px;} .pt20{padding-top: 20px}
.footer-heading{ color:#fff;font-weight: 200; letter-spacing: 0.8px; font-size: 25px;}
.address, .hour{ color: #fff; }
.subfooter .fa{ font-size: 30px; }
.footer a { color:#fff; margin:0px; font-size:15px;}
.footer a:hover { text-decoration:underline;color:#d9d9d9}
.hour th{ width:100px; font-weight: lighter;}
.rights{text-align:center}
.cat-item{ padding: 40px 30px; background-color: #fff; box-shadow: 0px 0px 30px #555; max-width: 90%; margin: 20px auto }
.cat-item img{ margin: 0 auto 20px;}
.cat-item h3{ margin-bottom: 15px;font-size: 26px; }
.cat-item p{ max-width: 90%; margin: 0 auto 30px; text-align: justify;  }
/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #000;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #92C14D;
	background-color: #222;
	border-color: 1px solid #fff;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.combo:hover .image {
    opacity: 0.3;
}
.text {
    background-color: #782730;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}
.combo:hover .middle {
    opacity: 1;
}
.combo-div {
    padding-right: 0px;
    padding-left: 0px;
}
.combo {
    margin-bottom: -20px;
    padding-right: 5px;
    padding-left: 5px;
}
.lates img {
    margin-top: 30px;
    border-radius: 5px;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}
/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: rgb(120, 39, 48);
	color: #d4af37;
	border: 1px solid #999;
}
.modal-header h4 {
	color: #fff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}
.media-body p{
	color: #782730;
	font-size: 17px;
	padding-left: 22px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
}


/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-default .navbar-collapse{
	margin-top: 1%;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #782730;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #fff;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #fff;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: right!important;
		margin-top: -15%;
	}
	.navbar-nav{
		max-height: 60px;
	}
	.fixed-header-on .header{
		height: 90px;
	}
	.logo{
		max-width: 180px;
	}

}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: fixed;
		background-color:rgb(251, 159, 41);
		height: auto;
	}
	.navbar-nav{
		background-color:rgb(251, 159, 41)
	}
	.logo{
		max-width: 150px;
	}
	.navbar-toggle{
		margin-top: -85px
	}

}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color:rgb(251, 159, 41);
	padding: 5px 0;
	max-height: 80px;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	max-width: 210px!important;

	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	float: left;
	margin: 0px 10px 0px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo img{
	margin: 10px;
    max-height: 80px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Gallery Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.image-box{
	margin-bottom: 2px;
}
.grid-image{
	padding-right: 1px!important;
	padding-left: 1px!important;
}
.phone-icon{  font-size: 30px; position: absolute; top: -85px; right: 25%; background: maroon; padding: 0px 10px; border-radius: 50%;}
.subfooter .col-sm-4{ margin-bottom: 20px; }
@media (max-width:480px) {
	.banner-caption{ top: 20% }
	h1 span, h2 span, h3 span, h4 span{ background-color: #fff; letter-spacing: 1px; }
	.title{ line-height: 1.3 }
	.banner-text{     margin: 10% 5%; padding: 20px; }
	.header-bottom { max-height: 70px; }
	.banner-caption h2{ line-height: 1.5; font-size: 26px; }
	.banner-caption p{ font-size: 15px; }
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
	.social-icons i{ 
		position: absolute; top: 5%; right: 5%
	 }
}
/*Contact 
-----------------------------------*/
#contact{
	color: #4c4c4c;
}
/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 20px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -10px;
	margin-left: -45px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}