/*
Theme Name: gjm_USA
Theme URI: gjm_india
Description: A Theme for gjm site.
Author: Ravi Acharya
Author URI: oneclickitsolution.com
Version: 1.0
*/

.page-id-62 .page_top_company {
  display: none !important;
}

@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;
  position: relative;
  z-index: 1;
  flex-flow: column;
}

.page_top_info .txt_info_wrapper {
  width: 90%;
  margin: 0 auto;
  /*height:100%;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 75px;
  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: 80px;
  line-height: 86px;
  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;
  padding: 0;
}

/* 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_info .txt_info_wrapper img {animation-name: fadeup; animation-duration: 4s;}
.page_top_info .txt_info_wrapper h5{animation-name: fade; animation-duration: 4s;}
@keyframes fade {from {opacity: 0; margin-bottom: 50px;}to {opacity: 1; margin-bottom: 0px;}}
@keyframes fadeup {from {opacity: 0; margin-top: 50px;}to {opacity: 1; margin-top: 0px;}}*/

.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 .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: 5px 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: 35%;
}

.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:0 0 80px; background:#fff;}
.block_clients_says .block_title{ width:100%; padding:0 0 40px; text-align:center; }
.block_clients_says .block_title h2{ width:100%; margin:0; font-size:36px; color:#4A89BA; font-weight:700; }
.block_clients_says .block_main{ width:100%; display:flex; flex-flow:column; justify-content:space-between;gap:30px;}
.block_clients_says .block_main .block_top{ width:100%; border:1px solid #707070; border-radius:24px; padding:38px; height: calc(60% - 30px); overflow: hidden; max-height: 510px; position: relative; }
.block_clients_says .block_main .block_top .block_content .client_says_modal { display: flex; position: absolute; bottom: 0; left: 0; width: 100%; background: #f5e6e6; justify-content: center; }
.block_clients_says .block_main .block_top::-webkit-scrollbar, .block_clients_says .block_main .block_bottom::-webkit-scrollbar { width: 50px; }
.block_clients_says .block_main .block_top .block_im{ width:110px; height:110px; border:1px solid #707070; border-radius:50%; margin-bottom:35px; overflow: hidden;}
.block_clients_says .block_main .block_top .block_content{ width:100%; }
.block_clients_says .block_main .block_top .block_content h6, .block_clients_says .block_main .block_bottom .block_content h6 { color:#707070; text-align: right; padding: 12px 0; }
.block_clients_says .block_main .block_top .block_content p{ width:100%; font-size:20px; line-height:25px; color:#707070; }
.block_clients_says .block_main .block_bottom{ width:100%; border:1px solid #707070; border-radius:24px; padding:38px; height: calc(40% - 30px); overflow: hidden; max-height: 320px; position: relative; }
.block_clients_says .block_main .block_bottom .block_content .client_says_modal { display: flex; position: absolute; bottom: 0; left: 0; width: 100%; background: #f5e6e6; justify-content: center; }
.block_clients_says .block_main .block_bottom .block_im{ width:110px; height:110px; border:1px solid #707070; border-radius:50%; margin-bottom:35px; overflow: hidden;}
.block_clients_says .block_main .block_bottom .block_content{ width:100%; }
.block_clients_says .block_main .block_bottom .block_content p{ width:100%; font-size:20px; line-height:25px; color:#707070; } */

.block_clients_says {
  width: 100%;
  padding: 80px 0;
  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_im img {
  height: 100%;
}

.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: 16px;
  line-height: 22px;
  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);
}

.consultation_block {
  width: 100%;
  padding: 80px 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: 150px;
  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;
}

/* Start USA home & navbar css */
.header .navbar .navbar-nav .menu_top_block {
  background: #f5e6e6;
}

.header .navbar .navbar-nav .menu_btm_block {
  padding: 20px 0;
  background: #fef3f3;
  text-align: center;
}

.block_accounting_firms {
  width: 100%;
  background: #c3f3ef;
}

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

.block_accounting_firms .accounting_firms_info span a {
  width: 100%;
  font-size: 22px;
  color: #f8604e;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  display: block;
}

/* .block_accounting_firms .accounting_firms_info span:after{ width:150px; height:20px; position:absolute; top:50%; right:250px; content:''; background:url(http://gjm.oneclicksales.xyz/uk/wp-content/uploads/sites/2/2021/12/ic_line_arrow.png) no-repeat; background-size:contain; transform: translateY(-50%); } */
.block_accounting_firms .accounting_firms_info h2 {
  width: 100%;
  display: block;
  font-size: 36px;
  color: #0d0053;
  margin: 0 0 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.block_accounting_firms .accounting_firms_info h2::before {
  content: "";
  background: #ff0000;
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
}

.block_accounting_firms .accounting_firms_info p {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707070;
  margin: 0;
}

.accounting_firms_im {
  width: 100%;
  position: relative;
  height: 100%;
}

.accounting_firms_im img {
  position: absolute;
  bottom: -12px;
  right: 0;
  max-width: 405px;
}

/* .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 .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); } */
/* Close USA home & navbar css */

.banner_part_taxtation {
  width: 100%;
  background: #ffffc5;
}

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

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

.banner_part_taxtation .custom_flex .bnr_right_part {
  padding-left: 30px;
}

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

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

.banner_part_taxtation .custom_flex .bnr_right_part h4::after {
  width: 360px;
  height: 1px;
  background: #ff0000;
  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: #707070;
  margin-bottom: 0px;
  font-weight: 500;
}

.bnr_btm_info {
  display: block;
  width: 100%;
}

.bnr_btm_info ul {
  width: 100%;
  display: flex;
  flex-flow: column;
  border-radius: 8px;
  border: 2px solid #b1b1b1;
  position: relative;
  max-width: 421px;
  background: #b1b1b1;
}

.bnr_btm_info ul li {
  width: 100%;
  border: 2px solid #b1b1b1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1949bc;
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
}

.bnr_btm_info.tax_bnr_btm_info img {
  margin-left: -70px;
  position: relative;
}

.bnr_btm_info .block_download {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.bnr_btm_info .block_download a {
  width: auto;
  padding: 12px 35px;
  font-size: 16px;
  line-height: 24px;
  background: #f2f2f2;
  border-radius: 20px;
  color: #707070;
  margin-left: 15px;
  font-weight: 600;
}

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

.taxtation_info_cnt .custom_flex {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.taxtation_info_cnt .custom_flex .block_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 880px;
  gap: 40px;
}

.taxtation_info_cnt .custom_flex .block_row .block_im {
  max-width: 350px;
  text-align: right;
}

.taxtation_info_cnt .custom_flex .block_row .block_cnt {
  text-align: left;
  max-width: 454px;
}

.taxtation_info_cnt .custom_flex .block_row .block_cnt h3 {
  width: 100%;
  font-size: 28px;
  color: #f8604e;
  font-weight: 700;
  margin-bottom: 15px;
}

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

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

.taxtation_info_cnt .custom_flex .block_row:nth-child(even) .block_cnt {
  text-align: right;
}

.block_client_testimonial {
  width: 100%;
  padding: 80px 0;
  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;
}

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

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

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

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

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

.banner_part_financing_advisory .custom_flex .bnr_right_part h4 {
  display: block;
  font-size: 28px;
  line-height: 40px;
  color: #5d5888;
  margin-bottom: 20px;
  font-weight: 700;
}

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

.bnr_btm_info_financing_advisory {
  width: 100%;
  overflow-x: hidden;
  padding-top: 80px;
}

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

.bnr_btm_info_financing_advisory .custom_flex .left_part {
  width: 50%;
  padding: 80px 0;
  background: #fefaf3;
  position: relative;
}

.bnr_btm_info_financing_advisory .custom_flex .left_part:before {
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300%;
  content: "";
  background: #fefaf3;
  z-index: 1;
}

.bnr_btm_info_financing_advisory .custom_flex .left_part:after {
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -300%;
  content: "";
  background: #fefaf3;
  z-index: 1;
}

.bnr_btm_info_financing_advisory .custom_flex .left_part .block_cnt {
  width: 100%;
  margin: 0 0 25px;
}

.bnr_btm_info_financing_advisory .custom_flex .left_part .block_cnt:last-child {
  margin: 0;
}

.bnr_btm_info_financing_advisory .custom_flex .left_part .block_cnt h3 {
  width: 100%;
  margin: 0 0 20px;
  font-size: 28px;
  color: #f8604e;
  font-weight: 700;
}

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

.bnr_btm_info_financing_advisory .custom_flex .right_part {
  width: 50%;
  position: relative;
  z-index: 2;
}

.bnr_btm_info_financing_advisory .custom_flex .right_part:after {
  width: 400px;
  height: 230px;
  position: absolute;
  top: -217px;
  left: 50%;
  background: url(../images/financing_advisory_cnt_im.png) no-repeat;
  content: "";
  transform: translateX(-50%);
  background-size: contain;
}

.bnr_btm_info_financing_advisory .custom_flex .right_part ul {
  width: 100%;
  display: flex;
  flex-flow: column;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #707070;
  position: relative;
}

.bnr_btm_info_financing_advisory .custom_flex .right_part ul:after {
  width: 87px;
  height: 87px;
  background: #ff0000;
  position: absolute;
  top: -45px;
  left: -45px;
  content: "";
  border-radius: 50%;
}

.bnr_btm_info_financing_advisory .custom_flex .right_part ul li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  line-height: 24px;
  color: #0d0053;
  padding: 20px 25px;
}

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

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

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

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

.financing_advisory_info_cnt .custom_flex .block_row .block_im {
  width: 50%;
  text-align: right;
}

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

.financing_advisory_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;
}

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

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

.banner_part_management_consulting:after {
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #bbecff;
  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 0 60px;
}

.banner_part_management_consulting .bannr_inn .block_bnr_txt span {
  width: 100%;
  margin: 0 0 25px;
  font-size: 18px;
  color: #ff5454;
  font-weight: 700;
  display: block;
}

.banner_part_management_consulting .bannr_inn .block_bnr_txt h3 {
  width: 100%;
  margin: 0;
  font-size: 28px;
  line-height: 40px;
  color: #0d0053;
  font-weight: 700;
}

.banner_part_management_consulting .bannr_inn .block_bnr_txt p {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  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: 0 0 80px;
}

.bnr_btm_part .block_top_txt {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}

.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 80px;
  background: #d6edff;
}

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

.banner_part_business_formation_and_secreterial .bannr_inn span {
  width: 100%;
  margin: 0 0 15px;
  font-size: 22px;
  color: #ff0000;
  font-weight: 700;
  display: block;
}

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

.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;
  position: relative;
  padding-bottom: 15px;
}

.banner_part_business_formation_and_secreterial .bannr_inn h3::after {
  width: 360px;
  height: 1px;
  background: #ff0000;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  margin: 0 auto;
  right: 0;
}

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

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

.bnr_btm_info_business_formation_and_secreterial .block_row {
  width: 100%;
  margin: 0 0 50px;
}

.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;
  background: #efcbd7;
  border-radius: 38px;
  font-size: 36px;
  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;
}

.bnr_btm_info_business_formation_and_secreterial .block_row .block_cnt ul {
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #707070;
  margin-top: -35px;
}

.bnr_btm_info_business_formation_and_secreterial .block_row .block_cnt ul li {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding: 16px 25px;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
  text-align: center;
}

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

.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;
}

.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 li {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  font-weight: 600;
}

/*.how_it_work_step_block .block_row .block_cnt ul:before{ width:100%; height:3px; position:absolute; top:-35px; left:0; content:''; background:#704CA5; }*/

.balck_data_protected {
  background-color: #f6fffa;
}

.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 USA css */
.block_cta_accounting_usa {
  width: 100%;
  background: #d6edfe;
  padding: 60px 0;
}

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

.block_cta_accounting_usa .block_flex .cta_ctn {
  width: 100%;
  text-align: center;
}

.block_cta_accounting_usa .block_flex h3 {
  width: auto;
  font-size: 36px;
  line-height: 50px;
  color: #0d0053;
  font-weight: 700;
  margin-bottom: 10px;
}

.block_cta_accounting_usa .block_flex p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
}

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

.block_cta_accounting_usa .block_flex a:hover {
  background: #0d0053;
  color: #fff;
}

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

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

.info_accounting_block .block_accounting_info_cat {
  width: 100%;
  margin: 0 auto 60px;
}

.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: 18px;
  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: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 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;
  max-width: 230px;
}

/*.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: 28px;
  color: #f8604e;
  font-weight: 700;
  margin-bottom: 15px;
}

.info_accounting_block
  .block_acconting_info_cat_cnt
  .block_row
  .block_info_cnt
  p {
  width: 100%;
  font-size: 16px;
  color: #707070;
  max-width: 410px;
}

.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;
}

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

.block_payroll_sync .block_top,
.block_payroll_sync .block_btm {
  width: 100%;
  text-align: center;
}

.block_payroll_sync .block_top h2 {
  margin: 0 0 30px;
  font-size: 36px;
  color: #0d0053;
  font-weight: 700;
}

.block_payroll_sync .block_top p {
  margin: 0 auto 40px;
  font-size: 18px;
  color: #707070;
  max-width: 720px;
  line-height: 28px;
}

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

.block_payroll_sync .block_btm ul li {
  margin: 0;
  padding: 10px;
  max-width: 220px;
  width: 100%;
}

.block_payroll_sync .block_btm ul li img {
  max-width: 140px;
  max-height: 90px;
  width: 100%;
  object-fit: contain;
}

.payroll_info_cnt .custom_flex .block_row {
  gap: 50px;
}

.payroll_info_cnt .custom_flex .block_row:nth-child(2n + 1) .block_im {
  order: unset;
  padding: 0;
  max-width: 440px;
}

.payroll_info_cnt .custom_flex .block_row .block_im {
  order: unset;
  padding: 0;
}

.payroll_info_cnt .custom_flex .block_row:nth-child(2n + 1) .block_cnt {
  padding: 0;
}

.payroll_info_cnt .custom_flex .block_row .block_cnt {
  padding: 0;
}

.payroll_info_cnt .custom_flex .block_row .block_cnt .block_cnt_in {
  width: 100%;
  margin-bottom: 50px;
}

.payroll_info_cnt .custom_flex .block_row .block_cnt .block_cnt_in:last-child {
  margin-bottom: 0px;
}

.bnr_btm_info_payroll ul:after {
  display: none;
}

.banner_part_payroll .custom_flex {
  flex-flow: column;
}

.banner_part_payroll .custom_flex .bnr_left_part {
  padding: 0;
  text-align: center;
}

.banner_part_payroll .custom_flex .bnr_left_part img {
  max-width: 400px;
  margin: 0 auto 20px;
}

.banner_part_payroll .custom_flex .bnr_right_part {
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
}

.banner_part_taxtation {
  padding: 150px 0 80px;
}

.banner_part_taxtation .custom_flex .bnr_left_part {
  width: 50%;
  max-width: 430px;
}

.banner_part_taxtation .custom_flex .bnr_right_part {
  width: 100%;
  max-width: 521px;
}

.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;
  max-width: 750px;
}

.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;
}

.block_business_formation_usa_info {
  width: 100%;
  padding: 50px 0 80px;
  background: #eaeef1;
}

.block_business_formation_usa_info .custom_flex {
  width: 100%;
  max-width: 1058px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.block_business_formation_usa_info .custom_flex .block_left_cnt {
  padding-right: 30px;
  max-width: 607px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.block_business_formation_usa_info .custom_flex .block_left_cnt .block_txt {
  width: 100%;
  margin: 0 0 30px;
}

.block_business_formation_usa_info
  .custom_flex
  .block_left_cnt
  .block_txt:last-child {
  margin: 0;
}

.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 5px;
  font-weight: 700;
}

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

.block_business_formation_usa_info .custom_flex .block_right_im {
  width: 50%;
  padding-left: 30px;
  max-width: 450px;
}

.block_cta_action_usa {
  width: 100%;
  padding: 60px 0;
  background: #d6edff;
}

.block_cta_action_usa .custom_cta_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.block_cta_action_usa .custom_cta_flex h3 {
  width: auto;
  font-size: 36px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
}

.block_cta_action_usa .custom_cta_flex a {
  width: auto;
  padding: 12px 35px;
  font-size: 24px;
  background: #fff;
  color: #232323;
  border-radius: 15px;
}

.banner_part_medical_billing_services_usa {
  width: 100%;
  padding: 120px 0 0;
  background: #f5e6e6;
}

.banner_part_medical_billing_services_usa .bannr_inn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_part_medical_billing_services_usa .bannr_inn .block_bnr_txt {
  width: 100%;
  max-width: 520px;
}

.banner_part_medical_billing_services_usa .bannr_inn .block_bnr_txt span {
  font-size: 20px;
  font-weight: 700;
  color: #f8604e;
  margin-bottom: 10px;
}

.banner_part_medical_billing_services_usa .bannr_inn .block_bnr_txt 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_medical_billing_services_usa .bannr_inn .block_bnr_txt h3::after {
  content: "";
  background: #ff0000;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 360px;
}

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

.banner_part_medical_billing_services_usa .bannr_inn img {
  max-width: 640px;
  position: relative;
  left: -30px;
}

.bnr_btm_medical_billing_services_usa {
  padding: 80px 0 0;
  position: relative;
}

.bnr_btm_medical_billing_services_usa::before {
  width: 100%;
  height: 45%;
  background: #eaeef1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.bnr_btm_medical_billing_services_usa h4 {
  font-size: 36px;
  line-height: 50px;
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
  color: #f8604e;
  margin-bottom: 30px;
  font-weight: 700;
}

.bnr_btm_medical_billing_services_usa ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  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_medical_billing_services_usa ul li {
  width: 50%;
  border-bottom: none;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  display: flex;
  flex-flow: column;
}

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

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

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

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

.bnr_btm_medical_billing_services_usa ul li div span {
  display: flex;
  width: 100%;
  padding: 5px 0;
  align-items: baseline;
  font-size: 15px;
}

.bnr_btm_medical_billing_services_usa ul li div span:last-child {
  padding-bottom: 0;
}

.bnr_btm_medical_billing_services_usa ul li div span::before {
  content: "";
  width: 9px;
  height: 12px;
  background: url("http://usa.gjmco.com/wp-content/uploads/sites/3/2022/07/arrow.png")
    no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.bnr_btm_medical_billing_services_usa ul li .block_right p {
  display: flex;
  flex-wrap: wrap;
}

.bnr_btm_medical_billing_services_usa ul li .block_right p span {
  width: 50%;
}

.block_for_cpa_usa_info.medical_below_table .custom_flex {
  max-width: 1070px;
  align-items: initial;
}

.block_for_cpa_usa_info.medical_below_table {
  padding: 80px 0;
  background: #eaeef1;
}

.block_for_cpa_usa_info.medical_below_table .custom_flex .block_left_cnt {
  min-height: 100%;
}

.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: 30px;
  align-items: center;
  max-width: 1098px;
  margin: 0 auto;
}

.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt {
  max-width: 525px;
  display: block;
}

.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt span {
  font-size: 20px;
  font-weight: 700;
  color: #ff1b00;
  margin-bottom: 10px;
}

.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt h3 {
  width: 100%;
  font-size: 36px;
  color: #0d0053;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt h3::after {
  content: "";
  width: 100%;
  max-width: 360px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
}

.banner_part_for_cpa_usa .bannr_inn .block_bnr_txt p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 28px;
}

.banner_part_for_cpa_usa .bannr_inn .block_bnr_im {
  width: 100%;
  max-width: 500px;
}

.bnr_btm_info_for_cpa_usa {
  padding: 80px 0 0;
}

.bnr_btm_info_for_cpa_usa .cpa_table_ctn .cpa_table_title {
  max-width: 790px;
  margin: 0 auto 30px;
  text-align: center;
}

.bnr_btm_info_for_cpa_usa .cpa_table_ctn .cpa_table_title h4 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: #f8604e;
  margin-bottom: 10px;
}

.bnr_btm_info_for_cpa_usa .cpa_table_ctn .cpa_table_title p {
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
  color: #707070;
  margin: 0;
}

.bnr_btm_info_for_cpa_usa .cpa_table_ctn ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  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_for_cpa_usa .cpa_table_ctn ul li {
  width: 50%;
  border-bottom: none;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  flex-flow: column;
}

.bnr_btm_info_for_cpa_usa .cpa_table_ctn 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_for_cpa_usa .cpa_table_ctn ul li .block_left {
  width: 100%;
  border: 2px solid #b1b1b1;
  background: #fff;
  border-radius: 8px;
  padding: 15px 30px;
  margin: 0px;
}

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

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

.block_for_cpa_usa_info {
  width: 100%;
  padding: 60px 0 20px;
}

.block_for_cpa_usa_info .custom_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1130px;
  margin: 0 auto;
}

.block_for_cpa_usa_info .custom_flex .block_left_cnt {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt {
  width: 100%;
  margin: 0 0 28px;
  max-width: 600px;
}

.block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt:last-child {
  margin: 0;
}

.block_for_cpa_usa_info .custom_flex .block_left_cnt .block_txt h2 {
  width: 100%;
  font-size: 36px;
  color: #f8604e;
  margin: 0 0 12px;
  font-weight: 700;
}

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

.block_for_cpa_usa_info .custom_flex .block_right_im {
  width: 50%;
  max-width: 475px;
}

.medical_counter {
  display: block;
  padding: 60px 0;
}

.medical_counter .counter_block {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.medical_counter .counter_block .count_itm {
  text-align: center;
}

.medical_counter .counter_block .count_itm h2 {
  font-size: 44px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
}

.medical_counter .counter_block .count_itm h2 span {
  display: block;
  font-size: 36px;
  color: #000;
  font-weight: 500;
}

/* 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;
  letter-spacing: 0.44px;
}

.banner_part_accounting .custom_flex .bnr_left_part h4 {
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #0d0053;
  margin-bottom: 20px;
  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 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;
}

.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%;
  max-width: 1090px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

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

.accounting_info_cnt .custom_flex .block_row .block_im img {
  width: 100%;
}

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

.accounting_info_cnt
  .custom_flex
  .block_row
  .block_cnt.block_title_for_border
  span {
  font-size: 24px;
  font-weight: 700;
  color: #f8604e;
  line-height: 36px;
  margin-bottom: 10px;
}

.accounting_info_cnt .custom_flex .block_row .block_cnt h3 {
  width: 100%;
  font-size: 36px;
  line-height: 50px;
  color: #0d0053;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.accounting_info_cnt .custom_flex .block_row .block_cnt h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: #ff0000;
  width: 360px;
  height: 1px;
}

.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;
}

.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: 10px 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_feature_block{ display: block; padding: 80px 0 40px; }
.accounting_feature_block .account_feature_box { text-align: center; }
.accounting_feature_block .account_feature_box img{ width: 275px; height: 275px; border-radius: 200px; }
.accounting_feature_block .account_feature_box h3{ font-size: 24px; font-weight: 700; color: #0D0053; line-height: 29px; margin: 40px 0 20px;}
.accounting_feature_block .account_feature_box p{ font-size: 18px; line-height: 29px; font-weight: 400; margin-bottom: 40px;}
*/
.accounting_feature_block {
  width: 100%;
  padding: 80px 0 40px;
}

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

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

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

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

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

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

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

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

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

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

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

.banner_part_payroll {
  width: 100%;
  background: #d6edff;
  padding: 100px 0 80px;
}

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

.banner_part_payroll .custom_flex .bnr_left_part {
  width: 60%;
  padding-left: 30px;
  max-width: 666px;
}

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

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

.banner_part_payroll .custom_flex .bnr_right_part h4::after {
  width: 360px;
  height: 1px;
  background: #ff0000;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  margin: 0 auto;
  right: 0;
}

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

.bnr_btm_info_payroll {
  position: relative;
}

.bnr_btm_info_payroll .payroll_table_ctn {
  display: flex;
  align-items: center;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}

.bnr_btm_info_payroll .payroll_table_ctn ul {
  width: 100%;
  background: #b1b1b1;
  border: 2px solid #b1b1b1;
  border-radius: 8px;
  margin: 70px 0px 70px 0;
}

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

.bnr_btm_info_payroll .payroll_table_ctn img {
  position: relative;
  z-index: 1;
  top: 32px;
  left: -20px;
}

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

.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: 100%;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  line-height: 24px;
  color: #0d0053;
}

.bnr_btm_info_payroll ul li .block_left {
  width: 40%;
  padding: 10px 15px 0 30px;
}

.bnr_btm_info_payroll ul li .block_right {
  width: 40%;
  padding: 10px 15px;
  border-left: 1px solid #707070;
}

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

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

.stay_update_payroll .stay_update_block .inner_left_img {
  margin: 0 40px 0 0;
}

.stay_update_payroll .stay_update_block .inner_right_info {
  padding: 80px 0;
}

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

.stay_update_payroll .stay_update_block .inner_right_info p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 500;
}

.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_feature_list {
  display: block;
  padding: 80px 0;
  position: relative;
  background: #eaeef1;
  z-index: 0;
}

.payroll_feature_list ul {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.payroll_feature_list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

.payroll_feature_list ul li .block_info p {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

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

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

/* =========================================== audit_assurance Style start ======================================= */
.banner_part_audit_assurance {
  width: 100%;
  background: #d6edff;
}

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

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

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

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

.banner_part_audit_assurance .custom_flex .bnr_right_part h4 {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #5d5888;
  margin-bottom: 20px;
  font-weight: 700;
  max-width: 620px;
}

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

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

.bnr_btm_info_audit_assurance .audit_assurance_title_block {
  text-align: center;
  background: #efcbd7;
  display: flex;
  justify-content: center;
  border-radius: 51px;
  padding: 40px 0 80px;
}

.bnr_btm_info_audit_assurance
  .audit_assurance_title_block
  .audit_assurance_inner {
  max-width: 650px;
}

.bnr_btm_info_audit_assurance
  .audit_assurance_title_block
  .audit_assurance_inner
  h4 {
  display: block;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.bnr_btm_info_audit_assurance
  .audit_assurance_title_block
  .audit_assurance_inner
  p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0 auto;
}

.bnr_btm_info_audit_assurance ul {
  width: 94%;
  max-width: 1000px;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  background: #fff;
  border-radius: 23px;
  border: 1px solid #707070;
  position: relative;
  margin-top: -120px;
}

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

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

.bnr_btm_info_audit_assurance ul li .block_left {
  width: 40%;
  padding: 20px 25px;
}

.bnr_btm_info_audit_assurance ul li .block_right {
  width: 60%;
  padding: 20px 25px;
  border-left: 1px solid #707070;
}

.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: 8% 0 20%;
}

.banner_part_rera::after {
  background: url(../images/rera_banner.png) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 75%;
  height: 650px;
  position: absolute;
  top: 30%;
  right: 5%;
  display: block;
}

.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: 24px;
  line-height: 49px;
  color: #0d0053;
  margin-bottom: 20px;
  font-weight: 700;
  max-width: 620px;
}

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

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

.bnr_btm_info_rera .rera_title_block {
  text-align: center;
  background: #efcbd7;
  display: flex;
  justify-content: center;
  border-radius: 51px;
  padding: 80px 0 110px;
}

.bnr_btm_info_rera .rera_title_block .rera_inner {
  max-width: 650px;
}

.bnr_btm_info_rera .rera_title_block .rera_inner h4 {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
}

.bnr_btm_info_rera .rera_title_block .rera_inner p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0 auto 40px;
}

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

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

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

.bnr_btm_info_rera ul li .block_left {
  width: 40%;
  padding: 15px 25px;
}

.bnr_btm_info_rera ul li .block_right {
  width: 60%;
  padding: 15px 25px;
  border-left: 1px solid #707070;
  line-height: 40px;
}

.bnr_btm_info_rera ul li .block_full {
  width: 100%;
  padding: 30px 35px;
}

.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 .client_inner .slick-list {
  width: 100%;
}

.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;
}

.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;
}

/*.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 ======================================= */

.banner_part_virtual {
  width: 100%;
  background: #f5e6e6;
  padding: 120px 0 80px;
}

.banner_part_virtual .custom_flex {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_part_virtual .custom_flex .bnr_left_part {
  max-width: 550px;
}

.banner_part_virtual .custom_flex .bnr_right_part {
  margin-left: 70px;
  max-width: 537px;
}

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

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

.banner_part_virtual .custom_flex .bnr_right_part h4::after {
  width: 360px;
  height: 1px;
  background: #f00;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
}

.banner_part_virtual .custom_flex .bnr_right_part p {
  font-size: 16px;
  line-height: 24px;
  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; } */
.bnr_btm_info_virtual h4 {
  display: block;
  font-size: 36px;
  color: #f8604e;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.bnr_btm_info_virtual 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_virtual ul li {
  width: 50%;
  display: flex;
  border-bottom: none;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  flex-flow: column;
}

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

.bnr_btm_info_virtual 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_virtual 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_virtual ul li div b:before {
  width: 120px;
  height: 1px;
  background: #d89393;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
}

.virtual_info_cnt {
  width: 100%;
  padding: 0;
  background: #ffffff;
}

.virtual_info_cnt .custom_flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-flow: row-reverse;
  max-width: 1088px;
  margin: 0 auto;
}

.virtual_info_cnt .custom_flex .block_im {
  text-align: center;
  max-width: 460px;
  position: relative;
  top: 20px;
}

.virtual_info_cnt .custom_flex .block_cnt_main {
  text-align: center;
  width: 558px;
  margin-bottom: 86px;
}

.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 {
  font-size: 36px;
  color: #f8604e;
  font-weight: 700;
  margin-bottom: 15px;
}

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

.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;
  font-size: 24px;
  background: #fff;
  color: #444444;
  border-radius: 15px;
}

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

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

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

.banner_part_personal_assistant {
  width: 100%;
  background: #bbecff;
  padding: 100px 0 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: 1;
  justify-content: center;
}

.banner_part_personal_assistant .custom_flex .bnr_right_part {
  width: auto;
  padding-left: 40px;
  max-width: 580px;
}

.banner_part_personal_assistant .custom_flex .bnr_right_part span {
  font-size: 20px;
  font-weight: 700;
  color: #f8604e;
  margin-bottom: 10px;
}

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

.banner_part_personal_assistant .custom_flex .bnr_right_part h4::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 1px;
  background: #ff0000;
  top: 100%;
  left: 0;
}

.banner_part_personal_assistant .custom_flex .bnr_right_part p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0px;
  font-weight: 500;
}

.bnr_btm_info_personal_assistant {
  display: block;
  width: 100%;
}

.bnr_btm_info_personal_assistant ul {
  width: 100%;
  display: flex;
  flex-flow: column;
  border-radius: 8px;
  border: 2px solid #b1b1b1;
  position: relative;
  background: #b1b1b1;
  margin-top: 40px;
}

.bnr_btm_info_personal_assistant ul li {
  width: 100%;
  border: 2px solid #b1b1b1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1949bc;
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
}

.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: 70px;
  justify-content: center;
}

.personal_assistant_info_cnt .custom_flex .block_im {
  max-width: 420px;
}

.personal_assistant_info_cnt .custom_flex .block_cnt_main {
  text-align: left;
  max-width: 560px;
}

.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: 60px 0;
  background: #d6edff;
}

.block_cta.personal_assistant_cta .custom_cta_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 30px;
}

.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: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #787878;
  font-weight: 500;
}

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

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

.banner_part_career {
  width: 100%;
  background: #f5e6e6;
  padding: 80px 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;
}

.bnr_btm_career_opning {
  padding: 80px 0;
}

.bnr_btm_career_opning ul {
  width: 100%;
  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:first-child {
  margin: 0;
}

.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;
}

.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 starts 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;
}

.page-id-62 .header.res_head {
  position: absolute;
}

.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 30px;
}

.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;
  height: 100%;
}

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

.bnr_btm_info_accounting ul li div b {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 3px;
  display: inline-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: 30px 0 60px;
}

.bnr_btm_info_accounting .accounting_title_block h4 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.accounting_info_cnt .block_work a {
  padding: 12px 35px;
  font-size: 16px;
}

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

.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;
  bottom: 0;
  left: 0;
  content: "";
  transition: 0.3s;
}

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

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

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

.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: 67px;
}

.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;
}

.header .navbar .navbar-nav .menu_btm_block {
  padding: 15px 0;
  background: #e7e7e7;
  text-align: center;
}

/*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;
}

.info_accounting_block {
  padding: 80px 0;
}

.page-home-subtitle {
  font-size: 24px;
  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.newsletter_items .block_ftr_mobile {
  display: none;
}

.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: 500;
  line-height: 19px;
  color: #707070;
}

.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;
  height: 44px;
  background: #0d0053;
  border: none;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 500;
}

.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;
}

.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;
}

.header .navbar .navbar-nav .menu_btm_block li a {
  padding: 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;
}

@media (max-width: 991px) {
  .header .navbar .navbar-toggler {
    border: none;
  }

  .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;
  }

  .bnr_btm_info_accounting ul li .block_right,
  .bnr_btm_info_accounting ul li .block_left {
    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 53%, #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: 0px;
  }

  .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;
  }

  .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 {
    margin-left: 0px;
  }

  .details_main_ctn ul {
    padding: 20px;
  }
}

@import "./responsive.css";

.page-id-214 .block_title {
  margin: 25px 0;
  padding: 0;
  line-height: 26px;
}
/* 28-06-2023 */
/* All */
.block_text img {
  object-fit: scale-down;
  object-position: center;
}
.our_clients ul li img {
  max-width: 180px;
}
.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;
}
@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;
  }
  .banner_part_company .custom_flex .bnr_left_part img {
    bottom: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page_top_info .res_text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .our_clients.tools_logo {
    height: auto !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;
}