@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "DancingScript";
  src: url("fonts/DancingScript.ttf") format("truetype");
  font-weight: normal;
}
.wppb-popup-main-wrap *:not(.dashicons) {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
}

/*column and layout */
.wppb-popup_clear:after {
  content: "";
  clear: both;
  display: block;
}
.wppb-popup_clear > div {
  box-sizing: border-box;
}
.business-popup-column-two {
  /* width: 50%;
    float: left;*/
}

.wppbPopupActive {
  overflow: hidden;
}
.wppb-popup-open.popup,
.wppb-popup-open-top.popup,
.wppb-popup-box-position.popup {
  display: none;
}

#wppbPopupShow * {
  box-sizing: border-box;
}
#wppbPopupShow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.67);
  z-index: 100001;
  justify-content: center;
  display: flex;
  align-items: center;
}
#wppbPopupShow > div {
  position: relative;
}
/*demo and front css */
.wppb-popup-main-wrap.inline_ .wppb-popup-custom-wrapper {
  margin: 15px 0;
  max-width: 100%;
}
.wppb-popup-main-wrap .wppb-popup-custom-wrapper {
  /*width: 550px;*/
  position: relative;
  margin: auto;
  font-size: 10px;
}
.wppb-popup-main-wrap .wppb-popup-overlay-custom-img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  border-radius: inherit;
}
.wppb-popup-main-wrap .wppb-popup-custom-overlay {
  background-color: #28292c91;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: inherit;
}
.wppb-popup-main-wrap .wppb-popup-custom-content {
  padding: 23px 37px;
  height: auto;
  z-index: 4;
  position: relative;
  overflow-x: initial;
  border-radius: inherit;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap {
  display: flex;
  color: white;
  /*align-items: unset!important;*/
}
.data-rl-editable-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}
.wppb-popup-rl-wrap .wppb-popup-rl-column {
  float: left;
  display: flex;
  width: 100%;
}
.wppb-popup-rl-wrap .wppb-popup-rl-column .column-in-wrap {
  width: 100%;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap.two-column .wppb-popup-rl-column {
  width: 50%;
}
.wppb-column-2-count.wppb-popup-rl-wrap .wppb-popup-rl-column {
  width: 50%;
}
.wppb-column-3-count.wppb-popup-rl-wrap .wppb-popup-rl-column {
  width: calc(100% / 3);
}
.wppb-column-4-count.wppb-popup-rl-wrap .wppb-popup-rl-column {
  width: 25;
}

.wppb-popup-main-wrap .wppb-popup-rl-wrap .data-rl-editable-wrap > span,
.wppb-popup-main-wrap .wppb-popup-rl-wrap a {
  display: block;
  line-height: 1;
  color: #cacaca;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 3px 0;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 1px 0;
  box-sizing: border-box;
  text-decoration: none;
  overflow-wrap: unset;
  /*word-break: break-word;*/
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap a:focus {
  text-decoration: none;
  outline: none;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap .wppb-popup-rl-wrap a.text-heading {
  font-size: 27px;
  font-weight: 500;
}
.wppb-popup-main-wrap .wppb-popup-rl-wrap img {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  height: intrinsic;
}
/*.wppb-popup-main-wrap .wppb-popup-close-btn{*/
.wppb-popup-close-btn {
  right: 5%;
  top: 5%;
  position: absolute;
  width: auto;
  height: auto;
  font-size: 20px;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
/*.wppb-popup-main-wrap .wppb-popup-close-btn:focus{*/
.wppb-popup-close-btn:focus {
  box-shadow: none;
  outline: none;
}
/*business popup lead form builder design*/
.wppb-popup-lead-form {
  width: 100%;
}
.wppb-popup-lead-form .leadform-show-form {
  max-width: 100%;
  padding: 4px;
}
.wppb-popup-lead-form .leadform-show-form div.lf-field {
  margin: 0;
  box-sizing: border-box;
}
.wppb-popup-lead-form .leadform-show-form input[type="submit"] {
  min-height: unset;
  padding: 10px 30px;
  border-color: #000;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #0c0c10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  white-space: inherit;
}
.wppb-popup-lead-form.lf_submit_center .submit-type.lf-field {
  text-align: center;
}
.wppb-popup-lead-form.lf_submit_right .submit-type.lf-field {
  text-align: right;
}
.wppb-popup-lead-form
  .leadform-show-form
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.wppb-popup-lead-form .leadform-show-form textarea {
  border: 1px solid gainsboro;
  color: #272525;
  margin: 2px 0;
  padding: 3px 6px !important;
  height: auto;
  line-height: 19px;
  min-height: 12px;
}
.wppb-popup-lead-form .leadform-show-form li {
  line-height: unset;
  margin: unset;
  font-size: unset;
}
.wppb-popup-lead-form .leadform-show-form textarea {
  min-height: 60px;
}
.wppb-popup-lead-form .leadform-show-form h2 {
  margin: 5px 0;
  line-height: 24px;
  font-size: 22px;
  font-weight: 500;
  color: rgba(82, 82, 82, 1);
  line-height: 1;
}
.wppb-popup-custom-content .wppb-popup-lead-form .leadform-show-form label {
  margin: 5px 0;
  font-size: 15px;
  color: rgba(82, 82, 82, 1);
  line-height: 1;
}
.wppb-btn-disable {
  pointer-events: none;
}
/* list css */
.wppb-popup-rl-wrap {
  display: flex;
  color: white;
  /* align-items: unset!important; */
  position: relative;
}

.wppb-service-wrap > div {
  box-sizing: border-box;
  min-height: 10px;
  /* width: 100%; */
  position: relative;
  display: flex;
  justify-content: center;
}
.wppb-feather_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wppb-feather_icon > i {
  font-size: 24px;
  display: block;
  padding: 5px;
}

/*widget and inline popup */
/*inline responsive one ----- wppb-res-one*/
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap,
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap,
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap {
  flex-direction: column;
}
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap .wppb-popup-rl-column,
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap .wppb-popup-rl-column,
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap .wppb-popup-rl-column {
  width: unset !important;
  max-width: 100%;
  min-width: 100%;
}

.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap span,
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap a {
  font-size: calc(16px / 100 * 70);
  margin: calc(3px / 100 * 70) 0;
  letter-spacing: calc(1px / 100 * 70);
  padding: calc(1px / 100 * 70) 0;
}
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap.wppb-res-one .wppb-popup-rl-wrap a.text-heading {
  font-size: calc(27px / 100 * 70);
}

.wppb-popup-main-wrap.wppb-res-one .wppb-popup-lead-form .leadform-show-form {
  padding: calc(4px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
  .wppb-popup-lead-form
  .leadform-show-form
  div.lf-field {
  margin: 0;
  box-sizing: border-box;
}
.wppb-popup-main-wrap.wppb-res-one
  .wppb-popup-lead-form
  .leadform-show-form
  input[type="submit"] {
  min-height: unset;
  padding: calc(10px / 100 * 70) calc(30px / 100 * 70);
  border-radius: calc(3px / 100 * 70);
  font-size: calc(18px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
  .wppb-popup-lead-form
  .leadform-show-form
  input:not([type="submit"]),
.wppb-popup-main-wrap.wppb-res-one
  .wppb-popup-lead-form
  .leadform-show-form
  textarea {
  border: calc(1px / 100 * 70) solid gainsboro;
  margin: calc(2px / 100 * 70) 0;
  padding: calc(3px / 100 * 70) calc(6px / 100 * 70) !important;
  line-height: calc(19px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
  .wppb-popup-lead-form
  .leadform-show-form
  textarea {
  min-height: calc(60px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
  .wppb-popup-lead-form
  .leadform-show-form
  h2 {
  margin: calc(5px / 100 * 70) 0;
  line-height: calc(24px / 100 * 70);
  font-size: calc(22px / 100 * 70);
}
.wppb-popup-main-wrap.wppb-res-one
  .wppb-popup-lead-form
  .leadform-show-form
  label {
  margin: calc(5px / 100 * 70) 0;
  font-size: calc(15px / 100 * 70);
}
/*inline responsive two ----- wppb-res-two*/
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap span,
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap a {
  font-size: calc(16px / 100 * 60);
  margin: calc(3px / 100 * 60) 0;
  letter-spacing: calc(1px / 100 * 60);
  padding: calc(1px / 100 * 60) 0;
}
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap.wppb-res-two .wppb-popup-rl-wrap a.text-heading {
  font-size: calc(27px / 100 * 60);
}

.wppb-popup-main-wrap.wppb-res-two .wppb-popup-lead-form .leadform-show-form {
  padding: calc(4px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
  .wppb-popup-lead-form
  .leadform-show-form
  div.lf-field {
  margin: 0;
  box-sizing: border-box;
}
.wppb-popup-main-wrap.wppb-res-two
  .wppb-popup-lead-form
  .leadform-show-form
  input[type="submit"] {
  min-height: unset;
  padding: calc(10px / 100 * 60) calc(30px / 100 * 60);
  border-radius: calc(3px / 100 * 60);
  font-size: calc(18px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
  .wppb-popup-lead-form
  .leadform-show-form
  input:not([type="submit"]),
.wppb-popup-main-wrap.wppb-res-two
  .wppb-popup-lead-form
  .leadform-show-form
  textarea {
  border: calc(1px / 100 * 60) solid gainsboro;
  margin: calc(2px / 100 * 60) 0;
  padding: calc(3px / 100 * 60) calc(6px / 100 * 60) !important;
  line-height: calc(19px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
  .wppb-popup-lead-form
  .leadform-show-form
  textarea {
  min-height: calc(60px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
  .wppb-popup-lead-form
  .leadform-show-form
  h2 {
  margin: calc(5px / 100 * 60) 0;
  line-height: calc(24px / 100 * 60);
  font-size: calc(22px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-two
  .wppb-popup-lead-form
  .leadform-show-form
  label {
  margin: calc(5px / 100 * 60) 0;
  font-size: calc(15px / 100 * 60);
}
/*inline responsive three ----- wppb-res-three*/
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap span,
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap a {
  font-size: calc(16px / 100 * 60);
  margin: calc(3px / 100 * 60) 0;
  letter-spacing: calc(1px / 100 * 60);
  padding: calc(1px / 100 * 60) 0;
}
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap span.text-heading,
.wppb-popup-main-wrap.wppb-res-three .wppb-popup-rl-wrap a.text-heading {
  font-size: calc(27px / 100 * 60);
}

.wppb-popup-main-wrap.wppb-res-three .wppb-popup-lead-form .leadform-show-form {
  padding: calc(4px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
  .wppb-popup-lead-form
  .leadform-show-form
  div.lf-field {
  margin: 0;
  box-sizing: border-box;
}
.wppb-popup-main-wrap.wppb-res-three
  .wppb-popup-lead-form
  .leadform-show-form
  input[type="submit"] {
  min-height: unset;
  padding: calc(10px / 100 * 60) calc(30px / 100 * 60);
  border-radius: calc(3px / 100 * 60);
  font-size: calc(18px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
  .wppb-popup-lead-form
  .leadform-show-form
  input:not([type="submit"]),
.wppb-popup-main-wrap.wppb-res-three
  .wppb-popup-lead-form
  .leadform-show-form
  textarea {
  border: calc(1px / 100 * 60) solid gainsboro;
  margin: calc(2px / 100 * 60) 0;
  padding: calc(3px / 100 * 60) calc(6px / 100 * 60) !important;
  line-height: calc(19px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
  .wppb-popup-lead-form
  .leadform-show-form
  textarea {
  min-height: calc(60px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
  .wppb-popup-lead-form
  .leadform-show-form
  h2 {
  margin: calc(5px / 100 * 60) 0;
  line-height: calc(24px / 100 * 60);
  font-size: calc(22px / 100 * 60);
}
.wppb-popup-main-wrap.wppb-res-three
  .wppb-popup-lead-form
  .leadform-show-form
  label {
  margin: calc(5px / 100 * 60) 0;
  font-size: calc(15px / 100 * 60);
}

/*popup responsive*/
@media only screen and (max-device-width: 480px) {
  .wppb-popup-main-wrap .wppb-popup-rl-wrap {
    flex-direction: column;
  }
  .wppb-popup-main-wrap .wppb-popup-rl-column {
    width: unset !important;
  }
  .wppb-popup-main-wrap .wppb-popup-custom-wrapper {
    width: unset !important;
  }
  #wppbPopupShow > div {
    max-width: 80%;
  }
  .wppb-popup-main-wrap .wppb-popup-rl-wrap span,
  .wppb-popup-main-wrap .wppb-popup-rl-wrap a {
    font-size: calc(16px / 100 * 70);
    margin: calc(3px / 100 * 70) 0;
    letter-spacing: calc(1px / 100 * 70);
    padding: calc(1px / 100 * 70) 0;
  }

  .wppb-popup-main-wrap .wppb-popup-rl-wrap span.text-heading,
  .wppb-popup-main-wrap .wppb-popup-rl-wrap a.text-heading {
    font-size: calc(27px / 100 * 70);
  }

  .wppb-popup-lead-form .leadform-show-form {
    padding: calc(4px / 100 * 70);
  }
  .wppb-popup-lead-form .leadform-show-form div.lf-field {
    margin: 0;
    box-sizing: border-box;
  }
  .wppb-popup-lead-form .leadform-show-form input[type="submit"] {
    min-height: unset;
    padding: calc(10px / 100 * 70) calc(30px / 100 * 70);
    border-radius: calc(3px / 100 * 70);
    font-size: calc(18px / 100 * 70);
  }
  .wppb-popup-lead-form .leadform-show-form input:not([type="submit"]),
  .wppb-popup-lead-form .leadform-show-form textarea {
    border: calc(1px / 100 * 70) solid gainsboro;
    margin: calc(2px / 100 * 70) 0;
    padding: calc(3px / 100 * 70) calc(6px / 100 * 70) !important;
    line-height: calc(19px / 100 * 70);
  }
  .wppb-popup-lead-form .leadform-show-form textarea {
    min-height: calc(60px / 100 * 70);
  }
  .wppb-popup-lead-form .leadform-show-form h2 {
    margin: calc(5px / 100 * 70) 0;
    line-height: calc(24px / 100 * 70);
    font-size: calc(22px / 100 * 70);
  }
  .wppb-popup-lead-form .leadform-show-form label {
    margin: calc(5px / 100 * 70) 0;
    font-size: calc(15px / 100 * 70);
  }
  /*full width layout*/

  #wppbPopupShow.full-width-popup > div {
    max-width: 100%;
  }

  /*top nav info*/
  #wppbNavInfo.wppb-popup-main-wrap .wppb-popup-rl-column {
    padding-right: 26px;
  }
}
/*full width layout*/
#wppbPopupShow.full-width-popup {
  display: block;
}
#wppbPopupShow.full-width-popup > div {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
#wppbPopupShow.full-width-popup .wppb-popup-custom-wrapper {
  width: 100% !important;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wppbPopupShow.full-width-popup .wppb-popup-custom-content {
  width: 100%;
}
#wppbPopupShow.full-width-popup
  .wppb-popup-custom-content
  .wppb-popup-rl-column {
  width: 100%;
}

/*navigation layout*/
#wppbNavInfo.top-info-bar {
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
}
#wppbNavInfo.top-info-bar.bottom-info-bar {
  top: unset;
  bottom: 0;
}
#wppbNavInfo.top-info-bar .wppb-popup-custom-wrapper {
  width: 100%;
}
.wppbNavInfo_height {
  height: 0;
  transition: 0.5s height ease-out;
}
#wppbNavInfo.top-info-bar .wppb-popup-custom-wrapper {
  width: 100%;
}
/*box sticky position layout*/
#wppbBoxModal.box-position.right-center {
  right: 0;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99998;
  width: fit-content;
}
#wppbBoxModal.box-position.right-bottom {
  right: 0;
  position: fixed;
  bottom: 0;
  z-index: 99998;
  width: fit-content;
}
#wppbBoxModal.box-position.left-center {
  left: 0;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99998;
  width: fit-content;
}
#wppbBoxModal.box-position.right-bottom {
  right: 0;
  position: fixed;
  bottom: 0;
  z-index: 99998;
  width: fit-content;
}
#wppbBoxModal.box-position.left-bottom {
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 99998;
  width: fit-content;
}
#wppbBoxModal.box-position.bottom-center {
  left: 50%;
  position: fixed;
  bottom: 0;
  z-index: 99998;
  width: fit-content;
  transform: translate(-50%, 0%);
}
.wppb-popup-main-wrap embed,
.wppb-popup-main-wrap iframe,
.wppb-popup-main-wrap object,
.wppb-popup-main-wrap video {
  margin: 0;
}
.wppb-popup-main-wrap a:focus,
.wppb-popup-main-wrap video:focus {
  outline: none;
}
/* contact form */
.wppb-popup-contact-form div[role="form"] {
  display: flex;
  justify-content: left;
}
.wppb-popup-contact-form.align_center div[role="form"] {
  justify-content: center;
}
.wppb-popup-contact-form.align_right div[role="form"] {
  justify-content: flex-end;
}
.wppb-popup-contact-form form p > input[type="submit"] {
  padding: 0;
  text-transform: unset;
  margin: 0;
  line-height: 1;
  font-size: unset;
}
/* .wppb-popup-contact-form.contact_submit_center form p:last-child{
    text-align: center;
}
.wppb-popup-contact-form.contact_submit_right form p:last-child{
    text-align: right;
} */

.wppb-popup-contact-form form {
  display: block;
  box-sizing: border-box;
}
.wppb-popup-contact-form form > p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.wppb-popup-contact-form form label {
}
.wppb-popup-contact-form form label span {
  display: block;
}
.wppb-popup-contact-form form label span input,
.wppb-popup-contact-form form label span textarea {
  width: 100%;
  border: 1px solid black;
  border-radius: 3px;
}
.wppb-popup-contact-form form label span textarea {
  height: 80px !important;
}

/*effect common*/
/*animation prope*/
._ai_fadr,
._ai_falr,
._ai_farr,
._ai_faur,
._ai_bdr,
._ai_blr,
._ai_brr,
._ai_bur,
._ai_zinir,
._ai_zindr,
._ai_zinlr,
._ai_zinrr,
._ai_zinur,
._ai_sldr,
._ai_sllr,
._ai_slrr,
._ai_slur {
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-direction: reverse;
  animation-iteration-count: 1;
  opacity: 0;
  transition: 0.8s opacity ease-out;
}
/*1-----fade effect-------------++++++*/
/*fade down*/
._ai_fad {
  animation: _ai_fad 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_fadr {
  animation-name: _ai_fad;
}
@keyframes _ai_fad {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
/*fade left*/
._ai_fal {
  animation: _ai_fal 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_falr {
  animation-name: _ai_fal;
}
@keyframes _ai_fal {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/*fade right*/
._ai_far {
  animation: _ai_far 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_farr {
  animation-name: _ai_far;
  /*animation:_ai_far .8s ease-in 0s reverse 1;*/
}
@keyframes _ai_far {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/*fade Up*/
._ai_fau {
  animation: _ai_fau 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_faur {
  animation-name: _ai_fau;
  /*animation:_ai_fau .8s ease-in 0s reverse 1;*/
}
@keyframes _ai_fau {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
/*2-----Slide effect-------------++++++*/
/*back down*/
._ai_bd {
  animation: _ai_bd 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_bdr {
  animation-name: _ai_bd;
  /*animation:_ai_bd .7s ease-in 0s reverse 1;*/
}
@keyframes _ai_bd {
  0% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0%) scale(0.5);
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*back left*/
._ai_bl {
  animation: _ai_bl 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_blr {
  animation-name: _ai_bl;
  /*animation:_ai_bl .7s ease-in 0s reverse 1;*/
}
@keyframes _ai_bl {
  0% {
    transform: translateX(-100%) scale(0.5);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0%) scale(0.5);
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*back right*/
._ai_br {
  animation: _ai_br 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_brr {
  animation-name: _ai_br;
  /*animation:_ai_br .7s ease-in 0s reverse 1;*/
}
@keyframes _ai_br {
  0% {
    transform: translateX(100%) scale(0.5);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0%) scale(0.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*back Up*/
._ai_bu {
  animation: _ai_bu 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_bur {
  animation-name: _ai_bu;
  /*animation:_ai_bu .7s ease-in 0s reverse 1;*/
}
@keyframes _ai_bu {
  0% {
    opacity: 0.7;
    transform: translateY(100%) scale(0.5);
  }
  80% {
    opacity: 0.7;
    transform: translateY(-50%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*3-----Zoom effect-------------++++++*/

/*Zoom in*/
._ai_zini {
  animation: _ai_zini 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_zinir {
  animation-name: _ai_zini;
  /*animation:_ai_zini .7s ease-in 0s reverse 1;*/
}
@keyframes _ai_zini {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*Zoom in down*/
._ai_zind {
  animation: _ai_zind 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_zindr {
  animation-name: _ai_zind;
  /*animation:_ai_zind .7s ease-in 0s reverse 1;*/
}
@keyframes _ai_zind {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/*Zoom in left*/
._ai_zinl {
  animation: _ai_zinl 0.7s ease-in 0s normal 1;
  transform-origin: left center;
}
/*&*/
._ai_zinlr {
  animation-name: _ai_zinl;
  /*animation:_ai_zinl .7s ease-in 0s reverse 1;*/
  transform-origin: left center;
}
@keyframes _ai_zinl {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/*zoom in right*/
._ai_zinr {
  animation: _ai_zinr 0.7s ease-in 0s normal 1;
  transform-origin: right center;
}
/*&*/
._ai_zinrr {
  animation-name: _ai_zinr;
  /*animation:_ai_zinr .7s ease-in 0s reverse 1;*/
  transform-origin: right center;
}
@keyframes _ai_zinr {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/*Zoom in Up*/
._ai_zinu {
  animation: _ai_zinu 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_zinur {
  animation-name: _ai_zinu;
  /*animation:_ai_zinu .7s ease-in 0s reverse 1;*/
}
@keyframes _ai_zinu {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/*4-----Slide effect-------------++++++*/
/*slide down*/
._ai_sld {
  animation: _ai_sld 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_sldr {
  animation: _ai_sld 0.7s ease-in 0s reverse 1;
}
@keyframes _ai_sld {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*slide left*/
._ai_sll {
  animation: _ai_sll 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_sllr {
  /*animation:_ai_sll .7s ease-in 0s reverse 1;*/
  animation-name: _ai_sll;
}
@keyframes _ai_sll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*slide right*/
._ai_slr {
  animation: _ai_slr 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_slrr {
  animation: _ai_slr 0.7s ease-in 0s reverse 1;
}
@keyframes _ai_slr {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*slide Up*/
._ai_slu {
  animation: _ai_slu 0.7s ease-in 0s normal 1;
}
/*&*/
._ai_slur {
  animation: _ai_slu 0.7s ease-in 0s reverse 1;
}
@keyframes _ai_slu {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/*zoom in and out */
._ai_zin {
  animation: _ai_zin 0.7s ease-in 0s normal 1;
}
._ai_zinr {
  animation: _ai_zin 0.8s ease-in 0s reverse 1;
  opacity: 0;
  transition: 1s opacity ease-out;
}
@keyframes _ai_zin {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* loading  */
.rlLoading {
  position: relative;
  pointer-events: none;
}
.rlLoading:before {
  position: absolute;
  background: #e0dede91;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
}
.rlLoading:after {
  content: "";
  border: 3px solid #868686;
  border-right-color: #f7f7f7;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: loading_rotate 0.8s linear infinite;
}
@keyframes loading_rotate {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* wppb mail chimp css  */
.wppb-popup-mail-chimp {
  position: relative;
  padding: 10px;
  background-color: #b3b3b2;
  border-radius: 4px;
  width: 70%;
}
.wppb-popup-mail-chimp[data-align="inline"] {
  display: flex;
  grid-gap: 11px;
  align-items: flex-end;
}

.wppb-popup-mail-chimp[data-align="inline"] .wppb-input-wrap {
  display: flex;
  grid-gap: 12px;
}
.wppb-popup-mail-chimp .wppb-popup-mail-chimp-submit {
  margin: 10px 0 0 0;
  border: none;
  background: #6747e6;
  color: white;
  padding: 2px 13px;
  font-size: 15px;
  font-weight: 500;
}

.wppb-popup-mail-chimp[data-align="inline"] .wppb-popup-mail-chimp-submit {
  margin: 0;
}
.wppb-popup-mail-chimp .wppb-input-wrap {
  display: grid;
  grid-gap: 12px;
}
.wppb-popup-mail-chimp .wppb-input-wrap > div {
  display: grid;
}
.wppb-popup-mail-chimp .wppb-input-wrap label {
  font-size: 12px;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.wppb-popup-mail-chimp .wppb-input-wrap input {
  width: 100%;
  border: none;
}
.wppb-popup-mail-chimp .wppb-input-wrap input:focus-visible {
  outline: none;
}
.wppb-popup-mail-chimp .wppb-input-wrap input.error {
  border-color: #e62c28 !important;
  box-shadow: 0px 0px 3px 3px #e62c28;
}
.wppb-popup-mail-chimp .wppb-input-wrap input.error {
  border-color: #e62c28 !important;
  box-shadow: 0px 0px 3px 3px #e62c28;
}
/* after submitted form  */
.wppb-popup-mail-chimp.submitted-form .wppb-input-wrap,
.wppb-popup-mail-chimp.submitted-form .wppb-popup-mail-chimp-submit {
  display: none;
}
.wppb-popup-mail-chimp .wppb-popup-mail-chimp-msg {
  display: none;
}
.wppb-popup-mail-chimp.submitted-form .wppb-popup-mail-chimp-msg:before {
  content: "\e92b";
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 7px;
  border: 1px solid;
  border-radius: 50%;
  padding: 6px;
}
.wppb-popup-mail-chimp.submitted-form .wppb-popup-mail-chimp-msg {
  color: green;
  font-size: 15px;
  text-align: center;
  border: 1px solid green;
  border-radius: 5px;
  width: 100%;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* wppb mail chimp css  */
/* wppb short code  */
.wppb-popup-main-wrap .wppb-popup-shortcode {
  max-height: 200px;
  overflow: auto;
}
