@charset "utf-8";

/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	position: relative;
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}
/* autocomplete close css */
input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
  margin-top:15px;
  margin-right:15px;
}
/* scroll-bar css */
::-webkit-scrollbar-track {
/* 	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); */
	background-color: #676767;
}

::-webkit-scrollbar {
	width: 15px;
	height: 15px;
	background-color: #000000;
}
::-webkit-scrollbar-thumb {
	background-color: #dfba6f;;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #dfba6f;
}
a {
	color: #000000;
	text-decoration: none;
}

.no-scroll {
    overflow: hidden;
}

a:hover,
a:focus {
	color: #000000;
}

hr {
	width: 100%;
	margin: 10px 0%;
	border: none;
	border-top: 1px solid #c7c7c7 !important;
}

.p-0 {
	padding-right: 0;
	padding-left: 0;
}

img {
	max-width: 100%;
	height: auto;
}

/* ==================== Site Font Family ==================== */

/* font-family: 'Mulish', sans-serif;
   font-family: 'Lato', sans-serif;
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Mulish', sans-serif;
}

#wrap {
	float: left;
	width: 100%;
}

:root {
	--container-max-width: 1250px;
	--container-padding: calc((100vw - var(--container-max-width)) / 2);
}

.container {
	max-width: 1250px;
	padding: 0;
	margin: 0px auto;
}

.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 999999;
}

.spinner-wrapper .spinner {
	width: 200px;
	height: 133px;
	background-color: transparent;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.spinner-wrapper .spinner img {
	max-width: 100%;
	height: auto;
}



/*-------------- header section --------------*/
[id*="rmp_menu_trigger-"] .responsive-menu-pro-inner::before{
	top: 7px !important;
}
[id*="rmp_menu_trigger-"] .responsive-menu-pro-inner::after {
	bottom: 7px !important;
}
[id*="rmp_menu_trigger-"].is-active .responsive-menu-pro-inner::before{
	top: 0px !important;
}
[id*="rmp_menu_trigger-"].is-active .responsive-menu-pro-inner::after {
	bottom: 0px !important;
}
[id*="rmp-menu-wrap-"] .rmp-menu-item-link{
	text-transform:uppercase;
}
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 30px;
	width: 100%;
	background: #FFFFFF;
	position: sticky;
	top: 0;
	z-index: 4;
	transition: all .3s ease-in-out;
}
#header.stiky{
	box-shadow: 0px 0px 15px 0px #0000001a;
	z-index: 9999;
}
.home #header {
	background: transparent;
	position: absolute;
}

#header .logo-menu {
	display: flex;
	align-items: center;
}

#header .logo {
	float: left;
	width: 247px;
	margin-right: 90px;
}

#header .logo img {
	width: 100%;
	height: auto;
	filter: none;
}

.home #header .logo img {
	filter: brightness(0) invert(1);
}

#header .menuBox {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

#header .menuBox .burberMenu {
	display: inline-block;
	float: left;
	width: 36px;
	margin-right: 20px;
	height:23px;
	height: 1px;
	background-color: #000000;
	position:relative;
}
#header .menuBox .burberMenu:before, #header .menuBox .burberMenu:after{
	content:"";
	height: 1px;
	background-color: #000000;
	position:absolute;
	width:100%;
}
#header .menuBox .burberMenu:before{
	top: -7px;
}
#header .menuBox .burberMenu:after{
	top: 7px;
}
.home #header .menuBox .burberMenu, .home #header .menuBox .burberMenu:before, .home #header .menuBox .burberMenu:after{
	background-color: #FFFFFF;
}
/*#header .menuBox .burberMenu img {
	filter: none;
	width: 100%;
	height:23px;
}

.home #header .menuBox .burberMenu img {
	filter: brightness(0) invert(1);
}
*/
#header .menuBox .categoryText {
	display: inline-block;
	float: left;
	width: auto;
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
	text-transform: uppercase;
}

.home #header .menuBox .categoryText {
	color: #ffffff;
}


/* -------------- BROWSE PRODUCTS Menu Start -------------- */

#header .menuBox.checked~.box-menu-browse {
	pointer-events: auto;
	visibility: visible;
}

#header .menuBox.checked~.box-menu-browse>div {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
}

#header .menuBox.checked~.box-menu-browse>div>div {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease 0.4s;
	transition: opacity 0.4s ease 0.4s;
}

/* .box-menu-browse {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	z-index: 5;
	padding: 35px 70px;
	display: none;
} */

#header .box-menu-browse {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#header .box-menu-browse>div {
	width: 240vw;
	height: 240vw;
	color: #FEFEFE;
	background: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-flex: 0;
	flex: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#header .box-menu-browse>div>div {
	position: relative;
	width: 100vw;
	height: 100vh;
	padding: 35px;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-flex: 0;
	flex: none;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
}

.box-menu-browse .Search-close {
	display: flex;
	justify-content: space-between;
}

.box-menu-browse .Search-close .search-box {
	max-width: 80%;
	width: 100%;
}
.box-menu-browse .Search-close .search-box .search-form{
	width: 100%;
}
.box-menu-browse .Search-close .search-box .input-group .form-control {
	width: 100%;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: -0.05em;
	color: #212121;
	padding: 0 50px 19px 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	position: relative;
	box-shadow: none;
}
.box-menu-browse .Search-close .search-box .input-group .search-btn {
	position: absolute;
	top: 10%;
	right: 0;
	background-color: #ffffff;
	border: none;
	z-index: 3;
	padding-right: 20px;
	font-size: 25px;
}

.asl_w_container #ajaxsearchlite1 {
    box-shadow: 0 1px 0 0 #000;
}
.asl_w_container #ajaxsearchlite1 .probox {
	height: 46px;
}
.asl_w_container #ajaxsearchlite1 .probox .promagnifier {
	width: 46px;
    height: 46px;
}
.asl_w_container #ajaxsearchlite1 .probox .promagnifier svg {
    width: 27px;
	fill: #363636;
}
.asl_w_container #ajaxsearchlite1 .probox .proloading,
.asl_w_container #ajaxsearchlite1 .probox .proclose {
	width: 27px;
    height: 27px;
    margin: 10px 0;
}
.asl_w_container #ajaxsearchlite1 .probox .proinput {
	margin: 0;
    padding: 0;
}
.asl_w_container #ajaxsearchlite1 .probox .proinput input {
	height: 46px;
	font-size: 22px;
	color: #212121 !important;
	letter-spacing: -0.05em;
}
.asl_w_container #ajaxsearchlite1 .probox .proinput input::placeholder {
	color: #6c757d;
	opacity: 1;
}
.asl_w_container #ajaxsearchlite1 .probox .proinput input.autocomplete {
	margin-top: -46px !important;
}
#ajaxsearchliteres1 .results .item .asl_content {
    display: flex;
    align-items: center;
}
#ajaxsearchliteres1 .results .item .asl_content img.asl_image {
    min-width: 70px;
	width: 70px;
    height: 70px;
	margin: 2px 15px 0 0;
    object-fit: cover;
}
#ajaxsearchliteres1 .results .item .asl_content h3,
#ajaxsearchliteres1 .results .item .asl_content h3 a {
    font-size: 18px;
	color: #212121;
    line-height: 23px;
}
#ajaxsearchliteres1 .results .item .asl_content h3 a:hover {
	color: #dfba6f;
}
#ajaxsearchliteres1 .results .item .asl_content .etc {
	display: none;
}

.box-menu-browse .Search-close .close-menu {
	max-width: 20%;
	width: 100%;
	display: flex;
	justify-content: end;
}

.box-menu-browse .Search-close .close-menu .close-btn {
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #212121;
	transition: all .3s ease-in-out;
}

.box-menu-browse .Search-close .close-menu .close-btn img {
	margin-right: 30px;
	max-width: 41px;
	width: 100%;
}

.box-menu-browse .floor-tiles-box {
	display: flex;
	margin-top: 40px;
}

.box-menu-browse .floor-tiles-box .left-side-box {
	width: 25%;
	padding-right: 80px;
}

.box-menu-browse .floor-tiles-box .left-side-box h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: -0.05em;
	color: #212121;
	margin-bottom: 10px;
	text-align: left;
}

.box-menu-browse .floor-tiles-box .left-side-box .nav-item {
	margin-bottom: 25px;
	opacity: .6;
}

.box-menu-browse .floor-tiles-box .left-side-box .nav-item.active {
	opacity: 1;
}

.box-menu-browse .floor-tiles-box .left-side-box .nav-item:last-child {
	margin: 0;
}

.box-menu-browse .floor-tiles-box .left-side-box .nav-link {
	padding: 0;
	border: none;
}

.box-menu-browse .floor-tiles-box .left-side-box .nav-link h2 {
	font-weight: 400;
	font-size: 45px;
	line-height: 56px;
	letter-spacing: -0.05em;
	color: #212121;
	margin-bottom: 28px;
	text-align: left;
}

.box-menu-browse .floor-tiles-box .left-side-box .nav-link img {
	width: 100%;
}

.box-menu-browse .floor-tiles-box .right-side-box {
	width: 75%;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 23px;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul {
	padding: 0;
	margin: 0;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul li {
	list-style: none;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 34px;
	color: #000000;
	transition: all .3s ease-in-out;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul li a:hover {
	color: #dfba6f;
}

/* color-box */
.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.color-box {
	display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
	grid-gap: 10px;
    height: 285px;
	padding: 0;
    margin: 0;
	list-style-type: none;
    overflow-x: hidden;
	overflow-y: auto;
}
.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.color-box li {
	width: calc(20% - 8px);
	text-align: center;
}
.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.color-box li a {
	display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
}
.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.color-box li a span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #8d8d8d;
	border-radius: 100%;
}
.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.color-box li a span.multi {
	background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
	background-size: 14px 14px;
	background-position: 0 0, 0 7px, 7px -7px, -7px 0px;
}
.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.color-box li a h5 {
	margin: 2px 0 0 0;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: normal;
}

/* Filter By Application */
.box-menu-browse .floor-tiles-box .right-side-box .tab-pane .filter-application-size {
	margin-top: 45px;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.filter-application {
	display: grid;
	grid-template-columns: auto auto auto auto;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.filter-application li {
	margin-bottom: 23px;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.filter-application li a h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	color: #000000;
	margin: 0;
}

/* Filter By Size */
.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.filter-size {
	height: 195px;
	overflow-x: hidden;
	overflow-y: auto;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.filter-size li {
	display: inline-block;
	width: auto;
	margin-right: 8px;
	margin-bottom: 8px;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.filter-size li a {
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	color: #000000;
	margin: 0;
	background-color: #F3F3F3;
	border-radius: 5px;
	padding: 2px 8px;
	display: inline-block;
}

.box-menu-browse .floor-tiles-box .right-side-box .tab-pane ul.filter-size li a:hover {
	color: #F3F3F3;
	background-color: #000000;
}

/* -------------- BROWSE PRODUCTS Menu End -------------- */

#header .top_right {
	width: auto;
}

#header .top_right .menu-right-box {
	display: flex;
	align-items: center;
}

#header .mainNav {
	display: flex;
    align-items: center;
	gap: 30px;
	width: auto;
	padding-right: 30px;
}

#header .top_right .mainNav ul.menu {
	float: right;
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#header .top_right .mainNav li {
	position: relative;
	float: left;
	width: auto;
	padding: 40px 30px;
}

#header .top_right .mainNav ul.menu li:first-child {
	padding-left: 0;
}

#header .top_right .mainNav ul.menu li:last-child {
	padding-right: 0;
}

#header .top_right .mainNav ul.menu li a {
	display: block;
	font-size: 13px;
	color: #000000;
	font-family: 'Mulish';
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.home #header .top_right .mainNav ul.menu li a {
	color: #ffffff;
}
.home #header .top_right .mainNav li ul.sub-menu li a {
	color: #000000;
}
#header .top_right .mainNav ul.menu>li>a:hover,
#header .top_right .mainNav ul.menu>li.current>a {
	color: #dfba6f;
	text-decoration: none;
}

#header .top_right .mainNav ul.menu li.button a {
	margin: -10px 0;
	padding: 10px 10px;
	background-color: #dead40;
	border-radius: 10px;
	color: #ffffff !important;
}
#header .top_right .mainNav ul.menu li.button a:hover {
	background-color: #dfba6f
}

#header .top_right .mainNav li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#header .top_right .mainNav li ul.sub-menu {
	position: absolute;
	top: 100%;
	padding: 0;
	display: block;
	white-space: nowrap;
	background-color: #ffffff;
	width: 250px;
	transition: all ease 0.5s;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
}

#header .top_right .mainNav li ul.sub-menu li {
	padding: 0;
	list-style: none;
	width: 100%;
}

#header .top_right .mainNav li ul.sub-menu li a {
	padding: 10px 15px;
	width: 100%;
	color:#000000;
}

#header .top_right .mainNav li ul.sub-menu li a:hover {
	color: #dfba6f;
	text-decoration: none;
}

.gtranslate_wrapper {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	background: #ffffff;
	border-radius: 10px;
}
.gtranslate_wrapper .gt_switcher-popup {
	line-height: 0;
}
.gtranslate_wrapper .gt_switcher-popup img {
	width: 20px;
	height: auto;
}

#header .top_right .wishList {
	display: inline-block;
	width: 24px;
	padding: 34px 0px;
}
.home #header .top_right .wishList img{
	filter: brightness(0) invert(1);
}
#header .top_right .wishlist_products_counter{
	position:relative;
	padding: 34px 0px;
	width: 40px
}
#header .top_right .wishlist_products_counter .wishlist_products_counter_text{
	display:none;
}
.home #header .top_right .wishlist_products_counter:before{
	color:#ffffff;
}
.home #header.stiky .top_right .wishlist_products_counter:before{
	color:#000000;
}
#header .top_right .wishlist_products_counter:before{
	font-size:26px;
}
#header .top_right .wishlist_products_counter_number{
	position: absolute;
    background-color: #dfba6f;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    right: 5px;
    margin-top: -5px;
}

/*-------------- Sticky Header Start --------------*/
.home #header.stiky {
	background: #FFFFFF;
	position: fixed;
}
.home #header.stiky .logo img {
	filter: none;
}
.home #header.stiky .menuBox .burberMenu, .home #header.stiky .menuBox .burberMenu:before, .home #header.stiky .menuBox .burberMenu:after{
	background-color: #000000;
}
.home #header.stiky .menuBox .burberMenu img {
	filter: none;
}
.home #header.stiky .menuBox .categoryText {
	color: #000000;
}
#header.stiky .top_right .wishList img{
	filter: brightness(1) invert(0);
}
#header.stiky .top_right .mainNav ul.menu li a {
	color: #000000;
}
/*-------------- Sticky Header End --------------*/

/*-------------- footer section --------------*/
#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #D9D9D9;
	position:relative;
}
#footer .back_to_top{
	width: 60px;
    height: 60px;
    background: url(../images/up-arrow.svg) no-repeat;
    background-color: #dead40;
    position: fixed;
    border-radius: 100%;
    right: 20px;
    background-position: 25px 15px;
    bottom: 15%;
    z-index: 1;
	transition: all .3s ease-in-out;
	opacity:0;
	display:none;
}
#footer .back_to_top.show{
	opacity:1;
	display:block;
}
#footer .ftr-row {
	float: left;
	width: 100%;
	padding: 50px 60px 40px 60px;
}

#footer .ftr-row .ftr-logo {
	float: left;
	width: 100%;
}

#footer .ftr-row .ftr-logo img {
	max-width: 100%;
	height: auto;
}

#footer .ftr-row .ftr-social {
	float: left;
	width: 100%;
	padding-top: 50px;
}

#footer .ftr-row .ftr-social p {
	margin: 0 0 15px 0;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
}

#footer .ftr-row .ftr-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .ftr-row .ftr-social ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}

#footer .ftr-row .ftr-social ul li a svg {
	display: block;
	height: 18px;
	width: 18px;
	color: #777777;
}

#footer .ftr-row .ftr-social ul li:last-child {
	padding: 0;
}

#footer .ftr-row .ftr-certificate {
	float: left;
	width: 100%;
	padding-top: 40px;
}

#footer .ftr-row .ftr-certificate p {
	margin: 0 0 10px 0;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

#footer .ftr-row .ftr-certificate img {
	max-width: 100%;
	height: auto;
}

#footer .ftr-row .ftr-copyright {
	float: left;
	width: 100%;
	padding-top: 30px;
}

#footer .ftr-row .ftr-copyright p {
	margin: 0 0 5px 0;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	line-height: 26px;
}

#footer .ftr-row .ftr-copyright a {
	display: inline-block;
	font-size: 17px;
	color: #818181;
	font-weight: 400;
	line-height: 26px;
	text-decoration-line: underline;
}

#footer .ftr-row .footer-sec span.title {
	margin: 0 0 15px 0;
	font-size: 17px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	float: left;
    width: 100%;
}

#footer .ftr-row .footer-sec .ftr-menu {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#footer .ftr-row .footer-sec .ftr-menu ul {
	padding: 0;
	margin: 0;
}

#footer .ftr-row .footer-sec .ftr-menu ul li {
	display: block;
	padding: 0 0 10px 0;
}

#footer .ftr-row .footer-sec .ftr-menu ul li a {
	display: inline-block;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#footer .ftr-row .footer-sec .ftr-menu ul li a:hover {
	color: #dfba6f;
}

#footer .ftr-row .footer-sec .ftr-menu .accordion {
	float: left;
	width: 100%;
}

#footer .ftr-row .footer-sec .ftr-menu .accordion .accordion-item {
	border: none;
	border-radius: 0px;
}

#footer .ftr-row .footer-sec .ftr-menu .accordion .accordion-item .accordion-button {
	border: none;
	border-radius: unset;
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	margin: 0 0 15px 0;
	font-size: 13px;
	color: #000000;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}

#footer .ftr-row .footer-sec .ftr-menu .accordion .accordion-item .accordion-button::after {
	background-image: url(../images/minus.svg);
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: 100%;
	transform: none;
}

#footer .ftr-row .footer-sec .ftr-menu .accordion .accordion-item .accordion-button.collapsed::after {
	background-image: url(../images/plus.svg);
}

#footer .ftr-row .footer-sec .ftr-menu .accordion .accordion-item .accordion-body {
	padding: 0;
}

#footer .footer-con {
	padding-top: 24px;
}

#footer .footer-con p {
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	text-align: center;
	color: #000000;
	margin-bottom: 17px;
}

#footer .ftr-row .ftr-bottom {
	float: left;
	width: 100%;
	text-align: center;
}

#footer .ftr-row .ftr-bottom p {
	margin: 0;
	font-size: 17px;
	color: #818181;
	font-weight: 400;
	line-height: 26px;
}

#footer .ftr-row .ftr-bottom p a {
	color: #818181;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#footer .ftr-row .ftr-bottom p a:hover {
	color: #dfba6f;
}


/* -----------  Inner Banner Css Start ----------- */
#innerBanner {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 395px;
	padding: 15px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#innerBanner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
}
#innerBanner .banner>img {
	width: 100%;
	max-width: 100%;
}
#innerBanner .caption {
	position: relative;
	z-index: 2;
}
#innerBanner .caption h1 {
	margin: 0px 0px 5px 0px;
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: -0.05em;
}

#innerBanner .caption .breadcrumbs a {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}

#innerBanner .caption .breadcrumbs .current-item {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}

.not-found .search-form {
    position: relative;
    margin-bottom: 30px;
}
.not-found .search-form label {
    display: none
}
.not-found .search-form .search-field {
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 10px 40px 10px 20px;
    margin-bottom: 0;
    border: 2px solid #000000;
	border-radius: 30px;
    outline: 0;
    background-color: #fff;
    font-size: 18px;
    color: #000;
    line-height: normal;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.not-found .search-form .search-field::placeholder {
	color: #000;
}
.not-found .search-form .search-submit {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	font-size: 25px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 10px;
}
.not-found .search-form .search-submit:hover {
    color: #000000;
    text-decoration: none;
}
.not-found .search-form .search-submit i {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* custom pagination  */

.pagination {
    text-align: center;
    margin: 0px 0px 50px 0px;
}
.pagination ul {
	padding: 0;
	text-align: center;
	border: 0;
	margin: 0 auto;
}
.pagination ul li{
	border: 0;
	margin: 0 7px;
	list-style: none;
	float: left;
}
.pagination ul li a, .pagination ul li span {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #a1a1a1;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.pagination ul li a:focus, .pagination ul li a:hover, .pagination ul li span.current {
	border-color: #000000;
	background: #000000;
	color: #fff;
}

/* title animation  */
.char {
	bottom: 15px;
	opacity: 0;
	position: relative;
	-webkit-transition: bottom .7s, opacity .7s;
	transition: bottom 0.7s, opacity 0.7s
}

.aos-animate .char {
	bottom: 0px;
	opacity: 1;
}

/* image animation  */

[data-aos=image-container] {
	position: relative;
	background-color: rgb(223 186 111 / 50%);
	-webkit-transition: -webkit-clip-path 0s cubic-bezier(.71, .07, .17, .91);
	transition: -webkit-clip-path 0s cubic-bezier(.71, .07, .17, .91);
	transition: clip-path 0s cubic-bezier(.71, .07, .17, .91);
	transition: clip-path 0s cubic-bezier(.71, .07, .17, .91), -webkit-clip-path 0s cubic-bezier(.71, .07, .17, .91);
	-webkit-transition-duration: 1.1s !important;
	transition-duration: 1.1s !important;
}

[data-aos=image-container] img {
	-webkit-transition: -webkit-clip-path .03s cubic-bezier(.71, .07, .17, .91);
	transition: -webkit-clip-path .03s cubic-bezier(.71, .07, .17, .91);
	transition: clip-path .03s cubic-bezier(.71, .07, .17, .91);
	transition: clip-path .03s cubic-bezier(.71, .07, .17, .91), -webkit-clip-path .03s cubic-bezier(.71, .07, .17, .91);
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
}

[data-aos=image-container],
[data-aos=image-container] img {
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
}

[data-aos=image-container].aos-animate,
[data-aos=image-container].aos-animate img {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.sitemap .itemList{
	margin-bottom:15px;
}
.sitemap ul li{
	padding-left: 0px !important;
    line-height: 20px !important;
    padding-bottom: 5px !important;
}
.sitemap ul li h6{
	font-size: 25px;
}
.sitemap .itemList.half li{
	width:50%;
	float:left;
}
.sitemap ul li:before{
	display: none;
}
.sitemap ul li a:hover {
    color: #dfba6f;
}