/*=====================================
[  Table of contents  ]
=======================================
	
	- Common
	- Accordion
	- Button
	- Blog Post 1
	- Blog Post 2
	- Content Switcher
	- Counter
	- Form
	- Feature Steps
	- Skill
	- Social Profiles
	- Services Info
	- Services Fancy
	- Services Fancy 2
	- Countdown
	- Menu
	- Marquee Slider
	- Mailchimp Newsletter
	- Infobox
	- Image Tabs
	- Location Info
	- Mini Info
	- Heading
	- Hero Slider
	- History Slider
	- Job Listing
	- Pricing Table
	- Pricing Table New
	- Pricing Accordion
	- Portfolio Masonry
	- Portfolio Creative
	- Portfolio Meta Fields
	- Case Study Meta Fields
	- Team
	- Testimonials
	- Video Button

=======================================
[ End table content ]
======================================*/
/*----------------------------------*/
/* PGS Button Style */
/*----------------------------------*/
.pgs-btn.pgs-btn-style--style-1:has(.pgs-svg-1) .btn-job-url-label, .pgs-btn.pgs-btn-style--style-2:has(.pgs-svg-1) .btn-job-url-label {
	padding-top: 15px;
}

.pgs-btn .pgs-svg-1 svg {
	margin-top: -5px;
}

.pgs-btn .pgs-svg-2 svg {
	width: 17px;
	height: auto;
	margin-top: -5px;
}

.pgs-btn .pgs-svg-2 svg path {
	stroke: var(--pgs_secondary_color);
	transition: all 0.3s ease-in-out;
}

.pgs-btn .pgs-svg-3 svg {
	margin-top: -5px;
}

.pgs-btn.pgs-btn-style--style-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100px;
	height: 100px;
	padding: 0;
	z-index: 1;
	border-radius: 100%;
	border: 1px solid var(--pgs_primary_color);
}

.pgs-btn.pgs-btn-style--style-1 i {
	font-size: 26px;
	transition: 0.3s ease-in-out;
}

.pgs-btn.pgs-btn-style--style-1 svg path {
	transition: 0.3s ease-in-out;
}

.pgs-btn.pgs-btn-style--style-1 .pgs-svg-2 svg {
	width: 26px;
	height: auto;
}

.pgs-btn.pgs-btn-style--style-1 .pgs-svg-3 svg {
	width: 22px;
	height: auto;
}

.pgs-btn.pgs-btn-style--style-1 .pgs-svg-custom svg {
	width: 24px;
	height: auto;
}

.pgs-btn.pgs-btn-style--style-1:before {
	position: absolute;
	content: "";
	inset: 0px;
	margin: auto;
	height: 0px;
	width: 0px;
	background-color: var(--pgs_primary_color);
	transition: 0.3s ease-in-out;
	z-index: -1;
	border-radius: 100%;
}

.pgs-btn.pgs-btn-style--style-1:hover {
	color: #ffffff;
	border-color: var(--pgs_primary_color);
}

.pgs-btn.pgs-btn-style--style-1:hover .pgs-svg-custom svg {
	fill: #ffffff;
}

.pgs-btn.pgs-btn-style--style-1:hover svg path {
	stroke: #ffffff;
}

.pgs-btn.pgs-btn-style--style-1:hover:before {
	height: 100%;
	width: 100%;
	background-color: var(--pgs_primary_color);
}

.pgs-btn.pgs-btn-style--style-2 {
	width: 50px;
	height: 50px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 1;
	padding-top: 4px;
	padding-right: 4px;
	border-radius: 50px;
	background-color: transparent;
	color: var(--pgs_secondary_color);
}

.pgs-btn.pgs-btn-style--style-2 i {
	font-size: 16px;
	transition: 0.3s ease-in-out;
}

.pgs-btn.pgs-btn-style--style-2 svg path {
	transition: 0.3s ease-in-out;
}

.pgs-btn.pgs-btn-style--style-2 .pgs-svg-1 svg {
	width: 24px;
	height: auto;
}

.pgs-btn.pgs-btn-style--style-2 .pgs-svg-3 svg {
	width: 16px;
	height: auto;
}

.pgs-btn.pgs-btn-style--style-2 .pgs-svg-custom svg {
	width: 16px;
	height: auto;
}

.pgs-btn.pgs-btn-style--style-2:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: -1;
	border: 1px solid rgba(131, 131, 131, 0.25);
	border-radius: 100%;
	transition: 0.3s ease-in-out;
}

.pgs-btn.pgs-btn-style--style-2:after {
	content: "";
	position: absolute;
	left: -4px;
	bottom: -4px;
	opacity: 1;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border: 1px solid rgba(131, 131, 131, 0.25);
	transition: all 0.3s ease-in-out;
}

.pgs-btn.pgs-btn-style--style-2:hover {
	color: var(--pgs_primary_color);
}

.pgs-btn.pgs-btn-style--style-2:hover:before, .pgs-btn.pgs-btn-style--style-2:hover:after {
	border-color: var(--pgs_primary_color);
}

.pgs-btn.pgs-btn-style--style-2:hover .pgs-svg-custom svg {
	fill: var(--pgs_primary_color);
}

.pgs-btn.pgs-btn-style--style-2:hover svg path {
	stroke: var(--pgs_primary_color);
}

.pgs-btn.pgs-btn-with-label {
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 100%;
}

.pgs-btn.pgs-btn-with-label i {
	font-size: 24px;
	line-height: normal;
	transition: all 0.3s ease-in-out;
}

.pgs-btn.pgs-btn-with-label .pgs-svg-custom svg {
	width: 24px;
	height: auto;
}

.pgs-btn.pgs-btn-with-label .pgs-svg-1 svg {
	width: 46px;
	height: auto;
}

.pgs-btn.pgs-btn-with-label .pgs-svg-2 svg {
	width: 22px;
	height: auto;
}

.pgs-btn.pgs-btn-with-label .pgs-svg-3 svg {
	width: 20px;
	height: auto;
}

.pgs-btn.pgs-btn-with-label:after {
	left: -6px;
	bottom: -6px;
	border-radius: 100%;
}

.pgs-btn.pgs-btn-with-label .btn-job-url-label {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 12px;
	transition: all 0.3s ease-in-out;
}

/*----------------------------------*/
/* Accordion */
/*----------------------------------*/
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
	display: flex;
	align-items: baseline;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: none;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	order: 2;
	float: none;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title:has(.elementor-accordion-icon-right) {
	justify-content: space-between;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon svg {
	vertical-align: inherit;
}

.elementor-widget-accordion.accordion-style-pgs-1 .elementor-accordion .elementor-accordion-item {
	border-top: 1px solid var(--pgs_accordion_border_color);
}

.elementor-widget-accordion.accordion-style-pgs-1 .elementor-accordion-item {
	margin-bottom: 15px;
	overflow: hidden;
}

.elementor-widget-accordion.accordion-style-pgs-1 .elementor-accordion-item .elementor-tab-title {
	padding: 18px 20px;
}

.elementor-widget-accordion.accordion-style-pgs-1 .elementor-accordion-item .elementor-tab-content {
	border-top: none;
}

.elementor-widget-accordion.accordion-style-pgs-1 .elementor-accordion-item:last-child {
	margin-bottom: 0;
}

.elementor-widget-accordion.accordion-style-pgs-2 .elementor-accordion-item {
	border: none;
	border-bottom: 1px solid var(--pgs_accordion_border_color);
}

.elementor-widget-accordion.accordion-style-pgs-2 .elementor-accordion-item .elementor-tab-title {
	padding: 20px 0;
}

.elementor-widget-accordion.accordion-style-pgs-2 .elementor-accordion-item .elementor-tab-content {
	border-top: none;
	padding: 0;
}

.elementor-widget-accordion.accordion-style-pgs-3 .elementor-accordion-item .elementor-tab-title {
	border-color: var(--pgs_accordion_border_color);
}

.elementor-widget-accordion.accordion-style-pgs-3 .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-style: solid;
}

.elementor-widget-accordion.accordion-style-pgs-3 .elementor-accordion-item {
	margin-bottom: 15px;
}

.elementor-widget-accordion.accordion-style-pgs-3 .elementor-accordion-item + .elementor-accordion-item {
	border-top: solid;
	border-top-color: var(--pgs_accordion_border_color);
}

.elementor-widget-accordion.accordion-style-pgs-3 .elementor-accordion-item:has(.elementor-active) {
	border: none;
}

.elementor-widget-accordion.accordion-style-pgs-3 .elementor-accordion-item:last-child {
	margin-bottom: 0;
}

.elementor-widget-accordion.accordion-style-pgs-3 .elementor-tab-content {
	border: none;
}

.elementor-widget-accordion.accordion-style-pgs-3 .gradient-enabled .elementor-accordion-item .elementor-tab-title.elementor-active {
	border: none;
}

/*----------------------------------*/
/* Button */
/*----------------------------------*/
.pgsel_button_wrapper .btn-style-01 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 150px;
	height: 150px;
	padding: 0px;
	text-decoration: none;
	color: var(--pgs_secondary_color);
	border: 1px solid var(--pgs_primary_color);
	border-radius: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: inherit;
}

.pgsel_button_wrapper .btn-style-01 span {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 35px;
	transition: all 0.4s ease-in-out;
}

.pgsel_button_wrapper .btn-style-01 .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -10%);
	transition: all 0.4s ease-in-out;
}

.pgsel_button_wrapper .btn-style-01 .arrow svg path {
	stroke: var(--pgs_secondary_color);
	transition: all 0.4s ease-in-out;
}

.pgsel_button_wrapper .btn-style-01:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 0;
	width: 0;
	background-color: var(--pgs_primary_color);
	transition: all 0.4s ease-in-out;
	z-index: -1;
	border-radius: 100%;
}

.pgsel_button_wrapper .btn-style-01.lg-btn {
	width: 200px;
	height: 200px;
}

.pgsel_button_wrapper .btn-style-01.lg-btn .arrow {
	transform: translate(-50%, 0%);
}

.pgsel_button_wrapper .btn-style-01.lg-btn .arrow svg {
	width: 85px;
	height: 85px;
}

.pgsel_button_wrapper .btn-style-01.lg-btn span {
	font-size: 22px;
	margin-bottom: 35px;
}

.pgsel_button_wrapper .btn-style-01.sm-btn {
	width: 100px;
	height: 100px;
}

.pgsel_button_wrapper .btn-style-01.sm-btn .arrow {
	transform: translate(-50%, 0%);
}

.pgsel_button_wrapper .btn-style-01.sm-btn .arrow svg {
	width: 40px;
	height: 40px;
}

.pgsel_button_wrapper .btn-style-01.sm-btn span {
	font-size: 14px;
	margin-bottom: 25px;
}

.pgsel_button_wrapper .btn-style-01:hover {
	border: 1px solid var(--pgs_primary_color);
}

.pgsel_button_wrapper .btn-style-01:hover:before {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: var(--pgs_primary_color);
}

.pgsel_button_wrapper .btn-style-01:hover span {
	opacity: 0;
}

.pgsel_button_wrapper .btn-style-01:hover .arrow {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pgsel_button_wrapper .btn-style-01:hover .arrow svg path {
	stroke: #ffffff;
}

.pgsel_button_wrapper .btn-style-01:focus {
	box-shadow: none;
}

.pgsel_button_wrapper .btn-style-02 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 160px;
	height: 160px;
	padding: 0px;
	gap: 10px;
	text-decoration: none;
	background: transparent;
	color: var(--pgs_secondary_color);
	border-radius: 100%;
	position: relative;
	z-index: 2;
	transition: inherit;
}

.pgsel_button_wrapper .btn-style-02 span {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}

.pgsel_button_wrapper .btn-style-02 .arrow svg path {
	color: var(--pgs_secondary_color);
	transition: all 0.3s ease-in-out;
}

.pgsel_button_wrapper .btn-style-02:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: -1;
	border: 1px solid var(--pgs_secondary_color);
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.pgsel_button_wrapper .btn-style-02:after {
	content: "";
	position: absolute;
	right: -6px;
	top: -6px;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: -1;
	border: 1px solid var(--pgs_secondary_color);
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.pgsel_button_wrapper .btn-style-02.sm-btn {
	gap: 0;
	width: 100px;
	height: 100px;
}

.pgsel_button_wrapper .btn-style-02.sm-btn span {
	font-size: 14px;
}

.pgsel_button_wrapper .btn-style-02.sm-btn .arrow svg {
	width: 15px;
	height: auto;
}

.pgsel_button_wrapper .btn-style-02.sm-btn:after {
	right: -4px;
	top: -4px;
}

.pgsel_button_wrapper .btn-style-02.lg-btn {
	width: 200px;
	height: 200px;
}

.pgsel_button_wrapper .btn-style-02.lg-btn span {
	font-size: 22px;
}

.pgsel_button_wrapper .btn-style-02.lg-btn .arrow svg {
	width: 30px;
	height: auto;
}

.pgsel_button_wrapper .btn-style-02.lg-btn:after {
	right: -8px;
	top: -8px;
}

.pgsel_button_wrapper .btn-style-02:hover:before, .pgsel_button_wrapper .btn-style-02:hover:after {
	border-color: var(--pgs_primary_color);
}

.pgsel_button_wrapper .btn-style-02:hover span {
	color: var(--pgs_primary_color);
}

.pgsel_button_wrapper .btn-style-02:hover .arrow svg path {
	stroke: var(--pgs_primary_color);
}

/*----------------------------------*/
/* Responsive CSS */
/*----------------------------------*/
@media (max-width: 1199px) {
	.pgsel_button_wrapper .btn-style-01.lg-btn {
		width: 180px;
		height: 180px;
	}
	.pgsel_button_wrapper .btn-style-01.lg-btn span {
		font-size: 20px;
	}
	.pgsel_button_wrapper .btn-style-02.lg-btn {
		width: 160px;
		height: 160px;
	}
	.pgsel_button_wrapper .btn-style-02.lg-btn span {
		font-size: 18px;
	}
	.pgsel_button_wrapper .btn-style-02.lg-btn .arrow svg {
		width: 20px;
		height: auto;
	}
	.pgsel_button_wrapper .btn-style-02.lg-btn:after {
		right: -6px;
		top: -6px;
	}
}

@media (max-width: 768px) {
	.pgsel_button_wrapper .btn-style-01.lg-btn {
		width: 150px;
		height: 150px;
	}
	.pgsel_button_wrapper .btn-style-01.lg-btn span {
		font-size: 18px;
	}
	.pgsel_button_wrapper .btn-style-01.lg-btn .arrow svg {
		height: 80px;
		width: 80px;
	}
	.pgsel_button_wrapper .btn-style-01.md-btn {
		width: 150px;
		height: 150px;
	}
}

/*----------------------------------*/
/* Content Switcher */
/*----------------------------------*/
.content-switcher-container.loading:before {
	content: attr(data-loading_lbl);
	display: flex;
	height: 100%;
	width: 100%;
	background-color: #f3f3f3;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	justify-content: center;
	align-content: center;
	bottom: 0;
}

.content-switcher-container .content-switcher-buttons-wrap {
	display: flex;
}

.content-switcher-container .content-switcher-buttons-wrap .content-switcher-switch-bar {
	background-color: var(--e-global-color-secondary);
	padding: 5px;
}

.content-switcher-container .content-switcher-buttons-wrap .content-switcher-switch-bar .content-switcher-buttons {
	--bg-offset: 0%;
	display: flex;
	position: relative;
}

.content-switcher-container .content-switcher-buttons-wrap .content-switcher-switch-bar .content-switcher-buttons::after {
	content: "";
	width: var(--bg-width);
	height: 100%;
	background-color: var(--e-global-color-primary);
	position: absolute;
	top: 0;
	left: var(--bg-offset);
	transition: left 0.3s, width 0.3s;
	z-index: 1;
}

.content-switcher-container .content-switcher-buttons-wrap .content-switcher-switch-bar .content-switcher-buttons .content-switcher-button {
	width: auto;
	padding: 3px 15px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	user-select: none;
	color: #ffffff;
	transition: var(--pgs_transition-3, all 0.3s ease-in-out);
}

.content-switcher-container .content-switcher-buttons-wrap .content-switcher-switch-bar .content-switcher-buttons .content-switcher-button.active {
	color: #000;
}

.content-switcher-container .content-switcher-contents {
	display: flex;
	flex-direction: column;
}

.content-switcher-container .content-switcher-contents .content-switcher-content {
	display: none;
	padding-top: 30px;
}

.content-switcher-container .content-switcher-contents .content-switcher-content.active {
	display: block;
}

/*----------------------------------*/
/* Counter */
/*----------------------------------*/
.elementor-widget-counter .elementor-counter .elementor-counter-desc {
	margin-bottom: 0;
}

.pgs-elementor-counter-wrap {
	display: flex;
	position: relative;
}

.pgs-elementor-counter-wrap.counter-style-default {
	border-color: rgba(131, 131, 131, 0.25);
}

.pgs-elementor-counter-wrap.counter-style-default.double-border::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: calc(var(--double-border-gap) * -1);
	left: calc(var(--double-border-gap) * -1);
	border-color: rgba(131, 131, 131, 0.25);
}

.pgs-elementor-counter-wrap.counter-style-default .elementor-counter {
	flex: 1;
}

.pgs-elementor-counter-wrap.counter-style-default .elementor-counter-desc-wrap {
	padding-top: 20px;
}

.pgs-elementor-counter-wrap.counter-style-pgs-1 {
	flex-direction: column;
}

.pgs-elementor-counter-wrap.counter-style-pgs-1 .elementor-counter {
	flex: 1;
	position: relative;
	border-color: rgba(131, 131, 131, 0.25);
	border-bottom-width: var(--border-width, 3px);
}

.pgs-elementor-counter-wrap.counter-style-pgs-1 .elementor-counter::before {
	content: "";
	width: var(--gradient_width, 15%);
	height: var(--border-width, 3px);
	/**/
	display: block;
	position: absolute;
	left: 0;
	bottom: calc(var(--border-width, 3px) * -1);
}

/*----------------------------------*/
/* Form */
/*----------------------------------*/
.custom-form-widget form.wpcf7-form .row > div > p {
	margin: 0;
}

.custom-form-widget form.wpcf7-form .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 0.9em;
	font-weight: 500;
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
}

.custom-form-widget.form-border-bottom .wpcf7-form .wpcf7-form-control {
	display: inline-block;
	width: 100%;
	border: none;
	padding: 15px 0px;
	background: transparent;
	border-radius: 0;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}

.custom-form-widget.form-border-bottom .wpcf7-form .wpcf7-form-control:focus {
	border-color: var(--pgs_primary_color) !important;
}

.custom-form-widget.form-border-bottom .wpcf7-form .wpcf7-form-control:focus-visible {
	outline: none;
}

.custom-form-widget.form-border-bottom .wpcf7-form .wpcf7-form-control::placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.custom-form-widget.form-border-bottom .wpcf7-form .wpcf7-form-control::-ms-input-placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.custom-form-widget.form-border-bottom .wpcf7-form .wpcf7-not-valid-tip {
	right: 0;
}

.custom-form-widget.form-full-bottom .wpcf7-form .wpcf7-form-control {
	display: inline-block;
	width: 100%;
	padding: 15px 20px;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}

.custom-form-widget.form-full-bottom .wpcf7-form .wpcf7-form-control:focus {
	border-color: var(--pgs_primary_color) !important;
}

.custom-form-widget.form-full-bottom .wpcf7-form .wpcf7-form-control:focus-visible {
	outline: none;
}

.custom-form-widget.form-full-bottom .wpcf7-form .wpcf7-form-control::placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.custom-form-widget.form-full-bottom .wpcf7-form .wpcf7-form-control::-ms-input-placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.custom-form-widget.button-type-default .wpcf7-form-control.wpcf7-submit {
	width: auto;
	margin: 0;
	margin-top: 10px;
	padding: 15px 35px;
	position: relative;
	border: 1px solid transparent;
	color: #ffffff;
	background: var(--pgs_primary_color);
}

.custom-form-widget.button-type-default .wpcf7-form-control.wpcf7-submit:hover {
	color: #ffffff;
	background: var(--pgs_secondary_color);
}

.custom-form-widget.button-type-style-01 .wpcf7-form-control.wpcf7-submit {
	width: auto;
	margin: 0;
	margin-top: 10px;
	width: 150px;
	height: 150px;
	font-size: 18px;
	font-weight: 600;
	background: transparent;
	position: relative;
	border-radius: 100%;
	color: var(--pgs_secondary_color);
	border: 1px solid var(--pgs_primary_color);
}

.custom-form-widget.button-type-style-01 .wpcf7-form-control.wpcf7-submit:hover {
	color: #ffffff;
	background-color: var(--pgs_primary_color);
}

/*----------------------------------*/
/* Feature Steps */
/*----------------------------------*/
.pgsel_feature-steps_wrapper .feature-step .feature-step-arrow:has(.pgs-btn-style--style-1) {
	margin-top: 30px;
}

.pgsel_feature-steps_wrapper .feature-step .feature-step-arrow:has(.pgs-btn-style--style-1) .pgs-btn-style--style-1 {
	width: 70px;
	height: 70px;
}

.pgsel_feature-steps_wrapper .feature-step .feature-step-arrow:has(.pgs-btn-style--style-1) .pgs-btn-style--style-1 i {
	font-size: 24px;
}

.pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-1 {
	color: var(--step_icon_color, var(--pgs_primary_color));
	border-color: var(--step_border_color, var(--pgs_primary_color));
}

.pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-1:before {
	background-color: var(--step_icon_background-color, var(--pgs_primary_color));
}

.pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-1:hover {
	color: var(--step_icon_hover_color, #ffffff);
}

.pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-2 {
	color: var(--step_icon_color, var(--pgs_secondary_color));
}

.pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-2:after, .pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-2:before {
	border-color: var(--step_border_color, rgba(131, 131, 131, 0.25));
}

.pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-2:hover {
	color: var(--step_icon_hover_color, var(--pgs_primary_color));
}

.pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-2:hover:after, .pgsel_feature-steps_wrapper .pgs-btn.pgs-btn-style--style-2:hover:before {
	border-color: var(--step_border_hover_color, rgba(131, 131, 131, 0.25));
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-steps {
	display: flex;
	gap: 60px;
	flex-direction: column;
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step {
	display: flex;
	gap: 40px;
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step:last-child .feature-step-arrow:before {
	bottom: 0;
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-arrow {
	margin-top: 40px;
	position: relative;
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-arrow:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 90px;
	bottom: -60px;
	transform: translateX(-50%);
	border-left-width: var(--border_left_width, 1px);
	border-left-style: var(--border_left_style, dashed);
	border-left-color: var(--border_left_color, rgba(131, 131, 131, 0.35));
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-content .feature-step-subtitle {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--pgs_primary_color);
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-content .feature-step-title {
	padding-right: 25px;
	margin-bottom: 15px;
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-content .feature-list-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 30px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style-type: none;
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-content .feature-list-items li {
	display: flex;
	gap: 15px;
	align-items: baseline;
	width: calc(50% - 15px);
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-content .feature-list-items .feature-list-item-icon svg {
	width: 16px;
	height: auto;
}

.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-content .feature-step-image {
	margin-top: 30px;
}

/*----------------------------------*/
/* Responsive CSS */
/*----------------------------------*/
@media (max-width: 575px) {
	.pgsel_feature-steps_wrapper .feature-step .feature-step-arrow:has(.pgs-btn-style--style-1) .pgs-btn-style--style-1 {
		width: 50px;
		height: 50px;
	}
	.pgsel_feature-steps_wrapper .feature-step .feature-step-arrow:has(.pgs-btn-style--style-1) .pgs-btn-style--style-1 i {
		font-size: 16px;
	}
	.pgsel_feature-steps_wrapper .feature-step .feature-step-arrow:has(.pgs-btn-style--style-1) .pgs-btn-style--style-1 svg {
		width: 16px;
		height: auto;
	}
	.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step {
		gap: 30px;
	}
	.pgsel_feature-steps_wrapper.feature-steps-style--style-1 .feature-step-content .feature-list-items li {
		width: 100%;
	}
}

/*----------------------------------*/
/* Skill */
/*----------------------------------*/
.skill {
	position: relative;
	width: 100%;
	height: 10px;
	margin: 35px 0 20px 0;
	border-radius: 10px;
}

.skill:not(:first-child) {
	margin-top: 64px;
}

.skill:last-child {
	margin-bottom: 0;
}

.skill:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	border: 1px solid var(--border_color);
	border-radius: 10px;
}

.skill-bar {
	display: flex;
	position: relative;
	z-index: 1;
	height: 100%;
	border-radius: 10px;
	padding: 0px;
	background-color: var(--bar_color);
	box-shadow: none;
	transition: width .9s ease;
	-webkit-transition: width .9s ease;
	-o-transition: width .9s ease;
	-ms-transition: width .9s ease;
	-moz-transition: width .9s ease;
}

.skill-bar .progress-number {
	color: var(--progress_color);
	font-size: 18px;
	font-weight: 500;
	order: 1;
	margin-top: -35px;
	margin-left: auto;
	padding-right: 1px;
}

.skill-bar .progress-type {
	color: var(--progress_color);
	margin-top: -35px;
	font-size: 18px;
	font-weight: 500;
	order: 2;
}

.progress-bar {
	position: relative;
	height: 100%;
	border-radius: 4px;
	padding: 0px;
	background-color: var(--bar_color);
	box-shadow: none;
}

.skill-title {
	color: var(--title_color);
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin-left: 0;
	margin-top: -35px;
	padding-right: 10px;
	white-space: nowrap;
}

.skill-title > i {
	margin-right: 8px;
}

/*----------------------------------*/
/* Social Profiles */
/*----------------------------------*/
.social-profile-wrapper {
	display: flex;
	align-items: center;
}

.social-profile-wrapper .social-profile-title {
	position: relative;
	font-size: 20px;
	font-weight: normal;
	color: var(--pgs_secondary_color);
	padding-right: 55px;
}

.social-profile-wrapper .social-profile-title:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 25px;
	background-color: var(--pgs_secondary_color);
	right: 15px;
	top: 50%;
	margin-top: 2px;
	transform: translateY(-50%);
}

.social-profile-wrapper .social-profile-list {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 13px;
	list-style-type: none;
}

.social-profile-wrapper .social-profile-list li {
	padding: 0;
	margin: 0;
}

.social-profile-wrapper .social-profile-list li a {
	font-size: 20px;
	font-weight: normal;
	color: var(--pgs_secondary_color);
	transition: all 0.3s ease-in-out;
}

.social-profile-wrapper .social-profile-list li a:hover {
	color: var(--pgs_primary_color);
}

.social-profile-wrapper.vertical {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}

.social-profile-wrapper.vertical .social-profile-title {
	padding-right: 0;
	padding-bottom: 55px;
}

.social-profile-wrapper.vertical .social-profile-title:before {
	width: 2px;
	height: 25px;
	top: auto;
	bottom: 2px;
}

article.hentry .social-profile-wrapper .social-profile-list li {
	padding: 0;
	margin: 0;
}

/*----------------------------------*/
/* Button Style */
/*----------------------------------*/
.pgsel_services-info_wrapper.btn-style--style-1 .service-style-01:hover .service-action .btn {
	border-color: transparent !important;
	color: #ffffff;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-01:hover .service-action .btn svg path {
	stroke: #ffffff;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-01:hover .service-action .btn:before {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-02 .service-action .btn {
	width: 110px;
	height: 110px;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-02:hover .service-action .btn {
	opacity: 1;
	color: #ffffff;
	transform: scale(1);
	border-color: transparent !important;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-02:hover .service-action .btn svg path {
	stroke: #ffffff;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-02:hover .service-action .btn:before {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-03 .service-action .btn {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.25);
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-03 .service-action .btn:before {
	background: #ffffff;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-03 .service-action .btn svg path {
	stroke: #ffffff;
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-03 .service-action .btn:hover {
	color: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper.btn-style--style-1 .service-style-03 .service-action .btn:hover svg path {
	stroke: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-01:hover .service-action .btn {
	border-color: var(--pgs_secondary_color);
	color: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-01:hover .service-action .btn svg path {
	stroke: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-01:hover .service-action .btn:after {
	border-color: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-02:hover .service-action .btn {
	color: var(--pgs_secondary_color);
	border-color: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-02:hover .service-action .btn:after {
	border-color: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-02:hover .service-action .btn svg path {
	stroke: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-03 .service-action .btn {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.25);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-03 .service-action .btn:after {
	border-color: rgba(255, 255, 255, 0.25);
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-03 .service-action .btn svg path {
	stroke: #ffffff;
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-03 .service-action .btn:hover {
	border-color: #ffffff;
}

.pgsel_services-info_wrapper.btn-style--style-2 .service-style-03 .service-action .btn:hover:after {
	border-color: #ffffff;
}

/*----------------------------------*/
/* Services Style */
/*----------------------------------*/
.pgsel_services-info_wrapper .service-style-01 {
	padding: 60px 40px;
	background: transparent;
	border: 1px solid rgba(130, 130, 130, 0.25);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-01 .service-icon {
	font-size: 60px;
	margin-bottom: 30px;
	color: var(--pgs_primary_color);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-01 .service-icon svg path {
	fill: var(--pgs_primary_color);
	transition: all 0.4s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-01 .service-content .service-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-01 .service-content .service-description {
	margin-bottom: 35px;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-01 .service-action .btn:before {
	background-color: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper .service-style-01:hover {
	background: var(--pgs_primary_color);
	border-color: var(--pgs_primary_color);
}

.pgsel_services-info_wrapper .service-style-01:hover .service-icon {
	color: #ffffff !important;
}

.pgsel_services-info_wrapper .service-style-01:hover .icon-masked-img-wrap {
	--icon_color: #ffffff !important;
	transition: all 0.4s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-01:hover .service-icon svg path {
	fill: #ffffff !important;
}

.pgsel_services-info_wrapper .service-style-01:hover .service-content .service-title {
	color: #ffffff;
}

.pgsel_services-info_wrapper .service-style-01:hover .service-content .service-description {
	color: #ffffff;
}

.pgsel_services-info_wrapper .service-style-02 {
	position: relative;
	overflow: hidden;
}

.pgsel_services-info_wrapper .service-style-02 .service-img {
	position: relative;
	overflow: hidden;
}

.pgsel_services-info_wrapper .service-style-02 .service-img img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-02 .service-img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.02) 100%);
	content: "";
	left: 0;
	right: 0;
	z-index: 1;
}

.pgsel_services-info_wrapper .service-style-02 .service-img .service-title {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	color: #ffffff;
	margin: 0;
	z-index: 1;
}

.pgsel_services-info_wrapper .service-style-02 .service-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	padding: 40px;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: var(--pgs_primary_color);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-02 .service-content .service-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	margin: 0;
	color: #ffffff;
	margin-top: 40px;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-02 .service-action .btn {
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-02 .service-action .btn:before {
	background-color: var(--pgs_secondary_color);
}

.pgsel_services-info_wrapper .service-style-02:hover .service-img img {
	transform: scale(1.1);
}

.pgsel_services-info_wrapper .service-style-02:hover .service-content {
	opacity: 1;
	visibility: visible;
}

.pgsel_services-info_wrapper .service-style-02:hover .service-content .service-title {
	margin-top: 0;
	color: #ffffff;
}

.pgsel_services-info_wrapper .service-style-02:hover .service-action .btn {
	opacity: 1;
	transform: scale(1);
}

.pgsel_services-info_wrapper .service-style-03 {
	position: relative;
	overflow: hidden;
}

.pgsel_services-info_wrapper .service-style-03 .service-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 40px;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 80%);
}

.pgsel_services-info_wrapper .service-style-03 .service-content:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 40px;
	opacity: 0;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(180deg, rgba(0, 56, 255, 0) 40%, var(--pgs_primary_color) 80%);
}

.pgsel_services-info_wrapper .service-style-03 .service-content .service-content-inner {
	position: relative;
	z-index: 1;
}

.pgsel_services-info_wrapper .service-style-03 .service-content .service-title {
	margin: 0;
	margin-bottom: -15px;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-03 .service-content .service-description {
	display: -webkit-box;
	opacity: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	margin-bottom: -30px;
	transition: all 0.35s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-03:hover .service-img .service-category {
	color: var(--pgs_primary_color);
}

.pgsel_services-info_wrapper .service-style-03:hover .service-img .service-category:before, .pgsel_services-info_wrapper .service-style-03:hover .service-img .service-category:after {
	border-color: var(--pgs_primary_color);
}

.pgsel_services-info_wrapper .service-style-03:hover .service-content:before {
	opacity: 1;
}

.pgsel_services-info_wrapper .service-style-03:hover .service-title {
	margin-bottom: 10px;
}

.pgsel_services-info_wrapper .service-style-03:hover .service-description {
	margin-bottom: 20px;
	opacity: 1;
}

.pgsel_services-info_wrapper .service-style-04 {
	position: relative;
	padding: 2px;
}

.pgsel_services-info_wrapper .service-style-04:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0;
	border-radius: inherit;
	transition: all 0.3s ease-in-out;
	background: var(--pgs_primary_color);
}

.pgsel_services-info_wrapper .service-style-04 .service-inner {
	margin: 0;
	padding: 60px 40px;
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(131, 131, 131, 0.25);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-04 .service-icon {
	opacity: 1;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-04 .service-icon .icon-masked-img-wrap {
	--icon_color: var(--pgs_primary_color);
}

.pgsel_services-info_wrapper .service-style-04 .service-bg-icon {
	position: absolute;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-04 .service-bg-icon i {
	font-size: 60px;
	color: var(--pgs_primary_color);
}

.pgsel_services-info_wrapper .service-style-04 .service-bg-icon svg path {
	stroke: var(--pgs_primary_color);
}

.pgsel_services-info_wrapper .service-style-04 .service-bg-icon .icon-masked-img-wrap {
	--icon_color: var(--pgs_primary_color);
}

.pgsel_services-info_wrapper .service-style-04 .service-bg-icon .icon-masked-img-wrap .icon-masked-img {
	width: 60px !important;
}

.pgsel_services-info_wrapper .service-style-04 .service-content .service-title {
	margin-bottom: 10px;
}

.pgsel_services-info_wrapper .service-style-04 .service-content .service-action {
	opacity: 0;
	margin-top: 20px;
	margin-bottom: -70px;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-info_wrapper .service-style-04:hover:before {
	opacity: 1;
}

.pgsel_services-info_wrapper .service-style-04:hover .service-icon {
	margin-top: -70px;
	opacity: 0;
}

.pgsel_services-info_wrapper .service-style-04:hover .service-bg-icon {
	opacity: 0.2;
}

.pgsel_services-info_wrapper .service-style-04:hover .service-inner {
	border-color: transparent;
}

.pgsel_services-info_wrapper .service-style-04:hover .service-content .service-action {
	margin-bottom: 0;
	opacity: 1;
}

.pgsel_services-info_wrapper .service-style-05 .service-icon {
	font-size: 60px;
	text-align: right;
	margin-bottom: 120px;
}

.pgsel_services-info_wrapper .service-style-05 .service-icon .icon-masked-img-wrap {
	display: inline-block;
}

.pgsel_services-info_wrapper .service-style-05 .service-content .service-title {
	margin-bottom: 20px;
}

.pgsel_services-info_wrapper .service-style-05 .service-content .service-info-items {
	display: flex;
	gap: 5px;
	flex-direction: column;
}

.pgsel_services-info_wrapper .service-style-05 .service-content .service-info-items .service-info-item {
	display: flex;
	align-items: center;
}

.pgsel_services-info_wrapper .service-style-05 .service-content .service-info-items .service-info-item .service-info-item-icon i {
	font-size: 16px;
	margin-right: 12px;
}

.pgsel_services-info_wrapper .service-style-05 .service-content .service-info-items .service-info-item .service-info-item-icon svg {
	width: 15px;
	height: auto;
	margin-right: 12px;
}

.pgsel_services-info_wrapper .service-style-05 .service-content .service-info-items .service-info-item .service-info-item-icon .pgs-svg-custom {
	margin-right: 0;
}

.pgsel_services-info_wrapper .service-style-05 .service-content .service-action {
	margin-top: 25px;
}

/*----------------------------------*/
/* Services Fancy */
/*----------------------------------*/
.service-fancy-wrapper .service-item {
	position: relative;
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease-in-out;
}

.service-fancy-wrapper .service-item:first-child {
	padding-top: 0;
}

.service-fancy-wrapper .service-item .service-img {
	position: fixed;
	top: 0;
	left: 0;
	width: 245px;
	height: 330px;
	object-fit: cover;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: rotate(5deg);
}

.service-fancy-wrapper .service-item .service-content {
	display: flex;
	gap: 30px 50px;
	align-items: center;
	position: relative;
	z-index: 2;
	justify-content: space-between;
}

.service-fancy-wrapper .service-item .service-content .service-content-inner {
	display: flex;
	gap: 30px 70px;
	margin-right: 50px;
}

.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info {
	width: 45%;
	position: relative;
	padding-left: 50px;
}

.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info .service-number {
	color: var(--pgs_primary_color);
	font-size: 120px;
	line-height: 120px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -20px;
	margin: 0;
	z-index: -1;
	opacity: 0.07;
}

.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info .service-title {
	margin: 0;
}

.service-fancy-wrapper .service-item .service-content .service-content-inner .description {
	width: 55%;
}

.service-fancy-wrapper .service-item .service-content .service-action {
	margin-left: auto;
}

.service-fancy-wrapper .service-item .service-content .service-action .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100px;
	height: 100px;
	padding: 0;
	border-radius: 100%;
	border: 1px solid var(--pgs_primary_color);
	transition: all 0.4s ease-in-out;
}

.service-fancy-wrapper .service-item .service-content .service-action .btn:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 20%;
	width: 20%;
	background-color: var(--pgs_primary_color);
	transition: all 0.4s ease-in-out;
	z-index: -1;
	opacity: 0;
	border-radius: 100%;
}

.service-fancy-wrapper .service-item .service-content .service-action .btn svg path {
	stroke: var(--pgs_primary_color);
	transition: all 0.4s ease-in-out;
}

.service-fancy-wrapper .service-item:hover {
	border-color: var(--pgs_primary_color);
}

.service-fancy-wrapper .service-item:hover .service-action .btn {
	border-color: var(--pgs_primary_color);
}

.service-fancy-wrapper .service-item:hover .service-action .btn:before {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.service-fancy-wrapper .service-item:hover .service-action .btn svg path {
	stroke: #ffffff;
}

/*---------------------------------------------*/
/* Responsive View */
/*---------------------------------------------*/
@media (max-width: 1200px) {
	.service-fancy-wrapper .service-item .service-content {
		gap: 30px 70px;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner {
		gap: 30px 50px;
		margin-right: 0;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info {
		width: 50%;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner .description {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.service-fancy-wrapper .service-item .service-content {
		gap: 30px 80px;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner {
		flex-direction: column;
		gap: 20px 0;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info {
		width: 80%;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner .description {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.service-fancy-wrapper .service-item .service-img {
		display: none;
	}
	.service-fancy-wrapper .service-item .service-content {
		gap: 30px 50px;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info {
		width: 90%;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info .service-number {
		font-size: 150px;
		line-height: 130px;
		top: -40px;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info .service-title {
		font-size: 28px;
		line-height: 36px;
	}
}

@media (max-width: 575px) {
	.service-fancy-wrapper .service-item .service-content {
		gap: 30px 50px;
		flex-direction: column;
	}
	.service-fancy-wrapper .service-item .service-content .service-content-inner .service-info {
		width: 100%;
		padding-left: 50px;
	}
	.service-fancy-wrapper .service-item .service-content .service-action {
		margin-left: auto;
		margin-right: auto;
	}
}

/*----------------------------------*/
/* Services Fancy 2 */
/*----------------------------------*/
.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item {
	padding: 25px 0;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-img {
	max-width: 245px;
	width: auto;
	height: auto;
	z-index: 3;
	border: 1px solid rgba(131, 131, 131, 0.25);
	transform: rotate(0);
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content {
	gap: 0;
	position: unset;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-content-inner {
	display: flex;
	width: 100%;
	gap: 30px 30px;
	opacity: 1;
	margin-right: 0;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-content-inner .service-content-item-year {
	flex: none;
	width: 130px;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-content-inner .service-content-item-location {
	flex: none;
	width: 180px;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-content-inner .service-content-item-title {
	width: 100%;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-content-inner .service-content-item-description {
	width: 100%;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-action {
	margin-left: 150px;
	position: relative;
	z-index: 3;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper {
	display: flex;
	align-items: center;
	gap: 60px;
	width: 100%;
	position: relative;
	white-space: nowrap;
	animation: marquee 30s linear infinite;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper .marquee-items {
	display: flex;
	align-items: center;
	gap: 60px;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper .marquee-items .marquee-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper .marquee-items .title {
	font-size: 42px;
	line-height: normal;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper .marquee-items .icon-type--image img {
	max-width: 50px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper .marquee-items .icon-type--icon.icon-svg svg {
	width: 50px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper .marquee-items .icon-type--icon i {
	font-size: 40px;
	color: var(--pgs_primary_color);
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper .marquee-items .icon-type--icon .e-font-icon-svg {
	width: 50px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content-marquee .marquee-wrapper .marquee-items .icon-type--icon .e-font-icon-svg path {
	fill: var(--pgs_primary_color);
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item:hover .service-content .service-content-inner {
	opacity: 0;
	pointer-events: none;
}

.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item:hover .service-content-marquee {
	opacity: 1;
	pointer-events: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-1 .service-fancy-wrapper .service-item .service-action .btn svg {
	width: 28px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-1 .service-fancy-wrapper .service-item .service-action .btn .pgs-svg-1 svg {
	width: 42px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-1 .service-fancy-wrapper .service-item .service-action .btn .pgs-svg-2 svg {
	width: 30px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-1 .service-fancy-wrapper .service-item .service-action .btn .pgs-svg-custom svg {
	width: 28px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn {
	width: 50px;
	height: 50px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 0;
	padding-top: 4px;
	padding-right: 4px;
	border-radius: 50px;
	background-color: transparent;
	color: var(--pgs_secondary_color);
	border: 1px solid rgba(131, 131, 131, 0.25);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn svg {
	width: 16px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn .pgs-svg-1 svg {
	width: 24px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn .pgs-svg-2 svg {
	width: 17px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn .pgs-svg-custom svg {
	width: 17px;
	height: auto;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn svg path {
	stroke: var(--pgs_secondary_color);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn:before {
	content: normal;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn:after {
	content: "";
	position: absolute;
	left: -4px;
	bottom: -4px;
	opacity: 1;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border: 1px solid rgba(131, 131, 131, 0.25);
	transition: all 0.3s ease-in-out;
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn:hover {
	color: var(--pgs_primary_color);
	border-color: var(--pgs_primary_color);
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn:hover:after {
	border-color: var(--pgs_primary_color);
}

.pgsel_services-fancy-2_wrapper.btn-style--style-2 .service-fancy-wrapper .service-item .service-action .btn:hover svg path {
	stroke: var(--pgs_primary_color);
}

/*------------------------
  Keyframes Animation
-------------------------*/
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translatex(-100%);
	}
}

/*---------------------------------------------*/
/* Responsive View */
/*---------------------------------------------*/
@media (max-width: 1200px) {
	.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-content-inner .service-content-item-year {
		width: 100px;
	}
	.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-content-inner .service-content-item-location {
		flex: none;
		width: 180px;
	}
}

@media (max-width: 991px) {
	.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-content-inner {
		align-items: flex-start;
		gap: 10px 0;
	}
}

@media (max-width: 767px) {
	.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-action {
		margin-left: 80px;
	}
}

@media (max-width: 575px) {
	.pgsel_services-fancy-2_wrapper .service-fancy-wrapper .service-item .service-content .service-action {
		margin-left: 0px;
		margin-top: 20px;
	}
}

/*----------------------------------*/
/* Countdown */
/*----------------------------------*/
.countdown-main .countdown-container {
	display: flex;
	gap: 70px;
}

.countdown-main .countdown {
	text-align: center;
}

.countdown-main .countdown span {
	font-size: 80px;
	line-height: 100px;
	font-weight: 600;
}

.countdown-main .countdown p {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}

/*---------------------------------------------*/
/* Responsive View */
/*---------------------------------------------*/
@media (max-width: 992px) {
	.countdown-main .countdown-container {
		display: flex;
		gap: 50px;
	}
	.countdown-main .countdown span {
		font-size: 70px;
		line-height: 80px;
		font-weight: 600;
	}
	.countdown-main .countdown p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.countdown-main .countdown-container {
		gap: 40px;
	}
	.countdown-main .countdown span {
		font-size: 60px;
		line-height: 70px;
		font-weight: 600;
	}
}

@media (max-width: 575px) {
	.countdown-main .countdown-container {
		gap: 30px;
	}
	.countdown-main .countdown span {
		font-size: 50px;
		line-height: 60px;
		font-weight: 600;
	}
	.countdown-main .countdown p {
		font-size: 16px;
	}
}

/*----------------------------------*/
/* Blog Post 1 */
/*----------------------------------*/
.pgsel_blogpost-1_wrapper {
	/* Style 01 ----------------*/
	/* Style 02 ----------------*/
	/* Style 03 ----------------*/
	/* Style 04 ----------------*/
}

.pgsel_blogpost-1_wrapper > .row {
	--bs-gutter-y: 40px;
}

.pgsel_blogpost-1_wrapper .blog-post-img {
	position: relative;
	overflow: hidden;
}

.pgsel_blogpost-1_wrapper .blog-post-img img {
	transform: scale(1);
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
	transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.pgsel_blogpost-1_wrapper .blog-post-img:hover img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
}

.pgsel_blogpost-1_wrapper .blog-style-01 .blog-post-info {
	margin-top: 20px;
}

.pgsel_blogpost-1_wrapper .blog-style-01 .blog-post-info .post-meta {
	margin-bottom: 10px;
}

.pgsel_blogpost-1_wrapper .blog-style-01 .blog-post-info .post-meta ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pgsel_blogpost-1_wrapper .blog-style-01 .blog-post-info .post-meta ul li {
	font-size: 18px;
	position: relative;
	color: var(--pgs_text_color);
}

.pgsel_blogpost-1_wrapper .blog-style-01 .blog-post-info .post-meta ul li a {
	color: var(--pgs_text_color);
	transition: var(--pgs_transition-3, all 0.3s ease-in-out);
}

.pgsel_blogpost-1_wrapper .blog-style-01 .blog-post-info .post-meta ul li a:hover {
	color: var(--pgs_primary_color);
}

.pgsel_blogpost-1_wrapper .blog-style-01 .blog-post-info .post-meta ul li:before {
	content: ".";
	font-size: 30px;
	font-weight: 600;
	line-height: 12px;
	padding-right: 10px;
	position: relative;
	left: 0;
	top: -2px;
}

.pgsel_blogpost-1_wrapper .blog-style-01 .blog-post-info .post-meta ul li:first-child:before {
	content: normal;
}

.pgsel_blogpost-1_wrapper .blog-style-01 .post-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	margin-top: 10px;
	padding-right: 30px;
}

.pgsel_blogpost-1_wrapper .blog-style-01 .post-title a {
	color: var(--pgs_secondary_color);
	text-decoration: underline;
	transition: var(--pgs_transition-3, all 0.3s ease-in-out);
}

.pgsel_blogpost-1_wrapper .blog-style-01 .post-title a:hover {
	color: var(--pgs_primary_color);
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-img {
	position: relative;
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.02) 100%);
	content: "";
	left: 0;
	right: 0;
	z-index: 1;
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-img .post-date {
	display: flex;
	flex-direction: column;
	position: absolute;
	text-align: center;
	left: 40px;
	top: 40px;
	z-index: 1;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-img .post-date .day {
	font-size: 65px;
	line-height: 65px;
	font-weight: 600;
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-info {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 40px;
	z-index: 1;
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-info .post-category {
	margin-bottom: 10px;
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-info .post-category a {
	color: var(--pgs_primary_color);
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-info .post-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-info .post-title a {
	color: #ffffff;
	transition: var(--pgs_transition-3, all 0.3s ease-in-out);
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-info .post-title a:hover {
	text-decoration: underline;
}

.pgsel_blogpost-1_wrapper .blog-style-02 .blog-post-info .post-description {
	color: #ffffff;
	margin: 0;
	opacity: 0;
	margin-top: 15px;
	margin-bottom: -70px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	transition: var(--pgs_transition-3, all 0.3s ease-in-out);
}

.pgsel_blogpost-1_wrapper .blog-style-02:hover .blog-post-info .post-description {
	opacity: 1;
	margin-bottom: 0;
}

.pgsel_blogpost-1_wrapper .blog-style-03 .blog-post-img {
	position: relative;
}

.pgsel_blogpost-1_wrapper .blog-style-03 .blog-post-img .blog-post-category .post-meta-category {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0 20px;
	font-size: 16px;
	color: var(--pgs_secondary_color);
	background: var(--pgs_primary_color);
	border-radius: 20px;
}

.pgsel_blogpost-1_wrapper .blog-style-03 .blog-post-info {
	margin-top: 20px;
}

.pgsel_blogpost-1_wrapper .blog-style-03 .blog-post-info .post-title {
	margin: 0;
	margin-bottom: 5px;
}

.pgsel_blogpost-1_wrapper .blog-style-03 .blog-post-info .post-title a {
	color: var(--pgs_secondary_color);
}

.pgsel_blogpost-1_wrapper .blog-style-03 .blog-post-info .post-title a:hover {
	color: var(--pgs_primary_color);
}

.pgsel_blogpost-1_wrapper .blog-style-03 .blog-post-info .post-meta ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pgsel_blogpost-1_wrapper .blog-style-03 .blog-post-info .post-meta ul li {
	color: var(--pgs_body_color);
}

.pgsel_blogpost-1_wrapper .blog-style-04 {
	position: relative;
	padding: 40px 30px;
	margin-top: 3px;
	border: 1px solid #e8e8e8;
	background: #ffffff;
	border-radius: 10px;
}

.pgsel_blogpost-1_wrapper .blog-style-04:before {
	content: "";
	position: absolute;
	left: 3px;
	right: 3px;
	top: 0;
	bottom: 3px;
	margin: -4px;
	z-index: -1;
	opacity: 0;
	border-radius: inherit;
	transition: all 0.3s ease-in-out;
	background: var(--pgs_primary_color);
}

.pgsel_blogpost-1_wrapper .blog-style-04:hover:before {
	opacity: 1;
}

.pgsel_blogpost-1_wrapper .blog-style-04 .post-meta {
	margin-bottom: 10px;
}

.pgsel_blogpost-1_wrapper .blog-style-04 .post-meta ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pgsel_blogpost-1_wrapper .blog-style-04 .post-meta ul li {
	color: var(--pgs_body_color);
}

.pgsel_blogpost-1_wrapper .blog-style-04 .post-title {
	margin: 0;
	font-size: 24px;
	margin-bottom: 20px;
}

.pgsel_blogpost-1_wrapper .blog-style-04 .post-title a {
	color: var(--pgs_secondary_color);
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pgsel_blogpost-1_wrapper .blog-style-04 .post-title a:hover {
	color: var(--pgs_primary_color);
}

.pgsel_blogpost-1_wrapper .blog-style-04 .blog-action-info {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: space-between;
}

.pgsel_blogpost-1_wrapper .blog-style-04 .blog-action-info .post-meta-category a {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--pgs_secondary_color);
	text-transform: uppercase;
}

.pgsel_blogpost-1_wrapper .blog-style-04 .blog-action-info .post-meta-category a:hover {
	color: var(--pgs_primary_color);
}

/*----------------------------------*/
/* Blog Post 2 */
/*----------------------------------*/
.blog-post-2-wrapper {
	display: flex;
	gap: 30px;
}

.blog-post-2-wrapper .blog-post-img {
	position: relative;
	overflow: hidden;
}

.blog-post-2-wrapper .blog-post-img img {
	transform: scale(1);
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
	transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.blog-post-2-wrapper .blog-post-img:hover img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
}

.blog-post-2-wrapper .post-meta {
	margin-bottom: 10px;
}

.blog-post-2-wrapper .post-meta ul {
	display: flex;
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-post-2-wrapper .post-meta ul li {
	font-size: 18px;
	position: relative;
	color: var(--pgs_text_color);
}

.blog-post-2-wrapper .post-meta ul li a {
	color: var(--pgs_text_color);
	transition: all 0.3s ease-in-out;
}

.blog-post-2-wrapper .post-meta ul li a:hover {
	color: var(--pgs_primary_color);
}

.blog-post-2-wrapper .post-meta ul li:before {
	content: ".";
	font-size: 30px;
	font-weight: 600;
	line-height: 12px;
	position: relative;
	left: -15px;
	top: -2px;
}

.blog-post-2-wrapper .post-meta ul li:first-child:before {
	content: normal;
}

.blog-post-2-wrapper .post-link .read-link {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	font-weight: 600;
	color: var(--pgs_primary_color);
}

.blog-post-2-wrapper .post-link .read-link i {
	position: relative;
	bottom: -1px;
	margin-left: 3px;
}

.blog-post-2-wrapper .blog-post-left {
	width: 50%;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info {
	margin-top: 20px;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: var(--pgs_secondary_color);
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-title a {
	color: inherit;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-title:hover {
	color: var(--pgs_primary_color);
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-description {
	margin-bottom: 15px;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-description p {
	margin-bottom: 0;
}

.blog-post-2-wrapper .blog-post-right {
	display: flex;
	width: 50%;
	gap: 30px;
	flex-direction: column;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item {
	display: flex;
	gap: 30px;
	align-items: center;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-img {
	width: 300px;
	flex: none;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-info {
	width: 100%;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: var(--pgs_secondary_color);
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title a {
	color: inherit;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title:hover {
	color: var(--pgs_primary_color);
}

/*----------------------------------------*/
/* Responsive CSS */
/*----------------------------------------*/
@media (max-width: 1200px) {
	.blog-post-2-wrapper {
		flex-wrap: wrap;
	}
	.blog-post-2-wrapper .blog-post-left {
		width: 100%;
	}
	.blog-post-2-wrapper .blog-post-left .blog-post-img img {
		width: 100%;
	}
	.blog-post-2-wrapper .blog-post-right {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.blog-post-2-wrapper .blog-post-right .blog-post-item {
		gap: 20px;
		flex-direction: column;
	}
	.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-img {
		width: 100%;
	}
}

/*----------------------------------*/
/* PGS Menu */
/*----------------------------------*/
.pgs-menu-wrapper .menu-name {
	margin: 0;
	margin-bottom: 15px;
}

.pgs-menu-wrapper .pgs-nav-menu li a {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}

.pgs-menu-wrapper .pgs-nav-menu li a:after {
	content: "\f061";
	font-family: 'Font Awesome 6 Free';
	font-size: 0.8rem;
	font-weight: 900;
	border: none;
}

.pgs-menu-wrapper.menu-style--style-1 .pgs-nav-menu {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pgs-menu-wrapper.menu-style--style-1 .pgs-nav-menu li a {
	background: #F9FAF9;
	padding: 10px 20px;
	color: var(--pgs_secondary_color);
	border-radius: 5px;
}

.pgs-menu-wrapper.menu-style--style-1 .pgs-nav-menu li a:hover,
.pgs-menu-wrapper.menu-style--style-1 .pgs-nav-menu li.current_page_item a {
	background: var(--pgs_primary_color);
	padding-left: 30px;
	color: #ffffff;
}

.pgs-menu-wrapper.menu-style--style-1 .pgs-nav-menu li .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-left: 25px;
	list-style-type: none;
}

.pgs-menu-wrapper.menu-style--style-2 .pgs-nav-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pgs-menu-wrapper.menu-style--style-2 .pgs-nav-menu li a {
	padding: 10px 0px;
	color: var(--pgs_secondary_color);
	border-bottom: 1px solid var(--pgs_secondary_color);
}

.pgs-menu-wrapper.menu-style--style-2 .pgs-nav-menu li a:hover,
.pgs-menu-wrapper.menu-style--style-2 .pgs-nav-menu li.current_page_item a {
	border-bottom-color: var(--pgs_primary_color);
	padding-left: 10px;
	color: var(--pgs_primary_color);
}

.pgs-menu-wrapper.menu-style--style-2 .pgs-nav-menu li .sub-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	list-style-type: none;
}

.pgs-menu-wrapper.menu-style--style-2 .pgs-nav-menu li:last-child a {
	border-bottom: none;
}

.pgs-menu-wrapper.menu-arrow--no .pgs-nav-menu li a::after {
	content: normal;
}

/*----------------------------------*/
/* Responsive CSS */
/*----------------------------------*/
/*----------------------------------*/
/* Marquee Slider */
/*----------------------------------*/
.pgsel_marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper, .pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper {
	position: relative;
	display: flex;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pgsel_marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper .marquee-items, .pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper .marquee-items {
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	min-width: 100%;
	-webkit-animation: scroll var(--pgs_marquee_speed) linear infinite;
	animation: scroll var(--pgs_marquee_speed) linear infinite;
}

.pgsel_marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper .marquee-items .marquee-item, .pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper .marquee-items .marquee-item {
	display: flex;
	align-items: center;
}

.pgsel_marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper .marquee-items .marquee-item .icon svg, .pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper .marquee-items .marquee-item .icon svg {
	width: 1rem;
	height: auto;
}

.pgsel_marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper .marquee-items .marquee-item .title, .pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper .marquee-items .marquee-item .title {
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.pgsel_marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper.marquee-reverse .marquee-items, .pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper.marquee-reverse .marquee-items {
	animation-direction: reverse;
}

.pgsel_marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper.marquee-fade, .pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper.marquee-fade {
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

.pgsel_marquee-slider_wrapper.marquee-style--style-1.marquee-hover-pause .marquee-wrapper:hover .marquee-items, .pgsel_marquee-slider_wrapper.marquee-style--style-2.marquee-hover-pause .marquee-wrapper:hover .marquee-items {
	animation-play-state: paused;
}

.pgsel_marquee-slider_wrapper.marquee-style--style-2 {
	padding: 10px 0;
	overflow: hidden;
}

.pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-main {
	background: transparent;
	position: relative;
	overflow: visible;
	-webkit-mask-image: inherit !important;
	mask-image: inherit !important;
	transform: none !important;
	border-top-width: var(--border_width, 1px);
	border-top-style: var(--border_style, solid);
	border-top-color: var(--border_color, rgba(131, 131, 131, 0.25));
	border-bottom-width: var(--border_width, 1px);
	border-bottom-style: var(--border_style, solid);
	border-bottom-color: var(--border_color, rgba(131, 131, 131, 0.25));
}

.pgsel_marquee-slider_wrapper.marquee-style--style-2 .marquee-main:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(0.7deg);
	border-top-width: var(--border_width, 1px);
	border-top-style: var(--border_style, solid);
	border-top-color: var(--border_color, rgba(131, 131, 131, 0.25));
	border-bottom-width: var(--border_width, 1px);
	border-bottom-style: var(--border_style, solid);
	border-bottom-color: var(--border_color, rgba(131, 131, 131, 0.25));
}

/*------------------------
  Keyframes Animation
-------------------------*/
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 1rem));
	}
}

/*---------------------------------------------*/
/* Responsive View */
/*---------------------------------------------*/
.pgsel_mailchimp-newsletter_wrapper .mailchimp-newsletter-content .mailchimp-newsletter-title {
	margin-bottom: 15px;
}

.pgsel_mailchimp-newsletter_wrapper .mailchimp-newsletter-content .mailchimp-newsletter-desc {
	margin-bottom: 15px;
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-01 .mailchimp-newsletter {
	position: relative;
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-01 .mailchimp-newsletter .mailchimp-email {
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
	padding-right: 55px;
	color: var(--pgs_secondary_color);
	border-bottom: 1px solid rgba(130, 130, 130, 0.25);
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-01 .mailchimp-newsletter ::placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-01 .mailchimp-newsletter ::-ms-input-placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-01 .mailchimp-newsletter .subscribe-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	font-size: 20px;
	background: none;
	border: none;
	box-shadow: none;
	color: var(--pgs_primary_color);
	transition: var(--pgs_transition-4, all 0.4s ease-in-out);
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-02 .mailchimp-newsletter {
	position: relative;
	display: flex;
	padding: 5px;
	border: 1px solid rgba(130, 130, 130, 0.25);
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-02 .mailchimp-newsletter .mailchimp-email {
	width: 100%;
	height: 55px;
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
	padding: 0 15px;
	color: var(--pgs_secondary_color);
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-02 .mailchimp-newsletter ::placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-02 .mailchimp-newsletter ::-ms-input-placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-02 .mailchimp-newsletter .subscribe-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	padding: 0 30px;
	border: none;
	box-shadow: none;
	color: #ffffff;
	background: var(--pgs_primary_color);
	transition: var(--pgs_transition-4, all 0.4s ease-in-out);
}

.pgsel_mailchimp-newsletter_wrapper.mailchimp-newsletter-style-02 .mailchimp-newsletter i {
	font-style: normal;
}

.pgsel_mailchimp-newsletter_wrapper .mailchimp-newsletter-wrapper .newsletter-msg {
	margin: 0;
	margin-top: 15px;
	font-size: 0.9em;
	line-height: normal;
}

.pgsel_mailchimp-newsletter_wrapper .mailchimp-newsletter-wrapper .newsletter-msg.error {
	color: var(--bs-danger);
}

.pgsel_mailchimp-newsletter_wrapper .mailchimp-newsletter-wrapper .newsletter-msg.success {
	color: var(--bs-success);
}

.pgsel_mailchimp-newsletter_wrapper .mailchimp-newsletter-wrapper.loading .mailchimp-newsletter .subscribe-btn i {
	display: inline-block;
	font-style: normal;
	font-size: 0;
	line-height: normal;
	animation: rotation infinite 3s linear;
}

.pgsel_mailchimp-newsletter_wrapper .mailchimp-newsletter-wrapper.loading .mailchimp-newsletter .subscribe-btn i:before {
	content: "\f110";
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 900;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/*----------------------------------*/
/* infobox */
/*----------------------------------*/
.pgsel_infobox_wrapper .infobox-style-1 .infobox-info {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
}

.pgsel_infobox_wrapper .infobox-style-1 .infobox-info .infobox-title {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
	margin: 0;
}

.pgsel_infobox_wrapper .infobox-style-1 .infobox-info .infobox-links svg path {
	stroke: var(--pgs_secondary_color);
	transition: all 0.3s ease-in-out;
}

.pgsel_infobox_wrapper .infobox-style-1:hover .infobox-links svg path {
	stroke: var(--pgs_primary_color);
}

.pgsel_infobox_wrapper .infobox-style-2 .infobox-icons {
	display: inline-block;
	color: #ffffff;
	background-color: var(--pgs_primary_color);
	font-size: 28px;
	padding: .6em;
	line-height: 1;
	font-size: 28px;
	text-align: center;
	vertical-align: top;
	border-radius: 10px;
}

.pgsel_infobox_wrapper .infobox-style-2 .infobox-icons i {
	display: block;
	width: 1em;
	height: 1em;
	text-align: center;
	position: relative;
}

.pgsel_infobox_wrapper .infobox-style-2 .infobox-icons i:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.pgsel_infobox_wrapper .infobox-style-2 .infobox-icons svg {
	width: 28px;
	fill: #ffffff;
}

.pgsel_infobox_wrapper .infobox-style-2 .infobox-content {
	padding-top: 20px;
}

.pgsel_infobox_wrapper .infobox-action {
	margin-top: 20px;
}

.pgsel_infobox_wrapper .infobox-action .infobox-link {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: var(--pgs_secondary_color);
	display: inline-flex;
	align-items: center;
	gap: 5px;
	position: relative;
	left: 0;
	border-bottom: 1px solid;
	line-height: 22px;
}

.pgsel_infobox_wrapper .infobox-action .infobox-link:hover {
	color: var(--pgs_primary_color);
	left: 10px;
}

/*----------------------------------*/
/* Image Tabs */
/*----------------------------------*/
.image-tabs-container .image-tabs--images-column {
	flex: 0 0 var(--image-tabs-left-width, 40%);
	order: var(--column-order, 0);
}

.image-tabs-container .image-tabs--tabs-column .list-group {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	counter-reset: my-sec-counter;
}

.image-tabs-container .image-tabs--tabs-column .list-group-item {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
	cursor: pointer;
	margin-bottom: 20px;
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-bullet-wrap .tab-bullet {
	position: relative;
	top: 3px;
	font-size: 18px;
	font-weight: 600;
	color: var(--pgs_secondary_color);
	transition: var(--pgs_transition-3, all 0.3s ease-in-out);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-bullet-wrap .tab-bullet svg {
	width: 18px;
	fill: var(--pgs_secondary_color);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-bullet-wrap .tab-bullet:before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item:nth-child(-n + 9) .tab-bullet-wrap .tab-bullet:before {
	content: "0" counter(my-sec-counter);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-content-wrap {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-content-wrap .tab-title-wrap {
	display: flex;
	gap: 15px;
	align-items: baseline;
	justify-content: space-between;
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-content-wrap .tab-title-wrap .tab-title {
	margin: 0;
	transition: var(--pgs_transition-3, all 0.3s ease-in-out);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-content-wrap .tab-arrow {
	font-size: 18px;
	color: var(--pgs_secondary_color);
	transition: var(--pgs_transition-3, all 0.3s ease-in-out);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-content-wrap .tab-arrow svg {
	width: 16px;
	fill: var(--pgs_secondary_color);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item .tab-content-wrap .tab-desc {
	margin-top: 5px;
}

.image-tabs-container .image-tabs--tabs-column .list-group-item.active .tab-bullet-wrap .tab-bullet {
	color: var(--pgs_primary_color);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item.active .tab-content-wrap .tab-title-wrap .tab-title {
	color: var(--pgs_primary_color);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item.active .tab-content-wrap .tab-arrow {
	color: var(--pgs_primary_color);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item.active .tab-content-wrap .tab-arrow svg {
	fill: var(--pgs_primary_color);
}

.image-tabs-container .image-tabs--tabs-column .list-group-item:last-child {
	margin-bottom: 0 !important;
}

.image-tabs-container .image-tabs--tabs-column .list-group-item:last-child .tab-content-wrap {
	border-bottom: none;
	padding-bottom: 0;
}

.image-tabs-container.image-tabs--tab-bullet-icon .image-tabs--tabs-column .list-group-item .tab-bullet-wrap .tab-bullet::before {
	content: normal;
}

/*----------------------------------*/
/* Responsive CSS */
/*----------------------------------*/
@media (max-width: 991px) {
	.image-tabs-container .row {
		gap: 40px;
	}
	.image-tabs-container .row > .col {
		width: 100%;
		flex: 100%;
	}
}

/*----------------------------------*/
/* Location Info */
/*----------------------------------*/
.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-wrapper {
	position: relative;
	padding: 1px;
	overflow: hidden;
	background-color: #e8e8e8;
	border-radius: var(--border_radius, 10px);
	transition: all 0.3s ease-in-out;
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-inner {
	display: flex;
	flex-direction: column;
	gap: 25px;
	position: relative;
	z-index: 1;
	padding: 45px;
	padding-top: 55px;
	background: #ffffff;
	border-radius: var(--border_radius, 10px);
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-inner .location-info-content .location-info-title {
	margin-bottom: 20px;
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-inner .location-info-content .location-info-items {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-inner .location-info-content .location-info-items .location-info-text {
	transition: all 0.3s ease-in-out;
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-content .location-info-item {
	display: flex;
	gap: 20px;
	align-items: baseline;
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-content .location-info-item .location-info-icon i {
	font-size: 20px;
	color: var(--pgs_primary_color);
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-content .location-info-item .location-info-icon svg {
	width: 16px;
	height: auto;
	fill: var(--pgs_primary_color);
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-content .location-info-item .location-info-icon svg path {
	stroke: var(--pgs_primary_color);
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-content .location-info-item .location-info-link {
	color: var(--pgs_text_color);
	transition: all 0.3s ease-in-out;
}

.pgsel_location-info_wrapper.location-info-style--style-1 .location-info-content .location-info-item .location-info-link:hover {
	color: var(--pgs_primary_color);
}

.pgsel_location-info_wrapper.location-info-style--style-1:hover .location-info-wrapper:before {
	opacity: 1;
	background-color: var(--pgs_primary_color);
}

/*----------------------------------------*/
/* Responsive CSS */
/*----------------------------------------*/
/*----------------------------------*/
/* Mini Info */
/*----------------------------------*/
.pgsel_mini-info_wrapper .mini-info {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.pgsel_mini-info_wrapper .mini-info .info-profile {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	list-style-type: none;
}

.pgsel_mini-info_wrapper .mini-info .info-profile li {
	width: 58px;
	height: 58px;
	overflow: hidden;
	margin-left: -17px;
	border: 2px solid #ffffff;
	border-radius: 100px;
}

.pgsel_mini-info_wrapper .mini-info .info-profile li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pgsel_mini-info_wrapper .mini-info .info-profile li:first-child {
	margin-left: 0;
}

.pgsel_mini-info_wrapper .mini-info .info-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

.pgsel_mini-info_wrapper .mini-info .info-text .text-1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	color: var(--pgs_primary_color);
}

.pgsel_mini-info_wrapper .mini-info .info-text .text-2 {
	font-size: 16px;
	font-weight: 400;
	color: var(--pgs_secondary_color);
}

.pgsel_mini-info_wrapper .mini-info.style-1 {
	gap: 25px;
	flex-direction: column;
}

.pgsel_mini-info_wrapper .mini-info.style-1 .info-text {
	justify-content: flex-start;
	flex-direction: initial;
	align-items: center;
	gap: 10px;
}

.pgsel_mini-info_wrapper .mini-info.style-1 .info-text .text-1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: var(--pgs_secondary_color);
}

.pgsel_mini-info_wrapper .mini-info.style-1 .info-text .text-2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: var(--pgs_primary_color);
}

/*----------------------------------*/
/* Responsive CSS */
/*----------------------------------*/
/*----------------------------------*/
/* Heading */
/*----------------------------------*/
.elementor-widget-heading .pgs-el-heading-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.elementor-widget-heading .elementor-heading-subtitle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 26px;
	padding: 3px 20px;
	background: #f1f1f1;
	color: #000000;
	border-radius: 25px;
}

.elementor-widget-heading .elementor-heading-subtitle .elementor-heading-subtitle-icon .e-font-icon-svg {
	width: 17px;
	min-height: auto;
	fill: var(--pgs_primary_color);
}

/*----------------------------------*/
/* Hero Slider */
/*----------------------------------*/
.pgsel_hero-slider_wrapper .swiper-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.pgsel_hero-slider_wrapper .swiper-slide {
	background-color: #f5f5f5;
}

.pgsel_hero-slider_wrapper .container,
.pgsel_hero-slider_wrapper .container-fluid {
	height: 100%;
}

.pgsel_hero-slider_wrapper .container-fluid .hero-item-content {
	padding: 50px 120px;
}

.pgsel_hero-slider_wrapper .hero-item-main {
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
	z-index: 2;
}

.pgsel_hero-slider_wrapper .hero-item-main .hero-item-content {
	max-width: 850px;
}

.pgsel_hero-slider_wrapper .hero-item-main .hero-item-content .main-title {
	font-size: 90px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
	text-align: inherit;
}

.pgsel_hero-slider_wrapper .hero-item-main .hero-item-content .sub-title {
	font-size: 70px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
	text-align: inherit;
}

.pgsel_hero-slider_wrapper .hero-item-main .hero-item-content .item-description {
	margin-top: 25px;
	margin-bottom: 30px;
}

.pgsel_hero-slider_wrapper .hero-item-main .hero-item-content .item-description p {
	font-size: 18px;
	margin: 0;
}

.pgsel_hero-slider_wrapper .hero-item-main .hero-item-content .item-buttons .hero-button {
	display: inline-flex;
	color: var(--pgs_primary_color);
}

.pgsel_hero-slider_wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 5px !important;
}

.pgsel_hero-slider_wrapper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.5);
}

.pgsel_hero-slider_wrapper .swiper-pagination.swiper-pagination-left {
	position: absolute;
	left: 40px;
	top: 0;
	width: auto;
	right: auto;
	flex-direction: column;
	bottom: 0 !important;
	margin: 0;
}

.pgsel_hero-slider_wrapper .swiper-pagination.swiper-pagination-right {
	position: absolute;
	right: 40px;
	top: 0;
	width: auto;
	left: auto;
	flex-direction: column;
	bottom: 0 !important;
	margin: 0;
}

.pgsel_hero-slider_wrapper .swiper-pagination.swiper-pagination-bottom {
	position: absolute;
	margin: 0;
	bottom: 60px !important;
}

.pgsel_hero-slider_wrapper .hero-control-left .swiper-pagination-left {
	left: 140px;
}

.pgsel_hero-slider_wrapper .hero-control-right .swiper-pagination-right {
	right: 140px;
}

.pgsel_hero-slider_wrapper .swiper .navigation-bottom-center {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	display: flex;
	gap: 0 15px;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
}

.pgsel_hero-slider_wrapper .swiper .navigation-bottom-center .swiper-navigation-bottom_center.swiper-button-next,
.pgsel_hero-slider_wrapper .swiper .navigation-bottom-center .swiper-navigation-bottom_center.swiper-button-prev {
	opacity: 1;
	margin: 0;
	position: relative;
	left: auto !important;
	right: auto !important;
}

.pgsel_hero-slider_wrapper .swiper .swiper-button-next.swiper-button-disabled,
.pgsel_hero-slider_wrapper .swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5 !important;
}

.pgsel_hero-slider_wrapper .swiper .swiper-button-next.swiper-navigation-left_right,
.pgsel_hero-slider_wrapper .swiper .swiper-button-prev.swiper-navigation-left_right {
	width: 75px;
	height: 75px;
	margin-top: -35px;
}

.pgsel_hero-slider_wrapper .swiper:hover .swiper-button-next.swiper-button-disabled,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-button-next {
	right: 40px;
}

.pgsel_hero-slider_wrapper .swiper:hover .swiper-button-prev.swiper-button-disabled,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-button-prev {
	left: 40px;
}

.pgsel_hero-slider_wrapper .swiper .swiper-navigation-bottom_left,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-navigation-bottom_left {
	bottom: 60px;
	top: auto;
	right: auto;
	opacity: 1;
}

.pgsel_hero-slider_wrapper .swiper .swiper-navigation-bottom_left.swiper-button-disabled,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-navigation-bottom_left.swiper-button-disabled {
	opacity: 0.5;
	right: auto;
}

.pgsel_hero-slider_wrapper .swiper .swiper-button-next.swiper-navigation-bottom_left,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-button-next.swiper-navigation-bottom_left {
	left: 205px;
}

.pgsel_hero-slider_wrapper .swiper .swiper-button-prev.swiper-navigation-bottom_left,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-button-prev.swiper-navigation-bottom_left {
	left: 130px;
	transform: scale(1.2);
}

.pgsel_hero-slider_wrapper .swiper .swiper-navigation-bottom_right,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-navigation-bottom_right {
	bottom: 60px;
	top: auto;
	left: auto;
	opacity: 1;
}

.pgsel_hero-slider_wrapper .swiper .swiper-navigation-bottom_right.swiper-button-disabled,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-navigation-bottom_right.swiper-button-disabled {
	opacity: 0.5;
	left: auto;
}

.pgsel_hero-slider_wrapper .swiper .swiper-button-next.swiper-navigation-bottom_right,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-button-next.swiper-navigation-bottom_right {
	right: 130px;
	transform: scale(1.2);
}

.pgsel_hero-slider_wrapper .swiper .swiper-button-prev.swiper-navigation-bottom_right,
.pgsel_hero-slider_wrapper .swiper:hover .swiper-button-prev.swiper-navigation-bottom_right {
	right: 205px;
}

.pgsel_hero-slider_wrapper .swiper .hero-control-bottom {
	position: absolute;
	bottom: 60px;
	left: 0;
	display: flex;
	align-items: center;
	gap: 0 30px;
	right: 0;
	justify-content: center;
}

.pgsel_hero-slider_wrapper .swiper .hero-control-bottom .swiper-pagination.swiper-pagination-bottom {
	position: relative;
	margin: 0;
	bottom: auto !important;
	order: 2;
	width: auto;
}

.pgsel_hero-slider_wrapper .swiper .hero-control-bottom .swiper-button-prev.swiper-button-disabled, .pgsel_hero-slider_wrapper .swiper .hero-control-bottom .swiper-button-prev {
	left: auto !important;
	opacity: 1;
	position: relative;
	order: 1;
	flex: none;
	top: auto !important;
	margin: 0 !important;
}

.pgsel_hero-slider_wrapper .swiper .hero-control-bottom .swiper-button-next.swiper-button-disabled, .pgsel_hero-slider_wrapper .swiper .hero-control-bottom .swiper-button-next {
	right: auto !important;
	opacity: 1;
	position: relative;
	order: 3;
	flex: none;
	top: auto !important;
	margin: 0 !important;
}

/*----------------------------------*/
/* Responsive CSS */
/*----------------------------------*/
@media (max-width: 991px) {
	.pgsel_hero-slider_wrapper .swiper .swiper-navigation {
		display: none;
	}
	.pgsel_hero-slider_wrapper .hero-control-left .swiper-pagination-left {
		left: 40px;
	}
	.pgsel_hero-slider_wrapper .hero-control-right .swiper-pagination-right {
		right: 40px;
	}
}

/*----------------------------------*/
/* Job Listing */
/*----------------------------------*/
.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-job-title {
	margin-bottom: 20px;
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details {
	display: flex;
	gap: 40px;
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-image {
	width: 300px;
	flex: none;
	overflow: hidden;
	border-radius: 8px;
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-image img {
	max-width: 100%;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	padding-right: 50px;
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-content .jls-job-type {
	font-weight: 500;
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-content .jls-job-location {
	font-weight: 500;
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-content .jls-job-meta {
	display: flex;
	gap: 50px;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid rgba(131, 131, 131, 0.25);
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-content .jls-job-meta .jls-meta-item {
	display: flex;
	gap: 10px;
	font-weight: 500;
	align-items: center;
}

.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-action {
	align-self: center;
	margin-left: auto;
}

.pgsel_job-listing-single_wrapper.job-style--style-1:hover .jls-details .jls-image img {
	transform: scale(1.1);
}

/*---------------------------------------------*/
/* Responsive View */
/*---------------------------------------------*/
@media (max-width: 1200px) {
	.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details {
		gap: 30px;
	}
	.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-content {
		padding-right: 0;
	}
	.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-action {
		align-self: flex-start;
	}
	.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-content .jls-job-meta .jls-meta-item {
		flex-wrap: wrap;
		gap: 0 10px;
	}
}

@media (max-width: 991px) {
	.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details {
		flex-wrap: wrap;
	}
	.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-image {
		width: 100%;
	}
	.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-action {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.pgsel_job-listing-single_wrapper.job-style--style-1 .jls-details .jls-content .jls-job-meta {
		flex-wrap: wrap;
		gap: 5px 30px;
	}
}

/*----------------------------------*/
/* History Slider */
/*----------------------------------*/
.pgsel_history-slider_wrapper .swiper:before {
	content: "";
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	background: rgba(163, 163, 163, 0.3);
	height: 1px;
}

.pgsel_history-slider_wrapper .history-item .history-info {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.pgsel_history-slider_wrapper .history-item .history-info:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -7px;
	background: var(--pgs_secondary_color);
	border-radius: 50px;
}

.pgsel_history-slider_wrapper .history-item .history-info .history-year {
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
	color: var(--pgs_primary_color);
}

.pgsel_history-slider_wrapper .history-item .history-info-content {
	padding-right: 50px;
}

.pgsel_history-slider_wrapper .history-item .history-info-content .history-title {
	color: var(--pgs_secondary_color);
	margin-bottom: 10px;
}

.pgsel_history-slider_wrapper .history-items .history-item .history-content blockquote {
	margin: 15px 0;
	padding: 0;
	padding-left: 15px;
	border-left-width: 5px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	min-height: inherit;
}

.pgsel_history-slider_wrapper .history-items .history-item .history-content blockquote:before {
	content: normal;
}

.pgsel_history-slider_wrapper .history-style-02 {
	display: flex;
	gap: 50px;
	flex-direction: column;
	padding-left: 80px;
	margin-left: 25px;
	counter-reset: h-item-counter;
}

.pgsel_history-slider_wrapper .history-style-02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	bottom: 0;
	width: 1px;
	background: rgba(163, 163, 163, 0.3);
}

.pgsel_history-slider_wrapper .history-style-02 .history-item {
	position: relative;
	left: 0;
	padding: 50px;
	background: #F9FAF9;
	transition: all 0.25s ease-in-out;
}

.pgsel_history-slider_wrapper .history-style-02 .history-item .history-year {
	margin-bottom: 20px;
}

.pgsel_history-slider_wrapper .history-style-02 .history-item .history-title {
	margin-bottom: 10px;
}

.pgsel_history-slider_wrapper .history-style-02 .history-item .history-content {
	margin: 0;
}

.pgsel_history-slider_wrapper .history-style-02 .history-item .history-number {
	position: absolute;
	left: -105px;
	top: 70px;
	width: 50px;
	height: 50px;
	background: var(--pgs_primary_color);
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transform: scale(1);
	transition: all 0.25s ease-in-out;
}

.pgsel_history-slider_wrapper .history-style-02 .history-item .history-number:before {
	counter-increment: h-item-counter;
	content: counter(h-item-counter);
}

.pgsel_history-slider_wrapper .history-style-02 .history-item:hover {
	left: 30px;
}

.pgsel_history-slider_wrapper .history-style-02 .history-item:hover .history-number {
	left: -135px;
	transform: scale(1.3);
}

.pgsel_history-slider_wrapper .history-style-02 .history-item:nth-child(-n + 9) .history-number:before {
	content: "0" counter(h-item-counter);
}

.pgsel_history-slider_wrapper .history-style-03 {
	display: flex;
	gap: 30px;
	flex-direction: column;
}

.pgsel_history-slider_wrapper .history-style-03 .history-item {
	position: relative;
	padding: 60px 50px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
}

.pgsel_history-slider_wrapper .history-style-03 .history-item .history-year-small {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 30px;
}

.pgsel_history-slider_wrapper .history-style-03 .history-item .history-item-info {
	display: flex;
	gap: 30px;
}

.pgsel_history-slider_wrapper .history-style-03 .history-item .history-item-info .history-year {
	font-size: 110px;
	writing-mode: vertical-lr;
	transform: scale(-1);
	align-self: center;
	line-height: normal;
	color: transparent;
	margin: 0;
	-webkit-text-stroke: 1px #e8e8e8;
}

.pgsel_history-slider_wrapper .history-style-03 .history-item .history-item-info .history-content {
	margin: 0;
}

/*----------------------------------*/
/* Responsive CSS */
/*----------------------------------*/
@media (max-width: 991px) {
	.pgsel_history-slider_wrapper .history-style-02 {
		padding-left: 60px;
	}
	.pgsel_history-slider_wrapper .history-style-02 .history-item .history-number {
		left: -85px;
	}
	.pgsel_history-slider_wrapper .history-style-02 .history-item:hover {
		left: 0;
	}
	.pgsel_history-slider_wrapper .history-style-02 .history-item:hover .history-number {
		left: -85px;
	}
}

@media (max-width: 767px) {
	.pgsel_history-slider_wrapper .history-style-03 .history-item .history-year-small {
		margin-bottom: 20px;
	}
	.pgsel_history-slider_wrapper .history-style-03 .history-item .history-item-info {
		gap: 10px;
		flex-direction: column;
	}
	.pgsel_history-slider_wrapper .history-style-03 .history-item .history-item-info .history-year {
		writing-mode: inherit;
		transform: inherit;
		align-self: auto;
	}
}

/*----------------------------------*/
/* Pricing Table */
/*----------------------------------*/
.pgsel_pricing-table_wrapper .pricing-table-wrapper {
	display: flex;
	gap: 50px;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info {
	width: 100%;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs {
	display: flex;
	flex-direction: column;
	border: none;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link {
	padding: 40px 30px;
	border: none;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content {
	display: flex;
	gap: 50px;
	align-items: center;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name {
	display: flex;
	gap: 30px;
	align-items: baseline;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-check {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
	flex: none;
	border: 2px solid #e8e8e8;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-check i {
	opacity: 0;
	color: var(--pgs_primary_color);
	transition: all 0.3s ease-in-out;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title {
	display: flex;
	flex-direction: column;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title .title {
	font-weight: 700;
	margin: 0;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title .package-discount {
	color: var(--pgs_primary_color);
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-btn {
	position: relative;
	visibility: hidden;
	opacity: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	z-index: 0;
	flex: none;
	margin-left: auto;
	border-radius: 50px;
	transition: all 0.4s ease-in-out;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-btn:before {
	content: "";
	width: 20%;
	height: 20%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	margin: auto;
	background: #ffffff;
	border-radius: 100px;
	transition: all 0.4s ease-in-out;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-btn svg path {
	stroke: #ffffff;
	transition: all 0.4s ease-in-out;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-btn:hover {
	border-color: transparent;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-btn:hover:before {
	opacity: 1;
	width: 100%;
	height: 100%;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-btn:hover svg path {
	stroke: var(--pgs_secondary_color);
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price {
	display: flex;
	gap: 5px;
	align-items: end;
	font-size: 38px;
	min-width: 200px;
	justify-content: flex-end;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price .price {
	margin: 0;
	font-size: inherit;
	transition: all 0.3s ease-in-out;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price .period {
	font-family: var(--pgs_typography_h4_font_family);
	font-size: 18px;
	font-weight: 700;
	color: var(--pgs_text_color);
	transition: all 0.3s ease-in-out;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link.active {
	background: var(--pgs_primary_color);
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-check {
	background: #ffffff;
	border-color: #ffffff;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-check i {
	opacity: 1;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-title .title {
	color: #ffffff;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-title .package-discount {
	color: #ffffff;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link.active .package-btn {
	opacity: 1;
	visibility: visible;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link.active .package-price .price {
	color: #ffffff;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link.active .package-price .period {
	color: #ffffff;
	opacity: 0.7;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info {
	width: 450px;
	position: relative;
	padding-left: 70px;
	display: flex;
	flex: none;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info:before {
	content: "";
	width: 150px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0.1;
	background: var(--pgs_primary_color);
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info .pricing-tab-content {
	align-self: center;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info .pricing-tab-content .tab-pane .package-list {
	padding: 30px 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info .pricing-tab-content .tab-pane .package-list li {
	display: flex;
	align-items: baseline;
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info .pricing-tab-content .tab-pane .package-list li i {
	color: var(--pgs_primary_color);
}

.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info .pricing-tab-content .tab-pane .package-list li span {
	padding-left: 120px;
	color: var(--pgs_secondary_color);
}

@media (max-width: 1200px) {
	.pgsel_pricing-table_wrapper .pricing-table-wrapper {
		gap: 30px;
		flex-direction: column;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link {
		padding: 35px 30px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content {
		gap: 20px;
		position: relative;
		align-items: normal;
		flex-direction: column;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title {
		flex-direction: inherit;
		gap: 10px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price {
		padding-left: 60px;
		min-width: inherit;
		justify-content: normal;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-btn {
		position: absolute;
		right: 0;
		top: 15px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info {
		width: 100%;
		padding: 30px 0;
		padding-left: 70px;
	}
}

@media (max-width: 991px) {
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link {
		padding: 30px 30px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content {
		gap: 15px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title .title {
		font-size: 22px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price .price {
		font-size: 34px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price .period {
		font-size: 18px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info .pricing-tab-content .tab-pane .package-list li.package-item-empty {
		display: none;
	}
}

@media (max-width: 479px) {
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content {
		gap: 10px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title {
		flex-direction: column;
		gap: 0;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title .title {
		font-size: 20px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-btn {
		top: auto;
		bottom: 0;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price {
		padding-left: 0;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price .price {
		font-size: 32px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-left-info .pricing-tabs .nav-item .nav-link .nav-link-content .package-price .period {
		font-size: 16px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info {
		padding-left: 45px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info:before {
		width: 100px;
	}
	.pgsel_pricing-table_wrapper .pricing-table-wrapper .pricing-right-info .pricing-tab-content .tab-pane .package-list li span {
		padding-left: 80px;
	}
}

/*----------------------------------*/
/* Pricing Table New */
/*----------------------------------*/
.pgsel_pricetbl {
	text-align: center;
}

.pgsel_pricetbl .pgsel-pricetbl--header {
	background: var(--e-price-table-header-background-color, #555);
	padding: 20px 0;
}

.pgsel_pricetbl .pgsel-pricetbl--header .pgsel_pricetbl--heading {
	text-align: inherit;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.pgsel_pricetbl .pgsel-pricetbl--header .pgsel_pricetbl--subheading {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	margin-top: 5px;
}

.pgsel_pricetbl .pgsel-pricetbl--price {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #555;
	font-weight: 800;
	font-size: 65px;
	padding: 40px 0;
}

.pgsel_pricetbl .pgsel-pricetbl--price .elementor-typo-excluded {
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 400;
	font-size: medium;
	font-style: normal;
}

.pgsel_pricetbl .pgsel-pricetbl--price .pgsel-pricetbl--after-price {
	display: flex;
	flex-wrap: wrap;
	text-align: start;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
}

.pgsel_pricetbl .pgsel-pricetbl--price .pgsel-pricetbl--integer-part {
	line-height: .8;
}

.pgsel_pricetbl .pgsel-pricetbl--price .pgsel-pricetbl--currency,
.pgsel_pricetbl .pgsel-pricetbl--price .pgsel-pricetbl--fractional-part {
	line-height: 1;
	font-size: .3em;
}

.pgsel_pricetbl .pgsel-pricetbl--price .pgsel-pricetbl--currency {
	margin-inline-end: 3px;
}

.pgsel_pricetbl .pgsel-pricetbl--price .pgsel_pricetbl--period {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7px;
}

.pgsel_pricetbl .pgsel-pricetbl--original-price {
	margin-inline-end: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	align-self: center;
}

.pgsel_pricetbl .pgsel-pricetbl--original-price .pgsel-pricetbl--currency {
	font-size: 1em;
	margin: 0;
}

.pgsel_pricetbl .pgsel_pricetbl--feature-desc {
	margin-bottom: 25px;
	display: inline-block;
}

.pgsel_pricetbl .pgsel-pricetbl--features-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: var(--e-price-table-features-list-color);
}

.pgsel_pricetbl .pgsel-pricetbl--features-list li {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.pgsel_pricetbl .pgsel-pricetbl--features-list li .pgsel-pricetbl--feature-inner {
	margin-left: 0;
	margin-right: 0;
}

.pgsel_pricetbl .pgsel-pricetbl--features-list li:not(:first-child):before {
	content: "";
	display: block;
	border: 0 solid rgba(122, 122, 122, 0.3);
	margin: 10px 0l;
}

.pgsel_pricetbl .pgsel-pricetbl--features-list i {
	margin-inline-end: 10px;
	font-size: 1.3em;
}

.pgsel_pricetbl .pgsel-pricetbl--features-list svg {
	margin-inline-end: 10px;
	fill: var(--e-price-table-features-list-color);
	height: 1.3em;
	width: 1.3em;
}

.pgsel_pricetbl .pgsel-pricetbl--features-list svg ~ * {
	vertical-align: text-top;
}

.pgsel_pricetbl .pgsel-pricetbl--footer {
	padding: 30px 0;
}

.pgsel_pricetbl .pgsel_pricetbl--additional-info {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.pgsel_pricetbl .pgsel-pricetbl--footer .pgsel_pricetbl--button {
	display: var(--btn-width);
}

.pgsel-pricetbl--ribbon {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px;
}

.pgsel-pricetbl--ribbon .pgsel_pricetbl--ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000;
}

.pgsel-pricetbl--ribbon.elementor-ribbon-left {
	transform: rotate(0);
	left: 0;
	right: auto;
}

.pgsel-pricetbl--ribbon.elementor-ribbon-right {
	transform: rotate(90deg);
	left: auto;
	right: 0;
}

.elementor-widget-price-table .elementor-widget-container {
	overflow: hidden;
	background-color: #f9fafa;
}

/*----------------------------------*/
/* Pricing Table Alignment */
/*----------------------------------*/
.pgsel_pricing-table-new_wrapper.content-alignment-left .pgsel_pricetbl {
	text-align: left;
}

.pgsel_pricing-table-new_wrapper.content-alignment-left .pgsel_pricetbl .pgsel-pricetbl--price {
	justify-content: flex-start;
}

.pgsel_pricing-table-new_wrapper.content-alignment-center .pgsel_pricetbl {
	text-align: center;
}

.pgsel_pricing-table-new_wrapper.content-alignment-center .pgsel_pricetbl .pgsel-pricetbl--price {
	justify-content: center;
}

.pgsel_pricing-table-new_wrapper.content-alignment-right .pgsel_pricetbl {
	text-align: right;
}

.pgsel_pricing-table-new_wrapper.content-alignment-right .pgsel_pricetbl .pgsel-pricetbl--price {
	justify-content: flex-end;
}

/*----------------------------------*/
/* Pricing Accordion */
/*----------------------------------*/
.pgsel_pricing-accordion_wrapper .pricing-accordion-packages {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package {
	padding: 35px 40px;
	background: transparent;
	border: 1px solid var(--item_border_color, rgba(131, 131, 131, 0.25));
	border-radius: var(--item_border_radius);
	transition: all 0.1s ease-in-out;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 130px;
	margin: 0;
	padding: 0;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-info {
	display: flex;
	gap: 20px;
	align-items: baseline;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-info .package-check {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	height: 30px;
	width: 30px;
	border: 2px solid var(--checkmark_border_color, rgba(131, 131, 131, 0.25));
	border-radius: 100%;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-info .package-check i {
	opacity: 0;
	font-size: 16px;
	color: var(--checkmark_icon_color, #e8e8e8);
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-info .package-title {
	margin-bottom: 0;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-info .package-subtitle {
	color: var(--pgs_body_color);
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-price {
	display: flex;
	margin-left: auto;
	align-items: baseline;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-price .package-price-amount {
	font-size: 32px;
	margin-bottom: 0;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-price .package-price-period {
	color: var(--pgs_body_color);
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse {
	margin: 0;
	margin-top: 30px;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .accordion-body {
	padding: 0;
	align-items: center;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-features .feature-items {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 30px;
	padding: 0;
	margin: 0;
	padding-left: 4px;
	list-style-type: none;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-features .feature-items .feature-item {
	display: flex;
	align-items: center;
	gap: 20px;
	width: calc(50% - 15px);
	line-height: normal;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-features .feature-items .feature-item .feature-item-icon svg {
	width: 20px;
	height: auto;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-button .package-link {
	width: var(--button_size, 80px);
	height: var(--button_size, 80px);
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--button_color, #ffffff);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-button .package-link:before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border-radius: 50%;
	background-color: var(--button_color, #ffffff);
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-button .package-link > * {
	z-index: 1;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-button .package-link i {
	font-size: var(--icon_size, 18px);
	color: var(--pgs_primary_color);
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-button .package-link svg {
	width: var(--icon_size, 18px);
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active {
	border: none;
	border-color: transparent;
	background-color: var(--pgs_primary_color);
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active .accordion-toggle .package-info .package-check {
	color: var(--checkmark_icon_color, var(--pgs_primary_color));
	border-color: var(--checkmark_bg_color, #ffffff);
	background-color: var(--checkmark_bg_color, #ffffff);
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active .accordion-toggle .package-info .package-check i {
	opacity: 1;
	color: var(--checkmark_icon_color, var(--pgs_primary_color));
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active .accordion-toggle .package-info .package-title,
.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active .accordion-toggle .package-info .package-subtitle {
	color: #ffffff;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active .accordion-toggle .package-price .package-price-amount,
.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active .accordion-toggle .package-price .package-price-period {
	color: #ffffff;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active .accordion-body .feature-item-icon svg {
	fill: #FFFFFF;
}

.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .pricing-accordion-package.active .accordion-body .feature-item-label {
	color: #ffffff;
}

/*---------------------------------------------*/
/* Responsive View */
/*---------------------------------------------*/
@media (max-width: 1200px) {
	.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .accordion-body {
		flex-wrap: wrap;
		gap: 30px;
	}
	.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-button {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-features .feature-items {
		gap: 20px;
	}
	.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-collapse .package-features .feature-items .feature-item {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle {
		flex-wrap: wrap;
		gap: 10px;
	}
	.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-info {
		width: 100%;
	}
	.pgsel_pricing-accordion_wrapper .pricing-accordion-packages .accordion-toggle .package-price {
		width: 100%;
		margin-left: 0;
	}
}

/*----------------------------------------*/
/* Portfolio */
/*----------------------------------------*/
.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 0 220px;
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr {
	width: 50%;
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0;
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item-caption {
	padding-right: 80px;
	margin-bottom: 0;
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item-caption .portfolio-item-title {
	margin-bottom: 15px;
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item-caption p {
	margin-bottom: 0;
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item {
	width: 100%;
	padding: 0;
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item .portfolio-img img {
	transform: none;
	transition: none;
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item .portfolio-img .portfolio-img-1,
.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item .portfolio-img .portfolio-img-2 {
	position: relative;
	width: 100%;
	display: block;
	transition: var(--pgs_transition-4, all 0.4s ease);
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item .portfolio-img .portfolio-img-1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: translatex(50%) scalex(2);
	opacity: 0;
	filter: blur(10px);
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item:hover .portfolio-img .portfolio-img-1 {
	transform: translatex(0) scalex(1);
	opacity: 1;
	filter: blur(0);
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item:hover .portfolio-img .portfolio-img-2 {
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	filter: blur(10px);
}

.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item-style--style-2 .portfolio-img .portfolio-info {
	z-index: 1;
}

/*----------------------------------------*/
/* Responsive CSS */
/*----------------------------------------*/
@media (max-width: 1200px) {
	.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper {
		gap: 0 150px;
	}
}

@media (max-width: 991px) {
	.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper {
		gap: 0 100px;
	}
	.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item-caption .portfolio-item-title {
		font-size: 42px;
		line-height: 52px;
	}
}

@media (max-width: 767px) {
	.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper {
		gap: 0 50px;
	}
	.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr .portfolio-items .portfolio-item-caption .portfolio-item-title {
		font-size: 34px;
		line-height: 44px;
	}
}

@media (max-width: 575px) {
	.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper {
		gap: 30px;
		flex-wrap: wrap;
	}
	.portfolio-wrapper.portfolio-masonry .portfolio-items-lr-wrapper .portfolio-items-lr {
		width: 100%;
	}
}

/*----------------------------------*/
/* Portfolio Creative */
/*----------------------------------*/
.pgsel_creative-portfolio_wrapper {
	display: flex;
	gap: 30px;
}

.pgsel_creative-portfolio_wrapper .portfolio-item {
	flex: 1;
	transition: 0.8s;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 670px;
}

.pgsel_creative-portfolio_wrapper .portfolio-item .item-wrap-image {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	transition: 0.5s;
	z-index: 0;
	position: absolute;
	background-position: center center;
	background-size: cover;
	object-fit: cover;
}

.pgsel_creative-portfolio_wrapper .portfolio-item .item-wrap-image img {
	display: none;
}

.pgsel_creative-portfolio_wrapper .portfolio-item .item-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: auto;
	left: 60px;
	bottom: 40px;
	opacity: 0;
	visibility: hidden;
	transition: var(--pgs_transition-4, all 0.4s ease-in-out);
}

.pgsel_creative-portfolio_wrapper .portfolio-item .item-info .item-title {
	display: inline-block;
	color: #ffffff;
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 22px;
	margin: 0;
	background-color: var(--pgs_primary_color);
}

.pgsel_creative-portfolio_wrapper .portfolio-item .item-info .item-tags {
	display: inline-flex;
	align-self: flex-start;
	gap: 10px;
	color: #ffffff;
	white-space: nowrap;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 26px;
	background-color: #000000;
}

.pgsel_creative-portfolio_wrapper .portfolio-item.active {
	flex: 5;
}

.pgsel_creative-portfolio_wrapper .portfolio-item.active .item-info {
	left: 40px;
	opacity: 1;
	transition-delay: 250ms;
	visibility: visible;
}

/*----------------------------------*/
/* Responsive CSS */
/*----------------------------------*/
@media (min-width: 1200px) {
	.container-fluid .pgsel_creative-portfolio_wrapper .portfolio-item {
		flex: 1.5;
	}
	.container-fluid .pgsel_creative-portfolio_wrapper .portfolio-item.active {
		flex: 5;
	}
}

@media (max-width: 767px) {
	.pgsel_creative-portfolio_wrapper {
		flex-wrap: wrap;
	}
	.pgsel_creative-portfolio_wrapper .portfolio-item,
	.pgsel_creative-portfolio_wrapper .portfolio-item.active {
		width: calc(50% - 15px);
		height: auto;
		flex: none;
	}
	.pgsel_creative-portfolio_wrapper .portfolio-item .item-wrap-image {
		width: auto;
		height: auto;
		position: relative;
		background-image: none !important;
	}
	.pgsel_creative-portfolio_wrapper .portfolio-item .item-wrap-image img {
		display: block;
	}
	.pgsel_creative-portfolio_wrapper .portfolio-item .item-info,
	.pgsel_creative-portfolio_wrapper .portfolio-item.active .item-info {
		opacity: 1;
		visibility: visible;
		bottom: 0;
		left: 0;
		padding: 15px;
	}
	.pgsel_creative-portfolio_wrapper .portfolio-item .item-info .item-title {
		font-size: 18px;
		line-height: 24px;
		white-space: normal;
	}
	.pgsel_creative-portfolio_wrapper .portfolio-item .item-info .item-tags {
		gap: 6px;
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 575px) {
	.pgsel_creative-portfolio_wrapper .portfolio-item,
	.pgsel_creative-portfolio_wrapper .portfolio-item.active {
		width: 100%;
	}
}

/*----------------------------------*/
/* Portfolio Meta Fields */
/*----------------------------------*/
.pgsel_portfolio-meta-fields_wrapper .portfolio-single-wrapper.portfolio-meta-wrapper {
	border: none;
	padding: inherit;
	border-radius: inherit;
}

/*----------------------------------*/
/* Case Study Meta Fields */
/*----------------------------------*/
.pgsel_case-study-meta-fields_wrapper .case-study-single-wrapper.case-study-meta-wrapper {
	border: none;
	padding: inherit;
	border-radius: inherit;
	margin-bottom: 0;
}

/*----------------------------------*/
/* Team */
/*----------------------------------*/
.pgsel_team_wrapper {
	/* Image Grayscale ---------------*/
	/* Team Style 01 ---------------*/
	/* Team Style 02 ---------------*/
}

.pgsel_team_wrapper > .row {
	--bs-gutter-y: 40px;
}

.pgsel_team_wrapper.image-grayscale .team-item .team-image img {
	transition: var(--pgs_transition, all 0.3s ease-in-out);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.pgsel_team_wrapper.image-grayscale .team-item:hover .team-image img {
	filter: grayscale(0);
}

.pgsel_team_wrapper .team-style-01 .team-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.pgsel_team_wrapper .team-style-01 .team-image .team-social-list {
	position: absolute;
	top: 50%;
	right: -80px;
	padding: 30px 15px;
	background-color: var(--pgs_primary_color);
	transform: translateY(-50%);
	transition: var(--pgs_transition, all 0.3s ease-in-out);
}

.pgsel_team_wrapper .team-style-01 .team-image .team-social-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.pgsel_team_wrapper .team-style-01 .team-image .team-social-list ul li a {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	display: block;
	transform: rotate(-90deg);
	transition: var(--pgs_transition, all 0.3s ease-in-out);
}

.pgsel_team_wrapper .team-style-01 .team-info .team-title {
	display: block;
	font-size: 22px;
	line-height: 36px;
	font-weight: 500;
	color: var(--pgs_secondary_color);
	margin-bottom: 0;
	transition: var(--pgs_transition, all 0.3s ease-in-out);
}

.pgsel_team_wrapper .team-style-01 .team-info .team-title:hover {
	color: var(--pgs_primary_color);
}

.pgsel_team_wrapper .team-style-01 .team-info .team-destination {
	color: var(--pgs_text_color);
}

.pgsel_team_wrapper .team-style-01:hover .team-image .team-social-list {
	right: 0;
}

.pgsel_team_wrapper .team-style-02 .team-item .team-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.pgsel_team_wrapper .team-style-02 .team-item .team-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	bottom: 0;
	padding: 40px;
	opacity: 0;
	z-index: 1;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(180deg, rgba(0, 56, 255, 0) 30%, var(--background-overlay, var(--pgs_primary_color)) 80%);
}

.pgsel_team_wrapper .team-style-02 .team-item .team-info .team-title {
	display: block;
	font-size: 22px;
	line-height: 36px;
	font-weight: 500;
	color: var(--pgs_secondary_color);
	margin-bottom: 0;
	transition: var(--pgs_transition, all 0.3s ease-in-out);
}

.pgsel_team_wrapper .team-style-02 .team-item .team-info .team-title:hover {
	color: var(--pgs_primary_color);
}

.pgsel_team_wrapper .team-style-02 .team-item .team-info .team-destination {
	color: var(--pgs_text_color);
}

.pgsel_team_wrapper .team-style-02 .team-item .team-social-list {
	margin-top: 15px;
}

.pgsel_team_wrapper .team-style-02 .team-item .team-social-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 10px;
}

.pgsel_team_wrapper .team-style-02 .team-item .team-social-list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 39px;
	font-size: 18px;
	color: var(--pgs_secondary_color);
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid rgba(131, 131, 131, 0.25);
	border-radius: 80%;
}

.pgsel_team_wrapper .team-style-02 .team-item .team-social-list ul li a:after {
	content: "";
	position: absolute;
	left: -4px;
	bottom: -4px;
	width: 100%;
	height: 100%;
	z-index: -2;
	border: 1px solid rgba(131, 131, 131, 0.25);
	border-radius: 80%;
	transition: all 0.3s ease-in-out;
}

.pgsel_team_wrapper .team-style-02 .team-item .team-social-list ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	border-radius: 80%;
	transition: all 0.3s ease-in-out;
	background-color: var(--pgs_primary_color);
}

.pgsel_team_wrapper .team-style-02 .team-item .team-social-list ul li a:hover {
	color: #ffffff;
	border-color: var(--pgs_primary_color);
}

.pgsel_team_wrapper .team-style-02 .team-item .team-social-list ul li a:hover:after {
	left: 0px;
	bottom: 0px;
	opacity: 0;
}

.pgsel_team_wrapper .team-style-02 .team-item .team-social-list ul li a:hover:before {
	opacity: 1;
}

.pgsel_team_wrapper .team-style-02.carousel, .pgsel_team_wrapper .team-style-02.carousel-zig-zag {
	padding-bottom: 5px;
}

.pgsel_team_wrapper .team-style-02.carousel .team-social-list, .pgsel_team_wrapper .team-style-02.carousel-zig-zag .team-social-list {
	padding-left: 4px;
}

.pgsel_team_wrapper .team-style-02:hover .team-image:before {
	opacity: 1;
}

/* Team Zig Zag ---------------*/
.swiper-wrapper .swiper-slide:nth-child(even) .carousel-zig-zag {
	margin-top: 70px;
}

.swiper-wrapper .swiper-slide:nth-child(odd) .carousel-zig-zag {
	margin-top: 0;
}

/*----------------------------------*/
/* Testimonials */
/*----------------------------------*/
.testimonial-style-01 .testimonial-left-info {
	padding-right: 60px;
}

.testimonial-style-01 .testimonial-left-info .testimonial-title {
	margin-bottom: 20px;
}

.testimonial-style-01 .testimonial-left-info .testimonial-carousel-arrow {
	display: flex;
	gap: 15px;
	margin-top: 40px;
}

.testimonial-style-01 .testimonial-left-info .testimonial-carousel-arrow .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 125px;
	height: 125px;
	padding: 0;
	z-index: 1;
	border: 1px solid var(--pgs_primary_color);
	border-radius: 100%;
}

.testimonial-style-01 .testimonial-left-info .testimonial-carousel-arrow .btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 0;
	width: 0;
	background-color: var(--pgs_primary_color);
	z-index: -1;
	border-radius: 100%;
	transition: var(--pgs_transition-4, all 0.4s ease-in-out);
}

.testimonial-style-01 .testimonial-left-info .testimonial-carousel-arrow .btn svg path {
	transition: var(--pgs_transition-4, all 0.4s ease-in-out);
}

.testimonial-style-01 .testimonial-left-info .testimonial-carousel-arrow .btn:hover:before {
	height: 100%;
	width: 100%;
}

.testimonial-style-01 .testimonial-left-info .testimonial-carousel-arrow .btn:hover svg path {
	stroke: #ffffff;
}

.testimonial-style-01 .testimonial-right-info {
	margin-top: 80px;
}

.testimonial-style-01 .testimonial-right-info .testimonial-item {
	padding: 90px;
	background: var(--pgs_primary_color);
}

.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-quote {
	position: absolute;
	top: 160px;
	right: 90px;
	opacity: 0.15;
}

.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-author {
	margin-bottom: 25px;
}

.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-author .author-name {
	color: #ffffff;
	font-size: 38px;
	line-height: normal;
	margin-bottom: 10px;
}

.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-author .author-position {
	font-size: 24px;
	color: #ffffff;
	margin: 0;
}

.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-content {
	font-style: italic;
	font-size: 26px;
	line-height: 38px;
	color: #ffffff;
	margin-bottom: 25px;
}

.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-content p {
	margin: 0;
}

.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-reviews .star-ratings {
	font-size: 22px;
	color: #ffffff;
}

.testimonial-style-01 .testimonial-right-info .testimonial-swiper {
	margin-right: 0%;
}

.e-con-inner .testimonial-style-01 .testimonial-right-info .testimonial-swiper {
	margin-right: -25%;
}

.testimonial-style-02 .swiper-slide {
	opacity: 0.3;
}

.testimonial-style-02 .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.testimonial-style-02 .testimonial-item {
	text-align: center;
}

.testimonial-style-02 .testimonial-item .testimonial-quote {
	margin-bottom: 20px;
	font-size: 170px;
	color: transparent;
	line-height: 130px;
	-webkit-text-stroke: 3px var(--pgs_primary_color);
}

.testimonial-style-02 .testimonial-item .testimonial-content {
	font-size: 30px;
	line-height: 44px;
	font-weight: 500;
	font-style: italic;
	color: var(--pgs_secondary_color);
	margin-bottom: 30px;
}

.testimonial-style-02 .testimonial-item .testimonial-content p {
	margin: 0;
}

.testimonial-style-02 .testimonial-item .testimonial-author {
	text-align: center;
}

.testimonial-style-02 .testimonial-item .testimonial-author .author-name {
	font-size: 24px;
	font-weight: 600;
	color: var(--pgs_primary_color);
	text-align: center;
	margin-bottom: 5px;
}

.testimonial-style-03 .testimonial-item {
	text-align: center;
	padding: 0 220px;
}

.testimonial-style-03 .testimonial-item .testimonial-quote .quote-svg {
	display: inline-block;
	position: relative;
}

.testimonial-style-03 .testimonial-item .testimonial-quote .quote-svg .quote-primary path {
	fill: var(--e-global-color-primary);
}

.testimonial-style-03 .testimonial-item .testimonial-quote .quote-svg .quote-border {
	position: absolute;
	left: -5px;
	top: -4px;
}

.testimonial-style-03 .testimonial-item .testimonial-content {
	font-size: 20px;
	line-height: 40px;
	margin: 20px 0;
}

.testimonial-style-03 .testimonial-item .testimonial-content p {
	margin: 0;
}

.testimonial-style-03 .testimonial-item .testimonial-author .author-name {
	font-size: 22px;
	line-height: 32px;
	text-align: inherit;
}

.testimonial-style-03 .testimonial-item .testimonial-author .author-position {
	font-size: 18px;
	line-height: 28px;
}

.testimonial-style-03 .swiper .swiper-button-next,
.testimonial-style-03 .swiper .swiper-button-prev {
	width: 125px;
	height: 125px;
	background: transparent;
	border: 1px solid #D9D9D9;
	border-radius: 100%;
}

.testimonial-style-03 .swiper .swiper-button-next svg path,
.testimonial-style-03 .swiper .swiper-button-prev svg path {
	transition: all 0.3s ease-in-out;
	stroke: var(--e-global-color-primary);
}

.testimonial-style-03 .swiper .swiper-button-next:hover,
.testimonial-style-03 .swiper .swiper-button-prev:hover {
	color: #ffffff;
	border-color: var(--e-global-color-primary);
}

.testimonial-style-03 .swiper .swiper-button-next:hover .e-font-icon-svg,
.testimonial-style-03 .swiper .swiper-button-prev:hover .e-font-icon-svg {
	fill: #ffffff;
}

.testimonial-style-03 .swiper .swiper-button-next:hover svg:not(.e-font-icon-svg) path,
.testimonial-style-03 .swiper .swiper-button-prev:hover svg:not(.e-font-icon-svg) path {
	stroke: #ffffff;
}

.testimonial-style-03 .swiper .swiper-button-prev {
	left: 20px;
	opacity: 1;
}

.testimonial-style-03 .swiper .swiper-button-prev:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	z-index: -1;
	border-radius: 100%;
	background: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
}

.testimonial-style-03 .swiper .swiper-button-prev:hover:before {
	height: 100%;
	width: 100%;
}

.testimonial-style-03 .swiper .swiper-button-next {
	right: 20px;
	opacity: 1;
}

.testimonial-style-03 .swiper .swiper-button-next:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	z-index: -1;
	border-radius: 100%;
	background: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
}

.testimonial-style-03 .swiper .swiper-button-next:hover:before {
	height: 100%;
	width: 100%;
}

.testimonial-style-03 .swiper .swiper-button-default,
.testimonial-style-03 .swiper .swiper-button-custom {
	font-size: 30px;
	color: var(--e-global-color-primary);
}

.testimonial-style-03 .swiper .swiper-button-default:after,
.testimonial-style-03 .swiper .swiper-button-custom:after {
	content: normal;
}

.testimonial-style-03 .swiper .swiper-button-default svg.e-font-icon-svg,
.testimonial-style-03 .swiper .swiper-button-custom svg.e-font-icon-svg {
	width: 30px;
	fill: var(--e-global-color-primary);
}

.elementor-element.e-con-boxed:has(.slider-overflow-visible) > .elementor-element,
.elementor-element.e-con-full:has(.slider-overflow-visible) > .elementor-element {
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

.testimonial-style-04.slider-overflow-visible .swiper {
	overflow: visible;
}

.testimonial-style-04 .swiper-slide:nth-child(odd) {
	margin-top: 40px;
}

.testimonial-style-04 .testimonial-item {
	position: relative;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid rgba(131, 131, 131, 0.25);
}

.testimonial-style-04 .testimonial-item .testimonial-reviews .star-ratings {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	color: var(--pgs_primary_color);
}

.testimonial-style-04 .testimonial-item .testimonial-quote {
	position: absolute;
	right: 35px;
	top: 30px;
}

.testimonial-style-04 .testimonial-item .testimonial-quote i {
	font-size: 80px;
	line-height: 50px;
	color: transparent;
	-webkit-text-stroke: 2px var(--pgs_body_color);
}

.testimonial-style-04 .testimonial-item .testimonial-content {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 32px;
	font-style: italic;
	color: var(--pgs_body_color);
}

.testimonial-style-04 .testimonial-item .testimonial-content p {
	margin: 0;
}

.testimonial-style-04 .testimonial-item .testimonial-author .author-name {
	display: inline-block;
	margin: 0;
	color: var(--pgs_primary_color);
}

.testimonial-style-04 .testimonial-item .testimonial-author .author-position {
	display: block;
}

/*---------------------------------------------*/
/* Responsive View */
/*---------------------------------------------*/
@media (max-width: 1600px) {
	.testimonial-style-01 .testimonial-right-info .testimonial-swiper {
		margin-right: 0%;
	}
	.e-con-inner .testimonial-style-01 .testimonial-right-info .testimonial-swiper {
		margin-right: -10%;
	}
}

@media (max-width: 1400px) {
	.testimonial-style-01 .testimonial-right-info .testimonial-swiper {
		margin-right: 0%;
	}
	.e-con-inner .testimonial-style-01 .testimonial-right-info .testimonial-swiper {
		margin-right: 0%;
	}
}

@media (max-width: 991px) {
	.testimonial-style-01 .testimonial-right-info {
		margin-top: 50px;
	}
	.testimonial-style-01 .testimonial-right-info .testimonial-swiper {
		margin-right: 0;
		margin-bottom: 0;
	}
	.testimonial-style-01 .testimonial-right-info .testimonial-item {
		padding: 70px;
	}
	.testimonial-style-02 .testimonial-item .testimonial-content {
		font-size: 26px;
		line-height: 38px;
	}
	.testimonial-style-03 .testimonial-item {
		padding: 0 120px;
	}
	.testimonial-style-03 .swiper .swiper-button-next,
	.testimonial-style-03 .swiper .swiper-button-prev {
		width: 90px;
		height: 90px;
		font-size: 22px;
	}
	.testimonial-style-03 .swiper .swiper-button-prev {
		left: 0;
	}
	.testimonial-style-03 .swiper .swiper-button-next {
		right: 0;
	}
	.elementor-element.e-con-boxed:has(.slider-overflow-visible) > .elementor-element,
	.elementor-element.e-con-full:has(.slider-overflow-visible) > .elementor-element {
		mask-image: none;
	}
	.testimonial-style-04.slider-overflow-visible .swiper {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.testimonial-style-01 .testimonial-left-info .testimonial-carousel-arrow .btn {
		width: 100px;
		height: 100px;
	}
	.testimonial-style-01 .testimonial-left-info .testimonial-carousel-arrow .btn svg {
		width: 50px;
	}
	.testimonial-style-01 .testimonial-right-info {
		margin-top: 50px;
	}
	.testimonial-style-01 .testimonial-right-info .testimonial-item {
		padding: 50px;
	}
	.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-quote {
		top: 120px;
		right: 50px;
	}
	.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-author .author-name {
		font-size: 30px;
	}
	.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-author .author-position {
		font-size: 20px;
	}
	.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-content {
		font-size: 20px;
		line-height: 30px;
	}
	.testimonial-style-01 .testimonial-right-info .testimonial-item .testimonial-reviews .star-ratings {
		font-size: 20px;
	}
	.testimonial-style-02 .testimonial-item .testimonial-quote {
		font-size: 120px;
		line-height: 100px;
	}
	.testimonial-style-02 .testimonial-item .testimonial-content {
		font-size: 24px;
		line-height: 36px;
	}
	.testimonial-style-02 .testimonial-item .testimonial-author .author-name {
		font-size: 20px;
	}
	.testimonial-style-03 .testimonial-item {
		padding: 0 20px;
	}
	.testimonial-style-03 .swiper .swiper-button-next,
	.testimonial-style-03 .swiper .swiper-button-prev {
		display: none;
	}
}

/*----------------------------------*/
/* Video Button */
/*----------------------------------*/
.pgsel_video-button_wrapper {
	/* Style 1 -------------------*/
	/* Style 2 -------------------*/
	/* Style 3 -------------------*/
}

.pgsel_video-button_wrapper .video-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 170px;
	font-size: 18px;
	font-weight: 600;
	transition: inherit;
	border-radius: 100%;
}

.pgsel_video-button_wrapper .video-btn i {
	font-size: 24px;
}

.pgsel_video-button_wrapper .style-1 {
	position: relative;
	z-index: 0;
	color: var(--pgs_primary_color);
	border: 1px solid var(--pgs_primary_color);
}

.pgsel_video-button_wrapper .style-1:hoverx {
	color: #ffffff;
	border-color: var(--pgs_primary_color);
	background: var(--pgs_primary_color);
}

.pgsel_video-button_wrapper .style-1:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 25%;
	width: 25%;
	opacity: 0;
	background-color: var(--pgs_primary_color);
	transition: all 0.3s ease-in-out;
	z-index: -1;
	border-radius: 100%;
}

.pgsel_video-button_wrapper .style-1:hover {
	color: #ffffff;
}

.pgsel_video-button_wrapper .style-1:hover:before {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.pgsel_video-button_wrapper .style-2 {
	position: relative;
	z-index: 0;
	color: #ffffff;
	background: var(--pgs_primary_color);
}

.pgsel_video-button_wrapper .style-2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 25%;
	width: 25%;
	opacity: 0;
	background: #000000;
	transition: all 0.3s ease-in-out;
	z-index: -1;
	border-radius: 100%;
}

.pgsel_video-button_wrapper .style-2:hover {
	color: #ffffff;
}

.pgsel_video-button_wrapper .style-2:hover:before {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.pgsel_video-button_wrapper .style-2.btn-bg-blur {
	backdrop-filter: blur(10px);
}

.pgsel_video-button_wrapper .style-3 {
	position: relative;
	z-index: 0;
	color: #ffffff;
}

.pgsel_video-button_wrapper .style-3:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	background: var(--pgs_primary_color);
	z-index: -1;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.pgsel_video-button_wrapper .style-3:before {
	position: absolute;
	content: "";
	left: -8px;
	top: 8px;
	margin: auto;
	height: 100%;
	width: 100%;
	border: 1px solid var(--pgs_primary_color);
	z-index: -1;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.pgsel_video-button_wrapper .style-3:hover {
	color: #ffffff;
}

.pgsel_video-button_wrapper .style-3.btn-bg-blur:after {
	backdrop-filter: blur(10px);
}
