body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    background: #F7F5F2;
}
body h1,h2,h3,h4,h5,h6{
	font-family: "Montserrat", sans-serif;
}
body p,a,span,li{
	font-family: "Open Sans", sans-serif;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
*{
    box-sizing: border-box;
}
h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
}
h2{
	font-weight: 600;
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
	color: #111111;
}
p{
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
    color: #111111;
}
.container{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
}
.headersec {
    background: #111111;
    padding: 11px 0;
}
.headergrid {
    display: flex;
    align-items: center;
    gap: 30px;
}
.headerlogo {
    width: 20%;
}
.headernav {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 66px;
    justify-content: flex-end;
}
.headerbtn {
    display: flex;
    justify-content: flex-end;
}
.headernav ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.headernav li a {
    color: #EDEDED;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    transition: ease 0.3s;
    border-bottom: 1.5px solid transparent;
}
.headernav li a:hover, 
.footermenu li a:hover, 
.footerbotright ul a:hover {
    color: #A67C52;
    border-color: #A67C52;
}
.headerbtn a {
    display: flex;
    color: #fff;
    background: #A67C52;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 39px;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
    transition: ease 0.3s;
    border: 1px solid #A67C52;
}
.headerbtn a:hover{
    background: #8E6844;
    border-color: #8E6844;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.10);
}
.bannerimg img {
    width: 100%;
    display: block;
}
.bannerinner {
    position: relative;
}
.bannercontent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.bannercontentin p {
    margin: 6px 0 0;
    color: #fff;
    font-size: 19px;
    max-width: 651px;
    font-weight: 600;
}
.sbtitle {
    color: #A67C52;
    text-transform: uppercase;
    margin: 0 0 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.herobtn {
    margin: 50px 0 0;
    display: inline-flex;
    gap: 20px;
    align-items: center;
}
.herobtn a, 
.btnwrap a, 
.btnwrap input {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    line-height: 1.2;
    padding: 14px 34px;
    border: 1px solid #A67C52;
    background: #A67C52;
    transition: ease 0.3s;
}
.herobtn a.outlinebtn, 
.readytranformwrap .btnwrap a.outlinebtn {
    background: transparent;
}
.herobtn a.outlinebtn:hover, 
.readytranformwrap .btnwrap a.outlinebtn:hover {
    background: #111111;
    border-color: #fff;
}
.herobtn a:hover, 
.btnwrap a:hover, 
.btnwrap input:hover {
    background: #8E6844;
    border-color: #8E6844;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.10);
}
.platformsec {
    background: #2B2B2B;
    padding: 62px 0;
}
.platformwrap {
    display: flex;
    align-items: center;
    gap: 31px;
}
.platformleft {
    width: 32%;
/*    border-right: 1px solid #EDEDED;
    padding-right: 34px;*/
    align-content: center;
}
.platformright {
    width: 68%;
}
.platformrightin {
    display: flex;
    gap: 31px;
}
.platformleft h2 {
    color: #EDEDED;
}
.platformitemcont p {
    color: #EDEDED;
    margin: 0;
}
.platformitemcont h3 {
    margin: 0 0 8px;
    color: #EDEDED;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.platformicon {
    margin: 0 0 28px;
}
.platformitem:not(:last-child) .platformitemin {
    border-right: 1px solid #EDEDED;
    padding-right: 21px;
    /*margin-right: 31px;*/
}
.platformsec .platformitem:first-child .platformitemin {
    padding-left: 31px;
}
.platformitemin {
    height: 100%;
}
.platformitem:first-child .platformitemin {
    border-left: 1px solid #EDEDED;
    padding-left: 21px;
}
.footersec {
    background: #111111;
    padding: 60px 0 0px;
    border-top: 1px solid #333333;
}
.footerwrap {
    display: flex;
    gap: 100px;
    padding-bottom:42px;
}
.footersocial {
    margin-top: 50px;
}
.footersocial ul {
    display: flex;
    align-items: center;
    gap: 11px;
}
.footermenu h3 {
    margin: 0 0  10px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.15;
}
.footermenu ul {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.footermenu li a {
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    border-bottom: 1.5px solid transparent;
}
.footermenu.contact-item li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    margin: 0 0 16px;
}
.footermenu.contact-item h3 {
    margin: 0 0 15px;
}
.footermenu.contact-item li:last-child {
    margin: 0;
}
.footerbottomwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footercopy p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
}
.footerbotright ul {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.footerbotright ul a {
    color: #fff;
    position: relative;
    border-bottom: 1.5px solid transparent;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
}
.footerbotright li {
    position: relative;
}
.footerbotright li:not(:last-child):after {
    content: '|';
    position: relative;
    right: -5px;
}
.footerbottom {
    border-top: 1px solid #333333;
    padding: 22px 0;
}
.contact_icon {
    display: flex;
}
.footersocial li a {
    display: flex;
    transition: ease 0.3s;
}
.footersocial li a:hover {
    transform: scale(1.2);
}
.integratedsec {
    padding: 65px 0;
}
.integratedhead {
    display: flex;
    gap: 30px;
    margin: 0 0 35px;
}
.integheadleft {
    width: 60%;
}
.integheadright {
    width: 40%;
}
.integheadright p {
    margin: 0;
}
.integheadleft h2 {
    max-width: 750px;
}
.integratedservice {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.inteserviceimg img {
    width: 100%;
    display: block;
    border-radius: 6px;
}
.inteserviceitem {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.inteservicecontent {
    text-align: center;
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.inteservicecontent h3 {
    color: #111111;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 4px;
    font-weight: 600;
}
.inteservicecontent p {
    font-weight: 400;
    margin: 0;
}
.learnmorebtn {
    margin-top: auto;
    padding-top: 21px;
}
.learnmorebtn a {
    color: #111111;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: 1px solid #A67C52;
    padding-bottom: 3px;
    transition: ease 0.3s;
}
.learnmorebtn a:hover {
    transform: translateY(-2px);
    color: #A67C52;
}
.learnmorebtn a:hover path{
    fill: #A67C52;
}
.purposebuildwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.purposebuildright {
    background: #2B2B2B;
    padding: 60px 50px 60px 80px;
}
.purposerightin {
    max-width: 740px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.purposebuildleft img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.purposerightin h2 {
    color: #fff;
    margin: 0 0 18px;
}
.purposerightin p {
    color: #fff;
    margin: 0;
    max-width: 640px;
}
.purposefoot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #A67C52;
    margin-top: 55px;
    padding-top: 36px;
    gap: 36px;
}
.purposefootitem:not(:last-child) {
    border-right: 1px solid #A67C52;
    padding-right: 36px;
}
.purposefootitem h3 {
    color: #A67C52;
    margin: 0 0 7px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}
.strategicsec {
    padding: 65px 0;
}
.strategicwrap {
    display: flex;
    gap: 36px;
}
.strategicleft {
    width: 45%;
}
.strategicright {
    width: 55%;
}
.strategicrightgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.strategicimg img {
    width: 100%;
    display: block;
    border-radius: 6px;
}
.btnwrap a {
    display: inline-flex;
}
.strategictext {
    padding: 20px 0 0;
    text-align: left;
}
.strategictext h3 {
    margin: 0 0 7px;
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    line-height: 1.25;
}
.strategictext p {
    margin: 0;
}
.strategicleft p {
    margin: 18px 0 0;
    max-width: 500px;
}
.strategicleft .btnwrap {
    margin: 44px 0 0;
}
.readytranformwrap {
    display: flex;
    justify-content: space-between;
    gap: 47px;
    align-items: center;
}
.readytranformsec {
    background: #111111;
    padding: 30px 0;
}
.titlewrap {
    width: 60%;
}
.readytranformwrap .btnwrap {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 40%;
}
.titlewrap p {
    color: #fff;
    margin: 0;
    max-width: 667px;
}
.titlewrap h2 {
    color: #fff;
    margin: 0 0 6px;
}
.platformviewsec {
    padding: 60px 0;
}
.platformviewwrap {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 29px;
}
.platformrightview {
    display: grid;
    gap: 27px;
    grid-template-columns: 1.2fr 0.8fr;
}
.platviewimg img {
    width: 100%;
    display: block;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
}
.platviewinitem {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.platviewin-icon {
    display: flex;
}
.platviewin-text p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1.65;
    max-width: 220px;
}
.platviewinitem:not(:last-child) {
    margin: 0 0 23px;
}
.platviewitemin {
    background: #111111;
    border-radius: 6px;
    padding: 30px 38px;
    height: 100%;
}
.platviewitemin .sbtitle {
    margin: 0 0 25px;
}
.platviewimg {
    height: 100%;
}
.platformviewleft h2 {
    margin: 0 0 18px;
}
.platformviewleft p {
    margin: 0 0 24px;
}
.platformviewleft p:last-child {
    margin: 0;
}
.platformpilarsec {
    background: #111111;
    padding: 60px 0 41px;
}
.platformpilarhead {
    text-align: center;
    margin:  0 0 45px;
}
.platformpilarwrap .platformitem {
    text-align: center;
}
.platformpilarsec .platformpilarhead .sbtitle {
    font-size: 24px;
}
.platformpilarwrap .platformitem .platformitemin {
    padding-right: 32px;
    margin-right: 32px;
}
.platformpilarwrap .platformrightin {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
.platformpilarwrap .platformitem:first-child .platformitemin {
    border-left: none;
    padding-left: 0px;
}
.platformpilarwrap .platformitemcont h3 {
    margin: 0 auto 8px;
    max-width: 182px;
    position: relative;
}

.platformpilarwrap .platformitemcont h3:after {
    content: '';
    background: #A67C52;
    width: 70px;
    height: 1px;
    position: relative;
    display: block;
    margin: 12px auto 0;
}
.oursystemsec {
    padding: 60px 0 76px;
}
.oursystemtitle {
    text-align: center;
    margin: 0 0 35px;
}
.oursystemtitle h3 {
    margin: 0;
    font-weight: 600;
    color: #111111;
    font-size: 24px;
    line-height: 1.25;
    position: relative;
}
.oursystemtitle h3:after {
    content: '';
    width: 120px;
    height: 1px;
    background: #A67C52;
    display: block;
    margin: 6px  auto auto;
}
.oursystemsec {
    padding: 60px 0 76px;
}
.oursystemtitle {
    text-align: center;
    margin: 0 0 35px;
}
.oursystemtitle h3 {
    margin: 0;
    font-weight: 600;
    color: #111111;
    font-size: 24px;
    line-height: 1.25;
    position: relative;
}
.oursystemtitle h3:after {
    content: '';
    width: 120px;
    height: 1px;
    background: #A67C52;
    display: block;
    margin: 6px  auto auto;
}
.oursystemitem {
    display: flex;
    gap: 87px;
}
.oursystemleft {
    display: flex;
    gap: 46px;
    width: 55%;
}
.oursystemimg {
    height: 100%;
}
.oursystemimg img {
    width: 100%;
    display: block;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
}
.oursystemright {
    width: 45%;
}
.oursystemitem:not(:last-child) {
    margin: 0 0 28px;
}
.oursystemcontent h3 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}
.oursystemcontent p {
    margin: 6px 0 0;
    max-width: 527px;
}
.oursystemcontent {
    border-top: 1px solid #D9D9D9;
    padding-top: 22px;
}
.oursystemitem:first-child .oursystemcontent {
    border: none;
}
.buildgrowing {
    padding: 0;
}
.buildgrowing .readytranformwrap {
    gap: 20px;
    justify-content: inherit;
    align-items: stretch;
}
.buildgrowing .titlewrap {
    padding: 45px 30px 45px 0;
    align-content: center;
}
.buildgrowingimg img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.buildgrowingtext p {
    max-width: 506px;
}
.buildgrowingtext h2 {
    max-width: 575px;
}
.buildgrowingtext {
    width: 60%;
}
.buildgrowing .titlewrap .btnwrap {
    width: 40%;
    margin-left: auto;
    justify-content: flex-end;
}
.buildgrowinginner {
    display: flex;
    align-items: center;
    gap: 50px;
}

/*solution page*/

.oursolutionsystem {
    padding: 37px 0;
}
.oursolutionsystem .oursystemtitle {
    text-align: left;
}
.oursolutionsystem .oursystemleft {
    width: 48%;
}
.oursolutionsystem .oursystemright {
    width: 52%;
}
.oursolutionsystem .oursystemtitle h3:after{
    content: inherit;
}
.oursolutionsystem .oursystemleft {
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
    align-items: center;
}
.oursolutionsystem .oursystemleft .oursystemcontent {
    border-top: none;
    padding-top: 0px;
}
.oursolutionsystem .learnmore {
    margin: 30px 0 0;
}
.learnmore a {
    color: #111111;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1.5px solid #A67C52;
    padding-bottom: 3px;
}
.oursolutionsystem p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.soluourapproad {
    background: #111111;
    padding: 58px 0;
}
.ourapproachwrap {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;
}
.ourapproachwrap h2, 
.ourapproachwrap p {
    color: #fff;
}
.ourapproachwrap p {
    max-width: 544px;
}
.ourapproachwrap .btnwrap {
    margin: 50px 0 0;
}
.approachitem {
    display: flex;
    align-items: center;
    gap: 10px;
}
.approachtext p {
    margin: 0;
    font-weight: 500;
}
.approachtext {
    padding-left: 10px;
    border-left: 1px solid #333333;
}
.approachitem:not(:last-child) {
    margin: 0 0 25px;
}
.ourapproachin {
    padding-top: 35px;
}

/*Marketing page*/

.currentmarketsec .platcurentitemin {
    border: none;
}
.currentmarkimgtext {
    border: 1px solid rgb(51 51 51 / 20%);
    border-radius: 0 0 6px 6px;
    border-top: none;
}
.marketapproach {
    padding: 60px 0;
    background: #111111;
}
.marketapproach .platformpilarhead h2 {
    color: #fff;
}
.marketapproach .platformpilarwrap .platformrightin {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}
.marketapproach .platformpilarwrap .platformitem:last-child .platformitemin {
    margin-right: 0;
    padding-right: 0;
}
.marketapproach .platformpilarwrap .platformitem p {
    max-width: 374px;
    margin: auto;
}
.marketapproach .platformpilarwrap .platformitemcont h3 {
    margin: 0 0 8px;
    max-width: 100%;
}
.marketapproach .platformpilarwrap .platformitemcont h3:after {
    content: inherit;
}
.currentmarketsec {
    padding: 37px 0 65px;
}
.currentmarketsec .platformviewleft h2 {
    margin: 0 0 16px;
}
.currentmarketsec .platformviewwrap {
    grid-template-columns: 0.6fr 1.4fr;
    gap: 34px;
}
.currentmarketsec .platformrightview {
    grid-template-columns: 1fr 1fr 1fr;
}
.platcurentitemin {
    border: 1px solid rgb(51 51 51 / 20%);
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.platcurentitemin .platviewimg img {
    border-radius: 0;
}
.platcurentitemin .platviewimg {
    position: relative;
    height: auto;
}
.currentnum {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgb(166 124 82 / 70%);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    line-height: 1.65;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.currentmarkimgtext {
    padding: 15px 20px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.currentbtn {
    margin-top: auto;
}
.currentmarkimgtext h3 {
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 24px;
    color: #A67C52;
    line-height: 1.25;
}
.currentdesc p {
    margin: 0;
}
.currentdesc b {
    display: block;
    font-weight: 600;
    margin: 0 0 10px;
}
.currentdesc ul {
    margin: 18px 0 23px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.currentdesc li {
    padding-left: 28px;
    font-size: 17px;
    font-weight: 400;
    position: relative;
}
.currentdesc li:before {
    content: '';
    width: 16px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M5.9 12.0744C5.6 12.0744 5.4 11.9744 5.2 11.7744L0.3 6.57443C-0.1 6.17443 -0.1 5.57443 0.3 5.17443C0.7 4.77443 1.3 4.77443 1.7 5.17443L5.8 9.57443L14.2 0.374434C14.5 -0.0255665 15.2 -0.125567 15.6 0.174433C16 0.474433 16.1 1.17443 15.8 1.57443L15.7 1.67443L6.6 11.6744C6.5 11.9744 6.2 12.0744 5.9 12.0744Z' fill='%23A67C52'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 8px;
}
.currentbtn a {
    color: #111;
    font-size: 17px;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #A67C52;
    padding-bottom: 3px;
    line-height: 1.2;
    font-weight: 600;
    gap: 20px;
}
.currentbtn a:hover{
    color: #A67C52;
}
.currentbtn a:hover svg path{
    fill: #A67C52;
}
.readyexpand .buildgrowingtext p {
    max-width: 535px;
}
.marketstrasec {
    background: #111;
    border-bottom: 1px solid #333333;
}
.marketstrawrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.marketstraleftin h2 {
    color: #fff;
}
.marketstraleftin p {
    color: #fff;
    margin: 6px 0 59px;
    max-width: 563px;
}
.marketstraleftin {
    height: 100%;
    padding: 60px 0;
}
.marketlocgrid ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.marketlocgrid li {
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
}
.marketlocgrid li:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #A67C52;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.marketlocgrid li:nth-child(2):before {
    background: #75502F;
}
.marketlocgrid li:nth-child(3):before {
    background: #fff;
}
.marketstrarightin {
    position: relative;
}
.marketstrarightin img {
    width: 100%;
    display: block;
}
.marketlocgrid {
    position: absolute;
    bottom: 64px;
    left: -30px;
}

/*Partnership page*/

.partnerapproach {
    padding: 60px 0;
}
.partnerapproach .platformleft h2 {
    color: #111111;
}
.partnerapproach .platformitemin {
    text-align: center;
}
.partnerapproach .platformitemin h3, .partnerapproach .platformitemin p {
    color: #111;
}
.partnerapproach .platformitem:not(:last-child) .platformitemin {
    border-color: rgb(51 51 51 / 30%);
}
.partnerapproach .platformicon img {
    height: 55px;
    object-fit: contain;
}
.partnerapproach .platformitemcont p {
    max-width: 191px;
    margin: auto;
}
.partnerapproach .platformleft p {
    max-width: 385px;
}
.partnertypesec {
    padding: 60px 0;
    background: #111;
}
.partnertypehead {
    text-align: center;
    margin: 0 0 52px;
}
.partnertypehead h2 {
    color: #fff;
}
.partnertypesec .inteservicecontent h3, 
.partnertypesec .inteservicecontent p {
    color: #fff;
}
.partnertypesec .inteservicecontent {
    padding: 53px 22px 23px;
    position: relative;
    border: 1px solid #2B2B2B;
    border-top: none;
    border-radius: 0 0 6px 6px;
}
.parttypeicon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.partnertypesec .inteserviceimg img {
    border-radius: 6px 6px 0 0 ;
}
.ourpartnersec {
    padding: 42px 0;
}
.ourpartnerhead {
    text-align: center;
    margin: 0 0 28px;
}
.ourpartnerhead h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 6px;
    position: relative;
}
.ourpartnerhead h3:before {
    content: '';
    width: 120px;
    height: 1px;
    background: #A67C52;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ourbrandslider .slick-slide {
    padding: 0 15px;
}
.ourbranditem {
    display: block !important;
}
.partneradvantsec {
    border-top: 1px solid rgb(51 51 51 / 30%);
    padding: 60px 0;
}
.advantwrap {
    display: flex;
    align-items: center;
    gap: 54px;
}
.advantwrap .strategicleft {
    width: 33%;
}
.strategicenter {
    width: 30%;
}
.advantageright {
    width: 37%;
}
.strategimg img {
    width: 100%;
    display: block;
}
.advantageright ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.advantageright li {
    font-size: 17px;
    line-height: 1.65;
    color: #111;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}
.advantageright li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.0868%206.59818L7.84563%2011.8394L5.35059%209.34436%22%20stroke%3D%22%23A67C52%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9.21875%2017.6875C13.8959%2017.6875%2017.6875%2013.8959%2017.6875%209.21875C17.6875%204.5416%2013.8959%200.75%209.21875%200.75C4.5416%200.750001%200.75%204.5416%200.75%209.21875C0.750001%2013.8959%204.5416%2017.6875%209.21875%2017.6875Z%22%20stroke%3D%22%23A67C52%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
}
.advantwrap .strategicleft p {
    margin: 12px 0 0;
    max-width: 440px;
}
.partnerbuild {
    background-image: url(../images/partnerbuildimg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding: 54px 0 83px;
}
.partnerbuild .readytranformwrap {
    justify-content: inherit;
    gap: 30px;
}
.partnerbuild .readytranformwrap .titlewrap, 
.partnerbuild .readytranformwrap  .btnwrap {
    width: auto;
}
.partnerbuild .readytranformwrap .titlewrap p {
    max-width: 511px;
}
.partnerbuild .sbtitle {
    margin: 0 0 10px;
}

/*Oppotunity page*/

.opportunitybanner p {
    max-width: 430px;
}
.exploreopp .integratedservice {
    grid-template-columns: repeat(3, 1fr);
}
.exploreopp .inteservicecontent {
    padding: 63px 22px 30px;
}
.exploreopp .parttypeicon {
    top: -50px;
}
.exploreopp .integratedservice {
    grid-template-columns: repeat(3, 1fr);
}
.exploreopp .inteservicecontent ul {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.exploreopp .inteservicecontent li {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.exploreopp .inteservicecontent li:before {
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.0868%206.59818L7.84563%2011.8394L5.35059%209.34436%22%20stroke%3D%22%23A67C52%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9.21875%2017.6875C13.8959%2017.6875%2017.6875%2013.8959%2017.6875%209.21875C17.6875%204.5416%2013.8959%200.75%209.21875%200.75C4.5416%200.750001%200.75%204.5416%200.75%209.21875C0.750001%2013.8959%204.5416%2017.6875%209.21875%2017.6875Z%22%20stroke%3D%22%23A67C52%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
}
.exploreopp .inteservicecontent .learnmore {
    text-align: left;
}
.exploreopp .inteservicecontent .learnmore a {
    color: #fff;
}
.howitworks-sec {
    padding: 60px 0;
}
.howitworkswrap {
    display: flex;
    gap: 31px;
}
.howitworkleft {
    width: 35%;
}
.howitworkright {
    width: 65%;
}
.howitworkrightin {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(4, 1fr);
}
.howitworkrightitem {
    text-align: center;
    position: relative;
}
.howitworkleftin p {
    margin: 16px 0  0;
    max-width: 400px;
}
.howitstep h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.howitstep p {
    margin: 0;
}
.howitstep {
    padding: 20px 0 0;
}
.howiticon {
    position: relative;
    display: inline-block;
}
.howitstepnum {
    position: absolute;
    right: -30px;
    bottom: 14px;
    color: #A67C52;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: 1.65;
}
.howitworkrightitem:not(:last-child):after {
    content: '';
    background-image: url(../images/stepline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    width: calc(100% - 40px);
    height: 2px;
    top: 40px;
    right: -107px;
    z-index: 1;
}

/*About page*/

.aboutbanner .bannercontentin p {
    max-width: 571px;
}
.ourstorysec {
    padding: 60px 0;
}
.storywrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 76px;
    align-items: center;
}
.storyleft p {
    max-width: 555px;
    margin: 18px 0 24px;
}
.storyleft p:last-child {
    margin: 0;
}
.storywrap .strategimg img {
    border-radius: 6px;
}
.ourmissionsec {
    background: #111;
    padding: 60px 0;
}
.ourmissionhead {
    text-align: center;
    margin: 0 0 40px;
}
.ourmissionhead h3 {
    margin: 0 0 8px;
    color: #A67C52;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.ourmissionwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
}
.missionitem {
    display: flex;
    gap: 30px;
}
.missiontext h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.missiontext p {
    color: #fff;
    margin: 0;
    max-width: 477px;
}
.missionitem:not(:last-child) {
    border-right: 1px solid #333;
    padding-right: 65px;
}

.ourvaluesec {
    padding: 60px 0;
}
.valueright .platformrightin {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.valueright .platformitem {
    text-align: center;
}
.valueright .platformitem h3, 
.valueright .platformitem p {
    color: #111;
}
.valueright .platformitem .platformitemin {
    padding: 0 60px;
    border-color: rgb(51 51 51 / 30%);
}
.valueright .platformitem:first-child .platformitemin {
    border-left: none;
}
.aboutbuild {
    background-image: url(../images/aboutlastbg.png);
    padding: 60px 0;
}
.aboutbuild .readytranformwrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 50px;
}
.aboutbuild .readytranformwrap .titlewrap p {
    max-width: 730px;
}

/*contact page*/

.contactbanner .bannercontentin p {
    max-width: 520px;
}
.contactsec {
    padding: 55px 0;
    background: #111;
}
.contactwrap {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
}
.contactleftin {
    border-radius: 10px;
    border: 1px solid #333;
    padding: 40px;
    height: 100%;
}
.contactleftin h2 {
    color: #fff;
    margin: 0 0 6px;
}
.contactleftin p {
    margin: 0;
    max-width: 517px;
    color: #fff;
}
.contacthead {
    margin: 0 0 14px;
}
.contactflex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 0 20px;
}
.contactformitem label {
    display: block;
    margin: 0 0 4px;
    font-size: 17px;
    font-family: 'Open Sans';
    color: #EDEDED;
    font-weight: 600;
    line-height: 1.65;
}
.contactformitem input, 
.contactformitem textarea, 
.contactformitem select {
    background: transparent;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 12px 20px;
    outline: none;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    appearance: none;
    font-family: 'Open Sans';
}
.contactformitem input::placeholder, 
.contactformitem select{
    color: #564F4F;
}
.contactformitem select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%229%22%20viewBox%3D%220%200%2017%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8.25005%209.00005C8.15154%209.00015%208.05399%208.98079%207.963%208.94308C7.872%208.90536%207.78935%208.85005%207.7198%208.7803L0.219797%201.2803C-0.0732656%200.987234%20-0.0732656%200.512672%200.219797%200.219797C0.512859%20-0.0730781%200.987422%20-0.0732656%201.2803%200.219797L8.25005%207.18955L15.2198%200.219797C15.5129%20-0.0732656%2015.9874%20-0.0732656%2016.2803%200.219797C16.5732%200.512859%2016.5734%200.987422%2016.2803%201.2803L8.7803%208.7803C8.71074%208.85005%208.62809%208.90536%208.5371%208.94308C8.4461%208.98079%208.34855%209.00015%208.25005%209.00005Z%22%20fill%3D%22%23EDEDED%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 26px;
    background-size: 16px;
}
.contactformitem textarea {
    resize: vertical;
    height: 56px;
    max-height: 150px;
}
.contactflex .contactformitem {
    margin: 0;
}
.contactformitem {
    margin: 0 0 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.btnwrap input {
    font-family: 'Open Sans';
    cursor: pointer;
}
.contactleftin .btnwrap p {
    margin: 20px 0 0;
}
.contactrightin {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    height: 100%;
}
.contactrightin p {
    margin: 0;
    max-width: 452px;
}
.contactlocitem {
    display: flex;
    /*align-items: center;*/
    gap: 22px;
}
.contactlocitem:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.contactformitem br {
    display: none;
}
.contactformitem p {
    max-width: 100%;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 12px;
    border-width: 1px !important;
}
body .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}
.contact-text h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.65;
    color: #111;
}
.contact-text p, .contact-text a {
    color: #111;
    line-height: 1.65;
}
.contactrightin .contacthead {
    margin: 0 0 25px;
}
.contactformimg {
    margin: 30px 0 0;
}
.contactformimg img {
    width: 100%;
    display: block;
    border-radius: 6px;
}
.whatwedosec {
    background: #111;
    padding-bottom: 60px;
}
.whatwedohead {
    text-align: center;
    margin: 0 0 40px;
}
.whatwedohead h2 {
    color: #EDEDED;
}
.whatwedosec .platformrightin {
    grid-template-columns: repeat(5, 1fr);
}
.whatwedosec .platformrightin h3, 
.whatwedosec .platformrightin p {
    color: #EDEDED;
}
.marketviewsec {
    padding: 60px 0;
}
.marketviewhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
    gap: 20px;
}
.marketviewrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
.marketviewimg img {
    width: 100%;
    display: block;
}
.marketviewitemin {
    position: relative;
}
.marketviewinfo {
    position: absolute;
    bottom: 33px;
    left: 40px;
}
.marketviewinfo h3 {
    margin: 0 0 4px;
    font-size: 24px;
    color: #fff;
    line-height: 1.25;
    font-weight: 600;
}
.marketviewinfo p {
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.marketheadleft {
    width: 80%;
}
.marketviewall {
    width: auto;
    display: flex;
    justify-content: flex-end;
}
.marketviewall .btnwrap .outlinebtn {
    background: transparent;
    color: #A67C52;
}
.strategictext h3 a {
    color: #111111;
}
.strategictext h3 a:hover {
    color: #A67C52;
}
.contact-text p br {
    display: none;
}
span.wpcf7-spinner {
    position: absolute;
}

/* mobile menu */

body:has(#menuToggle input:checked), 
html:has(#menuToggle input:checked) {
    overflow: hidden !important;
    position: relative;
}
body.mob_menu_open, html:has(.mob_menu_open) {
    overflow: hidden !important;
}
body:has(#menuToggle input:checked):before{
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.5;
    pointer-events: none;
    visibility: visible;
}
body:has(#menuToggle input:checked) .advantage_item_inner {
    z-index: 1;
}
.mobile_menu {
    display: none;
}
#menuToggle {
    width: fit-content;
    height: 100%;
    vertical-align: middle;
    position: relative;
    top: 3px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    margin-left: auto;
    z-index: 9;
}
#menu .header_login_btn {
    margin-top: 20px;
}
#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -11px;
    left: -10px;
    right: 0;
}
#menuToggle span{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
.header_main.sticky_header #menuToggle input:checked ~ span{
    background: #C1007A;
}
#menu {
    position: fixed;
    width: 100%;
    max-width: 40%;
    height: 100vh;
    padding: 40px 20px;
    background: #A67C52;
    box-shadow: 0 0 10px #d9d9d96e;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-200%);
    transition: ease .5s;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    list-style: none;
}
#menu ul {
    display: block !important;
}
#menu li{
  padding: 8px 0;
}
#menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
#menuToggle input:checked ~ ul{
  transform: none;
}
.header_nav #menu li a {
    font-size: 18px;
    color: #fff;
}
#menu .header_login_btn a {
    max-width: 100%;
}
#menu .header_login_btn p {
    display: block;
}
#menu .header_login_btn>* {
    width: 100%;
}
.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-nav-header svg.icon.icon-caret {
    width: 15px;
    height: 15px;
    transition: ease 0.3s;
}
.mobile-nav-item .submenu-toggle.open svg.icon.icon-caret {
    transform: rotate(180deg);
}
.mobile-submenu {
    list-style: none;
    display: none;
}
.mobile-submenu.active {
    display: block;
}
#menu .mobile-submenu li a {
    font-size: 16px;
    font-weight: 400;
}

/*legal pages*/

.privacysec {
    padding: 50px 0;
}
.privacysec h1 {
    text-align: center;
    color: #111;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #111;
    line-height: 1.2;
    margin: 0 0 30px;
    padding-bottom: 3px;
}
.privacysec .container {
    max-width: 1100px;
}
.privacysec p, .privacysec li {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4;
}
.privacysec h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0 15px;
}
.privacysec li {
    margin: 0 0 8px;
    list-style: disc;
}
.privacysec ul, .privacysec ol {
    padding-left: 22px;
    margin: 15px 0;
}
.privacysec hr {
    margin: 25px 0;
}
.privacysec a {
    color: #000;
}
.privacysec a:hover{
    color:#A67C52;
}
.error404 header.page-header {
    text-align: center;
}
.error404 header.page-header .page-title {
    color: #111;
}
div.error-404 {
    text-align: center;
}
.error404 header.page-header .page-title span {
    display: block;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.error-sec {
    padding: 50px 0;
}
.current-menu-item a {
    color: #A67C52 !important;
    border-color: #A67C52 !important;
}
.wpcf7-response-output {
    color: #fff;
}


/*responsive*/


@media(max-width: 1550px){
.herobtn a, 
.btnwrap a {
    padding: 14px 28px;
}
}


@media(max-width: 1480px){

.platformitemcont h3 {
    font-size: 20px;
}
.platformwrap {
    gap: 22px;
}
.platformitem:not(:last-child) .platformitemin {
    padding-right: 15px;
    /*margin-right: 22px;*/
}
.platformitem:first-child .platformitemin {
    padding-left: 15px;
}
.platformrightin {
    gap: 21px;
}
.platformitemcont p {
    font-size: 15px;
    line-height: 1.4;
}
.platformleft h2 {
    font-size: 36px;
}
.purposefootitem h3 {
    font-size: 20px;
}
.purposebuildright {
    padding: 60px 50px 60px 60px;
}
.purposefootitem p {
    font-size: 15px;
}
.purposefoot {
    gap: 25px;
}
.purposefootitem:not(:last-child) {
    padding-right: 25px;
}
.strategictext h3 {
    font-size: 20px;
}
.herobtn a, 
.btnwrap a {
    font-size: 16px;
    padding: 14px 25px;
}
.oursystemcontent h3 {
    font-size: 20px;
}
.oursystemleft {
    gap: 36px;
}
.oursystemicon svg {
    width: 120px;
    height: 120px;
}
.oursystemitem {
    gap: 60px;
}
.buildgrowinginner {
    gap: 20px;
}
.buildgrowingtext h2 {
    font-size: 35px;
}
.currentdesc p {
    font-size: 15px;
    line-height: 24px;
}
.currentdesc li {
    font-size: 15px;
}
.currentbtn a {
    font-size: 15px;
}
.currentmarkimgtext h3 {
    font-size: 20px;
}
.advantwrap {
    gap: 40px;
}
.advantageright li {
    font-size: 15px;
}
.platformsec .platformitem:first-child .platformitemin {
    padding-left: 21px;
}
.howitworkrightin {
    gap: 40px;
}
.howitworkrightitem:not(:last-child):after {
    width: calc(100% - 70px);
    right: -76px;
}
.howitstep h3 {
    font-size: 20px;
}
.valueright .platformitem .platformitemin {
    padding: 0 60px;
}
.platformpilarwrap .platformitem .platformitemin {
    margin-right: 15px;
}
.marketlocgrid {
    left: -60px;
}
.marketapproach .platformpilarwrap .platformitem p {
    max-width: 324px;
}

}

@media(max-width: 1380px){
.container {
    padding: 0 30px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 32px;
}

.bannercontentin p {
    font-size: 17px;
}
.headernav {
    gap: 40px;
}
.headernav ul {
    gap: 20px;
}
.headernav li a {
    font-size: 15px;
}
.headerbtn a {
    font-size: 15px;
}
.platformitemcont h3 {
    font-size: 18px;
}
.platformicon {
    margin: 0 0 18px;
}
.platformicon svg {
    width: 45px;
    height: 45px;
}
.platformleft h2 {
    font-size: 32px;
}
.footerwrap {
    gap: 80px;
}
.footermenu li a {
    font-size: 15px;
    word-break: break-all;
}
.footermenu h3 {
    font-size: 20px;
}
.inteservicecontent h3 {
    font-size: 20px;
}
.purposebuildright {
    padding: 50px 30px 50px 40px;
}
.purposefootitem h3 {
    font-size: 18px;
}
.purposefoot {
    gap: 20px;
    margin-top: 40px;
    padding-top: 30px;
}
.purposefootitem:not(:last-child) {
    padding-right: 20px;
}
.purposefootitem p {
    font-size: 14px;
}
.readytranformwrap {
    gap: 30px;
}
.readytranformwrap .btnwrap {
    gap: 15px;
}
.herobtn a, 
.btnwrap a {
    font-size: 15px;
    padding: 14px 22px;
}
.buildgrowingtext h2 {
    font-size: 28px;
}
.buildgrowingtext p {
    font-size: 15px;
    line-height: 1.4;
}
.currentdesc ul {
    row-gap: 10px;
}
.marketlocgrid {
    /*left: 0;*/
    bottom: 25px;
}
.partnerapproach .platformicon img {
    height: 45px;
}
.advantwrap {
    gap: 30px;
}
.advantageright ul {
    row-gap: 8px;
}
.advantageright li {
    padding-left: 26px;
}
.howiticon img {
    width: 70px;
    height: 70px;
}
.howitworkrightitem:not(:last-child):after {
    width: calc(100% - 50px);
}
.howitstepnum {
    bottom: 4px;
    font-size: 17px;
}
.valueright .platformitem .platformitemin {
    padding: 0 30px;
}
.howitstep h3 {
    font-size: 18px;
}
.footermenu.contact-item li {
    font-size: 15px;
    line-height: 1.5;
}
.marketviewinfo h3 {
    font-size: 20px;
}
.footercopy p, 
.footerbotright ul a{
    font-size: 15px;
    line-height: 1.5;
}
}

@media(max-width: 1280px){

.platformleft h2 {
    font-size: 28px;
}
.platviewinitem:not(:last-child) {
    margin: 0 0 12px;
}
.platviewitemin {
    padding: 25px 25px;
}

}

@media(max-width: 1199px){
.headernav ul {
    display: none;
}
.mobile_menu {
    display: block;
}
.headernav {
    gap: 20px;
}
#menu li.current-menu-item a {
    color: #ffffff !important;
    text-decoration: underline;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
p {
    font-size: 16px;
    line-height: 1.5;
}
.bannercontentin p {
    font-size: 15px;
    max-width: 500px;
}
.herobtn {
    margin: 35px 0 0;
    gap: 15px;
}
.platformleft h2 {
    font-size: 24px;
}
.platformicon img {
    width: 45px;
    height: 45px;
}
.platformicon {
    margin: 0 0 12px;
}
.platformrightin {
    gap: 15px;
}
.platformsec .platformitem:first-child .platformitemin {
    padding-left: 15px;
}
.platformitemcont p {
    font-size: 13px;
}
.platformwrap {
    gap: 15px;
}
.integratedservice {
    gap: 15px;
}
.learnmorebtn {
    padding-top: 14px;
}
.purposefoot {
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
}
.purposefootitem:not(:last-child) {
    padding-right: 10px;
}
.purposebuildright {
    padding: 40px 30px 40px 30px;
}
.strategicleft .btnwrap {
    margin: 30px 0 0;
}
.strategicrightgrid {
    gap: 15px;
}
.strategictext {
    padding: 12px 0 0;
}
.strategicwrap {
    gap: 25px;
}
.titlewrap {
    width: 50%;
}
.readytranformwrap .btnwrap {
    width: 50%;
}
.footerwrap {
    gap: 30px;
}
.footermenu h3 {
    font-size: 18px;
}
.footersocial {
    margin-top: 30px;
}
.footermenu.contact-item li {
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 10px;
}
.footercopy p, 
.footerbotright ul a {
    font-size: 15px;
    line-height: 1.5;
}
.footerbottom {
    padding: 15px 0;
}
.footersec {
    padding: 45px 0 0px;
}
.platformpilarwrap .platformitem:last-child .platformitemin {
    margin: 0;
    padding: 0;
}
.platviewin-text p {
    font-size: 15px;
    line-height: 1.4;
}
.platviewinitem {
    gap: 10px;
    align-items: center;
}
.platviewitemin .sbtitle {
    margin: 0 0 20px;
}
.platformviewleft p {
    margin: 0 0 14px;
}
.platformviewleft h2 {
    margin: 0 0 10px;
}
.platformrightview {
    gap: 15px;
}
.oursystemleft {
    gap: 25px;
}
.oursystemitem:first-child .oursystemcontent {
    padding-top: 0;
}
.oursystemicon img {
    max-width: 120px;
    height: 120px;
}
.oursystemitem {
    gap: 30px;
}
.oursystemitem:not(:last-child) {
    margin: 0 0 18px;
}
.buildgrowinginner {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.buildgrowingtext {
    width: 100%;
}
.buildgrowing .titlewrap .btnwrap {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
}
.buildgrowing .titlewrap {
    padding: 35px 20px 35px 0;
}
.missionitem:not(:last-child) {
    padding-right: 25px;
}
.missionitem {
    gap: 20px;
}
.ourmissionwrap {
    gap: 25px;
}
.missiontext h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
.marketlocgrid {
    bottom: -65px;
    left: 0;
}
.marketlocgrid ul {
    row-gap: 5px;
}
.currentmarkimgtext {
    padding: 15px 15px 40px;
}
.currentmarkimgtext h3 {
    font-size: 18px;
}
.currentdesc p {
    font-size: 14px;
    line-height: 21px;
}
.currentdesc li {
    font-size: 14px;
}
.currentmarketsec .platformviewwrap {
    gap: 25px;
}
.partnerbuild .readytranformwrap {
    flex-wrap: wrap;
}
.advantageright li {
    line-height: 1.4;
}
.ourbranditem img {
    max-width: 200px;
    height: 80px;
    object-fit: contain;
}
.exploreopp .parttypeicon img {
    width: 80px;
    height: 80px;
}
.exploreopp .parttypeicon {
    top: -40px;
}
.exploreopp .inteservicecontent li {
    font-size: 16px;
    line-height: 1.5;
}
.howitstepnum {
    bottom: 5px;
    font-size: 15px;
}
.howitworkrightitem:not(:last-child):after {
    right: -56px;
}
.contactleftin, 
.contactrightin {
    padding: 25px;
}
.contactlocitem {
    gap: 10px;
}
.marketheadleft {
    width: 60%;
}
.marketviewrap {
    gap: 25px;
}
.marketviewinfo {
    bottom: 20px;
    left: 25px;
}
.valueright .platformitem .platformitemin {
    padding: 0 20px;
}
.contactformitem label {
    font-size: 15px;
    line-height: 1.5;
}
.contact-text h3 {
    font-size: 17px;
}
.contact-icon img {
    width: 40px;
    height: 40px;
}
.contactlocitem:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

}

@media(max-width: 992px){

.container {
    padding: 0 20px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
p {
    font-size: 14px;
    line-height: 1.4;
}
.headerbtn a {
    font-size: 14px;
    padding: 12px 30px;
}
.herobtn a, .btnwrap a {
    font-size: 14px;
    padding: 12px 22px;
}
.herobtn a svg, 
.btnwrap a svg {
    width: 13px;
    height: 13px;
}
.platformwrap {
    flex-wrap: wrap;
    row-gap: 30px;
}
.platformleft, 
.platformright {
    width: 100%;
}
.platformitemcont h3 {
    font-size: 16px;
    margin: 0 0 4px;
}
.platformsec {
    padding: 40px 0;
}
.platformleft {
    text-align: center;
}
.platformleft h2 {
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.sbtitle {
    margin: 0 0 10px;
    font-size: 12px;
}
.integratedsec {
    padding: 40px 0;
}
.integratedhead {
    gap: 0;
    margin: 0 0 25px;
    flex-direction: column;
    text-align: center;
}
.integheadleft, 
.integheadright {
    width: 100%;
}
.integheadleft h2, 
.integheadright p {
    max-width: 550px;
    margin: auto;
}
.integratedservice {
    gap: 10px;
}
.inteservicecontent h3 {
    font-size: 16px;
    margin: 0 0 6px;
}
.learnmorebtn a {
    font-size: 14px;
    padding-bottom: 1px;
}
.learnmorebtn a svg {
    width: 13px;
    height: 13px;
}
.purposerightin h2 {
    margin: 0 0 8px;
}
.purposebuildright {
    padding: 30px 20px 30px 20px;
}
.purposefootitem h3 {
    font-size: 14px;
    margin: 0 0 4px;
}
.purposefootitem p {
    font-size: 12px;
}
.strategicsec {
    padding: 40px 0;
}
.strategicwrap {
    flex-direction: column;
    gap: 35px;
}
.strategicright, 
.strategicleft {
    width: 100%;
}
.strategicleft .btnwrap {
    margin: 20px 0 0;
}
.strategicleft {
    text-align: center;
}
.strategicleft p {
    margin: 8px auto 0;
    max-width: 550px;
}
.strategictext h3 {
    font-size: 16px;
    margin: 0 0 4px;
}
.readytranformwrap .btnwrap, 
.titlewrap {
    width: 100%;
}
.readytranformwrap {
    gap: 25px;
    flex-direction: column;
    text-align: center;
}
.readytranformwrap .btnwrap {
    justify-content: center;
}
.titlewrap p {
    margin: auto;
    max-width: 467px;
}
.footersec {
    padding: 40px 0 0px;
}
.footerwrap {
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 25px;
}
.footerlogo {
    width: 100%;
    text-align: center;
}
.footersocial ul {
    justify-content: center;
}
.footersocial {
    margin-top: 20px;
}
.footermenu h3 {
    font-size: 16px;
}
.footermenu.contact-item h3 {
    margin: 0 0 14px;
}
.footermenu.contact-item li {
    line-height: 1.6;
    margin: 0 0 6px;
}
.platformviewsec {
    padding: 40px 0;
}
.platformviewwrap {
    grid-template-columns: 1fr;
    gap: 25px;
}
.platformviewleft {
    text-align: center;
}
.platformviewleft h2 br {
    display: none;
}
.platformviewleft p {
    margin: 0 auto 14px;
    max-width: 500px;
}
.platformviewleft p:last-child {
    margin: auto;
}
.platviewin-text p {
    max-width: 100%;
}
.platformpilarwrap .platformrightin {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
}
.platformpilarwrap .platformitem {
    text-align: center;
    width: 50%;
    margin: 0 0 15px;
    padding-left: 15px;
}
.platformpilarwrap .platformitem .platformitemin {
    margin-right: 0;
    border: 1px solid #EDEDED !important;
    padding: 15px !important;
}
.platformpilarhead {
    margin: 0 0 25px;
}
.platformpilarsec {
    padding: 40px 0 40px;
}
.oursystemtitle h3 {
    font-size: 20px;
}
.oursystemsec {
    padding: 40px 0 40px;
}
.oursystemcontent h3 {
    font-size: 16px;
}
.oursystemicon img {
    max-width: 80px;
    height: 80px;
}
.oursystemleft {
    gap: 15px;
}
.oursystemitem {
    gap: 20px;
}
.oursystemitem:not(:last-child) {
    margin: 0 0 12px;
}
.oursystemcontent {
    padding-top: 10px;
}
.oursystemcontent p {
    margin: 5px 0 0;
    font-size: 13px;
}
.buildgrowing .titlewrap .btnwrap {
    justify-content: center;
}
.buildgrowingtext h2 {
    font-size: 24px;
    margin: 0 auto 6px;
}
.buildgrowing .readytranformwrap {
    gap: 0;
}
.buildgrowing .titlewrap {
    padding: 35px 20px 35px 20px;
}
.oursolutionsystem .oursystemleft {
    padding-top: 20px;
    align-items: flex-start;
}
.oursolutionsystem .learnmore {
    margin: 15px 0 0;
}
.learnmore a {
    font-size: 14px;
    padding-bottom: 1px;
}
.learnmore a svg {
    width: 12px;
    height: 12px;
}
.soluourapproad .platformviewleft {
    text-align: left;
}
.ourapproachwrap .btnwrap {
    margin: 30px 0 0;
}
.approachitem:not(:last-child) {
    margin: 0 0 15px;
}
.soluourapproad {
    padding: 40px 0;
}
.oursolutionsystem .oursystemtitle {
    margin: 0 0 25px;
}
.ourapproachin {
    padding-top: 12px;
}
.ourstorysec {
    padding: 40px 0;
}
.storywrap {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: flex-start;
}
.storyleft p {
    margin: 10px 0 15px;
}
.ourmissionsec {
    padding: 40px 0;
}
.ourmissionhead h3 {
    font-size: 20px;
}
.ourmissionhead {
    margin: 0 0 30px;
}
.missionicon img {
    width: 60px;
    height: 60px;
}
.missionitem {
    gap: 15px;
}
.missiontext h3 {
    margin: 0 0 6px;
    font-size: 16px;
}
.valueright .platformitem .platformitemin {
    padding: 0 20px;
}
.ourvaluesec {
    padding: 40px 0;
}
.aboutbuild .readytranformwrap {
    align-items: flex-start;
    row-gap: 25px;
    text-align: left;
}
.aboutbuild {
    padding: 40px 0;
}
.aboutbuild .readytranformwrap .titlewrap p {
    max-width: 530px;
}
.herobtn {
    margin: 25px 0 0;
}
.marketapproach {
    padding: 40px 0;
}
.marketapproach .platformpilarwrap{
    margin-left: -10px;
}
.marketapproach .platformpilarwrap .platformitem {
    width: 33.33%;
    margin: 0;
    padding-left: 10px;
}
.currentmarketsec .platformviewwrap {
    grid-template-columns: 1fr;
}
.currentmarketsec {
    padding: 40px 0 40px;
}
.currentdesc li:before {
    width: 13px;
    height: 11px;
    top: 6px;
}
.currentdesc li {
    padding-left: 20px;
}
.currentdesc ul {
    margin: 12px 0 12px;
    row-gap: 5px;
}
.currentbtn a {
    font-size: 13px;
}
.currentnum {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    font-size: 14px;
}
.currentmarketsec .platformviewleft h2 {
    margin: 0 0 8px;
}
.currentmarkimgtext h3 {
    font-size: 16px;
    margin: 0 0 4px;
}
.currentmarkimgtext {
    padding: 15px 15px 20px;
}
.marketstraleftin {
    padding: 40px 0;
}
.marketstraleftin p {
    margin: 6px 0 30px;
}
.marketlocgrid li:before {
    width: 10px;
    height: 10px;
}
.marketlocgrid li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.4;
}
.readyexpand .readytranformwrap {
    flex-direction: row;
    text-align: left;
}
.readyexpand .titlewrap .btnwrap {
    justify-content: flex-start;
}
.readyexpand .titlewrap h2, 
.readyexpand .titlewrap p {
    max-width: 400px;
    margin-left: 0;
}
.partnerapproach .platformleft p {
    max-width: 585px;
    margin: 8px auto auto;
}
.partnerapproach {
    padding: 40px 0;
}
.partnertypesec {
    padding: 40px 0;
}
.partnertypehead {
    margin: 0 0 30px;
}
.partnertypesec .inteservicecontent {
    padding: 34px 14px 20px;
}
.parttypeicon {
    top: -30px;
}
.parttypeicon img {
    width: 50px;
    height: 50px;
}
.partnertypesec .inteservicecontent p {
    font-size: 12px;
}
.ourpartnerhead h3 {
    font-size: 20px;
}
.ourbranditem img {
    max-width: 190px;
    height: 60px;
}
.partneradvantsec {
    padding: 40px 0;
}
.advantwrap .strategicleft {
    width: 100%;
}
.strategicenter {
    width: 50%;
}
.advantageright {
    width: 45%;
}
.advantwrap .strategicleft p {
    margin: 12px auto 0;
    max-width: 620px;
}
.partneradvantsec .advantwrap {
    flex-wrap: wrap;
    gap: 25px;
}
.advantageright li {
    font-size: 14px;
}
.partnerbuild .readytranformwrap {
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left;
}
.partnerbuild {
    padding: 40px 0 40px;
}
.howitworkswrap {
    flex-wrap: wrap;
}
.howitworkleft, 
.howitworkright {
    width: 100%;
}
.howitworkleftin {
    text-align: center;
}
.howitworkleftin p {
    margin: 16px auto  0;
    max-width: 400px;
}
.howitworks-sec {
    padding: 40px 0;
}
.howitstep h3 {
    font-size: 16px;
}
.howitworkrightitem:not(:last-child):after {
    right: -70px;
}
.contactwrap {
    grid-template-columns: 1fr;
    gap: 30px;
}
.contactlocation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}
.whatwedosec .platformrightin {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
}
.marketviewsec {
    padding: 40px 0;
}
.marketviewhead {
    margin: 0 0 30px;
}
.marketviewrap {
    gap: 12px;
}
.marketviewinfo h3 {
    font-size: 16px;
}
.marketviewinfo {
    bottom: 10px;
    left: 15px;
}
.contactformitem input, 
.contactformitem textarea, 
.contactformitem select {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 1.4;
}
.contactformitem select {
    background-position: center right 14px;
    background-size: 12px;
}
 .contactlocitem:last-child {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.privacysec {
    padding: 40px 0;
}
.privacysec h1 {
    font-size: 20px;
}
.privacysec p, .privacysec li {
    font-size: 14px;
}
.privacysec h2 {
    font-size: 16px;
    margin: 20px 0 10px;
}
.platformpilarsec .platformpilarhead .sbtitle {
    font-size: 18px;
}
.contactformitem textarea {
    height: 40px;
}
.marketapproach .platformpilarwrap .platformrightin {
    margin: 0;
}
.exploreopp .parttypeicon img {
    width: 50px;
    height: 50px;
}
.exploreopp .parttypeicon {
    top: -30px;
}
.aboutbuild .readytranformwrap {
    flex-direction: column;
}
.error404 header.page-header .page-title {
    font-size: 40px;
}
}

@media(max-width: 767px){

#menu {
    max-width: 80%;
}
.headernav {
    gap: 10px;
}
h1 {
    font-size: 24px;
}
.platformleft {
    text-align: left;
}
.platformleft h2 {
    font-size: 24px;
    text-align: left;
}
.integratedhead, 
.strategicleft, 
.readytranformwrap, 
.platformviewleft, 
.platformpilarhead, 
.partnertypehead, 
.howitworkleftin {
    text-align: left;
}
.platformpilarwrap .platformitem {
    padding-left: 0;
}
.bannercontent {
    position: static;
    transform: inherit;
    padding: 25px 0;
}
.platformrightin {
    flex-wrap: wrap;
}
.integratedservice {
    grid-template-columns: repeat(1, 1fr);
}
.headergrid {
    gap: 20px;
}
.headerlogo, 
.headernav {
    width: 50%;
}
.headerlogo img {
    max-width: 150px;
}
.headerbtn a {
    font-size: 12px;
    padding: 10px 15px;
    line-height: 1.1;
}
.headerbtn img {
    width: 12px;
    height: 12px;
}
.headersec {
    padding: 6px 0;
}
.bannercontentin h1, 
.bannercontentin p {
    color: #111;
}
.bannercontentin p {
    font-size: 14px;
}
.herobtn {
    margin: 25px 0 0;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}
.herobtn a {
    width: 100%;
    justify-content: center;
}
.herobtn a.outlinebtn {
    color: #A67C52;
}
.herobtn a.outlinebtn svg path {
    fill: #A67C52;
}
.herobtn a.outlinebtn:hover{
    background: #fff;
}
.platformitem .platformitemin {
    border: 1px solid #EDEDED;
    padding: 15px;
}
.platformrightin .slick-list.draggable, 
.integratedservice .slick-list.draggable, 
.strategicrightgrid .slick-list.draggable{
    padding-right: 50px;
    padding-bottom:1px;
}
.platformrightin  .slick-slide, 
.integratedservice  .slick-slide, 
.strategicrightgrid  .slick-slide{
    margin-right: 10px;
    height: auto;
}
.platformrightin .slick-slide>div, 
.platformitem, 
.integratedservice .slick-slide>div, 
.strategicrightgrid .slick-slide>div{
    height: 100%;
}
.platformrightin .slick-track, 
.integratedservice .slick-track, 
.strategicrightgrid .slick-track{
    display: flex;
}
.platformwrap {
    row-gap: 25px;
}
.inteservicecontent {
     height: auto; 
}
.purposebuildwrap {
    grid-template-columns: 1fr;
}
.purposefootitem:not(:last-child) {
    padding-right: 8px;
}
.purposefoot {
    gap: 8px;
    margin-top: 15px;
    padding-top: 15px;
}
.readytranformwrap .btnwrap {
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.readytranformwrap .btnwrap a {
    width: 100%;
    justify-content: center;
}
.footermenu {
    width: 50%;
}
.footermenu.contact-item {
    width: 100%;
}
.footermenu li a {
    font-size: 13px;
}
.footermenu.contact-item li {
    line-height: 1.5;
    gap: 5px;
    font-size: 13px;
    align-items: center;
}
.footerwrap {
    gap: 0;
    row-gap: 30px;
}
.footerbottomwrap {
    flex-direction: column;
    text-align: center;
}
.footercopy p, .footerbotright ul a {
    font-size: 13px;
    line-height: 1.4;
}
.footersocial ul {
    gap: 6px;
}
.footermenu.contact-item li br {
    display: none;
}
.contact_icon img {
    width: 31px;
    height: 31px;
}
.platformrightview {
    gap: 10px;
    grid-template-columns: 1fr;
}
.platformviewsec {
    padding-top: 20px;
}
.platformpilarwrap .platformicon img {
    width: 40px;
    height: 40px;
    margin: auto;
}
.platformpilarwrap .platformitemcont h3:after {
    width: 60px;
    margin: 7px auto 0;
}
.oursystemitem {
    flex-direction: column;
}
.oursystemleft, 
.oursystemright {
    width: 100%;
}
 .oursystemitem:not(:last-child) {
    margin: 0 0 22px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 22px;
}
.oursystemcontent {
    padding-top: 0;
    border-top: none;
}
.buildgrowing .titlewrap {
    padding: 30px 20px 30px 20px;
}
.buildgrowingtext p {
    font-size: 14px;
}
.platformpilarhead {
    margin: 0 0 20px;
}
.oursystemtitle {
    margin: 0 0 30px;
}
.oursolutionsystem .oursystemleft {
    padding-top: 0;
    border: none;
}
.ourapproachwrap {
    grid-template-columns: 1fr;
    gap: 20px;
}
.oursolutionsystem .oursystemtitle {
    text-align: center;
}
.oursolutionsystem .oursystemtitle h3 {
    font-size: 18px;
}
.oursolutionsystem {
    padding: 20px 0 40px;
}
.valueright .platformrightin {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: block;
}
.valueright .platformitem .platformitemin {
    padding: 15px 10px;
    border: 1px solid rgb(51 51 51 / 30%) !important;
}
.valueright .platformitem:first-child .platformitemin {
    border-left-color: rgb(51 51 51 / 30%);
}
.ourmissionwrap {
    grid-template-columns: 1fr;
}
.missionitem:not(:last-child) {
    padding-right: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #333;
    border-right: none;
}
.aboutbuild {
     background-size: cover; 
}
.ourmissionhead h3 {
    font-size: 18px;
}
.platformicon img {
    margin: auto;
}
.ourmissionhead {
    margin: 0 0 25px;
}
.storywrap {
    gap: 20px;
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
}
.ourstorysec {
    padding-top: 20px;
}
.currentmarketsec .platformrightview {
    grid-template-columns: 1fr;
}
.platformpilarwrap .platformrightin {
    margin-left: 0;
}
.marketapproach .platformpilarwrap .platformitem {
    padding-left: 0;
}
.marketapproach .platformpilarhead h2 {
    max-width: 300px;
}
.marketapproach .platformpilarwrap {
    margin-left: 0;
}
.marketstrawrap {
    gap: 0px;
    display: flex;
    flex-direction: column-reverse;
}
.marketlocgrid {
    position: static;
}
.readyexpand .readytranformwrap {
    flex-direction: column;
}
.partnerapproach .platformitemcont p {
    max-width: 100%;
}
.partnerapproach {
    padding-top: 20px;
}
.parttypeicon img {
    margin: auto;
}
.inteserviceitem {
    display: flex !important;
}
.partnertypesec .inteservicecontent {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ourbranditem img {
    max-width: 160px;
    height: 50px;
}
.strategicenter, 
.advantageright {
    width: 100%;
}
.partnerbuild {
    background-size: cover;
    background-position: left;
}
.partnerbuild .readytranformwrap .titlewrap p {
    max-width: 241px;
    margin: 0;
}
.howitworkrightin {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.howitworkrightitem:not(:last-child):after {
    content: inherit;
}
.howitstep {
    padding: 10px 0 0;
}
.howiticon img {
    width: 55px;
    height: 55px;
}
.howitstepnum {
    right: -20px;
}
.exploreopp .parttypeicon img {
    width: 50px;
    height: 50px;
}
.exploreopp .inteservicecontent li {
    font-size: 12px;
    line-height: 1.4;
    padding-left: 20px;
}
.exploreopp .inteservicecontent li:before {
    width: 15px;
    height: 15px;
    top: 0px;
}
.exploreopp .inteservicecontent ul {
    margin: 15px 0;
    row-gap: 8px;
}
.partnerbuild .readytranformwrap .titlewrap, 
.partnerbuild .readytranformwrap  .btnwrap {
    width: 100%;
}
.partnerapproach .platformleft h2 br {
    display: none;
}
.howitworkleftin p {
    margin: 8px auto  0;
}
.contactflex {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 0 14px;
}
.contactlocation {
    grid-template-columns: 1fr;
    column-gap: 20px;
}
.contact-text p, 
.contact-text a {
    line-height: 1.4;
    font-size: 13px;
}
.contact-text h3 {
    font-size: 15px;
}
.contact-icon img {
    width: 35px;
    height: 35px;
}
.contactlocitem {
    gap: 8px;
}
.contactlocitem:not(:last-child) {
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.contactformimg {
    margin: 10px 0 0;
}
.contactleftin, 
.contactrightin {
    padding: 20px 15px;
}
.btnwrap input {
    font-size: 14px;
    padding: 12px 22px;
}
.contactleftin .btnwrap p {
    margin: 14px 0 0;
    font-size: 12px;
}
.contactformitem label {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 8px;
}
.whatwedohead {
    margin: 0 0 25px;
}
.marketviewhead {
    margin: 0 0 25px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 15px;
}
.marketheadleft {
    width: 100%;
}
.marketviewall {
    justify-content: flex-start;
}
.sbtitle {
    line-height: 1.2;
}
.marketviewrap {
    gap: 10px;
    display: flex;
    overflow: auto;
}
.marketviewitem {
    min-width: 65%;
}
.marketviewinfo {
    bottom: 8px;
    left: 10px;
}
.privacysec h1 {
    margin: 0 0 20px;
    padding-bottom: 1px;
}
.privacysec hr {
    margin: 20px 0;
}
.platformpilarsec .platformpilarhead .sbtitle {
    font-size: 18px;
    text-align: center;
    margin: 0 0 5px;
}
.oursolutionsystem .oursystemleft, 
.oursolutionsystem .oursystemright{
    width: 100%;
}
.contactformitem input, 
.contactformitem textarea, 
.contactformitem select {
    padding: 9px 12px;
    font-size: 12px;
}
.contactformitem textarea {
    height: 60px;
}
.platformpilarhead {
    text-align: center;
}
.footersocial {
    margin-top: 14px;
    margin-bottom: 10px;
}
.footersec {
    padding: 30px 0 0px;
}
.marketapproach .platformpilarhead {
    text-align: left;
}
.currentdesc ul {
    margin: 12px 0 20px;
}
.currentbtn a {
    gap: 10px;
}
.currentbtn a svg {
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
}
.marketstraleftin {
    padding: 30px 0 40px;
}
.oursolutionsystem .learnmore {
    margin: 10px 0 0;
}
.ourapproachwrap .btnwrap {
    margin: 25px 0 0;
}
.ourapproachin {
    padding-top: 16px;
}
.ourbrandslider .slick-slide {
    padding: 0 10px;
}
.parttypeicon img {
    width: 60px;
    height: 60px;
}
.parttypeicon {
    top: -38px;
}
.advantwrap .strategicleft p {
    margin: 8px auto 0;
}
.integratedsec .inteservicecontent {
    align-items: flex-start;
    text-align: left;
}
.strategicleft p, 
.titlewrap p, 
.integheadleft h2, .integheadright p, 
.platformleft h2, .platformviewleft p, 
.buildgrowingtext h2, 
.howitworkleftin p, 
.partnerapproach .platformleft p {
    max-width: 100%;
}
.partnerapproach .platformitem .platformitemin {
    border-color: rgb(51 51 51 / 30%);
}
}