/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[hidden] {
	display: none !important;
}

.skip-link {
	position: fixed;
	z-index: 10000000;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	border-radius: 4px;
	background: #fff;
	color: #007CF5;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 6px 20px rgba(0, 35, 75, .18);
	transform: translateY(-160%);
	transition: transform .2s ease;
}

.skip-link:focus {
	color: #007CF5;
	transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
[role="tab"]:focus-visible {
	outline: 3px solid rgba(0, 124, 245, .45);
	outline-offset: 3px;
}

p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #007CF5;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #007CF5;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #007CF5;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #007CF5;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #007CF5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #007CF5;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #007CF5!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #007CF5!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover {
	color: #007CF5;
	border-bottom: none;
}

.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #007CF5;
	border-bottom: 3px solid #007CF5;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #007CF5;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/home-hero-automotive-growth-v2.jpg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#007CF5;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4,
.Modern-Slider .item h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4,
.Modern-Slider .item.slick-active h1 {
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #007CF5;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 140px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #007CF5;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #007CF5;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 900 / 831;
	object-fit: cover;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #007CF5;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #007CF5;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #007CF5;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #007CF5;
}

.contact-us .contact-form button.filled-button {
	background-color: #007CF5;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #007CF5;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #232323;
	padding: 80px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #007CF5;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #007CF5;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #007CF5;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #007CF5;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #007CF5;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs > .col-md-4 > ul > li > a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #007CF5;
  	font-size: 20px;
  	color: rgba(255, 255, 255, .68);
  	letter-spacing: 0.5px;
  	font-weight: 400;
	transform: translateX(0);
  	transition:
		color .28s ease,
		font-size .28s cubic-bezier(.22, 1, .36, 1),
		font-weight .28s ease,
		letter-spacing .28s ease,
		transform .28s cubic-bezier(.22, 1, .36, 1),
		background-color .28s ease;
}
#tabs > .col-md-4 > ul > li > a:hover,
#tabs > .col-md-4 > ul > li > a:focus {
	color: rgba(255, 255, 255, .9);
	transform: translateX(4px);
}
#tabs > .col-md-4 > ul > li > a i {
	float: right;
	margin-top: 5px;
	opacity: .72;
	transition: opacity .28s ease, transform .28s ease;
}
#tabs > .col-md-4 > ul > li > a:hover i,
#tabs > .col-md-4 > ul > li > a:focus i {
	opacity: 1;
	transform: translateX(3px);
}
#tabs ul .ui-tabs-active span {
  background: #DCEEFF;
  border: #DCEEFF;
  line-height: 90px;
  border-bottom: none;
}
#tabs > .col-md-4 > ul > li.ui-tabs-active > a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .7px;
  transform: translateX(0);
}
#tabs > .col-md-4 > ul > li.ui-tabs-active > a i {
	opacity: 1;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}

.tabs-content > article > .solution-banner {
	display: block;
	width: 100%;
	max-width: none;
	height: auto !important;
	object-fit: contain;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #007CF5;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #007CF5;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item-1 .img-fill {
		background-position: 68% center;
	}
	.Modern-Slider .item .img-fill:after {
		background: rgba(3, 14, 31, .67);
	}
	.single-services {
		margin-top: 70px;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4,
	.Modern-Slider .item h1 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover {
		color: #007CF5!important;
		border-bottom: none!important;
	}
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #007CF5!important;
		border-bottom: 3px solid #007CF5!important;
	}
}

/* Wuyou Auto content layer */
body {
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}

p {
	font-size: 15px;
}

a.filled-button,
a.border-button,
.section-heading span,
.page-heading span,
.more-info .right-content span,
.fun-facts span {
	text-transform: none;
}

a.filled-button:focus,
a.border-button:focus {
	outline: 3px solid rgba(0, 124, 245, 0.45);
	outline-offset: 3px;
}

.navbar a:focus,
.navbar a:active {
	outline: none;
	box-shadow: none;
}

.sub-header ul.left-info li span,
.top-slogan {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.left-info li span i {
	margin-right: 10px;
	font-size: 18px;
}

.navbar .navbar-brand h2 {
	text-transform: none;
	letter-spacing: 1px;
}

.navbar .navbar-nav a.nav-link {
	font-weight: 500;
}

.Modern-Slider .item .img-fill:after,
.page-heading:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 13, 16, 0.78), rgba(8, 13, 16, 0.28));
}

.Modern-Slider .item .img-fill,
.page-heading {
	position: relative;
}

.Modern-Slider .text-content,
.page-heading .container {
	z-index: 1;
}

.page-heading .container {
	position: relative;
}

.Modern-Slider .item h4,
.Modern-Slider .item h1 {
	text-transform: none;
	line-height: 1.25;
}

.Modern-Slider .item h6 {
	text-transform: none;
}

.content-section {
	padding: 120px 0;
}

.light-section {
	background: #f7f7f7;
}

.content-section .section-heading,
.brand-strip .section-heading {
	margin-bottom: 60px;
}

.compact-heading {
	margin-bottom: 45px !important;
}

.core-capabilities {
	background: #f5f7f8;
}

.core-capabilities .container {
	max-width: 1280px;
}

.capabilities-heading {
	max-width: 900px;
	margin: 0 auto 70px;
	text-align: center;
}

.capabilities-heading > span {
	display: block;
	margin-bottom: 24px;
	color: #007CF5;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
}

.capabilities-heading h2 {
	margin: 0;
	color: #111b24;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -1px;
}

.capabilities-heading p {
	max-width: 820px;
	margin: 24px auto 0;
	color: #69747d;
	font-size: 16px;
	line-height: 1.9;
}

.capability-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}

.core-capability-card {
	min-height: 310px;
	padding: 42px 32px 36px;
	background: #fff;
	border: 1px solid #e2e7ea;
	transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease;
}

.core-capability-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 38px rgba(12, 27, 37, .075);
}

.capability-icon {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #EAF4FF;
	color: #007CF5;
}

.capability-icon svg {
	width: 32px;
	height: 32px;
}

.core-capability-card h3 {
	margin: 30px 0 18px;
	color: #111b24;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}

.core-capability-card p {
	margin: 0;
	color: #69747d;
	font-size: 14px;
	line-height: 1.9;
}

.capability-card {
	height: 100%;
	background: #fff;
	padding: 42px;
	box-shadow: 0 15px 45px rgba(22, 31, 40, 0.08);
	border-top: 4px solid #007CF5;
}

.capability-card .feature-icon {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(0, 124, 245, 0.16);
	color: #007CF5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 24px;
}

.capability-card h3,
.pain-card h3,
.advantage-card h3,
.identity-card h3 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #1e1e1e;
}

.compact-facts,
.about-facts {
	margin-top: 0;
}

.compact-facts .left-content p,
.about-facts .left-content p {
	margin-bottom: 0;
}

.metric-value {
	margin: 5px 0;
	color: #007CF5;
	font-weight: 700;
	font-size: 34px;
	line-height: 54px;
}

.solution-preview {
	margin-top: 120px;
}

.solution-preview .row > [class*="col-md-4"] {
	display: flex;
}

.solution-preview .service-item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.solution-preview .service-item .down-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.solution-preview .service-item .down-content a {
	align-self: flex-start;
	margin-top: auto;
}

.brand-strip {
	margin-top: 120px;
}

.brand-name-wall {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
}

.brand-name-wall span {
	background: #fff;
	border: 1px solid #e5e5e5;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #333;
	padding: 10px;
	text-align: center;
}

.brand-more {
	margin-top: 38px;
}

.partners a.filled-button:hover,
.light-section a.filled-button:hover {
	background: #232323;
	color: #fff;
}

.single-services .tabs-content h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 30px 0 12px;
}

.single-services .tabs-content h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 24px 0 12px;
}

.solution-lead {
	font-size: 16px !important;
	color: #555 !important;
}

.solution-detail {
	border-top: 1px solid #e7e7e7;
	margin-top: 25px;
	padding-top: 2px;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-list span {
	display: inline-block;
	background: rgba(0, 124, 245, 0.14);
	color: #007CF5;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 13px;
	border-radius: 18px;
}

.service-audience {
	margin-top: 22px;
	padding: 18px 22px 20px;
	border: 1px solid #eef1f6;
	border-radius: 4px;
	background: #fff;
}

.service-audience h3 {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px !important;
	color: #11182b;
}

.service-audience h3 .service-target-icon {
	display: block;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
}

.service-audience .tag-list {
	justify-content: space-between;
	gap: 12px;
}

.service-audience .tag-list span {
	flex: 1 1 88px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: transparent;
	border-right: 1px solid #e7eaef;
	color: #3b3b50;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px;
	text-align: center;
	border-radius: 0;
}

.service-audience .tag-list img {
	display: block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.service-audience .tag-list span:last-child {
	border-right: 0;
}

#tabs-1 .service-audience .tag-list {
	gap: 0;
}

#tabs-1 .service-audience .tag-list span {
	flex: 1 1 0;
	min-width: 0;
	gap: 6px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 13px;
	white-space: nowrap;
}

.solution-compare {
	position: relative;
	gap: 30px;
	margin-top: 26px;
}

.solution-compare::after {
	content: "VS";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: #007CF5;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	transform: translate(-50%, -50%);
}

.solution-compare .solution-detail {
	display: grid;
	grid-template-rows: auto 1fr;
	margin: 0;
	padding: 26px 28px 30px;
	border: 0;
	border-radius: 4px;
}

.pain-card-list {
	background: #fcf7f7;
}

.answer-card-list {
	background: #f2f5fe;
}

.solution-card-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(120, 120, 137, .14);
}

.solution-card-heading h3 {
	margin: 0 !important;
	font-size: 20px !important;
	color: #404151;
}

.solution-card-heading > span {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 9px;
	border-radius: 12px;
	background: #fdebe8;
	color: #fa5548;
	font-size: 11px;
	font-weight: 600;
}

.answer-card-list .solution-card-heading h3,
.answer-card-list .solution-card-heading > span {
	color: #007CF5;
}

.answer-card-list .solution-card-heading > span {
	background: #e3ebfe;
}

#tabs .solution-point-list {
	display: grid;
	gap: 28px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

#tabs-1 .solution-point-list {
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

#tabs-2 .solution-point-list,
#tabs-3 .solution-point-list,
#tabs-4 .solution-point-list {
	grid-template-rows: repeat(4, minmax(0, 1fr));
}

#tabs .solution-point-list li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	width: auto;
	margin: 0;
}

.solution-point-list li > img {
	display: block;
	width: 36px;
	height: 36px;
}

.solution-point-list li > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fcebea;
	color: #fa625c;
	font-size: 17px;
}

.answer-card-list .solution-point-list li > i {
	background: #e1e9fe;
	color: #007CF5;
}

.solution-point-list strong,
.solution-point-list small {
	display: block;
}

.solution-point-list strong {
	margin-bottom: 3px;
	color: #404151;
	font-size: 15px;
	line-height: 1.45;
}

.answer-card-list .solution-point-list strong {
	color: #007CF5;
}

.solution-point-list small {
	color: #787889;
	font-size: 12px;
	line-height: 1.55;
}

.solution-results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 22px;
	padding: 18px 22px;
	background: #f8fbfe;
	border: 1px solid #eef2f8;
}

.solution-results.four-results {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-results.four-results > div {
	gap: 9px;
	padding: 0 10px;
}

.solution-results.four-results i {
	font-size: 28px;
}

.solution-results img {
	display: block;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
}

.solution-results.four-results strong {
	font-size: 21px;
}

.solution-results > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 0;
	border-right: 1px solid #e1e8fb;
}

.solution-results > div:last-child {
	border-right: 0;
}

.solution-results i {
	color: #9dccfb;
	font-size: 32px;
}

.solution-results p,
.solution-results strong,
.solution-results span {
	display: block;
	margin: 0;
}

.solution-results strong {
	color: #007CF5;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
}

.solution-results strong small {
	font-size: 12px;
	font-weight: 400;
}

.solution-results strong sup {
	font-size: 14px;
}

.solution-results span {
	margin-top: 5px;
	color: #787889;
	font-size: 12px;
}

.anchor-target {
	display: block;
	position: relative;
	top: -110px;
	visibility: hidden;
}

.pain-section {
	margin-top: 120px;
}

.pain-section .row > [class*="col-"] {
	display: flex;
}

.pain-card {
	background: #fff;
	padding: 32px 28px;
	width: 100%;
	box-shadow: 0 10px 35px rgba(22, 31, 40, 0.06);
}

.pain-card > span {
	display: block;
	color: #007CF5;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.capability-flow {
	background: #fff;
}

.flow-row {
	position: relative;
}

.flow-item {
	text-align: center;
	padding: 28px 14px;
}

.flow-item i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #007CF5;
	color: #fff;
	font-size: 26px;
	margin: 0 auto 22px;
}

.flow-item strong {
	display: block;
	font-size: 19px;
	margin-bottom: 8px;
}

.solution-cta,
.partner-cta,
.about-cta {
	margin-top: 0;
}

.partner-intro h2,
.direction-section h2 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.35;
}

.partner-intro h2 em,
.direction-section h2 em {
	font-style: normal;
	color: #007CF5;
}

.eyebrow {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #007CF5;
	font-weight: 700;
	margin-bottom: 12px;
}

.partner-intro p,
.direction-section p {
	font-size: 16px;
	line-height: 32px;
}

.brand-cases .row > [class*="col-"] {
	display: flex;
}

.brand-card {
	width: 100%;
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #ededed;
	box-shadow: 0 12px 35px rgba(22, 31, 40, 0.05);
	transition: transform .25s ease, box-shadow .25s ease;
}

.brand-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 45px rgba(22, 31, 40, 0.1);
}

.brand-card.featured {
	border-top: 4px solid #007CF5;
}

.brand-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.brand-card-head > span {
	font-size: 12px;
	color: #777;
	white-space: nowrap;
}

.brand-card-logo {
	display: block;
	width: 114px;
	height: 45px;
	object-fit: contain;
	object-position: left center;
}

.brand-card h3 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}

.brand-card p {
	line-height: 27px;
}

.result-tags {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr;
	gap: 5px 8px;
	align-items: baseline;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #eee;
}

.result-tags b {
	color: #007CF5;
	font-size: 18px;
}

.result-tags span {
	font-size: 12px;
	color: #777;
}

.identity-section {
	padding-top: 100px;
}

.identity-section .row > [class*="col-"] {
	display: flex;
}

.identity-card {
	width: 100%;
	padding: 34px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.identity-card > span {
	display: block;
	color: #007CF5;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 18px;
}

.identity-card.accent {
	background: #007CF5;
	border-color: #007CF5;
}

.identity-card.accent > span,
.identity-card.accent h3,
.identity-card.accent p {
	color: #fff;
}

.advantages-section .row > [class*="col-"] {
	display: flex;
}

.advantage-card {
	width: 100%;
	background: #fff;
	padding: 34px 28px;
	box-shadow: 0 10px 35px rgba(22, 31, 40, 0.05);
}

.advantage-card i {
	font-size: 34px;
	color: #007CF5;
	margin-bottom: 24px;
}

.direction-section {
	background: #fff;
}

.direction-steps {
	padding-left: 55px;
}

.direction-steps span {
	display: block;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #e8e8e8;
}

.direction-steps b {
	display: inline-block;
	color: #007CF5;
	margin-right: 18px;
}

.line-link {
	display: inline-flex;
	align-items: center;
	height: 24px;
	margin-top: 8px;
}

.line-link span,
.card-link-line {
	display: block;
	width: 52px;
	height: 4px;
	background: #007CF5;
	transition: width .25s ease;
}

.line-link:hover span,
.line-link:focus span {
	width: 72px;
}

.card-link-line {
	margin-top: 26px;
}

.home-solutions {
	background: #f7f7f7;
}

.solution-copy {
	padding-right: 55px;
}

.solution-copy > span {
	display: block;
	color: #007CF5;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: 14px;
}

.solution-copy h2 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 28px;
}

.solution-copy h2 em {
	font-style: normal;
	color: #007CF5;
}

.solution-copy p + p {
	margin-top: 14px;
}

.solution-menu {
	background: #fff;
	box-shadow: 0 18px 50px rgba(22, 31, 40, .08);
}

.solution-menu a {
	display: grid;
	grid-template-columns: 45px 1fr 20px;
	align-items: center;
	gap: 18px;
	padding: 27px 30px;
	border-bottom: 1px solid #ececec;
	color: #222;
	transition: background .25s ease, color .25s ease;
}

.solution-menu a:last-child {
	border-bottom: 0;
}

.solution-menu a:hover,
.solution-menu a:focus {
	background: #007CF5;
	color: #fff;
}

.solution-menu strong {
	font-size: 15px;
	color: #007CF5;
}

.solution-menu a:hover strong,
.solution-menu a:focus strong {
	color: #fff;
}

.solution-menu b,
.solution-menu small {
	display: block;
}

.solution-menu b {
	font-size: 19px;
	margin-bottom: 5px;
}

.solution-menu small {
	font-size: 13px;
	color: #777;
}

.solution-menu a:hover small,
.solution-menu a:focus small {
	color: rgba(255, 255, 255, .86);
}

.brand-carousel .partner-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 16px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-size: 18px;
	font-weight: 700;
	color: #292929;
}

.solution-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding: 8px 0 8px 25px;
	font-size: 14px;
	line-height: 23px;
	color: #3d3d3d;
}

.check-list li:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 9px;
	font-family: "FontAwesome";
	color: #007CF5;
}

.check-list.muted li:before {
	content: "\f071";
	color: #9b9b9b;
}

.service-process-section {
	margin-top: 120px;
}

.service-process {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.service-process:before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 58px;
	height: 2px;
	background: #CFE7FF;
}

.process-step {
	position: relative;
	z-index: 1;
	text-align: center;
	background: #fff;
	padding: 26px 14px 24px;
	box-shadow: 0 10px 35px rgba(22, 31, 40, .06);
}

.process-step > span {
	position: absolute;
	top: 12px;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #007CF5;
}

.process-step i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #007CF5;
	color: #fff;
	font-size: 24px;
	margin: 0 auto 20px;
}

.process-step strong {
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
}

.brand-logo-showcase {
	background: #232323;
	color: #fff;
	overflow: hidden;
}

.brand-logo-heading h2,
.brand-logo-heading span {
	color: #fff;
}

.brand-logo-heading {
	margin-bottom: 55px !important;
}

.brand-logo-marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.brand-logo-track {
	display: flex;
	width: max-content;
	animation: brand-logo-scroll 34s linear infinite;
}

.brand-logo-marquee:hover .brand-logo-track {
	animation-play-state: paused;
}

.brand-logo-group {
	display: flex;
	align-items: center;
	gap: 22px;
	padding-right: 22px;
}

.brand-logo-item {
	flex: 0 0 150px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-logo-item img {
	display: block;
	width: 114px;
	height: 45px;
	object-fit: contain;
	opacity: .82;
	transition: opacity .3s ease, transform .3s ease;
}

.brand-logo-item:hover img {
	opacity: 1;
	transform: scale(1.035);
}

@keyframes brand-logo-scroll {
	to {
		transform: translateX(-50%);
	}
}

/* Refined scroll motion inspired by editorial Framer transitions */
body.motion-ready .motion-reveal {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	transition: opacity .72s ease, transform 1s cubic-bezier(.22, 1, .36, 1);
	transition-delay: var(--motion-delay, 0ms);
	will-change: opacity, transform;
}

body.motion-ready .motion-reveal.motion-left {
	transform: translate3d(-56px, 0, 0);
}

body.motion-ready .motion-reveal.motion-right {
	transform: translate3d(56px, 0, 0);
}

body.motion-ready .motion-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	will-change: auto;
}

body.motion-ready .motion-media {
	overflow: hidden;
}

body.motion-ready .motion-media img {
	transform: scale(1.035);
	transition: transform 1.25s cubic-bezier(.22, 1, .36, 1);
}

body.motion-ready .motion-media.is-visible img {
	transform: scale(1);
}

body.motion-ready .motion-line::before {
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 1.25s cubic-bezier(.22, 1, .36, 1) .12s;
}

body.motion-ready .motion-line.is-visible::before {
	transform: scaleX(1);
}

@keyframes tab-panel-reveal {
	from {
		opacity: 0;
		transform: translate3d(0, 16px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

body.motion-ready .tabs-content .ui-tabs-panel[aria-hidden="false"] {
	animation: tab-panel-reveal .55s cubic-bezier(.22, 1, .36, 1) both;
}

@media (max-width: 1199px) {
	.capability-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 992px) {
	.capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.core-capability-card {
		min-height: 285px;
	}
	.brand-name-wall {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.capability-card,
	.identity-card,
	.advantage-card,
	.pain-card {
		margin-bottom: 30px;
	}
	.direction-steps {
		padding-left: 0;
		margin-top: 35px;
	}
	.solution-copy {
		padding-right: 0;
		margin-bottom: 45px;
	}
	.service-process {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.service-process:before {
		display: none;
	}
}

@media (max-width: 768px) {
	.content-section {
		padding: 80px 0;
	}
	.capabilities-heading {
		margin-bottom: 45px;
	}
	.capabilities-heading h2 {
		font-size: 30px;
		letter-spacing: 0;
	}
	.capabilities-heading p {
		font-size: 15px;
	}
	.section-heading {
		margin-bottom: 50px;
	}
	.section-heading h2,
	.partner-intro h2,
	.direction-section h2 {
		font-size: 30px;
	}
	.brand-name-wall {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.brand-name-wall span {
		min-height: 64px;
	}
	.solution-preview,
	.brand-strip,
	.pain-section {
		margin-top: 80px;
	}
	.result-tags {
		grid-template-columns: auto 1fr;
	}
	.solution-columns,
	.service-process {
		grid-template-columns: 1fr;
	}
	.service-audience .tag-list {
		justify-content: flex-start;
	}
	.service-audience .tag-list span {
		flex-basis: calc(50% - 6px);
		border: 1px solid #e7eaef;
	}
	.solution-results {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.solution-results.four-results {
		grid-template-columns: 1fr;
	}
	.solution-compare::after {
		top: 50%;
		width: 46px;
		height: 46px;
		font-size: 15px;
	}
	.solution-compare {
		gap: 24px;
	}
	.solution-compare .solution-detail {
		padding: 24px 22px 26px;
	}
	#tabs .solution-point-list {
		gap: 22px;
		margin-top: 22px;
	}
	.solution-results > div {
		justify-content: flex-start;
		padding-bottom: 16px;
		border-right: 0;
		border-bottom: 1px solid #e1e8fb;
	}
	.solution-results > div:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.brand-logo-heading {
		margin-bottom: 40px !important;
	}
	.brand-logo-marquee {
		-webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
		mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
	}
	.brand-logo-group {
		gap: 16px;
		padding-right: 16px;
	}
	.brand-logo-item {
		flex-basis: 136px;
		height: 74px;
	}
	.service-process-section {
		margin-top: 80px;
	}
}

@media (max-width: 576px) {
	.capability-grid {
		grid-template-columns: 1fr;
	}
	.core-capability-card {
		min-height: auto;
	}
}

@media (max-width: 768px) {
	body.motion-ready .motion-reveal.motion-left,
	body.motion-ready .motion-reveal.motion-right {
		transform: translate3d(0, 24px, 0);
	}
	body.motion-ready .motion-reveal.is-visible {
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	body.motion-ready .motion-reveal,
	body.motion-ready .motion-reveal.motion-left,
	body.motion-ready .motion-reveal.motion-right,
	body.motion-ready .motion-reveal.is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}
	body.motion-ready .motion-line::before {
		transform: scaleX(1);
		transition: none;
	}
	body.motion-ready .motion-media img,
	body.motion-ready .motion-media.is-visible img {
		transform: none;
		transition: none;
	}
	body.motion-ready .tabs-content .ui-tabs-panel[aria-hidden="false"] {
		animation: none;
	}
	.brand-logo-track {
		animation: none;
	}
	.brand-logo-group[aria-hidden="true"] {
		display: none;
	}
	.brand-logo-marquee {
		overflow-x: auto;
		-webkit-mask-image: none;
		mask-image: none;
	}
}
