.elementor-kit-4{--e-global-color-primary:#550EB6;--e-global-color-secondary:#9F196E;--e-global-color-text:#353535;--e-global-color-accent:#FAF6F9;--e-global-color-0d318e2:#7600DA;--e-global-color-52c84d4:#FFFFFF;--e-global-color-9055f59:#02010100;--e-global-color-0277f18:#FAF6F9;--e-global-color-fff0d58:#976AD3;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:16px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h1{font-family:"Poppins", Sans-serif;font-size:55px;}.elementor-kit-4 h2{font-family:"Poppins", Sans-serif;font-size:45px;}.elementor-kit-4 h3{font-family:"Poppins", Sans-serif;font-size:36px;}.elementor-kit-4 h4{font-family:"Poppins", Sans-serif;font-size:32px;}.elementor-kit-4 h5{font-family:"Poppins", Sans-serif;font-size:28px;}.elementor-kit-4 h6{font-family:"Poppins", Sans-serif;font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-4 h2{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  background-color: #976AD3;
  transition: .1s;
  border-radius:50px;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:30px;
  padding-right: 30px;
}
.btn::after {
  content:'\279D';
  color:white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*We are seeting aerrow to 15px from right side and to hide opacity 0*/
  right: calc(0% + 60px);
  opacity: 0;
  transition: .1s;
}

.btn:hover {
  /*To see that movement and roam we are adding 10px extra padding to right side so total 25px*/
  padding-right: calc(15px + 10px);
}

.btn:hover:after {
  /*We are seeting aerrow to 5px from right side and to make it visiable opacity 1*/
  /*10px because (25px(btn rught padding) - 15px(right side space of aerrow))*/
  right: calc(0% + 23px);
  opacity: 1;
}/* End custom CSS */