.marquee-item img,
.sponsors-carousel li {
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
}

.text-justify {
  text-align: justify;
}

.main-slider .slide {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-position: center;
  background-size: cover;
  height: 100vh;
  object-fit: cover;
}

.project-block-four .inner-box .image img {
  height: 350px;
  object-fit: cover;
  /* outline: solid 1px; */
  outline-offset: -8px;
}

.sponsors-carousel li {
  padding: 50px 15px;
  margin-right: -1px;
}

.service-block-six .image img {
  height: 400px;
  object-fit: cover;
}

.main-slider h1 {
  font-size: 48px;
  line-height: 60px;
  transition: none;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 30px;
}

.social-icon-one {
  margin-top: 20px;
  margin-top: var(--margin-top-25);
}

.hide,
.image-layer-none:before {
  display: none;
}

.main-slider p {
  color: #fff;
  font-size: 24px;
}

.main-slider .content-boxed {
  position: absolute;
  bottom: 45px;
  right: 10px;
  text-align: end;
}

.info-block .inner-box {
  padding: 50px 10px;
  height: 400px;
}

.abt-box .history-block .inner-box .content {
  padding-left: 0;
}

.testim-simple {
  background: url("../images/abt-bg.jpg") center/cover no-repeat fixed;
  position: relative;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testim-simple .main-title {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.margin-auto {
  margin: 0 auto;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-sec .about-lines {
  color: #0095da;
  margin-bottom: 20px;
  line-height: 1.33;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-30 {
  margin-top: 5%;
}

.about-section-two .content-column .inner-column {
  padding-right: 0;
}

.file-wrapper {
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-family: Quicksand, sans-serif;
  width: 100%;
}

.file-wrapper input {
  left: 0;
  opacity: 0.01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: 0.01;
}

.file-wrapper input#resume {
  font-size: 13px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  outline: 0;
  width: 100%;
  padding: 10px 32px;
  display: block;
  margin-bottom: 10px;
}

.file-wrapper .file-button {
  color: #fff;
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 15px;
  background: var(--main-color) !important;
  display: inline-block;
}

.custom-tab .prod-tabs .tab-btns,
.form-btn:hover {
  background: var(--main-color);
}

.file-holder {
  top: 15px;
  padding-left: 15px;
  position: absolute;
  left: auto;
}

.btn-style-two {
  padding: 12px 15px;
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn {
  padding: 12px 18px;
}

.product-bg {
  background: #015495;
}

.product-table .table {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
}

.content h5,
.product-table .table-striped > tbody > tr:nth-of-type(odd),
.tab .content p {
  color: #fff;
}

.product-table .table > thead > tr > th {
  text-align: center;
  padding: 2px 0;
}

.product-table .table > tbody > tr > td {
  padding: 0.1rem 0.5rem;
  text-align: center;
}

.product-table .table > thead {
  background: #fff;
  color: #015495;
  border: 1px solid #015495;
  text-align: center;
}

.product-table .vertical-align-middle {
  vertical-align: middle;
  width: auto;
  padding: 20px;
}

.cust-upvc-pipes .cust-sub-pipes img,
ul.product-inner-note {
  padding-bottom: 15px;
}

.product-inner-note li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.custom-tab .prod-tabs .tab-btns .tab-btn {
  background: var(--main-color);
  color: #fff;
  margin: 0;
  border: none;
}

.custom-tab .prod-tabs .tabs-content,
.middle-block {
  padding: 50px 0;
}

.about-section-two .info-column {
  width: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 130px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

#form_process,
.form-btn,
.modal-content,
.title-at {
  position: relative;
}

.modal-content {
  margin: auto;
  padding: 1rem;
  border: 5px solid var(--main-color);
  width: 600px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  color: #f1f1f1;
  font-size: 28px;
  font-weight: 700;
}

.form-btn,
label {
  display: inline-block;
  font-weight: 600;
}

.close:focus,
.close:hover {
  transform: scale(1.25);
  text-decoration: none;
  cursor: pointer;
}

.form-btn {
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  padding: 15px 25px;
  letter-spacing: 2px;
  color: var(--color-two);
  font-size: var(--font-14);
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  font-family: var(--font-family-Jost);
}

.form-btn:hover {
  color: var(--white-color);
}

#form_process {
  display: inline-block;
  margin-left: 10px;
  visibility: hidden;
}

.accordion {
  max-width: 1280px;
  margin: 40px auto;
  padding: 0 40px;
  color: #fff;
}

.tab-at {
  display: none;
  padding: 15px;
  border-top: none;
}

.title-at {
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: background-color 0.3s;
}

.title-at:hover {
  background-color: #e0e0e0;
  color: #015495;
}

.title-at h3:hover {
  color: #015495;
}

.title-at:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.3s;
  font-size: 24px;
}

.title-at.active::after {
  content: "-";
}

.item-at {
  border-radius: 5px;
  margin-bottom: 15px;
}

.title-at h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  margin: 0;
  height: auto;
}

.cur-openings,
.cur-openings h4 {
  margin-top: var(--margin-top-20);
}

.inner-product-list {
  display: inline-block;
}

.career-page-section,
.enquiry-page-section {
  padding: 120px 0 60px;
}

label {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}

.openings-list li i {
  padding-right: 5px;
  font-size: 25px;
  font-weight: 700;
  color: #00a7e9;
}

.openings-list li {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: normal;
  text-align: left;
}

.cur-openings {
  line-height: 30px;
  color: var(--color-five);
}

.cur-openings h4 {
  margin-bottom: var(--margin-bottom-10);
}

.heading-title {
  margin-bottom: 40px;
}

.sec-title p {
  line-height: 1.2em;
  text-align: justify;
}

.sec-title .text {
  margin-bottom: var(--margin-bottom-30);
}

.btm_div {
  position: fixed;
  z-index: 777;
  left: 25px;
  bottom: 15%;
  cursor: pointer;
}

.project-block-three .inner-box .image img {
  height: 350px;
  object-fit: cover;
}

.cust-sub-pipes h4 {
  margin-bottom: var(--margin-bottom-15);
}

.content h6 {
  font-size: 21px;
}

a.read-more-hide,
a.read-more-show {
  color: #fff;
  text-decoration: underline;
}

.main-header .logo-box {
  left: 30px;
}

.brand-logo img {
  display: block;
  width: 200px;
  margin: 40px auto;
  padding-right: var(--padding-right-50);
}

.project-masonry-section {
  padding: 50px 0 100px;
}

.cb {
  top: -5px;
  position: relative;
  width: 90px;
}

.marquee-content {
  display: flex;
  animation: 10s linear infinite scrolling;
}

.marquee-item {
  flex: 0 0 16vw;
  margin: 0 1vw;
}

.marquee-item img {
  display: block;
  width: 100%;
  padding: 50px 15px;
  margin-right: -1px;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-144vw);
  }
}

@media screen and (max-width: 1600px) {
  .main-header .outer-box {
    display: none;
  }
}

@media (min-width: 1280px) and (max-height: 720px) {
  .main-header .logo-box {
    left: 15px;
  }
  #teaminfo {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) and (max-height: 600px) {
  .main-header .logo-box {
    left: 15px;
  }
  #teaminfo {
    margin-left: 10px;
  }
}

.pl {
  padding-left: 150px !important;
}

@media (max-width: 1280px) {
  .pl {
    padding-left: 260px !important;
  }
  #teaminfo {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .pl {
    padding-left: 10px !important;
  }
  #teaminfo {
    margin-left: 10px;
  }
  .info-block .inner-box {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  #teaminfo {
    margin-left: 10px;
  }
}

.mobile-menu .down-icon {
  color: #ffffff;
}

.mobile-menu .down-icon:before {
  content: "\f107";
  margin-right: 10px;
  color: #fff;
  font-family: FontAwesome;
  float: right;
}

.mobile-menu .dropdown-btn {
  width: 100% !important;
}

.mobile-menu .dropdown-btn {
  color: transparent !important;
}

.mobile-menu .dropdown-btn:after {
  display: none;
}
