 @import "http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,700,900,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
}
.main-head {
	background: #F8F8F8;
	border-bottom: 1px solid #0f3b7f;
}
.logo {
	margin: 35px 0 19px;
}
.main-menu .navbar-inverse {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	margin-bottom: 0;
}
.header-info i {
	color: #be1e2d;
	font-size: 18px;
}
.top-social {
	margin-top: 23px;
	text-align: right;
}
.main-menu .navbar-inverse .navbar-nav > li > a {
	color: #000000;
	font-weight: 600;
	padding: 7px 15px;
}
.main-menu .navbar-inverse .navbar-nav > li > a:hover {
	background-color: #9a0202;
	color: #fff;
}
.main-menu .navbar-inverse .navbar-nav > li.active a {
	background-color: #9a0202;
	color: #fff;
}
.main-menu .navbar-collapse ul.navbar-nav {
	margin: 13px 0 0;
}
.home-content {
	clear: both;
	color: rgb(86, 86, 86) !important;
	font-size: 16px !important;
}
.home-content-heading .heading-1 {
	position: relative;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 25px;
	color: #9a0202;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.home-content-heading .heading-1:before {
	content: "";
	display: block;
	border-top: solid 1px #e3e3e3;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
.home-content-heading .heading-1 span {
	background: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.service-section .thumb {
	padding: 0 5px;
	margin-bottom: 10px;
}
.service-section .thumb .service-bg {
	background: #f7f7f7;
	padding: 15px;
}
.service-section .thumb .service-bg h4 {
	background: #e3e3e3 none repeat scroll 0 0;
	color: #000000;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.service-section .thumb .service-bg .thumbnail {
	border: none;
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}
.service-section .thumb .service-bg .thumbnail img {
	width: 100%;
}
.home-content p {
	margin: 0 0 20px;
	padding: 0 13px;
	text-align: justify;
}
.home-btn {
	background: rgb(190, 30, 45) none repeat scroll 0 0;
	box-shadow: 0 3px 0 0 rgb(99, 2, 11);
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 16px;
	padding: 8px 18px;
}
button {
	background-color: rgb(148, 15, 28);
	border: medium none rgb(148, 15, 28);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	padding: 2px;
}
.footer-area {
	background-color: #17468f;
	padding: 20px 0;
}
.footer-content h3 {
	font-size: 18px;
	line-height: normal;
	margin: 0 0 23px;
	color: #fff; font-weight:bold;
}
.footer-txt {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
.footer-link a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 3px;
}


.footer-txt > span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 8px;
}
.footer-txt > span b {
	font-weight: 500;
}
.footer-txt .mail > a {
	color: #fff;
}
.folow-us a {
	background: #fff none repeat scroll 0 0;
	float: left;
	margin: 6px 10px 0 0;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.footer-bottom {
	background: #0f3b7f;
	padding: 18px 10px;
}
.copyright {
	color: #fff;
	text-align: right;
}
.footer-menu {
	float: left;
}
.footer-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: outside none none;
}
.footer-menu ul li {
	display: inline;
	color: #fff;
	padding: 0 20px 0 0;
	font-size: 13px;
}
.home-form {
	border: 1px solid #e4e4e4;
	padding: 0 15px;
	width: 100%;
}
.home-form p {
	font-family: 'Roboto', sans-serif;
}
.home-form .newtext {
	color: rgb(79, 79, 79);
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}
.home-form .newtext h1 {
	color: rgb(190, 30, 45);
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 0px;
	text-align: center;
}
.home-form input, select, textarea {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	color: rgb(116, 116, 116);
	font-size: 13px;
	padding: 6px 2%;
	width: 100%;
}
.home-form input[type="submit"] {
	cursor: pointer;
}
.capta-txt {
	margin-top: 15px;
}
.submit-bb {
	text-align: right;
}
.submit-bb .submit-btn {
	background: #17468f;
	color: #fff;
	font-size: 15px;
}
.home-form input[type="submit"] {
	font-weight: bold;
	width: auto;
}
.home-form input[type="submit"] {
	padding: 5px 15px;
}

.home-form .sub-btn {
	margin: 15px 0;
	text-align: center;
}

.home-time-hours {
	color: #555555;
}
.home-time-hours h5 {
	 color: #9a0202;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}
.home-time-hours td {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0;
	width: 50%;
	font-family: 'Roboto', sans-serif;
}
.home-time-hours tr {
	border-bottom: 1px solid rgb(207, 208, 208);
}
.header-info span {
	color: rgb(80, 80, 80);
	font-size: 14px;
}
.follow-span {
	font-size: 14px;
}
.follow-span a i {
	color: #17468f!important;
	margin: 0 5px;
}
.follow-span {
	font-weight: 300;
	color: #000000;
}



.table-res td {
	margin-bottom: 20px;
	padding: 10px;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	padding-top: 7px;
	text-align: left;
}

.existing input {
	width: auto;
}




.clear {
	clear: both;
}

.con-img {
	width: 100%;
}
.main-menu .navbar-right .dropdown-menu {
	border-radius: 0;
	left: 0;
	padding: 0;
	right: auto;
}
.main-men .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: #cb4b57 none repeat scroll 0 0;
	color: #fff;
}
.carousel-indicators {
	bottom: 5px;
}

.space5 {
	clear: both;
	height: 5px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space15 {
	clear: both;
	height: 15px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space25 {
	clear: both;
	height: 25px;
}
.space30 {
	clear: both;
	height: 30px;
}
.space35 {
	clear: both;
	height: 35px;
}
.space40 {
	clear: both;
	height: 40px;
}
.space45 {
	clear: both;
	height: 45px;
}
.space50 {
	clear: both;
	height: 50px;
}
.space55 {
	clear: both;
	height: 55px;
}
.space60 {
	clear: both;
	height: 60px;
}
.space65 {
	clear: both;
	height: 65px;
}
.space70 {
	clear: both;
	height: 70px;
}
html, body {
	height: 100%;
}

/*.carousel css
*/
.carousel {
	height: auto;
}
.carousel .item, .carousel .item.active, .carousel .carousel-inner {
	height: 100%;
}
.carousel .fill {
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.about-section {
	background: #f7f7f7;
}
.about-content {
	padding-bottom: 65px;
}
.about-heading .heading {
	position: relative;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 25px;
	color: #9a0202;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 65px;
}
.about-heading .heading:before {
	content: "";
	display: block;
	border-top: solid 1px #c0c0c0;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
.about-heading .heading span {
	background: #f7f7f7;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.about-content > p {
	font-size: 15px;
	line-height: 25px;
}


/*********inner page css***********/



.inner-content > p {
    font-size: 15px;
    line-height: 25px;
}
.inner-content h2 {
    border-bottom: 1px solid #e3e3e3; color:#9a0202;
    padding: 0 0 5px;
}
.contact-txt > span {
    display: block;
    line-height: 28px;
}
.home-time-hours hr {
    border-color: #9a0202;
    border-width: 2px;
    margin: 0;
    padding: 0;
    width: 50px;
}
.inner-content .folow-us a{
	   background: #17468F ;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 25px; color:#fff;
}
a:focus {
  outline:none;
 
}
.contact-txt {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.footer-content {
    float: left;
    width: 100%;
}
/****************responsive css**********************/

@media screen and (max-width: 1199px) {
	.footer-content iframe {
    width: 100%;
}
.home-time-hours td{width:auto;}
}

@media screen and (max-width: 991px) {
	.main-menu .navbar-inverse .navbar-nav > li > a{
		padding:7px 13px;
	}
	.footer-txt > span {
    display: block;
	}
	.footer-content h3{ margin: 10px 0;}
	.home-content-heading .heading-1{margin-bottom:20px; margin-top:10px;}
	.about-content {
    padding-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
	
	.footer-menu {
   
    text-align: center;
    width: 100%;  margin-bottom: 10px;
}
.inner-content h2{margin-top:0px;}
.footer-menu ul li {
  
    padding: 0 12px 0 0;
}
.copyright {
    color: #fff;
    margin: 16px 0;
    text-align: center;
    width: 100%;
}
.footer-bottom{ padding: 18px 10px 0;}
	
}
@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-toggle {
    background: #17468f none repeat scroll 0 0;
    border:none; margin:0;
}
	.top-social {
    margin-top: 10px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: -93px;
}
.main-menu .navbar-inverse{ background:#17468F; min-height:inherit;margin-bottom: 10px;}
.main-menu .navbar-inverse .navbar-toggle:focus, .main-menu .navbar-inverse .navbar-toggle:hover{background:none;}
.main-menu .navbar-inverse .navbar-nav > li > a{color:#fff;}
.main-menu .navbar-collapse ul.navbar-nav{margin:0px;}
.main-menu .navbar-inverse .navbar-collapse, .main-menu .navbar-inverse .navbar-form{border:none; box-shadow:none;}
.main-menu .navbar-inverse .navbar-nav > li.active a {
    background-color: #efefef ;
    color: #333;
}
.main-menu .navbar-inverse .navbar-nav > li > a:hover {
   background-color: #efefef ;
    color: #333;
}
.main-men .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
   background-color: #efefef ;
    color: #333;
}
.main-menu .nav > li {
	
    
    display: block;
    margin-bottom: 1px;
    position: relative;
}
.main-menu .dropdown-menu {
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: none;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: static;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
}
@media screen and (max-width: 640px) {
}


@media screen and (max-width: 480px) {
	.logo {
      margin: 20px 0 15px;
    text-align: center;
}
	.top-social{position:inherit; text-align:center; top:0; right:0;margin-bottom: 15px;
}
}


@media screen and (max-width: 320px) {
}







