.mail_us .col-md-4.custom_home_about_pa/*FONT*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,900");
@import url("https://fonts.googleapis.com/css?family=Monoton");

/* FONT FACE */
/*@font-face {
    font-family: 'NT__REGULAR';
    src: url(../../fonts/NeutraText-Regular.woff);
}

@font-face {
    font-family: 'NT__BOLD';
    src: url(../../fonts/NeutraText-Bold.woff);
}

@font-face {
    font-family: 'PRO__REGULAR';
    src: url(../../fonts/proxima_nova_reg-webfont.woff);
}

@font-face {
    font-family: 'PRO__BOLD';
    src: url(../../fonts/ProximaNova-Bold-webfont.woff);
}

@font-face {
    font-family: 'GravurCondensed';
    src: url(../../fonts/GravurCondensed.woff);
}


@font-face {
    font-family: 'GravurCondensed';
    src: url(../../fonts/Gravur-Condensed.woff);
}*/



/* NEW FONT */
/* FONT FACE */
/*@font-face {
    font-family: "GS_Light";
    src: url(../../fonts/gill-sans-w01-light.woff2);
}

@font-face {
    font-family: "GS_Bold";
    src: url(../../fonts/gill-sans-w01-bold.woff2);
}
@font-face {
    font-family: "GS_Medium";
    src: url(../../fonts/gill-sans-w01-medium.woff2);
}

*/


/*FONT*/

/* GLOBAL */
/* GLOBAL */
html, body{
  font-family: 'Montserrat', sans-serif !IMPORTANT
}

a{
    text-decoration: none;
    color:#272727;
}
a:hover{
    text-decoration: none;
    color:#272727;
}
body p{
    margin-bottom: 0;
    
}
ul{
    margin-bottom: 0;
}
body{
    width: 100%;
    overflow-x: hidden;
}
.bg__grey{
    background-color: #f5f5f5;
}
/* GLOBAL */
/* GLOBAL */

/* CUSTOM CLASSES */
/* CUSTOM CLASSES */
.img__contain{
    object-fit: contain;
}

.p0{
    padding:0 !important;
}
.m__0{
    margin: 0 !important;
}
.bg__cream{
    /* background: #F5F2EB; */
    background: #eee;
}
.w__block{
    width: 100%;
}

.br__0{
    border-radius: 0 !important;
}
.pl__0{
    padding-left: 0 !important;
}
.h__45{
    height: 45px;;
}
.f__14{
    font-size: 14px;
}
.f__14{
    font-size: 16px;
}

.f__12{
    font-size: 12px;
}

.font_GravurCondensed{
    font-family: 'GravurCondensed';
}

.bg__black{
    background-color: #272727;
}


/* CUSTOM CLASSES */
/* CUSTOM CLASSES */

/* HEADER STYLE */
.header__topbar{
    background: #fff;
    text-transform: uppercase;
    border-bottom:1px solid #ddd;
}
.topbar__newsletter__wrapper {
    background: #383838;
    padding: 1.5% 2%;
    cursor: pointer;
    color:#fff;
}
.topbar__item{
    padding: 1.4% 0;
}
.header__logo img{
    height: 75px;
}
.header__link_list{
    margin-left: 2%;
}
.site__header {
    border-bottom: 1px solid #eee;
    padding: 0;
    z-index: 999999999999;
}
a.navbar-brand.header__logo{
    margin-right: 0;
}
.site__search {
    /* border-left: 1px solid #eee; */
    padding-left: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: right;
}


.header__link{
    /* font-family: 'NT__BOLD'; */
    text-transform: uppercase;
    margin: 0 10px;
    padding-top: 25px;
}
.header__link a{
    margin-top: 0px;
}
body .header__link a{
    color:#272727;
}

.social__list__top__bar a {
    color: #272727;
    font-size: 16px;
    margin: 0 10px;
}
.social__list__top__bar {
    border-left: 0px solid #383838;
    margin-left: 10px;
}

/* NEW HEADER STYLE */
.header__link {
    /* font-family: 'NT__BOLD'; */
    text-transform: uppercase;
    margin: 0 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

a.navbar-brand.header__logo {
    margin-right: 0;
    position: absolute;
    background: #fff;
    z-index: 99;
    padding: 10px;
    border: 1px dashed #dad9d885;
    border-radius: 0;
}
.header__logo img {
    height: 80px;
}


/* HOME SLIDE SECTION */
.home__slide {
    height: 89.5vh;
    position: relative;
}
.home__slide__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.home__slide__img::after{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    background:#272727;
    top:0;
    left:0;
    opacity:0.3;
}
.home__slide__img img{
    width:100%;
    object-fit: cover;
    height: 100%;;
}
.home__slide__content{
    height: 100%;
    
}
.home__slide__details{
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 99;
}
.caption_content{
    position: absolute;
    bottom:10%;
    right:3%;
}

.caption_content h2 {
    font-size: 36px;
    font-family: 'GravurCondensed';
}
.caption_content h2 small{
    font-size: 24px;
    font-family: 'GravurCondensed';
}
.caption_content h2 a{
    color:#fff;
}
.home__slide__details a.button {
    background: #fff;
    padding: 1.5% 5%;
}

.home__slider .slick-next {
    right: 25px;
    z-index: 999;
}
.home__slider .slick-prev {
    left: 25px;
    z-index: 999;
}

/* HOME ABOUT STYLES */
.home__about__image img{
    width:100%;
    object-fit: cover;
    height: 60vh;
}

.home__about__content {
    padding: 7% 3%;
}
.home__about__button a {
    border: 1px solid #111;
    padding: 2% 15%;
}


/* HOME VIRTUAL VIEW STYLE */
.home__virtual__reality__box img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.home__virtual__reality__box {
    height: 90vh;
    background-color: #eee;
    padding: 10px;
    background: #fff;
    /* box-shadow: 0 7px 15px rgba(0,0,0,.35); */
}
.home__virtual__reality__box.col-12 {
    height: 70vh;
    background-color: transparent;
}


.home__virtual__reality__box img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.home__virtual__reality__box {
    height: 70vh;
    background-color: transparent;
    padding: 5px 10px;
    background: transparent;
    /* box-shadow: 0 7px 15px rgba(0,0,0,.35); */
}
.home__virtual__reality__box.col-12 {
    height: 75vh;
    background-color: transparent;
}



/* HOME BRAND STYLES */
.home__brand {
    height: 70vh;
    border: 1px solid #fff;
    border-bottom: 0;
    position: relative;
}
.home__brand__content {
    position: absolute;
    bottom: 5%;
    padding: 5%;
    color:#fff;
    z-index: 99;
}

.home__brand__content a, .home__brand__content h2{
    color:#fff;
}
.home__brand::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #272727;*/
    left: 0;
    top: 0;
    opacity: 0.5;
}

.home__brand__detail a.buttoncus {
    border: 1px solid #fff;
    padding: 10px 10%;
    background: transparent;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.home__brand__detail a.buttoncus:hover{
    background: #fff;
    color: #272727;
}

/* HOME CATALOGUE STYLE */
.home__catalogue__menu {
    background: #272727;
}

section.home__catalogue__wrapper {
    position: relative;
}
section.home__catalogue__wrapper::before {
    /* border-top: 2px solid #0e0e0e; */
    width: 90%;
    height: 1px;
    /* background: #fff; */
    content: "";
    position: absolute;
    top: 3%;
    z-index: 99;
    left: 5%;
}


ul#home__catalogue__menu__tabs {
    border-bottom: 0;
}
ul#home__catalogue__menu__tabs li{
    margin: auto 2%;
}
ul#home__catalogue__menu__tabs a.nav-link {
    color: #fff;
    border:0;
    border-bottom: 1px solid transparent;
}
ul#home__catalogue__menu__tabs a.nav-link:hover {
    border:0;
    border-bottom: 1px solid #fff;
}
ul#home__catalogue__menu__tabs a.nav-link.active {
    border:0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}



.home__catalogue__product__img img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-radius: 0;
}
.home__catalogue__product {
    border: 1px solid #f5f5f5;
    border-radius: 0;
    padding: 2% 2% 3%;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    margin-bottom: 5%;
}

.home__catalogue__product__title h6 {
    font-weight: 700;
    color: #272727;
}
.home__catalogue__product__info {
    color: #666;
}
.home__catalogue__product a:hover{
    text-decoration: none;

}
.home__catalogue__product__info span {
    font-size: 15px;
}
.home__catalogue__product__info span strong{
    font-size: 14px;
}
.home__catalogue__product__info {
    color: #666;
    border-top: 1px dashed #eaeaea;
}

.home__catalogue__product__title p{
    line-height: 1;
    font-size: 14px;
    color: #676767;
}



/* FOOTER STYEL */
.footer__link__list__item{
    text-transform: capitalize;
}
.footer__logo img{
    height: 100px;
}
input.newsletter__input {
    border: 1px solid #272727;
    background: #ffffff;
}

.newsletter__button:hover{
    border: 1px solid #272727;
    background: transparent;
    color: #272727;
}
.newsletter__button{
    border: 1px solid #272727;
    background: #272727;
    color: #fff;
}

.footer__copyright{
    background: #272727;
}

.social__list li {
    margin: 0 3%;
}
.social__list li a{
    font-size: 28px;
    color: #272727;
}
.footer__link__list li{
    margin: 0 10px;
}
.footer__link__list li a{
    font-size: 14px;
}
.footer__link__list li:not(:last-child)::after {
    content: "-";
    color: #272727;
    position: relative;
    left: 5px;
}

.footer__social{
    border: 1px solid #F5F2EB;
    color: black;
    padding: 2% 0px !important;
}


/* POPUP CONTACT FORM */
.popup__contact__form__wrapper {
    position: fixed;
    right: 5px;
    z-index: 99;
    bottom: 6%;
    width: 30%;
    background: #fff;
    padding: 2% 1%;
    padding-top: 0;
    border: 1px solid #eee;
    border-top: 0;
    box-shadow: 4px 7px 15px rgba(0,0,0,.15);
    right: -30%;
    transition: all 0.5s;
    z-index: 9999;
}
.headttl img {
    width: 40px;
}

.pophead.row {
    padding: 2.5% 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.headttl img {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

span.close_popup_form{
    cursor: pointer;
}
.popup__contact__form__wrapper form{
    padding: 8% 0;
    padding-bottom: 0%;
}

.popup__contact__form__wrapper .input-group-text {
    background: transparent;
    border-color: #ddd;
    color: #999;
    border-radius: 0;
}
.popup__contact__form__wrapper input {
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.popup__contact__form__wrapper textarea{
    border-radius: 0;
    height: 70px;
    resize: none;
}

.popup__contact__form__wrapper button{
    background: #272727;
    color: #fff;
}

.overlay__container {
    width: 100%;
    height: 100%;
    background: #272727;
    opacity: 0.8;
    z-index: 999999999999;
    position: fixed;
    top: 0;
    display: none;
}
/*
.popup__contact__form__btn {
    position: fixed;
    right: 00%;
    background: #7a6147;
    width: 3%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    bottom:10%;
    z-index: 99999999;
}
*/


/* HOME EVENT SECTION CSS */
.home__events{
    background-color: #272727;
}

.line-break {
    width: 100%;
}
.line-break {
    border-top: 1px solid #d8d8d8;
}

#eventi-homepage h2 {
    font-size: 2rem;
    /* font-weight: 700; */
    text-align: left;
    margin-bottom: 0;
}

#eventi-homepage a {
    color: #FFF;
    float: none;
    position: relative;
}

 #eventi-homepage a:hover {
    text-decoration: underline;
}

#eventi-homepage .data {
    font-size: 1.2em;
    margin-bottom: 0rem;
}

#eventi-homepage .event {
    margin-top:0.5rem;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.item.no-p {
    margin-bottom: 1rem;
    border-bottom: 0px solid #383737;
    padding-bottom: 1rem;
}

#eventi-homepage .data i {
    font-size: 12px;
    margin-right: 10px;
}

.home__event__slider__wrapper{
    background-color: #272727;
}

.home__event__slider__wrapper .home__catalogue__product{
    padding: 5%;
}

/* HOMEPAGE TEAM SECTION */
.home__team{
    background-color: #fff;
}

.home__team__wrapper #eventi-homepage a{
    color:#272727;
}

.home__team__wrapper .home__catalogue__product > a{
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 2% 2% 3%;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    margin-bottom: 5%;
}


/* TEAM SECTION */
.home__team__member__img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.home__team__member {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2% 2% 3%;
    background: #f7f7f7;
    /* box-shadow: 0 7px 15px rgba(0,0,0,.15); */
    margin-bottom: 5%;
    padding: 5%;
    padding-bottom: 10%;
    padding-left: 8%;
}

.home__team__wrapper #eventi-homepage a {
    color: #272727;
    text-align: right;
    float: right;
font-size: 14px;
}

.designation{
    font-size: 12px;
}

.home__team__member p{
    line-height: 1.2;
}

.btn__contact__popup{
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.16);
    padding: 2% 15%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: #272727;
    color: #fff;
    border-radius: 5px;
}

.popup__contact__form__section .input-group{
    box-shadow: 0 7px 15px rgba(0,0,0,.1);
}

.popup__contact__form__section .form-control {
    border-color: #eee;
    height: 45px;
}
.popup__contact__form__section textarea.form-control{
    height: 100px;
}
.popup__contact__form__section .input-group-text {
    border-color: #eee;
    background: #fff;
    color: #272727;
    width: 45px;
    padding: 0 35%;
}

.btn__contact__popup__wrapper{
    margin-top: 5%;
}
.popup__contact__form__section {
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    z-index: 99999999999;
    position: fixed;
    top: 5%;
    padding: 1% 0px;
    border-radius: 0px;
    left: 20%;
}

.close__popup__form__wrapper {
    position: absolute;
    right: 5%;
    text-align: right;
    top: 2%;
    z-index:99999;
}

.popup__contact__form__section{
    display: none;
}


/* PORTFOLIO SECTION */
.view__all__portfolio a {
    border: 1px solid #272727;
    padding: 12px 3%;
}

.event__image{
    width:100%;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
}
a.btn.btn__portfolio {
    border: 2px solid #333;
    color: #333;
    padding: 1% 10%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 0px;
    margin: 10px 0px;
}

.home__team {
    background-color: #fff;
    border-top: 1px solid #eee;
}
.brand__banner{
    height: 80vh;
    position: relative;
}
.brand__banner__img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.brand__banner__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand__banner__img::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: #272727; */
    opacity: 0.3;
    left: 0;
}
.brand__banner__content{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top:0; 
    padding: 15% 25%;
}

.brand__logo__image{
    text-align: center;
}
.brand__banner__logo{
    /* margin-bottom: 2%; */
}
.brand__banner__logo img{
    max-width:200px;
}

.brand__banner__title h2{
    font-weight: 500;
    color:#fff;
    text-transform: uppercase;
    font-size: 3rem;
}
.brand__banner_description p {
    font-size: 20px;
    color: #fff;
}
.brand__banner_explore a {
    border:2px solid #fff;
    color:#fff;
    padding:1% 10%;


}

.brand__banner_explore a:hover{
    background:#fff;
    color:#333;
}
section.brand__description p {
    font-size: 100%;
    color: #272727;
    letter-spacing: 0;
}
section.brand__description {
    background: #fff;
    padding: 3% 10%;
}

.brand__category__img {
    width: 100%;
}

.brand__category__img img {
    width: 100%;
    height: 300px;
}

.brand__category {
    border: 2px solid #eee;
    padding: 1%;
}

.brand__category {
    border: 2px solid #eee;
    padding: 1%;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 2% 2% 3%;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    margin-bottom: 5%;
}

.brand__category__title {
    text-align: center;
}
.popup__image img {
    width: 100%;
    height: 68vh;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
    border-radius: 0;
}


/* PRODUCT PAGE */
section.breadcrumbs__wrapper {
    padding: 0.5% 0;
    background-color: #272727;
    /* border-bottom: 2px solid #131313; */
}
.breadcrumbs__wrapper ul li a{
    color: #ddd;
}
.breadcrumbs__wrapper ul li{

    color: #fff;
}
.breadcrumbs__wrapper ul li:not(:last-child)::after {
    content: ">";
    margin: 0 0 0 15px;
}
.product__image__gallery__nav__slide img{
    height:100px;
    object-fit: cover;
    width:100%;
}

.product__image__gallery__active__slide img{
    height: 500px;
    width:100%;
    object-fit: cover;
}

.product__image__gallery__active {
    margin-bottom: 15px;
}

.product__description{
    /* border-bottom:1px dashed #eee; */
    padding-bottom: 4%;
}

.product__specifcation {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.product__image__gallery__nav__slide{
    padding: 0 5px;
}

h3.product__title {
    font-weight: 600;
    letter-spacing: 0.5px;
}

a.add__to__enquiry__btn {
    border: 1px solid #272727;
    padding: 1% 2%;
}

.product__specifcation{
    /* border-bottom:1px dashed #eee; */
    padding-bottom: 4%;
}

button.btn.add__to__enquiry__btn {
    background: #272727;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 1.5% 5%;
}

.related__product{
    border-top:2px dashed #eee;
}

.product__information{
    padding-left: 3%;
}



/* PRODUCTS PAGE */
.product__filters {
    background: #eee;
    padding: 5%;
    border: 1px solid #ddd;
}

.product__filters__title{
    font-size: 20px;
    font-weight: 400 !important;
    padding: 10px 0px 10px 0px;
    margin: 3px 0 12px 0px !important;
    color: #757575 !important;
}

i.product__filter__plus {
    font-size: 16px;
    color: #666;
    float: right;
    line-height: 1.5;
}

.product__filter h4.panel-title a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #191919;
}

.product__filter h4.panel-title {
    background: #e4e3e3;
    padding: 4% 3%;
    line-height: 1;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0;
}

.product__filter .panel-collapse .list-group-item{
    border-radius: 0 !important;
    border-color:#eee;
}

.panel-body.product__filter {
    margin-bottom: 5%;
}

.product__filter .panel-collapse .list-group-item label{
    margin-bottom: 0;
}

.products__listing__toolbar {
    padding: 2% 0px;
    border: 2px dashed #eee;
    border-width: 2px 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}

a.page-link {
    color: #272727;
}

.products__listing__toolbar .page-item .page-link{
    border-radius: 0;
}

.products__listing__toolbar .page-item  .pagination__nav {
    background: #eee;
}
li.page-item {
    margin: 0 3px;
}

select#sorter, #categoryy {
    background: #eee;
    border: 1px solid #ddd;
    padding: 3.5% 10%;
    font-size: 15px;
    margin-left: 5px;
    border-radius: 2px;
}

p#products__amount {
    line-height: 2;
    text-align: center;
}

body .page-link:hover {
    z-index: 2;
    color: #272727;
}

.product__item__image {
    width: 100%;
}

.product__item__image img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.product__item {
    padding: 1%;
    border: 1px solid #eee;
    border-radius: 5px;
    
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.1);
    margin-bottom: 5%;
}

.product__item__content{
    padding: 2% 2% 3%;
}
.product__item__title h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.2px;
text-transform: capitalize;
}

.product__item__title {
    border-bottom: 1px dashed #e5e5e5;
}

.product__item__content {
    padding: 4% 3%;
    background: #fff;
}

.product__item__wrapper{
    margin-bottom: 2%;
}



/* CLIENTS */
.our__clients__description p {
    font-size: 19px;
    margin: 1% 0px;
}


/* Center website */
.our__clients__wrapper .main {
    max-width: 1000px;
    margin: auto;
  }
  
  .our__clients__wrapper  h1 {
    font-size: 50px;
    word-break: break-all;
  }
  
  .our__clients__wrapper .row {
    margin: 8px -16px;
  }
  
  /* Add padding BETWEEN each column (if you want) */
  .our__clients__wrapper .row,
  .our__clients__wrapper .row > .column {
    padding: 8px;
  }
  
  /* Create three equal columns that floats next to each other */
  .our__clients__wrapper .column {
    /* float: left;
    width: 33.33%; */
    display: none; /* Hide columns by default */
  }
  
  /* Clear floats after rows */ 
  .our__clients__wrapper .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .our__clients__wrapper .content {
    background-color: white;
    /* padding: 5px; */
    overflow: hidden;
  }
  
  /* The "show" class is added to the filtered elements */
  .our__clients__wrapper  .show {
    display: block;
  }
  
  /* Style the buttons */
  .our__clients__wrapper  .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
  }
  
  /* Add a grey background color on mouse-over */
  .our__clients__wrapper .btn:hover {
    background-color: #ddd;
  }
  
  /* Add a dark background color to the active button */
  .our__clients__wrapper .btn.active {
    background-color: #272727;
     color: white;
  }

  .our__clients__wrapper .content img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    transition: 0.5s;
}
.our__clients__wrapper .content img:hover{
    transform: scale(1.1);
   
}
.our__clients__wrapper .column__box {
    /* border: 2px solid #f5f5f5; */
    margin-bottom: 30px;
    box-shadow: 2px 2px 15px rgba(0,0,0,.05);
    border-radius: 3px;
}
.our__clients__wrapper .content{
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    border: 2px solid #eee;
    padding: 10px;
}

.our__clients__wrapper .content p {
    display: none;
}
.our__clients__wrapper .content h4 {
    font-size: 18px;
    margin-top: 10px;
    display: none;
}
.line__break {
    height: 2px;
    width: 100%;
    background: #eee;
}

 a.btn.load__more__btn {
    border: 1px solid #272727;
    background: #272727;
    color: #fff;
    letter-spacing: 0.5px;
}

header.masthead {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.masthead .page-heading, header.masthead .post__heading, header.masthead .site-heading {
    padding: 130px 0;
}

header.masthead::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #272727;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 0;
}
.post__heading {
    z-index: 99999;
    position: relative;
}
/* BLOGS PAGE */
.a-block.height-lg {
    height: 500px;
    z-index: 9999;
}
.a-block {
    display: block;
    background-size: cover;
    background-position: center center;
    padding: 30px 80px;
    position: relative;
    /* margin-bottom: 30px; */
    height: 300px;
}

.blog__featured__image {
    width: 100%;
}
.blog__featured__image img {
    width: 100%;
    object-fit: cover;
    height: 230px;
}

.blog__entry {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 2% 2% 3%;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.1);
    margin-bottom: 7%;
}

.post__meta {
    margin: 10px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

.blog__featured__content h2 {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.post__details {
    color: #fff;
}

.post__details{
    max-width: 50%;
    z-index: 99;
}
span.post__category {
    background: #fff;
    color: #272727;
    padding: 3px 20px;
    border-radius: 3px;
    line-height: 1;
}

.post__details h3 {
    margin: 3% 0;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.post__featured__image{
    position: relative;
}
.post__featured__image::after {
    content: "";
    background: #272727;
    position: absolute;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.post__featured__image{
    background-size: cover;
    background-position: center center;
}

.latest__blogs .slick-next {
    right: 25px;
    z-index: 999;
}

.latest__blogs .slick-prev {
    left: 25px;
    z-index: 999;
}
.latest__blogs .slick-next ,.latest__blogs .slick-prev{
    
    background-color: transparent;
    color:#272727;
}

.post__meta__slider {
    margin: 15px 0;
}
h2.post__subheading {
    color: #fff;    
    margin-top: 5%;
}

.post__heading h1 {
    margin: 3% 0;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #fff;
}

span.post__meta__inner {
    color: #fff;
    margin: 15px 0;
    display: block;
}
span.post__meta__inner a{
    color: #fff;
}


.post__content p {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #444;
    text-align: justify;
    margin-bottom: 15px;
}
.post__content h2.section-heading {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.post__content  img{
    margin: 10px 0;
}

.latest__news.row .post__details {
    max-width: 70%;
}

.press__release  .post__details{
    margin-top: 20%;
}

.press__release__content span, .press__release__content h2{
    color:#272727;
    font-weight: 600;
}

.press__release__image img{
    object-position: top;
}


.list a {
    border: 2px dashed #333;
    padding: 5px 20px;
    margin-right: 10px;
}

.list{
    margin-bottom:2%;
}
.testimonial__image img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.testimonial__description:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    top: 25px;
    left: -15px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 0 7px 15px rgba(0,0,0,.1);
}
.navbar-expand-lg .navbar-nav .nav-link {
    /* font-weight: 600; */
    font-family: 'Oswald', sans-serif !IMPORTANT;
    text-transform: uppercase;
}
body p {
    font-size: 17px;
}

.social__list__top__bar a {
    color: #483a2e;
}

/* .home__catalogue__product__info.text-left.mt-3.pt-2 {
    display: none;
} */

.footer__link__list li a{
    font-size: 18px;
    font-weight: 600;
}

.home__catalogue__product__title p {
    line-height: 1.4;
}

#eventi-homepage a.btn{
    color:#000;
}

.catalogue__box::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #3a3939;
    z-index: 1;
    top: 0;
    left: -10%;
}


#eventi-homepage .view__all__catalogue a {
    background: transparent;
    width: 25%;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.header__topbar {
    background: #272727;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

.social__list__top__bar a {
    color: #fff;
}
.topbar__link a{
    color: #fff;
}
.topbar__newsletter__wrapper {
    background: #3a3a3a;
    padding: 1.5% 2%;
    cursor: pointer;
    color: #fff;
}

.social__list__top__bar {
    border-left: 0px solid #5a432b;
    margin-left: 10px;
}
.brand__banner_explore a {
    border: 2px solid #fff;
    color: #000;
    padding: 1.5% 10%;
    font-size: 18px;
    letter-spacing: 0.3px;
    background: #fff;
    font-weight: 600;
}

.brand__feature {
    padding: 5px;
}

.brand__feature__text {
    /* background: #fff; */
    padding: 10% 8%;
    margin-top: 5%;
    /* margin-left: -8%; */
    z-index: 0;
    position: relative;
    border-radius: 5px;
    /* box-shadow: 0 7px 15px rgba(0,0,0,.05); */
}

.brand__features__wrapper{
    /* background: #f9f9f9; */
}

.brand__category__img.brand__feature__img {
    position: relative;
    z-index: 2;
}

.brand__banner_explore a {
    border: 2px solid #fff;
    color: #000;
    padding: 1.5% 10%;
    font-size: 18px;
    letter-spacing: 0.3px;
    background: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 5px;
}

a.brand__brochure {
    background: #272727;
    border-color: #272727;
    color: #fff;
}

a.brand__brochure:hover {
    background: #272727;
    border-color: #272727;
    color: #fff;
    opacity: 0.8;
}

.product__title__wrapper {
    margin: 3% 0 3% 0;
}

.product__information p {
    font-size: 18px;
}

ul.range__stats {
    list-style: none;
    padding-left: 0;
    border-bottom: 2px dotted #272727;
}


li.range__stat {
    border-top: 2px dotted #272727;
    padding: 2% 0;
    font-size: 18px;
}

li.range__stat strong {
    width: 30%;
    display: block;
    float: left;
}

img.product__lifestyle__image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.product__lifestyle__title {
    position: absolute;
    top: 45%;
    z-index: 9999999;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 60px;
}
.product__lifestyle__image__wrapper{
    position: relative;
}

ul.range__shares {
    padding-left: 0;
}

li.range__share {
    list-style: none;
    display: inline;
    margin-right: 4%;
}
li.range__share a {
    font-size: 20px;
}

.category__product__banner__slide img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.col-sm-12.category__product__banner {
    color: #000;
}

.category__product__banner__slider .slick-next{
    right: 45px;
    z-index: 99999;
}

.category__product__banner__slider .slick-prev{
    left: 25px;
    z-index: 99999;
}


  .category__product__banner__slider .flickity-button-icon {
    width: 40px;
    height: 40px;
}
.category__product__banner__slider .arrow {
    fill: white;
}

.category__product__banner h2 {
    font-size: 40px;
}


.product__item {
    padding: 1%;
    border: 1px solid #eee;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.05);
    margin-bottom: 5%;
}

.product__image__gallery__nav .slick-prev, .product__image__gallery__nav .slick-next {
    top: 30%;
    z-index: 999999999;
}
.project__slide {
    width: 100%;
}

.project__slide img {
    width: 100%;
    /* height:50vh; */
    object-fit: cover;
}

.project__slider .slick-next{
    right: 45px;
    z-index: 99999;
}

.project__slider .slick-prev{
    left: 25px;
    z-index: 99999;
}


.project__slider .flickity-button-icon {
    width: 40px;
    height: 40px;
}
.project__slider .arrow {
    fill: #333;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
/* .client__slide::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
} */

.project__information{
    color: #000;
    padding: 5% 10%;
    
}

.project__description h4 {
    line-height: 1.3;
    letter-spacing: 0.3px;
    font-size: 26px;
}

.project__readmore a {
    color: #000;
    font-size: 20px;
    letter-spacing: 0.2px;
    text-decoration: underline;
    font-weight: 600;
}

.project__readmore {
    position: absolute;
    bottom: 3%;
}

.project__slide {
    width: 100%;
    padding: 1% 3%;
}
.project__description {
    margin-bottom: 0;
}

.projects__list .home__catalogue__product{
    margin-bottom: 8%;
    padding: 5%;
}

.blog__list .home__catalogue__product {

    box-shadow: 0 7px 15px rgba(0,0,0,.02);
    margin-bottom: 5%;
    border-color:#eee;
}

.widget {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 5%;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.02);
    margin-bottom: 5%;
}

.most_read_list li {
    margin-top: 15px;
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.most_read_list{
    padding-left: 0;
}

.widget__title h4 {
    text-decoration: inherit;
}

.most_read_list li h5 {
    font-weight: 600;
}

.brand__feature h5 {
    line-height: 1.4;
    font-size: 15px;
    color: #272727;
    letter-spacing: 0.5px;
}

.brand__collections .home__catalogue__product__title h4 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.brand__product__list .home__catalogue__product__img img {
    height: 250px;
}

.brand__product__list a.btn.btn__portfolio {
    border: 1px solid #000;
    color: #000;
}

.brand__product__list p {

    color: #000;
}
.brand__collection {
    padding: 5%;
    background: #ffffff;
    margin-bottom: 10%;
    overflow: hidden;
    padding-bottom: 0px;
}



.brand__product__list p {
    color: #000;
    min-height: 100px;
}

#eventi-homepage .event {
    margin-top: 0.5rem;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0 20%;
    color: #fff;
}

#eventi-homepage .arrow {
    fill: #fff;
}

.view__all__portfolio a {
    border: 2px solid #272727;
    padding: 12px 2em;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
    position: relative;
    bottom: 30px;
}

.home__about__button a{
    border: 2px solid #272727;
    padding: 12px 2em;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
}

.home__about__button a{
    border: 2px solid #272727;
    padding: 12px 2em;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
}

body p {
    font-size: 1.15em;
}

.home__virtual__reality__box.col-12 {
    height: auto;
    background-color: transparent;
}
footer.site__footer {
    background: #272727;
    border-top: 1px solid #4a4a4a;
}

.home__catalgue_section .home__catalogue__product__img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.home__catalgue_section .home__catalogue__product__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.home__catalgue_section .home__catalogue__product__img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0;
}

.home__catalgue_section .home__catalogue__product {
    border: 1px solid #f5f5f5;
    border-radius: 0;
    padding: 2% 2% 3%;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    margin-bottom: 5%;
    position: relative;
    padding: 0;
}


.home__catalgue_section .home__catalogue__product__content {
    z-index: 9999;
    position: relative;
    padding: 25% 10% 5%;
    color: #fff;
}

.home__catalgue_section a.btn.btn__portfolio {
    border: 1px solid #fff;
    color: #fff;
}

.home__catalogue__product__content p, .home__catalogue__product__content h5{
    color:#fff;
}

.footer__widget li{
    list-style: none;
    margin-left: 0;
}
.footer__widget ul{
    padding-left: 0;
}
.footer__widget a, .footer__widget h4, .footer__widget p {
    color: #fff;
}

.footer__social {
    border: 0;
}

.footer__link__list li a {
    font-size: 16px;
    font-weight: 500;
}

.footer__link__list li {
    margin: 2px 10px;
    margin-left: 0;
}
.footer__copyright {
    background: #272727;
    border-top: 1px solid #4a4a4a;
}
.newsletter__button {
    border: 1px solid #484848;
    background: #888888;
    color: #fff;
}

.newsletter__button:hover {
    border: 1px solid #484848;
    background: #777777;
    color: #fff;
}

ul.footer__social li a {
    font-size: 30px;
}

ul.footer__social li {
    margin-right: 15px !important;
}

.home__brand__content {
    position: absolute;
    bottom: 5%;
    padding: 5%;
    color: #000;
    z-index: 99;
    background: #fff;
    width: 90%;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    border-radius: 3px;
    right: 5%;
    bottom: -20px;
    text-align: center;
    padding: 4% 15% 7%;
}

.home__brand__content a, .home__brand__content h2 {
    color: #000;
}

.home__brand__detail a.buttoncus {
    border: 2px solid #000;
    padding: 10px 10%;
    background: transparent;
    color: #000;
    font-size: 12px;
    font-weight:600;
    letter-spacing: 1.5px;
}


/* WHITE HEADER */
a.navbar-brand.header__logo {
    margin-right: 0;
    position: relative;
    background: #fff;
    z-index: 99;
    padding: 10px;
    border: 0;
    border-radius: 0;
}

.header__link {
    line-height: 3;
}

.header__topbar {
    background: #fff;
    text-transform: uppercase;
    border-bottom: inherit;
    color: #000;
    /* display: none; */
}
.topbar__link a {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.social__list__top__bar a {
    color: #000;
}

li.range__stat {
    border-top: 1px solid #f9f9f9;
    padding: 2% 0;
    font-size: 18px;
}

ul.range__stats {
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #f9f9f9;
}


.social-links ul li i {
    color: #fff;
    font-size: 14px;
}



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

.social-links ul.footer__social {
    padding: 0 !important;
    margin-top: 6px;
}

.social-links ul.footer__social ul li a {
    line-height: 0 !important;
}

.social-links ul li {
    line-height: 0;
}




/*NEW STYLES*/
.home__brand__content {
    position: absolute;
    bottom: 5%;
    padding: 5%;
    color: #fff;
    z-index: 99;
    background: #000000a1;
    width: 75%;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    border-radius: 3px;
    right: 12%;
    bottom: -20px;
    text-align: center;
    padding: 4% 15% 7%;
    border-radius: 0;
}

.home__brand__content a, .home__brand__content h2 {
    color: #fff;
    font-size: 1em;
}

.home__brand__detail a.buttoncus {
    border: 2px solid #000;
    padding: 10px 10%;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.home__brand:hover .home__brand__detail a.buttoncus {
    background: #272727;
    color: #fff;
}
body .header__link a {
    color: #272727;
    text-transform: capitalize;
    font-size: 1.0em;
    letter-spacing: 1.5px;
}

.director_image img {
    width: 7em;
    height: 7em;
    border-radius: 0;
    object-fit: cover;
    margin: 2em 0 1em;
}
p.director_short_desc {
    font-size: 1em;
}

.brand__feature .project__slide {
    padding: 15px;
    margin: 0.5em 0;
    /* box-shadow: 0 5px 12px #f3f3f3; */
}

.fixed_news_scroll {
    /* position: relative; */
    width: 100%;
    /* bottom: 54px; */
    z-index: 9999;
    background: #272727bd;
    color: #fff;
    text-align: center;
    border-top: 1px solid #3c3c3c;
    /* margin-bottom: -54px !IMPORTANT; */
}
.fixed_news_scroll .item.no-p {
    margin-bottom: 0;
    border-bottom: 0px solid #383737;
    padding-bottom: 0.5rem;
    padding-top: 15px;
    outline:none;
}

.fixed_news_scroll a {
    color: #fff;
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 20px;
}

.fixed_news_scroll .arrow {
    fill: #fff;
}

.teasmsec {
    padding-top: 40px;
}

.category__product__banner h4 {
    line-height: 1.5;
    font-size: 16px;
    color: #272727;
    letter-spacing: 0.5px;
}

.abspart {
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8) !important;
    width: 37%;
    height: calc(100% - 30px);
}

.project__slide {
    position: relative;
}

.project__slide:nth-child(even) .abspart {
    right: -15px;
}

.abspart .project__information {
    padding: 0;
    padding-top: 40px;
}

.abspart .project__description, .abspart .project__date {
    margin-bottom: 0;
    padding: 0 20px;
}

.featuresec .project__slide img {
    height: 70vh !important;
}

.featuresec img {
    height: 70vh;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    line-height: 25px;
    font-size: 15px;
}


.cntsec textarea, .cntsec input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

.cntsec input.subbtn {
    border: 1px solid #272727;
    background: transparent;
    cursor: pointer;
    transition: 0.02s;
}

.cntsec input.subbtn:hover {
    background: #272727;
    color: #fff;
}


.row.adrs-sec {
    padding: 20px;
    text-align: center;
    justify-content: center;
}

.row.adrs-sec i {
    display: block;
    margin-bottom: 11px;
    font-size: 36px;
}

.row.adrs-sec p {
    font-size: 16px;
    color: #636363;
}

.row.adrs-sec h4 {
    color: #353535;
    font-size: 21px;
}


.row.formsec {
    margin: 0 0 50px 0;
}

.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tabsec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 19px;
  margin-right: 20px;
  border-bottom: 1px solid transparent;
}

/* Change background color of buttons on hover */
.tabsec .tab button:hover {
  color: #7a6147;
  border-bottom: 1px solid;
}

/* Create an active/current tablink class */
.tabsec .tab button.active {
    color: #7a6147;
    border-bottom: 1px solid;
}

/* Style the tab content */
.tabsec .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabsec .tab {
    display: inline-block;
}

.tabsec {
    text-align: center;
}

.tabsec .tabcontent {
    text-align: left;
   padding: 10px 0 10px;
    margin-bottom: 50px;
}


.vrtualimage img {
    width: 100%;
}



div#livepreview-thumb {
    background: #f7f7f7;
    text-align: center;
    border: 1px solid #c7c7c7;
    padding: 31px 14px;
}

div#livepreview-thumb img {
    padding: 3px;
    border: 1px solid #c3c3c3;
    width: 100%;
    height: 100%;
}

div#livepreview-thumb a {
    display: inline-block;
    width: 48%;
}

div#livepreview-thumb h4 {
    padding-bottom: 6px;
}

.virtual_head p {
    font-size: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #525252;
}

.det-tile p:last-child {
    float: right;
}

.det-tile p:first-child {
    float: left;
}

.det-tile {
    padding-top: 8px;
}

div#livepreview-thumb img {
    transition: 0.2s;
}

div#livepreview-thumb img:hover {
    transform: scale(1.5);
    border: none;
    padding: 0;
}
a.tablinks.col-md-4 {
    display: block;
    cursor:pointer;
}

a.tablinks.col-md-4 img {
    width: 100%;
}




.tabbox:hover {
    transform: scale(1.04);
    border-color: #7a6147;
}



.tabbox .center-text {
    position: static;
    top: 44%;
    left: 0;
    color: #000;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.tabbox {
    overflow: hidden;
    position: relative;
    transition: 0.2s;
}

.center-text h4 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px;
}

.tabbox {
    padding: 5px;
    border: 1px solid #dcdcdc;
}

.tabsec.reality_sec {
    padding-bottom: 50px;
}

.vrtualimage.text-center {
    width: 100%;
    background: #e4e4e4;
}

.vrtualimage.text-center img {
    width: 80%;
}

.abt-sec p {
    font-size: 100%;
    margin-bottom: 10px;
    color: #000000;
}


.abt-sec {
    padding-bottom: 40px;
}


.misbox {
    margin-bottom: 27px;
    padding-bottom: 20px;
}


.misbox {
    border-bottom: 1px solid #efefef;
}


.abt-sec.misvis img {
    width: 100%;
}

.abt-sec.presence img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.countries ul {
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
}

.countries ul {
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
}

.countries ul li {
    width: 27%;
    display: inline-block;
    /* background: #7a6147; */
    font-size: 15px;
    padding: 4px 10px;
    margin-bottom: 10px;
    margin-right: 4%;
    color: #7a6147;
    text-align: center;
    border-bottom: 1px solid;
    font-size: 100%;
}


.teambx img {
    width: 100%;
    /* padding: 10px; */
    border-right: 1px solid #e8e8e8;
    padding-right: 25px;
}

.teambx {
    border: 1px solid #eaeaea;
    padding: 0 10px;
    margin-bottom: 40px;
}

.misbox:last-child {
    border: none;
}

.newsbx img {
    width: 100%;
}

.newsbx {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.contbx {
    position: absolute;
    bottom: 0;
    transition: 0.4s;
    background: rgba(12, 12, 12, 0.75);
    text-align: center;
    padding: 4px 0 0px;
    /* background-image: linear-gradient(rgba(122, 97, 71, 0), #000000); */
    width: 100%;
}

.contbx h4 {
    color: #ffffff;
    font-size: 18px;
}

.contbx p {
    font-size: 14px;
    color: #c7c7c7;
}

.newsbx:hover .contbx {background-image: linear-gradient(rgba(25, 25, 25, 0.81), #000000);padding: 10px;}


.testbx img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.testbx {
    background: #f3f3f3;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 40px;
}

.testbx p {
    font-size: 20px;
}

.testbx p i {
    font-size: 23px;
    position: relative;
    color: #7a6147;
}

.testbx p i.fas.fa-quote-left {
    left: 0px;
    top: -5px;
}

.testbx p i.fas.fa-quote-right {bottom: -10px;}

.testbx {
    position: relative;
}
body p{font-size:100%;}


.custom_bg {
    background: #fff;
}
.custom_bg h2.font_romain {
    color: #272727;
}

.custom_bg h6 {
    color: #272727;
}

.custom_bg ul li a {
    color: #272727 !IMPORTANT;
}
button.owl-next {
    position: absolute;
    right: 0;
}

button.owl-prev {
    position: absolute;
    left: 0;
}

button.owl-next ,button.owl-prev {
    font-size: 40px !IMPORTANT;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px -20px !IMPORTANT;
    color: #272727 !IMPORTANT;
    outline:0;
}
.custom_bg .nav-link.active {
    background: #272727 !IMPORTANT;
    color: #fff !IMPORTANT;
    border-radius: 5px !IMPORTANT;
}
.custom_bg .nav-link:hover{
    background: #272727 !IMPORTANT;
    color: #fff !IMPORTANT;
    border-radius: 5px !IMPORTANT;
}
.custom_arrival_bg {
    background: #fbfbfb !IMPORTANT;
}

.custom_arrival_bg .custom_bg {
    background: #fbfbfb;
}
.view__all__portfolio a:hover {
    background: #272727;
    color: #fff !important;
}
a.btn.btn__portfolio:hover{
    background: #272727;
    color: #fff !important; 
}

.home__about__button a:hover{
    background: #272727;
    color: #fff !important; 
}
.custom_web-search {
    position: absolute;
    right: 15px;
    display: none;
    top: 71%;
}
.custom_web-search input {
    padding: 4px;
    width: 18vw;
    background: #ffffffa1;
    border: 1px solid #bbb;
    color: #000;
    outline: none;
    box-shadow: inherit !important;
}
.search_close_icon {
    font-size: 25px;
    position: relative;
    top: 3px;
    display:none;
}
.custom_class_team p.director_short_desc {
    margin-top: 0px;
}
.custom_class_team .home__about__button {
    float: right;
}
.custom_team_slider .custom_swiper_btn {
    background-image: none;
    font-size: 50px;
    color: #7a6147;
}

.custom_team_slider .swiper-button-prev.custom_swiper_btn {
    left: 30px;
}

.custom_team_slider .swiper-button-next.custom_swiper_btn {
    right: 20px;
}
.director_image img {
    width: 100%;
    height: auto !IMPORTANT;
    max-height: 230px;
}
.custom_class_team .director_info {
    margin-top: 40px;
}
.row.custom_class_team {
    box-shadow: 0px 0px 10px #0000001a;
    margin: 10px 0px;
    padding: 0px 30px;
}
.custom_blog_header {
    /*background-image: url(https://aclasssurfaces.com/assets/img/blog-bg.jpg);*/
    padding: 5vw 4vw;
    background-size: contain;
}
.custom_blog_article{
    background-image: url(https://aclasssurfaces.com/assets/img/blog-right.jpg);
    padding: 4vw 4vw 3vw 4vw;
}
.custom_blog_header h1 {
    color: #fff;
    font-size: 150px;
    margin: 0;
}
.custom_blog_header h1 {
    color: #fff;
    font-size: 3.5vw;
    margin: 4px 0 2vw 0;
    line-height: 4vw;
}
.custom_blog_header h4, .custom_blog_header h3 {
    color: #fff;
}

.custom_blog_header h4 {
    font-size: 3vw;
}
.custom_blog_header h3 {
    font-size: 2.2vw;
}
.custom_blog_article {
    color: #fff;
}

.custom_blog_article h2 {
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.custom_blog_article a {
    border-color: #fff;
    color: #fff;
}
/*.custom_blog_header .swiper-wrapper {
    display: block !IMPORTANT;
}
.custom_blog_article .swiper-wrapper {
    display: block !IMPORTANT;
}*/

.swiper-container {
    padding: 0px 0 40px 0 !important;
}
.custom_blog_header  .swiper-pagination-bullet-active {
    background: white !IMPORTANT;
}

.custom_blog_header span.swiper-pagination-bullet {
    background: #636363;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.custom_blog_header .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0px;
}
.custom_testimonials {
    text-align: center;
    padding: 15px 10px;
}

.custom_testimonials img {
    border-radius: 50%;
    width: 120px;
    margin-bottom: 10px;
}

.custom_testimonials h4 {
    font-size: 20px;
    color: #7a6147;
}
.custom_testi_slider .swiper-button-prev {
    background-size: 15px;
    filter: sepia(20);
}
.custom_testi_slider .swiper-button-next {
    background-size: 15px;
    filter: sepia(20);
}

.custom_testi_slider, .moodboard_slider, .application_slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.custom_presence_slider, .custom_presence_slider2, .custom_presence_slider3{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.custom_press_slider{
     margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.custom_social_footer {
    list-style: none;
    padding-left: 0;
    text-align: right;
}
.custom_social_footer li {
    display: inline-block;
    font-size: 18px;
    width: calc(14% - 10px);
}
.custom_newletter_form input {
    border: 1px solid #c1c1c1;
    padding: 7px 10px;
    outline: none;
    margin-right: -5px;
}

.custom_newletter_form input[type="Submit"] {
    background: transparent;
    cursor: pointer;
}
.custom_footer_top h4 {
    font-size: 15px;
    padding-top: 4px;
    color: #272727;
    padding-bottom: 6px !important;
}
.custom_footer_top {
    padding: 0px 0px;
    border-top: 1px solid #dcdcdc;
    position: relative;
}
.custom_newletter_form input[type="email"] {
    width: 67%;
}
.custom_about_side_menu .dropdown-menu.custom_about_menu {
    display: flex;
    position: static;
    border-radius: 0px;
    padding: 0;
    margin: 0 auto;
}
.custom_about_side_menu .dropdown-menu.custom_about_menu a {
    /* border-bottom: 1px solid rgba(0,0,0,.15); */
    padding: 8px 10px;
    font-size: 18px !IMPORTANT;
    border-right: 1px solid #d8d8d8;
    /*width: 160px;*/
    text-align: center;
}
.firstClass_button{
    width: 100%;
    text-align: center;
}
.custom_about_side_menu_no .active_tabs {
    background: #7a6147;
    color: #fff;
}

.custom_about_side_menu_no .dropdown-menu.custom_about_menu {
    display: flex;
    position: static;
    border-radius: 0px;
    padding: 0;
    margin: 0 auto;
}
.custom_about_side_menu_no .dropdown-menu.custom_about_menu a {
    /* border-bottom: 1px solid rgba(0,0,0,.15); */
    padding: 8px 10px;
    font-size: 18px !IMPORTANT;
   /* border-right: 1px solid #d8d8d8;*/
    /*width: 160px;*/
    text-align: center;
}
.firstClass_button{
    width: 100%;
    text-align: center;
}
.custom_about_side_menu_no .active_tabs {
    background: #272727 !important;
    color: #fff;
    border: 2px solid #272727;
}
.custom_about_side_menu_no .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #272727;
    /* border: 2px solid #272727; */
}
.custom_about_side_menu_no a.dropdown-item {
    background: white;
    border-right: 1px solid #dedede;
}
.contbx p {
    display: none;
    opacity:0;
}
.newsbx .contbx {
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    -ms-transition-duration:0.7s;
    transition-duration:0.7s;
}
.newsbx .contbx p{
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    -ms-transition-duration:0.7s;
    transition-duration:0.7s;
}
.newsbx:hover p{
    display:block;
    opacity:1;
}
.product_thumb_image {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.product_thumb_image img {
    width: 100%;
}
.custom_product_list_fetch {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    background: white;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0px 0px 10px #000;
    z-index: 99999999;
    max-height: 400px;
    overflow-y: auto;
    display:none;
}
.custom_product_list_fetch .row {
    padding: 10px 0px;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
}

.custom_product_list_fetch h3 {
    font-size: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.custom_product_list_fetch .row:hover {
    background: #f3f3f3;
}


.custom_product_list_fetch::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.custom_product_list_fetch::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.custom_product_list_fetch::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.custom_product_list_fetch::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.custom_testimonials h4, .custom_testimonials p {
    /*text-align: left;*/
}

.custom_testimonials h4 {
    /*margin-top: 20px;*/
}
.custom_testi_slider .col-md-12 {
    padding: 0px 40px;
}
.custom_about_side_menu {
    display: flex;
    margin-bottom: 40px;
}
.custom_about_side_menu_no {
    display: flex;
    margin-bottom: 40px;
}
.portfolio_container {
    background: #f7f7f7;
    padding-bottom: 30px !important;
}


.portfolio_container .custom_bg {
    background:#f7f7f7;
}
.custom_press_slider .swiper-button-prev, .custom_press_slider .swiper-button-next {
    filter: sepia(10);
    background-size: 20px;
    margin: 0 -10px;
    top: 50%;
    transform: translateY(-50%);
}
.project__slide.featuresec .row {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.47);
}
.custom_single_brands .custom_single_show_brnad {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    min-height: 170px;
}

.custom_single_brands .project__information {
    padding: 2em 0px 2em 20px;
    /* background: #fbfbfb; */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.custom_single_show_brnad h2 {
    font-size: 19px;
}
.custom_bottom_footer i {
    color: #fff;
    font-size: 20px;
}

.custom_bottom_footer > .col-sm-12 {
    margin-bottom: 10px;
}
.mobile_social{
    display:none;
}
ul.custom_sort_by {
    list-style: none;
    padding-left: 15px;
    float: left;
}

ul.custom_sort_by li {
    display: inline-block;
    margin: 0 7px;
    cursor:pointer;
}

ul.custom_sort_by li.active {
    border-bottom: 1px solid #000;
}
.custom_sortbymain {
    padding-top: 4px;
}
.custom_filter_product {
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 15px;
}
ul.product_filter_dev {
    list-style: none;
    padding-left: 10px;
}
ul.product_filter_dev li {
    padding-bottom: 10px;
    position: relative;
    padding: 15px 0px;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}
span.custom_radio {
    display: block;
    /* padding: 0px 6px; */
    /* border: 1px solid #000; */
    position: absolute;
    right: 10px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    top: 15px;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    -ms-transition-duration:0.7s;
    transition-duration:0.7s;
}
li.active > .custom_radio {
    transform: rotate(180deg);
}
span.custom_radio.checked:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
    position: absolute;
    left: 3px;
    font-size: 11px;
}
ul.sub_product img {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
}

ul.sub_product {
    list-style: none;
    padding-left: 0px;
    display: none;
}
.custom_img_over_box {
    position: relative;
    overflow: hidden;
    margin-bottom:25px;
}
.custom_img_over_box:hover img{
    transform:scale(1.3);
}
.custom_img_over_box:hover .content{
    top:-100%;
}
.custom_img_over_box .content {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.84);
    width: 100%;
    padding: 15px 10px;
    min-height: 135px;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -ms-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

.custom_img_over_box img {
    width: 100%;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -ms-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}


.custom_single_show_brnad img {
    height: auto;
    object-fit: contain;
}
li.footer__link__list__item {
    -webkit-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
    -o-transition-duration:0.4s;
    -ms-transition-duration:0.4s;
    transition-duration:0.4s;
}
li.footer__link__list__item:hover {
    transform: translateX(10px);
}
.video-volume {
    position: absolute;
    bottom: 110px;
    left: 40px;
    font-size: 30px;
    color: #7a6147;
    cursor: pointer;
    z-index: 999;
}
.news_heading {
    padding: 10px 10px;
}
.center_heading{
    position: absolute;
    top: 50%;
    background: #ffffff4f;
    width: calc(100% - 30px);
    text-align: center;
    transform: translateY(-50%);
}
.home__catalogue__product__img img:hover {
    transform: scale(1.5);
}

.home__catalogue__product__img {
    overflow: hidden;
}
.home__catalogue__product__img img {
    -webkit-transition-duration:2s;
    -moz-transition-duration:2s;
    -o-transition-duration:2s;
    -ms-transition-duration:2s;
    transition-duration:2s;
}
/*.portfolio_container span {*/
/*    color: #fff;*/
/*}*/
/*.portfolio_container h2.font_romain {*/
/*    color: #fff;*/
/*}*/

/*.portfolio_container h6 {*/
/*    color: #fff;*/
/*}*/
/*section.home__brands__wrapper:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -999;
    top: 0;
    left: 0;
}

section.home__brands__wrapper {
    position: relative;
}
.home__brands__wrapper h2.font_romain {
    color: #fff;
}

.home__brands__wrapper h6 {
    color: #fff;
}*/
section.home__about__wrapper:before {
    content: "";
    width: 100%;
    height: 84%;
    background: #f7f7f7;
    position: absolute;
    z-index: -999;
    opacity: 0;
}
section.home__about__wrapper.mt-1.mb-1 {
    position: relative;
}
.brand__collections {
    background: #f7f7f7 !IMPORTANT;
}
button.btn.add__to__enquiry__btn.other {
    background: #fff;
    color: #000;
    border: 2px solid #272727;
    font-size: 13px;
    cursor: pointer;
}
button.btn.add__to__enquiry__btn.other:hover {
    background: #272727;
    color: #fff;
    box-shadow: 5px 5px 0px #dedede;
}
.custom_opara p {
    margin-bottom: 15px;
}

.custom_opara b {
    font-size: 12px;
}
.custom_fouriforamto_sec {
    height: calc(100% - 40px);
    /* background-image: url(https://aclasssurfaces.com/assets/img/furiformatoo-sec.jpg); */
    background-position: center center;
    -webkit-transition-duration:10s;
    -moz-transition-duration:10s;
    -o-transition-duration:10s;
    -ms-transition-duration:10s;
    transition-duration:10s;
    overflow: hidden;
}
.custom_fouriforamto_sec img {
    -webkit-transition-duration: 10s;
    -moz-transition-duration: 10s;
    -o-transition-duration: 10s;
    -ms-transition-duration: 10s;
    transition-duration: 10s;
    width: 100%;
}
.custom_fouriforamto_sec:hover img{
    transform:scale(1.5);
}
.add_top_space{
    position:relative;
    top:0%;
}
.category__product__banner__slider .slick-slide {
   height:500px;
}

.category__product__banner__slider .slick-slide img {
   /*height:500px;*/
   height: auto;
}
.custom_img_over_box h4 {
    text-transform: uppercase;
}
.custom_img_over_box.auto .content {
    height: auto;
    min-height: auto;
}
ul.custom_brand_color {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;
    bottom: 5px;
}
.count_color {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
}
.full_view {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;
    position: relative;
    bottom: 75px !IMPORTANT;
    background: #fff;
    padding: 10px 20% 10px 10px !IMPORTANT;
}
.count_color.back:before {
    content: "x";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -1px;
    top: -1px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
ul.custom_brand_color li {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
    visibility: hidden;
}
ul.custom_brand_color li:nth-child(-n+5) {
    visibility: visible;
}
ul.custom_brand_color.show_all li {
    visibility: visible !important;
}
ul.certificate_img img {
    width: 70%;
}

.custom_blog_article .swiper-slide {
    padding-right: 80px;
    padding-top: 20px;
}
.custom_blog_article .swiper-button-next {
    margin: -30px -10px;
    outline: none;
}
.swiper-button-prev {
    outline:none;
}
.search_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000c7;
    top: 0;
    z-index: 9999999999;
    display: none;
}

.search_box input[type="search"] {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: none;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px 0px;
    font-size: 24px;
}

.search_box .search_close_icon {
    position: absolute !IMPORTANT;
    top: 20px;
    right: 20px;
    color: white;
    display: block;
    font-size: 40px;
    cursor:pointer;
}
.custom_application_section h4 {
    text-align: center;
    background: #7a6147d9;
    color: #fff;
    padding: 10px 0;
    position: relative;
    bottom: 47px;
    margin-bottom: -47px;
}
.custom_application_section .box {
    overflow: hidden;
}
.custom_application_section img {
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    -ms-transition-duration:0.7s;
    transition-duration:0.7s;
}
.custom_application_section img:hover {
    transform: scale(1.05);
}
.newsletter_form ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}

.newsletter_form ul li {
    width: 180px;
    float: left;
    background: #f3f3f3;
    margin-right: 25px;
    border: 1px solid #e4e4e4;
    padding: 10px;
    cursor:pointer;
}
.newsletter_form ul li:hover h6 {
    color: #fff;
}

.newsletter_form ul li:hover {
    background: #7a6147;
    color: #fff;
}
.newsletter_form h6 {
    color: #7a6147;
    font-weight: bold;
    font-size: 18px;
}

.newsletter_form li input {
    display: none;
}
.newsletter_form label {
    padding: 15px 0px;
    font-weight: bold;
    font-size: 22px;
    display: block;
}
.newsletter_form ul li.active h6 {
    color: #fff;
}

.newsletter_form ul li.active {
    background: #7a6147;
    color: #fff !important;
}
.newsletter_form {
    margin: 0px 0px 60px 0;
}

.newsletter_form input {
    outline: none;
    margin: 20px 0px;
    width: 30%;
    display: block;
    margin: 20px AUTO;
}
.newsletter_form input[type="submit"] {
    background: black;
    color: #fff;
    border: 2px solid #000;
    padding: 10px 20px;
    width: 120px;
    cursor: pointer;
    margin-top: 20px;
}

.newsletter_form input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.newsletter_form input[type="checkbox"] {
    /* width: auto; */
    margin: 10px 0 0 0;
    WIDTH: 20PX;
    POSITION: relative;
    left: 23%;
    top: 16px;
}
.testbx video {
    outline: none;
}
.moodboard {
    padding: 14vw 4vw;
    background-size: cover;
}
.moodboard .brand__collection {
    height: 240px;
}
.moodboard_slider .swiper-button-next {
    /* top: inherit; */
    /* bottom: -6px; */
    background-size: 16px;
    /* right: 48%; */
}
.moodboard_slider .swiper-button-prev {
    /* top: inherit; */
    /* bottom: -6px; */
    background-size: 16px;
    left: 25px;
}
.custom_team_slider .swiper-button-next {
    background-size: 15px;
}

.custom_team_slider .swiper-button-prev {
    background-size: 15px;
}
h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif !IMPORTANT;
}
h6, p, p div, li a, a{
    font-family: 'Montserrat', sans-serif !IMPORTANT;
}
.home_about_new .imgbpx {
    overflow: hidden;
}

.home_about_new img {
    transition-duration: 5s;
}

.home_about_new img:hover {
    transform: scale(1.3);
}

.home_about_new {
    margin-bottom: 30px !IMPORTANT;
}
.row.adrs-sec .fa-map-marker {
    display: -webkit-inline-box;
    position: relative;
    top: -2px;
    font-size: 14px;
}
.row.adrs-sec .col-md-4 {
    margin-bottom: 40px;
}
.moodboardimgg img {
    height: auto;
    max-height: 400px;
    transition-duration:5s;
}
.home__catalogue__product p {
    text-align: left;
}
.product__item__image {
    overflow: hidden;
}

.moodboardimgg img:hover {
    transform: scale(1.5);
}
iframe {
    margin-top: 40px;
}
.adrs-sec i.fa.fa-envelope, .adrs-sec i.fa.fa-phone {
    display: -webkit-inline-box;
    color: #272727;
    position: relative;
    right: 2px;
        font-size: 16px;
}
.application_slider .box {
    max-height: 650px;
    overflow: hidden;
}
.application_slider .swiper-button-prev, .application_slider .swiper-button-next {
    background-size: 15px;
    margin: -10px 10px;
    filter: brightness(0) !IMPORTANT;
}
body .header__link a:hover {
    color: #7a6147;
}
/********************************************************************************/

.header__topbar .list-inline-item {
    font-size:14px;
    font-weight: 600;
    margin-left: 20px;
}
.header__topbar  .list-inline-item i{
    font-size:18px;
}
.header__topbar .topbar__item {
    padding: 6px 0 4px 0;
}
.social__list__top__bar i{
    font-size: 15px !important;
}
.certificate_img li {
    display: inline-block;
    list-style: none;
    width: 19%;
}
.certificate_img li img {
    max-width: 100%;
}

.extra-margin-custom {
    padding-top: 90px !important;
}
.custom_about_side_menu_no .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #7a6147;
}
.custom_border.verticle {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background: #d8d8d8;
    top: 0;
}
.customnewsletter {
    background: #272727;
    border-color: #272727 !IMPORTANT;
}
.customnewsletter h4 {
    color: #fff;
}
.customnewsletter a {
    color: #fff;
}
.customnewsletter input[type="Submit"] {
    background: white;
}
h1.custom_brandname {
    text-align: center;
    background: #efefef;
    margin: 0;
    padding: 10px 0px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
}
.mail_us .col-md-4 {
    text-align: center;
    height: 120px;
    /*border: 1px solid #ccc;*/
    padding-top: 2%;
    margin-bottom: 30px;
}
.mail_us h4{    font-size: 1.2rem;}
.custom_newscontebnt {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(56, 56, 56, 0.5);
    color: #fff;
    padding: 30px;
    -webkit-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
    -o-transition-duration:0.4s;
    -ms-transition-duration:0.4s;
    transition-duration:0.4s;
}
.newsbx:hover .custom_newscontebnt{
    left: 0;
}
p.custom_testi_video label {
    color: #7a6147;
    padding: 0px 10px 0 0;
    font-weight: bold;
    cursor: pointer;
}

p.custom_testi_video {
    margin: 10px 0;
    font-size: 15px;
}
p.custom_testi_video i {
    cursor: pointer;
    font-size: 14px;
    right: 4px;
    top: 1px;
}
p.custom_testi_video i:hover {
    color: #7a6147;
}
.custom_testi_video_box {
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999999999;
    padding: 20px;
    background: black;
    display: none;
    height: auto;
}
.custom_testi_video_box i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    cursor:pointer;
    font-size: 20px;
}
testivideo{
    display:none;
}
.custom_testi_video_box iframe {
    width: 100%;
    border: none;
    height: calc(100vh - 180px);
}
h2.custom_presnece_heading {
    font-size: 30px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000 !important;
}
.dropdown-toggle::after {
    display:none;
}
li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    top: calc(100% - 3px) !important;
}
.dropdown-menu{
    animation:dropdown 0.4s forwards;   
}
@keyframes dropdown{
    from{top:90%;}
    to{top:calc(100% - 3px)}
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #272727 !important;
}
.custom_fulltile img {
    margin: 0;
    padding: 0;
    margin-right: 0;
}
.footer__widget {
    margin-bottom: -15px;
}
.swiper-button-prev,  .swiper-button-next {
    filter: sepia(10) !IMPORTANT;
}
/*.custom_testimonials a {
    font-size: 17px;
    color: #7a6147;
    font-weight: bold;
    position: relative;
    top: 5px;
}*/
li.nav-item.header__link {
    padding-top: 21px;
}
.custom_phone {
    font-size: 21px;
    position: relative;
    top: -3px;
    right: 30px;
}


a.custom_whatsapp {
    position: relative;
    right: 17px;
    top: -7px;
}
section.newss {
    position: relative;
    bottom: 57px;
    /* margin-bottom: -57px; */
}
section.newss i.close_news {
    position: absolute;
    z-index: 999999;
    top: 18px;
    left: 31px;
    color: #fff;
    cursor: pointer;
    font-style: initial;
}
.open_news {
    position: absolute;
    bottom: 78px;
    font-size: 9px;
    color: #775c43;
    z-index: 999999;
    left: 37px;
    font-style: initial;
    display: none;
    cursor: pointer;
    width: 22px;
}
.custom_about_side_menu_no {
    display: none;
}
.custom_about_side_menu {
    display: none;
}
.newsletter_form {
    text-align: center;
}
.custom_phone:after {
    font-family: 'Montserrat', sans-serif !IMPORTANT;
    content: "+91-999-9800-071";
    position: absolute;
    border: 1px solid #000;
    left: -180px;
    font-size: 17px;
    font-weight: 500;
    padding: 5px;
    top: 0px;
    display: none;
}
.custom_phone:hover:after{
    display:block;
}
footer.site__footer.copyright p {
    text-align: left;
    color: #fff;
    padding: 5px 0px;
    font-size: 13px !important;
}
.catalouge_box img {
    width: 100%;
}
.catalouge_box {
    margin: 20px 0 30px 0;
}


.catalouge_box:hover img {
    opacity: 0.8;
}
.career_form .col-md-3 {
    margin-bottom: 20px;
}

.career_form input[type="submit"] {
    border: 2px solid #000;
    background: #000;
    color: #fff;
}
form.career_form .form-control {
/*    margin-bottom: 30px;*/
}

form.career_form {
    margin-bottom: 70px;
    margin-top: 70px;
}
.newsletter_form h5 {
    margin: 20px 0 30px 0;
}

.newsletter_form h3 {
    margin-bottom: 20px;
}
.porfolio_cnt {
    height: 100px;
}
div#company-presence h2 {
    display: block !IMPORTANT;
    width: 100%;
}

.home__about__image {
    /* height: 70vh !IMPORTANT; */
}
.enquiry_open {
    font-style: inherit;
    font-size: 31px;
    position: relative;
    top: 0px;
    right: 8px;
    cursor: pointer;
    font-weight:100;
}
span.search__icon {
    top: -7px;
    position: relative;
}
h4.home__brand__title img {
    height: 50px;
}
div#company-presence p {
    width: 100%;
    text-align: center;
}
.popup__contact__form__btn {
    display: none;
}
.home__about__content p strong {
    font-weight: 600;
}
p.about_img img {
    height: 65px;
    transition-duration: inherit;
    margin-right: 15px;
    margin-top: 20px;
}
p.about_img img:hover {
    transform: inherit;
}
.birth select {
    width: 31.33%;
    display: inline-block;
    font-size: 12px;
    height: 36px !important;
}

.birth label {
    display: block;
}
.expe label {
    display: block;
}

.expe select {
    width: 49%;
    display: inline-block;
}
form.career_form label {
    color: #a2a2a2;
    font-size: 14px;
}
.heading {
    text-transform: uppercase;
}
h3.custom_heading_btm {
    margin-bottom: -50px;
    margin-top: 50px;
}
h1, h2 {
    text-transform: uppercase;
}

#company .home__about__image {
    height: auto !IMPORTANT;
}
.category__product__banner p {
    text-align: center !IMPORTANT;
}
.home__catalogue__product__title {
    height: 60px;
}
p.project-overview-info.porfolio_cnt {
    display: none;
}
.row.offering_brands img {
    width: 75%;
    margin: 5px 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.row.offering_brands {
    text-align: center;
    margin-bottom: 40px;
}

.customprevv{
    display:none;
}

.certi-space{padding-top:30px;}
.home__catalogue__product.custonmainnews {
    box-shadow: none !IMPORTANT;
    border: inherit;
}
.home__catalogue__product.custonmainnews img:hover {
    transform: inherit;
}


.product__item p {
    text-transform: uppercase;
}
/*section.home__about__wrapper.mb-1 {
    margin-top: 90px;
}
*/

.custom_home_about_pa {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif !IMPORTANT  
}
.findare_logo_custom {
    height: 71px !Important;
    margin-top: -10px !important;
    margin-bottom: -10px;
}
ul.footerxtar_links {
    list-style: none;
    padding-left: 0;
}
ul.footerxtar_links li {
    display: inline-block;
    margin-right: 1.5vw;
}
.homeabout_imagess {
    margin-top: 3px !important;
}
.tab.eventheading button {
    font-size: 2rem !important;
    font-family: 'Oswald', sans-serif !IMPORTANT;
}

.home_new_section_video video {
    top: 0;
    z-index: -999;
    width: 100%;
}
.home_new_section_video {
    height: calc(100vh - 100px);
    overflow: hidden;
}
.home_new_section_video section.newss {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: inherit;
}
.col-sm-12.category__product__banner h2 {
    text-align: center;
}
.custom_home_about_pa.animated {
    text-transform: inherit;
}
.moodboard_img_popup {
    width: 90%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -47%);
    z-index: 99999999999999;
    display: none;
}

.moodboard_img_popup img {
    width: 100%;
}

.moodboard_img_popup:before {
    content: "";
    width: 160vw;
    height: 130vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: -14vw;
    left: -44vw;
    z-index: -1;
}

.moodboard_img_popup i.fa {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: inherit;
    font-size: 20px;
    background: black;
    display: block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.moodboard_img_popup i.fa:hover {
    background: #48372b;
}
.moodboardbtn {
    width: 100%;
    margin-bottom: 50px;
}

.bootstrap-select .dropdown-menu {
    position: inherit !IMPORTANT;
    transform: inherit !IMPORTANT;
    max-height: 300px !IMPORTANT;
    overflow: inherit !IMPORTANT;
    will-change: inherit !IMPORTANT;
    animation: inherit !IMPORTANT;
    top: inherit !IMPORTANT;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !IMPORTANT;
    float: inherit !IMPORTANT;
    height: auto;
    border: inherit !important;
    padding-top:20px;
}
.filter-option {
    background: #fff;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
}
i.customsclosee {
    position: absolute;
    top: 0;
    right: 0;
    background: #272727;
    width: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/*.filter-option:before {content: "Select Product";background: #fff;position: absolute;width: 100%;color: #3c3c3c;}*/
/*select.selectpicker.form-control button {*/
/*    border: inherit !IMPORTANT;*/
/*}*/


.collection_pro{
    display:none;
}
ul.custom_collection_product {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 50px;
    display:none;
}
.product_selection {
    cursor: pointer;
}
.custom_blogmain_single .category__product__banner__slider {
    padding: 0 !IMPORTANT;

}
.custom_blogmain_single {
    box-shadow: inherit !IMPORTANT;
    border: inherit !IMPORTANT;
}

.custom_blog_header .swiper-button-prev{
    top: 72%;
}

.custom_new_hom_slder .home_new_section_video {
    height: 100vh;
}

.custom_new_hom_slder .category__product__banner__slider {
    margin: 0 !IMPORTANT;
    padding: 0 !important;
}

.custom_new_hom_slder .slick-track {
    padding: 0 !IMPORTANT;
    margin: 0 !IMPORTANT;
}
.row.formsec iframe {
    margin-top: 26px;
}
.custom_presense_disc {
    text-align: left !IMPORTANT;
}

.custom_new_lifestyle_banner .slick-slide {
    height: auto !IMPORTANT;
}
.custom_new_lifestyle_banner .slick-slide img {
    height: auto !IMPORTANT;
}
.custom_presence_slider.swiper-container-horizontal {
    max-height: 545px !IMPORTANT;
    overflow: hidden;
    width: 828px !IMPORTANT;
    margin-bottom: 35px;
}
.custom_new_presnese_slider_content {
    text-align: center !IMPORTANT;
}

.custom_new_presnese_slider_content p {
    text-align: center !IMPORTANT;
}

.custom_new_presnese_slider_content .home__about__button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
p.bookmatching_heading {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.custom_singls_book_matchingimg img {
    min-height: 228px;
    max-height: 228px;
}

.custom_singls_book_matchingimg {
    text-align: center;
}
ul.boomatching_orderno {
    list-style: none;
    padding-left: 0;
    text-align: center;
    width: 100%;
}

ul.boomatching_orderno li {
    display: inline-block;
    width: 113px;
    font-size:17px;
}

custom_neweventnewslider .slick-slide {
    height: inherit !important;
}
.custom_neweventnewslider .slick-slide img {
    height: inherit !important;
    max-height: 100% !important;
    width: auto;
}

.custom_neweventnewslider img {
    height: 400px !important;
    max-width: 100% !important;
    width: auto;
    object-fit: cover !important;
    margin: 0 auto !important;
}
.custom_bookmatching-left h6 {
    width: 70%;
    margin-left: 30%;
}

ul.custom_firstbookmatching_imgg {
    list-style: none;
    padding-left: 0;
    text-align: center !IMPORTANT;
}

ul.custom_firstbookmatching_imgg li img {
    width: 100%;
}
ul.custom_firstbookmatching_imgg li {
    display: inline-block;
    width: 114px;
}

.custom_lifestyles_banners {
    width: 750px;
    height: 533px;
    margin: 0 auto 50px auto;
}
.application_slider.swiper-container-horizontal {
    max-width: 629px;
    height: 445px;
}

.application_slider.swiper-container-horizontal .swiper-slide {
    max-width: 100%;
}

.custom_single_product_sliders button {
    top: 46% !IMPORTANT;
}
.custom_thicness_height {
    height: 377px !IMPORTANT;
}
p.newsletter_datee {
    position: absolute;
    bottom: 10px;
    background: #fff;
    color: #000;
    left: 10px;
    padding: 0 10px;
}

.home__about__content.col-sm-7.text-left {
    background: #f7f7f7;
}

/*.input-group.mb-2.category {*/
/*    position: relative;*/
/*    overflow-x: auto;*/
/*    height: 100px;*/
/*}*/
.input-group.mb-2.category ul li {
    list-style-type: none;
    margin-left: -11%;
}

ul.category_value li {
    padding-left: 16px;
}

.custom_popup_collection label {
    font-size: 11px;
    color:#495057;
    padding-left: 4px;
}

.custom_popup_collection ul.category_value {
    padding-left: 2vw;
}

.custom_popup_collection input[type="checkbox"] {border: 5px solid #000 !important;padding: 30px !IMPORTANT;width: 11px !IMPORTANT;height: 20px !IMPORTANT;position: relative;top: 7px;}

.custom_collection_product input[type="checkbox"] {
    width: 11px;
    position: relative;
    top: 3px;
}

.custom_collection_product label {
    padding-left: 4px;
    font-size: 11px;
    text-transform: uppercase;
    color: #495057;
}
ul.custom_collection_product {
    padding-left: 52px;
}

.custom_popup_collection ul.category_value li {
    line-height: 0px !IMPORTANT;
}
ul.custom_collection_product li {
    line-height: 11px;
}
.customformss input, .customformss textarea {
    text-transform: uppercase;#495057
}
.customformss input::placeholder, .customformss textarea::placeholder {
    color:#495057;
}

.openingCustPopupClass .customformss input, 
.openingCustPopupClass .customformss textarea, 
.openingCustPopupClass label {
    text-transform: initial !important;
}

.openingCustPopupClass ul.category_value {
    width: 82% !important;
    padding-left: 20px;
}

/*.openingCustPopupClass .alert-success {*/
/*    position: fixed;*/
/*    top: 3vh;*/
/*    right: 3vw;*/
/*    z-index: 999999;*/
/*}*/


.custom_blog_article .swiper-button-next, .custom_blog_header .swiper-button-prev {
    transform: translateY(-50%) !important;
    margin-block: 0 !important;
    top: initial !important;
}

.custom_blog_header .swiper-button-prev {
    top: 50% !important;
}

.home__brands__wrapper .swiper-button-next, 
.home__brands__wrapper .swiper-button-prev {
    transform: translateY(-50%);
    margin-block: 0;
    top: 43% !important;
}



