@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Black.woff2") format("woff2"),
    url("../font/Switzer-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-BlackItalic.woff2") format("woff2"),
    url("../font/Switzer-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-ExtraboldItalic.woff2") format("woff2"),
    url("../font/Switzer-ExtraboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-BoldItalic.woff2") format("woff2"),
    url("../font/Switzer-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Extralight.woff2") format("woff2"),
    url("../font/Switzer-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Regular.woff2") format("woff2"),
    url("../font/Switzer-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Bold.woff2") format("woff2"),
    url("../font/Switzer-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Extrabold.woff2") format("woff2"),
    url("../font/Switzer-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-MediumItalic.woff2") format("woff2"),
    url("../font/Switzer-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-LightItalic.woff2") format("woff2"),
    url("../font/Switzer-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-ExtralightItalic.woff2") format("woff2"),
    url("../font/Switzer-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Italic.woff2") format("woff2"),
    url("../font/Switzer-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Light.woff2") format("woff2"),
    url("../font/Switzer-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Medium.woff2") format("woff2"),
    url("../font/Switzer-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-SemiboldItalic.woff2") format("woff2"),
    url("../font/Switzer-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-ThinItalic.woff2") format("woff2"),
    url("../font/Switzer-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Semibold.woff2") format("woff2"),
    url("../font/Switzer-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("../font/Switzer-Thin.woff2") format("woff2"),
    url("../font/Switzer-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --container: 1440px;
  --black: #000000;
  --dark-black: #666666;
  --white: #ffffff;
  --orange: #e09955;
  --green: #9bb958;
  --blue: #289cf1;
  --dark-blue: #0e0a22;
  --theme-color: #f6f8fc;
  --heading-font: 60px;
  --sub-heading-font: 48px;
  --small-heading-font: 44px;
  --regular-font: 18px;
  --semi-big-font: 22px;
  --small-font: 16px;
  --gray: #2c2c2c;
  --switzer: "Switzer";
}
img {
  width: auto;
  height: auto;
}
body {
  font-family: var(--switzer);
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:active,
a:hover {
  color: var(--blue);
}
/* .banner-com{
  background-repeat: no-repeat !important; 
  background-position: right -160px center !important; 
  background-size: cover !important;
} */

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}
.home-page {
  overflow-x: hidden;
}

.top-header .container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.top-header .header-menu li {
  font-size: var(--regular-font);
  font-weight: 400;
  line-height: 24px;
  color: var(--dark-black);
  position: relative;
}

/* 23-06-23 */

.static-box {
  display: none;
}
.news-title h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  text-transform: capitalize;
  margin: 0;
  background: #289cf1;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-title h2 span {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.openchat .news-title h2 span {
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.notification_wrapper {
  padding: 20px;
  max-height: 624px;
  overflow-y: auto;
}
.notification_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}

.notification_wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.notification_wrapper::-webkit-scrollbar-thumb {
  background-color: var(--green);
}
.mainwrap_news {
  width: 370px;
  box-sizing: border-box;
  border: 1px solid gray;
  position: fixed;
  top: calc(100% - 50px);
  right: 80px;
  z-index: 9999;
  background: var(--white);
  border-radius: 5px 5px 0 0;
}
.mainwrap_news.openchat {
  bottom: 0px;
  top: auto;
}

.news_date p {
  margin: 0 0 10px;
}
.news_content {
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #9bb95820;
}
.news_content p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.contact-us-page .iframe-data p {
  margin: 0;
}
.contact-us-page .iframe-data p iframe {
  float: left;
}

.team-main-class {
  padding: 100px 0;
}

.team-main-class .team_section-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 450px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
/* .team-main-class .team_section-wrapper:not(:first-child){
  display: none;
} */
.team-main-class .team_section-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
.team-main-class .team_section-wrapper .team_section_image img {
  width: 350px;
  height: 400px;
  object-fit: scale-down;
  object-position: bottom;
  background: var(--blue);
  border-radius: 20px;
}
.team-main-class .team_section-wrapper .team_main_content {
  background: var(--black);
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 200px;
  padding-right: 30px;
  margin-left: -170px;
  min-height: 450px;
  z-index: -1;
}
.team-main-class .team_section-wrapper:nth-child(even) .team_main_content {
  margin-left: 0;
  margin-right: -170px;
  padding: 40px 200px 40px 30px;
}
.team-main-class .team_section-wrapper .team_main_content h4 {
  color: var(--orange);
  font-size: 32px;
}
.team-main-class .team_section-wrapper .team_main_content h3 {
  color: var(--green);
  font-size: 20px;
}
.team-main-class .team_section-wrapper .team_main_content p {
  color: var(--white);
  font-size: 18px;
}

.page-id-423 .accordion-body a {
  text-decoration: underline;
}
.page-id-423 .faqs_data .accordion-item .accordion-button,
.page-id-423 .faqs_data .accordion-item .accordion-collapse p,
.page-id-423
  .faqs_data
  .accordion-item
  .accordion-button[aria-expanded="true"] {
  text-transform: unset;
}

.news-title {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .team-main-class .team_section-wrapper .team_main_content {
    padding: 30px;
    margin-left: 0px;
    height: auto;
    z-index: 1;
  }
  .team-main-class .team_section-wrapper {
    align-items: center;
  }
  .team-main-class .team_section-wrapper:nth-child(even) .team_main_content {
    margin-left: 0;
    margin-right: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .team-main-class .team_section-wrapper .team_section_image img {
    width: 220px;
    height: 250px;
  }
  .team-main-class .team_section-wrapper {
    min-height: auto;
  }
  .team-main-class .team_section-wrapper .team_main_content h4 {
    font-size: 24px;
  }
  .team-main-class .team_section-wrapper .team_main_content p {
    font-size: 16px;
  }
  .team-main-class .team_section-wrapper {
    flex-direction: column;
  }
  .team-main-class .team_section-wrapper:nth-child(even) {
    flex-direction: column;
  }
  .team-main-class .team_section-wrapper .team_section_image img {
    margin-bottom: 20px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 800px) {
  .team-main-class {
    padding: 50px 0;
  }
  .notification_wrapper {
    max-height: 434px;
  }
}
@media only screen and (max-width: 767px) {
  .team-main-class .team_section-wrapper {
    flex-direction: column;
  }
  .team-main-class .team_section-wrapper:nth-child(even) {
    flex-direction: column;
  }
  .team-main-class .team_section-wrapper .team_section_image img {
    width: 280px;
    height: 320px;
  }
}
@media only screen and (max-width: 575px) {
  .mainwrap_news {
    right: auto;
    left: 0;
  }
  .page-id-476 .service_desc h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .mainwrap_news {
    width: 100%;
  }
  .notification_wrapper {
    max-height: 414px;
  }
}

.top-header img {
  padding: 10px 0;
  width: 160px;
}
#menu-header-menu .current-menu-item a {
  font-weight: 700;
  color: var(--blue);
}
#menu-header-menu .current-menu-item:not(.sub-menu .current-menu-item)::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--blue);
}
.contact_us_link-data-home-page .contact_us_link-link a {
  padding: 19px 67px 19px 26px;
  background: var(--green);
  border-radius: 15px;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.contact_us_link-data-home-page .contact_us_link-link a:hover {
  border: 2px solid var(--green);
  background: transparent;
  transition: 0.4s all ease;
}
.contact_us_link-data-home-page .contact_us_link-link a {
  font-weight: 700;
  font-size: var(--regular-font);
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
}
.contact_us_link-data-home-page .contact_us_link-link a::after {
  content: "\2794";
  position: absolute;
  content: "\2794";
  position: absolute;
  top: 0;
  right: 34px;
  font-size: 24px;
  font-weight: 100;
  line-height: 59px;
}
.contact_us_link-data-home-page .contact_us_link-link:hover a,
.contact_us_link-data-home-page .contact_us_link-link:hover a::after {
  color: var(--green);
  transition: 0.4s all ease;
}
#banner_slider .swiper-slide {
  position: relative;
}
#banner_slider .swiper-slide .head-text-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 328px;
  margin: auto;
  z-index: 99;
}
#banner_slider .swiper-slide {
  position: relative;
}
#banner_slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
}
#banner_slider .swiper-slide .head-text-center .video_slider_link h2 {
  text-align: center;
  color: var(--green);
  font-size: var(--heading-font);
  font-weight: 800;
  text-transform: uppercase;
}
#banner_slider .swiper-slide .head-text-center .video_slider_link {
  margin-bottom: 10px;
}
#banner_slider .swiper-slide .head-text-center .slider_section_desc p {
  text-align: center;
  color: var(--white);
  font-size: var(--sub-heading-font);
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
}
#banner_slider .swiper-slide .head-text-center .contact_us_link {
  text-align: center;
  color: var(--white);
}
#banner_slider .swiper-slide .contact_us_link {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#banner_slider .swiper-slide .contact_us_link .contact_us_link-link {
  width: 210px;
}
.static-box .static_box-inner {
  display: flex;
  justify-content: center;
  top: -90px;
  position: relative;
  z-index: 1;
}
.static-box .static_box-inner > div {
  width: 33.33%;
  padding: 40px 30px;
}
.static-box .static_box_title h2 {
  font-size: var(--semi-big-font);
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}
.static-box .static_box_desc p {
  font-size: var(--regular-font);
  font-weight: 400;
  line-height: 26px;
}
.static-box .wrpper-static_box_title:nth-child(1) {
  background: var(--theme-color);
  border-radius: 15px 0 0 15px;
}
.static-box .wrpper-static_box_title:nth-child(2) {
  background: var(--blue);
}
.static-box .wrpper-static_box_title:nth-child(3) {
  background: var(--orange);
  border-radius: 0 15px 15px 0;
}
.static-box .wrpper-static_box_title:nth-child(2) h2,
.static-box .wrpper-static_box_title:nth-child(2) p,
.static-box .wrpper-static_box_title:nth-child(3) h2,
.static-box .wrpper-static_box_title:nth-child(3) p {
  color: var(--white);
}
.service-section {
  background: var(--theme-color);
  padding: 60px 0;
}
.service-section .service_main_title h3 {
  font-size: var(--small-heading-font);
  font-weight: 600;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.service-section .service_desc p {
  font-size: var(--regular-font);
  font-weight: 400;
  text-align: center;
  width: 960px;
  margin: 0 auto;
  line-height: 26px;
}
.service-section .services_section_main {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
.service-section .services_section_main > div {
  /* width: 30%; */
  width: 24%;
}
.service-section .services_section_main .services_image img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  width: 100%;
}
.service-section .services_section_main .services_content_main {
  padding: 25px;
  margin: -45px 25px 0 25px;
  background-color: var(--white);
  position: relative;
  border-radius: 15px;
}
.service-section
  .services_section_main
  .services_content_main
  .services_title
  h3 {
  font-weight: 600;
  font-size: var(--semi-big-font);
  line-height: 31px;
  margin-bottom: 15px;
  min-height: 62px;
}
.service-section .services_section_main .services_content_main .services_desc {
  margin-bottom: 25px;
}
.service-section
  .services_section_main
  .services_content_main
  .services_desc
  p {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-section .services_section_main .services_content_main .read_more a {
  font-weight: 500;
  font-size: var(--regular-font);
  line-height: 24px;
  text-transform: uppercase;
  color: var(--green);
  position: relative;
}
.service-section
  .services_section_main
  .services_content_main
  .read_more
  a::after {
  content: "";
  background: url(../image/read_more.png);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 0;
  margin: auto;
  font-size: 25px;
}
.service-section
  .services_section_main
  .services_content_main
  .read_more:hover
  a,
.service-section
  .services_section_main
  .services_content_main
  .read_more:hover
  a:hover {
  color: var(--blue);
  filter: invert(47%) sepia(71%) saturate(1255%) hue-rotate(181deg)
    brightness(98%) contrast(92%);
  transition: 0.4s all ease;
}
.service-section > div .view_all {
  padding: 19px 67px 19px 26px;
  background: var(--green);
  border-radius: 15px;
  box-sizing: border-box;
  border: 2px solid transparent;
  width: 210px;
  margin: 50px auto 0;
}
.service-section > div .view_all a {
  color: var(--white);
  position: relative;
  font-weight: 700;
  font-size: var(--semi-big-font);
  line-height: 26px;
  text-transform: uppercase;
}
.service-section > div .view_all a::after {
  content: "\2794";
  position: absolute;
  top: 0;
  right: -42px;
  font-size: 27px;
  font-weight: 100;
  line-height: 27px;
}
.service-section > div .view_all:hover {
  border: 2px solid var(--green);
  background: transparent;
  transition: 0.4s all ease;
}
.service-section > div .view_all:hover a,
.service-section > div .view_all:hover a::after {
  color: var(--green);
  transition: 0.4s all ease;
}
.what_is_nn_tax_service {
  padding: 100px 0;
}
.what_is_nn_tax_service .what_is_nn_tax_service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.what_is_nn_tax_service .what_is_nn_tax_service-wrapper > div {
  width: 80%;
}
.what_is_nn_tax_service .what_is_nn_tax_service-wrapper > div:first-child {
  width: 20%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.what_is_nn_tax_service
  .what_is_nn_tax_service-wrapper
  .what_is_nn_tax_service_content_main {
  padding: 120px 70px 130px 340px;
  background: var(--orange);
  border-radius: 15px;
  position: relative;
}
.what_is_nn_tax_service
  .what_is_nn_tax_service-wrapper
  .what_is_nn_tax_service_content_main
  .what_is_nn_tax_service_title
  h4 {
  font-weight: 600;
  font-size: var(--small-heading-font);
  line-height: 58px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.what_is_nn_tax_service
  .what_is_nn_tax_service-wrapper
  .what_is_nn_tax_service_content_main
  .what_is_nn_tax_service_desc
  p {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 20px;
}
.what_is_nn_tax_service
  .what_is_nn_tax_service-wrapper
  .what_is_nn_tax_service_image
  img {
  border-radius: 15px;
}
.what_is_nn_tax_service
  .what_is_nn_tax_service-wrapper
  .what_is_nn_tax_service_content_main::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  background: url(../image/what_nn_tax_img.png);
  width: 70px;
  height: 62px;
}
.wrapper-about_us_section {
  margin-top: 30px;
}
.wrapper-about_us_section .about_us_main_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wrapper-about_us_section .about_us_main_box > div {
  width: 50%;
}
.wrapper-about_us_section:last-child .about_us_main_box {
  flex-direction: row-reverse;
}
.wrapper-about_us_section .about_us_main_box .about_us_image img {
  width: 100%;
  padding-left: 30px;
}
.wrapper-about_us_section:last-child .about_us_main_box .about_us_image img {
  padding-right: 30px;
}
.about-us-section {
  padding: 60px 0;
  background: var(--theme-color);
}
.about-us-section .about_us_main_title h3 {
  font-weight: 600;
  font-size: var(--small-heading-font);
  line-height: 58px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.about-us-section .about_us_main_desc p {
  width: 920px;
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto;
}
.wrapper-about_us_section .about_us_main_box .about_us_title h4 {
  font-weight: 600;
  font-size: var(--semi-big-font);
  line-height: 31px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.wrapper-about_us_section .about_us_main_box .about_us_long_desc p {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  text-transform: capitalize;
}
.faq-home {
  padding: 100px 0;
}
.faq-home .container {
  max-width: 1300px;
}
.faq-home .heading-com {
  font-weight: 600;
  font-size: var(--small-heading-font);
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.faqs_data .accordion-item {
  border: none;
}
.faqs_data .accordion-item .accordion-button {
  border-bottom: 1px solid var(--dark-black);
}
.faqs_data .accordion-item .accordion-button {
  font-weight: 500;
  font-size: var(--semi-big-font);
  line-height: 26px;
  text-transform: capitalize;
}
.faqs_data .accordion-item .accordion-button[aria-expanded="true"] {
  background: var(--green);
  font-weight: 600;
  font-size: var(--semi-big-font);
  line-height: 26px;
  text-transform: capitalize;
  color: var(--white);
  border-bottom: none;
  border-radius: 5px;
  margin-top: 20px;
}
.faqs_data .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faqs_data .accordion-item .accordion-collapse p {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  text-transform: capitalize;
  padding: 15px 63px 15px 20px;
}
.faqs_data .accordion-item .accordion-body {
  padding: 0;
  background: var(--theme-color);
  border-radius: 0 0 5px 5px;
}
.faq-home .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.get-a-quote .container {
  background: var(--dark-blue);
  border-radius: 15px;
  padding: 80px 40px 40px;
  position: relative;
}
.get-a-quote .container::after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 190px;
  background: url(../image/get_a_quote_img.png);
  width: 200px;
  height: 190px;
}
.get-a-quote .get-a-quote-wrapper {
  padding-left: 40px;
  padding-top: 40px;
}
.get-a-quote .get-a-quote-wrapper .get_a_quote_title h4 {
  font-weight: 700;
  font-size: var(--small-heading-font);
  line-height: 58px;
  text-transform: uppercase;
  color: var(--white);
}
.get-a-quote .get-a-quote-wrapper .get_a_quote_desc {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  text-transform: capitalize;
  color: var(--dark-black);
}
.get-a-quote .gravity-form {
  background: var(--blue);
  border-radius: 15px;
}
.get-a-quote #gform_1 .gform_body {
  padding: 50px;
}
.get-a-quote #gform_1 .gform_body .gform-field-label {
  font-weight: 500;
  font-size: var(--small-font);
  line-height: 21px;
  color: var(--white);
}
.get-a-quote #gform_1 .gform_body .gfield_required {
  display: none;
}
.get-a-quote #gform_1 .gform_body .ginput_container input {
  border-radius: 10px;
  border: none;
}
.get-a-quote #gform_1_validation_container {
  display: none;
}
.get-a-quote #gform_1 .gform_body .validation_message {
  border: none;
  padding: 0;
  background: transparent;
  margin: 0;
}
.get-a-quote #gform_1 .gform_footer .gform_button {
  padding: 19px 67px 19px 26px;
  background: var(--dark-blue);
  border-radius: 10px;
  margin-left: 50px;
  margin-bottom: 50px;
  color: var(--blue);
  font-weight: 700;
  font-size: var(--regular-font);
  line-height: 24px;
  border: none;
  text-transform: uppercase;
}
.get-a-quote #gform_1 .gform_footer .gform_button:hover {
  background: var(--orange);
  color: var(--white);
  transition: 0.4s all ease;
}
.get-a-quote .gform_footer {
  position: relative;
}
.get-a-quote .gform_footer::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 155px;
  background: url(../image/submit_arrow.png);
  width: 26px;
  height: 26px;
}
::-webkit-input-placeholder {
  color: transparent;
}

:-moz-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

.home-sec-blog {
  padding: 100px 0 10px;
}
.home-sec-blog .green-text {
  font-weight: 600;
  font-size: var(--small-heading-font);
  line-height: 58px;
  text-transform: uppercase;
}
.home-sec-blog .blog-desc p {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  width: 920px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.home-sec-blog .swiper-button-prev,
.swiper-rtl .swiper-button-next,
.home-sec-blog .swiper-button-nex,
.swiper-rtl .swiper-button-prev {
  width: 50px;
  height: 42px;
}
.home-sec-blog .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/left-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  margin: 10px 13px;
  filter: brightness(0) invert(0);
}
.home-sec-blog .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/contact_right-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  margin: 10px 13px;
  filter: brightness(0) invert(0);
}
.home-sec-blog .swiper-button-prev,
.swiper-rtl .swiper-button-next,
.home-sec-blog .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  border-radius: 5px;
  background: var(--theme-color);
}
.home-sec-blog .swiper-button-prev:hover,
.swiper-rtl .swiper-button-next:hover,
.home-sec-blog .swiper-button-next:hover,
.swiper-rtl .swiper-button-prev:hover {
  background: var(--dark-blue);
  transition: 0.4s all ease;
}
.home-sec-blog .swiper-button-prev:hover::after,
.swiper-rtl .swiper-button-next:hover::after {
  filter: brightness(0) invert(1);
  transition: 0.4s all ease;
}
.home-sec-blog .swiper-button-next:hover::after,
.swiper-rtl .swiper-button-prev:hover::after {
  filter: brightness(0) invert(1);
  transition: 0.4s all ease;
}
.home-sec-blog .blogs-recent .image-resnet-blog-add img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.home-sec-blog h4 {
  font-weight: 600;
  font-size: var(--semi-big-font);
  line-height: 31px;
  text-transform: capitalize;
  margin: 0;
}
.home-sec-blog .home-sec-blog {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  text-transform: capitalize;
}
.blogs-recent .blog-detail-home {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 26px;
  text-transform: capitalize;
}
.home-sec-blog .image-resnet-blog-add img {
  width: 100%;
}
.site-footer {
  background: var(--dark-blue);
  position: relative;
}
.site-footer .inner-footer {
  padding: 74px 0;
}
/* .site-footer #main_navigation {
  display: flex;
  flex-direction: row !important;
} */
.site-footer .inner-footer .col-xl-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .site-footer #main_navigation li {
  margin: 0 20px;
} */
.site-footer #main_navigation li a {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 24px;
  color: var(--white);
}
.site-footer .inner-footer .location-footer,
.site-footer .inner-footer .phone-footer,
.site-footer .inner-footer .Mail-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 15px;
}
.site-footer .inner-footer .location-footer .location-icon,
.site-footer .inner-footer .phone-footer .phone-icon,
.site-footer .inner-footer .Mail-footer .mail-icon {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  background: #262238;
  border-radius: 50%;
  padding: 5px 10px;
}
.site-footer .inner-footer .location-footer .location-data a,
.site-footer .inner-footer .phone-footer .phone-data a,
.site-footer .inner-footer .Mail-footer .mail-data a {
  font-weight: 400;
  font-size: var(--regular-font);
  line-height: 24px;
  color: var(--white);
}
.copyright-footer {
  padding: 20px;
  margin: 0;
  border: none;
  border-top: 1px solid var(--white);
}
.copyright-footer .copyright-data p {
  margin: 0;
  font-weight: 400;
  font-size: var(--small-font);
  line-height: 21px;
  text-transform: capitalize;
  color: #eeeeee;
}
.copyright-footer .copyright-data .copyright_logo {
  margin-right: 10px;
}
.site-footer .back-to-top {
  position: absolute;
  top: calc(50%);
  right: 45px;
}
.site-footer .back-to-top .btn-custom {
  padding: 20px;
  background: rgba(246, 248, 252, 0.1);
  border: none;
  border-radius: 50%;
}
.home-sec-blog .swiper-button-next {
  width: 50px;
  height: 42px;
}
.home-sec-blog .swiper-button-next {
  top: 40px;
  right: 20px;
  left: auto;
}
.home-sec-blog .swiper-button-prev {
  top: 40px;
  right: 90px;
  left: auto;
}
#blog_slider {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 80px 10px;
}
#banner_slider .swiper-button-prev,
#banner_slider .swiper-button-next {
  display: none;
}
.site-footer #main_navigation li a:hover {
  color: var(--blue);
}
.site-footer .inner-footer .location-footer .location-data a:hover,
.site-footer .inner-footer .phone-footer .phone-data a:hover,
.site-footer .inner-footer .Mail-footer .mail-data a:hover {
  color: var(--blue);
}
.banner-com {
  background: linear-gradient(269.51deg, #006381 8.9%, #016f91 80.52%);
}
.home-sec-blog .resent-blogs-inn-wrap {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 15px;
}
.navbar-expand-xl .navbar-nav {
  grid-gap: 35px;
}
.contact-us-page #gform_1 .gform_footer::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 105px;
  width: 24px;
  height: 24px;
  background: url(../image/contact_right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.contact-us-page #gform_1 .gform_footer:hover::after {
  filter: none;
  transition: 0.4s all;
}
.contact-us-page #gform_1 .gform_footer:hover .gform_button {
  background: transparent;
  transition: 0.4s all;
  border-color: var(--blue);
  color: var(--blue);
}
.contact-us-page .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  margin: 0;
  background: transparent;
}
.home-sec-blog .blogs-recent h4 {
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.blog-page-main .dcsLoaderImg {
  width: 45px;
  margin: 0 auto;
}
.home-page .static-box {
  position: relative;
  z-index: 1;
}
.about-us-main-class .history-class {
  display: none;
}
div#banner_slider {
  display: none;
}
/* 27-07-2023 */
.page-id-476 .service_desc h2,
.page-id-248 .service_desc h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: var(--orange);
  margin-bottom: 20px;
}
.page-id-476 .service_page {
  padding: 50px 0;
}

/*   responsive    22-05-23 */

@media only screen and (max-width: 1599px) {
  .site-footer .inner-footer .container {
    max-width: 1200px;
  }
  .site-header .top-header .container {
    max-width: 95%;
  }
}

@media only screen and (max-width: 1499px) {
  :root {
    --container: 1280px;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_title
    h3 {
    font-size: 18px;
    line-height: 130%;
    min-height: 42px;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_desc
    p {
    line-height: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .site-footer .inner-footer .container {
    max-width: 1100px;
  }
  :root {
    --semi-big-font: 20px;
  }
  .faq-home .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1299px) {
  :root {
    --container: 1180px;
    --regular-font: 16px;
    --semi-big-font: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  :root {
    --container: 960px;
  }
  .faq-home .container {
    max-width: 900px;
  }
  .static-box .static_box_desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .static-box .static_box_title h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_title
    h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_desc
    p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .what_is_nn_tax_service .what_is_nn_tax_service-wrapper > div:first-child {
    width: 50%;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    > div:first-child
    img {
    width: 100%;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main {
    padding: 120px 70px 130px 310px;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main
    .what_is_nn_tax_service_title
    h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main
    .what_is_nn_tax_service_desc
    p {
    font-size: 16px;
    line-height: 150%;
  }
  .service-section .services_section_main > div {
    width: 47%;
  }
  .get-a-quote .container::after {
    display: none;
  }
  .site-footer .footer-inner-space > div > div {
    margin: 15px 0;
  }
  /* .site-footer .inner-footer .footer-logo {
    text-align: center;
  } */
  /* .site-footer .inner-footer .location-footer,
  .site-footer .inner-footer .phone-footer {
    justify-content: center;
  } */
  #menu-header-menu .current-menu-item::after {
    display: none;
  }
  .contact_us_link-data-home-page .contact_us_link-link {
    padding: 19px 67px 19px 0px;
  }
  /* .banner-com {
    background-repeat: no-repeat !important; 
  background-position: right -270px center !important; 
  background-size: cover !important;
  } */
  .contact_us_link-data-home-page .contact_us_link-link:hover {
    border-color: transparent;
  }
  .service-section .services_section_main {
    justify-content: space-between;
    grid-gap: 40px;
  }
  .site-footer .back-to-top {
    position: absolute;
    top: calc(70%);
    right: 45px;
  }
  .top-header .container {
    width: 95%;
  }
  .site-footer .inner-footer .container {
    width: 95%;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main {
    padding: 70px 70px 50px 310px;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_title
    h3 {
    min-height: 22px;
  }
}

@media only screen and (max-width: 1023px) {
  /* .container {
    width: 90%;
  } */
  :root {
    --heading-font: 50px;
    --sub-heading-font: 38px;
    --container: 90%;
  }
  .service-section .service_desc p,
  .about-us-section .about_us_main_desc p,
  .home-sec-blog .blog-desc p {
    width: 80%;
  }
  .service-section .services_section_main .services_content_main {
    padding: 20px;
    margin: -45px 15px 0 15px;
  }
  .get-a-quote .container {
    padding: 40px 40px 40px;
  }
  .home-sec-blog {
    padding: 60px 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-home .container {
    max-width: 90%;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_title
    h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  .static-box .static_box-inner {
    flex-wrap: wrap;
  }
  .static-box .static_box-inner > div {
    width: 100%;
    padding: 40px 30px;
  }
  .static-box .wrpper-static_box_title:nth-child(1) {
    border-radius: 15px 15px 0 0px;
  }
  .static-box .wrpper-static_box_title:nth-child(3) {
    border-radius: 0 0 15px 15px;
  }
  .what_is_nn_tax_service .what_is_nn_tax_service-wrapper {
    justify-content: center;
  }
  .what_is_nn_tax_service .what_is_nn_tax_service-wrapper > div:first-child {
    position: relative;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main {
    padding: 180px 50px 50px 50px;
    margin-top: -160px;
    width: 100%;
    text-align: justify;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main::after {
    display: none;
  }
  .about-us-section .about_us_main_title h3 {
    font-weight: 600;
    font-size: 30px;
  }
  .service-section .service_desc p,
  .about-us-section .about_us_main_desc p,
  .home-sec-blog .blog-desc p {
    font-size: 16px;
    line-height: 150%;
  }
  .wrapper-about_us_section .about_us_main_box .about_us_title h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .wrapper-about_us_section .about_us_main_box .about_us_long_desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .home-sec-blog .green-text {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
  }
  /* .banner-com {
    background-repeat: no-repeat !important; 
  background-position: right -195px center !important; 
  background-size: cover !important;
    padding: 120px 0 !important;
  } */
  .banner-com .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footerin-down {
    align-items: start !important;
    justify-content: start !important;
  }
}

@media only screen and (max-width: 800px) {
  .container {
    width: 100%;
  }
  :root {
    --heading-font: 32px;
    --sub-heading-font: 24px;
  }
  #banner_slider .swiper-slide .head-text-center .slider_section_desc p {
    line-height: 30px;
  }
  .service-section .services_section_main > div {
    width: 100%;
    margin-top: 30px;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_title
    h3 {
    font-weight: 600;
    font-size: var(--semi-big-font);
    line-height: 31px;
    margin-bottom: 15px;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_desc
    p {
    font-weight: 400;
    font-size: var(--regular-font);
    line-height: 26px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .static-box .static_box_title h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
  }
  .static-box .static_box_desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .service-section .service_main_title h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
  .service-section .service_desc p,
  .about-us-section .about_us_main_desc p,
  .home-sec-blog .blog-desc p {
    width: 100%;
    line-height: 20px;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_desc
    p {
    line-height: 18px;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_title
    h3 {
    font-size: 22px;
    line-height: 150%;
  }
  .service-section
    .services_section_main
    .services_content_main
    .services_desc
    p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .site-footer .back-to-top {
    position: absolute;
    top: 40%;
    right: 30px;
  }
  .wrapper-about_us_section .about_us_main_box > div {
    width: 100%;
    text-align: justify;
    margin-top: 20px;
  }
  .wrapper-about_us_section .about_us_main_box {
    flex-direction: column-reverse;
  }
  .wrapper-about_us_section:last-child .about_us_main_box {
    flex-direction: column-reverse;
  }
  .wrapper-about_us_section {
    margin-top: 0px;
  }
  .faq-home .heading-com {
    text-align: center;
  }
  .faqs_data .accordion-item .accordion-button {
    font-size: 16px;
  }
  .faqs_data .accordion-item .accordion-collapse p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .faqs_data .accordion-item .accordion-collapse p {
    padding: 15px 20px 15px 20px;
  }
  :root {
    --container: 100% !important;
  }
  .contact_us_link-data-home-page .contact_us_link-link {
    padding: 12px 40px 12px 10px;
  }
  #banner_slider .swiper-slide .contact_us_link .contact_us_link-link {
    width: 160px;
  }
  .contact_us_link-data-home-page .contact_us_link-link a::after,
  .service-section > div .view_all a::after {
    line-height: 19px;
  }
  .service-section > div .view_all a {
    font-size: 16px;
  }
  .service-section > div .view_all {
    width: 145px;
    padding: 12px 40px 12px 15px;
  }
  .wrapper-about_us_section .about_us_main_box .about_us_image img,
  .wrapper-about_us_section:last-child .about_us_main_box .about_us_image img {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-sec-blog .swiper-button-prev {
    top: 40px;
    left: 20px;
    right: auto;
  }
  .home-sec-blog .swiper-button-next {
    top: 40px;
    left: 90px;
    right: auto;
  }
  /* .banner-com {
    background-repeat: no-repeat !important; 
  background-position: right -100px center !important; 
  background-size: cover !important;
    padding: 80px 0 !important;
  } */
  /* .banner-com::after {
    background: linear-gradient(90deg, #000000a5 100%, rgba(0, 0, 0, 0) 67.84%) !important;
  } */
  .faq-home .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main
    .what_is_nn_tax_service_title
    h4 {
    font-size: 19px;
    line-height: 18px;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main
    .what_is_nn_tax_service_desc
    p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px;
  }
  .wrapper-about_us_section .about_us_main_box .about_us_long_desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .faqs_data .accordion-item .accordion-button {
    font-size: 16px;
  }
  .faqs_data .accordion-item .accordion-collapse p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .get-a-quote .container {
    padding: 20px 0;
  }
  .what_is_nn_tax_service
    .what_is_nn_tax_service-wrapper
    .what_is_nn_tax_service_content_main {
    padding: 180px 15px 50px 15px;
  }
  .what_is_nn_tax_service {
    padding: 50px 0;
  }
  .what_is_nn_tax_service .what_is_nn_tax_service-wrapper > div:first-child {
    width: 75%;
  }
  .faqs_data .accordion-item .accordion-button[aria-expanded="true"] {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  :root {
    --sub-heading-font: 20px;
  }
  .slider_section_desc {
    padding: 0 15px;
  }
  #banner_slider .swiper-slide .contact_us_link {
    margin-top: 20px;
  }
  .faqs_data .accordion-item .accordion-button[aria-expanded="true"],
  .faqs_data .accordion-item .accordion-button {
    font-size: 16px;
  }
  .faqs_data .accordion-item .accordion-collapse p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    padding: 10px 16px;
  }
  .faq-home .container {
    max-width: 100%;
  }
  .get-a-quote .get-a-quote-wrapper .get_a_quote_title h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
  }
  .get-a-quote .get-a-quote-wrapper .get_a_quote_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-right: 20px;
  }
  .get-a-quote #gform_1 .gform_body {
    padding: 50px 20px;
  }
  .gform_footer::after {
    top: 35px;
    left: 105px;
  }
  .site-footer #main_navigation {
    flex-direction: column !important;
  }
  .site-footer .inner-footer .col-xl-6 {
    display: flex;
    justify-content: flex-start;
  }
  .site-footer .inner-footer .location-footer,
  .site-footer .inner-footer .phone-footer {
    justify-content: flex-start;
  }
}
.list-with-title-dec li::marker {
  font-size: calc(1.3rem + 0.6vw);
}
.data-blog .content h2 {
  margin-bottom: 20px;
  font-size: 38px;
  color: var(--blue);
}
.data-blog .content a {
  color: var(--blue) !important;
  cursor: pointer;
}
.data-blog .content a:hover {
  color: var(--green) !important;
}
.data-blog .content .conclusion-para {
  margin-top: 40px !important;
  text-align: center !important;
}
@media (min-width: 1200px) {
  .list-with-title-dec li::marker {
    font-size: 1.75rem;
  }
}
