/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700;900&display=swap");
/*font-family: 'Merriweather', serif;*/
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap");

.text-dark {
  color: #000000 !important;
}

body {
  /* font-family: "Manrope", sans-serif; */
  font-family: "Titillium Web", sans-serif;
  top: 0 !important;
  width: 100%;
  overflow-x: hidden;
}
body p,
body {
  color: #555;
  line-height: 25px;
}
a {
  text-decoration: none !important;
}
.right-logo h1 {
  font-size: 20px;
  font-weight: 900;
  font-family: "Merriweather", serif;
  color: white;
  transition: 0.7s;
}

.whats a {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #26c281;
  z-index: 999;
  box-shadow: 0 0 4px #666;
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.whats a::after {
  content: "";
  top: -25px;
  left: -25px;
  background-color: rgba(38, 194, 129, 0.68);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  z-index: -1;
  animation: jumper2 2.5s 0.66666s ease-out infinite;
  -webkit-animation: jumper2 2.5s 0.66666s ease-out infinite;
  -moz-animation: jumper2 2.5s 0.66666s ease-out infinite;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}

@keyframes jumper2 {
  0% {
    opacity: 0;
    transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes jumper2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.topnav {
  background-color: black;
  padding: 11px 34px;
  color: white;
  font-size: 14px;
}

.topnav ul {
  padding: 0;
  margin: 0;
}

.topnav a {
  color: white;
  transition: 0.5s;
  font-weight: 800;
}

.top-translate #google_translate_element {
  position: absolute;
  right: 0px;
  bottom: 68px;
  z-index: 999;
}
.topnav a:hover {
  color: #e26310;
  text-decoration: none;
}

.top-left ul li {
  display: inline-block;
  margin-right: 31px;
}

.top-right {
  display: flex;
  justify-content: end;
  padding: 0 10px;
}

.top-right li {
  display: inline-block;
}

.contact li {
  margin-right: 30px;
}
.contact li i {
  padding-right: 6px;
}

.contact-icon a {
  border: 0.1px solid #554f4fd1;
  border-top: transparent;
  border-bottom: transparent;
  padding: 8px 14px;
  margin-right: -4px;
}

.contact li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 4px;
  position: absolute;
  top: 50%;
  background-color: #e26310;
  right: 53%;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.7s;
  /* background: rgba(255, 255, 255, 0.36); */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(5px); */
  /* -webkit-backdrop-filter: blur(5px); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .dropdown-menu {
  /*margin-top: 30px;*/
  background: #1b1b1a;
  padding: 10px 15px;
  min-width: 15rem !important;
  /*   overflow: hidden;*/
}

header .dropdown-menu a {
  color: white !important;
  /*color: black !important;*/
}

header .dropdown-menu a {
  font-weight: bold;
  transition: 0.2s;
  position: relative;
}

header .dropdown-menu a:hover {
  color: #e26310 !important;
  background-color: transparent;
}

header .dropdown-menu a .fa::before {
  left: -10px;
  display: none;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  transition: 0.5s;
  color: #e26310;
}

header .dropdown-menu a:hover .fa::before {
  /*left: 0;*/
  display: block;
}

header .dropdown:hover .dropdown-menu {
  display: block;
}

header .navbar ul li {
  margin-right: 17px;
  padding: 20px 0;
}
header .navbar img {
  transition: 0.7s;
}

header .navbar ul li a {
  color: white;
  font-weight: 500;
  transition: 0.7s;
}

header .navbar .nav-link {
  position: relative;
  font-weight: 500;
  transition: 0.7s;
}
.navbar-nav a {
  padding-right: 0.255em !important;
  padding-left: 0.255em !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
}


header .navbar .active .nav-link {
  /* color: #E26310 !important; */
  color: #fff;
}

header .navbar .dropdown.active .prnavs {
  color: #e26310 !important;
}

.nav-link {
  padding: 0;
  font-weight: 500;
}

.dropdown.submenu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  visibility: hidden;
  width: 250px;
}

.dropdown.submenu a::after {
  display: none;
}

.dropdown.submenu:hover .dropdown-menu {
  display: block;
  visibility: visible;
}

.dropdown-menu li {
  padding: 0px !important;
  margin: 0 !important;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.abt-banner1{
    background-image: url(../images/abt-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}
.sec-1 {
  position: relative;
}
.sec-1 .sec1-caption1 {
  position: absolute;
  bottom: -10%;
  z-index: 1;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 100%;
  /* background: red; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.sec-1 .sec1-caption p {
  color: #fff;
}

.header-icons {
  display: flex;
  justify-content: end;
  /*margin-top: -15px;*/
  height: 100%;
}

.header-icons a {
  position: relative;
  background-color: #e26310;
  /*padding: */
  height: 100%;
  padding: 10px;
  color: white;
  padding: 23px 62px;
  font-weight: bold;
  padding: 39px 85px;
}

.header-icons .fa {
  padding: 40px 20px;
  font-size: 21px;
  background: white;
}
.navbar-brand .fa-bars {
  margin-right: 20%;
  color: black;
}
header .searchForm div {
  background-color: white;
}
header .searchForm #multiCollapseExample2 {
  position: absolute;
  width: 100%;
  right: 0;
  width: 20%;
}
header .searchForm .btn {
  color: black;
}
/* carousel */
.sec-1 .carousel-caption .read {
  background-color: #e26310;
  padding: 14px 18px;
  border: none;
  color: white;
  font-weight: 500;
  margin-right: 10px;
}
/* carousel */

/* abt */
.inner-matter {
  padding: 70px 0;
}
.about-img {
  position: relative;
}
.about-img::before {
  position: absolute;
  content: "";
  left: -15px;
  width: 80%;
  border: 4px solid #e26310;
  bottom: -15px;
  top: -15px;
  z-index: -1;
}
.abt-page h6 {
  color: #e26310;
  font-size: 16px;
  position: relative;
}
.abt-page h2 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 900;
  margin-top: 15px;
  color: #27385d;
}
.inner-matter a {
  color: #e26310;
  position: relative;
}
.inner-matter a::before {
  position: absolute;
  content: "";
  width: 96%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e26310;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.5s ease-in-out;
}
.inner-matter a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* abt */

/* products */
.blog1 {
  position: relative;
}
.blog-img {
  overflow: hidden;
  border: 1px solid #e3dede;
  box-shadow: 0px 3px 15px 2px #e3dede;
  padding: 20px;
  background: white;
}
.blog-content {
  margin: 25px 0;
  position: relative;
}
.blog-content h5 {
  font-size: 18px;
  color: #e26310;
  font-weight: bold;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-content h5 i {
  /* position: absolute; */
  right: 10px;
  top: 5px;
  color: #222;
}
.slider .slide,
.exhibition .slide,
.award .slide {
  padding: 0 13px;
}
/* products */

/* footer */
footer {
  background-color: #121c22;
  color: white;
  padding: 70px 0;
}
footer .right-logo h1 {
  font-size: 15px;
}
.footer-block1 h1 {
  -webkit-text-stroke: 1px #e26310;
  -webkit-text-fill-color: transparent;
  font-family: "Manrope Alt", Sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.8em;
}
.footer-block1 h6 {
  color: #abafb5;
  font-size: 13px;
}
.footer-block2 i {
  float: left;
  padding-top: 1px;
  padding-right: 7px;
  font-size: 23px;
}
.footer-section h5 {
  font-weight: bold;
}
.footer-block2 p {
  margin: 19px 1px 5px;
  color: #e0e1e4;
}
.footer-block2 a {
  color: white;
  transition: 0.7s;
}
.contactSec,
.footer-block2 a:hover {
  color: #e26310;
}
.footer-block2 ul {
  padding: 0;
  margin-top: 26px;
}
.footer-block2 ul li {
  display: inline-block;
  border: 1px solid #e26310;
  margin: 0 -2px;
  overflow: hidden;
}
.footer-block2 ul li a {
  color: white !important;
  /*height: 100;*/
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
}
.footer-block2 ul li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #e26310;
  top: -100%;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.footer-block2 ul li a:hover::before {
  top: 0;
}
.footer-block3 i {
  padding-right: 7px;
  float: left;
  font-size: 23px;
}
.footer-block3 ul {
  padding: 0 0 0 20px;
  margin: 17px 0 34px;
  list-style: none;
}
.footer-block3 ul li {
  /* display: inline-block; */
  line-height: 2;
}
.footer-block3 ul li span {
  margin-right: 5px;
}
.footer-block3 a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}
.footer-block3 a:hover {
  color: #e26310;
}
.footer-block4-menu ul a {
  color: #e0e1e4;
  line-height: 45px;
  position: relative;
  transition: 0.5s;
}
.footer-block4-menu ul a:hover {
  color: #e26310;
}
.footer-block4-menu ul i {
  margin-right: 10px;
}

/* footer */

.black {
  position: relative;
}
.black::before {
  background-color: #27385d !important ;
}
.black::after {
  color: #27385d !important ;
}
.sec5 {
  padding: 70px 0;
}
.side_fixed_icons {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  transform: translateY(-16%);
  width: 15%;
}
.side_fixed_icons a {
  display: flex;
  align-items: center;
  padding: 5px 0;
  position: relative;
  /* left: 72%; */
  right: -12%;
  transition: 0.7s;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
}

.side_fixed_icons img {
  width: 20%;
  margin-right: 10px;
}
.side_fixed_icons a:nth-child(2) img {
  width: 23%;
}
.side_fixed_icons span {
  color: black;
}
/* .lb-details{
  display: none;
} */
.side_fixed_icons a {
  background-color: white;
  color: black;
  border-radius: 50px 0 0 50px;
  padding: 5px 0;
  padding-left: 10px;
  margin: 0 0 8px;
}
.sec6 {
  padding: 70px 0;
}

.sec6 h2 {
  display: inline-block;
  position: relative;
}
.sec6 h2::before,
.sec6 h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #27385d;
  height: 2px;
  width: 50%;
}
.sec6 h2::after {
  width: 47%;
  bottom: -5px;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}
.position-lg-absolute {
  position: absolute;
  bottom: 0;
}
.offcanvas-backdrop.show {
    opacity: 0 !important;
}
.fileList li{
  text-transform: capitalize;
}
.bg-gray{
  background-color: #333 !important;
}
.modal-backdrop{
      display: none !important;
    }
@media (max-width: 992px) {
  .position-lg-absolute {
    position: relative;
  }
}
.blogs {
  cursor: pointer;
}
@media (max-width: 992px) {
  .position-lg-absolute {
    position: relative;
  }
}
.blogs {
  cursor: pointer;
}
@media (max-width: 992px) {
  .sec1-caption span{
  font-size: 16px !important;
}
.sec1-caption h2{
    font-size: 40px !important;
}
.sec1-caption h6 {
    font-size: 13px !important;
}
  .position-lg-absolute {
    position: relative;
  }
}
.blogs {
  cursor: pointer;
}
@media (max-width: 992px) {
  .position-lg-absolute {
    position: relative;
  }
}
.blogs {
  cursor: pointer;
}
@media (max-width: 992px) {
  .position-lg-absolute {
    position: relative;
  }
}
.blogs {
  cursor: pointer;
}
@media (max-width: 992px) {
  .position-lg-absolute {
    position: relative;
  }
}
.blogs {
  cursor: pointer;
}
@media (max-width: 992px) {
  .position-lg-absolute {
    position: relative;
  }
}
.blogs {
  cursor: pointer;
}
@media (max-width: 992px) {
  .position-lg-absolute {
    position: relative;
  }
}
.blogs {
  cursor: pointer;
}

/* about page */
.innerPage {
  background-size: cover;
  background-position: center;
  padding: 250px 0 200px;
  position: relative;
}

.mouse_scroll {
  display: block;
  width: 24px;
  height: 60px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.pg1 .mouse_scroll {
  bottom: 20%;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}

.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 2s infinite;
  -moz-animation: mouse-scroll 2s infinite;
  animation: mouse-scroll 2s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.abtSec2 h4 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 900;
  color: #27385d;
  display: block;
  position: relative;
}
.abtSec2 h4::before,
.abtSec2 h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #27385d;
  height: 2px;
  width: 22%;
}
.abtSec2 h4::after {
  width: 20%;
  bottom: -5px;
}
.abtSec3::before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 55%);
  height: 100%;
  width: 100%;
  z-index: 0;
  content: "";
}
.abtSec3Content {
  position: absolute;
  top: 50%;
  left: 0;
  color: white !important;
  transform: translateY(-50%);
}
.about-img {
  position: relative;
}
.about-img::before {
  position: absolute;
  content: "";
  left: -15px;
  width: 80%;
  border: 4px solid #e86556;
  bottom: -15px;
  top: -15px;
  z-index: -1;
}
.abt-pro {
  border-left: 4px solid #e8e8e8;
  padding: 25px;
  margin: 20px 0;
  height: 180px;
  position: relative;
}
.abt-pro h5 {
  color: #e86556;
}
.abt-pro ul {
  padding-left: 0px;
}
.abt-pro ul li {
  color: #555;
  line-height: 30px;
  list-style: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.abt-pro ul li i {
  padding-right: 5px;
  color: #e86556;
}
.abt-pro ul li:hover {
  padding-left: 5px;
}
.abt-pro span {
  position: absolute;
  right: 25px;
  bottom: 10px;
  font-size: 80px;
  opacity: 0.1;
  z-index: -1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.businessEthicsSec {
  background-image: url(../images/businessEthicsSecBg.png);
  background-position: center top;
  height: auto;
  height: initial;
  padding-top: 0px;
  background-size: cover;
  padding: 100px 0 70px;
}
.businessEthicsSec h1 {
  font-size: 50px;
  margin-bottom: 25px;
}
.businessEthics {
  z-index: 1;
  position: relative;
  padding: 70px 70px;
}
.businessEthics h2 {
  font-size: 25px;
}
.businessEthics::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: white;
  z-index: -1;
  opacity: 0.88;
}
.contactImg {
  background-image: url(../images/about.jpg);
  background-size: cover;
  background-position: center bottom;
  height: 120%;
}
.contactSec a {
  color: #121c22;
  transition: 0.7s;
}
.contactSec {
  padding: 70px 0 120px;
}
.contactSec .contactLink a {
  color: #121c22;
  font-weight: 900;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.contactSec a:hover {
  color: #e26310;
}
.contactForm {
  padding: 50px 60px;
  position: relative;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
  border: 1px solid rgb(0 0 0 / 13%);
  z-index: 1;
  border-radius: 2%;
    overflow: hidden;
}
.contactForm::before {
  background-color: whitesmoke;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.88;
}
.proSec {
  background-color: #f3f3f3;
  background-image: url(/resource/project/yg1_product_threading_bg1_2.png);
  background-position: center top;
  height: auto;
  height: initial;
  background-size: contain;
}
.inner-banner {
  padding: 200px 0 100px;
  background: url(../images/in-ban.jpg) center;
  background-size: cover;
  position: relative;
}
.inner-banner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
.in-ban-title {
  text-align: center;
}
.in-ban-title h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.in-ban-title ul {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.in-ban-title ul::before {
  position: absolute;
  content: "";
  left: -35px;
  top: 12px;
  width: 25px;
  height: 2px;
  background: #fff;
}
.in-ban-title ul li {
  display: inline-block;
  color: #e66445;
}
.in-ban-title ul li a {
  color: #fff;
  text-decoration: none;
}
.in-ban-title ul li a i {
  padding: 0 5px;
}
.inner-matter {
  padding: 100px 40px;
}
.pro-title h2 {
  color: #e66445;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}
.pro-title h2::before {
  position: absolute;
  content: "";
  left: 25px;
  bottom: -9px;
  background: #f1f1f1;
  height: 2px;
  width: 50px;
}
.pro-title h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  height: 8px;
  width: 8px;
  background: #121c22;
  box-shadow: 12px 0px 0px #e66445;
}
.pro-box {
  border: 1px solid #ececec;
  padding: 10px;
  margin: 20px 0;
  position: relative;
}
.pro-box::before,
.pro-box::after {
  border: 1px solid #e66445;
  content: "";
  height: calc(100% - 90%);
  pointer-events: none;
  position: absolute;
  transition: all 0.33s ease 0s;
  width: calc(100% - 90%);
}
.pro-box::before {
  border-width: 1px 0 0 1px;
  left: -5px;
  top: -5px;
}
.pro-box p {
  margin: 0;
  padding: 8px 10px;
  text-align: center;
  font-size: 15px;
  color: #555;
  border: 1px dashed rgb(255, 205, 193);
}
.pro-box::after {
  border-width: 0 1px 1px 0;
  bottom: -5px;
  right: -5px;
}
.pro-table h3 {
  font-size: 22px;
  color: #121c22;
  margin: 30px 0;
  font-weight: 600;
  position: relative;
}
.pro-table h3::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -12px;
  background: #f1f1f1;
  height: 2px;
  width: 50px;
}
.pro-table h3 span {
  position: absolute;
  font-size: 15px;
  color: #e86556;
  left: 0;
  bottom: -18px;
}
.pro-table h3 span:nth-child(1) {
  left: 52px;
}
.pro-table h3 span:nth-child(2) {
  left: 60px;
}
.pro-table h3 span:nth-child(3) {
  left: 68px;
}
.pro-table h3 span:nth-child(4) {
  left: 76px;
}
table tr td {
  padding: 10px;
  font-size: 15px;
  color: #555;
  vertical-align: middle;
}
.side-cnt {
  background: url(../images/cnt-side.jpg);
  padding: 70px 50px;
  color: #fff;
  position: relative;
  margin-top: 30px;
}
.side-cnt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
  background: #222;
}
.side-cnt h4,
.side-cnt p,
.side-cnt a {
  position: relative;
  z-index: 9;
}
.side-cnt a {
  border-bottom: 1px solid #e86556;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #e86556;
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.side-cnt a i {
  padding-left: 10px;
}
.side-cnt a:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.pro-table ul li {
  color: #555;
  line-height: 30px;
  list-style: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.pro-table ul li i {
  padding-right: 5px;
  color: #e86556;
}
.pro-table h6 {
  color: #e66445;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.v-uppertext {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.innerPage h1 {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: -0.01em;
  margin-top: 5px;
}
.innerPage h5 {
  color: #ffffff;
  float: none;
  font-size: 18px;
  font-weight: 300;
  height: auto;
  height: initial;
  letter-spacing: -1px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  text-align: center;
  width: auto;
  width: initial;
  letter-spacing: -0.01em;
}
.text-64 {
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 38px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.sec1-caption h2,
.sec1-caption1 h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 5px;
}
.sec1-caption h6,
.sec1-caption1 h6 {
  font-size: 18px;
}
.pageImg {
  background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)),
    url(../images/about-ban.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  position: relative;
}
.text-64 {
  color: #ffffff;
  float: none;
  font-family: "Titillium Web", sans-serif;
  font-size: 38px;
  height: auto;
  height: initial;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  position: relative;
  text-align: center;
  width: auto;
  width: initial;
}
.allpro {
  /* background: white; */
  /* background-color: red; */
  position: relative;
  z-index: 1;
}
.allpro::before {
  background-image: url(../images/product_bg2.jpg);
  /* mix-blend-mode: color-dodge; */
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
.products {
  background-color: #f3f3f3;
  background-image: url(../images/product_threading_bg1.png);
  height: initial;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 150px;
  position: relative;
  background-size: 100%;
}
.probgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#accordion1,
#accordion3 p {
  margin: 0;
  padding: 8px 10px;
  text-align: center;
  font-size: 15px;
  color: #555;
  border: 1px dashed rgb(255, 205, 193);
}
.products .nav-tabs a {
  color: #e66445;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.products .nav-tabs li a {
  padding: 0.5em 1em;
  border-bottom: 1px solid #dee2e6;
}
.products .nav-tabs .active a {
  background: #e66445;
  font-weight: 500;
  color: white;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0b4364;
  font-weight: bold;
  background-color: #f7f7f7;
  border-color: #dee2e6 #dee2e6 #fff;
}
.products .nav-tabs {
  margin-bottom: 20px;
}
.products .tab-pane .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(0 0 0 / 6%);
  border-radius: 0.25rem;
  box-shadow: 0px 0px 17px rgb(0 0 0 / 8%);
}
.pro-box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.pro-box a::before {
  background: #e26310ad;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "View More";
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transform: scale(0);
  transition: 0.7s;
}
.abtSec2 img{
  width: 20%;      
}
.pro-box:hover a::before {
  transform: scale(1);
}

.blogs {
  cursor: pointer;
}
.contactInfo ul{
  margin-bottom: 10px;
}
.contactInfo ul li{
  display: flex;
  align-items: start;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding: 22px 0;
}
.contactInfo ul li img{
  width: 5%;
  position: relative;
  margin-right: 10px;
}
.contactInfo ul li p{
  margin: 0;
}
.history-sec-container{
  padding-bottom: 150px !important;
}
.contactInfo ul li p a{
  color: #555;
  line-height: 25px;
}
.d-img{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.d-img img{
  width: 20%;
  filter: drop-shadow(0px 0px 8px rgb(0 0 0 / 18% ));
  border: 1px solid rgb(0 0 0 / 2% );
}

@media (max-width: 992px) {
  .position-lg-absolute {
    position: relative;
  }
  .navbar-brand{
    width: 80% !important;
  }
}
@media (max-width: 768px) {
  body p, body {
      color: #555;
      line-height: 17px;
      font-size: 12px;
      margin: 0;
  }
  body p{
      margin: 0;
    }
  .d-img img {
    width: 35%;
  }
  .d-img h1 {
    font-size: 1.5em;
    margin: 0 15px;
  }
  header .container-fluid{
    padding: 0;
  }
  .navbar-brand{
    padding-left: 20px;
  }
  .nav-link{
        color: rgb(39, 56, 93) !important;
      }
   .dropdown-toggle{
        color: rgb(39, 56, 93) !important;
  }
    header .navbar ul li {
      padding: 20px 0 0;
  }
   .products {
     background-color: #f3f3f3;
     background-image: none !important;
     padding-top: 80px;
    }
    .products .img-bg{
      display: block !important;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1;
    }
    .navbar-nav{
      justify-content: start !important;
      align-items: start !important;
      padding: 0 30px;
      background: white;
    }
    .side_fixed_icons{
      width: 30%;
    }
    .dropdown-toggle::after{
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
      color: rgb(39, 56, 93);
    }
    .innerPage {
        padding: 100px 0 !important;
    }
    .aboutBgP{
      display: none;
    }
    .abtSec3Content{
      background-image: linear-gradient(rgb(0 0 0 /50%),rgb(0 0 0 /50%)), url(../images/abt-banner2.jpg);
      background-size: cover;
      background-position: center;
      position: relative;
      top: 0;
      transform: translateY(0);
      padding: 30px 20px;
    }
    .mouse_scroll {
      /* bottom: -20%; */
    }
    .m_scroll_arrows{
      width: 8px;
      height: 8px;
    }
    .inner-matter {
      padding: 28px 0;
    }
    .col-md-6.abt-page {
      margin: 30px 0 0 0;
    }
    .abt-page h6 {
      font-size: 12px;
    }
    .abt-page h2 {
      font-size: 20px;
      line-height: 1;
      font-weight: 900;
      margin-top: 4px;
      color: #27385d;
    }
    .abt-page ul{
      padding-left: 1em;
    }
    .abt-page p{
      margin-bottom: 10px;
    }
    .sec5 {
      padding: 0 0;
    }
    .blog-content {
      margin: 16px 0 0;
      position: relative;
    }
    .blog-content h5{
      font-size: 14px;
    }
    .sec6 {
    padding: 20px 0;
  }
  .sec6 h2 {
      display: inline-block;
      position: relative;
      margin: 15px 0;
      margin-top: 15px;
      padding-bottom: 5px;
    }
    footer {
      background-color: #121c22;
      color: white;
      padding: 20px 0;
    }
    .footer-block1 h1 {
      font-size: 30px;
      line-height: 1;
      margin: 7px 0;
    }
    .footer-block1 h6{
      display: none;
    }
    .footer-block2 {
      margin: 15px 0 0 0;
    }
    .footer-block2 p {
      margin: 0;
    }
    .footer-block2 ul {
      padding: 0;
      margin-top: 0;
    }
    .footer-block2 ul li a {
      padding: 6px 8px;
    }
    .position-lg-absolute{
      margin: 8px 0 0 0;
    }
    .footer-block3 ul {
      padding: 0 0 0 1em;
      margin: 0 0 15px;
      list-style: none;
    }
    .footer-block4 {
      margin: 10px 0 0;
    }
    .footer-block4-menu ul{
      padding: 0 0 0 1em;
    }
    .footer-block4-menu ul a{
      line-height: 25px;
    }
    .abtSec2 img{
      width: 14%;
    }

    .abtSec2 h4{
        font-size: 20px;
      line-height: 35px;
    }
    .abtSec3Content h3{
      font-size: 20px;
    }
    .abt-pro {
      border-left: 4px solid #e8e8e8;
      padding: 11px;
      margin: 6px 0;
      height: inherit;
      position: relative;
    }
    .side_fixed_icons {
      width: 32%;
    }
    .history-sec h6{
      font-size: 13px;
    }
    .history-sec h2{
      font-size: 20px;
    }
    .history-sec-container{
      padding-bottom: 0 !important;
    }
    .director-sec h2{
      font-size: 20px;
    }
    .products{
      padding-top: 50px;
    }
    .products h2, 
    .products h1{
      font-size: 20px;
    }
    .contactSec {
        padding: 20px 0 20px;
    }
    .map1 h1{
      font-size: 20px;
      font-weight: bold;
    }
    .map1 {
      padding-bottom: 0;
    }
    .businessEthicsSec{
        padding: 55px 0 20px;
    }
    .businessEthicsSec h1 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .businessEthics {
      padding: 20px 25px;
    }
    .pgBg1{
      padding: 64px 0 40px !important;
    }
    .innerPage h1 {
      font-size: 20px;
    }
    .innerPage h3 ,
    .innerPage h4,
    .innerPage h5 {
      font-size: 15px;
    }
    .contactForm{
          padding: 20px 20px;
          margin-top: 10px;
          border-radius: 1%;
    }
    .allpro h4{
      font-size: 13px;
    }
  }
  /* Custom CSS to open collapsed navbar from left to right */
@media (max-width: 1024px) {
  .dropdown-menu li a {
      display: block;
      padding: 8px 0;
      font-size: 13px;
  }
  .nav-link{
        color: rgb(39, 56, 93) !important;
      }
   .dropdown-toggle{
        color: rgb(39, 56, 93) !important;
  }
    header .navbar ul li {
      padding: 20px 0 0;
  }
  .dropdown-toggle::after {
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
      color: rgb(39, 56, 93);
  }
  .offcanvas-backdrop.show {
      opacity: 0.5 !important;
  }
}