@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: rgba(238, 237, 237, 0.949);
}

.red {
  color: #f00;
}

.bg-red {
  background: #f00;
}

header {
  position: sticky;
  top: 0;
  z-index: 999999;
}


.modal-dialog button {
  color: black;
  background: #fff !important;
  opacity: 1;
  border-radius: 50%;
  padding: 5px 8px 10px 8px;
  font-weight: 600;
}

@media (min-width:992px) {
  .modal-dialog {
    max-width: 50%;
    margin-top: 100px;
  }
}

.nav-item .active {
  color: #f00 !important;
  font-weight: 600;
}

.dropdown .nav-link::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  margin-left: 7px;
  transform: rotate(90deg);
}

.comp-desc-home a {
  text-decoration: underline !important;
  color: #000 !important;
}

.hero {
  background-image: url(../images/indushero.png);
}

.indsuhero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px;
  padding-bottom: 50px;
  color: #fff;
}

.indsuhero h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.indsuhero p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.indsuhero p a {
  text-decoration: none;
  color: #fff;
}

.contact-us a {
  text-decoration: none;
}

.contact-us a img {
  height: 15px;
  width: 15px;
}

.tob-banner .item {
  height: 500px;
}

.tob-banner .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  object-fit: cover;
}

.tob-banner .item .content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 52%;
  padding: 30px;
  color: white;
}

.tob-banner .item .content h3 {
  font-size: 36px;
  font-weight: 400;
}

.tob-banner .item .content h2 {
  font-size: 64px;
  font-weight: 600;
}

.tob-banner .item .content h2 span {
  color: #f00;
}

.tob-banner .item .content p {
  font-size: 16px;
  font-weight: 400;
  width: 90%;
  margin-bottom: 30px;
}

.tob-banner .item .content a {
  background: #f00;
  color: white;
  text-decoration: none;
  padding: 11px 30px;
}

.comp-content {
  color: #fff;
  padding: 60px 40px;
  margin-right: -23px;
}

.cardcontainer {
  min-height: 230px;
  height: fit-content;
  padding: 30px 40px;
}

.cardcontainer img {
  position: relative;
  height: 60px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}

.markup {
  color: #00000015;
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: -32px;
}

.products-sec {
  background-image: url(../images/Group\ 234.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px;
  padding-right: 0px;
  height: 400px;
}

.products-sec h2 span {
  color: #f00;
}

.product-slider {
  /*position: absolute;*/
  right: -12px !important;
  bottom: -50px;
}

.product-slider .owl-prev {
  color: gray !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  position: absolute;
  left: -30px;
  top: 150px;
}

.product-slider .owl-next {
  display: none;
}

.indus-sol h2 span {
  color: #f00;
  font-weight: 600 !important;
}

.sol-slider {
  /*position: absolute;*/
  bottom: -220px;
  margin-top: -200px;
}

.bg-sol {
  position: relative;
  z-index: 0;
  min-height: 250px;
}

.bg-sol img{
  height: 100%;
  object-fit: contain;
}

.social-media {
  position: fixed;
  z-index: 9;
  top: 200px;
  right: 0;
  width: 60px !important;
  height: fit-content;
  background: #f00;
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
}

.social-media a {
  border-bottom: 1px solid #fff5;
  padding: 10px 5px;
}

.social-media a:last-child {
  border-bottom: none;
}

footer {
  background-image: url(../images/footerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

footer .linkContainer {
  background: #aa0303dd;
  padding: 40px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

footer .linkContainer ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}

footer .linkContainer li a {
  text-decoration: none;
  color: white;
  margin: 5px 10px;
}

footer .linkContainer li::before {
  content: "●";
}

footer .linkContainer li:first-child::before {
  content: none;
}

footer .creditContainer {
  background-color: #000000b9;
  color: #fff;
  padding: 15px 10px 2px 10px;
}

footer .creditContainer a {
  text-decoration: none;
  color: #fff;
}

/* Product page */
.product-title {
  color: #00000050;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* Tab buttons style */
.tab-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.mv-tab-container {
  display: flex;
  justify-content: center;
}

.tab-button {
  padding: 25px 20px;
  background-color: white;
  cursor: pointer;
}

.mv-tab-button {
  padding: 20px;
  background-color: #ffffff30;
  cursor: pointer;
  font-size: 25px;
}

.tab-button:hover,
.mv-tab-button:hover {
  background-color: #ccc;
}

.tab-button.active,
.mv-tab-button.active {
  background-color: #f00;
  color: #fff;
  font-weight: 600;
}

.product-items {
  background: url(../images/productbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  padding: 20px;
  padding-bottom: 60px;
}

.tab-content-pi,
.mv-tab-content {
  display: none;
  padding: 20px;
}

.tab-content-pi.active,
.mv-tab-content.active {
  display: block;
}

.aboutmv {
  background: url(../images/aboutmvbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  padding-bottom: 10px;
  color: white;
  margin-top: 50px;
}

.about-flex-card {
  width: 370px;
}

.expertiseCard {
  background: url(../images/Group\ 240.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.expertiseCard h3 {
  font-size: 80px;
}

.ec-strength .item {
  margin-top: 50px;
  height: 200px;
  cursor: pointer;
}

.ec-strength .year {
  width: 112px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin: 5px auto;
  border-radius: 50%;
  border: 5px solid #f1f1f1;
  background: #fbfbfb;
}

.ec-strength .item p {
  display: none;
}

.ec-strength .item:hover p {
  display: block;
  margin-top: 20px;
}

.ec-strength .item:hover .year {
  transform: scale(1.25);
  font-size: 30px;
  font-weight: 700;
}

.ec-strength .owl-nav .owl-next,
.ec-strength .owl-nav .owl-prev {
  background: #f00 !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
  font-size: 40px !important;
  color: #fff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: -20px;
  padding-bottom: 20px !important;
}

.ec-strength .owl-nav .owl-next {
  margin-right: -30px;
}

.ec-strength .owl-nav .owl-prev {
  margin-left: -30px;
}

.ec-strength .owl-nav {
  position: relative !important;
  bottom: 170px !important;
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  z-index: -1 !important;
  height: 10px;
  background: #f00;
  margin-top: 20px;
}

.about-quality-slider .owl-dots,
.product-items .owl-dots,
.sol-slider .owl-dots {
  display: flex !important;
  justify-content: center !important;
  position: relative;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.about-quality-slider.owl-carousel button.owl-dot,
.product-items .owl-carousel button.owl-dot,
.sol-slider.owl-carousel button.owl-dot {
  display: inline-block;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #939393;
  margin: auto 5px;
}

.about-quality-slider.owl-carousel button.owl-dot {
  background-color: #fff !important;
}

.product-items .owl-carousel button.owl-dot.active,
.sol-slider.owl-carousel button.owl-dot.active {
  background: #fff;
}

.about-quality-slider.owl-carousel button.owl-dot {
  background: #f00 !important;
}


/* industries */

.solutions-slider .bg-black img,
.sol-slider .bg-black img {
  height: 77px;
  width: 77px !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -37px;
  margin-bottom: -10px;
}


.menuimagecontainer {
  display: flex;
  gap: 10px;
}

.menuimagecontainer .selector {
  width: fit-content;
  min-width: 370px;
  height: 450px !important;
  overflow-y: scroll;
  margin-bottom: 0px;
}

.service-desc {
  height: 350px;
  overflow-y: scroll;
  padding: 0 20px;
}

.service-desc::-webkit-scrollbar,
.menuimagecontainer .selector::-webkit-scrollbar {
  width: 7px;
}

.service-desc::-webkit-scrollbar-track,
.menuimagecontainer .selector::-webkit-scrollbar-track {
  background-image: linear-gradient(to right, transparent 0%, transparent 35%, #ccc 35%, #ccc 65%, transparent 65%, transparent 100%);
}

.service-desc::-webkit-scrollbar-thumb,
.menuimagecontainer .selector::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}

.menuimagecontainer .selector li {
  list-style: none;
  margin-bottom: 25px;
  padding: 5px;
  font-weight: 600;
  margin-left: -30px;
  padding: 15px 25px;
  margin-right: 20px;
  background-color: #F1F1F180;
  font-size: 20px;
}

.menuimagecontainer .image {
  flex: 1;
  display: flex;
  overflow: hidden;
  height: 500px !important;
}

.menuimagecontainer .image div {
  display: none;
  position: relative;
}

.menuimagecontainer .image div.active {
  display: block;
  width: 100%;
  height: 100%;
}

.menuimagecontainer .image div.active img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menuimagecontainer .image div.active a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  text-align: center;
  background: #00000098;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
}

.menuimagecontainer .selector li.active {
  background-color: red;
  color: white;
}

.formintro {
  width: 340px;
  align-items: start;
}

.formintro p {
  font-size: 14px;
}

.form-container {
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}


.about-content {
  max-height: 420px;
  overflow-y: scroll;
}

.about-content::-webkit-scrollbar {
  width: 8px;
  margin: 20px;
}

.about-content::-webkit-scrollbar-track {
  background-image: linear-gradient(to right, transparent 0%, transparent 35%, #ccc 35%, #ccc 65%, transparent 65%, transparent 100%);
}

.about-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}



/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/* Hitesh Css */

a {
  text-decoration: none !important;
}

.w-fit-content {
  width: fit-content;
}

.btn1 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  background: #F00;
  padding: 11px 33px;
  border: 1px solid #F00;
  transition: 0.3s all;
  min-width: 221px;

}

.btn1:hover {
  background: transparent;
  color: #F00;
  transition: 0.3s all;
}

.btn2 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  background: transparent;
  color: #F00;
  padding: 11px 33px;
  border: 1px solid #F00;
  transition: 0.3s all;
  min-width: 221px;
}

.btn2:hover {
  background: #F00;
  color: #fff;
  transition: 0.3s all;
}


.btn3 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  background: transparent;
  color: #000;
  padding: 11px 33px;
  border: 1px solid #000;
  transition: 0.3s all;
  min-width: 221px;
}

.btn3:hover {
  background: #000;
  color: #fff;
  transition: 0.3s all;
}

.incdusry {
  padding: 60px 0 80px 0;
  background: #F1F1F1;
}

/* .incdusry-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
} */

.incdusry-cards .icards .bgcard {
  background: #fff;
  padding: 16px;
  transition: .3s linear;
  width: 100%;
  height: 100%;
}

.incdusry-cards .icards .bgcard:hover {
  box-shadow: 0 0 40px 0 #00000038;
  transition: .3s linear;
}

.incdusry-cards .icards .icard-title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 175% */
  text-transform: capitalize;
  margin-top: 29px;
  padding: 0 20px;
}

.incdusry .filter {
  background: #fff;
  padding: 46px 28px 46px 28px;
}

.incdusry .filter .cate-list {
  list-style: none;
}

.incdusry .filter .cate-list li a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 285.714% */
  padding-left: 32px;
  display: block;
}

.incdusry .filter .cate-list li.active {
  background: rgb(217 217 217 / 50%);
}

.filter hr {
  opacity: 0.2;
}

/* Header */


/* header nav .navbar-nav .dropdown {
  position: relative;
  display: inline-block;
} */

header ul li.nav-item a.nav-link {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  text-transform: capitalize;
  padding: 8px 15px !important;
}

header ul li.nav-item:hover a.nav-link {
  color: #f00 !important;
}

header nav .navbar-nav .dropdown-content hr {
  border-color: #000;
  border-width: 3px;
  opacity: 0.1;
}

header nav .navbar-nav .dropdown-content {
  display: none;
  position: absolute;
  left: -9%;
  /* top: 2em; */
  min-width: 160px;
  z-index: 999;
  width: 132%;
  padding: 30px 55px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}

nav.menutabs .nav .nav-link {
  background: rgb(205 205 205 / 30%);
  color: #000 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 38px;
  border-radius: 0;
}

nav.menutabs .nav .nav-link.active {
  background: #f00;
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 38px;
  border-radius: 0;
}

.nav-item.dropdown .dropdown-content .tab-content ul {
  list-style: none;
  padding-left: 0;
}

.nav-item.dropdown .dropdown-content .tab-content {
  padding: 0;
}

.nav-item.dropdown .dropdown-content .tab-content ul li {
  margin-top: 12px;
}


.nav-item.dropdown .dropdown-content .tab-content ul li a {
  padding: 0 0 0 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}

header nav .navbar-nav .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

header nav .navbar-nav .dropdown {
  cursor: pointer;
}

header nav .navbar-nav .dropdown:hover .dropdown-content {
  display: block;
}



header nav .navbar-nav .nav-item.dropdown {
  position: static;
}

header nav .navbar-collapse {
  position: relative;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu li {
  position: relative;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 140%;
  left: -17%;
  min-height: 400px;
}

.background {
  padding: 70px 0 120px 0;
  background: #F1F1F1;
}

.nvtb .nav-pills .nav-link,
.nvtb .nav-pills .show>.nav-link {
  padding: 21px;
  width: 33.33%;
  border-radius: 0;
  background: #000;
  color: #fff;
}

.nvtb .nav-pills .nav-link.active,
.nvtb .nav-pills .show>.nav-link {
  background: #F00 !important;
}

.nvtb .tab-content {
  background: #fff;
  padding: 39px 89px 49px 98px;
}

.nvtb .tab-content .tab-pane {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 40px;
}

.w-1278px {
  max-width: 1278px;
  text-align: center;
  margin: auto;
}

/* width */
.nvtb .tab-content .tab-pane::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.nvtb .tab-content .tab-pane::-webkit-scrollbar-track {
  background: linear-gradient(to right, #fff 40%, rgb(0, 0, 0, 0.2) 50%, #fff 60%);
  border-radius: 0px;
}

/* Handle */
.nvtb .tab-content .tab-pane::-webkit-scrollbar-thumb {
  background: #CDCDCD;
}

/* 'Product Page' */

.ENYRON .container {
  background: #fff;
  padding: 0px 0 30px 0;
}

.ENYRON .container img {
  margin-bottom: 40px;
}

.ENYRON .inner-seceny {
  max-width: 1025px;
  margin: auto;
}


.ENYRON .btn-sec {
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 42px;
}

.ENYRON .btn-sec a {
  margin: 0 10px;
}

.thumbnail-overlay {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
}

.play-button::after {
  content: "▶";
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

/* productcta */
.productcta {
  padding: 60px 0;
  background: rgb(220 220 220 / 40%);
}

.productcta p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  margin-bottom: 30px;
}

.productcta .container {
  max-width: 1038px;
}

.app-industry {
  padding: 71px 0 0 0;
  background: #F1F1F1;
}

.productgallery {
  padding: 72px 0;
  background: #F1F1F1;
}

.productgallery .modal-dialog {
  overflow: hidden;
}

.productgallery .modal-dialog {
  overflow: hidden;
}

.productgallery .btn-close {
  right: 24px !important;
  top: 24px;
}


.prod-models {
  padding: 60px 0 101px 0;
}

.prod-models .container {
  padding: 0 20px;
}

.prod-models .models-slider {
  margin-top: 48px;
}

.prod-models .models-slider .owl-stage {
  margin-left: 7.5px;
}


.prod-models .models-slider .item {
  padding: 16px 21px 27px 21px;
  background: #fff;
  margin: 0 6px;

}

.prod-models .models-slider .item p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  text-transform: capitalize;
  margin-top: 29px;
}

.prod-models .models-slider .owl-nav {
  position: relative;
  top: -15em;
}

.prod-models .models-slider .owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
}

.prod-models .models-slider .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
}

.prod-models .models-slider .owl-nav button.owl-prev:before {
  content: '';
  position: absolute;
  background: url('../images/left-chevron-orange.png') center no-repeat;
  background-size: cover;
  width: 17px;
  height: 26px;
}

.prod-models .models-slider .owl-nav button.owl-next:before {
  content: '';
  position: absolute;
  background: url('../images/left-chevron-orange.png') center no-repeat;
  background-size: cover;
  width: 17px;
  height: 26px;
  transform: rotate(180deg);
}

.prod-models .models-slider .owl-nav button span {
  font-size: 0;
}

.producttable {
  padding: 50px 0 50px 0;
  background: #F1F1F1;
}

.producttable h4 {
  color: #595959;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}

.producttable table {
  box-shadow: 0px 0 40px 0 rgb(0 0 0 / 5%);
  margin-top: 50px;
}


.producttable table,
.producttable table tbody {
  width: 100%;
}

.producttable tr th {
  background: #000;
  padding: 20px;
  /* width:50%; */
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 93.75% */
  text-transform: uppercase;
  text-align: center;
  width: 30%;
}

.producttable tr th:last-child {
  background: #F00;
  text-align: left;
  padding-left: 59px;
  width: 70%;
}

.producttable table tbody tr {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  background-color: #fff;
}

.producttable table tbody tr:last-child {
  border: 0;
}

.producttable table tbody tr td {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  text-transform: uppercase;
  padding: 15px 10px;
  padding-left: 59px;
}

.producttable table tbody tr td:first-child {

  text-align: center;
}

/* clients */
.client {
  position: relative;
  margin-bottom: 10px;
  /* padding: 20px; */
  background: #fff;
}

.client .hover-dark {
  display: none;
}

.client img {
  aspect-ratio: 5/3;
  object-fit: contain;
}

.client:hover .hover-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000dc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
  text-align: center;
}

/* service network */

.service-box-red {
  background-color: #f00;
  margin: 0px;
  padding: 40px 30px;
}

.service-mail-box {
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
  width: 75%;
  margin: 10px auto 0px;
  color: #fff;
}

.service-mail-box a {
  color: #fff;
  text-decoration: underline !important;
}

/*Contact Form 7 Styling*/

form {
  padding: 30px 50px;
  background: #fff9;
}

form label {
  display: block;
  color: black;
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0px;
  border: 2px solid #cecece;
  background-color: transparent;
  color: #333;
}

textarea {
  resize: vertical;
}

form button[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #f00;
  color: white;
  border: none;
  cursor: pointer;
}

form::placeholder {
  color: #ccc;
}

.wpcf7-form p {
  display: grid;
  gap: 15px;
  margin-bottom: 10px;
  grid-template-columns: 1fr;
}

.career .wpcf7-form p:nth-child(10),
.career .wpcf7-form p:nth-child(13),
.career .wpcf7-form p:nth-child(14),
.career .wpcf7-form p:nth-child(17),
.career .wpcf7-form p:nth-child(18),
.wpcf7-form p:nth-child(3),
.wpcf7-form p:nth-child(4) {
  grid-template-columns: 1fr 1fr;
}


.wpcf7-form h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wpcf7-form hr {
  border: 1px solid #0005;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-form .wpcf7-submit {
  width: fit-content;
  padding: 15px 60px;
  background: #f00;
  color: #fff;
  border: none;
  font-weight: 500;
}

.wpcf7-form .wpcf7-submit:hover {
  background: #cecece;
  color: #f00;
}

.wpcf7-list-item {
  margin-left: 0px;
}

.wpcf7-list-item label {
  display: grid;
  grid-template-columns: 1fr 10fr;
}

.wpcf7-list-item label input {
  height: 35px;
  width: 35px;
  margin-top: 5px;
}

.wpcf7-form label span {
  color: #f00;
}

.contact-us .wpcf7-form p:nth-child(2),
.contact-us .wpcf7-form p:nth-child(3),
.contact-us .wpcf7-form p:nth-child(4) {
  grid-template-columns: 1fr;
}

.contact-us form {
  padding: 0px !important;
}

.wpcf7-form p textarea {
  height: 130px !important;
}

.wpcf7-list-item-label {
  font-weight: 400;
  font-size: 15px;
  color: #000 !important;
}

.map-popup {
  aspect-ratio: 4/2;
  z-index: 999;
  top: 120px;
  left: 12.5%;
  width: 75%;
}

/* responsive */


@media (max-width:476px) {

  .wpcf7-form p {
    grid-template-columns: 1fr !important;
  }

  .map-popup {
    aspect-ratio: 1;
    left: 0%;
    width: 100%;
  }

  form{
    padding:20px;
  }

  .mv-tab-container {
    flex-direction: column;
    gap: 10px;
  }
  .w-50{
    width: 100% !important;
  }
  
.nvtb .nav-pills .nav-link{
    width:100%;
}
.nvtb .tab-content{
    padding:20px;
}
.background{
    padding: 40px 0px;
}
.owl-nav{
    display:none !important;
}

.products-sec{
    height:unset;
    padding:20px !important;
}
.product-slider{
    position:relative;
    margin-bottom:-80px;
    margin-right:-20px;
}

.tob-banner .item {
  height: 500px;
}

.tob-banner .item img {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  object-fit: cover;
  object-position:left;
}

.tob-banner .item .content {
  right: 0 !important;
  top: unset !important;
  transform: none !important;
  bottom:5% !important;
  left: 0% !important;
  padding: 30px;
  color: white;
  background:#0005;
}

.tob-banner .item .content h3 {
  font-size: 20px;
  font-weight: 400;
}

.tob-banner .item .content h2 {
  font-size: 26px;
}

.tob-banner .item .content p {
  font-size: 16px;
  width: 90%;
  margin-bottom: 30px;
}

.tob-banner .item .content a {
  background: #f00;
  color: white;
  text-decoration: none;
  padding: 11px 30px;
}
}

@media (max-width:992px){
    header nav .navbar-nav .dropdown-content{
    position:relative;
    width:100%;
    left:0%;
}
    .products-sec{
    height:unset;
    padding:20px !important;
}
.product-slider{
    position:relative;
    margin-bottom:-80px;
    left:unset;
    right:unset !important;
}
.owl-nav{
    display:none !important;
}

.tob-banner .item {
  height: 500px;
}

.tob-banner .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  object-fit: cover;
}

.tob-banner .item .content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 52%;
  padding: 30px;
  color: white;
}

.tob-banner .item .content h3 {
  font-size: 20px;
  font-weight: 400;
}

.tob-banner .item .content h2 {
  font-size: 26px;
}

.tob-banner .item .content p {
  font-size: 16px;
  width: 90%;
  margin-bottom: 30px;
}

.tob-banner .item .content a {
  background: #f00;
  color: white;
  text-decoration: none;
  padding: 11px 30px;
}
}
