* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'GT Walsheim Pro';
	font-style: normal;
}
@font-face {
 font-family: 'GT Walsheim Pro';
 src: url('GTWalsheimPro-Black.woff2') format('woff2'), url('GTWalsheimPro-Black.woff') format('woff');
 font-weight: 900;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'GT Walsheim Pro';
 src: url('GTWalsheimPro-Bold.woff2') format('woff2'), url('GTWalsheimPro-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'GT Walsheim Pro';
 src: url('GTWalsheimPro-Light.woff2') format('woff2'), url('GTWalsheimPro-Light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'GT Walsheim Pro';
 src: url('GTWalsheimPro-Medium.woff2') format('woff2'), url('GTWalsheimPro-Medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'GT Walsheim Pro';
 src: url('GTWalsheimPro-Regular.woff2') format('woff2'), url('GTWalsheimPro-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
a {
	outline: none;
 -webkit-transition: all .5s;
 transition: all .5s;
}
input, textarea {
	outline: none;
}
.goldmanfixbar {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 1020;
	transition: all 0.4s;
}
.goldmanfixbar.sticky {
	position: fixed;
	background: rgba(0, 0, 0, 0.85);
	transition: all 0.4s;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes fade-in-down {
 0% {
 transform: translate3d(0, -50px, 0);
}
 100% {
 opacity: 1;
 transform: none;
}
}
header .goldmanlogo {
	float: left;
	background: url(../images/goldmanseoksa-logo1w.png) no-repeat;
	background-size: 214px 60px;
	width: 214px;
	height: 60px;
	margin: 10px 0;
}
header .goldmanlogo a {
	text-decoration: none;
}
header .tpmain-nav {
	width: 70%;
	float: left;
	margin: 25px 0 0;
}
header .tpmain-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .tpmain-nav li {
	float: left;
	position: relative;
	margin-right: 12px
}
header .tpmain-nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .tpmain-nav li a:hover {
	color: rgba(245, 67, 128, 100);
}
header .tpmain-nav li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 50px;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
header .tpmain-nav li .sub-menu {
	position: fixed;
	min-width: 195px;
	background: #fff;
	padding: 20px;
	z-index: 9;
	top: 70px;
	border-radius: 15px;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 7px 15px rgba(30, 34, 40, .06);
}
header .tpmain-nav li.bx .sub-menu {
	min-height: 400px;
}
header .tpmain-nav li.bx .sub-menu::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 background: #f54380;
 width: 100%;
 height: 2px;
}
header .tpmain-nav li .sub-menu li {
	float: none;
	background: none;
	padding: 0;
	margin: 5px 0;
}
header .tpmain-nav li .sub-menu li a {
	color: #111;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	padding: 5px 15px;
	margin: 0;
}
header .tpmain-nav li .sub-menu li a:hover {
	color: #f54380;
	padding-left: 20px;
	background: none;
}
header .tpmain-nav li .sub-menu li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #f54380;
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: 1;
	border-radius: 50px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .tpmain-nav li .sub-menu li a:hover:before {
	content: "";
	width: 50%;
	left: 0;
}
header .tpmain-nav li .sub-menu li a:after {
	content: "";
	width: 3px;
	height: 12px;
	background: #f54380;
	position: absolute;
	bottom: 2px;
	left: 0;
	top: 13px;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .tpmain-nav li .sub-menu li a:hover:after {
	content: "";
	width: 10px;
	left: 0;
	top: 13px;
}
header .tpmain-nav li.indbx .sub-menu {
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 320px;
	border-radius: 0;
}
header .tpmain-nav li.indbx .sub-menu li {
	float: left;
	width:25%;
}
header .tpmain-nav li.indbx .sub-menu li a {
	position:relative;
	color: #111;
	font-size: 17px;
	font-weight: 500;
	line-height: 70px;
	padding: 5px 15px 5px 80px;
	margin: 0;
}
header .tpmain-nav li.indbx .sub-menu li a:hover {
	color: #f54380;
	padding-left: 90px;
	background: none;
}
header .tpmain-nav li.indbx .sub-menu li a:before {
	content: "";
	width: 0;
	height: 0;
	background: #f54380;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-radius: 50px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .tpmain-nav li.indbx .sub-menu li a:hover:before {
	content: "";
	width: 0;
	left: 0;
}
header .tpmain-nav li.indbx .sub-menu li a:after {
	content: "";
	width: 0;
	height: 0;
	background: #f54380;
	position: absolute;
	bottom: 2px;
	left: 0;
	top: 13px;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .tpmain-nav li.indbx .sub-menu li a:hover:after {
	content: "";
	width: 0;
	left: 0;
	top: 13px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht1 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg1.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht1 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht2 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg2.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht2 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht3 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg3.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht3 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht4 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg4.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht4 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht5 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg5.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht6 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht6 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg6.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht6 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht7 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg7.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht7 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht8 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg8.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht8 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht9 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg9.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht9 a:hover:before {
	left: 10px;
}
header .tpmain-nav li.indbx .sub-menu li.mnupht10 a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url('https://www.goldmanseoksa.com/wp-content/uploads/2026/08/ind-mnuimg10.jpg') no-repeat;
	background-size: 60px 60px;
	border-radius: 50px;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
header .tpmain-nav li.indbx .sub-menu li.mnupht10 a:hover:before {
	left: 10px;
}
header .calnowbtn {
	position: relative;
	float: right;
	margin: 21px 0 0;
}
header .calnowbtn a {
	display: block;
	color: rgba(256, 256, 256);
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 50px;
	background: url(../images/phnicn.png) no-repeat 10px 5px #f54380;
	background-size: 25px 25px;
	padding: 7px 14px 7px 35px;
	margin: 0;
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}
header .calnowbtn a:hover {
	color: rgba(256, 256, 256);
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 0ms;
}
/* Declare border pulse animation */
@keyframes borderPulse {
 0% {
 box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
}
 100% {
 box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
}
}
@keyframes hoverShine {
 0% {
 background-image: linear-gradient(135deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
 50% {
 background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
}
 100% {
 background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .4) 100%);
}
}
@-webkit-keyframes widthroll {
 0% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
 50% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 left: 100%;
}
 51% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 left: 0;
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 left: 0;
}
}
 @keyframes widthroll {
 0% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
 50% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 left: 100%;
}
 51% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 left: 0;
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 left: 0;
}
}
/*** Mobile Menu ****/
header .mobBar {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 9;
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background: #fff;
	margin: 6px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 350px;
	height: 100vh;
	background: #111;
	padding: 90px 0 20px;
	list-style: none;
 transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	padding: 10px 35px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: rgba(245, 67, 128, 100);
}
header .mobBar .mobNav li .sub-menu {
	margin: 0 50px;
}
header .mobBar .mobNav li .sub-menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 0;
	margin: 2px 0;
}
/** END **/
.goldmanabtprofile-section {
	position: relative;
	padding: 50px 0;
}
.goldmanabtprofile-section h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: rgb(245 67 128);
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.goldmanabtprofile-section h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.goldmanabtprofile-section h1 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
}
.goldmanabtprofile-section p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.goldmanabtprofile-section p strong {
	font-size: 18px;
	color: #111;
	line-height: 28px;
	font-weight: 500;
	border-left: 2px solid rgba(0, 0, 0, 0.7);
	display: block;
	padding-left: 20px;
}
.goldmanabtprofile-section .ltimg {
	position:relative;
	float: left;
	width: 49.5%;
	border-radius: 10px 0 0 10px;
	overflow:hidden;
}
.goldmanabtprofile-section .ltimg img {
	width: 100%;
	height: auto;
	border-radius: 10px 0 0 10px;
}
.goldmanabtprofile-section .rtimg {
	float: right;
	width: 49.5%;
	border-radius: 0 10px 10px 0;
}
.goldmanabtprofile-section .rtimg img {
	width: 100%;
	height: auto;
	border-radius: 0 10px 10px 0;
}
.goldmanabtprofile-section .ltimg:hover .laser-border {
	opacity: 1;
}
.goldmanabtprofile-section .laser-border {
	position: absolute;
	inset: -2px;
	border-radius: 32px;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.goldmanabtprofile-section .laser-border::before {
 content: "";
 position: absolute;
 width: 200%;
 height: 200%;
 top: -50%;
 left: -50%;
 background: conic-gradient(transparent 70%, #00d2ff, #9d50bb, transparent 90%);
 animation: rotate-border 3s linear infinite;
}
.goldmanabtprofile-section .laser-border::after {
 content: "";
 position: absolute;
 inset: 0;
 background: inherit;
 filter: blur(15px);
 opacity: 0.2;
 animation: pulse-glow 4s ease-in-out infinite;
}
.goldmanabtprofile-section .getstartbtn {
	display: inline-block;
	padding: 20px 0 0;
}
.goldmanabtprofile-section .getstartbtn a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	transition: 0.3s;
	background: #000;
	border-radius: 50px;
	text-align: center;
	padding: 10px 25px;
	margin: 0;
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}
.goldmanabtprofile-section .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;
}
.whatwedo-section {
	position: relative;
	padding: 50px 0;
}
.whatwedo-section .indiv-tbx {
	padding: 0 0 20px 0;
}
.whatwedo-section .indiv-tbx h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.whatwedo-section .indiv-tbx h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.whatwedo-section .indiv-tbx h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
}
.whatwedo-section .indiv-tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.whatwedo-section .indiv-tbx .getstartbtn {
	display: inline-block;
	padding: 40px 0 0;
}
.whatwedo-section .indiv-tbx .getstartbtn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	transition: 0.3s;
	background: #f54380;
	border-radius: 50px;
	text-align: center;
	padding: 8px 25px;
	margin: 0;
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}
.whatwedo-section .indiv-tbx .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;
}
.whatwedo-section .indiv-servicetbx {
	position: relative;
	width: 25%;
	float: left;
	padding: 10px 15px 10px 20px;
	margin: 10px 0;
	min-height: 310px;
}
.whatwedo-section .indiv-servicetbx:before {
	content: "";
	position: absolute;
	top: 20%;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	transform: translateY(-20%);
}
.whatwedo-section .indiv-servicetbx:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	background: #f54380;
	left: -1px;
	top: 50%;
	z-index: 2;
	animation: pxl_loop-animation-2 4s ease-in-out infinite;
}
.whatwedo-section .indiv-servicetbx.lst:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	background: #f54380;
	left: -1px;
	top: 50%;
	z-index: 2;
	animation: pxl_loop-animation 4s ease-in-out infinite;
}
.whatwedo-section .indiv-servicetbx h4 {
	font-size: 26px;
	color: #f54380;
	line-height: 29px;
	font-weight: 500;
	margin: 0 0 5px;
	padding: 0;
}
.whatwedo-section .indiv-servicetbx h4 strong {
	display: block;
	font-weight: 500;
}
.whatwedo-section .indiv-servicetbx:hover h4 {
	color: #111;
}
.whatwedo-section .indiv-servicetbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.whatwedo-section .indiv-servicetbx a:hover {
	text-decoration: none;
}
.whatwedo-section .indiv-servicetbx .numbx {
	width: 50px;
	height: 50px;
	font-size: 16px;
	color: #111;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	transition: 0.5s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .09);
	margin: 0 0 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.whatwedo-section .indiv-servicetbx:hover .numbx {
	color: #fff;
	background: #111;
	animation: headShake 2s linear infinite;
}
.whatwedo-section .indiv-servicetbx .imgbx {
	width: 70px;
	margin-bottom: 10px;
}
.whatwedo-section .indiv-servicetbx .imgbx img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.whatwedo-section .indiv-servicetbx .morebtn {
	position:absolute;
	bottom:0;
	display: inline-block;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
	padding: 5px 20px;
	margin: 20px 0 0;
	transition: 0.5s;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.whatwedo-section .indiv-servicetbx:hover .morebtn {
	color: #fff;
	background: #f54380;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.goldmanseo-hpyclint-section {
	position: relative;
	padding: 50px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
}
.goldmanseo-hpyclint-section .counter-box {
	background-image: url(../images/ulstbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 45px 20px;
}
.goldmanseo-hpyclint-section .counter {
	display: inline-block;
}
.goldmanseo-hpyclint-section .counter-box .counter-box-content {
	display: block;
}
.goldmanseo-hpyclint-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
}
.goldmanseo-hpyclint-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	padding: 0;
	margin: 0;
}
.goldmanseo-hpyclint-section .counter-box.home-effective strong {
	display: inline-block;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 30px;
	padding: 0 5px;
	margin: 0;
}
.goldmanseo-hpyclint-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 0;
	margin: 0;
}
.goldmanseo-hpyclint-section p {
	margin: 0;
}
.goldmanseo-service-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/service-bg.jpg) no-repeat;
	background-size: cover;
}
.goldmanseo-service-section::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 42%;
 height: 100%;
 background: rgba(0, 0, 0, 0.5);
}
.goldmanseo-service-section h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 50px 0 15px;
	padding: 0 0 5px;
}
.goldmanseo-service-section h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.goldmanseo-service-section h3 {
	font-size: 31px;
	color: #fff;
	line-height: 38px;
	font-weight: 400;
	margin: 10px 100px 0 0;
	padding: 0;
}
.goldmanseo-service-section .indiv-servicetbx {
	position: relative;
	width: 48%;
	float: left;
	padding: 30px;
	margin: 5px;
	background: rgba(0, 0, 0, 0.2);
}
.goldmanseo-service-section .indiv-servicetbx:before {
	content: "";
	position: absolute;
	top: 18%;
	left: 0;
	width: 1px;
	height: 90%;
	background-color: rgba(256, 256, 256, 0.5);
	transform: translateY(-20%);
}
.goldmanseo-service-section .indiv-servicetbx:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 50px;
	background: #f54380;
	left: -2px;
	top: 50%;
	z-index: 2;
	animation: pxl_loop-animation-2 4s ease-in-out infinite;
}
.goldmanseo-service-section .indiv-servicetbx.lst:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 50px;
	background: #f54380;
	left: -2px;
	top: 50%;
	z-index: 2;
	animation: pxl_loop-animation 4s ease-in-out infinite;
}
.goldmanseo-service-section .indiv-servicetbx h4 {
	font-size: 26px;
	color: #fff;
	line-height: 34px;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0;
}
.goldmanseo-service-section .indiv-servicetbx h4 strong {
	display: block;
	font-weight: 400;
}
.goldmanseo-service-section .indiv-servicetbx p {
	font-size: 16px;
	color: rgba(256, 256, 256, 0.8);
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.goldmanseo-service-section .indiv-servicetbx .imgbx {
	width: 70px;
	margin-bottom: 10px;
}
.goldmanseo-service-section .indiv-servicetbx .imgbx img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.satisfiedclient-section {
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.satisfiedclient-section h5 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.satisfiedclient-section .indiv-clientbx {
	float: left;
	padding: 20px 30px;
	background: #f5f5f5;
	border-radius: 10px;
	margin:20px 1px 0;
}
.goldmanabtcompany-section {
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.goldmanabtcompany-section h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.goldmanabtcompany-section h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.goldmanabtcompany-section h2 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.goldmanabtcompany-section h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.goldmanabtcompany-section p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.goldmanabtcompany-section .boxlst {
	width: 100%;
	float: left;
	margin: 10px 0 0;
}
.goldmanabtcompany-section .boxlst .tbx {
	position: relative;
	width: 25%;
	float: left;
	margin: 0;
	font-size: 19px;
	color: #111;
	line-height: 25px;
	font-weight: 400;
	padding: 20px;
	text-align: center;
	min-height: 230px;
}
.goldmanabtcompany-section .boxlst .tbx img {
	display: block;
	margin: 20px auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.goldmanabtcompany-section .boxlst .tbx:hover img {
	animation: headShake 2s linear infinite;
}
.goldmanabtcompany-section .boxlst .tbx:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 80%;
	background-color: #dcdcdc;
	transform: translateY(-50%);
}
.goldmanabtcompany-section .boxlst .tbx:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f54380;
	right: -3px;
	top: 20%;
	z-index: 2;
	animation: pxl_loop-animation-2 4s ease-in-out infinite;
}
.goldmanabtcompany-section .boxlst .tbx2 {
	position: relative;
	width: 25%;
	float: left;
	margin: 0;
	font-size: 19px;
	color: #111;
	line-height: 25px;
	font-weight: 400;
	padding: 20px;
	text-align: center;
	min-height: 230px;
}
.goldmanabtcompany-section .boxlst .tbx2 img {
	display: block;
	margin: 20px auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.goldmanabtcompany-section .boxlst .tbx2:hover img {
	animation: headShake 2s linear infinite;
}
.goldmanabtcompany-section .boxlst .tbx2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 80%;
	background-color: #dcdcdc;
	transform: translateY(-50%);
}
.goldmanabtcompany-section .boxlst .tbx2:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f54380;
	right: -3px;
	top: 20%;
	z-index: 2;
	animation: pxl_loop-animation 4s ease-in-out infinite;
}
.goldmanabtcompany-section .boxlst .tbx1 {
	position: relative;
	width: 25%;
	float: left;
	margin: 0;
	font-size: 19px;
	color: #111;
	line-height: 25px;
	font-weight: 400;
	padding: 20px;
	text-align: center;
	min-height: 230px;
}
.goldmanabtcompany-section .boxlst .tbx1 img {
	display: block;
	margin: 20px auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.goldmanabtcompany-section .boxlst .tbx1:hover img {
	animation: headShake 2s linear infinite;
}
@keyframes pxl_loop-animation {
 0% {
 top: 90%;
}
 50% {
 top: 10%;
}
 100% {
 top: 90%;
}
}
@keyframes pxl_loop-animation-2 {
 0% {
 top: 10%;
}
 50% {
 top: 90%;
}
 100% {
 top: 10%;
}
}
.goldmanabtcompany-section1 {
	position: relative;
	padding: 50px 0;
}
.goldmanabtcompany-section1 .read-more-box h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.goldmanabtcompany-section1 .read-more-box h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.goldmanabtcompany-section1 .read-more-box h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.goldmanabtcompany-section1 .read-more-box h4 {
	font-size: 31px;
	color: #111;
	line-height: 40px;
	font-weight: 500;
	margin: 10px 0;
	padding: 0;
}
.goldmanabtcompany-section1 .read-more-box p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.goldmanabtcompany-section1 .read-more-box img {
	float: right;
	width: 44%;
	height: auto;
	margin: 20px 0 0 50px;
	border-radius: 50px;
}
.goldmanabtcompany-section1 .read-more-box ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 50px;
}
.goldmanabtcompany-section1 .read-more-box ul li {
	font-size: 16px;
	color: #111;
	line-height: 30px;
	font-weight: 500;
	background: url(../images/check.png) no-repeat 0 5px;
	background-size: 30px 30px;
	margin: 0;
	padding: 5px 0 5px 40px;
}
.goldmanabtcompany-section1 .read-more-box ul li strong {
	display: block;
	font-size: 19px;
	color: #111;
	font-weight: 500;
	padding-bottom: 10px;
}
.goldmanabtcompany-section1 .read-more-box .more {
	display: none;
}
.goldmanabtcompany-section1 .read-more-box .dots {
	display: inline;
}
.goldmanabtcompany-section1 .read-more-box .dots {
	display: none;
}
.goldmanabtcompany-section1 .read-more-box button.toggle-btn {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: 50px;
	background: #f54380;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	padding: 10px 20px;
	margin: 0;
}
.goldmanabtcompany-section1 .read-more-box button.toggle-btn:hover {
	color: #fff;
	background: #f54380;
	padding: 10px 20px;
	text-decoration: none;
}
.goldmanabtcompany-section1 .read-more-box button.toggle-btn:focus {
	outline: none;
}
.seotestimonials-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/service-bg.jpg) no-repeat;
	background-size: cover;
}
.seotestimonials-section::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.5);
}
.seotestimonials-section h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: rgba(256, 256, 256);
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.seotestimonials-section h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #fff;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.seotestimonials-section h3 {
	position: relative;
	font-size: 40px;
	color: rgba(256, 256, 256);
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 0;
}
.seotestimonials-section .testimonialbx {
	position: relative;
	float: left;
	width: 31%;
	border-radius: 0 50px 50px 50px;
	background: url(../images/quote.png) no-repeat 85% 25px rgba(256, 256, 256, 0.8);
	background-size: 137px 44px;
	padding: 80px 20px 30px;
	margin: 10px;
	box-shadow: 0 14px 31px 0 rgba(0, 0, 0, .2);
	overflow: hidden;
	min-height: 380px;
}
.seotestimonials-section .testimonialbx::after {
 position: absolute;
 content: "";
 height: 0;
 width: 100%;
 transition: all 0.4s;
 background: #f54380;
 border-radius: 0 50px 50px 50px;
 opacity: 0.2;
 left: 0;
 top: 0;
}
.seotestimonials-section .testimonialbx:hover::after {
 height: 100%;
 transition: all 0.4s;
}
.seotestimonials-section .testimonialbx .icnbx {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 500;
	text-align: right;
	margin: 0;
	padding: 0;
}
.seotestimonials-section .testimonialbx .icnbx strong {
	display: block;
	font-size: 12px;
	color: #111;
	font-weight: 400;
}
.seotestimonials-section .testimonialbx .icnbx img {
	width: 120px;
	height: auto;
}
.seotestimonials-section .testimonialbx p {
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.goldmanindustries-section {
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.goldmanindustries-section h5 {
	position: relative;
	width: 12%;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0 auto 15px;
	padding: 0 0 5px;
}
.goldmanindustries-section h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.goldmanindustries-section h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 25% 10px;
	padding: 0;
}
.goldmanindustries-section p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 15% 30px;
}
.goldmanindustries-section .industries-tbx {
	position: relative;
	width: 20%;
	float: left;
	padding: 1px;
	border-radius: 8px;
}
.goldmanindustries-section .industries-tbx h4 {
	font-size: 21px;
	color: rgba(256, 256, 256);
	line-height: 31px;
	font-weight: 500;
	margin: 0;
	padding: 150px 10px 0;
 transition: all .4s;
	position: absolute;
	z-index:9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.goldmanindustries-section .industries-tbx:hover h4 {
	padding-top: 50px;
}
.goldmanindustries-section .industries-tbx .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
}
.goldmanindustries-section .industries-tbx .imgbx img {
	width: 100%;
	height: auto;
 transition: all .4s;
}
.goldmanindustries-section .industries-tbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.goldmanindustries-section .industries-tbx .imgbx::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background:rgba(0, 0, 0, 0.4);
 z-index:9;
}
.goldmanindustries-section .industries-tbx:hover .imgbx::before {
 background:rgba(0, 0, 0, 0.2);
}
.goldmanindustries-section .industries-tbx p {
	padding:0;
}
.goldmanseocontactform-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/formmap-bg.png) no-repeat center rgba(0, 0, 0, 0.8);
	background-size: 98% 90%;
}
.goldmanseocontactform-section h5 {
	position: relative;
	display: block;
	width: 10%;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 15px;
	padding: 0 0 5px;
}
.goldmanseocontactform-section h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #fff;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.goldmanseocontactform-section h3 {
	font-size: 40px;
	color: #fff;
	line-height: 44px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}
.goldmanseocontactform-section .indiv-formdetail {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 50px;
}
.goldmanseocontactform-section .indiv-formdetail .inpnme {
	width: 100%;
	float: left;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: normal;
	line-height: 26px;
	padding: 15px 30px;
	margin: 5px 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.8);
}
.goldmanseocontactform-section .indiv-formdetail .inpnme::placeholder {
 color:rgba(0, 0, 0, 0.8);
}
.goldmanseocontactform-section .indiv-formdetail .inpcal {
	width: 100%;
	float: left;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: normal;
	line-height: 26px;
	padding: 15px 30px;
	margin: 5px 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.8);
}
.goldmanseocontactform-section .indiv-formdetail .inpcal::placeholder {
 color:rgba(0, 0, 0, 0.8);
}
.goldmanseocontactform-section .indiv-formdetail .inpeml {
	width: 100%;
	float: left;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: normal;
	line-height: 26px;
	padding: 15px 30px;
	margin: 5px 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.8);
}
.goldmanseocontactform-section .indiv-formdetail .inpeml::placeholder {
 color:rgba(0, 0, 0, 0.8);
}
.goldmanseocontactform-section .indiv-formdetail textarea {
	width: 100%;
	height: 110px;
	float: left;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: normal;
	line-height: 26px;
	padding: 20px;
	margin: 5px 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.8);
}
.goldmanseocontactform-section .indiv-formdetail textarea::placeholder {
 color:rgba(0, 0, 0, 0.8);
}
.goldmanseocontactform-section .indiv-formdetail .sbmt-btn {
	display: block;
	font-family: 'GT Walsheim Pro';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 28px;
	padding: 10px 50px;
	margin: 10px auto 0;
	background: #f54380;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.8);
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.goldmanseoblogpost-section {
	position: relative;
	padding: 50px 0;
}
.goldmanseoblogpost-section h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.goldmanseoblogpost-section h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.goldmanseoblogpost-section h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 0;
}
.goldmanseoblogpost-section h3 strong {
	display: block;
	font-weight: 500;
}
.goldmanseoblogpost-section .indiv-postbx {
	position: relative;
	background: #f3f5f7;
	border-radius: 4px;
}
.goldmanseoblogpost-section .indiv-postbx .imgbx {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.goldmanseoblogpost-section .indiv-postbx .imgbx img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.4s;
	border-radius: 4px 4px 0 0;
}
.goldmanseoblogpost-section .indiv-postbx:hover .imgbx img {
	transform: scale(1.1) rotate(-4deg);
	transition: all 0.4s;
}
.goldmanseoblogpost-section .indiv-postbx .imgbx::after {
 position: absolute;
 content: "";
 height: 0;
 width: 100%;
 transition: all 0.4s;
 background: #f54380;
 border-radius: 4px 4px 0 0;
 opacity: 0.5;
 left: 0;
 top: 0;
}
.goldmanseoblogpost-section .indiv-postbx:hover .imgbx::after {
 height: 100%;
 transition: all 0.4s;
}
.goldmanseoblogpost-section .indiv-postbx .tbx {
	position: relative;
	padding: 30px 25px;
	text-align: center;
	border-radius: 0 0 4px 4px;
}
.goldmanseoblogpost-section .indiv-postbx .tbx h6 {
	color: #060404;
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;
	background: #fff;
	border-radius: 4px;
	transition: all 0.4s;
	padding: 15px;
	margin: -75px 0 20px;
}
.goldmanseoblogpost-section .indiv-postbx:hover .tbx h6 {
	color: #fff;
	background: #f54380;
}
.goldmanseoblogpost-section .indiv-postbx .tbx p {
	color: #5a5454;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.goldmanseoblogpost-section .indiv-postbx .morbtn {
	display: inline-block;
	margin: 15px 0 0;
}
.goldmanseoblogpost-section .indiv-postbx .morbtn a {
	display: block;
	color: #060404;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	background: url(../images/btnarw-h.png) no-repeat 100% 3px;
	background-size: 13px 13px;
	transition: all 0.4s;
	padding: 0 20px 0 0;
	margin: 0;
}
.goldmanseoblogpost-section .indiv-postbx:hover .morbtn a {
	color: #f54380;
	background: url(../images/btnarw1-h.png) no-repeat 100% 3px;
	background-size: 13px 13px;
}
.goldmanseofaqs-section {
	position: relative;
	padding: 50px 0;
}
.goldmanseofaqs-section h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.goldmanseofaqs-section h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.goldmanseofaqs-section h4 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 0;
}
.goldmanseofaqs-section h3 strong {
	display: block;
	font-weight: 500;
}
.goldmanseofaqs-section .tbx {
	display: block;
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}
.goldmanseofaqs-section .tbx p {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 0 50px 0 0;
	margin: 0;
}
.goldmanseofaqs-section .indivfaqbx {
	position: relative;
	width: 100%;
}
.goldmanseofaqs-section .indivfaqbx h3 {
	margin: 10px 0;
}
.goldmanseofaqs-section .indivfaqbx .panel-default .panel-title a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #111;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	padding: 15px 50px 15px 30px;
	margin: 0;
	background: #f3f5f7;
	border-radius: 100px;
 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.goldmanseofaqs-section .indivfaqbx .panel-default .panel-title a.collapsed:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/dw-btn.png) 50% 50% no-repeat;
	width: 24px;
	height: 24px;
}
.goldmanseofaqs-section .indivfaqbx .panel-default .panel-title a:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/up-btn.png) 50% 50% no-repeat;
	width: 24px;
	height: 24px;
}
.goldmanseofaqs-section .indivfaqbx .panel-default .panel-body {
	padding: 0 15px 20px
}
.goldmanseofaqs-section .indivfaqbx .panel-default .panel-body p {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.goldmanseofaqs-section .indivfaqbx .panel-default .panel-body p strong {
	font-weight: 500;
}
.stkywhtsap {
	position: fixed;
	width: 60px;
	bottom: 100px;
	right: 24px;
	z-index: 99
}
.stkywhtsap .whtsap {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/wapicn.png) no-repeat 15px 15px #26d367;
	background-size: 30px 30px;
	border-radius: 50%;
 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out
}
.stkywhtsap .whtsap:hover {
	opacity: 100
}
.stkyphan {
	position: fixed;
	width: 60px;
	bottom: 170px;
	right: 24px;
	z-index: 99
}
.stkyphan .phan {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/phnicn.png) no-repeat 13px 13px #f54380;
	background-size: 34px 34px;
	border-radius: 50%;
 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out
}
.stkyphan .phan:hover {
	opacity: 100
}
.howcanwehelp {
	position: relative;
	padding: 120px 0 30px;
	background: url(../images/help-bg.jpg) no-repeat;
	background-size: cover;
}
.howcanwehelp .calnowbtn {
	float: right;
	margin: 18px 15% 0px 0;
}
.howcanwehelp .calnowbtn a {
	display: block;
	color: #111;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 5px;
	border: 1px solid rgba(256, 256, 256, 0.3);
	padding: 7px 14px;
	margin: 0;
}
.howcanwehelp .calnowbtn a:hover {
	color: rgba(256, 256, 256, 100);
	border: 1px solid rgba(256, 256, 256, 0.5);
}
.ftrwrpbx {
	position: relative;
	padding: 50px 0 30px;
	background: #111;
	background-size: cover;
}
.ftrwrpbx h4 {
	position: relative;
	display: block;
	color: rgba(256, 256, 256);
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	padding: 0 0 0 10px;
	margin: 0 0 15px;
}
.ftrwrpbx h4:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 20px;
	z-index: 1;
	background: #f54380;
}
.ftrwrpbx .ftdscbx {
	width: 95%;
	float: left;
	padding: 0 5% 0 0;
	border-right: 1px solid rgba(256, 256, 256, 0.1);
	min-height: 320px;
}
.ftrwrpbx .ftdscbx .ftlgo {
	width: 100%;
	height: auto;
}
.ftrwrpbx .ftdscbx .ftlgo img {
	width: 214px;
	height: auto;
}
.ftrwrpbx .ftdscbx p {
	display: block;
	color: rgba(256, 256, 256, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 30px 0 0;
}
.ftrwrpbx .ftflw-link {
	width: 100%;
	float: left;
	padding: 30px 0 0;
}
.ftrwrpbx .ftflw-link img {
	float: left;
	border-radius: 4px;
	margin: 0 5px;
}
.ftrwrpbx .ftflw-link a {
	text-decoration: none;
}
.ftrwrpbx .ftadrs-dtls {
	width: 100%;
	float: left;
	padding: 30px 0 0;
	margin: 0;
	border-top: 1px solid rgba(256, 256, 256, 0.1);
}
.ftrwrpbx .ftadrs-dtls .bx {
	width: 50%;
	float: left;
}
.ftrwrpbx .ftadrs-dtls .bx .icn {
	width: 5%;
	float: left;
}
.ftrwrpbx .ftadrs-dtls .bx .icn img {
	margin: 5px 0 0;
	opacity: 0.7;
}
.ftrwrpbx .ftadrs-dtls .bx .txt {
	width: 80%;
	float: left;
}
.ftrwrpbx .ftadrs-dtls .bx h6 {
	color: rgba(256, 256, 256, 0.8);
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.ftrwrpbx .ftadrs-dtls .bx h6 a {
	color: rgba(256, 256, 256, 0.8);
	text-decoration: none;
}
.ftrwrpbx .ftadrs-dtls .bx h6 a:hover {
	color: rgba(256, 256, 256);
	text-decoration: none;
}
.ftrwrpbx .ftadrs-dtls .bx1 {
	width: 25%;
	float: left;
}
.ftrwrpbx .ftadrs-dtls .bx1 .icn {
	width: 10%;
	float: left;
}
.ftrwrpbx .ftadrs-dtls .bx1 .icn img {
	margin: 5px 0 0;
	opacity: 0.7;
}
.ftrwrpbx .ftadrs-dtls .bx1 .txt {
	width: 80%;
	float: left;
}
.ftrwrpbx .ftadrs-dtls .bx1 h6 {
	color: rgba(256, 256, 256, 0.8);
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.ftrwrpbx .ftadrs-dtls .bx1 h6 a {
	color: rgba(256, 256, 256, 0.8);
	text-decoration: none;
}
.ftrwrpbx .ftadrs-dtls .bx1 h6 a:hover {
	color: rgba(256, 256, 256);
	text-decoration: none;
}
.ftrwrpbx .ftmnu-link {
	width: 70%;
	float: left;
	padding:0 0 0 15%;
}
.ftrwrpbx .ftmnu-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ftrwrpbx .ftmnu-link ul li {
	position: relative;
	padding: 5px 0;
	float:left;
	width:100%;
}
.ftrwrpbx .ftmnu-link ul li a {
	display: block;
	color: rgba(256, 256, 256, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/ftmnu.png) no-repeat 0 9px;
	background-size: 10px 10px;
	padding: 0 0 0 18px;
	margin: 0;
	text-decoration: none;
}
.ftrwrpbx .ftmnu-link ul li a:hover {
	background: url(../images/ftmnu.png) no-repeat 12px 9px;
	background-size: 10px 10px;
	padding: 0 0 0 30px;
	color: rgba(256, 256, 256);
	text-decoration: none;
}
.ftrwrpbx .ftmnu-link1 {
	width: 30%;
	float: left;
}
.ftrwrpbx .ftmnu-link1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ftrwrpbx .ftmnu-link1 ul li {
	position: relative;
	padding: 5px 0;
}
.ftrwrpbx .ftmnu-link1 ul li a {
	display: block;
	color: rgba(256, 256, 256, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/ftmnu.png) no-repeat 0 9px;
	background-size: 10px 10px;
	transition: all 0.3s;
	padding: 0 0 0 18px;
	margin: 0;
	text-decoration: none;
}
.ftrwrpbx .ftmnu-link1 ul li a:hover {
	background: url(../images/ftmnu.png) no-repeat 12px 9px;
	background-size: 10px 10px;
	padding: 0 0 0 30px;
	color: rgba(256, 256, 256, 0.8);
	text-decoration: none;
}
.ftrwrpbx .cpytbx {
	color: rgba(256, 256, 256, 0.7);
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	border-top: 1px solid rgba(256, 256, 256, 0.1);
	padding: 30px 0 0;
	margin: 50px 0 0;
}
.ftrwrpbx .cpytbx a {
	color: rgba(256, 256, 256, 0.8);
	font-size: 14px;
	text-decoration: none;
}
/**** INNER PAGES CSS *****/

.innermaingoldmanhero-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	height:640px;
}
.innermaingoldmanhero-section p {
	margin: 0;
}
.innermaingoldmanhero-section img {
	width: 100%;
	height: auto;
}
.innermaingoldmanhero-section::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.7);
}
.innermaingoldmanhero-section .titledsc {
	position: absolute;
	top: 270px;
	left: 0;
	width: 100%;
	z-index: 9;
	right: 0;
	margin: 0 auto;
	padding:0 6%;
}
.innermaingoldmanhero-section .titledsc h4 {
	font-size: 50px;
	color: #fff;
	line-height: 54px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 30px;
}
.innermaingoldmanhero-section .titledsc h1 {
	font-size: 19px;
	color: #fff;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0;
}
.innermaingoldmanhero-section .titledsc p {
	width:72%;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innermaingoldmanhero-section .titledsc .getstartbtn {
	display: inline-block;
	padding: 20px 0 0;
}
.innermaingoldmanhero-section .titledsc .getstartbtn a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	transition: 0.3s;
	background: #f54380;
	border-radius: 50px;
	text-align: center;
	padding: 10px 25px;
	margin: 0;
}
.innermaingoldmanhero-section .titledsc .getstartbtn a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}
.inneraboutpage-section {
	position: relative;
	padding: 50px 0;
	text-align:center;
}
.inneraboutpage-section h1 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.inneraboutpage-section h2 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.inneraboutpage-section p {
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 0 15% 30px;
}
.inneraboutpage-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inneraboutpage-section ul li {
	font-size: 16px;
color: #111;
line-height: 26px;
font-weight: 400;
margin: 10px 10px 30px;
padding: 20px;
float: left;
width: 23%;
border: 1px solid #ddd;
border-radius: 10px;
min-height: 195px;
}
.inneraboutpage-section ul li .numbx {
	width: 50px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	background: #f54380;
	border-radius: 50%;
	transition: 0.5s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .09);
	margin: 0 auto 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.inneraboutpage-section ul li:hover .numbx {
	color: #fff;
	background: #111;
	animation: headShake 2s linear infinite;
}
.inneraboutpage-section ul li p {
	padding:0;
}
.inneraboutpage-section .alignright {
	width: 65%;
	height: auto;
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	display: block;
	margin: 0 auto;
}
.inneraboutpage-section1 {
	position: relative;
	padding: 50px 0;
}
.inneraboutpage-section1 h2 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.inneraboutpage-section1 h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.inneraboutpage-section1 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.inneraboutpage-section1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inneraboutpage-section1 ul li {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	background: url(../images/check.png) no-repeat 0 5px;
	background-size: 26px 26px;
	margin: 0;
	padding: 5px 0 5px 40px;
}
.inneraboutpage-section1 .alignleft {
  float: left;
  width: 95%;
  height: auto;
  border-radius: 15px;
}
.inneraboutpage-section2 {
	position: relative;
	padding: 50px 0;
	text-align:center;
}
.inneraboutpage-section2 h4 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.inneraboutpage-section2 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	text-align:center;
	margin: 0;
	padding: 10px 15%;
}
.goldmanabthistory-section {
	position: relative;
	padding: 20px 0;
}
.goldmanabthistory-section h5 {
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.goldmanabthistory-section h4 {
	font-size: 40px;
	color: #111;
	line-height: 49px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 50px;
	padding: 0;
}
.goldmanabthistory-section .nav-tabs {
	display: block;
	width: 100%;
	float: left;
	border-bottom: none;
}
.goldmanabthistory-section .nav-tabs .nav-item {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	text-align: center;
}
.goldmanabthistory-section .nav-tabs .nav-link.active {
	width: 100%;
	float: left;
	color: #fff;
	background: #f54380;
	border-radius: 50px;
	border-color: #f54380 #f54380 #f54380;
}
.goldmanabthistory-section .nav-tabs .nav-link:focus, .goldmanabthistory-section .nav-tabs .nav-link:hover {
	border-color: #f9f9f9 #f9f9f9 #f9f9f9;
}
.goldmanabthistory-section .nav-link {
	display: block;
	color: rgba(0, 0, 0, 0.5);
	font-size: 19px;
	font-weight: 500;
	line-height: 34px;
	border-radius: 50px;
	padding: 10px;
	background: #f9f9f9;
	border-top-left-radius: 50px !important;
	border-top-right-radius: 50px !important;
}
.goldmanabthistory-section .historybx {
	width: 100%;
	float: left;
	text-align: left;
}
.goldmanabthistory-section .historybx img {
	width: 170px;
	height: auto;
	display: block;
	margin: 30px 50px 10px;
}
.goldmanabthistory-section .historybx h6 {
	font-size: 31px;
	color: #111;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	padding: 20px 50px;
}
.goldmanabthistory-section .historybx p {
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 10px 50px;
}
.goldmanabthistory-section .historybx ul {
	list-style: none;
	margin: 10px 0 0 50px;
	padding: 0;
}
.goldmanabthistory-section .historybx ul li {
	font-size: 16px;
	color: #111;
	line-height: 30px;
	font-weight: 400;
	background: url(../images/check.png) no-repeat 0 9px;
	background-size: 32px 32px;
	margin: 0;
	padding: 10px 0 10px 50px;
}
.innerseoservcepage-section {
	position: relative;
	padding: 50px 0;
}
.innerseoservcepage-section h5 {
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerseoservcepage-section h1 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 50px 0 10px;
	padding: 0;
}
.innerseoservcepage-section h2 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.innerseoservcepage-section p {
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 10px 0;
}
.innerseoservcepage-section p strong {
	font-size: 21px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 500;
	line-height: 31px;
}
.innerseoservcepage-section ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
.innerseoservcepage-section ul li {
	font-size: 17px;
	color: #111;
	line-height: 30px;
	font-weight: 500;
	background: url(../images/check.png) no-repeat 0 9px;
	background-size: 32px 32px;
	margin: 0;
	padding: 10px 0 10px 50px;
}
.innerseoservcepage-section .alignright {
	float:right;
	width: 90%;
	height: auto;
	border-radius: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.innerseoservcepage-section1 {
	position: relative;
	padding: 50px 0;
}
.innerseoservcepage-section1 h1 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
	margin: 0 0 10px;
	padding: 0;
}
.innerseoservcepage-section1 h2 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
	margin: 0 0 10px;
	padding: 0;
}
.innerseoservcepage-section1 h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 auto 10px;
	padding: 0;
}
.innerseoservcepage-section1 .ptbx {
	padding: 20px 15% 30px;
	margin:0 0 30px;
	border-bottom:1px solid #cdcdcd;
	text-align:center;
}
.innerseoservcepage-section1 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	text-align:center;
	margin: 0;
	padding: 0 15% 30px;
}
.innerseoservcepage-section1 .ptbx1 {
	padding: 20px 15% 0;
	text-align:center;
}
.innerseoservcepage-section1 ul {
	list-style: none;
	margin: -20px 5% 10px;
	padding: 0;
	text-align:center;
}
.innerseoservcepage-section1 ul li {
	display:inline-block;
	font-size: 16px;
	color: #111;
	line-height: 24px;
	font-weight: 400;
	background: url(../images/check.png) no-repeat 0 7px;
	background-size: 20px 20px;
	margin: 0 5px;
	padding: 5px 0 5px 30px;
}
.innerseoservcepage-section1 .boxlst {
	width: 100%;
	float: left;
	margin: 10px 0 0;
}
.innerseoservcepage-section1 .boxlst .tbx {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerseoservcepage-section1 .boxlst .tbx h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerseoservcepage-section1 .boxlst .tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerseoservcepage-section1 .boxlst .tbx img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerseoservcepage-section1 .boxlst .tbx:hover img {
	animation: headShake 2s linear infinite;
}
.innerseoservcepage-section1 .boxlst .tbx:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #dcdcdc;
	transform: translateY(-50%);
}
.innerseoservcepage-section1 .boxlst .tbx:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f54380;
	right: -3px;
	top: 20%;
	z-index: 2;
	animation: pxl_loop-animation-2 4s ease-in-out infinite;
}
.innerseoservcepage-section1 .boxlst .tbx2 {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerseoservcepage-section1 .boxlst .tbx2 h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerseoservcepage-section1 .boxlst .tbx2 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerseoservcepage-section1 .boxlst .tbx2 img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerseoservcepage-section1 .boxlst .tbx2:hover img {
	animation: headShake 2s linear infinite;
}
.innerseoservcepage-section1 .boxlst .tbx2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #dcdcdc;
	transform: translateY(-50%);
}
.innerseoservcepage-section1 .boxlst .tbx2:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f54380;
	right: -3px;
	top: 20%;
	z-index: 2;
	animation: pxl_loop-animation 4s ease-in-out infinite;
}
.innerseoservcepage-section1 .boxlst .tbx1 {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerseoservcepage-section1 .boxlst .tbx1 h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerseoservcepage-section1 .boxlst .tbx1 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerseoservcepage-section1 .boxlst .tbx1 img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerseoservcepage-section1 .boxlst .tbx1:hover img {
	animation: headShake 2s linear infinite;
}
.innerseocalnow-section {
	position: relative;
}
.innerseocalnow-section .container {
	background:#111;
	border-radius: 10px;
}
.innerseocalnow-section h5 {
	font-size: 22px;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	margin: 15px 0;
	padding: 0 0 0 65px;
	background: url('https://webonlinecity.com/goldmanseoksaweb/wp-content/uploads/2026/08/freecal1.png') no-repeat 0 0;
	background-size:50px 50px;
}
.innerseocalnow-section .calnwbtn {
	float:right;
	margin:15px 0;
}
.innerseocalnow-section .calnwbtn a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	transition: 0.3s;
	background: #f54380;
	border-radius: 50px;
	text-align: center;
	padding: 10px 25px;
	margin: 0;
}
.innerseocalnow-section .calnwbtn a:hover {
	color: #fff;
	background: #f54380;
}
.innerseoservcepage-section2 {
	position: relative;
	padding: 50px 0;
}
.innerseoservcepage-section2 h4 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
	margin: 0 0 10px;
	padding: 0;
}
.innerseoservcepage-section2 .ptbx {
	padding: 20px 15% 30px;
	margin:0 0 30px;
	border-bottom:1px solid #cdcdcd;
	text-align:center;
}
.innerseoservcepage-section2 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	text-align:center;
	margin: 0;
	padding: 10px 15%;
}
.innerseoservcepage-section2 .alignright {
	float:right;
	width: 40%;
	height: auto;
	margin:0 0 0 50px;
	border-radius: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.innerseoservcepage-section2 .tbx {
	position: relative;
	width: 31%;
	float: left;
	padding: 20px;
	margin: 30px 10px;
	text-align: center;
	min-height: 295px;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.innerseoservcepage-section2 .tbx img {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 150px;
}
.innerseoservcepage-section2 .tbx h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin:10px 0;
	padding: 0;
}
.innerseoservcepage-section2 .tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerseoservcepage-section3 {
	position: relative;
	padding: 50px 0;
}
.innerseoservcepage-section3 h5 {
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerseoservcepage-section3 h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.innerseoservcepage-section3 p {
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	padding: 10px 0;
}
.innerseoservcepage-section3 p strong {
	font-size: 21px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 500;
	line-height: 31px;
}
.innerseoservcepage-section3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerseoservcepage-section3 ul li {
	display:block;
	font-size: 16px;
	color: #111;
	line-height: 24px;
	font-weight: 400;
	background: url(../images/check.png) no-repeat 0 7px;
	background-size: 20px 20px;
	margin: 0;
	padding: 5px 0 5px 30px;
}
.innerseoservcepage-section3 .alignleft {
	float:left;
	width: 95%;
	height: auto;
	border-radius: 15px;
}
.innerseoservcepage-section3 .tbx {
	position: relative;
	width:33%;
	float:left;
	padding:20px 10px 10px;
	margin: 30px 0 0;
	text-align:center;
	min-height:310px;
}
.innerseoservcepage-section3 .tbx .icnbx {
	position: relative;
}
.innerseoservcepage-section3 .tbx .icnbx img {
	width:80px;
	height:auto;
	display:block;
	margin: 0 auto;
}
.innerseoservcepage-section3 .tbx h4 {
	font-size: 17px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin:5px 0 15px;
	padding: 0;
}
.innerseoservcepage-section3 .tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerindustriespage-section {
	position: relative;
	padding: 50px 0;
}
.innerindustriespage-section.tp {
	padding-top:0;
	margin-top:-30px;
}
.innerindustriespage-section .read-more-box  {
	text-align:center;
}
.innerindustriespage-section .read-more-box .more {
	display: none;
}
.innerindustriespage-section .read-more-box .dots {
	display: inline;
}
.innerindustriespage-section .read-more-box .dots {
	display: none;
}
.innerindustriespage-section .read-more-box button.toggle-btn {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: 50px;
	background: #f54380;
 	-webkit-transition: all .4s ease;
 	transition: all .4s ease;
	padding: 10px 20px;
	margin: 0 auto;
}
.innerindustriespage-section .read-more-box button.toggle-btn:hover {
	color: #fff;
	background: #f54380;
	padding: 10px 20px;
	text-decoration: none;
}
.innerindustriespage-section .read-more-box button.toggle-btn:focus {
	outline: none;
}
.innerindustriespage-section h1 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
	margin: 0 0 10px;
	padding: 0;
}
.innerindustriespage-section h2 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
	margin: 0 0 10px;
	padding: 0;
}
.innerindustriespage-section h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 auto 10px;
	padding: 0;
}
.innerindustriespage-section p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	text-align:center;
	margin: 0;
	padding: 0 15% 30px;
}
.innerindustriespage-section ul {
	list-style: none;
	margin: -20px 5% 10px;
	padding: 0;
	text-align:center;
}
.innerindustriespage-section ul li {
	display:inline-block;
	font-size: 16px;
	color: #111;
	line-height: 24px;
	font-weight: 400;
	background: url(../images/check.png) no-repeat 0 7px;
	background-size: 20px 20px;
	margin: 0 5px;
	padding: 5px 0 5px 30px;
}
.innerindustriespage-section .boxlst {
	width: 100%;
	float: left;
	margin: 10px 0 0;
}
.innerindustriespage-section .boxlst .tbx {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerindustriespage-section .boxlst .tbx h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerindustriespage-section .boxlst .tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerindustriespage-section .boxlst .tbx img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerindustriespage-section .boxlst .tbx:hover img {
	animation: headShake 2s linear infinite;
}
.innerindustriespage-section .boxlst .tbx:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #dcdcdc;
	transform: translateY(-50%);
}
.innerindustriespage-section .boxlst .tbx:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f54380;
	right: -3px;
	top: 20%;
	z-index: 2;
	animation: pxl_loop-animation-2 4s ease-in-out infinite;
}
.innerindustriespage-section .boxlst .tbx2 {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerindustriespage-section .boxlst .tbx2 h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerindustriespage-section .boxlst .tbx2 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerindustriespage-section .boxlst .tbx2 img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerindustriespage-section .boxlst .tbx2:hover img {
	animation: headShake 2s linear infinite;
}
.innerindustriespage-section .boxlst .tbx2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #dcdcdc;
	transform: translateY(-50%);
}
.innerindustriespage-section .boxlst .tbx2:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f54380;
	right: -3px;
	top: 20%;
	z-index: 2;
	animation: pxl_loop-animation 4s ease-in-out infinite;
}
.innerindustriespage-section .boxlst .tbx1 {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerindustriespage-section .boxlst .tbx1 h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerindustriespage-section .boxlst .tbx1 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerindustriespage-section .boxlst .tbx1 img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerindustriespage-section .boxlst .tbx1:hover img {
	animation: headShake 2s linear infinite;
}

.innerindustriespage-section1 {
	position: relative;
	padding: 50px 0;
}
.innerindustriespage-section1 h1 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
	margin: 0 0 10px;
	padding: 0;
}
.innerindustriespage-section1 h2 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
	margin: 0 0 10px;
	padding: 0;
}
.innerindustriespage-section1 h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 auto 10px;
	padding: 0;
}
.innerindustriespage-section1 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	text-align:center;
	margin: 0;
	padding: 0 15% 30px;
}
.innerindustriespage-section1 ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
.innerindustriespage-section1 ul li {
	font-size: 16px;
	color: #111;
	line-height: 30px;
	font-weight: 500;
	background: url(../images/check.png) no-repeat 0 9px;
	background-size: 25px 25px;
	margin: 0;
	padding: 5px 0 5px 40px;
}
.innerindustriespage-section1 .boxlst {
	width: 100%;
	float: left;
	margin: 10px 0 0;
}
.innerindustriespage-section1 .boxlst .tbx {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerindustriespage-section1 .boxlst .tbx h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerindustriespage-section1 .boxlst .tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerindustriespage-section1 .boxlst .tbx img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerindustriespage-section1 .boxlst .tbx:hover img {
	animation: headShake 2s linear infinite;
}
.innerindustriespage-section1 .boxlst .tbx:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #dcdcdc;
	transform: translateY(-50%);
}
.innerindustriespage-section1 .boxlst .tbx:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f54380;
	right: -3px;
	top: 20%;
	z-index: 2;
	animation: pxl_loop-animation-2 4s ease-in-out infinite;
}
.innerindustriespage-section1 .boxlst .tbx2 {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerindustriespage-section1 .boxlst .tbx2 h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerindustriespage-section1 .boxlst .tbx2 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerindustriespage-section1 .boxlst .tbx2 img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerindustriespage-section1 .boxlst .tbx2:hover img {
	animation: headShake 2s linear infinite;
}
.innerindustriespage-section1 .boxlst .tbx2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #dcdcdc;
	transform: translateY(-50%);
}
.innerindustriespage-section1 .boxlst .tbx2:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f54380;
	right: -3px;
	top: 20%;
	z-index: 2;
	animation: pxl_loop-animation 4s ease-in-out infinite;
}
.innerindustriespage-section1 .boxlst .tbx1 {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
	min-height: 410px;
}
.innerindustriespage-section1 .boxlst .tbx1 h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding:0;
}
.innerindustriespage-section1 .boxlst .tbx1 p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding:0;
}
.innerindustriespage-section1 .boxlst .tbx1 img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerindustriespage-section1 .boxlst .tbx1:hover img {
	animation: headShake 2s linear infinite;
}
.innerindustriespage-section2 {
	position: relative;
	padding: 50px 0;
}
.innerindustriespage-section2 h4 {
	font-size: 40px;
color: #111;
line-height: 44px;
font-weight: 500;
text-align: center;
margin: 0 0 10px;
padding: 0;
}
.innerindustriespage-section2 p {
	font-size: 16px;
color: #111;
line-height: 26px;
font-weight: 400;
text-align: center;
margin: 0;
padding: 10px 15%;
}
.innerindustriespage-section2 .tbx {
	position: relative;
	width: 31%;
	float: left;
	padding: 20px;
	margin: 30px 10px;
	text-align: center;
	min-height: 295px;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.innerindustriespage-section2 .tbx img {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 150px;
}
.innerindustriespage-section2 .tbx h5 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	margin:10px 0;
	padding: 0;
}
.innerindustriespage-section2 .tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerindustriespage-section3 {
	position: relative;
	padding: 60px 0;
}
.innerindustriespage-section3 h5 {
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerindustriespage-section3 h3 {
	font-size: 40px;
	color: #111;
	line-height: 49px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.innerindustriespage-section3 p {
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	padding: 10px 0;
}
.innerindustriespage-section3 p strong {
	font-size: 21px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 500;
	line-height: 31px;
}
.innerindustriespage-section3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerindustriespage-section3 ul li {
	display:block;
	font-size: 16px;
	color: #111;
	line-height: 24px;
	font-weight: 400;
	background: url(../images/check.png) no-repeat 0 7px;
	background-size: 20px 20px;
	margin: 0;
	padding: 5px 0 5px 30px;
}
.innerindustriespage-section3 .alignleft {
	float:left;
	width: 95%;
	height: auto;
	border-radius: 15px;
}
.innerindustriespage-section3 .tbx {
	position: relative;
	width:33%;
	float:left;
	padding:20px 10px 10px;
	margin: 30px 0 0;
	text-align:center;
	min-height:310px;
}
.innerindustriespage-section3 .tbx .icnbx {
	position: relative;
}
.innerindustriespage-section3 .tbx .icnbx img {
	width:80px;
	height:auto;
	display:block;
	margin: 0 auto;
}
.innerindustriespage-section3 .tbx h4 {
	font-size: 17px;
	color: #111;
	line-height: 25px;
	font-weight: 500;
	margin:5px 0 15px;
	padding: 0;
}
.innerindustriespage-section3 .tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innercontactpage-section {
	position: relative;
	padding: 60px 0;
	background: url(../images/contact-formbg.jpg) no-repeat;
	background-size: cover;
}
.innercontactpage-section h5 {
	font-size: 16px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innercontactpage-section h2 {
	font-size: 40px;
	color: #111;
	line-height: 49px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.innercontactpage-section h3 {
	font-size: 40px;
	color: #111;
	line-height: 49px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
}
.innercontactpage-section p {
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	padding: 10px 100px 10px 0;
}
.innercontactpage-section .contactadrs-dtl {
	padding: 15px 0 0;
}
.innercontactpage-section .contactadrs-dtl .tbx {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.innercontactpage-section .contactadrs-dtl .tbx .licn {
	width: 20%;
	float: left;
}
.innercontactpage-section .contactadrs-dtl .tbx .licn img {
	margin: 0;
}
.innercontactpage-section .contactadrs-dtl .tbx .rtxt {
	width: 80%;
	float: left;
}
.innercontactpage-section .contactadrs-dtl .tbx .rtxt h6 {
	color: #111;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.innercontactpage-section .contactadrs-dtl .tbx .rtxt h6 strong {
	font-size: 19px;
	font-weight: 500;
}
.innercontactpage-section .contactadrs-dtl .tbx .rtxt h6 a {
	color: #111;
	text-decoration: none;
}
.innercontactpage-section .contactadrs-dtl .tbx .rtxt h6 a:hover {
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
}
.innercontactpage-section .indivenqform {
	position: relative;
	width: 100%;
	float: left;
	box-shadow: 0 7px 24px 0 rgb(0 0 0 / .12);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}
.innercontactpage-section .indivenqform .inpnme {
	width: 100%;
	float: left;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 20px;
	margin: 5px 0;
	border: 1px solid #f3f5fd;
	background-color: #f3f5fd;
	border-radius: 5px;
}
.innercontactpage-section .indivenqform .inpnme::placeholder {
 color: rgba(0, 0, 0, 0.5);
}
.innercontactpage-section .indivenqform .inpeml {
	width: 100%;
	float: left;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 20px;
	margin: 5px 0;
	border: 1px solid #f3f5fd;
	background-color: #f3f5fd;
	border-radius: 5px;
}
.innercontactpage-section .indivenqform .inpeml::placeholder {
 color: rgba(0, 0, 0, 0.5);
}
.innercontactpage-section .indivenqform .inpcal {
	width: 100%;
	float: left;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 20px;
	margin: 5px 0;
	border: 1px solid #f3f5fd;
	background-color: #f3f5fd;
	border-radius: 5px;
}
.innercontactpage-section .indivenqform .inpcal::placeholder {
 color: rgba(0, 0, 0, 0.5);
}
.innercontactpage-section .indivenqform textarea {
	width: 100%;
	height: 100px;
	float: left;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: #111;
	font-weight: 400;
	line-height: 22px;
	padding: 12px 20px;
	margin: 5px 0;
	border: 1px solid #f3f5fd;
	background-color: #f3f5fd;
	border-radius: 5px;
}
.innercontactpage-section .indivenqform textarea::placeholder {
 color: rgba(0, 0, 0, 0.5);
}
.innercontactpage-section .indivenqform .sbmt-btn {
	float: left;
	width: 100%;
	font-family: 'GT Walsheim Pro';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 30px;
	margin: 10px 0 0;
	background: linear-gradient(to right, #fa897d 0%, #f54380 100%);
	border-radius: 3px;
	border: none;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.innerinsightpage-section {
	position: relative;
	padding: 50px 0;
}
.innerinsightpage-section h2 {
	position: relative;
	display: block;
	font-size: 40px;
	color: #111;
	line-height: 49px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.innerinsightpage-section .insights-postbx {
	width: 100%;
	float: left;
	position: relative;
	border-radius: 5px;
	margin: 20px 0;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
	transition: transform 0.3s;
}
.innerinsightpage-section .insights-postbx:hover {
	background: rgba(245, 67, 128, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
	transition: transform 0.3s;
}
.innerinsightpage-section .insights-postbx .pstimg {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	width: 50%;
	float: left;
}
.innerinsightpage-section .insights-postbx .pstimg img {
	width: 100%;
	height: auto;
 transition: all .4s;
	border-radius: 5px;
}
.innerinsightpage-section .insights-postbx .pstimg:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerinsightpage-section .insights-postbx .postdsc {
	width: 50%;
	float: left;
	padding: 0 20px;
}
.innerinsightpage-section .insights-postbx .postdsc h5 {
	font-size: 16px;
	color: rgba(0, 0, 0);
	line-height: 23px;
	font-weight: 500;
	padding: 10px 0;
	margin: 0;
}
.innerinsightpage-section .insights-postbx .postdsc h5 a {
	font-size: 16px;
	color: rgba(0, 0, 0);
	line-height: 23px;
	font-weight: 500;
	text-decoration:none;
	padding: 10px 0;
	margin: 0;
}
.innerinsightpage-section .insights-postbx .postdsc p {
	font-size: 14px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.innerinsightpage-section .insights-postbx .postdsc .dtebx {
	display: block;
	font-size: 11px;
	color: #f54380;
	line-height: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.innerinsightpage-section .insights-postbx .morebtn {
	width: 100%;
	float: left;
	padding: 10px 0 0;
	text-align: right;
}
.innerinsightpage-section .insights-postbx .morebtn a {
	display: inline-block;
	color: #111;
	font-size: 12px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	background: #fff;
	border: 1px solid #111;
	padding: 5px 15px;
	border-radius: 50px;
 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out
}
.innerinsightpage-section .insights-postbx .morebtn a:hover {
	color: #fff;
	background: #f54380;
	border: 1px solid #f54380;
}
.innerinsightpage-detail-section {
	position: relative;
	padding: 50px 0;
}
.innerinsightpage-detail-section h2 {
	position: relative;
	display: block;
	font-size: 40px;
	color: #111;
	line-height: 49px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.innerinsightpage-detail-section .singlepost-detail {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
	transition: transform 0.3s;
	padding: 20px;
}
.innerinsightpage-detail-section .singlepost-detail .pstimg {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin: 10px 0 10px 20px;
	width: 50%;
	float: right;
}
.innerinsightpage-detail-section .singlepost-detail .pstimg img {
	width: 100%;
	height: auto;
 transition: all .4s;
	border-radius: 15px;
}
.innerinsightpage-detail-section .singlepost-detail .pstimg:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerinsightpage-detail-section .singlepost-detail .dtebx {
	display: block;
	font-size: 11px;
	color: #f54380;
	line-height: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.innerinsightpage-detail-section .singlepost-detail h2 {
	font-size: 29px;
	color: #111;
	line-height: 40px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.innerinsightpage-detail-section .singlepost-detail h3 {
	font-size: 29px;
	color: #111;
	line-height: 40px;
	font-weight: 500;
	padding: 10px 0;
	margin: 0;
}
.innerinsightpage-detail-section .singlepost-detail h4 {
	font-size: 29px;
	color: #111;
	line-height: 40px;
	font-weight: 500;
	padding: 10px 0;
	margin: 0;
}
.innerinsightpage-detail-section .singlepost-detail h5 {
	font-size: 29px;
	color: #111;
	line-height: 40px;
	font-weight: 500;
	padding: 10px 0;
	margin: 0;
}
.innerinsightpage-detail-section .singlepost-detail .alignnone {
	width:100%;
	height:auto;
	margin:10px 0;
	border-radius:15px;
}
.innerinsightpage-detail-section .singlepost-detail p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
}
.innerinsightpage-detail-section .singlepost-detail ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerinsightpage-detail-section .singlepost-detail ul li {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	background: url(../images/check.png) no-repeat 0 5px;
	background-size: 24px 24px;
	margin: 0;
	padding: 5px 0 5px 34px;
}
.innerinsightpage-detail-section .rtside-recentlinks {
	width: 90%;
	position: relative;
	border-radius: 20px;
	padding: 30px;
	margin: 0 auto 50px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}
.innerinsightpage-detail-section .rtside-recentlinks h3 {
	font-size: 40px;
	color: #111;
	line-height: 49px;
	font-weight: 500;
	padding: 0 0 15px;
	margin: 0;
}
.innerinsightpage-detail-section .rtside-recentlinks ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.innerinsightpage-detail-section .rtside-recentlinks ul li {
	display: block;
}
.innerinsightpage-detail-section .rtside-recentlinks ul li a {
	display: block;
	font-size: 17px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	background: url(../images/check.png) no-repeat 0 8px;
	background-size: 24px 24px;
	margin: 0;
	padding: 7px 0 7px 35px;
}
.innerinsightpage-detail-section .rtside-recentlinks ul li a:hover {
	color: #f54380;
	text-decoration: none;
}
.innerinsightpage-detail-section .rtside-catelinks {
	width: 90%;
	position: relative;
	border-radius: 20px;
	padding: 30px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}
.innerinsightpage-detail-section .rtside-catelinks h3 {
	font-size: 40px;
	color: #111;
	line-height: 49px;
	font-weight: 500;
	padding: 0 0 15px;
	margin: 0;
}
.innerinsightpage-detail-section .rtside-catelinks ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.innerinsightpage-detail-section .rtside-catelinks ul li {
	display: block;
}
.innerinsightpage-detail-section .rtside-catelinks ul li a {
	display: block;
	font-size: 17px;
	color: #111;
	line-height: 26px;
	font-weight: 500;
	background: url(../images/check.png) no-repeat 0 8px;
	background-size: 24px 24px;
	margin: 0;
	padding: 7px 0 7px 35px;
}
.innerinsightpage-detail-section .rtside-catelinks ul li a:hover {
	color: #f54380;
	text-decoration: none;
}
.innerinsightpage-detail-section .inner-insightfaqs {
	position: relative;
	padding: 50px 0 0;
}
.innerinsightpage-detail-section .inner-insightfaqs h5 {
	font-size: 29px;
	color: #111;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
}
.innerinsightpage-detail-section .inner-insightfaqs h3 {
	margin: 10px 0;
}
.innerinsightpage-detail-section .inner-insightfaqs .panel-default .panel-title a {
	position: relative;
	display: block;
	font-size: 17px;
	color: #111;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	padding: 15px 40px 15px 15px;
	margin: 0;
	border-bottom: 1px solid #ddd;
 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.innerinsightpage-detail-section .inner-insightfaqs .panel-default .panel-title a.collapsed:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 10px;
	background: url(../images/dw-btn.png) 50% 50% no-repeat;
	width: 24px;
	height: 24px;
}
.innerinsightpage-detail-section .inner-insightfaqs .panel-default .panel-title a:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 10px;
	background: url(../images/up-btn.png) 50% 50% no-repeat;
	width: 24px;
	height: 24px;
}
.innerinsightpage-detail-section .inner-insightfaqs .panel-default .panel-body {
	padding: 0 15px 20px
}
.innerinsightpage-detail-section .inner-insightfaqs .panel-default .panel-body p {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.innerinsightpage-detail-section .inner-insightfaqs .panel-default .panel-body p strong {
	font-weight: 500;
}
.innerinsightpage-detail-section .inner-insightfaqs .panel-default .panel-body ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.innerinsightpage-detail-section .inner-insightfaqs .panel-default .panel-body ul li {
	font-size: 16px;
	color: #111;
	line-height: 30px;
	font-weight: 400;
	background: url(../images/check.png) no-repeat 0 8px;
	background-size: 24px 24px;
	margin: 0;
	padding: 5px 0 5px 35px;
}
.innerserviice-tbx {
	position: relative;
}
.innerserviice-tbx .tbx {
	text-align:center;
	width: 100%;
	float: left;
}
.innerserviice-tbx .tbx h5 {
	position: relative;
	width: 12%;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0 auto 15px;
	padding: 0 0 5px;
}
.innerserviice-tbx .tbx h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.innerserviice-tbx .tbx h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 25% 10px;
	padding: 0;
}
.innerserviice-tbx .tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 15%;
}
.innerserviice-tbx .indiv-servicetbx {
	position: relative;
	width: 25%;
	float: left;
	padding: 10px 15px 10px 20px;
	margin: 10px 0;
	min-height: 290px;
}
.innerserviice-tbx .indiv-servicetbx:before {
	content: "";
	position: absolute;
	top: 20%;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	transform: translateY(-20%);
}
.innerserviice-tbx .indiv-servicetbx:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	background: #f54380;
	left: -1px;
	top: 50%;
	z-index: 2;
	animation: pxl_loop-animation-2 4s ease-in-out infinite;
}
.innerserviice-tbx .indiv-servicetbx.lst:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	background: #f54380;
	left: -1px;
	top: 50%;
	z-index: 2;
	animation: pxl_loop-animation 4s ease-in-out infinite;
}
.innerserviice-tbx .indiv-servicetbx h4 {
	font-size: 21px;
	color: #f54380;
	line-height: 27px;
	font-weight: 500;
	margin: 0 0 5px;
	padding: 0;
}
.innerserviice-tbx .indiv-servicetbx h4 strong {
	display: block;
	font-weight: 500;
}
.innerserviice-tbx .indiv-servicetbx:hover h4 {
	color: #111;
}
.innerserviice-tbx .indiv-servicetbx p {
	font-size: 14px;
	color: #111;
	line-height: 21px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerserviice-tbx .indiv-servicetbx a:hover {
	text-decoration: none;
}
.innerserviice-tbx .indiv-servicetbx .numbx {
	width: 50px;
	height: 50px;
	font-size: 15px;
	color: #111;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	transition: 0.5s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .09);
	margin: 0 0 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerserviice-tbx .indiv-servicetbx:hover .numbx {
	color: #fff;
	background: #111;
	animation: headShake 2s linear infinite;
}
.innerserviice-tbx .indiv-servicetbx .imgbx {
	width: 70px;
	margin-bottom: 10px;
}
.innerserviice-tbx .indiv-servicetbx .imgbx img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.innerserviice-tbx .indiv-servicetbx .morebtn {
	position:absolute;
	bottom:0;
	display: inline-block;
	color: #111;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
	padding: 5px 20px;
	margin: 20px 0 0;
	transition: 0.5s;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.innerserviice-tbx .indiv-servicetbx:hover .morebtn {
	color: #fff;
	background: #f54380;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.innerpage-section {
	position: relative;
	padding:50px 0;
}
.innergoldmanindustries-tbx {
	position: relative;
	text-align: center;
}
.innergoldmanindustries-tbx h5 {
	position: relative;
	width: 12%;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #111;
	line-height: 20px;
	font-weight: 400;
	margin: 0 auto 15px;
	padding: 0 0 5px;
}
.innergoldmanindustries-tbx h5::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #f54380;
 -webkit-animation: widthroll 2s ease;
 animation: widthroll 2s ease;
 -webkit-transform-origin: left center;
 transform-origin: left center;
 -webkit-animation: widthroll 1.8s ease-in-out infinite;
 animation: widthroll 1.8s ease-in-out infinite;
}
.innergoldmanindustries-tbx h3 {
	font-size: 40px;
	color: #111;
	line-height: 44px;
	font-weight: 500;
	margin: 0 25% 10px;
	padding: 0;
}
.innergoldmanindustries-tbx p {
	font-size: 16px;
	color: #111;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 15%;
}
.innergoldmanindustries-tbx .industries-tbx {
	position: relative;
	width: 25%;
	float: left;
	padding: 15px;
	border-radius: 8px;
}
.innergoldmanindustries-tbx .industries-tbx h4 {
	font-size: 17px;
	color: rgba(256, 256, 256);
	line-height: 31px;
	font-weight: 500;
	margin: 0;
	padding: 150px 10px 0;
 transition: all .4s;
	position: absolute;
	z-index:9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.innergoldmanindustries-tbx .industries-tbx:hover h4 {
	padding-top: 50px;
}
.innergoldmanindustries-tbx .industries-tbx .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
}
.innergoldmanindustries-tbx .industries-tbx .imgbx img {
	width: 100%;
	height: auto;
 transition: all .4s;
}
.innergoldmanindustries-tbx .industries-tbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.innergoldmanindustries-tbx .industries-tbx .imgbx::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background:rgba(0, 0, 0, 0.4);
 z-index:9;
}
.innergoldmanindustries-tbx .industries-tbx:hover .imgbx::before {
 background:rgba(0, 0, 0, 0.2);
}
.innergoldmanindustries-tbx .industries-tbx p {
	padding:0;
}
/*---------------------------------------------------------------------
  Keyframes Animation
----------------------------------------------------------------------*/

@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
 @keyframes marquee {
 0% {
 transform: translateX(0%);
}
 100% {
 transform: translateX(-50%);
}
}
 @keyframes ripple {
 0% {
 transform: scale(1);
 opacity: 0;
}
 30% {
 opacity: 0.4;
}
 100% {
 transform: scale(1.8);
 opacity: 0;
}
}

/* Rotation animation */
@keyframes rotate360 {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
 @keyframes rotateText {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
 @keyframes skH7text {
 0% {
transform: perspective(1200px) scale(1) rotateY(0deg);
}
 50% {
transform: perspective(1200px) scale(1.04) rotateY(28.1965deg);
}
 100% {
transform: perspective(1200px) scale(1) rotateY(0deg);
}
}
@keyframes skH7text2 {
 0% {
transform: perspective(1200px) scale(1) rotateX(0deg);
}
 50% {
transform: perspective(1200px) scale(1.07) rotateX(25deg);
}
 100% {
transform: perspective(1200px) scale(1) rotateX(0deg);
}
}
 @keyframes gradientMove {
 0% {
background-position: 0% 50%;
}
 50% {
background-position: 100% 50%;
}
 100% {
background-position: 0% 50%;
}
}
 @keyframes rotateBorder {
 100% {
 transform: rotate(360deg);
}
}
 @keyframes rotate-border {
 from {
transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
@keyframes pulse-glow {
 0%, 100% {
opacity: 0.1;
}
 50% {
opacity: 0.3;
}
}
 @keyframes pulse {
 0% {
opacity: 0.3;
transform: scale(0.95);
}
 50% {
opacity: 1;
transform: scale(1);
}
 100% {
opacity: 0.3;
transform: scale(0.95);
}
}
 @keyframes dash {
 from {
 stroke-dashoffset: 822;
}
to {
	stroke-dashoffset: 0;
}
}
 @keyframes float {
 0% {
 transform: translateY(0px) translateX(0px);
}
 50% {
 transform: translateY(-40px) translateX(20px);
}
 100% {
 transform: translateY(0px) translateX(0px);
}
}
 @keyframes service_float {
 0% {
 transform: translateY(0px) translateX(0px);
}
 50% {
 transform: translateY(-40px) translateX(20px);
}
 100% {
 transform: translateY(0px) translateX(0px);
}
}
 @keyframes rotate {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
}
 100% {
 -webkit-transform: rotate(720deg);
 -moz-transform: rotate(720deg);
}
}
.innercontactpage-section .wpcf7-form p {
    padding: 0 !important;
}