#offcanvas-toggler,
article.item.item-page .page-header{
	display:none;
}
.sp-megamenu-parent >li.active > a::before,
.sp-megamenu-parent >li >a:hover::before {
    opacity: 0;
}
.videoText{
	border-radius: 10px;
    background: #ffffffeb;
    font-size: 35px!important;
    line-height: 40px!important;
    padding: 10px;
    font-weight: bold;
    color: #29433A;
}
.partnersWidgetkit .uk-button{
	font-size: 16px!important;
    background: #3dcc71!important;
    color: #fff!important;
}
.partnersWidgetkit .uk-button:hover{
    background: #298c4d!important;
}
#sp-logo-wrapper > .container > .row{
	display: flex;
    vertical-align: middle;
    align-items: center;
}
.sppb-article-introtext > p{
	color: #777777;
    font-size: 14px;
}
.sppb-article-introtext > p span{
	color: #777777!important;
    font-size: 14px!important;
	font-family: inherit!important;
}
.allSites ul{
	text-align:center;
}
.allSites ul li{
	border-bottom:1px dashed;
}
.servicesBtn{
	background: #3dcc71;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}
.servicesBtn:hover{
	background: #298c4d;
    color: #fff;
}
.serviceSection h3{
	min-height:70px;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dedede;
}
tr, td, th {
    vertical-align: middle;
}
td {
    padding: 0.5rem;
    border: 1px solid #dedede;
}
.call-to-action-section .sppb-media .pull-left{
	padding-top:15px;
}
#sp-logo-right .sppb-addon-feature {
    margin-top: 0px!important;
}

.bg.fa.fa-plus {
	background: black;
	border-radius: 50%;
	margin: 10px;
	font-size: 20px!important;
    line-height: 33px!important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1)!important;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.homepage-feature .sppb-addon-title{
	margin-top: 15px!important;
    margin-bottom: 10px!important;
}
.homepage-feature{
    border: 0px!important;
	/*padding: 0 0px 30px!important;*/
	padding: 20px!important;
}
.smallText h6{
	font-weight:700!important;
	color:#555555cc;
	text-align:left;
}
.left-homepage-feature-border{
	border-left: 1px solid #ececec!important;
}
#sp-bottom .sp-module-title{
	color:#fff!important;
}
#sp-bottom a{
	color:#fff!important;
}
#sp-bottom a:hover{
	color:rgba(255, 255, 255, 0.8)!important;
}
.quoteSection h2{
	font-weight:400;
}
.call-to-action-section .sppb-btn{
	font-size:16px!important;

	font-size:1.3em!important;
}
.call-to-action-section .sppb-btn:hover{
	background:#ffffff!important;
	color: #666!important;
}
header.menu-fixed{
	background: #ffffffcf!important;
	height: 90px!important;
}
header.menu-fixed #sp-menu .sp-megamenu-parent > li.sp-menu-item.active a,
header.menu-fixed #sp-menu .sp-megamenu-parent > li.sp-menu-item a:hover,
header#sp-header #sp-menu .sp-megamenu-parent > li.sp-menu-item.active a,
header#sp-header #sp-menu .sp-megamenu-parent > li.sp-menu-item a:hover{
	color:rgba(17,17,17,0.85)!important;
}
header.menu-fixed #sp-menu .sp-megamenu-parent > li.sp-menu-item a,
header#sp-header #sp-menu .sp-megamenu-parent > li.sp-menu-item a{
	color:rgba(102,102,102,0.85)!important;
}
#sp-header.menu-fixed #offcanvas-toggler > i{
	color:rgba(17,17,17,0.85)!important;
}
#sp-header{
	height:90px;
}
#sp-header > .container > .row{
	display: flex;
    align-items: center;
}
#sp-header > .container{
	padding-top:10px;
}
.customHeader h2{
	text-align: center;
    text-transform: uppercase;
}
.customHeader h2:before{
	content: '';
    position: absolute;
    top: 40px;
    left: 30%;
    bottom: -20px;
    width: 40%;
    background-color: #f7f7f740;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    box-shadow: 0px 4px 2px 0px #00000014;
}
.sp-megamenu-parent >li >a{
	font-size: 13px!important;
}
.sp-megamenu-parent{
	float:right;
}
.fa-plus:before {
    content: url("../../../images/icon-img.png");
}
.fa-plus {
    height: 55px!important;
    width: 55px!important;
}
.intcatchtools img {margin:30px auto 0 auto !important;}
.hvr-shadow .uk-panel-box > .uk-position-cover:hover, .hvr-shadow .uk-panel-box > .uk-position-cover:focus, .hvr-shadow .uk-panel-box > .uk-position-cover:active {
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.hvr-shadow .uk-panel-box > .uk-position-cover{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.iconsLayout .uk-panel-box{
	text-align: center;
}
.blog-details-content-wrap .entry-header h2{
	font-weight:400;
}
.blog-details-content-wrap a{
	color: #3F564E;
}
.iconsLayout .uk-panel-title a{
	color: rgba(215, 16, 51, 1);
    font-weight: bold;
}
.boxSlider{
	display: none;
}
#sp-top2 .social-icons li a{
	/*margin:10px;*/
	color:#fff;
}
#sp-top2 .social-icons{
	/*margin-top:10px;*/
}
#sp-user2 .sp-module-content .custom p{
	margin:0px 0 0px;
}
.customColors .sppb-feature-box-title a{
	color:#4db256!important;
}
.coloRed{
	color:#d71433;
}
.fa.fa-adn{
	content: url("../../../images/secondService.png");
}
.fa.fa-align-center{
	content: url("../../../images/cost.png");
}
.fa.fa-align-justify{
	content: url("../../../images/virus.png");
}
.fa.fa-align-left{
	content: url("../../../images/leaf.png");
}
.fa.fa-align-right{
	content: url("../../../images/raise.png");
}
.fa.fa-amazon{
	content: url("../../../images/diamond.png");
}
.fa.fa-ambulance{
	content: url("../../../images/recicly.png");
}
.fa.fa-anchor{
	content: url("../../../images/bench.png");
}
.fa.fa-microphone-slash{
	content: url("../../../images/circular-economy.png");
}
.fa.fa-microphone{
	content: url("../../../images/dss-modeling.png");
}
.fa.fa-mercury{
	content: url("../../../images/resource-recovery.png");
}
.fa.fa-meh-o{
	content: url("../../../images/greenhouse-gas.png");
}
.fa.fa-medium{
	content: url("../../../images/smart-processes.png");
}
.fa.fa-meanpath{
	content: url("../../../images/laboratory-analysis.png");
}
.serviceIcon .sppb-icon-container i{
	width:100%!important;
	height:auto!important;
}
.serviceIcon .sppb-feature-box-title{
	margin-top:0px
}
.serviceIcon{
	background: #fff;
    border-radius: 30px;
    padding: 5px;
}
.serviceIcon .sppb-feature-box-title a{
	color:#22aa86;
	font-weight:bold;
}
.customBox{
    background: rgba(255, 255, 255, 0.63);
    padding: 10px;
}
.gradientText1{
	background: -webkit-linear-gradient(#fefaa3, #a6742f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gradientText2{
	/*background: -webkit-linear-gradient(#6e3a1b, #502c16);*/
  	background: -webkit-linear-gradient(90deg, #6e3a1b 40%, #502c16 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.call-to-action-section{
	background: linear-gradient(322deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(165,165,165,1) 100%);
}
.headerPageSection{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(186,213,214,1) 56%, rgba(164,201,202,1) 83%,rgba(162,198,199,1) 100%);
}
article.item .entry-header h2 > a{
  font-weight: 400;
}
.itemid-972 .sp-page-title{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(186,213,214,1) 56%, rgba(164,201,202,1) 83%,rgba(162,198,199,1) 100%);
	padding: 50px 0 35px;
}
.itemid-972 .sp-page-title .breadcrumb{
    display:none;
}
.itemid-972 .sp-page-title h2{
    color: #29433A;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
	text-align:center;
	margin-top: 20px;
    margin-bottom: 10px;
}
.itemid-972 .sp-page-title h2:before {
    content: '';
    position: absolute;
	top: 91px;
    left: 38%;
    bottom: 13px;
    width: 25%;
    background-color: #f7f7f740;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    box-shadow: 0px 4px 2px 0px #00000014;
}
.leftColumn{
  margin-top:-20px;
}
.imgFlag1{
  text-align: right;
  padding: 0 10px;!important;
}
.imgFlag1 img{
  	display: inline-block;
    max-width: 70%;
}
.atom_twitter_feeds {
  margin:0 auto;
}
#sp-bottom2 img{
	margin:0 auto;
}
.pdfLinks ul li a:hover{
	color:#008237;
	font-weight:bold;
}
article.item:hover .entry-image img {
    transform: unset;
}
.logInLink img{
	display:inline-block;
	padding-right:5px;
	vertical-align:sub;
}
#sp-top2 > .sp-column > .sp-module{
	display:inline-block;
}
#sp-section-1 > .container > .row{
	display:flex;
	align-items:center;
}
#sp-section-1 #sp-user2,
#sp-section-1 #sp-top2{
	min-height:45px;
}
#sp-user2 > .sp-column > .sp-module{
	/*margin-top:10px;*/
}
#sp-top2 .social-icons li i{
	padding: 14px;
    font-size: 14px;
}
#sp-top2 .social-icons li{
	border-radius:100%;
}
.eeFlag{
	max-width:12%;
}
.memberLink:before{
	content: url("../../../images/login4.png");
	vertical-align: sub;
    padding-right: 5px;
}
#sp-top2 .social-icons li{
	/*background:#7fbf9f;*/
	margin:0 0px 0;
}
#rstbox_1 .rstbox-content{
	overflow-x: auto;
	overflow-y: auto;
	min-width: 200px;
}
.rstboxes .rstbox-acc {
    text-align: unset;
}
@media (min-width: 1200px){
	.container {
		width: 1220px;
	}
}
@media (max-width: 1200px){
	#offcanvas-toggler{
		display: block;
	}
	#sp-menu .sp-megamenu-parent{
		display:none;
	}
}
@media only screen and (max-width: 991px) {
	#offcanvas-toggler{
		display:block;
	}
	.eeFlag{
		max-width:100%;
	}
}
@media only screen and (max-width: 500px) {
	#sp-section-1 > .container > .row{
		display:block;
	}
	#sp-user2 .sp-module-content .custom p .eeFlag{
		margin:0 auto;
	}
}