.elementor-kit-10{--e-global-color-primary:#162B75;--e-global-color-secondary:#102039;--e-global-color-text:#0B0B0B;--e-global-color-accent:#2F5DFF;--e-global-color-7c4487d:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}.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-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 */.elementor-sticky--effects.sticky-menu {
    background: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.elementor-sticky--effects.sticky-menu .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-text)!important;
    fill: var(--e-global-color-text)!important;
}
.elementor-sticky--effects.sticky-menu .elementor-nav-menu--main .elementor-item-active {
    color: var(--e-global-color-accent)!important;
    fill: var(--e-global-color-accent)!important;
}
.elementor-sticky--effects.sticky-menu .sub-menu.elementor-nav-menu--dropdown .elementor-item-active{
    color: var(--e-global-color-7c4487d)!important;
}
.elementor-sticky--effects.sticky-menu .elementor-nav-menu--main .elementor-item:hover {
    color: var(--e-global-color-accent)!important;
    fill: var(--e-global-color-accent)!important;
}
/* Button Primary 1 */
.btn-primary-1 .elementor-button {
    position: relative;
}
.btn-primary-1 .elementor-button-content-wrapper {
    position: relative;
}
.btn-primary-1 .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    opacity: 0;
    background-color: var(--e-global-color-secondary);
    z-index: 0;
    transition: all 0.3s ease-out;
}
.btn-primary-1 .elementor-button:hover::before {
    width: 100%;
    opacity: 1;
}
.btn-primary-1 .elementor-button .elementor-button-text::after{
    content: "|";
    margin: 0 8px;
}
/* Button Primary 2 */
.btn-primary-2 .elementor-button {
    position: relative;
    background-color: transparent!important;
    border: 1px solid #FFFFFF;
    transition: border 0.3s ease-out;
}
.btn-primary-2 .elementor-button-content-wrapper {
    position: relative;
}
.btn-primary-2 .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    opacity: 0;
    background-color: var(--e-global-color-accent);
    z-index: 0;
    transition: all 0.3s ease-out;
}
.btn-primary-2 .elementor-button:hover {
    border-color: var(--e-global-color-accent);
}
.btn-primary-2 .elementor-button:hover::before {
    width: 100%;
    opacity: 1;
}
.btn-primary-2 .elementor-button .elementor-button-text::after{
    content: "|";
    margin: 0 8px;
}
/* Button Blog */
.btn-blog-1 .elementor-button {
    position: relative;
    background-color: transparent!important;
    border: 1px solid #ECECEC;
    transition: border 0.3s ease-out;
}
.btn-blog-1 .elementor-button-content-wrapper {
    position: relative;
}
.btn-blog-1 .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    opacity: 0;
    background-color: var(--e-global-color-accent);
    z-index: 0;
    transition: all 0.3s ease-out;
}
.btn-blog-1 .elementor-button:hover {
    border-color: var(--e-global-color-accent);
}
.btn-blog-1 .elementor-button:hover::before {
    width: 100%;
    opacity: 1;
}
.btn-blog-1 .elementor-button .elementor-button-text::after{
    content: "|";
    margin: 0 8px;
}
/* Mouse Scroll Button */
#mouse-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#mouse-scroll span,
#mouse-scroll .title,
#mouse-scroll .mouse {
    margin: 0 0 8px 0;
}
#mouse-scroll span {
    display: block;
    width: 8px; 
    height: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #FFFFFF; 
    border-bottom: 2px solid #FFFFFF;
}
#mouse-scroll .mouse {
    height: 32px;
    width: 20px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #FFFFFF;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite;
}
#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s; 
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s; 
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block; 
    margin: 5px auto;
    background: #FFFFFF;
}
#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}
#mouse-scroll .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    #mouse-scroll .title {
        font-size: 16px;
    }
}
@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
         opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    } 
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
/*Rank Math Breadcrumb*/
.rank-math-breadcrumb > p {
    margin-bottom: 0;
}
.rank-math-breadcrumb > p a,
.rank-math-breadcrumb > p span {
    color: var(--e-global-color-7c4487d);
    font-weight: 700;
}
.rank-math-breadcrumb > p a:hover {
    color: var(--e-global-color-accent);
}
.rank-math-breadcrumb > p span.separator {
    margin: 0 8px;
}/* End custom CSS */