.maingoldmanhero-section {
	position: relative;
	width: 100%;
}
.maingoldmanhero-section img {
	width: 100%;
	height: auto;
}
.maingoldmanhero-section .titledsc {
	position: absolute;
	top: 190px;
	left: 90px;
	width: 60%;
	z-index: 9;
}
.maingoldmanhero-section .titledsc h5 {
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.maingoldmanhero-section .titledsc h4 {
	font-family: 'GT Walsheim Pro';
	font-size: 46px;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.maingoldmanhero-section .titledsc h4 strong {
	display: block;
	font-weight: 700;
}
.maingoldmanhero-section .titledsc p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
	padding: 20px 0;
	margin: 0;
}
.maingoldmanhero-section .titledsc .getstartbtn {
	display: inline-block;
	padding: 30px 0 0;
}
.maingoldmanhero-section .titledsc .getstartbtn a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
	transition: 0.3s;
	background: #f54380;
	border-radius: 50px;
	text-align: center;
	padding: 10px 25px;
	margin: 0;
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}
.maingoldmanhero-section .titledsc .getstartbtn a:hover {
	color: #fff;
	background: rgba(0,0,0,0.8);
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 0ms;
}
.maingoldmanhero-section .numbercountbx {
	position: relative;
	width: 100%;
	float: left;
	padding-top: 80px;
}
.maingoldmanhero-section .numbercountbx .counter-box {
	width: 25%;
	float: left;
}
.maingoldmanhero-section .numbercountbx .counter-box.bdr {
	border-left: 1px solid rgba(256, 256, 256, 0.5);
	padding-left: 20px;
}
.maingoldmanhero-section .numbercountbx .counter {
	display: inline-block;
}
.maingoldmanhero-section .numbercountbx .counter-box .counter-box-content {
	display: block;
}
.maingoldmanhero-section .numbercountbx .counter-box.home-effective .content-box-percentage {
	display: inline-block;
}
.maingoldmanhero-section .numbercountbx .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	font-family: 'GT Walsheim Pro';
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	padding: 0;
	margin: 0;
}
.maingoldmanhero-section .numbercountbx .counter-box.home-effective strong {
	display: inline-block;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 5px;
	margin: 0;
}
.maingoldmanhero-section .numbercountbx .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 0;
	margin: 0;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.mobban {
	display: none;
}
.word {
	display: block;
	animation: show 0.01s forwards, pop-word 1.5s forwards;
	animation-timing-function: cubic-bezier(0.14, 1.23, 0.33, 1.16);
	opacity: 0;
	transform: rotateX(120deg);
	transform-origin: 50% 100%;
}
.word:nth-of-type(2) {
	animation-delay: 1.1s;
}
@keyframes pop-word {
 to {
 transform: rotateX(0);
}
}
 @keyframes show {
 to {
 opacity: 1;
}
}
 @keyframes bar-scale {
 to {
 transform: scaleY(1);
}
}
 @keyframes sparkle {
 0% {
 transform: scale(0);
}
 60% {
 transform: scale(1) translate(4px, 1px) rotate(8deg);
}
 100% {
 transform: scale(0) translate(4px, 1px) rotate(8deg);
}
}
 @keyframes shimmer {
 to {
 text-shadow: 0 0 8px red;
}
}
@media screen and (max-width:1024px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.dskban {
	display: none;
}
.mobban {
	display: block;
}
.maingoldmanhero-section .numbercountbx {
	padding-top: 50px;
}
.maingoldmanhero-section .titledsc {
	top: 30%;
	width: 100%;
	left: 0;
	padding: 0 6%;
}
.maingoldmanhero-section .titledsc h4 {
	font-size: 40px;
	line-height: 60px;
}
.whatwedo-section .indiv-tbx1 .tbx {
	padding: 10px;
}
.whatwedo-section .indiv-tbx1 .tbx img {
	width: 56px;
}
.whatwedo-section .indiv-tbx1 .tbx p {
	font-size: 14px;
	padding: 5px 0;
}
.goldmanseo-service-section .indiv-servicetbx h4 {
	font-size: 28px;
	line-height: 39px;
}
.goldmanseo-service-section .indiv-servicetbx p {
	font-size: 15px;
	line-height: 21px;
}
.satisfiedclient-section .indiv-clientbx {
	padding: 20px;
}
.satisfiedclient-section .indiv-clientbx img {
	width: auto;
	height: 48px;
}
}
@media screen and (max-width:768px) {
header .calnowbtn {
	margin-top: -55px;
}
.maingoldmanhero-section .titledsc {
	top: 25%;
	width: 100%;
	left: 0;
	padding: 0 6%;
}
.maingoldmanhero-section .titledsc h4 {
	font-size: 30px;
	line-height: 40px;
}
.maingoldmanhero-section .titledsc p {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 5px 0;
}
.maingoldmanhero-section .titledsc .getstartbtn a {
	font-size: 13px;
	line-height: 16px;
}
.maingoldmanhero-section .titledsc h4 {
	font-size: 18px;
	line-height: 24px;
}
}
@media screen and (max-width:560px) {
.maingoldmanhero-section .titledsc h4 {
	font-size: 18px;
	line-height: 24px;
}
.maingoldmanhero-section .titledsc p {
	font-size: 12px;
	line-height: 18px;
}
.maingoldmanhero-section .titledsc .getstartbtn {
	padding: 10px 0 0;
}
.maingoldmanhero-section .titledsc .getstartbtn a {
	font-size: 12px;
	line-height: 16px;
	padding: 7px 15px;
}
.maingoldmanhero-section .numbercountbx {
	padding-top: 20px;
}
.maingoldmanhero-section .numbercountbx .counter-box.bdr {
	padding-left: 10px;
}
.maingoldmanhero-section .numbercountbx .counter-box.home-effective .content-box-percentage .display-percentage {
	font-size: 21px;
	line-height: 30px;
}
.maingoldmanhero-section .numbercountbx .counter-box.home-effective .content-box-percentage .counter-box-content {
	font-size: 11px;
	line-height: 16px;
}
.maingoldmanhero-section .numbercountbx .counter-box.home-effective strong {
	font-size: 22px;
}
}
