.elementor-kit-6{--e-global-color-primary:#EC6B2D;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Chivo";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Literata";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Literata";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IBM Plex Mono";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Literata", Sans-serif;font-size:18px;line-height:30px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#EC6B2D;font-family:"Chivo", Sans-serif;font-size:22px;text-transform:uppercase;color:#FFFFFF;border-radius:6px 6px 6px 6px;padding:16px 40px 16px 40px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#000000;border-radius:6px 6px 6px 6px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Chivo", Sans-serif;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Chivo", Sans-serif;font-size:48px;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Chivo", Sans-serif;font-size:40px;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Chivo", Sans-serif;font-size:32px;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Chivo", Sans-serif;font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-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 *//*Spacing for li */
ul li,
ol li {
	margin: 0 12px 12px 12px;
}
/*Spacing for ul & ol & table & pre */
ul,
ol,
table,
pre {
	margin-bottom: 30px;
}
/*Spacing For hr */

.single-post hr {
	margin: 30px 0 !important;
}

/* Scribble Background CSS */


.bg-scrible {
    background-image: url("https://leadinary.wpengine.com/wp-content/uploads/2022/09/scratch-2.svg");
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    
}



/* Image Styling */




/*Blockquote style 
------------------------*/

blockquote {
	max-width: 700px ;
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff9f5;
    font-family: poppins;
    font-size: 1.15em;
    line-height: 1.4;
    color: black;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-image: linear-gradient(50deg, #ec6b2d , #fff9f5);
     border-image-slice: 1;
     border-radius: 8px;

}

blockquote::before {
    font-family: Arial;
    color:#ec6b2d;
	content:"\201c";
    font-size: 120px;
    display: block;
    margin-bottom: -60px;
    margin-top: -26px;
}
/*Blockquote style (END)
-------------------------*/

/* Code Styling */
 pre {
    background-color: #ec6b2d;
    overflow: auto;
    font-family: 'Monaco', monospace;
    padding: 0 1em;
    color: white;
    border-radius: 10px
  }



code {
    font-family: Monaco, monospace;
    font-size: 16px;
    line-height: 100%;
    background-color: #fff9f5;
    padding: 0.6em;
    letter-spacing: -0.01em;
    word-break: normal;
    color: #083a74;
    padding-bottom: 10px;
    line-height: 1.3;
  }
  
/* Code Styling End *//* End custom CSS */