@font-face {
	font-family: 'InterstateCondensedBold';
	src: url('../fonts/InterstateCondensedBold.woff2') format('woff2'),
		url('../fonts/InterstateCondensedBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'InterstateRegularCompressed';
	src: url('../fonts/Interstate-RegularCompressed.woff2') format('woff2'),
		url('../fonts/Interstate-RegularCompressed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'InterstateLightCondensed';
	src: url('../fonts/Interstate-LightCondensed.woff2') format('woff2'),
		url('../fonts/Interstate-LightCondensed.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'InterstateRegular';
	src: url('../fonts/Interstate-Regular.woff2') format('woff2'),
		url('../fonts/Interstate-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'InterstateRegularCond';
	src: url('../fonts/Interstate-RegularCond.woff2') format('woff2'),
		url('../fonts/Interstate-RegularCond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'InterstateExtraLight';
	src: url('../fonts/Interstate-ExtraLight.woff2') format('woff2'),
		url('../fonts/Interstate-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

p {
	line-height: 20px;
}

#what {
	margin-top: 100px;
}

.navbar {
	padding-left: 0;
	padding-right: 0;
	margin-top: 2rem;
}

.carousel-inner {
	overflow: visible;
}

#home .header-good {
	background: transparent;
	position: relative;
	font-weight: 900;
	z-index: 99999;
}

#home .carousel {
	margin-top: -63px;
	z-index: 1;
}

#home .carousel .carousel-item.item-3 .slide-img1 {
	position: absolute;
	left: 5%;
	width: 85%;
	top: 20%;
	z-index: 2;
}

#home .carousel .carousel-item.item-1 .slide-img1 {
	position: absolute;
	left: 14%;
	width: 25%;
	top: 23%;
	z-index: 2;
}

#home .carousel .carousel-item.item-2 .slide-img1 {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
}

#home .carousel .carousel-item.item-1 .slide-img2 {
	position: absolute;
	left: 11%;
	top: 40%;
	width: 37%;
}

#home .carousel .carousel-item.item-2 .slide-img2 {
	position: absolute;
	left: 10px;
	top: 30%;
	width: 38%;
}

#home .carousel .carousel-item.item-1 .slide-img3 {
	position: absolute;
	left: 57%;
	top: 0;
	width: 9%;
}

#home .carousel .carousel-item.item-2 .slide-img3 {
	position: absolute;
	right: 35%;
	top: 23%;
	width: 13%;
}

#home .carousel .carousel-item.item-1 .slide-img6 {
	position: absolute;
	left: 45%;
	top: 15%;
	width: 50%;
}

#home .carousel .carousel-item.item-2 .slide-img6 {
	position: absolute;
	left: 10%;
	top: 65%;
	width: 27%;
}

#home .carousel .carousel-item.item-1 .slide-img4 {
	position: absolute;
	left: 75%;
	width: 15%;
	top: 16%;
}

#home .carousel .carousel-item.item-2 .slide-img4 {
	position: absolute;
	right: 15%;
	top: 23%;
	width: 15%;
}

#home .carousel .carousel-item.item-1 .slide-img5 {
	position: absolute;
	width: 40%;
	left: 34%;
	top: 60%;
}

#home .carousel .carousel-item.item-2 .slide-img5 {
	position: absolute;
	width: 25%;
	left: 35%;
	top: 72%;
}

#home .carousel .carousel-item.item-2 .slide-img7 {
	position: absolute;
	width: 20%;
	left: 4%;
	top: 55%;
}

#home .carousel .carousel-item.item-1 .slide-img8 {
	position: absolute;
	left: 45%;
	top: 35%;
	width: 50%;
}


#home .carousel .carousel-item.item-3 .slide-img1 {
	position: absolute;
	width: 70%;
	left: 22%;
	top: 10%;
}

#home .carousel .carousel-item.item-3 .slide-img5 {
	position: absolute;
	width: 25%;
	left: 35%;
	top: 75%;
}

#home .carousel .carousel-item.item-3 .slide-img6 {
	position: absolute;
	left: 10%;
	top: 65%;
	width: 27%;
}

#home .carousel .carousel-item.item-3 .slide-img7 {
	position: absolute;
	width: 20%;
	left: 4%;
	top: 55%;
}



#home .carousel .carousel-item .slider_text {
	margin-top: 60%;
	padding-right: 70px;
}

#home .carousel .carousel-item .slider_text h5 {
	font-size: 2rem;
}

#home .carousel .carousel-item .slider_text p {
	font-size: 1.25rem;
}

#home .carousel .carousel-item .slider_text i {
	font-size: 2.3rem;
	margin-bottom: 30px;
}

#home .carousel .carousel-item .slider_text h5,
#home .carousel .carousel-item .slider_text p {
	color: #fff;
}

#home .carousel .carousel-item .slider_text_back {
	margin-top: 60%;
	padding-right: 50px;
	background: rgb(106, 175, 68);
	background: -moz-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: linear-gradient(to right, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aaf44', endColorstr='#95cb58', GradientType=1);
}

#home .carousel .carousel-item .slider_text_back h5 {
	font-size: 2rem;
}

#home .carousel .carousel-item .slider_text_back p {
	font-size: 1.25rem;
}

#home .carousel .carousel-item .slider_text_back i {
	font-size: 2.3rem;
	margin-bottom: 30px;
	padding: 20px;
}

#home .carousel .carousel-item .slider_text_back h5,
#home .carousel .carousel-item .slider_text_back p {
	color: #fff;
	padding: 20px;
}

#home .carousel .carousel-item .shape {
	height: 500px;
	width: calc(100% - 30px);
	margin-top: 35%;
	-webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
}

#home .carousel .carousel-item {
	height: 650px;
}

#home .carousel .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

#home .carousel .carousel-item .col {
	height: 400px;
}

#home .carousel-indicators {
	z-index: 9999;
	top: 100%;
}

#home #topics {
	margin-top: -150px;
}

.bgCarousel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 600px;
	background: #92c020;
}











body {
	font-family: 'Kumbh Sans';
}

.yellow {
	background: #ffff00;
	color: #0000ff;
	padding: 15px;
	font-size: 30px;
}

/*Backgrounds*/
.b-image1 {
	background-image: url('/images/office-1.jpg');
}

.b-image2 {
	background-image: url('/images/banner-priorities.jpg');
}

.b-green {
	background: rgb(106, 175, 68);
	background: -moz-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: linear-gradient(to right, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aaf44', endColorstr='#95cb58', GradientType=1);
	color: #fff;
}

.b-green2 {
	background: rgb(222, 240, 207);
	background: -moz-linear-gradient(left, rgba(222, 240, 207, 1) 0%, rgba(222, 240, 207, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(222, 240, 207, 1) 0%, rgba(222, 240, 207, 1) 100%);
	background: linear-gradient(to right, rgba(222, 240, 207, 1) 0%, rgba(222, 240, 207, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#def0cf', endColorstr='#def0cf', GradientType=1);
	color: #fff;
}

.b-green3 {
	background: rgb(149, 203, 88);
	background: -moz-linear-gradient(left, rgba(149, 203, 88, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(149, 203, 88, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: linear-gradient(to right, rgba(149, 203, 88, 1) 0%, rgba(149, 203, 88, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95cb58', endColorstr='#95cb58', GradientType=1);
	color: #fff;
}

.b-green4 {
	background: rgb(243, 248, 236);
	background: -moz-linear-gradient(left, rgba(243, 248, 236, 1) 0%, rgba(243, 248, 236, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 248, 236, 1) 0%, rgba(243, 248, 236, 1) 100%);
	background: linear-gradient(to right, rgba(243, 248, 236, 1) 0%, rgba(243, 248, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f8ec', endColorstr='#f3f8ec', GradientType=1);
	color: #fff;
}

.b-green5 {
	background: rgb(149, 203, 88);
	background: -moz-linear-gradient(left, rgba(149, 203, 88, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(149, 203, 88, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: linear-gradient(to right, rgba(149, 203, 88, 1) 0%, rgba(149, 203, 88, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95cb58', endColorstr='#95cb58', GradientType=1);
	color: #fff;
}

.b-green6 {
	background: rgb(106, 175, 68);
	background: -moz-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(106, 175, 68, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(106, 175, 68, 1) 100%);
	background: linear-gradient(to right, rgba(106, 175, 68, 1) 0%, rgba(106, 175, 68, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aaf44', endColorstr='#6aaf44', GradientType=1);
	color: #fff;
}

.b-green7 {
	background: rgb(237, 245, 231);
	background: -moz-linear-gradient(left, rgba(237, 245, 231, 1) 0%, rgba(237, 245, 231, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(237, 245, 231, 1) 0%, rgba(237, 245, 231, 1) 100%);
	background: linear-gradient(to right, rgba(237, 245, 231, 1) 0%, rgba(237, 245, 231, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf5e7', endColorstr='#edf5e7', GradientType=1);
	color: #fff;
}

.b-green-light {
	background-color: #eef5e7;
}

.b-orange {
	background: rgb(238, 29, 35);
	background: -moz-linear-gradient(left, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
	background: linear-gradient(to right, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1d23', endColorstr='#f26648', GradientType=1);
	color: #fff;
}

.b-orange2 {
	background: rgb(238, 65, 52);
	background: -moz-linear-gradient(left, rgba(238, 65, 52, 1) 0%, rgba(250, 170, 28, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(238, 65, 52, 1) 0%, rgba(250, 170, 28, 1) 100%);
	background: linear-gradient(to right, rgba(238, 65, 52, 1) 0%, rgba(250, 170, 28, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4134', endColorstr='#faaa1c', GradientType=1);
	color: #fff;
}

.b-orange-light {
	background: rgb(247, 147, 29);
	background: -moz-linear-gradient(left, rgba(247, 147, 29, 1) 0%, rgba(247, 147, 29, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(247, 147, 29, 1) 0%, rgba(247, 147, 29, 1) 100%);
	background: linear-gradient(to right, rgba(247, 147, 29, 1) 0%, rgba(247, 147, 29, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7931d', endColorstr='#f7931d', GradientType=1);
	color: #fff;
}

.b-orange-light2 {
	background: rgb(240, 133, 111);
	background: -moz-linear-gradient(left, rgba(240, 133, 111, 1) 0%, rgba(240, 133, 111, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(240, 133, 111, 1) 0%, rgba(240, 133, 111, 1) 100%);
	background: linear-gradient(to right, rgba(240, 133, 111, 1) 0%, rgba(240, 133, 111, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7931d', endColorstr='#f7931d', GradientType=1);
	color: #fff;
}

.b-orange-light3 {
	background: rgb(253, 205, 186);
	background: -moz-linear-gradient(left, rgba(253, 205, 186, 1) 0%, rgba(253, 205, 186, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(253, 205, 186, 1) 0%, rgba(253, 205, 186, 1) 100%);
	background: linear-gradient(to right, rgba(253, 205, 186, 1) 0%, rgba(253, 205, 186, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7931d', endColorstr='#f7931d', GradientType=1);
	color: #fff;
}

.b-footer {
	background: rgb(10, 181, 186);
	background: -moz-linear-gradient(left, rgba(10, 181, 186, 1) 0%, rgba(112, 203, 209, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(10, 181, 186, 1) 0%, rgba(112, 203, 209, 1) 100%);
	background: linear-gradient(to right, rgba(10, 181, 186, 1) 0%, rgba(112, 203, 209, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ab5ba', endColorstr='#70cbd1', GradientType=1);
	color: #fff;
}

.b-blue {
	background: rgb(0, 174, 239);
	background: -moz-linear-gradient(left, rgba(0, 174, 239, 1) 0%, rgba(0, 174, 239, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 174, 239, 1) 0%, rgba(0, 174, 239, 1) 100%);
	background: linear-gradient(to right, rgba(0, 174, 239, 1) 0%, rgba(0, 174, 239, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#00aeef', GradientType=1);
	color: #fff;
}

.b-blue1 {
	background: rgb(151, 219, 249);
	background: -moz-linear-gradient(left, rgba(151, 219, 249, 1) 0%, rgba(151, 219, 249, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(151, 219, 249, 1) 0%, rgba(151, 219, 249, 1) 100%);
	background: linear-gradient(to right, rgba(151, 219, 249, 1) 0%, rgba(151, 219, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72ccd2', endColorstr='#b1dfe3', GradientType=1);
	color: #fff;
}

.b-blue2 {
	background: rgb(114, 204, 210);
	background: -moz-linear-gradient(left, rgba(114, 204, 210, 1) 0%, rgba(114, 204, 210, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(114, 204, 210, 1) 0%, rgba(114, 204, 210, 1) 100%);
	background: linear-gradient(to right, rgba(114, 204, 210, 1) 0%, rgba(168, 226, 230, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72ccd2', endColorstr='#b1dfe3', GradientType=1);
	color: #fff;
}

.b-blue3 {
	background: rgb(225, 244, 252);
	background: -moz-linear-gradient(left, rgba(225, 244, 252, 1) 0%, rgba(225, 244, 252, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(225, 244, 252, 1) 0%, rgba(225, 244, 252, 1) 100%);
	background: linear-gradient(to right, rgba(225, 244, 252, 1) 0%, rgba(225, 244, 252, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f4fc', endColorstr='#e1f4fc', GradientType=1);
	color: #fff;
}

.b-blue4 {
	background: rgb(240, 249, 249);
	background: -moz-linear-gradient(left, rgba(240, 249, 249, 1) 0%, rgba(240, 249, 249, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(240, 249, 249, 1) 0%, rgba(240, 249, 249, 1) 100%);
	background: linear-gradient(to right, rgba(240, 249, 249, 1) 0%, rgba(240, 249, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9f9', endColorstr='#f0f9f9', GradientType=1);
	color: #fff;
}

.b-blue5 {
	background: rgb(80, 194, 218);
	background: -moz-linear-gradient(left, rgba(80, 194, 218, 1) 0%, rgba(80, 194, 218, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(80, 194, 218, 1) 0%, rgba(80, 194, 218, 1) 100%);
	background: linear-gradient(to right, rgba(80, 194, 218, 1) 0%, rgba(80, 194, 218, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50c2da', endColorstr='#50c2da', GradientType=1);
	color: #fff;
}

.b-blue6 {
	background: rgb(61, 144, 203);
	background: -moz-linear-gradient(left, rgba(61, 144, 203, 1) 0%, rgba(61, 144, 203, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(61, 144, 203, 1) 0%, rgba(61, 144, 203, 1) 100%);
	background: linear-gradient(to right, rgba(61, 144, 203, 1) 0%, rgba(61, 144, 203, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d90cb', endColorstr='#3d90cb', GradientType=1);
	color: #fff;
}

.b-blue7 {
	background-color: #e2f4fd;
}

.b-yellow {
	background: rgb(254, 210, 76);
	background: -moz-linear-gradient(left, rgba(254, 210, 76, 1) 0%, rgba(254, 210, 76, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(254, 210, 76, 1) 0%, rgba(254, 210, 76, 1) 100%);
	background: linear-gradient(to right, rgba(254, 210, 76, 1) 0%, rgba(254, 210, 76, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed24c', endColorstr='#fed24c', GradientType=1);
	color: #fff;
}

.b-yellow-light {
	background: rgb(255, 236, 184);
	background: -moz-linear-gradient(left, rgba(255, 236, 184, 1) 0%, rgba(255, 236, 184, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 236, 184, 1) 0%, rgba(255, 236, 184, 1) 100%);
	background: linear-gradient(to right, rgba(255, 236, 184, 1) 0%, rgba(255, 236, 184, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed24c', endColorstr='#fed24c', GradientType=1);
	color: #fff;
}

.b-cream {
	background: rgb(254, 245, 215);
	background: -moz-linear-gradient(left, rgba(254, 245, 215, 1) 0%, rgba(254, 245, 215, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(254, 245, 215, 1) 0%, rgba(254, 245, 215, 1) 100%);
	background: linear-gradient(to right, rgba(254, 245, 215, 1) 0%, rgba(254, 245, 215, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef5d7', endColorstr='#fef5d7', GradientType=1);
	color: #fff;
}

.b-red-light {
	background: rgb(252, 238, 230);
	background: -moz-linear-gradient(left, rgba(252, 238, 230, 1) 0%, rgba(252, 238, 230, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(252, 238, 230, 1) 0%, rgba(252, 238, 230, 1) 100%);
	background: linear-gradient(to right, rgba(252, 238, 230, 1) 0%, rgba(252, 238, 230, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceee6', endColorstr='#fceee6', GradientType=1);
	color: #fff;
}

.curve1 {
	-webkit-clip-path: polygon(13% 0, 100% 0, 90% 100%, 0 100%);
	clip-path: polygon(13% 0, 100% 0, 90% 100%, 0 100%);
}

.curve2 {
	-webkit-clip-path: polygon(0 29%, 84% 0, 100% 90%, 56% 100%);
	clip-path: polygon(0 29%, 84% 0, 100% 90%, 56% 100%);
}

.curve3 {
	-webkit-clip-path: polygon(0 0, 70% 0, 100% 76%, 0 100%);
	clip-path: polygon(0 0, 70% 0, 100% 76%, 0 100%);
}

.curve4 {
	-webkit-clip-path: polygon(10% 7%, 100% 0, 90% 100%, 0 100%);
	clip-path: polygon(0 7%, 100% 0, 90% 100%, 0 100%);
}

.curve5 {
	-webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.curve6 {
	-webkit-clip-path: polygon(0 0, 100% 20%, 85% 100%, 4% 80%);
	clip-path: polygon(0 0, 100% 20%, 85% 100%, 4% 80%);
}

.curve7 {
	-webkit-clip-path: polygon(16% 0, 93% 14%, 100% 100%, 0 100%);
	clip-path: polygon(16% 0, 93% 14%, 100% 100%, 0 100%);
}

.curve8 {
	-webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
	clip-path: polygon(8% 0, 100% 0, 93% 100%, 0 100%);
}

.curve9 {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.curve10 {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

.curve11 {
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.curve12 {
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.curve13 {
	-webkit-clip-path: polygon(0 0, 100% 29%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 29%, 100% 100%, 0 100%);
}

.curve14 {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}

.curve15 {
	-webkit-clip-path: polygon(0 2%, 100% 0, 100% 92%, 0% 100%);
	clip-path: polygon(0 2%, 100% 0, 100% 92%, 0% 100%);
}

.curve-footer {
	-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.curve-topics {
	-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
	padding-top: 2%;
}

.curve-supporters {
	-webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 94%);
	clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 94%);
}

.curve-statements {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0px 85%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0px 85%);
}

.curve-emma-early {
	-webkit-clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
	clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
}

.b-green-light {
	background-color: #e0ebac;
}

.b-blue-emma-desc {
	background-color: #deedca;
}

.curve-emma-desc {
	-webkit-clip-path: polygon(0 0, 100% 48%, 100% 100%, 0 96%);
	clip-path: polygon(0 0, 100% 48%, 100% 100%, 0 96%);
}

.curve-emma-way {
	-webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 95%);
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 95%);
}

.curve-emma-afternoon {
	-webkit-clip-path: polygon(0 0%, 100% 0, 100% 97%, 0 100%);
	clip-path: polygon(0 0%, 100% 0, 100% 97%, 0 100%);
}

.curve-emma-evening {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.curve-emma-cont {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 61%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 61%, 0 100%);
}

.t-orange {
	color: #E74D37 !important;
	text-decoration: none !important;
}

.t-green {
	color: #6AAF44 !important;
	text-decoration: none !important;
}

.t-green2 {
	color: #95CB58 !important;
	text-decoration: none !important;
}

.t-blue {
	color: #00AEEF !important;
	text-decoration: none !important;
}

.t-blue-light {
	color: #6FCBD2 !important;
	text-decoration: none !important;
}

.t-blue3 {
	color: #0275bc !important;
	text-decoration: none !important;
}

.t-yellow {
	color: #FED24C !important;
	text-decoration: none !important;
}

.t-white {
	color: #fff !important;
	text-decoration: none !important;
}

.t-black {
	color: #231f20 !important;
	text-decoration: none !important;
}

.t-blue2 {
	color: #0574BC !important;
	text-decoration: none !important;
}

.t-red-light {
	color: #F68A6B !important;
	text-decoration: none !important;
}

.t-red {
	color: #EE1D23 !important;
	text-decoration: none !important;
}

/* Box Shadows */

.card-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

#back-top {
	position: fixed;
	right: 20px;
	bottom: -100px;
	height: 55px;
	width: 55px;
	font-size: 35px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 55px;
	z-index: 9999;
}

#back-top-applications {
	position: fixed;
	right: 20px;
	bottom: -100px;
	height: 55px;
	width: 55px;
	font-size: 35px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 55px;
	z-index: 9999;
}

#forewordCont h3 {
	font-size: 33px;
}

.blockquote-cont .blockquote p {
	font-size: 28px;
}

.blockquote-cont .block-t {
	font-size: 18px;
}




/* Footer CSS ------------------------------------- */


.footer {
	padding: 100px 0 45px 0;
}

.footer p {
	font-family: 'InterstateExtraLight';
}

.footer a {
	color: #fff;
}

.footer img {
	margin-bottom: 25px;
}

.footer .foot-left1 a {
	padding: 5px 15px;
	line-height: 1;
	font-weight: 600;
	font-size: 1.55rem;
	float: left;
}

.footer .foot-left1 h5 {
	margin-top: 10px;
	float: left;
}

.footer .foot-left3 p {
	font-size: 12px;
	font-weight: bold;
}

.footer .foot-left3 a {
	font-size: 19px;
	font-weight: 600;
	font-family: 'InterstateLightCondensed';
}

.footer .footer-soc {
	padding-left: 0;
	list-style-type: none;
	display: flex;
}

.footer .foot-right2 {
	text-align: right;
}

.footer .foot-follow {
	display: flex;
	justify-content: flex-end;
}

.footer .foot-copy {
	display: flex;
	justify-content: flex-end;
}

.footer .foot-right1 h5 {
	margin-bottom: 15px;
}

.footer .foot-right2 p {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
}

.footer .footer-soc li {
	padding: 10px;
	width: 40px;
	text-align: center;
}

.footer .footer-soc li i {
	color: #fff;
}

.footer .footer-soc li.foot-twt {
	background-color: #00AEEF;
}

.footer .footer-soc li.foot-linin {
	background-color: #3D90CB;
}

.footer .footer-soc li.foot-yout {
	background-color: #EE1D23;
}

.footer .footer-soc li.foot-faceb {
	background-color: #2973BA;
}

.footer .footer-soc li.foot-gplus {
	background-color: #dc473a;
}

.footer .footer-soc li.foot-chimp {
	background-color: #616365;
}

.footer .footer-soc li.foot-email {
	background-color: #65B8BF;
}

.card-body:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Supporters Cont */
#supporters {
	margin-bottom: -50px;
	padding-top: 100px;
	margin-top: -100px;
}

.supporters-cont {
	padding: 30px 0 150px 0;
}

.supporters-cont .owl-carousel .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	z-index: -1;
}

.supporters-cont .owl-carousel .owl-stage-outer {
	overflow-y: -webkit-paged-y;
}

.supporters-cont .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -45px;
	top: calc(50% - 45px);
}

.supporters-cont .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -45px;
	top: calc(50% - 45px);
}

.supporters-cont .owl-carousel .owl-nav button i {
	font-size: 80px;
	color: #fff;
}

.supporters-cont .owl-carousel .owl-nav button:hover {
	background-color: transparent;
}

.supporters-cont .owl-carousel .owl-nav button:focus {
	outline: none;
}

.supporters-cont h4 {
	padding: 5px 25px;
}

/* -------------------------------------------------------

/* Topics Cont */


#topics .topics-cont {
	padding: 100px 0 50px 0;
}

#home #topics .topics-cont {
	padding: 250px 0 150px 0;
	margin-bottom: -1px;
}

.topics-cont h4 {
	padding: 5px 25px;
	font-size: 1.8rem;
}

.topics-cont .topic {
	padding-bottom: 30px;
	position: relative;
}

.topics-cont .topic .topic_title {
	position: absolute;
	bottom: 20%;
	color: #6FB3BD;
}

.topics-cont .topic .topic_title:hover {
	cursor: pointer;
}


/* -------------------------------------------------------

/* Statements Cont */


.statements-cont {
	padding: 70px 0;
	margin-bottom: -100px;
}

.statements-cont h4 {
	padding: 5px 25px;
}

.statements-cont .section_subtext .subtext_title {
	font-size: 1.8rem;
	font-weight: bold;
}

.statements-cont .section_subtext .subtext_desc {
	font-size: 1.4rem;
	font-weight: lighter;
}

.statements-cont .card {
	border: none;
	border-radius: 0;
}

.statements-cont .card .card-text {
	font-weight: normal;
	margin-bottom: 25px;
	font-size: 20px;
}

.statements-cont .card .collapse {}

.statements-cont .card i.fa-minus {
	display: none;
}

.statements-cont .card a[aria-expanded="true"]>i.fa-plus {
	display: none;
}

.statements-cont .card a[aria-expanded="true"]>i.fa-minus {
	display: block;
}

.statements-cont .card a {
	text-decoration: none;
}

.statements-cont .card .collapse>.card-text {
	font-size: 12px;
}

.statements-cont .card .collapse>.card-text a {
	font-size: 12px;
}

#statements h3 {
	font-size: 33px;
}

#meetEmma h3 {
	font-size: 30px;
	padding-right: 50px;
}

.person-tags .col-md-7 p.t-black {
	font-size: 20px;
}

#didyouknow h3 {
	font-size: 33px;
}

#topics h3 {
	font-size: 33px;
}

#topics-home h3 {
	font-size: 33px;
}

/* -------------------------------------------------------

/* Foreword page */
#forewordContTop {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 350px;
	background-color: #eee;
}

.curve-top {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 74%, 0% 100%);
}

.quote_intro {
	margin-bottom: 100px;
	line-height: 30px !important;
}

#forewordCont {
	padding-bottom: 150px;
}

#forewordCont .tag {
	padding: 5px 25px;
	margin-bottom: 50px;
}

#forewordCont .foreword_details .foreword_name {
	padding: 5px 25px;
	font-size: 25px;
}

#forewordCont .foreword_details .foreword_func {
	padding: 5px 25px;
	font-size: 20px;
}

#forewordCont .foreword_details .foreword_soc a {
	margin-right: 10px;
	padding: 5px 10px;
}

#forewordCont .foreword_details .foreword_logo {
	float: left;
	margin-top: -90px;
}

#forewordCont .foreword_details {
	padding-left: 35px;
	margin-top: -90px;
}

#forewordCont .blockquote-cont {
	padding-left: 33px;
	color: #076fb7;
	font-size: 18px;
	font-family: 'InterstateLightCondensed';
}

#forewordCont .blockquote {
	color: #fff;
}

#forewordCont .blockquote-cont .blockquote i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 35px;
}

#forewordArticles {
	margin-top: -150px;
}

#forewordArticles .fore_art_cont p {
	font-size: 21px;
}

#forewordArticles .fore_art_cont i {
	font-size: 30px;
}

#otherArticles {
	background-color: #B8D98F;
	-webkit-clip-path: polygon(0 0, 100% 18%, 100% 82%, 0% 100%);
	clip-path: polygon(0 0, 100% 18%, 100% 82%, 0% 100%);
	padding: 150px 0;
	margin-top: -70px;
}

#otherArticles .fore_art_cont p {
	font-size: 21px;
}

#otherArticles .fore_art_cont i {
	font-size: 30px;
}

.curve-christine-cont {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

#christine_early_morning {
	padding-top: 130px;
	padding-bottom: 60px;
	margin-top: -65px;
}

#christine_on_way {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: -40px;
	background-color: #bfd3d5;
	z-index: 2;
	position: relative;
}

#christine_morning {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: -100px;
	background-color: #b2dde4;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%);
	position: relative;
	z-index: 1;
}

#christine_lunchtime {
	padding-top: 220px;
	padding-bottom: 25px;
	margin-top: -180px;
}

#christine_afternoon {
	background-color: #B8D98F;
	padding-top: 60px;
	padding-bottom: 90px;
	margin-top: -30px;
}

#christine_evening {
	padding-top: 60px;
	padding-bottom: 90px;
}

/* -------------------------------------------------------


/* Meet Emma page */

#meetEmmaCont {
	padding-bottom: 600px;
}

#meetEmmaCont .tag {
	padding: 5px 25px;
	margin-bottom: 90px;
}

#meetEmmaTips {
	padding-top: 260px;
	margin-top: -300px;
	background-color: #fff;
}

#meetEmmaTips .person-tags .tag {
	padding: 5px 25px;
	margin-bottom: 90px;
}

#meetEmmaTips .tip h5 {
	margin-top: -15px;
}

#meetEmmaTips .tip img {
	position: absolute;
	top: -80px;
	right: 0;
	width: 40%;
}

#meetEmmaTips .tip {
	margin: 80px 0;
	position: relative;
}


#meetRobertsCont {
	padding-bottom: 400px;
}

#meetRobertsCont h4 {
	margin-bottom: 100px;
}

#meetRobertsCont .tag {
	padding: 5px 25px;
	margin-bottom: 90px;
}

#meetRoberts .emma_pic img {
	max-width: 300px;
}

#meetRoberts #meetEmmaDesc {
	margin-top: -300px;
}

#meetRoberts #otherArticles {
	margin-bottom: -100px;
}

#meetRoberts #meetEmmaTips {
	margin-top: -330px;
}

#meetChristine .emma_pic img {
	max-width: 50%;
}

#meetChristine footer {
	margin-top: -100px;
}

#meetEmma footer {
	margin-top: -100px;
}

#meetChristine #meetEmmaCont {
	padding-bottom: 600px;
	position: relative;
}

#meetChristine #meetEmmaCont .overlay_green {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	height: 330px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #A9D275;
}

/* ------------------------------------------------------- */



/* header css */

.after-header {
	margin-top: -62px !important;
	/*height: 600px;*/
	position: relative;
	overflow: hidden;
}

.bann img {
	object-fit: cover;
	max-height: 600px;
	object-position: 50% 50%;
	/*position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;*/
}



/* ------------------------------------------------------- */

/* topics-home */

#topics-home .header-good {
	background-color: transparent !important;
}

#topics-home .img-cont {
	float: left;
}

#topics-home .tip {
	width: 80%;
	position: relative;
	float: right;
	margin-top: 50px;
	background-color: #fff;
}

#topics-home .tip .tag {
	position: relative;
	top: -27px;
	left: -1px;
	margin-bottom: 40px !important;
	padding: 5px 25px;
	font-size: 15px;
}

#topics-home .tip p {
	font-size: 15px;
}

#topics-home .tip img {
	position: absolute;
	top: -80px;
	right: 0;
	width: 50%;
}

#topics-home .stat-section .img-text {
	font-size: 13px;
}

#didyouknow #meetEmmaTips .person-tags .tag {
	position: relative;
	top: -27px;
	left: -17px;
	margin-bottom: 85px;
}

.know-p span {
	padding: 0 5px;
}



.foreword_img img {
	-webkit-filter: grayscale(85%);
	filter: grayscale(85%);
	transition: all 0.5s;
	border-radius: 5px;
}

.foreword_img img:hover {
	-webkit-filter: grayscale(25%);
	filter: grayscale(25%);
}

/* ------------------------------------------------------- */

.fixed {
	position: fixed;
	top: 0;
	right: 50px;
}

hr {
	margin-bottom: 0.6rem;
	margin-top: 0.6rem;
}

#topics-home .what-section {
	padding-top: 250px;
	margin-top: -250px;
	padding-bottom: 250px;
	position: relative;
}

.whatis .overlay-what1 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	height: 35%;
}

.whatis .overlay-what2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	height: 39%;
}

#topics-home .what-section h3,
#topics-home .glassory-section h3 {
	color: #ee1e24;
}

.what-section a,
.glassory-section a {
	color: #4dc3c9;
}

.whatsubmenu {
	display: inline-block;
	padding: 20px;
	width: 100%;
}

.whatsubmenu a {
	color: #4dc3c9;
	display: block;
}

.b-button-pdf a {
	padding: 15px;
	color: #fff;
	background: #ed6861;
	width: 60%;
}

#topics-home .glassory-section {
	padding-top: 250px;
	margin-top: -250px;
	padding-bottom: 150px;
}

#economical {
	margin-top: 50px;
}



.stat-section {
	padding-bottom: 200px;
}

#topics-home .stat-section {
	padding-top: 100px;
	margin-top: -100px;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler i {
	font-size: 30px;
	color: #fff;
}

.navbar-toggler:focus {
	outline: none;
}

#ongoodlighting,
#peoplejourneys {
	transition: all 0.3s;
	background: transparent;
}

#ongoodlightingdrop {
	min-width: 180px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: .5rem .0rem .5rem 1rem;
	font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
	padding: .5rem .5rem .5rem .5rem;
}

#navbarNav ul.navbar-nav li>a {
	font-size: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

#navbarNav ul.navbar-nav li {
	transition: 0.6s ease all;
}

#ongoodlightingdrop .dropdown-item,
#peoplejourneysdrop .dropdown-item {
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 0.25rem 1rem;
}

.navbar-nav li:hover #peoplejourneys,
#peoplejourneys[aria-expanded="true"] {
	background: rgb(106, 175, 68);
	background: -moz-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	background: linear-gradient(to right, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aaf44', endColorstr='#95cb58', GradientType=1);
	-webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

#peoplejourneysdrop {
	margin: 0;
	border: none;
	border-radius: 0;
	left: -14px;
	right: 9px;
	padding-left: 12px;
}

.navbar-nav li:hover #ongoodlighting,
#ongoodlighting[aria-expanded="true"] {
	background: rgb(238, 29, 35);
	background: -moz-linear-gradient(left, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
	background: linear-gradient(to right, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1d23', endColorstr='#f26648', GradientType=1);
	-webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.navbar-nav li.nav-did-you-know:hover,
.nav-did-you-know[aria-expanded="true"] {
	background: rgb(0, 174, 239);
	background: -moz-linear-gradient(left, rgba(0, 174, 239, 1) 0%, rgba(0, 174, 239, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 174, 239, 1) 0%, rgba(0, 174, 239, 1) 100%);
	background: linear-gradient(to right, rgba(0, 174, 239, 1) 0%, rgba(0, 174, 239, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#00aeef', GradientType=1);
	-webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.navbar-nav li.nav-topics:hover,
.nav-topics[aria-expanded="true"] {
	background: rgb(254, 210, 76);
	background: -moz-linear-gradient(left, rgba(254, 210, 76, 1) 0%, rgba(254, 210, 76, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(254, 210, 76, 1) 0%, rgba(254, 210, 76, 1) 100%);
	background: linear-gradient(to right, rgba(254, 210, 76, 1) 0%, rgba(254, 210, 76, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed24c', endColorstr='#fed24c', GradientType=1);
	-webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.navbar-nav li.nav-contact:hover,
.nav-contact[aria-expanded="true"] {
	background: rgba(0, 0, 0, 0.3);
	-webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}


/* Dropdown: always in layout so we can animate; hidden by opacity and position */
ul.navbar-nav li.dropdown>div.dropdown-menu {
	display: block;
	opacity: 0;
	transform: translateY(-12px);
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s, color 0.25s ease;
	margin: 0;
	background: #C2E7EB;


	.dropdown-item {
		transition: 0.25s ease;
		color: #6E9096;
		background: transparent;
		transform: scale(.95);
		text-align: right;
	}

	.dropdown-item:hover {
		background: transparent;
		color: #686C6C;
		transform: scale(1);
		text-decoration: underline;
	}
}

ul.navbar-nav li.dropdown:hover>div.dropdown-menu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
}


.zoom {
	overflow: hidden;
}

.zoom:hover .know-subcont {
	transform: scale(1.1);
}

.topic_img {
	overflow: hidden;
	background-color: transparent !important;
}

.topic_img img {
	transition: 0.25s ease all;
	transform: scale(.95);
	object-fit: contain;
}

.topic_img:hover img {
	transform: scale(1);
}

.tip>img {
	transition: 0.5s ease all;
	object-fit: cover;
}

.tip:hover>img {
	-webkit-animation: zoomin .25s ease-in infinite;
	animation: zoomin .25s ease-in infinite;
	transition: all .25s ease-in-out;
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomin {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

/*End of Zoom in Keyframes */

a.navbar-brand {
	-webkit-animation: logoColor 10s ease-in infinite;
	animation: logoColor 10s ease-in infinite;
	transition: all 10s ease-in-out;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);

	background: transparent !important;
}

@-webkit-keyframes logoColor {
	0% {
		background: #f03831;
	}

	18% {
		background: #00aeef;
	}

	36% {
		background: #fed24c;
	}

	54% {
		background: #95cb58;
	}

	72% {
		background: #92c020;
	}

	100% {
		background: #f03831;
	}
}

@keyframes logoColor {
	0% {
		background: #f03831;
	}

	18% {
		background: #00aeef;
	}

	36% {
		background: #fed24c;
	}

	54% {
		background: #95cb58;
	}

	72% {
		background: #92c020;
	}

	100% {
		background: #f03831;
	}
}


/*   didyouknow   */
.didyouknow-header {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
	padding-bottom: 250px;
}

#didyouknow-c1 {
	padding: 100px 0 200px 0;
	margin-top: -150px;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}

#didyouknow-c1 .didyouknow .owl-nav {
	color: #a2c73c;
	;
}

#didyouknow-c1 .section-subheading {
	max-width: 75%;
}

#didyouknow-c2 {
	padding: 100px 0 200px 0;
	margin-top: -50px;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
}

#didyouknow-c2 .didyouknow .owl-nav {
	color: #e74d37;
}

#didyouknow-c2 .section-subheading {
	max-width: 75%;
}

#didyouknow-c3 {
	padding: 100px 0 200px 0;
	margin-top: -100px;
	margin-bottom: -50px;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
}

#didyouknow-c3 .didyouknow .owl-nav {
	color: #00adee;
}

#didyouknow-c3 .section-subheading {
	max-width: 75%;
}

#didyouknow-c4 {
	padding: 100px 0 200px 0;
	margin-top: -100px;
	margin-bottom: -50px;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
}

#didyouknow-c4 .didyouknow .owl-nav {
	color: #ffffff;
}

#didyouknow-c4 .section-subheading {
	max-width: 75%;
}

#didyouknow-c5 {
	padding: 100px 0 200px 0;
	margin-top: -100px;
	margin-bottom: -50px;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
}

#didyouknow-c5 .didyouknow .owl-nav {
	color: #ffffff;
}

#didyouknow-c5 .section-subheading {
	max-width: 75%;
}

#didyouknow-c6 {
	padding: 100px 0 200px 0;
	margin-top: -100px;
	margin-bottom: -50px;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 87%, 0 100%);
}

#didyouknow-c6 .didyouknow .owl-nav {
	color: #ffffff;
}

#didyouknow-c6 .section-subheading {
	max-width: 75%;
}

.didyouknow {
	padding-top: 50px;
}

.didyouknow .owl-nav {
	position: absolute;
	top: -120px;
	right: 0;
	font-size: 60px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
}

.owl-carousel .slide {
	position: relative;
}

.owl-carousel .copen {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}

.owl-carousel .cclose {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	padding: 5px;
	transition: all 0.3s;
}

.owl-carousel a {
	text-decoration: none;
}

.owl-carousel .slide-info {
	background-color: rgba(255, 255, 255, 0.35);
}

.owl-carousel .card-text {
	padding: 20px !important;
}

#didyouknow-c1 .copen {
	background-color: #def0cf;
}

.didyouknow i.fa-times {
	display: none;
}

.didyouknow a[aria-expanded="true"]>i.fa-plus {
	display: none;
}

.didyouknow a[aria-expanded="true"]>i.fa-times {
	display: block;
}

.didyouknow .slide-intro {
	position: absolute;
	left: 20px;
	top: 20px;
	background: transparent;
	width: 70%;
	font-size: 22px;
	line-height: 22px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.contact-section {
	padding: 100px 0;
	margin-top: -100px;
}

.header-good {
	background: transparent !important;
	position: absolute !important;
	width: 100% !important;
}

@media(max-width: 991px) {
	#home .header-good {
		background: #79cdd4;
	}

	#ongoodlighting[aria-expanded="true"] {
		background: none !important;
		clip-path: none !important;
		-webkit-clip-path: none !important;
	}

	#ongoodlighting,
	#peoplejourneys {
		padding-left: 0;
		transition: 0.6s ease all;
	}

	#navbarNav ul.navbar-nav li.ongoodlightingdrop.dropdown.show {
		padding-left: 30px;
		background: rgb(238, 29, 35);
		background: -moz-linear-gradient(left, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
		background: linear-gradient(to right, rgba(238, 29, 35, 1) 0%, rgba(242, 102, 72, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1d23', endColorstr='#f26648', GradientType=1);
		-webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
		clip-path: polygon(8% 0, 100% 0, 95% 100%, 0 100%);
	}

	#navbarNav ul.navbar-nav li.ongoodlightingdrop.dropdown.active.show #ongoodlightingdrop {
		clip-path: none !important;
		-webkit-clip-path: none !important;
	}

	#navbarNav ul.navbar-nav li.peoplejourneysdrop.dropdown.show {
		padding-left: 30px;
		background: rgb(106, 175, 68);
		background: -moz-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
		background: linear-gradient(to right, rgba(106, 175, 68, 1) 0%, rgba(149, 203, 88, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aaf44', endColorstr='#95cb58', GradientType=1);
		color: #fff;
		-webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
		clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
	}

	#peoplejourneys[aria-expanded="true"] {
		background: none !important;
		clip-path: none !important;
		-webkit-clip-path: none !important;
	}

	#ongoodlightingdrop .dropdown-item,
	#peoplejourneysdrop .dropdown-item {
		padding-left: 0;
	}

	#peoplejourneysdrop {
		clip-path: none !important;
		-webkit-clip-path: none !important;
	}

	#home .carousel .carousel-item.item-1 .slide-img1 {
		position: absolute;
		left: 2%;
		width: 25%;
		top: 27%;
		z-index: 2;
	}
}

@media (max-width: 768px) {
	.foot-right2 {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		opacity: 1 !important;
		text-align: center !important;
		margin-top: 25px;
	}

	.footer {
		text-align: center;
	}

	.footer .footer-soc {
		margin: 0 auto 20px auto;
		max-width: 70%;
	}

	.footer .foot-follow {
		text-align: center;
		display: block;
	}

	.footer .foot-left1 a,
	.footer .foot-left1 h5 {
		float: none;
	}

	.bgCarousel {
		height: 400px;
	}

	#home .carousel {
		margin: 0;
	}

	#home .carousel .carousel-item .shape {
		height: 400px;
		width: 100%;
		margin-top: 10%;
	}

	#home .carousel .carousel-item.item-1 .slide-img5 {
		width: 45%;
		left: 45%;
		top: 60%;
	}

	#homeCarousel .curve-statements {
		-webkit-clip-path: polygon(0 0, 100% 3%, 100% 80%, 0% 100%);
		clip-path: polygon(0 0, 100% 4%, 100% 80%, 0% 100%);
	}

	#home .carousel .carousel-item.item-1 .slide-img2 {
		width: 55%;
		left: 7%;
	}

	#home .carousel .carousel-item.item-1 .slide-img6 {
		position: absolute;
		left: 35%;
		top: 5%;
		width: 60%;
	}

	#home .carousel .carousel-item.item-1 .slide-img8 {
		position: absolute;
		left: 35%;
		top: 5%;
		width: 60%;
	}

	#home .carousel-indicators {
		bottom: auto;
		top: 55%;
	}

	#home .carousel .carousel-item .slider_text {
		margin-top: 25px;
		padding: 0 25px 0 0;
	}

	.section-subheading {
		padding-right: 25px !important;
	}

	.journeys-inner {
		-webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%) !important;
		clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%) !important;
	}

	.portret {
		margin-bottom: 10px !important;
	}

	#navbarNav ul.navbar-nav li>a {
		text-indent: 25px;
		padding-left: 0;
	}

	.dropdown-item {
		text-indent: 25px;
	}

	.navbar-nav li:hover #ongoodlighting,
	#ongoodlighting[aria-expanded="true"],
	#ongoodlightingdrop,
	.navbar-nav li:hover #peoplejourneys,
	#peoplejourneys[aria-expanded="true"],
	#peoplejourneysdrop,
	.navbar-nav li.nav-did-you-know:hover,
	.nav-did-you-know[aria-expanded="true"],
	.navbar-nav li.nav-topics:hover,
	.nav-topics[aria-expanded="true"],
	.navbar-nav li.nav-contact:hover,
	.nav-contact[aria-expanded="true"] {
		-webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%) !important;
		clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%) !important;
	}

	#home .carousel .carousel-item {
		height: auto;
	}

	#meetEmmaTips {
		margin-top: -50px;
		padding-top: 80px;
		-webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
	}

	#meetEmmaCont {
		padding-bottom: 90px;
	}

	#meetEmmaTips .tip img {
		width: 35%;
	}

	.curve-statements {
		-webkit-clip-path: polygon(0 0, 100% 3%, 100% 98%, 0% 100%);
		clip-path: polygon(0 0, 100% 3%, 100% 98%, 0% 100%);
	}

	.curve-topics {
		-webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
	}

	.topics-cont .topic_img img {
		width: 100%;
	}

	.topics-cont {
		padding-bottom: 50px;
	}

	#topics .topics-cont {
		padding-top: 60px;
	}

	.curve-footer {
		-webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
	}

	.curve9 {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
	}

	.fore_art_cont {
		margin-bottom: 15px;
	}

	.curve12 {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
	}

	.curve13 {
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	}

	#didyouknow #meetEmmaTips {
		padding-bottom: 80px;
	}

	.stat-img {
		float: left !important;
		margin-top: 30px;
	}

	.foot-left2 {
		max-width: 60%;
		margin: 0 auto;
	}

	#home #topics .topics-cont {
		padding: 75px 0 75px 0;
	}

	#topics-home .header-good {
		background-color: #79cdd4 !important;
	}

	#home .carousel .carousel-item.item-2 .slide-img2 {
		top: 20%;
	}

	#home .carousel .carousel-item.item-2 .slide-img3 {
		top: 16%;
	}

	#home .carousel .carousel-item.item-2 .slide-img4 {
		top: 16%;
	}

	#home .carousel .carousel-item.item-2 .slide-img7 {
		top: 45%;
	}

	#home .carousel .carousel-item.item-2 .slide-img6 {
		position: absolute;
		left: 7%;
		top: 55%;
		width: 40%;
	}

	#home .carousel .carousel-item.item-1 .slide-img8 {
		position: absolute;
		left: 7%;
		top: 55%;
		width: 40%;
	}

	#home .carousel .carousel-item.item-2 .slide-img5 {
		position: absolute;
		width: 35%;
		left: 45%;
		top: 60%;
	}

	#home .carousel .carousel-item.item-3 .slide-img1 {
		top: 0%;
	}

	#home .carousel .carousel-item.item-3 .slide-img6 {
		position: absolute;
		left: 7%;
		top: 50%;
		width: 45%;
	}

	#home .carousel .carousel-item.item-3 .slide-img7 {
		position: absolute;
		width: 20%;
		left: 2%;
		top: 40%;
	}

	#home .carousel .carousel-item.item-3 .slide-img5 {
		position: absolute;
		width: 40%;
		left: 40%;
		top: 60%;
	}

	#forewordCont .foreword_details {
		padding-left: 35px;
		margin-top: -20px;
	}

	#forewordCont .foreword_details .foreword_logo {
		margin-top: -20px;
		margin-right: 40px;
		margin-bottom: 25px;
	}

	#forewordCont .foreword_details .foreword_logo img {
		float: right !important;
		width: 60% !important;
	}

	.blockquote-cont .blockquote p {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
		line-height: 25px;
		font-size: 24px;
	}

	#forewordCont .blockquote-cont {
		padding-left: 5px;
		padding-right: 35px;
	}

	.quote_intro {
		margin-bottom: 20px;
		line-height: 30px !important;
	}

	#forewordCont .blockquote-cont .blockquote i {
		top: -40px;
	}

	.curve15 {
		-webkit-clip-path: polygon(0 8%, 100% 0, 100% 98%, 0% 100%);
		clip-path: polygon(0 3%, 100% 0, 100% 98%, 0% 100%);
	}

	#topics-home .what-section {
		padding-top: 150px;
		margin-top: -150px;
		padding-bottom: 150px;
		padding-right: 35px;
	}

	.fixed {
		position: relative;
		right: 0 !important;
	}

	.stat-img {
		width: 100% !important;
		max-width: 70% !important;
	}

	#topics-home .glassory-section {
		padding-top: 125px;
		margin-top: -100px;
		padding-bottom: 150px;
	}

	.additional_info {
		right: 50px !important;
		left: 20px !important;
		width: auto !important;
	}

	#meetEmmaCont .tag {
		margin-bottom: 30px;
	}

	#emma_afternoon {
		padding-top: 50px !important;
	}

	.afternoon .rpic {
		margin-top: 0px !important;
	}

	#meetChristine #meetEmmaCont {
		padding-bottom: 90px;
	}

	#meetChristine #meetEmmaDesc {
		margin-top: -200px;
		padding-top: 200px;
	}

	#meetChristine #meetEmmaCont .tag {
		margin-bottom: 30px;
	}

	#meetChristine .emma_pic img {
		max-width: 100%;
	}

	#meetRobertsCont .tag {
		margin-bottom: 30px;
	}

	#meetRobertsCont {
		padding-bottom: 100px;
	}

	#meetRoberts .emma_pic img {
		max-width: 55%;
	}

	#meetRoberts #meetEmmaTips {
		margin-top: -200px;
	}

	.emma_pic {
		text-align: center;
	}

	#meetRoberts .t-green,
	#meetRoberts .t-white {
		padding-right: 35px;
	}

	#didyouknow-c2,
	#didyouknow-c2,
	#didyouknow-c3,
	#didyouknow-c4,
	#didyouknow-c5,
	#didyouknow-c6 {
		padding: 100px 0 100px 0;
	}

	#topics .tag {
		margin-bottom: 30px !important;
	}

	#topics h5 {
		padding-right: 35px;
		font-size: 18px;
	}

	#topics-home .stat-section {
		padding-top: 50px;
		margin-top: -50px;
	}

	.mb-5,
	.my-5 {
		margin-bottom: 1rem !important;
	}

	#topics-home .tip {
		width: 100%;
		margin-top: 100px;
	}

	#topics-home .tip img {
		width: 35%;
		right: 40px;
	}
}

@media(max-width: 568px) {
	#meetEmmaTips .tip h5 {
		margin-bottom: 20px !important;
	}

	#didyouknow #meetEmmaTips .tip img {
		padding: 0 35%;
	}

	#meetEmmaTips .tip img {
		position: initial;
		width: 100%;
		padding: 0 20%;
		margin-bottom: 25px;
	}

	.curve-statements {
		-webkit-clip-path: polygon(0 0, 100% 3%, 100% 98%, 0% 100%);
		clip-path: polygon(0 0, 100% 3%, 100% 98%, 0% 100%);
	}

	.journeys-section {
		-webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 97%) !important;
		clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 97%) !important;
	}

	.supporters-cont .owl-carousel .owl-nav .owl-prev {
		display: none;
	}

	.supporters-cont .owl-carousel .owl-nav .owl-next {
		display: none;
	}

	.footer .foot-right2 {
		width: 100%;
		text-align: left;
	}

	#forewordCont .blockquote-cont .blockquote i {
		left: 25px;
	}

	#meetEmmaTips .tip {
		margin-top: 15px;
	}

	.curve14 {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
	}

	.stat-section {
		padding-bottom: 25px !important;
	}
}

/* New site-wide header (index style) – use .b-blue2.header-good */
body:not(#new-home) .b-blue2.header-good {
	position: relative;
}

/* Mobile: menu background and submenus always expanded */
@media (max-width: 991px) {
	.b-blue2.header-good {
		background: linear-gradient(to right, rgba(114, 204, 210, 1) 0%, rgba(168, 226, 230, 1) 100%) !important;
	}
	.b-blue2.header-good .navbar-collapse {
		background: rgba(0, 0, 0, 0.08);
		border-radius: 0 0 8px 8px;
		margin: 0.5rem -15px 0;
		padding: 0.5rem 1rem 1rem;
	}
	.b-blue2.header-good .navbar-collapse .dropdown-menu {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		position: static !important;
		transform: none !important;
		pointer-events: auto !important;
		float: none;
		margin: 0 0 0.5rem 0;
		padding: 0.25rem 0 0 1rem;
		border: none;
		box-shadow: none;
		background: transparent;
	}
	.b-blue2.header-good .navbar-collapse .dropdown .dropdown-toggle::after {
		display: none;
	}
}

/* New site-wide footer (index style) */
.footer-new {
	background: linear-gradient(to right, #0ab5ba 0%, #70cbd1 100%);
	color: #fff;
	padding: 3rem 0 2rem;
}

.footer-new h5 {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.footer-new .footer-logo {
	max-width: 180px;
	margin-top: 0.5rem;
}

.footer-new .footer-soc-new a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-radius: 50%;
	margin-right: 8px;
	transition: background 0.2s;
}

.footer-new .footer-soc-new a:hover {
	background: rgba(255, 255, 255, 0.35);
	color: #fff;
}

.footer-new .footer-copy-small {
	font-size: 0.85rem;
	opacity: 0.95;
	margin-top: 1.5rem;
}