html, body, div, section, p, ul, ol, li, address, article, main, footer, img, a, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.header-top {
  background-color: #71286F;
  padding: 0px 0;
  color: #fff;
}

.header-top .nav-item .nav-link {
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}

.header-top .search-section {
  background-color: #fff;
  width: 320px;
}

.header-top .search-section .search-field {
  width: 90%;
  border: none;
  padding: 5px 10px;
}

.header-top .search-section button {
  color: #000;
  background: none;
  border: none;
}

.header-top .search-section button:hover {
  color: #B563CA;
}

.header-top .navbar-toggler {
  color: #fff;
}

.header-top .navbar-toggler-icon {
  color: #fff;
  filter: invert(1);
}

.header-navigation {
  border-top: 1px solid #797979;
  background: #71286F;
}

.navigation__close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
}

.menu--opened .action-ico--burger .action-ico-lines:before, .menu--opened .action-ico--burger .action-ico-lines:after {
  display: none;
}

.nav-list__link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.nav-list__link:hover {
  background: #B563CA;
}

.nav-list .sub-nav-list-section {
  padding: 0 15px;
}

@media screen and (min-width: 1140px) {
  .global-sub-nav .sub-nav-link {
    padding: 20px 0;
    border-bottom: 2px solid #fff;
  }
  .global-sub-nav .sub-nav-link:hover {
    border-bottom: 3px solid #B563CA;
  }
}

.about-comp {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #797979;
}

.about-comp h1 {
  font-size: 2vw;
  color: #000;
  padding-bottom: 15px;
}

.about-comp p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.heading {
  color: #71286F;
  text-transform: uppercase;
  font-size: 2vw;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
  padding: 30px 0;
}

.swiper-button-next, .swiper-button-prev {
  color: #71286F;
  font-size: 20px;
}

.cat-thumbnail {
  position: relative;
}

.cat-thumbnail .cart-name {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  transition: all linear 0.8s;
  -webkit-transition: all linear 0.8s;
  -o-transition: all linear 0.8s;
  -moz-transition: all linear 0.8s;
}

.cat-thumbnail:hover .cart-name {
  background: #71286F;
  color: #fff;
  bottom: 20px;
}

.short-intro {
  padding: 30px 0;
  margin-top: 20px;
}

.short-intro .short-intro-content-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 75%);
  background: #FBFBFB;
  padding: 20px 20px 80px 20px;
}

.short-intro .short-intro-content-left article {
  padding: 30px;
}

.short-intro .short-intro-content-left article h4 {
  color: #71286F;
  font-size: 3vw;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 700;
}

.short-intro .short-intro-content-left article strong {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.short-intro .short-intro-content-left article p {
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 1040px) {
  .short-intro .short-intro-content-left {
    clip-path: none;
  }
  .short-intro .short-intro-content-left article h4 {
    font-size: 24px;
  }
  .short-intro .short-intro-content-left article strong {
    font-size: 16px;
  }
  .short-intro .short-intro-content-left article p {
    font-size: 16px;
  }
}

.about-content h1 {
  font-size: 2vw;
  margin-bottom: 10px;
}

.about-content p {
  font-size: 16px;
  margin-bottom: 25px;
}

.about-content .about-img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.promo-banner {
  width: 100%;
  padding: 15px 0;
  margin: 0px 0;
}

@media screen and (min-width: 1160px) {
  .bg-promo-banner {
    background: url(../images/Promo-Banners1.jpg) no-repeat center center;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    height: 70vh;
    width: 100%;
  }
  footer .footer-logo-sec address {
    padding-left: 20%;
  }
}

.product-knowledge-content h4 {
  color: #BDBDBD;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 4vw;
  margin-bottom: 40px;
  line-height: 55px;
}

.product-wrapper {
  margin: 20px 0;
}

.product-wrapper h2 {
  font-size: 2vw;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-wrapper p {
  font-size: 15px;
  margin: 0 0 20px 0;
}

.product-wrapper .pro-thumbnail img {
  border-radius: 10px;
  width: 100% !important;
}

.product-wrapper .pro-specifications {
  background: #fafafa;
  padding: 20px;
  margin-top: 15px;
}

.product-wrapper .pro-specifications b {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}

@media screen and (min-width: 1040px) {
  .product-wrapper .pro-specifications ul {
    column-count: 2;
    list-style-position: inside;
  }
}

.product-wrapper .pro-specifications ul li {
  list-style-type: disc !important;
  font-size: 17px;
  font-weight: 300;
}

.product-wrapper .inquiry-sec {
  border-radius: 0 0 10px 10px;
  background: #71286F;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 15px;
}

.product-wrapper .inquiry-sec a {
  color: #fff;
  margin: 5px 0;
}

.product-wrapper .inquiry-sec a img {
  width: 30px;
  height: 28px;
}

.product-wrapper .inquiry-sec a:hover {
  color: #000;
}

.product-main-container .product-wrapper:nth-child(even) .row {
  display: flex;
  flex-direction: row-reverse;
}

.product-main-container .product-wrapper:nth-child(even) .row .col-md-5 {
  margin-right: 8%;
}

.product-main-container .product-wrapper:nth-child(odd) .row {
  display: flex;
}

.product-main-container .product-wrapper:nth-child(odd) .row .col-md-5 {
  margin-left: 8%;
}

.why-choose-company {
  background: #000;
  margin: 30px 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1040px) {
  .why-choose-company {
    background: url(../images/promo-banner.jpg) no-repeat center center;
    height: 565px;
    width: 100%;
  }
}

.why-choose-company .why-choose-content {
  color: #fff;
}

.why-choose-company .why-choose-content h2 {
  font-size: 3vw;
  font-weight: 400;
  margin-bottom: 15px;
}

.why-choose-company .why-choose-content p {
  font-size: 16px;
  margin-bottom: 15px;
}

.pos-absolute {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.pos-relative {
  position: relative;
}

.feature-div {
  position: absolute;
  width: 260px;
  padding: 15px;
  border-radius: 20px 0 20px 0;
  background: #fff;
  bottom: 110px;
  left: 10px;
}

.feature-div h4 {
  color: #71286F;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600;
}

.feature-div p {
  font-size: 14px;
}

.guranteed-div {
  position: absolute;
  width: 260px;
  padding: 15px;
  border-radius: 20px 0 20px 0;
  background: #71286F;
  color: #fff;
  margin-left: 15px;
  top: -140px;
  right: 0px;
}

.guranteed-div h4 {
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600;
}

.guranteed-div p {
  font-size: 14px;
}

footer {
  padding-top: 25px;
  background: #71286F;
  color: #fff;
  font-size: 14px;
}

footer .footer-logo-sec address {
  font-size: 14px;
  margin-top: 10px;
}

footer .footer-cats-link {
  margin-top: 20px;
  padding-left: 15px;
}

footer .footer-cats-link ul {
  column-count: 3;
  list-style-position: outside;
}

footer .footer-cats-link ul li {
  line-height: 30px;
  list-style-type: disc;
}

footer .footer-cats-link ul li a {
  color: #fff;
}

footer .footer-cats-link ul li a:hover {
  text-decoration: underline;
  color: #000;
}

footer .main-links ul {
  list-style-position: inside;
}

footer .main-links ul li {
  list-style-type: disc;
}

footer .main-links ul li a {
  color: #fff;
}

footer .main-links ul li a:hover {
  color: #000;
}

.breadcrumbs-heading {
  background: #B563CA;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  margin: 10px 0 0px;
}

.breadcrumbs-heading h1 {
  color: #fff;
  font-size: 3vw;
  text-transform: uppercase;
}

.breadcrumbs-heading .breadcrumbs-content ol {
  display: flex;
  justify-content: center;
}

.breadcrumbs-heading .breadcrumbs-content ol li {
  margin: 5px 15px;
}

.breadcrumbs-heading .breadcrumbs-content ol li a {
  color: #fff;
  white-space: nowrap;
}

.breadcrumbs-heading .breadcrumbs-content ol li a:hover {
  color: #71286F;
}

.breadcrumbs-heading .breadcrumbs-content ol li a:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #71286F;
  margin-right: 9px;
  font-size: 12px;
}

.breadcrumbs-heading .breadcrumbs-content ol li a:before:hover {
  text-decoration: none;
}

.contact-form {
  background: #eee;
  padding: 20px;
}

.contact-form b {
  color: #000;
  font-size: 20px;
  display: block;
  padding: 10px 0;
  line-height: 23px;
}

.contact-form .form-check-input:checked {
  background-color: #71286F;
  border-color: #71286F;
}

.contact-form .submit-btn {
  background: #71286F;
  color: #fff;
  border-radius: 40px;
  padding: 10px;
  width: 220px;
  border: none;
  margin: 10px auto;
  font-size: 18px;
}

.contact-form .submit-btn:hover {
  background-color: #B563CA;
}

.contact-detail strong {
  font-size: 18px;
}

.contact-detail p {
  font-size: 16px;
  line-height: 24px;
}

.contact-detail address {
  display: flex;
  font-size: 16px;
  margin-top: 15px;
}

.contact-detail address img {
  margin-right: 10px;
  width: 30px;
}

@media screen and (max-width: 1040px) {
  .pos-absolute, .guranteed-div, .feature-div {
    position: static;
    margin-top: 10px;
  }
  .display-f {
    display: flex;
    justify-content: center;
  }
  footer .footer-cats-link ul {
    column-count: 2;
  }
  .main-links {
    margin-top: 30px;
  }
  .product-wrapper:nth-child(even) .row .col-md-5 {
    margin-right: 0;
  }
  .product-wrapper:nth-child(odd) .row {
    display: flex;
  }
  .product-wrapper:nth-child(odd) .row .col-md-5 {
    margin-left: 0;
  }
}

@media screen and (max-width: 540px) {
  .navbar-brand img {
    width: 150px;
  }
  .pos-absolute, .guranteed-div, .feature-div {
    position: static;
  }
  .display-f {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
  }
  .about-comp h1, .heading {
    font-size: 16px;
  }
  .product-knowledge-content h4 {
    font-size: 24px;
    line-height: normal;
  }
  .product-wrapper h2 {
    font-size: 20px;
  }
  .about-content h1 {
    font-size: 20px;
  }
  .short-intro .short-intro-content-left article {
    padding: 0px;
  }
  .short-intro .short-intro-content-left {
    padding: 10px 0;
  }
  footer .footer-cats-link ul {
    column-count: 1;
  }
  .main-links {
    margin-top: 30px;
  }
  .product-wrapper .inquiry-sec a {
    display: block;
    margin: 5px auto;
  }
  .breadcrumbs-heading h1 {
    font-size: 18px;
  }
  .product-wrapper:nth-child(even) .row .col-md-5 {
    margin-right: 0;
  }
  .product-wrapper:nth-child(odd) .row {
    display: flex;
  }
  .product-wrapper:nth-child(odd) .row .col-md-5 {
    margin-left: 0;
  }
  .breadcrumbs-heading .breadcrumbs-content ol {
    flex-flow: wrap;
  }
  .breadcrumbs-heading .breadcrumbs-content ol li {
    margin: 5px;
  }
  .product-wrapper .row {
    flex-direction: column-reverse;
  }
  .product-wrapper .pro-thumbnail {
    margin-bottom: 15px;
  }
}

.swiper-by-cat {
  position: relative;
  overflow: hidden;
}

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

.copyright {
  padding: 10px 0;
  text-align: center;
}

.copyright p {
  color: #fff;
  margin: 0px;
  text-align: center;
}

.copyright p a {
  color: #fff;
  font-weight: bold;
}

.copyright p a:hover {
  color: #000;
}

.inner-banner {
  background: #232323;
  position: relative;
  padding: 20px 0;
}

.inner-banner .inner-banner-title {
  color: #fff;
}

.inner-banner .inner-banner-title h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.inner-banner .inner-banner-title span {
  font-size: 24px;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  display: block;
}

.inner-banner .figures-list {
  column-count: 2;
}

.inner-banner .figures-list li {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}

.inner-banner .figures-list li strong {
  font-size: 35px;
  color: #B563CA;
}

.inner-banner .figures-list li p {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 20px;
}

.inner-banner .total-number {
  text-align: center;
}

.inner-banner .total-number strong {
  font-size: 45px;
  color: #B563CA;
}

.inner-banner .total-number p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

.inenr-banner-thumbnail {
  position: relative;
}

.inenr-banner-thumbnail img {
  position: absolute;
  top: 20px;
}

@media screen and (max-width: 840px) {
  .inenr-banner-thumbnail .img-responsive {
    max-width: 100%;
    position: static;
    margin-top: 15px;
  }
}

.largest-company {
  padding: 40px 0;
}

.largest-company h1 {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

.range-thumbnail {
  margin-bottom: 15px;
}

.widest-range {
  background: #efecec;
  padding: 10px 0;
  margin-top: 20px;
}

.widest-range h4 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.range-list ul li {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.range-list .range-icon {
  margin-right: 15px;
  width: 105px;
  height: 105px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.6);
}

.range-list .range-content {
  display: flex;
  flex-direction: column;
}

.range-list .range-content h2 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}

.range-list .range-content p {
  font-size: 16px;
  color: #000;
}

.map-countries {
  padding: 20px 0;
}

.map-countries h4 {
  font-size: 24px;
  text-transform: uppercase;
}

.transact-procedure {
  padding: 20px 0;
}

.procedure-content {
  text-align: right;
}

.procedure-content h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

.procedure-content p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}

.certificates {
  margin: 100px 0;
}

.certificates .container {
  background: #000;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.certificates .certificate {
  position: relative;
}

.certificates .certificate img {
  position: absolute;
  top: -110px;
  left: -10px;
  width: 45%;
}

@media screen and (max-width: 840px) {
  .certificates {
    margin: 30px 0;
  }
  .certificates .container {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .certificates .certificate img {
    position: static;
    width: 80%;
  }
}

.certificates-contents {
  padding: 0 0 0 50%;
}

.certificates-contents h5 {
  font-size: 3vw;
}

.certificates-icons {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 840px) {
  .certificates {
    margin: 20px 0;
  }
  .certificate img {
    position: static;
    width: 90%;
    display: block;
    margin: 15px auto;
  }
  .certificates-contents {
    padding: 0px;
    background: #000;
  }
  .certificates-contents h5 {
    font-size: 24px;
  }
}

.cat-list-wrapper {
  padding: 20px 0;
}

.cat-list-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}

.cat-list-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 10px;
}

.cat-list-wrapper ul li a {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
}

.cat-list-wrapper ul li a:hover {
  color: #B563CA;
}

.cat-list-wrapper ul li img {
  margin-bottom: 15px;
}

.send-btn {
  background: #B563CA;
  color: #fff;
  padding: 10px 30px;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.send-btn:hover {
  background: #000;
}

.contactus-content p {
  font-weight: bold;
}
