.innerbanner {
  padding: 50px 0;
  background-color: #5d5b5b;
  margin-top: 100px;
}
p {
  font-size: 18px;
  line-height: 1.6;
}
.innerbanner h2 {
}
.innerbanner p {
  font-size: 21px;
}
.aboutsec1 {
  padding: 60px 0;
  background-color: #000;
}
.aboutsec1 .grid {
  display: grid;
  grid-template-columns: 42fr 58fr;
  gap: 70px;
  align-items: center;
}
.aboutsec1 img {
  width: 100%;
  display: block;
}
.aboutsec1 h3 {
  font-size: 14px;
  letter-spacing: 6px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.aboutsec1 h3 span {
  background-color: #000;
  padding-right: 20px;
  position: relative;
}
.aboutsec1 h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.aboutsec1 h2 {
  text-align: left;
}
.aboutsec1 p {
}

.aboutsec2,
.aboutsec3,
.aboutsec4 {
  padding: 0 0 70px 0;
  background-color: #000;
}
.aboutsec2 h4,
.aboutsec3 h4,
.aboutsec4 h4 {
  font-size: 14px;
  letter-spacing: 6px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.aboutsec2 h4 span,
.aboutsec3 h4 span,
.aboutsec4 h4 span {
  background-color: #000;
  padding: 0 20px;
  position: relative;
}
.aboutsec2 h4::before,
.aboutsec3 h4::before,
.aboutsec4 h4::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 1px;
  width: 40%;
  background-color: #fff;
}
.aboutsec2_bx {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.aboutsec2_bx img {
  width: 100%;
  display: block;
}
.aboutsec2_bx_in {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  padding: 50px;
}
.aboutsec2_bx_in h3,
.aboutsec4_bx_in h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  margin: 0 0 20px;
}
.aboutsec3 .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  text-align: center;
  align-items: center;
  margin-top: 50px;
}
.aboutsec3 .grid img {
  height: 50px;
  margin-bottom: 20px;
}
.aboutsec4 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.aboutsec4_bx {
  position: relative;
  display: block;
  width: 100%;
}
.aboutsec4_bx::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  content: "";
  background: linear-gradient(to top, #000, transparent);
}
.aboutsec4_bx img {
  width: 100%;
  display: block;
}
.aboutsec4_bx_in {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px;
}
/*contactpg*/
.contactpg {
  padding: 50px 0;
  position: relative;
  display: block;
  background-color: #000;
}
.contactpg .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 60px;
  /* align-items: center; */
}
.contact_left {
}
.contact_right {
  /* padding: 10rem 0; */
  position: relative;
  /* background-color: rgba(233, 233, 233, 0.47); */
}
/* .contact_right::before {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(233, 233, 233, 0.47);
  display: block;
  z-index: -1;
} */
.contact_left h3,
.contact_right h3 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 0;
  color: #fff;
  position: relative;
  font-family: "Times New Roman", Times, serif;
}
.address1 {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0;
  margin-bottom: 20px;
}
.address1 span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008080;
}
.address1 span img {
  height: 15px;
}
.address1 h4 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
}
.address1 p {
  font-weight: 500;
}
.address2 {
  align-items: center;
}
.address2 a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.contact_right {
  /* padding: 100px 0 30px 50px; */
}
.contact_right h3 {
  margin-bottom: 10px;
}
.contact_right p {
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 500;
}
.contact_right .flex input.form-control,
.contact_right .flex textarea.form-control,
.contact_right select.form-control {
  width: 100%;
  box-shadow: none;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  margin-bottom: 10px;
}
.contact_right select.form-control {
  margin-bottom: 10px;
  cursor: pointer;
}
.contact_right select.form-control option {
}
.contact_right .flex textarea.form-control {
  height: 120px;
  padding: 20px;
}
.contact_right .flex {
  text-align: left;
}
.contact_right .flex button {
  margin: 20px auto auto;
  background-color: #cda934;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 5px 5px 20px;
  transition: all 0.3s;
}
.contact_right .flex button:hover {
  background-color: #008080;
}
.contact_right .flex button img {
  height: 30px;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
/*contactpg*/

/*products_pg*/
.products_pg {
  padding: 60px 0;
  background-color: #000;
}
.products_pg .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.products_pg .grid a {
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.products_pg .grid a .img {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.products_pg .grid a .img img {
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s;
}
.products_pg .grid a:hover .img img {
  transform: scale(1.05);
}
.products_pg .grid a h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-size: 16px;
  text-align: center;
}

.product_pg_top {
  margin-top: 100px;
  padding: 50px 0;
  background-color: #000;
}
.product_pg_top h2 {
  text-align: left;
}
.product_pg_top h3 {
  font-size: 36px;
  color: #d1a932;
  font-family: "Times New Roman", Times, serif;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.product_pg_top_desc {
  margin: 20px 0;
  background-color: #141414;
  padding: 30px 40px;
  border-radius: 20px;
}
.product_pg_top_desc .flex {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}
.product_pg_top_desc .flex em {
	    font-style: normal;
}
.product_pg_top_desc .flex em:first-child {
  color: #cda934;
      font-style: normal;
}
.product_pg_top p {
  font-size: 14px;
}
.product_pg_top .mySwiper22 {
  height: 80%;
  width: 100%;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 42px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 37%;
  /* transform: translateY(-30%); */
}
.product_pg_top .mySwiper11 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
  overflow: hidden;
}
.product_pg_top a.ft_careers {
  display: inline-flex;
  width: auto;
  padding: 10px 30px;
  font-size: 16px;
}
.product_pg_top a.ft_careers:hover {
  background-color: #1690cf;
  color: #fff;
}
.product_pg_top .mySwiper11 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product_pg_top .mySwiper11 .swiper-slide-thumb-active {
  opacity: 1;
}
.product_pg_top .swiper-button-next,
.product_pg_top .swiper-button-prev {
  background-image: url(../images/right_white.svg);
  opacity: 0.4;
  right: 2%;
}
.product_pg_top .swiper-button-prev {
  left: 0;
  background-image: url(../images/left_white.svg);
  opacity: 0.4;
  left: 2%;
}
.swiper-slide img {
  width: 100%;
}
.product_pg_top .mySwiper22 .swiper-slide img {
  display: block;
  width: 100%;
  /* height: 450px; */
  object-fit: cover;
  object-position: center center;
  /* height: 100%; */
}
/*products_pg*/
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .contactpg .grid,
  .products_pg .grid,
  .aboutsec1 .grid,
  .aboutsec4 .grid,
  .aboutsec3 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .contact_left h3,
  .contact_right h3 {
    font-size: 24px;
  }
  .address1 h4 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .innerbanner p {
    font-size: 16px;
  }
  .product_pg_top .col-sm-7 {
    padding-left: 15px !important;
    margin-top: 40px;
  }
  .product_pg_top h3 {
    font-size: 24px;
  }
  .product_pg_top_desc {
    padding: 20px;
  }
  .product_pg_top_desc .flex {
    font-size: 14px;
  }
  .products_pg {
    padding: 40px 20px;
  }
  .aboutsec2_bx_in,
  .aboutsec4_bx_in {
    padding: 20px;
    width: 100%;
  }
  .aboutsec2_bx_in h3,
  .aboutsec4_bx_in h3 {
    font-size: 21px;
  }
  .aboutsec2_bx_in p,
  .aboutsec4_bx_in p {
    font-size: 14px;
    line-height: 1.6;
  }
  .aboutsec2_bx img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
}
