/*  
Theme Name: Gotcha! WP Theme
Theme URI: --------------
Description: ------------
Version: 1.0
Author: gotcha! Dev Team
Author URI: https://gotchamobi.com
*/

/* ----------------- Header ----------------- */

.header .navbar {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(112, 148, 168, 0.38);
  padding: 0 65px;
}

.navbar .container {
  margin: 0;
  padding: 0;
}

.header .navbar a.navbar-brand img {
    width: 271px;
  }

#main-navbar .navbar-nav > li.menu-item, #sticky-navbar .navbar-nav > li.menu-item {
  margin-left: 20px;
}

#main-navbar .navbar-nav li.menu-item a.nav-link, #sticky-navbar .navbar-nav li.menu-item a.nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 92px;
  letter-spacing: 0.36px;
  padding: 0 8px;
  text-align: center;
  color: #184157;
}

#main-navbar .navbar-nav li.menu-item.hdr_blue_btn a.nav-link, #sticky-navbar .navbar-nav li.menu-item.hdr_blue_btn a.nav-link {
  background-color: #018dd2;
  border-radius: 10px;
  color: #f5f5f5;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  letter-spacing: normal;
  margin: 20px 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
}

#main-navbar .dropdown .dropdown-menu, 
#sticky-navbar .dropdown .dropdown-menu {
/*  display: none;*/
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 4px 0 rgba(34, 87, 88, 0.35);
  padding: 20px;
}
#main-navbar .dropdown:hover > .dropdown-menu,
#main-navbar .dropend:hover > .dropdown-menu, 
#sticky-navbar .dropdown:hover > .dropdown-menu, 
#sticky-navbar .dropend:hover > .dropdown-menu {
  display: block;
  /*margin-top: 0.125em;
  margin-left: 0.125em;*/
}

#main-navbar .dropdown .dropdown-item, 
#sticky-navbar .dropdown .dropdown-item {
  color: #184157;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  padding: 14px 12px;
  text-align: left;
}

#main-navbar .dropdown .dropdown-menu > li, 
#sticky-navbar .dropdown .dropdown-menu > li {
  width: 100%;
}

article.margin-top, .archive-main.margin-top, .single-main.margin-top {
  margin-top: 92px;
}

.search-wrap {
  line-height: 92px;
  margin-left: 30px;
}

button.searchbtn {
  background-color: transparent;
  border: 0 none;
  padding: 0;
}

.searchbtn .fa-magnifying-glass {
  font-size: 26px;
}

.search-form-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 29 62 / 46%);
  z-index: 999;
}

.search-form-wrap form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.search-form-wrap .search-form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #cdd5df;
  border-radius: 4px;
  min-width: 580px;
  position: relative;
}

.search-form-wrap .search-form .btn-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  opacity: 1;
  color: #fff;
  padding: 0;
  box-shadow: none;
  outline: none;
  font-size: 22px;
}

.search-form-wrap .search-form input {
  height: 48px;
  padding: 12px;
  border-radius: 0px;
  border: solid 0px #cdd5df;
  background-color: #f6faff;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #122442;
  font-family: "Poppins", sans-serif;
  width: calc(100% - 48px);
  outline: none;
  box-shadow: none;
}

.search-form-wrap .search-form .search-btn {
  width: 109px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #018dd2;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.search-sec {
  background-color: #fff;
  padding: 100px 0 150px;
}

.search-box {
  border-radius: 20px;
  border: solid 1px #cacfc8;
  padding: 30px;
  object-fit: contain;
}

.search-hdr {
  margin-bottom: 60px;
}

/* ----------------- /Header ----------------- */

/* ----------------- Home ----------------- */

.h-hero-sec {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 910px;
}

.h-hero-content-txt h1 {
  font-size: 78px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.h-hero-content-txt h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

a.blue_btn {
  border-radius: 10px;
  background-color: #018dd2;
  color: #f5f5f5;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 62px;
  line-height: 62px;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto;
  width: 253px;
}

.h-featured-sec {
  position: relative;
  margin-top: -55px;
  z-index: 1;
}

.h-ftr-box {
  border-radius: 20px;
  box-shadow: 0 11px 24.5px 0 rgba(34, 87, 88, 0.4);
  background-image: linear-gradient(76deg, #016e63 0%, #24817b 54%, #1c6263 99%);
  padding: 20px 0;
  position: relative;
}

.h-ftr-box::before {
  content: "";
  border: solid 4px #1ec6c9;
  box-shadow: 0 4px 4px 0 #1b716d;
  border-radius: 30px;
  transform: rotate(-90deg);
  height: 1px;
  width: 93.6px;
  position: absolute;
  top: 0;
  left: 39.2%;
  transform: translate(0, -50%);
}

.h-ftr-box h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  color: #f5f5f5;
}

.h-ftr-box h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  color: #f5f5f5;
}

.h-ftr-box * {
  margin: 0;
}

.h-why-us-sec {
  background-color: #ece6dd;
  margin-top: -48px;
  padding: 100px 0;
  position: relative;
}

.h-why-us-hdr {
  margin-bottom: 80px;
}

.why-us-box {
  border-radius: 10px;
  background-color: #fff;
  border: solid 1px #fff;
  transition: color 0.3s ease;
  padding: 70px 20px 30px;
  position: relative;
}

.why-us-box:hover {
  box-shadow: 0 20px 47.8px 0 rgba(45, 78, 78, 0.21);
  border: solid 1px #ece6dd;
  background-color: #cacfc8;
}

img.wu-box-icon {
  left: 10px;
  position: absolute;
  top: -34px;
}

img.wu-box-icon-hover {
  display: none;
  left: 10px;
  position: absolute;
  top: -34px;
}

.why-us-box:hover img.wu-box-icon {
  display: none;
}

.why-us-box:hover img.wu-box-icon-hover {
  display: block;
}

.green-dot-list li {
  color: #394b55;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  width: 100%;
}

.green-dot-list li::before {
  background-color: #394b55;
  border-radius: 50%;
  content: "";
  left: 0;
  height: 8px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.h-products-sec {
  background-color: #fff;
  padding: 100px 0;
}

.h-products-hdr {
  margin-bottom: 80px;
}

.h-prd-sec.h-prd-1 {
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 60px;
}

.h-prd-sec.h-prd-2 {
  background-color: transparent;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.h-prd-txt > img {
  margin-bottom: 40px;
}

.h-prd-img > img {
  background-color: #fff;
}

a.blue_link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  color: #018dd2;
}

a.blue_link > img {
  margin-left: 10px;
}

.h-about-sec {
  background-color: #ece6dd;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0 90px;
}

.h-about-sec .nav-tabs {
  border-bottom: 1px solid #d5dde1;
  margin-bottom: 30px;
}

.h-about-sec .nav-tabs button.nav-link {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  border: 0 none;
  color: #184157;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  margin-left: 40px;
  padding: 0 20px 15px;
  text-align: left;
  text-transform: uppercase;
}

.h-about-sec .nav-tabs button.nav-link:first-child {
  margin-left: 0;
  padding-left: 0;
}

.h-about-sec .nav-tabs button.nav-link.active {
  border-bottom: 1px solid #018dd2;
  font-weight: 600;
}

.h-about-sec .nav-tabs button.nav-link:hover {
  border-bottom: 1px solid #018dd2;
  font-weight: 600;
}

.h-gallery-sec {
  background-color: #fff;
  padding: 100px 0;
}

.h-gallery-item img {
  padding-right: 20px;
}

.h-gallery-item:last-child img {
  padding-right: 0;
}

.h-location-sec {
  background-color: #0a2736;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0;
}

.h-location-hdr-txt > * {
  color: #ece6dd;;
}

.h-location-form span.input-group-text {
  background-color: #fff;
  border: 0 none;
  border-radius: 10px 0 0 10px;
}

.h-location-form input.form-control {
  border: 0 none;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.location-submit-btn {
  background-color: #018dd2;
  border: 0 none;
  border-radius: 0 10px 10px 0;
  color: #ece6dd;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
}

.h-location-form select {
  height: 50px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 0 20px;
  line-height: 50px;
}

.h-testimonial-sec {
  background-color: #fff;
  padding: 100px 0;
}

.logos-list {
  columns: 6;
  column-gap: 20px;
  text-align: center;
}

.logos-list li.logo-item {
  width: 85px;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 8px 30px 0 rgba(81, 136, 167, 0.17);
  border-radius: 50%;
  margin-top: 20px;
  text-align: center;
  padding: 5px;
  align-content: center;
}

.logos-list li.logo-item img {
  width: auto;
  height: 100%;
}

.logos-list li.logo-item-14 img, .logos-list li.logo-item-12 img {
  height: 80%;
  margin-top: -7px;
}

.logos-list li.logo-item-18 img {
  height: 90%;
}

.h-articles-sec {
  background-color: #ece6dd;
  padding: 100px 0 146px;
}

.article-post-wrap {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #dde1e6;
}

.article-post-content {
  padding: 30px 20px;
  position: relative;
  min-height: 280px;
}

.article-post-content p {
  font-size: 14px;
}

.article-post-content a.blue_link {
  font-size: 14px;
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: flex;
}

.h-gallery-wrap .slick-prev, .h-gallery-wrap .slick-next {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 4px 5px 30px 0 rgba(0, 0, 0, 0.25);
  height: 50px;
  width: 50px;
  z-index: 10;
}

.h-gallery-wrap .slick-prev {
  left: 195px;
}

.h-gallery-wrap .slick-next {
  right: 195px;
}

.h-gallery-wrap .fa-chevron-left, .h-gallery-wrap .fa-chevron-right {
  color: #5f6973;
  font-size: 14px;
}

.h-gallery-wrap .slick-prev::before, .h-gallery-wrap .slick-next::before {
  content: none;
}



/* ----------------- /Home ----------------- */

/* ----------------- Footer ----------------- */

footer.footer {
  background-color: #225758;
  padding-top: 120px;
}

.footer-top-wrap {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}

.ftr-top {
  border-radius: 15px;
  box-shadow: 0 9px 34.1px 0 #1c5a5b;
  background-color: #184157;
  padding: 30px 63px 20px;
}

.footer-top-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.footer-top-item img {
  margin-right: 20px;
}

.footer-top-item-txt {
  margin-top: -10px;
}

.footer-top-item h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #018dd2;
  margin-bottom: 8px;
}

.footer-top-item a, .footer-top-item p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ece6dd;
  margin-bottom: 0;
}

.footer-main-wrap {
  padding: 60px 0;
}

.footer-about-wrap img {
  height: 47px;
  margin-bottom: 30px;
  width: auto;
}

.footer-about-wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
}

.social-links li.social-link-item {
  margin-right: 20px;
}

.social-links li.social-link-item:last-child {
  margin-right: 0;
}

.social-links li.social-link-item .fa-brands {
  color: #fff;
  font-size: 20px;
}

.footer-links h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 52px;
}

.footer-links li {
  display: block;
  margin-bottom: 10px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.copyright-wrap {
  padding: 26px 0;
}

.copyright-text p {
  color: #b5bcc2;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
}

/* ----------------- /Footer ----------------- */

/* ----------------- About US ----------------- */

.innerpage-hero {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 650px;
}

.about-hero-content-txt * {
  color: #fff;
}

.innerpage-hero img {
  margin-bottom: 30px;
}

.innerpage-hero h1 {
  font-size: 78px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.innerpage-hero h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.innerpage-hero h1 span, .innerpage-hero h3 span {
  color: #018dd2
}

.about-story-sec {
  background-color: #fff;
  padding: 100px 0;
}

.about-who_we_are-sec {
  background-color: #ece6dd;
  padding: 100px 0;
}

.abt-who-we-are-hdr p {
  font-size: 18px;
  margin-bottom: 60px;
}

.abt-who-we-are-value-box {
  border: 1px solid #cacfc8;
  border-radius: 20px;
  padding: 30px;
}

.abt-who-we-are-value-box h5 {
  color: #184157;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 10px;
  text-align: left;
}

.abt-who-we-are-value-box p {
  color: #394b55;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
}

.abt-who-we-are-value-boxes {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, minmax(434px, 1fr));
  grid-auto-rows: auto;
/*  grid-auto-flow: dense;*/
}

.abt-who-we-are-value-box.value-box-4, .abt-who-we-are-value-box.value-box-5 {
  grid-column: 1 / 2;
}

.abt-who-we-are-value-box.value-box-6 {
  grid-column: 2 / 2;
  grid-row: 2 / 4;
}

.abt-who-we-are-value-box.value-box-7 {
  grid-column: 3 / span 1;
  grid-row: 2 / span 2;
}

.about-team-sec {
  background-color: #fff;
  padding: 100px 0;
}

.abt-team-info h4 {
  color: #225758;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px;
}

.abt-team-info p {
  color: #394b55;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

img.Learn-More {
  width: 95px;
  height: 16px;
  flex-grow: 0;
  object-fit: contain;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  color: #018dd2;
}

.about-journey-sec {
  background-color: #ece6dd;
  padding: 100px 0;
}

.journey-detail {
  padding-left: 55px;
  position: relative;
}

.journey-detail::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(202, 207, 200, 0.05) 0%, #cacfc8 49%, rgba(202, 207, 200, 0.05));
  position: absolute;
  top: 0;
  left: 11px;
  height: 100%;
  width: 3px;
}

li.journey-detail-item {
  margin-bottom: 30px;
  position: relative;
}

li.journey-detail-item:last-child {
  margin-bottom: 0;
}

li.journey-detail-item::before {
  content: "";
  background-image: url('/wp-content/uploads/2024/08/green-dot-icon@2x.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -54px;
  top: 5px;
  background-size: cover;
  background-position: center;
}

li.journey-detail-item.item-2::before {
  background-image: url('/wp-content/uploads/2024/08/blue-dot-icon@2x.png');
}

.journey-detail-item h4 {
  color: #225758;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

li.journey-detail-item.item-2 h4 {
  color: #018dd2;
}

.journey-detail-item p {
  color: #394b55;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

li.journey-detail-item:last-child p:last-child {
  margin-bottom: 0;
}

.about-affiliation-sec {
  background-color: #fff;
  padding: 100px 0 170px;
}

.abt-affiliation-hdr {
  margin-bottom: 60px;
}

.abt-affiliation-logo img {
  border-radius: 20px;
  box-shadow: 0 10px 40px 0 rgba(236, 230, 221, 0.8), 0 10px 40px 0 rgba(236, 230, 221, 0.8);
  background-color: #fff;
}

/* ----------------- /About US ----------------- */

/* ----------------- Team Founder/CEO ----------------- */

.inner-hero-height {
  height: 400px;
  min-height: 400px;
}

.about-intro-sec {
  background-color: #fff;
  padding: 100px 0;
}

.about-bio-sec {
  background-color: #ece6dd;
  padding: 100px 0;
}

/* ----------------- /Team Founder/CEO ----------------- */

/* ----------------- Product Overview ----------------- */

.prd-nav-sec {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

.prd-nav-wrap {
  border-radius: 15px;
  box-shadow: 0 9px 34.1px 0 rgba(28, 90, 91, 0.55);
  background-color: #184157;
  padding: 30px 40px;
  gap: 100px;
}

a.prd-nav-link img {
  margin-right: 20px;
}

a.prd-nav-link span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  text-transform: capitalize;
}

a.prd-nav-link.active span {
  color: #018dd2;
}

.prd-nav-sec.sticky {
  position: fixed;
  top: 92px;
  margin: 0 auto;
  width: 100%;
  background-color: #184157;
  box-shadow: 0 9px 34.1px 0 rgba(28, 90, 91, 0.55);
  border-radius: 0;
  z-index: 999;
}

.prd-nav-sec.sticky .prd-nav-wrap {
  box-shadow: 0 0 0 transparent;
  padding: 15px 40px 10px;
}

.prd-nav-sec.sticky .prd-nav-wrap a.prd-nav-link img {
  width: 40px;
  margin-right: 10px;
}

.prd-nav-sec.sticky .prd-nav-wrap a.prd-nav-link span {
  font-size: 14px;
}

.prd-about-sec {
  background-color: #fff;
  padding: 100px 0;
}

.prd-about-txt {
  position: relative;
}

.prd-about-txt .green-dot-list li {
  font-weight: 400;
}

.prd-about-txt img {
  position: absolute;
  right: 0;
  top: -20px;
  width: 150px;
}

.prd-about-txt h2 {
  margin-bottom: 40px;
}

.prd-spacer-sec {
  background-color: #fff;
  padding: 0 0 100px;
}

.prd-spacer-txt h2 {
  margin-bottom: 40px;
}

.prd-why-sec {
  background-color: #ece6dd;
  padding: 100px 0;
}

.prd-why-point-item h5 {
  color: #394b55;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}

.prd-why-point-item p {
  margin-bottom: 30px;
}

.prd-why-point-item h5::before {
  background-color: #184157;
  background-size: cover;
  border-radius: 20px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 20px;
}

.prd-benefits-sec {
  background-color: #fff;
  padding: 100px 0;
}

.prd-benefits-hdr {
  margin-bottom: 50px;
}

.prd-benefit-box {
  border-radius: 20px;
  border: 1px solid #cacfc8;
  padding: 30px;
}

.prd-testing-sec {
  background-color: #ece6dd;
  padding: 100px 0;
}

.prd-contractor-sec {
  background-color: #fff;
  padding: 100px 0;
}

.product-wrap .green-dot-list li::before {
  height: 5px;
  top: 10px;
  width: 5px;
}

.product-wrap .green-dot-list {
  margin-bottom: 30px;
}


/* ----------------- /Product Overview ----------------- */ 

/* ----------------- Product Gallery ----------------- */ 

.prd-gallery-sec {
  background-color: #fff;
  padding: 100px 0;
}

.prd-gallery-hdr {
  margin-bottom: 50px;
}

.prd-gallery-img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

/*.prd-gallery-img:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(24, 65, 87, 0.3) 82%, #184157 99%);
  background-size: cover;
  background-position: center bottom;
  border-radius: 20px;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}*/

.prd-gallery-img img {
  display: block;
  width: 100%;
}

.prd-gallery-img h6 {
  align-content: center;
  background-color: #184157;
  bottom: 20px;
  border-radius: 0 0 20px 20px;
  color: #f2ece3;
  font-size: 18px;
  font-weight: 600;
  height: 80px;
  line-height: 1.2;
  letter-spacing: normal;
  left: 0;
  margin: 0;
  position: relative;
  padding: 10px 20px;
  text-transform: capitalize;
  width: 100%;
  z-index: 10;
}




/* ----------------- /Product Gallery ----------------- */ 

/* ----------------- Product Size ----------------- */ 

.prd-cmom-sec {
  background-color: #fff;
  padding: 100px 0;
}

.prd-flat-sec {
  background-color: #ece6dd;
  padding: 100px 0;
}

.prd-slope-sec {
  background-color: #fff;
  padding: 100px 0;
}

.prd-wedge-sec {
  background-color: #ece6dd;
  padding: 100px 0 150px;
}

.prd-flat-point-item h5, .prd-slope-point-item h5, .prd-wedge-point-item h5 {
  color: #394b55;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}

.prd-flat-point-item h5::before, .prd-slope-point-item h5::before, .prd-wedge-point-item h5::before {
  background-color: #184157;
  background-size: cover;
  border-radius: 20px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 20px;
}

.prd-flat-point-item ul.green-dot-list, .prd-slope-point-item ul.green-dot-list, .prd-wedge-point-item ul.green-dot-list {
  margin-bottom: 40px;
}

.prd-flat-point-item table, .prd-slope-point-item table, .prd-wedge-point-item table {
  box-shadow: 0 10px 21.9px 0 rgba(226, 212, 191, 0.65);
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin: 0;
}

.prd-flat-point-item table tbody, .prd-slope-point-item table tbody, .prd-wedge-point-item table tbody {
  box-shadow: 0 10px 21.9px 0 rgba(226, 212, 191, 0.65);
  background-color: #fff;
}

.prd-flat-point-item table th, .prd-slope-point-item table th, .prd-wedge-point-item table th {
  color: #394b55;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 15px;
}

.prd-flat-point-item table thead th, .prd-slope-point-item table thead th, .prd-wedge-point-item table thead th {
  background-color: #cacfc8;
}

.prd-flat-point-item table td, .prd-slope-point-item table td, .prd-wedge-point-item table td {
  border-bottom: 1px solid #c1c7cd;
  color: #394b55;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  padding: 15px;
}

.prd-flat-point-item table thead th:first-child, .prd-slope-point-item table thead th:first-child, 
.prd-wedge-point-item table thead th:first-child {
  border-radius: 20px 0 0 0;
}

.prd-flat-point-item table thead th:last-child, .prd-slope-point-item table thead th:last-child, 
.prd-wedge-point-item table thead th:last-child {
  border-radius: 0 20px 0 0;
}

.prd-flat-point-item table tbody tr, .prd-slope-point-item table tbody tr, 
.prd-wedge-point-item table tbody tr {
  border-left: 1px solid #c1c7cd;
  border-right: 1px solid #c1c7cd;
}

.prd-wedge-point-item table {
  width: 386px;
}

/* ----------------- /Product Size ----------------- */ 

/* ----------------- Product Downloads ----------------- */

.prd-installation-sec, .prd-videos-sec {
  background-color: #fff;
  padding: 100px 0;
}

.prd-installation-hdr, .prd-videos-hdr {
  margin-bottom: 50px;
}

.prd-installation-box, .prd-installation-box {
  padding: 30px 30px 60px;
  border-radius: 20px;
  border: 1px solid #cacfc8;
  position: relative;
}

.prd-installation-box h5, .prd-installation-box h5 {
  color: #184157;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
}

a.doc-link {
  position: absolute;
  bottom: 30px;
}

a.doc-link img {
  margin-right: 15px;
}

a.doc-link span {
  color: #018dd2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
}

.prd-pdf-guide-sec {
  background-color: #ece6dd;
  padding: 100px 0;
}

.pdf-guide-sec-header {
  margin-top: 60px;
  margin-bottom: 50px;
}

.pdf-guide-sec-header h4 {
  color: #225758;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

.pdf-guide-sec-header p {
  color: #394b55;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
}

.pdf-guide-sec-header.bnp-sec-hdr {
  margin-top: 0;
}

.prd-testdata-sec {
  background-color: #fff;
  padding: 100px 0 150px;
}

.prd-testdata-content {
  background-color: #ece6dd;
  border-radius: 20px;
  border: solid 1px #cacfc8;
  margin-bottom: 30px;
  padding: 40px 30px 20px;
}

.prd-testdata-content h4 {
  color: #184157;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

.prd-testdata-content p {
  color: #394b55;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

.prd-testdata-content p strong {
  font-weight: 600;
}

.prd-testdata-content .green-dot-list {
  margin-bottom: 20px;
}

.prd-testdata-content .green-dot-list li a {
  text-decoration: underline;
}

.product-wrap .prd-testdata-content .green-dot-list li::before {
  top: 7px;
}

.prd-testdata-content a.doc-link {
  position: relative;
  bottom: auto;
  top: auto;
}

.prd-testdata-content table {
  box-shadow: 0 10px 21.9px 0 rgba(226, 212, 191, 0.65);
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin: 0 0 30px;
}

.prd-testdata-content table tbody {
  box-shadow: 0 10px 21.9px 0 rgba(226, 212, 191, 0.65);
  background-color: #fff;
}

.prd-testdata-content table th {
  color: #394b55;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 15px;
}

.prd-testdata-content table thead th {
  background-color: #cacfc8;
}

.prd-testdata-content table td {
  border-bottom: 1px solid #c1c7cd;
  color: #394b55;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  padding: 15px;
}

.prd-testdata-content table thead th:first-child {
  border-radius: 20px 0 0 0;
}

.prd-testdata-content table thead th:last-child {
  border-radius: 0 20px 0 0;
}

.prd-testdata-content table tbody tr {
  border-left: 1px solid #c1c7cd;
  border-right: 1px solid #c1c7cd;
}

/* ----------------- /Product Downloads ----------------- */

/* ----------------- Product Resources ----------------- */

.prd-quality-sec {
  background-color: #fff;
  padding: 100px 0;
}

.prd-quality-hdr {
  margin-bottom: 100px;
}

.prd-quality-sec .tab-pane {
  background-color: #ece6dd;
  border-radius: 10px;
  padding: 40px 0;
}

.prd-quality-sec .nav .nav-link {
  background-color: transparent;
  border-radius: 10px;
  border: solid 1px #cacfc8;
  color: #184157;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 30px;
  padding: 20px 0 20px 15px;
  text-align: left;
}

.prd-quality-sec .nav button.nav-link.active, .prd-quality-sec .nav button.nav-link:hover {
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(209, 217, 206, 0.74);
  background-color: #cacfc8;
}

.prd-environmental-sec {
  background-color: #ece6dd;
  padding: 100px 0 150px;
}

.prd-rsc-tab-hdr {
  padding: 0 40px;
}

.prd-quality-sec .accordion .accordion-item, .prd-quality-sec .accordion .accordion-item h2, 
.prd-quality-sec .accordion .accordion-item h2 button {
  background-color: transparent;
  border-radius: 0;
}

.prd-quality-sec .accordion .accordion-item h2, .prd-quality-sec .accordion .accordion-item .accordion-collapse {
  padding-left: 40px;
  padding-right: 40px;
}

.prd-quality-sec .accordion .accordion-item h2 button, 
.prd-quality-sec .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.prd-quality-sec .accordion .accordion-item.prd-rsc-item.on {
  background-color: #cacfc8;
}

.prd-quality-sec .accordion .accordion-item h2, 
.prd-quality-sec .accordion .accordion-item h2 button {
  color: #184157;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}

.prd-quality-sec .accordion .accordion-item h2 button {
  border-bottom: 1px solid #394b55;
}

.prd-quality-sec .accordion .accordion-item h2 button::after {
  background-image: url('/wp-content/uploads/2024/08/acc-arrow@2x.png');
  background-size: cover;
  background-position: center;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 24px;
  width: 12px;
}

.prd-quality-sec .accordion .accordion-item.on h2 button::after {
  transform: rotate(180deg);
}

.prd-quality-sec .accordion .accordion-item h2 button:focus, 
.prd-quality-sec .accordion .accordion-item h2 button:visited {
  box-shadow: 0 0 0 transparent;
}

.prd-quality-sec .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #394b55;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
}

.prd-quality-sec .accordion-body table {
  margin-bottom: 30px;
}

.prd-quality-sec .accordion-body table thead th:first-child {
  border-radius: 20px 0 0 0;
}

.prd-quality-sec .accordion-body table thead th:last-child {
  border-radius: 0 20px 0 0;
}

.prd-quality-sec .accordion-body table th {
  background-color: #ece6dd;
  color: #394b55;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 15px 20px;
}

.prd-quality-sec .accordion-body table td {
  background-color: transparent;
  border-bottom: 1px solid #ece6dd;
  color: #394b55;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  padding: 15px 20px;
}




/* ----------------- /Product Resources ----------------- */

/* ----------------- Products ----------------- */

.prds-wrap .h-products-sec {
  padding: 100px 0 150px;
}

/* ----------------- /Products ----------------- */

/* ----------------- Contact Us ----------------- */

.cnt-form-sec {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 110px 0 225px;
  position: relative;
}

.cnt-form-sec::after {
  background-image: linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0.12));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
}

.contform {
  border-radius: 20px;
  box-shadow: 0 24px 30px 0 #ece6dd, 0 -4px 30px 0 rgba(236, 230, 221, 0.82);
  background-color: #fff;
  padding: 5px;
  position: relative;
  z-index: 20;
}

.info-bg {
  background-color: #225758;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
  padding: 40px 10px 40px 30px;
}

.contact-info {
  position: relative;
}

.contact-info h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px;
}

.contact-info h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

.contact-info p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
}

.contact-info h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

.office-contacts li {
  display: flex;
  flex-wrap: wrap;
  align-content: top;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
}

.office-contacts li img {
  margin-right: 10px;
}

img.form-logo {
  position: absolute;
  bottom: 0;
}

.form-wrap {
  padding: 40px 30px;
}

.form-wrap h4 {
  color: #184157;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
}

.form-wrap .gform_wrapper.gform-theme--foundation .gform_fields label {
  color: #394b55;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px;
}

.form-wrap .gform_wrapper.gform-theme--foundation .gform_fields input, 
.form-wrap .gform_wrapper.gform-theme--foundation .gform_fields select {
  border-radius: 10px;
  border: solid 1px #c1c7cd;
  background-color: #fff;
  color: rgba(57, 75, 85, 0.8);
  font-size: 14px;
  font-weight: normal;
  height: 44px;
  line-height: 42px;
  padding: 0 20px;
  object-fit: contain;
  text-align: left;
}

.form-wrap .gform_wrapper.gform-theme--foundation .gform_fields textarea {
  border-radius: 10px;
  border: solid 1px #c1c7cd;
  background-color: #fff;
  color: rgba(57, 75, 85, 0.8);
  font-size: 14px;
  font-weight: normal;
  height: 87px;
  line-height: 1.4;
  min-block-size: 87px;
  padding: 12px 20px;
  resize: none;
}

.form-wrap .gform_wrapper.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important;
}

.form-wrap .gform_wrapper.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button {
  border-radius: 10px;
  background-color: #018dd2;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  letter-spacing: normal;
  text-align: center;
}

.cnt-team-contact-sec {
  background-color: #fff;
  padding: 100px 0 150px;
}

.cnt-team-info-hdr {
  margin-bottom: 60px;
}

.cont-team-info-box {
  border-radius: 20px;
  border: solid 1px #cacfc8;
  padding: 30px;
  object-fit: contain;
}

.cnt-team-info-box-hdr {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 5px;
}

.cnt-team-info-box-hdr::after {
  content: "";
  background-color: #cacfc8;
  width: 70%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cont-team-info-box h5 {
  color: #184157;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px;
}

.cont-team-info-box p {
  color: #018dd2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px;
}

.cnt-links li {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 30px;
}

.cnt-links li:last-child {
  margin-bottom: 0;
}

.cnt-links li a {
  color: #394b55;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  text-decoration: none;
  text-align: left;
}

.cnt-links li a:hover {
  color: #394b55;
}

.cnt-links li img {
  margin-right: 20px;
}


/* ----------------- /Contact Us ----------------- */

/* ----------------- Testimonials ----------------- */

.ttl-reviews-sec {
  background-color: #fff;
  padding: 100px 0 150px;
}

.client-rating li {
  align-content: top;
  border-right: 1px solid #cacfc8;
  display: flex;
  flex-wrap: wrap;
  padding: 0 75px;
}

.client-rating li:last-child {
  border-right: 0 none;
}

.client-rating li p {
  color: #184157;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}

.client-rating li p span {
  display: block;
  color: #018dd2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform: uppercase;
}

.client-rating li p em {
  color: #cacfc8;
  font-size: 20px;
  position: relative;
  top: -5px;
}

.rating-star i.fa-star {
  font-size: 12px;
  color: #018dd2;
  padding: 0 3px;
  margin: 0 0 5px;
}

.rating-star span {
  color: #394b55;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
}

.reviews-hdr h4 {
  color: #225758;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-align: left;
}

.reviews-item {
  border-top: 1px solid #cacfc8;
  margin-bottom: 20px;
  padding-top: 40px;
}

.review-stars {
  margin-right: 20px;
}

.review-stars i.fa-star {
  font-size: 12px;
  color: #018dd2;
  padding: 0 3px;
}

.review-rating p {
  color: #394b55;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: left;
}

.review-content h6 {
  color: #184157;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-align: left;
  text-transform: capitalize;
}

.review-content h6 span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}

ul.review-meta {
  margin-bottom: 30px;
}

ul.review-meta li.state {
  color: #018dd2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}

ul.review-meta li.date {
  border-left: 1px solid #cacfc8;
  color: rgba(57, 75, 85, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  margin-left: 10px;
  padding-left: 10px;
  text-align: left;
}

.review-content > p {
  color: #394b55;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  
}

.review-content > p strong {
  font-weight: 600;
  font-style: normal;
  color: #018dd2;
}

/* ----------------- /Testimonials ----------------- */

/* ----------------- Trade Shows ----------------- */

.ttl-reviews-sec {
  background-color: #fff;
  padding: 100px 0 150px;
}

.ttl-reviews-hdr {
  margin-bottom: 50px;
}

.ttl-reviews-sec .nav-tabs {
  margin-bottom: 60px;
  border-bottom: 0 none;
  border-top: 1px solid;
}

.ttl-reviews-sec .nav-tabs li.nav-item {
  padding: 0 51px;
}

.ttl-reviews-sec .nav-tabs li.nav-item button {
  border: 0 none;
  border-radius: 0;
  color: #225758;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 30px 0 0;
  position: relative;
  text-align: left;
}

.ttl-reviews-sec .nav-tabs li.nav-item button.active,
.ttl-reviews-sec .nav-tabs li.nav-item button:hover {
  border: 0 none;
  border-radius: 0;
  color: #018dd2;
}

.ttl-reviews-sec .nav-tabs li.nav-item button::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  background-image: url(/wp-content/uploads/2024/08/green-dot-icon@2x.png);
  width: 25px;
  height: 25px;
  background-size: cover;
  background-position: center;
  transform: translate(-50%, 0);
  z-index: 10;
}

.ttl-reviews-sec .nav-tabs li.nav-item button.active::before,
.ttl-reviews-sec .nav-tabs li.nav-item button:hover::before {
  background-image: url(/wp-content/uploads/2024/08/blue-dot-icon@2x.png);
}

.ttl-reviews-sec .nav-tabs li.nav-item button:hover,
.ttl-reviews-sec .nav-tabs li.nav-item button:visited {
  border: 0 none;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}

.ttl-reviews-sec .nav-tabs li.nav-item:first-child {
  padding-left: 0;
}

.ttl-reviews-sec .nav-tabs li.nav-item:last-child {
  padding-right: 0;
}

.tradeshow-box {
  border-radius: 20px;
  border: solid 1px #cacfc8;
  padding: 30px;
  object-fit: contain;
}
.form-section {
  background-color: #ece6dd;
  padding-bottom: 80px;
}
.form-div-land {
	background: #fff;
	padding: 60px;
	box-shadow: 0 2px 30px 0 rgba(24, 65, 87, 0.06);
	border-radius: 8px;
	margin-top: -130px;
}
.form-div-land .gform_required_legend {
  display: none;
}
.form-div-land h2 {
  font-size: 32px;
  line-height: 38.4px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #184157;
}
.form-div-land .large {
  border: solid 1px #c1c7cd !important;
  border-radius: 10px !important;
  padding: 12px 20px !important;
  height: 44px !important;
  font-size: 14px !important;
  color: #394b55cc !important;
  margin-bottom: -10px !important;
}
.form-div-land .gfield_label.gform-field-label {
  font-size: 16px;
  color: #394b55;
}
#input_2_8 {
  padding-top: 4px !important;
}
#gform_submit_button_2 {
  background: #018dd2;
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 18px;
  color: #f5f5f5;
}
.icon-box {
  border: solid 1px #cacfc8;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #184157;
  height: 100%;
}
.icon-box .img-fluid {
  display: block !important;
  margin: 0 auto;
  margin-bottom: 20px;
}
.product-section {
  padding: 70px 0;
}
.title-div {
  text-align: center;
}
.h-products-sec.new {
  padding-bottom: 150px;
}
/* ----------------- /Trade Shows ----------------- */

/* ----------------- Single Post ----------------- */

.single-articles-detail {
  background-color: #fff;
  padding: 100px 0 150px;
}

.article-meta {
  margin-bottom: 40px;
}

.article-meta li.author {
  border-right: 1px solid #cacfc8;
  color: #018dd2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  margin-right: 20px;
  padding-right: 20px;
  text-align: left;
}

.article-meta li.date {
  border-right: 0 none;
  color: rgba(57, 75, 85, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  margin-right: 0;
  padding-right: 0;
  text-align: left;
}

.single-articles-latest-posts {
  border-radius: 10px;
  border: solid 1px #cacfc8;
  padding: 30px;
  object-fit: contain;
}

.single-articles-latest-posts h4 {
  color: #184157;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 30px;
  text-align: left;
}

.latest-post-list li {
  border-bottom: 1px solid #cacfc8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.latest-post-list li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.latest-post-img img {
  border-radius: 10px;
}

.latest-post-title h6 {
  color: #184157;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
}

.latest-post-title p {
  color: rgba(57, 75, 85, 0.7);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin: 0 0 10px;
}

.author-wrap {
  background-color: #ece6dd;
  border-radius: 10px;
  padding: 30px
}

.author-img {
  margin-right: 30px;
}

.author-txt h6 {
  color: #018dd2;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  text-transform: capitalize;
}

.author-txt h6 span {
  color: #394b55;
}

.author-txt p {
  color: #394b55;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: left;
}

.single-articles-detail-content p em {
  font-size: 12px;
}

.single-articles-detail-content h4 {
  margin-bottom: 20px;
}

.single-articles-detail-content p a {
  color: #018dd2;
  display: inline-block;
  text-decoration: underline;
}

/* ----------------- /Single Post ----------------- */

/* ----------------- Archive ----------------- */

.featured-news-sec {
  background-color: #fff;
  padding: 100px 0;
}

.featured-news-img img {
  border-radius: 30px;
}

.articles-posts-list {
  background-color: #ece6dd;
  padding: 100px 0 150px;
}

.articles-posts-hdr {
  margin-bottom: 60px;
}

.article-post-box-img img {
  border-radius: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.article-post-box-img .article-meta {
  margin-bottom: 20px;
}

.article-post-box-txt h6 {
  text-transform: capitalize;
}

.ordered-list {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: decimal;
}

.ordered-list li {
  color: #394b55;
  display: list-item;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.ordered-list li::marker {
  font-weight: 600;
}

.dot-list {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: disc;
}

.dot-list li {
  color: #394b55;
  display: list-item;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.article-post-box-img {
  height: 319px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}

.latest-post-img {
  height: 80px;
  border-radius: 20px;
  overflow: hidden;
}

/* ----------------- /Archive ----------------- */

/* ----------------- Representatives ----------------- */

.representatives-form-sec {
  background-image: linear-gradient(to bottom, #fff 0%, #ece6dd);
  padding: 100px 0 150px;
}

.representatives-map-img {
  margin-bottom: 50px;
  position: relative;
}

.representatives-map-img img.mobile-img {
  display: none;
}

.representatives-hdr p a {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}

.representative_states > li {
  position: absolute;
}

.alabama {
  left: 610px;
  top: 570px;
}

.alaska {
  left: 70px;
  top: 695px;
}

.arizona {
  left: 190px;
  top: 520px;
}

.arkansas {
  left: 510px;
  top: 535px;
}

.california {
  left: 70px;
  top: 450px;
}

.canada-alberta {
  left: 195px;
  top: 120px;
}

.canada-ontario {
  left: 550px;
  top: 180px;
}

.canada-oakville {
  left: 828px;
  top: 250px;
}

.caribbean {
  left: 895px;
  top: 705px;
}

.colorado {
  left: 300px;
  top: 440px;
}

.connecticut {
  left: 800px;
  top: 373px;
}

.delaware {
  left: 776px;
  top: 431px;
}

.florida {
  left: 715px;
  top: 666px;
}

.georgia {
  left: 670px;
  top: 565px;
}

.hawaii {
  left: 255px;
  top: 760px;
}

.idaho {
  left: 185px;
  top: 332px;
}

.illinois {
  left: 555px;
  top: 425px;
}

.illinois-south {
  left: 474px;
  top: 465px;
}

.indiana {
  left: 605px;
  top: 428px;
}

.iowa {
  left: 490px;
  top: 390px;
}

.kansas {
  left: 415px;
  top: 458px;
}

.kentucky {
  left: 625px;
  top: 475px;
}

.louisiana {
  left: 513px;
  top: 620px;
}

.maine {
  left: 833px;
  top: 270px;
}

.maryland {
  left: 776px;
  top: 444px;
}

.massachusetts {
  left: 821px;
  top: 347px;
}

.michigan {
  left: 620px;
  top: 355px;
}

.minnesota {
  left: 475px;
  top: 300px;
}

.mississippi {
  left: 560px;
  top: 570px;
}

.missouri {
  left: 505px;
  top: 465px;
}

.montana {
  left: 265px;
  top: 275px;
}

.nebraska {
  left: 390px;
  top: 398px;s
}

.nevada {
  left: 128px;
  top: 406px;
}

.new-hampshire {
  left: 128px;
  top: 406px;
}

.new-jersey {
  left: 782px;
  top: 410px;
}

.new-mexico {
  left: 280px;
  top: 532px;
}

.new-york {
  left: 755px;
  top: 345px;
}

.north-carolina {
  left: 710px;
  top: 503px;
}

.north-dakota {
  left: 385px;
  top: 278px;
}

.ohio {
  left: 653px;
  top: 412px;
}

.oklahoma {
  left: 430px;
  top: 520px;
}

.oregon {
  left: 95px;
  top: 315px;
}

.pennsylvania {
  left: 730px;
  top: 388px;
}

.rhode-island {
  left: 820px;
  top: 360px;
}

.south-carolina {
  left: 695px;
  top: 540px;
}

.south-dakota {
  left: 385px;
  top: 340px;
}

.tennessee {
  left: 600px;
  top: 512px;
}

.texas {
  left: 398px;
  top: 602px;
}

.utah {
  left: 207px;
  top: 422px;
}

.vermont {
  left: 797px;
  top: 305px;
}

.virginia {
  left: 733px;
  top: 458px;
}

.washington {
  left: 117px;
  top: 245px;
}

.washington-d-c {
  left: 750px;
  top: 435px;
}

.west-virginia {
  left: 695px;
  top: 438px;
}

.wisconsin {
  left: 535px;
  top: 333px;
}

.wyoming {
  left: 280px;
  top: 360px;
}

.canada-new-brunswick {
  left: 845px;
  top: 220px;
}

.canada-nova-scotia {
  left: 909px;
  top: 257px;
}

.canada-newfoundland-and-labrador {
  left: 840px;
  top: 95px;
}

.canada-prince-edward-island {
  left: 919px;
  top: 213px;
}

.canada-british-columbia {
  left: 90px;
  top: 85px;}

.canada-saskatchewan {
  left: 295px;
  top: 175px;
}

.canada-manitoba {
  left: 410px;
  top: 135px;
}

.representative_states > li ul.marker-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 20px;
  visibility: hidden;
  transform: translate(-320px, 10px);
  z-index: 20;
  width: 100%;
}

.representative_states > li:hover ul.marker-boxes {
  opacity: 1;
  visibility: visible;
}

.representative_states > li ul.marker-boxes li .marker-box {
  border-radius: 20px;
  box-shadow: 0 7px 32.1px 0 rgba(82, 126, 148, 0.19);
  background-color: #fff;
  height: auto;
  padding: 20px;
  width: 332px;
}

.states {
  padding: 60px 0 0;
}

.state-info {
  text-align: center;
}

.states > li ul.marker-boxes {
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;*/
}

.states > li ul.marker-boxes li {
  margin-right: 30px;
  margin-bottom: 30px;
}

.states > li ul.marker-boxes li .marker-box {
  border-radius: 20px;
  box-shadow: 0 7px 32.1px 0 rgba(82, 126, 148, 0.19);
  background-color: #fff;
  height: auto;
  padding: 20px;
  width: 332px;
}

ul.marker-boxes h6 {
  color: #184157;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}

ul.marker-boxes h6::after {
  background-color: #018dd2;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 39px;
}

.marker-box-cnt li {
  color: #394b55;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-align: left;
}

.marker-box-cnt li > img {
  margin-right: 10px;
  height: 100%;
}

.marker-box-address img {
  height: 20px;
  width: 14px;
  margin-right: 10px;
}

.marker-box-phone img {
  height: 18px;
  width: 18px;
}

.marker-box-cnt li a {
  text-align: left;
  display: contents;
  word-break: break-word;
  width: 100%;
}

/* ----------------- /Representatives ----------------- */

.search-result-sec {
  background-color: #fff;
  padding: 100px 0 150px;
}

body [data-wpr-lazyrender] {
    content-visibility: visible !important;
}

.page-template-page-product-overview img, .prd-gallery-img img, 
.page-template-page-product-size img, .h-prd-img > img, .about-story-sec img,
.abt-team-img img, .h-gallery-item img {
  border-radius: 20px;
}

.page-template-page-product-size .prd-cmom-txt img {
  border-radius: 0;
}

.article-post-img, .article-post-img img {
  border-radius: 30px 30px 0 0;
}
