/*
Theme Name: Ekas
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.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, 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
-------------------------------------------------------------- */



<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap" rel="stylesheet"> 
  
 @font-face {
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome.eot');
    src: url('fonts/FontAwesome.eot') format('embedded-opentype'),
         url('fonts/FontAwesome.woff2') format('woff2'),
         url('fonts/FontAwesome.woff') format('woff'),
         url('fonts/FontAwesome.ttf') format('truetype'),
         url('fonts/FontAwesome.svg#FontAwesome') format('svg');
}


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




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


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

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

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('fonts/PoppinsSemiBold.eot');
    src: url('fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('fonts/PoppinsSemiBold.woff') format('woff'),
         url('fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('fonts/PoppinsSemiBold.svg#PoppinsSemiBold') 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.3;
	font-family: 'proximanovalight';
	font-size:16px;
	color:#555;
	background:#FBFBFB;    
	
}

body {   
	overflow:hidden;   
}
 
p { font-size: 18px; margin: 0 0 15px 0; line-height: 1.5; }
 
  
ol,
ul {
	list-style: none;
	margin:0 0 20px; 
}
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;
	line-height:1.5;
	margin:0 0 20px 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
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-bottom: 2px solid #a9a9a9;
	border-radius: 0;
	font-family: inherit;
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
	font-size: 18px;
	color: #a9a9a9;
	padding: 10px;
	width: 100%;
}
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;
}

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

a {
	outline: none;
	color: #518ecb;
	text-decoration:none;
	transition: 0.3s;
	
}
a:hover {
	color:#ce2161;
}

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


.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

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

/* Navigation Menu */
.main-navigation {
	text-align: center;
}

.main-navigation a {
	color: #5e5e5e;
}
.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,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.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;
}

.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}


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

.entry-meta {
	clear: both;
}

.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;
}

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.4; 
}

.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;
}
.comment-form-comment textarea {
    color: #555;
    font-size: 16px !important;
    font-style: italic;
    font-family: 'proximanovalight';
}
.comment-form-author input, .comment-form-email input {
 
    font-size: 16px !important;
    color: #555;
    font-style: italic;
}
.comment-form-cookies-consent {
    clear: both;
}
.comment-form-cookies-consent input {
    width: auto;
}
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;
}
 
.page-links {
	clear: both;
	line-height: 1.714285714;
}

.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;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.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;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =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: 767px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	
	.site-content {
		float: left;
		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: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #518ecb; 
	}
	.main-navigation li {
		padding:0 15px;
		position: relative; 
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
	background: #518ecb;
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding: 12px 15px;
	width: 12.85714286rem;
	white-space: normal;
	border-bottom: 1px solid #ffffff;
	color: #ffffff !important;
}
.main-navigation li ul li a:hover, .main-navigation li ul li a:focus {
	background: #ce2161;
	color: #ffffff;
}
	.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: #518ecb;
	}
	.toggleMenu {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	.main-navigation li .sub-menu li {
	padding: 0;
}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}

	.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;
	}
}




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

@media print {
	
	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;
	}
}



/*-------------defult css---------------*/

.fl{float:left;}
.fr{float:right;}
.align_left{float:left;text-align:left;}
.align_right{float:right;text-align:right;}
.center-section{float:none;margin:auto;}
.txt-left{text-align:left;}
.txt-right{text-align:right;}
.txt-center{text-align:center;}
.full-row{float:left;width:100%;}
.mrg-out{margin:auto!important;}
.mrg-left-out{margin-left:0!important;}
.mrg-right-out{margin-right:0!important;}
.padding-left-out{padding-left:0!important;}
.padding-right-out{padding-right:0!important;}
.mrg-auto{margin:auto!important;}
.padding-out{padding:0!important;}
div.wpcf7-response-output{  clear: both; float: left;  width: 100%;}
.bold-font{font-weight:700;}
.light-font{font-weight:300;}


/*-------------- comman css---------------*/

.wrap {width:1300px;padding-left:15px;padding-right:15px;margin:0 auto;} 
.pd50{ padding:50px 0;}
.pd90{ padding:90px 0;}
.mt50{ margin-top:50px;}
.pb200{ padding-bottom:200px;}      


/*--------------- header section----------------------*/

.top_header_section{ background:#518ecb; height:35px;}
.top_header_right a{ color:#fff; float:right; line-height:35px;font-family: 'proxima_nova_regwebfont'; font-size:16px;}  
.site-header{ text-align:center; position:relative; z-index:5; padding:50px 0 0 0;}
.header_logo{ float:left;}
.site-header .header_menu{ display:inline-block;}
.header_menu .menu-ekas-menu-container ul li a{ font-family:'ProximaNovaSemibold';}    
.journeyPopupPDF .wpcf7-not-valid-tip {font-size: 15px !important;}  

/*------------- header comman css----------*/
   
   
.header_banner{ margin-top:-115px; text-align:center; overflow:visible!important;}  
.header_banner h1 { color: #518ecb; font-size: 55px; line-height: 1.2; font-family: 'ProximaNovaBold'; margin-bottom: 20px; }
.header_banner p { font-size: 22px; width: 60%; margin: 0 auto 20px; line-height: 1.5; }
.slider_button{ margin-top:50px;}  
.slider_button a{ background:#fff; padding:0px 30px; border-radius:100px; display:inline-block; margin:0 20px; color:#518ecb; height:50px; line-height:50px; text-transform: uppercase;}   
.watch_button span{ background:url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31px' height='31px' viewBox='0 0 31 31' enable-background='new 0 0 31 31' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23518ECB' d='M21.603,14.973l-8.394-5.739c-0.262-0.192-0.957-0.192-1.014,0.534v11.479 c0.063,0.727,0.771,0.739,1.014,0.533l8.394-5.737C21.816,15.911,22.113,15.377,21.603,14.973L21.603,14.973z M13.494,20.022 v-9.031l6.588,4.516L13.494,20.022z'/%3e%3cpath fill='%23518ECB' d='M15.5,0.289c-8.392,0-15.219,6.827-15.219,15.219c0,8.393,6.827,15.218,15.219,15.218 S30.719,23.9,30.719,15.507C30.719,7.116,23.892,0.289,15.5,0.289z M15.5,29.428c-7.678,0-13.92-6.242-13.92-13.92 c0-7.678,6.243-13.92,13.92-13.92c7.679,0,13.919,6.243,13.919,13.92C29.419,23.186,23.179,29.428,15.5,29.428z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat; width:31px; height:31px; display:inline-block; text-indent:-5000px; margin-right:7px;
vertical-align:middle;}  
.about_button span{ background:url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31px' height='31px' viewBox='0 0 31 31' enable-background='new 0 0 31 31' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath display='none' fill='%23518ECB' d='M21.603,14.973l-8.394-5.739c-0.262-0.192-0.957-0.192-1.014,0.534v11.479 c0.063,0.727,0.771,0.739,1.014,0.533l8.394-5.737C21.816,15.911,22.113,15.377,21.603,14.973L21.603,14.973z M13.494,20.022 v-9.031l6.588,4.516L13.494,20.022z'/%3e%3cpath fill='%23518ECB' d='M15.5,0.289c-8.392,0-15.219,6.827-15.219,15.219c0,8.393,6.827,15.218,15.219,15.218 S30.719,23.9,30.719,15.507C30.719,7.116,23.892,0.289,15.5,0.289z M15.5,29.428c-7.678,0-13.92-6.242-13.92-13.92 c0-7.678,6.243-13.92,13.92-13.92c7.679,0,13.919,6.243,13.919,13.92C29.419,23.186,23.179,29.428,15.5,29.428z'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%23518ECB' d='M15.491,12.287c-0.371,0-0.672,0.406-0.672,0.906v7.703c0,0.501,0.301,0.906,0.672,0.906 c0.37,0,0.671-0.405,0.671-0.906v-7.703C16.162,12.692,15.861,12.287,15.491,12.287z'/%3e%3cellipse fill='%23518ECB' cx='15.496' cy='10.143' rx='0.907' ry='0.93'/%3e%3c/svg%3e ") no-repeat; width:31px; height:31px; display:inline-block;text-indent:-5000px;margin-right:7px;vertical-align:middle;}   
.slider_button a:hover{ background:#518ecb; color:#fff;}        
.watch_button:hover span{ background:url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31px' height='31px' viewBox='0 0 31 31' enable-background='new 0 0 31 31' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23FFFFFF' d='M21.603,14.973l-8.394-5.739c-0.262-0.192-0.957-0.192-1.014,0.534v11.479 c0.063,0.727,0.771,0.739,1.014,0.533l8.394-5.737C21.816,15.911,22.113,15.377,21.603,14.973L21.603,14.973z M13.494,20.022 v-9.031l6.588,4.516L13.494,20.022z'/%3e%3cpath fill='%23FFFFFF' d='M15.5,0.289c-8.392,0-15.219,6.827-15.219,15.219c0,8.393,6.827,15.218,15.219,15.218 S30.719,23.9,30.719,15.507C30.719,7.116,23.892,0.289,15.5,0.289z M15.5,29.428c-7.678,0-13.92-6.242-13.92-13.92 c0-7.678,6.243-13.92,13.92-13.92c7.679,0,13.919,6.243,13.919,13.92C29.419,23.186,23.179,29.428,15.5,29.428z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") no-repeat;}      
.about_button:hover span{ background:url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31px' height='31px' viewBox='0 0 31 31' enable-background='new 0 0 31 31' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath display='none' fill='%23ffffff' d='M21.603,14.973l-8.394-5.739c-0.262-0.192-0.957-0.192-1.014,0.534v11.479 c0.063,0.727,0.771,0.739,1.014,0.533l8.394-5.737C21.816,15.911,22.113,15.377,21.603,14.973L21.603,14.973z M13.494,20.022 v-9.031l6.588,4.516L13.494,20.022z'/%3e%3cpath fill='%23ffffff' d='M15.5,0.289c-8.392,0-15.219,6.827-15.219,15.219c0,8.393,6.827,15.218,15.219,15.218 S30.719,23.9,30.719,15.507C30.719,7.116,23.892,0.289,15.5,0.289z M15.5,29.428c-7.678,0-13.92-6.242-13.92-13.92 c0-7.678,6.243-13.92,13.92-13.92c7.679,0,13.919,6.243,13.919,13.92C29.419,23.186,23.179,29.428,15.5,29.428z'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%23ffffff' d='M15.491,12.287c-0.371,0-0.672,0.406-0.672,0.906v7.703c0,0.501,0.301,0.906,0.672,0.906 c0.37,0,0.671-0.405,0.671-0.906v-7.703C16.162,12.692,15.861,12.287,15.491,12.287z'/%3e%3cellipse fill='%23ffffff' cx='15.496' cy='10.143' rx='0.907' ry='0.93'/%3e%3c/svg%3e") no-repeat;}               
.header_banner_left::before { background: url("images/header_left_bg.png") no-repeat 0 0; width: 475px; height: 900px; content: ""; position: absolute; left: 0; top: 49%; z-index: 9999; display: block !important; background-size: contain; }
	
.big_title { color: #518ecb; font-size: 55px; line-height: 1.2; font-family: 'ProximaNovaBold'; margin-bottom: 30px; }
.small_title{color:#518ecb; font-size:27px; line-height:30px; font-family: 'ProximaNovaBold'; margin-bottom:30px;}

.button_one a{ padding:0px 35px;border-radius:100px;display:inline-block;colo.about_button:hover spanr:#518ecb;height:50px;line-height:50px; color:#fff; text-transform:uppercase;font-family: 'proxima_nova_regwebfont';}

.icon_span {
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31px' height='31px' viewBox='0 0 31 31' enable-background='new 0 0 31 31' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath display='none' fill='%23ffffff' d='M21.603,14.973l-8.394-5.739c-0.262-0.192-0.957-0.192-1.014,0.534v11.479 c0.063,0.727,0.771,0.739,1.014,0.533l8.394-5.737C21.816,15.911,22.113,15.377,21.603,14.973L21.603,14.973z M13.494,20.022 v-9.031l6.588,4.516L13.494,20.022z'/%3e%3cpath fill='%23ffffff' d='M15.5,0.289c-8.392,0-15.219,6.827-15.219,15.219c0,8.393,6.827,15.218,15.219,15.218 S30.719,23.9,30.719,15.507C30.719,7.116,23.892,0.289,15.5,0.289z M15.5,29.428c-7.678,0-13.92-6.242-13.92-13.92 c0-7.678,6.243-13.92,13.92-13.92c7.679,0,13.919,6.243,13.919,13.92C29.419,23.186,23.179,29.428,15.5,29.428z'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%23ffffff' d='M15.491,12.287c-0.371,0-0.672,0.406-0.672,0.906v7.703c0,0.501,0.301,0.906,0.672,0.906 c0.37,0,0.671-0.405,0.671-0.906v-7.703C16.162,12.692,15.861,12.287,15.491,12.287z'/%3e%3cellipse fill='%23ffffff' cx='15.496' cy='10.143' rx='0.907' ry='0.93'/%3e%3c/svg%3e") no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
	text-indent: -5000px;
	margin-right: 7px;
	vertical-align: middle;
}  

.button_one img{ vertical-align: middle; height:13px; margin-top:-2px;}

.page-template-blog .blog_slider_inner .button_one a img {
    height:13px;
	position: relative;
}
.button_blue a{background:#518ecb; }    
.button_blue a:hover{ background:#ce2161;}            
  
.header_bottom_section{ z-index:55555;}
.header_bottom_a_box .vc_col-sm-4{ text-align:center;}  
.header_bottom_a_box .vc_col-sm-4 img{ margin:0 auto; display:block;}    
.header_bottom_a_box .vc_col-sm-4 h3{ text-align:center;}  
.header_bottom_a_box .vc_col-sm-4 p { width: 75%; margin: 0 auto 30px; font-size: 18px; line-height: 1.5; }
.svg-icon svg {height: 120px;width: auto;}
.home_header_bottom_content{ padding-left:50px!important;}  

.home_parallax_bg{ background:#518ecb url("images/home_parallax_bg.png") no-repeat 0 0;}
.parallax_section{ background-attachment:fixed; color:#fff;}
.parallax_text{ width:75%; margin:0 auto;}
      
.home_service_section{ text-align:center;overflow:visible!important; padding:0 0 80px 0; margin-bottom:150px;} 
.home_service_section .wpb_row .vc_col-sm-2 {
	width: 20%;
	padding: 0 15px;
}
.home_service_section .vc_col-sm-12 .vc_inner.vc_row-fluid {
	margin-bottom: 40px;
}
.home_service_section .vc_col-sm-2 .wpb_raw_html {
	margin-bottom: 0 !important;
}
.home_service_section .vc_col-sm-12{ background:#fff; box-shadow:0 0 10px #3333334d; position:relative; z-index:500; margin-top:-150px; padding:60px 30px 30px;}	
.home_service_section .wpb_row .vc_col-sm-2 img{ display:block; margin:0 auto;}	
.home_service_section .vc_col-sm-2 svg {
	display: block;
	margin: 0 auto 20px;
	height: 80px;
}
.home_service_section .vc_col-sm-2 svg path, .home_service_section .vc_col-sm-2 svg polygon, .home_service_section .vc_col-sm-2 svg rect, .home_service_section .vc_col-sm-2 svg line, .home_service_section .vc_col-sm-2 svg ellipse, .home_service_section .vc_col-sm-2 svg polyline {stroke-width: 3px;}
.home_service_section .vc_column-inner{ padding:0!important; } 
.home_service_section .wpb_row .vc_col-sm-2 a span {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.3;
}
.home_service_section:before{ background:url("images/home_service_bg.png") no-repeat 0 0; width:1163px; height:329px; content:""; position:absolute; right:0; bottom:0;}	  
	        
.home_image_section_one .home_image_section{ position:absolute; height:100%; width:35%;}
.home_image_section_one .home_image_section .vc_column-inner{ height:100%!important;}
.home_image_section_one .home_contetn_section{ width:65%!important;}
.home_contetn_section {
	min-height: 500px !important;
	display: flex;
	align-items: center;
}
.home_image_section_one .home_contetn_section .wpb_wrapper{ padding:0 0 0 30px; width:85%;}	    	 
.home_image_section_onenew .home_contetn_section .wpb_wrapper{float:right; padding:0 30px 0 0;}	  
.home_image_section_onenew .home_contetn_section{ float:left;}
.home_right_part{ float:right!important;}	
.home_right_img{ right:0;}	    
.home_image_section_onenew{ margin-top:100px;}	    
.home_image_section_onenew .home_contetn_section ul li { background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31px' height='31px' viewBox='0 0 31 31' enable-background='new 0 0 31 31' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath display='none' fill='%23518ECB' d='M21.603,14.973l-8.394-5.739c-0.262-0.192-0.957-0.192-1.014,0.534v11.479 c0.063,0.727,0.771,0.739,1.014,0.533l8.394-5.737C21.816,15.911,22.113,15.377,21.603,14.973L21.603,14.973z M13.494,20.022 v-9.031l6.588,4.516L13.494,20.022z'/%3e%3cpath fill='%23518ECB' d='M15.5,0.289c-8.392,0-15.219,6.827-15.219,15.219c0,8.393,6.827,15.218,15.219,15.218 S30.719,23.9,30.719,15.507C30.719,7.116,23.892,0.289,15.5,0.289z M15.5,29.428c-7.678,0-13.92-6.242-13.92-13.92 c0-7.678,6.243-13.92,13.92-13.92c7.679,0,13.919,6.243,13.919,13.92C29.419,23.186,23.179,29.428,15.5,29.428z'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%23518ECB' d='M15.491,12.287c-0.371,0-0.672,0.406-0.672,0.906v7.703c0,0.501,0.301,0.906,0.672,0.906 c0.37,0,0.671-0.405,0.671-0.906v-7.703C16.162,12.692,15.861,12.287,15.491,12.287z'/%3e%3cellipse fill='%23518ECB' cx='15.496' cy='10.143' rx='0.907' ry='0.93'/%3e%3c/svg%3e") no-repeat 0 0; padding: 0 0 0 55px; font-size: 18px; margin-bottom: 20px; min-height: 45px; background-size: 40px; background-position: left; }
.home_image_section_onenew .home_contetn_section .big_p { font-size: 22px; }
       
	 
.home_footer_area{ background:url("images/home_footer_bg.png") no-repeat center center; background-size:contain; min-height:450px; overflow:visible!important;}        
.home_footer_area::before { background: url("images/home_footer_round.png") no-repeat 0 0; width: 400px; height: 840px; content: ""; position: absolute; right: 0; z-index: 9999; display: block !important; background-size: contain; top: -250px; background-position: right; }
.home footer::before{ display:none!important;} 
.home footer{ padding:0px 0 150px;}	   
	     
/*--------------- about us page------------------*/

.white-box_icon-content .vc_col-sm-4 {background: #ffffff;width: calc(33.33% - 20px);margin-right: 30px;text-align: center;padding: 20px 30px;line-height: 1.3;box-shadow: 0 0 20px rgba(0,0,0,0.15);}
.white-box_icon-content .vc_col-sm-4 .vc_column-inner{ padding-top:35px;}
.white-box_icon-content{display:flex;}   
.white-box_icon-content .light-sub-title{font-family: 'ProximaNovaBold'; font-size:27px; text-transform:capitalize;}
.white-box_icon-content p{font-size:17px;}
.about_who_we_area h3{ margin-bottom:40px!important;}	         
.about_content_area{ padding:50px 0 0 0;}
.about_who_we_area {padding-top: 70px;}	    
.about_content_area .wpb_content_element .wpb_wrapper{ width:60%;}	      	    
.about_header_banner_right::before { background: url("images/about_slider_before_img.png") no-repeat 0 0; width: 550px; height: 820px; content: ""; position: absolute; right: -43px; top: 50%; display: block !important; background-size: contain; float: right; background-position: right; }
.about_service_section{ overflow:visible!important; background:url("images/about_service_top_bg.png") center top 100px no-repeat, 
url("images/about_service_bottom_bg.png") right bottom 200px no-repeat;}	   
.about_service_section .vc_col-sm-12{ margin-top:-150px;}  
.about_service_section .vc_col-sm-6{ background:#ffffff; width:calc(50% - 30px); margin-right:30px;padding:20px 40px;line-height: 1.3;box-shadow: 0 0 20px rgba(0,0,0,0.15);}  	   
.about_service_section .vc_col-sm-12 .vc_column-inner{ padding-top:0px!important;}
.about_service_section .vc_col-sm-6 .vc_column-inner{ padding-top:35px!important;}	     
.about_service_title{ color:#518ecb; font-size:32px; text-transform:uppercase; margin-bottom:30px;}	   
.about_service_title img{ margin-left:30px;}
.about_service_section .vc_col-sm-6 ul{ margin:10px 0 20px;}		   
.about_service_section .vc_col-sm-6 ul li:before{display:none;}	   
.about_service_section .vc_col-sm-6 ul li{ padding-left:0; border-bottom:1px solid #959595; padding:15px 0!important;}	     	     
.about-find-audience {padding-bottom: 100px;}	          
	     
/*--------------- cati page------------------*/

.what_is_cati_section { background: url("images/wat_is_cati_bg.png") no-repeat left bottom 100px; padding: 0px 0 50px 0; background-size:52%;}
.what_is_cati_left .wpb_content_element{background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.15);padding:80px;}
.what_is_cati_right .wpb_content_element{ padding-left:40px;}
.what_is_cati_right .wpb_content_element h3{ margin-top:30px;}
.talk-to-us-section{ padding:40px 0 100px;}    
.talk-to-us-section .big_title{ margin-bottom:100px!important;}   
  
 
/*---------------- Data processing --------------*/

.data_banner_right::before { background: url("images/data-processing _header_right_bg.png") no-repeat 0 0; width: 550px; height: 950px; content: ""; position: absolute; right: 0; top: 30%; display: block !important; background-size: contain; background-position: right; }
.data_processing_content_part{ margin-bottom:200px;}
.data_processing_content_part .data_processing_content_left{ width:60%;}
.data_processing_content_part .data_processing_content_right{ width:40%;}
.data_processing_content_part .data_processing_content_left .wpb_content_element{ padding-right:30px;}

.data_why_work_section{ padding:50px 0; overflow:visible!important;}    
.data_why_work_section .data_why_work_left{ width:40%;}
.data_why_work_section .data_why_work_right{ width:60%;}	                 
.data_why_work_left .wpb_content_element{background: #ffffff;padding:80px 60px;box-shadow: 0 0 20px rgba(0,0,0,0.15); min-height:350px;margin-top: -200px!important;}	        
.data_why_work_left{ padding-right:50px!important;}	   
  

/*------------ helathcare page----------------*/

.healthcare_content{ padding:30px 0 200px;}
.entry-content .parallax_section ul li::before{ background:#fff;}
.get-free-quote:before{background: url("images/get_qute_bg.png") no-repeat 0 0;width:1011px;height:135px;content: "";position: absolute;left:0;bottom:7%;
display:block!important;background-size:contain;}


/*---------------interviewing ----------------*/

.interviewing_first_section{ padding:80px 0 150px;}
.our-expertise-interviewing{ margin:30px 0 100px;}   
.our-expertise-interviewing .big_title{ text-align:center; margin-bottom:60px!important;}         
.our-expertise-interviewing.content-left-graphics::before{ top:48%;}        
.new_working_section .new_working_section_left{width:55%; position:absolute; height:100%;}	  
.new_working_section .new_working_section_right{width:45%; float:right!important;}	  		    
.new_working_section .new_working_section_right .wpb_content_element{width:57%!important;padding:80px 0px 80px 80px;}	  
.new_working_section .new_working_section_left .vc_column-inner{ height:100%;}	
.new_working_section{ overflow:visible!important; margin-bottom:100px;}	  
.new_working_box{ background:#518ecb; padding:50px 70px 70px 70px; display:inline-block; min-height:300px; margin-top: -160px;float: right;margin-right: 20%;}	          

  
/*------------online-surveys-------------*/

.online_parallax_bg{ padding-bottom:150px;}
.experience_online_section {	padding: 0 0 200px;}
.experience_online_section .big_title{ margin-bottom:80px!important;}
.experience_online_section .vc_col-sm-3{background: #ffffff;width: calc(25% - 25px);margin-right:25px;text-align: center;padding: 20px 30px;line-height: 1.3;box-shadow: 0 0 20px rgba(0,0,0,0.15);}
.experience_online_section .vc_col-sm-12{ width:90%; margin:0 auto; float:none;}  
.four_boxes{ display:flex;}
.experience_online_section::before{background: url("images/research-green-vector.png") no-repeat 0 0;background-size: auto auto;width: 80%;height: 150px;content: "";
position: absolute;right:-265px;top: 42%;display: block !important;background-size: contain;background-position: right;left: auto;}
      
   
/*---------------panel-----------------*/
  
.panel_banner_right:before{background:url("images/panel_before_bg.png") no-repeat 0 0;width:700px;height:950px;content:"";position: absolute;right:0;top:15%;display:block!important;
background-size:contain; background-position:right;}    
.research-panel-boxes-inner{ display:flex; justify-content: center; margin-top:-150px;}   
.research-panel-boxes-inner .vc_col-sm-4{background: #ffffff;width: calc(40% - 20px);margin-right: 30px;text-align: center;
padding: 20px 30px;line-height: 1.3;box-shadow: 0 0 20px rgba(0,0,0,0.15);}
.research-panel-boxes .vc_column-inner { padding-top:0!important;}  
.research-panel-boxes{ margin-bottom:50px;}  
    

/*--------------- Privacy Policy --------------*/

.Policy_banner_right:before{background: url("images/privancy_before_bg.png") no-repeat 0 0;width:454px;height:944px;content: "";position: absolute;right: 0;top: 15%;
display: block !important;background-size: contain;background-position: right;}  
.Policy-main-content{display: flex; padding:10px 0;}
.Policy-icon {width:12%;padding-right: 35px;}    
.Policy-content {width:89%;}
.Policy-content p{ font-size:18px;}  
.privacy_policy_content{padding:60px 0;}

  
/*------------- contact us---------------*/


.map_slider_button a{background:#518ecb;padding:0px 30px;border-radius:100px;display:inline-block;margin:0 20px;color:#fff;height:50px;line-height:50px; text-transform:uppercase;}
.map_slider_button a svg{ vertical-align:middle; margin-right:7px;}    
.map_slider_button a:hover{ background:#ce2161;}
.map_slider_button{ margin-top:150px;}    

.contact_detail_section{ padding:160px 0 80px;}
.contact_detail{ display:flex;}  
.contact_img{ width:28%;}  
.contact_content{ width:70%;}
  
.request_quote_area{ padding:70px 0;}
.bold_content_text { font-size: 18px; font-family: 'ProximaNovaBold'; line-height: 1.5; }
.bold_content_text span{text-transform:uppercase;}  
.bold_content_text a{ color:#fff;}  
.bold_content_text a:hover {color: #ce2161;}       
    
.contact_links a{ font-size:18px; color:#555;font-family: 'ProximaNovaBold';}  
.contact_links a:hover{ color:#ce2161;}
.contact_links{ margin-bottom:20px;}    
.right-quote-contact .wpb_content_element .wpb_wrapper{ padding-bottom:100px!important;} 
     
  
/*---------------------- sensory ---------------------*/   
 
.sensory_box_area{ overflow:visible!important; background:url("images/sensory_content_bg.png") no-repeat left bottom 100px;} 
.sensory_inner{display:flex;}  
.sensory_inner .vc_col-sm-6{ background:#ffffff;width: calc(50% - 15px);margin-right: 30px;text-align: center;padding:60px 40px 40px 40px;line-height: 1.3;
box-shadow: 0 0 20px rgba(0,0,0,0.15); margin-bottom:30px;}
.sensory_box_area .vc_column-inner{ padding-top:0!important;} 
.sensory_box_area .vc_col-sm-12{ margin-top:-130px;}  
.product-sensory-sec {padding-top: 50px;}
       
        
.sensory_experties_area{ padding:70px 0 150px;}    
.sensory_experties_area .big_title{ margin-bottom:60px!important;}  	
.sensory_experties_area .vc_col-sm-6 ul li::before {display:none;}	     
.sensory_experties_area .vc_col-sm-6 ul li {padding-left:0;border-bottom:1px solid #959595;padding:15px 0!important;}	
	  
.new_working_section_right .map_slider_button{ margin:0;}	    
.new_working_section_right .map_slider_button a{ margin:0;}	   
.new_working_title{ margin-bottom:20px;}	   
.new_working_section_right .map_slider_button{ margin-bottom:200px!important;}	 
.home .header_bottom_a_box .vc_col-sm-4 p:nth-child(3), .about-find-audience .header_bottom_a_box .vc_col-sm-4 p:nth-child(3) {min-height: 165px;}

/*-------Join Panel Page-------*/
.openion-left {box-shadow: 0 0 20px rgba(0,0,0,0.15); padding: 50px !important; background: #ffffff;}
.openion-sec .openion-right {padding-left: 70px;}
.bulb-icon svg {
	height: 120px;
	width: auto;
}
.openion-sec.openion-first::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:50px;
	background: url(images/openion-first.png);
	height: 135px;
	width: 941px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block !important;
}
.openion-sec.openion-second::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:50px;
	background: url(images/openion-second.png);
	height: 145px;
	width: 450px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block !important;
}
.openion-sec.openion-third::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 175px;
	background: url(images/openion-three.png);
	height: 130px;
	width: 440px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block !important;
}
.openion-sec {
	padding-bottom: 115px;
	padding-top:15px;
}
.openion-sec.openion-first {
	padding-top: 115px;
}
.openion-right .button_one.button_blue {
	margin-top: 40px;
}
.parallax_section a:hover .icon_span {
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31px' height='31px' viewBox='0 0 31 31' enable-background='new 0 0 31 31' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath display='none' fill='%23ffffff' d='M21.603,14.973l-8.394-5.739c-0.262-0.192-0.957-0.192-1.014,0.534v11.479 c0.063,0.727,0.771,0.739,1.014,0.533l8.394-5.737C21.816,15.911,22.113,15.377,21.603,14.973L21.603,14.973z M13.494,20.022 v-9.031l6.588,4.516L13.494,20.022z'/%3e%3cpath fill='%23ffffff' d='M15.5,0.289c-8.392,0-15.219,6.827-15.219,15.219c0,8.393,6.827,15.218,15.219,15.218 S30.719,23.9,30.719,15.507C30.719,7.116,23.892,0.289,15.5,0.289z M15.5,29.428c-7.678,0-13.92-6.242-13.92-13.92 c0-7.678,6.243-13.92,13.92-13.92c7.679,0,13.919,6.243,13.919,13.92C29.419,23.186,23.179,29.428,15.5,29.428z'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%23ffffff' d='M15.491,12.287c-0.371,0-0.672,0.406-0.672,0.906v7.703c0,0.501,0.301,0.906,0.672,0.906 c0.37,0,0.671-0.405,0.671-0.906v-7.703C16.162,12.692,15.861,12.287,15.491,12.287z'/%3e%3cellipse fill='%23ffffff' cx='15.496' cy='10.143' rx='0.907' ry='0.93'/%3e%3c/svg%3e") no-repeat;
}
.pink-tag-line {
	color: #ce2161;
}
.pd-left-30 {
	padding-left: 30px !important;.contact_links a:hover
}
.pd-right-30 {
	padding-right: 30px !important;
}
.b2b-pg-box .vc_col-sm-4 p {
	width: 100%;
}
.st-room-hire-pg .new_working_section_right .wpb_content_element {
	padding: 175px 0px 175px 80px;
}
 
.vc_row.header_banner.moving-animation::before {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
    display:none !important;
}

 @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-80px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-80px); }
}


/*===14 Nove 2018 Changes===*/

.footer-phn {
	display: block;
	margin-top: 10px;
}
.home #fancybox-content {
	padding: 20px;
}
#fancybox-content div.wpcf7-response-output {
	width: 95%;
	margin: 15px auto 5px !important;
	padding: 8px !important;
}
.journeyPopupPDF .wpcf7-form-control.wpcf7-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #518ecb !important;
	width: 180px !important;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.journeyPopupPDF .wpcf7-form-control.wpcf7-submit:hover {
-webkit-appearance: none;
-moz-appearance: none;
	background-color:#ce2161 !important;
}
#fancybox-outer {
	box-shadow: none !important;
	background: none !important;
}
#fancybox-close {
	right: -55px !important;
}
.MR_journey_popup_Form input {
	background: #efefef;
	color: #000000;
	border-bottom: none;
	width: 95% !important;
	margin-left: auto;
	display: block;
	margin-right: auto;
}
.MR_journey_popup_Form_title h1 {
	color: #518ecb;
	font-size: 24px;
	text-transform: uppercase;
}





/*------------------------------ blog page ------------------------*/


.blog_header_banner_right {float: left;height: 100vh;width: 100%;display: flex;align-items: center;background:url("images/blog_slider_img.jpg") no-repeat 0 0; background-size:cover !important; margin-top:-150px;}
.blog_header_banner_right .blog_slider_inner{ text-align:left;}
.blog_header_banner_right .blog_slider_inner p{ width:100%;}
.blog_header_banner_right .button_blue a img{vertical-align: middle; margin-top: -3px;}
.blog_slider_inner{ width:65%; margin:0 auto;}


.blog_main_area{ float:left; width:100%;}
.blog_main_area{ padding:50px 0;}
.blog_left_section ul li{ background:#fff; float:left; width:100%; margin-bottom:30px;box-shadow: 0 0 20px #3333332e;}
.blog_left_section ul li .blog_section_img{ float:left; width:30%;}
.blog_left_section ul li .blog_section_img img{ display:block;}
.blog_left_section ul li .blog_section_desc{ float:left; width:70%;}
.blog_section_desc_inner{padding:60px;}
.blog_section_title h2{ font-size:27px; margin:0 0 10px 0; line-height:30px;} 
.blog_left_section ul li.full-blog .blog_section_img{ float:left; width:100%;}
.blog_left_section ul li.full-blog .blog_section_desc{ float:left; width:100%;}
.blog_left_section .pagination{ clear:both;}
.blog_left_section .pagination .page-numbers{ font-size:22px; color:#555555; padding-right:10px; font-weight:600;}
.blog_left_section .pagination .next {padding: 0px 35px;border-radius: 100px;display: inline-block; height: 50px;line-height: 50px;color: #fff;text-transform: uppercase;font-family: 'proxima_nova_regwebfont'; background:#518ecb; font-size:16px; font-weight:normal;
 margin-left:100px;}
.cover_date_postview{ float:left; margin-bottom:15px;}
.cover_date_postview .cat-name{ float:left; margin-right:5px;}
.cover_date_postview .cat-name a{ color:#555;text-transform: uppercase;}
.post_date_show{ float:left;margin-right:5px;}
.post_views_show{ float:left;}
.blog_section_desc_inner .desc-show{ clear:both; }
.post_views_show .spvc_area{background:none; padding:0; margin:0;}
.post_views_show .spvc_area .spvc_icon img{ width: auto !important;height: auto !important;margin:-3px 3px 0 0 !important;vertical-align: middle;}
.blog-readmore{ text-align:right;}
.blog-readmore a{ font-size:18px; text-transform:uppercase; color:#555; background:url("images/read_arrow.png") no-repeat center right;padding-right: 28px;}
.blog-readmore a:hover{ color:#518ecb;background:url("images/read_arrow_hover.png") no-repeat center right;}


 


/*------------- sidebar ------------------*/

.page-template-blog{ position:relative;}
.page-template-blog:before{position: absolute;content: "";background: url("images/blog_g.png") no-repeat 0 0;width: 1015px;height: 299px;left: 0;top: 30%;z-index: -5;}
.page-template-blog:after{position: absolute;content: "";background: url("images/blog_g_two.png") no-repeat 0 0;width: 2871px;height: 399px;right: -300px;bottom: 30%;z-index: -5;}

.blog_left_section{ float:left; width:100%;}
.blog_right_section{ float:right; width:25%;}

.blog_right_section .sidebar-title{ font-size:23px; color:#518ecb; border-bottom:1px solid #518ecb; padding-bottom:1px solid #518ecb; margin-bottom:30px;}
.recent-first-blog .recent-first-img{ margin-bottom:20px;}
.recent-first-img img{ width:100%;}
.recent-first-blog .cover_date_postview{ margin:0;}
.recent-first-blog .recent-first-content h2{ font-size:27px; line-height:30px;}
.recent-first-blog{ margin-bottom:30px;}

.recent-second-blog{ float:left; width:100%;margin-bottom:30px;}
.recent-second-blog .recent-second-img{ float:right;float: right;width:25%;margin-left: 20px;}
.recent-second-blog .recent-second-content{ float:left; width:65%;}
.recent-second-content .cover_date_postview{ margin-bottom:0; font-size:14px;}
.recent-second-blog .recent-second-content h2{ font-size:18px;}

.post-comment-second .recent-second-img{ float:left; margin-right:20px; margin-left:0; width:25%;}
.post-comment-second .recent-second-content{ float:left;width:65%;}

.post-comment-first{ position:relative; margin-bottom:30px;}
.comment-img-show{position:relative;}
.comment-img-show:before{ background:rgba(51, 51, 51, 0.52); position:absolute; content:""; width:100%; height:100%;}
.comment-img-show img{ display:block;}
.content-cover-comment{ position:absolute; bottom:0; padding:15px; color:#fff;}
.post-comment-first h2 a{ color:#fff; font-size:27px; line-height:30px;} 
.post-comment-first .cover_date_postview .cat-name a{color:#fff;}
.spvc_area .spvc_icon{ display:inline-block;}
.spvc_area .spvc_views{ display:inline-block;}
.comment-img-show img{ width:100%;}
 



/*------------- single blog -------------*/

.left_img{ float:left; margin-right:30px; margin-bottom:30px;} 
.border_single_content{font-size:27px;color:#518ecb;border-top:1px solid #518ecb;margin-bottom:40px;padding-top:40px;margin-top:40px;}
.single-post-title h2{font-size:27px;color:#518ecb; line-height:30px;}
.single-post-title .cat-name{ display:inline-block; margin-left:10px;}
.single-post-title{ margin-bottom:20px;}
.single-post-title .cat-name a{ color:#555;}
.comment-form-url{ display:none;}

.author-sec .author-name{ float:left;}
.author-sec .author-content{ float:left; margin-left:10px; line-height:21px;}
.author-content .author-name{ font-size:18px; color:#518ecb; display:block; font-weight:600; width:100%;}
.author-sec{margin-bottom:60px;float: left;margin-top: 20px;}
.comments-title{ font-size:23px; font-weight:600; color:#518ecb; position:relative;} 
.comments-title:before{ position:absolute; content:""; width:300px; height:1px;bottom:0; left:0; background:#518ecb; }

.commentlist .comment-author img{ display:none;}
.commentlist .comment-author cite{ margin:0; display:inline-block;}
.commentlist .comment-author cite b{ color:#518ecb; font-size:18px;}
.commentlist .comment-author cite span{ display:none;}
.commentlist .comment-author a{ margin:0; display:inline-block;}
.commentlist .comment-author a time{ margin-left:10px;}
.commentlist .comment-author{ margin:0;}

.reply{ text-align:right;} 
.reply a{ font-size:18px; text-transform:uppercase; color:#555; background:url("images/read_arrow.png") no-repeat center right;padding-right: 28px;}
.reply a:hover{ color:#518ecb;background:url("images/read_arrow_hover.png") no-repeat center right;}
.reply span{ display:none!important;}
.single-post .blog_main_area{ padding-bottom:70px;}

.blog_section_img img{ width:100%;}


.single-blog-banner{ position:relative;}
.single-blog-banner:before{ position:absolute; content:""; background:url("images/blog_bg_afrer_slider.png") no-repeat; width:100%; height:100vh;background-size: cover;}
.header_banner h1{ position:relative;}
.button_one.button_blue.read-more-blog a img{ vertical-align:middle;height:13px;}


.single-blog-banner{filter: grayscale(100%);transition: all 0.2s ease-in 0s;} 
.single-blog-title{ position:absolute; width:100%;  text-align:center; 	height: 85vh;
    display: flex;
    align-items: center;}
.single-blog-title h1{color: #518ecb;
font-size: 55px;
line-height: 1.2;
font-family: 'ProximaNovaBold';
margin-bottom: 20px;}


 
@media only screen and (max-width:767px){
    
.blog_right_section{ clear:both;}    
.author-sec{ margin-bottom:30px;}
#respond{ margin-top:30px;}
.border_single_content{ font-size:18px;}   
.single-post .blog_main_area {padding-bottom:20px;} 
.blog_header_banner_right.single-blog-banner {background-size: cover!important;}
.comment-form-author{ width:100%!important;}
.comment-form-email{ width:100%!important;}
.single-blog-title{ top:38%;}

#BlogPage .main_blog_banner_content{top:9.5%;}
    
}     

 



.crunchify-social {position: fixed;right: 0;top:45%; z-index:5555;}
.crunchify-social span{display:none;} 
.crunchify-social a{display:block;color:#fff;padding:16px 15px 10px;font-size:18px;}
.crunchify-social .crunchify-twitter{background:#18A2F7; }
.crunchify-social .crunchify-linkedin{background:#2464AE;} 
.crunchify-social .crunchify-facebook{background:#395994;} 


.newsletter-form .blue-sec-form{margin:0 auto;}  
.newsletter-form form .newsletter-btn {background-color: #ffffff;color: #518ecb;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='29px' height='29px' viewBox='0 0 29 29' enable-background='new 0 0 29 29' xml:space='preserve'%3e%3cg%3e%3cpath fill='%23518ecb' d='M28.772,0.678c-0.13-0.249-0.357-0.359-0.604-0.292L1.333,7.743C0.782,7.92,0.327,8.499,0.18,9.221 c-0.146,0.723,0.047,1.41,0.494,1.739l8.258,6.135l-0.014,0.068c0.062,0.023,0.122,0.054,0.178,0.092 c0.163,0.115,0.288,0.277,0.375,0.494c0.003,0.013,0.007,0.025,0.01,0.038c0.092,0.091,0.17,0.202,0.229,0.339 c0.068,0.086,0.144,0.159,0.211,0.246c0.067,0.085,0.119,0.183,0.161,0.288l1.681,2.646c0.017,0.018,0.034,0.037,0.05,0.057 c0.059,0.068,0.113,0.149,0.162,0.235c0.014,0.018,0.028,0.03,0.041,0.05c0.107,0.13,0.211,0.268,0.318,0.401 c0.116,0.144,0.193,0.33,0.235,0.536l3.512,5.543c0.156,0.249,0.371,0.416,0.623,0.478c0.579,0.144,1.223-0.296,1.543-1.057 L28.779,1.567C28.902,1.267,28.896,0.92,28.772,0.678z M9.77,15.568L1.52,9.442l23.768-6.521L9.77,15.568z M17.12,26.839 l-6.408-10.112l15.696-12.79L17.12,26.839z'/%3e%3c/g%3e%3c/svg%3e ");
background-repeat: no-repeat;background-position: left 25px center;padding:15px 30px 15px 70px; line-height:1; display: inline-block;border-radius: 100px;width: auto;font-size: 16px;text-transform: uppercase;font-weight: bold; margin-top:10px;}



.footer-newsletter-form .footer_form_cover input{ border-bottom:1px solid #000; color:#000;}
.footer-newsletter-form .big_title{ font-size:40px; color:#518ecb!important;}
.copyright_section{ margin-top:50px;}
.page-template-blog .footer-newsletter-form{ display:block!important;}
.page-template-blog .above-footer-sec{ padding-bottom:40px;}
.single-post .footer-newsletter-form{ display:block!important;}
.single-post .above-footer-sec{ padding-bottom:40px;}
.mc4wp-success p{ color:#fff;}




.main_blog_banner_content {
	position: absolute;
	width: 100%;
	margin-top: 0;
	height: 85vh;
    display: flex;
    align-items: center;
   top: 0;
} 
#BlogPage .main_blog_banner_content p {
	font-weight: 400;
	font-family: 'Open Sans';
	font-style: italic;
}
.header_banner.main_blog_banner_content h1{ width:100%;}
.main_blog_banner_content p{width:100%; margin:0 auto 20px;}
.main_blog_banner_content p strong{}





.single .blog_main_area i{ font-size:19px;  font-family: 'PoppinsSemiBold'; font-style: italic; }
.single .blog_main_area b{ font-size:24px;  font-family: 'PoppinsSemiBold';} 
.crunchify-social a img { width: 18px;}
#BlogPage {	position: relative;}
.read-more-blog{ margin-top:25px;}




/*------------- new form blog -------------*/


.new_form_input input{border-bottom: 1px solid #ffffff;color: #ffffff;font-size: 18px;box-sizing: border-box;} 
.new_form_input textarea{border-bottom: 1px solid #ffffff;color: #ffffff;font-size: 18px; height:60px;box-sizing: border-box;} 
.new_input_top{margin-bottom:30px; float:left; width:100%;}
.new_input_top .last_name{margin-left:auto; }
.new_input_top .email{margin-left:auto;}
.new_form_input .wpcf7-not-valid-tip{ text-align:left; font-size:16px!important;}
.new_input_top p{width:30%; float:left;} 
.new_input_top p:nth-of-type(2n){ margin:0 30px;}
.new_input_top p:nth-of-type(3n){ float:right;}

.page-id-1509 .site-info .footer_logo{ text-align:center; width:100%;}
.page-id-1511 .site-info .footer_logo{ text-align:center;width:100%;}
.page-id-1513 .site-info .footer_logo{ text-align:center;width:100%;}
.page-id-1509 footer::before{ content:none;}
.page-id-1511 footer::before{ content:none;}
.page-id-1513 footer::before{ content:none;}



.page-id-1513 .top_header_section{background-color:#8bc34a;}
.page-id-1513 .header_banner h1{ color:#8bc34a;}
.page-id-1513 .button_blue a{ background:#8bc34a;} 
.page-id-1513 .button_blue a:hover{background:#ce2161;}
.page-id-1513 .blog_section_title a{ color:#8bc34a;}
.page-id-1513 .blog_section_title a:hover{color:#ce2161;}
.page-id-1513 .blog-form-bg{background: url("/wp-content/uploads/2020/04/green_blog_bg.jpg");background-position: center;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}
.page-id-1513 .blue-sec-form .wpcf7-submit, .page-id-1513 .newsletter-form form .newsletter-btn{ 
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='29px' height='29px' viewBox='0 0 29 29' enable-background='new 0 0 29 29' xml:space='preserve'%3e%3cg%3e%3cpath fill='%238bc34a' d='M28.772,0.678c-0.13-0.249-0.357-0.359-0.604-0.292L1.333,7.743C0.782,7.92,0.327,8.499,0.18,9.221 c-0.146,0.723,0.047,1.41,0.494,1.739l8.258,6.135l-0.014,0.068c0.062,0.023,0.122,0.054,0.178,0.092 c0.163,0.115,0.288,0.277,0.375,0.494c0.003,0.013,0.007,0.025,0.01,0.038c0.092,0.091,0.17,0.202,0.229,0.339 c0.068,0.086,0.144,0.159,0.211,0.246c0.067,0.085,0.119,0.183,0.161,0.288l1.681,2.646c0.017,0.018,0.034,0.037,0.05,0.057 c0.059,0.068,0.113,0.149,0.162,0.235c0.014,0.018,0.028,0.03,0.041,0.05c0.107,0.13,0.211,0.268,0.318,0.401 c0.116,0.144,0.193,0.33,0.235,0.536l3.512,5.543c0.156,0.249,0.371,0.416,0.623,0.478c0.579,0.144,1.223-0.296,1.543-1.057 L28.779,1.567C28.902,1.267,28.896,0.92,28.772,0.678z M9.77,15.568L1.52,9.442l23.768-6.521L9.77,15.568z M17.12,26.839 l-6.408-10.112l15.696-12.79L17.12,26.839z'/%3e%3c/g%3e%3c/svg%3e ");
    color:#8bc34a;background-color: #ffffff; border:none;
}
.page-id-1513 .blue-sec-form .wpcf7-submit:hover, .page-id-1513 .newsletter-form form .newsletter-btn:hover{ 
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='29px' height='29px' viewBox='0 0 29 29' enable-background='new 0 0 29 29' xml:space='preserve'%3e%3cg%3e%3cpath fill='%23ffffff' d='M28.772,0.678c-0.13-0.249-0.357-0.359-0.604-0.292L1.333,7.743C0.782,7.92,0.327,8.499,0.18,9.221 c-0.146,0.723,0.047,1.41,0.494,1.739l8.258,6.135l-0.014,0.068c0.062,0.023,0.122,0.054,0.178,0.092 c0.163,0.115,0.288,0.277,0.375,0.494c0.003,0.013,0.007,0.025,0.01,0.038c0.092,0.091,0.17,0.202,0.229,0.339 c0.068,0.086,0.144,0.159,0.211,0.246c0.067,0.085,0.119,0.183,0.161,0.288l1.681,2.646c0.017,0.018,0.034,0.037,0.05,0.057 c0.059,0.068,0.113,0.149,0.162,0.235c0.014,0.018,0.028,0.03,0.041,0.05c0.107,0.13,0.211,0.268,0.318,0.401 c0.116,0.144,0.193,0.33,0.235,0.536l3.512,5.543c0.156,0.249,0.371,0.416,0.623,0.478c0.579,0.144,1.223-0.296,1.543-1.057 L28.779,1.567C28.902,1.267,28.896,0.92,28.772,0.678z M9.77,15.568L1.52,9.442l23.768-6.521L9.77,15.568z M17.12,26.839 l-6.408-10.112l15.696-12.79L17.12,26.839z'/%3e%3c/g%3e%3c/svg%3e ");
    color:#fff; background-color: #ce2161 !important;
}	


  
.page-id-1509 .top_header_section{background-color:#1eb0d9;}
.page-id-1509 .header_banner h1{ color:#1eb0d9;}
.page-id-1509 .button_blue a{ background:#1eb0d9;} 
.page-id-1509 .button_blue a:hover{background:#ce2161;}
.page-id-1509 .blog_section_title a{ color:#1eb0d9;}
.page-id-1509 .blog_section_title a:hover{color:#ce2161;}
.page-id-1509 .blog-form-bg{background: url("/wp-content/uploads/2020/04/select-opinion-bg.jpg");background-position: center;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}
.page-id-1509 .blue-sec-form .wpcf7-submit, .page-id-1509 .newsletter-form form .newsletter-btn{ 
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='29px' height='29px' viewBox='0 0 29 29' enable-background='new 0 0 29 29' xml:space='preserve'%3e%3cg%3e%3cpath fill='%231eb0d9' d='M28.772,0.678c-0.13-0.249-0.357-0.359-0.604-0.292L1.333,7.743C0.782,7.92,0.327,8.499,0.18,9.221 c-0.146,0.723,0.047,1.41,0.494,1.739l8.258,6.135l-0.014,0.068c0.062,0.023,0.122,0.054,0.178,0.092 c0.163,0.115,0.288,0.277,0.375,0.494c0.003,0.013,0.007,0.025,0.01,0.038c0.092,0.091,0.17,0.202,0.229,0.339 c0.068,0.086,0.144,0.159,0.211,0.246c0.067,0.085,0.119,0.183,0.161,0.288l1.681,2.646c0.017,0.018,0.034,0.037,0.05,0.057 c0.059,0.068,0.113,0.149,0.162,0.235c0.014,0.018,0.028,0.03,0.041,0.05c0.107,0.13,0.211,0.268,0.318,0.401 c0.116,0.144,0.193,0.33,0.235,0.536l3.512,5.543c0.156,0.249,0.371,0.416,0.623,0.478c0.579,0.144,1.223-0.296,1.543-1.057 L28.779,1.567C28.902,1.267,28.896,0.92,28.772,0.678z M9.77,15.568L1.52,9.442l23.768-6.521L9.77,15.568z M17.12,26.839 l-6.408-10.112l15.696-12.79L17.12,26.839z'/%3e%3c/g%3e%3c/svg%3e ");
    color:#1eb0d9;background-color: #ffffff; border:none;
}
.page-id-1509 .blue-sec-form .wpcf7-submit:hover, .page-id-1509 .newsletter-form form .newsletter-btn:hover{ 
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='29px' height='29px' viewBox='0 0 29 29' enable-background='new 0 0 29 29' xml:space='preserve'%3e%3cg%3e%3cpath fill='%23ffffff' d='M28.772,0.678c-0.13-0.249-0.357-0.359-0.604-0.292L1.333,7.743C0.782,7.92,0.327,8.499,0.18,9.221 c-0.146,0.723,0.047,1.41,0.494,1.739l8.258,6.135l-0.014,0.068c0.062,0.023,0.122,0.054,0.178,0.092 c0.163,0.115,0.288,0.277,0.375,0.494c0.003,0.013,0.007,0.025,0.01,0.038c0.092,0.091,0.17,0.202,0.229,0.339 c0.068,0.086,0.144,0.159,0.211,0.246c0.067,0.085,0.119,0.183,0.161,0.288l1.681,2.646c0.017,0.018,0.034,0.037,0.05,0.057 c0.059,0.068,0.113,0.149,0.162,0.235c0.014,0.018,0.028,0.03,0.041,0.05c0.107,0.13,0.211,0.268,0.318,0.401 c0.116,0.144,0.193,0.33,0.235,0.536l3.512,5.543c0.156,0.249,0.371,0.416,0.623,0.478c0.579,0.144,1.223-0.296,1.543-1.057 L28.779,1.567C28.902,1.267,28.896,0.92,28.772,0.678z M9.77,15.568L1.52,9.442l23.768-6.521L9.77,15.568z M17.12,26.839 l-6.408-10.112l15.696-12.79L17.12,26.839z'/%3e%3c/g%3e%3c/svg%3e ");
    color:#fff; background-color: #ce2161 !important;
}	


 

.page-id-1511 .top_header_section{background-color:#75c2cd;}
.page-id-1511 .header_banner h1{ color:#75c2cd;}
.page-id-1511 .button_blue a{ background:#75c2cd;} 
.page-id-1511 .button_blue a:hover{background:#ce2161;}
.page-id-1511 .blog_section_title a{ color:#75c2cd;}
.page-id-1511 .blog_section_title a:hover{color:#ce2161;}
.page-id-1511 .blog-form-bg{background: url("/wp-content/uploads/2020/04/gray_blog_bg-1.jpg");background-position: center;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}
.page-id-1511 .blue-sec-form .wpcf7-submit, .page-id-1511 .newsletter-form form .newsletter-btn{ 
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='29px' height='29px' viewBox='0 0 29 29' enable-background='new 0 0 29 29' xml:space='preserve'%3e%3cg%3e%3cpath fill='%2375c2cd' d='M28.772,0.678c-0.13-0.249-0.357-0.359-0.604-0.292L1.333,7.743C0.782,7.92,0.327,8.499,0.18,9.221 c-0.146,0.723,0.047,1.41,0.494,1.739l8.258,6.135l-0.014,0.068c0.062,0.023,0.122,0.054,0.178,0.092 c0.163,0.115,0.288,0.277,0.375,0.494c0.003,0.013,0.007,0.025,0.01,0.038c0.092,0.091,0.17,0.202,0.229,0.339 c0.068,0.086,0.144,0.159,0.211,0.246c0.067,0.085,0.119,0.183,0.161,0.288l1.681,2.646c0.017,0.018,0.034,0.037,0.05,0.057 c0.059,0.068,0.113,0.149,0.162,0.235c0.014,0.018,0.028,0.03,0.041,0.05c0.107,0.13,0.211,0.268,0.318,0.401 c0.116,0.144,0.193,0.33,0.235,0.536l3.512,5.543c0.156,0.249,0.371,0.416,0.623,0.478c0.579,0.144,1.223-0.296,1.543-1.057 L28.779,1.567C28.902,1.267,28.896,0.92,28.772,0.678z M9.77,15.568L1.52,9.442l23.768-6.521L9.77,15.568z M17.12,26.839 l-6.408-10.112l15.696-12.79L17.12,26.839z'/%3e%3c/g%3e%3c/svg%3e ");
    color:#75c2cd;background-color: #ffffff; border:none;
}
.page-id-1511 .blue-sec-form .wpcf7-submit:hover, .page-id-1511 .newsletter-form form .newsletter-btn:hover{ 
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='29px' height='29px' viewBox='0 0 29 29' enable-background='new 0 0 29 29' xml:space='preserve'%3e%3cg%3e%3cpath fill='%23ffffff' d='M28.772,0.678c-0.13-0.249-0.357-0.359-0.604-0.292L1.333,7.743C0.782,7.92,0.327,8.499,0.18,9.221 c-0.146,0.723,0.047,1.41,0.494,1.739l8.258,6.135l-0.014,0.068c0.062,0.023,0.122,0.054,0.178,0.092 c0.163,0.115,0.288,0.277,0.375,0.494c0.003,0.013,0.007,0.025,0.01,0.038c0.092,0.091,0.17,0.202,0.229,0.339 c0.068,0.086,0.144,0.159,0.211,0.246c0.067,0.085,0.119,0.183,0.161,0.288l1.681,2.646c0.017,0.018,0.034,0.037,0.05,0.057 c0.059,0.068,0.113,0.149,0.162,0.235c0.014,0.018,0.028,0.03,0.041,0.05c0.107,0.13,0.211,0.268,0.318,0.401 c0.116,0.144,0.193,0.33,0.235,0.536l3.512,5.543c0.156,0.249,0.371,0.416,0.623,0.478c0.579,0.144,1.223-0.296,1.543-1.057 L28.779,1.567C28.902,1.267,28.896,0.92,28.772,0.678z M9.77,15.568L1.52,9.442l23.768-6.521L9.77,15.568z M17.12,26.839 l-6.408-10.112l15.696-12.79L17.12,26.839z'/%3e%3c/g%3e%3c/svg%3e ");
    color:#fff; background-color: #ce2161 !important;
}	




.single-post .site-content img{ max-width:100%;}




