.elementor-kit-7{--e-global-color-primary:#C49E4F;--e-global-color-secondary:#7D7D7D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-color-aa2c633:#FFFFFF;--e-global-typography-primary-font-family:"EB Garamond";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:35px;--e-global-typography-secondary-font-family:"EB Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1.3px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h2{font-size:30px;}.elementor-kit-7 h3{font-size:23px;}.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 */.e-con>.e-con-inner {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

/** About Us Page**/
.linemiddle::before {
 content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px; /* Line thickness */
  height: 100%; /* Line height */
  
  /* Creates the dashed effect using a repeating linear gradient */
  background-image: repeating-linear-gradient(
    to bottom,
    black 0,
    black 6px,
    transparent 6px,
    transparent 12px
  );
  
  /* Creates the fade effect at the top and bottom */
  mask-image: linear-gradient(
    to bottom,
    transparent, /* Start with a transparent mask (fades out) */
    black 10%, /* Mask becomes fully opaque (solid) at 10% */
    black 10%, /* Stays solid until 90% */
    transparent /* End with a transparent mask (fades out) */
  );
  
  transform: translateX(-50%); /* Center horizontally */
}

.bigtimeline {
    background-image: url(https://khunkharmata.com/wp-content/uploads/Khunkhar-mata-pattern-150x150.webp);
    background-position: center center;
    background-repeat: repeat-x;
}/* End custom CSS */