h1, h2, h3, h4, h5, h6, p, a, span, strong, body, html, head, header, footer, main, address, form, input, textarea, div, section, article, label {
  padding: 0px;
  margin: 0px;
}

ul, li, ol {
  list-style-type: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #1D1541;
}

.work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bai-jamjuree-extralight {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.bai-jamjuree-light {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.bai-jamjuree-regular {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bai-jamjuree-medium {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bai-jamjuree-semibold {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bai-jamjuree-bold {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bai-jamjuree-extralight-italic {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.bai-jamjuree-light-italic {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.bai-jamjuree-regular-italic {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.bai-jamjuree-medium-italic {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.bai-jamjuree-semibold-italic {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.bai-jamjuree-bold-italic {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Work Sans", sans-serif;
  position: relative;
}

.transparent-bg {
  background: transparent;
}

.position-relative {
  position: relative;
}

.position-abslute {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .position-abslute {
    position: relative;
    background-color: #1D1541;
  }
  .position-abslute .logo {
    width: 200px;
  }
  .position-abslute .navbar-toggler {
    background: #f5f5f5;
  }
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
}

.dropdown-menu {
  width: 320px;
}

.categories-sec {
  padding: 20px 0;
}
.categories-sec h3 {
  font-size: 24px;
  text-align: center;
  color: #1D1541;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.categories-sec h4 {
  font-weight: 800;
  font-size: 30px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .categories-sec h4 {
    font-size: 30px;
  }
}
.categories-sec h4 span {
  font-weight: 400;
}
.categories-sec .cat-box {
  position: relative;
  background: #f5f5f5;
  margin-top: 25px;
}
.categories-sec .cat-box h1 {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 15px;
  padding-right: 0px;
  color: #1D1541;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: -1.5px;
}

.about-company {
  padding: 30px 0;
  text-align: center;
}
.about-company p {
  color: #000;
  font-size: 1.5rem;
  font-family: "Work Sans", sans-serif;
  padding: 15px;
  text-align: center;
}
.about-company .icon-box img {
  height: 100px;
  display: block;
  margin: 10px auto;
}
.about-company .icon-box strong {
  font-size: 1.5rem;
  color: #1D1541;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.about-company .icon-box p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  padding: 0px;
}

.working-process-sec {
  padding: 15px;
  padding-bottom: 0px;
  background: #f5f5f5 url(../images/bg-logo.png) no-repeat top center;
}
.working-process-sec h5 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.working-process-sec h5 span {
  font-weight: 400;
}
.working-process-sec .nav {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.working-process-sec .nav-pills .nav-link {
  border-radius: 10px 10px 0 0;
  padding: 10px 40px;
  color: #000;
}
.working-process-sec .nav-pills .nav-link.active, .working-process-sec .nav-pills .show > .nav-link {
  background: #000;
  color: #fff;
}
.working-process-sec .outer-tabs-content-container {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .working-process-sec .outer-tabs-content-container {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.working-process-sec .tab-content-wrapper {
  padding: 15px;
}

.heading-sec {
  padding: 20px 0;
}
.heading-sec h3 {
  font-size: 24px;
  text-align: center;
  color: #1D1541;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.heading-sec h4 {
  font-weight: 800;
  font-size: 30px;
  margin-top: 15px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .heading-sec h4 {
    font-size: 30px;
  }
}
.heading-sec h4 span {
  font-weight: 400;
}

.feature-product-sec {
  padding: 25px 0 40px;
}

.swiper-container-home {
  position: relative;
  overflow: hidden;
}

.cat-content-wrapper {
  padding: 0 10px;
}
.cat-content-wrapper .product-info h1 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize !important;
  color: #000;
}

.swiper-button-next, .swiper-button-prev {
  color: #1D1541;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  font-size: 30px;
}

.video-sec {
  padding: 30px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f5f0+0,f6f5f0+48,ffffff+48,ffffff+48,ffffff+100 */
  background: -webkit-gradient(linear, left top, right top, from(#f6f5f0), color-stop(49%, #f6f5f0), color-stop(49%, #ffffff), color-stop(49%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #f6f5f0 0%, #f6f5f0 49%, #ffffff 49%, #ffffff 49%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.video-sec h4 {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  padding: 20px 0;
}
.video-sec h4 span {
  color: #686868;
}

.swiper-brands {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.brands-box {
  -webkit-box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
  height: 180px;
}

.team-sec {
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#f6f5f0), color-stop(45%, #f6f5f0), color-stop(45%, #ffffff), color-stop(45%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #f6f5f0 0%, #f6f5f0 45%, #ffffff 45%, #ffffff 45%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 540px) {
  .team-sec {
    padding: 15px 0;
  }
}
.team-sec .team-content-sec h5 {
  color: #000;
  font-weight: 800;
  font-size: 30px;
}
.team-sec .team-content-sec h5 span {
  font-weight: 400;
}
.team-sec .team-content-sec p {
  margin-top: 15px;
  line-height: 34px;
}

.swiper-team-main-wraper {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.swiper-team-main-wraper strong {
  display: block;
  text-transform: capitalize;
  color: #000;
}
.swiper-team-main-wraper span {
  display: block;
  font-size: 14px;
  color: #000;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  border: 1px solid red;
  height: 15px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  bottom: -30px;
}

footer {
  background: #d9d9d9;
  padding: 20px 0 0 0;
}

.footer-top {
  border-top: 1px solid #000;
  padding: 20px 0;
}

.footer-address {
  margin-top: 15px;
}
.footer-address address {
  margin: 0px;
  color: #000;
  font-weight: 300;
}
.footer-address address strong {
  font-weight: 500;
  padding-right: 5px;
}
.footer-address address a {
  color: #000;
  text-decoration: none;
}

.social-media-icons {
  margin: 15px 0;
}
.social-media-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media-icons ul li {
  margin-right: 10px;
}
.social-media-icons ul li a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}

.footer-link h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}
.footer-link ul {
  list-style-type: disc;
}
.footer-link ul li {
  line-height: 30px;
  list-style-type: disc;
  list-style-position: inside;
}
.footer-link ul li a {
  color: #000;
  font-weight: 300;
}
.footer-link ul li a:hover {
  text-decoration: underline;
  color: #1D1541;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #000;
}
.footer-bottom p {
  font-size: 15px;
}
.footer-bottom p a {
  color: #1D1541;
}
.footer-bottom p a:hover {
  text-decoration: underline;
  color: #000;
}

.dropdown-item:focus, .dropdown-item {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #1D1541;
  color: #f5f5f5;
}

.product-main-wrapper {
  padding: 30px 0;
}
.product-main-wrapper .product-wraper {
  margin: 10px 0;
}

.pagination .page-item:not(.disabled).active > .page-link, .pagination .page-item:not(.disabled):active > .page-link, .pagination .page-item:not(.disabled):focus > .page-link, .pagination .page-item:not(.disabled):hover > .page-link {
  background: #1D1541;
}

.lead {
  color: #000;
}

.product-thumbnail {
  overflow: hidden;
  transition: all 7s;
  -webkit-transition: all 7s;
  -o-transition: all 7s;
  -ms-transition: all 7s;
}
.product-thumbnail img {
  transition: all 7s;
  -webkit-transition: all 7s;
  -o-transition: all 7s;
  -ms-transition: all 7s;
}

.product-wraper:hover {
  transition: all 7s;
  -webkit-transition: all 7s;
  -o-transition: all 7s;
  -ms-transition: all 7s;
}
.product-wraper:hover h1 {
  color: #000;
}
.product-wraper:hover .product-thumbnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.pro-info h1 {
  font-size: 16px;
  color: #000;
  margin: 15px 0 0 0;
  line-height: 20px;
}
.pro-info strong {
  font-size: 18px;
  font-weight: bolder;
  font-style: italic;
  color: #000;
}
.pro-info strong span {
  color: #1D1541;
}

.parallax-container {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.parallax-container.parallax-responsive {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important;
}

.img-loaded {
  opacity: 1;
}

[data-bg-image] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

[data-bg-image]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #181818;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

[data-bg-image].bg-loaded::before {
  opacity: 0;
}

body[data-bg-image] {
  background-attachment: fixed;
  background-position: top center;
}

#page-title {
  clear: both;
  padding: 100px 0;
  position: relative;
}

#page-title .page-title {
  text-align: center;
  padding: 0;
}

#page-title .page-title > h1 {
  font-family: poppins, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}

#page-title .page-title > span {
  font-weight: 400;
  font-size: 14px;
}

#page-title .breadcrumb {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

#page-title.page-title-left .page-title {
  float: left;
  text-align: left;
  clear: both;
}

#page-title.page-title-left .breadcrumb {
  float: left;
  text-align: left;
  display: block;
}

#page-title.page-title-right .page-title {
  float: right;
  text-align: right;
  clear: both;
}

#page-title.page-title-right .breadcrumb {
  float: right;
  text-align: right;
}

#page-title[data-bg-parallax] .page-title > h1 {
  color: #fff;
}

#page-title[data-bg-parallax] .page-title > span {
  color: #fff;
}

#page-title[data-bg-parallax] .breadcrumb ul li + li:before {
  color: #fff;
}

#page-title[data-bg-parallax] .breadcrumb ul li a {
  color: #fff;
}

#header[data-transparent=true] + #page-title {
  top: -80px;
  margin-bottom: -90px;
  position: relative;
  padding: 220px 0 160px;
}

.dark #page-title .page-title > h1,
#page-title.dark .page-title > h1 {
  color: #1f1f1f;
}

.dark #page-title .page-title > span,
#page-title.dark .page-title > span {
  color: #1f1f1f;
}

.dark #page-title .breadcrumb ul li + li:before,
#page-title.dark .breadcrumb ul li + li:before {
  color: #1f1f1f;
}

.dark #page-title .breadcrumb ul li a,
#page-title.dark .breadcrumb ul li a {
  color: #1f1f1f;
}

@media (max-width: 1024px) {
  #page-title .page-title > h1 {
    font-size: 26px;
    line-height: 34px;
  }
  #header[data-transparent=true] + #page-title {
    top: -120px;
    margin-bottom: -124px;
    padding: 160px 0 80px;
  }
}
#page-title .breadcrumb {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

#page-title .breadcrumb ul li + li:before,
#page-title.dark .breadcrumb ul li + li:before {
  color: #1f1f1f;
}

.dark #page-title .breadcrumb ul li a,
#page-title.dark .breadcrumb ul li a {
  color: #1f1f1f;
}

.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: block;
}

.breadcrumb ul,
.breadcrumb ol {
  display: inline;
  margin: 0;
  padding: 0;
}

.breadcrumb ul .breadcrumb-item,
.breadcrumb ul li,
.breadcrumb ol .breadcrumb-item,
.breadcrumb ol li {
  display: inline;
  position: relative;
  opacity: 0.8;
}

.breadcrumb ul .breadcrumb-item + li:before,
.breadcrumb ul li + li:before,
.breadcrumb ol .breadcrumb-item + li:before,
.breadcrumb ol li + li:before {
  content: "\f054";
  font-family: FontAwesome;
  margin: 0 5px;
  background-color: transparent;
}

.breadcrumb ul .breadcrumb-item a,
.breadcrumb ul li a,
.breadcrumb ol .breadcrumb-item a,
.breadcrumb ol li a {
  color: #484848;
}

.breadcrumb ul .breadcrumb-item:hover,
.breadcrumb ul .breadcrumb-item.active,
.breadcrumb ul .breadcrumb-item:last-child,
.breadcrumb ul li:hover,
.breadcrumb ul li.active,
.breadcrumb ul li:last-child,
.breadcrumb ol .breadcrumb-item:hover,
.breadcrumb ol .breadcrumb-item.active,
.breadcrumb ol .breadcrumb-item:last-child,
.breadcrumb ol li:hover,
.breadcrumb ol li.active,
.breadcrumb ol li:last-child {
  opacity: 1;
}

.page-link {
  color: #1D1541;
}

.main-large-wrapper {
  border-top: 1px solid #686868;
}

.detail-description {
  padding: 30px 0;
  padding-left: 15px;
}
.detail-description h2 {
  color: #1D1541;
  font-size: 26px;
  text-transform: uppercase;
}
.detail-description strong {
  color: #000;
  font-size: 22px;
}
.detail-description strong span {
  color: #1D1541;
}
.detail-description article {
  font-size: 16px;
  padding: 15px 0;
}
.detail-description ul li {
  line-height: 28px;
  list-style-type: disc;
  list-style: inside;
}

.quantity {
  margin: 20px 0;
}
.quantity strong {
  color: #1D1541;
  font-size: 20px;
}

.submit-btn {
  background: #1D1541;
  padding: 10px 25px;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.submit-btn:hover {
  background: #000;
  color: #fff !important;
}
.submit-btn {
  width: 40%;
}

.other-views ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.other-views ul li {
  width: 100px;
  height: 150px;
  margin: 2px;
}
.other-views ul li img {
  max-width: 100%;
}

.tabs-section {
  margin-top: 20px;
}
.tabs-section .nav-tabs .nav-item.show .nav-link, .tabs-section .nav-tabs .nav-link.active {
  background: #1D1541;
  padding: 8px 25px;
  color: #fff;
}
.tabs-section .nav-tabs .nav-link {
  padding: 8px 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
  color: #000;
}
.tabs-section .tab-content {
  padding: 20px 10px;
}
.tabs-section .tab-content th {
  font-weight: 900;
  color: #1D1541;
}
.tabs-section .documents-sec strong {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}
.tabs-section .documents-sec ul li a {
  color: #1D1541;
}
.tabs-section .documents-sec ul li a:hover {
  color: #000;
}
.tabs-section .certificate-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.tabs-section .certificate-icons ul li {
  margin: 10px;
  list-style: none;
}
.tabs-section .certificate-icons ul li img {
  width: 100px !important;
}

.screen {
  width: 100%;
  height: 100vh;
}

video {
  position: relative;
  height: 116vh;
  top: -100px;
}

.video-sec {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

#timeline {
  width: 100%;
  margin: 4rem auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #222;
  left: 50%;
  top: 0;
  position: absolute;
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#timeline .timeline-item {
  position: relative;
}

#timeline .timeline-item:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#timeline .timeline-item .timeline-content {
  width: 45%;
  padding: 10px 20px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#timeline .timeline-item .timeline-content h2 {
  color: #222;
}

#timeline .timeline-item .timeline-content p {
  color: #222;
  margin-bottom: 0;
  font-weight: 400;
}

#timeline .timeline-item .right {
  float: right;
}

#timeline .timeline-item .timeline-icon {
  background: #00244d;
  border: 2px solid #222;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  border-radius: 50%;
  text-align: center;
}

#timeline .timeline-item .timeline-icon p {
  position: relative;
  top: 13px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

#timeline .timeline-item .timeline-content {
  width: 45%;
  padding: 10px 20px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  #timeline .center {
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #timeline .center h2 {
    margin-top: 3.5rem;
  }
}
.lscol {
  width: 25%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.lscol:before {
  padding-top: 100%;
}

.lscol .box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.lscol {
  text-align: center;
  background-color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  z-index: 0;
  -webkit-box-shadow: 0 0 0 0 #e6e6e6;
  box-shadow: 0 0 0 0 #e6e6e6;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s ease 0.2s, -webkit-transform 0.2s ease;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.lscol:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.lscol:hover {
  z-index: 1;
  -webkit-box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s ease 0s, -webkit-transform 0.2s ease;
}

.lscol .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

ul.blocks-gallery-grid {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-20 {
  width: 5rem;
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.h-20 {
  height: 5rem;
}

@media (min-width: 992px) {
  .lg\:w-32 {
    width: 8rem;
  }
}
@media (min-width: 992px) {
  .lg\:h-32 {
    height: 8rem;
  }
}
.rounded-full {
  border-radius: 9999px;
}

.productcard {
  width: 50%;
  margin-bottom: 2rem;
}

.aboutus-main-wrapper {
  padding: 20px 0;
}
.aboutus-main-wrapper article {
  font-size: 18px;
  margin: 10px 0 20px 0;
}

.about-article h3 {
  font-size: 24px;
  color: #1D1541;
  font-weight: bolder;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.about-article p {
  font-size: 16px;
}

.heading {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  text-transform: uppercase;
  color: #1D1541;
  margin-bottom: 30px;
}