/*** 

====================================================================
    language Popup start
====================================================================

***/

.language-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    /* padding-bottom: 200px; */
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    transform: translateY(-101%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.language-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.language-popup .popup-inner {
    width: 100%;
    background: #fff;
    height: 100%;
    display: inline-table;
}

.language-popup .upper-box {
    position: relative;
    padding: 70px 70px;
}

@media (max-width:575px) {
    .language-popup .upper-box {
        padding: 30px;
    }
/*    .owl-nav
	{
		display:none;
	}*/
}
/*
@media (min-width:576px) {
.owl-dots 
{
	display:none
}
}
*/
.language-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.language-popup .close-language {
    position: relative;
    font-size: 14px;
    color: #141417;
    cursor: pointer;
    z-index: 5;
    top: 0px;
    transition: all 0.3s ease;
}

.language-popup .close-language:hover {
    color: #777;
}

.language__inner {
    cursor: pointer;
}

.language__inner p i {
    padding-left: 5px;
}

.language {
    position: absolute;
    right: 5.5%;
}

@media (max-width:1700px) {
    .language {
        right: 6.5%;
    }
}

@media (max-width:1440px) {
    .language {
        right: 7.5%;
    }
}

@media (max-width:1280px) {
    .language {
        right: 8.5%;
    }
}

@media (max-width:1024px) {
    .language {
        right: 10%;
    }
}

@media (max-width:991px) {
    .language {
        display: none;
    }
	
	.mbmt
	{
		margin-top:30px;
	}
}

.language__inner p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-header--add .language__inner p {
    color: #000;
}

@media only screen and (min-width: 992px){
    
}

.language-title {
    text-align: center;
    margin-bottom: 25px;
}

a.lang-select {
    background: #eee;
    padding: 2px 15px 6px;
    display: block;
    margin: 5px 0;
    color: #231f20;
}

a.lang-select img {
    width: 30px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}


/*** 

====================================================================
    language Popup end
====================================================================

***/


/* Whatsapp css */

#notification {
    position: fixed;
    bottom: 70px;
    left: 15px;
    z-index: 9999;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 290px;
    height: auto;
    padding: 20px;
}

#notification p {
    text-align: justify;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

#notification a {
    color: #000 !important;
    font-weight: 600;
}

#notification table td {
    padding: 10px;
}

#notification table td br {
    display: block;
}

.whatsappicon {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

@media (max-width:789px) {
    .whatsappicon {
        bottom: 16px;
        width: 50px;
        height: 50px;
    }
}

.whatsappicon img {
    max-width: 100%;
}

.tableimg {
    width: 60px;
    margin-right: 10px;
}

.whatsappicon:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


/* Whatsapp css */

.translated-rtl .main-header--add {
    top: 40px;
}

.main-header.ex_shop_header .header-upper .logo-box .logo {
    padding: 0;
}
.main-header.ex_shop_header .header-upper .logo-box .logo .logo__w {
    height: 50px;
}
.main-header.ex_shop_header .header-upper .logo-box .logo img {
    height: 60px;
}

.main-header.ex_shop_header .header-upper .right-info {
    position: absolute;
    left: 35px;
}

@media (max-width:991px) {
    .main-header.ex_shop_header .header-upper .right-info {
        display: none;
    }
}
@media (max-width:767px) {
    .main-header.ex_shop_header .header-upper .logo-box .logo .logo__w,
    .main-header.ex_shop_header .header-upper .logo-box .logo img{
        height: 40px;
    }
}

.main-header .search-box-outer {
    position: absolute;
    right: 0;
    width: 65px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}

@media (max-width:991px) {
    .main-header .search-box-outer {
        display: none;
    }
}

.main-header--add.main-header .search-box-outer {
    color: #000;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.main-header.ex_shop_header .header-upper .inner-container {
    justify-content: center;
}

@media (max-width:991px) {
    .main-header.ex_shop_header .header-upper .inner-container {
        justify-content: flex-start;
        padding: 0 5px 5px 5px;
    }
}

.main-header.ex_shop_header .header-upper .right-info li a {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.main-header.ex_shop_header.main-header--add .header-upper .right-info li a {
    color: #000;
}

.main-header.ex_shop_header .main-menu .navigation>li {
    margin: 0px 70px;
}

.main-header.ex_shop_header .main-menu .navigation>li>a {
    font-size: 19px;
    padding: 9px 0;
    padding-right: 0;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.main-header.ex_shop_header.main-header--add .main-menu .navigation>li>a {
    color: #000;
}

.main-header.ex_shop_header .main-menu .navigation>li>a:before {
    top: 10px;
    display: none;
}

.main-header {
    position: absolute;
}

.main-header--add {
    position: fixed;
    background: #fff;
}

.main-header.ex_shop_header .header-upper {
    background: transparent;
}

.main-header.ex_shop_header_two .header-lower {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width:991px) {
    .main-header.ex_shop_header_two .header-lower {
        border-top: none;
    }
}

.main-header.ex_shop_header_two.main-header--add .header-lower {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li.dropdown>.megamenu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-header.ex_shop_header .main-menu .navigation>li.not-drop>a:before {
    display: none;
}

.ex_shop_header .sticky-header {
    background: #000;
}

.main-menu .navigation>li.dropdown>.megamenu .nav-pills {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 0;
}

.main-menu .navigation>li.dropdown>.megamenu .nav-pills li {
    margin: 0 10px;
}

.main-menu .navigation>li.dropdown>.megamenu .nav-pills li a {
    padding: 13px 20px 10px;
    /* border: 1px solid transparent; */
}

.main-menu .navigation>li.dropdown>.megamenu .nav-pills li a h5 {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}


/* .main-menu .navigation>li>.megamenu li>a:hover:before {
    display: none;
} */

.main-menu .navigation>li>.megamenu li>a.active h5 {
    position: relative;
}

.main-menu .navigation>li>.megamenu li>a.active h5::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: -5px;
    transition: all 500ms ease;
    background-color: #db8238;
    opacity: 1;
}

.about-widget_hr_001 .text {
    text-align: justify;
}

.footer-bottom_hr_001 {
    background-color: #fff;
}

.main-footer_hr_001 {
    padding: 0px 15px;
    background-color: #fff;
}

.contact-widget_hr_001 ul li a:hover {
    color: #000;
}

.newsletter-form-two input#subscription-email {
    background-color: #d3d3d3;
}

.footer-bottom_hr_001 .copyright-text a {
    color: #000;
}

.footer-bottom_hr_001 .copyright-text {
    letter-spacing: 1px;
}

@media (max-width:767px) {
    .footer-bottom_hr_001 .copyright-text {
        letter-spacing: 0;
        padding: 15px;
        text-align: center;
    }
}

.main-footer_hr_001 .upper-box {
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    border-top: 1px solid rgb(0 0 0 / 15%);
}

.footer-bottom_hr_001 {
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    border-top: 1px solid rgb(0 0 0 / 15%);
}

.g_color_2 {
    background: -webkit-linear-gradient(45deg, #000000, #818181 75%);
}

.slider-three .theme-btn-four {
    background: transparent;
    border: 1px solid #fff;
}

.main-footer_hr_001 ul.social-icon li a:hover {
    background: #000;
}

.banner-carousel .owl-nav {
    top: 50%;
}

.slider-three .banner-carousel .owl-nav button.owl-next:hover:before {
    background: #000;
}

.slider-three .banner-carousel .owl-nav button.owl-next:hover:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}

.ex_shop_header .main-menu .navigation>li>ul>li>a:hover {
    color: #EB7937;
    margin-left: 5px;
}

.ex_shop_header .main-menu .navigation>li>.megamenu li>a:hover{
    color: #e35711;
}
.new__bg--color {
    background: #F0F0F0;
    padding-top: 70px;
    padding-bottom: 70px;
}

.new__bg--color2 {
    background: #F0F0F0;
}

.about-seven .bg-layer {
    background-size: cover;
    opacity: 0.5;
}

.news-two .news-block-one .inner-box .image {
    background: -webkit-linear-gradient(0deg, #ffffff, #000000 100%);
}

.news-two .news-block-one .inner-box .lower-content h4 a:hover,
.news-two .news-block-one .inner-box .post-info li a:hover {
    color: #525252;
}

.news-two .theme-btn-two span:after {
    color: #7c7c7c;
}

.project-block-four .inner-box .image {
    background: #1e1e1e;
}

.sortable-masonry .masonry-item {
    margin-top: 15px;
}

.project-five .sortable-masonry .filter-tabs li.active,
.project-five .sortable-masonry .filter-tabs li:hover {
    color: #000;
    font-weight: 800;
}

.project-five .sortable-masonry .filter-tabs li:before {
    background: #000;
}

.project-block-four .inner-box .content-box .inner h3 a:hover {
    color: #000;
    font-weight: 700;
}

.content_block_ten .content-box .list-style-two li:before {
    color: #999;
}

.theme-btn-seven {
    background: #fff;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.theme-btn-seven:hover {
    color: #fff !important;
    border: 1px solid #db8238 !important;
}

.project-block-one .inner-box .content-box .link a:hover {
    color: #000;
}

.main-header.ex_shop_header .header-upper .right-info li a:hover {
    color: #e35711;
}

.search-popup .close-search:hover {
    color: #777;
}

.links-widget_hr_001 li a:hover {
    color: #000;
}

.project-block-one .inner-box .image-box img {
    width: 100% !important;
}

.mobile-menu .navigation>li.dropdown>.megamenu .nav-pills li {
    height: 50px;
    margin: 0 50px;
}

.mobile-menu .navigation>li.dropdown>.megamenu .nav-pills li a {
    padding: 8px;
    border: 1px solid transparent;
}

.mobile-menu .navigation>li>.megamenu li>a:hover:before {
    display: none;
}

.mobile-menu .navigation>li>.megamenu li>a.active {
    border: 1px solid #d5d5d5 !important;
    background: #fff;
}

.display--991_block {
    display: none !important;
}

@media (max-width:991px) {
    .display--991_block {
        display: block !important;
    }
    .display--991_none {
        display: none !important;
    }
}

@media (max-width:767px) {
    .sec-title .sub-title {
        font-size: 14px;
        padding: 4px 25px;
    }
    .banner-carousel .content-box h2 br {
        display: none;
    }
    .service-six .theme-btn-seven,
    .support-area .theme-btn-seven {
        padding: 10px 30px;
    }
    .sortable-masonry .project-block-four {
        padding: 0 15px;
    }
}

@media (max-width:480px) {
    .main-header.ex_shop_header .header-upper .logo-box {
        width: 200px;
    }
    .sortable-masonry .filter-tabs li {
        margin: 0 8px;
    }
}

.mobile-menu .contact-info ul li br {
    display: block;
}

.contact-widget_hr_001 ul li br {
    display: block;
}

.main-header.ex_shop_header .main-menu .navigation>li.not-drop>a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 8px;
    transition: all 100ms ease;
    background-color: #db8238;
    opacity: 0;
}

.main-header.ex_shop_header .main-menu .navigation>li.not-drop>a:hover::after {
    opacity: 1;
}

.main-header.ex_shop_header .main-menu .navigation>li.dropdown>a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 8px;
    transition: all 100ms ease;
    background-color: #db8238;
    opacity: 0;
}

.main-header.ex_shop_header .main-menu .navigation>li.dropdown>a.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 8px;
    transition: all 100ms ease;
    background-color: #db8238;
    opacity: 1;
}

.main-header.ex_shop_header .main-menu .navigation>li.dropdown>a:hover::after,
.main-header.ex_shop_header .main-menu .navigation>li.dropdown>a.active::after {
    opacity: 1;
}

.main-menu .navigation>li.dropdown>.megamenu .nav-pills li a:hover::before {
    width: calc(90% - 15px) !important;
    left: 15px !important;
}

.main-header.ex_shop_header .main-menu .navigation>li>a:hover {
    color: #000;
}

.ex_shop_header .main-menu .navigation>li>.megamenu li>a:before {
    background-color: #EB7937;
    bottom: 5px;
    display: none;
}

.mobile-menu .navigation li>a h5 {
    color: #141417;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-family: 'Lato', sans-serif;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;*/
}



.logo__b {
    display: none;
}


.main-header--add .logo__b {
    display: block;
}

.main-header--add .logo__w {
    display: none;
}


@media only screen and (min-width: 992px){
    .main-header:hover {
        background-color: #fff;
    }
    .main-header:hover .language__inner a{
        color: #212529 !important;
    }

    .main-header:hover .logo__b{
        display: block;
    }

    .main-header:hover .logo__w{
        display: none;
    }

    .main-header:hover .header-lower {
        background: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .main-header:hover .header-upper .right-info li a {
        color: #000;
    }

    .main-header:hover .main-menu .navigation>li>a {
        color: #000;
    }

    .main-header:hover .search-box-outer {
        color: #000;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .main-header:hover .language__inner p{
        color: #000;
    }
}
.slider-three .mouse-btn-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 2;
}

.slider-three .mouse-btn-down .scroll-arrow-box {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.subtitle__line {
    font-style: italic;
    color: #888888;
}

.team-block-one .inner-box .lower-content h4:before {
    display: none;
}

.team-block-one .inner-box .lower-content h4 a:hover {
    color: #000;
}

@media (max-width:1280px) {
    .brands__section .content-box {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:1199px) {
    .brands__section .content-box {
        margin-top: 30px;
    }
    .brands__order2 {
        order: 2;
    }
    .brands__order1 {
        order: 1;
    }
    .team-block-one .inner-box {
        margin-bottom: 25px;
    }
    .news-block-one .inner-box {
        margin-bottom: 25px;
    }
    .project-one .inner-content {
        margin: 0;
    }
}

.breadcrumbs_list ul {
    display: flex;
    align-items: center;
    padding: 35px 15px 40px 40px;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .breadcrumbs_list ul {
        padding: 35px 15px 40px 15px;
    }
}

.breadcrumbs_list ul li {
    padding: 0 5px;
    font-size: 17px;
    color: #000;
}

@media (max-width:991px) {
    .breadcrumbs_list ul li {
        font-size: 15px;
    }
}

.breadcrumbs_list ul li a {
    color: #000;
}

.breadcrumbs_list ul li.active {
    color: #888888;
}


/* ************************************************************************************************************************
                                        DISCOVER PRESHEEL PAGE CSS START
************************************************************************************************************************ */

.discover-zylo__page .banner {
    width: 100%;
    height: 100%;
    background-image: url(../img/discover/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45% 0 15%;
    position: relative;
    z-index: 0;
}

.discover-zylo__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.discover-zylo__page .banner .banner__heading {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.discover-zylo__page .banner .banner__heading p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .discover-zylo__page .banner .banner__heading p {
        font-size: 18px;
    }
}

.discover-zylo__page .banner .banner__heading h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

@media (max-width:991px) {
    .discover-zylo__page .banner .banner__heading h2 {
        font-size: 30px;
    }
}

.discover-zylo__page .discover-zylo__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:1199px) {
    .discover-zylo__page .discover-zylo__page--about .detail h2 {
        font-size: 25px;
    }
}

.discover-zylo__page .discover-zylo__page--about .detail h2 sup {
    top: -25px;
    font-size: 8px;
    letter-spacing: 0;
    left: -8px;
}

@media (max-width:1199px) {
    .discover-zylo__page .discover-zylo__page--about .detail h2 sup {
        top: -15px;
    }
}

.discover-zylo__page .discover-zylo__page--about .detail h2 span {
    letter-spacing: 7px;
}

.discover-zylo__page .discover-zylo__page--about .detail h2 img {
    margin-top: -13px;
    margin-right: 10px;
}

@media (max-width:1199px) {
    .discover-zylo__page .discover-zylo__page--about .detail h2 img {
        margin-top: -7px;
        margin-right: 7px;
        height: 20px;
    }
}

.discover-zylo__page .discover-zylo__page--about .detail p {
    font-size: 25px;
    margin-top: 35px;
    text-align: justify;
    line-height: 40px;
}

@media (max-width:1540px) {
    .discover-zylo__page .discover-zylo__page--about .detail p {
        font-size: 20px;
        margin-top: 30px;
        text-align: justify;
        line-height: 33px;
    }
}

@media (max-width:1199px) {
    .discover-zylo__page .discover-zylo__page--about .detail p {
        font-size: 16px;
        margin-top: 15px;
        text-align: justify;
        line-height: 25px;
    }
}

.discover-zylo__page .mission-vision {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0;
    position: relative;
}

@media (max-width:1199px) {
    .discover-zylo__page .mission-vision {
        padding: 150px 0;
    }
}

@media (max-width:991px) {
    .discover-zylo__page .mission-vision {
        padding: 150px 15px;
    }
}

.discover-zylo__page .mission-vision::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000042;
    z-index: 0;
}

.discover-zylo__page .mission-vision .mission-vision__content {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.discover-zylo__page .mission-vision .mission-vision__content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:1199px) {
    .discover-zylo__page .mission-vision .mission-vision__content h2 {
        font-size: 25px;
    }
}

.discover-zylo__page .mission-vision .mission-vision__content p {
    color: #fff;
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
    line-height: 35px;
}

@media (max-width:1540px) {
    .discover-zylo__page .mission-vision .mission-vision__content p {
        font-size: 20px;
        /* margin-top: 15px; */
        line-height: 33px;
    }
}

@media (max-width:1199px) {
    .discover-zylo__page .mission-vision .mission-vision__content p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 25px;
    }
}

.discover-zylo__page .tech-section .tech-section__img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: top;
}

@media (max-width:1199px) {
    .discover-zylo__page .tech-section .tech-section__img img {
        height: 400px;
    }
}

@media (max-width:991px) {
    .discover-zylo__page .tech-section .tech-section__img img {
        height: 100%;
        margin-bottom: 20px;
    }
}

.discover-zylo__page .tech-section_detail h2 {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:1199px) {
    .discover-zylo__page .tech-section_detail h2 {
        font-size: 25px;
    }
}

.discover-zylo__page .tech-section_detail p {
    font-size: 25px;
    margin-top: 35px;
    text-align: justify;
    line-height: 40px;
}

@media (max-width:1540px) {
    .discover-zylo__page .tech-section_detail p {
        font-size: 20px;
        margin-top: 30px;
        text-align: justify;
        line-height: 33px;
    }
}

@media (max-width:1199px) {
    .discover-zylo__page .tech-section_detail p {
        font-size: 16px;
        margin-top: 15px;
        text-align: justify;
        line-height: 25px;
    }
}

.discover-zylo__page .tech-section_detail {
    padding: 70px;
}

@media (max-width:1440px) {
    .discover-zylo__page .tech-section_detail {
        padding: 25px;
    }
}

@media (max-width:991px) {
    .discover-zylo__page .tech-section_detail {
        padding: 25px 0 0;
    }
}

.discover-zylo__page .quality-section .quality-section_img img {
    width: 100%;
    height: 95vh;
    object-fit: cover;
    object-position: center;
}

@media (max-width:1199px) {
    .discover-zylo__page .quality-section .quality-section_img img {
        height: 100%;
    }
}

.discover-zylo__page .quality-section_p p {
    font-size: 25px;
    margin-top: 35px;
    line-height: 40px;
    font-style: italic;
    text-align: center;
    color: #484848;
}

@media (max-width:1540px) {
    .discover-zylo__page .quality-section_p p {
        font-size: 20px;
        margin-top: 30px;
        line-height: 33px;
    }
}

@media (max-width:1199px) {
    .discover-zylo__page .quality-section_p p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 25px;
    }
}

.discover-zylo__page .partners-section .partners-section_title h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width:1199px) {
    .discover-zylo__page .partners-section .partners-section_title h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }
}

.discover-zylo__page .partners-section .partners-section_logo {
    width: 100%;
    text-align: center;
}

@media (max-width:991px) {
    .discover-zylo__page .partners-section .partners-section_logo {
        padding: 10px;
    }
}


/* ************************************************************************************************************************
                                        DISCOVER PRESHEEL PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        ARTERRASTONES PAGE CSS START
************************************************************************************************************************ */

.arterrastones__page .banner {
    width: 100%;
    height: 100vh;
    background-image: url(../img/arterrastones/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 36% 0 0;
    position: relative;
    z-index: 0;
}

.arterrastones__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.arterrastones__page .banner .banner__heading {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.arterrastones__page .banner .banner__heading p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

@media (max-width:991px) {
    .arterrastones__page .banner .banner__heading p {
        font-size: 18px;
    }
}

.arterrastones__page .banner .banner__heading h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

@media (max-width:991px) {
    .arterrastones__page .banner .banner__heading h2 {
        font-size: 25px;
    }
}

.arterrastones__page .arterrastones__page--about .detail {
    text-align: center;
}

.arterrastones__page .arterrastones__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width:1280px) {
    .arterrastones__page .arterrastones__page--about .detail h2 {
        font-size: 25px;
    }
}

.arterrastones__page .arterrastones__page--about .detail p {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width:1540px) {
    .arterrastones__page .arterrastones__page--about .detail p {
        font-size: 20px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .arterrastones__page--about .detail p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.arterrastones__page .arterrastones__page--about .quote p {
    font-size: 25px;
    text-align: center;
    line-height: 35px;
}

@media (max-width:1540px) {
    .arterrastones__page .arterrastones__page--about .quote p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .arterrastones__page--about .quote p {
        font-size: 16px;
        line-height: 25px;
    }
}

.arterrastones__page .arterrastones__page--about .quote {
    padding: 40px;
}

.arterrastones__page .arterrastones__page--about .quote1 {
    padding-right: 60px;
    position: relative;
}

@media (max-width:991px) {
    .arterrastones__page .arterrastones__page--about .quote1 {
        padding-right: 40px;
    }
}

.arterrastones__page .arterrastones__page--about .quote1::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 0px;
    background-image: url(../img/arterrastones/q-t.png);
    width: 30px;
    height: 33px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.arterrastones__page .arterrastones__page--about .quote1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 45px;
    background-image: url(../img/arterrastones/q-b.png);
    width: 30px;
    height: 33px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.arterrastones__page .arterrastones__page--about .quote2 {
    padding-left: 80px;
    position: relative;
    padding-right: 15px;
}

@media (max-width:991px) {
    .arterrastones__page .arterrastones__page--about .quote2 {
        padding-left: 40px;
    }
}

.arterrastones__page .arterrastones__page--about .quote2::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 45px;
    background-image: url(../img/arterrastones/q-t.png);
    width: 30px;
    height: 33px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:991px) {
    .arterrastones__page .arterrastones__page--about .quote2::after {
        left: 0;
    }
}

.arterrastones__page .arterrastones__page--about .quote2::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/arterrastones/q-b.png);
    width: 30px;
    height: 33px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.border-right_new {
    border-right: 1px solid #888888;
}

@media (max-width:991px) {
    .border-right_new {
        border: none;
    }
}

.hide {
    display: none;
}

.arterrastones__page .color__section--inner .owl-nav {
    position: absolute;
    bottom: -75px;
    right: 0;
}

@media (max-width:991px) {
    .arterrastones__page .color__section--inner .owl-nav {
        bottom: -65px;
    }
}

@media (max-width:420px) {
    .arterrastones__page .color__section--inner .owl-nav {
        bottom: -25px;
    }
}

.arterrastones__page .color__section--inner .owl-nav:before {
    position: absolute;
    content: '';
    background: #c3c3c3;
    width: 1px;
    height: 29px;
    top: 10px;
    right: 65px;
}

.arterrastones__page .color__section--inner .owl-nav button {
    width: 80px;
    height: 50px;
    position: relative;
    display: inline-block;
    background: transparent;
    top: 0;
    left: 20px !important;
    cursor: pointer;
    transition: all 500ms ease;
}

.arterrastones__page .color__section--inner .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 21px;
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 40px;
    height: 2px;
    background: #141417;
    transition: all 500ms ease;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.arterrastones__page .color__section--inner .owl-nav button span {
    display: none !important;
}

.arterrastones__page .color__section--inner .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 55px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #141417;
    border-bottom: 2px solid #141417;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 500ms ease;
}

.arterrastones__page .color__section--inner .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 40px;
    height: 2px;
    background: #141417;
    transition: all 500ms ease;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.arterrastones__page .color__section--inner .owl-nav button.owl-next:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #141417;
    border-top: 2px solid #141417;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 500ms ease;
}

.arterrastones__page .color__section--inner .owl-nav button.owl-next:hover:before,
.arterrastones__page .color__section--inner .owl-nav button.owl-prev:hover:before {
    width: 25px;
    background: #000;
}

.arterrastones__page .color__section--inner .title {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.arterrastones__page .color__section--inner .title p {
    font-size: 18px;
}

@media (max-width:1280px) {
    .arterrastones__page .color__section--inner .title p {
        font-size: 16px;
    }
}

.arterrastones__page .color__section--inner .title h2 {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:1280px) {
    .arterrastones__page .color__section--inner .title h2 {
        font-size: 25px;
    }
}

.arterrastones__page .color__section--inner div#project-terms {
    text-align: center;
    margin-bottom: 25px;
}

.arterrastones__page .color__section--inner div#project-terms a.active {
    border: 1px solid #585858;
}

.arterrastones__page .color__section--inner div#project-terms a.btn:focus {
    box-shadow: none;
}

.arterrastones__page .color__section--inner div#project-terms a.btn {
    font-size: 18px;
    color: #585858;
    padding: 5px 25px;
    border-radius: 50px;
}
/*
@media (max-width:1280px) {
    .arterrastones__page .color__section--inner div#project-terms a.btn {
        font-size: 16px;
        padding: 5px 20px;
        border-radius: 10px;
    }
}

@media (max-width:991px) {
    .arterrastones__page .color__section--inner div#project-terms a.btn {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
    }
}
*/
.arterrastones__page #projects-carousel .project {
    text-align: center;
}

.arterrastones__page #projects-carousel .project h2 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 18px;
    margin-bottom: 5px;
}

@media (max-width:1280px) {
    .arterrastones__page #projects-carousel .project h2 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 0px;
    }
}

.arterrastones__page #projects-carousel .project p {
    font-size: 16px;
    font-weight:500;
}

@media (max-width:1280px) {
    .arterrastones__page #projects-carousel .project p {
        font-size: 16px;
	    font-weight:500;
    }
}

.arterrastones__page .color__section--inner .btn-box {
    text-align: center;
    margin-top: 25px;
}

@media (max-width:991px) {
    .arterrastones__page .color__section--inner .btn-box {
        text-align: left;
        margin-top: 20px;
    }
}

.border-top__new {
    border-top: 1.9px solid #adadad;
}

.arterrastones__page .mission-vision {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 185px 0;
    position: relative;
}

@media (max-width:1280px) {
    .arterrastones__page .mission-vision {
        padding: 150px 0;
    }
}

@media (max-width:991px) {
    .arterrastones__page .mission-vision {
        padding: 100px 0;
    }
}

.arterrastones__page .mission-vision .mission-vision__content {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.arterrastones__page .mission-vision .mission-vision__content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:1280px) {
    .arterrastones__page .mission-vision .mission-vision__content h2 {
        font-size: 25px;
    }
}

.arterrastones__page .mission-vision .mission-vision__content p {
    color: #ededed;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (max-width:1540px) {
    .arterrastones__page .mission-vision .mission-vision__content p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .mission-vision .mission-vision__content p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.arterrastones__page .mission-vision .mission-vision__content .theme-btn-seven {
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.arterrastones__page .benefits__section .title h6 {
    color: #525252;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.arterrastones__page .benefits__section .title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .arterrastones__page .benefits__section .title h2 {
        font-size: 25px;
    }
}

.arterrastones__page .benefits__section .title p {
    font-size: 25px;
    line-height: 35px;
    width: 70%;
}

@media (max-width:1540px) {
    .arterrastones__page .benefits__section .title p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .benefits__section .title p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.arterrastones__page .benefits__section .title {
    margin-bottom: 50px;
}

.arterrastones__page .benefits__section .box img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

@media (max-width:1540px) {
    .arterrastones__page .benefits__section .box img {
        height: 280px;
    }
}

@media (max-width:1380px) {
    .arterrastones__page .benefits__section .box img {
        height: 230px;
    }
}

@media (max-width:1199px) {
    .arterrastones__page .benefits__section .box img {
        height: 150px;
    }
}

@media (max-width:991px) {
    .arterrastones__page .benefits__section .box img {
        height: 100%;
    }
    .arterrastones__page .benefits__section .box {
        margin-bottom: 40px;
    }
}

.arterrastones__page .benefits__section .box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
}

@media (max-width:1280px) {
    .arterrastones__page .benefits__section .box h3 {
        font-size: 20px;
        margin-top: 20px;
    }
}

.arterrastones__page .benefits__section .box p {
    font-size: 23px;
    line-height: 35px;
    margin-top: 10px;
}

@media (max-width:1540px) {
    .arterrastones__page .benefits__section .box p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .benefits__section .box p {
        font-size: 16px;
        line-height: 25px;
    }
}

.arterrastones__page .benefits__section .circle {
    text-align: center;
    padding: 20px;
}

@media (max-width:1280px) {
    .arterrastones__page .benefits__section .circle {
        padding: 0;
    }
}

@media (max-width:991px) {
    .arterrastones__page .benefits__section .circle {
        padding: 50px 50px 0 50px;
    }
}

@media (max-width:420px) {
    .arterrastones__page .benefits__section .circle {
        padding: 40px 0 0;
    }
}

.arterrastones__page .benefits__section .circle h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
}

@media (max-width:1280px) {
    .arterrastones__page .benefits__section .circle h3 {
        font-size: 20px;
        margin-top: 20px;
    }
}

.arterrastones__page .benefits__section .circle p {
    font-size: 23px;
    line-height: 35px;
    margin-top: 10px;
}

@media (max-width:1540px) {
    .arterrastones__page .benefits__section .circle p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .benefits__section .circle p {
        font-size: 16px;
        line-height: 25px;
    }
}

.arterrastones__page .benefits__section .circle img {
    padding: 0 30px;
}

@media (max-width:1280px) {
    .arterrastones__page .benefits__section .circle img {
        padding: 0;
    }
}

.arterrastones__page .formats__section .title h6 {
    color: #525252;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.arterrastones__page .formats__section .title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .arterrastones__page .formats__section .title h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.arterrastones__page .formats__section .title p {
    font-size: 25px;
    line-height: 35px;
    width: 70%;
}

@media (max-width:1540px) {
    .arterrastones__page .formats__section .title p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .formats__section .title p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.arterrastones__page .formats__section .title {
    margin-bottom: 50px;
}

.arterrastones__page .formats__section .formats--content h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 110%;
}

@media (max-width:1280px) {
    .arterrastones__page .formats__section .formats--content h2 {
        font-size: 25px;
    }
    .arterrastones__page .formats__section .formats--content h2 br {
        display: none;
    }
}

@media (max-width:991px) {
    .arterrastones__page .formats__section .formats--content {
        margin-top: 40px;
    }
}

.arterrastones__page .formats__section .formats--content p {
    font-size: 25px;
    line-height: 33px;
}

@media (max-width:1540px) {
    .arterrastones__page .formats__section .formats--content p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .formats__section .formats--content p {
        font-size: 16px;
        line-height: 25px;
    }
}

.arterrastones__page .formats__section .formats--content {
    padding-left: 80px;
}

@media (max-width:1280px) {
    .arterrastones__page .formats__section .formats--content {
        padding-left: 0;
    }
}

.arterrastones__page .formats__section .formats--content2 h6 {
    color: #525252;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.arterrastones__page .formats__section .formats--content2 h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .arterrastones__page .formats__section .formats--content2 h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.arterrastones__page .formats__section .formats--content2 p {
    font-size: 25px;
    line-height: 35px;
    width: 75%;
}

@media (max-width:1540px) {
    .arterrastones__page .formats__section .formats--content2 p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .formats__section .formats--content2 p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.arterrastones__page .formats__section .formats--content2 {
    padding-top: 75px;
}

@media (max-width:991px) {
    .arterrastones__page .formats__section .formats--content2 {
        padding-top: 40px;
    }
}

.arterrastones__page .formats__section .formats--img2 {
    text-align: center;
    padding-top: 30px;
}

.arterrastones__page .inspire__section .title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .arterrastones__page .inspire__section .title h2 {
        font-size: 25px;
        margin-bottom: 13px;
    }
}

.arterrastones__page .inspire__section .title p {
    font-size: 25px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width:1540px) {
    .arterrastones__page .inspire__section .title p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .inspire__section .title p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}

.arterrastones__page .inspire__section .title img {
    margin-top: 20px;
}

@media (max-width:1280px) {
    .arterrastones__page .inspire__section .title img {
        margin-top: 15px;
    }
}

.arterrastones__page .collection__section .title h6 {
    color: #525252;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.arterrastones__page .collection__section .title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width:1280px) {
    .arterrastones__page .collection__section .title h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.arterrastones__page .collection__section .collection__section--img img {
    margin-top: 20px;
}

.arterrastones__page .contact__section .contact__section--inner {
    display: flex;
    width: 100%;
}

@media (max-width:991px) {
    .arterrastones__page .contact__section .contact__section--inner {
        flex-direction: column;
    }
}

.arterrastones__page .contact__section .contact__section--inner .preview {
    width: 50%;
}

@media (max-width:991px) {
    .arterrastones__page .contact__section .contact__section--inner .preview {
        width: 100%;
    }
}

.arterrastones__page .contact__section .contact__section--inner .tiles {
    width: 50%;
    background-image: url(../img/arterrastones/tiles.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 80px;
}

@media (max-width:1700px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles {
        padding: 100px 80px;
    }
}

@media (max-width:1460px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles {
        padding: 80px 60px;
    }
}

@media (max-width:1199px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles {
        padding: 40px 20px;
    }
}

@media (max-width:991px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles {
        padding: 40px 20px;
        width: 100%;
    }
}

.arterrastones__page .contact__section .contact__section--inner .tiles h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 115%;
}

@media (max-width:1460px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles h2 {
        margin-bottom: 30px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .arterrastones__page .contact__section .contact__section--inner .tiles h2 br {
        display: none;
    }
}

.arterrastones__page .contact__section .contact__section--inner .tiles p {
    font-size: 25px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 45px;
}

@media (max-width:1700px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1460px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles p {
        margin-bottom: 35px;
    }
}

@media (max-width:1280px) {
    .arterrastones__page .contact__section .contact__section--inner .tiles p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 25px;
    }
    .arterrastones__page .contact__section .contact__section--inner .tiles p br {
        display: none;
    }
}

.arterrastones__page .contact__section .contact__section--inner .tiles .theme-btn-seven {
    background: transparent;
}


/* ************************************************************************************************************************
                                        ARTERRASTONES PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        PORCELAM PAGE CSS START
************************************************************************************************************************ */

.porcelam__page .banner {
    width: 100%;
    height: 100%;
    background-image: url(../img/porcelam/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45% 0 15%;
    position: relative;
    z-index: 0;
}

.porcelam__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.porcelam__page .banner .banner__heading {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.porcelam__page .banner .banner__heading p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .porcelam__page .banner .banner__heading p {
        font-size: 18px;
    }
}

.porcelam__page .banner .banner__heading h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

@media (max-width:991px) {
    .porcelam__page .banner .banner__heading h2 {
        font-size: 30px;
    }
}

.porcelam__page .stone__section .title h6 {
    color: #525252;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

@media (max-width:1280px) {
    .porcelam__page .stone__section .title h6 {
        font-size: 16px;
    }
}

.porcelam__page .stone__section .title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .porcelam__page .stone__section .title h2 {
        font-size: 25px;
    }
}

.porcelam__page .stone__section .title p {
    font-size: 25px;
    line-height: 35px;
    width: 64%;
}

@media (max-width:1540px) {
    .porcelam__page .stone__section .title p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .stone__section .title p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.porcelam__page .stone__section .title {
    margin-bottom: 30px;
    padding-left: 60px;
}

@media (max-width:991px) {
    .porcelam__page .stone__section .title {
        padding-left: 0;
    }
}

.porcelam__page .full__section {
    width: 100%;
    display: flex;
}

@media (max-width:1199px) {
    .porcelam__page .full__section {
        flex-direction: column;
    }
}

.porcelam__page .full__section .full__section1 {
    width: 48%;
    background-image: url(../img/porcelam/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:1199px) {
    .porcelam__page .full__section .full__section1 {
        width: 100%;
        padding: 100px 80px;
    }
}

.porcelam__page .full__section .full__section1 h6 {
    font-size: 25px;
    color: #dfdfdf;
    font-weight: 400;
    letter-spacing: 1px;
}

@media (max-width:1280px) {
    .porcelam__page .full__section .full__section1 h6 {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .porcelam__page .full__section .full__section1 h6 {
        font-size: 16px;
    }
}

.porcelam__page .full__section .full__section1 h2 {
    color: #fff;
    font-size: 90px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width:1280px) {
    .porcelam__page .full__section .full__section1 h2 {
        font-size: 60px;
    }
}

@media (max-width:991px) {
    .porcelam__page .full__section .full__section1 h2 {
        font-size: 35px;
    }
}

.porcelam__page .full__section .full__section1 p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    color: #fff;
}

@media (max-width:1280px) {
    .porcelam__page .full__section .full__section1 p {
        font-size: 18px;
    }
    .porcelam__page .full__section .full__section1 p br {
        display: none;
    }
}

.porcelam__page .full__section .full__section2 {
    width: 52%;
}

@media (max-width:1199px) {
    .porcelam__page .full__section .full__section2 {
        width: 100%;
    }
}

.porcelam__page .full__section .full__section2 .full__section2--inner1 {
    display: flex;
}

@media (max-width:767px) {
    .porcelam__page .full__section .full__section2 .full__section2--inner1 {
        flex-direction: column;
    }
}

.porcelam__page .full__section .full__section2 .full__section2--inner1 .box1 {
    width: 50%;
    padding: 40px;
    background-color: #e7e7e7;
}

@media (max-width:767px) {
    .porcelam__page .full__section .full__section2 .full__section2--inner1 .box1 {
        width: 100%;
    }
}

.porcelam__page .full__section .full__section2 .full__section2--inner1 .box2 {
    width: 50%;
    padding: 40px;
    background-color: #4b9283;
}

@media (max-width:767px) {
    .porcelam__page .full__section .full__section2 .full__section2--inner1 .box2 {
        width: 100%;
    }
}

.porcelam__page .full__section .full__section2 .full__section2--inner2 {
    width: 100%;
    padding: 40px 40px 85px 40px;
    background-color: #456a7d;
}

.porcelam__page .full__section .full__section2 .full__section2--inner1 .box1 h2,
.porcelam__page .full__section .full__section2 .full__section2--inner1 .box2 h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 40px;
}

@media (max-width:1280px) {
    .porcelam__page .full__section .full__section2 .full__section2--inner1 .box1 h2,
    .porcelam__page .full__section .full__section2 .full__section2--inner1 .box2 h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.porcelam__page .full__section .full__section2 .full__section2--inner1 .box1 p,
.porcelam__page .full__section .full__section2 .full__section2--inner1 .box2 p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

@media (max-width:1280px) {
    .porcelam__page .full__section .full__section2 .full__section2--inner1 .box1 p,
    .porcelam__page .full__section .full__section2 .full__section2--inner1 .box2 p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
        margin-bottom: 15px;
    }
}

.porcelam__page .full__section .full__section2 .full__section2--inner2 h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 40px;
    color: #fff;
    margin-top: 20px;
}

@media (max-width:1280px) {
    .porcelam__page .full__section .full__section2 .full__section2--inner2 h2 {
        font-size: 25px;
    }
}

.porcelam__page .full__section .full__section2 .full__section2--inner2 p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    width: 65%;
}

@media (max-width:1280px) {
    .porcelam__page .full__section .full__section2 .full__section2--inner2 p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
        margin-bottom: 15px;
    }
}

.porcelam__page .tabs__section .title p {
    font-size: 20px;
}

@media (max-width:1280px) {
    .porcelam__page .tabs__section .title p {
        font-size: 16px;
    }
}

.porcelam__page .tabs__section .title h2 {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:1280px) {
    .porcelam__page .tabs__section .title h2 {
        font-size: 25px;
    }
}

.porcelam__page .tabs__section .tab-btns li {
    /*position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 20px;
    transition: all 500ms ease;
    color: #5c5c5c;
    padding: 10px 20px;*/
    
    position: relative;
    display: inline-block;
	cursor: pointer;
	font-size: 18px;
    color: #585858;
    padding: 5px 25px;
    border-radius: 50px;
}

@media (max-width:1280px) {
    .porcelam__page .tabs__section .tab-btns li {
        margin: 0;
        font-size: 16px;
        padding: 5px 10px;
    }
}

.porcelam__page .tabs__section .tab-btns li.active-btn {
    border: 1px solid #000;
    border-radius: 30px;
}

.porcelam__page .tabs__section .tabs__section--inner .tabs-box {
    margin-top: 10px;
}

.porcelam__page .tabs__section .tabs__section--inner .tabs-box .inner-box .inner-box__img {
    position: relative;
}

.porcelam__page .tabs__section .tabs__section--inner .tabs-box .inner-box .inner-box__img a {
    position: absolute;
    bottom: 35px;
	/*top:35px;*/
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    padding: 10px 25px 11px;
    border-radius: 10px;
    background: #fff;
    color: #212529;
    overflow: hidden;
}

@media (max-width:1540px) {
    .porcelam__page .tabs__section .tabs__section--inner .tabs-box .inner-box .inner-box__img a {
        font-size: 18px;
        padding: 13px 20px 15px;
    }
}

@media (max-width:1540px) {
    .porcelam__page .tabs__section .tabs__section--inner .tabs-box .inner-box .inner-box__img a {
        font-size: 16px;
        padding: 8px 10px 10px;
    }
}

.porcelam__page .tabs__section .tabs__section--inner .tabs-box .inner-box .inner-box__img a:before {
    position: absolute;
    content: '';
    background: #141417;
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.porcelam__page .tabs__section .tabs__section--inner .tabs-box .inner-box .inner-box__img a:hover:before {
    width: 100%;
    left: 0px;
    color: #fff;
}

.porcelam__page .tabs__section .tabs__section--inner .tabs-box .inner-box .inner-box__img a:hover {
    color: #fff;
}

.porcelam__page .four-item-carousel_new .owl-nav {
    position: absolute;
    top: -60px;
    right: 10px;
}

@media (max-width:768px) {
    .porcelam__page .four-item-carousel_new .owl-nav {
        top: auto;
        right: 0;
    }
}

.porcelam__page .four-item-carousel_new .project h2 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media (max-width:1280px) {
    .porcelam__page .four-item-carousel_new .project h2 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
}

.porcelam__page .four-item-carousel_new .project p {
    font-size: 16px;
    font-weight:500;
    
}

.porcelam__page .four-item-carousel_new .project {
    text-align: center;
}

.porcelam__page .discover__section .inner {
    width: 100%;
    display: flex;
}

@media (max-width:991px) {
    .porcelam__page .discover__section .inner {
        flex-direction: column;
    }
}

.porcelam__page .discover__section .inner .inner-box {
    position: relative;
    width: 50%;
}

@media (max-width:991px) {
    .porcelam__page .discover__section .inner .inner-box {
        width: 100%;
    }
}

.porcelam__page .discover__section .inner .inner-box a {
    position: absolute;
    bottom: 120px;
	/*top:120px;*/
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 25px;
    font-family: 'Seta Reta Pro Regular';
    display: block;
    width: 100%;
    text-align: center;
}

@media (max-width:1280px) {
    .porcelam__page .discover__section .inner .inner-box a {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .porcelam__page .discover__section .inner .inner-box a {
        font-size: 16px;
        bottom: 50px;
    }
}

.porcelam__page .benefits__section .title h6 {
    color: #525252;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

@media (max-width:1280px) {
    .porcelam__page .benefits__section .title h6 {
        font-size: 16px;
    }
}

.porcelam__page .benefits__section .title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .porcelam__page .benefits__section .title h2 {
        font-size: 25px;
    }
}

.porcelam__page .benefits__section .title p {
    font-size: 25px;
    line-height: 35px;
    width: 70%;
}

@media (max-width:1540px) {
    .porcelam__page .benefits__section .title p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .benefits__section .title p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.porcelam__page .benefits__section .box img {
    width: 100%;
}

.porcelam__page .benefits__section .box h3 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (max-width:1280px) {
    .porcelam__page .benefits__section .box h3 {
        font-size: 22px;
    }
}

.porcelam__page .benefits__section .box p {
    font-size: 23px;
    line-height: 35px;
    margin-top: 10px;
	text-align:justify;
}

@media (max-width:1540px) {
    .porcelam__page .benefits__section .box p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .benefits__section .box p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.porcelam__page .three-item-carousel_benefits-slider .title h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 60px;
    color: #3d3d3e;
}

@media (max-width:1280px) {
    .porcelam__page .three-item-carousel_benefits-slider .title h2 {
        font-size: 22px;
    }
}

.porcelam__page .three-item-carousel_benefits .owl-nav {
    position: absolute;
    top: -60px;
    right: 0px;
}

@media (max-width:768px) {
    .porcelam__page .three-item-carousel_benefits .owl-nav {
        top: auto;
        right: 0;
    }
}

.porcelam__page .formats__section .title h6 {
    color: #525252;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

@media (max-width:1280px) {
    .porcelam__page .formats__section .title h6 {
        font-size: 16px;
    }
}

.porcelam__page .formats__section .title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .porcelam__page .formats__section .title h2 {
        font-size: 25px;
    }
}

.porcelam__page .formats__section .title p {
    font-size: 25px;
    line-height: 35px;
    width: 70%;
    margin-bottom: 60px;
}

@media (max-width:1540px) {
    .porcelam__page .formats__section .title p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .formats__section .title p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.porcelam__page .formats__section .formats__section--box {
    margin-top: 25px;
}

@media (max-width:991px) {
    .porcelam__page .formats__section .formats__section--box {
        margin-top: 10px;
    }
}

.porcelam__page .formats__section .formats__section--box h6 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #606060;
    font-weight: 500;
}

@media (max-width:1280px) {
    .porcelam__page .formats__section .formats__section--box h6 {
        font-size: 16px;
    }
}

.porcelam__page .formats__section .formats__section--box h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .porcelam__page .formats__section .formats__section--box h2 {
        font-size: 25px;
    }
}

.porcelam__page .formats__section .formats__section--box p {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 60px;
    width: 95%;
}

@media (max-width:1540px) {
    .porcelam__page .formats__section .formats__section--box p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .formats__section .formats__section--box p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

@media (max-width:991px) {
    .porcelam__page .formats__section .formats__section--box p {
        margin-bottom: 35px;
    }
}

.porcelam__page .formats__section .formats__section--box p span {
    color: #141417;
    font-weight: 600;
}

.porcelam__page .formats__section .title.title-2 p {
    font-size: 25px;
    line-height: 35px;
    width: 65%;
    margin-bottom: 30px;
}

@media (max-width:1540px) {
    .porcelam__page .formats__section .title.title-2 p {
        font-size: 23px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .formats__section .title.title-2 p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.porcelam__page .icon__section .title.title-2 h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .porcelam__page .icon__section .title.title-2 h2 {
        font-size: 25px;
    }
}

.porcelam__page .icon__section .title.title-2 h6 {
    color: #525252;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

@media (max-width:1280px) {
    .porcelam__page .icon__section .title.title-2 h6 {
        font-size: 16px;
    }
}

.porcelam__page .icon__section .title.title-2 p {
    font-size: 25px;
    line-height: 35px;
    width: 90%;
    margin-bottom: 30px;
}

@media (max-width:1540px) {
    .porcelam__page .icon__section .title.title-2 p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .icon__section .title.title-2 p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.porcelam__page .icon__section .icon__section--box {
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

@media (max-width:1540px) {
    .porcelam__page .icon__section .icon__section--box {
        padding: 0px;
    }
}

.porcelam__page .icon__section .icon__section--box p {
    font-size: 16px;
    margin-top: 20px;
}

.porcelam__page .icon__section .icon__section--box img {
    width: 70px;
}

.porcelam__page .contact__section--inner {
    display: flex;
    width: 100%;
}

@media (max-width:991px) {
    .porcelam__page .contact__section--inner {
        flex-direction: column;
    }
}

.porcelam__page .contact__section--inner .preview {
    width: 50%;
}

@media (max-width:991px) {
    .porcelam__page .contact__section--inner .preview {
        width: 100%;
    }
}

.porcelam__page .contact__section--inner .tiles {
    width: 50%;
    background-image: url(../img/porcelam/tiles.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 80px;
}

@media (max-width:1700px) {
    .porcelam__page .contact__section--inner .tiles {
        padding: 100px 80px;
    }
}

@media (max-width:1460px) {
    .porcelam__page .contact__section--inner .tiles {
        padding: 80px 60px;
    }
}

@media (max-width:1199px) {
    .porcelam__page .contact__section--inner .tiles {
        padding: 40px 20px;
    }
}

@media (max-width:991px) {
    .porcelam__page .contact__section--inner .tiles {
        padding: 40px 20px;
        width: 100%;
    }
}

.porcelam__page .contact__section--inner .tiles h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 115%;
}

@media (max-width:1460px) {
    .porcelam__page .contact__section--inner .tiles h2 {
        margin-bottom: 30px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .contact__section--inner .tiles h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .porcelam__page .contact__section--inner .tiles h2 br {
        display: none;
    }
}

.porcelam__page .contact__section--inner .tiles p {
    font-size: 25px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 45px;
}

@media (max-width:1700px) {
    .porcelam__page .contact__section--inner .tiles p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1460px) {
    .porcelam__page .contact__section--inner .tiles p {
        margin-bottom: 35px;
    }
}

@media (max-width:1280px) {
    .porcelam__page .contact__section--inner .tiles p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 25px;
    }
    .porcelam__page .contact__section--inner .tiles p br {
        display: none;
    }
}

.porcelam__page .contact__section--inner .tiles .theme-btn-seven {
    background: transparent;
}


/* ************************************************************************************************************************
                                        PORCELAM PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        PORCELAM APPLICATIONS PAGE CSS START
************************************************************************************************************************ */

.porcelam-applications__page .banner {
    width: 100%;
    height: 100%;
    background-image: url(../img/porcelam-applications/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45% 0 15%;
    position: relative;
    z-index: 0;
}

.porcelam-applications__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.porcelam-applications__page .banner .banner__heading {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.porcelam-applications__page .banner .banner__heading p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .porcelam-applications__page .banner .banner__heading p {
        font-size: 18px;
    }
}

.porcelam-applications__page .banner .banner__heading h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

@media (max-width:991px) {
    .porcelam-applications__page .banner .banner__heading h2 {
        font-size: 30px;
    }
}

.porcelam-applications__page .tabs__section .title h2 {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:1280px) {
    .porcelam-applications__page .tabs__section .title h2 {
        font-size: 25px;
    }
}

.porcelam-applications__page .tabs__section .tabs__section--inner .tabs-box {
    margin-top: 15px;
    margin-bottom: 50px;
}

.porcelam-applications__page .tabs__section .tab-btns li {
    /*position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 20px;
    transition: all 500ms ease;
    color: #5c5c5c;
    padding: 8px 17px;*/
    
    position: relative;
    display: inline-block;
	cursor: pointer;
	font-size: 18px;
    color: #585858;
    padding: 5px 25px;
    border-radius: 50px;
}

@media (max-width:1280px) {
    .porcelam-applications__page .tabs__section .tab-btns li {
        margin: 0;
        font-size: 16px;
        padding: 5px 10px;
    }
}

.porcelam-applications__page .tabs__section .tab-btns li.active-btn {
    border: 1px solid #000;
    border-radius: 30px;
}

.porcelam-applications__page .four-item-carousel_new .owl-nav {
    position: absolute;
    top: -60px;
    right: 10px;
}

@media (max-width:768px) {
    .porcelam-applications__page .four-item-carousel_new .owl-nav {
        top: auto;
        right: 0;
    }
}

.porcelam-applications__page .porcelam-applications__page--about .detail {
    text-align: center;
}

.porcelam-applications__page .porcelam-applications__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width:1280px) {
    .porcelam-applications__page .porcelam-applications__page--about .detail h2 {
        font-size: 25px;
    }
}

.porcelam-applications__page .porcelam-applications__page--about .detail p {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
    line-height: 35px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width:1540px) {
    .porcelam-applications__page .porcelam-applications__page--about .detail p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam-applications__page .porcelam-applications__page--about .detail p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.border__bottom--new {
    border-bottom: 2px solid #adadad;
}

.porcelam-applications__page .application__area .details h2 {
    font-size: 33px;
    font-weight: 500;
}

@media (max-width:1280px) {
    .porcelam-applications__page .application__area .details h2 {
        font-size: 23px;
    }
}

@media (max-width:991px) {
    .porcelam-applications__page .application__area .details h2 {
        margin-top: 20px;
    }
}

.porcelam-applications__page .application__area .details h6 {
    font-size: 18px;
    font-style: italic;
    color: #888888;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
}

@media (max-width:991px) {
    .porcelam-applications__page .application__area .details h6 {
        font-size: 16px;
    }
}

.porcelam-applications__page .application__area .details p:first-of-type {
    margin-top: 20px;
}

@media (max-width:991px) {
    .porcelam-applications__page .application__area .details p:first-of-type {
        margin-top: 15px;
    }
}

.porcelam-applications__page .application__area .details p {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 25px;
}

@media (max-width:1540px) {
    .porcelam-applications__page .application__area .details p {
        font-size: 18px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .porcelam-applications__page .application__area .details p {
        font-size: 16px;
        line-height: 25px;
    }
}

.porcelam-applications__page .application__area .details img {
    margin-bottom: 40px;
}

.porcelam-applications__page .application__area .details ul li p,
.porcelam-applications__page .application__area .details ul li p:first-of-type {
    margin: 0;
}

.porcelam-applications__page .application__area .details ul li {
    margin-bottom: 10px;
}

@media (max-width:1280px) {
    .porcelam-applications__page .application__area .details,
    .porcelam-applications__page .application__area .img {
        padding: 0;
    }
}

@media (max-width:991px) {
    .porcelam-applications__page .application__area .pt_130 {
        padding-top: 30px;
    }
    .porcelam-applications__page .application__area .mt_95 {
        margin-top: 0;
    }
}


/* ************************************************************************************************************************
                                        PORCELAM APPLICATIONS PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        ARTERRASTONES APPLICATIONS PAGE CSS START
************************************************************************************************************************ */

.arterrastones-applications__page .banner {
    width: 100%;
    height: 100%;
    background-image: url(../img/arterrastones-applications/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45% 0 15%;
    position: relative;
    z-index: 0;
}

.arterrastones-applications__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.arterrastones-applications__page .banner .banner__heading {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.arterrastones-applications__page .banner .banner__heading p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .arterrastones-applications__page .banner .banner__heading p {
        font-size: 18px;
    }
}

.arterrastones-applications__page .banner .banner__heading h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

@media (max-width:991px) {
    .arterrastones-applications__page .banner .banner__heading h2 {
        font-size: 30px;
    }
}

.arterrastones-applications__page .arterrastones-applications__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width:1280px) {
    .arterrastones-applications__page .arterrastones-applications__page--about .detail h2 {
        font-size: 25px;
    }
}

.arterrastones-applications__page .arterrastones-applications__page--about .detail p {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
    line-height: 35px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width:1540px) {
    .arterrastones-applications__page .arterrastones-applications__page--about .detail p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones-applications__page .arterrastones-applications__page--about .detail p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.arterrastones-applications__page .application__area .contents h2 {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 40px;
}

@media (max-width:1280px) {
    .arterrastones-applications__page .application__area .contents h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
}

.arterrastones-applications__page .application__area .contents p {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 30px;
}

@media (max-width:1540px) {
    .arterrastones-applications__page .application__area .contents p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .arterrastones-applications__page .application__area .contents p {
        font-size: 16px;
        line-height: 25px;
    }
    .arterrastones-applications__page .application__area .contents {
        padding: 0;
    }
    .arterrastones-applications__page .application__area .img {
        padding: 0;
    }
}

@media (max-width:1199px) {
    .arterrastones-applications__page .order-1199-1 {
        order: 1;
    }
    .arterrastones-applications__page .order-1199-2 {
        order: 2;
    }
}


/* ************************************************************************************************************************
                                        ARTERRASTONES APPLICATIONS PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        PRODUCT CERAMIC PAGE CSS START
************************************************************************************************************************ */

.product-ceramic__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .product-ceramic__page .banner {
        height: 55px;
    }
}

.product-ceramic__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.product-ceramic__page .pricing-one .tab-btn-box .tab-btns:before {
    height: 24px;
    width: 50px;
    background: #ccc;
    left: 18px;
    top: 2px;
}

.product-ceramic__page .pricing-one .tab-btn-box .tab-btns li:before {
    width: 14px;
    height: 14px;
    background: #fff;
    right: -19px;
}

.product-ceramic__page .pricing-one.pricing-page-1 .tab-btn-box .tab-btns li:before {
    background: #fff;
    top: 4px;
}

.product-ceramic__page .pricing-one .tab-btn-box .tab-btns li {
    min-width: auto;
    padding: 0px 50px 0px 0px;
    text-transform: capitalize;
    font-size: 18px;
}

.product-ceramic__page .pricing-one .tab-btn-box .tab-btns li.active-btn:before {
    top: 4px;
    right: 7px;
}

.product-ceramic__page .pricing-one .tab-btn-box .tab-btns li:last-child {
    padding-left: 40px;
    padding-right: 0;
}

.product-ceramic__page .pricing-one .detail h2 {
    font-size: 35px;
    font-weight: 300;
}

@media (max-width:1280px) {
    .product-ceramic__page .pricing-one .detail h2 {
        font-size: 25px;
    }
}

@media (max-width:991px) {
    .product-ceramic__page .pricing-one .detail {
        padding: 0;
        margin-top: 10px;
    }
    
    .myproddetailsbreadborder
	{
		border-bottom: 3px solid #eee;
	}
	
}

.product-ceramic__page .pricing-one .detail h4 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #888888;
    font-weight: 500;
    margin-top: 5px;
}

@media (max-width:1280px) {
    .product-ceramic__page .pricing-one .detail h4 {
        font-size: 16px;
    }
}

.product-ceramic__page .pricing-one .detail p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 180px;
    line-height: 140%;
}

@media (max-width:1540px) {
    .product-ceramic__page .pricing-one .detail p {
        margin-top: 80px;
        margin-bottom: 180px;
        font-size: 22px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .pricing-one .detail p {
        margin-top: 60px;
        margin-bottom: 100px;
        font-size: 18px;
    }
}

.product-ceramic__page .pricing-one .detail h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
}

@media (max-width:1540px) {
    .product-ceramic__page .pricing-one .detail h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .pricing-one .detail h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.product-ceramic__page .pricing-one .detail a {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 50px;
}

@media (max-width:1540px) {
    .product-ceramic__page .pricing-one .detail a {
        font-size: 18px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .pricing-one .detail a {
        font-size: 16px;
    }
}

.product-ceramic__page .pricing-one .detail a:hover {
    color: #000;
}

.product-ceramic__page .product-detail .inner .title h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
/*    margin-bottom: 30px;*/
	margin-bottom:10px;
}

@media (max-width:1540px) {
    .product-ceramic__page .product-detail .inner .title h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .product-detail .inner .title h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .product-ceramic__page .product-detail .inner {
        margin-bottom: 40px;
    }
}

.product-ceramic__page .product-detail .inner ul li {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
/*    margin-bottom: 20px;*/
}

@media (max-width:1540px) {
    .product-ceramic__page .product-detail .inner ul li {
        font-size: 18px;
     /*   margin-bottom: 20px;*/
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .product-detail .inner ul li {
        font-size: 16px;
       /* margin-bottom: 15px;*/
    }
}

.product-ceramic__page .product-detail .inner ul li:last-child {
    margin-bottom: 0px;
}

.product-ceramic__page .product-detail .inner ul li span {
    width: 40px;
    height: 2px;
    background: #000;
    display: inline-block;
    margin: 6px 0;
    margin-right: 10px;
}

@media (max-width:1280px) {
    .product-ceramic__page .product-detail .inner ul li span {
        width: 30px;
        margin: 5px 0;
        margin-right: 7px;
    }
}

.product-ceramic__page .product-detail .inner ul li:nth-child(2) span {
    height: 3px;
}

.product-ceramic__page .product-detail .inner ul li:nth-child(3) span {
    height: 3px;
}

.product-ceramic__page .tiles__slider .four-item-carousel_new .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

@media (max-width:768px) {
    .product-ceramic__page .tiles__slider .four-item-carousel_new .owl-nav {
        top: auto;
        right: 0;
    }
}

.product-ceramic__page .tiles__slider .title h2 {
    font-weight: 300;
    font-size: 1.6rem;
}

@media (max-width:1540px) {
    .product-ceramic__page .tiles__slider .title h2 {
        font-size: 25px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .tiles__slider .title h2 {
        font-size: 23px;
    }
}

.product-ceramic__page .logo_section .logo {
    margin-bottom: 50px;
}

@media (max-width:1540px) {
    .product-ceramic__page .logo_section .logo {
        margin-bottom: 30px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .logo_section .logo {
        margin-bottom: 20px;
    }
}

.product-ceramic__page .logo_section .title h2 {
    color: #000;
    font-weight: 300;
    margin-bottom: 30px;
}

@media (max-width:1540px) {
    .product-ceramic__page .logo_section .title h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .logo_section .title h2 {
        font-size: 23px;
        margin-bottom: 15px;
    }
}

.product-ceramic__page .logo_section .detail p {
    font-size: 25px;
    line-height: 33px;
}

@media (max-width:1540px) {
    .product-ceramic__page .logo_section .detail p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .logo_section .detail p {
        font-size: 16px;
        line-height: 28px;
    }
    .product-ceramic__page .logo_section .detail {
        padding: 0;
    }
}

.product-ceramic__page .releted_product .title h2 {
    color: #000;
    font-weight: 300;
    margin-bottom: 50px;
}

@media (max-width:1540px) {
    .product-ceramic__page .releted_product .title h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .releted_product .title h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
}

.product-ceramic__page .releted_product .inner h3 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

@media (max-width:1540px) {
    .product-ceramic__page .releted_product .inner h3 {
        font-size: 18px;
    }
}

@media (max-width:1280px) {
    .product-ceramic__page .releted_product .inner h3 {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width:991px) {
    .product-ceramic__page .releted_product .inner {
        margin: 15px 0;
    }
}

.product-ceramic__page .releted_product .inner a:hover h3 {
    color: #000;
}


/* ************************************************************************************************************************
                                        PRODUCT CERAMIC PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        PRODUCT QUARTZ PAGE CSS START
************************************************************************************************************************ */

.product-quartz__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .product-quartz__page .banner {
        height: 55px;
    }
}

.product-quartz__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.product-quartz__page .pricing-one .tab-btn-box .tab-btns:before {
    height: 24px;
    width: 50px;
    background: #ccc;
    left: 18px;
    top: 2px;
}

.product-quartz__page .pricing-one .tab-btn-box .tab-btns li:before {
    width: 14px;
    height: 14px;
    background: #fff;
    right: -19px;
}

.product-quartz__page .pricing-one.pricing-page-1 .tab-btn-box .tab-btns li:before {
    background: #fff;
    top: 4px;
}

.product-quartz__page .pricing-one .tab-btn-box .tab-btns li {
    min-width: auto;
    padding: 0px 50px 0px 0px;
    text-transform: capitalize;
    font-size: 18px;
}

.product-quartz__page .pricing-one .tab-btn-box .tab-btns li.active-btn:before {
    top: 4px;
    right: 7px;
}

.product-quartz__page .pricing-one .tab-btn-box .tab-btns li:last-child {
    padding-left: 40px;
    padding-right: 0;
}

.product-quartz__page .pricing-one .detail h2 {
    font-size: 35px;
    font-weight: 300;
}

@media (max-width:1280px) {
    .product-quartz__page .pricing-one .detail h2 {
        font-size: 25px;
    }
}

@media (max-width:991px) {
    .product-quartz__page .pricing-one .detail {
        padding: 0;
        margin-top: 40px;
    }
}

.product-quartz__page .pricing-one .detail h4 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #888888;
    font-weight: 500;
    margin-top: 5px;
}

@media (max-width:1280px) {
    .product-quartz__page .pricing-one .detail h4 {
        font-size: 16px;
    }
}

.product-quartz__page .pricing-one .detail p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 180px;
    line-height: 140%;
}

@media (max-width:1540px) {
    .product-quartz__page .pricing-one .detail p {
        margin-top: 80px;
        margin-bottom: 180px;
        font-size: 22px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .pricing-one .detail p {
        margin-top: 60px;
        margin-bottom: 100px;
        font-size: 18px;
    }
}

.product-quartz__page .pricing-one .detail h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
}

@media (max-width:1540px) {
    .product-quartz__page .pricing-one .detail h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .pricing-one .detail h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.product-quartz__page .pricing-one .detail a {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 50px;
}

@media (max-width:1540px) {
    .product-quartz__page .pricing-one .detail a {
        font-size: 18px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .pricing-one .detail a {
        font-size: 16px;
    }
}

.product-quartz__page .pricing-one .detail a:hover {
    color: #000;
}

.product-quartz__page .product-detail .inner .title h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
}

@media (max-width:1540px) {
    .product-quartz__page .product-detail .inner .title h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .product-detail .inner .title h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .product-quartz__page .product-detail .inner {
        margin-bottom: 40px;
    }
}

.product-quartz__page .product-detail .inner ul li {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

@media (max-width:1540px) {
    .product-quartz__page .product-detail .inner ul li {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .product-detail .inner ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.product-quartz__page .product-detail .inner ul li:last-child {
    margin-bottom: 0px;
}

.product-quartz__page .product-detail .inner ul li span {
    width: 40px;
    height: 2px;
    background: #000;
    display: inline-block;
    margin: 6px 0;
    margin-right: 10px;
}

@media (max-width:1280px) {
    .product-quartz__page .product-detail .inner ul li span {
        width: 30px;
        margin: 5px 0;
        margin-right: 7px;
    }
}

.product-quartz__page .product-detail .inner ul li:nth-child(2) span {
    height: 3px;
}

.product-quartz__page .product-detail .inner ul li:nth-child(3) span {
    height: 3px;
}

.product-quartz__page .tiles__slider .four-item-carousel_new .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

@media (max-width:768px) {
    .product-quartz__page .tiles__slider .four-item-carousel_new .owl-nav {
        top: auto;
        right: 0;
    }
}

.product-quartz__page .tiles__slider .title h2 {
    font-weight: 300;
    font-size: 1.6rem;
}

@media (max-width:1540px) {
    .product-quartz__page .tiles__slider .title h2 {
        font-size: 25px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .tiles__slider .title h2 {
        font-size: 23px;
    }
}

.product-quartz__page .logo_section .logo {
    margin-bottom: 50px;
}

@media (max-width:1540px) {
    .product-quartz__page .logo_section .logo {
        margin-bottom: 30px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .logo_section .logo {
        margin-bottom: 20px;
    }
}

.product-quartz__page .logo_section .title h2 {
    color: #000;
    font-weight: 300;
    margin-bottom: 30px;
}

@media (max-width:1540px) {
    .product-quartz__page .logo_section .title h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .logo_section .title h2 {
        font-size: 23px;
        margin-bottom: 15px;
    }
}

.product-quartz__page .logo_section .detail p {
    font-size: 25px;
    line-height: 33px;
}

@media (max-width:1540px) {
    .product-quartz__page .logo_section .detail p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .logo_section .detail p {
        font-size: 16px;
        line-height: 28px;
    }
    .product-quartz__page .logo_section .detail {
        padding: 0;
    }
}

.product-quartz__page .releted_product .title h2 {
    color: #000;
    font-weight: 300;
    margin-bottom: 50px;
}

@media (max-width:1540px) {
    .product-quartz__page .releted_product .title h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .releted_product .title h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
}

.product-quartz__page .releted_product .inner h3 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

@media (max-width:1540px) {
    .product-quartz__page .releted_product .inner h3 {
        font-size: 18px;
    }
}

@media (max-width:1280px) {
    .product-quartz__page .releted_product .inner h3 {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width:991px) {
    .product-quartz__page .releted_product .inner {
        margin: 15px 0;
    }
}

.product-quartz__page .releted_product .inner a:hover h3 {
    color: #000;
}


/* ************************************************************************************************************************
                                        PRODUCT QUARTZ PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        CAREERS PAGE CSS START
************************************************************************************************************************ */

.careers__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .careers__page .banner {
        height: 55px;
    }
}

.careers__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.careers__page .careers__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width:1280px) {
    .careers__page .careers__page--about .detail h2 {
        font-size: 25px;
    }
}

.careers__page .careers__page--about .detail p {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
    line-height: 35px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width:1540px) {
    .careers__page .careers__page--about .detail p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .careers__page .careers__page--about .detail p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.careers__page .contact-five .form-inner .text h3 {
    font-size: 22px;
    font-weight: 500;
}

.careers__page .contact-five .form-inner .text p {
    font-size: 25px;
    margin-top: 30px;
    line-height: 35px;
    width: 100%;
}

@media (max-width:1540px) {
    .careers__page .contact-five .form-inner .text p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .careers__page .contact-five .form-inner .text p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.careers__page .contact-five .form-inner form label {
    font-size: 17px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #5e5e5e;
}

.careers__page .contact-five .form-inner form input {
    border-radius: 0;
}

@media (max-width:1360px) {
    .careers__page .contact-five .form-inner {
        padding-left: 0;
    }
}


/* ************************************************************************************************************************
                                        CAREERS PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        FRANCHISE PAGE CSS START
************************************************************************************************************************ */

.franchise__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .franchise__page .banner {
        height: 55px;
    }
}

.franchise__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.franchise__page .contact-five .form-inner .text h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width:1280px) {
    .franchise__page .contact-five .form-inner .text h3 {
        font-size: 25px;
    }
}

.franchise__page .contact-five .form-inner .text p a {
    font-size: 20px;
    line-height: 35px;
    width: 100%;
    color: #888888;
}

@media (max-width:1280px) {
    .franchise__page .contact-five .form-inner .text p a {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.franchise__page .contact-five .form-inner .text p a:hover {
    color: #000;
}

.franchise__page .contact-five .form-inner form label {
    font-size: 17px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #5e5e5e;
}

.franchise__page .contact-five .form-inner form input {
    border-radius: 0;
}

.franchise__page .contact-five .form-inner .box h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width:1280px) {
    .franchise__page .contact-five .form-inner .box h2 {
        font-size: 22px;
    }
}

.franchise__page .contact-five .form-inner .box p {
    font-size: 20px;
    line-height: 24px !important;
    width: 90%;
}

@media (max-width:1280px) {
    .franchise__page .contact-five .form-inner .box p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
}

.franchise__page .contact-five .form-inner .box p span {
    font-size: 30px;
    font-family: 'Seta Reta Pro Regular';
    margin-bottom: 30px;
    display: block;
}

@media (max-width:1280px) {
    .franchise__page .contact-five .form-inner .box p span {
        font-size: 22px;
    }
}

.franchise__page .contact-five .form-inner .box {
    margin-bottom: 80px;
    margin-top: 30px;
}

@media (max-width:1280px) {
    .franchise__page .contact-five .form-inner .box {
        margin-bottom: 50px;
        margin-top: 10px;
    }
}


/* ************************************************************************************************************************
                                        FRANCHISE PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        CATALOGUES PAGE CSS START
************************************************************************************************************************ */

.catalogues__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .catalogues__page .banner {
        height: 55px;
    }
}

.catalogues__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.catalogues__page .catalogues__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width:1280px) {
    .catalogues__page .catalogues__page--about .detail h2 {
        font-size: 25px;
    }
}

.catalogues__page .catalogues__page--about .detail h2 img {
    margin-top: -13px;
    margin-right: 10px;
}

@media (max-width:1199px) {
    .catalogues__page .catalogues__page--about .detail h2 img {
        margin-top: -7px;
        margin-right: 7px;
        height: 20px;
    }
}

.catalogues__page .catalogues__page--about .detail p {
    font-size: 25px;
    margin-top: 30px;
    line-height: 35px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width:1540px) {
    .catalogues__page .catalogues__page--about .detail p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .catalogues__page .catalogues__page--about .detail p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.catalogues__page .catalogues__page--about .detail.head p {
    margin: 0;
    width: 36%;
}

@media (max-width:1280px) {
    .catalogues__page .catalogues__page--about .detail.head p {
        width: 100%;
    }
}

.catalogues__page .catalogues__page--about .detail h2 sup {
    top: -20px;
    font-size: 6px;
    letter-spacing: 0;
    left: -8px;
}

@media (max-width:1199px) {
    .catalogues__page .catalogues__page--about .detail h2 sup {
        top: -15px;
    }
}

.catalogues__page .catalogues__page--about .detail h2 span {
    letter-spacing: 7px;
}

.catalogues__page .catalogues__page--about .detail.head-new h2 {
    font-size: 33.5px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width:1280px) {
    .catalogues__page .catalogues__page--about .detail.head-new h2 {
        font-size: 22px;
    }
}

.catalogues__page .catalogues__page--about .detail.head-new p {
    font-size: 18px;
    margin: 0;
    margin-top: 30px;
    line-height: 25px;
    margin-bottom: 40px;
    width: 100%;
}

@media (max-width:1280px) {
    .catalogues__page .catalogues__page--about .detail.head-new p {
        font-size: 16px;
        line-height: 23px;
        width: 100%;
    }
}

.catalogues__page .catalogues__page--about .box img {
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 25%);
    margin-bottom: 15px;
}

.catalogues__page .catalogues__page--about .box h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: #000;
    margin-bottom: 4px;
}

@media (max-width:1280px) {
    .catalogues__page .catalogues__page--about .box h4 {
        font-size: 16px;
    }
}

.catalogues__page .catalogues__page--about .box a {
    color: #888888;
}

.catalogues__page .catalogues__page--about .box a:hover {
    color: #000;
}

.catalogues__page .catalogues__page--about .box {
    margin-bottom: 30px;
}


/* ************************************************************************************************************************
                                        CATALOGUES PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        PRODUCT PAGE CSS START
************************************************************************************************************************ */

.product__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .product__page .banner {
        height: 55px;
    }
}

.product__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.product__page .shop-page-section .item-shorting .left-column .btn-box button img {
    width: 25px;
    opacity: 0.5;
}

.product__page .shop-page-section .item-shorting .left-column .btn-box button.on img {
    opacity: 1;
}

.product__page .shop-grid-content .shop-block-one .inner-box .image-box img {
    width: 100%;
/*    object-fit: cover;*/
}

.product__page .shop-list-content .shop-block-one .inner-box .image-box img {
    width: 100%;
    object-fit: cover;
}

.product__page .shop-block-one .inner-box .lower-content h6 a:hover {
    color: #000;
}

.product__page .shop-block-one .inner-box:hover .image-box .option-list {
    right: auto;
    display: flex;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product__page .shop-block-one .inner-box .image-box .option-list li {
    margin: 5px;
}

.product__page .shop-block-one .inner-box .image-box .option-list {
    right: -50px;
}

.product__page .shop-block-one .inner-box .image-box .option-list li a:hover {
    background: #000;
}

.product__page .product-filter-wrapper {
    display: none;
    width: 25%;
    background-color: #fff;
    position: fixed;
    top: 105px;
    right: 0;
    z-index: 9999999999;
    height: 90vh;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 50%);
    overflow: hidden;
    flex-direction: column;
    /* display: flex; */
}

@media (max-width:1540px) {
    .product__page .product-filter-wrapper {
        width: 30%;
    }
}

@media (max-width:1366px) {
    .product__page .product-filter-wrapper {
        width: 35%;
    }
}

@media (max-width:1200px) {
    .product__page .product-filter-wrapper {
        width: 40%;
    }
}

@media (max-width:1024px) {
    .product__page .product-filter-wrapper {
        width: 60%;
    }
}

@media (max-width:991px) {
    .product__page .product-filter-wrapper {
        top: 56px;
    }
}

@media (max-width:767px) {
    .product__page .product-filter-wrapper {
        width: 80%;
    }
}

@media (max-width:575px) {
    .product__page .product-filter-wrapper {
        width: 100%;
    }
}

.product__page .product-filter-wrapper-new {
    display: flex;
}

.product__page .product-filter-wrapper .filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border-bottom: 1px solid #d7d7d7;
}

.product__page .product-filter-wrapper .filter-head .text h2 {
    font-size: 20px;
    font-weight: 500;
}

.product__page .product-filter-wrapper .filter-head .close a {
    font-size: 16px;
    color: #000;
}

.product__page .product-filter-wrapper .button .btn-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -1px 11px 0 #bdbdbd;
    padding: 15px 0;
    margin-bottom: 8px;
}

.product__page .product-filter-wrapper .filter-accordion {
    padding: 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card,
.product__page .product-filter-wrapper .filter-accordion .myaccordion .card:last-child .card-header {
    border: none;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    border: none;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .fa-stack {
    font-size: 14px;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #000;
    padding: 0;
    font-size: 20px;
    font-family: 'Seta Reta Pro Regular';
    font-weight: 500;
    border: none;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .btn-link:hover,
.product__page .product-filter-wrapper .filter-accordion .myaccordion .btn-link:focus {
    text-decoration: none;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body {
    padding: 0;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body .color-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body .color-inner li {
    width: 20%;
    margin: 5px 0;
    cursor: pointer;
}

@media (max-width:575px) {
    .product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body .color-inner li {
        width: 33%;
    }
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body .color-inner .color {
    width: 65px;
    height: 65px;
    border: 1px solid #eee;
    margin: 0 auto;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body .color-inner .name {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body ul.inner li {
    display: flex;
    margin: 5px 0;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body ul.inner li input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 2px;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body ul.inner li label {
    font-size: 15px;
    line-height: 20px;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body ul.inner li .list-title {
    font-weight: 500;
    color: #000;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body .clear {
    width: 100%;
    margin: 15px 0 10px;
    text-align: center;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body .clear a {
    font-size: 14px;
    color: #000;
    border: 1px solid #b7b7b7;
    padding: 5px 15px;
}

.product__page .product-filter-wrapper .filter-accordion .myaccordion .card .card-body .clear a i {
    font-size: 10px;
    margin-left: 5px;
}

.product__page .shop-page-section .item-shorting .shop-filter-active {
    height: auto;
    line-height: 26px;
    border: none !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #141417;
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
}

.product__page .shop-page-section .item-shorting .shop-filter-active:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.product__page .shop-page-section .item-shorting .shop-filter-active:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #848484;
    top: 0px;
    right: 30px;
    margin: 0px;
    margin: 0px;
    border: none !important;
    transform: rotate(0deg) !important;
}

.product__page .shop-page-section .item-shorting .shop-filter-active:after {
    right: 0px;
    color: #222222;
    top: -5px;
}

.product__page .product__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width:1280px) {
    .product__page .product__page--about .detail h2 {
        font-size: 25px;
    }
}


/* ************************************************************************************************************************
                                        PRODUCT PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        CONTACT PAGE CSS START
************************************************************************************************************************ */

.contact__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .contact__page .banner {
        height: 55px;
    }
}

.contact__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.contact__page .contact__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width:1280px) {
    .contact__page .contact__page--about .detail h2 {
        font-size: 25px;
    }
}

.contact__page .contact__page--about .detail p {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
    line-height: 35px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0px;
}

@media (max-width:1540px) {
    .contact__page .contact__page--about .detail p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .contact__page .contact__page--about .detail p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.contact__page .contact-five .form-inner .text h3 {
    font-size: 22px;
    font-weight: 500;
}

.contact__page .contact-five .form-inner .text p {
    font-size: 25px;
    margin-top: 30px;
    line-height: 35px;
    width: 90%;
}

@media (max-width:1540px) {
    .contact__page .contact-five .form-inner .text p {
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width:1280px) {
    .contact__page .contact-five .form-inner .text p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
}

.contact__page .contact-five .form-inner form label {
    font-size: 17px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #5e5e5e;
}

.contact__page .contact-five .form-inner form input {
    border-radius: 0;
}

@media (max-width:1360px) {
    .contact__page .contact-five .form-inner {
        padding-left: 0;
    }
}

.contact__page .contact-five .form-inner .form-inner__box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 15%);
    padding: 70px;
    text-align: center;
    height: 100%;
}

@media (max-width:1280px) {
    .contact__page .contact-five .form-inner .form-inner__box {
        padding: 70px 20px;
    }
}

@media (max-width:1199px) {
    .contact__page .contact-five .form-inner .form-inner__box {
        padding: 30px 15px;
        margin-top: 30px;
    }
}

.contact__page .contact-five .form-inner .form-inner__box .text h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    line-height: 30px;
    color: #888888;
    font-weight: 500;
    margin: 15px 0;
}

.contact__page .contact-five .form-inner .form-inner__box .text h4 a {
    color: #888888;
}

.contact__page .contact-five .form-inner .form-inner__box .text h4 a:hover {
    color: #000;
}

.contact__page .contact-five .form-inner .form-inner__box .text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.contact__page .contact-five .form-inner .form-inner__box .text ul li a {
    font-size: 1.4rem;
    line-height: 30px;
    color: #888888;
    margin: 10px;
}

.contact__page .contact-five .form-inner .form-inner__box .text ul li a:hover {
    color: #000;
}


/* ************************************************************************************************************************
                                        CONTACT PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        BLOG PAGE CSS START
************************************************************************************************************************ */

.blog__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .blog__page .banner {
        height: 55px;
    }
}

.blog__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.blog__page .blog__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}

@media (max-width:1280px) {
    .blog__page .blog__page--about .detail h2 {
        font-size: 25px;
    }
}


/* ************************************************************************************************************************
                                        BLOG PAGE CSS END
************************************************************************************************************************ */


/* ************************************************************************************************************************
                                        BLOG DETAIL PAGE CSS START
************************************************************************************************************************ */

.blog-detail__page .banner {
    width: 100%;
    height: 105px;
    background-image: url(../img/product-ceramic/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media (max-width:991px) {
    .blog-detail__page .banner {
        height: 55px;
    }
}

.blog-detail__page .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.blog-detail__page .blog__page--about .detail h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}

@media (max-width:1280px) {
    .blog-detail__page .blog-detail__page--about .detail h2 {
        font-size: 25px;
    }
}

.blog-detail__page .blog-sidebar .post-widget .post .post-thumb img {
    height: 100%;
    object-fit: cover;
}


/* ************************************************************************************************************************
                                        BLOG DETAIL PAGE CSS END
************************************************************************************************************************ */

.new__headding--font_s {
    font-size: 2rem !important;
    line-height: 40px !important;
}

.new__p--font_s {
    font-size: 1.1rem !important;
    line-height: 24px !important;
}

@media (max-width:1199px) {
    .new__headding--font_s {
        font-size: 1.5rem !important;
        line-height: 35px !important;
    }
    .new__p--font_s {
        font-size: 1rem !important;
        line-height: 28px !important;
    }
    .blog-sidebar {
        margin-top: 30px;
    }
}

.inner__pages .banner {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 36% 0 0;
    position: relative;
    z-index: 0;
}

@media (max-width:1199px) {
    .inner__pages .banner {
        height: 75vh;
    }
}

@media (max-width:991px) {
    .inner__pages .banner {
        padding: 45% 0 0;
    }
    
}

@media (max-width:767px) {
    .inner__pages .banner {
        height: 55vh;
    }
}

@media (max-width:575px) {
    .inner__pages .banner {
        padding: 60% 0 0;
    }
    
}

@media (max-width:420px) {
    .inner__pages .banner {
        padding: 55% 0 0;
    }

}

.inner__pages .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
}

.inner__pages .banner .banner__heading {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.inner__pages .banner .banner__heading p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

@media (max-width:991px) {
    .inner__pages .banner .banner__heading p {
        font-size: 18px;
    }
}

.inner__pages .banner .banner__heading h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

@media (max-width:991px) {
    .inner__pages .banner .banner__heading h2 {
        font-size: 25px;
    }
}

.menu__s .search-widget .search-form .form-group input[type='search'] {
    position: relative;
    display: inline-block;
    height: 45px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    font-size: 15px;
    color: #141417;
/*    font-family: 'Poppins', sans-serif;*/
	font-family: sans-serif;
    padding: 10px 20px 10px 50px;
    transition: all 500ms ease;
    margin: 15px 0px 5px;
    width: -webkit-fill-available;
}

.menu__s .search-widget .search-form .form-group button {
    position: absolute;
    left: 18px;
    top: 24px;
    font-size: 16px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}

.menu__l .megamenu {
    padding: 5px 25px 50px;
}

@media (max-width:767px) {
    .menu__l .megamenu {
        padding: 5px 0 50px;
    }
}

.footer_w-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

@media (max-width:1199px) {
    .footer_w-new {
        width: 90%;
    }
}

@media (max-width:1024px) {
    .footer_w-new {
        width: 100%;
    }
}

.main-footer_hr_001 .lower-box .filter-accordion {
    padding: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .card,
.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .card:last-child .card-header {
    border: none;
}

.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    border: none;
}

.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .fa-stack {
    font-size: 14px;
}

.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #000;
    padding: 0;
    font-size: 20px;
    font-family: 'Seta Reta Pro Regular';
    font-weight: 400;
    border: none;
    margin-bottom: 15px;
}

.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .btn-link:hover,
.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .btn-link:focus {
    text-decoration: none;
}

.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .card {
    background-color: transparent;
}

.main-footer_hr_001 .lower-box .filter-accordion .myaccordion .card .card-body {
    padding: 0;
}

.footer__accordion {
    display: none;
}

@media (max-width:991px) {
    .footer__big {
        display: none;
    }
    .footer__accordion {
        display: block;
    }
}

.shop-block-one .inner-box .lower-content h6 {
    font-weight: 300;
}


/* ********************************************************************************************** */

.switcher-box {
    display: flex;
    align-items: center;
}

.switcher-box span {
    color: #141417;
    font-size: 18px;
    line-height: 32px;
}

.switcher input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.switcher input[type="checkbox"]:focus {
    outline: 0;
}

.switcher input:checked {
    background-color: #2196f3;
}

.switcher .toggle {
    width: 50px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin: 10px 0 0 0;
    border: 1px solid #e5e5e5;
    transition: all 0.2s ease;
    border-radius: 30px;
    background: #ccc;
}

.switcher .toggle:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}

.switcher .toggle:checked:after {
    transform: translatex(26px);
}

.tabs-content-new .tab-new {
    display: none;
}

.tabs-content-new .tab-new.show {
    display: block;
}


/* ********************************************************************************************** */


/* ********************************************************************************************** */

.catalogues__page .modal-box .show-modal {
    color: #fff;
    background-color: #ff773a;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 30px;
    margin: 80px auto 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    outline: none;
    display: block;
    transition: all 0.3s ease 0s;
}

.catalogues__page .modal-box .show-modal:hover,
.catalogues__page .modal-box .show-modal:focus {
    color: #fff;
    background-color: #555;
    outline: none;
}

.catalogues__page .modal-backdrop.in {
    opacity: 0.4;
}

.catalogues__page .modal-box .modal-dialog {
    width: 45%;
    margin: 50px auto;
    max-width: 100%;
}
.home_banner .slide:after{
  Content:"";
  position: absolute;
top:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1), 
    rgba(0, 0, 0, 0)     
  );
}
@media (max-width:1830px) {
    .main-header.ex_shop_header .main-menu .navigation>li {
        margin: 0px 40px;
    }
}
@media (max-width:1600px) {
    .main-header.ex_shop_header .main-menu .navigation>li {
        margin: 0px 24px;
    }
}
@media (max-width:1400px) {
    .main-header.ex_shop_header .main-menu .navigation>li {
        margin: 0px 14px;
    }
    
}
@media (max-width:1300px) {
    .main-header.ex_shop_header .main-menu .navigation>li {
        margin: 0px 14px;
    }
    .main-header.ex_shop_header .main-menu .navigation>li>a{
        font-size: 16px;
    }
}
@media (max-width:1440px) {
    .catalogues__page .modal-box .modal-dialog {
        width: 60%;
    }
}

@media (max-width:1199px) {
    .catalogues__page .modal-box .modal-dialog {
        width: 80%;
    }
}

@media (max-width:575px) {
    .catalogues__page .modal-box .modal-dialog {
        width: 90%;
    }
}


/* .catalogues__page .modal.fade .modal-dialog {
    transform: translateY(100px);
} */

.catalogues__page .modal.in .modal-dialog {
    transform: translate(0);
}

.catalogues__page .modal-box .modal-dialog .modal-content {
    background: #fff;
    border-radius: 0;
/*    outline: 5px solid #fff;
    outline-offset: 10px;*/
}

.catalogues__page .modal-box .modal-dialog .modal-content .close {
    color: #999;
    font-size: 28px;
    text-shadow: none;
    line-height: 15px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 1;
    transition: all 0.3s;
}

.catalogues__page .modal-box .modal-dialog .modal-content .close:hover {
    color: #555;
}

.catalogues__page .modal-box .modal-dialog .modal-content .modal-body {
    padding: 40px !important;
}

.catalogues__page .modal-box .modal-dialog .modal-content .modal-body .title {
    color: #111;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0 0 20px;
}


/* product dynamic data css  start  */


@media only screen and (max-width: 768px) {

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
/*
.myproimg {
	height: auto !important;
}*/
}

/*
@media only screen and (max-width: 1200px) and (min-width: 769px)  
{
	.myproimg {
		height: auto !important;
	}
}
*/

@media only screen and (max-width: 991px) and (min-width: 769px)  
{
	.mycol4
	{
	  float: left;
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  width:33.33% !important;
	}
}
@media only screen and (min-width: 992px)
{
	
	.mycol4
	{
	  float: left;
	  position: relative;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  width:25%;
	}
}

/* product dynamic data css  end  */

.owl-dots
{
	margin-top:50px;
	text-align:center;
}

.owl-dots
{
	margin-top:50px;
	text-align:center;
}

.sliderslickh2 {
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align:center;
}

.sliderslick_p {
	font-size: 16px;
	font-weight: 500;
	text-align:center;
}

.artstoneh2 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 18px;
	margin-bottom: 5px;
	text-align:center;
}

.artstonep {
	font-size: 16px;
	font-weight: 500;
	text-align:center;
}

.fa-minus::after {
    content: "";
    height: 14px;
    background-color: #000;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.fa-minus::before {
    content: "";
    width: 14px;
    background-color: #000;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.fa-minus:before{
    content: "" !important;
}
.mobile-nav-toggler .icon-bar{
    transform-origin: center;
}

.mobile-nav-toggler.open .icon-bar:nth-of-type(1){
    transform: rotate(45deg) translateY(10px);
} 
.mobile-nav-toggler.open .icon-bar:nth-of-type(2){
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
} 
.mobile-nav-toggler.open .icon-bar:nth-of-type(3){
    transform: rotate(135deg) translateY(10px);
} 

.mylato
{
	font-family: lato !important;
}

@media(max-width: 1199px){
    .section-video-bg{
        margin-top: 110px;
    }
}

