/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body, ul, ol {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #C0C0C0;
  transition: all ease-in-out 0.3s;
}

.top-section .certifications {
  padding: 5px 0;
  margin: 2% auto 4%;
  text-align: center;
  border-radius: 40px;
}

.top-section .certifications figure {
  margin: 0;
  text-align: center;
}

.top-section .certifications figure img {
  max-width: 80%;
}

header {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

header .top-links {
  background: #e9eaed;
  padding: 5px 0;
}

header ul.contacts {
  margin: 0;
  padding: 0;
}

header ul.contacts li {
  display: inline-block;
  font-size: 14px;
  color: #4C4C4C;
  margin-left: 15px;
}

header ul.contacts li span {
  display: inline-block;
  margin-right: 5px;
}

header ul.contacts li span i {
  color: #6fb3da;
  font-size: 16px;
  transition: all ease-in-out 0.1s;
  vertical-align: middle;
}

header ul.contacts li:hover span i {
  color: #C0C0C0;
  transform: rotate(-10deg);
}

header ul.contacts li a {
  color: #000;
  font-weight: 400;
}

header ul.contacts li a strong {
  font-weight: 600;
}

header .sticky-nav .nav-link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

header .sticky-nav .nav-link:hover {
  color: #1e8ecd;
}

header .sticky-nav .nav-link.active {
  font-weight: 600;
}

header .sticky-nav .nav-item {
  align-content: center;
}

header .sticky-nav .nav-link.gac {
  font-size: 14px;
  color: #fff;
  background: #FF6A00;
  padding: 5px 15px;
  margin-left: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all ease-in-out 0.2s;
}

header .sticky-nav .nav-link.gac:hover {
  background: #1e8ecd;
}

.banner {
  margin: 0 0 40px 0;
  padding: 0;
}

.banner .carousel-caption {
  top: 3rem;
}

.banner .carousel-caption h5 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 0;
}

.banner .carousel-caption h5 span {
  color: #fbbc24;
  font-weight: 700;
}

.banner .carousel-caption p {
  font-size: 18px;
  color: #fff;
  width: 82%;
  margin: 0 auto 40px;
  font-weight: 400;
}

.banner .carousel-caption a.learn-more-btn {
  background: #d1e6f6;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px;
  transition: all ease-in-out 0.2s;
}

.banner .carousel-caption a.learn-more-btn:hover {
  background: #FF6A00;
  color: #fff;
}

.form-privacy {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.form-privacy i {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}

.banner-certifications {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  border-radius: 40px;
  width: 35%;
  margin: 50px auto 0;
}

.banner-certifications figure {
  margin: 0;
  text-align: center;
}

.banner-certifications figure img {
  max-width: 100%;
}

.title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px 0;
  position: relative;
}

.rp-title::after {
  width: 50px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -25px;
  background-color: #FF6A00;
}

.tagline {
  font-size: 16px;
  color: #696767;
  font-weight: 400;
  width: 50%;
  margin: 10px auto 0;
  position: relative;
}

.tagline::before {
  width: 50px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -25px;
  background-color: #FF6A00;
}

.about {
  padding: 4% 0;
  margin: 0 0 50px 0;
}

.about .image figure {
  margin: 0;
  text-align: center;
  overflow: hidden;
  border: #efefec solid 8px;
  border-radius: 50%;
}

.about .image figure img {
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}

.about:hover .image figure img {
  transform: rotate(-4deg) scale(1.1);
}

.about .content span {
  color: #01AEF0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3%;
  display: block;
}

.about .content p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 34px;
  text-align: justify;
}

.about .experience {
  font-size: 18px;
  color: #153ea3;
  font-weight: 600;
}

.about ul.company-features {
  margin: 0 0 0 25px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.about ul.company-features li {
  padding: 5px 10px 5px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background: #B3E7FA;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 10px;
  transition: all ease-in-out 0.2s;
}

.about ul.company-features li:hover {
  background: #00AEEF;
}

.about ul.company-features li span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 6px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.about ul.company-features li span i {
  font-size: 16px;
}

.twoinone {
  background: #E8E9E9;
  padding: 3% 0;
  margin-top: 4%;
}

.twoinone .ytVideo {
  text-align: center;
  margin: 8% 0 0 0;
}

.twoinone .ytVideo object {
  border: #00AEEF solid 5px;
  transition: all ease-in-out 0.3s;
}

.twoinone .ytVideo object:hover {
  border-color: #FF6A00;
}

.twoinone .stats {
  margin: 2% 0;
}

.twoinone .stats .coaster {
  margin: 10%;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
}

.twoinone .stats .coaster:hover {
  background: #0e344a;
}

.twoinone .stats .coaster i {
  font-size: 60px;
  margin-bottom: 10px;
}

.twoinone .stats .coaster .sFigure {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  color: #fff;
}

.twoinone .stats .coaster .sTitle {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.twoinone .stats .blue {
  background: #1E8ECD;
}

.twoinone .stats .blue i {
  color: #67BAE9;
}

.twoinone .stats .orange {
  background: #FF6A00;
}

.twoinone .stats .orange i {
  color: #E34E0B;
}

.catalog {
  padding: 4% 0 5% 0;
  background: #eee;
  margin-top: 4%;
}

.catalog-wrapper figure {
  margin: 8% 0 0 0;
}

.catalog-wrapper figure img {
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}

.catalog-wrapper figure:hover img {
  transform: scale(1.1);
}

.catalog .form-bg {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 4%;
}

.catalog .form-bg:hover img {
  top: 6%;
}

.catalog .form-wrapper {
  width: 80%;
  margin: auto;
  background: #fff;
  border: #C0C0C0 solid 1px;
  padding: 40px 20px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #999;
}

.catalog .form-wrapper .row {
  margin: 0;
}

.catalog .form-wrapper input {
  border: #A7A5A4 solid 1px;
  color: #989797;
  padding-left: 20px !important;
}

.catalog .form-wrapper select[multiple] {
  height: 160px;
  padding-top: 40px;
  overflow: auto;
}

.catalog .form-wrapper select[multiple]::-webkit-scrollbar {
  border: 4px solid transparent;
}

.catalog .form-wrapper select {
  border-radius: 30px;
  padding-left: 20px !important;
  padding-top: 10px !important;
  border: #A7A5A4 solid 1px;
  padding: 0;
}

.catalog .form-wrapper select option {
  padding: 2px 0;
}

.catalog .form-wrapper .form-floating > label {
  color: #989797;
  padding: 1rem 1.2rem;
  font-weight: 400;
}

.catalog .form-wrapper .submit-btn {
  background: #FF6A00;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 50px;
  margin: auto;
  transition: all ease-in-out 0.3s;
}

.catalog .form-wrapper .submit-btn:hover {
  background-color: #00AEEF;
  color: #fff;
}

.testimonials {
  padding: 5% 0;
}

.testimonials .testimonial-wrapper {
  margin: 5% 0 0 0;
}

.testimonials .testimonial-wrapper .carousel-inner {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.testimonials .testimonial-wrapper .carousel-inner .testimonial-details {
  margin: 3% 0 0 0;
}

.testimonials .testimonial-wrapper .carousel-inner .testimonial-details .img-wrapper {
  text-align: center;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-wrapper .carousel-inner .testimonial-details .img-wrapper img {
  max-width: 100%;
  box-shadow: 0 0 8px #999;
}

.testimonials .testimonial-wrapper .carousel-inner .testimonial-details .name {
  font-weight: 600;
  color: #0e344a;
  margin: 5px 0;
}

.testimonials .testimonial-wrapper .carousel-control-prev-icon, .carousel-control-next-icon {
  color: #3A3A3A;
  font-size: 30px;
}

footer {
  background: #E4E6E8;
  padding: 2% 0 0 0;
  text-align: center;
}

footer h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 0 0 5px 0;
}

footer .follow-us-links {
  margin-top: 20px;
}

footer .follow-us-links i {
  color: #3A3A3A;
  font-size: 25px;
  margin-right: 5px;
  transition: all ease-in-out 0.2s;
}

footer .follow-us-links i:hover {
  color: #000;
}

footer .follow-us-links .fa-instagram {
  color: #B21B85;
}

footer .follow-us-links .fa-facebook-square {
  color: #4267B2;
}

footer .follow-us-links .fa-square-x-twitter {
  color: #000;
}

footer .follow-us-links .fa-linkedin {
  color: #0072B3;
}

footer .follow-us-links .fa-pinterest {
  color: #CB2027;
}

footer .follow-us-links .fa-blogger {
  color: #F8790A;
}

footer .follow-us-links .fa-youtube {
  color: #FF0000;
}

footer p {
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
}

footer a {
  color: #000;
  text-decoration: underline;
}

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

footer .copyright {
  background: #4A4F50;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 2%;
  font-size: 14px;
}

.back-btn {
  background: #0089CF;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 100px;
  color: #fff;
  transition: all ease-in-out 0.2s;
  display: none;
  width: 50px;
  height: 50px;
}

.back-btn:hover {
  bottom: 105px;
  background-color: #00AEEF;
}

.back-btn:hover i {
  color: #fff;
}

.product-description {
  margin: 0;
  padding: 20px 20px 0 20px;
  text-align: center;
  border: #00AEEF solid 2px;
  border-radius: 40px 40px 0 0;
  background: #ddd;
}

.product-description h4 {
  font-size: 22px;
  font-weight: 700;
}

.product-description p {
  font-size: 16px;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 16px;
  color: #0089CF;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  background: #B3E7FA;
  padding: 10px 20px;
  text-align: center;
}

.highlight-text {
  color: #FF6A00;
  font-weight: normal;
}

.done-check {
  font-size: 50px;
  color: #82BD4C;
}

.sub-heading {
  font-weight: 500 !important;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button.submit-btn-form {
  background: #FF6A00;
  color: #fff;
  font-size: 16px;
  padding: 8px 40px;
}

button.submit-btn-form:hover {
  background: #00AEEF;
}

.privacy-caption {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.privacy-caption .fa-user-shield {
  color: #61992d;
}

.tab-content > .active {
  display: block !important;
}

.categories .MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.categories .MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.categories .MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.categories .MultiCarousel .MultiCarousel-inner .item {
  width: 100%;
}

.categories .MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.categories .MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
}

.categories .MultiCarousel .leftLst {
  left: 0;
}

.categories .MultiCarousel .rightLst {
  right: 0;
}

.categories .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.products .MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.products .MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.products .MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.products .MultiCarousel .MultiCarousel-inner .item {
  width: 100%;
}

.products .MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  width: 205px;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.products .MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
}

.products .MultiCarousel .leftLst {
  left: 0;
}

.products .MultiCarousel .rightLst {
  right: 0;
}

.products .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.products .item .cat-img {
  text-align: center;
  width: 75%;
  margin: 0 auto 15px;
}

.products .item {
  transition: all ease-in-out 0.3s;
  border: transparent solid 1px;
  padding: 0 20px;
}

.products .item:hover {
  box-shadow: 0 0 20px #C0C0C0;
}

.products .item .cat-img img {
  max-width: 100%;
  transition: all ease-in-out 0.2s;
}

.products .item .category-name {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 15px 0;
}

.products .item .category-name a {
  color: #000;
}

.products .item:hover .category-name a {
  color: #333;
}

.products .item:hover .cat-img img {
  transform: scale(1.1);
}

.products .item span {
  display: block;
  margin: 0 0 20px 0;
}

.products .item span strong {
  color: #1E8ECD;
  font-weight: 600;
}

.products .item a.view-all-btn {
  background-color: #8BB5CD;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0;
  display: block;
  padding: 8px 0;
}

.products .item a.view-all-btn:hover {
  background-color: #77A3BC;
}

/* Scrollbar Styling */
.products .item::-webkit-scrollbar {
  width: 6px;
}

.products .item::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 10px;
}

.products .item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C0C0C0;
}

.categories {
  margin: 0 0 5% 0;
  padding: 4% 0;
  background: #b2c7cf;
}

.categories .tagline {
  color: #333;
  margin-bottom: 60px;
}

.categories .tagline::before {
  background: #417689;
}

.categories .category-item {
  text-align: center;
  margin: 0 0 50px 0;
}

.categories .category-item figure {
  width: 280px;
  height: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0 20px 20px;
  padding: 40px;
  box-shadow: 0 0 10px #999;
  transition: all ease-in-out 0.2s;
  border-radius: 15px;
}

.categories .category-item figure img {
  max-width: 100%;
  transition: all ease-in-out 0.2s;
}

.categories .category-item:hover figure img {
  filter: blur(2px);
}

.categories .category-item:hover figure {
  box-shadow: 0 0 10px #333;
}

.categories .category-item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.categories .category-item h3 a {
  color: #000;
}

.categories .category-item:hover h3 a {
  color: #417689;
}

.categories a.cat-view-all-btn {
  background: #0e344a;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}

.categories a.cat-view-all-btn:hover {
  background: #FF6A00;
}

.inner-banner {
  text-align: center;
  padding: 7% 0;
  background: url("../images/inner-banner.jpg") no-repeat center center;
  background-size: cover;
}

.inner-banner .inner-banner-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 0 5px #000;
}

.inner-banner p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.sub-cat {
  background: url("../images/sub-cat-banner.jpg") no-repeat center center;
  background-size: cover;
  padding: 5% 0;
}

.sub-categories {
  margin: 0 0 5% 0;
  padding: 4% 0;
  background: #b2c7cf;
}

.sub-categories .tagline {
  color: #333;
  margin-bottom: 60px;
}

.sub-categories .tagline::before {
  background: #417689;
}

.sub-categories .sub-cat-category-item {
  text-align: center;
  margin: 0 0 50px 0;
}

.sub-categories .sub-cat-category-item figure {
  width: 280px;
  height: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0 auto 20px;
  padding: 40px;
  transition: all ease-in-out 0.2s;
  border: #ddd solid 6px;
}

.sub-categories .sub-cat-category-item figure img {
  max-width: 100%;
  transition: all ease-in-out 0.2s;
}

.sub-categories .sub-cat-category-item:hover figure img {
  filter: grayscale(100%);
}

.sub-categories .sub-cat-category-item:hover figure {
  border-color: #0a769f;
}

.sub-categories .sub-cat-category-item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.sub-categories .sub-cat-category-item h3 a {
  color: #000;
}

.sub-categories .sub-cat-category-item:hover h3 a {
  color: #0a769f;
}

.product-detail {
  background: url("../images/product-detail.jpg") no-repeat center center;
  background-size: cover;
  padding: 5% 0;
}

.products-listing {
  padding: 4% 0 5% 0;
}

.products-listing .product-item {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  transition: all ease-in-out 0.2s;
  border: #ddd solid 1px;
}

.products-listing .product-item:hover {
  box-shadow: 0 0 20px #c0c0c0;
}

.products-listing .product-item figure {
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 10px;
}

.products-listing .product-item figure img {
  text-align: center;
  max-width: 100%;
  transition: all ease-in-out 0.2s;
}

.products-listing .product-item:hover figure img {
  transform: scale(1.1);
}

.products-listing .product-item .p-name {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
}

.products-listing .product-item .p-name a {
  color: #000;
}

.products-listing .product-item .m-name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #333;
  display: block;
}

.products-listing .product-item .m-name strong {
  color: #1E8ECD;
  font-weight: 600;
}

.product-detail-banner {
  background: url("../images/detail-page.jpg") no-repeat center center;
  background-size: cover;
  padding: 5% 0;
}

.p-detail-page {
  padding: 5% 0;
}

.p-detail-page .product-image {
  margin-bottom: 40px;
}

.p-detail-page .product-image .nav {
  flex-direction: row;
}

.p-detail-page .product-image .thumb-imgs-wrapper {
  display: flex;
}

.p-detail-page .product-image .images-wrapper {
  max-height: 440px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.p-detail-page .product-image .nav-link {
  padding: 0;
  background: none;
  border: #C0C0C0 solid 1px;
  margin-bottom: 10px;
}

.p-detail-page .product-image .nav-link.active {
  border: #00AEEF solid 1px;
}

.p-detail-page .product-image .nav-link:hover {
  border: #00AEEF solid 1px;
}

.p-detail-page .product-image .nav-link img {
  width: 260px;
  padding: 10px;
  transition: all ease-in-out 0.2s;
  -webkit-clip-path: inset(2px 2px 2px 2px);
  clip-path: inset(2px 2px 2px 2px);
}

.p-detail-page .product-image .nav-link:hover img {
  transform: scale(1.1);
}

.p-detail-page .tab-content {
  padding: 20px;
}

.p-detail-page .product-information {
  padding: 0 0 0 20px;
}

.p-detail-page .product-information h2 {
  font-weight: 600;
  font-size: 28px;
}

.p-detail-page .product-information .modelNo {
  font-size: 16px;
  margin: 5px 0;
  color: #333;
  font-weight: 400;
  display: block;
}

.p-detail-page .product-information .modelNo strong {
  color: #0072B3;
  font-weight: 600;
}

.p-detail-page .product-description-wrapper {
  margin: 10px 0;
}

.p-detail-page .product-description-wrapper .dTitle {
  display: block;
  margin: 0 0 20px 0;
  font-size: 16px;
}

.p-detail-page .product-description-wrapper .dTitle span {
  background: #0072B3;
  color: #fff;
  padding: 8px 15px;
  font-weight: 500;
}

.p-detail-page .product-description-wrapper .description-details {
  margin: 5px 0;
}

.p-detail-page .product-description-wrapper .description-details p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.p-detail-page .product-description-wrapper .description-details ul {
  margin: 0 0 0 25px;
  padding: 0;
}

.p-detail-page .product-description-wrapper .description-details ul li {
  color: #333;
  font-size: 16px;
  margin: 0 0 6px 0;
}

.p-detail-page .product-description-wrapper .description-details ul li::marker {
  color: #00AEEF;
}

.p-detail-page .product-detail-buttons {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-detail-page .product-detail-buttons a.product-send-inquiry-btn {
  background: #00AEEF;
  box-shadow: 0 5px 0 #0089CF;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
}

.p-detail-page .product-detail-buttons a.product-request-catalog-btn {
  background: #b2c7cf;
  box-shadow: 0 5px 0 #417689;
  color: #254c5a;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
}

.product-detail-buttons a.product-send-inquiry-btn {
  background: #00AEEF;
  box-shadow: 0 5px 0 #0089CF;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
}

.product-detail-buttons a.product-request-catalog-btn {
  background: #b2c7cf;
  box-shadow: 0 5px 0 #417689;
  color: #254c5a;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
}

.p-detail-page .product-detail-buttons a {
  transition: all ease-in-out 0.2s;
}

.p-detail-page .product-detail-buttons a:hover {
  background: #FF6A00;
  box-shadow: 0 5px 0 #b9520a;
  color: #fff;
}

.specifications {
  margin: 0 0 2% 0;
  padding: 0 0 2% 0;
}

.specifications .tab-content {
  padding: 40px;
  overflow: auto;
}

.specifications .tab-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #2c2b2b;
}

.specifications .tab-content ul {
  margin: 20px 0 20px 30px;
  padding: 0;
}

.specifications .tab-content ul li {
  font-size: 16px;
  color: #333;
  margin: 0 0 5px 0;
  font-weight: 400;
}

.specifications .tab-content ul li::marker {
  color: #FF6A00;
}

.specifications .tab-content table {
  margin: 20px 0;
  color: #2c2b2b;
  border-collapse: collapse;
}

.specifications .tab-content table tr td {
  font-size: 16px;
  padding: 6px;
  border: #ddd solid 1px;
}

.specifications .tab-content table tr:nth-child(odd) {
  background: #eee;
}

.specifications .tab-content table tr td b {
  font-weight: 600;
}

.specifications .nav-tabs .nav-link.active {
  font-weight: 600;
  color: #0072B3;
}

.specifications .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.related-products {
  margin-bottom: 5%;
}

a.product-enquiry-btn {
  background: #00AEEF;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
  transition: all ease-in-out 0.2s;
}

a.product-enquiry-btn:hover {
  background: #FF6A00;
}

.become-distributor {
  padding: 2% 0;
  margin: 0 0 2% 0;
}

.become-distributor .distributor-wrapper {
  background: url("../images/distributor-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px;
  box-shadow: 0 0 10px #ddd;
}

.become-distributor .distributor-wrapper .distributor-content {
  margin-left: 100px;
}

.become-distributor .distributor-wrapper .distributor-content h4 {
  font-size: 25px;
  font-weight: 600;
}

.become-distributor .distributor-wrapper .distributor-content p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.become-distributor .distributor-wrapper .distributor-content a.distributor-register-btn {
  background: #0e344a;
  color: #fff;
  padding: 10px 25px;
  font-weight: 400;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  border-radius: 8px;
}

.become-distributor .distributor-wrapper .distributor-content a.distributor-register-btn:hover {
  background: #FF6A00;
}

.become-distributor .distributor-wrapper .distributor-content a.distributor-register-btn i {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

#exampleModalToggle3 .form-floating input[type=text] {
  margin-bottom: 8px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  font-size: 14px;
}

#exampleModalToggle3 .form-floating input[type=email] {
  margin-bottom: 8px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}

#exampleModalToggle3 .form-floating input[type=number] {
  margin-bottom: 8px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}

#exampleModalToggle3 .form-floating textarea {
  margin-bottom: 8px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  min-height: 180px;
}

#exampleModalToggle3 .form-floating > label {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.p-detail-page .error-img-wrapper {
  margin: 0 0 20px 0;
}

.p-detail-page .error-img-wrapper img {
  border-radius: 20px;
}

.p-detail-page .error-texts {
  margin: 0 0 20px 0;
}

.p-detail-page .error-texts h3 {
  font-size: 26px;
  font-weight: 500;
  color: #000;
}

.p-detail-page .error-texts p {
  font-size: 16px;
  font-weight: 400;
}

.p-detail-page a.error-btn {
  background: #0e344a;
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  margin: 20px 0 0 0;
  transition: all ease-in-out 0.2s;
  font-weight: 400;
}

.p-detail-page a.error-btn:hover {
  background: #0072B3;
}

.enquiry-form {
  padding: 5% 0;
  background: #ececec;
}

.enquiry-form .main-form-fields-wrapper-rq {
  padding: 3% 0 0 0;
  margin: 2% auto 0;
  width: 80%;
}

.enquiry-form .main-form-fields-wrapper-rq .privacy-statement {
  font-size: 14px;
  color: #333;
  margin: 10px 0 0 0;
}

.enquiry-form .main-form-fields-wrapper-rq .privacy-statement img {
  vertical-align: bottom;
  margin: 0 5px 0 0;
}

.enquiry-form .main-form-fields-wrapper-rq .form-field input[type=text] {
  border-radius: 0;
  border-color: #999;
  transition: all ease-in-out 0.2s;
  margin: 0 0 20px 0;
}

.enquiry-form .main-form-fields-wrapper-rq .form-field select {
  border-radius: 0;
  border-color: #999;
  transition: all ease-in-out 0.2s;
  margin: 0 0 20px 0;
}

.enquiry-form .main-form-fields-wrapper-rq .form-field textarea {
  border-radius: 0;
  border-color: #999;
  transition: all ease-in-out 0.2s;
  margin: 0 0 20px 0;
  height: 150px;
}

.enquiry-form .main-form-fields-wrapper-rq .form-floating > label {
  color: #6e6e6e;
  font-weight: 400;
}

.enquiry-form .main-form-fields-wrapper-rq .rq-submit-button {
  margin: 20px 0;
}

.enquiry-form .main-form-fields-wrapper-rq .rq-submit-button .submit-button-rq-form {
  background: #01619c;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 65px;
  border-color: transparent;
  transition: all ease-in-out 0.2s;
  margin: 0 0 10px 0;
  transition: all ease-in-out 0.2s;
}

.enquiry-form .main-form-fields-wrapper-rq .rq-submit-button .submit-button-rq-form:hover {
  background: #FF6A00;
}

.landing-breadcrumb {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #ddd;
}

.landing-breadcrumb .breadcrumb {
  margin-bottom: 10px;
}

.landing-breadcrumb .breadcrumb-item a {
  color: #00AEEF;
  font-weight: 400;
}

.landing-breadcrumb .breadcrumb-item a:hover {
  color: #000;
}

.landing-breadcrumb .breadcrumb-item.active {
  color: #000;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  header .navbar-brand {
    margin: auto;
  }
  .banner .w-75 {
    width: 100% !important;
  }
  .banner h1 {
    font-size: 24px !important;
    margin: 10px 0 20px 0;
    padding: 0 !important;
    font-weight: 600;
  }
  .banner .caption {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .banner .why-us {
    display: none;
  }
  .banner form h2 {
    font-size: 18px;
  }
  .tagline {
    width: 100% !important;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  footer .follow-us-links {
    margin-bottom: 20px;
  }
  .cta h3.cta-title {
    font-size: 20px;
  }
  .cta .cta-tagline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .upcoming-events .event-wrapper .event {
    width: 80%;
  }
  .categories {
    margin: 10% 0;
  }
  .videos {
    padding: 10% 0 2% 0;
  }
  .request-a-catalog {
    padding: 10% 0;
  }
  .banner img {
    height: 385px !important;
  }
  .product-detail-buttons {
    flex-wrap: wrap !important;
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
  }
  .product-detail-buttons a.product-send-inquiry-btn {
    margin: 0 0 20px 0;
  }
  .enquiry-form .main-form-fields-wrapper-rq .rq-submit-button .submit-button-rq-form {
    font-size: 14px;
    padding: 10px;
  }
  header .navbar-brand {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  header .navbar-brand {
    margin: auto;
  }
  .tagline {
    width: 100% !important;
  }
  footer .follow-us-links {
    margin-bottom: 20px;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  .banner ul.main-features {
    display: none;
  }
  .request-a-catalog .catalog-wrapper p {
    margin-top: 0;
  }
  .request-a-catalog .catalog-wrapper figure {
    text-align: center;
  }
  .request-a-catalog .catalog-wrapper figure img {
    max-width: 50%;
  }
  .banner img {
    height: 310px;
  }
  .enquiry-form .main-form-fields-wrapper-rq .rq-submit-button .submit-button-rq-form {
    font-size: 14px;
    padding: 15px 24px;
  }
  .enquiry-form .main-form-fields-wrapper-rq {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  header .navbar-brand {
    margin: auto;
  }
  header ul.contacts {
    width: 100%;
  }
  header ul.contacts li {
    width: 46%;
  }
  header ul.contacts li:last-child {
    text-align: right;
  }
  .banner .w-75 {
    width: 100% !important;
  }
  .banner h1 {
    font-size: 30px;
    padding: 0 !important;
  }
  .banner .caption {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .banner .why-us {
    display: none;
  }
  .banner .banner-certificates {
    display: none;
  }
  .banner a.banner-btn {
    margin-top: 20px;
  }
  .tagline {
    width: 100%;
  }
  .testimonials {
    padding: 4% 0 10% 0;
  }
  .cta {
    padding: 6% 0;
    text-align: center;
  }
  .cta .cta-tagline {
    margin-bottom: 10px;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  .request-a-catalog .catalog-wrapper p {
    margin-top: 20px;
  }
  header .navbar-brand {
    text-align: center;
  }
  .p-detail-page .product-image .nav {
    display: none;
  }
  header .top-links {
    display: none;
  }
  header .navbar-brand {
    margin: 0;
  }
  .catalog-wrapper .catalogue-img {
    display: none;
    width: 100%;
  }
  .catalog-wrapper .catalogue-form-section {
    width: 100%;
  }
  .distributor-wrapper {
    background: url("../images/distributor-bg.jpg") no-repeat left center !important;
    background-size: cover !important;
  }
  .distributor-wrapper .col-md-7 {
    width: 100%;
    text-align: center;
  }
  .distributor-wrapper .distributor-content {
    margin: 0 !important;
  }
  .banner-certifications {
    display: none;
  }
  .about .image figure {
    display: none;
  }
  .p-detail-page .product-detail-buttons {
    flex-wrap: wrap;
    margin: 0;
  }
  .p-detail-page .product-detail-buttons a.product-send-inquiry-btn {
    margin-bottom: 15px;
  }
  .sub-categories .sub-cat-category-item figure {
    width: auto;
    height: auto;
  }
  .banner img {
    height: 315px;
  }
}
@media (max-width: 1199.98px) {
  .banner .why-us ul li {
    width: 100%;
  }
  .tagline {
    width: 100%;
  }
  .request-a-catalog .catalog-wrapper {
    background-color: #fff;
    border: none;
  }
  .request-a-catalog .catalog-wrapper .catalog-images {
    text-align: center;
  }
  .request-a-catalog .catalog-wrapper .catalog-images img {
    border: #C0C0C0 solid 1px;
  }
  .request-a-catalog .catalog-wrapper .col-lg-6:first-child {
    display: none;
  }
  .request-a-catalog .catalog-wrapper .col-lg-6 {
    margin: auto;
  }
  .cta .cta-btn {
    font-size: 16px;
  }
  .modal .card-header {
    display: none;
  }
  .banner .banner-certificates {
    margin: 0;
  }
  .request-a-catalog a.request-catalog-btn {
    font-size: 18px;
  }
  .banner ul.main-features li {
    font-size: 14px;
  }
  .banner ul.main-features li span {
    font-size: 16px;
  }
  .categories .category-item figure {
    width: auto;
    height: auto;
  }
  .products-listing .product-item figure {
    width: auto;
    height: auto;
  }
  .banner .carousel-caption {
    top: 1rem;
    left: 0;
    width: 100%;
  }
  .banner .carousel-caption p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .banner .carousel-caption h5 {
    font-size: 24px;
  }
  .banner .carousel-caption a.learn-more-btn {
    font-size: 16px;
    display: inline-block;
  }
  .banner-certifications {
    margin-top: 5px;
  }
  header .sticky-nav .nav-link.gac {
    text-align: center;
  }
  header .sticky-nav .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1399.98px) {
  .banner h1 {
    font-size: 40px;
  }
  .banner .why-us ul li {
    text-align: center;
    list-style: none;
    font-size: 14px;
    width: auto;
    float: none;
    display: inline-block;
    border: #fff solid 1px;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 0 0 10px 0;
  }
  .request-a-catalog .catalog-features {
    margin: 21% auto 0;
  }
  header .sticky-nav .nav-link.gac {
    text-align: center;
  }
  .banner-certifications {
    display: none;
  }
  .banner .carousel-caption p {
    width: 98%;
  }
  .banner .carousel-caption {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
  .banner .banner-certificates {
    right: 4%;
    top: 5%;
  }
  .banner .why-us ul {
    margin: 0;
  }
}
@media screen and (min-width: 1536px) and (max-width: 1536px) {
  .banner .carousel-caption p {
    width: 98%;
  }
  .banner-certifications {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .banner ul.main-features li div {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1280px) {
  .features ul li .icon {
    display: none;
  }
  .cta figure {
    top: -52%;
  }
}
@media screen and (min-width: 1097.14px) and (max-width: 1097.14px) {
  .banner .banner-certificates {
    margin-left: 0;
  }
  .features {
    text-align: center;
  }
  .features ul li {
    width: 100%;
  }
  .features ul li .icon {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .cta figure img {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .testimonials .testimonial-wrapper .carousel-control-prev, .testimonials .testimonial-wrapper .carousel-control-next {
    top: 95%;
  }
  .testimonials .testimonial-wrapper .carousel-control-prev {
    left: 33% !important;
  }
  .testimonials .testimonial-wrapper .carousel-control-next {
    right: 30% !important;
  }
  .testimonials {
    padding: 10% 0 20% 0;
  }
  .testimonials .testimonial-wrapper {
    width: 100%;
  }
  .testimonials .testimonial-wrapper .carousel-inner {
    padding: 1em 0 !important;
  }
  .banner .carousel-caption {
    top: 0;
  }
}
@media screen and (min-width: 280px) and (max-width: 760px) {
  #progressbar {
    display: none;
  }
  #msform {
    margin-top: 0;
  }
  .cta .w-50 {
    width: 100% !important;
  }
  .products-checkboxes .field {
    width: 100%;
  }
  .features {
    display: none;
  }
  .banner {
    padding: 0;
  }
  .request-a-catalog .catalog-wrapper figure img {
    max-width: 80%;
  }
  .banner-catalog p {
    margin-top: 20px !important;
  }
  .catalog-wrapper figure {
    display: none;
  }
  .become-distributor .distributor {
    width: 90%;
  }
  .banner-certifications {
    width: 90%;
  }
  .catalog .form-wrapper {
    padding: 18px;
  }
  .catalog .form-wrapper .submit-btn {
    font-size: 16px;
  }
  .banner-features {
    display: none;
  }
}
@media screen and (min-width: 740px) and (max-width: 740px) {
  .banner-features {
    margin-left: 8% !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 360px) {
  .banner-features {
    margin-left: 4% !important;
  }
}
@media screen and (min-width: 820px) and (max-width: 820px) {
  .banner-features {
    margin-left: 15% !important;
  }
  .catalog .form-wrapper {
    width: 100% !important;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .banner-features {
    margin-left: 15% !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 960px) {
  .banner h1 {
    text-align: center;
    font-size: 30px;
  }
  .banner ul.main-features {
    margin: 10px 0 0 0;
  }
  .banner ul.main-features li {
    width: 49%;
    margin: 0 0 15px 0;
  }
  .banner form {
    width: 95%;
    margin: 0 auto 20px;
  }
  .features {
    text-align: center;
  }
  .top-section .certifications {
    width: 100%;
    text-align: center;
  }
  .upcoming-events {
    text-align: center;
  }
  .upcoming-events:hover .event-main-image {
    transform: none;
  }
  .banner-catalog {
    text-align: center;
  }
  .banner-catalog figure {
    text-align: center;
  }
  .features ul {
    margin-top: 5%;
  }
  .banner-catalog p {
    margin: auto;
  }
  .banner-certifications {
    margin: 30px auto 40px;
  }
  .catalog .form-wrapper {
    margin: auto;
    padding: 50px 20px 30px 20px;
  }
  .catalog .form-wrapper .row {
    margin: 0;
  }
  .banner-features ul {
    margin: 0 auto;
    width: 75%;
  }
  .nav-pills .nav-link {
    width: 200px;
  }
  .nav-pills .nav-link.active::after {
    display: none;
  }
}
@media screen and (min-width: 384px) and (max-width: 384px) {
  .nav-pills .nav-link {
    width: 150px;
  }
  header .navbar-brand {
    width: 80%;
  }
}
@media screen and (min-width: 284px) and (max-width: 390px) {
  .nav .tab-pane {
    display: none;
  }
  .products {
    margin-top: 40px;
  }
  .products select option {
    text-align: center;
  }
  .catalog .form-wrapper {
    padding: 30px 20px;
    width: 100%;
  }
  .banner-features {
    display: none;
  }
}
@media screen and (min-width: 280px) and (max-width: 1745.45px) {
  .cta .col-lg-6 {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1097.14px) {
  .cta figure {
    position: static;
  }
  .cta figure img {
    max-width: 80%;
  }
  .banner-catalog .banner-btn-wrapper {
    margin: 1% 0;
  }
}
@media screen and (min-width: 280px) and (max-width: 1745.45px) {
  .become-distributor .dist-girl {
    display: none;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1180px) {
  .banner-catalog p {
    width: 100%;
    margin: 0;
  }
  .features {
    margin-top: 35%;
  }
  .cta figure {
    position: static;
  }
  .cta .cta-btn {
    font-size: 14px;
  }
  .catalog .form-wrapper {
    width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 800px) and (max-width: 960px) {
  .features {
    display: none;
  }
  .banner-catalog p {
    text-align: left;
  }
}
@media screen and (min-width: 635px) and (max-width: 670px) {
  header ul.contacts li {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 786px) {
  .features {
    margin: 0;
  }
  .features {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1194px) {
  .features ul li .icon {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 915px) {
  .catalog-wrapper .col-md-6:first-child {
    display: none;
  }
  .catalog-wrapper .col-md-6:nth-child(2) {
    width: 90%;
    margin: auto;
  }
}
@media screen and (min-width: 2400px) and (max-width: 2880px) {
  .banner {
    padding: 1% 0 14% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .banner-features ul {
    width: 100%;
  }
  .banner-features {
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 820px) and (max-width: 820px) {
  .navbar-brand {
    margin: auto;
    text-align: center;
  }
  header ul.contacts {
    margin: auto;
    width: 100%;
  }
  header ul.contacts li {
    width: 46% !important;
  }
  header ul.contacts li:last-child {
    text-align: right;
  }
  header ul.contacts li:last-child .details {
    text-align: left;
  }
  .banner-features {
    margin-left: 10% !important;
  }
  .banner-features ul {
    width: 100%;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1180px) {
  .navbar-brand {
    margin: auto;
    text-align: center;
  }
  header ul.contacts {
    margin: auto;
    width: 100%;
  }
  header ul.contacts li {
    width: 48% !important;
  }
  header ul.contacts li:last-child {
    text-align: right;
  }
  header ul.contacts li:last-child .details {
    text-align: left;
  }
}
@media screen and (min-width: 280px) and (max-width: 412px) {
  header .navbar-brand img {
    width: 100% !important;
  }
  .banner h1 {
    font-size: 32px !important;
    font-weight: 700;
    margin-top: 25px;
  }
  .banner form {
    padding: 20px 10px;
    margin-bottom: 60px;
  }
  .twoinone {
    padding: 50px 0;
    margin-top: 50px;
  }
  .twoinone .ytVideo {
    margin: 15% 0 0 0;
  }
  .twoinone .stats {
    display: none;
  }
  .catalog .form-wrapper {
    width: 100%;
    padding: 40px 0;
  }
  .catalog .form-wrapper .row {
    margin: 0;
  }
  .testimonials {
    margin-top: 50px;
  }
  .tagline {
    margin-bottom: 40px;
  }
  .test-icon {
    margin-top: 40px;
  }
  .testimonials .testimonial-wrapper .carousel-control-prev-icon, .carousel-control-next-icon {
    margin-top: 20px;
  }
  .catalog {
    padding-top: 10%;
  }
  footer {
    padding-top: 10%;
  }
}/*# sourceMappingURL=gpc-landing.css.map */