/*
  Theme Name: TDG Training Portal
  
 */

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

body {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

p {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

/* ----- header_sec------- */

.header_sec {
  width: 100%;
  background: #121922;
  padding: 17px 0;
  border-bottom: 14px solid;
  border-image: linear-gradient(45deg, rgb(16, 28, 40), rgb(54, 182, 89)) 1;
  position: relative;
  z-index: 9;
}

.header_sec_wrapper {
  width: 97%;
  margin: 0 auto;
}

.header_sec_mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_sec_mid_l {
  font-size: 12px;
  font-weight: 500;
}

.header_sec_mid_l a {
  color: #fff;
}

.phone {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  margin-right: 20px;
  border-right: 1px solid #fff;
  padding: 4px 21px 4px 32px;
  background: url(images/phone-new.png) no-repeat left center;
	background-size: 21px;
}

.email {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 4px 0 4px 30px;
  background: url(images/mail.png) no-repeat left center;
	background-size: 21px;
}

/* ----- header_sec------- */

/* ----- container_area------- */

.container_area {
  width: 100%;
}

.container_area_wrapper {
  width: 100%;
}

.container_area_mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content {
  padding-left: 10%;
  width: 100%;
}

.banner_sec {
  background: #0f1927;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 14px solid;
  border-image: linear-gradient(45deg, rgb(16, 28, 40), rgb(54, 182, 89)) 1;
	font-size: 0px;
}

.banner_sec_l {
  padding: 60px 100px;
  width: 50%;
}

.banner_sec_l_inner {
  width: 77%;
}

.banner_img {
  width: 75%;
}

.left-side {
  width: 18%;
  height: 100vh;
  background: #f4f4f4;
  float: left;
  position: sticky;
  top: 0;
  padding-top: 50px;
}

.banner_sec_l h1 {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.banner_sec_l p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.left-side-inner {
  padding: 0px 30px;
}

.section {
  height: 250px;
  background: #bbb;
  text-align: center;
  padding: 20px 0;
}
.main-section {
  width: 100%;
  margin: 0px auto;
  clear: both;
}
.main-section:before,
.main-section:after {
  content: "";
  display: table;
  clear: both;
}

.sub-menu li {
  margin-left: 50px;
  margin-bottom: 0 !important;
}

.sub-menu li a {
  color: #121a28;
  border-bottom: 1px solid #707070;
  padding: 10px 0 !important;
  width: 80%;
}

.left-side-area-inner {
  padding: 0px 30px;
}

.logo {
  margin-bottom: 50px;
}

.top_nav {
  width: 80%;
}

.no-border a {
  border: none !important;
}

.top_nav ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  list-style: none;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
}

.top_nav ul li a {
  display: flex;
  color: #121a28;
  padding: 10px 50px;
  align-items: center;
}

.top_nav ul li a img {
  margin-right: 17px;
}

.top_nav ul li a:hover {
  color: #fff;
  border-radius: 10px;
}

.sub-menu ul li a:hover {
  color: #3DAE2C;
  border-radius: 0;
}

.home_icon > a {
  background: url(images/home.svg) no-repeat 14px center #f4f4f4;
 /* height: 20px;*/
}

.home_icon > a:hover {
  background: url(images/home-white.svg) no-repeat 14px center #3dae2c;
 /* height: 20px;*/
	border-radius: 10px;
}

.address_icon > a {
  background: url(images/address.svg) no-repeat 14px center #f4f4f4;
 /* height: 20px;*/
}
.forms_icon > a {
  background: url("https://portal.mainstreamrecycling.com.au/wp-content/uploads/2024/02/form-svg2.svg") no-repeat 14px center #f4f4f4;
  
}
.forms_icon > a:hover {
  background: url("https://portal.mainstreamrecycling.com.au/wp-content/uploads/2024/02/form-svg-white.svg") no-repeat 14px center #3dae2c;
  /*height: 20px;*/
	display:block;
}
.address_icon > a:hover {
  background: url(images/address-white.svg) no-repeat 14px center #3dae2c;
  /*height: 20px;*/
	display:block;
}

.email_icon > a {
  background: url(images/mail.svg) no-repeat 14px center #f4f4f4;
  /*height: 20px;*/
}

.email_icon > a:hover {
  background: url(images/mail-white.svg) no-repeat 14px center #3dae2c;
  /*height: 20px;*/
}

.right-side {
  width: 82%;
  vertical-align: top;
  float: right;
}

.box {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.box span:nth-child(2) {
  animation-delay: -0.2s;
}

.box span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.content_sec {
  padding: 70px;
}

.box_sec_area_main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(269px, 2fr));
}

.box_sec_area {
margin: 15px;
  margin-right: 15px;
  margin-left: 15px;
border: 2px solid #f1f0f2;
border-radius: 10px;
margin-left: 0;
margin-right: 23px;
}

.box_sec_area_img {
  padding: 28px 30px;
}
.city-portal {
  margin-bottom: 26px;
}
.box_sec_area_inner {
  padding: 30px;
}

.box_sec_area_inner h3 {
  color: #111a27;
  font-size: 24px;
  font-weight: 500;
}
.padding-none {
  padding-bottom: 0;
}

.box_sec_area_inner p {
  font-size: 14px;
}

.box_sec_area_inner_btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}

.view_btn::after {
  background: url(images/arrow2.png) no-repeat right center;
  position: absolute;
  width: 35px;
  height: 14px;
  content: "";
  right: 0;
  top: 18px;
}

.view_btn {
  background: #3dae2c;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 14px 20px;
  width: 100%;
  position: relative;
  transition: 0.5s;
  font-weight: 500;
}

.view_btn:hover {
  transform: translate(5px, 0px);
}

.question_btn img {
  width: 16px;
}

.forms_sec h2 {
  padding: 12px;
  font-size: 29px;
  color: #0f1927;
  font-weight: 600;
  margin-bottom: 20px;
}

.copyright_sec {
 font-size: 14px;
  position: absolute;
  bottom: 25px;
  width: 48%;
  color: #989898;
}

.banner_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box_sec_area_img img {
  width: 80px;
}

.responsive_sec {
  display: none;
}

/* ----- container_area------- */

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

/* START TOOLTIP STYLES */

















.sub-menu {
  overflow: hidden;
  display: none;
}



.sub-menu li a:hover, .sub-menu li.current-menu-item a {
  color: #3DAE2C !important;
  border-radius: 0 !important;
}







.sub-menu {display:none}
.rmp-menu {
  padding: 0px 30px !important;
  margin-top: 21px !important;
}
.rmp-menu li {
  margin-bottom: 4px !important;
}
/*.rmp-menu > li:hover {
  background: #3dae2c;
  border-radius: 10px;
}
*/
.rmp-menu li a:hover {
  border-radius: 10px !important;
}

.rmp-submenu {
  padding-left: 65px !important;
}
.rmp-submenu li a {
  border-bottom: 1px solid #707070 !important;
  padding-left: 0 !important;
  width: 80% !important;
}
.rmp-menu li a:hover .rmp-menu-subarrow {

    color: #fff !important;

}
.logo img {
  width: 100%;
}

.top_nav ul li.menu-item-has-children::after{content: "\f347";width: 10px;
  height: 10px;font-family: 'Dashicons';position: absolute;
  right: 14px;top: 13px; color:#121a28}
.top_nav ul li.menu-item-has-children.activemenu::after{content: "\f343";}


.top_nav ul li.menu-item-has-children ul.sub-menu::after{content:none}

.current-page-parent .sub-menu,.current-menu-item .sub-menu{
	display: block;
}
.footer-menu ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.footer-menu ul li {
  display: inline-block;

  border-right: 1px solid #989898;
  padding-right: 13px;
  margin-right: 9px;
}
.footer-menu ul {
  margin-top: 14px;
}
.footer-menu ul li a {
  color: #989898;
  font-size: 14px;
}
.footer-menu ul li a:hover {
  color: #3dae2c;
}
.box_sec_area_inner_btns.blue-color {
  margin-top: 11px;
}
.view_btn.blue-btn {
  background: #111a27;
}
.footer-menu {
  margin-bottom: 13px;
}
.page-template-policy-procedure .box_sec_area_inner_btns {
  display: flex;
  width: 84%;
  justify-content: space-between;
  margin: 10px 20px 30px;
  position: absolute;
  bottom: 0;
}

.page-template-policy-procedure .box_sec_area {
  margin: 15px;
    margin-right: 15px;
    margin-left: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border: 2px solid #f1f0f2;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 23px;
  position: relative;
}
.page-template-policy-procedure .box_sec_area_inner {
  padding: 30px 20px 60px;
}
.page-template-policy-procedure  .box_sec_area_inner h3 {
  color: #111a27;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px;
}
.page-template-policy-procedure .box_sec_area_inner p {

  margin-bottom: 55px;
}




/* ----- mainstream------- */


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* ----- form_sec------- */

.form_sec {
  width: 100%;
  background: url(images/green-bg.jpg) no-repeat top center;
    background-size: auto;
  background-size: cover;
  height: 1000px;
}

.form_sec_wrapper {
  width: 1086px;
  margin: 0px auto;
}

.form_sec_mid {
  width: 100%;
  padding: 100px 0 0;
}

.form_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.form_logo img {
  width: 300px;
}

.form_inner_sec
{
  background: rgba(17, 26, 39, 0.8);
  padding: 70px 110px 30px 110px;
}

h1 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 50px;
}

.form_inner_sec2 {
  width: 100%;
}

.form_inner_sec2 form .form_inner_sec_box {
  flex: 0 0 48%;
  margin: 0;
}

.form_inner_sec_box label
{
  color: #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form_inner_sec_box input
{
  width: 90%;
  padding: 12px;
  border: none;
  color: #222;
  font-family: "Poppins", sans-serif;
}

.form_inner_sec2 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_inner_sec_box:last-child {
  flex: 0 0 28% !important;
  margin: 30px auto 0 !important;
}

.form_inner_sec_box:last-child input {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.form_inner_sec_box:last-child input {
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  background: transparent url("https://portal.mainstreamrecycling.com.au/wp-content/uploads/2025/03/arrow-1.png") no-repeat right center;
  padding: 12px 20px;
  cursor: pointer;
}

.download_button
{
  flex: 0 0 28% !important;
  margin: 30px auto 0 !important;
}

.download_button input
{
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  background: transparent url("https://portal.mainstreamrecycling.com.au/wp-content/uploads/2025/03/arrow-1.png") no-repeat right center;
  padding: 12px 20px;
  cursor: pointer;
  width: 100%;
  font-family: "Poppins", sans-serif;
}