@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-theme.min.css);
@import url(../css/themify-icons.css);
@import url(../css/animate.min.css);
@import url(../css/popup.css);
@import url(../css/font-awesome.css);
@font-face {
	font-family: 'DINNextRoundedLTW01-Medium';
	src: url('../fonts/DINNextRoundedLTW01-Medium.eot?-fvbane');
	src: url('../fonts/DINNextRoundedLTW01-Medium.eot?#iefix-fvbane') format('embedded-opentype'),  url('../fonts/DINNextRoundedLTW01-Medium.woff?-fvbane') format('woff'),  url('../fonts/DINNextRoundedLTW01-Medium.ttf?-fvbane') format('truetype'),  url('../fonts/DINNextRoundedLTW01-Medium.svg?-fvbane#DINNextRoundedLTW01-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DIN-Regular';
	src: url('../fonts/DIN-Regular.eot?-fvbane');
	src: url('../fonts/DIN-Regular.eot?#iefix-fvbane') format('embedded-opentype'),  url('../fonts/DIN-Regular.woff?-fvbane') format('woff'),  url('../fonts/DIN-Regular.ttf?-fvbane') format('truetype'),  url('../fonts/DIN-Regular.svg?-fvbane#DINNextRoundedLTW01-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* =============================================================================
   BROWSER RESET STYLES
   ============================================================================= */
* {
	margin: 0px;
	padding: 0px;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-family: 'DIN-Regular';
	font-size: 100%;
	line-height: 100%;
	color: #333;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
a {
	outline: none!important;
}
textarea, input {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
label {
	padding: 0;
	margin: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
}
.clear, .clearfix {
	clear: both;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
input::-moz-focus-inner {
 border: 0;
}
input, select, textarea, button {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background: #FFF;
}
/* =============================================================================
   TYPOGRAPHY STYLES
   ============================================================================= */
h1, h2, h3, h4, h5 {
	font-family: 'DINNextRoundedLTW01-Medium';
	line-height: 100%;
	font-weight: 300;
	text-transform: none;
	color: #333;
}
h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
p, li {
	font-size: 14px;
	font-weight: 300;
	/* line-height: 24px; */
	line-height: 27px;
	color: #333;
	padding-bottom: 4px;
	font-family: 'DIN-Regular';
	list-style: none;
}
li {
	padding: 0;
	font-family: 'DIN-Regular';
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
a {
	font-family: 'DIN-Regular';
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
strong {
	font-weight: 400;
}
/* =============================================================================
   MAIN STYLES
   ============================================================================= */
.pageWidth {
	width: 1170px;
	margin: 0 auto;
	max-width: 100%;
}
header {
	z-index: 999;
	width: 100%;
	background-color: #314a5a;
}
#banner-image {
	/* background-image: url('../images/banner.jpg'); */
	background-color: #304a59;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/* height: 100vh; */
	background-position: center;
}
.banner-header {
	width: 100%;
	height: auto;
	/* padding-top: 20px; */
}
.banner-header h3 {
	/* font-size: 50px; */
	font-size: 40px;
	font-family: DIN-Regular;
	color: #fff;
	line-height: 17px;
	text-align: center;
	padding: 40px 0 30px;
}

.banner-header p {
	/* font-size: 20px; */
	font-size: 16px;
	font-family: DIN-Regular;
	color: #fff;
	line-height: 17px;
	text-align: center;
	padding-bottom: 30px;
}
.item a {
	text-decoration: none;
	outline: none;
}
/*==============================
		slider css
================================*/
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel.slide.carousel-fade {
	margin: 0 auto;
	/* width: 279px; */
	width: 400px;
	z-index: 99;
	height: 70px;
	max-width: 100%;
	border: 2px solid transparent;
}
.default-banner-btn {
	width: 280px;
	margin: 0 auto;
	background-color: #338ad3;
	border: 1px solid #4ea0e6;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.default-banner-btn.cre-try {
	background-color: #f3cd5b;
	border: 1px solid #e7b41a;
}
.default-banner-btn.patent-l {
	background-color: #f98866;
	border: 1px solid #fd6233;
}
.default-banner-btn.patent-2 {
	background-color: #2cda9d;
	border: 1px solid #2cca9d;
}
.default-banner-btn.cre-try:hover {
	background-color: #e7b41a;
}
.default-banner-btn.patent-l:hover {
	background-color: #fd6233;
}
.default-banner-btn.patent-2:hover {
	background-color: #2cca9d;
}
.default-banner-btn:hover {
	background-color: #287abf;
}
.default-banner-btn p {
	font-size: 18px;
	font-family: DIN-Regular;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	/* text-align: center; */
	text-align: left;
	display: block;
	padding: 10px 0px;
	margin-left: 8px;
}
.visual {
	padding: 45px 0px;
}
.visual h3 {
	text-align: center;
	font-size: 32px;
	color: #555;
	padding-bottom: 30px;
}
.visual-div a {
	text-decoration: none;
	outline: none;
}
.popup-gallery a {
	outline: none;
}
.visual-div h3 {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #555;
	padding-top: 24px;
	padding-bottom: 0px;
	text-decoration: none;
}
.visu-effect {
	border: 1px solid #dddddd;
	padding: 15px 10px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.visu-effect img {
	margin: 0 auto;
	display: block;
}
.mfp-title {
	color: #ffffff;
	display: block;
	font-family: DIN-Regular !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	padding: 0;
	text-align: center;
	text-shadow: none;
}
.tran-effect {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.3s ease-in-out;
}
.visual-div:hover .tran-effect {
	width: 100%;
	top: 0;
	height: 100%;
}
.tran-effect i {
	opacity: 0;
	text-align: center;
	font-size: 28px;
	display: block;
	color: #fff;
	position: relative;
	top: 43%;
	transition: all 0.3s ease-in-out;
}
.visual-div:hover .tran-effect i {
	opacity: 1;
}
/*==============================
		slider css
================================*/
.dis-bg {
	background-color: #f3f8f9;
	padding: 40px 0px;
}
/* =============================================================================
   bootstrap STYLES
   ============================================================================= */
.header-left {
	float: left;
}
.header-right {
	float: right;
	/* padding: 19px 0px; */
	padding: 0px 0px;
	margin-right: -58px;
}
.border-b {
	border-bottom: 1px solid #465c6b;
}
.logo-small {
	display: none;
	float: left;
	padding: 13px 0 14px;
}
.logo {
	float: left;
	/* padding: 26px 0px 0; */
	padding: 10px 0px 0;	
	position: relative;
}
.logo a img {
	max-width: 100%;
}
.logo span {
	color: #ffffff;
	/* font-size: 13px; */
	font-size: 11px;
	line-height: 15px;
	font-family: DIN-Regular;
	outline: medium none;
	/* position: absolute; */
	right: 0;
	text-align: right;
	text-decoration: none;
	margin-left: 6px;
}
.menu {
	float: left;
	padding-right: 20px;
}
.menu ul li {
	float: left;
	position:relative;
}
.menu ul li a {
	display: block;
	/* margin: 11px 4px; */
	margin: 11px 0px;
	/* padding: 11px 11px; */
	/* padding: 11px 16px; */
	padding: 11px 30px;
	text-decoration: none;
	/* font-size: 13px; */
	 font-size: 15px; 
	color: #fff;
	line-height: 17px;
	text-transform: uppercase;
	position: relative;
}
.menu ul li a:after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 11px;
	width: 0px;
	height: 2px;
	display: block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3 ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.menu ul li a:hover:after, .menu ul li.active a:after {
	width: 24px;
	background-color: #fff;
}

.menu ul li:hover  ul {
	top:60px;
	visibility:visible;
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	overflow:hidden;
	display:block;
}

.menu ul li ul {
	position:absolute;
	top:90px;
	width:180px;
	background-color:#338ad3;
	z-index:99;
	visibility:hidden;
	border-bottom:1px solid #1f7dcb;
	overflow:hidden;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.menu ul li ul li {
	float:none;
}
.menu ul li ul li  a {
	padding:10px;
	margin: 0px;
	border-bottom:1px solid #1f7dcb;
	border-radius:0;
}
.menu ul li ul li  a:hover {
	background-color:rgba(255,255,255,0.1);
}
.menu ul li a i {
	font-size:11px;
	padding-left:8px;
	color:#fff;
}
.sticky .menu ul li a i {
	font-size:11px;
	padding-left:8px;
	color:#314a5a;
}
.sticky .menu ul li ul li  a {
	color:#fff;
}
.menu ul li ul li a:after {
	display:none;
}
.login-sec {
	float: left;
	/* padding: 11px 0px; */
	padding: 40px 0 0 0;
}
.login-sec a, .hide-div {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
}
.login-btn {
	padding: 10px 15px;
	border-radius: 3px;
	display: block;
	background-color: #338ad3;
	border: 1px solid #4ea0e6;
	transition: all 0.3s ease-in-out;
}
.login-btn:hover {
	box-shadow: inset 200px 0px #2279c2;
	-webkit-box-shadow: inset 200px 0px #2279c2;
	-ms-box-shadow: inset 200px 0px #2279c2;
	-o-box-shadow: inset 200px 0px #2279c2;
	-moz-box-shadow: inset 200px 0px #2279c2;
}
.login-sec a i {
	font-size: 14px;
	color: #fff;
	/* margin-right: 8px; */
}
.business {
	margin: 40px 0 50px;
}
.busi-sci-div h3 {
	font-size: 32px;
	line-height: 17px;
	color: #555;
	padding-top: 48px;
	text-align: center
}
.busi-sci-div p {
	font-size: 18px;
	line-height: 17px;
	color: #555;
	padding: 18px 0 40px;
	text-align: center;
}
.busi-info {
	padding: 40px 0;
}
.check-out {
	padding: 24px 12px 8px 20px;
	background-color: #f8d468;
	display: block;
}
.check-out img, .check-out.patient img {
	float: right;
	max-width: 100%;
	margin-top: 20px;
}
.check-out.hiddime > img {
	float: right;
	max-width: 100%;
	margin-top: 20px;
}
.check-out.hiddime {
	margin-left: 0px;
	background-color: #75c0fe;
}
.container {
	width: 100%;
}
.check-out.patient {
	margin-right: 0px;
	background-color: #ff997a;
}
.busi-info ul:after {
	content: '';
	display: block;
	clear: both;
}
.check-out h4 {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 23px;
	color: #000;
}
.check-out p {
	font-size: 15px;
	padding-bottom: 0px;
	line-height: 20px;
	color: #000;
	min-height: 85px;
}
.busi-info ul li img {
	float: right;
	margin-top: 20px;
	max-width: 100%;
}
.btn-rea-more {
	padding: 5px 5px;
	border: 1px solid #5e9acb;
	color: #000;
	width: 100px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	float: left;
	transition: all 0.4s ease-in-out;
}
.btn-rea-more.btn-type-m {
	border: 1px solid #c6aa53;
}
.btn-rea-more.btn-type-l {
	border: 1px solid #cc7a62;
}
.btn-rea-more:hover {
	box-shadow: inset 150px 0px #0b6ec1;
	-webkit-box-shadow: inset 150px 0px #0b6ec1;
	-moz-box-shadow: inset 150px 0px #0b6ec1;
	-ms-box-shadow: inset 150px 0px #0b6ec1;
	-o-box-shadow: inset 150px 0px #0b6ec1;
	color: #fff;
	border-color: #0a4e87;
	text-decoration: none;
}
.btn-rea-more.btn-type-m:hover {
	box-shadow: inset 150px 0px #e3b52d;
	border-color: #d19f07;
}
.btn-rea-more.btn-type-l:hover {
	box-shadow: inset 150px 0px #e5704c;
	border-color: #a7482b;
}
.left-image img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.right-content h3 {
	font-size: 32px;
	color: #555555;
	margin-left: -2px;
}
.main {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e6e7;
}
.discover-bg {
	background-color: #f3f8f9;
	padding: 48px 0px;
}
.analysis-image {
	display: block;
	float: left;
	margin-right: 15px;
}
.analysis-image img {
	display: block;
}
.analysis-content {
	float: left;
	width: 83%;
}
.analysis-content h4 {
	font-size: 22px;
	color: #555555;
	padding-bottom: 5px;
}
.analysis-content p {
	font-size: 16px;
	color: #555555;
}
.analytic_target {
	padding: 50px 0;
}
.analytics {
	width: 100%;
}
.analytics ul li {
	float: left;
	width: 50%;
}
.shadow-bg-center {
	background: rgba(0, 0, 0, 0) url("../images/shadow.png") no-repeat right -10px center;
}
.analytics img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.analytics ul li:first-child {
	background: url("../images/shadow.png") no-repeat right -8px center;
}
.analytics h3 {
	font-size: 32px;
	color: #555555;
	text-align: center;
	padding: 48px 0;
}
.analytics h4 {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #555;
	padding: 20px 0px;
}
.ana-m-b-50 {
	margin-bottom: 50px;
}
.analytics p {
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color: #555;
	width: 62%;
	margin: 0 auto;
}
.target {
	width: 36%;
	float: left;
	text-align: center;
	padding: 50px 6% 0 6%;
}
.shadow {
	float: left;
}
.shadow_line {
	padding: 50px 0px;
	text-align: center;
}
.target-img {
	display: block;
}
.target-img > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.target h4 {
	font-size: 25px;
	padding: 15px 0;
	color: #555555;
}
.target p {
	font-size: 16px;
	color: #555555;
}
.target-content {
	padding: 0 10%;
}
.remote_report {
	background-color: #f3f8f9;
	width: 100%;
	border-top: 1px solid #d9dee1;
	border-bottom: 1px solid #d9dee1;
}
.workgroup_chart {
	width: 100%;
	padding: 60px 0 40px;
}
.remote-bg {
	background-color: #f3f8f9;
	padding: 60px 0px;
	border-top: 1px solid #d9dee1;
	border-bottom: 1px solid #d9dee1;
}
.remote_right {
	float: left;
	width: 60%;
}
.remote_content.chang-pos {
	float: none;
	width: 100%;
}
.remote_left {
	overflow: hidden;
}
.remote_content {
	width: 84%;
	float: right;
}
.remote_content h3 {
	font-size: 26px;
	padding-bottom: 8px;
	color: #555555;
}
.remote_content p {
	font-size: 16px;
	color: #555555;
	padding-top: 10px;
}
.remote_image.chang-pos {
	float: right;
}
.remote_image img {
	margin: 0 auto;
	display: block;
}
.remote_image.chang-pos img {
	float: none;
}
.concierge_analyst {
	width: 100%;
	padding: 50px 0 65px;
}
.concierge_head {
	text-align: center;
}
.concierge_title {
	text-align: center;
}
.concierge_title h3 {
	font-size: 32px;
	color: #555555;
	display: inline-block;
	padding-bottom: 35px;
	text-align: center;
}
.concierge {
	text-align: center;
	width: 33%;
	float: left;
	padding: 50px 0 0;
}
.concierge-div {
	position: relative;
}
.concierge-div:after {
	position: absolute;
	content: '';
	top: 44px;
	left: 55%;
	width: 100%;
	height: 0px;
	border-top: 1px dashed #d2d5db;
	z-index: -1;
}
.concierge_head li:last-child::after {
	display: none;
}
.concierge_head ul li:first-child {
	margin-left: 0;
}
.concierge_head ul li:last-child {
	margin-right: 0px;
}
.concierge-p-b-20 {
	padding: 50px 0px;
}
.back-div {
	width: 96px;
	height: 80px;
	margin: 0 auto;
	background-color: #fff;
}
.round-icon {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #fb7d57;
	margin: 0 auto;
	position: relative;
}
.round-icon::after {
	border: 1px dashed #d2d5db;
	border-radius: 100%;
	bottom: 0;
	content: "";
	height: 100px;
	left: -10px;
	margin: 0;
	padding: 8px;
	position: absolute;
	right: 0;
	top: -10px;
	width: 100px;
}
.round-icon.bg-mid {
	background-color: #57b0fa;
}
.round-icon.bg-last {
	background-color: #f5c942;
}
.round-icon i {
	font-size: 28px;
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 80px;
}
.concierge-div h4, .concierge-div-last h4 {
	font-size: 22px;
	color: #fb7d57;
	padding: 20px 0 8px;
	text-align: center;
}
.chang-text-col-mid {
	color: #f5c942!important;
}
.chang-text-col-last {
	color: #57b0fa!important;
}
.concierge-div p, .concierge-div-last p {
	font-size: 16px;
	padding: 0;
	color: #555555;
	text-align: center;
}
.footer_bg {
	background-color: #24292e;
	padding: 36px 0px;
}
.main_footer {
	width: 100%;
	padding: 20px 0;
}
.first_footer {
	width: 100%;
	border-bottom: 1px solid #33373b;
	padding: 30px 0;
}
.footer_logo {
	float: left;
	width: 23.5%;
	padding: 1% 0;
}
.footer-logo > img {
	max-width: 100%;
	padding: 8px 0;
	position: relative;
}
.logo-subtitle {
	bottom: -20px;
	color: #ffffff;
	display: block;
	font-size: 13px;
	line-height: 15px;
	margin: 0 auto;
	position: absolute;
	right: 23px;
	text-align: right;
}
.system {
	border-left: 1px solid #33373b;
	float: none;
	width: auto;
}
.system > p {
	color: #ffffff;
	float: right;
	width: 92%;
}
.footer-one {
	border-bottom: 1px solid #33373b;
	overflow: hidden;
	padding-bottom: 35px;
}
.footer-two {
	padding: 35px 0px;
	border-bottom: 1px solid #33373b;
}
.first_footer p {
	color: #ddd;
	font-size: 14px;
	line-height: 25px;
}
.middle_footer {
	width: 100%;
	border-bottom: 1px solid #33373b;
	padding: 30px 0;
}
.middle_footer > ul {
	overflow: hidden;
}
.middle_footer ul li {
	width: 24%;
	float: left;
	margin: 0 7%;
}
.middle_footer li:first-child {
	margin-left: 0;
}
.middle_footer li:last-child {
	margin-right: 0;
}
.quick-links > h3, .blog-links > h3, .location-div > h3 {
	font-size: 18px;
	color: #ddd;
	padding-bottom: 13px;
	position: relative;
}
.quick-links > h3:after, .blog-links > h3:after, .location-div > h3:after {
	content: "";
	border: 1px solid #909295;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	position: absolute;
	height: 5px;
	width: 30px;
}
.middle_footer ul li p {
	font-size: 14px;
	color: #ddd;
}
.middle_footer ul li a {
	font-size: 14px;
	color: #ddd;
	display: block;
}
.middle_footer ul li i {
	font-size: 11px;
	color: #ddd;
}
.links_address i {
	float: left;
	width: 5%;
	color: #ddd;
	line-height: 24px;
}
.links_address > p {
	float: left;
	width: 80%;
	line-height: 20px;
	padding-bottom: 20px;
	color: #ddd;
}
.links_address > p a {
	text-decoration: none;
	color: #ddd;
}
.links_address > p a:hover {
	text-decoration: underline;
}
.links_address {
	padding-top: 25px;
}
.links_address i {
	padding-right: 27px;
	line-height: 24px;
	font-size: 14px!important;
}
.links {
	padding-top: 25px;
}
.links p {
	padding-bottom: 5px;
	color: #fff;
}
.links i {
	padding-right: 5px;
}
.links_div-left {
	width: 40%;
	float: left;
	padding-top: 20px;
}
.links_div-right {
	width: 60%;
	float: left;
	padding-top: 20px;
}
.links_div-left ul, .links_div-right ul {
	overflow: hidden;
	list-style: none;
}
.links_div-left ul li, .links_div-right ul li {
	padding: 3px 0px;
}
.links_div-left ul li a, .links_div-right ul li a {
	color: #ddd;
	font-size: 14px;
	text-decoration: none;
	line-height: 24px;
}
.links_div-left ul li a i, .links_div-right ul li a i {
	font-size: 10px;
	color: #fff;
	line-height: 15px;
	padding-right: 8px;
}
.links_div-left ul li a:hover {
	margin-left: 8px;
}
.links_div-right ul li a:hover {
	margin-left: 8px!important;
}
.links_2 {
	width: 50%;
	float: right;
	text-align: left;
}
.links_address a.arrange-posi {
	display: inline-block;
}
.links_1 > a:hover, .links_2 > a:hover {
	margin-left: 7px;
}
.generation {
	overflow: hidden;
	width: 100%;
	display: block;
	padding: 24px 0 0;
}
.links-right {
	float: right;
}
.quick-links::after {
	clear: both;
	content: "";
	display: block;
}
.generation span {
	font-size: 12px;
	color: #ff8e6c;
}
.generation > a {
	text-decoration: none;
}
.generation img {
	float: left;
	display: block;
	margin-right: 15px;
	border: 1px solid #fff;
}
.generation p {
	line-height: 15px;
	color: #ddd;
	font-size: 14px;
}
.location-div {
	float: right;
	width: 85%;
}
.quick-links {
	float: left;
	width: 85%;
}
.last_footer {
	width: 100%;
	padding-top: 30px;
}
.last_footer ul li {
	float: left;
}
.copy {
	float: left;
}
.copy a {
	color: #338ad3;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}
.copy ul li {
	color: #ddd;
}
.footer-last {
	padding-top: 20px;
	overflow: hidden;
}
.social {
	/* float: right; */
	/* padding-top: 10px; */
}
.social ul li {
	margin-left: 7px;
	float: left;
}
.social ul li a {
	color: #ffffff;
	font-size: 10px;
	/* padding: 5px 7px; */
	padding: 3px 4px;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out 0s;
	outline: none;
	text-decoration: none;
}
.social ul li a i {
	color: #ddd;
}
.social ul {
	list-style: none;
	text-decoration: none;
}
.social ul li a:hover {
	border-radius: 100%;
	border: 1px solid #fff;
	text-decoration: none;
}
.sticky {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fcfdfd;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.098);
}
.sticky .menu ul li a {
	color: #314a5a;
	font-weight: bold;
}
.sticky .menu ul li a:hover:after {
	background-color: #314a5a;
}
.sticky .menu ul li.active a:after {
	background-color: #314a5a;
}
.sticky .logo a img {
	padding-top: 4px;
}
.sticky .border-b {
	border: none;
}
.sticky .logo {
	padding: 0px 0px;
}
.sticky .header-right {
	padding: 0px;
}
#btn-scrollup {
	background-color: #314a5a;
	border-radius: 2px;
	text-decoration: none;
	bottom: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 18px;
	opacity: 0.7;
	padding: 8px 10px;
	position: fixed;
	right: 15px;
	text-align: center;
	display: none;
	transition: all 0.3s ease-in-out;
}
#btn-scrollup:hover {
	background-color: #24343e;
}
#btn-scrollup i {
	font-size: 15px;
	color: #fff;
}
.delay-2 {
	animation-delay: 0.2s;
}
.delay-3 {
	animation-delay: 0.3s;
}
.delay-4 {
	animation-delay: 0.4s;
}
.delay-5 {
	animation-delay: 0.5s;
}
.delay-6 {
	animation-delay: 0.6s;
}
/*=========================
		ABOUT US
===========================*/
.page-content {
	width: 100%;
	/* min-height: 450px; */
	min-height: 230px;
	margin: 0 auto;
}
.inner-banner-bg {
	background-color: #314a5a;
	position: relative;
}
.inner-banner {
	text-align: center;
	padding: 80px 0 105px;
}
.inner-banner h3 {
	display: inline-block;
	font-size: 40px;
	font-family: DIN-Regular;
	color: #fff;
	position: relative;
	padding-bottom: 8px;
}
.inner-banner h3:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	display: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(80,104,120,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(80,104,120,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(80,104,120,1) 50%, rgba(255,255,255,0) 100%);

}
.inner-banner h2 {
	display: inline-block;
	font-size: 20px;
	font-family: DIN-Regular;
	color: #fff;
	position: relative;
	padding-bottom: 8px;
}
.inner-banner h2:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	display: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(80,104,120,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(80,104,120,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(80,104,120,1) 50%, rgba(255,255,255,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.breadcumbs ul {
	list-style: none;
	padding-top: 4px;
}
.breadcumbs ul:after {
	content: '';
	display: block;
	clear: both;
}
.breadcumbs ul li {
	display: inline-block;
	background: url(../images/bredcrumb-arrow.png) no-repeat 0 9px;
	padding: 0px 10px 0px 24px;
}
.breadcumbs ul li:first-child {
	background: none;
	padding-left: 0px;
}
.breadcumbs ul li a {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	text-decoration: none;
}
.inner-logo {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -33px;
	z-index: 1;
}
.inner-logo > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding-top: 18px;
}
.aboutus {
	padding: 60px 0px;
}
.about-img > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.about-content {
	padding: 25px 0 0;
	width: 95%;
	float: right;
}
.about-content p {
	font-size: 16px;
	color: #555;
	line-height: 24px;
	padding-bottom: 25px;
	text-align: justify;
}
.try-bg {
	width: 100%;
	height: 100%;
	background: url('../images/try-hiddime.jpg') no-repeat;
}
.try-hiddime {
	padding: 30px 0px;
}
.try-hidd-btn {
	background-color: #314a5a;
	border: 1px solid #1c3647;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	margin: 4px auto;
	padding: 10px;
	text-align: center;
	width: 250px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.try-hidd-btn > span {
	font-family: dinnextroundedltw01-medium;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 0;
	text-decoration: none;
	color: #fff;
}
.try-hidd-btn:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: inset 0px 80px #243b4a;
	-webkit-box-shadow: inset 0px 80px #243b4a;
	-moz-box-shadow: inset 0px 80px #243b4a;
	-ms-box-shadow: inset 0px 80px #243b4a;
	-o-box-shadow: inset 0px 80px #243b4a;
}
.try-hiddime a {
	text-decoration: none;
	color: #fff;
}
.try-hiddime a:hover {
	text-decoration: none;
}
/*=======================
		Contact Us
=========================*/
.contact-us {
	padding: 60px 0px 30px;
	overflow: hidden;
}
.contact-fields ul {
	list-style: none;
	overflow: hidden;
}
.contact-fields ul:after {
	content: '';
	display: block;
	clear: both;
}
.contact-fields ul li {
	float: left;
	width: 47%;
	margin: 0px 1% 15px;
}
.prepend-icon {
	position: relative;
}
.prepend-icon i {
	position: absolute;
	left: 0;
	top: 22px;
	color: #a4a4a4;
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 40px;
}
label {
	font-size: 14px;
	color: #333;
	/*padding-bottom: 8px;*/
}
label span {
	color: red;
}
input {
	/*width: 100%;*/
	height: 42px;
	padding: 6px 8px 8px 40px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	outline: none;
}
.message-field li {
	width: 100%!important;
}
textarea {
	width: 98%;
	font-size: 14px;
	padding: 10px 8px 9px 40px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	resize: none;
	outline: none;
}
.captcha {
	width: 50%;
	float: left;
}
.cap-p {
	border: 1px solid #f5f5f5;
	color: #555555;
	font-family: DINNextRoundedLTW01-Medium;
	padding: 6px 10px;
	margin-right: 10px;
}
.cap-ans {
	width: 48px;
	height: 38px;
	padding: 10px;
	border-color: #ddd;
}
.reload {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	float: left;
	height: 42px;
	margin-left: 9px;
	margin-top: 8px;
	width: 40px;
	cursor: pointer;
}
.reload i {
	font-size: 20px;
	color: #a4a4a4;
	text-align: center;
	display: block;
	line-height: 40px;
}
.left {
	width: 50%;
	float: left;
}
.mid {
	width: 10%;
	float: left;
	margin-top: 14px;
}
.right {
	width: 35%;
	float: right;
	margin-top: 20px;
}
.right img {
	max-width: 100%;
	margin-top: 6px;
}
.sub-btn {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	background-color: #338ad3;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	transition: all 0.3s ease-in-out;
}
.sub-btn i {
	color: #fff;
	padding-right: 5px;
	line-height: 24px;
}
.sub-btn:hover {
	box-shadow: inset 115px 0px #2d7fc4;
}
.maps {
	width: 100%;
	border-top: 1px solid #e6e5e5;
	padding: 40px 0px;
	background-color: #f5f5f5;
}
.map-one {
	padding: 2px;
	box-shadow: 0px 0px 3px 2px #d8d8d8;
}
.cont-bgimg {
	width: 100%;
	height: 100%;
	background: url('../images/location.jpg') no-repeat;
	padding: 10px;
	position: relative;
}
.contact-info ul {
	overflow: hidden;
}
.contact-info ul li {
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../images/callus.jpg') no-repeat;
	z-index: 1;
	margin: 0 auto 20px;
	padding: 10px;
}
.contact-info ul li:first-child {
	background: url('../images/location.jpg') no-repeat;
	background-size: cover;
}
.contact-info ul li:last-child {
	background: url('../images/emailus.jpg') no-repeat;
}
.location, .callus, .emailus {
	position: relative;
}
.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}
.common-div {
	padding: 16px 5px 16px 28px;
	border: 1px solid #a39b96;
}
.circle-border {
	width: 65px;
	height: 65px;
	border: 1px solid #fff;
	border-radius: 100%;
	float: left;
}
.circle-border i {
	font-size: 30px;
	color: #fff;
	line-height: 62px;
	text-align: center;
	display: block;
}
.content-add {
	width: 70%;
	float: right;
}
.common-div > p {
	border-top: 1px solid #dddddd;
	color: #ffffff;
	display: inline-block;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 0;
}
.content-add h3 {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding-bottom: 5px;
}
.content-add p {
	font-size: 14px;
	color: #fff;
	line-height: 19px;
}
.content-add > a {
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
}
label.error {
	color: #ff0000;
	font-size: 15px !important;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
/*=====================
		Product
=======================*/
.adjust-Wid {
	width: 75%;
	float: right;
}
.product-pg {
	padding: 45px 0px 0;
	border-bottom: 1px solid #465c6b;
}
.pro-first {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.prod-left > img {
	display: block;
	margin: 0 auto;
}
.prod-right h3 {
	font-size: 26px;
	color: #555;
	line-height: 32px;
	font-family: Din-regular;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.prod-right h3:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(80,104,120,0.3) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(80,104,120,0.3) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(80,104,120,0.3) 50%, rgba(255,255,255,0) 100%);
}
.prod-right p {
	font-size: 16px;
	color: #333;
	padding-bottom: 15px;
	line-height: 24px;
	float: left;
	width: 95%;
}
.prod-right i {
	font-size: 12px;
	line-height: 24px;
	color: #333;
	float: left;
	width: 5%;
}
.pro-secn {
	background-color: #f5f9fb;
	padding: 45px 0px;
	border-bottom: 1px solid #ddd;
}
.pro-three {
	padding: 45px 0px;
	border-bottom: 1px solid #ddd;
}
.produc-last {
	padding: 40px 0px;
}
.produc-last h3 {
	font-size: 26px;
	line-height: 32px;
	padding-top: 20%;
	color: #333;
}
.produc-last img {
	margin: 0 auto;
	display: block;
}
/*======================
		BLOG
========================*/
.blog-page {
	padding: 60px 0px 50px;
}
.blog-one a {
	text-decoration: none;
	outline: none;
}
.blog-one img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.blog-one {
	position: relative;
}
.blog-two {
	padding-top: 30px;
}
.blog-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.5);
}
.blog-bottom ul li:first-child {
	width: 15%;
	float: left;
	border-right: 1px solid #bac5c6;
}
.blog-bottom ul li {
	width: 85%;
	float: left;
}
.blog-bottom ul li h3 {
	color: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 22px;
}
.blog-bottom ul li h2 {
	color: #fff;
	font-family: DIN-Regular;
	padding-top: 10px;
	font-size: 24px;
	line-height: 22px;
	padding-left: 20px;
}
.blog-bottom ul li p {
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-family: DINNextRoundedLTW01-Medium;
}
.blog-useroptions {
	padding: 20px 0px 30px;
	border-bottom: 2px dashed #ddd;
}
.blog-usercomment ul li:first-child {
	color: #338ad3;
}
.blog-usercomment ul li:first-child i {
	color: #338ad3;
}
.blog-usercomment ul li:last-child {
	color: #21c93d;
	width: 15%;
	position:relative;
}


.blog-usercomment ul li {
	float: left;
	width: 28%;
	font-size: 16px;
	line-height: 22px;
	color: #e75e35;
}
.blog-usercomment ul li i {
	color: #e75e35;
	font-size: 16px;
	line-height: 22px;
	padding-right: 8px;
}
.blog-usercomment ul li.comment-color {
	color: #cb9a24;
	width: 25%;
}
.blog-usercomment ul li.comment-color i {
	color: #cb9a24;
}

.blog-usercomment ul li .btn-share, .blog-usercomment ul li .btn-share i{
	color: #21c93d;
}
.blog-usercomment > p {
	font-size: 16px;
	line-height: 22px;
	color: #555;
	padding-top: 20px;
	display: block;
}
.blog-usercomment > ul::after {
	clear: both;
	content: "";
	display: block;
}
.pagination {
	float: right;
}
.pagination ul {
	background-color: #ffffff;
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
}
.pagination ul li {
	float: left;
	list-style: none;
	padding: 6px 10px;
}
.pagination ul li:first-child {
	border-left: 0 none;
}
.pagination ul li a {
	color: #555555;
	padding: 6px 12px;
	text-decoration: none;
}
.pagination ul li i {
	color: #555555;
	font-size: 12px;
}
.pagination ul li i.ti-angle-double-left {
	padding-right: 8px;
}
.pagination ul li i.ti-angle-double-right {
	padding-left: 8px;
}
.pagination ul li a:hover, .pagination ul li a.active {
	background: #e5e5e5 none repeat scroll 0 0;
	border-radius: 3px;
}
.blog-follow-us {
	border: 1px solid #eeeeee;
	box-shadow: 0px 0px 3px #eeeeee;
	padding: 20px;
	margin-bottom: 35px;
}
.blog-follow-us h3 {
	font-size: 16px;
	font-family: DINNextRoundedLTW01-Medium;
	line-height: 17px;
	color: #555;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}
.blog-follow-us h3:after {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #338ad3;
}
.foll-icon {
	width: 30px;
	height: 30px;
	background-color: #355fa7;
	float: left;
	border-radius: 50%;
}
.foll-icon.colo1 {
	background-color: #dd4224;
}
.foll-icon.colo2 {
	background-color: #32ccfe;
}
.foll-icon.colo3 {
	background-color: #bd2126;
}
.foll-icon.colo4 {
	background-color: #007bb6;
}
.foll-icon i {
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	display: block;
}
.foll-name {
	width: 85%;
	float: right;
	color: #555;
	line-height: 28px;
	font-size: 16px;
	font-family: DIN-Regular;
}
.blog-follow-us > ul {
	padding: 12px 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.follo-last {
	padding-bottom: 0 !important;
}
.blog-follow-us img {
	padding: 15px 0px 0;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	border-top: 1px solid #ddd;
}
.blog-one > h3 {
	color: #333333;
	font-size: 24px;
	line-height: 22px;
	padding-top: 20px;
}
.blog-usercomment > img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
.show-comments {
	padding: 35px 0px;
}
.show-comments h3 {
	font-size: 22px;
	line-height: 22px;
	color: #333;
	padding-bottom: 20px;
	font-family: DIN-Regular;
	border-bottom: 1px solid #ddd;
}
.show-usercomments {
	overflow: hidden;
	padding: 22px 0px;
	border-bottom: 1px solid #ddd;
}
.user-prof {
	width: 60px;
	height: 60px;
	float: left;
	background-color: #bdbfc2;
	border-radius: 50px;
}
.user-prof > img {
	display: block;
	line-height: 25px;
	margin: 0 auto;
	padding-top: 11px;
}
.user-conten {
	width: 87%;
	float: right;
}
.user-conten h2 {
	font-family: DINNextRoundedLTW01-Medium;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}
.user-conten p {
	font-size: 14px;
	line-height: 22px;
	color: #555;
}
.repaly-col {
	font-size: 13px!important;
	color: #555!important;
}
.repaly-col i {
	font-size: 13px!important;
	color: #555!important;
	padding-right: 8px;
}
.write-replay {
	padding: 0 0px 32px;
}
.write-replay h3 {
	font-size: 22px;
	line-height: 22px;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
	font-family: DIN-Regular;
}
.replay-form {
	padding: 30px 0 0;
}
.replay-form ul:after {
	content: '';
	display: block;
	clear: both;
}
.replay-form ul li {
	float: left;
	width: 31.3%;
	margin: 0 1.5% 10px;
}
.replay-form ul li:first-child {
	margin-left: 0;
}
.replay-form ul li:last-child {
	margin-right: 0;
}
.full-w {
	width: 100%!important;
}
.m-t-0 {
	margin: 5px 0 0 0;
}
.p-0 {
	width: 0!important;
	padding-right: 30px!important;
}
.blog-follow-us p {
	font-size: 16px;
	line-height: 17px;
	color: #555;
	font-family: DIN-Regular;
}
/*======================
		CUSTOMERS
========================*/
.cust-page {
	width: 980px;
	margin: 0 auto;
	max-width: 100%;
}
.e-commer-bottom {
	border-bottom: 1px solid #ddd;
	padding: 25px 0 35px;
}
.e-commer-list {
	border-bottom: 1px solid #ddd;
	padding: 25px 0 35px;
	/*background-color: #f5f9fb;*/
}
.e-comme-img img {
	margin: 0 auto;
	display: block;
}
.e-comme {
	padding: 10px 0 0px;
}
.e-comme h3 {
	font-size: 24px;
	line-height: 32px;
	color: #314a5a;
	padding-bottom: 15px;
}
.e-comme p {
	line-height: 24px;
	font-size: 16px;
	color: #555;
	text-align: justify;
}
.moretext, .mobile-show, .web-show, .agency-show, .agri-show, .manufa-show {
	display: none;
	padding: 5px 0 10px!important;
	line-height: 24px;
	font-size: 16px;
	color: #555;
}
.readmore h3, .mobile h3, .web h3, .agency h3, .agri h3, .manufa h3 {
	border: 1px solid #dddddd;
    box-shadow: 0 0 2px #dddddd;
    color: #555555;
    cursor: pointer;
    display: block;
    font-family: DIN-Regular;
    font-size: 14px;
    line-height: 12px;
    margin-top: 10px;
    padding: 12px 0;
    text-align: center;
    width: 110px;
}
.readmore h3 i, .mobile h3 i, .web h3 i, .agency h3 i, .agri h3 i, .manufa h3 i {
	font-size: 10px;
	color: #000;
	padding-right: 5px;
}
.add-right {
	width: 85%;
	float: right;
}
/*========================
		PRICING PAGE
==========================*/
.pricing-table {
	padding: 45px 0px;
}
.pricing-table ul:after {
	content: "";
	clear: both;
	display: block;
}
.pricing-table ul li {
	float: left;
	width: 25%;
	box-shadow:none;
}
/*=========================
		LOGIN-PAGE
===========================*/
.login-page {
	width: 210px;
	/*margin: 30px auto 0;*/
	margin: 30px auto;
	max-width: 100%;
}
.login-page ul:after {
	list-style: none;
	content: '';
	display: block;
	clear: both;
}
.login-page ul li:first-child {
	border: 1px solid #de4342;
}
.login-page ul li:last-child {
	border: 1px solid #2596cb;
}
.login-page ul li {
	width: 99%;
	border: 1px solid #496ebf;
	border-radius: 3px;
	margin-bottom: 5px;
}
.socia-icon {
	width: 30%;
	float: left;
	background-color: #37528e;
	padding: 10px 0;
}
.socia-icon.goog {
	background-color: #c71e1e;
}
.socia-icon.link {
	background-color: #026898;
}
.socia-icon i {
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.socia-name {
	width: 70%;
	float: left;
	background-color: #45619d;
	padding: 10px 0;
}
.socia-name.googl {
	background-color: #cc3433;
}
.socia-name.linki {
	background-color: #007bb6;
}
.socia-name h3 {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.accept-div {
	width: 410px;
	margin: 80px auto 0;
	display: block;
	max-width: 100%;
}
.accept-div span {
	font-size: 16px;
	color: #555;
	line-height: 24px;
}
.accept-box {
	display: inline-block;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	width: auto;
}
.accept-div a {
	color: #338ad3;
}
/*========================
		Free Or Paid
==========================*/
.tab-sec {
	width: 540px;
	margin: 75px auto 0;
	max-width: 100%;
}
.tab-sec > h3 {
	color: #314a5a;
	font-size: 18px;
	padding-bottom: 20px;
}
.tabs-clas {
	border: 1px solid #179ed7;
	border-top: none;
	padding: 20px;
}
.opt-cal, .opt-sub {
	padding: 8px 12px;
	border: 1px solid #0384c6;
	background-color: #0c90da;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.opt-cal:hover, .opt-sub:hover {
	box-shadow: inset 0px 80px #0676b6;
	-webkit-box-shadow: inset 0px 80px #0676b6;
	-moz-box-shadow: inset 0px 80px #0676b6;
	-o-box-shadow: inset 0px 80px #0676b6;
	-ms-box-shadow: inset 0px 80px #0676b6;
}
.option-btn a {
	text-decoration: none;
	color: #fff;
}
.nav-tabs li a {
	margin-right: 0;
	border-radius: 0px;
	color: #333;
	padding: 10px 40px;
	border-top: 3px solid transparent;
	border-bottom: 1px;
}
.nav-tabs > li {
	background-color: #f5f5f5;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-top: 3px solid #179ed7;
	border-color: #179ed7 #179ed7 rgba(0, 0, 0, 0);
}
.nav-tabs {
	border-bottom: 1px solid #179ed7;
}
.nav-tabs > li > a:hover {
	border-color: #179ed7 #179ed7 transparent;
}
.option-btn {
	margin-top: 10px;
}
.store-gb {
	width: auto;
	padding: 4px 5px;
	height: auto;
	/*margin: 0 0 10px 0;*/
}
.paid-radio {
	width: auto;
	height: auto;
	display: inline-block;
}
#menu1 > p {
	display: inline;
	padding-bottom: 15px;
}
#menu1 span {
	padding-left: 17px;
}
.pay-cli h1 {
	color: #555555;
	font-size: 22px;
	padding: 0;
	text-align: center;
}
/*---------------------------------------------
  PRICING PAGE STYLES 
  --------------------------------------------*/
  
.content-pricing {
	padding: 50px 10px 30px;
}
.content-pricing .col-sm-2 {
	width: 20%;
	padding: 0;
	margin: 30px 0;
	float: left;
}
.pricing-box {
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	min-height: 300px;
	margin-left: -1px;
}
.pricing-box h3 {
	text-transform: uppercase;
	padding: 25px 0 10px;
}
.pricing-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-height: 110px;
	position: relative;
	-webkit-border-radius: 5px 5px 0px 0;
	-moz-border-radius: 5px 5px 0px 0;
	-o-border-radius: 5px 5px 0px 0;
	-ms-border-radius: 5px 5px 0px 0;
	border-radius: 5px 5px 0px 0;
}
.amount {
	border: 5px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	bottom: -50px;
	height: 100px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 0%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: inset 0 8px 6px -6px #aaa;
	-moz-box-shadow: inset 0 8px 6px -6px #aaa;
	-o-box-shadow: inset 0 8px 6px -6px #aaa;
	-ms-box-shadow: inset 0 8px 6px -6px #aaa;
	box-shadow: inset 0 8px 6px -6px #aaa;
}
.amount h2 {
	padding: 24px 0 0;
	font-size: 22px;
	line-height: 28px;
}
.amount h2 span {
	text-transform: uppercase;
	display: block;
	font-size: 13px;
}
.amount-info p {
	line-height: 18px;
}
.priciing-info {
	margin: 40px 0 0;
}
.price-desc {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 20px;
	color: #3590d1;
	padding: 15px 0;
}
.priciing-info li {
	color: #333;
	list-style: none;
	padding: 8px 0;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.priciing-info li:nth-child(2n) {
	background: #f7f7f7;
}
.pricing-box .btn-primary {
	background: #338ad3;
	border: 1px solid #2b80c6;
	padding: 8px 15px;
	box-shadow: none;
	text-shadow: none;
	margin: 15px 0;
	border-radius: 3px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	/*cursor: default;*/
}
.pricing-box .btn i {
	color: #FFF;
	padding-right: 8px;
}
.pricing-box.pricing-box-shadow {
	margin: -15px 0 0;
	padding: 15px 0;
	box-shadow: 0 0 10px #ccc;
	position: relative;
	z-index: 2;
}
.pricing-box .btn:hover {
	box-shadow: inset 200px 0px #2279c2;
	-webkit-box-shadow: inset 200px 0px #2279c2;
	-ms-box-shadow: inset 200px 0px #2279c2;
	-o-box-shadow: inset 200px 0px #2279c2;
	-moz-box-shadow: inset 200px 0px #2279c2;
}
.blog-usercomment a {
	text-decoration: none;
	color: #e75e35;
}
.blog-usercomment ul li:first-child a {
	color: #338ad3;
}
.blog-usercomment ul li:last-child a {
	color: #21c93d;
	position:relative;
}
.blog-usercomment a.comment-color {
	color: #cb9a24;
}
/*============================
		SUPPORT PAGE
==============================*/
.support {
	width: 1080px;
	margin: 0 auto;
	max-width: 100%;
	padding: 45px 0px;
}
.questions {
	background-color: transparent;
	border: none;
	display: block;
	padding-bottom: 10px;
	line-height: 26px;
	text-align: justify;
}
.supp-comm {
	overflow: hidden;
}
.supp-comm i {
	float: left;
	font-size: 12px;
	line-height: 25px;
	width: 2%;
}
.supp-comm p {
	/* width: 98%; */
	width: 96%;
	float: left;
	/* line-height: 24px; */
	line-height: 27px;
	/* font-size: 16px; */
	font-size: 17px;
	text-align: justify;
	margin: 1px 0 1% 5%;
}
.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'FontAwesome';  /* essential for enabling glyphicon */
	content: "\f078";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: #555;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f054";    /* adjust as needed, taken from bootstrap.css */
}
.panel-default > .panel-heading {
	background-image: none;
	background-color: transparent;
}
.panel-default > .panel-heading.chag-panel-bg {
	background-color: #f5f5f5;
}
.panel-title a {
	color: #555;
	font-size: 15px;
	font-family: DINNextRoundedLTW01-Medium;
	line-height: 22px;
	text-decoration: none;
	padding: 0px 0px;
	display:block;
	
}
.panel-default {
	border-color: #ddd;
}
.panel {
	box-shadow: none;
}
.panel-heading {
	padding: 8px 15px;
}
.panel-group {
	margin-bottom: 8px;
}
.package-details {
	margin:20px 0 0;
}
.pack-age {
	padding:20px;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
}
.pack-age h3 {
	display:inline-block;
	font-size:20px;
	color:#555;
	line-height:20px;
	position:relative;
	padding-bottom:20px;
}
.pack-age a{
	color:#FB7D57;
	font-weight:600;
}
.pack-age p {
	font-size:16px;
	color:#555;
	padding-bottom:10px;
	line-height:17px;
	text-align:left;
	padding-left:5px;
}
.pack-age p i {
	font-size:12px;
	color:#555;
	line-height:13px;
	padding-right:8px;
}
.dropdown-menu.share-drop {
    min-width: auto;
    width: 100% !important;
}
.share-drop {
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}
.share-drop li:first-child {
    background-color: #355fa7;
}
.share-drop li {
    background-color: #dd4224;
    float: none !important;
    width: 100% !important;
}
.share-drop li.cha-tw {
    background-color: #32ccfe;
}
.share-drop li:last-child {
    background-color: #007bb6;
}
.share-drop li a {
    color: #ffffff !important;
    font-family: DINNextRoundedLTW01-Medium;
    padding: 5px 8px;
    text-align: center;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
}
.strike{
	text-decoration:line-through;
}
.about-content p b{

        font-weight:bold;
      }

.system p b {
    font-weight:bold;
    color: #ffffff;
    }
	
/*====================================
    My Own Styles
	
  ====================================*/
  
 .menu_nav_cls {
	 /* padding: 22px 0 0 0; */
	 padding: 22px 20px 0 0;
 }
 .tech_content p a{
	 color: #007acc;
	 text-decoration: none;
 }
.tech_content p a:hover{
	color: #000000;
}
.tech_content p b{
	 font-weight: bold;
 }
 .tech_content p{
	/* font-size:16px; */
	font-size:17px;
	text-align: justify;
 }
 .advanced_analytics_content{
	 margin-left: 100px;
 }
 .advanced_analytical {
	 text-decoration: none;
	 color: #FFFFFF;
 }
 .advanced_analytical:hover {
	 text-decoration: none;
	 color: #FFFFFF;
 }
 .hrm_contact {
	 text-decoration: none;
	 color: blue;
 }
 .current_openings {
	 margin-bottom: 6px;
 }
 .leadsem {
	 color: #57aef7;
	 margin-left: 0;
 }
 .awards_cls {
	 font-size: 18px;
	 padding-bottom: 0px;
 }
 .award_img_cls {
	 width: 230px;
 }
 .logo_footer_cls {
	 color: #ffffff;
	 /* font-size: 11px; */
	 font-size: 10px;
	 margin-left: 8px;
 }
 .sticker_align {
	 border-radius:4px;
	 width:100%;
 }
 .sticker_img {
	 border: 1px solid #ffffff;
	 border-radius: 25px;
 }
 .cust_align_sticker {
	 padding:40px 0 85px 0;
 }
 .default-banner-btn1 {
	/* width: 280px; */
	margin: 0 auto;
	background-color: #338ad3;
	border: 1px solid #4ea0e6;
	transition: all 0.3s ease-in-out;
}
.default-banner-btn1 p {
	font-size: 18px;
	font-family: DIN-Regular;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	/* text-align: center; */
	text-align: left;
	display: block;
	padding: 10px 0px;
	margin-left: 8px;
}
.copy_year {
	color: #FFFFFF;
}