.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


p.small {
    font-size: 11px;
    color: #666666;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #54b9e1;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: block;
    position: relative;
    max-width: 262px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    /* right: -16px; */
    right: 1px;
    background: #54b9e1;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(21);
}

.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}



/*Organic Waste Legislation*/

.section-padding30 {
    padding-top: 106px;
    padding-bottom: 106px;
}

.mb-50 {
  margin-bottom: 50px;
}

.about-details .about-details-cap h4 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  color: #54b9e1;
  display: inline-block;
  position: relative;
  padding-left: 68px;
}
.about-details .about-details-cap h4::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 2px;
  background: #54b9e1;
  top: 0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.about-details .about-details-cap p {
  color: #464d65;
  font-size: 14px;
}


/*pt2*/

.ss-pic img {
	height: 100%;
	min-width: 100%;
}

.ss-text {
    background: #54b9e1;
    padding: 42px 30px;
    height: 293px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ss-text:hover {
	background: #229abf;
}

.ss-text:hover a {
    color: #0a6683;
}

.ss-text:hover:after {
    background: #ffffff;
}

.ss-text:after {
	position: absolute;
	left: -15px;
	top: 50%;
	height: 20px;
	width: 20px;
	background: #ffffff;
	content: "";
	-webkit-transform: rotate(45deg) translateY(-10px);
	-ms-transform: rotate(45deg) translateY(-10px);
	transform: rotate(45deg) translateY(-10px);
	z-index: -1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ss-text.second-row:after {
	left: auto;
	right: 0;
}

.ss-text h4 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
    margin-top: 0;
}

.ss-text p {
	margin-bottom: 11px;
    line-height: 1.5;
    color: #ffffff;
}

.ss-text a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

img {
    vertical-align: middle;
    border-style: none;
}

.p-0 {
    padding: 0!important;
}



/*fact*/

.banner-section {
	height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bs-text h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.bs-text .bt-tips {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}