@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
  font-family: "Sora", sans-serif; }

body,
p {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #454545; }

.open-opacity {
  position: fixed;
  width: 100%; }
  .open-opacity::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 9; }

a {
  text-decoration: none !important;
  color: inherit !important; }

ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important; }
  ul li {
    display: inline-block; }

.margin-top {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .margin-top {
      margin-top: 60px; } }

.button-margin-none {
  margin-bottom: -80px; }
  @media (max-width: 767px) {
    .button-margin-none {
      margin-bottom: -60px; } }

.padding-block {
  padding: 80px 0px; }

.heading-wrapper {
  width: 70%;
  margin: 0px auto 30px; }
  @media (max-width: 991px) {
    .heading-wrapper {
      width: 80%; } }
  @media (max-width: 767px) {
    .heading-wrapper {
      width: 90%; } }
  @media (max-width: 480px) {
    .heading-wrapper {
      width: 100%; } }
  .heading-wrapper .section-heading {
    text-align: center;
    margin-bottom: 0px; }
  .heading-wrapper p {
    text-align: center; }

.section-heading {
  font-size: 36px !important;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 50px !important;
  color: #242424; }
  @media (max-width: 767px) {
    .section-heading {
      font-size: 24px !important;
      line-height: 36px !important; } }
  .section-heading span {
    color: #B3211D; }

figure {
  overflow: hidden;
  margin-bottom: 0px !important; }
  figure img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.text-document-content p {
  text-align: justify !important;
  margin-bottom: 20px; }
  .text-document-content p:last-child {
    margin-bottom: 0px; }
  .text-document-content p a {
    color: #233062;
    font-weight: 600;
    text-decoration: underline; }
    .text-document-content p a:hover {
      color: #B3211D; }
  .text-document-content p img {
    margin: 1.25rem 0px;
    width: 100%;
    height: fit-content; }
.text-document-content h1,
.text-document-content h2,
.text-document-content h3,
.text-document-content h4,
.text-document-content h5,
.text-document-content h6 {
  font-weight: 600;
  margin-bottom: 10px; }
.text-document-content h1 {
  font-size: 1.25rem;
  line-height: 1.875rem; }
  @media (max-width: 480px) {
    .text-document-content h1 {
      font-size: 1.1rem; } }
.text-document-content h2 {
  font-size: 1.125rem; }
  @media (max-width: 480px) {
    .text-document-content h2 {
      font-size: 1rem; } }
.text-document-content h3 {
  font-size: 1rem; }
  @media (max-width: 480px) {
    .text-document-content h3 {
      font-size: 0.9rem; } }
.text-document-content h4 {
  font-size: 1.5rem;
  line-height: 1.375rem; }
.text-document-content h5 {
  font-size: 0.75rem;
  line-height: 1.25rem; }
.text-document-content h6 {
  font-size: 0.625rem;
  line-height: 1.125rem; }
.text-document-content ol {
  list-style: decimal;
  margin: 20px 0px;
  padding-left: 32px; }
  .text-document-content ol li {
    display: list-item;
    font-weight: 400;
    line-height: 24px;
    color: #454545;
    padding-bottom: 5px; }
    .text-document-content ol li a {
      color: #B3211D; }
      .text-document-content ol li a:hover {
        text-decoration: underline; }
.text-document-content ul {
  padding-left: 32px !important;
  list-style: disc;
  margin: 20px 0px !important; }
  .text-document-content ul li {
    display: list-item;
    font-weight: 400;
    line-height: 24px;
    color: #454545;
    padding-bottom: 5px; }
    .text-document-content ul li a {
      color: #B3211D; }
      .text-document-content ul li a:hover {
        text-decoration: underline; }
.text-document-content blockquote {
  margin: 20px 0px;
  padding: 1.25rem 1.875rem;
  background: #F2F2F2;
  border-left: 5px solid #233062; }
  .text-document-content blockquote p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center; }
.text-document-content table {
  margin: 20px 0px; }

.card-column-4 {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  justify-content: center; }
  @media (max-width: 767px) {
    .card-column-4 {
      grid-template-columns: 1fr 1fr;
      gap: 5px; } }

.grid-column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-content: center; }
  @media (max-width: 991px) {
    .grid-column-3 {
      grid-template-columns: 1fr 1fr;
      gap: 5px; } }
  @media (max-width: 767px) {
    .grid-column-3 {
      grid-template-columns: 1fr; } }

.d-grid-3-1 {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 20px; }
  @media (max-width: 767px) {
    .d-grid-3-1 {
      grid-template-columns: 1fr; } }

.d-grid-1-3 {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 20px; }
  @media (max-width: 767px) {
    .d-grid-1-3 {
      grid-template-columns: 1fr; } }

.action-btn {
  display: flex;
  gap: 10px;
  margin-top: 30px; }

.secondary-btn,
.primary-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  transition: all 0.5s linear;
  text-align: center;
  border-radius: 4px; }

.secondary-btn {
  background-color: #B3211D;
  color: white !important;
  border: 1px solid #B3211D; }

.primary-btn {
  border: 1px solid #B3211D;
  color: #B3211D !important; }
  .primary-btn:hover {
    background-color: #B3211D;
    color: white !important; }

.section-block {
  background-color: #E8E8E8;
  padding: 40px 0px; }

.inner-margin {
  margin-top: 20px; }

.page-heading {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .page-heading h1,
  .page-heading h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
    color: #242424; }
    @media (max-width: 767px) {
      .page-heading h1,
      .page-heading h2 {
        font-size: 24px;
        line-height: 36px; } }

.inner-page-margin-top {
  margin-top: 50px; }

.position-sticky-top {
  position: sticky;
  top: 80px; }

.d-grid-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  @media (max-width: 991px) {
    .d-grid-1-1 {
      grid-template-columns: 1fr; } }

.content-box {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  padding: 30px; }
  .content-box .heading {
    margin-bottom: 10px; }
    .content-box .heading .tittle {
      font-size: 20px;
      font-weight: 600;
      color: #233062; }

.additional-information-card {
  background-color: #242424;
  width: 60%;
  border-radius: 5px;
  margin-inline: auto;
  margin-inline: auto; }
  @media (max-width: 991px) {
    .additional-information-card {
      width: 70%; } }
  @media (max-width: 767px) {
    .additional-information-card {
      width: 85%; } }
  @media (max-width: 480px) {
    .additional-information-card {
      width: 95%; } }
  .additional-information-card .heading-wrapper {
    margin-bottom: 0px; }
  .additional-information-card .section-heading {
    color: white; }
  .additional-information-card p {
    color: #D9D9D9; }
  .additional-information-card .action-btn {
    justify-content: center; }

.services-card {
  padding: 20px;
  box-shadow: 0px 0px 35px rgba(86, 68, 169, 0.1);
  margin-top: 30px;
  transition: 0.4s; }
  .services-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 35px rgba(86, 68, 169, 0.23); }
  .services-card .icon-box {
    background-color: #233062;
    height: 60px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin-top: -50px;
    margin-bottom: 10px; }
    .services-card .icon-box i {
      font-size: 18px;
      color: white; }
  .services-card .title {
    font-size: 18px;
    font-weight: 500;
    color: #233062;
    margin-bottom: 10px; }
  .services-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .services-card .read-more {
    margin-top: 10px;
    display: block;
    text-align: end;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 3%;
    color: #233062;
    text-transform: uppercase;
    position: relative; }
    .services-card .read-more:hover {
      color: #B3211D !important; }
    .services-card .read-more::before {
      content: "";
      height: 1px;
      width: 100%;
      background-color: #233062;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0px;
      z-index: 1; }
    .services-card .read-more span {
      background-color: white;
      padding-left: 10px;
      position: relative;
      z-index: 3; }

.dp-theme {
  background-color: #233062; }

.dp-outline {
  border: 1px solid #233062;
  color: #233062 !important; }
  .dp-outline:hover {
    background-color: #233062; }

.sub-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 36px;
  color: #242424; }
  .sub-heading span {
    color: #B3211D; }
  @media (max-width: 767px) {
    .sub-heading {
      font-size: 18px;
      line-height: 28px; } }

table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto; }
  table thead th {
    text-align: start;
    padding: 10px;
    background-color: #233062;
    white-space: nowrap;
    font-size: 13px;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    color: white; }
    @media (max-width: 767px) {
      table thead th {
        font-size: 0.625rem;
        padding: 5px; } }
  table tbody tr td {
    font-size: 0.875rem;
    color: #303030;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #B9B9B9; }
    @media (max-width: 767px) {
      table tbody tr td {
        font-size: 12px;
        padding: 10px 5px; } }
    @media (max-width: 480px) {
      table tbody tr td {
        font-size: 10px; } }
    table tbody tr td a {
      color: #233062;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
      border: none;
      font-size: 11px;
      font-weight: 700; }
      @media (max-width: 767px) {
        table tbody tr td a {
          font-size: 10px;
          padding: 3px; } }
      table tbody tr td a:hover {
        color: #B3211D; }
    table tbody tr td .action-wrapper {
      display: flex;
      gap: 5px; }
      table tbody tr td .action-wrapper .download,
      table tbody tr td .action-wrapper a {
        color: white;
        text-align: center;
        font-size: 0.75rem;
        font-weight: 600;
        white-space: nowrap;
        background-color: #233062;
        padding: 3px 8px;
        border-radius: 2px;
        border: none; }
        table tbody tr td .action-wrapper .download:hover,
        table tbody tr td .action-wrapper a:hover {
          color: white; }
      table tbody tr td .action-wrapper .download {
        background-color: #B3211D; }
  table tbody tr:hover {
    background-color: #dbdbdb; }

.breadcrumb-section {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  color: #dedede; }
  .breadcrumb-section .shooting-star:nth-child(1) {
    top: 0px;
    right: 0px;
    left: initial;
    animation-delay: 0s;
    animation-duration: 1s; }
  .breadcrumb-section .shooting-star:nth-child(2) {
    top: 0px;
    right: 80px;
    left: initial;
    animation-delay: 0.2s;
    animation-duration: 3s; }
  .breadcrumb-section .shooting-star:nth-child(3) {
    top: 80px;
    right: 80px;
    left: initial;
    animation-delay: 0.4s;
    animation-duration: 2s; }
  .breadcrumb-section .shooting-star:nth-child(4) {
    top: 0px;
    right: 180px;
    left: initial;
    animation-delay: 0.6s;
    animation-duration: 1.5s; }
  .breadcrumb-section .shooting-star:nth-child(5) {
    top: 0px;
    right: 400px;
    left: initial;
    animation-delay: 0.8s;
    animation-duration: 2.5s; }
  .breadcrumb-section .shooting-star:nth-child(6) {
    top: 0px;
    right: 600px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 3s; }
  .breadcrumb-section .shooting-star:nth-child(7) {
    top: 300px;
    right: 0px;
    left: initial;
    animation-delay: 1.2s;
    animation-duration: 1.75s; }
  .breadcrumb-section .shooting-star:nth-child(8) {
    top: 0px;
    right: 700px;
    left: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s; }
  .breadcrumb-section .shooting-star:nth-child(9) {
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s; }
  .breadcrumb-section .shooting-star:nth-child(10) {
    top: 0px;
    right: 450px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.75s; }
  .breadcrumb-section .shooting-star {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
    animation: animate 3s linear infinite; }
    .breadcrumb-section .shooting-star::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 300px;
      height: 1px;
      background: linear-gradient(90deg, #fff, transparent); }
  .breadcrumb-section .page-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 46px;
    color: white;
    padding-block: 10vh; }
    @media (max-width: 991px) {
      .breadcrumb-section .page-title {
        font-size: 26px;
        line-height: 36px; } }
    @media (max-width: 767px) {
      .breadcrumb-section .page-title {
        font-size: 24px;
        line-height: 32px; } }
  .breadcrumb-section .breadcrumb {
    padding-bottom: 10px !important;
    position: relative; }
    .breadcrumb-section .breadcrumb .breadcrumb-item {
      color: #fff;
      font-size: 14px;
      font-weight: 400; }
      .breadcrumb-section .breadcrumb .breadcrumb-item::before {
        color: #fff; }

.my-header {
  padding: 20px 0px;
  position: fixed;
  left: 0%;
  right: 0%;
  top: 0%;
  height: auto;
  background-color: transparent;
  z-index: 999999; }
  @media (max-width: 991px) {
    .my-header {
      padding: 10px 0px; } }
  .my-header .main-head {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between; }
    .my-header .main-head img {
      filter: brightness(0) invert(1); }
    @media (max-width: 991px) {
      .my-header .main-head ul {
        display: none; } }
    .my-header .main-head ul li {
      margin-right: 60px;
      color: white;
      font-size: 16px;
      font-weight: 500; }
      .my-header .main-head ul li:last-child {
        margin-right: 0px; }
      .my-header .main-head ul li i {
        font-size: 12px;
        margin-left: 5px;
        color: #c5c5c5; }
      .my-header .main-head ul li a {
        cursor: pointer; }
      .my-header .main-head ul li .active {
        color: #233062;
        border-bottom: 3px solid #233062; }
    .my-header .main-head nav {
      display: flex;
      gap: 60px;
      align-items: center; }
      .my-header .main-head nav .sidenavOpenBtn {
        background-color: transparent;
        border: none;
        color: white;
        font-size: 36px; }

.sticky-header {
  position: fixed;
  box-shadow: rgba(25, 25, 25, 0.271) 0px 3px 5px;
  background-color: #fff !important;
  animation: mymove 1s;
  z-index: 900; }
  .sticky-header .main-head img {
    filter: none; }
  .sticky-header .main-head ul li {
    color: black; }
  .sticky-header .main-head .sidenavOpenBtn {
    color: black !important; }

.sidenav.open {
  right: 0; }

.sidenav {
  position: fixed;
  top: 0;
  right: -100%;
  transition: all 0.4s ease-in-out;
  z-index: 9999999999;
  background: #233062;
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 5fr 3fr; }
  @media (max-width: 1400px) {
    .sidenav {
      grid-template-columns: 3fr 1fr; } }
  @media (max-width: 991px) {
    .sidenav {
      grid-template-columns: 1fr; } }
  .sidenav .side-nav-tabs-wrapper {
    padding: 50px 100px;
    overflow-y: auto; }
    .sidenav .side-nav-tabs-wrapper::-webkit-scrollbar {
      width: 5px; }
    .sidenav .side-nav-tabs-wrapper::-webkit-scrollbar-track {
      background-color: #ffffff; }
    .sidenav .side-nav-tabs-wrapper::-webkit-scrollbar-thumb {
      background-color: #B3211D; }
    @media (max-width: 1400px) {
      .sidenav .side-nav-tabs-wrapper {
        padding: 50px; } }
    .sidenav .side-nav-tabs-wrapper .side-nav-close-btn {
      display: flex;
      align-items: center;
      gap: 10px; }
      .sidenav .side-nav-tabs-wrapper .side-nav-close-btn button {
        background-color: #B3211D;
        display: inline-block;
        color: white !important;
        font-size: 20px;
        line-height: 26px;
        cursor: pointer;
        border: none;
        padding: 10px; }
      .sidenav .side-nav-tabs-wrapper .side-nav-close-btn span {
        font-size: 32px;
        font-weight: 500;
        color: white; }
        @media (max-width: 991px) {
          .sidenav .side-nav-tabs-wrapper .side-nav-close-btn span {
            font-size: 24px; } }
    .sidenav .side-nav-tabs-wrapper .side-nav-navigation {
      margin-top: 50px;
      gap: 100px; }
      @media (max-width: 1400px) {
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation {
          gap: 50px; } }
      @media (max-width: 991px) {
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation {
          gap: 20px; } }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-link {
        color: #ffffff !important;
        font-size: 24px;
        font-weight: 500;
        text-transform: capitalize;
        text-align: left;
        padding: 0px !important;
        border-radius: 0px !important;
        position: relative;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-link {
            font-size: 18px; } }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-link::after {
          content: "";
          position: absolute;
          left: 0px;
          bottom: 0px;
          height: 2px;
          width: 0px;
          background-color: #e5f4f9;
          transition: 500ms linear; }
          @media (max-width: 991px) {
            .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-link::after {
              display: none; } }
        @media (max-width: 991px) {
          .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-link:hover::after {
            width: initial; } }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-link:hover::after {
          width: 100%; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-link.active {
        background-color: transparent !important; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-link.active::after {
          width: 100%; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li {
        margin-bottom: 15px;
        display: block;
        position: relative; }
        @media (max-width: 1400px) {
          .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li {
            margin-bottom: 10px; } }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li:last-child {
          margin-bottom: 0px; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li a {
          font-family: "Hind", sans-serif;
          color: #fff !important;
          font-size: 20px;
          text-transform: capitalize; }
          @media (max-width: 767px) {
            .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li a {
              font-size: 16px; } }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li::after {
          content: "";
          position: absolute;
          left: 0px;
          bottom: 0px;
          height: 2px;
          width: 0px;
          background-color: #e5f4f9;
          transition: 500ms linear; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li:hover::after {
          width: 100%; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .accordion-item {
        background-color: transparent !important;
        border: none; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .accordion-button {
        background-color: transparent !important;
        font-size: 20px;
        display: flex;
        align-items: end;
        gap: 20px; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .accordion-button::after {
          position: static;
          background-color: transparent;
          display: block;
          height: 20px;
          width: 20px !important;
          margin-left: initial;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .accordion-button span {
          flex-shrink: 0; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .accordion-button:focus-visible {
          box-shadow: none; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .accordion-button:focus {
          box-shadow: none; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .accordion-button:not(.collapsed) {
          background-color: transparent;
          box-shadow: none; }
  .sidenav .figure-social-media {
    position: relative; }
    @media (max-width: 991px) {
      .sidenav .figure-social-media {
        display: none; } }
    .sidenav .figure-social-media img {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      opacity: 0;
      background-color: #233062;
      pointer-events: none; }
    .sidenav .figure-social-media img.active {
      opacity: 0.5; }
    .sidenav .figure-social-media .header-get-in-touch {
      position: absolute;
      top: 10%;
      left: 10%;
      right: 10%;
      bottom: 10%;
      background-color: #233062ae;
      color: white;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 30px; }
      .sidenav .figure-social-media .header-get-in-touch .block-heading {
        font-size: 24px;
        font-weight: 600;
        color: white;
        margin-bottom: 20px; }
      .sidenav .figure-social-media .header-get-in-touch .business-info {
        font-size: 20px;
        font-weight: 600;
        color: white;
        line-height: 36px; }
        .sidenav .figure-social-media .header-get-in-touch .business-info a {
          text-decoration: underline; }
      .sidenav .figure-social-media .header-get-in-touch .contact-information ul li {
        padding-bottom: 25px;
        display: block; }
        .sidenav .figure-social-media .header-get-in-touch .contact-information ul li:last-child {
          padding-bottom: 0; }
        .sidenav .figure-social-media .header-get-in-touch .contact-information ul li .wrapper {
          display: flex;
          gap: 20px;
          align-items: center;
          align-items: flex-start;
          gap: 10px; }
          .sidenav .figure-social-media .header-get-in-touch .contact-information ul li .wrapper .icon-box {
            border-radius: 3px;
            background: white;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
            padding: 15px;
            color: #233062;
            font-size: 20px;
            height: 40px;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center; }
          .sidenav .figure-social-media .header-get-in-touch .contact-information ul li .wrapper .details .tittle {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize; }
          .sidenav .figure-social-media .header-get-in-touch .contact-information ul li .wrapper .details span {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
            gap: 5px;
            color: #f1f1f1;
            font-size: 16px;
            font-weight: 400; }
            .sidenav .figure-social-media .header-get-in-touch .contact-information ul li .wrapper .details span a:hover {
              text-decoration: underline !important; }
      .sidenav .figure-social-media .header-get-in-touch .social-media {
        z-index: 3; }
        .sidenav .figure-social-media .header-get-in-touch .social-media ul {
          display: flex;
          gap: 20px; }
          .sidenav .figure-social-media .header-get-in-touch .social-media ul li {
            display: block; }
            .sidenav .figure-social-media .header-get-in-touch .social-media ul li a {
              display: flex;
              height: 30px;
              width: 30px;
              justify-content: center;
              align-items: center;
              color: white !important;
              background: transparent;
              border-radius: 50%;
              border: 1px solid white; }
              .sidenav .figure-social-media .header-get-in-touch .social-media ul li a i {
                font-size: 14px; }
              .sidenav .figure-social-media .header-get-in-touch .social-media ul li a:hover {
                color: white !important;
                border: 1px solid white; }
            .sidenav .figure-social-media .header-get-in-touch .social-media ul li .facebook:hover {
              background: #4867aa; }
            .sidenav .figure-social-media .header-get-in-touch .social-media ul li .instagram:hover {
              background: #f70181; }
            .sidenav .figure-social-media .header-get-in-touch .social-media ul li .twitter:hover {
              background: #1da1f2; }
            .sidenav .figure-social-media .header-get-in-touch .social-media ul li .youtube:hover {
              background-color: #ff0000; }

@keyframes mymove {
  0% {
    top: -100px; }
  100% {
    top: 0px; } }
footer {
  overflow: hidden; }
  footer .grow-togeather {
    background-color: #F3F3F3;
    padding-top: 50px; }
    footer .grow-togeather figure img {
      object-fit: contain !important; }
    @media (max-width: 991px) {
      footer .grow-togeather .aside {
        text-align: center; }
        footer .grow-togeather .aside .action-btn {
          justify-content: center; } }
  footer .main-footer {
    position: relative;
    overflow: hidden;
    background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    color: #dedede; }
    footer .main-footer .shooting-star:nth-child(1) {
      top: 0px;
      right: 0px;
      left: initial;
      animation-delay: 0s;
      animation-duration: 1s; }
    footer .main-footer .shooting-star:nth-child(2) {
      top: 0px;
      right: 80px;
      left: initial;
      animation-delay: 0.2s;
      animation-duration: 3s; }
    footer .main-footer .shooting-star:nth-child(3) {
      top: 80px;
      right: 80px;
      left: initial;
      animation-delay: 0.4s;
      animation-duration: 2s; }
    footer .main-footer .shooting-star:nth-child(4) {
      top: 0px;
      right: 180px;
      left: initial;
      animation-delay: 0.6s;
      animation-duration: 1.5s; }
    footer .main-footer .shooting-star:nth-child(5) {
      top: 0px;
      right: 400px;
      left: initial;
      animation-delay: 0.8s;
      animation-duration: 2.5s; }
    footer .main-footer .shooting-star:nth-child(6) {
      top: 0px;
      right: 600px;
      left: initial;
      animation-delay: 1s;
      animation-duration: 3s; }
    footer .main-footer .shooting-star:nth-child(7) {
      top: 300px;
      right: 0px;
      left: initial;
      animation-delay: 1.2s;
      animation-duration: 1.75s; }
    footer .main-footer .shooting-star:nth-child(8) {
      top: 0px;
      right: 700px;
      left: initial;
      animation-delay: 1.4s;
      animation-duration: 1.25s; }
    footer .main-footer .shooting-star:nth-child(9) {
      top: 0px;
      right: 1000px;
      left: initial;
      animation-delay: 0.75s;
      animation-duration: 2.25s; }
    footer .main-footer .shooting-star:nth-child(10) {
      top: 0px;
      right: 450px;
      left: initial;
      animation-delay: 2.75s;
      animation-duration: 2.75s; }
    footer .main-footer .shooting-star {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      opacity: 0;
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
      animation: animate 3s linear infinite; }
      footer .main-footer .shooting-star::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 300px;
        height: 1px;
        background: linear-gradient(90deg, #fff, transparent); }
    footer .main-footer .footer-contact-info ul li {
      display: flex;
      gap: 10px;
      align-items: center; }
      footer .main-footer .footer-contact-info ul li i {
        height: 30px;
        width: 30px;
        flex-shrink: 0;
        border-radius: 50%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #233062; }
    footer .main-footer .col-heading {
      font-family: "Hind", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    footer .main-footer ul {
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 10px; }
      footer .main-footer ul li {
        font-size: 13px;
        font-weight: 500; }
        footer .main-footer ul li a {
          transition: all 0.4s linear;
          display: inline-block;
          font-size: 13px;
          font-weight: 500; }
          footer .main-footer ul li a:hover {
            transform: translateX(5px); }
    footer .main-footer .news-letter-social-media p {
      color: #ffffff !important;
      margin-bottom: 10px !important; }
    footer .main-footer .news-letter-social-media .newsLetterSignupForm .search-form-group {
      position: relative; }
      footer .main-footer .news-letter-social-media .newsLetterSignupForm .search-form-group input {
        padding: 10px;
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        padding-right: 50px !important;
        width: 100%; }
      footer .main-footer .news-letter-social-media .newsLetterSignupForm .search-form-group button {
        background: #233062;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 9px;
        color: white;
        border: 0;
        padding: 5px 10px; }
    footer .main-footer .news-letter-social-media .social-media {
      margin-top: 30px; }
      footer .main-footer .news-letter-social-media .social-media ul {
        display: flex;
        flex-direction: row;
        justify-content: start;
        gap: 10px; }
        footer .main-footer .news-letter-social-media .social-media ul li a {
          display: flex;
          height: 35px;
          width: 35px;
          justify-content: center;
          align-items: center;
          color: white !important;
          background: transparent;
          border-radius: 50%;
          border: 1px solid white; }
          footer .main-footer .news-letter-social-media .social-media ul li a:hover {
            color: white !important;
            border: 1px solid white; }
        footer .main-footer .news-letter-social-media .social-media ul li .facebook:hover {
          background: #4867aa; }
        footer .main-footer .news-letter-social-media .social-media ul li .instagram:hover {
          background: #a308e8; }
        footer .main-footer .news-letter-social-media .social-media ul li .twitter:hover {
          background: #1da1f2; }
        footer .main-footer .news-letter-social-media .social-media ul li .linkedin:hover {
          background: #0077b5; }
    @media (max-width: 991px) {
      footer .main-footer .news-letter-social-media {
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important; } }
    footer .main-footer .copyright {
      border-top: 1px solid white;
      padding: 10px 0px;
      margin-top: 30px; }
      footer .main-footer .copyright p {
        text-align: center;
        color: white; }

@keyframes animateBg {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@keyframes animate {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0; } }
.banner {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
  background-repeat: no-repeat;
  background-size: cover; }
  .banner .container {
    position: relative;
    z-index: 1; }
  .banner #particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .banner .banner-content {
    margin-top: 30px;
    width: 70%;
    margin: 0px auto;
    text-align: center;
    color: white; }
    @media (max-width: 991px) {
      .banner .banner-content {
        width: 100%; } }
    .banner .banner-content p {
      color: #f8f8f8; }
      @media (max-width: 767px) {
        .banner .banner-content p {
          font-size: 14px;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden; } }
    .banner .banner-content h1 {
      font-size: 49px;
      font-weight: 600;
      margin-bottom: 20px;
      line-height: 56px;
      color: white; }
      @media (max-width: 991px) {
        .banner .banner-content h1 {
          font-size: 30px;
          line-height: 40px; } }
      @media (max-width: 767px) {
        .banner .banner-content h1 {
          line-height: 36px; } }

.services-section {
  background: #1B1F25; }
  .services-section .section-heading {
    color: white; }
  .services-section p {
    color: #dcdcdc; }
  .services-section .vertical-tabs {
    display: grid;
    gap: 50px; }
    .services-section .vertical-tabs .nav {
      gap: 20px;
      border-bottom: 1px solid #333; }
      @media (max-width: 991px) {
        .services-section .vertical-tabs .nav {
          gap: 10px; } }
      @media (max-width: 767px) {
        .services-section .vertical-tabs .nav {
          gap: 5px; } }
      .services-section .vertical-tabs .nav .nav-link {
        text-align: start;
        border-radius: 0;
        background-color: transparent;
        color: white;
        padding: .625rem 1.5rem; }
        @media (max-width: 991px) {
          .services-section .vertical-tabs .nav .nav-link {
            padding: 8px 10px; } }
        .services-section .vertical-tabs .nav .nav-link.active {
          background-color: #333;
          font-weight: 600; }
    .services-section .vertical-tabs .tab-content {
      background: linear-gradient(270deg, transparent, #333);
      padding: 4rem 3.25rem; }
      @media (max-width: 991px) {
        .services-section .vertical-tabs .tab-content {
          padding: 2rem 1rem; } }
      @media (max-width: 767px) {
        .services-section .vertical-tabs .tab-content {
          padding: 1rem; } }

.contact-info {
  color: white;
  gap: 1px;
  position: relative; }
  .contact-info i {
    font-size: 36px; }
  .contact-info .contact-items {
    display: flex;
    gap: 20px;
    padding: 20px;
    background-color: #233062; }
    .contact-info .contact-items:last-child {
      padding-left: 70px !important; }
    .contact-info .contact-items:first-child {
      padding-right: 70px !important; }
    @media (max-width: 991px) {
      .contact-info .contact-items {
        flex-direction: column;
        text-align: center;
        gap: 10px; }
        .contact-info .contact-items:last-child {
          padding-left: 20px !important;
          padding-top: 50px; }
        .contact-info .contact-items:first-child {
          padding-right: 20px !important;
          padding-bottom: 50px; } }
    .contact-info .contact-items .details {
      display: flex;
      flex-direction: column; }
      .contact-info .contact-items .details p {
        color: white;
        font-weight: 500; }
        .contact-info .contact-items .details p a {
          text-decoration: underline; }
  .contact-info::after {
    content: "OR";
    font-size: 16px;
    font-weight: 600;
    color: white;
    height: 45px;
    width: 45px;
    background-color: #29A9E3;
    color: color;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.project-preview {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  padding: 30px;
  align-items: center; }
  .project-preview .frame-wrapper {
    position: relative;
    display: inline-block;
    height: fit-content;
    z-index: 10;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 15px 28px 0 rgba(0, 0, 0, 0.3); }
    .project-preview .frame-wrapper img {
      display: block;
      width: 100%;
      height: auto; }
    .project-preview .frame-wrapper .scroll-frame-abs {
      position: absolute;
      top: 0px;
      left: 5px;
      right: 5px;
      border-radius: 50px;
      z-index: -1;
      padding-top: 55px;
      padding: 5px; }
      .project-preview .frame-wrapper .scroll-frame-abs img {
        animation: scrollCoverBrowser 5s cubic-bezier(1, 0.005, 0.305, 1) infinite alternate none; }
  .project-preview .desktop-preview {
    position: relative; }
    .project-preview .desktop-preview::after {
      content: "";
      position: absolute;
      top: 92%;
      left: 50%;
      transform: translateX(-50%);
      height: 50px;
      width: 85%;
      background-image: url("../images/desktop-footer.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center bottom; }
    .project-preview .desktop-preview .frame-wrapper {
      border-radius: 10px; }
    .project-preview .desktop-preview .scroll-frame-abs {
      padding-top: 7px; }

.project-details {
  background-color: white;
  text-align: center;
  margin-top: 50px;
  padding: 10px 20px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  font-size: 18px;
  font-weight: 500; }

@keyframes scrollCoverBrowser {
  10% {
    transform: translateY(0%); }
  50% {
    transform: translateY(calc(-50% + 285px)); }
  100% {
    transform: translateY(calc(-100% + 570px)); } }
.boonmatrix-process {
  background-color: #a3a3a313; }
  .boonmatrix-process .process-wrapper {
    width: 80%;
    margin: 50px auto 0px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .boonmatrix-process .process-wrapper {
        width: 100%; } }
    .boonmatrix-process .process-wrapper .timeline-block {
      width: calc(50% + 13px);
      display: flex;
      justify-content: space-between;
      clear: both;
      position: relative;
      min-height: 150px; }
      @media (max-width: 767px) {
        .boonmatrix-process .process-wrapper .timeline-block {
          width: 100%; } }
      .boonmatrix-process .process-wrapper .timeline-block .marker {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #696969;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f8f8f8; }
      .boonmatrix-process .process-wrapper .timeline-block .timeline-content {
        width: 70%;
        z-index: 2;
        position: relative; }
        @media (max-width: 991px) {
          .boonmatrix-process .process-wrapper .timeline-block .timeline-content {
            width: 80%; } }
        @media (max-width: 767x) {
          .boonmatrix-process .process-wrapper .timeline-block .timeline-content {
            width: 100%; } }
        .boonmatrix-process .process-wrapper .timeline-block .timeline-content h3 {
          color: #161811;
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 10px;
          background: #f8f8f8;
          width: fit-content;
          padding-left: 20px; }
          @media (max-width: 767px) {
            .boonmatrix-process .process-wrapper .timeline-block .timeline-content h3 {
              font-size: 16px;
              line-height: 24px;
              width: 100%; } }
        .boonmatrix-process .process-wrapper .timeline-block .timeline-content p {
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .boonmatrix-process .process-wrapper .timeline-block .timeline-content p {
              padding-left: 20px; } }
      .boonmatrix-process .process-wrapper .timeline-block::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        height: 1px;
        width: 80%;
        border-bottom: 1px solid #696969;
        z-index: 1; }
      .boonmatrix-process .process-wrapper .timeline-block::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 12.5px;
        width: 1px;
        height: 100%;
        border-right: 1px dotted #292929;
        z-index: 1; }
        @media (max-width: 767px) {
          .boonmatrix-process .process-wrapper .timeline-block::before {
            left: 12.5px; } }
      .boonmatrix-process .process-wrapper .timeline-block:nth-child(odd) {
        float: left;
        direction: rtl; }
        @media (max-width: 767px) {
          .boonmatrix-process .process-wrapper .timeline-block:nth-child(odd) {
            direction: ltr; } }
        .boonmatrix-process .process-wrapper .timeline-block:nth-child(odd)::after {
          content: "";
          left: initial;
          right: 0px; }
          @media (max-width: 767px) {
            .boonmatrix-process .process-wrapper .timeline-block:nth-child(odd)::after {
              left: 0px; } }
        .boonmatrix-process .process-wrapper .timeline-block:nth-child(odd) .timeline-content {
          direction: ltr; }
          .boonmatrix-process .process-wrapper .timeline-block:nth-child(odd) .timeline-content h3 {
            padding-left: 0px;
            padding-right: 20px; }
            @media (max-width: 767px) {
              .boonmatrix-process .process-wrapper .timeline-block:nth-child(odd) .timeline-content h3 {
                padding-left: 20px;
                padding-right: 0px; } }
      .boonmatrix-process .process-wrapper .timeline-block:nth-child(even) {
        float: right; }
        @media (max-width: 767px) {
          .boonmatrix-process .process-wrapper .timeline-block:nth-child(even) {
            float: left; } }
        .boonmatrix-process .process-wrapper .timeline-block:nth-child(even)::before {
          left: 12.5px; }
        .boonmatrix-process .process-wrapper .timeline-block:nth-child(even) .timeline-content {
          direction: rtl; }
          @media (max-width: 767px) {
            .boonmatrix-process .process-wrapper .timeline-block:nth-child(even) .timeline-content {
              direction: ltr; } }
      .boonmatrix-process .process-wrapper .timeline-block:last-child {
        min-height: fit-content; }
        .boonmatrix-process .process-wrapper .timeline-block:last-child::before {
          display: none; }

.boonmattrix-clinet-review {
  background: #1B1F25;
  overflow: hidden; }
  .boonmattrix-clinet-review .section-heading {
    color: #e3e3e3;
    text-align: center; }
  .boonmattrix-clinet-review .text-document-content p {
    color: #a7a7a7;
    text-align: center !important; }
  .boonmattrix-clinet-review .testimonals-slider {
    padding-inline: 50px;
    margin-top: 70px; }
  .boonmattrix-clinet-review .review-item {
    background: linear-gradient(270deg, #2c2c2c, #333);
    padding: 4rem 3.25rem;
    border-radius: 5px;
    width: 500px; }
    @media (max-width: 767px) {
      .boonmattrix-clinet-review .review-item {
        padding: 2rem 1.25rem;
        width: 430px; } }
    @media (max-width: 480px) {
      .boonmattrix-clinet-review .review-item {
        padding: 1rem;
        width: 380px; } }
    .boonmattrix-clinet-review .review-item p {
      font-style: italic;
      text-align: center;
      font-size: 17px;
      line-height: 26px;
      color: #dcdcdc; }
    .boonmattrix-clinet-review .review-item .review-details {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px dotted gray;
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: center; }
      .boonmattrix-clinet-review .review-item .review-details figure {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 0px !important; }
      .boonmattrix-clinet-review .review-item .review-details .details .name {
        font-size: 14px;
        font-weight: 500;
        color: #f1f1f1; }
      .boonmattrix-clinet-review .review-item .review-details .details .post {
        font-size: 12px;
        font-weight: 400;
        color: #c5c5c5; }

.contact-us-message-form {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px #00000021;
  border-radius: 5px; }
  .contact-us-message-form .form-wrapper {
    padding: 20px; }
    .contact-us-message-form .form-wrapper .form-group {
      margin-bottom: 15px; }
      .contact-us-message-form .form-wrapper .form-group:last-child {
        margin-bottom: 0px; }
  .contact-us-message-form .heading {
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 47px;
    text-transform: capitalize;
    color: #233062;
    border-bottom: 1px solid #D9D9D9; }

.contact-section-page {
  align-items: start; }

.get-in-touch {
  margin-top: 30px;
  width: calc(100% - 30px);
  margin-left: auto;
  background: #233062;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  position: relative; }
  .get-in-touch::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: -30px;
    left: -30px;
    background-color: #E2E2E2;
    z-index: -1; }
  .get-in-touch .block-heading {
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px; }
  .get-in-touch .business-info {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 36px; }
    .get-in-touch .business-info a {
      text-decoration: underline; }
  .get-in-touch .contact-information ul li {
    padding-bottom: 25px;
    display: block; }
    .get-in-touch .contact-information ul li:last-child {
      padding-bottom: 0; }
    .get-in-touch .contact-information ul li .wrapper {
      display: flex;
      gap: 20px;
      align-items: center;
      align-items: flex-start;
      gap: 10px; }
      .get-in-touch .contact-information ul li .wrapper .icon-box {
        border-radius: 3px;
        background: white;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 15px;
        color: #233062;
        font-size: 20px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .get-in-touch .contact-information ul li .wrapper .details .tittle {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize; }
      .get-in-touch .contact-information ul li .wrapper .details span {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
        color: #d9d9d9;
        font-size: 14px;
        font-weight: 400; }
        .get-in-touch .contact-information ul li .wrapper .details span a:hover {
          color: #B3211D !important; }
  .get-in-touch .social-media {
    z-index: 3; }
    .get-in-touch .social-media ul {
      display: flex;
      gap: 20px; }
      .get-in-touch .social-media ul li {
        display: block; }
        .get-in-touch .social-media ul li a {
          display: flex;
          height: 30px;
          width: 30px;
          justify-content: center;
          align-items: center;
          color: white !important;
          background: transparent;
          border-radius: 50%;
          border: 1px solid white; }
          .get-in-touch .social-media ul li a i {
            font-size: 14px; }
          .get-in-touch .social-media ul li a:hover {
            color: white !important;
            border: 1px solid white; }
        .get-in-touch .social-media ul li .facebook:hover {
          background: #4867aa; }
        .get-in-touch .social-media ul li .instagram:hover {
          background: #f70181; }
        .get-in-touch .social-media ul li .twitter:hover {
          background: #1da1f2; }
        .get-in-touch .social-media ul li .youtube:hover {
          background-color: #ff0000; }

.google-map iframe {
  width: 100%; }

.form-element input,
.form-element select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  padding: 10px; }
.form-element textarea {
  border-radius: 2px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  padding: 10px; }
.form-element input::placeholder,
.form-element textarea::placeholder {
  color: #7e7e7e;
  font-size: 12px; }
.form-element label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
  color: #454545; }

.e-prabidhi-values {
  background-color: #F8F8F8;
  gap: 0px;
  align-items: center; }
  .e-prabidhi-values .text-document-content {
    padding: 30px; }

.e-prabidhi-process.no-bg {
  background-color: transparent; }

.e-prabidhi-timeline .timeline-wrapper {
  margin: 50px auto 0px;
  overflow: hidden; }
  .e-prabidhi-timeline .timeline-wrapper .timeline-block {
    width: calc(50% + 13px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 150px; }
    .e-prabidhi-timeline .timeline-wrapper .timeline-block .marker {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #696969;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #f8f8f8; }
    .e-prabidhi-timeline .timeline-wrapper .timeline-block .marker.active {
      background: #242424; }
    .e-prabidhi-timeline .timeline-wrapper .timeline-block .timeline-content .timeline-heading {
      color: #161811;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
      display: flex;
      gap: 20px;
      align-items: center;
      z-index: 2;
      position: relative; }
      .e-prabidhi-timeline .timeline-wrapper .timeline-block .timeline-content .timeline-heading time {
        font-size: 24px;
        font-weight: 700;
        padding-right: 20px;
        border-right: 1px solid #D9D9D9; }
      .e-prabidhi-timeline .timeline-wrapper .timeline-block .timeline-content .timeline-heading::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 1px;
        width: 100%;
        border-bottom: 1px solid #696969;
        z-index: 1; }
    .e-prabidhi-timeline .timeline-wrapper .timeline-block .timeline-content p {
      margin-top: 20px;
      text-align: justify;
      color: #696969; }
    .e-prabidhi-timeline .timeline-wrapper .timeline-block::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 12.5px;
      width: 1px;
      height: 100%;
      border-right: 1px dotted #292929;
      z-index: 1; }
    .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(odd) {
      float: left;
      direction: rtl; }
      .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(odd)::after {
        content: none;
        left: initial;
        right: 0px; }
      .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(odd) .timeline-content {
        direction: ltr; }
        .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(odd) .timeline-content .timeline-heading {
          padding-left: 0px !important;
          padding-right: 20px !important; }
    .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(even) {
      float: right; }
      .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(even)::before {
        left: 12.5px; }
      .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(even) .timeline-content .timeline-heading {
        justify-content: end; }
        .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(even) .timeline-content .timeline-heading h3 {
          text-align: end; }
      .e-prabidhi-timeline .timeline-wrapper .timeline-block:nth-child(even) .timeline-content p {
        text-align: end; }
    .e-prabidhi-timeline .timeline-wrapper .timeline-block:last-child {
      min-height: fit-content; }
      .e-prabidhi-timeline .timeline-wrapper .timeline-block:last-child::before {
        display: none; }

.services-help-content {
  background-color: #233062; }
  .services-help-content .action-btn .primary-btn {
    background-color: transparent;
    color: white !important;
    border: 1px solid white; }
  .services-help-content .action-btn .secondary-btn {
    border: 1px solid white;
    background-color: white;
    color: #233062 !important; }

.vacnacy-section {
  background: #1B1F25; }
  .vacnacy-section .heading-wrapper {
    margin-bottom: 0px; }
  .vacnacy-section .section-heading {
    color: white; }
  .vacnacy-section p {
    color: #D9D9D9; }
  .vacnacy-section .action-btn {
    justify-content: center; }

.current-opening table {
  max-width: 80%;
  margin: 0px auto; }

.team-card-beta {
  background: #ffffff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  margin: 0px 10px; }
  .team-card-beta:hover .team-image img {
    transform: scale(1.15); }
  .team-card-beta:hover .team-image .team-social-links {
    transform: translate(0%);
    opacity: 1; }
  .team-card-beta .team-image {
    position: relative;
    overflow: hidden; }
    .team-card-beta .team-image img {
      height: 220px;
      width: 100%;
      object-fit: cover;
      transition: all 0.65s ease; }
    .team-card-beta .team-image .team-social-links {
      position: absolute;
      right: 0%;
      top: 0px;
      opacity: 0;
      transform: translate(50%, 0);
      background: transparent;
      padding: 12px 14px;
      transition: all 0.45s ease-in;
      transition-delay: 0.4s;
      background: rgba(0, 0, 0, 0.4);
      height: 100%;
      opacity: 0; }
      .team-card-beta .team-image .team-social-links li {
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .team-card-beta .team-image .team-social-links li a {
          display: inline-flex;
          height: 28px;
          width: 28px;
          background: white;
          border-radius: 30px;
          align-items: center;
          justify-content: center;
          color: #B3211D;
          transition: all 0.3s; }
          .team-card-beta .team-image .team-social-links li a:hover {
            background: #233062;
            color: #fff !important; }
          .team-card-beta .team-image .team-social-links li a i {
            font-size: 14px; }
  .team-card-beta .team-content {
    text-align: center;
    padding: 20px;
    transition: all 0.45s ease-in; }
    .team-card-beta .team-content .team-name {
      font-weight: 600;
      font-size: 20px;
      text-transform: capitalize;
      color: #2d373c; }
      .team-card-beta .team-content .team-name a {
        color: inherit; }
    .team-card-beta .team-content .team-designation {
      font-weight: 500;
      font-size: 16px;
      text-transform: capitalize;
      color: #666666;
      padding-top: 5px; }

.facts-information table td {
  vertical-align: initial; }

.profile-cover figure {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: 0px auto !important; }
.profile-cover .name {
  font-family: "Hind", sans-serif;
  color: #233062;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px !important; }
.profile-cover .social-media ul {
  display: flex;
  justify-content: center;
  gap: 15px; }
  .profile-cover .social-media ul li {
    display: block; }
    .profile-cover .social-media ul li a {
      display: flex;
      height: 30px;
      width: 30px;
      justify-content: center;
      align-items: center;
      color: white !important;
      background: #233062;
      border-radius: 50%;
      border: 1px solid white; }
      .profile-cover .social-media ul li a i {
        font-size: 14px; }
      .profile-cover .social-media ul li a:hover {
        background-color: #B3211D; }
.profile-cover .team-contact-info li {
  display: block;
  text-align: center;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  text-align: center; }
  .profile-cover .team-contact-info li a:hover {
    color: #233062 !important; }

.facts-information .table {
  margin-top: 20px; }
  .facts-information .table tr td,
  .facts-information .table tr th {
    color: #3f3f3f;
    font-size: 16px;
    border-bottom: 0 !important;
    font-weight: 400;
    padding-bottom: 5px !important; }
  .facts-information .table tr th {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    white-space: nowrap; }

.career-apply-now-form {
  background-color: #233062;
  border-radius: 5px; }
  .career-apply-now-form .form-wrapper {
    padding: 20px; }
    .career-apply-now-form .form-wrapper .form-group {
      margin-bottom: 15px; }
      .career-apply-now-form .form-wrapper .form-group:last-child {
        margin-bottom: 0px; }
  .career-apply-now-form .heading {
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 47px;
    text-transform: capitalize;
    color: white;
    border-bottom: 1px solid #D9D9D9; }
  .career-apply-now-form input,
  .career-apply-now-form select {
    background-color: transparent;
    color: white; }
  .career-apply-now-form textarea {
    background-color: transparent;
    color: white; }
  .career-apply-now-form input::placeholder,
  .career-apply-now-form textarea::placeholder {
    color: #bebebe;
    font-size: 12px; }
  .career-apply-now-form label {
    color: white; }
  .career-apply-now-form .action-btn {
    justify-content: center; }
    .career-apply-now-form .action-btn .secondary-btn {
      background-color: white;
      color: #233062; }

.news-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  border-radius: 4px;
  overflow: hidden; }
  .news-card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); }
  .news-card a {
    color: inherit;
    text-decoration: none; }

.card__date {
  background: #112e9e;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 13px;
  font-weight: bold;
  padding-top: 10px; }
  .card__date__day {
    display: block;
    font-size: 14px; }
  .card__date__month {
    display: block;
    font-size: 10px;
    text-transform: uppercase; }

.card__thumb {
  height: 235px;
  overflow: hidden;
  background-color: #000;
  transition: height 0.3s; }
  .card__thumb a {
    display: block; }
  .card__thumb img {
    display: block;
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(1);
    object-fit: contain !important;
    height: 100%;
    width: 100%; }
  .card:hover .card__thumb img {
    opacity: 0.6;
    transform: scale(1.2); }
  .card:hover .card__thumb {
    height: 90px; }

.card__body {
  position: relative;
  padding: 20px;
  height: 180px;
  transition: height 0.3s; }
  .card:hover .card__body {
    height: 325px; }

.card__category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 15px;
  background: #233062;
  color: #fff;
  font-size: 11px;
  line-height: 25px; }
  .card__category a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }

.card__title {
  margin: 0;
  font-size: 18px !important;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px; }
  .card:hover .card__title {
    animation: titleBlur 0.3s; }

.card__subtitle {
  margin: 0 0 10px 0;
  color: #233062;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .card:hover .card__subtitle {
    animation: subtitleBlur 0.3s; }

.card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 65px;
  margin: 0;
  padding: 0;
  color: #666c74;
  font-size: 14px;
  line-height: 27px;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0s;
  transform: translateY(25px);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .card:hover .card__description {
    opacity: 1;
    transition-delay: 0.1s;
    transform: translateY(0); }

.card__footer {
  position: absolute;
  color: #a3a9ab;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 11px; }
  .card__footer .icon--comment {
    margin-left: 10px; }

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px; }
  .icon:before {
    display: inline-block;
    text-align: center;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    padding-right: 10px; }

.icon--comment:before {
  content: "\f0e6 "; }

.icon--time:before {
  content: "\f017 "; }

@keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6); }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0); } }
@keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(17, 46, 158, 0.6); }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(17, 46, 158, 0); } }
.news-cover-img {
  background-color: #233062;
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 30px;
  align-items: center; }
  @media (max-width: 991px) {
    .news-cover-img {
      grid-template-columns: 1fr; } }
  .news-cover-img figure img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .news-cover-img .details {
    text-align: center;
    color: white;
    font-size: 14px;
    font-style: italic;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media (max-width: 991px) {
      .news-cover-img .details {
        padding: 20px 0px;
        gap: 10px; } }
    .news-cover-img .details .heading {
      font-size: 16px;
      font-weight: 500;
      font-style: initial; }
    .news-cover-img .details .social-media ul {
      margin-top: 10px;
      display: flex;
      gap: 20px;
      justify-content: center; }
      .news-cover-img .details .social-media ul li {
        display: block; }
        .news-cover-img .details .social-media ul li a {
          display: flex;
          height: 30px;
          width: 30px;
          justify-content: center;
          align-items: center;
          color: white !important;
          background: transparent;
          border-radius: 50%;
          border: 1px solid white; }
          .news-cover-img .details .social-media ul li a i {
            font-size: 14px; }
          .news-cover-img .details .social-media ul li a:hover {
            border: 1px solid #B3211D;
            background-color: #B3211D; }

.table-of-content {
  position: sticky;
  top: 100px; }
  .table-of-content .popular-tags .blog-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap; }
    .table-of-content .popular-tags .blog-tags a {
      background-color: #254ce0;
      color: white !important;
      padding: 0px 5px;
      border-radius: 2px;
      font-size: 10px;
      text-decoration: none;
      text-transform: uppercase; }
      .table-of-content .popular-tags .blog-tags a:hover {
        background-color: #B3211D; }

.blog-category-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid gray;
  padding: 10px;
  transition: 0.5s;
  display: block; }
  .blog-category-item:hover {
    transform: translateY(-10px);
    background-color: #233062; }
    .blog-category-item:hover .title {
      color: white; }
    .blog-category-item:hover .count {
      color: #dedddd; }
  .blog-category-item .title {
    font-size: 18px;
    margin-bottom: 0; }
  .blog-category-item .count {
    color: #B3211D;
    font-size: 12px; }

.blog-summary {
  color: #5c5c5c; }
  .blog-summary ul li {
    display: flex;
    gap: 5px;
    align-items: center; }

.responsive-social-media-share .heading {
  font-size: 16px;
  font-weight: 500;
  font-style: initial; }
.responsive-social-media-share ul {
  margin-top: 10px;
  display: flex;
  gap: 10px; }
  .responsive-social-media-share ul li {
    display: block; }
    .responsive-social-media-share ul li a {
      display: flex;
      height: 30px;
      width: 30px;
      justify-content: center;
      align-items: center;
      color: white !important;
      background: #233062;
      border-radius: 50%;
      transition: 0.5s; }
      .responsive-social-media-share ul li a i {
        font-size: 14px; }
      .responsive-social-media-share ul li a:hover {
        background: #B3211D;
        transform: translateY(-10px); }

.comment-section .heading {
  width: 100%;
  color: #111;
  cursor: auto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }
.comment-section .comments-wrapper {
  max-height: 450px;
  border: 1px solid #ccc;
  border-radius: 10.5px;
  padding: 20px;
  overflow-y: auto; }
  .comment-section .comments-wrapper .user-comment {
    display: flex;
    gap: 6px;
    position: relative; }

.comments-wrapper > .user-comment-wrapper > :nth-child(n+2) {
  margin-left: 44px; }

.user-comment-wrapper > :nth-child(n+2) {
  margin-left: 36px;
  padding-left: 4px; }

.user-comment-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative; }

.user-comment-wrapper .user-comment img {
  cursor: pointer;
  border-radius: 50%;
  margin-top: 4px;
  position: relative;
  box-shadow: 0 0 0 3px #fff;
  z-index: 10; }

.comments-wrapper > .user-comment-wrapper :nth-child(1) img {
  height: 36px;
  width: 36px; }

.comments-wrapper > .user-comment-wrapper :nth-child(n+2) img {
  height: 28px;
  width: 28px; }

.comment-details {
  display: flex;
  flex-direction: column;
  z-index: 6; }

.comment-details .comment-box {
  padding: 8px 12px;
  background: #f0f2f5;
  border-radius: 18px;
  text-align: start; }

.comment-details .commentor-name {
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
  color: #080809; }

.comment-details .comment-replay-reaction {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  padding: 4px 0 0 12px; }

.comment-details .comment-replay-reaction u {
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #65676b; }

.comment-details .comment-replay-reaction u:hover {
  text-decoration: underline;
  cursor: pointer; }

.comment-details .comment-replay-reaction :nth-child(2) {
  font-weight: 700; }

.comment-details .comment-replay-reaction .comment-reaction {
  position: relative;
  top: -5px; }

.comment-details .comment-replay-reaction .comment-reaction > span {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 2px #fff;
  top: 4px; }

.comment-details .comment-replay-reaction .comment-reaction :nth-child(n+2) {
  z-index: 1001; }

.comment-details .comment-replay-reaction .comment-reaction :nth-child(n+3) {
  z-index: 1000;
  left: -6px; }

.comment-details .comment-replay-reaction .comment-reaction :nth-child(n+4) {
  z-index: 999;
  left: -12px; }

.comment-details .comment-text {
  margin: 0;
  line-height: 21.3328px;
  font-size: 15px; }

.view-all-comment-btn {
  position: relative;
  z-index: 6;
  color: #65686c;
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: 600;
  background-color: #fff;
  box-shadow: -4px 0 0 0 #fff;
  margin-bottom: 6px;
  text-decoration: none;
  cursor: pointer; }

.user-comment-wrapper .user-comment-wrapper .user-comment-wrapper .ag9,
.user-comment-wrapper .user-comment-wrapper .user-comment .ag9 {
  left: -24px; }

.comment-details .comment-replay-reaction .comment-reaction .like {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.5'/%3E%3Cpath d='M7.3014 3.8662a.6974.6974 0 0 1 .6974-.6977c.6742 0 1.2207.5465 1.2207 1.2206v1.7464a.101.101 0 0 0 .101.101h1.7953c.992 0 1.7232.9273 1.4917 1.892l-.4572 1.9047a2.301 2.301 0 0 1-2.2374 1.764H6.9185a.5752.5752 0 0 1-.5752-.5752V7.7384c0-.4168.097-.8278.2834-1.2005l.2856-.5712a3.6878 3.6878 0 0 0 .3893-1.6509l-.0002-.4496ZM4.367 7a.767.767 0 0 0-.7669.767v3.2598a.767.767 0 0 0 .767.767h.767a.3835.3835 0 0 0 .3835-.3835V7.3835A.3835.3835 0 0 0 5.134 7h-.767Z' fill='%23fff'/%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(90 .0005 8) scale(7.99958)'%3E%3Cstop offset='.5618' stop-color='%230866FF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230866FF' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5257 10.9237) scale(10.1818)'%3E%3Cstop offset='.3143' stop-color='%2302ADFC'/%3E%3Cstop offset='1' stop-color='%2302ADFC' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3989' y1='2.3999' x2='13.5983' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302ADFC'/%3E%3Cstop offset='.5' stop-color='%230866FF'/%3E%3Cstop offset='1' stop-color='%232B7EFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }

.comment-details .comment-replay-reaction .comment-reaction .love {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9963 8c0 4.4179-3.5811 7.9993-7.9986 7.9993-4.4176 0-7.9987-3.5814-7.9987-7.9992 0-4.4179 3.5811-7.9992 7.9987-7.9992 4.4175 0 7.9986 3.5813 7.9986 7.9992Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M7.9996 5.9081c-.3528-.8845-1.1936-1.507-2.1748-1.507-1.4323 0-2.4254 1.328-2.4254 2.6797 0 2.2718 2.3938 4.0094 4.0816 5.1589.3168.2157.7205.2157 1.0373 0 1.6878-1.1495 4.0815-2.8871 4.0815-5.159 0-1.3517-.993-2.6796-2.4254-2.6796-.9811 0-1.822.6225-2.1748 1.507Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23E11731' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E11731' stop-opacity='.1'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3986' y1='2.4007' x2='13.5975' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF74AE'/%3E%3Cstop offset='.5001' stop-color='%23FA2E3E'/%3E%3Cstop offset='1' stop-color='%23FF5758'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.001.0009h15.9992v15.9984H-.001z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }

.comment-details .comment-replay-reaction .comment-reaction .haha {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9953 7.9996c0 4.418-3.5816 7.9996-7.9996 7.9996S-.004 12.4176-.004 7.9996 3.5776 0 7.9957 0c4.418 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M15.9953 7.9996c0 4.418-3.5816 7.9996-7.9996 7.9996S-.004 12.4176-.004 7.9996 3.5776 0 7.9957 0c4.418 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.8'/%3E%3Cpath d='M12.5278 8.1957c.4057.1104.6772.4854.623.9024-.3379 2.6001-2.5167 4.9012-5.1542 4.9012s-4.8163-2.3011-5.1542-4.9012c-.0542-.417.2173-.792.623-.9024.8708-.237 2.5215-.596 4.5312-.596 2.0098 0 3.6605.359 4.5312.596Z' fill='%234B280E'/%3E%3Cpath d='M11.5809 12.3764c-.9328.9843-2.1948 1.6228-3.5841 1.6228-1.3892 0-2.6512-.6383-3.5839-1.6225a1.5425 1.5425 0 0 0-.016-.0174c.4475-1.0137 2.2-1.3599 3.5999-1.3599 1.4 0 3.1514.3468 3.5998 1.3599l-.0157.0171Z' fill='url(%23paint3_linear_15251_63610)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3049 5.8793c.1614-1.1485-.6387-2.2103-1.7872-2.3717l-.0979-.0138c-1.1484-.1614-2.2103.6388-2.3717 1.7872l-.0163.1164a.5.5 0 0 0 .9902.1392l.0163-.1164c.0846-.6016.6408-1.0207 1.2424-.9362l.0978.0138c.6016.0845 1.0207.6407.9362 1.2423l-.0164.1164a.5.5 0 0 0 .9903.1392l.0163-.1164ZM2.6902 5.8793c-.1614-1.1485.6387-2.2103 1.7872-2.3717l.0979-.0138c1.1484-.1614 2.2103.6388 2.3717 1.7872l.0164.1164a.5.5 0 1 1-.9903.1392l-.0163-.1164c-.0846-.6016-.6408-1.0207-1.2423-.9362l-.098.0138c-.6015.0845-1.0206.6407-.936 1.2423l.0163.1164a.5.5 0 0 1-.9902.1392l-.0164-.1164Z' fill='%231C1C1D'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23FF5758' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5758' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5272 10.9202) scale(10.1818)'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23FFF287' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.396' y1='2.3999' x2='13.5954' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23F68628'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_15251_63610' x1='5.1979' y1='10.7996' x2='5.245' y2='14.2452' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF60A4'/%3E%3Cstop offset='.2417' stop-color='%23FA2E3E'/%3E%3Cstop offset='1' stop-color='%23BC0A26'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.002 0h16v15.9992h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }

.comment-details .comment-replay-reaction .comment-reaction .wow {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9972 7.9996c0 4.418-3.5815 7.9996-7.9996 7.9996-4.418 0-7.9996-3.5816-7.9996-7.9996S3.5796 0 7.9976 0c4.4181 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M15.9972 7.9996c0 4.418-3.5815 7.9996-7.9996 7.9996-4.418 0-7.9996-3.5816-7.9996-7.9996S3.5796 0 7.9976 0c4.4181 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6144 10.8866c.159-1.8461 1.127-2.887 2.382-2.887 1.2551 0 2.2231 1.0418 2.3822 2.887.1591 1.8461-.7342 3.1127-2.3821 3.1127-1.648 0-2.5412-1.2666-2.3821-3.1127Z' fill='%234B280E'/%3E%3Cellipse cx='11.1978' cy='5.6997' rx='1.3999' ry='1.6999' fill='%231C1C1D'/%3E%3Cellipse cx='4.7979' cy='5.6997' rx='1.3999' ry='1.6999' fill='%231C1C1D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3528 3.166a1.4744 1.4744 0 0 0-1.8591-.3279.4.4 0 1 1-.3976-.6941c.9527-.5457 2.1592-.333 2.8678.5056a.4.4 0 0 1-.6111.5163ZM5.4998 2.8381a1.4744 1.4744 0 0 0-1.859.3278.4.4 0 0 1-.6111-.5162c.7085-.8387 1.915-1.0514 2.8677-.5057a.4.4 0 0 1-.3976.6941Z' fill='%23E0761A'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23FF5758' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5758' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5262 10.9226) scale(10.1818)'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23FFF287' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3979' y1='2.3999' x2='13.5973' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23F68628'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.002 0h15.9992v15.9992H-.002z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }

.comment-details .comment-replay-reaction .comment-reaction .sad {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 128 128' viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CradialGradient id='a' cx='63.6' cy='62.9' gradientUnits='userSpaceOnUse' r='56.9597'%3E%3Cstop offset='.5' stop-color='%23fde030'/%3E%3Cstop offset='.92' stop-color='%23f7c02b'/%3E%3Cstop offset='1' stop-color='%23f4a223'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='20.59' cy='-404.6951' gradientTransform='matrix(1 0 0 -1.54 0 -560.29)' gradientUnits='userSpaceOnUse' r='33.4'%3E%3Cstop offset='.46' stop-color='%2329b6f6'/%3E%3Cstop offset='1' stop-color='%231e88e5'/%3E%3C/radialGradient%3E%3Cpath d='m63.6 118.8c-27.9 0-58-17.5-58-55.9s30.1-55.9 58-55.9c15.5 0 29.8 5.1 40.4 14.4 11.5 10.2 17.6 24.6 17.6 41.5s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5z' fill='url(%23a)'/%3E%3Cpath d='m111.49 29.67c5.33 8.6 8.11 18.84 8.11 30.23 0 16.9-6.1 31.2-17.6 41.4-10.6 9.3-25 14.5-40.4 14.5-18.06 0-37-7.35-48.18-22.94 10.76 17.66 31 25.94 50.18 25.94 15.4 0 29.8-5.2 40.4-14.5 11.5-10.2 17.6-24.5 17.6-41.4 0-12.74-3.47-24.06-10.11-33.23z' fill='%23eb8f00'/%3E%3Cg fill='%23422b0d'%3E%3Cpath d='m64 87.15c10.82 0 17.83 7.92 19.65 11.57.7 1.41.74 2.58.14 3.13-.63.41-1.45.41-2.08 0-.31-.15-.62-.32-.9-.52-10.05-7.2-23.56-7.2-33.61 0-.28.2-.58.37-.9.52-.63.42-1.45.42-2.08 0-.6-.55-.56-1.72.14-3.13 1.81-3.64 8.82-11.57 19.64-11.57z'/%3E%3Cpath d='m27.39 39.77c-2.2.39-2.31 3.59.09 3.7 5.3.08 10.42-1.88 14.32-5.47 1.48-1.28 2.74-2.79 3.71-4.49.58-.83.38-1.97-.44-2.56s-1.97-.38-2.56.44l-.1.1c-3.93 4.39-9.22 7.3-15.02 8.28z'/%3E%3Cpath d='m86.12 31.52-.1-.1c-.58-.83-1.73-1.03-2.56-.45s-1.03 1.73-.44 2.56c.98 1.69 2.24 3.2 3.73 4.47 3.9 3.59 9.02 5.54 14.32 5.45 2.4-.11 2.29-3.31.08-3.7-5.8-.97-11.09-3.87-15.03-8.23z'/%3E%3C/g%3E%3Cpath d='m19.52 107c-8.46 0-15-8.21-15-15.24 0-4.94 2.21-10.67 5.34-18.61.39-1.17.91-2.35 1.43-3.65 1.49-3.72 2.8-7.75 4.8-11.24.95-1.7 3.1-2.3 4.79-1.35.56.32 1.03.78 1.35 1.35 1.86 3.43 3.14 7.14 5.07 11.47 5.47 12.24 7 17.19 7 22.13.19 6.97-6.45 15.14-14.78 15.14z' fill='url(%23b)'/%3E%3Cpath d='m28.67 97.65c-1.91 3-6.25 2.4-6.25-2.51 0-3.14.64-19.26 3.34-17 4.38 3.67 5.63 15.33 2.91 19.51z' fill='%2381d4fa'/%3E%3Cpath d='m44.67 54.94c-4.19 0-8 3.54-8 9.42s3.81 9.41 8 9.41c4.19 0 8-3.54 8-9.41s-3.81-9.42-8-9.42z' fill='%23422b0d'/%3E%3Cpath d='m44.28 58.87c-1.42-.68-3.13-.08-3.82 1.34-.53 1.11-.29 2.44.6 3.3 1.42.68 3.13.08 3.82-1.34.53-1.11.29-2.44-.6-3.3z' fill='%23896024'/%3E%3Cpath d='m83 54.94c-4.19 0-8 3.54-8 9.42s3.81 9.41 8 9.41c4.19 0 8-3.54 8-9.41s-3.79-9.42-8-9.42z' fill='%23422b0d'/%3E%3Cpath d='m82.63 58.87c-1.42-.68-3.13-.08-3.82 1.34-.53 1.11-.29 2.44.6 3.3 1.42.68 3.13.08 3.82-1.34.53-1.11.29-2.44-.6-3.3z' fill='%23896024'/%3E%3C/svg%3E"); }

.comment-write-replay .comment-details {
  width: 100%; }
.comment-write-replay .comment-box textarea {
  display: block;
  width: 100%;
  border: 1px solid gray;
  min-height: 100px;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px; }
.comment-write-replay .comment-box button {
  background-color: #B3211D;
  border: none;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  width: fit-content;
  margin: 10px 0px 0px auto; }

.portfolio-card {
  display: block;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  transition: 0.5s;
  overflow: hidden; }
  .portfolio-card:hover {
    transform: translateY(-10px); }
  .portfolio-card figure {
    height: 200px; }
  .portfolio-card .title {
    font-weight: 600;
    text-align: center;
    color: #242424;
    padding: 20px; }

.technology-used {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .technology-used .technology-card {
    width: fit-content;
    height: 80px;
    padding: 10px 40px;
    background-color: white;
    box-shadow: 0px 0px 4px #00000025;
    border-radius: 5px; }

.project-highlight .desktop-preview::after {
  top: 86%; }

.project-card {
  transition: 0.4s; }
  .project-card img {
    max-height: 240px; }
  .project-card .services-types {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: #B3211D;
    letter-spacing: 2px; }
  .project-card .card-title {
    font-size: 18px;
    font-weight: 600; }
  .project-card .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .project-card .read-more-btn {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #233062 !important; }
  .project-card:hover {
    transform: translateY(-10px); }
    .project-card:hover .read-more-btn {
      color: #B3211D !important; }

#boonmatrix-terms-condition ul li .nav-link {
  border: none;
  transition: 0.5s; }
  #boonmatrix-terms-condition ul li .nav-link i {
    padding-inline-end: 10px;
    font-size: 14px; }
  #boonmatrix-terms-condition ul li .nav-link.active {
    color: #233062 !important;
    background-color: transparent !important;
    padding-left: 20px;
    font-weight: 500; }

.boonmatrix-faq .accordion-item {
  border: 0;
  border-bottom: 1px solid #cbcbcb; }
  .boonmatrix-faq .accordion-item .accordion-header {
    border: 0; }
    .boonmatrix-faq .accordion-item .accordion-header .accordion-button {
      font-size: 20px;
      font-weight: 500; }
      @media (max-width: 480px) {
        .boonmatrix-faq .accordion-item .accordion-header .accordion-button {
          font-size: 18px; } }
      .boonmatrix-faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background-color: transparent;
        border: none;
        box-shadow: none; }
      .boonmatrix-faq .accordion-item .accordion-header .accordion-button:focus {
        box-shadow: none; }
  .boonmatrix-faq .accordion-item .accordion-body {
    padding-top: 0; }

.faq-center {
  width: 80%;
  margin-inline: auto; }
  @media (max-width: 767px) {
    .faq-center {
      width: 90%; } }
  @media (max-width: 480px) {
    .faq-center {
      width: 100%; } }

.testimonial {
  background-color: white;
  border-radius: 5px;
  padding: 40px 25px 25px;
  position: relative; }
  .testimonial__details {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px; }
  .testimonial__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .testimonial__job {
    font-size: 14px;
    line-height: 10px;
    color: #8b8b8b; }
  .testimonial__name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px; }
  .testimonial__img {
    height: 50px;
    width: 50px;
    background-color: #233062; }
    .testimonial__img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

/*# sourceMappingURL=style.css.map */
