/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/free-wordpress-themes/inspiro-lite/
Template: inspiro
Author: WPZOOM
Author URI: https://www.wpzoom.com/
Description: Inspiro is a professional &amp; lightweight photo and video-focused WordPress theme with a modern design. Packed with features including a fullscreen area that supports Vimeo, YouTube &amp; self-hosted video background, Page Builder integration, Inspiro is perfect for showing off your photography and video portfolio. Moreover, the theme is compatible with WooCommerce and popular Page Builders such as Elementor, Beaver Builder. Learn more and check out our powerful premium version at https://www.wpzoom.com/themes/inspiro/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,e-commerce,wide-blocks,portfolio,blog,custom-background,featured-image-header,full-width-template,theme-options,block-styles
Version: 1.4.1.1631167551
Updated: 2021-09-09 06:05:51

*/
:root {
  --moba-primary: #313131;
  --moba-warning: #ffcc00;
  --moba-lightbg: #f5f5f5;
  --moba-white: #fff;
  --moba-black: #000000;
  --moba-red: #f14e4e;
  --moba-green: #37aa34;
  --moba-secondary-text: #1d1c1c;
  --moba-primary-bg: #3c3c3b;
  --border: 5px; /* the border width */
  --slant: 0.7em;
  --moba-yellow-gradient: linear-gradient(
    91deg,
    var(--moba-warning) 0%,
    #f5cb20 100%;
  );
  --moba-font-Oswald: "Oswald";
  --moba-font-Rajdhani: "Rajdhani";
  --moba-box-shadow: 0px 3px 6px #0000005c;
  --moba-fontsize-maintitle: 16px;
  --moba-fontsize-subtitle: 14px;
  --moba-fontsize-description: 12px;
}
/* autofill css */
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill,
input:-moz-autofill,
input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px var(--moba-primary-bg) inset !important;
  color: var(--moba-white) !important;
  background-color: var(--moba-primary-bg) !important;
  -webkit-text-fill-color: var(--moba-white);
}

input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  box-shadow: 0 0 0 1000px var(--moba-primary-bg) inset !important;
  color: var(--moba-white) !important;
  background-color: var(--moba-primary-bg) !important;
  -webkit-text-fill-color: var(--moba-white);
}

/* width */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */

::-webkit-scrollbar-track {
  background: var(--secondary);
}
/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--moba-warning);
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: var(--moba-warning);
}

body {
  font-family: var(--moba-font-Rajdhani);
}
.has-header-image .navbar,
.has-header-video .navbar {
  position: absolute;
  width: 100%;
  background: #101010 !important;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 1%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  background-repeat: repeat-x;
}
.current-menu-item {
  border-bottom: 3px solid #ffcc00;
}
/*  product*/
.product-sec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
h1.main_title {
  font-size: 1.4rem;
  border-bottom: 3px solid #ffcc00;
  width: 100px;
  margin-top: 20px;
}
div#content {
  padding-top: 0px !important;
}
.global-button {
  font-size: 20px;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: var(--moba-black);
  background: var(--moba-warning);
  clip-path: polygon(
    0 0,
    calc(100% - var(--slant)) 0,
    100% var(--slant),
    100% 100%,
    var(--slant) 100%,
    0 calc(100%)
  );
}
.elementor-element.elementor-element-19ba2bf.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  gap: 0px !important;
  padding: 0px !important;
}
.elementor-element.elementor-element-150321e9.subscribe.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  padding: 12px;
  width: 72%;
  margin: -25px auto;
  text-align: center;
}
.subscribe h2.elementor-heading-title.elementor-size-default {
  font-weight: 700;
}
.home .site-footer {
  display: none;
}
.elementor-element.elementor-element-6422e10b.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  border-top: 5px solid #ffcc00;
}
.wpz-slick--carousel .wpz-slick-item {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #f5f5f5;
  padding: 10px;
}
.product-sec .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005c;
}
.product-sec .card .card-header {
  background: transparent linear-gradient(128deg, #ffcc00 0%, #e9cb51 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
.product-sec .card .card-body,
.product-sec .card .card-footer {
  padding: 20px;
}
.product-sec .card .card-header img {
  margin: 0 auto;
  min-width: 80%;
  max-height: 250px;
  min-height: 250px;
}
button.btn.btn-warning {
  padding: 4px 5px;
  background: #ffcc00;
  display: flex;
  align-items: center;
  margin: 3px;
  color: #000000;
}
.card-header-right {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: 39px;
  gap: 2px;
}
.current-menu-item.page_item {
  background: #1E1E1E;
}
a.elementor-item.elementor-item-active {
  color: #ffcc00;
}
.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #ffcc00 !important;
  z-index: 2;
}
a.elementor-item {
  color: #fff;
}
header.elementor-element {
  padding: 0Px;
}.elementor-location-header {
  position: fixed;
  top: 0;
  z-index: 5;
}
p {
  margin-bottom: 0;
}
/* .elementor-element.footer-top.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  background: #ffcc00;
  width: 59%;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  bottom: -21px;
} */
.join-team {
  width: 100%;
  /* display: grid;
  grid-template-columns: 59% 28% 10%; */
  background: #ffcc00;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  bottom: -21px;
  padding: 7px;
  gap: 10px;
}input.text-boxs {
  background: #313131;
  margin: 0px;
}
a.btn.btn-warning {
  background: #313131;
  padding: 0px;
}

/* .elementor-widget-container {
  padding: 30px;
  border-radius: 30px 30px 0px 0px;
} */
.bottom-section-counter .elementor-widget-container {
  padding: 30px;
  border-radius: 0px 0px 30px 30px;
}
.top-section-counter .elementor-widget-container {
  padding: 30px;
  border-radius: 30px 30px 0px 0px;
}
#comments, .previous-post-cover, .post-author,footer.entry-footer{
  display: none;
}.simple-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 130px;
  top: -41px;
  padding: 10px 0px !important;
}.entry-content p {
  margin-bottom: 20px;
  word-wrap: break-word;
  padding-top: 30px;
}
.moba-lightbg {
  background-color: var(--moba-lightbg); /* Light background color */
}

.title-text{
  
    grid-template-columns: repeat(12, 1fr);
    width: calc(min(90rem, 85%));
    margin: 0 auto;
}
.simple-card
{
  color: #434343;
  text-align: center;
}
.simple-card
{
  background: #f5f5f5;
  padding: 20px;
  position: relative;
}

.simple-card-inner
{
  max-width: 60vh;
  margin: auto;
  padding: 0 20px;
}
h1.entry-title, header.entry-header {
  display: none;
}
.product-sec p {
  min-height: 82px;
}
.card.deler-work {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px #00000029;
  border: 1px solid #707070;
  padding: 14px;
  min-height: 480px;
}
.card.deler-work .card-header {
  display: flex;
  justify-content: space-between;
}
.card.deler-work .card-body{
  min-height: 253px;
}
.card.deler-work .card-body{
  
}
.card.deler-work .card-header h3.title {
  border-bottom: 4px solid #ffcc00;
}
h4.company-name {
  color: #3c3c3b;
  margin: 22px 0px 0px 0px;
  padding: 0px;
}
.testimonials .post-grid-inner {
  display: flex;
}
.testimonials .grid-meta-bottom:nth-child(odd) .post-grid-thumbnail {
  order: 2;
}

.testimonials .grid-meta-bottom:nth-child(even) .post-grid-thumbnail{
  order: 1;
}
.category-press-release h3.title {
  display: none;
}
.category-press-release .post-grid-thumbnail {
  margin: 0px 0px 0px 0px !important;
}
 
.category-press-release{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}
.category-press-release .wpz-grid-container .wpz-post a.read-more-btn{
  margin: 5px 0px 0px 0px;
}




.main-headding h2 {
    text-align: left;
    letter-spacing: 0px;
    color: #1D1C1C !important;
    font-size: 25px;
}
.main-headding {
    border-bottom: 4px solid #ffcc00;
    width: fit-content;
}

.wpz-slick-slide.slick-slide {
    background: #ffffff 0% 0% no-repeat padding-box !important;
    box-shadow: unset !important;
    border: unset !important;
    padding: 10px;
}
.wpz-slick--carousel .wpz-slick-item img{
min-width: 100%;
min-height: 52px;
}
.wpz-slick--slider .wpz-slick-content {
	background:unset !important;
	position:relative !important;
}
.wpz-slick-subtitle{
	text-align:center;
}
.join-team {
    width: 40%;
    margin: 0 auto;
}
.title-footer{
	    text-align: left;
    letter-spacing: 0px;
    color: #1D1C1C !important;
    font-size: 25px;
	 padding:0px;
	margin:0px;
	font-weight:600;
}
.footer a {
	color:#fff;
}
.footer a.border-bottom {
    color: #fff;
    padding-bottom: 2px;
    background: linear-gradient(to left, rgb(49 49 49) 0%, rgb(49 49 49) 12%, rgb(122 122 122) 47%, rgb(122 122 122) 100%) left bottom #313131 no-repeat;
    background-size: 100% 2px;
}
.header {
    background: #313131 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}.header {
    background: #313131 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;

}
button.header-btn {
    background: #ffcc00;
    padding: 0px;
    border: none;
}
button.header-btn img {
    height: 46px;
    width: 51px;
}


.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: #fff;
    fill: var(--e-global-color-text);
}

:root {
  --moba-primary: #313131;
  --moba-warning: #ffcc00;
  --moba-lightbg: #f5f5f5;
  --moba-white: #fff;
  --moba-black: #000000;
  --moba-red: #f14e4e;
  --moba-green: #37aa34;
  --moba-secondary-text: #1d1c1c;
  --moba-primary-bg: #3c3c3b;
  --border: 5px; /* the border width */
  --slant: 0.7em;
  --moba-yellow-gradient: linear-gradient(
    91deg,
    var(--moba-warning) 0%,
    #f5cb20 100%;
  );
  --moba-font-Oswald: "Oswald";
  --moba-font-Rajdhani: "Rajdhani";
  --moba-box-shadow: 0px 3px 6px #0000005c;
  --moba-fontsize-maintitle: 16px;
  --moba-fontsize-subtitle: 14px;
  --moba-fontsize-description: 12px;
}
/* autofill css */
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill,
input:-moz-autofill,
input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px var(--moba-primary-bg) inset !important;
  color: var(--moba-white) !important;
  background-color: var(--moba-primary-bg) !important;
  -webkit-text-fill-color: var(--moba-white);
}

input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  box-shadow: 0 0 0 1000px var(--moba-primary-bg) inset !important;
  color: var(--moba-white) !important;
  background-color: var(--moba-primary-bg) !important;
  -webkit-text-fill-color: var(--moba-white);
}

/* width */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */

::-webkit-scrollbar-track {
  background: var(--secondary);
}
/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--moba-warning);
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: var(--moba-warning);
}

body {
  font-family: var(--moba-font-Rajdhani);
}
.has-header-image .navbar,
.has-header-video .navbar {
  position: absolute;
  width: 100%;
  background: #101010 !important;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 1%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  background-repeat: repeat-x;
}
.current-menu-item {
  border-bottom: 3px solid #ffcc00;
}
/*  product*/
.product-sec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
h1.main_title {
  font-size: 1.4rem;
  border-bottom: 3px solid #ffcc00;
  width: 100px;
  margin-top: 20px;
}
div#content {
  padding-top: 0px !important;
}
.global-button {
  font-size: 20px;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: var(--moba-black);
  background: var(--moba-warning);
  clip-path: polygon(
    0 0,
    calc(100% - var(--slant)) 0,
    100% var(--slant),
    100% 100%,
    var(--slant) 100%,
    0 calc(100%)
  );
}
.elementor-element.elementor-element-19ba2bf.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  gap: 0px !important;
  padding: 0px !important;
}
.elementor-element.elementor-element-150321e9.subscribe.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  padding: 12px;
  width: 72%;
  margin: -25px auto;
  text-align: center;
}
.subscribe h2.elementor-heading-title.elementor-size-default {
  font-weight: 700;
}
.home .site-footer {
  display: none;
}
.elementor-element.elementor-element-6422e10b.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  border-top: 5px solid #ffcc00;
}

.product-sec .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000005c;
}
.product-sec .card .card-header {
  background: transparent linear-gradient(128deg, #ffcc00 0%, #e9cb51 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
.product-sec .card .card-body,
.product-sec .card .card-footer {
  padding: 20px;
}
.product-sec .card .card-header img {
  margin: 0 auto;
  min-width: 80%;
  max-height: 250px;
  min-height: 250px;
}
button.btn.btn-warning {
  padding: 4px 5px;
  background: #ffcc00;
  display: flex;
  align-items: center;
  margin: 3px;
  color: #000000;
}
.card-header-right {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: 39px;
  gap: 2px;
}
.current-menu-item.page_item {
  background: #1E1E1E;
}
a.elementor-item.elementor-item-active {
  color: #ffcc00;
}
.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #ffcc00 !important;
  z-index: 2;
}
a.elementor-item {
  color: #fff;
}
header.elementor-element {
  padding: 0Px;
}.elementor-location-header {
  position: fixed;
  top: 0;
  z-index: 5;
}
p {
  margin-bottom: 0;
}
/* .elementor-element.footer-top.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  background: #ffcc00;
  width: 59%;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  bottom: -21px;
} */
input.text-boxs {
  background: #313131;
  margin: 0px;
}
a.btn.btn-warning {
  background: #313131;
  padding: 0px;
}

/* .elementor-widget-container {
  padding: 30px;
  border-radius: 30px 30px 0px 0px;
} */
.bottom-section-counter .elementor-widget-container {
  padding: 30px;
  border-radius: 0px 0px 30px 30px;
}
.top-section-counter .elementor-widget-container {
  padding: 30px;
  border-radius: 30px 30px 0px 0px;
}
#comments, .previous-post-cover, .post-author,footer.entry-footer{
  display: none;
}.simple-card img {
  width: 80px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 130px;
  top: -41px;
  padding: 10px 0px !important;
}.entry-content p {
  margin-bottom: 20px;
  word-wrap: break-word;
  padding-top: 30px;
}
.moba-lightbg {
  background-color: var(--moba-lightbg); /* Light background color */
}

.title-text{
  
    grid-template-columns: repeat(12, 1fr);
    width: calc(min(90rem, 85%));
    margin: 0 auto;
}
.simple-card
{
  color: #434343;
  text-align: center;
}
.simple-card
{
  background: #f5f5f5;
  padding: 20px;
  position: relative;
}

.simple-card-inner
{
  max-width: 60vh;
  margin: auto;
  padding: 0 20px;
}
h1.entry-title, header.entry-header {
  display: none;
}
.product-sec p {
  min-height: 82px;
}
.card.deler-work {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px #00000029;
  border: 1px solid #707070;
  padding: 14px;
  min-height: 480px;
}
.card.deler-work .card-header {
  display: flex;
  justify-content: space-between;
}
.card.deler-work .card-body{
  min-height: 253px;
}
.card.deler-work .card-body{
  
}
.card.deler-work .card-header h3.title {
  border-bottom: 4px solid #ffcc00;
}
h4.company-name {
  color: #3c3c3b;
  margin: 22px 0px 0px 0px;
  padding: 0px;
}
.testimonials .post-grid-inner {
  display: flex;
}
.testimonials .grid-meta-bottom:nth-child(odd) .post-grid-thumbnail {
  order: 2;
}

.testimonials .grid-meta-bottom:nth-child(even) .post-grid-thumbnail{
  order: 1;
}
.category-press-release h3.title {
  display: none;
}
.category-press-release .post-grid-thumbnail {
  margin: 0px 0px 0px 0px !important;
}
 
.category-press-release{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}
.category-press-release .wpz-grid-container .wpz-post a.read-more-btn{
  margin: 5px 0px 0px 0px;
}
.header-button .btn {
    background: #ffcc00;
    padding: 10px;
}
.header-button .btn img {
    height: 35px;
}
.header-button .btn {
    background: #ffcc00;
    padding: 0px;
	border-color:#ffcc00;
	color:#3c3c3b;
}
.header-button {
    display: flex;
    align-items: center;
    gap: 4px;
}
a.btn.contact-btn {
    padding: 10px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
    color: #ffcc00!important;
    fill: var(--yellow) !important;
}
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{
	background-color:var(--yellow);
}
.client-sec img.swiper-slide-image {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F5F5F5;
    PADDING: 3PX 16px;
}
.elementor-location-header {
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
}
.elementor-widget-counter .elementor-counter-number-wrapper {
    color: #3c3c3b;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}
h3 {
    color: #ffcc00;
}

@media (max-width: 1024px) {
    .elementor-10299 .elementor-element.elementor-element-6f035780.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-10299 .elementor-element.elementor-element-6f035780.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-7480 .elementor-element.elementor-element-35a50bf0.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-7480 .elementor-element.elementor-element-35a50bf0.e-con {
		width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-8842 .elementor-element.elementor-element-75da1310.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-8842 .elementor-element.elementor-element-75da1310.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-8842 .elementor-element.elementor-element-03bf281.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-8842 .elementor-element.elementor-element-03bf281.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-10846 .elementor-element.elementor-element-6a97fa2f.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-10846 .elementor-element.elementor-element-6a97fa2f.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-10846 .elementor-element.elementor-element-0fd73ba.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-10846 .elementor-element.elementor-element-0fd73ba.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11330 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11330 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11330 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}}

@media (max-width: 1024px) {
    .elementor-11330 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}

@media (max-width: 767px) {
    .elementor-11330 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}}

@media (max-width: 1024px) {
    .elementor-11330 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}

@media (max-width: 767px) {
    .elementor-11330 .elementor-element.elementor-element-55596d4.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}}

@media (max-width: 1024px) {
    .elementor-11330 .elementor-element.elementor-element-55596d4.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-10855 .elementor-element.elementor-element-6a97fa2f.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-10855 .elementor-element.elementor-element-6a97fa2f.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-10855 .elementor-element.elementor-element-0fd73ba.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-10855 .elementor-element.elementor-element-0fd73ba.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11424 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11424 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11424 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11424 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}

@media (max-width: 767px) {
    .elementor-11433 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11433 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11433 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11433 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}

@media (max-width: 767px) {
    .elementor-11433 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11433 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11441 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
 @media (max-width: 1024px) {
    .elementor-11441 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}

@media (max-width: 767px) {
    .elementor-11441 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
 @media (max-width: 1024px) {
    .elementor-11441 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}

@media (max-width: 767px) {
    .elementor-11446 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11446 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11446 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11446 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11454 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11454 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11454 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11454 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11507 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11507 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11459 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11459 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11459 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11459 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11459 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11459 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11472 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11472 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11472 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11472 .elementor-element.elementor-element-5f62f08.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11472 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11472 .elementor-element.elementor-element-b112969.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11472 .elementor-element.elementor-element-55596d4.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11472 .elementor-element.elementor-element-55596d4.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11497 .elementor-element.elementor-element-55596d4.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11497 .elementor-element.elementor-element-55596d4.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11497 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11497 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11502 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11502 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11502 .elementor-element.elementor-element-55596d4.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11502 .elementor-element.elementor-element-55596d4.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-4684 .elementor-element.elementor-element-5a587910.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-4684 .elementor-element.elementor-element-5a587910.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-11330 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-11330 .elementor-element.elementor-element-c9c1634.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-9884 .elementor-element.elementor-element-e9ec81a.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-9884 .elementor-element.elementor-element-e9ec81a.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-10299 .elementor-element.elementor-element-6f035780.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 1024px) {
    .elementor-10299 .elementor-element.elementor-element-6f035780.e-con {
        width :auto!important;
		margin-left: 24%!important;
    }
}
@media (max-width: 767px) {
    .elementor-4684 .elementor-element.elementor-element-307f4eb3.e-con {
        --align-self: stretch;
        --order: 2;
        width: auto !important;
        margin-left: 24% !important;
    }
}
@media (max-width: 1024px) {
    .elementor-4684 .elementor-element.elementor-element-307f4eb3.e-con {
        --align-self: stretch;
        --order: 2;
        width: auto !important;
        margin-left: 24% !important;
    }
}