/*
Theme Name: riverview
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
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: 2.0
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
-------------------------------------------------------------- */




@font-face {
    font-family: 'ReplicaProTT';
    src: url('fonts/ReplicaProTT.eot');
    src: url('fonts/ReplicaProTT.eot') format('embedded-opentype'),
         url('fonts/ReplicaProTT.woff') format('woff2'),
         url('fonts/ReplicaProTT.woff') format('woff'),
         url('fonts/ReplicaProTT.ttf') format('truetype'),
         url('fonts/ReplicaProTT.svg') format('svg');
}



@font-face {
    font-family: 'ReplicaProTTBold';
    src: url('fonts/ReplicaProTTBold.eot');
    src: url('fonts/ReplicaProTTBold.eot') format('embedded-opentype'),
         url('fonts/ReplicaProTTBold.woff') format('woff2'),
         url('fonts/ReplicaProTTBold.woff') format('woff'),
         url('fonts/ReplicaProTTBold.ttf') format('truetype'),
         url('fonts/ReplicaProTTBold.svg') format('svg');
}


@font-face {
    font-family: 'ReplicaProTTHeavy';
    src: url('fonts/ReplicaProTTHeavy.eot');
    src: url('fonts/ReplicaProTTHeavy.eot') format('embedded-opentype'),
         url('fonts/ReplicaProTTHeavy.woff') format('woff2'),
         url('fonts/ReplicaProTTHeavy.woff') format('woff'),
         url('fonts/ReplicaProTTHeavy.ttf') format('truetype'),
         url('fonts/ReplicaProTTHeavy.svg') format('svg');
}






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;
	font-family: 'ReplicaProTTBold';
}
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 {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* 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 {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.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;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.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: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.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 */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* 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', sans-serif;
}
a {
	outline: none !important;
	text-decoration:none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* 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;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
    padding: 0 24px;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}
.site-content {
	margin: 24px 0 0;
	margin: 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
    padding: 24px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.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-bottom-right li {
    text-align: left;
    font-size: 27px;
    line-height: 15px;
}

/* Navigation Menu */
.main-navigation {
    margin-top: 24px;
    margin-top: 0;
    text-align: center;
    clear: both;

    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
	    opacity: 10 !important;
    
}
.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"] {
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 100%;
	    background: #ebebeb;
    margin-top: 24px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 0;
}
footer[role="contentinfo"] a {
    color: #a5a5a5;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


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

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.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: 1.714285714;
}
.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 {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	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;
}
.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 {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}*/
	.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 {
		
		display: inline-block !important;
		text-align: center;
		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: capitalize;
    white-space: nowrap;
    font-weight: 400;
    font-family: 'ReplicaProTT';
    color: #fff;
    font-size: 20px;
    letter-spacing: -1px;
	
}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: white;
	}
.main-navigation li {
    margin: 0 40px 0 0;
    margin: 0 !important;
    position: relative;
    margin-right: 16px !important;
}
	.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: #01acef;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 11px;
    font-size: 14px;
    line-height: 2.181818182;
    padding: 8px 10px;
    /* padding: 0.571428571rem 0.714285714rem; */
    width: 200px;
    /* width: 12.85714286rem; */
    white-space: normal;
    text-align: center;
}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #fc7d33;
	}
	.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: white;
		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.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;
	}
}


.more_size {
    max-width: 1131px;
    margin: 0 auto !important;
}
.more_size2 {
    max-width: 1164px;
    margin: 0 auto !important;
}


.header_top {
    background: #000;
    padding: 12px 0;
    
}

.header-top-right ul {
    float: right;
    color: #fff;
}

.header-top-right ul li{display: inline-block;}

.header-top-right ul li {
    display: inline-block;
    padding-left: 13px;
    font-size: 15px;
    color: #c3c3c3;
    padding-top: 5px;
    letter-spacing: -1px;
}
.header-l {
    padding-right: 15px;
}

.header_top-left {
    float: left;
}

.header-top-right ul li span {
    color: #26b2f0;
}
.header-bottom-left {
    float: left;
    
}

.header-bottom-right {
    float: right;
    padding-top: 9px;
}

.header-bottom-right li {
    text-align: left;
    font-size: 27px;
    line-height: 15px;
}
.header-bottom-right li a {
    color: #0e0e0b;
    font-weight: bold;
    font-size: 34px;
    font-family: 'ReplicaProTTBold';
    letter-spacing: -2px;
}




.header-bottom-right li span a {
    color: #8d8d8d;
    font-size: 21px;
    letter-spacing: -1px;
}



.center_text {
    font-size: 49px !important;
    text-align: center !important;
    font-weight: bold !important;
    line-height: 73px !important;
}


.Managed-Services {
    padding-left: 17%;
    color: #fff;
    padding-right: 15%;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0 !important;
}


.Managed-Services h2 {
    font-size: 50px;
    margin-bottom: 0;
    /* color: rgb(196,107, 31); */
    /* color:rgb(252, 125, 51); */
    font-weight: bold;
    letter-spacing: 0px;
    letter-spacing: -3px;
}

#text-2 li a span:hover {
    color: #21759b;
}
.Managed-Services p {
    font-size: 20px;
    font-weight: 300;
    /*height: 138px;*/
    margin-bottom: 0;
    color: #fff;
}

.home_butten {
    float: left;
    padding-bottom: 56px;
    padding-top: 8%;
}
.home_butten a {
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 15px 21px;
    font-family: 'ReplicaProTT';
}
.Technology-Solutions {
	/*padding-top: 100px;*/
    padding-left: 7%;
}



.hedig_footer h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    color: #282828;
    margin-bottom: 10px;
}

.home_butten a:hover {
    background: #fff;
    color: #0295c8;
	transition:1s;
}



#nav_menu-2 {
    float: left;
    width: 24.7%;
}

#nav_menu-3 {
    float: left;
    width: 18.4%;
}
#text-2 li a {
    font-size: 17px;
}
#text-2 {
    float: left;
    width: 19%;
    padding-left: 35px;
}

.youtube {
    color: #c01d16;
    font-size: 27px;
    position: relative;
    top: 3px;
}
i.fa.fa-facebook-square {
    color: #3b5998;
    font-size: 27px;
    position: relative;
    top: 3px;
}

.linkedin {
    color: #117eb7;
    font-size: 27px;
    position: relative;
    top: 3px;
}
.twitte {
    color: #1ea0ee;
    font-size: 27px;
    position: relative;
    top: 3px;
}
#text-2 li {
    padding-bottom: 14px;
    margin-left: 15px;
}
#text-2 li a span {
    padding-left: 28px;
}


#text-3 {
    float: right;
    width: 28.3%;
    margin-top: 12px;
}

#text-2 ul {
    padding-top: 7%;
}

#text-3 h1 {
    font-size: 18px;
    color: #989898;
    margin-top: 15px;
    margin-bottom: 12px;
}


#text-3 p {
    font-size: 16px;
    color: #898989;
    line-height: 22px;
}
#colophon {
    padding-top: 63px;
    color: #ffffff;
    overflow: hidden;
}
.page-id-23 #colophon {
    padding-top:0px;
}

.footer_bottom {
    clear: both;
    background: #282828;
    padding: 22px 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 0;
}

.footer_b {
    padding-bottom: 4%;
}

.thubnall_full {
    position: relative;
}
.titel_thubnall {
    position: absolute;
    width: 100%;
    bottom: 53px;
}

.titel_thubnall h1 {
    font-size: 36px;
    color: #fff;
    background: #02adef;
    float: left;
    padding: 7px 19px;
    	
	text-transform: capitalize;
}


.thubnall_full .wp-post-image {
    width: 100%;
}

/*.back_u {
    overflow: hidden;
    background: #02adef;
    padding: 27px 13.2% !important;
    float: left;
    mix-blend-mode: multiply;
    margin-top: 6px;
}
*/



.thubnall_full img {
    width: 100%;
}

.Learn_about hr {
    margin: 0 !important;
    float: left;
    width: 43%;
    margin-top: 35px !important;
}


.Learn_about p {
    font-size: 15px;
    color: #c9c7c7;
    margin-bottom: 0%;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}


.Sed_egestas p{color:#888888; font-size:15px;}

.Learn_about h2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 50px;

}
.page-id-1710 .Learn_about h2 {float: left;
    }


.page-id-1710 .Learn_about p {
    float: left;
    margin-top: 40px;
    margin-left: 18px;
}

.page-id-1710 .Learn_about hr {
    margin: 0 !important;
    float: left;
    width: 70%;
    margin-top: 29px !important;
    clear: both;
}

.Learn_about {
    overflow: hidden;
}
.Sed_egestas p {
    color: #888888;
    font-size: 15px;
    line-height: 35px;
    margin-top: 14px;
}

.Individual {
    opacity: 0;
	transition: all 0.4s linear;
}

.Indi {
    text-align: center;
    position: relative;
    top: 59px;
    font-size: 29px !important;
    text-transform: capitalize;
	transition: all 0.4s linear;
}

.Individual_full:hover .Individual {
    opacity: 1; transition: all 0.4s linear;
}
.Individual_full:hover .Indi {
    opacity: 0; transition: all 0.4s linear;
}
.Individual {
    color: #fff;
    position: relative;
    bottom: 56px;
    margin: 0 auto;
    font-size: 16px;
}

.Individual_full {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.Individual_full:hover >div {
  -webkit-filter: grayscale(100%); transition: all 0.4s linear;
}


:hover{transition:1s;}


.more_size3 {
    max-width: 1199px;
    margin: 0 auto !important;
}


.video_about_right h2 {
    font-size: 40px;
    color: #181818;
    font-weight: bold;
    margin-top: 0;
    line-height: 51px;
}

.video_about_right p {
    font-size: 17px;
    color: #585858;
    line-height: 40px;
    margin-top: 38px;
}

.video_about_right a {
    font-size: 18px;
    color: #00adef;
}

.video_all_about h3 {
    margin-top: -17px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 21px;
    font-size: 15px;
    color: #2d2d2d;
    font-family: 'Open Sans', sans-serif;
}


.page-id-23 .Learn_about {
    text-align: center;
}
.page-id-23 .Learn_about hr {
    margin: 0 auto!important;
    float: none;
    width: 40%;
}


.Numbers li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 14px;
}
.Numbers li .fa {
    margin-right: 12px;
    font-size: 20px;
    color: #26b2f0;
}
.Numbers li a {
    font-size: 16px;
    color: #888888;
}

.Numbers h2 {
    font-size: 23px;
    font-weight: bold;
    color: #181818;
}



.Departments li a {
    color: #26b2f0;
}
.Departments li {
    color: #888888;
    font-size: 15px;
    margin-bottom: 11px;
}

.Contact_u input {
    width: 40%;
    margin-right: 31px;
    margin-bottom: 30px !important;
    padding: 16px 19px;
    border-radius: 0;
    background: #f3f3f3;
    border: 0;
    font-size: 15px;
}

.Contact_u textarea {
    width: 90%;
    margin-right: 31px;
    margin-bottom: 30px !important;
    padding: 16px 19px;
    border-radius: 0;
    background: #f3f3f3;
    border: 0;
    font-size: 15px;
    height: 148px;
}
.Submit_u {
    background: #00a8ed !important;
    color: #fff !important;
    font-size: 24px !important;
    width: auto !important;
    padding: 13px 29px !important;
    border: 1px solid #00a8ed !important;
    font-weight: bold !important;
}
.Submit_u:hover{color:#0295c8 !important; background:none !important;}

.Contact_u img {
    max-width: 100% !important;
    width: auto !important;
}	
.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: inherit !important;
}
.Contact_u .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    text-align: right;
    position: relative;
    bottom: 25px;
    padding-right: 39px;
}

.Contact p {
    color: #888888;
    font-size: 16px;
}


.Want-to2 {
    background: url(img/back-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 26px 33px;
    background-position: center;
}


.Faq {
    margin-bottom: 21px;
    margin-top: 42px;
}
.Faq a {
    border: 2px solid #fff;
    padding: 10px 61px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


.Want-to2 h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 36px;
    margin-top: 8px;
    background: url(img/boder_b.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 9px;
}
.Want-to2 p {
    color: #fff;
    font-size: 16px;
}

.Faq a:hover{background:#fff; color:#00a8ed;}

.teb_contect li a {
    font-size: 16px;
    color: #26b2f0 !important;
    padding: 15px 78px !important;
    border: 1px solid #26b2f0 !important;
}
.teb_contect .vc_tta-tab.vc_active>a {
    border-bottom-color: transparent;
    background: #26b2f0 !important;
    color: #fff !important;
}	
.teb_contect .vc_tta-panels {
    background: none !important;
    border: 0 !important;
}

.find a {
    background: #00a8ed;
    color: #fff;
    padding: 11px 24px;
    font-size: 22px;
    border-radius: 3px;
    border: 2px solid #00a8ed;
}


.find {
    padding-top: 11px;
}
.find a:hover{background:none; color:#00a8ed;}

.get_there h2 {
    font-size: 25px;
   /* color: #181818;*/
	    color:#00a8ed;
}

.titel_thubnall {
  top: 154px !important;
	/*   top:50% !important;*/
}


.mail_champ {
    margin-bottom: 0;
    text-align: center;
}

.mail_champ h2 {
    font-size: 39px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
}

.mail_champ form {
    position: relative;
}
.form_u input {
    width: 37%;
    padding: 14px 18px;
    font-size: 18px;
    border-radius: 0;
}

.mail_champ p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}

.mail_champ form {
    position: relative;
    width: 40%;
    margin: 0 auto;
    overflow: hidden;
}


.submit_u {
    position: absolute;
    width: auto !important;
    top: 0;
    padding: 15px 31px !important;
    right: 0;
    background: #00aeef !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.form_u input {
    width: 70%;
    padding: 14px 18px;
    font-size: 18px;
    border-radius: 0;
    padding-right: 115px;
}


.tech-bottom-section a:hover{background:#fff; color:#26b2f0;}

.Our-Process p {
    color: #888888;
    font-size: 15px;
    line-height: 35px;
}
.Assistants h2 {
    color: #181818;
    font-size: 25px;
}

.Assistants p {
 
    font-size: 15px;
    line-height: 32px;
}

.Assistant_img {
    margin-bottom: 0 !important;
}
.heding_u {
    margin-top: 14px !important;
}
.Find_out button:hover{background: none !important; border:1px solid #00a8ed!important; color:#00a8ed !important;}


.Factsheet {
    margin-bottom: 0;
   
}
.Factsheet a {
    color: #fff;
    border: 1px solid #fff;
    padding: 16px 43px;
    font-size: 15px;
	
    position: relative;
}
.Factsheet a:before {
    content: url(img/botton_r.jpg);
    position: absolute;
    right: -13px;
    bottom: 1px;
}

.Factsheet_more a {
    padding: 16px 70px;
}

.Factsheet a:hover{ background:#fff; color:#00adef;}
.Factsheet a:hover:before{content:normal;}

.video_m button:hover{ background:#fff !important; color:#00a8ed !important;     border: 1px solid #00a8ed !important;}

.last_button button {
    background: none !important;
    border: 2px solid #fff !important;
    color: #fff!important;
}

.video_g {
    position: relative;
}
.video_g h2 {
    position: absolute;
    bottom: -11px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 0 27px;
    font-weight: normal;
}


.last_button button:hover{ background:#fff !important; color:#00adef !important;}

.Learn_about_c {
    text-align: center;
}
.We_know p {
    text-align: center;
    width: 76%;
    margin: 0 auto;
    font-size: 14px;
    color: #888888;
    line-height: 32px;
}
.Replica_u h2 {
    margin-top: 0;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 20px;
}

.Replica_u p {
    color: #888888;
    font-size: 14px;
}

.full_mg img {
    width: 100%;
}

.heding_job {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #181818;
    line-height: 30px;
}
.job_button {
    float: right;
    margin-top: 11px;
}
.job_content {
    clear: both;
    padding-top: 2%;
    padding-bottom: 2%;
}
.job_button a {
    border: 1px solid #00adef;
    color: #00adef;
    padding: 10px 54px;
    font-size: 18px;
}

.job_button a:hover{background:#00adef; color:#fff;}

.heding_job {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #181818;
}
.heding_job span {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}


.job_titel {
    margin-bottom: 5%;
    padding-bottom: 0%;
    border-bottom: 1px solid #e8e8e8;
}
#execphp-2 {


    max-width: 85%;
    margin: 0 auto;
    margin-top: 2%;
}
.job_content p {
    color: #000;
    font-size: 15px;
    line-height: 34px;
}
.text-h {
    font-size: 30px !important;
}

.get_in {
    margin-top: 17px;
}

.get_in button {
    background: none !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

	
.get_in button:hover {
    background: #fff !important;
    color: #26b2f0 !important;}	
	
.border_b {
    margin-bottom: 0 !important;
}	




.vc_custom_1473660881271 {
    margin-top: 18% !important;
}
.Sed_egestas2 p {
    color: #888888;
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 22px;
}

.video_about_right2 p {
    margin-top: 0;
    line-height: 36px;
    margin-bottom: 2%;
    font-size: 15px;
    color: #888888;
}
.video_about_right2 h2 {
    font-size: 40px;
    color: #181818;
    font-weight: bold;
    margin-top: 0;
    line-height: 43px;
    margin-bottom: 21px;
}

.icon_thubnell img {
    width: auto !important;
	    transition: 1s !important;
}



.services_post {
    float: left;
    width: 25.6%;
    margin: 5px 0px;
    margin-right: 18px;
    background: url(img/gg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-left: 38px;
    padding-top: 1%;
    padding-bottom: 2%;
    margin-left: 31px;
    margin-bottom: 2%;
}

.job_content2 p {
    margin-bottom: 0;
    color: #888888;
    font-size: 15px;
    width: 89%;
    line-height: 29px;
    margin-top: 8px;
}
.icon_thubnell {
    position: absolute;
    left: -29px;
    top: 63px;
}

.Ready_to h2 {
    color: #fff;
    font-size: 39px !important;
    text-align: center;
    margin-bottom: 0;
}


.heding_job2 {
    font-size: 21px;
    color: #181818;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'ReplicaProTTBold';
}
.icon_thubnell img:hover {
    border-radius: 50%;
	transform:1s;    transition: 1s !important;
}




.Ready_to p {
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.Ready_to2 button {
    padding: 12px 37px !important;
    font-weight: 700;
    border: 2px solid #fff !important;
}

.Ready_to3 button {
    border: 2px solid #fff !important;
    background: none !important;
}
.Ready_to3 button:hover{ color:#00a8ef !important; background:#fff !important;}




.wpb_revslider_element {
    margin-bottom: 0!important;
}

.sticky .main-navigation li {
    
    margin-right: 5px !important;
}

.Technology-Solutions h2 {
    margin-top: 0;
    line-height: 56px;
    margin-bottom: 17px;

}

.flexslider .slides img {
    display: block;
    max-width: 100%;
    width: auto !important;
}

.header-bottom-right li .fa-envelope{
    margin-right: 11px;
    font-size: 11px;
}

.header-bottom-right li .fa-mobile-phone {
    margin-right: 5px;
}


.header_bottom {
    padding-bottom: 15px;
    padding-top: 15px;
}

.cycloneslider-pager {
    display: none !important;
}

.wpb_text_column.wpb_content_element {
    margin: 0 !important;
}
.cycloneslider-caption{background:none !important;}


#menu-legal li {
    line-height: 29px;
}
#menu-footer li {
    line-height: 29px;
}

.page-id-23 .vc_custom_1473749414227 {
    margin-top: 37px !important;
}




.Ready_to3 button {
    padding: 19px 74px !important;
    font-size: 20px !important;
    font-family: 'ReplicaProTT';
}
.Ready_to2 button {
    padding: 12px 37px !important;
    font-size: 18px !important;
    font-family: 'ReplicaProTT';
}


.testimonial_rotator.template-default .has-image .text, .testimonial_rotator_single.has-image.template-default .text {
    width: 100% !important;
    float: none !important;
    padding: 0;
    margin: 0 auto !important;
}

.testimonial_rotator_quote {
    font-size: 20px;
    color: #181818 !important;
    font-family: 'ReplicaProTT';
    text-align: center !important;
    padding: 0 44px !important;
    padding-top: 25px !important;
    margin-bottom: 5%;
}
/*.testimonial_rotator_quote:before {
    content: url(img/arrow1.png);
    position: absolute;
    left: 0;
    top: 0;
}*/
/*.testimonial_rotator_quote:after {
    content: url(img/arrow2.png);
    position: absolute;
    top: 0;
    right: 0px;
}
*/

.testimonial_rotator_nav >div{border:1px solid #ccc;}

.testimonial_rotator_prev, .testimonial_rotator_next {
    border: 1px solid #ccc;
    padding: 6px 9px;
    border-radius: 50%;
}


.testmonail-top {
    text-align: center !important;
}


.testmonail-top .vc_box_border_grey {
    text-align: center !important;
}
.testmonail-top .vc_box_border_grey img {
    text-align: center !important;
}



	
.testimonial_rotator_img.img {
    width: 9% !important;
    margin-right: 24px !important;
    float: left !important;
    padding: 0 !important;
    padding-top: 5% !important;
    margin-left: 45px;
}

h2.testimonial_rotator_slide_title {
    font-size: 19px !important;
    color: #4d4d4d !important;
    font-family: 'ReplicaProTT';
}
.testimonial_rotator.template-default .testimonial_rotator_author_info{ border:none !important;}
.testimonial_rotator_author_info.cf-tr {
    padding: 0 !important;
    margin: 0 !important;
    color: #888888;
    font-style: normal !important;
}
.testimonial_rotator .testimonial_rotator_slide_title {
    margin: 0 0 5px 0 !important;
    margin-top: 0 !important;
    clear: none !important;
    font-size: 30px !important;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.testimonial_rotator_quote a
{
    border: 2px solid #21759b;
    border-radius: 20px;
    margin-top: 35px;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0.1em;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}

.vc_tta.vc_general .vc_tta-panel-body{padding:0!important;}


.multiply_color {
    width: 100%;
    overflow: hidden;
    height: 77px;
    position: absolute;
    z-index: 9999;
    mix-blend-mode: multiply;
    background: #02adef !important;
}

#execphp-3 {
    overflow: hidden;
    margin-top: 6%;
}
.teb_contect_u li a {
    padding: 15px 31px !important;
    font-size: 20px;
}


.vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .vc_tta.vc_general .vc_tta-tab.vc_active>a::before{ width:0 !important; height:0 !important;}

.Individual h2 {
    font-size: 22px;
}



.page-id-588 .titel_thubnall h1 {
    font-size: 56px;
    font-family: 'ReplicaProTTBold';
    padding: 7px 2px;
    position: absolute;
    background: none;
    color: #fff;
    opacity: 10!important;
    letter-spacing: -2px;
    mix-blend-mode: inherit;
    top: -8px;
}

.page-id-588 .back_u {
    overflow: hidden;
    background: #02adef;
        padding: 28px 211px !important;
    float: left;
    mix-blend-mode: multiply;
    margin-top: 0;
    position: absolute;
    top: 0;
}
.page-id-588 .titel_thubnall {
    bottom: 89px !important;
}

.page-id-588 .Learn_about p {
    margin-top: 23px;
}

.page-id-638 .Learn_about p {
    float: left;
    margin-top: 39px;
    margin-left: 35px;
}

.libero_eu p {
    color: #888888;
    font-size: 15px;
    line-height: 32px;
    margin-top: -8px;
}

.Statistics p {
    line-height: 36px;
    color: #888888;
    font-size: 15px;
    margin-bottom: 37px;
}

.text-h {
    font-size: 40px !important;
}

.get_in button {
    background: none !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif;
}
.page-id-588 .vc_grid-filter-color-grey {
    display: none;
}

.page-id-588 .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: none;
    width: 100%;
}

.page-id-588 .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: right;
    width: 100%;
}
.page-id-588 .bottom-video-post-section {
    width: 100%;
    box-shadow: none;
}
.page-id-588 .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    width: 33%;}
.page-id-588 .vc_gitem-post-data-source-post_date p {
    text-align: left;
    line-height: 1px;
    padding-top: 2%;
    color: #26b2f0;
    font-size: 14px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.page-id-588 .vc_gitem-post-data p {
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    color: #888888;
}	
	
.page-id-588 .video-gallery-max-size {
    max-width: 1181px;}	
.page-id-588 .vc_gitem-post-data-source-post_date p {
    text-align: left;
    line-height: 1px;
    padding-top: 2%;
    color: #26b2f0;
    font-size: 14px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}	
	
.page-id-588 .vc_gitem-post-data-source-post_date {
    margin-bottom: 0px;
    margin-top: 25px;
}

.page-id-588 .thubnall_full img {
    width: auto !important;
}
.page-id-588 .rotator_img {
    display: none;
} 
.page-id-638 .rotator_img {
    display: none;
}
.page-id-638 .thubnall_full img {
    width: auto !important;
}

.error404 .site-content {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 11%;
}







.video_about_right2 h3 {
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 5px;
}

.hrv {
    margin-bottom: 7.3%;
}

.page-id-588 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-animated-block {
    position: relative;
}

.page-id-588 .owl-stage-outer .vc_grid-item:nth-child(3) .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a img {
    height: 546px;
}
.page-id-588 .vc_gitem-zone:nth-child(3) {
     background-color: transparent; 
}

.page-id-588 .vc_gitem-zone:nth-child(3) {
    background-color: transparent;
}
.page-id-588 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
}




.page-id-588 .vc_gitem-zone-img:nth-child(3) {
    height: 546px;
}

.page-id-588  .vc_grid-item:nth-child(3) .vc_gitem-zone img{    height: 546px !important;}

.page-id-588 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-col-align-left {    background: rgba(0,143,211, 0.6) !important;
    color: #fff;
    position: relative;
    opacity: 1;
    display: block;
    width: 93%;
    padding: 78px 20px;
}

.page-id-588 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_date p{color:#fff;}
.page-id-588 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_title h4{color:#fff;}
.page-id-588 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt p{color:#fff;}
.page-id-588 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c  {background-color: rgba(255, 255, 255, 0) !important;}


.page-id-588 .vc_grid-item .vc_gitem-zone img {
    height: 244px !important;
}




.page-id-1162 .vc_grid-filter-color-grey {
    display: none;
}

.page-id-1162 .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: none;
    width: 100%;
}

.page-id-1162 .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: right;
    width: 100%;
}
.page-id-1162 .bottom-video-post-section {
    width: 100%;
    box-shadow: none;
}
.page-id-1162 .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    width: 33%;}
.page-id-1162 .vc_gitem-post-data-source-post_date p {
    text-align: left;
    line-height: 1px;
    padding-top: 2%;
    color: #26b2f0;
    font-size: 14px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.page-id-1162 .vc_gitem-post-data p {
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    color: #888888;
}	
	
.page-id-1162 .video-gallery-max-size {
    max-width: 1181px;}	
.page-id-1162 .vc_gitem-post-data-source-post_date p {
    text-align: left;
    line-height: 1px;
    padding-top: 2%;
    color: #26b2f0;
    font-size: 14px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}	
	
.page-id-1162 .vc_gitem-post-data-source-post_date {
    margin-bottom: 0px;
    margin-top: 25px;
}

.page-id-1162 .thubnall_full img {
    width: auto !important;
}
.page-id-1162 .rotator_img {
    display: none;
}










.page-id-1162 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-animated-block {
    position: relative;
}

.page-id-1162 .owl-stage-outer .vc_grid-item:nth-child(3) .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a img {
    height: 546px;
}
.page-id-1162 .vc_gitem-zone:nth-child(3) {
     background-color: transparent; 
}

.page-id-1162.vc_gitem-zone:nth-child(3) {
    background-color: transparent;
}
.page-id-1162 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
}




.page-id-1162 .vc_gitem-zone-img:nth-child(3) {
    height: 546px;
}

.page-id-1162  .vc_grid-item:nth-child(3) .vc_gitem-zone img{    height: 546px !important;}

.page-id-1162 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-col-align-left {    background: rgba(0,143,211, 0.6) !important;
    color: #fff;
    position: relative;
    opacity: 1;
    display: block;
    width: 93%;
    padding: 78px 20px;
}

.page-id-1162 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_date p{color:#fff;}
.page-id-1162 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_title h4{color:#fff;}
.page-id-1162 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt p{color:#fff;}
.page-id-1162 .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c  {background-color: rgba(255, 255, 255, 0) !important;}


.page-id-1162 .vc_grid-item .vc_gitem-zone img {
    height: 244px !important;
}







.libero_eu h2 {
    margin-bottom: 0;
    overflow: hidden;
    padding: 12px;
}

.hide-bullets li {
    float: left;
    width: 33%;
    margin: 0;
}

.hide-bullets li img {
    /*width: 223px;*/
	    width: 100%;
    height: 219px;
}
.hide-bullets li a {
    margin-bottom: 0;
    border: 0;
    cursor: pointer;
}

/*.hide-bullets a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active:before{    mix-blend-mode: multiply; }*/
.hide-bullets a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
    mix-blend-mode: multiply;
}

.thumenl_2 .vc_column-inner {
    padding-right: 0 !important;
}

.full_slider .vc_column-inner {
    padding-top: 0 !important;
}

.carousel-inner h2 {
    margin-top: 0;
    color: #fff;
    font-size: 22px;
}
#carousel-bounding-box {
    max-width: 78%;
    margin-right: 38px;
    float: right;
    color: #fff;
    margin-top: 19%;
}

ul.hide-bullets {
    margin-top: 0 !important;
    overflow: hidden;
	margin-bottom:0;
}

.thumenl_2 .wpb_content_element {
    margin-bottom: 0;
}

span.job_titel {
    float: right;
    border-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

.carousel-inner p {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    margin-top: -5px;
}
.email_id ul {
    margin: 0;
}
.email_id ul li {
    float: left;
}
.email_id ul li {
    float: left;
    margin: 0;
    margin-right: 22px;
    padding-right: 15px;
}

.email_id ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.email_id ul li:after {
    content: "|";
    position: relative;
    left: 14px;
}

.email_id ul li:nth-child(2):after{content: normal;}

.hide-bullets a.thumbnail img:hover, a.thumbnail img img:focus, a.thumbnail img:active {
    
    mix-blend-mode: multiply;
}

/*.page-id-449 .titel_thubnall h1 {
    font-size: 55px;
    font-family: 'ReplicaProTTBold';
    padding: 0px 3px;
    position: absolute;
    background: none;
    color: #fff;
    opacity: 10!important;
    letter-spacing: -1px;
    mix-blend-mode: inherit;
}
*/
/*.page-id-449 .back_u {
    overflow: hidden;
    background: #02adef;
    padding: 27px 95px !important;
    float: left;
    mix-blend-mode: multiply;
    margin-top: 6px;
}*/


.single .get-started  .technical-director .last_button{    bottom: -14px !important;}

.single .get-started h2 {
    font-size: 45px!important;
    color: #ffffff!important;
    line-height: 57px!important;
    text-align: left!important;
    font-family: 'ReplicaProTTBold'!important;
    font-weight: 700!important;
    font-style: normal!important;
    float: left;
    margin-bottom: 34px;
    padding-top: 13px;
}



.page-id-638 .back_u {
    
    padding: 27px 222px !important;
   
}

.page-id-1151 .thubnall_full img {
    width: auto !important;

}
.page-id-1151 .rotator_img {
    display: none;
}

.page-id-1160 .thubnall_full img {
    width: auto !important;
}

.page-id-1160 .rotator_img {
    display: none;
}

.page-id-1178 .rotator_img {
    display: none;
}
.page-id-1178 .thubnall_full img {
    width: auto !important;
}

.page-id-1176 .thubnall_full img {
    width: auto !important;
}

.page-id-1176 .rotator_img {
    display: none;
}

.page-id-1184 .thubnall_full img {
    width: auto !important;
}

.page-id-1184 .rotator_img {
    display: none;
}

.page-id-1191 .thubnall_full img {
    width: auto !important;
}
.page-id-1191 .rotator_img {
    display: none;
}

.page-id-1188 .thubnall_full img {
    width: auto !important;
}
.page-id-1188 .rotator_img {
    display: none;
}

.page-id-1182 .thubnall_full img {
    width: auto !important;
}

.page-id-1182 .rotator_img {
    display: none;
}

.page-id-1195 .rotator_img {
    display: none;
}


.page-id-1195 .thubnall_full img {
    width: auto !important;
}

.page-id-1197  .thubnall_full img {
    width: auto !important;
}

.page-id-1197 .rotator_img {
    display: none;
}



.page-id-1164 .thubnall_full img {
    width: auto !important;
}

.page-id-1164 .rotator_img {
    display: none;
}

.page-id-1213 .thubnall_full img {
    width: auto !important;
}
.page-id-1213 .rotator_img {
    display: none;
}



.page-id-1162  .thubnall_full img {
    width: auto !important;
}

.page-id-1162  .rotator_img {
    display: none;
}


.page-id-1176 .thubnall_full img {
    width: auto !important;
}

.page-id-1176  .rotator_img {
    display: none;
}
.testimonial_rotator_slide .thubnell_u img {
}


.Testimo .rotator_img {
    display: none;
}





#menu-item-1173 ul {
    right: -88px;
}

#menu-item-1171 ul {
    right: -111px;
}

#menu-item-1170 ul {
    right: -104px;
}




.page-id-1213 .back_u {
    display: none;
}


.single .get-started {
    overflow: hidden;
}

.single-current_vacacies .related-post.related-post {
    display: none;}
	
.single-current_vacacies .keep-informed {
    padding-top: 5.5% !important;}	
	
	
	
.page-id-1178 .thubnell_u img{width:100% !important;}
.thubnell_u img {
    width: 100% !important;
}	

.thubnell_u {
    position: relative;
}
.thubnell_u img{width:100%;}

.slider_cintent {
    font-family: 'ReplicaProTT';
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 57px !important;
}
.page-id-213 .titel_thubnall {
    top: 38%!important;
}

.the_blog .vc_grid-filter-color-grey {
    display: none;
}

.the_blog .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: none;
    width: 100%;
}

.the_blog .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: right;
    width: 100%;
}
.the_blog .bottom-video-post-section {
    width: 100%;
    box-shadow: none;
}
.the_blog .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    width: 33%;}
.the_blog .vc_gitem-post-data-source-post_date p {
    text-align: left;
    line-height: 1px;
    padding-top: 2%;
    color: #26b2f0;
    font-size: 14px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.the_blog .vc_gitem-post-data p {
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    color: #888888;
}	
	
.the_blog .video-gallery-max-size {
    max-width: 1181px;}	
.the_blog .vc_gitem-post-data-source-post_date p {
    text-align: left;
    line-height: 1px;
    padding-top: 2%;
    color: #26b2f0;
    font-size: 14px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}	
	
.the_blog .vc_gitem-post-data-source-post_date {
    margin-bottom: 0px;
    margin-top: 25px;
}

.the_blog .thubnall_full img {
    width: auto !important;
}
.the_blog .rotator_img {
    display: none;
}










.the_blog .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-animated-block {
    position: relative;
}

.the_blog .owl-stage-outer .vc_grid-item:nth-child(3) .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a img {
    height: 546px;
}
.the_blog .vc_gitem-zone:nth-child(3) {
     background-color: transparent; 
}

.the_blog .vc_gitem-zone:nth-child(3) {
    background-color: transparent;
}
.the_blog .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
}




.the_blog .vc_gitem-zone-img:nth-child(3) {
    height: 546px;
}

.the_blog .vc_grid-item:nth-child(3) .vc_gitem-zone img{    height: 546px !important;}

.the_blog .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-col-align-left {    background: rgba(0,143,211, 0.6) !important;
    color: #fff;
    position: relative;
    opacity: 1;
    display: block;
    width: 93%;
    padding: 78px 20px;
}

.the_blog .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_date p{color:#fff;}
.the_blog .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_title h4{color:#fff;}
.the_blog .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt p{color:#fff;}
.the_blog .vc_grid-item-zone-c-right:nth-child(3) .vc_gitem-zone-c  {background-color: rgba(255, 255, 255, 0) !important;}


.the_blog .vc_grid-item .vc_gitem-zone img {
    height: 244px !important;
}



.the_blog {
    width: 100% !important;
}

.single-current_vacacies .keep-informed {
    display: none;
}
.single-current_vacacies .get-started {
    display: none;
}
.single-current_vacacies #main .more_size{/*width:100%; max-width:100%;*/}
.single-current_vacacies .single-top {
    display: none;
}
.single-current_vacacies #colophon {
    padding-top: 0;}
.single-current_vacacies .entry-header {
    display: none;
}
	
.responsiv_heade {
    display: none;
}
	
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    width: 37px;
    height: 3px;}	
button#responsive-menu-button:hover {
    background: none !important;
}
button#responsive-menu-button {
    background: none !important;}	
	
.Responsin_footer {
    display: none;
}	
.respon {
    display: none;
}
a.new_ser {
    background-image: none !important;
    padding: 0 !important;
}
	
#advert-once{display:none;}


.get_there li {
    font-size: 15px;
    margin: 0;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 1.8;
    font-family: 'ReplicaProTT';
}

.get_there p {
    font-size: 15px;
    margin: 0 !important;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 1.8 !important;
    font-family: 'ReplicaProTT';
}

.new_toggle_title .vc_toggle_title {
    border: 2px solid #02adef;
    padding: 7px 10px;
}


.new_toggle_title .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0;
    float: right;
    color: #02adef;
}

.new_toggle_title .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  
    float: right;
    color: #02adef !important;
}


.new_toggle_title .vc_toggle_title:active {
    border: 2px solid #02adef;
  padding: 7px 10px;
    background: #02adef;
    color: #fff;
}


.new_toggle_title .vc_toggle_title>h4 {
    display: inline;
    color: #02adef;
    font-size: 15px;
    font-family: arial;
    font-weight: 500;
}

.new_toggle_title .vc_toggle_content {
    background:#f3f3f3;
    margin: 0;
    padding: 5% 10px;
}

.new_toggle_title li{ margin:10px 0;}
.new_toggle_title ul{ margin:0;}	
	
.new_toggle_title .vc_toggle_active .vc_toggle_title{ background:#02adef; color:#fff !important;}
.new_toggle_title .vc_toggle_active .vc_toggle_title>h4{ color:#fff;}
.new_toggle_title .vc_toggle_active i.vc_toggle_icon {
    color: #fff !important;
}
	.new_toggle_title .vc_toggle_active .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{
    color: #fff !important;
}

.tag .get-started {
    padding-top: 5% !important;
    overflow: hidden;
}


.technical-director .wpb_column {
    margin-top: 16px;
}


.breadcrumbs {
    text-align: left;
    color: #000;
    font-weight: bold;
    margin-top: 13px;margin-bottom: 15px;
}
.breadcrumbs a {
    color: #028ab5;
}


.Winner_of p {
    font-size: 16px;
    text-align: center;
}


aside#text-9 {
    width: 100%;
    float: none;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
    margin-bottom: 17px;
    position: relative;
    top: 0;
}

aside#text-9 a {
    
   
   
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
  
  
   
}

.Directions_u tr {
    font-size: 15px;
    color: #545454;
}

.logo_l {
    margin-top: -7px;
}
.logo_l >div {
    padding: 0 !important;
    padding-top: 30px !important;
}

.Directions_u ul li:before {
    content: url(img/dote.png);
    position: absolute;
    left: -16px;
}
.Directions_u ul li {
    margin-left: 18px;
    position: relative;
}



#text-9 p a {
    color: #fff;
    text-transform: lowercase;
}

aside#text-10 {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin-top: 12px;
    line-height: 22px;
}


aside#text-10 a {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin-top: 12px;
    line-height: 22px;
}
#text-10 p a {
    color: #0db0ee;
}




.wpb_video_widget h2 {
    font-size: 16px;
    margin-bottom: 3px;
       font-weight: bold;
    line-height: 21px;
    font-size: 17px;
    color: #2d2d2d;
    font-family: 'Open Sans', sans-serif;
    /* position: absolute; */
    margin-top: 0;
    top: -76px;
    margin-bottom: 11px;
    padding: 0!important;
}
.sidbar_c {
    display: none;
}

.vedeo_all {
    position: relative;
}

.Learn_about_p .textwidget {
    clear: both;
}
.Learn_about_p .textwidget p {
    margin-top: 12px;
    margin-left: 0;
}

.vedeo_all h2.widgettitle {
    font-weight: bold;
    line-height: 21px;
    font-size: 13px;
    color: #2d2d2d;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 6px;
    margin-top: 0;
    position: absolute;
    bottom: 14px;
    color: #fff;
    margin: 0 auto;
    margin: 0 20px;
    min-height: 27%;
}

.all_v .vedeo_all h2.widgettitle {    min-height: 50px;}
.butten_pu {
    margin-top: 29px;
}

.more_size4 {
    max-width: 1169px;
    margin: 0 auto !important;
}

#video_row .vc_column-inner {
    padding-top: 12px;
}

.vedeo_all img.video_lightbox_anchor_image {
    width: auto;
    max-width: none;
}

.mape_right_uu {
    margin-top: 37px;
    float: left;
    width: 50%;
}

.mape_right_uu {
    margin-top: 37px;
    float: right;
    width: 49%;
}


.colam_left_uu {
    float: left;
}


.page-id-542 .sidbar_c {
    display: block;
}



.page-id-542 .vc_grid.vc_row.vc_pageable-wrapper.vc_hook_hover {
    float: left;
    width: 100%;
}

.page-id-542 .vc_grid-item-zone-c-left .vc_gitem-zone-c, .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: none;
    width: 100%;
}

.page-id-542 .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: none;
    width: 100%;
}

.page-id-542 .vc_grid-item-zone-c-left .vc_gitem-zone-c, .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: left;
    width: 100%;
}

.page-id-542 .video-gallery-max-size .vc_grid-pagination {
    float: left;
    padding-top: 3%;
    clear: both;
}

.page-id-1344 .vedeo_all h2.widgettitle {
 
    min-height: 85px;
}


div.pp_pic_holder{    z-index: 9999 !important;}
div.pp_overlay{    z-index: 0 !important;}

aside#text-9 p {
    margin-top: 10px;
    text-transform: inherit;
}
.butten_pu {
    overflow: hidden;
    margin-top: 56px;
}
.Individual_full {
    overflow: hidden;
}
.Individual_full .wpb_wrapper {
    width: 95%;
}
.butten_pu a {
    background: #00a8ed;
    color: #fff;
    padding: 16px 0px;
    display: inline-block;
    float: left;
    width: 46%;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}

a.bakup_y {
    background: #686868;
}


.page-id-542 .vc_grid-item-zone-c-left .vc_gitem-zone-c, .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: none;
    width: 100% !important;
}


.page-id-542 .video-slider-test .vc_gitem-col {
    width: auto !important;
    padding: 0px 0 !important;
}
.page-id-542 .vc_gitem-post-data h4 {
    font-size: 17px;
    font-family: 'ReplicaProTTBold';
    color: #000;
    line-height: 23px;
}
.video-slider-test .owl-stage {
    transform: initial !important;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: -29px;
    opacity: 0;
}

.page-id-760 .vc_gitem-post-data h4 {
    font-size: 17px;
    font-family: 'ReplicaProTTBold';
    color: #000;
    line-height: 23px;
}
.vc_gitem-post-data h4 {
    font-size: 16px !important;
   
    line-height: 21px;
}

.vedeo_all2 h2.widgettitle {
   
    min-height: 18%;
}




.navbar {
    position: relative;
    min-height: 0 !important;
    margin-bottom: 0!important;
    border: 1px solid transparent;
}


.video_slider a img {
   
   
}
.video_slider a img:hover {
    border: 0px solid #fff;
    border-radius: 52%;
    transition: 0s !important;
    background: #089dda;
}


.page-id-2553 .titel_thubnall{ opacity:0;}




@media (max-width: 1900px){
	
	
	.Technology-Solutions h2 {
  
    min-height:auto;
}
	
	
}





@media (max-width: 1850px){
.Technology-Solutions h2 {
  
    min-height: 112px;
}









}





@media (max-width: 1200px){
	
.Factsheet a {
    padding: 16px 33px;
}
.vedeo_all img.video_lightbox_anchor_image {
    width: auto;
    max-width: 100%;
}
.teb_contect li a {
    padding: 15px 60px !important;}
	
	.page-id-542 .video-right-section .vc_col-sm-4 {
    float: right;
    width: 338px;
}


.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    font-size: 16px;
    padding: 20px 3px !important;
}
	
.Managed_button1 .vc_col-sm-2 {
    width: 26% !important;
    float: right !important;
	
}

.Managed_button1 .vc_col-sm-10 {
    width: 51% !important;
}	
	
	
	
.page-id-638 .titel_thubnall {
    top: 122px;
}
.titel_thubnall {
    top: 122px !important;
}
.Learn_about h2 {
    font-size: 36px;}
	
	
.services_post {
    width: 23.6%;}
.heding_job2 {
    font-size: 17px;}
.job_content2 p {
    font-size: 12px;
    width: 100%;}		


.titel_thubnall h1 {
    font-size: 40px !important;}

.testimonial_rotator .testimonial_rotator_slide_title {
    margin-top: 95px !important;}		

	
.more_size {
    margin: 0 auto !important;
    width: 98%;
}
img{max-width:100%;}
.sticky .main-navigation li {
    margin-right: -10px !important;
}
.main-navigation li {
    margin-right: 14px !important;
}

.multiply_color {
    height: 67px;}

.main-navigation li a{    font-size: 18px;}
.Managed-Services {
    padding-left: 5%;

    padding-right: 0;
    
}
	
.Managed-Services h2 {
    font-size: 50px;}
	
.slider_cintent span {
    font-size: 44px !important;
}
		
.Technology-Solutions h2 {
    margin-bottom: 5px;
}


	.vc_custom_1473860530059 {
        padding-bottom: 2% !important;}
		
.touch_The {
    display: none;
}	


	
}
	
@media (max-width: 1020px){
	
	
	.mape_right_uu {
    margin-top: 37px;
    float: none;
    width: 100%;
    margin: 19px auto;
    clear: both;
}

.Learn_about p {
    text-align: center !important;}
.Managed_a .vc_sep_width_60 {
    width: 100% !important;}	
	

.Learn_about h2 {
 
    width: 100%;
}

.vc_row-fluid .vc_custom_1473493651771 {
    margin-top: 27px !important;
}
.Learn_about hr {
    margin: 0 auto !important;
    float: none;}

.site-content {

    text-align: center;
}
h2 {
    text-align: center !important;
}
.wpb_column .vc_custom_1477659224138 {
    margin: 0 auto !important;
    float: none;
    text-align: center;
}




.navbar {
    display: none;
}
.navbar {
    display: none;
}


.wpb_column .vc_custom_1477666587216{    margin: 22px auto !important;
    width: 54%;}



.titel_thubnall h1 {
    font-size: 30px !important;
}

.About_working .Learn_about h2 {
    font-size: 27px;
    width: 100%;
}
.Replica_c .vc_align_center {
    margin-top: 0 !important;
    float: left;
}

.Replica_c {
    float: left !important;
    clear: none !important;
    width: 28% !important;
}

.Replica_c .vc_align_center {
    margin-top: 0 !important;
    float: left !important;
}
.Replica_b .vc_row {
    width: 59% !important;
    margin: 0 auto !important;
}

.Managed_a .Learn_about_c {
    text-align: left;
    width: 98% !important;
    margin: 0 auto;
}

.Managed_a .vc_sep_width_60 {
    width: 60% !important;
    float: left !important;
    margin-left: 13px !important;
}


.Managed_b .vc_align_left {
    text-align: center !important;
}	

.Replica_d {
    float: left !important;
    width: 71% !important;
}
.Replica_c {
    float: left !important;
    width: 26% !important;
}


.Managed_c .vc_column-inner {
    text-align: center;
}

.video_about_right h2 {
  
    text-align: left;
}


.video_about_right p {
  
    text-align: left !important;
}

.Managed_d .vc_col-sm-3 {
    float: none !important;
    width: 100% !important;
}


.Managed_d {
    width: 81% !important;
    margin: 0 auto;
}



.Managed_button1 .vc_col-sm-10 {
    width: 63% !important;
    float: left;
}

.mail_champ form {
    width: 56%;}

#responsive-menu-container li.responsive-menu-item a {
    padding-left: 44px !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
    padding-left: 15% !important;
}



.Learn_about h2 {
    font-size: 27px;
    width: 100%;
}

.vulputate .vc_col-sm-6 {
    float: left;
    width: 50%;
    text-align: center;
}
.vulputate .vc_col-sm-6 .vc_align_left {
    text-align: center;
}
.Sed_egestas p {
   
    text-align: left;
}

.vulputate_full {
    width: 78% !important;
    margin: 0 auto;
}
.video_service {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.vc_custom_1473860530059.vc_row-has-fill {
    background-image: none !important;
}

.video_about_right2 h3 {
    display: none;}
	
.video_about_right2 h2 {
    margin-top: 42px;}
.How_works.vc_custom_1474022851969{
    background: none !important;
	background-image:none !important;
}	
	
.How_works.vc_custom_1474022851969 {
    background: #f6f5f3!important;
    background-image: none !important;
    padding-top: 22px !important;
    padding-bottom: 21px !important;
    margin-top: 7% !important;
}


	

.Sed_egestas .vc_col-sm-6 {
    width: 100%;
}

.Sed_egestas .vc_custom_1473855653842 {
    margin-top: 3%!important;
    text-align: center !important;
}
.titel_thubnall {
    top: 37px !important;
}
.header-top-right ul {
    float: none;
    color: #fff;
    text-align: center;
}
.services_post {
    width: 45.6%;
    float: none;
    margin: 24px auto;
}
.job_content2 p {
    font-size: 15px;}
.heding_job2 {
    font-size: 19px;
}

.stykiheader {
    display: none;
}

.wpb_wrapper .bac_u {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
}
.bac_u .vc_custom_1477661491179, .bac_u .vc_custom_1477661547179, .bac_u .vc_custom_1477661505157 {
    margin-right: 0 !important;
    margin-left: 0 !important;      background-size: cover;
}

.custom_testimonial_section {
    margin-top: 58px;
}
.home_butten {
    float: none;
    padding-bottom: 1px;
    padding-top: 0%;
    margin-top: 33px;
    margin-bottom: 51px;
}

.vc_column-inner.vc_custom_1479554557328 {
    margin-left: 7px !important;
}

.vc_column-inner.vc_custom_1479554564264 {
    margin-left: 7px !important;
}
.Managed-Services {
    padding-left: 0;
    padding-right: 0;
}
.header_bottom {
    display: none;
}
.responsiv_heade {
    display: block;
    width: 98%;
    margin: 12px auto;
    position: relative;
    overflow: hidden;
}
.responsiv_right {
    float: right;
}
.header_center {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
}	
.responsiv_right a {
    font-size: 53px;
    padding-right: 23px;
    color: #58585a;
}
.slider_cintent span {
    font-size: 31px !important;
}

.Responsin_footer {
    display: block;
}
.footer_b {
    display: none;
}

#colophon {
    padding-top: 32px;}


#text-6 li {
    display: inline-block !important;
}
#text-6 {
    text-align: center;
}
#text-6 li {
    display: inline-block !important;
    padding: 0 14px;
}
#text-7 {
    float: none;
    

    margin: 0 auto;
    text-align: center;
}
#text-7 .header-bottom-right {
    float: none;
    text-align: center;
}
#text-7 .header-bottom-right li {
    text-align: center;}
#text-8 {
    float: none;
    text-align: center;
}

.Responsin_footer .widget {
    border-bottom: 1px solid #d5d5d6;
    padding: 23px 0;
    clear: both;
    width: 50%;
    margin: 0 auto;
}
	
.Responsin_footer .twitte {
    color: #1ea0ee;
    font-size: 48px;
    top: 6px;
    position: relative;
}
.Responsin_footer .linkedin {
    color: #117eb7;
    font-size: 46px;
    position: relative;
    top: 3px;
}
.Responsin_footer .youtube {
    color: #c01d16;
    font-size: 44px;
    position: relative;
    top: 3px;
}
.Responsin_footer .fa-phone {
    color: #c5c5c5;
    position: relative;
    left: -10px;
    font-size: 30px;
}
.footer_bottom {
    text-align: center;}	
.Technology-Solutions {
    padding-top: 0;
    text-align: center;
}

.Technology-Solutions h2 {
    min-height: auto;
}
.testimonial_rotator_img.img {
    width: 12% !important;
    margin-right: 24px !important;
    float: left !important;
    padding: 0 !important;
    padding-top: 5% !important;
    margin-left: 30%;
}
.testimonial_rotator .testimonial_rotator_slide_title {
    margin-top: 59px !important;
}
	
.responsiv_right a:hover {
    color: #0bacee !important;
    transition: 0s !important;
}

.technical-director  .last_button a{    text-align: center;
    margin: 0 auto;}
	
.technical-director .get_in_touch a {
	border-width: 2px;
	padding: 14px 14px !important;
	font-size: 18px !important;
	border-radius: 2px;
	font-weight: 600;
}
	
.vc_row-fluid .vc_custom_1473493651771 {
    margin-top: 0 !important;
}	
	
	
	
}

@media (max-width: 600px){
	
	.Managed_d .vc_col-sm-3 {
    float: none !important;
    width: 100%!important;
}

.text-h {
    font-size: 26px !important;
}
.Managed_button1 .vc_col-sm-2 {
    width: 36% !important;
    float: right !important;
}



	
.titel_thubnall {
    top: 44px !important;
}
.Learn_about h2 {

    width: 77%;
}	
	
.services_post {
    width: 60.6%;}

.testimonial_rotator .testimonial_rotator_slide_title {
    margin-top: 44px !important;
}

.Responsin_footer .widget {


    width: 71%;

}	
	
	
	
.responsiv_right a {
    font-size: 41px;}

.responsiv_heade {
    margin: 0 auto;
    padding: 20px 0;
}

.slider_cintent span {
    font-size: 25px !important;
}
.Managed-Services h2 {
    font-size: 40px;
}	

.tp-rightarrow.tparrows.default.round {
    display: none;
}

.tp-leftarrow.tparrows.default.round {
    display: none;
}

.Managed-Services p {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
	height:auto !important;	
    margin-bottom: 10%;
}



}



@media (max-width: 414px){

.Managed_d {
    width: 97% !important;}

.mail_champ form {
    width: 84%;
}

.Managed_button1 .vc_col-sm-10 {
    width: 56% !important;
    float: left;
}

.Managed_button1 .vc_col-sm-10 {
    width: 100% !important;
    float: none;
    text-align: center;
}

.Managed_button1 .text-h {
    text-align: center !important;
    font-size: 24px !important;
}

.Managed_button1 .vc_col-sm-2 {
    width: 57% !important;
    float: none !important;
    margin: 0 auto;
}	


.Responsin_footer .widget {
    width: 83%;}
	
	
.titel_thubnall {
    top: 0 !important;
}
.titel_thubnall h1 {
    font-size: 19px !important;
}
.Learn_about h2 {
    width: 100%;
}
.vulputate_full {
    width: 99% !important;
    margin: 0 auto;
}

.services_post {
    width: 69.6%;
    padding-right: 13px;
}

.testimonial_rotator_quote {
    font-size: 15px;
    padding: 0 0 !important;
    
  
}

.testimonial_rotator_img.img {
    width: 22% !important;
    margin-right: 24px !important;
    float: left !important;
    padding: 0 !important;
    padding-top: 12% !important;
    margin-left: 12%;
}

.Ready_to h2 {
    font-size: 30px !important;}

.Ready_to p {
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}



	

.slider_cintent span {
    font-size: 18px !important;
}

.bottom_2 {
    position: relative;
    top: 7px;
}
.desktop {
    display: none;
}
.respon {
    display: block;
    padding-left: 3px;
}

.header-top-right {
    margin-right: 2px;
}
.Managed-Services h2 {
    font-size: 36px;
}

.home_butten a {
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    padding: 12px 19px;
    font-family: 'ReplicaProTT';
}

.header_center {
    width: 40%;
}

}

@media (max-width: 384px){

.heding_job2 {
    font-size: 17px;
}

.testimonial_rotator_img.img {

    margin-left: 0;
}
.Ready_to3 button {
    padding: 15px 39px !important;}


}



@media (max-width: 320px){


.Learn_about h2 {
    font-size: 20px;
    line-height: 31px;}
	
.Learn_about p {
    margin-top: 10px;}	
	
.services_post {
    width: 58.6%;
    padding-right: 13px;
}
.testimonial_rotator_wrap.with-prevnext {
    padding: 10px 18px;
}



.header-top-right ul li {
    font-size: 13px;}
.responsiv_right a {
    font-size: 36px;
}

button#responsive-menu-button {
  
    top: 52px;
   
}	

.Managed-Services h2 {
    font-size: 32px;
}
.header-bottom-right li a {
    font-size: 25px;}
	
.Responsin_footer .youtube {
    top: 0;
}	
	
}


/* 21 oct */

/*.bx-viewport {
  height: auto!important;
}*/

.tslider p {
  color: #000!important;
  font-size: 16px!important;
  font-weight: 300!important;
  font-style: italic;
  
  line-height:35px;
}
.custom_testimonial_section.wpb_column.vc_column_container.vc_col-sm-12 {
  min-height: 400px !important;
  padding:160px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bx-viewport {
  min-height:470px !important;
  text-align: center;
}
.cbp-qtcontent {
  width:80%;
    text-align: center;
    margin: auto;
}
.tslider {
    height: 100%;
}
.tslider li {
    height: 100%;
    position: relative;
}
.tslider li > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.cbp-qtcontent a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.cbp-qtcontent a:hover {
    color: #fff;
    background: #21759B;
}
.cbp-qtcontent > h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}
.cbp-qtcontent a {
  border: 2px solid #21759b;
  border-radius: 20px;
  margin-top: 35px;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d6d6d6!important;
    width: 8px!important;
    height: 8px!important;
    border: 3px solid #fff;
    border-radius: 50%!important;
    box-shadow: 0px 0px 5px #808080;
    
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #777676!important;
}
.cbp-qtcontent img{
    margin: 20px auto 0px auto!important;
    border-radius: 0px!important;
    float: none!important;
}
.tslider .cbp-qtcontent img {
    max-width: 100%!important;
    width: 245px!important;
    height: 75px;
}
.bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../../plugins/testimonialslider/images/left-arrow.png") no-repeat scroll 0 0 !important;
    background-repeat: no-repeat;
}
.bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("../../plugins/testimonialslider/images/right-arrow.png") no-repeat scroll 0 0 !important;
    background-repeat: no-repeat;
}
.bx-controls-direction a {
    opacity: .5;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}
.bx-controls-direction a:hover {
    opacity: 1;
}

.post-video-library .vc_tta-panels-container{
	padding-top:40px;
}


.post-video-library .vc_tta-panels{
	border:0px !important;
}

.post-video-library a{
	border:0px !important;
	    font-size: 19px;
    font-weight: 400;
    font-family: 'ReplicaProTT';
    padding: 5px 17.2px!important;
	background:none !important;
	border-radius:0px !important;
	color: #888 !important;
	border-bottom:2px solid #888 !important;
}

.post-video-library .vc_active a, .post-video-library .vc_active a:hover{
	color: #26b2f0 !important;
	border-bottom:2px solid #26b2f0 !important;
}


.my-section{
	position:static !important;
}


.my-blocks .owl-item, .my-blocks .owl-stage{
	width:auto !important;
}

.upper-video-post-section .vc_pageable-wrapper .vc_grid-item{
	width:auto !important;
}

.bottom-video-post-section{
	width:auto !important;
}


.video-slider-test .vc_gitem-zone-c{
	position:static !important;
}

.video-slider-test .vc_gitem-col{
	width:auto !important;
    padding: 0px 20px !important;
}

.video-slider-test img {
	height:auto !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .custom_testimonial_section .bx-viewport {
        height: 535px!important;
    }
}
@media (max-width: 991px) {
    .custom_testimonial_section.wpb_column.vc_column_container.vc_col-sm-12 {
      padding: 50px 30px;
        height: auto!important;
    }
    .custom_testimonial_section .bx-viewport {
        min-height: 495px!important;
    }
    .cbp-qtcontent a {
        font-size: 11px;
    }
}
@media (max-width: 800px) {
    .custom_testimonial_section .bx-viewport {
        min-height: 510px!important;
    }
    .cbp-qtcontent > h2 {
        font-size: 25px!important;
        margin-bottom: 0px!important;
    }
    .tslider p {
        font-size: 14px!important;
    }
    .custom_testimonial_section.wpb_column.vc_column_container.vc_col-sm-12 {
        padding: 20px 0px;
    }
    .cbp-qtcontent a {
        font-size: 10px;
        padding: 5px;
    }
}
@media (max-width: 600px) {
   
    .cbp-qtcontent > h2 {
        font-size: 18px !important;
    }
    .tslider .cbp-qtcontent img {
      height: 60px;
      max-width: 100% !important;
      width: 200px!important;
    }
    .cbp-qtcontent a {
        font-size: 10px;
        padding: 5px 10px;
        line-height: 20px;
    }
    .custom_testimonial_section .bx-viewport {
        max-height: 550px!important;
    }
}

@media (max-width: 480px) {
    .custom_testimonial_section .bx-viewport {
        min-height: 580px!important;
    }
    .cbp-qtcontent > p {
      line-height: 22px;
    }
}




/*-----------------------*/
.page-id-2537 .thubnell_u > .more_size {
    display: none;
}

.titel_thubnall .more_size {
    width: auto;
}

.page-id-2537 .Learn_about h2 {
    padding-bottom: 8px;
}
.page-id-2537 .Learn_about p{ font-size: 13px;}
.page-id-2537 .Learn_about hr {
    width: 54%;
}
.page-id-2537 .vc_wp_text.wpb_content_element.Learn_about {
    margin: 0;
}
.page-id-2537 .vc_custom_1480662132065 {
    margin-bottom: 7% !important;
    margin-top: 3% !important;
}
.page-id-2537 .hide-bullets li img {
    background-color: #000000;
    height: 100%;
    width: 100%;
}
.page-id-2537 .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    border-radius: 2px;
    padding: 12px 18px;
}




/*-----------about us---------------*/

.vc_custom_1478331059796 .vc_column-inner {
    height: 400px;
    max-height: 100%;
    position: relative;
}

.vc_column-inner .vc_custom_heading.Indi {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 42%;
}
.vc_column-inner div.wpb_wrapper .Individual {
    margin-top: 25%;
}
p.job-title1 {
    font-size: 15px;
    margin: 0px 0 15px;
}
p.job-title1 strong {
    font-weight: 600;
}
.wpb_start_animation.wpb_top-to-bottom.last_button {
    bottom: 0;
    margin-bottom: 0;
}
.vc_column-inner .vc_custom_heading {
    line-height: normal !important;
}

.barristers_list .vc_column-inner .vc_btn3-block.vc_btn3-size-lg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;font-size: 19px !important;
    padding: 18px 25px !important;
    transition: all 0.2s ease-in-out 0s;
}
.barristers_list .vc_row-has-fill .wpb_wrapper {
    margin-bottom: 3%;
}
.barristers_list .vc_column-inner .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
    margin: 20px 0;
}
.barristers_list .vc_wp_text.wpb_content_element.mail_champ {
    margin-bottom: 50px;
}
.barristers_list .vc_column-inner .vc_btn3-block.vc_btn3-size-lg:hover, .barristers_list .vc_column-inner .vc_btn3-block.vc_btn3-size-lg:focus {
     background: #ffffff none repeat scroll 0 0;
    color: #26b2f0;
}
.titel_thubnall.bg-title {
    bottom: 0;
    left: 0;
    margin: auto !important;
    right: 0;
    text-align: center;
    top: 0;
    width: 1160px;
}
.titel_thubnall.bg-title > h1 {
    display: inline-block;
    text-transform: capitalize;padding:3px 10px 10px;
}
.vc_column-inner .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    padding: 18px 22px;
}
.vc_custom_1473767458214 .vc_custom_heading {
    margin: 0;
}
.vc_custom_1473767458214 .technical-director .wpb_column {
    margin: 0;
}
.vc_custom_1473767458214 .technical-director.vc_custom_1473678891292 {
    padding-bottom: 3%;
}
.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item.vc_col-sm-4 {
    width: 33.33% !important;
}
.page-id-760 .vc_tta-tabs .vc_grid-item-zone-c-right .vc_gitem-zone.vc_gitem-zone-c {
    position: inherit;
}
.single-barristers_list .more_size2 .entry-header h1 {
    margin: 0 15px;
}
.single-barristers_list .more_size2 .vc_row.wpb_row.vc_row-fluid:first-child, .single-barristers_list .more_size2 .entry-header {
    margin: 0 auto;
    width: 1164px;
}
.single-barristers_list .more_size2 {
    max-width: 100% !important;
    width: 100% !important;
}
.barristers_list .vc_column-inner .wpb_column.vc_column_container.vc_col-sm-4 .last_button {
    float: right;
}
.single-barristers_list .comments-area, .single .comments-area  {
    margin: 0;
}
article.barristers_list, .single article.current_vacacies {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.vc_gitem-col .vc_gitem-post-data-source-post_excerpt {
    display: none;
}
 .vc_tta-panel .vc_gitem_row .vc_gitem-col{ min-height: 150px;}


.vc_tta-panel .vc_gitem-zone {
    height: 150px;
}
.vc_row .vc_wp_text.wpb_content_element.Factsheet .textwidget a {
    display: block;
    padding: 16px 30px;text-align: center;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1481108683587, .vc_row.wpb_row.vc_row-fluid.vc_custom_1481199911962, .vc_row.wpb_row.vc_row-fluid.vc_custom_1481196560251 {
    display: none;
}
.vc_custom_1473931737490 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_custom_1473931737490 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
 .vc_custom_1473931737490 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: #00a8ed;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    padding: 18px 22px;
}
.vc_custom_1473931737490 .vc_btn3-container.vc_btn3-inline {
    float: right;
}
.single-current_vacacies .technical-director .wpcf7 .wpcf7-file{ 
  -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;         
   -webkit-appearance: value;
   -moz-appearance:    value;
   appearance:         value;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; opacity: 0;}
.single-current_vacacies #main .more_size.c-vacacies {
    max-width: 100% !important;
}
.c-vacacies .vc_custom_heading {
    padding-bottom: 0 !important;
}
.c-vacacies .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper {
    margin: 18px 0;
    overflow: hidden;
}
.c-vacacies .wpb_column.vc_column_container {
    margin: 0;
}
.current_vacacies .vc_custom_1473836823753 .vc_column-inner {
    padding-top: 10px !important;
}
.technical-director .wpcf7 .text.file-btn {
    background: #f3f3f3 none repeat scroll 0 0;
}
.text.file-btn > span {
    display: block;
    float: left;
    line-height: 60px;
    padding-left: 20px;
}
.technical-director .wpcf7 .text.file-btn .wpcf7-form-control-wrap {
    float: right;
    height: auto;
    line-height: normal;
    margin-right: 20px;
    width: 100px;
}
.technical-director .wpcf7 .text.file-btn .wpcf7-form-control-wrap::before {
    background: #dfdfdf none repeat scroll 0 0;
    border-radius: 8px;
    content: "Browse";
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 11px;
}
.page-template-about-page .vc_custom_1473854731878 {
    margin-top: 1% !important;
}


/*===============================================================================================
								news and article page
=================================================================================================*/
.allNewsArticleSwrapper{background: #f6f5f3; overflow: hidden; padding-top: 50px;}
.allNewsArticleContainer{max-width: 1220px; margin: 0 auto;}
.allNewsArticleSwrapper #primary{width: 66.66666667%;}
.allNewsArticleSwrapper #secondary{width: 33.33333333%;}
/*tabs*/
ul.tab{margin: 0; padding: 0;}
ul.tab li{display: inline-block; margin-left: -4px;}
ul.tab li:first-child{margin-left: 0;}
ul.tab li.active{}
ul.tab li a:first-child {
    padding-left: 0;
}
ul.tab li a {
    border-bottom: 2px solid #888888;
    display: inline-block;
    font-family: "ReplicaProTT";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px 17.2px;
}
ul.tab li.active a{color: #26b2f0; border-bottom-color: #26b2f0;}

/*posts*/
.newsArticlePost{margin-top: 40px;}
.newsArticlePost *{box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.newsArticlePost .allPosts{margin: 0; padding: 0;}
.newsArticlePost .allPosts li{display: none; width: 33%; padding: 0 20px 20px 0; margin: 0; vertical-align: top;}
.newsArticlePost .allPosts li .postContent{background: #fff; padding-bottom: 20px; min-height: 290px;}
.allPosts li div{display: block; clear: both;}
.allPosts li .postImg{padding-bottom: 10px; overflow: hidden;}
.allPosts li .postImg img{max-width: 100%; height: auto; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
 -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.allPosts li:hover .postImg img{-webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0.3;}
.allPosts li .date{color: #26b2f0; font-family: 'Open Sans', sans-serif; font-style: italic; font-size: 14px;
 padding: 5px 20px 0; width: 100%; }
 .allPosts li .title{padding-top: 20px;}
.allPosts li .title h4{padding: 0 20px; font-family: 'ReplicaProTTBold'; font-size: 16px; color: #000; margin:0; line-height: normal;}
.loadNews{text-align: center;}
#loadMore{display: inline-block; cursor: pointer; background: #26b2f0; border: 2px solid #26b2f0; -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;
height: 30px; line-height: 30px; padding: 0 20px; color: #fff; text-transform: uppercase; margin: 0 0 20px;}
#loadMore:hover{background: #fff; color: #26b2f0; }

/*right section*/
.allNewsArticleSwrapper #secondary{}
.allNewsArticleSwrapper #secondary > .widget {margin-bottom: 15px;}
.allNewsArticleSwrapper #secondary input[type="text"]{
	padding: 13px 15px;
    font-size: 15px;
    border-radius: 0px;
    width: 62%;
}
.allNewsArticleSwrapper #secondary .widget h3{
	border-bottom: 1px solid #afadad;
    padding-bottom: 5px;
    color: #000;
    text-transform: none;
    font-size: 22px;	 
	font-family: 'ReplicaProTTBold';
	padding-top:15px;
	width: 65%;
}
.allNewsArticleSwrapper #secondary .widget ul li{
	background-image: url('../../uploads/2016/09/line.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px center;
	margin-bottom:15px;
	margin-left:0px;
}
.allNewsArticleSwrapper #secondary .widget ul li a{
	color: #888;
    font-size: 15px;
}



.vc_pageable-slide-wrapper .vc_clearfix.vc_col-sm-3.vc_grid-item {
    box-shadow: 1px 1px 5px 0 #cdcdcd;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 6px;
    min-height: 360px;
    padding: 8px 8px 0;
    position: relative;
    width: 24.5%;
}
.vc_pageable-slide-wrapper .vc_clearfix.vc_col-sm-3.vc_grid-item a.vc_btn3 {
    background: #00a8ed none repeat scroll 0 0;
    border: 1px solid #00a8ed;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
}
.vc_gitem-zone .vc_gitem_row .vc_gitem-col .vc_custom_heading h4 {
    color: #5c5b5b;
    font-family: "ReplicaProTT";
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 19px;
    padding: 0;
}
.vc_pageable-slide-wrapper .vc_gitem_row .vc_gitem-col::after, .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.vc_pageable-slide-wrapper .vc_gitem_row .vc_gitem-col {
    padding: 0;
     position: inherit;
}
.vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    overflow: visible; height: 185px;
}
.vc_gitem-zone > .vc_gitem-zone-mini {
    height: 100%;
    position: relative;
}
.vc_pageable-slide-wrapper .vc_btn3-container.vc_btn3-left {
    bottom: 3px;
    margin: 0;
    position: absolute;
    text-align: left;
}
.vc_pageable-slide-wrapper .vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    margin-bottom: 10px;
    min-height: 60px;
}
.vc_grid-filter.vc_grid-filter-center .vc_gitem-post-category-name {
    padding: 0 !important;
}
.vc_pageable-slide-wrapper .vc_grid-filter.vc_grid-filter-center {
    margin-bottom: 0; text-align: left;
}
.vc_gitem-post-data-source-post_author > h5, .vc_gitem-post-data-source-post_date > h5 {
    margin: 5px 0;
}
.vc_pageable-slide-wrapper .vc_gitem-post-data{margin: 0;}
.vc_gitem-zone .vc_gitem_row .vc_gitem-col .vc_custom_heading h4{ margin: 7px 0;}
.vc_pageable-slide-wrapper .vc_grid-filter > .vc_grid-filter-item > span {
    display: block;
    font-size: 15px;
    line-height: 25px;
}


.vc_grid-item .vc_gitem-animated-block .vc_gitem-zone.vc_gitem-is-link {
    min-height: 155px;
}

/* Market Horizon Scanning Grid  */
.market-horizon-grid .vc_pageable-slide-wrapper .vc_clearfix.vc_col-sm-3.vc_grid-item {
	padding: 8px 10px;
	min-height: 203px;
}
.market-horizon-grid .vc_gitem-zone .vc_gitem_row .vc_gitem-col .vc_custom_heading h4 {
	font-size: 15px !important;
}
.market-horizon-grid .vc_pageable-slide-wrapper .vc_gitem-post-data.vc_gitem-post-data-source-post_title {
	min-height: auto;
}
.market-horizon-grid .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c {
	height: auto;
}
.market-horizon-grid .vc_gitem-col .vc_gitem-post-data-source-post_excerpt {
	display: block;
}
.market-horizon-grid .vc_gitem-col .vc_gitem-post-data-source-post_excerpt p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 45px;
}
.vc_gitem-post-data-source-post_author > h5, .vc_gitem-post-data-source-post_date > h5 {
	font-family: "ReplicaProTT";
	color: #aaa;
	font-size: 14px;
	font-weight: 400;
}


.related-post #relatedposts .thumbnail-img img{width: 100% !important;}
.related-post #relatedposts .title a {
    color: #333333; line-height: normal;}
 .related-post #relatedposts .title {
    bottom: inherit;
    color: #333333;
    min-height: 55px;
    padding: 10px;
    position: inherit !important;background: #fff;
}
.related-post #relatedposts .overlay{ display: none;}

.vc_row.wpb_row.vc_inner.more_size .Managed_b .vc_column-inner {
    padding: 0 0 0 15px;
}
.vc_row.wpb_row.vc_inner.more_size .libero_eu .vc_column-inner {
    padding: 0 15px 0 0;
}

.vc_grid-filter.vc_grid-filter-size-md.vc_grid-filter-center.vc_grid-filter-color-grey{
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.page-id-1344 .vc_grid-filter-item:nth-of-type(6) {
    order: 1;
}
.page-id-1344 .vc_grid-filter-item:nth-of-type(5) {
    order: 5;
}
.page-id-1344 .vc_grid-filter-item:nth-of-type(4) {
    order: 4;
}
.page-id-1344 .vc_grid-filter-item:nth-of-type(3) {
    order: 3;
}
.page-id-1344 .vc_grid-filter-item:nth-of-type(2) {
    order: 2;
}
.wpb_wrapper > p {
    color: #888888;
    font-size: 15px;
    line-height: 32px;
}


.page-id-17 .vc_inner.vc_row-fluid {
    margin-top: 0 !important;
}
.page-id-17 .vc_separator {
    margin-bottom: 0;
}
.vc_wp_text.wpb_content_element.Learn_about {
    margin-bottom: 10px;
}
.header-top-right ul li a {
    color: #c3c3c3;
}

.text-area.more_size2 > p {
    color: #5c5b5b;
    font-weight: normal;
    text-transform: initial;
}
.download-pdf .wpb_button_a {
    margin: 0 10px;
}

div#customfield { max-width: 1164px; margin: 0 auto; position: relative; }
.custom-container > div{margin-bottom: 10px; line-height: normal;}
.custom-container { position: absolute; right: 150px; bottom: -220px; }

#customfield .vacancy-category {
    border-bottom: 1px solid #000000;
    bottom: -179px;
    font-size: 16px;
    font-weight: bold;
    left: 15px;
    position: absolute;
}
p:empty {
    display: none;
}


.execphpwidget .job_titel {
    margin-bottom: 3%;
}
.execphpwidget .job_content p {
    line-height: 25px;
    margin-bottom: 10px;
}

p:empty, p[&nbsp;]{
    display: none;
}

.video_all_about .wpb_heading.wpb_video_heading {
    min-height: 60px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}
.page-id-1710 .entry-content h4 {
    font-size: 15px;
}

.page-id-299 .wpb_wrapper .vc_btn3-container.vc_btn3-center a.vc_general.vc_btn3-style-modern:hover {
    background: #00a8ed;
    color: #fff;
}

.page-id-299 .wpb_wrapper .vc_btn3-container.vc_btn3-center a.vc_general.vc_btn3-style-modern {
    display: block;
    width: 100%;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    background: #fff;
    color: #00a8ed;
    border: 2px solid #00a8ed;
}
.download-pdf.wpb_column {
    width: 1130px;
    margin: 0 auto;
    float: none;
}
.download-pdf .wpb_button_a {
    margin: 0 8px;
    width: 320px;
    display: inline-block;
}
.download-pdf .wpb_button_a .wpb_document_pdf {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}
.vc_wp_text.wpb_content_element.Our-Process.Assistants {
    margin-bottom: 0;
}
.vc_row-fluid.more_size2.btnn {
    padding-bottom: 30px;
}
.allPosts li .postImg img {
    width: 248px;
    height: 124px;
}

.responsiv_heade .header_center {
	text-align: center;
}

.responsiv_heade .header_center img {
	max-height: 50px;
    width: auto;
}