/**
 * 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/
 */
hprtl {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
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: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
button,
hprtl input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
hprtl input[disabled] {
	cursor: default;
	opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
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="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 var(--prt-bordercolor);
	margin: 0 0 1.75em;
	padding: 0.875em;
}
fieldset > :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
optgroup {
	font-weight: bold;
}
.ps-container>.ps-scrollbar-y-rail {
    z-index: 9999;
}
/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/**
 * Attachments Section
 * ----------------------------------------------------------------------------
 */
.attachment .entry-meta {
    text-align: left;
    padding: 14px 12px;
    background: #f1f1f1;
    text-align: left;
}
.attachment .image-navigation:before {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}*/
.attachment footer.entry-meta {
	display: none;
}
.attachment-meta .entry-date{
	font-weight:bold;
}
.full-size-link:before {
	content: none;
}
.attachment .full-size-link{
	float: right;
}
.attachment .full-size-link a{
	background-color: #fff;
	padding: 5px 8px;	
	margin-top: -5px;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
	padding-top: 30px;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment, 
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
	margin-top:5px;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child, 
.attachment .entry-description p:last-child {
	margin: 0;
}
.attachment .entry-caption p{
	font-size:12px;
	color: #ADACAC;
}
.attachment .site-main .sidebar-container {
	display: none;
}
.attachment .site-main article.type-attachment .entry-attachment {
    border: none;
    background: none;
    padding: 0px;
}
/**
 * 3.0 - Typography
 */
body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6{
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
    border: 0 solid var(--prt-skincolor);
    border-left-width: 4px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    color: var(--body-fonts-color);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 15px;
    background-color: transparent;
    padding: 25px 25px;
    background-color: var(--prt-greycolor);
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
	color: var(--prt-secondarycolor);
    display: block;
    font-size: var(--body-font-size);
    font-weight: var(--special-element-fontweight);
    line-height: 1.75;
    margin-top: 10px;
}
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote h3{
	font-size: 22px;
	line-height: 27px;
	font-weight: 400;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
blockquote > :last-child {
	margin-bottom: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}
pre {
	border: 1px solid var(--prt-bordercolor);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #e8ecef;
	padding: 0.125em 0.25em;
}
abbr,
acronym {
	border-bottom: 1px dotted var(--prt-bordercolor);
	cursor: help;
}
mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}
big {
	font-size: 125%;
}
menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 0 25px;
}
ol ul, ul li ul {
    list-style-type: disc;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol {
	margin: 0;
}
/**
 * 4.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;
}
/**
 * 5.0 - Clearings
 */
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.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 {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	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;
}
/**
 * 6.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;
	}
	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; 
	}
	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; 
	}
	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;
	}
	code,
	hr {
		background-color: #d1d1d1 !important;
	}
	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important;
	}
	a {
		color: #007acc !important;
	}
	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid var(--prt-bordercolor) !important;
	}
	.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: 3.5em;
	}
	.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: 3.5em;
	}
	.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;
	}
}
/**
 * 6.0 - Isotope section
 */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
	height: auto;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}
.prt-noimg, img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
	max-width: 100%;
	border:0px;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
	outline: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*** 
====================================================================
	prt Elements BG Colors
====================================================================
***/
.prt-elements-bgcolor-blue{
	background: #5472D2;
}
.prt-elements-bgcolor-turquoise{
	background: #00C1CF;
}
.prt-elements-bgcolor-pink{
	background: #FE6C61;
}
.prt-elements-bgcolor-violet{
	background: #8D6DC4;
}
.prt-elements-bgcolor-peacoc{
	background: #4CADC9;
}
.prt-elements-bgcolor-chino{
	background: #CEC2AB;
}
.prt-elements-bgcolor-mulled_wine{
	background: #50485B;
}
.prt-elements-bgcolor-black{
	background: #2A2A2A;
}
.prt-elements-bgcolor-grey{
	background: #f5f8f9;
}
.prt-elements-bgcolor-orange{
	background: #F7BE68;
}
.prt-elements-bgcolor-sky{
	background: #5AA1E3;
}
.prt-elements-bgcolor-green{
	background: #6DAB3C;
}
.prt-elements-bgcolor-juicy_pink{
	background: #F4524D;
}
.prt-elements-bgcolor-sandy_brown{
	background: #F79468;
}
.prt-elements-bgcolor-purple{
	background: #B97EBB;
}
.prt-elements-bgcolor-white{
	background: #fff;
}
/*** 
====================================================================
	Prettyphoto Section
====================================================================
 ***/
body .pp_social{
	display:none;
}
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_content_container .pp_left,
body div.pp_default .pp_content_container .pp_right,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right{
	background-image:none;
}
body div.pp_default .pp_description{
	margin-left: 10px;
}
body div.pp_default .pp_close{
	right: 3px;
}
/*** 
====================================================================
	Table Section
====================================================================
 ***/
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	width: 100%;
	margin: 0 0 1.75em;
}
table th {
    border: 0;
    padding: 5px 7px;
    border-right: 1px solid var(--prt-bordercolor);
    color: var(--prt-secondarycolor);
}
table td {
	padding: 5px 10px;
}
table tbody tr, table thead tr {
	border: 1px solid var(--prt-bordercolor);
}
table tbody td,
table tbody th {
	border-right: 1px solid var(--prt-bordercolor);
}
/*** 
====================================================================
	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 1.75em;
}
.wp-caption .wp-caption-text {
    font-style: italic;
	color: var(--body-fonts-color);
	line-height: 1.6153846154;
	text-align: center;
    padding-top: 0.5384615385em;
}
.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
h1, h2, h3, h4, h5, h6 {	
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom:15px;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	background-color: transparent;
}
cite, dfn, em{
	font-style: italic;
}
pre {
    background: var(--prt-greycolor);
    color: var(--body-fonts-color);
    font-family: monospace;
	font-size: 15px;
	line-height: 27px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.prt-text-align-center{
	text-align: center;
}
/* Page links --------------------------------*/
.page-links {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
}
.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid var(--prt-bordercolor);
	text-decoration: none;
	border-radius: 0;
	display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
}
.page-links a:first-child {
	margin-left: 5px;
}
.entry-content .format-status .entry-content .page-links a, .entry-content .format-gallery .entry-content .page-links a, 
.entry-content .format-chat .entry-content .page-links a, .entry-content .format-quote .entry-content .page-links a, 
.entry-content .page-links a {	
	color: #35382f;
	font-style:normal;
	margin: 0px;
	border-radius: 0;
}
.entry-content .format-status .entry-content .page-links span, .entry-content .format-gallery .entry-content .page-links span, .entry-content .format-chat .entry-content .page-links span, .entry-content .format-quote .entry-content .page-links span, .entry-content .page-links>span:not(.page-links-title) {
    background-color: #119ce7;
	border: 1px solid transparent;
    color: #fff;
	border-radius: 0;
}
.page .entry-content .page-links>span:not(.page-links-title) {
	border: 1px solid transparent;
    margin-right: 5px;
    margin-left: 5px;
 }
.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, 
.format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, 
.format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, 
.page-links a:hover {	
	color: #fff;
}
.format-status .entry-content .page-links > span, 
.format-quote .entry-content .page-links > span {
	background: none;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 15px;
	padding: 0;
}
/*********** Flat icon ***********/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0 !important;
	font-size: inherit !important;
}





/* tab style one */

.prt-elementor-tabs .prt-elementor-tab-title i {
    padding-right: 5px;
}
.prt-tab-style1.prt-elementor-tabs .prttabs-content-wrapper {
	border: 1px solid var(--prt-bordercolor);
	background-color: #fff;
}
.prt-tab-style1.prt-elementor-tabs .elementor-tabs-wrapper {
    padding: 0;
    margin: 0 auto;	
    border-bottom: none;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title {
    margin: 0px;    
    display: inline-block;
    padding: 20px 64px 0px 54px;
    cursor: pointer;
    font-size: 16px;
	border: none;
	position: relative;
}
.prt-tab-style1.prt-elementor-tabs .elementor-tabs-wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: #000;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title span {
    color: var(--prt-secondarycolor);
	font-size: 20px;
    font-family: 'Krona One';
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title:after {
    top: -4px;
    position: absolute;
    content: '';
    left: 49%;
    width: 9px;
    height: 9px;
    background-color: var(--prt-skincolor);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title.prt-tab-active:before {
    background-color: transparent;
    border: 1px solid var(--prt-skincolor); 
}
.prt-elementor-tabs.prt-tab-style1 .prt-h2 h2 {
    -webkit-text-stroke: 1px rgba(227, 59, 40 , 0.28);
    -webkit-text-fill-color: transparent;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title:before {	
    position: absolute;
    content: '';
    left: 49%;
    top: -9px;
    width: 20px;
    height: 20px;
    background-color: #f9d8d4;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.prt-tab-content{
    display: none;
}
.prt-tab-content.prt-tab-active{
    display: block;
}
.elementor-widget-prt_tabbox_element .prt-elementor-tabs .prt-elementor-tab-title{
    position: relative;
    background-color: var(--prt-whitecolor);
}
.prt-tab-content .prt-tab-content-title{
    display: none;
}
body .prt-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}
.elementor-widget-prt_tabbox_element .prt-elementor-tabs .prt-elementor-tab-title span {
    font-size: 20px;
    color: var(--prt-secondarycolor);
    vertical-align: middle;
    font-weight: var(--special-element-fontweight);
    font-family: var(--special-element-fontfamily);
}
.prt-elementor-tabs .prt-elementor-tab-title i{
    font-size: 40px;
    line-height: 30px;
    vertical-align: middle;
    color: var(--prt-skincolor);
	padding-right:8px;
}
@media (min-width: 992px) {
.prt-tab-style1 .elementor-tabs-wrapper {
    display: -webkit-flex;
    display: flex;
}	
.prt-tab-style1 .prt-elementor-tab-title {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
}
@media (max-width: 991px){
.prt-tab-style1.prt-elementor-tabs .prttabs-content-wrapper {
    border:none;
}	
.prt-tab-style1.prt-elementor-tabs .elementor-tabs-wrapper {
    display: none;
}
.prt-tab-content{
    display: block;
}
.elementor-tab-content {
    display: none;
}
.prt-tab-active .elementor-tab-content {
    display: block;
    border: 1px solid #e4e4e4;
    border-radius: 0 0 15px 15px;
    margin-bottom: 25px;
    background-color: #ffffff;
    padding: 0px 20px;
}
.prt-tab-content .prt-tab-content-title {
    display: inline-block;
    width: 100%;
    background-color: #f6f7f9;
    padding: 15px 20px;
    border-radius: 0;
    border: 1px solid #eee;
    font-size:20px;
    line-height:20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: var(--prt-secondarycolor);
}
.prt-tab-content .prt-tab-content-title i{
    font-size: 25px;
    line-height: 25px;
    vertical-align: middle;
    color: var(--prt-skincolor);
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.prt-tab-content.prt-tab-active .prt-tab-content-title {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
    color: #fff;
}
.prt-tab-content.prt-tab-active .prt-tab-content-title i {
    color: #fff;
}
.prt-tab-content .elementor-section .elementor-column .elementor-widget-wrap {
    padding-left:0px !important;
    padding-right:0px !important;
}	
.prt-tab-content .elementor-section .elementor-inner-section .elementor-container {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
.elementor-section:not(.prt-laltop-pddefault) .elementor-column.prt-padding0-1024px>.elementor-widget-wrap,
body .elementor-column.prt-padding0-1024px>.elementor-widget-wrap,
.elementor-section .elementor-inner-section.prt-col-padding-zero-991 .elementor-column.elementor-inner-column .elementor-widget-wrap {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
.prt-sortable-list .prt-sortable-link a:hover, 
.prt-sortable-list .prt-sortable-link a.selected {
    color: #fff;
}

.mc4wp-form-fields .webdesigning-mailchimp-form input[type="email"],
.webdesigning-mailchimp-form input[type="email"] {
	border: 1px solid #e8e8e8;
	background-color:transparent;
}
.mailchimp-inputbox.webdesigning-mailchimp-form {
    width: 100%;
}
.webdesigning-mailchimp-form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    display: block;
}

.preyantechnosys-blogbox-style4 .preyantechnosys-box-content {
    display: flex;
}
.preyantechnosys-blogbox-style4 .preyantechnosys-box-content .prt-box-img-left{
	padding-left:0px;
	margin-left: -4px;
}
.preyantechnosys-blogbox-style4 .prt-post-featured-link-wrapper, 
.preyantechnosys-blogbox-style4 .prt-featured-outer-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}
.prt-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
}
.preyantechnosys-blogbox-style4 .prt-entry-meta .prt-meta-line i {
    display: inline-block;
    padding-right: 4px;
    position: relative;
    font-size: 12px;
}
/* */
.preyantechnosys-obitrius-style1 .themetechmount-content-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;    
}
.preyantechnosys-element-portfoliobox-style1 .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    margin-bottom: -20px;
}
.preyantechnosys-element-portfoliobox-style1 .prt-featured-wrapper {
	 overflow: hidden;
    position: static;
    border-radius: 10px;
	height: 320px;
    width: 240px;
}
.preyantechnosys-obitrius-style1 .themetechmount-post-item .prt-featured-wrapper {
      overflow: hidden !important;
    position: static !important;
        border-radius: 25px;
}
.preyantechnosys-element-portfoliobox-style1 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper .prt-animation-hover-img{
	position: absolute;
	opacity: 0;
	transform: translateX(100%) scale(0.4);
	transform-origin: 50% 50%;
	margin-top: -195px;
	border-radius: 25px;
}
.preyantechnosys-element-portfoliobox-style1 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper:hover .prt-animation-hover-img{
    z-index: 1;
}
.preyantechnosys-element-portfoliobox-style1 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper.active .prt-featured-wrapper img {
    visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
}
.preyantechnosys-element-portfoliobox-style1 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper .prt-featured-wrapper img {
    transition: .5s all;
    opacity: 0;
	border-radius: 10px;
}
.preyantechnosys-element-portfoliobox-style1 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper .prt-featured-wrapper  img{ 
   transition: .5s all;
    opacity: 1;
}
.preyantechnosys-obitrius-style1 .themetechmount-box-desc {
    float: right;
    display: table-cell;
    position: relative;
    top: -50px;
    font-size: 30px;
}
.preyantechnosys-obitrius-style1 .themetechmount-post-item{
	 -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
}


/* pricing table style 4 */

.prt-ptablebox-style-4 .prt-hicon {
font-size: 17px;
    width: 45px;
    line-height: 43px;
    color: #FFF;
    position: absolute;
    top: -1px;
    right: 1px;
    transform: rotate(45deg);
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}
.prt-ptablebox-style-4 .prt-hicon:before {
position: absolute;
    content: "";
    top: 5px;
    right: -15px;
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 70px solid var(--prt-skincolor);
    border-left: 70px solid transparent;
    transform: rotate(-45deg);
}
.prt-ptablebox.prt-ptablebox-style-4.preyantechnosys-ptables-w .tprt-pricetable-column-w:nth-child(2) .prt-hicon:before{
	   border-top-color: #f9bb00;
}
.prt-ptablebox.prt-ptablebox-style-4.preyantechnosys-ptables-w .tprt-pricetable-column-w:nth-child(3) .prt-hicon:before {
    border-top-color:#d40000;
}
.prt-ptablebox-style-4 .prt-hicon i {
    transform: rotate(-45deg);
}
.prt-ptablebox-style-4 .multi-columns-row {
    display: flex;	
	margin: 0;
}
.prt-ptablebox.prt-ptablebox-style-4 .preyantechnosys-ptable-main,
.prt-ptablebox.prt-ptablebox-style-4.preyantechnosys-ptables-w .tprt-pricetable-column-w {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.prt-ptablebox.prt-ptablebox-style-4 .preyantechnosys-ptable-main {
    text-align: center;
    display: block;
    position: relative;
    background-color: var(--prt-whitecolor);
    padding: 42px 30px 25px;
    border: 2px solid var(--prt-secondarycolor);
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptable-col:not(:last-child) .preyantechnosys-ptable-main {
    border-right-width:0px;
}

.prt-ptablebox.prt-ptablebox-style-4 .tprt-ptablebox-price-w {
    text-align: center;
    border-bottom: 1px solid var(--prt-bordercolor);
    padding-bottom: 30px;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-price {
    font-family: var(--special-element-fontfamily);
    font-size: 60px;
    line-height: 54px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    display: inline-block;
    vertical-align: top;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: var(--special-element-fontfamily);
}
.prt-ptablebox.prt-ptablebox-style-4 .fa-check:before {
    content: unset;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-features .prt-feature-lines li {
    padding: 0px 0 10px 0px;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptable-btn {
    display: block;
    margin-top: 12px;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-title {
    margin-bottom: 20px;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-frequency,
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-cur-symbol{
    font-family: var(--special-element-fontfamily);
    font-size: 30px;
    line-height: 18px;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptable-btn span{
    font-family: var(--body-font-family);
    font-size: 15px;
    line-height: 23px;
    font-weight: var(--button-font-weight);
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptable-btn:not(:hover) span {
    color: var(--prt-secondarycolor);
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptable-btn a {
    color: var(--prt-secondarycolor);
    vertical-align: top;
}
.prt-ptablebox.prt-ptablebox-style-4.preyantechnosys-ptables-w .tprt-pricetable-column-w {
    padding: 0px;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-features {
    position: relative;
    padding: 30px 0px 10px;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-features-title {
    display: none;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-featured-col .prt-ptable-btn a{
    background-color: var(--prt-whitecolor);
    border-color: var(--e-global-color-secondary);
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptablebox-featured-col .prt-ptable-btn a:hover {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
}
.prt-ptablebox-style-4.prt-ptablebox .prt-ptable-btn a:hover {
    color: #fff;
}
.prt-ptablebox.prt-ptablebox-style-4 .preyantechnosys-ptable-main .prt-ptablebox-heading{
    position: relative;
}


.prt-logo-menu-box .site-logo,
.prt-logo-menu-box .footer-menu-style {
    display: inline-block;
}
.prt-logo-menu-box .site-logo {
    padding-right:35px;
	position: relative;
}
.prt-logo-menu-box .footer-menu-style {
    padding-left:40px;
}
.prt-logo-menu-box .site-logo:after {
    content: "";
    height: 75%;
    width: 1px;
    background-color: rgb(255 255 255 / 10%);
    display: block;
    position: absolute;
    right: 0px;
    top: 7px;
}

.prt-display-inline-block {
    display: inline-block;
}
footer .prt-footer-address-section .prt-footer-location {
    padding-left:18px;
}
footer .prt-footer-address-section .prt-footer-location p {
    margin-bottom: 4px;
}
footer .prt-footer-address-section {
    padding-top: 35px;
}
footer .prt-footer-cta-wrapper .prt-cta-center-text-style {
    font-family: var(--special-element-fontfamily);
    font-size: 41px;
    line-height: 41px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-align: center;
    padding-top:55px;
    padding-bottom: 60px;
    margin-bottom: 0;
}
footer .prt-footer-cta-wrapper .prt-cta-center-text-style:after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-image.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    top:63px;
    bottom: auto;
    height: 100%;
    right: -24%;
    z-index: 1;
    float: right;
}


@media (max-width:1200px) {
	body .elementor-column.prt-padding0-1024px>.elementor-widget-wrap{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media (max-width:1024px) {
	.preyantechnosys-blogbox-style4 .prt-box-img-left.col-md-4{
		width: 250px;
		min-height: 100px;
		padding-left: 0;
	}
	.prt-ptablebox-style-4 .multi-columns-row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width:680px) {
footer .prt-footer-cta-wrapper .prt-cta-center-text-style {
    font-size: 30px;
    line-height: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer .prt-footer-cta-wrapper .prt-cta-center-text-style:after {
    content:unset;
}
}

@media (max-width:767px) {
.prt-ptablebox-style-4 .multi-columns-row {
    display: block;
}
.prt-ptablebox.prt-ptablebox-style-4 .prt-ptable-col:not(:last-child) .preyantechnosys-ptable-main {
    border-right-width: 2px;
}
.preyantechnosys-ptables-w.prt-ptablebox-style-4.vertical .tprt-pricetable-column-w {
    margin-bottom:30px;
}		
}
@media (max-width:991px) {
.preyantechnosys-ptables-w.prt-ptablebox-style-4.vertical .tprt-pricetable-column-w {
    margin-bottom:15px !important;
}	
}

@media (min-width:991px) {
.footer .footer-rows .second-footer.prt-widgetsep-yes .second-footer-inner {
    padding: 55px 0 45px;
}
.footer .footer-rows .second-footer.prt-widgetsep-yes .second-footer-inner .widget-area {
    padding-top:0px;
    padding-bottom:0px;
}
}
.second-footer.prt-textcolor-white.prt-widgetsep-yes .widget-area:before{
    content: '';
    background: rgba(255,255,255,0.15);
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.second-footer.prt-textcolor-white.prt-widgetsep-yes .widget-area:last-child:before{
   display: none;
}
.second-footer.prt-widgetsep-yes .widget-area:not(:first-child) .widget {
    padding-left: 25px;
}
.footer .prt-color-style .social-icons li > a:before {
    content: unset;
}
.footer .prt-color-style .social-icons li > a i {
    font-size: 13px;
}
.footer .widget .prt-color-style ul.social-icons > li {
    margin-right:0px;
}
.footer .prt-color-style .social-icons li > a {
    color: rgba(255, 255, 255, 0.70);
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50% !important;
    border: 0 solid rgba(255, 255,255,0.10);
    text-align: center;
    display: block;
    margin: 0 5px 0 0;
    font-size: 0;
    color: #fff;
}
.prt-color-style {
	float: right;
    display: inline-block;
}

