/*
Theme Name: gjm_india
Theme URI: gjm_india
Description: A Theme for gjm site.
Author: Ravi Acharya
Author URI: oneclickitsolution.com
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petrona:ital,wght@1,200&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-size: 16px;
    color: #070333;
    background-color: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

ul,
li,
p {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a,
input[type="submit"] {
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: inline-block;
    vertical-align: top;
}

a:hover {
    transition: 0.3s;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.page_top_info {
    width: 100%;
    height: 100vh;
    padding: 13% 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.page_top_info .txt_info_wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    /*height:100%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 55px;
    position: relative;
    z-index: 1;
}

.page_top_info .txt_info_wrapper:after {
    width: 100%;
    height: 5px;
    background: #F1294C;
    position: absolute;
    left: 0;
    bottom: 30px;
    content: '';
    z-index: -1;
}

.page_top_info .txt_info_wrapper .block_text {
    width: 60%;
    order: 1;
    position: relative;
}

.page_top_info .txt_info_wrapper .block_text h5 {
    font-size: 70px;
    line-height: 76px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.page_top_info .txt_info_wrapper .block_im {
    width: 40%;
    order: 2;
}

.page_top_info .res_text {
    display: none;
    width: 85%;
    max-width: 1100px;
    margin: 0 auto;
}

/*  Statr Offer section css  */
.block_offer {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 13%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block_offer .block_offer_im {
    max-width: 300px;
}

.block_offer .block_offer_im img {
    width: 100%;
}

.block_offer .block_offer_cnt {
    width: calc(100% - 340px);
}

.block_offer .block_offer_cnt h2 {
    font-size: 36px;
    color: #0D0053;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.block_offer .block_offer_cnt .block_discount_info {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #F1294C;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.block_offer .block_offer_cnt p {
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    margin: 0;
}

/* Close Offer section css */

.page_top_company {
    width: 100%;
    min-height: 100vh;
    padding: 5% 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_top_company .top_flex {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.page_top_company .top_flex .right_part {
    width: 100%;
    padding-left: 40px;
}

.page_top_company .top_flex .left_part {
    max-width: 600px;
}

.page_top_company .top_flex .left_part h4 {
    display: block;
    font-size: 40px;
    line-height: 49px;
    color: #0D0053;
    margin-bottom: 25px;
    font-weight: 700;
    max-width: 600px;
}

.page_top_company .top_flex .left_part p {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #707070;
    margin-bottom: 0px;
    font-weight: 500;
}

/* Start Header css */
.header {
    width: 100%;
    background: transparent;
    padding: 20px 0px;
    transition: 0.3s;
}

.header.res_head {
    /*padding: 0px;*/
    background: #ffe4e9;
}

.header .navbar {
    padding: 0;
}

.header a img {
    transition: 0.5s;
}

.header.res_head a img {
    /*padding:10px; width: 80px; height: auto; transition: 0.3s;*/
}

.header .navbar .navbar-brand {
    margin-left: 35px;
}

.header .navbar .navbar-toggler {
    border: 1px solid #212121;
    box-shadow: none;
}

.header .navbar .navbar-toggler span {
    width: 20px;
    height: 2px;
    display: block;
    background: #212121;
    margin: 6px 0px;
}

/*.header .navbar #main_nav{ margin-right:35px; }*/
.header .navbar .navbar-nav li {
    padding: 0 15px;
}

.header .navbar .navbar-nav li a {
    font-size: 20px;
    color: #212121;
    position: relative;
}

.header .navbar .navbar-nav li a:before {
    width: 0%;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    transition: 0.3s;
}

.header .navbar .navbar-nav li a.active {
    color: #212121;
}

.header .navbar .navbar-nav li a.active:before {
    width: 100%;
}

.header .navbar .navbar-nav li a:hover {
    color: #212121;
}

.header .navbar .navbar-nav li a:hover:before {
    width: 100%;
}

.header .navbar .navbar-nav li a.dropdown-toggle:after {
    display: none;
}

.header .navbar .navbar-nav li .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    top: 84px;
}

/* .header.res_head .navbar .navbar-nav li .dropdown-menu{top:70px; } */
.header .navbar .navbar-nav .menu_top_block {
    width: 100%;
    background: #FEF3F3;
    padding: 30px 0;
    text-align: center;
}

.header .navbar .navbar-nav .menu_top_block ul {
    padding: 0 0px;
    position: relative;
    height: 100%;
}

.header .navbar .navbar-nav .menu_top_block ul:before {
    width: 1px;
    height: 100%;
    background: #707070;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

.header .navbar .navbar-nav .menu_top_block ul.no_border:before {
    display: none;
}

.header .navbar .navbar-nav .menu_top_block ul li {
    margin-bottom: 20px;
}

.header .navbar .navbar-nav .menu_top_block ul li:last-child {
    margin: 0;
}

.header .navbar .navbar-nav .menu_top_block ul li a {
    font-size: 18px;
    color: #000000;
    padding: 0;
}

.header .navbar .navbar-nav .menu_top_block ul li a:before {
    display: none;
}

.header .navbar .navbar-nav.login_btn li a {
    padding: 12px 30px;
    border: 1px solid #707070;
    color: #212121;
    line-height: normal;
    border-radius: 20px;
    transition: 0.3s;
}

.header .navbar .navbar-nav.login_btn li a:before {
    display: none;
}

.header .navbar .navbar-nav.login_btn li a:hover {
    background: #ffffff;
}

/* Close Header css */
.header.sticky-top.header_hide_hero {
    display: none;
}

.header.sticky-top.header_hide_hero.res_head {
    display: block;
}

/* ============ desktop view .start// ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .header .navbar .navbar-toggler {
        border: 1px solid #000;
        box-shadow: none;
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    .header .navbar .navbar-toggler:focus {
        box-shadow: none;
    }

    .header .navbar .navbar-toggler span {
        width: 30px;
        height: 2px;
        background: #000;
        display: block;
        margin: 6px 0;
        transition: 0.5s;
    }

    .header .navbar .navbar-toggler[aria-expanded="true"] span {
        margin: 8px 0;
    }

    .header .navbar .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(45deg) translate(3px, 4px);
    }

    .header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        display: none;
    }

    .header .navbar .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(-45deg) translate(3px, -4px);
    }
}

/* ============ mobile view .end// ============ */

.build_goals {
    width: 100%;
    padding: 80px 0;
    background: #fff;
}

.build_goals .build_goals_top {
    width: 100%;
    margin: 0 auto;
}

.build_goals .build_goals_top h2 {
    width: 100%;
    font-size: 36px;
    color: #0D0053;
    margin: 0 0 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
}

.build_goals .build_goals_top p {
    width: 100%;
    font-size: 18px;
    color: #707070;
    margin: 0;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.build_goals .build_goals_midd {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 80px auto;
    text-align: center;
    gap: 30px;
}

.build_goals .build_goals_midd .goals_list {
    width: 100%;
}

.build_goals .build_goals_midd .goals_list .goals_im {
    width: 100%;
    margin: 0 0 35px;
}

.build_goals .build_goals_midd .goals_list .goals_cnt {
    width: 100%;
}

.build_goals .build_goals_midd .goals_list .goals_cnt h3 {
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #363267;
    text-transform: capitalize;
}

.build_goals .build_goals_midd .goals_list .goals_cnt p {
    width: 100%;
    font-size: 18px;
    color: #707070;
    line-height: 28px;
}

.build_goals_btm {
    width: 100%;
}

.build_goals_btm .row_block {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.build_goals_btm .row_block .block_im {
    width: 50%;
    text-align: center;
}

.build_goals_btm .row_block .block_im img {
    max-width: 50%;
}

.build_goals_btm .row_block .goals_info {
    width: 50%;
    padding: 0px;
    position: relative;
    text-align: center;
}

.build_goals_btm .row_block .goals_info h2 {
    width: 100%;
    font-size: 36px;
    color: #0D0053;
    margin: 0 0 25px;
    font-weight: 700;
}

.build_goals_btm .row_block .goals_info p {
    width: 100%;
    font-size: 16px;
    color: #707070;
    margin: 0;
}

.build_goals_btm .row_block:nth-child(odd) .block_im {
    order: 2;
}

.build_goals_btm .row_block:nth-child(odd) .block_im img {
    max-width: 25%;
}

.build_goals_btm .goals_info .btn_block {
    width: 100%;
    margin: 20px 0 0;
}

.build_goals_btm .btn_block a {
    width: auto;
    padding: 12px 35px;
    background: #EBE3DC;
    border-radius: 15px;
    font-size: 18px;
    color: #605E5E;
    font-weight: 500;
}

.build_goals_btm .btn_block a:hover {
    color: #fff;
    background: #0D0053;
}

.block_at_place {
    width: 100%;
    padding: 80px 0 0;
    background: #fff;
    position: relative;
}

.block_at_place:before {
    width: 100%;
    height: 65%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #FEFAF3;
}

.block_at_place .block_title {
    width: 100%;
    margin: 0 0 40px;
    position: relative;
    text-align: center;
}

.block_at_place .block_title h2 {
    width: 100%;
    margin: 0 auto 25px;
    font-size: 36px;
    color: #0D0053;
    font-weight: 700;
}

.block_at_place .block_title p {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    color: #707070;
}

.block_at_place .block_cnt {
    width: 100%;
    position: relative;
    z-index: 9;
}

.block_at_place .block_cnt ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.block_at_place .block_cnt ul li {
    width: 33%;
    text-align: center;
    padding: 15px;
}

.block_at_place .block_cnt ul li a {
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #5D5888;
    background: #EFDCDC;
    border-radius: 60px;
    line-height: 30px;
}

.modal-content .modal-body .block_content {
    padding: 0 20px 20px;
}

.modal-content .modal-body p {
    padding: 20px 0;
    font-size: 20px;
    color: #767676;
}

.modal-content .modal-body h6 {
    text-align: right;
    color: #767676;
}

.block_clients_says {
    width: 100%;
    padding: 80px 0 30px;
    background: #fff;
}

.block_clients_says .block_title {
    width: 100%;
    padding: 0 0 80px;
    text-align: center;
}

.block_clients_says .block_title h2 {
    width: 100%;
    margin: 0;
    font-size: 36px;
    color: #0D0053;
    font-weight: 700;
    text-transform: capitalize;
}

.block_clients_says ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block_clients_says ul li {
    width: calc(33.33% - 26px);
    margin: 50px 0;
}

.block_clients_says ul li .block_main .block_top {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    padding: 80px 30px 20px;
    position: relative;
}

.block_clients_says ul li .block_main .block_top .block_im {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(212, 212, 212, 1);
    position: absolute;
    top: -50px;
    left: 30px;
    overflow: hidden;
}

.block_clients_says ul li .block_main .block_top .block_content {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.block_clients_says ul li .block_main .block_top .block_content .block_info {
    width: 100%;
}

.block_clients_says ul li .block_main .block_top .block_content .block_info h6 {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 15px;
    color: #1300C2;
    font-weight: 600;
    position: relative;
}

.block_clients_says ul li .block_main .block_top .block_content .block_info h6 span {
    display: block;
    font-weight: 400;
}

.block_clients_says ul li .block_main .block_top .block_content .block_info h6:before {
    width: 120px;
    height: 1px;
    background: #FF2E2E;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.block_clients_says ul li .block_main .block_top .block_content .block_info p {
    font-family: 'Petrona', serif;
    color: #707070;
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
}

.block_clients_says ul li .block_main .block_top .block_content .company_logo {
    width: 100%;
    margin-top: 30px;
}

.block_clients_says ul li .block_main .block_top .block_content .company_logo img {
    max-width: 150px;
    max-height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
}

.block_clients_says ul li .block_main:hover .block_top .block_content .company_logo img {
    filter: grayscale(0);
}

.block_clients_says .card {
    color: inherit;
    cursor: pointer;
    width: calc(33% - 2rem);
    min-width: calc(33% - 2rem);
    height: 400px;
    min-height: 400px;
    perspective: 1000px;
    margin: 1rem;
    position: relative;
    border: none;
}

@media screen and (max-width: 800px) {
    .block_clients_says .card {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 500px) {
    .block_clients_says .card {
        width: 100%;
    }
}

.block_clients_says .front,
.block_clients_says .back {
    display: flex;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1.7em;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.block_clients_says .front {
    background-size: cover;
    padding: 1em;
    font-size: 1.15em;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    align-items: flex-end;
}

.block_clients_says .front:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a9be6, #1a57e6);
    opacity: 0.25;
    z-index: -1;
}

.block_clients_says .card:hover .front {
    transform: rotateY(180deg);
}

.block_clients_says .card:nth-child(even):hover .front {
    transform: rotateY(-180deg);
}

.block_clients_says .back {
    background: #fff;
    transform: rotateY(-180deg);
    padding: 2em;
    display: block;
    overflow-y: auto;
}

/*.block_clients_says .back div{ padding: 90px 0 20px; }*/
.block_clients_says .back .button {
    background: linear-gradient(135deg, #1a9be6, #1a57e6);
}

.block_clients_says .back .button:before {
    box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
    background-color: rgba(26, 87, 230, 0.25);
}

.block_clients_says .card:hover .back {
    transform: rotateY(0deg);
}

.block_clients_says .card:nth-child(even) .back {
    transform: rotateY(180deg);
}

.block_clients_says .card:nth-child(even) .back .button {
    background: linear-gradient(135deg, #e61a80, #e61a3c);
}

.block_clients_says .card:nth-child(even) .back .button:before {
    box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
    background-color: rgba(230, 26, 60, 0.25);
}

.block_clients_says .card:nth-child(even):hover .back {
    transform: rotateY(0deg);
}

.consultation_block {
    width: 100%;
    padding: 60px 0;
    background: #F9E4E4;
}

.consultation_block .consultation_cnt {
    width: 100%;
    text-align: center;
}

.consultation_block .consultation_cnt h2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 25px;
    font-size: 36px;
    color: #0D0053;
    font-weight: 700;
}

.consultation_block .consultation_cnt a {
    width: auto;
    padding: 12px 35px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #605E5E;
    text-transform: uppercase;
}

.consultation_block .consultation_cnt a:hover {
    color: #fff;
    background: #0D0053;
}

.our_clients {
    width: 100%;
    padding: 40px 0;
}

.our_clients ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.our_clients ul li {
    width: auto;
    margin: 0;
}

.our_clients ul li img {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
    margin: 0 auto;
    height: 60px;
}

.our_blog {
    width: 100%;
    padding: 120px 0 80px;
    background: #F7F7F7;
}

.our_blog .block_title {
    width: 100%;
    margin: 0 0 25px;
    font-size: 36px;
    color: #0D0053;
    font-weight: 700;
}

.block_blog_list {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 20px;
    background: #fff;
}

.block_blog_list .block_blog_top {
    width: 100%;
    position: relative;
    background: #68bce8;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_blog_list .block_blog_top img {
    max-height: 100%;
    object-fit: contain;
}

.block_blog_list .block_blog_top span {
    position: absolute;
    top: 20px;
    /* left: 20px; */
    border-radius: 50px;
    background: #FF5454;
    color: #fff;
    font-size: 14px;
    padding: 6px 25px;
    font-weight: 600;
}

.block_blog_list .block_blog_btm {
    width: 100%;
    padding: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.block_blog_list .block_blog_btm h3 {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #5D5888;
}

.block_blog_list .block_blog_btm h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 1px;
    background: #707070;
    left: 0;
    transition: 0.5s;
}

.block_blog_list .block_blog_btm h3:hover {
    color: #070333;
}

.block_blog_list .block_blog_btm h3:hover::after {
    width: 150px;
}

.our_blog .col-lg-4 {
    margin-bottom: 20px;
}

.our_blog.color_bg .col-lg-4 {
    margin-bottom: 0;
}

.our_blog.color_bg .block_blog_list .block_blog_top,
.our_blog.color_bg .block_blog_list .block_blog_btm {
    text-align: center;
}

.our_blog.color_bg .block_blog_list .block_blog_top {
    height: 200px;
}

.our_blog.color_bg .block_blog_list .block_blog_btm h3::after {
    right: 0;
    margin: 0 auto;
}

.banner_part_taxtation {
    width: 100%;
    background: #FFFFC5;
    padding: 180px 0 80px;
}

.banner_part_taxtation .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_part_taxtation .custom_flex .bnr_left_part {
    width: 30%;
}

.banner_part_taxtation .custom_flex .bnr_left_part img {
    max-width: 100%;
}

.banner_part_taxtation .custom_flex .bnr_right_part {
    width: 60%;
    padding-left: 30px;
    max-width: 570px;
}

.banner_part_taxtation .custom_flex .bnr_right_part span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #FF5454;
    margin-bottom: 10px;
    font-weight: 700;
}

.banner_part_taxtation .custom_flex .bnr_right_part h4 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #0D0053;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}

.banner_part_taxtation .custom_flex .bnr_right_part h4:before {
    width: 360px;
    height: 1px;
    background: #F00;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.banner_part_taxtation .custom_flex .bnr_right_part p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 400;
}

.bnr_btm_info_taxation {
    width: 100%;
    padding: 80px 0 60px;
    margin: 0 auto;
    position: relative;
}

.bnr_btm_info_taxation:before {
    width: 100%;
    height: 47%;
    background: #EAEEF1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.bnr_btm_info_taxation h4 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #F8604E;
    display: block;
    text-align: center;
}

.bnr_btm_info_taxation ul {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    display: flex;
    border-radius: 8px;
    flex-flow: row;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    background: #b1b1b1;
    border: 2px solid #b1b1b1;
    position: relative;
    box-shadow: 0 0px 18px -10px #000;
}

.bnr_btm_info_taxation ul li {
    width: 50%;
    border-bottom: none;
    font-size: 16px;
    line-height: 23px;
    color: #707070;
    flex-flow: column;
}

.bnr_btm_info_taxation ul li .block_left {
    width: 100%;
    border: 2px solid #b1b1b1;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}

.bnr_btm_info_taxation ul li .block_right {
    width: 100%;
    border: 2px solid #b1b1b1;
    max-width: inherit;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}

.bnr_btm_info_taxation ul li div b {
    width: 100%;
    font-size: 18px;
    padding-bottom: 3px;
    display: inline-block;
    margin-bottom: 10px;
    color: #444;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.bnr_btm_info_taxation ul li div b::before {
    width: 120px;
    height: 1px;
    background: #d89393;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.bnr_btm_info_taxation ul li:last-child {
    width: 100%;
}

.bnr_btm_info_taxation ul li:last-child div b {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.bnr_btm_info_taxation ul li:last-child div b:before {
    display: none;
}

/*
.bnr_btm_info ul{ width:100%; display:flex; flex-flow:column; background:#fff; border-radius:20px; border:1px solid #707070; margin-top:-50px; position:relative; }
.bnr_btm_info ul:after{ width:87px; height:87px; background:#FF0000; position:absolute; top:125px; left:-45px; content:''; border-radius:50%; }
.bnr_btm_info ul li{ width:100%; display:flex; border-bottom:1px solid #707070; font-size:16px; line-height:24px; color:#0D0053; }
.bnr_btm_info ul li:last-child{ border-bottom:none; }
.bnr_btm_info ul li .block_left{ width:50%; padding:15px 25px; }
.bnr_btm_info ul li .block_right{ width:50%; padding:15px 25px; border-left:1px solid #707070; }
.bnr_btm_info ul li .block_full{ width:100%; padding:15px 25px; }*/
.bnr_btm_info_taxation .block_download {
    width: 100%;
    max-width: 930px;
    margin: 30px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

.bnr_btm_info_taxation .block_download h4 {
    font-size: 22px;
    line-height: 26px;
    color: #707070;
    font-weight: 700;
    margin: 0;
}

.bnr_btm_info_taxation .block_download a {
    width: auto;
    padding: 12px 35px;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    border-radius: 15px;
    color: #707070;
    margin-left: 0px;
    font-weight: 600;
}

.bnr_btm_info_taxation .block_download a:hover {
    background: #fef8f8;
}



.taxtation_info_cnt {
    width: 100%;
    padding: 0px 0 80px;
    background: #EAEEF1;
}

.taxtation_info_cnt .custom_flex {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}

.taxtation_info_cnt .custom_flex .block_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px 30px;
}

.taxtation_info_cnt .custom_flex .block_row:last-child {
    padding-bottom: 0;
}

.taxtation_info_cnt .custom_flex .block_row .block_im {
    width: 50%;
    text-align: center;
    max-width: 520px;
}

.taxtation_info_cnt .custom_flex .block_row .block_cnt {
    text-align: left;
    width: 50%;
}

.taxtation_info_cnt .custom_flex .block_row .block_cnt h3 {
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    color: #0D0053;
    font-weight: 700;
    margin-bottom: 20px;
}

.taxtation_info_cnt .custom_flex .block_row .block_cnt p {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    margin: 0;
}

.taxtation_info_cnt .custom_flex .block_row:nth-child(even) .block_im {
    order: 2;
}

.block_client_testimonial {
    width: 100%;
    padding: 80px 0 100px;
    background: #FEF8F8;
}

.block_client_testimonial .block_testimonial_text {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.block_client_testimonial .block_testimonial_text .tfree-client-image {
    width: 150px;
    height: 150px;
}

.block_client_testimonial .block_testimonial_text p {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #707070;
    margin: 20px 0 30px;
    font-style: italic;
}

.block_client_testimonial .block_testimonial_text .tfree-client-name {
    font-size: 24px;
    line-height: normal;
    color: #707070 !important;
    padding: 20px 0 0;
    margin-bottom: 10px;
    position: relative;
}

.block_client_testimonial .block_testimonial_text .tfree-client-name:before {
    width: 250px;
    height: 1px;
    background: #FF5454;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.block_client_testimonial .block_testimonial_text .tfree-client-designation {
    font-size: 24px;
    color: #707070 !important;
    font-weight: 500;
}

.block_twopart_section {
    width: 100%;
    display: flex;
}

.block_twopart_section .block_left {
    width: 50%;
    min-height: auto;
    background: #F2DFDF;
    padding: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.block_twopart_section .block_left a {
    width: auto;
    color: #0D0053;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

.block_twopart_section .block_right {
    width: 50%;
    min-height: auto;
    background: #EFEAEA;
    padding: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.block_twopart_section .block_right a {
    width: auto;
    color: #0D0053;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

.our_blog.color_bg {
    background: #0D0053;
}

.our_blog.color_bg .block_title {
    color: #fff;
}

.banner_part_financing_advisory {
    width: 100%;
    background: #FFFFC5;
    padding: 80px 0;
    position: relative;
}

.banner_part_financing_advisory .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_part_financing_advisory .custom_flex .bnr_left_part {
    width: 40%;
    max-width: 470px;
}

.banner_part_financing_advisory .custom_flex .bnr_left_part img {
    max-width: 100%;
}

.banner_part_financing_advisory .custom_flex .bnr_right_part {
    padding-left: 30px;
    width: 60%;
}

.banner_part_financing_advisory .custom_flex .bnr_right_part span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #FF5454;
    margin-bottom: 10px;
    font-weight: 700;
}

.banner_part_financing_advisory .custom_flex .bnr_right_part h4 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #0D0053;
    margin-bottom: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.banner_part_financing_advisory .custom_flex .bnr_right_part h4:before {
    width: 360px;
    height: 1px;
    background: #F00;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.banner_part_financing_advisory .custom_flex .bnr_right_part p {
    max-width: 500px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #2B2828;
    margin-bottom: 0px;
    font-weight: 500;
}

.bnr_btm_info_financing_advisory {
    width: 100%;
    padding: 80px 0 60px;
    position: relative;
}

.bnr_btm_info_financing_advisory:before {
    width: 100%;
    height: 46%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #EAEEF1;
    content: '';
}

.bnr_btm_info_financing_advisory .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}

.bnr_btm_info_financing_advisory .custom_flex .top_im_part {
    width: auto;
    max-width: 340px;
    position: absolute;
    bottom: calc(100% - 4px);
    right: 10%;
}

.bnr_btm_info_financing_advisory .custom_flex ul {
    width: 100%;
    display: flex;
    flex-flow: column;
    background: #b1b1b1;
    border: 2px solid #b1b1b1;
    border-radius: 8px;
}

.bnr_btm_info_financing_advisory .custom_flex ul li {
    width: 100%;
    border: 2px solid #b1b1b1;
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
    background: #fff;
    color: #1949BC;
    font-weight: 600;
    text-align: left;
    border-radius: 8px;
}

/*.bnr_btm_info_financing_advisory .custom_flex ul li:last-child{ border-bottom:none; }*/

.financing_advisory_info_cnt {
    width: 100%;
    padding: 60px 0 80px;
    background: #EAEEF1;
}

.financing_advisory_info_cnt .custom_flex {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}

.financing_advisory_info_cnt .custom_flex .block_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px 30px;
}

.financing_advisory_info_cnt .custom_flex .block_row:last-child {
    padding-bottom: 0;
}

.financing_advisory_info_cnt .custom_flex .block_row .block_im {
    width: 39%;
    text-align: center;
    max-width: 520px;
}

.financing_advisory_info_cnt .custom_flex .block_row .block_cnt {
    text-align: left;
    width: 61%;
}

.financing_advisory_info_cnt .custom_flex .block_row .block_cnt h3 {
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    color: #0D0053;
    font-weight: 700;
    margin-bottom: 20px;
}

.financing_advisory_info_cnt .custom_flex .block_row .block_cnt p {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    margin: 0;
}

.financing_advisory_info_cnt .custom_flex .block_row:nth-child(2n) .block_im {
    order: 2;
}


.banner_part_management_consulting {
    width: 100%;
    padding: 180px 0 80px;
    position: relative;
    background: url(https://gjmco.com/wp-content/uploads/2022/07/management_consulting_bnr.png) no-repeat;
    min-height: 80vh;
    background-size: contain;
    background-position: bottom center;
}

.banner_part_management_consulting:after {
    width: 100%;
    height: 85%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(180deg, #BBECFF 0%, #BBECFF 46%, #BBECFF00 100%) 0% 0% no-repeat;
    z-index: 1;
}

.banner_part_management_consulting .bannr_inn {
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner_part_management_consulting .bannr_inn .block_bnr_txt {
    width: 100%;
    text-align: center;
    margin: 0;
}

.banner_part_management_consulting .bannr_inn .block_bnr_txt span {
    width: 100%;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    color: #FF5454;
    font-weight: 700;
    display: block;
}

.banner_part_management_consulting .bannr_inn .block_bnr_txt h3 {
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 50px;
    line-height: 60px;
    color: #0D0053;
    font-weight: 700;
    position: relative;
}

.banner_part_management_consulting .bannr_inn .block_bnr_txt h3:before {
    width: 260px;
    height: 1px;
    background: #FF0000;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.banner_part_management_consulting .bannr_inn .block_bnr_txt p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.banner_part_management_consulting .bannr_inn .block_bnr_im {
    width: 100%;
}

.banner_part_management_consulting .bannr_inn .block_bnr_im img {
    width: 100%;
    border-radius: 55px;
}

.bnr_btm_part {
    width: 100%;
    padding: 80px 0px;
}

.bnr_btm_part ul {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.bnr_btm_part ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.bnr_btm_part ul li .block_im {
    max-width: 250px;
}

.bnr_btm_part ul li .block_info {
    width: calc(100% - 280px);
}

.bnr_btm_part ul li .block_info h5 {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    font-size: 36px;
    line-height: 50px;
    color: #0D0053;
    font-weight: 700;
}

.bnr_btm_part ul li .block_info p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #444;
}

.bnr_btm_part ul li:last-child {
    margin-bottom: 0px;
}

.bnr_btm_part ul li:nth-child(even) .block_im {
    order: 2;
}

/*.bnr_btm_part .block_top_txt { width:100%; margin:0 auto 80px; text-align:center; position:relative; }
.bnr_btm_part .block_top_txt:before { width:87px; height:87px; position:absolute; top:40px; left:-10%; content:''; background:#FF0000; border-radius:50%; }
.bnr_btm_part .block_top_txt h3 { width:100%; margin:0 0 20px; font-size:28px; line-height:40px; color:#F8604E; font-weight:700; }
.bnr_btm_part .block_top_txt p { width:100%; margin:0 0 25px; font-size:16px; line-height:24px; color:#707070; }
.bnr_btm_part .block_btm_txt { width:100%; }
.bnr_btm_part .block_btm_txt .block_row { width:100%; display:flex; justify-content:space-between; align-items:center; margin:0 0 40px; }
.bnr_btm_part .block_btm_txt .block_row:last-child{ margin:0; }
.bnr_btm_part .block_btm_txt .block_row .block_im{ width:40%; }
.bnr_btm_part .block_btm_txt .block_row .block_txt{ width:55%; }
.bnr_btm_part .block_btm_txt .block_row .block_txt h3{ width:100%; margin:0 0 20px; font-size:28px; line-height:40px; color:#F8604E; font-weight:700; }
.bnr_btm_part .block_btm_txt .block_row .block_txt p{ width:100%; margin:0; font-size:16px; line-height:24px; color:#707070; }*/

.block_cta {
    width: 100%;
    padding: 80px 0;
    background: #FFFDC2;
}

.block_cta .custom_cta_flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_cta .custom_cta_flex h3 {
    width: auto;
    font-size: 28px;
    line-height: 40px;
    color: #787878;
    font-weight: 700;
}

.block_cta .custom_cta_flex a {
    width: auto;
    padding: 12px 35px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    font-weight: 600;
    margin-left: 30px;
}

.banner_part_business_formation_and_secreterial {
    width: 100%;
    padding: 180px 0 40px;
    background: #D6EDFF;
}

.banner_part_business_formation_and_secreterial .bannr_inn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner_part_business_formation_and_secreterial .bannr_inn span {
    width: 100%;
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 24px;
    color: #FF5454;
    font-weight: 700;
    display: block;
}

.banner_part_business_formation_and_secreterial .bannr_inn img {
    max-width: 100%;
    margin-bottom: 30px;
}

.banner_part_business_formation_and_secreterial .bannr_inn h3 {
    width: 100%;
    margin: 0 0 20px;
    font-size: 50px;
    line-height: 60px;
    color: #0D0053;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.banner_part_business_formation_and_secreterial .bannr_inn h3:before {
    width: 360px;
    height: 1px;
    background: #F00;
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    transform: translateX(-50%);
}

.banner_part_business_formation_and_secreterial .bannr_inn p {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    color: #2A2A2A;
    font-weight: 400;
}

.bnr_btm_info_business_formation_and_secreterial {
    width: 100%;
    padding: 50px 0 70px;
    background: #fff;
    position: relative;
}

.bnr_btm_info_business_formation_and_secreterial:before {
    width: 100%;
    height: 15%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #D6EDFF;
    z-index: 1;
}

.bnr_btm_info_business_formation_and_secreterial:after {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #EAEEF1;
    z-index: 1;
}

.bnr_btm_info_business_formation_and_secreterial .block_top {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
}

.bnr_btm_info_business_formation_and_secreterial .block_top .block_im {
    width: 50%;
    text-align: center;
}

.bnr_btm_info_business_formation_and_secreterial .block_top .block_cnt {
    width: 50%;
    padding-bottom: 60px;
}

.bnr_btm_info_business_formation_and_secreterial .block_row {
    width: 100%;
    margin: 0 0 50px;
    position: relative;
    z-index: 2;
}

.bnr_btm_info_business_formation_and_secreterial .block_row:last-child {
    margin: 0;
}

.bnr_btm_info_business_formation_and_secreterial .block_row .block_title {
    width: 100%;
    padding: 30px 0 50px;
    background: #EFCBD7;
    border-radius: 30px;
    font-size: 28px;
    line-height: 48px;
    color: #5D5888;
    font-weight: 700;
    text-align: center;
}

.bnr_btm_info_business_formation_and_secreterial .block_row .block_cnt {
    width: 100%;
    padding: 0 30px;
    margin-top: -40px;
}

.bnr_btm_info_business_formation_and_secreterial .block_row .block_cnt ul {
    width: 100%;
    background: #b1b1b1;
    border: 2px solid #b1b1b1;
    border-radius: 8px;
}

.bnr_btm_info_business_formation_and_secreterial .block_row .block_cnt ul li {
    width: 100%;
    border: 2px solid #b1b1b1;
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
    background: #fff;
    color: #1949BC;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
}

/*.bnr_btm_info_business_formation_and_secreterial .block_row .block_cnt ul li:last-child{ border-bottom:0; }*/

.business_formation_secretarial_info {
    width: 100%;
    padding: 0 0 80px;
    background: #EAEEF1;
}

.business_formation_secretarial_info ul {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.business_formation_secretarial_info ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.business_formation_secretarial_info ul li:last-child {
    margin-bottom: 0px;
}

.business_formation_secretarial_info ul li .block_im {
    max-width: 250px;
}

.business_formation_secretarial_info ul li .block_im img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

.business_formation_secretarial_info ul li .block_info {
    width: calc(100% - 280px);
}

.business_formation_secretarial_info ul li .block_info h5 {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    font-size: 36px;
    line-height: 50px;
    color: #0D0053;
    font-weight: 700;
}

.business_formation_secretarial_info ul li .block_info p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
}

.business_formation_secretarial_info ul li:nth-child(even) .block_im {
    order: 2;
}

.persion_info_block {
    width: 100%;
    padding: 250px 0 80px;
    background: #fff;
    position: relative;
}

.persion_info_block:before {
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #D6EDFF;
}

.persion_info_block .custom_flex {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.persion_info_block .custom_flex .persion_im {
    width: 38%;
    max-height: 500px;
    border: 1px solid #707070;
    border-radius: 45px;
    overflow: hidden;
}

.persion_info_block .custom_flex .persion_im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.persion_info_block .custom_flex .persion_info {
    width: 62%;
    padding: 100px 0px 0 60px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.persion_info_block .custom_flex .persion_info h4 {
    font-size: 36px;
    line-height: 50px;
    color: #5D5888;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.persion_info_block .custom_flex .persion_info h4:before {
    width: 320px;
    height: 1px;
    background: #FF0000;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.persion_info_block .custom_flex .persion_info span {
    font-size: 24px;
    line-height: 34px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.persion_info_block .custom_flex .persion_info p {
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    margin-bottom: 20px;
    display: block;
}

.persion_info_block .custom_flex .persion_info p:last-child {
    margin-bottom: 0px;
}

.persion_info_block .custom_flex .persion_info ul {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.persion_info_block .custom_flex .persion_info ul li {
    width: auto;
    margin-right: 15px;
}

.persion_info_block .custom_flex .persion_info ul li a {
    font-size: 24px;
    color: #ADCBCA;
}

.block_page_head {
    width: 100%;
    padding: 100px 0 80px;
    text-align: center;
}

.block_page_head .page_title {
    width: 100%;
    text-align: center;
}

.block_page_head .page_title h1 {
    width: 100%;
    font-size: 48px;
    line-height: 60px;
    color: #5D5888;
    font-weight: 700;
}

.block_blog_list_main {
    width: 100%;
    padding-bottom: 80px;
}

.block_blog_list_main .blog_list_full {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #707070;
    overflow: hidden;
}

.block_blog_list_main .blog_list_full .blog_im {
    width: 100%;
    border-radius: 0 40px 40px 0;
    border-right: 1px solid #707070;
    height: 100%;
    overflow: hidden
}

.block_blog_list_main .blog_list_full .blog_im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_blog_list_main .blog_list_full .blog_cnt {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 15px;
    height: 100%;
}

.block_blog_list_main .blog_list_full .blog_cnt h3 {
    width: 100%;
    font-size: 28px;
    color: #5D5888;
    margin-bottom: 25px;
    font-weight: 700;
}

.block_blog_list_main .blog_list_full .blog_cnt p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #5D5888;
    margin-bottom: 16px;
}

.block_blog_list_main .blog_list_full .blog_cnt span {
    width: max-content;
    font-size: 24px;
    line-height: 36px;
    color: #5D5888;
    padding: 13px 20px 0 0;
    font-weight: 500;
    border-top: 1px solid #707070;
}

.block_blog_list_main .blog_list {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #707070;
    overflow: hidden;
    margin: 40px 0 0;
}

.block_blog_list_main .blog_list .block_blog_im {
    width: 100%;
    border-radius: 0 0 30px 30px;
    border-bottom: 1px solid #707070;
    overflow: hidden
}

.block_blog_list_main .blog_list .block_blog_im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_blog_list_main .blog_list .block_blog_cnt {
    width: 100%;
    padding: 15px;
}

.block_blog_list_main .blog_list .block_blog_cnt h3 {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    color: #5D5888;
    margin-bottom: 20px;
    font-weight: 700;
}

.block_blog_list_main .blog_list .block_blog_cnt span {
    width: max-content;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #5D5888;
    padding: 13px 20px 0 0;
    font-weight: 500;
    border-top: 1px solid #707070;
}

.block_it_work_top {
    width: 100%;
    padding: 180px 0 80px;
}

.block_it_work_top .block_inner_txt {
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #707070;
    margin: 0 auto;
}

.block_it_work_top .block_inner_txt p {
    display: block;
}

.block_it_work_top .block_inner_txt span {
    font-weight: 500;
}

.how_it_work_step_block {
    width: 100%;
    padding: 0 0 80px;
    margin: 0 auto;
}

.balck_data_protected {
    background-color: #F6FFFA;
}

.how_it_work_step_block .block_row {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.how_it_work_step_block .block_row:before {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    background: #704CA5;
    z-index: -1;
}

.how_it_work_step_block .block_row:last-child {
    margin: 0 auto;
}

.how_it_work_step_block .block_row .block_num {
    min-width: 50px;
    font-size: 90px;
    color: #704CA5;
    position: relative;
    top: -50px;
    font-weight: 700;
}

.how_it_work_step_block .block_row .block_im {
    max-width: 300px;
}

.how_it_work_step_block .block_row .block_cnt {
    width: calc(100% - 300px);
}

.how_it_work_step_block .block_row .block_cnt h3 {
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    color: #707070;
    margin-bottom: 5px;
    font-weight: 600;
}

.how_it_work_step_block .block_row .block_cnt span {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    display: block;
}

.how_it_work_step_block .block_row .block_cnt ul {
    width: 100%;
    margin: 25px 0;
    position: relative;
}

/*.how_it_work_step_block .block_row .block_cnt ul:before{ width:100%; height:3px; position:absolute; top:-35px; left:0; content:''; background:#704CA5; }*/
.how_it_work_step_block .block_row .block_cnt ul li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-weight: 600;
}

.balck_data_protected {
    width: 100%;
    padding: 80px 0;
    background: #F6F6F6;
}

.balck_data_protected .block_title {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
}

.balck_data_protected .block_title h2 {
    width: 100%;
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 50px;
    color: #0D0053;
    font-weight: 700;
}

.balck_data_protected .block_title p {
    width: 100%;
    margin: 0;
    font-size: 28px;
    line-height: 40px;
    color: #777777;
    font-weight: 500;
}

/*.balck_data_protected .block_title p span{ display:block; }*/
.balck_data_protected .block_btm_txt {
    width: 100%;
    text-align: center;
}

.balck_data_protected .block_btm_txt p {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 40px;
    color: #707070;
    font-weight: 500;
}

.block_data_protected_step {
    width: 100%;
}

.block_data_protected_step .block_row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    border-radius: 44px;
    padding: 20px;
    margin: 0 0 35px;
}

.block_data_protected_step .block_row:nth-child(1n) {
    background: #ABCDFB url(../images/data_protected-1.png) no-repeat;
}

.block_data_protected_step .block_row:nth-child(2n) {
    background: #9FCFCA;
}

.block_data_protected_step .block_row:nth-child(3n) {
    background: #A4D4FE;
}

.block_data_protected_step .block_row .block_data_protected_im {
    width: 30%;
}

.block_data_protected_step .block_row .block_data_protected_cnt {
    width: 80%;
    padding: 0;
}

.block_data_protected_step .block_row .block_data_protected_cnt h4 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 700;
}

.block_data_protected_step .block_row .block_data_protected_cnt p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.our_work_flow {
    width: 100%;
    padding: 80px 0;
    background: #fff;
}

.our_work_flow .block_title {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
}

.our_work_flow .block_title h2 {
    width: 100%;
    margin: 0 0 15px;
    font-size: 36px;
    line-height: 50px;
    color: #4137A1;
    font-weight: 700;
}

.our_work_flow .block_title p {
    width: 100%;
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    color: #A7A7A7;
}

.our_work_flow .block_work_im {
    width: 100%;
    text-align: center;
}

.our_work_flow .block_work_im img {
    max-width: 100%;
}

/* Start Inner page UK css */
/*
.layout_uk .banner_part_business_formation_and_secreterial{ background:#BBECFF; padding:70px 0; }
.layout_uk .banner_part_business_formation_and_secreterial .bannr_inn span{ margin:0 0 20px; }
.layout_uk .banner_part_business_formation_and_secreterial .bannr_inn h3{ margin:0 0 20px; color:#0D0053; }
.layout_uk .banner_part_business_formation_and_secreterial .bannr_inn p{ color:#000000; }

.layout_uk .bnr_btm_info_business_formation_and_secreterial{ background:#F2FEFF; padding:75px 0; }
.layout_uk .bnr_btm_info_business_formation_and_secreterial .custom_flex{ width:100%; display:flex; justify-content:space-around; }
.layout_uk .bnr_btm_info_business_formation_and_secreterial .block_left{ width:35%; }
.layout_uk .bnr_btm_info_business_formation_and_secreterial .block_right{ width:35%; }
.layout_uk .bnr_btm_info_business_formation_and_secreterial .block_txt{ width:100%; margin:0 0 30px; }
.layout_uk .bnr_btm_info_business_formation_and_secreterial .block_txt:last-child{ margin:0; }
.layout_uk .bnr_btm_info_business_formation_and_secreterial .block_txt h3{ width:100%; margin:0 0 10px; font-size:25px; line-height:30px; color:#0D0053; font-weight:700; }
.layout_uk .bnr_btm_info_business_formation_and_secreterial .block_txt ul{ width:100%; }
.layout_uk .bnr_btm_info_business_formation_and_secreterial .block_txt ul li{ width:100%; font-size:20px; line-height:30px; color:#1949BC;}
*/

/*
.layout_uk .block_business_formation_uk_info{ width:100%; padding:80px 0; }
.layout_uk .block_business_formation_uk_info .custom_flex{ width:100%; display:flex; justify-content:space-between; align-items:center; }
.layout_uk .block_business_formation_uk_info .custom_flex .block_left_cnt{ width:50%; padding-right:45px; }
.layout_uk .block_business_formation_uk_info .custom_flex .block_left_cnt .block_txt{ width:100%; margin:0 0 70px; }
.layout_uk .block_business_formation_uk_info .custom_flex .block_left_cnt .block_txt:last-child{ margin:0; }
.layout_uk .block_business_formation_uk_info .custom_flex .block_left_cnt .block_txt h2{ width:100%; font-size:36px; line-height:50px; color:#F8604E; margin:0 0 25px; font-weight:700; }
.layout_uk .block_business_formation_uk_info .custom_flex .block_left_cnt .block_txt p{ width:100%; font-size:22px; line-height:30px; color:#707070; margin:0; }
.layout_uk .block_business_formation_uk_info .custom_flex .block_right_im{ width:50%; padding-left:45px; }

.layout_uk .block_cta_action_uk{ width:100%; padding:70px 0; background:#D6EDFF; }
.layout_uk .block_cta_action_uk .custom_cta_flex{ width:100%; display:flex; justify-content:center; align-items:center; }
.layout_uk .block_cta_action_uk .custom_cta_flex h3{ width:auto; font-size:32px; line-height:40px; color:#6D6D6D;  font-weight:700; }
.layout_uk .block_cta_action_uk .custom_cta_flex a{ width:auto; padding:10px 45px; background:#FFFFFF; border-radius:22px; font-size:22px; line-height:30px; color:#707070; font-weight:600; margin-left:30px; }
*/

/*
.layout_uk .our_blog.color_bg{ background:#B4D6CC; }
.layout_uk .banner_part_taxtation .custom_flex{ justify-content:space-between; }
.layout_uk .banner_part_taxtation .custom_flex .bnr_left_part{ width:45%; }
.layout_uk .banner_part_taxtation .custom_flex .bnr_right_part{ width:45%; padding:0; }
.layout_uk .banner_part_taxtation .custom_flex .bnr_right_part h4{ max-width:500px; color:#FE6471; font-size:40px; line-height:50px; }
.layout_uk .banner_part_taxtation .custom_flex .bnr_right_part p{ max-width:500px; }
*/

/*
.layout_uk .bnr_btm_info_taxtation{ width:100%; background:#F2FEFF; }
.layout_uk .bnr_btm_info_taxtation .block_taxtation_cnt{ width:100%; padding:110px 0; }
.layout_uk .bnr_btm_info_taxtation .block_taxtation_cnt .block_cnt{ width:100%; margin:0 0 70px; }
.layout_uk .bnr_btm_info_taxtation .block_taxtation_cnt .block_cnt:last-child{ margin:0; }
.layout_uk .bnr_btm_info_taxtation .block_taxtation_cnt .block_cnt h3{ width:100%; font-size:26px; line-height:30px; margin:0 0 20px; color:#0D0053; font-weight:700; }
.layout_uk .bnr_btm_info_taxtation .block_taxtation_cnt .block_cnt ul{ width:100%; }
.layout_uk .bnr_btm_info_taxtation .block_taxtation_cnt .block_cnt ul li{ width:100%; font-size:22px; line-height:30px; margin:0; color:#1949BC; }
.layout_uk .bnr_btm_info_taxtation .block_taxtation_im{ width:100%; position:relative; height:100%; }
.layout_uk .bnr_btm_info_taxtation .block_taxtation_im img{ max-width:100%; position:absolute; bottom:0; left:50%; transform:translateX(-50%); }
*/

/*
.layout_uk .taxtation_info_cnt .custom_flex .block_row{ margin:0 0 55px; }
.layout_uk .taxtation_info_cnt .custom_flex .block_row:last-child{ margin:0; }
.layout_uk .taxtation_info_cnt .custom_flex .block_row .block_im{ padding-right:45px; }
.layout_uk .taxtation_info_cnt .custom_flex .block_row .block_cnt{ padding-left:45px; }
.layout_uk .taxtation_info_cnt .custom_flex .block_row:nth-child(2n) .block_im{ padding:0 0 0 45px; }
.layout_uk .taxtation_info_cnt .custom_flex .block_row:nth-child(2n) .block_cnt{ padding:0 45px 0 0; }

.layout_uk .block_cta_accounting_usa .cta_flex_column p{ max-width:470px; }
.layout_uk .info_accounting_block{ padding:120px 0; }
.layout_uk .info_accounting_block .block_acconting_info_cat_cnt .block_row:last-child{ margin-bottom:0; }

.layout_uk .block_client_testimonial .accounting::before{ display:none; }
.layout_uk .block_client_testimonial .accounting::after{ display:none; }

.bnr_btm_info_accounting_uk{ width:100%; padding:80px 0; background:#FBF9F5; }
.bnr_btm_info_accounting_uk .custom_flex{ width:100%; display:flex; justify-content:space-between; gap:40px; }
.bnr_btm_info_accounting_uk .custom_flex .left_part{ width:50%; display:flex; justify-content:space-between; flex-flow:column; }
.bnr_btm_info_accounting_uk .custom_flex .right_part{ width:50%; display:flex; justify-content:space-between; flex-flow:column; }
.bnr_btm_info_accounting_uk .custom_flex .block_in_cnt{ width:100%; margin:0 0 50px; }
.bnr_btm_info_accounting_uk .custom_flex .block_in_cnt h3{ width:100%; margin:0 0 10px; font-size:24px; color:#0D0053; font-weight:700; }
.bnr_btm_info_accounting_uk .custom_flex .block_in_cnt ul{ width:100%; border:1px solid #707070; border-radius:15px; overflow:hidden; }
.bnr_btm_info_accounting_uk .custom_flex .block_in_cnt ul li{ width:100%; border-bottom:1px solid #707070; padding:5px 15px; font-size:16px; color:#1949BC; background:#fff; }
.bnr_btm_info_accounting_uk .custom_flex .block_in_cnt ul li:last-child{ border-bottom:0; }
.bnr_btm_info_accounting_uk .custom_flex .left_part .block_in_cnt:last-child{ margin:0; }
.bnr_btm_info_accounting_uk .custom_flex .right_part .block_in_cnt:last-child{ margin:0; }
*/

/*
.layout_uk .banner_part_payroll{ padding:80px 0; }
.layout_uk .banner_part_payroll .custom_flex{ flex-flow:column; }
.layout_uk .banner_part_payroll .custom_flex .bnr_left_part{ padding: 0; text-align:center; }
.layout_uk .banner_part_payroll .custom_flex .bnr_left_part span{ display:block; font-size:17px; line-height:20px; color: #F00; margin-bottom:15px; font-weight:700; }
.layout_uk .banner_part_payroll .custom_flex .bnr_left_part img{ max-width:400px; }
.layout_uk .banner_part_payroll .custom_flex .bnr_right_part{ padding: 0; text-align:center; }
.layout_uk .banner_part_payroll .custom_flex .bnr_right_part h4{ max-width:400px; color:#0D0053; margin:0 auto 25px; }
.layout_uk .banner_part_payroll .custom_flex .bnr_right_part p{ max-width:700px; color:#000000; margin:0 auto; }

.layout_uk .bnr_btm_info_payroll{ background:#F2FEFF; }
.layout_uk .bnr_btm_info_payroll .custom_flex{ width:100%; display:flex; gap:50px; }
.layout_uk .bnr_btm_info_payroll .custom_flex .block_left{ width:50%; }
.layout_uk .bnr_btm_info_payroll .custom_flex .block_right{ width:50%; }
.layout_uk .bnr_btm_info_payroll .custom_flex .block_in{ width:100%; margin:0 0 25px; }
.layout_uk .bnr_btm_info_payroll .custom_flex .block_in:last-child{ margin:0; }
.layout_uk .bnr_btm_info_payroll .custom_flex .block_in h4{ width:100%; font-size:20px; color:#0D0053; font-weight:700; margin:0 0 10px; }
.layout_uk .bnr_btm_info_payroll .custom_flex .block_in ul{ width:100%; }
.layout_uk .bnr_btm_info_payroll .custom_flex .block_in ul:after{ display:none; }
.layout_uk .bnr_btm_info_payroll .custom_flex .block_in ul li{ width:100%; padding:5px 15px; font-size:20px; color:#1949BC; }

.layout_uk .payroll_info_cnt{ padding:100px 0; }
.layout_uk .payroll_info_cnt .custom_flex .block_row{ gap:40px; }
.layout_uk .payroll_info_cnt .custom_flex .block_row:nth-child(2n+1) .block_im{ order:inherit; padding:0; }
.layout_uk .payroll_info_cnt .custom_flex .block_row:nth-child(2n+1) .block_cnt{ padding:0; }
.layout_uk .payroll_info_cnt .custom_flex .block_row .block_cnt .block_in{ width:100%; margin:0 0 50px; }
.layout_uk .payroll_info_cnt .custom_flex .block_row .block_cnt .block_in:last-child{ margin:0; }
*/

.block_payroll_management_sync {
    width: 100%;
    padding: 75px 0;
    background: #FEFAF3;
}

.block_payroll_management_sync .block_top {
    width: 100%;
    margin: 0 0 60px;
    text-align: center;
}

.block_payroll_management_sync .block_top h3 {
    width: 100%;
    margin: 0 0 20px;
    font-size: 36px;
    color: #676261;
    font-weight: 700;
}

.block_payroll_management_sync .block_top p {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    font-size: 22px;
    color: #707070;
}

.block_payroll_management_sync .block_btm {
    width: 100%;
}

.block_payroll_management_sync .block_btm ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}

.block_payroll_management_sync .block_btm ul li {
    width: auto;
    margin: 0;
}

.block_cta_payroll {
    width: 100%;
    padding: 80px 0;
    background: #D6EDFF;
}

.block_cta_payroll .custom_cta_flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_cta_payroll .custom_cta_flex h3 {
    width: auto;
    font-size: 40px;
    line-height: 49px;
    color: #2A0B07;
    font-weight: 700;
}

.block_cta_payroll .custom_cta_flex a {
    width: auto;
    padding: 15px 45px;
    background: #FFFFFF;
    border-radius: 22px;
    font-size: 30px;
    line-height: 40px;
    color: #787878;
    font-weight: 500;
    margin-left: 40px;
}

/*
.bnr_btm_info_for_cpa_uk{ width:100%; padding:100px 0; background:#F8FFF2; }
.bnr_btm_info_for_cpa_uk .custom_flex{ width:100%; display:flex; gap:50px; }
.bnr_btm_info_for_cpa_uk .custom_flex .block_left{ width:50%; }
.bnr_btm_info_for_cpa_uk .custom_flex .block_right{ width:50%; }
.bnr_btm_info_for_cpa_uk .custom_flex .block_in{ width:100%; margin:0 0 30px; position:relative; }
.bnr_btm_info_for_cpa_uk .custom_flex .block_in:last-child{ margin:0; }
.bnr_btm_info_for_cpa_uk .custom_flex .block_in h4{ width:100%; font-size:24px; color:#0D0053; font-weight:700; margin-bottom:15px; }
.bnr_btm_info_for_cpa_uk .custom_flex .block_in p{ width:100%; font-size:16px; color:#0D0053; }
.bnr_btm_info_for_cpa_uk .custom_flex .block_in.dot_round:after{ width:85px; height:85px; background:#FF0000; border-radius:50%; position:absolute; top:0; right:-42px; content:''; }
*/

/*
.layout_uk .banner_part_for_cpa_usa .bannr_inn .block_bnr_txt span{ width:100%; margin:0 0 35px; display:block; font-size:17px; color:#FFFF00; font-weight:700; }
.layout_uk .banner_part_for_cpa_usa .bannr_inn .block_bnr_txt h3 span{ width:auto; margin:0; font-size:36px; color:#0D0053; }

.layout_uk .block_for_cpa_usa_info{ width:100%; padding:200px 0; }
.layout_uk .block_for_cpa_usa_info .custom_flex{ width:100%; display:flex; justify-content:space-between; align-items:center; gap:50px }
.layout_uk .block_for_cpa_usa_info .custom_flex .block_left_cnt{ width:50%; }
.layout_uk .block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt{ width:100%; margin:0 0 70px; }
.layout_uk .block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt:last-child{ margin:0; }
.layout_uk .block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt h2{ width:100%; font-size:36px; line-height:40px; color:#F8604E; margin:0 0 15px; font-weight:700; }
.layout_uk .block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt p{ width:100%; font-size:16px; line-height:24px; color:#707070; margin:0; }
.layout_uk .block_for_cpa_usa_info .custom_flex .block_right_im{ width:50%; }

.layout_uk .block_cta_action_usa{ width:100%; padding:70px 0; background:#D6EDFF; }
.layout_uk .block_cta_action_usa .custom_cta_flex{ width:100%; display:flex; justify-content:center; align-items:center; }
.layout_uk .block_cta_action_usa .custom_cta_flex h3{ width:auto; font-size:24px; color:#6D6D6D; font-weight:700; }
.layout_uk .block_cta_action_usa .custom_cta_flex a{ width:auto; padding:15px 45px; background:#FFFFFF; border-radius:22px; font-size:20px; line-height:30px; color:#707070; margin-left:30px; }
*/
/* Close Inner page UK css */

/* Start Inner page USA css */
/*
.layout_usa .our_blog.color_bg{ background:#7C769F; }
.block_cta_accounting_usa{ width:100%; background:#CEF6FF; padding:70px 0; }
.block_cta_accounting_usa .cta_flex_column{ width:100%; display:flex; flex-flow:column; justify-content:center;align-items:center; }
.block_cta_accounting_usa .cta_flex_column h3{ width:auto; font-size:36px; color:#4A4A4A; font-weight:700; margin-bottom:15px; text-align:center; }
.block_cta_accounting_usa .cta_flex_column p{ width:auto; font-size:22px; color:#000000; margin-bottom:15px; text-align:center; }
.block_cta_accounting_usa .cta_flex_column a{ width:auto; padding:10px 45px; background:#EBE3DC; border-radius:22px; font-size:20px; line-height:40px; color:#232323; }
.info_accounting_block{ width:100%; padding:75px 0; }
.info_accounting_block .block_accounting_info_cat{ width:100%; margin:0 0 100px; }
.info_accounting_block .block_accounting_info_cat ul{ width:100%; display:flex; align-items:center; gap:30px; justify-content:space-between; }
.info_accounting_block .block_accounting_info_cat ul li{ width:auto; }
.info_accounting_block .block_accounting_info_cat ul li a{ width:auto; font-size:20px; color:#0D0053; font-weight:700; }
.info_accounting_block .block_acconting_info_cat_cnt{ width:100%; }
.info_accounting_block .block_acconting_info_cat_cnt .block_row{ width:100%; display:flex; justify-content:space-between; align-items:center; margin-bottom:50px; }
.info_accounting_block .block_acconting_info_cat_cnt .block_row:last-child{ margin-bottom:0; }
.info_accounting_block .block_acconting_info_cat_cnt .block_row .block_info_im{ width:35%; text-align:right; }
.info_accounting_block .block_acconting_info_cat_cnt .block_row .block_info_cnt{ width:60%; }
.info_accounting_block .block_acconting_info_cat_cnt .block_row .block_info_cnt h2{ width:100%; font-size:36px; color:#F8604E; font-weight:700; margin-bottom:25px; }
.info_accounting_block .block_acconting_info_cat_cnt .block_row .block_info_cnt p{ width:100%; font-size:20px; color:#707070; }
.info_accounting_block .block_acconting_info_cat_cnt .block_row .block_info_cnt a{ width:auto; padding:10px 45px; background:#EBE3DC; border-radius:22px; font-size:20px; line-height:40px; color:#707070; margin-top:15px; }

.layout_usa .block_client_testimonial .accounting::before{ display:none; }
.layout_usa .block_client_testimonial .accounting::after{ display:none; }

.layout_usa .block_cta_action_usa{ width:100%; padding:70px 0; background:#D6EDFF; }
.layout_usa .block_cta_action_usa .custom_cta_flex{ width:100%; display:flex; justify-content:center; align-items:center; }
.layout_usa .block_cta_action_usa .custom_cta_flex h3{ width:auto; font-size:40px; line-height:49px; color:#2A0B07; font-weight:700; }
.layout_usa .block_cta_action_usa .custom_cta_flex a{ width:auto; padding:15px 45px; background:#FFFFFF; border-radius:22px; font-size:30px; line-height:40px; color:#707070; margin-left:30px; }

.block_payroll_sync{ width:100%; padding:80px 0; background:#FEFAF3; }
.block_payroll_sync .block_top{ width:100%; margin:0 0 40px; text-align:center; }
.block_payroll_sync .block_top h2{ width:100%; margin:0 0 25px; font-size:36px; color:#676261; font-weight:700; }
.block_payroll_sync .block_top p{ width:100%; margin:0 auto; font-size:22px; color:#707070; max-width:750px; }
.block_payroll_sync .block_btm{ width:100%; }
.block_payroll_sync .block_btm ul{ width:100%; display:flex; justify-content:space-between; align-items:center; gap:70px; }
.block_payroll_sync .block_btm ul li{ width:auto; margin:0; }

.layout_usa .payroll_info_cnt .custom_flex .block_row{ gap:50px; }
.layout_usa .payroll_info_cnt .custom_flex .block_row:nth-child(2n+1) .block_im{ order:unset; padding:0; }
.layout_usa .payroll_info_cnt .custom_flex .block_row .block_im{ order:unset; padding:0; }
.layout_usa .payroll_info_cnt .custom_flex .block_row:nth-child(2n+1) .block_cnt{ padding:0; }
.layout_usa .payroll_info_cnt .custom_flex .block_row .block_cnt{ padding:0; }
.layout_usa .payroll_info_cnt .custom_flex .block_row .block_cnt .block_cnt_in{ width:100%; margin-bottom:50px; }
.layout_usa .payroll_info_cnt .custom_flex .block_row .block_cnt .block_cnt_in:last-child{ margin-bottom:0px; }
.layout_usa .bnr_btm_info_payroll ul:after{ display:none; }
*/

/*
.layout_usa .banner_part_payroll .custom_flex{ flex-flow:column; }
.layout_usa .banner_part_payroll .custom_flex .bnr_left_part{ padding:0; text-align:center; }
.layout_usa .banner_part_payroll .custom_flex .bnr_left_part img{ max-width:400px; margin:0 auto 20px; }
.layout_usa .banner_part_payroll .custom_flex .bnr_right_part{ max-width:700px; margin:0 auto; text-align:center; }
.layout_usa .banner_part_payroll .custom_flex .bnr_right_part h4{ width:100%; max-width:400px; margin:0 auto 30px; }

.layout_usa .banner_part_taxtation{ padding:50px 0 150px; }
.layout_usa .banner_part_taxtation .custom_flex .bnr_left_part{ width:50%; }
.layout_usa .banner_part_taxtation .custom_flex .bnr_right_part{ width:50%; }
.layout_usa .bnr_btm_info ul{ width:50%; margin-left:auto; }
.layout_usa .bnr_btm_info ul:after{ display:none; }

.bnr_btm_info_business_formation_usa{ padding:80px 0 0px; }
.bnr_btm_info_business_formation_usa ul{ width:100%; max-width:800px; margin:0 auto; border:1px solid #707070; border-radius:20px; }
.bnr_btm_info_business_formation_usa ul li{ width:100%; border-bottom:1px solid #707070; font-size:22px; color:#0D0053; padding:7px 15px; text-align:center; }
.bnr_btm_info_business_formation_usa ul li:last-child{ border-bottom:0; }

.layout_usa .block_business_formation_usa_info{ width:100%; padding:200px 0; }
.layout_usa .block_business_formation_usa_info .custom_flex{ width:100%; display:flex; justify-content:space-between; align-items:center; }
.layout_usa .block_business_formation_usa_info .custom_flex .block_left_cnt{ width:50%; padding-right:45px; }
.layout_usa .block_business_formation_usa_info .custom_flex .block_left_cnt .block_txt{ width:100%; margin:0 0 70px; }
.layout_usa .block_business_formation_usa_info .custom_flex .block_left_cnt .block_txt:last-child{ margin:0; }
.layout_usa .block_business_formation_usa_info .custom_flex .block_left_cnt .block_txt h2{ width:100%; font-size:36px; line-height:50px; color:#F8604E; margin:0 0 25px; font-weight:700; }
.layout_usa .block_business_formation_usa_info .custom_flex .block_left_cnt .block_txt p{ width:100%; font-size:16px; line-height:30px; color:#707070; margin:0; }
.layout_usa .block_business_formation_usa_info .custom_flex .block_right_im{ width:50%; padding-left:45px; }

.layout_usa .block_cta_action_usa{ width:100%; padding:70px 0; background:#D6EDFF; }
.layout_usa .block_cta_action_usa .custom_cta_flex{ width:100%; display:flex; justify-content:center; align-items:center; }
.layout_usa .block_cta_action_usa .custom_cta_flex h3{ width:auto; font-size:36px; line-height:49px; color:#6D6D6D; font-weight:700; }
.layout_usa .block_cta_action_usa .custom_cta_flex a{ width:auto; padding:15px 45px; background:#FFFFFF; border-radius:22px; font-size:20px; line-height:30px; color:#707070; margin-left:30px; }
*/

/*
.banner_part_medical_billing_services_usa{ width:100%; padding:100px 0 0; background:#F5E6E6; }
.banner_part_medical_billing_services_usa .bannr_inn{ width:100%; max-width:1010px; margin:0 auto; }
.banner_part_medical_billing_services_usa .bannr_inn .block_bnr_txt{ width:100%; text-align:center; }
.banner_part_medical_billing_services_usa .bannr_inn .block_bnr_txt h3{ width:100%; margin:0 0 25px; font-size:40px; line-height:49px; color:#0D0053; font-weight:700; }
.banner_part_medical_billing_services_usa .bannr_inn .block_bnr_txt p{ width:100%; margin:0 0 50px; font-size:25px; line-height:34px; color:#000000; }

.bnr_btm_medical_billing_services_usa{ padding:80px 0; }
.bnr_btm_medical_billing_services_usa ul{ width:100%; max-width:800px; margin:0 auto 70px; border:1px solid #707070; border-radius:20px; }
.bnr_btm_medical_billing_services_usa ul li{ width:100%; border-bottom:1px solid #707070; font-size:22px; color:#0D0053; padding:7px 15px; text-align:center; }
.bnr_btm_medical_billing_services_usa ul li:last-child{ border-bottom:0; }
.bnr_btm_medical_billing_services_usa .block_btm_cnt{ width:100%; max-width:1010px; margin:0 auto; text-align:center; }
.bnr_btm_medical_billing_services_usa .block_btm_cnt h2{ width:100%; font-size:36px; color:#6A6A6A; font-weight:700; margin-bottom:25px; }
.bnr_btm_medical_billing_services_usa .block_btm_cnt h2 span{ display:block; }
.bnr_btm_medical_billing_services_usa .block_btm_cnt a{ width:auto; padding:12px 35px; background:#EBE3DC; border-radius:20px; font-size:16px; line-height:24px; color:#707070; font-weight:500; }

.banner_part_for_cpa_usa{ width:100%; background:#AFB1CE; padding:100px 0 0; }
.banner_part_for_cpa_usa .bannr_inn{ width:100%; display:flex; justify-content:space-between; gap:40px; align-items:center; }
.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt{ width:40%; }
.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt h3{ width:100%; font-size:24px; color:#0D0053; font-weight:700; margin-bottom:25px; }
.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt h3 span{ display:block; }
.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt p{ width:100%; font-size:16px; color:#fff; margin-bottom:0; }
.banner_part_for_cpa_usa .bannr_inn .block_bnr_im{ width:60%; }

.bnr_btm_info_for_cpa_usa{ padding:80px 0 0px; }
.bnr_btm_info_for_cpa_usa ul{ width:100%; max-width:800px; margin:0 auto; border:1px solid #707070; border-radius:20px; }
.bnr_btm_info_for_cpa_usa ul li{ width:100%; border-bottom:1px solid #707070; font-size:22px; color:#0D0053; display:flex; }
.bnr_btm_info_for_cpa_usa ul li:last-child{ border-bottom:0; }
.bnr_btm_info_for_cpa_usa ul li .block_left{ width:50%; padding:7px 15px; }
.bnr_btm_info_for_cpa_usa ul li .block_right{ width:50%; padding:7px 15px; border-left:1px solid #707070; }

.layout_usa .block_for_cpa_usa_info{ width:100%; padding:200px 0; }
.layout_usa .block_for_cpa_usa_info .custom_flex{ width:100%; display:flex; justify-content:space-between; align-items:center; gap:50px }
.layout_usa .block_for_cpa_usa_info .custom_flex .block_left_cnt{ width:50%; }
.layout_usa .block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt{ width:100%; margin:0 0 70px; }
.layout_usa .block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt:last-child{ margin:0; }
.layout_usa .block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt h2{ width:100%; font-size:36px; line-height:50px; color:#F8604E; margin:0 0 25px; font-weight:700; }
.layout_usa .block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt p{ width:100%; font-size:16px; line-height:24px; color:#707070; margin:0; }
.layout_usa .block_for_cpa_usa_info .custom_flex .block_right_im{ width:50%; }
*/
/* Close Inner page USA css */

/* ===============================---------------------- Inner style sheet starts here ----------------------------=========================================== */

/* =========================================== Accounting Style start ======================================= */
.banner_part_accounting {
    width: 100%;
    background: url(https://gjmco.com/usa/wp-content/uploads/sites/3/2022/02/a_ban-1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 290px 0 350px;
    background-position: center right;
}

.banner_part_accounting .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_part_accounting .custom_flex .bnr_left_part {
    width: 100%;
    max-width: 730px;
}

.banner_part_accounting .custom_flex .bnr_left_part span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #FF0000;
    margin-bottom: 10px;
    font-weight: 700;
}

.banner_part_accounting .custom_flex .bnr_left_part h4 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #0D0053;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.banner_part_accounting .custom_flex .bnr_left_part h4:before {
    width: 360px;
    height: 1px;
    background: #FF0000;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.banner_part_accounting .custom_flex .bnr_left_part p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    margin-bottom: 0px;
    font-weight: 500;
}

.bnr_btm_info_accounting {
    padding: 66px 0 45px;
    position: relative;
}

.bnr_btm_info_accounting:after {
    width: 100%;
    height: 36%;
    background: #EAEEF1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
}

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

.bnr_btm_info_accounting .accounting_title_block h4 {
    display: block;
    font-size: 28px;
    line-height: 40px;
    color: #F8604E;
    font-weight: 700;
    margin-bottom: 10px
}

.bnr_btm_info_accounting .accounting_title_block p {
    display: block;
    width: 100%;
    max-width: 760px;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin: 0 auto 40px;
}

.bnr_btm_info_accounting ul {
    width: 100%;
    max-width: 1090px;
    display: flex;
    flex-flow: column;
    background: #fff;
    border-radius: 23px;
    border: 1px solid #707070;
    position: relative;
    margin: 0 auto;
}

/*.bnr_btm_info_accounting ul:after{ width:87px; height:87px; background:#FF0000; position:absolute; top:75px; left:-60px; content:''; border-radius:50%; }*/
.bnr_btm_info_accounting ul li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    line-height: 24px;
    color: #1949BC;
}

.bnr_btm_info_accounting ul li:last-child {
    border-bottom: none;
}

.bnr_btm_info_accounting ul li .block_left {
    width: 50%;
    padding: 30px 25px;
}

.bnr_btm_info_accounting ul li .block_right {
    width: 50%;
    max-width: 570px;
    padding: 30px 25px;
    border-left: 1px solid #707070;
}

.bnr_btm_info_accounting ul li .block_mid {
    width: 30%;
    padding: 30px 25px;
    border-left: 1px solid #707070;
}

.bnr_btm_info_accounting ul li .block_full {
    width: 100%;
    padding: 30px 25px;
}

/*.bnr_btm_info_accounting ul li:last-child .block_right{ width:30%; padding:30px 35px; border-left:1px solid #707070; }
.bnr_btm_info_accounting ul li:last-child .block_mid{ width:30%; padding:30px 35px; border-left:1px solid #707070; }*/
.accounting_info_cnt {
    width: 100%;
    padding: 45px 0 170px;
    background: #EAEEF1;
}

.accounting_info_cnt .custom_flex {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.accounting_info_cnt .custom_flex .block_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounting_info_cnt .custom_flex .block_row .block_im {
    width: 50%;
    text-align: left;
    padding: 0 20px 0 0;
    max-width: 460px;
}

.accounting_info_cnt .custom_flex .block_row .block_cnt {
    width: 50%;
    text-align: left;
    max-width: 450px;
}

.accounting_info_cnt .custom_flex .block_row .block_cnt h3 {
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #0D0053;
    font-weight: 700;
    margin-bottom: 15px;
}

.accounting_info_cnt .custom_flex .block_row .block_cnt p {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    margin: 0;
}

.accounting_info_cnt .custom_flex .block_row:nth-child(even) .block_im {
    order: 2;
    padding: 0;
    text-align: right;
}

.accounting_info_cnt .custom_flex .block_row:nth-child(even) .block_cnt {
    text-align: left;
    padding: 0 20px 0 0;
}

.accounting_info_cnt .block_work {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    align-items: left;
    justify-content: left;
}

.accounting_info_cnt .block_work h4 {
    font-size: 35px;
    color: #707070;
    font-weight: 700;
}

.accounting_info_cnt .block_work a {
    width: auto;
    padding: 15px 50px;
    font-size: 20px;
    line-height: 25px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #707070;
    font-weight: 500;
}

/* =========================================== Accounting Style end ======================================= */

/* =========================================== payroll Style start ======================================= */

.banner_part_payroll {
    width: 100%;
    background: #D6EDFF;
    padding: 100px 0 110px;
}

.banner_part_payroll .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_part_payroll .custom_flex .bnr_left_part {
    width: 35%;
    padding-left: 30px;
}

.banner_part_payroll .custom_flex .bnr_right_part span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #FF0000;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.44px;
}

.banner_part_payroll .custom_flex .bnr_right_part h4 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #0D0053;
    margin-bottom: 30px;
    font-weight: 700;
    max-width: 670px;
    padding-bottom: 15px;
    position: relative;
}

.banner_part_payroll .custom_flex .bnr_right_part h4:before {
    width: 360px;
    height: 1px;
    background: #FF0000;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.banner_part_payroll .custom_flex .bnr_right_part p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    margin-bottom: 0px;
    font-weight: 500;
    max-width: 620px;
}

.bnr_btm_info_payroll {
    padding: 66px 0 60px;
    position: relative;
}

.bnr_btm_info_payroll:before {
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #EAEEF1;
}

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

.bnr_btm_info_payroll .payroll_title_block h4 {
    display: block;
    font-size: 36px;
    line-height: 50px;
    color: #F8604E;
    font-weight: 700;
    margin-bottom: 40px;
}

.bnr_btm_info_payroll .payroll_title_block p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin: 0 auto 30px;
}

.bnr_btm_info_payroll ul {
    max-width: 1015px;
    margin: 0 auto;
    display: flex;
    border-radius: 8px;
    flex-flow: row;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    background: #b1b1b1;
    border: 2px solid #b1b1b1;
    position: relative;
    box-shadow: 0 0px 18px -10px #000;
}

/*.bnr_btm_info_payroll ul:after{ width:87px; height:87px; background:#FF0000; position:absolute; top:110px; left:-100px; content:''; border-radius:50%; }*/
.bnr_btm_info_payroll ul li {
    width: 50%;
    display: flex;
    border-bottom: none;
    font-size: 16px;
    line-height: 23px;
    color: #707070;
    flex-flow: column;
}

.bnr_btm_info_payroll ul li .block_left {
    width: 100%;
    border: 2px solid #b1b1b1;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}

.bnr_btm_info_payroll ul li .block_right {
    width: 100%;
    border: 2px solid #b1b1b1;
    max-width: inherit;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}

.bnr_btm_info_payroll ul li div b {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 3px;
    display: inline-block;
    margin-bottom: 10px;
    color: #444;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.bnr_btm_info_payroll ul li div b:before {
    width: 120px;
    height: 1px;
    background: #d89393;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}


.info_payroll_text {
    width: 100%;
    background: #EAEEF1;
    padding: 0 0 100px;
}

.info_payroll_text .custom_flex {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.info_payroll_text .custom_flex .block_im {
    width: 40%;
}

.info_payroll_text .custom_flex .block_im img {
    width: 100%;
}

.info_payroll_text .custom_flex .block_cnt {
    width: calc(60% - 40px);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.info_payroll_text .custom_flex .block_cnt .block_inner:first-child {
    margin-bottom: 30px;
}

.info_payroll_text .custom_flex .block_cnt h3 {
    font-size: 28px;
    line-height: 40px;
    color: #F8604E;
    font-weight: 700;
    margin-bottom: 10px;
}

.info_payroll_text .custom_flex .block_cnt p {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    margin: 0;
}



.stay_update_payroll {
    background: #b197dc;
    margin: 0;
}

.stay_update_payroll .stay_update_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stay_update_payroll .stay_update_block .inner_left_img {
    width: 30%;
    margin: 0;
    text-align: center;
}

.stay_update_payroll .stay_update_block .inner_right_info {
    width: 70%;
    padding: 30px 0;
}

.stay_update_payroll .stay_update_block .inner_right_info h4 {
    color: #F7FF00;
    display: block;
    font-size: 52px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 15px;
}

.stay_update_payroll .stay_update_block .inner_right_info p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-weight: 400;
}

.request_call {
    width: 100%;
    padding: 60px 0;
    background: #D6EDFF;
}

.request_call .block_flex {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px
}

.request_call .block_flex .request_call_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.request_call .block_flex .request_call_title h3 {
    font-size: 36px;
    line-height: 50px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.request_call .block_flex .request_call_btn {
    width: auto;
    white-space: nowrap;
}

.request_call .block_flex .request_call_btn a {
    width: auto;
    padding: 12px 35px;
    font-size: 24px;
    background: #fff;
    color: #444444;
    border-radius: 15px;
}

.request_call .block_flex .request_call_btn a:hover {
    background: #fef8f8;
}

.request_call.wrap_block .block_flex {
    flex-flow: column;
}

.request_call.wrap_block .block_flex .request_call_title {
    padding: 0;
    text-align: center;
}

.request_call.bg_yellow {
    background: #FFFDC2;
}

.request_call.bg_yellow .block_flex .request_call_title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.request_call.bg_yellow .block_flex .request_call_title h3 {
    color: #787878;
}

.request_call.bg_yellow .block_flex .request_call_title p {
    color: #787878;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
}


.payroll_info_cnt {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
}

.payroll_info_cnt .custom_flex {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.payroll_info_cnt .custom_flex .block_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payroll_info_cnt .custom_flex .block_row .block_im {
    width: 50%;
    text-align: center;
    padding: 0 30px 0 0;
}

.payroll_info_cnt .custom_flex .block_row .block_cnt {
    width: 50%;
    text-align: left;
    padding: 0 0 0 30px;
}

.payroll_info_cnt .custom_flex .block_row .block_cnt h3 {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    color: #F8604E;
    font-weight: 700;
    margin-bottom: 15px;
}

.payroll_info_cnt .custom_flex .block_row .block_cnt p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin: 0;
    max-width: 440px;
}

.payroll_info_cnt .custom_flex .block_row:nth-child(odd) .block_im {
    order: 2;
    padding: 0 0 0 40px;
}

.payroll_info_cnt .custom_flex .block_row:nth-child(odd) .block_cnt {
    text-align: left;
    padding: 0 30px 0 0;
}

.payroll_info_cnt .block_work {
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    align-items: left;
    justify-content: left;
}

.payroll_info_cnt .block_work h4 {
    font-size: 24px;
    color: #707070;
    font-weight: 700;
}

.payroll_info_cnt .block_work a {
    width: auto;
    padding: 12px 35px;
    font-size: 16px;
    line-height: 24px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #707070;
    font-weight: 500;
}

/* =========================================== payroll Style end ======================================= */

/* =========================================== audit_assurance Style start ======================================= */

.banner_part_audit_assurance {
    width: 100%;
    background: #D6EDFF;
    padding: 180px 0 0;
}

.banner_part_audit_assurance .custom_flex {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.banner_part_audit_assurance .custom_flex .bnr_left_part {
    width: 45%;
}

.banner_part_audit_assurance .custom_flex .bnr_right_part {
    width: 50%;
    padding-left: 20px;
    position: relative;
    bottom: -40px;
}

.banner_part_audit_assurance .custom_flex .bnr_right_part span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #FF0000;
    margin-bottom: 10px;
    font-weight: 700;
}

.banner_part_audit_assurance .custom_flex .bnr_right_part h4 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #0D0053;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.banner_part_audit_assurance .custom_flex .bnr_right_part h4:before {
    width: 360px;
    height: 1px;
    background: #F00;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.banner_part_audit_assurance .custom_flex .bnr_right_part p {
    max-width: 510px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #2B2828;
    margin-bottom: 0px;
    font-weight: 500;
}

.banner_part_audit_assurance .custom_flex .bnr_right_part ul {
    width: 90%;
    max-width: 500px;
    margin: 60px 0 0;
    background: #b1b1b1;
    border: 2px solid #b1b1b1;
    border-radius: 8px;
}

.banner_part_audit_assurance .custom_flex .bnr_right_part ul li {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    border: 2px solid #b1b1b1;
    max-width: inherit;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}


.bnr_btm_info_audit_assurance {
    padding: 100px 0 80px;
    position: relative;
}

.bnr_btm_info_audit_assurance .audit_assurance_title_block {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
}

.bnr_btm_info_audit_assurance .audit_assurance_title_block span {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #0D0053;
    font-weight: 400;
}

.bnr_btm_info_audit_assurance .audit_assurance_title_block h4 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #0D0053;
    font-weight: 700;
}

.bnr_btm_info_audit_assurance ul {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.bnr_btm_info_audit_assurance ul li {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bnr_btm_info_audit_assurance ul li:last-child {
    margin: 0;
}

.bnr_btm_info_audit_assurance ul li .block_im {
    max-width: 250px;
}

.bnr_btm_info_audit_assurance ul li .block_info {
    width: calc(100% - 290px);
}

.bnr_btm_info_audit_assurance ul li .block_info h5 {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    font-size: 36px;
    line-height: 50px;
    color: #0D0053;
    font-weight: 700;
}

.bnr_btm_info_audit_assurance ul li .block_info h5:before {
    width: 200px;
    height: 1px;
    background: #FF5454;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.bnr_btm_info_audit_assurance ul li .block_info p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
}

.bnr_btm_info_audit_assurance ul li:nth-child(even) .block_im {
    order: 2;
}


.audit_assurance_info_cnt {
    width: 100%;
    padding: 80px 0 100px;
    background: #ffffff;
}

.audit_assurance_info_cnt .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.audit_assurance_info_cnt .custom_flex .block_im {
    width: 50%;
    text-align: center;
    padding: 0 40px 0 0;
}

.audit_assurance_info_cnt .custom_flex .block_cnt_main {
    width: 50%;
}

.audit_assurance_info_cnt .custom_flex .block_cnt {
    width: 100%;
    text-align: left;
    padding: 0 0 40px 0;
}

.audit_assurance_info_cnt .custom_flex .block_cnt:last-child {
    padding: 0;
}

.audit_assurance_info_cnt .custom_flex .block_cnt h3 {
    width: 100%;
    font-size: 36px;
    line-height: 48px;
    color: #F8604E;
    font-weight: 700;
    margin-bottom: 15px;
}

.audit_assurance_info_cnt .custom_flex .block_cnt p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin: 0;
}

.audit_assurance_info_cnt .block_work {
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    align-items: left;
    justify-content: left;
}

.audit_assurance_info_cnt .block_work h4 {
    font-size: 24px;
    color: #707070;
    font-weight: 700;
}

.audit_assurance_info_cnt .block_work a {
    width: auto;
    padding: 12px 35px;
    font-size: 16px;
    line-height: 24px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #707070;
    font-weight: 500;
}

/* =========================================== audit_assurance Style end ======================================= */


/* =========================================== rera Style start ======================================= */

.banner_part_rera {
    width: 100%;
    background: #BBECFF;
    position: relative;
    overflow: hidden;
    padding: 180px 0 8%;
}

.banner_part_rera::after {
    background: url(https://gjmco.com/wp-content/uploads/2022/01/rera_ban-640x365-1.png) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    width: 60%;
    height: 440px;
    position: absolute;
    top: 20%;
    right: 5%;
    display: block;
}

.banner_part_rera:before {
    width: 100%;
    height: 15%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.banner_part_rera .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_part_rera .custom_flex .bnr_left_part {
    width: 60%;
}

.banner_part_rera .custom_flex .bnr_left_part img {
    display: none;
}

.banner_part_rera .custom_flex .bnr_right_part {
    width: 80%;
}

.banner_part_rera .custom_flex .bnr_right_part span {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #FF0000;
    margin-bottom: 30px;
    font-weight: 700;
}

.banner_part_rera .custom_flex .bnr_right_part h4 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #0D0053;
    margin-bottom: 20px;
    font-weight: 700;
    max-width: 620px;
    position: relative;
    padding-bottom: 15px;
}

.banner_part_rera .custom_flex .bnr_right_part h4:before {
    width: 360px;
    height: 1px;
    background: #F00;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.banner_part_rera .custom_flex .bnr_right_part p {
    max-width: 580px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
}

.bnr_btm_info_rera {
    padding: 50px 0 50px;
    position: relative;
}

.bnr_btm_info_rera:before {
    width: 100%;
    height: 50%;
    background: #eaeef1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.bnr_btm_info_rera ul {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.bnr_btm_info_rera ul li {
    width: 100%;
    padding-bottom: 100px;
}

.bnr_btm_info_rera ul li:last-child {
    padding-bottom: 0px;
}

.bnr_btm_info_rera ul li .block_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.bnr_btm_info_rera ul li .block_main .block_im {
    max-width: 200px;
}

.bnr_btm_info_rera ul li .block_main .block_info {
    width: calc(100% - 240px);
}

.bnr_btm_info_rera ul li .block_main .block_info h5 {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    font-size: 28px;
    line-height: 40px;
    color: #0D0053;
    font-weight: 600;
}

.bnr_btm_info_rera ul li .block_main .block_info h5::before {
    width: 200px;
    height: 1px;
    background: #FF5454;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.bnr_btm_info_rera ul li .block_main .block_info p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #444;
}

.bnr_btm_info_rera ul li .block_table {
    width: 100%;
}

.bnr_btm_info_rera ul li .block_table .cnt_list {
    width: 100%;
    flex-flow: column;
    background: #b1b1b1;
    border-radius: 8px;
    border: 2px solid #b1b1b1;
}

.bnr_btm_info_rera ul li .block_table .cnt_list li {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #444;
    border: 2px solid #b1b1b1;
    max-width: inherit;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}



.block_info_rera {
    width: 100%;
    padding: 0 0 80px;
    background: #EAEEF1;
}

.block_info_rera ul {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.block_info_rera ul li {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block_info_rera ul li:last-child {
    margin: 0;
}

.block_info_rera ul li .block_im {
    max-width: 200px;
}

.block_info_rera ul li .block_info {
    width: calc(100% - 240px);
}

.block_info_rera ul li .block_info h5 {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    font-size: 28px;
    line-height: 40px;
    color: #0D0053;
    font-weight: 600;
}

.block_info_rera ul li .block_info h5:before {
    width: 200px;
    height: 1px;
    background: #FF5454;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.block_info_rera ul li .block_info p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #444;
}

.block_info_rera ul li:nth-child(even) .block_im {
    order: 2;
}

.block_cta.rera_enquire {
    width: 100%;
    padding: 80px 0;
    background: #FFFDC2;
}

.block_cta.rera_enquire .custom_cta_flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_cta.rera_enquire .custom_cta_flex h3 {
    width: auto;
    font-size: 36px;
    line-height: 44px;
    color: #787878;
    font-weight: 700;
    position: relative;
}

.block_cta.rera_enquire .custom_cta_flex h3::after {
    width: 87px;
    height: 87px;
    background: #FF0000;
    position: absolute;
    top: -100px;
    left: -80px;
    content: '';
    border-radius: 50%;
}

.block_cta.rera_enquire .custom_cta_flex a {
    width: auto;
    padding: 12px 35px;
    background: #fff;
    border-radius: 22px;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    font-weight: 500;
    margin-left: 30px;
}

/* =========================================== rera Style end ======================================= */


/* =========================================== company page Style start ======================================= */
.banner_part_company {
    width: 100%;
    background: #ffffff;
    padding: 200px 0 0;
}

.banner_part_company .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_part_company .custom_flex .bnr_left_part {
    width: 50%;
    padding-right: 40px;
    text-align: right;
}

.banner_part_company .custom_flex .bnr_left_part img {
    position: relative;
    bottom: -15px;
}

.banner_part_company .custom_flex .bnr_right_part {
    width: 50%;
}

.banner_part_company .custom_flex .bnr_right_part h4 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #0D0053;
    margin-bottom: 20px;
    font-weight: 700;
    max-width: 700px;
}

.banner_part_company .custom_flex .bnr_right_part h4 span {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #0D0053;
    margin-bottom: 0px;
    font-weight: 400;
    display: block;
}

.banner_part_company .custom_flex .bnr_right_part p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin-bottom: 0px;
    font-weight: 500;
    max-width: 460px;
}

.company_info_cnt {
    width: 100%;
    padding: 80px 0;
    background: #FEFAF3;
}

.company_info_cnt .custom_flex {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}

.company_info_cnt .custom_flex .block_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_info_cnt .custom_flex .block_row .block_im {
    width: 50%;
    text-align: center;
    padding: 0 30px 0 0;
    max-width: 450px;
}

.company_info_cnt .custom_flex .block_row .block_im img {
    height: 365px;
}

.company_info_cnt .custom_flex .block_row .block_cnt {
    text-align: left;
    padding: 0 0 0 30px;
}

.company_info_cnt .custom_flex .block_row .block_cnt h3 {
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    color: #F8604E;
    font-weight: 700;
    margin-bottom: 15px;
}

.company_info_cnt .custom_flex .block_row .block_cnt p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin: 0;
    max-width: 430px;
}

.company_info_cnt .custom_flex .block_row:nth-child(odd) .block_im {
    order: 2;
    max-width: 450px;
}

.company_info_cnt .custom_flex .block_row:nth-child(odd) .block_cnt {
    text-align: left;
    padding: 0 40px 0 0;
}

.company_info_cnt .custom_flex .block_row:nth-child(odd) .block_cnt h3 {
    max-width: 520px;
}

.company_info_cnt .block_row {
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    align-items: left;
    justify-content: left;
}

.company_info_cnt .block_row h4 {
    font-size: 35px;
    color: #707070;
    font-weight: 700;
}

.company_info_cnt .block_row a {
    width: auto;
    padding: 12px 35px;
    font-size: 16px;
    margin-top: 30px;
    line-height: 24px;
    background: #EAEEF1;
    border-radius: 20px;
    color: #707070;
    font-weight: 500;
    text-transform: uppercase;
}

.company_info_cnt .block_row a:hover {
    background: #fff;
}

.block_clients_says.company {
    padding: 80px 0 100px;
    background: #fff;
}

.build_goals_company {
    width: 100%;
    padding: 80px 0;
    background: #0D0053;
}

.build_goals_company .build_goals_inner {
    max-width: 1090px;
    margin: 0 auto;
}

.build_goals_company .build_goals_top {
    width: 100%;
}

.build_goals_company .build_goals_top h2 {
    width: 100%;
    font-size: 40px;
    color: #fff;
    margin: 0 0 60px;
    font-weight: 700;
}

.build_goals_company .build_goals_top h2 span {
    display: block;
    font-weight: 400;
}

.build_goals_company .build_goals_top p {
    width: 100%;
    font-size: 16px;
    color: #707070;
    margin: 0;
}

.build_goals_company .build_goals_midd {
    width: 100%;
    margin: 80px 0;
}

.build_goals_company .build_goals_midd .goals_list {
    width: 100%;
}

.build_goals_company .build_goals_midd .goals_list .goals_im {
    width: 100%;
    margin: 0 0 25px;
}

.build_goals_company .build_goals_midd .goals_list .goals_cnt {
    width: 100%;
}

.build_goals_company .build_goals_midd .goals_list .goals_cnt h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.build_goals_company .build_goals_midd .goals_list .goals_cnt h3:before {
    width: 215px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.build_goals_company .build_goals_midd .goals_list .goals_cnt p {
    width: 100%;
    font-size: 18px;
    color: #CEFBFF;
}

.build_goals_company {
    text-align: center;
}

.build_goals_company a {
    width: auto;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    border-radius: 10px;
    color: #0D0053;
    font-weight: 600;
    text-transform: uppercase;
}

.serve_you .block_title {
    padding: 200px 0 0;
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

.serve_you .block_title h2 {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 30px;
    text-align: center;
    font-size: 40px;
    color: #0D0053;
    font-weight: 700;
}

.serve_you .block_title h2 span {
    display: block;
    font-weight: 400;
}

.serve_you .block_title p {
    color: #707070;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 0;
    max-width: 800px;
    margin: 0 auto;
}

.serve_you .block_btm {
    padding: 200px 0;
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

.serve_you .block_btm p {
    color: #0D0053;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 0;
    max-width: 800px;
    margin: 30px auto 0;
}

.serve_you .block_btm p span {
    display: block;
    font-weight: 700;
}

.company_counter {
    background: #F4F2FF;
}

.company_counter .counter_inner {
    margin: 0 auto;
}

.counter_inner {
    padding: 40px 0;
}

.company_counter .counter_inner .count_up h2 {
    color: #63696D;
    text-align: center;
    display: block;
    font-size: 48px;
    font-weight: 700;
}

.company_counter .counter_inner .count_up h2 span {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.our_clients h3 {
    width: 100%;
    padding: 80px 0 50px;
    color: #0D0053;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.our_clients h3 span {
    display: block;
    font-weight: 400;
}

.our_clients .client_inner {
    margin: 0 auto;
}

.our_clients.company_client ul {
    padding: 30px 0;
}

.company_cta {
    background: #F0CFDA;
}

.company_cta .custom_cta_flex h3 {
    color: #ffffff;
}

.block_our_team {
    width: 100%;
    background: #F0CFDA;
    padding: 80px 0;
    position: relative;
}

.block_our_team:before {
    width: 100%;
    height: calc(50% - 40px);
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.block_our_team .block_title {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}

.block_our_team .block_title h3 {
    width: 100%;
    font-size: 52px;
    font-weight: 700;
    color: #FF5454;
}

.block_our_team .block_title h3 span {
    font-weight: 400;
    color: #0D0053;
}

.block_our_team .career_company {
    padding: 0;
    position: relative;
}

.block_our_team .career_company .career_inner {
    width: 100%;
}

.block_our_team .career_company .career_inner ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.block_our_team .career_company .career_inner ul li {
    width: calc(25% - 30px);
    margin: 15px;
    text-align: center;
}

.block_our_team .career_company .career_inner ul li a {
    display: block;
    width: 100%;
}

.block_our_team .career_company .career_inner ul li .carrer_box {
    margin: 0;
    text-align: center;
}

.block_our_team .career_company .career_inner ul li .carrer_box.next_box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 35px;
}

.block_our_team .career_company .career_inner ul li .carrer_box .box_im {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #707070;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.block_our_team .career_company .career_inner ul li .carrer_box.next_box .box_im {
    border: 0;
}

.block_our_team .career_company .career_inner ul li .carrer_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.block_our_team .career_company .career_inner ul li .carrer_box img.hover_state {
    opacity: 0;
}

.block_our_team .career_company .career_inner ul li .carrer_box img.normal_state {
    opacity: 1;
}

.block_our_team .career_company .career_inner ul li:hover .carrer_box img.normal_state {
    opacity: 0;
}

.block_our_team .career_company .career_inner ul li:hover .carrer_box img.hover_state {
    opacity: 1;
}

/*.block_our_team .career_company .career_inner ul li:nth-child(1) .carrer_box .box_im { background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Gaurav-Founder-1.png) no-repeat center / cover; background-size: cover; transition: 0.3s; }
.block_our_team .career_company .career_inner ul li:nth-child(1) .carrer_box:hover .box_im { background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Gaurrav-founder-2.png) no-repeat center / cover; background-size: cover; }

.block_our_team .career_company .career_inner ul li:nth-child(2) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Chitra-Director-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(2) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Chitra-Director-2.png) no-repeat center / cover;
    background-size: cover;
}

.block_our_team .career_company .career_inner ul li:nth-child(3) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Vinit-Head-CS-2.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(3) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Vinit-Head-CS-1.png) no-repeat center / cover;
    background-size: cover;
}

.block_our_team .career_company .career_inner ul li:nth-child(4) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Jaydeep-Senior-Accountant-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(4) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Jaydeep-Senior-Accountant-2.png) no-repeat center / cover;
    background-size: cover;
}

.block_our_team .career_company .career_inner ul li:nth-child(5) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Jubin-Senior-Accountant-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(5) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Jubin-Senior-Accountant-2.png) no-repeat center / cover;
    background-size: cover;
}

.block_our_team .career_company .career_inner ul li:nth-child(6) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Mitali-Senior-Accountant-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(6) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Mitali-Senior-Accountant-2.png) no-repeat center / cover;
    background-size: cover;
}

.block_our_team .career_company .career_inner ul li:nth-child(7) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Sagar-Accountant-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(7) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Sagar-Accountant-2.png) no-repeat center / cover;
    background-size: cover;
}

.block_our_team .career_company .career_inner ul li:nth-child(8) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Debasisa-Accountant-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(8) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Debasisa-Accountant-2.png) no-repeat center / cover;
    background-size: cover;
}

.block_our_team .career_company .career_inner ul li:nth-child(9) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Kishan-Accountant-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(9) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Kishan-Accountant-2.png) no-repeat center / cover;
    background-size: cover;
}

.block_our_team .career_company .career_inner ul li:nth-child(10) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Jaykumar-Junior-Accountant-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(10) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Jaykumar-Junior-Accountant-2.png) no-repeat center / cover;
    background-size: cover;
}


.block_our_team .career_company .career_inner ul li:nth-child(11) .carrer_box .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Milan-Junior-Accountant-1.png) no-repeat center / cover;
    background-size: cover;
    transition: 0.3s;
}
.block_our_team .career_company .career_inner ul li:nth-child(11) .carrer_box:hover .box_im {
    background: url(https://gjmco.com/wp-content/uploads/sites/2/2022/01/Milan-Junior-Accountant-2.png) no-repeat center / cover;
    background-size: cover;
}*/

.block_our_team .career_company .career_inner ul li .carrer_box h3 {
    color: #707070;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding: 30px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_our_team .career_company .career_inner ul li .carrer_box.next_box h3 {
    color: #0D0053;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    padding: 0;
}

.block_our_team .career_company .career_inner ul li .carrer_box.next_box h3::after {
    content: "";
    background: url(https://gjmco.com/wp-content/uploads/2022/07/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.block_our_team .career_company .career_inner ul li .carrer_box p {
    color: #707070;
    font-size: 16px;
}

/* =========================================== company page Style end ======================================= */

/* =========================================== virtual usa Style start ======================================= */

/*
.layout_usa .banner_part_virtual{ width:100%; background: #F5E6E6; padding: 60px 0; }
.layout_usa .banner_part_virtual .custom_flex{ width:100%; display:flex; align-items:center; }
.layout_usa .banner_part_virtual .custom_flex .bnr_left_part{ width:40%; }
.layout_usa .banner_part_virtual .custom_flex .bnr_right_part { width: 60%; padding-left: 30px;}
.layout_usa .banner_part_virtual .custom_flex .bnr_right_part h4{ display:block; font-size:40px; line-height:49px; color:#0D0053; margin-bottom:25px; font-weight:700;}
.layout_usa .banner_part_virtual .custom_flex .bnr_right_part p{ display:block; font-size:22px; line-height:32px; color:#000000; margin-bottom:0px; font-weight:500; }
*/

/*
.bnr_btm_info_virtual{padding: 80px 0;}
.bnr_btm_info_virtual ul{ width:100%; display:flex; flex-flow:column; margin: 0 auto; background:#fff; border-radius:23px; border:1px solid #707070; position:relative; }
.bnr_btm_info_virtual ul li{ width:100%; display:flex; border-bottom:1px solid #707070; font-size:16px; line-height:24px; color:#0D0053; }
.bnr_btm_info_virtual ul li:last-child{ border-bottom:none; }
.bnr_btm_info_virtual ul li .block_left{ width:50%; padding: 20px 25px; }
.bnr_btm_info_virtual ul li .block_right{ width:50%; padding:20px 25px; border-left:1px solid #707070; }

.virtual_info_cnt{ width:100%; padding:80px 0 100px; background: #ffffff; }
.virtual_info_cnt .custom_flex{ width:100%; display:flex; align-items:center; justify-content: center; gap: 50px;}
.virtual_info_cnt .custom_flex .block_im{width:50%; text-align:center; padding: 0 30px 0 0; max-width: 520px;}
.virtual_info_cnt .custom_flex .block_cnt_main{ text-align:center; }
.virtual_info_cnt .custom_flex .block_cnt{ width:100%; text-align:left; padding: 0 0 30px 0;}
.virtual_info_cnt .custom_flex .block_cnt:last-child{ padding:0; }
.virtual_info_cnt .custom_flex .block_cnt h3{ width:100%; font-size:28px; line-height:40px; color:#F8604E; font-weight:700; margin-bottom:15px; }
.virtual_info_cnt .custom_flex .block_cnt p{ width:100%; font-size:16px; line-height:24px; color:#707070; margin:0; max-width: 480px; }
.virtual_info_cnt .custom_flex .block_cnt:nth-child(2) p{ max-width: 400px; }
.virtual_info_cnt .custom_flex .block_cnt:nth-child(3) p{ max-width: 400px; }

.block_cta.virtual_cta{ width:100%; padding:0 0 80px; background:#ffffff; }
.block_cta.virtual_cta .custom_cta_flex{ width:100%; display:flex; justify-content:center; align-items:center; }
.block_cta.virtual_cta .custom_cta_flex h3{ width:auto; font-size:28px; line-height:40px; color:#584D4B; font-family:'Montserrat', sans-serif; font-weight:700; position: relative;}
.block_cta.virtual_cta .custom_cta_flex a{ width:auto; padding:12px 35px; background:#EBE3DC; border-radius:22px; font-size:24px; line-height:30px; color:#787878; font-weight:500; margin-left:30px; }
*/

/* =========================================== virtual usa Style end ======================================= */


.bnr_btm_info_virtual {
    padding: 80px 0;
    background: #FEF8F8;
}

.block_cta.virtual_cta {
    width: 100%;
    padding: 40px 0;
    background: #D6EDFF;
}

/* =========================================== personal_assistant Style start ======================================= */


.banner_part_personal_assistant {
    width: 100%;
    background: #BBECFF;
    padding: 80px 0;
    position: relative;
}

.banner_part_personal_assistant:after {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    content: '';
    z-index: 0;
}

.banner_part_personal_assistant .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: center;
}

.banner_part_personal_assistant .custom_flex .bnr_left_part {
    width: 40%;
}

.banner_part_personal_assistant .custom_flex .bnr_right_part {
    width: auto;
    padding-left: 90px;
}

.banner_part_personal_assistant .custom_flex .bnr_right_part h4 {
    display: block;
    font-size: 40px;
    line-height: 49px;
    color: #0D0053;
    margin-bottom: 25px;
    font-weight: 700;
    max-width: 420px;
}

.banner_part_personal_assistant .custom_flex .bnr_right_part p {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 500;
    max-width: 480px;
}

/*.bnr_btm_info_personal_assistant{padding: 0 0 80px;}*/
.bnr_btm_info_personal_assistant ul {
    width: 100%;
    display: flex;
    flex-flow: column;
    background: #fff;
    border-radius: 23px;
    border: 1px solid #707070;
    position: relative;
    max-width: 500px;
}

.bnr_btm_info_personal_assistant ul li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    line-height: 24px;
    color: #0D0053;
}

.bnr_btm_info_personal_assistant ul li:last-child {
    border-bottom: none;
}

.bnr_btm_info_personal_assistant ul li .block_full {
    width: 100%;
    padding: 20px 25px;
}

.personal_assistant_info_cnt {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
}

.personal_assistant_info_cnt .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.personal_assistant_info_cnt .custom_flex .block_im {
    width: 50%;
    text-align: center;
    padding: 0 40px 0 0;
    max-width: 620px;
}

.personal_assistant_info_cnt .custom_flex .block_cnt_main {
    text-align: left;
}

.personal_assistant_info_cnt .custom_flex .block_cnt {
    width: 100%;
    text-align: left;
    padding: 0 0 40px 0;
}

.personal_assistant_info_cnt .custom_flex .block_cnt:last-child {
    padding: 0;
}

.personal_assistant_info_cnt .custom_flex .block_cnt h3 {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    color: #F8604E;
    font-weight: 700;
    margin-bottom: 15px;
}

.personal_assistant_info_cnt .custom_flex .block_cnt p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin: 0;
    max-width: 490px;
}

.personal_assistant_info_cnt .custom_flex .block_cnt:nth-child(2) p {
    max-width: 420px;
}

.personal_assistant_info_cnt .custom_flex .block_cnt:nth-child(3) p {
    max-width: 410px;
}

.personal_assistant_info_cnt .custom_flex .block_cnt:nth-child(3) h3 {
    max-width: 450px;
}

.block_cta.personal_assistant_cta {
    width: 100%;
    padding: 80px 0;
    background: #D6EDFF;
}

.block_cta.personal_assistant_cta .custom_cta_flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_cta.personal_assistant_cta .custom_cta_flex h3 {
    width: auto;
    font-size: 28px;
    line-height: 40px;
    color: #584D4B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
}

.block_cta.personal_assistant_cta .custom_cta_flex a {
    width: auto;
    padding: 12px 35px;
    background: #ffffff;
    border-radius: 22px;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    font-weight: 500;
    margin-left: 30px;
}

/* =========================================== personal_assistant Style end ======================================= */

/* =========================================== career Style start ======================================= */

.banner_part_career {
    width: 100%;
    background: #d2f7d5;
    padding: 0;
}

.banner_part_career .custom_flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_part_career .custom_flex .bnr_left_part {
    width: 40%;
}

.banner_part_career .custom_flex .bnr_right_part {
    width: 60%;
    padding-left: 30px;
}

.banner_part_career .custom_flex .bnr_right_part h4 {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #0D0053;
    margin-bottom: 20px;
    font-weight: 700;
}

.banner_part_career .custom_flex .bnr_right_part p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 500;
}

.career_title_block {
    margin: 80px auto 0;
    width: 100%;
    display: block;
    max-width: 800px;
    text-align: center;
}

.career_title_block h4 {
    font-size: 36px;
    line-height: 50px;
    color: #F8604E;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.career_title_block p {
    font-size: 16px;
    line-height: 22px;
    color: #707070;
}

.bnr_btm_career_opning {
    padding: 40px 0;
}

.bnr_btm_career_opning ul {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-flow: column;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 23px;
    border: 1px solid #707070;
    position: relative;
}

.bnr_btm_career_opning ul li {
    width: 100%;
    display: flex;
    font-size: 16px;
    line-height: 24px;
}

.bnr_btm_career_opning ul li:last-child {
    border-bottom: none;
    justify-content: center;
    padding: 20px;
}

.bnr_btm_career_opning ul li button {
    background: #ffe4e9;
    border: none;
    outline: 0;
    border-radius: 10px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #0D0053;
}

.bnr_btm_career_opning ul li button:hover {
    background: #0D0053;
    color: #fff;
}

.bnr_btm_career_opning ul li .block_left {
    width: 40%;
    padding: 20px 25px 0 30px;
    color: #36A45B;
    font-weight: 700;
    text-align: right;
}

.bnr_btm_career_opning ul li .block_right {
    width: 60%;
    padding: 15px;
    color: #5C5C5C;
}

/* =========================================== career Style end ======================================= */

/* =========================================== site_map Style start ======================================= */
.site_map_main {
    background: #FEF9F2;
    padding: 100px 0 0;
    height: 100vh;
}

.site_map_main .block_site_map_link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}


.site_map_main .main_block {
    padding: 30px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site_map_main .main_block .block_link {
    width: calc(33.33% - 20px);
    text-align: center;
}

.site_map_main .main_block .block_link.profile_block {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.site_map_main .main_block .block_link.quick_link {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.site_map_main .main_block .block_link h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.site_map_main .main_block .block_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site_map_main .main_block .block_link ul li {
    padding-bottom: 10px;
}

.site_map_main .main_block .block_link ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 19px;
}

.site_map_main .main_block .block_link ul li a:hover {
    font-weight: 600;
}

.site_map_main .main_block .block_link.profile_block ul.profile_links {
    display: flex;
    justify-content: center;
}

.site_map_main .main_block .block_link.profile_block ul.profile_links li {
    padding: 0 10px;
}

.site_map_main .main_block .block_link.profile_block ul.profile_links li:first-child {
    padding-left: 0;
}

.site_map_main .main_block .block_link.quick_link ul.profile_links {
    display: flex;
    justify-content: center;
}

.site_map_main .main_block .block_link.quick_link ul.profile_links li {
    padding: 0 10px;
}

.site_map_main .main_block .block_link.quick_link ul.profile_links li:first-child {
    padding-left: 0;
}

.site_map_main .btm_block {
    width: 100%;
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #707070;
}

.site_map_main .btm_block ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.site_map_main .btm_block ul li {
    width: auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.site_map_main .btm_block ul li:before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #707070;
    content: '';
}

.site_map_main .btm_block ul li:last-child {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.site_map_main .btm_block ul li:first-child:before {
    display: none;
}

.site_map_main .btm_block ul li:last-child:before {
    display: none;
}

.site_map_main .btm_block ul li a {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

/* =========================================== site_map Style end ======================================= */

/* ===============================Inner style sheet end here =========================================== */
.entry-header .entry-title {
    display: none;
}

.wp-pagenavi {
    margin-top: 20px;
    display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 3px 21px;
    border-radius: 5px;
    margin: 7px;
}

.wp-pagenavi a:hover {
    background: #F5E6E6;
    color: #fff;
    border-color: #F5E6E6;
}

.wp-pagenavi span:hover {
    background: #F5E6E6;
    color: #fff;
    border-color: #F5E6E6;
}

#qlwapp .qlwapp-toggle {
    display: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 0 15px;
    border-radius: 4px;
    margin: 10px;
    color: #070333;
}

.mb4wp-form-custom-class-container h3 {
    text-align: center;
    color: #707070;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 36px;
}

input#mb4wp_sform_email_413 {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #707070;
}

.mb4wp-form-wrapper h3 {
    padding: 15px;
}

.subscribe_custom .mb4wp-form-group {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
}

form#mb4wp-s-form_413 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.subscribe_custom button.mb4wp-subscribe {
    border-radius: 12px;
    border: 2px solid #70707000;
    outline: 1px solid #707070;
    width: 60%;
    padding: 10px;
    transition: 0.3s;
}

.subscribe_custom button.mb4wp-subscribe:hover {
    border: 2px solid #707070;
}

.mb4wp-form-wrapper p {
    font-size: 16px;
    padding-bottom: 20px;
    color: #707070;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*New Css From 6th May*/
.header {
    position: absolute;
}

.header.res_head {
    position: sticky;
}

.header .navbar .navbar-nav li a {
    font-size: 17px;
    padding: 20px 0;
}

.header .navbar .navbar-nav .menu_top_block ul li a:hover {
    font-weight: 600;
}

.bnr_btm_info_accounting {
    padding: 60px 0 50px;
}

.bnr_btm_info_accounting .accounting_title_block p {
    max-width: 860px;
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 auto 30px;
    color: #707070;
}

.bnr_btm_info_accounting ul {
    border-radius: 8px;
    flex-flow: row;
    flex-wrap: wrap;
    background: #b1b1b1;
    border: 2px solid #b1b1b1;
    position: relative;
    box-shadow: 0 0px 18px -10px #000;
}

.bnr_btm_info_accounting ul li {
    width: 50%;
    border-bottom: none;
    font-size: 16px;
    line-height: 23px;
    color: #707070;
    flex-flow: column;
}

.bnr_btm_info_accounting ul li .block_right {
    width: 100%;
    border: 2px solid #b1b1b1;
    max-width: inherit;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}

.bnr_btm_info_accounting ul li .block_left {
    width: 100%;
    border: 2px solid #b1b1b1;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}

.bnr_btm_info_accounting ul li div b {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 3px;
    display: block;
    margin-bottom: 10px;
    color: #444444;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.bnr_btm_info_accounting ul li div b:before {
    width: 120px;
    height: 1px;
    background: #d89393;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
}

.bnr_btm_info_accounting ul li:last-child {
    width: 100%;
    flex-flow: row;
}

.bnr_btm_info_accounting ul li:last-child .block_left {
    width: 33.33%;
    border: 2px solid #b1b1b1;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}

.bnr_btm_info_accounting ul li:last-child .block_mid {
    width: 33.33%;
    border: 2px solid #b1b1b1;
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin: 0px;
}

.bnr_btm_info_accounting ul li:last-child .block_right {
    width: 33.33%;
    /*padding: 15px 30px;*/
    border: 2px solid #b1b1b1;
}

.bnr_btm_info_accounting ul li:last-child div b {
    margin: 0;
    border: 0;
    padding: 0;
}

.bnr_btm_info_accounting ul li:last-child div b:before {
    display: none;
}

.accounting_info_cnt {
    padding: 50px 0 60px;
}

.bnr_btm_info_accounting .accounting_title_block h4,
.accounting_info_cnt .custom_flex .block_row .block_cnt h3 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}

/*.accounting_info_cnt .custom_flex .block_row .block_cnt p, .block_client_testimonial .block_testimonial_text p{ font-size: 16px; line-height: 28px; }*/
.accounting_info_cnt .block_work a {
    padding: 12px 35px;
    font-size: 16px;
}

.accounting_info_cnt .block_work a:hover {
    background: #fef8f8;
}

.block_client_testimonial {
    padding: 80px 0;
}

.block_twopart_section {
    background: linear-gradient(to right, #ffe4e9 50%, #EFEAEA 50%);
}

.block_twopart_section .block_left {
    background: #ffe4e9;
}

.block_twopart_section .block_left,
.block_twopart_section .block_right {
    padding: 0px 15px;
    position: relative;
}

.block_twopart_section .block_left .block_link,
.block_twopart_section .block_right .block_link {
    font-size: 20px;
    line-height: normal;
    max-width: calc(100% - 220px);
    padding: 60px 0;
}

.block_twopart_section .block_left .block_link p,
.block_twopart_section .block_right .block_link p {
    font-size: 16px;
    color: #FF5454;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
}

.block_twopart_section .block_left a::before,
.block_twopart_section .block_right a::before {
    width: 0%;
    height: 5px;
    background: #FF5454;
    position: absolute;
    content: '';
    transition: 0.3s;
}

.block_twopart_section .block_left a::before {
    right: 0;
    bottom: 0;
}

.block_twopart_section .block_right a::before {
    left: 0;
    bottom: 0;
}

.block_twopart_section .block_left a i,
.block_twopart_section .block_right a i {
    font-size: 16px;
    transition: all .5s;
}

.block_twopart_section .block_left a:hover::before,
.block_twopart_section .block_right a:hover::before {
    width: 49.5vw;
}

.block_twopart_section .block_left a:hover i,
.block_twopart_section .block_right a:hover i {
    margin-left: 10px;
}

.block_twopart_section .block_left img,
.block_twopart_section .block_right img {
    position: relative;
    max-width: 200px;
    height: auto;
    object-fit: contain;
    bottom: 60px;
    right: 20px;
}

.header .navbar .navbar-nav li .dropdown-menu {
    top: 66px;
}

.header .navbar .navbar-nav li a:hover,
.header .navbar .navbar-nav li a.show {
    font-weight: 700;
}

.header .navbar .navbar-nav li a.show:before {
    width: 100%;
}

.header .navbar .navbar-nav.login_btn li a:hover {
    font-weight: 500;
}

.header .navbar .navbar-nav li.has-megamenu:hover .megamenu {
    display: block;
}

/*After Feedback*/
.banner_part_accounting {
    height: 100vh;
    min-height: 450px;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.banner_part_accounting .custom_flex .bnr_left_part {
    padding-left: 0;
}

.accounting_info_cnt .custom_flex .block_row .block_cnt p {
    font-size: 16px;
    line-height: 28px;
}

/*.accounting_info_cnt .custom_flex .block_row .block_cnt h3{ font-size: 28px; line-height: 34px; }*/
.info_accounting_block {
    padding: 60px 0;
}

.page-home-subtitle {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #F8604E;
}

/* new Footer */
footer {
    display: block;
    background: #FEF9F2;
    padding: 80px 0;
}

.footer_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.footer_main .footer_items {
    width: 100%;
    padding: 0 10px;
}

.footer_main .footer_items.company_details {
    padding-left: 0;
    max-width: 18%;
}

.footer_main .footer_items.company_details .footer_logo {
    width: 100%;
    max-width: 160px;
}

.footer_main .footer_items.profile_links {
    max-width: 18%;
}

.footer_main .footer_items.newsletter_items {
    padding-right: 0;
}

.footer_main .footer_items h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    color: #070333;
}

.footer_main .footer_items p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    color: #707070;
    padding: 0;
    text-align: left;
}

.footer_main .footer_items ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_main .footer_items ul li {
    padding-bottom: 10px;
}

.footer_main .footer_items ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 19px;
}

.footer_main .footer_items ul li a.download_link {
    padding: 10px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.footer_main .footer_items ul li a:hover {
    font-weight: 600;
}

.footer_main.inner_page_footer .footer_items.company_details,
.footer_main.inner_page_footer .footer_items.profile_links {
    max-width: 19%;
}

.footer_main .footer_items.company_details .contact_details {
    margin-top: 40px;
}

.footer_main .footer_items.company_details .contact_details li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.footer_main .footer_items.company_details .contact_details li a:hover {
    font-weight: 600;
}

.footer_main .footer_items.newsletter_items form {
    display: flex;
    align-items: flex-end;
}

.footer_main .footer_items.newsletter_items form .mb4wp-form-group {
    margin: 0;
}

.footer_main .footer_items.newsletter_items form input {
    border-radius: 5px;
    font-family: 'Montserrat';
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #EAEEF1;
    font-size: 16px;
    line-height: 26px;
    padding: 0 10px;
    height: 44px;
    outline: 0;
}

.footer_main .footer_items.newsletter_items form input::placeholder {
    color: #EDE7E7;
}

.footer_main .footer_items.newsletter_items form input::-moz-placeholder {
    color: #EDE7E7;
}

.footer_main .footer_items.newsletter_items form button {
    font-size: 16px;
    padding: 0px 30px;
    background: #0D0053;
    border: none;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 500;
    height: 44px;
}

.footer_main .footer_items.newsletter_items .block_ftr_mobile {
    display: none;
}

.footer_main .footer_items ul.social_links {
    display: flex;
    margin-top: 40px;
}

.footer_main .footer_items ul.social_links li {
    display: inline-block;
    padding-bottom: 0;
}

.footer_main .footer_items ul.social_links li a {
    padding-right: 20px;
    font-size: 30px;
}

.footer_main .footer_items ul.social_links li a:hover {
    color: #212121;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #707070;
    padding-top: 30px;
}

.footer_bottom .block_left p {
    display: none;
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    margin-top: 20px;
}

.footer_bottom .btm_footer_left {
    max-width: 170px;
}

.footer_bottom .btm_footer_center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.footer_bottom .btm_footer_center li {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.footer_bottom .btm_footer_center li a {
    padding: 0 15px;
    border-right: 1px solid #707070;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.footer_bottom .btm_footer_center li:last-child {
    padding: 0 15px;
}

.block_country {
    width: auto;
    position: relative;
}

.block_country ul {
    width: auto;
    display: flex;
    align-items: center;
}

.block_country ul li {
    width: auto;
    margin-left: 10px;
}

.block_country ul li:first-child {
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}

.block_country ul li a {
    text-align: center;
}

.block_country ul li a span {
    display: block;
    font-size: 9px;
    line-height: 10px;
    color: #707070;
    margin: 5px 0 0;
}

/* details page */
.details_main {
    display: block;
    clear: both;
}

.blog_im {
    background: #b4fffd;
    padding: 120px 0 40px;
}

.detail_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-flow: column-reverse;
}

.detail_title {
    text-align: center;
}

.detail_title h3 {
    position: relative;
    display: block;
    font-size: 24px;
    color: #0D0053;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.detail_title h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    height: 1px;
    background: #F8604E;
    right: 0;
    margin: 0 auto;
}

.details_main_ctn {
    padding: 40px 0;
    font-size: 15px;
    line-height: 25px;
}

.details_main_ctn p,
.details_main_ctn ul {
    letter-spacing: 0.5px;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
}

.details_main_ctn ul li {
    list-style: disc;
    margin-left: 20px;
}

.details_main_ctn h1 {
    padding-left: 198px;
    padding-right: 198px;
}

.details_main_ctn h2 {
    padding-left: 198px;
    padding-right: 198px;
}

.details_main_ctn h3 {
    padding-left: 198px;
    padding-right: 198px;
}

.details_main_ctn h4 {
    padding-left: 198px;
    padding-right: 198px;
}

.details_main_ctn h5 {
    padding-left: 198px;
    padding-right: 198px;
}

.detail_banner img {
    height: 210px;
    width: 398px;
    object-fit: cover;
}
table {
    border: 1px solid;
    margin-left: 197px;
}

tr,
td {
    border: 1px solid;
}

/* @media (max-width: 1199px){.block_twopart_section .block_left, .block_twopart_section .block_right{}}*/

@media (max-width: 991px) {
    .header .navbar .navbar-toggler {
        border: none;
    }

    body .banner_part_accounting {
        padding: 100px 0 60px;
        background: #FEF8F8;
        height: auto;
        min-height: auto;
    }

    .bnr_btm_info_accounting ul li:last-child .block_right,
    .bnr_btm_info_accounting ul li:last-child .block_mid {
        border-top: 0;
    }

    body .bnr_btm_info_accounting ul li .block_right,
    body .bnr_btm_info_accounting ul li .block_left {
        border-top: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .bnr_btm_info_accounting ul li div b,
    .bnr_btm_info_accounting ul li:last-child div {
        font-size: 14px;
        font-weight: 500;
    }

    .bnr_btm_info_accounting ul {
        background: #b6b6b6;
    }

    .bnr_btm_info_accounting .accounting_title_block p {
        font-size: 17px;
        line-height: 28px;
    }

    .accounting_info_cnt .block_work a {
        padding: 11px 22px;
        font-size: 14px;
    }

    .accounting_info_cnt .custom_flex .block_row .block_cnt p,
    .block_client_testimonial .block_testimonial_text p {
        font-size: 16px;
        line-height: 28px;
    }

    .accounting_info_cnt .custom_flex .block_row .block_cnt h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .block_twopart_section {
        background: linear-gradient(to bottom, #ffe4e9 50%, #EFEAEA 50%);
    }

    /*body .block_twopart_section .block_left, body .block_twopart_section .block_right{ align-items: center; padding: 20px; min-height: 100px; width: 100%; }*/
    /*.block_twopart_section .block_right{ justify-content: flex-end; }*/
    /* body .block_twopart_section .block_right a, body .block_twopart_section .block_left a{ font-size: 16px; max-width: calc(100% - 80px); }
    body .block_twopart_section .block_left img, body .block_twopart_section .block_right img{ width: 112px; right: 0; }
    .block_twopart_section .block_right img{ left: 0; right: auto; }*/
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .accounting_info_cnt .custom_flex .block_row {
        flex-flow: column;
        padding-bottom: 20px;
    }

    .accounting_info_cnt .custom_flex .block_row .block_im {
        width: 100%;
        padding: 0;
        text-align: center;
        max-width: 330px;
        margin: 0 auto;
    }

    .accounting_info_cnt .custom_flex .block_row .block_cnt {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .accounting_info_cnt .custom_flex .block_row .block_cnt .block_work {
        justify-content: center;
    }

    .accounting_info_cnt .custom_flex .block_row:nth-child(2n) .block_im {
        padding: 0;
        order: 1;
        text-align: center;
    }

    .accounting_info_cnt .custom_flex .block_row:nth-child(2n) .block_cnt {
        padding: 0;
        order: 2;
        text-align: center;
    }

    .accounting_info_cnt .custom_flex .block_row:nth-child(2) {
        padding: 20px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 20px 0;
    }

    body .banner_part_accounting {
        padding: 100px 0 40px;
    }

    .build_goals .build_goals_midd {
        flex-flow: column;
        gap: 20px;
    }

    .build_goals_btm .row_block:nth-child(odd) .block_im img {
        max-width: 50%;
    }

    .build_goals_btm .row_block .block_im img {
        max-width: 70%;
    }

    .block_at_place .block_cnt ul li a {
        padding: 10px 30px;
        line-height: 20px;
    }

    .details_main_ctn h1 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .details_main_ctn h2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .details_main_ctn h3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .details_main_ctn h4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .details_main_ctn h5 {
        padding-left: 0px;
        padding-right: 0px;
    }

    table {
        border: 1px solid;
        margin-left: 0px;
    }

    .details_main_ctn ul {
        padding: 20px;
    }
}

@import './responsive.css';

.page-id-418 .block_title {
    margin: 25px 0;
    padding: 0;
    line-height: 26px;
}

/* 28-06-2023 */
/* All */
.block_text img {
    object-fit: scale-down;
    object-position: center;
}

.page-template-default-page .header:not(.res_head),
.page-template-default-page .header:not(.res_head) {
    position: unset;
}

.wp-pagenavi {
    flex-wrap: wrap;
}

.block_our_team::before {
    display: none;
}

.right_image img {
    object-fit: scale-down;
    object-position: center;
}
 
.single-format-standard table{
    margin-left: 0;
    width: auto;
    max-width: 100%;
    min-width: 100%;
}
@media only screen and (min-width:1200px) {
    .block_text img {
        height: calc(100% - 50px);
        display: inline-block;
        width: 70%;
    }

    .page_top_info .txt_info_wrapper::after {
        bottom: 23px;
    }

    .page_top_info .txt_info_wrapper .block_text h5 {
        font-size: 56px;
        line-height: 130%;
    }
}

@media only screen and (max-width: 991px) {
    .our_blog {
        padding: 92px 0 60px 0;
    }

    .page-id-430 .our_blog .block_title {
        margin: 40px 0 25px;
    }
    .single-format-standard table{
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page_top_info .res_text {
        margin-top: 20px;
    }

}

body:not(.home) .page_top_info,
.page-id-418 .page_top_company,
.page-id-430 .page_top_company,
.page-id-274 .page_top_company,
.page-id-292 .page_top_company,
.page-id-226 .page_top_company,
.page-id-218 .page_top_company,
.page-id-252 .page_top_company,
.page-id-268 .page_top_company,
.page-id-281 .page_top_company,
.page-id-481 .page_top_company,
.page-id-247 .page_top_company,
.page-id-430 .page_top_company,
.page-id-263 .page_top_company,
.page-id-418 .page_top_company,
.page-id-237 .page_top_company,
.page-id-213 .page_top_company,
.elementor-page-7078 .page_top_company,
.single-format-standard .page_top_company {
    display: none !important;
}
/* 15-May-24*/
p img.aligncenter{
display: block;margin: 0 auto;
}
p img.alignleft{
display: block;margin-left: 0;
}
p img.alignright{
display: block;margin-left: auto;
}