body {
  font-size: 16px;
}

/*Header*/
header div:first-child {
  max-width: 100%;
}
header .header__nav_businessItem {
  padding-left: 0 !important;
}
header .header__nav_contactItem {
  padding-right: 0 !important;
}

.header__con {
  width: 100% !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1019607843) !important;
  z-index: 9999 !important;
}

.header__nav .wp-block-navigation {
  box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 0px 0px !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.header__nav_item {
  padding-top: 0 !important;
  padding-right: 22px;
  padding-left: 22px;
  padding-bottom: 0 !important;
}
.header__nav_item a {
  transition-duration: unset !important;
}
.header__nav_aboutUsItem, .header__nav_contactItem, .header__nav_businessItem {
  text-wrap: nowrap;
}
.header__nav_sub_item.viewBusiness {
  display: none !important;
}
.header__nav button.wp-block-navigation__responsive-container-close {
  margin: 15px;
}

footer .wp-block-navigation-item__content, footer .uagb-icon-list__label, footer p {
  font-size: 0.89em !important;
}
footer .uagb-icon-list__wrap img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(64%) saturate(3437%) hue-rotate(182deg) brightness(96%) contrast(89%);
}
footer .wp-block-navigation {
  box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 0px 0px !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
footer li.wp-block-navigation-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
footer li.wp-block-navigation-item:first-child {
  padding-top: 0;
}
footer .wp-block-navigation-item__content {
  color: #E2E8F0 !important;
  line-height: 1.375 !important;
  font-weight: 300;
}
footer .eb-form-wrapper {
  padding: 0;
}
footer .eb-form-fields label {
  color: #FFFFFF;
}
footer .eb-form-fields input {
  min-height: 46px !important;
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 8px;
}
footer .eb-form-submit {
  margin-top: 28px !important;
  justify-content: left !important;
}
footer .eb-form-submit-button {
  background-color: #1875BB;
  color: #FFF;
  border: 0;
  border-radius: 8px;
}
footer .eb-form-submit-button:hover {
  background-color: #5DAB00;
  color: #333333;
}

/**/
.banner_con:before {
  background-image: linear-gradient(82.01deg, #FFFFFF 1.22%, rgba(255, 255, 255, 0.9) 41.66%, rgba(255, 255, 255, 0.422491) 60.5%, rgba(115, 115, 115, 0) 83.56%) !important;
}

.fit_content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

button, .btn, .wp-block-button__link, .eb-button-anchor {
  font-size: 1em !important;
  text-align: center;
  cursor: pointer;
}

.eb-form-fields * {
  font-size: 1em !important;
}
.eb-form-fields input {
  min-height: 64px !important;
}

.eb_form_submit_response {
  font-size: 1em !important;
}

.img_cover_size img {
  -o-object-fit: cover;
     object-fit: cover;
}

.boost_img img {
  -o-object-position: right;
     object-position: right;
}

.custom_bluecard .uagb-ifb-image-content {
  width: 143px !important;
  height: 143px;
  background-color: #1875BB;
  border-radius: 50%;
  box-shadow: 0px 11px 7.8px 0px #E4E7F1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.custom_bluecard .uagb-ifb-image-content img {
  width: 73px;
  height: 73px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom_bluecard.uagb-infobox-icon-above-title .uagb-ifb-image-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 29px;
}
.custom_bluecard.uagb-infobox-icon-left .uagb-ifb-image-content {
  margin-right: 8%;
}

.custom_whitecard .uagb-ifb-image-content {
  margin-bottom: 33px;
}
.custom_whitecard .uagb-ifb-image-content img {
  max-width: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom_card.wp-block-uagb-container {
  padding: 0;
}
.custom_card__display, .custom_card__hover {
  border-radius: 20px;
  height: 100%;
}
.custom_card__display {
  position: absolute !important;
  padding: 50px 21px 60px;
  z-index: 2;
}
.custom_card__display .uagb-ifb-image-content {
  border-bottom: 2px solid #1875BB;
  margin-bottom: 12px;
}
.custom_card__display .uagb-ifb-image-content img {
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom_card__hover {
  background-color: #FFF;
  min-height: 230px;
  padding: 50px 21px;
  transition: 0.25s ease;
  z-index: 1;
  box-shadow: 0px 6px 27px 0px rgba(135, 159, 226, 0.2196078431);
}
.custom_card__hover * {
  color: #FFF !important;
}
.custom_card:hover {
  background-color: #1875BB;
}
.custom_card:hover .custom_card__display {
  visibility: hidden;
  z-index: 1;
}
.custom_card:hover .custom_card__hover {
  transform: translate(13px, -12px);
  z-index: 2;
}
.custom_card:hover .custom_card__hover .uagb-ifb-title {
  color: #1875BB !important;
}
.custom_card:hover .custom_card__hover .uagb-ifb-desc {
  color: #333333 !important;
}

.custom_icon_w_header img {
  box-shadow: 0px 11px 7.8px 0px #E4E7F1;
  border-radius: 50% !important;
}

.custom_circleContent .circle-content-title {
  font-size: 1.565em !important;
  line-height: 1.24;
  font-family: "Poppins" !important;
}
.custom_circleContent .circle-content-desc {
  font-size: 1em !important;
  line-height: 1.69 !important;
  font-family: "Poppins" !important;
  letter-spacing: 0.005em;
}

.bullet_list ::marker {
  color: #1875BB;
}

.green_list ::marker {
  color: #5DAB00;
}
.green_list li + li {
  margin-top: 14PX;
}
.green_list strong {
  font-weight: 600;
}

.vertical__farming_gallery img {
  max-width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.vertical__farming_gallery .spectra-image-gallery * {
  justify-self: center;
}
.vertical__farming_gallery .spectra-image-gallery__layout--grid-col-3 {
  max-width: 700px;
  margin: auto;
}
.vertical__farming_gallery .spectra-image-gallery__layout--grid-col-4 {
  max-width: 950px;
  margin: auto;
}
.vertical__farming_gallery .spectra-image-gallery__media {
  aspect-ratio: auto;
}
.vertical__farming_gallery .spectra-image-gallery__media-thumbnail-caption {
  background-color: transparent;
  color: inherit;
  margin-top: 4px;
}
.vertical__farming_gallery .spectra-image-gallery__media-thumbnail-caption-wrapper {
  position: relative;
}
.vertical__process_col.no_3 .vertical__process_line, .vertical__process_col.no_4 .vertical__process_line {
  visibility: hidden;
}
.vertical__process_col.no_3:before {
  content: "";
  position: absolute;
  width: calc(100% - 70px - 46px);
  height: calc(100% + 24px);
  margin-top: 34px;
  right: 0px;
  border: 4px solid #335168;
  border-left: 0px !important;
  border-radius: 0 20px 20px 0;
}
.vertical__process_col.no_3:after {
  content: "";
  position: absolute;
  left: 111px;
  bottom: -62px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 12px solid #335168;
  border-bottom: 7px solid transparent;
}
.vertical__process_no {
  width: 70px !important;
  height: 70px;
  background-color: #1875BB;
  border-radius: 50%;
  place-content: center;
  text-align: center;
}

.business__second_sec:before {
  content: "";
  position: absolute;
  width: 46%;
  height: 100%;
  top: 0;
  background: linear-gradient(180deg, #C7FFA8 0%, #4293CF 100%);
}

.news__banner article {
  padding: 0 !important;
  border: 0 !important;
}
.news__banner .ebpg-grid-post-holder {
  align-items: center !important;
  gap: 39px !important;
}
.news__banner .ebpg-entry-wrapper {
  width: calc(34% - 32px) !important;
}
.news__banner .ebpg-entry-title {
  font-size: clamp(1.347em, 1.347rem + (1vw - 0.2em) * 1.405, 2.19em) !important;
  margin-bottom: 18px !important;
}
.news__banner .ebpg-grid-post-excerpt p {
  margin-bottom: 18px !important;
}
.news__banner .ebpg-entry-media {
  order: 2;
  width: 66% !important;
}
.news__banner img.attachment-.size-.wp-post-image {
  height: auto !important;
}
.news__banner .ebpg-readmore-btn a {
  background-color: #1875BB;
  color: #FFFFFF !important;
  border-radius: 8px !important;
  padding: 10px 24px !important;
}
.news__banner .ebpg-readmore-btn a:hover {
  color: #333333 !important;
}

.news__post.eb-post-grid-wrapper {
  display: grid;
  grid-template-columns: 328px 65.61%;
  justify-content: space-between;
}
.news__post .eb-post-grid-category-filter {
  grid-column: 1;
}
.news__post .eb-post-grid-posts-wrapper {
  grid-column: 2;
  width: 100%;
}
.news__post .ebpg-pagination {
  grid-column: 2;
  grid-row: 2;
  margin-top: 25px;
}
.news__post .ebpg-category-filter-list {
  display: grid;
  justify-content: left;
  gap: 11px;
}
.news__post .ebpg-category-filter-list-item {
  font-size: 1em !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #BBBBBB !important;
}
.news__post .ebpg-category-filter-list-item.active, .news__post .ebpg-category-filter-list-item:hover {
  color: #333333 !important;
  font-weight: 500;
}
.news__post .ebpg-category-filter-list-item:first-child {
  position: relative;
  min-width: 126px;
}
.news__post .ebpg-category-filter-list-item:first-child:after {
  content: "Latest Articles";
  background: #FFF;
  position: absolute;
  left: 0;
}
.news__post .eb-post-grid-posts-wrapper {
  gap: 25px !important;
}
.news__post .ebpg-grid-post {
  padding: 24px 30px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
  border-radius: 12px !important;
  position: relative;
}
.news__post .ebpg-grid-post-holder {
  gap: 4% !important;
}
.news__post .ebpg-entry-thumbnail img, .news__post .ebpg-entry-thumbnail:after {
  border-radius: 8px 0 0 8px !important;
}
.news__post h3.ebpg-entry-title {
  font-size: clamp(1.017em, 1.017rem + (1vw - 0.2em) * 0.905, 1.56em) !important;
  font-weight: 300;
}
.news__post .ebpg-entry-content {
  margin-bottom: 42px;
}
.news__post .ebpg-grid-post-excerpt p {
  color: #737B7D !important;
}
.news__post .ebpg-footer-meta {
  position: absolute;
  bottom: 24px;
  padding-right: 25px;
}
.news__post .ebpg-footer-meta * {
  font-size: 12px !important;
  text-transform: uppercase;
}
.news__post .ebpg-categories-meta {
  margin-right: 5px !important;
}
.news__post .ebpg-categories-meta a {
  background-color: transparent !important;
  color: #1875BB !important;
  font-weight: 600;
  padding: 0 !important;
  margin: 0 5px 0 0;
}
.news__post .ebpg-categories-meta a:last-child {
  margin: 0;
}
.news__post .ebpg-categories-meta a + a:before {
  content: "| ";
}
.news__post .ebpg-posted-on, .news__post .ebpg-read-time {
  color: #D2D2D2 !important;
  font-weight: 700;
}
.news__post .ebpg-posted-on {
  display: flex;
  align-items: center;
  margin-right: 5px !important;
}
.news__post .ebpg-posted-on:before {
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 4px;
  margin-right: 5px;
}
.news__post .ebpg-read-time i {
  display: none;
}
.news__post .ebpg-read-time:before {
  content: "| ";
}
.news__post .ebpg-readmore-btn {
  position: absolute;
  right: 30px;
  bottom: 24px;
  z-index: 9;
}
.news__post .ebpg-readmore-btn a {
  position: relative;
  color: #FFFFFF !important;
  font-size: 4px !important;
  width: 18px;
  height: 18px;
  margin-bottom: 0 !important;
}
.news__post .ebpg-readmore-btn a:after {
  content: "\f30b";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 1;
  color: #1875BB;
  position: absolute;
  left: 0;
}
.news__post .ebpg-readmore-btn a:hover:after {
  color: #5DAB00;
}
.news__post .ebpg-pagination-button {
  margin: 0 !important;
  min-width: 100%;
  background-color: #F9F9F9 !important;
  color: #737B7D !important;
  padding: 16px !important;
  font-size: 0.778em !important;
  font-weight: 400 !important;
  border: 0 !important;
  border-radius: 8px !important;
}
.news__post .ebpg-pagination-button:hover {
  background-color: #5DAB00 !important;
  color: #231F20 !important;
}
.news__post p.eb-no-posts {
  grid-column: 2;
  text-align: center;
}

.single_news__feature {
  margin-bottom: 7.3%;
}
.single_news__feature a {
  font-size: 12px !important;
  color: #333333 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.single_news__feature i {
  color: inherit !important;
}
.single_news__categories a {
  font-size: 12px;
  font-weight: 600;
  color: #5DAB00 !important;
  text-transform: uppercase;
}
.single_news__categories span.wp-block-post-terms__separator {
  color: #5DAB00;
}
.single_news__readTime .tpgb-meta-info {
  font-size: 12px;
  color: #D2D2D2;
  text-transform: uppercase;
}
.single_news__readTime .tpgb-meta-info:after {
  content: "read";
  margin-left: 3px;
}
.single_news__title {
  margin-top: 16px;
  margin-bottom: 25px;
  color: #1875BB;
}
.single_news__excerpt {
  margin: 0;
}
.single_news__excerpt p {
  color: #000000;
}
.single_news__author_share_con {
  border-bottom: 1px solid #DEE2E6 !important;
  padding-bottom: 24px !important;
  margin-top: 20px;
  margin-bottom: 36px;
}
.single_news__author_con {
  padding-left: 7% !important;
  margin-bottom: 20px;
}
.single_news__author .wp-block-post-author__avatar {
  margin-right: 20px;
}
.single_news__author .avatar {
  width: 88px;
  height: 88px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.single_news__author p.wp-block-post-author__name {
  font-size: 14px;
  color: #1875BB;
  margin-top: 22px;
}
.single_news__date {
  margin-top: -53px;
}
.single_news__date time {
  font-size: 12px;
  color: #737B7D;
  margin-left: 108px;
  text-transform: uppercase;
}
.single_news__share_title h6 {
  font-size: 0.889em;
  font-weight: 400;
}
.single_news__share ul.eb-social-shares {
  display: flex;
  gap: 15px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.single_news__share a {
  background: #FAFAFA !important;
  color: #808080 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  border-radius: 50%;
  text-decoration: none;
}
.single_news__content_con {
  -moz-column-gap: calc((100% - 82px - 826px) / 2) !important;
       column-gap: calc((100% - 82px - 826px) / 2) !important;
}
.single_news__float_share_con {
  /*position: fixed;
  top: 50%;
  left: calc(calc(100vw - 85%) / 2);
  z-index: 99999;*/
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.single_news__float {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.single_news__float._share {
  margin-bottom: 15px;
}
.single_news__float a.eb-popup-button-anchor {
  display: grid !important;
  min-width: 82px;
  border: 1px solid #EBEBEB;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #FFF !important;
  padding: 14px 11px !important;
}
.single_news__float a.eb-popup-button-anchor .dashicon, .single_news__float a.eb-popup-button-anchor i {
  color: #5DAB00 !important;
  width: 42px;
  height: 42px;
  background-color: #FAF7FC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.single_news__float a.eb-popup-button-anchor i {
  margin-left: 10px;
}
.single_news__float a.eb-popup-button-anchor p {
  font-size: 12px;
  color: #333333;
  font-weight: 600;
}
.single_news__float .eb-popup-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.single_news__float .eb-popup-content {
  background-color: #FFFFFF !important;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.single_news__pop_up {
  min-height: 200px;
}
.single_news__pop_up .single_news__share_con {
  max-width: 100% !important;
}
.single_news__content a {
  color: #1875BB;
  text-decoration: none;
}
.single_news__related_post .ebpg-grid-post {
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.0509803922) !important;
  position: relative;
}
.single_news__related_post .ebpg-entry-thumbnail {
  margin-bottom: 20px !important;
}
.single_news__related_post .ebpg-entry-header, .single_news__related_post .ebpg-entry-meta {
  padding: 0 6.7%;
}
.single_news__related_post .ebpg-entry-title {
  font-size: clamp(0.875em, 0.875rem + (1vw - 0.2em) * 0.625, 1.115em) !important;
  margin-bottom: 53px !important;
}
.single_news__related_post .ebpg-categories-meta a, .single_news__related_post .ebpg-posted-on, .single_news__related_post .ebpg-read-time {
  font-size: 0.78em !important;
  font-weight: 600 !important;
}
.single_news__related_post .ebpg-categories-meta a {
  background-color: transparent !important;
  color: #1875BB !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0 0;
}
.single_news__related_post .ebpg-categories-meta a:last-child {
  margin: 0;
}
.single_news__related_post .ebpg-categories-meta a + a:before {
  content: "| ";
}
.single_news__related_post .ebpg-posted-on, .single_news__related_post .ebpg-read-time {
  color: #D2D2D2 !important;
}
.single_news__related_post .ebpg-read-time i {
  display: none;
}
.single_news__related_post .ebpg-read-time:before {
  content: "| ";
}
.single_news__related_post .ebpg-footer-meta {
  position: absolute;
  bottom: 18px;
  margin-bottom: 0 !important;
}
.single_news__related_post .ebpg-footer-meta * {
  font-size: 12px !important;
}
.single_news__related_post .ebpg-readmore-btn {
  position: absolute;
  right: 6.7%;
  bottom: 18px;
  z-index: 9;
}
.single_news__related_post .ebpg-readmore-btn a {
  position: relative;
  color: #FFFFFF !important;
  font-size: 4px !important;
  width: 18px;
  height: 18px;
  margin-bottom: 0 !important;
}
.single_news__related_post .ebpg-readmore-btn a:after {
  content: "\f30b";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 1;
  color: #1875BB;
  position: absolute;
  left: 0;
}
.single_news__related_post .ebpg-readmore-btn a:hover:after {
  color: #5DAB00;
}

/* Post Category Page */
.archive__banner_title span {
  display: block;
  margin-top: 20px;
}
.archive__banner_btn a {
  background-color: #1875BB;
  color: #FFF;
  padding: 10px 24px;
  text-decoration: none;
  border-radius: 8px;
}
.archive__banner_btn a:hover {
  background-color: #5DAB00;
  color: #333333;
}
.archive__post_wrapper {
  padding: 24px 30px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
  border-radius: 12px !important;
  position: relative;
}
.archive__thumbnail img, .archive__thumbnail:after {
  border-radius: 8px 0 0 8px !important;
}
.archive__thumbnail:after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  width: 100%;
}
.archive__thumbnail:hover:after {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.65);
}
.archive__title {
  font-weight: 300;
  margin: 0 0 21px;
}
.archive__title a:hover {
  color: #1875BB;
  text-decoration: none;
}
.archive__excerpt {
  margin: 0 0 42px;
}
.archive__meta {
  position: absolute;
  bottom: 0;
}
.archive__info * {
  font-size: 12px !important;
  text-transform: uppercase;
}
.archive__category a {
  background-color: transparent !important;
  color: #1875BB !important;
  font-weight: 600;
  padding: 0 !important;
  margin: 0;
}
.archive__category span.wp-block-post-terms__separator {
  color: #1875BB;
}
.archive__date, .archive__read_time {
  color: #D2D2D2 !important;
  font-weight: 700;
}
.archive__read_time {
  margin-left: 5px;
}
.archive__read_time:before {
  content: "| ";
  margin-right: 5px;
}
.archive__read_time .tpgb-meta-info {
  color: #D2D2D2;
  text-transform: uppercase;
}
.archive__read_time .tpgb-meta-info:after {
  content: "read";
  margin-left: 3px;
}
.archive__readMore {
  position: relative;
  color: #FFFFFF !important;
  font-size: 4px !important;
  width: 18px !important;
  height: 18px;
  margin-bottom: 0 !important;
}
.archive__readMore:after {
  content: "\f30b";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 1;
  color: #1875BB;
  position: absolute;
  top: 0;
  left: 0;
}
.archive__readMore:hover:after {
  color: #5DAB00;
}

@media (max-width: 1600px) {
  .vertical__process_col.no_3:before {
    border: 3.5px solid #335168;
  }
  .vertical__process_col.no_3:after {
    bottom: -61px;
    border-top: 5px solid transparent;
    border-right: 10px solid #335168;
    border-bottom: 5px solid transparent;
  }
}
@media (max-width: 1440px) {
  /* Custom Width*/
  .custom_width_con.wp-block-uagb-container.uagb-is-root-container.alignfull .uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min( 100%, 90%);
  }
  .custom_whitecard_col.wp-block-uagb-container {
    padding: 2.5% 1.2%;
  }
  .vertical__process_col.no_3:before {
    border: 2.5px solid #335168;
  }
  .vertical__process_col.no_3:after {
    bottom: -63px;
    border-top: 7px solid transparent;
    border-right: 10px solid #335168;
    border-bottom: 7px solid transparent;
  }
  .news__post.eb-post-grid-wrapper {
    grid-template-columns: 326px calc(100% - 326px - 20px);
  }
  .single_news__related_post .ebpg-categories-meta a, .single_news__related_post .ebpg-posted-on, .single_news__related_post .ebpg-read-time {
    font-size: 0.875em !important;
  }
}
@media (max-width: 1280px) {
  /* Custom Width*/
  .custom_width_con.wp-block-uagb-container.uagb-is-root-container.alignfull .uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min( 100%, 92%);
  }
  .banner_con:before {
    background-image: linear-gradient(82.01deg, #FFFFFF 1.22%, rgba(255, 255, 255, 0.9) 60.66%, rgba(255, 255, 255, 0.422491) 70.5%, rgba(115, 115, 115, 0) 83.56%) !important;
  }
  .news__post .eb-post-grid-wrapper {
    grid-template-columns: 290px calc(100% - 290px - 20px);
  }
  .news__post .ebpg-grid-post {
    padding: 24px 20px !important;
  }
  .news__post .ebpg-readmore-btn {
    right: 20px;
  }
  .single_news__content_con {
    -moz-column-gap: calc((100% - 82px - 700px) / 2) !important;
         column-gap: calc((100% - 82px - 700px) / 2) !important;
  }
  .single_news__content {
    max-width: 700px !important;
  }
  .archive__post_wrapper {
    padding: 24px 20px !important;
  }
}
@media (max-width: 1025px) {
  /* Custom Width*/
  .custom_width_con.wp-block-uagb-container.uagb-is-root-container.alignfull .uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min( 100%, 94%);
  }
  body {
    font-size: clamp(0.8em, 0.8rem + (1vw - 0.2em) * 0.208, 1em);
  }
  .banner_con:before {
    background-image: linear-gradient(82.01deg, #FFFFFF 1.22%, rgba(255, 255, 255, 0.9) 60.66%, rgba(255, 255, 255, 0.422491) 80.5%, rgba(115, 115, 115, 0) 93.56%) !important;
  }
  .custom_bluecard.uagb-infobox-icon-left .uagb-ifb-image-content {
    margin-right: 4%;
  }
  br.t_hidden {
    display: none;
  }
  .eb-form-fields input {
    min-height: 50px !important;
  }
  .lightSave__sol_offer_col {
    padding: 30px 15px !important;
  }
  .vertical__process_col.no_3:before {
    border: 2.5px solid #335168;
  }
  .vertical__process_col.no_3:after {
    bottom: -60px;
    border-top: 3px solid transparent;
    border-right: 7px solid #335168;
    border-bottom: 4px solid transparent;
  }
  .news__banner .ebpg-entry-wrapper {
    width: calc(50% - 32px) !important;
  }
  .news__banner .ebpg-entry-media {
    width: 50% !important;
  }
  .news__post.eb-post-grid-wrapper {
    grid-template-columns: 180px calc(100% - 180px - 20px);
  }
  .single_news__author_con {
    padding-left: 8% !important;
    margin-bottom: 5px;
  }
  .single_news__author .wp-block-post-author__avatar {
    margin-right: 12px;
  }
  .single_news__author .avatar {
    width: 50px;
    height: 50px;
  }
  .single_news__author p.wp-block-post-author__name {
    margin-top: 6px;
  }
  .single_news__date {
    margin-top: -35px;
  }
  .single_news__date time {
    margin-left: 62px;
  }
  .single_news__content_con {
    -moz-column-gap: calc((100% - 82px - 55vw) / 2) !important;
         column-gap: calc((100% - 82px - 55vw) / 2) !important;
  }
  .single_news__content {
    max-width: 650px !important;
  }
}
@media (max-width: 976px) {
  .business__second_sec:before {
    width: 100%;
    height: 270px;
  }
}
@media (max-width: 976px) and (min-width: 767px) {
  .vertical__process_col.no_1 {
    order: 1;
  }
  .vertical__process_col.no_2 {
    order: 2;
  }
  .vertical__process_col.no_2 .vertical__process_line {
    visibility: hidden;
  }
  .vertical__process_col.no_2:before {
    content: "";
    position: absolute;
    width: calc(100% - 70px - 30px);
    height: calc(100% + 24px);
    margin-top: 35px;
    right: 0px;
    border: 2.5px solid #335168;
    border-left: 0px !important;
    border-radius: 0 20px 20px 0;
  }
  .vertical__process_col.no_2:after {
    content: "";
    position: absolute;
    left: 98px;
    bottom: -63px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 9px solid #335168;
    border-bottom: 6px solid transparent;
  }
  .vertical__process_col.no_3 {
    order: 4;
  }
  .vertical__process_col.no_3:before, .vertical__process_col.no_3:after {
    content: none;
  }
  .vertical__process_col.no_4 {
    order: 3;
  }
  .vertical__process_col.no_4:before {
    content: "";
    position: absolute;
    width: calc(100% - 70px - 46px);
    height: calc(100% + 24px);
    margin-top: 33px;
    left: -36px;
    border-left: 4px solid #335168;
    border-radius: 20px;
  }
  .vertical__process_col.no_4 .vertical__process_line {
    visibility: visible;
  }
  .vertical__process_col.no_5 {
    order: 5;
  }
  .vertical__process_col.no_5 .vertical__process_line {
    transform: scaleX(-1);
  }
  .vertical__process_col.no_6 {
    order: 6;
  }
  .vertical__process_line.mt_arrow {
    display: none;
  }
}
@media (max-width: 821px) {
  /* Custom Width*/
  .custom_width_con.wp-block-uagb-container.uagb-is-root-container.alignfull .uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min( 100%, 93%);
  }
  .news__post.eb-post-grid-wrapper {
    grid-template-columns: 150px calc(100% - 150px - 20px);
  }
  .single_news__author_con {
    padding-left: 5% !important;
  }
}
@media (max-width: 767px) {
  .header__nav .eb-advanced-navigation-4vm7l.eb-advanced-navigation-wrapper .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    padding: 10px 0 10px 10px;
  }
  .header__nav_businessItem ul.wp-block-navigation__submenu-container {
    display: block !important;
    padding: 0 0 0 10px !important;
  }
  .header__nav .current-menu-item.header__nav_businessItem .current-menu-ancestor.wp-block-navigation-item__content {
    color: #1875BB !important;
  }
  footer .wp-block-navigation-item__content, footer .uagb-icon-list__label, footer p {
    font-size: 1em;
  }
  .custom_bluecard .uagb-ifb-image-content {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .double_btn a {
    min-width: 189px;
  }
  .vertical__process_col.no_1 {
    order: 1;
  }
  .vertical__process_col.no_2 {
    order: 2;
  }
  .vertical__process_col.no_3 {
    order: 3;
  }
  .vertical__process_col.no_3:before, .vertical__process_col.no_3:after {
    content: none;
  }
  .vertical__process_col.no_4 {
    order: 4;
  }
  .vertical__process_col.no_5 {
    order: 5;
  }
  .vertical__process_col.no_6 {
    order: 6;
  }
  .vertical__process_line {
    visibility: hidden;
  }
  .news__banner .ebpg-grid-post-holder {
    display: grid !important;
    gap: 25px !important;
  }
  .news__banner .ebpg-entry-media, .news__banner .ebpg-entry-wrapper {
    width: 100% !important;
  }
  .news__post.eb-post-grid-wrapper {
    display: block;
  }
  .news__post .ebpg-grid-post {
    padding: 20px !important;
  }
  .news__post .ebpg-grid-post-holder {
    display: block !important;
  }
  .news__post .ebpg-entry-media, .news__post .ebpg-entry-wrapper {
    width: 100% !important;
  }
  .news__post .ebpg-entry-media {
    margin-bottom: 30px;
  }
  .news__post .ebpg-entry-thumbnail img, .news__post .ebpg-entry-thumbnail:after {
    border-radius: 8px 8px 0 0 !important;
  }
  .news__post .ebpg-entry-content {
    margin-bottom: 50px;
  }
  .news__post .ebpg-footer-meta {
    bottom: 15px;
  }
  .news__post .ebpg-readmore-btn {
    right: 20px;
    bottom: 15px;
  }
  .single_news__author_con {
    padding-left: 0 !important;
  }
  .single_news__content_con {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .single_news__related_post .ebpg-entry-title {
    min-height: auto;
  }
  .archive__post_wrapper {
    padding: 20px !important;
  }
  .archive__thumbnail {
    margin-bottom: 30px;
  }
  .archive__thumbnail img, .archive__thumbnail:after {
    border-radius: 8px 8px 0 0 !important;
  }
  .archive__excerpt {
    margin: 0 0 53px;
  }
}
@media (max-width: 767px) and (min-width: 640px) {
  .custom_circleContent {
    margin-top: 40px;
  }
  .custom_circleContent .tpgb-circle-content-wrap.tpgb-abs-flex {
    margin: 50px;
  }
  .custom_circleContent .ia-circle-inner.tpgb-trans-linear {
    width: 540px;
    height: 540px;
  }
  .custom_circleContent .tpgb-circle-icon-wrap.tpgb-trans-linear {
    width: 90px;
    height: 90px;
  }
  .custom_circleContent .circle-icon-inner img.tpgb-in-circle-image {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  /*Header*/
  .header__nav nav {
    justify-content: flex-end;
  }
  .header__nav_businessItem.wp-block-navigation__submenu-container {
    padding: 0 10px !important;
  }
  .header__nav .header__nav_sub_item:hover a span, .header__nav .header__nav_sub_item.current-menu-item a span {
    color: #1875BB;
  }
  .banner_con:before {
    background-image: linear-gradient(182.01deg, #FFFFFF 1.22%, rgba(255, 255, 255, 0.9) 41.66%, rgba(255, 255, 255, 0.422491) 60.5%, rgba(115, 115, 115, 0) 83.56%) !important;
  }
  .banner_con .uagb-container-inner-blocks-wrap {
    justify-content: flex-start !important;
    padding-top: 55px;
  }
  .banner_con .transparent_btn a {
    background-color: #FFFFFF !important;
  }
  .banner_con .transparent_btn a:hover {
    background-color: #5dab00 !important;
  }
  br.m_hidden {
    display: none;
  }
  ul.green_list {
    margin-left: 0 !important;
  }
}
@media (max-width: 640px) and (min-width: 450px) {
  .custom_circleContent {
    margin-top: 30px;
  }
  .custom_circleContent .tpgb-circle-content-wrap.tpgb-abs-flex {
    margin: 35px;
  }
  .custom_circleContent .ia-circle-inner.tpgb-trans-linear {
    width: 380px;
    height: 380px;
  }
  .custom_circleContent .tpgb-circle-content-wrap .circle-content-inner {
    padding: 20px 37px;
  }
  .custom_circleContent .tpgb-circle-icon-wrap.tpgb-trans-linear {
    width: 60px;
    height: 60px;
  }
  .custom_circleContent .circle-icon-inner img.tpgb-in-circle-image {
    width: 30px;
    height: 30px;
  }
  .custom_circleContent.six_circles .ia-circle-inner.tpgb-trans-linear {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 600px) {
  .header__nav .header__nav_businessItem.wp-block-navigation__submenu-container {
    min-width: 100% !important;
    width: 100% !important;
    text-wrap: wrap;
  }
  .header__nav .header__nav_businessItem.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    line-height: 1.3;
  }
}
@media (max-width: 450px) {
  .custom_circleContent .circle-content-title {
    font-size: 1.2em !important;
    line-height: 1;
  }
  .custom_circleContent .circle-content-desc {
    line-height: 1 !important;
  }
}
/* Min width*/
@media (min-width: 600px) {
  .parent-pageid-349 .header__nav .wp-block-navigation__submenu-icon {
    color: #1875bb !important;
  }
  .header__con {
    transition: min-height 1s;
    -webkit-transition: min-height 1s;
    -moz-transition: min-height 1s;
    -o-transition: min-height 1s;
  }
  .header__logo .image-wrapper {
    width: 152px;
    transition: width 1s;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
  }
  .is-sticky.header__con {
    min-height: 59px;
  }
  .is-sticky .header__logo .image-wrapper {
    width: 110px;
  }
  .is-sticky .header__nav_contactItem a {
    height: 59px;
  }
  .header__nav_item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header__nav_businessItem ul.wp-block-navigation__submenu-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px 16px;
    right: -271px !important;
    padding: 80px 16px 30px !important;
    border: 0 !important;
  }
  .header__nav_businessItem ul.wp-block-navigation__submenu-container:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 37px;
    left: calc(50% - 18px);
    border-radius: 12px;
    z-index: -1;
    border-left: 14.4px solid transparent;
    border-right: 14.4px solid transparent;
    border-bottom: 16px solid #FFFFFF;
    z-index: 1;
  }
  .header__nav_businessItem ul.wp-block-navigation__submenu-container:after {
    content: "";
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    top: 50px;
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0px 6px 27px 0px rgba(84, 101, 149, 0.4196078431);
    z-index: -1;
  }
  .header__nav_businessItem.wp-block-navigation__submenu-container {
    padding: 30px 16px;
  }
  .header__nav_businessItem .wp-block-navigation-item__label {
    font-weight: 600;
    line-height: 1.3;
    text-wrap: initial;
  }
  .header__nav_businessItem .wp-block-navigation-item__description {
    display: block;
    font-size: 0.875em;
    line-height: 1.42;
    color: #667177;
    font-weight: 400;
    text-transform: initial;
    text-wrap: wrap;
    grid-column-start: 2;
    grid-row-start: 2;
    max-width: 241px;
  }
  .header__nav_contactItem a {
    background-color: #1875BB;
    padding: 0 15px;
    height: 70px;
    display: flex !important;
    align-items: center;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
  }
  .header__nav_contactItem a span {
    color: #FFF !important;
  }
  .header__nav_sub_item {
    max-width: 272px;
    border-radius: 12px;
  }
  .header__nav_sub_item a {
    display: grid !important;
    grid-gap: 16px;
    grid-template-columns: 40px auto;
    padding: 8px !important;
  }
  .header__nav_sub_item a:before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #1875BB;
    border-radius: 50%;
    background-size: 29px 29px;
    background-position: center;
    background-repeat: no-repeat;
    grid-row: 1/span 2;
  }
  .header__nav_sub_item.energy a:before {
    background-image: url("/wp-content/uploads/2024/05/oursolutions_energysaving@2x.png");
  }
  .header__nav_sub_item.building {
    grid-column: 1;
    grid-row: 2;
  }
  .header__nav_sub_item.building a:before {
    background-image: url("/wp-content/uploads/2024/05/oursolutions_buildinglighting@2x.png");
  }
  .header__nav_sub_item.industrial a:before {
    background-image: url("/wp-content/uploads/2024/05/oursolutions_IndustrialLightingControlsPlatform@2x.png");
  }
  .header__nav_sub_item.power {
    grid-column: 2;
    grid-row: 1;
  }
  .header__nav_sub_item.power a:before {
    background-image: url("/wp-content/uploads/2024/05/oursolutions_PowerManagementPlatform@2x.png");
  }
  .header__nav_sub_item.vertical a:before {
    background-image: url("/wp-content/uploads/2024/05/oursolutions_farming@2x.png");
  }
  .header__nav_sub_item.viewBusiness {
    display: grid !important;
    background-color: #E3F3FF;
  }
  .header__nav_sub_item.viewBusiness a {
    text-align: center;
    grid-template-columns: auto;
    font-weight: 500;
  }
  .header__nav_sub_item.viewBusiness a:before {
    display: none;
  }
  .header__nav_sub_item.viewBusiness a span {
    color: #1875BB;
  }
  .header__nav_sub_item.viewBusiness a span:after {
    content: "";
    width: 19px;
    height: 15px;
    display: inline-block;
    background-image: url(https://hexience-dev.arestos.com/wp-content/uploads/2024/06/hexience_header_left_icon@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-bottom: -3px;
  }
  .header__nav_sub_item.viewBusiness:hover, .header__nav_sub_item.viewBusiness.current-menu-item {
    background-color: #1875BB;
  }
  .header__nav_sub_item.viewBusiness:hover a span, .header__nav_sub_item.viewBusiness.current-menu-item a span {
    color: #FFF;
  }
  .header__nav_sub_item.viewBusiness:hover a span:after, .header__nav_sub_item.viewBusiness.current-menu-item a span:after {
    filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7498%) hue-rotate(123deg) brightness(111%) contrast(99%);
  }
  .header__nav_sub_item:hover, .header__nav_sub_item.current-menu-item {
    background-color: #E3F3FF;
  }
  .header__nav_sub_item:hover .wp-block-navigation-item__label, .header__nav_sub_item.current-menu-item .wp-block-navigation-item__label {
    color: #000000;
  }
  .header__nav .current-menu-item .wp-block-navigation__submenu-icon {
    color: #1875bb !important;
  }
  .header__nav li.has-child a.current-menu-ancestor {
    color: #1875bb !important;
  }
}
@media (min-width: 760px) {
  .header__nav_businessItem ul.wp-block-navigation__submenu-container {
    right: -281px !important;
  }
}
@media (min-width: 976px) {
  .is-sticky .header__nav_contactItem a {
    padding: 0 27px;
  }
  .header__nav_item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header__nav_businessItem ul.wp-block-navigation__submenu-container {
    right: -340px !important;
  }
  .header__nav_businessItem .wp-block-navigation-item__label {
    line-height: 1;
  }
  .header__nav_contactItem a {
    padding: 0 33px;
    height: 82px;
  }
  .header__nav_sub_item {
    max-width: 366px;
  }
}
@media (min-width: 1025px) {
  .header__nav_item {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: clamp(1.948em, 1.948rem + (1vw - 0.2em) * 2.487, 3.06em);
  }
  h2 {
    font-size: clamp(1.347em, 1.347rem + (1vw - 0.2em) * 1.405, 1.945em);
  }
  h3 {
    font-size: clamp(1.017em, 1.017rem + (1vw - 0.2em) * 0.905, 1.39em);
  }
  h4 {
    font-size: clamp(0.875em, 0.875rem + (1vw - 0.2em) * 0.625, 1.115em);
  }
  h5, h6 {
    font-size: 1em;
  }
  .header__nav_businessItem .wp-block-navigation-item__label {
    font-size: 0.89em;
  }
  .header__nav_businessItem .wp-block-navigation-item__description {
    font-size: 0.78em;
  }
  .custom_circleContent .circle-content-title {
    font-size: 1.39em !important;
  }
  .custom_circleContent .circle-content-desc {
    line-height: 1.5 !important;
  }
  .news__banner .ebpg-entry-title {
    font-size: clamp(1.347em, 1.347rem + (1vw - 0.2em) * 1.405, 1.945em) !important;
  }
  .news__post.eb-post-grid-wrapper {
    grid-template-columns: 300px calc(100% - 300px - 20px);
  }
  .news__post .ebpg-grid-post {
    padding: 24px !important;
  }
  .news__post .ebpg-grid-post-holder {
    gap: 3% !important;
  }
  .news__post h3.ebpg-entry-title {
    font-size: clamp(1.017em, 1.017rem + (1vw - 0.2em) * 0.905, 1.39em) !important;
  }
  .news__post .ebpg-readmore-btn {
    right: 24px;
  }
  .news__post .ebpg-pagination-button {
    font-size: 0.875em !important;
  }
  .single_news__related_post .ebpg-entry-title {
    font-size: clamp(0.875em, 0.875rem + (1vw - 0.2em) * 0.625, 1.25em);
  }
}
@media (min-width: 2100px) {
  /* Custom Width*/
  .custom_width_con.wp-block-uagb-container.uagb-is-root-container.alignfull .uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min( 100%, 1600px);
  }
}
