/* ===========
waring-message
===============*/
.waring-message {
	padding: 30px 0;
	background: #f8f8f8;
}

.before-import-warning-header p,
.before-import-warning-footer p{
	font-size: 28px;
    font-weight: 600;
    line-height: 1;
    font-family: "Roboto", Sans-serif;
    color: var(--dark-color);
	line-height: 38px;
	padding: 0 20px;
	position: relative;
}

.before-import-warning-header p::before,
.before-import-warning-footer p::before{
	content: '';
	position: absolute;
	display: block;
	width: 0px;
	height: 40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;

	border-bottom: 50px solid var(--global-palette1);
	top: 18px;
	left: -76px;
	line-height: 30px;
	animation: warninganim infinite 1s ease-in-out alternate;
}

@keyframes warninganim {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}

.before-import-warning-header p::after,
.before-import-warning-footer p::after{
	content: '!';
	position: absolute;
	display: block;
	width: 0px;
	height:30px;
	color: var(--global-palette9);
	top: 31px;
	left: -39px;
	line-height: 30px;
	animation: warninganimcontent 1s ease-in-out 0.3s infinite alternate;
}

@keyframes warninganimcontent {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.7);
	}
}

.before-import-warning-header p a,
.before-import-warning-footer p a{
	text-decoration: none;
    font-family: "Roboto", Sans-serif;  
    font-size: 28px !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

/* ===========
Global css
===============*/
body {
 margin-bottom: 0px !important;
 background-color: var(--global-palette9) !important;
}

a:focus, .hide-focus-outline *:focus {
    outline: 0 !important;
}

.text-primary {
    color: var(--global-palette1) !important;
}

.text-dark {
    color: var(--global-palette3) !important;
}

.bg-primary {
	background-color: var(--global-palette1) !important;
}

.elementor-social-icon {
    display: inline-flex !important;
}

.transition-shadow .elementor-widget-wrap {
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* a:focus {
    color: inherit !important;
} */

/* selection */
::selection {
    color: var(--global-palette9) !important;
    background-color: var(--global-palette1) !important;
}

/* header */
.column-left .elementor-widget-wrap {
	justify-content: space-between;
}

@media (min-width: 1025px) {
   .header-link,
   .header-icon {
		display: none !important;
	}
	
  .column-left {
	width: 74% !important;
  }
	
  .column-right {
	width: 26% !important;
  }
	
  .column-left .elementor-widget-wrap {
	justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .header-icon {
	 display: inline-block !important;
  }
	
  .column-left {
	width: 65% !important;
  }

  .column-right {
	width: 35% !important;
  }
}

@media (min-width: 1440px) {
  .header-link {
	display: inline-block !important;
  }
	
  .column-left {
	width: 53% !important;
  }

  .column-right {
	width: 47% !important;
  }
}

.header.elementor-section .elementor-container {
	justify-content: space-between;
}

/* logo */
.logo a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.logo a img {
  max-width: 160px;
}

.logo a::before {
	position: absolute;
	content: '';
	right: -30px;
	top: 50%;
	width: 1px;
	height: 38px;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-50%);
}

.logo a svg {
	height: auto !important;
}

.fill-svg {
    fill: var(--global-palette3) !important;
}

/**
* Set custom logo from customizer as a shortcode [logo]
*/

/* add_shortcode( 'logo', 'the_custom_logo' ); */

/* breadcrumb */
.page-header .natura-breadcrumb {
    margin-top: 15px;
    position: relative;
}
.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}
.natura-breadcrumb ul li.trail-end {
    color: var(--global-palette9);
}
.page-header .page-title {
    color: var(--global-palette9);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
	font-family: "Montserrat", Sans-serif;
}

.natura-breadcrumb ul li.trail-end,
.natura-breadcrumb a {
    color: var(--global-palette9);
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.natura-breadcrumb a:hover, .natura-breadcrumb a:active, .natura-breadcrumb a:focus, .natura-breadcrumb a:visited {
    color: #f5f5f5;
}
.natura-breadcrumb a:hover:hover, .natura-breadcrumb a:active:hover, .natura-breadcrumb a:focus:hover, .natura-breadcrumb a:visited:hover {
    color: #f5f5f5;
}
.breadcrumbs .trail-items {
    list-style: none;
}
.trail-items li::after {
    content: "\002F";
    padding: 0 0.5em;
    color: #edf0f2;
}
.trail-items li:last-of-type::after {
    display: none;
}

/* =============
Banner
===================*/
.natura-banner-breadcrumb {
    padding: 80px 0 80px;
}

@media (min-width: 768px){
	.natura-banner-breadcrumb {
    padding: 100px 0 100px;
 }
}

.natura-banner-breadcrumb {
    background-color: transparent;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    
}

/* Overly Default */
.natura-banner-breadcrumb {
    position: relative;
  }
  
  .natura-banner-breadcrumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none !important;
    content: '';
    opacity: .50;
  }
  
 @media (min-width: 1440px){
   .natura-banner-breadcrumb {
    padding: 65px;
    height: 285px;
   }
}

/* ===========
  Page Title
===============*/

.page-title {
	font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--global-palette9);
}

@media (min-width: 768px) {
	.page-title {
		font-size: 40px !important;
	}
}

/* ===========
Site Header
===============*/
.site-branding:last-child {
    width: 100%;
    text-align: center;
}

.site-title{
	margin-bottom: 5px !important;
}

.site-branding {
	padding-top: 40px;
  }

.site-header, .site-branding {
  background-color: transparent !important;
}

.site-branding .site-title {
    font-weight: 700 !important;
    font-size: 26px !important;
    line-height: 1.2;
    color: var(--global-palette3);
	text-transform: uppercase;
}

/* ===========
Site Footer
===============*/

.footer-credits{
	display: flex;
}

.footer-copyright{
	width: 50%;
	text-align: left;
}

.powered-by-wordpress{
    width: 50%;
	text-align: right;
}

#colophon p {
	font-size: inherit !important;
}


.custom-text h2 span {
	color: var(--global-palette1);
}

.footer-copyright{
	text-transform: capitalize;
}

/* ===========
Global css
===============*/

.mxw-1600.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1600px !important;
}

.mxw-420 {
	max-width: 420px;
}

.mt-30 {
	margin-top: 30px !important;
}

.top-50 {
	top: 50px !important;
}

.separator01 img {
	filter: opacity(0.2);
	width: 100%;
    max-width: 600px !important;
}

/* ===========
Menu css
===============*/

/* menu */
.mobile-menu .menu li a,
.mobile-menu .sub-menu li a,
.mobile-menu .sub-menu li::marker {
	color: var(--global-palette3);
}

.mobile-menu ul ul .current-menu-item a,
.mobile-menu ul ul .current-menu-item::marker,
.mobile-menu .menu .current-menu-parent > a,
.mobile-menu .menu .current_page_item::marker,
.mobile-menu .menu .current_page_item a {
	color: var(--global-palette1);
}

.mobile-menu .menu .current-menu-ancestor a::before,
.mobile-menu .menu .current-menu-parent > a::before,
.mobile-menu .menu .current_page_item a::before {
	width: 0;
}

.mobile-menu .menu .current-menu-ancestor > a,
.mobile-menu .menu .current-menu-parent.menu-item-has-children::marker {
	color: var(--global-palette1);
}

.mobile-menu .menu li a:hover {
	color: var(--global-palette1);
}

.custom-nav.mobile-menu ul li:hover > a {
	color: var(--global-palette1);
}

.custom-nav.mobile-menu ul ul li {
	border-bottom: 1px solid var(--global-palette7);
}

.custom-nav.mobile-menu ul ul li:last-child {
	border-bottom: 0;
}

.custom-nav.mobile-menu ul ul li:hover {
	background-color: var(--global-palette9);
}

.custom-nav.mobile-menu ul ul li:hover > a {
	color: var(--global-palette1) !important;
}

.custom-nav.mobile-menu ul ul {
	background-color: var(--global-palette9);
}

.custom-nav.mobile-menu ul ul::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
	background-color: var(--global-palette9);
}

.custom-nav.mobile-menu ul ul ul::before {
	width: 3px;
	height: 100%;
}

.custom-toggle i {
	color: var(--global-palette1);
}

.custom-nav.mobile-menu ul li > a {
	position: relative;
}

.custom-nav.mobile-menu ul li > a::before {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: var(--global-palette1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-nav.mobile-menu ul li:hover > a::before {
	width: 0;
}

.custom-nav.mobile-menu ul ul li > a::before {
	display: none;
}

.custom-header {
	background-color: var(--global-palette9);
}

.custom-header.elementor-section .elementor-container {
	justify-content: space-between;
}

.mobile-menu .menu {
	top: 0;
	position: absolute;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: end;
	margin-bottom: 0;
	background-color: var(--global-palette9);
	z-index: 99;
	margin-left: 0;
	padding: 15px 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
}

.mobile-menu .menu li {
	list-style: none;
}

.mobile-menu .menu .sub-menu ul> li {
    list-style: disc;
}

.mobile-menu .menu .sub-menu li {
    list-style: disc;
}

.mobile-menu .menu li a {
	display: block;
	padding: 7px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Montserrat", Sans-serif;
}

.mobile-menu ul ul a {
	text-transform: capitalize !important;
}

@media (min-width: 1025px) {
  .mobile-menu .menu {
	box-shadow: none;
	display: block;
	background-color: transparent;
  }

  .mobile-menu .menu li a {
	padding: 20px;
  }
	
  .mobile-menu .menu .sub-menu li,
  .mobile-menu .menu .sub-menu ul> li {
    list-style: none;
  }

	/* === custom-nav.mobile-menu === */
	.custom-nav.mobile-menu ul {
		list-style: none;
		position: relative;
		float: left;
		top: 0;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: end;
	}

	.custom-nav.mobile-menu ul a {
		text-decoration: none;
		line-height: 32px;
		padding: 35px 20px;
		font-size: 18px;
	}

	.custom-nav.mobile-menu ul li {
		position: relative;
		float: left;
		margin: 0;
		padding: 0
	}
	
	.custom-nav.mobile-menu ul li a {
		color: var(--global-palette3);
	}
	
	.custom-nav.mobile-menu ul ul li a {
		color: var(--global-palette3);
		font-size: 16px;
	}
	
	.custom-nav.mobile-menu ul ul .current-menu-item a {
		color: var(--global-palette1);
	}

	.custom-nav.mobile-menu ul ul {
		display: none;
		position: absolute;
		top: 100%;
		left: auto;
		right: 0;
		width: 225px;
		border: 1px solid rgba(0,0,0,.15);
		border-top: 0;
		box-shadow: 0 0 3px rgb(0 0 0 / 8%);
	}
	
	.custom-nav.mobile-menu ul ul li {
		padding: 0 20px;
	}
	
	.custom-nav.mobile-menu ul ul li {
		float: none;
	}

	.custom-nav.mobile-menu ul ul a {
		line-height: 120%;
		padding: 13px 0;
		margin: 0;
	}

	.custom-nav.mobile-menu ul ul ul {
		top: 0;
		left: 100%
	}

	.custom-nav.mobile-menu ul li:hover > ul {
		display: block
	}
	
	/* === custom-nav.mobile-menu === */
	.mobile-menu ul li > a:after {
		content:  ' +';
	}
	
	.mobile-menu ul ul li > a:after {
		content:  ' +';
		float: right;
	}
	
	.mobile-menu ul li > a:only-child:after,
	.mobile-menu ul ul li > a:only-child:after {
		content: '';
	}
	
}

.custom-toggle {
	text-align: center;
}

.custom-toggle i {
	font-size: 20px;
    cursor: pointer;
	padding: 10px;
}

.custom-toggle.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/* ===========
Menu End
===============*/

#colophon {
	background: transparent;
}

/* ===========
Form css
===============*/
label {
	font-family: "Vidaloka", Sans-serif !important;
}

.wpcf7-form-control {
    width: 100%;
}

/* default-form */
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="number"],
.default-form textarea {
	padding: 10.5px !important;
	font-size: 14px !important;
	border-radius: 0px !important;
	color: var(--global-palette4) !important;
	border-color: var(--global-palette1) !important;
	font-family: 'Montserrat', sans-serif !important;
}

.default-form textarea {
	max-height: 145px !important;
}

.default-form textarea:focus {
	border-color: var(--global-palette1) !important;
}

.default-form input[type="date"],
.default-form select {
	cursor: pointer;
	color: #7A7A7A !important;
	border-radius: 0px !important;
	padding: 10.5px 11px;
	font-size: 14px !important;
	border-color: var(--global-palette1) !important;
	font-family: 'Montserrat', sans-serif !important;
}

.default-form input[type="date"] {
	padding: 9.5px 11px !important;
	cursor: default !important;
}

.default-form select:focus {
	border-color: var(--global-palette1) !important;
	background-color: var(--global-palette1) !important;
	background-color: #fff !important;
}

.default-form input[type="submit"] {
	padding: 12.3px;
	letter-spacing: 1.56px;
	font-size: 13px !important;
	font-weight: 500 !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	background-color: var(--global-palette1) !important;
	font-family: 'Montserrat', sans-serif !important;
}

@media (min-width: 768px) {
    .default-form input[type="text"],
    .default-form input[type="email"],
	.default-form input[type="number"],
	.default-form textarea {
	   padding: 14px 20px !important;
	   font-size: 16px !important;
   }

   .default-form input[type="date"] {
	   padding: 13px 17px !important;
	   font-size: 16px !important;
   }

   .default-form select {
		padding: 14px 17px !important;
	    font-size: 16px !important;
   }
	
   .default-form input[type="submit"] {
	   padding: 17.5px;
   }
}

.coming-soon-form input[type="email"] {
	border-color: var(--global-palette3) !important;
}

.coming-soon-form input[type="submit"] {
	color: var(--global-palette1) !important;
	background-color: var(--global-palette3) !important;
}

@media (min-width: 1025px) {
  .contact-us-form textarea {
    max-height: 250px !important;
  }
	
  .contact-us-form input[type="submit"] {
	width: auto !important;
	padding: 17.5px 40px !important;
  }
}

/* .wpcf7-submit:hover {
	transform: translateY(-8px) !important;
} */

/* list-style1 */
.list-style1 li {
  position: relative;
}

.list-style1 li::before {
	content: '';
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    right: -20px;
	width: 1px;
	height: 24px;
	background-color: #434343;
}

.list-style1 li:last-child::before {
	display: none;
}

.list-style1 .elementor-icon-list-text {
    display: flex;
    align-items: center;
}

.list-style1 .elementor-icon-list-text span {
	font-size: 20px !important;
	color: #414141 !important;
	margin-right: 10px;
}

@media (min-width: 768px) {
  .list-style1 .elementor-icon-list-text span {
	font-size: 24px !important;
  }
}

/* ===========
Custom Css
===============*/
.unic-img {
	position: relative;
}

.unic-img::before {
	position: absolute;
    content: '';
    width: 300px;
    height: 114%;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
    background-color: rgba(255, 255,255, 0.1);
}

@media (min-width: 768px) {
  .unic-img::before {
    width: 560px;
    height: 120%;
  }
}

/* bg-img */
.bg-img {
	position: relative;
}

.bg-img::before {
	position: absolute;
    content: '';
    width: 300px;
    height: 100%;
	top: 45%;
	left: 50%;
    z-index: -1;
	transform: translate(-50%, -50%);
    background-color: var(--global-palette1);
}

@media (min-width: 768px) {
  .bg-img::before {
    width: 495px;
    height: 100%;
	top: 44%;
	left: 56%;
  }
}

/* counter-style1*/
.counter-style1 .elementor-counter {
	display: flex;
	align-items: center;
	white-space: nowrap;
	position: relative;
}

@media (min-width: 768px) {
  .counter-style1.right .elementor-counter::before {
	content: '';
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: -17px;
	width: 1px;
	height: 24px;
	background-color: #434343;
  }	
}

.counter-style1 .elementor-counter .elementor-counter-number-wrapper {
	margin-right: 10px;
}

.logo a .path1,
.svg-pattern01 circle,
.svg-pattern02 circle,
.svg-social-icon path,
.svg-icon path {
    fill: var(--global-palette1) !important;
}

/* .custom-icon .elementor-icon svg {
	width: auto !important;
	height: auto !important;
} */

.custom-social-icon .elementor-social-icon,
.custom-social-icon .elementor-social-icon svg {
    width: 35px !important;
	height: auto !important;
}

@media (min-width: 768px) {
  .custom-social-icon .elementor-social-icon,
  .custom-social-icon .elementor-social-icon svg {
	width: auto !important;
	height: auto !important;
  }
}

@media (min-width: 1024px) {
  .custom-icon .elementor-icon svg {
	width: auto !important;
	height: auto !important;
  }
}

.rating-view h2 {
    display: flex;
    align-items: center;
}

.rating-icon {
	color: #FFD25F;
}

.rating-content {
	color: #000 !important;
	font-weight: 400 !important;
}

.mb-0 p {
	margin-bottom: 0 !important;
}

/* accordion-style1 */
.accordion-style1 .elementor-accordion .elementor-accordion-item {
	margin-bottom: 25px;
}

.accordion-style1 .elementor-accordion .elementor-accordion-item:first-child {
	display: none;
}

.accordion-style1 .elementor-accordion .elementor-accordion-item:last-child {
	margin-bottom: 0;
}

.accordion-style1 .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #E0E0E0;
}

/* accordion-style2 */
.accordion-style2 .elementor-accordion .elementor-accordion-item {
	margin-bottom: 25px;
}

.accordion-style2 .elementor-accordion .elementor-accordion-item:last-child {
	margin-bottom: 0;
}

.accordion-style2 .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #E0E0E0;
}

.svg-pattern01,
.svg-pattern02 {
	width: auto !important;
	height: auto !important;
}

/* hoverable-with-icon */
.hoverable-with-icon,
.hoverable-with-icon .elementor-heading-title,
.hoverable-with-icon .elementor-widget-text-editor {
	transition: all .3s !important;
}

.hoverable-with-icon:hover .elementor-icon,
.hoverable-with-icon:hover .elementor-heading-title,
.hoverable-with-icon:hover .elementor-widget-text-editor,
.hoverable-with-icon:hover .elementor-button {
	color: #fff !important;
}

/* hoverable-with-svg */
.hoverable-with-svg svg path,
.hoverable-with-svg .elementor-heading-title,
.hoverable-with-svg .elementor-widget-text-editor {
	transition: all .3s !important;
}

.hoverable-with-svg:hover svg path {
	fill: #fff !important;
}

.hoverable-with-svg:hover .elementor-heading-title,
.hoverable-with-svg:hover .elementor-heading-title a,
.hoverable-with-svg:hover .elementor-widget-text-editor,
.hoverable-with-svg:hover .elementor-button {
	color: #fff !important;
}

/* img-style1 */
.img-style1 img {
	padding: 20px 20px 0 20px;
}

/* pricing-plans */
.pricing-plans .pricing-content {
	position: relative;
}

.pricing-plans .pricing-content::before {
	position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    right: 0;
    bottom: -20px;
	left: 0;
	margin: auto;
	background-color: var(--global-palette1);
}

.pricing-plans .pricing-content .currency {
	vertical-align: super;
	font-size: 14px !important;
}

.pricing-plans .pricing-content .calendar {
	vertical-align: baseline;
	font-size: 16px !important;
}

@media (min-width: 768px) {
	.pricing-plans.btn-bottom .elementor-widget-button {
		position: absolute;
		bottom: 0;
	}
}

/* page-coming-soon */
.page-coming-soon {
	height: 100vh !important;
    display: flex !important;
	flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* text-sm */
.text-sm {
	color: var(--global-palette1) !important;
}

/* custom-border */
.custom-border .elementor-widget-container {
	position: relative;
}

@media (min-width: 1025px) {
 .custom-border .elementor-widget-container::before {
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    height: 76px;
    background-color: var(--global-palette2) !important;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* grayscale-img */
.grayscale img {
	transition: all .4s !important;
}

.grayscale:hover img {
	filter: grayscale(100%) !important;
}

/* cakelements */
.cakelements-burger-menu__container {
	z-index: 1;
	margin-top: 11px;
}

@media (min-width: 768px) {
  .cakelements-burger-menu__container {
	margin-top: 15px;
  }
}

/* bdt-post-card */
.bdt-post-card > div:nth-child(2) .bdt-post-card-item {
    box-shadow: 0 0 0 var(--ep-post-card-shadow-size, 20px) var(--ep-post-card-shadow-color, var(--global-palette1)) !important;
}

@media (min-width: 960px) {
  .bdt-post-card > div:nth-child(2) .bdt-post-card-item .bdt-post-card-thumb img {
    transform: scale(1.2) !important;
  }
}

/* popup-form */
.popup-form input[type="search"],
.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form input[type="number"],
.popup-form input[type="url"],
.popup-form textarea {
	color: var(--global-palette4) !important;
}

.popup-form textarea {
	background-color: var(--global-palette9) !important;
}

.popup-form input[type="search"]:focus,
.popup-form input[type="text"]:focus,
.popup-form input[type="email"]:focus,
.popup-form input[type="number"]:focus,
.popup-form input[type="url"]:focus,
.popup-form textarea:focus {
	border-color: var(--global-palette1) !important;
	background-color: var(--global-palette9) !important;
}

/* bdt-modal-close-button */
.bdt-modal-close-default.bdt-icon:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve) {
    stroke: var(--global-palette3);
}

/* team-member */
.team-member {
	transition: all .3s;
}

.team-member .team-icon {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.team-member:hover .team-icon {
    opacity: 1;
	visibility: visible;
	margin-top: -45px;
}

.team-member:hover img {
  transform: scale(1.1);
}

/* 404-svg */
.all-404-svg {
	left: 0;
    position: absolute !important;
    top: 0;
    width: 100% !important;
    height: 100%;
    z-index: 1;
}

.all-404-svg .svg-01 {
	 display: block;
    width: 95px;
    height: 95px;
    z-index: 20;
    left: 40%;
    position: absolute;
    top: 15%;
}

.all-404-svg .svg-01 svg {
    width: 100%;
    height: 100%;
    fill: #F1F1F1;
    opacity: 1;
}

.all-404-svg .svg-02 {
    left: 38%;
    position: absolute;
    bottom: 14%;
    width: 140px;
    height: 140px;
    z-index: 10;
}

.all-404-svg .svg-02 svg {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke: #9988d0;
    stroke-width: 12px;
    opacity: 0.4;
}

.all-404-svg .svg-03 {
    right: 23%;
    position: absolute;
    top: 24%;
    width: 60px;
    height: 60px;
    z-index: 10;
}

.all-404-svg .svg-03 svg {
    width: 100%;
    height: 100%;
    fill: var(--global-palette1);
    opacity: 1;
}

.all-404-svg .svg-04 {
    left: 23%;
    position: absolute;
    top: 47%;
    width: 36px;
    height: 36px;
    z-index: 10;
}

.all-404-svg .svg-04 svg {
    width: 100%;
    height: 100%;
    fill: var(--global-palette1);
    opacity: 1;
}

/* bdt-countdown-item */
.countdown-wrapper .bdt-countdown-item {
    position: relative;
    background: rgba(255, 255, 255, .3);
    margin: 0 auto;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-link .bdt-list li:first-child a .active h4 {
	color: var(--global-palette9) !important;
}

.services-link .bdt-list li:first-child a .active {
	background-color: var(--global-palette1) !important;
}

.services-link2 .bdt-list li:nth-child(2) .bdt-flex h4 {
	color: var(--global-palette9) !important;
}

.services-link2 .bdt-list li:nth-child(2) .bdt-flex {
	background-color: var(--global-palette1) !important;
}

.services-link3 .bdt-list li:nth-child(3) .bdt-flex h4 {
	color: var(--global-palette9) !important;
}

.services-link3 .bdt-list li:nth-child(3) .bdt-flex {
	background-color: var(--global-palette1) !important;
}

.visibility-hidden .elementor-heading-title {
	opacity: 0;
	visibility: hidden;
}

.title-icon svg .fill-svg {
    fill: var(--global-palette1) !important;
}

.bdt-member-role.opacity {
	opacity: 1;
}

.element-icon .elementor-icon {
	border-color: var(--global-palette1) !important;
}

article .bdt-testimonial-text p {
	color: var(--global-palette9);
}

.custom-scrollnav .bdt-navbar-left {
	display: block;
	width: 100%;
}

/* bdt-pagination */
.bdt-pagination a:hover .bdt-pagination-previous svg polyline {
	stroke: var(--global-palette9) !important;
}

/* bdt-sticky-fixed */
@media (max-width: 1024px) {
	.custom-sticky-element.bdt-active.bdt-sticky-fixed,
	.custom-sticky.bdt-active.bdt-sticky-fixed.bdt-sticky-below {
		width: 100% !important;
		top: 0 !important;
		left: 0 !important;
		position: absolute !important;
	}
}

@media (min-width: 1025px) {
	.custom-sticky-element.left-sidebar-absolute {
		top: auto !important;
		bottom: 0 !important;
		position: absolute !important;
	}
}

.bdt-scrollnav-fixed-yes .left-scrollnav-absolute {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
}

/* custom-blog */
.byline,
.entry-date,
.entry-meta a,
.entry-meta-single a,
.comments-area .logged-in-as a,
.comments-area .logged-in-as span {
    font-family: montserrat,Sans-serif !important;
}

.article-title a {
    font-weight: 400;
	color: var(--global-palette4);
	font-family: "Vidaloka", Sans-serif;
}

article p {
	line-height: 1.7em;
    color: var(--global-palette6);
    font-family: montserrat,Sans-serif;
}

.widget-area label {
	font-weight: 400;
	color: var(--global-palette4) !important;
}

.widget-area input[type="search"] {
	color: var(--global-palette4) !important;
}

.widget-area input[type="search"]:focus,
.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="number"]:focus,
.comments-area input[type="url"]:focus {
	border-color: var(--global-palette1) !important;
}

.widget-area h2 {
    font-size: 20px;
	font-weight: 400;
	color: var(--global-palette4);
	font-family: "Vidaloka", Sans-serif;
}

.wp-block-latest-posts li {
    padding-top: 7px;
}

.wp-block-latest-comments__comment-meta {
	color: var(--global-palette6) !important;
	font-family: montserrat,Sans-serif !important;
}

.wp-block-latest-comments__comment-meta a {
	color: var(--global-palette1) !important;
	font-family: montserrat,Sans-serif !important;
}

.wp-block-latest-comments,
.wp-block-latest-comments li:last-child {
	margin-bottom: 0;
}

.read-more,
label span,
.category_items a,
.comment-reply-title,
article .entry-header .entry-title,
article .entry-header .entry-title a,
article .entry-single-header .entry-title,
.comments-area .comment-form-comment label {
	font-family: "Vidaloka", Sans-serif !important;
}

article .entry-header .entry-title a {
	font-weight: 400 !important;
	color: var(--global-palette4) !important;
}

article .entry-single-header .entry-title {
	font-weight: 400 !important;
}

.comment-reply-title {
	font-weight: 400 !important;
	color: var(--global-palette4) !important;
}

.tag,
.meta span a,
.comment-notes {
	font-weight: 400 !important;
	color: var(--global-palette4) !important;
	font-family: montserrat,Sans-serif !important;
}

.tag:hover {
    color: var(--global-palette4) !important;
}

.meta.mb-2 {
    margin-top: 20px;
}

article footer a.wp-block-latest-comments__comment-link, aside.widget-area section ul li a {
    font-size: 15px;
    color: var(--global-palette6);
	font-family: montserrat,Sans-serif;
}

article footer a.wp-block-latest-comments__comment-link {
    color: var(--global-palette6) !important;
}

article footer a.wp-block-latest-comments__comment-link:hover, article footer a:hover {
    color: var(--global-palette1) !important;
}

.single-post article {
	padding-top: 0 !important;
}

.entry-footer .comments-link a {
    font-size: 16px;
    font-weight: 500;
    color: var(--global-palette1);
    font-family: montserrat,Sans-serif;
    transition: all ease-in-out 0.3s !important;
}

.entry-footer .edit-link a {
	font-size: 16px;
    font-weight: 500;
	color: var(--global-palette4);
    font-family: montserrat,Sans-serif;
    transition: all ease-in-out 0.3s !important;
}

.post-edit-link:focus, button:focus, .form-submit input:focus {
    background-color: var(--global-palette1) !important;
}

/* comments-area */
.comments-area .comments-title {
    margin-bottom: 0;
    font-size: 20px;
	font-weight: 400 !important;
	color: var(--global-palette4) !important;
	font-family: "Vidaloka", Sans-serif;
}

.comments-area .comment-list article {
	margin-top: 0 !important;
	padding: 25px !important;
	box-shadow: 0 20px 40px 0 rgb(50 65 141 / 12%) !important;
}

.comments-area .comment-list li.comment {
	padding: 25px;
	margin-top: 0;
}

.comments-area .comment-author {
	display: block;
    align-items: center;
}

.comments-area .comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 3px;
	object-fit: cover;
    border: 1px solid var(--global-palette6);
}

.comments-area .comment-author span,
.comments-area .comment-author a {
	font-size: 14px !important;
	font-family: montserrat,Sans-serif !important;
}

.comments-area .comment-author span {
	font-weight: 500;
	color: var(--global-palette4) !important;
}

.comments-area .comment-author span,
.comments-area .comment-author b {
    margin-left: 0;
}

.comments-area .comment-respond {
	margin-top: 30px;
	box-shadow: 0 20px 40px 0 rgb(50 65 141 / 12%) !important;
}

.comments-area .comment-metadata a {
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	color: var(--global-palette4);
	font-family: montserrat,Sans-serif !important;
}

.comments-area .comment-metadata a:hover {
	color: var(--global-palette1);
}

.comments-area .comment-metadata a::before {
	position: absolute;
	left: 0;
	content: '\f073';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	top: 50%;
    transform: translateY(-50%);
}

.comments-area .comment-metadata .edit-link a {
	padding-left: 0;
	color: var(--global-palette1) !important;
}

.comments-area .comment-metadata .edit-link a::before {
	display: none;
}

.comments-area .comment-metadata {
    margin-bottom: 15px;
}

.comments-area .comment-metadata .edit-link,
.comment-content, .comment-metadata {
    margin-left: 0;
}

.comments-area .comment-content p {
    position: relative;
    padding-left: 25px;
}

.comments-area .comment-content p::before {
    position: absolute;
    content: '\f086';
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: .8;
    color: var(--global-palette4);
}

.comments-area .comment-content a {
	color: var(--global-palette1) !important;
}

.comments-area  .reply {
    text-align: left;
}

.comments-area .reply a {
    position: relative;
    padding-left: 20px;
	font-weight: 600;
    color: var(--global-palette1) !important;
	font-family: montserrat,Sans-serif !important;
}

.comments-area .reply a::before {
    position: absolute;
    content: '\f3e5';
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: .8;
	top: 50%;
	transform: translateY(-50%);
}

.comments-area .comment-reply-title small a {
    font-size: 16px;
    margin-left: 10px;
    color: var(--global-palette1) !important;
	font-family: montserrat,Sans-serif !important;
}

.comments-area .logged-in-as a {
    font-size: 16px;
    color: var(--global-palette1) !important;
}

.comments-area .logged-in-as span {
    font-size: 16px;
	color: var(--global-palette4) !important;
}

.comments-area .comment-form-comment label {
	color: var(--global-palette4) !important;
}

.comments-area .form-submit {
	margin-bottom: 0 !important;
}

.comments-area textarea {
	color: var(--global-palette4) !important;
	font-family: montserrat,Sans-serif !important;
}

.comments-area .comment-form-cookies-consent label {
	font-family: montserrat,Sans-serif !important;
}

.comments-area textarea:focus {
	border-color: var(--global-palette1) !important;
}

.comments-area input[type="submit"] {
	border-radius: 0px !important;
	font-size: 13px !important;
    padding: 10px 25px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
    letter-spacing: 1.56px;
	color: var(--global-palette9) !important;
	font-family: montserrat,Sans-serif !important;
	background-color: var(--global-palette1) !important;
}

@media (min-width: 768px) {
  .comments-area input[type="submit"] {
    padding: 15px 26px !important;
  }

}

.comments-area input {
	color: var(--global-palette4) !important;
}

/* custom-blog-testimonial */
.custom-blog-testimonial .elementor-testimonial-content {
	position: relative;
	padding: 40px 40px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0 !important;
	background-color: var(--global-palette1);
}

.custom-blog-testimonial .elementor-testimonial-content::before {
	position: absolute;
	content: '\f10d';
	left: 10px;
	top: 25px;
	font-size: 25px;
	opacity: .5;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.custom-blog-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta {
	margin-top: -30px;
	position: relative;
	z-index: 10;
}

.custom-blog-testimonial img {
	margin: 0 auto !important;
}

.custom-blog-testimonial .elementor-testimonial-job {
	line-height: initial;
}

@media (min-width: 1025px) {
	.custom-blog-testimonial .elementor-testimonial-content::before {
		left: 20px;
		top: 40px;
	}
	
	.custom-blog-testimonial .elementor-testimonial-content {
		padding: 60px 50px;
	}
	
	.custom-blog-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta {
		margin-top: -35px;
	}
}

