* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter';
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'), url('Inter-Bold.woff') format('woff'), url('Inter-Bold.svg#Inter-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Black.woff2') format('woff2'), url('Inter-Black.woff') format('woff'), url('Inter-Black.svg#Inter-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'), url('Inter-Medium.woff') format('woff'), url('Inter-Medium.svg#Inter-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'), url('Inter-Regular.woff') format('woff'), url('Inter-Regular.svg#Inter-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'), url('Inter-SemiBold.woff') format('woff'), url('Inter-SemiBold.svg#Inter-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;
}
.fixtp-unitedsnde {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(255,255,255,.1);
	transition: all 0.5s ease-in-out;
}
header.scroll {
	background: #ffffff;
	transition: background 0.3s ease-in-out;
}
.fixtp-unitedsnde.sticky {
	position: fixed;
	background: #ffffff;
	transition: all 0.3s ease;
	border-bottom: none;
}
.fixtp-unitedsnde.sticky .logounitedsnde {
	display: block;
	background: url(../images/logonw.png) no-repeat;
	background-size: 245px 40px;
	width: 245px;
	height: 40px;
	margin: 17px 0;
}
.fixtp-unitedsnde.sticky .mnubar-unitedsnde ul li a {
	color: #3f4245;
	padding: 27px 0;
}
.fixtp-unitedsnde.sticky .mnubar-unitedsnde ul li a:hover {
	color: #7f715c;
}
.fixtp-unitedsnde.sticky .mnubar-unitedsnde ul li a:after {
	border-bottom: 2px solid #7f715c;
}
.fixtp-unitedsnde.sticky .reqquote-btn {
	padding: 20px 0 0;
}
header .logounitedsnde {
	float: left;
	background: url(../images/logonw-wt.png) no-repeat;
	background-size: 245px 40px;
	width: 245px;
	height: 40px;
	margin: 28px 0 27px;
}
header .logounitedsnde a {
	text-decoration: none;
}
header .mnubar-unitedsnde {
	position: relative;
	float: left;
	margin-left: 30px;
}
header .mnubar-unitedsnde ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mnubar-unitedsnde ul li {
	position: relative;
	float: left;
	margin: 0 20px;
}
header .mnubar-unitedsnde ul li::last-child {
 margin-right: 0;
}
header .mnubar-unitedsnde ul li a {
	display: block;
	color: rgba(256,256,256,0.7);
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	padding: 37px 0;
	margin: 0;
}
header .mnubar-unitedsnde ul li a:hover {
	color: rgba(256,256,256,100);
}
header .mnubar-unitedsnde ul li a:after {
	border-bottom: 2px solid #fff;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	transition: width .1s linear 0s;
	width: 0;
	margin: 0 auto;
}
header .mnubar-unitedsnde ul li a:hover:after {
	left: 0;
	right: 0;
	width: 100%
}
header .mnubar-unitedsnde li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 90px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mnubar-unitedsnde li .sub-menu {
	position: fixed;
	min-width: 225px;
	background: #fff;
	padding: 20px;
	z-index: 9;
	top: 150px;
	border-radius: 0 0 5px 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 .mnubar-unitedsnde li .sub-menu li {
    float: none;
    margin: 0;
}
header .mnubar-unitedsnde li .sub-menu li a {
	color:#3f4245;
	padding: 0 0 10px;
    margin: 0 0 10px;
}
.fixtp-unitedsnde.sticky .mnubar-unitedsnde li .sub-menu {
	top:70px;
}
.fixtp-unitedsnde.sticky .mnubar-unitedsnde li .sub-menu li {
    float: none;
    margin: 0;
}
.fixtp-unitedsnde.sticky .mnubar-unitedsnde li .sub-menu li a {
	padding: 0 0 10px;
    margin: 0 0 10px;
}
.fixtp-unitedsnde.innhdr.sticky .mnubar-unitedsnde li .sub-menu {
	top:70px;
}
.fixtp-unitedsnde.innhdr.sticky .mnubar-unitedsnde li .sub-menu li {
    float: none;
    margin: 0;
}
.fixtp-unitedsnde.innhdr.sticky .mnubar-unitedsnde li .sub-menu li a {
	padding: 0 0 10px;
    margin: 0 0 10px;
}
header .reqquote-btn {
	float: right;
	padding: 30px 0 0;
}
header .reqquote-btn a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	background: #a8977b;
	border-radius: 10px;
	padding: 7px 14px;
	margin: 0;
}
header .reqquote-btn a:hover {
	color: #fff;
	background: #7f715c;
}
.fixtp-unitedsnde.sticky .mobBar #TopMenu .bar1 {
	background: #3f4245;
}
.fixtp-unitedsnde.sticky .mobBar #TopMenu .bar2 {
	background: #3f4245;
}
.fixtp-unitedsnde.sticky .mobBar #TopMenu .bar3 {
	background: #3f4245;
}
header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 4px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
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: 450px;
	background: url(../images/mobile-mnubg.png) repeat #a8977b;
	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: 700;
	line-height: 32px;
	padding: 10px 35px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #3f4245;
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	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: 18px;
	font-weight: 400;
	line-height: 26px;
	padding: 5px 30px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #0e180e;
}
header .mobBar .mobreqquote-btn {
    display: block;
	padding: 30px 0 0 35px;
}
header .mobBar .mobreqquote-btn a {
	display:inline-block;
	color: #7f715c;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	transition: 0.3s;
	background: #fff;
	border-radius: 10px;
	padding: 5px 14px;
	margin: 0;
}
header .mobBar .mobreqquote-btn a:hover {
	color: #7f715c;
	background: #fff;
}
.hmunitedsnde-productlist-section {
	position: relative;
	padding: 100px 0 80px;
	text-align: center;
}
.hmunitedsnde-productlist-section h2 {
	display: block;
	color: #111518;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.hmunitedsnde-productlist-section p {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding: 15px 0 30px;
	margin: 0;
}
.hmunitedsnde-productlist-section .product-listbx {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0;
}
.hmunitedsnde-productlist-section .product-listbx .prodlist-btn {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	text-align: left;
}
.hmunitedsnde-productlist-section .product-listbx .prodlist-btn a {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	padding: 15px;
	margin: 0;
	border-radius: 10px;
	background: url(../images/prodbtn-arw.png) no-repeat 97% 22px rgb(255 255 255 / 82%);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .23);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all .3s;
}
.hmunitedsnde-productlist-section .product-listbx:hover .prodlist-btn a {
	background: url(../images/prodbtn-arw.png) no-repeat 97% 22px rgb(255 255 255 / 100%);
}
.hmunitedsnde-productlist-section .product-listbx .imgbx {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.hmunitedsnde-productlist-section .product-listbx .imgbx img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.hmunitedsnde-productlist-section .product-listbx:hover .imgbx::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(63,54,42,0.5);
	transition: all .3s;
}
.hmunitedsnde-productlist-section .product-listbx1 {
	position: relative;
	float: left;
	width: 47%;
	overflow: hidden;
	margin: 15px 30px 15px 0;
}
.hmunitedsnde-productlist-section .product-listbx1.spc1 {
	margin-right: 0;
}
.hmunitedsnde-productlist-section .product-listbx1 .prodlist-btn {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	text-align: left;
}
.hmunitedsnde-productlist-section .product-listbx1 .prodlist-btn a {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	padding: 15px;
	margin: 0;
	border-radius: 10px;
	background: url(../images/prodbtn-arw.png) no-repeat 97% 22px rgb(255 255 255 / 82%);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .23);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all .3s;
}
.hmunitedsnde-productlist-section .product-listbx1:hover .prodlist-btn a {
	background: url(../images/prodbtn-arw.png) no-repeat 97% 22px rgb(255 255 255 / 100%);
}
.hmunitedsnde-productlist-section .product-listbx1 .imgbx {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.hmunitedsnde-productlist-section .product-listbx1 .imgbx img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.hmunitedsnde-productlist-section .product-listbx1:hover .imgbx::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(63,54,42,0.5);
	transition: all .3s;
}
.hmunitedsnde-pagetxt-section {
	position: relative;
	padding: 50px 0;
}
.hmunitedsnde-pagetxt-section h3 {
	display: block;
	color: #111518;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 0 20px 40px;
	margin: 0;
}
.hmunitedsnde-pagetxt-section p {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
	padding: 10px 0 10px 40px;
	margin: 0;
}
.hmunitedsnde-pagetxt-section .lt-imgbx {
	width: 55%;
	float: left;
}
.hmunitedsnde-pagetxt-section .lt-imgbx img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.hmunitedsnde-pagetxt-section .rt-imgbx {
	width: 48%;
	float: right;
	margin-right: -5%;
}
.hmunitedsnde-pagetxt-section .rt-imgbx .lgoimg {
	float: right;
	width: 90%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 18px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .06);
}
.hmunitedsnde-pagetxt-section .rt-imgbx .alignright {
	float: right;
	width: 90%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .06);
}
.hmunitedsnde-customtxt-section {
	position: relative;
	padding: 60px 0 80px;
}
.hmunitedsnde-customtxt-section h3 {
	display: block;
	color: #111518;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 0 20px;
	margin: 0;
}
.hmunitedsnde-customtxt-section p {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px;
	margin: 0;
}
.hmunitedsnde-customtxt-section ul {
	list-style: none;
	padding: 0;
	margin: 7px 0 7px 10px;
}
.hmunitedsnde-customtxt-section ul li {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/list-icn1.png) no-repeat 0 10px;
	padding: 3px 0 3px 30px;
	margin: 0;
}
.hmunitedsnde-beatheat-section {
	position: relative;
	padding: 60px 0;
	background: rgb(168 151 123 / 18%);
}
.hmunitedsnde-beatheat-section h3 {
	display: block;
	color: #111518;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 0 20px;
	margin: 0;
}
.hmunitedsnde-beatheat-section p {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
	padding: 10px 0;
	margin: 0;
}
.hmunitedsnde-beatheat-section .explore-btn {
	display: block;
	padding: 30px 0 0;
}
.hmunitedsnde-beatheat-section .explore-btn a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	background: #7f715c;
	border-radius: 10px;
	padding: 15px 30px;
	margin: 0;
}
.hmunitedsnde-beatheat-section .explore-btn a:hover {
	color: #fff;
	background: #7f715c;
}
.hmunitedsnde-beatheat-section .alignright {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.hmunitedsnde-whychoose-section {
	position: relative;
	padding: 60px 0;
}
.hmunitedsnde-whychoose-section h3 {
	display: block;
	color: #111518;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	padding: 0 0 10px;
	margin: 0;
}
.hmunitedsnde-whychoose-section h4 {
	display: block;
	color: #111518;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	padding: 20px 0 0;
	margin: 0;
}
.hmunitedsnde-whychoose-section p {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
	padding: 10px 0;
	margin: 0;
}
.hmunitedsnde-whychoose-section ul {
	list-style: none;
	padding: 0;
	margin: 7px 0;
}
.hmunitedsnde-whychoose-section ul li {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/list-icn1.png) no-repeat 0 10px;
	padding: 3px 0 3px 30px;
	margin: 0;
}
.hmunitedsnde-whychoose-section .alignleft {
	display: block;
	width: 95%;
	height: auto;
	border-radius: 10px;
	margin: 0 auto;
}
.hmunitedsnde-latestblog-section {
	position: relative;
	padding: 60px 0;
}
.hmunitedsnde-latestblog-section h3 {
	display: block;
	color: #111518;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.hmunitedsnde-latestblog-section p {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	padding: 15px 0 50px;
	margin: 0;
}
.hmunitedsnde-latestblog-section .postbx {
	position: relative;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 20px 80px rgba(192, 198, 211, .25);
	min-height: 480px;
}
.hmunitedsnde-latestblog-section .postbx .imgbx {
	position: relative;
	width: 100%;
}
.hmunitedsnde-latestblog-section .postbx img {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}
.hmunitedsnde-latestblog-section .postbx .dtebx {
	color: #3f4245;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	padding: 30px 30px 15px;
	margin: 0;
}
.hmunitedsnde-latestblog-section .postbx h4 {
	color: #111518;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding: 0 30px 30px;
	margin: 0;
}
.hmunitedsnde-latestblog-section .postbx h4 a {
	color: #111518;
	text-decoration: none;
}
.hmunitedsnde-latestblog-section .postbx h4 a:hover {
	color: #7f715c;
	text-decoration: none;
}
.hmunitedsnde-faqstabing-section {
	position: relative;
	padding: 70px 0;
	overflow: hidden;
}
.hmunitedsnde-faqstabing-section h3 {
	display: block;
	color: #111518;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	padding: 0 0 30px;
	margin: 0;
}
.hmunitedsnde-faqstabing-section .accordion {
	overflow-anchor: none;
	width: 100%;
}
.hmunitedsnde-faqstabing-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.hmunitedsnde-faqstabing-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 15px 0;
}
.hmunitedsnde-faqstabing-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.hmunitedsnde-faqstabing-section .text-left {
	font-size: 16px;
	color: #1f2124;
	line-height: 30px;
	font-weight: 400;
	border: 1px solid #d5d8dc;
	background: #fdfdfd;
	border-radius: 10px;
	margin: 0;
	padding: 10px 10px 10px 35px;
}
.hmunitedsnde-faqstabing-section .collapsed::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 11px;
	width: 19px;
	height: 14px;
	background: url(../images/faqarw.jpg) no-repeat;
	background-size: 19px 14px;
}
.hmunitedsnde-faqstabing-section .show::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 11px;
	width: 19px;
	height: 14px;
	background: url(../images/faqarwh.jpg) no-repeat;
	background-size: 19px 14px;
}
.hmunitedsnde-faqstabing-section .faqcontent {
	padding: 20px;
	background: #f3f3f3;
	border-radius: 10px;
	border: 1px solid #d5d8dc;
	margin: 5px 0 0;
}
.hmunitedsnde-faqstabing-section .faqcontent p {
	font-size: 17px;
	color: #3f4245;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.rightside-calink {
	position: fixed;
	width: 60px;
	bottom: 24px;
	right: 24px;
	z-index: 99
}
.rightside-calink ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.rightside-calink ul li {
	float: left;
	margin: 2px 0
}
.rightside-calink ul li a {
	display: block
}
.rightside-calink .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
}
.rightside-calink .whtsap:hover {
	opacity: 100
}
.foter-unitedsndewrp {
	position: relative;
	background: url(../images/ftbg.jpg) no-repeat center;
	background-size: cover;
}
.foter-unitedsndewrp::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
}
.foter-unitedsndewrp .ftlogo {
	float: left;
	width: 100%;
	margin: 70px 0 10px;
}
.foter-unitedsndewrp .ftlogo .logo {
	display: block;
	background: url(../images/ft-logonw-wt.png) no-repeat;
	background-size: 218px 118px;
	width: 218px;
	height: 118px;
}
.foter-unitedsndewrp .ftabt {
	float: left;
	width: 100%;
	color: #f4f4f5;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding: 0 20px 0 0;
	margin: 0;
}
.foter-unitedsndewrp h4 {
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px;
}
.foter-unitedsndewrp .ft-adrsbx {
	float: left;
	width: 100%;
	margin: 70px 0 30px;
	padding: 0 0 0 40px;
	border-left: 1px solid rgb(255 255 255 / 27%);
	min-height: 235px;
}
.foter-unitedsndewrp .ft-adrsbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foter-unitedsndewrp .ft-adrsbx ul li {
	position: relative;
	padding: 10px 0;
}
.foter-unitedsndewrp .ft-adrsbx 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;
}
.foter-unitedsndewrp .ft-adrsbx ul li a:hover {
	color: #f4f4f5;
	text-decoration: none;
}
.foter-unitedsndewrp .ft-adrsbx ul li a.wa {
	background: url(../images/ftwapicn.png) no-repeat;
	background-size: 25px 25px;
}
.foter-unitedsndewrp .ft-adrsbx ul li a.em {
	background: url(../images/ftemlicn.png) no-repeat;
	background-size: 25px 25px;
}
.foter-unitedsndewrp .ft-adrsbx ul li a.loc {
	background: url(../images/ftplocicn.png) no-repeat 0 7px;
	background-size: 25px 25px;
}
.foter-unitedsndewrp .ft-qlinkbx {
	float: left;
	width: 100%;
	margin: 70px 0 30px;
	padding: 0 0 0 40px;
	border-left: 1px solid rgb(255 255 255 / 27%);
	min-height: 235px;
}
.foter-unitedsndewrp .ft-qlinkbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foter-unitedsndewrp .ft-qlinkbx ul li {
	position: relative;
	padding: 5px 0;
}
.foter-unitedsndewrp .ft-qlinkbx 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;
}
.foter-unitedsndewrp .ft-qlinkbx ul li a:hover {
	color: #f4f4f5;
	text-decoration: none;
}
.foter-unitedsndewrp .bdr {
	border-top: 1px solid rgb(255 255 255 / 87%);
}
.foter-unitedsndewrp .cpy-rgtbx {
	color: #f4f4f5;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	padding: 30px 0;
	margin: 0;
}
.foter-unitedsndewrp .cpy-rgtbx a {
	color: #f4f4f5;
	font-size: 14px;
	text-decoration: none;
}
.foter-unitedsndewrp .dsgnby {
	color: #f4f4f5;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;
	padding: 30px 0;
	margin: 0;
}
.foter-unitedsndewrp .dsgnby a {
	color: #f4f4f5;
	text-decoration: none;
}
/****** INNER HEADER CSS *****/
.fixtp-unitedsnde.innhdr.sticky {
	box-shadow: 0px 10px 20px rgba(43, 61, 79, .06);
}
.fixtp-unitedsnde.innhdr {
	border-bottom: 1px solid rgba(0,0,0,.05);
	background: #fff;
}
.fixtp-unitedsnde.innhdr .logounitedsnde {
	background: url(../images/logonw.png) no-repeat;
}
.fixtp-unitedsnde.innhdr .mnubar-unitedsnde ul li a {
	color: #3f4245;
}
.fixtp-unitedsnde.innhdr .mnubar-unitedsnde ul li a:hover {
	color: #a8977b;
}
.fixtp-unitedsnde.innhdr .mnubar-unitedsnde ul li a:after {
	border-bottom: 2px solid #a8977b;
}
.fixtp-unitedsnde.innhdr .mobBar #TopMenu .bar1 {
	background: #3f4245;
}
.fixtp-unitedsnde.innhdr .mobBar #TopMenu .bar2 {
	background: #3f4245;
}
.fixtp-unitedsnde.innhdr .mobBar #TopMenu .bar3 {
	background: #3f4245;
}
/****** INNER PAGES CSS *****/

.innerunitedsnde-prdctpge-section {
	position: relative;
	padding: 190px 0 40px;
}
.innerunitedsnde-prdctpge-section h1 {
	position: relative;
	display: block;
	color: #111518;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	padding: 0;
	margin: 60px 0 20px;
}
.innerunitedsnde-prdctpge-section h1::before {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 30%;
	height: 1px;
	background: #7f715c;
}
.innerunitedsnde-prdctpge-section p {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
	padding: 10px 40px 10px 0;
	margin: 0;
}
.innerunitedsnde-prdctpge-section p strong {
	font-weight: 700;
}
.innerunitedsnde-prdctpge-section p a {
	color: #a8977b;
	font-weight: 700;
	text-decoration: none;
}
.innerunitedsnde-prdctpge-section p a:hover {
	color: #7f715c;
}
.innerunitedsnde-prdctpge-section .alignright {
	display: block;
	width: 86%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 15px 30px -10px #a8977b;
	margin: 0 auto;
}
.innerunitedsnde-prdctgallery-section {
	position: relative;
	padding: 40px 0;
}
.innerunitedsnde-prdctgallery-section h2 {
	position: relative;
	display: block;
	color: #111518;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	padding: 0;
	margin: 60px 0 20px;
	text-align: center
}
.innerunitedsnde-prdctgallery-section h2::before {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	width: 30%;
	height: 1px;
	background: #7f715c;
	margin: 0 auto;
}
.innerunitedsnde-prdctgallery-section p {
	display: block;
	color: #3f4245;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 110px 30px;
	margin: 0;
}
.innerunitedsnde-prdctgallery-section .imgbx {
	position: relative;
	width: 100%;
	margin: 15px 0;
}
.innerunitedsnde-prdctgallery-section img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.innercontent-description-section {
	position: relative;
	padding: 50px 0;
	background: rgb(168 151 123 / 18%);
}
.innercontent-description-section h3 {
	display: block;
	color: #111518;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.innercontent-description-section p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innercontent-description-section ul {
	list-style: none;
	padding: 0;
	margin: 7px 0;
}
.innercontent-description-section ul li {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/list-icn1.png) no-repeat 0 10px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innercontent-description-section2 {
	position: relative;
	padding: 50px 0;
}
.innercontent-description-section2 h3 {
	display: block;
	color: #111518;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.innercontent-description-section2 p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innercontent-description-section2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innercontent-description-section2 ul li {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/list-icn1.png) no-repeat 0 10px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innercontent-description-section2 .alignright {
	display: block;
	width: 86%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 15px 30px -10px #a8977b;
	margin: 50px auto;
}
.innercontent-description-section3 {
	position: relative;
	padding: 50px 0;
}
.innercontent-description-section3 h3 {
	display: block;
	color: #111518;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	padding: 0 100px;
	margin: 0;
}
.innercontent-description-section3 p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	padding: 10px 30px;
	margin: 0;
}
.innercontent-description-section3 ul {
	list-style: none;
	padding: 0;
	margin: 7px 30px;
}
.innercontent-description-section3 ul li {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/list-icn1.png) no-repeat 0 10px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innercontent-description-section3 .aligncenter {
	display: block;
	width: 85%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 15px 30px -10px #a8977b;
	margin: 15px auto 30px;
}
.innercontent-description-section4 {
	position: relative;
	padding: 50px 0;
}
.innercontent-description-section4 h3 {
	display: block;
	color: #111518;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.innercontent-description-section4 p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innercontent-description-section4 ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.innercontent-description-section4 ul li {
	width: 50%;
	float: left;
	display: block;
	color: #3f4245;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px;
	margin: 0;
}
.innercontent-description-section4 ul li img {
	width: 70px;
	float: left;
	display: block;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 5px;
	margin: 0 15px 0 0;
}
.innercontent-description-section4 .alignleft {
	display: block;
	width: 90%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 15px 30px -10px #a8977b;
	margin: 0 auto;
}
.innercontent-description-section5 {
	position: relative;
	padding: 50px 0;
	background: rgb(168 151 123 / 18%);
	text-align: center;
}
.innercontent-description-section5 p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innercontent-description-section5 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
.innercontent-description-section5 ul li {
	width: 50%;
	float: left;
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 25px 50px 0;
	margin: 0;
}
.innercontent-description-section5 ul li strong {
	display: block;
	color: #3f4245;
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
	padding: 15px 0;
}
.innercontent-description-section5 .aligncenter {
	display: block;
	width: 40%;
	height: auto;
	border-radius: 250px;
	box-shadow: 0px 15px 30px -10px #a8977b;
	margin: 0 auto 10px;
}
.innercontent-description-section6 {
	position: relative;
	padding: 50px 0;
}
.innercontent-description-section6 h3 {
	display: block;
	color: #111518;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.innercontent-description-section6 p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innercontent-description-section6 p a {
	color: #3f4245;
	text-decoration: none;
}
.innercontent-description-section6 ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.innercontent-description-section6 ul li {
	width: 33%;
	float: left;
	display: block;
	color: #3f4245;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px;
	margin: 0;
}
.innercontent-description-section6 ul li img {
	width: 70px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 5px;
	margin: 0 0 10px;
}
.innercontent-description-section6 .alignleft {
	display: block;
	width: 90%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 15px 30px -10px #a8977b;
	margin: 0 auto;
}
.innercontent-description-section7 {
	position: relative;
	padding: 50px 0;
	background: rgb(168 151 123 / 18%);
}
.innercontent-description-section7 h3 {
	display: block;
	color: #111518;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	padding: 0 100px;
	margin: 0;
}
.innercontent-description-section7 p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	padding: 10px 30px;
	margin: 0;
}
.innercontent-description-section7 ul {
	list-style: none;
	padding: 0;
	margin: 7px 30px;
}
.innercontent-description-section7 ul li {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/list-icn1.png) no-repeat 0 10px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innercontent-description-section7 .aligncenter {
	display: block;
	width: 85%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 15px 30px -10px #a8977b;
	margin: 15px auto 30px;
}
.innercontent-description-section8 {
	position: relative;
	padding: 50px 0 0;
}
.innercontent-description-section8 h3 {
	display: block;
	color: #111518;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.innercontent-description-section8 p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innercontent-description-section8 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innercontent-description-section8 ul li {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/list-icn1.png) no-repeat 0 10px;
	padding: 5px 0 5px 30px;
	margin: 0;
}
.innercontent-description-section8 .alignright {
	display: block;
	width: 86%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 15px 30px -10px #a8977b;
	margin: 0 auto;
}
.innercontent-description-section9 {
	position: relative;
	padding: 50px 0;
}
.innercontent-description-section9 h3 {
	display: block;
	color: #111518;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.innercontent-description-section9 p {
	display: block;
	color: #3f4245;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	padding: 10px 0;
	margin: 0;
}
.innercontent-faqstabing-section {
	position: relative;
	overflow: hidden;
	padding: 50px 0 0;
}
.innercontent-faqstabing-section h3 {
	display: block;
	color: #111518;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0;
}
.innercontent-faqstabing-section .accordion {
	overflow-anchor: none;
	width: 100%;
}
.innercontent-faqstabing-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innercontent-faqstabing-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 15px 0;
}
.innercontent-faqstabing-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innercontent-faqstabing-section .text-left {
	font-size: 16px;
	color: #1f2124;
	line-height: 30px;
	font-weight: 400;
	border: 1px solid #d5d8dc;
	background: #fdfdfd;
	border-radius: 10px;
	margin: 0;
	padding: 10px 10px 10px 35px;
}
.innercontent-faqstabing-section .collapsed::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 11px;
	width: 19px;
	height: 14px;
	background: url(../images/faqarw.jpg) no-repeat;
	background-size: 19px 14px;
}
.innercontent-faqstabing-section .show::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 11px;
	width: 19px;
	height: 14px;
	background: url(../images/faqarwh.jpg) no-repeat;
	background-size: 19px 14px;
}
.innercontent-faqstabing-section .faqcontent {
	padding: 20px;
	background: #f3f3f3;
	border-radius: 10px;
	border: 1px solid #d5d8dc;
	margin: 5px 0 0;
}
.innercontent-faqstabing-section .faqcontent p {
	font-size: 17px;
	color: #3f4245;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.faqstab-pgetxt-section {
	position: relative;
	padding: 50px 0;
	background: #fff;
	overflow: hidden;
}
.faqstab-pgetxt-section .accordion {
    overflow-anchor: none;
    position: relative;
    z-index: 9;
}
.faqstab-pgetxt-section:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, .1) 1px, transparent 1px);
	background-size: 50px 50px;
	background-position: center center;
	mask-image: radial-gradient(#000000 5%, transparent 70%);
}
.faqstab-pgetxt-section:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: .75;
	background-image: radial-gradient(at 80% 30%, hsl(25deg 90% 76% / 40%) 0, #fff0 40%), radial-gradient(at 15% 15%, hsl(290deg 75% 70% / 30%) 0, #fff0 35%);
}
.faqstab-pgetxt-section h3 {
	display: block;
	font-size: 40px;
	color: #000;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}
.faqstab-pgetxt-section h3 strong {
	color: #1da177;
	font-weight: 600;
}
.faqstab-pgetxt-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.faqstab-pgetxt-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 15px 0;
}
.faqstab-pgetxt-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.faqstab-pgetxt-section .text-left {
	font-size: 17px;
	color: #000;
	line-height: 50px;
	font-weight: 600;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 15px 20px;
}
.faqstab-pgetxt-section .collapsed::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 33px;
	height: 33px;
	background: url(../images/faqarw.png) no-repeat;
	background-size: 33px 33px;
}
.faqstab-pgetxt-section .show::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 33px;
	height: 33px;
	background: url(../images/faqarwh.png) no-repeat;
	background-size: 33px 33px;
}
.faqstab-pgetxt-section .faqcontent {
	padding: 15px 20px;
}
.faqstab-pgetxt-section .faqcontent p {
	font-size: 15px;
	color: #2e2e2e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.faqstab-pgetxt-section .faqcontent p a {
	font-size: 15px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
