.nav-pills .nav-link {
  border-radius: 2.25rem;
  width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #11224e;
  font-weight: 500;
}

.team-grid2 .box-content {
  -webkit-mask-image: url(assets/img/product/product-shape.png);
  mask-image: url(assets/img/product/product-shape.png);
  background-color: var(--theme-color);
  padding: 25px 20px 50px 20px;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  text-align: center;
}

.team-grid2 .th-social {
  -webkit-mask-image: url(assets/img/product/logo-shape.png);
  mask-image: url(assets/img/product/logo-shape.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--theme-color);
  width: 56px;
  height: 66px;
  display: block;
  margin: auto;
  line-height: 66px;
  text-align: center;
  margin-top: -10px;
}

#heroSlide3,
#heroSlide3 .swiper-slide,
#heroSlide3 .hero-inner,
#heroSlide3 .th-hero-bg {
  height: 450px;
  max-height: 450px;
  overflow: hidden;
}

#heroSlide3 .th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main-menu a {
  font-size: 16px;
}

.th-btn:before, .th-btn:after {
  -webkit-transition: none;
  transition: none;
  /* background-color: rgba(248, 123, 27, 0.8); */
}

.process-card2_number {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 60px;
  line-height: 47px;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #11224E 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #11224E 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.main-menu ul.sub-menu li a:before {
  content: "\f649";
  position: absolute;
  top: 8px;
  left: 18px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 500;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  background-color: #fff;
}

.th-preloader .animation-preloader {
  position: relative !important;
  z-index: 100;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100%;
  width: 100%;
}

.th-preloader {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100vh !important;
  width: 100vw !important;
}

.preloaderCls {
  z-index: 9999999 !important;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.hero-style6 .hero-title {
  background: rgba(0,0,0,0.5) !important;
}

.hero-style6 {
  margin-left: -75px;
}



#commercial {
  width: 300px;
}

.menu-item-has-children .sub-menu li a:hover {
  color: #3e66f3;
}

.th-mobile-menu .menu-item-has-children .sub-menu li a {
  color: #161616;
}

.th-mobile-menu .menu-item-has-children .sub-menu li a:hover {
  color: #3e66f3;
}

.team-card .team-content {
  background-color: #16181d;
}

.shadow-title {
  background-image: linear-gradient(180deg, rgb(141 149 171 / 70%) 100%, rgba(226, 232, 250, 0) 98.54%);
}

.blog-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  background-color: var(--white-color);
}

.blog-card .blog-img {
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(23, 27, 42, 0.06);
  border-radius: 10px 10px 0px 0px;
  padding: 8px;
}

.blog-card .blog-img img {
  width: 100%;
  height: 250px;
}

.feature-wrap12 {
  border-radius: 35px;
}

.feature-area12:before {
  background: linear-gradient(0deg, rgb(255 255 255 / 95%) 0%, rgb(255 255 255) 100% 100%);
}

.feature-title-area .box-title {
  color: black;
}

.form-input {
  padding: 7px 15px;
  background-color: #fff;
  border: 1px solid #11224E;
}

.form-input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: #fff;
}

.d_none {
  display: none;
}

ul li {
  color: #000 !important;
}

.service_card6 {
  border: 1px solid;
}

.service_card6:hover .service_card6_text {
  color: var(--white-color);
}

.service_card6 .service_card6_text {
  color: #000;
}

.feature-card2 {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--theme-color);
  padding: 40px;
  text-align: center;
  z-index: 2;
}

.feature-card2 .box-text {
  color: #ffffff;
}

input {
  background-color: transparent;
}

.latest-blog-box {
  border: 1px solid #11224e;
  padding: 20px;
  border-radius: 14px;
}

.latest-blog-box h4 {
  text-align: center;
}

.latest-post img {
  border-radius: 6px;
  object-fit: cover;
  height: 84px;
}

.latest-post a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.latest-post a:hover {
  color: #f87b1b;
}

.hero-style4 {
  max-width: 774px;
}

.feature-thumb12-1 img {
  border-radius: 20px;
}

.available-list {
  display: flex;
  flex-wrap: wrap;
}

.available-list li {
  width: 50%;
}

.available-items {
  display: flex;
  flex-wrap: wrap;
}

.available-items li {
  width: 50%;
}

.poultry-ul {
  display: block !important;
}

.page-single {
  margin-bottom: 0px;
  margin-right: 0px;
}

.project-inner-box {
  border-radius: 15px;
}

.title-area .sec-title {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #heroSlide3,
                                      #heroSlide3 .swiper-slide,
                                      #heroSlide3 .hero-inner,
                                      #heroSlide3 .th-hero-bg {
    height: 300px;
    max-height: 300px;
  }
}

@media (max-width:576px) {
  .brand-sec8 {
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  .hero-style6 {
    margin-top: -30px;
    padding: 80px 0 !important;
    text-align: left !important;
    margin-left: 0 !important;
  }
  
  .hero-style6 .hero-title {
    font-size: 19px;
    line-height: 34px !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 10px !important;
    background: rgba(0,0,0,0.5) !important;
  }
  
  .hero-style6 .sub-title {
    font-size: 16px !important;
  }
  
  .hero-big_text {
    display: none !important;
  }
  
  .container.py-4 {
    height: auto !important;
    padding-bottom: 50px !important;
  }
  
  #blog-sec {
    margin-top: 40px !important;
  }
  
  .tab-pane .d-flex {
    flex-direction: column !important;
    text-align: center;
  }
  
  .tab-pane img {
    width: 100% !important;
    margin-bottom: 15px;
  }
  
  .sheet .swiper-slide {
    margin-bottom: 10px;
  }
  
  .blog-area11 .container {
    padding: 0 15px;
  }
  
  .elementor-element-ab42842 .title-area {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
  
  .elementor-element-ab42842 {
    width: 100% !important;
  }
  
  .btn-wrapper {
    margin-left: 0 !important;
    text-align: center !important;
  }
  
  .cta-title-area .e-con-inner {
    display: block !important;
    text-align: center !important;
  }
  
  .process-card2-wrap {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  .process-card-area .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  
  .form {
    width: 100%;
    padding: 15px 5%;
  }
  
  #contact {
    gap: 0px;
    margin: 5% 0px 0px 0px;
  }
  
  .process-area4 {
    padding: 30px 0px;
    height: 100%;
  }
  
  .form-group #email {
    margin-bottom: 7%;
  }
  
  .product {
    padding: 0px !important;
  }
  
  .py-4 {
    padding-top: 0px !important;
  }
  
  #call {
    width: 270px;
  }
  
  .blog-img img {
    height: 174px;
  }
}

@media (min-width: 800px) {
  /* .blog-img img {
    height: 218px;
  } */
  .header-layout15 .header-top {
    padding: 0;
  }
  .main-menu a {
    font-size: 16px;
  }
  .header-logo {
    padding-top: 0px;
    padding-bottom: 0;
}
  #call {
    width: 46%;
  }
  
  .hero-style6 .hero-title {
    font-size: 50px;
    width: 550px;
  }
  
  .sheet {
    display: flex;
    margin-bottom: 20px;
    width: 327px;
    margin-right: 24px;
  }
  
  .work-process {
    display: flex;
  }
  
  .process-area4 .container {
    margin-left: 25px;
  }
  
  .form {
    margin-right: 4%;
  }
  
  #contact {
    margin: 28px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
  }
  
  .process-area4 {
    padding: 60px 0 0px 0;
    height: 100%;
  }
  
  .product {
    padding-top: 40px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}


@media (max-width: 799px) {
  #about-sec .img1 {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
  }
  
  #about-sec .ps-xxl-4,
                                        #about-sec .ms-xl-3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #about-sec .sec-title {
    font-size: 22px !important;
    line-height: 30px !important;
    padding-top: 20px !important;
    margin-top: 22px;
  }
  
  #about-sec .sub-title {
    font-size: 14px !important;
    display: block;
  }
  
  #about-sec .about-feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  #about-sec .about-feature_icon img {
    width: 40px !important;
  }
  
  .year-counter {
    width: 100px !important;
    height: 97px !important;
    border-radius: 55px !important;
    margin-bottom: 25px;
  }
  
  .year-counter_number {
    font-size: 15px;
    margin-top: -14px;
  }
  
  .year-counter_text {
    font-size: 10px;
  }
  
  #about-sec {
    padding-top: 10px;
  }
}

@media (min-width: 799px) {
  #about-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
}

@media (min-width: 800px) {

  
  .img-box {
    height: 234px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  

  
}
  
  feature-wrap12:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .feature-image12 img {
    height: 377px;
    width: 418px;
  }
  
  .feature-wrap12 {
    background: white;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }


@media (max-width: 799px) {
  #about-sec .row {
    flex-wrap: wrap;
  }
  
  #about-sec p {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    order: 1;
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
  }
  
  #about-sec .img1 {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  
  .form-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    order: 3;
    padding: 15px !important;
  }
  
  .col-xl-6 {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  
  .img1 {
    order: 2;
    margin-top: 20px !important;
  }
  
  .row.align-items-center {
    gap: 0 !important;
  }
  
  #about-sec {
    padding-top: 10px;
  }
}

@media (min-width: 800px) {
  .career-heading {
    width: 1375px;
  }
  
  #about-sec {
    padding-top: 60px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .col-xl-6 .waterproof {
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  
  #about-sec .row {
    flex-direction: column !important;
    text-align: left;
  }
  
  #about-sec h2.sec-title {
    width: 100% !important;
    margin: 20px 0 !important;
    font-size: 22px !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  
  #about-sec .col-xl-7,
                                #about-sec .col-xl-5 {
    width: 100% !important;
  }
  
  #about-sec .about-feature {
    flex-direction: column !important;
    text-align: left !important;
  }
  
  .mb-n5 {
    margin-bottom: -7rem;
  }
  
  .about-feature_icon {
    display: none !important;
  }
  
  .service-sec16 {
    padding: 30px 0px;
    margin-top: 25px;
  }
  
  .sub-title.sub-title3 {
    margin-bottom: -20px;
  }
  
  .style2 .moisture {
    padding-bottom: 30px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 0px;
  }
  
  .col-xl-6 .waterproof {
    background-color: #f3f3f3;
  }
  
  .project-inner-box {
    height: 314px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .breadcumb-title {
    font-size: 43px;
  }
  
  .hero-style4 {
    margin: 166px 0 144px 0;
  }
  
  .hero-title {
    font-size: 39px;
  }
  
  /* .hero-4 .hero-img {
    position: absolute;
    top: 100px;
  } */
  
  .checklist ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .checklist ul li {
    width: 50% !important;
  }
  
  .cover {
    border-left: 1px solid;
    padding-left: 48px;
  }
  
  .avail-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .avail-flex li {
    width: 50%;
  }
  
  .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 799px) {
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
  
  /* .breadcumb-content {
    background: rgba(0, 0, 0, 0.5);
    width: 30%;
    margin: auto;
    border-radius: 14px;
  } */
}

@media (max-width: 768px) {
  #heroSlide3,
                          #heroSlide3 .swiper-slide,
                          #heroSlide3 .hero-inner,
                          #heroSlide3 .th-hero-bg {
    height: 300px;
    max-height: 300px;
  }
}

@media (max-width:576px) {
  .brand-sec8 {
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  .hero-style6 {
    margin-top: -30px;
    padding: 80px 0 !important;
    text-align: left !important;
    margin-left: 0 !important;
  }
  
  .hero-style6 .hero-title {
    font-size: 19px;
    line-height: 34px !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 10px !important;
    background: rgba(0,0,0,0.5) !important;
  }
  
  .hero-style6 .sub-title {
    font-size: 16px !important;
  }
  
  .hero-big_text {
    display: none !important;
  }
  
  .container.py-4 {
    height: auto !important;
    padding-bottom: 50px !important;
  }
  
  #blog-sec {
    margin-top: 40px !important;
  }
  
  .tab-pane .d-flex {
    flex-direction: column !important;
    text-align: center;
  }
  
  .tab-pane img {
    width: 100% !important;
    margin-bottom: 15px;
  }
  
  .sheet .swiper-slide {
    margin-bottom: 10px;
  }
  
  .blog-area11 .container {
    padding: 0 15px;
  }
  
  .elementor-element-ab42842 .title-area {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
  
  .elementor-element-ab42842 {
    width: 100% !important;
  }
  
  .btn-wrapper {
    margin-left: 0 !important;
    text-align: center !important;
  }
  
  .cta-title-area .e-con-inner {
    display: block !important;
    text-align: center !important;
  }
  
  .process-card2-wrap {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  .process-card-area .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  
  .form {
    width: 100%;
    padding: 15px 5%;
  }
  
  #contact {
    gap: 0px;
    margin: 5% 0px 0px 0px;
  }
  
  .process-area4 {
    padding: 30px 0px;
    height: 100%;
  }
  
  .form-group #email {
    margin-bottom: 7%;
  }
  
  .product {
    padding: 0px !important;
  }
  
  .py-4 {
    padding-top: 0px !important;
  }
  
  #call {
    width: 270px;
  }
  
  .blog-img img {
    height: 174px;
  }
}

@media (min-width: 800px) {
  /* .blog-img img {
    height: 218px;
  } */
  
  #call {
    width: 46%;
  }
  
  .hero-style6 .hero-title {
    font-size: 50px;
    width: 550px;
  }
  
  .sheet {
    display: flex;
    margin-bottom: 20px;
    width: 327px;
    margin-right: 24px;
  }
  
  .work-process {
    display: flex;
  }
  
  .process-area4 .container {
    margin-left: 25px;
  }
  
  .form {
    margin-right: 4%;
  }
  
  #contact {
    margin: 28px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
  }
  
  .process-area4 {
    padding: 60px 0 0px 0;
    height: 100%;
  }
  
  .product {
    padding-top: 40px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .col-xl-6 .waterproof {
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  
  #about-sec .row {
    flex-direction: column !important;
    text-align: left;
  }
  
  #about-sec h2.sec-title {
    width: 100% !important;
    margin: 20px 0 !important;
    font-size: 22px !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  
  #about-sec .col-xl-7,
                          #about-sec .col-xl-5 {
    width: 100% !important;
  }
  
  #about-sec .about-feature {
    flex-direction: column !important;
    text-align: left !important;
  }
  
  .mb-n5 {
    margin-bottom: -7rem;
  }
  
  .about-feature_icon {
    display: none !important;
  }
  
  .service-sec16 {
    padding: 30px 0px;
    margin-top: 25px;
  }
  
  .sub-title.sub-title3 {
    margin-bottom: -20px;
  }
  
  .style2 .moisture {
    padding-bottom: 30px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 0px;
  }
  
  .col-xl-6 .waterproof {
    background-color: #f3f3f3;
  }
  
  .project-inner-box {
    height: 314px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .breadcumb-title {
    font-size: 43px;
  }
  
  .hero-style4 {
    margin: 166px 0 144px 0;
  }
  
  .hero-title {
    font-size: 39px;
  }
  
  /* .hero-4 .hero-img {
    position: absolute;
    top: 100px;
  } */
  
  .checklist ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .checklist ul li {
    width: 50% !important;
  }
  
  .cover {
    border-left: 1px solid;
    padding-left: 48px;
  }
  
  .avail-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .avail-flex li {
    width: 50%;
  }
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .col-xl-6 .waterproof {
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  
  #about-sec .row {
    flex-direction: column !important;
    text-align: left;
  }
  
  #about-sec h2.sec-title {
    width: 100% !important;
    margin: 20px 0 !important;
    font-size: 22px !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  
  #about-sec .col-xl-7,
                        #about-sec .col-xl-5 {
    width: 100% !important;
  }
  
  #about-sec .about-feature {
    flex-direction: column !important;
    text-align: left !important;
  }
  
  .mb-n5 {
    margin-bottom: -7rem;
  }
  
  .about-feature_icon {
    display: none !important;
  }
  
  .service-sec16 {
    padding: 30px 0px;
    margin-top: 25px;
  }
  
  .sub-title.sub-title3 {
    margin-bottom: -20px;
  }
  
  .style2 .moisture {
    padding-bottom: 30px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 0px;
  }
  
  .col-xl-6 .waterproof {
    background-color: #f3f3f3;
  }
  
  .project-inner-box {
    height: 314px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .breadcumb-title {
    font-size: 43px;
  }
  
  .hero-style4 {
    margin: 166px 0 144px 0;
  }
  
  .hero-title {
    font-size: 39px;
  }
  
  /* .hero-4 .hero-img {
    position: absolute;
    top: 100px;
  } */
  
  .checklist ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .checklist ul li {
    width: 50% !important;
  }
  
  .cover {
    border-left: 1px solid;
    padding-left: 48px;
  }
  
  .avail-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .avail-flex li {
    width: 50%;
  }
  
  .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (min-width: 800px) {
  .hero-style4 {
    max-width: 775px !important;
    margin: 166px 0 144px 0;
  }
  
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 0px;
  }
  
  .col-xl-6 .waterproof {
    background-color: #f3f3f3;
  }
  
  .project-inner-box {
    height: 314px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .breadcumb-title {
    font-size: 43px;
  }
  
  .hero-title {
    font-size: 39px;
  }
  
  /* .hero-4 .hero-img {
    position: absolute;
    top: 100px;
  }
   */
  .cover {
    border-left: 1px solid;
    padding-left: 48px;
  }
  
  .avail-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .avail-flex li {
    width: 50%;
  }
  
  .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .col-xl-6 .waterproof {
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  
  #about-sec .row {
    flex-direction: column !important;
    text-align: left;
  }
  
  #about-sec h2.sec-title {
    width: 100% !important;
    margin: 20px 0 !important;
    font-size: 22px !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  
  #about-sec .col-xl-7,
                    #about-sec .col-xl-5 {
    width: 100% !important;
  }
  
  #about-sec .about-feature {
    flex-direction: column !important;
    text-align: left !important;
  }
  
  .mb-n5 {
    margin-bottom: -7rem;
  }
  
  .about-feature_icon {
    display: none !important;
  }
  
  .service-sec16 {
    padding: 30px 0px;
    margin-top: 25px;
  }
  
  .sub-title.sub-title3 {
    margin-bottom: -20px;
  }
  
  .style2 .moisture {
    padding-bottom: 30px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 0px;
  }
  
  .col-xl-6 .waterproof {
    background-color: #f3f3f3;
  }
  
  .project-inner-box {
    height: 314px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .breadcumb-title {
    font-size: 43px;
  }
  
  .hero-style4 {
    margin: 166px 0 144px 0;
  }
  
  .hero-title {
    font-size: 39px;
  }
  
  /* .hero-4 .hero-img {
    position: absolute;
    top: 100px;
  } */
  
  .checklist ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .checklist ul li {
    width: 50% !important;
  }
  
  .cover {
    border-left: 1px solid;
    padding-left: 48px;
  }
  
  .avail-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .avail-flex li {
    width: 50%;
  }
  
  .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 800px) {
  /* .hero-4 .hero-img {
    position: absolute;
    top: 165px;
    right: 14%;
    z-index: 2;
  } */
}



@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .col-xl-6 .waterproof {
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  
  #about-sec .row {
    flex-direction: column !important;
    text-align: left;
  }
  
  #about-sec h2.sec-title {
    width: 100% !important;
    margin: 20px 0 !important;
    font-size: 22px !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  
  #about-sec .col-xl-7,
                  #about-sec .col-xl-5 {
    width: 100% !important;
  }
  
  #about-sec .about-feature {
    flex-direction: column !important;
    text-align: left !important;
  }
  
  .mb-n5 {
    margin-bottom: -7rem;
  }
  
  .about-feature_icon {
    display: none !important;
  }
  
  .service-sec16 {
    padding: 30px 0px;
    margin-top: 25px;
  }
  
  .sub-title.sub-title3 {
    margin-bottom: -20px;
  }
  
  .style2 .moisture {
    padding-bottom: 30px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 0px;
  }
  
  .col-xl-6 .waterproof {
    background-color: #f3f3f3;
  }
  
  .project-inner-box {
    height: 314px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .breadcumb-title {
    font-size: 43px;
  }
  
  .hero-style4 {
    margin: 166px 0 144px 0;
  }
  
  .hero-title {
    font-size: 39px;
  }
  
  /* .hero-4 .hero-img {
    position: absolute;
    top: 100px;
  } */
  
  .checklist ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .checklist ul li {
    width: 50% !important;
  }
  
  .cover {
    border-left: 1px solid;
    padding-left: 48px;
  }
  
  .avail-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .avail-flex li {
    width: 50%;
  }
  
  .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 800px) {
  /* .hero-4 .hero-img {
    position: absolute;
    top: 165px;
    right: 14%;
    z-index: 2;
  } */
}



@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .col-xl-6 .waterproof {
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  
  #about-sec .row {
    flex-direction: column !important;
    text-align: left;
  }
  
  #about-sec h2.sec-title {
    width: 100% !important;
    margin: 20px 0 !important;
    font-size: 22px !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  
  #about-sec .col-xl-7,
                #about-sec .col-xl-5 {
    width: 100% !important;
  }
  
  #about-sec .about-feature {
    flex-direction: column !important;
    text-align: left !important;
  }
  
  .mb-n5 {
    margin-bottom: -7rem;
  }
  
  .about-feature_icon {
    display: none !important;
  }
  
  .service-sec16 {
    padding: 30px 0px;
    margin-top: 25px;
  }
  
  .sub-title.sub-title3 {
    margin-bottom: -20px;
  }
  
  .style2 .moisture {
    padding-bottom: 30px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 0px;
  }
  
  .col-xl-6 .waterproof {
    background-color: #f3f3f3;
  }
  
  .project-inner-box {
    height: 314px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .breadcumb-title {
    font-size: 43px;
  }
  
  .hero-style4 {
    margin: 166px 0 144px 0;
  }
  
  .hero-title {
    font-size: 39px;
  }
  
  /* .hero-4 .hero-img {
    position: absolute;
    top: 100px;
  } */
  
  .checklist ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .checklist ul li {
    width: 50% !important;
  }
  
  .cover {
    border-left: 1px solid;
    padding-left: 48px;
  }
  
  .avail-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .avail-flex li {
    width: 50%;
  }
  
  .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 800px) {
  /* .hero-4 .hero-img {
    position: absolute;
    top: 165px;
    right: 14%;
    z-index: 2;
  } */
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .usage {
    margin-bottom: 42px;
  }
  
  .col-xl-5 .text-xl-start h2 {
    font-size: 20px;
  }
  
  .col-12 textarea {
    padding-right: 10px;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
}

@media (max-width: 767px) {
  .table-responsive-sm-only {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table-responsive-sm-only table {
    min-width: 900px;
  }
  
  .air-bubble h2 {
    width: 56% !important;
  }
  
  .air-bubble img {
    width: 44% !important;
    height: auto;
  }
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .project-inner-box {
    margin: 0px 0;
    height: 100%;
    background-color: #f3f3f3;
  }
  
  #features {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  
  #features h2 {
    margin-bottom: 0px;
  }
  
  #features #th-ani {
    margin-top: 0px;
  }
  
  .inhouse {
    margin-bottom: 30px;
  }
  
  .col-xl-6 {
    margin-bottom: 35px;
  }
  
  .p-2 img {
    height: 240px;
  }
  
  .result {
    background-color: transparent;
    padding-top: 0;
  }
  
  .project-inner-box .thermal {
    margin-bottom: 35px;
    padding: 15px 0;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .p-2 img {
    width: 100%;
    height: 500px;
    object-fit: contain;
  }
  
  .space-extra, .space-extra-bottom {
    padding-bottom: 0px;
  }
  
  #faq-sec {
    padding-bottom: 80px;
    padding-top: 0px;
  }
  
  #features {
    padding-bottom: 50px;
    padding-top: 0px;
  }
  
  .title-area {
    margin-bottom: 0px;
  }
  
  .project-inner-box {
    height: 100%;
    background-color: #f3f3f3;
  }
  
  .col-xxl-12 {
    margin-bottom: 35px;
  }
  
  .col-xl-6 {
    padding: 0px;
  }
  
  .col-xl-6 .project-inner-box {
    width: 97%;
  }
  
  .temp .project-inner-box {
    margin-left: 15px;
  }
  
  .with {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 30px 0;
  }
  
  .project-inner-box .thermal {
    width: 50%;
  }
  
  .result {
    background-color: transparent;
    padding-top: 0;
    display: flex;
    gap: 20px;
  }
  
  .result .table {
    width: 55%;
    height: 310px;
  }
  
  .specification {
    padding: 30px 0;
  }
  
  .range {
    padding: 30px 0;
  }
  
  .lab-item {
    display: flex;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .why-section-row {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .why-section-row .col-xxl-7,
          .why-section-row .col-xxl-5 {
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }
  
  .why-section-row img {
    width: 100% !important;
    max-width: 350px;
    margin-bottom: 20px;
  }
  
  .two-column {
    display: block !important;
  }
  
  .two-column .checklist {
    width: 100% !important;
  }
  
  .checklist .maintain {
    margin-bottom: 18px;
  }
  
  .service-sec16 {
    padding: 30px 0px;
    margin-top: 25px;
  }
  
  .sub-title.sub-title3 {
    margin-bottom: -20px;
  }
  
  .water-features {
    padding-left: 1rem;
  }
  
  #image {
    display: none !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 40px 20px !important;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 50px;
  }
  
  .water-features {
    padding-left: 1rem;
  }
  
  .water-features li {
    margin-bottom: 15px;
    font-size: 20px;
  }
  
  .img-box9 .img1 {
    margin-left: 375px;
  }
  
  .col-xl-7 {
    padding: 0px;
  }
  
  .mb-n5 {
    gap: 0px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .col-xl-6 .waterproof {
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  
  #about-sec .row {
    flex-direction: column !important;
    text-align: left;
  }
  
  #about-sec h2.sec-title {
    width: 100% !important;
    margin: 20px 0 !important;
    font-size: 22px !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  
  #about-sec .col-xl-7,
        #about-sec .col-xl-5 {
    width: 100% !important;
  }
  
  #about-sec .about-feature {
    flex-direction: column !important;
    text-align: left !important;
  }
  
  .mb-n5 {
    margin-bottom: -7rem;
  }
  
  .about-feature_icon {
    display: none !important;
  }
  
  .service-sec16 {
    padding: 30px 0px;
    margin-top: 25px;
  }
  
  .sub-title.sub-title3 {
    margin-bottom: -20px;
  }
  
  .style2 .moisture {
    padding-bottom: 30px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .service-sec16 {
    padding: 60px 0px;
    margin-top: 0px;
  }
  
  .col-xl-6 .waterproof {
    background-color: #f3f3f3;
  }
  
  .project-inner-box {
    height: 314px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width:993px) {
  .d_none {
    display: block;
  }
  
  .d_block {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 799px) {
  .breadcumb-wrapper {
    padding: 35px 0;
  }
  
  .breadcumb-wrapper img {
    display: none;
  }
  
  .breadcumb-wrapper .col-md-7 {
    width: 100% !important;
    gap: 0 !important;
    display: block !important;
    height: auto !important;
  }
  
  .breadcumb-content {
    width: 100% !important;
  }
  
  .col-xl-6 .Versatility {
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  
  #about-sec .img1 img {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }
  
  #about-sec .space {
    width: 100% !important;
    padding: 20px 10px !important;
    margin-left: 0 !important;
  }
  
  #about-sec .sec-title {
    font-size: 22px;
    line-height: 30px;
  }
  
  .about-feature {
    display: flex;
    gap: 10px;
  }
  
  .about-feature_icon {
    display: none !important;
  }
  
  .about-feature .media-body {
    width: 100%;
  }
  
  .about-feature_title {
    font-size: 18px !important;
  }
  
  .about-feature_text {
    font-size: 14px !important;
    line-height: 22px !important;
    width: 100% !important;
  }
  
  .flex-row-reverse {
    flex-direction: column-reverse !important;
  }
  
  #image {
    height: 0px;
  }
  
  .application {
    margin-left: -32px;
  }
}

@media (min-width: 800px) {
  
  
  .img-box {
    height: 234px;
  }
  
  .cushioning {
    margin-bottom: 4px;
  }
  
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-layout15 .header-top {
    padding: 4px 0;
  }
}
