.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-7c251eb:#F11F30;--e-global-color-2cccd5a:#FDDC16;--e-global-color-5ddbf01:#9A5205;--e-global-color-e98d0dc:#00000000;--e-global-color-8cbd6b7:#034C02;--e-global-color-5b32c09:#E9EAD6;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:1.3em;--e-global-typography-primary-letter-spacing:-0.015em;--e-global-typography-secondary-font-family:"Anton";--e-global-typography-secondary-font-size:60px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.015em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:1.3em;--e-global-typography-text-letter-spacing:-0.015em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-line-height:1.3em;--e-global-typography-2622fdc-font-family:"Anton";--e-global-typography-2622fdc-font-size:20px;--e-global-typography-2622fdc-font-weight:400;--e-global-typography-2622fdc-text-transform:none;--e-global-typography-2622fdc-line-height:1.3em;--e-global-typography-1e9a551-font-family:"Anton";--e-global-typography-1e9a551-font-size:32px;--e-global-typography-1e9a551-font-weight:400;--e-global-typography-1e9a551-text-transform:none;--e-global-typography-1e9a551-font-style:normal;--e-global-typography-1e9a551-line-height:1.3em;--e-global-typography-b24ca63-font-family:"Roboto";--e-global-typography-b24ca63-font-size:32px;--e-global-typography-b24ca63-font-weight:500;--e-global-typography-b24ca63-text-transform:none;--e-global-typography-b24ca63-font-style:normal;--e-global-typography-b24ca63-line-height:1.3em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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:1279px){.elementor-kit-7{--e-global-typography-primary-font-size:50px;--e-global-typography-secondary-font-size:50px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:40px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:18px;--e-global-typography-1e9a551-font-size:26px;--e-global-typography-b24ca63-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, .elementor-kit-7 {
    overflow-x: hidden;
}

.cropped_btn svg{
    width: 24px;
    height: 24px;
}


.cropped_btn{
    transform:skew(15deg);
}

.btn_con{
    transform: skew(-15deg);
}

.btn_con .cropped_btn svg {
    transition: transform 0.3s ease;
}

.btn_con:hover .cropped_btn svg {
    transform: rotate(-30deg);
}




.elementor-kit-7 p:last-child{
    margin-bottom: 0px!important;
}

.elementor-kit-7 .red_text{
    color: #F11F30;
}

.elementor-kit-7 .yellow_text{
    color: #FDDC16;
}

.elementor-kit-7 .cropped_btn .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}

.elementor-kit-7 .cropped_btn .elementor-button-icon svg{
    width: 32px;
    height: 32px;
}

.elementor-kit-7 .cropped_btn .elementor-button-icon{
    display: flex;
}

@media screen and (max-width:1279px){
    .elementor-kit-7 .cropped_btn .elementor-button-icon svg{
    width: 24px;
    height: 24px;
}
}



/*Styles For Forms*/

.custom_form :is(input, textarea){
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 16px!important;
    padding: 20px 24px;
    transition: 0.5s;
}

.custom_form :is(input, textarea)::placeholder{
    opacity: 0.3;
    transition: 0.5s;
}

.custom_form :is(input, textarea):hover::placeholder{
    opacity: 1;
}

.custom_form :is(input, textarea):hover, .custom_form :is(input, textarea):focus{
    border-color: rgba(0, 0, 0);
}

.custom_form .elementor-field-type-submit{
    transform: skew(-10deg);
    background-color: #000;
    border-radius: 12px;
    width: fit-content;
    margin-top: 16px;
}

.custom_form .elementor-field-type-submit .elementor-button-content-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_form .elementor-field-type-submit .elementor-button-icon{
    display: flex;
}

.custom_form .elementor-field-type-submit .elementor-button-content-wrapper svg{
    width: 32px;
    height: 32px;
    transition: 0.5s;
}

.custom_form .elementor-field-type-submit .elementor-button-content-wrapper svg circle{
    fill: #FDDC16!important;
}

.custom_form .elementor-field-type-submit .elementor-button-content-wrapper svg path{
    fill: #000000!important;
}

.custom_form .elementor-field-type-submit:hover svg{
    transform: rotate(-45deg);
}

.custom_form .elementor-field-type-submit button{
    transform: skew(10deg);
}/* End custom CSS */