
* {
  box-sizing: border-box;
  margin: 0;
}
.mdl {
  display: table;
  width: 100%;
  height: 100%;
}
.mdl_inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: #333333;
}
a {
  cursor: pointer;
  text-decoration: none !important;
}
.uk-link,
a {
  color: #464646;
  text-decoration: none;
  cursor: pointer;
}
figure{
  margin:0px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
/* header footer start */
ul.UH_top_navbar {
  list-style: none;
  display: inline-block;
  /* padding-left: 50px; */
  float: right;
}
ul.UH_top_navbar li {
  float: left;
  padding: 15px 5px 5px;
}
.mainMenu ul li:hover a {
  border-bottom: 1px solid red;
}
ul.SubMenu li a {
  border-bottom: none !important;
}
ul.SubMenu li:hover a {
  border-bottom: none;
}
ul.SubMenu li:hover {
  border-bottom: none !important;
}
.UH_top_navbar li a {
  text-decoration: none !important;
  text-transform: capitalize;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  /* padding-bottom: 15px; */
}
nav.UH_main_Container {
  padding: 0px 30px;
  display: block;
  /* height: 56px; */
  border-bottom: 1px solid #0000000f;
  background-color: #fff !important;
}
a.UH_Logo {
  padding: 10px 10px 10px 0px;
}
.UH_dropDown {
  width: 100%;
  right: 0.562px;
  top: 44.5px;
  padding: 10px 25px 0px 25px;
}
.UH_dropDown.uk-dropdown.uk-open.uk-dropdown-stack.uk-dropdown-bottom-center {
  left: 0 !important;
}
.UH_top_navbar li.uk-parent a span img {
  margin-top: -5px;
}
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  background-image: url(../images/svgicon/nav_grey_expand.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url(../images/svgicon/nav_grey_expand.svg);
}
.MobileMenuSec .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url(../images/svgicon/nav_grey_expand.svg);
}
.MobileMenuSec .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url(../images/svgicon/nav_grey_expand_up.svg);
}
/* .SubMenuImg img {
  margin-bottom: 20px;
} */
.SubMenuImg span {
  padding-left: 0px;
  color: #2b2b2b;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.SubMenuImg:hover > span,
.SubMenuImg:hover > p.hover {
  cursor: pointer;
  color: #0A418C;
}
.UH_top_Menu {
  float: left;
  display: inline-block;
  list-style: none;
}

.UH_top_Menu li {
  float: left;
  padding: 10px 5px;
}
.UH_top_Menu li a {
  text-decoration: none !important;
  text-transform: uppercase;
  color: #2b2b2b;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

ul.UH_top_Menu li.uk-parent a:after {
  color: #000 !important;
  content: "";
  display: block;
  clear: both;
  margin-top: -2px;
  /* line-height: 40px !important; */
}
.UH_Nav_Form {
  float: right;
  padding-right: 15px;
}

.UH_Nav_Form {
  width: 300px;
  position: relative;
}
.UH_Nav_Form form input {
  border: 1px solid #e4e4e4;
  width: 100%;
  border-radius: 4px;
}
.UH_Nav_Form form svg {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 7%;
}
.UH_Nav_Form form input::placeholder {
  color: #c0c0c0;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.SubMenuImg p {
  font-size: 12px;
  margin: 0;
  padding-left: 0px;
  color: #2b2b2b;
}
.nomargin {
  margin-top: 0px !important;
}
footer.UH_main_Footer {
  background-color: #000;
}

.UH_Footer_Top {
  padding: 45px 0px;
  text-align: center;
}
.UH_Footer_Top h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0px;
}
.UH_Footer_Top h2 span, .UH_Footer_Top h2 a {
  color: #ff9d5c;
}
.UH_Footer_Info p {
  font-size: 14px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.UH_FooterSocialIcon ul {
  padding-left: 0px;
  list-style: none;
  display: inline-block;
}
.UH_FooterSocialIcon ul li {
  float: left;
  margin-top: 15px;
}
.UH_Footer_Col_2 {
  padding-left: 20px;
}
.UH_Footer_Col_2 h5 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-left: 30px;
}
.UH_FooterSocialIcon ul li a svg {
  width: 80%;
}
.UH_Footer_Col_2 ul {
  list-style: none;
  margin-bottom: 0px;
}
.UH_Footer_Col_2 h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.UH_Footer_Col_2 h6 a {
  color: #ffffff;
  font-size: 16px;
  padding-left: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.UH_Footer_Col_2 h6 {
  color: #ffffff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.UH_Footer_Col_2 ul li {
  margin: 5px 0;
}
.UH_Footer_Col_2 ul li a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.UH_Footer_Col_2 ul li ul {
  padding: 0;
}
.UH_Footer_Col_2 ul li ul li a {
  color: #fff;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}
.UH_Footer_Col_2 ul li span {
  font-size: 14px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding-left: 10px;
}
.UH_Footer_Col_2 ul li ul li:last-child {
  margin-bottom: 25px;
}
.UH_footer_Col_4 ul li {
  margin-bottom: 15px;
}
.UH_Footer_Copywrite {
  text-align: center;
}
.UH_Footer_Copywrite h4 {
  color: #fff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding: 20px 0px;
  margin-bottom: 0px;
}
.UH_FooterSocialIcon ul li a {
  color: #fff;
}
.UH_Footer_Top {
  border-bottom: 1px solid;
}
.UH_Footer_Copywrite {
  border-top: 1px solid;
}
.mt-5 {
  margin-top: 45px;
}

/* header footer end */

/* home page start */

.UH_customDot.uk-dotnav > .uk-active > * {
  background-color: #08408b !important;
  border: 1px solid #08408b !important;
  width: 10px;
  height: 10px;
}
.UH_customDot {
  /* text-align: center; */
  margin: 0px !important;
  position: absolute;
  transform: translate(50%, 50%);
  right: 50%;
  bottom: 25px;
}
section.UH_HomeSlider {
  position: relative;
}
.UH_HomeSlider video, .UH_HomeSlider img {
  width: 100%;
}
.UH_HomeSlider .uk-slideshow .uk-slideshow-items {
  height: calc(100vh - 103px);
  min-height: auto !important;

}
.UH_customDot.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff !important;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #fff !important;
  transition: 0.2s ease-in-out;
}
/* .UH_OurBrandsContent {
  padding-bottom: 10px;
  padding-top: 90px;
} */
/* section.UH_OurBrands {
    padding-bottom: 90px;
} */
.UH_CustomNav a {
  color: #e4e4e4;
  display: block !important;
  visibility: visible !important;
}
[class*="uk-position-center-left"],
[class*="uk-position-center-right"] {
  top: calc(100% - 50%);
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}
.UH_CustomNav a svg {
  width: 100%;
  color: #E4E4E4;
}
.pL-0 {
  padding-left: 0px;
}
.Separator hr {
  margin: 0px !important;
}
.Separator {
  /* background: #E4E4E4; */
  margin: 0px auto;
  width: 80%;
  padding-top: 90px;
  border-bottom: 1px solid #e4e4e4;
}
.UH_Card {
  overflow: hidden;
  width: 100%;
}
.UH_Card img {
  width: 100%;
  transition: transform .2s ease-in;
}
.UH_Card:hover img {
    transform: scale(1.1);
    overflow: hidden;
}
.UH_ProjectContentImage img {
  transition: transform .2s ease-in;
  width: 100%;
}
.UH_ProjectContentImage:hover img {
  transform: scale(1.2);
}
.UH_Card h5 {
  text-align: center;
  margin: 0;
  background: #f5f5f5;
  padding: 12px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #242424;
  position: relative;
}
.UH_businessCard {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.UH_businessCard:hover img {
  transform: scale(1.1);
}
.UH_businessCardContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
}
.UH_businessCardContent h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  float: left;
  width: calc(100% - 48px);
  margin-top: 0;
}
.UH_businessCardContent p {
  font-size: 14px;
  margin-top: 0px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  float: left;
  width: calc(100% - 48px);
}
.UH_businessCardbutton {
  position: absolute;
  right: 8%;
  top: 77%;
}
.UH_businessCardContent a {
  color: #fff;
  float: right;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.UH_businessCardContent a:hover {
  background-color: #08408B;
}
.UH_businessCardContent a:hover svg circle {
  color: #08408B;
}
.UH_businessCardContent.UH_ChangeBusiness {
  position: absolute;
  top: 85%;
}
.UH_businessbutton {
  position: absolute;
  top: 85%;
}
section.UH_MainBusiness {
  padding-bottom: 90px;
}
section.UH_About_Nipsea {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(250, 250, 250, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  );
  padding-bottom: 90px;
}
.UH_About_Nipsea {
  text-align: center;
}
.UH_About_NipseaInner {
  display: inline-block;
  width: 100%;
  max-width: 930px;
}
.UH_About_Nipsea p {
  letter-spacing: -0.11px;
  font-size: 18px;
  padding: 20px 0px;
  color: #000000;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.UH_About_Nipsea a {
  text-decoration: none;
  font-weight: 500;
  background: transparent;
  padding: 12px 40px;
  color: #0A418C;
  font-size: 16px;
  border-radius: 25px;
  display: block;
  margin: 20px auto;
  line-height: 20px;
  display: inline-block;
  border: 2px solid #0A418C;
  text-transform: uppercase;
}
.UH_About_Nipsea a:hover {
    background: #0A418C;
    color: #fff;
    border-color: #0A418C;
}
.UH_ProjectContent ul {
  padding-left: 10px;
  list-style: none;
  margin-bottom: 5px;
}
.UH_ProjectContent h6 {
  padding-left: 10px;
  font-size: 16px;
  margin: 0px;
  color: #1f314f;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.UH_ProjectContent:hover h6 {
  color: #08408b;
}

.UH_projectList {
  margin-bottom: 10px;
}
.UH_ProjectContent ul li a {
  text-decoration: none;
}
.UH_projectList span {
  font-size: 16px;
  color: #4b4f58;
  padding-left: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.UH_ProjectButton {
  text-align: center;
  margin-top: 50px;
}
.UH_ProjectButton a {
  font-size: 16px;
  text-decoration: none;
  padding: 12px 40px;
  border: 2px solid #0A418C;
  border-radius: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #0A418C;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.UHLatestContent h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #242424;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 26px;
  width: 100%;
  max-width: 460px;
}
.UHLatestContent * {
  display: none !important;
}
.UHLatestContent h4 {
  display: block !important;
}
.UHLatestContent h4+p {
  display: block !important;
}
.UHLatestContent p {
  margin-top: 0px;
  font-size: 14px;
  color: #4b4f58;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.UH_HomeSlider ul li img {
  width: 100%;
  height: 100%;
}

.UH_businessCard img {
  transition: transform .2s ease-in;
  width: 100%;
}
.SubMenuImg img {
  width: 100%;
}
.UHLatestImage img {
  transition: transform .2s ease-in;
  width: 100%;
}
section.UH_Latest_News {
  padding-bottom: 90px;
}
.UHLatestContent {
  padding: 0px 10px;
}
/* home page end */
/* modal start */
.UH_location {
  width: 1035px !important;
  padding: 0px;
  border-radius: 10px;
}
.UH-modal-header h4 {
  margin-bottom: 0px !important;
  font-size: 18px;
  text-align: center;
  color: #000000;
  padding: 30px 0px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.UH-modal-header hr {
  border: 1px solid #e4e4e4;
  height: 1px;
  margin: 0px;
  background: #e4e4e4;
}
.UH-modal-body {
  padding: 40px;
}
.UH-modal-body h3 {
  font-size: 18px;
  letter-spacing: -0.67px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.UH-modal-body ul {
  padding-top: 20px;
}
.UH-modal-body ul li p a {
  color: #242424;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.UH_location button {
  color: #000000 !important;
  margin-top: 20px;
}
/* modal end */

/* remove */
h3, .section_headings {
  letter-spacing: -0.64px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 34px;
}
.sectionSubHeadings {
  color: #555555;
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
}
.bg_gray {
  background-color: #f5f5f5;
}
/* remove end */

/* media & news start */
.bg_grey {
  background-color: #fafafa;
}
.page_title {
  /*padding-top: 190px;
  padding-bottom: 120px;*/
  background-size: cover;
  background-position: right bottom;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page_title h2 {
  text-transform: uppercase;
  color: white;
  font-size: 34px;
  text-shadow: 0px 10px 10px #00000029;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 40px;
  max-width: 70%;
}
.breadcrumb p {
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 10px 10px #00000029;
  font-size: 16px;
  padding-left: 5px;
}
.breadcrumb p a {
  color: #ffffff;
}
section.p {
  padding: 90px 0px;
}

/* filter start */

section.UH_Filter {
  background-color: #0A418C;
  padding: 30px 0px;
  /* text-align: center; */
}

/* .UH_CustomSelect select {
    width: 100%;
    height: 40px;
} */
.UH_CustomSelect.uk-form-custom {
  width: 100% !important;
}
button.UH_Custom_Button.uk-button.uk-button-default {
  border: 1px solid #fff !important;
  width: 100% !important;
  background: #fff !important;
  height: 40px;
  text-align: left;
  padding: 0px 5px 0px 15px;
  color: #2b2b2b;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  border-radius: 4px;
}
button.UH_Custom_Button.uk-button.uk-button-default svg {
  float: right;
  width: 9%;
  margin-top: 5px;
  color: #2b2b2b;
}
input.uk-input.uk-form-width-large.UH_Custom_Input {
  border-radius: 4px;
  padding: 0px 15px;
  font-size: 16px;
  color: #c0c0c0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
/* filter end */

.UH_pagnation .wp-pagenavi a {
  line-height: 25px;
  width: 28px;
  background: #ffffff;
  height: 28px;
  text-align: center;
  color: #000000;
  border-radius: 0px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 2px !important;
  border: 1px solid #ddd !important;
  display: inline-block;
  margin: 0 !important;
}
.UH_pagnation .wp-pagenavi span {
  line-height: 25px;
  width: 28px;
  background: #1a67b0;
  height: 28px;
  text-align: center;
  color: #ffffff;
  border-radius: 0px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 2px !important;
  border: 1px solid #ddd !important;
  display: inline-block;
  margin: 0 !important;
}

.UH_pagnation {
  margin-top: 60px;
}
section.UH_Latest_News_List {
  padding-bottom: 120px;
  padding-top: 60px;
}
/* media & news end */

/* media & news detail start */

ul.UH_News_Detail_Head {
  list-style: none;
  display: inline-block;
  margin-top: 5px;
  padding-left: 0px;
}

ul.UH_News_Detail_Head li {
  float: left;
  margin-right: 25px;
}
ul.UH_News_Detail_Head li svg {
  margin-top: -5px;
  margin-right: 5px;
  color: #fff;
}
ul.UH_News_Detail_Head li span {
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
section.UH_media_detail {
  padding-top: 60px;
  padding-bottom: 140px;
}
.UH_media_detail_Img {
  width: 95%;
  margin: 0px auto;
}
.UH_media_detail_Content {
  padding: 0px 20px;
}
.UH_media_detail_Content h4,
.UH_media_detail_Img h4 {
  width: 100%;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.UH_media_detail_Content p {
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.11px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.UH_Media_News_SideBar ul {
  list-style: none;
  padding-left: 0;
}
.UH_Media_News_SideBar h5 {
  font-size: 18px;
  background: #0A418C;
  padding: 20px;
  color: #fff;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.UH_Media_News_SideBar ul li a {
  font-size: 14px;
  color: #8e8e8e;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: -0.75px;
}
.UH_media_detail_Img img {
  width: 100%;
}
.UH_Media_News_SideBar ul li {
  padding: 15px 0px 10px;
  border-bottom: 1px solid #dfdfdf;
}
/* media & news detail end */

/* service :start */
.uk-margin-right {
  margin-right: 15px !important;
}
.UH_OurBrandsContent p {
  letter-spacing: -0.12px;
  color: #000000;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.UH_Form label,
.UH_Form_Contact label {
  line-height: 18px;
  color: #242424;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.UH_Form div.uk-form-controls input {
  display: block !important;
  background: #fafafa !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px !important;
  color: #8e8e8e !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  height: 40px;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  margin-bottom: 40px;
  margin-top: 5px;
}
.UH_Form label span,
.UH_Form_Contact label span {
  color: red;
}
.UH_paint_form {
  padding-bottom: 90px;
}
.PaintEstimatorformHead h4 {
  letter-spacing: -0.56px;
  font-size: 28px;
  color: #242424;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.PaintEstimatorformHead h5 {
  margin: 0;
  font-size: 22px;
  color: #242424;
  letter-spacing: -0.44px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.PaintEstimatorformHead {
  margin-bottom: 40px;
}
.PaintForm {
  margin-bottom: 50px;
}
.PaintForm label {
  color: #242424;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.PaintForm label span {
  color: red;
}
.UH_CustomPaintSelect {
  width: 100%;
}
button.UH_Custom_Paint_Button span {
  color: #8e8e8e;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
button.UH_Custom_Paint_Button {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  border: 1px solid #dfdfdf;
  padding: 0px 15px;
  border-radius: 4px;
  background-color: #fff;
  text-transform: capitalize;
}
button.UH_Custom_Paint_Button svg {
  float: right;
  width: 8%;
  margin-top: 7px;
  color: #000000;
}
.Paint_input {
  position: relative;
}
.Paint_input input {
  border: 1px solid #dfdfdf;
  margin-top: 10px;
  border-radius: 4px;
  padding: 0px 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.Paint_input p {
  font-size: 16px;
  position: absolute;
  left: 8px;
  top: 20px;
  color: #8e8e8e;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.Paint_input a {
  background-color: #0A418C;
  display: block;
  width: 140px;
  margin-top: 10px;
  font-size: 14px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  border-radius: 25px;
  padding: 10px 15px;
}
.Paint_input a svg {
  width: 20%;
  float: right;
}
input.remove,
input.Doorremove {
  color: red;
  padding: 0px;
  left: 100%;
  position: relative;
  bottom: 30px;
  font-size: 14px;
  border: none;
  margin-left: 15px;
  font-weight: 600;
  cursor: pointer;
}
/* service end */

/* store locator start */

form.UH_locationSearc {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
form.UH_locationSearc div {
  /* display: inline-block; */
  float: left;
  margin: 0px 10px;
}
.UH_locationSearchMain {
  background: #f4f3f3;
  padding: 10px;
}
form.UH_locationSearc label {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
form.UH_locationSearc input {
  width: 100%;
  border-radius: 4px;
  height: 40px;
  border: none;
  padding: 0px 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000000;
}
.locationSearchSubmit {
  /* display: block; */
  display: block;
  float: right !important;
  margin-top: 15px !important;
}
.locationSearchSubmit input {
  padding: 0px 30px !important;
  cursor: pointer;
  border-radius: 25px !important;
  width: 100% !important;
  border: 1px solid #000;
  background-color: #000;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
:focus:not([tabindex^="-"]) {
  outline: none !important;
  outline-offset: none !important;
}
.UH_locationInfo h6 {
  letter-spacing: -0.22px;
  font-size: 18px;
  color: #242424;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
.UH_locationInfo p {
  color: #000000;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.UH_LocationOverflow {
  overflow-y: scroll;
  height: 60vh;
  margin-top: 20px;
  margin-bottom: 100px !important;
}
section.UH_Store_Locator {
  padding-bottom: 90px;
}
.UH_contactSideBar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.UH_contactSideBar ul li {
  border: 1px solid #00000036;
  padding: 0;
}
.UH_contactSideBar h5 {
  text-align: center;
  background: #08408b;
  margin: 0px;
  padding: 8px;
  color: #fff;
  font-size: 24px;
  /* letter-spacing: -0.52px; */
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.UH_contactSideBar ul li.uk-active a {
  background: #003399;
  color: #ffffff;
}
.UH_contactSideBar ul li a {
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.11px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}
.contactRight h3 {
  text-align: left !important;
}
.contactRight h2 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #333333;
}
.UH_ContactDetail {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 10px;
  min-height: 100%;
  display: inline-block;
  width: 100%;
}
.UH_ContactDetail ul {
  list-style: none;
  padding-left: 0px;
}
.UH_ContactDetail ul h6 {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
.UH_ContactDetail ul li {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.UH_ContactDetail ul li p {
  padding-left: 35px;
  margin:  0;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000000;
}
.UH_ContactDetail ul li svg {
  color: #000000;
  width: 7%;
  float: left;
}
.contactBot {
  border: 1px solid #707070;
  background-color: #08408b;
  float: right;
  width: 10%;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 5px;
}
.contactBot h6 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.contactBot p {
  font-size: 16px;
  margin: 0px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.UH-modal-header-contact h6 {
  color: #000000;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.UH-modal-header-contact hr {
  margin: 0;
  border: 1px solid #dddddd;
}
.UH-modal-body-contact {
  padding: 30px 40px;
}
.UH-modal-body-contact h4 {
  font-size: 28px;
  color: #000000;
  letter-spacing: -0.68px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.UH_ContactUsModel {
  width: 1035px !important;
  padding: 0px;
  border-radius: 25px;
  zoom: 90%;
  background: #fafafa;
}
.uk-modal.UH_ContactUsModel {
  padding: 15px 30px !important;
}
.uk-modal {
  padding: 0px !important;
}
.UH_ContactUsModel button {
  color: #000000 !important;
  margin-top: 15px;
}
.placeholderbgwhite input {
  color: #fff !important;
}
.UH_Form_Contact .uk-form-controls input {
  display: block !important;
  background: #ffff !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px !important;
  color: #8e8e8e !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  height: 40px;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 5px;
}
textarea {
  resize: none;
}
.uk-form-controls textarea {
  border-radius: 4px;
}
a.UH_overviewMainBtn:hover {
  border: 2px solid #0A418C;
  color: #fff !important;
  background: #0A418C;
}

.contact_modal_btn a {
  text-decoration: none;
  font-weight: 700;
  background: #0A418C;
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  width: 170px;
  display: block;
  margin: 20px auto 0px;
}
section.ProjectrefenceOne {
  padding: 60px 0px;
}
.UH_ProjectContent {
  margin-bottom: 30px !important;
}
.OtherProject {
  padding-bottom: 90px;
}
/* store locator end */

/* Interior paint start */
.UH_Interior_Paint_sidebar h5 {
  padding: 20px;
  background-color: #0A418C;
  color: #ffffff;
  border-top-left-radius: 4px;
  font-size: 18px;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
  border-top-right-radius: 4px;
}
.UH_Interior_Paint_sidebar ul li.uk-parent {
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 10px;
}
.UH_Interior_Paint_sidebar ul li a {
  color: 14px;
  font-size: 14px;
  color: #8e8e8e;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
  line-height: 25px;
}
.UH_Interior_Paint_sidebar ul li ul.uk-nav-sub li:active a {
  color: #0A418C;
}

.UH_Card_Body_Product {
  background-color: #fafafa;
}
.UH_Card_Body_Product h6 {
  font-size: 14px;
  color: #242424;
  padding: 20px 15px;
  letter-spacing: -0.19px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
}
.UH_Card_Body_Product h6 span {
  display: inline-block;
  width: calc(100% - 30px);
}
.UH_Card_Body_Product h6 svg {
  float: right;
  display: block;
  /* margin-top: 2px; */
  color: #8e8e8e;
}
.UH-card-default {
  border-radius: 2px;
  border: 1px solid #dddddd;
}
.UH_Card_Body_Product p {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0px;
  padding: 0px 20px 20px;
  font-family: "Lato", sans-serif !;
  font-weight: 500;
}
.UH_Card_Body_Product p svg {
  width: 7%;
  margin-right: 10px;
  color: #000000;
}
.UH-card-footer {
  background-color: #fafafa;
  text-align: center;
  padding: 25px;
  border-top: 1px solid #dddddd;
}
.UH-card-footer a {
  border-radius: 24px;
  background: #0A418C;
  padding: 10px 35px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.UH_Product {
  padding-top: 90px;
  padding-bottom: 90px;
}
.UH_Form div textarea {
  display: block;
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #dedede;
  color: #c0c0c0 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 16px !important;
  background-color: #fafafa !important;
}
.UH_locationIcon {
  position: relative;
}
.UH_locationIcon svg {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #c0c0c0;
}
.productDetainMain {
  padding: 50px 80px;
  background-color: #f5f5f5;
}
.UH_product_detail_content h5 {
  font-size: 22px;
  color: #242424;
  line-height: 26px;
  letter-spacing: -0.26px;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
}
.UH_product_detail_content p {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  letter-spacing: -0.11px;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
}
.UH_product_detail_content ul {
  color: #000000;
}
ul.UH_productDetailFeature {
  list-style: none;
  padding-left: 0px;
}
ul.UH_productDetailFeature li {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.08px;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
}
.UH_product_detail_image {
  padding-left: 10%;
}
.UH_Card_Body_Product {
  border-top: 1px solid #dddddd;
}
ul.product_Detail_Icon {
  list-style: none;
  padding-left: 0px;
}
ul.product_Detail_Icon li {
  display: inline-block;
}
.UH_Card_Header_Product img {
  width: 100%;
}
section.UH_Product_Detail {
  padding-top: 90px;
}
.Product_Related {
  padding-bottom: 90px;
}
/* interior paint end */

/* substainability start */
.UH_substainability_sidebar {
  background: #03428d;
  padding: 20px;
}
.UH_substainability_sidebar ul li {
  /* line-height: 28px; */
  border-bottom: 1px solid #ffffff;
  padding: 10px 0px 0px;
}
.UH_substainability_sidebar ul li a:hover {
   color: #ffffff;
}
.UH_substainability_sidebar ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
}
.text-center {
  text-align: center;
  margin: 0px auto;
}
.UH_organization {
  padding: 50px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
.UH_enviroment_Accord li.uk-open a.uk-accordion-title::before {
  background-image: url(../images/svg\ icon/nav_grey_expand_up.svg) !important;
}
.UH_enviroment_Accord li a.uk-accordion-title::before {
  background-image: url(../images/svg\ icon/nav_grey_expand.svg) !important;
}
ul.UH_enviroment_Accord.uk-accordion li {
  padding: 10px;
  background-color: #f3f3f3;
  margin-top: 5px;
}
.UH_overviewMain h5,
.UH_organization h5,
.UH_technical h5,
.UH_enviroment h5,
.customerInfo h5,
.community h5 {
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.26px;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
}
.UH_overviewMain p,
.UH_organization p,
.UH_technical p,
.UH_enviroment p,
.customerInfo p,
.community p {
  letter-spacing: -0.11px;
  font-size: 16px;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  color: #000000;
}
ul.UH_enviroment_Accord.uk-accordion li a {
  font-size: 14px;
  color: #000000;
  font-family: "Lato", sans-serif !important;
  font-weight: bold;
}
.UH_Accord_Content p {
  font-size: 14px;
}
.UH_Accord_Img {
  width: 40%;
  float: left;
  padding-right: 30px;
}
.UH_Accord_Content {
  width: 60%;
  float: left;
  padding-right: 20px;
  color: #000000;
}
.peopleTabs .uk-subnav {
  justify-content: center !important;
}
.peopleTabs > .uk-subnav-pill > .uk-active > a {
  background-color: #0A418C !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 18px;
  text-transform: capitalize;
}
ul.UH_Subnav li {
  margin-top: 40px;
  width: 240px;
  margin-bottom: 60px;
}
.UH_Subnav a {
  padding: 10px 50px !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  color: #666666 !important;
  border: 1px solid #dddddd;
  border-radius: 4px;
  justify-content: center;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
}
a.UH_overviewMainBtn {
  /* margin: 0px auto; */
  display: block;
  text-align: center;
  border: 2px solid #242424;
  width: 260px;
  margin: 0px auto;
  padding: 10px 20px;
  font-size: 16px;
  color: #242423 !important;
  border-radius: 25px;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
  margin-top: 40px;
}
a.UH_overviewMainBtn svg {
  float: right;
  margin-top: 4px;
}
.UH_technical hr,
.UH_enviroment hr,
.community hr {
  border: 1px solid #e4e4e4;
  margin-top: 50px;
  margin-bottom: 50px;
}
.UH_overviewMain,
.UH_technical,
.UH_enviroment,
.UH_peopleCommunity,
.UH_downloadReport,
.UH_customer {
  padding: 20px 50px;
  margin-bottom: 10px;
}
.UH_ProjectButton a:hover {
  background: #0A418C;
  color: #fff;
  border-color: #0A418C;
}
.UH_AccordPeople_Img {
  width: 30%;
  float: left;
  padding-right: 15px;
}
.customerInfo {
  float: left;
  width: 60%;
  padding-right: 60px;
}
.UH_customer a {
  /* margin: 0px auto; */
  display: block;
  text-align: center;
  border: 2px solid #242424;
  width: 250px;
  margin: 0px auto;
  padding: 10px 20px;
  font-size: 16px;
  color: #242423 !important;
  border-radius: 25px;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
  margin-top: 40px;
}
.DownloadCard a {
  width: 170px;
  display: block;
  margin: 0px auto;
  text-align: center;
  background-color: #0A418C;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 24px;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
}
.UH_substainability_sidebar {
  position: sticky;
  top: 110px;
}
a .UH_overviewMainBtn {
  border: 2px solid #0A418C;
  color: #fff !important;
  background: #0A418C;
}
/* substainability end */
img {
  max-height: 100%;
}
header,
footer,
section {
  float: left;
  width: 100%;
}
header {
  background: #ffffff;
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
}
.UHLatestContent h4 {
  width: 100%;
  max-width: 360px;
}
.SubMenu li a {
  display: block;
}
.mobileNav {
  float: left;
}
ul.UH_top_navbar.uk-nav-parent-icon.uk-nav li:hover {
  border-bottom: 2px solid red;
}
ul.UH_top_navbar.uk-nav-parent-icon.uk-nav li {
  transition: 0s all;
}
.mobileLocationBtn {
  float: left;
  margin-right: 15px;
  padding: 17px 0px;
  text-decoration: none;
  text-transform: capitalize;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.mobileNav .menuBtn {
  float: left;
  width: 40px;
  text-align: center;
  padding: 14px 0px;
  color: #666666;
}
.menuBtn .closeIcon {
  display: none;
}
.menuBtn svg {
  width: 24px;
}
.MobileMenuSec {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 200px;
  height: calc(100% - 53px);
  background: #ffffff;
  z-index: 1;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  padding: 20px 40px;
}
.menuBtn.open .burgerIcon {
  display: none;
}
.menuBtn.open .closeIcon {
  display: block;
}
.MobileMenuSec.open {
  top: 53px;
  visibility: visible;
  opacity: 1;
}
.MobileMenuSec .UH_Nav_Form {
  width: 100%;
}
.MobileMenuSec .UH_Nav_Form .uk-search-default {
  width: 100%;
}
.UH_Nav_Form form {
  position: relative;
  float: right;
}
.UH_Nav_Form form svg {
  right: 10px;
  width: 24px;
  top: 0;
  height: 100%;
  line-height: 40px;
}
.mobSearch {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.mobMenu {
  float: left;
  width: 100%;
}
.mobMenu .uk-nav > li > a {
  font-size: 17px;
  color: #666666;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: solid 0.5px #e5e5e5;
}
.mobMenu .uk-nav-default .uk-nav-sub a {
  font-size: 15px;
  padding: 10px 5px;
  border-bottom: solid 0.5px #e5e5e5;
}
.mobMenu ul.uk-nav-sub {
  padding: 0px;
}
.join_us_form .uk-form-label ~ p, .ContactUsPopUp .uk-form-label ~ p, .UH_Form .uk-form-label ~ p {
  margin: 5px;
}
.UH_Interior_Paint_sidebar .uk-nav-default .uk-nav-sub li.uk-active>a, .UH_Interior_Paint_sidebar .uk-nav-default .uk-nav-sub li>a:hover {
  color: #0A418C;
}


/* search form */


.UH_Filter ul {
  list-style: none !important;
  padding: 0;
}
.UH_Filter ul li {
  width: 25%;
  float: left;
}
.UH_Filter ul.UH_News_Detail_Head li {
  width: auto;
}
.filterPR.UH_Filter ul li {
  width: 20%;
}
.UH_Filter ul li label {
  display: inline-block;
  margin: 0;
  padding:0px 10px ;
  width: 100%;
}
.UH_Filter ul li>label>input, .UH_Filter ul li>label>select {
  cursor: pointer;
  padding:15px 10px;
  width: 100%;
  border-radius: 4px;
}
.no_result {
  min-height: 500px;
  text-align: center;
}
.no_result h2 {
  font-size: 40px;
}
/* search form end */
.searchBox {
  position: relative;
}
.searchBox .search-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  bottom: 3px;
  border: none;
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/searchicon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.UH_ProjectContentImage, .UHLatestImage, .list  {
  overflow: hidden;
}
.UHLatestImage:hover img {
  transform: scale(1.2);
}
.list:hover img {
  transform: scale(1.1);
}

.list img {
  transition: transform .2s ease-in;
}

ul.product_slider li a img {
  width: 100%;
}
.mainSearchPageSec {
  min-height: 300px;
}
.searchPageSec {
  padding: 0;
  float: left;
  width: 100%;
}
.searchPageSec .post-thumbnail img {
  max-width: inherit !important;
}
.searchPageSec  .entry-header h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.searchPageSec .entry-content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.animateeHover {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.animateeHover img {
  width: 100%;
  transition: transform .2s ease;
  overflow: hidden;
  margin-bottom: 0px;
}
.animateeHover:hover img {
  transform: scale(1.1);
}
/*.UH_pagnation {
  display: none;
}*/
.codedropz-upload-inner h3 {
  font-size: 22px !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
}
ul.UH_enviroment_Accord.uk-accordion {
  margin: 0px;
}
.wpcf7-spinner {
  display: none !important;
}
.submit {
  position: relative;
}
.submit:before {
  display: block;
  content: "";
  clear: both;
  background: url(../images/svgicon/left.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 55%;
  top: 15px;
}
.clrRedirect {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.clrRedirect a {
  float: left;
  width: 100%;
}
.clrRedirect a img {
  width: 100%;
}
.storeLocatorSec {
  display: inline-block;
  width: 100%;
}
.storeLocatorSec h5 {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.storeLocatorSec input {
  width: 100%;
  border-radius: 4px;
  height: 40px;
  border: none;
  padding: 0px 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000000;
}

.storeLocatorSec .store_locator_find_stores_button {
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 25px !important;
  width: 100% !important;
  border: 1px solid #000;
  background-color: #000;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.storeLocatorSec .store_locator_text_actions {
  float: left;
  margin-bottom: 15px;
}
.listJoin {
  float: left;
  width: 100%;
  max-width: 850px;
}
.listJoin ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.listJoin ul li {
  float: left;
  width: 50%;
  padding-right: 40px;
  padding-left: 30px;
  color: #000000;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
}
.listJoin ul li svg {
  width: 20px;
  float: left;
  margin-left: -30px;
  margin-top: 5px;
  color: #000000;
}
.storelocatorBox {
  float: left;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  padding: 30px 15px;
}
.storelocatorBox h4 {
  font-size: 18px;
  line-height: 24px;
  float: left;
  width: 100%;
  font-weight: bold;
}
.storelocatorBox p {
  float: left;
  width: 100%;
  color: #6E6E6E;
  margin: 0 0 15px;
  font-size: 14px;
}
.PaintForm_basket img {
  max-width: 300px;
}
.chkb {
  cursor: pointer;
}
.chkb input {
  margin-right: 10px;
}
.tabsIframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  float: left;
}
.tabsIframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.NewbusinessCard {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.NewbusinessCardImg {
  float: left;
  width: 100%;
}
.NewbusinessCardImg img {
  width: 100%;
}
.NewbusinessCardTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 35px;
  transition: all 0.3s ease;
}
.NewbusinessCardTxt h4 {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 500;
}
.NewbusinessCardTxt p {
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.NewbusinessCardHover {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  background: #FFFFFFD9;
  padding: 35px;
  transition: all 0.3s ease;
}
.NewbusinessCard:hover .NewbusinessCardTxt  {
  opacity: 0;
}
.NewbusinessCard:hover .NewbusinessCardHover {
  bottom: 0;
}
.NewbusinessCardHover h4 {
  margin-bottom: 10px;
  color: #333333;
  font-size: 21px;
  font-weight: 600;
}
.NewbusinessCardHover p {
  color: #333333;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.NewbusinessCardHover .readmoreBtn {
  border: 2px solid #08408B;
  background: transparent;
  padding: 10px 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #08408B;
  border-radius: 96px;
  margin-top: 20px;
  line-height: 20px;
  text-decoration: underline;
}
.NewbusinessCardHover .readmoreBtn:hover {
   background: #08408B;
   color: #ffffff;
}
.nextprevtesti {
  color: #000000;
}
.loaded .loader {
  display: none;
}
.loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 9999999;
}
.loader span {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}
.loader span::before,
.loader span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}
.loader span::before {
  top: 0;
  background: #ff0000;
}
.loader span::after {
  bottom: 0;
  background: #0d1c76;
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
.TxtBox p, .TxtBox h3 {
  margin: 0;
}
.TxtBox {
  float: left;
  width: 100%;
  padding-bottom: 50px;
} 
.TabsBtnsPV {
  float: left;
  width: 100%;
}
.TabsBtnsPV ul {
  float: left;
  width: calc(100% + 30px);
  margin: 0;
  margin-left: -30px;
  padding: 0;
  list-style: none;
}
.TabsBtnsPV ul li {
  float: left;
  width: 16.6667%;
  text-align: center;
  padding-left: 30px;
}
.TabsBtnsPV ul li a {
  float: left;
  width: 100%;
}
.TabsBtnsPV ul li a span {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.TabsBtnsPVClr {
  float: left;
  width: 100%;
}
.TabsBtnsPVClr i {
  float: left;
  width: 33.3333%;
  height: 30px;
}
.TabsPV {
  float: left;
  width: 100%;
}
.SwitcherPV {
  float: left;
  width: 100%;
}
.SwitcherPV>li {
  float: left;
  width: 100%;
}
.LivingRoomPV {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.BedRoomPV {
  float: left;
  width: 100%;
  padding: 50px 0;
  background-color: #fafafa;
}
.DiningRoomPV {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.PVColorImgBox {
  float: left;
  width: 100%;
  position: relative;
}
.PVColorImgHead {
  float: left;
  width: 100%;
  background-color: rgba(0,0,0,.6);
  color: #ffffff;
  padding: 15px 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.PVColorImgHead h5 {
  float: left;
   color: #ffffff;
   margin: 0;
   margin-right: 10px;
   font-size: 18px;
   line-height: 24px;
   font-weight: bold;
}
.PVColorImgHead span {
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.PVColorImgBody {
  float: left;
  width: 100%;
}
.PVColorImgBody img {
  width: 100%;
}
.PVColorBox {
  float: left;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 77.47%;
}
.PVColorBox ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.PVColorBox ul::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
}
.PVColorBox ul::-webkit-scrollbar-track {
  background: #FFFFFF99;
}
.PVColorBox ul::-webkit-scrollbar-thumb {
  background: #bfbdbd;
}
.PVColorBox ul::-webkit-scrollbar-thumb:hover {
  background: #bfbdbd7e;
}
.PVColorBox ul li {
  float: left;
  padding-left: 6px;
  padding-bottom: 10px;
  width: 20%;
  text-align: center;
}
.PVColorBox ul li a {
    float: left;
    width: 100%;
    padding-bottom: 90%;
    height: 0;
    position: relative;
    perspective: 1000px;
}
.flipFront {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  transform: translate3d(0, 0, 1px) rotateX(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease transform 500ms;
}
.PVColorBox ul li a:hover .flipFront {
    transform: translate3d(0, 0, -1px) rotateX(-180deg);
}
.PVColorBox ul li a:hover .pvContent {
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}
.pvContent {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: #ffffff;
  transform: translate3d(0,0,-1px) rotateX(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease transform 500ms;
}
.pvContent h6 {
  float: left;
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}
.pvContent p {
  float: left;
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #333;
}
.carouselPattren {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.carouselPattren h6 {
  text-align: center;
  font-weight: bold;
}
.pattrenImg {
  float: left;
  width: 100%;
}
.pattrenImg img {
  width: 100%;
}
.pattrenImg span {
  color: #333333;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.carouselPattren .uk-slider {
  padding: 0 40px;
}
.carouselPattren .uk-light .uk-slidenav {
  color: #000000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin: 0;
}
@media screen and (max-width: 1280px) {
.page_title h2 {
    font-size: 36px;
    line-height: 40px;
}
}
@media screen and (max-width: 1280px) {
.productDetainMain {
  padding: 50px;
}
}
@media screen and (max-width: 1220px) {
  ul.UH_top_navbar li {
    padding: 15px 9px;
  }
}
@media screen and (max-width: 1199px) {
.UH_product_detail_image {
  padding-left: 0;
}
}
@media screen and (max-width: 959px) {
  section {
    padding: 50px 0px;
}
.Separator {
  padding-top: 50px;
}
.corp-video {
  width: 100%;
   max-width: 100%;
}
.section_headings {
  font-size: 24px;
}
section.UH_MainBusiness {
  padding-bottom: 50px;
}
.UH_Footer_Top h2 {

  font-size: 20px;
}
.page_title h2 {
  font-size: 30px;
  line-height: 30px;
}
.history .image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: 0;
}
.history {
  position: relative;
  width: 100%;
  margin-left:0px;
  padding-bottom: 40px;

}
.history .text {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  left: 0;
  margin-top: 20px;
  padding: 15px;
}
.history .text p {
  font-size: 16px;}

.achievements .list h5 {
  height: 15px;
  font-size: 24px;
  line-height: 24px;
}
p {
  color: #000000;
  font-size: 16px;
}
.searchandfilter ul {
  padding: 0px;
}
.UH_Filter ul li {
  width: 100%;
}
ul.UH_News_Detail_Head li span {
  font-size: 12px;
}
.breadcrumb span {
  font-size: 14px;
}
.UH_Media_News_SideBar h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.UH_media_detail_Content p {
  font-size: 16px;
}
.UH_media_detail_Content h4, .UH_media_detail_Img h4 {
  width: 100%;
  font-size: 18px;
}
.mobMenu .uk-nav > li > a {
  font-size: 14px;
}
.UH_Footer_Col_2 ul, .UH_Footer_Col_2 h5 {
  padding: 0;
}
.UH_substainability_sidebar ul li a {
  font-size: 14px;
}
.UH_overviewMain, .UH_technical, .UH_enviroment, .UH_peopleCommunity, .UH_downloadReport, .UH_customer {
  padding: 20px 15px;
}
.UH_overviewMain h5, .UH_organization h5, .UH_technical h5, .UH_enviroment h5, .customerInfo h5, .community h5 {
  font-size: 18px;
}
.UH_overviewMain p, .UH_organization p, .UH_technical p, .UH_enviroment p, .customerInfo p, .community p {
  
  font-size: 14px;
}
.UH_Accord_Img {
  width: 100%;
}
.UH_Accord_Content {
  width: 100%;
  padding-left: 20px;
}
ul.UH_Subnav li {
  margin-top: 40px;
  width: 150px;
}
.UH_AccordPeople_Img {
  width: 100%;
}
.customerInfo {
  width: 100%;
  padding-right: 0;
}
.slides .uk-position-bottom-center p {
  font-size: 18px;
}
h3, .section_headings {
  font-size: 24px;
}
.local_initiative ul li .uk-panel p {
  font-size: 14px;
}
.UH_ContactDetail ul h6 {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
}
.UH_ContactDetail {
  padding: 25px 25px 10px;
}
.contactBot {
  width: 35%;
}
.UH-modal-body-contact h4 {
  font-size: 20px;
}
.UH_ContactDetail ul li p {
  font-size: 14px;
}
.tabs .uk-subnav li a {
  /* max-width: 275px; */
  padding: 10px 0px;
  font-size: 16px;
}
.Paint_input p {
  display:none;
}
.MobileMenuSec {
  padding: 20px 20px;
}
.UH_About_Nipsea p {
  padding: 20px 0px 20px 30px;
}
.UH_Accord_Img {
  padding-bottom: 30px;
}
.codedropz-upload-inner h3 {
  font-size: 16px !important;
}
.submit:before {
  background: url(../images/svgicon/left.png);
  left: 60%;
  top: 13px;
}
.alignwide h1 {
  font-size: 17px;
  margin: 10px;
}
.search-result-count.default-max-width {
  font-size: 12px;
  margin-top: 30px;
}
h2.entry-title.default-max-width a {
  font-size: 16px;
}
h2.entry-title.default-max-width>figure {
  margin-bottom: 0px ;
}
.nav-links span, .nav-links a {
  font-size: 12px;
}
.nav-links svg {
  width: 16px;
}
.listJoin ul li {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding-right: 0px;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 768px) {
.productDetainMain {
    padding: 30px 15px;
}
.TabsBtnsPV ul li {
    width: 33.3333%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 640px) {
.page_title h2 {
  display: none;
}
.breadcrumb {
  display: none;
}
.PVColorBox ul li {
    width: 25%;
}
}
@media screen and (max-width: 420px) {
  .TabsBtnsPV ul li {
    width: 50%;
}
.PVColorBox ul li {
    width: 33.3333%;
}
}