.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Cousine";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Cousine";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cousine";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cousine";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--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){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-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;}}:root { --White:#ffffff; --Black:#000000; }
/* Start custom CSS *//* Remove the scrollbar START */
/* 1. For Chrome, Safari, and newer Edge */
::-webkit-scrollbar {
    display: none;
}

/* 2. For Firefox */
html, body {
    scrollbar-width: none;
}

/* 3. For legacy Internet Explorer/Edge */
html, body {
    -ms-overflow-style: none;
}
/* Remove the scrollbar END */

/* Column size START */
:root {
    /* Now 100vw is safe and won't cause a horizontal scroll! */
    --column: calc(100vw / 12);
}

body {
    margin: 0;
    width: 100vw; 
    overflow-x: hidden;
}

/* Column size END */

/* Yellow Text select START */

::-moz-selection { /* Code for Firefox */
	color: black;
  background: #FFE204;
}

::selection {
	color: black;
  background: #FFE204;
}

/* Yellow Text select END */


/* Post Media margin remove START 
.wp-block-image {
    margin-bottom: 0;
}

.wp-block-video {
    margin-bottom: 0;
}

*//* End custom CSS */