@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow", serif;
}

a {
  text-decoration: none !important;
}

.navbar-main {
  background-color: rgb(6, 45, 88);
  padding: 15px;
}

.nav-top {
  display: flex;
  justify-content: space-between;

  gap: 8px;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 56px;
  z-index: 300;
  padding: 10px 12px;
  font-size: 16px;
  -webkit-box-align: center;
  align-items: center;
  line-height: 20px;
  -webkit-box-pack: justify;
  background-color: rgb(6, 45, 88);
}

.nav-top-left {
  /* width: 49%; */
}

.nav-top-right {
  /* width: 49%; */
}

.nav-sm-title {
  font-weight: 700;
  font-size: 16px;
}

.nav-r-title {
  font-size: 16px;

  line-height: 29px;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  gap: 8px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.nav-r-title a {
  color: rgb(255, 255, 255);
}

.css-rgaiz9 {
  color: rgb(6, 45, 88) !important;
  padding: 7px 15px;
  font-size: 24px;
  background: linear-gradient(rgb(255, 255, 255) 38.22%,
      rgb(221, 221, 221) 73.92%);
  font-weight: 700;
  line-height: 29px;
  margin-left: 10px;
  white-space: nowrap;
  border-radius: 7px;
}

.nav-bottom {
  margin-top: 20px;
  /* border-bottom: 1px solid #fff;
    border-top: 1px solid #fff; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#side-menu-scroll-list ul {
  list-style: none;
  display: flex;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .css-20s2fj {
    padding: 8px 8px 2em;
    font-size: 16px;
  }
}

.css-20s2fj {
  cursor: pointer;
  display: block;
  padding: 5px 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: color 0.8s ease-in-out;
}

.css-20s2fj:hover {
  color: rgb(255, 0, 0);
}

.search-inp {
  height: fit-content;
  display: flex;
  padding: 2px 0px;
  border-radius: 5px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: rgb(217, 217, 217);
}

@media (min-width: 1024px) {
  .css-5exy1x {
    top: 54px;
    z-index: 300;
    overflow: inherit;
  }
}

.css-5exy1x {
  color: rgb(255, 255, 255);
  display: flex;
  overflow: hidden;
  background: linear-gradient(rgb(4, 26, 51) 0%, rgb(6, 45, 88) 34.71%);
}

@media (min-width: 768px) {
  .css-168wb1t {
    margin: 0px auto;
    overflow-x: visible;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.css-168wb1t {
  padding: 0px 10px;
  position: relative;
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-box-pack: start;
  justify-content: center;
  scrollbar-width: none;
}

@media (min-width: 1024px) {
  .css-168wb1t>ul {
    gap: 25px;
    width: 1024px;
    margin: 0px auto;
  }
}

.css-168wb1t>ul {
  margin: 0px;
  display: flex;
  padding: 0px;
  justify-content: center;
}

.css-1e57oue {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .css-77k6lp {
    padding: 30px 27px;
  }
}

.css-77k6lp {
  cursor: pointer;
  padding: 30px 15px;
  max-width: 115px;
  box-sizing: content-box;
}

@media (min-width: 1024px) {
  .css-1xe3k9g {
    width: 56px;
    height: 56px;
    margin-bottom: 1.5em;
  }
}

.css-1xe3k9g {
  width: 40px;
  height: 40px;
  margin: 0px auto 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
  .css-4efmjo {
    font-size: 20px;
    line-height: 24px;
  }
}

.css-4efmjo {
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
}

.creative-heading {
  font-size: 42px;
  line-height: 56px;
  color: rgb(6, 45, 88);
  margin-top: 5px;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.tax-issu-div {
  display: flex;
  justify-content: space-between;
}

.tax-issu-div1 {
  max-width: 65%;
  padding-left: 0px;
}

.tax-heading {
  font-size: 28px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0.75em;
}

.main-heading {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 26px;
}

.Serbinski-para {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.presentation-div {
  display: flex;
  justify-content: space-between;
}

.presentation-div img {
  height: 250px;
  width: 250px;
  background-size: cover;
  background-position: center center;
}

.btns {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 55%;
}

.btns .btn1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: rgb(6, 45, 88);
}

.btns .btn2 {
  background: rgb(4, 26, 51);
  border-radius: 7px;
  padding: 10px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
}

.tax-issu-div2 {
  border-top: none;
  border-left: 1px solid rgb(180, 180, 180);
  padding-left: 2em;
  margin-left: 2em;
  padding-top: 0px;
  margin-top: 0px;
}

.useful-heading {
  font-size: 28px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0.75em;
}

.little-div1 {
  color: rgb(27, 27, 27);
  font-weight: 800;
  font-size: 18px;
  margin: 15px 0px;
}

.view-btn {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: rgb(6, 45, 88);
}

.artical-main-div {
  background: linear-gradient(rgb(217, 217, 217) 0%,
      rgba(217, 217, 217, 0) 20%);
  padding: 45px 0px 3.5em 15px;
  margin: 30px 0px;
}

.artical-heading {
  font-size: 28px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0.75em;
  padding-left: 50px;
}

.cards-div {
  max-width: 1180px;
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.card {
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(https://uploads.bettysuite.com/serbinski/images/stock/default-post.jpg);
  width: 285px;
  height: 420px;
  margin-bottom: 40px;
}

.card .card-title {
  height: 85px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  justify-content: flex-end;
  color: rgb(6, 45, 88);
  font-weight: 700;
  font-size: 24px;
  margin-top: 100%;
  margin-bottom: 40px;
  padding: 5px;
}

.main-topic-div {
  background: rgb(230, 238, 247);
  padding: 45px 15px 3.5em;
  overflow: hidden;
}

.topic-heading {
  font-size: 28px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0.75em;
  padding-left: 20px;
}

.topic-div {
  display: flex;
  justify-content: space-between;
}

.little-div-heading {
  border: none;
  height: auto;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-top: 0px;
  padding-left: 10px;
  color: rgb(6, 45, 88);
}

.little-topic-div {
  padding: 15px;
  transition: 0.3s ease;
  cursor: pointer;
}

.little-topic-div:hover {
  background: rgb(210, 225, 240);
  text-decoration: none !important;
  box-shadow: rgb(187, 187, 187) 0px 0px 28px -3px;

}

.little-topic-div p {
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgb(6, 45, 88);
  padding-left: 10px;
}

.main-testimonials-div {
  padding: 45px 15px 3.5em;
}

.testimonials-heading {
  font-size: 28px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0.75em;
}

.testimonials-para1 {
  margin: 15px 0px;
}

.testimonials-para2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  margin: 15px 0px;
}

.strong {
  color: rgb(6, 45, 88);
  font-size: 28px;
  font-style: italic;
  text-align: center;
  font-weight: 500;
  line-height: 36px;
}

.testemonial-p {
  color: rgb(0, 0, 0);
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin: 10px;
}

.view-all {
  text-align: center;
  border: none;
  padding: 8px 12px;
  background-color: rgb(6, 45, 88);
  color: #fff;
  margin: 50px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
}

.footer {
  display: flex;
  padding: 3.5em 0px;
  font-size: 90%;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(217, 217, 217);
}