@font-face {
  font-family: "Naxa-regular-light";
  src: url(../assets/fonts/Nexa-ExtraLight.ttf);
}

@font-face {
  font-family: "Naxa-regular-heavy";
  src: url(../assets/fonts/Nexa-Heavy.ttf);
}

@font-face {
  font-family: "Helvetica-Neue-Light";
  src: url(../assets/fonts/HelveticaNeueLight.otf);
}

body {
  font-family: "poppins", sans-serif;
}

.nav-link i {
  font-size: 12px;
  padding-right: 5px;
}

.contact-btn {
  padding: 8px 30px 8px 30px !important;
  background-color: rgba(71, 70, 70, 0.726);
  color: rgb(255, 255, 255) !important;
  border-radius: 8px;
  margin-left: 20px !important;
}

.contact-btn:hover {
  background-color: rgba(102, 102, 102, 0.726);
}

.child-sub {
  margin-left: 20px !important;
  padding-block: 3px !important;
  color: #707070 !important;
  font-weight: 400 !important;
}

.child-sub i {
  padding-right: 10px !important;
}

.menu-item {
  position: relative;
}

.submenu,
.sub-submenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  top: 100%;
  left: 0;
  z-index: 1000;
  list-style-type: none;
  padding-left: 0px;
  border-radius: 0px 0px 3px 3px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.submenu-item {
  position: relative;
}

.submenu-link {
  color: #2b2e32;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}

.submenu-link:hover {
  background-color: #e9ecef;
  color: #000000;
}

/* Show submenu on hover */
.menu-item:hover > .submenu {
  display: block;
}

.submenu-item:hover > .sub-submenu {
  display: block;
  left: 100%;
  top: 0;
}

.drop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drop i {
  font-size: 12px;
  color: #2b2e32;
}


.swiper-slide {
  height: 800px;
  width: 100%;
}

.swiper-wrapper {
  height: 850px !important;
}

.slide-1 {
  background: url(../assets/images/newline-slider.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-2 {
  background: url(../assets/images/optoma-slider.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-3 {
  background: url(../assets/images/aver-slider.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-4 {
  background: url(../assets/images/surveying-&-gps-slider.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-5 {
  background: url(../assets/images/paper-shredder-slider.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin-inline: 12px !important;
  margin-bottom: 50px !important;
  text-align: center;
  line-height: 20px;
  font-size: 20px !important;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.959) !important;
}

.swiper-pagination-bullet-active {
  color: #ffffff !important;
  background: #ffffff !important;
}

.pagination {
  padding: 25px !important;
  background-color: #2424249c !important;
  border-radius: 50% !important;
  transition: 0.3s ease-in-out;
}

.pagination:hover {
  background-color: #504f4f9c !important;
}

.pagination i {
  color: #ffffffb5 !important;
  font-size: 33px !important;
}

.pagination::after {
  content: " " !important;
}

.innertext {
  height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.innertext h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.innertext p {
  color: #ffffffcc;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding-inline: 120px;
  font-weight: 300;
  line-height: 1.7;
}

.innertext a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  text-decoration: none;
  background-color: rgba(71, 70, 70, 0.726);
  padding: 10px 40px;
  border-radius: 8px;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}

.innertext a:hover {
  color: white !important;
  background-color: rgba(100, 100, 100, 0.726);
}

.about {
  background: url(../assets/images/map-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-block: 40px !important;
}

.clippy {
  background: url(../assets/images/texture-1.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  clip-path: polygon(50% 70%, 100% 0, 100% 100%, 0 100%, 0 0);
  height: 70px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-top: -63px;
  z-index: 9;
  position: absolute;
  /* box-shadow: 0px 20px 30px -3px rgba(0, 0, 0, 0.1); */
}

.about-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  padding-block: 10px;
  color: #fff;
}

.about-text p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  padding-inline: 70px;
  line-height: 1.7;
  color: #fff;
}

.second-p {
  margin-bottom: 42px;
}

.about-text a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  text-decoration: none;
  background-color: rgba(71, 70, 70, 0.726);
  padding: 10px 40px;
  border-radius: 8px;
  font-weight: 300;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}

.about-text a:hover {
  color: #fffcfc;
  background-color: rgba(114, 114, 114, 0.726);
}

.about-icon .col h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding-top: 12px;
  color: #fff;
}

.bento-video {
  height: 300px;
  width: 542px;
  border-radius: 8px;
  overflow: hidden;
}

.bento-text {
  height: 450px;
  border-radius: 8px;
  background-color: #ceced0;
  color: #000000;
  overflow: hidden;
  position: relative;
}

.banto-img-1 {
  height: 450px;
  width: 100%;
  background: url(../assets/images/bento-img-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transition: all 0.6s ease;
}

.banto-img-2 {
  height: 450px;
  width: 100%;
  background: url(../assets/images/bento-img-4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transition: all 0.6s ease;
}

.banto-img-3 {
  height: 450px;
  width: 100%;
  background: url(../assets/images/bento-img-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transition: all 0.6s ease;
}

.banto-img-4 {
  height: 450px;
  width: 100%;
  background: url(../assets/images/bento-img-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transition: all 0.6s ease;
}

.banto-img-1:hover {
  background: url(../assets/images/bento-hover-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.05);
}

.banto-img-2:hover {
  background: url(../assets/images/bento-hover-4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.05);
}

.banto-img-3:hover {
  background: url(../assets/images/bento-hover-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.05);
}

.banto-img-4:hover {
  background: url(../assets/images/bento-hover-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.05);
}

.bento-text h3 {
  font-family: "Poppins", sans-serif;
  position: absolute;
  padding: 20px;
  font-size: 22px;
  color: #494949;
}

.bento-text h3 a {
  font-size: 22px;
  color: #494949;
  text-decoration: none;
}

.categories .container-fluid {
  background: url(../assets/images/texture-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
}

.categories .container-fluid {
  border-bottom: 1px solid #f3f2f2 !important;
}

.categories .container-fluid h3 {
  color: #000000;
  padding-inline: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1.7;
  font-weight: 600;
}

.categories .container-fluid p {
  color: #383838;
  padding-inline: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.categories .container {
  background-color: transparent;
}

.inner-category-card {
  border-radius: 8px;
  padding-bottom: 5px;
  padding-inline: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  border: 1px solid #f7f4f4;
  height: 250px;
}

.category-card ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0px !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.category-card ul li {
  padding-block: 3px;
}

.category-card ul li a {
  text-decoration: none;
  color: #383838;
}

.category-card ul li a:hover {
  color: #141414;
}

.category-card ul li i {
  margin-right: 5px;
  font-size: 12px;
}

.category-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.category-card h4 a {
  text-decoration: none;
  color: #212529;
  transition: 0.3s ease-in-out;
}

.category-card h4 a:hover {
  color: #5b5c5c;
}

.swiper-slide2 {
  height: 100px !important;
}

.swiper-wrapper2 {
  text-align: center;
  height: 70px !important;
  transition-timing-function: linear !important;
}

.partners {
  border-top: 1px solid #eeebeb;
}

.foot-col {
  padding: 40px 20px 20px 20px;
}

.foot-col h4 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.foot-col ul {
  list-style-type: none;
  padding-left: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.foot-col ul li {
  padding-block: 4px;
  color: rgb(112, 111, 111);
}

.foot-col ul li i {
  margin-right: 8px;
  font-size: 11px;
  color: rgb(112, 111, 111);
}

.foot-col ul li a {
  color: rgb(112, 111, 111);
  text-decoration: none;
}

.foot-col ul li a:hover {
  color: rgb(59, 58, 58);
}

.social-icons span i {
  font-size: 20px !important;
  padding-inline: 5px;
}

.whatsapp:hover {
  color: #24c15f;
}

.facebook:hover {
  color: #37538b;
}

.instagram:hover {
  color: #f4076b;
}

.linkedin:hover {
  color: #0077b5;
}

.twitter:hover {
  color: #000000;
}

.youtube:hover {
  color: #bc201f;
}

.foot-col-1 {
  padding-left: 30px !important;
}

.foot-col-4 {
  background: url(../assets/images/pakistan-map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-row {
  background: url(../assets/images/footer-banner.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-logo {
  background-color: rgb(70, 69, 69);
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.vertex-link {
  color: white;
  text-decoration: none;
}

.vertex-link:hover {
  color: rgb(187, 186, 186);
  text-decoration: none;
}

/* Audio Visual Aids Page */

.banner {
  height: 320px;
}

.optoma-4k-projector-banner {
  background: url(../assets/images/4k-projectors.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.audio-visual-aids-banner {
  background: url(../assets/images/audio-visual-aids-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.surveying-and-gps-banner {
  background: url(../assets/images/surveying-and-gps-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.office-automations-banner {
  background: url(../assets/images/office-automations-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banking-machines-banner {
  background: url(../assets/images/banking-machines-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-banner {
  background: url(../assets/images/about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.career-banner {
  background: url(../assets/images/career-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vision-and-mission-banner {
  background: url(../assets/images/vision-and-mission-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-gallery-banner {
  background: url(../assets/images/photo-gallery-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-banner {
  background: url(../assets/images/contact-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tech-support-banner {
  background: url(../assets/images/tech-support-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.promotions-banner {
  background: url(../assets/images/promotions-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.warrenty-banner {
  background: url(../assets/images/warrenty-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.training-banner {
  background: url(../assets/images/training-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.customer-feedback-banner {
  background: url(../assets/images/customer-feedback-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-conferencing-banner {
  background: url(../assets/images/video-conferencing-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.smart-boards-banner {
  background: url(../assets/images/smart-boards-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.interactive-leds-banner {
  background: url(../assets/images/interactive-leds-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gps-and-gnss-banner {
  background: url(../assets/images/gps-and-gnss-system-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.multimedia-projectors-banner {
  background: url(../assets/images/multimedia-projector-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portable-projectors-banner {
  background: url(../assets/images/portable-porjector-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-2 {
  background: url(../assets/images/optoma-inner-projector.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.portable-inner-projector-banner {
  background: url(../assets/images/portable-inner-projector-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.aver-video-conferencing-banner {
  background: url(../assets/images/aver-video-conferencing-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.aver-inner-video-conferencing-banner {
  background: url(../assets/images/aver-inner-video-conferencing-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.philips-video-conferencing-banner {
  background: url(../assets/images/philips-video-conferencing-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.philips-inner-video-conferencing-banner {
  background: url(../assets/images/philips-inner-video-conferencing-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.smd-screens-banner {
  background: url(../assets/images/smd-screens-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.projection-screens-banner {
  background: url(../assets/images/projection-screens-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.training-aids-banner {
  background: url(../assets/images/training-aids-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.av-supplies-and-accessories {
  background: url(../assets/images/av-supplies-&-accessories.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.drone-uav-banner {
  background: url(../assets/images/drone-uav-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.wingtra-drone-banner {
  background: url(../assets/images/wingtra-drone-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.aircraft-system-banner {
  background: url(../assets/images/aircraft-system-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.south-mapping-drone-banner {
  background: url(../assets/images/south-mapping-drones-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.trimble-gnss-banner {
  background: url(../assets/images/trimble-gnss-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.garmin-gps-banner {
  background: url(../assets/images/garmin-gps-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.magellan-gps-banner {
  background: url(../assets/images/magellan-gps-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.total-stations-banner {
  background: url(../assets/images/total-stations-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.trimble-total-stations-banner {
  background: url(../assets/images/trimble-total-stations-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.nikon-total-stations-banner {
  background: url(../assets/images/nikon-total-stations-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.china-total-stations-banner {
  background: url(../assets/images/china-total-stations-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.theodolites-banner {
  background: url(../assets/images/theodolites-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.automatic-levels-banner {
  background: url(../assets/images/automatic-levels-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.trimble-digital-level-banner {
  background: url(../assets/images/trimble-automatic-levels-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.nikon-automatic-level-banner {
  background: url(../assets/images/nikon-automatic-levels-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.china-automatic-level-banner {
  background: url(../assets/images/china-automatic-levels-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.mapping-software-banner {
  background: url(../assets/images/mapping-software-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.surveying-supplies-and-accessories-banner {
  background: url(../assets/images/surveying-supplies-and-accessories-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.paper-shredders-banner {
  background: url(../assets/images/paper-shredders-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.binding-machines-banner {
  background: url(../assets/images/binding-machines-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.ucash-money-counters-banner {
  background: url(../assets/images/ucash-money-counters-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.strapping-machines-banner {
  background: url(../assets/images/strapping-machines-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.laminating-machines-banner {
  background: url(../assets/images/laminating-machines-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.money-detector-banner {
  background: url(../assets/images/money-detectors-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.astro-devices-banner {
  background: url(../assets/images/astro-devices-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.interactive-leds-and-boards-banner {
  background: url(../assets/images/interactive-leds-and-boards-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.office-stationary-banner {
  background: url(../assets/images/office-stationary-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.scanners-banner {
  background: url(../assets/images/3d-scanner-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.south-gps-and-gnss-banner {
  background: url(../assets/images/south-gps-and-gnss-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.south-remote-sensing-banner {
  background: url(../assets/images/south=remote-sensing-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.breadcrumbs {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.breadcrumbs-col h1 {
  font-size: 28px;
    margin-block: 15px;
}

.breadcrumbs-col span {
  margin-top: 30px;
  padding-inline: 5px;
  font-weight: 300;
  text-decoration: none;
  font-size: 15px;
}

.breadcrumbs-col span a {
  color: #fff;
  text-decoration: none;
}

.detail-para {
  padding-bottom: 10px;
}

.detail-para h2 {
  margin-block: 10px;
  padding-block: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid rgb(240, 238, 238);
}

.detail-para p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #383838;
  text-align: justify;
}

.inner-categories-card div ul {
  list-style-type: none;
  padding-left: 0px;
}

.inner-categories-card div h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-block: 20px 5px;
}

.inner-child-categories-card {
  background: url(../assets/images/categories-background.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  border-radius: 10px;
}

.inner-child-categories-card img {
  width: 90% !important;
}

@media (max-width: 556px) {
  .inner-child-categories-card {
    height: 420px;
  }
}

.inner-child-categories-card div {
  height: 160px;
}

.inner-categories-card div p {
  padding-block: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  text-align: justify;
}

.inner-categories-card div a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid #737d8b;
  text-decoration: none;
  color: #4b4b4b;
  border-radius: 5px;
}

.inner-categories-card div a i {
  margin-left: 10px;
}

.inner-categories-card div a:hover {
  background-color: #737d8b;
  color: white;
  transition: 0.5s ease;
}

/* .video .container iframe {
  border-radius: 10px;
} */

.detail-features ul {
  list-style-type: none;
  padding-left: 0;
}

.detail-features h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.detail-features ul li {
  padding-block: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #616161;
  text-align: justify;
}

.tabs {
  position: relative;
  width: 100%;
}

input[type="radio"] {
  display: none;
}

.tab-label {
  display: inline-block;
  padding: 10px 20px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  font-weight: bold;
  color: #444;
  transition: background 0.3s, color 0.3s;
  font-family: "Poppins", sans-serif;
}

input[type="radio"]:checked + .tab-label {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid white;
  z-index: 2;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.tab-content {
  display: none;
  padding: 20px;
  background: #fff;
  border-top: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5f5f5f;
  margin-top: -1px;
  border-top: 1px solid rgb(221, 221, 221);
}

.tab-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}

.tab-content ul {
  list-style-type: none;
  padding-left: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #5f5f5f;
}

.tab-content ul li {
  padding-block: 5px;
}

.tab-content ul li i {
  margin-right: 10px;
}

.tab-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
  text-align: justify;
}

.pdf {
  display: flex;
  align-items: center;
  justify-content: left;
}

.pdf a {
  text-decoration: none;
  color: #383838;
}

.pdf a:hover {
  color: #000000;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

.product-gallery {
  max-width: 600px;
  width: 100%;
}

.slider-container {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
  transition: 0.3s ease;
}

.slider-image {
  width: 100%;
  display: none;
  transition: transform 0.5s ease;
}

.slider-image.active {
  display: block;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 30px;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10;
  color: #797878;
  border-radius: 50%;
}

.prev-slide {
  left: 10px;
}
.next-slide {
  right: 10px;
}

.thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  justify-content: center;
  padding: 15px;
}

.thumbnail img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
  border: 1px solid transparent;
}

.thumbnail img.active,
.thumbnail img:hover {
  opacity: 1;
  border-color: #dee2e6;
}

/* Audio Visual Aids */

.audio-visual {
  background-color: #f5f5f5;
}

.inner-audio-visual-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.inner-audio-visual-card div h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.inner-audio-visual-card img {
  transition: all 0.5s ease-in-out;
}

.inner-audio-visual-card:hover {
  box-shadow: 0px 0px 10px 0px rgb(223, 223, 223);
}

.inner-audio-visual-card:hover img {
  transform: scale(1.05);
}

.inner-audio-visual-card div a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #353434;
  background-color: #e9e7e7;
  border: 1px solid #e9e7e7;
  padding: 10px 30px;
  border-radius: 5px;
}

.inner-audio-visual-card div a:hover {
  background-color: #fff;
  border: 1px solid #e9e7e7;
  transition: 0.5s ease;
}

/* About us Page */

.company-profile-container h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.company-profile-container p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #383838;
  line-height: 1.7;
  text-align: justify;
}

.distributors {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  height: 260px;
}

.company-img {
  border-radius: 15px 0px 0px 15px;
  overflow: hidden;
}

.company-list {
  background-color: #f5f5f5;
  padding: 25px 20px !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #383838;
  border-radius: 0px 15px 15px 0px;
  text-align: justify;
}

.company-list h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #212529;
}

.company-list ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.company-list ul li {
  padding-block: 3px;
}

.values-and-vision {
  background-color: #f5f5f5;
}

.values-and-vision .container h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #212529;
}

.value-and-vision-card {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.value-and-vision-card div h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.value-and-vision-card div p {
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #383838;
  line-height: 1.7;
}

.value-and-vision-card img {
  border-radius: 15px;
}

.about-slider {
  background: url(../assets/images/company-slide-banner.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about-slider .container h3 {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.about-slider .container p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
}

.swiper-wrapper3 {
  height: 150px !important;
  padding-block: 50px;
}

@media (max-width: 768px) {
  .swiper-wrapper3 {
    height: 250px !important;
  }
}

.swiper-slide h4 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 14px;
  line-height: 1.7;
}

.about-card {
  height: 400px;
  font-family: "Poppins", sans-serif;
  padding: 10px 10px;
  border-radius: 15px;
  color: #fff;
}

.about-card p {
  font-size: 13px;
  line-height: 1.7;
}

.about-card-1 {
  background: url(../assets/images/integrity2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 20px;
}

.about-card-2 {
  transform: translateY(20px);
  display: flex;
  justify-content: end;
  flex-direction: column;
  background: url(../assets/images/our-people2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-card-3 {
  background: url(../assets/images/innovation2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 20px;
}

.about-card-4 {
  transform: translateY(20px);
  display: flex;
  justify-content: end;
  flex-direction: column;
  background: url(../assets/images/quality-of-support2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Career Page */

.career-card h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.career-card h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.career-card p {
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #383838;
  line-height: 1.7;
}

.career-card ul {
  list-style-type: none;
  padding-left: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #383838;
  line-height: 1.5;
}

.career-card ul li {
  padding-block: 2px;
}

.career-card ul li i {
  font-size: 12px;
  color: #383838;
}

.career-card {
  align-self: center;
}

.career-card img {
  border-radius: 15px;
  border: 1px solid rgb(226, 226, 226);
}

.job-titles .container h3 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.job-card {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 15px;
  display: flex;
  align-items: center;
  transition: 0.8s ease-in-out;
}

.job-card img {
  width: 40px;
}

.job-card:hover {
  background-color: #d7e0ee;
  cursor: default;
  transition: 0.8s ease-in-out;
}

.job-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 0px;
}

/* Vision and Mission section */

.vision-and-mission-card h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  margin-bottom: 0px;
  color: #d4d2d2;
  transition: 0.5s ease-in-out;
}

.vision-and-mission-card:hover h2 {
  color: #c4cfe1;
  transition: 0.5s ease-in-out;
}

.vision-and-mission-card h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 40px;
}

.vision-and-mission-card p {
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #383838;
  line-height: 1.7;
}

.vision-and-mission-card {
  background-color: #d7e0ee;
  border-radius: 15px;
  padding: 20px;
  height: 320px;
  transition: 0.5s ease-in-out;
}

.vision-and-mission-card-1 {
  display: flex;
  flex-direction: column;
  background: url(../assets/images/vision-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vision-and-mission-card-1:hover {
  background: url(../assets/images/vision-background-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s ease-in-out;
}

.vision-and-mission-card-2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: url(../assets/images/misision-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vision-and-mission-card-2:hover {
  background: url(../assets/images/mission-background-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s ease-in-out;
}

.vision-and-mission-card img {
  border-radius: 15px;
  border: 1px solid rgb(226, 226, 226);
}

/* Photo Gallery section */

.photo-gallery .container h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.popup-gallery .row div {
  overflow: hidden;
}

.popup-gallery .row div a img {
  border-radius: 10px !important;
  border: 1px solid #d7e0ee;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.popup-gallery .row div a img:hover {
  transform: scale(1.05);
}

/* Contact us Page */

.contact-para {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #6c757d;
}

.contact-detail {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.contact-detail p {
  margin-bottom: 0px;
}

.contact-h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.contact-details {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.contact-details h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.contact-details p {
  margin-bottom: 0px;
}

.office2 {
  padding-top: 60px;
}

.office h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.office-map iframe {
  height: 170px;
  width: 100%;
  border-radius: 15px;
}

.details-parent {
  background-color: #f5f5f5;
  border-radius: 15px;
}

.contact-section {
  background-color: white;
}

.map-wrapper {
  max-width: 900px;
  height: auto;
}

.map-image {
  border-radius: 10px;
  filter: grayscale(100%) brightness(1.1);
}

.map-marker {
  width: 14px;
  height: 14px;
  background-color: #8a8a8b;
  border: 3px solid white;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(78, 78, 78, 0.5);
  transition: transform 0.3s ease;
}

.map-marker:hover {
  transform: translate(-50%, -50%) scale(1.3);
}
.map-marker.active {
  background-color: #000000;
  box-shadow: 0 0 15px rgba(80, 80, 80, 0.7);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.card-body p {
  margin-bottom: 0px;
  padding-block: 5px;
}

.card-body {
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  background-color: #f5f5f5;
}

.card-body-1 {
  background-color: #fff;
}

.card-body h6 {
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 5px !important;
  font-family: "Poppins", sans-serif;
}

.card-body iframe {
  width: 63%;
  height: 200px;
  border-radius: 15px;
}

.inner-card-container {
  display: flex;
  align-items: center;
}

.google-1 {
  margin-top: 130px;
}

.google-3 {
  margin-top: 16px;
}

.google-4 {
  margin-top: 46px;
}

.google-7 {
  margin-top: 67px;
}

.btn-outline-secondary {
  background-color: #6c757d !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #6c757d;
  transition: 1s ease-in-out;
}

.btn-outline-secondary:hover {
  background-color: #ffffff !important;
  border: 1px solid #6c757d;
  color: #6c757d !important;
  transition: 0.8s ease;
}

/* Tech Support Page */

.pill-li {
  overflow: hidden !important;
}

.pill-li-1 {
  border-radius: 10px 0px 0px 10px !important;
}

.pill-li-2 {
  border-radius: 0px 10px 10px 0px !important;
}

.pill-li button {
  background-color: #e0e0e0 !important;
  padding-block: 15px !important;
  color: #585858;
}

.pill-li button:hover {
  color: #fff;
}

.pill-li .active {
  background-color: #6c757d !important;
  color: #fff !important;
  border-radius: 0px !important;
  border: none !important;
}

.form-image-col {
  background: url(../assets/images/form-image-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0px 0px 10px;
}

.form-image-col-2 {
  background: url(../assets/images/form-image-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 10px 10px 0px;
}

.form-text {
  font-family: "Poppins", sans-serif !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff !important;
}

.form-text p {
  text-align: center;
  color: #f1f1f1;
  line-height: 1.7;
}

.form-col {
  border-radius: 0px 10px 10px 0px;
}

.form-col-2 {
  border-radius: 10px 0px 0px 10px;
}

.form-col h2 {
  font-family: "Poppins", sans-serif;
}

.form-col-2 h2 {
  font-family: "Poppins", sans-serif;
}

/* Promotions Page */

.swiper-wrapper-5 {
  height: auto !important;
}

.promotion-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Warrenty Page */

.warrenty-and-return-policy .container h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.warrenty-container {
  font-family: "Poppins", sans-serif;
}

.warrenty-container h3 {
  font-weight: 600;
  line-height: 1.7;
}

.warrenty-container p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}

.warrenty-card-body {
  padding-inline: 20px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  background-color: #f5f5f5;
}

.warrenty-card-body p {
  margin-bottom: 0px;
  padding-block: 5px;
}

.card-body-1 {
  background-color: #fff;
}

.warrenty-card-body h6 {
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 5px !important;
  font-family: "Poppins", sans-serif;
}

.inner-card-container {
  display: flex;
  align-items: center;
}

.warrenty-form .container-fluid {
  background: url(../assets/images/warrenty-form-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.warrenty-form .container-fluid .container h2 {
  font-family: "Poppins", sans-serif;
}

.warrenty-form .container-fluid .container p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* Training Page */

.training-container {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: justify;
  line-height: 1.7;
}

.training-container h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: justify;
  line-height: 1.7;
}

.training-pill {
  padding-inline: 12px !important;
}

.training-btn {
  width: 100% !important;
  background-color: #f5f5f5 !important;
  border: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
}

.training-btn:hover {
  color: #6e6e6e !important;
}

.training-btn-1 {
  border-radius: 0px 0px 0px 10px !important;
}

.training-btn-3 {
  border-radius: 0px 0px 10px 0px !important;
}

.training-item .active {
  border-radius: 0px !important;
  background-color: #d9e2ef !important;
  color: #6e6e6e !important;
}

.training-item-1 .active {
  border-radius: 0px 0px 0px 10px !important;
}

.training-item-3 .active {
  border-radius: 0px 0px 10px 0px !important;
}

.training-content {
  padding: 0px;
}

.training-text {
  padding-block: 20px;
  padding-inline: 60px;
}

.training-text h2 {
  font-size: 25px;
  color: #212529;
}

.training-text p {
  color: rgb(33, 37, 41);
  font-size: 14px;
  line-height: 1.7;
}

.training-img-row {
  border-radius: 10px 10px 0px 0px !important;
  overflow: hidden;
}

.email-form .container p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  .training-btn-1 {
    border-radius: 0px 0px 0px 0px !important;
  }

  .training-btn-3 {
    border-radius: 0px 0px 10px 10px !important;
  }

  .training-item-1 .active {
    border-radius: 0px 0px 0px 0px !important;
  }

  .training-item-3 .active {
    border-radius: 0px 0px 10px 10px !important;
  }

  .training-text {
    padding-inline: 20px;
  }
}

/* Customer Feedback Page */

.feedback-form-col {
  background: url(../assets/images/feedback-form-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0px 0px 10px;
}

/* SMD Screens */

.led-display-container {
  font-family: "Poppins", sans-serif;
  padding: 50px 20px 50px 60px;
}

.led-background {
  background-color: #d6dfee;
  display: flex;
  align-items: center;
}

.led-background-2 {
  background-color: #141b25;
  display: flex;
  align-items: center;
}

.led-background-3 {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}

.led-background-4 {
  display: flex;
  align-items: center;
}

.led-display-container-2 {
  padding: 50px 60px 50px 20px;
  color: #fff;
}

.led-display-container-3 {
  padding: 50px 60px 50px 20px;
}

.led-display-container h2 {
  font-size: 30px;
  font-weight: 600;
}

.led-display-container h3 {
  font-size: 20px;
  font-weight: 600;
}

.led-display-container p {
  font-size: 14px;
  line-height: 1.7;
  color: rgb(33, 37, 41);
  margin-bottom: 10px;
  text-align: justify;
}

.led-display-container-2 p {
  color: rgb(224, 224, 224);
}

.led-display-container ul {
  font-size: 14px;
  line-height: 1.7;
  color: rgb(33, 37, 41);
  list-style-type: none;
  padding-left: 0px;
  text-align: justify;
}

.led-display-container-2 ul {
  color: rgb(224, 224, 224);
}

.led-display-container li {
  padding-block: 3px;
}

.smd-img img {
  overflow: hidden;
  height: 100%;
  width: 100% !important;
}

.nav-item {
  padding: 0.5rem 0xp !important;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block !important;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none !important;
}

/* Media Quries */

@media (min-width: 1280px) {
  .inner-child-categories-card {
    height: 380px;
  }
}

@media (max-width: 992px) {
  .contact-btn {
    width: 162px;
    margin-top: 10px;
  }
  .video .container iframe {
    height: 350px;
  }
  .form-image-col {
    border-radius: 10px;
  }
  .form-image-col-2 {
    border-radius: 10px;
  }
  .form-col {
    border-radius: 10px;
  }
  .form-col-2 {
    border-radius: 10px;
  }
  .promotion-slide img {
    width: 70%;
  }
  .feedback-form-col {
    border-radius: 10px;
  }
  .led-row {
    flex-direction: column-reverse !important;
  }
  .led-display-container {
    padding: 50px 20px;
  }
  .drop-2 {
    display: none !important;
  }
  .drop-1 {
    display: inline-block !important;
    overflow: hidden !important;
  }
}

@media (max-width: 768px) {
  .bento-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
  }
  .breadcrumbs-col h1 {
  font-size: 20px;
    margin-block: 15px;
}
}

@media (max-width: 557px) {
  .inner-category-card {
    height: 190px;
  }

  .category-card h4 {
    font-size: 17px;
  }

  .innertext {
    height: 600px;
  }

  .innertext h1 {
    font-size: 30px;
  }

  .innertext p {
    padding-inline: 50px;
  }

  .swiper-slide {
    height: 600px;
  }

  .swiper-wrapper {
    height: 600px !important;
  }

  .swiper-wrapper3 {
    height: 250px !important;
  }

  .categories .container-fluid h3 {
    padding-inline: 50px;
    line-height: 1.3;
    font-size: 30px;
  }

  .categories .container-fluid p {
    padding-inline: 50px;
  }

  .foot-col {
    padding: 10px 20px 5px 50px;
  }

  .foot-col-1 {
    padding-left: 10px !important;
  }

  .foot-col ul li {
    padding-block: 3px;
  }

  .about-text h2 {
    font-size: 30px;
  }

  .about-text p {
    padding-inline: 30px;
  }

  .mySwiper2 {
    height: 80px;
  }

  .bento-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    width: 95%;
  }
  .video .container iframe {
    height: 250px;
  }
  .tab-label {
    padding: 10px 5px;
    font-size: 13px;
  }
}

@media (min-width: 998px) {
  .drop-2 {
    display: inline-block !important;
  }
  .drop-1 {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .bento-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 97%;
  }
  .bento-video video {
    width: 100%;
  }
}
