.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-e508451:#2A0E3E;--e-global-color-889da72:#4F4F4F;--e-global-color-28a31bd:#4F4F4F;--e-global-typography-primary-font-family:"Baskervville";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Baskervville";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h1{font-family:"Inter", Sans-serif;}.elementor-kit-9 h2{font-family:"Inter", Sans-serif;}.elementor-kit-9 h3{font-family:"Inter", Sans-serif;}.elementor-kit-9 h4{font-family:"Inter", Sans-serif;}.elementor-kit-9 h5{font-family:"Inter", Sans-serif;}.elementor-kit-9 h6{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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 */body {
    overflow-x:hidden;
}
.cta-btns .anim-wrapper {
	-webkit-transition: 0.6s;
    transition: 0.6s;
    display: inline-block;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
}

.arrow-circ-btn {
	color: #ffffff;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.arrow-circ-btn .txt {
    display: inline-block;
    padding: 8px 0;
    padding-right: 4px;
}
.arrow-circ-btn .arrow-icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    border-radius: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.arrow-circ-btn:after {
    position: absolute;
    content: "";
}
.arrow-circ-btn .arrow-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    border-radius: 40px;
    border: 2px solid #ffffff;
    border-color: #ffffff;
    border-left-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.arrow-circ-btn:focus .arrow-icon:before, .arrow-circ-btn:hover .arrow-icon:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    border-color: #FEA91F;
    border-left-color: transparent;
}
.arrow-circ-btn .arrow-icon:after {
    position: absolute;
    top: 14px;
    left: 12px;
    height: 12px;
    width: 12px;
    z-index: -1;
    content: "";
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.arrow-circ-btn:focus .arrow-icon:after, .arrow-circ-btn:hover .arrow-icon:after {
    left: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color:#FEA91F;
}/* End custom CSS */