/* contact us page */
/* Banner */
.banner-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
  z-index: -1;
}
.banner-section .container {
  position: absolute;
  bottom: 2%;
}
.banner-section h1 {
  color: #ffffff;
  z-index: 2;
  left: auto;
}

.banner-section .breadcrumb {
  z-index: 2;
  left: auto;
  z-index: 2;
  font-size: 16px;
}

.banner-section .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.banner-section .breadcrumb .breadcrumb-item a {
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
}
.contact-banner {
  background-image: url("../img/contact-banner.png");
}
.our-company-banner {
  background-image: url("../img/our-company-banner.png");
}
.quality-banner {
  background-image: url("../img/quality-banner.png");
}
.products-banner {
  background-image: url("../img/product-banner.png");
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  opacity: 0.75;
}

/* inquiry form  */
.inquiry-form .form-control {
  padding: 10px;
  border: none;
  outline: none;
  box-shadow: none;
}
.our-product h2 {
  max-width: 100% !important;
}
.inquiry-form .btn {
  border-radius: 6px;
}
.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  background: transparent;
}
.contact-form .input-box input::placeholder,
.contact-form .input-box textarea::placeholder {
  color: #666666;
}
.contact-form .input-box input,
.contact-form .input-box textarea {
  color: #fff;
}
.contact-form .input-box input:focus,
.contact-form .input-box textarea:focus {
  border-color: #666666;
  outline: 1px solid rgba(255, 255, 355, 0.5);
}
.map-modal .modal-content {
  background: transparent;
}

.modal-backdrop.show {
  opacity: 0.7;
}
.map-modal .btn-close {
  filter: brightness(0) invert(1);
}

/* contact-detail  */
.contact-detail .contact-social-icons img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%)
  hue-rotate(0deg) brightness(95%) contrast(90%);
}
.contact-detail .icon-box img {
  max-width: 75px;
}

.contact-detail .button_su_inner {
  background-color: transparent;
  border: 1px solid #666666;
  color: #666666;
  transition: all 0.5s;
}
.contact-detail .button_su_inner:hover {
  color: #f4f4f4;
}
.about-company .feature-card p {
  white-space: pre-line;
}

.about-company .feature-card a {
  color: #666666;
}

/* inquiry form */
.solution-img {
  position: relative;
  height: 100%;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%) !important;
  z-index: 2;
}
.solution-img img {
  position: absolute;
  z-index: 2;
}
.inquiry-form .solution-content {
  position: relative;
  z-index: -1;
}
.inquiry-form iframe {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%) !important;
  height: 100%;
}
.contact-form {
  position: relative;
  z-index: 0;
  width: 95%;
  padding: 70px 40px 70px 40px;
  margin: 0 0 0 auto;
}
form.contact-form::before {
  background: #202231;
  width: 100vw;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.inquiry-form h3 {
  color: #6fb7e9;
}
.inquiry-form .button_su_inner {
  background-color: #6fb7e9;
}
.modal-dialog {
  max-width: 700px;
}

/* about page */
.our-company-about .our-company-about-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.vision-mission {
  padding: 100px 0;
}
.vision-mission .container-fluid {
  max-width: 1650px;
  margin: 0 auto;
}
.vm-box {
  color: #fff;
  position: relative;
  height: 100%;
}
.vm-icon {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 0 10px;
  max-width: 130px;
}
.vm-icon::before {
  position: absolute;
  content: "";
  background-color: #1b1d2d;
  width: 100%;
  height: 5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.vm-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.vm-content p {
  color: rgba(255, 255, 255, 0.85);
}

.vision-box {
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.mission-box {
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.mission-box .vm-content {
  justify-content: space-between;
}

/* quality page */
.quality-about {
  max-width: 1650px;
  margin: 0 0 0 auto;
  z-index: 0;
  /* width: calc(100% - 1em); */
}
.quality-about .aboutSwiper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.quality-about .aboutSwiper .swiper-slide img {
  max-height: 600px;
  object-fit: cover;
}
.about-company::before {
  z-index: -1;
}

/* products page */
.products-section {
  background-color: #f3f3f3;
}
.products-section .our-product-btn-transparant {
  border: 1px solid #222433;
}
.products-section .black-overlay {
  background-color: #f3f3f3;
}
.products-section .our-product-btn-transparant span {
  color: #2b2e34;
}

/* sub product page */
.sub-product .feature-card {
  padding: 15px 15px 25px;
  display: inline-block;
  position: relative;
}
.sub-product .feature-card img {
  max-width: 100%;
  transition: all 0.5s;
}
.sub-product .feature-card h6 {
  font-size: 20px;
  padding-right: 50px;
}
.sub-product .feature-card .sub-product-icon-box {overflow: hidden;}
.sub-product .feature-card .sub-product-icon-box img {
  overflow: hidden;
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.sub-product .feature-card:hover .sub-product-icon-box img {
  transform: scale(1.04);
}
.sub-product .feature-card .sub-product-icon-box::after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: 5px;
  right: 5px;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}
.sub-product .feature-card .view-detail-btn img {
  max-width: 30px;
}
.sub-product .feature-card:hover .sub-product-icon-box::after {
  opacity: 1;
  height: 50px;
  width: 50px;
}
.sub-product .feature-card:hover .sub-product-icon-box::before {
    opacity: 1;
}
.sub-product .feature-card .sub-product-icon-box::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../img/right-up.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
}

/* product detail page */
.spec-table {
  border-collapse: collapse;
  position: relative;
}
.spec-table thead th {
  background: #2b2e34;
  color: #fff;
  padding: 15px 12px;
  text-align: left;
  border: 1px solid #cccccc;
  text-transform: uppercase;
}
.spec-table td,.spec-table th {
  padding: 12px 12px;
  border: 1px solid #cccccc;
  background: #fff;
  font-weight: 400;
}
.spec-table th {
  font-weight: 600;
}
.product-detail .button_su_inner {
  background-color: transparent;
  border: 1px solid #2b2e34;
  color: #2b2e34;
  transition: all 0.5s;
}
.product-detail .button_su_inner:hover {
  color: #f4f4f4;
  border: 1px solid transparent;
}
.product-detail-table-btn {
  margin-top: 30px;
}
.product-detail-table .title {
  font-size: 24px;
}
.product-detail-table {
  background-color: #f3f3f3;
}
.product-detail-table p {
  color: #2d2d2d;
}
.product-detail-table table p {margin: 0; padding: 0;}
.product-detail-table i {
  font-size: 15px;
  color: #4071b3;
  margin-right: 3px;
}
.product-detail-benifits .our-box p {
  max-width: 100%;
}
.product-detail-table .feature-card {
  padding: 40px 30px;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.product-detail-table ul li {
  position: relative;
  padding: 0 0 16px 25px;
}
.product-detail-table ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #ff2d16;
  box-shadow: 2px 2px 0px #000;
  top: 8px;
  left: 0;
  z-index: 1;
  transform: rotate(35deg);
}

.product-detail-list ul {
  padding-left: 0px;
}

.product-detail-list ul li {
  position: relative;
  padding: 0 0 16px 25px;
}

.product-detail-list ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #ff2d16;
  box-shadow: 2px 2px 0px #000;
  top: 8px;
  left: 0;
  z-index: 1;
  transform: rotate(35deg);
}

.key-feature-benefit {
  background-color: #f3f3f3;
}

.feature-title-box {
  color: #2b2e34;
  font-size: 26px;
  letter-spacing: 0.1px;
  line-height: 1.2;
  padding: 0 10px;
}

.feature-box + .feature-box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 15px;
}

.product-detail-table ul {
  position: relative;
  padding: 10px 0px;
}

.product-detail-table ul:last-child {
  margin-bottom: 0;
}

.product-detail-table .feature-title-box {
  position: sticky;
  top: 49px;
  padding-top: 15px;
}

.product_spec + .product_spec {
  padding-top: 35px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}

.product-detail {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-detail-table {
  padding-top: 60px;
}

/* other product button */
.other-serives-inr > button {
  background: #4071b3;
  color: #fff;
  text-transform: uppercase;
  position: fixed;
  left: -80px;
  z-index: 1;
  top: 54%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border: 0;
  transform: translateY(-50%) rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.other-serives-inr > button svg,
.other-serives-inr > button img {
  width: auto;
  height: 18px;
  object-fit: contain;
}
.offcanvas-header {
  display: flex;
  align-items: center;
}
.other-serives-inr h2#offcanvasExampleLabel {
  font-size: 32px;
  padding: 25px 0 0 0;
  color: #2b2e34;
}
.offcanvas-title {
  margin-bottom: 0;
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
}
.other-serives-inr .other-serives-menu {
  display: grid;
  column-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.other-serives-inr .other-serives-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px 12px 8px;
  position: relative;
  color: #444;
  display: inline-block;
}
.other-serives-inr .other-serives-menu li a {
  font-size: 18px;
  padding: 10px 16px 10px 8px;
  position: relative;
  color: #2b2e34;
  display: inline-block;
  transition: all 0.5s;
}
.other-serives-inr .other-serives-menu li:hover a {
  color: #4071b3;
}
.other-serives-inr .other-serives-menu li a img {
  transition: 0.5s ease;
  height: 32px;
  width: 32px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.65);
  margin-right: 12px;
}
.other-products .offcanvas-body .other-serives-menu li {
  position: relative;
  padding: 0 0 0 25px;
}
.other-products .offcanvas-body .other-serives-menu li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #ff2d16;
  box-shadow: 2px 2px 0px #000;
  top: 16px;
  left: 0;
  z-index: 1;
  transform: rotate(35deg);
}
#offcanvasExample .offcanvas-header {
  position: sticky;
  top: 0;
  /* background: #f3f3f3; */
  z-index: 2;
}

#offcanvasExample .offcanvas-body {
  height: 35vh;
  overflow-y: auto;
  scrollbar-width: none;
  padding-bottom: 100px;
}
.other-products .btn-close:focus {
  box-shadow: none;
}
.other-serives-inr .offcanvas {
  height: 40vh;
}
.other-products {
  position: relative;
  background-color: #f3f3f3;
  height: 100%;
}
.other-products::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/about-company-bg.png");
  z-index: 0;
  opacity: 0.3;
}
.other-products .btn-close {
  transition: all 0.5s;
}

.other-products .btn-close.animate-close {
  transform: rotate(90deg) scale(0.8);
  opacity: 0.5;
}

.product-contact-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-contact-sec .product-detail-table-btn {
  border-top: 1px solid #cecece;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}
.product-contact {
  font-size: 22px;
}


/* ============= */
.infrastructure_part{
  padding: 70px 0 30px;
}
.infrastructure_slide .infrastructure_slide_view .swiper-slide{
  height: unset;
}
.infrastructure_slide .infrastructure_slide_view a>img {
  max-height: 320px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.infrastructure_slide .infrastructure_slide_view a {
  height: 100%;
  position: relative;
  display: block;
}
.infrastructure_slide .infrastructure_slide_view a:after {
  background: url(./../img/plus.svg);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.55) rotate(45deg);
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
  opacity: 0;
  transition: all 0.4s;
}
.infrastructure_slide .infrastructure_slide_view a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 30%);
  z-index: 0;
  transition: all 0.4s;
  opacity: 0;
  backdrop-filter: blur(1px);
}
.infrastructure_slide .infrastructure_slide_view a:hover:before {
  opacity: 1;
}
.infrastructure_slide .infrastructure_slide_view a:hover:after {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  opacity: 1;
}
.product-detail-content-box p {margin-bottom: 0; padding-bottom: 15px;}
.product-detail-table .feature-box p{
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tnx, .error {
    padding-block: 80px;
}
.tnx .tnx-card-content .tnx-card p {
    max-width: 500px;
    margin: 15px auto;
    font-size: 20px;
    color: #444444;
    line-height: 1.6;
}
.error .error-card-content .error-card h2, .tnx .tnx-card-content .tnx-card h2 {
    font-size: 120px;
    font-weight: 600;
    color: #2b2e34;
    line-height: 1.22;
    padding-bottom: 0;
}
.error .error-card-content .error-card h4, .tnx .tnx-card-content .tnx-card h4 {
    font-size: 25px;
    font-weight: 600;
    color: #4071b3;
    text-transform: uppercase;
    line-height: 1.22;
}