body {
  font-family: "Source Sans 3", serif; }

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
  font-family: "Source Sans 3", serif;
  font-optical-sizing: auto;
  color: #333333; }

a {
  text-decoration: none;
  color: #333333;
  outline: none;
  box-shadow: none;
  font-family: "Source Sans 3", serif; }

a:focus {
  text-decoration: none;
  color: #333333; }

a:active {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 0px 0;
  font-size: 16px;
  color: #555555;
  justify-content: center;
  font-weight: 500; }
  .breadcrumb li {
    display: flex;
    align-items: center;
    padding: 0 10px 0px 0; }
    .breadcrumb li a {
      text-decoration: none;
      color: #555555;
      font-size: 16px;
      font-weight: 500; }
      .breadcrumb li a:hover {
        color: #000; }
      .breadcrumb li a i,
      .breadcrumb li a svg {
        margin-right: 10px;
        color: #555555; }
    .breadcrumb li .separator svg {
      font-size: 14px;
      color: #555555; }

.pcb-btn {
  border-radius: 5px;
  color: #ffffff;
  background-color: #D24545;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #00000000;
  transition: all 0.6s;
  outline: none;
  box-shadow: none;
  padding: 12px 24px; }
  .pcb-btn:hover {
    background-color: transparent;
    color: #D24545;
    border: 1px solid #D24545; }
  @media (max-width: 768px) {
    .pcb-btn {
      padding: 11px 18px; } }

.pcb-btn-outline {
  border-radius: 5px;
  color: #D24545;
  background-color: #00000000;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #D24545;
  transition: all 0.6s;
  outline: none;
  box-shadow: none;
  padding: 12px 24px; }
  .pcb-btn-outline:hover {
    background-color: #D24545;
    color: #fff;
    border: 1px solid #D24545; }
  @media (max-width: 768px) {
    .pcb-btn-outline {
      padding: 11px 18px; } }

.pcb-btn-2 {
  border-radius: 5px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #D24545;
  transition: all 0.6s;
  outline: none;
  box-shadow: none;
  padding: 12px 24px; }
  .pcb-btn-2:hover {
    background-color: #D24545;
    color: #fff;
    border: 1px solid #D24545; }
  @media (max-width: 768px) {
    .pcb-btn-2 {
      padding: 11px 18px; } }

.center-title {
  color: #000;
  font-size: 41px !important;
  text-align: center;
  font-weight: 700 !important; }
  @media screen and (max-width: 991px) {
    .center-title {
      font-size: 32px !important; } }
  @media screen and (max-width: 768px) {
    .center-title {
      font-size: 28px !important; } }

.industry-card {
  box-shadow: rgba(29, 14, 98, 0.067) 0 33px 88px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaee;
  border-image: initial;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  cursor: default;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease-in-out; }
  .industry-card:hover {
    transform: translateY(-3%); }
  .industry-card h4 {
    margin-bottom: 10px !important;
    font-size: 21px;
    font-weight: 600;
    color: #333333;
    margin-top: 10px; }
  .industry-card p {
    color: rgba(10, 64, 69, 0.6);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 100; }
  .industry-card .read-more {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    color: #333333; }
    .industry-card .read-more i {
      font-size: 14px;
      padding-left: 10px;
      color: #333333; }
  @media screen and (max-width: 991px) {
    .industry-card {
      text-align: center; }
      .industry-card .read-more {
        justify-content: center; } }

.product-card {
  background-color: transparent;
  padding: 14px;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px; }
  .product-card:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; }
  .product-card img {
    border-radius: 32px; }
  .product-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 0; }
  .product-card a {
    font-weight: 400; }
  .product-card .card-body {
    padding: 6px 0 6px 10px; }

.blogs_home_card {
  position: relative;
  overflow: hidden;
  border-radius: 14px; }
  @media (min-width: 991px) {
    .blogs_home_card img {
      height: 100%;
      object-fit: cover; } }
  .blogs_home_card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 25px 35px 25px 25px;
    box-sizing: border-box;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
    .blogs_home_card .overlay a,
    .blogs_home_card .overlay p {
      color: #FFF;
      margin: 0;
      position: relative;
      z-index: 2; }
    .blogs_home_card .overlay a {
      font-size: 32px;
      font-weight: 700; }
  .blogs_home_card img {
    width: 100%;
    display: block; }

#footer {
  background-color: #F9F9F9; }
  #footer .site-logo .custom-logo-link {
    max-width: 200px; }
  #footer .footer-top {
    padding: 80px 0 0 0; }
  #footer .footer-center {
    padding: 20px 0 12px 0; }
  #footer .footer-info {
    margin-right: 34px; }
  #footer .reviews-logo {
    max-width: 190px; }
  #footer p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px; }
  #footer h4 {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px; }
  #footer .footer-nav li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    -webkit-transition: .6s;
    transition: .6s; }
  #footer .contact-nav {
    margin-left: -10px;
    margin-bottom: 30px; }
    #footer .contact-nav li a {
      color: #000;
      font-size: 15px;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 600; }
    #footer .contact-nav i {
      background-color: #79332a;
      color: #fff;
      padding: 10px 10px;
      margin-right: 10px;
      border-radius: 8px;
      text-align: center;
      width: 37px; }
  #footer .footer-bottom {
    padding: 12px 0;
    border-top: 1px solid #ddd; }
  #footer .social-nav li a {
    color: #000;
    font-size: 20px;
    padding: 0 7px;
    font-weight: 700;
    border-radius: 4px;
    -webkit-transition: .6s;
    transition: .6s; }

.hero_section {
  background-image: url("../img//banner-slider-image.webp");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative; }
  .hero_section .hero_section_content {
    max-width: 640px;
    position: relative;
    z-index: 4; }
    @media (max-width: 991px) {
      .hero_section .hero_section_content {
        margin: 0 auto; } }
    .hero_section .hero_section_content h1 {
      font-size: 45px;
      color: #fff;
      margin-bottom: 20px;
      font-weight: 600;
      line-height: 1;
      position: relative;
      z-index: 4; }
      @media (max-width: 991px) {
        .hero_section .hero_section_content h1 {
          line-height: 1.3;
          font-size: 34px !important;
          text-align: center; } }
      @media screen and (max-width: 768px) {
        .hero_section .hero_section_content h1 {
          font-size: 28px;
          text-align: center;
          line-height: 1.2; } }
      @media screen and (max-width: 576px) {
        .hero_section .hero_section_content h1 {
          font-size: 24px; } }
    .hero_section .hero_section_content p {
      color: #fff;
      margin-bottom: 20px;
      position: relative;
      z-index: 4;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .hero_section .hero_section_content p {
          margin-bottom: 10px; } }
    .hero_section .hero_section_content .buttons {
      padding-top: 20px;
      position: relative;
      z-index: 4; }
      .hero_section .hero_section_content .buttons .pcb-btn-2 {
        padding: 15px 50px; }
  @media screen and (max-width: 991px) {
    .hero_section {
      text-align: center;
      text-align: center;
      padding: 80px 0; }
      .hero_section::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); } }
  @media (max-width: 768px) {
    .hero_section {
      padding: 70px 20px; }
      .hero_section p {
        font-size: 17px; } }

.trusted_section {
  padding: 20px 0;
  background-color: #F9F9F9; }
  .trusted_section span {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .trusted_section span {
        text-align: center;
        font-size: 16px; } }
  .trusted_section p {
    color: #545454;
    margin-bottom: 20px; }
  .trusted_section svg {
    width: 120px; }
  .trusted_section a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline; }

.custom_boxes {
  padding: 80px 0; }
  @media screen and (max-width: 991.98px) {
    .custom_boxes {
      padding: 50px 10px;
      text-align: center; } }
  .custom_boxes h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: -1px !important;
    font-weight: 700;
    color: #D24545; }
  .custom_boxes .buttons {
    margin-left: auto;
    display: flex;
    justify-content: flex-end; }
    .custom_boxes .buttons a {
      padding: 10px 34px;
      border-radius: 5px; }
      @media screen and (max-width: 768px) {
        .custom_boxes .buttons a {
          padding: 10px 24px; } }
    @media screen and (max-width: 768px) {
      .custom_boxes .buttons {
        text-align: center;
        justify-content: center; } }
  .custom_boxes h2 {
    color: #333333;
    text-align: left;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 34px; }
    @media screen and (max-width: 768px) {
      .custom_boxes h2 {
        text-align: center;
        font-size: 24px; } }

.top_packaging_style {
  padding: 70px 0; }
  @media screen and (max-width: 991px) {
    .top_packaging_style {
      padding: 50px 10px; } }
  .top_packaging_style .top_packaging_style_content {
    max-width: 900px; }
    @media screen and (max-width: 991px) {
      .top_packaging_style .top_packaging_style_content {
        margin: 0 auto; } }
    .top_packaging_style .top_packaging_style_content .divider {
      width: 1px;
      height: 20px;
      background-color: rgba(0, 0, 0, 0.4); }
      @media (max-width: 768px) {
        .top_packaging_style .top_packaging_style_content .divider {
          display: none; } }
    .top_packaging_style .top_packaging_style_content h2 {
      font-size: 36px;
      font-weight: 700;
      color: #333333; }
      @media screen and (max-width: 768px) {
        .top_packaging_style .top_packaging_style_content h2 {
          font-size: 28px;
          margin-bottom: 0; } }
    .top_packaging_style .top_packaging_style_content p {
      font-size: 16px;
      color: #333333;
      line-height: 24px; }
      @media screen and (max-width: 768px) {
        .top_packaging_style .top_packaging_style_content p {
          line-height: 22px; } }
    .top_packaging_style .top_packaging_style_content a {
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      font-weight: 700; }
      .top_packaging_style .top_packaging_style_content a span {
        margin-left: 4px;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .top_packaging_style .top_packaging_style_content a span {
            font-size: 12px; } }
  .top_packaging_style .top_packaging_product .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    transform: translateY(-50%); }
    .top_packaging_style .top_packaging_product .owl-nav .owl-next {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      transition: all 0.3s ease; }
    .top_packaging_style .top_packaging_product .owl-nav .owl-prev {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      font-size: 20px;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      transition: all 0.3s ease; }
    .top_packaging_style .top_packaging_product .owl-nav svg {
      font-size: 11px;
      font-weight: 700; }
  @media (max-width: 991px) {
    .top_packaging_style {
      text-align: center; } }

.archive_sec {
  background-color: #f7f7f7;
  padding: 70px 0; }
  @media (max-width: 768px) {
    .archive_sec {
      padding: 50px 10px; } }
  .archive_sec .title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333333; }
    @media (max-width: 768px) {
      .archive_sec .title {
        text-align: center; } }
  .archive_sec .text {
    font-weight: 500;
    font-size: 18px; }
    @media (max-width: 768px) {
      .archive_sec .text {
        text-align: center; } }
  .archive_sec .accordion-button:not(.collapsed) {
    color: #d9534f;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding-bottom: 7px; }
  .archive_sec .accordion-button {
    background-color: transparent;
    outline: none;
    box-shadow: none; }
  .archive_sec .accordion {
    padding-left: 70px; }
    @media screen and (max-width: 991px) {
      .archive_sec .accordion {
        padding-left: 0; } }
  .archive_sec .accordion-button {
    font-weight: 700;
    font-size: 17px; }
  .archive_sec .accordion-item {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: #fff;
    padding: 0 25px;
    margin-bottom: 20px;
    border-radius: 14px; }
  .archive_sec .accordion-body {
    padding-bottom: 20px; }

.reviews_section {
  padding: 70px 0;
  padding-bottom: 0px; }
  @media (max-width: 991px) {
    .reviews_section {
      padding: 40px 10px; } }
  .reviews_section .review-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column-reverse; }
    .reviews_section .review-card .review-header {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      .reviews_section .review-card .review-header img {
        margin-right: 10px;
        max-width: 40px; }
      .reviews_section .review-card .review-header .review-info {
        flex-grow: 1; }
        .reviews_section .review-card .review-header .review-info .reviewer-name {
          margin: 0;
          font-size: 16px;
          font-weight: bold; }
        .reviews_section .review-card .review-header .review-info .review-date {
          font-size: 12px;
          color: #757575; }
    .reviews_section .review-card .review-stars {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      .reviews_section .review-card .review-stars i {
        font-size: 16px;
        color: #ff9900;
        margin-right: 2px; }
      .reviews_section .review-card .review-stars .verified-icon {
        color: #3b82f6;
        font-size: 14px;
        margin-left: 8px; }
    .reviews_section .review-card .review-text {
      font-size: 14px;
      color: #333;
      line-height: 1.5; }
  .reviews_section .reviews .reviews-carousel {
    position: relative; }
    .reviews_section .reviews .reviews-carousel .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex !important;
      justify-content: space-between;
      transform: translateY(-50%); }
      .reviews_section .reviews .reviews-carousel .owl-nav .owl-prev,
      .reviews_section .reviews .reviews-carousel .owl-nav .owl-next {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #333;
        cursor: pointer;
        transition: all 0.3s ease; }
        .reviews_section .reviews .reviews-carousel .owl-nav .owl-prev:hover,
        .reviews_section .reviews .reviews-carousel .owl-nav .owl-next:hover {
          background-color: #f0f0f0; }

.blog-carouel {
  position: relative; }
  .blog-carouel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    /* This line might be preventing clicks */
    z-index: 2; }
    .blog-carouel .owl-nav button {
      pointer-events: all;
      /* Re-enable pointer events for buttons */
      color: white;
      /* Arrow color */
      border: none;
      padding: 10px;
      font-size: 20px;
      cursor: pointer;
      background-color: transparent; }
    .blog-carouel .owl-nav i {
      color: #FFF;
      font-size: 20px;
      background-color: transparent !important; }
      .blog-carouel .owl-nav i:hover {
        background-color: transparent !important; }
    .blog-carouel .owl-nav svg {
      color: #FFF;
      font-size: 20px;
      background-color: transparent !important; }

.description-sec {
  padding: 70px 0;
  text-align: justify; }
  @media screen and (max-width: 768px) {
    .description-sec {
      padding: 50px 10px; } }
  .description-sec ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px; }
  .description-sec ::-webkit-scrollbar-thumb {
    background-color: #d35400;
    border-radius: 10px; }
  .description-sec ::-webkit-scrollbar {
    width: 6px; }
  .description-sec #description_sec {
    height: 808px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .description-sec #description_sec {
        height: 380px;
        overflow-y: scroll;
        overflow-x: hidden; } }
  .description-sec h2 {
    font-size: 22px;
    margin: 15px 0;
    font-weight: 600; }
    @media (max-width: 576px) {
      .description-sec h2 {
        font-size: 17px; } }
  .description-sec h3 span {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600; }
  .description-sec h2 span {
    font-size: 22px;
    margin: 15px 0;
    font-weight: 600; }
    @media (max-width: 576px) {
      .description-sec h2 span {
        font-size: 17px; } }
  .description-sec h3 {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600; }
  .description-sec ul {
    list-style-type: disc;
    padding-top: 0px !important;
    margin-left: 0px !important; }
  .description-sec li {
    margin-left: 0;
    padding: 0;
    list-style: disc; }
  .description-sec a {
    color: #d35400;
    text-decoration: none;
    text-decoration: underline;
    font-weight: 500; }
  .description-sec p {
    margin-bottom: 0px !important; }
  .description-sec .bg {
    padding: 30px;
    background-color: #e9f7f6;
    border-radius: 24px 0 0 24px; }

.instant_form {
  padding: 70px 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #d35400 50%, #fff 100%); }
  .instant_form h2 {
    text-align: center;
    color: #f6f6f6;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px; }
  .instant_form span.demension {
    color: #f6f6f6;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 20px; }
    .instant_form span.demension:before, .instant_form span.demension:after {
      content: "";
      display: inline-block;
      width: 50px;
      height: 1px;
      background-color: #f6f6f6;
      margin: 0 10px;
      vertical-align: middle; }
  .instant_form input:not([type="checkbox"]) {
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 3px 6px 22px -11px rgba(0, 0, 0, 0.5);
    color: #1A0A08;
    padding: 12px 10px;
    outline: 0;
    line-height: 1.3;
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    margin: 10px 0; }
  .instant_form select {
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 3px 6px 22px -11px rgba(0, 0, 0, 0.5);
    color: #1A0A08;
    padding: 12px 10px;
    outline: 0;
    line-height: 1.3;
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    margin: 10px 0; }
  .instant_form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 0px !important; }
  .instant_form .list-unstyled {
    margin-top: 10px; }
  .instant_form .form-check-label {
    font-size: 14px;
    font-weight: 500; }

.start_journey .custom-container {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media screen and (min-width: 991.98px) {
    .start_journey .custom-container {
      padding: 0; } }
.start_journey .main-banner {
  position: relative;
  padding: 240px 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 991.98px) {
    .start_journey .main-banner {
      padding: 150px 75px; } }
  @media (max-width: 768px) {
    .start_journey .main-banner {
      padding: 100px 50px; } }
  @media screen and (max-width: 576px) {
    .start_journey .main-banner {
      padding: 50px 20px; } }
  .start_journey .main-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
.start_journey .main-banner h2 {
  font-size: 72px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .start_journey .main-banner h2 {
      font-size: 48px; } }
  @media screen and (max-width: 768px) {
    .start_journey .main-banner h2 {
      font-size: 33px; } }
  @media screen and (max-width: 576px) {
    .start_journey .main-banner h2 {
      font-size: 28px; } }
.start_journey .main-banner p {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  position: relative;
  z-index: 2; }
.start_journey .main-banner .pcb-btn {
  background: #d35400;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 15px; }
.start_journey .grid-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
.start_journey .grid-item {
  position: relative;
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 200px; }
  .start_journey .grid-item:nth-child(2)::before, .start_journey .grid-item:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .start_journey .grid-item:nth-child(1)::before, .start_journey .grid-item:nth-child(4)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(186, 143, 84, 0.57);
    z-index: 1; }
.start_journey .grid-item a {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 24px;
  font-weight: 500; }
@media (max-width: 768px) {
  .start_journey .custom-container {
    grid-template-columns: 1fr; }
  .start_journey .grid-section {
    grid-template-columns: 1fr; } }

.featured_steps {
  padding: 50px 0;
  color: #333; }
  .featured_steps h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .featured_steps h2 {
        font-size: 24px;
        text-align: center; } }
  .featured_steps .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: auto; }
  .featured_steps .step-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    position: relative; }
  .featured_steps .step-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .featured_steps .step-number {
        justify-content: center; } }
    .featured_steps .step-number .step {
      display: inline-block;
      max-width: 80px; }
    .featured_steps .step-number .arrow {
      display: inline-block;
      max-width: 120px; }
      @media (max-width: 991px) {
        .featured_steps .step-number .arrow {
          display: none; } }
  .featured_steps .step-item:last-child .step-number .arrow {
    display: none; }
  .featured_steps .cta-btn {
    margin-top: 30px; }
  @media (max-width: 992px) {
    .featured_steps {
      text-align: center; }
      .featured_steps p {
        text-align: center !important; }
      .featured_steps .steps-grid {
        grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .featured_steps .steps-grid {
      grid-template-columns: 1fr; } }
  .featured_steps h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333; }
  .featured_steps p {
    font-weight: 400;
    color: #333;
    font-size: 15px;
    text-align: left; }

.material_section {
  padding: 70px 0;
  background-color: #F6F6F6; }
  @media (max-width: 768px) {
    .material_section {
      padding: 50px 10px;
      text-align: center; } }
  .material_section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .material_section h2 {
        font-size: 30px; } }
    @media screen and (max-width: 768px) {
      .material_section h2 {
        font-size: 24px;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .material_section h2 {
        font-size: 21px; } }
  .material_section .nav-pills {
    justify-content: flex-start;
    background-color: #00000000;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .material_section .nav-pills {
        justify-content: center; } }
    .material_section .nav-pills .nav-link {
      color: #252525;
      border-radius: 0;
      font-weight: 600;
      margin: 0;
      background-color: transparent;
      border-bottom: 1px solid rgba(0, 0, 0, 0.6);
      padding: 12px 30px;
      margin-right: 20px; }
      @media (max-width: 991.98px) {
        .material_section .nav-pills .nav-link {
          padding: 10px 20px;
          font-size: 15px; } }
      @media (max-width: 767.98px) {
        .material_section .nav-pills .nav-link {
          padding: 8px 9px;
          margin-bottom: 5px; } }
      .material_section .nav-pills .nav-link.active, .show > .material_section .nav-pills .nav-link {
        color: #fff;
        background-color: #d35400;
        position: relative; }
  .material_section .materail-card {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 12px 12px; }
    .material_section .materail-card .materail-body {
      padding: 20px 20px;
      background-color: #fff;
      border-radius: 0 0 12px 12px; }
      .material_section .materail-card .materail-body h4 {
        font-size: 18px;
        font-weight: 700;
        color: #530B03; }
      .material_section .materail-card .materail-body p {
        color: #909090;
        margin-bottom: 0; }

.related_product {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .related_product {
      padding-bottom: 20px; } }
  .related_product .related_product_content {
    max-width: 600px;
    margin: 0 auto; }
    .related_product .related_product_content h2 {
      font-size: 32px;
      font-weight: 700;
      color: #333333; }
    @media (max-width: 768px) {
      .related_product .related_product_content {
        max-width: 100%; } }
  .related_product h6 {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px; }
  .related_product .pcb-btn {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px !important;
    display: block; }
  .related_product .blogs_home_card .overlay {
    justify-content: center; }

.top_categories {
  padding: 70px 0 30px 0; }
  @media (max-width: 768px) {
    .top_categories {
      padding: 50px 10px;
      text-align: center; } }
  .top_categories .product-card {
    text-align: center; }
    .top_categories .product-card .card-body {
      padding-top: 10px; }
  .top_categories .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    transform: translateY(-50%); }
    .top_categories .owl-nav .owl-next {
      background-color: #fff !important;
      border: 1px solid #ddd !important;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      transition: all 0.3s ease; }
    .top_categories .owl-nav .owl-prev {
      background-color: #fff !important;
      border: 1px solid #ddd !important;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      font-size: 20px;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      transition: all 0.3s ease; }
    .top_categories .owl-nav svg {
      font-size: 11px;
      font-weight: 700; }
  .top_categories h2 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .top_categories h2 {
        font-size: 30px; } }
    @media screen and (max-width: 768px) {
      .top_categories h2 {
        font-size: 26px; } }
    @media screen and (max-width: 576px) {
      .top_categories h2 {
        font-size: 22px; } }
  .top_categories .nav-pills {
    justify-content: flex-start;
    background-color: #00000000;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .top_categories .nav-pills {
        justify-content: center; } }
    .top_categories .nav-pills .nav-item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .top_categories .nav-pills .nav-link {
      color: #252525;
      border-radius: 0;
      font-weight: 600;
      margin: 0;
      background-color: transparent;
      padding: 15px 30px;
      padding-left: 0;
      margin-right: 20px; }
      @media (max-width: 991.98px) {
        .top_categories .nav-pills .nav-link {
          padding: 10px 20px;
          font-size: 15px;
          margin-right: 10px;
          margin-left: 10px; } }
      @media (max-width: 767.98px) {
        .top_categories .nav-pills .nav-link {
          padding: 8px 9px;
          margin-bottom: 5px; } }
      .top_categories .nav-pills .nav-link.active, .show > .top_categories .nav-pills .nav-link {
        color: #D24545;
        background-color: transparent;
        position: relative; }
        .top_categories .nav-pills .nav-link.active::before, .show > .top_categories .nav-pills .nav-link::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          border-radius: 14px;
          height: 3px;
          background-color: #D24545; }
  .top_categories .materail-card .materail-body {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 0 0 12px 12px; }
    .top_categories .materail-card .materail-body h4 {
      font-size: 18px;
      font-weight: 700;
      color: #530B03; }
    .top_categories .materail-card .materail-body p {
      color: #909090;
      margin-bottom: 0; }

.product_description {
  padding: 70px 0;
  background-color: #f6f6f6; }
  @media (max-width: 768px) {
    .product_description {
      padding: 50px 10px; } }
  .product_description .nav-pills {
    justify-content: flex-start;
    background-color: #00000000;
    margin-top: 20px;
    margin-bottom: 20px; }
    .product_description .nav-pills .nav-item {
      text-decoration: none;
      list-style: none; }
    @media screen and (max-width: 991px) {
      .product_description .nav-pills {
        justify-content: center; } }
    .product_description .nav-pills .nav-link {
      background-color: #00000000;
      color: #252525;
      border-radius: 6px;
      font-weight: 600;
      margin: 0;
      padding: 12px 30px;
      margin-right: 30px;
      border: 3px solid #d35400; }
      @media (max-width: 991.98px) {
        .product_description .nav-pills .nav-link {
          padding: 10px 20px;
          font-size: 15px;
          margin-left: 10px;
          margin-right: 10px; } }
      @media (max-width: 767.98px) {
        .product_description .nav-pills .nav-link {
          padding: 8px 9px;
          margin-bottom: 5px; } }
      .product_description .nav-pills .nav-link.active, .show > .product_description .nav-pills .nav-link {
        color: #fff;
        background-color: #D24545; }
  .product_description table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px; }
    .product_description table th,
    .product_description table td {
      padding: 12px 15px;
      text-align: left;
      border: 1px solid #ddd; }
    .product_description table th {
      background-color: #f4f4f4;
      font-weight: 600; }
    .product_description table tr:nth-child(even) {
      background-color: #f9f9f9; }
    .product_description table tr:hover {
      background-color: #f1f1f1; }
  .product_description .quote-card {
    border-radius: 12px;
    background-color: #F8F8F8;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    display: block; }
    @media screen and (max-width: 991px) {
      .product_description .quote-card {
        text-align: center;
        margin: 0 auto; } }
    .product_description .quote-card h6 {
      font-size: 18px;
      font-weight: 700;
      color: #333333;
      padding-bottom: 20px; }
    .product_description .quote-card img {
      margin-bottom: 0;
      padding-top: 30px;
      display: block; }
      @media screen and (max-width: 991px) {
        .product_description .quote-card img {
          text-align: center;
          margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .product_description .quote-card {
        text-align: center; } }
    .product_description .quote-card a {
      padding: 14px 36px;
      margin-bottom: 20px; }
  .product_description .author {
    padding-top: 30px; }
    .product_description .author span {
      color: #999999; }
    .product_description .author h6 {
      color: #000;
      font-weight: 600;
      font-size: 18px; }
  .product_description .recommended {
    padding-top: 10px; }
    .product_description .recommended img {
      display: block; }
      @media screen and (max-width: 991px) {
        .product_description .recommended img {
          text-align: center;
          margin-left: auto;
          margin-right: auto; } }
    .product_description .recommended h6 {
      color: #222222;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .product_description .recommended h6 {
          text-align: center; } }
    .product_description .recommended h4 {
      font-weight: 600;
      font-size: 18px; }
      @media screen and (max-width: 991px) {
        .product_description .recommended h4 {
          text-align: center; } }

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0; }
  @media (max-width: 991px) {
    .social-icons {
      flex-direction: row;
      justify-content: center; } }
  .social-icons .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 50%;
    text-decoration: none;
    color: #D24545;
    font-size: 24px;
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease; }
    .social-icons .icon:hover {
      border-color: #333333;
      color: #333333; }

.category_section_30 {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .category_section_30 {
      padding: 50px 10px;
      text-align: center; } }
  .category_section_30 .sec-30-content {
    padding-right: 30px; }
    .category_section_30 .sec-30-content h2 {
      font-size: 33px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .category_section_30 .sec-30-content h2 {
          font-size: 30px; } }
      @media screen and (max-width: 768px) {
        .category_section_30 .sec-30-content h2 {
          font-size: 26px; } }
      @media screen and (max-width: 576px) {
        .category_section_30 .sec-30-content h2 {
          font-size: 22px; } }
    @media screen and (max-width: 991px) {
      .category_section_30 .sec-30-content {
        padding-right: 0; } }

@media (max-width: 991.98px) {
  .gallery-image img {
    max-width: 50px !important;
    height: max-content !important;
    margin: 0 auto; } }
.product_details_pcb {
  padding: 40px 0 50px 0; }
  @media screen and (max-width: 768px) {
    .product_details_pcb {
      padding: 30px 10px 30px 10px; } }
  @media (max-width: 768px) {
    .product_details_pcb .gallery-image {
      margin: 0 auto;
      overflow-x: hidden; } }
  @media (max-width: 768px) {
    .product_details_pcb .custom-nav {
      justify-content: center; } }
  .product_details_pcb .form-bg {
    padding: 20px; }
  .product_details_pcb h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .product_details_pcb h1 {
        font-size: 28px;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .product_details_pcb h1 {
        font-size: 22px;
        text-align: center; } }
  @media screen and (max-width: 768px) {
    .product_details_pcb p {
      text-align: center; } }
  .product_details_pcb .guarantees-container {
    color: #545454; }
    .product_details_pcb .guarantees-container .top-row {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 10px;
      gap: 30px; }
    .product_details_pcb .guarantees-container .item {
      display: flex;
      align-items: center;
      font-size: 14px;
      gap: 10px;
      color: #545454;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .product_details_pcb .guarantees-container .item {
          font-size: 12px; } }
      .product_details_pcb .guarantees-container .item .red-icon {
        color: #d9534f; }
    .product_details_pcb .guarantees-container hr {
      border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      margin: 15px 0; }
  .product_details_pcb .form-bg {
    background-color: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    @media screen and (max-width: 991px) {
      .product_details_pcb .form-bg {
        padding: 20px; } }
    .product_details_pcb .form-bg h4 {
      font-size: 24px;
      font-weight: 600;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .product_details_pcb .form-bg h4 {
          font-size: 20px; } }
    .product_details_pcb .form-bg input {
      width: 100% !important;
      color: #333 !important;
      font-size: 14px !important;
      margin-bottom: 15px !important;
      border: 1px solid #e5e7eb !important;
      border-radius: 0.5rem !important;
      padding: 10px 20px !important;
      background-color: transparent !important;
      outline: none !important;
      box-shadow: none !important; }
      @media screen and (max-width: 991px) {
        .product_details_pcb .form-bg input {
          margin-bottom: 10px;
          font-size: 14px; } }
      .product_details_pcb .form-bg input ::placeholder {
        font-size: 14px;
        color: rgba(37, 37, 37, 0.3);
        font-weight: 500; }
    .product_details_pcb .form-bg textarea {
      background-color: #F6F6F6;
      border-radius: 12px;
      padding: 12px 28px;
      margin-bottom: 20px;
      width: 100%;
      box-shadow: none;
      outline: none;
      border: none;
      font-size: 15px;
      font-weight: 500; }
      @media screen and (max-width: 991px) {
        .product_details_pcb .form-bg textarea {
          margin-bottom: 10px;
          font-size: 14px; } }
      .product_details_pcb .form-bg textarea ::placeholder {
        font-size: 14px;
        color: rgba(37, 37, 37, 0.3);
        font-weight: 500; }
    .product_details_pcb .form-bg input[type="submit"] {
      background-color: #fff;
      color: #333333 !important;
      font-weight: 600;
      padding: 20px 28px;
      border-radius: 12px;
      border: none;
      cursor: pointer; }

.thanks_page {
  margin: 0 0 70px 0; }
  @media screen and (max-width: 991px) {
    .thanks_page {
      margin: 0 0 40px 0; } }
  @media screen and (max-width: 768px) {
    .thanks_page {
      margin: 0 0 30px 0; } }
  @media screen and (max-width: 576px) {
    .thanks_page {
      margin: 0 0 25px 0; } }
  .thanks_page .thanks-page {
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .thanks_page .thanks-page {
        max-width: 100%; } }
    .thanks_page .thanks-page a {
      margin-top: 40px;
      display: inline-block;
      padding: 14px 48px; }

.page-search-bar {
  margin-top: 20px;
  display: flex;
  justify-content: center; }
  .page-search-bar input {
    width: 70%;
    padding: 14px 28px;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 768px) {
      .page-search-bar input {
        width: 100%; } }
  .page-search-bar .dark-btn {
    padding: 6px 28px !important;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    background-color: #000;
    color: #fff;
    margin-left: -115px;
    margin-top: 6px;
    margin-bottom: 6px; }
  .page-search-bar .search {
    margin-left: -40px;
    border: none;
    color: #333333;
    background-color: transparent; }
  .page-search-bar input[type=email] {
    width: 100%;
    padding: 14px 28px;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: transparent; }
  .page-search-bar .rtn-btn {
    padding: 6px 38px !important;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    color: #fff;
    margin-left: -155px;
    margin-top: 6px;
    margin-bottom: 6px; }

.about_page {
  background-color: #FCF6F2;
  padding: 70px 0 50px 10px; }
  @media screen and (max-width: 768px) {
    .about_page {
      padding: 50px 10px;
      text-align: center; } }
  .about_page h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .about_page h2 {
        font-size: 28px; } }
    @media screen and (max-width: 576px) {
      .about_page h2 {
        font-size: 24px; } }
  .about_page .product-listing {
    margin: 20px 0; }

.about_page_sec_2 {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .about_page_sec_2 {
      padding: 50px 10px; } }
  .about_page_sec_2 .sec-5-content {
    padding-left: 80px; }
    @media screen and (max-width: 768px) {
      .about_page_sec_2 .sec-5-content {
        padding-left: 0;
        padding-top: 40px;
        text-align: center; } }
  .about_page_sec_2 h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .about_page_sec_2 h2 {
        font-size: 28px; } }
    @media screen and (max-width: 576px) {
      .about_page_sec_2 h2 {
        font-size: 24px; } }
  .about_page_sec_2 .list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0; }
    .about_page_sec_2 .list-unstyled li {
      display: flex;
      align-items: center;
      font-size: 16px;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .about_page_sec_2 .list-unstyled li {
          justify-content: center; } }
    .about_page_sec_2 .list-unstyled .icon svg {
      font-size: 18px;
      margin-right: 10px;
      color: #D24545; }
  .about_page_sec_2 a {
    padding: 14px 36px; }
    @media screen and (max-width: 768px) {
      .about_page_sec_2 a {
        padding: 14px 24px; } }

.sec-6 {
  padding: 70px 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    .sec-6 {
      padding: 50px 10px;
      text-align: center; } }
  .sec-6 .nav-pills {
    justify-content: flex-start;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .sec-6 .nav-pills {
        justify-content: center; } }
    .sec-6 .nav-pills .nav-link {
      background-color: #EAEEEF;
      color: #252525;
      border-radius: 0;
      font-weight: 600;
      margin: 0;
      padding: 15px 30px; }
      @media (max-width: 991.98px) {
        .sec-6 .nav-pills .nav-link {
          padding: 10px 20px;
          font-size: 15px; } }
      @media (max-width: 767.98px) {
        .sec-6 .nav-pills .nav-link {
          padding: 8px 9px;
          margin-bottom: 5px; } }
      .sec-6 .nav-pills .nav-link.active, .show > .sec-6 .nav-pills .nav-link {
        color: #fff;
        background-color: #D24545; }
  .sec-6 .product-card {
    background-color: #F8F7F3;
    padding: 14px;
    border-radius: 12px; }
    .sec-6 .product-card h4 {
      font-size: 20px;
      font-weight: 600;
      color: #333333;
      margin: 0;
      text-align: center; }
    .sec-6 .product-card .card-body {
      padding: 6px 0 6px 10px; }
  .sec-6 .owl-prev,
  .sec-6 .owl-next {
    position: absolute !important;
    top: 0;
    /* Align with the heading */
    transform: translateY(50%);
    /* Adjust vertically if needed */
    right: 50px;
    /* Adjust right distance for spacing */
    font-size: 16px !important;
    border-radius: 50%;
    /* Circular buttons */
    width: 42px !important;
    height: 42px !important;
    /* Make buttons circular */
    line-height: 42px;
    /* Center arrow icon */
    color: #222222 !important;
    background-color: #fff;
    /* Optional: background color */
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    z-index: 10;
    /* Ensure they appear above other elements */ }
  .sec-6 .owl-next {
    right: 0;
    /* Place the "next" arrow closer to the right side */ }

.sec-7 {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .sec-7 {
      margin-bottom: 40px; } }
  @media screen and (max-width: 576px) {
    .sec-7 {
      margin-bottom: 30px; } }
  .sec-7 .sec-7-content {
    padding: 70px;
    border-radius: 14px;
    background-color: #D24545; }
    @media screen and (max-width: 991px) {
      .sec-7 .sec-7-content {
        padding: 35px;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .sec-7 .sec-7-content {
        padding: 30px; } }
    @media screen and (max-width: 576px) {
      .sec-7 .sec-7-content {
        padding: 20px; } }
    .sec-7 .sec-7-content h2 {
      color: #fff;
      font-size: 40px;
      font-weight: 700; }
      @media screen and (max-width: 991px) {
        .sec-7 .sec-7-content h2 {
          padding-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .sec-7 .sec-7-content h2 {
          font-size: 28px; } }
      @media screen and (max-width: 576px) {
        .sec-7 .sec-7-content h2 {
          font-size: 24px; } }
    .sec-7 .sec-7-content a {
      font-weight: 600;
      color: #000;
      background-color: #fff;
      padding: 14px 30px;
      display: block;
      text-align: center;
      border-radius: 14px; }

.rank-math-breadcrumb p {
  margin-bottom: 0px; }
.rank-math-breadcrumb a {
  text-decoration: none; }

.archive_breadcrumb h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin: 20px 0; }
  @media screen and (max-width: 991px) {
    .archive_breadcrumb h1 {
      font-size: 28px; } }
  @media screen and (max-width: 768px) {
    .archive_breadcrumb h1 {
      font-size: 24px; } }
  @media screen and (max-width: 576px) {
    .archive_breadcrumb h1 {
      font-size: 20px; } }
.archive_breadcrumb .form-bg {
  background-color: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
  @media screen and (max-width: 991px) {
    .archive_breadcrumb .form-bg {
      padding: 20px; } }
  .archive_breadcrumb .form-bg h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .archive_breadcrumb .form-bg h4 {
        font-size: 20px; } }
  .archive_breadcrumb .form-bg input {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 12px 28px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 500; }
    @media screen and (max-width: 991px) {
      .archive_breadcrumb .form-bg input {
        margin-bottom: 10px;
        font-size: 14px; } }
    .archive_breadcrumb .form-bg input ::placeholder {
      font-size: 14px;
      color: rgba(37, 37, 37, 0.3);
      font-weight: 500; }
  .archive_breadcrumb .form-bg textarea {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 12px 28px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 500; }
    @media screen and (max-width: 991px) {
      .archive_breadcrumb .form-bg textarea {
        margin-bottom: 10px;
        font-size: 14px; } }
    .archive_breadcrumb .form-bg textarea ::placeholder {
      font-size: 14px;
      color: rgba(37, 37, 37, 0.3);
      font-weight: 500; }
  .archive_breadcrumb .form-bg input[type="submit"] {
    background-color: #fff;
    color: #333333 !important;
    font-weight: 600;
    padding: 20px 28px;
    border-radius: 12px;
    border: none;
    cursor: pointer; }
@media screen and (max-width: 768px) {
  .archive_breadcrumb {
    text-align: center; } }

.faqs_page_section {
  background-color: #fff;
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .faqs_page_section {
      padding: 50px 10px; } }
  @media screen and (max-width: 576px) {
    .faqs_page_section {
      padding: 30px 10px; } }
  .faqs_page_section h2 {
    font-weight: 700;
    font-size: 40px;
    color: #020019;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .faqs_page_section h2 {
        font-size: 28px;
        margin-bottom: 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .faqs_page_section h2 {
        font-size: 24px; } }
  .faqs_page_section p {
    color: #2B2B2B; }
  .faqs_page_section .list-unstyled {
    padding: 30px;
    border-radius: 14px;
    background-color: #1A0A08; }
    @media screen and (max-width: 768px) {
      .faqs_page_section .list-unstyled {
        margin-bottom: 30px; } }
    .faqs_page_section .list-unstyled li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.45);
      padding-bottom: 10px;
      padding-top: 20px; }
      .faqs_page_section .list-unstyled li a {
        padding-bottom: 6px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        font-weight: 500; }
  .faqs_page_section h2 {
    margin-bottom: 0px;
    text-align: center; }
  .faqs_page_section .accordion-item {
    background-color: #F3F3F3;
    padding: 22px 34px;
    border-radius: 12px;
    margin-top: 20px; }
  .faqs_page_section .accordion-button:not(.collapsed) {
    padding: 0px; }
  .faqs_page_section .accordion-button {
    padding: 0px;
    font-size: 16px;
    color: #545454;
    font-weight: 500;
    background-color: transparent; }
  .faqs_page_section .accordion-button::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    /* Down arrow */
    font-weight: 900;
    font-size: 20px;
    color: #555555;
    margin-left: auto;
    background-image: none;
    transform: rotate(0deg);
    transition: all 0.3s;
    background-color: #fff;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%; }
    @media screen and (max-width: 768px) {
      .faqs_page_section .accordion-button::after {
        width: 32px;
        height: 32px; } }
  .faqs_page_section .accordion-button.collapsed::after {
    content: "\f077";
    width: 35px;
    height: 35px;
    color: #555555;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    /* Up arrow */ }
    @media screen and (max-width: 768px) {
      .faqs_page_section .accordion-button.collapsed::after {
        width: 32px;
        height: 32px; } }
  .faqs_page_section .accordion-body {
    padding: 20px 0; }

.form_section {
  padding: 70px 0;
  background-color: #f6f6f6; }
  @media (max-width: 768px) {
    .form_section {
      padding: 50px 10px; } }
  .form_section .form-bg {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 24px; }
  .form_section select {
    width: 100%;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 10px 20px;
    background-color: #efefef;
    outline: none !important;
    box-shadow: none !important; }
  .form_section textarea {
    height: 150px;
    width: 100%;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 10px 20px;
    outline: none !important;
    box-shadow: none !important; }
  .form_section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .form_section h2 {
        font-size: 26px; } }
    @media screen and (max-width: 576px) {
      .form_section h2 {
        font-size: 22px; } }
  .form_section p {
    color: #393939;
    margin-bottom: 2rem;
    display: block;
    text-align: center; }

.archive_page_faqs {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .archive_page_faqs {
      text-align: center; } }
  .archive_page_faqs h2 {
    font-size: 26px;
    font-weight: 600;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .archive_page_faqs h2 {
        font-size: 28px; } }
    @media screen and (max-width: 576px) {
      .archive_page_faqs h2 {
        font-size: 24px; } }
  .archive_page_faqs p {
    margin-bottom: 0px !important; }
  .archive_page_faqs .accordion {
    margin-top: 20px; }
  .archive_page_faqs .accordion-button:not(.collapsed) {
    color: #d9534f;
    background-color: transparent;
    outline: none;
    box-shadow: none; }
  .archive_page_faqs .accordion-button {
    background-color: transparent;
    outline: none;
    box-shadow: none; }
  .archive_page_faqs .accordion-button {
    font-weight: 700;
    font-size: 17px; }
  .archive_page_faqs .accordion-item {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: #F9FAFB;
    margin-bottom: 20px;
    border-radius: 14px; }
  .archive_page_faqs .accordion-body {
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 14px; }
  .archive_page_faqs .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: auto;
    padding: 20px; }
    .archive_page_faqs .services-grid .service-box {
      background: #f8f9fa;
      padding: 20px;
      text-align: center;
      border-radius: 10px;
      transition: 0.3s;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
      .archive_page_faqs .services-grid .service-box:hover {
        background: #e9ecef; }
      .archive_page_faqs .services-grid .service-box i {
        font-size: 40px;
        color: #6c757d;
        margin-bottom: 10px; }
      .archive_page_faqs .services-grid .service-box h5 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px; }
  @media (max-width: 576px) {
    .archive_page_faqs .services-grid {
      grid-template-columns: 1fr; }
    .archive_page_faqs .service-box {
      padding: 15px; } }

input[type=search].dgwt-wcas-search-input {
  padding: 12px 24px 11px 48px !important;
  line-height: 24px !important;
  font-size: 14px !important;
  border-radius: 30px !important;
  height: auto !important;
  font-family: "Source Sans 3", serif !important; }

.dgwt-wcas-search-submit svg {
  width: 14px !important;
  height: 14px !important; }

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