@charset "UTF-8";
@keyframes rotate-circle {
  0%, 5% {
    transform: rotate(-45deg);
  }
  12%, to {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
:root {
  --primary-color: #43a047;
  --swiper-navigation-size: 18px !important;
  --swiper-theme-color: var(--primary-color) !important;
}

.modal {
  display: none;
}

.accordion-collapsible-link:hover,
.nav-link:hover,
.dropdown-heading:hover,
.nav-link a:hover {
  color: var(--primary-color) !important;
}

.text-black {
  color: #000 !important;
}

.footer-btn {
  height: 50px;
  font-size: 20px;
}

.accordion-collapsible-link {
  display: flex;
  align-items: center;
}

.accordion-collapsible-link .accordion-arrow {
  margin-left: auto;
  transition: 0.3s;
}

.accordion-collapsible-link[aria-expanded=true] .accordion-arrow {
  transform: rotateZ(180deg);
}

#faqAccordion .card-header {
  background-color: #fff;
  padding: 10px 15px;
}

#faqAccordion .card-body {
  background-color: #fff;
  padding: 5px;
}

#faqAccordion .card-body {
  background-color: #fff;
  padding: 10px 15px;
}

.accordion-collapsible-link {
  background-color: transparent;
  padding: 0;
  color: #444;
}

.search-icon-mobile {
  display: none;
  color: #6e6e6e;
}

.sub-title-lg,
.title-lg {
  font-size: 36px;
  color: #666;
  letter-spacing: 0.05em;
  z-index: 2;
}

.sub-title-lg {
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.title {
  font-size: 24px;
  color: #666;
  font-weight: 600;
}

.small,
small {
  font-size: 14px !important;
}

.sub-title {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}

.heading,
.heading-sm {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}

.heading-sm {
  color: #666;
  font-size: 16px;
}

.heading-sm .link-sm {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #666;
}

.heading-xs {
  color: #666;
  font-size: 15px !important;
}

.navbar-contact .nav-link a,
.sub-heading,
.text {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.sub-heading strong {
  line-height: 20px;
}

.text {
  line-height: 1.6;
}

.text-truncate-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.text-truncate-2,
.text-truncate-3,
.text-truncate-4,
.text-truncate-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-truncate-3,
.text-truncate-4,
.text-truncate-5 {
  -webkit-line-clamp: 3;
}

.text-truncate-4,
.text-truncate-5 {
  -webkit-line-clamp: 4;
}

.text-truncate-5 {
  -webkit-line-clamp: 5;
}

.dropdown-menu {
  min-width: 15rem !important;
}

.dropdown-item {
  font-size: 14px;
  color: #666;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--primary-color);
  text-decoration: none;
  background-color: #fae3e5;
}

.dropdown-item:hover {
  color: var(--primary-color);
  background-color: rgba(205, 1, 40, 0.031372549);
}

.dropdown-heading {
  font-size: 15px !important;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  transition: 0.5s;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  letter-spacing: 0.025em;
}

.dropdown-heading:hover {
  text-decoration: none !important;
  color: var(--primary-color);
}

.custom-dropup-menu ul li,
.dropdown-link {
  font-size: 14px;
  display: flex;
  align-items: baseline;
}

.dropdown-link {
  font-weight: 400;
  color: #666;
  text-decoration: none;
  transition: 0.5s;
  padding: 5px 15px;
}

.dropdown-link:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.top-nav-link {
  padding: 18px 16px !important;
  transition: 0.3s;
  color: #747474;
}

.top-nav-link:hover {
  background: var(--primary-color);
  color: var(--primary-color);
}

.top-nav-link[aria-expanded=true] {
  color: var(--primary-color);
  position: relative;
}

.table-responsive .table-responsive {
  display: table;
  width: 100% !important;
}

.social-icons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.icon {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link,
.link-text {
  color: #444;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  font-weight: 400;
}

.link-text:hover,
.link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.link-text {
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

td .link-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.custom-dropup-menu ul li {
  color: #fff !important;
  line-height: 2;
}

a.nav-link i.fa-angle-right {
  transition: 0.3s;
}

a.nav-link[aria-expanded=true] i.fa-angle-right {
  transform: rotate(90deg);
}

.mf-list-type {
  list-style: none;
}

.floating-action-btn {
  position: fixed;
  right: -38px !important;
  height: 32px !important;
  width: 128px !important;
  font-size: 15px !important;
  top: 50%;
  transform: translateY(-50%) rotateZ(-90deg);
  z-index: 5000;
  line-height: 16px;
  background: var(--primary-color) !important;
  color: #fff;
}
.floating-action-btn:hover, .floating-action-btn:active, .floating-action-btn:focus {
  background: var(--primary-color) !important;
  color: #fff;
}

.link-text-effect,
.link-text-effect > span {
  position: relative;
  color: #666;
  text-decoration: none;
  line-height: 1;
}

.link-text-effect:after,
.link-text-effect:before,
.link-text-effect > span:after,
.link-text-effect > span:before {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

.navbar-container:hover .nav-link:hover .link-text-effect:hover,
.link-text-effect > span:hover,
.navbar-contact .nav-link a:hover {
  color: var(--primary-color);
}

.link-text-effect {
  display: inline-block;
  overflow: hidden;
}

.link-text-effect:after,
.link-text-effect:before {
  right: 0;
  bottom: 0;
  background: var(--primary-color);
}

.link-text-effect:before {
  width: 100%;
  height: 1px;
  transform: translateX(-100%);
}

.link-text-effect:after {
  width: 1px;
  height: 100%;
  transform: translateY(100%);
}

.link-text-effect > span {
  display: block;
  padding: 8px;
}

.link-text-effect > span:after,
.link-text-effect > span:before {
  left: 0;
  top: 0;
  background: var(--primary-color);
}

.link-text-effect > span:before {
  width: 100%;
  height: 1px;
  transform: translateX(100%);
}

.link-text-effect > span:after {
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
}

.link-text-effect:hover:after,
.link-text-effect:hover:before,
.link-text-effect:hover > span:after,
.link-text-effect:hover > span:before {
  transform: translate(0, 0);
}

.distributor-box .heading {
  font-weight: 400;
  font-size: 14px;
}

.descripiton p,
.descripiton ul li {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.descripiton ul {
  list-style-type: circle;
  padding-left: 30px;
  margin-bottom: 20px;
}

ul.welcome-ul li {
  line-height: 25px !important;
  display: flex;
  align-items: baseline;
  color: #616161;
}

#get_customized_price .modal-content {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

#get_customized_price .modal-content::before {
  content: "";
  background: rgba(252, 252, 252, 0.7294117647);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-danger {
  background-color: var(--primary-color) !important;
}

.modal-header .close,
.modal-header .modal-title {
  color: #fff !important;
}

.hide-md {
  display: none;
}

.th-width:nth-child(1) {
  width: 14rem;
}

.th-width:nth-child(2) {
  width: 42rem;
}

.th-width:nth-child(3) {
  width: 25rem;
}

.img-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-text h1 {
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.6784313725);
  padding: 8px 45px;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 5vh !important;
  text-align: center;
}

.model_standard_data {
  width: 41rem;
  overflow: auto;
  max-height: 300px;
}

.th-tech-data {
  width: 42rem;
}

.tech-table {
  max-height: 300px;
  overflow: auto;
  width: 40rem;
}

.modal-header {
  color: #fff !important;
  border-radius: 0;
  background-image: linear-gradient(to right, #00bc02, var(--primary-color));
}

.btn-link {
  color: #666;
  transition: 0.5s;
  text-decoration: none;
}

.btn-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.excerpt,
.excerpt p {
  text-align: left !important;
}

.excerpt p {
  margin: 0;
  line-height: 1.5;
  padding-left: 5px;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  border: 0;
}

.swiper-content {
  height: 100% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 700;
}

.heading-xxs {
  font-size: 13px !important;
  color: #515151;
}

.post-desc * {
  color: #5c5c5c !important;
}

.list-group-item,
.with-line {
  position: relative;
}

.with-line::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--primary-color);
}

.list-group-item {
  display: block;
  padding: 3px 0;
  background-color: transparent;
  border: 0;
}

.blog-img-box img {
  max-height: 100%;
  width: auto;
}

.blog-img-box {
  height: 15rem;
  display: flex;
  align-items: start;
  justify-content: flex-start;
}

.blog-img-container {
  max-height: 38rem;
  display: inline-flex;
  align-items: flex-start;
}

.blog-img-container img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}

.custom-dropup .dropdown-menu {
  transform: translate3d(0, -79px, 0) !important;
  left: 0 !important;
  right: 0 !important;
  top: -15px !important;
  border-radius: 0 !important;
  padding: 15px !important;
  border: 0 !important;
}

.card-title {
  margin-bottom: 0;
}

.mf-img-box {
  overflow: hidden;
}

.mf-img-box img {
  transition: 0.5s;
}

.mf-img-box:hover img {
  transform: scale(1.2);
}

.custom_dropup {
  position: relative;
}

.custom-dropup-menu {
  bottom: 53px;
  position: absolute;
  left: 0;
  min-height: 40vh;
  width: 100%;
  height: 60vh;
  max-height: 60vh;
  overflow: auto;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  text-align: left;
  padding: 20px 30px;
}

.custom-dropup a,
.custom-dropup-menu.active {
  display: block;
}

.custom-dropup-btn.active {
  color: var(--primary-color) !important;
  background-color: rgba(235, 26, 53, 0.1098039216) !important;
}

.img-container {
  max-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.clients-logo-box img,
.distributors-carousel-logo-box img,
.img-container img,
.testimonial-logo img {
  max-height: 100%;
  width: auto !important;
}

.layer {
  position: relative;
}

.layer::after,
.overlay.active {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layer::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1450980392);
  display: block;
  position: absolute;
}

.overlay {
  transition: 0.5s;
}

.overlay.active {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3803921569);
  z-index: 9;
}

.testimonial-logo {
  height: 2rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 15px;
}

.owl-item,
.owl-stage {
  display: flex;
}

.owl-item {
  flex: 1 0 auto;
}

.testimonial-carousel .item {
  height: 100%;
}

.testimonial-carousel .card {
  height: 100%;
  border-radius: 55px;
  border: 0;
}

.testimonial-carousel i.fa.fa-quote-left {
  font-size: 21px;
  color: var(--primary-color);
}

.testimonial-carousel .heading-sm {
  max-height: 7rem;
  overflow: auto;
  line-height: 1.3;
  letter-spacing: 0.035em;
  padding: 0 10px;
  margin: 0;
}

.distributors-carousel-logo-box {
  height: 5rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.distributor-carousel .heading {
  font-size: 16px;
  color: #d70031 !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.distributor-carousel .heading-sm {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  width: 100%;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #dadada !important;
  max-height: 400px;
  overflow: auto;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
}

.clients-logo-box {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 3px;
}

.card-overflow {
  max-height: 19rem;
  overflow: auto;
}

.link-tag {
  border-right: 1px solid #dadada !important;
  padding: 0 5px;
  font-size: 14px;
  display: inline-block;
  background-color: #fff;
  color: #666;
  transition: 0.5s;
  margin: 5px 0;
  white-space: nowrap;
}

.link-tag:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.link-tag:active,
.link-tag:focus {
  border-right: 1px solid #dadada !important;
}

#link-tag,
#link-tag.active {
  top: -43px;
  background-color: transparent;
  border-bottom: 0;
  z-index: 9;
  width: 100%;
}

#link-tag.active {
  top: 139px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
}

.dropdown.link-tag-dropdown > .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}

.link-tag:last-child {
  border-right: 0 !important;
}

.category-carousel .carousel-caption {
  text-align: center;
  height: 100%;
  align-items: center;
  padding-bottom: 0 !important;
}

.category-carousel .carousel-caption h5 {
  color: #fff !important;
  text-shadow: 1px 1px 3px #2a2a2a;
  margin: 0 !important;
  font-size: 40px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: drop-shadow(0 0 1px #000) !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.text-para {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 5px;
}

ul {
  padding-left: 1.2rem;
}

.navbar-contact {
  height: 35px;
}

.navbar-contact .nav-link {
  color: #666 !important;
  padding: 2px 20px !important;
  display: inline-flex;
  align-items: baseline;
}

.navbar-contact .social-media-icons {
  display: flex;
  align-items: center;
}

.navbar-contact .social-media-icons a {
  color: #747474 !important;
}

.navbar-container:hover .navbar-mobile:hover .navbar-contact .social-media-icons a:hover,
.navbar-menus .nav-link:hover {
  color: var(--primary-color) !important;
}

.navbar-container {
  height: 113px;
}

.navbar-menus {
  position: static !important;
  padding: 0;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}

.navbar-menus .nav-link {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 15px !important;
  transition: 0.5s !important;
}

.logo,
a.scroll-to-top {
  display: flex;
  justify-content: center;
}

.logo {
  height: 113px;
  align-items: flex-start;
  overflow: hidden;
  margin: 0 2rem 0 0;
  padding: 0;
}

.logo img,
.navbar-brand.logo img {
  max-height: 100%;
  width: auto;
}

.footer-sec-1 {
  background-color: var(--primary-color);
}

.footer-sec-2,
.footer-sec-3 {
  background-color: #101010;
}

.footer-sec-2 .heading-sm {
  color: #eee;
  font-weight: 400;
  font-size: 16px;
}

.footer-sec-2 ul li {
  line-height: 1.5;
}

.footer-sec-2 .heading {
  color: #eee;
}

.footer-sec-2 .link {
  color: #eee !important;
  font-weight: 400;
}

.footer-sec-2 .link:hover,
.footer-sec-3 .link:hover {
  color: #fff !important;
}

.footer-sec-3 .heading-sm {
  color: #eee;
  font-weight: 400;
  font-size: 16px;
}

.footer-sec-3 .link {
  color: #eee !important;
  font-weight: 400;
}

a.scroll-to-top {
  background: var(--primary-color);
  height: 30px;
  width: 30px;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #fff;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  text-decoration: none;
  border-radius: 3px;
}
a.scroll-to-top:focus, a.scroll-to-top:hover {
  color: #fff !important;
}

a.scroll-to-top span {
  transform: rotate(90deg);
  font-size: 26px;
  padding-bottom: 3px;
}

a.scroll-to-top,
a.scroll-top {
  position: fixed;
  align-items: center;
}

.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9c5b4;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fff5f0;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #f7ded2;
  color: #666;
}

.table-hover tbody tr:hover {
  background-color: #f7e4db;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  color: var(--primary-color);
}

.table-sm td,
.table-sm th {
  padding: 0.4rem 0.5rem;
}

td,
th {
  font-size: 14px;
}

th {
  background-color: #fff;
}

.hero-text .heading-sm,
.hero-text .sub-heading,
.hero-text .title {
  color: #444;
}

.home-sec-1 .hero-img-container {
  background-position: center center;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-sec-1 .hero-text {
  background-color: rgba(255, 255, 255, 0.3803921569);
  padding: 2.5rem !important;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
}

.home-sec-1 .card-group-container {
  margin-top: -6vh;
}

.home-sec-1 .card-on-hero .card {
  border-radius: 0 !important;
  text-align: center;
}

.home-sec-1 .hero-icon-box {
  height: 125px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 5px;
  transition: 0.4s;
}

.home-sec-1 .hero-icon-box:hover {
  transform: scale(1.15);
}

.home-sec-1 .hero-icon-box img {
  transition: 0.5s;
  max-height: 100%;
}

.home-sec-1 .hero-text {
  width: 35%;
}

.home-sec-3 .video,
.home-sec-5 .hero-img-container {
  background-position: center center;
  background-repeat: no-repeat;
}

.home-sec-3 .video {
  height: 45vh;
  background-color: rgba(235, 26, 53, 0.1215686275);
  background-size: contain;
}

.home-sec-5 .hero-img-container {
  position: relative;
  height: 60vh;
  background-size: cover;
}

.home-sec-7 {
  padding: 25px 0;
}

.contact-sec-3 p {
  font-weight: 400;
}

.contact-sec-4 p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.contact-sec-3 .heading,
.contact-sec-4 .heading {
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 2px;
}

.contact-sec-4 .heading,
.contact-sec-4 p {
  font-size: 14px;
  color: #666;
}

.contact-sec-3 h2,
.contact-sec-4 h2 {
  font-weight: 400;
  color: #666;
  font-size: 25px;
}

.contact-sec-3 hr,
.contact-sec-4 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.category-sec-1 .category-img-box {
  height: 25vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-sec-1 .card-group-container {
  margin-top: -6vh;
}

.category-sec-1 .filter {
  padding: 6px 8px;
}

.category-sec-1 .filter .link {
  font-weight: 400;
  transition: 0.5s;
}

.category-sec-1 .collapse-link {
  display: block;
  padding: 3px 8px;
  border-radius: 12px;
  margin-top: 5px;
}

.category-sec-1 .filter > .collapse-link {
  margin-top: 0 !important;
}

.category-sec-1 .collapse-link.active {
  background: rgba(235, 26, 53, 0.1294117647);
  color: var(--primary-color);
}

.product-sec-1 .product-main-img {
  width: 185px;
  height: 185px;
}

.product-sec-1 .product-scroll-show {
  background-color: #fff !important;
}

.product-sec-1 .product-scroll-show.active {
  position: fixed;
  left: 0;
  top: 113px;
  width: 100%;
  z-index: 99;
  padding: 4px;
}

section[class*=product]:nth-child(odd) {
  background-color: #f9f9f9;
}

.blog-sec-1,
.contact-sec-1 .contact-bg {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}

.contact-sec-1 .contact-bg {
  height: 21rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blog-sec-1::before,
.contact-sec-1 .contact-bg::after,
.opening-sec-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-sec-1 .contact-bg::after {
  background: rgba(0, 0, 0, 0.2784313725);
}

.contact-sec-3 .heading {
  color: #444;
  font-size: 14px;
}

.contact-sec-3 p {
  font-size: 14px;
  color: #777;
  margin: 0 !important;
}

.contact-sec-3 .sub-heading {
  font-size: 14px;
}

.contact-sec-3 .img-box {
  height: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-sec-3 .img-box img {
  max-height: 100%;
  width: auto;
}

.contact-sec-3 .phone {
  color: #777;
  transition: 0.5s;
}

.contact-sec-3 .mail:hover,
.contact-sec-3 .phone:hover {
  color: var(--primary-color);
}

.contact-sec-3 .mail {
  color: #555;
  transition: 0.5s;
  font-size: 14px;
}

.contact-sec-3 .phone,
body {
  font-size: 14px;
}

.blog-sec-1 {
  height: 25rem;
}

.blog-sec-1::before,
.opening-sec-1::before {
  background-color: rgba(0, 0, 0, 0.2784313725);
}

.blog-text .sub-title,
.blog-text .title {
  z-index: 2;
  color: #fff;
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block !important;
}

.blog-tag {
  padding: 2px 5px 1px;
  color: #fff !important;
  font-size: 0.85em;
  transition: 0.5s;
  margin: 0 2px 2px 0;
  text-transform: capitalize;
  border-radius: 3px;
  background: #868686;
}

.blog-tag.active,
.blog-tag:active,
.blog-tag:hover {
  color: #fff !important;
  border-color: rgba(209, 0, 39, 0.5490196078) !important;
  background: var(--primary-color);
}

.opening-sec-1 {
  height: 15rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #666;
}

.modal-body th {
  font-weight: 800;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}

.btn-lg i {
  font-size: 20px !important;
  padding-top: 4px !important;
}

.custom-control-label {
  line-height: 25px;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-tabs .nav-link:last-child {
  margin-right: 0 !important;
}

a:active,
a:focus,
a:hover {
  text-decoration: none !important;
}

.flex-label {
  display: flex;
  margin-bottom: 0.15rem;
}

li.list-group-item {
  display: flex;
  align-items: baseline;
}

.text-danger {
  color: var(--primary-color) !important;
}

address {
  color: #666;
}

.nav-tabs {
  flex-wrap: nowrap;
  border: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.categories-img-box,
.nav-tabs .nav-link {
  align-items: center;
  justify-content: center;
}

.nav-tabs .nav-link {
  background: #eff0f2;
  width: 100%;
  border-radius: 0 !important;
  text-align: center;
  color: #4b4b4b !important;
  border-bottom: 2px solid transparent !important;
  margin-right: 5px;
  font-weight: 500;
  display: inline-flex;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--primary-color) !important;
  background-color: rgba(209, 0, 39, 0.0588235294);
  border-bottom: 2px solid var(--primary-color) !important;
}

.categories-img-box img {
  max-height: 100%;
  width: auto !important;
}

.categories-img-box {
  height: 10rem;
  display: flex;
  margin-bottom: 15px;
}

.heading-link {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px !important;
}

.heading-link:hover {
  color: var(--primary-color);
}

.excerpt ul li strong {
  color: #444;
  letter-spacing: 0.025em;
  display: block;
}

.excerpt ul li {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 5px;
}

.intro-section {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.intro-section .intro-title {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  color: var(--primary-color);
}

.fa-phone {
  transform: rotateY(180deg);
}

[aria-expanded=true] .fa-angle-down {
  transform: rotate(180deg);
}

.modal .modal-content {
  border-radius: 0 !important;
}

.modal .modal-content .modal-header {
  padding: 0.6rem 1rem !important;
  align-items: center !important;
}

.modal .modal-content .modal-header .modal-title {
  line-height: 1.25;
}

.modal .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  margin-left: auto !important;
  line-height: 0.5;
}

.modal .modal-content .form-group {
  margin-bottom: 10px;
}

.modal .modal-content label {
  margin-bottom: 5px;
  color: #666;
}

.modal .modal-content input,
.modal .modal-content select,
.modal .modal-content textarea {
  color: #666;
  border-color: #dadada;
  border-radius: 2px !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection {
  border-color: #dadada !important;
  min-height: 31px !important;
  border-radius: 2px;
}

.select2-container .select2-dropdown {
  border-color: #dadada !important;
}

a,
button {
  border: 0 !important;
}

.navbar-mobile {
  position: fixed;
  top: 70px;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #fff;
  transition: all 0.5s;
}

a:active,
a:focus,
button:active,
button:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(209, 0, 39, 0.16);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--primary-color);
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #dadada;
  box-shadow: none;
}

.custom-file-label,
.custom-file-label::after {
  height: calc(1.5em + 0.5rem + 2px) !important;
  padding: 0.27rem 0.5rem !important;
}

.custom-file-label::after {
  height: calc(1.35em + 0.5rem + 2px) !important;
}

.dataTables_wrapper .row:first-child .col-sm-12:nth-child(2) {
  position: absolute;
  top: 15.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  display: none !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper label {
  color: rgba(102, 102, 102, 0.8705882353);
  font-size: 14px;
}

.dataTables_length select {
  width: fit-content;
  height: 25px;
  padding: 5px 26px 4px 7px;
  font-size: 11px;
  border-radius: 0;
}

.dataTables_wrapper th {
  color: #666;
  font-weight: 500;
}

.dataTables_wrapper td {
  color: #666;
  font-weight: 400;
}

.dataTables_wrapper .dataTables_info {
  padding: 0 !important;
  margin-top: 5px;
}

.dataTables_filter label {
  display: block !important;
  width: 100%;
}

.dataTables_filter input {
  display: block !important;
  width: 95% !important;
  border-radius: 0;
  border: 0;
  height: calc(2.4em + 0.5rem + 2px);
  font-size: 16px;
  color: #666;
  margin: 0 auto !important;
  padding: 5px 57px 5px 16px;
}

.dataTables_paginate .page-item .page-link {
  color: rgba(102, 102, 102, 0.8705882353);
  padding: 0.2rem 0.56rem !important;
  border-radius: 0;
  font-size: 12px !important;
}

.dataTables_paginate .page-item .page-link:hover {
  background-color: rgba(209, 0, 39, 0.1294117647);
  color: var(--primary-color);
}

.dataTables_paginate {
  margin-top: 5px !important;
}

.dataTables_paginate .page-item.active .page-link {
  background-color: #fdf4f0 !important;
  color: var(--primary-color) !important;
  min-height: 0 !important;
  min-width: 0 !important;
  border: none !important;
}

.dataTable > thead > tr > th {
  border-bottom: 1px solid #f7ded2;
  border-top: 0;
}

.dataTable {
  border: 1px solid #f7ded2;
}

.data-table-search {
  position: absolute;
  top: 78px;
  right: 15.5em;
  z-index: 1;
  font-size: 19px !important;
  transition: 0.5s;
}

.dataTable.table-sm > thead > tr > th {
  padding-right: 8px !important;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: var(--primary-color);
  outline: 0 !important;
}

.card {
  position: relative;
}

.embed-responsive {
  border-radius: 5px;
}

.distributor-carousel .owl-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-320%);
}
.distributor-carousel button.owl-prev {
  position: relative;
  left: 0;
  top: 0%;
}
.distributor-carousel button.owl-next {
  position: relative;
  right: 0;
  top: 0;
}

button.owl-prev {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

button.owl-next {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: var(--primary-color) !important;
  padding: 0 10px !important;
  font-size: 33px !important;
  transition: 0.5s;
}

.exhibition-carousel button.owl-prev {
  left: 0;
}
.exhibition-carousel button.owl-next {
  right: 0px;
}

.owl-dots {
  padding-top: 0;
  text-align: center;
  height: 18px;
  line-height: 15px;
}

.owl-dots button {
  background: rgba(0, 209, 21, 0.27) !important;
  height: 6px;
  width: 6px;
  display: inline-block;
  margin-right: 4px;
  transition: 0.5s;
  border-radius: 10rem;
}

.owl-dots button.owl-dot.active {
  background: var(--primary-color) !important;
  width: 30px !important;
}

.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin: -10px 8px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--primary-color) !important;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fae3e5 !important;
}

.ui-autocomplete {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  list-style-type: none;
  padding: 0;
  border-top: transparent;
}

.ui-widget {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
}

.ui-autocomplete-category {
  padding: 0 10px !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #dadada !important;
  border-top: transparent !important;
  z-index: 99999;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 3px 10px !important;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid transparent !important;
  background: #f5f5f5 !important;
  color: #333 !important;
}

.portfolio-img-box img {
  max-height: 100%;
  width: auto !important;
}

.category-img-box {
  position: relative;
  display: flex;
  justify-content: center;
  height: 15rem;
  border: 2px solid var(--primary-color);
  padding: 15px;
  margin: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.category-details {
  position: absolute;
  bottom: 0%;
  padding: 25px 15px;
  width: 100%;
  text-align: center;
  background: var(--primary-color);
  color: #fff !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.5s;
}

.category-details * {
  color: #fff;
}

.portfolio-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
  border: 2px solid var(--primary-color);
  padding: 15px;
  margin: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-details * {
  color: #fff;
}

.portfolio-details {
  position: absolute;
  bottom: -100%;
  padding: 25px 15px;
  width: 100%;
  text-align: center;
  background: var(--primary-color);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.5s;
}

.portfolio-img-box:hover .portfolio-details {
  bottom: 0 !important;
}

.greyscale-color {
  filter: grayscale(10);
}

.industries-section-container {
  position: relative;
  width: auto !important;
  height: 279px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.industries-section-container::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.industries-section-container .industries-section-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 279px;
  z-index: 1000;
}
.industries-section-container .industries-section-content h3 {
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.04px;
  transition: 0.9s;
}
.industries-section-container .industries-section-content p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.72px;
  transition: 0.9s;
}
.industries-section-container .industries-section-content p:hover {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.96px;
}

.search-bar-position {
  position: relative;
}
.search-bar-position .search-icon {
  position: relative;
  right: 45px;
}

.search-bar-middle-position {
  position: relative;
  width: 700px;
}
.search-bar-middle-position .form-control {
  padding: 0 15px;
  height: 35px;
}
.search-bar-middle-position .search-icon {
  position: relative;
  right: 45px;
}

.manufacturing-container {
  position: relative;
  width: auto;
  height: 370px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.manufacturing-container::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
}
.manufacturing-container .manufacturing-facility-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.474);
  height: 370px;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.manufacturing-container .manufacturing-facility-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px;
  letter-spacing: 0.72px;
  transition: 0.9s;
}
.manufacturing-container .manufacturing-facility-content p:hover {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500 !important;
  letter-spacing: 0.96px;
}

.certificates-sec .certificates-sec-img {
  border: 1px solid var(--primary-color) !important;
  border-radius: 15px !important;
  height: 150px !important;
}

.event-sec-container {
  position: relative;
  width: auto;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  /* Hide content that overflows the container */
}
.event-sec-container .event-sec-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  color: #fff !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.474);
  height: 300px;
  top: 100%;
  left: 0;
  z-index: 1000;
  transition: top 0.7s;
}
.event-sec-container .event-sec-content::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
}
.event-sec-container .event-sec-content .left-sec-img {
  width: 128px;
  height: 128px;
}
.event-sec-container .event-sec-content .right-sec-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
}
.event-sec-container .event-sec-content .right-sec-content img {
  filter: invert(1);
}
.event-sec-container .event-sec-content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}
.event-sec-container:hover .event-sec-content {
  top: 52%;
}

.form-control-search {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 21px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.features-of-synchronous-motors .card {
  border: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  text-align: center;
  transition: 0.4s ease;
}

.features-of-synchronous-motors .card * {
  transition: 0.4s ease;
}

.features-of-synchronous-motors .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  /*width: 80px;*/
  margin: 1rem auto;
}

.features-of-synchronous-motors .icon-box img {
  max-height: 100%;
  width: auto;
}

.features-of-synchronous-motors .heading {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 16px;
}

.features-of-synchronous-motors .heading:before {
  content: "";
  border-left: 2px solid var(--primary-color);
  padding-right: 5px;
  transition: 0.4s;
}

.features-of-synchronous-motors .card:hover {
  background-color: var(--primary-color);
}

.features-of-synchronous-motors .card:hover * {
  color: #fff;
}

.features-of-synchronous-motors .card:hover img {
  /*background-color: #fff;*/
  /*padding: 10px;*/
  /*border-radius: 6px;*/
  filter: invert(1);
}

.features-of-synchronous-motors .card:hover .heading:before {
  border-color: #fff !important;
}

.why-choose-mechtex .card {
  background-color: var(--primary-color);
  border-radius: 0;
  border: 0;
  position: relative;
}

.why-choose-mechtex .card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 55px;
  width: 4px;
  border-radius: 10rem;
  background-color: #fff;
}

.why-choose-mechtex .card.last-card::after {
  display: none !important;
}

.first-card {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.last-card {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.why-choose-mechtex .card .heading {
  font-size: 28px;
  font-weight: 500;
}

.why-choose-mechtex .card * {
  color: #fff;
}

.ind-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14rem;
}

.ind-img-box img {
  max-height: 100%;
  width: 100%;
}

.product-container {
  border: 1px solid var(--primary-color);
  border-radius: 15px;
}
.product-container .product-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid var(--primary-color);
}
.product-container .product-img img {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}
.product-container .product-container-content {
  line-height: 5px !important;
}
.product-container .product-container-content:hover {
  background-color: var(--primary-color);
  color: white;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.img-overlay-container {
  width: 950px;
  position: relative;
}
.img-overlay-container .img-overlay-container-content {
  position: relative;
  width: 0px;
  height: 300px;
  top: 0%;
  left: 0;
  z-index: 1000;
  transition: top 0.7s;
}
.img-overlay-container .img-overlay-container-content::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-video-fluid {
  width: 500px !important;
  height: auto !important;
}

.latest-posts {
  display: block !important;
}

th {
  border: 1px solid var(--primary-color) 47 !important;
  text-align: left;
  color: #3a3a3a !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: unset !important;
  vertical-align: middle;
}

.welcome-section {
  height: 24.5rem;
  background-size: cover;
  background: no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-section h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9294117647);
}

.center-line::after,
.center-line::before {
  content: "";
  position: absolute;
  display: block;
}

.center-line::before {
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.center-line {
  position: relative;
  text-align: center;
  padding-bottom: 8px;
}

.center-line::after {
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  bottom: 0;
  left: calc(50% - 20px);
}

.about-section ul li {
  line-height: 1.6;
  color: #656565;
}

.img-thumbnail {
  padding: 0.12rem !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.about-section ul li::before {
  content: "•";
  color: var(--primary-color);
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
}

.read-more-text {
  height: 60px;
  overflow: hidden;
}

.read-more {
  color: #00f;
  cursor: pointer;
}

:root {
  --swiper-navigation-size: 25px !important ;
}

.table-reset table *,
.table-reset table.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.carousel-control-next,
.carousel-control-prev {
  background-color: transparent !important;
}

.success-checkmark {
  width: 80px;
  height: 90px;
  margin: 3rem auto 1rem;
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid rgb(76, 175, 80);
}

.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::after,
.success-checkmark .check-icon::before {
  content: "";
  height: 100px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: rgb(76, 175, 80);
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff;
}

.thank-you-text {
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  color: #3f9742;
}

.thank-you-sub-text {
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  color: #444;
}

.thank-you-section {
  min-height: calc(100vh - 477px);
}

.swiper {
  position: unset !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -25px);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -25px);
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: none;
}

.application-bg-color {
  color: var(--primary-color);
}

.application-card-img {
  width: auto;
  height: auto;
  overflow: hidden;
}
.application-card-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.welcome-ul {
  text-align: start;
}

.animate-border {
  display: block;
  width: 115px;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.animate-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #D4D4D4;
  animation: borderAnimation 2s linear infinite;
}

@keyframes borderAnimation {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.border_mission {
  padding-top: 2rem;
}

.mission-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.welcome-ul {
  text-align: start;
}

.animate-border {
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.relatedblog-img-container {
  width: 100% !important;
  height: 300px !important;
  overflow: hidden;
}
.animate-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #D4D4D4;
  animation: borderAnimation 2s linear infinite;
}

.upcoming-exhibition-img {
  width: auto;
  height: 18rem;
  border: 3px solid var(--primary-color) !important;
}
.upcoming-exhibition-img img {
  width: 100%;
  height: 100%;
}

@keyframes borderAnimation {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
}
@media (max-width: 1190px) {
  .about-intro .video-container,
  .home-sec-1 .video-container {
    height: 30rem !important;
  }
  .about-intro .video-container video,
  .home-sec-1 .video-container video {
    top: 0;
    height: 600px !important;
  }
  .portfolio-img-box {
    height: 17rem;
  }
  .manufacturing-container {
    height: 250px;
  }
  .manufacturing-container .manufacturing-facility-content {
    justify-content: center;
    align-items: flex-end;
    height: 250px;
  }
  .manufacturing-container .manufacturing-facility-content p {
    font-size: 11px;
    line-height: 14px;
  }
  .manufacturing-container .manufacturing-facility-content p:hover {
    font-size: 13px;
    line-height: 15px;
  }
  .product-container .product-img {
    height: 200px;
  }
  #player,
  .home-sec-1 .video-container {
    height: 27rem !important;
  }
  .home-sec-1 .video-container video {
    top: 0 !important;
  }
  .about-intro .video-container {
    height: 27rem;
  }
  .about-intro .video-container video {
    top: 0;
  }
  .industries-section-container {
    position: relative;
    width: auto !important;
    height: 279px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .industries-section-container .industries-section-content h3 {
    font-size: 25px;
  }
  .dropdown-heading {
    font-size: 12px !important;
  }
  .navbar-contact .nav-link a,
  .sub-heading,
  .text {
    font-size: 12px;
  }
  .navbar-menus .nav-link {
    font-size: 12px;
    padding: 10px 5px !important;
  }
  .dataTables_wrapper .row:first-child .col-sm-12:nth-child(2) {
    top: 14.5rem;
  }
  .data-table-search {
    top: 77px;
    right: 10.5em;
  }
  #link-tag.active {
    top: 139px;
  }
  .home-sec-1 .hero-text {
    width: 60%;
  }
  .th-width:nth-child(1) {
    width: 14rem;
  }
  .th-width:nth-child(2) {
    width: 21rem;
  }
  .th-width:nth-child(3) {
    width: 15rem;
  }
  .model_standard_data {
    width: 20rem;
  }
  .th-tech-data {
    width: 30rem;
  }
  .tech-table {
    width: 29rem;
  }
}
@media (max-width: 998px) {
  .upcoming-exhibition-img {
    height: 12rem;
  }
  .floating-action-btn {
    right: -40px !important;
  }
  a.scroll-to-top {
    right: 1rem;
  }
  .about-intro .video-container video,
  .home-sec-1 .video-container video {
    height: 100% !important;
  }
  .portfolio-img-box {
    height: 13rem;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px) !important;
  }
  .search-icon-mobile {
    display: inline-flex;
  }
  .show-sm {
    display: none;
  }
  .hide-md {
    display: flex !important;
  }
  .angle-sub-menu {
    border-left: 1px solid #f5f5f5;
    height: 100%;
    width: 40px !important;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom_dropup {
    position: static !important;
  }
  .dataTables_wrapper .row:first-child .col-sm-12:nth-child(2) {
    top: 13rem;
  }
  #link-tag.active {
    top: 120px !important;
  }
  .product-sec-1 .product-main-img {
    width: 100px !important;
    height: 100px !important;
  }
  .opening-sec-1 .title-lg {
    font-size: 24px;
  }
  .opening-sec-1 .sub-title {
    font-size: 14px;
  }
  .opening-sec-2 .row [class*=col] {
    border: 0 !important;
  }
  .product-sec-1 .product-scroll-show.active {
    top: 71px !important;
  }
  .data-table-search {
    top: 66px !important;
    right: 155px !important;
  }
  .navbar-container {
    height: 71px !important;
  }
  .navbar-container .navbar {
    display: none;
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }
  .navbar-container .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-container .w-100 {
    width: 10% !important;
  }
  .logo {
    height: 70px !important;
  }
  .navbars {
    display: flex;
    align-items: center;
  }
  .navbar-toggle-btn {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 !important;
    height: 25px;
    width: 25px;
    background-color: transparent;
    position: relative;
    display: block !important;
  }
  .navbar-toggle-btn span {
    transition: all 0.5s;
    height: 2px;
    width: 100%;
    background: #666;
    display: block;
    transform-origin: center;
  }
  .navbar-toggle-btn span:nth-child(2) {
    margin: 0.32em 0;
  }
  .navbar-toggle-btn.active span {
    position: absolute;
  }
  .navbar-toggle-btn.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .navbar-toggle-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggle-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-mobile ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .navbar-mobile ul .nav-item .nav-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 8px 13px;
    color: #666;
    background: rgba(255, 255, 255, 0.0392156863);
    border-bottom: 1px solid #f5f5f5 !important;
    font-size: 14px;
    width: 100%;
  }
  .navbar-mobile ul .nav-item ul .nav-item .nav-link {
    padding-left: 16px;
  }
  .navbar-mobile.active {
    left: 0 !important;
  }
  .category-sec-2 .table-responsive {
    width: 90vw;
  }
  .industries-section-container {
    width: auto !important;
    height: 179px !important;
  }
  .industries-section-container .industries-section-content {
    height: 179px !important;
  }
  .industries-section-container .industries-section-content h3 {
    text-align: center;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.04px;
    transition: 0.9s;
  }
  .industries-section-container .industries-section-content p {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px !important;
    letter-spacing: 0.72px !important;
    transition: 0.9s;
  }
  .industries-section-container .industries-section-content p:hover {
    font-size: 15px !important;
    line-height: 18px !important;
    letter-spacing: 0.96px !important;
  }
  .manufacturing-container {
    height: 280px;
  }
  .manufacturing-container .manufacturing-facility-content {
    height: 280px;
  }
  .manufacturing-container .manufacturing-facility-content p {
    font-size: 14px;
    line-height: 12px;
  }
  .manufacturing-container .manufacturing-facility-content p:hover {
    font-size: 15px;
    line-height: 13px;
  }
  .certificates-sec .certificates-sec-img {
    height: 100px !important;
  }
  .event-sec-container {
    position: relative;
    height: 200px;
  }
  .event-sec-container .event-sec-content {
    justify-content: flex-start;
    height: 200px;
    top: 100%;
    left: 0;
    z-index: 1000;
    transition: top 0.7s;
  }
  .event-sec-container .event-sec-content::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .event-sec-container .event-sec-content .left-sec-img {
    width: 90px;
    height: 80px;
  }
  .event-sec-container .event-sec-content .right-sec-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px !important;
  }
  .event-sec-container .event-sec-content h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
  }
  .event-sec-container .event-sec-content p {
    font-size: 9px;
    margin-bottom: 0 !important;
  }
  .event-sec-container:hover .event-sec-content {
    top: 52%;
  }
  .product-container .product-img {
    height: 160px;
  }
  .product-container .product-container-content h6 {
    font-size: 13px;
  }
  .thank-you-text {
    font-size: 36px;
  }
  .thank-you-sub-text {
    font-size: 20px;
  }
  .footer-btn {
    height: 50px !important;
    font-size: 15px !important;
  }
  .certificate-img {
    height: 50px !important;
  }
}
@media (max-width: 768px) {
  .border_mission {
    padding-top: 0 !important;
    text-align: center;
  }
}
@media (max-width: 573px) {
  .upcoming-exhibition-img {
    width: auto;
    height: 12rem;
  }
  .application-card-img {
    width: auto;
    height: auto;
  }
  .category-img-box {
    height: 17rem;
  }
  .home-sec-1 .video-container {
    height: 27.8vh !important;
  }
  .home-sec-1 .video-container video {
    top: 0 !important;
  }
  #player {
    height: 14.95rem !important;
  }
  .about-intro .video-container {
    height: 14.95rem !important;
  }
  .about-intro .video-container video {
    top: 0 !important;
  }
  .industries-section-container {
    width: auto !important;
    height: 200px;
  }
  .industries-section-container .industries-section-content {
    height: 179px;
  }
  .industries-section-container .industries-section-content h3 {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.04px;
    transition: 0.9s;
  }
  .industries-section-container .industries-section-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.72px;
    transition: 0.9s;
  }
  .industries-section-container .industries-section-content p:hover {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.96px;
  }
  .manufacturing-container {
    height: 280px;
  }
  .manufacturing-container .manufacturing-facility-content {
    justify-content: center;
    align-items: flex-end;
    height: 280px;
  }
  .manufacturing-container .manufacturing-facility-content p {
    font-size: 13px;
    line-height: 13px;
  }
  .manufacturing-container .manufacturing-facility-content p:hover {
    font-size: 14px;
    line-height: 14px;
  }
  .certificates-sec .certificates-sec-img {
    height: 70px !important;
  }
  .event-sec-container {
    position: relative;
    height: 200px;
  }
  .event-sec-container .event-sec-content {
    justify-content: flex-start;
    height: 200px;
    top: 100%;
    left: 0;
    z-index: 1000;
    transition: top 0.7s;
  }
  .event-sec-container .event-sec-content .col-4 {
    max-width: 29.333333% !important;
  }
  .event-sec-container .event-sec-content .left-sec-img {
    width: 90px;
    height: 80px;
  }
  .event-sec-container .event-sec-content .right-sec-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30px !important;
  }
  .event-sec-container .event-sec-content h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .event-sec-container .event-sec-content p {
    margin: 0;
    font-size: 12px;
  }
  .event-sec-container:hover .event-sec-content {
    top: 52%;
  }
  .product-container .product-img {
    height: 250px;
  }
  .product-container .product-container-content h6 {
    font-size: 20px;
  }
  .border-left-none-mobile {
    border-left: 0 !important;
  }
  .category-carousel .carousel-caption h5 {
    font-size: 23px;
    text-align: center;
    width: 100%;
  }
  .portfolio-img-box {
    height: 15rem;
  }
  .navbar-container .w-100 {
    width: 15% !important;
  }
  .navbar-toggle-btn {
    display: block !important;
  }
  .product-detail-img-box {
    height: 15rem !important;
  }
  .blog-sec-1 {
    height: 15rem;
  }
  .contact-sec-1 .contact-bg {
    height: 12rem;
  }
  .home-sec-1 .hero-img-container {
    background-position: right !important;
  }
  .home-sec-1 .title,
  .sub-heading {
    color: #2b2727;
  }
  .data-table-search {
    top: 56px !important;
    right: 0.5em !important;
  }
  li.list-group-item {
    justify-content: center;
    display: inline-block;
  }
  .blog-img-box {
    justify-content: center !important;
  }
  .card-group {
    width: 287px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .card-group > .card {
    margin-bottom: 0;
    width: 143px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 0;
    border-left: 0;
  }
  .dataTables_wrapper .row:first-child .col-sm-12:nth-child(2) {
    top: 200px;
  }
  .product-sec-1 .product-main-img {
    width: 90px !important;
    height: 90px !important;
  }
  .product-details h2 {
    font-size: 16px;
  }
  .product-details .title {
    font-size: 18px;
    font-weight: 700;
  }
  .home-sec-1 .hero-text {
    width: 100%;
    padding: 1rem !important;
    text-align: center;
    border-radius: 0 !important;
  }
  .home-sec-1 .hero-img-container {
    height: 45vh !important;
  }
  .contact-bg .sub-title-lg {
    font-size: 16px;
    width: 80%;
  }
  .title-lg {
    font-size: 25px;
  }
  .sub-title-lg {
    font-size: 16px;
  }
  .custom_dropup {
    position: static !important;
  }
  .custom-dropup-menu {
    padding: 10px 13px !important;
  }
  .testimonial-carousel .owl-item {
    height: 260px !important;
  }
  .testimonial-logo {
    max-height: 5rem !important;
  }
  .testimonial-carousel .media {
    flex-direction: column;
  }
  .testimonial-carousel .media .media-body {
    border: 0 !important;
  }
  .testimonial-carousel .heading-sm {
    max-height: 7rem;
    overflow: auto;
  }
  .nav-tabs {
    flex-wrap: wrap !important;
  }
  .nav-tabs .nav-link {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
  }
}
.about-intro .video-container,
.home-sec-1 .video-container {
  background-color: #161826;
  height: 35rem;
  overflow: hidden;
}

.about-intro .video-container video,
.home-sec-1 .video-container video {
  width: 100%;
  margin: 0;
  position: relative;
  object-fit: cover !important;
  top: 0 !important;
}

.about-intro .video-container {
  position: relative;
}

#player {
  height: 35rem !important;
}

@media (max-width: 375px) {
  .home-sec-1 .video-container {
    height: 12.7rem !important;
  }
  .home-sec-1 .video-container video {
    top: 0 !important;
  }
  #player {
    height: 13.25rem !important;
  }
  .about-intro .video-container {
    height: 13.15rem;
  }
  .about-intro .video-container video {
    top: 0;
  }
}
@media (max-width: 325px) {
  .home-sec-1 .video-container {
    height: 20.8vh !important;
  }
  .home-sec-1 .video-container video {
    top: 0 !important;
  }
  #player {
    height: 11.3rem !important;
  }
  .about-intro .video-container {
    height: 11.3rem;
  }
  .about-intro .video-container video {
    top: 0;
  }
  .event-sec-container {
    position: relative;
    height: 200px !important;
  }
  .event-sec-container .event-sec-content {
    justify-content: flex-start;
    height: 200px;
    top: 100%;
    left: 0;
    transition: top 0.7s;
  }
  .event-sec-container .event-sec-content::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .event-sec-container .event-sec-content .left-sec-img {
    width: 70px;
    height: 75px;
  }
  .event-sec-container .event-sec-content .right-sec-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px !important;
  }
  .event-sec-container .event-sec-content h3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 0;
  }
  .event-sec-container .event-sec-content p {
    font-size: 10px;
  }
  .event-sec-container:hover .event-sec-content {
    top: 52%;
  }
}
.dropdown-menu {
  margin: 0 !important;
}

label {
  margin-bottom: 2px;
  color: #222;
  font-weight: 500 !important;
}

.collapse .nav-link {
  padding-left: 28px !important;
  white-space: nowrap;
}

.post-title .title {
  color: var(--primary-color);
}

#main a {
  color: #444 !important;
}
#main a:hover {
  text-decoration: underline !important;
  text-decoration-color: var(--primary-color) !important;
}

.left-img-box {
  display: flex;
  align-items: center;
  height: 75px !important;
}
.left-img-box img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  max-height: 100% !important;
}

.post-content .table-striped tbody tr:nth-of-type(odd),
.post-content .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(249, 197, 180, 0) !important;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.progress-wrap {
  color: white;
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #00a65a;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap input {
  z-index: 10001;
}

.progress-wrap input:checked + html {
  -ms-scroll-snap-type: unset;
  scroll-snap-type: unset;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #43a047 !important;
  left: 0;
  top: -2px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  font-weight: 900;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  opacity: 0;
  -webkit-text-fill-color: var(--primary-color);
  left: 0;
  top: -2px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.event-img-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.event-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
}

.categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
}
.categories button {
  font-size: 21px;
  background: 0;
  width: 100%;
  min-width: 257px;
  border-right: 2px solid #333 !important;
}
.categories .owl-stage .owl-item:last-child button {
  border: 0 !important;
  text-align: right !important;
}
.categories .owl-stage .owl-item:first-child button {
  text-align: left !important;
}
.categories .v-divider {
  height: 65%;
  border-left: 2px solid #666;
  display: block;
  background: #666;
  position: relative;
}

.heading-lg {
  font-size: 21px;
  font-weight: 600;
}

.activities-owl-carousel .bottom p {
  font-size: 16px;
  font-weight: 500;
}

.activities-type {
  margin-top: 10px;
  margin-bottom: 10px;
}
.activities-type button:not(.owl-prev):not(.owl-next) {
  font-size: 16px;
  border: 1px solid var(--primary-color) !important;
  padding: 5px 20px;
  cursor: pointer;
  background: 0;
  font-weight: 500;
  width: 100%;
}
.activities-type button:not(.owl-prev):not(.owl-next).active {
  background-color: var(--primary-color) !important;
  color: #fff;
}

.activities-owl-carousel .owl-prev {
  left: -40px !important;
}

.activities-owl-carousel .owl-next {
  right: -40px !important;
}

.owl-btn-out .owl-prev {
  left: -40px !important;
}
.owl-btn-out .owl-prev.disabled {
  display: none;
}
.owl-btn-out .owl-prev * {
  font-size: 20px;
  color: #333;
}
.owl-btn-out .owl-next {
  right: -112px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-btn-out .owl-next span {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  margin-right: 10px;
}
.owl-btn-out .owl-next.disabled {
  display: none;
}
.owl-btn-out .owl-next * {
  font-size: 20px;
  color: #333;
}

.activities-section {
  background-color: rgba(221, 221, 221, 0.1882352941);
  padding: 0.75rem 0 3rem 0;
}

.title-and-search-section {
  padding: 15px 0;
  background-color: #ddd;
}

.title-and-search-section .title-lg {
  font-size: 36px;
  color: #555;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.floating-input-group input {
  border-radius: 10rem;
}

.floating-input-group {
  position: relative;
}

.floating-input-group button {
  background: 0 !important;
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  color: #333 !important;
}

.owl-next.disabled, .owl-prev.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.application-section .bottom p {
  font-size: 16px;
}

.owl-nav.disabled {
  display: none;
}

@media (max-width: 768px) {
  .title {
    font-size: 18px !important;
  }
  .features-of-synchronous-motors .heading {
    font-size: 18px !important;
  }
  .why-choose-mechtex .card::after {
    display: none;
  }
  .why-choose-mechtex .card {
    border-radius: 10px !important;
  }
  .categories button {
    min-width: 100px;
  }
  .owl-btn-out .owl-prev {
    display: none !important;
  }
  .owl-btn-out .owl-next {
    right: -15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9 !important;
    height: 36px;
  }
  .title-and-search-section .title-lg {
    font-size: 21px !important;
  }
  .activities-type button:not(.owl-prev):not(.owl-next) {
    font-size: 14px !important;
  }
  .activities-owl-carousel .owl-next {
    right: -35px !important;
  }
  .activities-owl-carousel .owl-prev {
    left: -35px !important;
  }
}
.director-section .card {
  border: 0;
  background-color: rgba(246, 246, 246, 0.4392156863);
  margin-bottom: 1rem;
  box-shadow: 0 0.125rem 0.085rem rgba(0, 0, 0, 0.075) !important;
}

.director-section h6 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #3b3b3b;
}

.director-section p {
  font-size: 15px;
  color: #3b3b3b;
}

.director-section .fa-quote-left {
  font-size: 34px;
  color: #3b3b3b;
}

.director-section .card .fa-quote-left {
  transition: 0.3s;
}

.director-section .card:hover .fa-quote-left {
  color: var(--primary-color);
}

.carousel-indicators {
  background: #ffffff;
  padding: 3px;
  border-radius: 10rem;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  margin: 0 auto 0.5rem !important;
}

.carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 10rem;
  border: 0;
  transition: 0.5s;
  background-color: rgba(235, 26, 51, 0.78);
}
.carousel-indicators li.active {
  width: 30px !important;
  background-color: var(--primary-color) !important;
}

.active-section {
  color: var(--primary-color);
}

.cookie-options {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
}

.vertical-divider {
  background: #cbcbcb;
  width: 1px;
  display: block;
}

.close-cookies-popup-btn {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 18px;
  cursor: pointer;
}

.cookies-warning-popup {
  padding: 15px;
}

.cookies-title {
  color: #666;
  font-size: 16px;
}

.cookies-title p {
  margin: 0;
}

/*# sourceMappingURL=custom.css.map */
