body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DINPro-Light", sans-serif;
}
/* ################################## */

#showcase-sm {
  display: none;
}

.layer1 {
  position: absolute;
  left: -400px;
  bottom: -20px;
  width: 100%;
}

.layer1 img {
  width: 30%;
}

.map-sec{
  display: flex;
  gap: 30px;
}

iframe{
  width: 100%;
}
.layer2 {
  position: absolute;
  right: -700px;
  top: 100px;
}

div#on-pt {
  justify-content: center;
  row-gap: 20px;
}
/* .layer3 {
  position: absolute;
  right: -700px;
  top: 150px;
} */

.layer3 .banner-title {
  position: absolute;
  right: -65px;
  bottom: 120px;
  font-size: 3rem;
  color: #000;
}

.layer3 .banner-link {
  position: absolute;
  right: -65px;
  bottom: 80px;
  font-size: 1rem;
  color: #000;
}

.address-wraper{
  display: grid;
}

.layer4 {
  position: absolute;
  top: 200px;
  right: -550px;
}

.layer4 img {
  width: 20%;
}

.layer5 {
  position: absolute;
  top: 60px;
  right: 40px;
}

.layer5 img {
  width: 20%;
}

.layer6 {
  position: absolute;
  top: 220px;
  right: 1500px;
}

.layer7 .banner-title {
  position: absolute;
  bottom: 90px;
  font-size: 3rem;
  color: #000;
  left: -5px;
}

.layer7 .banner-link {
  position: absolute;
  right: -95px;
  bottom: 80px;
  font-size: 1rem;
  color: #000;
}

.layer8 {
  position: absolute;
  top: 50px;
  right: -500px;
}

.layer8 img {
  width: 33%;
}
.layer81{
  position: absolute;
  top: 50px;
  right: -800px;
}

.layer81 img {
  width: 22%;
}

.layer9 {
  position: absolute;
  top: 150px;
  left: -820px;
}

/* .layer10 .banner-title {
  position: absolute;
  left: -95px;
  bottom: 120px;
  font-size: 3rem;
  color: #000;
} */

.layer10 .banner-title {
  position: absolute;
  left: -122px;
  bottom: 120px;
  font-size: 3rem;
  color: #000;
}
.layer10 .banner-link {
  position: absolute;
  left: -95px;
  bottom: 80px;
  font-size: 1rem;
  color: #000;
}

.layer11 {
  position: absolute;
  top: -50px;
  right: -700px;
}

.layer11 img {
  width: 26%;
}

.layer12 {
  position: absolute;
  top: -30px;
  left: 200px;
}

.layer12 img {
  width: 20%;
}

.layer13 {
  position: absolute;
  top: 150px;
  left: -720px;
}

.layer14 {
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 3;
}

.layer14 img {
  z-index: 3;
  width: 40%;
}
.layer141 {
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 3;
}

/* .layer141 img {
  z-index: 3;
  width: 40%;
} */
 .layer141 img {
    z-index: 3;
    width: 32%;
}
.layer81 img {
    width: 20%;
}

.layer15 {
  position: absolute;
  top: 50px;
  right: -650px;
}

.layer16 {
  position: absolute;
  top: 15px;
  left: -750px;
}

.layer17 {
  position: absolute;
  top: 350px;
  left: -50px;
  z-index: 1;
}

.layer18 {
  position: absolute;
  top: 380px;
  left: -700px;
}

.anim-duration-1 {
  animation-duration: 1s;
}

.anim-duration-1-5 {
  animation-duration: 1.5s;
}

.anim-delay-1-5 {
  animation-delay: 1.5s;
}

.anim-delay-2-5 {
  animation-delay: 2.5s;
}

.anim-delay-3-5 {
  animation-delay: 3.5s;
}

/* .anim-duration-2 {
  animation-duration: 1s;
} */

.anim {
  animation: animate1 4s 1 1.5s ease-in;
  animation-fill-mode: forwards;
}
.anim2 {
  animation: animate2 4s 1 1.5s ease-in;
  animation-fill-mode: forwards;
}

/* .anim3 {
  animation: animate2 4s 1 1.5s ease-in-out;
} */

@keyframes animate1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

@keyframes animate2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes animate3 {
  20% {
    width: 35%;
  }
  40% {
    width: 36.5%;
  }
  60% {
    width: 38%;
  }
  80% {
    width: 36.5%;
  }
  100% {
    width: 35%;
  }
}

@media (min-width: 1599px) {
  .layer2 {
    position: absolute;
    right: -800px;
    top: 100px;
  }
  .layer6 {
    position: absolute;
    top: 320px;
    right: 1500px;
}
.layer4 img {
  width: 30%;
}
.layer4 {
  position: absolute;
  top: 200px;
  right: -550px;
}
.layer7 .banner-title {
  position: absolute;
  bottom: 90px;
  font-size: 3rem;
  color: #000;
  left: -5px;
}
  .layer9 {
    position: absolute;
    top: 150px;
    left: -920px;
  }
  .layer13 {
    position: absolute;
    top: 150px;
    left: -850px;
  }
}

@media (min-width: 1900px) {
  .layer1 {
    position: absolute;
    left: -500px;
    bottom: -20px;
    width: 100%;
  }

  .layer1 img {
    width: 30%;
  }

  .layer2 {
    position: absolute;
    right: -980px;
    top: 320px;
  }

  /* .layer3 {
    position: absolute;
    right: -700px;
    top: 150px;
  } */

  .layer3 .banner-title {
    position: absolute;
    right: -65px;
    bottom: 120px;
    font-size: 3rem;
    color: #000;
  }

  .layer3 .banner-link {
    position: absolute;
    right: -65px;
    bottom: 80px;
    font-size: 1rem;
    color: #000;
  }

  .layer4 {
    position: absolute;
    top: 170px;
    right: -730px;
}

.layer4 img {
  width: 28%;
}

  .layer5 {
    position: absolute;
    top: 110px;
    right: -40px;
  }

  .layer5 img {
    width: 20%;
  }

  .layer6 {
    position: absolute;
    top: 320px;
    right: 1500px;
}

.layer7 .banner-title {
  position: absolute;
  bottom: 180px;
  font-size: 3rem;
  color: #000;
  left: 0px;
}

  .layer7 .banner-link {
    position: absolute;
    right: -95px;
    bottom: 80px;
    font-size: 1rem;
    color: #000;
  }

  .layer8 {
    position: absolute;
    top: 60px;
    right: -800px;
  }

  .layer8 img {
    width: 28%;
  }
  .layer81 {
    position: absolute;
    top: 110px;
    right: -990px;
}

.layer81 img {
  width: 22%;
}

  .layer9 {
    position: absolute;
    top: 320px;
    left: -1120px;
  }

  .layer10 .banner-title {
    position: absolute;
    left: -125px;
    bottom: 160px;
    font-size: 3rem;
    color: #000;
}

  .layer10 .banner-link {
    position: absolute;
    left: -105px;
    bottom: 110px;
    font-size: 1rem;
    color: #000;
}

  .layer11 {
    position: absolute;
    top: -50px;
    right: -1000px;
  }

  .layer11 img {
    width: 26%;
  }

  .layer12 {
    position: absolute;
    top: -30px;
    left: 200px;
  }

  .layer12 img {
    width: 20%;
  }

  .layer13 {
    position: absolute;
    top: 340px;
    left: -1050px;
  }

  .layer14 {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 3;
  }

  .layer14 img {
    z-index: 3;
    width: 40%;
}
.layer141 {
  position: absolute;
  top: 80px;
  left: 120px;
  z-index: 3;
}

.layer141 img {
  z-index: 3;
  width: 36%;
}
  .layer15 {
    position: absolute;
    top: 60px;
    right: -800px;
}

  .layer16 {
    position: absolute;
        top: 30px;
        left: 100px;
        z-index: 3;
  }

  .layer17 {
    position: absolute;
    top: 350px;
    left: -50px;
    z-index: 1;
  }

  .layer18 {
    position: absolute;
    top: 380px;
    left: -700px;
  }
}


@media (min-width: 1024px) and (max-width: 1365px) {
  .layer1 {
    position: absolute;
    left: -300px;
    bottom: -20px;
    width: 100%;
  }

  .layer1 img {
    width: 30%;
  }

  .layer2 {
    position: absolute;
    right: -500px;
    top: 100px;
  }

  /* .layer3 {
    position: absolute;
    right: -700px;
    top: 150px;
  } */

  .layer3 .banner-title {
    position: absolute;
    right: -65px;
    bottom: 80px;
    font-size: 2rem;
    color: #000;
  }

  .layer3 .banner-link {
    position: absolute;
    right: -65px;
    bottom: 60px;
    font-size: 1rem;
    color: #000;
  }

  /* .layer4 {
    position: absolute;
    top: 170px;
    right: -1190px;
}

  .layer4 img {
    width: 20%;
} */

  .layer5 {
    position: absolute;
    top: 60px;
    right: 40px;
  }

  .layer5 img {
    width: 20%;
  }

  .layer6 {
    position: absolute;
    top: 110px;
    right: 1500px;
}

/* .layer7 .banner-title {
  position: absolute;
  bottom: 180px;
  font-size: 3rem;
  color: #000;
  left: -900px;
}  */

  .layer7 .banner-link {
    position: absolute;
    right: -95px;
    bottom: 60px;
    font-size: 1rem;
    color: #000;
  }

  .layer8 {
    position: absolute;
    top: 50px;
    right: -400px;
  }

  .layer8 img {
    width: 33%;
  }
  .layer81 {
    position: absolute;
    top: 50px;
    right: -660px;
}

  .layer81 img {
    width: 25%;
  }
  .layer9 {
    position: absolute;
    top: 100px;
    left: -620px;
  }

  .layer10 .banner-title {
    position: absolute;
    left: -125px;
    bottom: 80px;
    font-size: 2rem;
    color: #000;
  }

  .layer10 .banner-link {
    position: absolute;
    left: -95px;
    bottom: 80px;
    font-size: 1rem;
    color: #000;
  }

  .layer11 {
    position: absolute;
    top: -50px;
    right: -550px;
  }

  .layer11 img {
    width: 26%;
  }

  .layer12 {
    position: absolute;
    top: -30px;
    left: 200px;
  }

  .layer12 img {
    width: 20%;
  }

  .layer13 {
    position: absolute;
    top: 100px;
    left: -560px;
  }

  .layer14 {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 3;
  }

  .layer14 img {
    z-index: 3;
    width: 40%;
}
.layer141 {
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 3;
}

.layer141 img {
  z-index: 3;
  width: 40%;
}

  .layer15 {
    position: absolute;
    top: 50px;
    right: -650px;
  }

  .layer16 {
    position: absolute;
    top: 15px;
    left: -750px;
  }

  .layer17 {
    position: absolute;
    top: 350px;
    left: -50px;
    z-index: 1;
  }

  .layer18 {
    position: absolute;
    top: 380px;
    left: -700px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layer1 {
    position: absolute;
    left: -200px;
    bottom: -20px;
    width: 100%;
  }

  .layer1 img {
    width: 30%;
  }

  .layer2 {
    position: absolute;
    right: -380px;
    top: 80px;
  }

  /* .layer3 {
    position: absolute;
    right: -700px;
    top: 150px;
  } */

  .layer3 .banner-title {
    position: absolute;
    right: -65px;
    bottom: 40px;
    font-size: 1.8rem;
    color: #000;
  }

  .layer3 .banner-link {
    position: absolute;
    right: -65px;
    bottom: 60px;
    font-size: 1rem;
    color: #000;
    display: none;
  }

  .layer4 {
    position: absolute;
    top: 80px;
    right: -280px;
}

  .layer4 img {
    width: 20%;
}

  .layer5 {
    position: absolute;
    top: 40px;
    right: 40px;
  }

  .layer5 img {
    width: 20%;
  }

  .layer6 {
    position: absolute;
    top: 90px;
    right: 1500px;
}

.layer7 .banner-title {
  position: absolute;
  bottom: 40px;
  font-size: 2rem;
  color: #000;
  left: -4px;
}

  .layer7 .banner-link {
    position: absolute;
    right: -95px;
    bottom: 60px;
    font-size: 1rem;
    color: #000;
    display: none;
  }

  .layer8 {
    position: absolute;
    top: 40px;
    right: -300px;
  }

  .layer8 img {
    width: 33%;
  }
  .layer81 {
    position: absolute;
    top: 40px;
    right: -500px;
  }

  .layer81 img {
    width: 25%;
  }

  .layer9 {
    position: absolute;
    top: 70px;
    left: -400px;
  }

  .layer10 .banner-title {
    position: absolute;
    left: -80px;
    bottom: 40px;
    font-size: 1.8rem;
    color: #000;
  }

  .layer10 .banner-link {
    position: absolute;
    left: -95px;
    bottom: 80px;
    font-size: 1rem;
    color: #000;
    display: none;
  }

  .layer11 {
    position: absolute;
    top: -50px;
    right: -380px;
  }

  .layer11 img {
    width: 26%;
  }

  .layer12 {
    position: absolute;
    top: -30px;
    left: 200px;
  }

  .layer12 img {
    width: 20%;
  }

  .layer13 {
    position: absolute;
    top: 70px;
    left: -320px;
  }

  .layer14 {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 3;
  }

  .layer14 img {
    z-index: 3;
    width: 40%;
}
.layer141 {
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 3;
}

.layer141 img {
  z-index: 3;
  width: 40%;
}

  .layer15 {
    position: absolute;
    top: 50px;
    right: -650px;
  }

  .layer16 {
    position: absolute;
    top: 15px;
    left: -750px;
  }

  .layer17 {
    position: absolute;
    top: 350px;
    left: -50px;
    z-index: 1;
  }

  .layer18 {
    position: absolute;
    top: 380px;
    left: -700px;
  }
}

@media (max-width: 767px) {
  .map-sec{
    flex-direction: column;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .layer1 {
    position: absolute;
    left: -100px;
    bottom: -20px;
    width: 100%;
  }

  .layer1 img {
    width: 30%;
  }

  .layer2 {
    position: absolute;
    right: -160px;
    top: 10px;
  }

  .layer2 img {
    width: 20%;
  }

  /* .layer3 {
    position: absolute;
    right: -700px;
    top: 150px;
  } */

  .layer3 .banner-title {
    position: absolute;
    right: -20px;
    bottom: 10px;
    font-size: 1rem;
    color: #000;
  }

  .layer3 .banner-link {
    position: absolute;
    right: -65px;
    bottom: 60px;
    font-size: 1rem;
    color: #000;
    display: none;
  }

  .layer4 {
    position: absolute;
    top: 40px;
    right: -190px;
}

  .layer4 img {
    width: 20%;
}

  .layer5 {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .layer5 img {
    width: 20%;
  }

  .layer6 {
    position: absolute;
    top: 30px;
    left: -210px;
    right: 0;
}
  .layer6 img {
    width: 15%;
  }

  .layer7 .banner-title {
    position: absolute;
        bottom: 10px;
        font-size: 1rem;
        color: #000;
        left: -4px;
  }

  .layer7 .banner-link {
    position: absolute;
    right: -95px;
    bottom: 60px;
    font-size: 1rem;
    color: #000;
    display: none;
  }

  .layer8 {
    position: absolute;
    top: 10px;
    right: -200px;
  }

  .layer8 img {
    width: 33%;
  }
  .layer81 {
    position: absolute;
    top: 30px;
    right: -200px;
  }

  .layer81 img {
    width: 22%;
  }
  .layer9 {
    position: absolute;
    top: 20px;
    left: -200px;
  }

  .layer9 img {
    width: 15%;
  }

  .layer10 .banner-title {
    position: absolute;
    left: -25px;
    bottom: 10px;
    font-size: 1rem;
    color: #000;
  }

  .layer10 .banner-link {
    position: absolute;
    left: -95px;
    bottom: 80px;
    font-size: 1rem;
    color: #000;
    display: none;
  }

  .layer11 {
    position: absolute;
    top: -20px;
    right: -200px;
  }

  .layer11 img {
    width: 26%;
  }

  .layer12 {
    position: absolute;
    top: -30px;
    left: 80px;
  }

  .layer12 img {
    width: 22%;
  }

  .layer13 {
    position: absolute;
    top: 20px;
    left: -200px;
  }

  .layer13 img {
    width: 15%;
  }

  .layer14 {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 3;
  }

  .layer14 img {
    z-index: 3;
    width: 40%;
}
.layer141 {
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 3;
}

.layer141 img {
  z-index: 3;
  width: 40%;
}

  .layer15 {
    position: absolute;
    top: 50px;
    right: -650px;
  }

  .layer16 {
    position: absolute;
    top: 15px;
    left: -750px;
  }

  .layer17 {
    position: absolute;
    top: 350px;
    left: -50px;
    z-index: 1;
  }

  .layer18 {
    position: absolute;
    top: 380px;
    left: -700px;
  }
}





/* UTILITY CLASSES */
.bottom-line {
  height: 2px;
  width: 6rem;
  background: #ea2534;
  display: block;
  margin: 0 auto 1rem auto;
}

.sm-bottom-line {
  height: 2px;
  width: 2rem;
  background: #777;
  display: block;
  margin: 0 auto 1rem auto;
}

.sm-bottom-line1 {
  height: 2px;
  width: 2rem;
  background: #ea2534;
  display: block;
  margin: 0 auto 1rem auto;
}

.section-title {
  font-size: 2rem;
  display: block;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #555;
  font-weight: normal;
}

.section-title1 {
  font-size: 2rem;
  display: block;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  /* text-align: center; */
  color: #ea2534;
  font-weight: normal;
}

.section-para {
  padding: 0 12rem;
  color: #666;
  line-height: 1.8;
}

.section-para1 {
  color: #666;
  line-height: 1.8;
}

.section-para2 {
  color: #fff;
  line-height: 1.8;
}

.m-heading {
  color: #333;
  font-size: 1.5rem;
  padding: 1rem 0 0 0;
}

.m-heading2 {
  color: #666;
  font-size: 1.5rem;
  padding: 1rem 0 0 0;
}

.m-heading1 {
  color: #ea2534;
  font-size: 1.5rem;
  padding: 1rem 0 0 0;
}

.sm-heading {
  color: #333;
  font-size: 18px;
  padding: 1rem 0 0 0;
}

.box-para {
  font-size: 15px;
  color: #333;
  line-height: 2;
}

.box-para1 {
  font-size: 15px;
  color: #666;
  line-height: 2;
}

.timeline-para {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.c-btn {
  background: #ea2534;
  color: #fff;
}

.online-showcase {
  margin-left: -1rem;
}

.form {
  margin-left: 1rem;
}

#main-navbar {
  background: #fff;
  position: relative;
  z-index: 3;
}

#main-navbar img {
  width: 35%;
}

#main-navbar ul li.nav-item {
  /* padding: 0 0.3rem; */
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  line-height: 1.2;
  /* letter-spacing: 1.6; */
  padding: 1.2rem 0rem;
  font-size: 0.75rem;
  /* font-weight: bold; */
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

#main-navbar ul li a {
  font-size: 0.75rem;
  font-weight: 400;
}
#main-navbar ul li a.nav-link {
  /* padding: 0 0.5rem; */
  /* margin-top: 0.75rem; */
  text-decoration: none;
  text-transform: uppercase;
  /* margin-top: 0.75rem; */
  color: #666;
  border-bottom: 3px transparent solid;
  /* padding: 0.5rem; */
  /* transition: all 0.5s ease-in-out; */
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

#main-navbar ul li:hover a.nav-link {
  color: #ea2534;
  border-color: #ea2534;
}

/* #main-navbar ul li:hover ul.dropdown-menu {
display: block;
} */

#main-navbar ul ul.dropdown-menu {
  background: #fff;
  border-radius: 10px;
}

#main-navbar ul li.dropdown > ul.dropdown-menu {
  display: none;
  transition: all 1s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}

#main-navbar ul li.dropdown:hover > ul.dropdown-menu {
  display: block;
  position: absolute;
  top: 3.5rem;
}

#main-navbar ul ul.dropdown-menu li {
  border-bottom: 1px solid #f4f4f4;
}

#main-navbar ul ul.dropdown-menu li:last-child {
  border-bottom: none;
}

#main-navbar ul ul.dropdown-menu li a {
  color: #666;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background: #fff;
}

#main-navbar ul ul.dropdown-menu li a:hover {
  color: #ea2534;
  background: #fff;
}

#main-navbar ul li.nav-item ul.dropdown-menu li {
  padding: 0.2rem;
}

#main-navbar
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu
  > ul.dropdown-menu {
  display: none;
}

#main-navbar
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu:hover
  > ul.dropdown-menu {
  display: block;
  margin-top: 0;
}

#main-navbar li > ul.dropdown-menu {
  margin-top: 1rem;
}

#main-navbar ul.dropdown-menu li {
  border-bottom: none;
}

/* #################################################################### */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: absolute;
  right: 1.5rem;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: -0.5rem;
  left: 99%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/* MEDIA QUERIES */

@media (max-width: 1024px) {

  #main-navbar {
    padding: 1.8rem;
    display: none;
  }

  #main-navbar ul ul.dropdown-menu {
    background: #fff;
    border-radius: none;
    /* border: none; */
  }

  /* #main-navbar ul li {
border-bottom: 1px dotted #e6e6e6;
font-size: 1.1rem;
} */

  #main-navbar ul li a.nav-link {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1.1rem;
  }

  /* #main-navbar ul li:hover {
border-bottom: 1px dotted #e6e6e6;
} */

  /* #main-navbar ul ul.dropdown-menu li:hover {
background: #fff;
} */

  #main-navbar ul ul.dropdown-menu {
    border: none;
  }

  #main-navbar ul ul.dropdown-menu li a {
    color: #333;
    background: #fff;
    font-size: 1rem;
  }

  #main-navbar ul ul.dropdown-menu li a:hover {
    background: #fff;
  }

  #main-navbar ul ul.dropdown-submenu li a:hover > ul {
    display: none;
  }

  #main-navbar
    ul
    li:hover
    ul.dropdown-menu
    li.dropdown-submenu:hover
    > ul.dropdown-menu
    li
    a {
    text-transform: uppercase;
    font-size: 1rem;
    /* margin-top: 0; */
  }
}

/* ################################################################################### */
#main-navbar-sm {
  background: #fff;
  position: relative;
  /* height: 80px; */
  z-index: 3;
  display: none;
}

#main-navbar-sm img {
  height: 40px;
}

#main-navbar-sm ul li {
  /* padding: 0 0.3rem; */
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  line-height: 1.2;
  letter-spacing: 1.6;
  margin: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: 3px transparent solid;
  transition: all 0.5s ease-in-out;
}
#main-navbar-sm ul li a {
  /* padding: 0 0.5rem; */
  /* margin-top: 0.75rem; */
  text-decoration: none;
  text-transform: uppercase;
  /* margin-top: 0.75rem; */
  color: #666;
  font-size: 0.75rem;
  font-weight: bold;
  /* border-bottom: 3px transparent solid;
  /* padding: 0.5rem; */
  /* transition: all 0.5s ease-in-out; */
  transition: all 0.5s ease-in-out;
}

#main-navbar-sm ul li:hover {
  border-color: #ff0015;
  color: #ff0015;
}

#main-navbar-sm ul li:hover a {
  color: #ff0015;
}

/* #main-navbar ul li:hover ul.dropdown-menu {
  display: block;
} */

#main-navbar-sm ul ul.dropdown-menu {
  background: #666;
  border-radius: none;
}

#main-navbar-sm ul ul.dropdown-menu li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: #666;
}

#main-navbar-sm ul ul.dropdown-menu li a:hover {
  color: #ff0015;
  background: #666;
}

#main-navbar-sm
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu
  > ul.dropdown-menu {
  display: none;
}

#main-navbar-sm
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu:hover
  > ul.dropdown-menu {
  display: block;
  margin-top: 0;
}

#main-navbar-sm li > ul.dropdown-menu {
  margin-top: 1rem;
}

#main-navbar-sm ul.dropdown-menu li {
  border-bottom: none;
}

/* #################################################################### */

#main-navbar-sm .dropdown-submenu {
  position: relative;
}

#main-navbar-sm .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 1.5rem;
  top: 0.8em;
}

#main-navbar-sm .dropdown-submenu .dropdown-menu {
  top: -0.5rem;
  left: 103%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/* MEDIA QUERIES */

@media (max-width: 1024px) {
  #main-navbar-sm {
    display: block;
  }

  #main-navbar-sm ul ul.dropdown-menu {
    background: #fff;
    border-radius: none;
    /* border: none; */
  }

  #main-navbar-sm ul li {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1rem;
    font-weight: normal;
    color: #666;
  }

  #main-navbar-sm ul li a {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1rem;
    font-weight: normal;
    color: #666;
  }

  #main-navbar-sm ul li:hover {
    border-bottom: 1px dotted #e6e6e6;
  }

  /* #main-navbar ul ul.dropdown-menu li:hover {
    background: #fff;
  } */

  #main-navbar-sm ul ul.dropdown-menu {
    border: none;
  }

  #main-navbar-sm ul ul.dropdown-menu li a {
    color: #666;
    background: #fff;
    font-size: 0.9rem;
  }

  #main-navbar-sm ul ul.dropdown-menu li a:hover {
    background: #fff;
  }

  #main-navbar-sm ul ul.dropdown-submenu li a:hover > ul {
    display: none;
  }

  #main-navbar-sm
    ul
    li:hover
    ul.dropdown-menu
    li.dropdown-submenu:hover
    > ul.dropdown-menu
    li
    a {
    text-transform: uppercase;
    font-size: 0.9rem;
    /* margin-top: 0; */
  }
}

/* VALUES */
/* WHY CHOOSE US */

#values {
  background: #f9f9f9;
}

#values .process {
  display: grid;
  -webkit-display: grid;
  -moz-display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-grid-template-columns: repeat(4, 1fr);
  -moz-grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
  -webkit-grid-gap: 1.5rem;
  -moz-grid-gap: 1.5rem;
}

.process-icon {
  height: 120px;
  width: 120px;
  line-height: 120px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.icon1 {
  background: #4ea4a5;
}

.icon2 {
  background: #4e6da5;
}

.icon3 {
  background: #f6722a;
}
.icon4 {
  background: #a7cf47;
}

.process-one:hover .process-icon,
.process-two:hover .process-icon,
.process-three:hover .process-icon,
.process-four:hover .process-icon {
  background: #4ddbff;
  height: 140px;
  width: 140px;
  line-height: 140px;
}

/* FEATURES */
#feature .feature-container {
  height: 25rem;
  background: #a6a6a6;
}

#feature .feature-header {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

#feature .spl7-header {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-bottom: -2.5rem;
}

#feature .spl7-header h3 {
  text-transform: uppercase;
  color: #666;
}

#feature .spl7-logo {
  width: 45px;
  margin-top: -0.5rem;
  margin-left: 0.5rem;
}

#feature .spl7-logo img {
  width: 100%;
}

#feature .feature-info {
  margin: 0;
  margin-bottom: -2.5rem;
}

/* .spl7-logo {
  width: 45px;
  margin: -0.5rem 0.5rem 0.5rem 0;
}

.spl-logo img {
  width: 100%;
} */

#feature .feature-line {
  height: 2px;
  width: 6rem;
  background: #fff;
  display: block;
  margin: 0 auto 1rem auto;
}

#feature .feature-para {
  padding: 0 3rem;
  color: #666;
  line-height: 1.8;
}

/* .spl7-logo {
  width: 50%;
  margin-left: 15rem;
} */

/* .spl7-logo img {
  width: 40%;
} */

#feature ul li {
  list-style: none;
  display: block;
  width: 70%;
  color: #666;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.5rem 0 0.5rem 0.5rem;
  margin: 1rem 0;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  position: relative;
}

#feature ul li:hover {
  /* background: linear-gradient(to right, #33ccff 0%, #c4c4c4 100%); */
  color: #4ddbff;
}

#feature .feature-arrow1,
#feature .feature-arrow2,
#feature .feature-arrow3,
#feature .feature-arrow4,
#feature .feature-arrow5,
#feature .feature-arrow6,
#feature .feature-arrow7 {
  height: 2px;
  width: 15rem;
  background: #c4c4c4;
  position: absolute;
  left: 10px;
  top: 35px;
  display: none;
  transition: all 0.5s ease-in-out;
}

#feature .feature-arrow1 {
  display: block;
}

/* #feature ul li:hover .feature-arrow1,
#feature ul li:hover .feature-arrow2,
#feature ul li:hover .feature-arrow3,
#feature ul li:hover .feature-arrow4,
#feature ul li:hover .feature-arrow5,
#feature ul li:hover .feature-arrow6,
#feature ul li:hover .feature-arrow7 {
  display: block;
} */

/* .feature-arrow1 {
  width: 6rem;
} */

#feature .feature-arrow-icon {
  position: absolute;
  right: -8px;
  top: -10px;
}

#feature .feature-arrow-icon i {
  color: #c4c4c4;
}

#feature .feature-content1 {
  width: 70%;
  margin: 0 auto 10rem auto;
}

#feature .feature-content1 img {
  width: 70%;
}

#feature .feature-content2 {
  width: 70%;
  margin: 0 auto 10rem auto;
  display: none;
}

#feature .feature-content2 img {
  width: 70%;
}

#feature .feature-content3 {
  width: 70%;
  margin: 0 auto 10rem auto;
  display: none;
}

#feature .feature-content3 img {
  width: 70%;
}

#feature .feature-content4 {
  width: 70%;
  margin: 0 auto 10rem auto;
  display: none;
}

#feature .feature-content4 img {
  width: 70%;
}

#feature .feature-content5 {
  width: 70%;
  margin: 0 auto 10rem auto;
  display: none;
}

#feature .feature-content5 img {
  width: 70%;
}

#feature .feature-content6 {
  width: 70%;
  margin: 0 auto 10rem auto;
  display: none;
}

#feature .feature-content6 img {
  width: 70%;
}

#feature .feature-content7 {
  width: 70%;
  margin: 0 auto 10rem auto;
  display: none;
}

#feature .feature-content7 img {
  width: 70%;
}

#feature .features-details {
  position: relative;
}

#feature .feature-item1,
#feature .feature-item2,
#feature .feature-item3,
#feature .feature-item4,
#feature .feature-item5,
#feature .feature-item6,
#feature .feature-item7 {
  position: absolute;
}

#feature .feature-item1 {
  top: 8px;
  left: -50px;
}

#feature .feature-item2 {
  top: 70px;
  left: -50px;
  display: none;
}

#feature .feature-item3 {
  top: 130px;
  left: -50px;
  display: none;
}

#feature .feature-item4 {
  top: 180px;
  left: -50px;
  display: none;
}

#feature .feature-item5 {
  top: 240px;
  left: -50px;
  display: none;
}

#feature .feature-item6 {
  top: 300px;
  left: -50px;
  display: none;
}

#feature .feature-item7 {
  top: 350px;
  left: -50px;
  display: none;
}

#feature .feature-item-para {
  font-size: 0.9rem;
  color: #666;
}

#feature .feature-item-img {
  width: 20%;
  margin-bottom: 0.5rem;
}

#feature .feature-item-img img {
  width: 70%;
}

#feature .feature-sm-details {
  display: none;
}

@media (max-width: 1024px) {
  #feature .feature-container {
    height: 22rem;
  }

  #feature ul li {
    font-size: 1rem;
    margin: 0;
    padding: 0.5rem 0;
  }
  #feature .feature-arrow1,
  #feature .feature-arrow2,
  #feature .feature-arrow3,
  #feature .feature-arrow4,
  #feature .feature-arrow5,
  #feature .feature-arrow6,
  #feature .feature-arrow7 {
    height: 2px;
    width: 10rem;
    background: #c4c4c4;
    position: absolute;
    left: 0px;
    top: 34px;
    display: none;
    transition: all 0.5s ease-in-out;
  }

  #feature .feature-arrow2,
  #feature .feature-arrow3,
  #feature .feature-arrow5 {
    left: 0px;
    top: 56px;
  }

  #feature .feature-item1 {
    top: -5px;
    left: -50px;
  }

  #feature .feature-item2 {
    top: 30px;
    left: -50px;
    display: none;
  }

  #feature .feature-item3 {
    top: 100px;
    left: -50px;
    display: none;
  }

  #feature .feature-item4 {
    top: 160px;
    left: -50px;
    display: none;
  }

  #feature .feature-item5 {
    top: 190px;
    left: -50px;
    display: none;
  }

  #feature .feature-item6 {
    top: 230px;
    left: -50px;
    display: none;
  }

  #feature .feature-item7 {
    top: 260px;
    left: -50px;
    display: none;
  }
}

@media (max-width: 768px) {
  #feature .feature-container {
    height: 18rem;
  }
  #feature ul li {
    font-size: 0.8rem;
    margin: 0;
    padding: 0.4rem 0;
  }
  #feature .feature-arrow1,
  #feature .feature-arrow2,
  #feature .feature-arrow3,
  #feature .feature-arrow4,
  #feature .feature-arrow5,
  #feature .feature-arrow6,
  #feature .feature-arrow7 {
    height: 2px;
    width: 6rem;
    background: #c4c4c4;
    position: absolute;
    left: 0px;
    top: 30px;
    display: none;
    transition: all 0.5s ease-in-out;
  }

  #feature .feature-arrow2,
  #feature .feature-arrow3,
  #feature .feature-arrow5,
  #feature .feature-arrow6,
  #feature .feature-arrow7 {
    left: 0px;
    top: 50px;
  }

  #feature .feature-item1 {
    top: -5px;
    left: -50px;
  }

  #feature .feature-item2 {
    top: 30px;
    left: -50px;
    display: none;
  }

  #feature .feature-item3 {
    top: 80px;
    left: -50px;
    display: none;
  }

  #feature .feature-item4 {
    top: 120px;
    left: -50px;
    display: none;
  }

  #feature .feature-item5 {
    top: 170px;
    left: -50px;
    display: none;
  }

  #feature .feature-item6 {
    top: 200px;
    left: -50px;
    display: none;
  }

  #feature .feature-item7 {
    top: 220px;
    left: -50px;
    display: none;
  }
  #feature .feature-arrow-icon {
    position: absolute;
    right: -8px;
    top: -9px;
  }
}

@media (max-width: 500px) {
  .section-title {
    font-size: 1.2rem;
    padding-bottom: 0rem;
  }

  .section-para {
    padding: 0 0;
    color: #666;
    line-height: 1.8;
  }

  .section-title1 {
    font-size: 1.2rem;
    padding-bottom: 0rem;
    text-align: center;
  }

  .section-para2 {
    color: #fff;
    line-height: 1.8;
    font-size: 12px;
  }

  .box-para1 {
    font-size: 12px;
    text-align: center;
  }

  .m-heading1 {
    font-size: 1.2rem;
    padding: 0 0 0 0;
  }

  .reach-heading {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  #values i {
    font-size: 2em;
  }

  .process-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .process-one:hover .process-icon,
  .process-two:hover .process-icon,
  .process-three:hover .process-icon,
  .process-four:hover .process-icon {
    background: #4ddbff;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  #values .container .row div {
    border-bottom: 1px dotted #333;
    border-width: 80%;
  }

  #values .container .row div:last-child {
    border: none;
  }

  .spl7-header {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
  }

  .spl7-header h3 {
    text-transform: uppercase;
    color: #666;
  }
  #feature .feature-para {
  padding: 0 0rem;
  color: #666;
  line-height: 1.8;
}

  .feature-container {
    height: 25rem;
  }

  .fetature-heading {
    display: none;
  }

  .features-details {
    display: none;
  }

  .feature-sm-details {
    display: block;
  }

  .feature-sm-details-item h5 {
    color: #666;
    text-align: center;
    margin: 0.7rem 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.5s;
  }

  .feature-sm-details-item h5:hover {
    color: #4ddbff;
  }

  .feature-sm-details-item p {
    color: #666;
    text-align: center;
    margin: 0.5rem 0;
  }

  .feature-sm-item-info1,
  .feature-sm-item-info2,
  .feature-sm-item-info3,
  .feature-sm-item-info4,
  .feature-sm-item-info5,
  .feature-sm-item-info6,
  .feature-sm-item-info7 {
    width: 100%;
    margin-top: 0.5rem;
  }

  .feature-sm-item-info1 img,
  .feature-sm-item-info2 img,
  .feature-sm-item-info3 img,
  .feature-sm-item-info4 img,
  .feature-sm-item-info5 img,
  .feature-sm-item-info6 img,
  .feature-sm-item-info7 img {
    width: 15%;
  }

  .feature-sm-item-info2,
  .feature-sm-item-info3,
  .feature-sm-item-info4,
  .feature-sm-item-info5,
  .feature-sm-item-info6,
  .feature-sm-item-info7 {
    display: none;
  }

  #why-choose-us i {
    font-size: 3em;
  }

  #why-choose-us .row > div {
    border-bottom: 1px dotted #555;
  }

  #why-choose-us .row > div:last-child {
    border: none;
  }

  #why-choose-us .row .mt-5 {
    margin-top: 0.5rem !important;
  }
}
/* .f-img {
  width: 22%;
  padding-bottom: 10px;
} */

/* .f-img img {
  width: 100%;
  display: block;
  animation: expand 0.5s ease-in-out;
}
@keyframes expand {
  from {
    transform: scale(0);
    opacity: 0;
    /* transform: rotate(360deg); */
/* background: #5470b0; */

/* .f-img-item {
  position: absolute;
  width: 10%;
  bottom: 2rem;
  left: 2rem;
}

.f-img-item img {
  width: 100%;
  animation: expand1 0.5s ease-in-out;
} */
/* PRODUCT */

#product-showcase {
  background: #f9f9f9;
}

.product-details a {
  text-decoration: none;
  text-align: center;
}

.prod-title {
  text-align: center;
  font-size: 1.2rem;
  /* font-weight: 600; */
  color: #444;
  transition: all 0.5s;
}

.prod-title:hover {
  color: #ea2534;
}

.prod-para {
  font-size: 0.9rem;
  padding: 0 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}

/* ############################################### */

.item-img {
  position: relative;
  width: 90%;
  height: 60%;
}

.image {
  display: block;
  /* object-fit: contain; */
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 10;
  right: 0;
  background-color: #ea2534;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.item-img:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Online Partner */

/* #on-pt {
  padding: 2rem 7rem;
} */

.on-pt-icon {
  width: 250px;
  margin: 0 auto;
}

.on-pt-icon img {
  width: 100%;
}

.on-pt-icon2 {
  width: 250px;
  margin: 0 auto;
}

.on-pt-icon2 img {
  width: 100%;
}

.on-pt-icon3 {
  width: 250px;
  margin: 0 auto;
}

.on-pt-icon3 img {
  width: 100%;
}

/* ################################################# */

/* Why Choose Us */
#why-choose-us {
  background: #f9f9f9;
}

#why-choose-us .choose-us {
  transition: all 0.5s;
  padding: 2rem;
}

#why-choose-us .choose-us:hover {
  background: #fff;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  transform: translate3d(-10px, 10px, 10px);
  -webkit-transform: translate3d(-10px, 10px, 10px);
  -moz-transform: translate3d(-10px, 10px, 10px);
  -ms-transform: translate3d(-10px, 10px, 10px);
}

.choose-icon {
  color: #4ddbff;
}

/* ########################################### */
.carousel-wrap {
  margin: 40px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

#footer {
  background: #f9f9f9;
}

#footer-link {
  display: flex;
}

#footer-link .first {
  padding: 0 1.5rem 0 0;
}

.quick-links {
  margin-left: 2.5rem !important;
  color: #333;
  text-decoration: none;
  /* font-size: 1.8rem; */
}

.contact p {
  margin: 0;
  font-size: 1rem;
  color: #666;
}

.contact p span {
  font-weight: bold;
}

#footer-link a {
  text-decoration: none;
  font-size: 1rem;
  color: #666;
}

#footer-link a:hover {
  color: #ea2534;
}

form label {
  margin-bottom: 0;
}

form .form-group {
  margin-bottom: 0.5rem;
}

#copyright {
  background: #ea2534;
  color: #fff;
  /* padding: rem 0; */
  align-items: center;
}

.copyright-content {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

#copyright ul {
  list-style: none;
  display: flex;
}

#copyright ul li {
  padding: 0 0.5rem;
}

#copyright ul li a {
  color: #fff;
  text-decoration: none;
}

.copyright-para a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
}

.copyright-para a:hover {
  color: #4e6da5;
}

@media (max-width: 500px) {
  .sp3 {
    margin-top: 0;
  }

  #f-item-5 {
    margin-top: -2rem;
    /* padding-top: 6rem; */
  }

  .on-pt-icon img {
    width: 90%;
  }

  .on-pt-icon2 img {
    width: 100%;
  }

  .on-pt-icon3 img {
    width: 100%;
  }

  .online-showcase {
    margin-left: 0rem;
  }
  
  .quick-link {
    margin-left: 2.5rem !important;
}

  #copyright ul {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .ptb-5 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .footer-gp {
    margin: 0rem 0rem 2rem 4rem;
  }

  .contact-gp {
    margin-bottom: 2rem;
  }

  .contact {
    margin: 0rem 0rem 0.4rem 6.8rem;
  }

  .footer-p {
    margin: 0 0 0.5rem 5rem;
  }

  #footer .form-control {
    width: 80% !important;
    margin-left: 2rem;
  }

  #footer .row > div {
    border-bottom: 1px dotted #666;
    margin-top: 1.5rem;
  }

  #footer .row > div:last-child {
    border: none;
  }

  .c-btn {
    display: block;
    margin: auto;
  }

  .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1rem;
  }

  .copyright-para {
    text-align: center;
  }

  .copyright-para a {
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: center;
  }

  .copyright-para a:hover {
    color: #4e6da5;
  }
}

/* PRODUCT */
.special7p {
  background: url("../img/prod_2.jpg") no-repeat center center/cover;
  height: 242px;
  color: #fff;
  transition: all 0.3s ease-in;
}

.special7:hover,
.hotstar:hover,
.super:hover,
.wire:hover {
  margin-top: -10px;
}

.hotstarp {
  background: url("../img/prod_1.jpg") no-repeat center center/cover;
  height: 242px;
  color: #fff;
  transition: all 0.3s ease-in;
}

.superp {
  background: url("../img/prod_3.jpg") no-repeat center center/cover;
  height: 242px;
  color: #fff;
  transition: all 0.3s ease-in;
}

.wirep {
  background: url("../img/prod_4.jpg") no-repeat center center/cover;
  height: 242px;
  color: #fff;
  transition: all 0.3s ease-in;
}

.product-overlay {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 0;
  bottom: 0;
  /* left: 0; */
  /* right: 0; */
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in;
}

.product-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* .product-overlay:hover .special7 {
  padding-top: -10px;
} */

.product-overlay:hover .prod-title1,
.product-overlay:hover .prod-view {
  display: block;
}

/* .product-overlay:hover .prod-view {
  border: 2px solid #fff;
  display: block;
} */

.prod-description a {
  text-decoration: none;
  color: #fff;
}

.prod-title1 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 0.7rem;
  transition: all 0.3s ease-in;
  display: none;
}

.prod-view {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: all 0.3s ease-in;
  display: none;
}

.prod-view:hover {
  border: 1.5px solid #fff;
}

/* GALLERY */
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.img-overlay {
  background: rgba(255, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 2%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 60%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton :hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.form {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 3rem;
  color: #666;
  font-size: 0.8rem;
}

.form label {
  font-weight: bold;
}

.reach-heading {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #666;
}

.reach-sm-heading {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #666;
}

.address-container p {
  font-size: 0.9rem;
  color: #666;
}

.address-container {
  border: 1px solid #c4c4c4;
  padding: 1rem 0.3rem 0.5rem 1rem;
}

h3.reach-heading{
    color: #ff1a3e;
}

.list-group-item-custom {
  /* background: #000;
color: #fff; */
  display: flex;
  justify-content: space-between;
}

.list-group-item-custom i {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

#clientele .list-group-custom:nth-child(even) {
  background: #f4f4f4;
}

.hidden {
  visibility: hidden;
}

.form1,
.reach-form {
  margin-top: -3rem;
}

.reach-form label {
  color: #666;
  font-size: 0.8rem;
}

.video {
  width: 100%;
  height: auto;
}

video {
  width: 100%;
}

.brown {
  background: #8f2929 !important;
}

.breadcrumb-navigation {
  background: #f9f9f9;
  padding: 0.6rem 0 0.1rem 0;
}
.custom-breadcrumb {
  display: flex;
  list-style: none;
  justify-content: start;
  margin-left: -40px;
}

.custom-breadcrumb-item {
  margin-right: 0.5rem;
  margin-left: 0;
}

.custom-breadcrumb-item a {
  text-decoration: none;
  color: #666;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-breadcrumb-item a.active {
  color: #ff1a1a;
  margin-left: 0rem;
}

.custom-breadcrumb-item a i {
  color: #ff1a1a;
  display: inline-block;
  margin-left: 0.2rem;
}


#infra-content ul {
  padding: 0 4rem;
  color: #666;
}


.awards-row img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.awards-row img:hover {
  transform: scale(1.1);
}

.awards-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #666;
}

.trophy-bg {
  background: #f9f9f9;
  margin: 0.5rem;
  padding: 0.5rem;
}

@media (min-width: 1200px){
  .container {
          min-width: 1200px;
    }
  }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .layer141 img {
      z-index: 3;
      width: 32% !important;
  }
  .layer81 img {
      width: 20% !important;
  }
  .layer14 img {
    z-index: 3;
    width: 32% !important;
}
.layer8 img {
    width: 29% !important;
}
  }

/* @media only screen and (min-width:1000px){
  .same-h-box{
  height: 260px;
}
} */

@media only screen and (min-width:1100px) and (max-width:1239px){
.same-h-box{
  height: 330px !important;
}
}

@media only screen and (min-width:1000px) and (max-width:1099px){
.section-para {
  padding: 0 8rem;
}
 .same-h-box{
  height: 330px !important;
}
}

@media only screen and (min-width:768px) and (max-width:999px){
.section-para {
  padding: 0 4rem;
}
 .same-h-box{
  height: 350px !important;
}
}
