/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: Blacker Display;
  src: url(../../assets/fonts/BlackerDisplay-Regular.ttf) format('ttf'), url(../../assets/fonts/BlackerDisplay-Regular.woff) format('woff'), url(../../assets/fonts/BlackerDisplay-Regular.svg) format('svg'), url(../../assets/fonts/BlackerDisplay-Regular.otf) format('otf');
}

@font-face {
  font-family: Blacker;
  src: url(../../assets/fonts/BlackerDisplay-Bold.ttf) format('ttf'), url(../../assets/fonts/BlackerDisplay-Bold.woff) format('woff'), url(../../assets/fonts/BlackerDisplay-Bold.svg) format('svg'), url(../../assets/fonts/BlackerDisplay-Bold.otf) format('otf');
}

body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
}

a {
  color: #106eea;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Blacker Display;
}

p, a, span {
  font-family: 'Roboto', sans-serif;
}
.bg-1 {
  background-color: #fa7597;
}
.bg-2 {
  background-color: #69d6ff;
}
.bg-3 {
  background-color: #fdce5a;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #106eea;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled {
  top: 0;
  padding: 15px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 70px;
}

@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #222;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #222;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.user-menu {
  justify-content: flex-end;
}

.user-menu li a img {
  width: 20px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 35px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #106eea;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
}

.error {
  color: red;
}

/*--------------------------------------------------------------
# Top Banner
--------------------------------------------------------------*/
.banner {
  padding-top: 20px;
}

/*--------------------------------------------------------------
# Custom Made
--------------------------------------------------------------*/
.custom-made {
  position: relative;
}

.custom-made-content {
  position: relative;
}

.custom-made-content p {
  text-align: justify;
  padding: 0 40px 0px 0px;
}
.spefication_item{
  /* display: flex;
  column-gap: 10px; */

  position: relative;
  padding-left: 28px;
}
.spefication_item .dot{
  /* width: 16px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background-color: #fdce5a; */

  position: absolute;
  left: 0.5em;
  top: 0.4em;
  width: 8px;
  height: 8px;
  background: #fcb401;
  border-radius: 50%;
}
.spefication_item p{
  font-family: 'Roboto', sans-serif;
}
/* .specification_section .specifications>p::before{
  display: inline-block;
  content:'';
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #fdce5a;
} */
.divider {
  position: absolute;
  right: 0;
  bottom: -40px;
}

.shape-1 {
  position: absolute;
  top: 0;
}

.shape-2 {
  position: absolute;
  right: 0;
  top: 150px;
}
.shape-3{
  position: absolute;
  top: 0;
  right:0
}
/*--------------------------------------------------------------
# Brand Design  
--------------------------------------------------------------*/
.brand-design-content {
  position: relative;
  padding-left: 50px;
}

.brand-design-content p {
  text-align: justify;
}

.divider-1 {
  position: absolute;
  left: 0;
  bottom: -50px;
}

/*--------------------------------------------------------------
# Our Product
--------------------------------------------------------------*/
.product-box {
  text-align: center;
}

.product-box p {
  text-transform: uppercase;
  margin: 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.product-box a {
  color: #000;
}

.products-boxes .row .col-lg-4.col-md-4:nth-child(1) .product-box, .products-boxes .row .col-lg-4.col-md-4:nth-child(4) .product-box, .products-boxes .row .col-lg-4.col-md-4:nth-child(6) .product-box {
  background: #fdce5a;
}

.products-boxes .row .col-lg-4.col-md-4:nth-child(2) .product-box, .products-boxes .row .col-lg-4.col-md-4:nth-child(7) .product-box {
  background: #69d6ff;
}

.products-boxes .row .col-lg-4.col-md-4:nth-child(3) .product-box, .products-boxes .row .col-lg-4.col-md-4:nth-child(5) .product-box, .products-boxes .row .col-lg-4.col-md-4:nth-child(8) .product-box {
  background: #fa7597;
}

.products-boxes .row .col-lg-3.col-md-3:nth-child(1) .product-box, 
.products-boxes .row .col-lg-3.col-md-3:nth-child(4) .product-box, 
.products-boxes .row .col-lg-3.col-md-3:nth-child(6) .product-box {
  background: #fdce5a;
}

.products-boxes .row .col-lg-3.col-md-3:nth-child(2) .product-box, 
.products-boxes .row .col-lg-3.col-md-3:nth-child(7) .product-box {
  background: #69d6ff;
}

.products-boxes .row .col-lg-3.col-md-3:nth-child(3) .product-box, 
.products-boxes .row .col-lg-3.col-md-3:nth-child(5) .product-box, 
.products-boxes .row .col-lg-3.col-md-3:nth-child(8) .product-box {
  background: #fa7597;
}

/*--------------------------------------------------------------
# Space in 3D 
--------------------------------------------------------------*/
.space-in-3d {
  position: relative;
}

.spcace-content p {
  width: 80%;
  margin: 0px auto 20px auto;
}

.space-in-3d .divider-1 {
  bottom: 55px;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.single-testimonial {
  padding: 50px;
  background-color: #f8f8f8;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-slider {
  position: relative;
  margin-bottom: 30px;
}

.single-testimonial img {
  margin: 0 auto;
}

.testimonial-arrow-right.slick-arrow i, .testimonial-arrow-left.slick-arrow i  {
  background-color: #949494;
  color: #fff;
  padding: 5px;
  border-radius: 40px;
  font-size: 20px;
  cursor: pointer;
}

.testimonial-arrow-left.slick-arrow {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-40px);
}

.testimonial-arrow-right.slick-arrow {
  position: absolute;
  bottom: -50px;
  right: 50%;
  transform: translateX(30px);
}

/*--------------------------------------------------------------
# Checkout Our Projects
--------------------------------------------------------------*/
.checkout-products {
  display: block;
  text-align: center;
}

.checkout-products a {
  background-color: #fcb401;
  color: #333333;
  padding: 15px 20px;
  font-size: 30px;
  font-family: Blacker Display;
  font-weight: 600;
}

.other-content p {
  font-size: 22px;
  width: 80%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Our Process
--------------------------------------------------------------*/
.our-process {
  background-color: #f8f8f8;
}

.process-box img {
  width: 80px;
}

/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/
#dedicated-serving {
  background-image: url(../../assets/img/dedicated-back.png);
  background-size: 100% 100%;
  padding: 70px;
}

.value-box {
  padding: 15px;
}

.value-title h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.value-content p {
  margin: 0;
}

.value-boxes .value-box:nth-child(1) {
  background-color: #5ed3ff;
}

.value-boxes .value-box:nth-child(2), .value-boxes .value-box:nth-child(4) {
  background-color: #fdca4d;
}

.value-boxes .value-box:nth-child(3) {
  background-color: #fa9cb5;
}

/*--------------------------------------------------------------
# Seating Page
--------------------------------------------------------------*/
#products {
  background-size: 50% 100%;
  background-repeat: no-repeat;
  padding: 50px 0 0px;
  margin: 50px 0;
}

.products-first {
  background-image: url(../../assets/img/service-first-background.png);
  background-position: right;
}

.products-second {
  background-image: url(../../assets/img/service-second-background.png);
  background-position: left;
}

.products-third {
  background-image: url(../../assets/img/service-third-background.png);
  background-position: right;
}

.products-four {
  background-image: url(../../assets/img/service-first-background.png);
  background-position: left;
}

.products-fifth {
  background-image: url(../../assets/img/service-second-background.png);
  background-position: right;
}

.products-fifth .slick-track {
  height: 400px !important;
}

.products-six {
  background-image: url(../../assets/img/service-third-background.png);
  background-position: left;
}

.download-brochure-button {
  padding: 10px 0;
}

.download-brochure-button a {
  background-color: #b0c3d9;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #222222;
}

#products-second .download-brochure-button a {
  background-color: #f48f97;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #222222;
}

#products-third .download-brochure-button a {
  background-color: #18b8de;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #222222;
}

.product-content {
  width: 70%;
  margin: 0 auto;
}

.slick-slideshow__slide img {
  margin: 0 auto 20px;
}

.slick-dots {
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin-top: 50px;
}

.slick-dots li {
  padding: 0px 5px;
}

.slick-dots li button {
  color: transparent;
  background: #19C0FF;
  border: none;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  outline: none;
}

.slick-dots li.slick-active button {
  background: #FA648A;
}

.product-arrow-right.slick-arrow {
  position: absolute;
  bottom: -50px;
  right: 10%;
  transform: translateX(30px);
  top: 50%;
  z-index: 999;
}

.product-arrow-right.slick-arrow i, .product-arrow-left.slick-arrow i {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 40px;
  font-size: 30px;
  cursor: pointer;
  opacity: 0.5;
}

.product-arrow-left.slick-arrow {
  position: absolute;
  bottom: -50px;
  left: 10%;
  transform: translateX(-30px);
  top: 50%;
  z-index: 999;
}

.slick-slide {
  height: auto !important;
}

.product-slider h3 {
  text-align: center;
}

/*--------------------------------------------------------------
# Casegoods Page
--------------------------------------------------------------*/

.top-banner {
  position: relative;
}

.top-overlay-content {
  position: absolute;
  top: 30px;
  left: 60px;
}

.casegood-top-content {
  padding: 30px;
  position: relative;
}

.casegood-top-devider {
  position: absolute;
  right: 0;
}

.casegoods-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.casegoods-boxes .col-lg-4.col-md-4.mb-4.p-0:first-child {
  background-color: #fdce5a;
}

.casegoods-boxes .col-lg-4.col-md-4.mb-4.p-0:nth-child(2) {
  background-color: #69d6ff;
}

.casegoods-boxes .col-lg-4.col-md-4.mb-4.p-0:last-child {
  background-color: #fa7597;
}

.casegoods-box h5 {
  font-family: 'Roboto';
}

.collection-title h2 {
  position: relative;
}

.collection-title h2:after {
  position: absolute;
  top: 45%;
  overflow: hidden;
  width: 14%;
  height: 3px;
  content: '\a0';
  background-color: #d8d8d8;
  margin-left: 30px;
}

.collection-title h2:before {
  position: absolute;
  top: 45%;
  overflow: hidden;
  width: 14%;
  height: 3px;
  content: '\a0';
  background-color: #d8d8d8;
  margin-right: 30px;
  margin-left: -17%;
}

.collection-arrow-left.slick-arrow {
  position: absolute;
  bottom: -50px;
  left: 7%;
  transform: translateX(-30px);
  top: 50%;
  z-index: 999;
}

.collection-arrow-right.slick-arrow {
  position: absolute;
  bottom: -50px;
  right: 7%;
  transform: translateX(30px);
  top: 50%;
  z-index: 999;
}


.collection-arrow-right.slick-arrow i, .collection-arrow-left.slick-arrow i {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 40px;
  font-size: 30px;
  cursor: pointer;
  opacity: 0.5;
}

.single-collection img {
  width: 100%;
}

.collection {
  position: relative;
}

.collection-dots {
  position: absolute;
  top: -25px;
  right: 30px;
}

.collection-divider {
  padding-left: 110px;
}

.collection-dots-even {
  position: absolute;
  top: -30px;
  left: 70px;
}

.collection-divider-even {
  position: absolute;
  right: 150px;
  bottom: -20px;
}

/*--------------------------------------------------------------
# Bathroom Page
--------------------------------------------------------------*/
.at-mordan-hotel {
  position: relative;
}

.at-mordan-hotel-content {
  border: 1px solid #fcb401;
  padding: 60px;
}

.at-mordan-hotel-content h5 {
  font-family: 'Blacker';
}

.at-mordan-hotel-content p {
  font-family: Blacker Display;
  font-size: 18px;
}

.at-mordan-hotel .shape-1 {
  position: absolute;
  bottom: 0;
  top: unset;
}

.at-mordan-hotel .shape-2 {
  position: absolute;
  top: 0;
}

/*--------------------------------------------------------------
# Lighting Page
--------------------------------------------------------------*/
.collection-title-lighting h2 {
  position: relative;
  color: #fff;
  margin: 0;
}

.collection-title-lighting h2:after {
  position: absolute;
  top: 45%;
  overflow: hidden;
  width: 14%;
  height: 3px;
  content: '\a0';
  background-color: #fff;
  margin-left: 30px;
}

.collection-title-lighting h2:before {
  position: absolute;
  top: 45%;
  overflow: hidden;
  width: 14%;
  height: 3px;
  content: '\a0';
  background-color: #fff;
  margin-right: 30px;
  margin-left: -17%;
}

.lighting-wide {
  background-color: #f82b60;
  padding: 30px;
}
.over-bg {
  background-size: 75% 100%;
  background-repeat: no-repeat;
  padding: 50px 0 50px;
  margin: 50px 0;
}
.over-bg.over-bg-left {
  background-position: left;
}
.over-bg.over-bg-right {
  background-position: right;
}
.over-bg.over-bg-1 {
  background-image: url(../../assets/img/over-bg-1.png);
}
.over-bg.over-bg-2 {
  background-image: url(../../assets/img/over-bg-2.png);
}
.border-shadow-img img {
  border-radius: 20px;
}
.click-lvt {
  position: relative;
}
.glue-down-lvt {
  position: relative;
}
.floor-score {
  background-image: url(../img/floor-bg.png);
  color: #fff;
}
.section-title-row h2:before {
  position: absolute;
  top: 45%;
  overflow: hidden;
  width: 14%;
  height: 3px;
  content: '\a0';
  background-color: #d8d8d8;
  margin-right: 30px;
  margin-left: -17%;
}
.section-title-row h2:after {
  position: absolute;
  top: 45%;
  overflow: hidden;
  width: 14%;
  height: 3px;
  content: '\a0';
  background-color: #d8d8d8;
  margin-left: 30px;
}
/*--------------------------------------------------------------
# LVT Page
--------------------------------------------------------------*/
.features-box .feature-box {
  border-radius: 15px;
  box-shadow: 0 0 29px 0 rgb(0 0 0 / 12%);
}
.features-box .feature-box h5{
  font-family: 'Roboto';
  text-transform: uppercase;
}
.features-box .feature-box img {
  max-width: 160px;
}
.borderless td, .borderless th {
  border: none;
}
.completed-project .section-title {
  background-color: #fdca4d;
}
.in-progress-project .section-title {
  background-color: #5ed3ff;
}
.project-section .table th {
  font-family: Blacker Display;
}
.project-section .table thead th {
  border-bottom: none;
}
.project-section .table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.project-section tbody tr {
  background-color: #f8f8f8;
}
.project-section .table td { 
  border: solid 1px transparent; 
}
.project-section .table tr td:first-child { 
  border-top-left-radius: 10px; 
}
.project-section .table tr td:last-child { 
  border-top-right-radius: 10px; 
}
.project-section .table tr td:first-child { 
  border-bottom-left-radius: 10px; 
}
.project-section .table tr td:last-child { 
  border-bottom-right-radius: 10px; 
}
.contact-form-details .contact-foem .form-control {
  background-color: transparent;
}
.contact-form-details .contact-foem button {
  background-color: #8cdfff;
  border-color: #8cdfff;
  border-radius: 0;
}
.contaci-detail-boxs {
  position: relative;
}
.contaci-detail-boxs .detail-box {
  padding-left: 40px;
}
.contaci-detail-boxs .detail-box h5{
  font-family: 'Roboto', sans-serif;
}
.contaci-detail-boxs .detail-box .detail-box-icon {
  position: absolute;
  left: 0;
}
.contaci-detail-boxs .detail-box .detail-box-icon i {
  font-size: 22px;
}
.maintaince-content h1 {
  text-align: center;
  margin-bottom: 50px;
}
.maintaince-content a {
  background-color: #fcb401;
  color: #333333;
  padding: 15px 20px;
  font-size: 30px;
  font-family: Blacker Display;
  font-weight: 600;
}
/*--------------------------------------------------------------
# LVT Page End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.copyright a{
  color: #fff;
  text-transform: uppercase;
} 
#footer {
  background: #fff;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #2f2f2f;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #474747;
}

.footer-contact a img {
  width: 60px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.footer-links p a {
  color: #fff;
}

.form-control {
  background-color: #dedede;
  border-radius: 0;
}

.subscribe-button {
  display: block;
  width: 100%;
}

.subscribe-button button {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  padding: 7px;
  color: #fff;
  background-color: #3084a3;
  border: none;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 3px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 26px;
  height: 26px;
  transition: 0.3s;
  border: 1px solid #fff;
}

#footer .footer-top .social-links a:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

.subscribe-form-success {
  display: none;
}

@media (max-width: 991.98px) {

  .shape-1, .shape-2 {
    display: none;
  }

  .divider, .divider-1 {
    bottom: -20px;
  }

  #products {
    background-size: cover;
    padding: 200px 0 50px;
  }

  .products-first, .products-second, .products-third, .products-four, .products-fifth, .products-six {
    background-position: center center;
  }

  .single-testimonial {
    min-height: auto;
  }

}

@media (max-width: 767.98px) {

  .custom-made-image img {
    margin-bottom: 20px;
  }

  .custom-made-content p {
    padding: 0 0px 0px 0px;
  }

  .brand-design-content {
    padding-left: 0;
  }

  .space-in-3d .divider-1 {
    display: none;
  }

  .products-first, .products-second, .products-third, .products-four, .products-fifth, .products-six {
    background-position: 100%;
  }

  .product-content {
    width: 100%;
  }

  .slick-slideshow__slide img {
    margin: 20px auto;
  }

  .slick-dots {
    padding: 0;
    margin: 30px 0;
  }
  .section-title-row h2:before {
    display: none;
  }
  .section-title-row h2:after {
    display: none;
  }
  .over-bg {
    background-size: 100% 100%;
  }

  .project-section .table thead th {
    font-size: 20px;
  }

  #dedicated-serving {
    background-image: none;
    background-color: #F7F7F7;
    padding: 30px;
  }
  
}

.jotform-form-container style .formFooter {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0!important;
}

/* Snowflakes */

.snowflake-flaky {
    z-index: 999999999;
    border: 1px solid #deebff;
    border-radius: 50%;
}

.snowflake-flaky:nth-child(odd) {
    color: transparent !important;
    width: 12px !important;
    height: 12px !important;
    background: transparent;
    background-image: url('/assets/img/svg/snowflake-1.svg');
    background-size: contain;
    background-position: center;
    border: 0 !important;
    outline: 0 !important;
}

.snowflake-flaky:nth-child(even) {
    color: transparent !important;
    width: 12px !important;
    height: 12px !important;
    background: transparent;
    background-image: url('/assets/img/svg/snowflake-2.svg');
    background-size: contain;
    background-position: center;
    border: 0 !important;
    outline: 0 !important;
}