/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */
@import "font-awesome.css";
@import "font-awesome-ie7.css";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden], template {
 display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
	font-family: 'museo_sans300';
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: 0;
}
*:focus {
	outline: none;
	outline-width: 0;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, select, textarea {
	background-color: white;
	font-family: inherit;
	border: 1px solid #d5d5d5;
	color: #404040;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 12px 0;
	padding: 6px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************Raj*******************/
body {
	padding-bottom: 50px;
}
.menu-bg {
	background: #f1f0f0;
	border-bottom: 2px solid #e53736;
	width: 100%;
}
.navbar-collapse {
	border-top: 0;
}
.navbar-nav {
	margin: 0 -15px;
}
.navbar-brand {
	background: url('../img/sdi-logo-sm.png') no-repeat;
	background-size: 100% 100%;
	height: 40px;
	width: 120px;
	margin: 8px 5px 6px;
}
.navbar {
	margin-bottom: auto;
	min-height: 46px;
	z-index: 1000;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-default .navbar-toggle {
	border: 2px solid #636363;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #636363;
}
.navbar-toggle .icon-bar {
	border-radius: 10px;
	display: block;
	height: 3px;
	width: 24px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
	border: 2px solid #e53736;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #e53736;
}
.navbar-nav > li > a {
	padding-bottom: 14px;
	padding-top: 14px;
	font-size: 18px;
	color: #636363;
	font-weight: normal;
	font-family: 'museo_sans500';
	border-color: #E6E6E6;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 0 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #EBEBEB;
	color: #e53736;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #EEEEEE;
	border-color: transparent;
}
.caret {
	float: right;
	margin: 8px 8px 0 2px;
}
.dropdown-menu {
	padding: 0;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	z-index: 100;
}
.dropdown-menu > li > a {
	border-color: #E6E6E6;
	border-image: none;
	border-style: solid;
	border-width: 1px 0 0 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	font-family: 'museo_sans500';
	font-size: 16px;
	font-weight: normal;
	padding: 14px 0 14px 25px;
	color: #7E7E7E;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #7E7E7E;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #E53736;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	background-color: #EBEBEB;
	color: #7E7E7E;
}
.navbar-default .navbar-nav > li > a {
	color: #636363;
}
.navbar-default .navbar-nav > li.get-quote > a {
	color: #fff;
	background: #e53736;
	font-size: 17px;
	font-family: 'museo_sans700';
}
.navbar-default .navbar-nav > li.get-quote > a:hover, .navbar-default .navbar-nav > li.get-quote > a:focus {
	color: #fff;
	background: #e53736;
	border-top: 2px solid #E53736;
}
.social-icon > li > a > i {
	min-width: 20px;
	text-align: center;
	margin-right: 8px;
}
.top-rated, .top-rated2 {
	border-top: 0;
	color: #565656;
	display: block;
	font-family: 'museo_sans100';
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 16px 10px;
	text-align: center;
	line-height: 30px;
}
.top-rate{
	text-align:left;}
	.top-rate2{
		text-align:right;}
.top-rated .txt {
	line-height: 100px;
	text-align: center;
}
.top-rated .image {
	float: right;
}
/*.top-rated .txt1{
	line-height:100px;
	text-align:left;
	background:url(../img/easter-banner.png)  no-repeat 0 0;
	background-position:644px 0;
	margin-left:50px;
	
}*/

p.top {
	color: #636363;
	font-family: 'museo_sans100';
	font-size: 16px;
	text-align: center;
}
.mar-t48 {
	margin-top: 18px;
}
.grey-bg {
	background: #f8f8f8;
	border: 1px solid #eaeeee;
	border-width: 1px 0;
	padding: 22px 0 2px;
	width: 100%;
}
.white-bg {
	background: #fff;
	padding: 22px 0 2px;
	width: 100%;
}
.cont-part {
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
}
.cont-part h2 {
	font-family: 'museo_sans500';
	font-size: 24px;
	margin: 0;
	text-decoration: none;
}
.cont-part h2 a {
	color: #5C5C5C;
}
.cont-part h2 a:hover, .cont-part h2 a:focus {
	text-decoration: none;
}
.cont-part img {
	margin: 16px auto;
}
.cont-part p {
	display: block;
	font-family: 'museo_sans100';
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.cont-part p a {
	color: #333333
}
.cont-part p a:hover, .cont-part p a:focus {
	color: #333333;
	text-decoration: none;
}
.cont-part2 p, .cont-part3 p {
	display: block;
	font-family: 'museo_sans100';
	font-size: 20px;
	margin: 50px -16px;
	padding: 0;
}
.cont-part3 p {
	margin: 35px -16px;
}
.cont-part2 h2 {
	display: block;
	font-family: 'museo_sans500';
	font-size: 28px;
	margin: 50px 0px 0px;
	padding: 0;
}
.sales-cls li {
  background: url("../img/arrow-sales.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
  color: #404040;
  font-family: "museo_sans100";
  font-size: 20px;
  list-style: none outside none;
  padding: 0 0 12px 30px;
}
.sale-mark h4 {
  color: #d03636;
  font-family: "museo_sans500";
  font-size: 24px;
  padding: 20px 0;
  margin: 8px -10px 0;  
}
.grey-bg2 {
	background: #f8f8f8;
	border: 1px solid #eaeeee;
	border-width: 1px 0;
	padding: 18px 0 13px;
	width: 100%;
}
.grey-bg3 {
	background: #fff;
	border: 1px solid #eaeeee;
	border-bottom: 0px;
	border-width: 1px 0;
	padding: 0px 0 0px;
	width: 100%;
}
.grey-bg4 {
	background: #f8f8f8;
	border: 1px solid #eaeeee;
	border-width: 1px 0;
	padding: 0px 0 0px;
	width: 100%;
	border-bottom: 0px;
}
.margin_remove01 {
	margin: 50px 0px 0px 0px !important;
}
.margin_remove02 {
	margin: 20px 0px 0px 0px !important;
}
.margin_remove03 {
	margin: 30px 0px 0px 0px !important;
}
/*Mobile Apps Margins*/
.mobile_remove0 { margin: 20px -17px 20px !important }
.mobile_remve01 {
	margin: 60px -13px 60px !important
}
.mobile_remove01 {
	margin: 55px -17px 55px !important
}
.mobile_remove02 {
	margin: 40px -14px 0 !important
}
.mobile_remve02 {
margin: 45px -14px 56px !important;
}
.mobile_remove03 {
	margin: 50px -19px 19px !important
}
.mobile_remve03 {
  margin: 30px -5px 19px !important;
}
.mobile_remove04 {
	margin: 18% -5px 24px !important;
}
.mobile_remve04 {
  margin: 14% -14px 0 !important;
}
/*iPhone Apps Margins*/
.iphone_remove01 {
	margin: 58px -24px 0 0 !important
}
.iphone_remove02 {
	margin: 30px -10px 30px !important
}
.iphone_remove03 {
	margin: 54px -10px 0 !important
}
.iphone_remove04 {
	margin: 44px 4px 15px !important
}
/*Android Apps Margins*/
.andriod_remove01 {
	margin: 30px -15px 0 -19px !important
}
.andriod_remove02 {
	margin: 40px -20px 0 -48px !important
}
.andriod_remove03 {
	margin:70px -20px 0 !important
}
.andriod_remove04 {
	margin: 42px 8px -10px !important
}
/*Windows Apps Margins*/
.windows_remove01 {
	margin: 74px -1px 0px 0px !important;
}
.windows_remove02 {
	margin: 44px 0px 0px 0px !important;
}
.windows_remove03 {
	margin: 70px 0px 0px 0px !important;
}
.windows_remove04 {
	margin: 62px 0px 0px 0px !important;
}
/*iPad Apps Margins*/
.ipad_remove01 {
	margin:70px -31px 0 -20px !important
}
.ipad_remove02 {
	margin: 10px -31px 17px 4px !important
}
.ipad_remove03 {
	margin: 76px -43px 35px -25px !important
}
.ipad_remove04 {
	margin:40px 0px 14px 2px !important
}
/*Tablet Apps Margins*/
.tablet_remove01 {
	margin: 18px -20px 0 !important;
}
.tablet_remove02 {
	margin: 27px -14px 30px !important;
}
.tablet_remove03 {
	margin: 34px 0 !important;
}
.tablet_remove04 {
	margin: 27px 0 -14px !important;
}
/*Gadget Apps Margins*/
.gadget_remove01 {
	margin: 58px -12px 0 !important
}
.gadget_remove02 {
	margin: 70px 0px 30px 15px !important;
}
.gadget_remove03 {
	margin: 68px -12px 35px !important
}
.gadget_remove04 {
	margin: 40px -8px 0px !important
}

/* Venture App Margins*/

	.venture_remove01 {
    margin: 55px -12px 55px !important;
}
.venture_remove02 {
	margin:75px 0px 75px 15px !important;
}
.venture_remove03 {
	margin:65px -12px 65px !important
}
.venture_remove04 {
	margin:80px -8px 0px !important
}
	


/*Headless Devices Apps Margins*/
.headless_remove01 {
	margin: 56px -10px 0px -15px !important
}
.headless_remove02 {
	margin: 75px -14px 0 !important
}
.headless_remove03 {
	margin: 60px 0px 0 !important
}
.headless_remove04 {
	margin: 44px 14px 10px !important
}
/*Wearable Devices Apps Margins*/
.wearable_remove01 {
	margin: 60px 0 0 -24px !important
}
.wearable_remove02 {
	margin: 55px -10px 0 15px !important
}
.wearable_remove03 {
	margin: 60px 15px 0px !important;
}
.wearable_remove04 {
	margin: 74px 15px 0 -18px !important
}
/*Wearable Devices Apps Margins*/
.applewatch_remove01 {
	margin: 60px 25px 0 -24px !important
}
.applewatch_remove02 {
	margin: 55px -10px 0 15px !important
}
.applewatch_remove03 {
	margin: 60px 15px 0px !important;
}
.applewatch_remove04 {
	margin: 74px 15px 0 -18px !important
}
/*Settop Devices Apps Margins*/
.settop_remove01 {
	margin: 45px -36px 20px -12px !important
}
.settop_remove02 {
	margin: 58px -16px 0 !important
}
.settop_remove03 {
	margin: 55px 0px 0px -20px !important;
}
.settop_remove04 {
	margin: 42px 0px -10px !important;
}
/*google-glass Devices Apps Margins*/
.gglass_remove01 {
	margin: 55px -18px 0 !important
}
.gglass_remove02 {
	margin: 65px -22px 0 !important
}
.gglass_remove03 {
	margin: 30px 0px 0px !important;
}
.gglass_remove04 {
	margin: 106px 8px 0 0px !important;
}

/*Wearable Devices Apps Margins*/
.applewatch_remove01 {
	margin: 60px 25px 0 -24px !important
}
.applewatch_remove02 {
	margin: 55px -10px 0 15px !important
}
.applewatch_remove03 {
	margin: 60px 15px 0px !important;
}
.applewatch_remove04 {
	margin: 74px 15px 0 -18px !important
}

/*Sales Marketing Devices Apps Margins*/
.salesmark_remove01 {
	margin: 40px -18px 0 !important
}
.salesmark_remove01a {
	margin: 18px 5px 0 -18px !important
}
.salesmark_remove02 {
	margin: 44px -22px 20px !important
}
.salesmark_remove02a {
	margin: 8px -22px 0px !important
}
.salesmark_remove03 {
	margin: 70px 0px 0px !important;
}
.salesmark_remove04 {
	margin: 30px 0px 0 0px !important;
}
.salesmark_remove04a {
	margin: 15px 0 0 !important
}
.salesmark_remove04b {
	margin: 15px 0 20px !important
}
.map, .map2, .map3 {
	margin: 0 0 15px 0;
}
.map h4, .map2 h4, .map3 h4 {
	font-size: 18px;
	color: #e53736;
	font-family: 'museo_sans100';
	/*border-bottom: 1px solid #d0d0d0;*/
	padding: 0 0 4px 30px;
	position: relative;
	margin: 0;
}
.map h4:before, .map2 h4:before, .map3 h4:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 22px;
	left: 0;
}
.map h4:before {
	background: url('../img/flag-icon.png') no-repeat;
}
.map2 h4:before {
	background: url('../img/flag-icon.png') no-repeat;
	background-position: -24px 0;
}
.map3 h4:before {
	background: url('../img/flag-icon.png') no-repeat;
	background-position: -48px 0;
}
.map4 h4:before {
	background-position: -72px 0;
}
.adr, .phn, .eml {
	font-size: 16px;
	font-family: 'museo_sans100';
	margin: 0;
}
.adr {
	color: #5c5c5c;
	width: 92%;
}
.phn, .eml, .vmap, .phn a, .eml a, .vmap a {
	color: #e53736;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
}
.vmap a {
	font-size: 12px;
}
.map img, .map2 img, .map3 img {
	margin: 10px 0;
	width: 100%;
}
.copy-rights {
	padding-top: 14px;
	display: block;
	text-align: center;
	color: #5C5C5C;
	border-top: 1px solid #D0D0D0;
}
.copy-rights a {
	color: #5C5C5C;
	font-size: 14px;
}
.copy-rights a:hover, .copy-rights a:focus {
	color: #5C5C5C;
}
.footer-new {
	border-bottom: 2px solid #E53736;
	clear: both;
	padding: 7px 0;
}
.footer-new ul {
	list-style-type: none;
	margin: 0 -15px;
	padding: 0;
	text-align: center;
}
.footer-new ul li {
	display: inline-block;
	margin: 0 11px;
	position: relative;
}
.footer-new li:first-child {
	margin-left: 0;
}
.footer-new li:after {
	content: ":";
	display: block;
	position: absolute;
	right: -14px;
	top: 5px;
}
.footer-new li a {
	color: #404040;
	display: block;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}
.footer-new ul li:last-child:after {
	content: "";
}
.footer-new ul li a:hover, .footer-new ul li.active a {
	color: #E53736;
	text-decoration: none;
}
.Flexible-container {
	position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	margin: 10px 0;
	height: 0;
	overflow: hidden;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.quick-nav {
	background: #e53736;
	padding: 5px 10px;
}
.quick-nav a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	width: 49%;
}
.quick-nav a:first-child {
	border-right: 2px solid #D02827;
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	background: none repeat scroll 0 0 #E53736;
	padding: 10px 15px;
	border: 0;
}
.modal-title {
	color: #FFFFFF;
	font-family: 'museo_sans700';
	font-size: 20px;
	font-weight: normal;
}
.modal-header .close {
	color: #FFFFFF;
	float: right;
	font-size: 22px;
	font-family: 'museo_sans700';
	font-weight: bold;
	line-height: 1.35;
	margin: -5px -7px;
	opacity: 1;
	padding: 4px 13px;
	text-shadow: none;
	background: #D72928;
}
.modal-body {
	padding: 15px;
}
.con-part {
	margin: 0;
	padding: 0 15px 10px;
	text-align: center;
}
.bor-btm {
	border-bottom: 1px solid #7c899c;
	margin: 0 auto 16px;
}
.content img {
	display: block;
	margin: 0 auto 10px;
}
.content h3 {
	color: #7c899c;
	font-size: 24px;
	font-weight: normal;
	font-family: 'museo_sans300';
	margin: 0;
}
.content p {
	margin: 0;
}
.content p a {
	font-size: 18px;
	font-family: 'museo_sans100';
	color: #e53736;
	padding: 0;
}
.content p a:hover {
	text-decoration: none;
}
.pad-btm0 {
	padding-bottom: 0;
}
.con-part2 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.con-part2 input, .con-part2 textarea, .con-part2 select {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	color: #787878;
	font-size: 16px;
	margin: 5px 0;
	padding: 10px;
	width: 100%;
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	text-overflow: "";
	text-indent: 1px;
}
.pos-re {
	position: relative;
}
.arrow-ali {
	border-width: 6px;
	border-top-color: #E53736;
	position: absolute;
	right: 8px;
	top: 12px;
}
.con-part2 input[type="button"] {
	background: #e53736;
	color: #fff;
	font-family: 'museo_sans500';
	width: auto;
	padding: 10px 30px;
	float: right;
}
.about-cont-part {
	margin: 18px 0;
}
.about-cont-part p {
	display: block;
	font-family: 'museo_sans100';
	font-size: 16px;
	margin: 14px 0;
	padding: 0;
}
.about-cont-part p.black-txt {
	font-size: 17px;
	color: #000;
	font-weight: 600;
}
.pri-box, .pri-box2 {
	margin: 10px 0;
}
.pri-box h2, .pri-box2 h2 {
	font-size: 24px;
	color: #5c5c5c;
	font-weight: 500;
	display: block;
	margin: 0 0 0 -4px;
	padding: 0;
	text-align: center;
}
.pri-box h3, .pri-box2 h3 {
	font-size: 18px;
	color: #e53736;
	font-weight: 500;
	display: block;
	padding: 0;
	margin: 4px -4px 12px;
	text-align: center;
}
.conForm .pri-box p, .conForm .pri-box2 p, .pri-cen p {
	color: #5C5C5C;
	font-size: 15px;
	font-weight: 100;
	line-height: 26px;
	margin: 10px 0px;
	text-align: center;
}
.conForm .pri-cen p {
	margin: 0 -8px 14px;
	font-size: 18px;
}
.pri-cen {
	text-align: center;
}
.icon-clock {
	display: block;
	margin: 54px auto;
}
.borb {
	border-bottom: 1px solid #eaeeee;
	margin: 15px 0;
}
.d-arrow-ali {
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: -1;
	border: 6px solid;
	border-color: #E53736 transparent transparent transparent;
}
.border-sel {
	background: transparent;
	border: 1px solid #D5D5D5;
height:3.2em;
	margin-bottom: 20px;
	position: relative;
}
.border-sel select {
	border: 0 none;
	vertical-align: text-top;
	text-indent: 0.01px;
	text-overflow: "";
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 !important;
	background: transparent !important;
}
.ba-tra {
	background: transparent;
}
.new-btn {
	margin: 0 0px 10px 0;
}
.new-btn2 {
	margin: 20px 0px 0 -40PX;
}
.new-btn a, .new-btn2 a {
	border-radius: 60px;
	display: block;
	font-size: 16px;
	margin: 10px -8px;
	padding: 4px 10px;
}
.new-btn a.floating {
	border: 2px solid #a504d3;
	color: #a504d3;
}
.new-btn a.floating:hover, .new-btn a.floating:focus {
	border: 2px solid #a504d3;
	color: #fff;
	background: #a504d3;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	text-decoration: none;
	-moz-animation: sFloating 2s 1 linear;
	-webkit-animation: sFloating 2s 1 linear;
}
.new-btn a.floating2 {
	border: 2px solid #fb0023;
	color: #fb0023;
}
.new-btn a.floating2:hover, .new-btn a.floating2:focus {
	border: 2px solid #fb0023;
	color: #fff;
	background: #fb0023;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	text-decoration: none;
	-moz-animation: sFloating 2s 1 linear;
	-webkit-animation: sFloating 2s 1 linear;
}
.new-btn a.floating3 {
	border: 2px solid #305c00;
	color: #305c00;
}
.new-btn a.floating3:hover, .new-btn a.floating3:focus {
	border: 2px solid #305c00;
	color: #fff;
	background: #305c00;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	text-decoration: none;
	-moz-animation: sFloating 2s 1 linear;
	-webkit-animation: sFloating 2s 1 linear;
}
.new-btn p {
	display: block;
	font-family: 'museo_sans100';
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.new-btn i, .new-btn2 i {
	float: left;
	padding: 0 4px;
}
.dollor-icon, .dollor-icon-price {
	font-size: 18px;
	margin: 3px 10px 0 4px !important;
}
.phone-icon, .phone-icon-price {
	font-size: 20px;
	margin: 2px 8px 0 4px !important;
}
.msg-icon, .msg-icon-price {
	font-size: 16px;
	margin: 4px 10px 0 4px !important;
}

/****04-06-14****/
.icon-moxtra{
	background:#fff url('../img/moxtra-logo2.png') no-repeat;
	height: 44px;
    width: 44px !important;
	margin:7px 6px 1px 8px;
    border-radius: 50px;
}

.icon-moxtra-binder{
	background:#fff url('../img/moxtra-binder-icon.png') no-repeat;
	height: 44px;
    width: 44px !important;
	margin:7px 6px 1px 8px;
    border-radius: 50px;
}
.icon-moxtra-note{
	background:#fff url('../img/moxtra-note-icon.png') no-repeat;
	height: 44px;
    width: 44px !important;
	margin:7px 6px 1px 8px;
    border-radius: 50px;
}

.moxtra-ali{
	height: 34px;
    margin: -8px 0 0 0px !important;
}
.modal-dial-small{
	margin: 80px auto;
	width: 360px;
}
.modal-body-btn {
    padding: 20px;
}
.start-btn{
	background: #4D4D4D;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	display: block;
	font-family: 'museo_sans300';
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.or-bor{
	background: none repeat scroll 0 0 #DBDBDB;
	box-shadow: 0 0 0 13.9px #FFFFFF inset;
	display: block;
	margin: 26px 0 20px;
}
#Careers .or-bor span{
	background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    display: block;
    font-family: 'museo_sans300';
    font-size: 20px;
    margin: auto;
    text-align: center;
    width: 48px;
}
.meet-id{
	border:1px solid #e6e2e2;
	background:#f5f3f3;
	padding:20px;
}
.meet-text{
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 6px;
	display: block;
	padding:10px;
	width: 100%;
	font-size: 18px;
}
.join-meet{
	background: none repeat scroll 0 0 #DE2626;
	border: 0 none;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 20px;
	margin: 0;
	padding: 10px;
	width: 100%;
}

/*.floating, .floating3{    
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}*/
.floating, .floating3 {
	-moz-animation: Floating 3.5s infinite ease-in-out;
	-webkit-animation: Floating 3.5s infinite ease-in-out;
}
 @-webkit-keyframes Floatingx {
 0% {
-webkit-transform: scale(1.04);
}
 25% {
-webkit-transform: scale(1);
}
 50% {
-webkit-transform: scale(1.04);
}
 75% {
-webkit-transform: scale(1);
}
 100% {
-webkit-transform: scale(1.04);
}
}
@-moz-keyframes Floatingx {
 0% {
-moz-transform: scale(1.04);
}
 25% {
-moz-transform: scale(1);
}
 50% {
-moz-transform: scale(1.04);
}
 75% {
-moz-transform: scale(1);
}
 100% {
-moz-transform: scale(1.04);
}
}
 @-moz-keyframes Floating {
 0% {
-moz-transform: scale(1.04);
}
 25% {
-moz-transform: scale(1);
}
 50% {
-moz-transform: scale(1.04);
}
 75% {
-moz-transform: scale(1);
}
 100% {
-moz-transform: scale(1.04);
}
}
@-webkit-keyframes Floating {
 0% {
-webkit-transform: scale(1.04);
}
 25% {
-webkit-transform: scale(1);
}
 50% {
-webkit-transform: scale(1.04);
}
 75% {
-webkit-transform: scale(1);
}
 100% {
-webkit-transform: scale(1.04);
}
}
.floating2 {
	-moz-animation: Floating 3.5s infinite ease-in-out;
	-webkit-animation: Floating 3.5s infinite ease-in-out;/*font-size: 16px !important;*/
}
@-webkit-keyframes Floatingxy {
 0% {
-webkit-transform: scale(1.04);
}
 25% {
-webkit-transform: scale(1);
}
 50% {
-webkit-transform: scale(1.04);
}
 75% {
-webkit-transform: scale(1);
}
 100% {
-webkit-transform: scale(1.04);
}
}
 @-moz-keyframes Floatingy {
 0% {
-moz-transform: scale(1.04);
}
 25% {
-moz-transform: scale(1);
}
 50% {
-moz-transform: scale(1.04);
}
 75% {
-moz-transform: scale(1);
}
 100% {
-moz-transform: scale(1.04);
}
}
.fournot-four { border:solid 1px #e6e3e3; padding:40px; background:#f8f8f8; }
.fournot-title {color: #E53736; font-size:20px; font-weight:500; display:block; text-align:center; margin:40px 0 0 0; }
.fournot-title2 {color: #E53736; font-size:22px; font-weight:500; display:block; text-align:center; margin:40px 0 0 0; }

.pd-lft { padding-left:0; }
.pd-lft2 { padding-left:0; padding-right:0; }

.misaddress { width:370px; display:block; margin:0 auto;  }
.misaddress ul { padding:0; margin:10px 0 0 0; list-style:none; }
.misaddress ul li { padding:0; margin:0; float:left; font-size:18px; color:#5c5c5c; padding-right:24px; }
.misaddress ul li.last { padding-right:0; }
a.homepage { font-size:18px; font-weight:500; color:#fff; background:#e53736; border-radius:5px; text-align:center; display:block; padding:10px 0; margin-top:10px; text-decoration:none; }


.legend.mrg-top {
    margin-top:15px !important; 
	margin-bottom:0 !important;
}

.thnk{color:#ff1300; font-size:20px; margin-bottom:5px;}
.thnk-para{color:#473f3f; font-size:16px; margin-bottom:30px; display:block;}

/*************** (min-width: 768px)*******************/
@media (min-width: 768px) {
body {
	padding-bottom: 0;
}

.thnk{color:#ff1300; font-size:28px; margin-bottom:5px;}
.thnk-para{color:#473f3f; font-size:18px; margin-bottom:30px; display:block;}

.navbar-brand {
	display: none;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav {
	display: table;
	width: 100%;
	float: left;
	margin: 0;
}
.nav > li {
	position: relative;
	z-index: 1000;
}
.navbar-nav > li > a {
	margin-right: 40px;
	padding: 12px 0;
	font-size: 18px;
	font-weight: normal;
	font-family: 'museo_sans500';
	box-shadow: none;
	-moz-box-shadow: none;
	border-width: 2px 0 0;
	border-color: transparent;
	border-style: solid;
	cursor: pointer;
}
.navbar-nav > li:first-child > a {
	padding-left: 0;
}
.navbar-default .navbar-right > li > a {
	padding: 12px 14px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'museo_sans500';
	box-shadow: none;
	-moz-box-shadow: none;
	border-width: 2px 0 0;
	border-color: transparent;
	border-style: solid;
	margin: 0;
}
.navbar-default .navbar-nav > li:last-child > a {
  margin: 0;
  padding: 12px 0;
}
.navbar-nav > li.get-quote > a:first-child {
  padding: 12px;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li.active > a {
	background-color: rgba(0, 0, 0, 0);
	color: #e53736;
	border-top: 2px solid #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #E53736;
	background-color: rgba(0, 0, 0, 0);
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}
.clearpad {
	padding: 0 !important;
}
.fol-img {
	background: url("../img/follow.png") no-repeat scroll center -3px rgba(0, 0, 0, 0);
	min-height: 46px;
	min-width: 136px;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > li > a.fol-img:hover,  .navbar-default .navbar-nav > li > a.fol-img:focus {
	background: url("../img/follow-hover.png") no-repeat scroll center -3px rgba(0, 0, 0, 0);
	min-height: 46px;
	min-width: 136px;
	border-top: 2px solid transparent;
}
.navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.dropdown-menu {
	padding: 0;
	background: #FFFFFF;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 0 1px 1px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a {
	padding: 12px 15px;
	text-align: left;
}
.dropdown-menu > li > a:hover,  .dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #E53736;
	text-decoration: none;
}
.logo {
	width: 110px;
	margin: 15px 0 12px -15px;
}
.logo a {
	background: url("../img/logo@2x.png") no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 90px;
	text-indent: -9999px;
}
.icon-part {
	margin: 21px 0;
	overflow: hidden;
}
.icon-client,  .icon-mobile,  .icon-experts {
	float: left;
	height: 74px;
	margin-right: 10px;
	width: 72px;
}
.icon-client {
	background: url("../img/icon-client.png") no-repeat;
}
.icon-mobile {
	background: url("../img/icon-mobile.png") no-repeat;
}
.icon-experts {
	background: url("../img/icon-experts.png") no-repeat;
}
.icon-des {
	overflow: hidden;
	padding: 14px 0 0;
}
.icon-des h1, .icon-des h2{
	font-size: 26px;
	margin: 0;
	font-weight: normal;
	font-family: 'museo_sans500';
	color: #5c5c5c;
	line-height: 1;
}
.icon-des p {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	font-family: 'museo_sans100';
	color: #5c5c5c;
}
.icon-part a{
    display: block
}
.icon-part a:hover h1, .icon-part a:hover p, .icon-part a:hover{
    text-decoration: none;
    color: #E53736
}

.top-rated {
	border-top: 2px solid #DDDDDD;
	font-size: 20px;
	margin: 0;
	padding: 20px 10px;
}
.top-rated2 {
	border-top: 2px solid #DDDDDD;
	color: #565656;
	font-family: 'museo_sans100';
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 16px 10px;
	text-align: center;
}
p.top {
	color: #333;
	font-family: 'museo_sans100';
	font-size: 18px;
	text-align: center;
	margin: 0;
}
.grey-bg {
	background: #f8f8f8;
	border: 1px solid #eaeeee;
	border-width: 1px 0;
	padding: 34px 0;
}
.white-bg {
	background: #fff;
	padding: 34px 0;
}
.cont-part {
	margin: 0;
}
.cont-part h2 {
	color: #5c5c5c;
	font-size: 28px;
}
.cont-part img {
	margin: 22px auto;
}
.cont-part p {
	display: block;
	font-family: 'museo_sans100';
	font-size: 17px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.grey-bg2 {
	padding: 18px 0 5px;
}
.footer-menu {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 -15px 20px;
	padding: 0 0 20px;
	text-align:center;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	color: #5C5C5C;
	display: block;
	font-family: 'museo_sans300';
	font-size: 16px;
	padding: 0 11px;
	border-right: 1px solid #e3e0e0;
}
.footer-menu li a:hover,  .footer-menu li a:focus {
	color: #e53736;
	text-decoration: none;
}
.footer-menu li:first-child a {
	padding-left: 0;
}
.footer-menu li:last-child a {
	border-right: none;
	padding-right: 0;
}
.map,  .map2,  .map3 {
	margin: 0 0 0 -6px;
}
.map-align {
	margin: 0 -20px;
}
.copy-rights a {
	color: #5C5C5C;
	font-size: 16px;
}
.copy-rights {
	padding-top:5px;
	margin-top: 10px;
	display: block;
	text-align: center;
	color: #5C5C5C;
	border-top: 1px solid #D0D0D0;
}
.footer-new li a {
	line-height: 34px;
}
.about-cont-part {
	margin: 18px -2px;
}
.about-cont-part p {
	font-size: 16px;
}
.about-cont-part p.black-txt {
	font-size: 17px;
}
.pri-box, .pri-box2 {
	margin: 10px -5px;
}
.pri-box h2, .pri-box2 h2 {
	font-size: 22px;
	text-align: left;
}
.conForm .pri-box p, .conForm .pri-box2 p {
	font-size: 18px;
	text-align: left;
}
.pri-box h3, .pri-box2 h3 {
	text-align: left;
}
.img-ali {
	margin: 24px auto;
}
.img-ali1 {
  margin: 14% 0;
}
.img-ali2 {
 margin: 8% 0 8% 16%;
}

.img-ali3 {
  margin: 8% 0;
}

.mar-top {
	margin: 18px 0 0 0;
}
.mar-t48 {
	margin-top: 28px;
}
/*************Quick Contact****************/
#slideMenu.closed, #slideMenu2.closed, #slideMenu3.closed, #slideMenu4.closed, #slideMenu5.closed {
	right: -253px;
}
#slideMenu.opened, #slideMenu2.opened, #slideMenu3.opened , #slideMenu4.opened, #slideMenu5.opened{
	right: 0;
}
#slideMenu {
	position: fixed;
	right: 0;
	top: 80px;
	width: 250px;
	z-index: 20;
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}
#slideMenu2 {
	position: fixed;
	right: 0;
	top: 150px;
	width: 250px;
	z-index: 20;
}
#slideMenu3 {
	position: fixed;
	right: 0;
	top: 220px;
	width: 250px;
	z-index: 20;
}
#slideMenu4 {
	position: fixed;
	right: 0;
	top: 290px;
	width: 250px;
	z-index: 20;
}
#slideMenu5 {
	position: fixed;
	right: 0;
	top: 358px;
	width: 250px;
	z-index: 20;
}
#slideMenu a.toggleBtn, #slideMenu2 a.toggleBtn2, #slideMenu3 a.toggleBtn3, #slideMenu4 a.toggleBtn4, #slideMenu5 a.toggleBtn5 {
	position: absolute;
	right: 250px;
	min-height: 56px;
	min-width: 50px;
	background: #e53736;
	border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	margin: 0;
	z-index: 20;
	top: -2px;
}
#slideMenu a.toggleBtn i, #slideMenu a.toggleBtnHighlight i, #slideMenu2 a.toggleBtn2 i, #slideMenu2 a.toggleBtnHighlight2 i {
	background: #fff;
	border-radius: 50%;
	color: #7C899C;
	font-size: 30px;
	height: 44px;
	margin: 7px;
	min-width: 44px;
	padding-top: 6px;
	text-align: center;
}
#slideMenu2 a.toggleBtn2 i, #slideMenu2 a.toggleBtnHighlight2 i {
	font-size: 26px;
	padding: 8.5px 9px;
}
#slideMenu a.toggleBtnHighlight, #slideMenu2 a.toggleBtnHighlight2, #slideMenu3 a.toggleBtnHighlight3, #slideMenu4 a.toggleBtnHighlight4, #slideMenu5 a.toggleBtnHighlight5 {
	position: absolute;
	background: #e53736;
	border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	margin: 0;
	z-index: 20;
	top: -2px;
	right: 250px;
}
.bor-btm {
	border-bottom: 1px solid #7c899c;
	margin: auto;
	width: 210px;
}
.content img {
	display: block;
	margin: 20px auto 10px;
}
.content {
	z-index: 20;
	margin: -2px 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
}
.content h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 58px;
	margin: 0;
	padding: 0 0 0 15px;
	background: #e53736;
	font-family: 'museo_sans700';
}
.con-part2 {
	padding: 10px 15px;
}
img.top40 {
	margin-top: 40px;
}
/**************hover menu*****************/

.wid-auto {
	width: auto;
}
.wid-320 {
	width: 320px;
}
.wid-320 > li > a {
	clear: inherit;
	display: inline-block;
	float: left;
	margin: 0 5px;
	width: 148px;
	padding: 8px 12px;
}
.wid-320 > li > a > i {
	min-width: 20px;
	text-align: center;
}
.wid-320 > li:first-child > a,  .wid-320 > li > a.bt-none {
	border-top: 0px;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

.legend.mrg-top {
    margin-top: 30px !important; 
}
.mobmg { margin:30px auto; }
.txtcenter { text-align:center; }
.mobile-mgtop { margin-top:40px; } 	
}
/**************FONT-Awasome******************/
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 6px
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-twitter:before {
	content: "\f099";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-facebook:before {
	content: "\f09a";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-phone:before {
	content: "\f095";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}
.fa-instagram:before {
	content: "\f16d";
}
/*Career*/
#Careers p.desc {
	color: #d43333;
	font-size: 24px;
	text-align: left;
	line-height: 28px;
}
#Careers span {
	font-size: 16px;
	text-align: left;
	color: #666;
	display: block;
	margin-bottom: 20px;
}
#Careers p {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	text-align: left;
}
#Careers a {
	font-size: 16px;
	display: inline-block;
}
.icon-mail, .icon-link {
	background: url(../img/icon-mail.png) no-repeat;
	width: 22px;
	height: 14px;
	margin-right: 10px;
}
.icon-link {
	background: url(../img/icon-link.png) no-repeat;
	margin-right: 8px;
}
.btn-video {
	text-decoration: underline;
}
/*Video*/
.container .video {
	width: 156px;
	height: 209px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 16px;
	left: 16px;
	background-color: #FFF;
}
.btn {
	background-color: #000;
	border: 2px solid #000;
	border-radius: 15px;
	cursor: pointer;
	padding: 0px;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -34px;
	z-index: 999;
	width: 30px;
	height: 30px;
}
.main {
	position: relative;
	left: 0px;
	bottom: 0px;
	background: none;
}
.videotitle {
	background-color: rgba(255, 255, 255, 0.7);
	bottom: 0;
	color: #303030;
	display: block;
	font-size: 12px;
	font-weight: 700;
	left: 0;
	line-height: 14px;
	padding: 2px 2px 4px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.container .videoBox {
	background-color: #020003;
	border-radius: 6px;
	height: 265px;
	width: 188px;
}
/*FAQ*/
.faq_bg {
	background-image: url(../img/videos/FAQ_bg.jpg);
	background-size: auto auto;
	background-position: left center;
	background-repeat: no-repeat;
	width: 853px;
	height: 850px;
	margin: 20px auto;
	padding: 0px;
}
.faq_bg .videobg {
	float: left;
	background-color: none;
}
.faq_bg .videobg2 {
	float: left;
	margin-left: 144px;
}
.faq_bg .videobg3 {
	float: right;
	margin-left: 144px;
}
.faq_bg .videobg4 {
	float: left;
	margin-top: 28px;
}
.faq_bg .videobg5 {
	float: right;
	margin-top: 28px;
	margin-left: 476px;
}
.faq_bg .videobg6 {
	float: left;
	margin-top: 27px;
	margin-left: 168px;
}
.faq_bg .videobg7 {
	float: left;
	margin-top: 27px;
	margin-left: 144px;
}
.mobilitypage header h3.new-h3 {
	margin: 10px 0;
}
/*Video*/

/*enterprise*/
#platforms p {
	font-size: 34px;
	font-weight: 300;
	line-height: normal;
	color: #565656;
	margin: 30px 0;
	text-align: center;
}
#platforms h1 {
	font-size: 34px;
	font-weight: 300;
	line-height: normal;
	color: #565656;
	margin: 30px 0;
	text-align: center;
}
.red {
	color: #E53736 !important;
}
#app-feat p {
	font-size: 28px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 24px;
}
#app-feat .feat-box {
	border: 2px solid #d3d3d3;
}
#app-feat .feat-box img {
	float: left;
}
#app-feat .feat-box p {
	color: #636363;
	font-size: 20px;
	margin: 10px 0px 0px
}
#app-feat .feat-box p.last {
	font-size: 20px;
}
.appfeat {
	display: block;
	list-style: none;
	padding: 0;
	position: relative
}
.appfeat:after {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	width: 0;
	height: 148px;
	border-right: 2px solid #d3d3d3;
	z-index: -1
}
.oldie .appfeat:after {
	display: none;
}
.appfeat li {
	position: relative;
	margin-bottom: 30px;
}
.appfeat li:nth-child(odd) .feat-box {
	margin-right: 20px;
}
.appfeat li:nth-child(even) .feat-box {
	margin-left: 20px;
}
.appfeat li:nth-child(odd):after, .appfeat li:nth-child(even):before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 35px;
	height: 0;
	border-top: 2px solid #d3d3d3;
	z-index: -1
}
.appfeat li:nth-child(even):before {
	left: 0;
	right: auto;
}
.countries span {
	font-size: 16px;
	font-weight: 700;
	color: #de2626;
	margin: 20px 0;
	display: block
}
.icon-flag-us, .icon-flag-uk, .icon-flag-aus, .icon-flag-ind {
	height: 16px;
	width: 22px;
	vertical-align: middle;
	background: url(../img/sprite.png) no-repeat;
	margin-right: 6px;
}
.icon-flag-us {
	background-position: 0 0
}
.icon-flag-uk {
	background-position: -50px 0
}
.icon-flag-aus {
	background-position: -100px 0
}
.icon-flag-ind {
	background-position: -150px 0
}
/*Portfolio*/

.drop-shadow {
	background: #fcfcfb;
	float: left;
	padding: 1em;
	position: relative;
	width: 100%;
	border: 1px solid #e5e4e2;
	margin-bottom: 24px;
}
.drop-shadow img {
	width: 100%;
}
/*.lifted:before {
    bottom: 11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.9);
    height: 9%;
    left: 19%;
    max-height: 100px;
    max-width: 300px;
    width: 65%;
}
.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}*/
.drop-shadow a {
	display: block;
	overflow: hidden;
	position: relative;
}
.drop-shadow a div {
	background: rgba(0,0,0, .8);
	height: 100%;
	width: 100%;
	padding: 12px 15px;
	color: #fff;
	font-size: 15px;
	text-align: left;
	position: absolute;
	right: 0;
	top: 100%;
	text-decoration: none;
	transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-webkit-transition: 1s all ease-in-out;
}
.drop-shadow a:hover div {
	top: 0;
}
ul.portfolio {
	margin: 10px 0 0 !important;
}
ul.portfolio li {
	text-align: center;
}
ul.portfolio li strong {
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #000;
	line-height: 18px;
	margin-top: 14px;
}
ul.portfolio li span {
	font-size: 14px;
	color: #888;
}
.block-grid.three-up {
	margin: 0 -12px;
}
.block-grid.three-up > li {
	width: 33.33333%;
	padding: 0 12px 12px;
}
.block-grid.three-up > li:nth-child(3n+1) {
	clear: both;
}
ul[data-clearing].block-grid.three-up > li:nth-child(3n+1) {
	clear: none;
}
.block-grid {
	display: block;
	overflow: hidden;
	padding: 0;
}
.block-grid > li {
	display: block;
	height: auto;
	float: left;
}
/*Contact*/
input.validation_failed, textarea.validation_failed, select.validation_failed {
	background-color: #f9e6e6;
	background-color: rgba(198, 15, 19, 0.1);
	border-color: #C60F13;
	border-style: solid;
}
#submit_loader {
	display: none;
	background-color: #FFF;
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.process_msg {
	color: #E53736;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 28px;
}
#submit_loader .process_msg {
	margin: -35px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.conForm p {
	font-size: 16px;
	margin: 20px 0
}
.conForm fieldset {
	margin: 0;
	border: none;
	padding: 0
}
.conForm .legend {
	font-size:20px;
	font-weight: 700;
	margin: 0 0 16px;
	padding: 0;
	display: block
}
.conForm .input, .conForm textarea {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset !important;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset !important;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset !important;
	padding: 12px;
	height:2.8em;
	color: #6F6F6F;
	margin-bottom: 20px;
	width: 100%;
	border-radius:0;
}
.conForm textarea {
	height: 140px;
	width: 100%;
}
.conForm input[placeholder], .conForm [placeholder] {
	color: #000
}
.conForm input::-webkit-input-placeholder {
 color:#000
}
.conForm input:-moz-placeholder {
 color:#000
}
.conForm input::-moz-placeholder {
 color:#000
}
.conForm input:-ms-input-placeholder {
 color:#000
}
.conForm .button {
	margin: 0 10px 16px 0px;
}
.conForm form {
	margin: 0
}
.button {
	width: auto;
	background: #de2626;
	border: 1px solid #de2626;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	padding: 0px 32px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	height: 40px;
	border-radius:0;
}
.button:hover, .button:focus {
	color: white;
	background-color: #e55151;
}
.button.secondary {
	background-color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #363636;
}
aside {
	background-color: #f9f9f9;
	border: 1px solid #f3f3f3;
	padding: 20px;
	margin: 30px 0;
}
aside h5 {
	border-bottom: 1px solid #D5D5D5;
	margin: 0 0 10px;
	padding-bottom: 10px;
	color: #E53736;
	font-size: 18px;
	font-weight: 700;
}
figure {
	margin: 0px 0px 20px;
}
aside address {
	font-size: 16px;
	line-height: 1.3
}
address .small {
	font-size: 16px;
}
.shadow-btm {
	bottom: -9px;
	right: 20px;
	height: 12px;
	position: relative;
	z-index: 100;
}
.loadmask {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;
	zoom: 1;
}
.loadmask-msg {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
	/*border:1px solid #6593cf;
    background: #c3daf9;*/
	padding: 2px;
}
.loadmask-msg div {
	padding: 5px 10px 5px 25px;
	/*background: #fbfbfb url('../img/small-loading.gif') no-repeat 5px 5px;*/
	background: url('../img/small-loading.gif') no-repeat 5px 5px;
	margin-left: 0px;
	/*line-height: 16px;*/
    /*border:1px solid #a3bad9;*/
	color: #222;
	font: normal 11px tahoma, arial, helvetica, sans-serif;
	cursor: wait;
	width: 50px;
	height: 50px;
}
.masked {
/*overflow: hidden !important;*/
}
.masked-relative {
	position: relative !important;
}
.masked-hidden {
	visibility: hidden !important;
}
.con-part2 h1 {
	font-size: 16px;
	line-height: 20px;
	margin: 100px 0px;
}
#conForm {
	margin-bottom: 24px;
}
#conForm p {
	font-size: 22px;
	font-weight: 300;
	line-height: normal
}
#conForm .photo, #conThank .photo {
	border: 2px solid #d3d3d3;
}
#conForm .labelName, #conThank .labelName {
	font-size: 20px;
	display: block;
	margin: 12px 0
}
#conForm a, #conThank a {
	font-size: 17px;
	font-weight: 300;
	display: block;
}
#conForm a i, #conThank a i {
	margin-right: 8px;
	color: #404040;
	line-height: 22px;
}
#conForm textarea {
	height: 124px;
}
.appicons li a {
	display: block;
	padding: 14px 9px 5px;
}
/*06082014 contact us issues*/
#conForm .labelName, #conThank .labelName {
    display: block;
    font-size: 20px;
    margin: 0 -3px;
}
/*06082014 contact us issues*/

.para-text{
	font-size:20px;
	line-height:28px;
	color:#404040;
	font-weight:100;}

.cnt p{margin:15px 0;}






/************************************ 22-10-2015 ***************************************/
.top-rated.brdr-clr.pad12 {
    padding: 8px 0;
}
.img-center {
    display: block;
    margin: 0 auto !important;
}















/*************** (max-width: 768px)*******************/

@media (min-width: 768px) and (max-width: 940px) {
.logo {
	margin: 15px 0 12px -10px;
}
.icon-des p {
	font-size: 15px;
	margin: 0 -1px 0 0;
	font-weight: normal;
	font-family: 'museo_sans100';
	color: #5c5c5c;
	white-space: nowrap;
}
.top-rated .txt1 {
	line-height: 80px;
	text-align: center;
	background: none;
	margin-left: 0;
}
.top-rated .txt {
	line-height: 30px;
	float: none;
}
.cont-part h2 {
	font-size: 24px;
}
.navbar-nav > li > a:first-child {
	padding-left: 8px;
}
.navbar-nav > li > a {
	font-size: 14px;
	margin: 0;
	padding: 12px 4px;
}
.footer-new ul {
	text-align: center;
	margin: 0 -10px;
}
.footer-menu {
	text-align: center;
}
.footer-menu li:last-child a {
	border-right: none;
}
.footer-menu li a {
	padding: 0 7px;
	font-size: 13px;
}
.map-align {
	margin: 0;
}
.navbar-default .navbar-right > li > a {
	padding: 12px 6px;
}
.navbar-default .navbar-nav > li.get-quote > a {
	color: #fff;
	background: #e53736;
	font-size: 16px;
	font-family: 'museo_sans700';
	padding: 12px 12px;
}
.navbar-nav > li.get-quote > a:first-child {
	padding-left: 12px;
}
.fol-img {
	background: url("../img/follow.png") no-repeat scroll center -3px rgba(0, 0, 0, 0);
	min-height: 46px;
	min-width: 120px;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > li > a.fol-img:hover,  .navbar-default .navbar-nav > li > a.fol-img:focus {
	background: url("../img/follow-hover.png") no-repeat scroll center -3px rgba(0, 0, 0, 0);
	min-height: 46px;
	min-width: 120px;
	border-top: 2px solid transparent;
}
.caret {
	float: right;
	margin: 8px 6px 0 2px;
}
.new-btn a, .new-btn2 a {
	border-radius: 60px;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	margin: 10px -12px;
	padding: 8px 10px;
	text-align: center;
}
.new-btn p {
	font-size: 16px;
}
.dollor-icon {
	font-size: 15px;
	margin: 2px -4px 0 -7px !important;
}
.dollor-icon-price {
	font-size: 15px;
	margin: 2px -4px 0 1px !important;
}
.phone-icon {
	font-size: 18px;
	margin: 1px -3px 0 0 !important;
}
.phone-icon-price {
	font-size: 18px;
	margin: 1px -10px 0 3px !important;
}
.msg-icon {
	font-size: 16px;
	margin: 0 -3px 0 3px !important;
}
.msg-icon-price {
	font-size: 16px;
	margin: 0px -10px 0 6px !important;
}
/*Video*/
.faq_bg {
	background-image: url(../img/videos/FAQ_bg_mini.jpg);
	background-size: auto auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 740px;
	position: relative;
	z-index: 10;
	margin-left: 5px;
}
.faq_bg .videobg2 {
	margin-left: 90px;
}
.faq_bg .videobg3 {
	margin-left: 85px;
	float: left;
}
.faq_bg .videobg5 {
	margin-left: 362px;
	float: left;
}
.faq_bg .videobg6 {
	margin-left: 112px;
}
.faq_bg .videobg7 {
	margin-left: 143px;
}
ul.portfolio li {
	text-align: center;
	margin-bottom: 10px;
}
p.main-content {
	width: 90%;
	margin-top: 40px !important;
}
.top-bar ul > li a:not(.button) {
	font-size: 14px;
	padding: 0 7px;
}
#feat-boxes p {
	font-size: 38px !important;
}
#feat-boxes p span {
	font-size: 16px !important;
}
.cont-part2 p, .cont-part3 p {
	display: block;
	font-family: 'museo_sans100';
	font-size: 16px;
	margin: 25px 8px;
	padding: 0;
}
.cont-part3 p {
	margin: 20px 8px;
}
.cont-part2 h2 {
	display: block;
	font-family: 'museo_sans500';
	font-size: 24px;
	margin: 40px 0px 0px;
	padding: 0;
}
.sales-cls li {
  background: url("../img/arrow-sales.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
  color: #404040;
  font-family: "museo_sans100";
  font-size: 16px;
  list-style: none outside none;
  padding: 1px 0 12px 30px;
}
.sale-mark h4 { 
  font-size: 20px;
  padding: 20px 0 14px;
  margin: -1px -10px 0;  
}
/*enterprise*/
#platforms p {
	font-size: 30px;
	font-weight: 300;
	line-height: normal;
	color: #565656;
	margin: 30px 0;
	text-align: center;
}
.red {
	color: #E53736;
}
#app-feat p {
	font-size: 26px;
}
#app-feat .feat-box p {
	margin: 15px 0;
	font-size: 16px
}
#app-feat .feat-box p.last {
	font-size: 15px;
	padding-top: 2px;
}
.appfeat:after {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	width: 0;
	height: 154px;
	border-right: 2px solid #d3d3d3;
	z-index: -1
}
.navbar-nav > li > a {
	padding: 12px 14px;
}
.countries span {
	text-align: left;
	margin: 10px 0;
	font-size: 14px;
}
.margin_remove01 {
	margin: 25px 0px 0px 0px !important;
}
.margin_remove02 {
	margin: 20px 0px 0px 0px !important;
}
.margin_remove03 {
	margin: 10px 0px 0px 0px !important;
}
/*Mobile Apps Margins*/
.mobile_remove0 { margin: 20px -4px 20px !important }
.mobile_remove01 {
	margin: 66px -4px 20px !important
}
.mobile_remve01 {
  margin: 60px -5px !important;
}
.mobile_remve03 {
  margin: 30px -5px 19px !important;
}
.mobile_remove02 {
	margin: 40px -10px 0 !important
}

.mobile_remove03 {
	margin: 70px -22px 20px -7px !important
}
.mobile_remove04 {
	margin: 84px 0 30px -35px !important
}
/*iPhone Apps Margins*/
.iphone_remove01 {
	margin: 52px 0 0 -18px !important
}
.iphone_remove02 {
	margin: 26px -5px 26px !important
}
.iphone_remove03 {
	margin: 46px 0 0 -15px !important
}
.iphone_remove04 {
	margin: 40px 0 12px !important
}
/*Android Apps Margins*/
.andriod_remove01 {
	margin: 24px -22px 0 -4px !important
}
.andriod_remove02 {
	margin: 46px 0 0 -50px !important
}
.andriod_remove03 {
	margin: 38px -25px 0 0 !important
}
.andriod_remove04 {
	margin: 30px 15px -18px 0 !important
}
/*Windows Apps Margins*/
.windows_remove01 {
	margin: 48px 0px 0px 0px !important;
}
.windows_remove02 {
	margin: 38px 0px 0px 0px !important;
}
.windows_remove03 {
	margin: 56px 0px 0px 0px !important;
}
/*iPad Apps Margins*/
.ipad_remove01 {
	margin: 46px 0px 0px 0px !important;
}
.ipad_remove02 {
	margin: 12px 0 0 -22px !important
}
.ipad_remove03 {
	margin: 49px 6px 35px -2px !important
}
.ipad_remove04 {
	margin: 32px -8px 0px -8px !important;
}
/*Tablet Apps Margins*/
.tablet_remove01 {
	margin: 60px 0 0 -25px !important
}
.tablet_remove02 {
	margin: 47px -3px 30px !important
}
.tablet_remove03 {
	margin: 45px 0 35px -12px !important
}
.tablet_remove04 {
	margin: 30px 0 -12px !important
}
/*Gadget Apps Margins*/
.gadget_remove01 {
	margin: 42px -6px 0 !important
}
.gadget_remove02 {
	margin: 55px 0px 30px 15px !important;
}
.gadget_remove03 {
	margin: 56px 0px 35px 0px !important;
}
.gadget_remove04 {
	margin: 42px 0 0 -15px !important
}
/*Venturet Apps Margins*/
.venture_remove01 {
	margin: 34px -6px 0 !important
}
.venture_remove02 {
	margin: 40px 0px 40px 15px !important;
}
.venture_remove03 {
	margin: 42px 0px 35px 0px !important;
}
.venture_remove04 {
	margin:94px 0 0 -15px !important
}





/*Headless Devices Apps Margins*/
.headless_remove01 {
	margin: 45px -18px 0 0 !important
}
.headless_remove02 {
	margin: 60px -4px 0 !important
}
.headless_remove03 {
	margin: 46px 0 0 !important
}
.headless_remove04 {
	margin: 36px 0 10px 2px !important
}
/*Wearable Devices Apps Margins*/
.wearable_remove01 {
	margin: 45px -20px 0 2px !important
}
.wearable_remove02 {
	margin: 45px 0 0 -4px !important
}
.wearable_remove03 {
	margin: 50px 5px 0 !important
}
.wearable_remove04 {
	margin: 56px 0px 0 0 !important
}
/*Wearable Devices Apps Margins*/
.applewatch_remove01 {
	margin: 45px 0 0 2px !important
}
.applewatch_remove02 {
	margin: 60px 0 0 -4px !important
}
.applewatch_remove03 {
	margin: 100px 5px 0 !important
}
.applewatch_remove04 {
	margin: 56px 0px 0 0 !important
}

/*Settop Devices Apps Margins*/
.settop_remove01 {
	margin: 35px 2px 0 !important
}
.settop_remove02 {
	margin: 50px 0 0 -30px !important
}
.settop_remove03 {
	margin: 58px -8px 0 0 !important
}
.settop_remove04 {
	margin: 40px 0 -10px !important
}
/*google-glass Devices Apps Margins*/
.gglass_remove01 {
	margin: 45px -3px 0 !important
}
.gglass_remove02 {
/*	margin: 54px -10px 0 !important*/
	margin: 48px -10px 0 !important
}
.gglass_remove03 {
/*	margin: 55px 0px 0px !important;*/
	margin: 25px 0px 0px !important;
}
.gglass_remove04 {
/*	margin: 28px 0px 0 0px !important;*/
	margin: 78px 0px 0 0px !important;
}
/*Gadget Apps Margins*/
.salesmark_remove01 {
	margin: 30px -6px 0 !important
}
.salesmark_remove01a {
	margin: 16px -6px 0 !important
}
.salesmark_remove02 {
	margin: 35px 0 14px -15px !important
}
.salesmark_remove03 {
	margin: 56px 0px 35px 0px !important;
}
.salesmark_remove04 {
	margin: 42px 0 0 0 !important
}
ul.portfolio li {
	text-align: center;
	margin-bottom: 10px;
}
#conForm .photo {
	width: 100%
}
aside h5 {
	font-size: 14px;
}
.conForm p {
	font-size: 16px;
}
.drop-shadow a div {
	font-size: 12px;
}
/*0608 contact issues*/
#conForm .labelName, #conThank .labelName {
	font-size: 18px;
	display: block;
}
#conForm a, #conThank a {
	font-size: 15px;
	font-weight: 300;
	display: block;
}
.row .mart60 {
    margin-top: 40px;
}
/*0608 contact issues*/


.cnt p{margin:15px 0;}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
.appicons li a {
    display: block;
    padding: 14px 6px 5px;
}
.padding-li {
	 padding: 0 10px;
}
.top-rated .txt1 {
	line-height: 30px;
	text-align: center;
	background: none;
	margin-left: 0;
}
.top-rated .txt {
	line-height: 30px;
	float: none;
}
.top-rated .image {
	display: block;
	float: none;
	margin: auto 0;
	text-align: center;
	width: 100%;
}
.top-rated .image .img-responsive {
	margin: auto;
}
.faq_bg {
	width: 300px;
	height: auto;
	background: none;
}
.faq_bg .videobg {
	float: none;
	margin: auto;
}
.faq_bg .videobg2 {
	float: none;
	margin: 20px auto;
}
.faq_bg .videobg3 {
	float: none;
	margin: auto;
}
.faq_bg .videobg4 {
	float: none;
	;
	margin: 20px auto;
}
.faq_bg .videobg5 {
	float: none;
	margin: auto;
}
.faq_bg .videobg6 {
	float: none;
	margin: 20px auto;
}
.faq_bg .videobg7 {
	float: none;
	margin: auto;
}
.btn-video {
	font-size: 22px;
}
ul.portfolio {
	margin: 20px 0 0 !important;
}
ul.portfolio li {
	text-align: center;
	margin-bottom: 5px;
}
p.main-content {
	width: 100%;
	text-align: center;
	margin-top: 10px !important;
}
#feat-boxes p {
	font-size: 36px;
}
#feat-boxes p span {
	font-size: 20px;
}
.cont-part2 p, .cont-part3 p {
	display: block;
	font-family: 'museo_sans100';
	font-size: 16px;
	margin: 25px 8px;
	padding: 0;
}
.cont-part2 h2 {
	display: block;
	font-family: 'museo_sans500';
	font-size: 20px;
	margin: 25px 0px 0px;
	padding: 0;
}
.sales-cls li {
  background: url("../img/arrow-sales.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
  color: #404040;
  font-family: "museo_sans100";
  font-size: 16px;
  list-style: none outside none;
  padding: 2px 0 10px 27px;
}
.sales-cls li.last-child-li{
    padding: 0 0 0 30px
}
.sale-mark h4 {
  font-size: 20px;
  margin: -1px -10px 0;
  padding: 16px 0 12px;
}
.margin_remove01 {
	margin: 25px 0px !important;
}
.margin_remove02 {
	margin: 20px 0px !important;
}
.margin_remove03 {
	margin: 30px 8px !important;
}
/*enterprise*/
#platforms p {
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	color: #565656;
	margin: 30px 0;
	text-align: center;
}
.red {
	color: #E53736;
}
.block {
	background-size: 100% auto
}
.appfeat {
	margin-top: 10px
}
.appfeat:after {
	display: none;
}
.appfeat li {
	margin-bottom: 20px;
}
#app-feat .feat-box {
	margin-left: 0;
	margin-right: 0;
}
.appfeat li:nth-child(odd):after, .appfeat li:nth-child(even):before {
	top: -20px;
	left: 50%;
	right: auto;
	width: 0;
	height: 20px;
	border-top: none;
	border-right: 2px solid #d3d3d3;
}
.block .columns, .block .tableCell {
	height: auto;
}
.block p {
	font-size: 16px;
}
.DisTxt h2 {
	font-size: 24px;
	margin-top: 20px
}
.DisTxt p {
	font-size: 16px;
	margin: 16px 0
}
.DisTxt a {
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}
.appspage header h3 {
	text-align: center
}
#app-feat p {
	font-size: 18px;
}
#app-feat .feat-box p {
	font-size: 18px;
	margin: 6px 6px;
}
#app-feat .feat-box p.last {
	font-size: 18px;
	margin: 6px 6px;
}
.block a {
	font-size: 16px;
}
.LeadershipTxt p, .LeadershipTxt p strong {
	font-size: 16px;
}
.countries span {
	text-align: left;
	margin: 10px 0;
	font-size: 11px;
}
ul.portfolio {
	margin: 20px 0 0 !important;
}
ul.portfolio li {
	text-align: center;
	margin-bottom: 5px;
}
.block-grid.mobile-one-up > li {
	width: 100%;
}
#conForm a, #conThank a {
	font-size: 14px;
}
#conForm p {
	font-size: 20px;
}
/*Remove Margins*/
.mobile_remove0, .mobile_remove01, .mobile_remove02, .mobile_remove03, .mobile_remove04, .iphone_remove01, .iphone_remove02, .iphone_remove03, .iphone_remove04, .andriod_remove01, .andriod_remove02, .andriod_remove03, .windows_remove01, .windows_remove02, .windows_remove03, .ipad_remove01, .ipad_remove02, .ipad_remove03, .tablet_remove01, .tablet_remove02, .tablet_remove03, .gadget_remove01, .gadget_remove02, .gadget_remove03, .gadget_remove04, .headless_remove01, .headless_remove02, .headless_remove03, .wearable_remove01, .wearable_remove02, .wearable_remove03, .wearable_remove04, .settop_remove01, .settop_remove02, .settop_remove03, .gglass_remove01, .gglass_remove02, .gglass_remove03, .gglass_remove04, .salesmark_remove01, .salesmark_remove01a, .salesmark_remove02, .salesmark_remove02a, .salesmark_remove03, .salesmark_remove04,.venture_remove01,.venture_remove02,.venture_remove03,.venture_remove04,.applewatch_remove01,.applewatch_remove02,.applewatch_remove03 {
	margin: 20px 0 20px 0 !important;
}
.mobile_remve01 {
  margin: 30px 0 !important;
}
.mobile_remve03 {
  margin: 30px 0 19px !important;
}
.mobile_remve04 {
  margin: 8% 0 0 !important;
}
.mobile_remve02 {
  margin: 26px 0 !important;
}
.headless_remove04 {
	margin: 12px 0 -2px !important
}
.andriod_remove04 {
	margin: 18px 8px -22px !important
}
.ipad_remove04 {
	margin: 12px 0 20px !important
}
.tablet_remove04 {
	margin: 12px 0 -22px !important
}
.settop_remove04 {
	margin: 12px 0 -22px !important
}
.new-btn2 {
	margin: 4px 0 10PX
}

/*0608 contact issues*/
.marB24 {
    margin-bottom: 24px;
}
/*0608 contact issues*/

/*404 error*/
	 .fournot-four { padding:20px; margin-bottom:20px; }
	 .fournot-title {color: #E53736; font-size:18px; font-weight:500; display:block; text-align:center; margin:30px 0 0 0; }
	 .fournot-title2 { font-size:20px; font-weight:500; display:block; text-align:center; margin:30px 0 0 0; }
	 .misaddress { display:block; margin:0 auto; width:100%; padding-right:0;      }
	.misaddress ul { padding:0; margin:10px 0 0 0; list-style:none; }
	.misaddress ul li { padding:0 0 0 30px; margin:0; font-size:16px; color:#5c5c5c; padding-right:0; display:block; text-align:center;		  }
	.misaddress ul li.last { padding-right:0; }
	.pd-lft { padding-left:15px; }
	a.homepage { font-size:18px; font-weight:500; color:#fff; background:#e53736; border-radius:5px; text-align:center; display:block; padding:10px 0; margin-top:10px; text-decoration:none; }
/*29-06-2015*/
.pad {
    display: block;
    padding-bottom: 8px;
}

}
/*content title*/
.con-title {
	color: #5c5c5c;
	display: block;
	font-family: 'museo_sans500';
	font-size: 20px;
}
/*******Raj Code********/        
.F-right {
	float: right;
}
.F-left {
	float: left;
}
.text-l {
	text-align: left !important;
}
.bor-top {
	border-top: 1px solid #EAEEEE;
	padding: 10px 0 0;
}
.bor-t0 {
	border-top: 0 !important;
	padding: 12px 0 !important;
}
.fa-ins {
	/*background: url('http://www.softwaredevelopersinc.com/img/svg/inst.svg') no-repeat;*/
	background: url('../img/svg/inst.png') no-repeat;
	width: 16px;
	height: 17px;
}
.dropdown-menu > li > a:hover .fa-ins, .dropdown-menu > li > a:focus .fa-ins {
	background: url('../img/svg/inst-hover.png') no-repeat;
}

/*rajalakshmi- 29-06-2015*/
.mrglft{margin-left:5px;}


@media only screen and (min-width : 941px) and (max-width : 991px) {
.new-btn a, .new-btn2 a {
	border-radius: 60px;
	display: block;
	font-size: 13px;
	margin: 10px -12px;
	padding: 8px 10px;
}
}
@media (min-width: 992px) {
.about-cont-part {
	margin: 18px -32px;
}
.about-cont-part p {
	display: block;
	font-family: 'museo_sans100';
	font-size: 20px;
	margin: 14px 0;
	padding: 0;
}
.about-cont-part p.black-txt {
	font-size: 21px;
	color: #000;
	font-weight: 600;
}
.mar-tp {
	margin: 36px 20px 0 0 !important;
}
.top-rated {
	padding: 25px 0;
}
.top-rated {
	padding: 25px 0;
	font-size: 26px;
}
/*.top-rated {
	padding: 25px 0;
	font-size: 26px;
	text-align:left;
	position:relative;
	
}
.julyba { height:37px; position:absolute; right:0; top:8px; }*/
.pri-box h2, .pri-box2 h2 {
	font-size: 28px;
}
.pri-box h3, .pri-box2 h3 {
	font-size: 20px;
}
.conForm .pri-box p, .conForm .pri-box2 p, .pri-cen p {
	font-size: 20px;
	font-weight: 100;
	line-height: 32px;
	margin: 0 -4px 22px;
	text-align: left;
}
.conForm .pri-cen p {
	margin: 0 36px 24px;
	text-align: center;
	font-size: 20px;
}
.mar-t48 {
	margin-top: 48px;
}
.new-btn a, .new-btn2 a {
	text-align: center;
}
.new-btn p {
	font-size: 20px;
}
.dollor-icon {
	margin: 2px 0 0 1px !important;
}
.dollor-icon-price {
	font-size: 18px;
	margin: 2px -10px 0 4px !important;
}
.phone-icon {
	margin: 2px -7px 0 4px !important;
}
.phone-icon-price {
	font-size: 20px;
	margin: 2px -22px 0 4px !important;
}
.msg-icon {
	margin: 5px -10px 0 10px !important;
}
.msg-icon-price {
	font-size: 18px;
	margin: 3px -25px 0 7px !important;
}
.mail-txt {
	font-size: 18px !important;
}
p.top {
	font-size: 20px;
}
.mart-35 {
	margin-top: -35px;
}
.f-s24 {
	font-size: 26px !important;
}
.new-btn {
	margin: 0 -20px 10px 0;
}
.appicons {
	margin: 0;
	padding: 0;
	text-align: center;
}
.appicons li a {
	display: block;
	padding: 20px 20px 5px;
}
/*0608204 contact us issues*/
.mgbt {
    margin-bottom: 15px;
}
.row .mart60{
    margin-top:44px;
}
/*0608204 contact us issues*/

.mar-0{padding-bottom: 0;
    padding-left:50px;
    padding-right: 60px;
    padding-top: 0;}
	
	.cnt p{margin:10px 0 15px 0;}


.ipad_remove02 {
	margin-top: 30px !important;
}	
}
.appicons {
	margin: 0;
	padding: 0;
	text-align: center;
}
.appicons li {
	display: inline-block;
}
.app-des {
	font-size: 14px;
	text-align: center
}

.moximg img{
	width:140px; 
	height:140px; 
	background:#f8f8f8; 
	border:1px solid #eaeeee;
	margin:0 !important;
	padding:0 !important;
	background:#f8f8f8 url(../img/moxtra-binder-avatar.png) no-repeat;
}

/******* 14-07-14 *******/
.sales-cls {
	margin:0 -10px;
	padding:0
}
.sales-img01{
   margin: 0 14px
}
.img-ali-sales {
  margin: 24px auto 0;
}
.img-ali-sales2 {
  margin: 32px auto 0;
}

/*06082014 contact us issues*/
.padd {
    padding: 15px 0;
}
.padd .labelName {
    margin-bottom: 0 !important;
}
/*06082014 contact us issues*/
.pad8{padding:0 8px !important; }


@media (min-width: 768px) {{
/*0608 contact issues*/
#conForm .labelName, #conThank .labelName {
	font-size: 18px;
	display: block;
	margin: 12px 0
}
#conForm a, #conThank a {
	font-size: 15px;
	font-weight: 300;
	display: block;
}
/*0608 contact issues*/

}
@media(min-width:1200px) { 
.ipad_remove02 {
	margin-top:10px !important;
}
.mobile-mgtop { margin-top:40px; } 

 }

/*0808 webdesign and development*/
.webdesign_remove01 {
  margin: 36px -24px 0 0 !important;
}
.webdesign_remove02 {
  margin: 58px -16px 0 !important;
}
.webdesign_remove03 {
  margin: 54px -12px 0 !important;
}
.webdesign_remove04 {
  margin: 60px 4px 15px !important;
}

.brdr-tp{border-top:2px solid #dddddd;}
.mar-0{margin:15px 0;}

/************* Festival Banner ***************/
.fes-banner{
	font-size: 20px;
text-align: right;
padding: 10px 0px;
}
.fes-banner span {
  display: inline-block;
  float: left;
  line-height: 70px;
  text-align: left;
}
.fes-banner img{
	text-align:right;
}

#slider12 li img{color:#fff;}



.mrg-lft{margin-left:0px;}
.mrg-ft2{margin-left:0px;}
	
.brdrtp2{border-top: 2px solid #dddddd;}
.brdr-clr{border:0 !important;}
.mrg-lt5{margin-left:5px;}	
.mrg-rt5{display:block; margin-right:40px;}

	
	
.cont-part.cnt-new img {
    margin: 22px auto 0;
}
	
	
.cont-part p a.bl-txt{display:block; color:#00649e; font-weight:600;}	
	
	

@media(min-width:768px){.mrg-rt5{display:block; margin-right:20px;}

}
@media(min-width:992px){.mrg-ft2{margin-left:-30px;}
 .mrg-rt5{display:block; margin-right:40px;}}
@media(min-width:1200px){
	.mrg-lft{margin-left:20px;}
	.mrg-ft2{margin-left:-20px;}

	}
	@media(min-width:1600px){
	.mrg-lft{margin-left:20px;}
	.mrg-ft2{margin-left:-25px;}

	}
/*29-06-2015*/	
.mrglft{margin-left:15px;}
.pad {
    display: block;
    padding: 7px 0 0;
}

.heading{
    font-size: 26px;
    line-height: 30px;
}
.top-rated h2{
	font-size: 26px;
	font-family: 'museo_sans100';
	margin-top: 0;
    margin-bottom: 1px;
}
.top-rated h1{
    padding: 0;
	margin:0;
    font-size: 26px;
}

.thank-you {
	margin-top:87px;
}