.ctm_dropdown-link.nowActive::before{
	opacity: 1;
}
/*** CSS Added on 06-October-2021 ***/
.ctm_mobile-menu-dropdown.open .menutile {
    position: absolute;
    top: 18px;
    left: 0;
}
.ctm_mobile-menu-dropdown.open .menutile h1 {
    font-weight: 300;
    font-size: 18px;
    color: #333;
}
.ctm_mobile-menu-dropdown.open .ctm_mobile-dropdown-back {
    position: absolute;
    top: 18px;
    right: 10%;
}
.page-id-2341 a.broken_link {
    text-decoration: none;
}
.page-id-2341 a.broken_link:hover {
    text-decoration: underline;
}

/*** CSS Added on 06-October-2021 ends here ***/


/* add the custom css for new header */
.ctm_mobile-dropdown-back svg {
    width: 8px;
}
span.inner_link-icon {
    width: 8px;
}

.page-id-9 .elementor-location-header
{
	display: block;
}
#newHedder,.tab-titles
{
  display: block;
}
.tab-content{
  display: none;
}

 
.ctm_header-top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctm-mobile-menu__toggle-icon{
		display: none;
	}
.ctm_header-logo img{
	width: 100%;
	max-width: 230px;
}
.ctm_header-contact {
  display: flex;
  align-items: center;
}
.ctm_header-flag img{
	width: 100%;
  max-width: 75px;
}

.ctmnumber {
	margin: 0;
  font-size: 15px;
  line-height:25px;
  color: #000;
  font-weight: 400;
}


.ctm_header-cont h5{
	margin: 0;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.ctm_header-flag{
	margin-right: 25px;
}
.ctm_header-linkedin {
	color: #3B71A7;
	font-size: 25px;
	cursor: pointer;
}

.ctm_dropdown-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;

  box-shadow: 0px 56px 100px 56px rgb(0 0 0 / 50%);
  border-radius: 0px 0px 10px 10px;
  padding: 10px 10px 10px 10px;
  margin: -2px 0px 0px 0px;

  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}
.ctm_menu-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: stretch !important;
  background-color: #333C44;
  border-radius: 6px 6px 6px 6px !important;
}
.ctm_menu_item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.ctm_menu-link{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-right: 1px solid #fff;

  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctm_dropdown-icon {
     margin-left: 10px;
    min-width: 10px;
}
.ctm_dropdown-icon svg{
	position: relative;
    /*top: 3px;*/
    vertical-align: middle;
}
.ctm_menu_item:last-child .ctm_menu-link{
	border-right: 0;
}
.ctm_menu-link:hover{
	color: #8D8D8D;
	text-decoration: none;
}
.ctm_menu_item.ctm_dropdown:hover .ctm_dropdown-wrapper{
	opacity: 1;
	visibility: visible;
}
.ctm_dropdown-inr {
  display: flex;
}
.ctm_dropdown-list-wrap {
  flex: 1 1 33.33%;
  padding-left: 20px;
}
.ctm_dropdown-content {
  flex: 1 1 33.33%;
  background: #F6F6F6;
  padding: 20px;
  border-radius: 0 0 10px 0;
}
.ctm_dropdown-list-wrap h5{
	color: #000000;
  font-weight: 600;
}
.ctm_dropdown-link {
  color: #000000;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 6px 0;
}
.ctm_dropdown-link::before {
	content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  height: 3px;
  width: 100%;
  background-color: #55595c;
  z-index: 2;
  opacity: 0;
}
.ctm_dropdown-link:hover{
	text-decoration: none;
}
.ctm_dropdown-link:hover::before{
	opacity: 1;
}
.ctm_dp-wrap h2{
  margin: 0;
  background: #367C2B;
  line-height: 2.5em;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.ctm_dp-wrap h2 a{
  color: #fff;
  text-decoration: none;
}
.ctm_dp-list {
  margin: 0;
  padding: 18px;
  background: #FFF;
}
.ctm_dp-item:hover {
  text-decoration: none;
}
.ctm_dp-wrap ul li {
  color: #000000;
  padding-left: 25px;
  position: relative;
  display: block;
}
.ctm_dp-text {
	
  color: #000000;  
}
.ctm_dp-text:hover{
	
	text-decoration: none;
}
.ctm_dp-wrap ul li::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.ctm_dp-content-inr h3 {
  color: #151515;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 7px;
}
.ctm_dp-content-inr h2 {
  color: #000000;
  font-weight: 800;
  margin: 0;
  text-align: center;
}
.ctm_dp-btn {
  display: block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  color: #fff;
  fill: #fff;
  margin: 0 17px;
  text-align: center;
  transition: all .3s;
}
.ctm_dp-btn:first-child {
  margin-bottom: 15px;
  margin-top: 15px;
}
.ctm_dp-btn:hover {
	text-decoration: none;
}

/* Mobile Menu CSS */

.ctm_mobile-menu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: fixed;
  top: 0;
  height: 100%;
  max-width: 100%;
  z-index: 998;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 400px;
  transition: opacity .2s ease;
  opacity: 0;
	visibility: hidden;
}
.ctm_mobile-menu.open{
	opacity: 1;
	visibility: visible;
}
.ctm_mobile-menu::before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rebeccapurple;
  z-index: 0;
  background-color: rgba(0,0,0,0.5);
}
.ctm_mobile-menu-inr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: transform .5s ease;
  transition-delay: .2s;
  transform: translateX(100%);
}
.ctm_mobile-menu-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 0;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: transform .5s ease;
  transition-delay: .2s;
  transform: translateX(100%);
}
.ctm_mobile-menu-dropdown.open{
	transform: translateX(0);
}
.ctm_mobile-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ctm_mobile-menu.open .ctm_mobile-menu-inr{
	transform: translateX(0);
}
.ctm_mobile-menu-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctm_mobile-menu-item-inr {
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctm_mobile-menu-link {
  font-size: 17px;
  line-height: 28px;
  font-family: inherit;
  vertical-align: baseline;
  font-weight: 300;
}
.ctm_cross-icon {
  text-align: right;
  width: 10px;
}
.ctm_mobile-dropdown-body {
  padding-left: 35px;
}
.ctm_mobile-dropdown-label {
  font-weight: lighter;
}
.ctm_mobile-dropdown-title {
  margin-bottom: 20px;
  display: block;
  color: #000000;
  font-weight: 600;
}
.ctm_mobile-dropdown-link {
  color: #000000;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 400;
  line-height: 0.4em;
  padding: 13px 0;
  position: relative;
}
.ctm_mobile-dropdown-link:hover{
	text-decoration: none;
}
.ctm_header-mob {
  display: none;
}

/* Mobile Menu CSS */


/* Accreditations single-post styles */

/* 28/01/15 - made accreditations logos clickable links  */

.main-accreditations a {
    float: left;
    margin: 0 0 10px 0;
    padding-left:7px;
}


.postid-430 .list-products {
    display: none !important;
}

/* Add responsive videos to Flooring page */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; }


.vid {
	display:inline-block;
	vertical-align: top;
}	
.vid h4.vid-title {
	font-family: "Lato",sans-serif;
	font-size: 18px !important;
	line-height: 1.3em;
	color: #367C2B !important;
	margin: 1em 0px;
	text-transform: none !important;
}


@media screen and (max-width: 590px) {
.vid {
	width:100%;
	margin:1% 0 25px 0;
	position: relative;
	float: left;
	width: 100%;
}

}


@media screen and (min-width: 591px){
	.vid {
	width: 46%;
	margin: 1% 3% 25px 0px;
	display: inline-block;
}

}
/* Research and development page */

.aligned-1 {
	margin-top:3em;
}
.aligned-1 strong {
	text-align: left; 
	padding-left: 0px; 
	font-size: 1.7em;
}
.aligned-2 {}
.aligned-3 {
	padding-right: 300px;
}
.aligned-3a {}
.aligned-4 {
	margin-top:3em;
}
.aligned-4 strong {
	text-align: right; 
	padding-left: 0px; 
	font-size: 1.7em;
}
.aligned-5 {}
.aligned-5a {}
.aligned-6 {
	padding-right: 0px;
}
hr.thick-line {
	height: 4px; 
	border: medium none; 
	background: rgb(54, 124, 43) none repeat scroll 0% 0%;

}
.pic-wrap.first {
	float: none; 
	display: inline-block; 
	position: relative; 
	padding-right: 1em; 
	margin-top: 0em;
}
.pic-wrap img {
	border-radius: 50%; 
}
.pic-wrap span {
	color: rgb(255, 255, 255); 
	font-size: 14px; 
	font-style: italic; 
	text-align: center; 
	background: rgb(54, 124, 43) none repeat scroll 0% 0%; 
	padding: 0.4em; 
}
.pic-wrap.first img {
	float: none; 
	width: 170px;
}

.pic-wrap.first span {
	position: absolute; 
	bottom: 11em; 
	left: 1em; 
	width: 60%;
}
.pic-wrap.second {
	display: inline-block; 
	position: relative; 
	padding-left: 1em; 
	top: 0em; 
	float: right;
}
.pic-wrap.second img {
	float: none; 
	width: 181px;
}
.pic-wrap.second span {
	position: absolute; 
	bottom: 2em; 
	width: 60%; 
	left: 3em; 
}
.pic-wrap.third {
	float: left; 
	display: inline-block; 
	position: relative; 
	padding-right: 1em; 
	margin-top: 0em;
}
.pic-wrap.third img {
	float: none; 
	width: 170px;
}
.pic-wrap.third span {
	position: absolute; 
	width: 71%; 
	left: 0em; 
	top: -2em;
}
.pic-wrap.fourth {
	float: right; 
	display: inline-block; 
	position: relative; 
	padding-left: 1em; 
	top: 0em;
}
.pic-wrap.fourth img {
	float: left; 
	width: 166px;
}
.pic-wrap.fourth span {
	position: absolute; 
	bottom: 11em; 
	width: 82%; 
	left: 1em; 
}

@media screen and (min-width: 680px) {
.aligned-1 {
	margin-top: 7em;
}
.aligned-1 strong {
	text-align: right; 
	padding-left: 300px; 
	font-size: 1.7em;
}
.aligned-2 {
	padding-left: 300px;
}
.aligned-3 {
	padding-right: 300px;
}
.aligned-3a {
	padding-right: 300px;
}
.aligned-4 {
	margin-top: 7em;
}
.aligned-4 strong {
	text-align: right; 
	padding-left: 300px; 
}
.aligned-5 {
	padding-left: 300px;
}
.aligned-5a {}
.aligned-6 {
	padding-right: 300px;
}
hr.thick-line {}
.pic-wrap.first {
	float: left; 
	display: inline-block; 
	position: relative; 
	padding-right: 1em; 
	margin-top: -17em;
}
.pic-wrap.first img {
	float: left; 
	width: 250px;
}
.pic-wrap.first span {
	position: absolute; 
	bottom: 11em; 
	left: -2em; 
	width: 60%;
}
.pic-wrap.second {
	float: right; 
	display: inline-block; 
	position: relative; 
	padding-left: 1em; 
	top: -2em;
}
.pic-wrap.second img {
	float: right; 
	width: 269px;
}
.pic-wrap.second span {
	position: absolute; 
	bottom: 2em;  
	width: 60%; 
	left: 3em; 
}
.pic-wrap.third {
	float: left; 
	display: inline-block; 
	position: relative; 
	padding-right: 1em; 
	margin-top: -16em;
}
.pic-wrap.third img {
	float: right; 
	width: 269px;
}
.pic-wrap.third span {
	position: absolute; 
	width: 50%; 
	left: -2em; 
	top: 3em;
}
.pic-wrap.fourth {
	float: right; 
	display: inline-block; 
	position: relative; 
	padding-left: 1em; 
	top: 0em;
}
.pic-wrap.fourth img {
	float: left; 
	width: 229px;
}
.pic-wrap.fourth span {
	position: absolute; 
	bottom: -1em; 
	width: 67%; 
	left: 3em; 
}

}

/* latest Work */

.portfolioFilter1,
.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter1 a,
.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}

.portfolioFilter1 a.current ,
.portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}
.portfolio-main-wrapper{
  border: 1px solid #eee;
  border-radius: 3px;
}
.portfolioContainer{
	 border: 0 none;
  border-radius: 0;
}
.portfolio-main-wrapper  ul.portfolioContainer1,
.portfolio-main-wrapper  ul.portfolioContainer{
	width: 25%;
    box-sizing: border-box;
    padding: 12px;
}
.portfolioContainer .all{
	width: 33.33333%;
    box-sizing: border-box;
    padding: 12px;
}
.portfolio-main-wrapper  ul.portfolioContainer img,
.portfolio-main-wrapper  ul.portfolioContainer1 img,
.portfolioContainer .all img{
	width: 100%;
}

ul.portfolioFilter1,
ul.portfolioFilter {
    display: flex;
    flex-wrap: wrap;
}
.portfolio-main-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.portfolio-main-wrapper ul.portfolioContainer,
.portfolio-main-wrapper ul.portfolioContainer1{
	margin: 0;
}
/*.portfolio-main-wrapper ul.portfolioContainer1 .all{
	height: 350px;
	width: 100%;
	overflow: hidden;
	position: relative;
}*/
.portfolio-main-wrapper ul.portfolioContainer1 .all,
.portfolio-main-wrapper ul.portfolioContainer .all{
	padding: 0;
	margin-bottom: 20px;
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.portfolio-main-wrapper ul.portfolioContainer .all img,
.portfolio-main-wrapper ul.portfolioContainer1 .all img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

.loadmore-div {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 20px 0 0 0;
}
a.portfolio_loadmore.button {
    background-image: none;
    float: none !important;
    display: inline-block !important;
}
.post_section_home,
.articlewrap .post_section{
	width: 100%;
	text-align: center;
}

.portfolio-ajax-loader{
	text-align: center;
}

ul.portfolioFilter1 li, ul.portfolioFilter li {
    margin: 4px 0;
}
.loadmore-div a.portfolio_loadmore.button {
   padding: 10px 20px;
}


/* Animation */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
   /*-webkit-animation-delay: 0.5s;*/
  /*animation-delay: 0.5s;*/
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}


@media only screen and (max-width: 1024px){
	.portfolio-main-wrapper  ul.portfolioContainer1,
	.portfolio-main-wrapper  ul.portfolioContainer{
		width: 33.333%;
	}
}

@media only screen and (max-width: 768px){
	.portfolio-main-wrapper  ul.portfolioContainer1,
	.portfolio-main-wrapper  ul.portfolioContainer{
		width: 50%;
	}
}

@media only screen and (max-width: 540px){
	.portfolio-main-wrapper  ul.portfolioContainer1,
	.portfolio-main-wrapper  ul.portfolioContainer{
		width: 100%;
	}
}

/* New Header Media Querry */
@media (max-width: 1240px){
	.ctm_container{
		padding: 15px 20px;
	}
}
@media (max-width: 1200px){
	.ctm_header-cont, .ctm_header-flag{
		display: none;
	}
}
@media (max-width: 991px){
	.ctm_header-logo img{
		max-width: 170px;
	}
}
@media (max-width: 767px){
	.ctm-mobile-menu__toggle-icon{
		display: block;
		z-index: 997;
    position: relative;
    right: 3px;
	}
    .ctm-mobile-menu__toggle-icon svg
	{
	 width: 28px !important;
    height: 32px;
	}
	.ctm_main-menu.ctm_desktop-menu
	{
    display: none;
	}
	.ctm_header-logo img{
		max-width: 141px;
	}
	.ctm_header-mob{
		align-items: initial;
		justify-content: center;
        display: flex !important;
	}
	.ctm_header-mob .ctm_header-cont 
	{
    display: block;
    width: auto;
	}
	.ctm_header-fon-icon svg{
		width: 24px !important;
    height: 28px;
    margin-right: 10px;
	}
}


