.banner-home {
    margin: 30px;
    border-radius: 10px;
    background: #bce6fe;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.banner-left-home {
    /*max-width: 900px;
    position: relative;
    z-index: 99;*/
	max-width: 810px;
    position: relative;
    top: 15px;
}
.right-video-home {
	width: 500px;
}
.right-video-home .video-common {
	margin-bottom: 0;
}
.banner-left-home h1 {
    margin-bottom: 20px;
}
.banner-home picture {
   position: absolute;
  right: -270px;
  top: -120px;
}
.banner-home picture img {
  width: 863px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banner-home .container {
    position: relative;
  display: flex;
  gap: 55px;
  align-items: center;
}
.technologies-home {
    padding-top:120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.technologies-home .container > .h5 {
    text-align: center;
    line-height: 1.4 !important;
    color: rgba(8, 24, 77, 1) !important;
}
.technologies-home .row {
    padding-top: 50px;
}
.technologies-home .technologies-des p {
  margin-bottom: 0;
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
  color: rgba(8, 24, 77, 1);
  font-weight: 500;
}
.single-box-home {
    border-radius: 10px;
border: 2px solid #C7D8EF;
padding: 40px 36px;
height: 100%;
}
.single-box-home p {
    margin-bottom: 0;
}
.technologies-home .row,
.outcomes-section .row,
.growing-section .row,
.career-inner .row {
    margin-right: -10px;
  margin-left: -10px;
}
.technologies-home .row [class*="col-"],
.outcomes-section .row [class*="col-"],
.career-inner .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.growing-section .row [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.technologies-home .row .h5 {
  margin-bottom: 17px;
  margin-top: 12px;
}
.technologies-bottom {
  padding-top: 58px
}
.technologies-bottom p {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 0;
  font-weight: 500;
}
.both-btn-home {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.both-btn-home a {
  margin-left: 10px;
  margin-right: 10px;
}

.all-partent-box .single-partent-box .row:nth-child(even) [class*="col-"]:first-child {
  order:2;
}
.all-partent-box .single-partent-box .row:nth-child(even) [class*="col-"]:first-child .img-single-partner {
  text-align: right;
}
.all-partent-box .single-partent-box .row:nth-child(even) [class*="col-"]:last-child {
  order:1;
}
.bottom-btn {
  text-align: center;
  margin-top: 30px;
  float: left;
  width: 100%;
}
.partner-section {
    padding-bottom: 93px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.we-partner-home {
    margin: 30px;
    border-radius: 20px;
    background: #08184D;
    padding-top: 100px;
    padding-bottom: 100px;
    /* height: 770px; */
}
.practice-all-box {
  margin-top: 65px;
  display: flex;
  justify-content: center;
}
.single-practice-box {
  width:361px;
  height: 361px;
  display: flex;
  position: relative;
  margin-left: 33px;
  margin-right: 33px;
}
.des-practice-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.des-practice-box .h3,
.des-practice-box p {
  color:#fff;
}
.des-practice-box .h3 {
  font-weight: 600 !important;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.des-practice-box p {
  max-width: 226px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
}
.outcomes-section {
    padding-top: 90px;
    /* padding-bottom: 100px; */
    position: relative;
}
.single-outcomes-box {
    border-radius: 10px;
    border: 2px solid #C7D8EF;
    padding: 33px;
    height: 100%;
}
.single-outcomes-box .h5 {
    margin-bottom: 0 !important;
    margin-top: 6px;
}
.outcomes-section .row [class*="col-"] {
    margin-bottom: 20px;
}
.technology-section .main-title-center {
    max-width: 100%;
}

.partner-section .single-partent-box .row {
    max-width: 1215px;
    margin-left: auto;
    margin-right: auto;
}
.partner-section .single-partent-box .row:nth-child(1) .right-partent-des {
    max-width: 690px;
}
.partner-section .single-partent-box .row:nth-child(2) .right-partent-des {
    max-width: 590px;
    margin-left: 105px;
}
.partner-section .single-partent-box .row:nth-child(3) .img-single-partner {
    left: 15px;
    position: relative;
}
.partner-section .single-partent-box .row:nth-child(3) .right-partent-des {
    max-width: 620px;
    margin-left: 30px;
}
.partner-section .single-partent-box .row:nth-child(4) .img-single-partner {
    left: 15px;
    position: relative;
}
.partner-section .single-partent-box .row:nth-child(4) .right-partent-des {
    max-width: 605px;
    margin-left: 115px;
}
.partner-section .single-partent-box .row:nth-child(5) .img-single-partner {
    left: 115px;
    position: relative;
}
.partner-section .single-partent-box .row:nth-child(5) .right-partent-des {
    max-width: 605px;
    margin-left: 115px;
}
.partner-section .svg-icon {
    top: auto;
    left: -80px;
    position: absolute;
    bottom: 310px;
}
.partner-section .left-svg-icon1 {
position: absolute;
  top: 757px;
  left: -67px;
}
.partner-section .right-svg-icon1 {
position: absolute;
  top: 450px;
  right: -110px;
}
.technology-section p {
    max-width: 1082px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.technology-section .technology-all-box .row {
    margin-right: -30px;
  margin-left: -30px;
  justify-content: center;
}
.technology-section .technology-all-box .row [class*="col-"] {
    padding-right: 30px;
  padding-left: 30px;
}
.technology-des {
    text-align: center;
    padding-top: 30px;
}
.technology-des .h4 {
    color: #08184D;
    font-weight: 500 !important;
    margin-bottom: 10px;
    display: inline-block;
}
.technology-des a.h4:hover {
    color: #C31F27;
}
.technology-section .technology-all-box {
    margin-left: 85px;
    margin-right: 85px;
     margin-top: 55px;
     display: inline-block;
     width: 100%;
}
.technology-section  .bottom-btn {
    margin-top: 60px;
}
.partners-choose-section {
    padding-top: 123px;
    padding-bottom: 132px;
}
.partners-choose-section .main-title-center {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.choose-inner-content {
    display: flex;
    /* justify-content: center; */
    margin-top: 60px;
    position: relative;
}
.image-choose {
    width: 395px;
    border: 2px solid #C7D8EF;
    padding: 20px;
     border-radius: 10px;
     display: flex;
    align-items: center;
    justify-content: center;
}
.image-choose img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
  object-fit: cover;
}
.left-choose {
    width: 415px;
    padding-top: 64px;
    margin-right: 60px;
}
.left-choose li {
    color: #08184D;
    text-align: right;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 47px;
    position: relative;
    padding-left: 4px;
}
.left-choose li:last-child {
    margin-bottom: 0;
}
.left-choose.right-choose {
    margin-right: 0;
    margin-left: 60px;
}
.left-choose.right-choose li {
    text-align: left;
}
.left-choose li:after {
  display: none;
}
.left-choose li:before {
    content: "";
     background-color: rgba(24, 54, 141, 1);
    width: 39px;
    height: 15px;
    --svg: url('data:image/svg+xml,<svg width="39" height="15" viewBox="0 0 39 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.292892 6.65715C-0.0976295 7.04768 -0.0976295 7.68084 0.292892 8.07136L6.65685 14.4353C7.04738 14.8259 7.68054 14.8259 8.07107 14.4353C8.46159 14.0448 8.46159 13.4116 8.07107 13.0211L2.41422 7.36426L8.07107 1.7074C8.46159 1.31688 8.46159 0.683714 8.07107 0.29319C7.68054 -0.0973344 7.04738 -0.0973344 6.65685 0.29319L0.292892 6.65715ZM39 7.36426V6.36426L1 6.36426V7.36426V8.36426L39 8.36426V7.36426Z" fill="%2321409A"/></svg>');
    position: absolute;
    right:0;
    display: inline-block;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    right: -60px;
    top: 12px;
}
.left-choose.right-choose li:before {
    left: -60px;
    right: 0;
    transform: rotate(180deg);
}
.partners-choose-section .container {
    position: relative;
}
.partners-choose-section .svg-shape3 {
    position: absolute;
    left:calc(50% - 360px);
    top:70px;
    z-index: -9;
}
.leadership-section {
    padding-top: 120px;
    display: inline-block;
    width: 100%;
}
.leadership-box {
    border-radius: 10px;
    border: 1px solid #C7D8EF;
    padding: 30px;
    height: 100%;
}
.leadership-box p {
    margin-bottom: 0;
    -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.ta-modal-center p {
      -webkit-line-clamp: initial;
  overflow: inherit;
  margin-bottom: 20px;
}
.ta-modal-center p:last-child {
  margin-bottom: 0;
}
.leadership-box img {
  width: 100%;
  border-radius: 10px;
  height: 421px;
  object-fit: cover;
  object-position: top;
}
.leadership-box .h5 {
    font-weight: 300 !important;
    margin: 32px 0 5px 0;
}
.leadership-box .h6 {
  margin-bottom: 15px;
  color: rgba(24, 54, 141, 1);
}
.leadership-box .read-more {
color: #21409A;
  font-size: 18px;
  font-weight: 400;
  margin-top: 18px;
  display: inline-block;
}
.leadership-box .left-arrow {
    transform: rotate(180deg);
    margin-left: 9px;
    position: relative;
  top: 1px;
}
.leadership-box .read-more:hover {
    color: #C31F27;
}
.leadership-box .read-more:hover .left-arrow {
    background-color: #C31F27;
}
.growing-section .row,
.leadership-section .row {
    margin-bottom: 30px;
}
.growing-section {
    padding-top: 120px;
    padding-bottom: 120px;
    display: inline-block;
    width: 100%;
}
.growing-section .main-title .h2 {
    max-width: 420px;
}
.growing-section .main-title p strong {
    border-radius: 100px;
    background: #21409A;
    font-weight: 500;
    color: #fff;
    padding: 1px 20px 3px 20px;
    display: inline-block;
}
.growing-box {
    border-radius: 10px;
    border: 2px solid #C7D8EF;
    padding: 26px 26px 104px 26px;
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
}
.growing-box .map-icon-growing {
  height: 130px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.growing-section .row [class*="col-"] {
    width: 16.65%;
}
.growing-section .main-title {
    margin-bottom: 32px;
}
.growing-box .h4 {
    color: #21409A;
    font-weight: 500 !important;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 26px;
    bottom: 23px;
}
.growing-box:hover .h4 {
    color: #C31F27;
}
.image-place img {
    width: 100%;
    max-width: 550px;
    border-radius: 10px;
}
.right-place-des {
  position: relative;
  left: -36px;
}
.right-place-des .h2 {
    max-width: 445px;
}
.right-place-des p {
  width: 690px;
}
.right-place-des ul {
    margin-top: 37px;
}
.best-place-section {
    padding-bottom: 91px;
}
.growth-section {
  margin: 30px;
  background: #08184D;
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 10px;
}
.growth-section .main-title p {
  max-width: 730px;
}
.growth-section .main-title {
    align-items: flex-end;
    margin-bottom: 40px;
}
.growth-section .main-title .h2 {
  margin-bottom: 15px !important;
}
.single-growth-box {
  border-radius: 10px;
  /* background: #FFF; */
  overflow: hidden;
  height: 100%;
  position: relative;
  border: 1px solid #525B68;
}
.single-growth-box:before {
  position: absolute;
  bottom:0;
  left:0;
  content: "";
  background: #fff;
  width: 100%;
  height: calc(100% - 40px);
}
/* .single-growth-box:before {
  position: absolute;
  background: #FFF;
  border-radius: 10px;
  content: "";
  left: 0;
  top: 20px;
  width: 100%;
  height: calc(100% - 20px);
} */
.single-growth-box a {
  display: inline-block;
  width: 100%;
}
.des-growth {
    padding: 28px;
    position: relative;
}
.single-growth-box img {
    width: 100%;
    object-fit: cover;
    height: 288px;
    position: relative;
}
.des-growth span {
    display: inline-block;
    /* color: #6F799C; */
    color: rgb(24,54,141);
    font-size: 18px;
    font-weight: 300;
}
.des-growth .h3 {
    color: #08184D;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 9px 0 10px 0;
}
.single-growth-box .des-growth p {
    color: #08184D !important;
    font-size: 18px;
    line-height: 1.77;
    margin-bottom: 0;
}
.single-technology-box img {
    width: 100%;
    border-radius: 10px;
}
.single-growth-box .des-growth p a {
    color: #C31F27;
    width: auto;
}
.single-growth-box .des-growth p a:hover {
    color: #21409A;
}
.career-section {
    padding-top: 90px;
    padding-bottom: 120px;
}
.career-section .btn-us-heart {
    margin-top: 19px;
}
.career-img1,
.career-img2,
.career-img3 {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.career-img1 {
    height: 515px;
}
.career-img2 {
    height: 250px;
}
.career-img3 {
    height: 243px;
}
.career-img2 {
    margin-bottom: 20px;
}
.career-section .main-title {
    margin-bottom: 30px;
}
.brand-logo .swiper-slide:before,
.owl-carousel .owl-item:before {
    position: absolute;
    right:0;
    top:0;
    width:2px;
    height:100%;
    background: rgba(8, 24, 77, .1);
    content: "";
}
.owl-carousel .owl-item:before {
  right: -39px;
}
.practice-logo .h2 {
  margin-bottom: 35px;
}
.brand-slider .owl-carousel .owl-dots {
    margin-top: 60px !important;
}
.brand-slider .owl-theme .owl-dots .owl-dot span,
.brand-slider .swiper-pagination span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: rgba(217, 217, 217, 1);
    opacity: 1;
    margin:0 5px !important;
    transition: all .5s ease;
}
.brand-slider .owl-theme .owl-dots .owl-dot:hover span,
.brand-slider .owl-theme .owl-dots .owl-dot.active span,
.brand-slider .swiper-pagination span:hover,
.brand-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: rgba(8, 24, 77, 1);
}
.practice-logo {
    padding-bottom: 75px;
}
.owl-carousel .owl-item img {
  height: 80px;
}

header {
    position: absolute;
    top: 45px;
}
main {
  padding-top:0 !important;
}
.technologies-home .three-shape-icon {
  position: absolute;
  right: -77px;
  top: -110px;
}
.partner-section .three-shape-icon {
  top: 940px;
  left: -85px;
}
.outcomes-section .three-shape-icon {
  right: -220px;
  top: 30px;
}
.partners-choose-section .three-shape-big-icon {
  left:calc(50% - 360px);
  top: 60px;
}




.ta-modal {
	display: flex;
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 99999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	align-items: center;
}

.ta-modal-header {
	position: relative;
	padding: 30px 30px 20px 30px;
}
.ta-modal-header .h3 {
  margin-bottom: 0;
}

.ta-modal-content {
	background-color: white;
	padding: 0;
	margin: 0 auto;
	border-radius: 0;
	width: 900px;
	position: relative;
}

.ta-modal .ta-close-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	transform: translateY(0%);
	right: 0;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #21409A;
	border: none;
  transition: all .5s ease;
	cursor: pointer;
}

.ta-modal .ta-close-btn:hover {
	background: #C31F27;
}

.ta-modal .ta-close-btn::after,
.ta-modal .ta-close-btn::before {
	width: 24px;
	height: 2px;
	background: #fff;
	display: inline-block;
	content: "";
	position: absolute;
	left: 8px;
	top: 18px;
	transition: all .5s ease;
}

.ta-modal .ta-close-btn::before {
	transform: rotate(41deg)
}

.ta-modal .ta-close-btn::after {
	transform: rotate(135deg)
}

.ta-modal-center {
	max-height: 500px;
	overflow: auto;
	padding: 0 30px 30px 30px;
}

.ta-modal-center p:last-child {
	margin-bottom: 0;
}

.ta-modal .ta-modal-content {
	transition: all .5s ease;
	transform: translateY(-50px);
}

.ta-open-modal-html .ta-modal .ta-modal-content {
	transform: translateY(0);
}

.ta-open-modal-html {
	overflow: hidden;
}
.we-partner-home .svg-border-practice svg path {
  stroke-width: 5px;
  transform-box: fill-box;
   transform-origin: center;
}
.we-partner-home .svg-border-practice svg {
  width: 364px;
}
/* .svg-border-practice {
  opacity: 0;
}
.we-partner-home.active-border-SVG .svg-border-practice {
  opacity: 1;
}
.we-partner-home.active-border-SVG .svg-border-practice svg path {
  fill: none;
  stroke: rgba(33, 64, 154, 1);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  animation: draw 8s ease forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.circle-animation {
  opacity: 0;
  transition-delay: 1.2s;
}
.we-partner-home.active-border-SVG .circle-animation {
  opacity: 1;
} */
 .we-partner-home .practice-all-box .single-practice-box:nth-child(1) .des-practice-box,
 .we-partner-home .practice-all-box .single-practice-box:nth-child(2) .des-practice-box,
 .we-partner-home .practice-all-box .single-practice-box:nth-child(3) .des-practice-box {
  transition: all .5s ease;
  opacity: 0;
 }
.we-partner-home .practice-all-box .single-practice-box:nth-child(1) .des-practice-box {
  transition-delay: 0.5s;  
}
 .we-partner-home .practice-all-box .single-practice-box:nth-child(2) .des-practice-box {
  transition-delay: 1.5s;  
}
.we-partner-home .practice-all-box .single-practice-box:nth-child(3) .des-practice-box {
  transition-delay: 2.5s;
}
.we-partner-home.active-des-SVG .practice-all-box .single-practice-box:nth-child(1) .des-practice-box,
.we-partner-home.active-des-SVG .practice-all-box .single-practice-box:nth-child(2) .des-practice-box,
.we-partner-home.active-des-SVG .practice-all-box .single-practice-box:nth-child(3) .des-practice-box {
  opacity: 1;
}
.brand-logo .swiper-slide {
  text-align: center;
}
.brand-logo .swiper-slide img {
  max-height: 80px;
}
.we-partner-home .both-btn-home {
  margin-top: 50px;
}
.best-place-section .both-btn-home {
  justify-content: flex-start;
  margin-top: 25px;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.best-place-section .both-btn-home a {
  margin-right: 15px;
  margin-left: 0;
}
.best-place-section .both-btn-home a:last-child {
  margin-right: 0;
}

.leadership-section .main-title .h2,
.outcomes-section .main-title .h2 {
  max-width: 600px;
}
:lang(nl) .partners-choose-section .main-title-center {
  max-width: 960px;
}
:lang(fr) .partners-choose-section .main-title-center,
:lang(es) .partners-choose-section .main-title-center {
  max-width: 1010px;
}
:lang(es) .single-outcomes-box .h5,
:lang(fr) .single-outcomes-box .h5,
:lang(nl) .single-outcomes-box .h5,
:lang(de) .single-outcomes-box .h5 {
    margin-bottom: 0 !important;
    margin-top: 6px;
    word-break: break-word;
}
:lang(vi) .we-partner-home .main-title-center {
    max-width: 970px;
}

@media(min-width:1366px){
  .banner-home {
    height: calc(100dvh - 60px);
    /* height: 933px; */
  }
  :lang(nl) .banner-left-home h1 {
  font-size: 50px;
}
}
@media(min-width:1440px){
  :lang(nl) .banner-left-home h1 {
  font-size: 54px;
}
}
@media(min-width:1651px){
  :lang(nl) .banner-left-home h1 {
  font-size: 62px;
}
}

@media(min-width:2300px){
    .banner-home {
        height: 930px;
    }
    .technologies-home,
    .partner-section .partner-inner,
    .outcomes-section {
      max-width: 1850px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }
    .technologies-home .three-shape-icon {
      right: -37px;
    }
}
@media(max-width:1651px){
    .technologies-home .three-shape-icon {
  top: -140px;
}
.outcomes-section .three-shape-icon {
  right: -160px;
  top: 0;
}
.partners-choose-section .three-shape-big-icon {
  left: calc(50% - 300px);
  width: 600px;
}
.single-practice-box,
.single-practice-box .svg-border-practice svg {
  width: 330px;
  height: 330px;
}
.des-practice-box .h3 {
  margin-bottom: 15px;
}
.practice-all-box {
  margin-top: 55px;
}
    .banner-left-home {
        max-width: 690px;
        /*position: relative;
        top: 15px;*/
    }
	.banner-home .container {
		padding-top: 80px;
	}
    .banner-home picture img {
        width: 660px;
    }
    .banner-home picture {
        right: -70px;
        top: -70px;
    }
.technologies-home,
.growing-section,
.growth-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.technologies-home .row {
  padding-top: 40px;
}
.technologies-bottom p {
  padding-bottom: 50px;
}
.technologies-bottom {
  padding-top: 48px;
}
.partner-section .svg-icon {
    width: 340px;
    left: -60px;
}
.partner-section {
  padding-bottom: 73px;
}
.we-partner-home {
    padding-top: 80px;
    padding-bottom: 80px;
}
.outcomes-section {
  padding-top: 70px;
  /* padding-bottom: 80px; */
}
.partners-choose-section {
  padding-top: 100px;
  padding-bottom: 120px;
}
.left-choose li {
  font-size: 23px;
}
.partners-choose-section .svg-shape3 {
  left: calc(50% - 320px);
  width: 640px;
}
.leadership-section {
    padding-top:70px;
}
.best-place-section {
  padding-bottom: 70px;
}
.career-section {
    padding-top: 70px;
    padding-bottom: 100px;
}

.brand-slider .swiper-slide img {
    height: 72px;
}
.right-place-des p {
  width: 100%;
}
.right-place-des {
  left: 0;
}

.leadership-section .main-title .h2,
.outcomes-section .main-title .h2 {
  max-width: 560px;
}


}

@media(max-width:1439px){
    .banner-home picture img {
        width: 680px;
    }
    .single-outcomes-box {
        padding: 22px;
    }
    .single-box-home {
  padding: 30px 26px;
}
.technologies-home .row .h5 {
  margin-bottom: 12px;
  margin-top: 10px;
}
.growing-box {
  padding:21px 21px 79px 21px;
}
.image-place img {
  max-width: 520px;
}
.technology-section .bottom-btn {
  margin-top: 50px;
}
 .left-choose li {
    font-size: 21px;
  }
  .left-choose li::before {
  top: 8px;
}
.technologies-home .technologies-des p {
  font-size: 23px;
}
.leadership-box img {
  height: 370px;
}
.leadership-section .main-title .h2,
.outcomes-section .main-title .h2 {
  max-width: 540px;
}
}
@media(max-width:1365px){
    .we-partner-home,
    .banner-home,
    .growth-section {
        margin: 20px;
    }
      .banner-left-home {
    max-width: 630px;
    top:0;
  }
   .banner-home picture img {
    width: 590px;
  }
   .banner-home {
    min-height: 500px;
    max-height: 500px;
  }
   .banner-home .container {
    padding-top: 80px;
  }
    .technologies-home,
    .growing-section,
    .growth-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
   .technologies-home .row {
    padding-top: 20px;
  }
    .technologies-bottom p {
    padding-bottom: 30px;
  }
  .technologies-bottom {
    padding-top: 35px;
  }
  .img-single-partner img {
    max-width: 280px;
  }
  .partner-section .single-partent-box .row:nth-child(1) .right-partent-des {
    /* max-width: 590px; */
    }
    .partner-section .left-svg-icon1 {
  top: 617px;
  left: -267px;
}
.partner-section .right-svg-icon1 {
  top: 390px;
  right: -198px;
}
.partner-section .svg-icon {
  left: -80px;
  bottom: 240px;
}
 .partner-section {
    padding-bottom: 53px;
  }
   .we-partner-home {
    padding-top: 50px;
    padding-bottom: 60px;
  }
    .outcomes-section {
    padding-top: 50px;
    /* padding-bottom: 60px; */
  }
  .single-outcomes-box {
        padding: 20px;
    }
    .left-choose li {
    font-size: 19px;
  }
  .des-growth {
  padding: 23px;
}

    .career-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .practice-logo {
  padding-bottom: 50px;
}


  .brand-slider .swiper-slide img {
    height: 60px;
  }
  .partners-choose-section .svg-shape3 {
    left: calc(50% - 270px);
    width: 560px;
  }
  .partners-choose-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

   .image-place img {
    max-width: 490px;
  }
  .right-place-des ul {
  margin-top: 25px;
  }
  .growing-section .row,
  .leadership-section .row {
  margin-bottom: 15px;
}
.growing-section .main-title p strong {
    padding-top: 2px;
    padding-bottom: 2px;
}
.left-choose li {
    margin-bottom: 35px;
}
.left-choose li::before {
    top: 7px;
  }
  .choose-inner-content {
  margin-top: 40px;
  }
  .single-partent-box .row {
  margin-bottom: 20px;
}
  .career-section {
    padding-bottom: 50px;
  }
  .des-growth span,
  .single-growth-box .des-growth p {
  font-size: 16px;
  }
  .single-growth-box img {
  height: 218px;
}
 header .header-inner {
    padding: 12px 22px;
  }
  .partner-section .three-shape-icon {
  top: 730px;
  left: -55px;
}
 .outcomes-section .three-shape-icon {
    right: -130px;
    top: -50px;
  }
   .partners-choose-section .three-shape-big-icon {
    left: calc(50% - 250px);
    width: 500px;
    top: 0;
  }
  .single-practice-box,
.single-practice-box .svg-border-practice svg {
  width: 290px;
  height: 290px;
}
.des-practice-box p {
  max-width: 210px;
}
.single-practice-box {
  margin-left: 25px;
  margin-right: 25px;
}
.technologies-home .technologies-des p {
  font-size: 21px;
}
.leadership-box img {
  height: 310px;
}
.brand-slider .owl-carousel .owl-dots {
  margin-top: 40px !important;
}
.owl-carousel .owl-item .item {
  text-align: center;
  width: 100%;
}
.owl-carousel .owl-item img {
  height: 50px;
  /* max-width: 190px; */
}
.owl-carousel .owl-item::before {
  right: -29px;
}

:lang(nl) .banner-left-home {
    top: 20px;
  }

.growing-section .row [class*="col-"] {
  width: 25%;
}
}

@media(max-width:1199px){
  .best-place-section .both-btn-home a {
  font-size: 14px;
}
     .banner-home picture img {
    width: 520px;
  }
    .banner-left-home {
    max-width: 520px;
  }
   .banner-home {
    min-height: initial;
    max-height: initial;
  }
    .banner-home .container {
    padding-top: 140px;
    padding-bottom: 70px;
  }
   .technologies-home,
 .growing-section,
 .growth-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .partner-section .single-partent-box .row:nth-child(even) .right-partent-des {
    margin-left: 0;
    padding-right: 50px;
    padding-left: 0;
  }
  .partner-section .single-partent-box .row .right-partent-des {
    max-width: 100%;
    padding-left: 50px;
    margin-left: 0 !important;
    }
    .partner-section .single-partent-box .row .img-single-partner {
        left: 0 !important;
    }
     .partner-section .svg-icon {
    left: -45px;
    width: 280px;
  }
    .partner-section .left-svg-icon1 {
    top: 575px;
    }
      .partner-section .right-svg-icon1 {
    top: 350px;
  }
   .we-partner-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partner-section {
    padding-bottom: 40px;
  }
  .bottom-btn {
  margin-top: 20px;
  }
  .single-outcomes-box span {
    height: 50px;
  }
   .outcomes-section {
    padding-top: 40px;
    /* padding-bottom: 40px; */
  }
  .technology-section .technology-all-box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
  }
  .technology-des {
  padding-top: 20px;
}
.technology-section .technology-all-box .row {
    margin-right: -20px;
  margin-left: -20px;
}
.technology-section .technology-all-box .row [class*="col-"] {
    padding-right: 20px;
  padding-left: 20px;
}
 .technology-section .bottom-btn {
    margin-top: 30px;
  }
  .left-choose {
  padding-top: 25px;
  }
  .partners-choose-section .svg-shape3 {
    left: calc(50% - 250px);
    width: 500px;
  }
  .leadership-section {
    padding-top: 40px;
  }
  .leadership-box .h5 {
  margin: 20px 0 5px 0;
}
.growing-box {
    padding: 10px 10px 65px 10px;
  }
  .growing-box .h4 {
    bottom: 15px;
  }
  /*.technologies-home .row,
.outcomes-section .row,*/
.growing-section .row/*,
.career-inner .row*/ {
    margin-right: -5px;
  margin-left: -5px;
}
/*.technologies-home .row [class*="col-"],
.outcomes-section .row [class*="col-"],*/
.growing-section .row [class*="col-"]/*,
.career-inner .row [class*="col-"]*/ {
    padding-right: 5px;
  padding-left: 5px;
}
	.growing-section .row [class*="col-"] {
		margin-top: 5px;
		margin-bottom: 5px;
	}
.image-place img {
    max-width: 420px;
  }
  .best-place-section {
    padding-bottom: 40px;
  }
  .des-growth .h3 {
  font-size: 18px !important;
  }
  .single-growth-box img {
    height: 188px;
  }
  .growth-section .main-title p {
  max-width: 600px;
}
.growth-section .main-title .h2 {
  margin-bottom: 8px !important;
}
.career-img1 {
  height: 375px;
}
.career-img2 {
  height: 195px;
}
.career-img3 {
  height: 170px;
}
.career-img2 {
  margin-bottom: 10px;
}
.brand-logo .swiper-slide:nth-child(4n):before {
    width:1px;
}
.brand-logo .swiper-slide:nth-child(3n):before {
    width:0px;
}
.practice-logo {
    padding-bottom: 40px;
  }
    .career-section {
        padding-top: 40px;
    padding-bottom: 40px;
  }

    .partners-choose-section {
    padding-top: 60px;
  }
   .single-box-home {
    padding: 20px;
  }
  .partner-section .single-partent-box .row {
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x));
}
  header {
    top: 35px;
  }
    .outcomes-section .three-shape-icon {
    right: -150px;
  }

    .single-practice-box,
.single-practice-box .svg-border-practice svg {
  width: 260px;
  height: 260px;
}
 .single-practice-box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .practice-all-box {
    margin-top: 40px;
  }
    .des-practice-box .h3 {
    margin-bottom: 10px;
  }
  .des-practice-box p {
    max-width: 180px;
  }
  .leadership-box img {
  height: 260px;
}
.we-partner-home .both-btn-home {
  margin-top: 40px;
}
.leadership-section .main-title .h2,
.outcomes-section .main-title .h2 {
  max-width: 410px;
}

:lang(es) .des-practice-box .h3,
:lang(fr) .des-practice-box .h3,
:lang(nl) .des-practice-box .h3,
:lang(de) .des-practice-box .h3 {
  font-size: 22px !important;
}
:lang(es) .des-practice-box p,
:lang(fr) .des-practice-box p,
:lang(nl) .des-practice-box p,
:lang(de) .des-practice-box p {

    max-width: 190px;
    font-size: 16px;
  }
}

@media(max-width:991px){
  .both-btn-home a {
  margin-left: 5px;
  margin-right: 5px;
}
    .banner-home picture {
        position: relative;
    right: 0;
    top: 0;
  }
  .banner-home .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 50px;
}
 .banner-home {
    min-height: inherit;
    max-height: inherit;
  }
   .banner-left-home {
    max-width: 100%;
    text-align: center;
  }
  .banner-left-home {
    order: 2;
  }
  .banner-home picture {
    order: 1;
  }
  .banner-home picture img {
    width: 450px;
  }
  .single-box-home span {
    height: 50px;
  }
   .technologies-home .row .h5 {
    margin-bottom: 8px;
    margin-top: 8px;
  }
    .technologies-bottom p {
    padding-bottom: 20px;
  }
  .technologies-bottom {
    padding-top: 25px;
  }
  .img-single-partner img {
    max-width: 240px;
  }
  .partner-section .single-partent-box .row:nth-child(2n) .right-partent-des,
  .partner-section .single-partent-box .row .right-partent-des {
    padding-left: 0;
    padding-right: 0;
  }
   .partner-section .right-svg-icon1 {
    right: -388px;
  }
    .partner-section .svg-icon {
    width: 220px;
  }
   .we-partner-home {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-title-center .h2 {
  margin-bottom: 12px;
}
.technology-section .technology-all-box .row {
    margin-right: -15px;
  margin-left: -15px;
}
.technology-section .technology-all-box .row [class*="col-"] {
    padding-right: 15px;
  padding-left: 15px;
}
.left-choose li {
    font-size: 17px;
  }
  .leadership-box {
  padding: 20px;
  }
  .growing-section .main-title .h2 {
  max-width: 100%;
}
  .growing-section .row [class*="col-"] {
  width: 33.3%;
  flex-wrap: wrap;
}
  .growing-section .row [class*="col-"]:nth-child(1),
  .growing-section .row [class*="col-"]:nth-child(2),
  .growing-section .row [class*="col-"]:nth-child(3) {
  margin-top: 0;
}
.growing-section .row [class*="col-"] a {
  text-align: center;
}
  .growing-box .h4 {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .best-place-section .image-place {
    text-align: center;
    margin-bottom: 20px;
  }
    .technologies-home,
    .growing-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .growth-section {
    padding-top: 50px;
  }
    .growth-section .main-title .h2 {
    text-align: center;
  }
  .growth-section .btn-us-heart {
    margin-top: 15px;
  }
  .growth-section .main-title {
  margin-bottom: 10px;
}
.growth-section .row [class*="col-"] {
  margin-top: 25px;
}
  .career-img1 {
    height: 275px;
  }
    .career-img2 {
    height: 150px;
  }
   .career-img3 {
    height: 115px;
  }
  .brand-slider .swiper-slide img {
    height: 54px;
  }
  .brand-slider {
    padding-top: 10px;
  }

  .main-title-right {
    text-align: center;
  }

  .left-choose li {
    margin-bottom: 15px;
  }
  .image-choose {
    width: 435px;
    padding: 10px;
  }
   .choose-inner-content {
    margin-top: 30px;
  }
  .left-choose {
  width: 335px;
  margin-right: 40px;
  }
    .left-choose {
    padding-top: 15px;
  }
  .left-choose.right-choose {
  margin-right: 0;
  margin-left: 35px;
}
.left-choose li::before {
  right: -40px;
}
.left-choose.right-choose li::before {
  left: -36px;
  right:auto;
}
  .left-choose li::before {
    top: 5px;
  }
  .left-choose li::before {
    width: 29px;
  height: 15px;
  }
  .image-choose img {
  height: auto;
  }
  .partners-choose-section {
    padding-bottom: 40px;
  }
   .partners-choose-section .svg-shape3 {
    left: calc(50% - 210px);
    width: 420px;
  }
  .right-place-des .h2 {
  max-width: 100%;
}
 .partners-choose-section .three-shape-big-icon {
    left: calc(50% - 200px);
    width: 400px;
    top: -70px;
  }
  .ta-modal-content {
    width: 90%;
  }
  .ta-modal-header {
    padding: 20px;
  }
  .ta-modal-center {
    padding: 0 20px 20px 20px;
  }

  .leadership-section .ta-modal-content .ta-modal-header + .ta-modal-center {
    height: calc(72vh - 0px);
    overflow: auto;
  }
   .single-practice-box, .single-practice-box .svg-border-practice svg {
    width: 215px;
    height: 215px;
  }
  .single-practice-box {
    margin-left: 10px;
    margin-right: 10px;
  }
   .des-practice-box .h3 {
    margin-bottom: 5px;
    font-size: 24px !important;
  }
  .des-practice-box p {
    max-width: 170px;
    font-size: 16px;
  }
  .practice-all-box {
    margin-top: 25px;
  }
  .technologies-home .technologies-des p {
  font-size: 19px;
}
  .leadership-box img {
  height: 200px;
}
.we-partner-home .both-btn-home {
  margin-top: 30px;
}
.growth-section {
  position: relative;
  padding-bottom: 110px;
}
.growth-section .partnerships-btn-home {
  position: absolute;
  bottom: 40px;
  margin-top: 0;
  left: calc(50% - 61px);
}
 .owl-carousel .owl-item::before {
    right: -39px;
  }
  :lang(nl) .banner-left-home {
    top: 0;
  }
  /* :lang(es) .des-practice-box .h3,
:lang(fr) .des-practice-box .h3,
:lang(nl) .des-practice-box .h3,
:lang(de) .des-practice-box .h3 {
  font-size: 22px !important;
} */
:lang(es) .des-practice-box p,
:lang(fr) .des-practice-box p,
:lang(nl) .des-practice-box p,
:lang(de) .des-practice-box p {

    max-width: 170px;
    font-size: 14px;
  }
  .ta-modal-center p {
  margin-bottom: 15px;
}
.growing-box .map-icon-growing {
    justify-content: center;
}
}

@media(max-width:767px){
  .banner-home .container {
  gap: 35px;
}
    .leadership-box img {
  height: auto;
}
  .practice-all-box {
    flex-wrap: wrap;
  }
    .banner-home picture img {
    width: 350px;
  }
   .banner-home .container {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .technologies-home .row .h5 br {
    display: none;
  }
  .technologies-home .row [class*="col-"] {
    margin-bottom: 15px;
  }
  .leadership-section .row [class*="col-"] {
    margin-bottom: 20px;
  }
   .leadership-section .row [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .both-btn-home {
  flex-wrap: wrap;
}
.both-btn-home a {
  margin-bottom: 5px;
}
.both-btn-home a:last-child {
  margin-bottom: 0;
}
 .technologies-home,
 .growing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .growth-section {
    padding-top: 40px;
  }
  .technologies-bottom {
    padding-top: 15px;
  }
   .partner-section .single-partent-box .row .img-single-partner {
    left: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .partner-section .svg-icon,
  .partners-choose-section .svg-shape3,
  .partner-section .left-svg-icon1,
  .partner-section .right-svg-icon1 {
    display: none;
  }
  .all-partent-box .single-partent-box .row:nth-child(2n) [class*="col-"]:last-child {
  order: 2;
}
.all-partent-box .single-partent-box .row:nth-child(2n) [class*="col-"]:first-child {
  order: 1;
}
.all-partent-box .single-partent-box .row:nth-child(2n) [class*="col-"]:first-child .img-single-partner {
  text-align: center;
}
.right-partent-des .h4 {
  /* text-align: center; */
}
.single-partent-box .row {
    margin-bottom: 30px;
  }
    .all-partent-box .bottom-btn {
    margin-top: 0;
  }
  .partner-section {
    padding-bottom: 30px;
  }
    .outcomes-section {
    padding-top: 40px;
    /* padding-bottom: 20px; */
  }
  .single-technology-box {
    margin-bottom: 30px;
  }
  .technology-section .bottom-btn {
    margin-top: 0;
  }
  .choose-inner-content {
    flex-wrap: wrap;
  }
  .partners-choose-section .left-choose li {
  text-align: left;
  }
  .partners-choose-section .left-choose {
    order:2;
    width: 100%;
  }
  .partners-choose-section .left-choose.right-choose {
    order: 3;
  }
  .partners-choose-section .left-choose li::before {
    left: -36px;
    right: auto;
    transform: rotate(180deg);
  }
  .partners-choose-section .left-choose {
    margin-left: 35px;
  }
    .partners-choose-section .image-choose {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    order:1;
  }
  .partners-choose-section {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .growing-section .row [class*="col-"]:nth-child(3) img {
    width: 90%;
  }
   .best-place-section {
    padding-bottom: 20px;
  }
  .single-growth-box img {
    height: auto;
  }
  .career-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .brand-logo .swiper-slide:nth-child(3n):before {
    width:1px;
}
.brand-logo .swiper-slide:nth-child(even):before {
    width:0px;
}
.both-btn-home a {
  margin-left: 0;
  margin-right: 0;
}
.owl-carousel .owl-item img {
  height: 55px;
}
 .owl-carousel .owl-item::before {
    right: -19px;
  }
   .des-growth {
    padding: 15px;
  }
}

@media(max-width:575px){
    .we-partner-home,
    .banner-home,
    .growth-section {
      margin: 10px;
      margin-bottom: 0;
    }
     .growing-section .row [class*="col-"] {
    width: 50%;
     }
     .growing-section .row [class*="col-"]:nth-child(3) {
    margin-top: 10px;
  }
    .best-place-section {
    padding-bottom: 30px;
  }
    header {
    top: 25px;
  }
   .left-choose li {
    margin-bottom: 10px;
  }
  .growing-section .row [class*="col-"]:nth-child(3) img {
    width: auto;
  }
  .brand-logo .swiper-slide::before, .owl-carousel .owl-item::before {
    width: 0;
  }
  .owl-carousel .owl-item .item {
    display: flex;
    justify-content: center;
  }
.owl-carousel .owl-item img {
    height: 70px;
    width: auto;
  }
  .brand-slider .owl-carousel .owl-dots {
    margin-top: 25px !important;
  }
}

@media(max-width:569px){
  .we-partner-home .single-practice-box {
    margin-bottom:20px;
  }
  .we-partner-home .single-practice-box:last-child {
    margin-bottom:0;
  }
}

@media(max-width:479px){
   .banner-home .container {
    /* padding-top: 160px; */
  }
   .banner-home picture img {
    width: 100%;
  }
  .career-inner .row [class*="col-"],
  .growing-section .row [class*="col-"],
  .outcomes-section .row [class*="col-"] {
    width: 100%;
     }
     .img-single-partner img {
    max-width: 100%;
    width: 100%;
  }
  .career-img1 {
    margin-bottom: 10px;
  }
  .brand-slider .swiper-slide img {
    height: auto;
  }
  .brand-logo .swiper-slide::before {
    width: 0;
  }
   .leadership-box {
    padding: 15px;
  }
  .growing-section .row [class*="col-"]:nth-child(2) {
    margin-top: 10px;
  }

  .des-practice-box .h3 {
    font-size: 21px !important;
  }
  .des-practice-box p {
    font-size: 15px;
  }
  .owl-carousel .owl-item img {
    height: 45px;
  }
  .brand-slider .owl-theme .owl-dots .owl-dot span, .brand-slider .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
  .sticky-header header .header-inner,
  header .header-inner {
    padding: 12px;
  }
  .growing-box .map-icon-growing {
    height: auto;
  }
}