/*
Theme Name: Swak     
Theme URI: http://themeforest.net/user/themescamp/portfolio
Author: ThemesCamp 
Author URI:  http://themeforest.net/user/themescamp/ 
Description: Swak is a WordPress theme perfect for news, magazine, blog and for all kinds of publishing websites.
Version: 1.0.0     
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html      
Text Domain: swak 
Domain Path: /lang   
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images 
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:-                                                                                                      
--------------------------------------------------------------
* Helper Section         
	- text color   
	- font-weight       
	- font-size 
	- line-height
	- text-transform  
	- letter-spacing 
	- Overlay Effect Bg image     
	- margin-top
	- margin-bottom 
	- padding-top
	- padding-bottom
	- the spacing
	- social-media-colors
* General Section
	- Typography
	- To top style
	- inner page style  
	- wp post style
	- Bootstrap Clearfix
	- Elementor Editor Style
* Header Section
* Slider Section
* Features Section
* Portfolio Section
* Team Section
* Testimonial Section
* Contact Section
* Footer Section
* Blog Section
	- Sidebar Section
	- comment section
* WordPress Style
* Gutenberg Style
* Responsive

------------------------------------------------------------*/
/* ===============================================================
			[ * Helper Section ] 
================================================================*/
/*-------------------[ Base ]------------------------------*/
:root {
	--color-main:#0C3DF4;
	--color-primary:#0C3DF4;
	--color-secondary:#02b5ff;
	--color-ternary: #0C3DF4;
	--color-blue2: #4a00e1;
	--color-blue4: #5842bc;
	--color-blue5: #157efb;
	--color-blue6: #6640f4;
	--color-lightBlue: #15f1ff;
	--color-darkBlue: #010049;
	--color-gray: #eef4f8;
	--color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%); }

/*-------------------[ text color ]------------------------------*/
.text-color {
	color: var(--color-main); }

.text-white {
	color: #FFF; }

.text-black {
	color: #000; }

.text-extra-dark-gray {
	color: #232323; }

.text-dark-gray {
	color: #626262; }

.text-extra-medium-gray {
	color: #757575; }

.text-medium-gray {
	color: #939393; }

.text-extra-light-gray {
	color: #b7b7b7; }

.text-light-gray {
	color: #d6d5d5; }

.text-very-light-gray {
	color: #ededed; }

/*-------------------[ font-weight ]------------------------------*/
.fw-100 {
	font-weight: 100; }

.fw-200 {
	font-weight: 200; }

.fw-300 {
	font-weight: 300; }

.fw-400 {
	font-weight: 400; }

.fw-500 {
	font-weight: 500; }

.fw-600 {
	font-weight: 600 !important; }

.fw-700 {
	font-weight: 700 !important; }

.fw-800 {
	font-weight: 800; }

.fw-900 {
	font-weight: 900; }

/*-------------------[ font-size ]------------------------------*/
.fz-10 {
	font-size: 10px; }

.fz-12 {
	font-size: 12px; }

.fz-14 {
	font-size: 14px; }

.fz-15 {
	font-size: 15px; }

.fz-16 {
	font-size: 16px; }

.fz-18 {
	font-size: 18px; }

.fz-20 {
	font-size: 20px; }

.fz-22 {
	font-size: 22px; }

.fz-25 {
	font-size: 25px; }

.fz-30 {
	font-size: 30px; }

.fz-40 {
	font-size: 40px; }

.fz-50 {
	font-size: 50px; }

/*-------------------[ line-height ]------------------------------*/
.line-height-10 {
	line-height: 10px; }

.line-height-13 {
	line-height: 13px; }

.line-height-18 {
	line-height: 18px; }

.line-height-20 {
	line-height: 20px; }

.line-height-24 {
	line-height: 24px; }

.line-height-22 {
	line-height: 22px; }

.line-height-26 {
	line-height: 26px; }

.line-height-28 {
	line-height: 28px; }

.line-height-30 {
	line-height: 30px; }

.line-height-35 {
	line-height: 35px; }

.line-height-40 {
	line-height: 40px; }

.line-height-45 {
	line-height: 45px; }

.line-height-50 {
	line-height: 50px; }

.line-height-55 {
	line-height: 55px; }

.line-height-60 {
	line-height: 60px; }

.line-height-65 {
	line-height: 65px; }

.line-height-70 {
	line-height: 70px; }

.line-height-75 {
	line-height: 75px; }

.line-height-80 {
	line-height: 80px; }

.line-height-85 {
	line-height: 85px; }

.line-height-90 {
	line-height: 90px; }

.line-height-95 {
	line-height: 95px; }

.line-height-100 {
	line-height: 100px; }

.line-height-110 {
	line-height: 110px; }

.line-height-120 {
	line-height: 120px; }

/*-------------------[ text-transform ]------------------------------*/
.text-u {
	text-transform: uppercase; }

.text-l {
	text-transform: lowercase; }

.text-c {
	text-transform: capitalize; }

.text-non {
	text-transform: none; }

.text-i {
	font-style: italic; }

/*-------------------[ letter-spacing ]------------------------------*/
.ls0 {
	letter-spacing: 0px; }

.ls1 {
	letter-spacing: 1px; }

.ls2 {
	letter-spacing: 2px; }

.ls3 {
	letter-spacing: 3px; }

.ls4 {
	letter-spacing: 4px; }

.ls5 {
	letter-spacing: 5px; }

.ls10 {
	letter-spacing: 10px; }

/*-------------------[ Overlay Effect Bg image ]------------------------------*/
.container {
	max-width: 1200px; }

[data-overlay-dark],
[data-overlay-light] {
	position: relative; }

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2; }

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1; }

[data-overlay-dark]:before {
	background: #1a1d24; }

[data-overlay-light]:before {
	background: #fff; }

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
	color: #fff; }

[data-overlay-dark] p {
	color: #bbb; }

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0; }

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: 0.1; }

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: 0.2; }

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: 0.3; }

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: 0.4; }

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: 0.5; }

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: 0.6; }

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: 0.7; }

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: 0.8; }

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
	opacity: 0.9; }

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1; }

.gray-filter {
	webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%); }

/*-------------------[ margin-top  (0/100) +5 ]------------------------------*/
.mt-0 {
	margin-top: 0; }

.mt-5 {
	margin-top: 5px; }

.mt-10 {
	margin-top: 10px; }

.mt-15 {
	margin-top: 15px; }

.mt-20 {
	margin-top: 20px; }

.mt-25 {
	margin-top: 25px; }

.mt-30 {
	margin-top: 30px; }

.mt-35 {
	margin-top: 35px; }

.mt-40 {
	margin-top: 40px; }

.mt-45 {
	margin-top: 45px; }

.mt-50 {
	margin-top: 50px; }

.mt-55 {
	margin-top: 55px; }

.mt-60 {
	margin-top: 60px; }

.mt-65 {
	margin-top: 65px; }

.mt-70 {
	margin-top: 70px; }

.mt-75 {
	margin-top: 75px; }

.mt-80 {
	margin-top: 80px; }

.mt-85 {
	margin-top: 85px; }

.mt-90 {
	margin-top: 90px; }

.mt-95 {
	margin-top: 95px; }

.mt-100 {
	margin-top: 100px; }

/*-------------------[ margin-bottom  (0/100) +5 ]------------------------------*/
.mb-0 {
	margin-bottom: 0; }

.mb-5 {
	margin-bottom: 5px; }

.mb-10 {
	margin-bottom: 10px; }

.mb-15 {
	margin-bottom: 15px; }

.mb-20 {
	margin-bottom: 20px; }

.mb-25 {
	margin-bottom: 25px; }

.mb-30 {
	margin-bottom: 30px; }

.mb-35 {
	margin-bottom: 35px; }

.mb-40 {
	margin-bottom: 40px; }

.mb-45 {
	margin-bottom: 45px; }

.mb-50 {
	margin-bottom: 50px; }

.mb-55 {
	margin-bottom: 55px; }

.mb-60 {
	margin-bottom: 60px; }

.mb-65 {
	margin-bottom: 65px; }

.mb-70 {
	margin-bottom: 70px; }

.mb-75 {
	margin-bottom: 75px; }

.mb-80 {
	margin-bottom: 80px; }

.mb-85 {
	margin-bottom: 85px; }

.mb-90 {
	margin-bottom: 90px; }

.mb-95 {
	margin-bottom: 95px; }

.mb-100 {
	margin-bottom: 100px; }

/*-------------------[ padding-left  (0/100) +5 ]------------------------------*/
.pl-0 {
	padding-left: 0; }

.pl-5 {
	padding-left: 5px; }

.pl-10 {
	padding-left: 10px; }

.pl-15 {
	padding-left: 15px; }

.pl-20 {
	padding-left: 20px; }

.pl-25 {
	padding-left: 25px; }

.pl-30 {
	padding-left: 30px; }

.pl-40 {
	padding-left: 40px; }

.pl-50 {
	padding-left: 50px; }

/*-------------------[ padding-top  (0/100) +5 ]------------------------------*/
.pt-0 {
	padding-top: 0 !important; }

.pt-5 {
	padding-top: 5px; }

.pt-10 {
	padding-top: 10px; }

.pt-15 {
	padding-top: 15px; }

.pt-20 {
	padding-top: 20px; }

.pt-25 {
	padding-top: 25px; }

.pt-30 {
	padding-top: 30px; }

.pt-35 {
	padding-top: 35px; }

.pt-40 {
	padding-top: 40px; }

.pt-45 {
	padding-top: 45px; }

.pt-50 {
	padding-top: 50px; }

.pt-55 {
	padding-top: 55px; }

.pt-60 {
	padding-top: 60px; }

.pt-65 {
	padding-top: 65px; }

.pt-70 {
	padding-top: 70px; }

.pt-75 {
	padding-top: 75px; }

.pt-80 {
	padding-top: 80px; }

.pt-85 {
	padding-top: 85px; }

.pt-90 {
	padding-top: 90px; }

.pt-95 {
	padding-top: 95px; }

.pt-100 {
	padding-top: 100px; }

/*-------------------[ padding-bottom  (0/100) +5 ]------------------------------*/
.pb-0 {
	padding-bottom: 0; }

.pb-5 {
	padding-bottom: 5px; }

.pb-10 {
	padding-bottom: 10px; }

.pb-15 {
	padding-bottom: 15px; }

.pb-20 {
	padding-bottom: 20px; }

.pb-25 {
	padding-bottom: 25px; }

.pb-30 {
	padding-bottom: 30px; }

.pb-35 {
	padding-bottom: 35px; }

.pb-40 {
	padding-bottom: 40px; }

.pb-45 {
	padding-bottom: 45px; }

.pb-50 {
	padding-bottom: 50px; }

.pb-55 {
	padding-bottom: 55px; }

.pb-60 {
	padding-bottom: 60px; }

.pb-65 {
	padding-bottom: 65px; }

.pb-70 {
	padding-bottom: 70px; }

.pb-75 {
	padding-bottom: 75px; }

.pb-80 {
	padding-bottom: 80px; }

.pb-85 {
	padding-bottom: 85px; }

.pb-90 {
	padding-bottom: 90px; }

.pb-95 {
	padding-bottom: 95px; }

.pb-100 {
	padding-bottom: 100px; }

.no-padding {
	padding: 0; }

/*-------------------[ Spacing  (0/100) +10 ]------------------------------*/
.spc-10 {
	width: 100%;
	height: 10px; }

.spc-20 {
	width: 100%;
	height: 20px; }

.spc-30 {
	width: 100%;
	height: 30px; }

.spc-40 {
	width: 100%;
	height: 40px;
	clear: both; }

.spc-50 {
	width: 100%;
	height: 50px; }

.spc-60 {
	width: 100%;
	height: 60px; }

.spc-70 {
	width: 100%;
	height: 70px; }

.spc-80 {
	width: 100%;
	height: 80px; }

.spc-90 {
	width: 100%;
	height: 90px; }

.spc-100 {
	width: 100%;
	height: 100px; }

/*-------------------[ Social-media-colors ]------------------------------*/
.f-color {
	color: #3b5999; }

.tw-color {
	color: #55acee; }

.lin-color {
	color: #0077B5; }

.g-plus-color {
	color: #dd4b39; }

.pin-color {
	color: #bd081c; }

.ytube-color {
	color: #cd201f; }

.inst-color {
	color: #e4405f; }

.be-color {
	color: #131418; }

/* background */
.f-bg {
	background-color: #3b5999;
	border-color: #3b5999; }

.tw-bg {
	background-color: #55acee;
	border-color: #55acee; }

.lin-bg {
	background-color: #0077B5;
	border-color: #0077B5; }

.g-plus-bg {
	background-color: #dd4b39;
	border-color: #dd4b39; }

.pin-bg {
	background-color: #bd081c;
	border-color: #bd081c; }

.ytube-bg {
	background-color: #cd201f;
	border-color: #cd201f; }

.inst-bg {
	background-color: #e4405f;
	border-color: #e4405f; }

.be-bg {
	background-color: #131418;
	border-color: #131418; }

.b-none {
	border: none !important; }

.bg-img {
	background-size: cover;
	background-repeat: no-repeat; }

.ontop {
	position: relative;
	z-index: 7; }

/*-------------------[ Heading styles ]------------------------------*/
.dflex {
	display: flex !important; }

/*-------------------[ Heading styles ]------------------------------*/
.dsc-heading-style1 h5 {
	margin-top: 0px;
	font-size: 13px !important;
	line-height: 1.2;
	margin-bottom: 11px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--color-main); }

.dsc-heading-style2 h3 {
	font-size: 40px;
	line-height: 54px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: auto;
	display: block;
	float: none;
	margin: auto;
	padding-bottom: 40px; }

.mx-auto {
	margin-left: auto;
	margin-right: auto;
	float: initial; }

/*-------------------[ Effect classes]------------------------------*/
.swak-effect-01 {
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
	opacity: .3; }

.swak-effect-02 {
	color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
	opacity: .3; }

.swak-stroke span {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent; }

/*....................................Animation splitter.................*/
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
	animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation-delay: calc(30ms * var(--char-index)); }

.splitting .whitespace {
	width: 5px; }

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px); }
	100% {
		opacity: 1;
		transform: translateY(0); } }
.splitting.txt.animated .char {
	animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation-delay: calc(10ms * var(--char-index)); }

.splitting.txt .whitespace {
	width: 5px; }

@keyframes fadeIn {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }
@media (min-width: 1199px) {
	.imago {
		transition: all .8s;
		transition-delay: .3s; }
		.imago.animated {
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

	.elementor-editor-active .imago, .vc_editor .imago {
		clip-path: none; } }
.elementor-editor-active .wow, .vc_editor .wow {
	visibility: visible !important; }

/* ====================== [ End Text Animation & Images ] ====================== */
.swak-fadinup-split span {
	opacity: 0;
	position: relative;
	display: inline-block; }

.swak-fadinup-split span.active {
	animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation-delay: calc(30ms * var(--char-index)); }

/**/
.splitting.txt.animated .char {
	animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation-delay: calc(10ms * var(--char-index)); }

.splitting.txt .whitespace {
	width: 5px; }

/**/
.swak-effect-1:after {
	content: '';
	width: 8%;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
	position: absolute;
	left: 0;
	top: 0; }

.swak-effect-3:after {
	content: '';
	width: 8%;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
	position: absolute;
	right: 0;
	top: 0; }

.swak-gallery .elementor-image-gallery .gallery-item img {
	width: 60px;
	height: 60px;
	border: none; }

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }

/* ====================== Theme Dark & Light ====================== */
@media (prefers-color-scheme: dark) {
	body.swak-auto-mode {
		color: #c8c8c8;
		background-color: #0C0F16; }
		body.swak-auto-mode h1,
		body.swak-auto-mode h2,
		body.swak-auto-mode h3,
		body.swak-auto-mode h4,
		body.swak-auto-mode h5,
		body.swak-auto-mode h6,
		body.swak-auto-mode .fn.comment-author .url,
		body.swak-auto-mode .pagination li a:hover,
		body.swak-auto-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
		body.swak-auto-mode .swak-text-mode1 {
			color: #fff; }
		body.swak-auto-mode .error-text,
		body.swak-auto-mode .fn.comment-author,
		body.swak-auto-mode .swak-text-mode2 {
			color: #ccc; }
		body.swak-auto-mode .blog-wrapper,
		body.swak-auto-mode form textarea,
		body.swak-auto-mode input,
		body.swak-auto-mode .page-content-wrapper {
			background: #0C0F16; }
		body.swak-auto-mode .gray-bg,
		body.swak-auto-mode .swak-section-mode2,
		body.swak-auto-mode .tags-bottom a,
		body.swak-auto-mode blockquote {
			background: #06121A; }
		body.swak-auto-mode .swak-section-mode3 {
			background-color: #06121A; }
		body.swak-auto-mode .swak-section-mode4 {
			background-color: #000; }
		body.swak-auto-mode .swak-section-mode5 {
			background-color: #000; }
		body.swak-auto-mode .swak-section-mode6 {
			background-color: #06121A; }
		body.swak-auto-mode .swak-section-mode7 {
			background-color: #06121A; }
		body.swak-auto-mode .swak-section-mode8 {
			background-color: #06121A; }
		body.swak-auto-mode .swak-section-mode9 {
			background-color: #06121A; }
		body.swak-auto-mode .comment-body,
		body.swak-auto-mode .related-inner {
			background: #121a23; }
		body.swak-auto-mode .swork-line {
			background: #fff; }
		body.swak-auto-mode .comment-reply-link,
		body.swak-auto-mode .pagination > li > a,
		body.swak-auto-mode .pagination > li > span,
		body.swak-auto-mode .swak-section-mode1 {
			background-color: #0c0f16; }
		body.swak-auto-mode .widget_categories ul li.cat-item span,
		body.swak-auto-mode .share-box a {
			background-color: #11141B; }
		body.swak-auto-mode .border-post,
		body.swak-auto-mode .searchform input[type=search],
		body.swak-auto-mode form textarea,
		body.swak-auto-mode input,
		body.swak-auto-mode .img-pagi,
		body.swak-auto-mode .comment-form-comment:before,
		body.swak-auto-mode .comment-meta .comment-edit-link,
		body.swak-auto-mode .post.sticky,
		body.swak-auto-mode .sidebar .recent-posts-widget:not(:last-child),
		body.swak-auto-mode .tagcloud a,
		body.swak-auto-mode .post-bottom {
			border-color: #333; }
		body.swak-auto-mode .custom-logo .custom-logo-dark,
		body.swak-auto-mode .swak-logo-dark {
			display: none; }
		body.swak-auto-mode .custom-logo .custom-logo-light,
		body.swak-auto-mode .swak-logo-light {
			display: initial; }
		body.swak-auto-mode .header.white-header {
			background: #11141b;
			box-shadow: 0 0 5px 0 #333; }
		body.swak-auto-mode .header.white-header .navigation li a,
		body.swak-auto-mode .custom-absolute-menu .is-sticky .cart-contents:before,
		body.swak-auto-mode .custom-absolute-menu .cart-contents:before {
			color: #e2dcdc; }
		body.swak-auto-mode .header .cart-contents:before {
			color: #e2dcdc; }
		body.swak-auto-mode .header.custom-absolute-menu .is-sticky .logo-dark {
			display: initial; }
		body.swak-auto-mode .header.custom-absolute-menu .is-sticky .logo-white {
			display: none; }
		body.swak-auto-mode .header.not-custom-menu .logo-d-mode {
			display: none; }
		body.swak-auto-mode .header.not-custom-menu .logo-d-mode {
			display: initial; }
		body.swak-auto-mode .header.not-custom-menu .logo-l-mode {
			display: none; }
		body.swak-auto-mode .header .is-sticky .stuck-nav {
			background: #11141b;
			box-shadow: 0 0 5px 0 #333; }
		body.swak-auto-mode .header.custom-absolute-menu .is-sticky .navigation li a {
			color: #e2dcdc; }
		body.swak-auto-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
			color: #e2dcdc; }
		body.swak-auto-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
			color: #e2dcdc; }
		body.swak-auto-mode .header .search-icon-header a i {
			color: #e2dcdc; }
		body.swak-auto-mode .header .header-icon li a {
			color: #e2dcdc; }
		body.swak-auto-mode .header .menu-wrapper ul li ul {
			background: #23282d; }
		body.swak-auto-mode .header .menu-wrapper .menu ul.sub-menu li a {
			color: #bfbaba; }
		body.swak-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
			border-left: 1px solid rgba(255, 255, 255, 0.1); }
		body.swak-auto-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
			background-color: #23282d !important; }
		body.swak-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
			color: #bfbaba;
			font-weight: 400; }
			body.swak-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
				color: #fff; }
		body.swak-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
			color: #fff; }
		body.swak-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon,
		body.swak-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
		body.swak-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
			background-color: #fff; }
		body.swak-auto-mode .fat-nav {
			background: #23282d; }
			body.swak-auto-mode .fat-nav li a {
				color: #bfbaba; }
			body.swak-auto-mode .fat-nav li > a {
				border-color: rgba(255, 255, 255, 0.1); }
		body.swak-auto-mode .hamburger.active .hamburger__icon {
			background-color: transparent; }
		body.swak-auto-mode .hamburger.active .hamburger__icon:before,
		body.swak-auto-mode .hamburger.active .hamburger__icon:after {
			background-color: #fff; }
		body.swak-auto-mode .white-header .hamburger__icon,
		body.swak-auto-mode .white-header .hamburger__icon::before,
		body.swak-auto-mode .white-header .hamburger__icon::after {
			background: #b1abab; }
		body.swak-auto-mode .post-list.style-4 .blog-col-inner {
			background: #151921; }
		body.swak-auto-mode .post-list.style-4 .pagination > li > a,
		body.swak-auto-mode .post-list.style-4 .pagination > li > span {
			border-color: #666; }
		body.swak-auto-mode .post-list.style-4 .pagination > .active > a {
			border-color: #fff; }
		body.swak-auto-mode .swak-weather .swak-desc {
			color: #fff; }
		body.swak-auto-mode .elementor-social-icon svg {
			fill: #FFF; }
		body.swak-auto-mode .elementor-social-icon i {
			color: #fff; }
		body.swak-auto-mode .swak-google-stories .story-item .title {
			color: #fff; }
		body.swak-auto-mode .swak-google-stories.grid .title {
			color: #fff; }
		body.swak-auto-mode .swak-google-stories .swiper-button-next::after,
		body.swak-auto-mode .swak-google-stories .swiper-button-prev::after {
			color: #fff; }
		body.swak-auto-mode .swak-posts .item .content h3.title a {
			color: #FFF; }
		body.swak-auto-mode .swak-posts .item .content .categories.style-none a {
			color: #fff; }
		body.swak-auto-mode .swak-posts .item .content .meta-bot .date-2 {
			color: #fff; }
		body.swak-auto-mode .swak-posts .read-more-btn {
			color: #fff; }
		body.swak-auto-mode .swak-counter .social-card .icon span {
			color: #fff; }
		body.swak-auto-mode .swak-counter .social-card .cont h6 {
			color: #FFF; }
		body.swak-auto-mode .swak-counter .social-card .cont span {
			color: #FFF; }
		body.swak-auto-mode .swak-masonry-posts-tabs .tabs-filters a {
			color: #fff; }
			body.swak-auto-mode .swak-masonry-posts-tabs .tabs-filters a.active, body.swak-auto-mode .swak-masonry-posts-tabs .tabs-filters a:hover {
				font-weight: bold;
				border-bottom: 3px solid #fff;
				color: #fff; }
		body.swak-auto-mode .swak-masonry-posts-tabs .col-lg-3,
		body.swak-auto-mode .swak-masonry-posts-tabs .col-lg-4,
		body.swak-auto-mode .swak-masonry-posts-tabs .col-lg-6,
		body.swak-auto-mode .swak-masonry-posts-tabs .col-lg-12 {
			border-color: #fff2; }
		body.swak-auto-mode .swak-masonry-posts-tabs .more a {
			color: #fff; }
		body.swak-auto-mode .swak-masonry-posts-tabs .item .info h4.title a {
			color: #fff; }
		body.swak-auto-mode .swak-masonry-posts-tabs .item .info .text {
			color: #fff; }
		body.swak-auto-mode .swak-masonry-posts-tabs .item .info a.more {
			color: #fff; }
		body.swak-auto-mode .swak-offcanvas span {
			background-color: #fff; }
		body.swak-auto-mode .swak-offcanvas .btn-close {
			background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }
		body.swak-auto-mode .swak-offcanvas .menu-icon.icon {
			background-color: #fff; }
			body.swak-auto-mode .swak-offcanvas .menu-icon.icon i {
				color: #000; }
			body.swak-auto-mode .swak-offcanvas .menu-icon.icon svg {
				fill: #000; }
		body.swak-auto-mode .swak-offcanvas .open-popup {
			border-bottom: solid 1px #fff; }
			body.swak-auto-mode .swak-offcanvas .open-popup .text {
				color: #fff; }
			body.swak-auto-mode .swak-offcanvas .open-popup svg {
				fill: #fff; }
		body.swak-auto-mode .side-panel {
			background-color: #00000080; }
		body.swak-auto-mode .swak-search-field .searchform .searchsubmit svg {
			fill: #fff; }
		body.swak-auto-mode .swak-search-icon .search-icon-header a.search svg {
			fill: #fff; }
		body.swak-auto-mode .swak-search-icon .search-icon-header a.search i {
			color: #fff; }
		body.swak-auto-mode .swak-nav .underline > .menu-item.current_page_item a {
			color: #fff; }
		body.swak-auto-mode .swak-nav .underline > .menu-item a {
			color: #fff; }
			body.swak-auto-mode .swak-nav .underline > .menu-item a:hover {
				color: #fff; }
			body.swak-auto-mode .swak-nav .underline > .menu-item a:before {
				background-color: #fff; }
		body.swak-auto-mode .white-header .navigation li a {
			color: #fff; }
		body.swak-auto-mode .swak-breaking-news .swiper-button-next::after,
		body.swak-auto-mode .swak-breaking-news .swiper-button-prev::after {
			color: #fff; }
		body.swak-auto-mode .swak-breaking-news .content .title a {
			color: #fff; }
		body.swak-auto-mode .swak-breaking-news.bar-style {
			background-color: #06121a; }
			body.swak-auto-mode .swak-breaking-news.bar-style .arrows {
				background-color: #06121a; }
			body.swak-auto-mode .swak-breaking-news.bar-style.style-2 {
				background-color: unset;
				border-color: #fff; }
				body.swak-auto-mode .swak-breaking-news.bar-style.style-2 .breaking-title {
					border-color: #fff; }
				body.swak-auto-mode .swak-breaking-news.bar-style.style-2 .arrows {
					background-color: unset; }
					body.swak-auto-mode .swak-breaking-news.bar-style.style-2 .arrows .swiper-button-next,
					body.swak-auto-mode .swak-breaking-news.bar-style.style-2 .arrows .swiper-button-prev {
						background-color: unset;
						border-color: #fff; }
						body.swak-auto-mode .swak-breaking-news.bar-style.style-2 .arrows .swiper-button-next::after,
						body.swak-auto-mode .swak-breaking-news.bar-style.style-2 .arrows .swiper-button-prev::after {
							color: #fff; }
		body.swak-auto-mode .swak-contact-shortcode input:checked[type=radio]:checked ~ span.wpcf7-list-item-label {
			color: #fff; }
		body.swak-auto-mode .swak-contact-shortcode input[type=radio] ~ span.wpcf7-list-item-label {
			color: #fff; }
		body.swak-auto-mode .swak-post-slider .categories.none a {
			color: #fff; }
		body.swak-auto-mode .swak-post-slider .swiper-button-next::after,
		body.swak-auto-mode .swak-post-slider .swiper-button-prev::after {
			color: #fff; }
		body.swak-auto-mode .swak-tags-categories .links .trending-tag {
			color: #fff;
			background: #000; }
		body.swak-auto-mode .swak-tags-categories .item .content .title a {
			color: #fff; }
		body.swak-auto-mode .swak-tags-categories .cat-card .info .num {
			color: #eee;
			background-color: #000; }
		body.swak-auto-mode .swak-tags-categories .cat-card:hover .info .num {
			color: #eee;
			background-color: #000; }
		body.swak-auto-mode .swak-tags-categories.categories-text .cat-link {
			color: #fff; }
		body.swak-auto-mode .swak-tags-categories.categories-list .item .icon-title .icon svg {
			fill: #fff; }
		body.swak-auto-mode .swak-tags-categories.categories-list .item .icon-title .title {
			color: #fff; }
		body.swak-auto-mode .swak-tags-categories.categories-list .item:hover .icon-title .icon {
			color: var(--color-main); }
			body.swak-auto-mode .swak-tags-categories.categories-list .item:hover .icon-title .icon svg {
				fill: var(--color-main); }
		body.swak-auto-mode .swak-tags-categories.categories-list .item:hover .icon-title .title {
			color: var(--color-main);
			text-decoration: underline; }
		body.swak-auto-mode .swak-tags-categories .swiper-button-next::after, body.swak-auto-mode .swak-tags-categories .swiper-button-prev::after {
			color: #fff; }
		body.swak-auto-mode .swak-columnist .columnist-slider .columnist-card .info .info-content p {
			color: #fff; }
		body.swak-auto-mode .swak-columnist .swiper-button-next::after,
		body.swak-auto-mode .swak-columnist .swiper-button-prev::after {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .grid-posts .item .content h3.title a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .meta-bot .date-2 {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .section-head p {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .section-head .nav-pills .nav-item .nav-link {
			color: #fff; }
			body.swak-auto-mode .swak-posts-tabs .content .section-head .nav-pills .nav-item .nav-link.active {
				color: var(--color-main); }
		body.swak-auto-mode .swak-posts-tabs .content .categories.style-2 a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .normal-post .content h3.title a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .normal-post .content .meta-bot a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .down-posts h5 a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .down-posts .post a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .side-posts .item .content .title a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .side-posts .item .content .categories.style-2 a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .content .side-posts .item.tabs-sponsored-post {
			background-color: #06121a; }
		body.swak-auto-mode .swak-posts-tabs .load-more__btn-wrap .load-more__btn {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .tabs-column-3 .main-post .title a {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .tabs-column-3 .post i {
			color: #fff; }
		body.swak-auto-mode .swak-posts-tabs .tabs-column-3 .post p a {
			color: #fff; }
		body.swak-auto-mode .swak-post-slider.row-slider .item .img .num {
			background-color: #06121a; }
		body.swak-auto-mode .swak-post-slider.row-slider .item .content .title a {
			color: #fff; }
		body.swak-auto-mode .swak-post-slider.row-slider .item .content .tags {
			color: #a9a3a3; }
			body.swak-auto-mode .swak-post-slider.row-slider .item .content .tags a {
				color: #a9a3a3; }
		body.swak-auto-mode .swak-post-slider.row-slider .item .content .meta-bot .date-2 {
			color: #fff; }
		body.swak-auto-mode .swak-post-slider.arrows-style2 .swiper-button-next, body.swak-auto-mode .swak-post-slider.arrows-style2 .swiper-button-prev {
			background-color: #06121A; }
		body.swak-auto-mode .swak-date .item .icon {
			color: #fff; }
			body.swak-auto-mode .swak-date .item .icon svg {
				fill: #fff; }
		body.swak-auto-mode .swak-date .item .inf .day {
			color: #fff; }
		body.swak-auto-mode .swak-coming-soon .post-card .info h6 {
			color: #fff; }
		body.swak-auto-mode .swak-coming-soon .post-card .info b {
			color: #fff; }
		body.swak-auto-mode .swak-dropdown-posts-tabs .posts-list {
			background-color: #06121A; }
			body.swak-auto-mode .swak-dropdown-posts-tabs .posts-list .number-cards .number-card .info .title {
				color: #fff; }
			body.swak-auto-mode .swak-dropdown-posts-tabs .posts-list .number-cards .number-card .number {
				color: #fff; }
			body.swak-auto-mode .swak-dropdown-posts-tabs .posts-list .number-cards .number-card:hover .info .title {
				color: var(--color-main); }
			body.swak-auto-mode .swak-dropdown-posts-tabs .posts-list .number-cards .number-card:hover .number {
				color: var(--color-main); }
		body.swak-auto-mode .swak-mailchimp.box .open-box, body.swak-auto-mode .swak-mailchimp.link .open-box {
			border-color: #fff; }
			body.swak-auto-mode .swak-mailchimp.box .open-box svg, body.swak-auto-mode .swak-mailchimp.link .open-box svg {
				fill: #fff; }
			body.swak-auto-mode .swak-mailchimp.box .open-box i, body.swak-auto-mode .swak-mailchimp.link .open-box i {
				color: #fff; }
			body.swak-auto-mode .swak-mailchimp.box .open-box .text, body.swak-auto-mode .swak-mailchimp.link .open-box .text {
				color: #fff; }
		body.swak-auto-mode .swak-mailchimp.box .nav-subs-card .close-box, body.swak-auto-mode .swak-mailchimp.link .nav-subs-card .close-box {
			color: #000; }
		body.swak-auto-mode .swak-coming-soon .post-card .info h6 a {
			color: #fff; }
		body.swak-auto-mode .sidebar-2 .widget-about-us .bordering-widget h3 {
			color: #fff; }
		body.swak-auto-mode .sidebar-2 .swak_newsletter_widget {
			background: #0C0F16; } }
body.swak-dark-mode {
	color: #c8c8c8;
	background-color: #0C0F16; }
	body.swak-dark-mode h1,
	body.swak-dark-mode h2,
	body.swak-dark-mode h3,
	body.swak-dark-mode h4,
	body.swak-dark-mode h5,
	body.swak-dark-mode h6,
	body.swak-dark-mode .fn.comment-author .url,
	body.swak-dark-mode .pagination li a:hover,
	body.swak-dark-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
	body.swak-dark-mode .swak-text-mode1 {
		color: #fff; }
	body.swak-dark-mode .error-text,
	body.swak-dark-mode .fn.comment-author,
	body.swak-dark-mode .swak-text-mode2 {
		color: #ccc; }
	body.swak-dark-mode .blog-wrapper,
	body.swak-dark-mode form textarea,
	body.swak-dark-mode input,
	body.swak-dark-mode .page-content-wrapper {
		background: #0C0F16; }
	body.swak-dark-mode .gray-bg,
	body.swak-dark-mode .swak-section-mode2,
	body.swak-dark-mode .tags-bottom a,
	body.swak-dark-mode blockquote {
		background: #06121A; }
	body.swak-dark-mode .swak-section-mode3 {
		background-color: #06121A; }
	body.swak-dark-mode .swak-section-mode4 {
		background-color: #000; }
	body.swak-dark-mode .swak-section-mode5 {
		background-color: #000; }
	body.swak-dark-mode .swak-section-mode6 {
		background-color: #06121A; }
	body.swak-dark-mode .swak-section-mode7 {
		background-color: #06121A; }
	body.swak-dark-mode .swak-section-mode8 {
		background-color: #06121A; }
	body.swak-dark-mode .swak-section-mode9 {
		background-color: #06121A; }
	body.swak-dark-mode .comment-body,
	body.swak-dark-mode .related-inner {
		background: #121a23; }
	body.swak-dark-mode .swork-line {
		background: #fff; }
	body.swak-dark-mode .comment-reply-link,
	body.swak-dark-mode .pagination > li > a,
	body.swak-dark-mode .pagination > li > span,
	body.swak-dark-mode .swak-section-mode1 {
		background-color: #0c0f16; }
	body.swak-dark-mode .widget_categories ul li.cat-item span,
	body.swak-dark-mode .share-box a {
		background-color: #11141B; }
	body.swak-dark-mode .border-post,
	body.swak-dark-mode .searchform input[type=search],
	body.swak-dark-mode form textarea,
	body.swak-dark-mode input,
	body.swak-dark-mode .img-pagi,
	body.swak-dark-mode .comment-form-comment:before,
	body.swak-dark-mode .comment-meta .comment-edit-link,
	body.swak-dark-mode .post.sticky,
	body.swak-dark-mode .sidebar .recent-posts-widget:not(:last-child),
	body.swak-dark-mode .tagcloud a,
	body.swak-dark-mode .post-bottom {
		border-color: #333; }
	body.swak-dark-mode .custom-logo .custom-logo-dark,
	body.swak-dark-mode .swak-logo-dark {
		display: none; }
	body.swak-dark-mode .custom-logo .custom-logo-light,
	body.swak-dark-mode .swak-logo-light {
		display: initial; }
	body.swak-dark-mode .header.white-header {
		background: #11141b;
		box-shadow: 0 0 5px 0 #333; }
	body.swak-dark-mode .header.white-header .navigation li a,
	body.swak-dark-mode .custom-absolute-menu .is-sticky .cart-contents:before,
	body.swak-dark-mode .custom-absolute-menu .cart-contents:before {
		color: #e2dcdc; }
	body.swak-dark-mode .header .cart-contents:before {
		color: #e2dcdc; }
	body.swak-dark-mode .header.custom-absolute-menu .is-sticky .logo-dark {
		display: initial; }
	body.swak-dark-mode .header.custom-absolute-menu .is-sticky .logo-white {
		display: none; }
	body.swak-dark-mode .header.not-custom-menu .logo-d-mode {
		display: none; }
	body.swak-dark-mode .header.not-custom-menu .logo-d-mode {
		display: initial; }
	body.swak-dark-mode .header.not-custom-menu .logo-l-mode {
		display: none; }
	body.swak-dark-mode .header .is-sticky .stuck-nav {
		background: #11141b;
		box-shadow: 0 0 5px 0 #333; }
	body.swak-dark-mode .header.custom-absolute-menu .is-sticky .navigation li a {
		color: #e2dcdc; }
	body.swak-dark-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
		color: #e2dcdc; }
	body.swak-dark-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
		color: #e2dcdc; }
	body.swak-dark-mode .header .search-icon-header a i {
		color: #e2dcdc; }
	body.swak-dark-mode .header .header-icon li a {
		color: #e2dcdc; }
	body.swak-dark-mode .header .menu-wrapper ul li ul {
		background: #23282d; }
	body.swak-dark-mode .header .menu-wrapper .menu ul.sub-menu li a {
		color: #bfbaba; }
	body.swak-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
		border-left: 1px solid rgba(255, 255, 255, 0.1); }
	body.swak-dark-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
		background-color: #23282d !important; }
	body.swak-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
		color: #bfbaba;
		font-weight: 400; }
		body.swak-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
			color: #fff; }
	body.swak-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
		color: #fff; }
	body.swak-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon,
	body.swak-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
	body.swak-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
		background-color: #fff; }
	body.swak-dark-mode .fat-nav {
		background: #23282d; }
		body.swak-dark-mode .fat-nav li a {
			color: #bfbaba; }
		body.swak-dark-mode .fat-nav li > a {
			border-color: rgba(255, 255, 255, 0.1); }
	body.swak-dark-mode .hamburger.active .hamburger__icon {
		background-color: transparent; }
	body.swak-dark-mode .hamburger.active .hamburger__icon:before,
	body.swak-dark-mode .hamburger.active .hamburger__icon:after {
		background-color: #fff; }
	body.swak-dark-mode .white-header .hamburger__icon,
	body.swak-dark-mode .white-header .hamburger__icon::before,
	body.swak-dark-mode .white-header .hamburger__icon::after {
		background: #b1abab; }
	body.swak-dark-mode .post-list.style-4 .blog-col-inner {
		background: #151921; }
	body.swak-dark-mode .post-list.style-4 .pagination > li > a,
	body.swak-dark-mode .post-list.style-4 .pagination > li > span {
		border-color: #666; }
	body.swak-dark-mode .post-list.style-4 .pagination > .active > a {
		border-color: #fff; }
	body.swak-dark-mode .swak-weather .swak-desc {
		color: #fff; }
	body.swak-dark-mode .elementor-social-icon svg {
		fill: #FFF; }
	body.swak-dark-mode .elementor-social-icon i {
		color: #fff; }
	body.swak-dark-mode .swak-google-stories .story-item .title {
		color: #fff; }
	body.swak-dark-mode .swak-google-stories.grid .title {
		color: #fff; }
	body.swak-dark-mode .swak-google-stories .swiper-button-next::after,
	body.swak-dark-mode .swak-google-stories .swiper-button-prev::after {
		color: #fff; }
	body.swak-dark-mode .swak-posts .item .content h3.title a {
		color: #FFF; }
	body.swak-dark-mode .swak-posts .item .content .categories.style-none a {
		color: #fff; }
	body.swak-dark-mode .swak-posts .item .content .meta-bot .date-2 {
		color: #fff; }
	body.swak-dark-mode .swak-posts .read-more-btn {
		color: #fff; }
	body.swak-dark-mode .swak-counter .social-card .icon span {
		color: #fff; }
	body.swak-dark-mode .swak-counter .social-card .cont h6 {
		color: #FFF; }
	body.swak-dark-mode .swak-counter .social-card .cont span {
		color: #FFF; }
	body.swak-dark-mode .swak-masonry-posts-tabs .tabs-filters a {
		color: #fff; }
		body.swak-dark-mode .swak-masonry-posts-tabs .tabs-filters a.active, body.swak-dark-mode .swak-masonry-posts-tabs .tabs-filters a:hover {
			font-weight: bold;
			border-bottom: 3px solid #fff;
			color: #fff; }
	body.swak-dark-mode .swak-masonry-posts-tabs .col-lg-3,
	body.swak-dark-mode .swak-masonry-posts-tabs .col-lg-4,
	body.swak-dark-mode .swak-masonry-posts-tabs .col-lg-6,
	body.swak-dark-mode .swak-masonry-posts-tabs .col-lg-12 {
		border-color: #fff2; }
	body.swak-dark-mode .swak-masonry-posts-tabs .more a {
		color: #fff; }
	body.swak-dark-mode .swak-masonry-posts-tabs .item .info h4.title a {
		color: #fff; }
	body.swak-dark-mode .swak-masonry-posts-tabs .item .info .text {
		color: #fff; }
	body.swak-dark-mode .swak-masonry-posts-tabs .item .info a.more {
		color: #fff; }
	body.swak-dark-mode .swak-offcanvas span {
		background-color: #fff; }
	body.swak-dark-mode .swak-offcanvas .btn-close {
		background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }
	body.swak-dark-mode .swak-offcanvas .menu-icon.icon {
		background-color: #fff; }
		body.swak-dark-mode .swak-offcanvas .menu-icon.icon i {
			color: #000; }
		body.swak-dark-mode .swak-offcanvas .menu-icon.icon svg {
			fill: #000; }
	body.swak-dark-mode .swak-offcanvas .open-popup {
		border-bottom: solid 1px #fff; }
		body.swak-dark-mode .swak-offcanvas .open-popup .text {
			color: #fff; }
		body.swak-dark-mode .swak-offcanvas .open-popup svg {
			fill: #fff; }
	body.swak-dark-mode .side-panel {
		background-color: #00000080; }
	body.swak-dark-mode .swak-search-field .searchform .searchsubmit svg {
		fill: #fff; }
	body.swak-dark-mode .swak-search-icon .search-icon-header a.search svg {
		fill: #fff; }
	body.swak-dark-mode .swak-search-icon .search-icon-header a.search i {
		color: #fff; }
	body.swak-dark-mode .swak-nav .underline > .menu-item.current_page_item a {
		color: #fff; }
	body.swak-dark-mode .swak-nav .underline > .menu-item a {
		color: #fff; }
		body.swak-dark-mode .swak-nav .underline > .menu-item a:hover {
			color: #fff; }
		body.swak-dark-mode .swak-nav .underline > .menu-item a:before {
			background-color: #fff; }
	body.swak-dark-mode .white-header .navigation li a {
		color: #fff; }
	body.swak-dark-mode .swak-breaking-news .swiper-button-next::after,
	body.swak-dark-mode .swak-breaking-news .swiper-button-prev::after {
		color: #fff; }
	body.swak-dark-mode .swak-breaking-news .content .title a {
		color: #fff; }
	body.swak-dark-mode .swak-breaking-news.bar-style {
		background-color: #06121a; }
		body.swak-dark-mode .swak-breaking-news.bar-style .arrows {
			background-color: #06121a; }
		body.swak-dark-mode .swak-breaking-news.bar-style.style-2 {
			background-color: unset;
			border-color: #fff; }
			body.swak-dark-mode .swak-breaking-news.bar-style.style-2 .breaking-title {
				border-color: #fff; }
			body.swak-dark-mode .swak-breaking-news.bar-style.style-2 .arrows {
				background-color: unset; }
				body.swak-dark-mode .swak-breaking-news.bar-style.style-2 .arrows .swiper-button-next,
				body.swak-dark-mode .swak-breaking-news.bar-style.style-2 .arrows .swiper-button-prev {
					background-color: unset;
					border-color: #fff; }
					body.swak-dark-mode .swak-breaking-news.bar-style.style-2 .arrows .swiper-button-next::after,
					body.swak-dark-mode .swak-breaking-news.bar-style.style-2 .arrows .swiper-button-prev::after {
						color: #fff; }
	body.swak-dark-mode .swak-contact-shortcode input:checked[type=radio]:checked ~ span.wpcf7-list-item-label {
		color: #fff; }
	body.swak-dark-mode .swak-contact-shortcode input[type=radio] ~ span.wpcf7-list-item-label {
		color: #fff; }
	body.swak-dark-mode .swak-post-slider .categories.none a {
		color: #fff; }
	body.swak-dark-mode .swak-post-slider .swiper-button-next::after,
	body.swak-dark-mode .swak-post-slider .swiper-button-prev::after {
		color: #fff; }
	body.swak-dark-mode .swak-tags-categories .links .trending-tag {
		color: #fff;
		background: #000; }
	body.swak-dark-mode .swak-tags-categories .item .content .title a {
		color: #fff; }
	body.swak-dark-mode .swak-tags-categories .cat-card .info .num {
		color: #eee;
		background-color: #000; }
	body.swak-dark-mode .swak-tags-categories .cat-card:hover .info .num {
		color: #eee;
		background-color: #000; }
	body.swak-dark-mode .swak-tags-categories.categories-text .cat-link {
		color: #fff; }
	body.swak-dark-mode .swak-tags-categories.categories-list .item .icon-title .icon svg {
		fill: #fff; }
	body.swak-dark-mode .swak-tags-categories.categories-list .item .icon-title .title {
		color: #fff; }
	body.swak-dark-mode .swak-tags-categories.categories-list .item:hover .icon-title .icon {
		color: var(--color-main); }
		body.swak-dark-mode .swak-tags-categories.categories-list .item:hover .icon-title .icon svg {
			fill: var(--color-main); }
	body.swak-dark-mode .swak-tags-categories.categories-list .item:hover .icon-title .title {
		color: var(--color-main);
		text-decoration: underline; }
	body.swak-dark-mode .swak-tags-categories .swiper-button-next::after, body.swak-dark-mode .swak-tags-categories .swiper-button-prev::after {
		color: #fff; }
	body.swak-dark-mode .swak-columnist .columnist-slider .columnist-card .info .info-content p {
		color: #fff; }
	body.swak-dark-mode .swak-columnist .swiper-button-next::after,
	body.swak-dark-mode .swak-columnist .swiper-button-prev::after {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .grid-posts .item .content h3.title a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .meta-bot .date-2 {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .section-head p {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .section-head .nav-pills .nav-item .nav-link {
		color: #fff; }
		body.swak-dark-mode .swak-posts-tabs .content .section-head .nav-pills .nav-item .nav-link.active {
			color: var(--color-main); }
	body.swak-dark-mode .swak-posts-tabs .content .categories.style-2 a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .normal-post .content h3.title a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .normal-post .content .meta-bot a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .down-posts h5 a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .down-posts .post a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .side-posts .item .content .title a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .side-posts .item .content .categories.style-2 a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .content .side-posts .item.tabs-sponsored-post {
		background-color: #06121a; }
	body.swak-dark-mode .swak-posts-tabs .load-more__btn-wrap .load-more__btn {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .tabs-column-3 .main-post .title a {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .tabs-column-3 .post i {
		color: #fff; }
	body.swak-dark-mode .swak-posts-tabs .tabs-column-3 .post p a {
		color: #fff; }
	body.swak-dark-mode .swak-post-slider.row-slider .item .img .num {
		background-color: #06121a; }
	body.swak-dark-mode .swak-post-slider.row-slider .item .content .title a {
		color: #fff; }
	body.swak-dark-mode .swak-post-slider.row-slider .item .content .tags {
		color: #a9a3a3; }
		body.swak-dark-mode .swak-post-slider.row-slider .item .content .tags a {
			color: #a9a3a3; }
	body.swak-dark-mode .swak-post-slider.row-slider .item .content .meta-bot .date-2 {
		color: #fff; }
	body.swak-dark-mode .swak-post-slider.arrows-style2 .swiper-button-next, body.swak-dark-mode .swak-post-slider.arrows-style2 .swiper-button-prev {
		background-color: #06121A; }
	body.swak-dark-mode .swak-date .item .icon {
		color: #fff; }
		body.swak-dark-mode .swak-date .item .icon svg {
			fill: #fff; }
	body.swak-dark-mode .swak-date .item .inf .day {
		color: #fff; }
	body.swak-dark-mode .swak-coming-soon .post-card .info h6 {
		color: #fff; }
	body.swak-dark-mode .swak-coming-soon .post-card .info b {
		color: #fff; }
	body.swak-dark-mode .swak-dropdown-posts-tabs .posts-list {
		background-color: #06121A; }
		body.swak-dark-mode .swak-dropdown-posts-tabs .posts-list .number-cards .number-card .info .title {
			color: #fff; }
		body.swak-dark-mode .swak-dropdown-posts-tabs .posts-list .number-cards .number-card .number {
			color: #fff; }
		body.swak-dark-mode .swak-dropdown-posts-tabs .posts-list .number-cards .number-card:hover .info .title {
			color: var(--color-main); }
		body.swak-dark-mode .swak-dropdown-posts-tabs .posts-list .number-cards .number-card:hover .number {
			color: var(--color-main); }
	body.swak-dark-mode .swak-mailchimp.box .open-box, body.swak-dark-mode .swak-mailchimp.link .open-box {
		border-color: #fff; }
		body.swak-dark-mode .swak-mailchimp.box .open-box svg, body.swak-dark-mode .swak-mailchimp.link .open-box svg {
			fill: #fff; }
		body.swak-dark-mode .swak-mailchimp.box .open-box i, body.swak-dark-mode .swak-mailchimp.link .open-box i {
			color: #fff; }
		body.swak-dark-mode .swak-mailchimp.box .open-box .text, body.swak-dark-mode .swak-mailchimp.link .open-box .text {
			color: #fff; }
	body.swak-dark-mode .swak-mailchimp.box .nav-subs-card .close-box, body.swak-dark-mode .swak-mailchimp.link .nav-subs-card .close-box {
		color: #000; }
	body.swak-dark-mode .swak-coming-soon .post-card .info h6 a {
		color: #fff; }
	body.swak-dark-mode .sidebar-2 .widget-about-us .bordering-widget h3 {
		color: #fff; }
	body.swak-dark-mode .sidebar-2 .swak_newsletter_widget {
		background: #0C0F16; }

.swak-section-mode1 {
	background-color: #fff; }

.swak-section-mode2 {
	background-color: #ECEFF2; }

.swak-section-mode3 {
	background-color: #F1F1FF; }

.swak-section-mode4 {
	background-color: #F7F0E7; }

.swak-section-mode5 {
	background-color: #ECEFF2; }

.swak-section-mode6 {
	background-color: #FDF6F5; }

.swak-section-mode7 {
	background-color: #F6F2F0; }

.swak-section-mode8 {
	background-color: #fff; }

.swak-section-mode9 {
	background-color: #f1f1f1; }

.swak-me-2 {
	margin-inline-end: .5rem; }

.swak-text-gradient {
	background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	background-size: 120% 120%;
	-webkit-animation: gradient 30s ease infinite;
	animation: gradient 5s ease infinite; }

@keyframes gradient {
	0% {
		background-position: 0% 50%; }
	50% {
		background-position: 100% 50%; }
	100% {
		background-position: 0% 50%; } }
.swak-text-mode1 {
	color: #0c0f16; }

.swak-text-mode2 {
	color: #11141B; }

/* ====================== Theme Dark & Light ====================== */
.swak-mode-switcher {
	position: fixed;
	top: 160px;
	font-weight: 500;
	font-size: 15px;
	left: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	min-width: 120px;
	height: 30px;
	z-index: 10;
	transform-origin: left top;
	transform: rotate(-90deg) translate(-100%, 40%);
	background-color: rgba(230, 230, 230, 0.9);
	border-radius: 15px;
	cursor: pointer; }
	.swak-mode-switcher p {
		margin: -2px 0 0 0;
		color: #000; }
	.swak-mode-switcher-item {
		position: relative; }
		.swak-mode-switcher-item p {
			color: #333; }
	.swak-mode-switcher-item, .swak-mode-switcher-toddler-item {
		width: 100%;
		height: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		padding: 0px 12px;
		line-height: 1.4; }
	.swak-mode-switcher-toddler {
		position: absolute;
		top: 0;
		right: 0px;
		transform: translateX(0%);
		min-width: 60px;
		height: 100%; }
		.swak-mode-switcher-toddler-wrap {
			position: relative;
			height: 100%; }
		.swak-mode-switcher-toddler-item {
			position: absolute;
			background-color: #fff;
			width: 100%;
			border-radius: 17px;
			box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05); }
			.swak-mode-switcher-toddler-item .light {
				z-index: 1; }
	.swak-mode-switcher.dark .swak-mode-switcher-toddler {
		transform: translateX(-200%); }
		.swak-mode-switcher.dark .swak-mode-switcher-toddler .swak-mode-switcher-toddler-item.dark {
			z-index: 1; }
	.swak-mode-switcher.auto .swak-mode-switcher-toddler {
		transform: translateX(-100%); }
		.swak-mode-switcher.auto .swak-mode-switcher-toddler .swak-mode-switcher-toddler-item.auto {
			z-index: 1; }
	.swak-mode-switcher.light .swak-mode-switcher-toddler {
		transform: translateX(0%); }
		.swak-mode-switcher.light .swak-mode-switcher-toddler .swak-mode-switcher-toddler-item.light {
			z-index: 1; }

/* ====================== Advanced Classes ====================== */
/* ====================== Gradient Classes ====================== */
.color-font {
	background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent; }

.swak-el-bg-1.elementor-view-stacked .elementor-icon {
	background: var(--color-main-grad); }

.swak-gradient-btn {
	border-radius: 50px;
	background: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 50%, var(--e-global-color-text) 100%);
	color: #fff !important;
	border-color: #fff !important; }
	.swak-gradient-btn:hover {
		filter: brightness(120%); }

.swak-gradient-border {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
	border-radius: 10px;
	border: 1px solid transparent !important; }
	.swak-gradient-border:hover {
		color: var(--color-main) !important;
		filter: brightness(120%); }

.swak-gradient-border-drk {
	background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box !important;
	border-radius: 10px;
	border: 2px solid transparent !important; }

.color-shadow {
	box-shadow: inset 0 -14px 0 var(--color-secondary), 0 0px 0 var(--color-primary); }

.swak-highlight span {
	-webkit-transition: background-size 0.2s ease;
	transition: background-size 0.2s ease;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: 100% 30%; }
	.swak-highlight span:hover {
		background-size: 100% 100% !important; }

.swak-sticky-top.is-stuck {
	top: 35px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1); }

.elementor-widget-container .elementor-social-icon svg {
	fill: #000; }
.elementor-widget-container .elementor-social-icon i {
	color: #000; }

/* ===============================================================
			[ * General section ]
================================================================*/
/*-------------------[ General ]------------------------------*/
* {
	outline: none; }

body, html {
	height: 100%; }

body {
	color: #666;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: 500;
	line-height: 1.4em;
	word-wrap: break-word;
	font-family: "Poppins", sans-serif; }

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px; }

.h6, h6 {
	font-size: 17px; }

.h5, h5 {
	font-size: 18px; }

.h4, h4 {
	font-size: 20px; }

.h2, h2 {
	font-size: 30px; }

p {
	margin: 0 0 30px;
	word-spacing: 1px;
	overflow: hidden; }

[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit; }

a {
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	-webkit-transition: ease .3s;
	color: #666;
	text-decoration: none;
	transition: ease .3s; }

a:focus {
	outline: none;
	text-decoration: none; }

a:hover {
	color: var(--color-main);
	text-decoration: none; }

iframe {
	border: none;
	width: 100%; }

img {
	max-width: 100%;
	height: auto; }

ul, ol {
	list-style-position: outside;
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 15px; }

ul {
	list-style-type: disc; }

ul ul, ol ul {
	list-style-type: circle; }

ul > li {
	list-style: outside none square; }

ol > li {
	list-style-type: decimal; }

ol ol li {
	list-style-type: lower-alpha; }

ol ol ol li {
	list-style-type: lower-roman; }

.clearboth {
	clear: both; }

.content {
	padding: 80px 0;
	position: relative;
	z-index: 1; }

.gray-bg {
	background: #fafafa; }

.white-bg {
	background: #ffffff; }

blockquote {
	border: none;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.8;
	position: relative;
	background: #f6f6f6;
	border-left: 4px solid var(--color-main);
	padding: 55px 50px 40px 50px;
	border-left: 1px solid transparent !important;
	border-radius: 5px; }

blockquote::before {
	border-radius: 100px;
	content: "\f10e";
	display: inline-block;
	font-family: fontawesome;
	font-size: 30px;
	font-style: normal;
	height: 30px;
	left: 20px;
	line-height: 30px;
	margin-top: -15px;
	position: relative;
	top: 50%;
	width: 30px;
	color: var(--color-main); }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 55px 50px 40px 50px; }

hr {
	max-width: 100px; }

hr.is-style-wide {
	max-width: 100%;
	border-bottom-width: 1px;
	color: #eee; }

.dark-bg {
	background: #1f1f1f none repeat scroll 0 0; }

.dark-bg .content-title {
	color: #fff; }

.content-title span {
	color: var(--color-main); }

.content-line {
	background: #ccc;
	height: 1px;
	margin-bottom: 40px;
	margin: auto;
	width: 300px;
	max-width: 100%; }

.box-align-center {
	text-align: center; }

.box-align-center blockquote::before {
	bottom: -40px;
	left: 50%;
	margin-left: -15px;
	top: auto; }

.align-right {
	text-align: right; }

.row-black {
	background: #333;
	margin: 0;
	padding: 80px 30px; }

.row-black .content-box-title::after {
	border-bottom: 5px solid #fff; }

.row-black .content-box-title > h3, .row-black b, .row-black strong {
	color: #fff; }

.img-bg {
	background-position: center center;
	background-size: cover; }

.no-bottom {
	padding-bottom: 0; }

.content-head {
	text-align: center;
	margin-bottom: 80px; }

.content-title {
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 0;
	font-weight: 700;
	line-height: 1.3em;
	color: #000; }

.content-title:after {
	width: 40px;
	height: 1px;
	content: "";
	position: absolute !important;
	bottom: -10px;
	left: 0;
	right: 0;
	z-index: 0;
	margin: auto;
	background: var(--color-main); }

.sub-content {
	color: #B8B8B8;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	margin: auto;
	max-width: 900px;
	font-family: "Poppins", sans-serif; }

::selection {
	background: var(--color-main);
	color: #fff; }

::-moz-selection {
	background: var(--color-main);
	color: #fff; }

.full-width {
	width: 100% !important; }

/*----to top style----*/
.to-top.fixed {
	opacity: 1;
	bottom: 30px; }

.to-top {
	background: var(--color-main);
	bottom: 1150px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	font-size: 15px;
	height: 50px;
	line-height: 48px;
	opacity: 0;
	position: fixed;
	right: 30px;
	text-align: center;
	transition: 1s ease-in-out;
	width: 50px;
	z-index: 333;
	-webkit-transition: 1s ease-in-out;
	border-radius: 100px;
	overflow: hidden;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite; }

.to-top:focus {
	color: #fff; }

.to-top:hover {
	color: #fff; }

.to-top::before {
	-webkit-transform: scale(0);
	background: var(--color-main) none repeat scroll 0 0;
	border-radius: 200px;
	content: "";
	display: block;
	height: 200px;
	left: -50%;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	transition-duration: 0.8s;
	transition: all 0.4s ease-out 0s;
	width: 200px;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transition-duration: 0.8s;
	-webkit-transition: all 0.4s ease-out 0s;
	opacity: 0.3;
	transform: scale(0); }

.to-top::after {
	-webkit-transform: scale(0);
	background: var(--color-main) none repeat scroll 0 0;
	border-radius: 200px;
	content: "";
	display: block;
	height: 200px;
	left: -50%;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	transition: all 0.4s ease-in 0s;
	width: 200px;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transition: all 0.4s ease-in 0s;
	opacity: 0.3;
	transform: scale(0);
	transition-delay: 0.3s; }

.to-top:hover::after, .to-top:hover::before {
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	opacity: 1;
	transform: scale(4); }

/*-----inner page style---*/
.table-box {
	background: #fff;
	position: relative;
	z-index: 1;
	display: table;
	width: 100%; }

.dark-page .table-box {
	background: #1f1f1f; }

.table-cell-box {
	position: relative;
	height: 100%; }

.single-port-table .table-content {
	padding: 5% 7%; }

.single-port-table .table-cell-box {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	position: relative; }

.dsc_image_swipe_widget {
	height: 100%; }

.table-content h3 > span {
	color: var(--color-main); }

.table-content.box-30 h3 {
	display: inline-block;
	text-align: left; }

.table-content.box-30 {
	padding: 5% 0; }

.box-30 {
	width: 30%;
	text-align: center; }

.box-70 {
	width: 70%; }

.full-img-bg {
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1; }

.table-content {
	padding: 14%; }

.table-content .slider-mask {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0; }

.bg-with-mask .slider-mask {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0; }

.bg-with-mask {
	position: relative;
	z-index: 1; }

.cell-left-border {
	border-left: 10px solid var(--color-main); }

.cell-right-border {
	border-right: 10px solid var(--color-main); }

.table-content h3 {
	font-size: 60px;
	margin: 0 0 20px; }

.cell-line {
	height: 1px;
	width: 100px;
	background: #ccc;
	margin-bottom: 40px;
	max-width: 100%; }

.slider-title {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 65px;
	letter-spacing: 4px;
	font-weight: 800;
	margin: 0 0 25px;
	line-height: 1.4em; }
	.slider-title strong {
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		color: transparent; }

.slick-active .slider-title {
	transition: all 0s; }
	.slick-active .slider-title .char {
		animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
		animation-delay: calc(60ms * var(--char-index)); }

.top-slider {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600; }

.dark-page {
	background: #333333; }

.page-content-wrapper {
	background: #fff;
	position: relative; }

.box-padding {
	overflow: hidden;
	position: relative;
	padding: 20%;
	text-align: center; }

.box-padding .icon-cell {
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-webkit-transform: translateY(-100%);
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transform: translateY(-100%);
	color: #fff;
	font-size: 60px;
	position: relative;
	transform: translateY(-100%); }

.icon-cell-sub {
	-moz-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-webkit-transform: translateY(100%);
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	opacity: 0;
	transform: translateY(100%);
	transition-delay: 0.4s;
	transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transform: translateY(100%);
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	margin: 0;
	position: relative;
	text-transform: capitalize; }

.hovering:hover .icon-cell-sub, .hovering:hover .icon-cell {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0); }

/* Cursor*/
.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	transform: translateZ(0);
	visibility: hidden; }

.cursor-inner {
	margin-left: 2px;
	margin-top: 2px;
	width: 6px;
	height: 6px;
	z-index: 10000001;
	background-color: var(--color-main);
	transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; }

.cursor-inner.cursor-hover {
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background-color: var(--color-main);
	opacity: .3; }

.cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-main);
	box-sizing: border-box;
	z-index: 10000000;
	opacity: .5;
	transition: all .08s ease-out;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
	border-radius: 50px;
	border: 2px solid transparent !important; }
	.cursor-outer.cursor-hover {
		opacity: 0; }

/* Kit fix */
.slick-dotted.slick-slider {
	margin-bottom: 0 !important; }

/*  anim */
.swak-anim1 {
	animation: cloud 160s linear infinite reverse;
	pointer-events: none;
	z-index: 10; }

@keyframes cloud {
	0% {
		background-position: 0%; }
	100% {
		background-position: 5440px; } }
/*------ Buttons -----*/
.simple-btn {
	position: relative;
	padding: 7px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 13px;
	font-weight: 300; }
	.simple-btn:after {
		content: '';
		width: 45%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		position: absolute;
		left: 0;
		top: 0; }
	.simple-btn.right:after {
		left: auto;
		right: 0; }

.btn-curve {
	background: transparent;
	padding: 12px 35px;
	border: 1px solid #1e1e1e;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block; }
	.btn-curve:focus {
		outline: none; }
	.btn-curve:hover {
		outline: none; }
		.btn-curve:hover:after {
			bottom: -30px;
			transform: rotate(0deg); }
		.btn-curve:hover span {
			color: #fff; }
	.btn-curve:after {
		content: '';
		position: absolute;
		top: -30px;
		left: -30px;
		right: -30px;
		bottom: 130%;
		background: #1e1e1e;
		transform: rotate(-5deg);
		transition: all .8s; }
	.btn-curve span {
		font-size: 13px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 2px;
		position: relative;
		z-index: 2;
		transition: all .8s; }
	.btn-curve.btn-lit {
		border-color: #fff;
		color: #fff; }
		.btn-curve.btn-lit:hover span {
			color: var(--color-main); }
		.btn-curve.btn-lit:after {
			background: #fff; }
	.btn-curve.btn-blc {
		background: #1e1e1e; }
		.btn-curve.btn-blc:after {
			background: #fff; }
		.btn-curve.btn-blc span {
			color: #fff; }
		.btn-curve.btn-blc:hover span {
			color: #1e1e1e; }
	.btn-curve.btn-color {
		background: var(--color-main);
		border-color: var(--color-main); }
		.btn-curve.btn-color:after {
			background: #fff; }
		.btn-curve.btn-color span {
			color: #0c0f16; }
		.btn-curve.btn-color:hover span {
			color: var(--color-main); }
	.btn-curve.btn-lg {
		padding: 14px 40px; }
		.btn-curve.btn-lg span {
			font-size: 14px; }
	.btn-curve.btn-wit {
		background: #fff;
		border-color: #fff; }
		.btn-curve.btn-wit:after {
			background: #090909; }
		.btn-curve.btn-wit span {
			color: #1e1e1e; }
		.btn-curve.btn-wit:hover span {
			color: #fff; }
	.btn-curve.btn-radius {
		border-radius: 30px; }

/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 400ms linear; }

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0); }

.progress-wrap::after {
	position: absolute;
	font-family: "FontAwesome";
	content: '\f077';
	text-align: center;
	line-height: 44px;
	font-size: 13px;
	font-weight: 900;
	color: var(--color-main);
	left: 0;
	top: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 400ms linear; }

.progress-wrap svg path {
	fill: none; }

.progress-wrap svg.progress-circle path {
	stroke: var(--color-main);
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 400ms linear; }

/* ====================== [ End progress-wrap ] ====================== */
/*wp post style*/
table, th, td {
	border: 1px solid #eee;
	padding: 8px 10px;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px; }

table {
	width: 100%; }

th {
	font-weight: 600;
	background: rgba(0, 0, 0, 0.02); }
	th a {
		color: var(--color-main);
		font-weight: 400; }

dd {
	margin-inline-start: 40px; }

dd + dt {
	margin-top: 1.5rem; }

td a {
	color: var(--color-main); }
	td a:hover {
		text-decoration: underline; }

.no-search-results-form {
	max-width: 48rem; }
	.no-search-results-form .searchform input[type=search] {
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 5px 10px; }
	.no-search-results-form .searchform:after {
		color: #666 !important;
		right: 15px; }

/*  Bootstrap Clearfix */
/*  Tablet  */
@media (min-width: 767px) {
	/* Column clear fix */
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1) {
		clear: none; }

	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1) {
		clear: left; } }
/*  Medium Desktop  */
@media (min-width: 992px) {
	/* Column clear fix */
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1) {
		clear: none; }

	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1) {
		clear: left; } }
/*  Large Desktop  */
@media (min-width: 1200px) {
	/* Column clear fix */
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1) {
		clear: none; }

	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1) {
		clear: left; } }
/*------------ELEMENTOR EDITOR STYLE------------------------------*/
.elementor-editor-active nav.swak-custom-header {
	display: none; }

.elementor-editor-active footer.swak-custom-footer.clearfix {
	display: none; }

.elementor-editor-preview nav.swak-custom-header {
	display: none; }

.elementor-editor-preview footer.swak-custom-footer.clearfix {
	display: none; }

.elementor-widget-dsc-slider {
	margin-bottom: 0 !important; }

/* ===============================================================
			[ * Responsive section  ]
================================================================*/
@media (max-width: 1199px) {
	.container {
		display: inherit; }

	.other-portfolio .port-item, .port-gallery-body .port-item {
		width: 50%;
		float: left;
		font-size: 50px; }

	.swak-gallery .col-md-6.port-item {
		float: left;
		width: 50%; }

	.dflex {
		display: none !important; } }
@media (max-width: 992px) {
	.swak-posts-slider-tabs .section-head {
		flex-wrap: wrap; }

	.swak-slider .header-slider .swiper-pagination .swiper-pagination-bullet {
		width: 40px; }
	.swak-slider .header-slider .swiper-button-next.arrows-mobile-hide, .swak-slider .header-slider .swiper-button-prev.arrows-mobile-hide {
		display: none; }

	.swak-masonry-posts-tabs .item {
		padding: 25px 0; }
	.swak-masonry-posts-tabs .tabs-filters a {
		padding-bottom: 0px;
		margin-bottom: 15px; }
	.swak-masonry-posts-tabs .col-lg-3, .swak-masonry-posts-tabs .swak-masonry-posts-tabs .col-lg-4, .swak-masonry-posts-tabs .swak-masonry-posts-tabs .col-lg-6, .swak-masonry-posts-tabs .swak-masonry-posts-tabs .col-lg-12 {
		border-right: none; }

	.swak-posts-tabs.tabs-style2 .section-head {
		flex-wrap: wrap; }
		.swak-posts-tabs.tabs-style2 .section-head .nav-pills {
			max-width: 100%; }
	.swak-posts-tabs .tabs-column-3 {
		margin-top: 50px; }
	.swak-posts-tabs .content .tc-video-slider1 .slider-content {
		padding-inline-end: 0px; }

	.swak-team .team_box_hover .avatar .social_icons a {
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
		opacity: 1; }

	.swak-post-list .card .img {
		height: 150px;
		margin-bottom: 5px; }

	.swak-post-list-carousel .blog_slider .swiper-button-prev, .swak-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-next {
		position: static;
		margin-top: 40px !important;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important; }
	.swak-post-list-carousel .blog_slider .swiper-button-next, .swak-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-prev {
		position: static;
		margin-top: 40px !important;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important; }

	.swak-header.style-5 {
		z-index: -1; }
		.swak-header.style-5 .capt h1 {
			font-size: 45px; }

	.swak-showcase.style-6 .parallax-slider .caption h1 {
		font-size: 50px;
		letter-spacing: 1px; }

	.swak-contact-shortcode span.cell-phone, .swak-contact-shortcode span.your-email, .swak-contact-shortcode span.your-name {
		width: 100%; }

	.swak-showcase.style-5 .controls {
		top: 100px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0); }

	.swak-portfolio.style-9 .gallery .items {
		padding: 0 10px;
		margin: 10px 0; }

	.swak-fancy.style-3 .hero-bg {
		margin-bottom: 50px; }

	.swak-slider.style-11 .parallax-slider .caption h1 {
		font-size: 50px;
		letter-spacing: 1px; }
	.swak-slider.style-11 .parallax-slider .caption p {
		margin-left: 0; }
	.swak-slider.style-11 .parallax-slider .explore {
		margin-left: 0;
		margin-top: 50px; }

	.portfolio.style-5 .swak-gallery .items {
		padding: 0 10px;
		margin: 10px 0; }

	.swak-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
		font-size: 50px;
		letter-spacing: 1px; }

	.swak-portfolio.style-8 .gallery .items {
		padding: 0 10px;
		margin: 10px 0; }

	.swak-testimonial.style-4 .container-fluid, .swak-testimonial.style-5 .container-fluid {
		width: auto;
		margin-left: 15px;
		margin-right: 15px; }
	.swak-testimonial.style-4 .item, .swak-testimonial.style-5 .item {
		webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1); }
	.swak-testimonial.style-4 .swiper-container, .swak-testimonial.style-5 .swiper-container {
		padding: 0; }

	.swak-testim-2 {
		margin-bottom: 120px; }

	.slider-title, .hero-title {
		font-size: 40px; }

	.slider-style-3 .slider-title {
		font-size: 40px; }

	.cell-left-border {
		border: none; }

	.content-title, .table-content h3 {
		font-size: 30px; }

	.container-fluid {
		max-width: 100%; }

	.top-slider {
		letter-spacing: 6px;
		font-size: 18px; }

	.blog-post-list [class^="col-md-"] {
		width: 100%; }

	.slider-text, .slider-line {
		display: none !important; }

	.port-item {
		width: 50%; }

	.table-cell-box, .box-30, .box-70, .single-port-table .table-cell-box {
		width: 100%;
		display: block; }

	.top-logo {
		display: block;
		width: 50%;
		float: left;
		padding-top: 13px; }

	.blog-list .blog-col-inner {
		display: flex;
		flex-direction: column; }

	.order2 {
		order: 2;
		-webkit-order: 2; }

	.blog-list .excerpt-box, .blog-list .txt-lft {
		margin: 0;
		box-shadow: none; } }
@media (max-width: 767px) {
	.swak-portfolio-carousel .portfolio_slider .swiper-button-prev,
	.swak-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-next {
		left: 10px; }
	.swak-portfolio-carousel .portfolio_slider .swiper-button-next,
	.swak-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-prev {
		right: 10px; }

	.swak-mailchimp.box .nav-subs-card {
		width: max-content; }

	.swak-post-list.style-7 .item.full-img-size {
		display: block; }
		.swak-post-list.style-7 .item.full-img-size .cont {
			padding-left: 15px; }
		.swak-post-list.style-7 .item.full-img-size .img {
			margin-bottom: 50px;
			width: 100%; }

	.swak-showcase.style-6 .parallax-slider .caption h1 {
		font-size: 40px; }
	.swak-showcase.style-6 .parallax-slider .caption .discover {
		width: 120px;
		height: 120px;
		letter-spacing: 2px;
		text-transform: capitalize; }

	.swak-portfolio.style-9 .gallery .items .cont h5 {
		font-size: 18px; }

	.swak-slider.style-11 .parallax-slider .caption h1 {
		font-size: 40px; }
	.swak-slider.style-11 .swiper-slide-active .caption h1 {
		font-size: 30px; }

	.swak-post-list.style-8 .item .content .title h4 a {
		font-size: 20px; }

	.swak-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
		font-size: 30px; }

	.swak-header.style-6 .sec-head h3 {
		font-size: 30px; }
	.swak-header.style-6 .sec-head h6 {
		font-size: 15px;
		letter-spacing: 5px; }

	.swak-testimonial.style-4 .item p, .swak-testimonial.style-5 .item p {
		font-size: 17px; }

	.pagi-nav-box {
		float: none;
		width: 100%;
		margin-bottom: 10px; }

	.swak-fancy.style-2 .img {
		padding: 0; }

	.admin-bar .is-sticky .stuck-nav, .admin-bar .custom-absolute-menu, .admin-bar .custom-fixed-menu, .admin-bar .abs-header {
		margin-top: 46px; }

	.slider-content {
		max-width: 78%; }

	.content-title, .table-content h3, .hero-title {
		font-size: 28px; }

	.box-with-icon .fa {
		position: relative; }

	.box-with-icon .icon-title, .box-with-icon .icon-subtitle {
		padding-left: 0; }

	.comment-form-email, .comment-form-author, .comment-form-url {
		width: 100%;
		padding-right: 0; }

	.slider-style-2 .slider-title {
		font-size: 30px; }

	.slider-style-2 .slider-title {
		font-size: 30px;
		letter-spacing: 5px; }

	.btn-relative {
		margin-right: 0; }

	span.your-name, span.your-email, span.cell-phone, span.subject {
		display: block;
		width: 100%;
		margin-bottom: 30px; }

	span.wpcf7-form-control-wrap.your-message {
		padding-right: 10px; }

	.dsc-bottom-style1 p, .dsc-bottom-style-2 p, .dsc-bottom-style-3 p {
		margin-left: 0; }

	.port-filter {
		border: none; }

	.port-filter a {
		padding: 8px 10px; }

	.entry-title {
		font-size: 24px; }

	.error-title {
		font-size: 40px;
		padding: 10px 40px; }

	.post-style-3 .entry-header {
		padding: 120px 30px; }
		.post-style-3 .entry-header .entry-title {
			font-size: 25px; }

	.img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn {
		background: none;
		border: none;
		padding: 4px 12px;
		color: var(--color-main);
		margin-top: 10px; }

	.tags-bottom, .sharebox {
		width: 100%;
		margin-left: 0; }

	.share-box {
		float: left; }

	.sidebar .theiaStickySidebar {
		padding-left: 0; }

	.post.sticky {
		padding: 30px 30px 0 30px; }
		.post.sticky .spc-60 {
			height: 25px; }

	.mouse-cursor {
		display: none; } }
@media (max-width: 600px) {
	.swak-post-slider.overlay-slider .tc-post-overlay-default .content .meta-bot ul {
		flex-wrap: wrap; }
		.swak-post-slider.overlay-slider .tc-post-overlay-default .content .meta-bot ul li {
			margin-bottom: 8px; }

	.swak-posts .item .content .meta-bot ul {
		flex-wrap: wrap; }
		.swak-posts .item .content .meta-bot ul li {
			margin-bottom: 8px; }

	.swak-breaking-news.bar-style.style-1 {
		min-height: 47px; }
		.swak-breaking-news.bar-style.style-1 .breaking-title {
			display: none; }
		.swak-breaking-news.bar-style.style-1 .swiper-container {
			padding-right: 85px;
			padding-left: 15px; }
	.swak-breaking-news.bar-style.style-2 {
		padding: 0 85px 0px 15px; }
		.swak-breaking-news.bar-style.style-2 .breaking-title {
			display: none; }

	.port-item, .other-portfolio .port-item, .port-gallery-body .port-item {
		width: 100%;
		float: none; }

	.swak-gallery .col-md-6.port-item {
		float: none;
		width: 100%; }

	.other-portfolio .port-item .dbox-relative p {
		font-size: 18px;
		margin-top: 10px;
		color: #eee; }

	.cell-line {
		display: none; }

	.slider-title, .hero-title {
		font-size: 36px; }

	.slider-style-3 .slider-title {
		font-size: 35px; }

	.slider-style-3 .slider-subtitle {
		font-size: 18px;
		color: #fff;
		background: transparent; }

	.slider-box {
		padding-bottom: 150px;
		padding-top: 150px; }

	.page-head-slider .slider-box {
		padding-top: 100px;
		padding-bottom: 50px; }

	.admin-bar .is-sticky .stuck-nav, .admin-bar .custom-fixed-menu {
		margin-top: 0; }

	.top-slider {
		letter-spacing: 4px;
		font-size: 15px; }

	.nav-box .container-fluid {
		padding-left: 15px;
		padding-right: 15px; } }
@media (min-width: 600px) {
	.wp-block-coblocks-pricing-table-item {
		background: rgba(140, 140, 151, 0.1); } }
@media (min-width: 1200px) {
	.swak-post-slider.irregular-slider .swiper-container .swiper-slide {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important; } }
@media (max-width: 480px) {
	.swak-showcase.style-6 .dots {
		display: none; }

	.swak-portfolio.style-9 .gallery .items {
		padding: 0 15px;
		margin: 0 0 50px; }

	.swak-post-list.style-8 .controls {
		display: none; }

	.blog-style-three .blog-link-img {
		width: 100%;
		display: block;
		min-height: 300px; }

	.blog-style-three .excerpt-box {
		width: 100%;
		display: block; }

	#related_posts .col-sm-4 {
		width: 100%; }

	.swak-fancy.style-2 .img .stauts {
		display: none; }

	.swak-header.style-6 .sec-head h3 {
		font-size: 20px; }

	.portfolio.style-5 .swak-gallery .items {
		padding: 0 15px;
		margin: 0 0 50px; }

	.info-box.style-4 {
		display: block; }
		.info-box.style-4 .cont {
			padding-left: 0; }

	.swak-post-list.style-7 .item {
		display: block; }
		.swak-post-list.style-7 .item .cont {
			padding-left: 0;
			margin-top: 30px; }
		.swak-post-list.style-7 .item .img {
			width: 100%; }
			.swak-post-list.style-7 .item .img img {
				max-width: 100%; }

	.swak-testimonial.style-4 .item, .swak-testimonial.style-5 .item {
		display: block;
		padding: 60px 30px; }
		.swak-testimonial.style-4 .item p, .swak-testimonial.style-5 .item p {
			margin-left: 0;
			padding-left: 0;
			border: 0;
			font-size: 14px;
			font-weight: 500;
			text-align: center; }
		.swak-testimonial.style-4 .item .info, .swak-testimonial.style-5 .item .info {
			min-width: auto;
			margin: auto;
			margin-bottom: 30px;
			display: block;
			text-align: center; }
			.swak-testimonial.style-4 .item .info .img, .swak-testimonial.style-5 .item .info .img {
				margin: auto; }

	.swak-post-list.style-8 .item .content {
		padding: 30px 15px; }

	.swak-fancy.style-3 .hero-bg {
		width: 290px;
		height: 290px; }
	.swak-fancy.style-3 .exp {
		width: 230px;
		height: 230px; }
		.swak-fancy.style-3 .exp h2 {
			font-size: 100px; }

	.swak-showcase.style-5 .controls {
		top: 30px;
		right: 30px; }
	.swak-showcase.style-5 .swiper-slide .cont h4 {
		font-size: 25px; }

	.swak-post-list.style-9 .item {
		margin-bottom: 50px; }
		.swak-post-list.style-9 .item h5 {
			font-size: 20px; } }
/* ===============================================================
			[   The End   ]
================================================================*/
/* ===============================================================
			[ * Header section ]
================================================================*/
/* Preloader */
.pre-loading {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999999999; }

.pre-loading:after,
.pre-loading:before {
	content: '';
	background: #fff;
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	transition: all 1s; }

.pre-loading:after {
	top: 0; }

.pre-loading:before {
	bottom: 0; }

.loading-end:after {
	top: -60%; }

.loading-end:before {
	bottom: -60%; }

.load-circle {
	margin: 50vh auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 10px solid #eee;
	border-top: 10px solid #f96152;
	-webkit-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear; }

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg); }
	100% {
		transform: rotate(360deg); } }
@keyframes rotate {
	0% {
		transform: rotate(0deg); }
	100% {
		transform: rotate(360deg); } }
.svg-pre-loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center; }
	.svg-pre-loading .pre-loader .fluid-width-video-wrapper {
		position: initial; }
		.svg-pre-loading .pre-loader .fluid-width-video-wrapper object {
			position: initial; }

/*------------------------------ Preloader style-2 (progress)----------------------------------- */
.pace {
	pointer-events: none;
	user-select: none;
	z-index: 99999999999999;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 400px;
	border: 0px;
	height: 1px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	transition: all 1s; }
	.pace .pace-progress {
		transform: translate3d(0, 0, 0);
		max-width: 300px;
		position: fixed;
		z-index: 99999999999999;
		display: block;
		position: absolute;
		top: 0;
		right: 100%;
		height: 100%;
		width: 100%;
		background: var(--color-main); }

.pace.pace-inactive {
	width: 100vw;
	opacity: 0; }
	.pace.pace-inactive .pace-progress {
		max-width: 100vw; }

#preloader {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	z-index: 9999999; }
	#preloader:after, #preloader:before {
		content: '';
		position: fixed;
		left: 0;
		height: 50%;
		width: 100%;
		background: #eee;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
	#preloader:before {
		top: 0; }
	#preloader:after {
		bottom: 0; }
	#preloader.isdone {
		visibility: hidden;
		transition-delay: 1.5s; }
		#preloader.isdone:after, #preloader.isdone:before {
			height: 0;
			transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
			transition-delay: 1s; }

#preloader .loading-text {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 10px;
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-main);
	font-family: 'Teko', sans-serif;
	z-index: 9999; }
	#preloader .loading-text.isdone {
		top: 50%;
		opacity: 0;
		transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
		transition-delay: .5s; }

/* ===============================================================
			[ * Side panel section ]
================================================================*/
/*----------Side Panel Style----------*/
.side-panel {
	position: fixed;
	z-index: 3;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	background: #fff;
	-webkit-transform: translateX(-webkit-calc(100% + 80px));
	-moz-transform: translateX(-moz-calc(100% + 80px));
	-ms-transform: translateX(calc(100% + 80px));
	-o-transform: translateX(calc(100% + 80px));
	transform: translateX(calc(100% + 80px));
	-webkit-transition: -webkit-transform .45s ease-in-out;
	transition: -webkit-transform .45s ease-in-out;
	-o-transition: -o-transform .45s ease-in-out;
	-moz-transition: transform .45s ease-in-out, -moz-transform .45s ease-in-out;
	transition: transform .45s ease-in-out;
	transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out, -moz-transform .45s ease-in-out, -o-transform .45s ease-in-out; }
	.side-panel.open {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0); }
	.side-panel .close-black-block-offcanvas {
		position: absolute;
		color: #fff;
		font-size: 15px;
		display: block;
		font-weight: normal;
		line-height: 1;
		border-radius: 50% 50% 50% 50%;
		padding: 4px 7px 5px 7px;
		border: 1px solid #ccc;
		z-index: 10;
		background-color: #fff;
		top: 15px;
		right: 15px;
		display: none; }

/* ===============================================================
			[ * Popup section ]
================================================================*/
/*----------Side Panel Style----------*/
.pop-up {
	position: fixed;
	z-index: 15;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: all 0.8s cubic-bezier(0.32, 0.74, 0.57, 1);
	transition: all 0.8s cubic-bezier(0.32, 0.74, 0.57, 1);
	opacity: 0;
	visibility: hidden; }
	.pop-up.open {
		opacity: 1;
		visibility: visible; }
	.pop-up .close-black-block-offcanvas {
		position: absolute;
		color: #fff;
		font-size: 15px;
		display: block;
		font-weight: normal;
		line-height: 1;
		border-radius: 50% 50% 50% 50%;
		padding: 4px 7px 5px 7px;
		border: 1px solid #ccc;
		z-index: 10;
		background-color: #fff;
		top: 15px;
		right: 15px;
		display: none; }

/* ===============================================================
			[ * Footer section ]
================================================================*/
/*----------fixed Footer----------*/
.footer {
	background: #13161D;
	text-align: center;
	font-size: 14px;
	padding: 80px 0; }
	.footer p {
		margin-bottom: 0;
		margin-top: 10px;
		color: #999;
		opacity: 0.8; }
	.footer a {
		color: var(--color-main); }

.footer-padding {
	padding: 100px 0; }

.footer-icon {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 20px; }
	.footer-icon li {
		display: inline-block;
		margin: 3px; }
		.footer-icon li a {
			width: 25px;
			height: 25px;
			display: block;
			line-height: 25px;
			color: #999;
			opacity: 0.8;
			border-radius: 100px;
			font-size: 16px; }
			.footer-icon li a:hover {
				transform: translateY(-3px);
				opacity: 1;
				color: #ffffff; }

.footer-img {
	max-width: 150px; }

/* ===============================================================
			[ * 404! section ]
================================================================*/
/*----404 style--*/
.error-title {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
	border: 15px double var(--color-main);
	border: 10px solid transparent !important;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 200px;
	font-weight: 600;
	margin-bottom: 40px;
	padding: 10px 60px;
	text-transform: uppercase; }

.error-text {
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 20px; }

.error-btn {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
	border: 1px solid var(--color-main);
	border: 1px solid transparent !important;
	border-radius: 5px;
	color: var(--color-main);
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	padding: 8px 20px;
	position: relative;
	-webkit-transition-duration: 1.0s;
	transition-duration: 1.0s;
	width: auto;
	z-index: 1; }

/* ===============================================================
			[ * Blog section ]  
================================================================*/
#Blog {
	overflow-x: hidden; }

.blog-style-three {
	display: table;
	width: 100%; }
	.blog-style-three .blog-link-img {
		display: table-cell;
		vertical-align: middle;
		position: relative;
		width: 30%; }
		.blog-style-three .blog-link-img:hover .blogmask {
			background: rgba(0, 0, 0, 0.5); }
	.blog-style-three .box-cat-post {
		margin-bottom: 10px; }
	.blog-style-three .post-meta {
		margin-bottom: 10px; }
	.blog-style-three .excerpt-box {
		width: 70%;
		display: table-cell;
		padding-left: 20px;
		vertical-align: middle; }
	.blog-style-three .blog-imgbg {
		background-position: center center;
		background-size: cover; }

.blog-link-img {
	position: relative;
	display: block;
	background: var(--color-main);
	overflow: hidden;
	opacity: .8; }
	.blog-link-img .bl-icon {
		border-radius: 100px;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 3;
		color: #ffffff;
		background: var(--color-main);
		height: 50px;
		width: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 18px; }
	.blog-link-img img {
		width: 100%;
		transition: 0.3s;
		transition: all .5s; }
	.blog-link-img:hover img {
		opacity: 0.1;
		transform: scale(1.1, 1.1); }

.content-btn-align-icon-left.content-btn-button-icon {
	float: left;
	margin-right: 10px; }

.content-btn-align-icon-right.content-btn-button-icon {
	float: right;
	margin-left: 10px; }

.blog-post-list .blog-style-three h3 {
	margin-bottom: 10px; }
.blog-post-list h3 {
	font-size: 24px;
	letter-spacing: initial;
	font-weight: 700;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
	transition: ease .5s;
	margin-top: 10px;
	margin-bottom: 15px; }
.blog-post-list a:hover h3 {
	color: var(--color-main); }
.blog-post-list .col-md-4:nth-child(4) {
	clear: left; }
.blog-post-list .col-md-3:nth-child(5) {
	clear: left; }
.blog-post-list .swak-blog-box h3 {
	color: #ffffff;
	margin: 0;
	font-size: 22px;
	color: #ffffff; }

.elementor-widget-swak-post-four {
	overflow: hidden; }

.blogmask {
	height: 100%;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	transition: 0.3s;
	top: 0;
	z-index: 0; }

.post-slider .blog-col-inner .blogmask {
	background: rgba(0, 0, 0, 0.3); }
.post-slider .blog-col-inner:hover .blogmask {
	background: rgba(0, 0, 0, 0.5); }
.post-slider .blog-imgbg {
	background-position: center center;
	background-size: cover; }
.post-slider .blog-link-img.blog-with-box.blog-imgbg {
	color: inherit; }
.post-slider .swak-blog-box {
	display: table;
	height: 100%; }
.post-slider .swak-blog-inner {
	display: table-cell;
	vertical-align: middle; }

.post-meta {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 15px;
	line-height: 1;
	text-transform: capitalize;
	font-size: 14px; }
	.post-meta a {
		color: var(--color-main);
		text-transform: capitalize; }
		.post-meta a:hover {
			color: #000000; }
	.post-meta li {
		list-style: none;
		display: inline-block;
		margin-right: 18px;
		color: var(--color-main);
		text-transform: capitalize;
		line-height: 150%; }
		.post-meta li .fa {
			display: inline-block;
			margin-right: 3px; }

.blog-list p {
	margin-bottom: 20px; }
.blog-list .post-meta {
	margin-bottom: 0;
	margin-top: 0; }
.blog-list .post-meta-bootom {
	border-top: 1px dashed #e1e1e1;
	padding-top: 20px; }
	.blog-list .post-meta-bootom li {
		color: #888;
		font-size: 13px; }
	.blog-list .post-meta-bootom a {
		color: #888;
		font-size: 13px; }
.blog-list .blog-col-inner {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.blog-list .excerpt-box {
	position: relative;
	box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
	margin-left: -40px;
	background: #fff;
	z-index: 2; }
.blog-list .txt-lft {
	margin-left: 0;
	margin-right: -40px; }

.blog-list.blog-style-two .blog-col-inner {
	background: transparent;
	align-items: initial; }
	.blog-list.blog-style-two .blog-col-inner .blog-link-img {
		max-width: 66.666%; }
	.blog-list.blog-style-two .blog-col-inner .date-post {
		display: none; }
	.blog-list.blog-style-two .blog-col-inner .excerpt-box {
		background: transparent;
		box-shadow: none;
		margin-left: -30px;
		padding: 0; }
		.blog-list.blog-style-two .blog-col-inner .excerpt-box h3 {
			color: #999;
			font-weight: 300;
			font-size: 16px;
			line-height: 1.6;
			margin-top: 0;
			opacity: 0.8; }
			.blog-list.blog-style-two .blog-col-inner .excerpt-box h3:after {
				display: none; }

.tags a {
	font-weight: 500; }

.blog-2 .post-meta {
	font-size: 13px;
	margin-bottom: 30px;
	margin-top: -10px; }
	.blog-2 .post-meta a {
		color: inherit; }
	.blog-2 .post-meta span {
		color: #aaa; }
	.blog-2 .post-meta li {
		color: inherit;
		line-height: 1.8; }
.blog-2 .excerpt-box {
	text-align: left;
	padding: 30px; }
.blog-2 .blog-link-img:hover img {
	opacity: 1;
	transform: scale(1.1, 1.1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%); }
.blog-2 .blog-post-list h3 {
	font-weight: 600;
	font-size: 220%; }
.blog-2 .content-btn {
	border: none;
	margin-top: 20px;
	background: #fff;
	color: var(--color-main); }
	.blog-2 .content-btn i {
		border: 0.5px dashed var(--color-main);
		border-radius: 50%;
		height: 45px;
		line-height: 45px;
		margin: auto;
		text-align: center;
		width: 45px; }
.blog-2 .blog-col-inner {
	border: none;
	box-shadow: none; }

.cat-post {
	position: absolute;
	background-color: #ffffff;
	padding: 3px 10px;
	top: 5px;
	left: 5px;
	letter-spacing: .5px;
	font-size: 14px; }

.date-post {
	position: absolute;
	background-color: #1f1f1f;
	padding: 3px 10px;
	top: 5px;
	left: 5px;
	letter-spacing: .5px;
	font-size: 14px;
	color: #ffffff; }

.date-post-rtl {
	position: absolute;
	background-color: #1f1f1f;
	padding: 3px 10px;
	top: 5px;
	right: 5px;
	letter-spacing: .5px;
	font-size: 14px;
	color: #ffffff; }

.blog-col-inner {
	background: #fff;
	border-radius: 0;
	border: 1px solid #e5e5e5; }

.excerpt-box {
	padding: 36px; }

.blog-wrapper {
	background: #fff; }

.dark-page .blog-wrapper {
	background: #1f1f1f; }

.blog-header {
	background: #1f1f1f none repeat scroll 0 0;
	position: relative;
	z-index: 999; }

.blog-header-slider {
	background: #fafafa none repeat scroll 0 0; }
	.blog-header-slider:hover .slide-nav {
		opacity: 1; }

.blog-img-bg {
	background-position: center center;
	background-size: cover;
	overflow: hidden; }
	.blog-img-bg:hover .blog-box {
		-ms-transform: translateY(-50%) scale(1, 1);
		-webkit-transform: translateY(-50%) scale(1, 1);
		transform: translateY(-50%) scale(1, 1);
		z-index: 1; }

.small-title {
	font-size: 30px;
	margin: 0 0 20px; }

.swak-blog-box {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #ffffff;
	font-size: 15px; }

.swak-blog-inner {
	padding: 20px; }

.post-meta-box {
	list-style: none;
	padding: 0; }
	.post-meta-box li {
		list-style: none;
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px; }

.blog-col {
	padding: 0; }

.box-blog-padding {
	padding: 20px;
	padding-top: 0; }

.blog-with-box img {
	opacity: 0.8; }

.box-cat-post {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	display: inline-block; }

.box-cat-post.cat-absolute {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #fff;
	color: #000000;
	padding: 6px 16px;
	z-index: 3; }

.blog-box {
	margin: 0 15px;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%) scale(0, 0);
	-webkit-transform: translateY(-50%) scale(0, 0);
	transform: translateY(-50%) scale(0, 0);
	z-index: 1;
	transition: ease .5s;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s; }
	.blog-box h3 {
		font-size: 20px;
		letter-spacing: 2px;
		margin: 10px 0 30px;
		color: #ffffff;
		text-transform: uppercase; }
	.blog-box .slide-btn {
		font-size: 15px;
		letter-spacing: 3px;
		padding: 13px 25px; }
	.blog-box p {
		color: #ffffff;
		font-family: "Poppins", sans-serif;
		font-style: italic;
		margin-bottom: 0; }

.blog-box-inner {
	border: 4px solid #fff;
	margin: auto;
	padding: 30px;
	position: relative;
	top: auto;
	max-width: 300px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	text-align: center; }

.blog-content .img-post {
	overflow: hidden;
	background: #000000;
	margin-bottom: 30px;
	border-radius: 7px; }
	.blog-content .img-post img {
		transition: opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;
		-moz-transition: opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;
		-o-transition: opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;
		-webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out; }
		.blog-content .img-post img:hover {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
			opacity: .5; }
.blog-content .blog-post p a {
	color: var(--color-main); }

.entry-title {
	display: block;
	font-size: 30px;
	margin: 0 0 20px;
	position: relative;
	font-weight: 600;
	-webkit-transition: 100ms linear all;
	-moz-transition: 100ms linear all;
	transition: 100ms linear all; }

a .entry-title {
	-webkit-transition: 100ms linear all;
	-moz-transition: 100ms linear all;
	transition: 100ms linear all; }
	a .entry-title:hover {
		color: var(--color-main); }

.blog-slider-box {
	padding: 27% 0; }

.fa-arrow-left.slick-arrow {
	bottom: 0;
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	font-size: 12px;
	transition: ease .5s;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s; }
	.fa-arrow-left.slick-arrow:hover {
		background: #000;
		color: #ffffff; }

.fa-arrow-right.slick-arrow {
	bottom: 0;
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	font-size: 12px;
	transition: ease .5s;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s; }
	.fa-arrow-right.slick-arrow:hover {
		background: #000;
		color: #ffffff; }

.slider .fa.fa-arrow-right.slick-arrow {
	left: 50px; }

.post-detail {
	font-size: 14px;
	padding: 0;
	list-style: outside none none;
	color: #888; }
	.post-detail > li {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 15px; }
		.post-detail > li a {
			color: #888; }
			.post-detail > li a:hover {
				color: var(--color-main); }
		.post-detail > li i {
			display: inline-block;
			font-size: 15px;
			margin-right: 5px;
			text-align: center;
			border-radius: 100px;
			color: var(--color-main); }

.border-post {
	display: block;
	height: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 40px;
	border-bottom: 1px solid #eee; }

.single .border-post {
	border: none; }

.pagination {
	width: 100%;
	text-align: center;
	margin: 40px 0;
	display: inline-block; }
	.pagination > li {
		display: inline-block;
		margin-right: 10px; }
		.pagination > li > a {
			position: relative;
			float: left;
			margin-left: -1px;
			line-height: 1.42857143;
			text-decoration: none;
			background-color: #fff;
			border: 1px solid #ddd;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			padding: 13px 20px 10px 20px;
			font-weight: 500; }
			.pagination > li > a:focus {
				color: #333; }
		.pagination > li > span {
			color: inherit;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			padding: 13px 20px 10px 20px; }
			.pagination > li > span:focus {
				color: #333; }
	.pagination > .active > a {
		background-color: #333;
		border-color: #333;
		color: #ffffff;
		cursor: default;
		z-index: 2; }
		.pagination > .active > a:hover {
			background-color: #333;
			border-color: #333;
			color: #ffffff;
			cursor: default;
			z-index: 2; }
		.pagination > .active > a:focus {
			background-color: #333;
			border-color: #333;
			color: #ffffff;
			cursor: default;
			z-index: 2; }
	.pagination > .active > span {
		background-color: #333;
		border-color: #333;
		color: #ffffff;
		cursor: default;
		z-index: 2; }
		.pagination > .active > span:hover {
			background-color: #333;
			border-color: #333;
			color: #ffffff;
			cursor: default;
			z-index: 2; }
		.pagination > .active > span:focus {
			background-color: #333;
			border-color: #333;
			color: #ffffff;
			cursor: default;
			z-index: 2; }
	.pagination li a:hover {
		color: #000000; }
	.pagination a {
		font-weight: 500; }

.blog-slider:hover .slide-nav {
	opacity: 1; }

.blog-mason .entry-title {
	border-bottom: 1px solid #eee;
	font-size: 20px;
	padding-bottom: 20px; }

.post-bottom {
	display: flex;
	padding: 20px 0 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px; }

.tags-bottom {
	order: 1;
	margin-top: 10px;
	color: #aaa;
	font-size: 14px;
	letter-spacing: 0.1em; }
	.tags-bottom a {
		color: #666;
		padding: 6px 18px;
		font-size: 13px;
		margin-left: 7px;
		letter-spacing: 1px;
		display: inline-block;
		margin-bottom: 12px;
		border-radius: 50px;
		background: #f7f7f7; }
		.tags-bottom a:hover {
			color: #fff;
			background-color: var(--color-main); }

.sharebox {
	justify-content: flex-end;
	order: 2;
	margin: 0 0 0 auto;
	white-space: nowrap; }

.share-box {
	font-family: "Poppins", sans-serif;
	color: #aaa;
	font-size: 14px;
	letter-spacing: 0.1em;
	float: right;
	margin-top: 10px; }
	.share-box a {
		margin-left: 5px;
		position: relative;
		display: inline-block;
		height: 35px;
		width: 35px;
		line-height: 35px;
		border-radius: 50%;
		text-align: center;
		background-color: #eff2f5;
		color: #666; }

.swak-share-box.share-box {
	padding: 0; }

.swak-share-box .share-text {
	display: inline-block; }

#related_posts {
	margin-bottom: 60px; }
	#related_posts .related-inner:hover {
		border-bottom-color: var(--color-main); }
	#related_posts .related-inner .post-detail > li {
		margin-bottom: 10px; }
	#related_posts .related-inner P {
		margin-top: 15px; }
	#related_posts .related-inner div > *:last-child {
		margin-bottom: 0; }
	#related_posts .col-sm-4 {
		margin-bottom: 20px; }
		#related_posts .col-sm-4 img {
			opacity: 1;
			transition: 0.3s;
			width: 100%;
			height: 240px;
			object-fit: cover; }
		#related_posts .col-sm-4:nth-child(4) {
			clear: left; }

.attachment-swak-related-post {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px; }

.related-inner {
	overflow: hidden;
	padding: 25px 25px 20px 25px;
	transition: ease .5s;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
	border-bottom: 2px solid var(--color-main);
	margin: 0 0 10px 0;
	z-index: 1000;
	position: relative;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
	border-bottom: 2px solid transparent !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; }

a > img + .related-inner {
	margin: -20px 20px 20px; }

.related-cat {
	color: #aaa;
	font-size: 13px;
	line-height: 1.8;
	margin: 0; }
	.related-cat i {
		display: inline-block;
		margin-right: 7px;
		color: var(--color-main); }

.title-related-post {
	-moz-transition: ease .5s;
	-ms-transition: ease .5s;
	-o-transition: ease .5s;
	-webkit-transition: ease .5s;
	font-size: 22px;
	margin: 0 0 40px;
	text-transform: uppercase;
	position: relative; }
	.title-related-post:after {
		content: "";
		position: absolute;
		height: 2px;
		width: 80px;
		left: 0;
		bottom: -6px;
		background-color: var(--color-main);
		background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)); }

.related-title {
	font-size: 18px;
	line-height: 1.6em;
	margin: 0;
	font-weight: 600;
	letter-spacing: 0;
	-moz-transition: ease .5s;
	-ms-transition: ease .5s;
	-o-transition: ease .5s;
	-webkit-transition: ease .5s; }

h3.related-title:hover {
	color: var(--color-main); }

.footer.footer-two.clearfix {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: -1;
	left: 0; }

.blog-gallery div {
	width: 33.3%;
	float: left; }
.blog-gallery a {
	position: relative;
	display: block; }
	.blog-gallery a span {
		background: rgba(0, 0, 0, 0.3);
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
		transition: ease .3s;
		-webkit-transition: ease .3s;
		-moz-transition: ease .3s;
		-o-transition: ease .3s;
		-ms-transition: ease .3s; }
		.blog-gallery a span:hover {
			opacity: 1; }
	.blog-gallery a i {
		background: var(--color-main) none repeat scroll 0 0;
		border-radius: 100px;
		color: #ffffff;
		height: 50px;
		left: 50%;
		line-height: 50px;
		margin-left: -25px;
		margin-top: -25px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 50px; }

.pagi-nav-box {
	float: left; }

.imgpagi-box {
	display: table-cell;
	vertical-align: middle;
	padding: 10px; }
	.imgpagi-box p {
		margin: 0;
		line-height: 1;
		font-size: 14px;
		text-transform: uppercase;
		color: var(--color-main);
		letter-spacing: 2px;
		text-align: left; }

.pagi-nav-box.next {
	text-align: right;
	float: right; }

.img-pagination {
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 60px; }
	.img-pagination a {
		display: table;
		width: 100%; }
		.img-pagination a:hover .img-pagi .lnr {
			font-size: 30px;
			color: var(--color-main); }
		.img-pagination a:hover .img-pagi img {
			z-index: 0; }
		.img-pagination a .img-pagi img {
			z-index: 2;
			display: none; }

.img-pagi {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	background: transparent;
	width: 90px;
	height: 90px;
	border: 1px solid #eee; }
	.img-pagi .lnr {
		color: #999;
		font-size: 25px;
		height: 124px;
		left: 50%;
		line-height: 120px;
		margin-left: -60px;
		margin-top: -62px;
		opacity: 1;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: scale(0.6);
		transition: all 0.3s ease 0s;
		width: 120px;
		z-index: 1;
		opacity: 1;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1); }
	.img-pagi img {
		position: relative; }

.pagi-title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	margin-top: 5px;
	line-height: 1.5;
	text-align: left; }

.pagi-box p {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px; }

/*-------------------------------------  Blog article Style 2  -----------------------------------------*/
.blog-style-2 .entry-title {
	font-size: 28px; }
.blog-style-2 .post-detail > li {
	border-radius: 2em;
	background-color: #f5f5f5;
	color: #333;
	padding: 9px 16px;
	transition: all .3s;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	line-height: 1.25em;
	margin-inline-end: 0.5em;
	display: inline-flex;
	align-items: center;
	justify-content: center; }
	.blog-style-2 .post-detail > li a {
		color: #333; }
.blog-style-2 .border-post {
	border-bottom: 1px dashed #cecece; }

/*-------------------------------------  Blog article Style 3  -----------------------------------------*/
.blog-style-3 {
	padding: 100px 0; }
	.blog-style-3 .entry-title {
		font-size: 25px; }
	.blog-style-3 .post-img {
		padding-left: 0; }
		.blog-style-3 .post-img .img-post {
			margin: 0; }
	.blog-style-3 .post-details {
		padding-right: 0;
		position: relative;
		height: 100%; }
		.blog-style-3 .post-details .post-cat {
			border-right: 1px solid #dee2e6;
			padding-right: 14px;
			border-radius: 0; }
			.blog-style-3 .post-details .post-cat a {
				color: var(--color-main);
				text-transform: uppercase;
				font-weight: 600; }
	.blog-style-3 .post-detail.post-bot {
		position: absolute;
		bottom: 0;
		display: flex;
		width: 100%;
		justify-content: space-between; }
		.blog-style-3 .post-detail.post-bot .count {
			margin-left: 20px; }
		.blog-style-3 .post-detail.post-bot > li {
			margin-bottom: 0; }
	.blog-style-3 .post-detail > li {
		border-radius: 2em;
		color: #333;
		transition: all .3s;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
		line-height: 1.25em;
		margin-inline-end: 0.5em;
		display: inline-flex;
		align-items: center;
		justify-content: center; }
		.blog-style-3 .post-detail > li i {
			color: initial; }
		.blog-style-3 .post-detail > li a {
			color: #333; }
	.blog-style-3 .border-post {
		border-bottom: 1px dashed #cecece; }
	.blog-style-3 .pagination > li:last-child > a, .blog-style-3 .pagination > li:last-child > span {
		border-radius: 7px; }

/*-------------------------------------  Blog slider  -----------------------------------------*/
.blog-top-slider .m-title {
	font-weight: 700;
	font-size: 45px; }
	.blog-top-slider .m-title span {
		color: var(--color-main);
		position: relative;
		display: inline-block;
		padding: 0 5px;
		margin: 0 5px; }
		.blog-top-slider .m-title span:after {
			position: absolute;
			content: "";
			left: 0;
			bottom: 0;
			width: 100%;
			height: 40%;
			background-color: var(--color-main);
			opacity: 8%; }
.blog-top-slider .blog-details-slider {
	position: relative;
	overflow: hidden; }
	.blog-top-slider .blog-details-slider .content-card .img {
		position: relative;
		border-radius: 30px;
		overflow: hidden; }
		.blog-top-slider .blog-details-slider .content-card .img.overlay::after {
			position: absolute;
			content: "";
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-image: linear-gradient(to top, #000000e1, #0005, transparent); }
		.blog-top-slider .blog-details-slider .content-card .img img {
			object-fit: cover;
			width: 100%;
			height: 500px; }
	.blog-top-slider .blog-details-slider .content-card .info {
		position: absolute;
		width: 100%;
		bottom: 0;
		padding: 4vw;
		color: #fff; }
		.blog-top-slider .blog-details-slider .content-card .info .date {
			opacity: 0;
			transform: translateY(30px);
			transition: all 0.6s ease; }
		.blog-top-slider .blog-details-slider .content-card .info span a {
			color: #fff; }
		.blog-top-slider .blog-details-slider .content-card .info .title a {
			opacity: 0;
			transform: translateY(30px);
			transition: all 0.6s ease;
			transition-delay: 0.1s;
			color: #fff;
			font-size: 32px;
			line-height: 1.4;
			font-weight: 700; }
		.blog-top-slider .blog-details-slider .content-card .info .text-info {
			opacity: 0;
			transform: translateY(30px);
			transition: all 0.6s ease;
			transition-delay: 0.2s; }
	.blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info small, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info h2, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info p, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info a {
		opacity: 1;
		transform: translateX(0); }
	.blog-top-slider .blog-details-slider .swiper-pagination {
		width: 100%;
		bottom: 0;
		text-align: right;
		padding: 30px 4vw; }
		.blog-top-slider .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
			background-color: #fff;
			opacity: 1;
			margin: 0 5px; }
			.blog-top-slider .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				background-color: var(--color-main); }
	.blog-top-slider .blog-details-slider .swiper-button-next, .blog-top-slider .blog-details-slider .swiper-button-prev {
		transform: rotate(45deg);
		border-radius: 15px;
		width: 50px;
		height: 50px; }
	.blog-top-slider .blog-details-slider .swiper-button-next::after, .blog-top-slider .blog-details-slider .swiper-button-prev::after {
		transform: rotate(-45deg); }
	.blog-top-slider .blog-details-slider .swiper-button-next, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-prev {
		right: -35px;
		background: #fff; }
	.blog-top-slider .blog-details-slider .swiper-button-next::after, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
		font-size: 14px;
		margin-right: 20px;
		margin-top: 23px; }
	.blog-top-slider .blog-details-slider .swiper-button-prev, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-next {
		left: -35px;
		background: #fff; }
	.blog-top-slider .blog-details-slider .swiper-button-prev::after, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
		font-size: 14px;
		margin-left: 25px;
		margin-bottom: 22px; }

/*-------------------------------------  Blog Popular  -----------------------------------------*/
.popular-posts .col-lg-4:not(:last-child) {
	border-right: 1px solid #dee2e6; }
.popular-posts .card {
	padding: 0 15px; }
	.popular-posts .card .img {
		border-radius: 20px;
		height: 200px; }
	.popular-posts .card .card-body a {
		color: #000; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .popular-posts .card .card-body a {
		color: #fff; }
	body.swak-auto-mode .blog-style-3 .post-detail > li:not(.post-cat) {
		color: #c8c8c8; }
		body.swak-auto-mode .blog-style-3 .post-detail > li:not(.post-cat) i {
			color: #c8c8c8; }
		body.swak-auto-mode .blog-style-3 .post-detail > li:not(.post-cat) a {
			color: #c8c8c8; } }
body.swak-dark-mode .popular-posts .card .card-body a {
	color: #fff; }
body.swak-dark-mode .blog-style-3 .post-detail > li:not(.post-cat) {
	color: #c8c8c8; }
	body.swak-dark-mode .blog-style-3 .post-detail > li:not(.post-cat) i {
		color: #c8c8c8; }
	body.swak-dark-mode .blog-style-3 .post-detail > li:not(.post-cat) a {
		color: #c8c8c8; }

/* ===============================================================
			[ * Blog section ]  
================================================================*/
.widget .contact-list {
	list-style: outside none none;
	margin: 20px 0;
	padding: 0; }
	.widget .contact-list > li {
		margin-bottom: 10px;
		list-style: outside none none; }

.contact-list {
	list-style: outside none none;
	margin: 20px 0;
	padding: 0; }
	.contact-list > li {
		margin-bottom: 10px;
		list-style: outside none none; }
	.contact-list i.fa {
		color: #1f1f1f;
		display: inline-block;
		font-size: 18px;
		margin-right: 7px; }

.map_canvas {
	height: 500px; }

.map-gray iframe {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(99%);
	-webkit-backface-visibility: hidden; }

.box-map {
	line-height: 1;
	padding: 20px 0 20px 20px;
	text-align: center;
	width: 100%; }
	.box-map > img {
		max-width: 400px;
		max-height: 200px; }
	.box-map > h3 {
		font-size: 16px;
		color: #1f1f1f;
		letter-spacing: 3px;
		margin: 10px 0 10px;
		text-transform: uppercase; }

form input {
	-moz-box-sizing: border-box;
	background: #fff;
	border: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: #888;
	line-height: inherit;
	padding: 6px 13px;
	padding-left: 30px;
	width: 100%;
	max-height: 150px;
	border-radius: 0;
	background: #fdfdfd;
	font-size: 15px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease; }
	form input:focus {
		border-color: var(--color-main);
		box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }
form textarea {
	-moz-box-sizing: border-box;
	background: #fff;
	border: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: #888;
	line-height: inherit;
	padding: 6px 13px;
	padding-left: 30px;
	width: 100%;
	max-height: 150px;
	border-radius: 0;
	background: #fdfdfd;
	font-size: 15px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease; }
	form textarea:focus {
		border-color: var(--color-main);
		box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }

.comment-respond form input {
	border: 1px solid #ddd;
	padding-left: 10px;
	max-height: 160px; }
	.comment-respond form input:focus {
		border-color: var(--color-main); }
	.comment-respond form input::placeholder {
		color: #333; }
.comment-respond form textarea {
	border: 1px solid #ddd;
	padding-left: 10px;
	max-height: 160px; }
	.comment-respond form textarea:focus {
		border-color: var(--color-main); }
	.comment-respond form textarea::placeholder {
		color: #333; }
.comment-respond p {
	position: relative; }

#MyContactForm {
	text-align: left; }
	#MyContactForm p span {
		display: block;
		letter-spacing: 2px;
		text-transform: uppercase; }
	#MyContactForm p label {
		cursor: text;
		display: block;
		margin: 0;
		position: relative;
		top: 0;
		width: 100%; }

input:focus {
	border-color: #e0e0e0; }

textarea:focus {
	border-color: #e0e0e0;
	outline: none; }

textarea::-webkit-input-placeholder {
	color: #aaa; }

textarea:-moz-placeholder {
	color: #aaa; }

textarea::-moz-placeholder {
	color: #aaa; }

textarea:-ms-input-placeholder {
	color: #aaa; }

#form-wrapper #MyContactForm .error {
	bottom: 12px;
	color: #FF0000;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	left: auto;
	font-style: italic;
	letter-spacing: 0;
	position: absolute;
	right: 20px;
	text-transform: capitalize;
	width: auto; }

.content-btn {
	width: auto;
	border: 1px solid #dcdada;
	display: inline-block;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition-duration: 1.0s;
	transition-duration: 1.0s;
	padding: 8px 20px; }
	.content-btn:hover {
		background-color: var(--color-main);
		color: #ffffff; }
	.content-btn::before {
		background: #eee none repeat scroll 0 0;
		border-radius: 200px;
		content: "";
		display: block;
		height: 200px;
		left: -50%;
		margin-top: -100px;
		position: absolute;
		top: 50%;
		width: 200px;
		opacity: 0.3;
		z-index: -1;
		transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		-webkit-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s;
		-webkit-transition-duration: 0.8s;
		transition-duration: 0.8s;
		background: #fff none repeat scroll 0 0;
		border-radius: 200px;
		content: "";
		opacity: 0.3;
		display: block;
		height: 200px;
		left: -50%;
		margin-top: -100px;
		position: absolute;
		top: 50%;
		width: 200px;
		z-index: -1;
		transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		-webkit-transition: all 0.4s ease-in 0s;
		transition: all 0.4s ease-in 0s;
		transition-delay: 0.3s; }

.slider-btn:hover::before {
	opacity: 1;
	transform: scale(4);
	-ms-transform: scale(4);
	-webkit-transform: scale(4); }

.swak-comment span.your-name {
	display: inline-block;
	width: 32.9%; }
	.swak-comment span.your-name:before {
		color: var(--color-main);
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 15px;
		font-style: normal;
		height: 30px;
		left: 10px;
		line-height: 30px;
		margin-top: -15px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 30px;
		content: "\f2c0"; }
.swak-comment span.your-email {
	display: inline-block;
	width: 32.9%; }
	.swak-comment span.your-email:before {
		color: var(--color-main);
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 15px;
		font-style: normal;
		height: 30px;
		left: 10px;
		line-height: 30px;
		margin-top: -15px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 30px;
		content: "\f003"; }
.swak-comment span.cell-phone {
	display: inline-block;
	width: 32.9%; }
	.swak-comment span.cell-phone:before {
		color: var(--color-main);
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 15px;
		font-style: normal;
		height: 30px;
		line-height: 30px;
		margin-top: -15px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 30px;
		content: "\f10b";
		font-size: 20px; }
.swak-comment span.subject {
	display: inline-block;
	width: 49%; }
	.swak-comment span.subject:before {
		color: var(--color-main);
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 15px;
		font-style: normal;
		height: 30px;
		line-height: 30px;
		margin-top: -15px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 30px;
		content: "\f27b"; }
.swak-comment .comment-form-email {
	width: 32.9%;
	display: inline-block;
	padding-right: 1%; }
.swak-comment .comment-form-author {
	width: 32.9%;
	display: inline-block;
	padding-right: 1%; }
.swak-comment .comment-form-comment {
	margin-top: 30px;
	margin-bottom: 20px; }
.swak-comment .comment-form-url {
	width: 32.9%;
	display: inline-block;
	padding-right: 1%;
	padding-right: 0; }

/*-------------------------------------  Post Style 1  -----------------------------------------*/
.post-style-1 {
	padding-bottom: 0; }
	.post-style-1 p {
		margin: 0 0 20px; }
	.post-style-1 a.colored {
		color: var(--color-main); }
	.post-style-1 .entry-title {
		display: block;
		font-size: 42px;
		margin: 0 0 20px;
		position: relative;
		font-weight: 700;
		-webkit-transition: 100ms linear all;
		transition: 100ms linear all;
		text-align: center; }
	.post-style-1 .post-detail > li {
		margin-right: 35px;
		color: #333; }
		.post-style-1 .post-detail > li.post-cat {
			text-transform: uppercase;
			font-weight: 700;
			border-right: 1px solid #dee2e6;
			padding-right: 20px;
			margin-right: 20px; }
			.post-style-1 .post-detail > li.post-cat a {
				color: var(--color-main); }
		.post-style-1 .post-detail > li.post-date {
			margin-right: 0; }
		.post-style-1 .post-detail > li.post-auth .lnr-user {
			background-color: var(--color-main);
			border-color: var(--color-main);
			width: 22px;
			height: 22px;
			color: #fff;
			font-size: 10px;
			line-height: 21px; }
		.post-style-1 .post-detail > li i {
			color: initial;
			font-size: 14px; }
		.post-style-1 .post-detail > li a {
			color: #333; }
	.post-style-1 .attachment-post-thumbnail {
		border-radius: 15px;
		width: 1320px;
		height: 90vh;
		object-fit: cover;
		margin-top: 60px;
		margin-bottom: 40px; }
	.post-style-1 .wp-caption {
		border: none; }
	.post-style-1 .post-bottom {
		border: none;
		flex-wrap: wrap; }
		.post-style-1 .post-bottom .tags-bottom a {
			color: #666;
			padding: 6px 18px;
			font-size: 12px;
			letter-spacing: 0;
			display: inline-block;
			margin-bottom: 12px;
			border-radius: 50px;
			border-radius: 7px;
			background-color: var(--color-gray);
			margin-left: 5px; }
			.post-style-1 .post-bottom .tags-bottom a:hover {
				color: #fff;
				background-color: var(--color-main); }
		.post-style-1 .post-bottom .share-box .share-text {
			text-transform: capitalize; }
		.post-style-1 .post-bottom .share-box a {
			margin-left: 5px;
			position: relative;
			display: inline-block;
			height: 30px;
			width: 30px;
			line-height: 30px;
			border-radius: 50%;
			text-align: center;
			background-color: #eff2f5;
			color: #666; }
	.post-style-1 .swak-author-info {
		display: flex;
		padding: 40px;
		background: var(--color-gray);
		border-radius: 15px; }
		.post-style-1 .swak-author-info .swak-author-avatar {
			max-width: 80px;
			-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
			flex-shrink: 0; }
			.post-style-1 .swak-author-info .swak-author-avatar img {
				border-radius: 50%; }
		.post-style-1 .swak-author-info .swak-author-info-content {
			-webkit-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			margin-left: 30px; }
			.post-style-1 .swak-author-info .swak-author-info-content .swak-author-info-title {
				margin-bottom: 18px; }
				.post-style-1 .swak-author-info .swak-author-info-content .swak-author-info-title .swak-author-name a {
					color: #111;
					text-transform: capitalize;
					font-size: 18px;
					font-weight: 700;
					line-height: 1.3; }
				.post-style-1 .swak-author-info .swak-author-info-content .swak-author-info-title .swak-author-role {
					font-size: 12px;
					display: block;
					margin-top: 4px;
					text-transform: uppercase; }
			.post-style-1 .swak-author-info .swak-author-info-content .swak-author-info-text {
				margin-bottom: 0;
				color: #111; }
			.post-style-1 .swak-author-info .swak-author-info-content .swak-author-social {
				margin-top: 20px; }
				.post-style-1 .swak-author-info .swak-author-info-content .swak-author-social a {
					font-size: 14px;
					margin-right: 7px;
					background: #ebebeb;
					color: #000;
					border-radius: 50px;
					display: inline-block;
					height: 30px;
					width: 30px;
					line-height: 30px;
					text-align: center; }
					.post-style-1 .swak-author-info .swak-author-info-content .swak-author-social a:hover {
						background: var(--color-main);
						color: #fff; }
	.post-style-1 .swak-comment {
		margin-top: 50px; }
		.post-style-1 .swak-comment .comment-body {
			border-radius: 10px;
			border: 1px solid #e9e9e9;
			background: none; }
			.post-style-1 .swak-comment .comment-body .comment-reply-link {
				font-size: 12px;
				border-radius: 35px;
				padding: 0 16px;
				line-height: 30px;
				display: inline-block;
				font-weight: 500;
				background: none;
				border: 1px solid var(--color-main);
				color: var(--color-main); }
				.post-style-1 .swak-comment .comment-body .comment-reply-link:hover {
					background: var(--color-main);
					color: #fff; }
	.post-style-1 .related-bottom {
		background: var(--color-gray);
		padding: 60px 0; }

/*-------------------------------------  Post Style 3  -----------------------------------------*/
.post-style-3 .entry-header {
	overflow: hidden;
	position: relative;
	padding: 120px 70px;
	border-radius: 7px; }
	.post-style-3 .entry-header .post-date {
		text-align: center;
		width: 105px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		height: 90px;
		line-height: 1;
		min-width: fit-content;
		justify-content: center;
		display: flex;
		flex-direction: column;
		margin-top: 20px; }
		.post-style-3 .entry-header .post-date span {
			font-size: 26px;
			display: block;
			margin-bottom: 8px; }
	.post-style-3 .entry-header .post-category {
		min-width: fit-content;
		justify-content: center;
		display: flex;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 15px;
		margin-top: 50px; }
		.post-style-3 .entry-header .post-category a {
			color: #fff;
			padding: 0 5px; }
	.post-style-3 .entry-header .blog-post_bg_media {
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1; }
		.post-style-3 .entry-header .blog-post_bg_media::before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: #15222b;
			opacity: 0.6; }
	.post-style-3 .entry-header .entry-title {
		color: #fff;
		text-align: center;
		font-size: 34px; }
	.post-style-3 .entry-header .post-detail {
		text-align: center;
		font-size: 15px;
		font-weight: 600; }
	.post-style-3 .entry-header .post-detail > li a, .post-style-3 .entry-header .post-detail > li, .post-style-3 .entry-header .post-detail > li i {
		color: #f9f9f9; }

/*-------------------------------------  Post Style 4  -----------------------------------------*/
.post-style-4 .entry-header {
	overflow: hidden;
	position: relative;
	padding: 120px 70px;
	border-radius: 7px; }
	.post-style-4 .entry-header .post-date {
		text-align: center;
		width: 105px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		height: 90px;
		line-height: 1;
		min-width: fit-content;
		justify-content: center;
		display: flex;
		flex-direction: column;
		margin-top: 20px; }
		.post-style-4 .entry-header .post-date span {
			font-size: 26px;
			display: block;
			margin-bottom: 8px; }
	.post-style-4 .entry-header .post-category {
		min-width: fit-content;
		justify-content: center;
		display: flex;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 15px;
		margin-top: 50px; }
		.post-style-4 .entry-header .post-category a {
			color: #fff;
			padding: 0 5px; }
	.post-style-4 .entry-header .blog-post_bg_media {
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1; }
		.post-style-4 .entry-header .blog-post_bg_media::before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: #15222b;
			opacity: 0.6; }
	.post-style-4 .entry-header .entry-title {
		color: #fff;
		text-align: center;
		font-size: 34px; }
	.post-style-4 .entry-header .post-detail {
		text-align: center;
		font-size: 15px;
		font-weight: 600; }
	.post-style-4 .entry-header .post-detail > li a, .post-style-4 .entry-header .post-detail > li, .post-style-4 .entry-header .post-detail > li i {
		color: #f9f9f9; }

/*-------------------------------------  Post Style 5  -----------------------------------------*/
.post-style-5 .fluid-width-video-wrapper {
	height: 480px; }

.blog-post-list.blog-style-1 .blog-col-inner {
	border: none; }
	.blog-post-list.blog-style-1 .blog-col-inner:hover .blog-link-img img {
		opacity: 1;
		transform: scale(1.1, 1.1) rotate(2deg);
		cursor: crosshair; }
	.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img {
		position: relative;
		display: block;
		background: var(--color-main);
		overflow: hidden;
		opacity: 1; }
		.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .bl-icon {
			border-radius: 100px;
			position: absolute;
			right: 20px;
			top: 20px;
			z-index: 3;
			color: #ffffff;
			background: var(--color-main);
			height: 50px;
			width: 50px;
			line-height: 50px;
			text-align: center;
			font-size: 18px; }
		.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post {
			position: absolute;
			background-color: #ffffff;
			padding: 8px 16px;
			top: 5px;
			left: 5px;
			letter-spacing: .5px;
			font-size: 12px;
			line-height: 1em;
			border-radius: 25px;
			transition: all 1s ease-out;
			-webkit-transition: all 1s ease-out;
			-moz-transition: all 1s ease-out;
			-ms-transition: all 1s ease-out;
			-o-transition: all 1s ease-out; }
			.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post:hover {
				opacity: 1; }
		.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img img {
			width: 100%;
			transition: all .5s ease-out; }
	.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box {
		padding: 20px 0; }
		.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box h3 {
			font-size: 24px;
			letter-spacing: initial;
			font-weight: 700;
			-webkit-transition: ease .5s;
			-moz-transition: ease .5s;
			-o-transition: ease .5s;
			-ms-transition: ease .5s;
			transition: ease .5s;
			margin-top: 10px;
			margin-bottom: 0; }
		.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box a:hover h3 {
			color: var(--color-main); }
		.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-4:nth-child(4) {
			clear: left; }
		.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-3:nth-child(5) {
			clear: left; }
		.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .swak-blog-box h3 {
			color: #ffffff;
			margin: 0;
			font-size: 22px;
			color: #ffffff; }
		.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .excerpt {
			margin-top: 1.2em;
			margin-bottom: 1.2em;
			display: inline-block; }
		.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn {
			color: #999;
			border: none;
			border-bottom: 1px solid #999;
			padding: 0;
			transition: 0.5s ease;
			-webkit-transition: 0.5s ease; }
			.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn:hover {
				background: transparent;
				color: var(--color-main);
				border-color: var(--color-main);
				webkit-transform: translateX(5px);
				transform: translateX(5px); }
		.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta {
			list-style: none;
			padding: 0;
			line-height: 1.9em;
			margin-top: 1em;
			margin-bottom: 0;
			text-transform: uppercase;
			font-size: 12px;
			letter-spacing: .1em;
			display: inline-block; }
			.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a {
				color: var(--color-main);
				text-transform: uppercase; }
				.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a:hover {
					color: #000000; }
			.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li {
				list-style: none;
				display: inline-block;
				margin-right: 18px;
				color: var(--color-main);
				text-transform: uppercase;
				line-height: 150%; }
				.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li .fa {
					display: inline-block;
					margin-right: 3px; }

.recent-posts-widget {
	float: left;
	margin-bottom: 12px;
	padding-bottom: 10px;
	width: 100%; }
	.recent-posts-widget:last-child {
		margin-bottom: -5px;
		padding-bottom: 0px; }
	.recent-posts-widget .recent-post-img {
		float: left; }
		.recent-posts-widget .recent-post-img img {
			max-width: 75px;
			margin-right: 10px;
			height: 75px;
			object-fit: cover; }
	.recent-posts-widget h3 {
		display: initial;
		padding-top: 5px;
		font-size: 14px;
		line-height: 1.5em;
		transition: 100ms linear all; }
		.recent-posts-widget h3:after {
			display: none; }
	.recent-posts-widget span {
		display: block;
		font-size: 12px;
		padding-top: 5px; }

.sidebar .wp-block-group__inner-container h2 {
	display: block;
	line-height: 1;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
	.sidebar .wp-block-group__inner-container h2:before {
		content: '';
		position: absolute;
		top: 34px;
		left: 0;
		width: 50px;
		height: 2px;
		background-color: var(--color-main);
		margin-bottom: 30px;
		margin-top: -1px;
		background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)); }
.sidebar .recent-posts-widget:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: stretch;
	align-items: stretch; }
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img {
	margin-right: 10px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 15px; }
	.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img img {
		max-width: 75px;
		margin-right: 0;
		height: 75px;
		object-fit: cover;
		border-radius: 5px; }
.sidebar .recent-posts-widget .widget-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto; }
	.sidebar .recent-posts-widget .widget-post-content h3 {
		display: block;
		font-weight: 400;
		font-size: 13px;
		line-height: 1.4em;
		transition: 100ms linear all;
		margin-top: 0px;
		margin-bottom: 4px;
		padding-top: 0; }
		.sidebar .recent-posts-widget .widget-post-content h3 a {
			color: #000000; }
		.sidebar .recent-posts-widget .widget-post-content h3:after {
			display: none; }
	.sidebar .recent-posts-widget .widget-post-content span {
		font-size: 12px;
		padding-top: 0; }
.sidebar #gallery-1 img {
	border: 4px solid #f9f9f9 !important; }

.swak-related-slider .related-postes-slider .swiper-slide .card {
	padding: 0 15px; }
	.swak-related-slider .related-postes-slider .swiper-slide .card .img {
		height: 200px;
		overflow: hidden; }
		.swak-related-slider .related-postes-slider .swiper-slide .card .img img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			border-radius: 20px; }
	.swak-related-slider .related-postes-slider .swiper-slide .card .cat a {
		color: var(--color-main); }
	.swak-related-slider .related-postes-slider .swiper-slide .card .title a {
		color: #000; }
		.swak-related-slider .related-postes-slider .swiper-slide .card .title a:hover {
			color: var(--color-main); }
	.swak-related-slider .related-postes-slider .swiper-slide .card .post-auth .lnr-user {
		background-color: var(--color-main);
		border-color: var(--color-main);
		width: 22px;
		height: 22px;
		color: #fff;
		font-size: 10px;
		line-height: 21px;
		text-align: center;
		border-radius: 50px; }
.swak-related-slider .related-postes-slider .swiper-slide-prev {
	position: relative; }
	.swak-related-slider .related-postes-slider .swiper-slide-prev::after {
		position: absolute;
		content: "";
		right: -40px;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #9994; }
.swak-related-slider .related-postes-slider .swiper-slide-active::after {
	position: absolute;
	content: "";
	right: -40px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #9994; }
.swak-related-slider .related-postes-slider .swiper-button-next, .swak-related-slider .related-postes-slider .swiper-button-prev {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff; }
	.swak-related-slider .related-postes-slider .swiper-button-next:hover, .swak-related-slider .related-postes-slider .swiper-button-prev:hover {
		background-color: var(--color-blue5);
		color: #fff; }
.swak-related-slider .related-postes-slider .swiper-button-next, .swak-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-prev {
	right: 0;
	top: -50px; }
.swak-related-slider .related-postes-slider .swiper-button-prev, .swak-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-next {
	left: auto;
	right: 50px;
	top: -50px; }
.swak-related-slider .related-postes-slider .swiper-button-next::after, .swak-related-slider .related-postes-slider .swiper-button-prev::after {
	font-size: 13px; }

.post-style-3 .entry-header {
	overflow: hidden;
	position: relative;
	padding: 120px 70px;
	border-radius: 7px; }
	.post-style-3 .entry-header .post-date {
		text-align: center;
		width: 105px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		height: 90px;
		line-height: 1;
		min-width: fit-content;
		justify-content: center;
		display: flex;
		flex-direction: column;
		margin-top: 20px; }
		.post-style-3 .entry-header .post-date span {
			font-size: 26px;
			display: block;
			margin-bottom: 8px; }
	.post-style-3 .entry-header .post-category {
		min-width: fit-content;
		justify-content: center;
		display: flex;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 15px;
		margin-top: 50px; }
		.post-style-3 .entry-header .post-category a {
			color: #fff;
			padding: 0 5px; }
	.post-style-3 .entry-header .blog-post_bg_media {
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1; }
		.post-style-3 .entry-header .blog-post_bg_media::before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: #15222b;
			opacity: 0.6; }
	.post-style-3 .entry-header .entry-title {
		color: #fff;
		text-align: center;
		font-size: 34px; }
	.post-style-3 .entry-header .post-detail {
		text-align: center;
		font-size: 15px;
		font-weight: 600; }
	.post-style-3 .entry-header .post-detail > li a, .post-style-3 .entry-header .post-detail > li, .post-style-3 .entry-header .post-detail > li i {
		color: #f9f9f9; }

/*-------------------------------------  Post Standard 5  -----------------------------------------*/
.swak-post-standard-5 .lg-letter {
	font-size: 100px;
	color: #000;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	line-height: 0.7;
	margin-top: 15px;
	margin-right: 15px; }
.swak-post-standard-5 .post-top {
	padding: 40px 0; }
	.swak-post-standard-5 .post-top .post-cat {
		margin: 0 0 20px 0; }
		.swak-post-standard-5 .post-top .post-cat a {
			text-transform: uppercase;
			font-size: 14px;
			line-height: 1.7;
			color: #000; }
	.swak-post-standard-5 .post-top .post-title {
		font-size: 48px;
		font-weight: 700;
		margin: 0;
		line-height: 1.3; }
	.swak-post-standard-5 .post-top .post-excerpt {
		font-size: 16px;
		color: #666;
		line-height: 1.7;
		margin: 25px 0 0 0; }
.swak-post-standard-5 .post-meta {
	border-color: #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 30px 0;
	margin: 0; }
	.swak-post-standard-5 .post-meta .post-meta-tl {
		font-size: 13px;
		color: #666; }
		.swak-post-standard-5 .post-meta .post-meta-tl .author-avatar img {
			border-radius: 50%;
			width: 30px;
			height: 30px;
			margin-inline-end: 10px; }
		.swak-post-standard-5 .post-meta .post-meta-tl .post-author {
			margin-inline-end: 40px;
			align-items: center; }
		.swak-post-standard-5 .post-meta .post-meta-tl .post-date {
			margin-inline-end: 40px; }
		.swak-post-standard-5 .post-meta .post-meta-tl .post-link #btn-link {
			border: none;
			background: transparent;
			font-size: 13px;
			color: #666;
			padding-left: 2px; }
.swak-post-standard-5 .post-img {
	margin-bottom: 50px; }
.swak-post-standard-5 .post-content {
	font-size: 16px; }
	.swak-post-standard-5 .post-content .sharebox {
		position: sticky;
		top: 125px; }
		.swak-post-standard-5 .post-content .sharebox .share-box {
			float: unset; }
			.swak-post-standard-5 .post-content .sharebox .share-box .share-text {
				text-transform: uppercase;
				color: #000; }
			.swak-post-standard-5 .post-content .sharebox .share-box .tw-share {
				margin-top: 20px; }
			.swak-post-standard-5 .post-content .sharebox .share-box a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 40px;
				height: 40px;
				border-radius: 50%;
				background-color: #eff2f5;
				color: #666;
				margin-bottom: 15px;
				font-size: 16px;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center; }
	.swak-post-standard-5 .post-content .wp-caption {
		border: none; }
.swak-post-standard-5 .post-bottm-det {
	margin-top: 50px;
	padding-top: 35px;
	border-top: 1px solid #000; }
	.swak-post-standard-5 .post-bottm-det .tags-bottom {
		order: 1;
		margin-top: 0;
		color: #aaa;
		font-size: 14px;
		letter-spacing: 0.1em; }
		.swak-post-standard-5 .post-bottm-det .tags-bottom a {
			color: #666;
			padding: 6px 18px;
			font-size: 13px;
			margin-left: 7px;
			letter-spacing: 1px;
			display: inline-block;
			margin-bottom: 12px;
			border-radius: 0;
			background: #f2f2f7; }
	.swak-post-standard-5 .post-bottm-det .share-box {
		font-family: unset;
		color: #000;
		font-size: 14px;
		letter-spacing: 0.1em;
		float: right;
		margin-top: 0; }
		.swak-post-standard-5 .post-bottm-det .share-box .share-text {
			margin-right: 10px; }
		.swak-post-standard-5 .post-bottm-det .share-box a {
			margin-left: 5px;
			position: relative;
			display: inline-block;
			height: 35px;
			width: 35px;
			line-height: 35px;
			border-radius: 50%;
			text-align: center;
			color: #666;
			background-color: #eff2f5; }
.swak-post-standard-5 .post-author-info {
	padding-bottom: 60px; }
	.swak-post-standard-5 .post-author-info .swak-author-info {
		display: flex;
		padding: 40px;
		background: #eceff2;
		border-radius: 0; }
		.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-avatar {
			max-width: 80px;
			-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
			flex-shrink: 0; }
			.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-avatar img {
				border-radius: 50%; }
		.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-info-content {
			-webkit-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			margin-left: 30px; }
			.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-info-content .swak-author-info-title {
				margin-bottom: 18px; }
				.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-info-content .swak-author-info-title .swak-author-name a {
					color: #111;
					text-transform: capitalize;
					font-size: 18px;
					font-weight: 700;
					line-height: 1.3; }
				.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-info-content .swak-author-info-title .swak-author-role {
					font-size: 12px;
					display: block;
					margin-top: 4px;
					text-transform: uppercase; }
			.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-info-content .swak-author-info-text {
				margin-bottom: 0;
				color: #111; }
			.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-info-content .swak-author-social {
				margin-top: 20px; }
				.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-info-content .swak-author-social a {
					font-size: 14px;
					margin-right: 7px;
					background: #f9f9f9;
					color: #000;
					border-radius: 50px;
					display: inline-block;
					height: 30px;
					width: 30px;
					line-height: 30px;
					text-align: center; }
					.swak-post-standard-5 .post-author-info .swak-author-info .swak-author-info-content .swak-author-social a:hover {
						background: var(--color-main);
						color: #fff; }
.swak-post-standard-5 .post-pagination {
	padding-top: 50px; }
	.swak-post-standard-5 .post-pagination .img-pagination {
		margin-bottom: 60px;
		border-top: 1px solid #9995;
		border-bottom: 1px solid #9995;
		padding: 0; }
		.swak-post-standard-5 .post-pagination .img-pagination .img-pagi {
			border: none;
			width: 70px;
			height: 150px;
			background-color: #f2f2f7; }
.swak-post-standard-5 .post-extras .extras-content {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #212529;
	border-bottom: 1px solid #212529; }
.swak-post-standard-5 .post-extras .related .brd {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9; }
.swak-post-standard-5 .post-extras .related-5 .title-related-post {
	font-size: 14px;
	margin-bottom: 30px; }
	.swak-post-standard-5 .post-extras .related-5 .title-related-post:after {
		display: none; }
.swak-post-standard-5 .post-extras .related-5 .attachment-swak-related-post {
	border-radius: 0; }
.swak-post-standard-5 .post-extras .related-5 .item-grid .content {
	padding: 30px 0 0 0; }
	.swak-post-standard-5 .post-extras .related-5 .item-grid .content .cat {
		text-transform: uppercase;
		font-size: 13px;
		margin-bottom: 10px; }
	.swak-post-standard-5 .post-extras .related-5 .item-grid .content .title {
		margin-bottom: 10px; }
.swak-post-standard-5 .post-extras .related-5 .item-list {
	border-top: 1px solid #d9d9d9;
	padding: 16px 0; }
	.swak-post-standard-5 .post-extras .related-5 .item-list:first-child {
		margin-top: 15px; }
	.swak-post-standard-5 .post-extras .related-5 .item-list:last-child {
		padding-bottom: 0; }
	.swak-post-standard-5 .post-extras .related-5 .item-list .content {
		padding: 0; }
.swak-post-standard-5 .post-comments {
	padding-top: 50px; }
	.swak-post-standard-5 .post-comments .comment-reply-link {
		font-size: 12px;
		color: #3b4046;
		padding: 0px 13px;
		line-height: 30px;
		display: inline-block;
		font-weight: 500;
		border: 1px solid #dee2e6;
		background-color: transparent;
		border-radius: 0; }
		.swak-post-standard-5 .post-comments .comment-reply-link:hover {
			background: var(--color-main);
			color: #fff; }
	.swak-post-standard-5 .post-comments .form-submit #submit {
		-webkit-transition: all 0.3s ease 0s;
		background: var(--color-main);
		border-color: var(--color-main);
		color: #fff;
		display: inline-block;
		font-size: 13px;
		font-weight: 500;
		margin-top: 10px;
		padding: 6px 20px;
		text-align: center;
		width: auto;
		border: 1px solid transparent !important;
		border-radius: 0; }

/*-------------------------------------  Post Standard 5  -----------------------------------------*/
.swak-post-standard-7 .lg-letter {
	font-size: 100px;
	color: #000;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	line-height: 0.7;
	margin-top: 15px;
	margin-right: 15px; }
.swak-post-standard-7 .top-header {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -160px;
	margin-bottom: 50px; }
	@media (max-width: 992px) {
		.swak-post-standard-7 .top-header {
			background-position: center; } }
	.swak-post-standard-7 .top-header .swak-video-button-container {
		display: block; }
		.swak-post-standard-7 .top-header .swak-video-button-container .swak-video-button {
			position: relative;
			padding-top: 150px;
			z-index: 2;
			display: flex;
			align-items: center;
			color: #000;
			font-size: 18px;
			text-transform: uppercase;
			justify-content: center;
			color: #fff; }
			.swak-post-standard-7 .top-header .swak-video-button-container .swak-video-button i {
				color: #fff;
				background-color: var(--color-main);
				width: 85px;
				height: 60px;
				border-radius: 30px;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				font-size: 21px; }
	.swak-post-standard-7 .top-header::after {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5; }
	.swak-post-standard-7 .top-header .post-top {
		position: relative;
		z-index: 2;
		padding-bottom: 40px;
		margin-top: 100px; }
		.swak-post-standard-7 .top-header .post-top .post-cat {
			margin: 0 0 20px 0; }
			.swak-post-standard-7 .top-header .post-top .post-cat a {
				text-transform: uppercase;
				font-size: 14px;
				line-height: 1.7;
				color: #fff; }
		.swak-post-standard-7 .top-header .post-top .post-title {
			font-size: 48px;
			font-weight: 700;
			margin: 0;
			line-height: 1.3;
			color: #fff; }
		.swak-post-standard-7 .top-header .post-top .post-excerpt {
			font-size: 16px;
			color: #666;
			line-height: 1.7;
			margin: 25px 0 0 0;
			color: #fff; }
	.swak-post-standard-7 .top-header .post-meta {
		position: relative;
		z-index: 2;
		border-color: #d9d9d9;
		border-top: 1px solid #d9d9d9;
		padding: 30px 0;
		margin: 0; }
		.swak-post-standard-7 .top-header .post-meta .post-meta-tl {
			font-size: 13px;
			color: #fff; }
			@media (max-width: 992px) {
				.swak-post-standard-7 .top-header .post-meta .post-meta-tl {
					display: flex;
					flex-wrap: wrap;
					align-items: center; }
					.swak-post-standard-7 .top-header .post-meta .post-meta-tl > a, .swak-post-standard-7 .top-header .post-meta .post-meta-tl span {
						margin-bottom: 20px; } }
			.swak-post-standard-7 .top-header .post-meta .post-meta-tl .author-avatar img {
				border-radius: 50%;
				width: 30px;
				height: 30px;
				margin-inline-end: 10px; }
			.swak-post-standard-7 .top-header .post-meta .post-meta-tl .post-author {
				margin-inline-end: 40px;
				align-items: center; }
				@media (max-width: 992px) {
					.swak-post-standard-7 .top-header .post-meta .post-meta-tl .post-author {
						margin-inline-end: 30px; } }
			.swak-post-standard-7 .top-header .post-meta .post-meta-tl .post-date {
				margin-inline-end: 40px; }
				@media (max-width: 992px) {
					.swak-post-standard-7 .top-header .post-meta .post-meta-tl .post-date {
						margin-inline-end: 30px; } }
			.swak-post-standard-7 .top-header .post-meta .post-meta-tl .post-link #btn-link {
				border: none;
				background: transparent;
				font-size: 13px;
				color: #fff;
				padding-left: 2px; }
			.swak-post-standard-7 .top-header .post-meta .post-meta-tl.post-meta-right {
				text-align: right; }
				@media (max-width: 992px) {
					.swak-post-standard-7 .top-header .post-meta .post-meta-tl.post-meta-right {
						text-align: start; } }
				.swak-post-standard-7 .top-header .post-meta .post-meta-tl.post-meta-right .post-link {
					margin-inline-end: 40px; }
					@media (max-width: 992px) {
						.swak-post-standard-7 .top-header .post-meta .post-meta-tl.post-meta-right .post-link {
							margin-inline-end: 30px; } }
				.swak-post-standard-7 .top-header .post-meta .post-meta-tl.post-meta-right .swak-post-bookmark {
					margin-inline-end: 40px;
					color: #fff; }
					@media (max-width: 992px) {
						.swak-post-standard-7 .top-header .post-meta .post-meta-tl.post-meta-right .swak-post-bookmark {
							margin-inline-end: 30px; } }
				.swak-post-standard-7 .top-header .post-meta .post-meta-tl.post-meta-right .swak-post-report-btn {
					color: #fff; }
.swak-post-standard-7 .post-content {
	font-size: 16px; }
	.swak-post-standard-7 .post-content .share-box {
		float: unset; }
		.swak-post-standard-7 .post-content .share-box .share-text {
			text-transform: uppercase;
			color: #000; }
		.swak-post-standard-7 .post-content .share-box .tw-share {
			margin-top: 20px; }
		.swak-post-standard-7 .post-content .share-box a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color: #eff2f5;
			color: #666;
			margin-bottom: 15px;
			font-size: 16px;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center; }
	.swak-post-standard-7 .post-content .wp-caption {
		border: none; }
.swak-post-standard-7 .post-bottm-det {
	margin-top: 50px;
	padding-top: 35px;
	border-top: 1px solid #000; }
	.swak-post-standard-7 .post-bottm-det .tags-bottom {
		order: 1;
		margin-top: 0;
		color: #aaa;
		font-size: 14px;
		letter-spacing: 0.1em; }
		.swak-post-standard-7 .post-bottm-det .tags-bottom a {
			color: #666;
			padding: 6px 18px;
			font-size: 13px;
			margin-left: 7px;
			letter-spacing: 1px;
			display: inline-block;
			margin-bottom: 12px;
			border-radius: 0;
			background: #f2f2f7; }
	.swak-post-standard-7 .post-bottm-det .share-box {
		font-family: unset;
		color: #000;
		font-size: 14px;
		letter-spacing: 0.1em;
		float: right;
		margin-top: 0; }
		.swak-post-standard-7 .post-bottm-det .share-box .share-text {
			margin-right: 10px; }
		.swak-post-standard-7 .post-bottm-det .share-box a {
			margin-left: 5px;
			position: relative;
			display: inline-block;
			height: 35px;
			width: 35px;
			line-height: 35px;
			border-radius: 50%;
			text-align: center;
			color: #666;
			background-color: #eff2f5; }
.swak-post-standard-7 .post-author-info {
	padding-bottom: 60px;
	border-bottom: 1px solid #000; }
	.swak-post-standard-7 .post-author-info .swak-author-info {
		display: flex;
		padding: 40px;
		background: #eceff2;
		border-radius: 0; }
		.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-avatar {
			max-width: 80px;
			-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
			flex-shrink: 0; }
			.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-avatar img {
				border-radius: 50%; }
		.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-info-content {
			-webkit-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			margin-left: 30px; }
			.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-info-content .swak-author-info-title {
				margin-bottom: 18px; }
				.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-info-content .swak-author-info-title .swak-author-name a {
					color: #111;
					text-transform: capitalize;
					font-size: 18px;
					font-weight: 700;
					line-height: 1.3; }
				.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-info-content .swak-author-info-title .swak-author-role {
					font-size: 12px;
					display: block;
					margin-top: 4px;
					text-transform: uppercase; }
			.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-info-content .swak-author-info-text {
				margin-bottom: 0;
				color: #111; }
			.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-info-content .swak-author-social {
				margin-top: 20px; }
				.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-info-content .swak-author-social a {
					font-size: 14px;
					margin-right: 7px;
					background: #f9f9f9;
					color: #000;
					border-radius: 50px;
					display: inline-block;
					height: 30px;
					width: 30px;
					line-height: 30px;
					text-align: center; }
					.swak-post-standard-7 .post-author-info .swak-author-info .swak-author-info-content .swak-author-social a:hover {
						background: var(--color-main);
						color: #fff; }
.swak-post-standard-7 .post-pagination {
	padding-top: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #000; }
	.swak-post-standard-7 .post-pagination .img-pagination {
		margin-bottom: 60px;
		border-top: 1px solid #9995;
		border-bottom: 1px solid #9995;
		padding: 0; }
		.swak-post-standard-7 .post-pagination .img-pagination .img-pagi {
			border: none;
			width: 70px;
			height: 150px;
			background-color: #f2f2f7; }
.swak-post-standard-7 .post-bottom {
	border-bottom: none;
	border-top: 1px solid #000;
	margin-bottom: 20px; }
.swak-post-standard-7 .post-extras .extras-content {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #212529;
	border-bottom: 1px solid #212529; }
.swak-post-standard-7 .post-extras .related .brd {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9; }
.swak-post-standard-7 .post-extras .related-5 .title-related-post {
	font-size: 14px;
	margin-bottom: 30px; }
	.swak-post-standard-7 .post-extras .related-5 .title-related-post:after {
		display: none; }
.swak-post-standard-7 .post-extras .related-5 .attachment-swak-related-post {
	border-radius: 0; }
.swak-post-standard-7 .post-extras .related-5 .item-grid .content {
	padding: 30px 0 0 0; }
	.swak-post-standard-7 .post-extras .related-5 .item-grid .content .cat {
		text-transform: uppercase;
		font-size: 13px;
		margin-bottom: 10px; }
	.swak-post-standard-7 .post-extras .related-5 .item-grid .content .title {
		margin-bottom: 10px; }
.swak-post-standard-7 .post-extras .related-5 .item-list {
	border-top: 1px solid #d9d9d9;
	padding: 16px 0; }
	.swak-post-standard-7 .post-extras .related-5 .item-list:first-child {
		margin-top: 15px; }
	.swak-post-standard-7 .post-extras .related-5 .item-list:last-child {
		padding-bottom: 0; }
	.swak-post-standard-7 .post-extras .related-5 .item-list .content {
		padding: 0; }
.swak-post-standard-7 .post-comments .comment-reply-link {
	font-size: 12px;
	color: #3b4046;
	padding: 0px 13px;
	line-height: 30px;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #dee2e6;
	background-color: transparent;
	border-radius: 0; }
	.swak-post-standard-7 .post-comments .comment-reply-link:hover {
		background: var(--color-main);
		color: #fff; }
.swak-post-standard-7 .post-comments .form-submit #submit {
	-webkit-transition: all 0.3s ease 0s;
	background: var(--color-main);
	border-color: var(--color-main);
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
	padding: 6px 20px;
	text-align: center;
	width: auto;
	border: 1px solid transparent !important;
	border-radius: 0; }

.swak-gdpr {
	padding: 25px 0;
	background-color: var(--color-main);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 11;
	display: none; }
	.swak-gdpr .swak-gdpr-text {
		color: #fff;
		font-size: 14px;
		line-height: 1.5; }
	.swak-gdpr .swak-gdpr-btn {
		padding: 8px 24px;
		border-radius: 4px;
		border: 1px solid #fff;
		margin-inline-start: 8px;
		background-color: #fff;
		color: var(--color-main); }
		.swak-gdpr .swak-gdpr-btn.swak-gdpr-decline {
			background-color: transparent;
			color: #fff; }
			.swak-gdpr .swak-gdpr-btn.swak-gdpr-decline:hover {
				background-color: #fff;
				color: var(--color-main); }

/* ===============================================================
			[ * Sidebar section ]  
================================================================*/
.wp-block-search__label {
	display: block;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 30px;
	margin-top: -1px;
	position: relative;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.wp-block-search__label:before {
	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: var(--color-main);
	margin-bottom: 30px;
	margin-top: -1px; }

.widget-border {
	width: 50px;
	height: 2px;
	background-color: #9e9897;
	margin-bottom: 30px;
	margin-top: -1px; }

.widget {
	padding: 0 0 60px; }
	.widget > ul > li > ul ul li {
		margin-left: 9px; }
	.widget > ul > li li,
	.widget > div > ul > li li {
		margin-left: 10px; }
	.widget ul {
		padding: 0; }
		.widget ul li {
			list-style: none; }
			.widget ul li ul li {
				padding-bottom: 0;
				border: none; }
			.widget ul li a:before {
				content: "\f105";
				font-family: "FontAwesome";
				margin-right: 10px;
				color: var(--color-main); }
	.widget.widget_recent_comments ul li a:before {
		content: none; }
	.widget.widget_recent_comments > ul > li:before {
		content: "\f27b";
		font-family: "FontAwesome";
		margin-right: 10px;
		color: var(--color-main); }
	.widget.widget_recent_comments a[rel~=external] {
		text-decoration: underline;
		color: #777; }
	.widget.widget_recent_entries ul li a:before {
		content: "\f0c5";
		font-family: "FontAwesome";
		margin-right: 10px;
		color: var(--color-main); }
	.widget.widget_archive ul li a:before {
		content: "\f24d";
		font-family: "FontAwesome";
		margin-right: 10px;
		color: var(--color-main); }
	.widget.widget_meta ul li a:before {
		content: "\f0c1";
		font-family: "FontAwesome";
		margin-right: 10px;
		color: var(--color-main); }
	.widget li {
		margin: 1.5rem 0; }
	.widget ul.abtw-soc li a:before {
		display: none; }
	.widget .abtw-soc {
		list-style: outside none none;
		margin: 40px 0 0;
		padding: 0; }
		.widget .abtw-soc > li {
			display: inline-block;
			list-style: outside none none;
			margin: 0 2px; }

.sidebar .widget {
	padding: 0 0 60px; }
	.sidebar .widget > ul > li > ul ul li {
		margin-left: 9px; }
	.sidebar .widget > ul > li li,
	.sidebar .widget > div > ul > li li {
		margin-left: 10px; }
	.sidebar .widget ul {
		padding: 0; }
		.sidebar .widget ul li {
			list-style: none; }
			.sidebar .widget ul li ul li {
				padding-bottom: 0;
				border: none; }
			.sidebar .widget ul li a:before {
				content: "\f105";
				font-family: "FontAwesome";
				margin-right: 10px;
				color: var(--color-main); }
	.sidebar .widget.widget_recent_comments ul li a:before {
		content: none; }
	.sidebar .widget.widget_recent_comments > ul > li:before {
		content: "\f27b";
		font-family: "FontAwesome";
		margin-right: 10px;
		color: var(--color-main); }
	.sidebar .widget.widget_recent_comments a[rel~=external] {
		text-decoration: underline;
		color: #777; }
	.sidebar .widget.widget_recent_entries ul li a:before {
		content: "\f0c5";
		font-family: "FontAwesome";
		margin-right: 10px;
		color: var(--color-main); }
	.sidebar .widget.widget_archive ul li a:before {
		content: "\f24d";
		font-family: "FontAwesome";
		margin-right: 10px;
		color: var(--color-main); }
	.sidebar .widget.widget_meta ul li a:before {
		content: "\f0c1";
		font-family: "FontAwesome";
		margin-right: 10px;
		color: var(--color-main); }
	.sidebar .widget li {
		margin: 1.5rem 0; }
	.sidebar .widget ul.abtw-soc li a:before {
		display: none; }
	.sidebar .widget .abtw-soc {
		list-style: outside none none;
		margin: 40px 0 0;
		padding: 0; }
		.sidebar .widget .abtw-soc > li {
			display: inline-block;
			list-style: outside none none;
			margin: 0 2px; }
.sidebar .searchform {
	margin: 0;
	position: relative; }
	.sidebar .searchform input[type=search] {
		display: block;
		height: 45px;
		margin: 0;
		padding: 5px;
		width: 100%;
		padding-left: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 7px; }
		.sidebar .searchform input[type=search]:focus {
			border-color: #aaa; }
		.sidebar .searchform input[type=search]:placeholder {
			color: #ccc; }
	.sidebar .searchform .searchsubmit {
		height: 45px;
		right: 0;
		line-height: 1;
		margin-top: -22.5px;
		padding: 0;
		position: absolute;
		text-indent: -99999px;
		top: 50%;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		width: 45px;
		z-index: 1;
		color: transparent;
		background: transparent;
		border-radius: 7px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px; }
	.sidebar .searchform::after {
		display: inline-block;
		content: "\f002";
		font-family: "FontAwesome";
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		color: var(--color-main) !important;
		background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent; }
.sidebar .widgettitle {
	display: block;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	margin: 0;
	position: relative;
	padding-bottom: 15px;
	font-size: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.sidebar .widget-border {
	width: 25%;
	height: 2px;
	margin-bottom: 30px;
	margin-top: -1px; }
.sidebar select {
	width: 100%;
	padding: 8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d8dbe2;
	border-radius: 3px;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1.1em + 2px), calc(100% - 15px) calc(1.1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.8em;
	background-repeat: no-repeat; }
.sidebar .widget .textwidget p {
	margin-bottom: 0; }
.sidebar .theiaStickySidebar {
	padding-left: 36px;
	margin-bottom: -20px; }
.sidebar .widget ul:last-child > li:last-child {
	margin-bottom: 0; }

.blog-content .no-search-results-form {
	max-width: 75%; }
.blog-content .searchform {
	margin: 0;
	position: relative; }
	.blog-content .searchform input[type=search] {
		display: block;
		height: 45px;
		margin: 0;
		padding: 5px;
		width: 100%;
		padding-left: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 7px; }
		.blog-content .searchform input[type=search]:focus {
			border-color: #aaa; }
		.blog-content .searchform input[type=search]:placeholder {
			color: #ccc; }
	.blog-content .searchform .searchsubmit {
		height: 45px;
		right: 0;
		line-height: 1;
		margin-top: -22.5px;
		padding: 0;
		position: absolute;
		text-indent: -99999px;
		top: 50%;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		width: 45px;
		z-index: 1;
		color: transparent;
		background: transparent;
		border-radius: 7px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px; }
	.blog-content .searchform::after {
		display: inline-block;
		content: "\f002";
		font-family: "FontAwesome";
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		color: var(--color-main) !important;
		background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent; }

.wp-block-search__inside-wrapper {
	margin: 0;
	position: relative; }
	.wp-block-search__inside-wrapper input[type=search] {
		display: block;
		height: 45px;
		margin: 0;
		padding: 5px;
		width: 100%;
		padding-left: 10px;
		border: 1px solid rgba(0, 0, 0, 0.1); }
		.wp-block-search__inside-wrapper input[type=search]:focus {
			border-color: #aaa; }
		.wp-block-search__inside-wrapper input[type=search]:placeholder {
			color: #ccc; }
	.wp-block-search__inside-wrapper .wp-block-search__button {
		height: 45px;
		right: 0;
		line-height: 1;
		margin-top: -22.5px;
		padding: 0;
		position: absolute;
		text-indent: -99999px;
		top: 50%;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		width: 45px;
		z-index: 1;
		color: transparent;
		background: transparent;
		border: none;
		border-left: 1px solid rgba(0, 0, 0, 0.1); }
	.wp-block-search__inside-wrapper::after {
		display: inline-block;
		content: "\f002";
		font-family: "FontAwesome";
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		color: var(--color-main); }

.widget_categories ul li.cat-item span {
	float: right;
	width: 25px;
	background-color: #f1f1f1;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%; }

.widget_categories ul li.cat-item a:hover + span {
	background-color: var(--color-main);
	color: #fff; }

.widget_archive ul li span {
	float: right;
	width: 25px;
	background-color: #f1f1f1;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%; }

.widget_archive ul li a:hover + span {
	background-color: var(--color-main);
	color: #fff; }

.widget.widget_archive ul li:last-child {
	margin-bottom: 0px; }

.tagcloud a {
	color: #777;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 4px 10px;
	border: 1px solid #ebebeb;
	border-radius: 7px; }
	.tagcloud a:hover {
		color: var(--color-main) !important; }

.widget-about-us {
	text-align: center;
	max-width: 500px; }
	.widget-about-us h3 {
		color: #ffffff;
		display: block;
		font-size: 28px;
		font-weight: 900;
		margin: 0;
		margin-top: 30px;
		max-width: 100%;
		overflow-wrap: break-word;
		position: relative;
		text-transform: uppercase;
		z-index: 1; }
	.widget-about-us p {
		margin: 0; }

.bordering-widget {
	color: #ffffff;
	margin: 5%;
	padding: 20px;
	position: relative;
	top: 0; }

.abtw-box {
	position: relative;
	color: #ffffff;
	padding: 25px 10px 10px 10px; }
	.abtw-box .slider-mask {
		z-index: 0;
		background: rgba(0, 0, 0, 0.5); }

.ab-bordering {
	overflow: hidden;
	padding: 40px 30px;
	background: var(--color-main);
	color: #ffffff;
	font-size: 14px; }

.wdg-about-subtitle {
	font-size: 15px;
	line-height: 1;
	background: #fff;
	padding: 14px 25px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #000000;
	font-weight: bold;
	margin: 0; }

.abtw-soc a {
	border: 0px;
	color: #ffffff;
	background: var(--color-main);
	display: inline-block;
	border-radius: 100px;
	height: 40px;
	line-height: 40px;
	width: 40px; }
	.abtw-soc a:hover {
		color: var(--color-main);
		background: #fff;
		border-color: #ffffff; }

.rpwe-block ul {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important; }
.rpwe-block li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none; }
.rpwe-block a {
	display: inline !important;
	text-decoration: none; }
.rpwe-block h3 {
	display: block;
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: 400;
	font-size: 12px !important;
	line-height: 1.5em; }

.rpwe-thumb {
	border: 1px solid #EEE !important;
	box-shadow: none !important;
	margin: 2px 10px 2px 0;
	padding: 3px !important; }

.rpwe-summary {
	font-size: 12px; }

.rpwe-time {
	color: #aaa;
	font-size: 11px; }

.rpwe-comment {
	color: #aaa;
	font-size: 11px;
	padding-left: 5px; }

.rpwe-alignleft {
	display: inline;
	float: left; }

.rpwe-alignright {
	display: inline;
	float: right; }

.rpwe-aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.rpwe-clearfix {
	zoom: 1; }
	.rpwe-clearfix:before {
		content: "";
		display: table !important; }
	.rpwe-clearfix:after {
		content: "";
		display: table !important;
		clear: both; }

.rpwe_widget ul li a:before {
	display: none; }
.rpwe_widget .rpwe-thumb {
	width: 85px;
	border-radius: 0;
	border: none !important; }
.rpwe_widget .rpwe-block li {
	border: none; }
.rpwe_widget .rpwe-block h3 {
	line-height: 1.6;
	font-size: 16px !important;
	margin-top: 0 !important; }
.rpwe_widget .rpwe-title a {
	font-size: 15px !important;
	line-height: 1.6;
	color: #777777;
	-webkit-transition: 100ms linear all;
	-moz-transition: 100ms linear all;
	transition: 100ms linear all; }
	.rpwe_widget .rpwe-title a:hover {
		color: #000000; }
.rpwe_widget .rpwe-time {
	font-size: 13px; }

/*-------------------------------------  Sidebar Style 2  -----------------------------------------*/
.sidebar-2 .widget {
	padding: 0 0 60px;
	padding: 35px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	margin-bottom: 35px;
	font-size: 16px;
	transition: opacity 0.3s; }
.sidebar-2 .searchform input[type=search] {
	display: block;
	height: 55px;
	margin: 0;
	padding: 10px;
	width: 100%;
	padding-left: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	background: #fff; }
.sidebar-2 .searchform:after {
	right: 20px; }
.sidebar-2 .searchform .searchsubmit {
	height: 55px;
	right: 0;
	line-height: 1;
	margin-top: -22.5px;
	padding: 0;
	position: absolute;
	text-indent: -99999px;
	top: 41%;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	width: 55px;
	z-index: 1;
	color: transparent;
	background: 0 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; }
.sidebar-2 .widget_calendar,
.sidebar-2 .widget_search,
.sidebar-2 .widget.ld-sf {
	padding: 0;
	border: none; }
.sidebar-2 .swak_newsletter_widget {
	padding: 40px;
	background: var(--color-gray);
	border-radius: 15px;
	margin-bottom: 35px; }
	.sidebar-2 .swak_newsletter_widget .subtitle {
		color: #666;
		margin-bottom: 12px; }
	.sidebar-2 .swak_newsletter_widget input[type="email"] {
		border-radius: 12px;
		padding: 14px;
		margin-top: 35px;
		border: 1px solid #fff; }
	.sidebar-2 .swak_newsletter_widget input[type="submit"],
	.sidebar-2 .swak_newsletter_widget button {
		margin-top: 20px;
		padding: 14px;
		border-radius: 12px;
		color: #fff;
		background: var(--color-main);
		border: 1px solid var(--color-main);
		width: 100%; }
	.sidebar-2 .swak_newsletter_widget .icon, .sidebar-2 .swak_newsletter_widget .w-icon {
		display: none; }
.sidebar-2 .widget-about-us {
	text-align: left; }
	.sidebar-2 .widget-about-us .abtw-box {
		padding: 0; }
	.sidebar-2 .widget-about-us .bordering-widget {
		padding: 0;
		margin: 0; }
		.sidebar-2 .widget-about-us .bordering-widget h3 {
			color: #000;
			text-align: left;
			display: block;
			font-weight: 600;
			line-height: 1;
			letter-spacing: 0;
			margin: 0;
			position: relative;
			padding-bottom: 15px;
			font-size: 18px;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
		.sidebar-2 .widget-about-us .bordering-widget .abtw-soc {
			margin: 20px 0 0; }
			.sidebar-2 .widget-about-us .bordering-widget .abtw-soc a {
				color: #333;
				background: #f3f7fe;
				text-align: center;
				height: 35px;
				line-height: 35px;
				width: 35px; }
				.sidebar-2 .widget-about-us .bordering-widget .abtw-soc a:hover {
					background: var(--color-main);
					color: #fff; }
	.sidebar-2 .widget-about-us .ab-bordering {
		display: none; }
.sidebar-2 #sb_instagram #sbi_images {
	margin: -10px;
	width: calc(100% + 20px);
	padding-bottom: 0 !important; }
.sidebar-2 .sidebar-2 .widget.widget_featured_posts_block {
	padding-bottom: 40px; }
.sidebar-2 .widget-border {
	width: 25%;
	height: 2px;
	margin-bottom: 30px;
	margin-top: -1px;
	background: var(--color-main); }

/*-------------------------------------  Sidebar Style 3  -----------------------------------------*/
.sidebar-3 .widgettitle {
	display: block;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	margin: 0;
	position: relative;
	padding-bottom: 10px;
	font-size: 21px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-transform: capitalize;
	margin-bottom: 20px;
	border: none; }
.sidebar-3 .widget-border {
	width: 25%;
	height: 2px;
	margin-bottom: 30px;
	margin-top: -1px;
	background: var(--color-main);
	display: none; }
.sidebar-3 .widget_categories ul li.cat-item {
	list-style: none;
	border-bottom: 1px solid #f1e9e9;
	padding: 10px 0;
	margin: 0;
	text-transform: capitalize; }
	.sidebar-3 .widget_categories ul li.cat-item span {
		background-color: initial; }
	.sidebar-3 .widget_categories ul li.cat-item a:before {
		display: none; }
.sidebar-3 .widget_categories ul:last-child > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none; }
.sidebar-3 .widget_categories ul > li:first-child {
	padding-top: 0; }
.sidebar-3 .searchform::after {
	color: #666 !important;
	right: 20px;
	-webkit-text-fill-color: initial;
	transform: rotate(90deg) translateX(-90%); }
.sidebar-3 .searchform input[type=search] {
	display: block;
	height: 50px;
	margin: 0;
	padding: 8px;
	width: 100%;
	padding-left: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50px; }
.sidebar-3 .searchform .searchsubmit {
	border: none; }
.sidebar-3 .recent-posts-widget {
	float: initial; }
.sidebar-3 .tagcloud a {
	color: #666;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0;
	margin-bottom: 5px;
	padding: 4px 10px;
	border-radius: 7px;
	background-color: var(--color-gray);
	border: none; }
	.sidebar-3 .tagcloud a:hover {
		color: #fff !important;
		background-color: var(--color-main); }
.sidebar-3 .swak_newsletter_widget {
	padding: 40px;
	background: var(--color-gray);
	border-radius: 15px;
	margin-bottom: 65px; }
	.sidebar-3 .swak_newsletter_widget .widgettitle {
		font-size: 24px; }
	.sidebar-3 .swak_newsletter_widget .subtitle {
		color: #666; }
	.sidebar-3 .swak_newsletter_widget input[type="email"] {
		border-radius: 12px;
		padding: 14px;
		margin-top: 35px;
		border: 1px solid #fff; }
	.sidebar-3 .swak_newsletter_widget input[type="submit"],
	.sidebar-3 .swak_newsletter_widget button {
		margin-top: 20px;
		padding: 14px;
		border-radius: 12px;
		color: #fff;
		background: var(--color-main);
		border: 1px solid var(--color-main);
		width: 100%; }
.sidebar-3 .widget-about-us {
	text-align: left; }
	.sidebar-3 .widget-about-us .abtw-box {
		padding: 0; }
	.sidebar-3 .widget-about-us .bordering-widget {
		padding: 0;
		margin: 0; }
		.sidebar-3 .widget-about-us .bordering-widget h3 {
			color: #000;
			text-align: left;
			font-size: 22px;
			font-weight: 400; }
		.sidebar-3 .widget-about-us .bordering-widget .abtw-soc {
			margin: 20px 0 0; }
			.sidebar-3 .widget-about-us .bordering-widget .abtw-soc a {
				color: #333;
				background: #f3f7fe;
				text-align: center;
				height: 35px;
				line-height: 35px;
				width: 35px; }
				.sidebar-3 .widget-about-us .bordering-widget .abtw-soc a:hover {
					background: var(--color-main);
					color: #fff; }
	.sidebar-3 .widget-about-us .ab-bordering {
		display: none; }
.sidebar-3 .widget_instagram-feed-widget {
	padding: 0 0 35px; }
.sidebar-3 #sb_instagram #sbi_images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between !important;
	margin-bottom: 10px;
	padding: 0 !important; }
	.sidebar-3 #sb_instagram #sbi_images .sbi_item {
		width: 31%;
		padding: 0 !important; }
		.sidebar-3 #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
			margin-bottom: 10px; }
			.sidebar-3 #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap a {
				border-radius: 10px; }

/* ===============================================================
			[ * Comments section ] 
================================================================*/
/* Text meant only for screen readers. */
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	padding-top: 20px; }
	.commentlist > li {
		list-style: none; }
	.commentlist .comment-respond {
		margin-top: 70px; }
		.commentlist .comment-respond .form-submit {
			margin-bottom: 80px; }
	.commentlist .children {
		list-style: none;
		position: relative; }
	.commentlist .avatar {
		border: 1px solid #ddd;
		border-radius: 0;
		border-radius: 50em; }
	.commentlist li.comment {
		display: block;
		overflow: hidden; }

.fn.comment-author {
	color: #555;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	line-height: 1; }
	.fn.comment-author .url {
		line-height: 1.5;
		color: #000000;
		font-size: 17px;
		font-weight: 600; }

.comment-inner.clearfix {
	float: left;
	width: 87%; }

.comment-author.vcard {
	float: left;
	padding-right: 20px;
	max-width: 13%; }

.comment-meta a {
	font-weight: normal;
	font-size: 12px;
	float: left;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif; }
.comment-meta .comment-edit-link {
	border: 1px solid #DDDDDD;
	display: inline-block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 1;
	float: right; }

.comment-meta.commentmetadata {
	display: block;
	overflow: hidden; }

.comment-body {
	overflow: hidden;
	padding: 30px;
	background: #f7f7f7;
	margin-bottom: 20px; }

.dark-page .comment-body {
	border-bottom-color: #333; }

.comment-reply-link {
	font-size: 14px;
	color: #fff;
	background-color: #1b1a1a;
	border-radius: 35px;
	padding: 0 14px;
	line-height: 35px;
	display: inline-block;
	font-weight: 500; }
	.comment-reply-link:hover {
		background-color: var(--color-main);
		color: #fff !important; }

.full-size-img {
	width: 100%; }

.bypostauthor > .comment-body .fn.comment-author:after {
	content: "\f007";
	background: #dadada none repeat scroll 0 0;
	border-radius: 100px;
	color: inherit;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin-left: 3px;
	text-align: center;
	width: 23px; }

#reply-title {
	font-size: 20px;
	margin: 30px 0 12px 0;
	font-weight: 600; }
	#reply-title small {
		border-bottom: 1px solid #eee;
		margin-left: 5px; }

h2.comments-title {
	font-size: 20px;
	margin: 0;
	margin-bottom: 12px;
	position: relative;
	font-weight: 600; }
	h2.comments-title:after {
		content: "";
		position: absolute;
		height: 2px;
		width: 80px;
		left: 0;
		bottom: -6px;
		background-color: var(--color-main); }

.pagination-comment {
	text-align: right;
	text-transform: uppercase; }
	.pagination-comment .page-numbers.current {
		background: #ccc;
		color: #ffffff;
		border-color: #eee; }
	.pagination-comment .page-numbers {
		display: inline-block;
		padding: 7px 12px;
		line-height: 1;
		border: 1px solid;
		font-size: 13px; }

.comment-form label {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	text-transform: uppercase; }

.comment-form-cookies-consent input[type=checkbox] {
	width: initial;
	height: 11px;
	margin-right: 5px; }

.comment-form-cookies-consent label {
	display: inline-block; }

.single-post .form-submit {
	margin-bottom: 60px; }

.form-submit #submit {
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background-color: var(--color-main);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	padding: 6px 20px;
	text-align: center;
	width: auto;
	border: 1px solid var(--color-main) !important; }
	.form-submit #submit:hover {
		filter: brightness(120%); }

.comment-top > span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase; }

.title-strong {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase; }

.pagination > li > a {
	color: inherit; }
.pagination > li > span {
	color: inherit; }

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: relative;
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
	clear: both;
	position: relative !important; }
	.screen-reader-text:focus {
		background-color: #ffffff;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: var(--color-main);
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; }

.pagination > li > a, .pagination > li > span {
	color: inherit; }

.dsc-btn-style3 {
	color: #fff !important;
	background-color: var(--color-main);
	border: 1px solid #fff;
	border-radius: 50px;
	background: var(--color-main);
	cursor: pointer; }

.dsc-btn-style3:hover .elementor-button {
	color: var(--color-main); }

.dsc-btn-style3:hover {
	border-color: var(--color-main); }

.dsc-btn-style-4 {
	-webkit-transition-duration: 1.5s;
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: var(--color-main);
	padding: 10px 30px;
	transition-duration: 1.5s;
	letter-spacing: 1px;
	line-height: 20px;
	border: 1px solid var(--color-main);
	border-radius: 50px;
	background: transparent;
	cursor: pointer; }

.dsc-btn-style-4:hover {
	color: #fff;
	border: 1px solid var(--color-main);
	background: var(--color-main); }

.comment-inner > *:last-child {
	margin-bottom: 0 !important; }

.comment-inner .reply {
	margin-top: 30px; }

/* ===============================================================
			[ * WP Defauult section ]
================================================================*/
/*----------WP Galleries Style----------*/
.gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	margin-bottom: calc(1.5 * 1rem); }

.gallery-item {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: top;
	width: 100%; }

.gallery-columns-2 .gallery-item {
	max-width: calc((100% - 16px * 1) / 2); }

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
	margin-right: 0; }

.gallery-columns-3 .gallery-item {
	max-width: calc((100% - 16px * 2) / 3); }

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	margin-right: 0; }

.gallery-columns-4 .gallery-item {
	max-width: calc((100% - 16px * 3) / 4); }

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
	margin-right: 0; }

.gallery-columns-5 .gallery-item {
	max-width: calc((100% - 16px * 4) / 5); }

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
	margin-right: 0; }

.gallery-columns-6 .gallery-item {
	max-width: calc((100% - 16px * 5) / 6); }

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0; }

.gallery-columns-7 .gallery-item {
	max-width: calc((100% - 16px * 6) / 7); }

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
	margin-right: 0; }

.gallery-columns-8 .gallery-item {
	max-width: calc((100% - 16px * 7) / 8); }

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
	margin-right: 0; }

.gallery-columns-9 .gallery-item {
	max-width: calc((100% - 16px * 8) / 9); }

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0; }

.gallery-item:last-of-type {
	padding-right: 0; }

.gallery-caption {
	display: block;
	font-size: 0.71111em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Asap", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem; }

.gallery-item > div > a {
	display: block;
	line-height: 0;
	box-shadow: 0 0 0 0 transparent; }

.gallery-item > div > a:focus {
	box-shadow: 0 0 0 2px #0073aa; }

/*----------WP Calendar Style----------*/
#wp-calendar {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 3;
	max-width: 370px;
	background: #fff; }
	#wp-calendar caption {
		border: 1px solid #DDDDDD;
		color: #ffffff;
		background: #2b292a;
		font-size: 15px;
		text-align: center;
		font-family: "Poppins", sans-serif;
		line-height: 25px;
		padding: 10px 20px;
		text-transform: uppercase;
		border-bottom: none; }
	#wp-calendar td {
		padding: 0; }
		#wp-calendar td a {
			color: #777777;
			display: block; }
			#wp-calendar td a:hover {
				background: #000;
				color: #ffffff; }
	#wp-calendar table {
		padding: 0; }
	#wp-calendar th {
		padding: 0; }
	#wp-calendar #prev a {
		display: inline; }
	#wp-calendar #next a {
		display: inline; }
	#wp-calendar tbody tr td {
		border: 1px solid #DDDDDD;
		color: var(--color-main);
		font-weight: bold; }
	#wp-calendar thead {
		color: var(--color-main); }
		#wp-calendar thead th {
			background: none repeat scroll 0 0 #EEEEEE;
			border: 1px solid #DDDDDD;
			text-align: center; }
	#wp-calendar tfoot {
		border: 1px solid #ddd; }
		#wp-calendar tfoot #next {
			text-align: right;
			border: none; }
		#wp-calendar tfoot #prev {
			text-align: left;
			border: none; }
		#wp-calendar tfoot a {
			padding: 10px; }

td.pad {
	border: none; }

.wp-caption {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 3px;
	max-width: 100% !important; }

.wp-caption.aligncenter {
	margin: auto;
	border: none;
	margin-bottom: 10px; }

.wp-caption.alignnone {
	margin-bottom: 10px; }

.wp-caption.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px; }

.wp-caption.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px; }

.alignleft {
	float: left;
	margin-right: calc(2 * 1rem); }

.alignright {
	float: right;
	margin-left: calc(2 * 1rem); }

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

img.alignright {
	clear: both;
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px; }

img.alignleft {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px; }

img.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px; }

.mejs-container {
	margin: 20px 0; }

.elementor-page .fluid-width-video-wrapper {
	margin: 0; }

.single .video .fluid-width-video-wrapper {
	margin: 0; }
.single .fluid-width-video-wrapper {
	margin: 20px 0; }

.elementor-page.single-portfolio .fluid-width-video-wrapper {
	margin: 0; }

.wp-caption-text {
	font-size: 13px;
	margin: 0;
	padding: 5px;
	text-align: center; }

.gallery-caption {
	font-size: 13px;
	margin: 0;
	padding: 5px;
	text-align: center; }

.rss-date {
	clear: both;
	color: #2b292a;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase; }

.widget_rss cite {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif; }
.widget_rss li .rsswidget {
	background: #1f1f1f;
	color: #ffffff;
	width: 100%;
	display: flex;
	padding: 5px 10px;
	font-weight: 600; }
.widget_rss .rsswidget {
	font-weight: 500; }

.sidebar .widget_rss ul {
	padding: 0;
	list-style: none; }
	.sidebar .widget_rss ul li {
		list-style: none; }

.sticky.blog-post .entry-title::before {
	background: #999;
	border-radius: 100px;
	color: #ffffff;
	content: "\f08d";
	letter-spacing: 0;
	display: inline-block;
	float: right;
	font-family: "FontAwesome";
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
	width: 35px; }

.post.sticky {
	border: 1px solid #eee;
	margin-bottom: 60px;
	padding: 55px 65px 15px 65px; }
	.post.sticky .border-post.clearfix {
		background: transparent;
		margin: 0;
		border: none; }
	.post.sticky .go-btn {
		background: transparent;
		color: #bf919f; }
		.post.sticky .go-btn:hover {
			background: #bf919f;
			color: #ffffff; }

.pagins {
	padding-bottom: 30px;
	margin-top: 40px; }

.post-pager p {
	border-top: 1px solid #eeeeee;
	color: var(--color-main);
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin-top: 40px;
	padding-top: 40px; }
.post-pager a {
	border: 1px solid;
	margin: 0 10px;
	padding: 4px 10px; }

.widget ol li ul li ol li {
	list-style-type: lower-alpha; }
.widget ul li ol li {
	list-style-type: decimal; }
	.widget ul li ol li ul li {
		list-style-type: square; }

.post-password-form input[type="submit"] {
	background: #000 none repeat scroll 0 0;
	border-radius: 100px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 16px 35px;
	text-transform: uppercase;
	width: auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	border: none; }
	.post-password-form input[type="submit"]:hover {
		color: #ffffff;
		background: #ccc; }
.post-password-form input {
	border: 1px solid #ccc;
	border-radius: 100px;
	color: #aaa;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 16px 35px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: auto; }

.comment-reply-title {
	font-size: 16px;
	margin: 0; }

.search-title {
	border-bottom: 1px solid #eee;
	font-size: 25px;
	margin: 0 0 40px;
	padding-bottom: 20px; }
	.search-title span {
		font-weight: 600;
		text-transform: uppercase; }

button {
	max-width: 100%; }

input {
	max-width: 100%; }

select {
	max-width: 100%; }

textarea {
	max-width: 100%; }

.widget_nav_menu ul li a {
	letter-spacing: 0;
	padding: 0;
	text-transform: none; }

code {
	padding: 5px;
	background: #f9f9f9;
	color: var(--color-main);
	font-family: "Poppins", sans-serif;
	margin: 10px 0;
	line-height: 2.5;
	font-size: 15px; }

pre {
	display: block;
	margin: 10px 0;
	padding: 30px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

.wp-block-button {
	margin-bottom: 1rem; }

.wp-block-gallery.alignleft {
	margin-right: calc(2.5 * 1rem); }

.alignfull {
	margin-bottom: calc(4 * 1rem); }

.wp-block-search__button {
	margin-top: 10px;
	margin-left: 0; }

.wp-block-cover-text {
	font-weight: bold;
	line-height: 1.25;
	padding: 0; }

.wp-block-cover p:not(.has-text-color) {
	color: #fff; }

.blog-content .blog-post .has-background-dim .wp-block-cover-text a {
	color: #fff; }

.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0; }

/*----------wp-block Widgets----------*/
.wp-block-latest-comments {
	padding: 0; }
	.wp-block-latest-comments > li {
		display: flex; }
	.wp-block-latest-comments .wp-block-latest-comments__comment {
		line-height: 1.8em; }

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 10px; }

/* ===============================================================
			[ * Button section ]
================================================================*/
/*-------------------------------------  Button Style  -----------------------------------------*/
.swak-button-container {
	position: relative;
	display: inline-block;
	border-radius: 50px; }
	.swak-button-container .swak-button-circle {
		border-radius: 1000px;
		position: absolute;
		left: 0;
		top: 0;
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		pointer-events: none;
		z-index: 1; }
	.swak-button-container .explode-circle {
		animation: explode 0.5s forwards; }
	.swak-button-container .desplode-circle {
		animation: desplode 0.5s forwards; }
	.swak-button-container .swak-button {
		position: relative;
		padding: 12px 30px;
		background-color: #212529;
		color: #fff;
		display: block;
		transition: all 0.3s ease; }
		.swak-button-container .swak-button .swak-button-text {
			position: relative;
			z-index: 2;
			white-space: nowrap; }
		.swak-button-container .swak-button .swak-button-content-wrapper {
			display: flex;
			justify-content: center;
			position: relative;
			align-items: center;
			z-index: 6; }
		.swak-button-container .swak-button .swak-button-icon {
			display: flex;
			align-items: center;
			width: auto !important; }
			.swak-button-container .swak-button .swak-button-icon i {
				line-height: normal !important;
				width: auto !important; }
		.swak-button-container .swak-button .swak-text-warpper {
			display: flex;
			text-align: center;
			position: relative;
			justify-content: center;
			align-items: center; }

@keyframes explode {
	0% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; }
	100% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; } }
@keyframes desplode {
	0% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; }
	100% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; } }
body.swak-dark-mode .swak-button {
	border-color: rgba(255, 255, 255, 0.2) !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-button {
		border-color: rgba(255, 255, 255, 0.2) !important; } }
/* ===============================================================
			[ * Search icon ]
================================================================*/
.swak-search-icon .search-icon-header {
	float: initial;
	margin-left: initial;
	position: relative;
	top: initial;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #818a91;
	text-align: center; }
	.swak-search-icon .search-icon-header a.search {
		font-size: 16px;
		position: relative; }
		.swak-search-icon .search-icon-header a.search:after {
			width: 1px;
			height: 30px;
			position: absolute !important;
			bottom: -5px;
			left: -22px;
			z-index: 0;
			margin: auto;
			background: transparent;
			cursor: initial; }
		.swak-search-icon .search-icon-header a.search.hide::after {
			display: none; }
	.swak-search-icon .search-icon-header a.cart-contents {
		font-size: 14px;
		position: relative;
		left: 20px; }
	.swak-search-icon .search-icon-header a i {
		color: #000000; }
	.swak-search-icon .search-icon-header a svg {
		fill: #000000; }
	.swak-search-icon .search-icon-header .close-black-block a i {
		color: #ffffff; }
	.swak-search-icon .search-icon-header .close-black-block a i.fa-times {
		color: #ffffff; }
	.swak-search-icon .search-icon-header .close-black-block a:after {
		display: none; }
	.swak-search-icon .search-icon-header .searchform input[type=search] {
		font-style: italic;
		font-size: 16px;
		height: 56px; }
	.swak-search-icon .search-icon-header .searchform .searchsubmit {
		background: transparent; }
	.swak-search-icon .search-icon-header .searchform::after {
		display: inline-block;
		content: "\f002";
		font-family: "FontAwesome";
		background: var(--color-main);
		color: #ffffff !important;
		right: 0;
		height: 56px;
		line-height: 56px;
		width: 56px;
		font-size: 2rem;
		position: absolute; }
	.swak-search-icon .search-icon-header .searchform:hover::after {
		opacity: 0.7; }
.swak-search-icon .black-search-block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	background: rgba(0, 0, 0, 0.9);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	z-index: -1; }
.swak-search-icon .search-icon-header.open .black-search-block {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	z-index: 9999999; }
.swak-search-icon .search-icon-header.open .black-search-table-cell div {
	top: 0px;
	opacity: 1;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms; }
.swak-search-icon .black-search-table {
	display: table;
	width: 100%;
	height: 100%; }
.swak-search-icon .black-search-table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center; }
	.swak-search-icon .black-search-table-cell div {
		width: 50%;
		position: relative;
		display: inline-block;
		top: 50px;
		opacity: 0;
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
		-webkit-transition-delay: 150ms;
		transition-delay: 150ms; }
		.swak-search-icon .black-search-table-cell div input[name="s"] {
			background: #fff;
			padding: 15px 50px 15px 15px !important;
			border: none;
			font-size: 20px;
			width: 100%;
			border-bottom: 1px solid #fff;
			font-weight: 400; }
	.swak-search-icon .black-search-table-cell .searchsubmit {
		border: none;
		background: 0;
		outline: 0;
		width: auto;
		cursor: pointer;
		color: #333;
		padding: 0;
		position: absolute;
		right: 0;
		width: 40px;
		height: 40px;
		top: 21px;
		z-index: 99999;
		text-align: center; }
.swak-search-icon .close-black-block {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 50px; }
	.swak-search-icon .close-black-block i {
		font-size: 30px;
		color: #ffffff; }

.swak-search-field .searchform {
	display: flex;
	position: relative;
	border-bottom: 1px solid #9993;
	padding: 5px; }
	.swak-search-field .searchform .searchsubmit {
		margin-inline-end: 10px;
		flex-shrink: 0;
		font-size: 21px;
		background: transparent;
		border: 0; }
		.swak-search-field .searchform .searchsubmit.right {
			margin-inline-end: 0px;
			margin-inline-start: 10px; }
		.swak-search-field .searchform .searchsubmit svg {
			width: 21px;
			height: 21px;
			fill: #000; }
	.swak-search-field .searchform input {
		width: 100%;
		background: transparent;
		border: 0;
		padding: 1px 2px; }
		.swak-search-field .searchform input:focus {
			box-shadow: none; }

/* ===============================================================
			[ * Icon Box ]
================================================================*/
.swak-icon-box .swak-icon-box-link {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	width: 100%;
	height: 100%; }
.swak-icon-box .elementor-icon-box-icon .elementor-icon {
	padding: 0;
	height: 100%; }
.swak-icon-box .elementor-icon-box-title {
	margin-bottom: 0px; }
.swak-icon-box.position-left {
	text-align: left;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: flex; }
	.swak-icon-box.position-left .elementor-icon-box-icon {
		display: flex;
		float: left; }
.swak-icon-box.position-right {
	text-align: right;
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	display: flex; }
	.swak-icon-box.position-right .elementor-icon-box-icon {
		display: flex;
		float: right; }
.swak-icon-box .elementor-icon-box-icon[data-background] {
	background-size: cover;
	background-repeat: no-repeat; }
.swak-icon-box p {
	margin-bottom: 0px; }

.swak-icon-box-vertical-align-middle .swak-icon-box.elementor-icon-box-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }

.swak-icon-box-vertical-align-top .swak-icon-box.elementor-icon-box-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }

.swak-icon-box-vertical-align-bottom .swak-icon-box.elementor-icon-box-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; }

/* ===============================================================
			[ * Icon List ]
================================================================*/
.swak-icon-list li {
	display: flex;
	align-content: center; }
.swak-icon-list.hover-animation .elementor-icon-list-item .elementor-icon-list-text {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; }
.swak-icon-list.hover-animation .elementor-icon-list-item .elementor-icon-list-icon {
	margin-left: -15px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; }
.swak-icon-list.hover-animation .elementor-icon-list-item:hover .elementor-icon-list-text {
	margin-left: 0; }
.swak-icon-list.hover-animation .elementor-icon-list-item:hover .elementor-icon-list-icon {
	margin-left: 0;
	margin-right: 8px;
	opacity: 1; }
.swak-icon-list .icon-background {
	background: #fff;
	width: 40px;
	display: inline-flex;
	height: 40px;
	align-items: center;
	justify-content: center; }
.swak-icon-list .elementor-icon-list-icon {
	display: flex;
	position: relative; }
	.swak-icon-list .elementor-icon-list-icon svg {
		width: var(--e-icon-list-icon-size, 1em);
		height: var(--e-icon-list-icon-size, 1em); }
.swak-icon-list .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%; }
.swak-icon-list .elementor-icon-list-item, .swak-icon-list .elementor-icon-list-item a {
	display: flex;
	font-size: inherit;
	align-items: var(--icon-vertical-align, center);
	position: relative; }

.elementor-widget:not(.elementor-align-left) .swak-icon-list .elementor-icon-list-item:after {
	right: 0; }

.elementor-widget:not(.elementor-align-right) .swak-icon-list .elementor-icon-list-item:after {
	left: 0; }

body.swak-dark-mode .swak-icon-list .icon-background {
	border-color: rgba(255, 255, 255, 0.2) !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-icon-list .icon-background {
		border-color: rgba(255, 255, 255, 0.2) !important; } }
/* ===============================================================
			[ * Icon ]
================================================================*/
.swak-icon .num {
	position: absolute;
	right: 7px;
	top: -3px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	box-shadow: 0 0 5px #0001;
	transition: all 0.3s ease; }

/* ===============================================================
			[ * Heading section ]     
================================================================*/
/*----------Heading Style 1----------*/
.swak-heading-title {
	line-height: 1; }
	.swak-heading-title.nowrap {
		white-space: nowrap; }
	.swak-heading-title svg {
		width: 14px;
		height: 14px; }

.swak-heading {
	margin: 0;
	display: inline;
	color: #000; }
	.swak-heading p {
		margin: 0; }

.swak-text-editor {
	margin: 0; }
	.swak-text-editor p {
		margin: 0; }

.swak-br-diplay-none br {
	display: none !important; }

.swak-bg-clip {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; }

.elementor-widget-swak-icon-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit; }

.elementor-widget-swak-text-editor p {
	margin-bottom: 0px; }

.swak-underline span {
	position: relative;
	display: inline-block; }
	.swak-underline span small {
		position: relative; }
	.swak-underline span::before {
		position: absolute;
		content: "";
		left: 0;
		top: 100%;
		width: 160px;
		height: 30px;
		background-size: 160px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left; }

.swak-underline-color span {
	position: relative; }
	.swak-underline-color span::after {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		width: 100%;
		height: 40%;
		opacity: 8%; }

.swak-animated-line {
	position: relative; }
	.swak-animated-line:after {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		height: 1px;
		width: 0%;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease; }
	.swak-animated-line:hover::after {
		width: 100%; }

.elementor-widget-swak-text-editor h1 {
	margin: 0; }

body.swak-dark-mode .swak-heading-title .swak-heading {
	color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-heading-title .swak-heading {
		color: #fff; } }
.elementor-section.swak-header-absolute-on {
	position: absolute;
	z-index: 1200;
	width: 100%; }

/* ===============================================================
			[ * Chart section ]     
================================================================*/
body.swak-dark-mode .swak-chart .apexcharts-text tspan {
	fill: #fff !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-chart .apexcharts-text tspan {
		fill: #fff !important; } }
/* ===============================================================
			[ * Feeds section ]     
================================================================*/
.swak-feeds .posts-content .item {
	display: flex;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid #9993; }
	.swak-feeds .posts-content .item:last-of-type {
		border-bottom: 0;
		padding-bottom: 0; }
	.swak-feeds .posts-content .item .img {
		width: 90px;
		height: 90px;
		margin-inline-end: 25px;
		flex-shrink: 0; }
		.swak-feeds .posts-content .item .img img {
			width: 100%;
			height: 100%;
			object-fit: cover; }

/* ===============================================================
			[ * Search section ]     
================================================================*/
.swak-search .input-group {
	filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.06)); }
	.swak-search .input-group input {
		border-radius: 0;
		padding: 15px;
		min-height: 50px;
		border: 0; }
		.swak-search .input-group input::placeholder {
			color: #ccc; }
		.swak-search .input-group input:focus {
			box-shadow: none; }
	.swak-search .input-group button {
		border-radius: 0;
		width: 60px;
		height: 60px;
		border: 0;
		background: var(--color-main);
		color: #fff; }

/* ===============================================================
			[ * Breadcrumbs section ]     
================================================================*/
.swak-breadcrumbs a {
	padding: 8px 25px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	text-transform: uppercase;
	color: #fff; }
	.swak-breadcrumbs a.active {
		background-color: var(--color-main);
		border-color: var(--color-main);
		color: #fff; }

/* ===============================================================
			[ * Blog Masonry section ]     
================================================================*/
.swak-blog-masonry .blog-card {
	margin-top: 40px; }
	.swak-blog-masonry .blog-card:hover .animation-zoom-in {
		transform: scale(0.9); }
		.swak-blog-masonry .blog-card:hover .animation-zoom-in img {
			transform: scale(1.1); }
	.swak-blog-masonry .blog-card .img {
		display: block;
		height: 260px;
		border-radius: 20px;
		overflow: hidden;
		transition: all 0.3s ease; }
		.swak-blog-masonry .blog-card .img img {
			transition: all 0.3s ease;
			width: 100%;
			height: 100%;
			object-fit: cover; }
	.swak-blog-masonry .blog-card .info {
		padding-top: 40px; }
		.swak-blog-masonry .blog-card .info .top-inf {
			text-transform: uppercase; }
			.swak-blog-masonry .blog-card .info .top-inf .tag {
				position: relative;
				color: #f74c04;
				padding-inline-start: 75px; }
				.swak-blog-masonry .blog-card .info .top-inf .tag::after {
					position: absolute;
					content: "";
					left: 0;
					top: 50%;
					width: 50px;
					height: 1px;
					background-color: #f74c04; }
			.swak-blog-masonry .blog-card .info .top-inf p {
				display: inline; }

/* ===============================================================
			[ * Blog List section ]     
================================================================*/
.swak-blog-list .main-post {
	margin-bottom: 40px; }
	.swak-blog-list .main-post .img {
		position: relative;
		height: 380px; }
		.swak-blog-list .main-post .img.sm-img {
			height: 115px; }
		.swak-blog-list .main-post .img .main-img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
		.swak-blog-list .main-post .img .btm-img-cont {
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 0 50px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			transform: translateY(50%);
			width: 100%; }
			.swak-blog-list .main-post .img .btm-img-cont .author {
				filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.04));
				background-color: #fff;
				padding: 10px;
				display: flex;
				align-items: center; }
				.swak-blog-list .main-post .img .btm-img-cont .author .img-icon {
					width: 40px;
					height: 40px; }
					.swak-blog-list .main-post .img .btm-img-cont .author .img-icon img {
						width: 100%;
						height: 100%;
						object-fit: cover; }
				.swak-blog-list .main-post .img .btm-img-cont .author .by {
					font-size: 16px;
					color: #ccc; }
			.swak-blog-list .main-post .img .btm-img-cont .tags a {
				font-size: 14px;
				font-weight: bold;
				text-transform: capitalize;
				padding: 8px 20px;
				background-color: var(--color-main);
				color: #fff;
				margin-inline-start: 10px; }
				.swak-blog-list .main-post .img .btm-img-cont .tags a:hover {
					background-color: #000; }
		.swak-blog-list .main-post .img .play-btn {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			z-index: 10;
			width: 80px;
			height: 80px;
			line-height: 80px;
			text-align: center;
			border-radius: 50%;
			background-color: var(--color-main);
			color: #fff; }
	.swak-blog-list .main-post .info {
		padding: 70px 50px 50px;
		border: 1px solid #9993; }
		.swak-blog-list .main-post .info h3 {
			font-size: 32px;
			margin-top: 0;
			margin-bottom: 10px; }
		.swak-blog-list .main-post .info .btm-info {
			border-top: 1px solid #9993;
			margin-top: 30px;
			padding-top: 20px; }
			.swak-blog-list .main-post .info .btm-info a {
				color: #777;
				padding-inline-end: 30px;
				border-inline-end: 1px solid #9993;
				margin-inline-end: 30px;
				text-transform: capitalize; }
				.swak-blog-list .main-post .info .btm-info a .icon {
					font-size: 17px; }
				.swak-blog-list .main-post .info .btm-info a:last-of-type {
					border: 0;
					margin: 0;
					padding: 0; }
				.swak-blog-list .main-post .info .btm-info a:hover {
					color: var(--color-main); }
.swak-blog-list .testi-box {
	position: relative;
	background-color: #f7f7f7;
	padding: 50px;
	display: flex;
	align-items: center; }
	.swak-blog-list .testi-box .icon {
		width: 70px;
		margin-inline-end: 20px;
		flex-shrink: 0; }
	.swak-blog-list .testi-box h3 {
		font-size: 32px;
		margin: 0;
		position: relative;
		z-index: 10; }
	.swak-blog-list .testi-box .float-icon {
		position: absolute;
		right: 30px;
		top: 30px;
		pointer-events: none;
		max-height: calc(100% - 60px); }
.swak-blog-list .pagination {
	margin-top: 50px;
	justify-content: center;
	width: 100%; }
	.swak-blog-list .pagination .page-link {
		width: 50px;
		height: 50px;
		border: 1px solid #9992;
		margin: 0 5px;
		padding: 0;
		line-height: 50px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #666; }
		.swak-blog-list .pagination .page-link:hover, .swak-blog-list .pagination .page-link.active {
			border-color: var(--color-main);
			background-color: var(--color-main);
			color: #fff; }

@media screen and (max-width: 991px) {
	.swak-blog-list .main-post .info {
		padding: 70px 20px 50px; }
		.swak-blog-list .main-post .info h3 {
			font-size: 20px; }
		.swak-blog-list .main-post .info .btm-info a {
			display: block;
			width: max-content;
			padding: 0;
			border: 0;
			margin: 10px 0; }

	.swak-blog-list .testi-box {
		display: block; }
		.swak-blog-list .testi-box h3 {
			font-size: 20px;
			margin-top: 20px; }

	.widgets .widget-box {
		padding: 30px; }
	.widgets .widget-instagram .insta-content .insta-link {
		padding: 10px 20px; } }
/* ===============================================================
			[ * Timeline section ]     
================================================================*/
.swak-timeline {
	overflow: hidden;
	padding: 120px 0;
	position: relative; }
	.swak-timeline .info {
		position: relative;
		z-index: 10; }
		.swak-timeline .info h2 {
			font-size: 200px;
			color: var(--color-main);
			font-weight: bold;
			line-height: 1;
			margin-top: 0; }
		.swak-timeline .info h3 {
			margin-top: 0;
			font-size: 50px; }
	.swak-timeline .arrows {
		margin-top: 150px;
		position: relative;
		z-index: 10; }
		.swak-timeline .arrows a {
			width: 45px;
			height: 45px;
			line-height: 45px;
			text-align: center;
			border: 1px solid #9999;
			border-radius: 50%;
			margin-inline-end: 10px;
			display: inline-block; }
			.swak-timeline .arrows a:hover {
				background-color: var(--color-main);
				border-color: var(--color-main);
				color: #fff; }
	.swak-timeline .titmeline-slider .swiper-slide {
		opacity: 0;
		transition: all 0.3s ease; }
		.swak-timeline .titmeline-slider .swiper-slide.swiper-slide-next, .swak-timeline .titmeline-slider .swiper-slide.swiper-slide-active {
			opacity: 1; }
	.swak-timeline .titmeline-slider .img-card {
		position: relative;
		height: 600px;
		overflow: hidden; }
		.swak-timeline .titmeline-slider .img-card .main-img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
		.swak-timeline .titmeline-slider .img-card .award-icon {
			position: absolute;
			top: 0;
			right: 0;
			width: 100px;
			height: 100px;
			line-height: 100px;
			text-align: center;
			background-color: #fff; }
			.swak-timeline .titmeline-slider .img-card .award-icon img {
				height: 50%;
				object-fit: contain; }

@media screen and (max-width: 991px) {
	.swak-timeline .info h2 {
		font-size: 80px; }
	.swak-timeline .info h3 {
		font-size: 30px; }
	.swak-timeline .arrows {
		margin-top: 30px;
		margin-bottom: 80px; }

	.swak-timeline {
		overflow: hidden; } }
/* ===============================================================
			[ * Top Header section ]
================================================================*/
/** Search icon **/
.admin-bar .is-sticky .stuck-nav {
	margin-top: 32px; }
.admin-bar .custom-absolute-menu {
	margin-top: 32px; }
.admin-bar .custom-fixed-menu {
	margin-top: 32px; }
.admin-bar .abs-header {
	margin-top: 32px; }

.is-sticky .header-top, .white-header .header-top {
	display: none; }

.header-top {
	background: #222; }
	.header-top h6 {
		display: inline-block;
		color: #ccc;
		font-size: 12px;
		margin-right: 40px; }
		.header-top h6 i {
			margin-right: 10px;
			color: var(--color-main); }
		.header-top h6 a {
			color: #ccc; }
		.header-top h6:hover {
			color: #fff; }
			.header-top h6:hover a {
				color: #fff; }

.header {
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 999; }

.header.not-custom-menu .logo-d-mode {
	display: initial; }

.header.not-custom-menu .logo-d-mode {
	display: none; }

.elementor-editor-active .header {
	pointer-events: none; }
.elementor-editor-active .abs-header {
	margin-top: 25px; }
.elementor-editor-active .custom-absolute-menu {
	position: relative; }
.elementor-editor-active .custom-fixed-menu {
	position: relative; }
.elementor-editor-active .not-custom-menu.custom-absolute-menu {
	position: absolute;
	top: 25px; }

.white-header {
	position: relative;
	background: #fff; }
	.white-header.shadow-header {
		box-shadow: 0 0 5px 0 #eee; }
	.white-header .is-sticky .stuck-nav {
		background: #fff;
		box-shadow: 0 0 5px 0 #eee; }
	.white-header .hamburger__icon {
		background: #1f1f1f;
		background: #1f1f1f;
		background: #1f1f1f; }
		.white-header .hamburger__icon::before {
			background: #1f1f1f;
			background: #1f1f1f;
			background: #1f1f1f; }
		.white-header .hamburger__icon::after {
			background: #1f1f1f;
			background: #1f1f1f;
			background: #1f1f1f; }
	.white-header .header-icon li a {
		color: #000000; }
	.white-header .header-icon li.current-menu-parent > a {
		color: var(--color-main); }
	.white-header .header-icon li.current_page_item > a {
		color: var(--color-main); }
	.white-header .navigation li a {
		color: #1f1f1f; }
		.white-header .navigation li a:hover {
			color: var(--color-main);
			opacity: 1; }
	.white-header .navigation li.current-menu-parent > a {
		color: var(--color-main); }
	.white-header .navigation li.current_page_item > a {
		color: var(--color-main); }
	.white-header .menu-wrapper .menu ul li a {
		color: #1f1f1f; }
	.white-header .menu-wrapper .menu ul li ul li a {
		color: #333;
		font-size: 12px;
		line-height: 1.8;
		padding: 15px 20px 0 25px; }
		.white-header .menu-wrapper .menu ul li ul li a:hover {
			color: var(--color-main); }
	.white-header .menu-wrapper .menu ul li ul li.current_page_item > a {
		color: var(--color-main); }
	.white-header .menu-wrapper .menu ul li.current-menu-parent > a {
		color: var(--color-main); }
	.white-header .menu-wrapper .menu ul li.current_page_item > a {
		color: var(--color-main); }
	.white-header .menu-wrapper .navigation li ul li a {
		color: #333;
		font-size: 12px;
		line-height: 1.8;
		padding: 15px 20px 0 25px; }
		.white-header .menu-wrapper .navigation li ul li a:hover {
			color: var(--color-main); }
	.white-header .menu-wrapper .navigation li ul li.current_page_item > a {
		color: var(--color-main); }

.no-bg {
	background: transparent; }

.swak-custom-header .navigation {
	position: relative;
	z-index: 999; }

.apply-header .menu-wrapper {
	border: none; }
.apply-header .is-sticky .menu-wrapper {
	border: none; }
.apply-header .menu-btn {
	margin: 19px 0; }
.apply-header .logo1 {
	height: 38px; }
.apply-header .swak-logo-light {
	display: none; }

.logo {
	padding: 60px 0;
	display: block;
	text-align: center; }

.top-logo {
	display: table-cell;
	vertical-align: middle; }
	.top-logo > a {
		display: inline-block;
		padding: 3px 0; }

.menu-wrapper {
	display: inline-block;
	margin-left: auto;
	margin-right: auto; }
	.menu-wrapper .menu ul li {
		display: inline-block;
		position: relative; }
		.menu-wrapper .menu ul li a {
			color: #000000;
			display: block;
			font-size: 12px;
			padding: 25px 18px;
			transition: .20s linear;
			letter-spacing: 1px;
			font-weight: 400; }
		.menu-wrapper .menu ul li ul li a {
			color: #333;
			font-size: 12px;
			line-height: 1.8;
			padding: 15px 20px 0 25px; }
			.menu-wrapper .menu ul li ul li a:hover {
				color: var(--color-main); }
		.menu-wrapper .menu ul li ul li.current_page_item > a {
			color: var(--color-main); }
	.menu-wrapper .menu ul li.menu-item-has-children > a:after {
		display: inline-block;
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		top: 50%;
		right: 3px;
		transform: translateY(-50%); }
	.menu-wrapper .menu ul li.menu-item-has-children li.menu-item-has-children > a:after {
		display: inline-block;
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		top: 42%;
		right: 163px;
		font-weight: bolder;
		transform: rotate(90deg);
		color: #ffffff; }
	.menu-wrapper .menu ul ul li {
		display: block;
		position: relative; }
	.menu-wrapper > .menu > ul > li > a:before {
		background: var(--color-main);
		border-radius: 0;
		bottom: 25px;
		content: "";
		height: 1px;
		position: absolute;
		transform: scaleX(0);
		transition: .20s linear;
		visibility: hidden;
		width: 50%;
		background: #fff;
		background: var(--color-main); }
	.menu-wrapper > .menu > ul > li > a:hover:before {
		visibility: visible;
		transform: scaleX(1); }
	.menu-wrapper .navigation .menu-item-has-children li {
		display: block; }
	.menu-wrapper .navigation li ul li a {
		color: #333;
		font-size: 12px;
		line-height: 1.8;
		padding: 15px 20px 0 25px; }
		.menu-wrapper .navigation li ul li a:hover {
			color: var(--color-main); }
	.menu-wrapper .navigation li ul li.current_page_item > a {
		color: var(--color-main); }
	.menu-wrapper ul li ul {
		background: #fff;
		left: 18px;
		line-height: 1;
		list-style: outside none none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		top: 100%;
		width: 185px;
		z-index: 999;
		-webkit-box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
		border-top: 2px solid var(--color-main); }
		.menu-wrapper ul li ul li ul {
			left: -100%;
			top: 16px; }
	.menu-wrapper ul > li > ul {
		display: none;
		padding-bottom: 15px; }
	.menu-wrapper > ul > li:last-child ul {
		left: auto;
		right: 0; }

.header-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: right; }

.container-fluid {
	display: table;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%; }

.container {
	display: table; }

.blog-wrapper .container {
	display: inherit; }

.navigation {
	display: block;
	font-size: 0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%; }
	.navigation li {
		display: inline-block;
		position: relative; }
		.navigation li a {
			color: #000000;
			display: block;
			font-size: 12px;
			padding: 25px 18px;
			transition: .20s linear;
			letter-spacing: 1px;
			font-weight: 500; }
			.navigation li a:hover {
				opacity: .8; }
	.navigation li.menu-item-has-children > a:after {
		display: inline-block;
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		top: 50%;
		padding-left: 3px;
		transform: translateY(-50%);
		color: #ccc; }
	.navigation li.menu-item-has-children li.menu-item-has-children > a:after {
		display: inline-block;
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		top: 42%;
		right: 163px;
		font-weight: bolder;
		transform: rotate(90deg);
		color: #ffffff; }
	.navigation > li.sfHover > a:before {
		background-color: var(--color-main);
		border-radius: 0;
		bottom: 25px;
		content: "";
		height: 1px;
		position: absolute;
		transform: scaleX(1);
		transition: .20s linear;
		visibility: visible;
		width: 40px; }
	.navigation .current > a {
		opacity: 1; }
	.navigation ul li {
		display: block;
		position: relative; }

.custom-absolute-menu .stuck-nav > .container-fluid {
	border-bottom: 1px solid #ffffff3d; }

.custom-absolute-menu {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	border-color: var(--color-main); }
	.custom-absolute-menu .logo-white {
		display: none; }
	.custom-absolute-menu .is-sticky .logo-white {
		display: initial; }
	.custom-absolute-menu .is-sticky .logo-dark {
		display: none; }
	.custom-absolute-menu .is-sticky .search-icon-header a i {
		color: #000000; }
	.custom-absolute-menu .is-sticky .cart-contents:before {
		color: #000000; }
	.custom-absolute-menu .is-sticky .navigation li a {
		color: #333; }
		.custom-absolute-menu .is-sticky .navigation li a:hover {
			color: var(--color-main);
			opacity: 1; }
	.custom-absolute-menu .is-sticky .navigation li.current-menu-item a {
		color: var(--color-main); }
	.custom-absolute-menu .is-sticky .navigation > li > a:before {
		background: var(--color-main); }
	.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a {
		color: #333; }
		.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a:hover {
			color: var(--color-main);
			opacity: 1; }
	.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li.current-menu-item a {
		color: var(--color-main); }
	.custom-absolute-menu .is-sticky .header-icon li a {
		color: #000000; }
	.custom-absolute-menu .logo-dark {
		display: initial; }
	.custom-absolute-menu .search-icon-header a i {
		color: #ffffff; }
	.custom-absolute-menu .search-icon-header a.search:after {
		background: #ede3e385; }
	.custom-absolute-menu .cart-contents:before {
		color: #ffffff; }
	.custom-absolute-menu .navigation li a {
		color: #ffffff; }
	.custom-absolute-menu .navigation .sub-menu li a {
		color: #333; }
		.custom-absolute-menu .navigation .sub-menu li a:hover {
			color: var(--color-main);
			opacity: 1; }
	.custom-absolute-menu .navigation .sub-menu li.current-menu-item a {
		color: var(--color-main); }
	.custom-absolute-menu .navigation > li > a:before {
		background: #fff; }
	.custom-absolute-menu .menu-wrapper .menu ul li a {
		color: #ffffff; }
	.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a {
		color: #333; }
		.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a:hover {
			color: var(--color-main);
			opacity: 1; }
	.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li.current-menu-item a {
		color: var(--color-main); }
	.custom-absolute-menu .header-icon li a {
		color: #ffffff; }

.stuck-nav {
	transition: ease .3s !important;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	-webkit-transition: ease .3s;
	left: 0;
	top: 0;
	width: 100% !important;
	z-index: 999; }

.custom-fixed-menu {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999; }

.elementor-editor-preview .custom-absolute-menu {
	position: relative; }
.elementor-editor-preview .custom-fixed-menu {
	position: relative; }
.elementor-editor-preview .not-custom-menu.custom-absolute-menu {
	position: absolute; }

.sticky-wrapper {
	z-index: 999; }

.is-sticky .stuck-nav {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.menu-wrapper.swak-right-menu ul li ul {
	left: auto;
	right: 0; }
	.menu-wrapper.swak-right-menu ul li ul li ul {
		left: auto;
		right: 100%;
		top: 0; }

.mobile-wrapper {
	float: right; }

.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	max-height: 480px;
	overflow-y: auto;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3; }
	.mobile-menu li a {
		border-top: none;
		display: block;
		font-size: 11px;
		padding: 8px 15px;
		text-decoration: none;
		text-transform: uppercase; }

.mobile-menu.in {
	border: 1px solid #EEEEEE;
	height: auto;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto; }

.menu-btn {
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin: 11px 0;
	text-align: center;
	width: 30px;
	z-index: 3; }

.not-custom-menu.custom-absolute-menu .nav-box {
	margin-top: 0; }

.custom-logo .custom-logo-dark {
	display: initial; }
.custom-logo .custom-logo-light {
	display: none; }
.custom-logo a {
	display: inline-block; }

.swak-sticky-menu {
	z-index: 999 !important; }

.elementor-element-edit-mode.stuck-nav {
	z-index: 0; }

.header-icon {
	display: block;
	float: right;
	list-style: none;
	margin-left: 20px;
	padding: 0;
	text-align: right; }
	.header-icon li {
		display: inline-block;
		vertical-align: middle; }
		.header-icon li a {
			display: block;
			padding: 24px 0 18px 0;
			text-align: center;
			width: 30px; }
			.header-icon li a i {
				opacity: 0.8;
				border-radius: 50%;
				height: 35px;
				line-height: 30px;
				margin: auto;
				text-align: center;
				width: 35px;
				font-family: "FontAwesome"; }
			.header-icon li a:hover {
				opacity: 1; }

.margin-bottom {
	margin-bottom: 80px; }

.margin-top {
	margin-top: 80px; }

.padding-top {
	padding-top: 80px; }

.mobile-wrapper.swak-menu-element {
	display: inline-block;
	float: none;
	padding: 0;
	vertical-align: text-top; }

.swak-menu-element .hamburger {
	height: 20px;
	padding: 0; }

.cart_search_block {
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block; }
	.cart_search_block > li {
		padding: 18px;
		float: left;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		position: relative; }

.btn-nav-top {
	float: right;
	margin-left: 22px;
	position: relative; }
	.btn-nav-top a {
		color: #fff;
		padding: 12px 20px;
		font-weight: 500;
		text-transform: uppercase;
		line-height: 24px;
		font-size: 12px;
		letter-spacing: .8px;
		border-radius: 50px;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		border: 2px solid var(--color-secondary); }
		.btn-nav-top a:hover {
			color: var(--color-main);
			background: #fff;
			border-color: var(--color-main); }

.custom-absolute-menu .is-sticky .btn-nav-top a {
	color: #333; }

.search-icon-header {
	float: right;
	margin-left: 30px;
	margin-left: 30px;
	position: relative;
	top: 25px; }
	.search-icon-header a.search {
		font-size: 16px;
		position: relative; }
		.search-icon-header a.search:after {
			width: 1px;
			height: 30px;
			content: "";
			position: absolute !important;
			bottom: -5px;
			left: -22px;
			z-index: 0;
			margin: auto;
			background: #999;
			cursor: initial; }
	.search-icon-header a.cart-contents {
		font-size: 14px;
		position: relative;
		left: 20px; }
	.search-icon-header a i {
		color: #000000; }
	.search-icon-header .close-black-block a i {
		color: #ffffff; }
	.search-icon-header .close-black-block a i.fa-times {
		color: #ffffff; }
	.search-icon-header .close-black-block a:after {
		display: none; }
	.search-icon-header .searchform input[type=search] {
		font-style: italic;
		font-size: 16px;
		height: 56px; }
	.search-icon-header .searchform .searchsubmit {
		background: transparent; }
	.search-icon-header .searchform::after {
		background: var(--color-main);
		color: #ffffff !important;
		right: 0;
		height: 56px;
		line-height: 56px;
		width: 56px;
		font-size: 2rem; }
	.search-icon-header .searchform:hover::after {
		opacity: 0.7; }

.black-search-block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	background: rgba(0, 0, 0, 0.9);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	z-index: -1; }

.search-icon-header.open .black-search-block {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	z-index: 9999999; }
.search-icon-header.open .black-search-table-cell div {
	top: 0px;
	opacity: 1;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms; }

.black-search-table {
	display: table;
	width: 100%;
	height: 100%; }

.black-search-table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center; }
	.black-search-table-cell div {
		width: 50%;
		position: relative;
		display: inline-block;
		top: 50px;
		opacity: 0;
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
		-webkit-transition-delay: 150ms;
		transition-delay: 150ms; }
		.black-search-table-cell div input[name="s"] {
			background: #fff;
			padding: 15px 50px 15px 15px !important;
			border: none;
			font-size: 20px;
			width: 100%;
			border-bottom: 1px solid #fff;
			font-weight: 400; }
	.black-search-table-cell .searchsubmit {
		border: none;
		background: 0;
		outline: 0;
		width: auto;
		cursor: pointer;
		color: #333;
		padding: 0;
		position: absolute;
		right: 0;
		width: 40px;
		height: 40px;
		top: 21px;
		z-index: 99999;
		text-align: center; }

.close-black-block {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 50px; }
	.close-black-block i {
		font-size: 30px;
		color: #ffffff; }

body.swak-dark-mode .custom-logo .custom-logo-dark {
	display: none; }
body.swak-dark-mode .custom-logo .custom-logo-light {
	display: initial; }
body.swak-dark-mode .custom-logo a {
	display: inline-block; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .custom-logo .custom-logo-dark {
		display: none; }
	body.swak-auto-mode .custom-logo .custom-logo-light {
		display: initial; }
	body.swak-auto-mode .custom-logo a {
		display: inline-block; } }
/* ===============================================================
			[ * Nav section ]
================================================================*/
.swak-custom-header .is-sticky .stuck-nav {
	background: #11141b; }

/*----------Nav Style 1----------*/
.swak-nav.style-1 .navigation li a {
	color: #fff;
	text-transform: initial;
	font-size: 13px;
	font-weight: 400;
	padding-left: 22px;
	padding-right: 22px; }
.swak-nav.style-1 .menu-wrapper ul li ul {
	background: #1a1e25; }
.swak-nav.style-1 .menu-wrapper .menu ul li a {
	text-transform: initial;
	font-weight: 400; }

/* ===============================================================
			[ * Text Editor section ]
================================================================*/
/*-------------------------------------  Text Editor Style  -----------------------------------------*/
.swak-text-editor {
	line-height: 1; }
	.swak-text-editor.nowrap {
		white-space: nowrap; }
	.swak-text-editor p {
		margin: 0;
		color: #666;
		display: inline-block; }
	.swak-text-editor a {
		display: inline-block; }

body.swak-dark-mode .swak-text-editor p {
	color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-text-editor p {
		color: #fff; } }
/* ===============================================================
			[ * Text Circle section ]
================================================================*/
/*-------------------------------------  Text Circle Style  -----------------------------------------*/
.swak-rotate-box {
	position: relative;
	width: 210px;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center; }
	.swak-rotate-box .swak-icon {
		position: absolute;
		padding: 5px; }
		.swak-rotate-box .swak-icon img {
			object-fit: contain; }
		.swak-rotate-box .swak-icon svg path {
			fill: #000; }
	.swak-rotate-box .swak-rotate-text {
		animation: swakrotateText 20s linear infinite;
		font-weight: bold;
		text-transform: uppercase;
		position: absolute;
		background-color: #fff; }
	.swak-rotate-box .swak-rotate-circle svg {
		display: inline-block;
		width: 210px;
		height: 210px;
		fill: #000;
		transform: scale(1.25); }

@keyframes swakrotateText {
	0% {
		transform: rotate(360deg); }
	100% {
		transform: rotate(0deg); } }
body.swak-dark-mode .swak-rotate-box .swak-rotate-text {
	background-color: #000; }
body.swak-dark-mode .swak-rotate-box .swak-rotate-circle svg {
	fill: #fff; }
body.swak-dark-mode .swak-rotate-box .swak-icon svg path {
	fill: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-rotate-box .swak-rotate-text {
		background-color: #000; }
	body.swak-auto-mode .swak-rotate-box .swak-rotate-circle svg {
		fill: #fff; }
	body.swak-auto-mode .swak-rotate-box .swak-icon svg path {
		fill: #fff; } }
/* ===============================================================
			[ * Portfolio Card section ]
================================================================*/
/* --------------- Portfolio Card Style --------------- */
.swak-portfolio {
	position: relative; }
	.swak-portfolio .portfolio-link-cont {
		padding: 0px; }
	.swak-portfolio .swak-portfolio-card {
		position: relative;
		display: block;
		overflow: hidden; }
		.swak-portfolio .swak-portfolio-card:hover .animation-scale {
			overflow: hidden !important; }
			.swak-portfolio .swak-portfolio-card:hover .animation-scale img {
				transform: scale(1.4) rotate(5deg); }
		.swak-portfolio .swak-portfolio-card:hover .swak-icon {
			background-color: #000;
			color: #fff; }
		.swak-portfolio .swak-portfolio-card:hover .animation-overlay {
			overflow: hidden !important; }
			.swak-portfolio .swak-portfolio-card:hover .animation-overlay .tag {
				transform: translateX(0%); }
			.swak-portfolio .swak-portfolio-card:hover .animation-overlay::after {
				opacity: 0.9; }
		.swak-portfolio .swak-portfolio-card:hover .animation-zoom-in {
			transform: scale(0.9); }
			.swak-portfolio .swak-portfolio-card:hover .animation-zoom-in img {
				transform: scale(1.1); }
		.swak-portfolio .swak-portfolio-card:hover .animation-swipe-image img:nth-child(1) {
			transform: translateX(0) scaleX(1);
			opacity: 1;
			filter: blur(0); }
		.swak-portfolio .swak-portfolio-card:hover .animation-swipe-image img:nth-child(2) {
			transform: translateX(-50%) scaleX(2);
			opacity: 0;
			filter: blur(10px); }
		.swak-portfolio .swak-portfolio-card .animation-swipe-image {
			position: relative;
			overflow: hidden;
			height: 400px; }
			.swak-portfolio .swak-portfolio-card .animation-swipe-image img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
				transition: 0.5s !important; }
				.swak-portfolio .swak-portfolio-card .animation-swipe-image img:nth-child(1) {
					transform: translateX(50%) scaleX(2);
					opacity: 0;
					filter: blur(10px); }
		.swak-portfolio .swak-portfolio-card .animation-overlay {
			overflow: hidden !important; }
			.swak-portfolio .swak-portfolio-card .animation-overlay::after {
				position: absolute;
				content: "";
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background-color: #002c47;
				opacity: 0;
				transition: all 0.3s ease; }
			.swak-portfolio .swak-portfolio-card .animation-overlay .tag {
				font-size: 30px;
				padding: 30px 60px 30px 30px;
				background-color: #ff5b2e;
				color: #fff;
				position: absolute;
				top: 0;
				left: 0;
				font-weight: bold;
				clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
				z-index: 20;
				transform: translateX(-100%);
				transition: all 0.3s ease; }
		.swak-portfolio .swak-portfolio-card .position-top {
			top: 20px !important; }
		.swak-portfolio .swak-portfolio-card .animation-zoom-in {
			height: 550px;
			overflow: hidden;
			transition: all 0.3s ease; }
			.swak-portfolio .swak-portfolio-card .animation-zoom-in img {
				transition: all 0.3s ease; }
		.swak-portfolio .swak-portfolio-card .swak-portfolio-img {
			position: relative;
			overflow: hidden !important; }
			.swak-portfolio .swak-portfolio-card .swak-portfolio-img img {
				transition: all 10s linear;
				width: 100%;
				height: 100%;
				object-fit: cover; }
			.swak-portfolio .swak-portfolio-card .swak-portfolio-img .swak-icon {
				position: absolute;
				bottom: 30px;
				z-index: 10;
				display: flex;
				align-items: center;
				justify-content: center;
				text-align: center;
				border-radius: 50%;
				transition: all 0.3s ease; }
		.swak-portfolio .swak-portfolio-card.lg-card .swak-portfolio-img {
			height: 840px; }
		.swak-portfolio .swak-portfolio-card.md-card .swak-portfolio-img {
			height: 400px; }
		.swak-portfolio .swak-portfolio-card.sm-card .swak-portfolio-img {
			height: 270px; }
	.swak-portfolio .info-over .info {
		position: absolute !important;
		left: 0;
		bottom: 0;
		padding: 50px;
		z-index: 10; }
	.swak-portfolio .info-over::after {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to top, #000, transparent);
		opacity: 0.5;
		z-index: 2; }
	.swak-portfolio .info-animated-ovrerlay .info {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #0c57edf3;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		opacity: 0;
		transition: all 0.4s ease; }
		.swak-portfolio .info-animated-ovrerlay .info p {
			opacity: 0;
			padding-bottom: 30px;
			transition: all 0.3s ease;
			transition-delay: 0.2s;
			margin: 0; }
		.swak-portfolio .info-animated-ovrerlay .info h3 {
			opacity: 0;
			padding-top: 30px;
			transition: all 0.3s ease;
			transition-delay: 0.2s; }
	.swak-portfolio .info-animated-ovrerlay:hover .info {
		opacity: 1; }
		.swak-portfolio .info-animated-ovrerlay:hover .info p,
		.swak-portfolio .info-animated-ovrerlay:hover .info h3 {
			opacity: 1;
			padding: 0; }
	.swak-portfolio .portfolio-link {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000;
		height: 100%; }
		@media screen and (max-width: 991px) {
			.swak-portfolio .portfolio-link {
				padding: 30px 0px; } }
		.swak-portfolio .portfolio-link:hover {
			background-color: #68AA1311; }
		.swak-portfolio .portfolio-link span svg {
			margin-left: 1rem; }

@media screen and (max-width: 991px) {
	.swak-portfolio .swak-portfolio-card .swak-portfolio-img {
		height: 300px !important; } }
body.swak-dark-mode .swak-portfolio .info p {
	color: #ccc !important; }
body.swak-dark-mode .swak-portfolio .portfolio-link {
	color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-portfolio .info p {
		color: #ccc !important; }
	body.swak-auto-mode .swak-portfolio .portfolio-link {
		color: #fff; } }
/* ===============================================================
			[ * Service Card section ]
================================================================*/
/* --------------- Service Card Style --------------- */
.swak-service-card {
	position: relative;
	display: block; }
	.swak-service-card h3 {
		margin: 0; }
	.swak-service-card li {
		line-height: 1; }
	.swak-service-card .swak-dot {
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50% !important;
		background-color: #000 !important;
		margin-right: .5rem !important; }
	.swak-service-card .dots > * {
		display: flex;
		align-items: center;
		width: max-content; }
	.swak-service-card .dots a {
		border: 1px #000 solid; }
	.swak-service-card .swak-service-card-img {
		overflow: hidden;
		transition: all 0.3s ease;
		display: block;
		position: relative; }
		.swak-service-card .swak-service-card-img img {
			height: 100%;
			width: 100%;
			transition: all 0.3s ease; }
	.swak-service-card .tags a {
		display: inline-block;
		transition: all 0.3s ease; }
	.swak-service-card ul {
		list-style-type: none;
		padding: 0; }
		.swak-service-card ul li {
			font-size: 18px;
			margin: 5px 0;
			font-weight: bold;
			list-style: none; }
	.swak-service-card h5 {
		font-size: 20px;
		font-weight: bold; }
	.swak-service-card p {
		font-size: 14px;
		font-weight: bold; }
	.swak-service-card .info .swak-icon {
		display: inline-block;
		z-index: 10;
		line-height: 35px;
		text-align: center;
		border-radius: 50%;
		font-size: 12px;
		background-color: #fff;
		transition: all 0.3s ease;
		color: #000; }
	.swak-service-card .swak-service-title {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row; }
		.swak-service-card .swak-service-title .swak-title-icon {
			width: 50px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			font-size: 20px;
			flex-shrink: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			color: #000; }
			.swak-service-card .swak-service-title .swak-title-icon path {
				fill: #000; }

body.swak-dark-mode .swak-service-card .dots a {
	border: 1px rgba(255, 255, 255, 0.2) solid; }
body.swak-dark-mode .swak-service-card .swak-dot {
	background-color: #fff !important; }
body.swak-dark-mode .swak-service-card .swak-title-icon {
	color: #fff; }
	body.swak-dark-mode .swak-service-card .swak-title-icon path {
		fill: #fff; }
body.swak-dark-mode .swak-service-card .info .swak-icon {
	background-color: #2e2e31;
	color: #fff; }
	body.swak-dark-mode .swak-service-card .info .swak-icon path {
		fill: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-service-card .dots a {
		border: 1px rgba(255, 255, 255, 0.2) solid; }
	body.swak-auto-mode .swak-service-card .swak-dot {
		background-color: #fff !important; }
	body.swak-auto-mode .swak-service-card .swak-title-icon {
		color: #fff; }
		body.swak-auto-mode .swak-service-card .swak-title-icon path {
			fill: #fff; }
	body.swak-auto-mode .swak-service-card .info .swak-icon {
		background-color: #2e2e31;
		color: #fff; }
		body.swak-auto-mode .swak-service-card .info .swak-icon path {
			fill: #fff; } }
/* ===============================================================
			[ * Partners section ]
================================================================*/
/* --------------- Portfolio Card Style --------------- */
.swak-partner-card {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden; }
	.swak-partner-card:hover {
		background-color: #E2E3F2; }
		.swak-partner-card:hover .swak-logo {
			opacity: 0;
			transform: scale(0.5); }
		.swak-partner-card:hover .swak-foot-inf p {
			margin: 0 !important;
			opacity: 0; }
		.swak-partner-card:hover .swak-foot-inf .swak-icon {
			transform: rotate(45deg);
			background-color: #000;
			color: #fff; }
		.swak-partner-card:hover .swak-info {
			opacity: 1;
			margin-top: 0; }
	.swak-partner-card .swak-logo {
		max-width: 50%;
		transition: all 0.3s ease; }
		.swak-partner-card .swak-logo img {
			filter: invert(1); }
	.swak-partner-card .swak-foot-inf {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 2; }
		.swak-partner-card .swak-foot-inf p {
			transition: all 0.3s ease;
			margin: 0 !important;
			color: #000; }
		.swak-partner-card .swak-foot-inf .swak-icon {
			width: 25px;
			height: 25px;
			line-height: 25px;
			text-align: center;
			border-radius: 50%;
			font-size: 16px;
			background-color: #e2e3f2;
			transition: all 0.3s ease; }
	.swak-partner-card .swak-info {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-align: start;
		opacity: 0;
		margin-top: 30px;
		transition: all 0.3s ease; }
		.swak-partner-card .swak-info p {
			color: #000; }

body.swak-dark-mode .swak-partner-card:hover {
	background-color: #222; }
body.swak-dark-mode .swak-partner-card .swak-info p {
	color: #fff; }
body.swak-dark-mode .swak-partner-card .swak-foot-inf p {
	color: #fff !important; }
body.swak-dark-mode .swak-partner-card .swak-foot-inf .swak-icon {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.1333333333); }
	body.swak-dark-mode .swak-partner-card .swak-foot-inf .swak-icon i {
		color: #fff !important; }
body.swak-dark-mode .swak-partner-card .swak-invert-dark img {
	filter: invert(1); }
body.swak-dark-mode .swak-partner-card .swak-logo img {
	filter: none; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-partner-card:hover {
		background-color: #222; }
	body.swak-auto-mode .swak-partner-card .swak-info p {
		color: #fff; }
	body.swak-auto-mode .swak-partner-card .swak-foot-inf p {
		color: #fff !important; }
	body.swak-auto-mode .swak-partner-card .swak-foot-inf .swak-icon {
		background: transparent !important;
		border: 1px solid rgba(255, 255, 255, 0.1333333333); }
		body.swak-auto-mode .swak-partner-card .swak-foot-inf .swak-icon i {
			color: #fff !important; }
	body.swak-auto-mode .swak-partner-card .swak-invert-dark img {
		filter: invert(1); }
	body.swak-auto-mode .swak-partner-card .swak-logo img {
		filter: none; } }
/* ===============================================================
			[ * Counter Section ]
================================================================*/
.swak-counter-container {
	display: flex;
	align-items: center; }
	.swak-counter-container h2 {
		font-size: 48px;
		margin-inline-end: 25px;
		margin-top: 0;
		color: #000; }
	.swak-counter-container p {
		font-size: 16px;
		text-transform: uppercase;
		margin: 0;
		color: #666; }

@media screen and (max-width: 991px) {
	.swak-counter-container h2 {
		flex-shrink: 0;
		width: 60px; } }
body.swak-dark-mode .swak-counter-container h2 {
	color: #fff; }
body.swak-dark-mode .swak-counter-container p {
	color: #ccc; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-counter-container h2 {
		color: #fff; }
	body.swak-auto-mode .swak-counter-container p {
		color: #ccc; } }
/* ===============================================================
			[ * Text Carousel section ]
================================================================*/
.swak-text-carousel-container {
	position: relative;
	overflow: hidden; }
	.swak-text-carousel-container .swak-text-carousel {
		cursor: none;
		overflow: hidden !important; }
		.swak-text-carousel-container .swak-text-carousel .swiper-wrapper {
			-webkit-transition-timing-function: linear !important;
			transition-timing-function: linear !important;
			position: relative; }
		.swak-text-carousel-container .swak-text-carousel .swiper-slide {
			width: max-content !important;
			position: relative; }
	.swak-text-carousel-container .swak-slash::after {
		position: absolute;
		content: "/";
		right: -150px;
		top: 30px;
		font-size: 100px;
		line-height: 1; }
	.swak-text-carousel-container .swak-sides-shadow::before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		z-index: 5;
		pointer-events: none;
		background-image: linear-gradient(to left, transparent, #222); }
	.swak-text-carousel-container .swak-sides-shadow::after {
		position: absolute;
		content: "";
		right: 0;
		top: 0;
		width: 30%;
		height: 100%;
		z-index: 5;
		pointer-events: none;
		background-image: linear-gradient(to right, transparent, #222); }
	.swak-text-carousel-container .float-slider {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 20; }
		.swak-text-carousel-container .float-slider .slide-link {
			color: transparent !important;
			-webkit-text-stroke: 1px #fff; }
	.swak-text-carousel-container .swak-shape-center {
		display: flex;
		flex-direction: row;
		align-items: center; }
	.swak-text-carousel-container .swak-circle {
		display: inline-block; }
	.swak-text-carousel-container .swak-float-box {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 60px;
		right: 0;
		background-color: #000;
		transition: all 0.1s ease;
		opacity: 0;
		transform: scale(0);
		z-index: 10; }
		.swak-text-carousel-container .swak-float-box p {
			text-transform: uppercase;
			font-weight: bold;
			text-align: center;
			margin: 0; }
		.swak-text-carousel-container .swak-float-box.swak-show {
			opacity: 1;
			transform: scale(1); }

.swak-cursor-none {
	cursor: none !important; }
	.swak-cursor-none a {
		cursor: none !important; }

/* ===============================================================
			[ *Testimonials Carousel section ]
================================================================*/
.swak-testimonials-carousel .swak-testi-card {
	position: relative; }
	.swak-testimonials-carousel .swak-testi-card .swak-text {
		font-size: 22px;
		min-height: auto;
		color: #000; }
	.swak-testimonials-carousel .swak-testi-card .testimonials-stars {
		position: absolute;
		right: 0;
		top: 0;
		padding: 5px 15px;
		border-radius: 0 20px 0 20px;
		border: 1px solid #000;
		border-top: 0;
		border-right: 0; }
		.swak-testimonials-carousel .swak-testi-card .testimonials-stars a {
			color: #999; }
	.swak-testimonials-carousel .swak-testi-card .testimonials-logo img {
		max-width: 100%;
		max-height: 100%; }
	.swak-testimonials-carousel .swak-testi-card .swak-client-card .swak-img {
		overflow: hidden;
		margin-right: 1rem !important; }
		.swak-testimonials-carousel .swak-testi-card .swak-client-card .swak-img img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: inherit; }
	.swak-testimonials-carousel .swak-testi-card .swak-client-card p {
		margin: 0;
		font-size: 14px; }
	.swak-testimonials-carousel .swak-testi-card .swak-client-card h6 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 1rem;
		color: #000; }
	.swak-testimonials-carousel .swak-testi-card .swak-button a {
		color: #000; }
	.swak-testimonials-carousel .swak-testi-card .swak-logo {
		width: 150px;
		height: 45px;
		border: 1px solid #9995;
		text-align: end; }
		.swak-testimonials-carousel .swak-testi-card .swak-logo img {
			max-width: 100%;
			max-height: 100%; }
.swak-testimonials-carousel .slider-controls {
	position: relative;
	background-color: #e5e6f3;
	padding: 5px 50px;
	border-radius: 20px;
	display: inline-block;
	margin-top: 80px; }
	.swak-testimonials-carousel .slider-controls .swiper-pagination {
		position: relative;
		bottom: 0; }
		.swak-testimonials-carousel .slider-controls .swiper-pagination .swiper-pagination-bullet {
			width: 7px;
			height: 7px; }
			.swak-testimonials-carousel .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				background-color: #000; }
	.swak-testimonials-carousel .slider-controls .swiper-button-next::after,
	.swak-testimonials-carousel .slider-controls .swiper-button-prev::after {
		font-size: 14px;
		color: #999; }
.swak-testimonials-carousel .swak-slider-pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 1300px; }
	.swak-testimonials-carousel .swak-slider-pagination .swiper-pagination-bullet {
		flex-grow: 1;
		margin: 0 !important;
		border-radius: 0;
		height: 1px;
		background-color: #3c3b3a; }
		.swak-testimonials-carousel .swak-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
			height: 7px; }
.swak-testimonials-carousel .swak-slider-arrows {
	position: absolute;
	top: -50px;
	display: flex;
	flex-direction: row; }
	.swak-testimonials-carousel .swak-slider-arrows div {
		position: relative;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background: transparent;
		border: 1px solid #3c3b3a;
		cursor: pointer;
		transition: all 0.3s ease; }
		.swak-testimonials-carousel .swak-slider-arrows div:hover {
			background-color: #3c3b3a;
			color: #fff; }
.swak-testimonials-carousel .swiper-pagination-dots {
	position: absolute;
	bottom: 10px; }
	.swak-testimonials-carousel .swiper-pagination-dots .swiper-pagination-bullet {
		opacity: 0.3;
		width: 4px;
		height: 4px;
		background-color: #000;
		border-radius: 50%;
		outline: 1px solid transparent;
		outline-offset: 5px;
		margin: 0 7px; }
		.swak-testimonials-carousel .swiper-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
			opacity: 1;
			outline: 1px solid #000; }
.swak-testimonials-carousel .swiper-pagination-dots-2 {
	position: relative;
	background-color: transparent;
	padding: 2px 17px;
	border-radius: 20px;
	display: inline-block;
	margin-top: 80px;
	border: 1px solid #393939; }
	.swak-testimonials-carousel .swiper-pagination-dots-2 .swiper-pagination {
		position: relative;
		bottom: 0; }
		.swak-testimonials-carousel .swiper-pagination-dots-2 .swiper-pagination .swiper-pagination-bullet {
			width: 7px;
			height: 7px; }
			.swak-testimonials-carousel .swiper-pagination-dots-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				background-color: #000; }
	.swak-testimonials-carousel .swiper-pagination-dots-2 .swiper-button-next::after,
	.swak-testimonials-carousel .swiper-pagination-dots-2 .swiper-button-prev::after {
		font-size: 14px;
		color: #999; }

@media screen and (max-width: 991px) {
	.swak-testimonials-carousel {
		overflow: hidden !important; }
		.swak-testimonials-carousel .slider-controls {
			margin-top: 15px !important; } }
body.swak-dark-mode .swak-invert-dark img {
	filter: invert(1); }
body.swak-dark-mode .swak-testimonials-carousel .swak-text {
	color: #fff; }
body.swak-dark-mode .swak-testimonials-carousel .swak-client-card h6 {
	color: #fff; }
body.swak-dark-mode .swak-testimonials-carousel .testimonials-stars {
	border-color: rgba(255, 255, 255, 0.2) !important; }
	body.swak-dark-mode .swak-testimonials-carousel .testimonials-stars a {
		color: #fff; }
body.swak-dark-mode .swak-testimonials-carousel .swak-button a {
	color: #fff; }
body.swak-dark-mode .swiper-pagination-dots .swiper-pagination-bullet {
	background-color: #fff; }
	body.swak-dark-mode .swiper-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
		opacity: 1;
		outline: 1px solid #fff; }
body.swak-dark-mode .swiper-pagination-dots-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-invert-dark img {
		filter: invert(1); }
	body.swak-auto-mode .swak-testimonials-carousel .swak-text {
		color: #fff; }
	body.swak-auto-mode .swak-testimonials-carousel .swak-client-card h6 {
		color: #fff; }
	body.swak-auto-mode .swak-testimonials-carousel .testimonials-stars {
		border-color: rgba(255, 255, 255, 0.2) !important; }
		body.swak-auto-mode .swak-testimonials-carousel .testimonials-stars a {
			color: #fff; }
	body.swak-auto-mode .swak-testimonials-carousel .swak-button a {
		color: #fff; }
	body.swak-auto-mode .swiper-pagination-dots .swiper-pagination-bullet {
		background-color: #fff; }
		body.swak-auto-mode .swiper-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
			opacity: 1;
			outline: 1px solid #fff; }
	body.swak-auto-mode .swiper-pagination-dots-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff !important; } }
/* ===============================================================
			[ *Team  section ]
================================================================*/
/* --------------- team  --------------- */
.swak-team-img-card {
	position: relative;
	display: block;
	overflow: hidden;
	margin: auto;
	margin: 0px auto; }
	.swak-team-img-card img {
		transition: all 0.4s ease;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important; }
	.swak-team-img-card:hover img {
		transform: scale(0.85); }
	.swak-team-img-card:hover .swak-info {
		opacity: 1;
		top: 0; }
	.swak-team-img-card .swak-info {
		position: absolute;
		left: 0;
		top: 20px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		background-color: #46464b;
		justify-content: center;
		z-index: 10;
		opacity: 0;
		transition: all 0.4s ease; }

@media screen and (max-width: 991px) {
	.team-text-card,
	.team-img-card {
		width: 250px !important;
		height: 250px !important;
		margin: 15px auto; }

	.ord-last {
		order: 5; } }
/* ===============================================================
			[ *Dropdown  section ]
================================================================*/
.swak-dropdown button {
	outline: none; }
.swak-dropdown i {
	color: #fff;
	font-weight: 300 !important; }
.swak-dropdown svg {
	width: 14px;
	height: 14px;
	margin-right: 0.25rem; }
.swak-dropdown .dropdown-toggle::after {
	position: relative;
	top: 5px;
	opacity: 0.8;
	content: "\f3d0";
	display: inline-block;
	font-family: "Ionicons";
	border: 0;
	line-height: 1; }
.swak-dropdown .dropdown-menu {
	min-width: 200px;
	padding: 0;
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 20px #0001;
	top: 100%; }
	.swak-dropdown .dropdown-menu li {
		list-style: none; }
		.swak-dropdown .dropdown-menu li .dropdown-item {
			padding: 10px 20px;
			font-size: 14px;
			border-bottom: 1px solid #9992; }

/* ===============================================================
			[ *Table  section ]
================================================================*/
/* --------------- Table  --------------- */
.swak-table table {
	border: 0; }
.swak-table thead th {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	font-weight: 400;
	border: 0; }
.swak-table tbody tr {
	font-size: 18px;
	transition: all 0.3s ease; }
	.swak-table tbody tr td {
		border: 0;
		color: #000; }
		.swak-table tbody tr td:first-of-type {
			text-transform: uppercase; }
		.swak-table tbody tr td a {
			color: #000; }

body.swak-dark-mode .swak-table td, body.swak-dark-mode .swak-table td a {
	color: #ccc; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-table td, body.swak-auto-mode .swak-table td a {
		color: #ccc; } }
/* ===============================================================
			[ *Table  section ]
================================================================*/
/*--------------------------- Offcanvas --------------------------*/
.swak-offcanvas {
	cursor: pointer; }
	.swak-offcanvas.sidepanel span {
		width: 25px;
		height: 2px;
		background-color: #000;
		margin: 4px 0;
		display: block; }
	.swak-offcanvas .menu-icon {
		transition: all 0.3s ease; }
	.swak-offcanvas .menu-icon.icon {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		transition: all 0.3s ease;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #000; }
	.swak-offcanvas .menu-icon .btn-close {
		transition: all 0.3s ease; }
		.swak-offcanvas .menu-icon .btn-close:hover {
			transform: rotate(45deg); }
	.swak-offcanvas .open-popup {
		border-bottom: solid 1px #212529; }
		.swak-offcanvas .open-popup svg {
			width: 20px;
			height: 20px;
			fill: #000;
			margin-right: 8px;
			margin-top: -5px; }
		.swak-offcanvas .open-popup .text {
			font-size: 16px;
			color: #000;
			text-transform: uppercase;
			background-color: unset; }

.side-panel {
	background-color: #00000080;
	transition-duration: 0s;
	transition-delay: .35s;
	z-index: 22;
	opacity: 0;
	transform: translateX(-100%);
	pointer-events: none;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	transition: all 0.5s ease-in-out; }
	.side-panel li {
		opacity: 0;
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
	.side-panel.open {
		opacity: 1;
		transform: translateX(0);
		pointer-events: all;
		border-radius: 0; }
		.side-panel.open li {
			opacity: 1;
			clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }

/* ===============================================================
			[ *Image  section ]
================================================================*/
/* --------------------------------- Images ------------------------------ */
.swak-image-animation-rotate {
	animation: rotate-center 100s linear infinite both; }

.swak-image-animation-wave {
	animation: wave 2s ease-in-out infinite alternate both; }

.swak-image-animation-slide-up-down {
	-webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
	animation: slide_up_down 2s ease-in-out infinite alternate both; }

.swak-image-animation-scale-up-down {
	-webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
	animation: scale_up_down 1.5s ease-in-out infinite alternate both; }

.black_white img {
	filter: grayscale(1); }

.swak-image {
	display: flex !important;
	align-items: center;
	justify-content: center;
	overflow: hidden; }
	.swak-image.swak-overlay::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute; }
	.swak-image .swak-button-container {
		position: absolute;
		left: 40px;
		bottom: 40px;
		z-index: 10;
		overflow: hidden; }
		.swak-image .swak-button-container .swak-button {
			position: relative;
			backdrop-filter: blur(10px);
			background-color: #0005;
			z-index: 2; }
	.swak-image .swak-button-circle {
		border-radius: 1000px;
		position: absolute;
		left: 0;
		top: 0;
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		pointer-events: none;
		z-index: 1;
		background-color: #0c56ed; }
	.swak-image .explode-circle {
		animation: explode 0.5s forwards; }
	.swak-image .desplode-circle {
		animation: desplode 0.5s forwards; }
	.swak-image .swak-rotate-box {
		position: absolute;
		width: 210px;
		height: 210px;
		display: block;
		color: #fff;
		z-index: 20;
		transform: translate(-50%, -50%);
		pointer-events: none;
		left: 70%;
		top: 50%; }
		.swak-image .swak-rotate-box .swak-icon {
			position: absolute;
			left: 50%;
			top: 50%;
			padding: 5px;
			transform: translate(-100%); }
			.swak-image .swak-rotate-box .swak-icon svg {
				display: inline-block;
				width: 45px;
				height: 45px;
				transform: scale(1.25); }
				.swak-image .swak-rotate-box .swak-icon svg path {
					fill: #fff; }
			.swak-image .swak-rotate-box .swak-icon i {
				display: inline-block;
				font-size: 45px;
				transform: scale(1.25); }
		.swak-image .swak-rotate-box .swak-rotate-text {
			animation: swakrotateText 20s linear infinite;
			font-weight: bold;
			text-transform: uppercase;
			position: absolute;
			left: calc(50% - 125px);
			top: 20px; }
@keyframes swakrotateText {
	0% {
		transform: rotate(360deg); }
	100% {
		transform: rotate(0deg); } }
	.swak-image .swak-float-box {
		transition: all 0.1s ease;
		opacity: 0;
		transform: scale(0);
		z-index: 10; }
		.swak-image .swak-float-box.swak-show {
			opacity: 1;
			transform: scale(1); }

@keyframes explode {
	0% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; }
	100% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; } }
@keyframes desplode {
	0% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; }
	100% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; } }
.swak-overlay .overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--color-main);
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.5s ease; }
.swak-overlay .float-image {
	position: absolute;
	z-index: 10;
	width: 50% !important;
	height: 50% !important;
	top: 25%;
	left: 25%;
	object-fit: contain; }
.swak-overlay::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000630;
	opacity: 0.9;
	transition: all 0.3s ease; }

@media screen and (max-width: 991px) {
	.swak-image .swak-rotate-box {
		transform: translate(-50%, -50%) scale(0.7); } }
body.swak-dark-mode .swak-images-carousel .swiper-container .swiper-slide.dark-mode {
	display: block; }
body.swak-dark-mode .swak-images-carousel .swiper-container .swiper-slide:not(.dark-mode) {
	display: none; }
body.swak-dark-mode .swak-invert-dark img {
	filter: invert(1); }
body.swak-dark-mode .swak-img-split .split-link {
	color: #fff !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-invert-dark img {
		filter: invert(1); } }
/* ===============================================================
			[ Posts  section ]
================================================================*/
.swak-posts .blog-card {
	position: relative;
	border-radius: 30px;
	overflow: hidden; }
	.swak-posts .blog-card .img {
		position: relative;
		height: 330px; }
		.swak-posts .blog-card .img img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
	.swak-posts .blog-card .info {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 30px;
		z-index: 5;
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6862745098), transparent); }
		.swak-posts .blog-card .info .tags {
			position: relative;
			z-index: 10;
			display: flex;
			flex-wrap: wrap; }
			.swak-posts .blog-card .info .tags ul {
				display: flex;
				align-items: center;
				padding: 0; }
				.swak-posts .blog-card .info .tags ul li {
					list-style: none !important;
					margin: 0;
					padding: 0; }
		.swak-posts .blog-card .info p {
			margin: 0; }
	.swak-posts .blog-card .tags ul li {
		list-style: none; }

body.swak-dark-mode .swak-posts .tags a {
	color: #fff !important;
	background-color: #222 !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-posts .tags a {
		color: #fff !important;
		background-color: #222 !important; } }
/* ===============================================================
			[ *Brands Grid  section ]
================================================================*/
.swak-partners-style {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	position: relative; }
	.swak-partners-style .borderd {
		border-top: 1px solid #999;
		border-left: 1px solid #999; }
		.swak-partners-style .borderd img {
			width: 130px;
			object-fit: contain;
			transition: 0.3s all ease; }
	.swak-partners-style .brands-content {
		display: flex;
		flex-wrap: wrap;
		overflow: hidden; }
		.swak-partners-style .brands-content .partner-logo {
			width: calc(20% - 16px);
			height: 180px;
			display: flex;
			align-items: center;
			justify-content: center;
			color: inherit;
			text-decoration: none; }
			@media screen and (max-width: 991px) {
				.swak-partners-style .brands-content .partner-logo {
					width: calc(33% - 16px);
					height: 80px;
					padding: 15px; } }
			.swak-partners-style .brands-content .partner-logo .black_white_effect {
				filter: grayscale(1);
				transition: all 0.3s ease; }
			.swak-partners-style .brands-content .partner-logo:hover .black_white_effect {
				filter: grayscale(0); }
			.swak-partners-style .brands-content .partner-logo img.dark-mode {
				display: none; }
		.swak-partners-style .brands-content .with-radius {
			border: 1px solid #999;
			border-radius: 15px;
			margin-inline-end: 16px;
			margin: 8px 0;
			margin-inline-end: 16px; }
		.swak-partners-style .brands-content .without-radius {
			border-bottom: 1px solid #999;
			border-right: 1px solid #999; }

@media screen and (max-width: 991px) {
	.swak-partners-style .brands-content .partner-logo {
		width: calc(33% - 16px);
		height: 80px;
		padding: 15px; } }
@media screen and (max-width: 991px) {
	.swak-partners-style .borderd .partner-logo {
		width: 33.3333%;
		height: 115px;
		padding: 15px; } }
body.swak-dark-mode .swak-partners-style .brands-content .partner-logo img.dark-mode {
	display: block; }
body.swak-dark-mode .swak-partners-style .brands-content .partner-logo img:not(.dark-mode) {
	display: none; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-partners-style .brands-content .partner-logo img.dark-mode {
		display: block; }
	body.swak-auto-mode .swak-partners-style .brands-content .partner-logo img:not(.dark-mode) {
		display: none; } }
/* ===============================================================
			[ *Feedbacks  section ]
================================================================*/
/* --------------- testimonials style9 --------------- */
.swak-feedbacks-style .section-head .arrows a {
	padding: 0 10px; }
.swak-feedbacks-style .testi-card {
	position: relative;
	padding: 60px 40px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #000; }
	.swak-feedbacks-style .testi-card p {
		margin: 0; }
	.swak-feedbacks-style .testi-card .author-img {
		height: 50px;
		width: 50px; }
		.swak-feedbacks-style .testi-card .author-img img {
			object-fit: cover;
			width: 100%;
			height: 100%; }
	.swak-feedbacks-style .testi-card .logo-img {
		height: 50px;
		margin-bottom: 40px; }
		.swak-feedbacks-style .testi-card .logo-img.dark-mode {
			display: none; }
	.swak-feedbacks-style .testi-card .stars {
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 20px;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		border-bottom-left-radius: 10px; }

@media screen and (max-width: 991px) {
	.swak-feedbacks-style .arrows {
		text-align: end; } }
body.swak-dark-mode .swak-feedbacks-style .testi-card {
	border-color: rgba(255, 255, 255, 0.2666666667);
	background-color: #222; }
	body.swak-dark-mode .swak-feedbacks-style .testi-card .logo img {
		filter: invert(1); }
	body.swak-dark-mode .swak-feedbacks-style .testi-card .text {
		color: #fff !important; }
	body.swak-dark-mode .swak-feedbacks-style .testi-card .client-card .inf h6 {
		color: #fff !important; }
	body.swak-dark-mode .swak-feedbacks-style .testi-card .stars {
		border-color: rgba(255, 255, 255, 0.2666666667); }
	body.swak-dark-mode .swak-feedbacks-style .testi-card .rate-stars {
		color: #fff !important; }
	body.swak-dark-mode .swak-feedbacks-style .testi-card .logo-img.dark-mode {
		display: block; }
	body.swak-dark-mode .swak-feedbacks-style .testi-card .logo-img:not(.dark-mode) {
		display: none; }
body.swak-dark-mode .swak-feedbacks-style .arrows a {
	color: #fff !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-feedbacks-style .testi-card {
		border-color: rgba(255, 255, 255, 0.2666666667);
		background-color: #222; }
		body.swak-auto-mode .swak-feedbacks-style .testi-card .logo img {
			filter: invert(1); }
		body.swak-auto-mode .swak-feedbacks-style .testi-card .text {
			color: #fff !important; }
		body.swak-auto-mode .swak-feedbacks-style .testi-card .client-card .inf h6 {
			color: #fff !important; }
		body.swak-auto-mode .swak-feedbacks-style .testi-card .stars {
			border-color: rgba(255, 255, 255, 0.2666666667); }
		body.swak-auto-mode .swak-feedbacks-style .testi-card .rate-stars {
			color: #fff !important; }
		body.swak-auto-mode .swak-feedbacks-style .testi-card .logo-img.dark-mode {
			display: block; }
		body.swak-auto-mode .swak-feedbacks-style .testi-card .logo-img:not(.dark-mode) {
			display: none; }
	body.swak-auto-mode .swak-feedbacks-style .arrows a {
		color: #fff !important; } }
/* ===============================================================
			[ *Mailchimp  section ]
================================================================*/
/*----------Mailchimp Style 1----------*/
.swak-mailchimp .form-check input {
	min-height: auto !important;
	padding: 0 !important;
	border: none; }
.swak-mailchimp .form-group {
	position: relative;
	display: flex;
	align-items: center; }
	.swak-mailchimp .form-group input {
		width: 100%;
		border: 0;
		background: transparent; }
	.swak-mailchimp .form-group button {
		border: 0;
		background: transparent;
		white-space: nowrap; }
.swak-mailchimp form input:focus {
	box-shadow: none; }
.swak-mailchimp .swak-button-container {
	position: relative;
	padding: 0;
	overflow: hidden;
	border-radius: 0px; }
	.swak-mailchimp .swak-button-container .swak-button-circle {
		border-radius: 1000px;
		position: absolute;
		left: 0;
		top: 0;
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		pointer-events: none;
		z-index: 1;
		background-color: #212529; }
	.swak-mailchimp .swak-button-container .swak-button {
		line-height: 1; }
	.swak-mailchimp .swak-button-container button span {
		z-index: 2;
		position: relative;
		white-space: nowrap; }
	.swak-mailchimp .swak-button-container .explode-circle {
		animation: explode 0.5s forwards; }
	.swak-mailchimp .swak-button-container .desplode-circle {
		animation: desplode 0.5s forwards; }

@media screen and (max-width: 991px) {
	.swak-mailchimp .swak-button-container {
		margin-top: 20px; } }
@keyframes explode {
	0% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; }
	100% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; } }
@keyframes desplode {
	0% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; }
	100% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; } }
body.swak-dark-mode .swak-mailchimp .form-group {
	border-color: rgba(255, 255, 255, 0.2); }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-mailchimp .form-group {
		border-color: rgba(255, 255, 255, 0.2); } }
/* ===============================================================
			[ *Approach  section ]
================================================================*/
.swak-approach .flex-content {
	display: flex !important;
	justify-content: center;
	align-items: center; }
.swak-approach .swak-approach-card {
	position: relative;
	text-align: center;
	display: block;
	min-height: 100%; }
	.swak-approach .swak-approach-card::after {
		position: absolute;
		content: "";
		left: -20px;
		top: 0;
		width: calc(100% + 40px);
		height: 100%;
		pointer-events: none;
		transition: all 0.3s ease;
		border-color: rgba(153, 153, 153, 0.2); }
	.swak-approach .swak-approach-card h5 {
		font-size: 22px;
		text-transform: uppercase;
		margin-bottom: 50px;
		white-space: nowrap;
		color: #000; }
	.swak-approach .swak-approach-card .swak-img {
		height: 100px;
		margin-bottom: 40px; }
		.swak-approach .swak-approach-card .swak-img img {
			max-width: 100%;
			max-height: 100%; }
	.swak-approach .swak-approach-card p {
		font-size: 17px;
		color: #999;
		margin-bottom: 50px; }
	.swak-approach .swak-approach-card .swak-num {
		font-size: 14px;
		color: #999;
		transition: all 0.3s ease; }

body.swak-dark-mode .swak-approach-card:hover::after {
	border-color: #ccc; }
body.swak-dark-mode .swak-approach-card h5 {
	color: #fff; }
body.swak-dark-mode .swak-approach-card::after {
	border-color: rgba(153, 153, 153, 0.6); }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-approach-card:hover::after {
		border-color: #ccc; }
	body.swak-auto-mode .swak-approach-card h5 {
		color: #fff; }
	body.swak-auto-mode .swak-approach-card::after {
		border-color: rgba(153, 153, 153, 0.6); } }
/* ===============================================================
			[ *blogs  section ]
================================================================*/
.swak-blog-card {
	position: relative;
	padding: 50px 0;
	border-bottom: 1px solid rgba(153, 153, 153, 0.6);
	overflow: hidden;
	min-height: 225px; }
	.swak-blog-card:hover .animation-fade {
		opacity: 1;
		top: 0;
		filter: blur(0); }
	.swak-blog-card:hover .animation-float {
		background-position: bottom;
		opacity: 1;
		filter: blur(0); }
	.swak-blog-card:hover .swak-button-container {
		opacity: 1;
		top: calc(50%); }
	.swak-blog-card:last-of-type {
		border: 0; }
	.swak-blog-card .swak-cat a {
		color: #000; }
	.swak-blog-card .swak-cat p {
		color: #999; }
	.swak-blog-card .swak-title {
		color: #000; }
	.swak-blog-card .swak-excerpt {
		color: #999; }
	.swak-blog-card .swak-date {
		color: #999; }
		.swak-blog-card .swak-date i {
			color: #999; }
	.swak-blog-card .swak-img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2; }
		.swak-blog-card .swak-img img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: inherit; }
	.swak-blog-card .animation-fade {
		transition: all 0.3s ease;
		opacity: 0;
		top: 50px;
		filter: blur(10px); }
	.swak-blog-card .animation-float {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		opacity: 0;
		filter: blur(1px);
		transition: opacity 0.3s ease , filter 0.3s ease , background-position 3s linear; }
	.swak-blog-card .swak-button-container {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 5;
		transition: all 0.3s ease;
		transition-delay: 0.2;
		opacity: 0;
		top: calc(50% - 50px);
		overflow: hidden; }
		.swak-blog-card .swak-button-container .swak-button-circle {
			border-radius: 1000px;
			position: absolute;
			left: 0;
			top: 0;
			width: 0px;
			height: 0px;
			margin-left: 0px;
			margin-top: 0px;
			pointer-events: none;
			z-index: 1;
			background-color: #000; }
		.swak-blog-card .swak-button-container .explode-circle {
			animation: explode 0.5s forwards; }
		.swak-blog-card .swak-button-container .desplode-circle {
			animation: desplode 0.5s forwards; }

@media screen and (max-width: 991px) {
	.swak-blog-card:last-of-type {
		padding-bottom: 0; }
	.swak-blog-card .swak-img {
		position: relative;
		top: 0;
		height: 250px;
		opacity: 1;
		top: 0;
		filter: blur(0);
		margin-bottom: 30px; }
	.swak-blog-card .swak-button-container {
		position: relative;
		top: 0;
		left: 0;
		opacity: 1;
		transform: none;
		margin-top: 30px; } }
@keyframes explode {
	0% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; }
	100% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; } }
@keyframes desplode {
	0% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; }
	100% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; } }
body.swak-dark-mode .swak-blog-card {
	border-color: rgba(255, 255, 255, 0.2); }
	body.swak-dark-mode .swak-blog-card .swak-cat a {
		color: #fff !important; }
	body.swak-dark-mode .swak-blog-card .swak-title {
		color: #fff; }
		body.swak-dark-mode .swak-blog-card .swak-title h3 {
			color: #fff !important; }
		body.swak-dark-mode .swak-blog-card .swak-title .swak-excerpt {
			color: #ccc !important; }
	body.swak-dark-mode .swak-blog-card .swak-date {
		color: #ccc; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-blog-card {
		border-color: rgba(255, 255, 255, 0.2); }
		body.swak-auto-mode .swak-blog-card .swak-cat a {
			color: #fff !important; }
		body.swak-auto-mode .swak-blog-card .swak-title {
			color: #fff; }
			body.swak-auto-mode .swak-blog-card .swak-title h3 {
				color: #fff !important; }
			body.swak-auto-mode .swak-blog-card .swak-title .swak-excerpt {
				color: #ccc !important; }
		body.swak-auto-mode .swak-blog-card .swak-date {
			color: #ccc; } }
/* ===============================================================
			[ *Portflio Table  section ]
================================================================*/
.swak-protflio-table .content {
	position: relative;
	padding: 0; }
	.swak-protflio-table .content .swak-feature-item {
		display: block;
		border: 1px solid rgba(153, 153, 153, 0.6); }
		.swak-protflio-table .content .swak-feature-item p {
			margin: 0; }
		.swak-protflio-table .content .swak-feature-item .swak-img {
			height: 100px;
			overflow: hidden;
			margin-bottom: 20px; }
			.swak-protflio-table .content .swak-feature-item .swak-img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				display: inherit; }
.swak-protflio-table .swak-title {
	color: #000; }
.swak-protflio-table .block[data-fx="1"] a::after,
.swak-protflio-table a.content__text-link[data-fx="1"]::after,
.swak-protflio-table .block[data-fx="2"] a::after,
.swak-protflio-table a.content__text-link[data-fx="2"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0, 1, 1);
	transform-origin: 0% 50%;
	transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
.swak-protflio-table a.content__text-link[data-fx="1"]::after,
.swak-protflio-table a.content__text-link[data-fx="2"]::after {
	bottom: 0; }
.swak-protflio-table .block[data-fx="1"] a:hover::after,
.swak-protflio-table a.content__text-link[data-fx="1"]:hover::after,
.swak-protflio-table .block[data-fx="2"] a:hover::after,
.swak-protflio-table a.content__text-link[data-fx="2"]:hover::after {
	transform: scale3d(1, 1, 1); }
.swak-protflio-table .block[data-fx="6"] a::after,
.swak-protflio-table a.content__text-link[data-fx="6"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1); }
.swak-protflio-table a.content__text-link[data-fx="6"]::after {
	bottom: 0; }
.swak-protflio-table .block[data-fx="6"] a:hover::after,
.swak-protflio-table a.content__text-link[data-fx="6"]:hover::after {
	transform: scale3d(1, 1, 1); }
.swak-protflio-table .block[data-fx="14"] a::after,
.swak-protflio-table a.content__text-link[data-fx="14"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0, 1, 1);
	transform-origin: 0% 50%; }
.swak-protflio-table a.content__text-link[data-fx="14"]::after {
	bottom: 0; }
.swak-protflio-table .block[data-fx="14"] a:hover::after,
.swak-protflio-table a.content__text-link[data-fx="14"]:hover::after {
	animation: loop 0.5s infinite; }
@keyframes loop {
	0% {
		transform-origin: 0% 50%;
		transform: scale3d(0, 1, 1); }
	50% {
		transform-origin: 0% 50%;
		transform: scale3d(1, 1, 1); }
	51% {
		transform-origin: 100% 50%; }
	100% {
		transform-origin: 100% 50%;
		transform: scale3d(0, 1, 1); } }
.swak-protflio-table .hover-reveal {
	position: fixed;
	width: 500px;
	height: 330px;
	top: 0;
	left: 47% !important;
	pointer-events: none;
	opacity: 0;
	border-radius: 30px;
	overflow: hidden; }
.swak-protflio-table .hover-reveal__inner,
.swak-protflio-table .hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative; }
.swak-protflio-table .hover-reveal__deco {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181314; }
.swak-protflio-table .hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%; }

@media screen and (max-width: 991px) {
	.swak-protflio-table .hover-reveal {
		display: none !important; } }
body.swak-dark-mode .swak-protflio-table .swak-title {
	color: #fff; }
body.swak-dark-mode .swak-protflio-table .swak-feature-item {
	border: 1px solid rgba(255, 255, 255, 0.0666666667); }
	body.swak-dark-mode .swak-protflio-table .swak-feature-item:hover {
		border: 1px solid #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-protflio-table .swak-title {
		color: #fff; }
	body.swak-auto-mode .swak-protflio-table .swak-feature-item {
		border: 1px solid rgba(255, 255, 255, 0.0666666667); }
		body.swak-auto-mode .swak-protflio-table .swak-feature-item:hover {
			border: 1px solid #fff; } }
/* ===============================================================
			[ *Menu  section ]
================================================================*/
@media (max-width: 991px) {
	.swak-nav .menu-wrapper {
		display: none !important; } }
@media (min-width: 991px) {
	.swak-nav .hidden-lg {
		display: none !important; } }
.swak-nav .hamburger {
	padding: 10px 0; }
.swak-nav .navigation li {
	padding: 25px; }
	.swak-nav .navigation li .sub-menu li {
		padding: 0px 15px; }
	.swak-nav .navigation li > a {
		padding: 0; }
.swak-nav .navigation > li.sfHover > a:before {
	display: none; }
.swak-nav.menu-list {
	margin-top: 30px;
	height: 500px;
	overflow: auto; }
	.swak-nav.menu-list .menu-wrapper {
		display: block !important; }
	.swak-nav.menu-list .mobile-wrapper {
		display: none !important; }
	.swak-nav.menu-list .navigation > li.sfHover > a:before {
		display: none; }
	.swak-nav.menu-list .navigation li.menu-item-has-children > a:after {
		display: none; }
	.swak-nav.menu-list::-webkit-scrollbar {
		width: 5px; }
	.swak-nav.menu-list::-webkit-scrollbar-track {
		background: transparent; }
	.swak-nav.menu-list::-webkit-scrollbar-thumb {
		background: var(--color-main);
		border-radius: 10px; }
	.swak-nav.menu-list .main-menu {
		position: relative;
		z-index: 2; }
		.swak-nav.menu-list .main-menu .navigation > .menu-item {
			transition: all .5s;
			display: block;
			padding: 10px; }
			.swak-nav.menu-list .main-menu .navigation > .menu-item.sub-menu-open i {
				top: 25px; }
				.swak-nav.menu-list .main-menu .navigation > .menu-item.sub-menu-open i:before {
					display: none; }
			.swak-nav.menu-list .main-menu .navigation > .menu-item i {
				position: absolute;
				top: 50%;
				right: 50px;
				transform: translateY(-8px); }
				.swak-nav.menu-list .main-menu .navigation > .menu-item i:before {
					content: '';
					width: 1px;
					height: 16px;
					position: absolute;
					top: 0;
					left: 8px;
					transform: translateX(-50%);
					background: #000; }
				.swak-nav.menu-list .main-menu .navigation > .menu-item i:after {
					content: '';
					width: 16px;
					height: 1px;
					position: absolute;
					top: 8px;
					left: 0;
					transform: translateY(-50%);
					background: #000; }
			.swak-nav.menu-list .main-menu .navigation > .menu-item a {
				font-size: calc(10px + 0.8vw);
				font-weight: 700;
				line-height: 1.2;
				width: 100%;
				display: block;
				transition: all .7s;
				position: relative;
				color: #000; }
				.swak-nav.menu-list .main-menu .navigation > .menu-item a .nm {
					opacity: .8;
					font-size: 13px;
					margin-right: 10px; }
				.swak-nav.menu-list .main-menu .navigation > .menu-item a:hover {
					opacity: 1; }
				.swak-nav.menu-list .main-menu .navigation > .menu-item a.dopen i:before {
					opacity: 0; }
			.swak-nav.menu-list .main-menu .navigation > .menu-item.hoverd a:after {
				width: 0; }
			.swak-nav.menu-list .main-menu .navigation > .menu-item .sub-menu {
				display: none !important;
				border: none;
				border-top: none !important;
				box-shadow: none;
				padding: 20px 0;
				width: 100%;
				height: 0px;
				background: transparent;
				left: 0; }
				.swak-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li {
					padding: 0;
					margin: 0;
					line-height: 1;
					font-size: 22px;
					font-weight: 400; }
					.swak-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a {
						padding: 12px 10px;
						opacity: .6;
						transition: all .4s;
						line-height: 1;
						font-size: 22px;
						font-weight: 400; }
						.swak-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a::after {
							display: none; }
						.swak-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a:hover {
							opacity: 1; }
				.swak-nav.menu-list .main-menu .navigation > .menu-item .sub-menu.sub-open {
					display: block !important;
					opacity: 1 !important;
					height: 100% !important;
					overflow: inherit !important;
					position: relative; }

.hamburger.active .hamburger__icon {
	background-color: transparent !important; }

body.swak-dark-mode .swak-navli a {
	color: #fff; }
body.swak-dark-mode .swak-nav .menu-wrapper ul li ul {
	background: #222; }
body.swak-dark-mode .hamburger__icon,
body.swak-dark-mode .hamburger__icon:before,
body.swak-dark-mode .hamburger__icon:after {
	background-color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-navli a {
		color: #fff; }
	body.swak-auto-mode .swak-nav .menu-wrapper ul li ul {
		background: #222; }
	body.swak-auto-mode .hamburger__icon,
	body.swak-auto-mode .hamburger__icon:before,
	body.swak-auto-mode .hamburger__icon:after {
		background-color: #fff; } }
@media screen and (max-width: 500px) {
	.no-ham .main-menu {
		display: block !important; }
	.no-ham .mobile-wrapper {
		display: none !important; } }
/* ===============================================================
			[ *partners-logo  section ]
================================================================*/
.swak-partners-logo {
	display: flex;
	align-items: center;
	flex-wrap: wrap; }
	.swak-partners-logo svg {
		width: 14px;
		fill: #fff;
		margin-top: 10px; }
	.swak-partners-logo .swak-logo {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center; }
		.swak-partners-logo .swak-logo.dark-mode {
			display: none; }
	.swak-partners-logo .swak-parallaxed-btn-item {
		flex-flow: wrap; }
		.swak-partners-logo .swak-parallaxed-btn-item.icon-new-line {
			flex-direction: column; }
	.swak-partners-logo .swak-text-logo-animation {
		position: relative; }
		.swak-partners-logo .swak-text-logo-animation::before {
			position: absolute;
			content: "";
			left: 8px;
			top: 8px;
			border: 1px solid #222;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			pointer-events: none;
			z-index: -1;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease; }
		.swak-partners-logo .swak-text-logo-animation:hover::before {
			top: 0;
			left: 0; }

@media screen and (max-width: 991px) {
	.swak-partners-logo {
		justify-content: center; } }
body.swak-dark-mode .swak-partners-logo .swak-text-logo {
	background-color: #fff !important; }
	body.swak-dark-mode .swak-partners-logo .swak-text-logo:hover {
		background-color: #fff !important; }
	body.swak-dark-mode .swak-partners-logo .swak-text-logo span {
		color: #000 !important; }
	body.swak-dark-mode .swak-partners-logo .swak-text-logo svg {
		fill: #000; }
body.swak-dark-mode .swak-partners-logo .swak-text-logo-animation {
	z-index: 2; }
	body.swak-dark-mode .swak-partners-logo .swak-text-logo-animation:before {
		border-color: #fff !important;
		z-index: 1; }
body.swak-dark-mode .swak-partners-logo .swak-logo {
	border-color: rgba(255, 255, 255, 0.2) !important; }
	body.swak-dark-mode .swak-partners-logo .swak-logo:hover {
		background-color: #000; }
	body.swak-dark-mode .swak-partners-logo .swak-logo.dark-mode {
		display: flex; }
	body.swak-dark-mode .swak-partners-logo .swak-logo:not(.dark-mode) {
		display: none; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-partners-logo .swak-text-logo {
		background-color: #fff !important; }
		body.swak-auto-mode .swak-partners-logo .swak-text-logo:hover {
			background-color: #fff !important; }
		body.swak-auto-mode .swak-partners-logo .swak-text-logo span {
			color: #000 !important; }
		body.swak-auto-mode .swak-partners-logo .swak-text-logo svg {
			fill: #000; }
	body.swak-auto-mode .swak-partners-logo .swak-text-logo-animation {
		z-index: 2; }
		body.swak-auto-mode .swak-partners-logo .swak-text-logo-animation:before {
			border-color: #fff !important;
			z-index: 1; }
	body.swak-auto-mode .swak-partners-logo .swak-logo {
		border-color: rgba(255, 255, 255, 0.2) !important; }
		body.swak-auto-mode .swak-partners-logo .swak-logo:hover {
			background-color: #000; }
		body.swak-auto-mode .swak-partners-logo .swak-logo.dark-mode {
			display: flex; }
		body.swak-auto-mode .swak-partners-logo .swak-logo:not(.dark-mode) {
			display: none; } }
/* ===============================================================
			[ * Portfolio Carousel  section ]
================================================================*/
/* --------------- Portfolio Carousel Style --------------- */
.swak-portfolio-carousel {
	position: relative;
	overflow: hidden; }
	.swak-portfolio-carousel .slider-controls {
		position: relative;
		background-color: transparent;
		border: 1px solid #9993;
		padding: 5px 50px;
		border-radius: 20px;
		display: inline-block;
		margin-top: 90px; }
		.swak-portfolio-carousel .slider-controls .swiper-pagination {
			position: relative;
			bottom: 0; }
			.swak-portfolio-carousel .slider-controls .swiper-pagination .swiper-pagination-bullet {
				width: 7px;
				height: 7px; }
				.swak-portfolio-carousel .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
					background-color: #0c56ed; }
		.swak-portfolio-carousel .slider-controls i {
			font-size: 14px;
			color: #999; }
		.swak-portfolio-carousel .slider-controls .button-next {
			position: absolute;
			top: 50%;
			width: calc(var(--swiper-navigation-size)/ 44 * 27);
			height: var(--swiper-navigation-size);
			margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
			z-index: 10;
			cursor: pointer;
			display: flex;
			align-items: center;
			justify-content: center;
			right: 10px;
			left: auto; }
		.swak-portfolio-carousel .slider-controls .button-prev {
			position: absolute;
			top: 50%;
			width: calc(var(--swiper-navigation-size)/ 44 * 27);
			height: var(--swiper-navigation-size);
			margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
			z-index: 10;
			cursor: pointer;
			display: flex;
			align-items: center;
			justify-content: center;
			left: 10px;
			right: auto; }
		.swak-portfolio-carousel .slider-controls .swiper-button-next::after,
		.swak-portfolio-carousel .slider-controls .swiper-button-prev::after {
			font-size: 14px;
			color: #999; }
	.swak-portfolio-carousel .project-card {
		position: relative;
		overflow: hidden; }
		.swak-portfolio-carousel .project-card:hover .swak-info {
			opacity: 1;
			transform: scale(1); }
		.swak-portfolio-carousel .project-card .swak-img {
			overflow: hidden; }
			.swak-portfolio-carousel .project-card .swak-img img {
				width: 100%;
				height: 100%;
				object-fit: cover; }
		.swak-portfolio-carousel .project-card .space-between {
			justify-content: space-between !important;
			flex-wrap: wrap !important;
			flex-direction: column !important;
			align-items: unset !important; }
		.swak-portfolio-carousel .project-card .swak-info {
			position: absolute;
			left: 30px;
			top: 30px;
			width: calc(100% - 60px);
			height: calc(100% - 60px);
			background-color: #fff;
			border-radius: 20px;
			padding: 30px;
			display: flex;
			align-items: flex-end;
			opacity: 0;
			transform: scale(0.8);
			transition: all 0.3s ease; }
			.swak-portfolio-carousel .project-card .swak-info .swak-icon {
				position: absolute;
				top: 30px;
				right: 30px;
				line-height: 55px;
				text-align: center; }
			.swak-portfolio-carousel .project-card .swak-info .portfolio-logo img {
				height: 40px; }
			.swak-portfolio-carousel .project-card .swak-info .swak-category {
				display: inline-block; }

.swak-absolute-arrows {
	position: absolute; }
	.swak-absolute-arrows a {
		width: 60px;
		height: 60px;
		border-radius: 5px;
		line-height: 60px;
		text-align: center;
		display: inline-block;
		background-color: #343434;
		color: #fff;
		margin-inline-end: 10px;
		border: 2px solid #343434; }
		.swak-absolute-arrows a:hover {
			color: #fff;
			border: 2px solid #fff;
			box-shadow: 5px 5px 0 #fff; }
		.swak-absolute-arrows a.button-prev:hover {
			box-shadow: -5px -5px 0 #fff; }

body.swak-dark-mode .swak-portfolio-carousel .project-card .swak-info {
	background-color: #222 !important; }
	body.swak-dark-mode .swak-portfolio-carousel .project-card .swak-info h4 a {
		color: #fff !important; }
	body.swak-dark-mode .swak-portfolio-carousel .project-card .swak-info p {
		color: #ccc !important; }
	body.swak-dark-mode .swak-portfolio-carousel .project-card .swak-info .swak-category {
		background-color: #e9e8ee !important;
		color: #666 !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-portfolio-carousel .project-card .swak-info {
		background-color: #222 !important; }
		body.swak-auto-mode .swak-portfolio-carousel .project-card .swak-info h4 a {
			color: #fff !important; }
		body.swak-auto-mode .swak-portfolio-carousel .project-card .swak-info p {
			color: #ccc !important; }
		body.swak-auto-mode .swak-portfolio-carousel .project-card .swak-info .swak-category {
			background-color: #e9e8ee !important;
			color: #666 !important; } }
/* ===============================================================
			[ *pricing  section ]
================================================================*/
.swak-pricing-card {
	margin-top: 30px;
	border: 1px solid #999;
	border-radius: 30px;
	padding: 30px; }
	.swak-pricing-card p {
		margin: 0;
		padding: 0; }
	.swak-pricing-card .swak-badge {
		position: relative;
		bottom: 6px; }
	.swak-pricing-card .swak-name {
		color: #000; }
	.swak-pricing-card .swak-duration {
		color: #000; }
	.swak-pricing-card .card-title {
		padding-bottom: 30px;
		border-bottom: 1px solid #999; }
	.swak-pricing-card .card-body {
		padding-top: 30px;
		min-height: 225px; }
		.swak-pricing-card .card-body .swak-feature {
			display: flex;
			color: #000; }
			.swak-pricing-card .card-body .swak-feature .swak-cicrle {
				width: 5px;
				height: 5px;
				border-radius: 50%;
				background-color: #000;
				margin-inline-end: 15px;
				flex-shrink: 0;
				margin-top: 7px; }
	.swak-pricing-card .swak-button-container {
		overflow: hidden; }
		.swak-pricing-card .swak-button-container .swak-button {
			background-color: transparent;
			border: 1px solid #999; }
			.swak-pricing-card .swak-button-container .swak-button .swak-button-text {
				color: #000; }
		.swak-pricing-card .swak-button-container .swak-button-circle {
			border-radius: 1000px;
			position: absolute;
			left: 0;
			top: 0;
			width: 0px;
			height: 0px;
			margin-left: 0px;
			margin-top: 0px;
			pointer-events: none;
			z-index: 1;
			background-color: #000; }
		.swak-pricing-card .swak-button-container .explode-circle {
			animation: explode 0.5s forwards; }
		.swak-pricing-card .swak-button-container .desplode-circle {
			animation: desplode 0.5s forwards; }

@keyframes explode {
	0% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; }
	100% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; } }
@keyframes desplode {
	0% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; }
	100% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; } }
body.swak-dark-mode .swak-pricing-card {
	border-color: rgba(255, 255, 255, 0.2) !important; }
	body.swak-dark-mode .swak-pricing-card .swak-name {
		color: #fff; }
	body.swak-dark-mode .swak-pricing-card .swak-duration {
		color: #fff; }
	body.swak-dark-mode .swak-pricing-card .swak-feature {
		color: #fff; }
	body.swak-dark-mode .swak-pricing-card .card-body .swak-feature .swak-cicrle {
		background-color: #fff; }
	body.swak-dark-mode .swak-pricing-card .swak-button {
		background-color: transparent;
		border-color: rgba(255, 255, 255, 0.2); }
		body.swak-dark-mode .swak-pricing-card .swak-button .swak-button-text {
			color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode {
		border-color: rgba(255, 255, 255, 0.2); }
		body.swak-auto-mode .swak-pricing-card .swak-name {
			color: #fff; }
		body.swak-auto-mode .swak-pricing-card .swak-duration {
			color: #fff; }
		body.swak-auto-mode .swak-pricing-card .swak-feature {
			color: #fff; }
		body.swak-auto-mode .swak-pricing-card .card-body .swak-feature .swak-cicrle {
			background-color: #fff; }
		body.swak-auto-mode .swak-pricing-card .swak-button {
			background-color: transparent;
			border-color: rgba(255, 255, 255, 0.2); }
			body.swak-auto-mode .swak-pricing-card .swak-button .swak-button-text {
				color: #fff; } }
/* ===============================================================
			[ *question  section ]
================================================================*/
.swak-accordion {
	border: 0; }
	.swak-accordion * {
		margin: 0; }
	.swak-accordion .accordion-item {
		border: 0;
		background: transparent; }
	.swak-accordion .accordion-button {
		box-shadow: none;
		background: transparent;
		font-size: 14px;
		color: #000; }
		.swak-accordion .accordion-button:not(.collapsed) {
			background: transparent; }
			.swak-accordion .accordion-button:not(.collapsed)::after {
				content: "\f068";
				font-weight: 900; }
		.swak-accordion .accordion-button::after {
			background: transparent;
			content: "\f067";
			font-family: "Font Awesome 5 Free";
			font-weight: 300;
			transform: rotate(0); }
	.swak-accordion .accordion-body {
		background-color: #e9e8ee; }
		.swak-accordion .accordion-body .text {
			font-size: 13px;
			color: #000; }

body.swak-dark-mode .swak-accordion .accordion-button {
	color: #fff;
	border-color: rgba(153, 153, 153, 0.2); }
	body.swak-dark-mode .swak-accordion .accordion-button:not(.collapsed) {
		color: #fff !important; }
body.swak-dark-mode .swak-accordion .accordion-body {
	background-color: transparent; }
	body.swak-dark-mode .swak-accordion .accordion-body .text {
		color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-accordion .accordion-button {
		color: #fff;
		border-color: rgba(153, 153, 153, 0.2); }
		body.swak-auto-mode .swak-accordion .accordion-button:not(.collapsed) {
			color: #fff !important; }
	body.swak-auto-mode .swak-accordion .accordion-body {
		background-color: transparent; }
		body.swak-auto-mode .swak-accordion .accordion-body .text {
			color: #fff; } }
/* ===============================================================
			[ *service carousel  section ]
================================================================*/
.swak-service-carousel {
	overflow: hidden; }
	.swak-service-carousel .swak-service-carousel-card {
		position: relative;
		z-index: 10; }
		.swak-service-carousel .swak-service-carousel-card:hover::before {
			left: -12px;
			top: 12px;
			opacity: 1; }
		.swak-service-carousel .swak-service-carousel-card::before {
			position: absolute;
			content: "";
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			border: 1px solid #000;
			border-radius: 10px;
			z-index: -1;
			opacity: 0;
			transition: all 0.3s ease; }
		.swak-service-carousel .swak-service-carousel-card .cont {
			position: relative;
			padding: 45px;
			border: 1px solid #000;
			border-radius: 10px;
			background-color: #fff;
			z-index: 10; }
			.swak-service-carousel .swak-service-carousel-card .cont .icon {
				height: 140px;
				margin-bottom: 20px; }
				.swak-service-carousel .swak-service-carousel-card .cont .icon img {
					height: 100%; }
			.swak-service-carousel .swak-service-carousel-card .cont .info h2 {
				font-size: 100px;
				color: #0c56ed;
				margin-bottom: 15px; }

body.swak-dark-mode .swak-service-carousel .cont {
	border-color: rgba(255, 255, 255, 0.2);
	background-color: #222; }
body.swak-dark-mode .swak-service-carousel-card::before {
	border-color: rgba(255, 255, 255, 0.2); }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-service-carousel .cont {
		border-color: rgba(255, 255, 255, 0.2);
		background-color: #222; }
	body.swak-auto-mode .swak-service-carousel-card::before {
		border-color: rgba(255, 255, 255, 0.2); } }
/* ===============================================================
			[ *Vertical Screens  section ]
================================================================*/
.swak-vertical-screens {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	padding: 120px 0; }
	.swak-vertical-screens .title {
		z-index: 2;
		position: relative; }
	.swak-vertical-screens .screens-content {
		position: relative;
		margin-top: -75px;
		z-index: 2; }
		.swak-vertical-screens .screens-content .screen-img {
			margin-top: 150px;
			height: 500px;
			border-radius: 30px;
			overflow: hidden;
			filter: drop-shadow(0px 41px 40.5px rgba(0, 0, 0, 0.1)); }
			@media screen and (max-width: 991px) {
				.swak-vertical-screens .screens-content .screen-img {
					margin-top: 50px; } }
			.swak-vertical-screens .screens-content .screen-img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: top; }
		.swak-vertical-screens .screens-content .btm_btn {
			position: relative;
			top: -75px; }
		.swak-vertical-screens .screens-content .screens-colmn {
			padding-top: 150px; }
			@media screen and (max-width: 991px) {
				.swak-vertical-screens .screens-content .screens-colmn {
					padding-top: 50px; } }
		.swak-vertical-screens .screens-content .row .col-lg-3:nth-child(2) .screens-colmn {
			padding-top: 0px !important; }
	.swak-vertical-screens .lines {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		justify-content: space-around; }
		.swak-vertical-screens .lines span {
			height: 100%;
			width: 1px;
			background-color: #dcdcdc; }
		@media screen and (max-width: 991px) {
			.swak-vertical-screens .lines {
				display: none; } }

@media screen and (max-width: 991px) {
	.vertical-screens .lines {
		display: none; }

	.vertical-screens .screens-content .screens-colmn {
		padding-top: 0; } }
body.swak-dark-mode .vertical-screens .lines span {
	background-color: rgba(255, 255, 255, 0.2) !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .vertical-screens .lines span {
		background-color: rgba(255, 255, 255, 0.2) !important; } }
/* ===============================================================
			[ * sub blogs  section ]
================================================================*/
.swak-sub-blogs .tags a {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0; }
.swak-sub-blogs .main-post {
	position: relative; }
	.swak-sub-blogs .main-post .swak-img {
		position: relative;
		display: block;
		height: 400px;
		overflow: hidden; }
		.swak-sub-blogs .main-post .swak-img::after {
			position: absolute;
			content: "";
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: #000;
			opacity: 0.5; }
		.swak-sub-blogs .main-post .swak-img img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
	.swak-sub-blogs .main-post .swak-avatar {
		border-radius: 50%;
		margin-left: auto;
		overflow: hidden;
		width: 35px;
		height: 35px; }
	.swak-sub-blogs .main-post .info {
		padding: 40px;
		position: absolute;
		z-index: 10;
		bottom: 0;
		left: 0;
		color: #fff; }
		.swak-sub-blogs .main-post .info p {
			color: #999;
			margin-bottom: 10px; }
	.swak-sub-blogs .main-post .tags a {
		color: #000;
		border-color: #000; }
.swak-sub-blogs .sub-post {
	padding: 30px 0;
	border-top: 1px solid #000; }
	.swak-sub-blogs .sub-post .swak-img {
		position: relative;
		height: 100px;
		display: block;
		border-radius: 7px;
		overflow: hidden; }
		.swak-sub-blogs .sub-post .swak-img img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
	.swak-sub-blogs .sub-post .swak-title {
		color: #000; }
	.swak-sub-blogs .sub-post .tags a {
		color: #000;
		border-color: #000; }

body.swak-dark-mode .swak-sub-blogs .sub-post {
	border-color: rgba(255, 255, 255, 0.2); }
	body.swak-dark-mode .swak-sub-blogs .sub-post .swak-title {
		color: #fff; }
	body.swak-dark-mode .swak-sub-blogs .sub-post .tags a {
		color: #fff;
		border-color: rgba(255, 255, 255, 0.2); }
body.swak-dark-mode .swak-sub-blogs .main-post .tags a {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.2); }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-sub-blogs .sub-post {
		border-color: rgba(255, 255, 255, 0.2); }
		body.swak-auto-mode .swak-sub-blogs .sub-post .swak-title {
			color: #fff; }
		body.swak-auto-mode .swak-sub-blogs .sub-post .tags a {
			color: #fff;
			border-color: rgba(255, 255, 255, 0.2); }
	body.swak-auto-mode .swak-sub-blogs .main-post .tags a {
		color: #fff;
		border-color: rgba(255, 255, 255, 0.2); } }
/* ===============================================================
			[ * Contact  section ]
================================================================*/
/*------------------------------ Contact Form ----------------------------*/
.swak-contact-shortcode .color-main {
	color: var(--color-main); }
.swak-contact-shortcode .optional {
	opacity: 0.4; }
.swak-contact-shortcode .heading-18 {
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 500; }
.swak-contact-shortcode .button_text_container {
	z-index: 1; }
.swak-contact-shortcode .form-group {
	position: relative; }
	.swak-contact-shortcode .form-group .icon {
		font-size: 14px;
		color: #777;
		position: absolute;
		right: 10px;
		top: 10px; }
.swak-contact-shortcode form p {
	padding: 0  !important;
	margin: 0 !important;
	overflow: unset; }
	.swak-contact-shortcode form p > br {
		display: none; }
.swak-contact-shortcode label {
	width: 100%; }
.swak-contact-shortcode input {
	min-height: 70px;
	border-radius: 12px;
	font-size: 16px;
	border: 1px solid transparent;
	padding: 20px; }
	.swak-contact-shortcode input::placeholder {
		color: #999999; }
	.swak-contact-shortcode input:focus {
		box-shadow: none;
		border-color: var(--color-main); }
.swak-contact-shortcode .wpcf7-form-control-wrap {
	display: block; }
	.swak-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
		display: inline; }
		.swak-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
			font-size: 16px;
			color: #999;
			margin-inline-end: 30px;
			display: inline-flex;
			align-items: center;
			margin-right: 1rem; }
			.swak-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label span {
				font-size: 16px;
				color: #999;
				margin-inline-end: 30px; }
			.swak-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input {
				width: 1em;
				margin: 0 !important;
				min-height: auto !important;
				font-size: auto !important; }
				.swak-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input:checked {
					background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="2" fill="%23fff"/%3e%3c/svg%3e') !important; }
.swak-contact-shortcode .checks-content .wpcf7-list-item {
	width: auto;
	margin-right: 1rem; }
.swak-contact-shortcode .checks-content .wpcf7-radio {
	display: flex;
	flex-wrap: wrap; }
.swak-contact-shortcode .checks-content input {
	display: none; }
.swak-contact-shortcode .checks-content input:checked ~ .wpcf7-list-item-label {
	background-color: #68aa13;
	color: #fff !important; }
.swak-contact-shortcode .checks-content .wpcf7-list-item-label {
	color: #222 !important;
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0;
	margin-inline-end: 0 !important; }
.swak-contact-shortcode .wpcf7-list-item {
	margin: 0px;
	width: 100%;
	text-align-last: left; }
	.swak-contact-shortcode .wpcf7-list-item span {
		margin-left: 10px;
		color: black;
		font-size: .875em;
		font-weight: 600;
		font-family: "Satoshi Variable", sans-serif; }
.swak-contact-shortcode input[type=checkbox] {
	width: 1em;
	height: 1em;
	margin: 0px;
	vertical-align: middle;
	min-height: 1em;
	border-radius: 0.25em;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0px; }
.swak-contact-shortcode input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
	background-color: red;
	border-color: red; }
.swak-contact-shortcode select {
	font-size: 16px;
	min-height: 70px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #212529;
	border: 1px solid transparent;
	padding: 20px;
	background-color: #fff;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	width: 100%;
	border-radius: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px; }
	.swak-contact-shortcode select:focus {
		box-shadow: none;
		border-color: var(--color-main); }
.swak-contact-shortcode textarea {
	border: 1px solid transparent;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	resize: vertical;
	height: 210px;
	max-height: 210px;
	border-radius: 12px;
	width: 100%;
	padding: 20px; }
	.swak-contact-shortcode textarea:focus {
		box-shadow: none;
		border-color: var(--color-main); }
.swak-contact-shortcode .upload_input,
.swak-contact-shortcode input[type=file] {
	position: absolute;
	left: 0;
	top: -50px;
	width: 100%;
	opacity: 0;
	z-index: 2; }
.swak-contact-shortcode .row > div {
	position: relative; }
.swak-contact-shortcode .swak_upload_button {
	position: relative;
	color: #fff3;
	background-color: #0002;
	padding: 12px;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 5px;
	z-index: 1; }
.swak-contact-shortcode .wpcf7-list-item {
	margin: 0px;
	width: 100%;
	text-align-last: center; }
.swak-contact-shortcode .wpcf7-submit {
	display: inline-block;
	color: #fff;
	width: auto;
	border: none;
	min-height: auto; }
	.swak-contact-shortcode .wpcf7-submit:hover {
		background-color: var(--color-main);
		border-color: transparent !important; }
.swak-contact-shortcode.button-center {
	text-align: center; }
.swak-contact-shortcode.button-right {
	text-align: right; }
.swak-contact-shortcode .wpcf7-spinner {
	display: none; }
.swak-contact-shortcode span.your-name,
.swak-contact-shortcode span.your-email,
.swak-contact-shortcode span.cell-phone,
.swak-contact-shortcode span.subject {
	margin-bottom: 0; }
.swak-contact-shortcode.fields-in-row form {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ced4da; }
	.swak-contact-shortcode.fields-in-row form .row {
		--bs-gutter-x: 0px;
		width: 100%; }
	.swak-contact-shortcode.fields-in-row form input {
		display: block;
		width: 100%;
		border: none;
		border-radius: 0px;
		padding: 15px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		min-height: auto;
		margin-bottom: 0px;
		background-color: transparent; }
	.swak-contact-shortcode.fields-in-row form select {
		display: block;
		width: 100%;
		padding: 15px;
		min-height: auto;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: transparent;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: right 0.75rem center;
		background-size: 16px 12px;
		border-inline-end: 1px solid #ced4da;
		border-radius: 0px;
		transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin-bottom: 0px; }
.swak-contact-shortcode.fields-in-row .wpcf7-submit {
	margin: 0px;
	font-weight: 900;
	color: #000;
	border: none;
	height: 100%; }
	.swak-contact-shortcode.fields-in-row .wpcf7-submit:hover {
		background-color: transparent; }
.swak-contact-shortcode.fields-in-row .wpcf7-spinner {
	display: inline-block;
	position: absolute; }
.swak-contact-shortcode.fields-in-row span.your-name,
.swak-contact-shortcode.fields-in-row span.your-email,
.swak-contact-shortcode.fields-in-row span.cell-phone,
.swak-contact-shortcode.fields-in-row span.subject {
	margin-bottom: 0; }
.swak-contact-shortcode p {
	margin: 0; }
.swak-contact-shortcode .swak-button-container {
	position: relative;
	padding: 0; }
	.swak-contact-shortcode .swak-button-container .swak-button-circle {
		border-radius: 1000px;
		position: absolute;
		left: 0;
		top: 0;
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		pointer-events: none;
		z-index: 1;
		background-color: #212529; }
	.swak-contact-shortcode .swak-button-container .explode-circle {
		animation: explode 0.5s forwards; }
	.swak-contact-shortcode .swak-button-container .desplode-circle {
		animation: desplode 0.5s forwards; }
	.swak-contact-shortcode .swak-button-container .swak-button {
		display: flex;
		line-height: 1; }
		.swak-contact-shortcode .swak-button-container .swak-button input {
			z-index: 2;
			position: relative;
			padding: 0;
			border-radius: 0;
			border: 0; }

@keyframes explode {
	0% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; }
	100% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; } }
@keyframes desplode {
	0% {
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -500px; }
	100% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px; } }
body.swak-dark-mode label {
	color: #fff !important; }
body.swak-dark-mode .checks-content .wpcf7-list-item-label {
	background-color: #272727;
	color: #fff !important; }
	body.swak-dark-mode .checks-content .wpcf7-list-item-label span {
		color: #fff !important; }
body.swak-dark-mode .float-text {
	color: #fff !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode label {
		color: #fff !important; }
	body.swak-auto-mode .checks-content .wpcf7-list-item-label {
		background-color: #272727;
		color: #fff !important; }
		body.swak-auto-mode .checks-content .wpcf7-list-item-label span {
			color: #fff !important; }
	body.swak-auto-mode .float-text {
		color: #fff !important; } }
/* ===============================================================
			[ * service Cards  section ]
================================================================*/
/* --------------- Service Card Style --------------- */
.swak-service-cards [class^="col-"] {
	padding: 0; }
.swak-service-cards .swak-service-card {
	position: relative;
	display: block;
	background-color: #fff;
	transition: all 0.3s ease; }
	.swak-service-cards .swak-service-card:hover .info .swak-icon {
		background-color: #000;
		color: #fff; }
	.swak-service-cards .swak-service-card h3 {
		margin: 0; }
	.swak-service-cards .swak-service-card .float-icon {
		position: absolute;
		top: 25px;
		right: 25px;
		color: #000;
		opacity: 0.3;
		font-size: 25px; }
		.swak-service-cards .swak-service-card .float-icon svg path {
			fill: #000; }
	.swak-service-cards .swak-service-card:hover .float-icon {
		opacity: 1; }
	.swak-service-cards .swak-service-card .swak-service-card-img {
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all 0.3s ease; }
		.swak-service-cards .swak-service-card .swak-service-card-img img {
			height: 100%;
			width: 100%;
			transition: all 0.3s ease; }
	.swak-service-cards .swak-service-card h5 {
		font-size: 20px;
		color: #000;
		font-weight: bold; }
	.swak-service-cards .swak-service-card p {
		font-size: 14px;
		font-weight: bold;
		color: #999; }
	.swak-service-cards .swak-service-card .info .swak-icon {
		display: inline-block;
		z-index: 10;
		line-height: 35px;
		text-align: center;
		border-radius: 50%;
		font-size: 12px;
		background-color: #e2e3f2;
		transition: all 0.3s ease; }
	.swak-service-cards .swak-service-card .swak-service-title {
		width: 100%; }
		.swak-service-cards .swak-service-card .swak-service-title .swak-title-icon {
			width: 50px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			font-size: 20px;
			flex-shrink: 0;
			display: flex;
			justify-content: center;
			align-items: center; }
	.swak-service-cards .swak-service-card .slideup-text {
		display: none; }
	.swak-service-cards .swak-service-card .float-info {
		position: absolute;
		left: 50px;
		bottom: 40px;
		padding-top: 20px;
		border-top: 1px solid #d0d0d0;
		width: calc(100% - 100px);
		transition: all 0.3s ease; }
	.swak-service-cards .swak-service-card .auto-width {
		width: auto !important; }
	.swak-service-cards .swak-service-card .card-button {
		position: relative;
		border: 1px solid #9993;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
		text-transform: uppercase; }
		.swak-service-cards .swak-service-card .card-button::after {
			position: absolute;
			content: "";
			right: 0;
			top: 0;
			width: 0;
			height: 100%;
			background-color: #002c47;
			transition: all 0.4s ease; }
		.swak-service-cards .swak-service-card .card-button span {
			padding: 10px 30px;
			position: relative;
			z-index: 10; }
		.swak-service-cards .swak-service-card .card-button i {
			width: 50px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			color: #fff;
			position: relative;
			z-index: 10;
			border-inline-start: 1px solid #fff2; }
		.swak-service-cards .swak-service-card .card-button svg {
			width: 50px;
			height: 50px;
			background-color: #002c47;
			padding: 17px;
			fill: #fff;
			z-index: 1; }
		.swak-service-cards .swak-service-card .card-button:hover {
			color: #fff; }
			.swak-service-cards .swak-service-card .card-button:hover::after {
				width: 100%; }

body.swak-dark-mode .swak-service-cards .swak-service-card {
	background-color: #222; }
	body.swak-dark-mode .swak-service-cards .swak-service-card .float-icon svg path {
		fill: #fff !important; }
body.swak-dark-mode .swak-service-cards .swak-service-title h5 {
	color: #fff; }
body.swak-dark-mode .swak-service-cards .info p {
	color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-service-cards .swak-service-card {
		background-color: #222; }
		body.swak-auto-mode .swak-service-cards .swak-service-card .float-icon svg path {
			fill: #fff !important; }
	body.swak-auto-mode .swak-service-cards .swak-service-title h5 {
		color: #fff; }
	body.swak-auto-mode .swak-service-cards .info p {
		color: #fff; } }
/* ===============================================================
			[ * Portfolio simple slider  section ]
================================================================*/
/* --------------- Portfolio Carousel Style --------------- */
.swak-portfolio-simple-slider {
	position: relative;
	overflow: hidden; }
	.swak-portfolio-simple-slider .slider-controls {
		position: relative;
		background-color: transparent;
		border: 1px solid #9993;
		padding: 5px 50px;
		border-radius: 20px;
		display: inline-block;
		margin-top: 80px; }
		.swak-portfolio-simple-slider .slider-controls .swiper-pagination {
			position: relative;
			bottom: 0; }
			.swak-portfolio-simple-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
				width: 7px;
				height: 7px; }
				.swak-portfolio-simple-slider .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
					background-color: #F74C04; }
		.swak-portfolio-simple-slider .slider-controls .swiper-button-next::after,
		.swak-portfolio-simple-slider .slider-controls .swiper-button-prev::after {
			font-size: 14px;
			color: #999; }
		.swak-portfolio-simple-slider .slider-controls .swiper-button-next:hover::after,
		.swak-portfolio-simple-slider .slider-controls .swiper-button-prev:hover::after {
			color: #F74C04; }
	.swak-portfolio-simple-slider .swak-info h4 a {
		color: #000; }
	.swak-portfolio-simple-slider .swak-img {
		position: relative;
		height: 400px;
		border-radius: 20px;
		overflow: hidden;
		display: block; }
		.swak-portfolio-simple-slider .swak-img img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
		.swak-portfolio-simple-slider .swak-img:hover .swak-icon {
			transform: rotate(0);
			background-color: #000;
			color: #fff; }
			.swak-portfolio-simple-slider .swak-img:hover .swak-icon svg path {
				fill: #fff; }
			.swak-portfolio-simple-slider .swak-img:hover .swak-icon i {
				color: #fff; }
		.swak-portfolio-simple-slider .swak-img .swak-icon {
			position: absolute;
			right: 30px;
			bottom: 30px;
			width: 50px;
			height: 50px;
			line-height: 60px;
			text-align: center;
			border-radius: 50%;
			background-color: #fff;
			font-size: 22px;
			transform: rotate(45deg);
			transition: all 0.3s ease; }
			.swak-portfolio-simple-slider .swak-img .swak-icon svg {
				top: -3px;
				right: 2px;
				position: relative; }
				.swak-portfolio-simple-slider .swak-img .swak-icon svg path {
					fill: #000; }
			.swak-portfolio-simple-slider .swak-img .swak-icon i {
				top: -3px;
				right: 2px;
				position: relative;
				color: #000; }

body.swak-dark-mode .swak-portfolio-simple-slider .swak-info h4 a {
	color: #fff; }
body.swak-dark-mode .swak-portfolio-simple-slider .swak-icon {
	background-color: #222; }
	body.swak-dark-mode .swak-portfolio-simple-slider .swak-icon svg path {
		fill: #fff; }
	body.swak-dark-mode .swak-portfolio-simple-slider .swak-icon i {
		color: #fff; }
body.swak-dark-mode .swak-portfolio-simple-slider .swak-img:hover .swak-icon {
	background-color: #222; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-portfolio-simple-slider .swak-info h4 a {
		color: #fff; }
	body.swak-auto-mode .swak-portfolio-simple-slider .swak-icon {
		background-color: #222; }
		body.swak-auto-mode .swak-portfolio-simple-slider .swak-icon svg path {
			fill: #fff; }
		body.swak-auto-mode .swak-portfolio-simple-slider .swak-icon i {
			color: #fff; }
	body.swak-auto-mode .swak-portfolio-simple-slider .swak-img:hover .swak-icon {
		background-color: #222; } }
/* ===============================================================
			[ *Rewards Table section ]
================================================================*/
.swak-rewards-table .title-row {
	border-bottom: 1px solid #9995;
	padding: 15px 30px; }
	.swak-rewards-table .title-row p {
		color: #999;
		font-size: 12px;
		text-transform: uppercase; }
.swak-rewards-table p {
	margin: 0;
	padding: 0; }
.swak-rewards-table .content {
	padding: 0; }
.swak-rewards-table .hosted {
	color: #000; }
.swak-rewards-table .award {
	color: #000; }
.swak-rewards-table .year {
	color: #000; }
.swak-rewards-table .card-row {
	display: block;
	padding: 25px 30px;
	border-bottom: 1px solid #9995;
	height: 75px; }
	.swak-rewards-table .card-row:hover {
		background-color: #F74C04;
		border-bottom: 1px solid #F74C04;
		color: #fff; }
		.swak-rewards-table .card-row:hover .img {
			transform: scale(1);
			opacity: 1; }
	@media screen and (max-width: 991px) {
		.swak-rewards-table .card-row {
			height: max-content; } }
	.swak-rewards-table .card-row .img {
		height: 230px;
		transform: scale(0.5);
		margin-top: -115px;
		opacity: 0;
		pointer-events: none;
		text-align: center;
		transition: all 0.3s ease; }
		.swak-rewards-table .card-row .img img {
			width: max-content;
			position: relative;
			height: 100%;
			z-index: 3; }
		@media screen and (max-width: 991px) {
			.swak-rewards-table .card-row .img {
				opacity: 1;
				margin-top: 30px;
				-webkit-transform: scale(1);
				transform: scale(1); } }
		.swak-rewards-table .card-row .img::before {
			position: absolute;
			content: "";
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			width: 120px;
			height: 120px;
			border-radius: 50%;
			background-color: var(--color-main);
			-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667); }

body.swak-dark-mode .swak-rewards-table .hosted {
	color: #fff; }
body.swak-dark-mode .swak-rewards-table .award {
	color: #fff; }
body.swak-dark-mode .swak-rewards-table .year {
	color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-rewards-table .hosted {
		color: #fff; }
	body.swak-auto-mode .swak-rewards-table .award {
		color: #fff; }
	body.swak-auto-mode .swak-rewards-table .year {
		color: #fff; } }
/* ===============================================================
			[ *partners slider Table section ]
================================================================*/
.swak-partners-slider {
	overflow: hidden; }
	.swak-partners-slider .swiper-wrapper {
		-webkit-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
		position: relative; }
	.swak-partners-slider .swiper-slide {
		text-align: center; }
	.swak-partners-slider img {
		max-height: 55px; }

body.swak-dark-mode .swak-partners-slider .swak-invert-dark img {
	filter: invert(1); }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-partners-slider .swak-invert-dark img {
		filter: invert(1); } }
/* ===============================================================
			[ *TeAM CARD  section ]
================================================================*/
/* --------------- team  --------------- */
.swak-team-card {
	position: relative; }
	.swak-team-card .img {
		position: relative;
		height: 400px;
		border-radius: 30px;
		overflow: hidden;
		display: block; }
		.swak-team-card .img:hover .icon {
			background-color: #f74c04; }
		.swak-team-card .img .main-img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
		.swak-team-card .img .icon {
			position: absolute;
			top: 0;
			left: 0;
			width: 75px;
			height: 75px;
			padding: 20px;
			text-align: center;
			border-radius: 0 0 25px 0;
			background-color: #000;
			z-index: 10;
			transition: all 0.3s ease; }
			.swak-team-card .img .icon img {
				height: 100%;
				width: 100%;
				object-fit: contain; }
	.swak-team-card .social-icons {
		margin-top: 20px; }
		.swak-team-card .social-icons a {
			color: #999;
			margin-inline-end: 15px; }
			.swak-team-card .social-icons a:hover {
				color: #000; }

@media screen and (max-width: 991px) {
	.swak-team-card {
		margin-top: 50px; } }
/* ===============================================================
			[ *News  section ]
================================================================*/
.swak-news [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px; }
.swak-news .blog-card {
	margin-top: 40px; }
	.swak-news .blog-card:hover .animation-zoom-in {
		transform: scale(0.9); }
		.swak-news .blog-card:hover .animation-zoom-in img {
			transform: scale(1.1); }
	.swak-news .blog-card .img {
		display: block;
		height: 260px;
		border-radius: 20px;
		overflow: hidden;
		transition: all 0.3s ease; }
		.swak-news .blog-card .img img {
			transition: all 0.3s ease;
			width: 100%;
			height: 100%;
			object-fit: cover; }
	.swak-news .blog-card .info {
		padding-top: 40px; }
		.swak-news .blog-card .info h5 a {
			color: #000; }
		.swak-news .blog-card .info .date {
			color: #000; }
		.swak-news .blog-card .info .top-inf {
			text-transform: uppercase; }
			.swak-news .blog-card .info .top-inf .tag {
				position: relative;
				color: #f74c04;
				padding-inline-start: 75px; }
				.swak-news .blog-card .info .top-inf .tag::after {
					position: absolute;
					content: "";
					left: 0;
					top: 50%;
					width: 50px;
					height: 1px;
					background-color: #f74c04; }
			.swak-news .blog-card .info .top-inf p {
				display: inline; }

body.swak-dark-mode .swak-news .blog-card h5 a {
	color: #fff; }
body.swak-dark-mode .swak-news .blog-card .date {
	color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-news .blog-card h5 a {
		color: #fff; }
	body.swak-auto-mode .swak-news .blog-card .date {
		color: #fff; } }
/* ===============================================================
			[ *Rewards Slider  section ]
================================================================*/
.swak-rewards-slider {
	position: relative; }
	.swak-rewards-slider .swiper-wrapper {
		-webkit-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
		position: relative; }
	.swak-rewards-slider .swiper-slide {
		width: max-content !important; }
	.swak-rewards-slider p {
		padding: 0;
		margin: 0; }
	.swak-rewards-slider .award-card {
		display: block;
		border-radius: 30px;
		background-color: #ffffff;
		box-shadow: 0px 30px 54px 6px rgba(0, 0, 0, 0.06);
		padding: 50px; }
		.swak-rewards-slider .award-card .btm-inf {
			margin-top: 150px; }
			.swak-rewards-slider .award-card .btm-inf .award-logo {
				max-height: 25px;
				margin-top: 10px; }

body.swak-dark-mode .swak-rewards-slider .award-card {
	background-color: #1b1b1b; }
	body.swak-dark-mode .swak-rewards-slider .award-card p {
		color: #ffffff !important; }
	body.swak-dark-mode .swak-rewards-slider .award-card .btm-inf p {
		color: #ffffff !important; }
	body.swak-dark-mode .swak-rewards-slider .award-card .btm-inf img {
		filter: invert(1); }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-rewards-slider .award-card {
		background-color: #1b1b1b; }
		body.swak-auto-mode .swak-rewards-slider .award-card p {
			color: #ffffff !important; }
		body.swak-auto-mode .swak-rewards-slider .award-card .btm-inf p {
			color: #ffffff !important; }
		body.swak-auto-mode .swak-rewards-slider .award-card .btm-inf img {
			filter: invert(1); } }
/* ===============================================================
			[ *bg Lines  section ]
================================================================*/
.swak-bg-lines {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
	background-color: transparent; }
	.swak-bg-lines.swak-animation-lines span::after {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 1px;
		height: 100px;
		animation: lines 10s infinite linear;
		background-color: #c20b0b; }
	.swak-bg-lines span {
		width: 1px;
		height: 100%;
		background-color: #e8e8e8;
		position: relative; }
		.swak-bg-lines span:nth-of-type(1)::after {
			animation-delay: -2s; }
		.swak-bg-lines span:nth-of-type(2)::after {
			animation-delay: -5s; }
		.swak-bg-lines span:nth-of-type(3)::after {
			animation-delay: -8s; }
		.swak-bg-lines span:nth-of-type(4)::after {
			animation-delay: -3s; }
		.swak-bg-lines span:nth-of-type(5)::after {
			animation-delay: -6s; }

@keyframes lines {
	0% {
		top: 0;
		opacity: 0; }
	20% {
		top: 20%;
		opacity: 1; }
	40% {
		top: 40%;
		opacity: 1; }
	60% {
		top: 60%;
		opacity: 1; }
	80% {
		top: 80%;
		opacity: 1; }
	100% {
		top: 100%;
		opacity: 0; } }
/* ===============================================================
			[ *testimonials cards slider  section ]
================================================================*/
.swak-testimonials-cards-slider .swak-testis-card {
	overflow: hidden;
	background-color: #fff; }
	.swak-testimonials-cards-slider .swak-testis-card .img-side {
		color: #fff;
		background-color: #002c47;
		text-align: center;
		padding: 48px 40px; }
		.swak-testimonials-cards-slider .swak-testis-card .img-side .stars {
			color: #ff5b2e;
			margin-bottom: 20px; }
		.swak-testimonials-cards-slider .swak-testis-card .img-side .swak-img {
			overflow: hidden;
			margin-right: 1rem !important;
			display: inline-block; }
			.swak-testimonials-cards-slider .swak-testis-card .img-side .swak-img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				display: inherit; }
	.swak-testimonials-cards-slider .swak-testis-card .info {
		position: relative;
		padding: 50px; }
		.swak-testimonials-cards-slider .swak-testis-card .info .float-icon {
			position: absolute;
			top: 15px;
			right: 15px;
			pointer-events: none; }

.swak-arrows {
	position: absolute;
	top: -50px;
	display: flex;
	flex-direction: row;
	z-index: 3; }
	.swak-arrows a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 50%;
		border: 1px solid #002c47;
		background-color: #fff;
		color: #002c47;
		font-size: 18px;
		margin-inline-start: 10px; }
		.swak-arrows a:hover {
			background-color: #ff5b2e;
			border-color: #ff5b2e;
			color: #fff; }

body.swak-dark-mode .swak-testimonials-cards-slider .swak-testis-card {
	background-color: transparent !important; }
	body.swak-dark-mode .swak-testimonials-cards-slider .swak-testis-card .img-side {
		background-color: #fff; }
		body.swak-dark-mode .swak-testimonials-cards-slider .swak-testis-card .img-side h6 {
			color: #002c47; }
	body.swak-dark-mode .swak-testimonials-cards-slider .swak-testis-card .info {
		background-color: #FFFFFF11; }
		body.swak-dark-mode .swak-testimonials-cards-slider .swak-testis-card .info .testimonials-logo img {
			filter: invert(1); }
		body.swak-dark-mode .swak-testimonials-cards-slider .swak-testis-card .info .swak-text {
			color: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-testimonials-cards-slider .swak-testis-card {
		background-color: transparent !important; }
		body.swak-auto-mode .swak-testimonials-cards-slider .swak-testis-card .img-side {
			background-color: #fff; }
			body.swak-auto-mode .swak-testimonials-cards-slider .swak-testis-card .img-side h6 {
				color: #002c47; }
		body.swak-auto-mode .swak-testimonials-cards-slider .swak-testis-card .info {
			background-color: #FFFFFF11; }
			body.swak-auto-mode .swak-testimonials-cards-slider .swak-testis-card .info .testimonials-logo img {
				filter: invert(1); }
			body.swak-auto-mode .swak-testimonials-cards-slider .swak-testis-card .info .swak-text {
				color: #fff; } }
/* ===============================================================
			[ *Process Steps section ]
================================================================*/
.swak-process-steps .step-card {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.1);
	margin-top: 30px; }
	.swak-process-steps .step-card .img {
		position: relative;
		height: 200px;
		overflow: hidden; }
		.swak-process-steps .step-card .img img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
		.swak-process-steps .step-card .img .num {
			position: absolute;
			right: 0;
			bottom: -30px;
			color: #fff;
			font-size: 120px;
			line-height: 1; }

/* ===============================================================
			[ *To Top Button section ]
================================================================*/
.swak-to-top {
	position: relative; }
	.swak-to-top .swak-to-top-button {
		transform: rotate(90deg);
		transform-origin: right;
		position: relative;
		bottom: -29px;
		right: 52px;
		display: flex;
		white-space: nowrap; }
		.swak-to-top .swak-to-top-button .to-top-btn {
			text-transform: uppercase;
			font-size: 16px;
			padding: 15px 30px;
			background-color: #ff5b2e;
			color: #fff; }
		.swak-to-top .swak-to-top-button .arrow {
			padding: 17px;
			background-color: #ff5b2e;
			color: #fff;
			flex-shrink: 0;
			text-align: center;
			display: block;
			margin-inline-end: 10px; }
			.swak-to-top .swak-to-top-button .arrow svg {
				fill: #fff;
				width: 14px;
				height: 14px; }

/* ===============================================================
			[ *Service List toggle section ]
================================================================*/
.swak-services-list .tab-content h2 {
	font-size: 58px; }
.swak-services-list .tab-content .img {
	position: relative;
	height: 650px; }
	.swak-services-list .tab-content .img::before {
		position: absolute;
		content: "";
		right: 0;
		bottom: 0;
		width: 100px;
		height: 100px;
		background-color: #222;
		z-index: 5;
		pointer-events: none; }
	.swak-services-list .tab-content .img::after {
		position: absolute;
		content: "";
		right: 100px;
		bottom: -100px;
		width: 100px;
		height: 100px;
		background-color: #68aa13;
		z-index: 5;
		pointer-events: none; }
	.swak-services-list .tab-content .img img {
		width: 100%;
		height: 100%;
		object-fit: cover; }
.swak-services-list .nav-pills {
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto; }
	.swak-services-list .nav-pills .nav-item:last-of-type .nav-link {
		border: 0; }
	.swak-services-list .nav-pills .nav-item .nav-link {
		padding: 15px 0;
		border-bottom: 1px solid #393939;
		font-size: 20px;
		color: #bcbcbc;
		background-color: transparent;
		border-radius: 0;
		color: #fff;
		font-weight: 300;
		display: block; }
		.swak-services-list .nav-pills .nav-item .nav-link span {
			margin-inline-start: -20px;
			transition: all 0.3s ease; }
		.swak-services-list .nav-pills .nav-item .nav-link i {
			opacity: 0;
			transition: all 0.3s ease; }
		.swak-services-list .nav-pills .nav-item .nav-link svg {
			opacity: 0;
			transition: all 0.3s ease; }
		.swak-services-list .nav-pills .nav-item .nav-link:hover span, .swak-services-list .nav-pills .nav-item .nav-link.active span {
			margin-inline-start: 0; }
		.swak-services-list .nav-pills .nav-item .nav-link:hover i, .swak-services-list .nav-pills .nav-item .nav-link.active i {
			opacity: 1; }
		.swak-services-list .nav-pills .nav-item .nav-link:hover svg, .swak-services-list .nav-pills .nav-item .nav-link.active svg {
			opacity: 1; }
	.swak-services-list .nav-pills::-webkit-scrollbar {
		height: 0;
		width: 0;
		background: transparent;
		border-radius: 0; }
	.swak-services-list .nav-pills::-webkit-scrollbar-thumb {
		background: transparent;
		-webkit-border-radius: 0;
		border-radius: 10px; }
	.swak-services-list .nav-pills::-webkit-scrollbar-corner {
		background: transparent;
		border-radius: 10px; }

@media (min-width: 1400px) {
	.swak-services-list .tab-content .img {
		width: 1270px !important; } }
@media screen and (max-width: 991px) {
	.swak-services-list .nav-pills {
		padding-top: 0;
		margin-bottom: 30px; }
	.swak-services-list .tab-content h2 {
		font-size: 30px;
		min-height: max-content;
		margin-bottom: 30px; }
	.swak-services-list .tab-content .img {
		height: 350px; } }
body.swak-dark-mode .swak-services-list .tab-pane h2 {
	color: #fff !important; }
body.swak-dark-mode .swak-services-list .nav-pills .nav-item .nav-link {
	color: #fff !important; }
	body.swak-dark-mode .swak-services-list .nav-pills .nav-item .nav-link svg {
		fill: #fff; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-services-list .tab-pane h2 {
		color: #fff !important; }
	body.swak-auto-mode .swak-services-list .nav-pills .nav-item .nav-link {
		color: #fff !important; }
		body.swak-auto-mode .swak-services-list .nav-pills .nav-item .nav-link svg {
			fill: #fff; } }
/* ===============================================================
			[ *Number Title section ]
================================================================*/
.swak-num-title {
	position: relative;
	font-size: 200px;
	color: transparent;
	display: block;
	width: max-content;
	line-height: 0.8;
	margin-bottom: 70px;
	font-weight: bold; }
	.swak-num-title small {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
		border: 2px solid #000;
		background-color: #fff;
		padding: 10px 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		font-weight: 100; }

@media screen and (max-width: 991px) {
	.swak-num-title small {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		margin-top: 20px;
		text-align: center;
		transform: unset; } }
body.swak-dark-mode .swak-num-title {
	-webkit-text-stroke: 2px #fff !important; }
	body.swak-dark-mode .swak-num-title small {
		color: #fff;
		background-color: #111; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-num-title {
		-webkit-text-stroke: 2px #fff !important; }
		body.swak-auto-mode .swak-num-title small {
			color: #fff;
			background-color: #111; } }
/* ===============================================================
			[ *testimonials double cards section ]
================================================================*/
.swak-testi-double-cards {
	position: relative;
	overflow: hidden; }
	.swak-testi-double-cards .swiper-slide {
		opacity: 0 !important;
		transition: all 0.3s ease; }
		.swak-testi-double-cards .swiper-slide .swak-testi-double-card .swak-img {
			top: -50px; }
		.swak-testi-double-cards .swiper-slide .swak-testi-double-card .info {
			bottom: -50px; }
		.swak-testi-double-cards .swiper-slide.swiper-slide-active {
			opacity: 1 !important; }
			.swak-testi-double-cards .swiper-slide.swiper-slide-active .swak-testi-double-card .swak-img {
				top: 0; }
			.swak-testi-double-cards .swiper-slide.swiper-slide-active .swak-testi-double-card .info {
				bottom: 0; }
	.swak-testi-double-cards .slider-arrows {
		position: absolute;
		right: 41.66666667%;
		bottom: 0;
		z-index: 50;
		display: flex;
		justify-content: flex-end;
		padding-inline-end: 100px; }
		.swak-testi-double-cards .slider-arrows a {
			width: 80px;
			height: 80px;
			line-height: 80px;
			text-align: center;
			background-color: #fff;
			color: #999;
			font-size: 20px; }
			.swak-testi-double-cards .slider-arrows a:last-of-type {
				background-color: #222;
				color: #fff; }

.swak-testi-double-card .swak-img {
	position: relative;
	height: 100%;
	transition: all 0.5s linear; }
	.swak-testi-double-card .swak-img img {
		height: 540px;
		min-height: calc(100% - 80px);
		object-fit: cover;
		width: 100%; }
.swak-testi-double-card .info {
	position: relative;
	transition: all 0.5s linear; }
	.swak-testi-double-card .info .testimonials-logo {
		padding: 80px 60px 60px; }
		.swak-testi-double-card .info .testimonials-logo img {
			height: 70px; }
	.swak-testi-double-card .info .info_card {
		padding: 60px;
		background-color: #fff;
		position: relative;
		z-index: 10;
		margin-left: -100px;
		width: calc(100% + 100px); }
		.swak-testi-double-card .info .info_card .swak-btm-info {
			display: flex;
			align-items: center;
			justify-content: space-between; }
			.swak-testi-double-card .info .info_card .swak-btm-info .testimonials-stars {
				padding: 8px 20px;
				border-radius: 10px;
				border: 1px solid #222;
				background-color: #fff;
				box-shadow: 3px 3px 0 #222;
				font-size: 14px; }

@media screen and (max-width: 800px) {
	.swak-testi-double-cards {
		padding-bottom: 70px; }
		.swak-testi-double-cards .swak-testi-double-card .swak-img img {
			height: 250px;
			min-height: 250px; }
		.swak-testi-double-cards .swak-testi-double-card .testimonials-logo {
			text-align: center; }
		.swak-testi-double-cards .swak-testi-double-card .info .info_card {
			width: 100%; }
		.swak-testi-double-cards .slider-arrows {
			right: 50%;
			bottom: 0;
			-webkit-transform: translateX(50%);
			transform: translateX(50%);
			padding: 0; }
			.swak-testi-double-cards .slider-arrows a {
				width: 45px;
				height: 45px;
				line-height: 45px; } }
body.swak-dark-mode .swak-testi-double-cards .slider-arrows a {
	background-color: #222 !important;
	color: #fff !important; }
body.swak-dark-mode .swak-testi-double-card .testimonials-logo img {
	filter: invert(1) !important; }
body.swak-dark-mode .swak-testi-double-card .testimonials-stars {
	box-shadow: 3px 3px 0 #222 !important;
	border: 1px solid #222 !important;
	color: #fff !important;
	background-color: #2e2e31 !important; }
body.swak-dark-mode .swak-testi-double-card h6 {
	color: #fff !important; }
body.swak-dark-mode .swak-testi-double-card p a {
	color: #fff !important; }
body.swak-dark-mode .swak-testi-double-card .swak-text {
	color: #fff !important; }
body.swak-dark-mode .swak-testi-double-card .info .info_card {
	background-color: #222 !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-testi-double-cards .slider-arrows a {
		background-color: #222 !important;
		color: #fff !important; }
	body.swak-auto-mode .swak-testi-double-card .testimonials-logo img {
		filter: invert(1) !important; }
	body.swak-auto-mode .swak-testi-double-card .testimonials-stars {
		box-shadow: 3px 3px 0 #222 !important;
		border: 1px solid #222 !important;
		color: #fff !important;
		background-color: #2e2e31 !important; }
	body.swak-auto-mode .swak-testi-double-card h6 {
		color: #fff !important; }
	body.swak-auto-mode .swak-testi-double-card p a {
		color: #fff !important; }
	body.swak-auto-mode .swak-testi-double-card .swak-text {
		color: #fff !important; }
	body.swak-auto-mode .swak-testi-double-card .info .info_card {
		background-color: #222 !important; } }
/* ===============================================================
			[ *Blogs Table  section ]
================================================================*/
.swak-blogs-table .blog-content {
	border-top: 1px solid #d9d9d9;
	position: relative; }
	.swak-blogs-table .blog-content .swak-button svg {
		width: 6px;
		fill: #222;
		margin-left: 8px; }
	.swak-blogs-table .blog-content .swak-blog-row {
		position: relative;
		padding: 50px 0;
		border-bottom: 1px solid #d9d9d9;
		display: block; }
		.swak-blogs-table .blog-content .swak-blog-row:hover .swak-title {
			text-decoration: underline; }
			.swak-blogs-table .blog-content .swak-blog-row:hover .swak-title a {
				text-decoration: underline; }
		.swak-blogs-table .blog-content .swak-blog-row:hover .swak-button {
			background-color: #222 !important;
			color: #fff; }
			.swak-blogs-table .blog-content .swak-blog-row:hover .swak-button* {
				color: #fff; }
			.swak-blogs-table .blog-content .swak-blog-row:hover .swak-button svg {
				width: 6px;
				fill: #fff; }
		.swak-blogs-table .blog-content .swak-blog-row:hover .tags-date .tag {
			background-color: #222;
			color: #fff; }
		.swak-blogs-table .blog-content .swak-blog-row .tags-date {
			margin-bottom: 20px;
			display: flex;
			align-items: center;
			font-weight: 500;
			text-transform: uppercase; }
			.swak-blogs-table .blog-content .swak-blog-row .tags-date .tag {
				letter-spacing: 2px;
				padding: 4px 15px;
				border: 1px solid #222;
				margin-inline-end: 15px;
				border-radius: 30px;
				transition: all 0.3s ease; }
			.swak-blogs-table .blog-content .swak-blog-row .tags-date .swak-date {
				letter-spacing: 2px; }
		.swak-blogs-table .blog-content .swak-blog-row .swak-title {
			font-size: 26px; }
		.swak-blogs-table .blog-content .swak-blog-row .swak-button {
			padding: 15px 30px;
			border: 1px solid #222;
			text-transform: capitalize;
			font-weight: 500;
			border-radius: 8px;
			font-size: 14px;
			transition: all 0.3s ease; }
			.swak-blogs-table .blog-content .swak-blog-row .swak-button i {
				margin-left: .5rem; }
		.swak-blogs-table .blog-content .swak-blog-row .swak-img {
			height: 200px;
			margin-bottom: 30px;
			border-radius: 15px;
			overflow: hidden; }
			.swak-blogs-table .blog-content .swak-blog-row .swak-img img {
				width: 100%;
				height: 100%;
				object-fit: cover; }
.swak-blogs-table .hover-reveal {
	position: fixed;
	width: 380px;
	height: 300px;
	left: 53% !important;
	pointer-events: none;
	opacity: 0;
	border-radius: 0;
	overflow: hidden;
	position: absolute !important;
	left: 50% !important;
	top: -40px !important; }
.swak-blogs-table .hover-reveal__inner,
.swak-blogs-table .hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative; }
.swak-blogs-table .hover-reveal__deco {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181314; }
.swak-blogs-table .hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%; }

@media screen and (max-width: 991px) {
	.hover-reveal {
		display: none !important; } }
body.swak-dark-mode .swak-blogs-table .blog-content .swak-blog-row {
	border-color: rgba(255, 255, 255, 0.2) !important; }
	body.swak-dark-mode .swak-blogs-table .blog-content .swak-blog-row:hover .swak-button {
		color: #fff !important; }
		body.swak-dark-mode .swak-blogs-table .blog-content .swak-blog-row:hover .swak-button svg {
			fill: #fff !important; }
	body.swak-dark-mode .swak-blogs-table .blog-content .swak-blog-row .tags-date .tag {
		color: #fff !important; }
	body.swak-dark-mode .swak-blogs-table .blog-content .swak-blog-row .tags-date .swak-date {
		color: #fff !important; }
	body.swak-dark-mode .swak-blogs-table .blog-content .swak-blog-row .swak-title {
		color: #fff !important; }
	body.swak-dark-mode .swak-blogs-table .blog-content .swak-blog-row .swak-button {
		color: #29292b !important;
		border: none !important; }
		body.swak-dark-mode .swak-blogs-table .blog-content .swak-blog-row .swak-button svg {
			fill: #29292b !important; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .swak-blogs-table .blog-content .swak-blog-row {
		border-color: rgba(255, 255, 255, 0.2) !important; }
		body.swak-auto-mode .swak-blogs-table .blog-content .swak-blog-row:hover .swak-button {
			color: #fff !important; }
			body.swak-auto-mode .swak-blogs-table .blog-content .swak-blog-row:hover .swak-button svg {
				fill: #fff !important; }
		body.swak-auto-mode .swak-blogs-table .blog-content .swak-blog-row .tags-date .tag {
			color: #fff !important; }
		body.swak-auto-mode .swak-blogs-table .blog-content .swak-blog-row .tags-date .swak-date {
			color: #fff !important; }
		body.swak-auto-mode .swak-blogs-table .blog-content .swak-blog-row .swak-title {
			color: #fff !important; }
		body.swak-auto-mode .swak-blogs-table .blog-content .swak-blog-row .swak-button {
			color: #29292b !important;
			border: none !important; }
			body.swak-auto-mode .swak-blogs-table .blog-content .swak-blog-row .swak-button svg {
				fill: #29292b !important; } }
/* ===============================================================
			[ *parallaxed shape  section ]
================================================================*/
.circle-shape {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #cfd1e0;
	z-index: -1; }

body.swak-dark-mode .circle-shape {
	background-color: #3E3E42; }

@media (prefers-color-scheme: dark) {
	body.swak-auto-mode .circle-shape {
		background-color: #3E3E42; } }
/* ===============================================================
			[ *images Carousel section ]
================================================================*/
.swak-images-carousel .image-card {
	display: block;
	height: 450px;
	min-height: calc(100vh - 235px);
	overflow: hidden; }
	.swak-images-carousel .image-card img {
		transform: scale(1.6);
		transition: all 1s ease;
		width: 100%;
		height: 100%;
		object-fit: cover; }
.swak-images-carousel .swiper-slide-active .image-card img {
	transform: scale(1);
	transition: all 1s ease; }

@media screen and (max-width: 991px) {
	.swak-images-carousel .image-card {
		min-height: 350px; } }
/* ===============================================================
			[ Portfolio Masonry section ]
================================================================*/
.swak-portfolio-masonry .colum:nth-of-type(1) .portfolio-card:nth-of-type(1) .swak-portfolio-img {
	height: 400px; }
.swak-portfolio-masonry .colum:nth-of-type(1) .portfolio-card:nth-of-type(2) .swak-portfolio-img {
	height: 600px; }
.swak-portfolio-masonry .colum:nth-of-type(1) .portfolio-card:nth-of-type(3) .swak-portfolio-img {
	height: 380px; }
.swak-portfolio-masonry .colum:nth-of-type(2) .portfolio-card:nth-of-type(1) .swak-portfolio-img {
	height: 540px; }
.swak-portfolio-masonry .colum:nth-of-type(2) .portfolio-card:nth-of-type(2) .swak-portfolio-img {
	height: 400px; }
.swak-portfolio-masonry .colum:nth-of-type(2) .portfolio-card:nth-of-type(3) .swak-portfolio-img {
	height: 440px; }
.swak-portfolio-masonry .colum:nth-of-type(3) .portfolio-card:nth-of-type(1) .swak-portfolio-img {
	height: 300px; }
.swak-portfolio-masonry .colum:nth-of-type(3) .portfolio-card:nth-of-type(2) .swak-portfolio-img {
	height: 540px; }
.swak-portfolio-masonry .colum:nth-of-type(3) .portfolio-card:nth-of-type(3) .swak-portfolio-img {
	height: 540px; }
.swak-portfolio-masonry .portfolio-card {
	position: relative;
	transition: all 0.3s ease; }
	.swak-portfolio-masonry .portfolio-card .swak-portfolio-img {
		overflow: hidden;
		display: block; }
		.swak-portfolio-masonry .portfolio-card .swak-portfolio-img img {
			width: 100%;
			height: 100%;
			object-fit: cover; }
	.swak-portfolio-masonry .portfolio-card .info {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #0c57edf3;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		opacity: 0;
		transition: all 0.4s ease; }
		.swak-portfolio-masonry .portfolio-card .info p {
			opacity: 0;
			padding-bottom: 30px;
			transition: all 0.3s ease;
			transition-delay: 0.2s;
			margin: 0; }
		.swak-portfolio-masonry .portfolio-card .info h3 {
			opacity: 0;
			padding-top: 30px;
			transition: all 0.3s ease;
			transition-delay: 0.2s; }
	.swak-portfolio-masonry .portfolio-card:hover {
		filter: drop-shadow(0px 40px 30px rgba(12, 86, 237, 0.2)); }
		.swak-portfolio-masonry .portfolio-card:hover .info {
			opacity: 1; }
			.swak-portfolio-masonry .portfolio-card:hover .info p, .swak-portfolio-masonry .portfolio-card:hover .info h3 {
				opacity: 1;
				padding: 0; }

@media screen and (max-width: 991px) {
	.swak-portfolio-masonry .portfolio-card .swak-portfolio-img {
		height: 300px !important; } }
/* ===============================================================
			[ progress bar section ]
================================================================*/
.swak-progress-card .swak-bar-title {
	display: flex;
	align-items: center;
	justify-content: space-between; }

/* ===============================================================
			[ process flow section ]
================================================================*/
.swak-process .row > div:nth-of-type(1) {
	position: relative; }
	.swak-process .row > div:nth-of-type(1)::after {
		position: absolute;
		content: "\f30b";
		font-weight: 900;
		font-family: 'Line Awesome Free';
		bottom: 27px;
		left: calc(100% - 5px);
		color: #0c56ed; }
.swak-process .row > div:nth-of-type(2) {
	position: relative; }
	.swak-process .row > div:nth-of-type(2)::after {
		position: absolute;
		content: "\f309";
		font-weight: 900;
		font-family: 'Line Awesome Free';
		left: calc(50% - 5px);
		top: calc(100% + 5px);
		color: #0c56ed; }
.swak-process .row > div:nth-of-type(4) {
	position: relative; 
}
.swak-process .row > div:nth-of-type(4)::after {
	position: absolute;
	content: "\f30a";
	font-weight: 900;
	font-family: 'Line Awesome Free';
	bottom: 27px;
	left: calc(100% - 5px);
	color: #0c56ed; 
}
.swak-process .process-card {
	display: flex;
	align-items: center;
	height: 80px;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid #9993;
	margin-top: 30px; 
}
.swak-process .process-card .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #9993;
	font-weight: 500; 
}
.swak-process .process-card:hover {
	border-color: #0c56ed; 
}
.swak-process .process-card:hover .num {
	background-color: #0c56ed;
	border-color: #0c56ed;
	color: #fff; 
}

