/*

Theme Name: Convergytics New

Theme URI: http://www.eglogics.com/
Author: Shivam Verma
Author URI: shivam.verma1005@gmail.com



This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

-------------------------------------------------------------- */

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Maven Pro Regular'), local('MavenProRegular'), url(https://themes.googleusercontent.com/static/fonts/mavenpro/v5/MG9KbUZFchDs94Tbv9U-pT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section {
	display: block
}
* {
	webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/**{-moz-transition:0.5s;-o-transition:0.5s; -webkit-transition:0.5s;transition:0.5s;}

.slicknav_menu{-moz-transition:none!important;-o-transition:none!important;-webkit-transition:none!important;transition:none!important;}*/



audio,  canvas,  video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
:hover, 
:focus, 
:active {
	outline: none;
}
html,  button,  input,  select,  textarea {
	font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 400; /* normal */
	color: #555;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	background-color:#ffffff;
font-family: 'Montserrat' !important;
}
a {
	color: #0078CF;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	transition:color 0.2s ease;
	-moz-transition:color 0.2s ease;
	-webkit-transition:color 0.2s ease;
	-o-transition:color 0.2s ease;
}
a:hover {
	text-decoration: none;
	opacity:0.8;
}

	

	::-moz-selection {
 background: #0078CF;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #0078CF;
	color: #fff;
	text-shadow: none;
}
p {
	margin: 0 0 1em;
}
p:last-child {
	margin-bottom: 0;
}
a:visited {
	opacity:0.9;
}
a:active,  a:focus {
	position:relative;
	top:1px;
}
abbr[title] {
	border-bottom:1px dotted
}
dfn {
	font-style:italic
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ddd;
	margin:1em 0;
	padding:0
}
pre,  code,  kbd,  samp {
	font-family:monospace, monospace;
	_font-family:'courier new', monospace;
	font-size:1em
}
q {
	quotes:none
}
q:before,  q:after {
	content:"";
	content:none
}
blockquote {
	margin: 1em 1em 1em 0;
	padding: 1em;
	border-left: 1px solid #DDD;
	font-style: italic;
	color: #999;
}
blockquote p {
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 0;
}
blockquote small {
	display: block;
	font-size: 1em;
	line-height: 1.6em;
	color: #bfbfbf;
	text-align: right;
}
blockquote small:before {
	content: '\2014 \00A0';
}
b,  strong {
	font-weight:700
}
small {
	font-size:85%;
	color: #999;
}
sub,  sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-0.5em
}
sub {
	bottom:-0.25em
}
dd {
	margin:0 0 0 40px
}
dt {
	font-weight: 700;
}
ul,  ol {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle
}
svg:not(:root) {
	overflow:hidden
}
figure {
	margin:0
}
form {
	margin:0;
padding-bottom: 45px;
}
fieldset {
	border:0;
	margin:0;
	padding:0
}
label {
	cursor:pointer
}
legend {
	border:0;
 *margin-left:-7px;
	padding:0;
	white-space: normal;
}
button,  input,  select,  textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
 *vertical-align:middle
}
button,  input {
	line-height:normal;
 *overflow:visible
}
input, select#role {
	width:98%;
}
table button,  table input {
 *overflow:auto
}
button,  input[type="button"],  input[type="reset"],  input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button
}
input[type="checkbox"],  input[type="radio"] {
	box-sizing:border-box
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance:none
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border:0;
 padding:0
}
textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;width:100%;height:58px;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td {
	vertical-align:top
}
.chromeframe {
	margin: 1em 0;
	background: red;
	color: black;
	padding: 1em;
}
/* -------------------------------------------------------------

	======	STYLES

	------------------------------------------------------------- */

	

	

	/* -- BUTTONS 

	------------------------------------------------------------- */

	.button,  input[type="submit"],  button,  .toggle-title {
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.6em 1.2em;
	text-shadow: 0 1px 0 #fff;
	border: solid 1px #ddd;
	text-decoration: none;
	cursor: pointer;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.button:hover,  input[type="submit"]:hover,  button:hover,  .toggle-title:hover {
	color: #333;
	text-decoration: none;
	border-color: #BBB;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background: 0 100%;
}
.button:focus,  input[type="submit"]:focus,  button:focus,  .toggle-title:focus {
	color:#fff;
	border-color:#BBB;
}
.button:active,  input[type="submit"]:active,  button:active,  .toggle-title:active {
	color: #000;
	background: #F5F5F5;
	border-color: #444;
	position: relative;
}
/* -- TYPO

	------------------------------------------------------------- */

	h1,  h2,  h3,  h4,  h5,  h6 {
	margin:0 0 1em;
	font-weight: normal;
}
h1 {
	font-size: 4.1em;
	letter-spacing: -0.075em;
	text-transform: uppercase;
	line-height: 0.9;
	color: #555;
	margin: 0 0 0.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
	letter-spacing: -0.002em;
	color: #555;
	line-height: 1.2;
	font-weight: 600;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.17em;
	text-transform: uppercase;
	margin: 0;
	color: #555;
}
h6 {
	font-size: 1em;
	margin-bottom: 2px;
	font-weight: 700;
}
h1 a,  h2 a,  h3 a,  h4 a,  h5 a,  h6 a {
	color:#333;
	text-decoration: none;
}
h1 a:hover,  h2 a:hover,  h3 a:hover,  h4 a:hover,  h5 a:hover,  h6 a:hover {
	color:#0078CF;
	text-decoration: underline;
}
/* -- GRID  https://github.com/mattberridge/Proportional-Grids/

	------------------------------------------------------------- */

/*	body{width:100%; background: url(img/stripes.png) no-repeat 40% 0;}*/

.container {
	width:100%;
	max-width:1000px;
	margin:0em auto;
	padding: 5px;
}
.grid-wrap {
	/* margin-left: -3em;  the same as your gutter */

	/*overflow: hidden;*/
 *zoom:1;
}
.grid-wrap:before,  .grid-wrap:after {
	content:"";
	display:table
}
.grid-wrap:after {
	clear:both
}
.grid {
	float: left;
	/*padding-left: 3em;  this is your gutter between columns */

	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 /* behavior: url(/js/boxsizing.htc); */
}
.half-gutter {
	margin-left: -1.5em;
}
.half-gutter .grid-col {
	padding-left: 1.5em;
}
.col-full {
	width: 100%;
}
.col-one-half {
	width: 50%;
}
.col-one-third {
	width: 33.333%;
}
.col-two-thirds {
	width: 66.666%;
}
.col-one-quarter {
	width: 25%;
}
.col-three-quarters {
	width: 75%;
}
.divide-top {
	border-top: 1px solid #ccc;
	padding-top: 2em;
	margin-top: 1.5em;
}
.mright {
	margin-right: 3em;
}
.mleft {
	margin-left: 3em;
}
.mtop {
	margin-top: 3em;
}
.mbottom {
	margin-bottom: 3em;
}
.halfmright {
	margin-right: 1.5em;
}
.halfmleft {
	margin-left: 1.5em;
}
.halfmtop {
	margin-top: 1.5em;
}
.halfmbottom {
	margin-bottom: 1.5em;
}
.fright,  .fleft {
	display:block;
	overflow:hidden;
}
.fright {
	float:right;
	margin-top:48px;
	width:700px;
}
.fleft {
	float:left
}
.alignleft {
	float: left;
	clear: left;
	margin: 0.38em 1.62em 0.38em 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 0.38em 0 0.38em 1.62em;
}
.aligncenter {
	margin: 0 auto 1.62em;
	display: block;
}
/* -- MISC

	------------------------------------------------------------- */

	figure {
	max-height: 100%;
	overflow: hidden;
}
figure figcaption {
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
a img {
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
a img:hover {
 *zoom: 1;
	opacity: 0.7;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
	filter: alpha(opacity = 70);
}
/* -------------------------------------------------------------

	======	PAGES

	------------------------------------------------------------- */

		

	/* -- HEADER

	------------------------------------------------------------- */

	header#navtop {
	margin-bottom: 0em;
	clear: both;
	overflow: hidden;
	width:100%;
	z-index:10000;
}
header nav ul {
	float: left;
	overflow: hidden;
	padding: 0 0 0 1.2em;
	line-height: 2em;
}
nav a,  menu a {
	text-decoration: none;
	color: #506c7c;
	font-family: 'Maven Pro', sans-serif;
	font-size:15px;
}
.navactive {
	color: #0078CF
}
.logo {
	margin-bottom: 0em;
}
.logo:hover {
	background: none;
}
/* -- GENERAL 

	------------------------------------------------------------- */

	.main > section {
	margin-bottom: 0em;
}
.main header {
	color: #555;
	margin-bottom: 0em;
}
.main header hr {
	border-top-color:#999;
}
.arrow:after {
	content:" \27F6"; /* html unicode: &#10230; */
}
header .arrow {
	color: #999;
	font-style: italic;
}
.arrow:hover {
	color: #0078CF;
}
/* -- FOOTER

	------------------------------------------------------------- */

	footer {
	color: #555;
	margin-bottom: 7em;
}
footer nav ul {
	float: right;
	overflow: hidden;
}
footer a {
	color: #999;
}
footer li {
	/* float: left; */
	margin-right: 1em;
	padding-right: 1em;
	/*border-right: 1px solid #DDD;*/
	font-size: 0.8em;
width: 100%;
    text-align: left;
}
footer li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.up a {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* -- HOME-PAGE

	------------------------------------------------------------- */

	/* Services */

	.services aside {
	color: #999;
	padding-top: 1em;
	border-top: 1px solid #DDD;
}
.services aside:after,  .services h5:after {
	content: "";
	display: block;
	height: 1px;
	width: 1em;
	background: #DDD;
	margin: 1em 0;
}
/* Slider */

		/* Browser Resets */

	.flex-container a:active,  .flexslider a:active,  .flex-container a:focus,  .flexslider a:focus {
	outline: none;
}
.slides,  .flex-control-nav,  .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles */ 

	.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
}
.flexslider .slides > .slide {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.slide figcaption {
	position: absolute;
	background: white;
	height: auto;
	min-height: 3em;
	width: 60%;
	padding: 1em;
	top: 3em;
	right: 0;
}
.slide figcaption div {
	text-align: right;
	display: block;
	border-right: 1px solid #DDD;
	padding: 0 2em 0 0;
	margin: auto 5em auto 0;
}
.slide figcaption div p {
	margin: 0
}
.flex-direction-nav {
	position: absolute;
	top: 4em;
	right: 1.5em;
	z-index: 10;
}
.flex-direction-nav li {
	display: inline;
}
.flex-prev,  .flex-next {
	text-decoration: none;
	color: #999;
	margin-left: 1em;
}
.flex-prev:hover,  .flex-next:hover {
	color: #0078CF
}
/* -- WORKS / Home-page and Works-page

	------------------------------------------------------------- */

	.works figure > a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #DDD;
	padding-top: 1em;
}
.works figure .zoom {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	/*background: url(images/zoom.png) no-repeat center;*/
	width: 100%;
	height: 100%;
 *zoom: 1;
	opacity: 0;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
	filter: alpha(opacity = 0);
}
.works figure figcaption {
	margin-top: 1em;
	padding: 0 0.5em;
	white-space: nowrap;
}
.works figure figcaption a {
	line-height:2em;
	color: #555;
	font-weight: 700;
}
.works figure figcaption p {
	margin: 0;
}
.works-page .works figure {
	margin-bottom: 3em;
}
.main aside {
	margin-bottom: 3em
}
.main aside menu {
	padding: 0 0 0 1em;
	line-height: 2em;
}
.main aside menu a {
	color: #999;
}
.main aside menu .buttonactive {
	color: #0078CF
}
/* -- SUBPAGES 

	------------------------------------------------------------- */

	/*Separations*/

	.main:not(.home-page) > section article h2 {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #DDD;
}
.main:not(.home-page) > section article:first-child h2 {
	margin-top: 0;
}
/* Work-page (single) */

	.work-page figure {
	margin-bottom: 3em;
}
.work-page figcaption {
	text-align: center;
	margin-top: 1em;
}
/* Services-page */

	.warning {
	display: block;
	background: #F5F5F5;
	border: 1px solid #DDD;
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 20px;
	margin: 20px 0px;
}
/* - Toggles */  

	.toggle-view > li {
	margin-top: 1em;
	position: relative;
}
.toggle-title {
	padding: 0.8em 2em;
}
.toggle-title-detail {
	font-size: 0.8em;
	color: #999;
	font-weight: normal;
	text-transform: lowercase;
}
.toggle-title:after {
	content: "\25C0";
	float: right;
	color: #999;
}
.toggle-title:hover:after {
	color: #555
}
.tactive {
	background: #FFF
}
.tactive:after {
	content: "\25BC";
	color: #555;
}
.toggle {
	padding: 1em 2em;
	display: none;
	overflow: hidden;
}
.toggle > ul li {
	line-height: 2.5
}
.toggle > ul li:before {
	content: "\2714 ";
	color: #ddd;
	margin-right: 1em;
}
/* - Tabs */

	.tabs {
	display: block;
	margin: 0;
	padding: 0;
}
.tabs li {
	display: inline-block;
	margin-bottom: -1px;
}
.tabs li a {
	display: block;
	text-decoration: none;
	line-height: 3em;
	color: #fff;
	padding: 0 2em;
	margin: 0;
	background: #f5f5f5;
	font-size: 1.1em;
}
.tabs li a:hover {
	color: #000;
}
.tabs li.active a {
	background: #fff;
	position: relative;
	border: 1px solid #DDD;
	border-bottom-color: #FFF;
	color: #19af9c;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
.tab_container {
	margin-bottom: 1em;
	display: block;
	border-left: 1px solid #ddd;
	padding: 15px 15px 0;
}
.tab_container > article {
	display:none;
}
.tab_container > article:first-child {
	display: block;
}
/* -------------------------------------------------------------

	======	BLOG

	------------------------------------------------------------- */

	

	/* Article */

	.post {
	margin-bottom:5em
}
.post .entry {
	margin:1.5em 0;
}
.post .entry p {
	overflow:auto
}
.post .more-link {
	font-weight:700;
	color: #0078CF;
}
.post .more-link:hover {
	color:#333;
}
.meta {
	font-weight: normal;
	color:#999;
	font-size:0.9em
}
.meta a {
	color:#555;
	text-decoration:none;
}
.meta a:hover {
	color:#0078CF;
	text-decoration:underline;
}
/* Sidebar */

	.blog-sidebar {
	color: #999;
}
.blog-sidebar h2 {
	margin-bottom:1em;
	font-size:2em;
	color:#666;
}
.blog-sidebar .widget {
	padding-bottom:2em;
	border-bottom: 1px solid #DDD;
	margin-bottom: 2em;
}
.blog-sidebar .widget:last-child {
	border-bottom: none;
}
.blog-sidebar a {
	font-weight: normal;
	color:inherit;
	text-decoration: none;
}
.blog-sidebar a:hover {
	color:#333;
}
.blog-sidebar li {
	padding-left: 1em;
	margin-bottom: 0.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 95%;
	overflow: hidden;
	display: block;
}
.blog-sidebar li a:before {
	content: ">";
	padding-right: 1em;
}
.blog-sidebar input {
	width: 90%;
	padding-right: 0;
}
/* Pagination */

	ul.page-numbers {
	float: right;
	overflow:hidden;
	display:block;
}
.page-numbers li {
	float:left;
}
.page-numbers li a {
	display:block;
	padding:1em;
	text-decoration:none;
	color:#777;
}
.page-numbers li a:hover {
	color:#444;
}
.page-numbers li .current {
	color: #0078CF;	    
}

/* blog_pagination */
.blog_pagination{}
.blog_pagination .page-numbers{padding: 2px 5px;}
.blog_pagination .page-numbers:hover{background-color: #F0F0F0;}
.blog_pagination .page-numbers.current{background-color: #68BD2D;
    color: #fff;}
.blog_pagination a{color: #509024;}

/* Comments*/

	.section-comment header {
	overflow: hidden;
	clear: both;
}
.comments,  .leavecomment {
	margin-top: 3em;
}
.comment {
	margin-bottom: 2em;
}
.comment p {
	font-size: 0.9em;
	color: #777;
}
.comment h6 {
	margin-bottom: 0.5em;
}
.comment form ul li {
	margin-bottom: 2em
}
/* -------------------------------------------------------------

	======	MISC

	------------------------------------------------------------- */

	

	.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
 *line-height: 0;
}
.ir br {
	display:none
}
.hidden {
	display:none !important;
	visibility:hidden
}

#login-register-password {height:auto !important;}
.tab_content_login {    padding: 0;    padding-top: 10px;}
ul.tabs_login {display:none;}
.tab_container_login {border:0px !important;margin:0px !important;}
.wp-user-form {    padding-bottom: 0px;}

/* -------------------------------------------------------------

	======	IE Fix

	------------------------------------------------------------- */

	.lt-ie9 .works figure a,  .lt-ie9 .works figure a img {
	filter:inherit
}
/* jquery filter opacity issue IE8 */

	

	.lt-ie9 .container {
	min-width: 780px;
}
.lt-ie8 .container {
	width: 960px;
}
.lt-ie8 .grid-wrap {
	margin-left: 0;
}
.lt-ie8 .grid {
	padding: 0;
	margin-left: 5%;
}
.lt-ie8 .grid:first-child {
	margin-left: 0;
}
.lt-ie8 .col-full {
	width: 99.95%;
}
.lt-ie8 .col-full + .grid {
	margin-left: 0;
}
.lt-ie8 .col-one-half {
	width: 47.45%;
}
.lt-ie8 .col-one-third {
	width: 29.55%;
}
.lt-ie8 .col-two-thirds {
	width: 64.95%;
}
.lt-ie8 .col-one-quarter {
	width: 19.95%;
}
.lt-ie8 .col-three-quarters {
	width: 74.95%;
}

	

	

	

	/* -------------------------------------------------------------

	======	MEDIA QUERIES

	------------------------------------------------------------- */

	

	/* -- Media query 1 (mq1)

	------------------------------------------------------------- */

	@media only screen and (max-width: 60em) { /* 13 / 780 */
.mq1-col-full {
	width: 100%;
}
.mq1-col-one-half {
	width: 50%;
}
.mq1-col-one-third {
	width: 33.333%;
}
.mq1-col-two-thirds {
	width: 66.666%;
}
.mq1-col-one-quarter {
	width: 25%;
}
.mq1-col-three-quarters {
	width: 75%;
}
/**/

		h1 {
	font-size: 3.1em;
}
.slide figcaption {
	width: 80%;
}
footer li {
	float: left;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #DDD;
}
}

		

	/* -- Media query 2 (mq2)

	------------------------------------------------------------- */

	@media only screen and (max-width: 48em) { /* 13 / 624 */
.mq2-col-full {
	width: 100%;
}
.mq2-col-one-half {
	width: 50%;
}
.mq2-col-one-third {
	width: 33.333%;
}
.mq2-col-two-thirds {
	width: 66.666%;
}
.mq2-col-one-quarter {
	width: 25%;
}
.mq2-col-three-quarters {
	width: 75%;
}
/**/

		header nav {
	width: 100%;
}
header nav ul {
	padding: 0;
	border-left:none;
	line-height: 2em;
}
header nav ul li {
	float: left;
	padding: 0 1em;
	border-left:1px solid #ddd;
}
.slider {
	margin-top: 3em;
}
}

		

	/* -- Media query 3 (mq3)

	------------------------------------------------------------- */

	@media only screen and (max-width: 30em) { /* 13 / 390 */
.mq3-col-full {
	width: 100%;
}
.mq3-col-one-half {
	width: 50%;
}
.mq3-col-one-third {
	width: 33.333%;
}
.mq3-col-two-thirds {
	width: 66.666%;
}
.mq3-col-one-quarter {
	width: 25%;
}
.mq3-col-three-quarters {
	width: 75%;
}
.mq3-none {
	display: none;
}
/**/

		header nav ul li {
	padding: 0 0.5em;
}
footer li {
	float: none;
	margin-right: 0em;
	padding-right: 0em;
	border-right: none;
	line-height: 2em;
}
.services article {
	margin-top: 0em;
}
.services article:first-of-type {
	margin-top: 0;
}
}

	

	/* -- PRINT STYLES 

	------------------------------------------------------------- */

	@media print {
* {
	background:transparent !important;
	color:black !important;
	text-shadow:none !important;
	filter:none !important;
	-ms-filter:none !important
}
abbr[title]:after {
	content:"("attr(title) ")"
}
pre,  blockquote {
	page-break-inside:avoid
}
thead {
	display:table-header-group
}
tr,  img {
	page-break-inside:avoid
}
img {
	max-width:100% !important
}
p,  h2,  h3 {
	orphans:3;
	widows:3
}
h2,  h3 {
	page-break-after:avoid
}
}
/* -------------------------------------------------------------

	======	END

	------------------------------------------------------------- */

	

	.what-is-news {
	width:100%;
	height:41px;
	float:left;
	border:#dddddd solid 1px;
	margin:6px 0px;
}
.what-is-new-box {
	width:93px;
	height:38px;
	float:left;
	background-color: #dddddd;
	font-family: 'Maven Pro', sans-serif;
	padding-top:9px;
	text-align:center;
	font-size:14px;
}
.what-is-new-box-arrow {
	width:19px;
	height:39px;
	float:left;
}
.what-is-new-box-content {
	width:auto;
	height:30px;
	float:left;
	font-family: 'Maven Pro', sans-serif;
	padding-top:9px;
	text-align:center;
	font-size:14px;
	padding-left:10px;
}
.footer {
	width:100%;
	height:20px;
	float:left;
	margin-top:5px;
	text-align: center;
}
#menu-top-menu li, .social-media-ico {
	width:auto;
	height:22px;
	float:right;
	margin-right:7px;
	margin-top:10px;
}
#menu-top-menu li a, .social-media-ico a {
	font-size:11px;
	color:#506c7c;
}
.social-media-ico a:hover {
	opacity:0.8;
}
#menu-top-menu li a:hover {
	opacity:0.8;
}
.footer ul {
	width:100%; /* width:351px; */
	height:30px;
	float:left;
}
.footer ul li {
}
.footer ul li a {
	font-family: 'Maven Pro', sans-serif;
	font-size:15px;
	color:#506c7c;
	float:left;
	padding-left:28px;
}
.footer2 {
	width:100%;
	height:30px;
	margin-right: auto;
	margin-left: auto;
}
.footer2 ul {
	width:100%;
	margin-top:5px;
	margin-right:auto;
	text-align:right;
	float:right;
}
.footer2 ul li {
	font-family: 'Maven Pro', sans-serif;
	font-size:10px;
	color:#506c7c;
	padding-left:15px;
	text-transform: uppercase;
	float:right;
}
.footer2 ul li a {
	font-family: 'Maven Pro', sans-serif;
	font-size:10px;
	color:#506c7c;
	padding-left:15px;
	height:11px;
	text-transform:uppercase;
}
.main-banner {
	width:100%;
	float:left;
}
.inner-banner {
	width:100%;
	float:left;
}
.page-id-666 .inner-banner {
	display:none;
}
.inner-banner img {
	width:100%;
	height:auto;
}
.inner-con-head {
	width:999px;
	height:30px;
	float:left;
	padding-top:25px;
	font-family: 'Montserrat', sans-serif;
	font-size:23px;
	color:#1995ce;
}
.inner-con-main-text {
	width:100%;
	height:auto;
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#2e2d2d;
	padding-top:10px;
}
.inner-con-main-text h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.7em;
	color: #5d984b;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
}
.inner-con-text {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5d984b;
}
.inner-con-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	background:#5d984b;
	padding-left:18px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase;
}
.inner-con-text h3 a {
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	background-image:none !important;
}
.inner-con-text h3 a:hover {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
.inner-con-text p {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#000;
	padding-left:18px;
}
.inner-con-text a {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	color:#19af9c;
	text-align:right;
	padding-right:15px;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	color:#159c8b;
	text-decoration:underline;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text2 a {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#19af9c;
	padding-right:15px;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text2 a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	color:#159c8b;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
	text-decoration:underline;
}
.inner-con-text2 {
	width:19%;
	height:auto;
	float:left;
	margin-top:px;
	font-family: 'Montserrat', sans-serif;
	font-size:23px;
	color:#1995ce;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5d984b;
}
.inner-con-text2 h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	background:#5d984b;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:18px;
	text-transform:uppercase;
	width:100%
}
.inner-con-text2 h3 a {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	background-image:none !important;
}
.inner-con-text2 h3 a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
.inner-con-text2 p {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#000;
	padding-left:18px;
}
.inner-con-text3 {
	width:19%;
	height:auto;
	float:left;
	margin-top:0px;
	font-family: 'Montserrat', sans-serif;
	font-size:23px;
	color:#1995ce;
	margin-right:23px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5d984b;
}
.inner-con-text3 h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:#5d984b;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:18px;
}
.inner-con-text3 h3 a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-image:none !important;
}
.inner-con-text3 h3 a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.inner-con-text3 p {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#000;
	padding-left:18px;
}
.inner-con-text3 a {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#19af9c;
	padding-right:15px;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text3 a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#19af9c;
	text-decoration:underline;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text4 {
	width:12%;
	height:auto;
	float:left;
	margin-top:0px;
	font-family: 'Montserrat', sans-serif;
	font-size:23px;
	color:#1995ce;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5d984b;
}
.inner-con-text4 h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:#5d984b;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:18px;
}
.inner-con-text4 h3 a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-image:none !important;
}
.inner-con-text4 h3 a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.inner-con-text4 p {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#000;
	padding-left:18px;
}
.inner-con-text4 a {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#19af9c;
	padding-right:15px;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text4 a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#19af9c;
	text-decoration:underline;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text5 {
	width:15%;
	height:auto;
	float:left;
	margin-top:0px;
	font-family: 'Montserrat', sans-serif;
	font-size:23px;
	color:#1995ce;
	padding-bottom: 10px;
	margin-right: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5d984b;
}
.inner-con-text5 h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:18px;
	background:#5d984b;
	padding-bottom:3px;
	padding-top:3px;
}
.inner-con-text5 p {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#000;
	padding-left:18px;
}
.inner-con-text5 a {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	padding-right:40px;
	background:#19af9c;
	padding-left:20px;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text5 a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	padding-right:40px;
	background:#159c8b;
	padding-left:20px;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text6 {
	width:160px;
	height:auto;
	float:left;
	margin-top:0px;
	font-family: 'Montserrat', sans-serif;
	font-size:23px;
	color:#1995ce;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5d984b;
}
.inner-con-text6 h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:#5d984b;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:18px;
}
.inner-con-text6 p {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#000;
	padding-left:18px;
}
.inner-con-text6 a {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	padding-right:40px;
	background:#19af9c;
	padding-left:20px;
	background:url(images/readmore-arrow.jpg) no-repeat right top 4px;
}
.inner-con-text6 a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	padding-right:40px;
	background:#159c8b;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.main-banner1 {
	width:33.8%;
	height:495px;
	float:left;
	background:url(images/convergence.png) repeat-x left top;
}
.main-banner1-con1 {
	width:100%;
	height:496px;
	float:left;
	background:url(images/convergence-text.png) no-repeat;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-position:left 18px top 30px;
}
.main-banner1-con1:hover {
	background-position:left 5px top 30px;
	cursor:pointer;
}
.main-banner2 {
	width:33.5%;
	height:495px;
	float:left;
	background:url(images/implementation.png) repeat-x left top;
}
.main-banner2-con1 {
	width:100%;
	height:496px;
	float:left;
	background:url(images/implimentation.png) no-repeat;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-position:left 20px top 170px;
}
.main-banner2-con1:hover {
	background-position:left 10px top 170px;
	cursor:pointer;
}
.main-banner3 {
	width:32.6%;
	height:495px;
	float:left;
	background:url(images/how-do-you-benefit.png) repeat-x left top;
}
.main-banner3-con1 {
	width:100%;
	height:496px;
	float:left;
	background:url(images/result.png) no-repeat;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-position:left 28px top 314px;
}
.main-banner3-con1:hover {
	background-position:left 20px top 314px;
	cursor:pointer;
}
.convergents {
	width:100%;
	height:auto;
	float:left;
}
ul#news {
	font-family: 'Maven Pro', sans-serif;
	padding-left:130px;
	padding-top:10px;
	color:#666;
}
ul#news a {
	color:#666;
}
#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-heading {
	font-size:15px;
	color:#5d984b;
	font-weight:bold;
}
#tabs li {
	float: left;
	background: #9BCA86;
	margin-right: 3px;
}
#tabs a {
	position: relative;
	padding-top:5px;
	float: left;
	text-decoration: none;
	color: #fff;
	width:180px;
	text-align:center;
	height:35px;
	font-size:15px;
	margin-left: 0px;
}
#tabs a.first {
	margin-left: 0;
}
#tabs a.last {
	width:331px;
}
/*#tabs a:hover,

 #tabs a:hover::after,

 #tabs a:focus,

 #tabs a:focus::after {

	background: #60984B;

	color:#fff;	

}*/



#tabs li:hover,  #tabs li:hover::after,  #tabs li:focus,  #tabs li:focus::after {
	background: #60984B;
	color:#fff;
}
#tabs a:focus {
	outline: 0;
}
#tabs #current a {
	background: #60984B;
	z-index: 3;
	color:#fff;
}
#tabs #current a::after {
	background: #60984B;
	z-index: 3;
	padding-right: 1px;
}
.ui-tabs-active a, .ui-state-active a {
	background: #60984B;
}
/* ------------------------------------------------- */

	

	#tabs2 {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs2 li {
	float: left;
	z-index:10000;
}
#tabs2 a {
	position: relative;
	background: #1ea7dd;
	padding-top:0px;
	float: left;
	text-decoration: none;
	color: #fff;
	width:200px;
	text-align:center;
	height:25px;
	border-bottom:none;
	font-size:15px;
	margin-left: 0px;
}
#tabs2 a:hover,  #tabs2 a:hover::after,  #tabs2 a:focus,  #tabs2 a:focus::after {
	background: #1d6ca4;
	color:#5d984b;
}
#tabs2 a:focus {
	outline: 0;
}
#tabs2 a::after {
	content:'';
	position:absolute;
	z-index: 1;
	top: 0;
	right: -.5em;
	bottom: 0;
}
#tabs2 #current a {
	background: #f7f7f7;
	z-index: 3;
	color:#5d984b;
	border:#999999 solid 1px;
	border-bottom: #fff;
	margin-bottom:-2px;
}
#tabs2 #current a::after {
	background: #fff;
	z-index: 3;
	border-bottom: #fff;
}
/* ------------------------------------------------- */

	

	/* ------------------------------------------------- */

	

	#tabs3 {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs3 li {
	float: left;
	z-index:10;
}
#tabs3 a {
	position: relative;
	background: #1ea7dd;
	padding-top:0px;
	float: left;
	text-decoration: none;
	color: #fff;
	width:200px;
	text-align:center;
	height:25px;
	border-bottom:none;
	font-size:15px;
}
#tabs3 a:hover,  #tabs3 a:hover::after,  #tabs3 a:focus,  #tabs3 a:focus::after {
	background: #1d6ca4;
	color:#5d984b;
	border-bottom: none;
}
#tabs3 a:focus {
	outline: 0;
}
#tabs3 a::after {
	content:'';
	position:absolute;
	z-index: 1;
	top: 0;
	right: -.5em;
	bottom: 0;
}
#tabs3 #current a {
	background: #d8d7d7;
	z-index: 3;
	color:#5d984b;
	border:#999999 solid 1px;
	border-bottom: 1px solid #944;
	margin-bottom:-2px;
}
#tabs3 #current a::after {
	background: #fff;
	z-index: 3;
}
/* ------------------------------------------------- */

	#content {
	background:#d3d1d1;
	padding: 2em;
	height:auto;
	overflow:auto;
	position: relative;
	z-index: 2;
}
#content p {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
/* ------------------------------------------------- */

	

	#about {
	color: #999;
}
#about a {
	color: #eee;
}
.vision-and-mission {
	width:50%;
	height:auto;
	padding-right:0px;
	float:left;
       text-align: justify;
}
.vision-and-mission h3 {
	font-size:15px;
	color:#5d984b;
	font-weight:bold;
        margin-bottom:0px; 
}
.our-team h2 {
	color:#5d984b;
        margin-bottom:3px; 
        margin-top:0px;
}
.mission {
	width:50%;
	height:auto;
	float:right;
	border-left:#999999 solid 1px;
	padding-left:50px;
margin-bottom: 10px;
text-align: justify;
}
.mission h3 {
	font-size:15px;
	color:#5d984b;
	font-weight:bold;
        margin-bottom:0px; 
}
.investors {
	width:100%;
	height:auto;
	float:left;
}
.investors li {
	width:100%;
	height:auto;
	background:url(images/crm-icon.png) no-repeat;
	background-position:0px 3px;
	padding-left:26px;
	display:block;
	padding-bottom: 8px;
}
.investors li ul {
}
.investors li ul li {
	width:100%;
	height:auto;
	background:url(images/list-icon.jpg) no-repeat;
	background-position:0px 3px;
	padding-left:16px;
	display:block;
}
.crm-head {
	font-size:16px;
}
ul.BulletsSpread7 li {
	float: left;
	
	margin-left:2px;
	padding-left: 15px !important;
	color:#000 !important;
	border:none !important;
	background:url(images/crm-icon.png) no-repeat !important;
	background-position:0px 5px !important;
	font-size:13px !important;
	margin-left:18px;
	margin-bottom:3px;
}
ul.BulletsSpread3 li {
	width: 330px !important;
	float: left;
	min-width: 20%;
	margin-left:2px;
	padding-left: 15px !important;
	color:#000 !important;
	border:none !important;
	background:url(images/crm-icon.png) no-repeat !important;
	background-position:0px 5px !important;
}
ul.BulletsSpread6 li {
	width:100% !important;
	float: left;
	min-width: 20%;
	margin-left:2px;
	padding-left: 15px !important;
	color:#000 !important;
	border:none !important;
	background:url(images/crm-icon.png) no-repeat !important;
	background-position:0px 5px !important;
}
ul.BulletsSpread2 li {
	width: 500px !important;
	float: left;
	min-width: 20%;
	margin-left:2px;
	padding-left: 15px !important;
	color:#000 !important;
	border:none !important;
	background:url(images/crm-icon.png) no-repeat !important;
	background-position:0px 0px !important;
}
ul.BulletsSpread4 li {
	width:100% !important;
	float: left;
	min-width: 20%;
	margin-left:2px;
	padding-left: 12px !important;
	color:#000 !important;
	border:none !important;
	background:url(images/crm-icon.png) no-repeat !important;
	background-position:0px 5px !important;
	font-size:13px !important;
	margin-left:10px;
	margin-bottom:3px;
}
ul.BulletsSpread5 li {
	width: auto !important;
	margin-left:2px;
	padding-left: 15px !important;
	color:#000 !important;
	border:none !important;
	background:url(images/crm-icon.png) no-repeat !important;
	background-position:0px 5px !important;
	margin-bottom:5px;
}
.breaducum {
	width:100%;
	height:26px;
	float:left;
	font-size:11px;
	color:#a4a4a4;display:none;
}
.contact-box {
	width:100%;
	height:auto;
	float:left;
}
.news {
	width:100%;
	height:auto;
	float:left;
	padding:19px;
	/* border: 1px solid #60984B;
	box-shadow: 0px 3px #60984B inset; */
	margin-bottom:8px; margin-right: 0px;
}

.news a{
	color:#979899;
	font-weight: 600;
	font-size: 13px;	
}

.news a:hover{
	color:#6B9E27;
	opacity: 1;
	
}
.blogdate .date-month{
width: 100%;
display: block;
text-align: center;
background: #8BC73C;
color: #fff;
font-weight: bold;
padding: 3px 2px;
font-size: 14px;
border-top: 3px solid #6B9E27;
}

.blogdate .date-date{
width: 100%;
display: block;
text-align: center;
background: #F9F9F9;
color: #4A4848;
font-weight: bold;
padding: 2px 0px 0px 0px;
font-size: 20px;
}

.blogdate .date-year{
width: 100%;
display: block;
text-align: center;
background: #F9F9F9;
color: #B4B2B2;
font-weight: bold;
font-size: 12px;
padding: 0px 0px 5px;
}

.news .blogdata{
width: 88%;
float: right;
margin: 0px;
padding: 0px;
}

.blogdata .blogdata-header{
border-bottom: 4px double #E8E8E8;
padding: 0 0 15px 0;
    margin-bottom: 15px;
}


.news .by-author{
font-weight: 600;
color:#AEB0B1;
cursor:pointer;
text-transform: capitalize;
}

.news .by-author:hover{
color: #4187AA;
}


.rightBox{
	border: 0px solid #60984B  !important;
	box-shadow: none  !important;
	margin-bottom:8px; margin-right: 0px  !important;
	 padding: 1px !important;
}

.rightBox aside {
    margin-bottom: 25px !important;
   /* border: 1px solid #C5C5C5;*/
    /* box-shadow: 0px 3px #60984B inset; */
    margin-right: 0px;
    padding: 19px;
}

/** Custom style **/
.rightBox  #my_popula_posts-3 h3.widget-title, .rightBox  #my_popula_posts-2 h3.widget-title, #my_popula_posts-2 h3.widget-title, .rightBox  #recent-posts-4 h3.widget-title,{
	margin-bottom:10px;
}

.rightBox #my_popula_posts-3  li, .rightBox #my_popula_posts-2  li, .rightBox #categories-2  li, .rightBox  #recent-posts-4 li{
line-height: 20px;
margin: 2px 0px;
padding: 6px 2px;
border-bottom: 1px solid #ECECEC;
}
.rightBox #my_popula_posts-3  li:last-child, .rightBox #my_popula_posts-2  li:last-child , .rightBox #categories-2  li:last-child, .rightBox  #recent-posts-4 li:last-child{
	border-bottom:0px;
}
.rightBox #my_popula_posts-3  li a, .rightBox #my_popula_posts-2  li a, .rightBox #categories-2  li a, .rightBox  #recent-posts-4 li a{
	font-size: 14px;
	color: #5D5D5D;
	    font-weight: bold;
}
.rightBox #my_popula_posts-3  li a, .rightBox #my_popula_posts-2  li a, .rightBox  #recent-posts-4 li a{
	font-size: 14px;
	color: #5D5D5D;
	    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.rightBox #my_popula_posts-3  li a:hover, .rightBox #my_popula_posts-2  li a:hover, .rightBox #categories-2  li a:hover, .rightBox  #recent-posts-4 li a:hover{
color: #6B9E27;
}

.rightBox #my_popula_posts-3 li span, .rightBox #my_popula_posts-2 li span, .rightBox #categories-2  li span, .rightBox  #recent-posts-4 li span{
	color:#ADABAB;
font-size: 12px;
margin-left: 5px;
}


.rightBox  #recent-comments-3 h3.widget-title, .rightBox  #recent-comments-2 h3.widget-title{
	margin-bottom:10px;
}

.rightBox #recent-comments-3  li, .rightBox #recent-comments-2  li{
line-height: 20px;
margin: 2px 0px;
padding: 6px 2px;
border-bottom: 1px solid #ECECEC;
}
.rightBox #recent-comments-3  li:last-child, .rightBox #recent-comments-2  li:last-child{
	border-bottom:0px;
}
.rightBox #recent-comments-3  li a, .rightBox #recent-comments-2  li a{
	font-size: 14px;
	color: #5D5D5D;
}
.rightBox #recent-comments-3  li a:hover, .rightBox #recent-comments-2  li a:hover{
color: #6B9E27;
}

.rightBox #recent-comments-3 li span, .rightBox #recent-comments-2 li span{
	color: #358333;
font-size: 15px;
margin-left: 5px;
text-transform: capitalize;
}


.rightBox  #sp_blog_widget-3 h3.widget-title, .rightBox  #sp_blog_widget-2 h3.widget-title{
	margin-bottom:10px;
}

.rightBox #sp_blog_widget-3  li, .rightBox #sp_blog_widget-2  li{
line-height: 20px;
margin: 2px 0px;
padding: 6px 2px;
border-bottom: 1px solid #ECECEC;
}
.rightBox #sp_blog_widget-3  li:last-child, .rightBox #sp_blog_widget-2  li:last-child{
	border-bottom:0px;
}
.rightBox #sp_blog_widget-3  li a, .rightBox #sp_blog_widget-2  li a{
	font-size: 14px;
	color: #5D5D5D;
}
.rightBox #sp_blog_widget-3  li a:hover, .rightBox #sp_blog_widget-2  li a:hover{
color: #6B9E27;
}

.rightBox #sp_blog_widget-3 li span, .rightBox #sp_blog_widget-2 li span{
	color: #358333;
font-size: 15px;
margin-left: 5px;
text-transform: capitalize;
}

#wc_openModalFormAction > div#wc_response_info {
background:none !important;
}
.modalDialog {
	background:rgba(255, 255, 255, 0.4) none repeat scroll 0% 0%;
}

.address-box {
	width:25%;
	height:auto;
	float:left;
	border:#999999 solid 1px;
	border-right:none;
	margin-top:15px;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left:25px;
	line-height:16px;
	font-size:13px;
	box-shadow: 5px 5px 10px #e9e9e9;
	background-image: url(images/contact-bg.jpg);
	background-repeat: repeat-x;
	background-size:auto 100%;
}
.contact-form {
	width:75%;
	height:auto;
	float:left;
	border:#999999 solid 1px;
	margin-top:0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 21px;
	padding-left: 21px;
	box-shadow: 5px 5px 10px #e9e9e9;
	background-image: url(images/contact-bg2.jpg);
	background-size:auto 100%;
}
.contact-head {
	font-size:15px;
	color:#5d984b;
}
.textarea {
	width:99%;
	height:23px;
	border:#cacaca solid 1px;
	border-top:none;
	color:#000;
	padding-left:8px;
}
.textfield {
	width:100%!important;
	height:52px;
	border:#cacaca solid 1px;
	border-top:none;
	color:#000;
	padding-left:8px;
	padding-top:0px;
}
.contact-form-head, .inner-con-main-text h1 a{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#5d984b;
	font-weight:bold;
	font-size: 25px;
}

.overview-box {
	width:378px;
	height:346px;
	float:left;
	border:#999999 solid 1px;
	box-shadow: 5px 5px 10px #e9e9e9;
	margin-bottom:19px;
	padding-left:49px;
	padding-right:49px;
	padding-top:35px;
	padding-bottom:35px;
}
.overview-box2 {
	width:378px;
	height:auto;
	float:left;
	border:#999999 solid 1px;
	box-shadow: 5px 5px 10px #e9e9e9;
	margin-left:36px;
	padding-left:49px;
	padding-right:49px;
	padding-top:20px;
	padding-bottom:35px;
}
.product-head {
	color:#1e6aa3;
	font-weight:bold;
}
.horizontal-crm {
	width:49%;
	height:390px;
	float:left;
	margin-right:1%;
	padding:20px 5%;
	border: 1px solid #60984B;
	box-shadow: inset 0 3px #60984B;
}
.horizontal-crm2 {
	width:50%;
	height:390px;
	float:left;
	border: 1px solid #60984B;
	box-shadow: inset 0 3px #60984B;
	padding:20px 5%;
}
ul.nav {
	padding-top:15px;
	float:right;
	font-family:Trebuchet MS, sans-serif;
}
ul.nav,  ul.nav ul {
	list-style:none;
}
ul.nav,  ul.nav .subs {
}
ul.nav .subs {
	background-color:#fff;
	border-top:none;
	display:none;
	float:left;
	left:-10px;
	padding:0 6px 0px;
	position:absolute;
	top:100%;
	width:200px;
}
ul.nav .subs2 {
	background-color:#fff;
	border-top:none;
	display:none;
	float:left;
	left:0;
	padding:0 6px 0px;
	position:absolute;
	top:100%;
	width:190px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
ul.nav .subs4 {
	background-color:#fff;
	border-top:none;
	display:none;
	float:left;
	left:-10px;
	padding:0 6px 0px;
	position:absolute;
	top:100%;
	width:120px;
}
ul.nav li:hover>* {
	display:block;
}
ul.nav ul .subs {
	left:100%;
	position:absolute;
	top:0;
}
ul.nav ul {
	padding:0 5px 5px;
	width: 200px;
}
ul.nav .col {
	float:left;
	width:100%;
}
ul.nav .col2 {
	float:left;
	width:30%;
}
ul.nav li {
	display:block;
	float:left;
	font-size:0;
	white-space:nowrap;
}
ul.nav>li,  ul.nav li {
	margin:0 0 0 15px;
	z-index:999999;
}
ul.nav ul>li {
	margin:5px 0 0;
}
ul.nav a:active,  ul.nav a:focus {
	outline-style:none;
}
ul.nav a {
	cursor:pointer;
	display:block;
	font-size:13px;
	padding:3px 3px;
	text-align:left;
	text-decoration:none;
	text-shadow:#fff 0 1px 1px;
	vertical-align:middle;
	text-transform:uppercase;
	color: #506c7c;
	font-family: 'Maven Pro', sans-serif;
	font-size:15px;
}
ul.nav ul li {
	float:none;
	margin:2px 0 0;
}
ul.nav ul a {
	background-color:#fff;
	color:#000;
	font-size:12px;
	padding:2px;
	text-align:left;
	text-decoration:none;
	text-shadow:#fff 0 0 0;
	border-radius:0;
}
ul.nav ul a:hover{
	
	font-size:12px;

}
ul.nav li:hover>a,  ul.nav a.active {
	font-size:15px;
	text-decoration:none;
	color:#188fca;
}
ul.nav img {
	border:none;
	margin-right:8px;
	vertical-align:middle;
}
ul.nav span {
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	overflow:visible;
	padding-right:0;
}
ul.nav ul span {
	/*background-image:url("images/arrow.png");*/
	padding-right:20px;
}
ul.nav ul li:hover>a {
	color:#188fca;
	font-size:12px;
	text-decoration:none;
}
ul.nav > li >a {
	background-color:transpa;
	height:25px;
	line-height:15px;
}
ul.nav > li:hover > a {
/*line-height:25px;*/

}
ul.nav li {
}
ul.nav li ul {
	display:none;
	box-shadow: 2px 2px 12px #bbb;
}
ul.nav li:hover ul {
	display:block;
	position:absolute;
	background:#fff;
	z-index:1;
	padding:5px 10px;
	margin-top: -4px;
}
.banking-and-financial {
	width:999px;
	height:800px;
	float:left;
	background:url(images/banking-and-financial-bg.jpg) no-repeat;
	margin-top: 64px;
}
.banking-and-financial-con1 {
	width:254px;
	height:auto;
	float:left;
	margin-top:158px;
	margin-left:84px;
}
.banking-and-financial-con2 {
	width:254px;
	height:auto;
	float:left;
	margin-top:90px;
	margin-left:84px;
}
.banking-and-financial-con3 {
	width:187px;
	height:auto;
	float:left;
	margin-top:158px;
	margin-left:84px;
}
.banking-and-financial-con4 {
	width:187px;
	height:auto;
	float:left;
	margin-top:100px;
	margin-left:28px;
}
.banking-and-financial-con5 {
	width:187px;
	height:auto;
	float:right;
	margin-top:90px;
	margin-right:28px;
}
.cpg {
	width:999px;
	height:800px;
	float:left;
	background:url(images/cpg-bg.jpg) no-repeat;
	margin-top: 64px;
	line-height:14px;
}
.cpg-con2 {
	width:173px;
	height:auto;
	float:left;
	margin-top:135px;
	margin-left:80px;
}
.cpg-con1 {
	width:204px;
	height:auto;
	float:left;
	margin-top:250px;
	margin-left:29px;
}
.cpg-con3 {
	width:206px;
	height:auto;
	float:left;
	margin-top:135px;
	margin-left:44px;
}
.cpg-con4 {
	width:187px;
	height:auto;
	float:left;
	margin-top:260px;
	margin-left:28px;
}
.cpg-con5 {
	width:187px;
	height:auto;
	float:right;
	margin-right:570px;
	margin-top:160px;
}
.cpg-con6 {
	width:187px;
	height:auto;
	float:right;
	margin-right:28px;
	margin-top:160px;
}
.healthcare {
	width:999px;
	height:800px;
	float:left;
	background:url(images/health-care.jpg) no-repeat;
	margin-top: 64px;
	line-height:14px;
}
.healthcare-con1 {
	width:256px;
	height:auto;
	float:left;
	margin-top:101px;
	margin-left:40px;
}
.healthcare-con1-desc {
	width:118px;
	height:auto;
	float:left;
	margin-left:140px;
	margin-top: 20px;
}
.healthcare-con1-desc-con {
	width:256px;
	height:auto;
	float:left;
	margin-top: 20px;
}
.healthcare-con3 {
	width:263px;
	height:auto;
	float:left;
	margin-top:60px;
	margin-left:90px;
}
.healthcare-con2-desc-con {
	width:256px;
	height:auto;
	float:left;
	margin-top: 20px;
}
.healthcare-con3-desc {
	width:150px;
	height:auto;
	float:left;
	margin-left:100px;
	margin-top:20px;
}
.healthcare-con3-desc-con {
	width:256px;
	height:auto;
	float:left;
	margin-top: 40px;
}
.healthcare-con4 {
	width:234px;
	height:auto;
	float:left;
	margin-top:101px;
	margin-left:87px;
}
.healthcare-con5 {
	width:215px;
	height:auto;
	float:left;
	margin-left: 24px;
}
.healthcare-con5-desc {
	width:150px;
	height:auto;
	float:left;
	margin-left:100px;
	margin-top:30px;
}
.healthcare-con6 {
	width:213px;
	height:auto;
	float:right;
	margin-right:28px;
	margin-top:30px;
}
.healthcare-con6-desc {
	width:150px;
	height:auto;
	float:left;
	margin-left:120px;
	margin-top:35px;
}
.healthcare-con6-con {
	width:256px;
	height:auto;
	float:left;
	margin-top: 35px;
	margin-left:20px;
}
.healthcare-con1-desc3 {
	width:118px;
	height:auto;
	float:left;
	margin-left:100px;
	margin-top: 60px;
}
.healthcare-con1-desc4 {
	width:118px;
	height:auto;
	float:left;
	margin-left:120px;
	margin-top: 50px;
}
.telecom {
	width:999px;
	height:800px;
	float:left;
	background:url(images/Telecom-bg.jpg) no-repeat;
	margin-top: 64px;
}
.telecom-con1 {
	width:242px;
	height:auto;
	float:left;
	margin-top:130px;
	margin-left:205px;
}
.telecom-con2 {
	width:242px;
	height:auto;
	float:left;
	margin-top:130px;
	margin-left:172px;
}
.retail {
	width:999px;
	height:800px;
	float:left;
	background:url(images/Retail-bg.jpg) no-repeat;
	margin-top: 64px;
	line-height:14px;
}
.retail-con2 {
	width:173px;
	height:auto;
	float:left;
	margin-top:135px;
	margin-left:80px;
}
.retail-con1 {
	width:204px;
	height:auto;
	float:left;
	margin-top:170px;
	margin-left:40px;
}
.retail-con3 {
	width:206px;
	height:auto;
	float:left;
	margin-top:135px;
	margin-left:25px;
}
.retail-con4 {
	width:187px;
	height:auto;
	float:left;
	margin-top:180px;
	margin-left:28px;
}
.retail-con5 {
	width:187px;
	height:auto;
	float:right;
	margin-top:120px;
	margin-right:28px;
}
.retail-con6 {
	width:187px;
	height:auto;
	float:left;
	margin-top:120px;
	margin-left:28px;
}
.career-bg {
	width:60%;
	height:auto;
	float:left;
	line-height:16px;
}
.career-box {
	width:38%;
	height:auto;
	float:left;
	border:#999999 solid 1px;
	padding:12px;
	margin-left:15px;
	margin-bottom: 10px;
}
.team1 {
	width:242px;
	height:auto;
	float:left;
	background:url(images/santhosh.jpg) no-repeat;
	margin-top:10px;
	padding-top:19px;
	padding-left:18px;
	padding-right:128px;
	line-height:14px;
}
.team2 {
	width:242px;
	height:auto;
	float:left;
	background:url(images/sanjeev.jpg) no-repeat;
	margin-top:10px;
	padding-top:19px;
	padding-right:18px;
	padding-left:128px;
	line-height:14px;
}
.team3 {
	width:385px;
	height:auto;
	float:left;
	background:url(images/juhi.jpg) no-repeat;
	margin-top:20px;
	padding-top:8px;
	padding-left:18px;
	padding-right:128px;
	line-height:14px;
}
.team4 {
	width:390px;
	height:auto;
	float:left;
	background:url(images/chaithanya.jpg) no-repeat;
	margin-top:10px;
	padding-top:19px;
	padding-right:18px;
	padding-left:128px;
	line-height:14px;
}
.team5 {
	width:385px;
	height:auto;
	float:left;
	background:url(images/mansha.jpg) no-repeat;
	margin-top:10px;
	padding-top:10px;
	padding-left:18px;
	padding-right:128px;
	line-height:14px;
}
.team1-title {
	color:#318ccf;
	text-align:right;
}
.career-box2 {
	width:100%;
	height:auto;
	float:left;
	padding:12px;
	border:#999999 solid 1px;
	padding-left:26px;
	padding-top:19px;
	padding-right:24px;
	margin-bottom:12px;
	line-height: 22px;
}
.career-box-image {
	width:116px;
	height:auto;
	float:left;
}
.apply-now {
	width:auto;
	height:auto;
	float:right;
	margin-top: 20px;
}
.career-box-con {
	width:370px;
	height:auto;
	float:left;
	margin-left:28px;
}
.right-align {
	width:100%;
	float:left;
	text-align:right;
}
ul.bjqs {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:none;
	width:100%;
}
li.bjqs-slide {
	position:absolute;
	display:none;
}
ul.bjqs-controls {
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}
ul.bjqs-controls.v-centered li a {
	position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right:0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left:0;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width:100%;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	display:inline;
}
ol.bjqs-markers li a {
	display:inline-block;
}
p.bjqs-caption {
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
}
#banner-fade,  #banner-slide {
}
ul.bjqs-controls.v-centered li a {
	display:none;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover {
}
ol.bjqs-markers li a {
	margin:5px;
	text-decoration: none;
	display:none;
}
ol.bjqs-markers li.active-marker a,  ol.bjqs-markers li a:hover {
	background: #999;
}
p.bjqs-caption {
	background: rgba(255,255,255,0.5);
}
#nt-title {
	margin-top:5px;
	padding-left:10px;
}
#nt-title li {
	font-family: ""Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif";
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:18px;
}
#nt-title li a {
	font-weight:600;
	color:#4a8544;
}
.whyus-box {
	background: url(images/blue-box-bg.jpg) repeat-x;
border-radius: 10px;
color: #FFF;
text-align: center;
font-size: 13px;
font-family: 'Maven Pro', sans-serif;
line-height: 21px;
padding: 20px 10px;
margin-bottom: 20px;
}
.whyus-box2 {
	width:208px;
	height:175px;
	background:url(images/blue-box-bg.jpg) repeat-x;
	float:left;
	color:#FFF;
	text-align:center;
	border-radius:10px;
	font-size:25px;
	font-family: 'Maven Pro', sans-serif;
	line-height:25px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
}
.client-box {
	width:180px;
	height:180px;
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	background:#70736d;
}
.clear {
	clear:both;
}
#RequestForm table {
	width:100%;
}
#RequestForm table td {
	width:50%;
}
.slicknav_menu {
	display:none;
}
.sub-heading {
	font-size:1.5em;
	font-weight:600;
	margin:0.5em 0px;
	letter-spacing: -0.002em;
	color:#555555;
	line-height: 1.2;
}
.career-content {
	border: 1px solid #60984B !important;
	box-shadow: 0 3px #60984B inset !important;
	background:#ffffff !important;
	height: auto;
	padding: 2em;
	z-index: 2;
	width:100%
}
.job-opening-box {
	border: 1px solid #60984B !important;
	border-top:  3px solid #60984B !important;
	margin-top:20px;
	padding:12px !important;
}
.career-bg {
	width:59% !important;
}
.job-opening-box p {
	margin: 0.5em 0 0.2em;
}
.career-job-title {
	font-size:1.3em;
	font-weight:600
}
ul.career-list ul {
	margin:0px;
	margin-left:15px;
	padding:0px;
}
ul.career-list li {
	/*background:url(../img/crm-icon.png) top left no-repeat;*/
	padding-left:15px;
	line-height:26px;
}
.career-box-left {
	width:585px;
	float:left;
}
.career-box-right {
	border: 1px solid #60984B !important;
	border-top:  3px solid #60984B !important;
	margin-top:20px;
	float:right;
	width:395px;
	padding:5px;
	padding-top:12px;
	padding-right:0px;
	margin-right:2px
}
.team3.member {
	/*background: url(../img/juhi.jpg) no-repeat !important;*/
	height:187px;
}
.team4.member {
	/*background: url(../img/chaithanya.jpg) no-repeat !important;*/
	height:187px;
}
.team5.member {
	/*background: url(../img/mansha.jpg) no-repeat !important;*/
	height:113px;
}
.testi-box {
	width:375px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
}
.testi {
	width:256px;
	height:auto;
	float:left;
	border:1px solid #999999;
	border-radius:12px;
	margin-right:30px;
	padding:7px 10px;
	font-size:13px;
	line-height:14px;
}
.testi-arrow-right {
	width:20px;
	height:24px;
	position:absolute;
	z-index:9999 !important;
	margin-left:244px;
	margin-top:15px;
}
.testi-arrow-right.odd {
	margin-left:-30px;
}
.testi-top {
	width:296px;
	height:auto;
	float:left;
	/*background:url(../img/testimonial-top.jpg) left top no-repeat;*/
	padding-top:10px;
	padding-left:10px;
	padding-right:40px;
}
.testi p {
	margin-top:15px;
}
.testi-client {
	width:79px;
	height:79px;
	float:left
}
.testi.odd {
	float:right;
}
.testi-top.odd {
	width:296px;
	height:auto;
	float:right;
	/*background:url(../img/testimonial-top-odd.jpg) right top no-repeat;*/
	padding-top:10px;
	padding-right:10px;
	padding-left:0px;
	font-size:13px;
	line-height:14px;
}
.testi-odd {
	width:256px;
	height:auto;
	float:right;
	border:1px solid #999999;
	border-radius:12px;
	margin-right:0px;
	padding:7px 10px;
	font-size:13px;
	line-height:14px;
}
.testi-odd p {
	margin-top:15px;
}


/*----HOME Page Style------*/

.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.container_pdt{
    margin: 0 auto;
    max-width: 1000px;

    padding: 5px;
    width: 100%;}
	
	.container_pdt2{
    margin: 0 auto;
    max-width: 1000px;
   
    padding: 5px 0px 5px 65px;
    width: 100%; }

.container_pdt h3{text-align:center;color:#020202;font-size:40px;}
.container_pdt h4{text-align:center;color:#020202;font-size:40px;}
.our_pdt{width:50%;float:left; text-align:center;padding-bottom:40px;}
.our_pdt h4{color:#1e6ba3;font-size:20px;margin:0px;padding:0px;text-transform:uppercase }
.our_pdt h3{color:#020202;font-size:22px;margin:0px;padding:0px;text-transform:uppercase }
.our_pdt p{padding:0px 30px 10px;}
.read{background:#09a5a2;color:#fff;font-size:14px;padding:8px 25px;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;text-decoration:none;}
.Areas_analytics{width:100%; background:#efefef;padding-bottom:20px;border-top:2px solid #d9d9d9; }
.Areas_analytics h3{text-align:center;color:#020202;font-size:40px;}
.Areas1{width:30.3%;float:left; padding-right:0px;min-height: 232px;}
.Areas1 h4{color:#020202;font-size:20px;margin:0px;padding:0px; text-align:left;padding-bottom:25px}
.Areas1 img{float:left;padding-right: 27px;padding-bottom: 20px;}
.Areas1 p{text-align:left;padding:0px;margin:0px;}
.Areas1 p a{color:#1e8cc1;}
.Areas1 ul{margin:0px;padding:0 0 0 100px;}
.Areas1 li{margin:0px;padding:0 0 0 10px;background:url(images/li_img.jpg) no-repeat left 8px;list-style:none}
.Areas1 li a{color:#020202;}
.con-b-b{display:none;}
.footer_top{background:#09a5a2;padding:2px 0;width:100%; clear:both;}

.page-id-118 {font-weight:bold;}

.footer_content{background:#011925;width:100%;}
/*----HOME Page Style end------*/
#menu-sidebar_nav{padding:0px;}
#menu-sidebar_nav ul{padding:0px;}
#menu-sidebar_nav li{padding:0px;border-bottom:1px solid #CCC;width:91%;float:left;}
#menu-sidebar_nav li a{padding:7px 0px;width:100%;float:left;font-family:"Open Sans",sans-serif;}

.tabs-shortcode .ui-tabs-panel{padding:2em 0em !important;z-index:0 !important}
.tabs-shortcode-top .ui-tabs-nav{border:0px !important}
.page-id-103 .one_sixth, .one_sixth_last, .one_fifth, .one_fifth_last, .one_fourth, .one_fourth_last, .wc-shortcodes-column{min-height:230px !important}


.footer_wdg1{width:18%;float:left;padding:20px 0;}
.footer_wdg1 h5{font-size:16px;color:#fff;text-transform:capitalize;}
.footer_wdg{width:27%;float:left;padding:20px 14px;}
.footer_wdg h5{font-size:16px;color:#fff;text-transform:capitalize;}
.footer_wdg p{color:#fff;padding:10px 0 0 0;}
.footer_butm{background:#052637;width:100%; text-align:center;color:#fff;}
.footer_butm a{color:#fff;}

.menu-foot-menu2-container ul{padding:10px 0 0 0;}
.menu-foot-menu2-container li{padding-top:3px;}
.menu-foot-menu2-container li a{color:#fff;}

.footer_butm ul{padding-left:10px;margin:0px auto;width:64%;}
.footer_butm li{float:left;padding:15px 24px;}
.footer_butm li a{color:#fff;}


.dbuton{color:#fff;font-style:17px;line-height:20px;background: #ff3019; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /*}



 @media screen and (max-width: 40em) {
.js #menu {
	display:none;
}
.js .slicknav_menu {
	display:block;
}
}
/*

    Mobile Menu Core Style

*/

}
.contactus .button, input[type="submit"]{margin-top:10px;width:106px !important;background: #538546; /* Old browsers */
background: -moz-linear-gradient(top,  #538546 0%, #9dc593 4%, #7fb172 7%, #6ba55b 11%, #609d4f 15%, #599649 30%, #478437 56%, #377127 85%, #417834 89%, #588a4d 93%, #7ea377 96%, #528445 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#538546), color-stop(4%,#9dc593), color-stop(7%,#7fb172), color-stop(11%,#6ba55b), color-stop(15%,#609d4f), color-stop(30%,#599649), color-stop(56%,#478437), color-stop(85%,#377127), color-stop(89%,#417834), color-stop(93%,#588a4d), color-stop(96%,#7ea377), color-stop(100%,#528445)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #538546 0%,#9dc593 4%,#7fb172 7%,#6ba55b 11%,#609d4f 15%,#599649 30%,#478437 56%,#377127 85%,#417834 89%,#588a4d 93%,#7ea377 96%,#528445 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #538546 0%,#9dc593 4%,#7fb172 7%,#6ba55b 11%,#609d4f 15%,#599649 30%,#478437 56%,#377127 85%,#417834 89%,#588a4d 93%,#7ea377 96%,#528445 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #538546 0%,#9dc593 4%,#7fb172 7%,#6ba55b 11%,#609d4f 15%,#599649 30%,#478437 56%,#377127 85%,#417834 89%,#588a4d 93%,#7ea377 96%,#528445 100%); /* IE10+ */
background: linear-gradient(to bottom,  #538546 0%,#9dc593 4%,#7fb172 7%,#6ba55b 11%,#609d4f 15%,#599649 30%,#478437 56%,#377127 85%,#417834 89%,#588a4d 93%,#7ea377 96%,#528445 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538546', endColorstr='#528445',GradientType=0 ); /* IE6-9 */border: 0 solid #ddd;text-shadow:0px 0px 0px #fff;color:#fff;float:right;
}
.contactus .button, input[type="submit"]:hover{border: 0 solid #ddd;text-shadow:0px 0px 0px #fff;color:#fff;background: #538546; /* Old browsers */
background: -moz-linear-gradient(top,  #538546 0%, #9dc593 4%, #7fb172 7%, #6ba55b 11%, #609d4f 15%, #599649 30%, #478437 56%, #377127 85%, #417834 89%, #588a4d 93%, #7ea377 96%, #528445 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#538546), color-stop(4%,#9dc593), color-stop(7%,#7fb172), color-stop(11%,#6ba55b), color-stop(15%,#609d4f), color-stop(30%,#599649), color-stop(56%,#478437), color-stop(85%,#377127), color-stop(89%,#417834), color-stop(93%,#588a4d), color-stop(96%,#7ea377), color-stop(100%,#528445)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #538546 0%,#9dc593 4%,#7fb172 7%,#6ba55b 11%,#609d4f 15%,#599649 30%,#478437 56%,#377127 85%,#417834 89%,#588a4d 93%,#7ea377 96%,#528445 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #538546 0%,#9dc593 4%,#7fb172 7%,#6ba55b 11%,#609d4f 15%,#599649 30%,#478437 56%,#377127 85%,#417834 89%,#588a4d 93%,#7ea377 96%,#528445 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #538546 0%,#9dc593 4%,#7fb172 7%,#6ba55b 11%,#609d4f 15%,#599649 30%,#478437 56%,#377127 85%,#417834 89%,#588a4d 93%,#7ea377 96%,#528445 100%); /* IE10+ */
background: linear-gradient(to bottom,  #538546 0%,#9dc593 4%,#7fb172 7%,#6ba55b 11%,#609d4f 15%,#599649 30%,#478437 56%,#377127 85%,#417834 89%,#588a4d 93%,#7ea377 96%,#528445 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538546', endColorstr='#528445',GradientType=0 ); /* IE6-9 */
}
.text2{width:100%;height:59px;}



.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul,  .slicknav_nav li {
	display: block
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	display: block;
	cursor: pointer;
}
.slicknav_nav a {
	display: block
}
.slicknav_nav .slicknav_item a {
	display: inline
}
.slicknav_menu:before,  .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */

.slicknav_menu {
*zoom: 1
}
/* 

    User Default Style

    Change the following styles to modify the appearance of the menu.

*/
.comments-area .comments-title{    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 30px 0px;}
#wpcomm .avatar, .comment .avatar {
	border-radius: 100%;
	background-clip: padding-box;
	border: 0px;
	width: 60px;
}

#wpcomm .wc-comment .wc-comment-right {
border: 0px;
}
#wpcomm .wc-comment-author a {
	color: #686868;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 0.06em;
}
#wpcomm .wc-comment-author a:hover {
    color: #5D984B;
}
#wpcomm .wc-comment-text p {
    text-transform: capitalize;
}

.slicknav_menu {
	font-size:16px;
}

.commentlist a{    float: right;    color: #777;}

.comment .avatar {    margin-right: 24px;}

.commentlist cite b{    color: #5D984B;;}
.commentlist section.comment-content{margin: 20px 0px 20px 82px;    font-size: 18px;    color: #5D984B;}
.commentlist section.comment-content p{color: #5D984B;}
.commentlist div.reply a{    float: left;    padding: 0 5px;}
.commentlist li.comment{border-bottom: 0px solid #ddd;}
.comment-respond .comment-reply-title{    padding: 0px 5px 15px 0px;    border-bottom: 1px solid #ddd;    display: block;    float: none;    clear: both;    font-size: 18px;}
.comment-respond .comment-form{    margin: 0;    padding: 0px 25px 20px 25px;    background: #F5F5F5;    display: inline-block;    width: 100%; margin-bottom:30px;}
.comment-respond .comment-form .logged-in-as{display:none;}
.comment-respond .comment-form input.submit{    background: #5D984B;    padding: 8px 15px;    margin: 0;    width: auto !important;    text-align: center;}
.comment-respond p.must-log-in{margin: 0px;padding: 24px 25px 20px;background: #F5F5F5 none repeat scroll 0% 0%;display: inline-block;width: 100%;}

/* Button */

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #1d6ea6;
}
/* Button Text */

.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	font-weight: bold;
}
/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}
.slicknav_menu {
	background:#1DA5DC;
	padding:5px;
}
.slicknav_nav {
	color:#fff;
	margin:0;
	padding:0;
	font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding:5px 10px;
	margin:2px 5px;
}
.slicknav_nav a {
	padding:5px 10px;
	margin:2px 5px;
	text-decoration:none;
	color:#fff;
}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
}
.slicknav_nav .slicknav_item:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#1b6b46;
	color:#fff;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#1b6b46;
	color:#fff;
}
.slicknav_nav .slicknav_txtnode {
	margin-left:15px;
}
#ajax {
	height:auto!important;
}
.panel-title a:hover {
	color:#fff;
	text-decoration:none;
}
.footer2 ul {
	list-style:none;
}
.ui-tabs-anchor:active {
	background:#d3d1d1;
}
.a3-rslider-container {
	z-index:-1;
}
.sv_sitemap, .sv_sitemap .children {
	list-style-image: url('https://convergytics.net/wp/wp-content/uploads/2016/05/crm-icon.png');
	margin-left: 17px;
}
.one_sixth, .one_sixth_last, .one_fifth, .one_fifth_last, .one_fourth, .one_fourth_last, .wc-shortcodes-column {
	border-left: 1px solid #5d984b;
	min-height:800px;
}
.one_sixth .sv_coltitle, .one_sixth_last .sv_coltitle, .one_fifth .sv_coltitle, .one_fifth_last .sv_coltitle, .one_fourth .sv_coltitle, .one_fourth_last .sv_coltitle, .wc-shortcodes-column .sv_coltitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background: #5d984b;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	margin:0px;
}
.one_sixth p, .one_sixth_last p, .one_fifth p, .one_fifth_last p, .one_fourth p, .one_fourth_last p, .wc-shortcodes-column p {
	padding:10px;
}
.sv_coltitle a {
	color:#fff;
	font-weight: bold;
}
.sv_coltitle a:hover {
	color:#fff;
}
.sv_column {
	border: none !important;
}
.ui-tabs-panel {
	border: 1px solid #60984B;
	box-shadow: 0 3px #60984B inset;
}
.mobile_banner {
	display:none;
}
.sv_tab_button {
	width: 180px;
	background: #60984B;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sv_tab_button_anchor {
	font-size: 15px;
	color: white;
}
.sv_tab_button:hover {
	background: #9BCA86;
}
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

.news_content {
	width: 35%;
	white-space:normal;
	position:absolute;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	
}
.page #download_profile{
	top:0px !important;
}
.page-template.page-template-template_resource #download_profile_form{
	  padding:1px 15px 49px 10px !important;
}
.page-template.page-template-home_bkuptwo #download_profile_form{
	padding:1px 15px 49px 10px !important;
}
.page .contact_us_form{
	width:35%;
	float:left;
	top:56px !important;
	left:31%;
	border:10px solid #526454;
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	background: #e0eddb;
	padding: 7px 15px 0px 10px;
	font: 12px 'Montserrat';
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border-radius:10px;
}
div.wpcf7-validation-errors{
	border:none;
	color:#ff2a00;
}
div.wpcf7-mail-sent-ok{
	border:none;
	color:#398f14;
	font-size:15px;
}
.open_form{
	background:#1e78b0;
	border: none;
    color: #fff;
    text-shadow: none;
	padding:0px;
}
.open_form:hover{
	 color:#fff;
	 background:none;
}
.fa-download:before{
	padding-right:5px;
}
.close_form{
	 float:right;
	 position:relative;
     top:-68px;
     right:-9px;
	 font-size: 35px;
     font-weight: bold;
     padding: 0px 10px 7px 10px;
     line-height: 30px;
}
div.wpcf7{
	 width:90%;
	 margin:0px auto;
	 position:relative;
}
.page-id-124 div#wpcf7-f931-o1{
	margin-top:35px !important;
}
.page-id-124 .contact-form div.wpcf7-response-output{
	margin:1px 1.5em 0em;
}
.wpcf7-form p{
	float:left;
	width:100%;
	margin:0;
}

.more_news {
	float:right;
}
/* Basic Grey */

.page .basic-grey {
	width:100%;
	height:100%;
	background-color: rgba(000, 000, 000, .5);
	position:fixed;
	top:0px;
	left:0px;
}
.basic-grey h3{
	margin-bottom:0px;
}
.basic-grey h1 {
	font-size: 25px;
	padding: 0px 0px 10px 40px;
	display: block;
	border-bottom:1px solid #E4E4E4;
	margin: -10px -15px 30px -10px;
	;
	color: #888;
}
.basic-grey h1>span {
	display: block;
	font-size: 11px;
}
.basic-grey label {
	display: block;
	margin: 0px;
	padding-bottom:8px;
}
.basic-grey label>span {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width:100%;
	font-size: 12px;
	line-height:15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
	
	
}
.basic-grey textarea {
	padding: 5px 3px 3px 5px;
}
.basic-grey select {
	/* background: #FFF url('down-arrow.png') no-repeat right;
	background: #FFF url('down-arrow.png') no-repeat right);*/
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	height: 35px;
	line-height: 25px;
}
.basic-grey textarea {
	height:100px;
}
.basic-grey .button {
	background: #19af9c;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #9E3F3F;
	cursor: pointer;
	margin-left:1.5%;
}
.basic-grey .button:hover {
	background: #CF7A7A
}
.top-strip {
	height:auto;
}
.pull-left span {
	margin: 7px 29px 0 12px;
	font-size: 14px;
}
.button {
	padding:3px 9px;
	color:#fff;
	border-radius: 3px;
	margin-bottom: 4px;
	font-size: 12px;
	text-shadow: none;
	border: none;
}
.bt-color {
	background:#1e78b0;
}
.bt-color:hover {
	background:#506c7c !important;
	color:#fff;
}
.modal_close {
	position: absolute;
	top: 12px;
	right: 50px;
	display: block;
	width: 14px;
	height: 14px;
	z-index: 2;
}
 @media (max-width: 788px) {
.hide {
	display: none !important;
}
}
.sv_captcha {
	background-color: beige;
	color: #333;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	width: initial;
}
.close_popup {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.page-id-653 .wc-shortcodes-column ul {
	list-style:none;
	padding:20px 0 0px 0;
	margin-left:15px;
}
.page-id-653 .wc-shortcodes-column ul li {
	background:url(images/right_arrow.png) no-repeat 0 5px;
	margin-bottom:18px;
	padding-left:15px;
}
.page-id-653 .wc-shortcodes-column ul li a {
	font-size:14px;
	color:#506c7c;
	text-decoration:none;
	font-family: "Maven Pro", sans-serif;
}
.page-id-653 .wc-shortcodes-row {
	margin-top:25px
}
.leftBox #author_box{
    margin: 0 !important;
    background-color: #78AD33;
    padding: 25px;
min-height: 150px;
}

.leftBox .author_img{
       display: inline-block;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    position: absolute;
    margin-top: 8px;
    background-color: #4E8A00;
    border: 2px solid #B3D28B;
    padding: 5px;
}

.author_img img{    
	width: 100%;
    border-radius: 100%;
}

#author_box h2{    font-size: 24px;
        line-height: 30px;
        margin-left: 130px;
    font-weight: bold;
    text-transform: capitalize;
    color: #F6FFEA;
}

#author_box p{    
        margin-left: 130px;
    color: #F6FFEA;
}

#author_box a{    
    color: #F6FFEA;
}



ul.specialUL {
	list-style-type: disc !important;
	margin-left: 10px !important;
	padding-left: 10px !important;
}
@media (min-width:320px) and (max-width:667px) {
	ul.nav{
	display:none;
}
.our_pdt{ 
     width:100%;
}
.container_pdt h4, .Areas_analytics h3{
	margin-bottom:10px;
}
.home-page.main{
	padding:0px 10px;
}
.inner-con-main-text{
	width:100% !important;
}

.our-team{
	width:100%;
}
.wc-shortcodes-column{
	min-height:90px !important;
	width:100%;
	margin-left:0px;
	border-left:none;
	height:auto !important;
}
ul.BulletsSpread7 li{
	min-width:46%;
}
.tabs-shortcode .ui-tabs-panel{
	padding:10px 0px !important;
}
.wc-shortcodes-column img{
	margin:0px auto;
	display:block;
	padding-top:10px;
}
.wc-shortcodes-column p{
	padding:0px;
}
.investors{
	margin-top:10px;
}
strong{
	font-size:15px !important;
	line-height:24px;
}

.one_third, .one_third_last{
	 margin-right:0px !important;
	 width:100% !important;
}
.wc-shortcodes-column p a{
	float:right;
}
.news_content{
	margin-left:0px;
	width:95%;
	left:2%;
}
table.contactus{
	 width:100%;
}
#tabs a{
	width:100% !important;
	min-width:67px !important;
}
.career-bg{
	width:100% !important;
}
.career-box-right{
	width:100%;
}
.testi-box{
	width:100%;
}
.testi-arrow-right{
	display:none;
}
}
@media (min-width:320px) and (max-width:480px) {
.main-banner{
	display:none;
}
.mobile_banner{
	display:block;
}
.container_pdt2{ 
     padding:0px;
}
.Areas1{ 
     width:50%;
	 float:none;
	 margin:0px auto;
	 min-width:230px;
}
.footer_wdg1, .footer_wdg{
	width:90%;
	float:none;
	margin:0px auto;
}
.footer_wdg{
	 padding:20px 0px;
}
.vision-and-mission, .mission{
	width:100% !important;
}
.vision-and-mission h3, .mission h3{
	margin-bottom:0px;
}
.mission{
	border:none;
	padding:0px !important;
	margin-top:10px;
}
.address-box, .contact-form{
	width:100%;
}
.contact-form{
	height:auto;
	background:none;
}
.address-box{
	margin-bottom:10px;
	border-right: 1px solid #999999;
	height:auto !important;
}

table.contactus td{
	float:left;
	width:100%;
}
table.contactus input{
	width:100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, 
input.wpcf7-form-control.wpcf7-text{
	margin-bottom:10px;
}
.page-id-124 .footer2{
	display:none;
}

.testi{
	margin-right:14px;
	width:70%;
}
.testi-client{
	width:21%;
	float:left;
}
.testi-odd{
	width:70%;
	margin-right:5px;
}

}
@media (min-width:481px) and (max-width:667px) {
.container_pdt2{ 
     width:447px;
	 padding:0px;
}
.main-banner1, .main-banner2, .main-banner3{
	width:33.08% !important;
}
.Areas1{ 
     width:50%;
	 min-height:278px;
}
.footer_content .container{
	width:429px;
	margin:0px auto;
}
.footer_wdg1, .footer_wdg{
	width:50%;
}
.testi{
	margin-right:14px;
	width:83%;
}
.testi-client{
	width:13%;
	float:left;
}
.testi-odd{
	width:83%;
	margin-right:5px;
}
}
@media (min-width:320px) and (max-width:449px) {
	#menu-top-menu{float:left;
	 margin-left:2%;
}
.social-media-ico{ float:right;
}
}
@media (min-width:450px) and (max-width:667px) {
	.icon-block, #menu-top-menu{
	float:right;
}
.icon-block{
	margin-top:4%
}
#menu-top-menu{
	margin-right:-139px;
	margin-top:8%;
}
.social-media-ico{
	margin-top:0px !important;
}
}
 @media (min-width:320px) and (max-width:640px) {
.wc-shortcodes-one-half, .wc-shortcodes-one-third, .wc-shortcodes-two-third, .wc-shortcodes-three-fourth, .wc-shortcodes-one-fourth, .wc-shortcodes-one-fifth, .wc-shortcodes-two-fifth, .wc-shortcodes-three-fifth, .wc-shortcodes-four-fifth, .wc-shortcodes-one-sixth, .wc-shortcodes-five-sixth {
	margin-left:0px !important;
}
.one_sixth, .one_sixth_last, .one_fifth, .one_fifth_last, .one_fourth, .one_fourth_last, .wc-shortcodes-column {
	min-height: auto !important;
	width:100%
}
.one_sixth, .one_sixth_last, .one_fifth, .one_fifth_last, .one_fourth, .one_fourth_last, .wc-shortcodes-column {
	height:auto !important;
}
h3.sv_coltitle {
	width:100%;
	float:left;
}
}
 @media (min-width:641px) and (max-width:px) {
.one_sixth, .one_sixth_last, .one_fifth, .one_fifth_last, .one_fourth, .one_fourth_last, .wc-shortcodes-column {
	min-height:1000px;
}
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height:30px;}

#social-links.list-inline li {
    float: left;
    width: auto;
}



/*---------RPRH-------------*/

@media screen and (min-width:320px) {
.leader {
font: 80% Arial,sans-serif;
 color: #0783b6;
}
.leader_in_1, .leader_twit_1, .leader_in_2, .leader_twit_2 {
position:relative;
top:0px;
}
.our-team {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
}
.team_para {
font-weight: 500;
font-size: 14px;
color: rgb(51, 51, 51);
}
#Leadership-1 {
width:100%;
}
.abt_para {
text-align:justify;
}
.page-id-103 h3.sv_coltitle {
margin: 15px 0px 5px;
}
.page-id-103 ul.BulletsSpread7 li {
    min-width: 100%;
}
.page-id-103 .whyus_col {
padding-left:0px;
padding-right:0px;
}
.page-id-54 h3.sv_coltitle, .page-id-64 h3.sv_coltitle  {
margin-bottom: 0px;
font-size: 19px;
font-weight: bold;
}
.page-id-54 .price_row {
margin-right:0px;
}
.page-id-54 .price_para, .page-id-64 .price_para  {
font-size:13px;
padding-bottom: 10px;
}
.page-id-54 .whyus-box {
padding: 5px 10px;
}
.page-id-64 .whyus-box {
padding:0px 5px;
}
.rightBox li:nth-of-type(1) {
    margin-top: 25px;
}
.news .blogdate {
float: left;
display: inline-block;
width:35%;
border: 1px solid #EDEDED;
}
.leftBox {
	float: left;
	margin-right: 2%;
	width: 100%;
}
.entry-content {
text-align: justify;
font-size: 15px;
margin-bottom: -25px;
}
.horizontal-crm, .horizontal-crm2{
	width:100%;
	height:auto;
}
.horizontal-crm{
	margin-bottom:10px;
}
.change {
margin:0px;
font-size: 2em;
}
.service {
padding: 15px 0px 0px;
font-size: 16px;
margin-left:0px;
}
.icon {
margin:17px 0px;
}
.content {
    padding-left: 85px;
}
.telecom_new .wc-shortcodes-one-fourth, .bank_new .wc-shortcodes-one-fifth, .health_care .wc-shortcodes-one-fifth {
width: 100%;
margin-left: 0;
border: none;
}
.telecom_new li:nth-child(1), .bank_new li:nth-child(1) {
    margin-top: 15px;
}
.telecom_new li:last-child, .bank_new li:last-child , .health_care li:last-child  {
    margin-bottom: 15px;
}
.telecom_new .sv_coltitle, .bank_new .sv_coltitle, .health_care .sv_coltitle {
padding:0;
}
.health_care .sv_coltitle {
margin-bottom:10px;
}
.sv_coltitle.sv_height {
line-height: 21px;
min-height: 30px;
padding-top:10px;
padding-bottom: 10px;
}
.testi-col6 p {
  color: #81878C;
font-size: 15px;
font-style: italic;
padding: 5px 15px;
text-align: justify;
}
.rowfluid {
width: 100%;
display: inline-flex;
padding: 15px 5px 0px;
}
.hme-span1 {
    width: 15%;
margin-left: 0px;
}
.hme-span2 {
    width: 85%;
    color: rgb(0, 0, 0);
    margin-left: 0px;
font-size: 17px;
}
.testi-col12, .testi-col8, .testi-col6, .testi-col4 {
padding-left:0px;
padding-right:0px;
}
.testi-col6 {
width: 100%;
border: 1px solid #ddd;
margin-right: 2.28%;
border-radius: 5px;
box-shadow: 2px 5px 5px #ddd;
margin-bottom: 25px;
}
.testi-col4 {
width:100%;
margin-left: 0px;
}
.main3456 {
padding-top: 30px; 
margin-bottom:50px;
}
.tabs-shortcode-top .ui-tabs-nav li.ui-tabs-active, .tabs-shortcode-top .ui-tabs-nav li.ui-tabs-selected {
    margin: 1px 0 -1px 0 !important;
}
.tabs-shortcode-top .ui-tabs-nav li {
    margin: 1px 0 0 !important;
}
}

@media screen and (min-width:320px) and (max-width:340px) {
.testi-col6 {
height: 220px;
}
}

@media screen and (min-width:341px) and (max-width:480px) {
.testi-col6 {
height: 200px;
}
}


@media screen and (min-width:481px) {
.mission {
padding-left: 10px !important;
padding-bottom:20px;
}
.vision-and-mission {
    padding-right: 10px !important;
}
.news .blogdate {
    width: 15%;
}
.testi-col6 {
height: 170px;
}
.page-id-64 .price_para {
    padding-bottom: 10px;
}
.page-id-64 .price_row {
    margin-right: 0px;
}
}

@media screen and (max-width:750px) {
.rw-wrapper {
    display: none;
}
}

@media screen and (min-width:751px) {
.rw-wrapper {
    padding: 10px 10px 0px;
}
.rw-wrapper #slideshow a {
    font-size: 15px;
}
}

@media screen and (min-width:768px) {
.page-id-888 .inner-con-main-text {
width:80% !important;
}
.leadership .our-team {
width:33%;
padding-right:2%;
float:left;
}
.page-id-7 .inner-con-main-text {
width:80% !important;
}
#Leadership-1 .our-team {
width:33%;
padding-right:2%;
float:left;
}
.page-id-886 .inner-con-main-text {
    width: 80% !important;
}
.page-id-103 .inner-con-main-text {
width:80% !important;
}
.page-id-103 h3.sv_coltitle {
margin: 15px 20px 5px;
}
.page-id-103 .whyus_row {
display: inline-flex;
}
.page-id-103 ul.BulletsSpread7 li {
margin-left:30px;
}
.page-id-54 .whyus-box {
    padding: 20px 10px;
    margin-bottom: 20px;
    margin-right: 2px;
    margin-left: 25px;
    width:47%;
}
.page-id-64 .whyus-box {
    padding: 16px 10px;
    margin-bottom: 20px;
    margin-right: 2px;
    margin-left: 25px;
    width:47%;
}
.price_row {
display:inline-flex;
}
.page-id-64 h3.sv_coltitle, .page-id-54 h3.sv_coltitle {
    font-size: 24px;
}
.news .blogdate {
    width: 10%;
}
.horizontal-crm, .horizontal-crm2{
	width:49%;
	height:425px;
}
.row-fluid {
width: 86%;
}
.page-id-284 .inner-con-main-text {
    width: 80% !important;
}
.telecom_new .wc-shortcodes-one-fourth {
    width: 22%;
    margin-left:4%;
    border-left: 1px solid;
}
.bank_new .wc-shortcodes-one-fifth, .health_care .wc-shortcodes-one-fifth {
 width: 16%;
 margin-left:5%;
 border-left: 1px solid;
}
.bank_new .wc-shortcodes-column-first .sv_coltitle {
line-height:21px;
}
.health_care .sv_coltitle {
    margin-bottom: 0px;
    line-height: 21px;
    min-height: 65px;
    padding-top: 10px;
}
.sv_coltitle.sv_height {
line-height: 21px;
padding: 0px;
}
.col-md-12.testi-col12 {
    display: inline-flex;
}
.testi-col6, .testi-col4 {
width: 47%;
display: inline-block;
height: 225px;
}
.page-id-64 .price_row, .page-id-54 .price_row  {
margin-right:0px;
}
.whyus-no {
margin-right: 2px;
margin-left: 25px;
width: 47%;
}
}


@media screen and (min-width:992px) {
.page-id-888 .inner-con-main-text {
width:85% !important;
}
.page-id-7 .inner-con-main-text {
width:85% !important;
}
.link_pdng_1 {
height:230px;
}
.link_pdng_2 {
height:305px;
}
.link_pdng_3 {
height:345px;
}
.page-id-886 .inner-con-main-text {
    width: 85% !important;
}
.page-id-103 .inner-con-main-text {
width:80% !important;
}
.page-id-103 .whyus-box {
height: 100px;
margin-right:7px;
width: 24%
}
.page-id-103 h3.sv_coltitle {
margin:0px 30px 5px;
}
.page-id-103 ul.BulletsSpread7 li {
margin-left: 50px;
}
.page-id-64 h3.sv_coltitle, .page-id-54 h3.sv_coltitle  {
    font-size: 26px;
}
.page-id-1810 .content {
font-size:13px;
}
.rightBox {
	float: left;
	width: 30%;
}
.leftBox {
	float: left;
	margin-right: 2%;
	width: 68%;
}
.row-fluid {
width:100%;
}
.health_care .sv_coltitle {
    min-height: 61px;
    padding-top: 11px;
    padding-bottom: 10px;
}
.rowfluid {
padding: 15px 5px 0px;
}
.hme-span1 {
    width: 15%;
margin-left: 0px;
}
.hme-span2 {
    width: 85%;
    margin-left: 0px;
font-size: 17px;
}
.testi-col6 {
width: 47.718%;
margin-right: 2.28%;
height:197px;
}
.testi-col4 {
width: 31.6239%;
margin-left: 0px;
}
.horizontal-crm, .horizontal-crm2{
	width:49%;
	height:375px;
}
}

.main {
padding:10px 25px !important;
}

#cssmenu ul ul {
width:100%;
}
#cssmenu ul ul li a {
width:100%;
}
.tabs-shortcode .ui-tabs-nav li {
z-index:0 !important;
}
@media screen and (max-width:767px) {
.section-footer {
padding-left:2em;
padding-right:2em;
}
}

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
     z-index: 1000;
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    position:absolute;
    padding-top:20px;
    padding-bottom:20px;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
.popup-inner-iframe {
       width: 90%;
    position: absolute;
    top: 50%;
    margin-top: 20px;
    left: 50%;
    margin-bottom: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background:#fff url("https://storage.googleapis.com/instapage-user-media/a1ab1db8/4318407-0-background.jpg") repeat scroll 0 0 / cover ;
}
 
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(255,255,255,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 .popup-close a i {
color:black !important;
}
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(255,255,255,1);
    text-decoration:none;
}
span.wpcf7-not-valid-tip {
    display: inline;
}
div.wpcf7-response-output {
    padding: 0;
}
.selected-cat {
display:none;
}
.wpcf7-form-control.wpcf7-textarea {
margin-bottom:10px !important;
}
.dwld-clk {
color:#FFFFFF !important;
font-size: inherit !important;
}


.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #eeeeee;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #60984B;
    border-bottom: 1px solid #fff;
    z-index: 0;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #333;
    text-decoration: none; 
 font-family: "Montserrat",sans-serif;
font-size:13px;
}

.tabs-menu .current a {
    color: #333;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    padding: 20px;
    display: none;
}
#bi, #capabilities {
 display: block;   
}

.iframe-container {
position:relative;
padding:10%;
}

.iframe-container iframe {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
overflow:hidden;
}
.email-popup-container {
width:100%;
}
.shortnice {
margin-left: 3%;
    width: 47%;
	margin-bottom:0px;
	margin-top:2%;
color:black;
}
.shortnice::-webkit-input-placeholder {
   color: black;
}
.shortnice:-moz-placeholder { 
   color: black;  
}
.shortnice::-moz-placeholder {
   color: black;  
}
.shortnice:-ms-input-placeholder {  
   color: black;  
}
.subscribe {
    width: 277px;
    height: 47px;
    box-sizing: content-box;
    line-height: 23px;
    font-size: 26px;
    font-weight: 700;
    font-family: Open Sans;
    border-radius: 40px;
    color: white;
}
.newsletter-heading {
font: 27px Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
}
.field-element {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 22px;
    padding: 5%;
    background-color: white;
}
.field-element input {
    display: inline;
    border: none !important;
	box-shadow: none !important;
}
.subscribe {
    width: 85%;
    display: inline-block;
    background-color: #4daa18 !important;
    background-image: none !important;
}
.no-thanks {
    width: 85%;
    background-color: #cc0000 !important;
    background-image: none !important;
    margin-right: 20px;
}
.no-thanks:hover {
	background-color: rgb(230, 141, 26) !important;
    background-image: none !important;
	color:white !important;
}
.subscribe:hover {
	background-color: black !important;
    background-image: none !important;
	color:white !important;
}

@media screen and (min-width:640px) {
.no-thanks {
float:right;
  width: 41%;
}
.subscribe {
 width: 41%;
} 
.field-element {
    padding: 2%;
}
}

@media screen and (min-width:992px) {
.no-thanks {
float:right;
}
.email-popup-container {
width:60%;
}
}


/*----------FAQ---------*/

.faqs .abtCmpny {
border-bottom: 3px solid rgb(96, 152, 75);
width: 100%;
}
.faqs .faq_panel, .faq_panel2 {
margin-top:55px;
}
.faqs .panel-group {
margin-bottom:5px;
}
.faqs .faq_tab2 {
padding-top:40px;
}

.faqs .panel-title {
color:#0073aa;
font-size:13px;
}
.faqs .panel-title a:hover{
color:#05415f;
}
.faqs .panel_border {
border: 1px solid #cccccc;
}
.faqs .panel-body {
    margin-left: 0px;
}
.faqs .fa.fa-angle-right, .fa-angle-down {
    margin-right: 10px;
color:#0073aa;
top:0px;
}
.faqs .collapse.in {
    height: auto !important;
text-align:justify;
}
.fa.fa-arrow-circle-right {
 color: #50830d;
text-indent: -20px;
}
.single-post li {
margin-left: 20px;
}
.blog_row {
border: 1px solid #c2c2c2;
height: auto;
margin: 0px -20px 20px;
padding: 20px;
}
.blog_sidebar .demo1 {
height:130px !important;
overflow-y: hidden;
margin-top:0px;
}
.blog_sidebar .span4 {
    width: 286px;
    margin-left: -20px;
}
.newsletter-heading {
    font-family: inherit !important;
    font-size: 2.4em !important;
}
#Capabilities {
   display:block;
}
@media screen and (max-width:1028px) {
.main3456 .container {
width:100% !important;
}
.container.hme-container {
    width: 100% !important;
}
}

.contents h1 {
   color: #232323;
   font-family:Montserrat,sans-serif !important;
   font-size: 30px;
   font-weight: 400;
   line-height: 40px;
   text-align: left;
   text-transform: none;
   width: 70%;
}

.contents .para-text {
   color: rgb(35, 35, 35);
   font-family: Open Sans;
   font-weight: 400;
   font-size: 17px;
   line-height: 24px;
   text-align: left;
   text-transform: none;
   margin-bottom:10px;
}
.no-thanks {
   margin-top:10px;
}
.not-today {
   float: right;
    margin-right: 15%;
    margin-top: 1em;
    font-size: 2em;
    font-family:Montserrat,sans-serif !important;
color:#116aab !important;
}
a.not-today:hover {
font-family:Montserrat,sans-serif !important;
text-decoration:underline !important;

}
.no_active {
	pointer-events: none;
       cursor: default;
}
#cssmenu {
font-family:Montserrat,sans-serif !important;
}
#cssmenu > ul > li > a {
font-family:'Montserrat',sans-serif !important;
}

@media screen and (min-width:1200px) {
.page-id-64 .price_row, .page-id-54 .price_row {
margin-left: -20px;
}
}

/*-----fonts-------*/

.top li, .link-group h4, .section li, #copyright, .arr {
font-family: 'Montserrat', sans-serif !important;
}
#rt-page-surround {
margin-top:0px !important;
}

select#role{
margin-bottom:10px;
}
.wpcf7-form-control.wpcf7-text.role-cat {
display:none !important;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
margin:0 !important;
}
.wpcf7-form.invalid {
padding-bottom:0px !important;
}





























