@charset "UTF-8";
body {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	font-family: "kranto-display", sans-serif;
font-style: normal;
font-weight: 400;
font-style: normal;
}
#truequote {
border: medium #990000 solid;
	margin: 20px auto;
	border-radius: 10px;
	text-align: center;
	background-image: url("../images/quotebg.jpeg");
  background-color: #cccccc;
 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;	
}
#truequote h2 {
	font-size: 2.5em;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #000000; 
	font-weight: bolder;
}
#truequote h3 {
	font-size: 1.3em;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #000000; 
	font-weight: bolder;
}
	.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #990000;
  border: #FFFFFF medium solid;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;	
		border-radius: 10px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
	
div.relative {
  position: relative;

}
#logoStrap {
	background-color: #990000;
	border-radius: 12px;
	margin-top: 10px;
}
#logoStrap #mainLogo p {
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 0.8em;
}
#logoStrap #slogan p{
	color: #454444;
	font-size: 1em;
	padding: 2%;
}
#contactBar {
	color: #FFFFFF;
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contactButton {
	height: 150px;
}
#contactQuote {
	color: #4D4C4C;
	font-weight: bold;
	line-height: 1.8em;
}
#contactButton  {
	
}
#mainContent.fluid {
	margin-top:0px;
}
#mainContent p {
	line-height: 1.2em;
	font-family:Gotham, "Arial, Helvetica Neue", Helvetica, sans-serif;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 1.2em;
	color: #424242;
}
#mainContent h3 {
	padding-left: 5%;
	padding-right: 5%;
}
#formBox h3 {
	color:  #BFBCBC;
	text-align: center;
}
#formBox h5 {
	color: #990000;
}
form input {
	width: 80%;
	text-align: left;
}
form textarea {
	width: 80%;
}
#formBox {
	background-color: #303030;
	color: #BFBCBC;
	line-height: 1em;
	text-align: center;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #282828;
}
#footer  {
	text-align: center;
	font-size: 0.8em;
	color: #BFBCBC;
	background-color: #030303;
	border-bottom: 2px solid #282828;
	height: 400px
}
#contactButton img {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
#contactQuote p {
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
#twitterFeed {
	text-align: center;
}
#testimonial  {
	background-color: #303030;
	border-bottom: 2px solid #282828;
}
#testimonial p {
	font-size: 1.2em;
	color: #990000;
	line-height: 1.2em;
	text-align: center;
}
#testimonial h4 {
	text-align: left;
	padding-left: 5%;
	color: #990000;
	font-family:Gotham, "Arial, Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.5em;
		margin: 2%;
}
.gridContainer.clearfix #imgNavwrap .fluid h3 {
	padding-left: 5%;
}
.gridContainer.clearfix #imgNavwrap .fluid p {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
}

#services {
	/*height: 300px;*/
}
#areas {
	height: 350px;
}
#twitterFeed {
	/*height: 300px;*/
	text-align: center;
}
#twitterFeed p {
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
#address  {
	/*height: 300px;*/
}
#listWrap p {
	padding-left: 5%;
	line-height: 1.1em;
}
#listWrap {
	background-color: #D0CECE;
	line-height: 1.2em;
	border-bottom: 2px solid #282828;
}
#listWrap h5 {
	text-align: left;
	color: #990000;
	font-size: 1em;
	padding-left: 5%;
	line-height: 1em;
}
#socialM {
	height: 50px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#socialM img {
	padding-left: 1%;
	padding-right: 1%;
}
#socialMedia {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #424242;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
a:link, a:visited {
	text-decoration: none;
	color: #424242;
}
a:hover, a:active {
	color: #BFBCBC;
	text-decoration: none;
}
#h1 {
}
/* data tables ^6d */
#mainContent table.data {
	width: 80%;
	margin: 0 auto 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-collapse: collapse;
	border-radius: 5px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
	/* [disabled]padding: 2%; */
}
#mainContent #form2 {
	border: 1% solid #333;
	/* [disabled]width: 100%; */
}

#mainContent table.data th{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 2.6em;
	color: #FFF;
	background-color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0 10px;
}
label #user_password {
	padding: 1%;
	margin: 1%;
	width: 95.5%;
	text-align: left;
}
label #user_name {
	padding: 1%;
	margin: 1%;
	width: 95.5%;
	text-align: left;

}
label #submit {
	padding: 1%;
	margin: 1%;
	width: 98%;
}
label #rating {
	padding: 1%;
	margin: 1%;
	width: 98%;
}
label #comment {
	padding: 1%;
	margin: 1%;
	width: 95.5%;
	text-align: left;
}
    td.review {
	padding: 2%;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFF;
}
.data tr td label input {
	padding: 1%;
	margin: 1%;
	width: 98%;
}
#mainContent ul li {
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../images/tick.png);
	padding-top: 10px;
	font-size: 1em;
}#logoStrap #accreditation {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent h2 {
	color: #990000;
	text-align: center;
	font-size: 1.1em;
}
#mainContent h3 {
	color: #990000;
	text-align: center;
}
#logoStrap #slogan h1 {
	color: #990000;
	font-size: 1.4em;
}
#slider {
	text-align: center;
}
#contactBar #call1 {
	text-align: center;
}
#map h4 {
	padding-left: 5px;
	color: #E40309;
}
#contactUs {
	text-align: left;
	font-size: 0.8em;
	background-color: #030303;
	height: 350px;
	color: #FFFFFF;
}
#map iframe{
	padding: 5px;
	width: 96%;
	height: 190px;
}
#imgNavwrap h2 {
	padding-left: 3%;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bolder;
}
#imgNavwrap .fluid.imgNavone {
	background-color: #EDECEC;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
}
#imgNavwrap .fluid.imgNavtwo {
	background-color: #EDECEC;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
}
#imgNavwrap .fluid.imgNavthree {
	background-color: #EDECEC;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
}
#contactUs #contactInfo p {
	padding-left: 5px;
	padding-right: 5px;
}
#contactUs #contactInfo h4 {
	padding-left: 5px;
	color: #E40309;
}
#footerWrap {
	background-color: #000000;
}
#logoWrap {
	background-color: #F2F0F0;
}
#contactBar #eMail {
	background-color: #990000;
	border-radius: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
}
#contactBar #call {
	background-color: #990000;
	border-radius: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
	text-align: center;
	margin-bottom: 5px;
}
#contactBar #call2 {
	background-color: #990000;
	border-radius: 2px;
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
}
#logoStrap #contactBar p strong {
	text-align: center;
}
#contactBar h5 {
	text-align: center;
	color: #198B8A;
}
#contactSidebar {
	background-color: #990000;
	border-radius: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 5px;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
	height: 600px;
}
#contactSidebar p {
	color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
}
#special {
	background-color: #990000;
	border-radius: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
	color: #FFFFFF;
}
#special h5 {
	font-size: 1.2em;
	font-weight: lighter;
	color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 1.2em;
	font-weight: lighter;
}
#special p {
	color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: .9em;
}
#mainContent img  {
	border-bottom-style: solid;
	border-width: 1px;
	border-bottom-color: #9B9999;
	margin-bottom: px;
	padding-bottom: 20px;
}
#div1 {
	background-color: #990000;
	border-radius: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: -2px -2px -2px #000000;
	box-shadow: -2px -2px -2px #000000;
	color: #FFFFFF;
}
#div1 h5 {
	color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 1.2em;
	font-weight: lighter;
}
#div1 p {
	color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: .9em;
}#logoStrap #mainLogo h6 {
	text-align: center;
	font-weight: lighter;
	font-size: 0.8em;
	padding-top: 5px;
}
#listWrap ul li {
	font-size: 0.8em;
}
#imgNavwrap .fluid ul li {
	list-style-image: url(../images/tick.png);
	padding-top: 1%;
	list-style-position: inside;
}
.gridContainer.clearfix #imgNavwrap {
	color: #2C2B2B;
}
.gridContainer.clearfix #logoStrap #contactBar a:link, .gridContainer.clearfix #logoStrap #contactBar #call a:visited {
	color: #FFFFFF;
}
.gridContainer.clearfix #logoStrap #contactBar a:hover, .gridContainer.clearfix #logoStrap #contactBar #call a:active {
	color: #000000;
}
.card-body {
float: left;
    font-size: 0.7em;
    line-height: 2em;
   
}
.card #headingOne1 h5.mb-0 {
    text-align: center;
}

.whyChoose1 {
    margin-bottom: 5px;
    margin-top: 5px;  
    background-color: #FFFFFF;
	border: 5px solid #960C0D;
	border-radius: 10px;
}
.whyChoose1 p {
    padding: 5%;
    color: #858585;
}
.whyChoose1 h3 {
    padding-top: 5px;
	padding-bottom: 5px;
    color: #0E78BB;
	text-align: center;
}
.whyChoose1 img {
    margin: 0 auto;
    border: none;
	border-radius: 5px 5px 0px 0px;
	border-color: none;
    
}
#why2 h2 {
    color: #960C0D;
}
.whyChoose1 {
    margin-bottom: 5px;
    margin-top: 5px;  
    background-color: #FFFFFF;
	border: 5px solid #960C0D;
	border-radius: 10px;
}
.whyChoose1 p {
    padding: 5%;
    color: #858585;
}
.whyChoose1 h3 {
    padding-top: 5px;
	padding-bottom: 5px;
    color: #0E78BB;
}
.whyChoose1 img {
    margin: 0 auto;
    border: none;
	border-radius: 5px 5px 0px 0px;
	border-color: none;
    
}