body {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background: url(../images/bg.png) repeat left top;
	font-family:Verdana, Geneva, sans-serif;
}

body, input, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height: 22px;
	color: #333;
	background-color: #f3f3f3;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #3c3c3c;
}
h1 {  
font-size:18px;
	line-height: 32px; 
	margin-bottom: 9px;
}
h2 { 
	font-size: 16px; 
	font-weight:bold;
	line-height: 25px; 
	margin-bottom: 0px;
}
h3 { 
	font-size: 14px; 
	line-height: 22px; 
	margin-bottom: 15px; 
} 
h4 { 
	font-size: 18px; 
	line-height: 22px; 
	margin-bottom: 10px; 
} 
h5 { 
	font-size: 16px; 
	line-height: 20px;
	margin-bottom: 5px;
}						
h6 { 
	font-size: 14px; 
	line-height: 16px;
	margin-bottom: 5px; 
}

hr {	
	border: 0;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
}

p {
margin-bottom: 13px;
margin-top: 0;
}
ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px 36px;
	font-size: 16px;
	border-left: 5px solid #eee;
	padding: 5px 20px 5px 20px;
	color: #999;
	font-weight: normal;
}
pre {
	background: #f4f4f4;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font-size: 13px;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
}

.lite1 {
	color: #ca6d6d;
	border-bottom: 1px dotted #ca6d6d;
}

.lite2 {
	border-bottom: 1px dotted #ca6d6d;
}

.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	margin: 0 0 20px 0;
	text-shadow: none;
	padding: 15px;
	line-height: 17px;
}
.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
}

a {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	text-decoration: none;
	color:#333;
}

/* Button */
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
	display: inline-block;
	padding: 0 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	cursor: pointer;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-size: 12px;
	line-height: 25px;
}

input#submit  {
	font-size: 12px;
	height: 30px;
	padding-bottom: 5px;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;	
}

.map.full {
	margin: 0 -40px;
}

.map iframe {
	max-width: 100%;
}

.map, .media {
	margin-bottom: 20px;
}


img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}

.intro {
	font-size: 20px;
	line-height: 32px;
	color: #a0a0a0;
	text-align: center;
	margin-top: -9px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.border-one {
	border: 5px solid #eee;
}
img.border-hoverimg {
	border: 5px solid #eee;
}
img.border-hoverimg:hover {
	border: 5px solid #fff;
}
.img-left {
	float: left;
	margin: 0 20px 0 0px;
}
.img-left-mbottom {
	float: left;
	margin: 0 20px 20px 0px;
}
ul.arrows-list {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.arrows-list li {
	margin: 0px;
	padding: 5px 0px 0px 12px;
	list-style-type: none;
	background: url(../images/arrows-05.png) no-repeat left 13px;
}
ul.arrows-list-two {
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.arrows-list-two li {
	margin: 0px;
	padding: 5px 0px 0px 20px;
	list-style-type: none;
}
ul.arrows-list-three {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.arrows-list-three li {
	margin: 0px;
	padding: 6px 0px 0px 10px;
	list-style-type: none;
	color: #ccc;
}
.arrows-list-three li a {
	color: #ccc;
}
.arrows-list-three li a:hover {
	color: #fff;
}
ul.sideimg-list {
	float: left;
	margin: 15px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
ul.sideimg-list img {
	float: left;
	display: block;
	margin-right: 23px;
}
.sideimg-list li {
	margin: 0px 40px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	float: left;
	max-width: 205px;
	text-align: left;
}
.sideimg-list li a {
	font-size: 14px;
	color: #3c3c3c;
}
.sideimg-list li a:hover {
	font-size: 14px;
	color: #ff0000;
}
.sideimg-list li.sideimg-list-last {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	float: left;
	max-width: 205px;
}

.divider-line {
	width: 100%;
	display: block;
	padding: 20px 0 0px 0;
	border-bottom: 1px solid #737373;
}
.divider-line2 {
	float: left;
	width: 100%;
	display: block;
	padding: 10px 0 0px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.divider-line2.martop {
	margin-top: 25px;
}
.divider-line3 {
	float: left;
	width: 100%;
	display: block;
	padding: 10px 0 0px 0;
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.divider-line4 {
	float: left;
	width: 100%;
	display: block;
	padding: 10px 0 0px 0;
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.divider-line5 {
	float: left;
	width: 94%;
	display: block;
	padding: 0px;
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.divider-line6 {
	float: left;
	width: 94%;
	display: block;
	padding: 0px;
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 15px;
	border-bottom: 1px solid #eee;
}
.strong-marbom {
	font-size: 14px;
	margin-bottom: 7px;
	display: block;
	color: #636363;
	font-weight: normal;
}
.img-border2 {
	border: 3px solid #cbcbcb;
}
.b-text-one {
	font-size: 16px;
	color: #454545;
	text-align: center;
	line-height: 23px;
	margin-bottom: 15px;
	float: left;
	font-weight: normal;
}
.left-border-box {
	background-color: #f9f9f9;
	border-left: 3px solid #ff0000;
	padding: 15px 20px;
	margin: 36px 0px;
	float: left;
	width: 897px;
	font-weight: normal;
	text-align: left;
}
.left-border-box-two {
	background-color: #f9f9f9;
	border-left: 3px solid #ff0000;
	padding: 15px 21px;
	margin: 10px 0px 30px 25px;
	float: left;
	width: 90%;
	font-weight: normal;
	text-align: left;
}
.margin-space-top {
	margin-bottom: 30px;
}


.one-half, .one-third,.one-fourth {
	position: relative;
	margin-right:20px;
	float: left;
}
.one-full {
	width: 100%;
}
.one-half {
	width: 48%;
}
.one-third {
	width: 30.6666%;
}
.one-fourth {
	width: 23%;
	margin-bottom:20px;
}
.last {
	margin-right: 0 !important;
	clear: right;
}

.framed-box {
	border: 1px solid #e2e2e2;

}
.framed-box.center{
	text-align:center;
}
.framed-box-wrap {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}
.framed-box-wrap .pricing-title {
	background-color: #eee;
	padding: 13px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.framed-box-wrap h3 {
	margin-bottom: 10px;
}
.framed-box-wrap .pricing-text-list {
	padding: 15px 20px 0px 20px;
}


.dropcap1, .dropcap2, .dropcap3 {
	float: left;
	text-align: center;
	overflow:hidden;
	font-weight: normal;
}
.dropcap1 {
	width: 53px;
	height:	58px;
	line-height: 52px;
	color: #3c3c3c;
	margin:0 8px -4px 0;
	font-size: 32px;
}

.dropcap2 {
	color:#3c3c3c;
	line-height: 50px;
	height: 56px;
	width: 53px;
	margin:0 8px -4px 0;
	font-size:32px;
}

.dropcap3 {
	font-size:40px;
	line-height: 40px;
	width:44px;
	height:44px;
	margin:0 0 -4px 0;
}
.dropcap3.gray {
	color: #3c3c3c;
}


ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8, ul.list9, ul.list10 {
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding: 0px;
}
ul.list1 li,ul.list2 li,ul.list3 li,ul.list4 li,ul.list5 li,ul.list6 li,ul.list7 li,ul.list8 li,ul.list9 li,ul.list10 li{
	padding-left: 18px;
	margin: 3px 0;
}
.highlight {
	color: #fff;
	padding: 2px 5px;
	background: #000;
	border-radius:3px;
}
.highlight.black {
	background: #000;
}
.highlight.red {
	background: #ff0000;
}
.highlight.gray {
	background: #aaa;
}
.highlight.yellow {
	background: #fff000;
}
.highlight.blue {
	background: #2083d0;
}
.highlight.pink {
	background: #e826b4;
}
.highlight.green {
	background: #48b02b;
}
.highlight.orange {
	background: #ffcc00;
}
.highlight.magenta {
	background: #9325ea;
}

.button, button {	
    text-decoration:none;
	text-align:center;
	color:#585656;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:32px;
	line-height:32px;
	padding:0px 15px;
	position:relative;
	outline: none;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #dcdcdc;
	border: rgba(0, 0, 0, .2) 1px solid;
	border-bottom:rgba(0, 0, 0, .4) 1px solid;

	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);
	background: -webkit-gradient(
		linear,
		center top,
		center bottom,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);
	
	background-color:white;
}

.button::-moz-focus-inner {
    border: none; 
}

.button:hover, .button.hover, .page-numbers:hover  {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);
}
.button:active, .button.active, .page-numbers:active {
	top:2px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .2) 100%
	);
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .2)),
		to(rgba(0, 0, 0, .1))
	);

}

.button.full{
	display: block;
}

.button.small{
	font-size:13px;
}
.button.medium{
	font-size:13px;
	height:40px;
	line-height:40px;
}
.button.large{
	font-size:16px;
	height:50px;
	line-height:50px;
}
.button.small.colorchan{
	background-color: #ff0000;
}

.button.red {
	background-color: #ff0000;
	color: #fff;
}
.button.blue {
	background-color: #6666CC;
	color: #fff;
}
.button.lightblue {
	background-color: #3399CC;
	color: #fff;
}
.button.green {
	background-color: #009933;
	color: #fff;
}
.button.black {
	background-color: #333;
	color: #fff;
}
.button.orange {
	background-color: #FF9900;
	color: #fff;
}
.button.darkgray {
	background-color: #818181;
	color: #fff;
}
.button.gray {
	background-color: #f0f0f0;
	color: #000;
}

.info, .error, .notice, .success {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	font-size: 13px;
}
p.error {
	border: none;
}
.info strong, .error strong, .notice strong, .success strong {
	font-size: 16px;
}
.message-box-wrap {
	border: 0px solid #fff;
	padding:10px;
}
.info {
	color: #4a84bc;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
}
.error {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}
.notice {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}
.success {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}
.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 5px;
}


.table-style {
	float: left;
	width: 100%;
}
.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	width: 100%;
}
.table-list th {
	padding: 10px;
	background-color: #eee;
}
.table-list td {
	padding: 10px;
	text-align: center;
	background-color: #f5f5f5;
}
.table-list tr:hover td {
	background-color: #f9f9f9;
}
.pricing-tables-main {
	position: relative;
	float: left;
	margin-bottom: 40px;
}

.pricing-tables {
	position: relative;
	float: left;
	width: 24%;
	border: 1px solid #eee;
}
.pricing-tables .title {
	float: left;
	width: 100%;
	height: 36px;
	padding: 14px 0 0 0;
	background-color: #727272;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #3c3c3c;
	border-bottom: 1px solid #999;
	font-weight: normal;
}
.pricing-tables .price {
	float: left;
	width: 100%;
	padding: 25px 0;
	background-color: #818181;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}
.pricing-tables .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
}
.pricing-tables .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables .cont-list li.last {
	border: none;
}
.pricing-tables .ordernow {
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-helight{
	position: relative;
	float: left;
	width: 27%;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight .title {
	float: left;
	width: 100%;
	height: 46px;
	padding: 14px 0 0 0;
	margin-top: -10px;
	background-color: #f10000;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #cc0000;
	border-bottom: 1px solid #ff5757;
	font-weight: normal;
}
.pricing-tables-helight .price {
	float: left;
	width: 100%;
	padding: 25px 0;
	background-color: #ff0000;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}
.pricing-tables-helight .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
}
.pricing-tables-helight .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-helight .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-helight .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-helight .cont-list li.last {
	border: none;
}
.pricing-tables-helight .ordernow {
	float: left;
	width: 100%;
	padding: 20px 0 25px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-two {
	position: relative;
	float: left;
	width: 33%;
	border: 1px solid #eee;
}
.pricing-tables-two .title {
	float: left;
	width: 100%;
	height: 36px;
	padding: 14px 0 0 0;
	background-color: #727272;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #3c3c3c;
	border-bottom: 1px solid #999;
	font-weight: normal;
}
.pricing-tables-two .price {
	float: left;
	width: 100%;
	padding: 25px 0;
	background-color: #818181;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}
.pricing-tables-two .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
}
.pricing-tables-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-two .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-two .cont-list li.last {
	border: none;
}
.pricing-tables-two .ordernow {
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-helight-two{
	position: relative;
	float: left;
	width: 33%;
	z-index: 3;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight-two .title {
	float: left;
	width: 100%;
	height: 46px;
	padding: 14px 0 0 0;
	margin-top: -10px;
	background-color: #f10000;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #cc0000;
	border-bottom: 1px solid #ff5757;
	font-weight: normal;
}
.pricing-tables-helight-two .price {
	float: left;
	width: 100%;
	padding: 25px 0;
	background-color: #ff0000;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}
.pricing-tables-helight-two .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
}
.pricing-tables-helight-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-helight-two .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-helight-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-helight-two .cont-list li.last {
	border: none;
}
.pricing-tables-helight-two .ordernow {
	float: left;
	width: 100%;
	padding: 20px 0 25px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.testimonials {
	float: left;
	margin-bottom: 30px;
}
.testimonials span {
	float: left;
	line-height: 21px;
	margin-top: 15px;
	padding-left: 40px;
}
.testimonials-2 {
	float: left;
}
.testimonials-2 span {
	float: left;
	line-height: 21px;
	padding: 20px 30px 25px 50px;
	border: 1px solid #eee;
}
.testimonials-3 {
	float: left;
	margin-top: 40px;
}
.testimonials-3 img{
	float: left;
	width: 100px;
	height: 100px;
	border: 2px solid #ccc;
	margin: 5px 20px 5px 0;
}
.testimonials-3 span {
	float: left;
	line-height: 21px;
	padding: 20px 20px 25px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
}


#header {
	width: auto;
	height: 100px;
	background: url(../images/top-header-bg.png) no-repeat 30px top;
}
#page-wrapper {
	max-width: 1140px;
	margin: auto auto auto auto;
	background: #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

#page-wrapper {
	width: 1140px\9; /* IE 7-8 only */
}


.logo-area {
	width: auto;
	float: left;
}

#site-logo {
margin:22px 0px 0px 25px;
}
#site-logo i {
	color: #ff0000;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
}
#site-logo a:hover {
	color: #3c3c3c;
}


.top-search {
	position: absolute;
	top:0px;
	right: 30px;
}
.top-search ul {
	float: right;
	list-style: none;
	margin: 40px 10px 0px 0px;
}
 .top-search ul .phone {background: url(../images/phone-icon-top.jpg) no-repeat;background-position: 0;
margin-left: 15px; padding-left:10px;
}
.top-search ul li {
	float: left;
	padding: 0px 0px 0px 0px;
	background: none;
	font-size: 11px;
	color: #727272;
	min-width: 120px;
	text-align: right;
}
.top-search ul li a {
	font-size: 11px;
background: url(../images/email-icon-top.jpg) no-repeat;
background-position: 0px;
padding-left: 25px;
}
.top-search ul li a:hover {
	font-size: 11px;
	color: #454545;
}
.top-search ul li img {
	margin-right: 5px;
	margin-top: 6px;
}
form#searchform {
	width: 300px;
}
.no-results form#searchform {
	padding: 10px 0 0 0;
}
form#searchform:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
input#searchsubmit {
	 float: right;
	 border: none;
	 height: 27px;
	 width: 168px;
	 text-indent: -99999px;
	 cursor: pointer;
}
.top-search .search-text-box {
    height: 27px;
	width: 160px;
    padding: 0 5px 5px 16px !important;
    color: #9a9a9a;
    float: right;
    font-size: 11px;
	border: 0px;
}
.top-search input.search-submit-button {
	 float: right;
	 border: none;
	 text-indent: -99999px;
	 height: 27px;
	 width: 33px;
	 cursor: pointer;
	 font-size: 11px;
}
.top-search .widget_search {
    width: 100%;
	float: right;
}
.top-search .widget_search .search-text-box:focus {
    width: 160px;
}


#access .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}
#access .menu select {
	border: 2px solid #eee;
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	color: #434343;
	margin-bottom: 20px;
	margin-top: 20px;
}
#access .menu ul {
	margin: 0;
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: left;
	z-index: 1001;
	height: 50px;
	margin: 0;
	background: #4b4b4b url(../images/mainmenu-bg.jpg) no-repeat center top;
}
#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	z-index: 101;
	margin: 0;
	float: left;
}
#access .menu ul li.homebut-icon {
	display: block;
	float: left;
}
#access .menu ul li.homebut-icon a {
	margin: 0;
	width: 48px;
	height: 37px;
	padding: 13px 0px 0px 26px;
	background-color: #414141;
}

#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 18px 67px 18px 67px;
}
#access .menu ul li a:hover, 
#access .menu ul li.active a, 
#access .menu ul li a.selected,#menu #tiny .selected a {
	color: #fff;
	background-color: #3b3b3b;
}
#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 190px;
	padding: 0;
	text-align: left;
	background: #3b3b3b;
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	height: auto;
}
#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 12px 20px 13px 20px;
	font-size: 11px;
	color: #a9a9a9;
	background: #3b3b3b;
	width: 150px;
	border-bottom: 1px solid #424242;
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background-color: #494949;
	color: #fff;
}

#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}

.selectnav {display: none; width: 440px; margin-left: 20px;}



#content {
	margin: 16px 0 0 5px;
	padding: 0 0 25px 0;
}
#content .container .five.columns {
width: 17.45%;
margin: 10px 5px 10px 5px;
padding: 5px;
background: #FFF;
height: 384px;
overflow: hidden;}


#content .five.columns h2 { 
	font-size: 23px; 
	line-height: 36px; 
	margin-bottom: 27px;
	border-bottom: 1px solid #eee;
}
#content .five.columns i.titles-icon1 {
	width: 30px;
	height: 32px;
	float: left;
	margin: 3px 3px 0px 0px;
	background: url(../images/homepage-titles-icon1.png) no-repeat left top;
}
#content .five.columns i.titles-icon2 {
	width: 30px;
	height: 32px;
	float: left;
	margin: 3px 5px 0px 0px;
}
#content .five.columns i.titles-icon3 {
	width: 30px;
	height: 32px;
	float: left;
	margin: 3px 7px 0px 0px;
}
#content .five.columns p { margin-top:0px;}

ul.home-services-list {
	float: left;
	margin: -12px 0px 0px 0px;
	padding: 0px;
	width: 280px;
}
.home-services-list li {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	border-bottom: 1px solid #f0f0f0;
	list-style-type: none;
}
.home-services-list li p {
	font-size: 11px;
}
#content .five.columns i.services-icon1 {
	width: 48px;
	height: 48px;
	float: left;
	border: 1px solid #eee;
	margin: 0px 14px 0px 0px;
}
#content .five.columns i.services-icon2 {
	width: 48px;
	height: 48px;
	float: left;
	border: 1px solid #eee;
	margin: 0px 14px 0px 0px;
}
#content .five.columns i.services-icon3 {
	width: 48px;
	height: 48px;
	float: left;
	border: 1px solid #eee;
	margin: 0px 14px 0px 0px;
}
#content .five.columns i.services-icon4 {
	width: 48px;
	height: 48px;
	float: left;
	border: 1px solid #eee;
	margin: 0px 14px 0px 0px;
}
.home-services-list li a {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
}
.home-services-list li a:hover {
	color: #ff0000;
	text-decoration: none;
}


.freshworks-gallery {
	margin: 20px 30px 0px 20px;
	height:434px;
	padding: 10px;
	background-color: #eee;
}
.freshworks-galler {
	margin: 20px 30px 0px 20px;
	height:434px;
	padding: 10px;
	background-color: #eee;
}
.freshworks-conte {
	overflow:hidden;
	margin: 10px 10px 10px 0px;
	width: 190px;
	height: 359px;
	padding: 15px 10px 20px 10px;
	background-color: #fff;
	float: left;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.freshworks-content {
	overflow:hidden;
	margin: 10px 10px 10px 0px;
	width: 236px;
	height: 339px;
	padding: 15px 10px 20px 10px;
	background-color: #fff;
	float: left;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.freshworks-content h2 {
	font-size: 24px; 
	margin: 0px 0px 13px 0px;
}
.morebut-small {
	position: relative;
	height: 30px;
	width: 115px;
	display: block;
	border-left: 3px solid #ff0000;
}
.morebut-small a {
	height: 23px;
	display: block;
	color: #727272;
	padding: 4px 0px 0px 15px;
	font-size: 13px;
	font-weight: normal;
}
.morebut-small a:hover {
	color: #ff0000;
}
.morebut-small-two {
	position: relative;
	height: 30px;
	float: left;
	display: block;
	border-left: 1px solid #ff0000;
}
.morebut-small-two a {
	height: 27px;
	display: block;
	color: #727272;
	padding: 3px 15px 0px 15px;
	font-size:13px;
	font-weight: normal;
	background: url(../images/mainslider-morebut-bg.jpg) repeat-x left bottom;
}
.morebut-small-two a:hover {
	color: #ff0000;
}

.slider-static-img {
	float: left;
	width: 100%;
	height: 450px;
	border-bottom: 2px solid #454545;
}
.slider-video {
	float: left;
	width: 1000px;
	height: 380px;
	padding: 0px;
	margin-bottom: 15px;
	background-color: #f9f9f9;
	border-bottom: 2px solid #d8d8d8;
}
.slider-video-left {
	float: left;
	width: 320px;
	height: 320px;
	padding: 30px;
	font-weight: normal;
}
.slider-video-right {
	float: left;
	width: 560px;
	height: 320px;
	padding: 30px;
}
.slider-video-left .textbig {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 100px;
    top: 70px;
    padding: 0;
}

.slider-video-left span.textbiggy b {
	color: #3c3c3c;
	font-weight: normal;
}
.slider-video-left span.textbiggy  {
	color: #ff0000;
    font-size: 45px;
    padding: 0;
	display: block;
	line-height: 54px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.slider-video-left span.textsmally  {
	color: #566470;
    font-size: 16px;
	line-height: 27px;
	font-weight: normal;
}

.slider-video-left .morebut {
	position: relative;
	top: 25px;
	height: 45px;
	width: 205px;
	border-left: 3px solid #ff0000;
}
.slider-video-left .morebut a {
	height: 35px;
	width: 185px;
	color: #3c3c3c;
	padding: 10px 0px 0px 20px;
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.slider-video-left .morebut a:hover {
	color: #ff0000;
}


.home-latestbn-section {
	margin: 36px 45px 0 20px;
	float: left;
	width: 97%;
}
.home-latestbn-section .tech { 
	margin-top:0px;
	line-height: 36px;font-size: 18px;color: #3c3c3c;
	padding-bottom: 7px; 
	margin-bottom: 27px;
	border-bottom: 1px solid #eee;
}
.freshworks-gallery .hotpro {color: #3c3c3c;
margin: 3px 3px 0px 0px;
padding: 2px 0px 5px 34px;font-size:18px;
background: url(../images/homepage-titles-icon1.png) no-repeat left top;
}

.home-latestbn-section .section-box {
	width: 100%;
}
.home-latestbn-section i.titles-icon4 {
	width: 30px;
	height: 32px;
	float: left;
	margin: 3px 3px 0px 0px;
	background: url(../images/homepage-titles-icon4.png) no-repeat left top;
}
ul.home-latest-list {
	float: left;
	margin: -16px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
.home-latest-list li {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style-type: none;
	width:50%;
	float:left;
}
.home-latest-list li a {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.home-latest-list li img {
	float: left;
	margin: 0px 25px 0px 0px;
}
.home-latest-list li i {
	font-size: 11px;
	font-style: italic;
	display: block;
	color: #a9a9a9;
}
.home-latest-list li p {
	margin-top: 5px;
}
h1 {
border-left: 3px solid #ff0000;
padding: 5px 0px 5px 15px;
margin: 0px 0px 30px 0px;
background-color: #f3f3f3;
}

.home-clientsays-section {
	width: 450px;
	float: left;
	margin: 36px 0px 0 0px;
}
.home-clientsays-section h2 { 
	font-size: 24px; 
	line-height: 36px; 
	margin-bottom: 27px;
	border-bottom: 1px solid #eee;
}
.home-clientsays-section i.titles-icon5 {
	width: 30px;
	height: 32px;
	float: left;
	margin: 3px 3px 0px 0px;
}
.home-clientsays-img {
	float: left;
	width: 147px;
	height: 150px;
}
.home-clientsays-content {
	float: left;
	padding: 20px 20px 16px 20px;
	background-color: #f4f4f4;
	width: 260px;
	
	border:1px solid #f4f4f4;
	border-radius:5px;
}
.home-clientsays-content b {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #222;
}
.home-clientsays-content p {
	margin: 5px 0 0 0;
}
.home-clientsays-content i {
	margin: 7px 0 0 0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

.home-cplogoes-section {
	width: 450px;
	float: left;
	margin: 34px 0px 0 0px;
}
.home-cplogoes-section h2 { 
	font-size: 24px; 
	line-height: 34px; 
	margin-bottom: 27px;
	border-bottom: 1px solid #eee;
}
.home-cplogoes-section i.titles-icon6 {
	width: 30px;
	height: 32px;
	float: left;
	margin: 3px 3px 0px 0px;
}


#flickr_badge_wrapper img { width: 60px; height: 60px; margin-right: 4px; border: 2px solid #363636 !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper { margin-top: 27px;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


#page-footer .copyright-info {
	float: left;
	width: 100%;
	min-height: 49px;
	background-color: #363636;
	border-top: 1px solid #2b2b2b;
	color: #727272;
	font-size: 11px;
}

#page-footer .copyright-info a:hover {
	color: #FFF;
	font-size: 11px;
}
#page-footer .copyright-info .leaft {
	width:96%;
	display: block;
	float: left;
	text-align: left;
	color: #FFF;
	margin: 10px 0 10px 30px;
}
.no-js body #page-wrapper #page-footer footer .copyright-info .leaft b { margin-left:10px;}
#page-footer .copyright-info .reght {
	width: 460px;
	display: block;
	color: #727272;
	float: left;
	text-align: right;
	margin: 16px 0 0 30px;
}

.twtr-tweet-wrap {
	background: none;
	height: 50px;
}
.twtr-tweet-wrap em {
	background: none;
	padding-top: 5px;
}
.twtr-widget-main {
	float: left;
	width: 812px;
	height: 50px;
	padding: 5px 0px 3px 10px;
	background: #363636;
	overflow: hidden;	
}
.twitter-widgett {
	float: left;
	width: 94%;
	margin: 3px 0 0 0px;
	padding: 0 30px 20px 30px;
	background: #4c4c4c;
	border-bottom: 1px solid #3e3e3e;	
}
.twitter-widgett .boxleft {
	float: left;
	width: 10px;
	height: 60px;
	margin: -13px 0 0 0px;
	padding: 0 0 0 0px;
	background: url(../images/twitter-box-left.jpg) no-repeat left top;	
}
.twitter-widgett .boxright {
	float: left;
	width: 10px;
	height: 60px;
	margin: -13px 0 0 0px;
	padding: 0 0 0 0px;
	background: url(../images/twitter-box-right.jpg) no-repeat left top;	
}
.twitter-widgett .boxcenter {
	float: left;
	width: 918px;
	margin: -13px 0 0 0px;
	padding: 1px;
	background-color: #636363;
}
.twitter-widgett .boxcenter-two {
	float: left;
	width: 916px;
	height: 58px;
	margin: 0px 0 0 0px;
	padding: 0 0 0 0px;
	background-color: #414141;
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
}
.twitter-widgett .boxcenter-two img {
	float: left;
}
.twtr-hd { display: none;
	background-color: transparent;
	background-color: rgba(255,255,255,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30ffffff,endColorstr=#30ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#30ffffff,endColorstr=#30ffffff)";
}
.twtr-ft { display: none; }



.page-main-title {
	width: 100%;
	min-height: 70px;
	background: #eff6f4 url(../images/pagemaintitle-bg.png) repeat-x left top;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #fff;
	margin: 0 0 30px 0;
}
.page-main-title .leaft-title {
	width: 62%;
	display: block;
	float: left;
	text-align: left;
	margin: 18px 0 0 30px;
}
.page-main-title .leaft-title h1 { 
	font-size: 30px; 
}
.page-main-title .reght-pagenation {
	display: block;
	color: #727272;
	float: left;
	font-size: 12px;
	text-align: left;
	margin: 0px 0 0 0px;
	padding: 25px 0 24px 30px;
	font-weight: normal;
}
.page-main-title .reght-pagenation i {
	color: #b9b9b9;
}
.page-main-title .reght-pagenation a {
	color:#ff0000;
}
.page-main-title .reght-pagenation a:hover {
	color: #727272;
}

#content .content-left {
width: 757px;
float: right;
margin: 0px 31px 0 0px;
padding: 7px 0 0px 0;
}

#content .content-left .our-team-box {
	width: 600px;
	float: left;
}
#content .content-left .our-team-box ul {
	margin: 0;
	padding: 14px 0 0 20px;
	float: left;
	width: 120px;

}
#content .content-left .our-team-box li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	font-size: 11px;
	color: #a9a9a9;
}
#content .content-left .our-team-box li img {
	float: left;
	margin-right: 5px;
}
#content .content-left .our-team-box li img:hover {
	margin-right: 5px;
	opacity: 0.7;
	filter: alpha(opacity=10);
}
#content .content-left .our-team-box li strong {
	font-size: 14px;
	color: #272727;
	display: block;
	font-weight: normal;
}
#content .content-left .our-team-box li.sde-line {
	display: block;
	border-top: 1px solid #efefef;
	padding: 0px 0px 9px 0px;
	margin-top: 7px;
}
#content .content-left .our-team-box .boxleft {
	width: 280px;
	float: left;
	margin: 10px 0 0 0;
}
#content .content-left .our-team-box .cont-area {
	float: left;
	background-color: #f9f9f9;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 18px;
	font-weight: normal;
}
#content .content-left .our-team-box .cont-area i {
	float: left;
	border: 2px solid #cbcbcb;
}
#content .content-left .our-team-box .cont-area i img {
	float: left;
	border: 1px solid #fff;
}
#content .content-left .boxright {
	width: 280px;
	float: right;
	margin: 10px 0 0 0;
}

#content .content-fullwidth {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

#content .fullwidth-area {
	width: 100%;
}
.services-section-boxes {
	float: left;
	width: 238px;
	padding: 20px;
	margin-right: 50px;
	background-color: #f9f9f9;
	border-left: 2px solid #eee;
}
.services-section-boxes img {
	border: 1px solid #eee;
	margin: 5px 0 15px 0;
}
.services-section-boxes-last {
	float: right;
	margin-right: 0;
	width: 238px;
	padding: 20px;
	background-color: #f9f9f9;
	border-left: 2px solid #eee;
}
.services-section-boxes-last img {
	border: 1px solid #eee;
	margin: 5px 0 15px 0;
}

.blog_post {
float: left;
width: 100%;
display: block;
padding: 10px 0 10px 0;
margin-bottom: 10px;
border-bottom: 1px solid #eee;}
.blog_post h2 {
	float: left;
	font-size: 23px;
	text-align: left;
}
.blog_post h2 a {
	color: #ff0000;
	text-decoration: none;
	float: left;
}
.blog_post h2 a:hover { color:#333;
}
.post_info {
	float: left;
	width: 600px;
}
ul.post_meta_links {
	float: left;
	margin: -5px 0px 12px -4px;
	padding: 0px 0px 0px 0px;
	width: 490px;
	font-weight: normal;
}
.post_meta_links li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	color: #999;
}
.post_meta_links li.post_categoty {
	padding: 0px 0px 0px 22px;
}
.post_meta_links li.post_by {
	padding: 0px 0px 0px 22px;
}
.post_meta_links li.post_comments {
	padding: 0px 0px 0px 22px;
}
.post_meta_links li a {
	color: #a1a1a1;
	padding: 0px 18px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.post_meta_links li a:hover {
	color: #727272;
	text-decoration: none;
}
.blog_postcontent {
	float: left;
}
.blog_postcontent img {
	padding: 5px;
	border: 1px solid #eee;
	margin-bottom: 18px;
}
 #content .container .content-left .blog_post .date {
	padding: 14px 5px 0px 0px;
	text-decoration: none;
	width: 50px;
	height: 55px;
	text-align: center;
	background: url(../images/blog/date-bg.jpg) no-repeat left top;
	line-height: 18px;
	display: block;
	margin-right: 18px;
	float: left;
	font-weight: normal;
}
#content .container .content-left .blog_post .date:hover {
	color: #272727;
	text-decoration: none;
}
#content .container .content-left .blog_post .date span {
	color: #3c3c3c;
	font-size: 34px;
	font-weight: normal;
}
#content .container .content-left .blog_post .date i {
	color: #fff;
	font-size: 11px;
	font-style: normal;
	padding-top: 5px;
	display: block;
}
.post_readmore:link, .post_readmore:visited {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
}
.post_readmore:hover {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
}
.sharepost {
	float: left;
	width: 600px;
	margin-bottom: 30px;
}
.sharepost ul {
	margin: 0px;
	padding: 0px;
}
.sharepost li {
	margin: 0px;
	padding: 0 9px 0 0;
	float: left;
	list-style-type: none;
}

.about_author {
	float: left;
	width: 93%;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
}
.about_author img {
	float: left;
	margin-right: 20px;
}

.comment_form {
	float: left;
	width: 600px;
	margin-top: 30px;
}
.blocklabel {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}
.input_bg {
	float: left;
	width: 70%;
	height: 25px;
	padding: 7px 0px 0px 10px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.address-info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px 15px 10px 15px;
	width: 90%;
	margin-bottom: 40px;
}

.google-map {
	width: 440px;
	height: 350px;
	border: 5px solid #ccc;
}

.comment_form {
	float: left;
	width: 600px;
	margin-top: 30px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}
.comment_input_bg {
	float: left;
	width: 70%;
	height: 25px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_checkbox {
	float: left;
	display: block;
	width: 600px;
}

.comment_wrap{
	border-top:1px solid #eee;
	padding:20px 20px 10px 0px;
	overflow:hidden;
}
.comment_wrap.chaild{
	border-top:1px solid #eee;
	padding:20px 20px 10px 50px;
	overflow:hidden;
}
.gravatar{
	float:left;
}

.comment_content{
	overflow:hidden;
	padding-left:20px;
	position:relative;
	min-height:80px; 
}
.comment_content .comment_meta{
	position:relative;
}
.comment_content .comment_meta .comment_author{
	display:inline;
	font-size:14px;
	font-style: normal;
}
.comment_content .comment_meta .comment_author i{
	display:inline;
	font-size:11px;
	font-style: italic;
}
.comment_content .comment_text {
	clear:both;
	padding-top:0px;
	overflow:hidden;
}
.comment_content .comment_text a {
	color: #ccc;
	margin-top: -10px;
	float: left;
}
.comment_content .comment_text a:hover {
	color: #ff0000;
	margin-top: -10px;
	float: left;
}
#comments_section li ul li{
	margin-left: 30px;
}


ul.address {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
	margin-bottom: 30px;
}
.address li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:20px;
	font-weight: normal;
}
.pagination span, .pagination a, .page-numbers {
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding:0px 10px;
	text-decoration:none;
	width:auto;
	line-height:24px;
	height:24px;
}
.pagination .current{
	background-color: #e1e1e1;
}
.pagination .dots{
	background: none;
	box-shadow: none;
	border:none;
	cursor:default;
}



#content .content-right-sidebar {
	float:left;
	width: 280px;
	margin: 7px 30px 0 0;
	padding: 0 0 27px 30px;
	border-left: 1px solid #f9f9f9;
}
#content .content-right-sidebar .prolist {
	border-left: 3px solid #ff0000;
	padding: 8px 0px 0px 17px;
	margin: 0px 0px 30px 0px;
	color: #3c3c3c;
	font-size: 21px;
	background-color: #f3f3f3;
	min-height: 32px;
}

#content .content-left-sidebar {
	float: left;
	width: 280px;
	margin: 10px 5px 0 25px;
	padding: 0 29px 27px 0px;
	border-right: 1px solid #f9f9f9;
}
#content .content-left-sidebar h2 {
	border-left: 3px solid #ff0000;
	padding: 8px 0px 0px 17px;
	margin: 0px 0px 30px 0px;
	color: #3c3c3c;
	font-size: 21px;
	background-color: #f3f3f3;
	min-height: 32px;
}


.site-search-area {
	float: left;
	margin-bottom: 15px;
}

#site-searchform {
	float: left;
	height: 57px;
	margin: 0;
	padding: 0;
}
#site-searchform #s{
	border-left: 3px solid #ff0000;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	width: 206px;
	height:36px;
	line-height: 34px;
	padding:0px 10px;
	color: #727272;
	float: left;
	font-size: 12px;
}
#site-searchform #searchsubmit{
	float: left;
	width:50px;
	height:38px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	border:0;
}
#site-searchform #searchsubmit:hover{
	float: left;
	width:50px;
	height:38px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	border:0;
}


.popular-posts-area {
	float: left;
	margin-bottom: 25px;
}
ul.popular-posts-list {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.popular-posts-list li {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 12px 0px;
	list-style-type: none;
	border-bottom: 1px solid #f5f6f6;
}
.popular-posts-list li a {
	text-decoration: none;
	line-height: 16px;
	display: block;
}
.popular-posts-list li a:hover {
	color: #ff0000;
}
.popular-posts-list li img {
	float: left;
	border: 1px solid #fff;
}
.popular-posts-list li span {
	background-color: #CFCFCF;
	padding: 2px;
	float: left;
	margin-right: 15px;
}
.popular-posts-list li i {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 11px;
	font-style: normal;
	color: #a9a9a9;
}


.sidebars_list_area {
	float: left;
	margin-bottom: 25px;
}
ul.sidebars_list {
	padding: 0px;
	margin: -10px 0px 0px 0px;
	width: 270px;
}
.sidebars_list li {
	padding: 9px 0px 9px 12px;
	margin: 0px;
	list-style-type: none;
	border-bottom: 1px solid #f5f6f6;
}
.sidebars_list li a {
	text-decoration: none;
}


ul.adsbanner-list {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.adsbanner-list li {
	margin: 0px 15px 5px 0px;
	padding: 0px;
	float: left;
	width: 125px;
	height: 125px;
	text-align: center;
	list-style-type: none;
}
.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 125px;
	height: 125px;
	text-align: center;
	list-style-type: none;
}


.sidebar-widget {
	float: left;
	width: 100%;
}
.widget_text_area {
	float: left;
	width: 100%;
}
.widget_text_area p {
	margin-top: -5px;
}


.sidebars-navigation {
	margin-bottom: 35px;
	margin-top: -15px;
}
ul.sidebars-navigation-list {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.sidebars-navigation-list li {
	padding: 0px 0px 1px 0px;
	margin: 0px;
	list-style-type: none;

}
.sidebars-navigation-list li a {
	padding: 7px 0px 7px 40px;
	display: block;
	text-decoration: none;
	background: url(../images/arrow-06.png) no-repeat 20px 14px;
	border-bottom: 1px solid #f5f6f6;
	color:#333;
}
.sidebars-navigation-list li a:hover {
	padding: 7px 0px 7px 45px;
	display: block;
	color: #ff0000;
	text-decoration: none;
	background: url(../images/arrow-06.png) no-repeat 20px 14px;
}

.pagenotfound {
	float: left;
	width: 96%;
	padding: 0px 15px 15px 15px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	font-weight: normal;
}
.pagenotfound_textbig {
	font-size: 120px;
	font-weight: normal;
	color: #454545;
	padding-top: 60px;
	padding-left: 10px;
}
.pagenotfound_textsmall {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #727272;
	padding-top: 20px;
	padding-left: 10px;
}
.pagenotfound_left {
	float: left;
	width: 30%;
}
.pagenotfound_right {
	float: left;
	width: 60%;
	padding-left: 30px;
	padding-bottom: 10px;
	border-left: 1px solid #ccc;
	font-size: 21px;
	margin-top: 20px;
}
.pagenotfound_right i {
	font-size: 14px;

}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
}



.slidingDiv{
	text-align: center;
	background-color: #727272;
	padding: 5px 20px;
	margin-top:0px;
	display:none;
	color: #fff;
}
.show_hide{
	text-align: center;
	width: 64px;
	height: 20px;
	display: block;
	margin: -2px auto 0 auto;
}
.show_hide {
	font: none;
}
.top-border-line {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #727272;
	height: 2px;
}
.slidingDiv a{
	color: #e3e3e3;
	font-size: 12px;
	padding: 0 5px;
	border: 1px solid #909090;
}
.slidingDiv a:hover{
	color: #fff;
}

.home-version-div {
	float: left;
	width: 96%;
	margin: 0 30px 0 25px;
}

.home-version1 {
	float: left;
	width: 94%;
	background-color: #fff;
	padding: 30px 30px 18px 30px;
	text-align: center;
	border-bottom: 2px solid #eee;
}
.home-version1 h2 {
	line-height: 31px;
	font-size: 20px;
	color: #454545;
}
.home-version1 h2 b {
	font-size: 20px;
	color: #ff0000;
	font-weight: normal;
}

.home-version2 {
	float: left;
	width: 95%;
	background-color: #fff;
	padding: 0px 0px 0px 30px;
	text-align: center;
}
.home-version2 h2 {
	font-size: 23px;
	color: #454545;
	font-weight: normal;
	text-align: left;
	line-height: 36px; 
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.home-version3 {
	float: left;
	width: 94%;
	background-color: #fff;
	padding: 0px 0px 12px 0px;
	margin: 0 30px 36px 25px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.home-version3 h2 {
	line-height: 31px;
	font-size: 20px;
	color: #454545;
}
.home-version3 h2 b {
	font-size: 20px;
	color: #ff0000;
	font-weight: normal;
}

.home-version4 {
	float: left;
	width: 95%;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	margin: -5px 10px 30px 25px;
	border-bottom: 1px solid #eee;
	text-align: left;
}
.home-version4 h2 {
	line-height: 31px;
	font-size: 20px;
	color: #454545;
}
.home-version4 h2 b {
	font-size: 20px;
	color: #ff0000;
	font-weight: normal;
}

.home-version5 {
	float: left;
	width: 95%;
	background-color: #fff;
	margin: 0px 30px 0px 25px;
	text-align: left;
}
.home-version5 h2 {
	line-height: 31px;
	font-size: 20px;
	color: #454545;
}
.home-version5 h2 b {
	font-size: 20px;
	color: #ff0000;
	font-weight: normal;
}

@media only screen and (min-width:1000px) and (max-width:1150px){
	#access .menu ul li a {padding: 18px 49px 18px 49px;}
}

@media only screen and (min-width: 1000px){}
@media only screen and (min-width: 768px) and (max-width: 999px){
#site-logo {
width: 64%;
}
	.da1 {height:inherit !important;}
	 #content {margin: 49px 0 0 5px;}
	#page-wrapper {width:748px}
	body { padding:0; margin:0;}
	#content .container .five.columns {width: 200px; margin: 70px 15px 0px 7px;}
	#content .container .five.columns .arrows-list {line-height: 15px;}
	.home-latestbn-section {margin: 20px 8px 0 10px; float: left; width: 345px; }
	.home-clientsays-section {margin: 20px 0px 0 20px; float: left; width: 345px; }
	.home-clientsays-img {float: left; width: 100px; height: 100px; }
	.home-clientsays-content {float: left; padding: 15px 15px 10px 15px; background-color: #f4f4f4; width: 210px; border:1px solid #f4f4f4; border-radius:5px;}
	#content .container .five.columns h2.exta { width: 280px; }
	.home-cplogoes-section {margin: 20px 0px 0 20px; float: left; width: 345px; }

	#page-footer .copyright-info .leaft { margin: 18px 0 0 20px; }
	#page-footer .copyright-info .reght {width: 345px; margin: 18px 0 0 20px; }
	
	.page-main-title {width: 100%; margin: 0 0 20px 0; }
	.page-main-title .leaft-title {width: 62%; margin: 18px 0 0 20px; }
	#content .content-left {width: 450px; margin: 0 0 0 15px; padding: 0 0 27px 0; }
	#content .content-left .our-team-box {width: 450px; float: left; }
	#content .content-left .our-team-box .boxleft {width: 200px; float: left; margin: 10px 0 0 0px; }
	#content .content-left .our-team-box .boxright {width: 200px; float: left; margin: 10px 0 0 40px; }
	#content .content-left .our-team-box .cont-area {float: left; width: 160px; padding: 20px; margin-bottom: 18px; }
	#content .content-left .our-team-box .cont-area i img {float: left; }
	#content .content-left .our-team-box .cont-area i {float: left; border: 2px solid #cbcbcb; margin-left: 20px; }
	#content .content-left .our-team-box .boxleft p { border: 1px solid #eee; padding: 0 10px 15px 10px;}
	#content .content-left .our-team-box .boxright p { border: 1px solid #eee; padding: 0 10px 15px 10px;}
	
	#content .content-right-sidebar {width: 220px; margin: 10px 0px 0 20px; padding: 0 0 27px 20px; border-left: 1px solid #f9f9f9; }
	
	#content .content-fullwidth {width: 708px; padding: 0px 0px 0px 0px; margin: 0px 30px 0px 15px; }
	.services-section-boxes {float: left; width: 178px; padding: 20px; margin-right: 24px; }
	.services-section-boxes-last {float: right; margin-right: 0; width: 178px; padding: 20px; }
	.left-border-box {float: left; width: 665px; }
	
	#content .content-left-sidebar {float: left; width: 220px; margin: 10px 0px 0 10px; padding: 0 20px 27px 0px; border-right: 1px solid #f9f9f9; }
	.one-half { float: left; width: 45%; margin-bottom: 30px; }
	
	.blog_post {float: left; width: 450px; margin-bottom: 27px; }
	.blog_post h2 {float: left; font-size: 20px; text-align: left; }
	.post_info {float: left; width: 440px; }
	.blog_postcontent {float: left; width: 440px; }
	ul.post_meta_links {float: left; margin: -5px 0px 12px -4px; padding: 0px 0px 0px 0px; width: 370px; }
	#site-searchform #s{width: 146px; }
	
	.about_author {float: left; width: 90%; padding: 20px; background-color: #f9f9f9; border: 1px solid #e5e5e5; }
	.comment_form {float: left; width: 400px; margin-top: 30px; }
	.comment_input_bg {float: left; width: 63%; }
	.comment_textarea_bg {float: left; width: 90%; }
	.divider-line3 {float: left; width: 100%; display: block; padding: 0px 0 0px 0; margin-top: 0px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
	
	.google-map {width: 330px; height: 250px; border: 5px solid #ccc; }
	
	.slider-static-img {float: left; width: 100%; height: 337px; border-bottom: 2px solid #454545; margin-bottom: -10px;}
	
	.slider-video {float: left; width: 748px; height: 380px; padding: 0px; margin-bottom: 0px; background-color: #f9f9f9; border-bottom: 2px solid #d8d8d8; }
	.slider-video-left {float: left; width: 230px; height: 320px; padding: 20px; }
	.slider-video-right {float: left; width: 445px; height: 320px; padding: 20px 10px; }
	.slider-video-left span.textbiggy {color: #ff0000; font-size: 40px; padding: 0; display: block; line-height: 43px; margin-bottom: 15px; }
	.slider-video-left span.textsmally {color: #566470; font-size: 14px; line-height: 23px; }

	#page-footer .footer-allcolumns {float: left; width: 94%; padding: 30px 20px 20px 20px; border-bottom: 1px solid #4e4e4e; }
	.twtr-widget-main {float: left; width: 582px; height: 50px; padding: 5px 0px 3px 10px; background: #363636; overflow: hidden; }
	.twitter-widgett {float: left; width: 95%; margin: 3px 0 0 0px; padding: 0 18px 20px 18px; background: #4c4c4c; border-bottom: 1px solid #3e3e3e; }
	.twitter-widgett .boxcenter {float: left; width: 688px; margin: -13px 0 0 0px; padding: 1px; background-color: #636363; }
	.twitter-widgett .boxcenter-two {float: left; width: 686px; height: 58px; margin: 0px 0 0 0px; padding: 0 0 0 0px; background-color: #414141; border-left: 1px solid #2d2d2d; border-right: 1px solid #2d2d2d; border-bottom: 1px solid #2d2d2d; }
	
	.home-version1 {float: left; width: 94%; background-color: #fff; padding: 30px 20px 18px 20px; text-align: center; border-bottom: 2px solid #eee;}
	#access .menu ul li a {display: inline-block; text-decoration: none; font-size: 13px; letter-spacing: 1px; line-height: 1; color: #fff; margin: 0; padding: 18px 16px 18px 16px; }
	.home-version2 {float: left; width: 96%; background-color: #fff; padding: 85px 0px 20px 20px; text-align: center; }
	ul.sideimg-list, .sideimg-list li {margin: 0 30px 0 0; }
	ul.sideimg-list, .sideimg-list li.sideimg-list-last {margin: 0 30px 0 0; }
	
	.home-version4 {float: left; width: 96%; background-color: #fff; padding: 0px 0px 10px 0px; margin: 10px 10px 15px 10px; border-bottom: 1px solid #eee; }
	.left-border-box-two {background-color: #f9f9f9; border-left: 3px solid #ff0000; padding: 15px 21px; margin: 10px 0px 20px 10px; float: left; width: 90%; font-weight: normal; text-align: left; }
	.home-version-div {float: left; width: 96%; margin: 0 15px 0 10px; }
	
	.home-version5 {float: left; width: 96%; background-color: #fff; margin: 80px 20px 0px 15px; text-align: left; }
	.home-version5 h2 { line-height: 31px; font-size: 20px; color: #454545; }
	.home-version5 h2 b {font-size: 20px; color: #ff0000; font-weight: normal; }
	.divider-line5 {float: left; width: 95%; display: block; padding: 0px; margin-left: 10px; margin-right: 20px; margin-top: 15px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
	.divider-line6 {float: left; width: 95%; display: block; padding: 0px; margin: 15px 20px 20px 10px; }

}


@media only screen and (min-width: 480px) and (max-width: 767px){
.freshworks-galler {
height: inherit;}
.freshworks-conte {
width: inherit;
height: inherit;}
	.top-search {
top: 30px;}
	.da1 {height:inherit !important;}
#contactform label {
text-align: left;
width: 100%;}
#contactform input.text {
width: 100%;}
#contactform textarea {
width: 100%;}
#imgcode {
margin-right: 0 !important;
}
	#page-wrapper {width:460px}
	body { padding:0; margin:0;}
	
	#site-logo margin {margin:34px 10px 0px 10px;}
	/* Disable menu */
	#access .menu ul#tiny {display: none;}
	/* Enable dropdown menu */
	.selectnav {display: block;}
	.selectnav {display: inline; width: 400px; margin-left: 30px;}
	#content .container .five.columns {width:100%; margin: 0px 0px 30px 15px;}
	#content .five.columns .img-border {border: 5px solid #eee; width: 410px; }
	ul.home-services-list {width: 420px; }
	.home-latestbn-section {margin: 36px 0px 0 15px; float: left; width: 420px; }
	.home-clientsays-section {margin: 36px 0px 0 15px; float: left; width: 420px; }
	.home-clientsays-content {float: left; padding: 15px 15px 10px 15px; background-color: #f4f4f4; width: 241px; border:1px solid #f4f4f4; border-radius:5px;}
	.home-cplogoes-section {margin: 36px 0px 0 15px; float: left; width: 420px; }

	#page-footer .copyright-info .leaft {padding-left: 20px; margin: 15px 0 0 0; text-align: left;}
	#page-footer .copyright-info .reght {padding-right: 20px; width: 210px; margin: 15px 0 0 0; text-align: right; }
	
	.page-main-title {width: 100%; margin: 0 0 20px 0; border-top: 5px solid #eee; }
	.page-main-title .leaft-title {width: 95%; margin: 18px 0 0 20px; }
	.page-main-title .reght-pagenation {background: none; margin-left: -10px; }
	#content .content-left {width: 420px; float: left; margin: 0 0 0 15px; padding: 0 0 27px 0; }
	#content .content-left .our-team-box {width: 420px; float: left; }
	#content .content-left .our-team-box .boxleft {width: 420px; float: left; margin: 10px 0 0 0px; }
	#content .content-left .our-team-box .boxright {width: 420px; float: left; margin: 10px 0 0 0px; }
	
	#content .content-right-sidebar {float: left; width: 425px; margin: 10px 0px 0 0; padding: 0 0 0px 10px; }
	ul.popular-posts-list {margin: 0px; padding: 0px; width: 425px; }
	.sidebars-navigation .sidebars-navigation-list li {margin: 0px; padding: 0px; width: 425px; }
	
	#content .content-fullwidth {width: 425px; padding: 0px 0px 0px 0px; margin: 0px 20px 0px 10px; }
	.services-section-boxes {float: left; width: 380px; padding: 20px; margin-bottom: 30px; }
	.services-section-boxes img, .services-section-boxes-last img {float: left; width: 380px; }
	.services-section-boxes-last {float: left; width: 380px; padding: 20px; margin-bottom: 30px; }
	.left-border-box {float: left; width: 380px; }
	
	#content .content-left-sidebar {float: left; width: 425px; margin: 0px 0px 0 10px; padding: 0 20px 27px 0px; border: none; }
	
	.pricing-tables .title{ font-size: 18px; }
	.pricing-tables .price{ font-size: 27px; }
	.pricing-tables .price i{ font-size: 12px; }
	.pricing-tables-helight{position: relative;float: left; width: 26%; }
	.pricing-tables-helight .title{ font-size: 18px; }
	.pricing-tables-helight .price{ font-size: 30px; }
	.pricing-tables-helight .price i{ font-size: 12px; }
	
	.pricing-tables-two .title{ font-size: 18px; }
	.pricing-tables-two .price{ font-size: 27px; }
	.pricing-tables-two .price i{ font-size: 12px; }
	.pricing-tables-helight-two{position: relative;float: left; }
	.pricing-tables-helight-two .title{ font-size: 18px; }
	.pricing-tables-helight-two .price{ font-size: 30px; }
	.pricing-tables-helight-two .price i{ font-size: 12px; }
	
	.one-half { float: left; width: 100%; margin-bottom: 30px; }
	.one-third {width: 100%; margin-bottom: 30px; }
	.one-fourth {width: 100%; margin-bottom: 30px; }
	
	.blog_post {float: left; width: 440px; margin-bottom: 27px; }
	.blog_post h2 {float: left; font-size: 18px; text-align: left; }
	.post_info {float: left; width: 410px; }
	.blog_postcontent {float: left; width: 410px; }
	ul.post_meta_links {float: left; margin: -5px 0px 12px -4px; padding: 0px 0px 0px 0px; width: 370px; }
	#site-searchform #s{width: 351px; }
	
	.about_author {float: left; width: 90%; padding: 20px; background-color: #f9f9f9; border: 1px solid #e5e5e5; }
	.comment_form {float: left; width: 440px; margin-top: 30px; }
	.comment_input_bg {float: left; width: 63%; }
	.comment_textarea_bg {float: left; width: 90%; }
	.sharepost {float: left; width: 420px; margin-bottom: 30px; }
	.comment_checkbox {float: left; display: block; width: 420px; }
	
	img.border-hoverimg {border: 0px; }
	img.border-hoverimg:hover {border: 0px;}
	
	.pagenotfound {width: 93%; }
	.pagenotfound_left {float: left; width: 100%; text-align: center; }
	.pagenotfound_textsmall {float: left; width: 100%; text-align: center; }
	.pagenotfound_right {float: left; width: 100%; padding-top: 30px; padding-bottom: 10px; border-top: 1px solid #ccc; border-left: 0px; font-size: 21px; margin-top: 20px; margin-left: 0; padding-left: 0; text-align: center; }
	
	.divider-line2.martop {margin-top: 0px; }
	.divider-line3 {float: left; width: 100%; display: block; padding: 0px 0 0px 0; margin-top: 0px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
	.divider-line4 {float: left; width: 100%; display: block; padding: 0px 0 0px 0; margin-top: 0px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
	.google-map {width: 410px; height: 300px; border: 5px solid #ccc; }
	
	.slider-static-img {float: left; width: 100%; height: 207px; border-bottom: 2px solid #454545; margin-bottom: -20px;}
	
	.slider-video-left {float: left; display: none; }
	.slider-video {float: left; width: 460px; height: 380px; padding: 0px; margin-bottom: -10px; background-color: #f9f9f9; border-bottom: 2px solid #d8d8d8; }
	.slider-video-right {float: left; width: 420px; height: 320px; padding: 20px 20px; }
	
	#page-footer .footer-allcolumns {float: left; width: 90%; padding: 30px 20px 20px 20px; border-bottom: 1px solid #4e4e4e; }
	.twtr-widget-main {float: left; width: 294px; height: 50px; padding: 5px 0px 3px 10px; background: #363636; overflow: hidden; }
	.twitter-widgett {float: left; width: 92%; margin: 3px 0 0 0px; padding: 0 19px 20px 18px; background: #4c4c4c; border-bottom: 1px solid #3e3e3e; }
	.twitter-widgett .boxcenter {float: left; width: 400px; margin: -13px 0 0 0px; padding: 1px; background-color: #636363; }
	.twitter-widgett .boxcenter-two {float: left; width: 398px; height: 58px; margin: 0px 0 0 0px; padding: 0 0 0 0px; background-color: #414141; border-left: 1px solid #2d2d2d; border-right: 1px solid #2d2d2d; border-bottom: 1px solid #2d2d2d; }
	
	.home-version1 {float: left; width: 90%; background-color: #fff; padding: 10px 20px 18px 20px; text-align: center; border-bottom: 2px solid #eee;}
	#access .menu ul li a {display: inline-block; text-decoration: none; font-size: 13px; letter-spacing: 1px; line-height: 1; color: #fff; margin: 0; padding: 18px 16px 18px 16px;}
	
	.home-version2 {float: left; width: 96%; background-color: #fff; padding: 10px 0px 20px 10px; text-align: center; }
	ul.sideimg-list, .sideimg-list li {margin: 0; max-width: 460px; }
	ul.sideimg-list, .sideimg-list li.sideimg-list-last {margin: 0 0px 0 0; max-width: 460px; }
	.home-version3 {float: left; width: 92%; background-color: #fff; padding: 0px 0px 12px 0px; margin: -10px 20px 36px 15px; text-align: center; border-bottom: 1px solid #eee; }
	
	.home-version4 {float: left; width: 94%; background-color: #fff; padding: 0px 0px 10px 0px; margin: -10px 10px 30px 10px; border-bottom: 1px solid #eee; }
	.left-border-box-two {background-color: #f9f9f9; border-left: 3px solid #ff0000; padding: 15px 21px; margin: 10px 0px 20px 10px; float: left; width: 84%; font-weight: normal; text-align: left; }
	.home-version-div {float: left; width: 94%; margin: 0 15px 0 10px; }
	
	.home-version5 {float: left; width: 96%; background-color: #fff; margin: 20px 10px 0px 5px; text-align: left; }
	.divider-line5 {float: left; width: 95%; display: block; padding: 0px; margin-left: 5px; margin-right: 10px; margin-top: 15px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
	.divider-line6 {float: left; width: 95%; display: block; padding: 0px; margin: 15px 10px 20px 5px; }

}


@media only screen and (max-width: 480px){

	.freshworks-galler {
margin: 20px 10px 0px 10px !important;
height:inherit !important;
padding: 10px;
padding-right: 28px;
background-color: #eee;}
	#request #req #reql {margin-left:0 !important; width:0 !important; margin-right:0 !important;}
	#request #req #reqr {border-left-width: 0 !important;padding-left: 0 !important;margin-left:0 !important;height: inherit !important;}
	.top-search ul li {text-align:left;}
	table th {font-weight:normal !important; padding-left:0 !important; padding-right:0 !important; font-size:11px !important; }
#page-footer footer .copyright-info .leaft a img {width:0px;}
	#contactform label {
text-align: left !important; width:100% !important; }
	#contactform li.buttons input { margin:0 !important;}
	#contactform input.text {width:inherit !important;}
	#contactform textarea {width:inherit !important;}
	.da1 {height:inherit !important;}
#contactform label {
text-align: left;
width: 100%;}
#contactform input.text {
width: 100%;}
#contactform textarea {
width: 100%;}
#imgcode {
margin-right: 0 !important;
}
	.imgx {width:93% !important;}
	.imgr {width:94% !important;}
	h1 {
font-size: 14px;}
	.top-search {
position: absolute;
top: -29px;
right:0px;
}
	ul.home-latest-list {
float: left;
margin: -16px 0px 0px 10px;
padding: 0px;
width: 96%;}
	.home-latest-list li {width:100%;}
	#page-wrapper {width:300px}
	body { padding:0; margin:0;}
	#site-logo {margin: 60px 10px 10px 10px;
width: 90%;}
	/* Disable menu */
	#access .menu ul#tiny {display: none;}
	/* Enable dropdown menu */
	.selectnav {display: block;}
	.selectnav {display: inline; width: 260px; margin-left: 20px;}
	#content .container .five.columns {width:100%; margin: 0px 0px 0px 5px;height: initial;}
	.home-latestbn-section {margin: 20px 0px 0 5px; float: left; width: 280px; }
	.home-clientsays-section {margin: 25px 0px 0 5px; float: left; width: 280px; }
	.home-clientsays-img {display: none; }
	.home-clientsays-content {float: left; padding: 15px 15px 10px 15px; background-color: #f4f4f4; width: 246px; border:1px solid #f4f4f4; border-radius:5px;}
	.home-cplogoes-section {margin: 36px 0px 0 5px; float: left; width: 280px; }
	
	#page-footer .copyright-info .leaft {margin: 10px 0 0 0; text-align: center;}
	#page-footer .copyright-info .reght {width: 280px; margin: 5px 0 0 0; text-align: center; }
	
	.page-main-title {width: 300px; margin: 0 0 20px 0; border-top: 5px solid #eee; }
	.page-main-title .leaft-title h1 {width: 280px; margin: 0 0 10px -10px; font-size: 20px; }
	.page-main-title .leaft-title {width: 280px; margin: 18px 0 0 20px; }
	.page-main-title .reght-pagenation {background: none; margin-left: -20px; }
	#content .content-left {width: 280px; float: left; margin: 0 0 0 5px; padding: 0 0 27px 0; }
	
	#content .content-left .our-team-box {width: 280px; float: left; }
	#content .content-right-sidebar {float: left; width: 280px; margin: 10px 0px 0 0; padding: 0 0 0px 5px; }
	ul.popular-posts-list {margin: 0px; padding: 0px; width: 280px; }
	.sidebars-navigation .sidebars-navigation-list li {margin: 0px; padding: 0px; width: 280px; }
	
	#content .content-fullwidth {width: 280px; padding: 0px 0px 0px 0px; margin: 0px 20px 0px 5px; }
	.services-section-boxes {float: left; width: 240px; padding: 20px; margin-bottom: 30px; }
	.services-section-boxes img, .services-section-boxes-last img {float: left; width: 380px; }
	.services-section-boxes-last {float: left; width: 240px; padding: 20px; margin-bottom: 30px; }
	.left-border-box {float: left; width: 240px; margin: 0 0 30px 0; }
	
	#content .content-left-sidebar {float: left; width: 280px; margin: 0px 0px 0 5px; padding: 0 0px 27px 0px; border: none; }
	
	.pricing-tables .title{ font-size: 12px; }
	.pricing-tables .price{ font-size: 18px; }
	.pricing-tables .price i{ font-size: 9px; margin-top: 0px; }
	.pricing-tables-helight{position: relative;float: left; width: 24%; }
	.pricing-tables-helight .title{ font-size: 12px; }
	.pricing-tables-helight .price{ font-size: 18px; }
	.pricing-tables-helight .price i{ font-size: 9px; margin-top: 0px; }
	
	.pricing-tables-two {width: 32%; }
	.pricing-tables-two .title{ font-size: 12px; }
	.pricing-tables-two .price{ font-size: 18px; }
	.pricing-tables-two .price i{ font-size: 9px; margin-top: 0px; }
	.pricing-tables-helight-two{position: relative;float: left; width: 33%; }
	.pricing-tables-helight-two .title{ font-size: 12px; }
	.pricing-tables-helight-two .price{ font-size: 18px; }
	.pricing-tables-helight-two .price i{ font-size: 9px; margin-top: 0px; }
	
	.one-half { float: left; width: 100%; margin-bottom: 20px; }
	.one-third {width: 100%; margin-bottom: 30px; }
	.one-fourth {width: 100%; margin-bottom: 30px; }
	
	.blog_post {float: left; width: 280px; margin-bottom: 27px; }
	.blog_post h2 {float:left; font-size: 18px; text-align: left; width: 200px; }
	.post_info {float: left; width: 268px; }
	.blog_postcontent {float: left; width: 268px; }
	ul.post_meta_links {float: left; margin: -5px 0px 12px -4px; padding: 0px 0px 0px 0px; width: 200px; }
	.post_meta_links li a {color: #a1a1a1; padding: 0px; text-decoration: none;font-size: 12px; }
	#site-searchform #s{width: 205px; }
	
	.about_author {float: left; width: 84%; padding: 20px; background-color: #f9f9f9; border: 1px solid #e5e5e5; }
	.comment_form {float: left; width: 280px; margin-top: 30px; }
	.comment_input_bg {float: left; width: 50%; }
	.comment_textarea_bg {float: left; width: 90%; }
	.sharepost {float: left; width: 280px; margin-bottom: 30px; }
	.comment_checkbox {float: left; display: block; width: 280px; }
	
	img.border-hoverimg {border: 0px; width: 278px; }
	img.border-hoverimg:hover {border: 0px;}
	
	.pagenotfound {width: 88%; }
	.pagenotfound_left {float: left; width: 100%; }
	.pagenotfound_right {float: left; width: 100%; padding-top: 30px; padding-bottom: 10px; border-top: 1px solid #ccc; border-left: 0px; font-size: 21px; margin-top: 20px; margin-left: 0; padding-left: 0; text-align: center; }
	
	.divider-line2.martop {margin-top: 0px; }
	.divider-line3 {float: left; width: 100%; display: block; padding: 0px 0 0px 0; margin-top: 0px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
	.divider-line4 {float: left; width: 100%; display: block; padding: 0px 0 0px 0; margin-top: 0px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
	.google-map {width: 270px; height: 200px; border: 5px solid #ccc; }
	
	.slider-static-img {float: left; width: 100%; height: 135px; border-bottom: 2px solid #454545; margin-bottom: -30px;}
	
	.slider-video-left {float: left; display: none; }
	.slider-video {float: left; width: 300px; height: 380px; padding: 0px; margin-bottom: -10px; background-color: #f9f9f9; border-bottom: 2px solid #d8d8d8; }
	.slider-video-right {float: left; width: 280px; height: 320px; padding: 20px 10px; }
	
	#page-footer .footer-allcolumns {float: left; width: 90%; padding: 30px 10px 20px 10px; border-bottom: 1px solid #4e4e4e; }
	.twtr-widget-main {float: left; width: 150px; height: 50px; padding: 5px 0px 3px 10px; background: #363636; overflow: hidden; }
	.twitter-widgett {float: left; width: 93%; margin: 3px 0 0 0px; padding: 0 11px 20px 10px; background: #4c4c4c; border-bottom: 1px solid #3e3e3e; }
	.twitter-widgett .boxcenter {float: left; width: 256px; margin: -13px 0 0 0px; padding: 1px; background-color: #636363; }
	.twitter-widgett .boxcenter-two {float: left; width: 254px; height: 58px; margin: 0px 0 0 0px; padding: 0 0 0 0px; background-color: #414141; border-left: 1px solid #2d2d2d; border-right: 1px solid #2d2d2d; border-bottom: 1px solid #2d2d2d; }
	
	.home-version1 {float: left; width: 93%; background-color: #fff; padding: 10px 10px 18px 10px; text-align: center; border-bottom: 2px solid #eee;}
	#access .menu ul li a {display: inline-block; text-decoration: none; font-size: 13px; letter-spacing: 1px; line-height: 1; color: #fff; margin: 0; padding: 18px 16px 18px 16px; }
	
	.home-version2 {float: left; width: 96%; background-color: #fff; padding: 5px 0px 10px 5px; text-align: center; }
	ul.sideimg-list, .sideimg-list li {margin: 0 0px 0 0; max-width: 280px; }
	ul.sideimg-list, .sideimg-list li.sideimg-list-last {margin: 0 0px 0 0; max-width: 280px; }
	
	.home-version3 {float: left; width: 94%; background-color: #fff; padding: 0px 0px 12px 0px; margin: -20px 10px 36px 5px; text-align: center; border-bottom: 1px solid #eee; }
	
	.home-version4 {float: left; width: 94%; background-color: #fff; padding: 0px 0px 10px 0px; margin: -20px 10px 30px 5px; border-bottom: 1px solid #eee; }
	.left-border-box-two {background-color: #f9f9f9; border-left: 3px solid #ff0000; padding: 15px 21px; margin: 10px 0px 30px 5px; float: left; width: 80%; font-weight: normal; text-align: left; }
	.home-version-div {float: left; width: 94%; margin: 0 10px 0 5px; }
	.home-version-divtwo .home-latestbn-section {margin-top: 10px; }
	.home-version5 {float: left; width: 96%; background-color: #fff; margin: 10px 10px 0px 5px; text-align: left; }
	.divider-line5 {float: left; width: 95%; display: block; padding: 0px; margin-left: 5px; margin-right: 10px; margin-top: 15px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
	.divider-line6 {float: left; width: 95%; display: block; padding: 0px; margin: 15px 10px 20px 5px; }
	
	
}
.tewele.columns {
margin-left: 20px !important;
margin-right: 20px !important;
}
.no-js body #page-wrapper #content .container .content-left h1 {
	margin-top: 0px;
}
#content .container .content-left .blog_post h4 {
margin-top: 0px;
font-size: 14px;
margin-bottom: 5px;}
.about {background:url(../img/11.jpg) no-repeat; background-position:top left;padding-top: 60px;}
table {width: 100%;
	margin: 0 0 30px 0;
	border-top-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DF2E1B;
	border-left-color: #DF2E1B;
}

table td, table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
}

table th {
	width:15%;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

 table td {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

table tr:nth-child(2n) {
    background: #f5f5f5;
}

.imgx {
padding: 5px;
float: left;
background: #f3f3f3;
margin: 6px;
text-align: center;
line-height: 18px;
width:355px;}
.imgd {
padding: 5px;
background: #f3f3f3;
margin: 6px;
text-align: center;
line-height: 18px;
}
.imgd:hover {padding:4px; border:solid 1px #FF0000; background-color:#FFF;}
.imgr {
padding: 5px;
float:right;
background: #f3f3f3;
margin: 6px;
text-align: center;
line-height: 18px;
width:350px;}
.sidebars-navigation-list .current a {color:#FF0000;}
.container .content-left ul {padding-left:16px; list-style-type:disc;}
.container .content-left ul li ul {list-style-type: circle;padding-left: 20px;}
.container .content-left ol {padding-left: 0;
line-height: 22px;}
.left {
float: left;
margin-right: 20px;
text-align: center;
background: #f3f3f3;
padding: 5px;
}
.da1 {
height: 360px;
}
.imgx:hover {border:solid 1px #FF0000; background-color:#FFF; padding:4px;}
.imgr:hover {border:solid 1px #FF0000; background-color:#FFF; padding:4px;}
.left:hover {border:solid 1px #FF0000; background-color:#FFF; padding:4px;}
.aaa {
	text-align: right;
margin-right: 20px;
margin-top: 10px;
width: 96%;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #A1A2A5;
padding: 10px 20px 20px 5px;
float: right;
}
.aaa .page-num {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
#bbb {
	margin-top: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.page-num a{
	background-color: #FFF;
	color: #e74c3c;
	margin: 5px;
	border: 1px #dbdbdb solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.page-num strong {
	background-color: #e74c3c;
	margin: 5px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#request {
float: left;
margin-top: 16px;
}
#request #bg {
color: #333;
background-color: #F3f3f3;
padding-left: 10px;
padding-top: 7px;
padding-bottom: 7px;
width: 98%;
border-left: solid 3px #FF0000;
display: table;
}
#request #req {
width: 98%;
margin-top: 15px;
}
#request #req #reql {
float: left;
margin-right: 10px;
margin-left: 5px;
background-image: url(../img/logo1.jpg);
background-repeat: no-repeat;
height: 50px;
width: 50px;
}
#request #req #reqr {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #000;
padding-left: 10px;
margin-left: 60px;
height: 45px;
}
#contactform {
margin: 0;
padding: 5px 10px;
float: left;
}
#contactform ol {
margin: 0;
padding: 0;
list-style: none;
}
#contactform li {
margin: 0;
padding: 0;
background: none;
border: none;
display: block;
float: left;
width: 100%;
}
#contactform label {
text-align: right;
margin: 0 10px 0 0;
width: 100px;
display: block;
padding: 5px 0;
font: normal 11px Tahoma, Geneva, sans-serif;
color: #6e6e6e;
text-transform: capitalize;
float: left;
}
#contactform label span {
font: normal 10px Arial, Helvetica, sans-serif;
}
#contactform input.text {
	padding:3px 2px;
width: 380px;
border: 1px solid #c5c5c5;
margin: 2px 0;
background: #fff;
float: left;
}
#contactform textarea {
width: 380px;
border: 1px solid #c5c5c5;
margin: 2px 0;
padding: 3px 2px;
background: #fff;
float: left;}
#mycode {
float: left;
}
#imgcode {
float: left;
}
#contactform li.buttons {
margin: 5px 0 5px 0;
}
#contactform li.buttons input {
padding: 3px 0;
margin: 0 0 0 112px;
border: 0;
color: #FFF;
}

#lp {margin-top:5px;}
#content .container .freshworks-gallery .freshworks-content a img {border:0px;}
#content .container .content-right-sidebar .sidebar-widget img {border:0px;}
.no-js body #page-wrapper #content .container .tewele.columns ul {list-style-type: disc;
padding-left: 20px;}
.home {
background: url(../img/home1.png) no-repeat;
background-position: 0;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
.home:hover {
background: url(../img/home.png) no-repeat;}
.imgx img { border:0;}
.tectit {
font-weight: bold;
}
.pro-tit {
margin-bottom: 5px;
margin-top: 5px;
}
.pro--message *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.pro--message form{margin-top:10px;width:100%;float:left;}
.pro--message form:after{content:".";clear:both;height:0;overflow:hidden;visibility:hidden;display:block}
.pro--message form>div{margin-bottom:20px}
.pro--message .input-group>input,.pro--message .input-group>textarea{border:1px solid #a9a9a9}
.pro--message form>div.half{width:49%;margin-top:0}
.pro--message form .half{width:49%;float:left}
.pro--message form input{width:100%;background-color:#fff;float:left}
.pro--message form>div{position:relative;width:100%;float:left}
.pro--message form input,.pro--message form textarea{padding:4px;line-height:26px;position:relative;}
.pro--message form .half:nth-child(odd){margin-right:1%}
.pro--message form .half:nth-child(even){margin-left:1%}
.pro--message form textarea{width:100%;height:260%;background-color:#fff}
.pro--message form .form-message{margin-bottom:15px}
.pro--message form .input{width:200px;display:inline-block;margin:5px auto 0;cursor:pointer;border:0;background-color:#0275d8;padding:6px 0;color:#fff;font-weight:600;border-radius:20px;transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-webkit-transition:all .3s}
.pro--message form .input:hover{background:#339fd9}
input[name=track_report]{display:none}
.textfield__label{color:rgba(0,0,0,.55);font-weight:400;left:5px;pointer-events:none;position:absolute;top:8px;-webkit-transition:all .2s ease;transition:all .2s ease;background:#fff;padding:0 5px;font-size:13px;}
.input-group>input .textfield__label,.input-group>input:focus~.textfield__label,.input-group>textarea:focus~.textfield__label{color:rgba(0,0,0,.4);font-size:12px;top:-10px;background-color:#efefef;line-height:1.3;}
.nonoen{color:rgba(0,0,0,.45);font-size:12px;top:-10px;background-color:#efefef;line-height:1.3;}
.pro--message p{color:#002554;font-weight:500;margin-bottom:10px}
.pro--message .red{color:red}
.message--con span{display:block}
.message--tit{padding-top:5px;padding-bottom:2px;width:100%;color:#17429a;text-align:center;font-size:30px;font-weight:bolder}
#form_request .input{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.message--con{letter-spacing:.2px;font-size:20px;margin-bottom:30px}
.message--mail{padding-top:2px;color:#2b69bd;text-decoration:underline;text-transform:uppercase;letter-spacing:.3px;font-weight:bolder;font-style:italic;}
@media (max-width:991px){.textfield__label{font-size:12px;}}
@media (max-width:767px){.pro--message form>div.half{width:100%}
.pro--message form>div.half:nth-child(2){width:100%;margin-top:0}
.pro--message form .half{width:100%}
.pro--message form .half+.half{margin-left:0}
}
@media (max-width:575px){
.textfield__label{font-size:12px;}
.pro--message form>div{margin-bottom:15px;}
.message--con{margin-bottom:15px}
#form_request .input{padding:4px 0}
}

.form_required,.track_report{display: none!important;}
/* 分页器 */
.paginations{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:20px;margin-bottom: 30px;}
.paginations span .iconfont{font-size:16px}
.pagination-list{margin:0 10px}
.pagination-list a{font-size:14px;line-height:1;color:#007CD0;display:inline-block;padding:6px 10px;text-decoration:none;font-weight:400;border: 1px solid #007CD0;}
.pagination-list a+a{margin-left:10px}
#pagestyle.current{color:#fff;background-color: #007CD0;}
.add,.reduce{color:#007CD0;display: flex;align-items: center; font-size:12px;}
.add.active,.reduce.active{color:#333;text-decoration: none;}
.add:hover,.add:hover.active,.reduce:hover,.reduce:hover.active{text-decoration:none;}
@media (max-width:1199px){.pagination span .iconfont{font-size:12px}
}
@media (max-width:991px){.technology-ul li p{font-size:13px}
.add .iconfont,.reduce .iconfont{font-size:14px}
}
@media (max-width:767px){.technology-ul li{padding:20px}
.pagination-list a{padding:3px 8px;font-size:13px}
.pagination a .iconfont{font-size:13px}
}
@media (max-width:575px){.pagination a .iconfont{font-size:12px}
.add .iconfont,.reduce .iconfont{font-size:12px}
}
#pagestyles.current{background-color:#007CD0;color:#fff;border-color:#007CD0}