/*
  font-family: 'Aleo', serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
*/

body{
  font-family: 'Source Sans Pro', sans-serif;
}

.text-justify{
  text-align: justify;
}
.td-qty{
  text-align: center;
}
.tb-color{
  color: rgb(18, 74, 109);
}
.emph{
  color: rgb(14, 109, 168);
  font-weight: bolder;
}
.emph1{
  color: rgb(70, 174, 223);
  font-weight: bolder;
}
.emph-green{
  color: rgb(34, 168, 8);
  font-weight: bolder;
}
.emph-orange{
  color: rgb(223, 128, 19);
  font-weight: bolder;
}
.emph-yellow{
  color: rgb(230, 190, 17);
  font-weight: bolder;
}
.text-border-right{
  border-right: 2.5px solid rgb(1, 135, 158);
}
.text-border-left{
  border-left: 2.5px solid rgb(1, 135, 158);
}
/*  FOOTER  */
footer{
    background-color: rgb(11, 63, 88);
    color: rgba(255, 255, 255,0.85);
}
footer p{
    color: rgba(255, 255, 255, 0.719);
}
footer a{
    color: inherit;
    text-decoration: none;
}
footer a:hover{
    color: rgb(255, 255, 255);
}
.footer-main{
    bottom: 0;
}
footer i{
    padding-right: 7px;
}

/*  BUTTONS  */

#btn-login
{
  border: 1.5px solid rgb(0, 119, 139);
  border-radius: 5px;
  transition: 0.5s;
}
#btn-login:hover{
  background-color: rgb(0, 119, 139);
  color: white !important;
  transition: 0.5s;
}
#btn-our-project{
  padding: 10px 15px 10px 15px;
  transition: 0.5s;
  margin-top: 15px;
  background-color: rgba(0, 23, 27, 0.4);
}
#btn-our-project:hover{
  background-color: rgb(0, 145, 170);
  border-color: rgb(0, 145, 170);
  color: aliceblue;
  transition: 0.5s;
}
#btn-join-us{
  padding: 10px 15px 10px 15px;
  transition: 0.5s;
  margin-top: 15px;
  background-color: rgba(0, 23, 27, 0.4);

}
#btn-join-us:hover{
  background-color: rgb(0, 145, 170);
  border-color: rgb(0, 145, 170);
  color: aliceblue;
  transition: 0.5s;
}
#btn-learn-more{
  padding: 10px 15px 10px 15px;
  background-color: rgb(0, 167, 117);
  border-color: rgb(0, 167, 117);
  color: aliceblue;
  transition: 0.5s;
}
#btn-learn-more:hover{
  background-color: transparent;
  color: rgb(0, 167, 117);
  border-color: rgb(0, 167, 117);
  transition: 0.5s;
}
#btn-about-more{
  padding: 10px 15px 10px 15px;
  background-color: rgb(0, 128, 145);
  border-color: rgb(0, 128, 145);
  color: aliceblue;
  transition: 0.5s;
}
#btn-about-more:hover{
  background-color: transparent;
  color: rgb(0, 138, 156);
  border-color: rgb(0, 138, 156);
  transition: 0.5s;
}
#btn-contact-us{
  background-color: rgb(0, 143, 168);
  border-color: rgb(0, 140, 165);
  transition: 0.5s;
}
#btn-contact-us:hover{
  background-color: transparent;
  color: rgb(0, 108, 122);
  border-color: rgb(3, 104, 117);
}
#btn-back{
  background-color: rgb(255, 145, 0);
  border-color: rgb(255, 145, 0);
  transition: 0.5s;
}
#btn-back:hover{
  background-color: transparent;
  color: rgb(255, 145, 0);
  border-color: rgb(255, 145, 0);
}
/*
#btn-rp{
  background-image: linear-gradient(rgba(26, 26, 26, 0.3), rgba(26, 26, 26, 0.3)), url("/images/beach.jpg");
  background-size: cover;
  opacity: 1;
  transition: 0.5s;
  border: none;
  font-size: 22px;
  letter-spacing: 1px;
}
#btn-rp:hover{
  background-image: linear-gradient(rgba(20, 31, 51, 0.75), rgba(20, 31, 51, 0.75)), url("/images/beach.jpg");
  opacity: 0.95;
  transition: 0.5s;
}
#btn-wap{
  background-image: linear-gradient(rgba(26, 26, 26, 0.75), rgba(26, 26, 26, 0.75)), url("/images/plastic0.jpg");
  background-size: cover;
  opacity: 1;
  transition: 0.5s;
  border: none;
  font-size: 22px;
  letter-spacing: 1px;
}
#btn-wap:hover{
  background-image: linear-gradient(rgba(20, 31, 51, 0.75), rgba(20, 31, 51, 0.75)), url("/images/plastic0.jpg");
  opacity: 0.95;
  transition: 0.5s;
}
*/

.btn-learn-more{
  background-color: rgb(0, 155, 167);
  color: aliceblue;
  border: 1px solid rgb(0, 155, 167);
}
.btn-learn-more:hover{
  background-color: transparent;
  color: rgb(0, 155, 167);
}


/*  ICONS  */

/* MARGIN PADDING */
.padding130 {
  padding-left: 130px;
  padding-right: 130px;
}

/*  LINKS  */
.link-style{
  color: rgb(0, 131, 148);
  text-decoration: none;
}
.link-style:hover{
  color: rgb(0, 156, 177);
}
#bpwr a{
  text-decoration: none;
  color: rgb(0, 114, 134);
}
#bpwr a:hover{
  color: rgb(0, 166, 196);
}

/* LISTS */
.project-description>ol{
  margin-top: 25px;
}
.recycle-product li::marker{
  font-weight: bolder;
  color: rgb(18, 74, 109);
}
.uol li::marker{
  font-weight: bolder;
  color: rgb(14, 109, 168);
}
.required-list li::marker{
  font-weight: bolder;
  color: rgb(18, 74, 109);
}
.costs-list li::marker{
  font-weight: bolder;
  color: rgb(42, 60, 65);
}
.project-description li{
  padding: 5px;
}

/*  NAVIGATION  */
#navbar {
  background-color: rgb(255, 255, 255);
  border-bottom: 1.5px solid rgb(8, 99, 122);
  padding: 0.5em 3em; 
  font-size: 18px;
}
#navbar a{
  color: rgb(53, 80, 87);
}
#navbar a:hover{
  color: rgb(0, 119, 139);
}
#navbar .navbar-brand{
  color: rgb(3, 55, 70);
  font-weight: 600;
}
#land-divider{
  border-right: 1px solid teal; 
  margin: 0 10px;
}

.sidebar-sticky{
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 127px;
  margin-bottom: 100px;
  margin-top: 60px;
}

.project-mini-nav{
  top: 64px;
  background-color: rgb(255, 255, 255);
  /*border-bottom: 1px solid rgba(8, 99, 122, 0.459);*/

}
.project-mini-nav a{
  text-decoration: none;
  color: rgb(37, 45, 59);
  opacity: 70%
}
.project-mini-nav a:hover{
  opacity: 100%;
}
.project-mini-nav i{
  padding-left: 5px;
}

/*** MAIN PAGE ***/

/*  HEADER */

#header{
  background-image:  linear-gradient(to right, rgba(2, 9, 17, 0.8), rgba(245, 245, 245, 0)), url("/images/turtle3.jpg");
  /*background: linear-gradient(-45deg, rgb(5, 100, 155),rgb(2, 54, 97),rgb(1, 38, 68),rgb(5, 100, 155));
	background-size: 400% 400%;
  animation: gradient 25s ease infinite;
  */
  background-position: right 0% bottom 70%;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 190px;
}
/*
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}*/
.heading-welc{
  padding-left: 50px;
}
#header p{
  color: rgb(240, 243, 245);
}
#heading-main{
  font-size: 55px;

}
#subheading-main{
  line-height: 35px;
  font-size: 38px;
}
.main-header{
  position: relative;
}
#take-action{
  color: aliceblue;
  font-weight: lighter;
  font-style: italic;
  position: absolute;
  bottom: 15px;
  letter-spacing: 2px;
}

/* Problem with plastics */
#current-rates{
  /*background-color: rgb(195, 224, 235);*/
  /*border-left: 2px solid rgb(0, 114, 134);
  border-right: 2px solid rgb(0, 114, 134);*/
  
  margin-top: 30px;
  /*font-size: 18px;*/
}
/*
#worlds-fighting{
  border-left: 2px solid rgb(0, 114, 134);
}*/

.solution{
  /*background-color: rgb(0, 132, 150);*/
  background-image: linear-gradient(to right, rgba(245, 245, 245, 0), rgba(1, 1, 1, 0.733)), url("/images/turtle.jpg");
  background-size: cover;
  background-position: 100% 70%;
  color: aliceblue;
  border-radius: 5px;
}
.solution>h1{
  padding-top: 120px;
  padding-right: 40px;

}
.solution>p{
  padding-bottom: 120px;
  padding-right: 40px;

}

/* INFOGRAPH INTRO */
.infograph-intro{
  margin-top: 45px;
  color: rgb(15, 44, 77);
}
#welc-recycle-i{
  color: rgb(12, 141, 66);
}
#welc-tsunami-i{
  color: rgb(0, 114, 134);
}
#welc-cash-i{
  color: rgb(44, 139, 0);
}
#welc-sun-i{
  color: rgb(255, 196, 0);
}
/*
.pol{
  border-left: 2px solid rgb(0, 114, 134);
  border-right: 2px solid rgb(0, 114, 134);
}*/
/*** CONTACTS PAGE ***/

.contacts-header{
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 120px;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, rgba(13, 32, 34, 0.8), rgba(66, 84, 85, 0.8)), url("/images/coast5.jpg");
  background-position: 0% 58%;
  background-size: cover; 
}
.contacts-header h1{
  padding-left: 50px;
  font-size: 55px;
  color: rgb(246, 251, 255);
}

.contact-i i{
  border-radius: 50%;
  font-size: 50px;
  background-color: rgb(203, 227, 230);
  padding: 30px 35px;
}
.contact-i .bi-envelope-fill{
  color: rgb(12, 103, 119);
}
.contact-i .bi-bank2{
  color: rgb(255, 153, 0);
}


/*
#header-contacts{
    background: linear-gradient(-45deg, rgb(57, 2, 88),rgb(27, 3, 73),rgb(97, 4, 81));
      background-size: 400% 400%;
      animation: gradient 30s ease infinite;
    background-position: center;
  }
*/

/*** PROJECTS PAGE ***/

.projects-header{
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 120px;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, rgba(13, 32, 34, 0.8), rgba(66, 84, 85, 0.8)), url("/images/coast10.jpg");
  background-position: 0% 15%;
  background-size: cover; 
}
.projects-header h1{
  padding-left: 50px;
  font-size: 55px;
  color: aliceblue;
}

.rp-header{
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 120px;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, rgba(13, 32, 34, 0.75), rgba(66, 84, 85, 0.25)), url("/images/coast11.jpg");
  background-position: 0% 20%;
  background-size: cover; 
}
.rp-header h1{
  padding-left: 50px;
  font-size: 55px;
  color: white;
}
.rp-header-b{
  text-transform: uppercase;
  padding-top: 65px;
  padding-bottom: 65px;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, rgba(12, 34, 34, 0.7), rgba(12, 34, 34, 0.7)), url("/images/coast11.jpg");
  background-position: 0% 35%;
  background-size: cover; 
}
.wap-header{
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 120px;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, rgba(31, 24, 21, 0.705), rgba(56, 51, 47, 0.144)), url("/images/plastic6.jpg");
  background-position: 0% 0%;
  background-size: cover; 
}
.wap-header h1{
  padding-left: 50px;
  font-size: 55px;
  color: white;
}
.project-button-icon{
  width:100%;
  display:block;
}

.card > img{
  filter: brightness(75%); 
  transition: 0.5s;
}
.card:hover > img{
  filter: brightness(95%);
  transition: 0.5s;

}


#p-text-label{
  background-color: rgba(255, 255, 255, 0.795);
  color: rgb(36, 36, 36);
}

.project-description > h1{
  padding-right: 20px;
}
.project-description > p{
  margin-top: 15px;
  margin-bottom: -20px;
  padding-right: 20px;
}
#recycling-project-menu:hover, #plastics-menu:hover{
  color: rgb(13, 91, 136);
}
.description-title{
  padding-top: 60px;
}

#project-costs{
  margin-left: 15px;
}
.costs-list > li {
  padding-left: 3px;
}
.total-cost{
  font-size: 18px;
}
.equipment-table th{  
  color: rgb(19, 52, 73);
}
.tr-color{
  background-color: rgba(49, 110, 134, 0.034);
}

/* RESOUCES PAGE*/

.resources-header{
    text-transform: uppercase;
    padding-top: 120px;
    padding-bottom: 120px;
    letter-spacing: 2px;
    background-image: linear-gradient(to right, rgba(13, 32, 34, 0.8), rgba(66, 84, 85, 0.8)), url("/images/coast7.jpg");
    background-position: 0% 40%;
    background-size: cover; 
}
.resources-header h1{
  padding-left: 50px;
  font-size: 55px;
  color: rgb(247, 251, 255);
}

/*ABOUT PAGE*/

.about-header{
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 120px;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.5), rgba(36, 36, 36, 0.5)), url("/images/rockbeach.jpg");
  background-position: 0% 73%;
  background-size: cover; 
}
.about-header h1{
padding-left: 50px;
font-size: 55px;
color: rgb(248, 252, 255);
}
.abt-txt a{
  color: rgb(4, 27, 31);
}
.abt-txt a:hover{
  color: rgb(0, 114, 134);
}

/* ABOUT US PAGE */
.about-us-header-2{
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 120px;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, rgba(13, 32, 34, 0.75), rgba(66, 84, 85, 0.25)), url("/images/turtle4.jpg");
  background-position: 0% 40%;
  background-size: cover;  
}
.about-us-header-2 h1{
  padding-left: 50px;
  font-size: 55px;
  color: white;
}

/* PARTNERS PAGE*/

.partners-header{
  text-transform: uppercase;
  padding-top: 120px;
  padding-bottom: 120px;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, rgba(13, 32, 34, 0.8), rgba(66, 84, 85, 0.8)), url("/images/coast12.jpg");
  background-position: 0% 90%;
  background-size: cover; 
}
.partners-header h1{
padding-left: 50px;
font-size: 55px;
color: rgb(248, 252, 255);
}

#gpml img{
  height: 150px;
}
#bv img{
  height: 110px;
}
#bv p{
  font-weight: 500;
}
#aep img{
  height: 55px;
}
#ipec img{
  height: 110px;
}
.partners img{
  opacity: 85%;
}
.partners img:hover{
  opacity: 100%;
}

.partners-2{
  color: rgb(122, 78, 34);
  line-height: 3px;
}
.partners-2 h4{
  font-size: 18px;
}
.partners-2 h6{
  font-size: 16px;
}
.partners-2 p{
  font-size: 14px;
}

/************************************************************
*************************************************************/

