@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #770000;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  margin-bottom: 0 !important;
}

.banner-main h1 {
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -2.4px;
  padding-left: 0px;
  padding-right: 25px;
  padding-top: 40px;
}
.banner-main h1 .highlight {
  color: #0055B8;
}

.banner-sub-left {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: start !important;
}

.banner-bar {
  color: #0C0D0F;
  text-align: justify;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 0;
  padding-right: 25px;
  max-width: 500px;
}
.banner-bar.banner-para-width {
  width: 100%;
}

.welcome-text {
  text-align: center;
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.6px;
}

.section-title {
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2px;
}
.section-title .highlight {
  color: #0055B8;
}

.section-sub-title {
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.section-sub-title .highlight {
  color: #87431E;
}

.section-para {
  color: #0C0D0F;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-set {
  display: flex;
  justify-content: center;
}
.button-set .btn-img-brown, .button-set .btn-img-white {
  width: 30px;
  height: 30px;
}
.button-set .btn-get {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 46px;
  border: 0.2px solid #A8AABC;
  border-right: none;
  border-left: 3px solid #87431E;
  border-top: none;
  border-bottom: none;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(135, 67, 30, 0.5);
  color: #444655;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  text-transform: capitalize;
  justify-content: space-around;
}
.button-set .btn-get .btn-img-brown {
  display: block;
}
.button-set .btn-get .btn-img-white {
  display: none;
}
.button-set .btn-get:hover {
  background: #87431E;
  color: #FFF;
  transform: scale(1.05);
  border-left: 3px solid #ffffff;
}
.button-set .btn-get:hover .btn-img-brown {
  display: none;
}
.button-set .btn-get:hover .btn-img-white {
  display: block;
}

.button-set-banner {
  display: flex;
  justify-content: start;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.button-set-banner .btn-img-brown {
  width: 30px;
  height: 30px;
}
.button-set-banner .btn-get {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 46px;
  border: 0.2px solid #A8AABC;
  border-right: none;
  border-left: 3px solid #87431E;
  border-top: none;
  border-bottom: none;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(135, 67, 30, 0.5);
  color: #444655;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  text-transform: capitalize;
  justify-content: space-around;
}
.button-set-banner .btn-get .btn-img-brown {
  display: block;
}
.button-set-banner .btn-get .btn-img-white {
  display: none;
}
.button-set-banner .btn-get:hover {
  background: #87431E;
  color: #FFF;
  transform: scale(1.05);
  border-left: 3px solid #ffffff;
}
.button-set-banner .btn-get:hover .btn-img-brown {
  display: none;
}
.button-set-banner .btn-get:hover .btn-img-white {
  display: block;
}

.second-title {
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -2.4px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.second-title .highlight {
  color: #0055B8;
}

.second-sub-title {
  color: #0C0D0F;
  font-family: #444655;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.content-wrap-text {
  color: #0C0D0F;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.remove-underline {
  text-decoration: none;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-self: center;
  column-gap: 1.1979166667vw;
  align-items: center;
  padding-bottom: 3.125vw;
}
.pagination .page-numbers {
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
  text-decoration: none;
}
.pagination .current {
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
  width: 30px;
  height: 30px;
  background: #87431E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a.next.page-numbers {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
.pagination a.prev .page-numbers {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.contact-us-title {
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.contact-us-title .highlight {
  color: #0055B8;
}

.contact-us-para {
  color: #17181D;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 30px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: none !important;
  border-right: none !important;
  content: "";
  background-image: url("../images/dropdown.png") !important;
  width: 24 !important;
  height: 10 !important;
  background: no-repeat;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  background-size: cover;
}

.selected-flag {
  background: transparent !important;
}

.section-para-left {
  color: #0C0D0F;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

@media only screen and (min-width: 1200px) {
  .banner-main h1 {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 3.6458333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.6458333333vw;
    letter-spacing: -0.265625vw;
    padding-left: 6.25vw;
    padding-top: 0vw;
  }
  .banner-main h1 .highlight {
    color: #0055B8;
  }
  .banner-sub-left {
    padding-left: 6.25vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 1.5625vw;
  }
  .banner-bar {
    color: #0C0D0F;
    text-align: justify;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
    padding-left: 6.25vw;
    max-width: 28.90625vw;
    padding-bottom: 30px;
  }
  .welcome-text {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 2.8125vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.05625vw;
  }
  .section-title {
    text-align: left;
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 3.125vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.125vw;
    letter-spacing: -0.15625vw;
  }
  .section-title .highlight {
    color: #0055B8;
  }
  .section-sub-title {
    text-align: left;
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .section-sub-title .highlight {
    color: #87431E;
  }
  .section-para {
    color: #0C0D0F;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .section-para P {
    color: #0C0D0F;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
  }
  .button-set .btn-img-brown, .button-set .btn-img-white {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .button-set .btn-get {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.3333333333vw;
    height: 3.0208333333vw;
    border: 0.2px solid #A8AABC;
    border-right: none;
    border-left: 0.15625vw solid #87431E;
    border-top: none;
    border-bottom: none;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(135, 67, 30, 0.5);
    color: #444655;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
    text-transform: capitalize;
    justify-content: space-around;
  }
  .button-set .btn-get .btn-img-brown {
    display: block;
  }
  .button-set .btn-get .btn-img-white {
    display: none;
  }
  .button-set .btn-get:hover {
    background: #87431E;
    color: #FFF;
    transform: scale(1.05);
    border-left: 3px solid #ffffff;
  }
  .button-set .btn-get:hover .btn-img-brown {
    display: none;
  }
  .button-set .btn-get:hover .btn-img-white {
    display: block;
  }
  .button-set-banner {
    justify-self: start;
    padding-left: 6.25vw;
    padding-bottom: 0vw;
    position: relative;
    z-index: 1;
    padding-top: 0vw;
  }
  .button-set-banner .btn-img-brown {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .button-set-banner .btn-get {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.3333333333vw;
    height: 3.0208333333vw;
    border: 0.2px solid #A8AABC;
    border-right: none;
    border-left: 0.15625vw solid #87431E;
    border-top: none;
    border-bottom: none;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(135, 67, 30, 0.5);
    color: #444655;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
    text-transform: capitalize;
    justify-content: space-around;
  }
  .button-set-banner .btn-get .btn-img-brown {
    display: block;
  }
  .button-set-banner .btn-get .btn-img-white {
    display: none;
  }
  .button-set-banner .btn-get:hover {
    background: #87431E;
    color: #FFF;
    transform: scale(1.05);
    border-left: 3px solid #ffffff;
  }
  .button-set-banner .btn-get:hover .btn-img-brown {
    display: none;
  }
  .button-set-banner .btn-get:hover .btn-img-white {
    display: block;
  }
  .contact-us-title {
    color: #0C0D0F;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5vw;
    letter-spacing: -0.15vw;
    text-transform: capitalize;
    padding-bottom: 3.125vw;
  }
  .contact-us-title .highlight {
    color: #0055B8;
  }
  .contact-us-para {
    color: #17181D;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1979166667vw;
    padding-bottom: 4.1666666667vw;
  }
  .second-title {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.125vw;
    letter-spacing: -0.125vw;
    margin-bottom: 0vw;
    padding-bottom: 0.15625vw;
  }
  .second-title .highlight {
    color: #0055B8;
  }
  .second-sub-title {
    color: #0C0D0F;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    margin-bottom: 0vw;
    padding-bottom: 2.6041666667vw;
  }
  .content-wrap-text {
    color: #0C0D0F;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
  }
  .insight-sub-title {
    color: #000106;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 1.1458333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7989583333vw;
    letter-spacing: -0.0572916667vw;
  }
  .section-para-left {
    color: #0C0D0F;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
  }
  .pagination {
    display: flex;
    justify-self: center;
    column-gap: 1.1979166667vw;
    align-items: center;
    padding-bottom: 7.2916666667vw;
  }
  .pagination .page-numbers {
    color: #0C0D0F;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55625vw;
    letter-spacing: -0.0375vw;
    text-transform: capitalize;
    text-decoration: none;
  }
  .pagination .current {
    color: #FFF;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 1.1458333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9020833333vw;
    letter-spacing: -0.0458333333vw;
    text-transform: capitalize;
    width: 3.125vw;
    height: 3.125vw;
    background: #87431E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination a.next.page-numbers {
    text-decoration: none;
    color: #000;
    font-size: 1.3020833333vw;
  }
  .pagination a.prev .page-numbers {
    text-decoration: none;
    color: #000;
    font-size: 1.3020833333vw;
  }
}
@media only screen and (min-width: 1536px) {
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: none !important;
    border-right: none !important;
    content: "";
    background-image: url("../images/dropdown.png") !important;
    width: 1.25vw !important;
    height: 0.5208333333vw !important;
    background: no-repeat;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    background-size: cover;
  }
}
.remove-underline {
  text-decoration: none;
}

.landing-insight-wrapper {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  justify-content: center;
}
.landing-insight-wrapper .insight {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  gap: 14px;
  padding-bottom: 30px;
}
.landing-insight-wrapper .insight .insight-single {
  width: 325px;
  height: 400px;
}
.landing-insight-wrapper .insight .insight-single .insight-details {
  height: 450px;
  position: relative;
  border-radius: 30px;
}
.landing-insight-wrapper .insight .insight-single .insight-details::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 45.22%, rgba(0, 105, 255, 0) 72.35%, rgba(0, 0, 0, 0.3) 90.44%);
  height: 400px;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-img {
  border-radius: 30px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner {
  position: absolute;
  top: 200px;
  z-index: 1;
  padding-left: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: unset;
  flex-direction: unset;
  align-items: unset;
  justify-content: unset;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .insight-title {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.9px;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .insight-subtitle {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .insight-date {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .insight-para {
  display: block;
  opacity: 1;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
  background: none;
  border: none;
}
.landing-insight-wrapper .insight .insight-single .insight-details .insight-inner:hover {
  display: block;
}
.landing-insight-wrapper .insight .slick-list {
  padding: 0 10% 0 0 !important;
}
.landing-insight-wrapper .insight .slick-back,
.landing-insight-wrapper .insight .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  font-size: 0;
}
.landing-insight-wrapper .insight .slick-back::before,
.landing-insight-wrapper .insight .slick-next::before {
  display: none;
}
.landing-insight-wrapper .insight .slick-back {
  top: 10.4166666667vw;
  left: -5vw;
  background-image: url("../images/back.png");
}
.landing-insight-wrapper .insight .slick-next {
  top: 14.0625vw;
  left: -5vw;
  background-image: url("../images/next.png");
}
.landing-insight-wrapper .search-article-wrapper {
  width: 100%;
  background: #F0F0F3;
  padding: 20px;
  margin-top: auto;
  position: unset;
  top: unset;
  height: 550px;
  overflow-y: scroll;
  position: sticky;
}
.landing-insight-wrapper .search-article-wrapper .text-search {
  text-align: center;
  color: #0055B8;
  font-family: "Alexandria", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
  border-bottom: 2px #0C0D0F solid;
  padding-bottom: 15px;
}
.landing-insight-wrapper .search-article-wrapper .side-title {
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-top: 20px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  border: none;
  margin-bottom: 10px;
}
.landing-insight-wrapper .search-article-wrapper #recent-posts .details-name {
  position: relative;
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
}
.landing-insight-wrapper .search-article-wrapper #recent-posts .details-count {
  position: relative;
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
}
.landing-insight-wrapper .search-article-wrapper #service-categories .details-name {
  position: relative;
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
}
.landing-insight-wrapper .search-article-wrapper #service-categories .details-count {
  position: relative;
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
}
.landing-insight-wrapper .search-article-wrapper #archive .details-name {
  position: relative;
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
}
.landing-insight-wrapper .search-article-wrapper #archive .details-count {
  position: relative;
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
}

.display-all-category {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
.display-all-category .tab-list {
  padding: 0 !important;
}
.display-all-category .tab-list .tab-back,
.display-all-category .tab-list .tab-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  font-size: 0;
}
.display-all-category .tab-list .tab-back::before,
.display-all-category .tab-list .tab-next::before {
  display: none;
}
.display-all-category .tab-list .tab-back {
  top: 14px;
  left: 0px;
  padding-right: 10px;
  background-image: url("../images/left-arrow.png");
}
.display-all-category .tab-list .tab-next {
  top: 14px;
  right: 0px;
  padding-left: 10px;
  background-image: url("../images/right-arrow.png");
}
.display-all-category .tab-list .tab-item {
  width: auto;
  text-align: center;
  list-style: none;
}
.display-all-category .tab-list .tab-item a {
  text-decoration: none;
  list-style: none;
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.display-all-category .tab-list .tab-item a.active {
  font-weight: 600;
  color: #0C0D0F;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px !important;
}

@media only screen and (min-width: 991px) {
  .display-all-category {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-bottom: 4.1666666667vw;
  }
  .display-all-category .tab-list .tab-item {
    width: auto;
    margin-right: 20px !important;
    list-style: none;
  }
  .display-all-category .tab-list .tab-item a {
    text-decoration: none;
    list-style: none;
    color: #0C0D0F;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9375vw;
  }
  .display-all-category .tab-list .tab-item a.active {
    font-weight: 600;
    color: #0C0D0F;
    text-decoration: underline;
    text-underline-offset: 1.0416666667vw;
    text-decoration-thickness: 2px !important;
  }
  .display-all-category .tab-content {
    display: none;
    margin-top: 20px;
  }
  .display-all-category .tab-content.active {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  /* Initially hide the dropdown content */
  .dropdown-content {
    display: none;
    padding-left: 0.5208333333vw;
    display: flex !important;
    flex-direction: column;
    row-gap: 1.5625vw;
  }
  /* Toggle button styles */
  .dropdown-toggle {
    background-color: #f1f1f1;
    border: none;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    transition: background-color 0.3s;
  }
  .dropdown-toggle:hover {
    background-color: #ddd;
  }
  .display-all-category {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-bottom: 4.1666666667vw;
  }
  .display-all-category .tab-list .tab-item {
    list-style: none;
  }
  .display-all-category .tab-list .tab-item a {
    text-decoration: none;
    list-style: none;
    color: #0C0D0F;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9375vw;
    white-space: nowrap;
  }
  .display-all-category .tab-list .tab-item a.category-tab {
    color: #0C0D0F;
  }
  .display-all-category .tab-list .tab-item a.active {
    font-weight: 500;
    color: #0C0D0F;
    text-decoration: underline;
    text-underline-offset: 0.3125vw;
    text-decoration-thickness: 0.1041666667vw;
  }
  .display-all-category .tab-content {
    display: none;
    margin-top: 20px;
  }
  .display-all-category .tab-content.active {
    display: block;
  }
  .landing-insight-wrapper {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    justify-content: space-between;
  }
  .landing-insight-wrapper .insight {
    width: 65.1041666667vw;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.7291666667vw;
  }
  .landing-insight-wrapper .insight .insight-single {
    height: 26.0416666667vw;
    width: 32.1875vw;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details {
    height: 26.0416666667vw;
    position: relative;
    border-radius: 1.5625vw;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 1.5625vw;
    background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 45.22%, rgba(0, 105, 255, 0) 72.35%, rgba(0, 0, 0, 0.3) 90.44%);
    box-shadow: 0px 14px 34px 0px rgba(68, 70, 85, 0.6);
    height: 26.0416666667vw;
    width: 32.1875vw;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-img {
    border-radius: 1.5625vw;
    height: 26.0416666667vw;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner {
    position: absolute;
    top: 10.4166666667vw;
    z-index: 1;
    padding-left: 1.0416666667vw;
    height: 11.9791666667vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .insight-title {
    color: #FFF;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 1.4583333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6041666667vw;
    letter-spacing: -0.0729166667vw;
    padding-bottom: 10px;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .insight-subtitle {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .insight-date {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .insight-para {
    max-height: 0;
    position: relative;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    width: 100%;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-right: 1.0416666667vw;
    transition: max-height 0.5s ease, opacity 0.5s ease, color 0.5s ease;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .btn-container {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0vw;
    text-decoration-line: underline;
    text-transform: capitalize;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
    background: none;
    border: none;
  }
  .landing-insight-wrapper .insight .insight-single .insight-details .insight-inner:hover .insight-para {
    max-height: 5.2083333333vw;
    opacity: 1;
  }
  .landing-insight-wrapper .insight .insight-single:hover {
    border-radius: 1.5625vw;
    box-shadow: -2px 9px 10px 1px rgba(68, 70, 85, 0.6);
    height: 26.0416666667vw;
  }
  .landing-insight-wrapper .insight .insight-single:hover .insight-para {
    display: block;
  }
  .landing-insight-wrapper .insight .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .landing-insight-wrapper .insight .slick-back,
  .landing-insight-wrapper .insight .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 3.0208333333vw;
    height: 3.0208333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .landing-insight-wrapper .insight .slick-back::before,
  .landing-insight-wrapper .insight .slick-next::before {
    display: none;
  }
  .landing-insight-wrapper .insight .slick-back {
    top: 10.4166666667vw;
    left: -5vw;
    background-image: url("../images/back.png");
  }
  .landing-insight-wrapper .insight .slick-next {
    top: 14.0625vw;
    left: -5vw;
    background-image: url("../images/next.png");
  }
  .landing-insight-wrapper .search-article-wrapper {
    width: 19.4270833333vw;
    background: #F0F0F3;
    padding: 2.0833333333vw;
    margin: unset;
    height: 41.6666666667vw;
    overflow-y: scroll;
    position: sticky;
    top: 4.375vw;
  }
  .landing-insight-wrapper .search-article-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0055B8;
    background-color: #F5F5F5;
  }
  .landing-insight-wrapper .search-article-wrapper::-webkit-scrollbar {
    width: 0.2083333333vw;
    background-color: #F5F5F5;
  }
  .landing-insight-wrapper .search-article-wrapper::-webkit-scrollbar-thumb {
    background-color: #0055B8;
    border: 1px solid #0055B8;
  }
  .landing-insight-wrapper .search-article-wrapper .text-search {
    text-align: end;
    color: #0055B8;
    font-family: "Alexandria", sans-serif;
    font-size: 1.1458333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0083333333vw;
    letter-spacing: -0.0458333333vw;
    text-transform: capitalize;
    border-bottom: 2px #0C0D0F solid;
    padding-bottom: 0.78125vw;
  }
  .landing-insight-wrapper .search-article-wrapper .side-title {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4166666667vw;
    letter-spacing: -0.0416666667vw;
    text-transform: capitalize;
    margin-top: 2.6041666667vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.0833333333vw;
  }
  .landing-insight-wrapper .search-article-wrapper #recent-posts .details-name {
    position: relative;
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1333333333vw;
    letter-spacing: -0.0333333333vw;
  }
  .landing-insight-wrapper .search-article-wrapper #recent-posts .details-name::after {
    content: "•";
    position: absolute;
    top: 50%; /* Center vertically */
    left: -1.0416666667vw; /* Adjusted for better alignment */
    transform: translateY(-50%); /* Centers the dot vertically */
    font-size: 1.40625vw;
    color: #87431E;
    width: 20px;
    height: 20px;
  }
  .landing-insight-wrapper .search-article-wrapper #recent-posts .details-count {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1333333333vw;
    letter-spacing: -0.0333333333vw;
    text-transform: capitalize;
  }
  .landing-insight-wrapper .search-article-wrapper #service-categories .details-name {
    position: relative;
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1333333333vw;
    letter-spacing: -0.0333333333vw;
  }
  .landing-insight-wrapper .search-article-wrapper #service-categories .details-name::after {
    content: "•";
    position: absolute;
    top: 50%;
    left: -1.0416666667vw;
    transform: translateY(-50%);
    font-size: 1.40625vw;
    color: #87431E;
    width: 20px;
    height: 20px;
  }
  .landing-insight-wrapper .search-article-wrapper #service-categories .details-count {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1333333333vw;
    letter-spacing: -0.0333333333vw;
    text-transform: capitalize;
  }
  .landing-insight-wrapper .search-article-wrapper #archive .details-name {
    position: relative;
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1333333333vw;
    letter-spacing: -0.0333333333vw;
  }
  .landing-insight-wrapper .search-article-wrapper #archive .details-name::after {
    content: "•";
    position: absolute;
    top: 50%;
    left: -1.0416666667vw;
    transform: translateY(-50%);
    font-size: 1.40625vw;
    color: #87431E;
    width: 20px;
    height: 20px;
  }
  .landing-insight-wrapper .search-article-wrapper #archive .details-count {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1333333333vw;
    letter-spacing: -0.0333333333vw;
    text-transform: capitalize;
  }
  @keyframes smoothview {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}/*# sourceMappingURL=insight-page.css.map */