.elementor-kit-78{--e-global-color-primary:#AC695B;--e-global-color-secondary:#E9E9E9;--e-global-color-text:#1A202A;--e-global-color-accent:#AC695B;--e-global-color-a5eef9d:#F8F8F8;--e-global-color-5f4f856:#606060;--e-global-color-eccefd3:#191919;--e-global-color-167779f:#242424;--e-global-color-ca66818:#2F2F2F;--e-global-color-1fc97f9:#E3E3E3;--e-global-color-734fbe4:#48695B;--e-global-color-f96dd67:#C7B7B1;--e-global-typography-primary-font-family:"iranyekanwebregular_FaNum";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"iranyekanwebbold_FaNum";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"iranyekanwebregular_FaNum";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"iranyekanwebregular_FaNum";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:normal;font-family:"iranyekanwebregular_FaNum", Sans-serif;--e-preloader-animation:swing;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:20%;--e-preloader-max-width:14%;--e-preloader-opacity:1;}.elementor-kit-78 e-page-transition{background-color:#E3E3E369;}.elementor-kit-78 a:hover{color:#AC695B;}.elementor-kit-78 h1{font-family:"iranyekanwebregular_FaNum", Sans-serif;}.elementor-kit-78 h2{font-family:"iranyekanwebregular_FaNum", Sans-serif;}.elementor-kit-78 h3{font-family:"iranyekanwebregular_FaNum", Sans-serif;}.elementor-kit-78 h4{font-family:"iranyekanwebregular_FaNum", Sans-serif;}.elementor-kit-78 h5{font-family:"iranyekanwebregular_FaNum", Sans-serif;}.elementor-kit-78 h6{font-family:"iranyekanwebregular_FaNum", Sans-serif;}.elementor-kit-78 button:hover,.elementor-kit-78 button:focus,.elementor-kit-78 input[type="button"]:hover,.elementor-kit-78 input[type="button"]:focus,.elementor-kit-78 input[type="submit"]:hover,.elementor-kit-78 input[type="submit"]:focus,.elementor-kit-78 .elementor-button:hover,.elementor-kit-78 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-kit-78 img:hover{opacity:0.7;}.elementor-kit-78 img{transition-duration:0.4s;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  transition: opacity 0.3s, visibility 0.3s;
}

#scrollToTopButton svg {
  width: 48px;
  height: 48px;
}

#scrollToTopButton:hover {
  opacity: 0.8;
}

/* Show the button when the user scrolls down 20px from the top of the document */
@media screen and (max-width: 768px) {
  #scrollToTopButton {
    display: block;
  }
}/* End custom CSS */