.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FBD421;--e-global-color-text:#000000;--e-global-color-accent:#503216;--e-global-color-8b04efc:#503216;--e-global-color-b5caf1d:#261507;--e-global-color-22dc64d:#5F4733;--e-global-color-ad796d9:#474747;--e-global-color-ffc2795:#857272;--e-global-color-ea3dbbe:#7E7C7E;--e-global-color-2e5fe6e:#FFFFFF;--e-global-color-a3944d6:#FCF9F2;--e-global-color-0315c70:#D4AF37;--e-global-color-5f815ec:#00000000;--e-global-typography-primary-font-family:"Tahoma";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:54px;--e-global-typography-secondary-font-family:"Tahoma";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:42px;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:28px;}.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;}.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);}.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:34px;--e-global-typography-primary-line-height:44px;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:34px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:26px;}.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:24px;--e-global-typography-primary-line-height:34px;--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-line-height:28px;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.goloHeading {
    color: #D4AF37;
}

/*footer hover*/

.Btn1 {
  position: relative;
  text-decoration: none; /* Remove default underline */
}

.Btn1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px; /* Adjust height of underline */
  background-color: #fff; 
  transition: width 0.3s ease-in-out; /* Smooth transition */
}

.Btn1:hover::after {
  width: 100%; /* Underline will span across the full width */
}/* End custom CSS */