.elementor-kit-6{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#878787;--e-global-color-text:#364153;--e-global-color-accent:#000000;--e-global-color-a82fa0d:#000000;--e-global-color-5c57b33:#FFFFFF;--e-global-color-760d4c0:#B1885BED;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:25px;--e-global-typography-4c2acc8-font-size:30px;--e-global-typography-4c2acc8-line-height:40px;--e-global-typography-df7c196-font-family:"SF PRO";--e-global-typography-df7c196-font-size:21px;--e-global-typography-df7c196-font-weight:600;--e-global-typography-df7c196-line-height:30px;--e-global-typography-df7c196-letter-spacing:0.3px;font-family:"SF PRO", 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:#F8E1B4;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h6{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@media(min-width:1680px){.elementor-kit-6{--e-global-typography-df7c196-font-size:20px;--e-global-typography-df7c196-line-height:30px;--e-global-typography-df7c196-letter-spacing:-0.1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1560px;}.e-con{--container-max-width:1560px;}}@media(max-width:1366px){.elementor-kit-6{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:33px;--e-global-typography-secondary-line-height:43px;--e-global-typography-text-font-size:17px;--e-global-typography-text-line-height:27px;--e-global-typography-accent-font-size:18px;--e-global-typography-df7c196-font-size:16px;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:38px;--e-global-typography-df7c196-font-size:22px;--e-global-typography-df7c196-line-height:40px;}.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:25px;--e-global-typography-primary-line-height:35px;--e-global-typography-secondary-font-size:23px;--e-global-typography-secondary-line-height:30px;--e-global-typography-df7c196-font-size:16px;--e-global-typography-df7c196-line-height:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body,
body * {
    font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.circle-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dcd8d0;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 3px #4a88d3;
    cursor: pointer;
    transition: all .3s ease;
}

.circle-btn:hover{
    transform: scale(1.08);
    box-shadow: 0 0 0 4px #4a88d3;
}
.circle-btn-1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(74,136,211,.7);
    position: relative;
    cursor: pointer;

    transition: all .3s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.circle-btn-1::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    transition: border-color .3s ease;
}

.circle-btn-1::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color .3s ease, opacity .3s ease;
    opacity: 0;
}

.circle-btn-1:hover {
    transform: scale(1.08);
}

.circle-btn-1:hover::after {
    border-color: #4a88d3;
    opacity: 1;
}

.circle-btn-1:hover::before {
    border-color: #4a88d3;
}/* End custom CSS */
/* Start Custom Fonts CSS *//* End Custom Fonts CSS */