html,
body {
    font-family: "Montserrat", sans-serif;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h5,
.info-cont {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #ccc;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.hdr01 {
    font-size: 35px;
    color: #000;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 15px;
}

p {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

p:last-child {
    margin-bottom: 0 !important;
}

.menu-sec {
    background: #A52A2A;
}

.menu-sec .stellarnav {
    display: flex;
    align-items: center;
}

.stellarnav>ul>li>a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0 20px;
    letter-spacing: 0.3px;
}

.login-btm a {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 35px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #fff;
}

.language-change .language-btn {
    font-family: "Lexend", sans-serif;
    border: 0;
    padding: 0;
    margin-right: 20px;
}

.language-change .language-btn:hover {
    background: transparent;
    color: #ccc;

}

.login-btm .login i {
    display: none;
}

.login-btm a:hover {
    background: #fff;
    color: #000;
}

.stellarnav li.has-sub>a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: 0;
}

.stellarnav ul ul {
    background: #fff;
    border-radius: 10px;
}

.stellarnav ul ul a {
    color: #000;
}

.banner-sec {
    padding: 0;
}

.banner-sec .carousel-caption {
    text-align: left;
    left: 10%;
    top: 50%;
    transform: translateY(-75%);
}

.banner-sec .bnr-hdr {
    color: #000;
    font-size: 75px;
    font-weight: 800;
    line-height: 85px;
    margin-bottom: 20px;
    animation-duration: 1.5s;
}

.btn01,
.btn02 {
    font-size: 22px;
    font-weight: 300;
    padding: 12px 35px;
    border-radius: 3px;
    color: #fff;
    background-color: #CB912E;
    border: 1px solid #CB912E;
    display: inline-block;
    animation-duration: 2s;
    transition: all 150ms ease-in-out;
}

.btn02 {
    color: #000;
    font-size: 18px;
    padding: 8px 25px;
}

.carousel-caption p {
    animation-duration: 1.8s;
}

.btn01:hover,
.btn02:hover,
.appointment-btn:hover {
    color: #000 !important;
    background: #fff !important;
    border-color: #CB912E;
    box-shadow: 0 0 10px 0 #CB912E inset, 0 0 10px 4px #CB912E;
    transition: all 150ms ease-in-out;
}

.title {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.title02,
.title03 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

.title03 {
    font-size: 35px;
}

.dex-hidden {
    display: none;
}

.soul-mate-sec {
    background-image: url('..//img/bg02.png');
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 70px;
}

.banner-sec img {
    object-fit: cover;
}

.info-box-top {
    position: relative;
    padding-left: 30px;
}

.info-box-top .icon {
	color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 30px;
}

.top-info li {
    display: inline-block;
    margin-left: 35px;
	vertical-align: top;
}

.info-box-top h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.info-box-top a {
    color: #fff;
    font-weight: 500;
}

.top-info li:last-child a {
    cursor: auto;
    font-weight: 400;
}

.logo-sec {
    border: 1px solid #B7B7B7;
    border-top: 0;
}

.stellarnav>ul>li,
.appointment-sec li {
    border-left: 1px solid #B7B7B7;
    height: 90px;
    line-height: 90px;
}

.appointment-sec {
    align-items: center;
}

.appointment-sec li a {
    padding: 0;
}

.stellarnav>ul>li:last-of-type a,
.appointment-sec li:last-of-type {
    border-right: 1px solid #B7B7B7;
}

.appointment-sec .form-select {
    background-image: url('..//img/arrow.png');
    background-size: auto;
    cursor: pointer;
    background-color: #A52A2A;
    border: 0;
    color: #fff;
    height: 100%;
    padding: 0 40px 0 20px
}

.appointment-sec .form-select:focus {
    box-shadow: none;
}

.appointment-sec li .appointment-btn {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding: 0 20px;
    background: #CB912E;
    text-align: center;
    height: 50px;
    width: auto;
    line-height: 50px;
    margin: 0 25px;
    border-radius: 3px;
}

.appointment-sec li:last-child {
    display: flex;
    align-items: center;
}

.footer-sec {
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.copyright {
    text-align: center;
    background: #A52A2A;
    border-top: 1px solid #D9D9D9;
    padding: 20px 0;
}

.copyright p {
    color: #fff;
    font-size: 16px;
}

.accounting-text {
    background-color: #A62A29;
    padding: 50px 30px 80px;
    transition: 0.3s;
    height: 100%;
}

.accounting-text:hover {
    background-color: #CB912E;
    transition: 0.3s;
}

.accounting-text:hover .readmore-btn {
    color: #A62A29;
    border-color: #A62A29;
    transition: 0.3s;
}

.title01 {
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    display: inline-block;
}

.accounting-text a,
.accounting-text p {
    color: #fff;
}

.accounting-text p {
    font-weight: 300;
}

.readmore-btn {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    transition: 0.3s;
    border-bottom: 1px solid #CB912E;
}

.accounting-sec .row>* {
    padding: 0;
}

.accounting-sec .row>*:nth-of-type(2) .accounting-text {
    background-color: #CB912E;
}

.accounting-sec .row>*:nth-of-type(2) .accounting-text .readmore-btn {
    border-color: #A62A29;
}

.accounting-sec .row>*:nth-of-type(2) .accounting-text:hover {
    background-color: #A62A29;
}

.accounting-sec .row>*:nth-of-type(2) .accounting-text:hover .readmore-btn {
    color: #CB912E;
    border-color: #CB912E;
    transition: 0.3s;
}

.accounting-sec {
    margin-top: -120px;
    position: relative;
    z-index: 9;
}

.readmore-btn:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.rmv_padd60 {
    padding: 60px 0;
}

.rmv_padd80 {
    padding: 80px 0;
}

.rmv_margin60 {
    margin: 60px 0;
}

.paddB30 {
    padding-bottom: 30px;
}

.subtitle {
    color: #4D4D4D;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.about-sec {
    margin-top: 100px;
}

.about-sec .row>*:nth-of-type(1) .image-sec {
    margin-top: -200px;
}

.services-sec {
    background-image: linear-gradient(180deg, #F4F4F4 60%, #fff 40%);
}

.services-sec .accounting-text {
    background-color: #CB912E;
    padding: 30px 15px 60px;
}

.services-sec .accounting-text:hover {
    background-color: #A62A29
}

.svr-btn {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accounting-text {
    position: relative;
}

.btn-sec {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
}

.svr-btn:hover {
    color: #CB912E;
}

.services-sec {
    position: relative;
    padding-top: 60px;
}

.services-sec::before {
    position: absolute;
    content: "";
    background-image: url('..//img/bg01.png');
    width: 142px;
    height: 192px;
    left: 0;
    bottom: 0;
}

.services-sec .row:last-of-type {
    margin: 0 40px;
}

.image-sec img {
    border-radius: 5px;
}

.testimonial-sec {
    background-color: #F4F4F4;
}

.testimonial-sec .subtitle {
    color: #CB912E;
    font-weight: 500;
}

.client-box .text {
    background-color: #A62A29;
    padding: 50px 20px 100px;
    border-radius: 5px;
}

.client-box .text p {
    color: #fff;
    font-weight: 300;
}

.star-sec a i {
    color: #CB912E;
    font-size: 12px;
    margin: 0 3px;
}

.star-sec {
    padding: 20px 0 15px;
}

.client-image .image {
    width: 110px;
    height: 110px;
    border: 8px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
}

.client-image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.client-image {
    margin-top: -50px;
}

.client-image .title02 {
    color: #0F2749;
    margin-top: 20px
}

.client-image .title02 span {
    font-size: 25px;
    font-weight: 400;
}

.client.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.owl-item.active.center .client-box,
.owl-item.active.center .client-image .title02,
.owl-item.active.center .client-image .image,
.owl-item.active.center .client-box .text {
    transform: rotate(0deg);
}

.owl-item.active.center .client-box .text {
    background-color: #CB912E;
    padding: 100px 20px 50px;
}

.client.owl-carousel .owl-stage-outer {
    padding-top: 100px;
}

.owl-item.active.center .client-box {
    margin-top: -50px;
}

.owl-item.active.center .star-sec {
    display: none;
}

.owl-item.active.center .client-box .text p {
    margin-top: 35px;
}

.client.owl-carousel .owl-nav button.owl-prev,
.client.owl-carousel .owl-nav button.owl-next {
    background-color: #000000;
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 0;
    margin: 0 3px;
    border-radius: 50%;
}

.client.owl-carousel .owl-nav button.owl-prev:hover,
.client.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #A62A29;
}

.client.owl-carousel .owl-nav button.owl-prev span,
.client.owl-carousel .owl-nav button.owl-next span {
    margin-top: -2px;
    display: block;
}

.client .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}

.client-box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.freelance {
    margin-top: 50px;
}

.freelance .image {
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-bottom: 20px;
}

.freelance h3 {
    font-size: 20px;
    color: #0F2749;
    font-weight: 600;
}

.footer-sec {
    background-color: #A62A29;
}

.foot-content {
    padding: 80px 15px 30px;
}

.foot-logo {
    display: inline-block;
    margin-left: -28px;
    margin-bottom: 15px;
}

.foot-content p {
    color: #fff;
}

.foot-content .btn01 {
    font-size: 20px;
    font-weight: 600;
    color: #A62A29;
    background-color: #fff;
    border-radius: 0;
}

.foot-link ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 20px;
}

.foot-link ul li::before {
    content: "\f105";
    color: #D9D9D9;
    font-size: 10px;
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.foot-link ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}

.useful-link-title {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.useful-link-title::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 75px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.foot-news {
    display: flex;
    gap: 15px;
}

.foot-news .image {
    width: 15%;
}

.foot-news .text {
    width: 85%;
}

.foot-news .text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
}

.foot-news .text a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.foot-link {
    margin-top: 60px;
}

.foot-news:first-of-type {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.footer-sec .row>* {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.footer-sec .row>*:nth-child(2) {
    border: 0;
}

.footer-sec .row>*:last-of-type {
    padding: 20px 0;
    width: 99.99%;
    border-top: 1px solid #D9D9D9;
}

.top-info.foot-conact li {
    margin-left: 35px;
    width: 30.4%;
}

.top-info.foot-conact li {
    border-right: 1px solid #D9D9D9;
}

.top-info.foot-conact li:last-child {
    border: 0;
}

.inr-bnr {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
}

.about-bnr {
    background-image: url('..//img/about-bnr.jpg');
}

.inr-bnr-title .title {
    color: #fff;
}

.our-objective .text,
.our-objective .image-sec {
    margin-bottom: 20px;
}

.our-obj-list ul li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 15px;
}

.our-obj-list ul li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.accounting-services-bnr {
    background-image: url('..//img/accounting-services.jpg');
}

.accounting-services .row {
    --bs-gutter-y: 50px;
}

.accounting-services img {
    margin-bottom: 20px;
}

.incorporation-bnr {
    background-image: url('..//img/incorporation-bnr.jpg')
}

.fn28 {
    font-size: 28px !important;
}

.incorp-svr img {
    margin-bottom: 20px;
}

.other-professional-services-bnr {
    background-image: url('..//img/other-professional-services-bnr.jpg');
}
.contact-bnr{
    background-image: url('..//img/contact-bnr.jpg');
}
.contact-sec img {
    margin-bottom: 20px;
    border-radius: 3px;
}

.contact-sec p {
    margin: 0;
    font-size: 17px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
}

.contact-sec p a {
    color: #2F2F2F;
}

.contact-sec p a:hover {
    color: #A62A29;
}

.contact-form-sec {
    margin-bottom: 80px;
}

.contact-form-sec .container {
    background-color: #F9F9F9;
    padding: 80px 0;
    border-radius: 10px;
}
.map-area iframe{
    height: 500px;
    border-radius: 10px;
}

.map-sec{
    padding-bottom: 80px;
}
.map-sec .container{
    padding: 0;
}

.register-hdr{
    margin-bottom: 30px;
}






#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    color: #fff;
    background: #A52A2A;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0 5px 0px #fff;
}

#myBtn:hover {
    background: #000;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {

    .dex-hidden {
        display: block;
    }

    .order-top {
        order: -1;
    }

    .stellarnav.mobile.right>ul {
        z-index: 999;
        background-color: #000;
    }

    .stellarnav.mobile ul {
        background: rgb(255 255 255);
        padding: 0 10px;
    }

    .login-signUp-btm {
        display: flex;
        gap: 20px;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .stellarnav>ul>li>a {
        font-size: 16px;
    }

    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: #fff;
    }

    .stellarnav .icon-close::before,
    .stellarnav .icon-close::after {
        border-bottom: solid 3px #fff;
    }

    .banner-sec .bnr-btn {
        font-size: 17px;
        padding: 8px 25px;
        border-radius: 30px;
    }

    .banner .carousel-caption {
        z-index: 99;
    }

    .banner-sec img {
        height: 320px;
        object-fit: cover;
        object-position: right;
    }

    .banner-sec .bnr-hdr {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
    }

    .hdr01 {
        font-size: 30px;
    }

    .menu-toggle {
        position: absolute;
        right: 20px;
        top: 30px;
        font-size: 0;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .banner-sec .bnr-hdr br {
        display: none;
    }

    .title {
        font-size: 28px;
        line-height: 34px;
    }

    .info-box {
        margin-bottom: 25px;
    }

    .title02 {
        line-height: 40px;
    }

    .accounting-sec {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .about-sec .row>*:nth-of-type(1) .image-sec,
    .about-sec {
        margin-top: 0;
    }

    .rmv_padd80 {
        padding: 20px 0;
    }

    .rmv_padd60 {
        padding: 20px 0;
    }

    .rmv_margin60 {
        margin: 20px 0;
    }

    .image-sec {
        margin-bottom: 20px;
    }

    .services-sec {
        padding: 30px 0 0;
    }

    .services-sec .row:last-of-type {
        margin: 0;
    }

    .services-sec .accounting-text {
        margin-bottom: 20px;
        height: auto;
    }

    .client.owl-carousel .owl-stage-outer {
        padding-top: 80px;
    }

    .title02 {
        font-size: 22px;
    }

    .title03 {
        font-size: 28px;
    }

    .owl-item.active.center .client-box .text {
        padding: 50px 20px 100px;
    }

    .owl-item.active.center .client-box,
    .owl-item.active.center .client-image .title02,
    .owl-item.active.center .client-image .image,
    .owl-item.active.center .client-box .text {
        transform: rotate(0);
    }

    .freelance {
        margin: 20px 0;
    }

    .top-info.foot-conact li {
        width: 100%;
        margin-bottom: 30px;
    }

    .foot-logo {
        margin-left: 0;
    }

    .foot-content {
        padding: 30px 0px 20px;
    }

    .footer-sec .row>* {
        border: 0;
    }

    .foot-link {
        margin-top: 20px;
        display: block !important;
    }

    .top-info.foot-conact li {
        margin-left: 0;
        padding-left: 20px;
        border: 0;
    }

    .copyright {
        padding: 10px;
    }

    .top-info li {
        margin-bottom: 25px;
    }

    .logo {
        margin-bottom: 20px;
    }

    .inr-bnr {
        height: 150px;
    }

    .accounting-services .row {
        --bs-gutter-y: 10px;
    }

    .our-obj-list ul li {
        font-size: 17px;
        line-height: 30px;
    }
    .map-area iframe {
        height: 200px;
    }
    .map-sec {
        padding-bottom: 20px;
    }
    .contact-form-sec {
        margin-bottom: 30px;
    }
    .contact-form-sec .container {
        padding: 30px 0;
    }
    .contact-sec img {
        margin-top: 20px;
    }





}

@media only screen and (min-width: 786px) and (max-width: 992px) {
    .banner-sec .bnr-hdr {
        font-size: 35px;
        line-height: 45px;
    }

    .member-sec .row {
        --bs-gutter-y: 25px;
    }

    .title02 {
        font-size: 36px;
        line-height: 45px;
    }

    .menu-toggle {
        color: #fff !important;
        position: absolute;
        right: 0;
    }

    .login-btm.language-change {
        position: absolute;
        right: 150px;
    }

    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: #fff;
    }
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }

    .banner-sec .carousel-caption {
        width: 700px;
    }

    .about-sec .row>*:first-of-type {
        padding-left: 0;
    }

    .about-sec .row>*:last-of-type {
        padding-right: 0;
    }
}


@media (min-width: 1600px) {
    .banner-sec .carousel-caption {
        left: 14%;
    }
}