* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins';
	font-style: normal;
}
@font-face {
 font-family: 'Poppins';
 src: url('Poppins-Bold.woff2') format('woff2'), url('Poppins-Bold.woff') format('woff'), url('Poppins-Bold.svg#Poppins-Bold') format('svg');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Poppins';
 src: url('Poppins-Medium.woff2') format('woff2'), url('Poppins-Medium.woff') format('woff'), url('Poppins-Medium.svg#Poppins-Medium') format('svg');
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Poppins';
 src: url('Poppins-Regular.woff2') format('woff2'), url('Poppins-Regular.woff') format('woff'), url('Poppins-Regular.svg#Poppins-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Poppins';
 src: url('Poppins-SemiBold.woff2') format('woff2'), url('Poppins-SemiBold.woff') format('woff'), url('Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}
a {
	outline: none;
 -webkit-transition: all .5s;
 transition: all .5s;
}
input, textarea {
	outline: none;
}
.tpfixbar {
	left: 0;
	right: 0;
	top: 0;
	position: relative;
	width: 100%;
	z-index: 99;
	background: #090400;
	border-bottom: 1px solid rgba(256, 256, 256, 0.3);
	transition: all 0.4s;
}
.tpfixbar.sticky {
	position: fixed;
	background: #090400;
	border-bottom: 1px solid rgba(256, 256, 256, 0.5);
	transition: all 0.4s;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	z-index: 9999;
}
@keyframes fade-in-down {
 0% {
 transform: translate3d(0, -50px, 0);
}
 100% {
 opacity: 1;
 transform: none;
}
}
header .cmpnyunitedsnde-logo {
	float: left;
	background: url(http://webonlinecity.com/goldmansunshadeweb/wp-content/uploads/2026/07/sunshade-logo-1.png) no-repeat;
	background-size: 100% 100%;
	width: 145px;
	height: 90px;
	margin: 10px 0;
	transition: all 0.9s ease;
}
header .cmpnyunitedsnde-logo a {
	display: block;
}
header .tpmain-menubar {
	float: left;
	margin: 10px 0 0;
	transition: 0.3s;
}
header .tpmain-menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .tpmain-menubar ul li {
	float: left;
	position: relative;
	margin: 0 30px 0 0;
}
header .tpmain-menubar ul li:last-child {
	margin-right: 0;
}
header .tpmain-menubar ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
	padding: 5px 15px 10px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: 0.3s;
	border-bottom: 2px solid rgba(253, 225, 94, 0);
}
header .tpmain-menubar ul li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid rgba(253, 225, 94, 100);
}
header .tpmain-menubar ul li.drpmnu:before {
	content: "";
	position: absolute;
	z-index: 9;
	top: 18px;
	right: 3px;
	background: url(../images/mnu-dwnarw1.png) no-repeat;
	width: 8px;
	height: 5px;
}
header .tpmain-menubar li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 45px;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
header .tpmain-menubar li .sub-menu {
	position: absolute;
	min-width: 195px;
	background: #fff;
	padding: 30px;
	z-index: 9;
	left: 0;
	top: 150px;
	border-radius: 5px;
 -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-menubar li.bx1 .sub-menu {
	width: 820px;
	height: 250px;
	left: -262px;
}
header .tpmain-menubar li .sub-menu li {
	width: 50%;
	background: none;
	padding: 0;
	margin: 10px 0;
}
header .tpmain-menubar li .sub-menu li a {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	background: none;
	border: none;
	padding: 5px 15px;
	margin: 0;
}
header .tpmain-menubar li .sub-menu li a:hover {
	color: #e3b037;
	padding-left: 20px;
	background: none;
	border: none;
}
header .tpmain-menubar li .sub-menu li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #e3b037;
	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-menubar li .sub-menu li a:hover:before {
	content: "";
	width: 50%;
	left: 0;
}
header .tpmain-menubar li .sub-menu li a:after {
	content: "";
	width: 3px;
	height: 12px;
	background: #e3b037;
	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-menubar li .sub-menu li a:hover:after {
	content: "";
	width: 10px;
	left: 0;
	top: 13px;
}
header .col-lg-9 {
	border-left: 1px solid rgba(256, 256, 256, 0.3);
}
header .tpcalbx {
	width: 100%;
	float: left;
	padding: 10px 0 10px 15px;
}
header .tpcalbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .tpcalbx ul li {
	float: left;
	margin: 5px 50px 0 0;
}
header .tpcalbx ul li img {
	float: left;
	width: 28px;
	background: #080400;
	margin-right: 10px;
	padding: 4px;
	border-radius: 50px;
	border: 1px solid rgb(218, 165, 48);
}
header .tpcalbx ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.2px;
	padding: 0;
	margin: 0;
	text-decoration: none;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
header .tpcalbx .tpgetqute {
	float: left;
}
header .tpcalbx .tpgetqute a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	background: #e3b037;
	padding: 8px 30px;
	border-radius: 150px;
}
header .tpcalbx .tpgetqute a:hover {
	color: #fff;
	background: #e3b037;
}
header .tpcalbx .tpflowus {
	float: right;
}
header .tpcalbx .tpflowus img {
	float: left;
	width: 32px;
	background: #080400;
	margin: 5px 15px 0 0;
	padding: 6px;
	border-radius: 50px;
	border: 1px solid rgb(218, 165, 48);
}
/*** Mobile Menu ****/

/*** Mobile Menu ****/

header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background: #e3b037;
	margin: 5px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
}
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: 0px;
	right: 0;
	z-index: -1;
	width: 250px;
	height: 370px;
	background: #090400;
	padding: 70px 0 10px;
	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: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 8px 25px;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px solid rgba(256, 256, 256, 0.2);
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #fff;
	background: #222;
}
header .mobBar .mobNav li.menu-item-has-children::before {
 content: '';
 position: absolute;
 top: 18px;
 right: 25px;
 height: 0;
 width: 0;
 border: 6px solid transparent;
 border-top-color: #fff;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
	visibility: hidden;
	padding: 10px;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 20px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #fff;
	background: #00d4a2;
}
/** END **/
.aboutcompany-section {
	position: relative;
	padding: 60px 0 180px;
}
.aboutcompany-section h1 {
	position: relative;
	display: block;
	color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.aboutcompany-section .pt {
	color: #7d7059;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.aboutcompany-section p {
	width: 90%;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.aboutcompany-section .imgbx {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 250px;
}
.aboutcompany-section .alignleft {
	float: left;
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.aboutcompany-section .numcountertbx {
	width: 100%;
	float: left;
	position: absolute;
	top: 250px;
	left: -50px;
}
.aboutcompany-section .counter-box {
	width: 225px;
	float: left;
	padding: 30px 25px;
	margin: 10px;
	text-align: left;
	background: #e3b037;
	border-radius: 5px;
	min-height: 180px;
}
.aboutcompany-section .counter-box.gr {
	background: #046626;
}
.aboutcompany-section .counter {
	display: inline-block;
}
.aboutcompany-section .counter-box .counter-box-content {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	padding: 0 0 15px;
	margin: 0;
}
.aboutcompany-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
	width: 100%;
	float: left;
}
.aboutcompany-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #fff;
	font-size: 54px;
	font-weight: 600;
	line-height: 70px;
	padding: 0;
	margin: 0;
}
.aboutcompany-section .counter-box.home-effective strong {
	display: inline-block;
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 5px;
	margin: 0;
}
.aboutcompany-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0;
	margin: 0;
}
.ourproductlist-section {
	position: relative;
	padding: 60px 0;
	background: #130901;
}
.ourproductlist-section::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: url(../images/bg-striped.png) no-repeat;
 background-size: cover;
 opacity: 0.4;
}
.ourproductlist-section .title-bx {
	position: relative;
}
.ourproductlist-section h2 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	line-height: 60px;
	padding: 0;
	margin: 0;
}
.ourproductlist-section h4 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	line-height: 60px;
	padding: 0;
	margin: 0;
}
.ourproductlist-section h5 {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 0 20px;
	margin: 0;
}
.ourproductlist-section .product-tbx {
	position: relative;
	padding: 10px;
	border-radius: 5px;
	background: #100901;
	text-align: center;
	transition: all 0.4s;
}
.ourproductlist-section .product-tbx:hover {
	background: #e3b037;
}
.ourproductlist-section .product-tbx.mt {
	margin-top: 20px;
}
.ourproductlist-section .product-tbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	margin: 0 0 20px;
}
.ourproductlist-section .product-tbx .imgbx img {
	width: 100%;
	height: auto;
 transition: all .4s;
	border-radius: 5px;
}
.ourproductlist-section .product-tbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.ourproductlist-section .product-tbx h6 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.ourproductlist-section .product-tbx p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.ourproductlist-section .product-tbx:hover h6 {
	color: #fff;
}
.ourproductlist-section .product-tbx:hover p {
	color: #fff;
}
.custombusinesses-section {
	position: relative;
	padding: 60px 0;
}
.custombusinesses-section::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 50%;
 height: 100%;
 background: #090400;
}
.custombusinesses-section::after {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 50%;
 height: 100%;
 background: url(../images/customebg.jpg) no-repeat;
 background-size: cover;
 opacity: 0.3;
}
.custombusinesses-section h2 {
	position: relative;
	z-index: 1;
	display: block;
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	line-height: 65px;
	padding: 0 150px 0 0;
	margin: 0;
}
.custombusinesses-section h3 {
	position: relative;
	z-index: 1;
	display: block;
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	line-height: 65px;
	padding: 0 150px 0 0;
	margin: 0;
}
.custombusinesses-section p {
	position: relative;
	z-index: 1;
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.custombusinesses-section .pt {
	color: #fff;
}
.custombusinesses-section .ulist {
	list-style: none;
	padding: 0;
	margin: 0 0 0 50px;
}
.custombusinesses-section .ulist li {
	color: #3f4245;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/listicn.png) no-repeat 0 12px;
	padding: 10px 0 10px 50px;
	margin: 0;
}
.shadesystems-section {
	position: relative;
	padding: 60px 0;
}
.shadesystems-section h3 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.shadesystems-section h4 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.shadesystems-section .tbx {
	position: relative;
	z-index: 9;
	background: rgba(62, 39, 1, 0.9);
	padding: 30px;
	border-radius: 20px;
}
.shadesystems-section .pt {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.shadesystems-section p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.shadesystems-section .ulist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.shadesystems-section .ulist li {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/listicn1.png) no-repeat 0 8px;
	background-size: 22px 22px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.shadesystems-section .heading-sub-title .subtitle {
	color: #fff;
}
.shadesystems-section .imgbx {
	position: relative;
	width: 100%;
	padding-top: 70px;
}
.shadesystems-section .alignleft {
	float: left;
	width: 150%;
	height: auto;
	border-radius: 20px;
}
.whychooseus-section {
	position: relative;
	background: url(../images/whychoose-bg.jpg) no-repeat;
	background-size: cover;
}
.whychooseus-section h4 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 10px;
	margin: 40px 0 0;
}
.whychooseus-section h4::after {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 margin: 0 auto;
 width: 50px;
 height: 2px;
 background: #fff;
 opacity: 0.7;
}
.whychooseus-section h5 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 10px;
	margin: 40px 0 0;
}
.whychooseus-section h5::after {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 margin: 0 auto;
 width: 50px;
 height: 2px;
 background: #fff;
 opacity: 0.7;
}
.whychooseus-section p {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 10px 0;
	margin: 0;
}
.whychooseus-section .pt {
	color: #fff;
}
.whychooseus-section .ulist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.whychooseus-section .ulist li {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background: url(../images/listicn1.png) no-repeat 0 12px;
	background-size: 20px 20px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.whychooseus-section .imgbx {
	position: relative;
	width: 100%;
}
.whychooseus-section .aligncenter {
	width: 100%;
	height: auto;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.faqstab-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/gryoutlinebg.jpg) no-repeat;
	background-size: cover;
}
.faqstab-section h4 {
	position: relative;
	display: block;
	color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	text-align:center;
	padding: 0;
	margin: 10px 0;
}
.faqstab-section .accordion {
	overflow-anchor: none;
	width: 80%;
	margin: 0 auto;
}
.faqstab-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.faqstab-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 10px 0;
}
.faqstab-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.faqstab-section .text-left {
	font-size: 18px;
	color: #cc9410;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 1px solid #c8c8c8;
	margin: 0;
	padding: 10px 30px 10px 15px;
	background:#fff;
}
.faqstab-section .collapsed::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 10px;
	width: 16px;
	height: 11px;
	background: url(http://webonlinecity.com/goldmansunshadeweb/wp-content/uploads/2026/07/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.faqstab-section .show::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 10px;
	width: 16px;
	height: 11px;
	background: url(http://webonlinecity.com/goldmansunshadeweb/wp-content/uploads/2026/07/faqarw-h.jpg) no-repeat;
	background-size: 16px 11px;
}
.faqstab-section .faqcontent {
	padding: 10px;
}
.faqstab-section .faqcontent p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.faqstab-section .faqcontent p a {
	color: #000;
	text-decoration: none;
}
.faqstab-section .faqcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.faqstab-section .faqcontent ul li {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.faqstab-section .faqcontent ul li a {
	color: #1e1e1e;
	text-decoration: none;
}
.bloginsights-section {
	position: relative;
	padding: 50px 0;
}
.bloginsights-section .haed-title {
	position: relative;
}
.bloginsights-section h4 {
	position: relative;
	display: block;
	color: #000;
	font-size: 52px;
	font-weight: 600;
	line-height: 65px;
	padding: 0;
	margin: 100px 0 20px;
}
.bloginsights-section .insightstbx {
	position: relative;
	width: 100%;
	float: left;
	box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
}
.bloginsights-section .insightstbx .post-date {
	position: absolute;
	z-index: 9;
	right: 30px;
	top: 48%;
	background: #000;
	color: #fff;
	border-radius: 3px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	padding: 25px 15px 15px;
	width: 70px;
}
.bloginsights-section .insightstbx .post-date .year {
	font-size: 35px;
	line-height: 20px;
	display: block;
}
.bloginsights-section .insightstbx .post-date .month {
	font-size: 15px;
}
.bloginsights-section .insightstbx .ptxt {
	padding: 50px 20px 20px;
	transition: 0.3s;
}
.bloginsights-section .insightstbx .ptxt h5 {
	display: block;
	color: #222;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.bloginsights-section a {
	display: block;
	color: fff;
	text-decoration: none;
}
.bloginsights-section a:hover {
	color: fff;
	text-decoration: none;
}
.bloginsights-section .insightstbx .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.bloginsights-section .insightstbx .imgbx img {
	width: 100%;
	height: 100%;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 transition: .3s ease;
}
.bloginsights-section .insightstbx:hover .imgbx img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.bloginsights-section .mrpstbtn {
	display: inline-block;
	margin: 20px 0 0;
}
.bloginsights-section .mrpstbtn a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	background: url(../images/btnarw.png) no-repeat 90% 18px #7d7059;
	background-size: 13px 13px;
	border-radius: 5px;
	transition: all 0.4s;
	padding: 13px 40px 13px 20px;
	margin: 0;
}
.bloginsights-section .mrpstbtn a::after {
 position: absolute;
 content: "";
 height: 100%;
 width: 0;
 right: 0;
 top: 0;
 transition: all 0.4s;
 background: #fff;
 opacity: 0.2;
 z-index: -1;
 border-radius: 4px;
}
.bloginsights-section .mrpstbtn a:hover {
	color: #fff;
	transition: all 0.4s;
	transform: translateY(-5px);
}
.bloginsights-section .mrpstbtn a:hover::after {
 width: 100%;
 transition: all 0.4s;
 right: auto;
 left: 0;
}
.floating-phnbtn {
	position: fixed;
	width: 60px;
	bottom: 130px;
	right: 20px;
	z-index: 99
}
.floating-phnbtn .phnbtn {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/phnicn.png) no-repeat 13px 14px #d59f21;
	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
}
.floating-whtsap {
	position: fixed;
	width: 60px;
	bottom: 50px;
	right: 20px;
	z-index: 99
}
.floating-whtsap .whtsap {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/wapicn.png) no-repeat 14px 14px #26d367;
	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
}
.makeanenquiry-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/getqute-bg.jpg) no-repeat;
	background-size: cover;
}
.makeanenquiry-section h5 {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	background: rgba(256, 256, 256, 0.1);
	margin: 0 0 10px;
	padding: 2px 8px 5px;
}
.makeanenquiry-section h3 {
	display: block;
	font-size: 36px;
	color: #fff;
	line-height: 42px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
}
.makeanenquiry-section h4 {
	display: block;
	font-size: 32px;
	color: #fff;
	line-height: 48px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
}
.makeanenquiry-section p {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 10px 0;
	margin: 0;
}
.makeanenquiry-section .enqform-tbx {
	position: relative;
	width: 100%;
	float: left;
	padding: 30px 50px 50px;
	border-radius: 5px;
	background: rgba(256, 256, 256, 0.1);
}
.makeanenquiry-section .enqform-tbx .inpnme {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.makeanenquiry-section .enqform-tbx .inpnme::placeholder {
 color:#0a0a0a;
}
.makeanenquiry-section .enqform-tbx .inpeml {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.makeanenquiry-section .enqform-tbx .inpeml::placeholder {
 color:#0a0a0a;
}
.makeanenquiry-section .enqform-tbx .inpcal {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.makeanenquiry-section .enqform-tbx .inpcal::placeholder {
 color:#0a0a0a;
}
.makeanenquiry-section .enqform-tbx textarea {
	width: 100%;
	height: 110px;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 12px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.makeanenquiry-section .enqform-tbx textarea::placeholder {
 color:#0a0a0a;
}
.makeanenquiry-section .enqform-tbx .sbmt-btn {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 30px;
	margin: 10px 0 0;
	background: #7d7059;
	border-radius: 5px;
	border: none;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.makeanenquiry-section .contact-tbx {
	position: relative;
	padding: 50px 50px 0 0;
}
.makeanenquiry-section .contact-tbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.makeanenquiry-section .contact-tbx ul li {
	position: relative;
}
.makeanenquiry-section .contact-tbx ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	padding: 0 0 0 60px;
	margin: 20px 0;
}
.makeanenquiry-section .contact-tbx ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.makeanenquiry-section .contact-tbx ul li a.adicn {
	background: url(../images/adricn.jpg) no-repeat;
	background-size: 42px 42px;
	line-height:30px;
}
.makeanenquiry-section .contact-tbx ul li a.phicn {
	background: url(../images/phnicn.jpg) no-repeat;
	background-size: 42px 42px;
	line-height:42px;
}
.makeanenquiry-section .contact-tbx ul li a.emicn {
	background: url(../images/emlicn.jpg) no-repeat;
	background-size: 42px 42px;
	line-height:42px;
}
.ftrwrpbx {
	position: relative;
	background: rgb(127, 88, 22);
}
.ftrwrpbx .cmpylogo {
	float: left;
	width: 100%;
	margin: 70px 0 10px;
}
.ftrwrpbx .cmpylogo .logo {
	display: block;
	background: url(http://webonlinecity.com/goldmansunshadeweb/wp-content/uploads/2026/07/ft-sunshade1-1.png) no-repeat;
	background-size: 162px 100px;
	width: 162px;
	height: 100px;
}
.ftrwrpbx .ftdsc {
	float: left;
	width: 100%;
	color: #f4f4f5;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding: 0 20px 0 0;
	margin: 0;
}
.ftrwrpbx h4 {
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px;
}
.ftrwrpbx .ftgettouch {
	float: left;
	width: 100%;
	margin: 70px 0 30px;
	padding: 0;
	min-height: 235px;
}
.ftrwrpbx .ftgettouch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ftrwrpbx .ftgettouch ul li {
	position: relative;
	padding: 10px 0;
}
.ftrwrpbx .ftgettouch ul li a {
	display: block;
	color: #f4f4f5;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	background-size: 20px 15px;
	padding: 0 0 0 36px;
	margin: 0;
	text-decoration: none;
}
.ftrwrpbx .ftgettouch ul li a:hover {
	color: #f4f4f5;
	text-decoration: none;
}
.ftrwrpbx .ftgettouch ul li a.wa {
	background: url(../images/ftwapicn.png) no-repeat;
	background-size: 25px 25px;
}
.ftrwrpbx .ftgettouch ul li a.em {
	background: url(../images/ftemlicn.png) no-repeat;
	background-size: 25px 25px;
}
.ftrwrpbx .ftgettouch ul li a.loc {
	background: url(../images/ftplocicn.png) no-repeat 0 7px;
	background-size: 25px 25px;
}
.ftrwrpbx .ftqlinks {
	float: left;
	width: 100%;
	margin: 70px 0 30px;
	padding: 0 0 0 40px;
	min-height: 235px;
}
.ftrwrpbx .ftqlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ftrwrpbx .ftqlinks ul li {
	position: relative;
	padding: 5px 0;
}
.ftrwrpbx .ftqlinks ul li a {
	display: block;
	color: #f4f4f5;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/ftlnk.png) no-repeat 0 8px;
	background-size: 10px 15px;
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
}
.ftrwrpbx .ftqlinks ul li a:hover {
	color: #f4f4f5;
	text-decoration: none;
}
.ftrwrpbx .bdr {
	border-top: 1px solid rgb(255 255 255 / 87%);
}
.ftrwrpbx .cpyrgt {
	color: #f4f4f5;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	padding: 30px 0;
	margin: 0;
}
.ftrwrpbx .cpyrgt a {
	color: #f4f4f5;
	font-size: 14px;
	text-decoration: none;
}
.ftrwrpbx .dsgnby {
	color: #f4f4f5;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;
	padding: 30px 0;
	margin: 0;
}
.ftrwrpbx .dsgnby a {
	color: #f4f4f5;
	text-decoration: none;
}
/* Animated Title Border */

.heading-sub-title {
	display: inline-flex;
	align-items: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	overflow: hidden;
	will-change: transform;
}
.heading-sub-title .heading-marquee {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	-webkit-animation: marq 3.5s linear infinite;
	animation: marq 3.5s linear infinite;
	transition: none;
	will-change: transform;
}
.heading-sub-title .subtitle {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	display: inline-flex;
	align-items: center;
	text-wrap: nowrap;
	white-space: nowrap;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #a7967b;
}
.heading-sub-title .subtitle.wt {
	color: #fff;
}
.heading-sub-title .subtitle + .subtitle {
	position: absolute;
	left: 100%;
}
.heading-sub-title .subtitle:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em;
	background: url(../images/sunicn.png) no-repeat;
	margin-right: 10px;
	-webkit-mask-image: var(--wdt-star-mask);
	mask-image: var(--wdt-star-mask);
	-webkit-mask-size: 98%;
	mask-size: 98%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	font-size: 1.1rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-animation: wdtCircle 3.5s linear infinite;
	animation: wdtCircle 3.5s linear infinite;
	transition: none;
	will-change: transform;
}
 @keyframes marq {
to {
transform: translateX(-100%);
}
}
@keyframes wdtCircle {
to {
transform: rotate(360deg);
}
}
/****** INNER PAGES CSS *******/

.innerheromain-section {
	position: relative;
	width: 100%;
}
.innerheromain-section img {
	width: 100%;
	height: auto;
}
.innerheromain-section .indivtitle {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.innerheromain-section .indivtitle h4 {
	font-family: 'Poppins';
	font-size: 54px;
	color: #fff;
	line-height: 65px;
	font-weight: 600;
	margin: 150px 0 0;
	padding: 0;
}
.innerheromain-section .getquote-btn {
	display: inline-block;
	margin: 15px auto 0;
}
.innerheromain-section .getquote-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	padding: 10px 30px;
	border-radius: 5px;
	border: 1px solid #b77f22;
	background: #9e701e;
}
.innerheromain-section .getquote-btn a:hover {
	color: #fff;
	background: #b77f22;
	border: 1px solid #9e701e;
}
.innerwhoweare-section {
	position: relative;
	padding: 60px 0;
	margin-top: -420px;
	background: rgba(9, 4, 0, 0.9);
	border-radius: 80px 80px 0 0;
}
.innerwhoweare-section h1 {
	position: relative;
	display: block;
	color: #e3b037;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.innerwhoweare-section .pt {
	color: #e3b037;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.innerwhoweare-section p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerwhoweare-section .imgbx {
	position: relative;
	width: 100%;
	height: auto;
}
.innerwhoweare-section .imgbx img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.innerour-journey-section {
	position: relative;
	padding: 60px 0;
	background: url(../images/gryoutlinebg.jpg) no-repeat center;
}
.innerour-journey-section h2 {
	position: relative;
	display: block;
	color: #090400;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 0;
}
.innerour-journey-section h3 {
	position: relative;
	display: block;
	color: #090400;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 0;
}
.innerour-journey-section .tbx {
	padding: 50px;
	border-left: 10px solid #e3b037;
	border-radius: 50px;
}
.innerour-journey-section p {
	color: #090400;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerproductshade-section {
	position: relative;
	padding: 60px 0;
}
.innerproductshade-section h1 {
	position: relative;
	display: block;
	color: #c38922;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.innerproductshade-section .pt {
	color: #090400;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.innerproductshade-section p {
	color: #090400;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerproductshade-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerproductshade-section li {
	color: #090400;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background: url(../images/listicn.png) no-repeat 0 6px;
	background-size: 20px 20px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innerproductshade-section .imgbx {
	position: relative;
	width: 100%;
	height: auto;
}
.innerproductshade-section .imgbx img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.innerproductshade-section1 {
	position: relative;
	padding: 0 0 50px;
}
.innerproductshade-section1 .tbx {
	padding: 40px;
	margin-left: -40px;
	background: #090400;
}
.innerproductshade-section1 h2 {
	position: relative;
	display: block;
	color: #c38922;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.innerproductshade-section1 p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerproductshade-section1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerproductshade-section1 li {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background: url(../images/listicn1.png) no-repeat 0 12px;
	background-size: 20px 20px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innerproductshade-section1 .imgbx {
	position: relative;
	width: 100%;
	height: auto;
}
.innerproductshade-section1 .imgbx img {
	width: 100%;
	height: auto;
}
.innerproductshade-section2 {
	position: relative;
	padding: 50px 0;
	background: url(../images/productbg.jpg) no-repeat;
	background-size: cover;
}
.innerproductshade-section2 h3 {
	position: relative;
	display: block;
	color: #c38922;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.innerproductshade-section2 p {
	color: #090400;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerproductshade-section2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerproductshade-section2 li {
	color: #090400;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background: url(../images/listicn.png) no-repeat 0 6px;
	background-size: 20px 20px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innerproductshade-section2 .inntbx {
	display:none;
	width: 31%;
	float: left;
	text-align: center;
	padding: 25px 35px;
	border: 1px solid #e3b037;
	margin: 30px 10px 0;
	border-radius: 50px;
	min-height: 350px;
}
.innerproductshade-section2 .inntbx img {
	width: 75px;
	height: auto;
	border-radius: 8px;
	margin: 0 0 10px;
	border: 1px solid #ffecbe;
	padding: 5px;
}
.innerproductshade-section2 .inntbx h6 {
	display: block;
	color: #c38922;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
.innerproductshade-section2 .inntbx p {
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0;
}
.innerproductshade-section3 {
	position: relative;
	padding: 50px 0;
	background: url(../images/productbg.jpg) no-repeat;
	background-size: cover;
}
.innerproductshade-section3 h3 {
	position: relative;
	display: block;
	color: #c38922;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.innerproductshade-section3 h4 {
	position: relative;
	display: block;
	color: #c38922;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.innerproductshade-section3 p {
	color: #090400;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerproductshade-section3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerproductshade-section3 li {
	color: #090400;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background: url(../images/listicn.png) no-repeat 0 6px;
	background-size: 20px 20px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innerproductshade-section3 .inntbx {
	width: 31%;
	float: left;
	text-align: center;
	padding: 25px 35px;
	border: 1px solid #e3b037;
	margin: 30px 10px;
	border-radius: 50px;
	min-height: 250px;
}
.innerproductshade-section3 .inntbx img {
	width: 75px;
	height: auto;
	border-radius: 8px;
	margin: 0 0 10px;
	border: 1px solid #ffecbe;
	padding: 5px;
}
.innerproductshade-section3 .inntbx h6 {
	display: block;
	color: #c38922;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
.innerproductshade-section3 .inntbx p {
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0;
}
.innerproductshade-gallerysection {
	position: relative;
	padding: 50px 0;
}
.innerproductshade-gallerysection .tbx {
	padding: 40px 40px 130px;
	margin-top: 40px;
	margin-left: -40px;
	background: #03201c;
}
.innerproductshade-gallerysection h4 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	padding: 0;
	margin: 10px 0;
}
.innerproductshade-gallerysection p {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	padding: 10px 0;
	margin: 0;
}
.innerproductshade-gallerysection .gallimgslide {
	margin: 0;
}
.innerproductshade-gallerysection .slick-dots {
	display: none!important;
}
.innerproductshade-gallerysection .slick-prev {
	top: 75%!important;
	left: 104%!important;
}
.innerproductshade-gallerysection .slick-next {
	top: 75%!important;
	right: -22%!important;
}
.innerproductshade-section4 {
	position: relative;
	padding: 50px 0 0;
}
.innerproductshade-section4 h5 {
	position: relative;
	display: block;
	color: #c38922;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	padding: 0;
	margin: 10px 0;
}
.innerproductshade-section4 p {
	color: #090400;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerproductshade-section4 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerproductshade-section4 li {
	color: #090400;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background: url(../images/listicn.png) no-repeat 0 6px;
	background-size: 20px 20px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innerproductshade-section4 .alignright {
	float:right;
	width: 45%;
	height: auto;
	margin:0 0 0 30px;
	border-radius: 8px;
}
.moreourproduct-listsection {
	position: relative;
	padding: 50px 0;
}
.moreourproduct-listsection h4 {
	position: relative;
	display: block;
	color: #c38922;
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	padding: 0;
	margin: 0 0 110px;
}
.moreourproduct-listsection .innprocuctbx {
	width: 19%;
	float: left;
	margin: 0 5px;
	padding: 10px;
	transition: all 0.5s ease;
	background: #fff;
	border-left: 1px solid #e3b037;
}
.moreourproduct-listsection .innprocuctbx h6 {
	display: block;
	font-size: 12px;
	color: #4e5b66;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 3px;
 transition: all .4s;
	margin: 0;
	padding: 15px 0;
	text-transform: uppercase;
}
.moreourproduct-listsection .innprocuctbx h5 {
	position: relative;
	display: inline;
	font-size: 20px;
	color: #c38922;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 1px;
 transition: all .4s;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(transparent calc(100% - 2px), #4e5b66 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
}
.moreourproduct-listsection .innprocuctbx:hover h5 {
	background-size: 100% 100%;
}
.moreourproduct-listsection .innprocuctbx h5 strong {
	display: block;
	font-weight: 600;
}
.moreourproduct-listsection .innprocuctbx img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -100px;
	border-radius: 10px;
}
.moreourproduct-listsection .innprocuctbx .morebtn {
	position: relative;
	display: block;
	color: #4e5b66;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 3px;
	margin: 20px 0 0;
	padding: 10px 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-image: linear-gradient(transparent calc(100% - 2px), #4e5b66 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
}
.moreourproduct-listsection .innprocuctbx .morebtn.mt {
	margin-top: 52px;
}
.moreourproduct-listsection .innprocuctbx:hover .morebtn {
	padding-left: 20px;
	background-size: 70% 100%;
}
.moreourproduct-listsection .innprocuctbx .morebtn:before {
	content: "";
	width: 3px;
	height: 13px;
	background: #222;
	position: absolute;
	bottom: 2px;
	left: 0;
	top: 15px;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.moreourproduct-listsection .innprocuctbx:hover .morebtn:before {
	content: "";
	width: 10px;
	left: 0;
	top: 15px;
}
.moreourproduct-listsection a:hover {
	text-decoration: none;
}
.innercontact-makeanenquiry-section {
	position: relative;
	padding: 50px 0;
	margin-top: -650px;
	background: rgba(9, 4, 0, 0.9);
	border-radius: 80px 80px 0 0;
}
.innercontact-makeanenquiry-section h5 {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	background: rgba(256, 256, 256, 0.1);
	margin: 0 0 10px;
	padding: 2px 8px 5px;
}
.innercontact-makeanenquiry-section h3 {
	display: block;
	font-size: 36px;
	color: #fff;
	line-height: 42px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
}
.innercontact-makeanenquiry-section h4 {
	display: block;
	font-size: 32px;
	color: #fff;
	line-height: 48px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
}
.innercontact-makeanenquiry-section p {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 10px 0;
	margin: 0;
}
.innercontact-makeanenquiry-section .enqform-tbx {
	position: relative;
	width: 100%;
	float: left;
	padding: 30px 50px 50px;
	border-radius: 5px;
	background: rgba(256, 256, 256, 0.1);
}
.innercontact-makeanenquiry-section .enqform-tbx .inpnme {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.innercontact-makeanenquiry-section .enqform-tbx .inpnme::placeholder {
 color:#0a0a0a;
}
.innercontact-makeanenquiry-section .enqform-tbx .inpeml {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.innercontact-makeanenquiry-section .enqform-tbx .inpeml::placeholder {
 color:#0a0a0a;
}
.innercontact-makeanenquiry-section .enqform-tbx .inpcal {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.innercontact-makeanenquiry-section .enqform-tbx .inpcal::placeholder {
 color:#0a0a0a;
}
.innercontact-makeanenquiry-section .enqform-tbx textarea {
	width: 100%;
	height: 110px;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 12px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: none;
}
.innercontact-makeanenquiry-section .enqform-tbx textarea::placeholder {
 color:#0a0a0a;
}
.innercontact-makeanenquiry-section .enqform-tbx .sbmt-btn {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 30px;
	margin: 10px 0 0;
	background: #7d7059;
	border-radius: 5px;
	border: none;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.innercontact-makeanenquiry-section .contact-tbx {
	position: relative;
	padding: 50px 50px 0 0;
}
.innercontact-makeanenquiry-section .contact-tbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innercontact-makeanenquiry-section .contact-tbx ul li {
	position: relative;
}
.innercontact-makeanenquiry-section .contact-tbx ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	padding: 0 0 0 60px;
	margin: 20px 0;
}
.innercontact-makeanenquiry-section .contact-tbx ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.innercontact-makeanenquiry-section .contact-tbx ul li a.adicn {
	background: url(../images/adricn.jpg) no-repeat;
	background-size: 42px 42px;
	line-height: 30px;
}
.innercontact-makeanenquiry-section .contact-tbx ul li a.phicn {
	background: url(../images/phnicn.jpg) no-repeat;
	background-size: 42px 42px;
	line-height: 42px;
}
.innercontact-makeanenquiry-section .contact-tbx ul li a.emicn {
	background: url(../images/emlicn.jpg) no-repeat;
	background-size: 42px 42px;
	line-height: 42px;
}
.innertrending-insights-section {
	position: relative;
	padding: 50px 0;
}
.innertrending-insights-section h2 {
	position: relative;
	display: block;
	color: #c38922;
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	padding: 0;
	margin: 0;
}
.innertrending-insights-section .trending-insightspost {
	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;
}
.innertrending-insights-section .trending-insightspost:hover {
	background: #fff9ee;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
	transition: transform 0.3s;
}
.innertrending-insights-section .trending-insightspost .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
}
.innertrending-insights-section .trending-insightspost .imgbx img {
	width: 100%;
	height: auto;
 transition: all .4s;
	border-radius: 5px;
}
.innertrending-insights-section .trending-insightspost .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innertrending-insights-section .trending-insightspost .dsctbx {
	width: 100%;
	float: left;
	padding: 15px 20px;
}
.innertrending-insights-section .trending-insightspost .dsctbx h5 {
	font-size: 21px;
	color: #bd8421;
	line-height: 27px;
	font-weight: 600;
	padding: 0 0 5px;
	margin: 0;
}
.innertrending-insights-section .trending-insightspost .dsctbx p {
	font-size: 14px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.innertrending-insights-section .trending-insightspost .dsctbx .dtebx {
	display: block;
	font-size: 11px;
	color: #acacac;
	line-height: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.innertrending-insights-section .trending-insightspost .morebutton {
	width: 100%;
	float: left;
	padding: 0 20px 20px;
}
.innertrending-insights-section .trending-insightspost .morebutton a {
	display: inline-block;
	color: #e3b037;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #fff;
	border: 1px solid #e3b037;
	padding: 5px 10px;
	border-radius: 3px;
 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out
}
.innertrending-insights-section .trending-insightspost .morebutton a:hover {
	color: #fff;
	background: #e3b037;
	border: 1px solid #e3b037;
}
.singletrending-insights-section {
	position: relative;
	padding: 50px 0;
	background: #f9f9f9;
}
.singletrending-insights-section .inntrending-insightspost {
	width: 95%;
	float: left;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}
.singletrending-insights-section .inntrending-insightspost .dtebx {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #acacac;
	line-height: 26px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.singletrending-insights-section .inntrending-insightspost img {
	width: 100%;
	height: auto;
	margin: 20px 0;
	border-radius: 10px;
}
.singletrending-insights-section .inntrending-insightspost h2 {
	display: block;
	color: #c99329;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
.singletrending-insights-section .inntrending-insightspost h3 {
	display: block;
	color: #c99329;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	padding: 10px 0 0;
	margin: 0;
}
.singletrending-insights-section .inntrending-insightspost h4 {
	display: block;
	color: #c99329;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	padding: 10px 0 0;
	margin: 0;
}
.singletrending-insights-section .inntrending-insightspost p {
	display: block;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0;
	margin: 0;
}
.singletrending-insights-section .inntrending-insightspost ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.singletrending-insights-section .inntrending-insightspost ul li {
	display: block;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/sunicn.png) no-repeat 0 7px;
	background-size: 15px 15px;
	padding: 0 0 0 25px;
	margin: 3px 0;
}
.singletrending-insights-section .innright-recentpost-link {
	margin: 0 0 40px;
}
.singletrending-insights-section .innright-recentpost-link h3 {
	display: block;
	color: #c99329;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0 0 10px;
	margin: 0;
}
.singletrending-insights-section .innright-recentpost-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.singletrending-insights-section .innright-recentpost-link ul li {
	position: relative;
	padding: 10px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #e9e9e9;
}
.singletrending-insights-section .innright-recentpost-link ul li a {
	display: block;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/sunicn.png) no-repeat 0 7px;
	background-size: 15px 15px;
	padding: 0 0 0 25px;
	margin: 0;
	text-decoration: none;
}
.singletrending-insights-section .innright-recentpost-link ul li a:hover {
	background: url(../images/sunicn1h.png) no-repeat 0 7px;
	background-size: 15px 15px;
	color: #c99329;
	text-decoration: none;
}
.singletrending-insights-section .innright-categorypost-link {
	margin: 0 0 40px;
}
.singletrending-insights-section .innright-categorypost-link h3 {
	display: block;
	color: #c99329;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0 0 10px;
	margin: 0;
}
.singletrending-insights-section .innright-categorypost-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.singletrending-insights-section .innright-categorypost-link ul li {
	position: relative;
	padding: 10px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #e9e9e9;
}
.singletrending-insights-section .innright-categorypost-link ul li a {
	display: block;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/sunicn.png) no-repeat 0 7px;
	background-size: 15px 15px;
	padding: 0 0 0 25px;
	margin: 0;
	text-decoration: none;
}
.singletrending-insights-section .innright-categorypost-link ul li a:hover {
	background: url(../images/sunicn1h.png) no-repeat 0 7px;
	background-size: 15px 15px;
	color: #c99329;
	text-decoration: none;
}
.innerfaqstab-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/gryoutlinebg.jpg) no-repeat;
	background-size: cover;
}
.innerfaqstab-section h4 {
	position: relative;
	display: block;
	color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
	text-align:center;
	padding: 0;
	margin: 10px 0;
}
.innerfaqstab-section .accordion {
	overflow-anchor: none;
	width: 80%;
	margin: 0 auto;
}
.innerfaqstab-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innerfaqstab-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 10px 0;
}
.innerfaqstab-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innerfaqstab-section .text-left {
	font-size: 18px;
	color: #cc9410;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 1px solid #c8c8c8;
	margin: 0;
	padding: 10px 30px 10px 15px;
	background:#fff;
}
.innerfaqstab-section .collapsed::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 10px;
	width: 16px;
	height: 11px;
	background: url(http://webonlinecity.com/goldmansunshadeweb/wp-content/uploads/2026/07/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerfaqstab-section .show::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 10px;
	width: 16px;
	height: 11px;
	background: url(http://webonlinecity.com/goldmansunshadeweb/wp-content/uploads/2026/07/faqarw-h.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerfaqstab-section .faqcontent {
	padding: 10px;
}
.innerfaqstab-section .faqcontent p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerfaqstab-section .faqcontent p a {
	color: #000;
	text-decoration: none;
}
.innerfaqstab-section .faqcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerfaqstab-section .faqcontent ul li {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerfaqstab-section .faqcontent ul li a {
	color: #1e1e1e;
	text-decoration: none;
}