/*
Theme Name: 1317-tracsion
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: TAIBA Creations
Author URI: https://taibacreations.com/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	/* overflow-y: scroll; */
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
font-family: arial;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb !important;
	
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #ebebeb !important ;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	 /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #c61885;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}

.entry-header {
    background: #c61885 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: -10px;
    min-height: 80px;
    padding-left: 24px;
    padding-top: 10px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.entry-content, .entry-summary, .mu_register {
    line-height:0;
   
    text-align: justify;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
 display: none;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
	}
	.site-content {
		float: left;
		width: 65.104166667%;

	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}


}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


































body{
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
}
p{ margin:10px 0}
h1, h2, h3, h4, h5, h6 { margin:10px 0;}
.container {
    margin: 0 auto;
    max-width: 1620px;
    width: 100%;
	position:relative;
}

element.style {
    max-width: 185.94px;
}
.header {
    background: #000 none repeat scroll 0 0;
    border-bottom: 3px solid #c61885;
    position: fixed;
    width: 100%;
    z-index: 99;
height:97px;
}
.logo {
    margin-left: 34px;
    max-width: 218px;
    padding-bottom: 13px;
    padding-top: 13px;
    position: relative;
    width: 100%;
    z-index: 9;
     float: left;
}

/* .nav {
    float: right;
    margin-top: 33px;
} */
.inner-slider img {
    width: 100%;
}
.master-slider-parent {
    margin: 0 !important;
}
.inner-slider {
    position: relative;
}
.slider-caption-bottom {
    color: #c61885;
    font-size: 48px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9;
}




.slider {
    display: inline-block;
    width: 100%;
 margin-top: 95px;
background:#000;
}
.mobile-slider {
    display: none;
}
.hd {
    color: #212121;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    padding-top: 90px;
    text-align: center;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
}


.pr {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
    width: 100%;
}

.hd h2::after {
    background: #c61885 none repeat scroll 0 0;
    content: " ";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 49px;
    width: 50px;
}

.hd h2 {
    border-bottom: 1px solid #c6c6c6;
    margin-top: 0;
    padding-bottom: 20px;
	position:relative;
	  display: inline-block;
	  min-width: 208px;
	   font-weight: lighter;
}


.s-info {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-top: -93px;
    max-width: 205px;
    padding: 96px 44px 23px 39px;
    width: 100%;
}

.s-info a, .btn-more {
    background: #c61885 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 9px 16px;
	 cursor: pointer;
   display:inline-block;
   text-decoration:none;
}

.btn-more {
    margin-top: 20px;
}
.m-info:hover p {
    color: #fff;
}
.m-info:hover h2 {
    color: #c61885;
}
.m-info:hover .btn-more {
    background: #fff none repeat scroll 0 0;
    color: #c61885; 
}
.m-info:hover .round-img {
    background-position: 1px -104px;
     transform: scale(1.2);
}

.m-info:hover .circle-img {
    background-position: 0 -93px;
     transform: scale(1.2);
    
}
.widget:hover a, .btn-more:hover {
    background: #fff none repeat scroll 0 0;
    color: #c61885;
	cursor: pointer;
}
.s-info:hover {
    background: #c61885 none repeat scroll 0 0;
    color: #fff;
	
}

.widget:hover .s-info {
    background: #c61885 none repeat scroll 0 0;
    color: #fff;
	
}
.widget {
    display: inline-block;
    margin-left: 44px;
	 text-align: center;
margin-bottom: 86px;
	 
}

.main-widget {
    margin: 0 auto;
    max-width: 1030px;
    width: 100%;
}

.s-info h2 {
    font-size: 19px;
    text-transform: uppercase;
   margin-top: 33px;
}


.img {
    border: 10px solid #333333;
    border-radius: 80px;
    height: 110px;
    max-width: 147px;
    padding-top: 32px;
	  background: #fff none repeat scroll 0 0;
}

.img img {
    margin-top: 4px;
}
.folder-img {
    background: rgba(0, 0, 0, 0) url("images/folder.png") no-repeat scroll 0 0;
    height: 68px;
    margin: 0 auto;
    width: 85px;
}
.round-img {
    background: url("images/round.png") no-repeat scroll 0 0;
    height: 95px;
    margin: 0 auto;
    width: 113px;
}
.circle-img {
    background: url("images/circle.png") no-repeat scroll 0 0;
    height: 94px;
    margin: 0 auto;
    width: 88px;
}

.folder:hover .folder-img {  background-position: 0 -81px; transform: scale(1.2);}


.m-img.round-img img:hover {
    background: rgba(0, 0, 0, 0) url("images/round.png") no-repeat scroll center center;
	transform: scale(1.2);
}

.m-img.circle-img img:hover {
    background: rgba(0, 0, 0, 0) url("images/circle.png") no-repeat scroll 0 0;
	transform: scale(1.2);
}

.widget:hover .outer-img {
    border: 8px solid #333333;

}

.widget:hover .img {
    border: 10px solid #c61885;

}
.widget:hover .outer-img::after {
    content: url("images/arrow-h.jpg");
}
.services {
    background: #f8f8f8 none repeat scroll 0 0;
    
}

.outer-img {
    border: 8px solid #c61885;
    border-radius: 100px;
    margin-left: 55px;
    max-width: 167px;
	 position: relative;
}

.outer-img::after {
    bottom: -23px;
    content: url("images/arrow.jpg");
    margin-left: -14px;
    position: absolute;
}

.s-info p {
    line-height: 22px;
}


.main-media {
    background: url("images/media-bg.png") no-repeat 0 0 / cover  ;
    padding-bottom: 120px;
}

.ms-layer.msp-cn-2-15 {
   /* background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; */
    padding: 7px 39px !important;
}


.m-hd {
    color: #fff;
    font-family: pt sans;
    font-size: 30px;
    font-weight: 100;
    padding-top: 50px;
    text-align: center;
    width: 100%;
	
}

.m-hd h2::after {
    background: #c61885 none repeat scroll 0 0;
    content: " ";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 49px;
    width: 50px;
}
.m-hd h2 {
    border-bottom: 1px solid #4d4d4d;
    display: inline-block;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
	 min-width: 150px;
	  font-weight: lighter;
}

.m-pr {
    color: #b6b6b6;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 656px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}



.m-widget {
    display: inline-block;
    margin: 0 auto;
    max-width: 282px;
    padding-left: 65px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}


.main-m-widget {
    margin: 0 auto;
    max-width: 1160px;
    padding-top: 33px;
    width: 100%;
 position: relative;
}
.m-info:hover {
   /* transform: scale(1.1);
    transition: all 0.4s ease-in-out 0s; */
}
.m-info {
    background: rgba(59, 56, 56, 0.5) none repeat scroll 0 0;
    color: #fff;
    max-width: 267px;
    padding: 27px 14px;
}


.m-img img {
    margin-right: 12px;
    
}



.m-info h2 {
    font-family: pt sans;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 34px;
	font-size: 24px;
}

.m-info p {
    color: #acacac;
    font-size: 14px;
    line-height: 22px;
}
#sc_our_team.grid_circles .sc_team_member .sc_team_member_overlay, #sc_our_team.grid_circles2 .sc_team_member .sc_team_member_overlay {
    background: rgba(50, 50, 50, 0.9) !important;
}
.m-info.folder h2 {
    margin-top: 56px;
}
.ms-layer.msp-cn-2-14, .ms-layer.msp-cn-2-23, .ms-layer.msp-cn-2-21 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.team {
    margin: 0 auto 65px;
    max-width: 1250px;
    width: 100%;
}
.t-hd {
    margin: 0 auto;
    max-width: 852px;
    text-align: center;
    width: 100%;
}
.main-t-widget {
    display: inline-block;
    text-align: center;
    width:100%;
}

#sc_our_team.grid_circles .sc_team_member, #sc_our_team.grid_circles2 .sc_team_member{
 box-shadow: 0 0 0 3px #c61885, 0 0 0 7px #e2e2e2 !important;
 float:none !important;
 display:inline-block;

}
#sc_our_team.grid_circles .sc_team_member .sc_team_member_jobtitle, #sc_our_team.grid_circles2 .sc_team_member .sc_team_member_jobtitle
{
 margin:  0px auto !important;
    top: 28% !important;
}
#sc_our_team.sc-col5 .sc_team_member{
margin: 1.5% !important;
width:70% !important;
background-color: #C61885;
}
.team-member-outer {
    display: inline-block;
    margin-top: 30px;
    max-width: 205px;
    width: 100%;
}
#sc_our_team.grid_circles2 .sc_team_member .sc_team_member_jobtitle span
{
border-top:0px !important;
}
.sc_team_member_name span {
    color: #000 !important;
    display: block;
    font-size: 18px;
    margin-top: 12px;
     font-weight: 600;
    text-decoration: none;
}
#sc_our_team.grid_circles2 .sc_team_member .sc_team_member_name {
    display: block;
}
.t-widget {
    display: inline-block;
    margin-left: 32px;
    margin-top: 32px;
    text-align: center;
    width: 13%;
}
#sb-site {
    min-height: auto !important;
}
.content {
}
.c-menu--push-right ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.slide-menu {
    margin-top: 23px;
    padding-left: 30px;
}
.nav {
    float: right;
}
.c-button {
    background: #c61885 none repeat scroll 0 0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
    margin-top: 30px;
    padding: 2px 8px;
    vertical-align: middle;
    width: 25px;
}
.c-button span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 100%;
}
.page-id-6 .header .container {
    max-width: 1620px;
}
.c-menu__close {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
    padding-right: 12px;
    padding-top: 32px;
    text-align: right;
}
.c-menu--push-right ul li {
    margin-bottom: 25px;
}
.c-menu--push-right ul .sub-menu {
    margin-top: 25px;
}
.sb-open-right {
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    margin-right: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}
.t-img img {
    width: 100%;
}

.in-img {
    margin-top: 22px;
}

.t-img {
    border: 7px solid #c61885;
    border-radius: 125px;
    height: 128px;
    overflow: hidden;
    top: -2px;
    width: 79%;
}

.t-hd p {
    color: #353535;
    font-size: 16px;
}

.t-hd h2::after {
    background: #c61885 none repeat scroll 0 0;
    content: " ";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 88px;
    width: 50px;
}
.t-hd h2 {
    border-bottom: 1px solid #cccccc;
    font-family: pt sans;
    margin: 0 auto 31px;
   min-width: 158px;
    padding-bottom: 18px;
    padding-top: 41px;
    position: relative;
    text-align: center;
	  display: inline-block;
	  font-size: 30px;
	   font-weight: lighter;
}

.t-info h2 {
    color: #000;
    font-family: pt sans;
    font-size: 21px;
    font-weight: lighter;
}
.o-wrapper.has-push-right {
    transform: translateX(0%) !important;
}

.contact {
/*     background: #000 none repeat scroll 0 0; */
    border-bottom: 2px solid #c61885;
}

.contact h2::after {
    background: #c61885 none repeat scroll 0 0;
    content: " ";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 89px;
    width: 50px;
}
.contact h2 {
    border-bottom: 1px solid #cccccc;
/*     color: #fff; */
    display: inline-block;
    font-family: pt sans;
    font-weight: lighter;
    min-width: 116px;
    padding-bottom: 16px;
    padding-top: 44px;
    position: relative;
	font-size: 30px;
}

.inner-content {
    text-align: center;
}
.contact p {
    color: #767676;
    font-size: 14px;
    line-height: 29px;
    margin: 0 auto 28px;
    max-width: 574px;
    padding-top: 19px;
    text-align: center;
}

.form {
    margin: 0 auto;
    max-width: 840px;
    width: 100%;
}

.rightsidebar {
    display: inline-block;
    max-width: 418px;
    vertical-align: top;
    width: 100%;
}

.leftsidebar {
    display: inline-block;
    max-width: 415px;
    width: 100%;
}

.leftsidebar input {
    margin-bottom: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-top: 10px;
    width: 90%;
}

.leftsidebar select {
    margin-bottom: 43px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-top: 10px;
    width: 94%;
}

.rightsidebar textarea {
    height: 126px;
    padding-left: 12px;
    padding-top: 10px;
    width: 95%;
  
}


.rightsidebar input {
    background: #c61885 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 0 !important;
    color: #fff;
    font-family: pt sans;
    font-size: 22px;
    font-weight: bold;
    margin-top: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 99%;
    box-shadow: none !important;
    -webkit-appearance: caret;
   -moz-appearance: caret;
     -o-appearance: caret;
        appearance: caret;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.footer {
    background: #000 none repeat scroll 0 0;
}

.left-footer h2 {
    font-size: 23px;
    font-weight: 400;
	margin-top: 0;
}


.left-footer p {
    font-family: pt sans;
    line-height: 23px;
}
.inner-footer {
    border-bottom: 2px solid #767676;
    margin: 0 auto;
    max-width: 1020px;
    padding-bottom: 42px;
    width: 100%;
}


.left-footer {
    color: #fff;
    display: inline-block;
    margin-top: 58px;
    max-width: 350px;
    vertical-align: top;
    width: 100%;
}


.right-footer {
    display: inline-block;
    height: 265px;
    margin-left: 66px;
    margin-top: 44px;
    max-width: 595px;
    overflow: hidden;
    width: 100%;
}


.copyright p {
    color: #7f7f7f;
    margin: 0;
    padding-bottom: 24px;
    padding-top: 20px;
    text-align: center;
}






.field-1 {
    display: block;
}
.field-2 {
    background-color: #c61885;
    color: #fff;
    display: none;

    padding-bottom: 12px;
    padding-left: 19px;
    padding-top: 12px;
    position: relative;
    text-align: left;
    margin-top: -73px;
}
.show-text {
    background-color: #c61885;
    color: #fff;
    margin-top: 0px;
   /*  opacity: 0; */
    padding-bottom: 12px;
    padding-left: 19px;
    padding-top: 12px;
    position: absolute;
    text-align: left;
   /* visibility: hidden; */
    width: 82%;
}
/* .m-info:hover .show-text {
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    visibility: visible;
} */
.field-2::before, .show-text::before {
    content: url("images/upper-edge.png");
    display: inline-block;
    height: 9px;
    left: 13%;
    position: absolute;
    top: -9px;
    width: 100%;
}




.field-2 ul, .show-text ul {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 30px;
    padding-top: 0;
    width: 13%;
  list-style: inherit;
}



.field-2 li, .show-text li {
    float: left;
    font-size: 20px;
    line-height: 30px;
    list-style: outside none disc;
    text-align: left;
    width: 100%;
    cursor: pointer;
}

/* .m-info.folder.field-1:hover .hidden-para {
    display: none;
} */









.t-img {
    position: relative;
}
.text {
    background: #fff none repeat scroll 0 0;
    border-radius: 188px;
    font-size: 17px !important;
    height: 151px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center !important;
    top: 0;
    width: 140px;
}




.t-img:hover .text {
    background: rgba(18, 18, 18, 0.86) none repeat scroll 0 0;
    color: #fff;
    font-family: pt sans;
    font-size: 13px !important;
    font-weight: 500;
    height: 100px;
    left: 0;
    line-height: 1.5;
    opacity: 1;
    padding: 32px 12.5px 12px;
    text-align: center;
    top: 0;
    width: 81%;
}


.metaslider .caption-wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	 margin-bottom: 250px !important;
	 text-align: center !important;
    text-transform: uppercase !important;
}

.caption h2 {
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 36px;
}
.caption p {
    background: rgba(0, 0, 0, 0) url("images/shadow.png") repeat scroll 0 0;
    color: #c61885;
    display: inline-block;
    font-size: 55px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 278px;
    padding: 15px 37px 19px 45px;
    width: 100%;
}
.flex-direction-nav .flex-prev {
    background: rgba(0, 0, 0, 0) url("images/left-arrow.png") repeat scroll 0 0 !important;
}
.flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0) url("images/right-arrow.png") repeat scroll 0 0 !important;
}

.flex-direction-nav .flex-next {
      right: 15px !important;
}

.rmm-toggled {
  display: block !important;
 
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
 
  display: none !important;
}
.rmm.graphite .rmm-toggled ul li a {
  
  font-size: 16px !important;
}

.rmm.graphite .rmm-toggled-title {
   
    margin-top: 6px;
    
}

.rmm.graphite .rmm-button {
   
    height: 16px;
    padding: 3px 8px 9px 7px !important;
    
}
::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { / Firefox 18- /
   color: #000;  
}

::-moz-placeholder {  / Firefox 19+ /
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}
.rmm .rmm-toggled ul {
    margin: 0 auto !important;
    text-align: left !important;
    width: 8% !important;
}
#menu-item-86 a {
    color: grey;
padding-left: 24px;
}

#menu-item-88 a {
    color: grey;
padding-top: 10px;
padding-left: 24px;
}

#menu-item-89 a {
    color: grey;
    padding-bottom: 15px;
padding-left: 24px;
}

#menu-item-86 a:hover {
    color: #c61885;
}

#menu-item-88 a:hover {
    color: #c61885;
}

#menu-item-89 a:hover {
    color: #c61885;
}
.entry-header h1 {
    font-family: "PT Sans",sans-serif;
    font-size: 32px !important;
    text-align: center;
}
.flex-direction-nav a {
      height: 32px !important;
	width: 32px !important;
}
a{outline:none !important;}



.rmm.graphite .rmm-toggled ul li a {
    font-size: 20px !important;
  padding: 20px 0;
/* text-align:left !important; */
}
.rmm .rmm-toggled ul li ul li {
  margin-left: 0 !important;
}
.rmm .rmm-toggled ul ul {
    margin-left: 0 !important;
    width: 100% !important;
}
.media-bg {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/icon2.png") no-repeat scroll 311px -30px / 40% auto;
}
.target-bg {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/icon2.png") no-repeat scroll 351px -26px / 31% auto;
}
.platform-bg {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/icon2.png") no-repeat scroll 388px -20px / 22% auto;
}
.close-modal {
    background-color: transparent !important;
    cursor: pointer;
    height: 75px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 75px;
    z-index:999;
    opacity:1;
}
.close.close-modal:hover {
    background: transparent none repeat scroll 0 0 !important;
}
.close-modal .lr {
    background-color: white;
    height: 75px;
    margin-left: 35px;
    transform: rotate(45deg);
    width: 1px;
    z-index: 1051;
}
.close-modal .lr .rl {
    background-color: white;
    height: 75px;
    transform: rotate(90deg);
    width: 1px;
    z-index: 1052;
}
.s-rightsidebar {
    display: inline-block;
    font-size: 18px;
    margin-top: 33px;
    max-width: 606px;
    vertical-align: top;
    width: 100%;
}
.page-id-11 .content-4-left {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 46px;
    margin-left: 24px;
    text-align: center;
    line-height: 1.5em;
}
.container.mini-container {
    max-width: 900px;
}
.s-rightsidebar h1 {
    text-align: center;
}
.page-id-6 .container {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}


.s-leftsidebar {
    display: inline-block;
    margin-right: 31px;
    margin-top: 63px;
    max-width: 250px;
    width: 100%;
}


.s-rightsidebar h2 {
    font-size: 22px;
    line-height: 32px;
}


.s-rightsidebar p {
    line-height: 25px;
    max-width: 690px;
    text-align: center;
}

.s-rightsidebar.adds h1 {
    text-align: center;
}
.content-2-info {
    margin: 0 auto;
    max-width: 682px;
    width: 100%;
}
.fraud-text{
   max-width: 930px;
}
.content-2-info h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
}


.content-2 {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/Black-background.jpeg") no-repeat scroll 0 0 / cover ;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
}

.alignnone.size-full.wp-image-102 {
    height: auto;
}

.content-1 {
    padding-bottom: 40px;
}


.s-rightsidebar.adds {
    max-width: 690px;
}
.s-leftsidebar.remaining-ads {
    display: inline-block;
    margin-bottom: 19px;
    max-width: 140px;
    width: 100%;
}
.content-3-info {
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 62px;
    width: 100%;
}
.technology-info{
  max-width: 858px;
}
.number {
    display: inline-block;
    text-align: center;
    width: 103px;
    padding-bottom: 40px;
}

.section-text {
    display: inline-block;
    margin-left: 42px;
    max-width: 650px;
    vertical-align: top;
    width: 100%;
}
.technology-text{
 margin-left: 16px;
float: left;
max-width: 636px;
}

.section {
    margin: 0 auto;
    max-width: 880px;
}
.technology-section{
 margin-bottom: 121px;
}

.section-text p {
    display: inline-block;
    font-size: 17px;
    padding-top: 5px;
}

.number h2 {
    font-size: 65px;
    margin: 0;
}


.bgimage {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/2.png") no-repeat scroll center center / cover ;
    display: inline-block;
    height: 400px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
/* .has-push-right .logo {
    transform: translateX(300px);
} */
.bgimage2 {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/1.png") no-repeat scroll center center / cover ;
    display: inline-block;
    height: 400px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.bgimage3{
background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/Creative-lightbulbs.jpeg") no-repeat scroll center center / cover ;
    display: inline-block;
    height: 400px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.bgimage h2, .bgimage2 h2, .bgimage3 h2 {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 32pt;
    margin-left: 0;
    margin-top: 158px;
     padding: 6px 80px;
    text-align: center;
}


.content-4 {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/Black-background.jpeg") no-repeat scroll 0 0 / cover ;
    color: #fff;
}

.content-4-info {
    margin: 0 auto;
    max-width: 1065px;
    width: 100%;
}

.content-4-info h2 {
    font-size: 28px;
    padding-top: 50px;
    text-align: center;
    margin-top: 0px;
}
.page-id-9 .content-4-info {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}
.content-4-left {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 46px;
}

.content-lists-center {
    text-align: center;
}
.content-lists-center .content-4-left + .content-4-left {
    margin-left: 60px;
}
.content-4-left li {
    line-height: 48px;
    text-align:left;
}

.content-5-section {
    display: inline-block;
    margin-left: 40px;
    margin-top: 52px;
    width: 29%;
 vertical-align: top;
}


.content-5-section h2 {
    margin-bottom: 12px;
    margin-top: 14px;
    text-align: center;
}
.content-5-section p {
    margin: 0;
    text-align: center;
}


.content-5-section-h h2 {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-top: 19px;
    position: relative;
    text-align: left;
    top: -98px;
    width: 89%;
}

.content-5-section-bg {
    background: #c51884 none repeat scroll 0 0;
    color: #fff;
}
.content-5-section-bg > h2 {
    margin-top: 0;
    min-height: 350px;
    padding-left: 62px;
    padding-right: 70px;
    padding-top: 50px;
}

.content-5-section-h {
    height: 404px;
}

.bgimage-c {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2021/09/banner3.jpeg") no-repeat scroll 0 0 / cover ;
    height: 298px;
    text-align: center;
    width: 100%;
}

.bgimage-c h2 {
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    max-width: 686px;
    padding-top: 120px;
    text-align: center;
    width: 100%;
    line-height: 32px;
}

.content-1-info-c {
    margin: 0 auto;
    max-width: 1080px;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}

.content-1-info-c h2 {
font-size: 20px;
    line-height: 29px;
    margin-left: 0px;
    padding-bottom: 0;
    padding-top: 40px;
    width: 82%;
}

.content-1-info-c p {
    font-size: 16px;
    line-height: 26px;
    width: 92%;
}
.creating-section{
padding: 1px 0 28px;
}
.creating-section p{
    display: inline-block;
    text-align: center;
    width: 65%;
    margin-left: -50px
}
.creating-section h2{
     width:73%;
 font-size: 21px;
}

.content-1-c {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 0px;
}


.show-text-2 {
    background: #c61885 none repeat scroll 0 0;
    font-size: 19px;
    left: 70px;
    min-width: 953px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-top: 12px;
    position: absolute;
    text-align: left;
}

.show-text-2 ul {
    display: inline-block;
    line-height: 29px;
    list-style: inherit;
    padding-left: 31px;
}
.field-2::before, .show-text-2::before {
    content: url("images/upper-edge.png");
    display: inline-block;
    height: 9px;
    left: 49%;
    position: absolute;
    top: -15px;
    width: 69%;
}
.show-text-3 {
    background: #c61885 none repeat scroll 0 0;
    font-size: 20px;
    left: 69px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-top: 12px;
    position: absolute;
    text-align: left;
    width: 82%;
}
.show-text-3 ul {
    display: inline-block;
    line-height: 31px;
    list-style: inherit;
    padding-left: 26px;
}
.field-2::before, .show-text-3::before {
    content: url("images/upper-edge.png");
    display: inline-block;
    height: 9px;
    left: 86%;
    position: absolute;
    top: -15px;
    width: 31%;
}
.modal-dialog {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.full-width-popup {
    background: rgba(0, 0, 0, 0) url("images/media-bg.png") no-repeat fixed 0 0 / cover ;
    padding-right: 0 !important;
}
.full-width-popup .modal-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}
.modal-body {
    padding: 0;
}
.modal-content .m-hd h2{ font-size:30px;}
.modal-body .m-pr p {
    font-size: 16px;
}
.full-width-popup .modal-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
.modal-body ul {
    display: inline-block;
    margin-top: 50px;
    text-align: center;
}
.media i {
    float: left;
    margin-right: 15px;
    text-align: right;
    width: 21px;
}
button.close {
    background: #c61885 none repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #fff;
    float: none;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    opacity: 1;
    padding: 8px 13px !important;
    text-shadow: none;
}
.close:focus, .close:hover {
    background: #fff none repeat scroll 0 0 !important;
    color: #d34da1;
    opacity: 1;
}
.close span {
    padding-right: 8px;
}
.model-footer {
    margin-top: 50px;
    text-align: center;
}

.modal-body ul li {
    font-size: 15px;
    margin-bottom: 21px;
    padding: 0 15px;
    text-align: left;
}



@media (max-width:1200px){

.rmm .rmm-toggled ul {
    width: 15% !important;
}

.field-2::before, .show-text-3::before {
       left: 86%;
    width: 20%;
}
.show-text-3 {
      left: 45px;
       width: 89%;
}
.field-2::before, .show-text-2::before {
   
    width: 54%;
}
.show-text-2 {
    
    left: 45px;
    min-width: 895px;
    
}
.show-text {
   
    width: 90%;
}
.widget {
   
    margin-left: 30px;
    
}

.m-widget {
    
    padding-left: 40px;
    
}


.t-widget {
   
    margin-left: 25px;
   
}

.right-footer {
   
    margin-left: 23px;
   
}

.left-footer {
    padding-left: 16px;
    
}
}




@media (max-width:1000px){
.metaslider .caption-wrap {
   
    margin-bottom: 100px !important;
   
}
.field-2::before, .show-text::before {
    
    left: 50%;
    width: 54%;
}
.show-text-2 {
    min-width: 87% !important;
}
.show-text {
    left: 28px;
    width: 90%;

}
.field-2::before, .show-text-3::before {
   
    left: 48% !important;
}
.field-2 ul, .show-text ul {
    width: 18%;
}
.caption h2 {
    font-size: 36px;
    
}
.caption p {
    font-size: 40px;
}

.widget {
    display: block;
    margin: 0 auto !important;
    max-width: 300px;
    padding-bottom: 50px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.m-widget {
    margin-top: 71px;
 display: block;
       padding-bottom: 25px;
}

.t-widget {
    display: block;
    margin: 0 auto !important;
    max-width: 218px;
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
}

.t-hd p {
   
    font-size: 13px;
    margin-bottom: 49px;
}

.rightsidebar textarea {
   
    width: 90%;
}

.rightsidebar input {
    
    margin-left: 6px;
    
    width: 94%;
}
.left-footer {
   
    max-width: 253px;
   
}
.right-footer {
    
    max-width: 429px;
    
}
.s-rightsidebar {
    
    max-width: 440px;
    
}

.technology-text {
  
    max-width: 549px;
}


.icon {
    max-width: 184px !important;   
}

.s-rightsidebar.adds {
    max-width: 536px;
}

.s-leftsidebar.remaining-ads {
     margin-left: 17px;  
}

.content-3 {
    
    margin-top: 0px !important;
}

.bgimage h2, .bgimage2 h2, .bgimage3 h2 {
    font-size: 24pt;
}
.analtic-main .analytic-bg {
        padding-left: 35px;
     width: 23%;
}

.analtic-main .info-1 {
       width: 72%;
}
.content-1-info-c h2 {
       margin-left: 54px;
    width: 82%;
 padding-top: 0;
}
.number {
   
    margin-left: 53px;
      width: 130px;
}

.section-text {
       max-width: 470px;   
}

}



@media (max-width:600px){
body{
overflow-x: hidden;
}

.hd {
    padding-top: 30px;
}

.mobile-slider {
    display: block;
    margin-top: 100px;
}
.slider{ display:none;}
.t-hd p {

    font-size: 16px !important;
}
.rmm.graphite .rmm-toggled-controls {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    
}
.m-img.circle-img img:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 50%;
}

.folder-img img:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   
}
.m-img.round-img img:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    
}
.logo {
    margin-left: 12px;
    
    padding-bottom: 9px;
    
}
.m-widget {
    padding-left: 19px;
}
.t-img img {
    width: 100%;
}
.show-text {
    left: 2px;
    width: 92%;
}

.field-2 ul, .show-text ul {
    width: 35%;
}
.rmm .rmm-toggled ul {
   
    padding-left: 18px !important;
  
    width: 39% !important;
}
img {
    border: 0 none;
    width: 48%;
}
.rmm.graphite .rmm-button {
    
    top: 21px;
}
.rmm.graphite .rmm-toggled-title {
   
    top: 9px;
}
.rmm.graphite .rmm-toggled-controls {
    
    height: 50px;
    
}
.rmm.graphite .rmm-toggled-title {
    margin-top: 18px;
}
.metaslider .caption-wrap {
    margin-bottom: 30px !important;
}
.caption p {
    font-size: 16px;
 padding: 5px 0 8px;
width: 70%;
}
.caption h2 {
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 5px;
}

.in-img img {
    width: 15%;
}


.bgimage h2, .bgimage2 h2, .bgimage3 h2 {
    font-size: 8pt;
    margin-top: 27px;
}
.bgimage2 {
height: 100px;
}
.entry-header h1 {
       font-size: 24px !important;
}

.entry-header {
        margin-bottom: -21px;  
}

.s-leftsidebar {
    display: block;
    margin: 0 auto;
       padding-top: 39px;   
}

.s-rightsidebar p {
    display: block;
        margin: 0 auto; 
 max-width: 269px;
   
}
.content-2-info.fraud-text h2 {
    display: block;
    font-size: 14px;
    margin: 0 auto;
}
.section-text p {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    max-width: 235px;
    padding-top: 0;
}

.technology-text {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 264px;
}

.content-3 {
    
   margin: 0 auto !important;
}
.content-3-info {
    margin: 0 auto;
    padding-bottom: 1px;
    padding-top: 26px;
    
}
.fraud {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding-top: 31px !important;
    text-align: center !important;
    width: 100% !important;
}
.page-id-11 .content-4-left {
    display: block;
       margin: 0 auto;
    max-width: 267px;
    padding-bottom: 12px;    
}
.left-footer {
    display: block;
    margin: 0 auto;
    max-width: 267px;
    text-align: center;
}
.right-footer {
    max-width: 255px;
    margin: 0 auto;
    display: block;
}

.bgimage3 {
   
    height: 100px;   
}
.creating-section h2 {
    display: block;
    font-size: 15px;
    margin: 0 auto;
}
.creating-section p {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 83%;
}
.creative-main {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding-top: 53px;
    width: 100% !important;
}
.line-bg {
    display: none !important;
}
.content-4-left {
    display: block;
    font-size: 18px;
    margin: 0 auto;
    width: 200px;
}

.content-4-left ul {
    margin: 0;
}
.s-leftsidebar.remaining-ads {
    display: block;
    margin: 0 auto !important;
    max-width: 140px;
    width: 100%;
}

.inner-footer {
       padding-top: 25px;    
}

.bgimage {
       height: 100px;
}

.analtic-main .analytic-bg {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
padding-left: 0 !important;
}

.analtic-main .info-1 {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
}
.content-1-info-c h2 {
    margin: 0 auto !important;
    padding-bottom: 22px !important;
    padding-top: 18px !important;
    width: 88% !important;
}
.content-4-left {
   
    width: 301px;
}
.content-4-info h2 {
    font-size: 24px;
}
.number {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.section-text {
    display: block;
    margin: 0 auto;
    
}

.m-widget {
    padding-left: 0;
     max-width: 85%;
}
.m-info {
    max-width: 100%;
}
.widget {
    max-width: 370px;
}
.s-info {
    margin: -93px auto 0;
    max-width: 67%;
}
.outer-img {
    margin: 0 auto;
}
.content-4-left {
    width: 100%;
}
.content-lists-center .content-4-left + .content-4-left {
    margin-left: 0;
}
.team {
    display: none;
}
.c-menu--push-left, .c-menu--push-right, .c-menu--slide-left, .c-menu--slide-right {
    width: 100%;
}
.c-menu--push-right, .c-menu--slide-right {
    transform: translateX(600px);
}

}
.site-content{margin-top:100px;}

.analtic-main{display:inline-block; width:100%;}
.analtic-main .analytic-bg {
    float: left;
    width: 19%;
    padding-top: 21px;
}
.analtic-main .info-1 {
    float: right;
    width: 76%;
}

#post-11 .content-3 {
    padding-top: 0;
}
.content-3 {
    background-color: #e6e6e6;
    padding-bottom: 20px;
    padding-top: 40px;
}

.fraud {
    float: right;
    width: 22%;
}
.section-bottom{
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.creative-main {
    float: right;
    width: 22%;
 margin-top: -49px;
}

.creating-section2 > h2 {
    color: #000;
    font-size: 25pt;
    font-weight: bold;
    margin: 0;
    padding-bottom: 57px;
    width: 100%;
}
.icon {
    display: inline-block;
    max-width: 248px;
    width: 100%;
}
.icon img {
    width: 52%;
}

.icon p {
    color: #000;
    display: inline-block;
    font-size: 15pt;
    padding-bottom: 20px;
    padding-top: 14px;
}

.line-bg {
    background: #5c5c5c none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    top: 66px;
    width: 76%;
    z-index: -1;
}



.adds{
margin-top:0px;
font-size: 17px;
 margin-left: 0;
}
.ramging{
padding-top: 0;
padding-bottom: 20px;
}
.c-mask, body.has-active-menu {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}