.header {
  position: relative;
  padding: 17px 15px;
}
.header .logo img {
  width: 210px;
  display: block;
}
.header .nav li {
  font-size: 16px;
  display: inline-block;
  padding: 10px 30px;
}

.banner-section-2 {
  background-color: rgb(245, 240, 240);
  background-image: url(../images/hero-left-shape-3-1.png);
  background-repeat: no-repeat;
  padding: 70px 0px;
}
.banner-section-2 .banner-slide .col-text {
  width: 50%;
  padding-right: 50px;
}
.banner-section-2 .banner-slide .col-text h1 {
  color: #113b78;
}
.banner-section-2 .banner-slide .col-text p {
  font-size: 20px;
  padding: 20px 0px 30px;
}
.banner-section-2 .banner-slide .col-img {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section {
  background-color: #fff4e0;
  border-top: solid 1px #ede1ca;
  border-bottom: solid 1px #ede1ca;
}
.banner-section .left, .banner-section .right {
  width: 30%;
}
.banner-section .left .column, .banner-section .right .column {
  width: 50%;
  min-height: 240px;
}
.banner-section .left .column img, .banner-section .right .column img {
  max-height: 120px;
}
.banner-section .center {
  width: 40%;
  text-align: center;
  padding: 0px 30px;
}

.categories-section .column {
  font-size: 12px;
}
.categories-section .column span {
  display: block;
}
.categories-section .column img {
  height: 50px;
}

.brand-section {
  background-color: rgb(246, 250, 252);
}
.brand-section .column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-section .column img {
  max-height: 40px;
}

.slider-section {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  position: relative;
}
.slider-section .mar-1, .slider-section .mar-2 {
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  min-width: 100%;
}
.slider-section .mar-1 {
  animation: mar1 36s linear infinite;
  animation-play-state: running;
}
.slider-section .mar-2 {
  animation: mar2 36s linear infinite;
  animation-play-state: running;
  margin-left: -20px;
}
.slider-section .mar-3, .slider-section .mar-4, .slider-section .mar-5 {
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  min-width: 100%;
}
.slider-section .mar-3 {
  animation: mar3 36s linear infinite;
  animation-play-state: running;
}
.slider-section .mar-4 {
  animation: mar4 36s linear infinite;
  animation-play-state: running;
}
.slider-section .mar-5 {
  animation: mar5 36s linear infinite;
  animation-play-state: running;
  margin-left: -20px;
}
.slider-section .f-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-section .column {
  /*width: 120px;*/
  width: 140px;
  background-color: #fff;
  border: solid 1px #b5b5b5;
  border-radius: 8px;
  /*padding: 5px 10px;*/
  padding: 10px 10px;
  margin: 0px 5px;
}

@keyframes mar1 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mar2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes mar3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes mar4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes mar5 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.brands-section {
  background-color: rgb(246, 250, 252);
}
.brands-section .column {
  width: 140px;
  height: 90px;
  font-size: 14px;
  background-color: #fff;
  font-size: 12px;
  border: solid 1px #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  margin: 5px;
}
.brands-section .column img {
  max-height: 50px;
}
.brands-section .btn {
  margin-top: 40px;
}

.primary-section .heading h6 {
  color: #fff;
}
.primary-section .heading h6::before, .primary-section .heading h6::after {
  background-color: #fff;
}
.primary-section .heading h2 {
  color: #fff;
}
.primary-section .heading h2 span {
  color: #fff;
}
.primary-section p {
  color: #ceddff;
}
.primary-section .btn-link {
  color: #fff;
  border-bottom-color: #fff;
}

.welcome-section {
  background-image: url(../images//bg-why.png);
  background-repeat: no-repeat;
  position: relative;
}
.welcome-section .container {
  position: relative;
}
.welcome-section .heading {
  padding-bottom: 15px;
}
.welcome-section .col-img {
  position: relative;
  padding: 15px;
}
.welcome-section .col-img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 0px 40px 0px 40px;
}
.welcome-section .col-text {
  padding-left: 50px;
}
.welcome-section .col-text p {
  font-size: 14px;
  margin-bottom: 25px;
}

.product-section .column {
  background-color: #fff;
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  padding: 20px;
}
.product-section .column img {
  max-width: 80%;
}
.product-section .column p {
  font-size: 14px;
}
.product-section .col-lg-3 {
  margin-top: 30px;
}

@keyframes bounce {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.why-section {
  background-image: url(../bg-why.png);
  background-color: #fdfeff;
}
.why-section .column {
  width: calc(33.3333333333% - 10px);
  min-height: 257px;
  background-color: #F5F0F0;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 96% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 96% 100%, 0% 100%);
  padding: 30px 10px 20px 30px;
  margin: 5px;
}
.why-section .column h3 {
  font-size: 20px;
  padding-bottom: 12px;
}

.testimonial-section .column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-section .column img {
  max-height: 40px;
}

.testimonial-section .panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FBFBFB;
  border-radius: 200px;
  text-align: left;
  overflow: hidden;
  padding: 50px;
}
.testimonial-section .panel .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-section .panel .text {
  width: calc(100% - 250px);
}
.testimonial-section .panel .text h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  padding-bottom: 40px;
}
.testimonial-section .slick-arrow {
  background-color: #ddd;
  border-radius: 50%;
}
.testimonial-section .slick-arrow::before {
  color: #000;
}
.testimonial-section .slick-arrow.slick-prev {
  left: -20px;
}
.testimonial-section .slick-arrow.slick-next {
  right: -20px;
}

footer {
  background-color: #fbfbfb;
  overflow: hidden;
  padding: 30px 0px 0px;
}
footer .column {
  width: 20%;
  position: relative;
  padding: 0px 10px 0px 20px;
}
footer .column::after {
  content: "";
  width: 2px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 0px;
  background-color: #f1f1f1;
}
footer .column span {
  height: 30px;
  display: block;
}
footer .column h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0px 5px;
}
footer .column p {
  font-size: 12px;
}
footer .column p a {
  color: #000;
}
footer .copyright {
  background-color: #ededed;
  font-size: 12px;
  padding: 10px 10px;
  margin-top: 30px;
}
footer .copyright .links li {
  display: inline-block;
  line-height: 1;
  border-right: solid 1px #686868;
  padding: 0px 10px;
}
footer .copyright .links li:last-child {
  border-right: none;
}
footer .copyright p {
  line-height: 1;
}

.inner-banner {
  background-image: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 100px 0px;
}
.inner-banner::after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(180deg, #113b78 75%, #FF622D 150%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.inner-banner .container, .inner-banner .container-sm {
  position: relative;
  z-index: 1;
}

.all-categories-section {
  background-color: #f7f7f7;
  padding: 30px 0px;
}
.all-categories-section .row {
  margin: 0px;
}
.all-categories-section .category-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 15px;
}
.all-categories-section .category-panel h3 {
  color: #bf3834;
  font-size: 20px;
  margin-bottom: 15px;
}
.all-categories-section .category-panel h3 a {
  color: #bf3834;
}
.all-categories-section .category-panel .row {
  justify-content: unset;
}
.all-categories-section .category-panel .column {
  width: 16.6666666667%;
  padding: 10px 0px;
}
.all-categories-section .category-panel .column h4 {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}
.all-categories-section .category-panel .column ul li {
  font-size: 13px;
  position: relative;
  padding-left: 12px;
  margin: 4px 0px;
}
.all-categories-section .category-panel .column ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  left: 0px;
}

.vision-section .col-text p {
  padding-bottom: 15px;
}
.vision-section .col-img img {
  border-radius: 50%;
}

.wel-section {
  background-color: #13318F;
  background-image: url(../images//bg-why.png);
  background-repeat: no-repeat;
  position: relative;
}
.wel-section .row {
  margin: 0px;
}
.wel-section .row .heading {
  padding-bottom: 10px;
}
.wel-section .col-img {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.wel-section .col-text {
  width: 50%;
  padding: 40px;
}
.wel-section .col-text p {
  font-size: 14px;
  padding-top: 20px;
}

.contact-page {
  padding: 50px 0px;
}
.contact-page .contact-info .column {
  height: 100%;
  background-color: #fff;
  display: flex;
  box-shadow: 0px 0px 15px rgba(183, 183, 183, 0.5215686275);
  padding: 15px;
}
.contact-page .contact-info .column span {
  height: 60px;
  width: 60px;
  min-width: 60px;
  background-color: #bf3834;
  color: #fff;
  font-size: 30px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
}
.contact-page .contact-info .column h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
.contact-page .contact-info .column p {
  font-size: 14px;
  color: #000;
}
.contact-page .contact-info .column p a {
  color: #000;
}
.contact-page .contact-form {
  padding-top: 50px;
}
.contact-page .contact-form h3 {
  padding-bottom: 10px;
}
.contact-page .contact-form p {
  font-size: 14px;
  color: #6c6c6c;
}
.contact-page .contact-form .column-left .btn {
  margin-top: 20px;
}
.contact-page .contact-form .column-right iframe {
  display: block;
  width: 100%;
  height: 380px;
}

.text-section {
  background-color: #ddd;
}
.text-section .panel {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.text-section h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-bottom: 6px;
}
.text-section p {
  padding-bottom: 10px;
}
.text-section p:last-child {
  padding-bottom: 0px;
}
.text-section p ~ h3 {
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .header .nav li {
    font-size: 14px;
    padding: 10px;
  }
  .inner-banner {
    padding: 70px 0px;
  }
  .all-categories-section .category-panel .column {
    width: 33.3333333333%;
  }
  .contact-page .contact-info .column {
    display: block;
    text-align: center;
  }
  .contact-page .contact-info .column span {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 15px;
  }
  .header .nav {
    position: absolute;
    top: 101%;
    left: 0px;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    display: none;
    padding: 10px 0px;
  }
  .header .nav li {
    display: block;
    padding: 8px 15px;
  }
  .header .button {
    display: flex;
    align-items: center;
  }
  .header .button .btn {
    margin-right: 10px;
  }
  /* new */
  .banner-section .left, .banner-section .right {
    width: 100%;
  }
  .banner-section .left .column, .banner-section .right .column {
    min-height: 180px;
  }
  .banner-section .center {
    width: 100%;
    padding: 50px 30px;
  }
  .categories-section {
    background-color: #fffff8;
  }
  .welcome-section .col-img {
    padding: 0px;
  }
  .welcome-section .col-img img {
    border-radius: 0px;
  }
  .welcome-section .col-text {
    padding-left: 0px;
    padding-top: 20px;
  }
  .welcome-section .col-text p {
    margin-bottom: 20px;
  }
  .why-section .tree-view {
    width: auto;
    height: auto;
    margin-top: 30px;
  }
  .why-section .tree-view .col {
    width: 100%;
    position: relative;
    top: 0px !important;
    text-align: left !important;
    padding-left: 40px !important;
    padding-right: 0px !important;
    margin-top: 15px;
  }
  .why-section .tree-view .col::before {
    left: 0px !important;
    top: 0px !important;
  }
  .why-section .tree-view .col.col-5::before {
    position: absolute;
  }
  .why-section .tree-view .brand {
    position: static;
    transform: translate(0%, 0%);
    margin: 0 auto 40px;
  }
  .product-section {
    background-color: #fffff8;
  }
  .product-section .column {
    padding: 10px;
  }
  footer .column {
    width: 50%;
    margin-bottom: 30px;
  }
  footer .column:last-child {
    width: 100%;
  }
  footer .copyright {
    margin-top: 0px;
  }
  .inner-banner {
    padding: 50px 0px;
  }
  .vision-section .col-img {
    margin-top: 20px;
  }
  .all-categories-section .category-panel .column {
    width: 50%;
  }
  .contact-page .contact-info .column {
    height: auto;
    margin-bottom: 15px;
  }
  .contact-page .contact-form {
    padding-top: 30px;
  }
  .contact-page.gap0 .contact-form {
    padding-top: 0px;
  }
  .contact-page.gap0 .contact-form .column-left {
    margin-bottom: 0px;
  }
  .contact-page .contact-form .column-left {
    margin-bottom: 40px;
  }
  .contact-page .contact-form .column-left .btn {
    margin-top: 10px;
  }
  .wel-section .col-img {
    width: 100%;
    min-height: 300px;
    background-position: center;
  }
  .wel-section .col-text {
    width: 100%;
    padding: 20px 15px;
  }
  .wel-section .col-text p {
    padding-top: 10px;
  }
  .slider-section .mar-2, .slider-section .mar-5 {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .header .logo img {
    width: 144px;
  }
  .all-categories-section .category-panel .column {
    width: 100%;
  }
  .banner-section .left .column, .banner-section .right .column {
    min-height: 140px;
  }
  .banner-section .left .column img, .banner-section .right .column img {
    max-height: 80px;
  }
  .banner-section .center {
    padding: 40px 20px;
  }
  footer {
    padding: 0px;
  }
  footer .column {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #e3e3e3;
    padding: 15px 20px;
    margin-bottom: 0px;
  }
  footer .column::after {
    display: none;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright .links {
    width: 100%;
    margin-bottom: 12px;
  }
  footer .copyright .text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .header .logo img {
    width: 120px;
  }
}