/* Some basic padding for all wrappers */
.wrapper {
  padding: 15px 0; }

/* Reset hero wrapper padding to 0 */
#wrapper-hero { padding: 0px !important; }

/* Adding basic WordPress classes to pass the WordPress.org tests */
.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

/* Separate sticky wrapper from main content */
.wrapper#wrapper-sticky { border-bottom: 1px solid #ccc; }

/* Adding some contrast background color to footer full widget */
#wrapper-footer-full,
#wrapper-static-hero { background-color: #ccc; }

/* Necessary WP classes */
.wp-caption { font-size: inherit; }

.wp-caption-text { font-size: inherit; }

.screen-reader-text {   }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {  }

/* Post design */
.entry-footer span { padding-right: 10px; }

/* Limit featured image size to 100% */
/*
img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}*/

/* Skip to content link */
a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}

/* Reset Jumbotron default margin */
.jumbotron { margin-bottom: 0px; }

/* Dropdown translation */
.navbar-dark .navbar-nav .dropdown-menu .nav-link{
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  clear: both;
  font-weight: 300;
  color: #000 !important;
  text-align: inherit; /* For `<button>`s */
  white-space: nowrap; /* prevent links from randomly breaking onto new lines */
  background: none; /* For `<button>`s */
  border: 0; /* For `<button>`s */

  /*
  @include hover-focus {
    color: $dropdown-link-hover-color !important;
    text-decoration: none;
    background-color: $dropdown-link-hover-bg;
  }

  &.active,
  &:active {
    color: $dropdown-link-active-color !important;
    text-decoration: none;
    background-color: $dropdown-link-active-bg;
  }

  &.disabled,
  &:disabled {
    color: $dropdown-link-disabled-color !important;
    background-color: transparent;
    // Remove CSS gradients if they're enabled
    @if $enable-gradients {
      background-image: none;
    }
  }
  */
}

.navbar-light {
  background-color: #fff;
}
.navbar-light .navbar-brand a {
     color: #000;

    /*@include hover-focus {
      color: $navbar-light-active-color;
    }*/
}

.navbar-dark .navbar-brand a {
    color: #fff;

    /*@include hover-focus {
      color: $navbar-dark-active-color;
    }*/
}

.navbar h1 { font-weight: 300; }

/* custom CSS */
.grecaptcha-badge { visibility: hidden; display: none; }

a,
a:link,
a:hover,
a:visited {
  color:#01888B;
  z-index: 1;
  position:relative;
}
p {
  z-index: 1;
  position:relative;
}
body {
  font-family: Montserrat, sans-serif;
  font-weight:300;
  font-size:16px;
  color: #000;
  line-height:1.4;
}
h1, h2, h3, h4, h5, h6 {
  text-transform:uppercase;
  font-weight:300;
}
h1, .h1 {
  font-size: 57px;
  line-height: 1.4;
  font-weight:200;
  color:#ffffff;
}
h2 {
  font-size: 36px;
  color: #212b53;
  font-weight:200;
  margin-bottom: 2.5rem;
}
h2.colored, h1.coloured {
  line-height: 1.4;
  font-weight:200;
  color:#ffffff;
}
h3, h3 a:link, h3 a:visited {
  color: #212b53;
  font-weight:300;
  margin-bottom: 1.2rem;
  font-size:22px;
}
#cleaninnovations h3 {
  color: #01888b;
}
h4, #postcontent h3 {
  color: #01888b;
  font-weight:600;
  text-transform: none;
  font-size:16px;
  margin-bottom: 1.1rem;
}
strong, b {
  font-weight:600;
}
main ol, main ul {
  margin-left: -20px;
}
main ul li {
  margin-bottom:0.5rem;
}
main ol li {
  margin-bottom:1rem;
}
#page {
  overflow: hidden;
}
/* Navbar */
.navbar-brand img {
  width:122.5px;
}
.navbar-toggler {
  border: none!important;
  color: #c4a370!important;
  font-size: 1.5rem !important;
}
.navbar-toggler:hover {
	background-color: transparent!important;
}
.navbar-toggler:focus {
  outline:none;
}
.navbar {
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  box-shadow: none;
}
.navbar.trans {
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.20);
}
#main-menu .nav-item a {
  text-transform:uppercase;
  font-family:"Open Sans", sans-serif;
  font-size:12px;
  font-weight:300;
  color:#000;
}
#main-menu .active.nav-item ul .nav-item a {
  color:#000;
  border:0px;
}
#main-menu .active.nav-item a {
  color: #c4a370;
  border-bottom: 1px solid #c4a370;
}
#main-menu .nav-item ul .nav-item a:active {
  background-color: #f1f1f1;
}
#main-menu .active.nav-item ul .active.nav-item a {
  color: #c4a370;
}
#main-menu .nav-link {
  padding: 0px;
  margin-right: 1rem;
  margin-left: 1rem;
}
#main-menu .nav-link:hover {
  color: #c4a370;
  border-bottom: 1px solid #c4a370;
}

/* Elementor */
.elementor-page header {
  height: 0px;
  min-height: 0px;
}
.elementor-page #page-wrapper .container {
    max-width: 100%;
    padding:0px;
    margin:0px;
}
.elementor-page #page-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}
.elementor-page #primary,
.elementor-page #page-wrapper {
  padding:0px;
  margin:0px;
}
.elementor-page #page-wrapper main ul li::before {
	background:none;
}
.elementor-page #page-wrapper main ul.list-logo li:before {
	background: url('https://www.providences.com.au/wp-content/themes/understrap-child/img/providences-bullet@2x.png') no-repeat;
	margin-bottom: 0rem;
	background-size: 50% auto;
}
.elementor-page #page-wrapper main ul.list-logo-blue li:before {
	background: url('https://providences.com.au/wp-content/uploads/2020/05/list-icon.png') no-repeat;
	margin-bottom: 0rem;
}
.headerbg-lg .elementor-background-overlay,
.sectionbg-lg .elementor-background-overlay,
.headerbg-lg .home-video {
    width: 73.7vw !important;
}
.headerbg-lg .home-video {
	top: 0;
	left: 0;
	position: absolute;
}
.home-video video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
.home-video .elementor-container,
.home-video .elementor-widget-container {
	height:100%;
}

.headerbg-lg {
    height:86vh;
}
.sectionbg-lg {
    min-height:535px;
	
}
/* innovations page */
.grey-left {
	background: linear-gradient(90deg, #f1f1f1,#f1f1f1 30%, #fff 50%, #fff);
} 
.grey-right {
	background: linear-gradient(90deg, #fff,#fff 30%, #f1f1f1 50%, #f1f1f1);
} 
/*investments page*/
.investments-accordion .elementor-accordion-title {
	padding-right:200px;
}
.investments-accordion .elementor-accordion-title .accordion-summary {
	display:block;
	background-color:#f0f0f0;
	color: #222b54;
	font-size: 20px;
	line-height:1.2;
	font-weight: 300;
	text-transform: none;
	padding: 35px 30px 40px 30px;
	margin: 25px -30px -60px -30px;
}
.investments-accordion .elementor-accordion-title .accordion-summary-inner {
	padding-right: 280px;
}
.investments-accordion .elementor-accordion-item {
	margin-top:60px;
}
.investments-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-title {
	background-color:#222b54!important;
}
.investments-btn .elementor-button {
    width:230px!important;
}
.investments-accordion .investments-accordion-nested .elementor-accordion-title {
	padding-right:0px;
}
.investments-accordion .investments-accordion-nested .elementor-accordion-item {
	margin-top:0px;
	border-bottom:1px solid #01888B!important;
}
.investments-accordion .investments-accordion-nested .elementor-accordion-item:nth-child(2) .elementor-tab-title {
	background-color:transparent!important;
}
.investments-accordion .accordion-btn {
	font-size: 18px !important;
	color: #fff !important;
	font-weight: 400;
	background-color: #01888b !important;
	padding: 15px 20px !important;
	border-radius: 50px !important;
	width: 230px;
	text-transform: none;
	float: right;
	margin-top: -60px;
}
.investments-accordion .accordion-btn::before {
	content:"Learn more";
}
.investments-accordion .accordion-btn::after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:16px;
	margin-left:10px;
}
.investments-accordion .elementor-active .accordion-btn::before {
	content:"Hide";
}
.investments-accordion .elementor-active .accordion-btn::after {
	content: "\f0d8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:16px;
	margin-left:10px;
}
.investments-accordion .elementor-accordion-icon.elementor-accordion-icon-right {
	display:none!important;
}
.investments-accordion .investments-accordion-nested .elementor-accordion-icon.elementor-accordion-icon-right {
	display:inline-block!important;
}
/*
.investments-accordion .elementor-accordion-icon-opened::before {
	content:"Hide";
	color:#fff;
	font-weight: 400;
	right: 85px;
	position: relative;
}
.investments-accordion .elementor-accordion-icon-opened i {
	position: absolute;
	right: 85px;
}
.investments-accordion .elementor-accordion-icon-closed::before {
	content:"Learn more";
	font-size: 18px;
	color:#fff;
	font-weight: 400;
	right: 55px;
	position: relative;
}
.investments-accordion .elementor-accordion-icon-closed i {
	position: absolute;
	right: 55px;
}
.investments-accordion .elementor-accordion-icon-closed,
.investments-accordion .elementor-accordion-icon-opened {
	background-color: #01888b;
	padding: 20px;
	border-radius: 50px;
	width: 230px;
	margin-left: -200px;
	margin-top: 25px;
	z-index: 2;
	position: relative;
}

.investments-accordion .elementor-accordion-icon-right {
	width: 230px;
}

.investments-accordion .investments-accordion-nested .elementor-accordion-icon-opened::before {
	display:none;
}
.investments-accordion .investments-accordion-nested .elementor-accordion-icon-opened i {
	position: relative;
	right: 0px;
}
.investments-accordion .investments-accordion-nested .elementor-accordion-icon-closed::before {
	display:none;
}
.investments-accordion .investments-accordion-nested .elementor-accordion-icon-closed i {
	position: relative;
	right: 0px;
}
.investments-accordion .investments-accordion-nested .elementor-accordion-icon-closed,
.investments-accordion .investments-accordion-nested .elementor-accordion-icon-opened {
	background-color: transparent;
	padding: 0px;
	width: auto;
	margin: 0px;
}*/
/* team page */
.team-grid .elementor-button {
	color: #fff!important;
	border-color: #c4a370!important;
	background-color: #c4a370!important;
	margin-bottom: -10px !important;
	display:none;
}
.team-grid .elementor-flip-box__front .elementor-flip-box__layer__description {
	margin-bottom: -15px !important;
	text-align: right;
	margin-right: -20px;
}
.team-grid .elementor-flip-box__layer {
	-webkit-transition: all .6s ease-in-out!important;
	-o-transition: all .6s ease-in-out!important;
	transition: all .2s ease-in-out!important;
}

/* Bootstrap styles */

.jumbotron {
  background-color: transparent;
}
.btn {
  border-radius:50px;
  padding: 0rem .75rem;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  background-color: #01888B;
  border-color: #01888B;
  color:#ffffff!important;
}
.btn-outline-primary,
.btn-secondary {
  border-color: #01888B;
  color: #01888B;
  background-color: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  border-color: #01888B!important;
  background-color: #01888B!important;
  color:#ffffff!important;
}
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-secondary:focus,
.btn-secondary:active {
  box-shadow: 0 0 0 .2rem rgba(1, 136, 139, 0.5)!important;
}
.h-0 {
  height: 0px;
}

/* custom styles */
#cleaninnovations ul,
main ul {
  padding: 5px;
}
.list-logo li::before,
#cleaninnovations li::before,
main ul li::before {
    background: url('https://www.providences.com.au/wp-content/themes/understrap-child/img/providences-bullet@2x.png') no-repeat;
    content: "";
    width: 40px;
    height: 44px;
    position: absolute;
    left: -30px;
    top: 13px;
    background-size: 40% auto;
}
.list-logo li,
#cleaninnovations li,
main ul li {
    position: relative;
    margin-left: 45px;
    padding: 10px 0;
    list-style:none;
}
.readmore-arrow {
  padding-right:150px;
}
.readmore-arrow::after {
    background: url('/wp-content/themes/understrap-child/img/readmore-arrow.png') no-repeat;
    background-position: right;
    padding-left: 150px;
}
.text-navy {
  color: #212b53;
}
.text-gold {
  color: #c4a370;
}
.text-teal {
  color: #01888b;
}
.text-big,
.imagebg-left p {
  font-size: 36px;
  line-height: 1.1;
}
.bg-gray {
  background-color: #f1f1f1;
}
.logobg {
  width: 795px;
}
blockquote {
  color:#01888b;
  font-weight: 600;
}
.nowrap-title {
  white-space:nowrap;
}
h1.light-teal span,
h2.light-teal span,
.light-teal h1 span,
.light-teal h2 span {
  box-shadow: -7px 0 0 5px #63c0c4, 7px 0 0 5px #63c0c4;
  background-color: #63c0c4;
  box-decoration-break: clone;
  line-height: 1.6;
}
h1.med-teal span,
h2.med-teal span,
.med-teal h1 span,
.med-teal h2 span {
  box-shadow: -7px 0 0 5px #629ea1, 7px 0 0 5px #629ea1;
  background-color: #629ea1;
  box-decoration-break: clone;
  line-height: 1.6;
}
h1.gold span,
h2.gold span,
.gold h1 span,
.gold h2 span {
  box-shadow: -7px 0 0 5px #c4a370, 7px 0 0 5px #c4a370;
  background-color: #c4a370;
  box-decoration-break: clone;
  line-height: 1.6;
}
h1.dark-teal span,
h2.dark-teal span,
.dark-teal h1 span,
.dark-teal h2 span {
  box-shadow: -7px 0 0 5px #01888b, 7px 0 0 5px #01888b;
  background-color: #01888b;
  box-decoration-break: clone;
  line-height: 1.6;
}
h1.navy span,
h2.navy span,
.navy h1 span,
.navy h2 span,
header h1 span {
  box-shadow: -7px 0 0 5px #212b53, 7px 0 0 5px #212b53;
  background-color: #212b53;
  box-decoration-break: clone;
  line-height: 1.6;
}
/* Home bands */
header {
  position: relative;
  min-height: 25rem;
  width: 100%;
  height:86vh;
  overflow: hidden;
}
div.imagebg-left {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top:5rem;
  margin-bottom:5rem;
  padding-bottom:5rem;
}
header video,
header img.imagebg {
  position: absolute;
  top: 50%;
  left: 30%;
  width: auto;
  height: 100%;
  z-index: 0;
  -ms-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}
div.imagebg-left div.imagebg {
  position: absolute;
  top: 50px;
  right: 15%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size:cover;
  background-position: center;
  z-index: -999;
}
header .container,
div.imagebg-left .container {
  position: relative;
  z-index: 2;
}
header p {
  width: 24%;
}
header .overlay,
div.imagebg-left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.00;
  z-index: 1;
}
.imagebg-left h1,
.imagebg-left h2 {
  margin-bottom: 3rem;
}
.imagebg-left p {
  color:#ffffff;
}
#home-band2 {
  margin-top: 4rem;
}
#home-band2 .world,
#about #band2 .world {
  width:357px;
  margin-right:50px;
  z-index: 1;
}
#home-band2 .logobg {
  margin-top: -400px;
  margin-bottom: -500px;
  margin-left: -220px;
}
#home-band3 .world,
#about #band4 .world {
  width:441px;
  z-index: 1;
}
#home-band3 .logobg {
  margin-bottom: -1040px;
  margin-left:-50px;
  margin-right:-300px;
}
#home-band4 {
  color:#ffff;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  background-size: 90% auto;
  margin-top:7rem;
  margin-bottom:4rem;
}
#home-band4 h2 {
    font-size: 57px;
    line-height: 1.4;
    color:#ffffff;
    margin-top:-100px;
    margin-bottom: 5rem;
}
#home-band4 p {
  font-size: 36px;
  line-height: 1.1;
  padding-bottom:50px;
}
#home-band5 .world,
#about #band5 .world {
  width:445px;
  margin-right:50px;
  position: relative;
  z-index: 1;
}
#home-band5 .logobg {
  margin-top: 50px;
  margin-bottom: -1200px;
  margin-left: -220px;
}
#home-band7 {
  background: linear-gradient(90deg, #fff,#fff 30%, #f1f1f1 50%, #f1f1f1);
}
#home-band7 h2 {
  margin-left: -235px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
#home-band7 .logobg {
  margin-bottom: -800px;
  margin-top: -750px;
  margin-left: -450px;
}
#about #home-band7 .logobg {
  margin-bottom: -800px;
  margin-top: -950px;
  margin-left: -450px;
}
#home-newsupdates {
  margin-top:8rem;
  margin-bottom:5rem;
}
#home-newsupdates .logobg {
  margin-bottom: -1800px;
  margin-left: 750px;
  margin-top: -400px;
}
/* contact */
#contact-band2 {
  font-size: 24px;
}
#contact-band2 .list-logo li::before {
  width: 40px;
  left: -40px;
  top: 15px;
  background-size: 60% auto;
}
#contact-band2 .logobg {
  width: 800px;
  margin-left: -500px;
  margin-top: -1300px;
  margin-bottom: -800px;
}
#contact-band3 .form {
  background-color: #f1f1f1;
  color: #212b53;
}
#contact-band3.container-fluid,
#partners-band3,
#cleaninnovations-band2,
#postcontent {
  background: linear-gradient(90deg, #f1f1f1,#f1f1f1 30%, #fff 50%, #fff);
}

#contact-band3 h2 {
  margin-top: -45px;
  margin-bottom: 3rem;
}
#contact-band3 i {
  background-color: #212b53;
  padding:7px;
  color:#f1f1f1;
  border-radius: 2rem;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right:10px;
}
#contact-band3 .logobg {
  margin-bottom: -800px;
  margin-top: -1000px;
  margin-left: -290px;
}
#partners-band2 {
  margin-top: 7rem;
}
#partners-band2 .logobg {
  margin-bottom: -800px;
  margin-top: -1650px;
  margin-left: -650px;
}
#partners-band2 .logo {
  max-width:200px;
  width:100%;
}
#partners-band3 .logobg {
  margin-bottom: -800px;
  margin-left: 600px;
  margin-top: -800px;
}
#partners-band3.partners-band4 .logobg {
  margin-bottom: -800px;
  margin-left: -600px;
  margin-top: -900px;
  z-index: 0;
  position: relative;
}
#partners-band3.partners-band4 {
  background: linear-gradient(90deg, #ffffff,#ffffff 30%, #f1f1f1 50%, #f1f1f1);
  margin-top: 20rem;
}
#partners-band3.partners-band4 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#partners-band3.partners-band4 .embed-container iframe,
#partners-band3.partners-band4 .embed-container object,
#partners-band3.partners-band4 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#partners-band3 .logobg.logobg2 {
  margin-left: -250px;
  margin-top: -1200px;
}
#partners-band3 .text,
#cleaninnovations-band2 .text {
  background-color: #f1f1f1;
}
#partners-band3 img.icon {
  width:75px;
}
#partners-band3 h2 {
  margin-top: -50px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
#about #band7 {
  margin-top: 9rem;
}
#about #band7 .logobg {
  margin-bottom: -1400px;
  margin-left: 600px;
  margin-top: -400px;
}
#about #home-band7 .logobg {
  margin-bottom: -800px;
  margin-top: -950px;
  margin-left: -450px;
}
#cleaninnovations header {
  height:auto;
  margin-top:6rem;
  margin-bottom:6rem;
  min-height: 200px;
}
#cleaninnovations header .logo {
  width: 100%;
  max-width:288px;
  padding-bottom:2rem;
}
#cleaninnovations header p {
  width: 100%;
  max-width: 550px;
}
#cleaninnovations .content img {
  max-width: 100%;
  height:auto;
  margin-bottom:1.5rem;
  padding-right: 1.5rem;
}
#cleaninnovations .content video,
#cleaninnovations .content iframe {
  max-width: 100%;
  margin-bottom:1.5rem;
}
#cleaninnovations-band2 .logobg,
#postcontent .logobg {
  margin-bottom: -800px;
  margin-left: 600px;
  margin-top: -1100px;
}
#about #band2 .logobg {
  margin-bottom: -400px;
  margin-left: -400px;
  margin-top: -400px;
}
#about #band4 .logobg {
  margin-bottom: -800px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1000px;
}
#about #band5 {
  margin-bottom:5rem;
}
#about #band5 .logobg {
  margin-top: -400px;
  margin-bottom: -1200px;
  margin-left: -220px;
}
.newsframe {
  position: relative;
}
.newsframe::before,
.staff-flip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-sizing: border-box;
  background-color:#f1f1f1;
  transform: translate(-25px, -25px);
}
.newsframe {
  margin-bottom:1rem;
}
/* Team page */


.blog h3 {

}
.entry-meta {
  color: #ccc;
}
.post header .understrap-read-more-link {
  display:none;
}
#postcontent {
  margin-top: 4rem;
}
.blog-image {
width: 90%;
margin-bottom: 20px;
margin-left: -10px;
height: auto;
margin-top: 20px;
}
.single-post h1 {
	font-size:46px;
	width:100%;
}
/* contactform7 */
.wpcf7-form-control-wrap input.wpcf7-form-control,
.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  width:100%!important;
  color: #c4a370;
  font-weight:200;
  border-radius: 0px;
  border-color: #f1f1f1;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #01888b;
	color: #01888b;
	font-weight: bold;
}
.form-group {
  margin-bottom: 1.5rem!important;
}
.wpcf7 {
  margin: 0 auto !important;
  position: relative;
  z-index: 999;
}
.wpcf7-not-valid-tip {
  color: #721c24!important;
  padding: .75rem 1.25rem!important;
}
.wpcf7-validation-errors {
  color: #721c24;
  border: 1px solid #f5c6cb!important;
  background-color:#f8d7da;
  border-radius: .25rem;
  padding: .75rem 1.25rem!important;
}
.form-control::placeholder {
  color: #c4a370;
  font-weight:200;
}
/* footer */
#wrapper-footer {
  background-color:#fafafa;
  text-transform:uppercase;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family:"Open Sans", sans-serif;
  font-size:12px;
  z-index: 1;
  position: relative;
}
#wrapper-footer h5 {
  border-bottom:2px solid #c4a370;
  margin-bottom: 0.6rem;
  padding-bottom: 0.5rem;
}
.copyright {
  color: #ccc;
  text-transform: capitalize;
  padding-top:2rem;
}
#footer-menu .nav-item a {
  text-transform:capitalize;
}
.menu-footer-menu-container {
  margin-bottom:1rem;
}
#footer-menu .nav-item a {
  font-family:"Open Sans", sans-serif;
  font-size:12px;
  font-weight:300;
  color:#000;
}
#footer-menu .active.nav-item a {
  color: #c4a370;
}
#footer-menu .nav-link {
  padding: 0px;
  margin-right: 2rem;
  margin-left: 0rem;
}
#footer-menu .nav-link:hover {
  color: #c4a370;
}
#wrapper-footer .footer-logo {
  width:200px;
  float:right;
  margin-right:40px;
  margin-top: 20px;
}
#wrapper-footer .footer-logo img {
  width:200px;
}

/* media */
@media only screen and (min-width: 1450px) {
  header video, header img.imagebg {
    left: 35%;
  }

}
@media only screen and (min-width: 767.98px) {
  .container {
    max-width: 1200px;
  }

}
@media only screen and (max-width: 1200px) {
  #home-band6 .text {
    padding-top: 360px;
    margin-top: -360px;
  }
}

@media only screen and (min-width: 991.98px) {
  .team-grid .elementor-row,
  .icon-grid .elementor-row,
  .community-solar-grid .elementor-row {
    flex-wrap: wrap!important;
  }
  .team-grid .elementor-column,
  .icon-grid .elementor-column {
    width: 50%!important;
	 display: inline-block;
  }
  .team-grid .elementor-flip-box {
    height: 420px!important;
  }
	.about-logos .elementor-column-gap-wide {
		padding-right: 35px;
	}
	.about-logos-text .elementor-column-gap-wide {
		padding-left: 35px;
	}
	.community-solar-grid .elementor-column {
		width: 33%!important;
	}
	
}
@media only screen and (min-width: 1160px) {
  .team-grid .elementor-flip-box {
    height: 350px!important;
  }
	.team-grid .elementor-column,
  .icon-grid .elementor-column {
    width: 33%!important;
  }
}
/* tablet */
@media only screen and (max-width: 991.98px) {
  #main-menu .active.nav-item a {
    border-bottom: 0px solid #c4a370;
  }
  #main-menu .nav-link:hover {
    border-bottom: 0px solid #c4a370;
  }
  #main-menu .nav-link {
    margin: 7px 5px;
  }
  #footer-menu .nav-link {
    margin-bottom: 7px;
  }
  .dropdown-menu {
    border:0px;
    padding:0px;
  }
  h1, .h1 {
    font-size: 48px;
  }
  .home h1 {
    font-size: 49px;
  }
  .world {
    width:80%!important;
  }
  .text-big,
  .imagebg-left p {
    font-size: 28px;
    line-height: 1.2;
  }
  #home-band2 .logobg {
    margin-top: -600px;
    margin-left: -300px;
  }
  #home-band3 .logobg {
    margin-bottom: -640px;
  }
  #home-band4 h2 {
    font-size: 48px;
    margin-bottom:3rem;
  }
  #home-band4 {
    background-size: cover;
    background-position: center;
  }
  #home-band5 .logobg {
    margin-bottom: -700px;
  }
  #home-band7 h2 {
    margin-left: -160px;
  }
  #home-newsupdates .logobg {
    margin-bottom: -1600px;
    margin-left: 350px;
    margin-top: -400px;
  }
  .logobg {
    width:600px!important;
  }
  #contact-band2 .logobg {
    margin-left: -300px;
    margin-top: -1000px;
  }
  #contact-band2 {
    /*font-size: 30px;*/
  }
  #contact-band3 .logobg {
    margin-top: -1350px;
    margin-left: 250px;
  }
  #partners-band2 .logobg {
    margin-top: -1500px;
    margin-left: -550px;
  }
  #partners-band3 .logobg {
    margin-left: 400px;
  }
  #partners-band3.partners-band4 {
    margin-top: 12rem;
  }
  #partners-band3.partners-band4 .logobg {
    margin-bottom: -800px;
    margin-left: -450px;
    margin-top: -1000px;
  }
  #cleaninnovations-band2 .logobg,
  #postcontent .logobg {
    margin-left: 400px;
    margin-top: -700px;
  }
  #about #band5 {
    margin-bottom: 3.5rem;
  }
  #about #band5 .logobg {
    margin-bottom: -1000px;
  }
  #about #band7 .logobg {
    margin-bottom: -1600px;
    margin-left: 350px;
    margin-top: -400px;
  }
  #about #band7 {
    margin-top: 8rem;
  }
	/*
	 .investments-accordion .elementor-accordion-icon-closed, .investments-accordion .elementor-accordion-icon-opened {
		margin-top: 50px;
	}*/

}

@media only screen and (min-width: 767.99px) {
	.about-logos .elementor-column-gap-wide {
		padding-right: 20px;
	}
	.about-logos-text .elementor-column-gap-wide {
		padding-left: 20px;
	}
}
/* mobile */
@media only screen and (max-width: 767.98px) {
  h1, .h1 {
    font-size: 39px;
    width: 85%;
  }
  .home h1 {
    font-size: 49px;
  }
  h2 {
    font-size: 31px;
    margin-bottom: 1.5rem;
    width: 95%;
  }
  h3 {
    margin-bottom: 1rem;
    font-size:20px;
  }
  .nowrap-title {
    white-space:normal;
  }
  .text-big,
  .imagebg-left p {
    font-size: 21px;
    line-height: 1.3;
  }
  /*
  header {
    background: url('/wp-content/uploads/2019/03/home-band1-wind-turbines-100.jpg') transparent no-repeat center center scroll;
  }
  header video {
    display: none;
  }*/
  .logobg {
    width:400px!important;
  }
  header {
    height: calc(100vh - 50px);
  }
  header video, header img.imagebg {
    left:50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  div.imagebg-left {
    padding-bottom: 4rem;
  }
  div.imagebg-left div.imagebg {
    top: 30px;
    right: 0px;
  }
  div.imagebg-left p {
    background-color: rgba(33, 43, 83, 0.7);
    padding: 20px;
  }
  #home-band1 {
    background-repeat: no-repeat;
    background-position-x: left 70px;
    background-size: auto 100%;
    background-position-y: center;
    height: 100vh;
  }
  /*
  #home-band1-text .text {
    background-color:#f1f1f1;
    font-size: 22px;
    line-height: 1.3;
  }*/

  #home-band1-text .logobg {
    margin-top: -450px;
    margin-left: -150px;
    width: 400px;
    margin-bottom: -460px;
  }
  .world {
    width:90%!important;
    margin-right:0px;
  }
  #home-band2 .logobg {
    margin-top: -300px;
  }
  #home-band2 .logobg2 {
    margin-bottom: -1520px;
    margin-left: 50px;
  }
  #home-band2 {
    margin-top: 1rem;
  }
  #home-band3 .logobg {
    margin-bottom: -650px;
    margin-top: -500px;
    margin-left: 70px;
    margin-right: 0px;
  }
  #home-band4 h2 {
    font-size: 39px;
    margin-top: -80px;
  }
  #home-band4 .text {
    background-color: rgba(33, 43, 83, 0.7);
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
  #home-band4 p {
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 0px;
  }
  #home-band5 .logobg {
    margin-bottom: -700px;
    margin-top: -650px;
    margin-left: 30px;
  }
  #home-band7 h2 {
    margin-left: 15px;
    margin-top: -30px;
  }
  #home-band7 .logobg {
    margin-bottom: -400px;
    margin-top: -300px;
    margin-left: -200px;
  }
  #home-newsupdates h2 {
    margin-left: 10px;
  }
  #home-newsupdates .logobg {
    margin-bottom: -600px;
    margin-left: 100px;
  }
  /* contact  mobile */
  #contact-band2 {
    /*font-size: 27px;*/
  }
  #contact-band2 .logobg {
    margin-left: -150px;
    margin-top: -1050px;
  }
  #contact-band3 .logobg {
    margin-top: -900px;
    margin-left: 30px;
  }
  #contact-band3 h2 {
    margin-top: -30px;
  }
  #partners-band3 h2 {
    margin-top: -30px;
  }
  #partners-band3 .logobg {
    margin-left: 100px;
  }
  #partners-band3 .logobg.logobg2 {
    margin-left: 50px;
    margin-top: -600px;
  }
  #partners-band3.partners-band4 {
    margin-top:8rem;
  }
  #partners-band3.partners-band4 .logobg {
    margin-bottom: -800px;
    margin-left: -250px;
    margin-top: -1100px;
  }
  #partners-band2 {
    margin-top: 3rem;
  }
  #partners-band2 .logobg {
    margin-top: -1250px;
    margin-left: -250px;
  }
  #cleaninnovations-band2 .logobg,
  #postcontent .logobg {
    margin-left: 100px;
    margin-top: -1000px;
  }
  #about #band2 .logobg {
    margin-left: -300px;
    margin-top: -180px;
  }
  #about #band4 .logobg {
    margin-left: 50px;
    margin-top: -800px;
  }
  #about #band5 .logobg {
    margin-top: -400px;
    margin-left: -170px;
    margin-bottom: -800px;
  }
  #about #band5 {
    margin-bottom: 2rem;
  }
  #about #band7 .logobg {
    margin-bottom: -600px;
    margin-left: 100px;
  }
  #about #home-band7 h2 {
    margin-top: -50px;
  }
  #about #band7 {
    margin-top: 7rem;
  }
  #about #home-band7 .logobg {
    margin-bottom: -800px;
    margin-top: -650px;
    margin-left: -200px;
  }
  #postcontent {
    margin-top: 0rem;
    background:none;
  }
  #postcontent .bg-gray {
    background-color:#ffffff;
  }
  .newsframe::before {
    transform: translate(-15px, -25px);
  }
	.blog-image {
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
	margin-top: 0px;
	}
	.single-post .header .container {
		width:100%;
		padding:0px;
	}
	.single-post h1 {
    font-size: 25px;
	}
	.single-post h1.coloured {
    line-height:1.8;
	}
  #wrapper-footer .footer-logo {
    width: 200px;
    float: none;
    margin-right: 0px;
    margin-top: 15px;
  }
  .copyright {
    padding-top:1rem;
  }
	.headerbg-lg-mobile {
		height:calc(100vh - 50px);
	}
	.sectionbg-lg-mobile {
		min-height: 280px!important;  
	}
	.investments-accordion .elementor-accordion-title {
    	padding-right: 0px;
	}
	.investments-accordion .elementor-accordion-title .accordion-summary {
		/*padding: 30px 25px 40px 25px;
		margin: 25px -20px -20px -20px;*/
		padding: 15px 23px 25px 23px;
		margin: 25px -20px -20px -20px;
		font-size: 18px;
		line-height: 1.3;
	}
	.investments-accordion .elementor-accordion-title .accordion-summary-inner {
		padding-right: 0px;
		margin-top: 15px;
	}
	.investments-accordion .accordion-btn {
		font-size: 16px !important;
		padding: 5px 10px !important;
		width: 150px;
		margin-top: -35px;
	}
	
	/*
	.investments-accordion .elementor-accordion-icon-closed, .investments-accordion .elementor-accordion-icon-opened {
		bottom: -110px;
		margin-top:0px;
	}*/
	
	.team-grid .elementor-button {
		display:inline-block;
	}
	.team-grid .elementor-flip-box {
    	height: 350px!important;
  	}
}
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
