/* @font-face {
    font-family: Proxima Nova;
    src:url(https://shenlarochecom.swipepages.media/672b08b8aae8d6001192839d/fonts/Proxima-Nova-Normal-400-Regular.woff) format("woff"),
        url(https://shenlarochecom.swipepages.media/672b08b8aae8d6001192839d/fonts/Proxima-Nova-Normal-400-Regular.woff2) format("woff2"),
        url(https://shenlarochecom.swipepages.media/672b08b8aae8d6001192839d/fonts/Proxima-Nova-Normal-400-Regular.svg) format("svg"),
        url(https://shenlarochecom.swipepages.media/672b08b8aae8d6001192839d/fonts/Proxima-Nova-Normal-400-Regular.eot) format("embedded-opentype");
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: Proxima Nova;
    src:url(https://shenlarochecom.swipepages.media/672b08b8aae8d6001192839d/fonts/Proxima-Nova-Normal-600-SemiBold.woff) format("woff"),
        url(https://shenlarochecom.swipepages.media/672b08b8aae8d6001192839d/fonts/Proxima-Nova-Normal-600-SemiBold.woff2) format("woff2"),
        url(https://shenlarochecom.swipepages.media/672b08b8aae8d6001192839d/fonts/Proxima-Nova-Normal-600-SemiBold.svg) format("svg"),
        url(https://shenlarochecom.swipepages.media/672b08b8aae8d6001192839d/fonts/Proxima-Nova-Normal-600-SemiBold.eot) format("embedded-opentype");
    font-weight:600;
    font-style:normal;
} */


@font-face {
    font-family: Proxima Nova;
    src:url(assets/fonts/proxima/normal/Proxima-Nova-Normal-400-Regular.woff) format("woff"),
        url(assets/fonts/proxima/normal/Proxima-Nova-Normal-400-Regular.woff2) format("woff2"),
        url(assets/fonts/proxima/normal/Proxima-Nova-Normal-400-Regular.svg) format("svg"),
        url(assets/fonts/proxima/normal/Proxima-Nova-Normal-400-Regular.eot) format("embedded-opentype");
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: Proxima Nova;
    src:url(assets/fonts/proxima/normal/Proxima-Nova-Normal-600-SemiBold.woff) format("woff"),
        url(assets/fonts/proxima/normal/Proxima-Nova-Normal-600-SemiBold.woff2) format("woff2"),
        url(assets/fonts/proxima/normal/Proxima-Nova-Normal-600-SemiBold.svg) format("svg"),
        url(assets/fonts/proxima/normal/Proxima-Nova-Normal-600-SemiBold.eot) format("embedded-opentype");
    font-weight:600;
    font-style:normal;
}

.financity-navigation-bar-wrap,
.financity-header-background-transparent,
.bottom-fixed,
.financity-top-bar,
.financity-page-title-wrap{
    display: none !important;
}

.financity-body *{
    border: none;
}

#primary.site-main {
    min-height: auto;
    padding: 0 0 0 0;
}

.financity-body .f-c{
    color: #d4ba4a;
}

.f-u {
    text-transform: uppercase;
}

.financity-body .f-n{
    font-weight: normal;
}

.financity-body .f-w-1{
    font-weight: 600;
}

.financity-body .f-w-2{
    font-weight: 400;
}

.financity-body .f-s-1 {
    font-size: 19px;
}

.financity-body .f-s-2 {
    font-size: 50px;
}

.financity-body .f-s-3 {
    font-size: 16px;
}

.financity-body .f-s-4 {
    font-size: 30px;
}

.financity-body .f-s-5 {
    font-size: 18px;
}

.align-right{
    text-align: right;
}

.align-center{
    text-align: center;
}

.financity-body h1, 
.financity-body h2, 
.financity-body h3, 
.financity-body h4, 
.financity-body h5, 
.financity-body h6, 
.financity-body .financity-title-font, 
.financity-body .gdlr-core-title-font,
#primary.site-main{
    font-family: "Proxima Nova", sans-serif;
}

.container-serv {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.header-top-serv{
    position: fixed !important;
    box-shadow: 0px 5px 12px 3px rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 999;
    background: #fff;
}

.header-top-serv .serv-row{
    height: 80px;
}

.serv-row{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.serv-col-logo img{
    max-width: 120px;
    height: auto;
}

.serv-col-nav {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 14px;
    color: #555;
}

.serv-col-end a{
    background-color: #8dc640;
    border-image: none;
    border: 1px solid #8dc640;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 50px;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.serv-col-end a:hover{
    background-color: #555555;
    color: #fff;
}

.toggle-menu>span {
    display: block;
    background: currentColor;
    width: 27px;
    height: 2px;
    margin-bottom: 5px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    display: none;
}

.toggle-menu span {
    background: #555;
}

.site-main{
    min-height: 800px;
    padding: 200px 0 0 0;
}

.serv-col-nav a {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 14px;
    color: #555;
    margin-right: 20px;
}

.serv-col-nav a:hover{
    color: #555;
}

.btn-wrap{
    display: flex;
    gap: 15px;
}

a.btn{
    /* background-color: #8dc640; */
    border: 2px solid #8dc640;
    border-image: none;    
    -webkit-transition: background-color .3sease;
    transition: background-color .3sease;
    border-radius: 50px;
    padding: 10px 25px;
    color: #8dc640;
}

a.btn.btn-1{
    text-transform: uppercase;
}

a.btn.btn-1a{
    color: #fff;
    /* border-image-source: linear-gradient(120deg, rgba(212, 186, 74, 1) 0%, rgba(179, 155, 51, 1) 100%); */
    border-image-slice: 1;
    background-image: linear-gradient(120deg, rgba(212, 186, 74, 1) 0%, rgba(179, 155, 51, 1) 100%);
   border: none; 
}

.pt-1{
    padding-top: 20px;
}

.pb-1{
    padding-bottom: 20px;
}

/* =========== intro ============== */

.intro{
    background: url(assets/images/service/abstract-background-grey-1500.webp) no-repeat 0 0;
    background-attachment:fixed ;
    padding: 100px 0 50px;
}

.intro .serv-row > *{
    width: 50%;
    position: relative;
}

.intro .serv-row > * > * {
    padding-bottom: 3px;
}

.pos-img-1{
    position: absolute;
    left: 0;
    bottom: 88px;
}

/* =========== enquire ============== */

.enquire{
    background-color:#d4ba4a;
}

.container-enquire .serv-row > *{
    width: 50%;
}

.container-enquire .serv-row > *:first-child{
    padding-right: 50px;
}

.container-enquire .serv-row > *:last-child{
    background-color: #fdfdfd;
    padding: 100px 0;
}

.enquire-form{
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    max-width: 516px;
    padding: 30px 30px 30px 30px;
    margin-left: auto;
}

.enquire-form form textarea,
.enquire-form form .serv-select,
.enquire-form form input[type="email"],
.enquire-form form input[type="tel"],
.enquire-form form input[type="text"]{
    border-radius: 5px;
    outline: none;
    border: 1px solid;
    border-color: #aaa;
    padding: 10px;
    width: 100%;
    background-color: transparent;
}

.enquire-form form textarea{
    height: 58px;
}

.enquire-form form input[type="submit"]{
    background: #8dc640;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    border-radius: 50px;
    letter-spacing: 1.5px;
}

.enquire-form .wpcf7-spinner{
    display: none;
}


.tick-ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* font-family: Open Sans; */
}

.tick-ul li{
    position: relative;
    background-color: #8dc640;
    color: #fff;
    padding:26px 0 26px 65px;
    margin: 0 0 10px;
    border-radius: 20px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
}

.tick-ul li:before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' class='x'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath d='M8.294 16.998c-0.435 0-0.847-0.203-1.111-0.553l-3.573-4.721c-0.465-0.613-0.344-1.486 0.27-1.951 0.615-0.467 1.488-0.344 1.953 0.27l2.351 3.104 5.911-9.492c0.407-0.652 1.267-0.852 1.921-0.445s0.854 1.266 0.446 1.92l-6.984 11.21c-0.242 0.391-0.661 0.635-1.12 0.656-0.022 0.002-0.042 0.002-0.064 0.002z' fill='%23d4ba4a'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 45% !important;
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 17px;
}

.wh-bg{
    background-color: #ffffff;
}

.enq-right-wrap{
    max-width: 516px;
    margin: 0 auto;
    /* background: #fff; */
    padding: 15px 15px;
}


/* ============ steps ============= */
.steps{
    background: url(assets/images/service/square-background-1500.webp) no-repeat 0 0;
    background-attachment:fixed ;
}

.container-steps {
    /* width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; */
    padding: 90px 50px 90px 50px;
}

.steps-ul ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    list-style-type: none;
    justify-content: center;
    counter-reset: step-counter;
}

.steps-ul ul li{
    width: calc((100% / 4) - 30px);
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-size: 15px;
    line-height: 15px;
    position: relative;
}

.steps-ul li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    width: 30px;
    height: 30px;
    background-color: #d4ba4a; 
    background: linear-gradient(to top, #b29128, #cfa80d); 
    color: #fff; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.steps-ul ul li p{
    margin: 0;
    font-size: 15px;
    line-height: 17px;
}

.steps-ul ul li p:first-child{
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    margin: 0 0 10px;
}

/* ========== pricing =========== */

.pricing{
    background-color:#8dc640;
    padding: 70px 0;
}

.financity-body .pricing .f-s-4 {
    font-size: 28px;
}

.container-pricing{
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-row{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0;
}

.pricing .pricing-row .col-12{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.pricing .pricing-row .col-12 > *{
    width: 27.99%;
}

.pricing .pricing-row .col-12 > *:first-child{
    width: 17%;
}

.pricing .pricing-row .col-12 > *.divider-1{
    width: 55%;
}

.financity-body .pricing .pricing-row .col-12 .tatsu-title {
    color: #fff;
}

.divider-1 {
    position: relative;
    height: 5px;
    width: 100%;
}

.divider-1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}

.pricing-row > .col-1{
    width: calc((100% / 2) - 8px);    
}

.price-box{
    background-color: #fff;
    padding: 25px 20px 25px 20px;
    border-radius: 20px;
    height: 100%;
}

.price-hd{
    border-bottom: 2px solid #d4ba4a;
}

.price-hd h3{
    color: #d4ba4a;
    font-size: 30px;
    line-height: 1.25em;
    font-weight: 600;
}

.price-hd h6{
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding-bottom: 45px;
}

.price-hd .price{
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.price-hd .price em,
.price-hd .price span{
    color: #8dc640;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
}

.price-hd .price-bot{
    color: #333333;
    font-size: 18px;
    line-height: 18px;
}

.price-btn-wrap{
    padding-bottom: 20px;
    display: flex;
    gap: 15px;
}

.price-btn-wrap a{
    border-radius: 32px;
    padding: 14px 25px;
    text-align: center;
    border-image-source: linear-gradient(120deg, rgba(212, 186, 74, 1) 0%, rgba(179, 155, 51, 1) 100%);
    border-image-slice: 1;
    background-image: linear-gradient(120deg, rgba(212, 186, 74, 1) 0%, rgba(179, 155, 51, 1) 100%);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-weight: 600;
}

.price-btn-wrap a:last-child{
    background: #8dc640;
}

.financity-body .price-accodion h5{
    color: rgba(141, 198, 64, 1);
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 20px 0;
    display: none;
}


.price-accodion .accordion-expand {
    height: 30px;
    width: 30px;
    margin: auto 0 auto auto;
    position: relative;
    display: inline-block;
    font-size: 0px;
}

.price-accodion .accordion-expand:after, 
.price-accodion .accordion-expand:before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    background: currentColor;
    left: 50%;
}

.price-accodion .accordion-expand:before {
    height: 12px;
    width: 2px;
    margin-top: -6px;
    transition: opacity .25s, transform .25s;
    margin-left: -1px;
}

.price-accodion .accordion-expand:after {
    height: 2px;
    width: 12px;
    margin-top: -1px;
    margin-left: -6px;
}

/* price-accordion-head ui-accordion-header ui-corner-top ui-state-default ui-accordion-icons ui-accordion-header-active ui-state-active */

.financity-body .price-accodion .price-accordion-head.ui-accordion-header-active .accordion-expand:before {
    transform: rotate(-90deg);
    opacity: 0;
}

.price-body{
    padding-top: 25px;
}

.financity-body .price-body h2{
    font-size: 18px;
    line-height: 1em;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 10px;
}

.price-body ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.price-body ul li{
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.price-body ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg' class='AB'%3E%3Cpath d='M4.77404 9.93175C4.44485 9.93175 4.11565 9.80186 3.86435 9.54044L0.376956 5.91256C-0.125652 5.38974 -0.125652 4.54277 0.376956 4.02145C0.879564 3.49863 1.69226 3.4971 2.19487 4.01994L4.77404 6.70297L10.8406 0.392129C11.3432 -0.13071 12.1559 -0.13071 12.6586 0.392129C13.1611 0.914977 13.1611 1.76193 12.6586 2.28477L5.68371 9.54044C5.43243 9.80186 5.10323 9.93175 4.77404 9.93175Z' fill='%2322BF8E'%3E%3C/path%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 58%;
    display: block;
    width: 22px;
    height: 22px;

}

.price-body ul li ul{
    padding-top: 10px;
}

.price-body ul li ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 58%;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg' class='x'%3E%3Cpath d='M4.77404 9.93175C4.44485 9.93175 4.11565 9.80186 3.86435 9.54044L0.376956 5.91256C-0.125652 5.38974 -0.125652 4.54277 0.376956 4.02145C0.879564 3.49863 1.69226 3.4971 2.19487 4.01994L4.77404 6.70297L10.8406 0.392129C11.3432 -0.13071 12.1559 -0.13071 12.6586 0.392129C13.1611 0.914977 13.1611 1.76193 12.6586 2.28477L5.68371 9.54044C5.43243 9.80186 5.10323 9.93175 4.77404 9.93175Z' fill='%23d4ba4a'%3E%3C/path%3E%3C/svg%3E%0A");
}

.price-box-2 .price-hd h6 {
    padding-bottom: 7px;
}

/* =========== services =========== */

.services {
    background: url(assets/images/service/square-background-1500.webp) no-repeat 0 0;
    background-attachment: fixed;
    padding: 60px 0;
}

.services .serv-row .col-12 .services-row-a{
    padding: 25px 0;
}

.services .serv-row .col-12 .services-row-a > .col-12{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.services .serv-row .col-12 > .services-row-a  > .col-12> *{
    width: 17.99%;
}

.services .serv-row .col-12 > .services-row-a  > .col-12> p{
    padding-top: 12px;
}

.services .serv-row .col-12 > .services-row-a > .col-12 > *:first-child{
    width: 17%;
}

.services .serv-row .col-12 > .services-row-a > .col-12 > *.divider-1{
    width: 62%;
}

.financity-body .services .serv-row .services-row-a .col-12 .tatsu-title {
    color: #333;
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 10px;
}

.financity-body .services .serv-row .services-row-b .col-12 .tatsu-title {
    color: #333;
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 10px;
}

.services .serv-row .divider-1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.services .serv-row .col-12 > .services-row-a > *:last-child a{
    text-align: center;
    background: #fff;
    border: 2px solid #8dc640;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    color: #8dc640;
    font-weight: 600;
    border-radius: 32px;
    padding: 14px 25px;
}

.service-boxes{
    /* display: grid    ;
    grid-template-columns: auto auto auto; */
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    align-content: center; 
}

.service-boxes .serv-box{
    width: calc((100% / 3) - 17px);
    height: auto;
}

.service-boxes .serv-box p{
    font-size: 15px;
    line-height: 19px;
}

.serv-box{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 25px 20px;
    border-radius: 20px;
}

.serv-icon{
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    margin-bottom: 25px;
}

.service-boxes .serv-box:nth-child(1) .serv-icon{
    background-image: url(assets/images/service/icon-register-company.webp);
}

.service-boxes .serv-box:nth-child(2) .serv-icon{
    background-image: url(assets/images/service/icon-accounting-tax.webp);
}

.service-boxes .serv-box:nth-child(3) .serv-icon{
    background-image: url(assets/images/service/icon-secretary.webp);
}

.service-boxes .serv-box:nth-child(4) .serv-icon{
    background-image: url(assets/images/service/icon-audit-management.webp);
}

.service-boxes .serv-box:nth-child(5) .serv-icon{
    background-image: url(assets/images/service/icon-bank-account.webp);
}

/* ================ box-sec ============== */
.box-sec{
    padding: 50px 0 100px;
    background-color: #fff;
}

.box-sec-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0;
}

.box-sec-container {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.box-sec-row  > .box-1 {
    width: calc((100% / 2) - 8px);
}

.box-sec-row > .box-1.img-pos {
    position: relative;
    text-align: right;
    z-index: 0;
}

.box-sec-row  > .box-1.img-pos img{
    max-width: 333px;
}

.box-sec-row > .box-1.img-pos .img-1 {
    position: relative;
    z-index: 99;
    left: -250px;
}

.box-sec-row > .box-1.img-pos .img-2 {
    position: relative;
    z-index: 9;
    margin-top: -86px;
    margin-left: 174px;
}

.box-sec-row > .box-1.img-pos .img-3 {
    position: relative;
    z-index: 999;
    position: absolute;
    right: 384px;
    top: auto;
    width: 111px;
    margin-top: -17px;
}

.counter-boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: end;
}

.counter-boxes > *{
    width:calc((100% / 2) - 60px);
    padding: 20px 20px 20px 20px;
    background-color: #888888;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
}

.counter-boxes > *:nth-child(2),
.counter-boxes > *:nth-child(3){
    background-color: #8dc640;
}

.counter-boxes .count-box .c-no{
    font-size: 45px;
    color: #FFFFFF;
    font-weight: 600;
}

.c-text{
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
    color: #FFFFFF;
}

.c-text strong{
    display: block;
    font-weight: 600;
    line-height: 14px;
}

/* ============ Testimonials =========== */
.testimonials {    
    padding: 60px 0;
    position: relative;
    z-index: 0;
    background: url(assets/images/service/buidling-background-1500.webp) no-repeat 0 0 #000;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.container-testimonials{
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;    
    margin-bottom: -50px;   
}



.testimonials .test-bg::before{
    content: "";
    display: block;
    /* position: absolute;
    left: 0;
    top: 0px; */
    width: 100%;
    height: 100%;

}

.testimonials-wrap{
    background-color: #fff;
    text-align: center;
    padding: 50px 50px 60px 50px;
    margin-top: -100px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.testimonials-wrap h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonial-1{
    max-width: 742px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 17px;
}

.testimonial-1 p{
    font-size: 14px;
    line-height: 17px;
}

.testimonial-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.test-wrap{
    text-align: left;
    padding: 0 0 0 15px;
}

.financity-body .testimonial-h6{
    font-size: 18px;
    color: #d4ba4a;
    margin-bottom: 0;
}

.testimonial-caption {
    font-family: "Open Sans",sans-serif;
    font-size:16px;
    color: #333333;
    font-weight: 500;
}

.testimonial-cap-sec img{
    width: 55px;
}

/* .slick-prev:before, .slick-next:before{
    color: #000;
} */

.slick-prev:after, 
.slick-next:after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolyline points='40,20 70,50 40,80' fill='none' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 0;
    opacity: 0;
    transition: all ease 0.5s;
}

.slick-prev:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolyline points='60,20 30,50 60,80' fill='none' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: -20px;
}

.testimonials-slider-wrap:hover .slick-next:after,
.testimonials-slider-wrap:hover .slick-prev:after{
    left: 0px;
    opacity: 1;
}

.slick-dots{
    bottom: -50px;
}

.slick-dots li button:before {
    font-size: 7px;
    opacity:0.25;
    color: #333;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8dc640;
}

/* =========== cap-sec-1 ============ */
.testimonials::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    background-color: rgba(141, 198, 64, 1);
    z-index: -1;
}

.cap-sec-1{
    background-color: rgba(141, 198, 64, 1);
    padding: 30px 0px 50px 0px;
}

.container-cap-sec-1 {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.cap-col-12 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 

.financity-body .cap-sec-1 h2{
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1em;
    color: #fff;
}

.cap-sec-1 a{
    border-radius: 32px;
    padding: 16px 42px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #fff;
    color: #fff;
}




/* =========== FAQ ============ */
.faq{
    background: url(assets/images/service/square-background-1500.webp) no-repeat 0 0;
    background-attachment: fixed;
    padding: 60px 0;
}

.container-faq {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.financity-body .accordion-head {
    padding: 15px 25px;
    border-radius: 3px 3px 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 186, 74, 1);
    margin: 15px 0 0;
    outline: none;
    cursor: pointer;
    display: flex    ;
    justify-content: space-evenly;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.financity-body .faq h2{
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1em;
    text-align: center;
}

.financity-body .accordion-head h5{
    font-size: 22px;
}

.financity-body .container-faq .accordion-head.ui-accordion-header-active {
    border-bottom: none;    
}

.container-faq .ui-accordion-content{
    padding: 0 25px 15px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border-style: solid;
    border-color: rgba(212, 186, 74, 1);
    border-width: 1px;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.container-faq .accordion-expand {
    height: 30px;
    width: 30px;
    margin: auto 0 auto auto;
    position: relative;
    display: inline-block;
}

.container-faq .accordion-expand:after, 
.container-faq .accordion-expand:before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    background: currentColor;
    left: 50%;
}

.container-faq .accordion-expand:before {
    height: 12px;
    width: 2px;
    margin-top: -6px;
    transition: opacity .25s, transform .25s;
    margin-left: -1px;
}

.container-faq .accordion-expand:after {
    height: 2px;
    width: 12px;
    margin-top: -1px;
    margin-left: -6px;
}

.financity-body .container-faq  .accordion-head.ui-accordion-header-active .accordion-expand:before {
    transform: rotate(-90deg);
    opacity: 0;
}

.container-faq .ui-accordion-content p{
    margin: 0;
    line-height: 24px;
    font-size: 15px;
}

.container-faq .ui-accordion-content ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container-faq .ui-accordion-content ul li {
    font-size: 15px;
}

/* ============ about =========== */

.about-sec{
    background: url(assets/images/service/abstract-background-grey-1500.webp) no-repeat 0 0;
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
    z-index: 0;
}

.about-sec:after{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(assets/images/service/professional-team.png) no-repeat 162px 0px;
    z-index: -1;
}

.container-about {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.about-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0;
}

.about-col-1{
    width: calc((100% / 2) - 8px);
}

.add-box{
    background-color: #333333;
    border-radius: 20px;
    padding: 10px;
    max-width: 400px;
}

.add-box-inn {
    color: #fff;    
    margin: 0 auto;
    padding: 40px;
}

.add-box-inn h3{
    color: #FFFFFF;
    font-size: 30px;
}

.add-box-inn p{
    margin: 0;
}

.add-t{
    text-transform: uppercase;
}

.add-box ul{
    padding: 25px 0 0;
    margin: 0;
    list-style-type: none;
}

.add-box ul li{
    position: relative;
    font-size: 15px;
    line-height: 18px;
    padding: 0px 0 10px 48px;
}

.add-box ul li a{
    color: #fff;
}

.add-box ul li .add-t{
    text-transform: uppercase;
}

.mail-icon,
.call-icon,
.add-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z' fill='%23d4ba4a'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 32px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 3px;
}

.call-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='x'%3E%3Cpath d='M20.023,15.488c-0.63-0.015-1.423-0.052-1.924-0.14 c-0.542-0.096-1.194-0.282-1.653-0.425 c-0.36-0.112-0.752-0.013-1.019,0.253L13.21,17.38 c-1.532-0.807-2.759-1.747-3.798-2.792 c-1.045-1.039-1.985-2.266-2.792-3.798l2.204-2.218 C9.09,8.305,9.189,7.913,9.077,7.553 C8.935,7.095,8.748,6.443,8.653,5.901 C8.564,5.4,8.528,4.607,8.512,3.977 C8.499,3.432,8.055,3,7.51,3H4 C3.562,3,3,3.328,3,4 c0,4.539,1.84,8.874,4.966,12.034 C11.126,19.16,15.461,21,20,21 c0.672,0,1-0.562,1-1v-3.51 C21,15.945,20.568,15.501,20.023,15.488z' fill='%23d4ba4a'/%3E%3C/svg%3E%0A");
}

.mail-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='x'%3E%3Cpath d='M 4 4 C 2.897 4 2 4.897 2 6 L 2 18 C 2 19.103 2.897 20 4 20 L 20 20 C 21.103 20 22 19.103 22 18 L 22 6 C 22 4.897 21.103 4 20 4 L 4 4 z M 4 6 L 20 6 L 20 6.0058594 L 12 11 L 4 6.0039062 L 4 6 z M 4 8.0039062 L 12 13 L 20 8.0058594 L 20.001953 18 L 4 18 L 4 8.0039062 z' fill='%23d4ba4a'/%3E%3C/svg%3E%0A");
}

.financity-body  .abt-cont h3{
    font-size: 30px;
    margin-bottom: 20px;
}

.financity-body  .abt-cont p{
    font-size: 15px;
    line-height: 18px;
}

/*  =========== copyright ========= */
.copyr{
    background-color: rgba(141, 198, 64, 1);
    text-align: center;
}

.copyr p{
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding:10px;
}

footer{
    display: none;
}

/* ===================================================================== 
================================= Responsive ===========================*/

@media only screen and (min-width: 1025px) and (max-width: 1220px) {
    .container-serv {
        max-width: calc(100% - 60px);
    }
}

@media (max-width:1199px) {
    .services .serv-row .col-12 > .services-row-a > .col-12 > *:first-child {
        width: 25%;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12 > *.divider-1 {
        width: 58%;
    }

    .cap-col-12 {
        justify-content: space-around;
    }

    .financity-body .cap-sec-1 h2 {
        font-size: 35px;
    }
}

@media (min-width:1025px) {
    .price-body{
        display: block !important;
    }

    .price-box {
        position: relative;
        top: 0px;
        transition: all 1s ease;
    }
    
    .price-box:hover {
        top: -10px;
    }

}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .container-serv {
        max-width: 900px;
    }
}

@media (max-width: 1024px) {

    .financity-body .price-accodion h5{
        display: flex;
    }
    
    .financity-body .price-accodion  h5.price-accordion-head.ui-accordion-header-active{
        padding-bottom: 0;
    }

    .financity-body .price-accodion  h5.price-accordion-head + .price-body {
        padding-top: 5px;
    }

    .serv-col-end {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .toggle-menu > span{
        display: block;
    }

    .serv-col-nav{
        display: none;
    }

    .open-menu .toggle-menu > span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }

    .open-menu .toggle-menu > span:nth-child(2) {
        display: none;
    }

    .open-menu .toggle-menu > span:last-child {
        position: absolute;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 37px;
    }

    .open-menu .serv-col-nav {
        display: block;
        position: fixed;
        left: 0;
        top: 78px;
        background: #fff;
        width: 100%;
        z-index: 99999;
    }

    .serv-col-nav a {
        margin-right: 0px;
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #e3e3e3;
    }

    .intro {
        background-attachment: inherit;
        background-size: cover;
        padding-bottom: 141px;
    }

    .intro .serv-row{
        display: block;
        text-align: center;
    }

    .intro .serv-row > *{
        width: 100%;
    }

    .btn-wrap {
        justify-content: center;
        padding-bottom: 25px !important;
    }

   

    .intro .serv-row > * {
        text-align: center;
    }

    .pos-img-1 {
        left: 94px;
        bottom: 88px;
        width: 260px;
    }

    .enquire .serv-row{
        display: block;
    }

    .container-enquire .serv-row > *{
        width:100%;
    }

    .container-enquire h4 br{
        display: none;
    }

    .container-enquire .serv-row > *:first-child {
        padding-right: 0px;
        margin-bottom: -46px;
    }

    .enquire-form {
        max-width: 90%;
        margin: 0 auto;
        top: -100px;
        position: relative;
    }

    .container-enquire .serv-row > *:last-child {
        background-color: #d4ba4a;
        padding: 0px 0;
    }

    .enq-right-wrap {
        max-width: 90%;
    }

    .steps-ul ul li {
        width: calc((100% / 2) - 30px);
    }

    .steps-ul li::before {
        width: 70px;
        height: 70px;
        font-size: 42px;
    }

    .container-pricing {
        max-width: 90%;
    }

    .pricing-row {
        display: block;
    }

    .pricing-row > .col-1 {
        width: 100%;
    }

    .pricing .pricing-row .col-12 > *:first-child {
        width: 20%;
    }

    .pricing .pricing-row .col-12 > *.divider-1 {
        width: 42%;
    }

    .pricing .pricing-row .col-12 > * {
        width: 31.99%;
    }

    .box-sec-row > .box-1.img-pos .img-3 {
        top: 0;
    }

    .box-sec-container {
        max-width: 90%;
    }

    .box-sec-row > .box-1.img-pos img {
        max-width: 85%;
    }
    
    .box-sec-row > .box-1.img-pos {
        text-align: left;
    }

    .box-sec-row > .box-1.img-pos .img-1 {
        left: 0;
    }

    .box-sec-row > .box-1.img-pos .img-2 {
        margin-top: 0;
        margin-left: 0;
    }

    .counter-boxes > * {
        width: calc((100% / 2) - 9px);
    }


    .container-faq,
    .container-cap-sec-1,
    .container-testimonials {
        max-width: 90%;
    }

    .financity-body .cap-sec-1 h2 {
        font-size: 37px;
    }

    .cap-sec-1 a {
        padding: 20px 42px;
        width: 250px;
        text-align: center;
    }

    
    .container-about {
        max-width: 100%;
    }

    .about-sec {
        padding-bottom: 0;
    }

    .about-row > .about-col-1:first-child {
        width: 90%;
        margin: 0 auto;
    }
   
    .about-row > .about-col-1:last-child {
        width: 100%;
        background: url(assets/images/service/professional-team.png) no-repeat 0px 0px;
        padding: 25px 0 220px;
        background-size: cover;
    }

    .about-sec:after{
        display: none;
    }

    .add-box {
        max-width: 90%;
        margin: 0 auto;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12 > *:first-child {
        width: 25%;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12 > *.divider-1 {
        width: 52%;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12> * {
        width: 20.99%;
    }

    .price-hd h6{
        padding-bottom: 0;
    }

}


@media (max-width:999px) {
    [data-aos] {
        opacity: 1 !important; /* Ensure AOS elements are visible */
        transform: none !important; /* Disable AOS transforms if needed */
    }
    
    html.financity-mmenu-right .financity-mobile-header{
        display: none !important;
    }

    .container-serv {
        max-width: 740px;
    }

    .pricing .pricing-row .col-12 > *:first-child {
        width: 194px;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12 > *:first-child {
        width: 250px;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12> * {
        width: 226px;
    }

    .c-text {
        font-size: 15px;
    }

    .financity-body .cap-sec-1 p {
        margin: 25px 0 0;
    }
}

@media (max-width:767px) {

    .serv-col-end a {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .financity-mobile-header-wrap{
        display: none;
    }

    .container-faq,
    .container-cap-sec-1,
    .container-testimonials,
    .box-sec-container,
    .container-pricing,
    .enq-right-wrap,
    .enquire-form,
    .container-serv{
        max-width: 440px;
    }

    .intro .serv-row > * > * {
        padding-bottom: 0;
    }

    .financity-body .f-s-2 {
        font-size: 25px !important;
    }

    .financity-body .btn-wrap{
        font-size: 14px;
    }

    .financity-body .btn-wrap a.btn {
        line-height: 22px;
    }

    .container-serv .serv-row .col-1:last-child{
        display: none;
    }

    .intro {
        padding-bottom: 96px;
    }

    .financity-body .enq-right-wrap .f-s-4 {
        font-size: 22px;
        text-align: center;
    }

    .container-steps {
        padding: 30px 20px;
    }

    .financity-body .steps .f-s-4{
        font-size: 22px;
        text-align: center;
        max-width: 440px;
        margin: 0 auto;
    }

    .steps-ul ul{
        display: block;
    }

    .steps-ul ul li{
        width: 100%;
    }

    .steps{
        background-color: #fff;
        background-image: none;
    }

    .pricing {
        padding: 20px 0;
    }

    .price-box {
        margin: 0 0 15px;
    }

    .pricing .pricing-row .col-12{
        display: block;
    }

    .pricing .pricing-row .col-12 > *.divider-1{
        display: none;
    }

    .pricing .pricing-row .col-12 > *:first-child {
        font-size: 22px;
        text-align: center;
        width: 100%;
    }

    .pricing .pricing-row .col-12 > * {
        text-align: center;
        width: 100%;
    }

    .price-hd h3 {
        font-size: 22px;
    }


    .price-hd .price {
        padding: 5px 0;
    }

    .price-hd .price em,
    .price-hd .price span {
        line-height: 20px;
        display: block;
        font-size: 22px;
    }

    .services .serv-row .col-12 .services-row-a > .col-12{
        display: block;
        text-align: center;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12 > *.divider-1{
        display: none;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12 > *:first-child{
        width: 100%;
    }

    .financity-body .services .serv-row .services-row-a .col-12 .tatsu-title {
        line-height: 55px;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12 > *:first-child{
        width: 100%;
        text-align: center;
    }

    .service-boxes {
        gap: 15px;
    }

    .service-boxes .serv-box {
        width: 100%;
    }

    .box-sec-row {
        flex-direction: column-reverse;
    }

    .box-sec-row > .box-1 {
        width: 100%;
    }

    .cap-col-12 {
        display: block;
        text-align: center;
    }

    .financity-body .cap-sec-1 h2 {
        font-size: 30px;
        max-width: 334px;
        margin: 0 auto;
    }

    .cap-sec-1 a {
        padding: 15px;
        width: 250px;
        text-align: center;
        display: block;
        margin: 22px auto 0;
    }

    .financity-body .faq h2{
        font-size: 30px !important;
    }

    .about-row > .about-col-1:first-child {
        text-align: center;
    }

    .financity-body .abt-cont h3 {
        font-size: 22px;
    }

    .add-box-inn h3 {
        font-size: 22px;
        text-align: center;
    }

    .services .serv-row .col-12 > .services-row-a > .col-12> * {
        width: 100%;
    }

}

@media (max-width:575px) {
    .container-faq,
    .container-cap-sec-1,
    .container-testimonials,
    .box-sec-container,
    .container-pricing,
    .enq-right-wrap,
    .enquire-form,
    .container-serv{
        max-width: 84%;
    }

    .btn-wrap a.btn {
        padding: 10px 15px;
    }

    .serv-col-end a {
        font-size: 11px;
        letter-spacing: 0px;
        padding: 10px 10px;
    }

    .price-btn-wrap {
        gap: 5px;
    }

    .price-btn-wrap a {
        padding: 14px 15px;
        letter-spacing: 0.5px;
        font-size: 13px;
    }

    .services {
        padding: 10px 0;
    }

    .c-text {
        font-size: 15px;
    }

    .counter-boxes .count-box .c-no {
        font-size: 30px;
    }

    .testimonial-caption {
        font-size: 14px;
    }

    .testimonials-wrap {
        padding: 20px;
    }

    .financity-body .cap-sec-1 h2 {
        font-size: 26px;
    }

    .slick-dots {
        bottom: -37px;
    }
}