@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --sjwire-lilita: "EB Garamond", serif;
  --sjwire-parafont: "Raleway", sans-serif;
  --sjwire-black: #111111;
  --sjwire-paracolor: #757575;
  --sjwire-grey: #F6F6F6;
  --sjwire-white: #ffffff;
  --sjwire-orange: #D49C05;
  --sjwire-lightshadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  --sjwire-darkshadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  --sjwire-fullradius: 60px;
  --sjwire-normalradius: 8px;
  --sjwire-tranistion: all 300ms ease-in-out;
  --sjwire-whitetxt: rgba(255,255,255,0.8);
}
:hover {
  cursor: pointer;
}
body,
html {
  overflow-x: hidden;
  font-family: var(--sjwire-parafont);
}
p {
  font-family: var(--sjwire-parafont);
  color: var(--sjwire-paracolor);
  font-size: 15px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sjwire-lilita);
  color: var(--sjwire-headcolor);
  margin-bottom: 0;
  font-weight: 400;
}
a {
  text-decoration: none;
  font-family: var(--sjwire-paracolor);
  color: var(--sjwire-paracolor);
}
img {
  max-width: 100%;
  object-fit: cover;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
.section {
  padding: 60px 20px;
}
.pt {
  padding-top: 60px;
}
.pb {
  padding-bottom: 60px;
}
.ptb {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.relative {
  position: relative;
}
.centerdiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enddiv {
  display: flex;
  align-items: center;
  justify-content: end;
}
textarea {
  resize: none;
  height: 120px;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--sjwire-darkblue);
}
button {
  outline: none;
  border: none;
}
.white-txt{
    color: var(--sjwire-white);
}
.yellow-txt{
    color: var(--sjwire-orange);
}
.text40{
    font-size: 40px;
}
.text30{
  font-size: 30px;
}
.textcenter{
  text-align: center;
  text-transform: capitalize;
}
.bg-grey{
  background: var(--sjwire-grey);
}
.themebtn{
    background: var(--sjwire-orange);
    text-align: center;
    font-family: var(--sjwire-lilita);
    color: var(--sjwire-black);
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    transition: 200ms linear;
}
.themebtn:hover{
    background: var(--sjwire-black);
    color: var(--sjwire-white);
}


.menu-shrink {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffff;
    box-shadow: -9px -10px 23px #9a9a9a;
}
.navbar-light .logo a.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-light .logo a.navbar-brand img {
    width: 100%;
    padding: 0;
}
.navbar {
    padding: 0;
}
.navbar {
    position: relative;
}
.navbar-nav .custom-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-light .logo a.navbar-brand img {
    width: 300px;
}


.hero-slider-banner{
    padding: 130px 0;
    position: relative;
    z-index: 5;
}
.hero-slider-banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,0,0,0.9), transparent);
  z-index: -1;
}
.hero-banner-content{
  position: relative;
  z-index: 5;
}
.banner1{
    background: url('../img/banner1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-banner-content h1{
    color: var(--sjwire-white);
    font-size: 50px;
    text-transform: uppercase;
}
.hero-banner-content p{
    color: var(--sjwire-whitetxt);
}
.callno:hover{
  color: var(--sjwire-orange);
}
.callno{
    color: var(--sjwire-white);
    font-size: 30px;
    transition: var(--sjwire-tranistion);
}
.callno .callicon{
    margin-right: 20px;
    transform: rotateX(30deg) rotate(30deg);
}

.technology{
    padding: 100px 0;
}
.technology{
    background: url('../img/technologybg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.technology::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black, #9143048c);
  z-index: 0;
}
.technology-left,.technology-right{
  position: relative;
  z-index: 5;
}
.technology-left p{
    color: var(--sjwire-whitetxt);
}
.technology-box{
    padding-left: 40px;
    position: relative;
}
.technology-box::after{
    content: "\f054";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--sjwire-orange);
    color: var(--sjwire-black);
    text-align: center;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    line-height: 20px;
}
.technology-box p{
    color: var(--sjwire-whitetxt);
    margin-top: 10px;
}


.who::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/about-bg-top.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.who-content{
    padding: 30px 50px;
}
.who-ul  p{
    color: var(--sjwire-black);
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin: 10px 0;
}
.who-ul  p::after{
    content: "\f054";
    position: absolute;
    top: 3px;
    left: 0;
    color: var(--sjwire-black);
    text-align: center;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    line-height: 20px;
}
.who-image img{
    width: 100%;
}


.product::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 100%;
  height: 100%;
  background: url('../img/product-bg-bottom.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.product-content{
  padding: 40px 40px 40px 40px;
  position: relative;
}
.product-content h2,
.product-content p{
    text-align: right;
}
.product-card{
    position: relative;
    overflow: hidden;
    margin: 20px;
    display: block;
}
.product-card::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.product-image img{
    transition: 300ms linear;
    width: 100%;
}
.product-image img:hover{
    transform: scale(1.1);
}
.product-detail{
    position: absolute;
    bottom: 10px;
    padding: 20px;
    z-index: 5;
}
.product-detail h4{
    color: var(--sjwire-white);
    margin-bottom: 5px;
}
.product-detail p{
    color: var(--sjwire-orange);
}



.strength-card{
  padding: 30px;
  background: var(--sjwire-white);
  box-shadow: var(--sjwire-darkshadow);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: 500ms linear;
}
.strength-card .stregth-icon{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
}
.strength-card:hover .stregth-icon{
  background: var(--sjwire-orange);
  animation: pluse 2s infinite;
}
.strength-card .stregth-icon img{
  max-width: 80px;
}
.strength-card:hover .stregth-icon img{
    filter: invert(1);
}

@keyframes pluse{
  0% {
    -moz-box-shadow: 0 0 0 0 var(--sjwire-orange);
    box-shadow: 0 0 0 0 var(--sjwire-orange);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(254, 90, 14, 0);
      box-shadow: 0 0 0 10px rgba(254, 90, 14, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0);
      box-shadow: 0 0 0 0 rgba(254, 90, 14, 0);
  }
}


footer{
  background: var(--sjwire-black) url('../img/footer-bg.png');
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.footer-logo img{
    max-width: 180px;
}
.footer-para p{
  color: var(--sjwire-whitetxt);
}
.footer-links li a{
  color: var(--sjwire-whitetxt);
  display: block;
  padding: 5px 0;
  transition: 500ms linear;
}
.footer-links li a:hover{
  color: var(--sjwire-orange);
}
.footer-contact-box{
  display: flex;
  align-items: start;
  gap: 20px;
}
.footer-contact-icon i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: var(--sjwire-white);
  background: var(--sjwire-orange);
  transition: 500ms linear;
}
.footer-contact-icon:hover i{
  animation: pluse 2s infinite;
}
.footer-contact-para p{
  color: var(--sjwire-whitetxt);
}
.footer-social-links a{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--sjwire-orange);
  display: inline-block;
  color: var(--sjwire-white);
  border-radius: 50%;
  margin-right: 10px;
}
.footer-social-links a:hover{
  background: var(--sjwire-orange);
  animation: pluse 2s infinite;
}
.bottom-footer{
  border-top: 1px solid rgba(255,255,255, 0.35);
  padding: 20px 0;
  margin: 20px 0 0 0;
}

.client-logo-img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo-img img{
  filter: grayscale(1);
  padding: 10px;
  transition: 300ms linear;
}
.client-logo-img img:hover{
  filter: grayscale(0);
}
.client-logo-slider .slick-next,
.client-logo-slider .slick-prev{
  display: none !important;
}

.facilities-content{
  padding: 50px;
}
.facilities{
  background: url('../img/technologybg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.facilities::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #111111eb;
  z-index: -1;
}
.facilities::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #d49c05eb;
  z-index: -1;
}
.orangebg p{
  color: var(--sjwire-black);
}
.orangebg ul li p,
.blackbg ul li p{
  padding: 10px 0 0 30px;
  display: block;
  position: relative;
}
.orangebg ul li p::after,
.blackbg ul li p::after{
  content: "\f054";
  position: absolute;
  top: 10px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
}
.orangebg ul li p::after{
  color: var(--sjwire-black);
}
.blackbg ul li p::after{
  color: var(--sjwire-white);
}
.blackbg p{
  color: var(--sjwire-whitetxt);
}


.breadcrumb-section{
  padding: 100px 0 50px 0;
  background: var(--sjwire-black);
}
.breadcrumb-content h2{
  font-size: 50px;
}
.breadcrumb-content ul{
  display: flex;
  gap: 10px;
}
.breadcrumb-content ul li a{
  color: var(--sjwire-white);
}
.breadcrumb-content ul li a.active{
  color: var(--sjwire-orange);
}
.googlemap iframe{
  filter: grayscale(1);
}
.contact-design{
  background: var(--sjwire-white);
  box-shadow: var(--sjwire-darkshadow);
  padding: 50px 30px;
}
.contact-info-box{
  display: flex;
  align-items: start;
  gap: 30px;
  border: 1px solid var(--sjwire-orange);
  padding: 20px;
  background: var(--sjwire-grey);
}
.contact-info-icon i{
  font-size: 25px;
  color: var(--sjwire-orange);
}
.copper-image img{
  box-shadow: var(--sjwire-darkshadow);
}

.copper-info{
  
}
.copper-icon img{
  max-width: 60px;
}
.copper-table .table{
  border-color: var(--sjwire-orange);
}
.copper-table .table>thead{
  background: var(--sjwire-orange);
  color: var(--sjwire-white);
}


.whychoose-card{
  display: flex;
  align-items: center;
  gap: 30px;
}
.whychoose-img{
  height: 100px;
  width: 100px;
  min-width: 100px;
  background: var(--sjwire-orange);
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  display: block;
}
.whychoose-card:hover .whychoose-img{
  animation: pluse 800ms linear infinite;
}
.whychoose-img img{
  width: 70px;
  filter: invert(1);
}