.elementor-kit-6{--e-global-color-primary:#0156EC;--e-global-color-secondary:#02CEFF;--e-global-color-text:#D9D9D9;--e-global-color-accent:#9FCC3A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:capitalize;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.5px;color:#000000;font-family:"Work Sans", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-size:17px;font-weight:600;text-transform:capitalize;line-height:24px;color:#FFFFFF;background-image:linear-gradient(135deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-primary ) 100%);border-radius:50px 50px 50px 50px;padding:18px 25px 18px 25px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;font-size:52px;font-weight:700;line-height:1.2em;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:700;line-height:1.2em;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:700;line-height:1.2em;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:10px 10px 10px 10px;padding:14px 22px 14px 22px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{border-style:solid;border-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1450px;}.e-con{--container-max-width:1450px;--container-default-padding-top:80px;--container-default-padding-right:30px;--container-default-padding-bottom:80px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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-kit-6{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:20px;--e-global-typography-accent-font-size:17px;}.elementor-kit-6 h1{font-size:38px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:80px;--container-default-padding-right:15px;--container-default-padding-bottom:80px;--container-default-padding-left:15px;}}/* Start custom CSS *//*Custom Button*/
.custom-btn-bubbles .elementor-button:before, .custom-btn-bubbles .elementor-button:after, .custom-btn-bubbles .elementor-button span:before  {
    content: "";
    position: absolute;
    margin: auto;
    border-radius: 50%;
    background: #c1f1ff;
    border: 4px solid #c1f1ff;
    box-shadow: #e0f9ff 8px 0px 0px inset;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.custom-btn-bubbles .elementor-button:hover:before, .custom-btn-bubbles .elementor-button:hover:after, .custom-btn-bubbles .elementor-button:hover span:before {
    opacity: 1;
}

.custom-btn-bubbles .elementor-button {
    position: relative;
}

.custom-btn-bubbles .elementor-button:before {
    height: 25px;
    width: 25px;
    top: -55px; right: 10px;
    bottom: 0;
    animation: bubbles-animation 2.5s linear infinite alternate;
}

.custom-btn-bubbles .elementor-button:after {
    height: 10px;
    width: 10px;
    top: -25px; right: 30px;
    bottom: 0;
    animation: bubbles-animation 2.5s 1s ease infinite alternate;
}

.custom-btn-bubbles .elementor-button span:before {
    height: 15px;
    width: 15px;
    top: -50px; right: 38px;
    bottom: 0;
    animation: bubbles-animation 2.5s 0.5s linear infinite alternate;
}

@keyframes bubbles-animation {
  from {transform: translate( 0px, 0px);}
  to {transform: translate( -2px, -5px);}
}

/* Custom Icon Box Background */

.custom-icon-bg .elementor-icon {
    background: linear-gradient(135deg, #02ceff, #0156ec);
}

/* Text Colors */
.color-primary {
    color: var(--e-global-color-primary)
}

.color-secondary {
    color: var(--e-global-color-secondary)
}/* End custom CSS */