* {
  padding: 0%;
  margin: 0%;
}

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

.blue_f {
  color: #021137;
}

.blue_f2 {
  color: #1E334B;
}

.sky_f {
  color: #01CCFE;
}

.white_f {
  color: #FFF;
}

.light_blue_f {
  color: rgba(2, 17, 55, 0.6);
}

p {
  color: rgba(2, 17, 55, 0.6);
}

.hanken_ff {
  font-family: "Hanken Grotesk", sans-serif;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.audit_assurance_page_banner, .Payroll_page_banner, .accounting_bookkeeping_page_banner, .tax_preparation_page_banner, .clients_page_banner, .Our_team_page_banner, .service_page_banner, .page_banner {
  width: 100%;
  height: 70vh;
}
.audit_assurance_page_banner .container, .Payroll_page_banner .container, .accounting_bookkeeping_page_banner .container, .tax_preparation_page_banner .container, .clients_page_banner .container, .Our_team_page_banner .container, .service_page_banner .container, .page_banner .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.audit_assurance_page_banner .container h1, .Payroll_page_banner .container h1, .accounting_bookkeeping_page_banner .container h1, .tax_preparation_page_banner .container h1, .clients_page_banner .container h1, .Our_team_page_banner .container h1, .service_page_banner .container h1, .page_banner .container h1 {
  font-size: 70px;
  font-weight: 700;
  color: #FFF;
}
.audit_assurance_page_banner .container h5, .Payroll_page_banner .container h5, .accounting_bookkeeping_page_banner .container h5, .tax_preparation_page_banner .container h5, .clients_page_banner .container h5, .Our_team_page_banner .container h5, .service_page_banner .container h5, .page_banner .container h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.menu_active {
  color: #002A7E !important;
  font-weight: 700;
}

.mini_title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.big_title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
}

nav ul li span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  display: inline-block;
  transition: transform 0.3s;
}
nav ul li span:hover {
  transform: scale(1.07);
  color: #002A7E;
}
nav ul li .custome_contact_btn {
  color: #FFF;
  background: #002A7E;
  font-size: 16px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
nav ul li .custome_contact_btn:hover {
  color: #002A7E;
  background: #FFF;
}
nav ul li .menu_drop li a {
  font-weight: 400;
  font-size: 18px;
}
nav ul li .menu_drop li a:hover {
  color: #021137;
}

.main_page_banner {
  background: url("../img/main_banner_section_new.png");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_page_banner .container {
  position: relative;
  z-index: 1;
}
.main_page_banner .container h1 {
  font-size: 54px;
  width: 80%;
}
.main_page_banner .container h5 {
  font-size: 24px;
}
.main_page_banner .container p {
  font-size: 16px;
  width: 50%;
}
.main_page_banner .container .Get_Started_custome_btn {
  color: #FFF;
  background: #002A7E;
  font-size: 16px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
.main_page_banner .container .Get_Started_custome_btn:hover svg path,
.main_page_banner .container .Get_Started_custome_btn:hover {
  color: #002A7E;
  background: #FFF;
  fill: #002A7E;
}

.best_service_mid {
  position: relative;
  margin-top: -12%;
  z-index: 2;
}
.best_service_mid .custome_card {
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.best_service_mid .custome_card .icon_bg {
  background: rgba(74, 110, 201, 0.1);
  border-radius: 16px;
  height: 64px;
  width: 64px;
}
.best_service_mid .custome_card h5 {
  font-size: 20px;
  font-weight: 700;
}
.best_service_mid .custom_blue_card {
  background: #002A7E;
  min-height: 400px;
  position: absolute;
  bottom: 0%;
}
.best_service_mid .custom_blue_card .icon_bg {
  background: rgba(74, 110, 201, 0.1);
  border-radius: 16px;
  height: 64px;
  width: 64px;
}

.About_Us .read_more_custome_btn {
  color: #FFF;
  background: #002A7E;
  font-size: 16px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
.About_Us .read_more_custome_btn:hover svg path,
.About_Us .read_more_custome_btn:hover {
  color: #002A7E;
  background: #FFF;
  fill: #002A7E;
}
.About_Us .detail_left h3 {
  font-size: 20px;
  font-weight: 700;
}
.About_Us .detail_left .p1 {
  color: rgba(74, 110, 201, 0.5);
  font-weight: 600;
}
.About_Us .detail_left .p2 {
  color: rgba(2, 17, 55, 0.6);
  font-weight: 600;
}
.About_Us .detail_right {
  background: #F8F8F8;
}
.About_Us .detail_right h3 {
  font-size: 20px;
  font-weight: 700;
}

.Count_section .custome_card {
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.Count_section .custome_card .icon_bg {
  background: rgba(74, 110, 201, 0.1);
  border-radius: 16px;
  height: 64px;
  width: 64px;
}
.Count_section .custome_card span,
.Count_section .custome_card h5 {
  font-size: 36px;
  font-weight: 600;
}

.Our_Service .container {
  position: relative;
  z-index: 1;
}
.Our_Service .container p {
  width: 60%;
}
.Our_Service .container .left_detail {
  background: #FFF;
}
.Our_Service .container .left_detail h3 {
  font-size: 20px;
  font-weight: 700;
}
.Our_Service .container .left_detail h6 {
  font-size: 16px;
  font-weight: 700;
  color: #4A6EC9;
}
.Our_Service .container .Get_Started_custome_btn {
  color: #FFF;
  background: #002A7E;
  font-size: 16px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  border-radius: 5px;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
.Our_Service .container .Get_Started_custome_btn:hover svg path,
.Our_Service .container .Get_Started_custome_btn:hover {
  color: #002A7E;
  background: #FFF;
  fill: #002A7E;
}

.We_Serve .all_service {
  width: 100%;
  max-width: 850px;
  position: absolute;
  background: #FFF;
  z-index: 1;
}
.We_Serve .all_service .icon_bg {
  background: rgba(74, 110, 201, 0.1);
  border-radius: 16px;
  height: 64px;
  width: 64px;
}
.We_Serve .all_service h3 {
  font-size: 20px;
  font-weight: 700;
}

.Our_Team .team_card {
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.Our_Team .team_card h3 {
  font-size: 20px;
  font-weight: 700;
}
.Our_Team .team_card p {
  font-size: 14px;
  color: rgba(74, 110, 201, 0.5);
  font-weight: 600;
}

.Testimonial .right_img {
  width: 60%;
  height: 100%;
  right: 0%;
  top: 0%;
}
.Testimonial .container {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}
.Testimonial .container p {
  /* width: 70%; */
}
.Testimonial .container .blue_card {
  background: #002A7E;
  height: 100%;
}
.Testimonial .container .blue_card .user_img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
}
.Testimonial .container .blue_card p {
  font-size: 20px;
}
.Testimonial .container .blue_card h5 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
}
.Testimonial .container .blue_card h6 {
  color: #FFB341;
  font-size: 16px;
  font-weight: 600;
}
.Testimonial .container .white_card {
  background: #FFF;
}
.Testimonial .container .white_card .user_img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
}
.Testimonial .container .white_card h5 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
}
.Testimonial .container .white_card h6 {
  color: rgba(74, 110, 201, 0.5);
  font-size: 16px;
  font-weight: 600;
}

footer {
  background: rgba(74, 110, 201, 0.1);
}
footer .container {
  border-bottom: 1px solid #002A7E;
}
footer .container .social_icon {
  background: rgba(0, 42, 126, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 32px;
  width: 32px;
  transition: transform 0.5s;
}
footer .container .social_icon:hover svg path,
footer .container .social_icon:hover {
  background: #002A7E;
  fill: #FFF;
  transform: scale(1.07);
}
footer .container ul li {
  list-style-type: square;
  color: #002A7E;
  font-size: 22px;
  font-weight: 700;
}
footer .container p a:hover {
  color: #002A7E;
  transform: scale(1.05);
}
footer .container a p:hover {
  color: #002A7E;
}

.page_banner {
  background: url("../img/banner_about.png");
}

.mission_vission .container h3 {
  color: #021137;
  font-size: 40px;
  font-weight: 700;
}

.page_banner {
  background: url("../img/banner_about.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service_page_banner {
  background: url("../img/banner_service.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Our_team_page_banner {
  background: url("../img/Our_team_page_banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clients_page_banner {
  background: url("../img/clients_page_banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tax_preparation_page_banner {
  background: url("../img/tax_preparation_page_banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.accounting_bookkeeping_page_banner {
  background: url("../img/accounting_bookkeeping_page_banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Payroll_page_banner {
  background: url("../img/Payroll_page_banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.audit_assurance_page_banner {
  background: url("../img/audit_assurance_page_banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Our_Service_page {
  background: url("../img/our_service_bg_img.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Our_Service_page .container {
  position: relative;
  z-index: 1;
}
.Our_Service_page .container p {
  width: 60%;
}
.Our_Service_page .container .left_detail {
  background: #FFF;
}
.Our_Service_page .container .left_detail h3 {
  font-size: 20px;
  font-weight: 700;
}
.Our_Service_page .container .left_detail h6 {
  font-size: 16px;
  font-weight: 700;
  color: #4A6EC9;
}
.Our_Service_page .container .Get_Started_custome_btn {
  color: #FFF;
  background: #002A7E;
  font-size: 16px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  border-radius: 5px;
}

.Quick_Connect .container .Consultant_form {
  background: #01CCFE;
}
.Quick_Connect .container .Consultant_form h3 {
  font-size: 36px;
  font-weight: 600;
}
.Quick_Connect .container .Consultant_form form .custome_submit_btn {
  background: #002A7E;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
.Quick_Connect .container .Consultant_form form .custome_submit_btn:hover {
  color: #002A7E;
  background: #FFF;
}

.contact_page .container p {
  font-size: 20px;
}
.contact_page .container .Consultant_form {
  background: #01CCFE;
}
.contact_page .container .Consultant_form h3 {
  font-size: 36px;
  font-weight: 600;
}
.contact_page .container .Consultant_form form .custome_submit_btn {
  background: #002A7E;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
.contact_page .container .Consultant_form form .custome_submit_btn:hover {
  color: #002A7E;
  background: #FFF;
}

.Our_Clients_page .container .logo_sedo {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  background: #FFF;
  height: 100%;
}

.what_tax_preparation h4 {
  font-size: 24px;
  color: #021137;
}
.what_tax_preparation ul li {
  font-size: 16px;
  color: rgba(2, 17, 55, 0.6);
}
.what_tax_preparation .Get_Started_custome_btn {
  color: #FFF;
  background: #002A7E;
  font-size: 16px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  border-radius: 5px;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
.what_tax_preparation .Get_Started_custome_btn:hover svg path,
.what_tax_preparation .Get_Started_custome_btn:hover {
  color: #002A7E;
  background: #FFF;
  fill: #002A7E;
}

.service_offers .detail_right {
  background: #F8F8F8;
}

.preparation_process .custome_card {
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.preparation_process .custome_card .icon_bg {
  background: rgba(74, 110, 201, 0.1);
  border-radius: 16px;
  height: 64px;
  width: 64px;
}
.preparation_process .custome_card h5 {
  font-size: 20px;
  font-weight: 700;
}

.link-102 {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 5px;
  display: inline-block;
  transition: transform 0.3s;
}

.link-102:hover {
  transform: scale(1.07);
}

.Indian_Taxation .container {
  background: url("../img/our_service_bg_img.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
}
.Indian_Taxation .container .contain {
  width: 80%;
  margin: 0 auto;
}
.Indian_Taxation .container .contain .Get_Started_custome_btn {
  color: #FFF;
  background: #002A7E;
  font-size: 16px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
.Indian_Taxation .container .contain .Get_Started_custome_btn:hover svg path,
.Indian_Taxation .container .contain .Get_Started_custome_btn:hover {
  color: #002A7E;
  background: #FFF;
  fill: #002A7E;
}

.Our_Experts .container {
  border-top: 2px solid #888888;
  border-bottom: 2px solid #888888;
}
.Our_Experts .container .border_center {
  border-right: 2px solid #888888;
}
.Our_Experts .container h6 {
  color: rgba(74, 110, 201, 0.5);
  font-weight: 600;
  font-size: 16px;
}

.Our_Work_Flow .container .Work_flow_list h3 {
  font-size: 24px;
}
.Our_Work_Flow .container .Work_flow_list::before {
  position: absolute;
  content: url("../img/blue_round.svg");
  height: 40px;
  width: 40px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.Our_Work_Flow .container .line_border {
  border-left: 3px solid #000;
}

.Roll_Back_Offer .container {
  background-image: url("../img/Roll_Back_Offer_bg_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
}
.Roll_Back_Offer .container .title_sec {
  width: 60%;
  margin: 0px auto;
  text-align: center;
}
.Roll_Back_Offer .container .title_sec h3 {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
}
.Roll_Back_Offer .container .title_sec p {
  color: rgba(255, 255, 255, 0.6);
}

.Rollback_Works .left_border {
  border-left: 2px solid #002A7E;
}
.Rollback_Works .left_border h3 {
  font-size: 24px;
  color: #1E334B;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
}

.Trial_with_Rollback h2 {
  width: 55%;
  margin: 0 auto;
}
.Trial_with_Rollback .custome_card {
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.Trial_with_Rollback .custome_card .icon_bg {
  background: rgba(74, 110, 201, 0.1);
  border-radius: 16px;
  height: 64px;
  width: 64px;
}
.Trial_with_Rollback .custome_card h5 {
  font-size: 20px;
  font-weight: 700;
}

.Our_Software .custome_card {
  transition: transform 0.8s;
}
.Our_Software .custome_card .logo_bg {
  display: inline-block;
  font-size: 48px;
  line-height: 90px;
  position: relative;
  border: 15px solid #ededed;
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #ededed;
  color: #191919;
  border-radius: 50%;
  transition: transform 0.8s;
}
.Our_Software .custome_card h4 {
  font-size: 20px;
  color: #021137;
}
.Our_Software .custome_card:hover .logo_bg {
  border: 15px solid #02cefa;
  transition: transform 0.8s;
}

.Page_open_popup .close-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 4%;
}
.Page_open_popup .close-btn svg {
  transition: transform 0.5s ease;
}
.Page_open_popup .close-btn:hover svg {
  transform: rotate(180deg);
}
.Page_open_popup .left_part {
  background: url(../img/our_service_bg_img.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Page_open_popup .left_part h3 {
  color: #FFF;
  font-size: 45px;
  font-family: "Hanken Grotesk", sans-serif;
}
.Page_open_popup .right_part {
  padding: 70px 0px;
}
.Page_open_popup .right_part input {
  border: 1px solid #888888;
  width: 100%;
}
.Page_open_popup .right_part select {
  border: 1px solid #888888;
  width: 100%;
}
.Page_open_popup .right_part textarea {
  border: 1px solid #888888;
  width: 100%;
}
.Page_open_popup .right_part .custome_submit_btn {
  background: #002A7E;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #002A7E;
  transition: 0.8s;
}
.Page_open_popup .right_part .custome_submit_btn:hover {
  color: #002A7E;
  background: #FFF;
}/*# sourceMappingURL=style.css.map */

.thankYou-heading {
    color: #021137;
}

.thankYou-subHeading {
    color: #212529;
}

.thankYou-button {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #021137;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #021137;
    border-radius: 10px;
}

.thankYou-button:hover {
    color: #fff;
    background-color: #021137;
}

.thankYou-content{
    padding: 50px 0px;
}

.sitemap {
  list-style: none;
  padding-left: 10rem;
  margin-top: 50px;
}

.sitemap > li {
  margin: 6px 0;
  position: relative;
  padding-left: 20px;
}

.sitemap > li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #021137;
}

.sitemap ul {
  list-style: none;
  padding-left: 20px;
}

.sitemap ul li {
  margin: 4px 0;
  position: relative;
  padding-left: 18px;
}

.sitemap ul li::before {
  content: "◦";
  position: absolute;
  left: 0;
  color: #021137;
}

.sitemap a {
  text-decoration: none;
  color: #021137;
}
