﻿@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("truetype"); }

/*@mixin bg-gradient($deg, $from_color, $from_parcent, $to_color, $to_parcent) {
    background: $from_color;  
    background: linear-gradient($deg, rgba($from_color) $from_parcent, rgba($to_color) $to_parcent);
}*/
html {
  overflow-x: hidden;
  overflow-y: auto; }

body {
  background-color: #ffffff;
  color: #444444;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 0 !important;
  font-display: swap;
  line-height: 1.6;
  font-weight: 300;
  overflow: visible !important; }
  body.boxed .page-container {
    width: 1140px !important;
    margin: 0 auto;
    box-shadow: 0px 1px 2px #aaaaaa;
    background-color: #ffffff !important; }
    body.boxed .page-container nav .container {
      padding: 0; }
    body.boxed .page-container header, body.boxed .page-container header .navbar, body.boxed .page-container header .navbar.sticky {
      width: 100%;
      margin: 0 auto; }
    body.boxed .page-container header .navbar .navbar-nav > .nav-item:first-child {
      border-left: none !important; }
  body.boxed nav {
    width: 1140px !important; }
  body.boxed header .navbar.sticky {
    box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.5) !important; }

* {
  overflow-wrap: break-word; }

a:not(:hover) {
  text-decoration: none; }

.text-primary {
  color: #43b02a !important; }

a {
  color: #004976; }

a:hover {
  color: #43b02a; }

b, strong {
  font-weight: 600; }

.fa-bg {
  background-color: #004976; }

::-webkit-scrollbar {
  width: .5rem; }

::-webkit-scrollbar-track {
  background-color: #f2f2f2; }

::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  outline: 1px solid #bfbfbf; }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #004976;
  --bs-btn-border-color: #004976;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #005f9a;
  --bs-btn-hover-border-color: #004f80;
  --bs-btn-focus-shadow-rgb: 16, 76, 186, 0.25;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #005f9a;
  --bs-btn-active-border-color: #005f9a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d3f99;
  --bs-btn-disabled-border-color: #0d3f99; }

.btn-outline-primary {
  --bs-btn-color: #004976;
  --bs-btn-border-color: #004976;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #004976;
  --bs-btn-hover-border-color: #004976;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004976;
  --bs-btn-active-border-color: #004976;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #004976;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #004976;
  --bs-gradient: none; }

.custom-secondary-btn {
  --bs-btn-color: #fff;
  --bs-btn-bg: #43b02a;
  --bs-btn-border-color: #43b02a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #389323;
  --bs-btn-hover-border-color: #40a828;
  --bs-btn-focus-shadow-rgb: 16, 76, 186, 0.25;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #389323;
  --bs-btn-active-border-color: #389323;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d3f99;
  --bs-btn-disabled-border-color: #0d3f99; }

.btn-active {
  --bs-btn-color: #004976;
  --bs-btn-border-color: #004976;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #004976; }

.btn {
  --bs-btn-padding-x: 25px;
  --bs-btn-padding-y: 10px;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-border-radius: 5px; }

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm); }

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: none; }

.form-control, .form-select {
  font-weight: 300; }

.form-control:focus {
  box-shadow: none; }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: none !important;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #004976;
  --bs-pagination-active-border-color: #004976;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  list-style: none; }

.form-check-input:checked {
  background-color: #004976;
  border-color: #004976; }

.active > .page-link, .page-link.active {
  color: var(--bs-pagination-active-color);
  background-color: #004976;
  border-color: #004976; }

.page-link {
  color: #004976; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("truetype"); }

/*@mixin bg-gradient($deg, $from_color, $from_parcent, $to_color, $to_parcent) {
    background: $from_color;  
    background: linear-gradient($deg, rgba($from_color) $from_parcent, rgba($to_color) $to_parcent);
}*/
header {
  transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  background-color: #ffffff;
  /* large styles */
  /* narrow  */ }
  header .top-header {
    background-color: #202c44; }
    header .top-header .header-contact {
      display: flex;
      justify-content: start;
      margin: 0;
      padding: 8px 0;
      gap: 20px; }
      header .top-header .header-contact a {
        color: #ffffff !important;
        /* width: calc(100%);*/
        background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .5s;
        text-decoration: none; }
        header .top-header .header-contact a:hover {
          background-size: 100% 100%; }
      header .top-header .header-contact.full {
        justify-content: space-between; }
    header .top-header .sec-nav {
      padding: 8px 0px !important; }
      header .top-header .sec-nav .main-nav {
        display: flex;
        gap: 0px;
        justify-content: end; }
        header .top-header .sec-nav .main-nav > li > a {
          padding: 2px 10px !important;
          font-weight: 500;
          font-size: 13px !important;
          color: #fff !important;
          position: relative;
          align-items: center; }
          header .top-header .sec-nav .main-nav > li > a:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 10px;
            background: #4e7ccf;
            right: 0; }
          header .top-header .sec-nav .main-nav > li > a label i {
            margin-left: 5px; }
        header .top-header .sec-nav .main-nav > li > ul {
          right: 0 !important;
          left: auto !important; }
          header .top-header .sec-nav .main-nav > li > ul > li > a {
            color: #444; }
        header .top-header .sec-nav .main-nav > li:last-child a:after {
          display: none; }
  header .header-main.sticky {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: auto;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.15); }
    header .header-main.sticky .header-main-inner .logo {
      width: 200px; }
  header .header-main .header-main-inner {
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
            flex-wrap: wrap;*/
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .header-main .logo {
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin: 8px 0;
    width: 200px;
    height: 60px; }
    header .header-main .logo img {
      max-width: 100%;
      max-height: 100%; }
    header .header-main .logo a {
      font-size: 1.25rem;
      font-weight: 600;
      text-decoration: none;
      vertical-align: middle;
      display: inline-flex;
      height: 100%;
      align-items: center;
      color: #004976; }
  header .header-main .search-icon {
    display: flex;
    align-items: center; }
  header .header-main .menu .menu-inner ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    header .header-main .menu .menu-inner ul li a {
      font-weight: 400;
      color: #444444;
      text-decoration: none;
      display: flex; }
    header .header-main .menu .menu-inner ul li.active:after {
      background-color: #43b02a; }
    header .header-main .menu .menu-inner ul li.active > a {
      color: #43b02a; }
    header .header-main .menu .menu-inner ul li:hover:after {
      background-color: #43b02a; }
    header .header-main .menu .menu-inner ul li:hover > a {
      color: #43b02a; }
  header .header-main .menu label:hover {
    cursor: pointer; }
  header .header-main .menu input[type=checkbox] {
    display: none; }
  header .header-main .menu-dropdown a {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    header .menu .menu-inner > ul.main-nav > li > a {
      padding: 27px 6px !important;
      font-weight: 500;
      font-size: 14px !important; }
    header .header-main.sticky .header-main-inner .logo {
      width: 150px; }
    header .header-main .logo {
      width: 150px; }
    header .header-main .menu-dropdown a {
      font-size: 14px;
      padding: 6px 12px; } }
  @media screen and (min-width: 1199px) {
    header .header-main.sticky {
      position: fixed;
      background-color: #ffffff;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      bottom: auto;
      box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.15); }
    header .menu ~ .d-flex label,
    header input[type=checkbox],
    header .mobile-menu-header, header .action-btn.mobile {
      display: none; }
    header .menu .menu-inner > ul.main-nav {
      margin: 0 10px; }
      header .menu .menu-inner > ul.main-nav > li {
        display: inline-block;
        position: relative; }
        header .menu .menu-inner > ul.main-nav > li > a {
          padding: 40px 6px;
          font-weight: 500;
          font-size: 16px; }
          header .menu .menu-inner > ul.main-nav > li > a label i {
            margin-left: 5px; }
            header .menu .menu-inner > ul.main-nav > li > a label i.menu-righticon {
              display: none; }
        header .menu .menu-inner > ul.main-nav > li:after {
          content: '';
          height: 3px;
          width: 0;
          background-color: #43b02a;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          display: block;
          left: 50%;
          position: absolute;
          bottom: 0; }
        header .menu .menu-inner > ul.main-nav > li.active:after, header .menu .menu-inner > ul.main-nav > li:hover:after {
          width: 100%;
          left: 0; }
    header .menu .menu-inner .menu-hasdropdown {
      position: relative; }
      header .menu .menu-inner .menu-hasdropdown > ul {
        border-top: 3px solid #43b02a;
        position: absolute;
        top: 96%;
        left: 0;
        min-width: 250px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 0;
        visibility: hidden;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0) translateZ(100px);
        transform: scaleY(0) translateZ(100px);
        -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); }
      header .menu .menu-inner .menu-hasdropdown:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1) translateZ(0px);
        transform: scaleY(1) translateZ(0px); }
      header .menu .menu-inner .menu-hasdropdown.menu-thirdlevel > ul {
        left: 100%;
        top: -3px; }
        header .menu .menu-inner .menu-hasdropdown.menu-thirdlevel > ul li .menu-downicon {
          display: none; }
        header .menu .menu-inner .menu-hasdropdown.menu-thirdlevel > ul li > ul {
          left: 100%;
          top: -3px; }
      header .menu .menu-inner .menu-hasdropdown.menu-thirdlevel .menu-downicon {
        display: none; } }
  @media screen and (max-width: 1199px) {
    header .header-main .logo {
      width: 200px; }
    header .header-main .menu ul {
      height: calc(100% - 60px);
      overflow-y: auto; }
    header .header-main .menu-dropdown, header .header-main .menu input[type=checkbox] {
      display: none; }
    header .header-main .menu-dropdown a {
      font-size: 15px; }
    header .header-main .menu > .menu-inner {
      position: fixed;
      left: -100%;
      background-color: #fff;
      top: 0;
      min-width: 300px;
      max-width: 300px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
      bottom: 0;
      z-index: 1041; }
      header .header-main .menu > .menu-inner > label {
        background: black;
        display: block;
        padding: 8px 12px;
        text-align: right; }
      header .header-main .menu > .menu-inner > ul i {
        border: 1px solid;
        border-radius: 3px;
        width: 28px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center; }
        header .header-main .menu > .menu-inner > ul i.menu-righticon {
          display: none; }
      header .header-main .menu > .menu-inner .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        padding: 10px;
        border-bottom: 1px solid #ddd; }
        header .header-main .menu > .menu-inner .mobile-menu-header .menu-logo {
          height: 40px; }
          header .header-main .menu > .menu-inner .mobile-menu-header .menu-logo a {
            padding: 0 !important;
            display: flex;
            justify-content: left !important;
            border-bottom: none !important;
            height: 100%;
            width: 100%;
            align-items: center; }
            header .header-main .menu > .menu-inner .mobile-menu-header .menu-logo a img {
              max-width: 100%;
              max-height: 100%; }
    header .header-main .menu input[type=checkbox]:checked + .menu-inner,
    header .header-main .menu input[type=checkbox]:checked + ul {
      display: block;
      -webkit-animation: grow 0.3s ease-in-out;
      animation: grow 0.3s ease-in-out;
      left: 0; }
    header .header-main .menu input[type=checkbox]:checked + .menu-inner ~ .menu-backdrop {
      opacity: .5;
      z-index: 1040;
      left: 0; }
    header .header-main .menu a:not(.btn) {
      padding: 8px 12px;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #eee;
      line-height: 24px !important; }
    header .header-main .menu .menu-hasdropdown .menu-dropdown a {
      padding-left: 22px; }
    header .header-main .menu .menu-hasdropdown.menu-thirdlevel .menu-dropdown a {
      padding-left: 30px; }
    header .header-main .menu .menu-hasdropdown.menu-thirdlevel .menu-dropdown .menu-dropdown a {
      padding-left: 40px; }
    header .header-main .menu .menu-backdrop {
      position: fixed;
      top: 0;
      left: -100%;
      z-index: -1;
      width: 100vw;
      height: 100vh;
      background-color: #000;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out; }
    header .header-main .mobile-bars {
      margin-left: 15px;
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 23px; } }
  @media screen and (min-width: 991px) {
    header .action-btn {
      display: flex;
      gap: 10px;
      align-items: center; }
      header .action-btn.mobile {
        display: none; } }
  @media screen and (max-width: 991px) {
    header .header-main .menu ul {
      height: calc(100% - 195px);
      overflow-y: auto; }
    header .header-main .logo {
      width: 170px; }
    header .header-main .action-btn {
      display: none; }
      header .header-main .action-btn.mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        text-align: center;
        border-top: 1px solid #eeeeee; }
        header .header-main .action-btn.mobile a {
          display: block; } }
  @media screen and (max-width: 320px) {
    header .header-main .logo {
      width: 180px; }
    header .header-main .menu > .menu-inner {
      min-width: 100%;
      max-width: 100%; } }

/* look and feel only, not needed for core menu*/
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@keyframes grow {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0.75; }
  100% {
    opacity: 1; } }

.searchbox-main {
  --bs-offcanvas-height: 100px; }
  .searchbox-main .search-container {
    position: relative; }
    .searchbox-main .search-container input {
      padding: 10px 20px;
      border-radius: 50px; }
    .searchbox-main .search-container .search-button {
      position: absolute;
      right: 20px;
      top: calc(50% - 13px);
      padding: 0;
      color: #43b02a; }
      .searchbox-main .search-container .search-button:hover, .searchbox-main .search-container .search-button:focus {
        outline: none; }

.page-top-heading {
  padding: 100px 0 100px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center; }
  .page-top-heading.parallax {
    background-image: url("https://d2f6h2rm95zg9t.cloudfront.net/81187643/Categories_89348269.jpg") !important; }
  .page-top-heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    /*background-color: rgba(26, 25, 29, 0.7);*/
    background: linear-gradient(90deg, rgba(34, 34, 34, 0.8) 30%, rgba(255, 253, 253, 0) 70%, rgba(255, 255, 255, 0) 100%); }
  .page-top-heading h1, .page-top-heading span.h1, .page-top-heading span {
    color: #ffffff !important;
    font-size: 50px;
    word-wrap: break-word;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500; }
  .page-top-heading .breadcrumb {
    display: inline-flex;
    padding: 10px 0;
    background-color: transparent;
    z-index: 1;
    position: relative;
    /*left: 0;
        right: 0;
        bottom: 0;*/
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    height: 37px;
    text-align: left; }
    .page-top-heading .breadcrumb .breadcrumb-item {
      color: #fff;
      display: inline;
      font-weight: 400; }
      .page-top-heading .breadcrumb .breadcrumb-item.active {
        color: #e8e8e8; }
      .page-top-heading .breadcrumb .breadcrumb-item a {
        color: #fff;
        text-decoration: none;
        /* width: calc(100%);*/
        background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .5s;
        text-decoration: none; }
        .page-top-heading .breadcrumb .breadcrumb-item a:hover {
          background-size: 100% 100%; }
    .page-top-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      font-family: 'Font Awesome 6 Pro';
      content: '\f101';
      font-weight: 600;
      margin: 1px 0;
      color: #d0d0d0;
      opacity: 1;
      float: none; }

/*header2 {
    transition: padding .2s ease-in-out;
    background-color: #ffffff;

    .top-header {
        background-color: #f8f8f8;

        .header-contact {
            display: flex;
            justify-content: space-between;
            margin: 0;
            padding: 8px 0;
            border-bottom: 1px solid #eee;

            a {
                color: $secondary-color;

                &:hover {
                    color: $link-color;
                }
            }
        }
    }

    .logo {
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        height: 70px;
        width: 300px;
        margin: 10px 0;

        a {
            font-size: 20px;
            font-weight: 600;
            text-decoration: none;
            vertical-align: middle;
            display: table-cell;
            height: 80px;
        }

        img {
            position: absolute;
            color: transparent;
            max-width: 100% !important;
            max-height: 100% !important;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }
    }

    .navbar { //box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);

        .navbar-nav {
            .nav-link {
                color: #444444;

                &:hover {
                    color: $nav-link-color-hover-active;
                }
            }

            > .nav-item:hover {
                ul.dropdown-menu {
                    display: block;
                }
            }

            .dropdown-menu {
                .third-level-nav {
                    display: none !important;
                    left: 100%;
                    top: 0;
                    max-width: 23rem;
                    min-width: 14rem;
                    top: 0;
                    width: auto;
                    position: absolute;
                }

                .nav-item:hover {
                    .third-level-nav {
                        display: block !important;
                    }
                }
            }
        }

        &.sticky {
            position: fixed;
            background-color: #ffffff;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
            bottom: auto;
            box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.15);
        }
    }



    .search-icon {
        a {
            padding: 8px;
            color: #444444;
            font-size: 18px;

            &:hover {
                color: $link-color;
            }
        }
    }
}*/
/*Suggestive Search css Added */
.ui-autocomplete {
  background: none 0 0 repeat scroll #fff;
  border: #ddd solid 1px !important;
  border-radius: 0;
  cursor: default;
  padding: 0;
  position: absolute;
  z-index: 2210 !important;
  box-shadow: 0 12px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
  border-color: #80bdff !important; }

.ui-menu {
  display: block;
  float: left;
  font-size: 14px;
  list-style: none outside none;
  margin: 0;
  padding: 5px 0;
  max-height: 510px;
  overflow-y: auto; }
  .ui-menu .ui-menu-item {
    clear: both;
    margin: 0;
    padding: 0px;
    width: 100%;
    /* border-bottom: 1px solid #eee;*/ }
    .ui-menu .ui-menu-item a {
      color: #333 !important;
      display: flex;
      align-items: center;
      line-height: 17px;
      padding: 8px 12px;
      text-decoration: none;
      cursor: pointer;
      justify-content: space-between;
      gap: 15px; }
      .ui-menu .ui-menu-item a .left-data {
        display: flex;
        align-items: center; }
        .ui-menu .ui-menu-item a .left-data .left-in-field {
          padding: 2px;
          border-radius: 4px;
          display: flex;
          align-items: center;
          width: 32px;
          height: 32px;
          min-width: 32px;
          justify-content: center; }
        .ui-menu .ui-menu-item a .left-data .ui-img {
          /*border: 1px solid #ddd;*/ }
        .ui-menu .ui-menu-item a .left-data i {
          color: #999; }
      .ui-menu .ui-menu-item a i {
        color: #999; }
      .ui-menu .ui-menu-item a .type {
        color: #999;
        white-space: nowrap; }
    .ui-menu .ui-menu-item a.ui-state-hover {
      background-color: #f2f2f2 !important; }
    .ui-menu .ui-menu-item a.ui-state-active {
      background-color: #f2f2f2 !important; }
    .ui-menu .ui-menu-item:last-child {
      border-bottom: none; }
  .ui-menu .ui-menu-item.ui-state-focus {
    background-color: #ddd; }
  .ui-menu .ui-menu-item.ui-autocomplete-category.ui-state-focus {
    background-color: #f7f7f7; }

.ui-autocomplete-category {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  color: #d07171;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 7px 0;
  text-indent: 10px; }
  .ui-autocomplete-category:first-child {
    border-bottom: 1px solid #dddddd !important; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete-specs {
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  color: #D07171;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 7px; }
  .ui-autocomplete-specs:first-child {
    border-bottom: 1px solid #DDDDDD !important; }

.searching-loader {
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  display: flex;
  left: 0;
  opacity: 1;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2300;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .searching-loader .loading {
    width: 300px;
    font-size: 36px; }
    .searching-loader .loading span[class^="dot-"] {
      opacity: 0; }
    .searching-loader .loading .dot-one {
      animation: dot-one 2s infinite linear; }
    .searching-loader .loading .dot-two {
      animation: dot-two 2s infinite linear; }
    .searching-loader .loading .dot-three {
      animation: dot-three 2s infinite linear; }

@keyframes dot-one {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes dot-two {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes dot-three {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.hideDesktop {
  display: none !important; }

@media (max-width: 1199px) {
  .hideDesktop {
    display: block !important; } }

@media screen and (max-width: 576px) {
  header .top-header .header-contact {
    gap: 0;
    flex-direction: column;
    align-items: center; }
  header .top-header .header-contact span {
    border-bottom: 1px solid #013b7d;
    width: 100%;
    text-align: center;
    padding-bottom: 7px;
    margin-bottom: 7px;
    font-size: 14px; }
    header .top-header .header-contact span:last-child {
      border: none;
      padding: 0;
      margin: 0; } }

.carousel-overlay {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0; }

.carousel .carousel-caption {
  position: absolute;
  right: unset;
  top: 50%;
  bottom: unset;
  left: 50%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  color: #fff;
  text-align: left;
  width: 100%;
  transform: translate(-50%, -50%); }
  .carousel .carousel-caption h2 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 25px;
    animation-delay: .3s;
    color: #fff !important; }
  .carousel .carousel-caption p {
    font-size: 18px;
    margin-bottom: 25px;
    animation-delay: .5s; }

.carousel .carousel-control-next, .carousel .carousel-control-prev {
  width: 80px;
  opacity: 1;
  overflow: hidden;
  height: 40px;
  margin: auto; }
  .carousel .carousel-control-next .carousel-control-next-icon, .carousel .carousel-control-next .carousel-control-prev-icon, .carousel .carousel-control-prev .carousel-control-next-icon, .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem; }

.carousel .carousel-control-prev {
  left: 10px; }
  .carousel .carousel-control-prev:before {
    content: "Prev";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    transition: transform 0.4s ease; }
  .carousel .carousel-control-prev:hover::before {
    transform: translateY(-190%); }
  .carousel .carousel-control-prev:after {
    content: "Prev";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, 100%);
    transition: transform 0.4s ease;
    font-size: 14px; }
  .carousel .carousel-control-prev:hover::after {
    transform: translate(0, -50%); }

.carousel .carousel-control-next {
  right: 10px; }
  .carousel .carousel-control-next:before {
    content: "Next";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    transition: transform 0.4s ease; }
  .carousel .carousel-control-next:hover::before {
    transform: translateY(-190%); }
  .carousel .carousel-control-next:after {
    content: "Next";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, 100%);
    transition: transform 0.4s ease;
    font-size: 14px; }
  .carousel .carousel-control-next:hover::after {
    transform: translate(0, -50%); }

.carousel .carousel-indicators [data-bs-target] {
  height: 5px; }

@media (max-width: 1199.98px) {
  .carousel .carousel-caption h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px; }
  .carousel .carousel-caption p {
    font-size: 16px; } }

@media (max-width: 576.98px) {
  .carousel .carousel-caption {
    text-align: center; }
    .carousel .carousel-caption h2 {
      font-size: 30px; }
    .carousel .carousel-caption p {
      display: none; } }

/* Video Section */
.video-banner {
  height: 720px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .video-banner .video {
    left: 0;
    -o-object-fit: fill;
    object-fit: fill;
    position: absolute;
    top: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    max-height: 720px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .video-banner .video-content {
    width: 100%;
    height: 100%;
    position: relative; }
    .video-banner .video-content:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #000;
      opacity: .7; }
    .video-banner .video-content .centered-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .video-banner .video-content .centered-content h2 {
        font-size: 50px;
        color: #fff !important;
        line-height: 1.3; }
      .video-banner .video-content .centered-content p {
        font-size: 20px;
        color: #fff !important;
        line-height: 1.5; }

@media screen and (min-width: 992px) and (max-width: 1370px) {
  .video-banner {
    height: 500px; }
    .video-banner .video {
      height: 500px; }
    .video-banner .video-content .centered-content {
      width: 60%; }
      .video-banner .video-content .centered-content h2 {
        font-size: 40px; }
      .video-banner .video-content .centered-content p {
        font-size: 18px; } }

@media (max-width: 991px) {
  .video-banner {
    height: 400px; }
    .video-banner .video {
      height: 400px; }
    .video-banner .video-content .centered-content {
      width: 60%; }
      .video-banner .video-content .centered-content h2 {
        font-size: 32px; }
      .video-banner .video-content .centered-content p {
        font-size: 16px; } }

@media (max-width: 575px) {
  .video-banner {
    height: 280px; }
    .video-banner .video {
      height: 280px; }
    .video-banner .video-content .centered-content {
      width: 80%; }
      .video-banner .video-content .centered-content h2 {
        font-size: 26px; }
      .video-banner .video-content .centered-content p {
        font-size: 14px;
        display: none; } }

h1 {
  font-size: 36px;
  color: #444444; }

h2 {
  font-size: 28px;
  color: #444444; }

h3 {
  font-size: 24px;
  color: #444444; }

h4 {
  font-size: 20px;
  color: #444444; }

h5 {
  font-size: 16px;
  color: #444444; }

h6 {
  font-size: 14px;
  color: #444444; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #202c44;
  /* width: calc(100%);*/
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .5s;
  text-decoration: none; }

.more-link {
  /* width: calc(100%);*/
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .5s;
  text-decoration: none; }

.video-overlay {
  width: 100% !important;
  height: 100% !important; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .more-link:hover {
  color: #43b02a;
  background-size: 100% 100%; }

.content a[href*=".pdf"]:after {
  content: '';
  width: 24px;
  height: 15px;
  display: inline-block;
  background: url(https://d2f6h2rm95zg9t.cloudfront.net/5659219/icon_pdf_39329943.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  margin-left: 4px;
  transition: all .2s ease; }

.content ul, .content ol {
  margin-bottom: 1rem;
  font-weight: 200;
  line-height: 1.7rem; }
  .content ul li ul, .content ul li ol, .content ol li ul, .content ol li ol {
    margin-left: 1rem; }

.content ul {
  padding-left: 22px; }
  .content ul.style-none {
    padding-left: 2px; }
    .content ul.style-none > li {
      list-style-type: none; }
  .content ul > li {
    list-style-type: square; }
    .content ul > li::marker {
      font-size: 14px; }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px; }
  .section-heading h2 {
    font-size: 36px;
    margin: 0; }
  .section-heading h3 {
    font-size: 28px;
    margin: 0; }

.page-heading h2 {
  font-size: 36px;
  color: #004976;
  margin-bottom: 20px;
  font-weight: 600; }

.page-heading h3 {
  font-size: 30px;
  color: #004976;
  margin-bottom: 15px;
  font-weight: 600; }

.page-heading h4 {
  font-size: 24px;
  color: #004976;
  margin-bottom: 15px;
  font-weight: 600; }

.image-box {
  display: flex;
  justify-content: center;
  align-items: center; }

img {
  max-height: 100%;
  max-width: 100%; }

/*Image Hover Effect CSS Start*/
.image-hover {
  position: relative;
  overflow: hidden; }
  .image-hover:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 12; }
  .image-hover:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

/*Image Hover Effect CSS Start*/
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px; }
  .owl-carousel .owl-dots button.owl-dot {
    height: 6px;
    width: 25px;
    background-color: #adadad !important;
    margin: 2px; }
    .owl-carousel .owl-dots button.owl-dot.active {
      background-color: #004976 !important; }

.promotion-modal .promotion-modal-close {
  position: absolute;
  background: #f00;
  color: #fff;
  border: none;
  opacity: 1;
  right: -25px;
  top: -20px;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 2; }
  .promotion-modal .promotion-modal-close:hover {
    opacity: .9;
    color: #fff; }

.fs-7 {
  font-size: .75rem !important; }

.fs-8 {
  font-size: .5rem !important; }

.mw-120 {
  min-width: 120px !important;
  width: 120px !important; }

.wrapper {
  min-height: 650px; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../scss/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("truetype"); }

/*@mixin bg-gradient($deg, $from_color, $from_parcent, $to_color, $to_parcent) {
    background: $from_color;  
    background: linear-gradient($deg, rgba($from_color) $from_parcent, rgba($to_color) $to_parcent);
}*/
.home-single-section {
  padding: 80px 0; }
  .home-single-section:nth-of-type(odd) {
    background-color: #f5f5f5; }

.home-categories-list ul {
  gap: 25px 0; }

.home-categories-list .single-box {
  position: relative;
  height: 100%; }
  .home-categories-list .single-box .image-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    aspect-ratio: 1/1; }
    .home-categories-list .single-box .image-box a {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .home-categories-list .single-box .image-box img {
      transform: scale(1);
      transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out; }
    .home-categories-list .single-box .image-box:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      background: #16243d;
      background: linear-gradient(0deg, rgba(22, 36, 61, 0.916404) 14%, rgba(22, 36, 61, 0.0368522) 58%);
      z-index: 1; }
  .home-categories-list .single-box .caption {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: transparent !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
    .home-categories-list .single-box .caption h4 {
      font-size: 18px;
      padding: 10px;
      text-align: center; }
      .home-categories-list .single-box .caption h4 a {
        color: #ffffff !important; }
  .home-categories-list .single-box:hover img {
    transform: scale(1.08); }
  .home-categories-list .single-box:hover .caption {
    padding-bottom: 10px; }

.home-products-list ul {
  gap: 25px 0; }

.home-products-list .single-box {
  /*box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);*/
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 10px;
  background: #fff; }
  .home-products-list .single-box .product-wrapper {
    position: relative;
    z-index: 1; }
    .home-products-list .single-box .product-wrapper .product-content .image-box {
      width: 100%;
      height: 223px;
      border: 1px solid #dddddd;
      border-radius: 4px;
      margin-bottom: 10px;
      position: relative; }
      .home-products-list .single-box .product-wrapper .product-content .image-box a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
    .home-products-list .single-box .product-wrapper .product-content .caption h4 {
      font-size: 18px;
      font-weight: 600; }
    .home-products-list .single-box .product-wrapper .product-content .caption p {
      font-size: 14px; }
    .home-products-list .single-box .product-wrapper .view-product {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      will-change: opacity;
      transition: all 0.5s cubic-bezier(0.17, 0.62, 0.44, 0.99);
      -webkit-transition: all 0.5s cubic-bezier(0.17, 0.62, 0.44, 0.99);
      -moz-transition: all 0.5s cubic-bezier(0.17, 0.62, 0.44, 0.99);
      -o-transition: all 0.5s cubic-bezier(0.17, 0.62, 0.44, 0.99);
      left: 0;
      right: 0;
      transform: translate(0, 50%); }
  .home-products-list .single-box .product-content-fade {
    position: absolute;
    top: -.5rem;
    left: -.5rem;
    right: -.5rem;
    bottom: -.5rem;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    visibility: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 25px 50px rgba(33, 37, 41, 0.25);
    -moz-box-shadow: 0 25px 50px rgba(33, 37, 41, 0.25);
    box-shadow: 0 25px 50px rgba(33, 37, 41, 0.25);
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    transition: all 0.3s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    -moz-transition: all 0.3s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    margin-bottom: -45px; }
  .home-products-list .single-box:hover {
    z-index: 11; }
    .home-products-list .single-box:hover .product-content-fade {
      opacity: 1;
      visibility: visible; }
    .home-products-list .single-box:hover .view-product {
      bottom: auto;
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0); }

.home-news-list ul {
  gap: 25px 0; }

.home-news-list .single-box {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  height: 100%;
  background-color: #ffffff; }
  .home-news-list .single-box .image-box {
    overflow: hidden;
    width: 100%;
    border-radius: 5px 5px 0 0;
    aspect-ratio: 16 / 9; }
    .home-news-list .single-box .image-box img {
      /* object-fit: cover;
                -webkit-object-fit: cover;
                object-position: center;
                -webkit-object-position: center;
                width: 100%;*/ }
  .home-news-list .single-box .caption {
    padding: 20px; }
    .home-news-list .single-box .caption h4 {
      font-size: 22px;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 10px; }
    .home-news-list .single-box .caption .post-meta {
      font-size: 13px;
      color: #777777;
      font-weight: 400;
      margin-bottom: 20px; }
      .home-news-list .single-box .caption .post-meta li {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #ddd;
        line-height: 16px; }
        .home-news-list .single-box .caption .post-meta li:first-child {
          margin-left: 0;
          padding-left: 0;
          border-left: none; }
  .home-news-list .single-box.three-news .image-box {
    width: 100%; }
  .home-news-list .single-box.two-news {
    display: flex; }
    .home-news-list .single-box.two-news .image-box {
      width: 300px;
      min-width: 300px;
      border-radius: 5px 0 0 5px; }
  .home-news-list .single-box.one-news {
    display: flex; }
    .home-news-list .single-box.one-news .image-box {
      width: 350px;
      min-width: 350px;
      border-radius: 5px 0 0 5px; }

.home-event-list ul {
  gap: 25px 0; }

.home-event-list .single-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eeeeee;
  padding: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  justify-content: space-between;
  background-color: #fff; }
  .home-event-list .single-box .event-image {
    width: 300px;
    min-width: 300px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 16 / 9; }
    .home-event-list .single-box .event-image img {
      max-height: 98%;
      max-width: 98%;
      transition: all .3s linear;
      transform: scale(1); }
  .home-event-list .single-box .event-content {
    padding: 20px;
    width: calc(100% - 600px); }
    .home-event-list .single-box .event-content h4 {
      font-size: 22px;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 10px; }
  .home-event-list .single-box .event-date-box {
    background-color: #004976;
    color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 300px;
    min-width: 300px;
    padding: 20px;
    display: table;
    text-align: center;
    position: relative;
    /*span.month {
                 margin:5px ;
                font-size: 25px;
                font-weight: 600;
            }*/ }
    .home-event-list .single-box .event-date-box .date-inner {
      display: table-cell;
      vertical-align: middle; }
    .home-event-list .single-box .event-date-box .date {
      margin: 5px;
      font-size: 20px;
      font-weight: 600; }
    .home-event-list .single-box .event-date-box .country {
      font-size: 15px;
      font-weight: 500; }
    .home-event-list .single-box .event-date-box:after {
      content: '\f073';
      font-weight: 300;
      font-family: 'Font Awesome 6 Pro';
      font-size: 100px;
      opacity: 0.05;
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      line-height: 100px;
      transform: translateY(-50%);
      transition: all .5s linear; }
  .home-event-list .single-box:hover .event-image img {
    transform: scale(1.05); }
  .home-event-list .single-box:hover .event-date-box:after {
    font-size: 120px; }

.home-testimonials .testimonial-inner .owl-item {
  height: 100%; }
  .home-testimonials .testimonial-inner .owl-item:nth-of-type(even) .single-box {
    display: flex;
    flex-direction: column-reverse; }
    .home-testimonials .testimonial-inner .owl-item:nth-of-type(even) .single-box .client-info-wrap {
      margin: 0; }
    .home-testimonials .testimonial-inner .owl-item:nth-of-type(even) .single-box .client-said {
      margin-bottom: 15px; }

.home-testimonials .testimonial-inner .single-box {
  background-color: #ffffff;
  border: 1px solid #eee;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 20px;
  margin: 0 0 10px; }
  .home-testimonials .testimonial-inner .single-box .client-info-wrap {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
    width: 100%; }
    .home-testimonials .testimonial-inner .single-box .client-info-wrap .client-image {
      width: 100px;
      min-width: 100px;
      height: 100px;
      min-height: 100px;
      border-radius: 100%;
      overflow: hidden;
      border: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center; }
    .home-testimonials .testimonial-inner .single-box .client-info-wrap .client-info {
      text-align: left; }
      .home-testimonials .testimonial-inner .single-box .client-info-wrap .client-info h4 {
        font-size: 20px;
        margin-bottom: 6px; }
      .home-testimonials .testimonial-inner .single-box .client-info-wrap .client-info .designation {
        color: #777777;
        margin-bottom: 4px; }
    .home-testimonials .testimonial-inner .single-box .client-info-wrap .quote-icon {
      color: #004976; }
  .home-testimonials .testimonial-inner .single-box .client-said {
    text-align: left;
    font-size: 15px; }

.home-testimonials .testimonial-inner.testimonial-in ul li:nth-of-type(even) .single-box {
  display: flex;
  flex-direction: column-reverse; }
  .home-testimonials .testimonial-inner.testimonial-in ul li:nth-of-type(even) .single-box .client-info-wrap {
    margin: 0; }
  .home-testimonials .testimonial-inner.testimonial-in ul li:nth-of-type(even) .single-box .client-said {
    margin-bottom: 15px; }

.home-clients .client-page .client-logo {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 1px 2px 15px #e6e6e6;
  margin: 10px; }
  .home-clients .client-page .client-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  .home-clients .client-page .client-logo img {
    max-height: 96%;
    max-width: 96%;
    width: auto;
    filter: grayscale(100%);
    transition: all .5s ease-in-out; }
  .home-clients .client-page .client-logo:hover img {
    filter: grayscale(0); }

.home-clients .client-page .client-box .client-logo {
  margin: 0; }

.home-clients .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  width: 100%;
  /* top: 50%; transform: translate(0, -50%);*/
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }
  .home-clients .owl-nav button.owl-prev, .home-clients .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #004976;
    color: #ffffff; }
    .home-clients .owl-nav button.owl-prev.disabled, .home-clients .owl-nav button.owl-next.disabled {
      opacity: .8;
      cursor: not-allowed; }
  .home-clients .owl-nav button.owl-prev {
    left: 0px;
    position: relative;
    transition: transform 0.8s ease 0s;
    transform: translateX(100px); }
  .home-clients .owl-nav button.owl-next {
    right: 0px;
    position: relative;
    transition: transform 0.8s ease 0s;
    transform: translateX(-100px); }

.home-clients:hover .owl-nav {
  visibility: visible;
  opacity: 1; }
  .home-clients:hover .owl-nav button.owl-prev {
    transform: translateX(0);
    transform: translateY(-75px); }
  .home-clients:hover .owl-nav button.owl-next {
    transform: translateX(0);
    transform: translateY(-75px); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("truetype"); }

/*@mixin bg-gradient($deg, $from_color, $from_parcent, $to_color, $to_parcent) {
    background: $from_color;  
    background: linear-gradient($deg, rgba($from_color) $from_parcent, rgba($to_color) $to_parcent);
}*/
.contact-us .form-address-section .content-form-section {
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee; }
  .contact-us .form-address-section .content-form-section h2 {
    font-size: 30px;
    margin-bottom: 15px; }

.contact-us .form-address-section .contact-details {
  background-color: #202c44;
  border-radius: 6px; }
  .contact-us .form-address-section .contact-details .primary-contact-details ~ .other-address {
    border-top: 1px solid #014796; }
  .contact-us .form-address-section .contact-details ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #004c7b;
    padding-bottom: 20px; }
    .contact-us .form-address-section .contact-details ul li:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
  .contact-us .form-address-section .contact-details .contact-info {
    display: flex;
    gap: 15px; }
    .contact-us .form-address-section .contact-details .contact-info .contact-icon {
      width: 50px;
      min-width: 50px;
      height: 50px;
      background-color: #76cbff;
      color: #004976;
      border-radius: 2px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px; }
    .contact-us .form-address-section .contact-details .contact-info .contact-title h5 {
      color: #ffffff !important;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 8px; }
    .contact-us .form-address-section .contact-details .contact-info .contact-title p {
      color: #eeeeee;
      margin-bottom: 5px; }
      .contact-us .form-address-section .contact-details .contact-info .contact-title p a {
        color: #eeeeee; }
      .contact-us .form-address-section .contact-details .contact-info .contact-title p:last-child {
        margin-bottom: 0; }
  .contact-us .form-address-section .contact-details .other-address h3 {
    color: #ffffff !important;
    margin-bottom: 20px; }
  .contact-us .form-address-section .contact-details .other-address h4 {
    color: #ffffff !important;
    margin-bottom: 20px; }
  .contact-us .form-address-section .contact-details .other-address h5 {
    font-size: 16px !important; }

.sidebar.filter {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #ffffff; }

.sidebar.sticky-top {
  top: 120px; }

.sidebar .sidebar-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #004976;
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0; }
  .sidebar .sidebar-heading h3, .sidebar .sidebar-heading h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff; }

.sidebar .filter-list {
  margin-bottom: 0; }
  .sidebar .filter-list .single-filter {
    margin-bottom: 0px; }
    .sidebar .filter-list .single-filter label {
      font-size: 16px;
      margin-bottom: 0;
      padding: 8px 10px;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      font-weight: 600;
      background-color: #f9f9f9; }
    .sidebar .filter-list .single-filter ul {
      margin-bottom: 0;
      max-height: 215px;
      overflow-y: auto;
      padding-right: 5px; }
      .sidebar .filter-list .single-filter ul li {
        border-bottom: 1px dashed #dddddd;
        margin: 0 10px; }
        .sidebar .filter-list .single-filter ul li a {
          color: #444444;
          font-weight: 400;
          font-size: 16px;
          padding: 5px 0;
          display: inline-block;
          text-decoration: none; }
          .sidebar .filter-list .single-filter ul li a:hover {
            color: #43b02a; }
        .sidebar .filter-list .single-filter ul li.active a {
          color: #43b02a;
          position: relative; }
        .sidebar .filter-list .single-filter ul li:last-child {
          border-bottom: none; }
    .sidebar .filter-list .single-filter.tags ul {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      padding: 12px; }
      .sidebar .filter-list .single-filter.tags ul li {
        border: none;
        margin: 0; }
        .sidebar .filter-list .single-filter.tags ul li a {
          color: #444444;
          font-weight: 400;
          font-size: 16px;
          padding: 4px 10px;
          display: inline-block;
          text-decoration: none;
          border: 1px solid #dddddd;
          border-radius: 4px; }
          .sidebar .filter-list .single-filter.tags ul li a:hover {
            background-color: #43b02a;
            color: #ffffff;
            border-color: #43b02a; }
        .sidebar .filter-list .single-filter.tags ul li.active a {
          background-color: #43b02a;
          color: #ffffff;
          border-color: #43b02a;
          position: relative; }
        .sidebar .filter-list .single-filter.tags ul li:last-child {
          border-bottom: none; }

.sidebar .other-content {
  padding: 15px; }
  .sidebar .other-content > li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    border-top: 1px solid #eeeeee;
    padding-top: 10px; }
    .sidebar .other-content > li .image-box {
      width: 100px;
      /*height: 80px;*/
      min-width: 100px;
      /* min-height: 80px;*/
      padding: 2px; }
      .sidebar .other-content > li .image-box img {
        border-radius: 4px; }
    .sidebar .other-content > li .caption h4 {
      font-size: 16px;
      line-height: 1.3; }
    .sidebar .other-content > li:first-child {
      border-top: 0;
      padding-top: 0;
      flex-direction: column; }
      .sidebar .other-content > li:first-child .image-box {
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%; }

.date-user {
  display: flex;
  align-items: center;
  justify-content: start; }
  .date-user li {
    font-size: 80%;
    color: #888;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    line-height: 16px; }
    .date-user li:first-child {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }

.passed-events {
  padding: 10px; }
  .passed-events ul {
    /*.event-box {
        border: 1px solid #eeeeee;
        padding: 15px;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        position: relative;

        
    }*/ }
    .passed-events ul.passed-events-in > li {
      display: flex;
      gap: 10px;
      margin-bottom: 8px;
      border-top: 1px solid #eeeeee;
      padding-top: 10px; }
      .passed-events ul.passed-events-in > li .event-date-box {
        background-color: #f9f9f9;
        color: #004976;
        border: 1px solid #004976;
        border-radius: 5px;
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        padding: 10px;
        display: table;
        text-align: center;
        position: relative; }
        .passed-events ul.passed-events-in > li .event-date-box:after {
          content: '\f073';
          font-weight: 300;
          font-family: 'Font Awesome 6 Pro';
          font-size: 22px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          transition: all .5s linear;
          display: flex;
          align-items: center;
          justify-content: center; }
      .passed-events ul.passed-events-in > li h4 {
        font-size: 17px; }
      .passed-events ul.passed-events-in > li:first-child {
        border: 0;
        padding: 0; }

.event-details .top-details {
  display: flex;
  gap: 15px;
  padding-top: 0px; }
  .event-details .top-details .event-image {
    display: flex;
    align-items: center;
    justify-content: center; }
  .event-details .top-details .event-info ul {
    display: flex;
    flex-direction: column;
    gap: 5px; }

.distributors .distributors-list .country-group .group-heading h4 {
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 600; }

.distributors .distributors-list .per-card {
  width: calc(100% - 0px);
  padding: 0 0 0 0;
  margin: auto;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .distributors .distributors-list .per-card .card-image {
    padding: 10px 15px;
    background-image: linear-gradient(#3340ae, #162042);
    width: 100%;
    position: relative;
    left: 0;
    background: #f2f2f2;
    /*&::before {
                    content: '';
                    position: absolute;
                    width: 0px;
                    height: 0px;
                    border: 12px solid #9f9f9f;
                    top: -24px;
                    left: 0px;
                    border-left-color: transparent;
                    border-top-color: transparent;
                }

                &::after {
                    content: '';
                    position: absolute;
                    width: 0px;
                    height: 0px;
                    border: 12px solid #9f9f9f;
                    top: 100%;
                    right: 0;
                    border-right-color: transparent;
                    border-bottom-color: transparent;
                }*/ }
    .distributors .distributors-list .per-card .card-image .image-box {
      border-radius: 4px;
      height: 70px;
      width: 140px;
      background: #fff;
      border: 1px solid #ddd;
      margin: auto;
      padding: 5px; }
    .distributors .distributors-list .per-card .card-image ul {
      padding: 0; }
    .distributors .distributors-list .per-card .card-image .per-name {
      font-size: 18px;
      color: #000;
      margin: 5px 0px 0px 10px;
      font-weight: 700; }
      .distributors .distributors-list .per-card .card-image .per-name a {
        color: #000; }
        .distributors .distributors-list .per-card .card-image .per-name a:hover {
          color: #015fc9; }
    .distributors .distributors-list .per-card .card-image .per-position {
      font-size: 16px;
      color: #000;
      margin: 5px 0px 0px 10px; }
    .distributors .distributors-list .per-card .card-image .card-btn {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 80%;
      right: 40px;
      border: 4px solid #fff;
      border-radius: 30px;
      background: #004976;
      cursor: pointer;
      color: #fff;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .distributors .distributors-list .per-card .card-image .card-btn:hover {
        background: #43b02a;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }
  .distributors .distributors-list .per-card .card-content {
    padding: 22px 20px 20px;
    /* .social-icons {
                    text-align: center;
                    padding-top: 20px;

                    i {
                        padding: 10px;
                        font-size: 30px;
                        color: #430ca5;
                        cursor: pointer;

                        &:hover {
                            color: black;
                        }
                    }
                }*/ }
    .distributors .distributors-list .per-card .card-content .card-text {
      line-height: 1.5;
      color: #585858;
      font-size: 15px; }
      .distributors .distributors-list .per-card .card-content .card-text ul li {
        margin-bottom: 20px; }
        .distributors .distributors-list .per-card .card-content .card-text ul li .single-poc {
          height: 100%;
          position: relative;
          padding: 0;
          display: flex;
          flex-direction: column;
          gap: 4px; }
          .distributors .distributors-list .per-card .card-content .card-text ul li .single-poc .addition-left {
            display: flex;
            align-items: start;
            gap: 5px; }
            .distributors .distributors-list .per-card .card-content .card-text ul li .single-poc .addition-left .icon-left {
              margin-bottom: 0px;
              position: relative;
              padding: 3px; }
              .distributors .distributors-list .per-card .card-content .card-text ul li .single-poc .addition-left .icon-left i {
                color: #004976;
                border: 1px solid;
                padding: 4px;
                text-align: center;
                width: 25px;
                height: 25px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px; }
              .distributors .distributors-list .per-card .card-content .card-text ul li .single-poc .addition-left .icon-left strong {
                color: #333; }
          .distributors .distributors-list .per-card .card-content .card-text ul li .single-poc h4 {
            font-size: 18px;
            font-weight: 600;
            margin: 0 0 5px; }
        .distributors .distributors-list .per-card .card-content .card-text ul li:last-child {
          margin: 0; }

.our-team .grid-view ul li {
  /*margin-bottom: 30px;*/ }

.our-team .grid-view .single-box {
  text-align: center;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 6px; }
  .our-team .grid-view .single-box .image-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    aspect-ratio: 3 / 4; }
    .our-team .grid-view .single-box .image-box img {
      object-fit: cover;
      -webkit-object-fit: cover;
      object-position: center;
      -webkit-object-position: center;
      width: 100%;
      height: 100%;
      min-height: 100%;
      aspect-ratio: 3 / 4; }
    .our-team .grid-view .single-box .image-box:before {
      content: "";
      position: absolute;
      background: rgba(255, 255, 255, 0.1);
      width: 100%;
      height: 62%;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      z-index: -1;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .our-team .grid-view .single-box .image-box .team-social-links {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -50px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .our-team .grid-view .single-box .image-box .team-social-links a {
        color: #004976;
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 42px;
        background: #fff;
        border-radius: 5px;
        margin: 0 5px; }
        .our-team .grid-view .single-box .image-box .team-social-links a:hover {
          background-color: #004976;
          color: #ffffff;
          text-decoration: none; }
  .our-team .grid-view .single-box .caption {
    border-top: 1px solid #dddddd;
    padding: 20px 15px 20px 15px; }
    .our-team .grid-view .single-box .caption .team-name {
      text-align: center; }
      .our-team .grid-view .single-box .caption .team-name h4 {
        text-align: center; }
        .our-team .grid-view .single-box .caption .team-name h4 a {
          text-decoration: none; }
      .our-team .grid-view .single-box .caption .team-name .designation {
        color: #004976;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        line-height: 1.2; }
  .our-team .grid-view .single-box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125); }
    .our-team .grid-view .single-box:hover .team-social-links {
      bottom: 20px; }
    .our-team .grid-view .single-box:hover .caption {
      background: #f9f9f9; }

.our-team .table-view .table .image-box {
  width: 120px; }
  .our-team .table-view .table .image-box img {
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: center;
    -webkit-object-position: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: 3 / 4; }

.our-team .table-view .table .caption {
  min-width: 250px; }
  .our-team .table-view .table .caption h4 {
    margin-bottom: 2px; }
  .our-team .table-view .table .caption .designation {
    color: #004976;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 400; }
  .our-team .table-view .table .caption .team-social-links {
    margin: 10px auto 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    gap: 8px;
    display: flex; }
    .our-team .table-view .table .caption .team-social-links a {
      color: #004976;
      display: block;
      width: 40px;
      height: 40px;
      font-size: 16px;
      line-height: 42px;
      background: #f9f9f9;
      border-radius: 5px;
      margin: 0;
      text-align: center; }
      .our-team .table-view .table .caption .team-social-links a:hover {
        background-color: #004976;
        color: #ffffff;
        text-decoration: none; }

.our-team .table-view .table .description {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.our-team .full-details ul li {
  margin-bottom: 80px; }
  .our-team .full-details ul li:last-child {
    margin-bottom: 0; }

.our-team .full-details .single-box {
  position: relative;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 40px; }
  .our-team .full-details .single-box .image-box {
    min-height: 400px;
    width: 400px;
    min-width: 400px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center; }
    .our-team .full-details .single-box .image-box img {
      object-fit: cover;
      -webkit-object-fit: cover;
      object-position: center;
      -webkit-object-position: center;
      width: 100%;
      height: 100%;
      min-height: 100%;
      aspect-ratio: 3 / 4; }
  .our-team .full-details .single-box .caption {
    text-align: left;
    /* padding: 15px 15px 15px;
                background: #f9f9f9;
                border: 1px solid #e9e9e9;*/
    border-top: none;
    border-radius: 0 0 5px 5px; }
    .our-team .full-details .single-box .caption .team-name {
      transition: all 0.3s ease-in-out;
      margin-bottom: 0; }
      .our-team .full-details .single-box .caption .team-name h4 {
        font-size: 32px;
        font-weight: 600; }
      .our-team .full-details .single-box .caption .team-name .designation {
        color: #004976;
        margin-bottom: 15px;
        font-size: 20px; }
    .our-team .full-details .single-box .caption .team-social-links {
      margin: 15px auto 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items: center; }
      .our-team .full-details .single-box .caption .team-social-links a {
        color: #004976;
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 42px;
        background: #f9f9f9;
        border-radius: 5px;
        text-align: center; }
        .our-team .full-details .single-box .caption .team-social-links a:hover {
          background-color: #004976;
          color: #ffffff;
          text-decoration: none; }
  .our-team .full-details .single-box .team-description {
    margin-top: 0; }

.our-team.team-details .team-top-details {
  margin-bottom: 30px;
  text-align: center; }
  .our-team.team-details .team-top-details .image-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px; }
    .our-team.team-details .team-top-details .image-box img {
      object-fit: cover;
      -webkit-object-fit: cover;
      object-position: center;
      -webkit-object-position: center;
      width: 100%;
      height: 100%;
      min-height: 100%;
      aspect-ratio: 3 / 4; }
    .our-team.team-details .team-top-details .image-box:before {
      content: "";
      position: absolute;
      background: rgba(255, 255, 255, 0.1);
      width: 100%;
      height: 62%;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      z-index: -1;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

.our-team.team-details .caption .title-on-details h1 {
  font-size: 38px;
  color: #004976;
  font-weight: 600; }

.our-team.team-details .caption .title-on-details .designation {
  color: #004976;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  font-weight: 500; }

.our-team.team-details .caption .team-social-links {
  margin: 20px auto 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .our-team.team-details .caption .team-social-links a {
    color: #004976;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 42px;
    background: #f9f9f9;
    border-radius: 5px;
    margin: 0 5px;
    text-align: center; }
    .our-team.team-details .caption .team-social-links a:hover {
      background-color: #004976;
      color: #ffffff;
      text-decoration: none; }

.our-team.team-details .other-team .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 9; }
  .our-team.team-details .other-team .owl-nav button.owl-prev, .our-team.team-details .other-team .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #004976;
    color: #ffffff; }
    .our-team.team-details .other-team .owl-nav button.owl-prev.disabled, .our-team.team-details .other-team .owl-nav button.owl-next.disabled {
      opacity: .0;
      cursor: not-allowed; }
  .our-team.team-details .other-team .owl-nav button.owl-prev {
    left: 0px;
    position: relative;
    transition: transform 0.8s ease 0s;
    transform: translateX(100px); }
  .our-team.team-details .other-team .owl-nav button.owl-next {
    right: 0px;
    position: relative;
    transition: transform 0.8s ease 0s;
    transform: translateX(-100px); }

.our-team.team-details .other-team:hover .owl-nav {
  visibility: visible;
  opacity: 1; }
  .our-team.team-details .other-team:hover .owl-nav button.owl-prev {
    transform: translateX(0);
    transform: translateY(-50%); }
  .our-team.team-details .other-team:hover .owl-nav button.owl-next {
    transform: translateX(0);
    transform: translateY(-50%); }

.job-list .job-filter .single-filter .nav-tabs {
  align-items: center;
  justify-content: center;
  border: none;
  gap: 10px;
  margin-bottom: 30px; }
  .job-list .job-filter .single-filter .nav-tabs .nav-item .nav-link {
    border: 1px solid;
    border-color: #004976;
    border-radius: 25px;
    color: #000; }
    .job-list .job-filter .single-filter .nav-tabs .nav-item .nav-link.active, .job-list .job-filter .single-filter .nav-tabs .nav-item .nav-link:hover {
      background: #004976;
      color: #ffffff; }

.job-list .job-listing li .single-box {
  border: 1px solid #eee;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  height: 100%;
  background-color: #ffffff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }
  .job-list .job-listing li .single-box .type {
    background: #43b02a;
    color: #fff;
    padding: 1px 10px;
    font-size: 80%;
    margin-right: 5px; }

.job-details .single-box .job-detail .type {
  background: #43b02a;
  color: #fff;
  padding: 1px 10px;
  font-size: 80%;
  margin-right: 5px; }

.job-details .job-discription {
  margin-top: 30px; }

.catalog h2 {
  margin: 0 0 10px 0;
  padding: 5px 0;
  border-bottom: 2px solid #ddd; }

.catalog .catalog-listing {
  padding: 0;
  list-style: none;
  text-align: center; }
  .catalog .catalog-listing li {
    margin-bottom: 25px; }
  .catalog .catalog-listing .single-box {
    position: relative;
    border: 1px solid #ddd;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); }
    .catalog .catalog-listing .single-box:hover {
      box-shadow: 0 -5px 30px -5px rgba(0, 0, 0, 0.35); }
    .catalog .catalog-listing .single-box .catalog-img {
      height: 408px;
      width: 100%;
      display: block;
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all 0.5s ease 0s;
      border-bottom: 1px solid #ddd; }
      .catalog .catalog-listing .single-box .catalog-img img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.5s ease 0s; }
    .catalog .catalog-listing .single-box h4 {
      font-size: 24px;
      margin: 15px 15px 0 15px;
      text-align: center;
      line-height: 28px;
      overflow-wrap: break-word;
      padding-bottom: 135px; }
    .catalog .catalog-listing .single-box .catalog-btn-box {
      padding: 15px;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      gap: 10px; }

/*.image-box{ position: relative;
img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
}*/
/*Custom Search*/
.custom-search {
  width: 100%;
  padding: 10px;
  min-height: 400px; }

.custom-search .loader {
  text-align: center;
  height: 400px;
  padding: 150px; }

.custom-search .gsc-selected-option-container {
  min-width: 100px; }

.custom-search .gsc-table-result .gs-web-image-box, .custom-search .gsc-table-result .gs-promotion-image-box {
  margin-right: 10px;
  width: 75px; }

.custom-search .gsc-table-result .gs-web-image-box .gs-image, .custom-search .gsc-table-result .gs-promotion-image-box .gs-promotion-image {
  width: 75px;
  max-width: 75px;
  max-height: 120px;
  display: inline-block; }

.custom-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page, .custom-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 5px 10px !important;
  border: solid 1px;
  border-radius: 4px;
  display: -webkit-inline-box !important;
  margin-bottom: 5px; }

.custom-search .gsc-table-result .gs-web-image-box .gs-image {
  border: none; }

.custom-search .gsc-table-result .gs-web-image-box .gs-image > .gs-image {
  border: 1px solid #e2e2e2; }

.custom-search .gsc-control-cse .gsc-table-result {
  width: 100%;
  display: inline-block; }

.custom-search .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #fff;
  background: #002e5b;
  text-decoration: none; }

.custom-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #fff;
  background: #002e5b;
  border-color: #002e5b; }

.custom-search .customSearchContainer {
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  margin-bottom: 30px; }

.custom-search .cse .gsc-control-cse, .custom-search .gsc-control-cse {
  padding: 0rem !important; }

/* -----------------------------------
      Certifications Section Start Here
--------------------------------------*/
.certifications {
  padding: 0; }
  .certifications h2.certificate-type-heading {
    font-weight: 600;
    color: #333;
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px; }
  .certifications .text-head .certificate-title {
    margin-bottom: 0;
    font-size: 20px;
    color: #444444;
    font-weight: 500;
    padding: 10px 10px;
    text-align: center;
    height: 100%;
    line-height: 1.2; }
  .certifications .certificate-listing-by-type {
    margin-bottom: 40px; }
  .certifications .certifications-item {
    padding: 0;
    list-style: none; }
    .certifications .certifications-item:hover .certifications-overlay::before {
      width: 80%;
      height: 80%;
      border-top: 1px solid #43b02a;
      border-right: 1px solid #43b02a;
      transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s; }
    .certifications .certifications-item:hover .certifications-overlay::after {
      width: 80%;
      height: 80%;
      border-bottom: 1px solid #43b02a;
      border-left: 1px solid #43b02a;
      transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s; }
    .certifications .certifications-item li:hover .certifications-overlay {
      visibility: visible;
      transform: scale(1); }
  .certifications .single-box {
    border: 1px solid #eee;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
    height: 100%;
    background-color: #fff; }
  .certifications .image-box {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0 0; }
    .certifications .image-box img {
      max-height: 100%;
      max-width: 100%;
      transition: all 0.5s; }
  .certifications .certifications-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center; }
    .certifications .certifications-overlay::before {
      content: "";
      width: 0;
      height: 0;
      border-width: 0;
      position: absolute;
      left: 10%;
      top: 10%;
      transition: 50ms height ease 150ms;
      z-index: 3; }
    .certifications .certifications-overlay::after {
      content: "";
      width: 0;
      height: 0;
      border-width: 0;
      position: absolute;
      right: 10%;
      bottom: 10%;
      transition: 100ms width ease 200ms;
      z-index: 3; }
    .certifications .certifications-overlay .overlay-content {
      width: 80%; }
    .certifications .certifications-overlay .magnify-icon {
      height: 40px;
      width: 40px;
      border-radius: 20px;
      background: #43b02a;
      margin: 0 5px;
      cursor: pointer;
      display: inline-block;
      transition: all 0.25s; }
      .certifications .certifications-overlay .magnify-icon:hover {
        background: #ffffff; }
        .certifications .certifications-overlay .magnify-icon:hover p span i {
          color: #43b02a; }
      .certifications .certifications-overlay .magnify-icon p span i {
        font-size: 15px;
        color: #fff;
        line-height: 40px;
        cursor: pointer; }
  .certifications .certifications-overlay p,
  .certifications .certifications-overlay a {
    position: relative;
    z-index: 4; }
  .certifications .bg-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    left: 0;
    right: 0; }

@media (min-width: 1441px) and (max-width: 1679px) {
  .certifications .image-box {
    height: 260px; } }

@media (min-width: 1400px) and (max-width: 1440px) {
  .certifications .image-box {
    height: 235px; } }

@media (max-width: 1399px) {
  .certifications .image-box {
    height: 260px; } }

@media (max-width: 1199px) {
  .certifications .image-box {
    height: 295px; } }

@media (max-width: 991px) {
  .certifications .image-box {
    height: 245px; }
  .certifications-overlay .certificate-title {
    font-size: 22px; }
  .our-team .full-details .single-box {
    align-items: start;
    gap: 30px; }
    .our-team .full-details .single-box .image-box {
      width: 300px;
      min-width: 300px; } }

@media (max-width: 767px) {
  .certifications .image-box {
    height: 265px; }
  .certifications h2.certificate-type-heading {
    font-size: 24px; }
  .certifications-overlay .certificate-title {
    font-size: 16px; }
  .our-team .full-details ul li {
    margin-bottom: 40px; }
  .our-team .full-details .single-box {
    flex-direction: column;
    gap: 20px; }
    .our-team .full-details .single-box .image-box {
      width: 100%;
      min-width: 100%; }
    .our-team .full-details .single-box .caption .team-name h4 {
      font-size: 26px;
      margin-bottom: 5px; }
    .our-team .full-details .single-box .caption .team-name .designation {
      font-size: 18px; } }

@media (max-width: 575px) {
  .certifications .image-box {
    height: auto; }
  .our-team .grid-view .single-box .caption {
    height: auto !important; } }

@media (max-width: 340px) {
  .certifications .image-box {
    height: 295px; } }

/* -----------------------------------
      Certifications Section End Here
--------------------------------------*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("truetype"); }

/*@mixin bg-gradient($deg, $from_color, $from_parcent, $to_color, $to_parcent) {
    background: $from_color;  
    background: linear-gradient($deg, rgba($from_color) $from_parcent, rgba($to_color) $to_parcent);
}*/
.category-docs-action-btn {
  position: relative;
  z-index: 2;
  margin-top: 20px; }

.products-listing-main .product-filter {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative; }
  .products-listing-main .product-filter .filter-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #004976;
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0; }
    .products-listing-main .product-filter .filter-heading h2 {
      font-size: 18px;
      text-transform: uppercase;
      margin: 0;
      line-height: 26px;
      font-weight: 600;
      color: #ffffff; }
    .products-listing-main .product-filter .filter-heading .reset-filter {
      text-transform: capitalize;
      font-size: 14px; }
  .products-listing-main .product-filter .filter-box {
    margin-bottom: 0; }
    .products-listing-main .product-filter .filter-box .heading-wrap h4 {
      font-size: 15px;
      margin-bottom: 0;
      padding: 8px 10px;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      font-weight: 600;
      background-color: #f9f9f9; }
    .products-listing-main .product-filter .filter-box ul {
      margin-bottom: 0;
      max-height: 215px;
      overflow-y: auto; }
      .products-listing-main .product-filter .filter-box ul li {
        border-bottom: 1px dashed #dddddd;
        margin: 0 10px; }
        .products-listing-main .product-filter .filter-box ul li a {
          color: #444444;
          font-weight: 400;
          font-size: 16px;
          padding: 5px 0;
          display: block;
          text-decoration: none; }
          .products-listing-main .product-filter .filter-box ul li a:hover {
            color: #004976; }
        .products-listing-main .product-filter .filter-box ul li.active a {
          color: #004976; }
        .products-listing-main .product-filter .filter-box ul li:last-child {
          border-bottom: none; }

.products-listing-main .selected-filter {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 10px;
  margin-bottom: 20px; }
  .products-listing-main .selected-filter ul li {
    display: inline-block;
    margin: 5px 8px 5px 5px; }
    .products-listing-main .selected-filter ul li span b {
      font-weight: 500; }

.products-listing-main .product-list-view ul {
  display: flex;
  gap: 20px;
  flex-direction: column; }

.products-listing-main .product-list-view .single-box {
  /*box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);*/
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  height: 100%;
  padding: 15px;
  display: flex;
  gap: 15px; }
  .products-listing-main .product-list-view .single-box .image-box {
    min-width: 230px;
    width: 230px;
    height: 230px;
    border: 1px solid #dddddd;
    border-radius: 4px; }
    .products-listing-main .product-list-view .single-box .image-box a {
      display: block;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
  .products-listing-main .product-list-view .single-box .caption h4 {
    font-size: 20px;
    font-weight: 700; }
  .products-listing-main .product-list-view .single-box .caption h5 {
    font-size: 16px;
    font-weight: 500; }
  .products-listing-main .product-list-view .single-box .caption p {
    font-size: 14px; }

.products-listing-main .tbl-filter-div {
  min-height: 31px; }

.products-listing-main #allPnTable.table {
  margin-bottom: 0; }
  .products-listing-main #allPnTable.table thead tr th input[type='text'] {
    color: #333 !important;
    width: 100%; }
  .products-listing-main #allPnTable.table tr th, .products-listing-main #allPnTable.table tr td {
    min-width: 180px;
    max-width: 250px;
    white-space: normal !important;
    /*font-size: 16px;*/ }
    .products-listing-main #allPnTable.table tr th:first-child, .products-listing-main #allPnTable.table tr td:first-child {
      position: sticky;
      left: 0;
      min-width: 200px;
      width: 200px;
      z-index: 2; }
      .products-listing-main #allPnTable.table tr th:first-child a, .products-listing-main #allPnTable.table tr td:first-child a {
        font-weight: 600; }
    .products-listing-main #allPnTable.table tr th.pn-pdf, .products-listing-main #allPnTable.table tr td.pn-pdf {
      min-width: 60px !important;
      max-width: 60px !important;
      width: 60px !important; }
      .products-listing-main #allPnTable.table tr th.pn-pdf i, .products-listing-main #allPnTable.table tr td.pn-pdf i {
        font-size: 22px; }

.products-listing-main .tablesorter .header, .products-listing-main .tablesorter .tablesorter-header {
  position: relative;
  cursor: pointer;
  padding-right: 20px !important; }

.products-listing-main .tablesorter .tablesorter-headerUnSorted:before {
  content: '';
  position: absolute;
  right: 6px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: calc(50% - 6px);
  border-bottom: 4px solid; }

.products-listing-main .tablesorter .tablesorter-headerUnSorted:after {
  content: '';
  position: absolute;
  right: 6px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  bottom: calc(50% - 6px);
  border-top: 4px solid; }

.products-listing-main .tablesorter .tablesorter-headerAsc:before {
  content: '';
  position: absolute;
  right: 6px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: calc(50% - 6px);
  border-bottom: 4px solid; }

.products-listing-main .tablesorter .tablesorter-headerDesc:after {
  content: '';
  position: absolute;
  right: 6px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  bottom: calc(50% - 6px);
  border-top: 4px solid; }

.products-listing-main .tablesorter thead .sorter-false {
  cursor: default;
  padding: 5px !important; }

.products-listing-main .tablesorter thead .sorter-false:before, .products-listing-main .tablesorter thead .sorter-false:after {
  border: none; }

.table thead tr, .table thead tr th {
  background-color: #004976;
  color: #ffffff; }

.table tr td, .table thead tr th {
  min-width: 100px; }

.table thead tr th {
  font-weight: 600; }

.table body tr th {
  font-weight: 500; }

.product-details .title-on-details h1 {
  margin: 0 0 15px;
  font-size: 2rem;
  font-weight: 600; }
  .product-details .title-on-details h1 .status-text {
    font-size: 13px;
    line-height: 15px;
    color: #ef0f0f;
    font-weight: 500; }

.product-details .product-title {
  color: #666;
  font-size: 18px; }

.product-details .section-heading {
  margin-bottom: 15px; }
  .product-details .section-heading h2 {
    font-size: 30px;
    word-break: break-word;
    font-weight: 600; }

.product-details .product-specs .table tr th {
  font-weight: 500;
  background: #f9f9f9;
  width: 35% !important; }

.product-details .product-specs .table tr.group-name th {
  font-weight: 600;
  background: #e8e8e8;
  font-size: 18px; }

.product-details .additional-docs.card {
  border: none;
  border: 1px solid #555555; }
  .product-details .additional-docs.card .card-header {
    background-color: #555555;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px; }

.product-details .view-3d-modal {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 25px;
  background-image: url(https://d16fcfgstc5xq2.cloudfront.net/view-3d-modal-image.jpg);
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 3px; }
  .product-details .view-3d-modal:before {
    content: '';
    position: absolute;
    background-color: rgba(232, 232, 232, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 3px; }
  .product-details .view-3d-modal h4 {
    z-index: 1; }
    .product-details .view-3d-modal h4 a {
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .product-details .view-3d-modal .view3DModalContainer {
    margin-bottom: 30px; }

.product-details #loaderFor3DDiv {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd; }

.product-details #fixedPanel.sticky-top {
  top: 90px; }

.product-details.product-top-details {
  width: calc(100% - 500px); }

.product-images {
  width: 500px; }

.product-rfq-modal-header {
  padding: 10px; }
  .product-rfq-modal-header .pn-image {
    max-width: 60px;
    max-height: 60px;
    height: 60px;
    text-align: center;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-rfq-modal-header .title {
    padding-left: 10px; }
    .product-rfq-modal-header .title #partNumberPnl {
      color: #43b02a; }

.popover {
  max-width: 100%;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.15); }
  .popover .popover-body {
    padding: 0;
    /*.source-logo{height:60px;}*/ }
    .popover .popover-body #pricePopover {
      max-height: 300px; }
      .popover .popover-body #pricePopover .table > :not(caption) > * > * {
        padding: 0.75rem; }

.spinner-border {
  color: #015fc9; }

/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

img.fr-bordered, .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC; }

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img.fr-shadow, .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16); }

.fr-view span[style~="color:"] a {
  color: inherit; }

.fr-view strong {
  font-weight: 700; }

.fr-view table {
  border: 0;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%; }

.fr-view table td {
  min-width: 5px; }

.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed; }

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5; }

.fr-view table td, .fr-view table th {
  border: 1px solid #ddd; }

.fr-view table td:empty, .fr-view table th:empty {
  height: 20px; }

.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red; }

.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px; }

.fr-view table th {
  background: #e6e6e6; }

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always; }

.fr-view .fr-file {
  position: relative; }

.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: 400; }

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible; }

.fr-view[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 10px;
  padding-left: 0; }

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00bcd4; }

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047; }

.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 10px;
  color: #5e35b1; }

.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4; }

.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047; }

.fr-view span.fr-emoticon {
  font-weight: 400;
  font-family: "Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;
  display: inline;
  line-height: 0; }

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle; }

.fr-view .fr-text-gray {
  color: #AAA !important; }

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0; }

.fr-view .fr-text-spaced {
  letter-spacing: 1px; }

.fr-view .fr-text-uppercase {
  text-transform: uppercase; }

.fr-view img {
  position: relative;
  max-width: 100%; }

.fr-view img.fr-dib {
  margin: 10px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 10px;
  margin-right: 10px;
  max-width: calc(100% - (2 * 10px)); }

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 10px 10px 10px 0;
  max-width: calc(100% - 10px); }

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: calc(100% - 10px); }

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%; }

.fr-view span.fr-img-caption.fr-dib {
  margin: 10px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 10px;
  margin-right: 10px;
  max-width: calc(100% - (2 * 10px)); }

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 10px 10px 10px 0;
  max-width: calc(100% - 10px); }

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: calc(100% - 10px); }

.fr-view .fr-video {
  text-align: center;
  position: relative; }

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: 0; }

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both; }

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left; }

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right; }

.fr-view .fr-video.fr-dvi {
  display: inline-block;
  width: 100%; }

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left; }

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right; }

.fr-view a.fr-strong {
  font-weight: 700; }

.fr-view a.fr-strongItalic {
  font-weight: 700;
  font-style: italic; }

.fr-view a.fr-green {
  color: green; }

.fr-view a.fr-red {
  color: red; }

.fr-view a.fr-blue {
  color: blue; }

.fr-view a.fr-orange {
  color: orange; }

.fr-view a.fr-brown {
  color: brown; }

.fr-view a.fr-white {
  color: white; }

.fr-view a.fr-gray {
  color: gray; }

.fr-view .fr-img-caption {
  text-align: center; }

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%; }

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%; }

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 10px 10px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: "alpha(Opacity=0)";
  width: 100%;
  text-align: center; }

.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px; }

a.fr-view.fr-strong {
  font-weight: 700; }

a.fr-view.fr-strongItalic {
  font-weight: 700;
  font-style: italic; }

a.fr-view.fr-green {
  color: green; }

a.fr-view.fr-red {
  color: red; }

a.fr-view.fr-blue {
  color: blue; }

a.fr-view.fr-orange {
  color: orange; }

a.fr-view.fr-brown {
  color: brown; }

a.fr-view.fr-white {
  color: white; }

a.fr-view.fr-gray {
  color: gray; }

a.fr-strong {
  font-weight: 700 !important; }

a.fr-strongItalic {
  font-weight: 700 !important;
  font-style: italic !important; }

a.fr-green {
  color: green !important; }

a.fr-red {
  color: red !important; }

a.fr-blue {
  color: blue !important; }

a.fr-orange {
  color: orange !important; }

a.fr-brown {
  color: brown !important; }

a.fr-white {
  color: white !important; }

a.fr-gray {
  color: gray !important; }

img.fr-view {
  position: relative;
  max-width: 100%; }

img.fr-view.fr-dib {
  margin: 10px auto;
  display: block;
  float: none;
  vertical-align: top; }

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 10px;
  margin-right: 10px;
  max-width: calc(100% - (2 * 10px)); }

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 10px 10px 10px 0;
  max-width: calc(100% - 10px); }

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: calc(100% - 10px); }

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%; }

span.fr-img-caption.fr-view.fr-dib {
  margin: 10px auto;
  display: block;
  float: none;
  vertical-align: top; }

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 10px;
  margin-right: 10px;
  max-width: calc(100% - (2 * 10px)); }

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 10px 10px 10px 0;
  max-width: calc(100% - 10px); }

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: calc(100% - 10px); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("truetype"); }

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
/*.xzoom-source img, .xzoom-preview img, .xzoom-lens img { display: block; max-width: none; max-height: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }*/
/* --------------- */
/* xZoom Styles below */
/*.xzoom-container { display: inline-block; }

.xzoom-thumbs { text-align: center; margin-bottom: 10px; }

.xzoom { }
.xzoom2, .xzoom3, .xzoom4, .xzoom5 { -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); }*/
/* Thumbs */
/*.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 { }

.xzoom-source, .xzoom-hidden { display: block; position: static; float: none; clear: both;z-index:999999!important; }*/
/* Everything out of border is hidden */
/*.xzoom-hidden { overflow: hidden; }*/
/* Preview */
/*.xzoom-preview { border: 1px solid #888; background: #FFFFFF; box-shadow: -0px -0px 10px rgba(0,0,0,0.50); z-index: 10;*/
/*add for layout5 on image fix then next btn not show on image*/
/*padding-right:25px!important;
 padding-left:25px!important;*/
/*}*/
/* Lens */
/*.xzoom-lens { border: 1px solid #555;  box-shadow: -0px -0px 10px rgba(0,0,0,0.50); cursor: crosshair; }*/
/* Loading */
/*.xzoom-loading { background-position: center center; background-repeat: no-repeat; border-radius: 100%; opacity: .7;*/
/*background: url(../scss/img/ajax-loader.gif);*/
/*width: 48px; height: 48px; }*/
/* Additional class that applied to thumb when it is active */
/*.xactive {*/
/* -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); */
/*}*/
/* Caption */
/*.xzoom-caption { position: absolute; bottom: -43px; left: 0; background: #000; width: 100%; text-align: left; }

.xzoom-caption span { color: #fff; font-family: Arial, sans-serif; display: block; font-size: 0.75em; font-weight: bold; padding: 10px; }*/
@keyframes a {
  0% {
    transform: scale(1.5);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes b {
  0% {
    transform: scale(1);
    opacity: 1; }
  15% {
    transform: scale(1.1);
    opacity: 1; }
  to {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes c {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  to {
    transform: translate(-50%, -50%) rotate(-1turn); } }

@keyframes d {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(6px); }
  25% {
    transform: scale(1.3) translateX(8px); }
  40% {
    transform: scale(1.2) translateX(6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(6px); }
  75% {
    transform: scale(0.7) translateX(8px); }
  90% {
    transform: scale(0.8) translateX(6px); }
  to {
    transform: scale(1); } }

@keyframes e {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(-6px); }
  25% {
    transform: scale(1.3) translateX(-8px); }
  40% {
    transform: scale(1.2) translateX(-6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(-6px); }
  75% {
    transform: scale(0.7) translateX(-8px); }
  90% {
    transform: scale(0.8) translateX(-6px); }
  to {
    transform: scale(1); } }

@-webkit-keyframes a {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes b {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  15% {
    -webkit-transform: scale(1.1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn); } }

@-webkit-keyframes d {
  0% {
    -webkit-transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px); }
  to {
    -webkit-transform: scale(1); } }

@-webkit-keyframes e {
  0% {
    -webkit-transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px); }
  to {
    -webkit-transform: scale(1); } }

.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.drift-zoom-pane.drift-opening {
  animation: a .18s ease-out;
  -webkit-animation: a .18s ease-out; }

.drift-zoom-pane.drift-closing {
  animation: b .5s ease-in;
  -webkit-animation: b .5s ease-in;
  transform: scale(0) !important; }

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); }

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: c 1.8s linear infinite;
  -webkit-animation: c 1.8s linear infinite; }

.drift-zoom-pane-loader:after, .drift-zoom-pane-loader:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9); }

.drift-zoom-pane-loader:before {
  left: 0;
  animation: d 1.8s linear infinite;
  -webkit-animation: d 1.8s linear infinite; }

.drift-zoom-pane-loader:after {
  right: 0;
  animation: e 1.8s linear infinite;
  -webkit-animation: e 1.8s linear infinite;
  animation-delay: -.9s;
  -webkit-animation-delay: -.9s; }

.drift-bounding-box {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 1px #ddd inset; }

.preview-drift {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 0; }

.drift-open {
  z-index: 9999;
  border-radius: 0px; }

.preview-drift.left .drift-open {
  left: 103%;
  background: #fff !important; }

.preview-drift.right .drift-open {
  left: unset;
  right: 103%;
  background: #fff !important; }

.zoom-relative {
  position: relative !important; }

@media (max-width: 576px) {
  .drift-demo-trigger {
    pointer-events: none; } }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("truetype"); }

/*@mixin bg-gradient($deg, $from_color, $from_parcent, $to_color, $to_parcent) {
    background: $from_color;  
    background: linear-gradient($deg, rgba($from_color) $from_parcent, rgba($to_color) $to_parcent);
}*/
.google-map {
  height: 400px; }

/*=====Newsletter Section Start=====*/
.newsletter-subscriber {
  background-color: #202c44;
  background-image: url(https://d2f6h2rm95zg9t.cloudfront.net/54187365/shape_18620871.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125); }
  .newsletter-subscriber h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #c5c5c5; }
  .newsletter-subscriber p {
    font-size: 16px;
    color: #c5c5c5; }
  .newsletter-subscriber .input-container {
    position: relative; }
    .newsletter-subscriber .input-container input {
      padding: 15px 20px; }
      .newsletter-subscriber .input-container input.error {
        border-color: #dc3545; }
        .newsletter-subscriber .input-container input.error::placeholder {
          color: #dc3545; }
    .newsletter-subscriber .input-container button {
      position: absolute;
      right: 5px;
      top: 5px; }

/*=====Newsletter Section End=====*/
/*======================Cookie Footer Bar Start===================*/
#cookie-law {
  background-color: #272727;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1021;
  text-align: center;
  color: #fff;
  font-size: 13px; }
  #cookie-law div, #cookie-law p, #cookie-law span, #cookie-law h1, #cookie-law h2, #cookie-law h3, #cookie-law h4, #cookie-law h5, #cookie-law h6 {
    font-size: 13px;
    display: inline-block;
    margin: 0 1px; }
  #cookie-law p br {
    display: none; }
  #cookie-law .close-cookie-banner {
    margin: 0 2px 0 2px;
    font-size: 12px; }
    #cookie-law .close-cookie-banner .btn-danger {
      color: #ffffff !important; }
    #cookie-law .close-cookie-banner .btn-warning {
      color: #212529 !important; }
    #cookie-law .close-cookie-banner .btn span {
      text-overflow: unset !important;
      width: 100% !important; }

/*======================Cookie Footer Bar End===================*/
/* #Progress - Scroll to top Start
================================================== */
.progress-wrap.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(67, 176, 42, 0.5);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .progress-wrap.scroll-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
    .progress-wrap.scroll-to-top.active-progress::after {
      position: absolute;
      font-family: 'Font Awesome 6 Pro';
      content: '\f062';
      text-align: center;
      line-height: 46px;
      font-size: 24px;
      color: #43b02a;
      left: 0;
      top: 0;
      height: 46px;
      width: 46px;
      cursor: pointer;
      display: block;
      z-index: 1;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .progress-wrap.scroll-to-top.active-progress:hover::after {
      opacity: 0; }
  .progress-wrap.scroll-to-top::before {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    content: '\f176';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #43b02a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .progress-wrap.scroll-to-top:hover::before {
    opacity: 1; }
  .progress-wrap.scroll-to-top svg path {
    fill: rgba(67, 176, 42, 0.2); }
  .progress-wrap.scroll-to-top svg.progress-circle path {
    stroke: #43b02a;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

/*======================Footer Social Start===================*/
.custom-footer {
  color: #bfbfbf;
  background: #202c44; }
  .custom-footer h4 {
    color: #c5c5c5 !important; }
  .custom-footer a {
    color: #c5c5c5 !important; }
  .custom-footer ul.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
    margin-bottom: 20px; }
    .custom-footer ul.social-icons li {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: inline-block;
      margin: 0 10px 10px 0 !important;
      padding: 0;
      overflow: visible;
      border-radius: 100%;
      background: none; }
      .custom-footer ul.social-icons li a {
        position: relative;
        display: flex;
        overflow: hidden;
        text-indent: -9999px !important;
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid;
        align-items: center;
        justify-content: center; }
        .custom-footer ul.social-icons li a:focus {
          outline: medium none; }
        .custom-footer ul.social-icons li a:hover {
          text-decoration: none !important;
          background-color: #ffffff !important;
          border-color: #ffffff !important;
          color: #202c44 !important; }
        .custom-footer ul.social-icons li a i[class^="fa-"] {
          color: #444;
          font-size: 16px;
          position: relative;
          top: 3px; }
        .custom-footer ul.social-icons li a:active {
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3); }
      .custom-footer ul.social-icons li.linkedin a:before {
        content: "\f0e1";
        font-family: "Font Awesome 6 Brands";
        text-indent: 0; }
      .custom-footer ul.social-icons li.facebook a:before {
        content: "\f39e";
        font-family: "Font Awesome 6 Brands";
        text-indent: 0; }
      .custom-footer ul.social-icons li.twitter a:before {
        content: "\e61b";
        font-family: "Font Awesome 6 Brands";
        text-indent: 0; }
      .custom-footer ul.social-icons li.youtube a:before {
        content: "\f167";
        font-family: "Font Awesome 6 Brands";
        text-indent: 0; }

.custom-footer .editSocialIcons a {
  text-indent: 0 !important; }

/*======================Footer Social End===================*/
.custom-footer.footer-v13 {
  background-color: #092f5a !important;
  background-image: url(https://d2f6h2rm95zg9t.cloudfront.net/54187365/shape_18620871.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("truetype"); }

@media (max-width: 1919px) {
  .home-news-list .single-box .caption {
    padding: 15px; }
    .home-news-list .single-box .caption h4 {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4; }
  .home-news-list .single-box.two-news .image-box, .home-news-list .single-box.one-news .image-box {
    width: 260px;
    min-width: 260px;
    border-radius: 5px 0 0 5px; } }

@media (max-width: 1680px) {
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    height: 195px; } }

@media (max-width: 1600px) {
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    height: 192px; } }

@media (max-width: 1440px) {
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    height: 172px; } }

@media (max-width: 1399px) {
  h1, span.h1 {
    font-size: 32px; }
  .btn:not(.btn-sm, .btn-lg) {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 6px;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-radius: 4px; }
  .newsletter-subscriber .input-container input {
    padding: 12.5px 20px;
    font-size: 14px; }
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    width: 100%;
    height: 170px; }
    .home-products-list .single-box .product-wrapper .product-content .image-box.featured {
      height: 170px; }
  .home-news-list .single-box .caption {
    padding: 15px; }
    .home-news-list .single-box .caption h4 {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.3; }
  .home-news-list .single-box.three-news .image-box {
    width: 100%; }
  .home-news-list .single-box.two-news .image-box, .home-news-list .single-box.one-news .image-box {
    width: 260px;
    min-width: 260px;
    border-radius: 5px 0 0 5px; }
  .contact-us .form-address-section .content-form-section h2 {
    font-size: 26px; }
  .contact-us .form-address-section .contact-details .primary-contact-details {
    padding: 25px 15px; }
  .contact-us .form-address-section .contact-details .other-address {
    padding: 25px 15px; }
  .home-event-list.events-listing .single-box {
    flex-direction: row-reverse; }
    .home-event-list.events-listing .single-box .event-date-box {
      display: none; }
    .home-event-list.events-listing .single-box .event-content {
      width: calc(100% - 300px); } }

@media (max-width: 1200px) and (max-width: 1280px) {
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    height: 162px; } }

@media (max-width: 1199px) {
  h1, span.h1 {
    font-size: 32px; }
  .newsletter-subscriber .input-container input {
    padding: 12.5px 15px;
    font-size: 14px; }
  .page-top-heading {
    padding: 90px 0 90px 0; }
    .page-top-heading:before {
      background: linear-gradient(90deg, rgba(34, 34, 34, 0.6) 50%, rgba(255, 253, 253, 0) 95%, rgba(255, 255, 255, 0) 100%); }
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    width: 100%;
    height: 175px; }
    .home-products-list .single-box .product-wrapper .product-content .image-box.featured {
      height: 180px; }
  .home-news-list .single-box.two-news .image-box, .home-news-list .single-box.one-news .image-box {
    width: 300px;
    min-width: 300px;
    border-radius: 5px 0 0 5px; }
  .home-event-list .single-box .event-image {
    width: 250px;
    min-width: 250px; }
  .home-event-list .single-box .event-content {
    padding: 20px;
    width: calc(100% - 500px); }
  .home-event-list .single-box .event-date-box {
    width: 250px;
    min-width: 250px; }
    .home-event-list .single-box .event-date-box:after {
      font-size: 80px;
      line-height: 80px; }
  .home-event-list .single-box:hover .event-date-box:after {
    font-size: 100px; } }

@media (max-width: 991px) {
  .page-heading h2 {
    font-size: 32px; }
  .page-heading h3 {
    font-size: 28px; }
  .page-heading h4 {
    font-size: 24px; }
  .container, .container-md, .container-sm {
    max-width: 980px; }
  .page-top-heading {
    padding: 90px 0 90px 0; }
    .page-top-heading h1, .page-top-heading span.h1 {
      font-size: 30px; }
    .page-top-heading:before {
      background: linear-gradient(90deg, rgba(34, 34, 34, 0.6) 50%, rgba(255, 253, 253, 0) 95%, rgba(255, 255, 255, 0) 100%); }
  .section-heading {
    margin-bottom: 15px; }
    .section-heading h2 {
      font-size: 32px; }
    .section-heading h3 {
      font-size: 26px; }
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    width: 100%;
    height: 200px; }
    .home-products-list .single-box .product-wrapper .product-content .image-box.featured {
      height: 200px; }
  /* .home-news-list {

        .single-box {
            .image-box {
                height: 200px;
            }
        }
    }*/
  .home-event-list .single-box {
    gap: 15px 0; }
    .home-event-list .single-box .event-image {
      width: 250px;
      min-width: 250px;
      order: 0; }
    .home-event-list .single-box .event-content {
      padding: 10px;
      width: calc(100% - 250px);
      order: 1; }
    .home-event-list .single-box .event-date-box {
      width: 100%;
      min-width: 100%;
      order: 2; }
      .home-event-list .single-box .event-date-box:after {
        font-size: 50px;
        line-height: 50px; }
    .home-event-list .single-box:hover .event-date-box:after {
      font-size: 60px; }
  #cookie-law div {
    margin-bottom: 10px; }
  .products-listing-main #allPnTable.table tr th:first-child, .products-listing-main #allPnTable.table tr td:first-child {
    position: relative; }
  .sidebar .other-content {
    padding: 10px; }
    .sidebar .other-content > li:first-child {
      border-top: 0;
      padding-top: 0;
      flex-direction: row; }
      .sidebar .other-content > li:first-child .image-box {
        width: 100px;
        height: 80px;
        min-width: 100px;
        min-height: 80px; }
  .home-event-list.events-listing .single-box {
    flex-direction: unset; }
    .home-event-list.events-listing .single-box .event-date-box {
      display: grid; }
    .home-event-list.events-listing .single-box .event-content {
      width: calc(100% - 250px); }
  .newsletter-subscriber {
    text-align: center; } }

@media (max-width: 767px) {
  .page-heading h2 {
    font-size: 30px; }
  .page-heading h3 {
    font-size: 26px; }
  .page-heading h4 {
    font-size: 22px; }
  .page-top-heading::before {
    background: linear-gradient(90deg, rgba(34, 34, 34, 0.6) 100%, rgba(255, 253, 253, 0) 70%, rgba(255, 255, 255, 0) 100%); }
  .carousel .carousel-control-next, .carousel .carousel-control-prev {
    display: none; }
  .page-top-heading {
    padding: 60px 0 60px 0; }
    .page-top-heading h1, .page-top-heading span.h1 {
      font-size: 26px; }
  .section-heading {
    margin-bottom: 15px; }
    .section-heading h2 {
      font-size: 30px; }
    .section-heading h3 {
      font-size: 25px; }
  .home-news-list .single-box.two-news .image-box, .home-news-list .single-box.one-news .image-box {
    width: 250px;
    min-width: 250px;
    border-radius: 5px 0 0 5px; }
  .home-event-list .single-box {
    gap: 15px 0; }
    .home-event-list .single-box .event-image {
      width: 200px;
      min-width: 200px;
      order: 0; }
    .home-event-list .single-box .event-content {
      padding: 10px;
      width: calc(100% - 200px);
      order: 1; }
    .home-event-list .single-box .event-date-box {
      width: 100%;
      min-width: 100%;
      order: 2; }
      .home-event-list .single-box .event-date-box:after {
        font-size: 50px;
        line-height: 50px; }
    .home-event-list .single-box:hover .event-date-box:after {
      font-size: 60px; }
  .products-listing-main .product-list-view .single-box {
    flex-direction: column;
    align-items: center; }
    .products-listing-main .product-list-view .single-box .caption {
      text-align: center; }
      .products-listing-main .product-list-view .single-box .caption ul {
        justify-content: center; }
  .home-event-list.events-listing .single-box {
    flex-direction: unset; }
    .home-event-list.events-listing .single-box .event-date-box {
      display: grid; }
    .home-event-list.events-listing .single-box .event-content {
      width: calc(100% - 200px); }
  .home-products-list .single-box .product-wrapper .product-content .caption h4 {
    font-size: 16px;
    line-height: 24px; }
  .home-products-list .single-box .product-wrapper .product-content .caption p {
    font-size: 14px; } }

@media (max-width: 575px) {
  .page-heading h2 {
    font-size: 28px; }
  .page-heading h3 {
    font-size: 24px; }
  .page-heading h4 {
    font-size: 20px; }
  .page-top-heading {
    padding: 40px 0 40px 0; }
    .page-top-heading h1, .page-top-heading span.h1, .page-top-heading span {
      font-size: 25px; }
  .page-top-heading::before {
    background: linear-gradient(90deg, rgba(34, 34, 34, 0.7) 100%, rgba(255, 253, 253, 0) 100%, rgba(255, 255, 255, 0) 100%); }
  .section-heading {
    margin-bottom: 15px; }
    .section-heading h2 {
      font-size: 28px; }
    .section-heading h3 {
      font-size: 26px; }
  .home-news-list .single-box.two-news, .home-news-list .single-box.one-news {
    flex-direction: column; }
    .home-news-list .single-box.two-news .image-box, .home-news-list .single-box.one-news .image-box {
      width: 100%;
      min-width: 100%;
      border-radius: 5px 5px 0 0; }
  .home-event-list .single-box {
    gap: 15px 0; }
    .home-event-list .single-box .event-image {
      width: 100%;
      min-width: 100%;
      order: 0; }
    .home-event-list .single-box .event-content {
      padding: 0;
      width: 100%;
      order: 1; }
    .home-event-list .single-box .event-date-box {
      width: 100%;
      min-width: 100%;
      order: 2; }
      .home-event-list .single-box .event-date-box:after {
        font-size: 50px;
        line-height: 50px; }
    .home-event-list .single-box:hover .event-date-box:after {
      font-size: 60px; }
  .promotion-modal .promotion-modal-close {
    right: 3px;
    top: -30px; }
  .newsletter-subscriber .input-container {
    margin-bottom: 55px; }
    .newsletter-subscriber .input-container button {
      position: absolute;
      right: 0;
      top: 55px;
      width: 100%;
      padding: 12px 20px; }
  .product-details .view-3d-modal {
    min-height: 400px; }
  .product-details #loaderFor3DDiv {
    height: 400px; }
  .distributors .distributors-list .per-card .card-image .image-box {
    width: 100%;
    height: 150px; }
  .distributors .distributors-list .per-card .card-image .card-btn {
    top: 93%; }
  .home-event-list.events-listing .single-box {
    flex-direction: unset; }
    .home-event-list.events-listing .single-box .event-date-box {
      display: grid; }
    .home-event-list.events-listing .single-box .event-content {
      width: calc(100% - 0px); }
  h1 {
    font-size: 25px; }
  h2 {
    font-size: 22px; }
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    width: 100%;
    height: 200px; }
    .home-products-list .single-box .product-wrapper .product-content .image-box.featured {
      height: 200px; }
  .home-products-list .single-box .product-wrapper .product-content .caption h4 {
    font-size: 16px;
    line-height: 20px; }
  .home-products-list .single-box .product-wrapper .product-content .caption p {
    font-size: 13px; }
  .event-details .top-details {
    flex-direction: column; }
  .job-list .job-listing li .single-box {
    flex-direction: column;
    align-items: start; } }

@media (max-width: 480px) {
  .category-docs-action-btn {
    display: grid;
    gap: 10px; }
  .home-products-list .single-box .product-wrapper .product-content .image-box {
    width: 100%;
    height: 140px; }
    .home-products-list .single-box .product-wrapper .product-content .image-box.featured {
      height: 140px; }
  .product-details .title-on-details h1 .status-text {
    display: block; }
  .product-details .section-heading {
    margin-bottom: 10px; }
    .product-details .section-heading h2 {
      font-size: 26px; }
  .product-details .part-price, .product-details .buy-now, .product-details .product-pricing {
    width: 100%; }
  .product-details .product-specs tr th {
    min-width: 150px; }
  .product-details .product-specs tr td {
    min-width: 200px; }
  /* .home-news-list {

        .single-box {

           

            &.two-news {
                flex-direction: column;

                .image-box {
                    height: 220px;
                    min-height: 220px;
                }

                .caption {
                }
            }
        }
    }*/ }

@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav {
    flex-wrap: wrap; }
  /*.container, .container-lg, .container-md, .container-sm {
        max-width: 1024px;
    }*/ }

@media (min-width: 1200px) and (max-width: 1440px) {
  .mobile-tab-offcanvas {
    display: none; }
  /*.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }*/ }

@media (min-width: 1441px) {
  /*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }*/ }

@media (min-width: 1680px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }*/ }
