.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFCE06;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFCE06;--e-global-color-046b809:#111111;--e-global-color-8dd33a3:#000000;--e-global-color-6928f48:#FFFFFF00;--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.03em;background-color:var( --e-global-color-8dd33a3 );font-family:"Poppins", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-6{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
overflow-x: hidden !important;
}

.elementor-kit-6 p:last-child {
margin-bottom: 0;
}

/*Focus Outline Disable*/

* :focus {
outline: 0 !important;
box-shadow: none!important;
}

.pad_section{
padding-left: 20px;
padding-right: 20px;
}

/* Button */


.btn a{
  overflow: hidden;
  position: relative;
  /*margin: 0 auto;*/

}

.btn span {
  position: relative;
  z-index: 1;
}

.btn a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 250px;
  width: 140%;
  background: #FFA500;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.elementor-kit-6  .elementor-button-text  {
    transition: 0.3s linear;
}


 .btn a:hover .elementor-button-text {
    color: #ffffff;
}/* End custom CSS */