/*---------------------------------------------------------------------------------

    Theme Name: 215 Units
    Theme URI: 
    Description: Welcome to 215 Units
    Author: Javed Bloch
    Author URI: https://jmjwebpro.com/
    Template: Divi
    Version: 4.27.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.et_pb_text_inner h2 {
  font-size: 40px;
  line-height: 55px;
  color: #19191B;
  padding: 0;
  margin-bottom: 20px;
}
#globalheader {
  padding: 0;
  margin: 22px auto;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
}
#globalheaderow {
  box-sizing: border-box;
  padding: 20px 24px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 100%);
  border: 1px solid #EFEFEF;
  border-radius: 500px;
  transition: all 0.9s ease;
}
#globalheader.et-fixed-header {
  transition: all 0.9s ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  margin: 0;
  padding: 22px 0;
}
#globalheaderow .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#globonav {
  flex: 1;
}
#globalheaderow .et_pb_button_module_wrapper {
  width: 19%;
}
#globonav .et_pb_menu_inner_container {
  display: flex;
  justify-content: space-around;
}
/*#globonav .et_pb_menu__logo-wrap {
    width: 25%;
}*/
#globonav .et_pb_menu__logo {
  margin: 0;
  width: 136px;
}
#globonav .et_pb_menu__wrap {
  flex: 1;
  justify-content: center;
}
#globonav ul li {
  margin: 0;
  margin-right: 20px;
}
#globonav ul li:last-child {
  margin-right: 0;
}
#globonav ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #19191B;
  padding: 0;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button {
  padding: 12px 22px !important;
  position: relative;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  box-shadow: 0px 0px 15px rgba(151, 71, 255, 0.5);
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button:hover {
  background: #474749;
  box-shadow: 0px 0px 15px rgba(71, 71, 73, 0.5);
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button:after {
  content: url(img/btnarrow.svg);
  position: static;
  display: inline-block;
  transition: all 0.9s ease;
  margin-left: 10px;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button:hover:after {
  transform: rotate(45deg);
}
.defaultflex {
  display: flex;
  align-items: center;
}
.stretch {
  align-items: stretch;
}
#globalfooter {
  padding: 0;
}
#brandlogorow {
  padding: 0;
}
#globalfooterow {
  display: flex;
  align-items: center;
  padding: 80px 0;
}
#globalfooterow .et_pb_column:nth-child(1) {
  width: max-content;
}
#globalfooterow .et_pb_column:nth-child(2) {
  width: auto;
  flex: 1;
}
#globalfooterow .et_pb_column:nth-child(3) {
  width: max-content;
}
#globalfooterow .et_pb_column:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ftsocial {
  flex: 1;
  border-left: 1px solid #D1D1D1;
  padding-left: 40px;
  margin-left: 38px;
}
#ftsocial li {
  margin: 0;
  margin-right: 16px;
}
#ftsocial li:last-child {
  margin-right: 0;
}
#ftsocial li a.icon {
  padding: 0;
  margin: 0;
}
#ftsocial li a {
  height: 24px;
  width: 24px;
}
#ftsocial li a.icon:before {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
}
#footermenu ul {
  display: inline-block;
}
#footermenu ul li {
  margin: 0;
  padding: 0;
  margin-right: 50px;
  display: inline-block;
}
#footermenu ul li:last-child {
  margin-right: 0;
}
#footermenu ul li a {
  padding: 0;
  margin: 0;
  color: #000 !important;
  font-weight: 700;
}
#footermenu .et_mobile_nav_menu {
  display: none;
}
#copyright {
  padding: 0;
  margin-bottom: 40px;
}
#copyright .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#herobanner {
  margin-top: 100px;
}
#herobanner,#herobannerow {
  padding: 0;
}
#herobannerow .et_pb_column:last-child {
  position: relative;
}
#herobannerow .et_pb_column:last-child:before {
  content: '';
  width: 100%;
  height: 70px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#herobannerow .et_pb_column:last-child:after {
  content: '';
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
#herotext h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 110%;
  color: #19191B;
  padding: 0;
}
#herotext h1 span {
  font-weight: 400;
}
#herotext p {
  padding: 0;
  margin: 26px 0 40px;
  font-size: 18px;
}
#trustbrandlogorow {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
#marqueestyle .et_pb_text_inner {
  font-size: 100px;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #444;
  white-space: nowrap;
}
#marqueestyle .et_pb_text_inner img {
 filter: grayscale();
}
#marqueestyle .et_pb_text_inner {
  animation: run 9s linear infinite;
}
@keyframes run {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-1683.35px);
  }
}
.btnstyle {
  box-sizing: border-box;
  padding: 8px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #19191B;
  display: inline-block;
}
#coresystembox .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
#coresbrb {
  width: auto;
  flex: 1;  
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-image: url(img/glassbg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
  border-radius: 20px;
  margin-bottom: 0;
}
#coresbrb:hover {
  border: 2px solid rgba(119, 31, 238, 0.5);
}
#coresbrb .et_pb_blurb_content {
  position: static;
}
#coresbrb a {
  box-sizing: border-box;
  padding: 0;
  border: 0.666667px solid #000000;
  border-radius: 66.6667px;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 29px;
}
#coresbrb:hover a {
  border: 0.666667px solid #000000;
  background: #771FEE;
  box-shadow: 0px 0px 9.6875px rgba(151, 71, 255, 0.5);
  border-radius: 64.5833px;
  transition: all 0.9s ease;
}
#coresbrb:hover a svg {
  transform: rotate(45deg);
  transition: all 0.9s ease;
}
#coresbrb:hover a svg path {
  fill: #fff;
  color: #fff;
  stroke: #fff;
}
#sfmcolorbg {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: linear-gradient(180deg, #771FEE 0%, #441288 100%);
  border-radius: 20px;
  position: relative;
}
#sfmcolorbg:after {
  content: '';
  width: 358px;
  height: 367px;
  background-image: url(img/handmobilbg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#sfmcolorbg .et_pb_button_module_wrapper {
  position: relative;
  z-index: 1;
}
body #page-container .et_pb_section #bookmfcall:after {
  content: url(img/purplearrow.svg);
  margin-left: 13px;
}
body #page-container .et_pb_section #ftctabtn {
  background: transparent;
  padding: 0 !important;
  box-shadow: none;
}
#franchiserowbox .et_pb_column:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#sfmbrbox {
  box-sizing: border-box;
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  margin-bottom: 0;
  background-image: url(/wp-content/uploads/2025/09/servciepagepeturn.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
}
#sfmbrboxrow .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
#sectxtstylebtn {
  width: 100%;
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 0;
}
#casestudiesprow #sectxtstylebtn {
  padding-bottom: 0px;
}
#sectxtstylebtn p:empty {
  display: none;
}
#sectxtstylebtn .et_pb_text_inner h2 {
  margin: 24px 0 20px;
}
#franchiserowbox.homebox #sfmbrbox {
  padding: 40px;
  background-image: url(img/dotbg.png);
  width: 48%;
  flex: unset;
}
#franchiserowbox.homebox #sfmbrbox .et_pb_main_blurb_image {
  margin-bottom: 40px;
}
#franchiserowbox.homebox #sfmbrbox h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #19191B;
  padding: 0;
  margin-bottom: 16px;
}
#sfmbrbox {
  width: auto;
  flex: 1;
}
#sfmbrbox .et_pb_main_blurb_image {
  padding: 16px;
  width: 48px;
  height: 48px;
  background: #771FEE;
  box-shadow: 0px 0px 10px rgba(119, 31, 238, 0.6);
  border-radius: 12px;
  padding: 0;
  margin-bottom: 52px;
}
#sfmbrbox .et_pb_image_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sfmbrboxrow #sfmbrbox h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #19191B;
  padding: 0;
  margin-bottom: 30px;
}
#sfmbrbox .et_pb_blurb_description,
#sfmbrbox .et_pb_blurb_description p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #3B3B3D;
}
#copiright .et_pb_text_inner a:first-child {
  margin-right: 20px;
}
#ourprocessbrb .et_pb_blurb_content {
  position: relative;
  text-align: left;
  max-width: 100%;
}
#ourprocessbrb .et_pb_main_blurb_image {
  margin-bottom: 0;
  display: block;
}
#ourprocessbrb .et_pb_main_blurb_image .et_pb_image_wrap {
  border-radius: 20px;
}
#growsmarterow .et_pb_column:last-child {
  border-radius: 20px;
}
#ourprocessbrb .et_pb_blurb_container {
  position: absolute;
  left: 32px;
  top: 32px;
  padding: 22px;
  width: 425px;
  border-radius: 20px;
  background-image: url(img/approchpeturn.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  background-color: #fff;
}
#ourprocessbrb h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #0D0D0D;
  padding: 0;
  margin: 14px 0 28px;
}
a.customcta {
  padding: 12px 22px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background-color: #771FEE;
  box-shadow: 0px 0px 15px rgba(151, 71, 255, 0.5);
  border-radius: 100px;
  color: #fff;
  transition: all 0.9s ease;
  display: block;
  width: 155px;
}
a.customcta:hover {
  background: #474749;
  box-shadow: 0px 0px 15px rgba(71, 71, 73, 0.5);
  color: #fff;
}
a.customcta:after {
  content: url(img/btnarrow.svg);
  position: static;
  display: inline-block;
  transition: all 0.9s ease;
  margin-left: 10px;
}
a.customcta:hover:after {
  transform: rotate(45deg);
}
p.btnstyle {
  display: inline-flex;
}
#testimoboxstyle p {
  line-height: 18px;
  color: #787878;
  display: flex;
  flex-direction: column;
}
#testimoboxstyle p img{
  margin-bottom: 10px;
}
.my-accordion .my_custom_accordion_item {
  padding-bottom: 28px;
  margin-bottom: 28px !important;
  border-bottom: 1px solid rgba(13, 13, 13, 0.05);
}
.my-accordion .my_custom_accordion_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.my-accordion-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #771FEE;
}
.my-accordion-item.active .my-accordion-title{
  margin-bottom: 20px;
}
.my-accordion-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #0D0D0D;
  padding: 0;
  margin: 22px 0 0px;
}
.my-accordion-content p {
  font-size: 16px;
  color: #787878;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.my-accordion-content p:last-child{
  margin-bottom: 0;
}
.my-accordion-content {
  transition: display 0.9s ease;
}
.my-accordion-item{
  cursor: pointer;
}

#testimonalsbox .et_pb_column {
  column-count: 3;
  column-gap: 20px; 
}
#testimoboxstyle {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  padding: 24px;
  background: #FAFAFA;
  border-radius: 18px;
}
.testiblock {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0 0;
  margin-top: 13px;
}
.testiblock .avatimg {
  width: 46px;
  margin-right: 18px;
}
.testicontent .testile {
  font-family: 'Noto Sans',Helvetica,Arial,Lucida,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.56px;
  color: #000000;
  display: block;
}
.compname {
  font-family: 'Noto Sans',Helvetica,Arial,Lucida,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #787878;
}
#projectbanner {
  background: linear-gradient(180deg, #771FEE 0%, #441288 100%);
  position: relative;
  padding: 230px 0 90px;
}
#projectbanner.frannet {
  padding: 159px 0 90px;
}
#projectbanner.frannet .et_pb_main_blurb_image {
  margin-bottom: 0px;
}
#projectbanner.extraspace {
  padding-bottom: 210px;
}
#projectbanner.removespace {
  padding: 230px 0 90px;
}
#projectbannerow {
  padding: 0;
}
#projectbanner:before {
  content: '';
  width: 494px;
  height: 605px;
  background-image: url(img/casepeturn.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
#projectbanner:after {
  content: '';
  width: 494px;
  height: 605px;
  background-image: url(img/casepeturight.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
#projecttitle .et_pb_blurb_description {
  width: 674px;
  margin: 0 auto;
}
#projectbanner.frannet h1 span {
  font-weight: 400;
}
#projecttitle h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
}
#projecttitle h1 span {
  font-weight: 800;
}
#projecttitle .et_pb_blurb_description,
#projecttitle .et_pb_blurb_description p {
  color: #fff;
}
#ourapproach {
  padding: 80px 0;
  background: linear-gradient(180deg, #771FEE 0%, #441288 100%)
}
#ourapproachrow {
  padding: 0;
}
#ourapproachrow .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#ourapproachrow #sectxtstylebtn {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 36px;
}
#goalsbrb.teambrb {
  position: relative;
  border-top: 1px solid #ffffff70;
  border-bottom: 1px solid #ffffff40;
  background: #6328B6;
  background: linear-gradient(180deg, rgba(99, 40, 182, 1) 0%, rgba(102, 50, 172, 1) 50%);
}
#goalsbrb.teambrb .et_pb_main_blurb_image {
  margin: 0 auto;
}
#goalsbrb {
  width: auto;
  flex: 1;
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background-image: url(img/goalsdotebg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  margin-bottom: 0;
  border-top: 1px solid #ffffff70;
  border-bottom: 1px solid #ffffff40;
}
#goalsbrb .et_pb_main_blurb_image {
  padding: 0;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(119, 31, 238, 0.6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#goalsbrb .et_pb_image_wrap {
  padding: 0;
  margin: 0 auto;
}
#goalsbrb h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  padding: 0;
  margin: 30px 0 25px;
}
#goalsbrb .et_pb_blurb_description,
#goalsbrb p {
  color: #FFFFFF;
}
#ourapproachrow .btnstyle,
#ourapproachrow .et_pb_text_inner h2 {
  color: #fff;
}
#growsmarterow #numtxtblock h4 {
  margin: 0;
  font-family: 'Nunito Sans',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #0D0D0D;
  padding: 0;
}
#growsmarterow #numtxtblock p{
  color: #787878;
}
#numtxtblock .numcolor{
  font-family: 'Nunito Sans',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #771FEE;
}
#growsmarterow #numtxtblock p:last-child {
  margin-top: 20px;
}
#ourprocessbrb.approch h3 {
  margin: 0;
  margin-top: 14px;
}
.et_pb_blurb_content p.btnstyle {
  padding: 8px 16px;
  margin-bottom: 0;
}
#brandlogoslider .dica-image-container img {
  filter: grayscale();
}
#brandlogoslider .dica-item-content {
  display: none;
}
#ctaglobox {
  padding: 0;
  margin: 60px 0;
}
#ctagloboxrow {
  padding: 100px 70px;
  background-image: url(img/ctaboxbg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}
#ctagloboxrow .et_pb_column {
  float: none;
}
#ctagloboxrow:before {
  content: '';
  width: 395px;
  height: 443px;
  background-image: url(img/ctapeturnleft.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.swiper-pagination {
  display: none;
}
#ctagloboxrow:after {
  content: '';
  width: 395px;
  height: 443px;
  background-image: url(/wp-content/uploads/2025/09/ctapeturnstylenew.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  visibility: visible;
}
body #page-container .et_pb_section .et_pb_row .et_pb_button_module_wrapper #bookmfcall{
  font-size: 18px;
  line-height: 20px;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #ctaboxbtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 0 !important;
  width: 289px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
  color: #771FEE !important;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #ctaboxbtn:after {
  content: url(img/purplearrow.svg);
  margin-left: 13px;
}
#projclientsay {
  width: 945px;
  margin: 0 auto;
  background: transparent;
}
#projclientsay.et_pb_testimonial:before {
  content: url(img/qoutebg.svg) !important;
}
#projclientsay h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #000000;
  padding: 0;
  margin-top: 40px;
}
#projclientsay h3 span {
  color: #771FEE;
}
#projclientsay .et_pb_testimonial_description {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#projclientsay .et_pb_testimonial_description_inner {
  width: 100%;
  margin-bottom: 40px;
}
#projclientsay .et_pb_testimonial_author {
  font-family: 'Raleway',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-top: 0;
  border-right: 2px solid #000;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  padding-left: 55px;
}
#projclientsay .et_pb_testimonial_author:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 12px;
}
#projclientsay .et_pb_testimonial_meta {
  font-family: 'Raleway',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.case-studies-portfolio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 60px;
}
.case-studies-portfolio .case-study-item {
  width: 32%;
}
.case-study-thumb {
  position: relative;
}
.case-study-thumb a {
  display: block;
  height: 390px;
  border-radius: 20px;
}
.case-study-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.case-study-units {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 500px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3B3B3D;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: flex-end;
}
.case-study-units:before {
  content: url(img/foursquares.svg);
  margin-right: 8px;
  display: block;
  line-height: 10px;
}
h3.case-study-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #19191B;
}
.case-study-item .case-study-excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3B3B3D;
}
.case-study-content {
  padding: 24px 10px 0;
}
.verticalSliderWrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.verticalSlider {
  width: 280px;       
  height: 600px;     
  overflow: hidden;
}
.verticalSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.verticalSlider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px !important;
}
.verticalSlider img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  height: 100%;
}
#ourstoryblock {
  padding: 0;
  background-color: transparent;
}
#ourstoryblockrow {
  padding: 68px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-top: -100px;
  margin-bottom: 20px;
}
#esosboxrow .et_pb_column {
  box-sizing: border-box;
  padding: 40px;
  background-image: url(/wp-content/uploads/2025/09/esospeturn.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  background-color: #FBF8FF;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: none;
  margin-right: 20px;
}
#esosblurb .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
#esosblurb .et_pb_main_blurb_image {
  width: 32px;
  margin-bottom: 0;
  margin-right: 20px;
}
#esosblurb .et_pb_blurb_container {
  flex: 1;
}
#esosblurb h4 {
  padding: 0;
  margin: 0;
}
#esostextbox {
  box-sizing: border-box;
  padding: 20px;
  border-left: 1px solid #DCDCDC;
  backdrop-filter: blur(7.5px);
  margin: 80px 0 32px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#esostextbox .et_pb_text_inner,
#esostextbox .et_pb_text_inner p,
#esostxtbox .et_pb_text_inner,
#esostxtbox .et_pb_text_inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3B3B3D;
}
#esostxtbox {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 20px;
  height: 140px;
}
#esostxtbox h5 {
  font-family: 'Ubuntu',sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #771FEE;
}
#esosdivider {
  padding: 60px 0;
}
#esosboxrow.esoscolbg .et_pb_column {
  background-image: url(/wp-content/uploads/2025/09/esoscolbgpetrun.svg);
  padding: 40px;
  background-color: rgba(196, 196, 196, 0.08);
  border: 1px solid #E4E4E4;
  border-radius: 20px;
}
#leadershipayrow .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
#teambox {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 31%;
  margin-bottom: 0;
}
#teambox .et_pb_team_member_image {
  width: 100%;
  margin: 0;
  max-width: 100%;
  border-radius: 20px;
}
#teambox .et_pb_team_member_image img {
  border-radius: 20px;
  width: 100%;
}
#teambox .et_pb_team_member_description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  width: 96%;
  margin: 0 auto;
}
#teambox h4 {
  font-family: 'Nunito Sans',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  padding: 0;
}
#teambox:hover h4 {
  color: #771FEE;
}
#teambox p.et_pb_member_position {
  font-family: 'Nunito Sans',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #151515;
}
#teambox .et_pb_team_member_description div p {
  font-family: 'Ubuntu',sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #5A5A5A;
}
#teambox .et_pb_team_member_description div {
  display: none;
  transition: display 0.9s ease;
}
#teambox:hover .et_pb_team_member_description {
  background: #FFFFFF;
  backdrop-filter: blur(7.5px);
  transition: all 0.9s ease;
}
#teambox:hover .et_pb_team_member_description div {
  display: block;
  transition: display 0.9s ease;
  margin-top: 24px;
}
/*-------------------------------------Media Query---------------------------------------*/
#realpeoplecounterrow .et_pb_column {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border-left: 1px solid #D3D3D3;
  justify-content: space-between;
}
#realnumcount {
  margin: 0;
  margin-bottom: 103px;
}
#realpeoplecounterrow span.percent-value {
  font-size: 80px;
  font-weight: 600 !important;
}
#realnumcount h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 0;
  color: #5A5A5A;
}
#realpeoplecounterrow .et_pb_text_inner {
 font-size: 16px;
 font-weight: 400;
 color: #3B3B3D;
}
#realpeople {
  padding: 64px 0;
}
#ourteamsliderrow {
  padding: 52px;
  border: 10px solid rgba(215, 215, 215, 0.1);
  border-radius: 12px;
  position: relative;
}
#ourteamsliderrow .et_pb_module.et_pb_image.et_pb_image,
#ourteamsliderrow .et_pb_image .et_pb_image_wrap{
  text-align: right;
}
#ourteamsliderrow.brdblu {border: 10px solid rgba(96, 0, 247, 5%);}
#ourteamsliderrow .et_pb_column {
  float: none;
}
#ourteamsliderrow:before {
  content: '';
  width: 502px;
  height: 410px;
  background-image: url(/wp-content/uploads/2025/09/testislderpeturnright.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
#ourteamsliderrow:after {
  content: '';
  width: 502px;
  height: 410px;
  background-image: url(/wp-content/uploads/2025/09/testislderpeturnleft.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: visible;
}
#ourteamsection {
  padding: 100px 0;
}
#ourteamslider h4 {
  font-size: 14px;
  width: fit-content;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 8px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  font-style: normal;
  color: #19191B;
  margin-bottom: 24px;
}
#ourteamslider h5 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  padding-bottom: 15px;
  color: #151515;
}
#ourteamslider p {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 32px;
  line-height: 24px;
  color: #3B3B3D;
}
#ourteamslider h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  color: #771FEE;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
#ourteamslider .swiper-button-next,#ourteamslider .swiper-button-prev {
  background-color: #771FEE !important;
  border-radius: 8px;
  font-size: 30px;
  color: #fff !important;
}
.swiper-button-prev.swiper-button-disabled {
  background-color: #E1E1E1 !important;
}
#ourteamslider .swiper-buttton-container {
  margin-top: 120px;
}
#ourteamslider.teamswiper .swiper-buttton-container{
  margin-top: 50px;
}
#herobannerstarbrb .et_pb_blurb .et_pb_image_wrap {
  width: 100px !important;
}
#herobannerstarbrb .et_pb_blurb_container {
  align-content: center;
  padding: 0;
  padding-left: 15px;
}
#herobannerstarbrb .et_pb_main_blurb_image {
  width: 106px;
}
.franchisewidth #herobannerstarbrb p{
  width: auto;
}
#herobannerstarbrb .et_pb_blurb_content {max-width: fit-content;}
#stepbysection {
  padding: 100px 0;
}
#sfmbrboxrow {
  padding: 0;
}
#comprehensivbrb {
  padding: 20px 40px;
  border-radius: 20px;
  height: 100%;
  align-content: center;
  background: linear-gradient(180deg, #771FEE 0%, #441288 100%);
}
#comprehensivbrb:after {
  content: '';
  width: 395px;
  height: 392px;
  background: url('/wp-content/uploads/2025/09/dottranparent.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
#comprehensivbrb h3  {
  font-size: 32px;
  color: #fff;
  padding-bottom: 20px;
}
#comprehensivbrb p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
} 
#comprehensivbrb1 {
  justify-content: space-between;
  padding: 36px;
  gap: 32px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E4E4E4;
  background: url('/wp-content/uploads/2025/09/servpeturnbg.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
}
#comprehensivbrb1 .et_pb_blurb_content {
  margin: 0;
  display: flex;
  max-width: 100%;
  align-items: center;
}
#comprehensivrow #comprehensivbrb1 h4 {
  font-size: 20px;
  font-weight: bold;
}
#comprehensivbrb1 h4 {
  font-size: 16px;
  font-weight: 600;
  flex: 1;
  padding: 0;
  line-height: 28px;
}
#comprehensivbrb1 .et_pb_main_blurb_image {
  margin-bottom: 0;
  width: 50px;
  margin-right: 28px;
}
#comprehensivbrb1 .et_pb_blurb_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#comprehensivbrb1 .et_pb_blurb_description {
  width: 30px;
}
#comprehensivbrb1 a {
  height: 44px;
  flex-direction: column;
  display: flex;
  padding: 12px;
  justify-content: center;
  margin: 0 auto;
  width: 44px;
}
#comprehensivbrb1:hover {
 box-shadow: 0px 0px 10px 2px rgba(96, 0, 247, 0.15);
}
#comprehensivbrb1 p {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  margin: 0 auto;
}
#comprehensivbrb1:hover p {
  background: #771FEE;
  box-shadow: 0px 0px 15px rgba(151, 71, 255, 0.5);
  border-radius: 100px;
}
#comprehensivbrb1:hover p img {
  filter: brightness(0)invert(1);
  transform: rotate(45deg);
  transition: all 0.9s ease;
}
#comprehensivesection {
  padding: 80px 0;
}
#comprehensivesection
#oursupporow {
  padding: 0;
}
#comprehensivrow {
  padding: 52px 0 52px;
}
#comprehensivrow .et_pb_column:first-child {
  margin-right: 16px;
}
#comprehensivrow #comprehensivbrb1 {
  margin-bottom: 16px;
}
#comprehensivrow #comprehensivbrb1:last-child {
  margin-bottom: 0;
}
#projectbanner.removespace2 {
  padding-top: 230px;
  padding-bottom: 90px;
}
#projectbanner.blogbanner {
  padding: 210px 0 95px;
}
#projectbanner.induvidualherospace {
  padding: 218px 0 80px;
}
#projectbanner.induvidualherospace h1 {
  font-size: 52px;
  font-weight: 600;
  margin-top: 23px;
  line-height: 60px;
}
#projectbanner.induvidualherospace #projectbannerow .et_pb_column_0 {
  margin-right: 119px;
}
.individualrow p {
  font-size: 16px;
  line-height: 24px;
}
#esosblockrow.individualrow1 {
  padding: 44px 0 24px !important;
} 
#individualsec2row {
  padding: 60px;
  border-radius: 20px;
}
#individualsec2 {
  padding: 60px 0 80px;
}
#sectxtstylebtn.individualsec1text {
  margin-bottom: 60px;
}
#individualsec4 {
  padding: 100px 0;
}
#individualsec4 .et_pb_row:first-child {
  padding: 0;
  padding-bottom: 60px;
}
#growthrow #comprehensivbrb1.growthblurb {
  margin-bottom: 0;
}
#growthrow {
  padding: 0;
}
#individualsec4 .et_pb_column_10 {
  justify-items: end;
}
#comprehensivbrb1.growthblurb {
  padding: 30px;
  background: none;
  background-color: #fff;
  width: 32%;
  height: 100%;
  border: 0;
}
#comprehensivbrb1.growthblurb h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
#growthrow .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#contactesec {
  padding: 210px 0 90px;
}
#contactrow {
  padding: 0;
}
#contactrowcol {
  padding: 60px;
  border-radius: 20px;
  background: linear-gradient(180deg, #771FEE 0%, #441288 100%);
}
#contactrowcol {
  margin-right: 80px;
}
#contactrowcol:after {
  content: '';
  width: 647px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/09/ctaleftpeturn.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
#contactform .gform_heading {
  display: none;
}
#contactform label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#field_1_9 .ginput_container_consent{
  display: flex;
  align-items: flex-start;
}
#contactform input[type=checkbox] {
  display: block;
  margin-right: 12px;
}
#contactform input,#contactform select,#contactform textarea {
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius:12px;
  padding: 15.5px 18px;
}
#contactform select{
  min-height: 32px;
  height: 63px;
}
#contactform #field_1_9 .gfield_label,
#contactform #field_1_9 .gfield_consent_label,
#contactform .ginput_container.ginput_container_consent {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #5A5A5A;
  margin-bottom: 32px;
}
#contactrowcol h2,#contactrowcol p {
  color: #fff;
}
#contactrowcol p{
  font-size: 14px;
}
#contacttextol {
  padding: 32px;
  background: linear-gradient(180deg, rgba(103, 34, 195, 1) 0%, rgba(92, 31, 172, 0.6) 100%);
  border-radius: 20px;
  margin-top: 68px;
  position: relative;
  z-index: 10;
}
#contacttextol ul {
  list-style: none;
  padding: 0;
}
#contacttextol ul li {
  list-style: none;  
  display: flex;
  margin-bottom: 32px;
}
#contacttextol ul li:before {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 4px 7.5px;
  background: #FFFFFF;
  width: fit-content;
  height: fit-content;
  display: flex;
  border-radius: 8px;
  color: #771FEE;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contacttextol ul li span {
  display: block;
  flex: 1;
  font-size: 16px;
  margin-left: 16px;
  line-height: 24px;
}
#contacttextol ul li:nth-child(1):before {
  content: '01';
}
#contacttextol ul li:nth-child(2):before {
  content: '02';
}
#contacttextol ul li:nth-child(3):before {
  content: '03';
}
#contacttextol ul li:nth-child(4):before {
  content: '04';
}
#contacttextol ul li:nth-child(4) {
  margin-bottom: 0;
}
textarea#input_1_8 {
  height: 160px;
}
#gform_wrapper_1 button.gform_button {
  border: 0;
  margin-left: 0;
  padding: 12px 22px !important;
  position: relative;
  font-family: 'Nunito Sans',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0px 0px 15px rgba(151, 71, 255, 0.5);
  background-color: #771fee;
  border-width: 1px !important;
  border-color: #771fee;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}
#gform_wrapper_1 button.gform_button:after {
  content: url(img/btnarrow.svg);
  position: static;
  display: inline-block;
  transition: all 0.9s ease;
  margin-left: 10px;
  visibility: visible;
  opacity: 1;
}
#gform_wrapper_1 button.gform_button:hover {
  background: #474749;
  box-shadow: 0px 0px 15px rgba(71, 71, 73, 0.5);
}
#gform_wrapper_1 button.gform_button:hover:after {
  transform: rotate(45deg);
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}
.blogfilter .jb-filters {
  margin-bottom: 40px;
}
.blogfilter .jb-filters button {
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 500px;
  font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #5A5A5A;
  cursor: pointer;
  background: transparent;
}
.blogfilter .jb-filters button:hover,
.blogfilter .jb-filters button.active {
  background: #771FEE;
  border: 1px solid #771FEE;
  color: #fff;
}
#blogpostfitler {
  padding: 80px 0;
}
#blogpostfitlerow {
  padding: 0;
}
#realtedresource .blogpostgrid{
  justify-content: flex-start;
}
.blogpostgrid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 60px;
  justify-content: space-between;
}
.blogbody {
  width: 32%;
}
.blogthumb {
  line-height: 0;
  border-radius: 12px;
  height: 260px;
  margin-bottom: 24px;
}
.blogthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blogdescription {
  padding: 0 10px;
}
.blogcates {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(96, 0, 247, 0.05);
  border-radius: 500px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #002C3D;
  margin-bottom: 20px;
}
.blogexcerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5A5A5A;
  padding: 0;
  margin: 0px 0 20px;
}
.blogexcerpt h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #002C3D;
  padding: 0;
  margin-bottom: 16px;
}
.blogmeta {
  display: flex;
  align-items: center;
}
.blogmeta span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #771FEE;
  margin-right: 5px;
}
.blogmeta span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #771FEE;
}
.blogpagination:empty {
  display: none;
}
#blogdetailpost {
  padding: 0;
  margin-top: 170px;
  margin-bottom: 100px;
}
#blogdetailpostrow {
  padding: 0;
  margin-bottom: 50px;
}
#blogdetailpostrow .entry-title {
  width: 80%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 78px;
  text-align: center;
  color: #151515;
}
#blogdetailpostrow .et_pb_title_meta_container,
#blogdetailpostrow .et_pb_title_meta_container a {
  font-family: 'Nunito Sans',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #771FEE;
  margin-bottom: 40px;
}
#blogdetailpostrow .et_pb_title_meta_container {
  line-height: 0;
  position: relative;
  text-align: center;
}
#blogdetailpostrow .et_pb_image_wrap {
  display: block;
}
#blogdetailpostrow .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}
#blogdetailpostrow1 h1, #blogdetailpostrow1 h2{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #19191B;
}
#blogdetailpostrow1 h3{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #3B3B3D;
}
#blogdetailpostrow1 h4,#blogdetailpostrow1 h5,#blogdetailpostrow1 h6{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #3B3B3D;
} 
#blogdetailpostrow1 ul li storng,#blogdetailpostrow1 ul li b{
  font-size: 16px;
  line-height: 26px;
  color: #3B3B3D;
}
#blogdetailpostrow1 p{
  font-size: 16px;
  line-height: 26px;
  color: #3B3B3D;
}
#grostepcol span {
  font-family: 'Nunito Sans',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #771FEE;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
#grostepcol h2 {
  font-family: 'Nunito Sans',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 71px;
  color: #000000;
  padding: 0;
  width: 65%;
}
.grighctn {
  flex: 1;
}
#grostepcol .et_pb_text_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#capabiliteboxrow .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#grostepcol {
  width: 100%;
}
#capabiliteboxrow #comprehensivbrb1 {
  width: 32.8%;
  margin-bottom: 0;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  background-image: none;
  border: 0;
}
#capabiliteboxrow #comprehensivbrb1:hover {
  box-shadow: 0px 0px 10px 2px rgba(96, 0, 247, 0.15);
}
#ourcapabilitesrow.et_pb_sticky--top {
  background-color: #FCFCFC;
}
header.et-l.et-l--header .et_builder_inner_content {
  z-index: 10001;
}
#caseprojsrow .et_pb_image_wrap {
  display: block;
  border-radius: 20px;
}
#caseprojsrow .et_pb_image_wrap img {
  border-radius: 20px;
}
#trustbrandlogo,#coresystem,#casestudiespost,#ftbrandlogo {
  padding: 60px 0;
}
#trustbrandlogorow .et_pb_module.et_pb_text {
  margin-bottom: 32px;
}
#coresystemrow,#franchiscalablerow1,#testimonalsrow,#casestudiesprow {
  padding: 0;
  padding-bottom: 60px;
}
#coresystembox,#franchiserowbox,#since2014row,#growsmarterow,#testimonalsbox,#casestudiesgrid {
  padding: 0;
}
#franchiscalable,#since2014,#testimonals {
  padding: 80px 0;
}
#testimonals {
  position: relative;
}
#testimonals:before {
  content: '';
  width: 80%;
  height: 60%;
  margin: 0 auto;
  background: #771FEE;
  opacity: 0.1;
  filter: blur(2000px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#approachwhtiebg h2 {
  margin-bottom: 0px;
  margin-top: 14px;
}
#caseprojs,#growsmarter{
  padding: 80px 0;
}
#caseprojsrow{
  padding: 0;
}
.gform_wrapper .gfield_required{
  color: #771FEE !important;
}
#growsmarterow.resetcol{
  align-items: center;
}
#growsmarterow.resetcol #numtxtblock{
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(13, 13, 13, 0.05);
}
#growsmarterow.resetcol #numtxtblock:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
#growsmarterow.resetcol #numtxtblock p:first-child{
  padding: 0;
  margin-bottom: 20px;
  margin-bottom: 0;
}
#capabiliteboxrow {
  opacity: 0.2;
  transition: opacity 0.5s ease, filter 0.5s ease;
  display: flex;
  align-items: center;
}
#capabiliteboxrow.active {
  opacity: 1;
}
#since2014row .et_pb_column:first-child{
  display: flex;
  flex-wrap: wrap;
}
#outcomeimg1,#outcomeimg2{
  width: 49%;
  margin-bottom: 0;
}
#outcomeimg1 {
  margin-right: 2%;
}
body.project-template-default #since2014row.defaultflex{
  align-items: flex-start;
}
.franchisewidth h1 
{
  width: 48%;
  justify-self: center;
}
.franchisewidth p {
  width: 47%;
  justify-self: center;
}
#ctagloboxrow h2 br{
  display: none;
}
.dica_divi_carousel .swiper-container {
  touch-action: none !important;
}

.dica_divi_carousel .swiper-slide {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
}
#justmobileview .dica_divi_carousel .swiper-slide{
  user-select: auto;
  -webkit-user-drag: auto;
  pointer-events: auto;
  touch-action: auto;
}


/*--------------------------------Media Query Start---------------------------------------*/

@media only screen and (min-width: 1401px) and (max-width: 2500px) {
  #globonav .et_pb_menu__logo-wrap {
    width: 24%;
  }
  #globonav ul li {
    margin: 0;
    margin-right: 0px;
  }
  #franchiserowbox.homebox #sfmbrbox {
    width: 48%;
  }
  #footerlogo {
    width: 133px;
  }
}
@media only screen and (max-width: 1800px)
{
  #esostxtbox
  {
    height: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .et_pb_row {
    width: 90%;
  }
  .franchisewidth p {
    width: 52%;
  }
}
@media only screen and (max-width: 1400px) {
  #globonav ul li {
    margin-right: -5px;
  }
  #coresbrb {
    width: auto;
    flex: 1;
    padding: 20px;
  }
  .case-studies-portfolio .case-study-item {
    width: 32%;
  }
  #ftsocial {
    padding-left: 30px;
    margin-left: 25px;
  }
  #globalheaderow .et_pb_button_module_wrapper {
    width: 16%;
  }
  #capabiliteboxrow #comprehensivbrb1 {
    width: 32%;
  }
  #comprehensivbrb h3 {
    line-height: 40px;
  }
  #globonav .et_pb_menu__logo-wrap {
    width: auto;
  }
  #teambox{
    width: 47%;
  }
  
}
@media only screen and (max-width: 1200px) {
  #coresystembox .et_pb_column {
    justify-content: space-between;
    column-gap: 20px;
  }
  .franchisewidth p
  {
    width: 70%;
  }
  #goalsbrb {
    width: 31.7%;
  }
  #franchiserowbox #sfmbrbox, 
  #franchiserowbox.homebox #sfmbrbox,
  #sfmcolorbg {
    padding: 20px;
  }
  .blogpostgrid,.case-studies-portfolio{
    column-gap: 10px;
  }
}
@media only screen and (min-width: 981px) {
  #franchiserowbox {
    display: flex;
    column-gap: 14px;
  }
  #ctagloboxrow h2 {
    width: 60%;
    justify-self: center;
  }
  body #page-container .et_pb_section #bookmfcall {
    margin-top: 60px;
  }
  #franchiserowbox .et_pb_column:first-child {
    width: 63%;
  }
  #brandlogorow p {
    display: flex;
    justify-content: center;
    column-gap: 25px;
  }
  #esosblock {
    padding: 0;
    margin: 170px 0 100px;
  }
  #esosblockrow {
    padding: 0;
    margin-bottom: 60px;
  }
  #leadership {
    padding: 120px 0;
  }
  #leadershipayrow,#realpeoplecounterrow,#realtelentextrow {
    padding: 0;
  }
  #rtresult {
    padding: 0 0 100px;
  }
  #rtresultrow {
    padding: 0 0 40px;
  }
  #realtelentext {
    padding: 100px 0 40px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  #coresbrb {
    padding: 20px;
  }
  #since2014 #since2014row .mright {
    margin-right: 25px;
  }
  #numtxtblock {
    padding-bottom: 0px;
    margin-bottom: 14px;
  }
  #growsmarterow #numtxtblock p:last-child {
    margin-top: 10px;
  }
  #numtxtblock p {
    margin-bottom: 10px;
  }
  #brandlogorow p {
    display: inline;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  #since2014 #since2014row .mright {
    margin-right: 25px;
  }
  #esostextbox
  {
    height: 250px;
  }
  #numtxtblock {
    padding-bottom: 0px;
    margin-bottom: 14px;
  }
  #growsmarterow #numtxtblock p:last-child {
    margin-top: 10px;
  }
  #numtxtblock p {
    margin-bottom: 10px;
  }
  #brandlogorow p {
    display: inline;
  }
}
@media only screen and (min-width: 1101px) {
  #globonav ul li.ctamobile {
    display: none;
  }
  button.jb-filters-toggle{
    display: none;
  }
}
@media only screen and (max-width: 1340px) and (min-width: 1267px){
  #footermenu ul li{
    margin-right: 30px;
  }

}
@media only screen and (max-width: 1266px) and (min-width: 1190px){
  #footermenu ul li{
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1189px){
  #ftbrandlogo{
    padding: 0;
  }
  .franchisewidth h1
  {
    width: 100%;
  }
  #globalfooterow {
    margin-top: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    padding: 50px 0;
  }
  #globalfooterow .et_pb_column:first-child {
    width: 100%;
    order: 1;
  }
  #globalfooterow .et_pb_column:nth-child(3) {
    width: 20%;
    order: 3;
    flex: unset;
  }
  #globalfooterow .et_pb_column:nth-child(2) {
    width: 100%;
    order: 3;
    margin-top: 40px;
  }
  #footermenu .et_pb_menu__wrap{
    justify-content: flex-start;
  }
  #footermenu ul {
    display: flex;
    flex-direction: row;
  }
  #footermenu ul li{
    margin-right: 25px;
    margin-bottom: 30px;
  }
  #ftsocial {
    padding-left: 0;
    margin-left: auto;
    border-left: 0;
    flex: unset;
  }
  #sfmcolorbg:after{
    width: 270px;
    height: 316px;
    bottom: -14px;
  }
  #growsmarterow.resetcol #numtxtblock{
    padding-bottom: 0;
  }
  #growsmarterow.resetcol #numtxtblock:last-child{
    margin-bottom: 0;
  }
  .case-study-thumb a{
    height: 300px;
  }
}
@media only screen and (max-width: 1300px)
{
  #realpeoplecounterrow
  {
    display: flex;
    flex-wrap: wrap;
  }
  #realpeoplecounterrow .et_pb_column
  {
    width: 50%;
  }
  #realnumcount{
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1101px) {
  #justmobileview{
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  #testiboxslider .dica-container .swiper-wrapper .dica_divi_carouselitem{
    padding: 24px;
    background: #FAFAFA;
    border-radius: 18px;
  }
  #testiboxslider .swiper-pagination{
    display: block;
    margin-top: 40px;
  }
  #justmobileview p {
    display: flex;
    flex-direction: column;
  }
  #testimonalsbox.fordesktop{
    display: none;
  }
  #justmobileview .dica_divi_carouselitem 
  {
    background-color: #ffffff8f;
    padding: 24px;
    border-radius: 18px;
  }
  #capabiliteboxrow{
    opacity: 1;
  }
  .verticalSliderWrapper{
    flex-direction: column;
  }
  .verticalSlider{
    width: 100%;
    height: 100%;
  }
  #herobannerow .et_pb_column:last-child:before{
    width: 96px;
    height: 100%;
    left: -27px;
    background: linear-gradient(-90deg,rgba(255,255,255,0) -5%,#FFFFFF 80.6%);
  }
  #herobannerow .et_pb_column:last-child:after{
    width: 96px;
    height: 100%;
    right: -20px;
    left: unset;
    background: linear-gradient(90deg,rgba(255,255,255,0) -5%,#FFFFFF 80.6%);
  }
  #herobannerow .et_pb_column:last-child {
    position: relative;
    margin-top: 40px !important;
  }
  .verticalSlider .swiper-slide{
    height: auto;
  }
  .verticalSliderWrapper{
    gap: 5px;
  }
  #sfmbrbox {
    width: 48%;
    flex: unset;
  }
  #ourteamslider .swiper-buttton-container{
    margin-top: 0;
  }
  #ourteamsliderrow .et_pb_module.et_pb_image{
    margin-bottom: 50px;
  }
  #ourteamsliderrow .et_pb_module.et_pb_image.et_pb_image,
  #ourteamsliderrow .et_pb_image .et_pb_image_wrap{
    text-align: left;
  }
  #globalheader.et-fixed-header{
    padding: 0;
  }
  #globalheaderow, #globalheaderow.et-fixed-header {
    width: 100%;
    padding: 0 22px;
    border-radius: 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    top: 0px;
  }
  #globonav, #globonav .et_pb_menu_inner_container {
    position: static;
  }
  #globonav .et_pb_menu_inner_container {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  #globonav .et_pb_menu__logo-wrap {
    width: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    padding-left: 18px;
  }
  #globonav .et_pb_menu__menu {
    display: none;
  }
  #globonav .et_mobile_nav_menu {
    display: block;
    margin: 0px;
    margin-right: 0;
  }
  #globonav .et_pb_menu__wrap .mobile_menu_bar:before {
    top: 0;
    width: 50px;
    display: block;
  }
  #globalheaderow .et_pb_button_module_wrapper {
    width: 28%;
    display: block;
  }
  #globonav .et_pb_menu__wrap {
    justify-content: flex-start;
    flex: unset;
    width: auto;
    align-items: center;
  }
  #mobile_menu1.et_mobile_menu {
    top: 100%;
    padding: 5%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }
  #globonav ul li a {
    font-size: 16px;
    line-height: 27px;
    padding: 12px 0;
    border: 0;
  }
  #globonav ul li {
    margin-right: 0;
    margin-bottom: 20px;
    list-style-type: none;
  }
  #ctagloboxrow{
    background-image: url(/wp-content/uploads/2025/09/ctaboxbgnew.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }
  #ctagloboxrow:before,#ctagloboxrow:after {
    display: none;
  }
  #projectbanner:before,#projectbanner:after {
    width: 350px;
    height: 429px;
  }
  #ourprocessbrb .et_pb_blurb_container {
    width: 85%;
  }
  .et_pb_text_inner p br {
    display: none;
  }
  #ourapproachrow .et_pb_column {
    justify-content: center;
  }
  #goalsbrb {
    width: 48%;
    flex: unset;
  }
  #capabiliteboxrow #comprehensivbrb1 {
    width: 49%;
  }
  .mobilehscroll {
    display: none;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .jb-filters.open .mobilehscroll {
    display: flex;
    padding: 0px;
    background: #FFFFFF;
    border-radius: 30px;
  }
  .mobilehscroll button.active {
    background: #333;
    color: #fff;
  }
  .blogfilter .jb-filters.open{
    border: 1px solid #DEDEDE;
    border-radius: 30px;
  }
  .blogfilter .jb-filters.open button.jb-filters-toggle,.blogfilter .jb-filters.open button.jb-filters-toggle:hover{
    border-radius: 0;
    border: 0;
  }
  .blogfilter .jb-filters button.jb-filters-toggle{
    box-sizing: border-box;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 500px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #19191B;
    width: 100%;
  }
  .blogfilter .jb-filters button.jb-filters-toggle:hover{
    border: 1px solid #DEDEDE;
  }
  .blogfilter .jb-filters button,
  .blogfilter .jb-filters button.active{
    background: transparent;
    border: 0px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    color: #000;
    padding: 17px 20px;
    border-radius: 0;
  }
  .blogfilter .jb-filters button:hover{
    background: transparent;
    border: 0px solid #ECECEC;
  }
  .blogfilter .jb-filters.open button.jb-filters-toggle span{
    transform: rotate(180deg);
  }
  .blogfilter .jb-filters button.jb-filters-toggle span{
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
    top: 3px;
  }
  .blogbody {
    width: 48%;
  }
  #sfmbrboxrow .et_pb_column {
    justify-content: center;
  }   
  #sfmcolorbg:after {
    width: 100%;
    height: 385px;
    right: -17px;
    bottom: -17px;
  }
  .case-studies-portfolio .case-study-item {
    width: 31.85%;
  }
  
  #globalheader {
    margin: 0px auto;
  }
  #globalheaderow.et-fixed-header {
    top: 0px;
  }
  #comprehensivbrb {
    padding: 30px 40px;
  }
  #ourteamsection {
    padding: 0px 0 50px;
  }
  #comprehensivesection {
    padding: 40px 0 50px;
  }
  #projectbanner.induvidualherospace h1 {
    font-size: 32px;
    line-height: 43px;
  }
  .et_pb_text_inner h2 {
    font-size: 32px;
    line-height: 43px;
  }
  #approachwhtiebg {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  #globonav ul li.ctamobile {
    display: none;
  }
  #coresystembox .et_pb_column {
    justify-content: center;
  }
  #globonav .et_pb_menu__wrap .mobile_nav .mobile_menu_bar:before{
    content: url(/wp-content/uploads/2025/09/hubergicon.svg);
  }
  #globonav .et_pb_menu__wrap .mobile_nav.opened .mobile_menu_bar:before{
    content: url(/wp-content/uploads/2025/09/closehumberg.svg);
  }
  #globalheaderow .et_pb_column{
    position: static;
  }
  #franchiserowbox.homebox #sfmbrbox {
    width: 47%;
  }
  #herobannerow {
    flex-direction: column;
  }
  #herobannerow .et_pb_column{
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 980px) {
  #franchiserowbox.homebox #sfmbrbox {
    width: 48%;
  }
  #projclientsay
  {
    width: 100%;
  }
  #globalheader {
    margin: 0;
  }
  #globalheaderow .et_pb_button_module_wrapper {
    width: 28%;
    display: block;
  }
  #franchiserowbox .et_pb_column:first-child {
    gap: 20px;
  }
  #herobanner {
    margin-top: 150px;
    padding-bottom: 60px;
  }
  #trustbrandlogorow .et_pb_text .et_pb_text_1 {
    margin-bottom: 20px;
  }
  #trustbrandlogo {
    padding: 30px 0;
  }
  #coresystemrow {
    width: 92%;
  }
  #coresystembox .et_pb_column {
    justify-content: center;
  }
  #franchiserowbox {
    padding: 14px 0;
  }
  #sfmbrbox .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    gap: 52px;
    align-items: center;
  }
  #sfmbrbox .et_pb_main_blurb_image {
    margin-bottom: 0px;
    width: 60px;
    height: 60px;
    margin-left: 0;
    margin-right: auto;
  }
  #sfmcolorbg:after {
    width: 250px;
    height: 250px;
    bottom: -12px;
  }
  #sfmcolorbg {
    padding: 58px 40px;
    margin-top: 24px;
  }
  #sfmcolorbg h3 {
    font-size: 20px;
    line-height: 20px;
  }
  #sfmcolorbg p {
    width: 60%;
  }
  #sfmcolorbg .et_pb_module.et_pb_text_align_left {
    margin-bottom: 20px !important;
  }
  #since2014row {
    display: flex;
    flex-direction: column;
  }
  #since2014row.reverscol{
    flex-direction: column-reverse;
  }
  #growsmarter.homegrowmar {
    padding: 0;
  }
  #numtxtblock h4 {
    margin-top: 24px !important;
  }
  #ourprocessbrb .et_pb_blurb_content p.btnstyle {
    margin-bottom: 0;
  }
  #ourprocessbrb h3 {
    line-height: 40px;
    margin: 14px 0 28px;
    padding: 0;
  }
  #ourprocessbrb .et_pb_blurb_container {
    width: 70%;
    justify-self: left;
    left: 20px;
    top: 20px;
    margin: 0;
  }
  #testimonalsbox {
    padding: 0;
    overflow: hidden;
    overflow-x: scroll;
  }
  #testimonalsbox .et_pb_column {
    display: block;
    flex-wrap: wrap;
    width: 3500px !important;
    column-count: unset;
  }
  #testimonalsbox.myTestimonialSlider  .et_pb_column{
    width: auto !important;
    column-count: unset;
  }
  #testimoboxstyle {
    width: 315px;
  }
  #testimoboxstyle .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #casestudiespost {
    padding: 30px 0;
  }
  #casestudiesprow .et_pb_column_14 {
    width: 70%;
    margin-bottom: 0;
  }
  #casestudiesgrid {
    padding: 0;
  }
  .case-study-thumb a {
    height: 250px;
    line-height: 0;
    overflow: hidden;
  }
  .case-study-thumb a img {
    height: auto;
  }
  .case-studies-portfolio .case-study-item {
    width: 48.3%;
  }
  .case-study-content {
    padding: 20px 0 0 0;
  }
  #ctagloboxrow {
    padding: 40px 20px;
  }
  #ctagloboxrow h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #ctagloboxrow .et_pb_text_20 {
    margin-bottom: 20px;
  }
  #ftbrandlogo {
    padding: 36px 0;
  }
  #brandlogorow {
    margin: 0;
    place-self: center;
  }
  #coresbrb {
    background-size: cover;
    padding: 20px;
    margin-bottom: 10px;
  }
  #projectbanner.removespace {
    padding: 108px 0 140px;
  }
  #ourstoryblockrow {
    padding: 30px;
  }
  #ourstoryblockrow .et_pb_column .et_pb_module {
    text-align: center;
  }
  #ourstoryblock {
    padding-bottom: 10px;
  }
  #esostextbox {
    margin: 20px 0;
    height: 100%;
  }
  #esosboxrow .et_pb_column {
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  #esosboxrow .et_pb_column:last-child, #ourapproachrow .et_pb_column_12 .et_pb_module:last-child {
    margin-bottom: 0 !important;
  }
  #esosdivider {
    padding: 30px 0;
  }
  #leadership {
    padding: 20px 0 40px;
  }
  #teambox {
    width: 47%;
  }
  #teambox .et_pb_team_member_description {
    width: 95%;
    left: 0;
    justify-self: center;
  }
  #leadershipayrow .et_pb_column {
    justify-content: center;
  }
  #teambox{
    width: 70%;
  }
  #ourapproach {
    padding: 40px 0;
  }
  #goalsbrb {
    width: 100%;
  }
  #goalsbrb .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #goalsbrb .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
    flex: 1;
  }
  #goalsbrb h4 {
    margin: 0 0 20px 0;
  }
  #realpeople {
    padding: 10px 0;
  }
  #rtresult {
    overflow: hidden;
    overflow-x: scroll;
  }
  #realnumcount {
    margin-bottom: 60px;
  }
  #footermenu.et_pb_menu .et_pb_menu__menu {
    display: flex;
  }
  #realpeoplecounterrow {
    row-gap: 20px;
  }
  #comprehensivesection #comprehensivrow:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
  }
  #comprehensivesection #comprehensivrow:nth-child(3) .et_pb_column:first-child {
    margin-bottom: 0;
    margin-top: 30px !important;
  }
  #herotext h1 {
    font-size: 40px;
  }
  #herotext p {
    padding: 0;
    margin: 20px 0 30px;
  }
  #sectxtstylebtn h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
  #coresystembox {
    padding-top: 0;
  } 
  #sectxtstylebtn p br {
    display: none;
  }
  #projectbanner {
    padding: 160px 0 100px;
  }
  #realtelentext {
    padding: 48px 0 40px;
  }
  #realtelentextrow {
    padding: 0;
  }
  #rtresult {
    padding: 0 0 48px;
  }
  #projecttitle .et_pb_blurb_description {
    width: 100%;
  }
  #projectbanner.induvidualherospace #projectbannerow .et_pb_column_0 {
    margin-right: 0;
  }
  .defaultflex.individualrow {
    flex-direction: column;
  }
  #projectbanner.induvidualherospace {
    padding: 183px 0 100px;
  }
  #individualsec2row {
    padding: 40px;
  }
  #individualsec2row h2 {
    margin-bottom: 0;
  }
  #contactesec {
    padding: 131px 0 48px;
  }
  #trustbrandlogo,#coresystem,#growsmarter,#casestudiespost,#franchiscalable,#since2014,
  #testimonals,#stepbysection,#comprehensivesection {
    padding: 48px 0;
  }
  #comprehensivrow {
    padding: 48px 0px 0px;
  }
  #comprehensivrow.ADfm {
    padding: 60px 0px 0px;
  }
  #franchiserowbox {
    padding: 0px;
  }
  #since2014row #sectxtstylebtn {
    margin-top: 0px;
    padding-bottom: 60px;
  }
  #numtxtblock p {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  #numtxtblock {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #growsmarterow .et_pb_column_10 {
    margin-bottom: 52px;
  }
  #testimonalsrow {
    padding: 0px 0 40px;
  }
  #casestudiesprow .et_pb_column_14 {
    margin-bottom: 40px;
  }
  .case-study-content {
    padding: 24px 10px 0;
  }
  #ctaglobox {
    margin: 40px 0;
  }
  
  #oursupporow #sectxtstylebtn.pbtm0 {
    padding-bottom: 0px;
  }
  #since2014row .et_pb_column:first-child{
    margin-bottom: 32px !important;
  }
  #testimonals{
    margin-top: 48px;
  }
  #testimonals:before{
    height: 60%;
    opacity: 0.5;
  }
  #brandlogorow .et_pb_text_inner p {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }
  #brandlogorow .et_pb_text_inner p img {
    width: 48%;
  }
  #footerlogo img {
    width: 180px;
  }
  footer.et-l.et-l--footer {
    padding-top: 48px;
  }
  #copyleft, #copiright,#globalfooterow .et_pb_column:first-child {
    width: 100%;
  }
  #globalfooterow .et_pb_column:nth-child(3) {
    order: 3;
  }
  #footermenu ul li:last-child {
    margin-bottom: 0 !important;
  }
  #footermenu ul {
    display: inline-block;
    display: flex;
    flex-direction: column;
  }
  #ftsocial {
    margin: 0;
  }
  #globalfooterow .et_pb_button_0_tb_footer_wrapper {
    text-align: right;
  }
  #copyright .et_pb_column {
    text-align-last: center;
  }
  #franchiserowbox.homebox #sfmbrbox{
    padding: 40px;
  }
  #franchiserowbox.homebox #sfmbrbox .et_pb_blurb_content{
    gap: 0;
  }
  #franchiserowbox.homebox #sfmbrbox .et_pb_main_blurb_image{
    margin-bottom: 32px;
  }
  #leadershipayrow {
    padding: 0;
  }
  #ourteamsliderrow {
    display: flex;
    flex-flow: column-reverse;
    padding: 32px;
    border: 6px solid rgba(215, 215, 215, 0.1);
  }
  #goalsbrb.teambrb .et_pb_blurb_content{
    align-items: flex-start;
  }
  #goalsbrb.teambrb .et_pb_blurb_content .et_pb_main_blurb_image{
    margin-left: 0;
    margin-right: 0;
    width: 62px;
    height: 62px;
  }
  #goalsbrb.teambrb .et_pb_blurb_content .et_pb_blurb_container{
    flex: 1;
  }
  #goalsbrb.teambrb{
    padding: 40px;
  }
  #goalsbrb.teambrb h4{
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    margin-bottom: 24px;
  }
  #sfmbrbox{
    padding: 28px;
  }
  #comprehensivrow .et_pb_column:first-child{
    margin-right: 0;
    margin-bottom: 16px;
  }
  #comprehensivbrb1.growthblurb{
    width: 48%;
  }
}
@media only screen and (max-width: 768px)
{
  .franchisewidth p
  {
    width: 100%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1100px) {
  #coresbrb {
    width: 48%;
    flex: unset;
  }
  #franchiserowbox #sfmbrbox{
    width: 46%;
  }
  #caseprojsrow
  {
    gap: 25px;
  }
}
@media only screen and (max-width: 700px) {
  #globalfooterow{
    margin-top: 48px;
    margin-bottom: 40px;
  }
  #globalfooterow .et_pb_column:first-child{
    flex-direction: column;
  }
  #globalfooterow .et_pb_button_0_tb_footer_wrapper{
    text-align: center;
  }
  #footerlogo {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
  #globalfooterow .et_pb_column:nth-child(2){
    flex: unset;
    margin-top: 48px;
  }
  #globalfooterow .et_pb_column:nth-child(3){
    width: 100%;
    margin-top: 48px;
  }
  #footermenu ul li{
    margin-right: 0;
    margin-bottom: 32px;
  }
  #stepbysection #sfmbrbox {
    width: auto;
    flex: 1;
  }
  #since2014row.reverscol .et_pb_column:first-child{
    margin-bottom: 0px !important;
  }
  #coresbrb{
    padding: 32px;
  }
  #ourteamsliderrow .et_pb_module.et_pb_image{
    margin-bottom: 0;
  }
  #growsmarter #growsmarterow{
    display: flex;
    flex-direction: column-reverse;
  }
  #growsmarter #growsmarterow.resetcol{
    flex-direction: column;
  }
  #growsmarter #growsmarterow .et_pb_column:last-child{
    margin-bottom: 50px !important;
  }
  #goalsbrb.teambrb .et_pb_blurb_content .et_pb_blurb_container{
    text-align: center;
  }
  #sfmbrboxrow .et_pb_column{
    flex-direction: column;
  }
  #copyright .et_pb_column  {
    gap: 18px;
    flex-direction: column;
  }
  #globalheader {
    margin: 0;
  }
  #herobanner {
    margin-top: 117px;
    padding-bottom: 48px;
  }
  #herotext h1 {
    font-size: 36px;
  }
  #herotext p {
    padding: 0;
    margin: 20px 0 40px;
  }
  #trustbrandlogorow .et_pb_text_1 {
    margin-bottom: 20px;
  }
  #sectxtstylebtn h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 35px;
    margin-top: 10px;
  }
  #sectxtstylebtn h2 br{
    display: none;
  }
  #coresystembox {
   padding: 30px 0 0 0;
 }
 #franchiscalablerow1 #sectxtstylebtn h2 {
   padding: 0 20px;
   margin-bottom: 20px;
 }
 #sfmbrbox .et_pb_blurb_content {
  flex-direction: column;
  place-items: start;
}
#sfmbrbox .et_pb_main_blurb_image {
  width: 50px;
  height: 50px;
}
#franchiserowbox .et_pb_column:first-child {
  margin-bottom: 24px !important;
}
#sfmcolorbg {
  padding: 28px 28px 250px 28px;
}
#sfmcolorbg h3 {
  font-size: 26px;
  line-height: 35px;
}
#sfmcolorbg p {
  width: 100%;
}
#numtxtblock h4 {
  margin-top: 22px !important;
}
#casestudiesprow {
  display: flex;
  flex-direction: column;
}
#casestudiesprow .et_pb_button_module_wrapper {
  text-align: left;
}
.case-studies-portfolio .case-study-item {
  width: 100%;
}
.case-studies-portfolio {
  row-gap: 32px;
}
#ctagloboxrow {
  padding: 80px 16px;
}
#ctagloboxrow h2 {
  line-height: 34px;
  font-size: 26px;
}
#projectbanner:before,
#projectbanner:after {
  width: 100%;
}
#projectbanner.removespace2 {
  padding-top: 179px;
  padding-bottom: 100px;
}
#esostextbox {
  padding: 0 20px;
}
#esostxtbox {
  height: 100%;   
}
#esostxtbox {
  margin-top: 12px;
}
#esosblock,#leadership,#ourapproach {
  padding: 48px 0;
}
#ourapproach #goalsbrb.teambrb .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ourteamsection {
  padding: 48px 0;
}
#ourteamsliderrow .et_pb_column .et_pb_image .et_pb_image_wrap {
  margin-bottom: 52px;
}
#ourteamslider h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
#ourteamslider .swiper-buttton-container {
  margin-top: 16px;
}
#comprehensivbrb h3 {
  font-size: 24px;
  line-height: 36px;
}
#comprehensivbrb {
  padding:32px;
  margin-bottom: 16px;
}
#comprehensivbrb1 .et_pb_blurb_content {
  display: flex;
  place-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
#comprehensivbrb1 p,#comprehensivbrb1:hover p {
  margin-left: 20px !important;
}
#comprehensivbrb1 {
  margin-bottom: 16px;
}
#comprehensivrow .et_pb_column {
  margin-bottom: 16px;
}
#comprehensivesection #comprehensivrow:nth-child(3) .et_pb_column:first-child {
  margin-top: 0 !important;
}
#projectbanner.removespace {
  padding: 134px 0 220px;
}
#projectbanner.extraspace {
  padding-bottom: 400px;
}
#ourstoryblockrow {
  margin-top: -280px;
}
#ourteamsliderrow .et_pb_column {
  margin-bottom: 0;
}
#ctaglobox {
  margin: 40px 0;
}
#comprehensivbrb1 {
  padding: 28px;
  background-size: 100%;
}
#comprehensivrow .et_pb_column #comprehensivbrb1:last-child {
  margin-bottom: 0;
}
#ourteamslider .swiper-button-next, #ourteamslider .swiper-button-prev {
  display: none;
}
#ourteamsliderrow .swiper-pagination {
  display: block;
  padding: 8px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 500px;
  width: 100px;
  margin: 0 auto;
}
#ourteamsliderrow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff !important;
}
#ourteamsliderrow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #771FEE !important;
}
#ourteamsliderrow:after,#ourteamsliderrow:before {
  width: 250px;
  height: 204px;
  background-size: auto;
}
#esostxtbox h5 {
  position: relative;
  padding: 0;
}
#esostxtbox h5:after {
  content: "\4c";
  font-size: 30px;
  font-family: ETmodules !important;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
#esostxtbox h5.active:after {
  content: "\4b";
}
#esostxtbox p {
  display: none;
  margin-top: 10px;
}
#comprehensivbrb:after {
  width: 50%;
  height: 60%;
}
#projecttitle.mobileft h1,#projecttitle.mobileft p {
  text-align: left;
}
#grostepcol .et_pb_text_inner {
  flex-direction: column;
}
#grostepcol h2 {
  width: 100%;
  font-size: 26px;
  line-height: 40px;
}
.grighctn br {
  display: none;
}
#capabiliteboxrow #comprehensivbrb1 {
  width: 48%;
}
#capabiliteboxrow #comprehensivbrb1 h4 {
  font-size: 18px;
  font-weight: 600;
}
#ourapproach #goalsbrb .et_pb_blurb_content {
  flex-direction: column;
  align-items: flex-start;
}
#individualsec4 {
  padding: 40px 0;
}
#individualsec4 .et_pb_text_inner {
  text-align: center;
}
#comprehensivbrb1.growthblurb {
  width: 48%;
}
#ctagloboxrow h2 br {
  display: none;
}
.defaultflex {
  flex-direction: column;
}
#projclientsay {
  width: 100%;
}
#contactrowcol {
  padding: 24px;
}
#contacttextol ul li {
  flex-direction: column;
}
#contacttextol ul li span {
  margin-left: 0;
  margin-top: 16px;
  display: block;
}
#contacttextol {
  padding: 0;
  background: none;
}
#contactrow h2 {
  font-size: 36px;
  line-height: 52px;
}
#comprehensivbrb1 .et_pb_blurb_description {
  position: absolute;
  position: absolute;
  top: 0;
  right: 25px;
}
#goalsbrb{
  padding: 28px;
}
#ftsocial li{
  margin-right: 24px;
}
#comprehensivbrb p{
  line-height: 150%;
}
#footermenu.et_pb_menu .et_pb_menu__menu,
#footermenu .et_pb_menu_inner_container,
#footermenu .et_pb_menu__wrap,
#footermenu .et-menu-nav{
  display: block;
}
#blogdetailpostrow .entry-title{
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #19191B;
}
#blogdetailpostrow1 h1, #blogdetailpostrow1 h2{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #19191B;
}
#blogdetailpostrow1 h3, #blogdetailpostrow1 h4{
  font-size: 16px;
  line-height: 27px;
}
#ourprocessbrb h2{
  font-size: 26px;
  line-height: 34px;
}
body #page-container .et_pb_section #ftctabtn{
  margin-left: 16px;
}
#coresbrb {
  width: 100%;
  flex: unset;
}
#outcomeimg1, #outcomeimg2{
  width: 100%;
  margin-right: 0;
}
#outcomeimg1{
  margin-bottom: 18px;
}
}
@media only screen and (max-width: 600px) {
  /*#testiboxslider .dica-container .swiper-wrapper .dica_divi_carouselitem{
    width: 100% !important;
  }*/
  #teambox{
    width: 100%;
  }
  #realpeoplecounterrow .et_pb_column
  {
    width: 100%;
  }
  #globalfooterow .et_pb_column:first-child{
    margin-bottom: 30px !important;
  }
  body .et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button:after{
    line-height: 0;
  }
  body .et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button{
    font-size: 14px;
    line-height: 14px !important;
    padding: 12px 22px !important;
  }
  #franchiserowbox.homebox #sfmbrbox {
    width: 100%;
  }
  #sfmcolorbg {
    margin-top: 24px !important;
  }
  #globalheaderow .et_pb_button_module_wrapper {
    width: 50%;
  }
  #globonav {
    flex: unset;
    width: 50%;
  }
  #casestudiesprow .et_pb_column_14,#casestudiesprow .et_pb_column_15 {
    width: 100%;
  }
  .blogbody {
    width: 100%;
  }    
  #teambox {
    width: 100%;
  }
  #teambox .et_pb_team_member_description {
    width: 90% !important;
  }
  #projecttitle h1 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 24px;
  }
  #projecttitle h1 br {
    display: none;
  }
  #ourstoryblockrow {
    padding: 24px;
  }
  #ourstoryblockrow .et_pb_column .et_pb_module {
    text-align: left;
  }
  #leadershipayrow #sectxtstylebtn h2,
  #ourapproachrow #sectxtstylebtn h2 {
    padding: 0 64px;
  }
  #leadershipayrow .et_pb_column {
    gap: 30px;
  }
  #coresystembox .et_pb_column {
    flex-direction: column;
  }
  #sfmbrbox {
    width: auto;
    padding: 28px;
  }
  #globonav .et_pb_menu__logo-wrap{
    padding: 20px 0 20px 18px;
  }
  body #page-container .et_pb_section .et_pb_row .et_pb_button_module_wrapper #bookmfcall{
    font-size: 16px;
    padding: 15px 22px !important;
  }
  #brandlogorow .et_pb_text_inner p{
    width: 80%;
  }
  #brandlogorow .et_pb_text_inner p img {
    width: 115px;
  }
  footer.et-l.et-l--footer {
    padding-top: 0;
  }
  #globalfooterow .et_pb_column:nth-child(3){
    margin-top: 25px !important;
  }
  #globalfooterow {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0 40px;
  }
  #comprehensivbrb1.growthblurb {
    padding: 24px;
  }
  #privacypage{
    margin-top: 50px!important;
  }
  #privacypage h1{
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 420px){
  #globonav .et_pb_menu__logo-wrap{
    width: 115px;
  }
  #testimoboxstyle {
    width: 275px;
  }
  #capabiliteboxrow #comprehensivbrb1{
    padding: 24px;
  }
  #capabiliteboxrow #comprehensivbrb1 h4{
    font-size: 16px;
    line-height: 18px;
  }
}