.full-width-layout .no-side-menu .page-inner-content {padding: 0;}

.full-width-layout .no-side-menu .portlet-journal-content .portlet-content,
.full-width-layout.signed-out #main-content .portlet-content{
    padding: 0 !important;
}
.full-width-layout.signed-out .page-inner-content.pos-rel > div,
.full-width-layout.signed-out .page-inner-content.pos-rel {
    padding: 0;
}

.full-width-layout .portlet-journal-content .portlet-title-text{
    display:none;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.esg-particles {
    height: 80vh;
    max-height: 650px;
}
.esg-cover canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #006298;
  background-image: url('../images/esg-cover-bg.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#introSlider {
    position: absolute;
    left: 5%;
    top: 0;
    padding: 100px 5% 30px 5%;
    width: 90%;
}
.slider-content{
	color:white;
}
.esg-slider-title{
	font-size: 60px;
    margin: 0 0 14px;
}
.esg-green{
	color: #7cb63f;
}
.esg-slider-description{
    font-size: 16px;
    margin: 14px 0 33px;
    font-weight: 500;
    line-height: 1.7;
}


.slider-button a {
    display: inline-block;
    background: #7cb63f;
    transition: .5s;
    font-family: 'Inter';
    overflow: hidden;
    position: relative;
    padding: 15px 37px;
    border-radius: 5px;
    font-size: 15px;
    z-index: 22;
    color: white;
}
.slider-button a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    transition: .6s;
    z-index: -1;
    border-radius: 5px;
}
.slider-button a:hover:after {
    left: 0;
    width: 100%;
}

.slider-button a:hover {
    color: #7cb63f;
}


.single-feature-box {
    background: #09185E;
    position: relative;
    z-index: 1;
    padding: 29px 29px 29px;
    border-radius: 5px;
}


.about-section-main-title h1 {
    font-size: 36px;
    margin: 0 0 22px;
    font-weight: 600;
}

.about-esg-section {
    background: url(../images/esg-about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: white;
    margin-bottom: 35px;
}

.about-thumb {
    position: relative;
}

.about-single-icon-box{
    margin-bottom: 18px;
}

.about-icon-thumb {
    height: 61px;
    width: 61px;
    line-height: 56px;
    text-align: center;
    background: #48DCA8;
    border-radius: 100%;
    transition: .5s;
}

.about-icon-thumb picture {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 7px;
    background: #26ae0e63;
    border-radius: 50%;
}

.light-blue-border picture {
    display: inline-block;
    background: #01478f5c;
    padding: 7px;
}

.light-green-border picture {
    display: inline-block;
    background: #7cb63f9e;
    padding: 7px;
}

.light-white-border picture {
    display: inline-block;
    background: #ffffff42;
    padding: 7px;
}

.p-30 picture{
	padding:30px !important;
}
.about-icon-thumb picture img {
    vertical-align:unset
}
.about-esg-section .about-icon-thumb {
    background: transparent;
    margin-right: 35px;
}

.about-esg-section .about-content h2 {
    font-size: 20px;
    margin: 0px 0 14px;
    font-weight: 500;
}
.about-esg-section p {
   line-height:1.5;
    transition: .5s;
}


.esg-faq .reference-icon {
    display: block;
    background: white;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -51px;
    border-radius: 50%;
    margin-left: 33px;
    color: #26567a;
    text-align: center;
    line-height: 110px;
    font-size: 70px;
    transform: rotate(10deg);
}

.esg-faq .faq-title{
    background: url('../images/faq.png');
    background-position:center;
    background-size:cover;
   color:white;
   padding:150px 0;
   text-align:center;
}

.esg-faq .faq-items {
    padding:50px 10% !important;
}

.esg-faq .faq-item {
   background: white;
    margin: 10px 1.3% 0px 1.3%;
    padding: 0 20px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
		line-height: 1.7;
}

.esg-faq .faq-container {
    background: white;
}

.esg-faq h4.faq-item-question {
    border-left: 5px solid #003963;
		color: #003963;
    padding-left: 10px;
    margin-bottom: 0;
    padding: 10px;
}

.esg-faq span.question-icon {
    font-size: 200%;
    color: #003963;
    margin-right: 10px;
}
.esg-faq .faq-item-question span:not(.collapsed) i:before {
    content: "\f078";
}
.esg-faq span.answer-icon {
    position: absolute;
    font-size: 300%;
    left: 14px;
    top: 0%;
    margin-top: -10px;
    /*color: #9a9999;*/
}

.esg-faq .faq-item-answer {
    position: relative;
   border-left: 5px solid;
    padding-left: 70px;
    /*color: #9a9999;*/
    padding-top: 10px;
    padding-bottom: 10px;
}



@media (max-width: 1200px) {
    h1.esg-slider-title {
        font-size:40px;
    }

}
@media (max-width: 900px) {
     h1.esg-slider-title {
        font-size:30px;
    }
    .esg-particles{
        height:450px
    }
}

@media (max-width: 768px) {
    .hide768px{
        display:none;
    }
}