@charset "UTF-8";
/* Elementor Commom */
.owl-carousel .owl-stage-outer.overlay {
  margin: -10px -10px -130px;
  padding: 10px 10px 130px;
  height: auto !important;
}

.elementor {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}

.elementor a {
  box-shadow: none;
  text-decoration: none;
}

.elementor hr {
  margin: 0;
  background-color: transparent;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.elementor figure {
  margin: 0;
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
}

.elementor .elementor-custom-embed {
  line-height: 0;
}

.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

.elementor .elementor-background-video {
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.elementor .elementor-background-video-fallback {
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  height: 100%;
  z-index: 2;
}

.elementor .elementor-html5-video {
  object-fit: cover;
}

.elementor .elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.elementor .elementor-invisible {
  visibility: hidden;
}

.elementor-align-center {
  text-align: center;
}

.elementor-align-center .btn-traditional {
  width: auto;
}

.elementor-align-right {
  text-align: right;
}

.elementor-align-right .btn-traditional {
  width: auto;
}

.elementor-align-right .btn-block {
  text-align: right;
}

.elementor-align-left {
  text-align: left;
}

.elementor-align-left .btn-traditional {
  width: auto;
}

.elementor-align-left .btn-block {
  text-align: left;
}

.elementor-align-justify .elementor-button {
  width: 100%;
}

@media (max-width: 1023px) {
  .elementor-tablet-align-center {
    text-align: center;
  }

  .elementor-tablet-align-center .elementor-button {
    width: auto;
  }

  .elementor-tablet-align-right {
    text-align: right;
  }

  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }

  .elementor-tablet-align-left {
    text-align: left;
  }

  .elementor-tablet-align-left .elementor-button {
    width: auto;
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }

  .elementor-mobile-align-center .elementor-button {
    width: auto;
  }

  .elementor-mobile-align-right {
    text-align: right;
  }

  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }

  .elementor-mobile-align-left {
    text-align: left;
  }

  .elementor-mobile-align-left .elementor-button {
    width: auto;
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}

#elementor-select-preset {
  display: none;
}

.elementor-section {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.elementor-section .elementor-container {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.elementor-section.elementor-section-stretched {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.elementor-section.elementor-section-items-top > .elementor-container {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.elementor-section.elementor-section-items-middle > .elementor-container {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.elementor-section.elementor-section-content-top .elementor-column-wrap {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.elementor-section.elementor-section-content-middle .elementor-column-wrap {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.elementor-section.elementor-section-content-bottom .elementor-column-wrap {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }

  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}

.elementor-row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.elementor-column-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
}

.elementor-editor-active .elementor-widget-wrap {
  z-index: 1;
}

.elementor-widget {
  position: relative;
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: -ms-flexbox;
  display: flex;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}

@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }

  .elementor-column.elementor-xs-20 {
    width: 20%;
  }

  .elementor-column.elementor-xs-25 {
    width: 25%;
  }

  .elementor-column.elementor-xs-30 {
    width: 30%;
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }

  .elementor-column.elementor-xs-40 {
    width: 40%;
  }

  .elementor-column.elementor-xs-50 {
    width: 50%;
  }

  .elementor-column.elementor-xs-60 {
    width: 60%;
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }

  .elementor-column.elementor-xs-70 {
    width: 70%;
  }

  .elementor-column.elementor-xs-75 {
    width: 75%;
  }

  .elementor-column.elementor-xs-80 {
    width: 80%;
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }

  .elementor-column.elementor-xs-90 {
    width: 90%;
  }

  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }

  .elementor-column.elementor-sm-20 {
    width: 20%;
  }

  .elementor-column.elementor-sm-25 {
    width: 25%;
  }

  .elementor-column.elementor-sm-30 {
    width: 30%;
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }

  .elementor-column.elementor-sm-40 {
    width: 40%;
  }

  .elementor-column.elementor-sm-50 {
    width: 50%;
  }

  .elementor-column.elementor-sm-60 {
    width: 60%;
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }

  .elementor-column.elementor-sm-70 {
    width: 70%;
  }

  .elementor-column.elementor-sm-75 {
    width: 75%;
  }

  .elementor-column.elementor-sm-80 {
    width: 80%;
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }

  .elementor-column.elementor-sm-90 {
    width: 90%;
  }

  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }

  .elementor-column.elementor-md-20 {
    width: 20%;
  }

  .elementor-column.elementor-md-25 {
    width: 25%;
  }

  .elementor-column.elementor-md-30 {
    width: 30%;
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }

  .elementor-column.elementor-md-40 {
    width: 40%;
  }

  .elementor-column.elementor-md-50 {
    width: 50%;
  }

  .elementor-column.elementor-md-60 {
    width: 60%;
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }

  .elementor-column.elementor-md-70 {
    width: 70%;
  }

  .elementor-column.elementor-md-75 {
    width: 75%;
  }

  .elementor-column.elementor-md-80 {
    width: 80%;
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }

  .elementor-column.elementor-md-90 {
    width: 90%;
  }

  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%;
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%;
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%;
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%;
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%;
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%;
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%;
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%;
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%;
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%;
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%;
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%;
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%;
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%;
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%;
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%;
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%;
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }

  .elementor-column-gap-default .elementor-element-populated {
    padding: 10px;
  }

  .elementor-column-gap-narrow .elementor-element-populated {
    padding: 5px;
  }

  .elementor-column-gap-extended .elementor-element-populated {
    padding: 15px;
  }

  .elementor-column-gap-wide .elementor-element-populated {
    padding: 20px;
  }

  .elementor-column-gap-wider .elementor-element-populated {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .elementor-column {
    width: 100%;
  }

  .elementor-reverse-mobile > .elementor-container > .elementor-row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.modal-open .elementor-widget-wrap {
  z-index: auto;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

/* End of Elementor Commom */

/* Widget : Accordion; */
.elementor-accordion {
  text-align: left;
}

.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: none;
}

.elementor-accordion .elementor-accordion-title {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background-color: #f1f1f1;
  color: #333;
  padding: 15px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
}
.elementor-accordion .elementor-accordion-title.active {
  background-color: #444;
  color: #fff;
}

.elementor-accordion .elementor-accordion-title .elementor-accordion-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
}

.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon {
  color: #fff;
}
.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right {
  float: right;
  text-align: right;
}

.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-left {
  float: left;
  text-align: left;
}
.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-left {
  margin-right: 10px;
}
.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right {
  margin-left: 10px;
}
.elementor-accordion .elementor-accordion-title .elementor-accordion-icon .fa.active,
.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa.inactive {
  display: none;
}

.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa.active {
  display: block;
}

.elementor-accordion .elementor-accordion-content {
  display: none;
  border: 1px solid #eee;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .elementor-accordion .elementor-accordion-title {
    padding: 12px 15px;
  }

  .elementor-accordion .elementor-accordion-title .elementor-accordion-icon {
    width: 1.2em;
  }

  .elementor-accordion .elementor-accordion-content {
    padding: 7px 15px;
  }
}

/* Widget : Toggle */
.elementor-toggle .elementor-toggle-title {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background-color: #f1f1f1;
  color: #333;
  padding: 15px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
}
.elementor-toggle .elementor-toggle-title.active {
  background-color: #444;
  color: #fff;
}

.elementor-toggle .elementor-toggle-title .elementor-toggle-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
}

.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon {
  color: #fff;
}
.elementor-toggle .elementor-toggle-title .elementor-toggle-icon.right {
  float: right;
  text-align: right;
}

.elementor-toggle .elementor-toggle-title .elementor-toggle-icon.left {
  float: left;
  text-align: left;
}
.elementor-toggle .elementor-toggle-title .elementor-toggle-icon.left {
  margin-right: 10px;
}
.elementor-toggle .elementor-toggle-title .elementor-toggle-icon.right {
  margin-left: 10px;
}
.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa.active,
.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa.inactive {
  display: none;
}

.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa.active {
  display: block;
}

.elementor-toggle .elementor-toggle-content {
  display: none;
  border: 1px solid #eee;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .elementor-toggle .elementor-toggle-title {
    padding: 12px 15px;
  }

  .elementor-toggle .elementor-toggle-title .elementor-toggle-icon {
    width: 1.2em;
  }

  .elementor-toggle .elementor-toggle-content {
    padding: 7px 15px;
  }
}

/* Widget : Heading */
.elementor-widget-heading .elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px;
}

/* Widget : Advanced Heading */
.elementor-widget-advanced-heading .elementor-advanced-title {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  color: #333;
}
.elementor-advanced-title a {
  color: inherit;
}
.elementor-advanced-title a:hover {
  color: inherit;
}
.elementor-widget-advanced-heading .elementor-advanced-title,
.elementor-widget-advanced-heading .advanced-title-sub-heading {
  z-index: 1;
  position: relative;
  text-align: center;
}
.elementor-widget-advanced-heading .advanced-title-sub-heading {
  font-size: 18px;
}
.elementor-widget-advanced-heading .advance-title-block .advance-inner-block {
  display: inline-block;
  vertical-align: middle;
}
.elementor-widget-advanced-heading .elementor-widget-container .advance-title-block {
  color: rgba(156, 156, 156, 0.12);
  z-index: 0;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  position: absolute;
  text-align: center;
}
.elementor-widget-advanced-heading .elementor-widget-container .advance-title-block > div {
  display: inline-block;
}

/* Widget : Image-slider */
.slider-section .elementor-element-populated {
  margin: -10px 0 0;
}

/* Widget : Teammember-carousel */
.elementor-teammember-wrapper {
  text-align: center;
}
.elementor-teammember-wrapper .teammember-details,
.elementor-teammember-wrapper .social-wrap {
  justify-content: center;
}
.elementor-teammember-wrapper.elementor-teammember-text-align-center {
  text-align: center;
}
.elementor-teammember-wrapper.elementor-teammember-text-align-left {
  text-align: left;
}
.elementor-teammember-wrapper.elementor-teammember-text-align-left .teammember-details,
.elementor-teammember-wrapper.elementor-teammember-text-align-left .social-wrap {
  justify-content: flex-start;
}
.elementor-teammember-wrapper.elementor-teammember-text-align-right .teammember-details,
.elementor-teammember-wrapper.elementor-teammember-text-align-right .social-wrap {
  justify-content: flex-end;
}
.elementor-teammember-wrapper.elementor-teammember-text-align-right {
  text-align: right;
}
.elementor-teammember-wrapper .teammember-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.5px;
  color: #333;
}
.elementor-teammember-wrapper .teammember-details .teammember-job {
  font-size: 14px;
  text-transform: capitalize;
  color: #888;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
.elementor-teammember-wrapper .teammember-details .social-wrap {
  margin-top: 10px;
}
.elementor-teammember-wrapper .teammember-details .social-wrap .social-icon a {
  margin-right: 5px;
  padding: 0;
  width: 35px;
  height: 35px;
}
.elementor-teammember-wrapper .teammember-details .social-wrap .social-icon a i {
  font-size: 16px;
}
.elementor-teammember-wrapper .teammember-details .social-wrap .social-icon:last-child a {
  margin: 0;
}
.elementor-teammember-wrapper .teammember-details .teammember-content {
  margin-top: 10px;
}

/*style-2*/
.elementor-teammember-wrapper .team-item-inner {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.elementor-teammember-wrapper .style-2 .teammember-details {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  margin: auto;
  display: flex;
  align-items: center;
  /*  justify-content: center;*/
  padding: 10px;
  opacity: 0;
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.elementor-teammember-wrapper .style-2:hover .teammember-details {
  opacity: 1;
}
.elementor-teammember-wrapper .style-2 .teammember-details .teammember-name,
.elementor-teammember-wrapper .style-3 .teammember-details .teammember-name,
.elementor-teammember-wrapper .style-5 .teammember-details .teammember-name {
  margin-top: 0;
  font-size: 16px;
}
.elementor-teammember-wrapper .style-2 .teammember-details .social-wrap,
.elementor-teammember-wrapper .style-3 .teammember-details .social-wrap,
.elementor-teammember-wrapper .style-5 .teammember-details .social-wrap {
  /*justify-content: center;*/
}
.elementor-teammember-wrapper .style-2 .teammember-details .social-wrap .social-icon a,
.elementor-teammember-wrapper .style-3 .teammember-details .social-wrap .social-icon a,
.elementor-teammember-wrapper .style-5 .teammember-details .social-wrap .social-icon a {
  font-size: 14px;
}
.elementor-teammember-wrapper .style-2 .teammember-details .social-wrap .social-icon a i,
.elementor-teammember-wrapper .style-3 .teammember-details .social-wrap .social-icon a i,
.elementor-teammember-wrapper .style-5 .teammember-details .social-wrap .social-icon a i {
  font-size: 14px;
}
/*style-3*/
.elementor-teammember-wrapper .style-3 .teammember-details {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  /*justify-content: center;
  text-align: center;*/
  padding: 10px;
  opacity: 1;
  transition: all 300ms ease-in;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.elementor-teammember-wrapper .style-3 .teammember-details:before {
  content: "";
  background-color: rgba(56, 56, 56, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  display: inline-block;
  z-index: -1;
  transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-delay: 0.25s;
}
.elementor-teammember-wrapper .style-3:hover .teammember-details:before {
  transition: 0.3s cubic-bezier(0.78, 0.03, 0, 1);
  top: 0;
  transition-delay: 0s;
}
.elementor-teammember-wrapper .style-3 .teammember-details .content-table .content-cell > * {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  -webkit-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 0;
}
.elementor-teammember-wrapper .style-3 .teammember-details .content-table .content-cell .teammember-name {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  color: #fff;
}
.elementor-teammember-wrapper .style-3 .teammember-details .content-table .content-cell .teammember-job {
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  color: #fff;
}
.elementor-teammember-wrapper .style-3 .teammember-details .content-table .content-cell .social-wrap {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.elementor-teammember-wrapper .style-3 .teammember-details .content-table .content-cell .teammember-content {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: #fff;
}
.elementor-teammember-wrapper .style-3:hover .teammember-details .content-table .content-cell > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
  -o-transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
  transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
}
.elementor-teammember-wrapper .style-3:hover .teammember-details .content-table .content-cell .teammember-name {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.elementor-teammember-wrapper .style-3:hover .teammember-details .content-table .content-cell .teammember-job {
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.elementor-teammember-wrapper .style-3:hover .teammember-details .content-table .content-cell .social-wrap {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.elementor-teammember-wrapper .style-3:hover .teammember-details .content-table .content-cell .teammember-content {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*style-4*/
.elementor-teammember-wrapper .style-4 .team-item-inner .teammember-image {
  /*border-radius: 50%;*/
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.elementor-teammember-wrapper .style-4 .team-item-inner .teammember-image img {
  /*border-radius: 50%;*/
  max-width: 100%;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.elementor-teammember-wrapper .style-4 .team-item-inner .teammember-image:before {
  /* border-radius: 50%;*/
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  cursor: pointer;
}
.elementor-teammember-wrapper .style-4 .team-item-inner .teammember-image .social-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*justify-content: center;*/
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  padding: 10px;
}
.elementor-teammember-wrapper .style-4 .team-item-inner .teammember-image .social-wrap .social-icon > a {
  background-color: transparent;
  font-size: 14px;
}
.elementor-teammember-wrapper .style-4 .team-item-inner .teammember-image .social-wrap .social-icon > a i {
  font-size: 14px;
}
.elementor-teammember-wrapper .style-4:hover .team-item-inner .teammember-image:before {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  /*border-radius: 50%;*/
}
.elementor-teammember-wrapper .style-4:hover .team-item-inner .teammember-image .social-wrap {
  opacity: 1;
}
.elementor-teammember-wrapper .style-4 .team-item-inner .teammember-details {
  /*text-align: center;*/
}
/*style-5*/
.elementor-teammember-wrapper .style-5 .teammember-image {
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.elementor-teammember-wrapper .style-5 .teammember-image img {
  border-radius: 100%;
  max-width: 100%;
}
.elementor-teammember-wrapper .style-5 .teammember-image .teammember-name {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  /* text-align: center;*/
  background-color: #ffffff;
  padding: 5px;
}
.elementor-teammember-wrapper .style-5 .team-item-inner .teammember-details {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* text-align: center;*/
  margin: auto;
  cursor: pointer;
  background-color: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease 0.1s;
  -moz-transition: all 0.6s ease 0.1s;
  -ms-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
  /* box-shadow: 0 0 0 0 rgba(65, 63, 61, 0.95) inset;
  -moz-box-shadow: 0 0 0 0 rgba(65, 63, 61, 0.95) inset;
  -webkit-box-shadow: 0 0 0 0 rgba(65, 63, 61, 0.95) inset; */
  padding: 10px;
}
.elementor-teammember-wrapper .style-5 .team-item-inner .teammember-details .teammember-name,
.elementor-teammember-wrapper .style-5 .team-item-inner .teammember-details .teammember-job {
  color: #fff;
}
.elementor-teammember-wrapper
  .style-5
  .team-item-inner
  .teammember-details
  .content-table
  .content-cell
  .teammember-name,
.elementor-teammember-wrapper
  .style-5
  .team-item-inner
  .teammember-details
  .content-table
  .content-cell
  .teammember-job,
.elementor-teammember-wrapper .style-5 .team-item-inner .teammember-details .content-table .content-cell .social-wrap {
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transition: all 0.6s ease 0.1s;
  -moz-transition: all 0.6s ease 0.1s;
  -ms-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.elementor-teammember-wrapper .style-5:hover .team-item-inner .teammember-image .teammember-name {
  opacity: 0;
}
.elementor-teammember-wrapper .style-5:hover .team-item-inner .teammember-details {
  box-shadow: 0 0 80px 200px rgba(65, 63, 61, 0.95) inset;
  -moz-box-shadow: 0 0 80px 200px rgba(65, 63, 61, 0.95) inset;
  -webkit-box-shadow: 0 0 80px 200px rgba(65, 63, 61, 0.95) inset;
}
.elementor-teammember-wrapper
  .style-5:hover
  .team-item-inner
  .teammember-details
  .content-table
  .content-cell
  .teammember-name,
.elementor-teammember-wrapper
  .style-5:hover
  .team-item-inner
  .teammember-details
  .content-table
  .content-cell
  .teammember-job,
.elementor-teammember-wrapper
  .style-5:hover
  .team-item-inner
  .teammember-details
  .content-table
  .content-cell
  .social-wrap {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.elementor-widget-image .elementor-image img {
  vertical-align: middle;
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
  border-radius: 50%;
}

.elementor-button {
  display: inline-block;
  text-align: center;
  transition: all 0.15s;
}

.elementor-button.elementor-size-small {
  font-size: 13px;
  padding: 10px 20px;
}

.elementor-button.elementor-size-medium {
  font-size: 15px;
}

.elementor-button.elementor-size-large {
  font-size: 16px;
  padding: 15px 30px;
}

.elementor-button.elementor-size-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.elementor-button.elementor-size-xxl {
  font-size: 20px;
  padding: 25px 50px;
}

.elementor-button .elementor-align-icon-right {
  float: right;
  margin-left: 5px;
}

.elementor-button .elementor-align-icon-left {
  float: left;
  margin-right: 5px;
}

.elementor-button .elementor-button-text {
  display: inline-block;
}

.elementor-widget-banner .elementor-bit-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}

.elementor-widget-banner .elementor-bit-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}

.elementor-widget-banner .elementor-bit-banner-img {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.elementor-widget-banner .elementor-bit-banner-img img {
  width: 100%;
  vertical-align: top;
}

.elementor-widget-banner .elementor-bit-banner-content-on {
  position: absolute;
  margin: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-top-left {
  top: 0;
  left: 0;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-top-center {
  top: 0;
  left: 0;
  right: 0;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-top-right {
  top: 0;
  right: 0;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-middle-left {
  top: 0;
  bottom: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-middle-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-middle-right {
  top: 0;
  bottom: 0;
  right: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-bottom-left {
  bottom: 0;
  left: 0;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-bottom-center {
  bottom: 0;
  left: 0;
  right: 0;
}

.elementor-widget-banner .elementor-bit-banner-content-on.elementor-banner-align-bottom-right {
  bottom: 0;
  right: 0;
}

.elementor-widget-banner .elementor-bit-banner-overlay.overlay_permanent,
.elementor-widget-banner .elementor-bit-banner-overlay.yes {
  opacity: 0.8;
}
.elementor-widget-banner:hover .elementor-bit-banner-overlay {
  opacity: 1;
}

.elementor-widget-divider .elementor-divider {
  line-height: 0;
  font-size: 0;
}

.elementor-widget-divider .elementor-divider-separator {
  display: inline-block;
}
/* LACENTRALE-ADDED */
.elementor-widget-divider-gradient .elementor-divider-gradient {
  line-height: 0;
  font-size: 0;
}

.elementor-widget-divider-gradient .elementor-divider-gradient-separator {
  display: inline-block;
}
/* LACENTRALE-ADDED-END */
.elementor-widget-instagram {
  min-height: 30px;
}

.elementor-instagram {
  margin: 0;
}

.elementor-instagram .il-item {
  padding: 0;
}

.elementor-instagram .il-item a {
  overflow: hidden;
  width: 100%;
}

.elementor-instagram .il-item a:focus {
  outline: 0;
}

.elementor-instagram .il-item-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.elementor-instagram .il-photo__img {
  width: 100%;
}

.elementor-instagram .il-photo__img:focus {
  outline: 0;
}

.elementor-instagram .il-photo__meta {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-instagram .il-photo__comments,
.elementor-instagram .il-photo__likes {
  display: inline-block;
  margin: 0 5px;
}

.elementor-instagram .il-item-inner:hover .il-photo__meta {
  opacity: 1;
  visibility: visible;
}

.elementor-counter {
  text-align: center;
}

.elementor-counter .counter-icon {
  display: inline-block;
  vertical-align: middle;
}
.elementor-counter .icon-divider-inner,
.elementor-counter .num-divider-inner {
  display: inline-block;
  vertical-align: middle;
}
.elementor-counter .elementor-counter-number-wrapper {
  font-size: 69px;
  font-weight: 600;
  color: #222;
  line-height: 1;
}

.elementor-counter .elementor-counter-title {
  font-size: 19px;
  font-weight: 400;
  color: #666;
  line-height: 2.5;
}

.elementor-alert {
  position: relative;
  text-align: left;
}

.elementor-alert .elementor-alert-title {
  display: block;
  font-weight: 700;
}

.elementor-alert button.elementor-alert-dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px;
  font-size: 13px;
  line-height: 1;
  background: transparent;
  color: inherit;
  border: none;
}

.elementor-alert.elementor-alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bcdff1;
}

.elementor-alert.elementor-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #cae6be;
}

.elementor-alert.elementor-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f9f0c3;
}

.elementor-alert.elementor-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e8c4c4;
}

@media (max-width: 767px) {
  .elementor-alert button.elementor-alert-dismiss {
    right: 7px;
    top: 7px;
  }
}

.elementor-widget-progress {
  text-align: left;
}

.elementor-progress-wrapper {
  position: relative;
  background-color: #eee;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
}

.elementor-progress-bar {
  display: -ms-flexbox;
  display: flex;
  background-color: #818a91;
  width: 0;
  font-size: 11px;
  border-radius: 2px;
  transition: width 1s ease-in-out;
}

.elementor-progress-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
}

.elementor-progress-percentage {
  padding-right: 15px;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
  background-color: #5bc0de;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
  background-color: #5cb85c;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
  background-color: #f0ad4e;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
  background-color: #d9534f;
}

.elementor-progress .elementor-title {
  display: block;
}

@media (max-width: 767px) {
  .elementor-progress-wrapper {
    height: 25px;
    line-height: 25px;
  }

  .elementor-progress-text {
    padding-left: 10px;
  }
}

.elementor-icon, .elementor-image {
  display: inline-block;
  line-height: 1;
  transition: all 0.5s;
}

.elementor-icon i {
  font-size: 50px;
  width: 1em;
  height: 1em;
}

.elementor-view-stacked .elementor-icon,
.elementor-view-stacked .elementor-image {
  background-color: #818a91;
  color: #fff;
}

.elementor-view-framed .elementor-icon,
.elementor-view-framed .elementor-image {
  color: #818a91;
  border: 3px solid #818a91;
  background-color: transparent;
}

.elementor-shape-circle .elementor-icon,
.elementor-shape-circle .elementor-image {
  border-radius: 50%;
}

.elementor-widget-icon-list .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.elementor-widget-icon-list .elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-inline-item {
  /*  display: flex;
  align-items: flex-start;*/
  word-break: break-word;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}

.elementor-widget-icon-list .elementor-icon-list-item {
  margin: 0;
  padding: 0;
}

.elementor-widget-icon-list .elementor-icon-list-item a {
  display: inline;
}

.elementor-widget-icon-list .elementor-icon-list-text {
  display: inline;
  vertical-align: middle;
}

.elementor-widget-icon-list .elementor-icon-list-icon {
  width: 1em;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

.elementor-widget-video.elementor-aspect-ratio-169 .elementor-video-wrapper {
  padding-bottom: 56.25%;
}

.elementor-widget-video.elementor-aspect-ratio-43 .elementor-video-wrapper {
  padding-bottom: 75%;
}

.elementor-widget-video.elementor-aspect-ratio-32 .elementor-video-wrapper {
  padding-bottom: 66.6666%;
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
  opacity: 0.9;
  text-shadow: 3px 2px 30px rgba(0, 0, 0, 0.6);
}

.elementor-widget-video .elementor-video-modal .modal-content {
  border-radius: 0;
}

.elementor-widget-video .elementor-video-modal .modal-body {
  padding: 0;
  line-height: 0;
}

.elementor-widget-video .elementor-video-open-modal {
  background: none;
  border: none;
  cursor: pointer;
}

.elementor-widget-video .elementor-video-open-modal:focus {
  outline: none;
}

.elementor-widget-video .elementor-video-open-modal i {
  font-size: 80px;
  transition: all 0.5s;
}

.elementor-widget-video .elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.elementor-widget-video .elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  opacity: 0.7;
  text-shadow: 3px 2px 24px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.elementor-image-carousel-wrapper .owl-image-stretch .owl-item .owl-slide-image {
  width: 100%;
}
.elementor-image-carousel-wrapper .elementor-image-carousel .owl-item {
  overflow: hidden;
}

.elementor-image-hotspots-wrapper {
  position: relative;
}

.elementor-image-hotspots-wrapper .elementor-hotspot {
  position: absolute;
  background: #eaeaea;
  padding: 0.3em 0.6em;
}

.tooltip-inner-hotspot {
  text-align: inherit;
}

.tooltip-inner-hotspot:before {
  display: none;
}

.elementor-widget-image-box .elementor-image-box-content {
  width: 100%;
}

@media (min-width: 768px) {
  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    text-align: right;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
    text-align: left;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
    margin: auto;
  }

  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .elementor-widget-image-box .elementor-image-box-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}

.elementor-widget-image-box .elementor-image-box-img {
  display: inline-block;
}

.elementor-widget-image-box .elementor-image-box-title a {
  color: inherit;
}

.elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center;
}

.elementor-widget-image-box .elementor-image-box-description {
  margin: 0;
}
/* style */
.elementor-icon-box-wrapper.style-2 {
  display: inline-flex;
}
.elementor-icon-box-wrapper.style-2 .elementor-icon-box-image {
  margin-bottom: 0!important;
  /* width: 50px;
  height: 50px; */
  flex:0 0 auto;
}
.elementor-icon-box-wrapper.style-2 .elementor-icon-box-content {
  flex:1;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .service-col {
    text-align: center;
  }
}
@media (min-width: 543px) and (max-width: 991px) {
  .service-wrap .elementor-row {
    flex-wrap: wrap;
  }
  .service-col {
    width: 50%!important;
  }
}
@media (max-width: 480px) {
  .service-col {
    width: 100%!important;
  }
}
@media (min-width: 768px) {
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: right;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
    margin: auto;
  }

  .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .elementor-widget-icon-box .elementor-icon-box-icon {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
  text-align: center;
}

.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit;
}

.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0;
}

.elementor-testimonial-wrapper {
  overflow: hidden;
  text-align: center;
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
  margin-bottom: 1.5rem;
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
  line-height: 1.5;
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
  font-size: 0.85em;
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
  text-align: left;
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
  text-align: right;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
  width: 100%;
  line-height: 1;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
  display: inline-block;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
  display: table-cell;
  vertical-align: middle;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-aside
  .elementor-testimonial-image {
  padding-right: 15px;
}

.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-aside
  .elementor-testimonial-details {
  text-align: left;
}

.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-top
  .elementor-testimonial-details,
.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-top
  .elementor-testimonial-image {
  display: block;
}

.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-top
  .elementor-testimonial-image {
  margin-bottom: 20px;
}

.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-top
  .elementor-testimonial-image
  img {
  margin: 0 auto;
}

.elementor-social-icons-wrapper {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.elementor-social-icon {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0.6em;
  margin-right: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.elementor-social-icon:last-child {
  margin: 0;
}

.elementor-social-icon:hover {
  opacity: 0.5;
}

.elementor-social-icon-behance {
  background-color: #1769ff;
}

.elementor-social-icon-bitbucket {
  background-color: #205081;
}

.elementor-social-icon-codepen {
  background-color: #000;
}

.elementor-social-icon-delicious {
  background-color: #39f;
}

.elementor-social-icon-digg {
  background-color: #005be2;
}

.elementor-social-icon-dribbble {
  background-color: #ea4c89;
}

.elementor-social-icon-facebook {
  background-color: #3b5998;
}

.elementor-social-icon-flickr {
  background-color: #0063dc;
}

.elementor-social-icon-foursquare {
  background-color: #2d5be3;
}

.elementor-social-icon-github {
  background-color: #333;
}

.elementor-social-icon-google-plus {
  background-color: #dd4b39;
}

.elementor-social-icon-instagram {
  background-color: #262626;
}

.elementor-social-icon-jsfiddle {
  background-color: #487aa2;
}

.elementor-social-icon-linkedin {
  background-color: #0077b5;
}

.elementor-social-icon-medium {
  background-color: #00ab6b;
}

.elementor-social-icon-pinterest {
  background-color: #bd081c;
}

.elementor-social-icon-product-hunt {
  background-color: #da552f;
}

.elementor-social-icon-reddit {
  background-color: #ff4500;
}

.elementor-social-icon-snapchat {
  background-color: #fffc00;
}

.elementor-social-icon-soundcloud {
  background-color: #f80;
}

.elementor-social-icon-stack-overflow {
  background-color: #fe7a15;
}

.elementor-social-icon-tumblr {
  background-color: #35465c;
}

.elementor-social-icon-twitter {
  background-color: #55acee;
}

.elementor-social-icon-vimeo {
  background-color: #1ab7ea;
}

.elementor-social-icon-wordpress {
  background-color: #21759b;
}

.elementor-social-icon-youtube {
  background-color: #cd201f;
}

.elementor-social-icon i {
  font-size: 25px;
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
  border-radius: 10%;
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
  border-radius: 50%;
}

body.elementor-page .elementor-widget-menu-anchor {
  margin-bottom: 0;
}

.elementor-newsletter .elementor-newsletter-form {
  display: inline-block;
  width: 100%;
}

.elementor-newsletter .elementor-newsletter-input {
  outline: none;
  box-shadow: none;
}

.elementor-newsletter .input-wrapper {
  overflow: hidden;
}

.elementor-brands {
  text-align: center;
}

.elementor-brands img {
  margin: 0 auto;
}

.animated {
  animation-duration: 1.25s;
}

.animated.animated-slow {
  animation-duration: 2s;
}

.animated.animated-fast {
  animation-duration: 0.75s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@media (max-width: 767px) {
  body:not(.elementor-editor-active) .elementor-hidden-phone {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body:not(.elementor-editor-active) .elementor-hidden-tablet {
    display: none;
  }
}

@media (min-width: 1024px) {
  body:not(.elementor-editor-active) .elementor-hidden-desktop {
    display: none;
  }
}

body:not(.elementor-editor-active) .elementor-hidden {
  display: none;
}

.elementor-video-wrapper {
  position: relative;
  height: 0;
}

.elementor-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*navigation*/
.owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.owl-arrows-outside .owl-nav .owl-prev {
  left: -25px;
}
.owl-arrows-outside .owl-nav .owl-next {
  right: -25px;
}
.owl-arrows-inside .owl-nav .owl-prev {
  left: 25px;
}
.owl-arrows-inside .owl-nav .owl-next {
  right: 25px;
}
.owl-nav > div {
  width: 35px;
  height: 35px;
  margin: auto;
  top:0;
  bottom: 0;
  border-radius: 4px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.owl-nav > div i {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.owl-nav.disabled {
  /* opacity: 0.4; */
  display: none;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
@media(max-width: 1260px) {
  .owl-arrows-outside .owl-nav .owl-prev {
    left: 15px;
  }
  .owl-arrows-outside .owl-nav .owl-next {
    right: 15px;
  }
}
/*dots*/
.owl-dots-outside .owl-dots {
  position: relative;
  margin-top: 20px;
}
.owl-dots-inside .owl-dots {
  bottom: 10px;
  left:0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px;
  transition: all 0.3s ease 0s;
}
.owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
}
.owl-dots .owl-dot.active span {
  cursor: default;
}
.owl-dots.disabled {
  display: none;
}
/* call to action */
.elementor-call-to-action a.btn-cta {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
}
.elementor-call-to-action.cta-flex,
.elementor-call-to-action.cta-icon-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.elementor-call-to-action.cta-flex .content {
  flex-grow: 1;
  padding: 0 15px;
}
.elementor-call-to-action.cta-flex .action,
.elementor-call-to-action.cta-icon-flex .action {
  flex: 0 0 16%;
  justify-content: flex-end;
  display: inline-flex;
}
.elementor-call-to-action.cta-icon-flex .icon {
  flex: 0 0 auto;
  font-size: 80px;
}
.elementor-call-to-action.cta-icon-flex .content {
  flex-grow: 1;
  padding: 0 30px;
}
@media(max-width:767px) {
  .elementor-call-to-action.cta-flex,
  .elementor-call-to-action.cta-icon-flex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .elementor-call-to-action.cta-flex .content,
  .elementor-call-to-action.cta-icon-flex .content {
    padding: 0;
  }
  .elementor-call-to-action.cta-icon-flex .cta-title {
    margin-top: 15px;
  }
  .elementor-call-to-action.cta-flex .action,
  .elementor-call-to-action.cta-icon-flex .action {
    flex: 0 0 auto;
    justify-content: center;
    display: inline-flex;
  }
}

.elementor-image-slider img {
  width: 100%;
}