* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #252525;
}
p {
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  color: #2c2a2a;
}
a {
  text-decoration: none;
  transition: 0.5s;
  color: #252525;
}
a:hover {
  color: #cf9627;
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #0f0000c2;
}
html {
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

h6.sub-title {
  color: #564b95;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1.sec-title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.sec-title span{
  color: #ffd500;
}
 

.line-bttn {
  padding: 10px 30px;
  display: inline-block;
  border-bottom: 1px solid #ff7200;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 20px 0 0 0;
  transition: all 0.5s ease;
}
.line-bttn:hover {
  background: #ff7200;
  color: #fff;
  border-color: #ff7200;
}
h6.sub-title {
  margin: 0 0 5px 0;
  color: #ff7200;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
hr {
  width: 70px;
  height: 3px !important;
  background: #cf9627;
  opacity: 1;
  margin: 0 0 10px 0;
}
hr.center {
  margin: 10px auto 10px;
}

.body {
  position: relative;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #1d90c8 !important;
  box-shadow: none !important;
  outline: none !important;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s !important;
}
.btn-default {
  background: #57d163;
  border: none;
  padding: 7px 20px;
  color: #fff;
  font-weight: 700;
  transition: all 0.9s ease;
  border-radius: 20px;
  margin-left: 5px;
  text-transform: capitalize;
  margin: 15px 0 0 0;
}
.btn-default:hover {
  background: #e00d09b8;
  color: #fff;
}

section.header {
  width: 100%;
  z-index: 9;
}

.header-top {
  background: #263e77;
  padding: 10px 0;
}
.header-top ul li {
  display: inline-block;
  color: #fff;
}
.header-top ul li.line {
  font-weight: 200;
}
.header-top ul li a {
  color: #fff;
  font-size: 12px;
}
.header-top ul li a:hover {
  color: #cf9627;
}
.header-top ul li a .fa {
  padding: 0 2px;
}
.header-top .top-right ul.socail-link {
  margin: 0 10px 0 0;
}
.header-top .top-right {
  display: flex;
  justify-content: end;
}

.header-top .top-btn {
  text-align: center;
}
.header-top .top-btn a {
  color: #fff;
}
.header-top .top-btn a .fa {
  padding: 0 2px 0 0;
}
.header-top .top-btn a:hover {
  color: #cf9627;
}

section.header.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #000;
  transition: all 1.2s ease;
  box-shadow: 1px 1px 11px #b9b5b5;
}
section.header.sticky-header .header-top {
  display: none;
}
section.header.sticky-header .heder-logo a img {
  width: 140px;
}
section.header.sticky-header .header-menu .navbar ul.navbar-nav li a {
  font-size: 15px;
}
section.header.sticky-header .mid-header .top-phone .fa {
  width: 40px;
  height: 40px;
}

.mid-header {
  background: #fff;
  padding: 10px 0;
}
.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.heder-logo a img {
  max-width: 180px;
}
.header-menu nav.navbar {
  padding: 0 !important;
}
.header-menu .menu-logo {
  display: none;
}

.header-menu button.navbar-toggler {
  display: none;
}
.header-menu .navbar .navbar-collapse {
  justify-content: end;
}
.header-menu .navbar ul.navbar-nav li {
  padding: 0 30px;
}
.header-menu .navbar ul.navbar-nav li a {
  font-size: 15px;
  padding: 5px 0px;
  color: #263e77;
  text-transform: uppercase;
  font-weight: 600;
}
.header-menu .navbar ul.navbar-nav li a.active,
.header-menu .navbar ul.navbar-nav li a:hover {
  color: #cf9627;
}
.header-menu .navbar ul.navbar-nav li a.dropdown-toggle::after {
  border: none;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: 2px;
  left: 2px;
}

.header-menu .navbar ul.navbar-nav li.dropdown ul.dropdown-menu {
  width: 220px;
  margin: 0px 0 0 0;
  border-top: 3px solid #cf9627;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: fixed;
  border-radius: 0;
  background: #fff;
}
.header-menu .navbar ul.navbar-nav li.dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #38383814;
  padding: 0 10px;
  margin: 0;
}
.header-menu
  .navbar
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item {
  font-size: 14px;
  padding: 7px 0 7px 0;
  margin: 0;
  font-weight: 500;
  border: none;
  background: none;
  color: #263e77;
  text-transform: capitalize;
}
.header-menu
  .navbar
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item:hover {
  background: none;
  border: none;
  color: #cf9627;
}

.mid-header .top-phone {
  display: flex;
  align-items: center;
}
.mid-header .top-phone .fa {
  background: #263e77;
  color: #fff;
  margin: 0 10px 0 0;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.mid-header .top-phone span a {
  color: #cf9627;
  font-size: 16px;
  font-weight: 600;
}
.mid-header .top-phone span a:hover {
  color: #657783;
}
.mid-header .top-phone span h6 {
  font-weight: 500;
  font-size: 15px;
}

.blink {
  -webkit-animation: blink 3000ms step-end infinite;
  animation: blink 3000ms step-end infinite;
}
@-webkit-keyframes blink {
  50% {
    background-color: #cf9627;
  }
}
@keyframes blink {
  50% {
    background-color: #cf9627;
  }
}

.blink_text {
  animation-name: blinker;
  animation-duration: 3000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.home-banner .owl-carousel .item img {
  position: relative;
  height: 500px;
  object-fit: cover;
}
.home-banner .banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  align-items: center;
  display: flex; /*background-image: linear-gradient(to right, #0000009e, #00000000);*/
}
.home-banner .banner-content .align {
  z-index: 9;
  text-align: start;
}
.banner .item .banner-content h1 {
  font-size: 52px;
  color: #fff;
  padding: 0 0 25px 0;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 10px 0 0 0;
}
.banner .item .banner-content p {
  color: #fff;
  font-size: 20px;
  padding: 0 0 0 0px;
  margin-bottom: 0px;
  font-weight: 300;
}
.banner .item .banner-content button {
  font-size: 15px;
  background: #263e77;
  border: none;
  padding: 10px 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.5s ease;
  border-radius: 2px;
}
.banner .item .banner-content button:hover {
  background: #cf9627;
}
.home-banner .owl-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.home-banner .banner-overlay .owl-dots button.owl-dot span {
  width: 30px;
  height: 5px;
  margin: 0 5px;
  background: #657783;
}
.home-banner .banner-overlay .owl-dots button.owl-dot.active span,
.home-banner .banner-overlay .owl-dots button.owl-dot span:hover {
  background: #9ebacd;
}

.home-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
}
.home-banner .owl-nav button {
  position: absolute;
}
.home-banner .owl-nav button.owl-prev {
  left: 10px;
}
.home-banner .owl-nav button.owl-next {
  right: 10px;
}
.home-banner .owl-nav button .fa {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner .owl-nav button .fa:hover {
  background: #cf962775;
  border-color: #cf962775;
}

.banner .item .banner-content .animated-text {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease-in-out;
}
.banner .item .banner-content .animated-text.active {
  opacity: 1;
  transform: translateY(0);
}
.banner-overlay .item img {
  transform: scale(1);
  transition: transform 9s ease;
}
.banner-overlay .owl-item.active .item img {
  transform: scale(1.5);
}

section.about {
  padding: 80px 0 80px;
}
.sub-heading {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #263e77;
  margin: 0 0 10px 0;
  font-size: 14px;
}
section.about .left-img img {
  width: 100%;
  border-radius: 0px;
  max-height: 370px;
  object-fit: cover;
  object-position: center center;
}
section.about .align {
  display: flex;
  height: 100%;
  align-items: center;
}
.about h2.sec-title {
  text-align: left;
  margin: 0 0 10px 0;
}
.about .about-right p {
  text-align: justify;
}
.about .about-right a.btn {
  margin-bottom: 30px;
}
section.about .block-columns {
  width: 1000px;
  background: #ffffffbd;
  right: 0;
  position: absolute;
  box-shadow: 0px 10px 19px #d1cbcb;
  display: flex;
  padding: 20px;
}
section.about .block-columns .count-info {
  text-align: center;
}
section.about .block-columns .count-info .number span {
  font-size: 48px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 2px #657783;
  line-height: 48px;
}
section.about .block-columns .count-info p.counter-title {
  text-align: center;
}

.bg-with-content {
  background-image: linear-gradient(#020a40d4, #020a40d4),
    url(../images/sec-1-bg.jpg);
  padding: 50px 0;
  background-attachment: fixed;
  margin-top: 200px;
}
.bg-with-content .content-box {
  text-align: center;
}
.bg-with-content .content-box h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 10px 0;
}
.bg-with-content .content-box p {
  color: #fff;
  font-size: 22px;
}

.bg-with-content .product-category {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
  margin: -250px 0 60px 0;
}
.bg-with-content .product-category .pro-img img {
  width: 100%;
  height: 317px;
  object-fit: cover;
  object-position: center center;
}
.bg-with-content .product-category .product .pro-info {
  background: #fff;
  text-align: center;
  padding: 15px 10px;
}
.bg-with-content .product-category .product .pro-info a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.bg-with-content .product-category .product .pro-info a:hover {
  color: #cf9627;
}

.sec-product {
  padding: 50px 0;
}
.sec-product .heading {
  text-align: center;
}
.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 20px;
  justify-content: center;
  max-width: 600px;
  margin: 20px auto 50px;
}
.icon-grid .icon-box {
  text-align: center;
}
.icon-grid .icon-box img {
  border-radius: 20px;
  width: 70%;
}
.icon-grid .icon-box .text {
  font-size: 11px;
  padding: 5px 0 0;
  text-align: center;
}

.sec-product .product-box {
  margin: 0 0 30px 0;
  position: relative;
}
.sec-product .product-box .pro-img {
  overflow: hidden;
}
.sec-product .product-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: inset 0px -130px 60px -40px rgba(0, 0, 0, 0.9);
}
.sec-product .product-box .pro-img img {
  width: 100%;
  transition: all 0.5s ease;
}
.sec-product .product-box .pro-info {
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.sec-product .product-box .pro-info a {
  font-weight: 500;
  font-size: 16px;
}
.sec-product .product-box:hover .pro-img img {
  transform: scale(1.1);
}

.btn {
  font-size: 14px;
  background: #263e77;
  border: none;
  padding: 10px 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.5s ease;
  margin: 20px 0 0;
  display: inline-block;
  border-radius: 2px;
}
.btn:hover {
  background: #cf9627;
  color: #fff;
}
.sec-title {
  margin: 0 0 10px 0;
  text-transform: capitalize;
}

.vanity-range {
  position: relative;
  padding: 72px 0px 52px 0px;
  border-bottom: 1px solid #e0e6ed;
}

.vanity-range:before {
  position: absolute;
  content: "";
  background: #2d5883;
  width: 100%;
  height: 480px;
  left: 0px;
  top: 0px;
  right: 0px;
}
.vanity-range .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
}
.vanity-range .pattern-layer:before {
  position: absolute;
  content: "";
  background: #0e1e44;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.vanity-range .heading {
  text-align: center;
  position: relative;
}
.vanity-range .heading .sec-title,
.vanity-range .heading p {
  color: #fff;
}
.vanity-range .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 20px;
  justify-content: center;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
}
.vanity-range .icon-grid .icon-box {
  text-align: center;
}
.vanity-range .icon-grid .icon-box img {
  border-radius: 20px;
  width: 70%;
}
.vanity-range .icon-grid .icon-box .text {
  font-size: 11px;
  padding: 5px 0 0;
  color: #fff;
  text-align: center;
}

.vanity-range #products {
  position: relative;
}

.vanity-range #products .item-content {
  position: relative;
}
.vanity-range #products .item-content .pro-img {
  overflow: hidden;
}
.vanity-range #products .item-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* box-shadow: inset 0px -130px 60px -40px rgba(0, 0, 0, 0.9); */
}
.vanity-range #products .item-content .pro-img img {
  width: 100%;
  transition: all 0.5s ease;
}
.vanity-range #products .item-content .pro-info {
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.vanity-range #products .item-content .pro-info a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.vanity-range #products .item-content:hover .pro-img img {
  transform: scale(1.1);
}
.vanity-range #products .owl-nav {
  margin: 50px 0 0 0;
}
.vanity-range #products .owl-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid #d3d0d0;
  border-radius: 50px;
  font-size: 22px;
}
.vanity-range #products .owl-nav button:hover {
  background: #cf9627;
  border-color: #cf9627;
  color: #fff;
}

.category-show-box {
  padding: 50px 0;
  background: #eff2f5;
}
.category-show-box .heading {
  text-align: center;
}
.category-show-box .icon-grid .icon img {
  border: 1px solid #fff;
}

.category-show-box #tiles-products {
  position: relative;
}
.category-show-box #tiles-products .item-content {
  position: relative;
}
.category-show-box #tiles-products .item-content .pro-img {
  overflow: hidden;
}
.category-show-box #tiles-products .item-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: inset 0px -130px 60px -40px rgba(0, 0, 0, 0.9);
}
.category-show-box #tiles-products .item-content .pro-img img {
  width: 100%;
  transition: all 0.5s ease;
}
.category-show-box #tiles-products .item-content .pro-info {
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.category-show-box #tiles-products .item-content .pro-info a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.category-show-box #tiles-products .item-content:hover .pro-img img {
  transform: scale(1.1);
}
.category-show-box #tiles-products .owl-dots {
  margin: 50px 0 0 0;
}
.category-show-box #tiles-products .owl-dots button.active span {
  width: 25px;
  height: 8px;
  background: #cf9627;
}
.category-show-box #tiles-products .owl-dots button span {
  width: 15px;
  height: 8px;
  border-radius: 5px;
  margin: 0 3px;
}
.category-show-box #tiles-products .owl-dots button span:hover {
  background: #cf9627;
}

.brand-logo-sec {
  padding: 50px 0;
  background: #f1f1f1;
}
.brand-logo-sec h2.sec-title {
  text-align: center;
  text-transform: capitalize;
}
.brand-logo-sec .row-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-logo-sec .logo-box {
  border-bottom: 1px solid #2525253d;
  padding: 0px;
  text-align: center;
  position: relative;
}
.brand-logo-sec .logo-box img {
  width: 55%;
  margin: 10px 0;
  filter: grayscale(1);
  transition: all 0.5s ease;
}
.brand-logo-sec .row-box-2 .logo-box {
  border-bottom: none;
}
.brand-logo-sec .logo-box::after {
  content: "";
  width: 1px;
  height: 100px;
  background: #2525253d;
  position: absolute;
  top: 0;
  right: 0;
}
.brand-logo-sec .logo-box:last-child::after {
  content: none;
}
.brand-logo-sec .logo-box:hover img {
  filter: none;
}

section.client-testimonial {
  padding: 50px 0;
  background-image: url(../images/pattern-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.client-testimonial .title-box {
  display: flex;
  margin-bottom: 30px;
}
.client-testimonial .title-box .icon-box {
  min-height: 200px;
  display: flex;
  width: 30%;
  background: #ff7200;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
}
.client-testimonial .title-box .icon-box .fa {
  color: #fff;
  font-size: 120px;
}
.client-testimonial .title-box h1.sec-title {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 52px;
  margin-left: -100px;
  margin-bottom: 0;
}
.client-testimonial .item-content {
  border-radius: 0px;
  padding: 45px 30px 30px 30px;
  min-height: 230px;
  position: relative;
  border: 1px solid #65778321;
  margin: 50px 0;
}
.client-testimonial .item-content .top-quote {
  width: 60px;
  position: absolute;
  top: -30px;
  z-index: 99;
  background: #eee;
  padding: 10px;
  border-radius: 50px;
  height: 60px;
}
.client-testimonial .item-content p {
  font-size: 14px;
}
.client-testimonial .item-content .rating {
  display: inline-block;
  margin: 15px 0 0 0;
}
.client-testimonial .item-content .rating .fa {
  color: #ffa500;
  padding: 0 10px 0 0;
}
.client-testimonial .item-content .client-details {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  position: absolute;
  bottom: -25px;
  right: 70px;
  background: #fff;
  padding: 0 20px;
}
.client-testimonial .item-content .client-details .client-img img {
  width: 60px;
  border-radius: 40px;
  margin: 0 5px 0 0;
  border: 1px solid #eee;
  padding: 5px;
}
.client-testimonial .item-content .client-details .client-name h6 {
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  text-transform: uppercase;
}
.client-testimonial .item-content .client-details .client-name span {
  font-size: 12px;
  color: #8f8e8e;
  font-weight: 300;
}
.client-testimonial .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
  margin: 0;
}
.client-testimonial .owl-nav button {
  width: 40px;
  height: 40px;
  background: #252525 !important;
  border-radius: 0 !important;
  margin: 0;
  transition: all 0.5s ease;
}
.client-testimonial .owl-nav button i.fa {
  color: #fff;
}
.client-testimonial .owl-nav button:hover {
  background: #cf9627 !important;
}
.client-testimonial .owl-nav button:hover i.fa {
  color: #fff;
}

.funfact {
  padding: 15px 0;
  background: #1e3364;
}
.funfact .count-info {
  text-align: center;
  border-left: 1px solid #253f7a;
  padding: 20px 0;
}
.funfact .count-info .number {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}
.funfact .count-info p.counter-title {
  color: #fff;
  font-size: 13px;
}
.funfact .count-info:first-child {
  border: none;
}

section.footer {
  background: #15254a;
  padding: 50px 0 0 0;
}
.footer .col-sm-3 {
  width: 30%;
}
.footer .col-sm-3.links,
.footer .col-sm-3.service {
  width: 20%;
}
.footer .footer-content.ftr-log-box {
  padding: 0 40px 0 0;
}
.footer-content a.ftr-logo img {
  width: 170px;
  margin: 0 0 20px 0;
}
section.footer h5.ftr-title {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 0 15px 0;
  font-size: 22px;
}
section.footer .col-sm-3 .footer-content p {
  color: #fff;
  font-size: 13px;
}
section.footer ul li {
  padding: 10px 0 10px 0;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #192e5c;
}
section.footer ul li:last-child {
  border: none;
}
section.footer ul li a {
  color: #fff;
}
section.footer ul li a:hover {
  color: #cf9627;
}
section.footer ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 5px 0 0;
  color: #cf9627;
}
section.footer ul li a .fa {
  padding: 0 5px 0 0;
}
.footer .contact-info ul li {
  display: flex;
  align-items: center;
}
.footer .contact-info ul li .fa {
  background: #cf9627;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  margin: 0 10px 0 0;
}
.footer-content .socail-link {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
.footer-content .socail-link li {
  margin: 0;
}
.footer-content .socail-link li a {
  padding: 0 35px 0 0;
  color: #fff;
  font-size: 20px;
}

.btm-ftr {
  padding: 10px 0px;
  margin: 15px 0 0 0;
  color: #fff;
  background: #1e3364;
}
section.footer .btm-ftr ul li {
  font-size: 12px;
  display: inline-block;
  padding: 0 3px;
}
.btm-ftr .btm-ftr-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btm-ftr p.copyright {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.btm-ftr .btm-ftr-content ul.socail-link li {
  border: none;
}
section.footer ul.socail-link li a::before {
  content: none;
}

.scrollup {
  background: #fff;
  border-radius: 0px;
  bottom: 40px;
  color: #263e77;
  display: none;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  box-shadow: 0 0 10px rgb(0 0 0 / 27%);
}
.scrollup:hover {
  background: #cf9627;
  color: #fff;
}

.german {
  position: fixed;
  bottom: 100px;
  left: 20px;
  z-index: 999;
}
.german img {
  height: 100px;
  width: 100px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 999;
}
.whatsapp-icon a {
  display: flex;
  align-items: center;
  background: #0dc152;
  border-radius: 50px;
  padding: 0 20px 0 0;
  font-size: 12px;
  color: #fff;
}
.whatsapp-icon a i.fa {
  background: #079d41;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.brochure {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 1;
}
.brochure a {
  color: #fff;
  font-size: 12px;
  background: #cf9627;
  padding: 10px 5px 10px 15px;
  border-radius: 25px 0 0 25px;
}
.brochure a:hover {
  background: #263e77;
}

.inner-banner {
  height: 300px;
  background-size: cover;
  background-position: center center;
}
.inner-banner .banner-overlay {
  height: 100%;
  background: #000000a1;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-bnr-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
}
.inner-bnr-content ul {
  background: #263e776b;
  display: inline-block;
  padding: 10px 20px;
}
.inner-bnr-content ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 2px;
  color: #fff;
}
.inner-bnr-content ul li a {
  color: #fff;
}
.inner-bnr-content ul li a:hover {
  color: #1d90c8;
}
.inner-bnr-content ul li .fa {
  padding: 0 5px 0 0;
}

.about-page-choose {
  padding: 50px 0;
  background: #f1f1f161;
}
.about-page-choose .title-box {
  text-align: center;
}
.about-page-choose .title-box h3.sec-title {
  margin: 0 0 5px 0;
}
.about-page-choose .why-choose-bx {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
  box-shadow: 1px 1px 20px #eee;
  margin: 30px 0 0 0;
}
.about-page-choose .why-choose-bx i.fa {
  background: #657783;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 26px;
}
.about-page-choose .why-choose-bx h5 {
  font-weight: 500;
  padding: 0 0 10px 0;
}

.page-contact {
  padding: 80px 0 50px;
  background: #f7f7f7;
}
.page-contact .row {
  border-radius: 20px;
  box-shadow: 1px 1px 20px #ebebeb;
}
.page-contact .row .col-md-5 {
  border-radius: 20px 0 0 20px;
  background: #fff;
  padding: 50px;
}

.page-contact .left-box hr,
.page-contact .contact-right hr {
  background: #cf9627;
}
.page-contact ul.contact-details li {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  font-size: 16px;
  background: #f3f3f373;
}
.page-contact ul.contact-details li .fa {
  background: #263e77;
  display: flex;
  align-items: center;
  width: 55px;
  height: 55px;
  justify-content: center;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #fff;
}
.page-contact ul.contact-details li h6 {
  margin: 0 0 5px 0;
}
.page-contact ul.socail-link li {
  display: inline-block;
  margin: 0 0 10px 0;
}
.page-contact ul.socail-link li a {
  width: 40px;
  height: 40px;
  background: #263e77;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.page-contact ul.socail-link li a:hover {
  background: #cf9627;
}

.page-contact .row .col-md-7 {
  padding: 50px;
}
.contact-right form .row {
  box-shadow: none;
  border-radius: 0;
}
.contact-right form input,
.contact-right form textarea {
  border-radius: 0;
  border: 1px solid #eee;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 300;
}
.contact-right form .form-group {
  margin: 0 0 10px 0;
}
.contact-right form textarea {
  min-height: 100px;
}
.contact-right form .form-group.frm-btn {
  text-align: center;
}
.contact-right form .form-group.frm-btn button {
  background: #263e77;
  border: none;
  padding: 15px 40px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease;
  margin: 10px 0 0;
  border-radius: 0px;
  font-size: 18px;
}
.contact-right form .form-group.frm-btn button:hover {
  background: #cf9627;
  color: #fff;
}

.map iframe {
  height: 550px;
}

.page-product {
  padding: 50px 0;
}
.page-product .heading {
  text-align: center;
}

.page-product .product-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.page-product .product {
  background: #fff;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}
.page-product .product .pro-img {
  overflow: hidden;
}
.page-product .product .pro-img img {
  width: 100%;
  transition: all 0.5s ease;
}
.page-product .product:hover .pro-img img {
  transform: scale(1.1);
}

.page-product .product .pro-info {
  text-align: center;
  padding: 20px 10px 5px;
}
.page-product .product .pro-info a {
  font-weight: 500;
  font-size: 16px;
}
.page-product .load-more {
  margin: 30px auto;
  display: block;
  font-size: 14px;
  background: #263e77;
  border: none;
  padding: 10px 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.5s ease;
  border-radius: 0px;
}
.page-product .load-more:hover {
  background: #cf9627;
}
.page-product .hidden {
  display: none;
}

.page-product.sink .product-container {
  grid-template-columns: repeat(auto-fill, minmax(1000px, 1fr));
}
