#architectural-body{
	font-family: 'Oswald', sans-serif;
    transition: background-color .5s;
}
.navbar{
    border-bottom: 1px solid #ccc;
    background-color: #FFFFFF;
    padding:0% 2%;
}
nav.navbar.fixed-top {
    max-height: 100%;
}

.fixed-top-3 {
    margin-top: 40px;
    font-size: 15px;
    padding:25px 20px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.nav-head-logo {
    padding-top: 0px;
    border-right: 1px solid #d6d6d6;
    padding-right: 15px;
    padding-left: 20px;
}

body #navbarContent{
	height: 100%;
	width:0;
	position: fixed !important;
	z-index: 100;
	right:0;
	overflow-x: hidden;
	transition: 0.5s;
}

/*=================================================
========= Navigation Menu ========================*/
.mega-dropdown .nav-link{
	font-weight: 600;
	text-transform: uppercase;
    font-size: 16px;
    padding: 0 8px;
    border: 1px solid #fff;
    margin: 13px 0;
	color: #3b3f42;
width:100%;
display: block;
}

.small-mega-dropdown ul li a:hover{
    text-decoration: none;
    color:#df6728;
}

/* change the mega menu dropdown arrow css*/
.caret-down{
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25em;
    vertical-align: .05em;
    content: "";
    border-top: .35em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #f98c2f;
    transition: all linear 0.09s;
}

.angle-down{
    border: solid #3b3f42;
    border-width: 0 1.4px 1.4px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all linear 0.09s;
    margin-right: .3em;
    margin-bottom: 2px;
}

.nav-item.dropdown.mega-dropdown.show a i.caret-down{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* change the submenu arrow css*/
.arrow-down{
    border: solid #f98c2f;
    border-width: 0 1.3px 1.3px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    transition: all linear 0.09s;
    right: 13px;
    bottom: 19px;
}

.dropdown-menu-content.show a p i.arrow-down{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.r-small{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

/* for Metal Ceiling Submenu */
.cw-submenu {
	text-align: left;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 20px 0 18px;
	margin: 0;
	min-height: 82px;
	list-style: none;
	white-space: normal;
	text-transform: capitalize;
	line-height: 1.3;
}

.cw-submenu-title {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	line-height: 1.6;
}

.cw-submenu-link {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin-top: 14px;
}
a.cw-submenu-link:hover{
	color: #df6728;
	text-decoration: none;
}

.bulletModel::before {
	color: #f98c2f;
	content: "\25CF";
	padding-right: 5px;
	font-size: 13px;
}

@media (min-width: 767px) {
	.navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}


@media(max-width: 990px){
    #navbarSupportedContent li a.nav-link {
		color: #3b3f42;
    }
    .nav-head-logo {
		border:none;
		padding-left: 0;
	}
    .pg-dropmenu{
        padding: 0 15px;
        color: #3b3f42;
		background: #f2f0ed;
    }
    .mega-dropdown .nav-link {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        padding: 0 8px;
        border:none;
        margin: 0;
		color:#000000;
    }
	
    .dropdown-item {
        padding: .45rem;
    }
    .img-mega-icon{
        display: none;
    }
    .mega-dropdown {
        background: #FFFFFF;
        border-bottom: .063em solid #e6e6e6;
    }
    .architectural-mega-menu{
        background: #f2f0ed;
    }
    
	.sub-menu.show .dropdown-menu-content{
        color: #fff;    
		text-decoration: none;
		background: #474747;
    }
    .submenu-link{
        color: #fff;
    }
    .submenu-content{
        color: #FFFFFF;
        text-decoration: none;
        background-color: #474747;
        border-top: 1px solid #000;
    }
    .submenu-content-right{
        color: #FFFFFF;
        text-decoration: none;
        background-color: #474747;
        border-top: 1px solid #000;
    }
    .navbar .dropdown-item.dropdown-menu-content.active, .navbar .dropdown-item.dropdown-menu-content:active,.dropdown1-link:active{
		color: #FFFFFF;
		text-decoration: none;
		background-color: #474747;
	}
	.dropdown1-link:hover{
		text-decoration: none;
		color:#000;
	}
	.dropdown1-link{
		color:#000;
		text-decoration: none;
	}
	.submenu-summary-link{
		display: none;
		margin-right: 15px;
		margin-left: 15px;
		text-decoration: none;
		background-color: #474747;
        
	}
	.submenu-content-right-small{
		background-color: #474747;
	}
	.submenu-summary-link a{
		color: #FFFFFF;
        padding: 0 15px;
	}
	.arrow-down{
		border-width: 0 1.6px 1.6px 0;
        right: 10px;
        float: right;
        position: relative;
        top:8px;
		bottom:0px;
	}
	.architectural-mega-menu{
		padding:0;
	}
	.sub-menu.show .arrow-down{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	.main-mega-menu{
		margin-bottom: 3px;
		margin-top: 3px;
	}
	.lg-dd-linkWrap {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.lg-dd-linkWrap a{
		color: #3b3f42;
		text-decoration: none;
	}

}

@media screen and (min-width: 991px){
/*==================================
  ========= Navigation ============*/
	.topnav-head-logo {
		padding-top: 0px;
		line-height: 65px;
	}
	.navbar{
		border-bottom: 1px solid #ccc;
		background-color: #FFFFFF;
	}

	.web-navbar{
		font-family: 'Open Sans', sans-serif;
	}


	.nav-country-landing{
		font-size: 12px;
		font-weight: 500;
		letter-spacing: .01rem;
		line-height: 40px;
		max-height: 40px;
	}

	#top{
		line-height: 40px;
		max-height: 40px;
	}

	.nav-country-landing{
		display:inline-block;
	}

	.country-nav {
		display:inline-block;
	}
	.drop-form{
		color:#000000;
		padding-left: 5px;
	}

	.drop-item{
		top:40px;
		width:250px;
		margin:0;
		padding: 0;
		left:37px;
		background-color: #F0F0F0;
	}

	.scrollable-menu {
		background-color: #efefef;
		top:11px;
		padding:1% 0%;
		width: 100%;
		height: auto;
		max-height: 190px;
		overflow-x: hidden;
		color: #000000;
	}

	.fixed-list {
		position: relative;
		background-color: #fafafa;
	}

	.fixed-list a{
		text-decoration: none;
		color:#000000;
		font-size: 14px;
		padding: 3% 3%;
	}

	.drop-list{
		padding: 0;
		font-size: 15px;
		letter-spacing: .01rem;
		font-weight: 500;
	}

	.scrollable-menu a{
		color:#000000;
		padding-left: 7%;
		padding-right: 7%;
		text-decoration: none;
	}

	.scrollable-menu li {
		padding-top:0.8%;
		padding-bottom: 0.8%;

	}
	.nav-header-link{
		text-decoration: none;
		color: #6a6a6a;
	}

	.nav-country-landing a:hover{
		text-decoration: none;
		color: #6a6a6a;
	}

	#top li a{
		color:#000000;
	}


	.navbar .dropdown-menu.mega-menu {
		width: 98%;
		border: none;
		border-radius: 0;
		margin: 0 1%;
		height:500px;
		padding:0 5%;
		font-family: Lato,sans-serif;
		font-size: .937rem;
		background-color: #f8f9fa!important;
		display:none;
	}
	
	.navbar .dropdown-toggle, .navbar .dropdown-menu a.dropdown1-link {
		cursor: pointer;
		text-decoration: none;
		color: #3b3f42;
	}

	.dropdown-item:focus, .dropdown-item:hover {
		text-decoration: none;
		background-color: #FFFFFF;
	}

	.navbar .dropdown-menu-content:focus, .dropdown-menu-content:hover p strong{
		color: #f98c2f;
		text-decoration: none;
	}

	.navbar .dropdown-menu-content.active, .navbar .dropdown-menu-content:active{
		color: #FFFFFF;
		text-decoration: none;
		background-color: #474747;
	}

	.dropdown-menu-content.show {
		color: #fff;
		text-decoration: none;
		background: #474747;
	}

	.dropdown-menu-content.show p.main-mega-menu strong {
		color: #fff;
	}

	.navbar .architectural-mega-menu{
		width: 100%;
		border: none;
		border-radius: 0;
		margin: 0;
		height: auto;
		padding: 0 5%;
		font-size: .937rem;
		text-decoration: none;
	}

    .main-mega-menu{
        padding: 7px 35px 15px 10px;
        height: 70px;
        margin: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
        white-space: normal;
        text-decoration: none;
    }
    .mega-dropdown.show .nav-link, .mega-dropdown .nav-link:hover{
    	border: 1px solid #ccc;
		color:#212529;
    }

    .pg-dropmenu{
        margin-top: 1px;
        position: absolute;
        right: 0;
        left: auto;
        top: 37px;
        max-width: 360px;
        padding: 15px;
        margin: 0;
        text-align: left;
        width: 360px;
        border: 1px solid #ccc;
        margin-left: -180px;
        z-index: 100;
    }

    .img-mega-icon{
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        -ms-interpolation-mode: bicubic;
        width: 100%;
        max-height: 114px;
        height: 100%;
        min-height: 100px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .submenu-content {
        background: #474747;
        width: 613px;
        z-index: 10;
        left: 0;
        margin:0;
        position: absolute;
    }
    .submenu-content-right{
    	position: absolute;
    	background: #474747;
        width: 613px;
        z-index: 10;
        margin: 0;
        left: auto;
        right: 0px;
    }

    .submenu-summary {
        /*margin: 10px 0 0 0;*/
		padding: 0 20px;
    }

    .submenu-summary-links {
        text-align: left;
        margin: 20px 0 0 0;
    }

    .submenu-summary-container{
        border-bottom: 1px solid #626568;
        margin: 0;
        padding: 0 10px 9px;
    }
    .default-link,.default-link2 {
        display: block;
        padding: 13px 24px 13px 0px;
        text-transform: none;
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        white-space: normal;
    }

    .default-link:hover, .default-link2:hover{
        text-decoration: none;
        color:#FFFFFF;
    }


    /* CLOSE BUTTON CSS */
    .submenu-close{
        position: absolute;
        right: 0px;
        top: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        z-index: 10;
    }

    .close {
     opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        width: 1px;
        height: 9px;
        background-color: #ffffff;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }
	
	.submenu-summary-container div:first-child .submenu-summary-links .default-link {
		border-right: 1px solid #626568;
		padding: 13px 24px 13px 0;
	}
	.submenu-summary-container div:first-child .submenu-summary-links .default-link2 {
		padding: 13px 24px 13px 0;
	}
	.column{
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

    /* right arrow css*/
    .arrow-right {
        display: inline-block;
        width: 0.85em;
        height: 0.85em;
        background-color:#f98c2f;
        border-radius: 100%;
        float:right;
    }

    .arrow-right:after {
        content: '';
        position: absolute;
        display: inline-block;
        margin-top: 4px;
        margin-left: 2.3px;
        width: 0.32em;
        height: 0.32em;
        border-top: 0.05em solid #FFFFFF;
        border-right: 0.05em solid #FFFFFF;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .submenu-wrap {
        padding: 0 35px;
    }

    .sub-menu {
        text-align: left;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 20px 10px 0px;
        margin: 0;
        min-height: 82px;
    }

    .submenu-title {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 20px 0 18px;
        margin: 0;
        /*min-height: 60px;*/
    }

    .submenu-link {
        color: #fff;
        font-size: 14px;
        font-weight:600;
        text-align: left;
        white-space: normal;
        text-transform: capitalize;
    }
    .submenu-link:hover{
        color: #df6728;
        text-decoration: none;

    }

    .dropdown-menu-content{
        text-align: left;
        display: block;
        padding: 0 0px 7px 0;
        color: #3b3f42;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        position: relative;
        margin: 0 auto;
        width: 100%;
    }


    .submenu-content-right-small{
        position: absolute;
        background: #474747;
        width: 250px;
        z-index: 10;
        margin: 0;
        left: auto;
        right: 0px;
    }
    .submenu-small-container {
        margin: 0;
        padding: 0 20px 9px;
    }
    .small-mega-dropdown {
        position: relative !important;
    }
    .small-mega-dropdown a.nav-link{
        font-size: 16px;
        padding: 0 8px;
        border: 1px solid #fff;
        margin: 13px 0;
        color: #3b3f42;
    }
    .small-mega-dropdown.show a.nav-link, .small-mega-dropdown a.nav-link:hover{
    	border: 1px solid #ccc;
    }

    .lg-dd-linkWrap:first-child {
		margin-top: 0;
	}
	.contactRepDD-linkWrap, .contactRepDDHeader-linkWrap, .lg-dd-linkWrap {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-top: 15px;
	}
	.lg-dd-linkWrap .lg-dd-link{
		color: #3b3f42;
		font-size: 14px;
        width: 100%;
        display: block;
	}
	.lg-dd-linkWrap:nth-last-child(1) {
		border-bottom: 0;
		padding-bottom: 0;
	}

}

.card-contain{
	border: 1px solid #ccc;
}
/*=========================Carousel landing product and landing catergory =====*/
.carouselControlWrap{
    position: absolute;
    width: 100%;
}

.carousel-control-next, .carousel-control-prev,.corousel-index {
    position: relative;
    bottom: 0;
    top: -80px;
    display: -ms-inline-block;
    display: inline-block;
    width: 50px;
    color: #fff;
    opacity: 1;
    float: right;
}

#myCarousel .corousel-index{
    opacity: 0.5;
    background-color: #000000;
    font-size: 13px;
    color: #fff;
    width: 60px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    letter-spacing: 3px;
}
#myCarousel .fa-angle-left,#myCarousel .fa-angle-right{
    background: #e2e3e7;
    width: 50px;
    height: 100%;
    color:#000000;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 3.3px #e2e3e7;
    padding: 5px 15px;
    max-height: 50px;
}
#myCarousel .fa-angle-left:hover, #myCarousel .fa-angle-right:hover{
    background: #c6c5c2;
    opacity: 1;
    -webkit-text-stroke: 3.3px #c6c5c2;
}
#myCarousel .viewAllProject{
    position: relative;
    padding: 13px;
    bottom: 0;
    top: -85px;
    max-width: 90px;
    background: #f98c2f;
    color: #fff;    
    font-weight:600;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    float: left;
}

#myCarousel .viewAllProject:hover{
    background: #df6728;
    color: #fff;
    text-decoration: none;
}

/*******************************************************************************
****************************LANDING ARCHITECTURAL******************************/
.breadcrumbs {
    padding-left: 40px;
    margin: 5px 0;
    float: left;
}

.hero-text {
    font-family: "Open Sans";
    color: #ffffff;
    line-height: normal;
    left: 5%;
    position: absolute;
    bottom: 160px;
    padding: 0 3% 0 0;
    margin: 0;
    font-weight:700;
    font-size: 72px;
    width: 55%;
}

.hero-content {
    height: 100%;
    background: #fff;
    float: right;
    padding: 0 7px;
    width: 375px;
    margin-right: 75px;
    z-index: 10; 
    position: relative;
}

@media screen and (min-width:1200px) {
.hero-text {
	width: 40%;
    left: 25%;
	line-height: 72px;
}

.hero-content {
    margin-right: 150px;
}
}

.herobanner-detail {
    color: #717171;
    padding: 38px 43px;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}

/*ul, ol {
    list-style: none;
    list-style-image: none;
}*/
.breadcrumbs-link {
    color: #f98c2f;
    font-size: 13px;   
}
.breadcrumbs-link:hover{
    color: #df6728;
    text-decoration: none;
}
.breadcrumbs-linkWrap {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.4px;
    font-weight: 600; 
}
.breadcrumbs-cLink{
    font-weight: 400;
    text-transform: capitalize;
}

.herobar{
    background: rgba(56,56,56,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.herobar-contain{
    margin-bottom: 0;
}
.herobar-linkWrap {
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 0.1px;
}
.herobar-linkWrap a:hover{
    text-decoration: none;
    color:#fff;
}

.herobar-link {
    text-decoration: underline;
    text-transform: none;
    color: #fff;
}

/*BANNER*/
.hero-banner { 
	width: 100%; height: 660px; background-size: cover; position: relative; margin: 0 0 10px 0;
	background: url(http://assets2.hunterdouglascontract.com/documents/curved-baffles-rome.jpg) no-repeat center center;
}

.btn-big-orange {
    background-color: #ee8122;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0%;
    padding: 9px 30px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-big-orange:hover{
    background: #df6728;
    color: #fff;
}
/*MAIN | CONTENT*/
.box-story {
	max-width:75%; margin:auto;
}

#main-text {
	text-align: center;
    margin: 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#main-text h2.pro-landing-subtitle{
	font-size: 40px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #408da7;
    line-height: 40px;
    padding-top: 8px;
}

#main-text p.pro-land-content{
    margin: 24px auto 30px;
    color: #717171;
    line-height: 1.6;
}
.fit-width {
	width: 100%;
	height: auto;
	min-height: 100%;
}

/*BOTTOM NEWS | TITLE*/
.news-title {
	font-size:46px; text-align: left;
}
.news-view-all {
	line-height:69px; font-size:15px; color:#000000;
}

/*BOTTOM NEWS | CONTENT*/
.box-story-crumb-news {
	display:block !important;
	max-width:75%;
	margin:auto;
	padding-bottom:15px;
	padding-top:15px;
}
.box-story-crumb-news2 {
	display:none !important;
	max-width:75%;
	margin:auto;
	padding-bottom:15px;
	padding-top:15px;
}
.news-box {
	margin-bottom:20px;
	height:440px;
}
.news-date {
	line-height:35px;
	font-size:15px;
	text-align: left;
}
.news-bottom {
	position:absolute;
	bottom:6px;
	width:100%;
}

.card {
	border: 0px solid rgba(0,0,0,.125);
	border-radius: 0rem;
}
.card-img-top {
	width:100%
}
.card-body {
	padding: 1.25rem;
	padding-left: 0rem;
}
.card-title {
	font-family: Open Sans;
	font-weight: bold;
	font-size: 15px;
	color: #222222;
}
.card-text {
	height:80px;
}

@media screen and (max-width:1132px) {
	.box-story {
		max-width:100%; 
		margin:auto; 
	}
	.box-story-crumb-news { 
		max-width:100%;
		margin:auto; 
		padding-bottom:15px;
		padding-top:15px;
	}
}

@media screen and (max-width:1024px) {
	.card-title { 
		font-family: Open Sans;
		font-weight: bold; 
		font-size: 15px; 
		color: #222222;
	}
}

@media only screen and (max-width:991px) {
	.hero-text {
		font-size: 40px;
	}
	#main-image { 
		order: 1; 
	}
	#main-text { 
		order: 2; 
	}
	.breadcrumbs {
		padding-left: 20px;
	}
	.hero-banner{
		height:455px;
	} 
	.hero-content{
		display: none;
	}
	.btn-big-orange {
    	padding: 5px 10px;
	}
    #col-1st { 
        order: 1; 
    }
    #col-2nd { 
        order: 2; 
    }

}

@media only screen and (max-width:500px) {
	.box-story-crumb-news
	{ 
		display:none !important;
		max-width:75%;
		margin:auto;
		padding-bottom:15px;
		padding-top:15px;
	}
	.box-story-crumb-news2 
	{
		display:block !important;
		max-width:100%;
		margin:auto;
		padding-bottom:15px;
		padding-top:15px; 
	}
}

/* all footer style */ 
.t-area {
	height:175px;
	width: 100%;
	padding: .375rem .75rem;
}
.d-inline { 
	width:300px;
}
.footer-copyright {
	font-family: "Open Sans";
	color: #ffffff !important;
	font-size: 11px;
}
.middle-link {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
input {
	padding: 10px;
}
footer {
	font-family: "Open Sans";
	background-color: #6a7b83;
}

#web-windowfashin-footer {
	padding:50px;
	padding-bottom: 15px;
}
#mobile-windowfashin-footer {
	padding:15px;
}
.footer-title {
	font-family: "Open Sans";
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.footer-content {
	font-family: "Open Sans";
	color: #ffffff;
	font-size: 13px;
}
.footer-content-input {
	font-family: "Open Sans";
	color: #5b676f;
	font-size: 13px;
}

a.footer-content.sitemaplink:hover{
	color: #ffffff;
}
.form-control {
	border-radius: 0rem;
	height: 40px;
}
.form-group {
	margin-bottom: 0.3rem;
}
.btn-big-orange2 {
	background-color: #ee8122;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 15px;
	font-family: 'Lato';
	margin-bottom: 0%;
	height: 40px;
}
.panel {
	background-color: #6a7b83 !important;
}
.card-header2 {
	padding: 20px 5px;
	margin-bottom: 0;
	background-color:#6a7b83;
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: 0px solid rgba(0,0,0,.125);
}
.card {
	border: 0px solid rgba(0,0,0,.125);
}


/* FONT AWESOME | UP | DOWN */
.fa-chevron-up, .fa-chevron-down {
	color: #ef8200;
}
.panel-heading.collapsed .fa-chevron-up, .panel-heading .fa-chevron-down {
	display: none;
}
.panel-heading.collapsed .fa-chevron-down, .panel-heading .fa-chevron-up {
	display: inline-block;
}
i.fa {
	cursor: pointer;
	margin-right: 5px;
}
.fa-2x {
	font-size: 1.6rem;
}
.collapsed ~ .panel-body {
	padding: 0;
}
.fa-facebook-f, .fa-twitter, .fa-pinterest-p, .fa-youtube, .fa-instagram, .fa-houzz {
	color: #ffffff;
}

.slider_captcha {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #a3a3a3;
	background: #6b7b83;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%; 
	height: 46px;
	padding: 0;
	-moz-border-top-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px; 
	-ms-border-top-left-radius: 0px;
	-ms-border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius:0px;
	-moz-border-top-right-radius: 0px; 
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-ms-border-top-right-radius: 0px; 
	-ms-border-bottom-right-radius: 0px;
	border-top-right-radius:0px;
	border-bottom-right-radius: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swipe-knob {
	position: absolute;
	top: 0;
	left: 0; 
	cursor: move;
	width: 46px;
	height: 46px;
	background-color: #72d5ee;
	color: white;
	-moz-border-top-left-radius: 0px; 
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-ms-border-top-left-radius: 0px; 
	-ms-border-bottom-left-radius: 0px; 
	border-top-left-radius: 0px; 
	border-bottom-left-radius: 0px; 
	-moz-border-top-right-radius: 0px; 
	-moz-border-bottom-right-radius: 0px; 
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px; 
	-ms-border-top-right-radius: 0px; 
	-ms-border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media only screen and (max-width:991px) {
	.d-inline {
		width:250px;
	}
	.nav-footer-mobile li {
		border-bottom: 0px solid #6a7b83 !important;
	}
	.nav-footer-mobile ul, .nav-footer-mobile li {
		line-height: 30px; 
	}
	.nav-footer-mobile ul .sub-menu li, .nav-footer-mobile li .sub-menu li {
		background-color: #6a7b83 !important; 
		border: none; 
		line-height: 28px;
		margin-left: 0px;
	}
	.nav-footer-mobile {
		font-weight: 400;
		font-size: .823rem;
		letter-spacing: normal;
		background-color: #6a7b83 !important;
		width: 100%; 
		height: 100%; 
		color: #ffffff;
	}
	.nav-footer-mobile li a { 
		text-decoration: none;
		color: #ffffff;
	}
}

@media only screen and (max-width:360px) {
	.d-inline { width:190px; }
}

/*landing- ceilings-walls */
.ceilings-short-desc-container{
	border-bottom: 1px solid #ccc;
	padding: 35px;
}
.ceilings-short-desc{
	text-align: center;
    margin: 0 auto;
}
.ceilings-heading{
    font-size: 34px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #595959;
    margin-bottom: 26px;
    line-height: 40px;
}
.ceilings-desc{
    padding: 0 13%;
    font-size: 18px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin: 0;
}

/* filter for architectural design */
.filter-option{
	background: #e2e3e7;
	border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding:18px 100px;
    margin:0;
}

.filter-contain{
	margin-right: 130px;
	margin-left: 130px;
	padding: 20px 0px;
}

@media only screen and (max-width: 600px) {
	.filter-contain{
		margin-right: 0px;
		margin-left: 0px;
		padding: 20px 0px;
	}
	.technical-resource h1 {
		line-height: 100px;
		font-size: 35px;
		letter-spacing: 3px;
	}
	.filter-option {
		padding: 18px;
		margin: 0;
	}

} 

/*same with landing ceiling wall, textile, product-details slide */
.ceiling-slide-container{
    height:auto;
     /*height:550px;*/
	overflow:hidden;
}
.ceiling-slide-container .carousel-inner .carousel-item img{
    height:auto;
    width:100%;
}
.slide-container .carousel-inner .carousel-item video{
    height:550px;
}
@media only screen and (max-width: 770px) {
    .ceiling-slide-container{
        height:300px;
    }
    .ceiling-slide-container .carousel-inner .carousel-item img{
        height:300px;
		width:auto;
    }
    .ceiling-slide-container .carousel-inner .carousel-item video{
        height:300px;
    }
}

.slide .cw-carousel-heading {
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 72px;
    text-shadow: 0 0 8px #969696;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left:30px;
    padding-right: 30px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
}
@media only screen and (max-width: 770px) {
    .slide .cw-carousel-heading {
        font-size: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }   
}

.drowndownWrap{
    position: relative;
}
.dropdownLabel {
    font-size: 15px;
    color: #474747;
    border: 1px solid #dedede;
    padding: 14px 10px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    line-height: 18px;
    background: #fff;
    height: 47px;
    overflow: hidden;
}
.dropdownLabel span{
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 85%;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}
.dropdownArrow{
    z-index: 2;
    position: absolute;
    right: 12px;
    top: 28%;
    border: solid #f98c2f;
    border-width: 0 1.45px 1.45px 0;
    /* padding: 5px; */
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dropdownLabel.selected{
    /* white-space: nowrap; */
    padding: 7px 10px;
    line-height: 35px;
    color: #f98c2f;
}
.dropdownLabel.selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 47px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-radius: 0 2px 2px 0;
    box-shadow: inset -55px 0 25px -15px #fff;
}
.drowndownWrap .dropdown-menu{
    max-width: 100%;
    width: 100%;
    max-height: 250px!important;
    overflow-y: auto;
    border-top: 0;
    border-radius: 0;
    position: absolute;
    left: 0px;
    top: 45px;
    padding:0;
    min-width: 9rem;
}
.dropdownLink{
    line-height: 18px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    font-size: 15px;
    color: #474747;
    word-wrap: break-word;
    -webkit-user-select: none;  
    -moz-user-select: none;  
    -ms-user-select: none;
    user-select: none;
}
.dropdown-menu li:nth-last-child(1) a{
    border-bottom: 0;
}
.drowndownWrap a:not([href]):not([tabindex]):hover{
    text-decoration: none;
    color: #f98c2f;
    cursor: pointer;
}

/* ========== landing ceiling wall & textile ================*/
.ceilings-walls-desc{
    padding:50px 120px;
}
@media only screen and (max-width: 770px) {
    .ceilings-walls-desc {
        padding: 30px 40px;
    }
}
.cw-title{
    font-size: 34px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    color: #595959;
    margin-bottom: 26px;
    line-height: 40px;
    margin-block-start: 0.83em;
}

@media only screen and (max-width: 778px) {
    .cw-title{
    margin-block-start: 2em;
    margin-top: 33px;
}
}








.cw-desc{
    line-height: 1.6;
    font-size: 1rem;
}
.ceilings-walls-icon{
    padding-bottom:30px;
}
@media (min-width: 992px){
    .ceilings-walls-icon{
        margin-left:50px;
        margin-right: 50px;
    }
    .ceilings-walls-icon .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.ceilings-walls-icon .col-lg-2 a{
    color: #424242;
    text-transform: uppercase;
}
.ceilings-walls-icon .col-lg-2 a img{
    width:100%;
    height:75%;
}
.ceilings-walls-icon .col-lg-2 a p{
    margin-top: 7px;
}
.ceilings-walls-icon .col-lg-2 a:hover{
    color: #df6728;
    text-decoration: none;
}
.ceilings-walls-icon .col-lg-2 a .rightAngleIcon{
    /*  display: inline-block;*/
    border-right: 1px solid #df6728;
    border-bottom: 1px solid #df6728;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    float: right;
    margin-top: 5px;
}
.product-overview{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: 0;
    padding: 10px 0;
    text-align: center;
    margin-right:70px;
    margin-left:70px;
}
@media only screen and (max-width: 770px) {
    .product-overview {
        padding: 10px 0;
        margin-right: 30px;
        margin-left: 30px;
    }
    .col-order-1 { order: 1; }
    .col-order-2 { order: 2; }
    .col-order-3 { order: 3; }
    .col-order-4 { order: 4; }
    .col-order-5 { order: 5; }
    .col-order-6 { order: 6; }
    .col-order-7 { order: 7; }
    .col-order-8 { order: 8; }
    .col-order-9 { order: 9; }
    .col-order-10 { order: 10; }
    .col-order-11 { order: 11; }
    .col-order-12 { order: 12; }
    .col-order-13 { order: 13; }
    .col-order-14 { order: 14; }
    .col-order-15 { order: 15; }
    .col-order-16 { order: 16; }
    .col-order-17 { order: 17; }
    .col-order-18 { order: 18; }
    .col-order-19 { order: 19; }
    .col-order-20 { order: 20; }
    .col-order-21 { order: 21; }
    .col-order-22 { order: 22; }
    .col-order-23 { order: 23; }
}
/* product overview css*/
.product-short-overview{
    line-height: 25px;
    width:100%;
    text-align: center;
    height: 150px;
}
.btnProductSelector-blockWrap {
    margin: 0 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    vertical-align: baseline;
    min-height: 67px;
    padding-top: 13px;
}
.btnProductSeletor.wPDF {
    padding: 12px 10px;
}
.btnProductSeletor.wPDF:hover{
    text-decoration: none;
    background: #df6728;
    color: #fff;
}
.btnProductSeletor {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    background: #f98c2f;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    font-weight: bold;
    font-size: 14px;
}
.bg-grey-desc{
    background-color: #e2e3e7;
}
.product-long-desc-wrap{
    padding: 50px;
    height: 100%;
}
@media only screen and (max-width: 770px) {
    .product-long-desc-wrap {
        padding: 30px;
    }
}
.product-desc-heading{
    color: #474747;
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}
.product-desc-container{
    line-height: 25px;
    padding: 0 0 40px 0;
    text-align: left;
    line-height: 25px;
}
.product-long-desc div .full-img{
    width: 100%;
    height:100%;
}
/* ceilings walls filter css*/
.product-landing-filter-title{
    padding-top: 20px;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    color: #408da7;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
.product-landing-filter-desc{
    line-height: 1.6;
    font-size: 1rem;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.ceilings-walls-filter .filter-option{
//    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    width: 100%;
    text-align: center;
}
.ceilings-walls-filter .title-filter{
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 992px){
    .ceilings-walls-filter .filter-container .filter-option .column{
        width: 500px;
        flex: 0 0 220px;
        max-width: 500px;
        display: inline;
        text-align: left;
        padding-right: 0;
    }
}
/* filter product option css */
.filter-product-option{
    text-align: left;
    padding: 25px 120px;
    border: 0;
}

@media (max-width: 800px){
    .filter-product-option{
        padding: 20px 40px;
    }
}
.filter-option-block{
    margin-bottom: 20px;
}
.filter-option-block .filter-title{
    display: inline-block;
}

.filter-title .product-landing-title{
    color: #474747;
    text-transform: uppercase;
    display: inline;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 30px;
}
@media (max-width: 770px){
    .filter-title .product-landing-title {
        font-size: 20px;
    }
}

.filter-title .product-list-count{
    display: inline;
    font-size: 24px;
}
/*
.select-option-block{
    text-align: right;
}*/
.select-value{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 10px 15px 0;
    display: inline-block;
    color: #f98c2f;
}
.select-value:hover{
    color: #f98c2f;
    text-decoration: none;
}
.select-value .icon-background1 {
    color: #f98c2f;
}

.select-option-block .fa-stack-1x {
    font-size: 11px;
    color: #fff;
}
.select-option-block .clear .btn-clear-filters {
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin: 5px 0 0 0;
    color:#000000;
    text-transform: uppercase;
    font-size: 12px;
    background-color: white;
}
.select-option-block .clear .btn-clear-filters:hover{
    color: #f98c2f;
    text-decoration: none;
    background-color: white;
}
.select-option-block .fas.fa-times{
    -webkit-text-stroke: 1px white;
    color:#000000;
}
/* filter-product-list css */
.filter-product-block {
    text-align: center;
    margin-bottom: 50px;
    height: 380px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 770px){
    .filter-product-block {
        height: 280px;
    }
}
.filter-product-innerWrap {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #d6d6d6;
    background-color: #CCCCCC;
}
.filter-product-headingWrap {
    padding: 30px;
    position: absolute;
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
}
.filter-product-slider {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 18px;
    margin-bottom: -217px;
    z-index: 10;
    height: 420px;
    font-size: 14px;
}
.filter-product-closeBtn {
    position: absolute;
    right: -1px;
    top: -33px;
    padding: 6px 10px 5.3px 10px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    z-index: 2;
}
.filter-product-headingWrap:hover{
    text-decoration: none;
    color: #f98c2f;
}

.filter-product-heading{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 0.4;
}
.filter-product-subheading{
    font-size: 20px;
    font-weight: 600;
    line-height: 0.5;
}
.filter-product-title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}
@media only screen and (max-width: 1130px) {
    .filter-product-heading{
        line-height: 1.2;
    }
}
.filter-product-innerWrap .fas.fa-plus{
    -webkit-text-stroke: 1.5px #f98c2f;
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 5px;
        
}
.filter-product-slider .fas.fa-minus{
    -webkit-text-stroke: 2px #FFFFFF;
    color: #FFFFFF;
    font-size: 20px;
    color: #f98c2f;
}
.filter-product-innerWrap .btn-collapse{
    position: absolute;
    right: -1px;
    bottom: 0px;
    padding: 13px 17px;
    font-size: 14px;
    background-color: #f98c2f;
    border: 0;
    color:#FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.filter-product-desc {
    line-height: 19px;
    margin-bottom: 25px;
    height: 75px;
    overflow: hidden;
    text-align: justify;
}
.filter-product-ctaWrap:first-child .filter-product-cta {
    border-top: 0;
}    
.filter-product-cta {
    color: #f98c2f;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid #d6d6d6;
    line-height: 14px;
    padding: 10px 20px;
    font-weight: 600;
}
    
.filter-product-cta .fa-angle-right{
    -webkit-text-stroke: 0.3px #FFFFFF;
     float: right;
}   
.filter-product-cta:hover{
    color: #df6728;
    text-decoration: none;
}
    
.filter-product-linkWrap{
    margin: 0;
    padding: 0;
}

.btnProjectGallery {
    background: #f98c2f;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 10px 14px 10px;
    float: left;
    margin-bottom: 8px;
}

.btnProjectGallery:hover{
    text-decoration: none;
    background: #df6728;
    color:#FFFFFF;
}

/* ================== ending textile css =======================*/

/* ================= product details css ==========================*
/* the first tab bar product-details*/
.ceiling-tabNavWrap{
    overflow: hidden;
}
.ceiling-tabNavWrap .ceiling-tabNavContainer {
    position: relative;
    width:100%;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f98c2f;
    padding: 0;
    z-index: 20;
}
.ceiling-tabLinkWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: left;
    position: relative;
}  
.ceiling-tabLink1, .ceiling-tabLink {
    position: relative;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 14px 13px 13px;
    background: #f98c2f;
    color: #fff;
    border: 0;
    height: 100%;
}
.ceiling-tabLinkWrap .ceiling-tabLink span::after{
    font-family: "Font Awesome 5 Free";  content: "\f107";
    font-size: 18px;
}
.ceiling-tabLink1:hover,.ceiling-tabLink:hover{
    background: #df6728;
    color: #fff;
    text-decoration: none;
}

.ceiling-tabLink[aria-expanded="true"]{
    background: #474747;
   /* margin-bottom: -10px;*/
    margin-bottom: 0px;
}
.ceiling-tabLink1.viewAllProj {
    font-size: 11px;
    width: 90px;
    display: inline-block;
}
.ceiling-tabLink-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.ceiling-proContent {
    text-align: center;
    padding: 35px;
    background: #e2e3e7;
}
.ceiling-tabBigTitle{
    font-weight: 700;
    color: #595959;
    margin-bottom: 26px;
    line-height: 40px;
   // font-family: 'Open Sans', sans-serif;
}
.ceiling-tabCDesc{
    //font-family: 'Open Sans', sans-serif;
    padding: 0 13%;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
}

/* contact tab, project-gallery, tehnical resource css*/
.nav-tabs {
    padding: 0 100px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.nav-tabs .nav-link{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-color:#ffffff;
    border-top: none;
    width:100%;
    font-family: "Open Sans";
    font-weight: 600;
    padding: 19px 0;
    font-size: 15px;
    color: #3b3f42;
}
.nav-tabs .col-lg-3:last-child .tab-item .nav-link {
    border-right:1px solid #ccc;
}
.nav-tabs a.nav-color.active:before{
    content: '';
    position: absolute;
    background: #fff;
    top: -15px;
    left: 1px;
    width: 99.5%;
    height: 15px;
}
.nav-tabs a.nav-color:not([href]):not([tabindex]):focus, .nav-tabs a.nav-color:not([href]):not([tabindex]):hover {
    color: #f98c2f;
}

/* collapse card content css */
.arc-card-contain{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-bottom: 30px;
    padding: 0.01px;
}
.arc-card-contain {
    border-top:1px solid #ccc;
}
.arc-card-contain:first-child{
    border-top:1px solid #ccc;
}
.arcCardHeader{
    padding:0;
}
.arcCardHeader:first-child,.arcCardBody{
    border-radius: 0;
}

.arcCardHeader .btn-collapse:after {
    font-family: FontAwesome;
    content: "\f067";
    float: right; 
}

/*============== ending of navtab ===========================*/

/*============= product details page css ====================*/

#collapseContact .nav-tabs .nav-link.nav-color.active{
    color: #f98c2f;
    background: #e2e3e7;
    border-bottom: 0;
    border-bottom: 1px solid #e2e3e7;
}

.Contactdesc{
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

/* select dropdownbox css in product details */
.contactTabContain{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #e2e3e7;
    padding-right: 80px;
    padding-left: 170px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #474747;
}
.customSelect {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #dedede;   
}

.customSelect select {
    display: none;
}

.select-selected {
    background-color: #ffffff;
    padding: 14px 10px;
    cursor: pointer;
    display: inline-block;
    word-wrap: break-word;
    line-height: 18px;
    font-size: 15px;
    color: #474747;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Webkit */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10  */
}

.select-selected:after {
    position: absolute;
    right: 12px;
    top: 28%;
    border: solid #000000;
    border-width: 0 1.45px 1.45px 0;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}


.select-items div{
    line-height: 18px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    font-size: 15px;
    color: #474747;
    cursor: pointer;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Webkit */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10  */

}
.select-selected:hover,.select-items div:hover{
    color: #f98c2f;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height:250px;
    overflow-y: auto;
    border-top: 1px solid #dedede;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

/*sticky nav css*/
.sticky-wrapper{
    width: 100%; 
    height: 62px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 40px;
}
 .sticky-top-ie{
     position:fixed;
 } 
.sticky-contain{
    color: #fff;
    background: #408da7;
    margin: 0 auto;
}
.sticky{
    color: #fff;
    background: #408da7;
    display: flex;
    padding:0 70px;
    
}
.sticky-link{
    flex-grow: 1;
    text-align: center;
    padding: 24px 0;
    color: #fff;
    
}
.sticky-link.active,.sticky-link:hover{
    color: #000;
    padding-bottom: 35px;
    margin-bottom: -11px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    text-decoration: none;
}
.sticky-link:hover {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.27);
    background: #e1e3e5;
    text-decoration: none;
}

.sticky-header{
    text-align: center;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #666;
}
.sticky-header h2{
    text-transform: uppercase;
    color: #fff;
    line-height: 150px;
    font-size: 40px;
    font-weight: 600;
}

.sticky-header.overview{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/overview.jpg);
}

.sticky-header.colorPage{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/felt-colors.jpg);
}
.sticky-header.product{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/details.jpg);
}
.sticky-header.videoPage{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/heartfelt-video.jpg);
}
.sticky-header.acoustic{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/acoustics.jpg);
}
.sticky-header.cad{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/cad.jpg);
}
.sticky-header.sustain{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/sustainability.jpg);
}
.sticky-header.download{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/library.jpg);
}
.sticky-header.documents{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/sliver-document-library.jpg);
}
.sticky-header.wood{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/colors-and-finishes.jpg);
}

.sticky-header.performance{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/acoustics.jpg);
}

.sticky-header.perforation{
    display: block;
    background-image: url(../ceiling-walls/textile/images/heartfelt/perforations-sliver-BMW_037F.jpg);
}


.overviewStickyContain{
    margin-bottom:65px;
    margin-top: 48px;
}
.overviewStickRow{
    padding: 0 60px;
    margin-top: 35px;
}

.overviewStickRow div .row div:first-child {
    border-left: 1px solid #ccc;
}

.overviewStickRow div .row div{
    border-right: 1px solid #ccc;
    padding: 18px 10px 18px 30px;
    color:#717171;
}
.overviewStickRow div .col-divider .table-responsive{
    border-right: 0;
    padding: 15px 0px;
}
.overviewSubTitle{
    text-align: center;
    color: #408da7;
    padding-bottom: 14px;
    padding-top: 30px;

}
.overviewStickyDesc{
    font-size: 14px;
}

.overview-list,.overview-point{
    text-align: left;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
}


li.overview-list:before {
    content: "\25CF";
    color: #f98c2f;
    margin-left: -20px;
    padding-right: 10px;
}

li.overview-list-in-list:before {
    content: "\25CB";
    color: #f98c2f;
    margin-left: -20px;
    padding-right: 10px;
}


.overview-list a{
    text-decoration: underline;
    color: #717171;
}
.overview-list a:hover{
    color: #0078a0;
}
.overviewDesc{
    text-align: center;
    font-size: 14px;

}

.overview-point:before {
    content: "\f1db";
    font-family: FontAwesome;
    color: #f98c2f;
    padding-right: 10px;
    font-size: 6.3px;
    font-weight: 600;
}
 @media (max-width: 700px) {
    .overviewStickyContain {
        margin-bottom: 30px;
        margin-top: 18px;
    }
    .overviewStickRow {
        padding: 0 30px;
        margin-top: 18px;
    }
    .overviewImg{
        width: auto;
        max-width: 100%;
    }
    .overviewStickRow div .row div{
        border: none;
    }
    .overviewStickRow div .row div:first-child {
        border: none;
    }
    .division-detail-row {
        padding: 15px;
    }
    #sticky-wrapper{
        display: none;
    }
}

/* return top button */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right:0;
    background: #595959;
    color:#fff;
    padding:10px 23px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}
#return-to-top span{
    display: inline-block;
    width:28px;
}
.topArrow {
    position: absolute;
    right: 20px;
    top: 45%;
    border: solid #FFF;
    border-width: 0 1.45px 1.45px 0;
    height: 12px;
    width: 12px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    display: inline;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

.theaterCmpnt-contentWrap {
    position: relative;
    height: 550px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    margin:0;
}

.ceilings-short-desc-container{
    border-bottom: 1px solid #ccc;
    padding: 35px;
}
.ceilings-short-desc{
    text-align: center;
    margin: 0 auto;
}
.ceilings-heading{
    font-size: 34px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #595959;
    margin-bottom: 26px;
    line-height: 40px;
}
.ceilings-desc{
    padding: 0 13%;
    font-size: 18px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin: 0;
}

/* colotab content css */
.colorPageContain{
    padding: 0 80px;
    font-size: 14px;
}
.details-desc{
    text-align: center;
}
.details-desc p{
    padding-top: 50px;
    padding-bottom: 50px;

}
.picDesc{
    border-top:1px solid #ccc;
    padding:40px 20px;
}

.colorPageTable .greyBg{
    font-size: 20px;
    font-weight: bold;
    background-color: #ebebeb;
    padding: 15px;
}

.colorPageTable .orangeBg{
    font-size: 20px;
    background: #f98c2f;
    color:#fff;
    padding: 15px;
}
.colorPageTable p a{
    text-decoration: underline;
    font-size: 16px;
    color:#f98c2f;
    padding-left: 35px;
}

.colorBg{
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}
.colorRow{
    margin-right: -75px;
}
.colorRow img{
    padding-right: 75px;
    max-width: 100%;
    width: 100%;
    /*max-height: 200px;*/
}
#ColorList a{
    cursor: pointer;
}
.colorRow p{
    padding-bottom: 20px;
    padding-top:20px;
}

.colorRow figure a{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 0;
}

.colorRow figure a figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: black; /* fallback */
    background: rgba(0,0,0,.7); /* transparent background */  
    color: #fff; 
    padding: 10px; 
    text-align: center;
    margin-right: 75px;
}


@media (min-width: 992px){      
    .colorRow .col-lg-2{
        padding: 10px 0;
        line-height: 16px;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

.colorRow div:first-child img{
    padding-left: 0;
}


@media (max-width: 800px){  
    .colorPageTable {
        padding: 20px 10px;
    }
    .colorPageContain {
        padding: 0 30px;
    }
}
@media(max-width: 600px){
    .colorRow img{
        padding-right: 0;
    }
    .colorRow figure a figcaption{
        margin-right: 0;
    }
    .colorPageContain {
        padding: 0 5px;
    }
    .colorPageTable p a{
        padding-left: 15px;
    }
}
.colorPdf{
    color: #f98c2f;
    border: 1px solid #f98c2f;
    text-transform: uppercase;
    padding:6px;
    font-weight: 600;
    text-decoration: none;

}
.colorPdf:hover{
    text-decoration: none;
    color:#f98c2f;
}
.colorPdf i{
    margin-left: 5px;
    font-weight: 400;
}

.colorPageTable .pinkBg{
    font-size: 20px;
    font-weight: bold;
    background-color: #c8b5b5;
    padding: 15px;
}

/* window covering color modal */
.modal-dialog {
    max-width: 1000px;
    margin: 30px auto;
}
.modal-content{
    max-width: 90%;
    margin: 0 auto;
}
.modal-color img{
    max-width: 100%;
    width:100%;
    height: auto;
    max-height: 350px;
}

.colorBigIcon{
    margin-bottom: 15px;
}
.mTitle,.mSubTitle{
    font-weight: 600;
}
.mSubTitle{
    margin-top: 1.5rem;
    color:  #A9A9A9;
}
.fontBold{
    font-weight: 600;
}
.CClose:hover{
    opacity: 1;
}
.CClose:focus{
    outline: none;

}
#mColorList a{
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}
@media (max-width: 600px){
    .colorBigIcon{
        display: none;
    }
}

/* product tab content css */
.productContain{
    padding: 0 80px;
    font-size: 14px;
}
.productDesc{
    text-align: center;
    border-bottom:1px solid #ccc;
}
.productDesc img{
    max-width: 100%;
    max-height: 100%;
}
.blueLink:hover{
    text-decoration: none;
}

/* video tab content css */
.videoContain{
    padding: 0 80px;
    font-size: 14px;
    min-height: 500px;
}

/* ascoutic tab content css*/
.acousticContain{
    padding: 0 80px;
    font-size: 14px;
}
.acousticDesc{
    border-top:1px solid #ccc;
}
.acousticDesc{
    border-top:1px solid #ccc;
}

/* cad tab content css */
.cadContain{
    padding: 45px 80px;
    font-size: 14px;
    margin-bottom: -30px;
}

.arcCardHeader .btn-collapse.cadCollapse{
    width:100%;
    padding: .75rem 1.25rem;
    text-align: left;
    border:0;
    color: #000;
    background: #fff;
}

#accordion .btn-collapse.cadCollapse[aria-expanded="true"]{
    color: #000;
    background: #ebebeb;
}
.arcCardHeader .btn-collapse.cadCollapse[aria-expanded="true"]:after {
    font-family: FontAwesome;
    content: "\f068"; 
    float: right; 
    color: #000; 
}

#accordion .btn-collapse.cadCollapse:hover{
    color: #424242;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

/* same with tehnical resource */
#accordion .btn-collapse:focus{
    outline:0;
}
.btn-title.cadCollapseName{
    margin-right: 7px;
    font-weight: 600;
    text-transform: capitalize;
}
/* end the css technical resource */                

.cadContainBody,.dContainBody{
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
}
.cadContainBody .cad-title,.dContainBody .d-title{
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-right: -9px;
    margin-left: -9px;
}
.cadContainBody .cad-detail,.dContainBody .d-detail{
    border-bottom: 1px solid #ccc;
    margin-right: -9px;
    margin-left: -9px;
    margin-top: 10px;
    padding-bottom: 14px;

}
.cadContainBody .column,.dContainBody .column{
    padding-left:9px;
    padding-right: 9px;
    
}
.cadContainBody .col-lg-1,.dContainBody .col-lg-1{
    text-align: center;
}
.cadContainBody .cad-detail p,.dContainBody .d-detail p{
    margin-bottom: 14px;
}
.cadContainBody .cad-detail:first-child,.dContainBody .d-detail:first-child{
    margin-top:0;
}
.cadContainBody .cad-detail:last-child,.dContainBody .d-detail:last-child{
    border-bottom:none;
}

.cadContainBody .cad-detail a,.dContainBody .d-detail a{
    text-decoration: none;
    font-size: 20px;
    color: #f98c2f;
    text-align: center;
}

.btnOrangeRead {
    background-color: #ee8122;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: .12rem .5rem;
    margin-bottom: 0%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* sustain tab content css */
.sustainContain{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 80px;
    font-size: 14px;
}
.sustainTitle{
    font-size: 40px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #408da7;
    line-height: 40px;
    margin-bottom: 20px;
}
.colSustain{
    padding-top: 47px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}
.sustainDesc{
    margin-bottom: 50px;
    margin: 24px auto 30px;
    font-size: 17px;
    line-height: 25.6px;
    color: #717171;
    text-align: justify;
}

/* download tab content css */
.downloadContain{
    padding-right:80px;
    padding-left: 80px;
    font-size: 14px;
    margin-top: 30px;
}

.dBtnContain{
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}
@media only screen and (max-width: 600px) {
    .cadContain{
        padding: 20px;
    }
    .downloadContain {
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 20px;
    }
    .dBtnContain {
        margin-bottom: 20px;
    }
}

.arcCardHeader .btn-collapse.dBtnCollapse{
    width:100%;
    text-align: left;
    border:0;
    color: #000;
    background: #ebebeb;
    font-size: 24px;
     padding: 12px 20px;
}
.arcCardHeader .btn-collapse.dBtnCollapse:focus{
    outline: 0;
}
.arcCardHeader .btn-collapse.dBtnCollapse span{
    margin-left: 7px;

}
.arcCardHeader .btn-collapse.dBtnCollapse[aria-expanded="true"]{
    color: #000;
    background: #ebebeb;
}
.arcCardHeader .btn-collapse.dBtnCollapse[aria-expanded="true"]:after {
    font-family: FontAwesome;
    content: "\f068"; 
    float: right; 
    color: #000; 
}

.arcCardHeader .btn-collapse.dBtnCollapse:hover{
    color: #424242;
    background: #fff;
    border:0;
}
.d-title .column:last-child{
    text-align: center;
}
.dContainBody .d-detail .column:last-child{
    text-align: center;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-bottom: 14px;
}
.overviewStickyDesc img{
    width:100%;
    height: auto;
}

.col-divider td{
    padding: 10px 11px;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
}
/*============== end product details css =========================*/
/*============== project gallery css =========================*/
.gallery-title{
    padding-top: 80px;
    padding-bottom: 20px;
}
.mainCTitle{
    text-transform: uppercase;
}
@media (min-width: 992px){
    .ceilings-walls-filter .filter-container .filter-option .column2:first-child{
        padding-left: 0;
    }
    .ceilings-walls-filter .filter-container .filter-option .column2 {
        width: 187px;
        flex: 0 0 187px;
        max-width: 187px;
        display: inline-block;
        text-align: left;
        padding-right: 0;
        padding-left: .9375rem;
    }
}
.projectGalleryBtn{
    width: 100%;
}
.projectGalleryBtn span{
    text-align: left;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    /*max-width: 340px;*/
    color: #fff;
    background: rgba(71,71,71,0.8);
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 18px;
    line-height: 18px;
    font-weight: 600;
    z-index: 2;
}
.projectGalleryBtn span:after{
    position: absolute;
    right: 14px;
    top:34%;
    border: solid #fff;
    border-width: 0 1.45px 1.45px 0;
    height: 12px;
    width: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
}
.filter-product-innerWrap img{
    width: 100%;
    height: 100%;
}
.overlay{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.projectGalleryBtn:hover img {
  opacity: 0.7;
}

.projectGalleryBtn:hover .overlay {
  opacity: 1;
}
.colProject{
    padding-left:0;
    padding-right:15px;
}

/*================ technical & project gallery css ==============*/
.filterProjectContain {
    text-align: left;
    padding: 25px 100px;
    border: 0;
}

.colProject:last-child{
    padding-right: 0;
}

.projectblock {
    margin-bottom: 50px;
    height: 430px;
    padding-left: 15px;
}
.projectblock:last-child{
    padding-left: 0;
}
@media (max-width: 1130px){
    .projectblock {
        height: 330px;
    }
}

@media (max-width: 940px){
    .projectblock {
        height: 280px;
    }
    .filterProjectContain {
        padding: 25px 20px;
    }
}

@media (max-width: 430px){
    .projectblock {
        height: 170px;
    }
}
/*============== technical resource ============*/
.bgImg{
    width: 100%;
    height: 230px;
    text-align: center; 
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-technical-resource{
    background-image: url(../images/technical-resource/resourceLibraryHeader.jpg);
}
.banner-project-gallery{
    background-image: url(..//images/project/projectGalleryHeaderImg.jpg);
}
.gallery-technical-title{
    margin: 0 auto;
    line-height: 230px;
    font-size: 70px;
    letter-spacing: 7px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 8px #969696;
}
.title-filter{
    padding-top: 80px;
    padding-bottom: 30px;
}
.card-contain{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.card-contain:first-child{
    border-top:1px solid #ccc;
}
#accordion1{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#accordion1 tr{
    border-bottom: 1px solid #ccc;
}
#accordion1 tr:first-child,#accordion1 tr:last-child{
    border-bottom: none;
}
#accordion1 .table-responsive{
    padding:0px 0px 0 15px;
}
#accordion1 tr td,#accordion1 tr th {
    padding: 10px 11px;
}

#accordion1 th:last-child, #accordion1 tr td:last-child {
    width: 100px;
    text-align: center;
}

.removeFilter{
    display: none;
}
.tech-subtitle{
    text-transform: uppercase;
}
.techIcon{
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 35px;
    height: 29px;
}
.broIcon{
    background-image: url(images/brochure.png);
}
.specIcon{
    background-image: url(images/spec.png);
}
.drawIcon{
    background-image: url(images/draw.png);
}
.installIcon{
    background-image: url(images/install.png);
}
/* collapse card contain */
#accordion .card-header{
    padding:0;
    border:0;
}
#accordion .card-header:first-child,#accordion .card-body{
    border-radius: 0;
}
                    
#accordion .card-header .btn-collapse{
    width:100%;
    padding: .75rem 1.25rem;
    text-align: left;
    border:0;
    color: #424242;
    background: #ebebeb; 
    border-bottom: 1px solid #ccc;                    
}
#accordion .card-header .btn-collapse:after {
    font-family: FontAwesome;
    content: "\f067";
    float: right; 
}

#accordion .btn-collapse[aria-expanded="true"]{
    color: #fff;
    background: #408da7;
}
#accordion .btn-collapse[aria-expanded="false"]{
    border-bottom: 0;
}
#accordion .btn-collapse[aria-expanded="true"]:hover{
    border-bottom: 1px solid #ccc;
}
#accordion .btn-collapse[aria-expanded="false"]:hover{
    border-bottom: 0;
}
                    
#accordion .card-header .btn-collapse[aria-expanded="true"]:after {
    font-family: FontAwesome;
    content: "\f068"; 
    float: right; 
    color: #408080; 
}
                    
#accordion .btn-collapse:hover{
    color: #424242;
    background: #fff;
    border:0;
}
#accordion .btn-collapse:focus{
    outline:0;
}
.btn-title{
    margin-right: 7px;
    font-weight: 600;
}

.fill-title {
    font-size: 20px;
    margin-left:30px;
    margin-right: 30px;
    margin-top: 10px;
    color: #408da7;
}
.accordion-table {
    margin-left:30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px;
    border: 1px solid #ccc;
}
.accordion-table tr td{
    padding: 10px 11px;
}
.accordion-table th{
    padding: 25px 10px 26px 10px;
}
.accordion-table tr:first-child {
    border: 0;
}
.accordion-table tr {
    border-bottom: 1px solid #ccc;
}
.accordion-table th:last-child, .accordion-table tr td:last-child {
    width: 100px;
    text-align: center;
}
.table-dividers{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px 15px 1px;
    display: block;
}
.accordion-table tr:last-child{
        border: none;
}

/* technical resource checkbox filter css */
.brochuresIcon {
    width: 29px;
    height: 19px;
    background-position: -313px -138px;
}
.sprite {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/sprite/sprite.png);
}
.filter-check{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.filter-option{
    background: #e2e3e7;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding:18px 100px;
    margin:0;
}
.nav-tabs .nav-link.nav-color.active{
    color: #f98c2f;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: none;
}

.button-drop {
    width:200px;
    height:43px;
    font-family: Open Sans; 
    font-size: 15px;
    color: #959595;
}

.tabbedFormCmpnt-checkbox {
    float: left;
    width: 160px;
    height: 144px;
    margin-top: 16px;
    margin-right: 13px;
    border: 1px solid #d2d2d2;
    text-align: center;
    padding: 0;
    position: relative;
    cursor: pointer;
    display: block;
}
.tabbedFormCmpnt-checkbox .desc-icon {
    background: #e2e3e7;
    padding: 15px 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    position: relative;
    height: 60px;
}

/* The container */
.tabbedFormCmpnt-checkbox span {
    font-size: 14px;
    color: #424242;
    text-transform: uppercase;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}
.tabbedFormCmpnt-checkbox .checkbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width:100%;
    height:100%;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}

.checkbox input:checked ~ .checkmark {
    background-color: #f98c2f;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.headingWCopy-ctaGroup {
    padding: 4px 0 0 0;
}
.headingWCopy-ctaBlock {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: right;
    margin-left: 68px;
    margin-right: 68px;
}
.clear .headingWCopy-cta {
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin: 5px 0 0 0;
}
.headingWCopy-cta {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 10px 15px 0;
    display: inline-block;
    color: #f98c2f;
}
.headingWCopy-cta:hover{
    text-decoration: none;
    color: #f98c2f;
}
.circle-icon {
   background: #ffc0c0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}
.icon-background1{
    color: #f98c2f;
}
.fa-stack-1x{
    font-size: 11px;
    color:#fff;
}
.headingWCopy-heading {
    display: inline;
    font-size: 24px;
}
.filter-contain{
    margin-right: 130px;
    margin-left: 130px;
    padding: 20px 0px;
}

@media only screen and (max-width: 600px) {
    .filter-contain{
        margin-right: 0px;
        margin-left: 0px;
        padding: 20px 0px;
    }
    .technical-resource h1 {
        line-height: 100px;
        font-size: 35px;
        letter-spacing: 3px;
    }
    .filter-option {
        padding: 18px;
        margin: 0;
    }
    .headingWCopy-ctaBlock{
        display: none;
    }
    .headingWCopy-heading {
        padding-left: 20px;
    }

} 
/*========================== landing wc========================================== */
.hero-banner-wc { 
    width: 100%;
    height: 660px; 
    background-size: cover; 
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    position: relative; 
    margin: 0 0 10px 0;
}
.hero-banner-wc .imgBannerCW{
    width: 100%;
    height: 100%;
}
.orangeLink{
    color: #f98c2f;
}
.orangeLink:hover{
    text-decoration: none;
    color: #f98c2f;
}
.infoBtn{
    position: absolute;
    font-size: 46px;
    right: 20px;
    z-index: 10;
    color:#fff;
}
.infoBtn:hover{
    color:#fff;
    text-decoration: none;
}
.landingOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
}
.landingOverlay.active{
    opacity: 1;
}
.closeBlock{
    font-size: 36px;
    top:7px;
}
.landingOverlayContent{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    text-align: left;
    color: #fff;
    font-family: "RobotoCondensed-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.landingOverlay .landingOverlayTitle{
    color: #408da7;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.landingOverlayLink{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.landingOverlayLink:hover {
    color: #f98c2f;
    text-decoration: none;
}

/*============= window covering product details css========================*/
.downloadBrochure{
    padding-top: 70px;
    padding-bottom: 40px;
}
.downloadBrochureContent{
    width: 156px;
    float: left;
    padding-bottom: 5px;
}
.downloadBrochureContent a{
    color: #555;
    text-decoration: none;
    font-size: 13px;
    line-height:1.2;
    display: block
}
.downloadBrochureContent a img{
    margin-bottom: 3px;
}
.projectContain{
    padding: 60px;
}
.projectContain .col-lg-3{
    padding-right: 30px;
    width:100%;
    height:220px;
    margin-bottom: 100px;
}
.projectContain .col-lg-3 img{
    width: 100%;
    height:100%;
}
.projectContain .col-lg-3 span {
    text-align: left;
    /*position: absolute;*/
    bottom: 0;
    width:100%;
    color: #fff;
    background: rgba(71,71,71,0.8);
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px;
    line-height: 18px;
    font-weight: 600;
    z-index: 2;
    display: block;
}
.projectContain .col-lg-3 span:focus {
	outline: 0!important;
}



/*============== project gallery detail css =================*/
.projectDetails{
    width:100%;
    padding: 0 0px;
    overflow: hidden;
}

.projectImg{
    height:415px;
}
.projectImg img{
    height:100%;
    width: auto;
    margin-left: 7px;
}
.projectImg img:last-child{
    margin-left: 0;
}https://www.facebook.com/profile.php?id=100005049673977&fref=gs&__tn__=%2CdC-R-R&eid=ARDADvfhIEmGTHTjjA3_6LdatpjYWfsZZLgK3FA12eh9tjVtQvXKYebfwg9I0vby8tQ3n6hfJe8PIZUB&hc_ref=ARTCeZxpWeNV3paYkT7qNQhIHysyS2EsktBfdpcox_KnrucCPX7-ZT3Qx4O-itDjAsA&post_id=3684998958183991&dti=978845755466005&hc_location=group

.projectDetailSlide{
    margin:0 80px;
}
.btnProjectDetail {
    position: relative;
    bottom: 0;
    top: -80px;
    display: -ms-inline-block;
    display: inline-block;
    width: 50px;
    color: #fff;
    opacity: 1;
    float: right;
}

.btnProjectDetail .fa-angle-left, .btnProjectDetail .fa-angle-right {
    background: #e2e3e7;
    width: 50px;
    height: 100%;
    color: #000000;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 3.3px #e2e3e7;
    padding: 5px 15px;
    max-height: 50px;
}

.projectDescription{
    margin: 0 80px;
}


.projectDescriptionInnerWrap{
    padding:50px;
}

@media (max-width: 500px) {
    .projectDetailSlide {
        margin: 0 20px;
    }
    .projectDescription {
        margin:0px;
    }
    .projectDescriptionInnerWrap {
        padding: 30px;
    }
    
}
.zoomModalTitle p{
    text-transform: uppercase;
}
.projectDetail-heading{
    font-size: 36px;
    color: #424242;
    line-height: 46px;
    text-transform: uppercase;
}
.proSocialMedia a{
    text-decoration: none;
    text-align: center;
}
.proSocialMedia a i.fas,.proSocialMedia a i.fab{
    color: #fff;
    padding:5px;
    font-size: 24px;
    width: 34px;
    height: 34px;
    transform: translateY(0px);
}
.email-icon .fa-envelope{
    background-color: #A9A9A9;
}
.email-icon .fa-print{
    background-color: #527a7a;
 }
.email-icon .fa-facebook-f{
    background-color:#0000FF;
}
.email-icon .fa-pinterest-p{
    background-color: #bf0d00;
}
.email-icon .fa-twitter{
    background-color: #00BFFF;
}
.email-icon:hover{
    color:#fff;
}
.email-icon .fas:hover,.email-icon .fab:hover{
    transform: translateY(-5px);
    bottom: 10px;
}
.labelProjectDetail{
    font-size: 12px;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 9px;
}
.descProjectDetail{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
a.descProjectDetail{
    color: #212529;
}
.projTabContainer{
    padding-top: 100px;
    border-top: 1px solid #ccc;
}
/* ======================== techstyle wood color slider =======================*/
@media (min-width: 992px){
    #multiItem .carousel-inner .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px) {

    /* show 3 items */
    #multiItem .carousel-inner .active,
    #multiItem .carousel-inner .active + .carousel-item,
    #multiItem .carousel-inner .active + .carousel-item + .carousel-item,
    #multiItem .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    #multiItem .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #multiItem .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #multiItem .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #multiItem .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    #multiItem .carousel-inner .carousel-item-next,
    #multiItem .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    
    #multiItem .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    #multiItem .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #multiItem .carousel-item-next.carousel-item-left + .carousel-item,
    #multiItem .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #multiItem .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #multiItem .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    #multiItem .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    #multiItem .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #multiItem .carousel-item-prev.carousel-item-right + .carousel-item,
    #multiItem .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #multiItem .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #multiItem .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
     //   transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

/*--------------------------the techstyle wood, wood pagination ---------------*/
.techTable{
    padding:0 11px;
}

.techTable .table td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}
.techTable .table .installTitle td{
    padding:0.75rem 1.5rem;
}
.techTable .table tr:first-child td{
    border-top:none;
}
.installTable tbody tr:last-child td{
    border-bottom: 1px solid #ccc;
}

.colorPagination{
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 20px;
}
.colorPagination{
    margin-bottom: 0px;
}
.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}
.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}
.owl-carousel .nav-btn{
    position: absolute;
    cursor: pointer;
    top: 40% !important;
    width: 30px;
    height: 31px;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0;
    z-index: 10;
    background-color: #fff;
    display: inline-block;
    text-align: center;
}

.owl-carousel .nav-btn span{
    z-index: 11;
    color: #000;
    font-size: 18px;
}
.owl-carousel .nav-btn:hover{
    background-color: 
}
 
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 1;
    background-color: #fff;
}
 
.owl-carousel .owl-prev.disabled span,.owl-carousel .owl-next.disabled span{
    opacity: 0;
}
.owl-carousel .prev-slide{
    left: -3%;
}
.owl-carousel .next-slide{
    right: -3%;
}
.owl-carousel .prev-slide span,.owl-carousel .next-slide span{
    font-size: 30px;
}
.owl-carousel .prev-slide span{
    margin-right: 4px;
}
.owl-carousel .next-slide span{
    margin-left: 4px;
}
@media (max-width: 1400px){
    .owl-carousel .prev-slide{
        left: -4.5%;
    }
    .owl-carousel .next-slide{
        right: -4.5%;
    }
}
@media (max-width: 1100px){
    .owl-carousel .prev-slide{
        left: -6.5%;
    }
    .owl-carousel .next-slide{
        right: -6.5%;
    }
}
@media (max-width: 800px){
    .owl-carousel .prev-slide{
        left: -8%;
    }
    .owl-carousel .next-slide{
        right: -8%;

    }
}
@media (max-width: 500px){
    .owl-carousel .prev-slide{
        left: -19%;
    }
    .owl-carousel .next-slide{
        right: -19%;
    }
}
@media (max-width: 400px){
    .owl-carousel .prev-slide{
        left: -24%;
    }
    .owl-carousel .next-slide{
        right: -24%;
    }
}
.owl-carousel .prev-slide:hover{
    background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
    background-position: -24px -53px;
}
 
span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
}

#revit .btn-collapse[aria-expanded="false"]{
    background: #fff;
}

#revit .card-contain {
    border-bottom: 1px solid #ccc;
}
#revit .card-header{
    border-bottom: 0;
}
#revit .card-header .btn-collapse[aria-expanded="true"]{
    border-bottom: 1px solid #ccc;
}

/* ============================================= installation section in product detail page ===========================*/
.installTitle{
    text-transform: uppercase;
    font-weight: 600;
    background: #ebebeb;
}

.cadContain td a{
    width: 100%;
    display: block;
    font-size: 20px;
    color: #f98c2f;
}
.techstyleBorderLeft{
    text-align: center;
    border-left: 1px solid #ccc;
}

.mBody.modal.show .modal-dialog{
    max-height: 900px;
    width:100%;
    max-width: 700px;
    padding: 40px 25px;
}
.mBody .modal-content{
    background-color: transparent;
}
.CClose{
    opacity: 1;
}
.mBody .close span,.CClose span{
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    position: absolute;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    color: #717171;
    font-weight: 400;
    z-index: 10;
    top:-10px;
    opacity: 1;
}
.CClose span{
    right:-20px;
}
.mBody .close:before,.CClose:before,.mBody .close:after,.CClose:after{
    content:none;
}
.mBody .close:focus {
  outline: none;
}

/*========================== EOS 500 ROLLER SHADES =================================*/
.colorPageTable .whiteBg {
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
}
/*======================== multi panel ======================================*/
.overviewDesc iframe{
    max-width: 760px;
    width: 100%;
    height: 515px;
}

.col-product{
    background-color: #ccc;
    text-align: left;
    padding: 50px;
}
.col-product li.overview-list:before {
    color: #212529;
}



/* ================== tiles product details ==============================*/
.details-desc div table{
    border-collapse: collapse;
    margin: 0px auto;
    font-size: 16px;
    width: 800px;
}

@media (max-width: 800px){
    .overviewDesc iframe{
        height: 350px;
    }
    .col-product{
        padding: 30px;
    }
    .details-desc div table{
        width: 500px;
    }
}
@media (max-width: 420px){
    .overviewDesc iframe{
        height: 200px;
    }
    .col-product{
        padding: 10px;
    }
    .details-desc div table{
        width: auto;
    }
}





/*============*/
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #b9b9b9;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #b9b9b9;
}

@font-face {
   font-family: YaHei;
   src: url(Microsoft YaHei.ttf);
}



/*UPDATED 07 march 19*/

.table td {
    padding: 0.75rem 1.25rem;
    vertical-align: middle;
    border-top: 0px solid #dee2e6
}

.pdf-oren  {
    text-decoration: none;
    font-size: 20px;
    color: #f98c2f;
    text-align: center
}
.pdf-border {
    text-align: center;
    border-left: 1px solid #ccc;
    border-right:1px solid #ccc
}
.border-between {
    margin-bottom: 0rem;
    border-bottom: 1px solid #ccc;
    width:100%
}
.border-pad {
    padding: 2px 12px!important
}

/*BOOTSTRAP 4 5 COLUMN */

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
