@import url("https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', sans-serif !important; }

::selection {
  background-color: #177197;
  color: white; }

a {
  text-decoration: none !important;
  color: inherit !important; }

li {
  list-style-type: none;
  list-style-position: inside; }

figure {
  margin: 0 !important;
  overflow: hidden; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important; }

h1 {
  font-size: 2.5rem !important; }

h2 {
  font-size: 2rem !important; }

h3 {
  font-size: 1.75rem !important; }

h4 {
  font-size: 1.375rem !important; }

h5 {
  font-size: 1.25rem !important; }

h6 {
  font-size: 1.125rem !important; }

.section-gutter {
  margin-top: 5.625rem; }

.section-gutter-footer {
  margin-top: 3rem; }

.primary-btn {
  margin-top: 12px; }
  .primary-btn a {
    padding: .75rem 1.5rem;
    border: none;
    color: #ffffff !important;
    width: max-content;
    border-radius: .25rem;
    background: linear-gradient(90deg, #1F9ED3 47.45%, #70B354 100%); }
    .primary-btn a:hover {
      background: linear-gradient(90deg, #1F9ED3 100%, #70B354 100%); }

.secondary-btn {
  margin-top: 12px; }
  .secondary-btn a {
    padding: .75rem 1.5rem;
    border: 1px solid #ffffff;
    width: max-content;
    border-radius: .25rem;
    color: #ffffff !important; }

.sub-secondary-btn {
  border-bottom: 1px solid #70B354;
  letter-spacing: 1px;
  padding: 4px; }
  .sub-secondary-btn:hover {
    border-bottom: 1px solid #1F9ED3;
    font-weight: 500; }

.error {
  padding-top: .25rem;
  font-size: 14px;
  color: #ff5757;
  padding-left: .5rem; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-nav {
    display: flex; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      width: 3rem;
      height: 3rem;
      background-color: white !important;
      border: 2px solid #8b8b8b !important;
      padding: 0.625rem !important;
      display: flex !important;
      align-items: center;
      justify-content: center; }
      .owl-carousel .owl-nav .owl-prev i,
      .owl-carousel .owl-nav .owl-next i {
        color: #1F9ED3;
        font-size: 1.25rem; }

.owl-dots {
  padding: 4px 0;
  border-radius: 20px; }
  .owl-dots span {
    background-color: #1F9ED3 !important;
    padding: 0 5px;
    width: 6px !important;
    height: 6px !important;
    margin: 5px !important; }
  .owl-dots .active span {
    background-color: #1F9ED3 !important;
    padding: 0 14px; }
  .owl-dots .owl-dots {
    padding: 4px 0;
    border-radius: 20px; }
    .owl-dots .owl-dots span {
      background-color: #1F9ED3 !important;
      padding: 0 5px;
      width: 6px !important;
      height: 6px !important;
      margin: 5px !important; }
    .owl-dots .owl-dots .active span {
      background-color: #1F9ED3 !important;
      padding: 0 14px; }

.main-head {
  position: relative;
  margin-bottom: 40px; }
  .main-head .static-bg {
    width: max-content;
    position: absolute;
    top: 0;
    left: 55%;
    z-index: -1; }
  .main-head .section-head {
    font-weight: 300;
    font-size: 2.25rem !important;
    text-align: center;
    padding-bottom: 38px;
    position: relative; }
    .main-head .section-head::after {
      content: '';
      position: absolute;
      width: 135px;
      height: 4px;
      bottom: 18px;
      background-color: #1F9ED3;
      left: 50%;
      transform: translate(-50%, 0); }
  .main-head .sub-heading {
    width: 42%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 25px;
    color: #2D5A6D; }

.description {
  line-height: 25px;
  color: #2A2A2A; }
  .description p {
    line-height: 25px;
    color: #2A2A2A; }

.pagination {
  margin-top: 30px !important;
  justify-content: flex-end !important; }
  .pagination .page-item {
    margin-left: 10px !important; }
    .pagination .page-item:first-child {
      margin-left: 0px !important; }
    .pagination .page-item .page-link {
      border: 1px solid #1F9ED3 !important;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%; }
      .pagination .page-item .page-link:hover {
        background-color: #1F9ED3 !important;
        border: 1px solid #1F9ED3 !important;
        color: white !important; }
      .pagination .page-item .page-link:focus {
        z-index: 3;
        background-color: transparent !important;
        outline: 0;
        color: black !important;
        box-shadow: none !important; }
  .pagination .active .page-link {
    background-color: #1F9ED3 !important;
    border: 1px solid #1F9ED3 !important;
    color: #ffffff !important; }

.breadcrumb-all {
  background: url(../images/breadcrumb.png);
  height: 280px;
  position: relative;
  color: #ffffff !important;
  margin-top: -41px; }
  .breadcrumb-all::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .breadcrumb-all .breadcrumb-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .breadcrumb-all .breadcrumb-item {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    z-index: 1; }
    .breadcrumb-all .breadcrumb-item::before {
      color: #ffffff !important; }
    .breadcrumb-all .breadcrumb-item.active {
      color: #1F9ED3 !important;
      font-weight: 700; }
  .breadcrumb-all .breadcrumb {
    margin-bottom: 0;
    margin-top: 42px; }
  .breadcrumb-all .breadcrumb-heading {
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(74, 74, 74, 0.7);
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    margin-top: 21px; }

.video-wrapper {
  position: relative;
  text-align: end;
  margin-top: 90px; }
  .video-wrapper::before {
    content: '';
    position: absolute;
    width: 97%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden; }
  .video-wrapper::after {
    content: '';
    position: absolute;
    width: 97%;
    height: 100%;
    top: -30px;
    left: 0;
    border: 8px solid #1F9ED3;
    z-index: -1; }

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%; }

.video-img {
  width: 97%;
  height: 100%; }

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
  opacity: 1; }

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000; }

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000; }

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%; }

#video-popup-close:hover {
  color: #DE0023; }

.vpop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: ripple-white3 3s linear infinite;
  animation: ripple-white3 3s linear infinite; }
  .vpop i {
    font-size: 80px;
    color: #1F9ED3;
    cursor: pointer; }

.mission-vision .video-wrapper {
  padding: 170px 0; }
.mission-vision .vpop {
  position: static !important;
  z-index: 143241234;
  transform: translate(0, 0) !important;
  text-align: center; }
  .mission-vision .vpop i {
    color: #ffffff !important;
    font-size: 100px;
    margin-right: 135px; }

@media (max-width: 700px) {
  #video-popup-container {
    width: 95%;
    left: 33%; } }
@media (max-width: 1399px) {
  header .main-nav .navbar-nav {
    gap: 30px !important; }
  header .main-nav .socials {
    padding-left: 3.45rem !important; }
    header .main-nav .socials a {
      margin-right: 1.35rem !important; } }
@media (max-width: 1299px) {
  .product-detail-wrapper .picZoomer .picZoomer-zoom-wp {
    transform: translate(-100px, 0px); } }
@media (max-width: 1199px) {
  .product-detail-wrapper .picZoomer .picZoomer-zoom-wp {
    transform: translate(-200px, 0px); }

  .top-nav-wrapper .top-nav .header-contact-info {
    gap: 1.5rem !important; }

  header .main-nav {
    padding-right: 1.5rem !important; }
    header .main-nav .navbar-nav {
      gap: 30px !important; }
    header .main-nav .socials {
      display: none;
      padding-left: 2.65rem !important; }
      header .main-nav .socials a {
        font-size: 1rem !important; } }
@media (max-width: 1300px) {
  .categories .owl-categories .owl-nav,
  .products .owl-products .owl-nav {
    display: none !important; } }
@media (min-width: 991px) {
  header .main-nav .navbar-nav .nav-item {
    position: relative; }

  .search-icon {
    display: none; } }
@media (max-width: 991px) {
  .navbar-brand {
    padding: 0rem .5rem !important; }

  h1 {
    font-size: 1.5rem !important; }

  header {
    margin-top: auto !important; }

  .banner {
    margin-top: auto !important; }

  .main-head .section-head {
    font-size: 1.5rem !important; }

  .top-nav-wrapper {
    z-index: 9;
    position: sticky;
    top: 0;
    overflow: hidden; }
    .top-nav-wrapper .top-nav {
      height: 75px; }

  .navbar-brand {
    margin-left: 0 !important; }

  header {
    display: none; }

  .side-menu-bar {
    display: block !important; }

  .header-contact-info {
    display: none !important; }

  .categories .owl-categories figure img {
    max-height: 500px !important;
    object-fit: fill !important; }

  .about-us-video h1 {
    width: 100% !important; }
  .about-us-video .experience {
    position: static !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px; }
  .about-us-video .video-wrapper {
    margin-top: 10px; }
    .about-us-video .video-wrapper img {
      width: 100% !important; }
    .about-us-video .video-wrapper::before {
      width: 100% !important; }
    .about-us-video .video-wrapper::after {
      display: none; }

  .main-head .sub-heading {
    width: 100%; }

  .picZoomer-zoom-wp,
  .picZoomer-cursor {
    display: none !important; } }
@media (max-width: 768px) {
  .banner .owl-nav {
    display: none !important; }
  .banner figure figcaption {
    padding: 6px 8px !important;
    right: 0;
    transform: auto !important;
    left: auto !important;
    top: 70% !important; }
    .banner figure figcaption .banner-description {
      display: none !important; }

  .categories .owl-categories .owl-nav {
    top: 20px !important; }

  .products .owl-products .product-card .card-body {
    width: 95% !important; }

  .products .product-card .card-body {
    margin-top: -50px !important; }
    .products .product-card .card-body .description, .products .product-card .card-body .sub-secondary-btn, .products .product-card .card-body .category {
      display: none !important; }

  .choose-us {
    padding: 70px 40px !important; }
    .choose-us .rating {
      padding: 10px 12px 30px !important;
      right: 10px !important; }
      .choose-us .rating p {
        display: none; }

  .description-detail-wrapper .d-flex {
    flex-direction: column; }
    .description-detail-wrapper .d-flex .tab-content {
      margin-top: 30px; }

  .product-detail-wrapper {
    padding: 2.5rem 1rem 1rem !important; } }
@media (max-width: 585px) {
  .main-head .static-bg {
    display: none; }

  .contact-info-wrapper {
    flex-direction: column;
    text-align: center; }

  .contact-us .contact-form {
    padding: 60px 20px !important; }

  .banner figure img {
    min-height: 220px !important; } }
@media only screen and (max-width: 420px) {
  header .main-nav .navbar-nav .nav-item ul {
    width: 250px !important; } }
.top-nav-wrapper {
  background-color: #1F9ED3; }
  .top-nav-wrapper .top-nav {
    display: flex; }
    .top-nav-wrapper .top-nav .navbar-brand {
      position: absolute;
      padding: 1.25rem;
      background-color: #EFFBFF;
      border-radius: 0px 0px 8px 8px; }
    .top-nav-wrapper .top-nav .header-contact-info {
      display: flex;
      gap: 3.75rem;
      padding: 1.25rem 0 4rem;
      margin-left: auto;
      color: #ffffff; }
      .top-nav-wrapper .top-nav .header-contact-info .contact-info {
        display: flex;
        justify-content: center;
        align-items: center;
        align-items: flex-start;
        gap: .75rem; }
        .top-nav-wrapper .top-nav .header-contact-info .contact-info i {
          font-size: 1.25rem;
          margin-top: 4px; }
        .top-nav-wrapper .top-nav .header-contact-info .contact-info .contact-detail {
          font-size: 14px; }
          .top-nav-wrapper .top-nav .header-contact-info .contact-info .contact-detail p {
            font-weight: 600; }
    .top-nav-wrapper .top-nav .side-menu-bar {
      margin-left: auto;
      display: none; }
      .top-nav-wrapper .top-nav .side-menu-bar i {
        margin-top: 30px;
        color: #ffffff;
        font-size: 24px; }

.navbar-brand {
  position: fixed;
  padding: 2.2rem .5rem;
  background-color: #EFFBFF;
  border-radius: 0px 0px 8px 8px;
  top: 0;
  margin-left: 40px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  z-index: 10; }

header {
  margin-top: -2.875rem;
  z-index: 2;
  position: sticky;
  top: 0; }
  header .main-nav {
    background-color: #ffffff;
    padding: 1.25rem 3.125rem 1.25rem 0;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35); }
    header .main-nav .navbar-nav {
      margin: auto 0;
      margin-left: auto !important;
      flex-direction: inherit;
      gap: 3.75rem;
      align-items: center; }
      header .main-nav .navbar-nav .nav-item:hover ul {
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-top: 2px solid #1F9ED3; }
      header .main-nav .navbar-nav .nav-item .fa-question {
        font-size: 20px; }
      header .main-nav .navbar-nav .nav-item .nav-link {
        position: relative;
        font-weight: 600;
        font-size: 1.125rem;
        color: #363636 !important;
        padding: 10px 0; }
      header .main-nav .navbar-nav .nav-item .active {
        color: #1F9ED3 !important; }
      header .main-nav .navbar-nav .nav-item ul {
        background-color: #929292;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        padding: 1rem 1.25rem;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        transition: all .25s ease;
        left: 50%;
        transform: translate(-50%, 0);
        max-height: 350px;
        overflow: auto;
        width: 300px;
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        header .main-nav .navbar-nav .nav-item ul.about-us-menu {
          width: 200px !important; }
        header .main-nav .navbar-nav .nav-item ul::-webkit-scrollbar {
          width: 6px; }
        header .main-nav .navbar-nav .nav-item ul::-webkit-scrollbar-track {
          box-shadow: inset 0 0 5px grey;
          border-radius: 10px; }
        header .main-nav .navbar-nav .nav-item ul::-webkit-scrollbar-thumb {
          background: #1F9ED3;
          border-radius: 10px; }
        header .main-nav .navbar-nav .nav-item ul::-webkit-scrollbar-thumb:hover {
          background: #00aeff; }
        header .main-nav .navbar-nav .nav-item ul li {
          margin-top: .875rem;
          transition: all 300ms ease; }
          header .main-nav .navbar-nav .nav-item ul li:first-child {
            margin-top: 0; }
          header .main-nav .navbar-nav .nav-item ul li::before {
            padding-right: .5rem;
            font-family: "Font Awesome 5 Free";
            content: "\f061";
            font-size: 13px;
            font-weight: 700; }
          header .main-nav .navbar-nav .nav-item ul li:hover {
            transform: translateX(0.5rem);
            color: #1F9ED3;
            transition: all 300ms ease; }
      header .main-nav .navbar-nav .nav-item .openbtn {
        background-color: #1F9ED3;
        color: #ffffff !important;
        padding: 8px;
        border-radius: 5px; }
        header .main-nav .navbar-nav .nav-item .openbtn:hover {
          background-color: #12688d; }
    header .main-nav .socials {
      color: #1F9ED3;
      padding-left: 5.75rem; }
      header .main-nav .socials a {
        font-size: 1.35rem;
        margin-right: 2.25rem; }
        header .main-nav .socials a:last-child {
          margin-right: 0; }

.side-nav-menu header {
  display: block !important;
  z-index: 9999; }
.side-nav-menu .menu_open {
  height: 60px;
  width: 60px;
  margin: 20px;
  cursor: pointer;
  background-color: white;
  text-align: center;
  line-height: 4;
  border-radius: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  float: right; }
.side-nav-menu .menu_open i {
  font-size: 20px;
  color: #777; }
.side-nav-menu .menu_close {
  height: 60px;
  width: 60px;
  margin: 20px;
  cursor: pointer;
  display: none;
  background-color: white;
  text-align: center;
  line-height: 4;
  border-radius: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  float: right; }
.side-nav-menu .menu_close i {
  font-size: 20px;
  color: #777; }
.side-nav-menu nav {
  position: fixed;
  height: 100%;
  max-width: 100%;
  left: 0;
  z-index: 99999;
  background: #f0f0f0;
  background-size: cover;
  background-position: center;
  top: 0;
  overflow: hidden;
  width: 0;
  transition: all 400ms linear;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.24);
  display: block !important;
  padding: 0 !important; }
  .side-nav-menu nav .img {
    margin: 0 auto;
    text-align: center;
    padding-top: 50px; }
  .side-nav-menu nav .navbar-nav {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 50px 0;
    position: relative; }
    .side-nav-menu nav .navbar-nav .openbtn {
      margin-top: 20px;
      background-color: #1F9ED3;
      color: #ffffff !important;
      padding: 8px;
      border-radius: 5px; }
  .side-nav-menu nav .socials {
    display: block;
    padding: 0 !important;
    text-align: center; }
    .side-nav-menu nav .socials a {
      font-size: 1.25rem !important; }
.side-nav-menu nav .active {
  display: block !important;
  color: #70B354 !important; }
@media only screen and (max-width: 420px) {
  .side-nav-menu nav {
    max-width: 280px !important; } }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95); }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #ffffff; }
    .overlay .closebtn:hover {
      color: #ccc; }
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white; }
    .overlay input[type=text]:focus-visible {
      border: 0 !important;
      outline: 0px solid red; }
    .overlay input[type=text]:hover {
      background: #f1f1f1; }
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border: none;
    color: #ffffff !important;
    background: linear-gradient(90deg, #1F9ED3 47.45%, #70B354 100%); }
    .overlay button:hover {
      background: linear-gradient(90deg, #1F9ED3 100%, #70B354 100%); }

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto; }

footer {
  padding: 2.5rem 0 1.5rem 0;
  background: url(../images/image\ 32.png) no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  word-break: break-word; }
  footer a:hover {
    color: #70B354 !important; }
  footer figure {
    width: max-content;
    background-color: #ffffff;
    border-radius: 5px; }
  footer .footer-img {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    footer .footer-img::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.85); }
  footer .main-footer {
    padding: 50px 0;
    border-bottom: 1px solid #D1D1D1; }
    footer .main-footer .footer-description {
      text-align: justify;
      padding: 1.5rem 1.25rem 1.5rem 0;
      line-height: 26px; }
      footer .main-footer .footer-description a {
        text-decoration: underline !important;
        padding-left: 8px; }
    footer .main-footer figure {
      height: auto; }
    footer .main-footer .footer-socials a {
      margin-right: 2.875rem;
      font-size: 1.5rem; }
    footer .main-footer .footer-title {
      font-weight: 500;
      font-size: 1.375rem;
      text-transform: capitalize;
      margin-bottom: 1.125rem;
      letter-spacing: 2px; }
    footer .main-footer .contact-flex {
      display: flex;
      gap: 10px;
      flex-direction: column; }
    footer .main-footer ul {
      margin-bottom: 0;
      padding: 0; }
      footer .main-footer ul li {
        display: flex; }
      footer .main-footer ul li:not(:last-child) {
        margin-bottom: 1rem; }
      footer .main-footer ul li:before {
        padding-right: 0.5rem;
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        font-size: 0.812rem;
        font-weight: 600; }
    footer .main-footer .locations {
      display: flex;
      flex-direction: column;
      gap: 0.625rem; }
      footer .main-footer .locations i {
        margin-top: 5px; }
  footer .bottom-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.25rem;
    gap: .625rem; }
    footer .bottom-footer a {
      color: #33ff00 !important; }
    footer .bottom-footer figure {
      height: auto; }

.chat-bot-container {
  position: fixed;
  bottom: 100px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  z-index: 1; }
  .chat-bot-container .icon-whatsapp {
    transition: 500ms;
    z-index: 1; }
    .chat-bot-container .icon-whatsapp span {
      font-size: 30px;
      color: #ffffff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #41c051; }
      @media (max-width: 480px) {
        .chat-bot-container .icon-whatsapp span {
          width: 40px;
          height: 40px;
          font-size: 25px; } }
      .chat-bot-container .icon-whatsapp span:hover {
        background: #00740f; }
  .chat-bot-container .icon-messenger span {
    font-size: 24px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00A0F7; }
    @media (max-width: 480px) {
      .chat-bot-container .icon-messenger span {
        width: 40px;
        height: 40px;
        font-size: 25px; } }
    .chat-bot-container .icon-messenger span:hover {
      background: #005583; }

.banner {
  margin-top: -41px; }
  .banner figure {
    position: relative;
    background-color: #e7e7e7; }
    .banner figure img {
      min-height: 350px;
      max-height: 700px;
      object-fit: contain; }
    .banner figure figcaption {
      position: absolute;
      padding: 80px 50px;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.7);
      backdrop-filter: blur(2px);
      top: 50%;
      left: 60%;
      transform: translate(0%, -50%); }
      .banner figure figcaption h1 {
        font-weight: 400; }
      .banner figure figcaption .banner-description {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 29px;
        margin: 23px 0 45px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .banner .owl-nav {
    display: flex;
    position: absolute;
    top: 70%;
    right: 30%; }

.categories {
  position: relative; }
  .categories .top-category-section {
    background: url(../images/rectangle17.png) no-repeat;
    background-size: cover;
    padding: 30px 0; }
    .categories .top-category-section .category-section-head {
      font-weight: 300;
      font-size: 36px !important;
      line-height: 49px;
      color: #ffffff;
      margin-bottom: 1rem !important; }
    .categories .top-category-section .category-sub-heading {
      color: #45C8FF;
      font-size: 1.25rem; }
  .categories .owl-categories {
    position: static; }
    .categories .owl-categories figure {
      position: relative; }
      .categories .owl-categories figure::before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        transition: 300ms linear; }
      .categories .owl-categories figure::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 6.77%, rgba(0, 0, 0, 0) 100%);
        top: 0;
        left: 0; }
      .categories .owl-categories figure:hover::before {
        width: 100%;
        transition: 300ms linear; }
      .categories .owl-categories figure:hover .secondary-btn {
        left: 28px;
        transition: 350ms linear; }
      .categories .owl-categories figure img {
        max-height: 700px; }
      .categories .owl-categories figure figcaption {
        position: absolute;
        top: 10%;
        left: 28px;
        z-index: 1; }
        .categories .owl-categories figure figcaption h3 {
          font-weight: 700;
          color: #ffffff; }
      .categories .owl-categories figure .secondary-btn {
        position: absolute;
        bottom: 10%;
        left: -145px;
        z-index: 1;
        transition: 300ms linear; }
    .categories .owl-categories .owl-nav {
      display: flex;
      position: absolute;
      top: 40px;
      right: 5%; }

.services .service-card {
  height: 100%;
  border: 0;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  .services .service-card:hover figure::after {
    transition: all 1s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .services .service-card:hover .hover-card-description-content {
    transition: all 1s;
    opacity: 1; }
  .services .service-card:hover .card-body {
    transition: all 1s;
    opacity: 0; }
  .services .service-card .card-body {
    transition: all 1s;
    background-color: #D3F2FF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 2.25rem 0;
    color: #1F1F1F;
    font-size: 1.25rem;
    border-top: 1px solid #1F9ED3; }
  .services .service-card .hover-card-description-content {
    transition: all 1s;
    opacity: 0;
    text-align: center;
    background-color: #ffffff;
    width: 95%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 55px 44px 34px; }
    .services .service-card .hover-card-description-content .hover-card-title {
      font-weight: 600;
      font-size: 20px;
      line-height: 27px;
      text-transform: uppercase; }
    .services .service-card .hover-card-description-content .hover-card-description {
      margin: 1.625rem 0;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.best-product {
  background: url(../images/starbg.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #ffffff; }
  .best-product h2 {
    background: linear-gradient(to right, #1F9ED3 0%, #70B354 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem !important;
    font-weight: 700;
    margin-bottom: 2.25rem !important; }
  .best-product h3 {
    font-weight: 600;
    font-size: 28px !important; }
  .best-product h4 {
    font-weight: 700;
    font-size: 18px !important; }
  .best-product .description {
    color: #ffffff;
    padding: 1rem 0 1.5rem; }
  .best-product .main-product {
    position: relative;
    text-align: center; }
    .best-product .main-product::after {
      content: '';
      position: absolute;
      background-color: #D3F2FF;
      border: 11px solid #ffffff;
      border-radius: 490px 490px 64px 64px;
      width: 100%;
      height: 85%;
      bottom: 0;
      left: 0;
      z-index: 0; }
    .best-product .main-product img {
      position: relative;
      z-index: 1;
      width: 90% !important; }

.partners {
  background-color: #D3F2FF;
  padding: 60px 0; }
  .partners .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
    position: absolute;
    width: 100%;
    top: 23%; }

.blogs .blog-card {
  border: 0;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  height: 100%; }
  .blogs .blog-card .card-body {
    padding: 2.5rem 1.25rem 2rem; }
    .blogs .blog-card .card-body .date-time {
      font-size: 0.875rem;
      color: #6F6F6F; }
    .blogs .blog-card .card-body .card-title {
      font-weight: 600;
      font-size: 1.125rem;
      color: #464646;
      margin: 1rem 0 1.375rem; }
    .blogs .blog-card .card-body .description {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: justify;
      margin-bottom: 1.375rem; }

.testimonial .owl-stage-outer {
  padding-top: 80px; }
.testimonial .owl-nav {
  justify-content: end; }
.testimonial .testimonial-card {
  background-color: #D3F2FF;
  border: 0;
  text-align: center;
  border-radius: 0; }
  .testimonial .testimonial-card figure {
    border-radius: 50%;
    border: 4px solid #ffffff;
    width: 40%;
    margin: 0 auto !important;
    margin-top: -5rem !important; }
  .testimonial .testimonial-card .card-body {
    padding-bottom: 2.5rem; }
    .testimonial .testimonial-card .card-body .review {
      font-weight: 600;
      color: #1F9ED3; }
    .testimonial .testimonial-card .card-body i {
      text-align: left;
      color: #1F9ED3;
      width: 100%;
      font-size: 2rem;
      padding: 10px 0 5px 10px; }
    .testimonial .testimonial-card .card-body .name {
      font-size: 1.125rem;
      font-weight: 600;
      color: #505050;
      text-transform: capitalize;
      padding: 1.125rem 0 .5rem; }
    .testimonial .testimonial-card .card-body .review-company {
      color: #505050; }
.testimonial .static-bg {
  margin-top: -200px; }
  .testimonial .static-bg img {
    min-height: 210px; }

.contact-us .contact-info .contact-info-head {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase; }
.contact-us .contact-info .contact-info-sub-head {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-transform: capitalize;
  margin-bottom: 40px; }
.contact-us .contact-info .contact-info-wrapper {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px; }
  .contact-us .contact-info .contact-info-wrapper .icon-wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1F9ED3;
    border-radius: .5rem;
    flex-shrink: 0; }
    .contact-us .contact-info .contact-info-wrapper .icon-wrapper i {
      font-size: 2.2rem;
      color: #1F9ED3; }
  .contact-us .contact-info .contact-info-wrapper .info p {
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    padding-bottom: .25rem; }
  .contact-us .contact-info .contact-info-wrapper .info a {
    font-size: 22px;
    word-break: break-word; }
.contact-us .contact-form {
  background-color: #1E1D23;
  border-radius: 25px;
  padding: 60px 40px; }
  .contact-us .contact-form .contact-form-head {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    color: #1F9ED3; }
  .contact-us .contact-form .contact-form-sub-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    text-transform: capitalize;
    color: #ffffff; }
  .contact-us .contact-form .form-control {
    margin-top: 1rem;
    background-color: #626165;
    height: 60px;
    border-radius: 10px;
    border: 0;
    color: #ffffff;
    padding-left: 20px; }
    .contact-us .contact-form .form-control::placeholder {
      color: #ffffff;
      padding-left: 15px; }
  .contact-us .contact-form textarea {
    height: 220px !important;
    padding-top: 20px; }
  .contact-us .contact-form .primary-btn {
    margin-top: 30px; }

.map iframe {
  width: 100% !important; }

.locations .location-card {
  border-radius: 20px;
  overflow: hidden;
  border: 0;
  box-shadow: 0px 0px 15px #0000003b;
  background: #E9EAEE;
  height: 100%; }
  .locations .location-card .map {
    height: 250px;
    width: 100%;
    overflow: hidden; }
  .locations .location-card .card-body {
    padding: 1.6rem 1rem 2rem; }
    .locations .location-card .card-body ul {
      padding: 0;
      margin-bottom: 0; }
      .locations .location-card .card-body ul li {
        display: flex;
        align-items: center;
        gap: 22px;
        margin-bottom: 14px;
        font-size: 1rem; }
        .locations .location-card .card-body ul li p {
          font-size: 1.25rem;
          font-weight: 600; }
        .locations .location-card .card-body ul li:last-child {
          margin-bottom: 0; }
        .locations .location-card .card-body ul li i {
          color: #1F9ED3;
          font-size: 1.25rem; }
        .locations .location-card .card-body ul li a {
          word-break: break-word; }
          .locations .location-card .card-body ul li a:hover {
            color: #70B354 !important; }

.team .member-location {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 54px;
  color: #1F9ED3; }
.team .team-card {
  border: 0;
  background-color: #D3F2FF;
  border-radius: 20px;
  overflow: hidden; }
  .team .team-card figure {
    width: 93%;
    min-height: 305px; }
  .team .team-card .team-name {
    font-weight: 600;
    font-size: 1.5rem;
    color: #464646;
    text-align: center; }
  .team .team-card .designation {
    font-weight: 400;
    font-size: 1.125rem;
    color: #4B4B4B;
    text-align: center; }

.products {
  position: relative; }
  .products .static-bg img {
    min-height: 210px; }
  .products .owl-products {
    margin-top: -150px;
    position: static; }
    .products .owl-products .owl-nav {
      display: flex;
      position: absolute;
      top: 30%;
      right: 5%; }
    .products .owl-products .owl-item {
      padding-bottom: 1rem;
      padding-right: 1.25rem; }
    .products .owl-products .product-card {
      position: relative;
      border: 0;
      height: 100%; }
      .products .owl-products .product-card figure {
        background-color: #f3f3f3; }
        .products .owl-products .product-card figure img {
          max-height: 550px;
          object-fit: contain; }
      .products .owl-products .product-card .card-body {
        padding: 1rem 1.05rem;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
        width: 80%;
        margin-left: auto;
        margin-top: -40px;
        background-color: #ffffff; }
        .products .owl-products .product-card .card-body .category {
          font-weight: 700;
          letter-spacing: -1px;
          text-transform: uppercase;
          color: #1F9ED3; }
        .products .owl-products .product-card .card-body .product-name {
          font-weight: 700;
          font-size: 1.5rem;
          line-height: 33px;
          letter-spacing: -1px;
          color: #2A2A2A;
          height: 66px;
          overflow: hidden;
          margin-bottom: 10px; }
          .products .owl-products .product-card .card-body .product-name:hover {
            color: #1F9ED3; }
        .products .owl-products .product-card .card-body .description {
          margin: 11px 0;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }

.product {
  position: relative; }
  .product .products-card {
    border: 0;
    overflow: hidden;
    height: 100%;
    border-radius: 1.875rem; }
    .product .products-card figure {
      border-radius: 1.875rem;
      max-height: 370px;
      background: #efefef; }
      .product .products-card figure img {
        object-fit: contain; }
    .product .products-card .card-body {
      border-radius: 1.875rem;
      background: linear-gradient(180deg, rgba(7, 88, 0, 0) -31.86%, rgba(0, 46, 40, 0.4) 48.93%);
      backdrop-filter: blur(3px);
      text-align: center;
      margin-top: -2rem; }
      .product .products-card .card-body .category {
        font-weight: 700;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #ffffff; }
      .product .products-card .card-body .product-name {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: -1px;
        color: #1B4252;
        margin: 10px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .product .products-card .card-body .description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px; }
      .product .products-card .card-body .sub-secondary-btn {
        border-bottom: 1px solid #75ff3a; }
        .product .products-card .card-body .sub-secondary-btn:hover {
          border-bottom: 1px solid #3a78ff; }
  .product .search-icon {
    position: fixed;
    top: 48%;
    right: 0;
    width: fit-content;
    background-color: #1F9ED3;
    color: #ffffff !important;
    padding: 12px 10px;
    border-radius: 5px 0 0 5px;
    z-index: 10; }
    .product .search-icon a {
      font-size: 20px; }

.product-detail-wrapper {
  padding: 3.75rem;
  background-color: #D3F2FF; }
  .product-detail-wrapper .search-icon {
    position: fixed;
    top: 48%;
    right: 0;
    width: fit-content;
    background-color: #1F9ED3;
    color: #ffffff !important;
    padding: 12px 10px;
    border-radius: 5px 0 0 5px;
    z-index: 10; }
    .product-detail-wrapper .search-icon a {
      font-size: 20px; }
  .product-detail-wrapper .picZoomer {
    overflow: visible;
    border: 1px solid #b4b4b4; }
    .product-detail-wrapper .picZoomer .picZoomer-pic-wp {
      width: 100% !important;
      height: 100% !important; }
    .product-detail-wrapper .picZoomer .picZoomer-zoom-wp {
      border: 1px solid #b4b4b4;
      left: 700px !important;
      width: 80% !important;
      height: 80% !important;
      background-color: #eaeaea; }
  .product-detail-wrapper .piclist {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    padding: 0; }
    .product-detail-wrapper .piclist img {
      height: 100%;
      max-height: 140px;
      object-fit: fill; }
  .product-detail-wrapper .main-product {
    border-bottom: 2px solid #DFDFDF;
    padding-bottom: 1.875rem; }
    .product-detail-wrapper .main-product .product-name {
      font-weight: 400;
      font-size: 36px;
      line-height: 49px;
      text-transform: capitalize;
      color: #404040; }
    .product-detail-wrapper .main-product .product-price {
      padding-top: 1.25rem;
      font-weight: 600;
      font-size: 26px;
      line-height: 35px;
      color: #1F9ED3; }
  .product-detail-wrapper .video-wrapper {
    margin-top: 0; }
    .product-detail-wrapper .video-wrapper::before {
      background-color: rgba(0, 0, 0, 0.3);
      width: 100%; }
    .product-detail-wrapper .video-wrapper i {
      font-size: 30px; }
  .product-detail-wrapper .product-detail {
    font-size: 1.125rem;
    padding: 2.5rem 0 1.25rem;
    border-bottom: 2px solid #DFDFDF; }
    .product-detail-wrapper .product-detail p {
      padding-bottom: 1rem; }
  .product-detail-wrapper .socials {
    padding-top: 20px;
    margin-bottom: 40px; }
    .product-detail-wrapper .socials a {
      color: #3C3636 !important;
      font-size: 1.125rem;
      margin-right: 1.125rem; }
  .product-detail-wrapper .modal {
    background-color: rgba(0, 0, 0, 0.4); }
    .product-detail-wrapper .modal .modal-content {
      background-color: #1F9ED3;
      border-radius: 0; }
      .product-detail-wrapper .modal .modal-content .error {
        color: #ffe5e5; }
      .product-detail-wrapper .modal .modal-content .modal-header {
        border: 0; }
        .product-detail-wrapper .modal .modal-content .modal-header .modal-title {
          padding-top: 10px;
          margin: 0 auto !important;
          margin-right: -23px !important;
          color: #ffffff;
          font-weight: 500; }
        .product-detail-wrapper .modal .modal-content .modal-header .btn-close {
          background: transparent;
          color: #ffffff;
          opacity: 1;
          padding: 3px 7px 9px 7px; }
          .product-detail-wrapper .modal .modal-content .modal-header .btn-close:hover {
            color: #dddddd; }
      .product-detail-wrapper .modal .modal-content .modal-body {
        padding: 0.3rem 4rem; }
        .product-detail-wrapper .modal .modal-content .modal-body form {
          margin: 0 auto;
          max-width: 500px; }
          .product-detail-wrapper .modal .modal-content .modal-body form .form-control {
            margin-top: 1rem;
            height: 45px;
            border-radius: 10px;
            border: 1px solid #929292;
            padding-left: 20px; }
            .product-detail-wrapper .modal .modal-content .modal-body form .form-control:first-child {
              margin-top: 0; }
          .product-detail-wrapper .modal .modal-content .modal-body form textarea {
            height: 120px !important;
            padding-top: 14px; }
      .product-detail-wrapper .modal .modal-content .modal-footer {
        border: 0;
        justify-content: center; }
        .product-detail-wrapper .modal .modal-content .modal-footer button {
          background-color: transparent;
          padding: 0.5rem 1.5rem;
          border: 1px solid #ffffff;
          width: max-content;
          border-radius: 0.25rem;
          color: #ffffff !important; }
          .product-detail-wrapper .modal .modal-content .modal-footer button:hover {
            background-color: rgba(228, 228, 228, 0.233); }

.description-detail-wrapper {
  margin-top: 3rem;
  padding: 3.5rem 0;
  border-top: 2px solid #DFDFDF;
  border-bottom: 2px solid #DFDFDF; }
  .description-detail-wrapper .nav-pills .nav-link {
    text-align: left;
    white-space: nowrap;
    font-size: 26px;
    color: #404040 !important; }
  .description-detail-wrapper .nav-pills .active {
    font-weight: 600;
    background-color: transparent !important; }
  .description-detail-wrapper .tab-content .tab-pane {
    border-left: 2px solid #DFDFDF;
    font-size: 1.125rem;
    padding-left: 1.125rem; }
    .description-detail-wrapper .tab-content .tab-pane ul {
      padding-left: 1rem; }
      .description-detail-wrapper .tab-content .tab-pane ul li {
        list-style-type: disc;
        list-style-position: outside;
        margin-bottom: 8px; }
        .description-detail-wrapper .tab-content .tab-pane ul li::marker {
          color: #1F9ED3; }

.related-products-wrapper {
  margin-top: 3rem; }
  .related-products-wrapper .related-products-head {
    font-weight: 600;
    font-size: 24px;
    color: #404040;
    text-align: center;
    margin-bottom: 2rem; }

.about-us-video .container {
  position: relative; }
.about-us-video h1 {
  width: 66.67%;
  color: #1F9ED3; }
.about-us-video .experience {
  background-color: #1F9ED3;
  width: max-content;
  text-align: center;
  color: #ffffff;
  padding: 2rem;
  font-size: 2rem;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 1; }
  .about-us-video .experience .count {
    font-size: 6.5rem !important;
    font-weight: 700;
    line-height: 120px; }
.about-us-video .about-us-description {
  margin-top: 3.75rem;
  font-size: 1.125rem !important;
  line-height: 30px;
  text-align: justify; }
  .about-us-video .about-us-description p {
    margin-bottom: 20px !important; }
  .about-us-video .about-us-description h1, .about-us-video .about-us-description h2, .about-us-video .about-us-description h3, .about-us-video .about-us-description h4, .about-us-video .about-us-description h5, .about-us-video .about-us-description h6 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    /* identical to box height, or 125% */
    text-align: justify !important;
    color: #2A2A2A; }

.review-wrapper {
  background: url(../images/bg-images.png);
  padding: 70px 0; }
  .review-wrapper .review-count-wrapper {
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff; }
    .review-wrapper .review-count-wrapper:last-child {
      margin-bottom: 0; }
    .review-wrapper .review-count-wrapper .counter {
      font-weight: 400;
      font-size: 56px;
      line-height: 76px; }

.choose-us {
  background-color: #ffffff;
  padding: 90px 110px;
  border-radius: .5rem;
  position: relative; }
  .choose-us::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 84%;
    right: 0;
    bottom: 0;
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #1F9ED3;
    border-bottom-right-radius: 0.5rem; }
  .choose-us .choose-us-head {
    font-size: 1.25rem; }
  .choose-us .choose-us-sub-head {
    font-size: 2rem;
    position: relative; }
    .choose-us .choose-us-sub-head::after {
      content: '';
      position: absolute;
      width: 86px;
      height: 2px;
      background-color: #1F9ED3;
      left: 0;
      bottom: -2px; }
  .choose-us .description {
    margin: 1.75rem 0 2rem; }
  .choose-us .why-us-img figure {
    border-radius: 6px; }
    .choose-us .why-us-img figure img {
      min-height: 153px; }
  .choose-us .rating {
    background-color: #1F9ED3;
    width: max-content;
    text-align: center;
    padding: 18px 12px 40px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 70px;
    clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0% 100%, 0% 0%); }
    .choose-us .rating::before, .choose-us .rating::after {
      content: '';
      position: absolute;
      bottom: 0;
      border-left: 50% solid transparent;
      border-right: 50% solid transparent;
      border-bottom: 50% solid black; }
    .choose-us .rating .stars {
      color: #ffffff;
      font-size: 12px;
      margin-bottom: 10px; }
      .choose-us .rating .stars i:nth-child(2) {
        font-size: 1.2rem; }
    .choose-us .rating .rating-value {
      font-size: 1.125rem;
      margin-bottom: .25rem; }
    .choose-us .rating p {
      font-size: 10px;
      text-transform: uppercase; }

.message-manager .message-head {
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  margin-bottom: 2rem; }
  .message-manager .message-head::after {
    content: '';
    position: absolute;
    width: 86px;
    height: 2px;
    background-color: #1F9ED3;
    left: 0;
    bottom: -2px; }
.message-manager .message-description {
  font-size: 1.125rem;
  line-height: 30px;
  color: #2A2A2A;
  text-align: justify; }
.message-manager .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-top: 2rem; }
  .message-manager .name::before {
    content: '- '; }
.message-manager .designation {
  font-weight: 500;
  color: #1F9ED3;
  margin-top: .5rem; }

.service-detail .service-head {
  font-size: 2.25rem !important;
  text-align: justify;
  text-transform: capitalize;
  color: #404040;
  margin-bottom: 2.5rem !important; }
.service-detail .main-img {
  margin-bottom: 2.5rem !important; }
.service-detail .service-description {
  text-align: justify;
  font-size: 18px;
  line-height: 30px; }
  .service-detail .service-description p {
    margin-bottom: 1rem !important; }
  .service-detail .service-description h1, .service-detail .service-description h2, .service-detail .service-description h3, .service-detail .service-description h4, .service-detail .service-description h5, .service-detail .service-description h6 {
    font-weight: 400 !important;
    font-size: 1.75rem !important;
    line-height: 38px;
    color: #464646;
    margin: 40px 0 28px  !important; }
.service-detail aside .service-list {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 2.5rem; }
  .service-detail aside .service-list .service-list-head {
    background-color: #1F9ED3;
    color: #ffffff;
    padding: 18px 24px;
    font-size: 1.125rem;
    position: relative; }
    .service-detail aside .service-list .service-list-head::after {
      content: '';
      position: absolute;
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      border-top: 1rem solid #1F9ED3;
      bottom: -1rem;
      left: 1.5rem; }
  .service-detail aside .service-list ul {
    margin: 0;
    padding: 26px 26px 26px 20px; }
    .service-detail aside .service-list ul li {
      margin-bottom: 10px;
      display: flex;
      list-style-position: inherit; }
      .service-detail aside .service-list ul li::before {
        content: '\f061';
        font-size: 18px;
        font-family: "Font Awesome 5 Free";
        color: #1F9ED3;
        font-weight: 900; }
      .service-detail aside .service-list ul li a {
        padding-left: 1rem; }
        .service-detail aside .service-list ul li a:hover {
          color: #0077ff !important; }
.service-detail aside .contact-us {
  border: 0;
  border-radius: 6px;
  text-align: center;
  overflow: hidden; }
  .service-detail aside .contact-us .card-body {
    background-color: #D3F2FF;
    clip-path: polygon(30% 20%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    margin-top: -60px;
    padding-bottom: 2.5rem; }
    .service-detail aside .contact-us .card-body .card-title {
      padding: 80px 0 20px;
      font-size: 1.125rem; }

.blog-detail .blog-head {
  font-size: 2.25rem !important;
  text-align: justify;
  text-transform: capitalize;
  color: #404040;
  margin-bottom: .5rem !important; }
.blog-detail .date-time {
  color: #7B7B7B; }
  .blog-detail .date-time::before {
    content: '- '; }
.blog-detail .main-img {
  margin: 2rem 0 2.5rem !important; }
.blog-detail .blog-description {
  text-align: justify;
  font-size: 18px;
  line-height: 30px; }
  .blog-detail .blog-description .img-wrapper img {
    width: 100%;
    object-fit: cover; }
  .blog-detail .blog-description h1, .blog-detail .blog-description h2, .blog-detail .blog-description h3, .blog-detail .blog-description h4, .blog-detail .blog-description h5, .blog-detail .blog-description h6 {
    font-weight: 700;
    font-size: 1.5rem !important;
    color: #1F9ED3;
    margin: 1.25rem 0 !important; }
  .blog-detail .blog-description h2 {
    margin-block: 30px !important; }
  .blog-detail .blog-description h3, .blog-detail .blog-description h4, .blog-detail .blog-description h5, .blog-detail .blog-description h6 {
    margin: 20px !important; }
  .blog-detail .blog-description a {
    color: #70B354 !important; }
    .blog-detail .blog-description a:hover {
      color: grey !important; }
  .blog-detail .blog-description .primary-btn {
    margin-block: 16px 24px; }
    .blog-detail .blog-description .primary-btn a {
      color: #ffffff !important; }
      .blog-detail .blog-description .primary-btn a:hover {
        color: #ffffff !important; }
  .blog-detail .blog-description .table-wrapper {
    overflow-x: auto; }
  .blog-detail .blog-description table {
    min-width: 600px;
    padding: 8px 12px;
    margin-top: 30px; }
    .blog-detail .blog-description table thead {
      color: #70B354;
      font-weight: 500; }
      .blog-detail .blog-description table thead tr {
        vertical-align: middle; }
    .blog-detail .blog-description table tbody tr {
      vertical-align: middle; }
      .blog-detail .blog-description table tbody tr:hover {
        background-color: #e9e9e9; }
  .blog-detail .blog-description ul {
    padding-left: 0 !important; }
    .blog-detail .blog-description ul li {
      margin: 1rem;
      list-style-type: disc;
      list-style-position: initial; }
  .blog-detail .blog-description p {
    margin-bottom: 1rem !important; }
  .blog-detail .blog-description blockquote {
    background-color: #D3F2FF;
    padding: 2.125rem;
    border-left: 6px solid #1F9ED3;
    font-size: 1.125rem;
    margin: 1rem 0; }
  .blog-detail .blog-description .accordion .accordion-item {
    border: 1px solid #e7e7e7; }
    .blog-detail .blog-description .accordion .accordion-item h2 {
      margin: 0 !important; }
      .blog-detail .blog-description .accordion .accordion-item h2 .accordion-button {
        color: #7b7b7b !important; }
        .blog-detail .blog-description .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
          background-color: #1F9ED3 !important;
          color: #ffffff !important; }
.blog-detail .recent-post {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding: 1.875rem 1.25rem; }
  .blog-detail .recent-post .recent-post-head {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-align: center; }
  .blog-detail .recent-post ul {
    margin-top: 1.5rem;
    padding-left: 1rem; }
    .blog-detail .recent-post ul li {
      font-size: 1.25rem;
      list-style-type: disc;
      list-style-position: inherit;
      margin-bottom: 10px;
      display: flex;
      list-style-position: inherit; }
      .blog-detail .recent-post ul li::before {
        padding-right: 1rem;
        content: '\f061';
        font-size: 18px;
        font-family: "Font Awesome 5 Free";
        color: #1F9ED3;
        font-weight: 900; }
      .blog-detail .recent-post ul li a:hover {
        color: #1F9ED3 !important; }
.blog-detail .contacts-form {
  margin-top: 2.5rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem; }
  .blog-detail .contacts-form .contacts-form-head {
    font-weight: 600;
    font-size: 1.5rem; }
  .blog-detail .contacts-form .form-control {
    margin-top: 1rem;
    height: 47px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    padding-left: 20px; }
    .blog-detail .contacts-form .form-control::placeholder {
      color: #8F8F8F;
      padding-left: 10px; }
  .blog-detail .contacts-form textarea {
    height: 220px !important;
    padding-top: 20px; }
  .blog-detail .contacts-form .primary-btn {
    margin-top: 30px; }

/*# sourceMappingURL=style.css.map */
