@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap')
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Roboto:300,400,500&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  background: #ffffff;
}

* {
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6, address, ul, ol {
  margin: 0;
  padding: 0;
}

ul li a, ul li a:hover, a:hover, a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

/*default-css*/
h1 {
  color: #000;
  font-size: 40px;
  float: left;
  width: 100%;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

h2 {
  color: #000;
  font-size: 36px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
 font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

h3 {
  color: #000;
  font-size: 30px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
 font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

h4 {
  color: #000;
  font-size: 28px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
 font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

h5 {
  color: #000;
  font-size: 26px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
 font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

h6 {
  color: #000;
  font-size: 24px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
 font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

p {
  color: #000;
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: 300;
}

a {
  color: #231f20;
  font-size: 16px;
}

ul, ol {
  padding-left: 15px;
  margin-bottom: 15px;
}

ul li, ol li {
  color: #231f20;
  font-size: 16px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  float: left;
  width: 100%;
}

.head-fix {
  position: fixed;
  padding: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 14px -11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 11px 14px -11px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 11px 14px -11px rgba(0, 0, 0, 0.15);
  z-index: 99;
  width: 100%;
  transition: ease-in-out 0.4s;
}

.head-fix .header-top {
  display: none;
}

.head-fix .logo {
  position: relative;
  width: 200px;
  height: 70px;
  overflow: hidden;
}

header {}

header nav {
  float: right;
  width: auto;
}

header nav ul {
  margin: 0;
  list-style-type: none;
}

header nav ul li {
  display: inline;
  position: relative;
  padding: 0 20px;
  width: auto;
  position: relative;
}

header nav ul li:after {
  content: '';
  position: absolute;
  top: 5px;
  height: 16px;
  width: 1px;
  left: -2px;
  background: #dcdcdc;
}

header nav ul li ul {
  display: none;
}

header ul li a {
  color: #231f20;
  font-size: 18px;
  text-decoration: none !important;
  transition: ease-in-out 0.4s;
  display: inline-block;
  position: relative;
  padding: 10px;
  height: auto;
  font-weight: 300;
  cursor: pointer;
}

header nav ul li a img {
  vertical-align: middle;
}

header ul li ul li a:after {
  background: none;
}

header ul li a.active, header ul li.current-menu-item a {
  color: #231f20;
}

header ul li a:hover {
  text-decoration: none;
  color: #231f20;
}

header {
  width: 100%;
  padding: 0;
  transition: ease-in-out 0.4s;
  position: relative;
  z-index:9999; display:block;
}
header:before{background:#231f20; height: 47px; width: 100%; position: absolute; content: ''; left: 0; bottom: 0;}
header.head-fix:before{background:transparent;}

article {
  width: 96%;
  padding: 3em 2%;
}

.snip1198 {
  text-align: center;
  text-transform: capitalize;
  padding: 10px 0 12px 0;
}

.snip1198 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1198 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.snip1198 a {
  padding: 0 20px;
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.snip1198 a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  left: 15%;
  right: 15%;
  top: 6px;
  bottom: 0;
  height: 16px;
  z-index: 99;
  border-left: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1;
}

.snip1198 a:hover,
.snip1198 .current_page_item a {
  color: #fff;
}
header.head-fix .snip1198 a:hover, header.head-fix .snip1198 .current_page_item a{color:#000;}
header.head-fix .snip1198 a{color:#000;}
.snip1198 a:hover:before,
.snip1198 .current_page_item a:before {
  opacity: 1;
  left: -2px;
  right: -3px;
}
.current-menu-item a{color:#d9a14c;}

/* sub menu code */
header nav ul li ul {
  display: none;
  position: absolute;
  text-align: left;
  min-width: 280px;
  list-style: none;
  background:#231f20;
  z-index: 99999;
  padding-left: 0;
}

header nav ul li ul li {
  width: 100%;
  display: inline-block;
  margin-left: 0;
  padding: 0;
  background: none;
}

header nav ul li ul li:after {
  content: '';
  background: none;
  width: 1px;
  height: 0px;
  right: -15px;
  top: 26px;
  position: absolute;
}

header nav ul li ul li a {
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  color: #fff;
  transition: ease-in-out 0.6s;
  font-size: 15px;
}

header nav ul li ul li a:hover {
  border-bottom: 1px solid #f9f9f9;
  color: #f1f1f1;
  background: none;
  padding-right: 0;
}

header nav ul li ul {
  visibility: hidden;
  left: 0;
  top: 24px;
  padding-top: 10px;
}

header nav ul li ul li ul {
  visibility: hidden;
  display: none !important;
  padding-left: 0px;
  left: 200px;
  top: 0px;
  background: #fff
}

header nav ul li .snip1217 a {
  text-align: left;
  padding: 14px;
  width: 90%;
  float: left;
}

header nav ul li ul li a, header nav ul li ul li a:hover {
  border: 0;
}

header nav ul li ul li a.active {
  color: #ed1b24 !important;
  border: 0;
}

header nav ul li:hover ul {
  display: inline-block;
}

header nav ul li:hover ul {
  visibility: visible;
}

header nav ul li ul li:hover ul {
  visibility: visible;
  display: block !important;
}

.snip1217 li ul li:after {
  background: none;
}

header nav ul li ul li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 8px 14px !important
}

.head-fix nav ul li ul {
  background: #fff;
}
.head-fix nav ul li ul a{color:#000;}
.head-fix nav ul li ul li a, .head-fix nav ul li ul li a:hover {
  color: #fff;
}

header .container {
  width: 1320px;
}

.header-top {
  width: 93%;
  float: right;
  padding:30px 0 16px 0; 
}
.header-top a{font-size: 20px; font-weight: 800;}
.tel {
  background: url(./assets/images/tel-icon.png) left center no-repeat;
  float: right;
  width: auto;
  padding: 0 0 0 20px;
  margin: 0 0px 0 60px;
  color: #000000;
}

.mail {
  background: url(./assets/images/mail-icon.png) left center no-repeat;
  float: right;
  width: auto;
  padding: 0 0 0 30px;
  margin: 0;
  color: #000000;
}

.tel a, .mail a {
  color: #000;
  font-weight: 500;
}

.logo {
  float: left;
  width: 100%;
  padding-top: 1px;
  position:relative;
padding-top:10px;
}

.logo a {
  float: left;
  width: auto;
}

.main-menu {
  float: left;
  width:100%;
  margin-top: 11px;
}

.header-search {
  width: 40px;
  float: right;
  padding: 0;
  margin-left: 30px;
  border-left: solid 1px #ccc;
  padding-left: 20px;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 90%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 44%;
  display: block;
  right: 5%;
}

#search .btn img {
  display: none;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  font-weight: 300;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.sim-button {
  line-height: 50px;
  height: 50px;
  text-align: center;
  margin: 40px auto;
  width: 200px;
  cursor: pointer;
}

.button15 {
  color: #fff);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.button15 a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
 
  letter-spacing: 2px;
}

.button15::before, .button15::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(35, 31, 32, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button15::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}

.button15:hover::before, .button15:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.button15 span a {
  position: relative;
  z-index: 99;
}

.button16 {
  color: #000);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.button16 a {
  color: #000;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
 
  letter-spacing: 2px;
}

.button16::before, .button16::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(35, 31, 32, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button16::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}

.button16:hover::before, .button16:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.button16:hover span a {
  position: relative;
  z-index: 99;
  color: #fff;
}

.slider {
  float: left;
  width: 100%;
  position: relative;
  background: #000;
  margin-bottom: 2px;
}

.slider .item img {
  object-position: center;
  object-fit: cover;
  opacity: 0.6;
}

#owl-carousel .owl-nav {
  display: none;
}

.caption {
  position: absolute;
  bottom: 80px;
  width: 100%;
  left: 0;
  text-align: center;
}

.caption-inn {
  float: left;
  width: 100%;
  text-align: center;
}

.title {
  display: inline-block;
  color: #fff;
  padding: 0px 0 20px 0;
  font-weight: 500;
  padding-bottom: 15px;
 
  font-size: 50px;
  line-height: 50px;
}

.caption-inn p {
  color: #fff;
  width: 100%;
  clear: both;
  float: left;
  padding: 0 20% 30px 20%;
  font-size: 16px;
  font-weight: 300;
}

.slider-btn {
  float: left;
  text-transform: uppercase;
  transition: ease-in-out 0.4s;
}

.owl-dots {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: -20px;
  width: 100%;
  text-align: center;
}

.owl-dot {
  width: 11px;
  height: 11px;
  border: solid 1px #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  margin: 6px 0;
}

.owl-dot.active {
  background: #fff;
}

.down-icon {
  position: absolute;
  padding: 0;
  bottom: 20px;
  left: 49%;
  z-index: 9;
}

/* end header & hero slider css */

.get-inspired {
  background: #231f20;
  width: 100%;
  float: left;
  padding: 60px 0 30px 0;
  text-align: center;
}

.white-bg {
  background: #fff;
}

.get-inspired .container, .project-main .container, .project-detail-main .container {
  width: 1320px;
}

.get-inspired h1 {
  color: #fff;
}

.get-inspired p {
  color: #fff;
}

.get-inspired p a, .get-inspired a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.get-inspired a:hover {
  text-decoration: none;
}

.full-box {
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px;
  transition: transform .2s;
}

.overlay {
  position: absolute;
  bottom: 50px;
  left: 5%;
  right: 0;
  background: rgba(35, 31, 32, 0.9);
  overflow: hidden;
  width: 90%;
  height: 0;
  transition: .5s ease;
}

.full-box:hover .overlay {
  height: 27vh;
}

.full-box h4 a {
  font-size: 30px;
  color: #fff;
  padding-top: 30px;
  float: left;
  width: 100%;
  text-align: center;
}

.full-box p {
  padding: 0 10%;
}

.read-more {
  float: right;
}

.col-lg-3 .full-box:hover .overlay {
  height: 89%;
  width: 89%;
  bottom: 10%;
  left: 18px;
}

.read-more {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ctagory-home .overlay {
  bottom: 50px;
  left: 4%;
  right: 0;
  background: rgba(35, 31, 32, 1);
  overflow: hidden;
  width: 92%;
  bottom: 30px;
  height: 0;
  transition: .5s ease;
}

.ctagory-home .full-box h4 a {
  padding: 40% 18%;
}

#owl-product .owl-nav {
  display: none;
}

.prdt-img {
  float: left;
  width: 100%;
  transition: .5s ease;
  height: 272px;
  background: #000;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: transform .4s;
}

.prdt-img:hover img {
  transform: scale(1.1);
  transition: transform .6s;
}

.prdt-img h5 {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 30px;
  opacity: 0;
  width: 80%;
  top: 36%;
  left: 10%;
  right: 10%;
  transition: transform .4s;
}

.prdt-img .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: transform .4s;
}

.prdt-img:hover h5, .prdt-img:hover .read-more {
  opacity: 1;
  transition: .3s ease;
}

.prdt-img:hover img {
  opacity: 0.5;
  transition: .3s ease;
}

.prdt-img a h5 {
  color: #fff;
  padding: 0;
}

.prdt-img:hover .read-more img {
  opacity: 1;
  transition: .4s ease;
}

.project-main {
  float: left;
  width: 100%;
  padding: 0;background:#fff;
}


/* services home page */
.home-service {
  float: left;
  width: 100%;
  padding: 0 0 60px 0;
}

.home-service .nav-tabs {
  width: 40%;
  float: left;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-bottom: 0;
}

.section-title {
  margin-bottom: 80px;
}

.no-padding {
  padding: 0;
}

.features-tabs {
  margin-right: 5px;
}

.features-tabs .nav-tabs {
  border-bottom: 0;
}

.features-tabs .nav-tabs>li {
  margin-top: 20px;
  display: block;
  width: 100%;
  position: relative;
}

.features-tabs .nav-tabs>li {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  position: relative;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.features-tabs .nav-tabs>li a {
  display: block;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 155px;
  color: #231f20;
  font-size: 20px;
  background-color: #cbcdce;
  border-radius: 0;
  border: 0;
  position: relative;
  font-weight: 500;
 
  letter-spacing: 0.25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.features-tabs .features-before a::before {
  top: -19px;
  border-bottom: 20px solid #cbcdce;
}

.features-tabs .features-before a::after, .features-tabs .features-before a::before {
  position: absolute;
  content: "";
  right: 0;
  border-left: 455px solid transparent;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.features-tabs .features-before a::after {
  bottom: -18px;
  border-top: 20px solid #cbcdce;
}

.features-tabs .features-before a::after, .features-tabs .features-before a::before {
  position: absolute;
  content: "";
  right: 0;
  border-left: 455px solid transparent;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.features-image {
  position: absolute;
  background-color: #231f20;
  padding: 15px 25px;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 115px;
  z-index: 10;
}

.features-image.features::before {
  top: -2px;
  height: 15px;
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.features-image img {
  display: inline;
}

.features-image.features::before {
  top: -2px;
  height: 15px;
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.features-image.features::after {
  bottom: -3px;
  height: 15px;
  -moz-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.features-section .right-content {
  padding: 10px 18px;
  background-color: #fff;
  position: relative;
}

.features-section .right-content::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  border-right: 675px solid transparent;
  border-bottom: 20px solid #fff;
}

.features-section .right-content::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  border-right: 675px solid transparent;
  border-top: 23px solid #fff;
}

.features-tabs .before-middle a::before, .features-tabs .before-middle a::after {
  border-right: 470px solid transparent;
}

.features-tabs .before-middle a::after {
  bottom: -19px;
  border-top: 19px solid #cbcdce;
}

.features-tabs .before-middle a::before, .features-tabs .before-middle a::after {
  position: absolute;
  content: "";
  left: 2px;
  border-right: 480px solid transparent;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.features-tabs .before-middle a::before {
  top: -18px;
  border-bottom: 19px solid #cbcdce;
}

.before-middle .features-image.features::before {
  top: -18px;
  height: 25px;
  content: '';
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.before-middle .features-image.features::after {
  bottom: inherit;
  height: 25px;
  content: '';
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  top: 92%;
}

.features-image::before, .features-image::after {
  position: absolute;
  content: "";
  background-color: #231f20;
  height: 25px;
  width: 100%;
  left: 0px;
  z-index: 5;
}

.features-tabs .nav-tabs>li.active a {
  background: #fff;
  color: #000;
}

.features-tabs .nav-tabs>li.active a::before {
  top: -18px;
  border-bottom: 20px solid #fff;
}

.features-tabs .nav-tabs>li.active a::after {
  position: absolute;
  content: "";
  right: 0;
  border-right: 455px solid transparent;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.features-tabs .nav-tabs>li.active a::after {
  bottom: -20px;
  border-top: 20px solid #fff;
}

.home-service .panel-body {
  padding: 0;
  width: 57%;
  float: right;
}

.home-service .panel-default {
  border-color: #fff;
  box-shadow: none;
}

.right-content {
  padding: 30px;
  background-color: #fbfbfb;
  position: relative;
  min-height: 400px;
}

.right-content::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  border-left: 630px solid transparent;
  border-top: 30px solid #fff;
}

.right-content::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  border-left: 630px solid transparent;
  border-bottom: 30px solid #fff;
}

.tab-cont-left {
  width: 50%;
  float: left;
  padding: 15px 0 0 0;
}

.tab-cont-right {
  width: 50%;
  float: left;
  padding: 15px 0 0 20px;
}

.tab-cont-right h4 {
  font-size: 30px;
}

.tab-cont-right .sim-button {
  margin: 0;
}

.product-range-img {
  position: relative;
  overflow: hidden;
}

.product-range-img:hover .overlay {
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
}

.product-range-img .overlay a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  float: left;
 
  text-align: center;
  padding: 40% 20px 29% 20px;
  text-align: center;
  width: 100%;
}

.product-range-img .overlay img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.item:hover .product-title {
  opacity: 0;
}

.product-title {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.product-title a {
 
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

#owl-product-range .owl-prev {
  position: absolute;
  left: -60px;
  top: 38%;
  background: url(./assets/images/left-arrow.png) center center no-repeat;
  border: solid 1px #fff;
  padding: 15px 15px;
  text-align: center;
  text-indent: -9999px;
  opacity: 0.2
}

#owl-product-range .owl-next {
  position: absolute;
  right: -60px;
  top: 38%;
  background: url(./assets/images/right-arrow.png) center center no-repeat;
  border: solid 1px #fff;
  padding: 15px 15px;
  text-align: center;
  text-indent: -9999px;
  opacity: 0.2
}

#owl-product-range .owl-prev:hover, #owl-product-range .owl-next:hover {
  opacity: 1;
}

#owl-product-range {
  float: left;
  width: 100%;
  padding: 40px 0 0 0;
}

.search-form .btn-primary {
  background: url(./assets/images/search-icon-white.png) right center no-repeat;
  height: 40px;
  width: 40px;
}

.home-product-range {
  float: left;
  text-align: center;
  width: 100%;
  background: #ffffff url(./assets/images/product-shadow-bg.png) left top repeat-x;
  padding: 50px 0;
}

.home-product-range h3, .home-product-range p {
  color: #fff;
}

.testimonial-home {
  width: 100%;
  float: left;
  padding: 50px 0;
  background: url(./assets/images/testimonial-bg.jpg) center top no-repeat fixed;
  text-align: center;
  position: relative;
}

.testimonial-home h2 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 20px;
 
}

.testimonial {
  color: #fff;
  border: 1px solid #fff;
  font-size: 13px;
  line-height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  border-bottom: none;
  position: relative;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 20px 20px 50px 20px;
}

.testimonial::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.testimonial::before {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.testimonial::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -1px;
  width: 1px;
  height: 35px;
  background-color: #fff;
}

.test-content p a {
  color: #000;
}

.owl-item:nth-child(2n+2) .testimonial::before {
  position: absolute;
  content: "";
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.owl-item:nth-child(2n+2) .testimonial::before {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.owl-item:nth-child(2n+2) .testimonial::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -1px;
  width: 1px;
  height: 35px;
  background-color: #fff;
}

.owl-item:nth-child(2n+2) .testimonial-icon {
  float: right;
}

.owl-item:nth-child(2n+2) .testimonial-info {
  padding: 0 100px 0 0;
}

#owl-testimonial .owl-dot {
  display: inline-block;
  margin: 0 4px;
  opacity: 0.5;
  background: transparent;
  border: solid 1px #fff;
  padding: 5px;
}

#owl-testimonial .owl-dot.active {
  opacity: 1;
}

.testimonial-icon {
  width: 64px;
  float: left;
  background: #d0d3d9;
  padding: 20px;
}

.testimonial-info {
  text-align: left;
  color: #fff;
  padding-left: 80px;
}

.testimonial-info p {
  color: #cbcdce;
}

.testimonial-info h5 {
  color: #fff;
  font-size: 18px;
}

.footer-top {
  background: #fff;
  border-top: solid 1px #f1f1f1;
  padding: 60px 0 30px 0;
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
}

.footer-top .container, .you-like .container, .work-gallery .container {
  width: 1320px;
}

.footer-nav {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #171515;
  position: relative;
}

.footer-nav h4 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 50px;
}

.fot-cont h5 {
  font-size: 20px;
  color: #000;
  padding: 0;
}

.foot-icon {
  float: left;
}

.fot-cont {
  padding-left: 60px;
}

.fot-cont p {
  color: #545454;
}

.half {
  float: left;
  width: 50%;
  padding: 0 0 20px 0;
}

.half p, .half p a {
  color: #b0b0b0;
  padding: 0 0 10px 0;
}

.half p a:hover {
  color: #fff;
}

.footer-nav ul {
  display: inline;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: left;
}

.footer-nav ul li {
  padding: 0 8px 10px 0;
  position: relative;
  width: 33.333%;
  float: left;
}

.footer-nav ul li a {
  color: #b0b0b0;
  font-size: 16px;
}

.footer-nav ul li a:hover {
  color: #fff;
}

.footer-nav p {
  color: #fff;
}

.copy .footer-nav, .copy .footer-nav ul {
  padding: 0;
  background: none;
  margin: 0;
}

.copy-right {
  float: left;
  width: 100%;
  padding: 40px 0 20px 0;
  text-align: center;
}


/*csm page css */
.inner-slider {
  background: #000;
}

.inner-slider img {
  opacity: 0.6;
}

.inner-slider .caption {
  bottom: 40px;
}

.inner-slider h1 {
  color: #fff;
}

.bradecom ul {
  width: auto;
  text-align: center;
  display: inline;
  background: rgba(35, 32, 33, 0.9);
  padding: 10px 50px;
}

.bradecom ul li {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.bradecom ul li:after {
  content: '/';
  position: absolute;
  width: 1px;
  height: 30px;
  top: 0;
  right: 0;
}

.bradecom ul li:last-child:after {
  content: '';
}

.bradecom ul li a {
  color: #caccce;
}

.bradecom ul li a:hover {
  color: #fff;
}

.plain-header {
  -webkit-box-shadow: 0px 11px 8px -11px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 11px 8px -11px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 11px 8px -11px rgba(0, 0, 0, 0.05);
  width: 100%;
  transition: ease-in-out 0.4s;
}

.plain-banner {
  float: left;
  width: 100%;
  padding: 40px 0;
  text-align: center; background:#fff;
}

.plain-banner .bradecom ul {
  background: none;
  border-top: solid 1px #f1f1f1;
}

.plain-banner .bradecom ul li {
  color: #6c6c6c;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.plain-banner .bradecom ul li:after {
  content: '/';
  position: absolute;
  width: 1px;
  height: 30px;
  top: 0;
  right: 0;
}

.plain-banner .bradecom ul li:last-child:after {
  content: '';
}

.plain-banner .bradecom ul li a {
  color: #6c6c6c;
}

.plain-banner .bradecom ul li a:hover {
  color: #000;
}

.project-detail-main {
  float: left;
  width: 100%;
  padding: 60px 0 20px 0;
}

.project-detail-main .bradecom ul {
  background: none;
  border-top: none;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 0 5px;
}

.margin-zero {
  margin: 0;
}

.about-slider {
  float: left;
  padding: 0;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  text-align: center;
}

.about-slider h1 {
 
  color: #000000;
}

.bredcomb ul {
  list-style: none;
  width: 100%;
}

.bredcomb ul li {
  position: relative;
  background: url(./assets/images/bread-comb-arrow.png) right 7px no-repeat;
  display: inline-block;
  margin-right: 10px;
  padding-right: 20px;
}

.bredcomb ul li:last-child {
  background: none;
}

.about-slider-content {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 9;
}

.back a {
  background: url(./assets/images/back-arrow.png) left center no-repeat;
  float: right;
  padding: 0 20px;
}

.pad-top-zero {
  padding-top: 0;
}

.product-slider {
  width: 100%;
  padding: 0;
  width: 100%;
  background: #231f20;
  overflow: hidden;
}

.product-slider #owl-carousel {
  width: 77%;
  float: left;
}

.pd-slider-cont {
  width: 20%;
  float: right;
  padding: 30px 0 0 0;
  color: #fff;
}

.pd-slider-cont h5 {
  font-size: 30px;
}

.pd-slider-cont p {
  padding-bottom: 50px;
}

.pd-slider-cont h5, .pd-slider-cont p {
  color: #fff;
}

.product-slider #owl-carousel .owl-nav {
  display: block;
  position: absolute;
  color: #fff;
  right: -80px;
  bottom: 20px;
}

.product-slider .owl-prev {
  background: url(./assets/images/left-arrow.png) center center no-repeat;
  opacity: 0.5;
  padding: 20px 10px;
  border: solid 1px #fff;
  font-size: 0px;
  float: left;
}

.product-slider .owl-next {
  background: url(./assets/images/right-arrow.png) center center no-repeat;
  opacity: 0.5;
  padding: 20px 10px;
  border: solid 1px #fff;
  font-size: 0px;
  float: right;
  margin-left: 10px
}

.product-slider .owl-prev:hover, .product-slider .owl-next:hover {
  opacity: 1;
}

.sim-button a {
  color: #000;
  text-decoration: none;
}

.slider .sim-button a {
  color: #fff;
  text-decoration: none;
}

.product-content-main {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.product-content-main span.pd-title {
  font-size: 40px;
  color: #000;
 
  padding-left: 30px;
  font-weight: 800;
  position: relative;
}

.product-content-main span:after {
  content: '';
  position: absolute;
  background: #cbcdce;
  width: 6px;
  height: 34px;
  left: 0px; top:8px;
}

.product-main {
  float: left;
  width: 100%;
  padding: 0;
  background: #fff;
  margin:0 0 50px 0 !important;
  padding: 40px 0 0 0;
}

.product-main h5 {
  font-size: 18px;
  padding: 15px 0 0 0;
}

.product-list-box h5 {
  font-size: 20px;
  padding: 15px 0 0 0;
}

.prdt-img h3 {
  height: 300px;
  opacity: 0.5;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 40% 20px 0px 20px;
}

.product-list-box {
  width: 100%;
  float: left;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.product-list-box h5 {
  font-size: 13px;
  text-transform: uppercase;
  min-height: 50px;
}

.product-list-box ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 !important;
}

.product-list-box ul li {
  width: auto;
  float: left;
  padding: 0 10px 0 0;
  margin-right: 10px;
  position: relative;
}

.product-list-box ul li:after {
  content: '/';
  position: absolute;
  right: -5px;
  top: 0;
}

.product-list-box ul li:last-child::after {
  content: '';
}

.product-list-box ul li span {
  font-weight: 500;
}

.more {
  float: left;
  width: 100%;
  padding: 5px 0;
}

.more a {
  background: url(./assets/images/arrow.png) right center no-repeat;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
 
  letter-spacing: 1px;
  padding-right: 20px;
}

#owl-product-like .prdt-img {
  height: auto;
}

.cms-container {
  float: left;
  padding: 60px 0;
  width: 100%; background:#fff;
}

.noteble-list {
  background: #000;
  overflow: hidden;
  margin-bottom: 30px;
}

.noteble-list img {
  opacity: 0.3;
}

.noteble-list:hover {
  background: #640d5b;
}

.tret-cont {
  float: left;
  padding: 0 20%;
  width: 100%;
  margin-bottom: 30px;
}

.tret-cont span a {
  font-size: 18px;
  font-weight: 600;
}

.bread-comb {
  width: 100%;
  text-align: center;
  display: inline-block;
  list-style: none;
  color: #231f20;
}

.bread-comb ul li {
  display: inline-block;
  padding: 0 14px;
  position: relative;
  color: #231f20;
}

.bread-comb ul li:before {
  content: '/';
  position: absolute;
  left: -5px;
  top: 0;
  color: #231f20;
}

.bread-comb ul li:first-child:before {
  content: '';
}

.bread-comb ul li a {
  color: #231f20;
}

.bread-comb ul li.active, .bread-comb ul li a:hover {
  color: #45013e;
}

.bread-comb ul li:last-child {
  color: #45013e;
}

.cms-new-testimonial {
  padding: 0px 3%;
  float: left;
  width: 100%;
}

.item-testimonial {
  display: inline-block;
  padding: .25rem;
  width: 100%;
  margin: 0px 0 30px 0;
}

*, *:before, *:after {
  box-sizing: border-box !important;
}


.row-testimonial {
  -moz-column-width: 30em;
  -webkit-column-width: 30em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;

}

.item-testimonial {
  display: inline-block;
  padding: .25rem;
  width: 100%;
}

.well {
  position: relative;
  display: block; float: left;
}

.t-icon {
  position: relative;
  width: 60px;
  height: 60px;
  float: left;
  padding-top: 14px;
  text-align: center;
  background: #cbcdce;
}

.t-cont {
  font-size: 16px;
  color: #545454;
  line-height: 26px;
  padding: 0 0 0 30px;
  float: left;
  width: 85%; min-height: 100px;
}

.t-cont p {
  font-size: 16px;
  color: #000;
  text-align: justify;
}

.t-title {
  font-size: 18px;
  color: #000;
  padding: 0 0 0 90px; float:left;
}

.t-date {
  width: 100%;
  text-align: center;
  color: #6d6d6d;
}

.t-date ul {
  display: block;
  list-style: none;
  width: 50%;
  float: right;
  text-align: left;
}

.t-date ul li {
  display: inline;
  list-style: none;
  text-align: left;
}

.service-white-box {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.sercice-light-box {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #cbcdce;
  margin-bottom: 0px;
}

.sercice-light-box ul {
  list-style: none;
  width: 100%;
  padding: 0;
}

.sercice-light-box ul li {
  background: url(./assets/images/bread-comb-arrow.png) left 6px no-repeat;
  float: left;
  width: 100%;
  padding: 0 0 10px 20px;
  font-weight: 300;
}

.sercice-dark-box {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #231f20;
  margin-bottom: 0px;
}

.sercice-dark-box h1, .sercice-dark-box p, .sercice-dark-box h2, .sercice-dark-box h3, .sercice-dark-box h4, .sercice-dark-box h5, .sercice-dark-box h6 {
  color: #fff;
}

.sercice-dark-box h2 {
  font-size: 28px;
}

.sercice-light-box h2 {
  font-size: 28px;
  text-align: left !important;
}

.sercice-dark-box ul {
  list-style: none;
  width: 100%;
  padding: 0;
}

.sercice-dark-box ul li {
  background: url(./assets/images/right-arrow.png) left 6px no-repeat;
  color: #fff;
  float: left;
  width: 100%;
  padding: 0 0 10px 20px;
  font-weight: 300;
}

.partners-list {
  float: left;
  padding: 30px;
  background: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.partners-list h5 {
  color: #000000;
  font-weight: 600;
}
#cookie-law-info-again{bottom: 65px!important;
  right: auto!important;}
.partners-list p a {
  width: 100%;
  font-weight: 500;
  float: left;
  padding-top: 5px;
}

.partner-cont {
  min-height: 200px;
}

.column {
  margin: 0 0 30px 0;
  padding: 0;
}

.column::after {
  content: '';
  clear: both;
  display: block;
}

.column div {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.column div:first-child {
  margin-left: 0;
}

.column div span {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 99;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}

figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.hover01:hover span {
  bottom: 30px;
  opacity: 1;
  width: 90%;
  background: #000;
  padding: 20px;
  text-align: center;
  left: 5%;
}

figure:hover+span a {
  color: #fff;
}

/* Zoom In #1 */
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

.contact-info {
  padding-bottom: 0;
}

.map {
  float: left;
  width: 100%;
  padding: 0;
  border: solid 6px #a1a1a1;
}

.btn-info {
  background: none;
  border-bottom: solid 2px #45013e;
  color: #000;
  border-radius: 0;
  width: auto;
  padding-bottom: 10px;
  transition: ease-in-out 0.4s;
}

.btn-info:hover, .btn-info:focus, .btn-info:active:hover {
  background: none;
  color: #45013e;
  transition: ease-in-out 0.6s;
  border-bottom: solid 2px #242424;
}

.parking {
  background: #f6f6f6;
  padding: 20px 30px;
  margin: 10px 0;
  text-align: left;
  float: left;
  color: #45013e;
  font-family: 'Poiret One', cursive;
  line-height: 26px;
  font-size: 25px;
}

.contact-info h2 {
  font-size: 70px;
}

.red {
  color: #ff0000;
}

.drop-msg {
  float: left;
  width: 100%;
  padding: 30px;
  margin-bottom: 50px;
  text-align: left;
  position: relative;
}

.page-map-full .drop-msg {
  padding: 0;
}

.drop-msg h3 {
  color: #000000;
  padding-bottom: 10px;
}

.drop-msg label {
  padding-left: 0px;
  font-weight: 300;
}

.cont-form .button16 {
  float: left;
  margin: 0;
  width: 150px;
}

.location-contact {
  float: left;
  width: 100%;
  padding: 0 0 22px 0;
  border-bottom: solid 1px #f1f1f1;
  margin-bottom: 22px;
}

.location-contact:last-child {
  border: none;
}

.contact-icon {
  float: left;
  width: 40px;
  height: 40px;
  background: #231f20;
}

.lc-inner {
  float: left;
  width: 84%;
  padding: 0 0 0 20px;
}

.lc-inner h5 {
  color: #231f20;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 10px;
}

.lc-inner p {
  color: #000;
  padding-bottom: 0;
}

.lc-inner p a:hover {
  font-weight: 600;
}

.cont-form .contact-btn {
  background: transparent;
  border: none;
}

.cont-form span {
  position: relative;
  z-index: 9;
}

.cont-form:hover .contact-btn {
  color: #fff;
}

.white-box {
  padding: 0;
  background: #fff;
}

.contact-right {
  width: 100%;
  padding: 20px;
  border: solid 1px #f1f1f1;
  text-align: left;
  float: left;
}

.meet-team {
  background: #5c4d60;
  padding: 60px 0 0 0;
  float: left;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

.meet-team .hb-serviceimg::after {
  margin: 0 0 0 -50%;
}

.meet-team h2 {
  font-size: 44px;
  color: #000000;
  padding-bottom: 20px;
 
  color: #fff;
}

.meet-team h5 {
  font-size: 24px;
  color: #fff;
}

.meet-team .owl-nav {
  display: none;
}


.client-support {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 40px 0;
}

.cs-image {
  height: 110px;
  width: 110px;
  display: inline-block;
  border-radius: 50%;
  background: linear-gradient(to top, #692369, #9f3b9f);
  text-align: center;
  transition: ease-in-out 0.4s;
  position: absolute;
  left: 38%;
  top: -50px;
}

.cs-image::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.client-support h4 {
  font-weight: 600;
  font-size: 30px;
  margin: 30px 0 13px 0;
  transition: ease-in-out 0.4s;
}

.client-support p {
  padding: 0 15px;
  min-height: 180px;
}

.client-support .col-md-4:hover .cs-image {
  background: linear-gradient(to top, #9f3b9f, #692369);
}

.clients {
  float: left;
  width: 100%;
  background: #e5e5e5;
  padding: 30px 0;
}

.td-top {
  position: relative;
  width: 100%;
  padding: 40px;
  border: solid 1px #dbdbdb;
  -webkit-box-shadow: -1px 10px 13px 1px rgba(219, 219, 219, 0.47);
  -moz-box-shadow: -1px 10px 13px 1px rgba(219, 219, 219, 0.47);
  box-shadow: -1px 10px 13px 1px rgba(219, 219, 219, 0.47);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  margin-top: 50px;
  float: left;
}

.treatment-cont-part {
  float: left;
  padding: 40px 0;
  width: 100%;
}

.tret-cont2 {
  margin: 50px 0 0 0;
  text-align: center;
}

.faq {
  float: left;
  padding: 50px 0;
  width: 100%;
  background: #fff;
}

.faq h3 {
 
  color: #000000;
  padding-bottom: 40px;
}

.faq-inner {
  padding: 0 10%;
  width: 100%;
  float: left;
}

.pageContent {
  width: 100%;
}

.widget-area {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}

.widget-area .widget-title {
  border-left: solid 4px #cbcdce;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  font-size: 26px;
}

.woocommerce-widget-layered-nav-list {
  margin-bottom: 40px !important;
  float: left;
}

.woocommerce-widget-layered-nav-list li {
  background: url(./assets/images/filter.png) left center no-repeat;
  position: relative;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  padding-left: 30px !important;
}

.woocommerce-widget-layered-nav-list li:hover {
  background: url(./assets/images/filter-active.png) left center no-repeat;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  position: absolute;
  left: 1px;
  top: 3px;
}

.woocommerce-widget-layered-nav-list li.chosen {
  background: url(./assets/images/filter-red.png) left center no-repeat;
}

.treat-cont h4 {
 
  color: #000000;
  padding-bottom: 40px;
}

.treat-cont ul {
  list-style: none;
}

.treat-cont ul li {
  border: none;
  padding: 0 0 10px 25px;
  background: url(./assets/images/arrow.png) left 10px no-repeat;
}

.make-appoint h3 {
  color: #fff;
}

.make-appoint .drop-msg label {
  color: #fff;
  font-weight: 300;
}

.footer-nav ul li:last-child::before {
  background: none;
}

.pager ul {
  padding: 0;
}

#container, #container1, #container2, #container3, #container4, #container5, #container6, #container7, #container8, #container9, #container10, #container11, #container12, #container13, #container14, #container15 {
  margin: 0 auto;
}

.balinks {
  width: 100% !important;
}

.hcs-img {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}

.accord-container {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.accord-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.accord-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.accord-container input:checked~.checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.accord-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.accord-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.border-top {
  border-top: solid 1px #f1f1f1;
  padding-top: 20px;
  margin-top: 20px;
}

.product-detail-slider, #owl-pd {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
}

.product-specification {
  float: left;
  background: #f4f4f4;
  padding: 0;
}

.product-categories {
  float: right;
  width: 40%;
  background: #231f20;
  padding: 25px;
  min-height: 200px;
}

.product-specification table {
  margin: 0;
}

.product-categories h5 {
  color: #fff;
  padding: 0 0 20px 0;
}

.product-categories ul {
  padding: 0;
  list-style: none;
}

.product-categories ul li {
  color: #fff;
  padding: 0 0 10px 0;
}

.clear {
  clear: both;
  float: left;
  margin: 20px 0 0 0;
}

.full-box .prdt-img {
  height: auto;
}

.work-gallery {
  background: #231f20;
  width: 100%;
  padding: 60px 0 30px 0;
  float: left;
  margin-top: 60px;
}

.gallery-title {
 
  color: #fff;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}

.you-like {
  width: 100%;
  float: left;
  padding: 20px 0;
  text-align: center;
}

#owl-product-like .owl-nav {
  display: none;
}

#owl-productDetail .owl-prev {
  position: absolute;
  left: 10px;
  top: 45%;
  background: url(./assets/images/left-arrow.png) center center no-repeat;
  border: solid 1px #fff;
  padding: 15px 15px;
  text-align: center;
  text-indent: -9999px;
  opacity: 0.6
}

#owl-productDetail .owl-next {
  position: absolute;
  right: 10px;
  top: 45%;
  background: url(./assets/images/right-arrow.png) center center no-repeat;
  border: solid 1px #fff;
  padding: 15px 15px;
  text-align: center;
  text-indent: -9999px;
  opacity: 0.6
}

#owl-productDetail .owl-prev:hover, #owl-productDetail .owl-next:hover {
  opacity: 1;
}

.table>tbody>tr>td {
  padding: 14px;
}

.cms-container table tr th, .cms-container table tr td {
  padding: 10px;
  border: solid 1px #fff;
}

.cms-container table {
  background: #f1f1f1;
  width: 100%;
}

.about-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 50px 0;
}

.about-main:after {
  width: 30%;
  height: 100vh;
  z-index: -1;
  content: '';
  right: 0;
  top: 0;
  background: #cacdce;
  position: absolute;
}

.about-main .button16 {
  margin: 0;
}

.mar-top-50 {
  margin-top: 150px;
}

.about-main .img {
  padding: 60px 0;
  float: left;
  width: 100%;
}

.achivment {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #363333 url(./assets/images/achivment-bg.jpg) center top no-repeat;
}

.achivment h4 {
  position: relative;
  color: #fff;
  font-size: 36px;
  padding: 100px 0;
  background: url(./assets/images/border.png) right center no-repeat;
  height: 322px;
  width: 100%;
}

.achive-list {
  float: left;
  width: 100%;
  text-align: center;
  padding: 50px 0 0 0;
}

.achive-icon {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
}

.achive-list p {
  color: #fff;
}

.achive-title {
  font-size: 36px;
  color: #fff;
 
  font-weight: 600;
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}

.achive-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #fff;
  margin-left: -30px;
}

.testimonial-about {
  width: 100%;
  float: left;
  padding: 80px 0;
}

.testimonial-about h2 {
  color: #231f20;
  text-align: center;
}

.testimonial-about .testimonial-info p, .testimonial-about .testimonial-info h5 {
  color: #000;
}

.testimonial-about .testimonial {
  border: 1px solid #cbcdce;
  border-bottom: none;
}

.testimonial-about .owl-item:nth-child(2n+2) .testimonial-about .testimonial::after {
  background: #cbcdce;
}

.testimonial-about #owl-testimonial .owl-dot {
  border: solid 1px #242424;
}

.testimonial-about .testimonial::before, .testimonial-about .testimonial::after {
  background: #cbcdce;
}

.testimonial-about .owl-item:nth-child(2n+2) .testimonial::before {
  background: #cbcdce;
}

.testimonial-about .owl-item:nth-child(2n+2) .testimonial::after {
  background: #cbcdce;
}

#secondary {
  list-style: none;
  float: left;
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
}

#secondary section h2 {
  background: url('./assets/images/open.gif') no-repeat center right;
  cursor: pointer;
}

#secondary section h2.active {
  background: url('./assets/images/close.gif') no-repeat center right;
  color: #000;
}

#secondary section ul {
  display: none;
}

#secondary section.active ul {
  display: block;
}

.ctagory-home .overlay p {
  display: none;
}

.full-box p {
  height: 110px;
  overflow: hidden;
}

/* brand css 10-04-2020 */
.brand-page .panel-heading {
  padding: 0;
  border-bottom: 0;
  background: none;
  text-align: center;
}

.nav-tabs.snip1198 {
  padding: 0;
  background: none;
  border-bottom: 0;
}

.snip1198 .active a::before {
  opacity: 1;
  left: -2px;
  right: -3px;
}

.brand-page .panel-heading ul {
  text-align: center;
  padding-bottom: 30px;
}

.brand-page .panel-heading .brand-page .nav-tabs>li.active>a {
  background: none;
}

.brand-page .snip1198 li {
  padding: 0 10px;
  text-align: center;
  float: none;
}

.brand-page .snip1198 li a {
  padding: 3px 0px !important;
  border: none;
  font-weight: 600; 
  font-size:16px; color:#000;
}

.brand-page .panel-default {
  border: none;
}
.servi-slid, .our-logo.owl-carousel{
  padding: 0 20px;
}
.brand-page .snip1198 li a:hover, .brand-page .snip1198 li:hover, .brand-page .snip1198 li a:focus, .brand-page .snip1198 li:focus {
  border: none !important;
  background: none !important
}

.brand-logo {
  border: solid 1px #f1f1f1;
  margin-bottom: 10px;
}

.brand-page .panel {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.brand-detail ul {
  float: left;
  width: 100%;
  padding: 0 15px 40px 15px;
  list-style: none;
}

.brand-detail ul li {
  float: left;
  width: 20%;
  padding: 2px;
  background: #fff;
}

.bd-pop .thumbnail {
  padding: 0;
  margin: 0;
}

.bdr-logo {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding: 0;
  text-align: center;
}

.bd-content {
  padding-bottom: 40px;
}


.fot-social {
  list-style: none;
  width: 100%;
  padding: 0;
}

.fot-social li {
  float: left;
  width: auto !important;
  padding: 0;
  margin-right: 15px;
}

.sercice-dark-box p a {
  color: #fff;
}

.faq-new {
  background: #f1f1f1;
  padding: 60px 0;
  margin-top: 40px;
}

.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0px;
}

.accordion li {
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}

.accordion a {
  text-decoration: none;
  padding: 0px;
 
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #000;
  display: block;
  font-weight: 600;
  cursor: pointer;
  background: url('./assets/images/open.gif') no-repeat center right;
}

.accordion p {
  font-size: 22px;
  font-weight: 600;
}

.accordion li div {
  padding: 0 0 30px 0;
  background: none;
  display: block;
  clear: both;
  float: left;
  width: 100%;
}

.accordion li.active>a {
  background: url('./assets/images/close.gif') no-repeat center right;
}

.accordion__item {
  padding-bottom: 2px;
}

.accordion__item>.accordion-header::after {
  content: "+";
  font-size: 30px;
  float: right;
  position: relative;
  top: -32px;
  transition: .3s all;
  transform: rotate(0deg);
  right: 40px;
}

.accordion__item.active>.accordion-header::after {
  content: "-";
  color: #ccc;
  font-size: 65px;
  top: -47px;
  line-height: 30px;
  font-weight: 200;
}

.accordion p {
  font-size: 18px;
  color: #000;
  padding-bottom: 0;
  min-height: 10px;
  padding-right: 50px;
}

.accordion-body {
  background: transparent;
  color: #fff;
  display: none;
  padding-top: 7px;
}

.accordion-body__contents {
  padding: 0 0 20px 0;
  font-size: 16px;
}

.col-one-container {
  float: left;
}

.col-one-container, .col-two-container {
  width: 50%;
}

.col-two-container {
  float: right;
}

.accordion-body__contents p {
  font-weight: 200;
  font-size: 16px;
}

.page-map-full {
  width: 100%;
  display: block;
  margin: 0 0 40px 0;
  float: left;
  background: #fff;
  padding: 40px 0 0 0;border-top: solid 1px #ccc;
}

/* faq css */
.faq-main {
  width: 100%;
  background: #fff;
  display: block;
  padding: 50px 0;
  float: left;
}

.contact-us-sec {
  float: left;
  width: 100%;
}

.col-one-container, .col-two-container {
  width: 50%;
}

.col-one-container {
  float: left;
}

.col-two-container {
  float: right;
}

.accordion {
  font-size: 1rem;
  width: 95%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 7px 40px 0 0px;
  color: #000;
  cursor: pointer;
  font-size: 24px !important;
  background: transparent;
  transition: all .3s;
  line-height: 26px;
  letter-spacing: 0;
  border-radius: 1px;
 
}

.accordion__item {
  margin-bottom: 20px;
  position: relative;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: none;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: transparent;
  color: #000;
  display: none;
}

.accordion-body__contents {
  padding: 0;
  font-size: 16px;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.text-center {
  text-align: center;
}

.accordion:first-child>.accordion__item>.accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion-body__contents {
  margin: 0;
  border: none;
  padding: 0;
}

.accordion__item>.accordion-header::after {
  content: "+";
  font-size: 34px;
  float: right;
  position: absolute;
  top: 6px !important;
  z-index: 999;
  color: #000;
  transition: .3s all;
  transform: rotate(0deg);
  right: 10px;
}

.accordion__item.active>.accordion-header:after {
  content: "-";
}

.accordion__item.active .accordion-header {
  background: transparent;
  color: #337ab7;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #000;
}

.mb-zero {
  margin: 0 0 40px 0 !important;
}

.faq-main {
  border-top: solid 1px #f1f1f1;
}

.faq-fotoer H3 {
  text-align: center;
}

.snip1198 .sub-menu li a::before {
  border-left: 0px solid #231f20;
  border-right: 0px solid #231f20;
}

header nav ul li ul li a {
  padding: 4px 14px !important;
}



.term-description {
  margin-top: 25px !important;
}

.product-main p a, .product-main li a {
  font-weight:700;
  text-decoration: underline;
}

.product-main p a:hover, .product-main li a:hover {
  font-weight:700;
  text-decoration: none;
  opacity: 0.5;
}

.wpcf7-response-output {
  float: left;
  padding: 20px 12px;
  color: #ff0000;
}

.screen-reader-response {
  float: left;
  width: 100%;
  padding-left: 15px;
  display: none;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  position: absolute !important;
  width: 300px;
  top: 68px;
}

.form-group {
  margin-bottom: 40px;
}

.snip1198 .sub-menu a::before {
  border-left: none !important;
  border-right: none !important;
}

.home-product-range.nitro-offscreen p a, .sercice-dark-box a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.home-product-range.nitro-offscreen p a:hover, , .sercice-dark-box a:hover {
  text-decoration: none;
}

.page-service-new {
  padding-bottom: 0;
}

.videoWrapper {
  height: 80vh;
  overflow: hidden;
}

.videoWrapper video {
  margin-top: 0px !important;
  height: 80vh !important;
  object-position: center;
  object-fit: cover;
  width: 100%;
}

/*----------------------------------------------- MY style----------------------------------------------------------------------------------------------------  */
/*--- coman- style--- */

.sp-bg {
  background: #23262d;
}

.text-20 {
  font-size: 20px;
}

.f-bold {
  font-weight:700;
}

.coman-container {
  width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width:1300px) {
  .coman-container {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}


/*-------------- Banner style section-------------------  */
.banner-sec {
  position:relative;
  background: #fff; 
  z-index:10;
}
.banner-sec:before {
  position: absolute;
  content: '';
  width: 231px;
  height: 312px;
  background: url(./assets/images/banner-af.png) right bottom no-repeat;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.banner-video video {
  margin-top: 0px !important;
  object-fit: cover;
  width: 100%;
  height: 650px;
  margin-bottom: -7px;
}

.baner-box {
  display: flex;
}

.banner-video {
  width: 70%;
}

.banner-content {
  width: 30%;
}

.visit-box {
  width: 250px;
  padding-left: 35px;
  position: relative;
}

.visit-box .vis-icon {
  position: absolute;
  left: 0;
  top: 0px;
}

.top-text h1 {
  float: none;
  font-weight: 900;
  padding-bottom: 30px;
}

.top-text {
  max-width: 450px;
  padding-top: 35px;
}

.banner-content {
  width: 30%;
  padding-left: 35px;
}

/*---------------- coman-title sec style--------------- */
.coman-pro-sec {
  /* background: #23262d; */
  padding: 35px 0 20px 0;
  color: #fff;
  border-bottom: 1px solid #444;
}

.fr-icon {
  padding-bottom: 15px;
}

.free-text span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.free-text p {
  color: #fff;
  opacity: 0.4;
}
 


/*------------------------ exquisite-sec style---------------------- */
.exquisite-sec {
  position: relative;
  padding: 65px 0 25px 0;
  z-index: 10;
}

.exquisite-sec:after {
  content: '';
  position: absolute;
  width: 56%;
  height: 100%;
  top: 0;
  left: 0;
  background: #23262d;
  z-index: -1;
}

.exquisite-sec:before {
  content: '';
  position: absolute;
  width: 44%;
  height: 100%;
  top: 0;
  right: 0;
  background: #272a32;
  z-index: -1;
}

.exquisite-body {
  padding-right: 20px;

}

.exquisite-body-1 {
  padding-left: 40px;

}

.exquisite-body h3,
.exquisite-body-1 h3 {
  color: #fff;
  font-weight:700;
  font-size: 36px;
}

.exquisite-body p,
.exquisite-body-1 p {
  color: #c2c2c2;
}

.exquisite-body-1 a,
.exquisite-body a {
  color: #fff;
  font-weight:700;
}

/*----------------------- our-service section style------------------ */
.services-sec {
  padding: 90px 0 10px 0;
  background: #30373f;
}

.sec-small h2 {
  color: #d9a14c;
  font-size: 36px;
  font-weight:700; 
}

.mart-40 {
  margin-top: 40px;
}

.sec-small h3 { 
  font-weight: 700;
  color: #fff;
}

.service-body {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ser-content p {
  color: #c2c2c2;
}

.planning-box {
  padding-bottom: 10px;
  position: relative;
}

.pl-body h6 {
  color: #fff;
  font-weight:700;
}

.pl-body p {
  color: #fff;
  opacity: 0.5; min-height: 110px;
}

.planning-box:hover .pl-body p {
  opacity: 1;
}

.pl-body {
  position: relative;
  transform: translateY(-40px);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 20px;
  transition: 0.5s;
  /* height:180px;
  overflow:hidden; */
  background: #30373f;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
}

.planning-box:hover .pl-body {
  transform: translateY(-100px);
  background: #d9a14c;
  margin-right: 0px;
  /* height:auto;
  overflow:visible; */
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

 
.planning-box:hover .pl-body:after {
  width: 36px;
  height: 35px;
}

.pl-img {
  overflow: hidden;
}

.pl-img img {
  width: 100%;
  overflow: hidden;
  transform: scale(1);
  transition: transform 2.6s;
  margin-bottom: -7px;
}

.planning-box:hover .pl-img img {
  transform: scale(1.2);
  transition: transform 1.6s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/*------- clien-section style-------------------- */
.clients-sec {
  padding: 50px 0 10px 0;
  /* background: #23262d; */
  text-align: center;
}

.client-title h2 {
  font-weight:700;
  color: #fff;
  font-size:36px;
}

.clin-body {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  padding: 0 10%;
  z-index: 10;
}

.clin-body:after {
  content: '';
  content: '';
  position: absolute;
  top: 0px;
  left: 30px;
  width: 45px;
  height: 35px;
  background: url(./assets/images/cl-af.png)left top no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.clin-body:before {
  content: '';
  content: '';
  position: absolute;
  right: 30px;
  bottom: 0px;
  width: 45px;
  height: 35px;
  background: url(./assets/images/cl-bf.png) right bottom no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.clin-body p {
  line-height: 48px;
  font-size: 28px;
  font-weight: 600;
  opacity: 0.5;
  color: #fff;
}

.clin-body h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  float: none;
}

.client-slid.owl-carousel .owl-nav.disabled,
.client-slid.owl-carousel .owl-dots.disabled {
  display: none;
}


.client-slid.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.client-slid .owl-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  text-align: center;
}

.client-slid.owl-theme .owl-dots .owl-dot.active {
  background: #d9a14c !important;
  width: 25px;
}

.client-slid.owl-theme .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #4b4f55;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: none;
}

/*-------------------- supllier section style----------------- */
.ss-title h2 {
  text-align: center;
  font-size:36px;
  font-weight:700;
  padding-bottom: 20px;
  color: #fff;
}

.suppliers-sec {
  padding: 80px 0 80px 0;
  position: relative;
  background: url(./assets/images/sllier-ban.png)left center no-repeat;
  background-size: cover;
}

.logo-body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.logo-body {
  text-align: center;

}

.logo-boxs {
  margin: 15px 0; overflow: hidden;text-align: center;
  background: #fff;transition: transform 3.6s;
}
.logo-boxs img {
  overflow: hidden;
  transform: scale(1);
  transition: transform 2.6s;display: inline-block!important;
  text-align: center;
}
.logo-boxs:hover img{transform: translateX(1.5em);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;}
.our-logo.owl-carousel .owl-dots.disabled,
.our-logo.owl-carousel .owl-nav.disabled {
  display: none;
}


/*--------------------bathroom section style----------------- */
.bathroom-sec {
  padding: 50px 0 50px 0;
  /* background: #23262d; */
  position: relative;
  z-index: 10;
}
.bathroom-sec:before {
  position: absolute;
  content: '';
  width: 430px;
  height: 432px;
  background: url(./assets/images/project-af.png)right bottom no-repeat;
  bottom:-100px;
  right: 50px;
  z-index:-1;background-size:300px;
 
}
.gallery-img{margin-bottom:30px; height:220px; overflow: hidden;}
.gallery-img img{object-fit: cover; width: 102%; height: 102%; position: relative;transition: transform 3.6s;
  transform: scale(1);
  transition: transform 2.6s;}
.gallery-img{background:#ca7f0d;}
.gallery-img:hover img{opacity: 0.5;transition: transform 3.6s;
  transform: scale(1.1);
  transition: transform 2.6s;}
/*----------- Project section style ----------- */

.our-pro-sec {
  padding: 65px 0 0px 0;
  /* background: #23262d; */
  position: relative;
  overflow: hidden;
}

.af-bf {
  position: relative;
  z-index: 10;
}

.pro-slider .owl-item{opacity: 0.2}
.pro-slider .owl-item.active{opacity: 1;}
.pro-slider {
  padding-top: 30px;
}

.pro-slider .owl-nav {
  position: absolute;
  top: -65px;
  right: 10px;
  background-color: transparent;
  display: flex !important;
  gap: 15px;
}

.pro-slider .owl-nav .owl-prev {
  color: var(--bs-base-color) !important;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./assets/images/sp-arrow.png)right top no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

.pro-slider .owl-nav .owl-next {
  color: var(--bs-base-color) !important;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./assets/images/sn-arrow.png)right top no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}


.pro-slider.owl-carousel .owl-nav .owl-prev:hover,
.pro-slider.owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--bs-base-color) !important;
  color: #000 !important;
  opacity: 1;
}

.top-hel {
  font-size: 30px;
  font-weight: 600;
  top: 10px;
  left: 10px;
  position: absolute;
  color: #fff;
}

.pr-content {
  padding-bottom: 60px;
  transition: 0.5s;
  position: relative; overflow: hidden;
}

.read-more-ar {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.pad-box p {
  color: #fff;
  padding-bottom: 0;
}

.text-btn-box {
  padding-top: 20px;
}

.pr-bottom-box {
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.5s;
  padding: 15px 25px;

}

.pad-box {
  display: none;
  transition: 0.5s;
}

.pr-content:hover .pad-box {
  transition: 0.5s;
  display: block;
}

.pr-content:hover .pr-bottom-box {
  bottom: 60px;
  transition: 0.5s;
}

.pr-bottom-box {
  transition: 0.5s;

}

.pro-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.pr-img{background:#242424;transition: transform 1.6s;}
.pr-img img, .bath-img img, .blogs-box img{transition: transform 3.6s;transform: scale(1);transition: transform 2.6s;}
.pr-content:hover .pr-img img, .bath-box:hover .bath-img img, .blogs-box:hover .blb-icon img{
  transform: scale(1.1);
  transition: transform 1.6s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); opacity: 0.7;
}
.bath-img, .blb-icon {overflow: hidden;}


.blog-cont { 
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.blogs-box:hover .blog-cont{
  transform: translateY(1em);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.bath-box:hover .text-boxis h6{opacity: 0;}
/*------------------------ product slider section---------------------  */
.product-sections {
  padding: 350px 0 50px 0;
  position: relative;
  background: #30373f;
  margin-top: -260px;
}

.product-sections:before {
  position: absolute;
  content: '';
  width: 349px;
  height: 452px;
  background: url(./assets/images/products-af.png) right top no-repeat;
  top: 250px;
  right: 120px;
}

.hi-box {
  position: relative;
}

.bath-box {
  position: relative; margin-bottom: 100px;
}

.hide-box {
  position: relative;
  transform: translateY(0px);
  padding: 20px 20px;
  transition: 0.5s;
}

.hide-box h4 {
  float: none;
  color: #fff;
  font-weight:700;
  font-size: 24px;
  padding-bottom: 15px;
}

.text-boxis h4 {
  float: none;
  color: #fff;
  font-weight:700;
  font-size:20px; text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
}

.text-boxis {
  padding: 20px 20px;min-height: 90px;
}

.hide-box p {
  color: #fff;
}

.hide-box {
  left: 0;
  bottom: 20px;
  background: transparent;
  position: absolute;
  transform: translateY(120px);
  padding: 20px 20px;
  transition: 0.5s;
  margin-right: 20px;
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  opacity: 1;
}
.hide-box p, .read-2{display: none;}

.bath-box:hover .hide-box {
  transform: translateY(0px);
  opacity: 1;background:#d9a14c; bottom:0;

}
.bath-box:hover .hide-box p, .bath-box:hover .read-2{display: block;}
.bath-box:hover .hide-box h6 {
  text-align: left;
}



.product-slid .owl-nav {
  position: absolute;
  top: -65px;
  right: 10px;
  background-color: transparent;
  display: flex !important;
  gap: 15px;
}

.product-slid .owl-nav .owl-prev {
  color: var(--bs-base-color) !important;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./assets/images/sp-arrow.png)right top no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

.product-slid .owl-nav .owl-next {
  color: var(--bs-base-color) !important;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./assets/images/sn-arrow.png)right top no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}


.product-slid.owl-carousel .owl-nav .owl-prev:hover,
.product-slid.owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--bs-base-color) !important;
  color: #000 !important;
  opacity: 1;
}

/*-------------------- our blog style----------------- */
.mrt-35 {
  margin-top: 35px;
}

.ours-blog-sec {
  /* background: #23262d; */
  padding: 65px 0 65px 0;
}

.ours-blog-sec .sec-small {
  text-align: center;
}

.blog-cont h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  float: none;
}

.blog-cont p {
  color: #fff;
  opacity: 0.5;
}

.blog-cont {
  padding: 30px 0 15px 0;
}

.dt-top {
  padding: 10px 0px;
}

.dt-top ul {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
  padding-left: 0;
}

.dt-top ul li {
  display: flex;
  align-items: center;
}

.dt-top ul li span {
  color: #fff;
  padding-left: 10px;
  opacity: 0.5;
}

.dt-top ul li .white-c {
  opacity: 1;
}

/*------------------- architect-sec style----------- */
.architect-sec {
  padding: 65px 0 65px 0;
   background: #23262d; 
  border-top: 1px solid #444;
float: left;
  width: 100%;
}
.servi-slid2 .owl-nav{display: none !important;}
.book-ap-btn a {
  display: block;
  align-items: center;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding: 15px 25px;
  margin-bottom: 20px;
  background: #23262d;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  text-transform: uppercase;
}

.architect {
  text-align: center;
}

.ar-top {
  padding: 45px 20px 35px 20px;
  border: 2px solid #444; 
}

.ar-top h5 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.architect {
  transition: 0.5s;
  padding-bottom: 30px;
}

.ar-top p {
  color: #fff;
  opacity: 0.5;
}

.book-ap-btn {
  position: relative;
  margin-top: -25px;
}

.architect:hover {
  background: #d9a14c;
  transition: 0.5s;

}

.architect:hover .ar-top {
  border: 2px solid transparent; 
}
.ar-top, .book-ap-btn, .free-box, .free-text, .fr-icon{transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;}
.architect:hover .ar-top, .architect:hover .book-ap-btn{
  transform: translateY(-1em);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.free-box:hover .fr-icon{transform: translateX(1em);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;}
.architect:hover .book-ap-btn, .free-box:hover .free-text{transform: translateY(1em);}
.architect:hover .ar-top p {
  opacity: 1;
}

.architect:hover .book-ap-btn a {
  background: #fff;
  color: #000;
  transition: 0.5s;
}

/*---------------------- footer style--------------------- */
.add-title h6 {
  float: none;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px; text-transform: uppercase;
}

.footer-body {
  position: relative;
  padding: 50px 0 0px 0;
  display: block;
  float: left;
  width: 100%;
  background: url(./assets/images/footer-banner.png)left top no-repeat; background-size: 100% 100%;
}

.add-title p {
  color: #fff;
  opacity: 0.5;
}

.fs-icon {
  display: flex;
  gap: 15px;
}

.me-2 img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.me-2:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transition: 0.5s;
}

.main-body a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.call-body a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}


.foot-mid {
  margin-top: 40px;
  border-top: 1px solid #444;
  padding: 30px 0 80px 0;
}
.blogs-box:hover .blog-cont p{opacity:1;}
.copy-box p {
 color: #fff;
  opacity: 0.5;
}

.copy-box p a {
  color: #fff;
  font-weight:700;
}

.foot-last {
  padding:10px 0;
  background: #d9a14c;
  position: fixed;  
  bottom:-16px;
  left: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s; 
  z-index: 1000; width: 100%; opacity: 0;
  visibility: hidden;transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;

}
.foot-last.show2{opacity: 1; visibility: visible;transform: translateY(-1em);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;}
.disign-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.three-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.disign-body p {
  color: #000;
  text-transform: uppercase;
  padding-bottom: 0; font-weight:500; font-size: 14px;
}

.bt-1 a {
  display: block;
  align-items: center;
  text-align: center;
  width: 220px;
  margin: 0 auto;
  padding: 11px 15px 9px 15px;
  background: transparent;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s; 
  text-transform: uppercase;
}

.bt-1 a:hover {
  background: #fff;

}


#button {
  position: absolute;
  right: 20px;
  top: auto;
  color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button {
  background-color: #0b0b0b;
  height: auto;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 70px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 10px;
  top: auto;
  font-size: 14px;
  font-weight: 600;
}

#button:hover {
  cursor: pointer;
  background-color: #1d1f24;
}

 
 .container-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.container-gallery .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.container-gallery .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.container-gallery .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servi-slid .owl-nav{display: none !important;}


/* blog css */
 
.shadow-box {
    float: left;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 1);
    box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 1);
    margin-bottom: 30px;
}

.pad-20{padding:0 20px;}
.author-details img {
    width: 75%;
    height: 75%;
    border-radius: 100%;
    display: block;
    margin: 0px;
    border: 1.5px solid #f1f1f1;
}

@media (min-width: 1199.99px) {
    .shadow-2 .author-details img {
        width: 85%;
        height: 85%;
        border-radius: 100%;
        display: block;
        margin: 0 auto;
        border: 1.5px solid #f1f1f1;
    }
}

.author-details img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: block;
    margin: 10px auto 0px;
    border: 1.5px solid #f1f1f1;
}

.shadow-box a {
    color: #ccc; font-weight: 600;
}
.shadow-box a:hover {
    color: #000; font-weight: 600; text-decoration: underline;
}
.shadow-box ul li {
    padding-bottom: 10px;
    margin-left: 0;
    width: 40px;
}

.pad-30 {
    padding: 30px 30px 0 30px;
}

.description p {
    font-size: 17px;
    text-align: left;
    word-spacing: 0;
    max-width: 100%;
    width: 100%;
    padding: 15px 0px;
}

.blog-cont2 .read-more-ar{color:#ccc;}
.description .id-date {
    font-size: 20px;
}

.blog-img {
    border-radius: 10px;
    overflow: hidden;
    transition: transform .2s;
    position: relative;
}

@media (min-width: 1199.99px) {
    .bi-fix {
        overflow: hidden;
    }
}

.blog-img img {
    object-fit: cover;
    width: 100%;
    margin-bottom: -7px
}

.blog-img .date {
    position: absolute;
    right: 10px;
    bottom: 9px;
    background: #dc4d01;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 10px;
    width: 60px;
    text-align: center;
}

.blog-img .date span {
    font-weight: 300;
}

 


/*--------------------- blogpage- style------------------- */
.blog-page {
  padding: 50px 0px;
  float: left;
  width: 100%;
  background: #fff;
}

.blog-page .card {
    border: none;
}

.blog-box {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    border: solid 1px #f1f1f1;
}

.blog-box img {
    object-fit: cover;
    width: 100%;
    margin-bottom: -7px;
}

.blog-box .date {
    position: absolute;
    right: 10px;
    bottom: 15px;
    background: #d9a14c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 10px;
    width: 60px;
    text-align: center;
}

.blog-box .date span {
    font-weight: 300;
}

.autur-box {
    position: relative;
}

.author-image img {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    bottom: -6px;
    margin-bottom: 6px;
    z-index: 1;
    border: solid 1px #cdcdcd;
}

.author-name {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 0px;
    text-align: left;
    padding-right: 15px;
    font-size: 14px;
}

.author-name span {
    display: block;
    margin-left: 120px;
    text-align: right;
}

.author-name a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.blog-category {
    padding-top: 14px;
}

/* .blog-cont h6 {
    font-size: 20px;
} */

.blog-cont a {
    font-size: 20px;
}

.blog-cont a:hover {
    color: #dc4d01;
}

.blog-category a {
    color: #dc4d01;
}

.blog-category a:hover {
    text-decoration: underline;
}
.blog-cont2 {margin-bottom: 40px; padding-top: 20px;}

/*----------Author page style------*/
.shadow-2 h1 {
    float: none !important;
    padding-top: 50px;
    max-width: 100%;
    width: 100%;
    text-align: left;
}

.shadow-box ul {
    list-style: none;
    padding: 0;
}

.read-more {
    padding-top: 20px;
    font-size: 14px;
}

.read-more a {
    font-size: 14px;
}

.read-more a:hover {
    color: #dc4d01;
}

.choose-us-section.blog-main {
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 60px;
}

@media only screen and (max-width: 600px) {
   .container-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

@media only screen and (max-width: 1500px) {
  .top-text h1{font-size: 33px;}
}

@media only screen and (max-width: 1200px) {
  .top-text h1{font-size: 28px;}
  .mean-container .mean-bar{z-index: 99999;}
}
@media only screen and (max-width: 900px) {
  .banner-video, .banner-content{width:100%;}
  .baner-box{display: block;}
  .banner-content{padding: 20px;}
  .top-text{padding-top: 0;}
  .top-text{max-width: 100%;}
  .visit-box{width: 48%;display: inline-block;}
  .coman-pro-sec .col-lg-3{width: 45%; display: inline-block; border:none;}
  .exquisite-body-1{padding-left: 0;}
  .exquisite-body h3, .exquisite-body-1 h3, .sec-small h3, .client-title h3, .ss-title h3, .ss-title h3{font-size: 28px;}
  .exquisite-sec, .services-sec{padding-top: 35px;}
  .clin-body p{line-height: 28px;font-size: 24px;font-weight: 300;}
  .gallery-img{height: 200px;}
  .suppliers-sec{padding: 30px 0;}
  .bathroom-sec::before {bottom: 0; background-size:270px;}
  .servi-slid{padding: 0 15px;}
  .architect-sec{padding: 65px 0 10px 0;}
  .add-title {min-height: 160px;}
  .pr-bottom-box{background:rgba(0,0,0,0.8);margin-left: 20px;}
.pad-box{display: block;}
.hide-box {
   background:#d9a14c;
  position: absolute;
  transform: translateY(0);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(-0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1; 
  bottom:0px;
}
.text-boxis{display: none;}
.bath-box{margin-bottom:70px;}
.foot-mid{background:#000;}
.hide-box p{display: none;}
.disign-body{display: block; text-align: center;}
.disign-body p{padding-bottom: 10px;}
}
@media only screen and (max-width:600px) {
.visit-box{width: 100%;}
.coman-pro-sec .col-lg-3{width: 49%;vertical-align: top;}
.free-text span{font-size: 17px;}
.years-icon{display:block;}
.clin-body::after{left: 0;background-size: 26px;}
.clin-body p {line-height: 22px;font-size: 16px;font-weight: 300;}
.clin-body{padding-right:0;}
.bathroom-sec::before {bottom: 0;background-size: 110px;}
.exquisite-body h3, .exquisite-body-1 h3, .sec-small h3, .client-title h3, .ss-title h3, .ss-title h3 {
  font-size: 24px;}
.top-hel{font-size: 20px;}
.add-title h6{margin-bottom: 0; padding-bottom: 0;}
.add-title{min-height: 60px; padding-bottom:20px;}
.foot-last{display: block;}
.disign-body{display: block; text-align: center;}
.disign-body p{padding-bottom: 10px;}
.bt-1 a {display: block; width: auto;padding:6px 10px;font-size: 10px;}
.foot-mid {margin-top: 10px;border-top: 1px solid #444;padding: 30px 0 110px 0;background: #000;}
.copy-box p{font-size: 14px; text-align: center;}
.product-sections{padding-bottom:20px;}
.ours-blog-sec{padding:30px 0;}
header::before {background: transparent;height:0px; }
 .banner-video video{height: auto;}
.header-top{padding:0;}
.gallery-img {height: 130px;}
}
.pager{height: 36px;}
 header ul li.current-menu-item a {
  color: #d9a14c;
  text-decoration: underline !important;
}
.content-h2 .term-description {
  margin-top: 0 !important;
}
.blog-main a{font-weight: 800; text-decoration: underline;}
.blog-main table{border: solid 1px #ccc;margin-bottom: 30px;}
.blog-main table tr td{border: solid 1px #ccc; padding: 10px;}

.years-icon{position:relative; border:solid 10px rgba(255,255,255,0.1); padding:15px; width:100%; margin-bottom:20px;}
.years-icon:after{position:absolute; content:''; width:60px; height:10px; top:-10px; left:50%; margin-left:-30px; background:#30373f;}
.years-icon:before{position:absolute; content:''; width:60px; height:10px; bottom:-10px; left:50%; margin-left:-30px; background:#30373f;}
.year-data{width:100%; display:flex;}
.year-text {
	font-size: 90px;
	font-weight: 900;
	color: #d9a14c;
	line-height: 80px;
	margin-right: 21px;
}
.years-icon strong{color:#fff; font-size:20px;}
.visit-box span {
	color: #000;
	font-size:22px;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight:bold;
}
.exquisite-sec h1, .exquisite-sec h2, .exquisite-sec h3, .exquisite-sec h4, .exquisite-sec h5, .exquisite-sec h6, .exquisite-sec ul li, .exquisite-sec ol li, .exquisite-sec table{color:#fff;}
.page-map-full.product-conc .coman-container, .page-map-full .coman-container{width:1330px;}
.page-map-full.product-conc .drop-msg{margin-bottom:0;}
.page-map-full .drop-msg {margin-bottom: 0;}
.term-description.bottom-dis {padding-top: 40px;}
.servi-slid2 .owl-nav.disabled{display: none !important;}
.page-map-full.product-conc{margin-bottom:0;}
.form-group, .cont-form {position:relative;}
.product-conc .form-group{min-height:60px; margin-bottom:10px!important;}
.cont-form .wpcf7-not-valid-tip{top:auto; bottom:auto;position: relative !important; float:left; width:100%;}

@media screen and (max-width:1300px) {
.page-map-full.product-conc .coman-container, .page-map-full .coman-container{width:97%;}
}