/*
Theme Name: MPG
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the MPG team
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.1
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-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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.
*/
.menu-item-6706 .wpmm-sub-menu-wrap {
    top: 82% !important;
}
.menu-item-6706 a.wp-mega-menu-link::before {
    display: none !important;
}
.page-section.news_section {
	background-color: #f4f4f4
}
.wpcf7-checkbox span.wpcf7-list-item {
	display: block
}
.wpcf7-radio span.wpcf7-list-item {
	display: block;
	margin: 0;
}
.course-box .course-holder .cc-holder {
	display: none;
}
.single-courses .course-box .course-holder .cc-holder {
	display: block;
}
.course-box .course-holder .cc-holder.guruBox {
	display: none;
}
.no-filter, no-filter img {
	filter: none !important;
}
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

.blog-social {
	text-align: center;
	padding-top: 20px;
}
.blog-social a {
	display: inline-block
}
.h-logo {
	max-width: 134px;
}
.white-bg-title {
  text-align: center;
  padding: 50px 0 10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
section {
	padding: 0 0 30px;
}
audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
}

body {
	color: #1a293b;
	line-height: 1.5;
	margin: 0;
	letter-spacing: 1px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
	text-decoration: none;
    color: #06c290;
    text-decoration: none;
   }


a:visited {
	color: #06c290;
}

a:focus {
	outline: none;
}

a:hover {
	color: #06c290;
	outline: 0;
	text-decoration: none;
}
 ol li {
	 margin-bottom: 15px;
 }
.menu-main-menu-container #menu-item-75 ul.sub-menu {
	width: auto;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.3;
	font-weight: 300;
	color: #1a293b;
}

h1 {
	font-size: 48px;
	margin: 0 0 39px;
	font-weight: 300;
}

h2 {
	font-size: 30px;
	margin: 0 0 30px;
	font-weight: 300;
}
.page_title span {
	opacity: 0.1;
	font-size: 18px;
}
h3 {
	font-size: 22px;
	margin: 0 0 33px;
}
h4 {
	font-size: 20px;
	margin: 0 0 33px;
}
h5 {
	font-size: 18px;
	margin: 0 0 33px;
}
h6 {
	font-size: 16px;
	margin: 0 0 33px;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
.ev-content-text p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
}
.mobile-btn {
	display: none;
}
.cc_container .cc_message {
	margin-top: 0 !important
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	margin: 0 0 24px;
	line-height: 28px;
}
::selection {
  background: #06c290; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #06c290; /* Gecko Browsers */
  color: #fff;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

body.blog {
	background: #2438460f;
}
blockquote {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong,
blockquote b {
	font-weight: 700;
}
small {
	font-size: smaller;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
event-sign2-section {
	padding: 0 15px;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul {
	list-style-type: square;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	border: 1px solid #e6e6e6;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border: none;
	padding: 10px 15px;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}


/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	outline: 0;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {
    
    border: 1px solid #ccc;
    display: inline-block;
    font-family: inherit;
    line-height: normal;
    margin: 0;
    transition: all 0.7s ease 0s;
    width: 100%;
	border-radius: 0;
    background: #fdfdfd;
    height: 50px;
    font-size: 18px;
    padding: 15px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
    outline: 0;
    background: #fff;
    border: 1px solid rgb(26, 41, 59)
}
input[type="text"][disabled] {
	background:#888;
}
form label {
	font-size: 14px;
    font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	margin-top: 3px;
	display: block;
}
form label span {
	color: #06c290;
}
footer input[type="submit"] {
	margin-top: 15px;
	margin-bottom: 0;
	border-radius: 6px;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #06c290 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: normal;
    min-width: 150px;
    margin-bottom: 10px;
    margin-top: 30px;
    max-width: 100%;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s, transform 0.2s ease 0s;
    vertical-align: middle;
    white-space: normal;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #313f4c; /* Old browsers */
}
div.wpcf7-response-output {
	margin: 0 0 15px !important
}

.contact-right div.wpcf7-response-output {
 display: none !important;
 font-size: 16px;
}
form.sent .c-box {
 display: none;
}
form .btn-box {
	display: none;
}
form .btn-box a.btn {
	margin-top: 10px;
	margin-bottom: 15px
}
form.sent .btn-box {
 display: block;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #525252;
	letter-spacing: 1px;
}

:-moz-placeholder {
	color: #525252;
	letter-spacing: 1px;
}

::-moz-placeholder {
	color: #525252;
	letter-spacing: 1px;
}

:-ms-input-placeholder {
	color: #525252;
	letter-spacing: 1px;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

.site-header {
	z-index: 101;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0
}
.site-header.stiky {
    transform: translateY(0px);
    visibility: visible;
	background: #202d36;
    color: #fff;
    display: block;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 99999;
	box-shadow: 0 4px 3px -2px rgba(0,0,0,0.15);
}
.single-post .post-excerpt {
	width:100%;
	max-width: 800px;
	margin: 0 auto;
}
.stiky-logo {
	display: none;
}
.site-header.stiky .stiky-logo {
    display: block;
    max-width: 134px;
}
.site-header.stiky .h-logo {
    display: none;
}
.site-header.stiky .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
	color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}
.scroll-to-top {
    display: none;
    width: 50px;
    height: 43px;
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 999;
    background: #06c290;
    visibility: hidden;
    color: #000;
    font-size: 35px;
	font-weight: normal;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(100%) translateZ(0);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.scroll-to-top.active {
    visibility: visible;
	display: block;
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	float: right;
	margin: 20px 0 0 0;
	min-height: 45px;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	margin-right: 72px;
}
.nav-menu li:last-child {
	margin-right: 0
}

.nav-menu li a {
	color: #1a2938;
	font-size: 15px;
    line-height: 15px;
    padding: 11px 0 10px;
    letter-spacing: 1px;
	display: block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.2s ease 0s, text-shadow 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow 0.2s ease 0s, opacity 0.2s ease 0s;
}
.nav-menu li a::before {
	background: #1a2938 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 40%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 40%;
    bottom: -10px;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    z-index: 0;
}
.nav-menu li:hover a::before {
	left: 0;
    opacity: 1;
    right: 0;
    bottom: 0;
    visibility: visible;
}
.nav-menu li.menu-item-has-children:hover a::before {
	opacity: 0;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #1a2938;
}
.nav-menu .sub-menu a::before {
	display: none !important;
	content: '' !important;
}

.t_align_c {
	text-align: center;
}
.nav-menu .sub-menu > li:first-child::before {
    background: #444444 none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    content: "";
    display: block !important;
    height: 10px;
    left: 20px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 10px;
}
.nav-menu .sub-menu > li:first-child:hover:before {
    background: #06c290;
}
.nav-menu .sub-menu > li {
	position: relative;
}
.nav-menu .sub-menu,
.nav-menu .children {
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	padding: 0;
	clip: rect(1px, 1px, 1px, 1px);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
.nav-menu .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-top: none;
}
.nav-menu .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-menu .sub-menu li:last-child {
    border-bottom: 2px solid #06c290;
	border-radius: 4px;
}
.nav-menu .sub-menu li a {
	background: #444444 none repeat scroll 0 0;
    border-top: 1px solid #555555;
    color: #ffffff;
    font-size: 16px;
	font-weight: 400;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
    line-height: 25px;
    min-width: 180px !important;
    padding: 7px 15px;
	text-align: left;
	position: relative;
	white-space: nowrap;
    transition: all 0.2s ease-in-out 0s;
}
.nav-menu .sub-menu li#menu-item-710 a {
	min-width: 250px !important
}
ul.nav-menu li:hover  ul #menu-item-710 ul, .nav-menu ul li:hover  ul #menu-item-710 ul, ul.nav-menu .focus  ul #menu-item-710 ul, .nav-menu .focus  ul #menu-item-710 ul {
	width: 250px
}
.nav-menu .sub-menu li a:hover {
	background: #06c290 none repeat scroll 0 0;
}
.nav-menu .sub-menu li {
	display: block;
	margin: 0;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: 250px;
	-webkit-transition: opacity .4s ease-out,top .2s ease-out,left .2s ease-out;
    -moz-transition: opacity .4s ease-out,top .2s ease-out,left .2s ease-out;
    -o-transition: opacity .4s ease-out,top .2s ease-out,left .2s ease-out;
    transition: opacity .4s ease-out,top .2s ease-out,left .2s ease-out;
}
ul.nav-menu li:hover  ul ul,
.nav-menu ul li:hover  ul ul,
ul.nav-menu .focus  ul ul,
.nav-menu .focus  ul ul {
	width: 230px;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 1380px;
	width: 100%;
}

.logo {
	float: left;
	padding: 15px 0
}
.menu-main-menu-container {
	display: inline-block;
	float: left;
	margin-top: 4px;
}

.container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	clear: both;
}
 
.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.entry-content a,
.comment-content a {
	color: #bc360a;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content blockquote {
	font-size: 24px;
}
.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}
footer.entry-meta {
	margin-top: 24px;
}
.format-standard footer.entry-meta {
	margin-top: 0;
}

section.logos {
	padding: 50px 0 30px;
}

p.bDate {
	font-size:24px;
	line-height: 34px;
	font-weight: 700;
}

.wpcf7-list-item-label,
.label_for_checkbox {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	color: #1a293b;
	vertical-align: top;
	margin: 0px 0px 0px 15px;
	width:86%;
}
.wpcf7-form-control-wrap.Topics .wpcf7-list-item-label {
	width: 82%
}
.wpcf7-form span.wpcf7-not-valid-tip {
	color: red !important;
}
.wpcf7-form .your-message .wpcf7-not-valid-tip {
	left: 0px;
	bottom: -96px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border: none;
	text-align: center;
	color: red;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	color: #333;
	font-size: 11px !important;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
ul.testimonials-list {
	padding-left: 0
}
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

.full-size-link a:before {
	content: "\f402";
}
.full-size-link:before {
	content: none;
}
.hidden-form {
	display: none;
}
.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #06c290;
}

.navigation a:hover {
	color: #313f4c;
	text-decoration: none;
}
.paging-navigation {
	padding: 15px 0;
	position: absolute; 
	left:0;
	bottom: 10px;
	width: 100%
}
.blog-section {
	padding: 50px 0 40px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.img-logo {
	float: left;
	width: 20%;
	padding-top: 25px;
}
.error404 .page-header {
	background-color: #fff;
}
.grid-col .overlay {
	font-size: 3em;
}
.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */


.widget {
	background: #202d36;
	padding: 18px 15px 22px;
}

.widget .widget-title {
	font-size: 18px;
    text-transform: uppercase;
	color: #fff;
    font-weight: 400;
	margin-bottom: 18px;
	line-height: 1.1;
}

.meta-left {
	float: left;
	width: 60px;
	margin-right: 10px;
}
.meta-left img {
	border-radius: 100px;
}
.meta-right {
	float: left;
}
.meta-right p {
	font-size: 14px !important;
	line-height: 18px;
	margin-bottom: 0
}
.entry-meta .meta-right {
	text-align: left;
	padding-top: 22px;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #1a293b;
	color: #fff;
	font-size: 14px;
	position: relative;
	text-align: center;
}
.site-info .copy {
	font-size: 14px;
	letter-spacing: 1px;
	color: #06c290;
	font-family: "MyriadProLight", sans-serif;
}

.site-footer a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.site-footer ul li {
	list-style: none;
	margin-bottom: 10px;
	text-align: left;
}
.site-footer .copy {
	padding-top: 40px;
	text-align: center;
}
.site-footer .copy p {
	margin-bottom: 0
}

.wpcf7-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    display: block;
    position: absolute;
    bottom: -34px;
    left: 0
}

.site-info {
	margin: 0 auto;
	max-width: 1240px;
	padding: 29px 20px 18px;
	text-align: center;
	position: relative;
	z-index: 101;
	/*background: #fff;*/
	width: 100%;
}
.site-footer .social {
	text-align: left;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}

#step1 input[type=submit] {
	background:#000;
	margin-top:0;
	width:95%;
}
#step1 #filters_wrap #saveData, #step1 #filters_wrap #step1_back {
	display:none;
}
.dashboard #step1 table td {
	padding:0;
}
.dashboard #step1 table td.split {
	border-left:1px solid #000;
}
.dashboard #step1 table td.split div {
	border:1px solid #000;
	border-radius:5px;
	background:#06c290;
	position:absolute;
	margin:-17px;
	padding:5px;
}
.page-template-template-services input[type="submit"] {
	text-transform: none;
}
.dashboard #step1 table td p {
	width:80%;
}
.dashboard #step1 {
	width:70%;
	margin:0 auto;
}
.dashboard #step2 {
	display:none;
}
#step2 #filters_wrap {
	margin-top:205px;
}
#funnel_result {
	width:95%;
	border:1px solid #000;
	background:#06c290;
	padding:10px;
	color:#FFF;
	border-radius:5px;
	display:none;
}
p.right {
	float:right
}

#chartdiv, #saved_filters {
	display:none;
	position:relative;
}
.amcharts-chart-div a {
	display:none !important
}
h2.custom-h2 {
	letter-spacing: -0.03em;
	margin-bottom: 63px;
	font-size: 60px;
	font-weight: 300;
	line-height: 65px;
}
#saveData {
	margin-top:0;
	margin-bottom:0;
	background:#000;
	padding:11px 45px;
	margin-left:50px;
	position:absolute;
	right:0;
	bottom:0;
}

#step1_back {
	background:#000;
}

.home-top-box p span {
	color: #06c290
}
.home-banner {
	padding: 0;
	position: relative;
}
.home-banner .bg {
	background-size: 92% !important;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.home-banner .overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 4;
	background-image: linear-gradient(50deg,#fff 54%,transparent 54.1%)
}
.home-banner .overlay2 {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 70%;
	width: 40%;
	z-index: 3;
	background: linear-gradient(to top left, #fff 49.9%, transparent 50%);
}
.home-banner .explore-box {
	position: absolute;
	bottom: 0px;
	right: 25.5%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	z-index: 11;
	margin-right: -3px;
}
.home-banner .explore-box a {
	display: block;
	letter-spacing: 1px;
}
.explore-box span {
	display: inline-block;
	height: 50px;
	width: 1px;
	background: #525252;
	margin-top: 10px;
}
.banner-breadcrumbs > span {
	margin-right: 5px;
}

.divider {
	display: block;
	width: 100%;
	height:5px;
	position:relative;
	margin-bottom: 60px;
	padding-top: 7px;
}
.divider::after {
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    background: url(//cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png) center bottom no-repeat;
    -webkit-background-size: 100% 8px;
    background-size: 100% 8px;
}

.home-top-box {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1920px;
	max-width: 100%;
	text-align: left;
	margin: 0 auto;
	height: 900px;
}
.new-ev .video-banner .content {
	padding-left: 50px;
	padding-right: 50px;
}
.postid-2501 .container {
	padding-left: 70px;
	padding-right: 70px;
}
section.tk-banner {
	padding: 0;
	background: #06c290;
	color: #fff;
	text-align: left;
}
section.tk-banner h1 {
	text-transform: none;
	text-align: left;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0px;
	padding-top: 0;
	line-height: 62px;
	font-size: 60px;
	color: #fff;
}
section.tk-banner a.btn {
	border: 2px solid #fff;
	font-size: 18px;
	color: #fff !important;
	border-radius: 25px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 0;
	max-width: 100%;
}
section.tk-banner a.btn:hover {
	border: 2px solid #313f4c;
	background: #313f4c;
}
section.tk-banner p {
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.tk-banner .block-holder {
	padding: 100px 0 100px 50%;
	background:url(images/key-insights-cropped-image.png) top left no-repeat;
	background-size: contain;
}
.home-banner .container {
	max-width: 1420px;
	position: relative;
	z-index: 9
}
.home-top-box-content {
	width: 100%;
	max-width: 600px;
	padding-top: 150px;
	position: relative;
}
.home-top-box h1 {
	color: #1a293b;
	margin-bottom: 60px;
	font-size:55px;
}
.home-top-box h1 span {
	color: #06c290
}
.home-top-box h3 {
	 color: #06c290;
	 font-weight: 700;
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 1.5px
}
.home-top-box p {
    color: #1a293b;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 55px;
    font-weight: 700;
}
.default-button {
    display: inline-block;
    max-width: 100%;
    padding: 6px 45px 8px;
	border: 1px solid #ffffff;
    color: #fff;
    font-family: "DinRegular","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
	border-radius: 20px;
    text-shadow: none;
    letter-spacing: .05em;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.container-whatwedo .col2 a.default-button  {
	border-radius: 40px;
	font-size: 15px;
	padding: 8px 46px;
}
.default-button.white {
    color: #ffffff;
    transition: all .4s ease,transform .2s ease;
}
.default-button.white:hover {
	background-color: #313f4c;
	border-color: #313f4c;
}
p.subform {
	margin-bottom: 0 !important
}
.default-button.white:hover {
    color: #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
    color: #06c290;
}

.center {
	text-align: center;
}

a.btn, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button, .c-left-holder .added_to_cart {
	background: #06c290;
	border: 1px solid #06c290;
	border-radius: 30px;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: normal;
	margin-bottom: 60px;
	margin-top: 60px;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
	text-transform: uppercase;
	transition: all .4s ease 0s,transform .2s ease 0s;
	vertical-align: middle;
	white-space: normal;
}
a.btn:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce button:hover  {
	background: #1a293b;
	border-color: #1a293b;
	color: #fff !important;
}
.home-top-box-content a.btn {
	margin-top: 0;
	width: auto;
	padding: 10px 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	min-width: 180px;
}

.home .section-white .container {
	max-width: 1050px;
}
.banner-404 {
	text-align: center;
	color: #1a2938;
}
.banner-404 .text-box {
	padding-top: 131px;
	padding-bottom: 100px;
}
.banner-404 h1 {
	font-size: 253px;
	font-weight: 700;
	margin-bottom: 27px;
	line-height: 253px;
	color: #cdf3e9;
}
.banner-404 h1 a {
	color: #cdf3e9;
}
.banner-404 p {
	font-size: 20px;
	line-height: 36px;
}
.banner-404 p.subtitle-404 i {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background:url(images/icon-info.png) no-repeat;
	margin-right: 9px;
}

.col h3 span.icon {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
	margin-right: 5px;
}
.col p {
	font-size: 20px;
}
.btn-h {
	text-align: center;
}
.btn-h a.btn {
	margin-top: 27px;
	margin-bottom: 11px;
}

.clients-section {
    padding: 40px 15px;
	text-align: center;
}

.default-button.green {
	border-color: #06c290 !important;
	padding: 5px 25px;
}
.default-button.green:hover {
    border-color: #313f4c !important;
    background: #313f4c;
	color: #fff;
}


.section-testimonials {
	background: #444;
	background: -moz-radial-gradient(center,ellipse cover,#444 0%,#353535 100%);
	background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#444),color-stop(100%,#353535));
	background: -webkit-radial-gradient(center,ellipse cover,#444 0%,#353535 100%);
	background: -o-radial-gradient(center,ellipse cover,#444 0%,#353535 100%);
	background: -ms-radial-gradient(center,ellipse cover,#444 0%,#353535 100%);
	background: radial-gradient(ellipse at center,#444 0%,#353535 100%);
	padding: 30px 0;
}

 blockquote {
    position: relative;
    margin: 0 5px 1.6em;
    padding: 0 30px;
    font-size: 14px;
    font-style: italic;
	line-height: 29px;
    font-weight: 400;
}
.section-testimonials .container {
	color: #fff;
}
q,
blockquote {
    position: relative;
    margin: 0 5px 1.6em;
    padding: 0 30px 0 0;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
	max-width: 96%;
}

q {
    display: block;
}
blockquote p {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}
q:before,
blockquote:before {
    content: "\f10d";
    display: block;
    position: initial;
    color: #06c290;
    font-size: 20px;
    font-style: normal;
	font-family: FontAwesome;
}
.testimonials-page .img-logo {
	padding-top: 0;
}
.img-logo img {
	border-radius: 4px;
}
.testimonials-page .t-text {
	width: 77%;
}
blockquote.second .t-text {
	float: left;
	margin-left: 0
}
blockquote.second .img-logo {
	float: right;
}
blockquote.second::before {
	left: 0;
}
blockquote.second::after {
	right: 23.5%;
}
.testimonials-page blockquote.second p.desc {
	text-align: left;
	padding-left: 30px;
}

blockquote .after {
	display: inline-block;
	width:17px;
	margin-left: 5px;
	height: 15px;
	position: relative;
}
blockquote .after:after {
    content: "\f10e";
    display: block;
    position: absolute;
    bottom: -3px;
    right: 0px;
	color: #06c290;
    font-size: 20px;
    font-style: normal;
	font-family: FontAwesome;
}
q:last-child,
blockquote p:last-child {
    margin-bottom: 0;
}

cite {
    display: block;
    margin: 0 0 1.6em;
    padding: 30px 40px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #000;
    font-size: 1.2em;
    font-style: normal;
}

cite a {
    color: inherit !important;
}
.rotate-list li, .r-l li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.testimonials-list li {
    min-height: 220px;
	position: relative;
	height: auto;
}
.section-form .right-content textarea {
	height: 80px;
}
.section-form .right-content input[type="text"], .section-form .right-content input[type="password"], .section-form .right-content input[type="email"], .section-form .right-content textarea, .section-form .right-content select {
	margin-bottom: 25px;
}
.section-form .right-content .form-content .col2 {
	margin-bottom: 0
}
.page-section {
	position: relative;
	background: #fff;
	padding-top: 50px;
}
.page-section h1 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	padding: 15px 0;
	margin: 0;
}
.clearfix {
	clear: both;
	display: block;
}
.wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 0;
}
#wpcf7-f1118-p1081-o1 input[type="submit"] {
	margin-top: 10px;
}
form .wpcf7-checkbox label span {
	color: #333;
	cursor: pointer;
}
.page-section ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	list-style: none;
}
.page-section ul {
	padding-left: 20px;
}
.page-section ul li::before {
  content: "•";
  color: #06c290;
  display: block;
  font-size: 24px;
  position: absolute;
  left:0;
  top: 1px;
  line-height: 24px;
  font-style: normal;
}
.cookieBanner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #bc2764;
	padding:15px 0;
	z-index: 99999;
	color: #fff;
	display: none;
}
.cookieBanner .container {
	position: relative;
}
.cookieBanner .closeBanner {
	position: absolute;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	padding: 3px 5px;
	right: 0;
	top: 0;
	margin-top: -5px;
}
.fLogoC {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background: url(images/agnc-logo.png) no-repeat;
	background-size: contain;
	margin-right:15px;
}
.cookieBanner .txt {
	float:left;
	width: 75%;
	padding-top: 5px;
	font-size: 18px;
}
.cookieBanner a.btn {
	float: right;
	margin-right:15px;
	margin-bottom:0;
	border: 1px solid #fff;
	background: none;
    background-color: rgba(0, 0, 0, 0);
	margin-top: 10px;
}
.cookieBanner a.btn:hover {
    background-color: #fff;
	color: #bb2c6b !important;

}
.custom-grid-holder .design-development-col .s-icon {
    width: 42px;
    height: 61px;
    margin-top: 1px;
    margin-bottom: 5px;
    background-position: -575px -2px;
}
.custom-grid-holder .design-development-col a:hover .s-icon {
    background-position: -575px -81px;
}


.custom-grid-holder .ppc-col .s-icon {
    width: 49px;
    height: 61px;
    margin-top: 1px;
    margin-bottom: 5px;
    background-position: -641px -2px;
}
.custom-grid-holder .ppc-col a:hover .s-icon {
    background-position: -641px -82px;
}

.custom-grid-holder .eme-col .s-icon {
    width: 85px;
    height: 52px;
    margin-top: 4px;
    margin-bottom: 12px;
    background-position: -707px -2px;
}
.custom-grid-holder .eme-col a:hover .s-icon {
    background-position: -707px -85px;
}

.custom-grid-holder .mae-col .s-icon {
    width: 61px;
    height: 61px;
    margin-top: 1px;
    margin-bottom: 5px;
    background-position: -810px -1px;
}
.custom-grid-holder .mae-col a:hover .s-icon {
    background-position: -810px -76px;
}

.sections h2 {
	text-align: center;
}
.title-divider {
	display: block;
	height: 2px;
	width: 400px;
	max-width: 100%;
	background: #06c290;
	margin: 15px auto 0;
}
.floting-social {
	position: fixed;
	left: 0;
	top: 30%;
	z-index: 101
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
  font-size: 20px;
  font-weight: bold;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
footer .rpwe-block  li a {
	font-size: 10px;
	line-height: 16px;
    font-weight: bold;
    letter-spacing: 1px;
	display: block;
    padding: 8px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.rpwe-block.contact-block li {
	padding-top: 12px;
}
footer .contact-block ul li a {

    text-transform: none;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
	display: inline-block;
	padding-top: 0;

}
footer .rpwe-block  ul li {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
	margin-bottom: 0
}
footer .rpwe-block  ul li {
    border-bottom-color: #222;
    border-top-color: #444;
}
footer .rpwe-block  ul {
    border-bottom: 1px solid #444;
    border-top: 1px solid #222;
}
footer .rpwe-block  li a:hover {
	text-decoration: none;
}
.content-left {
	float: left;
	width: 72.5%;
}
.content-right {
	padding-top: 4px;
	float: right;
	width: 23.8%;
}
.content-right ul {
	padding: 0 !important;
}
.content-right ul li {
	padding-left: 0 !important;
}
.content-right ul li:before {
	content: "" !important;
	display: none !important;
}
.default-button.negative {
    background: 0;
    border: 2px solid #06c290;
    color: #06c290;
    line-height: 16px;
	border-radius: 6px;
}
.default-button.negative:hover {
	background: #06c290;
	color: #fff;
}
.page_section ul {
	margin-top: 0;
	margin-bottom: 25px;
}
.page_section ul li {
	position: relative;
	padding-left: 15px;
	list-style: none;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
.page_section ul li::before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    color: #06c290;
    font-family: FontAwesome;
    font-weight: 700;
}
.clients-section .btn-h {
	margin-bottom: 95px;
	margin-top: 3px;
}
.thumb-box {
	float: right;
	
	margin-left: 50px;
	margin-bottom: 20px;
	max-width: 33.5%;
	
}
.thumb-box img {
	border-radius: 5px;
}
.blog-left img {
	border-radius: 5px;
	margin-bottom: 27px;
}

ol.sub-step ul li:before {
	content:''
}

ol.sub-step ul li {
	list-style: lower-alpha;
}

a.more-button {
	float: left;
	margin: 0 20px 20px 0;
	display: inline-block;
	padding: 10px 30px;
	background: #fff;
	border: 1px solid #eee;
	border-left: 2px solid #06c290;
	-webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.05);
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.05);
	color: #000 !important;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 6px;
}
a.more-button:hover {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	color: #000;
}
.t-title {
	text-align: right; padding-top: 20px; padding-bottom: 20px;
}
.page_section ul {
	list-style: none;
	padding-left: 25px;
}
.hidden {
	display: none;
}

.grid-col {
	float: left;
	width: 50%;
	padding: 63px 47px 40px;
	min-height: 415px;
	color: #fff;
}

.grid-col.full {
	float: none;
	background: #576776;
	width: 100%;
	min-height: 285px;
}

.bottom-banner .banner-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 19px 15px;
	width: 100%;
	height: 100%;
}
.team-section {
	text-align: center;
	padding: 48px 0 86px;
}
.team-section p.subtitle {
	font-size: 26px;
	line-height: 36px;
	font-weight: 300;
	color: #333;
	opacity: 0.7;
	max-width: 955px;
	margin-left: auto;
	margin-right: auto;
}
.m_bottom_40 {
	margin-bottom: 40px;
}

.team-section .row-fluid {
	padding: 0px;
	margin-left: -10px;
	margin-right: -10px;
}
.container.search {
	text-align: center;
	max-width: 600px;
}
.blog .post-excerpt strong {
	font-weight: 400;
}
.link_ovarly {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	left: 0;
	bottom:0;
	background: #313f4c;
	border-top: 5px solid #06c290;
	color: #fff;
	padding: 0px;
	display: block;
	transition: .6s ease;
}
.link_ovarly.active {
  height: 100%;
  cursor: pointer;
}
.link_ovarly .more-link {
	display: none
}
.load-holder {
	text-align: center;
}
.link_ovarly:hover {
	color: #fff;
}
.posts-overlay {
	height: 300px;
	margin-top: -300px;
	margin-bottom: 40px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+18&0+0,1+95 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.19) 18%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.19) 18%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.19) 18%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.post-listing .post-item .post_data {

    width: 100%;
    float: left;
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border-top: 0;

}
.quote {
	height: 300px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding:30px 0;
	text-align: center;
	margin: 50px 0px;
}
.quote-h {
	display: table-cell;
	height: 240px;
	vertical-align: middle;
	width: 6000px;
}
.quote p {
	color: #fff;
	font-size: 30px;
	line-height: 38px;
	font-style: italic;
	margin-bottom: 0;
}


/* Cards
============================================================================= */

footer .social-link {

    display: inline-block;
    padding: 5px 10px 5px 14px;
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
    background: #444;
    font-size: 16px;
    color: #fff;
    margin-right: 3px;
    border-radius: 5px;
    text-align: center;
    width: 42px;
    outline: none !important;

}
footer .social-link:hover {

    border-top: 2px solid #06c290;

}
.site-footer .widget a:hover {

    color: #06c290;

}

.rpwe-block h3 {

    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.5em;
	padding-top: 7px

}
.contact-card a:hover {
	color: #06c290;
}
.contact-card {
    position: relative;
    padding: 60px 40px 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	float: left;
	width: 25%;
}

.contact-card:before {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-left: -10px;
    border: 5px solid #06c290;
    border-radius: 100%;
    color: #06c290;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-page-share .social-link {
    background: none;
    border-bottom: transparent;
    border-top: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    padding: 17px 10px 17px 14px;
    margin-right: 8px;
    width: 60px;
	color: #000;
    
}
.contact-page-share .social-link:hover {
    border-top: 2px solid #06c290;
    
}
.fb_iframe_widget #u_0_3 {
    display: none!important;
}
div #li_ui_li_gen_1472712907960_1-container.IN-right {
    display: none !important;
}

.contact-address:before {
    content: "\f124";
}

.contact-email:before {
    content: "\f0e0";
}

.contact-phone:before {
    content: "\f095";
}

.contact-social:before {
    content: "\f1e0";
}


@media (max-width: 1400px) {
	.av-holder img {
		max-width: 60px;
	}
	.card-box.v2:hover .card-image img {
		width: 125px !important;
	}
}
@media (min-width: 1200px) {
	
	
    
    .contact-card:hover {
        z-index: 1;
        -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.03);
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.03);
    }
	
	
    .contact-card:hover:before {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.bg-light {
    background: #ddd;
}
.bg-lightest {
    background: #f7f7f7;
}
.bg-lighter {
    background: #eee;
}
.contact-details {
	padding: 0;
	background: #f9f9f9;
	background: -moz-radial-gradient(center,ellipse cover,#fff 0%,#f9f9f9 80%);
	background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#fff),color-stop(80%,#f9f9f9));
	background: -webkit-radial-gradient(center,ellipse cover,#fff 0%,#f9f9f9 80%);
	background: -o-radial-gradient(center,ellipse cover,#fff 0%,#f9f9f9 80%);
	background: -ms-radial-gradient(center,ellipse cover,#fff 0%,#f9f9f9 80%);
	background: radial-gradient(ellipse at center,#fff 0%,#f9f9f9 80%);
}


.section-testimonials .btn-h {
	border-top: 1px solid #666;
	padding-top: 48px;
}

.dr-left {
	float: left;
	width: 45%;
}
.dr-right {
	float: right;
	width: 50%;
}
.dr-left .checkbox_row label span {
	color: #fff;
	vertical-align: top;
	max-width: 92%;
	float: left;
	margin-left: 8px;
}
.dr-left .checkbox_row  {
	margin-bottom: 20px;
}
.dr-left .checkbox_row input[type="checkbox"] {
	float: left;
	margin-top: 4px;
}

.page-template-template-form .event-sign-section .dr-left {
	position: relative;
	padding-top: 0;
}
#register .event-sign-section {
	background: #202d36; 
	padding: 100px 15px 50px !important;
	min-height: 100px !important;
}
#register .event-sign-section .dr-left {
	position: relative;
	padding: 0 !important;
	width:100%;
	float: none;
}
#covid div.wpcf7 .ajax-loader {
	display: block
}
.event-sign-section .dr-left  .dr-left-content{
	max-width: 400px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #fff;
	margin: 0 auto;
}
.event-sign-section .dr-left h2 {
	color: #fff;
}
.event-report-section, .event-sign-section, .event-contact-section {
	padding: 50px 0;
}
.event-sign-section .dr-left {
	padding: 150px 0
}
.page-form h1 {
	color: #fff;
	font-size: 48px;
	text-align: left;
	margin-bottom:20px;
	font-weight: 600;
	line-height: 54px;
	text-transform: none;
}
.page-form input[type="email"], .page-form input[type="text"] {
	border-radius: 0;
	margin-bottom: 20px;
	font-size: 18px;
}
 .page-form input[type="submit"] {
	border-radius: 50px;
	background: #06c290;
	border: 1px solid #06c290;
	font-size: 18px;
	margin-top: 0;
}
.page-form input[type="submit"]:hover {
	background: none;
	color: #fff
}
.page-form form, .page-form .wpcf7-response-output {
	color: #fff;
}
.page-form  .wpcf7-form-control-wrap {
	position: relative;
}
.checkbox-holder {
	margin-bottom: 18px;
}
.checkbox-holder input[type="checkbox"] {
	float: left;
	border-color: #fff;
	width: 16px;
}
.checkbox-holder .wpcf7-list-item-label {
	font-size: 14px;
	line-height: 16px;
	margin-left: 6px;
	color: #fff;
	 
}
.checkbox-holder .wpcf7-list-item {
	width: 50%;
	float: left;
	margin-bottom: 8px;
}
.checkbox-holder h3 {
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
	margin-top: 0;
}
.m-box-r {
	float: right;
}
.m-box-r a.btn {
	margin-bottom: 30px;
	margin-top: 40px;
}
.page-form p {
	margin-bottom: 0;
	color: #fff;
}
.page-form h2 {
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.2
}
.page-form h2 span {
	font-weight: 700;
}
.page-form .wpcf7-form span.wpcf7-not-valid-tip {
	bottom: -3px;
}
.page-form .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}
.page-id-2556 .page-form input[type="submit"] {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px !important;
}
.page-id-2556 .page-form input[type="submit"]:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #1a293b !important;

}
h1.tk-title, h2.tk-title {
	font-size: 36px;
	color: #000000;
	text-align: left;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 28px;
	margin-top: 70px;
}
.tk-content p {
	font-size: 23px;
	line-height: 30px;
	color: #000;
}
.tk-content a.btn {
	border: 1px solid #313f4c;
	background: none;
	color: #000 !important
}
.tk-content a.btn:hover {
	border: 1px solid #313f4c;
	background: #313f4c;
	color: #fff !important;
}

#homepopup {
	display: none;
	width: 100%;
	max-width:600px;
	padding: 0; 
	font-size: 16px;
}

.tk-popup {
	background: #06c290;
	color: #fff;
	text-align: center;
	padding: 50px 0 70px;
	
}
.fancybox-slide--html .fancybox-close-small {
	background: url(images/fancy-close.png) no-repeat;
	text-indent: -9999px;
	opacity: 1 !important;
	top: 15px !important
}
.fancybox-button svg {
	display: none !important;
}
.tk-popup-content {
	padding: 0 30px;
}
.tk-popup h2 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}
.tk-img {
	margin-bottom: 30px;
}
.tk-popup p {
	font-size: 26px;
	line-height: 32px;
}
.tk-popup a.btn {
	margin: 24px 0 0;
	font-size: 30px;
	border: 2px solid #fff !important;
}
.tk-popup a.btn:hover {
	border: 2px solid #313f4c !important;
}
.fancybox-container {
	z-index: 9999999999 !important
}
.hidden-text {
	display: none;
}
.form-mesage {
	display: none;
}
.wpcf7-form.sent .form-content {
	display: none;
}
.wpcf7-form.sent .form-mesage {
	display: block;
	padding-top: 49px;
}
.home form, .form_new_contact form {
	position: relative
}
.home .wpcf7-mail-sent-ok, .form_new_contact .wpcf7-mail-sent-ok {
	border: none;
	font-size:18px !important;
	padding: 0 0 0px;
	position: absolute !important;
	top: 0;
	left: 0;
}
.event-sign-custom-section form {
	padding-top: 20px;
}

header a.btn {
	margin-top: -7px;
	margin-bottom: 0;
	margin-right: 20px;
}
header a.btn:hover {
	color: #06c290 !important
}
header.stiky a.btn:hover {
	color: #fff !important
}
a.default-button.white-secondary {
	border: 1px solid #fff;
}
a.default-button.white-secondary:hover {
	background: #fff;
	color: #1a293b;
	border-color: #fff;
}
a.btn.secondary-dark, .c-left-holder .added_to_cart {
	background: none;
	color: #fff !important;
	border-color: #fff;
}
.c-left-holder .added_to_cart {
	margin-top: 20px !important;
	}
a.btn.secondary-dark:hover, .c-left-holder .added_to_cart:hover {
	background: #fff;
	color: #1a293b !important;
	border-color: #fff;
}
a.btn.secondary-light {
	background: none;
	color: #1a293b !important;
	border-color: #1a293b;
}
a.btn.secondary-light:hover {
	background: #1a293b;
	color: #fff !important;
	border-color: #1a293b;
}

a.default-button.white-tr:hover {
	background: #1a293b;
	color: #fff;
	border-color: #1a293b;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 50px;
}
.why-logo {
	display: none;
}
.fade {
    transition: opacity .15s linear;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    padding: 50px;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #101f32;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-content .spk-img {
	float: left;
	width: 40%;
}
.modal-content .spk-company {
	float: right;
	width: 52%;
}
.modal-content .close {
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 1;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
}
.modal-content .spk-company a {
	height: 265px;
	width: 600px;
	display: table-cell;
	vertical-align: middle;

}
.modal-content {
	text-align: left;
}
.modal-content .spk-details {
	padding: 25px 0 20px;
}
.modal-content .spk-details, .modal-content .spk-details p {
 color: #fff;
 font-size: 24px !important;
}
.modal-content .spk-description, .modal-content .spk-description p {
	color: #fff;
	 font-size: 18px !important;
	 line-height: 22px;
	 margin-bottom: 20px !important;
}

ul.sponsors-list {
    height: 138px !important;
}
.sponsors ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 10px 18px;
    width: 23%;
    height: 220px;
    line-height: 90px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    text-align: left;
    list-style: none;
    background: none;
}
.sponsors2 ul li {
	width: 19.5%;
	float: none;
	display: inline-block;
	margin: 0;
	height: 190px;
}
.sponsors2 ul.sponsors-list {
	height: auto !important;
}
.sponsors ul li a {
    display: block;
    text-align: center;
    text-indent: 0 !important;

}
.sponsors ul li img {
	vertical-align: middle;
    max-width: 100%;
    max-height: 190px;
    height: auto;
    margin: 0;
    width: auto;

}
section.logos2 {
	padding-bottom: 80px;
}
.top-banner-section {
	background-size: cover !important;
	height: 960px;
	box-shadow: 0px 10px 10px rgba(34, 17, 85, 0.2);
	position: relative;
	min-height: 800px;
}
.top-banner-holder {
	height: 960px;
	vertical-align: middle;
	width: 1400px;
	min-height: 750px;
	display: table-cell;
}
.banner-logo {
	padding-bottom: 40px;
}
.top-banner-holder h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	color: #000000;
	line-height: 72px;
	font-weight: 700;
	text-transform: uppercase;
}
.top-banner-holder h1 span {
	background: #06c290;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	margin-left: -15px;
}
.trained p {
	font-size: 18px;
	margin-bottom: 0
}
.trained span {
	display: inline-block;
	background: #1a293b;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 0 15px;
	margin-bottom: 8px;
	margin-top: 2px;
	margin-left: -15px;
}
.top-banner-holder a.btn {
	margin-top: 40px;
	margin-bottom: 0;
}
.top-banner-holder a.btn:hover {
	color: #06c290 !important
}
.academy-page .container {
	max-width: 860px;
}

.option .txt {
	text-align: left;
}
.option .txt  h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	min-height: 47px;
}
.option .txt  p {
	font-size: 13px;
	line-height: 18px;
}
.woocommerce-notices-wrapper {
	display: none !important;
}
.t-holder-white {
	box-shadow: 0px 6px 7px rgba(34, 17, 85, 0.2);
}
section.info {
	background: #1a293b;
	color: #fff;
	padding: 50px 0;
}
section.info .container {
	padding: 50px 15px;
	overflow: hidden;
}
section.info .row {
	margin-left: -15px;
	margin-right: -15px;
}
.info-left {
	float: left;
	width: 40%;
	padding: 0 15px;
}
.info-right {
	float: right;
	width: 50%;
	padding: 0 15px;
	padding-top: 80px;
	height: 240px;
}
.info-left p {
	font-size: 18px;
	max-width: 250px;
	padding-top: 20px;
	margin-bottom: 35px;
}
.info-left a.btn {
	margin-top: 0;
	margin-bottom: 0
}
.info-right li {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	list-style: none;
	padding: 0
}

.academy-page .logos h2 {
	font-size: 36px !important;
	font-weight: 700;
	margin-bottom: 40px !important
}
.t-left {
	float: left;
	width: 32%;
	padding: 0 30px;
}
.t-right {
	float: left;
	width: 58%;
}
.t-left .img img  {
	border-radius: 200px;
}
.t-right p {
	margin-bottom: 12px;
	height: 270px;
	display: table-cell;
	vertical-align: middle;
	width: 1000px;
	letter-spacing: 1.5px;
	font-size: 18px;
}
.cta {
	text-align: center;
	padding-top: 110px;
	padding-bottom: 110px;
	position: relative;
	background: #fff; 
}
.cta h2 {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 45px;
}
.cta a.btn {
	text-align: center;
	margin: 0
}
.cta a.btn:hover {
	color: #06c290 !important
}

.btn-a2 a.btn {
	display: none;
}

.info .slick-slide {
	opacity: 0.3;
	padding-left: 10px;
}
.info .slick-active {
	opacity: 0.5;
	padding-left: 10px;
}
.info .slick-current {
	opacity: 1;
	padding-left: 0
}

.single .glance-section {
	padding-top: 110px
}

.tk2-left {
	float: left;
	width: 40%;
	padding-top: 80px;
}
.tk2 .confirm-box {
	position: absolute;
	right: 0;
	top: 0px;
	height: 100%;
	z-index: 11;
	width: 53%;
	bottom: 0;
}
.tk2 {
	color: #fff;
	padding: 50px 0 0
}
.tk2 h1 {
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	margin: 0
}
.tk2 .subtitle {
	margin-bottom: 0
}
.tk2 .step {
	position: relative;
	padding: 0 0 40px;
	min-height: 240px;
}
.tk2 .step .number {
	position: absolute;
	color: #fff;
	font-size: 200px;
	line-height: 140px;
	opacity: 0.3;
	left: -65px;
	top: 10px;
	font-weight: 700;
}
.tk2 .step h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}
.tk2 .step p {
	font-size: 18px;
	margin-bottom: 0;
}
.tk2 a.btn {
	margin: 30px 0 0;
}
.tk2 .container {
	max-width: 1000px;
	position: relative;
}
.tk2 .text-box {
	padding-top: 20px;
}
.confirm-box {
	background: #fff;
	padding: 30px 30px 150px;
	text-align: center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-top: 250px;
}
.steps {
	padding-top: 20px;
}
.tk2 .tk2-right, .tk2 .tk2-right p, .tk2 .tk2-right h4 {
	color: #000;
}
.tk2 .tk2-right h4 {
	font-size: 26px;
	margin-bottom: 40px;
	font-weight: 700;
}
.tk2 .tk2-right img {
	margin-bottom: 50px;
}
.tk2 .tk2-right p {
	font-size: 26px;
}
.tk2-right a.btn {
	margin: 0
}
.tk2-right a.btn:hover {
	color: #06c290 !important
}
.tk2-right .btnH {
	position: absolute;
	width: 100%;
	bottom: 60px;
	text-align: center;
	left: 0
}
.tk2-right .btnH a.btn {
	margin: 0
}
.tk2-right {
	min-height: 880px;
}
.tk2-right .tkr {
	min-height: 1020px;
}
.conf-mobile-holder {
	display: none;
}
.tk-btn {
	display: none;
}

.step .confirm-box {
	width: 48%;
	padding: 55px 45px;
	overflow-y: auto;
}
.step .tk2-left {
    float: left;
    width: 42%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.clients-holder .client {
	display: inline-block;
	vertical-align: middle;
	width: 32.5%;
	padding: 0px;
}
.step p {
	font-size: 18px;
}
.step.tk2 h1 {
	margin-bottom: 40px;
}
.step-img {
	max-width: 90%;
	padding: 30px 0 100px
}
.step input[type="text"], .step input[type="email"], .step textarea, .step select {
	height: 47px;
	border-radius: 0
}
.step form br {
	display: none;
}
.step form p {
	margin-bottom: 0
}
.step form label {
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}
.step .form-content .row {
	margin-bottom: 20px;
}
.step .wpcf7-list-item-label {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}
.step input[type="checkbox"] {
	vertical-align: top;
}
.step input[type="submit"] {
 	margin: 0
 }
.text-container {
	display: table;
	width: 100%;
}
.text-container .tk2-left, .text-container .tk2-right {
	display: table-cell;
	vertical-align: top;
}

#stepTwo .tk2-right {
	min-height: 1200px;
}
.tk2 h1 span {
	display: block;
	font-weight: 300;
	margin-bottom: 30px;
}
.tk2-left .stepNr {
	display: block;
	font-size: 12px;
}
#stepTwo.tk2 h1 {
	margin-bottom: 10px;
}
.tk2-left .mail {
	display: block;
	font-size: 18px;
	margin-bottom: 25px;
}
#stepTwo input[type="submit"] {
    margin: 20px 0 0;
}
#stepTwo .row > label {
	margin-bottom: 15px;
}
#stepTwo .tkr {
	min-height: 1150px;
}

.intro-content {
	background: #1a293b;
	color: #fff;
	padding: 70px 0;
}
.intro-content .col-left {
	float: left;
	width: 48%;
}
.intro-content .col-right {
	float: right;
	width: 48%;
}
.intro-content ul {
	padding-left: 0;
}
.intro-content ul li {
	margin-bottom: 24px;
}
.intro-content ul li::before {
	color: #fff;
}
.intro-content h2 {
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
}
	
.course-holder span {
	display: block;
}
.course-holder .img-box {
	width: 100%;
	height: 150px;
	background-size: cover !important;
}
.wpcf7-response-output {
	display: none;
}
.course-holder .box-text {
	padding: 30px;
}
.events-banner.outs-banner h2.ab-subtitle {
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.course-holder .box-text h4 {
	font-size: 20px;
	font-weight: 700;
	margin:0;
}
.course-holder .box-text .line {
	display: inline-block;
	width: 60%;
	height: 1px;
	background: #787878;
	margin: 25px auto 25px
}
.course-holder .box-text button, .woocommerce button.button.alt {
	border: 1px solid #0e8870;
}
.course-holder .box-text a.btn, .top-btn a.btn, .course-holder .box-text button, .woocommerce button.button.alt {
	border-radius: 30px;
	margin: 24px 0 20px;
	background: #0e8870;
	border-color: #0e8870;
}
.course-holder .box-text button.guru {
	background: #06c290;
}
.course-holder .box-text a.btn:hover, .top-btn a.btn:hover, .course-holder .box-text button:hover, .woocommerce button.button.alt:hover {
	background: #fff;
	border-color: #0e8870;
	color: #0e8870 !important;
}
.course-holder .added_to_cart {
	display: block;
	padding-top: 45px;
	font-size: 13px;
}
.cf {
  position:relative;
  margin:24px auto 0px;
  width: 205px;
  height: 73px;
}
.course-holder .box-text .attendance {
	font-style: italic;
}
.cta-section {
	text-align: center;
}
.cta-section .line {
	display: inline-block;
	width: 215px;
	height: 1px;
	background: #787878
}
.cf button {
  position:absolute;
  left:0;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  margin: 0 !important;
  width: 100%;
}
.cf button.add {
	z-index: 1;
}
.cf button.transparent {
opacity:0;
}
.cta-section {
	padding: 80px 0
}
.cta-section h2 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 80px;
}
.cta-section a.btn {
	margin: 10px auto 90px;
}
.cta-section a.btn:hover {
	background: #1a293b;
	border-color: #1a293b
}
.cta-section.cta-0 a.btn:hover {
	color: #fff !important
}
.cta-section.cta-3 a.btn:hover {
	background: #1a293b;
	border-color: #1a293b;
	color: #fff !important
}
.depth-section {
	background: #f0eeee;
	padding-bottom: 80px;
}
.title-section {
	text-align: center;
	padding: 35px 0;
	
}
.title-section h2 {
	font-weight: 700;
	margin-bottom: 0
}

.depth-section .glance-box h3 {
	background: #f0eeee;
}
.depth-section .course-box {
	width: 100%;
	text-align: left;
	float: none;
	margin-bottom: 40px;
	position: relative;
}
.depth-section .course-holder .img-box {
	background-size: contain !important;
}
.depth-section .course-holder .box-text .line {
	width: 215px;
}
.depth-section p {
	margin-bottom: 17px;
}
.depth-section p.abs {
	margin-bottom: 0;
	margin-top: 10px;
}
.depth-section .course-holder .box-text .line {
	margin: 30px auto
}
.depth-section .course-holder .box-text a.btn {
	margin-right: 30px;
}
.depth-section .course-holder .box-text .btn-2, .glance-box .course-box .course-holder .btn-2, .course-compendium .btn-2 {
	background: #fff;
	border-color: #1a293b;
	color: #1a293b !important;
}
.glance-box .course-box .course-holder .btn-2 {
	margin-top: 0;
}
.depth-section .course-holder .box-text .btn-2:hover, .glance-box .course-box .course-holder .btn-2:hover, .course-compendium .btn-2:hover {
	color: #fff !important;
	background: #1a293b;
	border-color: #1a293b;
}
.depth-section .glance-box {
	padding-bottom: 0;
}
.course-holder .box-text {
	padding: 30px 40px;
}
.cr-right {
	padding-left: 8%;
}
.cr-left {
	position: absolute;
	left: 0;
	width: 10%;
	text-align: center;
	padding: 15px;
	top: 50%;
	margin-top: -80px;
}
.cr-left span {
	display: block;
	font-weight: 700 
}
.cr-left span.time {
	font-size: 14px;
}
.cr-left span.duration {
	font-weight: 400
}
.course-holder .btn-box span {
	display: inline-block;
	vertical-align: middle;
}

.course-banner .txt {
	font-size: 24px;
}
.course-banner .container {
	max-width: 940px
}
.course-content {
	padding: 40px 0 60px;
}
.course-content .left {
	float: left;
	width: 64%;
	padding: 30px;
	box-shadow: 0px 0px 20px rgba(34, 17, 85, 0.1);
}
.course-content h2, .course-content h3, .course-content h4, .course-content h5, .course-content h6 {
	font-weight: 700
}
.course-content .right {
	float: right;
	text-align: center;
	width: 35%;
	padding-left: 25px;
	padding-right: 25px;
}
.spk .img {
	float: left;
	width: 25%;
	border-radius: 100px;
}
.top-btn {
	text-align: center;
}
.top-btn a.btn {
	margin: 0
}
.sTitle, .sImg {
	cursor: pointer;
}
.cc-holder {
	color: #fff;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 15px;
}
.cc-holder p, .cc-holder span {
	color: #fff;
}
.cc-holder .price {
	float: left;
	width: 30%;
	font-size: 48px;
	padding-top: 8px;
	font-weight: 700;
	text-align: right;
}
.cc-holder .counter-box {
	float: right;
	width: 30%;
	text-align: left;
	padding: 15px 0 0
}
.cc-holder p {
	margin-bottom: 0px;
	font-size: 15px;
}
.cc-holder .counter-box .cb-holder {
	display: inline-block;
	text-align: left;
}
.cc-holder .countdown-amount, .cc-holder .countdown-period {
	display: inline;
	font-size: 22px;
	font-weight: 700
}
.defaultCountdown .countdown-section {
	display: inline-block !important;
	vertical-align: middle;
	margin-right: 10px;
	width: auto;
	min-width: 5px;
}

.mobile-text {
	display: none;
}
section.include {
	background: #0e8870; 
	color: #fff;
	padding: 50px 0;
}
section.include h2 {
	font-weight: 700; 
	color: #fff;
}
.top-m-section {
	padding: 50px 0;
}
.top-m-section h1 {
	float: left;
	width: 68%;
	font-size: 32px; 
	font-weight: 700;
	padding-top: 90px;
}
section.include ul { 
	margin: 0;
	padding: 0; 
	list-style: none;
}
section.include ul li{
	background: url(images/ok3.png) no-repeat 15px center;
	padding: 10px 0 10px 60px;
	background-size: 25px; 
	font-size: 22px;
	margin-left: -45px;
}
section.include ul li.last {
	border: 1px solid #fff;
	position: relative; 
	padding-right: 45%;
}
section.include ul li.last span {
	position: absolute;
	height: 100%; 
	width: 40%;
	background: #fff;
	color: #0e8870;
	display: block;
	text-align: center;
	padding: 10px;
	top: 0;
	right: 0
}
.countDown {
    height: 40px;
    font-size: 22px;
    font-weight: 700; 
    color: #000;
    background: none;
    border: none;
}
.course-box .cc-holder {
	background: #0e8870; 
	padding-left: 30px; 
	padding-right: 30px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
}
.course-box .cc-holder .price {
    float: left; 
    width: 30%;
    font-size: 28px;
    padding-top: 0px;
    font-weight: 700;
    text-align: left;
}
.course-box .cc-holder .counter-box {
	width: 65%; 
	text-align: right;
	padding: 0
}
.course-box .countDown {
	line-height: 20px; 
	height: auto !important;
}
.cta-section.cta-3 {
	background: #1a293b; 
	padding: 1px 0;
	color: #fff;
	text-align: left;
}
.cta-section.cta-3 h2 {
	color: #fff; 
} 
.cta-section.cta-3 p {
	color: #fff;
	font-size: 21px; 
}
.course-compendium .left {
	float: left; 
	width: 50%
}
.course-compendium .right {
	float: right; 
	width: 44%
}
.cch {
	margin-top: 60px;
	margin-bottom: 70px;
	padding: 30px; 
	box-shadow: 0px 0px 20px rgba(34, 17, 85, 0.1)
}
.course-compendium h2 {
	font-weight: 700; 
	font-size: 27px;
	margin-bottom: 15px;
}
.course-compendium h2 span {
	font-weight: 400; 
}
.course-compendium .btn {
	margin: 0 
}
.course-compendium .btn-2 {
	margin: 0 0 0 15px 
}
.glance-box .box-text {
	border: 3px solid #fff; 
	border-top: none
}
.glance-box .box-text.guru-box {
	border-color: #0e8870;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.cartHolder {
	box-shadow: 0px 0px 20px rgba(34, 17, 85, 0.1);
	padding: 10px 25px 20px;
	position: relative;
	margin-bottom: 80px;
}
.woocommerce-cart .glance-box {
	padding: 10px 20px 30px;
	margin-left: -20px;
	margin-right: -20px;
}
.woocommerce-cart .glance-box .row {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(34, 17, 85, 0.1);
	padding-top: 20px;
	padding-bottom: 40px;
}
.woocommerce-cart .course-box .course-holder {
	box-shadow: none;
}
.woocommerce-cart .title-box {
	border-bottom: none;
	margin-top: 20px;
}
.woocommerce-cart .page-section h1 {
	font-weight: 700;
	text-transform: none;
}
#appendCartButton .wc-proceed-to-checkout {
	text-align: center;
}
#appendCartButton {
	padding-bottom: 80px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin: 0;
}
.woocommerce table.shop_table {
	border: none;
}
.woocommerce table.shop_table thead {
	display: none;
}

.woocommerce table.shop_table .product-quantity {
	display: none
}
.woocommerce-cart table.cart img {
	width: 280px;
}
.product-name a.revert {
	color: #000;
}
.product-name .change {
	text-decoration: underline;
}
.product-name .cat, .product-name .date, .product-name .change {
	font-size: 17px;
	display: block;
	margin-bottom: 5px;
}
.product-name .change {
	font-weight: 700
}
.product-price span {
	display: block;
}
.product-price .old {
	color: #737373;
	text-decoration: line-through;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}
.product-price .current {
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 32px;
}
.product-price .vat {
	color: #737373;
	text-transform: uppercase;
	
}
.cart_totals h2 {
	display: none;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border: none;
}
.cart_totals .tax_label, .cart_totals .includes_tax {
	display: block;
	text-transform: uppercase;

}
.cart_totals .includes_tax {
	font-size: 14px;
	line-height: 16px;
}
.order-total {
	font-size: 28px;
}
.woocommerce-cart table.cart td {
	padding: 50px 15px;
	border-bottom: 1px dotted #5b6572;
	border-top: none;
}
.woocommerce-cart a.remove {
	width: auto;
	height: auto;
	background: none !important;
	color: #000 !important;
	font-weight: 400 !important;
	text-decoration: underline;
	font-size: 13px;
	display: block;
	text-align: left;
}
.woocommerce-cart a.remove:hover, .woocommerce-cart a.revert:hover {
	color: #06c290 !important;
}

.woocommerce-cart .product-name h3 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0;
}
.woocommerce-cart .product-name span, .woocommerce-cart .product-name a.revert {
	display: block;
	line-height: 24px;
}
h2.cart-glance-title  {
	font-weight: 700;
	margin-bottom: 25px;
}
.woocommerce-cart .course-compendium .left {
	width: 66%;
	float: right;
}
.woocommerce-cart .course-compendium .right {
	width: 28%;
	float: left;
}
.woocommerce-cart .cch {
	margin-bottom: 40px;
	margin-top: 40px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
.popup-header {
	text-align: center;
	cursor: pointer;
	padding: 30px 20px;
}
.popup-header h3 {
	font-weight: 700;
	margin: 0
}
.cart-popup .pPrice span {
	display: block;
	font-size: 14px;
}
.cart-popup .pPrice .old {
	text-decoration: line-through;
}
.cart-popup .pPrice .current {
	font-weight: 700;
	font-size: 19px;
}
.cart-popup h4 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0;
}
.cart-popup .cat {
	font-size: 15px;
}
.cart-popup .vat {
	text-transform: uppercase;
}
.cart-popup .items-holder {
	max-height: 225px;
	overflow-y: auto;
	padding-left: 10px;
	padding-right: 10px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.c-left-holder .cf {
	height: auto;
	display: inline-block;
	margin: 0;
}
.c-left-holder .cf button {
	margin-top: 40px;
	font-size: 14px;
	padding: 6px 30px;
	background: none;
color: #fff;
border: 1px solid #fff
}
.c-left-holder .added_to_cart  {
	display: block;
	color: #fff;
	margin-top: 40px;
}
.c-left-holder .cf button:hover {
	background: #fff;
color: #1a293b !important;
border-color: #fff;

}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	max-width: 40px;
}
.cart-popup {
	width: 400px;
	position: fixed;
	right: 30px;
	bottom: 0;
	padding: 0 15px 15px;
	box-shadow: 0px 0px 20px rgba(34, 17, 85, 0.1);
	background: #fff;
	z-index: 99999999;
}
.mobile-cart {
	display: none;
}
.cart-popup.closed .items-holder, .cart-popup.closed .total-holder {
	display: none;
}
.cart-popup.closed .popup-header {
	padding: 15px 20px 5px
}
.items-holder .item {
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px dotted #596471
}
.items-holder .item:last-child {
	border-bottom: none;
}
.total-holder {
	padding: 15px 10px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	margin-left: -15px;
	margin-right: -15px;
	box-shadow: 0px -3px 3px rgba(34, 17, 85, 0.1);
}
.total-holder a.btn {
	margin-top: 20px;
	margin-bottom: 10px;
}
.items-holder .pPrice {
	text-align: right; 
}
.pTitle {
	float: left;
	width: 65%; 
}
.pPrice {
	float: right;
	width: 30%; 
}
.total-holder .totalText {
	display: block;
	float: left; 
}
.total-holder .tPrice {
	float: right;
	display: block; 
}
.totalBtn {
	text-align: center; 
}
.course-holder .guruBox {
	display: none; 
}
.cart-discount th, .cart-discount td, .cart-discount td span  {
	color: #117e7f !important;
}
.woocommerce-cart .glance-box .course-box {
 padding: 0px 20px 20px
}
.banner-content .cf, .cta .cf, .scrolling-btn .cf {
	width: auto;
	text-align: center;
	height: 40px;
}
.banner-content .cf button, .cta .cf button, .scrolling-btn .cf button {
	position: initial;
	width: auto;
	border: 1px solid #06c290;
	line-height: 13px;
	margin-bottom: 20px !important;
}
.banner-content .cf button:hover, .cta .cf button:hover, .scrolling-btn .cf button:hover {
	background: none;
	border-color: #06c290;
	color: #06c290 !important
}
.sold-out {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: normal;
	padding: 11px 30px;
	text-align: center;
	background: #d9dbde;
	border-radius: 30px;
}
.top-m-section {
	padding: 50px 0
}
.top-m-section h1 {
	float: left;
	width: 68%;
	font-size: 32px;
	font-weight: 700;
	padding-top: 90px;
}
.top-m-section h1 span {
	color: #06c290;
}
.top-m-section .img-box {
	float: right;
	width: 30%;
}
.pdf-section {
	padding: 50px 0;
	background: #353535
}
.conpedium-box {
	float: left;
	width: 47%;
	box-shadow: 0px 20px 30px rgba(34, 17, 85, 0.15);
	position: relative;
	margin-top: 20px;
}
.conpedium {
	padding: 80px 0
}
.conpedium h2 {
	font-weight: 700
}
.conpedium-box .offer {
	position: absolute;
	top: -25px;
	left: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #06c290
}
.conpedium-box.second {
	float: right;
}
.conpedium-box.second .bottom {
	background: #06c290
}
.conpedium-box .text {
	padding: 30px 40px 10px;
}
.conpedium-box .bottom {
	padding: 20px 40px;
	color: #fff;
	background: #0e8870
}
.conpedium-box .bottom .price {
	float: left;
	width: 33%;
	font-size: 24px;
	font-weight: 700;
}
.conpedium-box .bottom .price span {
	font-size: 16px;
	font-weight: 400
}
.conpedium-box .bottom .btnBox {
	float: left;
	width: 67%;
	text-align: right;
}
.conpedium-box .bottom .btn {
	margin: 0
}
.conpedium-box .bottom .default-button {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 14px;
}
.appendCartButton {
	position: relative;
	text-align: center;
}
.woocommerce ul li {
	list-style: none;
}
.woocommerce ul li::before {
	display: none !important;
}
.compedium-landing {
	background: #eeeeee;
	padding: 0 0 30px;
}
.compedium-holder {
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.compedium-top {
	text-align: center;
}
.compedium-top h1 {
	font-weight: 700;
	margin-bottom: 25px;
}
.compedium-landing .container {
    max-width: 940px;
}
.compedium-top p.subtitle {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700
}
.compedium-landing .img-holder {
	padding-top: 15px;
}
.compedium-landing a.btn {
	margin: 0
}
.img-holder .btnH {
	padding: 50px 0
}
.copy-box .copy-text {
	font-size: 22px;
}
h2.copy-title {
	font-size: 24px;
	margin: 0 0 50px;
	position: relative;
	padding: 30px 0;
	text-transform: none;
	font-weight: 700
}
h2.copy-title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 5px;
	background: #06c28f;
	left: 50%;
	margin-left: -50px;
}
.included-box ul li {
	list-style: none;
	margin-bottom: 0px;
}
.included-box .left {
	float: left;
	width: 48%;
	text-align: left;
}
.included-box .right {
	float: right;
	width: 48%;
	text-align: left;
}
.pricing-content .pr-box {
	float: left;
	width: 48%
}
.pricing-content .pr-box.second {
	float: right;
}
.pricing-content .pr-box.last {
	width: 100%;
	float: none;
}
.pr-box.last .bottom {
	background: #06c290
}
.pricing-content {
	padding: 30px 0
}
.pr-box-holder .image {
	float: left;
	width: 100px;
	height: 100px;
	background-size: contain !important
}
.pr-box-holder .txt {
	text-align: left;
	width: 70%;
	float: left;
	padding-left: 15px;
}
.pr-box-holder .txt h3 {
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	display: table-cell;
	height: 100px;
	margin-top: 0;
	vertical-align: middle;
	font-weight: 400
}
.pr-box  {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15)
}
.pr-box .top {
	padding: 15px;
}
.pr-box .bottom {
	background: #0e8770;
	padding: 12px 15px;
	text-align: left;
	color: #fff;
}
.pr-box .bottom .b {
	float: left;
	width: 50%;
}
.pr-box .bottom .b .btn {
	min-width: 160px;
	padding: 5px 15px;
	font-size: 12px;
}
.pr-box .bottom .b .price {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.pr-box .bottom .b .price span {
	font-weight: 400;
	font-size: 12px;
}
.bottom .b .added_to_cart {
	display: none;
}
.bottom .b button {
	margin: 0;
	background: none;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 5px 15px;
	font-size: 12px;

}
.bottom .b button:hover {
    background: #fff;
    color: #1a293b !important;
    border-color: #fff;
}
.single-courses .course-banner .cf {
    display: inline-block;
    margin-top: 15px;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
}
.single-courses .course-banner .default-button.white {
    margin-top: 15px;
	position: relative;
	z-index: 999999;
	padding: 4px 25px;
	vertical-align: middle;
	 margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
}

.subscribe-overlay {
	position: fixed;
	z-index: 99999999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(26, 41, 59, 0.9);
}
.subscribe-popup {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	border-radius: 0px;
	position: fixed;
	top: 100px;
	z-index: 9999999999999999;
	left: 50%;
	margin-left: -500px;
	max-height: 90%;
	overflow-y: auto;
}
.subscribe-popup-holder {
	position: relative;
}
.subscribe-popup .form-box-holder {
	position: relative;
}
.subscribe-popup .section-form .right-content {
	float: right;
	padding: 140px 70px 70px;
}
.subscribe-popup .form-box-holder .left-content {
	height: 100%;
}
.popupForm .row {
	margin-left: -5px;
	margin-right: -5px;
}
.subscribe-popup .subtitle:after {
	display: none;
}
.popupForm .col {
	padding: 0 5px;
	float: left;
	width: 33.33%
}
.popupForm input[type="submit"] {
	margin: 0
}
.popupForm {
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
	padding: 26px 0 0;
	margin-bottom: 15px
}
.popupForm .wpcf7 form .wpcf7-response-output {
	width: 100%
}
.popupForm input[type="text"], .popupForm input[type="email"] {
	border-radius: 0;
	margin: 0
}
.subscribe-popup .close2 {
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
}
.subscribe-popup .close {
    position: absolute;
    right: 17px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 101;
    font-weight: 700;
}
.subscribe-popup, .subscribe-overlay {
	display: none;
}
.subscribe-popup .section-form .container {
	padding: 0
}
.subscribe-popup .section-form {
	padding: 0
}
.section-serv {
	padding: 50px 0;
	background: linear-gradient(to bottom left, #fff 50%, #cdf3e9 50%); 
}
.home .section-serv {
	padding: 50px 0;
	background: linear-gradient(to bottom left, #fff 50%, #f4f4f4 50%); 
}
.section-serv .left-col {
	float: left;
	width: 62%;
}
.serv-holder {
	background: #fff;
}
.section-serv .right-col {
	float: right;
	width: 33%;
	padding-top: 60px;
}
.right-serv-box {
	color: #fff;
	padding: 30px;
	background: rgb(6,194,144);
	background: linear-gradient(190deg, rgba(6,194,144,1) 0%, rgba(26,41,59,1) 100%);
}
.right-serv-box h2 {
	font-weight: 300;
	font-size: 42px;
	color: #fff;
	letter-spacing: 2px;
}

.right-serv-box .divider {
	margin: 15px 0;
	background: #537d77;
	height: 2px;
	padding: 0
}
.right-serv-box .divider:after {
	display: none;
}
.right-serv-box h3 {
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-size: 28px;
	color: #06c290;
	text-transform: uppercase;
}
.right-serv-box p {
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-size: 16px;
	color: #fff;
	font-weight: 400
}
.section-serv  .container {
	max-width:  1540px;
}
.section-serv .c1 {
	float: left;
	width: 50%;
	padding: 0 30px;
}
.section-serv .c2 {
	float: left;
	width: 50%;
	padding: 60px 30px 0;
}
.section-serv .row {
	margin-left: 30px;
	margin-right: 30px;
}
.s-image {
	height: 180px;
	display: block;
	background-size: contain !important;
	
}
.serv-img {
	position: relative;
}
.serv-img .overlay {
	display: block;
	width: 88%;
	height: 86%;
	top: 8%;
	left: 6%;
	position: absolute;
	z-index: 101;
	background: rgba(6, 194, 144, 0.4);
	display: none;
}
.section-serv a {
	color: #1a293b
}
.s-text {
	padding: 15px 30px;
}
.serv-holder .serv {
	box-shadow: 0px 5px 6px rgba(34, 17, 85, 0.1);
	margin-bottom: 50px;
}
.serv-holder h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-left: -15px;
	font-size: 18px;
	font-weight: 400
}
.section-serv .s-text p {
	font-size: 14px;
	letter-spacing: 1px;
}
.serv h3 a {
	display: block;
	padding: 5px 15px; 
	display: inline-block;
	background: #fff;
	background: linear-gradient(to left, transparent 50%, #06c290 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.serv:hover h3 a {
	color: #fff;
	 background-position: left;
}
.serv:hover .serv-img .overlay {
	display: block;
}
.section-testimonials .t_bg {
    display: none !important;
	background-size: cover !important;
}
.section-testimonials .overlay-gradient {
	height: 720px;
}
.section-testimonials {
	padding: 0px 0 100px;
	background: none;
	position: relative;
}
.t-holder {
	background: rgb(6,194,144);
	background: linear-gradient(190deg, rgba(6,194,144,1) 0%, rgba(26,41,59,1) 100%);
	padding: 50px 100px;
	position: relative;
	z-index: 101;
}
.home .t-holder {
    margin-top: -200px
}
.t-holder .t-left {
	text-align: center;
	padding-top: 15px;
}
.t-holder .det span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.t-holder .t-left .img {
	display: inline-block;
	width: 150px;
	height: 150px;
  	margin-bottom: 15px;
}

.t-left .t_title {
	color: #05c391;
	font-weight: 700;
	text-transform: uppercase;
}
.t-left .t_job {
	font-weight: 300;
	font-style: italic;
}
.t-left .t_comp {
	text-transform: uppercase;
	font-weight: 700;
}
.section-academy {
	padding: 80px 0 150px
}
.section-academy .row {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.section-academy .left {
	float: left;
	width: 35%;
}
.section-academy .right {
	float: right;
	width: 58%;
	padding: 60px;
	background: url(images/academy-bg.png) top center no-repeat;
	background-size: contain;
	height: 506px;
}
.section-academy h2, section h2 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 2px;
}
.section-academy p {
	letter-spacing: 1.5px;
}
.section-academy .left .txt {
	height: 506px;display: table-cell;
	width: 500px;
	vertical-align: middle;
}
.academy-row {
	width: 100% !important
}
.academy-slider {
	width: 900px !important;
}
.t_arrow {
	display: block;
	width: 130px;
	height: 30px;
	cursor: pointer;
	background: url(images/t-arrow.jpg) top center no-repeat;
	background-size: contain;
}
.academyPag {
	position: absolute;
	right: -140px;
	bottom: 60px;
}
.section-insights {
	padding: 100px 0;
background: #cef4ea; 
}
.section-insights .contaner {
	max-width: 1540px;
}
.section-insights h2 {
	color: #1a293b;
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
}
.section-insights .col1 {
	float: left;
	width: 50%;
	padding: 5px;
	flex-grow: 1;
  width: 33%;
}
.section-insights .col2 {
	float: left;
	width: 30%;
	padding: 5px;
	flex-grow: 1;
  width: 33%;
}
.right .insights-blog {
	height: auto;
}
.section-insights .col3 {
	flex-grow: 1;
  width: 33%;
	padding: 5px;
}
.insights-holder {
	display: flex;
	text-align: center;
}
.insights-event {
	padding: 50px;
	background: #1a293b;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.insights-event:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.03, 1.03);
}

.insights-event h3 {
	font-size: 48px;
	font-weight: 300;
	padding: 5px 15px;
	letter-spacing: 2px;
	color: #fff;
	background: #1a293b;
	background: linear-gradient(to left, #1a293b 50%, #06c290 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
	
	margin-left: -15px;
	margin-bottom: 7px;
}
.insights-res h3 a {
	color: #fff;
	display: block;
	position: relative;
	padding: 5px 15px;
	z-index: 3;
    background-size: 200%;
    transition: .5s ease-out;
}
.insights-blog h3 a {
	color: #1a293b;
	display: block;
	position: relative;
	padding: 5px 15px 0;
	margin-bottom: 5px;
	display: inline-block;
	z-index: 3;
	background: linear-gradient(to left, transparent 50%, #06c290 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.insights-event:hover h3, .insights-res:hover h3 a, .insights-blog:hover h3 a {
	color: #fff;
	background-position: left;
}
.insights-event h3 a {
	color: #fff;
}

.insights-event .div {
	height: 1px;
	display: block;
	background: #f4f4f4;
	margin-bottom: 15px;
	margin-top: 15px;
}
.insights-event .type {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.insights-blog {
	background: #fff;
	max-width: 350px;
	position: relative;
	box-shadow: 0px 5px 6px rgba(34, 17, 85, 0.1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	text-align: left;
	display: inline-block;
	height: 100%;
}
.insights-blog.insights-events {
	background: #1a293b;
	color: #fff;
}
.insights-blog.insights-resources {
	background: linear-gradient(190deg,rgba(6,194,144,1) 0%,rgba(26,41,59,1) 100%);
	color: #fff;
}
.insights-blog.insights-resources .tags a {
	color: #fff;
}
.insights-blog.insights-resources .type {
	top: 50px;
} 
.insights-blog.insights-resources h3 a, .insights-blog.insights-events h3 a {
	color: #fff;
}
.insights-blog.insights-events h3 .corner {
	background: #354755;
}
.insights-blog.insights-resources h3 .corner {
	background: #06c290;
}
.insights-blog.insights-events h3, .insights-blog.insights-resources h3 {
	margin-bottom: 0;
	margin-left: -15px;
	letter-spacing: 2px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	overflow: hidden;
}
.insights-blog:hover {
	 box-shadow: 0 0 11px rgba(33,33,33,.2);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.03, 1.03);
}
.insights-blog .s-image {
    height: 160px;
    display: block;
    background-size: cover !important;
}
.insights-blog:hover h3 a {
	color: #fff;
	background-position: left;
}
.insights-blog:hover .serv-img .overlay {
	display: block;
}
.insights-blog .s-text {
    padding: 20px 40px 15px 30px;
    position: relative;
}
.s-text h3 {
	position: relative;
}
.insights-res h3 .corner {
	top: 9px;
	left: 9px;
	background: #06c290
}
.insights-blog.insights-events span.div, .insights-blog.insights-resources span.div {
	display: block;
	background: #fff;
	height: 1px;
	margin-top: 15px;
}
h3 .corner {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	background: #daf6ee;
	top: 0;
	z-index: 1;
	left: 0
}
h3 a {
	display: block;
	position: relative;
	z-index: 2
}
.insights-blog h3 {
	margin-bottom: 0;
	margin-left: -15px;
	letter-spacing: 1.5px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	    overflow: hidden;
}
.insights-blog .serv-img .overlay {
	left: 6%;
	top: 8%;
	width: 88%;
	height: 84%;
}
.insights-blog .type, .insights-res .type, .overview-text .type {
	position: absolute;
	right: -25px;
	top: 25px;
	display: inline-block;
	min-width: 100px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.insights-blog .tags {
	padding-top: 25px;
	font-size: 12px;
}
.insights-blog .tags span, .insights-res .tags span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.insights-res {
	background: linear-gradient(190deg,rgba(6,194,144,1) 0%,rgba(26,41,59,1) 100%);
	position: relative;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	height: 100%;
	max-width: 350px;
	text-align: left;
	display: inline-block;
}
.insights-res:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.03, 1.03);
}
.insights-res .s-text {
    padding: 20px 40px 15px 30px;
    position: relative;
}
.insights-res .tags {
	padding: 15px 30px 30px;
	font-size: 12px;

}
.filterBtn {
	display: none;
}
.insights-res .div {
	height: 1px;
	display: block;
	background: #f4f4f4;
	margin-bottom: 15px;
}
.insights-res h3 {
	margin-bottom: 0px;
	margin-left: -15px;
	letter-spacing: 1.5px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
}
.insights-res:hover h3 {
	background: #06c290
}
.section-insights .btnH {
	text-align: center;
}
.section-insights .btnH a.btn {
	display: inline-block;
	background: #06c290 !important;
	color: #fff !important;
	border-color: #06c290;
	margin-bottom:0
}
.section-insights .btnH a.btn:hover {
	background: #1a293b !important;
	color: #fff !important;
	border-color: #1a293b
}
.section-contact {
	padding: 100px 0;
	background: #f1f1f1;

}
.section-contact .left {
	background-size: cover !important;
	float: left;
	width: 35%;
	height: 380px;
	position: relative;
}
.section-contact .right {
	float: left;
	width: 65%;
	background: #fff;
	padding: 40px 50px 50px;
	height: 380px;
}
.arrow_w {
	display: inline-block;
	background: url(images/arrow_w.png) top center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.insights-event .arrow_w {
	width: 70px;
	height: 20px;
}
.arrow_b {
	display: inline-block;
	background: url(images/arrow_b.png) top center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.insights-blog .arrow_b, .insights-blog .arrow_w {
	width: 30px;
	height: 11px;
}
.insights-res .arrow_w {
	width: 40px;
	height: 10px;
}
.insights-event .tags {
    font-size: 12px;
}
.insights-event .tags a {
	color: #fff;
	text-decoration: underline;
}
.insights-res .tags a {
color: #fff;
}
.insights-res .type {
	top: 60px;
}
.section-contact .col {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.section-contact .col-right {
	float: right;
}
.section-contact input[type="text"], .section-contact input[type="email"] {
	border-radius: 0;
	background: #fdfdfd;
	height: 50px;
	font-size: 18px;
	padding: 15px;
}
.section-contact .wpcf7-list-item-label, .section-contact .label_for_checkbox {
	color: #1a293b;
	width: 94%;
	font-size: 13px;
	line-height: 20px;
}
.section-contact  span.wpcf7-list-item {
	margin: 0;
	display: block;
}
.logos {
	text-align: center;
}

.section-contact h2 {
	font-size: 28px;
	border-bottom: 1px solid #525252;
	padding-bottom: 20px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.section-contact h2 span {
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}
.section-contact input[type="submit"] {
	margin-top: 15px;
}
.top-section {
	background: #f4f4f4;
	padding: 160px 0 50px;
}
.top-section h1 {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.top-section .subtitle {
	font-weight: 700;
	letter-spacing: 1.5px;
	font-size: 20px;
	line-height: 30px;
	color: #1a293b
}
.top-left {
	display: inline-block;
	width: 59%;
	padding-right: 30px;
	vertical-align: middle;
}
.top-right {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	text-align: center;
	padding-top: 30px;
}
.top-section a.btn:nth-child(2) {
	background: #1a293b;
	border-color: #1a293b;
}
.top-section a.btn:nth-child(2):hover {
	background: #06c290;
	border-color: #06c290;
}
.banner-content {
	width: 2000px;
	display: table-cell;
	vertical-align: middle;
}
.top-section a.btn {
	margin: 30px 15px 0
}
.breadcrumbs {
	padding: 20px 0;
}
.breadcrumbs .container {
	max-width: 1540px;
}
.breadcrumbs span {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
}
.about-pagination {
	position: fixed;
	left: 10px;
	top: 50%;
	margin-top: -100px;
	z-index: 999;
}
.abpH {
	box-shadow: 0px 0px 3px rgba(34, 17, 85, 0.1);
	padding: 30px 30px 15px;
	background: #fff;
	position: relative;
	z-index: 5
}
.about-pagination .bg1 {
	position: absolute;
	height: 140%;
	background: #cdf3e9;
	top: -10px;
	left: -10px;
	width: 28%;
}
.about-pagination .bg2 {
	position: absolute;
	height: 70%;
	background: #cdf3e9;
	right: -10px;
	bottom: -20px;
	width: 70%;
}
.section-purpose .rombH .img .bg {
	position: absolute;
	height: 80%;
	background: #cdf3e9;
	bottom: -30px;
	left: -50px;
	width: 38%;
}
.about-pagination h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about-pagination a {
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
.about-pagination a span {
	font-size: 11px;
	font-weight: 700
}
.section-purpose {
	padding: 100px 0;
	text-align: center;
}
.mobile-second-filter {
	display: none;
}
.news_section {
	padding-bottom: 20px;
}
.news_section .data-holder {
	display: flex;
	flex-wrap: wrap;
}
.news_section .data-holder .box {
	position: relative;
	flex-grow: 1;
	width: 33%;
	float: none;
}

.section-purpose .romb {
	width: 700px;
	height: 700px;
	background: url(images/ab-shape.png) top center no-repeat;
	background-size: contain;
	margin: 0 auto 80px;
	color: #fff;
	padding: 100px 150px;
	position: relative;
}
.section-purpose .romb .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 500px;
	height: 500px;
}
.section-purpose .romb .text h3 {
	letter-spacing: 2px;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #fff;
}
.section-purpose .romb .text p {
	letter-spacing: 1px;
	font-size: 14px;
}
.section-purpose .rombH {
	display: inline-block;
	position: relative;
	margin-right: 100px;
}
.section-purpose .rombH .img {
	position: absolute;
	width: 400px;
	height: auto;
	right: -150px;
	top: 36%;
}
.section-purpose.section-purpose-expertise .rombH .img {
	width: 330px;
}
.story-left {
	float: left;
	width: 68%;
}
.story-right {
	float: right;
	width: 30%;
	padding-top: 15px;
}
.section-story {
	position: relative;
	padding-bottom: 0
}
.section-story .container {
	position: relative;
	max-width: 1070px;
}
.section-story .bg {
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #f4f4f4
}
.section-story .imgH {
	margin-bottom: 20px;
}
.section-story .boxA {
	width: 90%
}
.boxB .left {
	float: left;
	width: 50%;
}
.boxB .right {
	float: right;
	text-align: right;
	width: 46.3%;
	margin-bottom: 30px;
}
.boxB .right .i1 {
	max-width: 57%;
	display: inline-block;
	margin-top: 50px;
}
.boxB h2 {
	font-weight: 700;
	border-top: 1px solid #1a293b;
	color: #06c290;
	letter-spacing: 3px;
	padding-top: 5px;
	margin-bottom: 15px;
	font-size: 34px;
	margin-top: 50px;
}

.story-left .boxA {
	padding-bottom: 30px;
}
.section-story p {
	letter-spacing: 1px;
	font-size: 14px;
}
.section-team {
	text-align: center;
	padding-bottom: 80px;
}
.section-team .row {
	margin-left: -30px;
	margin-right: -30px;
}
.team-box {
	display: inline-block;
	vertical-align: top;
	width: 24.5%;
	padding: 15px 30px;
}
.team-box .team-image {
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 300px;
	border: 3px solid #f4f4f4;
  position: relative;
  overflow: hidden;
}
/*.team-box .team-image img {
	filter: grayscale(1) contrast(1.2) opacity(0.9) drop-shadow(0 0 0 #1a293b80) saturate(1000%);
}*/
.team-text h4 {
	letter-spacing: 1px;
}
.team-text h4 span {
	display: block;
}
.team-text h4 span.job_title {
	color: #06c290;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
}
.page_section.page-about .container {
	max-width: 1070px
}
.section-team .container {
	max-width: 1300px;
}
.section-contact-us .form-holder {
	position: relative;
	max-width: 1000px;
	margin:  0 auto
}
.form-holder .fH {
	padding: 100px 100px 50px;
	background: #fff;
	box-shadow: 0px 0px 4px rgba(34, 17, 85, 0.1);
	position: relative;
	z-index: 5
}
.form-holder .bg1 {
    position: absolute;
    height: 80%;
    background: #cdf3e9;
    top: -80px;
    left: -50px;
    width: 38%;
}
.form-holder .bg2 {
    position: absolute;
    height: 80%;
    background: #cdf3e9;
    top: 80px;
    right: -50px;
    width: 38%;
}
.form-holder .bg3 {
    position: absolute;
    height: 70%;
    background: rgba(82, 82, 82, 0.6);
    top: -10px;
    right: -10px;
    z-index: 3;
    width: 38%;
}
.form-holder .col2 {
	width: 45%;
	float: left;
	margin-bottom: 30px;
}
.form-holder .col2.right {
	float: right;
}
.text-label {
	color: #525252;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.form-holder textarea {
	resize: none;
	height: 100px;
	margin-bottom: 10px;
}
.form-holder {
	letter-spacing: 1px;
}
.form-holder br {
	display: none;
}
.form-holder .wpcf7-list-item-label {
	margin-bottom: 5px;
	font-size: 14px;
}
.left .social br {
	display: none;
}
.social a {
	display: inline-block;
	font-size: 18px;
	background: #cdf3e9;
	color: #1a293b;
	border-radius: 40px;
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-right: 10px;
}
.section-contact-detais h3 {
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 34px;
	font-size: 30px;
}
.section-contact-detais h3 span {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
}
.section-contact-detais {
	padding: 80px 0
}
.section-contact-detais p {
	margin-bottom: 30px;
	line-height: 34px;
}
.section-contact-detais .container {
	max-width: 800px;
	position: relative;
}
.section-contact-detais .left {
	float: left;
	width: 45%;
}
.section-contact-detais .right {
	float: right;
	width: 45%;
	padding-left: 100px;
	background: url(images/location.png) top left no-repeat;
	background-size: 50px;
}
.section-contact-detais .divid {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	bottom: 0;
	background: #1a293b
}
.section-contact-us {
	padding: 150px 0 20px;
}
.section-form .container {
	max-width: 1000px;
}
.section-form .left-content {
	position: relative;
	float: left;
	width: 50%;
	padding: 80px 70px 50px;
	background: url(images/form-bg.png) top left no-repeat #cdf3e9;
	background-size: 120px;
}
.section-form {
	padding-top: 50px;
}
.single .section-form, .section-form-widget {
	padding: 100px 0;
	background: #f4f4f4
}
.section-form .right-content {
	position: relative;
	float: left;
	width: 50%;
	padding: 80px 70px 50px;
}
.form-content br {
	display: none;
}
.page-template-template-form .site-main {
	padding-top: 120px;
	background: #f4f4f4
}
.form-box-holder {
	background: #fff;
}

.page-template-template-form .section-contact {
	background: #f4f4f4
}
.site-footer .row {
	margin-left: -15px;
	margin-right: -15px;
}

.site-footer {
	padding: 50px 0
}
.site-footer .col {
	float: left;
	width: 25%;
}
.site-footer .logo {
	max-width: 200px;
	float: none;
	margin-bottom: 10px;
}
.site-footer .social a {
	background-color: #fff;
}
.section-insights .container {
	max-width: 1420px;
}
.form-box-holder h1 {
	font-size: 26px;
	font-weight: 300;
	padding-bottom: 25px;
	border-bottom: 1px solid #1a293b;
	text-align: center;
}
.form-box-holder h1 span {
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}
.form-box-holder .left-content {
	color: #525252;
	letter-spacing: 1px;
}
.form-box-holder .left-content li {
	margin-bottom: 24px;
	list-style-type: disc;
	background: none;
	padding-left: 10px;
}
.form-box-holder .left-content ul {
	padding-left: 15px;
}

.form-content .col2 {
	margin-bottom: 25px;
}
.wpcf7-checkbox {
	margin-bottom: 25px;
	display: block;
}
.form-box-holder  input[type="submit"] {
	margin-top: 15px;
}
.single .blog-section .container {
	max-width:  1000px;
}

.single .blog-social {
	top: 300px;
	width: 44px;
	position: fixed;
	left: 0
}
.single .about-pagination {
	top: 250px;
	left: 100px;
}
.blog-social .resp-sharing-button__link {
	margin: 0;
	border-radius: 0
}
.blog-social .resp-sharing-button {
	border-radius: 0
}
.single .about-pagination .bg1 {
    height: 140%;
    top: -10px;
    left: -35px;
    width: 48%;
}
.insight-overview {
	position: fixed;
	z-index: 101;
	left: 0;
	top: 83px;
	display: none;
	width: 100%;
}
.insight-overview .overview-title {
	background: #1a293b;
	padding: 15px 0px;
}
.insight-overview .overview-title h3 {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	margin: 0;
	letter-spacing: 1px;
}
.insight-overview .overview-text {
	background: #fff;
	padding: 10px 0 5px;
	position: relative;
	box-shadow: 0px 0px 3px rgba(34, 17, 85, 0.1);
}

.overview-text .col {
	display: block;
	padding: 15px;
	width: 50%;
	white-space: nowrap;
	float: left;
}
.overview-text .row {
	display: inline-block;
	min-width: 500px;
	margin-left: 25px;
	vertical-align: middle;
}
.overview-text {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
}
.date-box span {
	display: block;
	padding-left: 50px;
	background: url(images/date-icon.png) top left no-repeat;
	background-size: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.time-box span {
	display: block;
	padding-left: 50px;
	background: url(images/time-icon.png) top left no-repeat;
	background-size: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.overview-text .entry-meta {
	padding-bottom: 10px;
}
.insight-overview .meta-right {
	max-width: 120px;
	padding-top: 26px;
	position: relative;
}
 .insight-overview .meta-right span.icon {
 	background: url(images/auth-icon.png) top left no-repeat;
	background-size: 35px;
	position: absolute;
	top: 29px;
	left: -50px;
	width: 35px;
	height: 35px;
 }
.insight-overview .meta-left {
	margin-right: 40px;
}
.overview-text .btnH {
	text-align: center;
	padding-top: 10px;
}
.overview-text .btnH .btn {
	margin: 0;
}
.page-recomanded .left {
	float: left;
	width: 48%;

}
.page-recomanded .right {
	float: right;
	width: 48%;

}
.page-recomanded {
	padding: 10px 0 100px
}
.section-subscribe {
	padding: 50px 0;
	position: relative;
	color: #fff;
	text-align: center;
}
.section-subscribe .bg {
	position: absolute;
	background-size: cover !important;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
 }
.section-subscribe .container, .section-tribe .container {
	position: relative;
	z-index: 10;

}
.section-subscribe .subscribe-holder {
	padding: 50px 100px;
	background: #1a293b; 

}
.section-subscribe a.btn {
	margin: 0
}
.section-subscribe p {
	font-size: 20px;
	margin-bottom: 35px;
}


.section-tribe {
	padding: 100px 0;
	background: #06c290;
	position: relative;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
}
.section-tribe span {
	font-weight: 700;
}
.section-tribe a.btn {
	background: #fff;
	color: #1a293b !important;
	margin: 0 0 0 30px;
}
.section-tribe a.btn:hover {
	background: #1a293b;
	color: #fff !important;
	margin: 0 0 0 30px;
}
.tribe-bg {
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30%;
}
.filterBox {
	background: #f4f4f4;
	padding: 0px 0 50px;
}
.fLabel {
	color: #06c290;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
.fLeft {
	float: left;
	width: 58%;
	margin-top: -30px;
}
.fCenter {
	float: right;
	width: 40%;
	position: relative;
	padding-top: 70px;
}
.loadSearchResults {
	position: absolute;
	top: 75px;
	left: 0;
	background: #fff;
	padding: 0;
	z-index: 101;
	width: 100%;
	box-shadow: 0px 5px 6px rgba(34, 17, 85, 0.1);
}
.loadSearchResults ul {
	margin: 0;
	padding: 0
}
.loadSearchResults ul li {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
}
.loadSearchResults ul li:hover {
	background: #cdf3e9
}
.fRight {
	float: right;
	width: 36%;
	padding-top: 72px;
}
.filter form {
	display: block;
	float: left;
	width: 60%
}
.fLeft input[type="checkbox"] {
	visibility: hidden;
	display: none;
}
form .fLeft label {
    background: #c4eae0;
    border: 1px solid #c4eae0;
    border-radius: 30px;
    box-shadow: none;
    color: #1a293b;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: normal;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .4s ease 0s,transform .2s ease 0s;
    vertical-align: middle;
    white-space: normal;
    margin-right: 10px;
}
form .fLeft label:hover, form .fLeft label.active {
	color: #fff;
	background: #1a293b;
    border: 1px solid #1a293b;
}
.news_section .container, .filterBox .container {
	max-width: 1340px;
}
.filter input[type="search"] {
	border-radius: 15px;
	height: 36px;
	padding: 5px 20px; 
	border-color: #525252;
	font-size: 13px;
	font-weight: 700;
}
.pagination .pTitle {
	display: none;
}
.pagination {
	text-align: right;
}
.pagination li {
	display: inline-block;
	list-style: none;
	margin-left: 8px;
}
.pagination li span, .pagination li a {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 35px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 34px;
}
.pagination li span {
	color: #fff;
	background: #1a293b;
}
.pagination li a {
	color: #1a293b;
	background: #cdf3e9;
}
.pagination li span.dots {
	color: #1a293b;
	background: none;
}
.pagination li a.prev, .pagination li a.next {
	background: none;
	text-indent: -9999px
}
.pagination li a.prev {
	background: url(images/prev-arrow.png) center center no-repeat;
	background-size: 9px;
}
.pagination li a.next {
	background: url(images/t-arrow.png) center center no-repeat;
	background-size: contain;
	width: 70px;
	margin-left: 10px;
}
.pagination_container {
	padding-top: 20px;
}
.data-holder .box {
	float: left;
	padding: 0 30px 60px;
	width: 33.33%;
	position: relative;
}
.news_section {
	padding: 60px 0 0px;
}
.news_section .row {
	margin-left: -30px;
	margin-right: -30px;
}
.padding-me-top .insights-blog {
	position: absolute;
	top: 40px;
	width: 100%;
	letter-spacing: 0
}
/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); width: 24px; height: 20px; }
.ez-checkbox {
	background: transparent url('images/ck-sprite.png') 0 0px no-repeat;
	display:inline-block;
}

.ez-radio {
	background: transparent url('images/ck-sprite.png') 0 0px no-repeat;
	display:inline-block;
}

.ez-checked { background-position: 0 -26px; }
.ez-selected { background-position: 0 -26px; }

.ez-checkbox-green {
	background: transparent url('images/ck-sprite.png') 0 0px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; height:25px; width: 25px; }

.overlay-gradient {
background: rgba(26, 41, 59, 0.3);
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
z-index: 2;
}


.data-holder .box-featured {
	width: 66.66%;
}
.box-featured .insights-blog {
	width: 100%;
	max-width: 100%;
    color: #fff;
    padding: 30px 100px 30px 30px;
    background: rgb(6,194,144);
    background: linear-gradient(190deg, rgba(6,194,144,1) 0%, rgba(26,41,59,1) 100%);
}
.box-featured .insights-blog .serv-img {
	display: none;
}
.box-featured .insights-blog h3 {
	font-size: 43px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 49px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.box-featured .insights-blog h3 .corner {
	display: none;
}
.box-featured .insights-blog .type {
	position: relative;
	left: inherit;
	top: inherit;
	right: inherit;
	min-width: 10px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.box-featured .insights-blog .s-text {
	padding-top: 10px;
}
.box-featured .arrow_b, .box-featured .arrow_w {
	background: url(images/arrow_w.png) top center no-repeat;
	background-size: contain;
	height: 20px;
	width: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box-featured .insights-blog .div {
    height: 1px;
    display: block;
    background: #cacdd1;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
}
.box-featured .block-link {
	min-height: 280px;
	position: relative;
}
.box-featured .insights-blog .tags span {
	display: inline-block;
}
.box-featured .insights-blog .tags a {
	color: #fff
}
.box-featured .insights-blog h3 a {
	color: #fff;
}
.box-featured .insights-blog {
	box-shadow: 0px 7px 7px rgba(34, 17, 85, 0.2)
}

.wpmm-sub-menu-wrapper {
	color: #1a293b
}

.wpmm-sub-menu-wrapper h4 {
	font-size: 38px;
    font-weight: 300;
    letter-spacing: 2px;

}
.menu-box {
	padding: 30px;
}
.mega-box {
	background: #f4f4f4
}
.menu-box ul {
	float: left;
	width: 50%;
	padding-left: 15px;
}

.menu-box ul li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
	color:  #06c290 !important;

}
.banner-breadcrumbs {
	position: absolute;
	left: 0;
	top: 80px;
}
.top-box-content-br {
	padding-top:  200px;
}

.section-image-copy {
	padding: 50px 0 150px;
	background: linear-gradient(to bottom left, #fff 60%, #cdf3e9 40%);
}
.section-image-copy .left {
	float: left;
	width: 36%;
	padding-left: 150px; 
	padding-top: 50px;
}
.section-image-copy .right {
	float: left;
	width: 64%;
	padding: 0 30px 0 80px;
}
section ul {
	padding: 0;
}
section ul li {
	list-style: none outside;
	padding-left: 30px;
	margin-bottom: 15px;
	background: url(images/bullet-b.png) left 5px no-repeat;
}
section ul ul {
    padding-top: 10px;
    margin-top: 0;
}
section ul ul li {
	list-style: none outside;
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
	background:none
}
section ul ul li:before {
    content: "-";
    position: absolute;
    left:5px;
    top: 5px;
    color: #06c290;
    line-height: 10px;
    font-size: 20px;
}
.section-image-copy .img {
	position: relative;
}
.section-image-copy .img img {
	z-index: 2;
	position: relative;
}
.section-image-copy .img .bg {
    position: absolute;
    height: 80%;
    background: #1a2938;
    bottom: -30px;
    left: -20px;
    width: 38%;
    z-index: 1
}
.section-image-copy h2 {
	margin-bottom: 40px;
}
.section-marketing-process .container {
	max-width: 1440px;
}
.marketing-step, .bottom-step {
	float: left;
	position: relative;
	width: 33.33%;
	padding: 10px 70px 30px;
}
 .marketing-step {
 	
 	background: url(images/shape-bg.png) left 80px no-repeat;
 	background-size: 55px;
 	padding-bottom: 100px;
 	position: relative;
 }
 .count-step {
 	font-size: 20px;
 	background: url(images/mk-shape.png) center center no-repeat;
 	position: absolute;
 	left: -31px;
	top: 195px;
	width: 60px;
	height: 60px;
 	background-size: contain;
 	text-align: center;
 	padding-top: 14px;
 }
.bottom-steps-holder .subtitle {
	font-weight: 700;
	text-align: center;
}
.marketing-step .icon {
	text-align: center;
}
.marketing-step .icon img {
	max-width: 90px;
}
.marketing-step h3 {
	text-align: center;
	font-size: 28px;
	margin-top: 15px;
	min-height: 110px;
}
.marketing-step .icon {
	height: 100px;
	line-height: 103px;
	vertical-align: middle;
}
.marketing-step h3 {
	margin-bottom: 20px;
}
.step-text {
	min-height: 510px;
}
.marketing-step h3 .v-align {
	display: table-cell;
	width: 500px;
	height: 110px;
	vertical-align: middle;
}
.steps-holder {
	position: relative;
}
.bottom-steps-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 30px;
	width: 100%;
}
.step-text ul li {
	margin-bottom: 10px;
	font-size: 15px;
}
.bottom-steps-holder .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,ccf3e9+63&0+2,0.74+2,1+45 */
background: -moz-linear-gradient(top,  rgba(244,244,244,0.74) 0%, rgba(243,244,244,0.74) 2%, rgba(216,243,236,1) 45%, rgba(204,243,233,1) 63%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(244,244,244,0.74) 0%,rgba(243,244,244,0.74) 2%,rgba(216,243,236,1) 45%,rgba(204,243,233,1) 63%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(244,244,244,0.74) 0%,rgba(243,244,244,0.74) 2%,rgba(216,243,236,1) 45%,rgba(204,243,233,1) 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdf4f4f4', endColorstr='#ccf3e9',GradientType=0 ); /* IE6-9 */


}
.bottom-steps-holder  .step-text {
	height: auto;
	min-height: 10px;
}
.bottom-steps-holder .bottom-step {
	padding-top: 20px;
	padding-bottom: 15px;
	background: url(images/bottom-arrow.png) left center no-repeat;
	background-size: 50px;
}
.bottom-steps-holder .subtitle {
	margin-bottom: 0;
	position: relative;
}
.section-marketing-process h2 {
	margin-bottom: 40px;
	text-align: center;
}
.section-marketing-process .btnH {
	text-align: center;
	padding-top: 40px;
}
.section-marketing-process a.btn {
	background: #1a2938;
	border-color: #1a2938;
	margin: 0
}

.section-marketing-process a.btn:hover {
	background: #06c290;
	border-color: #06c290;
}
.section-marketing-process {
	padding: 50px 0;
}
.section-purpose-expertise {
	text-align: left;
	background: linear-gradient(to bottom left, #fff 65%, #cdf3e9 50%);
	padding-top: 30px;
}
.section-purpose-expertise .text-box1 {
	position: absolute;
	width: 300px;
	right: -500px;
	top: 36%;
	font-size: 14px;
}
.section-purpose-expertise .text-box2 {
	position: absolute;
	width: 400px;
	right: -950px;
	background: #f3f4f4;
	padding: 15px 30px;
	top: 46%;
	font-size: 14px;
}
.section-purpose-expertise .container {
	max-width:  1540px;
}
.section-purpose-expertise .rombH .img .bg {
	background: #1a2938;
}
.nav-overlay {
	width: 80%;
	right: 0;
	height: 100px;
	top: 0;
	position: absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
z-index: 1;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:last-child {
	margin-right: 0;
} 


.apply-filter {
	filter: grayscale(1) contrast(1.2) opacity(0.9) drop-shadow(0 0 0 #1a293b80) saturate(1000%);
}
.subscribe-popup-holder .recive {
	display: none;
}
.section-2-cta {
	padding: 100px 0;
	background: #f4f4f4;
}

.section-2-cta .box {
	float: left;
	width: 48.5%;
	padding: 70px 50px 40px;
	text-align: center;
}
.section-2-cta .box1 {
	background: rgb(6,194,144);
    background: linear-gradient(190deg, rgba(6,194,144,1) 0%, rgba(26,41,59,1) 100%);
    color: #fff;
}
.section-2-cta .box1 h3 {
	color: #fff;
}
.section-2-cta .box2 {
	background: #cdf3e9;
	float: right;
	margin-top: 70px;
	box-shadow: 0px 7px 10px rgba(34, 17, 85, 0.1);
}
.section-2-cta .container {
	max-width: 1050px;
}
.section-2-cta .box h3 {
	font-size: 32px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.section-2-cta .box p {
	font-weight: 300;
	margin-bottom: 44px;
}
.section-2-cta .box .btn {
	margin: 0 auto 25px;
	min-width: 232px;
}
.section-2-cta .box .white {
	background: #fff;
	border-color: #fff;
	color: #1a293b !important
}
.section-2-cta .box .white:hover {
	background: #1a293b;
	border-color: #1a293b;
	color: #fff !important
}
.section-3-cta .container {
	display: flex;
	max-width: 1240px
}
.section-3-cta .box {
	float: none;
	width: 31%;
	margin: 0 auto;
	padding-top: 50px
}
.section-3-cta .box3 {
	background: #1a293b;
	box-shadow: 0px 7px 10px rgba(34, 17, 85, 0.1);
	color: #fff; 
}
.section-3-cta .box3 .btn:hover {
	background: #cdf3e9;
}
.section-3-cta .box3 h3 {
	color: #fff;
}
.section-3-cta .box p {
  margin-bottom: 35px;
}
.testimonials-list li {
	background: none;
}
.t-holder-white .testimonials-list {
	float: left;
	width: 50%;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #1a293b;
}

.t-holder-white .t-right p {
	color: #1a293b;
	font-size: 13px;
	line-height: 26px;
	width: auto;
	display: block;
	height: auto;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin-bottom: 0
}
.t-holder-white .t-left {
	width: 34%;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
.t-left .t_job {
	display: block;
}
.t-holder-white .det span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.t-holder-white .t-left .img {
	margin-bottom: 15px;
}

.t-holder-white .gray {
	clear: both;
	background: #f4f4f4

}
.compendium-holder {
	background: #fff;
	box-shadow: 0px 2px 10px rgba(34, 17, 85, 0.2);
	padding: 50px;
	position: relative;
	z-index: 10;
}
.compendium-holder .left {
	float: left;
	width: 50%;
}
.compendium-holder .right {
	right: 0;
	top: 0;
	height: 100%;
	height: 100%;
	width: 40%;
	position: absolute;
	background: rgb(6,194,144);
	background: linear-gradient(190deg, rgba(6,194,144,1) 0%, rgba(26,41,59,1) 100%);

}
.compendium-section .container {
	position: relative;
	max-width: 1440px;
	z-index: 10;
}
.compendium-section .btns .btn {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.compendium-section {
	padding-bottom: 150px;
}

.compendium-section .bg1 {
	display: block;
	position: absolute;
	left: -50px;
	top: -50px;
	height: 300px;
	background: #f4f4f4;
	z-index: 2;
	width: 200px;
}
.compendium-section .bg2 {
	display: block;
	position: absolute;
	left: -15px;
	top: -20px;
	height: 110%;
	background: #cdf3e9;
	z-index: 1;
	width: 200px;
}
.compendium-section .bg3 {
	display: block;
	position: absolute;
	right: -20px;
	bottom: -20px;
	height: 300px;
	background: #ccf2e8;
	z-index: 2;
	width: 200px;
}

.compendium-holder .right {
	text-align: right;
	vertical-align: middle;
	line-height: 590px;
}
a.basket-btn, .compendium-section .btns a.basket-btn {
	color: #fff;
	border-color: #1a293b;
	padding-right: 42px;
	background: url(images/basket-item.png) 90% center no-repeat #1a293b;
	background-size: 16px;
}
.section-content {
	padding: 50px 0; 
}
.subscribe-popup .section-form {
	padding: 0
}

.section-image-content .left {
	padding-top: 0;
	padding-left: 0
}
.section-image-content {
	padding: 80px 0 50px;
	background: linear-gradient(to bottom left, #fff 70%, #cdf3e9 30%)
}
.section-image-content .btn {
	margin: 0
}
.section-image-content h2 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.section-topics .container {
	max-width: 1480px;
	position: relative;
}
.section-topics .left {
	float: left;
	width: 46%;
	padding-right: 320px;
	position: relative;
	padding-bottom: 200px;
}
.section-topics .right {
	float: right;
	width: 46%;
	background: #fff;
	box-shadow: 0px 2px 10px rgba(34, 17, 85, 0.2);
	padding: 20px;
	position: relative;
	z-index: 10;
	margin-top: 20px;
	border-radius: 5px;
}
.section-topics .right .box {
	float: left;
	width: 50%;
	padding: 15px;
	font-size: 15px;
}

.section-topics .left .b1 {
	position: absolute;
	right: -5px;
	width: 290px;
	bottom: 138px;
	border-radius: 5px;
	padding: 30px 30px 30px;
	box-shadow: 0px 2px 8px rgba(34, 17, 85, 0.2);

}
.section-topics .left .b1 ul {
	margin: 0
}
.section-topics .left .b1 li {
	list-style: none;
	background: none;
	text-transform: uppercase;
	padding-left: 0;
	margin-bottom: 33px;
}
.section-topics a {
	color: #1a293b
}
.section-topics a:hover {
	color: #06c290
}
.section-topics .left .copy p {
	margin-bottom: 50px;
}
.section-topics h2 {
	font-size: 36px;
}
.section-topics .left .b1 li:last-child {
	margin-bottom: 0
}
.section-topics .left .lines {
	width: 284px;
	height: 250px;
	background: url(images/lines.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: -284px;
	top: 0
}

.section-topics .left .line {
	width: 300px;
	height: 1px;
	background: #a7a7a7;
	position: absolute;
	right: -300px;
	top: 50%;
}
.section-topics .right li {
	padding-left: 28px;
}
.section-topics {
	padding: 100px 0;
}
.section-topics .bg1 {
	display: block;;
	position: absolute;
	top: -10px;
	height: 300px;
	width: 200px;
	background: #1a293b;
	right: -10px;
	z-index: 3;
}
.section-topics .bg2 {
	display: block;;
	position: absolute;
	bottom:  -37px;
	height: 400px;
	width: 230px;
	background: #cdf3e9;
	right: -70px;
	z-index: 1;
}
.section-topics .btnH {
	text-align: right;
	max-width: 1370px;
	padding: 20px 15px 15px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}
.section-topics .btnH .btn {
	margin: 0
}

.content-section ol, .section-content ol, ol {
	padding: 0;
	list-style: none;
	counter-reset: li;
}
.content-section ol li, .section-content ol li, ol li {
	position: relative;
	padding-left: 20px;
}
.content-section ol li::before, .section-content ol li::before, ol li::before {
	position: absolute;
	left: 0;
	top: 5px;
	background: #c2f6ea;
	font-weight: 700;
	padding: 3px;
	line-height: 12px;
	text-align: center;
	font-size: 12px;
	content: counter(li);
  display: inline-block; width: 1em;
  margin-left: -1em;
  counter-increment: li;
}

.content-section img, .section-content img {
	position: relative;
	filter: grayscale(1) contrast(1.2) opacity(0.9) drop-shadow(0 0 0 #1a293b80) saturate(1000%);
}


.img-bg {
	position: relative;
}
.img-bg::before, .img-bg::before {
	display: block;
	width: 50px;
	height: 150px;
	top: 10%;
	right: -10px;
	content: '';
	background: #c2f6ea;
	position: absolute;
}

.section-what-included {
	color: #fff;
	background: rgb(6,194,144);
    background: linear-gradient(190deg, rgba(6,194,144,1) 0%, rgba(26,41,59,1) 100%);
    padding: 50px 0;
}
.what_left.what_left_full {
	float: none;
	width: 100%;
}

.what_left h3 {
	font-size: 32px;
	color: #fff;
}
.what_left ul li {
	background: url(images/bullet-w.png) left 7px no-repeat;
}
.what_left ul ul li {
	background: none;
}
.section-cta-content {
	background: #cdf3e9;
	margin-top: 80px;
	margin-bottom: 150px;
}
.section-cta-content .img .bg {
	bottom: -120px;
	left: -40px;
	height: 84%;
}
.section-cta-content .text {
	max-width: 540px;
	padding-top: 50px;
}
.section-cta-content .text p {
	font-size: 22px;
	line-height: 34px;
}
.subscribe-holder p span {
	display: block;
	color: #06c290;
	font-size: 24px;
	margin-bottom: 10px;
}
.section-list-courses {
	padding: 10px 0 100px;
	background: url(images/courseImage.png) left bottom no-repeat;
	background-size: 500px;
}
.section-list-courses .container {
	max-width: 1420px;
}
.section-list-courses .left {
	float: left;
	width: 23%
}
.section-list-courses .left p {
	font-size: 14px;
	line-height: 22px;
}
.section-list-courses .right {
	float: right;
	width: 68%
}
.section-list-courses h2 {
	border-bottom: 1px solid #3e3a30;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 36px;
}
.section-list-courses h3 {
	font-weight: 700;
	color: #2ec89d;
	font-size: 26px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.course-box .c-text {
	padding: 25px 30px 30px;
}
.course-box .c-text h4 {
	font-weight: 300;
	margin-bottom: 8px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1.5px;
	height: auto;
}
.course-box .arrow_b {
    width: 30px;
    height: 11px;
}

.c-btn {
	text-align: center;
	padding: 20px;
	background: #daf6ee;
}
.c-btn a {
	margin: 0;
	min-width: 80%;
}
.section-list-courses .row {
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 10px;
}
.course-box {
	display: inline-block;
	width: 30%;
	margin: 0 1% 25px;
	text-align: left;
	padding: 0px;
	background: #fff;
	box-shadow: 0px 2px 7px rgba(34, 17, 85, 0.1);
}
.course-box p {
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 24px;
}
.course-box .date {
	display: block;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.course-box .date i {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin-right: 10px;
	background: url(images/cal.png) center center no-repeat #cdf3e9;
	background-size: 19px;
}
.course-box:hover {
	background: #daf6ee;
}
.course-box:hover .date i  {
	background-color: #fff;
}
.course-box:hover a.btn {
    background: #1a293b;
    border-color: #1a293b;
    color: #fff !important;
}
.section-guru h2 {
	color: #fff;
	font-size: 28px;
}
.section-guru p {
	font-size: 16px;
	font-weight: 400
}
.single-courses .top-left {
	float: none;
	width: 100%;
}
.single-courses .top-right {
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 0
}
.single-courses .top-left p {
	width: 70%;
}
.single-courses .top-section a.btn:first-child {
    margin: 10px 15px 0 0;
}
.single-courses .top-section a.btn {
	margin-top: 10px;
}
.single-courses .top-section {
	padding-bottom: 80px;
}

.cLeft {
	float: left;
	width: 58%;
	padding-left: 50px;
	font-size: 14px;
}
.cLeft ul {
	margin-bottom: 24px;
}
.cLeft h3 {
	margin-bottom: 10px;
	font-weight: 700;
}
.cRight {
	float: right;
	width: 36%;
	position: relative;
}
.cLeft .bDate {
	position: relative;
	color: #06c290;
	text-transform: uppercase;
}
.cLeft .bDate span {
	font-size: 20px;
}
.cLeft .bDate .icon {
	position: absolute;
	left: -50px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url(images/cal-green.png) center center no-repeat;
	background-size: contain;
}
.course-details {
	padding: 100px 0;
}
.cLeft p.bDate {
	font-size: 26px;
	line-height: 38px;
}
.cRightHolder {
	padding: 50px;
	text-align: center;
	background: #f4f4f4;
	position: relative;
	z-index: 10;
	box-shadow: 0px 2px 10px rgba(34, 17, 85, 0.2)
}
.cRightHolder .spk {
	text-align: center;
}
.cRightHolder  .sImg img {
	max-width:  110px;
	border-radius: 200px;
}
.cRightHolder h3 {
	font-weight: 300;
	font-size: 28px;
}
.tr-det  {
	letter-spacing: 2px;
	font-weight: 300;
	font-size:  18px;
	padding-top: 15px;
	line-height: 26px;
}
.tr-det p {
	line-height: 26px;
}
.tr-det a {
	color: #1a293b
}
.tr-det span {
	text-transform: uppercase;
	font-weight: 700;
	font-size:  13px;
	color: #06c290
}
.bio-box p {
	font-size: 14px;
	line-height: 24px
}
.cRightHolder .spk {
	padding-bottom: 50px;
}
.cRightHolder .spk:last-child {
	padding-bottom: 0
}
.cRight .bg1 {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 100px;
	height: 130px;
	background: #cdf3e9;

}
.cRight .bg2 {
	position: absolute;
	bottom: -15px;
	right: -10px;
	width: 100px;
	height: 130px;
	background: #1a293b;
	z-index: 3;
}
.cRight .bg3 {
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 100px;
	height: 150px;
	background: #cdf3e9;
	z-index: 2;
}
.top-right .cf {
	display: inline-block;
	margin: 0;
	height: 27px;
	vertical-align: middle;
}
.top-right .cf button {
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.top-right .added_to_cart {
	display: none;
}
.section-guru {
	margin-top: 100px;
}
.what_right {
	float: right;
	width: 38%;
}
.what_left {
	float: left;
	width: 56%;
}
.what_right_holder {
	background: #06c290;
	border-radius: 10px;
	padding: 50px 30px 15px;
	color: #fff;
	text-align: center;
	box-shadow: 0px 2px 10px rgba(34, 17, 85, 0.3);
}
.what_right_holder .icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-bottom: 15px;
	background: url(images/cal-black.png) center center no-repeat;
	background-size: contain;
}
.what_right_holder .next {
	text-transform: uppercase;;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 20px;
	display: block;
}
.what_right_holder p.bDate {
    font-size: 16px;
	line-height: 28px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.what_right_holder .price .from {
	color: #1a293b;
}

.what_right_holder .cf button {
	background: #1a293b
}
.what_right_holder .cf button:hover {
	background: #06c290
}
.what_right_holder .added_to_cart {
	display: none;
}
.what_right_holder .cf {
	height: 50px;
}

.tr1 {
	position: absolute;
	top: 0;
	left: -1px;
    width: 320px;
    height: 320px;
    background: linear-gradient(to top left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);

}
.tr2 {
	position: absolute;
	bottom: 0;
	left: -1px;
    width: 320px;
    height: 320px;
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);

}
.compendium-holder .right img {
	max-width: 86%;
}
.woocommerce ul li {
	list-style: none;
	padding-left: 0;
	background: none;
}
.woocommerce-cart .container {
	max-width: 1440px;
}
.section-list-courses {
	margin-bottom: 50px;
}
.woocommerce-page {
	padding-top: 100px;
}

#optanon-cookie-policy td ul li {
	background: none;
	padding-left: 0
}
.fCenter


.fCenter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0
}
.fCenter ::-moz-placeholder { /* Firefox 19+ */
  opacity: 0
}
.fCenter :-ms-input-placeholder { /* IE 10+ */
  opacity: 0
}
.fCenter :-moz-placeholder { /* Firefox 18- */
  opacity: 0
}
.insight-overview .container {
	position: relative;
	max-width: 1420px
}
.insight-overview .btn {
	margin: 0
}
.tags-blogs h3, .tags-blogs a {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 16px;
}
.tags-blogs {
	color: #06c290
}
.insight-overview .btnH {
	float: right;
	width: 30%;
}
.insight-overview h3 {
	float: left;
	width: 68%;
	padding-top: 5px;
}
.overview-text .entry-meta {
	display: inline-block;
	vertical-align: middle;
}






.fundraising-section .left-col {
	width: 25%;
	float: left;
}
.fundraising-section .right-col {
	width: 70%;
	padding-top: 0;
	float: right
}
.fundraising-section .serv-holder {
	float: left;
	width: 33%;
	padding: 15px;
	background: none;
}

.fundraising-section .left-col .row {
	margin-left: -15px;
	margin-right: -15px;
}

.fundraising-section .serv-holder .serv {
	background: #fff
}
.fundraising-section .right-serv-box {
	background: none;
	color: #1a293b;
}

.fundraising-section .right-serv-box h2, .fundraising-section .right-serv-box p {
	color: #1a293b;
}
.section-serv.fundraising-section {
	background: #fff !important
}
.fundraising-section .right-serv-box h2 {
	margin-bottom: 20px;
	font-size: 34px;
}
.fundraising-section .right-serv-box h3 {
	font-size: 24px;
}
.fundraising-section .s-image {
	height: 144px;
}
.fundraising-section .right-serv-box p {
	letter-spacing: 1px;
}

.select2-results__option:hover {
	background: #1a293b;
	color: #fff;
	cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #c4eae0 !important
}
.select2-container--default .select2-selection--multiple {
	border-color: #525252 !important;
	min-height: 36px !important;
	max-width: 100%
}
body .select2-container .select2-search--inline .select2-search__field {
	height: 24px !important;
	font-size: 13px;
font-weight: 600;
letter-spacing: .05em;
color: #1a293b;
margin-left: 10px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body .select2-container {
	display: block;
}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media (min-width: 2400px) {
	.home-banner .explore-box {
		right: 30.5%;
	}
}
@media (max-width: 1990px) {
	.abpH {
		padding: 30px 15px 15px;
	}
	.about-pagination a {
		font-size: 11px;
	}
	.about-pagination {
		left: 5px;
	}
	.about-pagination h3 {
		font-size: 13px;
	}
}
@media (max-width: 1469px) {
	.box-featured .insights-blog h3 {
		font-size: 38px;
	}
	.container {
		max-width: 1130px;
	}
	.home-banner .explore-box {
		right: 19%;
	}
	.insights-event h3 {
		font-size: 42px;
	}
	.site-header {
		padding-left: 15px !important;
	}
	.t-right p {
		font-size: 16px;
	}
	.t-holder .det span {
		font-size: 16px;
		line-height: 24px;
	}
	.t-holder-white .t-left {
		width: 40%;
	}
	.t-right {
		width: 55%;
	}
	.section-academy h2, section h2 {
		font-size: 38px;
	}
	.section-marketing-process .container {
		max-width: 1240px;
	}
	.section-purpose .romb {
		width: 550px;
		height: 550px;
		padding: 80px 100px;
	}
	.section-purpose .romb .text {
		height: 400px;
	}
	.section-purpose .romb .text h3 {
		font-size: 28px;
	}
	.section-purpose.section-purpose-expertise .rombH .img {
	    width: 250px;
	    right: -80px;
	    top: 48%;
	}

	.section-purpose-expertise .text-box1 {
	    position: absolute;
	    width: 280px;
	    right: -390px;
	    top: 36%;
	    font-size: 14px;
	}
	.section-purpose-expertise .text-box2 {
	    position: absolute;
	    width: 300px;
	    right: -726px;
	    top: 42%;
	    font-size: 14px;
	}

	.section-list-courses .right {
		width: 70%;
	}
	.course-box .c-text h4 {
		font-size: 17px;
		height: auto;
		line-height: 28px;
	}
	.course-box .c-text {
	    padding: 25px 15px 30px;
	}
	.home-top-box h1 {
	    font-size: 52px;
	}
	.home-top-box p {
		font-size: 25px;
		line-height: 40px;
	}
	.home-top-box {
		height: 750px
	}
	.home .home-top-box {
		height: 900px
	}
	.news_section .container, .filterBox .container {
	    max-width: 1240px;
	}
	.s-text {
	    padding: 15px 15px;
	}
	.step-text ul li {
		font-size: 14px;
	}
	.section-contact-us .container {
		max-width: 930px;
	}
	.section-testimonials .t_bg {
		height: 520px;
	}
	.section-testimonials .overlay-gradient {
	    height: 520px;
	}
	.t-holder {
		padding: 50px;
	}
	.section-image-copy .left {
		padding-left: 50px;
	}
	.section-image-copy {
		padding-bottom: 100px;
	}
	.section-topics .container {
		max-width: 1250px;
		margin: 0 auto;
	}
	.section-topics h2 {
	    font-size: 28px;
	}
	.section-topics .left {
		padding-right: 300px;
	}
	.section-topics .right {
		width: 44%;
	}
	.section-topics .right li {
	    font-size: 14px;
	    padding-left: 20px;
	}
	.section-topics .left .b1 li {
		margin-bottom: 25px;
	}
	.section-topics .left .b1 {
	    width: 250px;
	    font-size: 14px;
	    padding: 30px 15px 30px;
	}	


}



@media (max-width: 1290px) {
	.section-topics .left {
	    padding-right: 210px;
	}
	.section-topics .left .b1 {
		right: -40px;
	}
	 section h2 {
		font-size: 34px;
	}
	.section-purpose-expertise .container {
	    max-width: 1240px;
	}
	.compendium-section .container {
		 max-width: 1140px;
	}
	.marketing-step h3 {
		font-size: 24px;
	}
	.section-purpose-expertise .text-box1 {
		top: 20%;
	}
	.section-purpose-expertise .text-box2 {
		top: 32%;
	}
	.section-purpose .rombH .img {
		width: 300px;
	}
	.section-purpose.section-purpose-expertise .rombH .img {
	    width: 250px;
	    right: 85px;
	    top: 69%;
	}
	.section-purpose-expertise .text-box1 {
		right: -300px;
	}

	.section-purpose.section-purpose-expertise .romb {
	    width: 500px;
	    height: 500px;
	    padding: 80px 100px;
	}
	.section-purpose.section-purpose-expertise .romb .text {
	    height: 332px;
	}
	.section-purpose.section-purpose-expertise .romb .text h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.section-purpose-expertise .text-box2 {
		right: -615px
	}
	.section-purpose .romb .text p {
		line-height: 26px;
	}
	.insights-event h3 {
	    font-size: 34px;
	}
	.insights-res h3 {
		font-size: 20px;
		line-height: 32px;
	}

	.team-box .team-image {
		max-width: 180px;
	}
	.section-team .container {
		max-width: 1000px;
	}
	
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
		margin-right: 40px !important;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:last-child {
		margin-right: 0px !important;
	}
	.home .home-top-box {
	    height: 750px;
	}
	.section-serv .c2, .section-serv .c1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.subscribe-popup { 
		width: 800px;
		top: 100px;
		margin-left: -400px;
	}
	.section-serv .right-col {
		width: 36%;
	}
	.section-serv.fundraising-section .right-col {
		width: 70%;
	}
	.section-academy .left {
		width: 37%;
	}
	.section-academy .container {
	    max-width: 930px;
	}
	.t_arrow {
		width: 100px;
	}
	.right-serv-box h2 {
		font-size: 32px;
	}
	.right-serv-box h3 {
		font-size: 24px;
	}
	.section-serv .row {
		margin: 0;
	}
	.section-testimonials .t_bg {
		height: 420px
	}
	.section-academy {
	    padding: 80px 0 80px;
	}
	.t-holder .det span {
	    font-size: 14px;
	    line-height: 24px;
	}
	.academyPag {
		right: -80px;
	}
	.subscribe-popup h2 {
		font-size: 26px;
	}
	
	.home-top-box h1 {
		font-size: 40px;
	}

	.home-top-box p {
	    font-size: 22px;
	    line-height: 34px;
	}
	.home-top-box-content {
		max-width: 500px;
	}
	.home-top-box-content a.btn {
		min-width: 145px;
	}
	.cookieBanner .txt {
		font-size:16px;
	}
	.social-menu-links {
		display:block !important;
		float: none !important;
	}
	#responsive-menu-container #responsive-menu-additional-content {
		color: #ffffff;
		position: absolute;
		bottom: 0;
		z-index: 99999999999;
		left: 0;
	}
	.social-menu-links a {
		margin-right: 15px !important
	}
	.events-banner.outs-banner h2 {
		font-size: 32px;
		margin-bottom: 60px;
	}
	.quote {
		background-position: center !important;
	}	
	.container-whatwedo .col2 {
		float: none;
		width: 100%;
		padding-top: 1px;
	}
	.logo {
		margin-left: 20px;
	}
	.clients-row {
	max-width: 820px;
	}
	.section-reasons .half-col .content-text {
		display: table-cell;
	}
	.section-reasons .half-col .title-text {
		display: none
	}
	.site-title {
		font-size: 30px;
	}
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
		cursor: pointer;
		display: inline-block;
		width: 34px;
		height: 23px;
		background: url(images/menu-icon-white.png);
		text-indent: -9999px;
		float: right;
		border: none;
		padding: 0;
		margin-top: 15px;
		box-sizing: border-box;
		margin-left: 20px;
		margin-right: 30px;
	}
	.stiky .menu-toggle {
		background: url(images/menu-icon.png);
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	.toggled-on li,
	.toggled-on .children {
		display: block;
	}
	.toggled-on .nav-menu li > ul {
		display: block;
		width: 100% !important;
		float: none;
		margin-left: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.toggled-on .nav-menu li > ul li {
		border-top: none;
	}
	.menu-main-menu-container ul li a {
		font-size: 14px;
		line-height: 22px;
		padding: 3px 15px;
		color: #ffffff;
	}
	.nav-menu .sub-menu li a {
		font-size: 12px;
		line-height: 22px;
		padding: 5px 15px;
	}

	.toggled-on .nav-menu li > ul a {
		color: #fff;
	}
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	.menu-main-menu-container {
		background: #202d36;
		width: 320px;
		position: absolute;
		right: -20px;
		top: 54px;
		z-index: 99999999;
		padding-top: 0px;
		background: #202d36;
		opacity: .98;
	}
	.menu-main-menu-container ul li {
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(255,255,255,0.1);
		margin: 0;
		padding: 0;
	}
	.menu-main-menu-container ul li a{
		padding: 15px 20px;
		font-size: 18px;
		text-align: left;
	}
	.menu-main-menu-container ul li a,
	.menu-main-menu-container ul li a:hover,
	.menu-main-menu-container ul li a:active,
	.nav-menu li a:focus {
		background: none !important;
		color: #ffffff !important;
	}
	.nav-menu .sub-menu > li:first-child:hover::before,
	.nav-menu .sub-menu > li:first-child::before {
		display: none !important;
	}
	.nav-menu .sub-menu li:last-child {
		border: 0px !important;
	}
	.nav-menu li a::before {
		content: '';
		display: none;
	}
	.stiky .menu-main-menu-container {
		top: 53px;
	}
	.custom-grid-holder .grid-col a span {
       font-size: 13px;
       line-height: 18px;
    }
    .custom-grid-holder .grid-col .overlay {
        padding: 17px 10px;
    }
    .custom-grid-holder .grid-col .text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1100px) {

	.insights-blog.insights-events h3, .insights-blog.insights-resources h3 {
		font-size: 18px;
		line-height: 1.5;
	}
	.about-pagination {
		display: none;
	}
	.home .home-top-box-content a.btn {
		border: 1px solid #a0a1a1;
		background: #fff;
		color: #06c290 !important;
	}
	.home .home-top-box-content a.btn:hover {
		border: 1px solid #06c290;
		background: #06c290;
		color: #fff !important;
	}
	.single .about-pagination {
		position: relative;
		width: 100%;
		top: inherit;
		left: inherit;
		margin: 0
	}
	.section-topics .bg2 {
		right: 0
	}
	.section-topics .left .b1 {
		right: -80px;
	}
	.section-image-copy .left {
	    padding-left: 0;
	}
	.date-box span {
		min-height: 35px;
	}
	.single .about-pagination .bg1, .single .about-pagination .bg2 {
		display: none;
	}
	.data-holder .box {
		padding: 0 15px 60px
	}
	.box-featured .insights-blog {
		padding: 30px;
	}
	.padding-me-top .insights-blog {
	    position: absolute;
	    top: 40px;
	    width: 90%;
	    left: 15px;
	}
	.news_section .container {
	    max-width: 940px;
	}
	.filter form {
	    width: 60%;
	}
	.fLeft {
	    float: none;
	    width: 100%;
	}
	.fCenter {
		padding-top: 15px;
	    width: 60%;
	    float: none;
	}
	.box-featured .insights-blog h3 {
	    font-size: 28px;
	    line-height: 42px;
	}
	.section-purpose-expertise .text-box2 {
	    right: -378px;
	    position: relative;
	    margin-top: 180px;
	}
	.section-purpose-expertise .container {
	    max-width: 783px;
	}
	section h2 {
	    font-size: 30px;
	}
	.compendium-holder .left {
	    width: 54%;
	}
	footer ul {
		padding-right: 25px;
	}
	.section-insights .btnH a.btn {
		margin-bottom: 0;
	}
	.section-academy {
	    padding: 50px 0 80px;
	}	
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
		margin-right: 30px !important;
	}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:last-child {
		margin-right: 0px !important;
	}
	.section-testimonials .t_bg {
	    height: 390px;
	}
	.academyPag {
	    right: 0px;
	    bottom: 0;
	}
	.insights-event h3 {
	    font-size: 30px;
	}
	.insights-res h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.insights-blog h3 {
		font-size: 18px;
	}
	.container {
	    max-width: 970px;
	}
	.course-banner {
		background-image: none !important;
	}
	.course-banner-section h1 {
		font-size: 48px;
		line-height: 50px;
		margin-bottom: 40px;
	}
	.intro-content h2 {
		font-size: 24px;
	}
	.intro-content ul li {
		margin-bottom: 18px;
	}
	.glance-section {
	    padding: 60px 0 0px;
	}
	.glance-section h2 {
	    font-weight: 700;
	    font-size: 40px;
	    margin-bottom: 60px;
	}
	.glance-box {
		margin-left: 0;
		margin-right: 0;
	}
	.course-holder .box-text {
	    padding: 30px 30px;
	}
	.course-holder .box-text h4 {
		font-size: 18px;
	}
	.course-holder span {
		font-size: 14px;
	}
	.cta-section h2 {
		font-size: 28px;
	}
	.cr-left {
	    width: 13%;
	    padding-left: 0;
	}
	.add_row .center-h {
    height: 300px;
}
	.course-banner-section .subtitle {
    font-size: 26px;
    line-height: 46px;
}
	.cookieBanner .txt {
		font-size:14px;
		width: 60%;
	}
	.course-banner-section {
		height: 550px;
	}
	.mb-title {
		display: block;
		color: #fff;
		font-size: 28px;
		text-align: center;
		font-weight: 700;
		padding:  0 15px;
	}
	section.add_row {
		padding-top: 30px;
	}
	.add-row .right {
		position: relative;
		width: inherit;
		left: inherit;
		right: inherit;
		margin-left: -20px;
		margin-right: -20px;
		height: 260px;
		background-size: cover !important;
	}
	.depth-section .course-box:last-child {
		margin-bottom: 0
	}
	.depth-section .glance-box {
		margin-bottom: 20px;
	}
	.add_row .center-h {
		height: auto;
		padding: 30px 0 0;
	}
	.course-banner-section .course-banner-holder {
	    height: 550px;
	}
	.cookieBanner .closeBanner {
		right: 8px;
	}
}


@media (max-width: 999px) {
	.overview-text .row {
		min-width: 470px;
	}

	.t-holder-white .testimonials-list {
		width: 100%;
	}
	.t-left .img {
		text-align: center;
	}
	.t-left .img img {
		max-width: 150px;
	}
	.conpedium-box {
		width: 100%;
		margin-bottom: 50px; 
	}
	.subscribe-popup {
		width: 96%;
		margin:0;
		left: 2%;
		top: 50px;
		max-height:  90%;
		overflow-y: scroll;
	}
	.subscribe-popup h2 {
		font-size: 22px;
	}
	.subscribe-popup p {
		font-size: 14px;
	}
	.subscribe-popup {
		border-radius: 15px;
	}
	.subscribe-popup .close {
		top: 15px;
		right: 20px;
	}
	.subscribe-popup .left {
		display: none;
	}
	.subscribe-popup .right {
		display: block;
		width: 100%;
		padding: 50px 25px;
	}
	.popupForm .col {
		float: none;
		width: 100%;
		padding: 10px 5px;
	}
	.popupForm {
		padding-bottom: 15px;
		padding-top: 20px;
	}
	.top-m-section h1 {
		font-size: 28px;
	}
	.top-m-section .img-box {
		width: 100%; 
		text-align: center;
		float: none;
	}
	.conpedium-box .text {
		padding: 30px 15px 10px;
	}
	.conpedium-box .bottom .price, .conpedium-box .bottom .btnBox {
		float: none;
		width: 100%; 
		text-align: center;
		margin-bottom: 5px;
	}
	.top-m-section h1 {
		width: 100%;
		padding-top: 0; 
		float: none;
	}
	.conpedium-box .bottom { 
		text-align: center;
	}
	.conpedium {
		padding-bottom: 30px; 
	}
	section.include ul li { 
		margin-left: 0
	}
	.conpedium-box {
		width: 100%;
		margin-bottom: 50px; 
	}
	.top-m-section h1 {
		font-size: 28px;
	}
	.top-m-section .img-box {
		width: 100%; 
		text-align: center;
		float: none;
	}
	.conpedium-box .text {
		padding: 30px 15px 10px;
	}
	.conpedium-box .bottom .price, .conpedium-box .bottom .btnBox {
		float: none;
		width: 100%; 
		text-align: center;
		margin-bottom: 5px;
	}
	.top-m-section h1 {
		width: 100%;
		padding-top: 0; 
		float: none;
	}
	.conpedium-box .bottom { 
		text-align: center;
	}
	.conpedium {
		padding-bottom: 30px; 
	}
	.tk2 .step h3 {
		font-size: 21px;
	}
	.tk2 .step p {
		font-size: 16px;
	}
	.section-case .c-right .img {
		height: 250px;
	}
	.experts-text-h {
		padding-right: 280px;
	}
	.key-row .left {
	    width: 100%;
	    position: relative;
	    height: 300px;
	}
	
	.ex-img {
	    top: -13px;
	    width: 266px;
	    right: 0px;
	}
	.home-top-box h1 {
		font-size: 22px;
	}
	.home-top-box h1 span {
		font-size: 18px;
	}
	.m-box {
		margin-right: 0;
	}
	.hide-mob {
		display: none;
	}
	.participants-holder {
		display: block;
	}
	.participant-box {
		float: left;
		width: 25%;
		padding: 15px;
		text-align: center;
	}
	.participant-box .p-text {
		padding-top: 10px;
	}
	.participant-box h3 {
		margin-bottom: 2px;
		color: #000;
		font-size: 15px;
		font-weight: 700;
	}
	.participant-box p {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.postid-2779 .blog-section img.size-full {
		max-width: 40%;
		height: auto;
	}
	.home-services .col3 {
		width: 32.5%;
	}
	.outs-page-section .container {
		max-width: 100%;
	}
	.services-row .col4 .icon .fa-3x {
		font-size: 3em;
	}
	.services-row .col4 {
		float: left;
		width: 50%;
		padding: 15px;
	}
	.tab-clear {
		clear: both;
		display: block;
	}
	.section-reasons .content-text {
		font-size: 18px;
	}
	.half-col .title-text {
		font-size: 24px;
	}
	.section-report h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.section-report p {
		font-size: 18px;
		line-height: 28px;
	}
	.grid-col h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.page-about .grid-col p {
		font-size: 14px;
		line-height: 24px;
	}
	.grid-col.full {
		min-height: 260px;
	}
	.two-col-list li {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}
	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}
	.format-status .entry-content {
		padding-top: 40px;
	}
	.format-status .entry-meta {
		padding-bottom: 40px;
	}
	
	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
	blockquote p {
		font-size: 18px;
		line-height: 26px;
	}
	.custom-grid-holder .grid-col .text {
		font-size: 15px;
   }
   .custom-grid-holder .grid-col .overlay {
       border-radius:6px;
   }

   
   	.compendium-holder {
		padding: 30px;
	}
	.compendium-holder .left {
	    width: 100%;
	    float: none;
	    padding-top: 20px;
	}
	.compendium-holder .right {
		position: relative;
		height: 300px;
		right: inherit;
		top: inherit;
		width: initial;
		margin-left: -30px;
		text-align: center;
		margin-right: -30px; 
		line-height: 100px;
	}
	.single-courses .top-left p {
	    width: 100%;
	}
.single-courses .top-right {
	padding-top: 25px;
	text-align: center;
}
.top-right .cf {
	margin-bottom: 15px;
}
.single-courses .top-section {
    padding-bottom: 50px;
}
.cLeft {
	float: none;
	padding-left:  40px;
	width: 100%;
}
.cLeft p.bDate {
	font-size: 22px;
	line-height: 30px;
}
.cLeft .bDate span {
	font-size: 18px;
}
.course-details {
	padding:  50px 0
}

.cRight {
	float: none;
	width: 100%;
	margin-top: 80px;

}
.section-guru {
	margin-top: 50px;
}
.compendium-holder {
	padding: 0 30px 30px;
}
.what_left, .what_right {
	float: none;
	width: 100%;
}
.what_right {
	padding-top: 15px;
}
.section-subscribe p {
	font-size: 16px;
}
.section-guru h2 {
	font-size: 22px;
}
.compendium-holder .tr1 {
	width: 50%;
	left: -0px;
	height: 150px;
	bottom: -1px;
	top: inherit;
	background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}

.compendium-holder .tr2 {
	width: 50%;
	right: -0px;
	left: inherit;
	bottom: -1px;
	height: 150px;
	background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.compendium-holder .right img {
	max-width: 80%;
	max-height: 100%
}
button#responsive-menu-button {
	min-width: 45px !important
}
.responsive-menu-open #responsive-menu-container.slide-left {
	padding-top: 80px !important;
	z-index: 99999;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	padding-left: 10% !important;
	padding-right: 10% !important;
}
.responsive-menu-open button#responsive-menu-button {
	z-index: 9999999;
}
#site-navigation {
	display: none;

}

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.section-3-cta .box {
		width: 100%;
		margin-bottom: 15px
	}
	.section-3-cta .box p {
      margin-bottom: 10px;
    }
	.section-3-cta .container {
	    display: block;
	}
	.fundraising-section .serv-holder {
		float: none;
		width: 100%;
	}
	.fundraising-section .right-serv-box {
		margin-bottom: 0;
		padding: 30px 15px 5px
	}

.insight-overview .overview-title {
	padding-bottom: 20px;
}
.insight-overview .overview-text {
	display: none;
}
.insight-overview {
	top: 70px;
}
.insight-overview .overview-title h3, .insight-overview .btnH {
	float: none;
	width: 100%;
}
.insight-overview .btnH {
	text-align: center;
}
.insight-overview .btnH .btn {
	width: 100%;
	margin-top: 15px;
}
.insight-overview .container {
	padding: 0 30px !important
}
.insight-overview .overview-title h3 {
	font-size: 14px;
}
.fCenter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #1a293b;
  text-transform: uppercase;
  text-align: center;
}
.fCenter ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #1a293b;
  text-transform: uppercase;
  text-align: center;
}
.fCenter :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #1a293b;
  text-transform: uppercase;
  text-align: center;
}
.fCenter :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #1a293b;
  text-transform: uppercase;
  text-align: center;
}
.fCenter {
	position: relative;
	height: 53px;
}
.fCenter:hover::after, .fCenter:focus::after {
	display: none;
}
.fCenter::after {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: 12px;
	z-index: 8;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/loupe.png) top center no-repeat;
	background-size: contain; 
}
.hide-on-mob {
	display: none;
}
.mobile-second-filter {
	display: block;
}
.mobile-text {
	display: inline-block;
	vertical-align: middle;
}
.pagination_container {
	text-align: right;
	padding-bottom: 10px;
}
.pagination_pages {
	display: inline-block;vertical-align: middle;
}
.pagination li {
	display: none;
}
.pagination li:last-child {
	display: block;
}
.home-banner .explore-box {
	position: relative;
	padding: 50px 15px 0px;
	left: inherit;
	bottom: inherit;
	width: 100%;
	background: #f4f4f4;
	right: inherit;
}
.explore-box span {
	display: none;
}
.home .home-banner {
	padding-bottom: 0
}
.home .section-serv {
	padding-top: 0;
	background: #f4f4f4;
	padding-bottom: 25px;
}
.section-serv {
	background: #f4f4f4;
	padding-bottom: 30px;
}
.section-serv .right-col {
	padding-top: 30px;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.s-text {
    padding: 15px 25px;
}

.section-serv .right-col, .section-serv .left-col, .section-serv .c2, .section-serv .c1, .section-academy .left, .section-academy .right, .section-contact .right, .section-contact .left, .site-footer .col {
	float: none;
	width: 100%;
}
.section-serv .c2, .section-serv .c1 {
	padding: 0
}
.serv-holder .serv, .right-serv-box {
	margin-bottom: 25px;
}
.section-testimonials .t_bg {
	display: none;
}
.t-holder {
	margin-top: 0 !important;
	padding: 50px 15px 30px;
}
.academy-slider {
	width: 100% !important
}
.section-insights .col1, .section-insights .col2, .section-insights .col3 {
	width: 100%;
	float: none;
	margin-bottom: 25px;
	margin-right: 0;
}
.home-banner {
	height: auto !important;
	text-align: center;
}
.home-top-box p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
}
.home-top-box h1 {
	margin-bottom: 15px;
	font-size:32px;
}
.home-top-box-content {
	height: auto;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
.home-top-box-content {
	margin-top: 0;
	max-width: 100%;
}
.home-top-box {
	height: auto !important;
}

.nav-overlay {
	width: 100%;
}
.home-banner .overlay, .home-banner .overlay2 {
	display: none;
}
.home-banner .bg {
	width: 100%;
	background-size: cover !important;
	position: relative;
	height: 240px;
}
.bgH {
	position: relative;
}
.home-banner .corner1 {
	position: absolute;
	bottom: 0;
	left: 0px;
    width: 50%;
    height: 210px;
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    z-index: 10;

}
.home-banner .corner2 {
	position: absolute;
	bottom: 0;
	right: 0px;
    width: 50%;
    height: 210px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    z-index: 10
}
.section-testimonials, .section-testimonials .container {
		padding: 0;
}
.section-testimonials h2, .home .section-white h1, .home .section-white h2, .home .section-white h3 {
	font-size: 32px;
}
.section-academy .right {
	padding: 0;
	background: none;
	height: auto;
}
.section-academy .left .txt {
	height: auto;
	width: 100%;
	display: block;
	padding-top: 30px;
}
.academyPag {
    right: inherit;
    bottom: inherit;
    text-align: right;
    position: relative;
}
.t_arrow {
	display: inline-block;
	width: 209px;
	height: 40px;
}
.section-academy {
    padding: 50px 0 50px;
}
.t-holder-white .t-left {
	float: none;
	width: 100%;
}
.t-holder-white .t-right {
	padding:  0 15px;
}
.section-insights {
	padding: 50px 0
}
.t-holder-white {
	box-shadow: none;
}

.t-holder-white .testimonials-list {
	padding-bottom: 30px;
}
.home .section-insights {
	margin-top: 50px;
}
.insights-event {
	padding: 30px 15px;
}
.insights-event h3 {
    font-size: 24px;
}
.section-insights .btnH a.btn {
	margin-top: 20px;
}
.insights-res .s-text, .insights-blog .s-text {
	padding-left: 15px;
}
.section-contact {
	padding: 50px 0;
}
.section-contact .right {
	padding: 30px 15px 15px;
	height: auto;
}
.section-contact h2 span {
	font-size: 18px;
	padding-top: 10px;
}
.section-contact .col {
	float: none;
	width: 100%;
}
.section-contact input[type="submit"] {
	width: 80%;
	display: block;
	margin: 30px auto 0
}
.section-contact p {
	margin: 0
}
.site-footer .logo {
	width: 32%;
	float: left;
	margin: 0;
	padding: 0
}
.site-footer .social {
	float: right;
	padding-top: 10px;
	padding-bottom: 30px;
}

.site-footer {
	padding: 40px 0
}
footer ul {
	padding: 0;
	margin: 0
}
.site-footer a {
	font-size: 14px;
}
.site-footer .row {
	margin: 0
}
.site-footer .copy {
	padding-top: 30px;
}

.site-footer ul li {
	margin-bottom: 12px;
}
.home-top-box h3 {
	display: none;
}
.breadcrumbs {
	display: none;
}
.about-pagination {
	display: none;
}
.section-purpose .rombH .img {
	display: none;
}
.section-purpose .romb {
	text-align: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px;
	background: rgb(6,194,144);
    background: linear-gradient(190deg, rgba(6,194,144,1) 0%, rgba(26,41,59,1) 100%);
}
.story-left, .story-right, .top-left, .top-right {
	float: none;
	display: block;
	width: 100%;
}
.story-right .i2 {
	display: none;
}
.story-left .boxB {
	display: none;
}
.team-box {
	width: 100%;
}
.top-section {
	text-align: center;
	padding-top: 100px;
}
h1 {
	font-size: 30px;
}
.top-section a.btn {
	margin-top: 25px;
	min-width: 80%;
}
.top-right {
 	padding-top: 0;
 	
 }
 .top-left {
 	padding-right: 0;
 }
.section-purpose .rombH {
	margin: 0
}
.section-purpose {
	padding: 50px 0;
	background: linear-gradient(to bottom left, #fff 80%, #cdf3e9 60%);
}
.section-purpose .romb .text h3 {
	text-align: left;
	font-size: 32px;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.section-purpose .romb .text p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0
}
.section-story {
	padding-top: 50px;
}
.section-story .bg {
	display: none;
}
.section-story h2 {
	margin-top: 28px;
	margin-bottom: 20px;
}
.page-about .page-section {
	padding-top: 15px;
}
.section-team .row {
	margin: 0
}
.team-text h4 {
	margin-bottom: 20px;
}
.sponsors ul li {
	height: 100px;
	line-height: 70px;
	padding:0;
}
section.logos {
	text-align: left;
	padding: 50px 0 50px
}
section.logos h2 {
	text-align: left;
}
section.logos p {
	margin-bottom: 0
}
.section-contact-us {
	padding: 50px 0 20px;
}
.form-holder .fH {
	padding: 50px 15px 30px
}
.form-holder .col2 {
	float: none;
	width: 100%;
}
body {
	overflow: hidden;
}
.form-holder .bg1 {
	top: -50px;
}

.form-holder .bg2 {
	height: 40%;
	top: inherit;
	bottom: -80px;
	width: 80%;
}
.form-holder .bg3 {
	height: 30%;
	top: inherit;
	bottom: -25px;
	right: -15px;
}
.section-contact-detais .left {
	float: none;
	width: 100%;
}
.section-contact-detais .right {
	float: none;
	width: 100%;
	padding-left: 0;
	background: none;
}
.section-contact-detais .divid {
	display: none;
}
.section-contact-detais h3 span {
	text-transform: uppercase;
}
.section-contact-detais h3 {
	margin-bottom: 20px;
}
.section-contact-detais {
	padding: 100px 0 30px;
}
.data-holder .box, .data-holder .box-featured {
	width: 100%;
	float: none;
}
.box-featured .insights-blog {
	padding: 15px;
}
.insights-blog .s-text {
	padding: 15px;
}
.insights-blog {
	max-width: 100%;
	min-height: 50px;
	height: auto;
}
.insights-holder {
	display: block;
}
.insights-res {
	height: auto;
}
.section-insights .col1, .section-insights .col2, .section-insights .col3 {
	display: block;
}
.news_section .row {
	margin: 0 
}
.data-holder .box {
	padding: 0;
	margin-bottom: 20px;
}
.padding-me-top .insights-blog {
	position: relative;
	padding-top: 0;
	top: inherit;
	left: inherit;
	width: 100%;
}
.news_section .insights-blog {
	height: auto;
}
.section-subscribe .subscribe-holder {
	padding: 30px 15px;
}
.section-subscribe p {
	font-size: 18px;
}
.fRight, .fCenter {
    float: none;
    width: 100%;
}
.filter form {
    width: 100%;
}
.pagination .page-numbers {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.pagination .page-numbers li .page-numbers {
	display: none;
}

.pagination .page-numbers li .page-numbers.next {
	display: block;
	width: 30px;
	height: 10px;
	background: url(images/arrow_b.png) top center no-repeat;
	background-size: contain;
}
.pagination .page-numbers li .page-numbers.prev {
	display: block;
	width: 30px;
	height: 10px;
	text-indent: -9999px;
	background: url(images/arrow_b2.png) top center no-repeat;
	background-size: contain;
}
.pagination li:first-child {
	float: left;
}
.filterBox  {
	padding-bottom: 10px;
}
.fLabel {
	display: none;
}
.filterBtn {
	display: block;
	text-transform: uppercase;
	    border-radius: 15px;
    height: 36px;
    padding: 9px 20px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    float: left;
    width: 48%;
}
.filter input[type="search"] {
	border: none;
	 float: right;
    width: 48%;
}

.filterBtn i {
	display: inline-block;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background: url(images/filter-icon.png) top center no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.fLeft {
	clear: both;
	padding-top: 15px;
	display: none;
}
form .fLeft label {
	width: 100%;
}
.pagination {
	padding-top: 0px;
	text-align: right;
	height: 10px;
}
.filterBox {
	padding-top: 0
}
.filterBox .filter {
	border-top: 1px solid #fff;
	padding-top: 15px;
	max-width: 345px;
	margin-right: auto;
	margin-left: auto;
}
.page-id-6207 .top-section {
	padding-bottom: 30px;
}
.top-section .subtitle {
	margin-bottom: 0;
	 font-size: 18px;
    line-height: 28px;
}
.banner-breadcrumbs {
	display: none;
}
.section-image-copy .left {
	float: none;
	width: 100%;
	padding-top: 0
}
.section-image-copy .right {
	width: 100%;
	padding: 50px 0 0;
}
.section-image-copy {
	padding-bottom: 50px;
}
.home-banner {
	padding-bottom: 0
}
.marketing-step {

	float: none;
	width: initial;
	background: url(images/shape-bg-m.png) top center no-repeat;
	background-size: contain;
	padding: 80px 15px 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.marketing-step .icon {
	display: none;

}
.marketing-step h3 .v-align {
	width: auto;
	height: auto;
	font-size: 32px;
	display: block;
}
.marketing-step h3 {
    margin-bottom: 35px;
}
.step-text {
	min-height: 10px;
}
.bottom-steps-holder {
	position: relative;
	padding: 20px 15px 110px;
	margin-left: -15px;
	margin-right: -15px;
	width: initial;
	left: inherit;
}
.bottom-steps-holder .bottom-step {
	float: none;
	width: 100%;
	background: none;
	padding: 0
}
.section-marketing-process .btnH {
	margin-top: -120px;
	position: relative;
	z-index: 10
}
.section-marketing-process .btnH .btn {
	margin-top: 0
}
.section-purpose.section-purpose-expertise .romb {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding: 30px;
}
.section-purpose.section-purpose-expertise .romb .text h3 {
	padding-bottom: none;
	text-align: center;
	border: none;
	font-size: 36px; 
}
.section-purpose.section-purpose-expertise .container {
	padding: 0
}
.section-purpose-expertise .text-box1, .section-purpose-expertise .text-box2 {
	position: relative;
	left: inherit;
	top: inherit;
	right: inherit;
	background: no-repeat;
	padding: 0 30px;
	width: 100%;
	margin-top: 0
}
.section-form .left-content {
	float: none;
	width: 100%;
	height: auto !important;
	min-height: 10px !important;
	padding: 30px;
}
.subscribe-popup .section-form .left-content {
	position: relative;
	padding-top: 40px;
}
.subscribe-popup .section-form .right-content {
	padding: 40px 30px 15px;
}
.section-form .right-content {
	width: 100%;
	float: none;
	padding: 30px;
}
.wpcf7-list-item-label, .label_for_checkbox {
	width: 84%;
}
.single .section-form, .section-form-widget {
	padding: 50px 0
}
.count-step {
	top: -36px;
	left: 50%;
	margin-left: -36px;
	width: 72px;
	height: 72px;
	padding-top: 18px;
	font-size: 20px;
}
.section-marketing-process h2 {
	margin-bottom: 60px;
}
.single .blog-social {
	display: none;
}
.page-recomanded .left, .page-recomanded .right {
	float: none;
	width: 100%;
}
.blog-section article {
	padding-bottom: 0;
}
.page-recomanded {
	padding-bottom: 50px;
}
#site-navigation {
	display: none;
}

.section-image-copy.section-image-content h2 {
	margin-bottom: 50px;
}
.section-topics .left {
	padding: 0;
	width: 100%;
	float: none;
}
.section-topics .left .b1 {
	position: relative;
	bottom: inherit;
	right: inherit;
	width: 100%;
	margin-top: 231px;
	padding-left: 50px;
	padding-right: 50px;
}
.section-topics .left .lines {
	left: 50%;
	top: -283px;
	margin-left: -160px;
	right: inherit;
	bottom: inherit;
	background: url(images/lines2.png) center no-repeat;
	background-size: contain;
	width: 320px;
	height: 300px;
}
.section-topics .left .b1 li {
	font-size: 16px;
}
.section-topics .left .b1 li {
	margin-bottom: 30px;
}
.section-topics .right {
	float: none;
	width: 100%;
	margin-top: 80px;
}
.section-topics .right .box {
	float: none;
	width: 100%;
}
.section-topics .left .line {
	width: 1px;
	right: 50%;
	top: inherit;
	height: 200px;
	bottom: -200px;
}
.section-topics .btnH {
	padding-top: 0;
	margin-top: -18px;
	position: relative;
	padding-right: 35px;
}
.section-topics .bg1 {
	top: inherit;
	right: inherit;
    bottom: 50px;
    height: 300px;
    width: 200px;
    background: #1a293b;
    left: -10px;
   
}
.section-topics .container {
	padding-left: 30px;
	padding-right: 30px
}
.section-topics {
    padding: 50px 0;
}
.h-logo {
    max-width: 125px;
    padding-left: 0;
}
.logo {
	margin-left: 0
}
.t-holder-white .t-right p {
	font-size: 16px
}
.t-holder-white .det span {
	font-size: 14px;
	line-height: 22px;
}
.t-holder-white .testimonials-list {
	padding-top: 30px;
}
.logos2 .sponsors2 ul li {
	width: 30%;
	display: inline-block;
}
.sponsors2 {
	text-align: center;
}
.section-2-cta .box1 {
	width: 100%;
	float: none;
	padding: 30px;
	margin-bottom: 30px;
}
.section-2-cta .box2 {
	width: 100%;
	float: none;
	margin-top: 0;
	padding: 30px;
}
.section-2-cta {
	padding:  50px 0
}
.section-2-cta .box h3 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.section-list-courses .left {
    float: none;
    width: 100%;
}
.section-list-courses h2 {
	font-size: 32px;
}
.section-list-courses h3 {
	font-size: 26px;
}
.course-box {
	width: 100%;
	float: none;margin-bottom: 30px;
	background: #fff;
}

.section-list-courses .right {
	float: none;
	width: 100%;
}
.section-list-courses .row {
	margin-left: 0;
	margin-right: 0
}
.section-list-courses {
	padding-bottom: 30px;
}
.course-box .c-text {
    padding: 25px 30px 30px;
}
.what_left h3 {
    font-size: 28px;
}
.section-image-copy .img .bg {
	bottom: -57px;
}
.section-image-copy.section-image-content h2 {
    margin-bottom: 30px;
}
.section-cta-content {
	margin-bottom: 50px;
}



	.pr-box.last .bottom .b {
		float: none;
		width: 100%;
	}
	.bottom .b button {
		min-width: 145px;
		font-size: 11px;
	}
	.pr-box .bottom .b .btn {
		font-size: 11px;
	}
	.course-compendium .left, .course-compendium .right {
	    float: none;
	    width: 100%;
	}
	.cart-popup {
		display: none;
	}
	.mobile-cart {
		display: block;
		background: #fff;
		padding: 15px;
		box-shadow: 0px 2px 4px rgba(34, 17, 85, 0.1);
		position: fixed;
		top: 80px;
		width: 100%;
		left: 0;
		z-index: 99999
	}
	.mobile-cart span {
		display: inline-block;
	}
	.mobile-cart span.m-qty {
		width: 20%;
	}
	.mobile-cart span.m-price {
		width: 35%;
		text-align: center;
	}
	.mobile-cart span.m-btn {
		width: 42%;
		text-align: right;
	}
	.m-price {
		font-weight: 700
	}

	.mobile-cart a.btn {
		margin: 0;
		min-width: 100px;
		padding: 5px 15px;
		font-size: 12px;
	}
	.course-holder .price span {
		display: inline-block;
		margin: 0 5px;
	}
	.woocommerce-cart table.cart td {
		padding: 20px 15px;
	}
	.cartHolder {
		padding: 10px 0px 20px
	}
	.product-price .current {
		font-size: 28px;
	}
	.course-compendium h2 {
		font-size: 22px;
	}
	.woocommerce-cart .product-name h3 {
	    font-weight: 700;
	    font-size: 18px;
	    margin-bottom: 0;
	    margin-top: 10px;
	}
	.cartHolder {
		margin-bottom: 200px;
	}
	h2.cart-glance-title {
		font-size: 26px;
	}
	.woocommerce-cart .course-compendium .right, .woocommerce-cart .course-compendium .left {
	    width: 100%;
	    float: none;
	}
	.course-compendium .btn-2 {
		margin: 15px 0 15px 0
	}
	.course-compendium .btnH {
		text-align: center;
		padding-bottom: 15px;
	}
	.scrolling-btn .cc-holder .price, .scrolling-btn .cc-holder .counter-box {
		width: 100% 
	}
	.cc-holder .price {
		float: none;
		width: 100%;
		font-size: 28px;
		padding-top: 10px;
		font-weight: 700;
		text-align: center;
	}
	.cc-holder .counter-box, .course-box .cc-holder .counter-box {
		float: none;
		width: 100%;
		text-align: center;
	}

	.c-left-holder, .c-right-holder {
		display: block;
		vertical-align: middle;
		height: auto;
		width: 100%;
	}
	.c-right-holder {
		padding: 30px 0;
	}
	.key a.btnB {
		margin-left: 0
	}
	.course-content .left, .course-content .right {
		float: none;
		width: 100%;
	}
	.course-content .left {
		margin-bottom: 30px;
	}
	.events-banner.outs-banner h2.ab-subtitle {
		font-size: 18px;
		line-height: 24px;
		max-width: 100%
	}
	.page_section.page-about .container {
		max-width: 100% !important
	}
	.container-whatwedo .col2.col_whatwedo_large h3 {
		width: 100%;
		float: none;
	}
	.container-whatwedo .col2.col_whatwedo_large {
		min-height: 100px !important
	}
	.container-whatwedo .col2.col_whatwedo_large .txt {
		padding: 15px 25px;
	}
	#stepTwo .tk2-right {
		min-height: 100px;
	}
	#stepTwo .tkr {
		min-height: 10px;
	}
	.clients-holder {
		min-height: 20px;
	}
	.hide-on-mobile {
		display: none;
	}
	.text-container {
		display: block;
	}
	.conf-mobile-holder {
		display: block;
		padding-bottom: 15px;
	}
	.tk-btn {
		display: block;
		text-align: center;
		padding: 30px 15px;
	}
	.tk-btn a.btn { 
		margin: 0
	}
	.conf-mobile-holder h4 {
		font-size: 22px;
		font-weight: 700;
		line-height: 28px;
		margin-bottom: 0px;
		color: #fff;
	}
	.tk2 h1 {
		font-size: 22px;
	}
	.conf-mobile-holder p {
		font-size: 22px;
	}
	.tk2 .subtitle {
		display: none;
	}
	.tk2 .tk2-right {
		display: none;
	}
	.tk2-left {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
	.tk2 .step h3 {
		font-size: 20px;
	}
	.step .text-container .tk2-left, .step .text-container .tk2-right {
	    min-height: 200px;
	    height: auto;
	    display: block;
	    width: 100%
	}
	.tk2 .tk2-right h4 {
		font-size: 22px;
	}
	.step-img {
		max-width: 100%;
		padding: 30px 0 30px;
		text-align: center;
	}
	.step .tk2-left {
		padding-top: 10px;
	}
	.step form label {
		line-height: 18px;
	}
	.step .confirm-box {
		width: 100%;
		position: relative;
		padding: 35px 20px
	}
	.fake-bg {
		display: none;
	}
	.section-case h3 {
	    font-size: 24px;
	    font-weight: 700;
	    margin-bottom: 14px;
	    color: #fff;
	}
	.section-case .c-right .img  {
		height: 250px;
		background-size: cover !important;
	}
	.section-case .res-box {
		width: 100%;
	}
	.section-case .c-left {
		padding-top: 30px;
		max-width: 100%;
		margin-left: 0;
		min-height: 40px;
	}
	.section-case ul {
		padding: 0
	}

	.btn-a2 a.btn {
		display: inline-block;
	}
	.btn-a2 {
		text-align: center;
	}

	.key-row .center-h {
		padding: 30px 0
	}
	.center-h .btnH {
		display: none;
	}
	.key-row .left {
		height: 230px;
	}
	.news_section .data-holder {
	  display: block;
	  flex-wrap: nowrap;
	}
	.news_section .data-holder .box {
		display: inline-block;
		width: 100%;
	}
	.experts-text h3 {
		font-size: 18px
	}
	.key .key-row:last-child .btnH {
		display: block;
		padding-top: 20px;
		padding-bottom: 5px
	}
	.t-right .det {
		display: none;
	}
	.t-left .det {
		display: block;
		text-align: center;
	}
	.experts-text-h {
		padding-top: 0;
	}
	.cta h2 {
		font-size: 26px;
	}
	.cta {
	    text-align: center;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	section.experts {
		background: #06c290;
		padding:  40px 0 40px
	}
	.academy-page .logos h2 {
		font-size: 33px !important;
	}
	.t-left, .t-right {
		float: none;
		width: 100%;
	}
	.t-left .img {
		width: 200px;
		margin: 0 auto 30px;
	}
	.experts h2 {
		font-size: 28px;
		text-align: center;
		color: #fff;
	}
	.key .btnH span {
		display: none;
	}
	.key-row p {
		margin-bottom: 5px;
	}
	.s-why .subtitle {
	    font-size: 16px;
	    line-height: 24px;
	    position: relative;
	    margin-bottom: 90px;
	}
	.s-why h2 {
		font-size: 24px;
	}
	.top-banner-holder h1 {
		font-size: 30px;
		line-height: 42px;
		text-align: center;
	}
	.top-banner-holder h1 span {
		margin-left: 0;
	}
	.trained {
	    text-align: center;
	}
	.trained span {
		margin-left: 0
	}
	.option .txt h3 {
		min-height: 10px;
		margin-bottom: 15px;
	}
	.option .txt {
		text-align: center;
	}
	.option .image {
		margin-bottom: 20px;
	}
	section.info {
		padding: 50px 0
	}
	.info-right {
		text-align: center;
	}
	.info-right li {
		font-size: 18px;
	}
	.info-left a.btn {
		display: none;
	}
	.info-left p {
		font-size: 14px;
		max-width: 100%;
		line-height: 18px;
	}
	.key-row .center-h {
		text-align: center;
	}
	.key-row h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.key-row p {
		font-size: 13px;
		line-height: 18px;
		text-align: left;
	}
	.s-why {
		padding-bottom: 0px
	}
	.trained span {
		font-size: 12px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.options .option {
		width: 100%;
		display: block;
		margin-bottom: 60px;
	}
	.banner-logo {
		text-align: center;
		display: none;
	}
	.why-logo {
		display: block;
		text-align: center;
		padding: 0 0 40px;
	}
	.top-banner-holder, .top-banner-section {
		height: auto !important;
		min-height: 100px;
	}
	.top-banner-section {
		padding: 65px 0 ;
		text-align: center;
	}
	.top-banner-section {
		background: none !important
	}
	.ex-img {
		display: none;
	}
	.experts-text-h {
		padding-right: 0
	}
	.key-row .center-h {
		width: 100%;
	}
	.key-row .center {
		width: 100%;
	}
	.info-left {
		width: 100%;
		float: none;
		text-align: center;
	}
	.info-right {
	    width: 100%;
	    float: none;
	    overflow: hidden;
	    height: 232px;
	    padding-top: 66px;
	    text-align: left;
	}
	section.info .container {
		padding: 20px 15px
	}
	.wpcf7-form-control-wrap.Topics .wpcf7-list-item {
		float: none;
		width: 100%
	}

	.form-popup {
		width: 100%;
		left: 0;
		margin-left: 0
	}
	.form-popup h3 {
		font-size: 28px;
	}
	.form-popup p {
		font-size: 15px;
	}
	.v2.card-box:hover .card-content {
	    height: auto;
	}
	.single-post .container {
		padding: 0 15px;
	}
	.cookieBanner {
		text-align: center
	}
	.cookieBanner .txt {
		text-align: center;
		float: none;
		width: 100%;
	}
	.fLogoC {
		float: none;
		margin: 0 auto 10px;
	}
	.cookieBanner a.btn {
		float: none;
		margin: 15px auto 0;
	}
	.logos h2 {
	    font-size: 28px;
	}
	.logo img {
		max-width: 125px;
	}

	blockquote p {
		font-size: 16px;
		line-height: 24px;
	}
	#about-us p {
		font-size: 22px;
	}
	.section-report h3 {
		font-size: 22px;
	}
	.section-report h2 {
		font-size: 32px;
	}
	.stiky .menu-main-menu-container {
		top: 16px;
	}
	.main-navigation .menu-main-menu-container {
		margin-top: 37px;
	}
	.compedium-top h1 br, .compedium-top p.subtitle br {
		display: none;
	}
	.compedium-top h1 {
		font-size: 26px;
	}
	.compedium-holder {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
	}
	.compedium-top p.subtitle {
	    font-size: 18px;
	    line-height: 28px;
	    font-weight: 700;
	}
	.included-box .left, .included-box .right {
		float: none;
		width: 100%;
	}
	.pricing-content .pr-box {
		float: none;
		width: 100%;
	}
}

@media (max-width: 479px) {
	
	
	.tk-popup a.btn {
		font-size: 22px;
	}
	
	.checkbox-holder .wpcf7-list-item {
		width: 100%;
	}
	
	.tk-popup h2 {
		font-size: 36px;
	}
	.tk-popup p {
		font-size: 18px;
		line-height: 26px;
	}
	
	.post-item h4 {
		font-size: 15px;
	}
	.post-listing .post-item {
		height: 300px;
	}
	.post-listing .post-item .listing_image {
		height: 45vw;
	}
	.type-text h3, h2.custom-h2 {
		font-size: 38px;
   		line-height: 45px;
	}
	
	section.logos {
		padding-top: 50px;
	}
	.floting-social {
		background: #fff;
		width: 100%;
		bottom: 0;
		top: inherit;
		text-align: center;
	}
	.resp-sharing-button__link, .resp-sharing-button__icon {
		display: inline-block;
	}
	.single .site-footer {
		padding-bottom: 60px;
	}
	.subscribe-btn {
		top: 95px;
	}
	.rv-page-section h2 {
		text-align: center;
		font-size: 38px;
	}
	.single .scroll-to-top {
		right: 5px
	}
	.events-banner.outs-banner h1 {
		font-size: 28px
	}
	.events-banner.outs-banner h2 {
		font-size: 22px;
	}
	.s-row .type-text, .relevent-blog {
		float: none;
		width: 100%;
	}
	
	.top_section_text p {
		font-size: 22px;
		line-height: 34px;
	}
	.spk-img {
		float: left;
		width: 100%;
		text-align: center;
	}
	.spk-txt {
		width: 100%
	}
	.services-row .col4 .icon .fa-3x {
		font-size: 2.5em;
	}
	p.bDate {
		font-size: 16px;
		line-height: 25px;
		font-weight: 700;
	}
	.services-row .col4 {
		float: none;
		width: 100%;
		padding: 15px;
	}
	.services-row .col4 .icon {
		float: left;
		margin-right: 5%;
	}
	.services-row .content-box {
		float: left;
		width: 79%;
	}
	.home-services .col3 {
		text-align: center;
		float: none;
		padding: 15px;
		width: 100%
	}
	.clients-row .caroufredsel_wrapper {
		height: 543px !important;
	}
	.row .half-col {
		border-bottom-right-radius: 4px !important;
	}
	.section-reasons .row {
		border-radius: 0;
	}
	.section-reasons .half-col {
		width: 100%;
		float: none;
	}
	q:before,
	blockquote:before {
		display: none !important
	}
	q:after,
	blockquote:after {
		display: none !important
	}
	q, blockquote {
		padding: 0 30px !important;
	}
	.testimonials-page blockquote {
		padding: 0 !important;
	}
	.t-title, .t-text {
		float: none !important;
		width: 100% !important;
	}
	.img-logo {
		float: none !important;
		text-align: center;
		width: 100% !important;
	}
	.contact-box {
		border: none;
	}
	q:after, blockquote:after {
		bottom: 200px;
	}
	.blog-left h3 {
		margin-bottom: 26px;
	}
	.custom-grid-holder .grid-col a {
		height: 146px;
	}
	.section-report h2 {
		font-size: 32px;
	}
	.rep-holder .img-box, .rep-holder .text-box {
		width: 100%;
		float: none;
	}
	.rep-holder .img-box img {
		max-width: 78%;
	}
	.rep-holder {
		padding: 0 0 30px;
	}
	.section-report {
		height: auto
	}
	.f-services-holder .next {
		right: -10px
	}
	.f-services-holder .prev {
		left: -10px;
	}
	.services-footer {
		height: auto
	}
	.services-footer h2 {
		font-size: 34px;
	}
	.banner-404 h1 {
		font-size: 93px;
		font-weight: 700;
		margin-bottom: 27px;
		line-height: 100px;
		color: #cdf3e9;
	}
	.banner-404 .text-box {
		padding-top: 31px;
	}
	.banner-404 p {
		font-size: 16px;
		line-height: 32px;
	}
	.menu-main-menu-container ul li a {
		padding: 5px 15px;
		font-size: 14px;
	}
	.contact-card {
		padding: 50px 40px 40px
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
		margin-top: 13px;
	}
	.clients-section .clients-col {
		width: 100%;
	}
	.clients-text {
		top: 20%;
	}
	
    
	.contact-box {
		padding: 50px 30px 30px
	}
	
	.section-reasons .content-text {
		font-size: 16px;
	}
	.section-gdpr h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.section-gdpr .text-box {
		text-align: center
	}
	.section-gdpr .text-box p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.main-navigation .menu-main-menu-container {
		margin-right: 0px;
		margin-top: 37px;
	}

	.home-whychooseus .container-whychooseus .col3 {
		width: auto;
	}
	.post-listing .post-item {
		width: 100%;
	}
	
}
