@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0px;
}

@font-face {
	font-family: 'Conv_titilliumtext';
	src: url('../fonts/titilliumtext.eot');
	src: local('☺'), url('../fonts/titilliumtext.woff') format('woff'), url('../fonts/titilliumtext.ttf') format('truetype'), url('../fonts/titilliumtext.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	color: #DB251A;
}

button#Submit {
	background: transparent;
	border: 0;
}

/***************************************************** text ***************************************************************************/
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}

.text a {
	color: #E22718;
	text-decoration: none;
	font-weight: bold;
}

.text a:hover {
	color: #333;
}

.text b {
	color: #E22718;
	text-decoration: none;
	font-weight: bold;
}

/***************************************************** H Tags ***************************************************************************/
h1 {
	font-family: 'Conv_titilliumtext', Tahoma;
	color: #25242a;
	font-weight: normal;
	font-size: 35px;
	text-align: left;
	text-shadow: 1px 1px 1px #FBFAF7;
	line-height: 42px;
}

h2 {
	font-family: 'Conv_titilliumtext', Tahoma;
	color: #444;
	font-weight: normal;
	font-size: 25px;
	text-align: left;
	text-shadow: 1px 1px 1px #FBFAF7;
	line-height: 30px;
	float: right;
	text-align: right;
}

h2 strong {
	font-weight: bold;
	font-size: 35px;
}

h3 {
	font-family: 'Conv_titilliumtext', Tahoma;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	text-shadow: 1px 1px 1px #585858;
	line-height: 26px;
}

h4 {
	font-family: 'Conv_titilliumtext', Tahoma;
	color: #25242a;
	font-weight: normal;
	font-size: 25px;
	text-align: left;
	text-shadow: 1px 1px 1px #FBFAF7;
	line-height: 26px;
	text-transform: capitalize;
}


/***************************************************** Header ***************************************************************************/
#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 219px;
}

#header>table {
	background-image: url(../images/header-legal-bg.webp);
	background-repeat: no-repeat;
	background-position: right;
	height: 219px;
}

#links {
	line-height: 40px;
	height: 40px;
}

#links.links {
	font-family: 'Conv_titilliumtext', Tahoma;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px #83120A;
}

#links.links a {
	color: #fff;
	padding: 0px 16px;
	text-decoration: none;
}

#links.links a:hover {
	color: #F4B6B3;
	text-decoration: none;
}


/***************************************************** Home Page Slide Show Header *****************************************************************/
#sideshow {
	background-image: url(../images/slider-header.jpg);
	background-repeat: repeat-x;
	height: 208px;
	border-bottom: 1px solid #E9E9E9;
}



/***************************************************** Grey Heading ***************************************************************************/
#heading {
	background-color: #4D4D4D;
}

#heading h2 {
	font-family: 'Conv_titilliumtext', Tahoma;
	color: #fff;
	font-weight: normal;
	font-size: 35px;
	text-align: left;
	text-shadow: 1px 1px 1px #4D4D4D;
	line-height: 42px;
}

#heading h4 {
	font-family: Tahoma;
	color: #d9d9d9;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	text-shadow: 1px 1px 2px #4E4E4E;
	line-height: 26px;
}

#heading h4 strong {
	font-size: 18px;
}

#heading .text {
	text-indent: 2.0em;
	font-family: Tahoma;
	color: #f8f8f8;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #4E4E4E;
	line-height: 20px;
}

#heading .text a {
	color: #f8f8f8;
	text-decoration: none;
}

#heading .text a {
	color: #bcbcbc;
	text-decoration: none;
}

#heading .text b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #bcbcbc;
	text-decoration: none;
	line-height: 20px;
}

/***************************************************** Middle Section ***************************************************************************/
#mid {
	background-color: #C9C9C9
}

#mid>table {
	background-color: #fff;
}

/**** Services *****/
#services {
	background-image: url(../images/services-mid.jpg);
	background-repeat: repeat-y;
}

#services .services ul {
	padding-left: 25px;
}

#services .services ul li {
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	border-bottom: 1px dotted #000;
	line-height: 22px;
	text-transform: uppercase;
	width: 210px;
}

#services .services ul li a {
	color: #000;
	text-decoration: none;
}

#services .services ul li a:hover {
	color: #DB251A;
	text-decoration: none;
	padding-left: 2px;
}

/**** subscribe form *****/
#subscribe {
	background-image: url(../images/subscribe-bg.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 260px;
}

#subscribe h3 {
	padding-left: 10px;
}

#subscribe .input {
	background-image: url(../images/subscribe-input.jpg);
	background-repeat: no-repeat;
	width: 145px;
	height: 21px;
	padding: 2px 4px;
	border: 0px;
	background-color: #4D4D4D;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}


/**** home page equiry form *****/
#enquiry .input {
	background-image: url(../images/query-bg.jpg);
	background-repeat: no-repeat;
	width: 301px;
	height: 29px;
	padding: 2px 4px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#enquiry textarea {
	background-image: url(../images/query-bg2.jpg);
	background-repeat: no-repeat;
	width: 301px;
	height: 63px;
	padding: 2px 4px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/***************************************************** Bottom Section ***************************************************************************/
#bottom {
	background-color: #4D4D4D;
}

#bottom .links ul {
	padding-left: 6px;
}

#bottom .links ul li {
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

#bottom .links ul li a {
	color: #fff;
	text-decoration: none;
}

#bottom .links ul li a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

/*************************************************************8 enquiry form ***********************************************************************/
#feedback .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 160px;
	height: 18px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #F1F1F1;
	padding: 2px 4px;
	border-top: 1px solid #969592;
	border-left: 1px solid #969592;
	border-right: 0px;
	border-right: 1px solid #969592;
}

#feedback textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 420px;
	height: 35px;
	margin-right: 10px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #F1F1F1;
	padding: 2px 4px;
	border-left: 1px solid #969592;
	border-right: 1px solid #bbbab8;
}

#feedback .input:focus,
#feedback textarea:focus {
	background-color: #fff;
}


/*-------- follow us icons---------*/
.facebook {
	background-image: url(../images/follow-facebook.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 47px;
	display: block;
	float: left;
	background-position: 0px -58px;
}

.facebook a {
	width: 47px;
	height: 58px;
	display: block;
	float: left;
}

.facebook a:hover {
	background-image: url(../images/follow-facebook.jpg);
	background-repeat: no-repeat;
	width: 47px;
	height: 58px;
	display: block;
	float: left;
}


.twitter {
	background-image: url(../images/follow-twitter.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 38px;
	display: block;
	float: left;
	background-position: 0px -58px;
}

.twitter a {
	width: 38px;
	height: 58px;
	display: block;
	float: left;
}

.twitter a:hover {
	background-image: url(../images/follow-twitter.jpg);
	background-repeat: no-repeat;
	width: 38px;
	height: 58px;
	display: block;
	float: left;
}


.youtube {
	background-image: url(../images/follow-youtube.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 38px;
	display: block;
	float: left;
	background-position: 0px -58px;
}

.youtube a {
	width: 38px;
	height: 58px;
	display: block;
	float: left;
}

.youtube a:hover {
	background-image: url(../images/follow-youtube.jpg);
	background-repeat: no-repeat;
	width: 38px;
	height: 58px;
	display: block;
	float: left;
}


.in {
	background-image: url(../images/follow-in.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 43px;
	display: block;
	float: left;
	background-position: 0px -58px;
}

.in a {
	width: 43px;
	height: 58px;
	display: block;
	float: left;
}

.in a:hover {
	background-image: url(../images/follow-in.jpg);
	background-repeat: no-repeat;
	width: 43px;
	height: 58px;
	display: block;
	float: left;
}


/*-------------/follow us----------------*/


/*-------------index sliderIndex------------------*/
/*--contact sliderIndex--*/
#sliderIndexWrap1 {
	left: 0;
	width: 100%;
	position: fixed;

}

#sliderIndex {
	position: absolute;
	background-image: url(../images/slider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 288px;
	height: 299px;
	margin-right: -260px;
	right: 0;
	top: 200px;
	z-index: 200;
}

#sliderIndex img {
	border: 0;
}

#sliderIndexContent {
	margin: 5px 0 0 50px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

#sliderIndexContent a {
	text-decoration: none;
	color: #fff;
	border: none;
	width: 288px;
	display: block;
	height: 299px;
}

#sliderIndexContent a:hover {
	width: 288px;
	display: block;
	height: 299px;
}

#headerslide {
	margin: 0 auto;
	width: 600px;
	height: 200px;
	padding: 10px;
}

#openCloseWrap {

	margin: 33px 0 0 3px;
	font-size: 12px;
	font-weight: bold;
}

.borderright {
	border-right: 1px dotted #666;
}

.header_phone_number {
	font-size: 16px;
	color: #d9d9d9;
	text-decoration: none;
}

/*-------------/index sliderIndex------------------*/

/* Mobile Responsive Fixes */

html,
body {
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	max-width: 100%;
}

input,
textarea,
select {
	max-width: 100%;
	box-sizing: border-box;
}

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

	* {
		box-sizing: border-box;
	}

	table {
		width: 100% !important;
	}

	td {
		width: auto !important;
		display: block !important;
	}

	#header,
	#header>table,
	#sideshow {
		height: auto !important;
	}

	h1 {
		font-size: 28px;
		line-height: 34px;
	}

	h2 {
		font-size: 22px;
		line-height: 28px;
		float: none;
		text-align: left;
	}

	h3 {
		font-size: 18px;
	}

	#subscribe,
	#enquiry .input,
	#enquiry textarea,
	#feedback .input,
	#feedback textarea {
		width: 100% !important;
	}

	.borderright {
		border-right: 0 !important;
	}

	#sliderIndexWrap1,
	#sliderIndex {
		display: none;
	}

	table {
		width: 100% !important;
		max-width: 100% !important;
	}

	img {
		max-width: 100% !important;
		height: auto !important;
	}

	table[width] {
		width: 100% !important;
	}

	td[width] {
		width: auto !important;
	}
}