.elementor-kit-7{--e-global-color-primary:#0A84FF;--e-global-color-secondary:#111827;--e-global-color-text:#454A54;--e-global-color-accent:#FF6B00;--e-global-color-5cd59fb:#FEF4E7;--e-global-color-d876384:#334155;--e-global-color-41dec4c:#64748B;--e-global-color-9619843:#E2E8F0;--e-global-color-1cb6c14:#F8FAFC;--e-global-color-20a0d4d:#FFFFFF;--e-global-color-5a38ba5:#1A1023;--e-global-color-9b47ccb:#454A54;--e-global-color-7160309:#F1F7FD;--e-global-color-00b59df:#F1F7FD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:14px;font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );border-radius:20px 20px 20px 20px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Inter", Sans-serif;font-size:14px;}.elementor-kit-7 h1{font-family:"Sora", Sans-serif;font-size:50px;font-weight:800;text-transform:capitalize;}.elementor-kit-7 h2{font-family:"Sora", Sans-serif;font-size:36px;font-weight:700;text-transform:capitalize;}.elementor-kit-7 h3{font-size:38px;font-weight:700;}.elementor-kit-7 h4{font-family:"Inter", Sans-serif;font-size:20px;font-weight:700;}.elementor-kit-7 h5{font-family:"Inter", Sans-serif;font-size:14px;font-weight:500;}.elementor-kit-7 h6{font-family:"Inter", Sans-serif;font-size:12px;font-weight:400;}.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);}.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-kit-7 h1{font-size:48px;}.elementor-kit-7 h2{font-size:40px;}.elementor-kit-7 h3{font-size:32px;}.elementor-kit-7 h4{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:16px;}.elementor-kit-7 h1{font-size:36px;}.elementor-kit-7 h2{font-size:24px;}.elementor-kit-7 h3{font-size:28px;}.elementor-kit-7 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Accent:#FF6B00; --White:#ffffff; --Text-Primary:#111827; --Primary:#0A84FF; --Background:#F8FAFC; --Primary-95:#FEF4E7; --Gray:#B3B3B3; --Text-light:#64748B; --Primary-light:#E5F2FF; }
/* Start custom CSS */.tagvolt-btb-float {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 28px;
    border-radius: 12px;
    background: #FF6B00;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tagvolt-btb-float:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(255, 107, 0, 0.25);
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.tv-breadcrumb{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    margin-bottom:30px;

    font-size:15px;

    font-weight:600;

    color:#7C8BA7;

}

.tv-breadcrumb a{

    color:#7C8BA7;

    text-decoration:none;

    transition:.25s;

}

.tv-breadcrumb a:hover{

    color:var(--tv-blue);

}

.tv-breadcrumb span{

    color:#A0AEC5;

}

.tv-current-page{

    color:var(--tv-navy)!important;

    font-weight:700;

}

.tv-breadcrumb{

    font-size:13px;

    gap:6px;

    margin-bottom:22px;

}


/* ==========================================
   GLOBAL RESPONSIVE TYPOGRAPHY
========================================== */

/* ===========================
   Desktop (1200px+)
=========================== */

h1{ font-size:56px !important; }
h2{ font-size:42px !important; }
h3{ font-size:30px !important; }
h4{ font-size:24px !important; }
h5{ font-size:20px !important; }
h6{ font-size:18px !important; }

p,
li,
button,
.elementor-button,
.wp-element-button,
input,
textarea,
select{
    font-size:16px !important;
    line-height:1.7 !important;
}

small{
    font-size:14px !important;
}

/* ===========================
   Large Tablet
=========================== */

@media (max-width:1199px){

    h1{ font-size:48px !important; }
    h2{ font-size:38px !important; }
    h3{ font-size:28px !important; }
    h4{ font-size:22px !important; }

}

/* ===========================
   Tablet
=========================== */

@media (max-width:991px){

    h1{ font-size:42px !important; }
    h2{ font-size:34px !important; }
    h3{ font-size:26px !important; }
    h4{ font-size:21px !important; }

    p,
    li,
    button,
    .elementor-button,
    .wp-element-button,
    input,
    textarea,
    select{
        font-size:15px !important;
    }

}

/* ===========================
   Mobile
=========================== */

@media (max-width:767px){

    h1{ font-size:36px !important; }
    h2{ font-size:30px !important; }
    h3{ font-size:24px !important; }
    h4{ font-size:20px !important; }
    h5{ font-size:18px !important; }
    h6{ font-size:16px !important; }

    p,
    li,
    button,
    .elementor-button,
    .wp-element-button,
    input,
    textarea,
    select{
        font-size:15px !important;
        line-height:1.65 !important;
    }

    small{
        font-size:13px !important;
    }

}/* End custom CSS */