/*  Elementor Custom Skin    */
/*  https://www.dudaster.com */
.swiper-container.swiper-initialized .ecs-posts{
   overflow:visible; 
}
.ecs-post-loop .elementor-page-title{
  display:block;
}

.ecs-loop-preview{
  height:100%;
  width:100%;
  background:lightgray;
  border:solid 1px gray;
  padding:5px;
}
.ecs-loop-preview h3{
  font-size:16px;
  font-weight:500;
  
}
.ecs-loop-preview span{
  font-size:12px;
}
.ecs-loop-preview .ecs-image-holder{
    width: 100%;
    line-height: 113px;
    background-color: #808080;
    font-size: 45px;
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
    color: #929191;
}

.ecs-link-wrapper{
  cursor: pointer;
}
.elementor-widget-ele-loop-item, .elementor-widget-ele-loop-item > .elementor-widget-container,
.elementor-element-edit-mode.elementor-widget-ele-loop-item, .elementor-element-edit-mode.elementor-widget-ele-loop-item > .elementor-widget-container{
  
    height: 100%;

}
/* Fix for Elementor 3.4 */

.elementor-widget-posts .ecs-posts .elementor-button-wrapper {
    margin-top: 0;
}

/* Fix astra css issues */

.ecs-post-loop .ast-article-single{
    background-color: none;
    border-bottom:none;
    margin: 0;
    padding: 0;
}
.ecs-post-loop.ast-article-post{
    width:100%;
}
/* fix storeforent css issues*/

.theme-storefront.elementor-editor-active #primary.content-area{
	float:none;
} 

/* Lazy Load Animations */

.elementor-editor-active .ecs-lazyload a,.elementor-editor-preview .ecs-lazyload a{
  display:none;
}
.animation-hidden .ecs-lazy-load-animation{
  height:0;
  visibility:hidden;
}

/* loading bar progresion */
/*
<div class="barload-wrapper  ecs-lazy-load-animation"><div class="barload-border ecs-ll-brcolor"><div class="barload-whitespace"><div class="barload-line ecs-ll-bgcolor"></div></div></div></div>
*/
.barload-wrapper {
	width: 195px;
	height: 1em;
	position: relative;
	display:inline-block;
  font-size:16px;
  padding:10px;
}

.barload-border {
	border: 3px solid rgb(34,34,34);
	height: 100%;
	width: 100%;
	position: relative;
	
	top: -50%;
	padding: 4px 3px;
}

.barload-whitespace {
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.barload-line {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(0,0,0);
	animation: barload-slide 2.75s steps(40) infinite;
		-o-animation: barload-slide 2.75s steps(40) infinite;
		-ms-animation: barload-slide 2.75s steps(40) infinite;
		-webkit-animation: barload-slide 2.75s steps(40) infinite;
		-moz-animation: barload-slide 2.75s steps(40) infinite;
}



@keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-o-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-ms-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-webkit-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-moz-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}
/* four ball moving from left to right*/
/*
<div class="ballsload-container ecs-lazy-load-animation"><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div></div>
*/

.barload-wrapper ,.barload-wrapper * {
  box-sizing:content-box;
} 
.ballsload-container{
    font-size:16px;
    padding:10px;
    position:relative;
	}
	
.ballsload-container div {
	width: 1em;
	height: 1em;
	position: absolute;
	background-color: rgb(0,0,0);
	top: 0;
	border-radius: 50%;
}

.ballsload-container div:nth-child(1) {

	animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.ballsload-container div:nth-child(2) {

	animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.ballsload-container div:nth-child(3) {

	animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.ballsload-container div:nth-child(4) {

	animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}



@keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-o-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-ms-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-webkit-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-moz-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}


/* one ball sliding left to right */
/*
<div id="movingBallG" class="ecs-lazy-load-animation"><div class="movingBallLineG  ecs-ll-bgcolor"></div><div id="movingBallG_1" class="movingBallG ecs-ll-bgcolor"></div></div>
*/

#movingBallG{
	position:relative;
	width:250px;
	height:19px;
	display:inline-block;
  font-size:16px;
}

.movingBallLineG{
	position:absolute;
	left:0px;
	top:0.5em;
	height:0.25em;
	width:250px;
	background-color:rgb(0,0,0);
}

.movingBallG{
	background-color:rgb(0,0,0);
	position:absolute;
	top:0;
	left:0;
	width:1.188em;
	height:1.188em;
	border-radius:100px;
		-o-border-radius:100px;
		-ms-border-radius:100px;
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
	animation-name:bounce_movingBallG;
		-o-animation-name:bounce_movingBallG;
		-ms-animation-name:bounce_movingBallG;
		-webkit-animation-name:bounce_movingBallG;
		-moz-animation-name:bounce_movingBallG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}



@keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}

@-o-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}

@-ms-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}

@-webkit-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}

@-moz-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}


/* loading 3 dots moving form left to write */

/* 
<div class="lds-ellipsis ecs-lazy-load-animation"><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div></div> 
*/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 8em;
  height: 1em;
  font-size:13px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 1em;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 1em;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 4em;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 7em;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(3em, 0);
  }
}





.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-2372 .elementor-element.elementor-element-297266d img{width:100%;height:180px;object-fit:cover;object-position:center center;border-radius:8px 8px 8px 8px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2372 .elementor-element.elementor-element-fc77226 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:15px;font-weight:700;line-height:17.25px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2372 .elementor-element.elementor-element-91a6d13 > .elementor-widget-container{margin:-10px 0px 0px 0px;padding:0px 20px 0px 0px;}.elementor-2372 .elementor-element.elementor-element-91a6d13 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:21.3px;font-weight:800;text-transform:capitalize;line-height:32px;color:var( --e-global-color-secondary );}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-family:var( --e-global-typography-text-font-family ), Sans-serif;color:var( --e-global-color-text );}.elementor-2372 .elementor-element.elementor-element-8a9dca9 > .elementor-widget-container{margin:-5px 0px 0px 0px;}.elementor-2372 .elementor-element.elementor-element-8a9dca9 .elementor-widget-container{font-size:16px;font-weight:400;line-height:27px;color:#343434;}.elementor-2372 .elementor-element.elementor-element-49aa6e2{margin-top:-5px;margin-bottom:0px;}.elementor-2372 .elementor-element.elementor-element-c92499f{width:auto;max-width:auto;}.elementor-2372 .elementor-element.elementor-element-c92499f .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;line-height:25px;color:var( --e-global-color-secondary );}.elementor-2372 .elementor-element.elementor-element-42f6100{width:auto;max-width:auto;}.elementor-2372 .elementor-element.elementor-element-42f6100 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;line-height:25px;color:#B0BCCA;}@media(min-width:768px){.elementor-2372 .elementor-element.elementor-element-cfacde5{width:39.999%;}.elementor-2372 .elementor-element.elementor-element-54319d4{width:60.001%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-297266d */.elementor-2372 .elementor-element.elementor-element-297266d .elementor-widget-container a{
    width:100%;
}/* End custom CSS */.elementor-4646 .elementor-element.elementor-element-32dfb59 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4646 .elementor-element.elementor-element-f5473f1 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4646 .elementor-element.elementor-element-f5473f1, .elementor-4646 .elementor-element.elementor-element-f5473f1 > .elementor-background-overlay{border-radius:8px 8px 8px 8px;}.elementor-4646 .elementor-element.elementor-element-f5473f1{padding:10px 10px 10px 10px;}.elementor-4646 .elementor-element.elementor-element-626a074 > .elementor-element-populated{padding:0px 40px 0px 0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-4646 .elementor-element.elementor-element-eaad0e0 img{border-style:none;}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}.elementor-4646 .elementor-element.elementor-element-ed4a6b5{width:var( --container-widget-width, 205px );max-width:205px;--container-widget-width:205px;--container-widget-flex-grow:0;bottom:0px;}.elementor-4646 .elementor-element.elementor-element-ed4a6b5 > .elementor-widget-container{background-color:var( --e-global-color-7f7af46 );padding:16px 16px 16px 16px;border-radius:8px 8px 8px 8px;box-shadow:0px 3px 18px 0px rgba(82.99999999999999, 114.00000000000011, 187, 0.13);}body:not(.rtl) .elementor-4646 .elementor-element.elementor-element-ed4a6b5{right:0px;}body.rtl .elementor-4646 .elementor-element.elementor-element-ed4a6b5{left:0px;}.elementor-4646 .elementor-element.elementor-element-ed4a6b5 .elementor-blockquote__content{color:var( --e-global-color-98ec615 );font-family:"Inter", Sans-serif;font-size:20px;font-weight:700;line-height:1.6em;}.elementor-4646 .elementor-element.elementor-element-ed4a6b5 .elementor-blockquote__author{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:23.2px;}.elementor-4646 .elementor-element.elementor-element-da72479 > .elementor-element-populated{padding:0px 0px 0px 040px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-4646 .elementor-element.elementor-element-a81b8a3 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:28px;font-weight:800;line-height:1.5em;color:var( --e-global-color-secondary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-4646 .elementor-element.elementor-element-7dfc146 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4646 .elementor-element.elementor-element-7dfc146 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:18px;font-weight:300;line-height:1.7em;color:var( --e-global-color-secondary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;}.elementor-4646 .elementor-element.elementor-element-5970e57 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-4646 .elementor-element.elementor-element-5970e57 .elementor-button:hover, .elementor-4646 .elementor-element.elementor-element-5970e57 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-4646 .elementor-element.elementor-element-5970e57{width:auto;max-width:auto;}.elementor-4646 .elementor-element.elementor-element-5970e57 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(min-width:768px){.elementor-4646 .elementor-element.elementor-element-626a074{width:46%;}.elementor-4646 .elementor-element.elementor-element-da72479{width:54%;}}@media(max-width:767px){.elementor-4646 .elementor-element.elementor-element-626a074 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4646 .elementor-element.elementor-element-eaad0e0 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4646 .elementor-element.elementor-element-da72479 > .elementor-element-populated{padding:20px 0px 0px 0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for blockquote, class: .elementor-element-ed4a6b5 */.elementor-4646 .elementor-element.elementor-element-ed4a6b5 p {
    margin: 0;
}/* End custom CSS */.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-6921 .elementor-element.elementor-element-f3d2ecb img{height:290px;object-fit:cover;object-position:center center;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-6921 .elementor-element.elementor-element-e6c0455 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:28px;font-weight:800;line-height:1.25em;color:var( --e-global-color-secondary );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-family:var( --e-global-typography-text-font-family ), Sans-serif;color:var( --e-global-color-text );}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}.elementor-7000 .elementor-element.elementor-element-f5473f1:not(.elementor-motion-effects-element-type-background), .elementor-7000 .elementor-element.elementor-element-f5473f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7000 .elementor-element.elementor-element-f5473f1, .elementor-7000 .elementor-element.elementor-element-f5473f1 > .elementor-background-overlay{border-radius:8px 8px 8px 8px;}.elementor-7000 .elementor-element.elementor-element-f5473f1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:10px 10px 10px 10px;}.elementor-7000 .elementor-element.elementor-element-f5473f1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-7000 .elementor-element.elementor-element-a81b8a3 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:28px;font-weight:800;line-height:1.5em;color:var( --e-global-color-secondary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-7000 .elementor-element.elementor-element-7dfc146 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7000 .elementor-element.elementor-element-7dfc146 .elementor-heading-title{font-family:"colfax-web", Sans-serif;font-weight:300;color:var( --e-global-color-secondary );}.elementor-7000 .elementor-element.elementor-element-ce354d2 .elementor-heading-title{font-family:"colfax-web", Sans-serif;font-size:20px;font-weight:400;color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-7000 .elementor-element.elementor-element-626a074{width:31.983%;}.elementor-7000 .elementor-element.elementor-element-da72479{width:68.017%;}}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-7782 .elementor-element.elementor-element-297266d img{width:100%;height:180px;object-fit:cover;object-position:center center;border-radius:8px 8px 8px 8px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-7782 .elementor-element.elementor-element-fc77226 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:15px;font-weight:700;line-height:17.25px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-7782 .elementor-element.elementor-element-91a6d13 > .elementor-widget-container{margin:-10px 0px 0px 0px;padding:0px 20px 0px 0px;}.elementor-7782 .elementor-element.elementor-element-91a6d13 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:21.3px;font-weight:800;text-transform:capitalize;line-height:32px;color:var( --e-global-color-secondary );}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-family:var( --e-global-typography-text-font-family ), Sans-serif;color:var( --e-global-color-text );}.elementor-7782 .elementor-element.elementor-element-8a9dca9 > .elementor-widget-container{margin:-5px 0px 0px 0px;}.elementor-7782 .elementor-element.elementor-element-8a9dca9 .elementor-widget-container{font-family:"colfax-web", Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#343434;}.elementor-7782 .elementor-element.elementor-element-49aa6e2{margin-top:-5px;margin-bottom:0px;}.elementor-7782 .elementor-element.elementor-element-c92499f{width:auto;max-width:auto;}.elementor-7782 .elementor-element.elementor-element-c92499f .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;line-height:25px;color:var( --e-global-color-secondary );}.elementor-7782 .elementor-element.elementor-element-42f6100{width:auto;max-width:auto;}.elementor-7782 .elementor-element.elementor-element-42f6100 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;line-height:25px;color:#B0BCCA;}@media(min-width:768px){.elementor-7782 .elementor-element.elementor-element-cfacde5{width:39.999%;}.elementor-7782 .elementor-element.elementor-element-54319d4{width:60.001%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-297266d */.elementor-7782 .elementor-element.elementor-element-297266d .elementor-widget-container a{
    width:100%;
}/* End custom CSS */.elementor-13097 .elementor-element.elementor-element-bb71bd8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-13097 .elementor-element.elementor-element-bb71bd8 > .elementor-container{min-height:640px;}.elementor-13097 .elementor-element.elementor-element-bb71bd8:not(.elementor-motion-effects-element-type-background), .elementor-13097 .elementor-element.elementor-element-bb71bd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:top center;background-size:100% auto;}.elementor-13097 .elementor-element.elementor-element-bb71bd8{border-style:solid;border-width:1px 1px 1px 1px;border-color:#E4E4E4;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-13097 .elementor-element.elementor-element-bb71bd8, .elementor-13097 .elementor-element.elementor-element-bb71bd8 > .elementor-background-overlay{border-radius:8px 8px 8px 8px;}.elementor-13097 .elementor-element.elementor-element-bb71bd8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13097 .elementor-element.elementor-element-6b8826a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;}.elementor-13097 .elementor-element.elementor-element-a672ca0 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-13097 .elementor-element.elementor-element-a672ca0 .elementor-button:hover, .elementor-13097 .elementor-element.elementor-element-a672ca0 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-13097 .elementor-element.elementor-element-275ea9f .elementor-button{background-color:#FFFFFF;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-13097 .elementor-element.elementor-element-275ea9f .elementor-button:hover, .elementor-13097 .elementor-element.elementor-element-275ea9f .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-13097 .elementor-element.elementor-element-275ea9f .elementor-button:hover svg, .elementor-13097 .elementor-element.elementor-element-275ea9f .elementor-button:focus svg{fill:#FFFFFF;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-13097 .elementor-element.elementor-element-2b192b9{width:auto;max-width:auto;align-self:center;}.elementor-13097 .elementor-element.elementor-element-2b192b9 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:20px;font-weight:700;line-height:1.4em;color:var( --e-global-color-text );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-13097 .elementor-element.elementor-element-0db31e1{width:auto;max-width:auto;}.elementor-13097 .elementor-element.elementor-element-0db31e1 > .elementor-widget-container{background-color:#DCECFF;margin:0px 0px 1px 15px;padding:1px 8px 1px 8px;border-radius:8px 8px 8px 8px;}.elementor-13097 .elementor-element.elementor-element-0db31e1 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;color:#0774F5;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-13097 .elementor-element.elementor-element-2b192b9 .elementor-heading-title{font-size:18px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-13097 .elementor-element.elementor-element-0db31e1 > .elementor-widget-container{margin:0px 0px 1px 6px;padding:0px 6px 0px 6px;}.elementor-13097 .elementor-element.elementor-element-0db31e1 .elementor-heading-title{font-size:13px;}}/* Start custom CSS for heading, class: .elementor-element-0db31e1 */.elementor-13097 .elementor-element.elementor-element-0db31e1 {
    display: none;
}
.elementor-13097 .elementor-element.elementor-element-0db31e1.Tak {
    display: inline-block;
}
.elementor-13097 .elementor-element.elementor-element-0db31e1 svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
@media(max-width: 767px) {
    .elementor-13097 .elementor-element.elementor-element-0db31e1 svg {
        width: 14px;
        height: auto;
        margin: 0 2px 4px 0;
    }
    .elementor-13097 .elementor-element.elementor-element-0db31e1 .elementor-widget-container {
        padding: 0 6px 2px;
        margin: 0 0 1px 3px;
    }
    .elementor-13097 .elementor-element.elementor-element-0db31e1 .elementor-heading-title {
        font-size: 13px;
    }
}
.elementor-13097 .elementor-element.elementor-element-0db31e1 .tooltip {
    position: absolute;
    z-index: 9;
    background: #3C4144;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    width: 240px;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s;
}
@media(max-width: 767px) {
    .elementor-13097 .elementor-element.elementor-element-0db31e1 .tooltip {
        width: 200px;
    }
}
.elementor-13097 .elementor-element.elementor-element-0db31e1 .tooltip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #3c4144 transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 3px);
}
.elementor-13097 .elementor-element.elementor-element-0db31e1:hover .tooltip {
    opacity: 1;
    bottom: calc(100% + 8px);
}/* End custom CSS */.elementor-13445 .elementor-element.elementor-element-bb71bd8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-13445 .elementor-element.elementor-element-bb71bd8 > .elementor-container{min-height:540px;}.elementor-13445 .elementor-element.elementor-element-bb71bd8:not(.elementor-motion-effects-element-type-background), .elementor-13445 .elementor-element.elementor-element-bb71bd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:top center;background-size:100% auto;}.elementor-13445 .elementor-element.elementor-element-bb71bd8{border-style:solid;border-width:1px 1px 1px 1px;border-color:#E4E4E4;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-13445 .elementor-element.elementor-element-bb71bd8, .elementor-13445 .elementor-element.elementor-element-bb71bd8 > .elementor-background-overlay{border-radius:8px 8px 8px 8px;}.elementor-13445 .elementor-element.elementor-element-bb71bd8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13445 .elementor-element.elementor-element-6b8826a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;}.elementor-13445 .elementor-element.elementor-element-a672ca0 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-13445 .elementor-element.elementor-element-a672ca0 .elementor-button:hover, .elementor-13445 .elementor-element.elementor-element-a672ca0 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-13445 .elementor-element.elementor-element-275ea9f .elementor-button{background-color:#FFFFFF;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-13445 .elementor-element.elementor-element-275ea9f .elementor-button:hover, .elementor-13445 .elementor-element.elementor-element-275ea9f .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-13445 .elementor-element.elementor-element-275ea9f .elementor-button:hover svg, .elementor-13445 .elementor-element.elementor-element-275ea9f .elementor-button:focus svg{fill:#FFFFFF;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-13445 .elementor-element.elementor-element-2b192b9{width:auto;max-width:auto;align-self:center;}.elementor-13445 .elementor-element.elementor-element-2b192b9 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:20px;font-weight:700;line-height:1.4em;color:var( --e-global-color-text );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-13445 .elementor-element.elementor-element-85e0e97{width:auto;max-width:auto;}.elementor-13445 .elementor-element.elementor-element-85e0e97 > .elementor-widget-container{background-color:#DCECFF;margin:0px 0px 1px 15px;padding:1px 8px 1px 8px;border-radius:8px 8px 8px 8px;}.elementor-13445 .elementor-element.elementor-element-85e0e97 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;color:#0774F5;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-13445 .elementor-element.elementor-element-2b192b9 .elementor-heading-title{font-size:18px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for heading, class: .elementor-element-85e0e97 */.elementor-13445 .elementor-element.elementor-element-85e0e97 {
    display: none;
}
.elementor-13445 .elementor-element.elementor-element-85e0e97.Tak {
    display: inline-block;
}
.elementor-13445 .elementor-element.elementor-element-85e0e97 svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
@media(max-width: 767px) {
    .elementor-13445 .elementor-element.elementor-element-85e0e97 svg {
        width: 14px;
        height: auto;
        margin: 0 2px 4px 0;
    }
    .elementor-13445 .elementor-element.elementor-element-85e0e97 .elementor-widget-container {
        padding: 0 6px 2px;
        margin: 0 0 1px 3px;
    }
    .elementor-13445 .elementor-element.elementor-element-85e0e97 .elementor-heading-title {
        font-size: 13px;
    }
}
.elementor-13445 .elementor-element.elementor-element-85e0e97 .tooltip {
    position: absolute;
    z-index: 9;
    background: #3C4144;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    width: 240px;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s;
}
@media(max-width: 767px) {
    .elementor-13445 .elementor-element.elementor-element-85e0e97 .tooltip {
        width: 200px;
    }
}
.elementor-13445 .elementor-element.elementor-element-85e0e97 .tooltip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #3c4144 transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 3px);
}
.elementor-13445 .elementor-element.elementor-element-85e0e97:hover .tooltip {
    opacity: 1;
    bottom: calc(100% + 8px);
}/* End custom CSS */.elementor-15760 .elementor-element.elementor-element-9df746b > .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-f649ea5 );padding:0px 0px 0px 0px;}.elementor-15760 .elementor-element.elementor-element-9df746b > .elementor-element-populated, .elementor-15760 .elementor-element.elementor-element-9df746b > .elementor-element-populated > .elementor-background-overlay, .elementor-15760 .elementor-element.elementor-element-9df746b > .elementor-background-slideshow{border-radius:8px 8px 8px 8px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-15760 .elementor-element.elementor-element-f636c52 img{width:100%;height:200px;object-fit:cover;object-position:center center;border-radius:8px 8px 0px 0px;}.elementor-15760 .elementor-element.elementor-element-831de6a > .elementor-widget-container{margin:-10px 0px 0px 0px;padding:0px 16px 0px 16px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-15760 .elementor-element.elementor-element-9a20841 > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 16px 16px 16px;}.elementor-15760 .elementor-element.elementor-element-9a20841 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:21.3px;font-weight:800;line-height:32px;color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-f636c52 */.elementor-15760 .elementor-element.elementor-element-f636c52 .elementor-widget-container a{
    width:100%;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-831de6a */.elementor-15760 .elementor-element.elementor-element-831de6a {
    font-size: 14px;
    font-family: "Plus Jakarta Sans";
}
.elementor-15760 .elementor-element.elementor-element-831de6a a {
    color: #111111;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url('https://www.upmenu.com/wp-content/uploads/2023/02/PlusJakartaSans-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('https://www.upmenu.com/wp-content/uploads/2023/02/PlusJakartaSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://www.upmenu.com/wp-content/uploads/2023/02/PlusJakartaSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('https://www.upmenu.com/wp-content/uploads/2023/02/PlusJakartaSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('https://www.upmenu.com/wp-content/uploads/2023/02/PlusJakartaSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://www.upmenu.com/wp-content/uploads/2023/02/PlusJakartaSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('https://www.upmenu.com/wp-content/uploads/2023/02/PlusJakartaSans-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */.elementor-34435 .elementor-element.elementor-element-8016622 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-34435 .elementor-element.elementor-element-8016622 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-34435 .elementor-element.elementor-element-6c886b3 > .elementor-widget-container{margin:0px 0px 16px 0px;}.elementor-34435 .elementor-element.elementor-element-6c886b3{text-align:start;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-34435 .elementor-element.elementor-element-a8dde62{width:initial;max-width:initial;}.elementor-34435 .elementor-element.elementor-element-a8dde62 > .elementor-widget-container{margin:0px 0px 8px 0px;}.elementor-34435 .elementor-element.elementor-element-a8dde62 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:20px;font-weight:700;color:var( --e-global-color-text );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-34435 .elementor-element.elementor-element-b5d46da > .elementor-widget-container{margin:0px 0px 16px 0px;}.elementor-34435 .elementor-element.elementor-element-b5d46da .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;line-height:1.94em;color:var( --e-global-color-text );}.elementor-34435 .elementor-element.elementor-element-43a5c52 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:15px;font-weight:500;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for heading, class: .elementor-element-b5d46da */.elementor-34435 .elementor-element.elementor-element-b5d46da p {
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-43a5c52 */.elementor-34435 .elementor-element.elementor-element-43a5c52 a i {
    font-size: 12px;
    margin: -1px 0 1px 5px;
    display: inline-block;
    vertical-align: middle;
}
.elementor-34435 .elementor-element.elementor-element-43a5c52 .elementor-heading-title {
    font-size: 0 !important;
}
.elementor-34435 .elementor-element.elementor-element-43a5c52 .elementor-heading-title a {
    font-size: 15px !important;
}/* End custom CSS */.elementor-35839 .elementor-element.elementor-element-8016622 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-35839 .elementor-element.elementor-element-8016622 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-35839 .elementor-element.elementor-element-6c886b3 > .elementor-widget-container{margin:0px 0px 16px 0px;}.elementor-35839 .elementor-element.elementor-element-6c886b3{text-align:start;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-35839 .elementor-element.elementor-element-a8dde62{width:initial;max-width:initial;}.elementor-35839 .elementor-element.elementor-element-a8dde62 > .elementor-widget-container{margin:0px 0px 8px 0px;}.elementor-35839 .elementor-element.elementor-element-a8dde62 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:20px;font-weight:700;color:var( --e-global-color-text );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-35839 .elementor-element.elementor-element-b5d46da > .elementor-widget-container{margin:0px 0px 16px 0px;}.elementor-35839 .elementor-element.elementor-element-b5d46da .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;line-height:1.94em;color:var( --e-global-color-text );}.elementor-35839 .elementor-element.elementor-element-43a5c52 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:15px;font-weight:500;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for heading, class: .elementor-element-b5d46da */.elementor-35839 .elementor-element.elementor-element-b5d46da p {
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-43a5c52 */.elementor-35839 .elementor-element.elementor-element-43a5c52 a i {
    font-size: 12px;
    margin: -1px 0 1px 5px;
    display: inline-block;
    vertical-align: middle;
}
.elementor-35839 .elementor-element.elementor-element-43a5c52 .elementor-heading-title {
    font-size: 0 !important;
}
.elementor-35839 .elementor-element.elementor-element-43a5c52 .elementor-heading-title a {
    font-size: 15px !important;
}/* End custom CSS */.elementor-40529 .elementor-element.elementor-element-bb71bd8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-end;align-items:flex-end;}.elementor-40529 .elementor-element.elementor-element-bb71bd8 > .elementor-container{min-height:640px;}.elementor-40529 .elementor-element.elementor-element-bb71bd8:not(.elementor-motion-effects-element-type-background), .elementor-40529 .elementor-element.elementor-element-bb71bd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:top center;background-size:100% auto;}.elementor-40529 .elementor-element.elementor-element-bb71bd8{border-style:solid;border-width:1px 1px 1px 1px;border-color:#E4E4E4;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-40529 .elementor-element.elementor-element-bb71bd8, .elementor-40529 .elementor-element.elementor-element-bb71bd8 > .elementor-background-overlay{border-radius:8px 8px 8px 8px;}.elementor-40529 .elementor-element.elementor-element-bb71bd8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-40529 .elementor-element.elementor-element-6b8826a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;}.elementor-40529 .elementor-element.elementor-element-a672ca0 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-40529 .elementor-element.elementor-element-a672ca0 .elementor-button:hover, .elementor-40529 .elementor-element.elementor-element-a672ca0 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-40529 .elementor-element.elementor-element-275ea9f .elementor-button{background-color:#FFFFFF;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-40529 .elementor-element.elementor-element-275ea9f .elementor-button:hover, .elementor-40529 .elementor-element.elementor-element-275ea9f .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-40529 .elementor-element.elementor-element-275ea9f .elementor-button:hover svg, .elementor-40529 .elementor-element.elementor-element-275ea9f .elementor-button:focus svg{fill:#FFFFFF;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-40529 .elementor-element.elementor-element-2b192b9{width:auto;max-width:auto;align-self:center;}.elementor-40529 .elementor-element.elementor-element-2b192b9 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:20px;font-weight:700;line-height:1.4em;color:var( --e-global-color-text );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-40529 .elementor-element.elementor-element-0db31e1{width:auto;max-width:auto;}.elementor-40529 .elementor-element.elementor-element-0db31e1 > .elementor-widget-container{background-color:#DCECFF;margin:0px 0px 1px 15px;padding:1px 8px 1px 8px;border-radius:8px 8px 8px 8px;}.elementor-40529 .elementor-element.elementor-element-0db31e1 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:400;color:#0774F5;}.elementor-40529 .elementor-element.elementor-element-438fd53{margin-top:-12px;margin-bottom:0px;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-40529 .elementor-element.elementor-element-2b192b9 .elementor-heading-title{font-size:18px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-40529 .elementor-element.elementor-element-0db31e1 > .elementor-widget-container{margin:0px 0px 1px 6px;padding:0px 6px 0px 6px;}.elementor-40529 .elementor-element.elementor-element-0db31e1 .elementor-heading-title{font-size:13px;}}/* Start custom CSS for heading, class: .elementor-element-0db31e1 */.elementor-40529 .elementor-element.elementor-element-0db31e1 {
    display: none;
}
.elementor-40529 .elementor-element.elementor-element-0db31e1.Tak {
    display: inline-block;
}
.elementor-40529 .elementor-element.elementor-element-0db31e1 svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
@media(max-width: 767px) {
    .elementor-40529 .elementor-element.elementor-element-0db31e1 svg {
        width: 14px;
        height: auto;
        margin: 0 2px 4px 0;
    }
    .elementor-40529 .elementor-element.elementor-element-0db31e1 .elementor-widget-container {
        padding: 0 6px 2px;
        margin: 0 0 1px 3px;
    }
    .elementor-40529 .elementor-element.elementor-element-0db31e1 .elementor-heading-title {
        font-size: 13px;
    }
}
.elementor-40529 .elementor-element.elementor-element-0db31e1 .tooltip {
    position: absolute;
    z-index: 9;
    background: #3C4144;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    width: 240px;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s;
}
@media(max-width: 767px) {
    .elementor-40529 .elementor-element.elementor-element-0db31e1 .tooltip {
        width: 200px;
    }
}
.elementor-40529 .elementor-element.elementor-element-0db31e1 .tooltip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #3c4144 transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 3px);
}
.elementor-40529 .elementor-element.elementor-element-0db31e1:hover .tooltip {
    opacity: 1;
    bottom: calc(100% + 8px);
}/* End custom CSS */