/* CSS Document */

/** Reset **/
/* ---------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, dl {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* Global */
/* ---------------------------------------------------------- */
body {
	background-image:url(../images/page-bg.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#dbd5d9;
}
.title
{
	color:#fff;
	background-color:#000;
	
}
/* Elements */
.element
{
	
	border:1px solid #e3e3e3;
	margin:0px 0px 10px 0px;
}

h2, h4, h5, h6
{
	padding:5px;
}
h1
{
	font-size:36px;
}
h3
{
	color:#328d34;
	font-family: 'Conv_MKAbel',Sans-Serif;
	font-size:21px;
	margin-bottom:10px;
}
.logo-title{float:left; width:150px; height:25px; color:#ffffff; font-size:18px; font-family:Arial, Helvetica, sans-serif; padding-top: 32px;padding-left: 10px;}
 h4, h5, h6
{
	font-size:24px;
}

p
{
	line-height:18px;
	margin:0;
	padding:0;
}
blockquote
{
	padding:10px;
}
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}
h1 {
	font-size:34px;
}
li, dd, dt {
	padding:0px;
}
dt
{
	font-weight:bold;
}

pre
{
	margin:10px;
	padding:10px;
	border:1px solid #e3e3e3;
	background-color:#fbfbfb;
	width:680px;
}
code
{
	margin:0px;
	padding:0px;
}

caption
{
	font-size:20px;
	padding:5px;
}
.linkbutton
{
	border:1px solid #e3e3e3;
	padding:10px;
}
.light
{
	background-color:#eeeeee;
}
.black
{
	color:#fff;
	background-color:#000;
}
.colored
{
	color:#fff;
	background-color:#7cbc0a;
}
/* Forms */
form {
    display: block;
    margin-top: 0em;
}
fieldset
{
	border:1px solid #e3e3e3;
	padding:20px;
	
}
legend
{
	margin-left:15px;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
	background: #b8cbac;
	float:left;
	border:0px;
	border-radius:5px;
	position:relative;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:fff !important;
	width:200px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 60%;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
	padding: 5px;
}
input[type=submit]{
	background: #ff8f00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff8f00 0%, #ff6d00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f00), color-stop(100%,#ff6d00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8f00 0%,#ff6d00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8f00 0%,#ff6d00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8f00 0%,#ff6d00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff8f00 0%,#ff6d00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#ff6d00',GradientType=0 ); /* IE6-8 */
padding:5px;
border:1px solid #9e4300;
border-radius:5px;
font-weight:bold;
}
.button
{
	padding:5px;
	border:#e3e3e3;
	cursor:pointer;
	
}
.clearboth {
	clear:both;
}
.center
{
	text-align:center;
}
#page {
	margin:0 auto;
	padding:0px;
}
.wrapper {
	margin:0 auto;
	padding:0px;
	max-width:1124px;width:100%;padding: 0px 0px;box-sizing: border-box;
}
/** Header Section **/
.toplinks{
	float:right;
	margin:30px 0px 16px 0px;
	padding:0;
}
.toplinks a{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px;
	padding:0px 8px;
}
.leftround{
	position:absolute;
	top:100px;
}
.rightround{
	position:absolute;
	top:20px;
	right:0;
}
#header {
	background:#8b0048;
	/*position:relative;*/
}
#logo {
	float:left;
	padding:6px 0px 0px 0px;
}
#headerright {
	float:left;
}
#headertop {
	/*height:90px;*/
	margin:0;
	padding:0;
	position:relative;
}
.snicons{
	position:absolute;
	margin:0;
	padding:0;
	top:/*45px*/5px;
	right:0;
}
.search{
	float:right;
	width:100%;
	padding:0px;
	margin:0px;
}
.search input[type=text]{
	float:right;
	background:#0f60ab;
	border-left:0px;
	border-top:1px solid #04182b;
	border-bottom:1px solid #86c2f9;
	border-right:0px;
	border-radius:3px;
	padding:5px;
	font:italic 12px Arial, Helvetica, sans-serif;
	color:#51a3ed;
	position:relative;
	width:180px;
	right:-20px;
}
.search span{
	position:relative;
	right:10px;
	top:5px;
	float:right;
	z-index:9999;
}
/** Main Navigation **/
#menu {
	
	/*width:413px;*/
	clear: both;
	display: block;
	float: right;
	margin:4px 0 0 0;
	padding:0px;

}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	position: relative;
	padding:0px;
	margin:0px 3px 8px 0px;
}
#menu a {
	font-family:'Conv_CALIBRI',Sans-Serif;
	font-size:11px;
	font-weight:normal;
	color: #fff;
	display: block;
	text-decoration: none;
	padding:18px 2px;
	text-transform:uppercase;
}
#menu ul ul {

	display: none;
	float: left;
	margin: 0px;
	position: absolute;
	/*top: 36px;*/
	left: 0;
	width: 183px;
	z-index: 99999;
	background:#026bc8;
	opacity:0.8;
	padding:13px 0px;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
	margin-left:3px;
	margin-top:-5px;
	border-top:2px solid #d2cccc;
	padding:3px 0px 0px 0px;
	
}
#menu ul ul a {
	/*background: #f9f9f9;*/
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 9px;
	width: 163px;
	font-weight:bold;
}

#menu ul li ul li a:hover {
color: #fff;
background-color:none;
padding:5px 9px;
}
#menu li:hover > a,
#menu ul ul :hover > a,
#menu a:focus {
	color: #c96d00;
	padding:5px 9px;
	
}
#menu li:hover > a,
#menu a:focus {
	
padding:18px 2px;}
#menu ul li:hover > ul {
	display: block;
	
}
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
	font-weight: bold;
	background-color:red;
}
#menu ul li .selected{
	color: #c96d00;
}
#menu ul ul span{
	margin:0px 0px 0px -2px;
	padding:0;
}
#menu ul li ul li a:hover{
	background:none;
	color:#000;}


/** Slider **/
#slider
{
	/*background-color:#e3e3e3;*/
	height:400px;
	width:100%;
	text-align:center;
}
/** Content **/
#maincontent{
	width:100%;
	margin:0px 0px 0px 0px;
	background:url(../images/maincontent-bg.jpg) top center repeat-y;
	padding:0px;
}
.contentwrap {
	margin:0 auto;
	padding:0px;width:100%;box-sizing:border-box;padding:0px 10px;
	max-width:1000px;overflow:hidden;clear:both;
}
#contentbody
{
	margin:41px 0px 25px 0px;
	float:left;
	width:1000px;
	/*box-shadow:0px 0px 3px #d4cdcd;*/
	padding:0;
	
}
#sidebar
{
	width:250px;
	background-color:#e3e3e3;
	margin:10px 0px 0px 10px;
	float:left;
	
}
.home-content, .noticeboard
{
	width:268px;
	float:left;
	margin:0px 47px 0px 0px;
}
.home-content h2{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#414141;
	font-size:28px;
	margin:0px 0px 5px 0px;
	padding:0px;
}
.home-content strong{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#414141;
	font-weight:bold;
	font-size:28px;
}
.home-content p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	text-align:justify;
	margin:0px;
}
.home-content p a{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	font-size:11px;
	text-transform:uppercase;
	color:#dd79ad;
	float:left;
	padding:3px 15px;
	margin-top:20px;
	background: #a40055; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0MDA1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhmMDA0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjAwM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a40055 0%, #8f004a 50%, #7b003f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a40055), color-stop(50%,#8f004a), color-stop(100%,#7b003f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a40055 0%,#8f004a 50%,#7b003f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a40055 0%,#8f004a 50%,#7b003f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a40055 0%,#8f004a 50%,#7b003f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a40055 0%,#8f004a 50%,#7b003f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40055', endColorstr='#7b003f',GradientType=0 ); /* IE6-8 */
}
.home-content p a:hover{
	text-decoration:none;
}
.home-content img{
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
}
.middle{
	width:275px;
	margin:0px 59px 0px 0px;
	float:left;
}
.home-contentlast{
	width:275px;
	margin:0px;
	float:left;
}
.home-contentlast img{
	margin:0px 17px 0px 0px;
}
.noticeboard h2{
	background:url(../images/notice-bg.jpg) no-repeat;
	text-align:center;
	font-family: 'Sanchez', serif;
	color:#fff;
	font-weight:400;
	font-size:26px;
	margin:0px;
	padding:0px;
	line-height:62px;
	text-shadow:0px 1px 1px #b66d02;
}
.noticeboard ul{
	margin:0;
	background:url(../images/noticeboard-bg.jpg) top center no-repeat;
	width:276px;
	padding:0px 20px 51px 13px;
}
.noticeboard ul li{
	background:url(../images/notice-icon.png) left no-repeat;
	font:normal 12px tahoma;
	color:#4e4b46;
	margin:0;
	padding:10px 4px 8px 51px;
	font-weight:bold;
	line-height:18px;
	border-bottom:1px dotted #c19f8e;
}
.noticeboard ul a{
	font:normal 12px tahoma;
	color:#500000;
	float:right;
	padding:10px 0px;
	font-weight:bold;
	margin:0px 10px 0px 0px;
}
.noticeboard ul a:hover{
	text-decoration:underline;
}
.select
{
	width:289px;
	float:left;
	margin:0px;
	padding:7px;
	text-align:center;
	border:1px solid #d8dbdd;
}

.select-bg p a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#054a58;
	line-height:18px;
	float:right;
	padding:2px 15px;
	border-radius:10px;
	border-bottom:1px solid #a2bac5;
	border-top:1px solid #a2bac5;
	border-right:none;
	border-left:none;
	margin-top:15px;
	background: #d3e1e7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NkZGRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQ4ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d3e1e7 0%, #cddde4 50%, #c6d8e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3e1e7), color-stop(50%,#cddde4), color-stop(100%,#c6d8e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d3e1e7 0%,#cddde4 50%,#c6d8e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d3e1e7 0%,#cddde4 50%,#c6d8e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d3e1e7 0%,#cddde4 50%,#c6d8e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d3e1e7 0%,#cddde4 50%,#c6d8e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e1e7', endColorstr='#c6d8e0',GradientType=0 ); /* IE6-8 */

}
.select h2
{
	width:280px;
	float:left;
	background:#500000;
	text-align:left;
	font-family: 'Sanchez', serif;
	color:#fff;
	font-weight:400;
	font-size:26px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	line-height:41px;
	text-shadow:0px 1px 1px #b66d02;
}
.select input[type=text]{
	background:#b5afaf;
	color:#828282;
	border:none;
	margin:0px 10px 10px 10px;
	padding:10px;
	width:257px;
	font-weight:bold;
	font-size:16px;
	float:left;
}
.select textarea{
	font:normal 16px tahoma;
	background:#b5afaf;
	color:#828282;
	border:none;
	margin:0px 10px 10px 10px;
	padding:10px;
	width:257px;
	font-weight:bold;
	float:left;
}
.select input[type=button]{
	background:#797979;
	color:#fff;
	border:none;
	margin:0px 10px 10px 10px;
	padding:10px;
	font-weight:bold;
	font-size:16px;
}
.dots{
	background:url(../images/dots.gif) top left repeat-x;
	float:left;
	width:99%;
	padding:5px;
	margin:15px 0px 10px 0px;
	}

.gallerywrap{
	float:left;
	margin:0px 15px 0px 0px;
	padding:0;
	width:622px;
}
.gallery{
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.gallery h1 img{
	margin:0px 3px 0px 0px;
	width:201px;
	float:left;
}
.gallery h2{
	width:100%;
	float:left;
	text-align:left;
	font-family: 'Sanchez', serif;
	color:#500000;
	font-weight:400;
	font-size:26px;
	margin:5px 0px 20px 0px;
	padding:0px;
}
.gallery span{
	float:right;
	padding:10px 5px;
}
#solution-wrap
{
	color:#fff;
	margin:0;
	padding:15px 0px 15px 0px;
	margin:32px 0px 0px 0px;
	border-top:1px solid #a5cda6;
	overflow:hidden;
}
.solution-bg{
	padding:10px 0px;
	background:url(../images/shadow.jpg) top left no-repeat;
	height:199px;
}
.solution-bg ul{
	margin:0;
	padding:0;
}
.solution-bg ul li{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
.solution-bg span{
	font-family: 'Conv_MKAbel',Sans-Serif;
	font-size:21px;
	font-weight:400;
	text-align:center;
	margin:0;
	padding:0px 0px 0px 50px;
	color:#409542;
	
}

.cllege{
	float:left;
	width:300px;
	margin:0px 15px 0px 0px;
}
.college h2{
	width:300px;
	float:left;
	text-align:left;
	font-family: 'Sanchez', serif;
	color:#500000;
	font-weight:400;
	font-size:26px;
	margin:5px 0px 20px 0px;
	padding:0px;
}
.college img{
	margin:0px;
	float:left;
}
.college span a{
	float:right;
	font:normal 12px tahoma;
	color:#500000;
	font-weight:bold;
	padding:8px 0px;
}
.aside{
	width:300px;
	float:left;
	padding:0px;
	
}
.aside h2{
background:#500000;
	text-align:left;
	font-family: 'Sanchez', serif;
	color:#fff;
	font-weight:400;
	font-size:26px;
}
.aside ul{
	float:left;
	margin:0px 0px 10px 0px;
	padding:0;
	
}
.aside ul li{
	width:250px;
	font-family: 'Dosis', sans-serif;
	color:#73757a;
	font-weight:bold;
	font-size:18px;
	float:left;
	margin:0;
	padding:10px 10px;
	list-style-type:none;
	border-bottom:1px dotted #b9babc;
}
.aside img{
	float:left;
	margin:15px 15px 10px 0px;
}
.aside p{
	float:left;
	width:200px;
	line-height:18px;
	font:normal 12px tahoma;
	color:#73757a;
	margin:15px 0px 10px 0px;
}
#footer
{
	background:#1e0214;
	color:#fff;
	margin:5px 0px 0px 0px;
	padding:0px;
}
.footercontent
{
	width:960px;
}
.footernav{
	width:377px;
	/*width:220px;*/
	float:left;
	margin:0px 10px;
	padding:0;
}
.footernav h2{
	font-family: 'Sanchez', serif;
	color:#fff;
	font-weight:400;
	font-size:18px;
}
.footernav ul{
	float:left;
	margin:0px 0px 10px 0px;
	padding:0;
	
}
.footernav ul li{
	width:200px;
	float:left;
	margin:0;
	padding:10px 10px;
	list-style-type:none;
	background:url(../images/footerline.jpg) bottom left repeat-x;
	font-family: 'Dosis', sans-serif;
	color:#fff;
	font-size:12px;
}
.footernav ul li a{
	font-family: 'Dosis', sans-serif;
	color:#fff;
	font-size:12px;
	margin:0;
}
.footernav img{
	float:left;
	margin:5px 10px 0px 0px;
	padding:0;
	
}
.footerleft{
	float:left;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;	color:#fff;
	font-size:12px;
	margin:20px 0px 0px 0px;
	color:#fff;
}
.footerleft a{
	color:#fff;
}

.footerright{
	float:right;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-align:right;
	margin:20px 0px 0px 0px;
}
.footerright a{
	color:#fff;
}
.footerright a:hover{
	text-decoration:underline;
}
.footerlast{
	width:144px;
	/*width:220px;*/
	float:left;
	margin:0px 10px;
	padding:0;
}
.copyrights{
	margin:0 auto;
	max-width:980px;width|:100%;
	/*background:url(../images/footer-bg.jpg) bottom center no-repeat;*/
	height:50px;
	margin:0px;
	padding:0px 10px;
	
}
.readmore
{
	float:right;
	margin:10px;
}
.pagenav
{
	float:right;
	margin:15px;
}
.page-numbers
{
	border:1px solid #e3e3e3;
	background-color:#fbfbfb;
	padding:3px 5px;
	text-decoration:none;
}
#searchform
{
	margin:10px;
}
/*
	Slideshow
*/
#slider
{
	position:relative;
}
#slides {
	position:absolute;
	z-index:100;
	/*height: 341px;*/
	width:100%;
	border-top:1px solid #fff;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:100%;
	overflow:hidden;
	position:relative;
	display:none;
	height:auto;
	height:503px;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:960px;
	height:358px;
	display:block;
}
.slides_container a img {
	display:block;
}
/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	top:200px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:97.5%;
}
/*
	Pagination
*/

.pagination {
	margin:0px auto;
	width:174px;
	height:20px;
	padding:6px;
	background: #faf5f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #faf5f5 0%, #f0e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf5f5), color-stop(100%,#f0e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #faf5f5 0%,#f0e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #faf5f5 0%,#f0e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #faf5f5 0%,#f0e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #faf5f5 0%,#f0e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf5f5', endColorstr='#f0e2e2',GradientType=0 ); /* IE6-8 */
border-radius:25px;
border-top:1px solid #e4e0e0;
border-bottom:1px solid #c9c7c7;
}
.pagination li {
	float:left;
	/*margin:0 1px;*/
	margin:2px 12px;
	list-style:none;
	padding: 0;
}
.pagination li a {
	display:block;
	width:19px;
	height:5px;
	padding-top:13px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	/*float:left;*/
	overflow:hidden;
	border:none;
	color:#f2e6e6;
}
.pagination li.current a {
	background-position:0 -18px;
	color:#f2e6e6;
}
/*About Us*/
.line{max-width:1000px; background:#c6bbc2; height:1px; margin:0 auto; margin-bottom:10px; margin-top:15px;width:100%;}
.inner-banner{
	max-width:1124px;
	margin:0 auto;width:100%;
	text-align:center;
}
.inner-banner img{width:100%;max-width:973px;}
.inner-banner h2{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#161616;
	font-size:45px;
	text-transform:uppercase;
	margin:0px;
	padding:68px 0px 23px 0px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #c6bbc2;
}
.inner-banner h2 span{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#8c0049;
	font-size:45px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 6px 0px;
	font-weight:normal;
}
#innermaincontent{
	width:100%;overflow:hidden;
	/*position:absolute;
	margin:-178px 0px;
	padding:25px 0px 0px 0px;*/
	margin:0px 0px 0px 0px;
}

.innercontent{
	padding:0;
	max-width:1000px;
	margin:0 auto;width:100%;
	padding:28px 10px 0px 10px;box-sizing:border-box;
}
.innercontent ul.full-list{width:100%;}.left-side{float:left;width:54%;}.left-side img{width:100%;}
.right-side{width:44%;float:right;overflow:hidden;}
.innercontent-a{
	padding:0;
	width:1000px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}


.title-bg{
	width:100%;
	padding:0px;
	position:relative;
	margin:0px 0px 20px 0px;
}
.title-bg h2{
	width:1000px;
	margin:0 auto;
	font-family:'Conv_CALIBRI',Sans-Serif;
	color:#000;
	font-weight:400;
	font-size:16px;
	font-weight:bold;
	padding:13px 0px;
}
.title-bg img{
	margin:0 !important;
	padding:0;
	position:absolute;
	bottom:-6px;
	left:50px;
	border:0px !important;
}
.innercontent h2{
	float:left;
font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#161616;
	font-size:40px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 6px 0px;
	font-weight:bold;
}
.innercontent h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#8c0049;
	font-size:40px;
	margin:0px;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
	border-bottom:1px solid #c3b3bc;
	width:443px;
	float:left;
}
.innercontent h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#1e0214;
	font-size:18px;
	margin:0px;
	padding:26px 0px 8px 0px;
	text-transform:uppercase;
	width:100%;
	float:left;
	font-weight:bold;
}
.innercontent h5{
	font-family:Arial, Helvetica, sans-serif;
	color:#1e0214;
	font-size:18px;
	margin:0px;
	padding:0px 0px 5px 0px;
	text-transform:uppercase;
	/*width:650px;*/
	float:left;
	font-weight:bold;
}
.innercontent h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#1e0214;
	font-size:12px;
	margin:0px;
	padding:0px 0px 5px 0px;
	text-transform:uppercase;
	width:800px;
	float:left;
	font-weight:bold;
}
.innercontent-title{
	color: #545658;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
	background:url(../images/dot-icon.jpg) no-repeat 0px 0px;
	float:left;
	padding:0px 0px 0px 15px;
}
.innercontent p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#050505;
	line-height:18px;
	text-align:justify;
	padding:0px 0px 10px 0px;
	float:left;
	width:100%;box-sizing:border-box;
}

.innercontent-a p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#050505;
	line-height:18px;
	text-align:justify;
	padding:0px 0px 10px 0px;
	float:left;
	width:100%;
}


.innercontent img{
	float:left;
	margin:0px 7px 7px 0px;
}

.innercontent ul{
	margin:0;
	padding:8px 0px 23px 0px;
	float:left;
	width:450px;
}
.innercontent ul li{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#050505;
	background:url(../images/dot-icon.jpg) left top 6px no-repeat;
	vertical-align:middle;
	margin:8px 0px 0px 0px;
	padding:0px 18px;	line-height:22px;
}
.innercontent .callbacks_container{float:left;}
 .innercontent .left-side  ul li{list-style-type:none;padding-left:0px}
.innercontent .left-side ul{float:none;}
.innercontent .left-side .callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 124px;
    width: 39px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: 0px;
    margin: -63px 5px;padding:0px
}
.innercontent .callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.innercontent .left-side .callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.innercontent a{
	float:left;
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	font-size:11px;
	text-transform:uppercase;
	color:#dd79ad;
	float:left;
	padding:5px 10px;
	margin-top:20px;
	background: #a40055; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0MDA1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhmMDA0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjAwM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a40055 0%, #8f004a 50%, #7b003f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a40055), color-stop(50%,#8f004a), color-stop(100%,#7b003f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a40055 0%,#8f004a 50%,#7b003f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a40055 0%,#8f004a 50%,#7b003f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a40055 0%,#8f004a 50%,#7b003f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a40055 0%,#8f004a 50%,#7b003f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40055', endColorstr='#7b003f',GradientType=0 ); /* IE6-8 */
}
.innercontent span{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#161616;
	/*font-size:18px;*/
	font-size:17px;
	font-weight:bold;
	padding:0px;
	margin:10px 0px 0px 0px;;
}
.innercontent .sub-head{
	line-height:150%;
	font-weight:normal;
}
.innercontent strong{
	/*float:left;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#545658;
	font-weight:400;
	font-size:12px;
	margin:0px;
	font-weight:bold;
	margin:0px 5px 0px 0px;
}

.inner-aside{
		width:300px;
	float:left;
	padding:0px;
}
.inner-aside p{
	background:url(../images/cloud-img.jpg) top no-repeat;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:58px 45px 42px;
	color:#fff;
	line-height:18px;
	margin:50px 0px 0px 0px;
	text-align:center;
}
.media{
	width:1000px;
	margin:0 auto;
	padding:0px 0px 40px 0px;
}
.media img{
	float:left;
	border-radius:6px;
	border:4px solid #b8cbac;
	margin:0px 5px 5px 0px;
}
.media ul{
	margin:0;
	padding:0px;
}
.media ul li{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#73757a;
	background:url(../images/dot.jpg) left no-repeat;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}
.small{
	position:absolute;
	right:50px;
	top:50px;
}
.aboutsub-wrapp {
	margin:0 auto;
	padding:0px;
	width:960px;
}
#aboutsubbody
{
	margin:0px;
	float:left;
	background:#fff;
	width:629px;
	/*box-shadow:0px 0px 0px #d4cdcd;*/
	padding:10px 10px 25px 321px;
	border-left:1px solid #e4dddd;
	border-right:1px solid #e4dddd;
	background:url(../images/chairman-img.jpg) top left no-repeat;
	
}
.aboutcontent{
	float:left;
	margin:0px 15px 230px 0px;
	padding:0;
	width:614px;
}
.aboutcontent h2{
	width:100%;
	float:left;
	text-align:left;
	font-family: 'Sanchez', serif;
	color:#500000;
	font-weight:400;
	font-size:26px;
	margin:5px 0px 5px 0px;
	padding:0px 0px 22px 0px;
}
.aboutcontent p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#73757a;
	line-height:18px;
	text-align:justify;
	line-height:18px;
	float:left;
	margin:0px 0px 10px 0px;
}
.aboutcontent span{
	font-weight:bold;
	color:#000;
}
.inner-content
{
	width:298px;
	float:left;
	margin:0px 22px 0px 0px;
}
.inner-content h2
{
	background:#eaa51b;
	font-family: 'Sanchez', serif;
	color:#fff;
	font-weight:400;
	font-size:23px;
	margin:0px 0px 5px 0px;
	padding:10px 0px;
	text-align:center;
	width:302px;
}
.inner-content h3
{
	background:#500000;
	font-family: 'Sanchez', serif;
	color:#fff;
	font-weight:400;
	font-size:23px;
	margin:0px 0px 5px 0px;
	padding:10px 0px;
	text-align:center;
	width:302px;
}
.inner-content p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#73757a;
	line-height:18px;
	text-align:justify;
	margin:5px 0px 0px 0px;
}
.button-bg{
	text-align:center;
	background:url(../images/button-shadow.jpg) bottom center no-repeat;
	float:left; height:100px;
	height:108px; width:300px;
	margin:31px 0px 0px 0px;
}
.button{
	background:url(../images/button-bg.jpg) top left repeat-x;
	border-radius:5px;
	border:0px;
	padding:20px 13px;
	font-family: 'Sanchez', serif;
	color:#8a6914;
	font-weight:400;
	font-size:25px;
	text-shadow:1px 1px 1px #fff;
}
.advisors{
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 9px 0px;
	float:left;
	background:url(../images/border-dots.jpg) bottom right no-repeat;
}
.advisors img{
	margin:0px 3px 0px 0px;
	/*width:201px;*/
	float:left;
	padding:5px;
	border:1px solid #e3dada;
	background:#f0eaea;
}
.advisors p{
	padding:20px;
	width:319px;
	float:right;
}
.advisors span{
	color:#000;
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:102px 0px 0px 0px;
	width:256px;
	float:left;
	padding:10px 0px;
	width:100%;
}

/*Contact*/
.map{
	width:100%;
	margin-bottom:20px;
}
.map span{
	margin-left:90px;
	text-align:center;
}
.mapdetails{
	width:320px;
	float:left;
	margin-top:20px;
}
.mapdetails h2{
	font-size:18px;
	border:none;
	margin-bottom:0px;
}
.mapdetails p{
	font-size:14px;
	margin:0px 0px 5px 0px;
}
.mapdetails p img{
	margin:0px 5px 0px 0px;
	vertical-align:middle;
}
.contactform{
	width:291px;
}
.contactform input[type=text]{
	background:#ecebeb;
	color:#afb0b2;
	margin:0px 10px 10px 0px;
	padding:10px;
	width:268px;
	font-weight:bold;
	font-size:16px;
	float:left;
	border-radius:5px;
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	border-right:none;
	border-bottom:none;
}

.contactform input[type=button]{
	background: #db0505; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #db0505 0%, #520000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db0505), color-stop(100%,#520000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #db0505 0%,#520000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #db0505 0%,#520000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #db0505 0%,#520000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #db0505 0%,#520000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0505', endColorstr='#520000',GradientType=0 ); /* IE6-8 */
border:1px solid #fb2828;
float:right;
margin:0px 5px 0px 0px;
border-radius:5px;
color:#fff;
font-weight:bold;
padding:7px 12px;
/*	background:#797979;
	color:#fff;
	border:none;
	margin:0px 10px 10px 10px;
	padding:10px;
	font-weight:bold;
	font-size:16px;*/
}
.solutions-in-wrap {
	margin:0 auto;
	padding:0px;
	width:1016px;
}
.solutions-left{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	color:#000;
}
.banner-text{
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding:40px 0px 30px 0px;
}
/*.banner-text h2{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#414141;
	font-size:49px;
	text-transform:uppercase;
}
.banner-text h3{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#280601;
	font-size:53px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:33px;
}*/
.banner-text P{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#54062f;
	font-size:13px;
	text-transform:uppercase;
	padding:10PX 0PX;
	font-weight:bold;
}
.sitemap{
	margin:0;
	padding:0;
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#161616;
	width:500px;
}
.sitemap a{
	margin:0;
	padding:5px 0px 0px 0px;
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#161616;
	background:none;
}
.enquiry-nav{
	margin:0;
	padding:0;
	text-align:center;
}
.enquiry-nav a{
	margin:0;
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#8b0049;
	background:none;
	font-weight:bold;
	padding:15px;

	
}
@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot');
	src: local('?'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.partners{
	width:1000px;
	
}
.partners ul{
	margin:20px 0px 0px 0px;
	padding:0;
	width:1000px;
	float:left;
}
.partners ul li{
	margin:0px 11px 19px 0px !important;
	padding:0;
	list-style-type:none;
	float:left !important;
}


.home-about h5{
	font-family:Arial, Helvetica, sans-serif;
	color:#1e0214;
	font-size:18px;
	margin:0px;
	padding:0px 0px 5px 0px;
	text-transform:uppercase;
	/*width:650px;*/
	
	font-weight:bold;
}
.home-about span{
	font-family:'Conv_MyriadPro-Regular',Sans-Serif;
	color:#161616;
	/*font-size:18px;*/
	font-size:17px;
	font-weight:bold;
	padding:0px;
	margin:10px 0px 0px 0px;
	}
	
.home-about p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#050505;
	line-height:18px;
	text-align:justify;
	padding:0px 0px 10px 0px;
	float:left;
	width:100%;
}

.more{
	float:right;
	margin:0px;
}

.more a{
	float:right;
	color:#1e0214;
	font-weight:bold;
	font-size:14px;
}
.bordr {
    border: 1px solid #c1b4b1;
    float: left;
    padding: 0px;
    max-width: 1000px;
    width: 100%;
}
.innercontent ul li a{background: none;
    color: #dd79ad;
    box-sizing: border-box;
    float: left;
    font-family: "Conv_MyriadPro-Regular",sans-serif; font-size: 11px;margin-top: 0; padding: 2px;text-transform: uppercase;width: 166px;height: 165px;}
.gallery-txt {
    width: 18.15%;
	float: left;
	
    min-height: 245px;
    margin: 9px;
}
.gallerycontent ul li {
    background: none;
}
.gallery-boxes li {
    float: left;
    list-style: none !important;
   
    width: 100%;
    box-sizing: border-box;
    padding: 5px !important;
    border: 1px solid #8b0048;
    height: 182px;
    background: none;
}
.gallerycontent ul.gallery-boxes{
    float: left;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
.gallery-boxes li img {
    width: 100%;
    height: 100%;
}
.contactus table{margin-top:20px;}

.navbar-toggle:hover {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
  
    margin-bottom: 8px;
   
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.collapsed {display:none;}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-toggle .icon-bar {
    background-color: #563d7c;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;margin-top: 4px;
    border-radius: 1px;
}
.sanpr-hs-row{width:100%;}
.sanpr-hs-left{width:75%;float:left;margin-right:5%;}
.sanpr-hs-right{width:20%;float:left;}

/*Enquiry Form Lastest Styles Start Here */
.inner-table ul {margin: 0; padding: 0; width:auto;}
.inner-table ul li {list-style: none; float: left; width: 100%; background: none; padding: 0;}
.inner-table label {float: left; font-size: 12px; width: 28%;}
.inner-table small {float: left; width: 4%;}
.inner-table .text-field-3 {border: 1px solid #c9c9c9; font-family: Arial,Helvetica,sans-serif; height: 30px; line-height: 23px; margin: 0 0 10px; padding: 0 0px 0px 12px; width: 260px; background: #fff; border: 2px solid #cbcbcb;}
.enquiry-span {color: red; float: left; width: 50%; margin-left: 32%;}
.inner-table textarea {width: 27%; border: 2px solid #cbcbcb; background: #fff;}
.ui-draggable, .ui-droppable {background-position: top;}
.inner-table .ui-datepicker-trigger {margin-left: 30px; vertical-align: top;}
.inner-table input{height:30px; padding-left: 8px;}
.text-field-3.text-field-5 {width: 60px !important;}
.select-box-2 { width: 60px; float: left; margin-left: 7px; height: 30px; border: 2px solid #cbcbcb; border-radius: 4px; font-size: 12px; font-family: arial;}
.hasDatepicker {background: #fff !important; border: 2px solid #cbcbcb;}


.enquiry-top-sec {width: 100%; max-width: 850px;}
.enquiry-top-sec h3 {font-size: 22px; border-bottom: 0px; padding: 20px 0px 0px 0px;}
.enquiry-top-sec img { width: 100%; max-width: 14%; float: right; height: auto; margin: 0px; padding: 0px; text-align: right;}

.innercontent .confirm {font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; width: 100%; max-width: 200px; margin: 15px 0px; border-bottom:1px solid #8c0049;}
.terms-conditions {clear: both; margin-bottom: 40px; overflow: hidden;}
.terms-conditions p{line-height: 32px;}
.terms-conditions h4 {padding: 10px 0px;}
.terms-conditions ul {width: 100%; margin: 0px; padding: 0px;}
.terms-conditions ul li { line-height: 30px; margin: 0px;}
 
/*Enquiry Form Lastest Styles End Here */




@media (max-width:480px){
.gallery-txt {
    width: 20% !important;
    float: none !important;margin: 0px auto !important;
    display: block;}.half{width:100% !important}}
@media (max-width:640px){
	.footerleft{float:none; padding: 10px 0px ;width:100%;width:225px; margin: 0px auto;}
	.footerright{text-align:center;width:100%;margin:0px 0px 15px 0px; }
	.left-side{float:left;width:100%;}
    .right-side{width:100%;float:right;overflow:hidden;}
	.lb-outerContainer ,.lightbox {width: 100% !important;}.lb-outerContainer{height:480px;}
	.innercontent ul{width:100%;}
	.gallery-txt {
    min-width: 182px;
    width: 70% !important;
    float: none !important;
    min-height: 245px;
    margin: 9px;
    margin: 0 auto !important;
}
.innercontent .gallery-txt  ul li a{width:100%;}
.gallery-boxes li ,.gallerycontent a{height:300px !important;}
	
	.sanpr-hs-left ,.sanpr-hs-right{width:100%;margin:0px;}
.innercontent table,.innercontent tbody,.innercontent td{
display:block;width:100%;
}

	
	
	}
@media (max-width:1000px){
	.gallery-txt{min-width:182px;}
	}
@media only screen and (min-width:480px) and (max-width:620px){
	.gallerycontent ul {
    float: none !important;
    margin: 0px auto !important;
    padding: 0px !important;
    width: 400px !important;
    display: block !important;
    margin: 0 auto !important;
}
	

	
	}
	
@media (max-width:768px){#headerright{width:100%;}.collapsed {display:block;cursor:pointer;}#menu{position:relative;}#menu ul{z-index:9;display:none;position:absolute;top:50px;background:#8B0048;right:0px;min-width:200px;overflow:auto;box-sizing:border-box;}#menu ul li{width:100%;box-sizing:border-box;}
#menu li:hover > a ,#menu a,#menu a:hover {padding:5px 2px;margin-left:10px;}
.logo-title {padding-top: 8px;  padding-left:0px;width:100%;}

.wrapper{padding:0px 10px;}
}


@media (min-width:640px){.lb-outerContainer {position: relative;background-color: white;*zoom: 1;width:470px !important;height: 470px  !important;margin: 0 auto;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}}

.rslides p{font-size: 22px;
    line-height: 25px;
    position: absolute;
    bottom: 50px;
    background: rgba(0, 0, 0,0.7);
    color: #fff;
    left: 12%;
    z-index: 9999;
    padding: 20px;
    width: 100%;
    max-width: 320px;}.full{width:100%;border-bottom:1px solid #c6bbc2;overflow:hidden;padding:20px 0px}
	.half{width:50%;float:left;}.img-responsive{width:100%}