@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300);
/*RESET CSS START*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html, html a { -webkit-font-smoothing:antialiased!important; }
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1.5em;
	font-size:14px;
	color:#4c4c4c;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
sub, sup {
	font-size:12px;
	line-height:2em;
}
sup { vertical-align:top; }
sub { vertical-align:bottom }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	border:1px solid #ececec;
	padding:10px;
}
/*RESET CSS END*/


/*Main CSS Start*/

a, a:link, a:visited {
	color: #4c4c4c;
	text-decoration: none;
	outline:none;
	border-bottom: 1px solid #3ec1e6;
	transition: all 0.2s ease-in-out 0s;
}
a:active, a:hover {
	background-color: #3ec1e6;
	color: #fff;
	cursor:pointer;
	outline:none;
}
a[href^=tel] {
 color:inherit;
 text-decoration: inherit;
 font-size:inherit;
 font-style:inherit;
 font-weight:inherit;
 background-color:transparent !important;
 border-bottom:none !important;
}
a[href^=tel]:hover {
 color:inherit;
 text-decoration: inherit;
 font-size:inherit;
 font-style:inherit;
 font-weight:inherit;
 background-color:transparent !important;
 border-bottom:none !important;
}
p, form, input {
	margin: 0px;
	padding: 0px;
}
a, img {
	margin: 0px;
	padding: 0px;
	border: none;
	outline:none;
}
strong { font-weight:600; }
img { display:block; }
.clr {
	clear: both;
	width: 100%;
}
p { padding-bottom:25px; }
.alignright {
	padding-left:25px;
	padding-bottom:10px;
}
.alignleft {
	padding-right:25px;
	padding-bottom:10px;
}
.pull_left, .alignleft { float:left !important; }
.pull_right, .alignright { float:right !important; }
.aligncenter { margin:0 auto !important; }
.pad_l_0 { padding-left:0px !important; }
.pad_l_10 { padding-left:10px !important; }
.pad_l_20 { padding-left:20px !important; }
.pad_l_30 { padding-left:30px !important; }
.pad_l_40 { padding-left:40px !important; }
.pad_l_50 { padding-left:50px !important; }
.pad_r_0 { padding-right:0px !important; }
.pad_r_10 { padding-right:10px !important; }
.pad_r_20 { padding-right:20px !important; }
.pad_r_30 { padding-right:30px !important; }
.pad_r_40 { padding-right:40px !important; }
.pad_r_50 { padding-right:50px !important; }
.pad_t_0 { padding-top:0px !important; }
.pad_t_10 { padding-top:10px !important; }
.pad_t_20 { padding-top:20px !important; }
.pad_t_30 { padding-top:30px !important; }
.pad_t_40 { padding-top:40px !important; }
.pad_t_50 { padding-top:50px !important; }
.pad_b_0 { padding-bottom:0px !important; }
.pad_b_10 { padding-bottom:10px !important; }
.pad_b_20 { padding-bottom:20px !important; }
.pad_b_30 { padding-bottom:30px !important; }
.pad_b_40 { padding-bottom:40px !important; }
.pad_b_50 { padding-bottom:50px !important; }
.pos_rel { position:relative !important }
.pos_abs { position:absolute !important }
.txt_center { text-align:center !important }
.txt_left { text-align:left !important }
.txt_right { text-align:right !important }
.txt_just { text-align:justify !important }
.wid_75 {
	width:75%;
	box-sizing:border-box;
	vertical-align:top;
}
.wid_50 {
	width:50%;
	box-sizing:border-box;
	vertical-align:top;
}
.wid_33 {
	width:32%;
	box-sizing:border-box;
	vertical-align:top;
}
.wid_25 {
	width:25%;
	box-sizing:border-box;
	vertical-align:top;
}
.wid_auto { width:auto !important }
.flex { display:flex; }
.box {
	padding:15px;
	float:left;
	display:block;
	margin-right:1.5%;
	margin-bottom:15px;
}
.box:last-child { margin-right:0px; }
.box img {
	margin:0 auto;
	display:block;
	clear:both;
	padding-bottom:10px;
	max-width:100%;
	max-height:100%;
}
.bdr { border:1px solid #ececec; }
.bdr-dashed {
	border:1px dashed #ececec;
	margin:10px 0 20px;
}
.no-bdr, .no-bdr td, .no-bdr th { border:none;}

.highlight-box {
	background-color: #3ec1e6;
	margin: 0 auto 4em;
	padding: 15px 3% 5px;
	background-color:#3ec1e6;
	background-image: url(images/hard-disk-transparent.png);
	background-repeat:no-repeat;
	background-position: 93% center;
	border-radius:4px;
	width: auto;
	color:#fff !important;
}
.highlight-box .hd1 {
	color:#fff;
	font-size:70px;
}
.highlight-box p { padding-bottom:0; }
h1, .hd1 {
	font-size: 35px;
	line-height:1.3;
	font-weight:300;
	color:#4c4c4c;
	padding-bottom:30px;
}
h2, .hd2 {
	font-size: 25px;
	line-height:1.3;
	font-weight:300;
	color:#4c4c4c;
	padding-bottom:20px;
}
h3, .hd3 {
	font-size: 20px;
	line-height:1.8;
	font-weight:300;
	color:#4c4c4c;
	padding-bottom:15px;
}
h4, .hd4 {
	font-size: 16px;
	line-height:1.5;
	font-weight:300;
	color:#4c4c4c;
	padding-bottom:15px;
}
.site_wrapper_outer {
	width: 100%;
	margin: 0 auto;
	display:table;
}
.row_wrapper {
	width: 100%;
	margin: 0 auto;
	display:table;
	box-sizing: border-box;
	padding:50px 0;
}
.table_row { box-sizing: border-box; }
.fixed_width_wrapper {
	width:980px;
	margin: 0 auto;
	box-sizing: border-box;
	display:table;
}
.fixed_width_left {
	width:65%;
	margin: 0 auto;
	box-sizing: border-box;
	display:inline-block;
	float:left;
}
.fixed_width_right {
	width:30%;
	margin: 0 auto;
	box-sizing: border-box;
	display:inline-block;
	float:right;
}
.sidebar_block {
	border: 1px solid #ececec;
	padding:15px;
	margin-bottom:30px;
	box-sizing: border-box;
	width:300px;
}
.logo_wrapper {
	width: 25%;
	margin: 0 auto;
	display:table-cell;
	float:left;
}
.logo {
	float:left;
	margin:10px 0;
}
.top_nav_wrapper {
	width: 75%;
	margin: 0 auto;
	display:table-cell;
	float:left;
}
/* menu 1 start*/
.top_nav1 {
	margin:0 auto;
	width: 100%;
	background: none;
	display:table;
}
.top_nav1 > ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	float:right;
	position:relative;
}
.top_nav1 > ul > li {
	float: left;
	display: block;
	position:relative;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #525252;
}
.top_nav1 > ul > li.down-arrow:hover {
	background:#f2f2f2;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 2px 1px -2px #777777, 2px 2px 3px -2px #777777, -2px 2px 2px -2px #777777;
}
.top_nav1 > ul > li:first-child { background:none; }
.top_nav1 ul ul {
	display:none;
	position:absolute;
	top:98%;
	left:0;
	background:#f2f2f2;
	padding:0;
	box-shadow: 0 2px 1px -2px #777777, 2px 2px 3px -2px #777777, -2px 2px 2px -2px #777777;
	border-radius: 0px 5px 5px 5px;
	z-index:5;
}
.top_nav1 ul li:last-child ul {
	border-radius: 5px 0 5px 5px;
	left: auto;
	right: 0;
}
.top_nav1 ul ul li {
	float:none;
	width:200px;
	text-align:left;
	position:relative;
}
.top_nav1 ul ul a {
	line-height:120%;
	padding:7px 10px;
	display:block;
	border-bottom:1px solid #e1e1e1;
	text-decoration:none;
	background:#f2f2f2 !important;
	border-bottom:none;
}
.top_nav1 ul ul a:hover {
	background:#f9f9f9 !important;
	border-bottom:none;
}
.top_nav1 ul ul a img {
	display:inline;
	vertical-align:middle;
	padding-right:7px;
}
.top_nav1 ul ul ul {
	top:0;
	left:99%;
	position:absolute;
}
.top_nav1 ul li:last-child ul ul {
	left: auto;
	right: 99% !important;
}
.top_nav1 ul li:hover > ul { display:block }
.top_nav1 > ul > li > span { font-weight:600; }
.top_nav1 > ul > li, .top_nav1 > ul > li a {
	color: #4c4c4c;
	background-color:transparent;
	border-bottom:none;
}
.top_nav1 > ul > li a:hover {
	color: #4c4c4c;
	background-color:transparent;
	border-bottom:none;
}
.down-arrow > a {
	padding-right:13px !important;
	text-decoration:none;
	background-image: url("images/nav-arrow-down.png") !important;
	background-position: 100% 55% !important;
	background-repeat:no-repeat;
	border-bottom:none;
}
.worldwide > a { border-bottom:none; }
.worldwide > img {
	display: inline-block;
	margin-left: 3px;
	vertical-align: text-bottom;
}
.underline {
	transition: all 0.2s ease-in-out 0s;
	border-bottom:1px solid #3ec1e6 !important; /*text-decoration:underline !important; text-decoration-color: #3EC1E6 !important; -moz-text-decoration-color: #3EC1E6 !important;  Code for Firefox */
}
.underline:hover {
	background-color:#3EC1E6 !important;
	color:#fff !important;
}
/* menu 1 end*/


/* menu 2 start*/
.top_nav2 {
	margin:0 auto;
	width: 100%;
	background: none;
	display:table;
	margin:10px 0 10px;
}
.top_nav2 > ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	float:right;
	position:relative;
}
.top_nav2 > ul > li {
	float: left;
	display: block;
	position:relative;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #525252;
	margin-bottom:5px;
}
.top_nav2 > ul > li.down-arrow:hover {
	background:#f2f2f2;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 2px 1px -2px #777777, 2px 2px 3px -2px #777777, -2px 2px 2px -2px #777777;
}
.top_nav2 > ul > li:first-child { background:none; }
.top_nav2 ul ul {
	display:none;
	position:absolute;
	top:99%;
	left:0;
	background:#f2f2f2;
	padding:0;
	box-shadow: 0 2px 1px -2px #777777, 2px 2px 3px -2px #777777, -2px 2px 2px -2px #777777;
	border-radius: 0px 5px 5px 5px;
	z-index:4;
}
.top_nav2 ul li:last-child ul {
	left:auto;
	right:0;
	border-radius: 5px 0px 5px 5px;
}
.top_nav2 ul ul li {
	float:none;
	width:200px;
	text-align:left;
	position:relative;
}
.top_nav2 ul ul a {
	line-height:120%;
	padding:7px 10px;
	display:block;
	border-bottom:1px solid #e1e1e1;
	text-decoration:none;
	background:#f2f2f2 !important;
}
.top_nav2 ul ul a:hover { background:#f9f9f9 !important; }
.top_nav2 ul ul ul {
	top:0;
	left:99% !important;
	position:absolute;
}
.top_nav2 ul li:last-child ul ul {
	left:auto;
	right:99% !important;
}
.top_nav2 ul li:hover > ul { display:block }
.top_nav2 > ul > li > span { font-weight:600; }
.top_nav2 > ul > li, .top_nav2 > ul > li a {
	color: #4c4c4c;
	background-color:transparent;
	border-bottom:none;
}
.top_nav2 > ul > li a:hover {
	color: #4c4c4c;
	background-color:transparent;
	border-bottom:none;
}
.track_job, .rfq { padding:0px 7px !important; }
.track_job a {
	background: #3EC1E6 !important;
	color: #fff !important;
	font-weight:400 !important;
	display: block;
	padding: 5px 10px;
	border-radius:3px;
	border-bottom:none;
}
.rfq a {
	background: #FF8833 !important;
	color: #fff !important;
	font-weight:400 !important;
	display: block;
	padding: 5px 10px;
	border-radius:3px;
	border-bottom:none;
	margin-right:45px
}
.track_job a, .rfq a {
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-duration: 0.5s;
	-webkit-transition-property: background; /* Safari */
	transition-property: background;
	font-size:14px;
}
.track_job a:hover {
	background: #6CCBE5 !important;
	text-decoration:none;
	border-bottom:none;
}
.rfq a:hover {
	background: #FF974C !important;
	text-decoration:none;
	border-bottom:none;
}
/*menu 2 end*/


/* main menu start*/
.top_nav_main_wrapper {
	background:#262626;
	padding:0 !important;
}
.stick {
	position: fixed;
	top: 0;
	z-index: 10000;
}
.top_nav_main_wrapper .contact-phone { display:none; }
.top_nav_main_container { position:relative; }
.top_nav_main {
	width: 82%;
	background: none;
	display:table;
	float:left;
}
.top_nav_main a {
	outline:none !important;
	border-bottom:none;
}
.top_nav_main > ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	float:left;
}
.top_nav_main > ul > li {
	float: left;
	display: block;
	padding-right:15px
}
.top_nav_main > ul > li.down-arrow:hover {
	background:#f2f2f2;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 2px 1px -2px #777777, 2px 2px 3px -2px #777777, -2px 2px 2px -2px #777777;
}
.top_nav_main > ul > li > span { font-weight:600; }
.top_nav_main > ul > li > a {
	color: #fff;
	padding: 18px 0px 7px;
	margin-bottom:10px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	display:block;
	border-bottom:none;
	font-weight:600;
	transition: none;
}
.top_nav_main > ul > li > a:hover {
	color: #fff;
	padding: 18px 0px 5px;
	border-bottom:2px solid #3EC1E6;
}
.top_nav_main > ul > li:hover > a {
	color: #fff;
	padding: 18px 0px 5px;
	border-bottom:2px solid #3EC1E6;
	background:none;
}
.top_nav_main ul li a img {
	display:inline;
	vertical-align:middle;
	padding-left:1px;
}
.top_nav_main ul li > .menu_full_wrapper {
	background:#fff;
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	height:425px;
	z-index: 5;
	box-shadow: 0 2px 8px #bbb;
}
.top_nav_main ul li:hover > .menu_full_wrapper, .top_nav_main ul li:hover > .menu_full_wrapper_num { display:block; }
.menu_full_wrapper .menu_column {
	height:100%;
	display:inline-block;
	box-sizing:border-box;
	padding:2.5% 2% 2% 2%;
	border-right:1px solid #f2f2f2;
	vertical-align:top;
}
.menu_full_wrapper .menu_column .stacked-links { margin-bottom:25px; }
.menu_full_wrapper .menu_column:last-child { border-right:none; }
.menu_full_wrapper .menu_title {
	background:#F2F2F2;
	text-align:center
}
.menu_full_wrapper .menu_title img { margin:0 auto; }
.menu_full_wrapper .menu_column h3, .menu_full_wrapper .menu_column .hd3 {
	color: #4c4c4c;
	font-weight: 600;
	padding-bottom:7px;
	font-size:13px;
	text-rendering: optimizelegibility;
	text-transform:uppercase;
}
.menu_full_wrapper .menu_column a {
	color: #4c4c4c;
	font-size:13px;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
	-webkit-transition-property: background; /* Safari */
	transition-property: background;
	border-bottom:none;
}
.menu_full_wrapper .menu_column a:hover {
	color: #fff;
	background:#3EC1E6;
	text-decoration:none;
	border-bottom:none;
}
.menu_full_wrapper .menu_column .stacked-links li a {
	margin:13px 2px;
	;
	padding:0px 5px;
	border-left:2px solid #3EC1E6;
	display:block;
	border-bottom:none;
}
.menu_full_wrapper .menu_column.col-1 { width:100%; }
.menu_full_wrapper .menu_column.col-2 { width:49.5%; }
.menu_full_wrapper .menu_column.col-3 { width:33%; }
.menu_full_wrapper .menu_column.col-4 { width:24.5%; }
/*main menu end*/


.top_nav_main_wrapper .search {
	float: right;
	font-size: 0;
	height: auto;
	margin: 11px 0 8px;
	padding-bottom: 0;
	padding-top: 0;
	width: 18%;
}
.top_nav_main_wrapper .searchform {
	background-color: none;
	border: medium none;
	float: right;
	height: 30px;
	margin-bottom: 0;
	margin-right: 10px;
	position: relative;
	width:95%;
}
.top_nav_main_wrapper .searchform input[type="text"] {
	background: #404040;
	border:none;
	outline:none;
	border-radius: 3px;
	color: #a7a6a6;
	font: 300 14px;
	height: 29px;
	padding: 1px 0 0 7px;
	width: 98%;
}
.top_nav_main_wrapper .searchform input[type="submit"] {
	background: url("images/search-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 6px;
	top: 7px;
	width: 18px;
}
.search_result { margin-bottom:30px; }
.search_result .hd2, .search_result .hd3, .search_result p { padding-bottom:10px; }
/*main_banner start*/

.main_banner_wrapper {
	height:460px;
	width:100%;
	overflow:hidden;
}
.banner-text-box {
	display:table;
	text-align:center;
	position:absolute;
	margin:0 auto;
	top:0;
	left:0;
	right:0;
}
.banner-text-box h1 {
	font-size: 65px;
	font-weight:700;
	margin-bottom: 15px;
	line-height:1.2;
	color:#FFF;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #111;
	padding-top:80px;
	padding-bottom:0;
}
.text-md {
	font-size: 35px;
	font-weight:600;
	margin-bottom: 20px;
	line-height:1.2;
	color:#FFF;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #111;
	padding-bottom:0;
}
.cta_num_wrapper {
	padding:0px;
	display:table;
	background-color:#FF8833;
	margin:0 auto;
	border:solid #FF8833;
	border-radius:3px;
	border-width:0 6px 0 6px;
	font-size:19px;
	margin-bottom:30px;
}
.cta_num_txt {
	float:left;
	padding:17px 10px 22px;
	background:#fff;
}
.cta_num_phone {
	float:left;
	padding:17px 10px 5px 30px;
	background-color:#FF8833;
	color:#fff;
	font-weight:400;
	text-align:right;
	font-size:22px;
	background-image: url(images/call-icon.png);
	background-repeat:no-repeat;
	background-position: 10px 10px;
}
.cta_num_phone span {
	font-size:11px;
	display:block;
	line-height:1.5;
}
.loc-sticker a {
	float:left;
	padding:10px 15px;
	background:#3EC1E6;
	color:#fff;
	position:absolute;
	bottom:0;
	border-bottom:none;
	z-index:9999999;
}
/*main_banner end*/

.txt_font_mid {
	font-size:16px;
	line-height:1.5;
}
.category_wrapper {
	display:table;
	width:100%;
}
.video_section ul { margin-bottom:30px; }
.video_section ul > li {
	background:url(images/bullet.png) no-repeat;
	background-position:0% 6px;
	padding-left:20px;
	margin-bottom:15px;
}
.video_section ol {
	list-style:decimal;
	margin-left:20px;
}
.video_section ol > li {
	padding-left:20px;
	margin-bottom:15px;
	background:none;
}
.video_section ul ul, .video_section ol ul, .video_section ul ol, .video_section ol ol {
	padding-left:30px;
	margin-bottom:0;
	margin-top:10px;
}
.category_left {
	width:45%;
	float:left;
	display:table;
}
.category_right {
	width:45%;
	float:right;
	display:table;
}
.category_wrapper .feature {
	float: left;
	margin-bottom:10px;
}
.category_wrapper .feature-icon {
	float: left;
	width: 17%;
}
.category_wrapper .feature-txt {
	float: right;
	width: 82%;
	text-align:left;
}
.category_wrapper .feature-txt a { display:inline-block; }
.video_section {
	background:#f4f4f4;
	margin-top:50px;
}
.client_section {
	background:#3EC1E6;
	color:#FFF;
}
.client_section .hd1, .client_section .hd2 { color:#FFF; }

.grey_section {
	background:#f4f4f4;
	color:#4c4c4c;
}
.grey_section .hd1, .grey_section .hd2 { color:#4c4c4c; }

.clients {
	margin: 0 auto !important;
	padding: 0px !important;
	list-style: none;
	text-align:center;
	display:table;
}
.clients li {
	display:inline-block;
	padding:10px 18px !important;
	background-image:none !important;
	margin-bottom:0px !important;
	vertical-align:middle;
}
.sidebar_block .clients li {
    float: left;
    margin: 5px 10px 10px 0 !important;
    padding: 0 !important;
    width: 45%;
}
.sidebar_block .clients li img {
    max-width: 100%;
}
.values { border-collapse:collapse; }
.values_row_group {
	display: table;
	margin:0 auto;
}
.values_row { display:table-row; }
.values_cell {
	display:table-cell;
	width:33%;
	font-size:16px;
	line-height:1.5em;
	padding:20px 25px 15px 25px;
	border:solid #f1f1f1;
	border-width:0px 1px 1px 1px
}
.values_cell span {
	float:left;
	min-width:80px
}
.values_caption {
	caption-side: top;
	display: table-caption;
	text-align: center;
}
.values_row .values_cell:first-child { border-width:0px 1px 1px 0px }
.values_row .values_cell:last-child { border-width:0px 0px 1px 1px }
.values_row.altr .values_cell { border-bottom-width:0px; }
.values_row.altr .values_cell:first-child { border-width:1px 1px 0px 0px }
.values_row.altr .values_cell:last-child { border-width:1px 0px 0px 1px }
.testimonial_wrapper_top {
	background:#f4f4f4;
	border:solid #edecec;
	border-width:1px 0 0px 0;
	color:#4c4c4c;
	text-align:center !important;
	padding-bottom:0;
}
.testimonial_wrapper_top .hd1 { color: #4c4c4c; }
.testimonial_wrapper {
	background: url("/wp-content/themes/business-pro/images/testimonial-bg.jpg") no-repeat scroll top center #f4f4f4;
	border:solid #edecec;
	border-width:0px 0 1px 0;
	margin-top: 0px;
	padding: 148px 0 190px;
}
.testimonial_container {
	background: none repeat scroll 0 0 #3ec1e6;
	color: #fff;
	padding: 0;
	width:455px !important;
	border-radius:3px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: background;
	transition-property: background;
}
.testimonial_container:hover { background: #6CCBE5; }
/*
.testimonial_container .meet-experts {
    border-radius: 5px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 210px;
	left:25%;
	right:25%;
	color: white;
    display: inline-block;
    font-weight: 400;
    padding: 0 !important;
    text-align: center;
    width: auto;
	background-color: #3ec1e6;
    border: 1px solid #3ec1e6;
	-webkit-transition-duration: 0.5s; 
	transition-duration: 0.5s;
	-webkit-transition-property: background;
	transition-property: background;
}
.testimonial_container .meet-experts:hover {background: #6CCBE5;}
.testimonial_container .meet-experts a { display:block; text-decoration:none; padding:40px 30px;border-bottom:none;}
.testimonial_container .meet-experts a:hover {text-decoration:none;border-bottom:none;}
.testimonial_container .meet-experts .hd2 {
    color: white;
    font-size: 2.375rem;
    font-weight: 300;
	display:block;
	line-height:1;
	padding-bottom:0;
}

.testimonial_container img { display:inline-block; width:100%;}*/


.testimonial_container .hd2 {
	color:#FFF;
	font-size:30px;
	font-weight:300;
	text-align:center;
	padding:0;
	line-height:1.2;
}
.testimonial_container .hd2 a {
	padding:14px 30px;
	line-height:1.2;
	display:block;
	border-bottom:none;
}
.testimonial_container .left, .testimonial_container .right {
	display:table-cell;
	vertical-align:top;
}
.testimonial_container .left {
	border-right:1px solid #2AB3D6;
	box-sizing:border-box;
	padding-right:20px;
	font-weight:600;
	text-align:center;
	width:17%
}
.testimonial_container .left img {
	padding-bottom:10px;
	margin:0 auto;
}
.testimonial_container .right {
	float:none;
	padding-left:20px;
	text-align:left
}
.testimonial_container .right img {
	display:inline-block;
	padding: 0 5px;
}
.testimonial_container a {
	color:#FFF;
	text-decoration: none;
	border-bottom:none;
}
.testimonial_container a: hover {
	color:#FFF;
	text-decoration: none;
	border-bottom:none;
}
.event_section .pull_left, .event_section .pull_right { width:45% }
.event_section .pull_right .feature-txt { width:100% }
.event_section .feature {
	float: left;
	margin-bottom:30px;
}
.event_section .feature-icon {
	float: left;
	width: 17%;
}
.event_section .feature-txt {
	float: right;
	width: 82%;
	text-align:left;
}
.event_section .feature .date {
	padding-bottom:5px;
	display:block;
	color:#949494;
}
.event_section .feature-txt a { display:inline-block; }
/***FAQ Css Start***/

.faq_container {
	margin-bottom:50px;
	clear:both;
	display:table;
	width:100%;
}
.shortcode-toggle {
	clear: both;
	margin: 0 0 10px;
}
.shortcode-toggle .toggle-trigger {
	font-size: 13px;
	margin: 0;
}
.shortcode-toggle .toggle-trigger a {
	background: url("/wp-content/themes/business-pro/images/accordian-minus.gif") no-repeat scroll 20px center;
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-align:left;
	padding: 20px 20px 20px 50px;
	border-bottom:none;
}
.shortcode-toggle.closed .toggle-trigger a {
	background-image: url("/wp-content/themes/business-pro/images/accordian-plus.gif");
	background-color:#f5f5f5;
	border-bottom:none;
}
.shortcode-toggle .toggle-content {
	background: none repeat scroll 0 0 #fff;
	padding:0px 20px 20px 50px;
}
.shortcode-toggle.closed .toggle-content { display: none; }
.shortcode-toggle .toggle-trigger a {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none !important;
	display:block;
}
.shortcode-toggle.white .toggle-content {
	background-color: #ffffff;
	float: left;
	display:none;
}
.shortcode-toggle.white .toggle-content p { color: #666666; }
.shortcode-toggle.border {
	border: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	border-radius:3px;
}
/***FAQ Css End***/

.breadcrumb_wrapper {
	border-bottom:1px solid #e9e9e9;
	padding:15px 0 !important;
	background:#F2F2F2;
	text-transform: lowercase;
}
.breadcrumb {
	display:block;
	margin:0;
	padding:0;
}
.breadcrumb li {
	display:inline-block;
	float:left;
	padding:0 15px;
	background:url(images/right-arrow.png) no-repeat;
	background-position:100% 60%;
}
.breadcrumb li:first-child { padding-left:0; }
.breadcrumb li:last-child {
	color:#000000;
	background: none;
}
.breadcrumb_wrapper a {
	color:#4c4c4c;
	border-bottom:none;
	background:transparent;
	text-transform: lowercase;
}
.main_conent_wrapper {
	width:100%;
	text-align:left;
}
.main_conent_wrapper hr {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 0 0;
	height: 1px;
	margin-bottom: 30px;
}
.main_conent_wrapper .feature {
	box-sizing: border-box;
	display:inline-block;
	margin: 10px 0;
	width: 45%;
}
 .main_conent_wrapper .feature:nth-child(odd) {
float:right;
clear:right;
}
 .main_conent_wrapper .feature:nth-child(even) {
float:left;
clear:both;
}
.main_conent_wrapper .feature .feature-icon {
	float: left;
	width: 15%;
}
.main_conent_wrapper .feature .feature-txt {
	float: right;
	text-align: left;
	width: 84%;
}
.main_conent_wrapper .blue_box {
	background:#3EC1E6;
	padding:5% 4%;
	width:40%;
	box-sizing: border-box;
	color:#FFF;
	text-align:center;
	margin:0 auto;
}
.margin_right { margin-right:50px !important; }
.margin_left { margin-left:50px !important; }
.main_conent_wrapper .blue_box p {
	font-size:28px;
	font-weight:300;
	line-height:1.3
}
.main_conent_wrapper .blue_box img {
	display:inline;
	padding-top:10px;
}
.limheight {
	height: auto; /*your fixed height*/
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}
.limheight li {
	background:url(images/bullet.png) no-repeat;
	background-position:0% 6px;
	padding-left:20px;
	margin-bottom:15px;
}
.main_conent_wrapper ul { margin-bottom:30px; }
.main_conent_wrapper ul li {
	background:url(images/bullet.png) no-repeat;
	background-position:0% 6px;
	padding-left:20px;
	margin-bottom:15px;
}
.main_conent_wrapper ol {
	list-style:decimal;
	margin-left:20px;
}
.main_conent_wrapper ol li {
	padding-left:20px;
	margin-bottom:15px;
	background:none;
}
.main_conent_wrapper ul ul, .main_conent_wrapper ol ul, .main_conent_wrapper ul ol, .main_conent_wrapper ol ol {
	padding-left:30px;
	margin-bottom:0;
	margin-top:10px;
}
.main_conent_wrapper .soft_left { width:24%; }
.main_conent_wrapper .soft_left img {
	width:98%;
	height:98%;
}
.main_conent_wrapper .soft_mid {
	width:75.5%;
	float:left
}
.main_conent_wrapper .soft_mid .hd1 {
	font-size:35px;
	padding-bottom:15px;
	text-align:left;
}
.main_conent_wrapper .soft_mid .hd2 {
	font-size:18px;
	font-weight:600;
	line-height:1.4;
	padding-bottom:15px;
	color:#6e6e6e;
}
.main_conent_wrapper .soft_mid .soft_points {
	margin:0;
	padding:0;
}
.main_conent_wrapper .soft_mid .soft_points li {
	background:url(images/bullet.png) no-repeat;
	background-position:0% 6px;
	padding-left:30px;
	margin-bottom:10px;
}
.main_conent_wrapper .soft_mid .download {
	clear: both;
	float: left;
	padding: 0px;
	text-align: center;
	margin-top:30px;
}
.main_conent_wrapper .soft_mid .download a {
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	border-bottom:none;
}
.main_conent_wrapper .product_spec {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #ddd;
	float: left;
	padding: 20px;
	width: 100%;
	margin-top:50px;
}
.main_conent_wrapper .product_scr .wid_25, .main_conent_wrapper .product_scr .wid_50, .main_conent_wrapper .product_scr .wid_75 {
	display:inline-block;
	float:left;
}
.main_conent_wrapper .product_scr .wid_50 { width:45% !important; }
.main_conent_wrapper .product_scr .wid_50:nth-child(2n+0) {
float:right;
}
.main_conent_wrapper .product_scr .spec_hd {
	font-size:20px;
	font-weight:600;
	text-align:left;
	padding-bottom:20px;
}
.main_conent_wrapper .product_scr p { padding-bottom:5px; }
.main_conent_wrapper .product_scr {
	background: #f4f4f4;
	border:solid #edecec;
	border-width:1px 0 1px 0;
}
.main_conent_wrapper .soft_right .spec th {
	font-weight:600;
	color:#000;
	text-align:left;
}
.awards {
	display: table;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	padding-top :20px;
	margin-bottom:0px !important;
	clear: both;
}
.awards li {
	display: inline-block;
	padding: 10px 20px;
	background: none !important;
}
.soft_category {
	border-bottom:1px dashed #ddd;
	padding-bottom:5px;
	margin-bottom:40px;
	display:table;
	clear:both;
}
.soft_category:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.soft_category .soft_left { width:20%; }
.soft_category .soft_left img {
	height: 95%;
	width: 95%;
}
.soft_category .soft_mid .hd1 {
	font-size: 25px;
	padding-bottom: 10px;
	text-align: left;
}
/*Footer Css start*/

.why_sellar_section {
	background: #3EC1E6;
	color: #fff;
}
.why_sellar_section .hd1, .why_sellar_section .hd2 { color: #fff; }
.why_sellar {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	display:table;
	text-align:center;
}
.why_sellar li {
	display:inline-block;
	padding:10px 10px;
}
.contact_section { background:#f5f5f5; }
.contact_section .hd2 {
	font-weight:300;
	padding-bottom:25px;
}
.contact_section .pull_left, .contact_section .pull_right { width:45% }
.contact_section p {
	color:#4c4c4c;
	padding-bottom:5px;
}
.contact_section .contact_item {
	display:table;
	padding-top:10px;
	width:100%;
}
.contact_section .contact_item .table_row { display:table-row; }
.contact_section .contact_item .table_cell {
	display:table-cell;
	padding-bottom:10px;
	width:50%
}
.phone {
	background:url(images/phone-icon.png) no-repeat 0 2px;
	padding-left:30px;
}
.fax {
	background:url(images/fax-icon.png) no-repeat 0 3px;
	padding-left:30px;
}
.mail {
	background:url(images/mail-icon.png) no-repeat 0 5px;
	padding-left:30px;
}
.map {
	background:url(images/map-icon.png) no-repeat 0 3px;
	padding-left:30px;
}
.newsletter .input-text {
	background-color: #fff;
	border: medium none;
	color: #4c4c4c;
	font: 300 14px;
	height: auto;
	margin: 0;
	padding: 10px 40px 10px 6px;
	width: 100%;
	box-sizing:border-box;
	float:left;
}
.newsletter .submit {
	background:#707070;
	color:#fff;
	border: medium none;
	margin:0;
	outline:none;
	margin-left: -95px;
	-webkit-margin-start:-90px;
	transition: 0.5s ease;
	float:left;
	padding:10px 10px 11px 10px;
	text-transform:uppercase;
	font-size:12px;
}
.newsletter .submit:hover {
	cursor:pointer;
	background:#5B5B5B;
}
.newsletter {
	height: auto;
	margin: 10px 0 50px;
	display:table;
	padding-bottom:40px;
	border-bottom:1px solid #333333;
}
.newsletter .newsletter_title {
	float: left;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.5;
	color:#fff;
}
.newsletter .sub_btn { display:inline-block }
.newsletter .sub_btn a {
	background-color:#707070;
	border-bottom: medium none;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size:14px;
	line-height: 1.1;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: 0.5s;
	transition-property: background;
	margin-left:20px;
}
.newsletter .sub_btn a:hover {
	background-color:#5B5B5B;
	border-bottom: medium none;
	text-decoration: none;
}
.social_share {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	display:block;
}
.social_share li { display:inline-block; }
.social_share li a {
	display:block;
	padding:5px 10px;
	border-bottom:none;
	background:none;
}
.twitter_feed .twitter-timeline { height:380px !important; }
.footer {
	background: #262626;
	color: #fff;
	text-align:center;
}
.footer .wid_100 {
	display:block;
	width:100%;
	float:left;
	clear:both;
}
.footer p {
	padding-bottom:0;
	padding-top:15px;
	float:left;
	font-size:11px;
}
.footer1 {
	background: #404040;
	color: #fff;
	padding:0px 0px 5px !important;
	text-align:center;
}
.menu-footer-links-container {
	float: right;
	padding: 0;
	width: auto;
}
.menu-footer-links-container ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu-footer-links-container ul li {
	display: inline-block;
	font-size:11px;
	font-weight: 400;
	list-style: outside none none;
	margin: 15px 0 5px;
	padding: 0 0 0 22px;
}
.menu-footer-links-container ul li a {
	color: #fff;
	text-decoration: none;
	border-bottom:none;
	background:none;
}
.menu-footer-links-container ul li a:hover {
	color: #fff;
	text-decoration: underline;
	border-bottom:none;
	background:none;
}
.footer p { text-align: left; }
.contact-block {
	margin: 0 auto;
	max-width: 980px;
	min-width: 0;
	padding: 50px 0;
	display:table;
}
.slogan {
	float: left;
	font-size: 30px;
	margin-right: 3%;
	font-weight:300;
	line-height:1.5;
}
.contact-mail {
	float: right;
	margin-left: 3%;
}
.contact-mail .sup_btn a {
	border-radius: 3px;
	display: block;
	line-height: 1.1;
	padding: 13px 10px 13px 50px;
	text-transform: uppercase;
	color:#fff;
	text-decoration:none;
	background-color:#3ec1e6;
	background-image: url(images/mail.png);
	background-repeat:no-repeat;
	background-position: 10px center;
	border-radius:4px;
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-duration: 0.5s;
	-webkit-transition-property: background; /* Safari */
	transition-property: background;
	border-bottom:none;
}
.contact-mail .sup_btn a:hover {
	text-decoration:none;
	background-color:#6ccbe5;
	background-image: url(images/mail.png);
	background-repeat:no-repeat;
	background-position: 10px center;
	border-bottom:none;
}
.contact-phone { text-align: center; }
.phone-block {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.5;
	margin-left: 20px;
	background-image: url(images/call-icon.png);
	background-repeat:no-repeat;
	background-position: 10px center;
	display:inline-block;
	padding-left:35px;
	color:#fff;
}
.tbl-left {
	background: none;
	float: left;
	margin: 0 1px;
	width: 16%;
	display:inline-block;
}
.form-table td {
	vertical-align:middle !important;
	padding-left:15px;
}
.form-table .text { width:33%; }
.form-table span { color:#F30; }
.form-table .field-cont { width:67%; }
.form-table .no-bdr-lft { border-left:none; }
.form-table .no-bdr-rgt { border-right:none; }
.field, .textbox {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	min-width: 50%;
}
.captcha .field {
	min-width: 30%;
	display:inline-block
}
.captcha img {
	display:inline-block;
	padding-right:10px;
	width:auto !important;
}
.btn {
	-moz-user-select: none;
	background-image: none;
	background-color: #E2E2E2;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing:0.5px;
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-duration: 0.5s;
	-webkit-transition-property: background; /* Safari */
	transition-property: background;
	display:inline-block;
	margin-right:10px;
}
.btn-submit {
	background-color: #3ec1e6;
	border-color: #46b8da;
	color: #fff;
}
.btn-submit:hover { background:#6CCBE5; }
#hpdata {
	display:none;
	background:#fff;
	color:#fff;
}
/*Footer Css end*/


/**PPC page css start**/
.top-stamp {
	padding: 30px 30px 0 0;
	float:left
}
.call-us {
	background-color: #efefef;
	background-image: url("/wp-content/themes/business-pro/images/icon-call-grey.png");
	background-position: 25px center;
	background-repeat: no-repeat;
	color: #29363e !important;
	display: table;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1 !important;
	padding-left: 60px !important;
	padding-right: 25px;
	padding-top: 22px;
	text-align: left !important;
	float:left;
	height:91px;
	box-sizing:border-box;
}
.call-num {
	color: #29363e;
	font-size: 28px !important;
	font-weight: 500;
	line-height: 1.5;
	text-align: left !important;
}
.call-num a {
	color: #29363e;
	text-decoration: none;
}
.sign-arrow {
	right: -30px;
	top: 20px;
}
.ppc_banner_wrapper {
	background-color:#2E3B44;
	background-image:url('/wp-content/themes/business-pro/images/black-bg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:30px 0;
	font-size:14px;
}
.ppc_banner_wrapper h1 {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.2;
	color:#fff;
}
.ppc_banner_wrapper p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height:1.6;
}
.process {
	color: #ef8a47 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.5;
	margin-top: 5px;
	text-transform: uppercase;
}
.tx3 {
	color: #4c4c4c !important;
	display: block;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0;
}
.form {
	background: #fff none repeat scroll 0 0;
	border-bottom: 5px solid #bfbfbf;
	color: #333;
	font-size: 14px;
	margin: 0 0 0 12%;
	min-height: 355px;
	padding: 20px 25px 10px;
}
.form .form-group {
	font-size: 14px !important;
	margin-bottom: 15px;
}
.form label.error {
	display: block;
	margin-bottom: 5px;
	max-width: 100%;
}
.form .input-group {
	width: 100% !important;
	display: table;
}
.form .form-control {
	background-color: #e3e3e3;
	border: 1px solid #ddd;
	border-radius: 5px !important;
	color: #454545;
	height: 50px;
	padding: 2px 10px;
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	box-sizing:border-box;
	font-size: 14px !important;
}
.form .dg_callback_btn {
	display: table;
	width: 100%;
}
.form .btn-primary {
	background-color: #ff8833;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: table-cell;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin: 8px 10px 5px 0;
	min-height:50px;
	padding: 2px 12px;
	transition-duration: 0.5s;
	transition-property: background;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	max-width:180px;
}
.form .btn-primary:hover { background-color: #ff974c; }
.form .call-text-title {
	background-image: url("/wp-content/themes/business-pro/images/icon-call-grey-small.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #4c4c4c !important;
	display: table;
	float: right;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1 !important;
	margin-top: 10px !important;
	padding:5px 2px 0 25px !important;
	text-align: left !important;
}
.form .call-text-main {
	color: #4c4c4c;
	font-size: 20px !important;
	font-weight: 600;
	line-height: 1.6;
	padding-top: 0 !important;
	text-align: left !important;
}
.form label.error #error {
	background: #db3d42 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: none;
	font-size: 12px;
	padding: 0 5px;
}
.tick { margin-top:20px; }
.tick > li {
	background-image:url(/wp-content/themes/business-pro/images/tick.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:25px;
	margin-bottom:10px;
}
.ppc_wrapper h2 { margin-bottom:30px !important; }
.divider {
	background-image: url("/wp-content/themes/business-pro/images/divider.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
.ppc_wrapper .client_section .hd1, .ppc_wrapper .client_section .hd2 { font-size:25px !important; }
.ppc_wrapper .why_sellar_section {
	background:#fff !important;
	color:#4c4c4c !important;
}
.ppc_wrapper .why_sellar_section .hd1, .ppc_wrapper .why_sellar_section .hd2 {
	color: #4c4c4c !important;
	font-size:25px !important;
}
.ppc_wrapper .why_sellar_section .why_sellar { margin-bottom:0px !important }
.ppc_wrapper .why_sellar_section .why_sellar li {
	background-image:none !important;
	margin-bottom:5px !important;
	padding-left:10px !important;
}
.thankyou {
	font-size:15px !important;
	color:#06C !important;
	line-height:1.7 !important;
	font-weight:400 !important;
}
/**PPC page css end**/



/*Responsive Css Start*/


 /*min-width: 801px and max-width: 1024px Start*/ 
  @media (min-width: 801px) and (max-width: 979px) {
.fixed_width_wrapper {
 width: 98%;
}
 .row_wrapper {
 padding: 30px 0;
}
 .main_banner_wrapper {
background-position: center top !important;
 background-size: 120% auto !important;
height:350px;
}
 .banner-text-box h1 {
font-size:50px;
padding-top:50px;
}
}
  /*min-width: 801px and max-width: 980px End*/ 
  
/*min-width: 641px and max-width: 800px Start*/ 
  @media (min-width: 641px) and (max-width: 800px) {
 .fixed_width_wrapper {
 width: 94%;
}
.fixed_width_left {
 width: 100%;
}
.fixed_width_right {
 width: 100%;
}
 .row_wrapper {
 padding: 20px 0;
}
 .flex {
display:block;
}
 .top_nav_main_wrapper .top_nav_main {
width:100%;
display:none;
}
.top_nav_main_wrapper .search {
width:100%;
display:none;
}
.top_nav_main_wrapper .contact-phone {
display:block;
}
 .logo_wrapper {
 width: 35%;
}
.top_nav_wrapper {
 width:65%;
}
 .pad_t_50 {
padding-top:30px !important;
}
.pad_b_50 {
padding-bottom:30px !important;
}
.pad_l_50 {
padding-left:30px !important;
}
.pad_r_50 {
padding-right:30px !important;
}
 .pad_t_40 {
padding-top:20px !important;
}
.pad_b_40 {
padding-bottom:20px !important;
}
.pad_l_40 {
padding-left:20px !important;
}
.pad_r_40 {
padding-right:20px !important;
}
 .hd2, .hd3, .hd4 {
font-size: 1.3rem;
line-height:1.2em;
}
 .main_banner_wrapper {
height:250px;
}
 .banner-text-box h1 {
font-size:25px;
padding-top:30px;
}
 .text-md {
font-size: 20px;
}
 .cta_num_wrapper {
font-size: 18px;
display:table;
}
 .cta_num_txt {
padding: 10px 22px 8px;
}
 .cta_num_phone {
float: none;
 font-size: 35px;
 font-weight: 600;
 margin: 0 auto;
 padding: 15px 15px 3px;
 text-align: center;
 clear:both;
}
 .cta_num_phone span {
line-height:2.5
}
 .loc-sticker {
display:none;
}
 .category_left, .category_right {
 float: left;
 width: 100%;
}
 .testimonial_container .meet-experts {
left:15%;
right:15%;
top:60px;
}
 .testimonial_container .meet-experts a {
padding:20px 10px;
border-bottom:none;
}
 .testimonial_container .meet-experts .hd2 {
font-size: 1.375rem;
}
 .video_section .pull_right {
float:none !important;
}
 .video_section .hd1 {
text-align:center;
}
 .values_cell {
display:inline-block;
width:90%;
padding:4%;
border:none;
border-bottom:1px solid #f1f1f1;
}
 .values_row .values_cell:first-child {
border-width:0px 0px 1px 0px
}
 .values_row .values_cell:last-child {
border-width:0px 0px 1px 0px
}
 .values_row.altr .values_cell {
border-bottom-width:1px;
}
 .values_row.altr .values_cell:first-child {
border-width:0px 0px 1px 0px
}
 .values_row.altr .values_cell:last-child {
border-width:0px 0px 1px 0px
}
 .event_section .pull_left, .event_section .pull_right {
 width: 100%;
}
 .hd1 {
text-align:left
}
 .contact_section .pull_left, .contact_section .pull_right {
 width: 100%;
}
.tbl-left {
width:30%;
}
 .limheight {
clear:both;
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
}
 .slide-out-div {
display:none;
}
 .faq_container .hd1 {
font-size:20px;
padding-bottom:20px;
}
 .shortcode-toggle .toggle-trigger a {
font-size:13px;
padding:5px 5px 5px 35px !important;
background: url("/wp-content/themes/business-pro/images/accordian-minus.gif") no-repeat scroll 10px center !important;
border-bottom:none;
}
}
 /*min-width: 641px and max-width: 800px End*/ 
 
 
/*min-width: 320px and max-width: 640px Start*/
 @media (min-width: 320px) and (max-width: 640px) {
 .fixed_width_wrapper {
 width: 92%;
}
.fixed_width_left {
 width: 100%;
}
.fixed_width_right {
 width: 100%;
}
 .sidebar_block {
width:100%;
}
 .row_wrapper {
 padding: 20px 0;
}
 .pad_t_50 {
padding-top:30px !important;
}
.pad_b_50 {
padding-bottom:30px !important;
}
.pad_l_50 {
padding-left:20px !important;
}
.pad_r_50 {
padding-right:20px !important;
}
 .pad_t_40 {
padding-top:20px !important;
}
.pad_b_40 {
padding-bottom:20px !important;
}
.pad_l_40 {
padding-left:10px !important;
}
.pad_r_40 {
padding-right:10px !important;
}
 .flex {
display:block;
}
.wid_33 {
width:90%;
}
 table, thead, tbody, th, td, tr {
width:auto;
}
 .hd1 {
text-align:left;
font-size: 30px;
padding-bottom:15px;
}
.hd2, .hd3, .hd4 {
font-size: 1.2rem;
line-height:1.2em;
}
 .main_banner_wrapper .pull_right {
 float: left !important;
}
.alignright {
 float: none !important;
 padding-left:5px;
}
.top_nav_main_wrapper .top_nav_main {
width:100%;
display:none;
}
.top_nav_main_wrapper .search {
width:100%;
display:none;
}
.top_nav_main_wrapper .contact-phone {
display:block;
}
 .logo_wrapper {
 display: block;
 float: left;
 width: 100%;
}
 .logo_wrapper .logo {
 text-align: center;
 float:none;
}
.logo_wrapper .logo a, .logo_wrapper .logo a:hover {
border-bottom:none;
background:none;
}
 .logo_wrapper .logo img {
 display:inline-block;
}
 .top_nav_wrapper {
 display: block;
 float: left;
 margin: 0 auto;
 width:100%
}
 .top_nav1 > ul >li:nth-child(2) {
display:none !important;
}
 .rfq a {
margin-right:10px;
}
 .main_banner_wrapper {
background-position: center top !important;
 background-size: 225% auto !important;
height:270px;
}
 .banner-text-box h1 {
font-size:20px;
padding-top:20px;
}
 .text-md {
font-size: 16px;
}
 .cta_num_wrapper {
font-size: 16px;
display:table;
}
 .cta_num_txt {
padding: 10px 22px 8px;
text-align:center;
}
 .cta_num_phone {
float: none;
 font-size: 35px;
 font-weight: 600;
 margin: 0 auto;
 padding: 15px 15px 3px;
 text-align: center;
 clear:both;
}
 .cta_num_phone span {
line-height:2.5
}
 .loc-sticker {
display:none;
}
 .category_left, .category_right {
 float: left;
 width: 100%;
}
 .video_section .pull_right {
float:none !important;
}
 .clients li {
display: block;
}
 .testimonial_wrapper {
background-image:none !important;
}
 .testimonial_container {
width:90% !important;
max-width:90% !important;
}
 .testimonial_container .meet-experts {
left:15%;
right:15%;
top:60px;
}
 .testimonial_container .meet-experts a {
padding:20px 10px;
border-bottom:none;
}
 .testimonial_container .hd2 {
font-size: 20px;
}
 .testimonial_container .left, .testimonial_container .right {
 display: block;
 vertical-align: top;
 width: 100% !important;
}
 .testimonial_container .left {
border-right:none;
padding-right:0;
border-bottom:1px solid #2AB3D6;
padding-bottom:20px;
}
 .values_cell {
display:inline-block;
width:90%;
padding:4%;
border:none;
border-bottom:1px solid #f1f1f1;
}
 .values_row .values_cell:first-child {
border-width:0px 0px 1px 0px
}
 .values_row .values_cell:last-child {
border-width:0px 0px 1px 0px
}
 .values_row.altr .values_cell {
border-bottom-width:1px;
}
 .values_row.altr .values_cell:first-child {
border-width:0px 0px 1px 0px
}
 .values_row.altr .values_cell:last-child {
border-width:0px 0px 1px 0px
}
 .why_sellar li {
 display: block;
}
 .event_section .pull_left, .event_section .pull_right {
 width: 100%;
}
 .contact_section .pull_left, .contact_section .pull_right {
 width: 100%;
}
 .twitter_feed .twitter-timeline {
width:95% !important;
}
 .contact_section .contact_item .table_cell {
 display: inline-block;
 padding-bottom: 10px;
 width: 80%;
}
 .main_conent_wrapper {
text-align:left;
}
 .main_conent_wrapper img, .content_wrapper img {
 width:100%;
max-width:100% !important;
height:auto;
}
 .main_conent_wrapper .soft_left {
 width: 100%;
}
 .main_conent_wrapper .soft_left img {
 height: 80%;
 width: 80%;
}
 .main_conent_wrapper .soft_mid {
 width: 100%;
}
 .main_conent_wrapper .product_scr .wid_50 {
 width: 90% !important;
}
 .main_conent_wrapper .blue_box {
width:100%;
margin:0;
}
 .limheight {
clear:both;
 -moz-column-count: 1;
 -webkit-column-count: 1;
 column-count: 1;
}
.limheight li {
display: table;
}
 .tbl-left {
width:45%;
}
 .field, .textbox {
max-width:90%;
min-width:90%;
}
 .captcha .field {
width:35% !important;
display:inline-block
}
 .captcha img {
width:auto !important;
}
 .faq_container .hd1 {
font-size:20px;
padding-bottom:20px;
}
 .shortcode-toggle .toggle-trigger a {
font-size:13px;
padding:5px 5px 5px 35px !important;
background: url("/wp-content/themes/business-pro/images/accordian-minus.gif") no-repeat scroll 10px center !important;
border-bottom:none;
}
 .slide-out-div {
display:none !important;
}
 .menu-footer-links-container {
 float:none;
 margin: 0 auto;
}
.footer a img {
width: auto;
}
.footer img {
width:90%;
margin:0 auto;
padding-bottom:10px;
float:none;
}
.footer p {
 text-align: center;
}
 .slogan {
 float: none;
 font-size: 20px;
 padding-bottom:10px;
 margin-right:0;
}
 .contact-mail {
 display: inline-block;
 float: none;
 padding: 20px 0;
}
 .phone-block {
margin-left:0;
}
 .newsletter .sub_btn {
margin-top:5px;
}
 .social_share.pull_right {
float:none !important;
padding-top:15px;
display:table;
}
td > img {
width:auto !important;
}
 .top-stamp {
display:none;
}
.ppc_banner_wrapper .wid_50 {
width:100%;
}
.ppc_banner_wrapper .pull_right {
float:left;
}
.form {
margin: 30px 0 0;
}
.form .call-text-title {
float:none;
}
.ppc_banner_wrapper img {
width:95%;
}
.tx3 {
font-size:20px;
}
.form .form-group {
margin-bottom:10px
}
.form .form-control {
height:35px;
}
.ppc_wrapper .client_section img, .ppc_wrapper .why_sellar_section img, .location_content_wrapper .why_sellar_section img {
width:auto !important;
}
.ppc_wrapper .wid_50, .ppc_wrapper .wid_75, .ppc_wrapper .wid_25, .location_content_wrapper .wid_50, .location_content_wrapper .wid_75, .location_content_wrapper .wid_25 {
width:100%;
}
.ppc_wrapper .pull_right, .location_content_wrapper .pull_right {
float:left;
}
.divider {
background-image:none !important;
}
.ppc_wrapper h2 {
margin-bottom:5px !important;
}
.sign-arrow {
display:none
}
.mob-hide {
display:none !important;
}
.rwp-review-wrap.rwp-theme-6 .rwp-scores { min-width:auto !important;}
 .saving {
font-size: 18px !important;
}
 .saving div {
 font-size: 20px !important;
}
 .cross-price2 {
 font-size: 25px !important;
}
 .cross-price2 div {
 font-size: 20px !important;
}
 .price {
 font-size: 30px !important;
}
}
/*min-width: 320px and max-width: 640px End*/


/*Responsive Css end*/


/*Custom CSS start*/
.hidden_link {
	display:table;
	width:100%;
	height:100%;
	border-bottom:none !important;
	background:transparent !important;
}
.hidden_link:hover {
	display:table;
	width:100%;
	height:100%;
	border-bottom:none !important;
	background:transparent !important;
}
.amazingcarousel-image > div > a { display:none; }
.textwidget { margin:0 auto; }
.top_nav_main a.menu-item-link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px !important;
	padding: 17px 0 7px !important;
	text-decoration: none;
	text-transform: uppercase;
	line-height:1;
}
.top_nav_main a.menu-item-link:hover {
	border-bottom: 2px solid #3ec1e6;
	color: #fff;
	padding: 17px 0 5px !important;
}
.top_nav_main ul.wr-mega-menu > li:hover > a.menu-item-link {
	color: #fff;
	padding: 17px 0px 5px !important;
	border-bottom:2px solid #3EC1E6;
}
.wr-megamenu-container ul.wr-mega-menu > li { padding-right: 30px !important; }
.wr-megamenu-container .current_page_item > a, .wr-megamenu-container .current_page_ancestor > a, .wr-megamenu-container .current-menu-item > a, .wr-megamenu-container .current-menu-ancestor > a {
	color: #fff !important;
	font-weight:600 !important;
}
.top_nav_main .block-sub-menu .caption {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 7px;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	white-space:normal;
	line-height:1.5;
	cursor: default !important;
}
.top_nav_main .link_heading .caption {
	border-left: 2px solid #3ec1e6;
	display: block;
	margin: 5px 2px 14px !important;
	padding: 3px 5px !important;
	color: #4c4c4c;
	font-size: 13px;
	font-weight:normal;
	transition-duration: 0.3s;
	transition-property: background;
	cursor: pointer !important;
	line-height:1 !important;
	text-transform: none;
}
.top_nav_main .link_heading .caption:hover {
	background: none repeat scroll 0 0 #3ec1e6;
	color: #fff;
	text-decoration: none;
}
.top_nav_main .link_heading .block-sub-menu ul.submenu-items { display:none; }
.top_nav_main .block-sub-menu .submenu-items > li > a {
	border-left: 2px solid #3ec1e6;
	display: block;
	margin: 5px 2px 14px !important;
	padding: 3px 5px !important;
	color: #4c4c4c;
	font-size: 13px;
	transition-duration: 0.3s;
	transition-property: background;
	border-bottom:none;
}
.top_nav_main .block-sub-menu .submenu-items > li > a:hover {
	background: none repeat scroll 0 0 #3ec1e6;
	color: #fff;
	text-decoration: none;
	border-bottom:none;
}
.top_nav_main .menu_heading_row > .col-md-3:first-child {
	background:#F2F2F2;
	text-align:center
}
.top_nav_main .menu_heading_row > .col-md-3:first-child img { margin:0 auto; }
.top_nav_main .menu_heading_row > .col-md-3:first-child .hd3 {
	color: #4c4c4c;
	font-weight: 600;
	padding-bottom:7px;
	font-size:16px;
	text-rendering: optimizelegibility;
	text-transform:uppercase;
}
/*offer page css*/
.offer_table { background:#f9f9f9; }
.offer_table p { padding-bottom:10px !important; }
.saving {
	font-size: 25px;
	font-weight: 300;
	padding: 10px 0;
	text-align: center;
	line-height:1.3;
}
.saving div {
	color: #36af00;
	font-size: 30px;
	font-weight: 600;
}
.cross-price2 {
	color: red;
	font-size: 37px;
	text-align: center;
	text-decoration: line-through;
	line-height:1.5;
}
.cross-price2 div {
	color: red;
	font-size: 30px;
	font-weight: 500;
	line-height: 2.1;
}
.price {
	color: #000;
	font-size: 58px;
	font-weight: 500;
	margin: 5px 0 10px;
	text-align: center;
	line-height:1;
}
.price sup {
	font-size: 20px;
	left: 2px;
	top: -20px;
}
.content-box-price {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}
/*Side Slide toggle*/
.slide-out-div {
	display: table;
	overflow: hidden;
	position:fixed;
	right:0;
	top:35%;
	pointer-events: none;
}
.caseBtn {
	width: 275px;
	position: relative;
	right: -215px;
	pointer-events: all;
}
.caseBtn > div {
	display: table;
	margin: 0 10px 10px !important;
	width: 93%;
	padding-left: 5% !important;
	cursor:pointer;
	border-radius:3px;
}
.caseBtn > div > img {
	float: left;
	margin: 15px 12px 0 0;
	width: 25px;
}
.caseBtn > div.blue, .caseBtn > div.blue a {
	background-color: #3ec1e6 !important;
	transition: all 0.2s ease-in-out 0s;
}
.caseBtn > div.orange, .caseBtn > div.orange a {
	background-color: #ff8833 !important;
	transition: all 0.2s ease-in-out 0s;
}
.caseBtn > div.blue:hover, .caseBtn > div.blue:hover a, .caseBtn > div.blue a:hover { background-color: #6ccbe5 !important; }
.caseBtn > div.orange:hover, .caseBtn > div.orange:hover a, .caseBtn > div.orange a:hover { background-color: #ff974c !important; }
.caseBtn a {
	border: medium none;
	border-radius: 3px;
	color: #fff;
	display: table-cell;
	height: 50px;
	line-height: 1.3 !important;
	text-transform: uppercase;
	vertical-align: middle !important;
	width: 95% !important;
}
.caseBtn .btn > img.desk-only {
	display: inherit !important;
	float: left;
}
.desk-only { display: block !important; }
/*Side Slide toggle end*/


.page-numbers {
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
	border-bottom: medium none !important;
	border-radius: 0;
	padding: 5px 10px 3px;
}
.page-numbers.current { border-bottom: 1px solid #3ec1e6 !important; }
.wp-caption-text {
	font-size:12px !important;
	line-height:1.2;
	padding-top:5px;
}
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .banner-text-box {
display:block;
}
*::-ms-backdrop, .flex { display:block; }/* IE11 */
}
