:root {
 --primary-color : #000;
 --secondary-color : #F7F0F2;
 --ukp-primary-color : #000;
 --ukp-secondary-color : #930b1f;
 --text-color : #7B798C;
 --accent-color : #24544B;
 --accent-secondary-color : #FEF7F8;
 --white-color : #FFFFFF;
 --divider-color : #7B798C24;
 --dark-divider-color : #FFFFFF24;
 --error-color : rgb(230, 87, 87);
 --default-font : 'Lexend', sans-serif;
 --accent-font : 'Lexend', sans-serif;
 --heading-font : 'Lexend', sans-serif;
}
.banner-section {
	position: relative;
}
.banner-section .background-text {
	position: absolute;
	right: -280px;
	bottom: 190px;
	z-index: 99;
	text-transform: uppercase;
	font-size: 240px;
	font-weight: 700;
	letter-spacing: -5px;
	line-height: 200px;
	color: rgb(255 255 255 / 0.1);
	transform: rotate(-30deg);
}
.banner-section .background-text .text-2 {
	position: absolute;
	top: -5px;
	left: 15px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(255 255 255 / 0.2);
	color: transparent;
}
.three-item-carousel, .banner-slider {
	position: relative;
	height: 100% !important;
	z-index: 9;
}
.banner-section .swiper-slide {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section .swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0,0,0,.7) 0%, rgba(0,0,0,.6) 35%, rgba(0,0,0,.8) 100%);
  opacity: .33;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.banner-section .content-outer {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
.banner-section .content-box {
	position: relative;
	padding: 135px 15px 0;
	min-height: 800px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.banner-section .content-box .inner {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	padding: 0 15px;
	z-index: 999;

}
.banner-section .swiper-slide-active .content-box .inner {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.banner-section .content-box h1 {
	position: relative;
	font-size: 70px;
	font-weight: 800;
	line-height: 1.3em;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	margin-bottom: 0;
	cursor: none;
	color: var(--white-color);
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: 42px;
	font-family: var(--accent-font);
	display: grid;
}
.banner-section .swiper-slide-active .content-box h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.banner-section .content-box h4 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.banner-section .swiper-slide-active h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.banner-section .content-box .text {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}
.banner-section .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.banner-section .link-box {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	margin: 0 -10px;
}
.banner-section .swiper-slide-active .link-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner-section .link-box a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin: 0 10px 10px;
}
.banner-section .banner-slider-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.banner-section .banner-slider-button-next {
	position: relative;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: var(--ukp-secondary-color);
	cursor: pointer;
	z-index: 9;
	margin-right: 50px;
	font-size: 25px;
	background-color: #fff;
	transition: .5s;
	transform: rotate(180deg);
}
.banner-section .banner-slider-button-next:hover {
	color: var(--ukp-primary-color);
}
.banner-section .banner-slider-button-prev {
	position: relative;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: var(--ukp-secondary-color);
	cursor: pointer;
	z-index: 9;
	margin-left: 50px;
	font-size: 25px;
	background-color: #ffffff;
	transition: .5s;
}
.banner-section .banner-slider-button-prev:hover {
	color: var(--ukp-primary-color);
}
.shop-by-style {
	width: 100%;
	padding: 60px 0 40px 0;
	background: var(--secondry-color);
}
.shop-by-style section {
	z-index: 9;
	position: relative
}
.shop-by-style .section-title h2 {
	display: grid;
	color: var(--ukp-primary-color);
	text-transform: capitalize;
}
.shop-by-style .section-title h2 span {
	color: var(--ukp-secondary-color);
}
@media (max-width:1279px) {
.shop-by-style section {
	padding-bottom: 1.25rem;
	padding-top: 1.875rem
}
}
@media (min-width:768px) {
.shop-by-style section {
	display: flex;
	justify-content: center
}
}
@media (min-width:1280px) {
.shop-by-style section {
	margin-bottom: 0rem;
	margin-top: 1rem;
}

}
.shop-by-style__tile {
	max-width: 100%;
	padding-left: 0rem;
	padding-right: 0rem;
	display: flex;
	flex-direction: row;
	width: 100%;
}
@media (max-width:1279px) {
.shop-by-style__tile {
	margin-left: auto;
	margin-right: auto
}
}
@media (min-width:768px) and (max-width:1279px) {
.shop-by-style__tile:first-child {
padding-right:.3125rem
}
#tile_type
{
	margin:30px;
}
#tile_type .tile_type_content .content_block_type
{
	padding: 2rem 2rem;
}
}
 @media (min-width:768px) and (max-width:1279px) {
.shop-by-style__tile:last-child {
padding-left:.3125rem
}
}
.shop-by-style__tile-content {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-right: 25px;
	border-radius: 16px;
}
.shop-by-style__tile-content:last-child {
	margin-right: 0px;
}
@media (max-width:1279px) {
.shop-by-style__tile-content {
margin-bottom:.625rem
}
}
.shop-by-style__tile-content:after {
	display: block;
	height: 270px;
}
.shop-by-style__tile-content:after, .shop-by-style__tile-content:before {
	content: ""
}
.shop-by-style__tile-content:before {
	height: 100px;
	height: 6.25rem;
	max-width: 100%;
	width: 100%;
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.7));
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	z-index: 9
}
@media (min-width:1280px) {
.shop-by-style__tile-content:first-child {
	margin-bottom: 1.25rem;
}
.minimum_height {
	min-height: 560px !important;
}
}
@media (max-width:1279px) {
.shop-by-style__tile-content [class*=crv-icon], .shop-by-style__tile-content [class*=crv-icon] span {
	height: 12px;
 height:.75rem;
	max-width: 12px;
 max-width:.75rem
}
}
.shop-by-style__tile-content .crv-icon-arrow-right--white {
margin-left:-.125rem;
	margin-top: -1.5rem;
	transition-delay: 0s;
	transition-duration: .3s;
	transition-property: opacity;
	transition-timing-function: ease-in;
	opacity: 0
}
@media (max-width:1279px) {
.shop-by-style__tile-content .h4 {
margin-bottom:.25rem
}
}
.shop-by-style__tile-content .label {
	color: #952764
}
@media (max-width:1279px) {
.shop-by-style__tile-content .label {
margin-bottom:.25rem
}
}
.shop-by-style__tile-content a {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9
}
.shop-by-style__tile-content a:hover .crv-icon-arrow-right--white {
	opacity: 1
}
.shop-by-style__tile-content a:hover .shop-by-style__tile-icon>i:first-child {
	opacity: 0
}
.shop-by-style__tile-content a:hover .shop-by-style__tile-icon>i:last-child {
	opacity: 1
}
.shop-by-style__tile-content a:hover h3 {
	background-color: #e26d5a
}
.shop-by-style__tile-content a:hover h3, .shop-by-style__tile-content a:hover h3 * {
	color: #fff
}
.shop-by-style__tile-content:hover picture {
	transform: scale(1.0625)
}
.shop-by-style__tile-content a, .shop-by-style__tile-content h3, .shop-by-style__tile-content picture {
	position: absolute
}
.shop-by-style__tile-content figcaption {
 bottom: .5rem;
	left: 2rem;
	margin-bottom: 0;
	position: absolute;
	z-index: 9;
	width: 100%;
}
.shop-by-style__tile-content figcaption h5 {
	color: var(--white-color);
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	font-family: var(--accent-font);
	text-transform: uppercase;
	font-weight: 600;
}
.shop-by-style__tile-content figcaption p {
	color: var(--white-color);
	text-align: left;
	width: 70%;
}
.shop-by-style__tile-content figcaption svg {
	width: 19px;
	height: 19px;
	transition: transform .3s;
	margin-right: 10px;
}
.shop-by-style__tile-content h3 {
	align-items: center;
	display: flex;
	max-width: 50%;
	width: 100%;
	padding: 1rem;
	transition-delay: 0s;
	transition-duration: .3s;
	transition-property: background-color, color;
	transition-timing-function: ease-in;
	background-color: #fff;
	border: 5px solid #fff;
	border-right: none;
	flex-direction: column;
	height: 50%;
	justify-content: center;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%)
}
@media (min-width:1280px) {
.shop-by-style__tile-content h3 {
	height: 260px;
	height: 16.25rem;
	width: 260px;
	width: 16.25rem
}
}
.shop-by-style__tile-content h3 span {
	transition-delay: 0s;
	transition-duration: .3s;
	transition-property: color;
	transition-timing-function: ease-in
}
.shop-by-style__tile-content picture {
	left: 0;
	position: absolute;
	top: 0;
	max-width: 100%;
	width: 100%;
	display: flex;
	height: 100%;
	transition-delay: 0s;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-in
}
.shop-by-style__tile-content picture:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), color-stop(65%, rgba(0,0,0,0.4)));
	background: linear-gradient( 0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%);
}
.shop-by-style__tile-content picture img {
	max-width: 100%;
	width: 100%;
	font-family: "object-fit: cover; object-position: center;";
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.shop-by-style__tile-icon {
	height: 24px;
	height: 1.5rem;
	max-width: 24px;
	max-width: 1.5rem;
	display: block;
	position: relative;
	width: 100%
}
.shop-by-style__tile-icon>i {
	left: 0;
	position: absolute;
	top: 0;
	transition-delay: 0s;
	transition-duration: .3s;
	transition-property: opacity;
	transition-timing-function: ease-in
}
.shop-by-style__tile-icon>i:last-child {
	opacity: 0
}
.home-about-sec {
	padding-top: 0px;
	padding-bottom: 0px;
}
.home-about-sec .imgblock {
	border-bottom: 0px solid #BEBEBE;
	padding: 3em 3em 2em 3em;
}
.home-about-sec .imgblock img {
	margin-bottom: 2em;
	border-radius: 20px;
}
.home-about-sec .imgblock h6 {
	text-align: right;
	font-size: 2.3em;
	color: var(--ukp-secondary-color);
	text-transform: capitalize;
	font-weight: 600;
	line-height: 37px;
}
.home-about-sec .imgblock h6 span {
	display: block;
	font-size: 16px;
	color: var(--ukp-primary-color);
	font-style: italic;
	font-weight: lighter;
}
.home-about-sec .titleblock {
	border-bottom: 1px solid #BEBEBE;
	padding: 8em 0px 2em 3em;
}
.home-about-sec .titleblock img {
	height: 25px;
	margin-bottom: 15px;
}
.home-about-sec .titleblock p {
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 0;
	line-height: 1;
}
.home-about-sec .titleblock p span {
	font-weight: 800;
	font-size: 44px;
}
.home-about-sec .titleblock .section-title {
	margin-bottom: 0px;
}
.home-about-sec .cntblock {
	padding: 2em 3em 1px 3em;
	border-bottom: 0px solid #BEBEBE;
}
.bdr-right {
	border-right: 1px solid #BEBEBE;
}
#experience_ukp {
}
#experience_ukp .experience__title {
	color: var(--ukp-secondary-color);
	font-size: 3em;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--accent-font);
	font-style: italic;
}
#experience_ukp .experience__description {
	text-align: center;
	margin: 0px;
}
#global_presence {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.global_content:before {
	top: 0;
	bottom: 0;
	background: var(--secondary-color);
	content: "";
	position: absolute;
	left: 0;
	right: calc(50% - 460px);
	z-index: -999;
	border-radius: 0px 20px 20px 0px;
}
#global_presence .home_avens_img {
	border: solid 5px;
	border-color: var(--ukp-secondary-color);
}
#global_presence .nav-title-wrapper .nav-title {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	color: #c4c4c4;
	white-space: nowrap;
}
#global_presence .eleone_about_content .title-wrapper {
 //z-index: 10;
}
#global_presence .global_content .about_title .pre-title {
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ukp-primary-color);
	display: block;
	margin-bottom: 16px;
	padding-left: 0px;
	position: relative;
	margin: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
#global_presence .global_content .about_title h2 {
	font-weight: lighter;
	text-transform: capitalize;
	font-size: 40px;
	font-family: var(--default-font);
	color: var(--ukp-primary-color);
	line-height: 50px;
	letter-spacing: 0;
	margin-bottom: 20px;
	display: inline-grid;
}
#global_presence .global_content .about_title h2 span {
	font-weight: 800;
	color: var(--ukp-secondary-color);
}
#global_presence .global_content .rightside {
	margin-top: 50px;
}
#global_presence .global_content .leftside {
	margin-top: 20px;
}
#global_presence .global_content .cta_btnbox {
	display: block;
	margin-top: 120px;
}
#global_presence .global_map_ukp img
{
	border: solid 4px var(--ukp-primary-color);
	border-radius: 20px;
}
#ukp_collaboration {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
}
#ukp_collaboration .collaboration_content:before {
	top: 0;
	bottom: 0;
	background: var(--secondary-color);
	content: "";
	position: absolute;
	left: 0;
	right: calc(50% - 460px);
	z-index: -999;
	border-radius: 0px 20px 20px 0px;
}
#ukp_collaboration .home_avens_img {
	border: solid 5px;
	border-color: var(--ukp-secondary-color);
}
#ukp_collaboration .nav-title-wrapper .nav-title {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	color: #c4c4c4;
	white-space: nowrap;
}
#ukp_collaboration .collaboration_content .title-wrapper {
 //z-index: 10;
}
#ukp_collaboration .collaboration_content .about_title .pre-title {
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ukp-primary-color);
	display: block;
	margin-bottom: 16px;
	padding-left: 0px;
	position: relative;
	margin: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
#ukp_collaboration .collaboration_content .about_title h2 {
	font-weight: lighter;
	text-transform: capitalize;
	font-size: 40px;
	font-family: var(--default-font);
	color: var(--ukp-primary-color);
	line-height: 50px;
	letter-spacing: 0;
	margin-bottom: 20px;
	display: inline-grid;
}
#ukp_collaboration .collaboration_content .about_title h2 span {
	font-weight: 800;
	color: var(--ukp-secondary-color);
}
#ukp_collaboration .collaboration_content .rightside {
	margin-top: 50px;
}
#ukp_collaboration .collaboration_content .leftside {
	margin-top: 20px;
}
#ukp_collaboration .collaboration_content .cta_btnbox {
	display: block;
	margin-top: 120px;
}
 @media (min-width: 1281px) {
#global_presence .nav-title-wrapper {
	margin-bottom: 0;
	position: absolute;
	top: -170px;
	left: -20px;
}
#global_presence .nav-title-wrapper .nav-title {
	text-align: right;
	-webkit-transform: rotate( -90deg);
	transform: rotate( -90deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
}
#ukp_collaboration .nav-title-wrapper {
	margin-bottom: 0;
	position: absolute;
	top: -170px;
	left: -20px;
}
#ukp_collaboration .nav-title-wrapper .nav-title {
	text-align: right;
	-webkit-transform: rotate( -90deg);
	transform: rotate( -90deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
}
}
#feature {
	padding-bottom: 50px;
	margin-top: 60px;
}
#feature .section-row {
	margin-bottom: 0px;
}
#feature .section-title h2 {
	color: var(--ukp-secondary-color);
}
#feature .feat_box {
	margin-left: 0px;
	margin-top: 50px
}
#feature .feat_box .image {
}
#feature .feat_box .image img {
	width: auto;
	height: 110px;
	filter: grayscale(100%);
}
#feature .feat_box .image img:hover {
	filter: grayscale(0%);
}
#feature .feat_box .desc .bdr {
	width: 50px;
	height: 5px;
	border-radius: 5px;
	margin-left: 80px
}
#feature .feat_box .desc h2 {
	font-weight: lighter;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#feature .feat_box .desc p {
}
#about_top {
	padding: 50px 0px;
}
#about_top h2 {
	margin-bottom: 5px;
}
#about_top .about_top_content h4 {
	font-weight: 400;
	color: var(--ukp-secondary-color);
	line-height: 35px;
	word-wrap: break-word;
	font-size: 18px;
}
#about_top .section-title {
	margin-bottom: 0px;
}
#about_top .col-xl-9 {
	position: relative;
}
#about_top .about_top_content p {
	margin-top: 0px;
}
#green_infra {
	background: url('../images/testimonial-bg.png'), var(--ukp-primary-color);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	padding: 60px 0;
	border-top: solid 0px var(--ukp-primary-color);
}
#green_infra .infra-content {
	position: sticky;
	top: 100px;
}
#green_infra .section-title h3 {
	color: var(--ukp-secondary-color);
}
#green_infra p {
	color: var(--white-color);
}
#green_infra .infra-content .section-title {
	margin-bottom: 40px;
}
#green_infra .infra-content .section-title h2 {
	color: var(--white-color);
}
#green_infra .infra-content .section-title h2 span {
	color: var(--ukp-secondary-color);
}
#green_infra .infra_images {
	gap: 20px;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
#ukp_technology {
	padding-top: 40px;
}
#ukp_technology .experience-item {
	margin-bottom: 50px;
}
#ukp_technology .experience-item span {
	color: var(--ukp-primary-color);
	font-weight: 600;
	position: relative;
}
#ukp_technology .experience-item span::before {
	position: absolute;
	content: '';
	right: -100px;
	top: 10px;
	height: 2px;
	width: 70px;
	background: var(--ukp-primary-color);
}
#ukp_technology .experience-item .title {
	font-size: 30px;
	padding-top: 24px;
	text-transform: capitalize;
	font-weight: 600;
}
#ukp_technology .experience-item p {
	color: #000000;
}
#ukp_technology .blockquote {
	margin-bottom: 1rem;
	font-size: 16px;
	font-style: italic;
}
#ukp_technology .quality_control_icon img {
	margin-bottom: 20px;
}
#country_export {
	padding-bottom: 60px;
	padding-top: 60px;
}
#country_export .section-row {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#country_export .section-title h2 span {
	color: var(--ukp-secondary-color);
}
#country_export .journey-hd-des {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
#country_export img {
	padding: 35px 0 0 0;
	width: 100%;
}
#download_ukp {
	padding-top: 40px;
	padding-bottom: 40px;
}
#download_ukp .section-title {
}
#download_ukp .section-title h2 {
	text-transform: capitalize;
	display: grid;
}
#download_ukp .section-title h2 span {
	color: var(--ukp-secondary-color);
}
#download_ukp .download_box {
	margin-bottom: 30px;
}
#download_ukp .download_box .download_box_img_box {
	border: solid 1px var(--white-border);
	overflow: hidden;
	border-radius: 8px;
}
#download_ukp .download_box .download_box_img_box .brochure_img img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#download_ukp .download_box .download_content {
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 0px;
	background: #fff;
	position: relative;
	overflow: hidden;
	clear: both;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#download_ukp .download_box .brochure_name {
	margin-top: 7px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--ukp-primary-color);
	display: inline-grid;
	line-height: 26px;
}
#download_ukp .download_box .brochure_name span.brochure_sizes {
	font-size: 13px;
	color: #909090;
	line-height: 25px;
	font-weight: normal;
}
#download_ukp .download_button {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
}
#download_ukp .download_button a {
	color: var(--ukp-primary-color);
	border: solid 1px var(--ukp-primary-color);
	padding: 2px 9px;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	justify-content: center;
	width: fit-content;
	text-decoration: none;
	cursor: pointer;
	border-radius: 35px;
	transition: background-color .2s ease-out;
	font-size: 11px;
	line-height: 21px;
	font-weight: 600;
}
#download_ukp .download_button a span {
	font-size: 16px;
}
#download_ukp .download_button a:hover {
	background: var(--ukp-secondary-color);
	color: var(--white-color);
	border: solid 1px var(--ukp-secondary-color);
}
#download_ukp .download_button a:hover span svg {
	stroke: var(--white-color);
}
#download_ukp .download_button a span {
	line-height: 0;
	color: var(--ukp-primary-color);
}
#download_ukp .download_button a span svg {
	width: 15px;
	height: 15px;
	display: inline-block;
	stroke: var(--ukp-primary-color);
}

#tile_type {
	margin-top: 40px;
}
#tile_type .section-title h2 {
	display: grid;
	color: var(--ukp-primary-color);
	text-transform: capitalize;
}
#tile_type .section-title h2 span {
	color: var(--ukp-secondary-color);
}
#tile_type .tile_type_image {
{
 width: 100%;
 max-width: 860px;
 text-align: center;
 margin: 0 auto;
 .shop-by-style .section-title h2 {
 display: grid;
 color: var(--ukp-primary-color);
 text-transform: capitalize;
}
}
 border-radius: 20px;
 overflow: hidden;
}
#tile_type .tile_type_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#tile_type .tile_type_content {
}
#tile_type .type_blocks .row {
	border-bottom: solid 5px var(--secondary-color);
	padding-top: 40px;
	padding-bottom: 40px;
}
#tile_type .type_blocks .row:nth-child(2n+2) .type_block_image {
	order: 1;
}
#tile_type .type_blocks .row:nth-child(2n+1) .type_block_content {
	order: 2;
}
#tile_type .tile_type_content .content_block_type {
	padding: 2rem 5rem;
	z-index: 9;
}
#tile_type .tile_type_content .content_block_type .type_block_title {
	display: grid;
	position: relative;
	color: var(--ukp-secondary-color);
	margin-bottom: 20px;
}
#tile_type .tile_type_content .content_block_type .type_block_title span {
	font-weight: 200;
	color: var(--ukp-primary-color);
}
.type_blocks .row:nth-child(2n+2) .type_block_title::before {
	left: calc(100% + 2rem);
}
.type_blocks .row:nth-child(2n+1) .type_block_title::before {
	right: calc(100% + 2rem);
}
.type_block_title::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 10rem;
	height: 10px;
	background-color: var(--ukp-secondary-color);
	z-index: 9;
}
#tile_type .tile_type_content .tile_sizes_surfaces h5 {
	color: var(--ukp-secondary-color);
}
#tile_type .tile_type_content .tile_sizes_surfaces ul {
	display: list-item;
	columns: 2;
	list-style: none;
	padding: 0;
	width: 80%;
}
#tile_type .tile_type_content .tile_sizes_surfaces ul li {
	list-style: none;
	display: block;
	margin: 0;
	position: relative;
	padding-left: 30px;
}
#tile_type .tile_type_content .tile_sizes_surfaces ul li:hover:before, #tile_type .tile_type_content .tile_sizes_surfaces ul li:hover a {
	color: var(--ukp-secondary-color);
}
#tile_type .tile_type_content .tile_sizes_surfaces ul li::before {
	content: '\f14a';
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	font-size: 17px;
	color: var(--ukp-primary-color);
	display: inline-block;
	line-height: normal;
	position: absolute;
	top: 6px;
	left: 0;
}
#tile_type .tile_type_content .tile_sizes_surfaces ul li a {
	color: var(--ukp-primary-color);
	text-transform: uppercase;
}
#tile_type .btn-view-more
{
	position: relative;
    display: inline-block;
    background: var(--white-color);
	border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--ukp-secondary-color);
    border: none;
    padding: 10px 50px 11px 0px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
    border-bottom: solid 2px;
}

#tile_type .btn-view-more::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-accent.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-20px, -50%);
    transition: all 0.4s ease-in-out;
}
#tile_type .btn-view-more:hover::before{
	transform: translate(-17px, -50%);
}
#ukp_sizes
{
	margin-top: 40px;
}
#ukp_sizes .section-title h2
{
  margin-bottom: 16px;
  word-break: break-word;
  color: var(--ukp-primary-color);
}
#ukp_sizes .section-title h2 span
{
	color: var(--ukp-primary-color);
  	display: block;
}
#ukp_sizes .section-title .headline-5 {
  word-break: break-word;
  font-size: 16px;
  font-weight: normal !important;
  color: var(--ukp-secondary-color);
  letter-spacing: 0;
}
#ukp_sizes .size_page_image
{
	margin-top: 30px;
  align-items: center;
  display: grid;
}
#ukp_sizes .size_page_image img {
  width: 100%;
  display: block;
  border-radius: 20px;
  margin-top: 30px;
  border: solid 2px var(--ukp-secondary-color);
}
.collection_buttons
{
	margin-right: 16px !important;
}
.category-text-image__buttons {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width:767.98px) {
.category-text-image__buttons {
	margin-top: 36px
}
}
.category-text-image__buttons .button {
	margin-right: 11px;
	width: auto
}
@media (max-width:767.98px) {
.category-text-image__buttons .button {
	width: 100%
}
}
.category-text-image__buttons .button a {
	min-width: inherit
}
@media (max-width:767.98px) {
.category-text-image__buttons .button a {
	width: 100%;
	padding: 12px 16px;
	font-size: 1rem
}
}
.category-text-image__buttons .button:not(.button--red) {
	margin-right: 0
}
@media (max-width:767.98px) {
.category-text-image__buttons .button:not(.button--red) {
	display: none
}
}
.category-text-image__buttons.is-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.icon_icon__TbQRD.icon_small__0JFdo {
  width: 22px;
  height: 16px;
}
.icon_icon__TbQRD {
  display: inline-block;
}
.link-box_1 {
  background: var(--ukp-secondary-color);
  margin: 0px;
  display: flex;
  gap: 1rem;
  justify-content: center;
  letter-spacing: .45px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  color: var(--white-color);
  border-radius: 35px;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  padding: 9px 15px;
  cursor: pointer;
  letter-spacing: 0;
  text-transform: uppercase;
}
.link-box_1:hover
{
	background: var(--ukp-primary-color);
}

.link-box_2 {
  background: var(--ukp-primary-color);
  margin: 0px;
  display: flex;
  gap: 1rem;
  justify-content: center;
  letter-spacing: .45px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  color: var(--white-color);
  border-radius: 35px;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  padding: 9px 15px;
  cursor: pointer;
  letter-spacing: 0;
  text-transform: uppercase;
}
.link-box_2:hover
{
	background: var(--ukp-secondary-color);
}
.link-box_1 span, .link-box_2 span  {
  line-height: 0;
  color: currentColor;
  font-size: 15px;
  letter-spacing: .14px;
  font-weight: 400;
}
#ukp_sizes .surface_filter_section
{
	margin-top: 40px;
}
#ukp_sizes .surface_filter_title
{
	margin-top: 0px;
	background-color: var(--ukp-secondary-color);
	  display: flex;
	  gap: 1rem;
	  justify-content: center;
	  text-align: center;
	  border-radius: 2px;
	  font-size: 13px;
	  text-decoration: none;
	  font-weight: 500;
	  color: var(--white-color);
	  border-radius:35px;
	  flex-direction: row;
	  align-items: center;
	  padding: 9px 15px;
	  letter-spacing: 0;
	  text-transform: uppercase;
}

#ukp_sizes .surface_filter ul {
  display: flex;
  justify-content: left !important;
  margin:0px;
}
#ukp_sizes .surface_filter ul li
{
	color: #fff;
	display: flex;
	padding: 9px 15px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	background: var(--secondary-color);
	border-radius: 35px;
}
#ukp_sizes .surface_filter ul li a
{
	color: var(--ukp-primary-color);
}
#ukp_sizes .surface_filter ul li:hover a
{
	color: var(--white-color);
}
#ukp_sizes .surface_filter ul li:hover
{
	background: var(--ukp-primary-color);
}



.breadcrumbs-h {
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 0px;
	background:var(--ukp-secondary-color);
}
@media (max-width:767.98px) {
.breadcrumbs-h__wrap {
	width: calc(100% + 48px);
	margin-left: -24px;
	margin-right: -24px
}
}
.breadcrumbs-h__list {
	overflow: auto;
	width: 100%;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	position: relative;
	margin-bottom: 0px;
}
.breadcrumbs-h__list .breadcrumbs-h__dropdown, .breadcrumbs-h__list li {
	display: inline-block
}
.breadcrumbs-h__list .breadcrumbs-h__dropdown:after, .breadcrumbs-h__list li:after {
	content: "/";
	display: inline-block;
	margin: 0 8px 0 10px;
	color: var(--white-color);
}
.breadcrumbs-h__list .breadcrumbs-h__dropdown:last-child:after, .breadcrumbs-h__list li:last-child:after {
	display: none
}
@media (max-width:767.98px) {
.breadcrumbs-h__list .breadcrumbs-h__dropdown:first-child, .breadcrumbs-h__list li:first-child {
	padding-left: 24px
}
}
.breadcrumbs-h__list .breadcrumbs-h__dropdown a, .breadcrumbs-h__list li a {
	color: var(--white-color);
	text-decoration: none
}
.breadcrumbs-h__list .breadcrumbs-h__dropdown a>span, .breadcrumbs-h__list li a>span {
	color: var(--white-color);
}
.breadcrumbs-h__list .breadcrumbs-h__dropdown span, .breadcrumbs-h__list li span {
	color: var(--white-color);
}
.breadcrumbs-h__dropdown li:first-child {
	padding-left: 0
}
@media (max-width:767.98px) {
.breadcrumbs-h__dropdown {
	position: absolute;
	top: 100%;
	background: #fff;
	padding: 24px;
	-webkit-box-shadow: 0 30px 80px rgba(0,0,0,.18);
	box-shadow: 0 30px 80px rgba(0,0,0,.18);
	z-index: 10;
	width: 268px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}
.breadcrumbs-h__dropdown:after {
	content: " ";
	position: absolute;
	bottom: calc(100% - 3px);
	left: 16px;
	margin-left: 0;
	border-width: 13px;
	border-style: solid;
	border-color: transparent transparent #fff
}
.breadcrumbs-h__dropdown ul li {
	margin-bottom: 8px
}
.breadcrumbs-h__dropdown ul li a {
	color: #000;
	text-decoration: none
}
.breadcrumbs-h__dropdown ul li:last-child {
	margin-bottom: 0
}
.breadcrumbs-h__dropdown.is-visible {
	opacity: 1;
	visibility: visible
}
.breadcrumbs-h__dropdown li {
	display: block
}
}
.breadcrumbs-h--dropdown {
	overflow: visible
}
.breadcrumbs-h--top {
	border-top: none;
	padding: 7px 0
}

#tile_collection {
  margin-top:70px;
  margin-bottom: 60px;
}
.listing--tiles>.listing__item {
	display: block;
	padding-bottom: 15px;
	text-align: left;
	outline: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

.listing--tiles > .listing__item .picture {
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
	margin-bottom:0px;
	-webkit-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	border-radius: 8px;
	display: inline-block;

}
.listing--tiles>.listing__item .picture img, .listing--tiles>.listing__item .picture video, .listing--tiles>.listing__item .picture canvas, .listing--tiles>.listing__item .picture ng-transclude {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: solid 1px #b2afb0;
	border-radius: 8px;
}
.listing--tiles>.listing__item:not(:hover) .picture {
	-webkit-box-shadow: none;
	box-shadow: none
}
.picture {
  font-size: 0;
  line-height: 0;
}
.listing--tiles > .listing__item .title {
    font-size: 15px;
    text-transform: capitalize;
  }
 .listing--tiles > .listing__item .tile_details {
  font-size: 14px;
  color: var(--ukp-secondary-color);
  margin-bottom: 10px;
  line-height: 17px;
  text-transform: capitalize;
}

.wordwide-sec{ position: relative; }
.wordwide-sec  .wordwide-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    padding: 5em 3em;
    border-radius: 40px;
    overflow: hidden;
}
.wordwide-sec .wordwide-wrapper::before {
    content: '';
    background: url(../images/wordwide-sec-vector.png) no-repeat scroll center left / contain;
    width: 160px;
    height: 228px;
    position: absolute;
    left: 0;
    top: 0px;
}
.wordwide-sec .wordwide-wrapper p {
    margin-bottom: 0px;
    font-size: 3.5em;
    /* font-weight: 500; */
}

.wordwide-sec .wordwide-wrapper .img {
    background: var(--secondary-color);
    padding: 13px 12px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    margin: 0 20px;
    width: 100px;
    height: 100px;
    line-height: 1;
}

.wordwide-sec .wordwide-wrapper .img img {
    width: 100%;
}

.wordwide-sec .wordwide-wrapper p.last-text {
    color: var(--ukp-secondary-color);
    font-weight: 600;
}


@media only screen and (max-width: 1100px){
	.section-title h2 {
  font-size: 30px;
}

}


@media only screen and (max-width: 991px){
  .banner-section .content-box h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .banner-section .swiper-slide
  {
  	height: 450px;
  }
  .banner-section .content-outer
  {
  	top: -190px;
  }
  .banner-section .banner-slider-button-prev
  {
  	margin-left: 10px;
  }
  .banner-section .banner-slider-button-next
  {
  	margin-right: 10px;
  }
  #experience_ukp .experience__title
  {
  	text-align: center;
  	font-size: 2em;
  	line-height: 45px;
  }
  #global_presence .global_content .rightside
  {
  	margin-top: 0px;
  }
 
.footer-copyright-text p, .footer-privacy-policy p
{
	text-align: center;
}
.footer-about {
  position: relative;
  width: calc(100% - 0px);
}
.footer-links-box {
  width: calc(100% - 0px);
}
.footer-links {
  width: calc(100% - 0px);
}
#feature .feat_box
{
	text-align: center;
}
.shop-by-style__tile-content figcaption h5
{
	font-size: 16px;
	line-height: 20px;
}
.shop-by-style__tile-content figcaption p
{
	font-size: 15px;
	width: 100%;
}
.shop-by-style__tile-content figcaption
{
	left: 1rem;
}
#tile_type .tile_type_image {
  height: 350px;
  width: 100%;
}
#tile_type .tile_type_content .content_block_type
{
	padding: 2rem 2rem;
}
#tile_type .type_blocks .row:nth-child(2n+2) .type_block_image {
	order: 0;
}
#tile_type .type_blocks .row:nth-child(2n+1) .type_block_content {
	order: 2;
}
.type_blocks .row:nth-child(2n+2) .type_block_title::before {
	left: calc(100% + 2rem);
}
.type_blocks .row:nth-child(2n+1) .type_block_title::before {
	right: calc(100% + 2rem);
}
.surface_filter_section
{
	display: none;
}
}
@media only screen and (max-width: 767px){  
.home-about-sec .titleblock
{
	padding:0em 3em 2em 3em;
}
#feature .feat_box
{
	text-align: center;
}
.footer-links {
    width: calc(40% - 0px);
  }
  #vision_mission .right {
  text-align: center;
}
}

@media only screen and (max-width: 575px){
  .banner-section .content-box h1 {
    font-size: 40px;
    line-height: 50px;
    top: 0px;
    display: none;
  }
  .swiper-container
  {
  	border-radius: 0px;
  }
  .home-about-sec .titleblock
  {
  	padding: 1em 0px 2em 3em;
  }
  .home-about-sec .imgblock
  {
  	padding: 2em 2em 2em 2em;
  }
  .home-about-sec .imgblock h6, .home-about-sec .imgblock p 
  {
  	text-align: center !important;
  }
  .footer-about {
  position: relative;
  width: calc(100% - 0px);
}
.footer-links-box {
  width: calc(100% - 0px);
}
.footer-links {
  width: calc(100% - 0px);
}
}