.elementor-kit-8{--e-global-color-primary:#0B4F6C;--e-global-color-secondary:#D9D9D9;--e-global-color-text:#060308;--e-global-color-accent:#0B4F6C;--e-global-color-d2d56cb:#031720;--e-global-color-d8e07b9:#0B3D91;--e-global-color-9d20fa6:#D9D9D9;--e-global-color-41ee2f6:#CED8E9;--e-global-color-9c0983d:#E6EDF0;--e-global-color-d2340f3:#06030826;--e-global-color-0f311c1:#FFFFFF;--e-global-color-8c81c17:#000000;--e-global-color-62183c8:#00000000;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-weight:500;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:12px 12px 12px 12px;padding:12px 18px 12px 18px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{color:var( --e-global-color-0f311c1 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-d2d56cb );border-radius:12px 12px 12px 12px;}.elementor-kit-8 label{color:var( --e-global-color-0f311c1 );}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.elementor-button {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.elementor-button span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.btn-icon {
  position: absolute;
  top: 0;
  right: -28px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 2;
  color: white;
}

.elementor-button:hover .btn-icon {
  right: 15px;
}

.elementor-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #031720;
  transition: all 0.3s ease;
  z-index: -1;
}

.elementor-button:hover {
  padding-right: 45px;
  padding-left: 12px;
}

.elementor-button:hover:before {
  right: 15px;
}

.elementor-button:hover:after {
  width: 100%;
}

.elementor-button:active {
  transform: translateY(2px);
}

/*Light Button*/

.light-btn .elementor-button:after {
  background: #0B4F6C !important;
  color: white !important;
}

.light-btn .elementor-button:hover {
  border-color: #0B4F6C !important;
}/* End custom CSS */