/* Header CSS */
.main-header.header-style-three .header-lower {
  position: relative;
}

.main-header.header-style-three .logo {
  position: absolute;
  width: 135px;
  height: 140px;
  background: #fff;
  top: -5px;
  padding: 10px;
}

.main-header.header-style-three.fixed-header .logo {
  width: 100px;
  height: 105px;
  padding: 7px;
}

@media only screen and (max-width: 991px) {
  /* Header CSS */
  .main-header.header-style-three .logo {
    position: relative;
    max-width: 100%;
    height: auto;
    background: transparent;
    top: 0px;
    padding: 0px;
  }

  .main-header.header-style-three.fixed-header .logo {
    max-width: 100%;
    height: auto;
    padding: 0px;
  }
}

/* COMMON CSS Start */

.inner-text .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.9em;
}

/* Contact Us CSS Start */

.contact-address-two {
  padding: 95px 0 95px;
}

.contact-address-two .address-block .icon-box {
  display: inline-block;
  height: 70px;
}

.contact-address-two .address-block h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 18px 0 20px;
}

.contact-address-two .address-block p,
.contact-address-two .address-block p a {
  color: #777777;
}

.contact-address-two .address-block p a:hover {
  color: #d26c60;
}

.contact-address-two .address-block ul li {
  display: inline-block;
  margin: 10px 8px 0;
}

.contact-address-two .address-block ul li a {
  font-size: 20px;
  color: #777777;
}

.contact-address-two .address-block ul li a:hover {
  color: #d26c60;
}

.contact-minimal .inner-wrapper {
  background: #102c45;
  padding: 60px 15px 80px 100px;
}

.contact-minimal .inner-wrapper .contact-form {
  max-width: 585px;
}

.contact-minimal .contacts-forms .form-group {
  position: relative;
  margin-bottom: 22px;
}

.contact-minimal .contacts-forms .form-group input,
.contact-minimal .contacts-forms .form-group textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 100%;
  color: #989ca2;
  background: transparent;
}

.contact-minimal .contacts-forms.form-style-three .form-group input,
.contact-minimal .contacts-forms.form-style-three .form-group textarea {
  border: none;
  border-bottom: 2px solid #ffffff;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  cursor: text !important;
}

.contact-minimal .contacts-forms .form-group input {
  height: 60px;
  padding: 0 25px;
}

.contact-minimal .contacts-forms .form-group .help-block {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
  background-color: transparent;
}

.contact-minimal input,
.contact-minimal textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.contact-minimal input::placeholder,
.contact-minimal textarea::placeholder {
  color: #fff;
}

.contact-minimal .border-custom {
  border: 1px solid #fff;
}

.contact-minimal .border-custom:hover {
  border: 1px solid #d26c60;
}

/* Catalogue CSS Start */

.catalogue-section {
  padding: 95px 0 95px;
}

.catalogue-section .single-post {
  background: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.catalogue-section .image-box {
  position: relative;
  overflow: hidden;
}

.catalogue-section .image-box-inner img {
  transition: 0.3s;
}

.catalogue-section .image-box:hover img {
  transform: scale(1.05);
}

.catalogue-section .e-catalogue-label {
  position: absolute;
  left: -45px;
  top: 80px;
  transform: rotate(-90deg);
  background-color: #d36d61;
  color: #fff;
  padding: 6px 18px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  white-space: nowrap;
}

.catalogue-section .catalogue-info {
  text-align: center;
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #ffffff;
  position: relative;
}

.catalogue-section .catalogue-info h3 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin-bottom: 10px;
}

.catalogue-section .result-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.catalogue-section .single-post:hover .result-list {
  opacity: 1;
  max-height: 100px;
  margin-top: 10px;
}

.catalogue-section .result-list li {
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
}

.catalogue-section .result-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  background: none;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px 15px;
  text-transform: capitalize;
  z-index: 1;
  background-color: #102c45;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s;
}

.catalogue-section .result-list li a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.catalogue-section .result-list li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: #d26c60;
}

/* Infrastructure CSS Start */

.infrastructure-section {
  padding: 95px 0 95px;
}

.infrastructure-section .image-box {
  position: relative;
  overflow: hidden;
}

.infrastructure-section .image-box img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
}

.infrastructure-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s ease;
}

.infrastructure-section .image-box:hover .overlay {
  opacity: 1;
}

.infrastructure-section .corner-border {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.infrastructure-section .image-box:hover .corner-border {
  opacity: 1;
}

.infrastructure-section .corner-border::before,
.infrastructure-section .corner-border::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
}

.infrastructure-section .corner-border::before {
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  border-right: none;
  border-bottom: none;
}

.infrastructure-section .corner-border::after {
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  border-left: none;
  border-top: none;
}

.infrastructure-section .overlay i {
  transition: transform 0.3s ease;
}

.infrastructure-section .image-box:hover .overlay i {
  transform: scale(1.1);
}

/* Quality Section CSS Start */

.quality-section {
  padding: 95px 0 95px;
  position: relative;
  display: block;
}

.quality-section .news-block-one {
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.quality-section .news-block-one .image-box {
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
  transition: all 500ms ease;
}

.quality-section .news-block-one .image-box img {
  opacity: 1;
  transform: scale(1);
  transition: all 1500ms ease;
}

.quality-section .news-block-one:hover .image-box img {
  opacity: 0.4;
  transform: scale(1.3);
}

.why-choose-section {
  padding: 95px 0 95px;
  position: relative;
  background: -webkit-linear-gradient(
    left,
    #f7f7f7,
    #f7f7f7 84%,
    #f7f7f7 100%,
    #ffffff 0%
  );
  overflow: hidden;
}

.why-choose-section h3 {
  font-size: 32px;
  color: #d36d61;
}

.why-choose-section h3 span {
  color: #102c45;
}

.why-choose-section .row-head-section {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.why-choose-section .row-head-section::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid hsl(221, 54%, 93%);
}

.why-choose-section .service-img {
  display: block;
  height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.why-choose-section .bottom-text .service-img::before {
  border-bottom-color: #e4eaf7;
  border-right-width: 0px;
  bottom: 0;
  right: 0;
}

.why-choose-section .service-text {
  padding: 30px;
  background: #102c45d9;
  overflow: hidden;
  position: relative;
}

.why-choose-section .service-text h4 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}

.why-choose-section .ptext {
  text-align: justify !important;
  color: #fff;
}

.why-choose-section .top-text .service-img::before {
  border-top-color: #102c45d9;
  border-left-width: 0px;
  top: 0;
  left: 0;
}

.why-choose-section .middel-text.top-text .service-img::after {
  border-top-color: #102c45d9;
  border-right-width: 0px;
  top: 0;
  right: 0;
}

.why-choose-section .top-text .service-img::before {
  border-top-color: #102c45d9;
  border-left-width: 0px;
  top: 0;
  left: 0;
}

.why-choose-section .bottom-text .service-img::before {
  border-bottom-color: #102c45d9;
  border-right-width: 0px;
  bottom: 0;
  right: 0;
}

.why-choose-section .middel-text.bottom-text .service-img::after {
  border-bottom-color: #102c45d9;
  border-left-width: 0px;
  bottom: 0;
  left: 0;
}

.why-choose-section .service-img::before,
.why-choose-section .middel-text .service-img::after {
  content: "";
  position: absolute;
  border: 61px solid transparent;
}

.why-choose-section .row-services {
  display: flex;
  flex-wrap: wrap;
}

.why-choose-section .col-service {
  display: flex;
  flex-direction: column;
}

.why-choose-section .wrap_service {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-choose-section .service-img {
  flex-shrink: 0;
}

.why-choose-section .service-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-quality-section {
  padding: 95px 0 95px;
}

.product-quality-section .num {
  font-size: 80px;
  color: #d36d61;
  line-height: 70px;
  margin-bottom: 30px;
}

.product-quality-section .our-quality.left::before,
.product-quality-section .our-culture.left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  z-index: -1;
  height: 50%;
  background-color: transparent;
  align-items: center;
  border: 1px solid #d36d61;
}

.product-quality-section .our-culture.left::before {
  right: 0;
  top: unset;
  bottom: 0;
  left: unset;
}

.product-quality-section .our-culture img {
  padding-bottom: 15px;
  width: 466px;
  height: 300px;
}

.product-quality-section .our-quality img {
  padding-top: 20px;
  padding-left: 5px;
  width: 466px;
  height: 300px;
}

/* Export Section CSS Start */

.export-section {
  padding: 95px 0 95px;
}

.world-map-section {
  padding: 95px 0 95px;
  background: -webkit-linear-gradient(
    right,
    #f7f7f7,
    #f7f7f7 84%,
    #f7f7f7 100%,
    #ffffff 0%
  );
}

.country-map-section {
  padding: 95px 0px 95px;
}

.country-map-section .exp-con-main {
  max-width: 100%;
  margin: 0 auto;
}

.country-map-section .export-slider {
  margin: 0 -7.5px;
}

.country-map-section .export-slider .slick-prev,
.country-map-section .export-slider .slick-next {
  top: 45%;
}

.country-map-section .export-slider .slick-prev:before,
.country-map-section .export-slider .slick-next:before {
  color: #000;
}

.country-map-section .export-slider .slick-slide {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.country-map-section span.exp-ec {
  text-align: center;
  display: block;
  margin-top: -10px;
  text-transform: capitalize;
}

/* Product Section CSS Start */

.product-section {
  padding: 95px 0 95px;
}

.product-section .main {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.product-section .slider-for .slick-slide {
  height: auto !important;
  margin-bottom: 10px;
}

.product-section .slick-slide img {
  cursor: pointer;
}

.product-section .product-details__top.sec-title {
  position: relative;
  margin-bottom: 0px;
}

.product-section .inner_section {
  padding: 45px;
}

.product-section .inner_section .nav-pills .nav-link .text2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.product-section .inner_section .nav-pills .nav-link.active,
.inner_section .nav-pills .show > .nav-link {
  background-color: #d26c60;
}

.product-section .inner_section .nav-item a {
  color: #102c45;
}

.product-section .inner_section .nav-item a:hover {
  color: #102c45;
}

.product-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
}

.product-section .nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link {
  color: #fff;
}

.product-section .news-block-one .lower-content {
  padding-bottom: 30px;
}

.product-section .news-block-one .image-box {
  position: relative;
  overflow: hidden;
}

.product-section .news-block-one .image-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

.product-section .news-block-one .image-box:hover .overlay {
  opacity: 1;
}

.product-section .news-block-one .image-box .icon {
  font-size: 20px;
  color: #fff;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.product-section .news-block-one .image-box:hover .icon {
  transform: scale(1.1);
}

.product-section .news-block-one .animated-image {
  transition: transform 0.6s ease;
}

.product-section .news-block-one .image-box:hover .animated-image {
  transform: scale(1.05) rotate(1deg);
}

.product-section .news-block-one .uses-text {
  font-size: 20px;
  text-align: center;
  margin-top: 2px;
}

.product-section .fancybox-caption {
  text-align: center;
}

.product-section .custom-list {
  list-style-type: disc;
  padding-left: 20px;
}

.product-section .custom-list li {
  margin-bottom: 8px;
  color: #777777;
  font-size: 16px;
  list-style: disc;
}

/* Responsive CSS Start InnerPages */

@media only screen and (max-width: 1199px) {
  .why-choose-section .service-text {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-address-two {
    padding: 80px 0 80px;
  }
  .catalogue-section {
    padding: 80px 0 80px;
  }
  .infrastructure-section {
    padding: 80px 0 80px;
  }
  .quality-section {
    padding: 80px 0 80px;
  }
  .why-choose-section {
    padding: 80px 0 80px;
  }
  .product-quality-section {
    padding: 80px 0 80px;
  }
  .why-choose-section .service-text {
    padding: 30px;
  }
  .product-quality-section .our-quality.left::before,
  .product-quality-section .our-culture.left::before {
    display: none;
  }
  .product-quality-section .our-quality img {
    padding-top: 0px;
    padding-left: 0px;
  }
  .export-section {
    padding: 80px 0 80px;
  }
  .world-map-section {
    padding: 80px 0 80px;
  }
  .country-map-section {
    padding: 80px 0px 80px;
  }
  .introduction-section {
    padding: 80px 0px 80px;
  }
  .testimonial-section-two {
    padding: 80px 0px 80px;
  }
  .product-section {
    padding: 80px 0 80px;
  }
  .product-section .news-block-one .uses-text {
    margin-top: 5px;
  }
  .product-quality-section .our-culture img {
    padding-bottom: 10px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .product-quality-section .our-quality img {
    padding-top: 20px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .contact-address-two {
    padding: 60px 0 60px;
  }
  .contact-minimal .inner-wrapper {
    padding: 60px 15px 80px 60px;
  }
  .catalogue-section {
    padding: 60px 0 60px;
  }
  .infrastructure-section {
    padding: 60px 0 60px;
  }
  .quality-section {
    padding: 60px 0 60px;
  }
  .why-choose-section {
    padding: 60px 0 60px;
  }
  .product-quality-section {
    padding: 60px 0 60px;
  }
  .why-choose-section .service-text {
    padding: 20px;
  }
  .export-section {
    padding: 60px 0 60px;
  }
  .world-map-section {
    padding: 60px 0 60px;
  }
  .country-map-section {
    padding: 60px 0px 60px;
  }
  .introduction-section {
    padding: 60px 0px 60px;
  }
  .testimonial-section-two {
    padding: 60px 0px 60px;
  }
  .product-section {
    padding: 60px 0 60px;
  }
  .product-section .inner_section {
    padding: 45px 0px 0px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .title-header-center {
    float: none;
  }
  .contact-minimal .inner-wrapper {
    padding: 40px 0px 40px 10px;
  }
  .quality-section {
    padding: 60px 0 40px;
  }
  .why-choose-section {
    padding: 40px 0 60px;
  }
  .product-quality-section {
    padding: 40px 0 60px;
  }
  .why-choose-section .service-text {
    padding: 30px;
  }
  .introduction-section .image-column .inner-column:before {
    background: none;
  }
}
