.elementor-kit-428{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bc5fafe:#084383;--e-global-color-dbaff88:#2A2A2A;--e-global-color-167bf51:#4F4F4F;--e-global-color-2d3bbc0:#DE4639;--e-global-color-2527381:#137547;--e-global-color-dde31ca:#96805A;--e-global-color-a7510dd:#0865C9;--e-global-color-aa7c236:#F27821;--e-global-color-04d1e5c:#00D084;--e-global-typography-primary-font-family:"Bai Jamjuree";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bai Jamjuree";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bai Jamjuree";--e-global-typography-accent-font-weight:500;}.elementor-kit-428 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* Nav edit */
.wd-nav>li {
	letter-spacing: 1.15px;
}


/* btn-3 */
.btn-3 {
    font-family: 'Bai Jamjuree', Arial, sans-serif!important;
    scale: 0.65;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #fff;
    color: #084383;
    border-radius: 0.5rem;
    font-weight: 300;
    font-size: 25px;
	  text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 34px 12px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
  }
  
  .btn-3 .button__icon-wrapper {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    position: relative;
    color: #fff;
    background-color: #084383;
    border-radius: 10%;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  
  .btn-3:hover {
    background-color: #080808;
  }
  
  .btn-3:hover .button__icon-wrapper {
    color: #fff;
  }
  
  .btn-3 .button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
  }
  
  .btn-3:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
  }
  
  .btn-3:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
  }
  
  
  /* btn-5 */
.btn-5 {
    font-family: 'Bai Jamjuree', Arial, Sans-Serif!important;
    scale: 0.70;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #084383;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 22px;
	  text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 34px 12px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
  }
  
  .btn-5 .button__icon-wrapper {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    position: relative;
    color: #084383;
    background-color: #fff;
    border-radius: 10%;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  
  .btn-5:hover {
    background-color: #080808;
		color: #fff;
  }
  
  .btn-5:hover .button__icon-wrapper {
    color: #000;
  }
  
  .btn-5 .button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
  }
  
  .btn-5:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
  }
  
  .btn-5:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
  }
  
  
  /* Icon scale */
.styled .e-n-menu-icon {
      scale: 0.77;
  }/* End custom CSS */