/*
Theme Name: Twenty Sixteen-Child
Theme URI: https://www.clubwise.com/
Author: EverCommerce
Author URI: https://www.clubwise.com/
Description: 
Version: 1.0

*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */



input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */



/**
 * 3.0 - Typography
 */




/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fffff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #444444;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	/*outline: thin dotted;
	outline-offset: -4px;*/
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #444444;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc; 
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	/*color: #686868;*/
}

a:focus {
	/*outline: thin dotted;*/
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	/*box-shadow: 0 1px 0 0 currentColor;*/
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	/*border-top: 1px solid #d1d1d1;*/
	position: relative;
}

.main-navigation a {
	color: #444444;  
	display: block; 
	line-height: 1.3125;
	/*outline-offset: -1px;*/
	padding: 0.84375em 0; font-size:14px;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #ef8922;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	/*font-weight: 700;*/
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}


.post-navigation {
	border-top: 4px solid #444444;
	border-bottom: 4px solid #444444;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #444444;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #444444;
}

.pagination {
	border-top: 4px solid #444444;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #444444;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #444444;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0;
	line-height: 1.5;
	/*margin: 0 0.7368421053em 0 -0.7368421053em;*/
	padding: 15px 5px;
	text-transform: uppercase; font-size:16px;
	
}
.navigation.pagination{ width:280px; margin:0 auto; } 

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #444444;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #444444;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}



.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #444444;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

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

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff; margin-bottom:60px;
}

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 0;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	padding: 0; background:#fff; width:100%; 
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; width:100%; max-width:1170px; margin:0 auto;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0; width:145px;
}

.site-branding .site-title a {
	color: #444444;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #444444;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #444444;
	border-color: #444444;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	/*outline: thin dotted;*/
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 0;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 0;
	margin-left: 0;
}

.entry-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #444444;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block; width:100%;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	/*font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;*/
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 { margin:0;
	/*font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;*/
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	/*font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 0;
	margin-bottom: 0;*/
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5, 
.textwidget h6 {
	/*font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;*/
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0;
	/*text-transform: uppercase;*/ 
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	/*font-style: italic;*/
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	/*font-weight: 900;*/
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-size: 12px;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 2.1538461538em;
}

.avatar.avatar-49.photo{ display:none} 

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: block; float:left; margin-right:10px
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	/*border-top: 4px solid #444444;*/
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #444444;
	border-color: #444444;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #444444;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #444444;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #444444;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #444444;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0 7.6923% 1.75em;
}

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%; display:none !important; 
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	/*display: block;*/
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle; border:none;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0; 
}
.gallery p{ font-size:13px; line-height:1.8; height:48px; overflow:hidden}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%; 
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

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

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		/*background: inherit;*/
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		/*margin: 0;*/
	}

	.site-main {
		margin-bottom: 0;
	}

	.site-header {
		padding: 0;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 0;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		/*margin-right: 23.0769%;*/
	}

	.entry-title {
		font-size: 45px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}


	.site-content {
		padding: 0;
	}

	.content-area {
		/*float: left;*/
		/*margin-right: 0%;*/
		width: 100%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		/*margin-left: 75%;*/
		padding: 0;
		width: 100%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 15px;padding-bottom:15px; 
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 21px;
		
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 0;
	}

	.site-header {
		padding: 0;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 0;
		margin-bottom: 0;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 0;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 0;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		/*font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 0;
		margin-bottom: 0;*/
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		/*font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 0;
		margin-bottom: 0;*/
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		/*font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 0;
		margin-bottom: 0;*/
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		/*font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 0;
		margin-bottom: 0;*/
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		/*float: right;*/
		width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		/*width: 21.42857143%;*/
		width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

body:not(.search-results) .cat-links, body:not(.search-results) .tags-links, body:not(.search-results) article:not(.type-page) .comments-link { display:none} 

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		/*font-size: 17.25pt;*/
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #444444 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #444444 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 0;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 0;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
.menu-item-53 {
    border-radius: 30px;
    padding: 0 15px;
    font-size: 12px;
    /*text-transform: uppercase;*/
    margin: 0;
    font-weight: 500;
    display: inline-block;
    background: #fff; 
	border:solid 2px #ef8922 !important;
}
.menu-item-53:hover{ background:#ef8922}
.menu-item-53:hover a{ color:#ffffff !important;}

.menu-item-53 a {
    color: #ef8922 !important;
    width: 110px;
    word-break: break-word;
    font-size: 12px;
text-align: center; white-space:normal !important}
	
.menu-item-54 {
    border-radius: 30px;
    padding: 0 15px;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    background: #1e23a4;
}
.menu-item-54 a{ color:#fff !important}

/* HEADER START*/
 
.blackout {background: url(fancybox/source/fancybox_loading.gif) no-repeat scroll 50% 48% 
#000; display: none; height: 530px; left: 0; position: absolute; right: 0; top: 72px; z-index: 6000;} 
#closeBlackout { background: url(fancybox/source/fancybox_sprite.png) no-repeat scroll 5px 5px #000;  height: 36px; overflow: hidden; position: absolute;  right: 5px; text-indent: 250%; top: 0; white-space: nowrap;  width: 40px;}

header.entry-header{ display:none}
.site-description{ display:none}
.hdr-txt{padding:20px 0;text-align:center;color:#fff;}
.hdr-txt h2{font-size:19px;font-weight:700;line-height:normal;color:#fff;line-height:22px;padding-bottom:5px}
.hdr-txt span{font-size:16px;padding:5px;display:inline-block;line-height:18px;color:#efefef;font-weight:300; line-height:1.3}

.sa_hover_container a{border-radius:30px;padding:15px 40px 15px 20px;color:#fff;font-size:16px;text-transform:uppercase;margin:0 auto;font-weight:700;height:48px;display:inline-block; line-height:1}

.header-text{background:#1e23a4;margin-bottom:0px; min-height:150px}
.header-home{color:#29292b;font-weight:300;padding:40px 0;text-align:center;background:#fff; overflow:hidden}
.sa_hover_container h2{font-size:28px;line-height:35px;font-weight:300;margin:30px 0}
.sa_hover_container p{font-size:14px;padding:25px 0;line-height:20px;text-align:left}
.sa_hover_container .col-sm-6 img.bigsize { margin-top:50px}


.watchvideo-btn01{background:url(images/play-btn.png) no-repeat 0 0;padding:0px 0px 0px 30px !important;color:#ef8922 !important;font-size:16px;text-transform:uppercase;margin:10px auto 0 !important;font-weight:700;height:25px!important;display:inline-block;line-height:20px !important;border-radius:0 !important;}
/*.webinar{background:#1e23a4;border-radius:30px;color:#fff;font-size:18px;text-transform:uppercase;display:inline-block;padding:10px 25px;margin:10px 0 0 0;font-weight:700;line-height:21px;border:2px solid #fff;line-height:30px;-webkit-transition:all .2s ease-in-out .2s;-moz-transition:all .2s ease-in-out .2s;-ms-transition:all .2s ease-in-out .2s;-o-transition:all .2s ease-in-out .2s;transition:all .2s ease-in-out .2s}
.webinar:hover{color:#1e23a4;background:#fff;-webkit-transition:all .2s ease-in-out .2s;-moz-transition:all .2s ease-in-out .2s;-ms-transition:all .2s ease-in-out .2s;-o-transition:all .2s ease-in-out .2s;transition:all .2s ease-in-out .2s}*/

.webinar,  .orgbig,{background:#f08a21;border-radius:30px;color:#fff;font-size:14px;text-transform:uppercase;display:inline-block;padding:15px 15px;margin-bottom:50px;font-weight:700;letter-spacing:5px;line-height:20px;-webkit-transition:all .2s ease-in-out .2s;-moz-transition:all .2s ease-in-out .2s;-ms-transition:all .2s ease-in-out .2s;-o-transition:all .2s ease-in-out .2s;transition:all .2s ease-in-out .2s}
.header-home a:hover{background:url(images/link-arrow01.png) no-repeat 90% 19px #ef8922 !important; color:#fff;-webkit-transition:all .2s ease-in-out .2s;-moz-transition:all .2s ease-in-out .2s;-ms-transition:all .2s ease-in-out .2s;-o-transition:all .2s ease-in-out .2s;transition:all .2s ease-in-out .2s}
.webinar:hover, .orgbig:hover{}
.webinar{background:#1e23a4;border-radius:30px;color:#fff;font-size:18px;text-transform:uppercase;display:inline-block;padding:10px 25px;margin:10px 0 0 0;font-weight:700;line-height:21px;border:2px solid #fff;line-height:30px;-webkit-transition:all .2s ease-in-out .2s;-moz-transition:all .2s ease-in-out .2s;-ms-transition:all .2s ease-in-out .2s;-o-transition:all .2s ease-in-out .2s;transition:all .2s ease-in-out .2s}
.webinar:hover{color:#fff;background:#ef8922;-webkit-transition:all .2s ease-in-out .2s;-moz-transition:all .2s ease-in-out .2s;-ms-transition:all .2s ease-in-out .2s;-o-transition:all .2s ease-in-out .2s;transition:all .2s ease-in-out .2s}

/* HEADER END*/

/* SLIDER START */
.sliderTop50{padding-top: 50px;}
#sample_slider h2 {font-size: 28px; line-height: 35px;  font-weight: 300; margin-top: 20px;
margin-bottom: 30px;}

#home-header a.btn-gfd{background:url(images/link-arrow01.png) no-repeat 90% 19px #1e23a4;}
#home-header a.btn-bl{border:solid 2px #de4654;color:#de4654;padding:15px 20px;margin-right:10px;}
#home-header a.btn-bl:hover{ background:#de4654 !important; color:#fff}
#home-header a.btn-cm{border:solid 2px #8054a2;color:#8054a2;padding:15px 20px;margin-right:10px;}
#home-header a.btn-cm:hover{ background:#8054a2!important; color:#fff}
#home-header a.btn-ba{border:solid 2px #3bbfef;color:#3bbfef;padding:15px 20px;margin-right:10px;}
#home-header a.btn-ba:hover{ background:#3bbfef!important; color:#fff}
#home-header a.btn-ti{border:solid 2px #3dbb9b;color:#3dbb9b;padding:15px 20px;margin-right:10px;}
#home-header a.btn-ti:hover{ background:#3dbb9b!important; color:#fff}
#home-header a.btn-cw{border:solid 2px #1d458b;color:#1d458b;padding:15px 20px;margin-right:10px;}
#home-header a.btn-cw:hover{ background:#1d458b!important; color:#fff}
#home-header a.btn-gb{border:solid 2px #dd5f27;color:#dd5f27;padding:15px 20px;margin-right:10px;}
#home-header a.btn-gb:hover{ background:#dd5f27!important; color:#fff}
#home-header a.btn-ac{border:solid 2px #64bc46;color:#64bc46;padding:15px 20px;margin-right:10px;}
#home-header a.btn-ac:hover{ background:#64bc46!important; color:#fff} 
.btn-gfd01{background:url(images/link-arrow01.png) no-repeat 90% 19px #1e23a4;display:block;width:165px;color:#fff;margin:0 auto;padding:10px 40px 10px 20px;border-radius:30px;text-transform:uppercase}
#home-header a.btn-gr{border:solid 2px #38454f;color:#38454f;padding:15px 20px;margin-right:10px; line-height:17px;}

#home-header .owl-page:nth-child(1) span{background:#1d22a5;width:30px;margin:3px}
#home-header .owl-page:nth-child(2) span{background:#3ebdee;width:30px;margin:3px}
#home-header .owl-page:nth-child(3) span{background:#dd4654;width:30px;margin:3px}
#home-header .owl-page:nth-child(4) span{background:#db5e27;width:30px;margin:3px}
#home-header .owl-page:nth-child(5) span{background:#8054a1;width:30px;margin:3px}
#home-header .owl-page:nth-child(6) span{background:#64bc46;width:30px;margin:3px}
#home-header .owl-page:nth-child(7) span{background:#3dba9a;width:30px;margin:3px}

#home-header a{border-radius:30px;padding:15px 40px 15px 20px;color:#fff;font-size:16px;text-transform:uppercase;margin:0 auto;font-weight:700;height:48px;display:inline-block; line-height:17px;}
.getDemoBtn {  border-radius: 30px; padding: 15px 20px; color: #fff;font-size: 16px;
    text-transform: uppercase; margin: 14px auto; font-weight: 700; display: inline-block;    background: #1e23a4;}

#home-header a:hover{background:url(images/link-arrow01.png) no-repeat 90% 19px #ef8922 !important; color:#fff;-webkit-transition:all .2s ease-in-out .2s;-moz-transition:all .2s ease-in-out .2s;-ms-transition:all .2s ease-in-out .2s;-o-transition:all .2s ease-in-out .2s;transition:all .2s ease-in-out .2s}

#home-header h2{ margin:20px 0 30px 0; line-height:1.2; font-weight:300}

/* SLIDER END */

/*HOMEPAGE BOX START*/

.new-icn-sec h2{font-size:30px;color:#29292b;font-weight:300;line-height:1.5; margin:0;}
.nw-sec-home{ background:#fff; padding:20px 20px 10px 20px; box-shadow:0 0 7px #ccc; text-align:center; border-radius:4px; margin-bottom:20px;} 
.nw-sec-home p.txt { min-height: 140px; text-align: center; font-weight: 300; margin-bottom: 5px; line-height: 22px; border:none; }
.nw-sec-home h2{letter-spacing: 0.5px; font-size: 15px; margin-top:5px; font-weight: 700; text-transform: uppercase; border-top: none; padding: 20px 0 10px 0;padding-top: 0px;min-height: auto;}
.nw-sec-home img{ width:70px; margin:0 auto; }
.nw-sec-home a.btn{padding:15px 30px;border-radius:60px;font-size:14px;font-weight: 600;display: inline-block;line-height: 1;width: auto; color:#fff; margin-bottom:10px; /*background: #1e23a4;color: #fff;font-size: 13px;font-weight: 500;text-transform: uppercase;padding: 6px 15px;border-radius: 4px;width: 120px;margin: 0 auto;text-align: center;display: block; line-height:20px*/} 
.nw-sec-home a.btn:hover{ background:#ef8922}
.nw-sec-home p.txt{ min-height:140px; text-align:center; font-weight:300; line-height:22px; font-size:14px;}
.nw-sec-home h4{ font-size:13px; font-weight:700; text-transform:uppercase; padding-bottom:10px}

.new-icn-sec-us{background:#f9fcff;text-align:center;border-top:1px solid #e0ebfc; border-bottom:1px solid #e0ebfc;overflow:hidden}
.new-icn-sec-us h2{font-size:30px;color:#29292b;font-weight:300;line-height:1.5; margin:0; text-align:center}
.nw-sec-home-us{ background:#fff; padding:20px 20px 10px 20px; box-shadow:0 0 7px #ccc; text-align:center; border-radius:4px; margin-bottom:20px;} 
.nw-sec-home-us h2{ font-size:15px; font-weight:500} 
.nw-sec-home-us h2 img{ width:70px; margin:0 auto; }
.nw-sec-home-us p{ font-size:14px; color:#313c54; padding:15px 0 }
.nw-sec-home-us a.btn{ background: #1e23a4;color: #fff;font-size: 13px;font-weight: 500;text-transform: uppercase;padding: 6px 15px;border-radius: 4px;width: 120px;margin: 0 auto;text-align: center;display: block; line-height:20px}
.nw-sec-home-us a.btn:hover{ background:#ef8922}
.nw-sec-home-us p.txt{ min-height:156px; text-align:left; font-weight:300; line-height:22px}
.nw-sec-home-us h4{ position:relative; font-size:13px; font-weight:700; text-transform:uppercase; padding:0px 0 10px 0}


.col-bl{color:#de4654}
.col-cm{color:#8054a2}
.col-ba{color:#3bbfef}
.col-ti{color:#3dbb9b}
.col-cw{color:#1d458b}
.col-re{color:#3bbfef}
.col-gb{color:#db5e26}
.col-ms{color:#ef8a22}
.col-ac{color:#64bc46}
.col-fp{color:#2d307b}
.col-mr{color:#2d307b}
.col-gr{color:#38454f}

.nw-sec-home a.bl{ background:#dd4654}
.nw-sec-home a.cm{ background:#8054a1}
.nw-sec-home a.ac{ background:#64bc46}
.nw-sec-home a.ft{ background:#30c4f3}
.nw-sec-home a.gb{ background:#db5e27}
.nw-sec-home a.fp{ background:#2a2c7b}

.bl-check, .gb-check, .re-check, .cm-check, .ac-check, .fs-check, .fp-check { min-height:162px; text-align:left}
.bl-check ul, .gb-check ul, .re-check ul, .cm-check ul, .ac-check ul, .fs-check ul, .fp-check ul{margin:0; list-style:none; padding:0; line-height:22px; font-size:14px; font-weight:300}
 
.bl-check li { background:url(images/arrow-sprite.png) no-repeat 0 -40px; padding:2px 0 2px 25px; margin:0}
.gb-check li {background:url(images/arrow-sprite.png) no-repeat 0 -175px; padding:2px 0 2px 25px; margin:0}
.re-check li {background:url(images/arrow-sprite.png) no-repeat 0 6px; padding:2px 0 2px 25px; margin:0}
.cm-check li {background:url(images/arrow-sprite.png) no-repeat 0 -84px; padding:2px 0 2px 25px; margin:0}
.ac-check li {background:url(images/arrow-sprite.png) no-repeat 0 6px; padding:2px 0 2px 25px; margin:0}
.fs-check li {background:url(images/arrow-sprite.png) no-repeat 0 -130px; padding:2px 0 2px 25px; margin:0}
.fp-check li {background:url(images/arrow-sprite.png) no-repeat 0 6px; padding:2px 0 2px 25px; margin:0}  

.site{ margin-bottom:0px;}

/*HOMEPAGE BOX END*/

/*NEW CSS START : JK*/
.featureBoxNA h4:before {content: ''; position: absolute;/*border-top: solid 1px #ccc;*/display: block; width: 100%; top: 24%; left: 0px; background:url(images/popline.png) no-repeat 0 0; height:1px}
.featureBoxNA h4 span{ background:#fff; display:inline-block; padding-left:10px; padding-right:10px;}
.site{ margin-bottom:0px;}
.our-miss .row{ display:flex;justify-content: center; flex-wrap:wrap;}
.ourPurpose .prsBox{ width:100%;}
abbr, acronym{ border:none;}
/*NEW CSS END : JK*/

@media screen and (max-width:2100px) and (min-width:1600px)
{
	.fivebox{ padding:70px}
	.fivebox .col-md-3, .fivebox .col-lg-3{ width:20%}
}

@media screen and (max-width:1599px) and (min-width:1025px)
{.wr-mega-menu > li > a{padding:15px 10px !important}
.frdemo{font-size:11px;line-height:13px;width:140px}
}

 @media screen and (max-width: 1599px) and (min-width: 1281px) {
.getDemoBtn {  padding: 12px 20px; font-size: 15px;} 
.fivebox{ padding:70px}
.fivebox .col-md-3, .fivebox .col-lg-3{ width:20%}
.nw-sec-home p.txt{min-height:180px}
.bl-check, .gb-check, .re-check, .cm-check, .ac-check, .fs-check, .fp-check{min-height:185px}
}
 @media screen and (max-width: 1450px) and (min-width: 1281px) {
 .nw-sec-home p.txt{min-height:235px}
.bl-check, .gb-check, .re-check, .cm-check, .ac-check, .fs-check, .fp-check{min-height:212px}
 }

@media (max-width:1280px){.menur{width:100%}
.icn-sec{margin-top:0px;}
}
@media screen and (max-width:1280px) and (min-width:1025px)
{.frdemo{font-size:9px;line-height:8px;width:100%}
.getDemoBtn {  padding: 10px 20px; font-size: 11px;} 
}

/* CLIENT VIDEO START*/
.new-icn-sec{background:#f9fcff;text-align:center;border-top:1px solid #e0ebfc; border-bottom:1px solid #e0ebfc;overflow:hidden}
.cl-logo-box{ border:solid 1px #d4d4d4;  text-align:center; border-radius:5px; font-size:16px; font-weight:500;}
.cl-logo-box img.cllogo{ margin-bottom:10px; width:120px;}
.cl-logo-box a{position:absolute; top:15%; left:50%; margin-left:-57px;}
.cl-logo-box p.lg-cp{ background:#ffffff; display:block; font-size:13px; line-height:1.5; padding:20px 15px !important; color:#444; font-weight:400; border-radius:5px ; min-height:100px }
.hgfix{ height:147px;}
.hgfix img{border-radius:5px 5px 0 0}
.lg-cp strong{ text-transform:uppercase}
.col-ISO{color:#006cb7}   

.getDemoBtn-org {  border-radius: 30px; padding: 15px 30px; color: #fff;font-size: 16px;
text-transform: uppercase; margin: 14px auto; font-weight: 700; display: inline-block;    background: #ef8922; line-height:1; transition: box-shadow 1s;}

.getDemoBtn-org:hover{ text-decoration:none; color:#ebebeb; box-shadow: 0 0 10px #b0b0b0 !important;}

.cases-box01{width:100%;height:230px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;cursor:pointer;position:relative}
.cases-box01 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out; font-weight:300}
.cases-box01 img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:105px}
.cases-box01 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out; margin-top:15px;}
.cases-box01:hover h6{opacity:0}
.cases-box01:hover img{opacity:0}
.cases-box01:hover .cases-text{opacity:1}
.bigsize01{max-width:60px;width:100%;} 
.testi-sec{ background:#fff; padding:70px 0 30px 0; border-top:1px solid #e0ebfc;}
.testi-sec h2{ font-size:30px;color:#29292b;font-weight:300;line-height:1.4em; text-align:center}

/* CLIENT VIDEO END*/

/*FOOTER START*/
.gettouch{background:#1e23a4;clear:both;width:100%;padding:15px 0;color:#fff;text-align:center;background-size:cover}.footerbg{background:#fff;clear:both;padding:38px 0;width:100%}

.gettouch-home{/*background:#1e23a4;*/clear:both;width:100%;padding:0;text-align:center;background-size:cover; }
.gettouch-home h3{font-size:25px;font-weight:300;margin:0 0 0;overflow:hidden;line-height:1.5em;color:#fff;}
.gettouch-home h3 strong{display:block;font-size:25px;font-weight:600}
.hs-form fieldset{max-width:100% !important}
.gettouch-home input, .gettouch-home select{color:#fff;font-size:16px;height:37px;margin:0 !important;background:#1e23a4;border-bottom:solid 2px #fff;}
.gettouch-home .hs-button{margin-top:15px !important;display:inline-block;color:#fff;border:solid 2px #fff;border-radius:30px;width:180px;height:50px;letter-spacing:5px}
.gettouch-home .hs-button:hover{margin-top:15px !important;display:inline-block;color:#fff;border:solid 2px #000;border-radius:30px;width:180px;height:50px;letter-spacing:5px; animation: animateGlow 1s linear infinite; color:#fff;}

.social-bar{border-bottom:solid 1px #dedede;padding:40px 0;	display:inline-block;
width:100%;	background:#fff;-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */}
.soc-div{width:25%;	float:left;-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);     transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */}
.container:hover .soc-div{	opacity:0.2;-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);  -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);  -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);      transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */	}
.soc-div a{	width:50px;	height:32px; display:block;	opacity:0.6; margin:0 auto;
background-size:32px; -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */	}
.container .soc-div:hover{	opacity:1;	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */	}
.tw{background:url(images/twitter.svg) no-repeat 0 0;}
.fb{background:url(images/facebook.svg) no-repeat 0 0;}
.li{background:url(images/linkedin.svg) no-repeat 0 0;}
.insta{background:url(images/instagram.svg) no-repeat 0 0;}
.ig{background:url(images/soc-ig.png) no-repeat 0 0}
.h-line{border-top:solid 1px #dedede}
.space-t-b{padding-top:50px;padding-bottom:50px}
.space-b{padding-bottom:70px}

.footerbottombg { background: none repeat scroll 0 0 #e5e5e5; clear: both; width: 100%;   padding: 12px 0; color:#29292b; font-size:11px; display:flex; overflow: hidden;}
 
.ftlinks{padding-bottom:30px}
.ftlinks h2{color:#243f8c;font-size:14px;font-weight:500;margin:15px 0;text-transform:uppercase}
.ftlinks a{display:block;color:#a1a1a1;font-size:13px;padding:5px 0;line-height:normal;}
.ftlinks a:hover{color:#ef8922} 

.ftfixed{background:#1e23a4;position:fixed;left:0;bottom:0;z-index:-1;width:100%;height:60px;background-size:100%}

.conbot{display:inline-block;padding:10px 0;margin:0;width:100%;text-align:center;background-size:15%;}
.conbot h2{color:#fff;font-size:16px;font-weight:700;margin:15px 0}
.conbot p{color:#fff;font-size:25px;line-height:31px}
.conbot p strong{color:#fff;font-size:22px}

/*FOOTER END*/

/*ABOUT US START*/
.site-header-main{ /*box-shadow:1px 0px 5px #ccc;*/ padding:15px;}
.in-nav{background:#27418c;color:#fff}
.in-nav ul{list-style:none;width:100%}
.in-nav ul li{float:left;padding:0;text-transform:uppercase;text-align:center}
.in-nav ul li a{color:#fff;letter-spacing:1px;font-size:14px}
.in-heading{padding:40px 0;text-align:center;background:url(images/header-seperater.png) no-repeat 0 0 center bottom;border-bottom:solid 1px #dedede}
/*.in-heading::before{content:"";background:#fff url(images/dwn-arrow.png) no-repeat center center;border-radius:100%;width:50px;height:50px;position:absolute;bottom:-25px;left:50%;margin-left:-25px;box-shadow:0 0 30px #ccc;}*/
.in-heading h1{font-size:45px;font-weight:300} 
.in-heading h1 span{font-weight:700}
.in-heading h4{font-size:21px;font-weight:700;margin-top:10px}
.in-heading .col-sm-3 img{ max-width:110px}
.in-heading p{font-weight:300}
.in-heading h2{font-size:30px}
.inheader-txt{font-size:21px;padding-top:20px;display:inline-block}
 
.icn-sec{margin-top:10px;text-align:center}
.icn-sec h4{font-size:13px;text-transform:uppercase;font-weight:400;}
.icn-sec h4.allh4{color:#29292b}
.icn-sec h4.active{font-weight:700; color:#ef8922}
.icn-sec p{font-size:14px;padding:10px 0;line-height:20px;color:#444;font-weight:300}
.new-icn-sec .icn-sec p:nth-child(2){display:none}
p:empty{display:none;}
.icn-sec span{ background:#1f4489; padding:20px; width:100px; height:100px; display:block; border-radius:100%;}
.icn-sec a:hover span, .icn-sec span.active{ background:#ef8922}
.icn-sec br{ display:none} 

.our-miss{text-align:center}
.our-miss h2{font-size:35px;font-weight:300;padding-bottom:0px}
.our-miss p{padding:10px;font-size:16px;font-weight:300;}
.bigsize{max-width:90px !important;width:100%;}
.inimgtop{margin-bottom:70px; position:relative}
/*ABOUT US END*/

.contoptxt{}
.contoptxt h4{font-size:17px;padding:0 0 40px 0;line-height:25px;text-align:center;font-weight:300;}
.conheadtxt{font-size:14px;text-align:center;padding:15px 15px 15px 0;display:list-item;color:#fff;text-transform:uppercase;letter-spacing:2px;background:url(images/arrow-wh.png) no-repeat right 19px;width:190px;margin:0 auto}
.conbox01{background:#fff;box-shadow:1px 1px 20px #ccc;border-radius:5px;display:inline-block;text-align:center;margin-bottom:70px}
.conbox01 h3{font-size:35px;color:#1d22a5;padding:0 0 20px 0}
.con-drop select{padding:7px;font-size:18px;border:solid 1px #1d22a5;width:85%;box-shadow:0px 3px 11px #ccc}
.con-contact{background:#fff;background-size:cover;padding:0 0 70px;text-align:center;font-size:17px;font-weight:700;}
.con-contact p{font-size:19px;font-weight:300;line-height:1.5}
.con-contact a{background:#335292;padding:5px 20px;color:#fff;text-transform:uppercase;display:inline-block;margin:15px;font-size:11px;font-weight:500;letter-spacing:1px;border-radius:30px}
.con-contact .boxBRD{border:solid 1px #5f81bf;padding:30px 0 0 0; border-radius:12px}
.con-contact h3{font-size:21px;text-transform:uppercase;margin:0 0 10px 0;padding:0;font-weight:bold;color:#1f3e8a}
.con-contact h6{ font-size:21px; line-height:2;}
.line-topcontact {border-top: 1px solid #ccc; margin: 15px 0px;}
.callingfrom{ font-weight:400;}

.map{background:#fff;position:relative}
.map01{padding:0 !important}
.mapover{position:absolute;left:0;top:25%;width:100%;}

.bluebox{background:#fff;padding:45px 0;margin:0;text-align:center;color:#29292b}
.bluebox h5{font-size:17px;margin:15px 0;line-height:22px;display:block}
.bluebox a{border:solid 2px #de4654;padding:5px 15px;color:#de4654;display:inline-block;border-radius:40px;}
.hs-form-field label{/*display:none*/}
.hs-form fieldset.form-columns-1 .hs-input{width:100% !important}
.hs_submit{margin-bottom:30px;margin-right:8px}
.hs-button{background:#f08a21;padding:10px 0;text-align:center;font-size:16px;width:100%;display:block;border:none;color:#fff;text-transform:uppercase;font-weight:700}
.pressbox{text-align:center;margin-bottom:15px;}
.pressbox img{border-radius:7px;box-shadow:2px 2px 10px #ccc;width:100%}
.pressbox h2{font-size:17px;min-height:75px;margin-top:20px;line-height:21px;padding:0 15px}
.pressbox p{font-size:15px;margin:15px 0;min-height:50px;}
.pressbox a{}
.presstop{text-align:center;padding:0 0 40px 0}
.presstop h3{font-size:16px;margin-top:15px;text-transform:uppercase;font-weight:600;}
.presstop p{font-size:12px;line-height:17px;margin:15px 0}
.presstop a{color:#243f8c;font-size:14p;border:solid 2px #243f8c;padding:8px 15px;display:inline-block;border-radius:5px;font-style:normal;border-radius:40px;font-weight:600;}
.presstop a:hover{color:#fff;background:#243f8c}
.prlinks a{background:none;color:#243f8c;font-size:14px;border-top:solid 1px #ccc;padding:10px 0;display:block;border-radius:0}
.prlinks a:hover{box-shadow:none;color:#000}

.post:hover figcaption{ display:block; -webkit-transition: all .25s ease-in-out;}
.effect-ruby{ position:relative}
figcaption{ background:url(images/bg-blk.png) repeat 0 0; position:absolute; left:0; top:0; width:100%; height:99%; border-radius:3px; -webkit-transition: all .25s ease-in-out;}
figcaption p{ color:#fff !important; font-size:17px; left:50%; top:40%; margin-left:-60px; position:absolute; opacity:1 !important; font-weight:bold; letter-spacing:1px;padding:5px 10px }
figcaption p{ color:#fff !important; font-size:17px; left:50%; top:40%; margin-left:-60px; position:absolute; opacity:1 !important; font-weight:bold; letter-spacing:1px;  padding:5px 10px }


.apps-tab{width:100%;}
.apsec:nth-child(even) .app-img-phone{float:right}
.apps-tab li{width:25%;text-align:center;margin:0}
.affix{width:100%;top:0; z-index:9876}
.affix-top{margin:0;}
.affix .apps-tab{background:#fff;box-shadow:0px 0px 5px #ccc}
.affix .apps-tab img{width:30px;height:30px}
.affix .apps-tab h5{font-size:12px;line-height:15px}
.affix .top-pr{margin:10px 0;text-align:center}
.top-pr {margin: 35px 0;text-align: center;}
.top-pr h4{font-size:13px;font-weight:500;margin:0; line-height:1.5; margin-top:10px} 
.whtop-img{overflow:hidden;background:#fff;padding:15px 0 10px;border-radius:10px 10px 0 0}

#nav ul.navbar-nav{margin:0}
.navbar-inverse{border:none}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{background:#fff;color:#20438a}
.navbar-inverse .navbar-nav > li > a{color:#fff;padding:15px 10px;line-height:35px}
 
.vline{border-right:1px solid #dedede}
.vline img{max-width:55px;width:100%;}
.vline:last-child{border-right:none}
.pro-det{text-align:center;border-top:solid 1px #d8d8d8;padding:120px 15px 60px 15px}

.out-icn{text-align:center}
.out-icn h5{font-weight:300;line-height:18px;color:#29292b}
.out-icn h5 strong{display:block}
.inimgtop{margin-bottom:70px;position:relative}
.inimgtop01{margin-bottom:40px;position:relative}
/*.in-heading::before{content:"";background:#fff url(images/dwn-arrow.png) no-repeat center center;border-radius:100%;width:50px;height:50px;position:absolute;bottom:-25px;left:50%;margin-left:-25px;box-shadow:0 0 30px #ccc;}*/
.f-nav{z-index:999;position:fixed;left:0;bottom:0;width:100%;background:#fff;padding:10px 0;box-shadow:1px 1px 5px #ccc}
.f-nav img{width:30px;}
.f-nav .out-icn h5{font-size:11px;line-height:14px;}

.sec-pad{padding:70px 0 0;text-align:center}
.sec-padno{padding:0;}
.sec-pad h2{font-size:35px;font-weight:300;color:#29292b;padding-bottom:30px; line-height:1.5}
.sec-pad p{font-size:15px;font-weight:400;}
.line{border-top:solid 1px #dedede}
.ser-in-sec{padding:60px 15px}

.fca-why{text-align:right;padding-bottom:50px}
.fca-rsn{text-align:left;padding-bottom:50px}
.fca-why h4, .fca-rsn h4{font-weight:500;font-size:15px;padding-bottom:15px}
.fca-why span, .fca-rsn span{background:url(images/bl-check.png) no-repeat;display:block}
.fca-why span{background-position:100% 8px;padding-right:15px}
.fca-rsn span{background-position:0 4px;padding-left:25px}
.want-btn01{font-size:15px;font-weight:500;display:inline-block;margin:0 0 40px 0;color:#444444;}
.want-btn01 span{font-weight:700;font-size:25px;line-height:20px;color:#1d458b;border-top:solid 1px #ccc;padding-top:40px;display:inline-block;}
.want-btn{font-size:15px;font-weight:500;display:inline-block;margin:40px 0;color:#444444}
.want-btn span{font-weight:700;font-size:25px;line-height:20px;color:#1d458b;border-top:solid 1px #ccc;padding-top:15px;}

.btn-bl01{border:solid 2px #de4654;color:#de4654}
.btn-bl01:hover{background:#de4654;color:#fff}
.btn-cm01{border:solid 2px #8054a2;color:#8054a2}
.btn-cm01:hover{background:#8054a2;color:#fff}
.btn-ba01{border:solid 2px #3bbfef;color:#3bbfef}
.btn-ba01:hover{background:#3bbfef;color:#fff}
.btn-ti01{border:solid 2px #1d458b;color:#1d458b}
.btn-ti01:hover{background:#1d458b;color:#fff}
.btn-re01{border:solid 2px #754b1e;color:#754b1e}
.btn-re01:hover{background:#754b1e;color:#fff}
.btn-ac01{border:solid 2px #2fbb9b;color:#2fbb9b}
.btn-ac01:hover{background:#2fbb9b;color:#fff}
.btn-gb01{border:solid 2px #dd5f27;color:#dd5f27}
.btn-gb01:hover{background:#dd5f27;color:#fff}
.btn-acc01{border:solid 2px #64bc46;color:#64bc46}
.btn-acc01:hover{background:#64bc46;color:#fff}
.btn-alm{padding:6px 15px;border-radius:30px;font-size:18px;font-weight:bold;text-transform:uppercase;display:inline-block;margin:40px 0}
.btn-alm01{padding:6px 15px;border-radius:30px;font-size:18px;font-weight:bold;text-transform:uppercase;display:inline-block;margin:10px 0}


.eight-icn .col-sm-2{ width:12.5%}
.outicn{width:100%;max-width:55px}

.rel{position:relative}
.gif-img{position:absolute;left:40px;top:0;width:185px}
.gif-img img{width:100%;}

.statsection{ background:#fff; padding:20px 0; text-align:center;}
.statsection span{ font-size:48px; font-weight:700; line-height:55px;}
.statsection h4{ font-size:21px; font-weight:300; margin-top:0}
.statsection h3{ font-size:18px; margin-bottom:40px; font-weight:500; line-height:1.5}

.statistics{ background:#fff !important}
.statistics .stat{ margin:0 40px}
.stat .number{font-size:48px; font-weight:700;}
.stat .count-title{font-size:21px; font-weight:300; margin-top:0}
.statistics .stat span{ margin-bottom:0}
.stat:nth-child(1n) .number{color:#2350a0}
.stat:nth-child(2n) .number{color:#f05449}
.stat:nth-child(3n) .number{color:#7c509e}

.stat:nth-child(1n) .count-title{color:#2350a0}
.stat:nth-child(2n) .count-title{color:#f05449}
.stat:nth-child(3n) .count-title{color:#7c509e}

.stat:nth-child(1n) span:first-child {background:url(images/dwnload-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}
.stat:nth-child(2n) span:first-child{background:url(images/activeuser-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}
.stat:nth-child(3n) span:first-child{background:url(images/booking-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}

.feature-list{padding:0 11%}

.blue-bar{position:absolute; left:0; bottom:15.2%; margin:0 20px; height:45px; z-index:1234}
.blue-bar a img{ padding:5px 15px; width:100%; max-width:136px}
.blue-bar a img:hover{ box-shadow:0px 0px 10px #c6c6c6}

.mobile-screen{background:url(images/mobile-screen.png) no-repeat center top; background-size:100%; padding:160px 0 200px 0; max-width:350px; margin:0 auto}
.mobile-screen01{background:url(images/mobile-screen01.png) no-repeat center top; background-size:100%; padding:160px 0 200px 0; max-width:350px; margin:0 auto}
.mobile-screen .blue-bar{background:#3bbded; }
.mobile-screen01 .blue-bar{background:#7a8483; }

.mobile-screen-cw{background:url(images/mobile-screen-cw.png) no-repeat center top; background-size:100%; padding:160px 0 200px 0; max-width:350px; margin:0 auto}
.mobile-screen-cw .blue-bar{background:#3bbded; }


.feature{ width:33.1%; float:left; padding:5px}	
.feature img{ width:100%}

.mobile-screen .owl-prev{position:absolute; left:-45px; top:50%; text-indent:-999px; overflow:hidden; background:url(images/pre-img-arrow.png) no-repeat 10px 7px !important}
.mobile-screen .owl-next{position:absolute; right:-42px; top:50%; text-indent:-999px; overflow:hidden; background:url(images/nxt-img-arrow.png) no-repeat 12px 7px !important}
.mobile-screen .owl-carousel{ position:static} 

.mobile-screen .owl-theme .owl-controls .owl-buttons div{ background:#f5fbfe; box-shadow:0 0 10px #ccc; width:32px; height:32px; opacity:1}
.hg-screen{height:545px; overflow:hidden; padding:0 6.2% 0 6.1%}

.mobile-screen-cw .owl-prev{position:absolute; left:-45px; top:50%; text-indent:-999px; overflow:hidden; background:url(images/pre-img-arrow.png) no-repeat 10px 7px !important}
.mobile-screen-cw .owl-next{position:absolute; right:-42px; top:50%; text-indent:-999px; overflow:hidden; background:url(images/nxt-img-arrow.png) no-repeat 12px 7px !important}
.mobile-screen-cw .owl-carousel{ position:static} 

.mobile-screen-cw .owl-theme .owl-controls .owl-buttons div{ background:#f5fbfe; box-shadow:0 0 10px #ccc; width:32px; height:32px; opacity:1}


#clickbtn{background:url(images/handanimation5.gif) no-repeat center top; position:absolute; left:-32%; top:110px; width:173px; height:68px;}
.mobile-screen02 #clickbtn{ display:none} 

/*.mobile-screen:after{content:""; background:url(images/handanimation5.gif) no-repeat center top; position:absolute; left:-32%; top:110px; width:173px; height:68px;}*/


.btn001{ position:absolute; left:50%; top:102px; width:220px; height:63px; background:url(images/logo-link.png) no-repeat center 0; margin-left:-110px; z-index:12} 


.team-sec{text-align:center;margin-bottom:30px}
.team-sec h2{font-size:25px;background:url(images/line01.png) no-repeat 0 15px;margin:30px 0}
.team-sec h2 span{background:#fff;padding:0 30px}
.team-sec .col-sm-2 > a{font-size:14px;font-weight:500;color:#333333}
.team-sec .col-sm-2 > em{font-style:normal;font-size:13px;color:#5a5a5a;font-weight:300;}
.clsbtn{background:url(images/cls-btn.png) no-repeat 0 0;width:59px;height:59px;display:block;position:absolute;bottom:-30px;left:50%;margin-left:-30px}
section{width:100%;float:left;height:auto;}
.radiousstyle{border-radius:100%;-o-border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%}

.owl-wrapper-outer{ text-align:center} 

.career-img{background:url(images/career-img.png) no-repeat center top;background-size:cover;padding:70px 0;color:#fff;background-attachment:fixed;text-align:center;font-size:21px;font-weight:300;width:100%;float:left; line-height:1.5; display:none}
.career-img a{color:#fff}
.career{text-align:center}
.career h5{font-size:27px;font-weight:300}
.career h2{font-size:45px;color:#f08a21;font-weight:300}
.career p{font-size:15px;margin:40px 0}
.open-sec{background:url(images/sepration.png) no-repeat center bottom;padding:20px 0;}
.open-sec h4{font-size:17px;text-transform:uppercase;font-weight:700;letter-spacing:1px;margin:10px 0}
.opening{border-bottom:solid 1px #e5e5e5;padding:10px 0;text-align:left}
.opening a{color:#444;text-align:left}
.opening p{text-align:right}

@media (max-width:767px){
.sa_hover_container p{ display:none}	
.sa_hover_container .col-sm-6 img.bigsize { margin-top:0}
.none{ display:none}
}



/*LIVE CSS*/

.testitext{width:100%;text-align:center;color:#444444;} 
.testitext p{font-size:17px;font-style:italic;padding:20px 0}
.testitext h2 img{height:60px}
.testitext h5{font-size:25px;font-style:italic; line-height:1.8}
.testitext a{color:#000}
.testitext .col-sm-12.col-md-6 img{height:60px}
.tsright{border-right:solid 1px #ccc}
.testitext a img{-webkit-transition:-webkit-transform .15s ease;-moz-transition:-moz-transform .15s ease;-o-transition:-o-transform .15s ease;-ms-transition:-ms-transform .15s ease;transition:transform .15s ease;}
.testitext a:hover img{-webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07);-webkit-transition:-webkit-transform .15s ease;-moz-transition:-moz-transform .15s ease;-o-transition:-o-transform .15s ease;-ms-transition:-ms-transform .15s ease;transition:transform .15s ease;}

.testhead{}
.testhead h1{text-align:center;font-size:22px;font-weight:300}
.t-sec{border-bottom:solid 1px #cccccc;position:relative;text-align:center;display:inline-block;padding-bottom:30px;margin-bottom:30px;font-size:16px;font-style:italic;}
.t-sec img{margin-bottom:20px}
.t-ar{background:url(images/arrow-shadow.png) no-repeat 0 0;position:absolute;bottom:-25px;left:50%;width:40px;height:31px;margin-left:-20px}
.t-logo{text-align:center;margin-bottom:70px}
.blog{background:#fff}
.bgpro{background:#fff /*background:#f5f5f5*/}
.post{background:#fff; -webkit-box-shadow: 0 2px 7px rgba(145,145,145,.35);
    box-shadow: 0 2px 7px rgba(145,145,145,.35);
    -webkit-transition: all .25s ease-in-out; margin:0 0 30px 0;min-height:390px;border-radius:3px; padding:1px}
.post:hover{ -webkit-box-shadow: 0 10px 45px rgba(0,0,0,0.3);
    box-shadow: 0 10px 45px rgba(0,0,0,0.3);
    -webkit-transition: all .25s ease-in-out;}
	
.bgpro .post:hover{ -webkit-box-shadow: 0 2px 7px rgba(145,145,145,.35);
    box-shadow: 0 2px 7px rgba(145,145,145,.35);
    -webkit-transition: all .25s ease-in-out;}
	
.nav-previous, .nav-next{display:inline-block;width:150px;border-radius:30px;height:40px}
.nav-previous a, .nav-next a{color:#243f8c;}
.nav-previous:hover, .nav-next:hover{}
.nav-previous:hover a, .nav-next:hover a{color:#fff}
.nav-next:empty{display:none;}
#commentform .submit{border:solid 2px #243f8c;padding:10px 15px;display:inline-block;width:150px;border-radius:30px;height:40px;line-height:1;background:#fff;}
#respond form input[type="text"], #respond form textarea{border:solid 1px #ccc;border-radius:7px;}
#a{background:#fff;box-shadow:1px 1px #10px #ccc;}

.portfolio-modal .modal-content{padding:50px 0;min-height:100%;border:0;border-radius:0;text-align:center;background-clip:border-box;-webkit-box-shadow:none;box-shadow:none;/*background:rgba(255, 255, 255, 0.8);*/color:#fff}
.portfolio-modal .modal-content h2{margin-bottom:15px;font-size:2.5em;}
.portfolio-modal .modal-content p{margin-bottom:30px;}
.portfolio-modal .modal-content p.item-intro{margin:10px 0 30px;font-size:14px;font-style:italic;}
.portfolio-modal .modal-content ul.list-inline{margin-top:0;margin-bottom:30px;}
.portfolio-modal .modal-content img{margin-bottom:30px;}
.portfolio-modal .close-modal{position:absolute;top:25px;right:25px;width:75px;height:75px;background-color:transparent;cursor:pointer;}
.portfolio-modal .close-modal:hover{opacity:.3;}
.portfolio-modal .close-modal .lr{z-index:1051;width:1px;height:75px;margin-left:35px;background-color:#000;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.portfolio-modal .close-modal .lr .rl{z-index:1052;width:1px;height:75px;background-color:#000;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.portfolio-modal .btn-primary{color:#fff;background-color:#f08a21;border-color:#f08a21;}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active,.portfolio-modal .btn-primary.active{color:#fff;background-color:#032e3a}

.vline{border-right:1px solid #dedede}
.vline img{max-width:55px;width:100%;}
.vline:last-child{border-right:none}
.pro-det{text-align:center;border-top:solid 1px #d8d8d8;padding:120px 15px 60px 15px}
.pro-det02{text-align:center;border-top:solid 1px #d8d8d8;padding:30px 15px}
.pro-det01{padding:20px 15px 30px 15px}
.pro-det03{padding:60px 15px}
.pro-det01 .txt-heading{padding-bottom:0;}
.pro-det abbr{padding-top:40px;border:none !important;display:block}
.out-icn{text-align:center}
.out-icn h5{font-weight:300;line-height:18px;color:#29292b; font-size:13px; margin-top:10px}
.out-icn h5 strong{display:block}
.inimgtop{margin-bottom:70px;position:relative}
.inimgtop01{margin-bottom:40px;position:relative}
.in-heading::before{/*content:"";background:#fff url(images/dwn-arrow.png) no-repeat center center;border-radius:100%;width:50px;height:50px;position:absolute;bottom:-25px;left:50%;margin-left:-25px;box-shadow:0 0 30px #ccc;*/}
.top-pad{padding-top:50px;}
.bot-pad{padding-bottom:50px;}
.fs-icn p{font-size:12px;font-weight:300;line-height:18px;padding:10px 0}
.cm-icn07 .col-sm-2{width:14%}
.bl-cm-ba{}
.bl-cm-ba p{font-size:13px;line-height:18px;padding:5px 0}
.bl-cm-ba a{color:#444}
.cman-icn .col-sm-2{width:14%}
.bl-tab{background:#de4654;color:#fff;text-align:center}
.cm-tab{background:#8054a2;color:#fff;text-align:center}
.ba-tab{background:#3bbfef;color:#fff;text-align:center}
.sl-tab{background:#1d458b;color:#fff;text-align:center}
.header-in{background:url(images/arrow1.png) no-repeat center bottom #384550;padding:50px 0;text-align:center;color:#fff;}
.feature{padding:0;text-align:center;}
.feature h2{font-size:35px;color:#29292b;padding:5px 0 20px;font-weight:300}
.feature p{font-size:16px;color:#384550;font-weight:300}
.ft-sec-left{padding-left:50px;text-align:left}
.ft-sec-right{padding-right:50px;text-align:left}
.ft-sec-left h3, .ft-sec-right h3{font-size:30px;font-weight:700;color:#464646;padding-bottom:20px}
.ft-screen{display:inline-block}
.ft-screen img{width:100%;max-width:188px;margin:0 auto 40px}
.ft-sec-left ul, .ft-sec-right ul{margin:0;padding:0;text-align:left; list-style:none}
.ft-sec-left ul li, .ft-sec-right ul li{position:relative;border-top:solid 1px #d2d2d2;padding:7px 0 7px 20px;font-size:15px;font-weight:300;background:url(images/bullet.png) no-repeat 0 15px}
.topspace{padding-top:40px;}
.ft-sec-left ul li span{position:absolute;left:-50px;top:0px}
.ft-sec-left ul li span a{background:url(images/feature-detail/left-sm-img.png) no-repeat 0 0;width:35px;height:35px;display:inline-block;margin-top:5px}
.ft-sec-right ul li span{position:absolute;right:-50px;top:0px}
.ft-sec-right ul li span a{background:url(images/feature-detail/right-sm-img.png) no-repeat 0 0;width:35px;height:35px;display:inline-block;}
.brand-logo{text-align:right;/*border-right:solid 1px #ccc;*/margin:20px 0}
.brand-txt{text-align:left;margin:100px 0 20px}
.brand-txt h3{font-size:17px;font-weight:bold;padding:5px 0;text-transform:uppercase;}
.brand-txt p{font-size:15px;line-height:20px;}
#outer-circle{-webkit-box-shadow:0 0 20px 10px #d2d2d2;-moz-box-shadow:0 0 20px 10px #d2d2d2;box-shadow:0 0 20px 10px #d2d2d2;border:7px solid #ECEBFA;border-top-color:#ccc;margin:5% auto;text-align:center;width:260px;height:260px;-webkit-border-radius:260px;-moz-border-radius:260px;border-radius:260px;-webkit-animation:turning_cw 2s infinite;-moz-animation:turning_cw 2s infinite;animation:turning_cw 2s infinite;position:relative;opacity:0.7;}
.icn-div{position:relative;width:260px;height:260px;margin:0 auto;}
.icn-div-in{position:absolute;left:0;top:0;}
.icn-div-in img{width:100%}
.gallery{display:block;position:relative}
.ft-sec-left ul li span, .ft-sec-right ul li span{}
.sl-image img{box-shadow:1px 1px 10px #ccc;}
.zoom:after{content:"";background-image:url(images/handanimation3.gif);background-position:0 bottom;background-repeat:no-repeat;width:200px;height:94px;display:block;position:absolute;left:40px;top:40px;margin-left:0;display:none}
.store-txt{text-align:center}
.store-txt p{font-size:14px;color:#b0b0b0;padding:0}
.store-icn{padding:20px 0;}
.store-icn img{margin:0 20px 0 0px;border-radius:8px;width:29%;}
.store-txt a{font-size:15px;color:#444444;font-weight:600;}
.store-icn01{padding:20px 0 0;width:190px;margin:20px auto 0;border-top:2px solid #ccc;text-align:center;display:inline-block}
.store-icn01 img{padding:0 10px;}
.store-icn02{padding:15px 0 0;width:80%;margin:10px auto 0;border-top:2px solid #ccc;text-align:center;display:inline-block}
.store-icn02 img{padding:0 5px;}
.just{font-size:17px;padding:15px 0 5px 0;font-weight:700;text-align:center}
.content_a{}
.content_b{display:none;position:fixed;top:0px;left:0px;margin:0;padding:0;width:100%;height:100%;background:#1e23a4;z-index:999999;}
.content_b_content{position:relative;margin:0 auto;width:100%;height:65px;}
.content_b_content h3{font-size:17px;}
.goodbye{color:#fff;font-size:15px;font-weight:bold;}
.popform input, .popform select{color:#fff;font-size:16px;height:37px;margin:0 !important;background:#1e23a4;border-bottom:solid 2px #fff;}
.popform .hs-button{margin-top:15px !important;display:inline-block;color:#fff;border:solid 2px #fff;border-radius:30px;width:180px;height:50px;}
.cw-t01{font-size:20px;padding:20px 0}
.hbspt-form fieldset.form-columns-1 .input, .hbspt-form fieldset.form-columns-2 .input{/*margin-right:25px !important*/}
.testimonial-btn{position:absolute;left:50%;bottom:0;width:240px;margin-left:-120px;}
.testim_btn{border:solid 2px #f08a21;color:#f08a21;padding:7px;text-align:center;display:block;border-radius:50px;margin:10px 0;font-weight:500;text-transform:uppercase;font-size:14px}
.testim_btn:hover{background:#f08a21;color:#fff;}
.fca-why{text-align:right;padding-bottom:50px}
.fca-rsn{text-align:left;padding-bottom:50px}
.fca-why h4, .fca-rsn h4{font-weight:500;font-size:15px;padding-bottom:15px}
.fca-why span, .fca-rsn span{background:url(images/bl-check.png) no-repeat;display:block}
.fca-why span{background-position:100% 8px;padding-right:15px}
.fca-rsn span{background-position:0 4px;padding-left:25px; padding-bottom:15px}
.topbtn a{float:left}
.topbtn .col-sm-6{padding:0}
.new-icn-sec h3{font-size:15px;font-weight:500;padding-bottom:15px;}
.testi-btn{font-size:12px;text-transform:uppercase;color:#224087;padding:5px 0 15px;display:block;}
.line-sep{background:url(images/header-seperater.png) no-repeat center bottom;}
.smicnbot h4{font-size:10px;text-transform:uppercase;line-height:13px}
.cm-key{padding-bottom:0px;}
.cm-key h4{font-size:21px;font-weight:700;padding-bottom:40px;position:relative;}
.cm-key h4 abbr{padding:10px 15px;cursor:none;border:none;display:inline-block}
.cm-key h4 abbr:after{content:"";background:url(images/key-shadow.png) no-repeat 0 0;width:180px;height:30px;position:absolute;left:50%;top:42px;margin-left:-90px}
.cm-key ul{list-style:none;padding:0;margin:0}
.cm-key ul li{border-bottom:solid 1px #b8babd;overflow:hidden}
.cm-key ul li:last-child{border-bottom:none}
.cm-key ul.left li{text-align:left;background:url(images/bullets-bl.png) no-repeat 0 18px;padding:10px 15px}
.cm-key ul.right li{text-align:right;background:url(images/bullets-bl.png) no-repeat 100% 18px;padding:10px 15px}
.cm-key ul.left li span{float:left;width:65%}
.cm-key ul.left li img{float:right}
.cm-key ul.right li span{float:right;width:65%}
.cm-key ul.right li img{float:left}
.cm-key .col-sm-6 img{display:block}
.full-view{padding:0;margin:0}
.full-view .col-sm-6{padding:0}
.ma-icn09 .col-sm-2{width:11.1%}
.ma-icn08 .col-sm-2{width:12.5%}
.ma-icn07 .col-sm-2{width:14.2%}
.txt-heading{font-size:30px;padding-bottom:25px;margin-top:40px;}
.more-txt{background:url(images/tick-crl.svg) no-repeat 10px 0;padding-left:65px !important;text-align:left;margin:10px 0;height:125px;background-size:40px; font-size:14px}
.more-txt h4{font-size:15px;font-weight:600;line-height:21px}
.more-txt p{font-weight:300;padding:10px 0;font-size:16px !important;line-height:20px;}
.more-txt abbr {
    color: #444;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}
.heightless{height:95px}
.want-btn01{font-size:15px;font-weight:500;display:inline-block;margin:0 0 40px 0;color:#444444;}
.want-btn01 span{font-weight:700;font-size:25px;line-height:20px;color:#1d458b;border-top:solid 1px #ccc;padding-top:40px;display:inline-block;}
.want-btn{font-size:15px;font-weight:500;display:inline-block;margin:40px 0;color:#444444}
.want-btn span{font-weight:700;font-size:25px;line-height:20px;color:#1d458b;border-top:solid 1px #ccc;padding-top:15px;}
.access-con{}
.access-con h3{font-size:25px;}
.access-con h6{font-size:16px;font-weight:400;padding:0 0 30px 0}
.access-con01 h3{font-size:20px;font-weight:300;padding-bottom:30px;}
.f-nav{z-index:999;position:fixed;left:0;bottom:0;width:100%;background:#fff;padding:10px 0;box-shadow:1px 1px 5px #ccc}
.f-nav img{width:30px;}
.f-nav .out-icn h5{font-size:11px;line-height:14px;}

.modal{background:rgba(255 , 255, 255, 0.9); z-index:89899}
.modal-content{box-shadow:0 15px 30px rgba(0,0,0,0.1);background-color:#fff; border-radius:0; padding:0 20px 0 40px; border:none}
.modal-body{ padding:0}
.modal-dialog{margin:100px auto}
.modal-header{border-bottom:none}
.close{color:#fff;font-size:25px;font-weight:normal}
.modal-header .close{ background:#20438a;  position:absolute; right:0; top:2px; padding:6px 12px; opacity:1}
.modal-body h3{font-size:18.5px;font-weight:300;margin:0 0 0;overflow:hidden;line-height:1.6em;color:#20438a; text-align:center}
.modal-body h3 strong{display:block;font-size:25px;font-weight:600}
.hs-form fieldset{max-width:100% !important}
.modal-body input, .gettouch-home select{font-size:16px;margin:0 !important;background:#fff;border:solid 1px #ccc;font-family:'Poppins', Arial; color:#000}
.modal-body .hs-button{color:#fff;border:solid 2px #fff;border-radius:8px;width:180px;height:50px;letter-spacing:5px; background:#20438a}


.model02{background:rgba(0, 0, 0, .7)}
.modal-content01{ background:#fff; border-radius:4px; display:inline-block}
#icn-n01 .modal-dialog{ width:65%}
#icn-n01 .close{ color:#000; font-size:40px;}

#icn-n02 .modal-dialog, #icn-n03 .modal-dialog, #icn-n04 .modal-dialog, #icn-n05 .modal-dialog, #icn-n06 .modal-dialog, #icn-n07 .modal-dialog, #icn-n08 .modal-dialog, #icn-n09 .modal-dialog{ width:65%}
#icn-n02 .close, #icn-n03 .close, #icn-n04 .close, #icn-n05 .close, #icn-n06 .close, #icn-n07 .close, #icn-n08 .close, #icn-n09 .close{ color:#000; font-size:40px;}

.spacebt{ margin-bottom:30px}
.spacetpbt{ margin:30px 0}
.spacetpbt p{border:solid 1px #3bbded; background:#ace9ff; padding:10px; border-radius:10px; font-size:14px}

.modelhome{ background:rgba(0, 0, 0, 0.7); }
.modelhome .modal-content{ background:#fff;}

.wr-megamenu-container .current_page_item > a, .wr-megamenu-container .current_page_ancestor > a, .wr-megamenu-container .current-menu-item > a, .wr-megamenu-container .current-menu-ancestor > a{color:#fff}
.primary_7712 .wr-mega-menu > li:hover > a, .primary_7712 .wr-mega-menu > li.focus > a{background:#1e23a4}
.desktop{display:block}
.mobile{display:none}
.txt-left{text-align:left}
.txt-right{text-align:right}
.bigsize{max-width:90px;width:100%;}
.bigsize01{max-width:60px;width:100%;}
.fs-icn img{width:100%;max-width:135px;}
.icn-sec img{width:100%;max-width:105px;}
.fullimg{width:100%}
.outicn{width:100%;max-width:55px}
.zoom{position:relative}
.zoom-rg{position:absolute;right:-10px;bottom:-10px;width:93px;height:93px;display:block;background:url(images/zoom-img.png) no-repeat 0 0;z-index:9}
.zoom-lf{position:absolute;left:0;bottom:0;width:93px;height:93px;display:block;background:url(images/zoom-img.png) no-repeat 0 0;z-index:9}
.txtright{text-align:right}
.txtleft{text-align:left}
.txtright p, .txtleft p{padding:20px 0;}
.show_more p{padding:0;font-weight:bold}
.wpsm-content{font-size:15px;font-weight:300;}
.image_caption{font-weight:300;line-height:1}
.cases-box{width:100%;height:250px;border-radius:5px;background:#fff;box-shadow:0 5px 50px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:75px 40px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:105px}
.cases-box h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box:hover h6{opacity:0}
.cases-box:hover img{opacity:0}
.cases-box:hover .cases-text{opacity:1}
.cases-box01{width:100%;height:230px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;cursor:pointer;position:relative}
.cases-box01 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box01 img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:105px}
.cases-box01 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box01:hover h6{opacity:0}
.cases-box01:hover img{opacity:0}
.cases-box01:hover .cases-text{opacity:1}
.cases-box02{width:100%;height:170px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box02 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box02 h4{font-size:35px;font-weight:bold}
.cases-box02 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box02:hover h6{opacity:0}
.cases-box02:hover img{opacity:0}
.cases-box02:hover .cases-text{opacity:1}
.cases-box03{width:100%;height:270px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box03 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box03 img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:60px;margin:25px 0}
.cases-box03 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box03:hover h6{opacity:0}
.cases-box03:hover img{opacity:0}
.cases-box03:hover .cases-text{opacity:1}

.cases-box04{width:100%;height:230px;border-radius:5px;padding:60px 40px 25px 40px;text-align:center;cursor:pointer;position:relative}
.cases-box04 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box04 img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:105px}
.cases-box014 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out; font-size:13px}
.cases-box04:hover h6{opacity:0}
.cases-box04:hover img{opacity:0}
.cases-box04:hover .cases-text{opacity:1}

.dbox{border-radius:7px;background:#fff;border:1px solid #e0ebfc;padding:20px 20px;text-align:center;width:100%;height:335px !important;}
.dbox{-webkit-transition:all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);-moz-transition:all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);-o-transition:all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);transition:all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);-webkit-transition-timing-function:cubic-bezier(0.800, 0.000, 0.200, 1.000);-moz-transition-timing-function:cubic-bezier(0.800, 0.000, 0.200, 1.000);-o-transition-timing-function:cubic-bezier(0.800, 0.000, 0.200, 1.000);transition-timing-function:cubic-bezier(0.800, 0.000, 0.200, 1.000);}
.dbox:hover{background:#fff;box-shadow:0px 10px 30px rgba(0, 0, 0, 0.1);-webkit-transition:all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);-moz-transition:all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);-o-transition:all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);transition:all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);-webkit-transition-timing-function:cubic-bezier(0.800, 0.000, 0.200, 1.000);-moz-transition-timing-function:cubic-bezier(0.800, 0.000, 0.200, 1.000);-o-transition-timing-function:cubic-bezier(0.800, 0.000, 0.200, 1.000);transition-timing-function:cubic-bezier(0.800, 0.000, 0.200, 1.000);}
.iconbox img{max-width:60px;margin:0 auto 15px}
.rel{position:relative}
.gif-img{position:absolute;left:40px;top:0;width:185px}
.gif-img img{width:100%;}
.grid figure{position:relative;float:left;overflow:hidden;margin:10px 0%;width:100%;background:#000;text-align:center;cursor:pointer;border-radius:11px;}
.grid figure img{position:relative;display:block;min-height:100%;max-width:100%;opacity:0.6; width:100%}


.grid figure h2{font-weight:300;}
.grid figure h2 span{font-weight:800;}
.grid figure h2,
.grid figure p{margin:0;}
.grid figure p{letter-spacing:0;font-size:14px;font-weight:300;padding:0 10px !important}

figure.effect-sadie figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);background:linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);content:'';opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);}
figure.effect-sadie h2{position:absolute;font-weight:500;top:45%;left:0;width:100%;color:#fff;-webkit-transition:-webkit-transform 0.35s, color 0.35s;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);font-size:15px;}
figure.effect-sadie figcaption::before,
figure.effect-sadie p{-webkit-transition:opacity 0.75s, -webkit-transform 0.75s;transition:opacity 0.75s, transform 0.75s;}
figure.effect-sadie p{position:absolute;top:200px;padding:0 10px;left:0;padding:0;width:100%;opacity:0 !important; -webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);}
figure.effect-sadie:hover h2{color:#fff;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0);}
figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p{opacity:1 !important ;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0); color:#fff}

.post:hover figcaption{ display:block; -webkit-transition: all .25s ease-in-out;}
.effect-ruby{ position:relative; min-height:182px}
.post-8159 img, .post-5461 img{ height:178px !important}

.blg-more{ font-weight:bold; padding:20px 0 0; color:#494949; font-size:17px; display:none}
.blogpage .blg-more{ display:block}

.dd-tip{background:#f2f2f2;border:solid 1px #d9d9d9;padding:15px;border-radius:10px;margin-top:30px;text-align:center}
.iframe-box{border:solid 1px #ccc;border-radius:11px;margin-top:40px;padding:20px;}
.kwayy-html-sitemap-post-list.kwayy-post-list li{float:left;width:31%;text-align:left}
#hbspt-form-1505453772826 .submitted-message{border-top:1px solid #fff;color:#fff;font-size:21px;margin-top:15px;padding-top:15px;}
.sld-icnsize{width:100%;max-width:360px}
.sld-icnsizeFirst{/*width:100%;max-width:440px*/}
.blogMain .blogbox{width:25%;float:left;padding:0 15px;margin:0;}
.col-sm-8.site-content.content .blogbox{width:100%;padding:0}
.site-content .blogbox{width:25%}
.Aligner{display:flex;align-items:center;justify-content:center;}
.Aligner-item{max-width:50%;min-width:11%;}
.buttonPress{ display:inline-block; border:solid 2px #fff; color:#fff; font-weight:600; padding:10px 20px; line-height:1; margin-top:30px;}

/*Career Detail Page*/
.careerdetail h6{ font-size:22px; margin-bottom:30px; font-weight:700; color:#444;}
 .careerRow{ width:100%; float:left; margin-bottom:30px;}
 .entry-content .careerRow p{ font-size:14px; margin-bottom:10px;}
.blogpage .entry-content.blgtxt{ height:48px; overflow:hidden} 
 .entry-content .careerRow p:last-child{ margin-bottom:0px;}
 .careerRow strong{ width:100%; float:left; display:block; margin-bottom:15px;}
 .careerRow ul{ margin:0px; padding:0px;}
 .careerRow ul li{ width:100%; float:left; margin-bottom:10px;}
 .careerRow ul li:last-child{ margin-bottom:0px;}
 .careerRow .wpcf7 .callustext{ font-family:'Poppins', sans-serif !important; font-size:14px;}
  .careerRow .wpcf7 input, .careerRow .wpcf7 textarea{background-color:transparent;}
 .careerRow .wpcf7  span.wpcf7-form-control-wrap{
	width:100%;
	background:transparent;
	padding:0;
	color:#000 !important;
	border:none;
	outline:none;
	font-weight:400;
	font-size:16px;
	outline:none;
	border-bottom: solid 2px #eeeeee;
	font-family: 'Poppins', sans-serif;
	box-shadow:none !important;
}
 .careerRow .wpcf7 { border-bottom:none !important; }
 .careerRow .wpcf7  input::-webkit-input-placeholder,  .careerRow .wpcf7  textarea::-webkit-input-placeholder {  
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input ::-moz-placeholder,  .careerRow .wpcf7  textarea ::-moz-placeholder  {  
 color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input:-ms-input-placeholder,  .careerRow .wpcf7  textarea:-ms-input-placeholder {  
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input:-moz-placeholder,  .careerRow .wpcf7  textarea:-moz-placeholder  { 
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  span.wpcf7-form-control-wrap {
	color: #666;
    position: relative;
    display: inline-block;
}
 .careerRow .wpcf7 input, .careerRow .wpcf7 textarea{
outline:none;
    font-family: 'Poppins', sans-serif;
	font-weight:500;
	border:none;
	box-shadow:none;
}
 .careerRow .wpcf7 span.wpcf7-form-control-wrap:after {
	position: absolute;
    left: 50%;
	content: '';
	height: 40px;
	height: 2px;
    background: #f08a21;
    width: 0;
    bottom: -2px;  
	-webkit-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
}

 .careerRow .wpcf7 span.wpcf7-form-control-wrap:hover:after {
	width: 100%;
    margin-left: -50%;
}
 
  
.careerRow .wpcf7 input[type=submit]{ 
margin-top:15px !important; 
display:inline-block; 
color:#1e23a4; 
border:solid 2px #1e23a4; 
border-radius:50px; 
width:180px; 
height:50px;
line-height:1;
display:inline-block;
padding:0px; 
margin:0px; 
letter-spacing:5px;
background:transparent;
box-shadow:none;
text-shadow:none;
font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:14px;
 
}
  .careerRow .wpcf7 input[type=submit]:hover,   .careerRow .wpcf7 input[type=submit]:focus{
	background:#1e23a4 !important;
	color:#fff !important;
	box-shadow:none !important;	 
text-shadow:none !important;
border:solid 2px #1e23a4 !important;
	
}
 
 .careerRow .wpcf7 .wpcf7-form-control-wrap{
 
 }
 .careerRow .wpcf7  span.file-38,  .careerRow .wpcf7  span.file-38:after{ background:transparent;}
 
 .opening{ 
     height: 165px;
 font-size:14px;
 padding:20px; 
 text-align:center;
 border:2px solid #e6e6e6; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
 .opening:hover{
	 box-shadow:0px 30px 100px rgba(0,0,0,0.10);
	 background-color:#fff;
	 border:2px solid #fff;
	 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	 
 }
 .opening p{ font-size:15px; margin-bottom:10px; padding:0px;  text-align:center; }
 .Applynowbtn{
	 height:45px; line-height:45px; padding:0px 30px; display:inline-block; border-radius:50px; color:#444;
	 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	 }
 .opening:hover .Applynowbtn{ background-color:#1e23a4; color:#fff; -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);}

.linespace{ padding-bottom:20px;} 

.sevenicon{}
.sevenicon .col-sm-2{ width:14.2%}
.sevenicon .col-xs-2{width:14.2%}

.jsn-bootstrap3 .col-md-2{width:14.2% !important}
.jsn-bootstrap3 .col-sm-3{width:14.2% !important}
.jsn-bootstrap3 .col-md-0, .jsn-bootstrap3 .col-sm-0{width:14.2%; float:left}


/*progressbar */

.progressbar, .progressbar2, .progressbar3 {
    display: inline-block;
    width: 33.33%;
    margin: 0px;
	float:left;
	}
	.clubwiseAppSection .circle{ font-size:16px;}
	.clubwiseAppSection .circle p, .clubwiseAppSection .circle2 p, .clubwiseAppSection .circle3 p{ margin-top:10px; font-weight:600; font-size:20px; line-height:1.4; margin-bottom:5px; }
	.clubwiseAppSection .circle .orangeText{ color:#db5e27;}
	.clubwiseAppSection .circle2 .fsblueText{ color:#3ebdee;}
	.clubwiseAppSection .circle3 .purpleText{ color:#8054a1;}
.circle, .circle2, .circle3 {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.circle canvas, .circle2 canvas, .circle3 canvas {
    vertical-align: middle;
	
}
.circle div, .circle2 div, .circle3 div  {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
	    
		font-weight:700;color:#fff;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    border-radius: 100px;
  
    top: 36.5%;
    margin-top: -40px;
	
}
.circle div{  background-color: #db5e27;}
.circle2 div{  background-color: #3ebdee;}
.circle3 div{  background-color: #8054a1;}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

.didyouknow{ font-size:20px; line-height:1.6; font-weight:600; color:#606060;}
.progressWrap{ width:100%; max-width:800px; margin:0px auto;}


.eight-ser .col-sm-2{ width:12%}
.img-margin-bottom{ margin-bottom:35px}

.feature-list{padding:0 11%}

.feature .content .details .inner{height:86px}
.more-btn001{ position:absolute; width:45px; margin:0 auto; background:#000; color:#fff; bottom:54px; left:50%; margin-left:-23px; z-index:3; border-radius:45px; text-align:center; height:45px; text-align:center; font-weight:bold; font-size:27px}

.blue-bar{position:absolute; left:0; bottom:15.2%; margin:0 20px; height:45px; z-index:945}
.blue-bar a img{ padding:5px 15px; width:100%; max-width:136px}
.blue-bar a img:hover{ box-shadow:0px 0px 10px #c6c6c6}

.mobile-screen{background:url(images/mobile-screen.png) no-repeat center top; background-size:100%; padding:160px 0 200px 0; max-width:350px; margin:0 auto}
.mobile-screen01{background:url(images/mobile-screen01.png) no-repeat center top; background-size:100%; padding:160px 0 200px 0; max-width:350px; margin:0 auto}
.mobile-screen .blue-bar{background:#3bbded; }
.mobile-screen01 .blue-bar{background:#7a8483; }

.mobile-screen-cw{background:url(images/mobile-screen-cw.png) no-repeat center top; background-size:100%; padding:160px 0 200px 0; max-width:350px; margin:0 auto}
.mobile-screen-cw .blue-bar{background:#3bbded; }


.feature{ width:33.1%; float:left; padding:5px}	
.feature img{ width:100%}

.mobile-screen .owl-prev{position:absolute; left:-45px; top:50%; text-indent:-999px; overflow:hidden; background:url(images/pre-img-arrow.png) no-repeat 10px 7px !important}
.mobile-screen .owl-next{position:absolute; right:-42px; top:50%; text-indent:-999px; overflow:hidden; background:url(images/nxt-img-arrow.png) no-repeat 12px 7px !important}
.mobile-screen .owl-carousel{ position:static} 

.mobile-screen .owl-theme .owl-controls .owl-buttons div{ background:#f5fbfe; box-shadow:0 0 10px #ccc; width:32px; height:32px; opacity:1}
.hg-screen{height:545px; overflow:hidden; padding:0 6.2% 0 6.1%}

.mobile-screen-cw .owl-prev{position:absolute; left:-45px; top:50%; text-indent:-999px; overflow:hidden; background:url(images/pre-img-arrow.png) no-repeat 10px 7px !important}
.mobile-screen-cw .owl-next{position:absolute; right:-42px; top:50%; text-indent:-999px; overflow:hidden; background:url(images/nxt-img-arrow.png) no-repeat 12px 7px !important}
.mobile-screen-cw .owl-carousel{ position:static} 

.mobile-screen-cw .owl-theme .owl-controls .owl-buttons div{ background:#f5fbfe; box-shadow:0 0 10px #ccc; width:32px; height:32px; opacity:1}


#clickbtn{background:url(images/handanimation5.gif) no-repeat center top; position:absolute; left:-32%; top:110px; width:180px; height:68px;}
.mobile-screen02 #clickbtn{ display:none} 

/*.mobile-screen:after{content:""; background:url(images/handanimation5.gif) no-repeat center top; position:absolute; left:-32%; top:110px; width:173px; height:68px;}*/


.btn001{ position:absolute; left:50%; top:102px; width:220px; height:63px; background:url(images/logo-link.png) no-repeat center 0; margin-left:-110px; z-index:12}

.nor-text-fs{ padding:70px 0 20px; text-align:center}
.nor-text-fs h4{ font-size:21px; padding-bottom:15px}
.nor-text-fs p{ font-weight:300}
.jsn-bootstrap3 .col-md-1 {
    width: 12.5% !important;
    padding: 0 !important;
}
.jsn-bootstrap3 .col-md-5, .jsn-bootstrap3 .col-sm-7{
	width: 12.5% !important;
    padding: 0 !important;
}
.wr-megamenu-inner{
	max-width:750px !important;
	width:100% !important;
}
 
.header-home a.ghrBTNSlide
{
	border: solid 2px #dd4654;
    color: #dd4654;
	margin-right:5px;
	padding:15px 15px;
	font-size:14px;
	}
.header-home a.fsrBTNSlide
{
border: solid 2px #415ba8;
    color: #415ba8;	
	margin-right:5px;
	padding:15px 15px;
	font-size:14px;
}
.header-home a.bcaBTNSlide
{
border: solid 2px #57ac8a;
    color: #57ac8a;	
	margin-right:5px;
	padding:15px 15px;
	font-size:14px;
}
.header-home .whychooseusTitle{    
     font-size: 28px;
    line-height: 35px;
   font-weight:600;
    color:#1e23a4;
    margin:0px 0px 30px 0px;
 }
.header-home .sliderLinks{
	padding:20px 10px;
}

.onepageTabs{
	width:100%;
	display:block;
	float:left;
	text-align:center;
}
 
.onepageTabs>li, .onepageTabsDesign2>li { 

display:inline-block; float:none;
}
.onepageTabs>li>a{
	background:transparent;
	color:#333;
	border-top:solid 3px rgba(0,0,0,0);
	font-size:18px;
	display:block;
	 border-radius:0px;
}
.onepageTabs>li.active>a, .onepageTabs>li.active>a:hover, .onepageTabs>li.active>a:focus{
	background:transparent;
	color:#ef8922;
	border-top:solid 3px #ef8922;
}
.onepageTabs>li>a:hover, .onepageTabs>li>a:focus{
	background:transparent;
}
.onepageTabsWrap{ width:100%; float:left;}
.in-heading01{ width:100%; float:left;}
.onepageTabsDesign2{
	width:100%;
	display:block;
	float:left;
	text-align:center;
}

.onepageTabsDesign2>li>a{ 
	background:transparent;
	color:#333;
	border-top:solid 3px rgba(0,0,0,0);
	font-size:18px;
	display:block;
	padding:13px 30px;
	 border-radius:10px;
	 position:relative;
}
 .onepageTabsDesign2>li.active>a:before{
	 content:"";
	  
	 
	 display:block;
	 width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #1d22a5 transparent transparent transparent;
position:absolute;
bottom:-10px;
left:50%;
margin-left:-5px;

 }
 .onepageTabsDesign2>li.active>a{
	 box-shadow:0px 10px 50px rgba(0,0,0,0.2);
 }
.onepageTabsDesign2>li.active>a, .onepageTabsDesign2>li.active>a:hover, .onepageTabsDesign2>li.active>a:focus{
	background:#1d22a5;
	color:#fff;
	
	border-top:solid 3px rgba(0,0,0,0);
	
}
.onepageTabsDesign2>li>a:hover, .onepageTabsDesign2>li>a:focus{
	background:transparent;
}
.zoom{
	display:inline-block;
}
.width100App{ width:100%; float:left;}
.fsRewardStyleLeft{
	    text-align: left;
     
    
}
.rowFlexBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	margin-bottom:50px;
    float: left;
}
.howitImgCenter {
    text-align: center;
}
.howitRight h2, .howitRight {
    text-align: right;
}
.howitLeft h2, .howitLeft {
    text-align: left;
}
.flexPadding{ padding:70px 0px;}
.flexPaddingLeft{ padding-left:50px;}

.algRG{ text-align:right}
.algLF{text-align:left}

.upDesk{ display:block}
.downMob{ display:none}


div.c2 {
    text-align: center;
}
#hpFeaturedVid {
    width: 60%;
    display: block;
    position: relative;
    max-width: 870px;
    margin: 0 auto;
    top: 32px;
}

#hpFeaturedVid #iframeWrapper {
    bottom: 0;
    left: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (min-width: 1026px){
	#hpFeaturedVid { width: 60%; display: block; position: relative; max-width: 870px; margin: 0 auto; top: 32px;}
	/*#hpFeaturedVid #iframeWrapper { bottom: 0; left: 0; max-width: none; position: absolute; right: 0; top: 0;}
	#iframeWrapper iframe {position: absolute;top: 0;left: 0;z-index: 50;width: 100%;height: 100%;}*/
}

/* WR MEGA MENU START */ 
.wpmm_brand_logo_wrap{ display:none}
.textwidget{ color:#000; font-size:14px; font-weight:normal}

.wp-megamenu-sub-menu li p{color:#000; font-size:13px; font-weight:normal}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu{ background:#fff !important}
.wp-megamenu b.fa{ display:none}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li{ padding:10px 20px; border:solid 1px #ccc; margin:3px; width:16.28% !important}

.more a{ background:#1e23a4; color:#fff; font-size:11px; font-weight:bold; padding:5px; } 

.heightsame{ /*height:390px*/}
.visit-txt{font-size:21px !important; padding:0; border:none; line-height:1.5 !important}
.callingspace{ min-height:65px}
/* WR MEGA MENU END */


.widget-area .widget{-moz-hyphens:auto;background:#fff;border:1px solid #ccc;margin-bottom:30px;padding:12px 20px;word-wrap:break-word;display:inline-block;width:100%; border-radius:5px;}
.widget-title{color:#1e4188;font-size:21px;background:url(images/bg-title.jpg) no-repeat left bottom;margin-bottom:15px}   

.cat-item{ padding:10px 0px 10px 45px; border-top:solid 1px #ccc;}
li.cat-item:first-child{ border-top:none}
.widget-area .widget li{ font-size:16px; font-weight:500} 
.cat-item-203{ background:url(images/access-control-icn.svg)no-repeat 0 7px; background-size:35px;}
.widget-area .widget li a{color:#505050}
.cat-item-199{ background:url(images/club-managment-n.svg)no-repeat 0 7px; background-size:35px;}
.cat-item-200{ background:url(images/generating-bus.svg)no-repeat 0 7px; background-size:35px;}
.cat-item-202{ background:url(images/retention-eng-n.svg)no-repeat 0 7px; background-size:35px;}
.cat-item-201{ background:url(images/direct-debit.svg)no-repeat 0 7px; background-size:35px;}
.cat-item-1{ display:none}



 
@media screen and (max-width:2100px) and (min-width:1600px)
{
	.fivebox{ padding:70px}
	.fivebox .col-md-3, .fivebox .col-lg-3{ width:20%}
	.supportsliderWrap .col-lg-3{width:20%}
}

@media screen and (max-width:1599px) and (min-width:1025px)
{.wr-mega-menu > li > a{padding:15px 10px !important}
.frdemo{font-size:11px;line-height:13px;width:140px}
.mob-img-size img{width:100%; max-width:572px}
}
@media screen and (max-width:1200px) and (min-width:1025px){
.sliderTop50{ padding-top:0 !important}	
}

 @media screen and (max-width: 1599px) and (min-width: 1281px) {
.getDemoBtn {  padding: 12px 20px; font-size: 15px;} 
.fivebox{ padding:70px}
.fivebox .col-md-3, .fivebox .col-lg-3{ width:20%}
.supportsliderWrap .col-lg-3{width:20%}
.nw-sec-home p.txt{min-height:180px}
.bl-check, .gb-check, .re-check, .cm-check, .ac-check, .fs-check, .fp-check{min-height:185px}
}
 @media screen and (max-width: 1450px) and (min-width: 1281px) {
 .nw-sec-home p.txt{min-height:210px}
.bl-check, .gb-check, .re-check, .cm-check, .ac-check, .fs-check, .fp-check{min-height:212px}
.nw-sec-home{padding:20px 10px 10px 10px}
.nw-sec-home h2{ font-size:12px}
 }

@media (max-width:1280px){.menur{width:100%}
.icn-sec{margin-top:0px;}
}
@media screen and (max-width:1280px) and (min-width:1025px)
{.frdemo{font-size:9px;line-height:8px;width:100%}
.getDemoBtn {  padding: 10px 20px; font-size: 11px;} 
.nw-sec-home h2{ font-size:12px}
}
@media (max-width:1024px){.pressbox h2{min-height:75px}
#content .post:nth-child(2n){margin-right:12px}
/*.col-sm-12.col-md-6 > a{display:none}*/
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{display:none}
.tt01{display:none}
.testitext{margin-top:7%}
.conbot p strong{display:block;font-size:21px}
.wr-mega-menu > li > a{padding:10px !important}
.header-home h2{font-size:21px;line-height:30px;}
.sec-pad{padding:30px 0 0;text-align:center}
.inimgtop{margin-bottom:70px}
.in-heading h1{font-size:30px}
.itop{padding-top:30px}

}
@media screen and (max-width:1024px) and (min-width:768px){img.mob-img-size{width:100%;}
.mob-img-size img{width:100%;}
.menur{width:100%}
.header-home a{font-size:13px}
.frdemo{font-size:9px}
.logo_c{margin:10px 0}
.desktop{display:none}
.mobile{display:block}
.mobile img{width:100%;margin-top:15px}
.capterra-badge-btn > img{margin-top:15px}
.top-pr{margin:10px 0}
#home-header .owl-prev, #home-header .owl-next{position:absolute;top:45%;width:60px;height:60px;color:#fff;background:#fff;border:solid 1px #eaeaea;box-shadow:1px 1px 15px #ccc;display:none}
#home-header .owl-prev{left:0;background:url(images/arrow1.png) no-repeat 15px 15px;}
#home-header .owl-next{right:0;background:url(images/arrow1.png) no-repeat -58px 15px;}
.gif-img img{width:80%}
.top-pr{padding:0 10px !important}
.top-pr h4{font-size:8px}
.nw-sec-home p.txt{ text-align:center}
}
@media screen and (max-width:1023px) and (min-width:768px){.jsn-bootstrap3 .col-sm-3{}
.main-navigation li a{}
.on1 .hegroup, .hegroup{}
.hdr-txt{padding:20px 0}
.header-home p{display:none}
.header-home h2{font-size:18px;line-height:25px;}
.new-icn-sec h2{font-size:19px}
.ft-sec-left ul li, .ft-sec-right ul li{line-height:20px}
.fs-icn p{display:none}
.cases-box:hover h4{opacity:0}
.no-appearance{width:60px}
.kwayy-html-sitemap-post-list.kwayy-post-list li{float:left;width:100%;text-align:left}
.pressbox h2{font-size:12px;line-height:15px}
figure.effect-sadie h2{top:50%;font-size:12px;line-height:15px}
.grid figure p{font-size:12px;line-height:15px}
.itop{padding-top:30px}
.itop .blogbox{width:50%}
.site-content .blogbox{width:100%}
.gif-img img{width:60%}
.post{min-height:520px}
.widget-area .widget li{ font-size:14px; line-height:19px;}
}
@media (max-width:768px){.conbox01 h3, .gettouch h3{font-size:21px}
.conbot p strong{display:block}
.ftfixed{background-size:cover}
.testi-heading h4{font-size:17px}
.ftfixed img{width:100%}
.social .col-sm-2 img{margin-top:30px}
.whbox h2{margin:0 0 10px 0}
.whbox{padding:0 15px}
.navbar-inverse .navbar-nav > li > a{padding:15px 0}
.pressbox h2{min-height:100px}
.testitext{margin-top:5%}
.testitext p{font-size:16px;padding:15px 0}
.testitext h5{font-size:20px}
.appinfoWrap{margin-top:10px}
.app-action-wrap a{font-size:11px;letter-spacing:3px}
.ftlg img{width:50%}
.clapps, .fsapps{margin-top:0}
.pressbox h2{font-size:15px;line-height:22px;font-weight:bold}
.rgbrd{border:none}
#content .post:nth-child(2n){margin-right:12px}
.widget-title{font-size:18px}
.col-sm-12.col-md-6 > a{display:none}
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{display:none}
.tt01{display:none}
.pressbox a{font-size:11px;letter-spacing:1px;padding:10px 10px}
.conbot p strong{display:block;font-size:21px}
.more-txt{height:220px;}
.more-txt p{font-size:16px;line-height:18px;}
.top-pr h4{}
.emptydiv{display:none}
.kwayy-html-sitemap-post-list.kwayy-post-list li{float:left;width:100%;text-align:left}
#home-header .owl-prev, #home-header .owl-next{position:absolute;top:45%;width:60px;height:60px;color:#fff;background:#fff;border:solid 1px #eaeaea;box-shadow:1px 1px 15px #ccc;display:block}
#home-header .owl-prev{left:0;background:url(images/arrow1.png) no-repeat 15px 15px;}
#home-header .owl-next{right:0;background:url(images/arrow1.png) no-repeat -58px 15px;}
.testhead h1{font-size:18px}
.bl-icn h3{font-size:9px;line-height:10px}
.con-contact .col-sm-5.col-xs-12 > div{font-size:14px}
.mob-nav{width:80%}
.topbtn{width:100%}
.topbtn .mobile a{float:right}
.header-home{padding:15px 0 15px 0}
.gif-img img{width:60%}
.blackout{ top: 0; position:fixed; height: 100%; z-index: 99999999999999999; }
.blackout .c2{
	    display: flex !important;
    align-items: center;
    justify-content: center;
}
}
@media screen and (max-width:1025px) and (min-width:982px){.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{padding-top:0;display:inline-block !important;text-align:left;width:100%}
}

@media screen and (max-width:1023px) and (min-width:768px){
.header-text{margin-bottom:0; min-height:120px;} 
.topbtn {margin-bottom: 0; padding-top: 16px;}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li{ width:15.8% !important}
.mob-nav{ width:80%}
.getDemoBtn{border:solid 2px #f08a21; color:#f08a21; padding:12px 20px}
.frdemo{ margin:0}
.getDemoBtn{margin:0}
}

@media screen and (max-width:981px) and (min-width:701px){
.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{padding-top:0;display:none;text-align:left;width:100%}
/*.hegroup .col-sm-2{width:100%}
.hegroup .col-sm-7{width:100%}
.hegroup .col-sm-3{width:100%}
.hegroup .col-md-2.col-sm-3{width:16.5%}
.mob-nav{background:#1e23a4;margin:0;padding:0 !important}*/
.wr-megamenu-container a{color:#fff !important}
.it-responsive-mega{top:-50px !important}
.topbtn{background:#1e23a4; width:100%}
.wr-megamenu-container ul.wr-mega-menu{margin:0 !important}
.wr-megamenu-container ul.wr-mega-menu ul.sub-menu, .wr-megamenu-inner{width:100% !important}
.wr-mega-menu .wr-menu-down{margin:6px 15px 0 0 !important}
.header-home h2{margin-top:0}
.hdr-txt{padding:10px 0}
.desktop{display:block}
.mobile{display:none}
.frdemo{max-width:170px;float:right !important;font-size:12px}
.capterra-badge-btn > img{margin-top:10px}

}
@media (max-width:767px){
	.want-btn01 span, .visit-txt{font-size:17px !important}
	.statistics .stat{ width:32%; float:left; margin:0;}
	.stat .number{ font-size:21px; line-height:1.8}
	.stat .count-title{ font-size:15px; line-height:1}
	
	.heightsame{ height:auto}
	.modal-dialog{ margin:100px 20px}
	.modal-content{ padding:20px}
	
	.sec-pad p, .acontxt p{ text-align:center}
	.sec-pad h2{ font-size:21px}
	
	.gallery{ margin:20px 0}
.menu-item-type-custom{ border-radius:0;} 
.col-xs-2.top-pr{ width:20%;}
.topbtn{background:#1e23a4; padding:10px}
.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{display:none}
.nw-sec-home p.txt{ min-height:110px}
.header-home p{display:none}
.header-home h2{font-size:17px;line-height:21px}
.hegroup{height:68px}
.mob-nav{padding:10px 0 0 0 !important}
.none{display:none}
.navbar-nav{margin:0}
.out-icn h5{display:none}
.top-pr{margin:10px 0; padding:0 8px;}
.wr-megamenu-container ul.wr-mega-menu{margin:0 !important}
.jsn-bootstrap3 .col-sm-3{width:32.5%;float:left;min-height:50px;}
.image_caption{height:40px}
.type-wrap{margin:30px 0}
.type-wrap > span{font-size:17px} 
.header-home{text-align:center;padding:0;}
.header-home a{margin-bottom:20px}
.cldtxt h4{font-size:21px}
.tab-sec h2{font-size:26px}
.timg{text-align:center}
.tablinks > strong{display:none}
.testi-heading h4{font-size:15px;line-height:25px}
.hpclient h1, .gettouch h3{font-size:19px;line-height:28px}
.aptxt{text-align:center}
.gettouch h3{font-size:18px}
.ftfixed{display:none}
.hfeed{margin-bottom:0}
.conbot{background-size:60%}
.frdemo{max-width:170px;margin:10px auto 10px !important}
.hdr-txt{padding:0 0 0px 0 !important}
.mob-img-size{width:100%}
.mob-img-size img{width:100%}
.header-home a{float:none;font-size:14px;height:40px !important;margin:0 auto;line-height:10px;}
.gettouch-home{padding:40px 0}
.gettouch-home h3{font-size:17px;}
.gettouch-home h3 strong{font-size:21px;}
.icn-sec p{display:none}
.owl-buttons{display:none}
.new-icn-sec h2{font-size:17px !important; font-weight:bold !important;}
.presstop::before{display:none}
.serimg .rgalign{text-align:left}
.serimg .col-sm-6 img{display:block}
.hs-form fieldset.form-columns-2 .input{margin-right:0px}
.item{text-align:center}
.mobsld img{width:45%;max-width:168px}
.whbox{padding:15px 15px}
.bl, .cm, .ap, .ac, .gb, .re{text-align:center;width:50px;height:50px;display:block;margin:0 auto}
.tab > li a.active .bl, .tab > li a.active .cm, .tab > li a.active .ap, .tab > li a.active .ac, .tab > li a.active .gb, .tab > li a.active .re{background-position:0 -72px}
.nav.navbar-nav.ser-tab strong{display:none}
.in-nav ul li{padding:0}
.serimg .col-sm-6{padding:15px}
.open-sec{padding:15px}
.opening p{text-align:left}
.career-img{font-size:18px}
.in-nav ul li a{font-size:12px}
.in-tab li a{color:#fff;letter-spacing:0px;font-size:12px;line-height:21px !important;padding:5px !important}
.in-tab li strong{padding:5px !important;line-height:21px;display:block;font-size:12px;}
.appwhite-section h2{font-size:32px}
.appinfoWrap{margin-top:21px}
.cwmember-app-hero .appinfoWrap p, .cwpeople-app-hero .appinfoWrap p{font-size:17px;line-height:26px}
.topmaring-160{margin-top:21px !important}
.empty{display:none}
.app-action-wrap{text-align:center}
.app-action-wrap a{margin-right:0;margin-bottom:15px}
.app-textinfo-left{text-align:left}
.rgbrd{border:none}
.post{width:100%;min-height:250px}
.services h1{font-size:35px;line-height:40px}
.services{padding:70px 0 0 0}
#AnythingPopup_BoxContainer{display:none}
#AnythingPopup_BoxContainerFooter{display:none}
.team-sec .col-sm-2 > div{display:none !important}
.col-sm-12.col-md-6 > a{display:none}
.serimg:nth-child(odd) .col-sm-6.srvimg{width:100%}
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{display:none}
.tt01{display:none}
.tsright{border-right:none}
/*  .testitext p{display:none}*/
.testitext h5{font-size:17px}
.frdemo{float:right !important}
.more-txt{height:auto;}
.primary_7712 .wr-mega-menu > li:hover > a, .primary_7712 .wr-mega-menu > li.focus > a{background:#27418c !important}
.con-contact{padding:0}
.con-contact row{padding:0}
.desktop{display:block}
.mobile{display:none}
.new-icn-sec .icn-sec a{min-height:180px}
.emptydiv{display:none}
.kwayy-html-sitemap-post-list.kwayy-post-list li{float:left;width:100%;text-align:left}
.bl-cm-ba .col-sm-2.col-xs-4{min-height:140px}
.ftlinks a{display:block;color:#a1a1a1;font-size:12px;padding:2px 0;line-height:normal;}
.ftlinks{min-height:200px !important;padding-bottom:0;}
.itop{padding-top:30px}
.blogbox{width:100%;float:left;padding:0 15px;margin:0;}
.mob-nav{width:100%}
.menur{width:100%}
.capterra-badge-btn > img{width:100%;margin-top:10px}
.inimgtop{margin-bottom:70px}
.ma-icn08 .col-sm-2{width:12.5%;padding:0}
.vline img{max-width:30px;}

.header-text{margin-bottom:0;}
.icn-sec{ padding:0 8px}
.icn-sec h4{ font-size:11px}

.algRG{ text-align:left;}
.algLF{text-align:right}
.algRG img, .algLF img{ width:250px !important} 

.upDesk{ display:none}
.downMob{ display:block; text-align:center}

}
@media screen and (max-width:767px) and (min-width:640px){.col-sm-3.presstop{width:50%;float:left;}
.col-sm-4.pressbox{width:50%;float:left;}
}
@media (max-width:639px){.in-tab li{width:50%;border:solid 1px #3e5bb1}
.cm-key ul.left li span{width:100%}
.top-pr h4{font-size:7px;}
.affix .apps-tab img{width:55px;}
.fs-icn p{min-height:60px}
.apps-tab .col-sm-2.col-xs-2.top-pr{padding:0 0px}
.gif-img{width:145px}
}
@media (max-width:375px){
.mobile-screen{padding:140px 0 185px 0}	
.feature .content .details .inner{height:76px;}	
}
@media (max-width:360px){.conbot p strong{display:block}
.mob-sec h3{font-size:25px;}
.in-heading h1{font-size:25px}
#home-header .owl-pagination{display:none}
.portfolio-link img{width:51px}
.frdemo{font-size:11px;line-height:13px}
.gif-img{width:105px}
.ipdimg{width:100%}
.dd-email01{font-size:15px;}
.feature .content .details .inner{height:80px}
.mobile-screen{ padding:141px 0 200px 0}
.btn001{ bottom:52px} 
}
@media (max-width:350px){.owl-pagination{display:none}
.frdemo{font-size:9px;line-height:12px;width:145px}
.header-home a{font-size:13px}
.image_caption{font-size:11px}
.feature .content .details .inner{height:72px}
/*.mobile-screen{ padding:120px 0 159px 0}*/
.blue-bar{position:absolute; left:0; bottom:14%; background:#3bbded; margin:0 17px; height:35px; z-index:1234}
.btn001{ bottom:34px}
.mobile-screen:after{ bottom:-75px}
}


.new-feature{ width:100%; text-align:center; position:relative }
.new-feature:after{content:""; background:url(images/new-ft-heading.png) no-repeat center 0; position:absolute; left:0; top:-16px; width:100%; height:30px;}
.new-fs-grey{ background:#f6f6f6; padding-top:60px; padding-bottom:130px}
.new-fs-blue{ background:#3bbfef; padding-bottom:60px}

.new-fs-grey h2{ font-size:45px; color:#3bbfef; font-weight:700}
.new-fs-grey h5{ font-size:21px; color:#5f6870; font-weight:500}
.new-fs-grey p{ font-size:15px; color:#5f6870; font-weight:300}

.rg-arrow, .lf-arrow{ padding-top:20px}
.rg-arrow{color:#fff; text-align:right}
.rg-arrow p{ background:url(images/arrow-left.png) no-repeat 100% 5px; padding-right:30px; padding-bottom:15px}
.lf-arrow{color:#fff; text-align:left}
.lf-arrow p{background:url(images/arrow-right.png) no-repeat 0 5px; padding-left:30px; padding-bottom:15px}

.box{border-radius:9px; box-shadow:0 0 10px #ccc; text-align:center; background:#fff}
.hw{ text-align:center; margin-top:-95px}
.hw img{ width:55px; height:55px; margin:20px 0 10px}
.hw span{ font-size:17px; font-weight:700; text-transform:uppercase; height:55px; padding:0; display:block; line-height:21px; border-radius:0 0 9px 9px}
.btn-learnmore{ background:#1fab67; border-radius:30px; color:#fff; font-size:17px; font-weight:700; text-transform:uppercase; padding:10px 30px; display:inline-block; margin-top:30px;}

.col-attend{ color:#70ae47}
.col-retain{ color:#6f3996}
.col-engage{ color:#fec00f}
.col-increase{ color:#ee7d31}

.bl-in-link{ font-size:13px; color:#505050; font-weight:bold} 
span.italic{ font-style:italic; font-weight:bold}

.responsive-tabs__list__item{ box-shadow:0px -3px 4px #e4e4e4; margin:0 !important; font-size:18px!important; color:#1d458b!important;}
#tablist1-tab1{background:url(images/cw-app-icn1.png) no-repeat center 20px; padding:100px 25px 20px; border-radius:0; width:50%; text-align:center}
#tablist1-tab2{background:url(images/fs-app-icn1.png) no-repeat center 20px; padding:100px 25px 20px; border-radius:0; width:50%; text-align:center }

#tablist1-tab1.responsive-tabs__list__item{border-bottom:solid 10px #1d458b; border-top:solid 10px #fff;}
#tablist1-tab2.responsive-tabs__list__item{border-bottom:solid 10px #3bbfef; border-top:solid 10px #fff;}

#tablist1-tab1.responsive-tabs__list__item--active{border-top:solid 10px #1d458b; border-bottom:solid 10px #fff; top:1px}
#tablist1-tab2.responsive-tabs__list__item--active{border-top:solid 10px #3bbfef; border-bottom:solid 10px #fff; top:1px}

.responsive-tabs ul.responsive-tabs__list{ width:600px; margin:20px auto!important;} 
.responsive-tabs .responsive-tabs__panel{ border:none !important; border-top:solid 1px #ccc !important; padding:0 !important}
.pad30tb{ padding:10px 0 30px !important}


.listingBlog li{
	    font-size: 13px !important;
    color: #505050;
    /* height: 55px; */
    overflow: hidden;
    line-height: 20px!important;
    margin-bottom: 20px;
	display:block;
	background-image:url('images/bulletBlog.gif');
	background-position:left 9px;
	background-repeat:no-repeat;
	padding-left:15px;
}
.Blogbutton
{background-color:#274490;
border:0 solid #337fed;
color:#fff;font-size:12px;
font-weight:600;
letter-spacing:0;
margin-top:20px;
padding:10px 30px;
position:relative;
text-align:center;
text-decoration:none;
text-transform:uppercase;
 display:inline-block;
 height:45px;
border-radius:30px}
.Blogbutton:hover{ color:#fff; background-color:#163074;} 

.nfa-section .hs-form{ position:relative}
.nfa-section .hs-button{ position:absolute; right:0; top:0; width:150px; padding:5px 0}
.nfa-section fieldset.form-columns-3{ width:85%;}
.nfa-section fieldset.form-columns-1{ width:93%}
.nfa-section .input input{ margin:0 !important; border:solid 1px #fff; font-family:'Poppins', sans-serif !important; font-size:14px; padding:20px; box-shadow:0 0 5px #cfcfcf }
.nfa-section form.hs-form .form-columns-2 .hs-form-field .hs-input, .nfa-section form.hs-form .form-columns-3 .hs-form-field .hs-input{margin:0 0 10px 0 !important}
.nfa-section .hbspt-form label span{ font-weight:normal; font-size:11px; text-align:left; float:left; width:95%; line-height:20px}
.nfa-section .hs-form fieldset.form-columns-1 ul .hs-input {float:right; width:20px !important; margin-top:5px !important}
.nfa-section ul{ list-style:none}
.nfa-section p{ padding:5px 0; text-align:left; margin:0}
.nfa-section .submitted-message p{text-align:center}

.rt-logo-brd h2{ padding-bottom:0px}

.rt-popup{ text-align:center}
.rt-popup h3{color:#20438a; font-size:18px; display:block; font-weight:700; line-height:25px}
.rt-popup img{ padding:10px 0}
.rt-popup p{ font-size:14px; display:block; line-height:20px}

.rt-popup .input input{ margin:0 !important; border:solid 1px #6e6e6e; font-family:'Poppins', sans-serif !important; font-size:14px;}

.rt-popup .form-columns-1:nth-child(3){ position:absolute; bottom:-50px}
.hs-form-field .hs-form-booleancheckbox-display{ display:block}

.modelhome .modal-header{ padding:15px 15px 80px 15px}

.modelhome .modal-header .close{ background:#f5f5f5; color:#000; border:solid 2px #353b46; width:30px; height:30px; border-radius:30px; line-height:30px}



.modelhome .hs_submit{ margin:15px 12px 10px 12px}
.modelhome .hbspt-form fieldset.form-columns-1 .input, .modelhome .hbspt-form fieldset.form-columns-2 .input{ margin:0 12px !important}
.modelhome .submitted-message p strong{ font-size:25px; padding-top:30px !important; display:block;}

.blform{}
.blform .input input{ margin:0 !important; border:solid 1px #6e6e6e; font-family:'Poppins', sans-serif !important; font-size:14px;}
.blform ul{ list-style:none}
.blform ul li{ margin:0}
.blform ul li span{ font-weight:normal; font-size:12px; float:left; width:90%}

.blform form.hs-form .form-columns-2 .hs-form-field .hs-input, .blform form.hs-form .form-columns-3 .hs-form-field .hs-input{margin:0 0 20px 0 !important}
.blform .hs_submit{ margin-right:23px}

.nicndiv{ width:100%; display:inline-block}
.nicndiv img{ float:left; width:30%; margin:0 5px}

.te-txt{ font-style:italic}
.te-name{font-size:16px; padding-top:20px;}

/*GDPR Popup Form Start*/
.clubwiseGetDemoForm { color:#fff; text-align:left;}  
.clubwiseGetDemoForm input[type=checkbox]
  { width:16px; height:16px;     width: 16px;
    float: left;
    margin-right: 10px !important;
	height:20px;	
	}	
	.clubwiseGetDemoForm .inputs-list
	{ 
	padding:0px;
	margin-bottom:15px;
	font-size:13px;
	}
	.clubwiseGetDemoForm a{color:#fff;}
	.clubwiseGetDemoForm a:hover{ color:rgba(255,255,255,0.5); text-decoration:none;}
.clubwiseGetDemoForm  .hs-richtext{ font-size:13px; margin-bottom:15px; line-height:1.4;}
  .clubwiseGetDemoForm .hs-form-booleancheckbox span
  {
	  font-weight:400;
    display: inline-block;}
	
 
	/*GDPR Popup Form End*/

.feature .content {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.feature .content .details {   
    position: relative 
}

/*.feature .content .details .inner {
    height:120px;	
}*/

.feature .content .details .inner .head {   
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}


.feature .content .details .inner h3 {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.feature .content .details .inner .btn-wrap {
    padding: 0;
    margin-top: 15px
}


.feature .content .details .inner .btn-wrap .btn {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 7px 15px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0s 0s ease-out;
    transition: all 0s 0s ease-out
}

.content{ position:relative}
.hover{ position: absolute;
left: 0;
bottom: -25px;
padding:0 10px;
z-index:9;
opacity:0; border-radius:0 0 10px 10px; display:inline-block; width:100%;}

.hover h3{ color:#fff; font-size:10px; min-height:40px; }
.hover a{ color:#fff; border:solid 1px #fff; padding:5px 10px; display:block; margin-bottom:10px; font-size:10px;}
.hover a:hover{ background:#fff;}


.feature:hover .hover {opacity:1}

.feature:hover {
    z-index:9; 
}

.feature:hover .content {
    z-index: 9; border-radius:10px;
    box-shadow: 3px 3px 45px 10px rgba(50, 50, 50, .75);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}
.feature:hover .content .details .head {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.feature:hover .content .details p {
    visibility: hidden;
    opacity: 1;
    height: 0
}
.feature:hover .content .details .btn-wrap .btn {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: all .1s .1s ease-in;
    transition: all .1s .1s ease-in
}

.feature:hover .content .details .head {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature:hover .content .details::after {
    opacity: 1
}


.feature.feature-1:hover { 
    background: #44cf00
}
.feature.feature-1 .hover{background: #44cf00}

.feature.feature-2:hover {
    background: #7d26cd
}
.feature.feature-2 .hover{background: #7d26cd}
.feature.feature-3:hover {
    background: #57ac8b
}
.feature.feature-3 .hover{background: #57ac8b}
.feature.feature-4:hover {
    background: #18c6f5
}
.feature.feature-4 .hover{background: #18c6f5}
.feature.feature-5:hover {
    background: #fe3652
}
.feature.feature-5 .hover{background: #fe3652}
.feature.feature-6:hover {
    background: #f1c700
}
.feature.feature-6 .hover{background: #f1c700}
.feature.feature-7:hover {
    background: #01008a
}
.feature.feature-7 .hover{background: #01008a}
.feature.feature-8:hover {
    background: #1744ff
    background: #1744ff
}
.feature.feature-8 .hover{background: #1744ff}
.feature.feature-9:hover {
    background: #ff8e3b
}
.feature.feature-9 .hover{background: #ff8e3b}
.feature.feature-10:hover {
    background: #63e9d5
}
.feature.feature-10 .hover{background: #63e9d5}
.feature.feature-11:hover {
    background: #f69fed
}
.feature.feature-11 .hover{background: #f69fed}
.feature.feature-12:hover {
    background:#c4c4c4  
}
.feature.feature-12 .hover{background: #c4c4c4}

.tbicn{ width:84px}
.fs-tab { border:none}
.fs-tab li > a{ padding:0;}
.fs-tab li {margin:0 0 0 5px}

.fs-tab li.active img{ width:105px; margin-top:-20px;}
.fs-tab li.active a{ border:none !important}
.fs-tab li.active a:hover{background:none !important}
.want-btn05{font-size:15px;font-weight:500;display:inline-block;margin:40px 0 0 0;color:#444444;}
.want-btn05 span{font-weight:700;font-size:25px;line-height:20px;color:#fff;border-top:solid 1px #fff;padding-top:40px;display:inline-block;}
.btn-alm05{padding:6px 15px;border-radius:30px;font-size:18px;font-weight:bold;text-transform:uppercase;display:inline-block;margin:10px 0}
.btn-ba05{color:#fff; border:solid 2px #fff;}

.blinking{
	animation:blinkingText 0.8s infinite;  
}

	/* Legal Consent Form - START*/
.hs-richtext p{
	    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0px;
	font-family: 'Poppins', sans-serif; color:#ffffff;
	

}
.hs-richtext {
	    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.hs-form fieldset.form-columns-1 .hs-form-booleancheckbox-display input{
	    float: left;
    height: 16px;
    margin: 0px 0 0 0 !important;
    border: none;
	font-family: 'Poppins', sans-serif;
	width:20px !important; float:left 
}
.legal-consent-container .hs-form-booleancheckbox-display > span{ float:right; width:95%; margin:0 !important}
.hs-form-booleancheckbox-display span{
	  font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    float: left;
	font-family: 'Poppins', sans-serif; color:#fff;
}
.legal-consent-container { margin-top:15px;}
.legal-consent-container .field.hs-form-field{ padding:0px !important; margin-bottom:10px !important;}
.legal-consent-container .field.hs-form-field .input:after{ display:none;}
.legal-consent-container .field.hs-form-field .input{ border:none;}
.legal-consent-container label{ margin:0px;}
.col-rewards{
	 color:#1744D3;
}

		.header-home a.btn-rwrd {
    border: solid 2px #1744D3;
    color: #1744D3;
    padding: 15px 20px;
    margin-right: 10px;
}
/* Legal Consent Form - END*/

.paoc-popup-modal-cnt{ background-color: #243f8c !important; padding: 0 !important; border-radius: 11px; font-size:14px;}
.paoc-popup-modal {  background-color: #243f8c;  border-radius: 11px;}


#customer{ background:#fff; text-align:center; padding:35px 0; border-bottom:solid 1px #dedede;}
#customer h2{ color:#fff; font-size:27px; font-weight:700}
#customer h3{ color:#fff; font-size:25px; line-height:1.4}
.cus-box{ background:#fff; box-shadow:0 0 20px #ccc; padding:15px; text-align:center}
.cus-box img{ padding-bottom:20px}

#team .item { text-align:center}
#team .item p{ display:none}
.owl-theme .owl-controls{ margin-top:10px;}
#team .item img{-webkit-filter: grayscale(100%);filter: grayscale(100%); width:65% }
#team .owl-controls{ display:none !important}

.lefttext{ text-align:left}
.righttext{ text-align:right}
.featureNew{ padding:30px 0}
.featureNew h2{ font-size:27px}
.featureNew h2 strong{ display:block; font-weight:700}

.AppheadTxt{ font-size:25px !important; padding:40px 0 10px 0 } 
.testimonial-Sec{ text-align:center; padding-top:30px}
.testimonial-Sec h3{ font-size:21px; font-weight:700; line-height:1.3}
.testimonial-Sec p{ padding-bottom:15px; min-height:85px; font-style:italic}
.testimonial-Sec a{ background:#1e23a4; color:#fff; font-size:13px; font-weight:500; text-transform:uppercase; padding:6px 15px; border-radius:4px; width:120px; margin:0 auto; text-align:left; display:inline-block}
.testi-sec h2{ font-size:30px;color:#29292b;font-weight:300;line-height:1.4em; text-align:center}
.testi-sec abbr{ font-size:21px; cursor:none !important}
.eight-icn .col-sm-2{ width:12.5%}


/* New CSS 17Jan19 */
.AppSld{}
.AppSld h3{ font-size:21px; color:#29292b; padding-bottom:15px}
.AppSld h4{ font-size:18px; color:#29292b; line-height:1.4}
 
.stat-sec{ padding:70px 0; text-align:center}
.stat-sec h3{color:#ef8922; font-size:30px; font-weight:700}
.stat-sec h5{font-size:18px;}
.testi-sec{ background:#fff; padding:70px 0 30px 0; border-top:1px solid #e0ebfc;}

.bigsize-ad{ width:70px}
.adprd h3{ font-size:21px; padding:30px 0}
.adprd h5{ font-size:17px; font-weight:500; color:#333}
.adprd p{ font-size:13px; color:#333; min-height:60px}

.adprd h2{ font-size:18px; font-weight:500; padding:10px 0}
.adprd .right-txt{ text-align:right}
.adprd .left-txt{ text-align:left}

.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.lm-btn{ background:#384450; color:#fff; border-radius:5px; padding:5px 15px;}

.wpmm-col:last-child{ /*display:none !important*/}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li{width:19.5% !important}
.paoc-popup-modal{ width:48%;}
 

 .blogBtn{
	    color: #fff;
    background-color: #274592;
    border-radius: 80px;
    padding: 10px 34px;
    display: none;
    font-size: 16px;
    font-weight: 600;
    background-image: url(images/arrow-pointing-to-back.svg);
    background-repeat: no-repeat;
    background-position: 24px center;
    background-size: 24px;
    padding-left: 55px;
	
	-webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
	

}
.blogBtn:hover, .blogBtn:focus{
	background-position: 18px center;
	-webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
}
.bgpro .blogBtn{ display:inline-block;}

.blog .webinar, .single-post .webinar{ display:none;}
/* My Body CSS */
.headerHeroImg{ text-align:center;}
.headerLeftSide h1{ color:#394650; line-height:1.4; font-size:38px; margin-top:80px; font-weight:500;}
.headerLeftSide h1 strong{ font-weight:700; color:#3dbced;}

.classTile{ height:365px;}
.classTilePadding{ width:25%;}
.tanitaLogo{ margin-bottom:15px;}

	.bodyhoverBox{ 
	opacity:0;
	background:#fff;
	position:absolute;
	width:100%;
	max-width:360px;
	padding:20px;
	border-radius:5px;
	box-shadow:0px 10px 40px rgba(0,0,0,0.15);
	font-size:14px;
	line-height:1.5;
	-webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
  transition:         all 600ms cubic-bezier(1, 0, 0, 1);
	    bottom: 60%;
	
	}
	.howitImgCenter{ position:relative;}
	.bodyCaption{ 
	opacity:1;	
	-webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
  transition:         all 600ms cubic-bezier(1, 0, 0, 1);
  
  }
  
  .classTilePadding{
	 float:left;
	 padding:5px;
 }
  .classTile{ height: 285px; width:100%; text-align:center; float:left; padding:30px 20px 20px 20px; border-radius:5px; -moz-border-radius:5px; color:#fff;} 
  .classTile p{ color:#fff; font-size:15px; font-weight:300; margin-top:15px; line-height:1.5}
  .purpleClassBox{ background:#7123c5;}
   .greenClassBox{ background:#3cc805;}
   .blueClassBox{ background:#153dff;}
   .redClassBox{ background:#fe2f49;}
   .darkblueClassBox{ background:#00047c;}
   .orangeClassBox{ background:#ff8134;}
.threeCirclesWrap{
 
	width:100%;
	 
	 float:left;
}
.circleCell{ width:25%; float:left; 
text-align:center;
position:relative;
padding:0px 24px;


}
.rightArrow:before{
	content:'';
	display:block;
	width:26px;
	height:18px;
	background-image:url('../images/rightarrow.gif');
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:30%;
	margin-top:-9px;
	right:-13px;
	
	
}
.circleCell h2{
	font-size:14px;
	color:#5a5c5e;
	font-weight:500;
	text-align:center;
	margin-top:30px;
	display:block;
	line-height:1.5;
}
.zigzagRow{ margin-top:100px;}
.rowFlexBox h4{ font-size:25px; color:#5a5c5e; font-weight:600; margin-bottom:20px; line-height:1.5;}
.rowFlexBox p strong{ font-weight:700;}
.threeCirclesWrap{
	display: flex;
  justify-content: center;
}
.bgColor{
	background:#eeeeee;
}
.sectionTitle{
	 font-size:35px;
	 color:#5a5c5e;
	 font-weight:300;
	 margin-bottom:30px;
	 line-height:1.3;
	 text-align:center; margin-top:50px;
 }
 
.bg-sep-footer{ /*background:url(images/bg-seperation-footer.png) no-repeat center top;*/ display:inline-block; width:100%;}
.pr-section{ text-align:center; }
.iso-section{ text-align:center;  border-left:solid 1px #bfbfbf;}
.pr-section h5{}
.pr-section h5, .iso-section h5, .ele-section h5{ font-size:17px; color:#545454; line-height:1.5; font-weight:300; margin:10px 0}
.iso-section img{ }
.iso-section h5{ /*float:right; width:62%;*/ text-align:center} 
.benefitListing{
	text-align:left;
}
.pr-section img, .ele-section img{ margin:0}
.ele-section{ text-align:center}

.benefitListing li{    font-size: 15px;
    font-weight: 400; margin-left:0px; text-align:left; border:none !important; margin-bottom:10px; position:relative; padding-left:20px;}
.benefitListing li:before{
	content:"";
	display:block;
position:absolute;
width:8px;
height:8px;
background:#dd5f27;
left:0px;
top:10px;
border-radius:100px;
	
}
.benefitsTitle{ font-size:28px !important; text-align:left;}
.zoom-rg{
	background-image:url('images/imageZoomIcon2.svg');
	background-position:center;
	background-repeat:no-repeat;
	
	    position: absolute;
      right: -10px;
    top: -10px;
    width: 60px;
    height: 60px;
    
    background-color: #fff;
    padding: 0;
    background-size: 35px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
    border-radius: 100px;
	
}
.laptopBottom{
	bottom: -10px;
    top: auto;
    left: auto;
    right: 50px;
}

/* ====== Status Start ======= */
.statusLogo {
    max-width: 250px;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.statusHeader .subtitle {
    font-size: 18px;
    font-weight: 400;
}
.statusSection {
    width: 100%;
    float: left;
    min-height: 768px;
    font-family: 'Montserrat', sans-serif;
}
.scheduledRow {
    width: 100%;
    float: left;
    border-radius: 5px;
   overflow:hidden;
       box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    background: #fff;
    margin-bottom: 30px;
	-webkit-transition:all .2s ease-in-out .2s;
	-moz-transition:all .2s ease-in-out .2s;
	-ms-transition:all .2s ease-in-out .2s;
	-o-transition:all .2s ease-in-out .2s;
	transition:all .2s ease-in-out .2s;
}
.scheduledRow:hover{
	box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
	-webkit-transition:all .2s ease-in-out .2s;
	-moz-transition:all .2s ease-in-out .2s;
	-ms-transition:all .2s ease-in-out .2s;
	-o-transition:all .2s ease-in-out .2s;
	transition:all .2s ease-in-out .2s;
}
.scheduledTitle {
    width: 100%;
    color: #fff;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-size:16px;
	font-weight:700;
	padding:10px 15px;
}
.scheduledTitle .scheduledStatusRight{
	font-weight:400;
	font-size:14px;
	
}

.plannedStatus .scheduledTitle {
    background: #1d22a5;
}
 .doneStatus .scheduledTitle{
	background: #1fb35c;
}
.scheduledInfo {
    width: 100%;
    float: left;
    padding: 25px 20px;
    text-align: left;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.scheduledInfo p {
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    font-size: 15px;
    margin-bottom: 10px;
}
.scheduledInfo p strong {
    font-weight: 700;
}
.statusicon{
	    width: 24px;
    margin-right: 10px;
}

.scheduledTitle span{
	    display: flex;
    align-items: center;
}



.cl-logo-box{ border:solid 1px #d4d4d4;  text-align:center; border-radius:5px; font-size:16px; font-weight:500;}
.cl-logo-box img.cllogo{ margin-top:0; width:120px;}
.cl-logo-box a{position:absolute; top:15%; left:50%; margin-left:-57px;}
.cl-logo-box p.lg-cp{ background:#ffffff; display:block; font-size:13px; line-height:1.5; padding:20px 15px !important; color:#444; font-weight:400; border-radius:5px ; min-height:100px }
.hgfix{ height:147px;}
.hgfix img{border-radius:5px 5px 0 0}
.lg-cp strong{ text-transform:uppercase}
.col-ISO{color:#112a52}  

/* ====== Status End ======= */
.portfolio-item {margin-bottom: 30px; box-shadow:1px 1px 20px #000}
.portfolio-item .hover-bg {height: 205px;overflow: hidden;position: relative;}

.portfolio-item {margin-bottom: 30px; box-shadow:1px 1px 20px #000}
.portfolio-item .hover-bg {height: 205px;overflow: hidden;position: relative;}
.hover-bg .hover-text {	position: absolute;	text-align: center;	margin: 0 auto;	color: #fff;	background: rgba(21, 50, 132, 0.8);	padding: 25% 0;
 height: 100%;width: 100%;opacity: 0;transition: all 0.5s;}
.hover-bg .hover-text>h4 {opacity: 0;-webkit-transform: translateY(100%);transform: translateY(100%);transition: all 0.3s;font-size: 20px; font-weight:700}
.hover-bg:hover .hover-text>h4 {opacity: 1;	-webkit-backface-visibility: hidden;-webkit-transform: translateY(0);	transform: translateY(0);}
.hover-bg .hover-text>i {opacity: 0;-webkit-transform: translateY(0);transform: translateY(0);transition: all 0.3s;}
.hover-bg:hover .hover-text>i {	opacity: 1;	-webkit-backface-visibility: hidden;-webkit-transform: translateY(100%);transform: translateY(100%);}
.hover-bg:hover .hover-text {opacity: 1;}
.item > h1{ font-weight:700; color:#434343; margin:0; padding-bottom:40px; font-size:47px}

.portfolio-item .hover-bg { height:300px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; background-position:center top;
background-repeat:no-repeat;  background-size:cover; }
 .portfolio-item{ box-shadow:none !important; }
 .hover-bg .hover-text{
background: rgba(238,136,34,0);
background: -moz-linear-gradient(top, rgba(238,136,34,0) 0%, rgba(238,136,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,136,34,0)), color-stop(100%, rgba(238,136,34,1)));
background: -webkit-linear-gradient(top, rgba(238,136,34,0) 0%, rgba(238,136,34,1) 100%);
background: -o-linear-gradient(top, rgba(238,136,34,0) 0%, rgba(238,136,34,1) 100%);
background: -ms-linear-gradient(top, rgba(238,136,34,0) 0%, rgba(238,136,34,1) 100%);
background: linear-gradient(to bottom, rgba(238,136,34,0) 0%, rgba(238,136,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8822', endColorstr='#ee8822', GradientType=0 );

padding-top:20%;
height: 50%;
    bottom: 0px;
 }
 .whiteText h3, .hover-bg .hover-text>h4{ color:#fff !important;}
 .portfolio-item > img{}
  .portfolio-item{
	  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); 
   position:relative;
 bottom:0px;
  }
  .portfolio-item:hover{ 
 position:relative;
 bottom:10px;
   -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); 
 
-webkit-box-shadow: 0px 74px 149px -44px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 74px 149px -44px rgba(0,0,0,0.41);
box-shadow: 0px 74px 149px -44px rgba(0,0,0,0.41);
  }

.seven-icn .col-sm-2{ width:14.2%}  
.getDemoBtn-org {  border-radius: 30px; padding: 15px 30px; color: #fff;font-size: 16px;
text-transform: uppercase; margin: 14px auto; font-weight: 700; display: inline-block;    background: #ef8922; line-height:1}
.getDemoBtn-org:hover{-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    -webkit-transition: all .25s ease-in-out;}

.testitext .cus-pro{color:#1d22a5; font-size:13px; font-style:normal; padding: 0 30px 20px 30px; line-height:1.5; min-height:60px }

/* ========== Guide Article Start ========== */
.guideArticleWidth{ max-width:800px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; width:100%;}
.guideArticleImgWidth{ max-width:1000px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; width:100%;}
.articleHeader{ width:100%; text-align:center;}
.articleHeader img{ display:block; width:100%;}
.guideArticleWidth p{ font-size:16px; line-height: 2; margin-bottom:15px;}

.blankBox{ 
margin-top:-100px;
width:100%;
-webkit-backdrop-filter: blur(40px) saturate(300%);
backdrop-filter: blur(40px) saturate(300%);
border-radius: 25px 25px 0px 0px;
background: rgba(255,255,255,0.7);
}
.paddingArticle35{padding: 35px; width:100%;}
.guideLabel{
	display: inline-block;
	padding:10px;
	line-height:1;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background:#ef8922;
	text-transform:uppercase;
	border-radius: 8px;
	margin-bottom: 10px;
	box-shadow: 0px 15px 60px rgb(239 137 34 / 90%);
	
	}
.entry-content .articleTitle01{ font-size:38px; font-weight:600; color:#1d22a5; margin-bottom:40px;}
.guideLinks{
	color:#ef8922;
	text-decoration:underline;
}
/*
.guideLinks {
  background-image: linear-gradient(to right, rgba(239,137,34,0) 50%, #ef8922 50%);
  background-position: -0% 0;
  background-size: 200% auto;
  color: #ef8922;  
  transition: background-position 0.3s ease-out;
}
.guideLinks:hover {
  background-position: -99.99% 0;
  
}*/


.entry-content .articleSubTitle01{font-size:24px; font-weight:600; color:#1d22a5; margin-bottom:15px;}
.entry-content .smallTitleGuide02{font-size:20px; font-weight:600; color:#1d22a5; margin-bottom:15px;}
.paddingArticle35 p:last-child{ margin-bottom:0px;}
.imgMarTB30{ margin-bottom:30px; margin-top:30px;}
.imgMarTB30 img{ border-radius:25px;}
.guideIcon{ max-width:100px;}
.mbGuide30{ margin-bottom:30px;}
.guideIdeaBox{
 border-radius:25px;
 box-shadow:0px 20px 80px rgba(0,0,0,0.1);
 width:100%;
 padding:30px;
     text-align: center;
    margin-top: 51px;
 }
 .guideIdeaBox img{ 
	 margin-top: -100px;
 }
 .downloadButton{
	display:inline-block;
	padding:15px 40px;
	background:#1d22a5;
	color:#fff;
	font-size:18px;
	border-radius:100px;
	line-height:1;
	transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
	margin:0px auto;
	font-weight:600;
 }
  .downloadButton:hover,  .downloadButton:active,  .downloadButton:focus{
		transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
		 transform: scale(1.1, 1.1);
		 box-shadow:0px 10px 60px rgba(34,64,139,0.3);
  }
  .guidCallToAction{
	  border-radius:25px;
	   background:#d1deff;
		padding:25px 50px;
  }
  
  .chkList{ list-style:none}
  .chkList li::before{ display:none!important}
  .chkList li{ background:url(images/chkList.png) no-repeat 0 7px; padding:5px 0 5px 38px!important}
  
  .reqSkill{ list-style:disc}
  .reqSkill li{ font-size:14px; margin-left:12px}

  .picks{ border-radius:7px; color:#fff; font-size:16px; padding:20px 10px; text-align:center; font-weight:bold; min-height:172px; margin-bottom:25px;}
  .picks img{ margin-bottom:20px}
  
  .goalUl{ margin:0; padding:0; list-style:none}
  .goalUl li{padding:5px 0;  font-weight:bold; font-size:17px; line-height:40px;}
  .goalUl li img{ border-radius:0}
  
  .goalUl01{ margin:0; padding:0; list-style:none}
  .goalUl01 li{padding:5px 0;  font-size:16px; line-height:30px;} 
  .goalUl02{ margin:0; padding:0; list-style:none}
  .goalUl02 li{padding:5px 0;  font-size:16px; line-height:30px; background:url(images/chkList.png) no-repeat 0 7px; padding-left:40px; font-weight:bold} 
  
  .inBoxgd{border-radius:11px;padding:20px;color:#fff;margin:20px 0 40px}.inBoxgd h2{font-weight:700;font-size:72px}.inBoxgd p{font-size:18px;font-weight:700}
  
/* ========== Guide Article End ========== */


/* CSS By JK Start */
.sliderTop50{
	padding-top:50px;
}
@media (max-width:1080px){
	.fivebox .col-lg-3 {width: 33.33%;}
	#home-header .owl-prev{
		left: 0 !important;			
		z-index: 9999  !important;
	}	
	#home-header .owl-next{
		right: 0  !important;			
		z-index: 9999  !important;
	}
	.conbot p strong{display:block;}
}
@media (max-width:1024px){
.testi-sec .col-sm-10{width:100%;}
.container{width:100%;max-wdth:100%;}
.cl-logo-box p.lg-cp{ min-height: 170px;}

.eight-icn .col-sm-2{ width:12.5%}

}
@media (max-width:768px){
	.mob-img-size{
		margin-top:50px;
	}
	.topbtn a.frdemo {
    max-width: 170px;
    margin: 0px auto 0px !important;
    color: #fff !important;
	float:none;
}
.topbtn{ margin-bottom:10px}
.topbtn a.getDemoBtn{
	float:none;
	    color: #fff !important;
    font-weight: 600; margin:0; border:solid 2px #f08a21; padding:12px 20px;
}

.hgfix{ height:auto}
.cl-logo-box p.lg-cp{ min-height:140px}
.hgfix img{ width:70%;}
.testi-sec h2{font-size:17px; font-weight:bold}
.cl-logo-box{ margin-bottom:20px}

.eight-icn .col-sm-2{ width:12.5%}

}

/* Kadir */
.hs-main-font-element{color:#93acf5}

.blubox{ background:#1d458b; border-radius:4px; padding:25px 0 25px 25px; color:#fff}
.blubox h3{ font-size:21px; line-height:1.4}
ul.getUL{ list-style:none} 
ul.getUL li{ padding-bottom:10px}
ul.getUL li h3{ font-size:16px; text-transform:uppercase; font-weight:bold; padding:5px 0}
ul.getUL li p{ font-size:14px; line-height:1.3}
.getTXT{ font-size: 19px; font-weight: 300; text-align: center;line-height: 1.5; margin:0 0 40px 0}
.in01{ text-align:center; margin-top:50px}
.in01 h1{ font-size:45px}

.blubox form.hs-form .form-columns-1 .hs-form-field .hs-input, .blubox form.hs-form .form-columns-2 .hs-form-field .hs-input, .blubox form.hs-form .form-columns-3 .hs-form-field .hs-input{color:#000; font-family:'Poppins', sans-serif;}
.blubox .hs-button{ border-radius:5px; width:190px;}

.number{ font-size:48px; font-weight:700; line-height:1.2}
.count-title{ font-size:21px; font-weight:300}
.dcol{color:#2350a0}
.acol{color:#f05449}
.bcol{color:#7c509e} 



.modal-body iframe{ width:100%; max-width:100%; height:550px;}

@media screen and (max-width:1023px) and (min-width:768px){
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li{ width:19.1% !important}
.menu-item-type-custom a{ padding:7px 20px !important}
.header-home{ padding:10px 0}

.stat{ width:20%; }
.stat .number{ font-size:28px; line-height:1.5}
#tf-stat-9177 .stat .count-title{ line-height:1}
}

@media screen and (max-width:1300px) and (min-width:1024px){
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li{ width:19.1% !important}
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li:last-child{ display:none}
.modal-body .closebtnnew{
 display:none !important;	
}
@media (max-width:768px){
	.modal-body iframe{ height:400px;}
	.modal-body{ padding:0px;}
	.portfolio-modal .modal-content{ padding-top:150px !important;}
	.testiNewVideo{ width:100%;}
	.portfolio-modal .close-modal{
		    top: 15px !important;
    right: 15px  !important;
    width: 42px  !important;
    height: 42px  !important;
	}
	.portfolio-modal .close-modal .lr{
		    height: 42px  !important;
    margin-left: 20px  !important;
	}
	.portfolio-modal .close-modal .lr .rl{
		height: 42px  !important;
	}
	.number{ font-size:38px}
	.count-title{ font-size:15px}
}
@media (max-width:767px){
.bl-check, .gb-check, .re-check, .cm-check, .ac-check, .fs-check, .fp-check{min-height:auto}
.nw-sec-home p.txt{ min-height:auto; font-size:13px; text-align:center; line-height:1.5}
.fs-check li, .bl-check li, .gb-check li, .cm-check li, .ac-check li{ font-size:13px;} 

/*.owl-buttons{display:none}*/
#home-header .owl-prev, #home-header .owl-next{ display:block}
#home-header .owl-prev, #home-header .owl-next{top:50%}
.sliderTop50{ padding-top:0}

	.modal-body iframe {
    height: 350px;
}
}
@media (max-width:767px){
.eight-icn .col-sm-2{ width:25%; padding:5px}
.fs-icn p{ font-size:10px;}
.team-sec .col-xs-4{ min-height:200px}
#clickbtn{ display:none}

.number{ font-size:32px; font-weight:700; line-height:1.2}
.count-title{ font-size:15px; font-weight:300}
}
@media screen and (max-width:767px) and (min-width:550px){
	
	.testi-sec .col-sm-4{ width:33%; float:left}
}

@media screen and (max-width:450px) and (min-width:300px){
.team-sec .col-xs-4{ padding:5px; min-height:215px}
.team-sec .col-sm-2 > a{ font-size:13px}
.team-sec .col-sm-2 > em{ font-size:10px}
.icn-sec span{ width:80px; height:80px; padding:15px; margin:0 auto}
}

@media (max-width:400px){
.mobile-screen{ padding:142px 0 200px 0}   
}

@media (max-width:375px){
.mobile-screen{ padding:132px 0 193px 0}   
.blue-bar{ margin:0 19px}
.blue-bar a img{ padding:5px 10px}
.icn-sec span{ width:75px; height:75px; padding:15px; margin:0 auto}
}

@media (max-width:350px){
.mobile-screen{ padding:120px 0 159px 0}   
.icn-sec span{ width:70px; height:70px; padding:15px; margin:0 auto}
}

@media (max-width:325px){
.feature .content .details .inner{ height:66px}
.mobile-screen{ padding:105px 0 145px 0} 
.blue-bar{ margin:0 16px} 
.blue-bar a img{ padding:5px 10px}
.icn-sec span{ width:70px; height:70px; padding:15px; margin:0 auto}
}

@media (max-width:300px){
.feature .content .details .inner{ height:56px}
.mobile-screen{ padding:94px 0 145px 0}  
.blue-bar{ margin:0 14px} 
.blue-bar a img{ padding:5px 6px}
.icn-sec span{ width:65px; height:65px; padding:15px; margin:0 auto}
}


.acBox{border:solid 1px #ccc; padding:15px; min-height:340px; margin-bottom:25px; border-radius:11px; text-align:center; font-size:14px;} 
.acBox h4{ font-size:21px; padding-bottom:10px;min-height:58px}
.acBox img{ margin-bottom:10px}
li.wp-megamenu-item-11317{ display:none} 
li.wp-megamenu-item-9757 a { width:140px; word-wrap:break-word; font-size:12px !important; padding:5px !important; text-align:center; line-height:1.2; font-weight:500; border:solid 2px #f08a21; border-radius:35px} 
.popupaoc-button{ background:none !important; padding:0 !important} 

.lms-form input{ border:solid 1px #ccc; padding:10px !important}
.lms-form .hs-input{border:solid 1px #ccc; padding:10px !important}
.lms-form .hs-form-field label{ display:block !important}
@media (max-width:1024px){
.nw-sec-home h2{ font-size:13px}
.bl-check, .gb-check, .re-check, .cm-check, .ac-check, .fs-check, .fp-check{ min-height:192px}
}
@media screen and (max-width:1024px) and (min-width:768px){
li.wp-megamenu-item-9757 a{ font-size:8px !important; width:160px}
}
@media (max-width:768px){
.testitext .cus-pro{ min-height:100px}	
}

@media (max-width:767px){
	.getTXT{ font-size:13px;}
li.wp-megamenu-item-11433 a {border:none; padding: 12px 0 !important; border-radius: 0;}
.wp-megamenu-sub-menu li p{color:#fff}

.paoc-popup-modal{width:92% !important}

li.wp-megamenu-item-9757 a { width:162px; word-wrap:break-word; font-size:12px !important; padding:12px !important; text-align:center; line-height:1.2; font-weight:500; border-radius:0; border:none} 
li.wp-megamenu-item-9757 a:hover{border-radius:0}

.bigsize{ max-width:60px}
.header-home h2{ font-size:15px; margin:12px 0}
.sliderTop50{ padding-top:0}
.mob-img-size img{ width:60%;}
.mob-img-size{margin-top:20px}
}

.white{ margin-top:20px}



.dd-email{font-size:21px;display:inline-block;color:#444444;font-weight:700;padding-top:20px}
.dd-email:hover{color:#1e23a4}
.dd-email01{font-size:17px;display:inline-block;color:#de4654;font-weight:700;border:solid 2px #de4654;padding:10px 20px;border-radius:40px;}
.dd-email01:hover{background:#de4654;color:#fff;} 
.ddg{border-top:solid 1px #ccc;margin-top:50px;padding-top:40px;font-size:21px;text-align:center}

.ab-mid-txt{font-size:21px;text-align:center}
.ab-mid-txt h2{font-weight:400;line-height:1.5em;font-size:16px}
.ab-mid-txt01{text-align:center;}
.ab-mid-txt01 h3{font-size:16px;font-weight:bold;padding-top:15px}
.ab-mid-txt01 p{padding:20px 0}
.ab-mid-txt01 h2{font-weight:300;font-size:35px; padding-bottom:10px}
.ab-logo::before{content:"";border-top:solid 1px #d4d4d4;width:40%;position:absolute;left:0;top:10px}
.ab-logo::after{content:"";border-top:solid 1px #d4d4d4;width:40%;position:absolute;right:0;top:10px}

.whtop-img{overflow:hidden;background:#fff;padding:15px 0 10px;border-radius:10px 10px 0 0}
.whtop-img img{border-radius:200px}
.whtop-img h3{font-size:18px;margin-top:25px;line-height:22px}
.whtop-img h3 span{display:block;font-size:16px}
.whtop-img .col-sm-4 h3{text-align:left;}
.whtop-img .col-sm-4 h3 span{font-size:14px;color:#9696a5;}
.whtop-img .col-sm-6 h3{text-align:right;font-size:14px;color:#9696a5;}
.whtop-img .col-sm-6 h3 span{font-size:18px;color:#333333}

.blogMain{ width:1600px; margin:0 auto}  
.blogimg{}
.blogimg img{border-radius:3px 3px 0 0;}
.blogMain .blognew{padding:15px;display:inline-block; height:300px}
.bgpro .blognew{height:auto} 

.blogMain .blognew h2{font-size:20px;color:#1e4188; /*height:63px;*/ overflow:hidden; line-height:1.5; margin-bottom:0px}
.blogMain .blognew h2 a{font-size:21px;color:#1e4188; line-height:1.3; font-weight:300; letter-spacing:1px}
.blogMain .blognew .comments-link{font-size:12px;color:#a0a5af;padding:5px 0;line-height:18px}
.blgtxt p{font-size:13px !important;color:#505050;overflow:hidden;line-height:23px!important;overflow:hidden;}

.blogMain .blogbox{width:25%;float:left;padding:0 15px;margin:0;}

.blogDetails .gallery{padding:0 20px 20px 20px}
.blogDetails .gallery p, .blogDetails p{ font-size:14px; height:auto}
a{color: #fff;}
.blogDetails .entry-header{ display:block}
.blogDetails h1.entry-title{font-size: 27px; color: #1e4188; overflow: hidden; line-height: 1.5; padding:0 20px; margin:0; font-weight:700} 
.blogDetails .entry-footer{ padding:20px 20px 0 20px}

.blognew .entry-header{ display:block}

.post-separator.styled-separator.is-style-wide.section-inner { display: none;}
.blognew .entry-header-inner.section-inner.medium {width: 100%!important;} 
.blognew .post-inner.thin { padding: 0}
.blognew .post-inner.thin .entry-content{ font-size:16px}
.blognew .entry-title {  font-size: initial;}
.blogMain hr { display: none;}



/*
.footerbottombg {
    background: #f08a21;
    clear: both;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 11px;
}*/
.footerbotlinks {
   
       color: #29292b;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
}
.gleft{
	float:left;
}
.gright {
    float: right;
}
.mobileScreen{ display:none;}
.main-navigation .menu-item-has-children > a:after{
	 top:9px;
}
.icn-sec h4{
 
      font-weight: 500;
    margin-top: 10px;
}
.cases-box01 .cases-text{
	font-size: 12px;
    font-weight: 500;
   
}
.our-miss{
	padding-bottom:0px;
}
.icn-sec{text-align:center;}
.icn-sec span{ display:inline-block;}

.bl-icn img {
    width: 64px;
}
.bl-icn {
    border-right: solid 1px #dedede;
    padding: 15px;
}
.bl-icn h3{
	 margin-top: 12px; font-size:14px; 
    line-height: 1.4;
}
.borderNoneRight{
	border-right:none;
}
.in-heading h1{    margin: 20px 0px;}
.mainPageicon{ max-width:170px;}
.flexBoxCenter{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.pressTitle{ font-size:16px !important; font-weight:500;}
.bankStatmentCenter{
	text-align:center;
}
/* New Blog CSS JK Start */
.blogMain > .row{
	    display: flex;
    flex-wrap: wrap;
}


/* New Blog CSS JK End */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9886;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color:transparent;
  margin: auto;
  padding: 0;
  width: 85%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white; border:solid 1px #21418c; background:#21418c;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; border-radius:50px; opacity:1; width:50px; height:50px; padding:7px 13px;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bl-icn h3 strong{
	display:block;
}

.flexCenterService {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftlinks a{
	font-weight:normal;
}

.FS-review {
    padding: 40px 0;
    font-size: 14px;
}
.FS-review h5 {
    color: #3bbded;
    font-weight: 700;
    font-size: 13px;
    background: url(images/mr-top-line.png) no-repeat center top;
    padding: 8px 0;
    margin-top: 10px;
}
.topRspace {
    padding-top: 200px;
}
#clickbtn {
    background: url(images/handanimation5.gif) no-repeat center top;
    position: absolute;
    left: -32%;
    top: 110px;
    width: 180px;
    height: 68px;
}
/*.nw-sec-home h2 {
    font-size: 14px;
    font-weight: 500;
    min-height: 80px;
}
.nw-sec-home p.txt {
    min-height: 156px;
    text-align: left;
    font-weight: 300;
}
.nw-sec-home h2 a{
	margin-bottom:10px;
}*/

/* Responsive changes Start */
.flexCenterMobile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: flex-start;
}
.flexCenterNav{
	 display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: flex-start;
}
.testimonialCWSection .col-sm-4{ margin-bottom:50px;}
.tpOurSol-0{
	padding-top:0px;
}
.icon120{ /*width:120px; margin-top:30px;*/}

.nav-links{ margin:0px auto;}
.pagination .page-numbers{
	    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.1);
    padding: 0px;
    text-align: center;
    line-height: 40px;
	border-radius:100px;
	margin:0px 5px;
	color:#000;
	
}

.pagination:before, .pagination:after {
	display:none;
}
.prev, .next {
	background-color:#1f4489 !important;
	color:#fff !important;
}
.pagination .prev:before, .pagination .next:before{
	    font-size: 22px;
    height: 40px;
    line-height: 42px;
    position: relative;
    width: 40px;
	color:#fff;
}
.pagination .prev{
 right: 46px;
}
.navigation.pagination{
	border:none;
	width: 360px
	
}
.pagination .nav-links{
	padding-right: 95px;
}
.current{
	 background: rgba(0,0,0,0.2) !important;
}
.blubox form.hs-form .form-columns-2 .hs-form-field .hs-input, 
.blubox form.hs-form .form-columns-3 .hs-form-field .hs-input,
.blubox .hs-form fieldset.form-columns-1 .hs-input{
	    margin: 0 0 20px 0 !important;
		    padding: 10px;
    width: 100% !important;
       border-radius: 4px;
	    line-height: normal;
		border:none;
}
 
 .blubox h3{
	     font-size: 21px;
    line-height: 1.4;
	    margin-bottom: 20px;
 }
 .blubox  .hs-button {
    background: #f08a21;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
   
    display: block;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.getaDemoFlex{
	 display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: flex-start;
}
.grid,
.managementTeamSection,
.customerSupportSection,
.customerAdministration,
.customerSuccessSection, 
.clubWiseAustraliaSection,
.billingFinanceSection,
.businessDevelopment,
.productSection,
.marketingDesign,
.developmentTeam,
.mobileAppDevelopment,
.qualityAssurance,
.itsection{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.team-sec h2{
	margin-top:40px !important;
}


.modal{padding-top:0px; background: rgba(255 , 255, 255, 0.9);}
.portfolio-modal .modal-content{
	    width: 100%;
    margin: 0px;
    max-width: 100%;
}

#home-header .owl-prev {
    left: -100px;
    background: url(images/arrow1.png) no-repeat 15px 15px;
}
#home-header .owl-prev, #home-header .owl-next {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #fff;
    border: solid 1px #eaeaea;
    box-shadow: 1px 1px 15px #ccc;
    z-index: 99;
}
#home-header .owl-prev{
	    left: -100px;
    background: url(images/arrow1.png) no-repeat 15px 15px;
}
 #home-header .owl-next {
	   right: -100px;
    background: url(images/arrow1.png) no-repeat -58px 15px;
 }
 .site{
	 margin-bottom:75px;
 }
 .ftfixed{ 
	     height: 75px;
		     display: flex;
    align-items: center;
    justify-content: center;
 }
 
 
 .blogbox .blg-more {
        display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding-right: 25px;
      background-position: 90% center;
   
    background-repeat: no-repeat;
    background-size: 16px;
    padding-top: 0px;
    margin-top: 20px;
	background-image: url(images/arrow-pointing-to-right.svg);
	 -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
}
.blogbox:hover .blg-more {
        background-position: 100% center;
	 background-image: url(images/arrow-pointing-to-right.svg);
	   background-repeat: no-repeat;
    background-size: 16px;	
	 -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
}
.blognew h1 a:hover{
	    color: #1e4188 !important;
}
#commentform .submit{
	    color: #000;
    font-size: 12px;
    font-weight: 400;
	margin-top:30px;
}
.blogDetails .nav-links{
	    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border: none;
}
 
.blogDetails .nav-previous, .nav-next{
	height:auto;
	    width: 240px;
}
.blogDetails .post-navigation .post-title{
	    line-height: 1.25;
    font-size: 14px;
    font-weight: 400;
}
.blogDetails .post-navigation div + div{
	border:none;
}
.title5way{
	margin-bottom:15px !important;
	    font-size: 20px!important;
}
.blogMain .blognew{
	    height: 330px;
}
.solutionNav{ 
    border-bottom: solid 1px #dedede;
}
.gettouch-home{
	margin-bottom:50px;
	margin-top:50px;
}
.in01{
	margin-bottom:10px;
}

.blubox input[type="date"],
.blubox select
.blubox input[type="time"],
.blubox input[type="datetime-local"],
.blubox input[type="week"],
.blubox input[type="month"],
.blubox input[type="text"],
.blubox input[type="email"],
.blubox input[type="url"],
.blubox input[type="password"],
.blubox input[type="search"],
.blubox input[type="tel"],
.blubox input[type="number"],
.blubox textarea, .blubox form.hs-form .form-columns-2 .hs-form-field .hs-input, .blubox form.hs-form .form-columns-3 .hs-form-field .hs-input, .blubox .hs-form fieldset.form-columns-1 .hs-input{
	 font-size: 13px !important;
    font-weight:600 !important;
}

.space-t-b{
	padding-bottom:0px;
}
.entry-footer{
	margin-top:0px;
}
.post-navigation{
	    border-top: 4px solid #e3e3e3;
    border-bottom: 4px solid #e3e3e3;
}
.widget-area .widget li{
	font-size:14px;
}
.cat-item{
	    padding: 15px 0px 15px 45px;
}
.ftlinks01 {
    border-top: solid 1px #dedede;
    text-align: center;
	padding-bottom:30px;
	padding-top:30px;
	
}
.kwayy-html-sitemap-post-title {
    color: #243f8c;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0 5px;
	text-align:center;
	margin-bottom:20px !important;
}
.ftlinks01 a {
    color: #a1a1a1;
    font-size: 13px;
    padding: 5px 10px;
    line-height: normal;
}
.sitebullet a:hover, .kwayy-post-list a:hover {
    color: #f07d00;
}
.kwayy-html-sitemap-post-list.kwayy-post-list li {
    float: left;
    width: 33.33%;
    text-align: left;
	margin: 0px;
    padding: 0px;
	line-height: 1.5;
    margin-bottom: 10px;
}
.kwayy-post-list ul{
	    display: flex;
    
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.kwayy-post-list ul li {
    color: #3e4459;
    font-size: 15px;
    line-height: 30px;
    list-style-image: url(images/sitebullet.png);
    margin: 0 0 0 4px;
	
}
.kwayy-post-list ul li a {
		display:block;
		padding-left: 0;
}

.widget-title{
	background:transparent;
	position:relative;
}
.widget-title:before{
	content:"";
	width:100%;
	height:1px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#ccc;
}
.widget-title:after{
	content:"";
	width:100px;
	height:4px;
	position:absolute;
	bottom:-1px;
	left:0px;
	background:#1e4188;
}
.open-sec {
    background: url(images/sepration.png) no-repeat center bottom;
    padding: 20px 0;
}
.gcol {
    color: #8cc353;
}

.header-home h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
}
.header-home a {
    border-radius: 30px;
    padding: 15px 40px 15px 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 700;
    height: 48px;
    display: inline-block;
	line-height:1;
}
.header-home a.btn-cw {
    border: solid 2px #1d458b;
    color: #1d458b;
    padding: 15px 20px;
    margin-right: 10px;
}
.header-home a.btn-cw:hover {
   color: #fff;
	background-color:#1d458b !important;
	background-image:none !important;
}
.header-home a.btn-ba {
    border: solid 2px #3bbfef;
    color: #3bbfef;
    padding: 15px 20px;
    margin-right: 10px;
}
.header-home a.btn-ba:hover {
   color: #fff;
	background-color:#3bbfef !important;
	background-image:none !important;
}
.header-home a.btn-gb {
    border: solid 2px #dd5f27;
    color: #dd5f27;
    padding: 15px 20px;
    margin-right: 10px;
}
.header-home a.btn-gb:hover {
     color: #fff;
	background-color:#dd5f27 !important;
	background-image:none !important;
}
.header-home a.btn-bl {
    border: solid 2px #de4654;
    color: #de4654;
    padding: 15px 20px;
    margin-right: 10px;
}
.header-home a.btn-bl:hover {
     color: #fff;
	background-color:#de4654 !important;
	background-image:none !important;
}
.header-home a.btn-cm {
    border: solid 2px #8054a2;
    color: #8054a2;
    padding: 15px 20px;
    margin-right: 10px;
}
.header-home a.btn-cm:hover {
      color: #fff;
	background-color:#8054a2 !important;
	background-image:none !important;
}
.header-home a.btn-ac {
    border: solid 2px #64bc46;
    color: #64bc46;
    padding: 15px 20px;
    margin-right: 10px;
}
.header-home a.btn-ac:hover {   
    color: #fff;
	background-color:#64bc46 !important;
	background-image:none !important;
}
  
.header-home a.btn-gfd {
    background: url(images/link-arrow01.png) no-repeat 90% 19px #1e23a4;
}
.owl-carousel .owl-item .sliderTop50 img{
	display:inline-block;
}
.header-home .owl-theme .owl-dots .owl-dot span{
	width: 20px;
    height: 3px;
}

.owl-carousel .owl-stage-outer{ max-height:470px; overflow:hidden}

.lgx-carousel-wrapper{}
.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{background: url(images/arrow1.png) no-repeat center center #fff; border-radius:100%; width:60px; height:60px}
.owl-prev{border: solid 1px #eaeaea; box-shadow: 1px 1px 15px #ccc; z-index: 99; background-position:15px 15px!important; }
.owl-next{border: solid 1px #eaeaea; box-shadow: 1px 1px 15px #ccc; z-index: 99; background-position:-58px 15px!important; }
.owl-nav img{ display:none}
.owl-carousel .owl-item img{ display:inline-block}
.lgx-carousel-section .owl-theme .owl-controls .owl-prev{left:-50px}
.lgx-carousel-section .owl-theme .owl-controls .owl-next{ right:-50px}
.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{ } 

.thx-icn{ text-align:center}
.thx-icn h3{ font-size:15px; font-weight:bold;  min-height:50px}
.thx-icn p{ font-size:14px; }

.youBrandB150{ margin-bottom:150px;}
.yourBrandt50{ margin-top:30px; margin-bottom:50px;}
.WatchVideoBtn{ background-color:#3bbfef;color:#fff;font-weight:600;font-size:20px;padding:15px 40px;line-height:1;border-radius:50px;}
.WatchVideoBtn:hover{ background-color:#28a5d2;color:#fff;}

 /* NA New CSS Start */
	.header-home h2{/*text-transform: capitalize;*/}
	.flexCenterMobile{display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
	.fivebox .col-md-4, .fivebox .col-lg-4 {width: 20%;}
	.nw-sec-home-us {overflow:hidden; position:relative; background: #fff; padding: 30px 20px 20px 20px; box-shadow: 0px 10px 30px rgba(0,0,0,0.15); text-align: center; border-radius: 15px; margin-bottom: 20px; }
	#wp-megamenu-primary{background-color: transparent;border-bottom: none;}
	#wp-megamenu-primary{background-color: transparent;border-bottom: none;}
	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a{text-transform: none;letter-spacing: normal;background-color:transparent;color: #444444;font-weight:400;font-family: 'Poppins', sans-serif;}
	.nw-sec-home-us p.txt { min-height: 140px; text-align: center; font-weight: 300; margin-bottom: 5px; line-height: 22px; border:none; }
	.nw-sec-home-us h2{letter-spacing: 0.5px; font-size: 15px; margin-top:5px; font-weight: 700; text-transform: uppercase; border-top: none; padding: 20px 0 10px 0;padding-top: 0px;min-height: auto;}
	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a{ color:#ef8922; background:transparent;}
	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu{background:#fff;border-radius:10px;box-shadow:0px 10px 30px rgba(0,0,0,0.10);}
	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a{ font-family: 'Poppins', sans-serif !important; font-weight: 400 !important; color: #444444;}
	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a:hover, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover{ background-color:transparent;color:#ef8922; }
	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu{width: 230px;}

	.nw-sec-home-us .iconNABox{width: 70px;margin: 0 auto;display: inline-block;}

	.FSBlueBox h2{ color:#30c4f3; }
	.RedBox h2{color:#dd4654;}
	.orangeBox h2{color:#db5e27;}
	.purpleBox h2{ color:#8054a1;} 
	.greenBox h2{color:#64bc46;}
	.nw-sec-home-us a.btn{ padding:15px 30px;border-radius:60px;font-size:14px;font-weight: 600;display: inline-block;line-height: 1;width: auto;}

.nw-sec-home:before{ 
		content:"";
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		bottom:0px;
		left:0px;
		
	}

	.nw-sec-home-us:before{ 
		content:"";
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		bottom:0px;
		left:0px;
		
	}
	.FSBlueBox:before{background:#30c4f3;}
	.RedBox:before{background:#dd4654;}
	.orangeBox:before{background:#db5e27;}
	.purpleBox:before{background:#8054a1;}
	.greenBox:before{background:#64bc46;}
	.nw-sec-home-us img{ display:inline-block;}
	.nw-sec-home-us .iconNABox{width: 70px; height: 70px; border-radius:100px;}
	.nw-sec-home-us .iconNABox, .nw-sec-home:hover .iconNABox {   -webkit-transition: all .2s ease-in-out .2s;
		-moz-transition: all .2s ease-in-out .2s;
		-ms-transition: all .2s ease-in-out .2s;
		-o-transition: all .2s ease-in-out .2s;
		transition: all .2s ease-in-out .2s;	
		}
	.FSBlueBox:hover .iconNABox{box-shadow:0px 10px 30px rgba(48,196,243,0.6);}
	.RedBox:hover .iconNABox{box-shadow:0px 10px 30px rgba(221,70,84,0.6);}
	.orangeBox:hover .iconNABox{box-shadow:0px 10px 30px rgba(219,94,39,0.6);}
	.purpleBox:hover .iconNABox{box-shadow:0px 10px 30px rgba(128,84,161,0.6);}
	.greenBox:hover .iconNABox{box-shadow:0px 10px 30px rgba(100,188,70,0.6);}


	.getDemoBtn-org{padding:20px 40px;text-transform: none;margin-top: 40px;font-size: 20px;}
	 
	.FSBlueBox a.btn{ background:#30c4f3; }
	.RedBox a.btn{background:#dd4654;}
	.orangeBox a.btn{background:#db5e27;}
	.purpleBox a.btn{ background:#8054a1;} 
	.greenBox a.btn{background:#64bc46;}

	.FSBlueBox a.btn:hover{ background:#1cabd9; }
	.RedBox a.btn:hover{background:#c02836;}
	.orangeBox a.btn:hover{background:#be4c19;}
	.purpleBox a.btn:hover{ background:#643488;} 
	.greenBox a.btn:hover{background:#48982c;}


	.cases-box01{box-shadow:none;border: solid 2px rgba(0,0,0,0.1);border-radius: 15px;}

	.fourBox .col-lg-4{ width: 25%;}
	.cases-box01{ padding:60px 15px 25px 15px; overflow:hidden;}
	.cases-box01 .cases-text{ background:#fff; font-size: 14px; font-weight: 400;line-height: 1.6 !important;}
	.cases-box01 h4{ margin-top:10px; font-size: 15px; margin-top: 5px; font-weight: 700; border-top: none; padding: 20px 0 10px 0; padding-top: 0px; min-height: auto;}

	.allBackedPurple:hover .cases-text{ background:#8054a1; color:#fff;}
	.allBackedBlue:hover .cases-text{background:#1e4387; color:#fff;}
	.allBackedOrange:hover .cases-text{background:#db5e26; color:#fff;}
	.allBackedISO:hover .cases-text{background:#ab7e36; color:#fff;}

	.cases-box01:hover .cases-text, .cases-box01 .cases-text{
		 -webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	 }
	 .container1440{
		 max-width:1440px;
		 width:100%;
		 margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	 }
	#home-header .owl-page:nth-child(5) span{background: #64bc46;}
	#home-header .owl-page:nth-child(6) span{ background: #8054a1;}
	.gettouch-home{ background:#fff;}
	 #sticky_navigation{ backdrop-filter: blur(20px); background: rgba(255,255,255,0.4) !important;}
	 
	 #wp-megamenu-primary .wp-megamenu-sub-menu{backdrop-filter: blur(20px)!important;}
	 body.custom-background{ background:#fff !important;}
	 .col-cm{ color:#65bc46 }
	 .col-ac{ color:#8155a1;}
	 
	  .downloads { background: url(images/downloads-icon.svg) no-repeat 0 0; color: #2350a0; background-size:90px;}
	 .acuser { background: url(images/active-users-icon.svg) no-repeat 0 0; color: #de4654; background-size:90px;}
	 .booking {background: url(images/booking-icon.svg) no-repeat 0 0; color: #5aba47; background-size:90px;}
	 .checkins { background: url(images/checking-icon.svg) no-repeat 0 0; color: #714a9e; background-size:90px;}
	 .stats { padding-top: 60px;}
	 .stats h3 { margin-bottom:0px; font-weight: 700; font-size: 50px; text-align: left; line-height: 1 ;padding: 10px 0 10px 110px;}
	 .stats span { font-weight: 400; font-size: 22px; display: block; line-height:1;}
	 
	 /*.pageNavigate .col-sm-2 a{ border: 2px solid #ececec; width: 100%; height: 130px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 5px;}
	  .pageNavigate .col-sm-2 a:hover{ box-shadow:0px 10px 30px rgba(0,0,0,0.10);  }*/
	  
	  .rightTxt{ text-align: right; }
	  .leftTxt{text-align:left;}
	  .Features h2{ padding-bottom:15px; margin-top:15px;}
	  .Features{ margin-bottom:80px; /*width:100%;float:left;*/ margin-top:80px; /*display: flex;*/ align-items:center; display:flex } 
	  .mtop100{ margin-top:100px; } 
	  
	  .f-nav .hideTextOnScroll p{ display:none;}
	  
	  .iconSizeNA{ width:130px;}
	  .listingNA{ margin:0px; padding:0px;}
	  .listingNA li{ display:block; width:100%; margin-bottom:10px; margin-left:0px; padding-right:15px; position:relative;}
	  /* .listingNA li:before{ 
			content:'';
			width:5px;
			height:5px;
			border-radius:100px;
			background:#444;
			display:block;
			position:absolute;
			right:0px;
			top:10px;
	   }*/
	  
	  .entry-content .exclusiveTitle{
		  margin-bottom:30px;
		  font-size:34px;
		  font-weight:600;
		  text-align:center;
		  
	  }
	  .cwBlueBox{
		  width:100%;
		  padding:50px 30px;
		  background-color:#1d458b;
		  color:#fff;
		  float:left;
		  max-width:80%;
		 display: flex;
		align-items: center;
		margin-bottom:30px;
		 
	  }
		
		.cwBlueBox span{ display:block;}
		 
		.smallCheckNA{ width: 28px; margin-right: 15px;}
		.cwBlueBox span.blueboxtextNA{ font-size:16px; text-align:center; color:#fff;}
		.cwBlueBox span.processPercent{ font-size:90px; font-weight:600; line-height:1;  margin: 5px 0px;}
		.cwBlueBox br{ display:none !important;}
		.cwBlueBox p{display: flex; align-items: center; margin-bottom: 25px; font-size: 20px;}
		.cwBlueBox p:last-child{ margin-bottom:0px !important; }
		.VLineNA{ border-left:2px solid #fff; padding-left:35px;}
		.ClubManagementNav .col-sm-2 { width: 14.28571428571429%;}
		.btn-cwBlue{border:solid 2px #1e4387;color:#1e4387}
		.btn-cwBlue:hover{background:#1e4387;color:#fff}
		.flexCenterContact{ display: flex;align-items: center;justify-content: center;}
		
		
		.getinTouchBox form.hs-form .form-columns-2 .hs-form-field .hs-input, 
		.getinTouchBox form.hs-form .form-columns-3 .hs-form-field .hs-input,
		.getinTouchBox .hs-form fieldset.form-columns-1 .hs-input{border-radius: 8px; border: solid 1px #d1dae7; font-size: 16px;padding: 15px;     margin-bottom: 5px !important; margin-top:20px !important; font-family: 'Poppins', sans-serif; outline:none; background:#fff; }
		
		.getinTouchBox form.hs-form .form-columns-2 .hs-form-field .hs-input:active, 
		.getinTouchBox form.hs-form .form-columns-3 .hs-form-field .hs-input:active,
		.getinTouchBox .hs-form fieldset.form-columns-1 .hs-input:active,
		.getinTouchBox form.hs-form .form-columns-2 .hs-form-field .hs-input:focus, 
		.getinTouchBox form.hs-form .form-columns-3 .hs-form-field .hs-input:focus,
		.getinTouchBox .hs-form fieldset.form-columns-1 .hs-input:focus{ background:#e7ecf3; border: solid 1px #e7ecf3;  }
		
		
		.getinTouchBox .hs-error-msgs { display:none; padding: 0; margin:0px; font-size: 12px; color: #d02c16;}
		.getinTouchBox .hs-form-field label{ display:none; font-weight:400; width:100%; text-align:left; color: #d02c16;}
		.getinTouchBox .hs-error-msgs :marker{ display:none !important;}
		.getinTouchBox .hs-error-msgs li .hs-error-msg{ display:block; padding: 0; margin:0px; font-size: 12px; color: #d02c16;}
		.getinTouchBox .hbspt-form fieldset.form-columns-1 .input, .getinTouchBox .hbspt-form fieldset.form-columns-2 .input{ margin-right:15px !important; margin-left:15px !important;}
		.getinTouchBox .hs-button{ outline:none; width:auto; font-size: 18px;padding: 14px 50px;background: #1e4387; border-radius: 8px;
		margin-top:40px;  display: inline-block;}
		.getinTouchBox .actions{ text-align:center;}
		.pt0Cotact{ padding-top:0px;}	
		.cl-logo-box p.lg-cp{color:#29292b;}
		.footerbottombg{background: none repeat scroll 0 0 #e5e5e5; color: #29292b;}
		.footerbotlinks{ color: #29292b;}
		.our-miss h2{ margin-bottom:30px;}
		.in-heading h1{ margin-bottom:15px;}
		.testiNewVideo{
		max-width:287px;
		width:100%;
		height: 211px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		position: relative;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover; 
		margin: auto;}
		.testiNewVideo a{width: 100%; float: left;height: 100vh;display: block;}
		.testitext h5{font-size: 22px; font-style: normal; margin-top: 5px;}
		.testitext h2.clientLogo{display: flex; align-items: center;justify-content: center;height: 70px; margin-bottom: 15px;}
		.careerRow .careerLinks{font-weight:600;  }
		
	.WatchBtn{ background:#ffffff; color:#266176; font-size:22px; text-transform:uppercase; padding:15px 18px; border-radius:11px; font-weight:700; display:inline-block; text-decoration:none; margin-bottom:30px;} 
	.WatchBlueBTN{ border-radius:100px; padding-left:25px; padding-right:25px; margin-top:15px; background: #3bbfef!important; color: #fff; display: inline-block;  margin-top:30px;  }
	.WatchBtn:hover{ box-shadow:0 10px 30px #3bbfef !important; background:#384550; color:#fff} 
	.paymentSection{   margin-top:50px;}
	.mt50{ margin-top:50px;}
	.marketingTop100{ margin-top:100px;}
	.shotCenter{ float:none; display:inline-block;}
	.fs-icn p{ font-weight:400}
	#sticky_navigation{ position: relative; z-index: 9999999;}

	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item>a, ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active>a, ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active{ background:transparent;}
	.affix{ z-index: 999;}
	.mb50{ margin-bottom:100px;}

	.nw-sec-home{ overflow:hidden; position:relative; background: #fff; padding: 30px 20px 20px 20px; box-shadow: 0px 10px 30px rgba(0,0,0,0.15); text-align: center; border-radius: 15px; margin-bottom: 20px; /*padding-left:15px; padding-right:15px;*/}
	.featureBoxNA{ width:100%; float:left; min-height: 225px;}
	.featureBoxNA h4{ position:relative;}
	/*.featureBoxNA h4:before{ content:''; position:absolute; border-top:solid 1px #ccc; display:block; width:100%; top: 24%; left:0px;}*/
	.featureBoxNA h4 span{ z-index:99; display:inline-block; background:#fff; padding-left:5px; padding-right:5px; position:relative;}
	
	.featureBox h4:before {content: ''; position: absolute;border-top: solid 1px #ccc;display: block; width: 100%; top: 24%; left: 0px;}
.featureBox h4 span{ background:#fff; display:inline-block; padding-left:10px; padding-right:10px;}
	.featureBox{ width:100%; float:left; min-height: 190px;}
	.featureBox h4{ position:relative;}
	/*.featureBoxNA h4:before{ content:''; position:absolute; border-top:solid 1px #ccc; display:block; width:100%; top: 24%; left:0px;}*/
	.featureBox h4 span{ z-index:99; display:inline-block; background:#fff; padding-left:5px; padding-right:5px; position:relative;}
	
	html {
	  scroll-behavior: smooth;
	}
	::selection {
	  color: #ffffff;
	  background: #f08a20;
	}
	a {
		transition: all 0.15s linear;
	}
	.productShot img{ max-width:auto; width:auto; max-width:100%;}
	.cases-box01 h4{ margin-top:15px; font-size:17px; font-weight:600; }
	.flexCenter{ display: flex; align-items: center; width:100%;}
	.demoBigButton{
		padding: 13px 40px;
		border-radius: 100px;
		font-size: 22px;
		font-weight: bold;
		/*text-transform: uppercase;*/
		display: inline-block;
		margin:0;
		background-color:#3bbfef;
		color: #fff;
	}
	.demoBigButton:hover{
		background-color:#3bbfef;
		color: #fff;
		box-shadow:0px 10px 50px rgba(59,191,239,0.60);
	}

	.demoBigRedButton{
		padding: 13px 40px;
		border-radius: 100px;
		font-size: 22px;
		font-weight: bold;
		/*text-transform: uppercase;*/ 
		display: inline-block;
		margin:0;
		background-color:#dc4754;
		color: #fff;
	}
	.demoBigRedButton:hover{
		background-color:#dc4754;
		color: #fff;
		box-shadow:0px 10px 50px rgba(220,71,84,0.60);
	}
	
	.demoBigOrangeButton{
		padding: 13px 40px;
		border-radius: 100px;
		font-size: 22px;
		font-weight: bold;
		/*text-transform: uppercase;*/
		display: inline-block;
		margin:0;
		background-color:#db5e27;
		color: #fff;
		margin-top:20px;
	}
	.demoBigOrangeButton:hover{
		background-color:#db5e27;
		color: #fff;
		box-shadow:0px 10px 50px rgba(219,94,39,0.60);
	}

	.getademoNA{
		padding: 13px 60px;
		border-radius: 100px;
		font-size: 22px;
		border:none;
		font-weight: 700; background:#1d458b; color: #fff;
	}
	 
	.getademoNA:hover{  background:#1d458b; color: #fff; box-shadow:0px 10px 50px rgba(29,69,139,0.60);  }
	
	.demoBigGreenButton{
		padding: 13px 40px;
		border-radius: 100px;
		font-size: 22px;
		font-weight: bold;
		/*text-transform: uppercase;*/
		display: inline-block;
		margin:0;
		background-color:#65bc46;
		color: #fff;
		margin-top:20px;
	}
	.demoBigGreenButton:hover{
		background-color:#65bc46;
		color: #fff;
		box-shadow:0px 10px 50px rgba(101,188,70,0.60);
	}
	 
	.demoBigPurpleButton{
		padding: 13px 40px;
		border-radius: 100px;
		font-size: 22px;
		font-weight: bold;
		display: inline-block;
		margin:0;
		background-color:#8155a1;
		color: #fff;
		margin-top:20px;
	}
	.demoBigPurpleButton:hover{
		background-color:#8155a1;
		color: #fff;
		box-shadow:0px 10px 50px rgba(129,85,161,0.60);
	}
 
	.mtop30{ margin-top:30px;}
	.pageBigIcon{ width:200px;}
	 .serviceRow{ display:flex; align-items:center; flex-wrap:wrap;     justify-content: center;}
	 .flexCenterPress{display:flex; align-items:center; flex-wrap:wrap;     justify-content: center;}
	 .colorCWBlue{ color:#1d458b;}
	 .blubox .hs_submit{ margin-top:30px;}
	 
	 .prcTop{border-radius: 11px; padding:20px; margin-bottom:0} 
	 .prcTop h2{ font-size:51px; font-weight:bold; margin:0; padding-bottom:15px}
	 .prcTop h3{ font-size:27px; font-weight:bold}
	 .prcTop p{ font-size: 15px; padding: 15px 0;
line-height: 1.5;}
.prcTop a{ color:#fff; font-size:19px; font-weight:bold; border-radius:30px; padding:10px 20px; }

.prRgt{ border-left:solid 1px #ccc; border-right:solid 1px #ccc}
.noBrd{ border:none}
.botBrd{ border-bottom:solid 1px #ccc}
.prRgt h6{ font-size:18px; font-weight:bold; text-align:left;  border-top:solid 1px #ccc; padding-left:15px;}
.prRgt ul{ margin:0; padding:0; list-style:none}
.prRgt ul li{  padding:4px 0; text-align:center; border-top:solid 1px #ccc; margin:0; min-height:41px;}
.prRgt ul li.txt{font-size:14px; text-align:left; padding:7px 0; font-weight:bold}

.prShdow{ box-shadow:0px 10px 30px rgba(0,0,0,0.15); border:none} 

.prOrg{color:#da5e26; font-size:21px!important; text-align:left; padding:20px 0 20px 50px; background:url(images/prIcn01.png) no-repeat 0 20px; background-size:11%; line-height:2 !important} 
.prGrn{color:#64bb46; font-size:21px!important; text-align:left; padding:0 0 20px 50px; background:url(images/prIcn03.png) no-repeat 0 0; background-size:11%; line-height:2 !important} 
.prBlu{color:#41bbec; font-size:21px!important; text-align:left; padding:20px 0 20px 50px; background:url(images/prIcn02.png) no-repeat 0 20px; background-size:11%; line-height:2 !important}
.prRed{color:#e3707a; font-size:21px!important; text-align:left; padding:20px 0 20px 50px; background:url(images/prIcn04.png) no-repeat 0 20px; background-size:11%; line-height:2 !important}
.prBl1{color:#1d22a5; font-size:21px!important; text-align:left; padding:20px 0 20px 50px; background:url(images/prIcn05.png) no-repeat 0 20px; background-size:11%; line-height:2 !important}
.prBrd{ border:solid 1px #ccc;}

.prBas{ border:solid 1px #168f92}
.prBas h3{ color:#168f92}
.prBas h2{ }
.prBas a{background:#168f92;}
.prAdv{border:solid 1px #e85815}
.prAdv h3{ color:#e85815}
.prAdv h2{ }
.prAdv a{background:#e85815;}
.prPrm{border:solid 1px #b52b72}
.prPrm h3{ color:#b52b72}
.prPrm h2{}
.prPrm a{background:#b52b72;}

.PackageDes{padding:70px 0; display:inline-block} 
.PackageDes h3{ font-size:19px; font-weight:bold; padding-bottom:15px}
.pckage{}
.pckage p{ background:url(images/gr-tick.png) no-repeat 0 0; padding:0 0 0 35px; font-size:18px; margin:15px 0; text-align:left}

.prGry{ background:#efefef; padding:7px 0; border-radius:7px; text-align:center}
.prWht{ background:#fff; padding:7px 0; border-radius:7px; text-align:center}
.prGry .txt, .prWht .txt{ font-weight:bold; text-align:left; font-size:15px;}

.ibp{ text-align:center; padding:70px 0}
.ibp h2{ font-size:35px; font-weight:300; padding-bottom:25px; color:#db4854}
.cardTr{ background:#db4854; border-radius:100%; width:300px; height:300px; color:#fff; margin:25px auto; padding:57px}
.cardTr h1{ font-size:60px; font-weight:bold}
.cardTr h6{ line-height:1.5 !important}
.cardBtn{background:#db4854; font-weight:bold; color:#fff; padding:10px 20px; border-radius:40px; text-transform:uppercase  }
.grChk{ background:url(images/gr-tick.png) no-repeat 0 0; padding: 0 0 0 40px; display: block; font-size: 17px; max-width: 397px;
margin: 8px auto; text-align: left; }

.addSize .col-sm-2{ width:20%;}
.addOn{ border:solid 1px #ccc; padding:15px; text-align:center; font-size:17px; font-weight:bold; border-radius:10px; min-height:230px}
.addOn a{ background:#444444; border-radius:20px; padding:7px 15px; font-size:14px; color:#fff; }
.addOn h5{ font-size:17px; padding:0; font-weight:bold; min-height:50px; line-height:1.4;}
.addOn h3{font-size:37px; font-weight:bold;}
.addOn h3 span{ font-size:13px; font-weight:bold; display:block}
.prRed1{ font-size:27px!important; font-weight:bold; padding:40px 0 20px 0 }
.sameH{ min-height:260px}
.stats span{ font-size:22px;}
.featureBoxNA h4 span{ display:inline-block; background-color:#fff; padding-left:10px; padding-right:10px;}


.main-navigation ul ul #menu-item-wpml-ls-2-en a{width:4em; text-align:center}
.main-navigation ul ul #menu-item-wpml-ls-2-us a{width:4em; text-align:center}

.fs-icn{ font-size:11px}
.blogUs{}
.blogUs .blogbox { width:50%}

.ebook figure.effect-sadie h2{ top:50%}
.ebook figure.effect-sadie p{ top:250px}
.prbox figure.effect-sadie h2{ top:50%}
.prbox figure.effect-sadie p{ top:250px}

.blogDetNew{ border:solid 1px #ccc; border-radius:10px; margin-bottom:50px; }
.thx-icn{text-align:center}.thx-icn h3{font-size:15px;font-weight:700;min-height:60px; padding-top:15px}.thx-icn p{font-size:14px}

.abBox{ border:solid 2px rgba(0,0,0,0.1); padding:0 20px 20px 20px; border-radius:15px; font-weight:bold}
.abTxt{ text-align:left}
.abTxt p{ padding-top:0!important}

#FlexiblePaymentOptions, #CardonFile, #OptimiseOnboarding{overflow:hidden}

.DeskTop{display:block}
.moBile{ display:none}
.fourBox{ padding:70px}

.testiBtn{border-radius: 30px; padding: 20px 30px; color: #fff;font-size: 20px; margin: 40px auto 0; font-weight: 700; display: block;    background: #ef8922; line-height:1; transition: box-shadow 1s; width:295px}
/*.testiBtn{text-align: center; font-weight: bold; padding: 15px; display: block; border-bottom: solid 1px #ccc;
margin: 0 auto; width: 220px; color:#1e23a4 } */

.getDemoBtn-org1 {  padding: 30px; color: #fff;font-size:27px;
 font-weight: 700; display: inline-block;    background: #ef8922; transition: box-shadow 1s; width:100%;} 
 .getDemoBtn-org1:hover{ background:#1e23a4}
 
 .bSpace{ padding-bottom:60px}
 .prsBox{ background:#1f4489; color:#fff; font-size:19px; border-radius:9px; padding:20px 0; min-height:200px; margin:30px 0 }
 .prsBox h4{ background:#fff; color:#1f4489; font-weight:bold; font-size:27px; padding:14px; border-radius:100%; height:60px; width:60px; margin:0 auto;}
 .brNone{ border-right:none}
 .emSpace{ height:80px} 
 

#tab_container_12490 .wpsm_nav-tabs > li{ width:33%}
#tab_container_12490 .wpsm_nav-tabs li:nth-child(1) a{ background-color:#168f92!important}
#tab_container_12490 .wpsm_nav-tabs li:nth-child(2) a{ background-color:#ea5815!important}
#tab_container_12490 .wpsm_nav-tabs li:nth-child(3) a{ background-color:#b52b72!important} 

.addOn{ position:relative}
.addHover{background:#fff; position:absolute; left:0; top:5px; padding:15px; border-radius:15px; z-index:99; display:none; font-size:12px!important; font-weight:bold!important}
.addOn:hover > .addHover{ display:block}

.menu-item-12147 a{padding:0.65625em 2.25em 0.65625em 0.875em!important}
.menu-item-12154 a{padding:0.65625em 2.25em 0.65625em 0.875em!important}

/*#menu-item-wpml-ls-2-us{ display:none}
#menu-item-wpml-ls-2-en{display:none}*/
.brandedMemberNav .col-sm-2{ width:14.2%;}

.menu-item-12548 a{ padding:8px 35px 8px 15px!important}
.topReport{ background:#1f4287; text-align:center; color:#fff; font-size:13px; padding:10px 0; display:none; position:fixed; width:100%; z-index:11; top:0}
.topReport a{ color:#ee8e2e; font-weight:bold; line-height:2}

.topReport > .close{ color:#fff; padding:3px!important; position:relative!important; top:-4px!important;z-index:9; font-size:21px; font-weight:normal; width:20px; height:20px; } 

*:focus-visible { outline: 0 !important;}
  .reqSkill{ list-style:disc}
  .reqSkill li{ font-size:14px; margin-left:12px}
  
  .wpml-ls-slot-2.wpml-ls-current-language:hover, .wpml-ls-slot-2.wpml-ls-current-language:hover a, .wpml-ls-slot-2.wpml-ls-current-language a:hover{ background-color:#fff!important}
/* NA New CSS End */

 .poptin-credit {display: none !important;}
 .leadin-preview-wrapper {    padding: 20px !important;
    background: #fff !important; font-family:poppins,sans-serif}
	.leadin-button.leadin-advance-button.leadin-button-primary{ background:#ed8822!important}
	
	._2fLGHrZloE._3ZXy2-ju7d._1Dd3WdDh97._2jQyi_6IPP{ margin-top:0!important}
	
	.leadin-preview-wrapper{ background:#24428b!important;}
	.leadin-preview-wrapper h4{color:#fff!important}
	.leadinModal-description-body p{color:#fff!important}
	.leadinModal .leadin-input-wrapper label{color:#fff!important}
	
	.BlackOffer h2, .BlackOffer h4, .BlackOffer p{ color:#fff!important; padding-bottom:10px}
	
#sgpb-popup-dialog-main-div{ width:650px!important; padding:30px!important}
#hbspt-form-1634042585940-8433582121{ width:290px!important}

.cbcsKwFk_d{ display:none!important}

.post-12454 .blognew h2, .post-12441 .blognew h2, .post-11883 .blognew h2, .post-11872 .blognew h2{ height:95px;}

.linkPage {  color: #303030 !important; font-weight: 600;
font-size: 14px;}
.imgDD{margin-bottom:25px}

.post-8159 img, .post-5461 img, .post-8156 img, .post-8155 img, .post-6453 img, .post-6283 img, .post-6268 img, .post-6128 img, .post-5671 img, .post-5515 img, .post-5472 img { height:178px !important}

.csHeading h2{ text-align: center;color: #1a3e7d;line-height: 1.4;padding-bottom: 20px;font-size: 25px; }
.csTestimonial{ padding-top:30px}
.csTestimonial p{ font-size:18px; font-weight:300; padding-bottom:20px}

.csClt h4{ font-size:20px; font-weight:bold; color:#1a3e7d; padding-top:15px}
.csClt p{ font-size:16px; color:#f08922}

.webHeading{ margin-top:50px; padding-bottom:50px; text-align:center}
.webHeading h3{ font-size:27px; font-weight:bold; color:#1a3e7d; padding-bottom:20px}
.webHeading p{ font-size:17px;}

.thmbHead{color:#21438a; font-size:21px!important; line-height:1.5!important; padding:20px 0;}  

.vidBox{ box-shadow:0 0 20px #ccc;  padding:15px; border-radius:6px; margin-bottom:35px; text-align:center; min-height:490px}
.vidBox p{ font-size:14px;} 
.post_test {
    display: inline-block;
    width: 100%;
    background-color: #f5f5ff;
    padding: 30px;
    border-radius: 10px;
    padding-bottom: 3px;
    margin: 40px 0px;
    font-weight: 500;
    margin-top: 20px;
}
.in-heading.post_cw img {
    max-width: 110px !important;
}
.in-heading.post_cw h1 {
    font-size: 34px !important;
}

@media (max-width:1550px) {
.nw-sec-home-us p.txt{ min-height:165px}
.bl-check ul, .gb-check ul, .re-check ul, .cm-check ul, .ac-check ul, .fs-check ul, .fp-check ul{ font-size:11px}
}

@media (max-width:1200px) {
	.solutionNav .col-sm-8{ width:100%;}
	.blogMain{ max-width:1140px; width:100%; padding:0px 20px;}
	.ftfixed .social {width: 100%;}
	.emSpace{ height:80px}
	
}
@media (max-width:1024px) {
	.fivebox .col-md-4, .fivebox .col-lg-4{ width:33%}
	.whtop-img .col-xs-12{ display:none;}
	.whtop-img .col-sm-4{ width:75%;}
	.whtop-img .col-sm-2{ width:100px;}
	.paoc-popup-modal { width: 90% !important;}
	.whtop-img h3{ margin-top:0px;}
	.whtop-img{    display: flex;align-items: center;}
	.solutionNav .top-pr h4{  font-size: 13px;}
	.servicesRow{ 
	display: flex;
	flex-wrap: wrap;
	justify-content: center !important; 
	align-items: flex-start;
	}
	.icon7 .bl-icn{
		width: 25%;
		margin-top: 20px;
	}
	.icon5 .bl-icn, .icon4 .bl-icn{
		width: 20%;
		margin-top: 20px;
	}
	 
	.servicesRow .emptyDiv{ display:none; }
	.visit-txt br{
		display:none;
	}
	
	/*#home-header .owl-prev, #home-header .owl-next{
		display:none !important;
	}*/
#home-header .owl-prev{ left:15px; display:block !important; background-color: #fff;}
#home-header .owl-next{ right:15px; display:block !important; background-color: #fff;}
.owl-buttons{ display:block !important;}
.menu-item-type-custom a{ padding: 7px 0px !important;}
.stats h3{ font-size:43px; padding:15px 0 15px 100px}
.stats span{font-size:17px} 
.bl-check ul, .gb-check ul, .re-check ul, .cm-check ul, .ac-check ul, .fs-check ul, .fp-check ul{ font-size:14px}
.nw-sec-home-us p.txt{ min-height:120px}
.brandedMemberNav .col-sm-2{ width:14.2%;}
.bl-icn h3{ font-size:12px; min-height:50px}
.fourBox{ padding:70px 15px;}
.fivebox .col-md-4, .fivebox .col-lg-4{ width:50%;}
.site {margin-bottom: 0px!important;}
.ourPurpose .col-sm-2{ width:50%;}
.ourPurpose .none{ display:none;}
.ourPurpose .prsBox{ margin:15px 0px; min-height: 160px;}
}
 
@media (max-width:909px) {
	.menu-toggle {
		margin: 0px;
		padding: 0px;
		border: 0;
	}
	.solutionNav .col-sm-9{
			width:100%;
	}
	 .getaDemoFlex .col-sm-7,  .getaDemoFlex .col-sm-5{
	 width:50%;
}
	.getUL .col-sm-2{ width:25%;}
	.getUL .col-sm-10{width:75%;}
	
	.site-header-menu{
		margin:0px;		
		background: #1e23a4 !important;
	}
	.primary-menu li > a{
		color:#fff; 
		font-weight: 600;
		padding: 10px;
	}
	.primary-menu li  > .sub-menu li a{
		padding:5px 10px !important;
		font-weight: 400;
	}
	.primary-menu .dropdown-toggle:after{
	color:#fff;
	border:none;
	}
	#menu-navigation > li:last-child{
	background-color: transparent;
    border: none !important;
	    border-top: solid 1px rgba(255,255,255,0.3) !important;
	 
	}
	#menu-navigation > li:last-child a{
		padding:5px 10px !important;
		border-radius: 50px;
		background-color: transparent;
		border: none !important;
		border-radius: 0px;
		
		
	}
	.site-header-main{
		padding:0px;
	}
	.site-branding{
		padding-left:15px;
		padding-bottom:10px;
		padding-top:10px;
	}
	.menu-toggle{
		margin-right: 15px;
	}
.stats h3{ font-size:40px; padding:0px 0 15px 60px}
.stats span{font-size:17px}
.downloads, .acuser, .booking, .checkins{ background-size:50px}
.cardTr h1{ margin:0} 
.addOn{ padding:15px 5px} 
.addOn a{ font-size:11px}
.prcTop h3{ font-size:21px}
.cases-box01 .cases-text{ font-size:13px; padding:30px 15px;}
.brandedMemberNav .col-sm-2{ width:33.3%;}
	 
}
@media (max-width:768px) {
	.flexCenterMobile{justify-content: normal;}
	.fivebox .col-lg-3 {width: 50%}
	.site-branding {margin-top: 5px; margin-bottom: 5px;}
	.in-heading .col-sm-8, .width100{ width:100%;}
	.testimonialCWSection .col-sm-4 {width: 50%;}
	.testimonialCWSection .col-md-4{ border-right: solid 1px #ccc;}
	.testimonialCWSection .col-md-4:nth-child(even){ border-right:none;}
	.testimonialCWSection .col-md-4:last-child{ border-right:none;}
	.pro-det{padding-top:40px;}
	.icon5 .bl-icn, .icon4 .bl-icn{width: 33.33%;}
	.solutionNav .top-pr{width: 20%;}
	.inimgtop{margin-bottom:30px;}
	.ab-mid-txt01{ width:100%}
	.eight-icn img{width: 100%;max-width: 70px !important;}
	.site-content .blogbox{ width:50%;}
	.post-thumbnail{ margin:0px;}
	.navigation.pagination{width:100%;display: flex;align-items: center;}
	.con-contact .row .col-sm-6, .contoptxt, .contoptxt .col-sm-10{width:100%;}
	.map01{margin-top:15px;}
	.getaDemointro strong{ display:block;}

	.col-sm-12.getTXT.getaDemointro {font-size: 18px;}
	.nw-sec-home p.txt{
		text-align:center;
	}
	.widget-title{
		padding-bottom:15px;
	}
	.widget-area .widget{
		width:100%;
		padding:15px;
	}
	.sidebar{
		padding:0px;
		margin:0px;
	}
.widget-area > :last-child, .widget > :last-child{
	margin-left:0px;
}
.kwayy-html-sitemap-post-list.kwayy-post-list li,  .sitemap .ftlinks{width:50%;}
.kwayy-post-list ul{
	padding:0px 15px;
}
.none{
	/*display:none;*/ 
}
.sec-pad h2{ font-size:28px}
.iconSizeNA{ width:95px}
.Features{ margin-bottom:50px; margin-top:50px}
.Features .alignnone{ margin-bottom:30px}
.prGrn, .prBl1, .prOrg, .prBlu, .prRed { font-size:17px!important; padding:20px 0 10px 40px; background-size:15%} 
.prcTop h3{ font-size:18px}
.addOn{ padding:15px 5px}
.addOn a{ font-size:10px}
.cardTr h1{ margin:0} 
.fourBox{ padding:70px 0} 

.header-home h2{ font-size:20px; line-height:27px;}
.bl-icn h3{ font-size:11px; min-height:60px} 
.supportsliderWrap .col-lg-4{ width:50%;}
.brandedMemberNav .col-sm-2{ width:14.2%;}
}

@media (max-width:767px) {
	.DeskTop{display:none}
.moBile{ display:block}
	.solutionNav .col-sm-9{ overflow-x: auto; }
	/*.solutionNav .col-sm-9 .flexCenterMobile {  width: 1000px; }
	 .solutionNav:before{
		 content:"";
		 background-image:url(images/hand_2.gif);
		 background-position:center;
		 background-size:contain;
		 width:100px;
		 height:50px;
		 position:absolute;
		 bottom:-50px;
		 left:50%;
		 margin-left:-50px;
	 
			
	 }
	*/
	
	.fourBox .col-lg-4{ width:100%;}
	.menu-item-type-custom a{ padding:10px!important}  
	.solutionNav{ position:relative;}
	.prcTop{ padding:15px 0}
	.prcTop h3{ font-size:15px}
	.cardTr h1{ margin:0}
	.top-pr .bigsize{ width:44px; margin:0}
	.prGry, .prWht{ margin:0}  
	.abTxt{ text-align:center}
	.leftTxt, .rightTxt{ text-align:center}
	.acBox{ min-height:auto} 
	.prGrn, .prBl1, .prOrg, .prBlu, .prRed { font-size:17px!important; padding:20px 0 10px 45px; background-size:36px}
	.prGrn{ background-position:0 20px}
	.prcTop h3{ font-size:27px} 
	.sameH{min-height:auto}
	.prcTop{padding:15px} 
	.fourBox{ padding:70px 0}	
	.nw-sec-home p.txt{ min-height:auto}
	.prGry .txt, .prWht .txt{ font-weight:normal} 
	.nw-sec-home-us p.txt{ min-height:auto}
	.brandedMemberNav .col-sm-2{ width:14.2%;}
	
	 .affix .solutionNav:before{ opacity:0; }
	
	.testimonialCWSection .col-sm-4 {width: 100%;}
	.whtop-img .col-sm-4 {width: 70%;}
	.opening p, .opening a{text-align: center;}
	.icon5 .bl-icn,
	.icon4 .bl-icn,
	.icon7 .bl-icn{
		width: 50%;
		 
		 
	}
	/*.servicesRow .col-sm-2{
		 border-bottom: solid 1px #dedede;
	}
	.servicesRow .col-sm-2:nth-child(even){
		    border-right: solid 1px #dedede;
			
	}
	.servicesRow .col-sm-2:last-child{
		    border: none;
	}*/
	.bigsize{
		margin-bottom:15px;
	}
	.solutionNav .bigsize{
		margin-bottom:0px;
	}
	.eight-icn{
		    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	}
	.eight-icn .col-sm-2 {width: 33.33%; spadding: 5px;}
	.eight-icn .col-sm-2 p{ padding-top:15px; font-size:12px;}
	.mobileMT30{
		margin-top:30px;
	}
	.fullimg, .img-acc{
		margin-bottom:20px;
		margin-top:20px;
	}
	.site-content .blogbox{ width:100%}
	.says, .screen-reader-text{
		    text-indent: -9999px;
    display: inline-block;
	}
	 .getaDemoFlex .col-sm-7, .getaDemoFlex .col-sm-5{
	 width:100%;
}
.getADemoOrder{
	order:-1;
}
.getUL {
	margin-top:50px;
}
 
 .blubox form.hs-form .form-columns-2 .hs-form-field .hs-input,
 .blubox form.hs-form .form-columns-3 .hs-form-field .hs-input,
 .blubox .hs-form fieldset.form-columns-1 .hs-input{
	 font-size:14px;
	 width:100%;
 }
 .getaDemointro{
	 font-size: 16px;  
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 40px;
 }
 .getUL .col-sm-2, .getUL .col-sm-10{ width:100%;}  
.blogDetails{order:1;}
.post-navigation, .comments-area{ margin-left:0px; margin-right:0px;}
.blogMain .col-sm-4{ width:100%}
.blogDetails .nav-links{
	flex-direction: column;
}
.blogDetails .nav-previous, .nav-next{ width:100%;}
.blogDetails .nav-previous a, .blogDetails .nav-next a{ padding: 10px 0px;}
.solutionNav .bigsize{
		    width: 44px;
	}
	.solutionNav .top-pr h4 {
    font-size: 10px;
}
.owl-carousel .owl-stage-outer{
	max-height: inherit;
    
}

.header-home h2 {
    font-size: 15px;
    margin: 12px 0;
	line-height: 1.3;
}
.owl-carousel .owl-item .sliderCircle{
	max-width: auto !important;
   
}
.mob-img-size img {
    width: 60%;
}
.mob-img-size{/*height: 320px;*/}
.footerbg .row{display: flex; flex-wrap: wrap;}
.ourPurpose .col-sm-2{ width:100%;}
.ourPurpose .prsBox{min-height: auto;}

.vidBox{ margin:15px 15px 35px 15px}
}
@media (max-width:420px) {
.mob-img-size { height: 280px;} 
.bl-icn h3{ font-size:10px} 
.stats h3{font-size:35px}

.header-home a.btn-cm, .header-home a.btn-ba, .header-home a.btn-bl, .header-home a.btn-gb, .header-home a.btn-ac, .header-home a.btn-cw {padding:10px}

.prcTop1 h3{ font-size:16px}
.prcTop1{ padding:10px}
 	
}
@media (max-width:750px) {
	.fivebox .col-md-4, .fivebox .col-lg-4{ width:100%}
	.kwayy-html-sitemap-post-list.kwayy-post-list li, .sitemap .ftlinks{width:100%; min-height: auto !important;}
	.sitemap .ftlinks{ margin-bottom:15px;}
	.kwayy-post-list ul { padding: 0px 0px; margin: 0px; }	
	.fivebox .col-lg-3 {
		width: 100%
	}
	.nw-sec-home {
		height: auto;
	}
	.bl-check,
	.gb-check,
	.re-check,
	.cm-check,
	.ac-check,
	.fs-check,
	.fp-check {
		min-height: auto;
	}
	#home-header a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-position: 90% center;
		padding-top:0px;
		padding-bottom:0px;
	}
	#home-header .inline-block {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cases-box01 {
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		
	}
	.cases-box01, .cases-box01,
	.cases-text {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	 
	#menu-navigation > li:last-child a {		
		font-size: 14px;
		padding: 8px 10px !important;
		border-radius:0px;
	}
	.icn-sec h4 {
		font-size: 10px;
	}
	.prcTop1 h3{ font-size:16px}
	.prcTop1{ padding:10px}
}
@media (max-width:360px) {
	.prcTop1 h3{ font-size:12px}
	
}
/* Responsive changes End */


