* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #c950e7;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #c950e7;
 color: #ffffff;
 text-shadow: none;
}
::selection {
	background: #c950e7;
	color: #ffffff;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
 @media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Barlow';
}
a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	font-weight: inherit;
	color: #c950e7;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: 300;
	font-family: 'Barlow';
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
	line-height: 35px;
}
h3 {
	font-size: 28px;
	line-height: 35px;
}
h4 {
	font-size: 25px;
	line-height: 35px;
}
h5 {
	font-size: 20px;
	line-height: 25px;
}
h6 {
	font-size: 18px;
	line-height: 30px;
}
p {
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Barlow';
	margin: 0;
	padding: 0 0 20px 0;
}
.widget-snippet p {
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Barlow';
	margin: 0;
	padding: 0 0 20px 0;
}
.widget-snippet p a {
	color: #c950e7;
}
.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.widget.page-heading {
	padding: 0 0 30px 0;
	text-align: left;
}
.widget.page-heading h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #c950e7;
	font-size: 35px;
	line-height: 45px;
	text-align: left;
	text-transform: none;
	font-weight: 300;
	font-family: 'Barlow';
}
.widget-pageHeading {
	background-size: cover;
	position: relative;
	padding: 100px 0;
	margin-bottom: 130px !important;
	text-align: center;
}
.header:after {
	content: "";
	position: absolute;
	top: 87px;
	width: 100%;
	left: 0;
	height: 185px;
	background-image: url(/template/72dfe14e/images/khipu-banner-bg.jpg);
	background-size: cover;
	background-position: 70% top;
}
.page-home .header:after {
	display: none;
}
.widget.widget-pageHeading h1 {
	position: absolute;
	text-align: left;
	color: #c950e7;
	font-size: 42px;
	line-height: 60px;
	display: block;
	margin: 0 auto;
	text-transform: capitalize;
	font-weight: 300;
	font-family: 'Barlow';
	background: #fff;
	padding: 20px 70px;
	border-bottom: 3px solid #c950e7;
	margin-top: 30px;
}
body > div.body {
	padding: 0;
	min-height: 500px;
}
body.page-home > div.body {
	padding: 0;
}
/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote, tt {
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Barlow';
}
input[type="submit"], input[type="button"], button, .button, a.button {
	margin-top: 10px;
	background: #c950e7;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	border-radius: 25px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding: 15px 55px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Barlow';
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-radius: 0;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
	background: rgba(46,62,79,0.95);
	color: #fff;
}
input[type=text], input[type=password], select {
	height: 40px;
}
input[type=text], input[type=password], select, textarea {
	border-color: #000;
	font-family: inherit;
	box-sizing: border-box;
	padding-left: 10px;
}
textarea {
	height: 90px;
}
input[type="text"].validation-error, input[type="password"].validation-error {
	background: #fff;
}
button.Zebra_DatePicker_Icon {
	background-position: right center;
}
table {
	max-width: 100%;
	margin-bottom: 20px;
}
table th {
	font-weight: 500;
	background: #eee;
}
table, th, td {
	text-align: left;
	border: 1px solid #d9d9d9;
	padding: 8px;
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Barlow';
}
table tr:nth-child(2n) {
	background: #f8f8f8;
}
.widget-snippet td, .widget-snippet th {
	padding: 8px;
}
.widget-snippet {
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Barlow';
}
.widget-snippet a {
	color: #c950e7;
}
.widget-snippet a:hover {
	color: #c950e7;
}
.widget-snippet ul, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
	position: relative;
	margin: 0;
	padding: 0 0 5px 30px;
	list-style-type: none;
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Barlow';
}
.widget ul li a, .widget ol li a {
	color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
	color: #f22954;
}
ol li {
	list-style-type: decimal;
	padding: 0 0 6px 10px;
}
.article-content ul li::before, .widget-snippet ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 25px;
	background-image: url(/template/72dfe14e/images/li_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
	margin-bottom: 12px;
}
ol, .widget-article ol, .widget-snippet ol {
	padding-left: 19px;
}
/* Webcommander Base */
.page-content .v-split-container > .v-split {
	margin: auto;
	width: 1200px;
	max-width: 100%;
}
.widget-container > .page-content > .v-split-container > .v-split {
	margin: auto;
	width: 1230px;
}
.page-content {
	min-height: 350px;
}
.auto-page .page-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.form-row {
	position: relative;
}
.errorlist.after .message-block {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
}
.errorlist.after {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	box-shadow: none;
	padding: 0;
	position: absolute;
	bottom: 4px;
}
.form-row.textArea .errorlist.after {
	bottom: -7px;
}
.message-block.info-message, .message-block.success {
	color: #008000;
	background: #F2FEF2;
	border: 1px solid #C2E7C2;
	margin: 0 0 20px;
	border-radius: 4px;
}
.simpleCaptcha-container {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	width: 100%;
	display: block;
	margin-top: 8px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
	width: 48%;
	display: inline-block;
	box-shadow: 0 0 0 0;
	border: 0 solid #959595;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 45px;
	background: #fff;
	border-radius: 0;
	margin-top: 0;
}
.widget-form input[type=text] {
	height: 45px;
	margin: 0 0 25px;
}
.widget-form input[type=text], .widget-form textarea, .widget-form select {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #959595;
	padding: 3px 15px;
	border-radius: 0;
}
.widget-form textarea {
	height: 150px;
}
.widget > .widget-title {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 25px;
	text-align: left;
	line-height: 25px;
	color: #000000;
	font-weight: 300;
	font-family: 'Barlow';
}
/*start:Page not faund */
.page-page-not-found .page-content {
	text-align: center;
}
.page-page-not-found .page-content .article-content h1 {
	color: #c950e7;
	text-align: center;
	padding: 0;
	margin: 0;
}
.page-page-not-found .page-content .article-content h2 {
	color: #000;
	font-size: 30px;
	text-align: center;
	padding: 12px 0;
	margin: 0;
}
.page-page-not-found .page-content .article-content p {
	text-align: center;
	padding: 0;
	margin: 0;
}
/*end:Page not faund */



/*=====start: jssor slider css ==== */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
	width: 1920px;
	height: 615px;
	padding: 0 !important;
	text-align: center;
}
div.jssor-slider-container {
	margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
	display: block;
}
.widget.widget-gallery.home-slider::before {
	content: url("/template/72dfe14e/images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
	background: none;
}
/*end: jssor slider css */


.header > .widget-container {
	border-bottom: 3px solid #c950e7;
}
.header .widget-image:after {
	width: 1px;
	content: '';
	height: 31px;
	background-color: #dbdbdb;
	position: absolute;
	right: 0;
}
/*start:manu*/
.widget-navigation.main-menu .navigation-item.active a span::before, .widget-navigation.main-menu .navigation-item a:hover span::before {
	width: 100%;
}
.widget-navigation.main-menu {
	text-align: left;
}
.widget-navigation.main-menu .navigation-item.has-child {
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
	position: relative;
}
.widget-navigation.main-menu .navigation-item a {
	font-size: 17px;
	color: #000;
	padding: 10px 15px;
	line-height: 30px;
	font-family: 'Barlow';
	font-weight: 400;
}
.widget-navigation.main-menu .navigation-item:first-child a {
	padding-left: 0;
}
.widget-navigation.main-menu .navigation-item:last-child a {
	padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
	position: relative;
}
.widget-navigation.main-menu .navigation-item a span::before {
	position: absolute;
	content: "";
	width: 0;
	height: 4px;
	background: #c950e7;
	bottom: -35px;
	left: 0;
	transition: width .5s;
	-webkit-transition: width .5s; /* Safari 3.1 to 6.0 */
}
.widget-navigation.main-menu .navigation-item a:hover span::before, .widget-navigation.main-menu .navigation-item.active a span::before {
	width: 100%;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
	display: none;
}
.widget-navigation.main-menu .navigation-item.has-child a:hover, .widget-navigation.main-menu .navigation-item.active a, .widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {
	color: #000;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 12px 24px;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
	width: 300px;
	top: 65px;
	background: rgb(255, 255, 255);
	text-align: center;
	padding: 0px;
	left: 50%;
	box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
	margin: -10px 0 0 -140px;
	position: absolute;
	border-radius: 3px;
}
.main-menu .navigation-item-child-container .navigation-item.first a::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0px;
	height: 0px;
	border-color: rgb(255, 255, 255) transparent rgb(255, 255, 255) transparent;
	border-width: 0 10px 10px 10px;
	border-style: solid;
	transition: all 0.5s ease 0s;
	margin-left: -19px;
	z-index: 1;
}
.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
	color: #000;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
	margin-right: 0;
	font-weight: normal;
	font-family: 'Barlow';
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
	border-bottom: 1px rgba(0, 114, 188,0.1) solid;
	padding: 12px 20px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #000000;
	transition: all 0.5s ease 0s;
	text-align: center;
	font-weight: normal;
	font-family: 'Barlow';
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a {
	padding-right: 24px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
	color: #ffffff;
	z-index: 2;
	display: block;
	background: #c950e7;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
	display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
	padding: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a span::before {
	display: none;
}
.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
	border-color: #c950e7 transparent #c950e7 transparent;
}
.horizontal .navigation-item-child-container {
	animation: showmenu 350ms ease-in-out both;
}
 @keyframes showmenu {
 from {
display:none;
opacity: 0;
top:100px;
}
to {
	display: inline-block;
	opacity: 1;
	top: 65px;
}
}
/*end:menu*/





/* testimonial-slider */
.widget-gallery.testimonial-slider {
	padding: 75px 0 80px;
	background: #c950e7;
}
.widget-gallery.testimonial-slider .owl-carousel {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.widget-gallery.testimonial-slider .article-title {
	display: none;
}
.widget-gallery.testimonial-slider .owl-carousel .owl-item {
	padding-top: 80px;
	position: relative;
}
.widget-gallery.testimonial-slider .owl-carousel .owl-item::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 47px;
	left: 50%;
	margin-left: -30px;
	top: 10px;
	background: url(/template/72dfe14e/images/inverted.png) center;
	background-repeat: no-repeat;
}
.widget-gallery.testimonial-slider .article-content {
	text-align: center;
	max-width: 870px;
	margin: 0 auto;
}
.widget-gallery.testimonial-slider .widget-title {
	position: relative;
	font-family: 'Barlow';
	color: #101010;
	font-size: 38px;
	line-height: 58px;
	margin: 0;
	padding: 125px 0 0;
	text-align: center;
}
.widget-gallery.testimonial-slider .widget-title::before {
	position: absolute;
	top: 0;
	content: "";
	height: 110px;
	width: 110px;
	left: 50%;
	transform: translateX(-50%);
	background: url("/template/72dfe14e/images/client-thumb.png");
}
.widget-gallery.testimonial-slider p {
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	margin: 10px 0 32px 0;
	font-weight: 300;
	font-family: 'Barlow';
}
.widget-gallery.testimonial-slider h4 {
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Barlow';
	margin-bottom: 0;
}
.widget-gallery.testimonial-slider h5 {
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	margin: 0;
	font-weight: 500;
	font-family: 'Barlow';
}
.widget-gallery.testimonial-slider h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	font-family: 'Barlow';
}
.widget-gallery.testimonial-slider .owl-controls {
	height: 65px;
	margin: 0;
	position: absolute;
	top: 60%;
	width: 100%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-112px);
	transform: translateY(-112px);
}
.widget-gallery.testimonial-slider .owl-stage-outer {
	z-index: 333;
}
.widget-gallery.testimonial-slider .owl-controls .owl-nav {
	position: relative;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	position: absolute;
	left: -20px;
	height: 65px;
	padding: 0;
	margin: 0;
	width: 33px;
	font-size: 0;
	background: transparent url('/template/72dfe14e/images/arrow-icon.png') no-repeat;
	background-position: -100px -12px;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-prev:hover {
	background-position: -56px -12px;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -20px;
	background-position: -133px -12px;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-next:hover {
	background-position: -195px -12px;
}
.widget.widget-article.friendly-content-view-all a {
	color: #c950e7;
}
.widget.widget-article.friendly-content-view-all a.testimonial-all-button {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	color: #c950e7;
	font-weight: 500;
	font-size: 20px;
	display: block;
	max-width: 227px;
	position: relative;
	margin-top: -30px;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.21);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	line-height: 20px;
}
.widget.widget-article.friendly-content-view-all a.testimonial-all-button:after {
	content: url(/template/72dfe14e/images/quick-enquiry-icon-color.png);
	margin-left: 12px;
}
.widget.widget-article.friendly-content-view-all a.testimonial-all-button:hover {
	background: #000;
	color: #fff;
}
.widget.widget-article.friendly-content-view-all a.testimonial-all-button:hover:after {
	content: url(/template/72dfe14e/images/quick-enquiry-icon.png);
}
.widget.widget-snippet.footer-some-logos {
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #e5e5e5;
	margin-top: 100px;
}
/*-----------------------------------------------------------------------------------------------*/
.khipu-blog-area {
	max-width: 1398px;
	margin: 110px auto 50px;
	margin-top: 80px;
}
.khipu-blog-area .widget-title {
	text-align: center;
	position: relative;
	padding: 15px 0;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: normal;
	line-height: 36px;
	color: #000;
}
.khipu-blog-area .widget-title::before {
	background: #c950e7 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	margin: 0px 0 20px -15px;
	width: 30px;
	left: 50%;
	top: 0;
	position: absolute;
}
.khipu-blog-area .blog-post-content {
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
}
.khipu-blog-area .blog-post-content::after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 85%;
	background: #e5e5e5;
	content: "";
	margin-left: -1px;
}
.blog-post-item {
	width: calc(50% - 72px);
	display: inline-block;
	vertical-align: top;
	margin: 0 35px 60px 35px;
	overflow: hidden;
	position: relative;
	border-bottom: 0px;
	padding: 0 0 60px;
}
.blog-post-item .post-list-view {
	max-height: 233px;
	height: 100%;
	position: relative;
	max-width: 408px;
	overflow: hidden;
}
.blog-post-item .post-list-view a {
	display: block;
}

.blog-post-item .post-list-view img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-post-item .post-description {
	position: absolute;
	content: "";
	left: 176px;
	bottom: 0;
	padding: 30px 25px 15px;
	border-bottom: 3px solid #c950e7;
	background: #fff;
	min-height: 175px;
	width: 100%;
	max-width: 350px;
	text-align: left;
}
.blog-post-item .content, .blog-post-info span.comment-count, .blog-post-info span.categories {
	display: none;
}
.blog-category-details span.title {
	display: none;
}
.blog-post-info span.date {
	background: none;
	color: #8d8d8d;
	position: absolute;
	top: 20px;
	font-weight: normal;
	left: 0;
	font-size: 16px;
}
.blog-post-item .post-description a:nth-child(4) {
	display: none;
}
.blog-post-item h4.title {
	display: block !important;
	margin: 20px 0 0;
	padding: 0;
	line-height: 20px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.blog-post-item h4.title a {
	line-height: 30px;
	font-size: 25px;
	color: #000;
	font-family: 'Barlow';
}
.blog-post-item h4.title a:hover, .blog-post-info span.categories a:hover {
	color: #c950e7;
}
.blog-post-info span.categories {
	background: none;
	padding: 0;
	margin: 0;
}
.blog-post-item .post-list-view a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-post-item:hover .post-list-view a:after {
	background: #00000070;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(1.05);
}
.blog-post-item:hover .post-list-view img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(1.05);
}
.recent-post .widget-title, .blog-categories .widget-title {
	font-family: 'Barlow';
	font-size: 25px;
	font-weight: 500;
	color: #4d4d4d;
	padding: 0;
	margin-bottom: 30px;
}
.recent-post, .blog-categories {
	margin-bottom: 50px;
}
.widget-blogPost.recent-post.featured .post.post-list-view-height {
	padding-bottom: 7px;
}
.blog-categories .vertical .navigation-item + .navigation-item {
	margin-top: 5px;
}
.blog-categories .vertical .navigation-item a {
	border-bottom: none;
	display: block;
	padding: 0 0 2px 30px;
	position: relative;
	color: #000000;
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 24px;
	font-size: 17px;
	color: #000;
	font-family: 'Barlow';
}
.blog-categories .vertical .navigation-item a:hover, .blog-categories .vertical .navigation-item a:focus {
	color: #c950e7;
}
.recent-post .content, .recent-post .blog-post-info {
	display: none;
}
.recent-post .blog-post-item {
	width: 100%;
	margin: 0;
	float: none;
	min-height: auto;
}
.recent-post h4.title::before, .blog-categories .vertical .navigation-item a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 24px;
	height: 25px;
	background-image: url(/template/72dfe14e/images/li_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px;
}
.recent-post .blog-post-item .title a:hover {
	color: #c950e7;
}
.recent-post div.footer {
	display: none;
}
.recent-post .blog-post-item .title a:hover {
	color: #c950e7;
}
.recent-post div.footer {
	display: none;
}
.recent-post .blog-post-item .content ~ a {
	display: none;
}
.recent-post .blog-post-item, .recent-post .blog-post-item .post-description {
	margin: 0 0 2px;
	padding: 0;
	padding-bottom: 6px;
	border: 0;
}
.recent-post .blog-post-item .post-description {
	position: relative;
	left: auto;
	min-height: 0;
}
.recent-post .blog-post-item h4.title {
	display: block !important;
	margin: 0;
	padding: 0;
	line-height: 25px;
	padding-left: 30px;
}
.recent-post .blog-post-item h4.title a {
	line-height: 24px;
	font-size: 17px;
	color: #000;
	font-family: 'Barlow';
	font-weight: normal;
	vertical-align: top;
}
.blog-post-details {
	padding-left: 15px;
	padding-right: 15px;
	padding: 0 90px 0px 0;
}
.blog-post-details .title {
	display: block;
	font-size: 30px;
	font-family: 'Barlow';
	margin: 0;
	line-height: 36px;
	padding: 0 0 10px 0;
}
.blog-post-details .blog-post-info span.categories {
	display: none;
}
.blog-post-details .image {
	display: block;
	max-height: 470px;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	margin-bottom: 15px;
}
.blog-post-details .image img {
	width: 100%;
	height: 100%;
}
.blog-post-details .blog-post-info {
	margin-bottom: 15px;
}
.blog-post-details .content {
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Barlow';
}
.blog-post-details .blog-post-info span.categories a {
	display: block !important;
	color: #ffffff;
	padding-right: 15px;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	top: -25px;
	padding: 6px 20px;
	background: #ea3f4b;
}
.news-events-page-area .blog-post-info span.categories a {
	display: block !important;
	color: #000000;
	padding-right: 15px;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top: -25px;
	padding: 2px 8px;
	background: #fff;
}
.blog-post-details span.author {
	display: none;
}
.blog-post-details span.date {
	background: none;
	padding-left: 0;
	margin-right: 10px;
	font-size: 17px;
}
.comment-post-panel .errorlist.after {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	box-shadow: none;
	padding: 0;
	position: relative;
	bottom: 0;
	top: auto;
}
.blog-post-details .comment-post-panel input[type="text"], .blog-post-details .comment-post-panel input[type="email"] {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	height: 50px;
	width: 100%;
}
.blog-post-details .comment-post-panel textarea {
	width: 100%;
	height: 130px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 15px;
}
.comment-post-panel .form-row {
	margin: 0;
	margin-bottom: 3px;
}
.comment-post-panel form > .form-row:nth-of-type(1), .comment-post-panel form > .form-row:nth-of-type(2) {
	width: calc(50% - 13px);
	display: inline-block;
}
.comment-post-panel form > .form-row:nth-of-type(1) {
	margin-right: 10px;
}
.comment-post-panel form > .form-row:nth-of-type(2) {
	margin-left: 10px;
}
#blog-post-create-comment-panel .max-character {
	color: #000;
	padding-left: 5px;
	padding-right: 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 15px;
}
.blog-post-details .comment-post-panel {
	border: 0 solid #9c9c9c;
	margin-top: 40px;
	padding: 0 0 20px 0;
	border-radius: 0;
	margin: 0;
}
#blog-post-create-comment-panel .simpleCaptcha-container .form-row.simple_captcha_input_field input {
	margin-top: 15px;
	margin-left: 13px;
}
.blog-post-details .comment-post-panel label {
	display: block;
	font-size: 14px;
	width: 100%;
	margin-bottom: 2px;
	color: #000;
}
.comment-post-panel .errorlist.after:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	background: red;
	transform: rotate(47deg);
	top: -4px;
}
.comment-post-panel .errorlist.after {
	background: red;
	box-shadow: none;
	bottom: -15px;
	padding: 0 12px;
	border-radius: 0;
	position: absolute;
	z-index: 1;
	min-width: 200px;
	left: 0;
	top: auto;
	line-height: 21px;
}
.comment-post-panel .errorlist.after .message-block {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	position: relative;
}
.comment-post-panel button {
	background-color: #c950e7;
	border-color: #c950e7;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	margin-top: 0;
}
.comment-post-panel button:hover {
	background-color: rgba(46,62,79,0.95);
	border-color: rgba(46,62,79,0.95);
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.snippet-our-details .single-detail-part p {
	min-height: 180px;
}
.comment-post-panel .form-row.simple-captcha {
	width: calc(50% - 15px);
	display: inline-block;
	box-shadow: none;
	text-align: center;
	height: 45px;
	border: 1px solid #e5e5e5;
	margin-top: 0 !important;
	margin-right: 10px;
}
#blog-post-create-comment-panel .simpleCaptcha-container .errorlist.after {
	left: 14px;
}
.blog-post-details .comment-post-panel h2 {
	font-size: 22px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #000;
}

.comment-post-panel .simpleCaptcha-container .form-row.simple-captcha {
	height: 50px;
}
.comment-post-panel .form-row label {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0;
	padding-top: 10px;
}
.comment-post-panel .simpleCaptcha-container {
	overflow: visible;
	margin: 14px 0 0 0;
}
.blog-post-content .footer {
	overflow: hidden;
	width: 100%;
	background-color: transparent;
	text-align: left;
	padding: 0px 0;
}
.blog-post-content .footer span.pagination {
	float: none;
}
.blog-post-content .footer span.pagination span {
	border: none;
	box-shadow: none;
	font-size: 15px;
	font-family: 'Barlow';
	font-weight: 700;
	border: 1px solid #b0b0b0;
	padding: 6px 15px;
	margin: 0 5px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.blog-post-content .footer span.pagination span:hover {
	background: #000;
	color: #fff;
}
.blog-post-content .footer span.pagination span.current {
	background-image: none;
	background-color: #bc1700;
}
.post-description img {
	max-width: 100%;
}
.post-description table, .post-description td, .post-description table tr:nth-child(2n) {
	border: 0;
	background: none;
}
.blog-post-details .info-row.writer span.date + span {
	display: none;
}
.blog-post-details .info-row.writer span.date + span + span {
	display: none;
}
.blog-post-comment-panel .btn-like:after {
	display: none;
}
.btn-comment-reply {
	cursor: pointer;
	font-weight: bold;
}
.blog-comment-reply-popup .header {
	border: 0;
	margin: 0;
	padding: 10px 10px 8px 10px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
}
.blog-comment-reply-popup .form-row label {
	display: block;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
}
.blog-comment-reply-popup .form-row.simple_captcha_help_text label {
	display: none;
}
.blog-comment-reply-popup .simpleCaptcha-container .form-row.simple-captcha {
	height: 58px;
	vertical-align: middle;
}

.comment-post-panel .simpleCaptcha-container .form-row.simple_captcha_help_text label, .comment-post-panel .simpleCaptcha-container .form-row.simple_captcha_help_text span, .form-row.simple_captcha_input_field.mandatory label, .blog-comment-reply-popup .simpleCaptcha-container .form-row.simple_captcha_help_text label, .blog-comment-reply-popup .simpleCaptcha-container .form-row.simple_captcha_help_text span, .blog-comment-reply-popup .form-row.simple_captcha_input_field.mandatory label {
	display: none;
}
.form-row.simple_captcha_input_field.mandatory {
	width: 48%;
	display: inline-block;
}
.blog-comment-reply-popup .form-row.simple_captcha_input_field.mandatory {
	width: 100%;
	margin-top: 10px;
}
.blog-comment-reply-popup .form-row.simple-captcha {
	border: 1px solid #ccc;
	height: 42px !important;
	margin: 5px 0 8px;
	text-align: center;
	width: 100%;
}
.blog-comment-reply-popup span.max-character {
	padding-top: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
.blog-comment-reply-popup .popup-bottom.footer {
	border-top: 1px solid #E6E6E6;
	text-align: center;
	background-color: #fff;
	margin-top: 20px;
}
.blog-comment-reply-popup .close-icon {
	display: inline-block;
	height: 28px;
	width: 28px;
	position: absolute;
	cursor: pointer;
	top: 12px;
	right: 7px;
	text-align: center;
	line-height: 28px;
}
.blog-comment-reply-popup .popup-bottom.footer button.submit-button {
	background: #a140b9;
	color: #fff;
}
.blog-comment-reply-popup .popup-bottom.footer button.form-reset.close-popup {
	background: #000;
	color: #fff;
}
.blog-comment-reply-popup .popup-bottom.footer button {
	width: 48%;
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	transition: all 300ms ease-out 0s;
}
.blog-comment-reply-popup .popup-bottom.footer button.submit-button:hover {
	color: #ffffff;
	background: #000;
}
.blog-comment-reply-popup .popup-bottom.footer button.form-reset.close-popup:hover {
	background: #ececec;
	color: #000
}
.blog-comment-reply-popup .popup-bottom.footer button {
	width: 48%;
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	transition: all 300ms ease-out 0s;
}
.blog-comment-reply-popup .popup-bottom.footer button:hover {
	color: #ffffff;
}
.blog-comment-reply-popup .popup-bottom.footer button + button {
	margin-left: 5px;
}
.blog-comment-reply-popup .close-icon:after {
	font-size: 15px;
}
.blog-comment-reply-popup .form-row {
	margin: 0 0 8px 0;
	padding: 0;
}
.blog-comment-reply-popup .errorlist.after {
	bottom: 0;
	position: relative;
}
.blog-comment-reply-popup .simpleCaptcha-container {
	overflow: visible;
}
.blog-comment-reply-popup .simpleCaptcha-container .errorlist.after {
	min-width: 182px;
}
.notification.success span.message {
	color: #4d4d4d;
}
.notification.success.popup .type {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
.notification.success.popup {
	padding: 15px 20px;
	text-align: center;
	background-color: #fff;
	color: #569f00;
	font-weight: 500;
	font-size: 15px;
}
.blog-post-details .blog-post-comment-panel .comment-item .date {
	font-size: 15px;
	font-weight: normal;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
	font-size: 22px;
	padding-right: 10px;
	font-weight: 500;
	color: #c950e7;
	display: block;
	margin-bottom: 5px;
}
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply {
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	background: #c950e7;
	color: #fff;
	padding: 5px 12px 6px;
	letter-spacing: 0.5px;
}

.blog-comment-reply-popup .form-row label {
	display: block;
}
.blog-comment-reply-popup .form-row input, .blog-comment-reply-popup .form-row textarea {
	width: 100%;
}
.blog-comment-reply-popup .form-row label {
	display: block;
	margin-top: 5px;
}
.blog-comment-reply-popup .form-row input, .blog-comment-reply-popup .form-row textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
}
.blog-comment-reply-popup .header {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-comment-reply-popup.popup .body {
	background-color: #FFFFFF;
	padding: 0 10px 0;
}
.blog-comment-reply-popup .header span.status-message {
	font-size: 20px;
	text-transform: uppercase;
}
.blog-comment-reply-popup {
	padding: 10px;
	background: #fff;
}
/* Social Media Share */
.social-media-share-bar .social-media-share + .social-media-share {
	margin-left: 7px;
}
.social-media-share a {
	width: 43px !important;
	height: 43px !important;
	border: 1px solid #fff0f0 !important;
	display: inline-block;
	vertical-align: top;
	line-height: 39px;
	text-align: center;
	color: #0072bc;
	font-size: 20px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.social-media-share span {
	color: #000 !important;
	background-color: transparent !important;
	width: auto !important;
	height: auto !important;
}
.social-media-share .at-icon {
	fill: #000 !important;
}
.social-media-share a:hover {
	background-color: #000 !important;
	border-color: #000 !important;
}
.social-media-share a:hover .at-icon {
	fill: #fff !important;
}
.active-section .article-with-btn {
	overflow: hidden;
}
/* ============ footer-blog ====================== */
.widget-blogPost.footer-blog .blog-post-item {
	border: medium none;
	margin: 0;
	width: auto;
	padding: 0;
}
.widget-blogPost.footer-blog .blog-post-item .post.post-list-view-height {
	margin: 0;
	padding: 0;
}
.widget-blogPost.footer-blog .blog-post-item .post-list-view img, .widget-blogPost.footer-blog .blog-post-item .content, .widget-blogPost.footer-blog .blog-post-item .post-description > a, .widget-blogPost.footer-news .blog-post-item .blog-post-info {
	display: none;
}
.widget-blogPost.footer-blog .blog-post-item .post-description {
	display: block;
	padding: 0;
	width: auto;
	position: relative;
	background: none;
	border: 0;
	min-height: 0;
	left: auto;
}
.widget-blogPost.footer-blog .blog-post-item .post-description .title {
	line-height: normal;
	margin: 0;
	padding: 0;
}
.widget-blogPost.footer-blog .blog-post-item .title a {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-family: 'Barlow';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
	transition: all 300ms ease-out 0s;
}
.widget-blogPost.footer-blog .blog-post-item .title a:hover {
	color: #c950e7;
}
.widget.widget-newsletter.khipu-newsletter-area .widget-title {
	font-size: 24px;
}
/* ============ exit-footer-blog ====================== */

.khipu-newsletter-area .newsletter.inplace.valid-verify-form {
	position: relative;
}
.khipu-newsletter-area .newsletter label {
	display: none;
}
.khipu-newsletter-area .newsletter input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	padding-left: 0;
	color: #fff;
	padding-bottom: 19px;
}
.khipu-newsletter-area .newsletter .form-row.button-container {
	position: absolute;
	right: 0;
	top: 0;
}
.khipu-newsletter-area .newsletter .newsletter-subscription.submit-button {
	background: none;
	width: 30px;
	padding: 15px 20px;
}
.khipu-newsletter-area .newsletter .newsletter-subscription.submit-button:after {
	content: "";
	height: 8px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 15px;
	background: url("/template/72dfe14e/images/newsletter-arrow.png") no-repeat;
	background-position: -15px;
}
.khipu-newsletter-area .newsletter .newsletter-subscription.submit-button:hover:after {
	background: url("/template/72dfe14e/images/newsletter-arrow.png") no-repeat;
}
 .khipu-newsletter-area ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	 color: rgba(255,255,255,0.90);
	 font-weight: normal;
	 font-family: 'Barlow';
	 font-size:17px;
}
 .khipu-newsletter-area ::-moz-placeholder { /* Firefox 19+ */
	 color: rgba(255,255,255,0.90);
	 font-weight: normal;
	 font-family: 'Barlow';
	 font-size:17px;
}
 .khipu-newsletter-area :-ms-input-placeholder { /* IE 10+ */
	 color: rgba(255,255,255,0.90);
	 font-weight: normal;
	 font-family: 'Barlow';
	 font-size:17px;
}
 .khipu-newsletter-area :-moz-placeholder { /* Firefox 18- */
	 color: rgba(255,255,255,0.90);
	 font-weight: normal;
	 font-family: 'Barlow';
	 font-size:17px;
}
.message-block.success {
	background-color: #F2FEF2;
	border: 1px solid #C2E7C2;
	color: #008000;
	position: absolute;
	left: 0;
	top: 44px;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.khipu-newsletter-area .message-block.info-message {
	background-color: transparent;
	border: 0;
	color: #81e181;
	position: absolute;
	left: 0;
	top: 44px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.khipu-newsletter-area .errorlist.after:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	background: red;
	transform: rotate(47deg);
	top: -4px;
}
.khipu-newsletter-area .newsletter .errorlist.after {
	z-index: 1;
	background: red;
	box-shadow: none;
	bottom: -18px;
	padding: 0 10px;
	border-radius: 0;
	position: absolute;
	line-height: 23px;
}
.khipu-newsletter-area .newsletter .errorlist.after .message-block {
	color: #fff;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	font-size: 12px;
	position: relative;
}
/* ============ Start footer ====================== */
body > .footer {
	background-color: #1f1f21;
}
body > .footer:before {
	content: '';
	width: 100%;
	height: 277px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #353538;
	border-top: 5px solid #c950e7;
}
.footer > .widget-container::before {
	background-color: #343434;
	bottom: 90px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: auto;
}
.footer .widget > .widget-title {
	color: #ededed;
	font-family: 'Barlow';
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}
.footer .horizontal > .navigation-item {
	display: inline-block;
	width: 50%;
	text-align: left;
}
.footer .horizontal > .navigation-item > a {
	display: inline;
	border: medium none;
	color: #fff;
	font-family: 'Barlow';
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding: 0;
	transition: all 300ms ease 0s;
}
.footer .horizontal > .navigation-item > a {
	color: rgba(255, 255, 255, 0.7);
}
.footer .horizontal > .navigation-item a:active, .footer .horizontal > .navigation-item a:hover {
	color: #c950e7;
}
/* ============ End footer ====================== */

.copyright p {
	font-family: 'Barlow';
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.copyright a {
	color: rgba(255, 255, 255, 0.6);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.copyright a:hover {
	color: #c950e7
}
/*gototop*/
.goToTop {
	text-align: center;
}
.goToTop span {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	transition: all 300ms ease-out 0s;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-family: 'Barlow';
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}
.goToTop span::before {
	color: rgba(255, 255, 255, 0.5);
	content: "\f106";
	font-family: FontAwesome;
	right: -30px;
	position: absolute;
	top: 5px;
	font-size: 25px;
	font-weight: 300;
	transition: all 300ms ease-out 0s;
}
.goToTop span:hover:before, .goToTop span:hover {
	color: #c950e7;
}
/*start:contact page*/
.contact-form-template input[type=text], .contact-form-template textarea, .contact-form-template select {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #e5e5e5;
	padding: 15px;
	border-radius: 0;
	margin: 0;
}
.contact-form-template .single-input-row {
	margin-bottom: 18px;
}
.contact-form-template textarea {
	height: 175px;
}
.contact-form-template .form-row label {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 6px;
}
.contact-form-template .single-input-row .form-row {
	margin-top: 0;
	padding: 0;
}
.contact-form-template .simpleCaptcha-container .form-row.simple-captcha {
	display: block;
	box-shadow: 0 0 0 0;
	border: 1px solid #e5e5e5;
	text-align: center;
	height: 45px;
	background: #fff;
	border-radius: 0;
	margin-top: 0;
}
.contact-form-template .simpleCaptcha-container .simple_captcha_help_text, .contact-form-template .simpleCaptcha-container .form-row.simple-captcha label {
	display: none;
}
.contact-form-template .form-row.simple_captcha_input_field label {
	display: none;
}
.contact-form-template .form-row.btn-row label {
	display: none;
}
.contact-form-template .form-row.btn-row .submit-button {
	width: 100%;
	margin-top: 0;
}
.contact-form-template .form-row.btn-row {
	margin-top: 15px;
}
.contact-form-template .simpleCaptcha-container .form-row.simple-captcha {
	width: calc(49% - 10px);
	margin: 0;
	float: left;
}
.contact-form-template .simpleCaptcha-container .form-row.simple_captcha_input_field {
	width: calc(49% - 10px);
	margin: 0;
	float: right;
}
form.custom-form.contact-form-template {
	padding-top: 10px;
}
.contact-form-template .simpleCaptcha-container {
	margin: 0;
	padding: 8px 0;
	overflow: visible;
	height: 60px;
}
.contact-form-template .errorlist.after {
	z-index: 1;
	background: red;
	box-shadow: none;
	bottom: -5px;
	padding: 0 10px;
	border-radius: 0;
	position: absolute;
	line-height: 20px;
	min-width: 200px;
}
.contact-form-template .errorlist.after .message-block {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	position: relative;
}
.contact-form-template .errorlist.after:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	background: red;
	transform: rotate(47deg);
	top: -4px;
}
.contact-form-template .form-row.textArea .errorlist.after {
	bottom: -19px;
}
.contact-form-template .simpleCaptcha-container .errorlist.after {
	left: 0;
	bottom: -19px;
}


.contact-us-page .widget-title {
	font-weight: 400;
	padding-top: 15px;
}
.contact-us-page .widget-title::before {
	background: #c950e7 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	top: 0;
	position: absolute;
}
/*end:contact page*/

/*start: Newsletter Unsubscribe */
.newsletter.unsubscribe > .message-block {
	position: absolute;
	top: -60px;
	background: none;
	padding: 0;
	border: 0;
	font-size: 14px;
	left: 0;
	text-align: center;
	width: 100%;
}
.newsletter.unsubscribe.valid-verify-form .title {
	font-size: 28px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 6px 0;
}
.newsletter.unsubscribe .message-block.error-message {
	color: #ff5353;
}
.newsletter.unsubscribe .message-block.info-message {
	color: #94ff94;
}
.newsletter.unsubscribe .form-row {
	margin: 0 0 18px 0;
}
.newsletter.unsubscribe .form-row label {
	text-align: left;
	padding: 0;
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 6px;
}
.newsletter.unsubscribe.valid-verify-form {
	margin: 0 auto;
	border-color: #f5f5f5;
	font-size: 14px;
	padding: 40px;
	width: 550px;
	margin-top: 10px;
	border: 1px solid #bfbfbf;
	border-bottom: 4px solid #c950e7;
}
.newsletter.unsubscribe.valid-verify-form .medium.message-area {
	width: 100%;
	border: 2px solid #9d9d9d;
	background: transparent;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container label {
	display: none;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container .newsletter-unsubscription.submit-button {
	width: 100%;
	margin-top: 0px;
}
.newsletter.unsubscribe span.message {
	font-size: 16px;
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
}
.newsletter.unsubscribe .errorlist.after:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	background: red;
	transform: rotate(47deg);
	top: -4px;
}
.newsletter.unsubscribe .errorlist.after {
	z-index: 1;
	background: red;
	box-shadow: none;
	bottom: -16px;
	padding: 0 10px;
	border-radius: 0;
	position: absolute;
	line-height: 17px;
	min-width: 200px;
}
.newsletter.unsubscribe  .errorlist.after .message-block {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	position: relative;
}
.page-newsletter-subscription .subscription-list-success {
	background-color: #fff;
	box-shadow: 0 0 25px #e4e4e4;
	border: none;
	border-top: 6px solid #c950e7;
	padding: 20px 20px;
	width: 600px;
	position: relative;
}
.page-newsletter-subscription .subscription-list-success:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 17px solid #c950e7;
	border-left: 20px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

.subscription-list-success .title:before {
	content: '';
	width: 31px;
	height: 2px;
	background-color: #c950e7;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 0;
}
.subscription-list-success .title {
	color: #000;
	text-align: center;
	font-weight: 300;
	font-family: 'Barlow';
	position: relative;
	font-size: 42px;
	line-height: 42px;
	margin: 20px 0 15px 0;
	padding: 10px 0 0 0;
	background-color: #fff;
}
.subscription-list-success .help .link:hover {
	color: #000;
}
.subscription-list-success .help .link {
	color: #c950e7;
	cursor: pointer;
	font-weight: 700;
	margin: 0 4px 0 0;
}
.subscription-list-success .messess-text {
	background-position: 0 6px;
	font-weight: 300;
	padding: 0 10px 30px 63px;
	margin: 0 20px 25px 20px;
	font-size: 19px;
	background-size: 45px;
	background-image: url(/template/72dfe14e/images/subscriber-thank-icon.png);
	color: #06b906;
}
.subscription-list-success .help {
	margin: 15px 28px;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
}
.khipu-newsletter-area .newsletter.inplace.valid-verify-form .message-block.error-message {
	position: absolute;
	bottom: -23px;
	left: -15px;
	margin: 0;
	width: 300px;
	background-color: transparent;
	padding: 2px 0;
	line-height: 20px;
	border: none;
	color: green;
	font-weight: bold;
}
/*end: Newsletter Unsubscribe */


.widget-snippet .contact-right-content p span {
	margin-right: 5px;
}
.widget.widget-article.support-content p {
	font-weight: 400;
}
.widget.widget-article.support-content tt {
	font-size: 16px;
}
.widget.widget-article.support-content h6 {
	font-weight: 500;
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 16px;
}
.support-content table {
	max-width: 770px;
}
.support-content table, .support-content tr, .support-content td {
	border: 0;
	vertical-align: top;
	padding: 0;
}
.support-content.widget.widget-article a::after {
	content: url(/template/72dfe14e/images/quick-enquiry-icon-color.png);
	margin-left: 12px;
}
.support-content.widget.widget-article a {
	display: inline-block;
	font-weight: 500;
	font-size: 17px;
	text-decoration: underline;
}
.page-blog-post .blog-post-details span.date {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
}
.page-blog-category .blog-posts::after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 85%;
	background: #e5e5e5;
	content: "";
	margin-left: -17px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
	padding-top: 5px;
	font-size: 16px;
}
/*start:sitemap menu*/
.widget-navigation.sitemap .navigation-item-child-container .navigation-item.last a,
.widget-navigation.sitemap .navigation-item-child-container .navigation-item.last a:hover{
    padding: 0;
	margin: 0 0 5px;
}
.widget-navigation.sitemap .vertical .navigation-item a {
	font-size: 17px;
	color: #000;
	padding: 5px 0;
	line-height: 21px;
	font-family: 'Barlow';
	font-weight: 400;
	margin: 0 0 5px;
	border: none;
	display: inline-block;
	vertical-align: top;
}
.widget-navigation.sitemap .vertical .navigation-item a:focus,
.widget-navigation.sitemap .vertical .navigation-item a:hover {
	color: #c950e7;
}
.widget-navigation.sitemap .navigation-item .navigation-item-child-container {
	display: block;
	padding-left: 21px;
}
/*end:sitemap menu*/

span.btn-comment-reply {
    display: none;
}

.home-slider .jssor-slider-container .slide:after{
	background-color:transparent !important;
}
.contact-form-template .form-row.recaptcha-row label {
    display: none;
}
/* Social Media Share */
.social-media-share-bar .social-media-share + .social-media-share {
	margin-left: 7px;
}
.social-media-share a {
	width: 43px !important;
	height: 43px !important;
	border: 1px solid #fff0f0 !important;
	display: inline-block;
	vertical-align: top;
	line-height: 39px;
	text-align: center;
	color: #0072bc;
	font-size: 20px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.social-media-share span {
	color: #000 !important;
	background-color: transparent !important;
	width: auto !important;
	height: auto !important;
}
.social-media-share .at-icon {
	fill: #000 !important;
}
.social-media-share a:hover {
	background-color: #000 !important;
	border-color: #000 !important;
}
.social-media-share a:hover .at-icon {
	fill: #fff !important;
}
.blog-post-details .social-media-share a{
    background-color: transparent !important;	
}
.blog-post-details .social-media-share a:hover{
	background-color: #000 !important;
}
.blog-post-details .social-media-share a::after{
	color: #000 !important;
}
.blog-post-details .social-media-share a:hover::after{
	color: #fff !important;
}
.page-blog-category .category.post-list-view-width {
    width: auto;
}
.page-blog-category .blog-post-item .post-list-view img {
    max-width: 100%;
    max-height: 100%;
}
/*start: front end editor*/
.fee .popup {
	padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
.fee.front-end .widget.widget-snippet .home-banner-text {
    position:relative;
    top:0;
    left: -100px;
}

/*end: front end editor*/
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
	width: auto;
}
.fee-fixed-width-content {
	padding-left: calc(50% - 600px) !important;
	padding-right: calc(50% - 600px) !important;
}

@media screen and (max-width: 980px) {
	body > .body {
		padding: 0;
	}
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
	color: #999;
	font-size: 10px;
	font-weight: 400;
	width: 100%;
	display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
	padding-left: 15px;
	padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
	margin: 7px 15px 0;
}

/*Section Full-wide*/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
	display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
	left: auto;
	right: 0;
}
div.widget-snippet section.handy-links-area .container,
div.container.our-friendly-team-section {
	max-width: 100% !important;
}
.fee .widget-article.friendly-content-view-all {
	margin-top: 50px;
}
.body .widget.testimonial-slider.fee-widget-selected {
	background-color: #c950e7;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}