/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* TYPOGRAPHY & HEADINGS & GLOBAL */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.woff2") format("woff2"),
    url("fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("Helvetica-Bold.woff2") format("woff2"),
    url("Helvetica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body { font: 400 18px/30px "Helvetica", sans-serif !important; }

  h1,h2,h3,h4,h5,h6 { margin-bottom: 0 !important; }
  
  h1,.h1 { font: 700 59px/1.27 "Helvetica", sans-serif !important; }
  h2,.h2 { font: 700 40px/1.25 "Helvetica", sans-serif !important; }
  h3,.h3 { font: 700 21px/1.25 "Helvetica", sans-serif !important; }
  h4,.h4 { font: 700 26px/1.327 "Helvetica", sans-serif !important; }
  h6 { font: 700 26px/32px "Helvetica", sans-serif !important; } 

@media screen and (max-width: 690px) {
  h1,.h1 { font: 700 43px/1.27 "Helvetica", sans-serif !important; }
  h2,.h2 { font: 700 26px / 1.327 "Helvetica", sans-serif !important; }
  h4,.h4 { font: 700 30px/1.327 "Helvetica", sans-serif !important; }

}

.bold,strong,b {
  font-family: "Helvetica" !important;
  font-weight: 700 !important;
}

.black { color: #303030 !important; }
.gray { color: #696969 !important; }
.dark-blue { color: #204253 !important; }
.blue { color: #29A0B6 !important; }

/* Case Study Text w/icon */
.row .col .iwithtext .iwt-icon img:not([srcset]) { width: 14px; margin: -4px 0 0 0; }
.iwithtext .iwt-text { padding-left: 30px; }

/* Sets us Apart Text w/icon */
#setapart-desktop .iwithtext .iwt-icon img:not([srcset]),
#setapart-mobile .iwithtext .iwt-icon img:not([srcset]) { width: 40px; }

#setapart-desktop .iwithtext .iwt-text,
#setapart-mobile .iwithtext .iwt-text
{ padding-left: 55px; }

.cut-40px-gap { margin-bottom: 0px!important; }
.thank-you .row_col_wrap_12 { min-height: 80vh; }

.hide-desktop { display: none; }
.hide-mobile { display: block; }

@media only screen and (min-device-width :691px) and (max-device-width :1024px) and (orientation :portrait) {
    .hide-tablet { display: none!important; }
}

@media screen and (max-width: 690px) {
	.hide-desktop { display: block; }
	.hide-mobile { display: none; }
}
/* BUTTONS */
.nectar-button[data-color-override="false"].dark-button,
.nectar-button.large.nectar_video_lightbox {
    border-radius: 100px!important;
    color: #fff;
	font: 700 12px/20px "Helvetica", sans-serif !important;
    padding: 7px 20px;
    background-color: rgba(29,60,77,0.5)!important;
}
.nectar-button.regular-button, .swiper-slide .button.solid_color a {
  font: 700 15px/20px "Helvetica", sans-serif !important;	
  padding: 18px 40px;	
  text-transform: uppercase;
  letter-spacing: 1.7px;
  border-radius: 100px!important;
  transition: all 0.5s ease;	
}
.swiper-slide .button.solid_color a {
  color: #29A0B6;
  background-color: #fff!important;
  text-decoration: none;
}
.swiper-slide .button.solid_color a:hover {
  color: #fff;
  background-color: #29A0B6!important;
}
.swiper-slide .button a:hover:after {
  opacity: 0!important;
}
.nectar-button.regular-button {
  color: #fff;	
  background-color: #29A0B6!important;	
}
.nectar-button.regular-button:hover {
  color: #fff;
  background-color: #003e51!important;
}
li.button-casing span.menu-title-text {
	letter-spacing: 0.1em;
	text-align: center;
	border: 2px solid #003E51 !important;
	background: #003E51 !important;
	padding: 0 20px 0 30px !important;
	transition: all 0.5s ease;
	border-radius: 100px !important;
}
li.button-casing span.menu-title-text:hover {
  background: #29A0B6!important;
}
/* == HOME HERO SLIDER == */
.swiper-slide .content h2 {
  font: 700 68px/76px "Helvetica", sans-serif !important;	
  letter-spacing: -1px;
}
.swiper-slide .content p {
  font: 400 20px/32px "Poppins", sans-serif !important;
}
/* mask for the video slide 01 */
.hero-slider {
  background: linear-gradient(135deg, #29A0B6, #003E51, #29A0B6) !important;
  background-size: 250% 250% !important;
}
.hero-slider .video-wrap {
  -webkit-mask-image: url("http://stage.safetyco.ca/wp-content/uploads/2026/07/SafetyCo-S-split-mask-large.svg");
  mask-image: url("http://stage.safetyco.ca/wp-content/uploads/2026/07/SafetyCo-S-split-mask-large.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%!important;
  height: auto!important;
}
.hero-slider-mobile {
  background: linear-gradient(135deg, #29A0B6, #003E51, #29A0B6) !important;
  background-size: 250% 250% !important;
}
@media screen and (max-width: 690px) {
	body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content h2 {
		font-size: 33px !important;
        line-height: 43px !important;
	}
}
/* FORMS */
input[type="text"], textarea,
input[type="email"], input[type="password"],
input[type="file"], input[type="tel"],
input[type="url"], input[type="search"],
input[type="date"], .material.woocommerce-page[data-form-style="default"] input#coupon_code, select {
  background: #ffffff;
  letter-spacing: 0.035em;
  color: #000 !important;
  border-radius: 5px;
  padding: 12px 11px !important;
  font-family: "Helvetica" !important;
  width: 100% !important;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 2.56398px;
  filter: drop-shadow(0px 2.05118px 3.07677px rgb(32 66 83 / 10%));
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
}
input[type="file"] {
  font-size: 15px;
  border: 1px solid #be9d49 !important;
  padding-left: 15px !important;
  order: 3;
  letter-spacing: 0.035em;
  color: #be9d49 !important;
  border-radius: 4px;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  padding: 0 !important;
  margin: 0 !important;
}
.ginput_container.ginput_container_fileupload {
  display: flex;
  flex-direction: column;
}
span#gfield_upload_rules_1_34 {
  margin: 0;
  padding: 0 0 16px;
}
.gform_wrapper {
  font-family: "Helvetica" !important;
}
.gform_page_footer {
  padding-bottom: 0 !important;
  text-align: right;
}
span#gfield_upload_rules_1_34,
.gfield_description { font: 300 15px/25px "Helvetica", sans-serif !important; }

.gform_wrapper .gray-bg select {
  background: #ffffff;
  position: relative;
  display: block;
  max-width: 580px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body .gform_wrapper .top_label .gfield_label {
  font: 500 15px/1.8 "Helvetica", sans-serif !important; 
  color: #323232;
  z-index: 15;
  margin-top: 0 !important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 5px 16px !important;
  font-weight: 500 !important;
}
.gform_validation_errors > h2.hide_summary { font: 400 18px/24px "Helvetica", sans-serif !important; }

.gform_legacy_markup_wrapper .gform_footer { text-align: right; }

.gform_body h3 {
  color: #204253;
  font-size: 25px !important;
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) {
  input[type="text"], textarea,
  input[type="email"], input[type="password"],
  input[type="file"], input[type="tel"],
  input[type="url"], input[type="search"],
  input[type="date"], .material.woocommerce-page[data-form-style="default"] input#coupon_code,
  select {
    padding: 16px 20px !important;
  }
  input[type="file"] {
    max-height: 58px;
    font-size: 15px;
    padding-left: 15px !important;
  }
  body .gform_wrapper .top_label .gfield_label { font-size: 18px !important; }
	
  span#gfield_upload_rules_1_34,
  .gfield_html_formatted,
  .gfield_description { font-size: 18px !important; }
	
  .gform_body h3 { font-size: 35px !important; }
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
}

/* SOCIAL ICONS */
.main-content a.social-link, a.social-link,
.span_12.light .wpb_text_column a.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0 5px;
  border-radius: 2px;
  font-size: 23px;
  height: 35px;
  width: 35px;
  color: #fff;
  line-height: 37px !important;
  text-align: center;
}
.main-content a.social-link:hover,
a.social-link:hover {
  text-decoration: none;
}
.main-content a.social-link {
  margin-left: 0 !important;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 999px) {
  .main-content a.social-link,
  a.social-link,
  .span_12.light .wpb_text_column a.social-link,
  .icon-links a {
    font-size: 20px;
  }
  .icon-links a:first-child > i:first-child {
    font-size: 17px;
    top: 8px;
  }
}

  /* HEADER NAVIGATION */

  /* HEADER NAV */
  #header-outer[data-lhe="animated_underline"]
    .sf-menu
    .current-menu-ancestor
    > a
    .menu-title-text:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  #header-outer[data-lhe="animated_underline"]
    .sf-menu
    .current-menu-ancestor.current-menu-item
    > a
    .menu-title-text:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  #header-outer ul.sf-menu > li.menu-item-has-icon > a {
    flex-direction: row-reverse;
  }
  #header-outer header .nectar-menu-icon {
    margin: 0 0 0 6px !important;
  }
  body.material #header-secondary-outer nav > ul > li > a,
  #top nav > ul > li > a,
  .pull-left-wrap > ul > li > a {
    opacity: 1 !important;
    font: 500 20px/1.8 "Helvetica", sans-serif !important;
    white-space: nowrap;
  }
  #top nav > ul > li > a span,
  .pull-left-wrap > ul > li > a span {
    display: inline-block;
  }
  body.material[data-header-format="default"]
    #header-outer[data-has-buttons="yes"]:not([data-format="left-header"])
    #top
    nav
    > .buttons {
    display: none;
  }
  body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul {
    border: none;
    width: 25em;
  }
  #header-outer .sf-menu > .sfHover > ul {
    top: 85% !important;
    padding: 20px 32px 30px 30px;
  }
  #top .sf-menu li ul li a {
    font: 400 15px/2.5 "Helvetica", sans-serif !important;
    white-space: nowrap;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding: 1px 5px !important;
    letter-spacing: 0.06em;
  }
  #top nav > ul > li[class*="button_solid_color"] > a:before {
    height: 48px;
    opacity: 1 !important;
    padding: 0 !important;
    top: calc(50% - 1px) !important;
    right: 0;
    width: auto;
    transition: all 0.5s ease;
    border: 2px solid #be9d49;
  }
  #top nav > ul > li[class*="button_solid_color"] > a {
    padding: 0 20px 0 !important;
  }
  #header-outer[data-header-button_style="default"]
    #top
    nav
    > ul
    > li[class*="button_solid_color"]
    > a:hover:before {
    opacity: 1 !important;
    background: transparent !important;
  }
  #header-outer[data-header-button_style="default"]
    #top
    nav
    > ul
    > li[class*="button_solid_color"]
    > a:hover {
    color: #be9d49 !important;
  }
  /* images */
  .full-height-desktop {
    min-width: 100% !important;
  }
  /* FOOTER */
  .footer.no-padding.vc_row > .row_col_wrap_12 {
    padding: 40px 0 !important;
  }
  .footer-yellow.footer.no-padding.vc_row > .row_col_wrap_12 {
    padding: 23px 0 !important;
    border-top: 2px solid #29A0B6;
  }
  .footer p {
    font: 400 18px/1.6 "Helvetica", sans-serif !important;
  }
  .footer-menu {
    text-align: right;
  }
  .footer-menu a {
    display: inline-block;
    padding: 0 0 0 30px;
  }
  .footer-menu a {
    position: relative;
  }
  .footer-yellow .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .contact-f a {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6668;
  }
  .footer .footer-menu a {
    position: relative;
  }
  .footer .footer-menu a:after {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 30px;
    transform-origin: 0 0;
    transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    content: "";
    padding-bottom: inherit;
    border-color: #29A0B6 !important;
    border-top: 2px solid #29A0B6;
    max-width: 30px;
  }
  .footer .footer-menu a:hover {
    text-decoration: none;
  }
  .footer .footer-menu a:hover:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /* INTRO */
  .intro.vc_row.vc_row-o-content-middle
    > .span_12
    > .vc_column_container:first-child
    > .vc_column-inner {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  /* RENT BOX */
  .rent-box {
    display: block;
    white-space: nowrap;
    margin-left: auto !important;
    max-width: 333px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .full-width-dm-desktop.full-width-content
    .col.padding-6-percent
    > .vc_column-inner {
    padding: 0 !important;
  }
  .no-wm-ipad,
  .no-mw-ipad {
    max-width: 100% !important;
  }
  .hide-sm-desktop {
    display: none;
  }
  .no-bg-sm-desktop .row-bg {
    background-image: none !important;
  }
  .no-margin-sd {
    margin: 0 !important;
  }
  .no-extra-p-sd {
    padding: 0 !important;
  }
  .sd-padding > .vc_column-inner {
    padding: 80px 0 !important;
  }
  .sd-padding > .vc_column-inner .vc_column-inner {
    padding: 0 !important;
  }
  .wpb_text_column.wpb_content_element.footer-menu.flex.space-around
    p
    a:first-child {
    display: none;
  }
  .footer-menu a {
    display: inline-block;
    padding: 0 0 0 26px;
  }
  .footer .footer-menu a:after {
    left: 26px;
  }
}
@media screen and (min-width: 1230px) {
  .pb-ipad > div {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1530px) {
  .wrap-cols-early .vc_col-md-6 {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .services-offered
    .img-with-aniamtion-wrap.position_desktop_absolute.top_position_desktop_-15px.right_position_desktop_15px {
    width: 60px !important;
    top: -25px !important;
  }
}

.box-type-white, .box-type-white h3 {
  color: #ffffff !important;
}
.box-type-white .iwithtext .iwt-text {
  font-size: 16px!important;
}
.padding-0 .iwithtext .iwt-icon {
    padding-top: 0px!important;
}
.iwithtext .iwt-icon {
    padding-top: 10px!important;
}
.quote-box p{ 
  font-size: 32px;
    line-height: 43px;
  font-weight: 700;
}
#solution-boxes .vc_row-fluid>.span_12 .wpb_column { padding-left:0; padding-right:0; }

@media screen and (max-width: 690px) {
  .carousel-item h5 {
    font-size: 56px;
    line-height: 56px;
    font-family: 'Archivo Black';
    font-weight: 700;
  }
  .carousel-item .subject, body .nectar-milestone .subject {
    font-family: "Montserrat", sans-serif;
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .quote-box p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .owl-carousel[data-desktop-cols] .owl-stage {
    padding: 0 0;
  } 
  #carousel-global-section .owl-dots {
    display:none;
  }
  .reduce-mobile {
    width: 50%; 
  }
  #solution-boxes .col {
        margin-bottom: 0px!important;
    } 
}
#leading-ehs .carousel-item { width: 50%; }

#page-header-bg[data-post-hs="default_minimal"] .inner-wrap >a, 
.material #page-header-bg.fullscreen-header .inner-wrap >a, .meta-category {
  display: none;  
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .padding-1299 {
    padding-top: 30px;
  }
}

input[type="file"] {
    font-size: 15px;
    border: 1px solid #29A0B6 !important;
    padding-left: 15px !important;
    order: 3;
    letter-spacing: 0.035em;
    color: #29A0B6 !important;
    border-radius: 4px;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules { padding: 0 0 10px 0!important; }
.gform_required_legend { display: none; }

body.material #header-secondary-outer .nectar-center-text:after { content: ""; }
body.material #header-secondary-outer .nectar-center-text { font-weight: normal; /* set default */ }

body.material #header-secondary-outer .nectar-center-text::after {
    content: "Learn More";
    font-weight: bold;
    text-decoration: underline;
  cursor: pointer;
}

/* 4-block solution */
.nectar-fancy-box .box-bg:after {
    background-color: rgba(255, 255, 255, 1);
    transition: all .6s cubic-bezier(.24,1,.3,1);
    -webkit-transition: all .6s cubic-bezier(.24,1,.3,1);
  border-radius: 20px;
}
.nectar-fancy-box[data-style=default] .inner *, .nectar-fancy-box[data-style=hover_desc] .inner *, .nectar-fancy-box[data-style=parallax_hover] .inner * {
    color: #fff;
}
.nectar-fancy-box:after {
    height: 16px;
}
.nectar-fancy-box:hover .box-bg:after { 
  border-radius: 20px!important; 
  background-color: rgba(255, 255, 255, 1);
}
.nectar-fancy-box .inner { padding-bottom: 5%; }
.nectar-fancy-box { border-radius: 20px; }

.nectar-fancy-box h4 { font-size: 24px!important;; line-height: 28px!important;; }


.new-overlay .video-color-overlay {
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(41, 160, 182, 0) 75%, rgba(41, 160, 182, 1) 75%);
}

.fancy-box-button.nectar-button { 
  margin-top: 20px!important; 
  background-color: #29A0B6; 
  color: #fff!important;
  width: 100%;
  font: 700 15px / 20px "Montserrat", sans-serif !important;
  padding: 10px 20px!important;
}

@media screen and (max-width: 690px) {
    #m-icons .nectar-fancy-box h4 {
        font-size: 18px!important;
        line-height: 22px!important;
    }
    #m-icons .delivery-section {
        padding: 10px 0;
        margin: 0 auto;
        width: 60px !important;
    } 
  .nectar-fancy-box { padding: 5%; }
  .wpb_row.delivery-margin { margin-bottom: -1em; }
  
  .new-overlay .video-color-overlay {
      opacity: 1 !important;
      background: linear-gradient(180deg, rgba(41, 160, 182, 0) 65%, rgba(41, 160, 182, 1) 65%);
  }
  .nectar-fancy-box[data-style=default] .inner *,.nectar-fancy-box[data-style=hover_desc] .inner *,.nectar-fancy-box[data-style=parallax_hover] .inner * {
    color: #000;
  }
}
  .link .nectar-button.has-icon.small.nowrap span {
    white-space: nowrap!important;
  }


/* HOME PAGE 2.0 */
/* SOLUTIONS Section */
.text-button { 
	font: 500 18px/1.1 "Poppins", sans-serif !important; 
	letter-spacing:1.1px; 
	margin-top: 10px;
	color: #000;
	transition: all 0.5s ease;
}
.text-button:hover { color: #29A0B6; }

@media screen and (max-width: 690px) {
	.text-button {
    	font: 500 13px / 1.1 "Poppins", sans-serif !important;
    	letter-spacing: 0.6px;
    	margin-top: 5px;
	}
}
/* End SOLUTIONS */
/* SCALE YOU CAN Section */
.dynamic-words span.text-wrap { 
  color: transparent;
  -webkit-text-stroke: 1.5px #fff; 
}
.video-radius-fix {
  border-radius: 20px;
  overflow: hidden !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black); 
  transform: translateZ(0);
}
.video-radius-fix .column-bg-video-wrap,
.video-radius-fix .nectar-video-wrap,
.video-radius-fix video {
  border-radius: 20px;
}
body .nectar-milestone .subject {
  font: 400 20px / 24px "Helvetica", sans-serif !important;	
  color: #fff;
}
.line-right {
    position: relative;
    padding-right: 0px!important;
}
.line-right:before {
  content: "";
  position: absolute;
  display: block;
  top: 0.5em;
  bottom: 0.5em;
  right: 10%;
  width: 1px;
  background: #fff;
}
@media screen and (max-width: 690px) {
    .nectar-milestone .number.extra-color-3,
	.nectar-milestone .number .symbol-wrap { 
		font-size: 34px!important;
		line-height: 40px!important;
	}
	body .nectar-milestone .subject {
		font-size: 14px!important;
		line-height: 18px!important;
	}	
}
	
/* End SCALE YOU CAN */
/* End HOME PAGE 2.0 */

/* CASE STUDIES 2.0 */
/* RIGHT IMAGE LOCK TO EDGE */
/* these styles need to be carried over to new website */
.margin-bottom-skin-material-counter { margin-bottom: 0!important; }
.divider-border { margin: -10px auto 10px auto; }

/* image outside container */
/* Step 1: Remove column's right padding and allow overflow */
.image-lock-right .vc_col-sm-5:last-child {
  padding-right: 0 !important;
  overflow: visible !important;
}
/* Step 2: Break the column-inner out of the container */
.image-lock-right .vc_col-sm-5:last-child .vc_column-inner {
  padding-right: 0 !important;
  overflow: visible !important;
}
/* Step 3 only targets the right column's image wrapper */
.image-lock-right .vc_col-sm-5:last-child .img-with-aniamtion-wrap,
.image-lock-right .vc_col-sm-5:last-child .img-with-aniamtion-wrap .inner,
.image-lock-right .vc_col-sm-5:last-child .img-with-aniamtion-wrap .hover-wrap,
.image-lock-right .vc_col-sm-5:last-child .img-with-aniamtion-wrap .hover-wrap-inner {
  overflow: visible !important;
  max-width: none !important;
}
/* Step 4: The actual bleed — push image to the right viewport edge */
.image-lock-right .vc_col-sm-5:last-child .img-with-aniamtion-wrap {
  position: relative;
  width: calc(50vw) !important;
  margin-right: calc(-50vw + 50%) !important;
}
/* Step 5: Make the img fill that space */
.image-lock-right .img-with-aniamtion-wrap img {
  width: 100% !important;
  max-width: 650px !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: left center !important;
  display: block !important;
}
.challenge-overlap { margin-top: clamp(-180px, -12vw, -60px) !important; }

@media (max-width: 690px) {
  .challenge-overlap { margin-top: clamp(-180px, -12vw, -100px) !important; }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .image-lock-right .vc_col-sm-5:last-child .img-with-aniamtion-wrap {
    width: calc(42vw) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
  }
  .image-lock-right .img-with-aniamtion-wrap img {
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
  }
  .challenge-overlap { margin-top: clamp(-220px, -12vw, -60px) !important; }
}

@media (min-width: 1920px) {
  .image-lock-right .vc_col-sm-5:last-child .img-with-aniamtion-wrap {
    width: calc(43vw) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
  }
  .image-lock-right .img-with-aniamtion-wrap img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    object-fit: unset !important;
  }
  .challenge-overlap { margin-top: clamp(-380px, -20vw, -240px) !important; padding: 8% 0 5% 0!important; }
}

/* LEFT IMAGE LOCK TO EDGE */
/* image outside container on left */
/* Step 1: Remove column's right padding and allow overflow */
.image-lock-left .vc_col-sm-6:first-child {
  padding-left: 0 !important;
  overflow: visible !important;
}
/* Step 2: Break the column-inner out of the container */
.image-lock-left .vc_col-sm-6:first-child .vc_column-inner {
  padding-left: 0 !important;
  overflow: visible !important;
}
/* Step 3 only targets the right column's image wrapper */
.image-lock-left .vc_col-sm-6:first-child .img-with-aniamtion-wrap,
.image-lock-left .vc_col-sm-6:first-child .img-with-aniamtion-wrap .inner,
.image-lock-left .vc_col-sm-6:first-child .img-with-aniamtion-wrap .hover-wrap,
.image-lock-left .vc_col-sm-6:first-child .img-with-aniamtion-wrap .hover-wrap-inner {
  overflow: visible !important;
  max-width: none !important;
}
/* Step 4: The actual bleed — push image to the left viewport edge */
.image-lock-left .img-with-aniamtion-wrap {
  position: relative;
  width: calc(60vw) !important;
  margin-left: calc(-36vw + 50%) !important;
}
/* Step 5: Make the img fill that space */
.image-lock-left .img-with-aniamtion-wrap img {
  width: 100% !important;
  max-width: none!important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: right center !important;
  display: block !important;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .image-lock-left .img-with-aniamtion-wrap {
    position: relative;
    width: calc(52vw) !important;
    margin-left: calc(-31vw + 50%) !important;
  }
}
@media (min-width: 1920px) {
  .image-lock-left .img-with-aniamtion-wrap {
    position: relative;
    width: calc(50vw) !important;
    margin-left: calc(-31vw + 50%) !important;
  }
}
/* solutions module */
.nectar_single_testimonial p {
  font: 600 20px/26px "Helvetica", sans-serif !important;
  font-style: italic!important;
  padding-bottom:0;
}
.nectar_single_testimonial span.title {
  font: 400 16px/24px "Helvetica", sans-serif !important;
  opacity:1!important;
}
@media (max-width: 690px) {
  .nectar_single_testimonial p {
    font: 600 16px/24px "Helvetica", sans-serif !important;
    font-style: italic!important;
    padding-bottom:0;
  }
}
/* facts stats module */
.row .col.case-studies-details .iwithtext .iwt-icon img:not([srcset]) { width: 70px; }
.case-studies-details .iwithtext .iwt-text { padding-left: 80px; }
.case-studies-details .iwithtext .iwt-icon { padding-top: 0px!important; }
.case-stat {
    font-family: 'Archivo Black';
    font-weight: 400;
    font-style: normal;
  font-size: 45px;
    color: #29A0B6;
}
.case-fact, .case-fact-no-stat {
  font-weight: 600;
  color: #000;
}
.case-fact {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.case-fact-no-stat {
  font-size: 21px;
  line-height: 24px;
  margin-top: 10px;
}
@media (max-width: 690px) {
  .row .col.case-studies-details .iwithtext .iwt-icon img:not([srcset]) { width: 45px; }
  .row .col.case-studies-details .iwithtext .iwt-icon img:not([srcset]) { margin: 4px 0 0 0; }  
  .case-studies-details .iwithtext .iwt-text { padding-left: 50px; }
  .case-stat { font-size: 29px; }
  .case-fact { margin-top: 0; }
}
/* Why Rely Module */
  .client-rely-mobile .iwithtext .iwt-text { padding-left: 45px; }
  h3.why-rely { margin-bottom: 5px!important; }

@media (max-width: 690px) {
  .row .col.client-rely-mobile .iwithtext .iwt-icon img:not([srcset]) { 
    width: 35px;
    margin: -10px 0 0 0;
  }
  .client-rely-mobile .iwithtext .iwt-text {
    padding-left: 50px;
  } 
}
@media (min-width: 1600px) {
  .rely-icon { padding-bottom: 10%; }
}
#stats-our-story-mobile .carousel-item h5 { color: #fff!important; }
/* End CASE STUDIES */

/* BLOG */
.blog-recent[data-style="minimal"] .meta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: #fff;
}
.blog-recent[data-style="minimal"] .col {
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #29A0B6;
}
.blog-recent[data-style="minimal"] .col:last-child { margin-bottom: 0px; }

.blog-recent[data-style="minimal"] .col > span {
  font: 400 18px/21px "Helvetica", sans-serif !important;
  letter-spacing: -0.01em;
  text-transform: none;
  border: 1px solid #29A0B6;
  border-radius: 4px;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 10px;
}
.blog-recent.columns-2 div.excerpt { display: none; }
.home .blog-recent .col .post-header h3 {
  color: #484848;
  font-size: 23px !important;
}
.blog-recent[data-style="minimal"] .meta a {
  letter-spacing: 0.07em;
  color: #29A0B6;
}
@media screen and (min-width: 1000px) {
  .home .blog-recent .col .post-header h3 { font-size: 28px !important; }
}
/* End BLOG */