
@font-face {
    font-family:BreuerTextBold;
    src:url(../fonts/BreuerTextBold.otf);
}
@font-face {
    font-family:BreuerTextMedium;
    src:url(../fonts/BreuerTextMedium.otf);
}
@font-face {
    font-family:BreuerTextRegular;
    src:url(../fonts/BreuerTextRegular.otf);
}

.txt-white p{
    color:#fff;
}
.acooimg img {
  width: 70px;
}
/* Preloader */
.ourvluimg img {
  width: 72px;
  height: 72px;
}
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#status {
  position: absolute;
  left: 47%;
  top: 50%;
  margin: auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
  animation-name: loader;
  -webkit-animation-name: loader;
  -moz-animation-name: loader; }
  #status:before, #status:after {
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out; }
  #status:before, #status:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }
#preloader svg {
  display: flex;
  align-items: center;
  height: 100vh;
}
#preloader svg {
  display: block;
  margin: 0px auto;
  width: 100%;
}
.loader-size-f {
  width: 320px;
  display: block;
  margin: 0px auto;
}
@keyframes loader {
  from {
    transform: scale(0);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0.5; } }
@-ms-keyframes loader {
  from {
    -ms-transform: scale(0);
    opacity: 1; }
  to {
    -ms-transform: scale(1);
    opacity: 0.5; } }
@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5; } }
@-moz-keyframes loader {
  from {
    -moz-transform: scale(0);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0.5; } 
    
}
body
{
    padding:0;
    margin:0;
    font-family:BreuerTextRegular;
}

h1,h2,h2,h3,h4,h5,h6,p
{
    margin: 0px;
    padding:0px;
    font-family:BreuerTextRegular;
}
p{
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}
a
{
    text-decoration: none;
    font-family:BreuerTextRegular;
}
a:hover
{
    text-decoration: none;
}
/* Menu Start */
header {
    display: block;
    margin: auto;
    z-index: 999;
    width: 100%;
    height:80px;
    position:absolute;
    top:0;
}
.homePage  header {
    display: block;
    margin: auto;
    z-index: 999;
    width: 100%;
    height:80px;
    position:fixed;
    top:0;
}
header .container {
  background: transparent;
  padding: 0px;
}

    .logo
    {
        float: left;
        margin-top: 12px;
        padding-left:20px;
    }
    .logo span {
        padding-left: 10px;
        vertical-align: bottom;
        font-size: 16px;
    }
    header .navbar-inverse {
        background-color: transparent;
        border: none;
    }
    .ham-icon {
        display: block;
        cursor: pointer;
        margin-top:25px;
        margin-right: 15px;
        float: right;
    }
      .arrow-down {
        animation-name: scroll;
        animation-duration: 2.2s;
        animation-timing-function: cubic-bezier(.15,.41,.69,.94);
        animation-iteration-count: infinite;
        float: right;
    }
    @keyframes scroll {
        0% { opacity: 0; }
        10% { transform: translateY(0); opacity: 1; }
        100% { transform: translateY(15px); opacity: 0;}
    }

/***footer**/

.footer {
    background-color: #cfdd3c;
    margin-top: 0;
    padding: 30px 0px 0px 0px;
    margin-top:50px;
}

.footer p
{
    font-size: 14px;
    font-family:BreuerTextRegular;
    color: #333;
    text-align: center;
}
.homePage .footer-top-link {
  padding: 80px 0px 104px 0px;
}
.footer-btm {
  background-color: #000;
  padding: 15px 0px 10px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.footer-btm p {
    color: #fff;
    float: left;
    font-size: 14px;
}
.footer-btm p:last-child {
    float: right;
}
.footer-btm p a
{
   color: #fff;  
}
/******footerend***********/

/******************homepage css***************/

.arrowSection {
  position: relative;
  z-index: 9;
  bottom: 50px;
  right: 0;
  left: 0px;
  margin: 0px auto;
  text-align: center;
}
.arrowSection .arrowContainer span {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: arrowDown 1s infinite;
    -moz-animation: arrowDown 1s infinite;
    -ms-animation: arrowDown 1s infinite;
    -o-animation: arrowDown 1s infinite;
    animation: arrowDown 1s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.arrowSection>.arrowContainer {
    position: relative;
    right: 0;
    display: inline-block;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #fff;
    transition: opacity .3s;
}
.arrowSection .arrowContainer span:nth-of-type(1) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    top: 0;
    right: 0;
}
.arrowSection .arrowContainer span:nth-of-type(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
    top: -15px;
    right: 0;
}
.arrowSection .arrowContainer span:nth-of-type(3) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
    top: -30px;
    right: 0;
}
.arrowSection .arrowContainer span:nth-of-type(4) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
    top: -45px;
    right: 0;
}
@-webkit-keyframes arrowDown{from{opacity:0}
    25%{opacity:.3}
    50%{opacity:.7}
    100%{opacity:1}
}
@-ms-keyframes arrowDown{from{opacity:0}
    25%{opacity:.3}
    50%{opacity:.7}
    100%{opacity:1}
}
@-o-keyframes arrowDown{from{opacity:0}
    25%{opacity:.3}
    50%{opacity:.7}
    100%{opacity:1}
}
@-moz-keyframes arrowDown{from{opacity:0}
    25%{opacity:.3}
    50%{opacity:.7}
    100%{opacity:1}
}
@keyframes arrowDown{from{opacity:0}
    25%{opacity:.3}
    50%{opacity:.7}
    100%{opacity:1}
}
.section1 video {
  position: absolute;
  top: 0;
  z-index: 9;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0px;
}
.Chairman-mds {
  height: 100vh;
  display: flex;
  align-items: center;
}

.Chairman-mds h3
{
    font-size: 40px;
    color: #ffffff;
    
}
.Chairman-mds .number-txts h3{
    font-family:BreuerTextBold;
}
.Chairman-mds p {
  font-size: 18px;
  color: #ffffff;
  font-family: BreuerTextRegular;
  padding: 25px 145px 25px 0px;
  position: relative;
}
.Chairman-mds p:before
{
    background-image: url(../images/qut-img.png);
    content: '';
    position: absolute;
    width: 123px;
    height: 97px;
    left: -40px;
    top: 20px;
}

a.bl-btn {
  background-color: #18499e;
  color: #ffffff;
  font-size: 18px;
  font-family: BreuerTextRegular;
  border-radius: 0px;
  padding: 16px 26px;
  transition: all .3s ease-in-out;
}
a.bl-btn:hover,.banner-btn a:hover {
    background-color: #41984a;
}
a.bl-btn img {
    padding-left: 8px;
}
.banner-content {
    position: relative;
    z-index: 999;
    top: 0;
    right: 0;
}
.banner-content h1 {
    font-family:BreuerTextMedium;
    font-size: 120px;
    line-height: 1;
    background: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;

}
.banner-content h1 span
{
    display: block;
}
.banner-content p {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-family: BreuerTextRegular;
  padding-top: 0px;
  text-transform: uppercase;
}
.banner-btn {
    margin-top: 30px;
}
.banner-btn a {
    background-color: #613894;
    color: #ffffff;
    font-size: 18px;
    font-family:BreuerTextRegular;
    border-radius: 8px;
    padding: 4px 8px;
    transition: all .3s ease-in-out;
}

.section3 h2 {
  font-size: 40px;
  color: #fff;
  text-align: left;
  /*font-family: BreuerTextBold;*/
  padding-bottom: 25px;
}
.section3 p{
    color: #fff;
}
.section3 a.bl-btn {
  background-color: #18499e;
  color: #ffffff;
  font-size: 18px;
  font-family: BreuerTextRegular;
  border-radius: 0px;
  padding: 16px 26px;
  display: inline-block;
  transition: all .3s ease-in-out;
}
.section3 a.bl-btn {
  background-color: #18499e;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  font-family: BreuerTextRegular;
  border-radius: 0px;
  padding: 16px 26px;
  transition: all .3s ease-in-out;
}

.section4 h2 {
  font-size: 40px;
  color: #fff;
  text-align: left;
  padding-bottom: 25px;
}
.section4 h4 {
  font-size: 30px;
  color: #fff;
  text-align: left;
  font-family: BreuerTextBold;
  padding-bottom: 5px;
}
.section4 .gp-btn
{
    margin: auto;
    text-align: left;
}

.section5 h2
{
  font-size: 30px;
  color: #613894;
  text-align: center;
  font-family: BreuerTextBold;
  padding-bottom: 25px;
  padding-top: 13px;
  text-transform: uppercase;
}


.section5 .footer
{
    margin-top: 0px;
    background-color: #57585b;
}
.section5 .footerar h3
{
    color: #ffffff;
}
.section5 .footerar-btm a
{
    color: #ffffff;
}
.section5 .footerar-btm p span
{
    border-left: 1px solid #bcbcbd;
}
.section5 .footerar
{
    border-bottom: 1px solid #bcbcbd;
}
.section5 .footer-btm
{
    background-color: #252525;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span
{
    background:#fff;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 26px;
  width: 6px;
  margin: -12px -2px 0px -2px;
  border-radius: 5px;
  background-color: #ef4823;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


.banner-content h1 {
    background:none;
    color: #1b485a;
}

.section1 video
{
    height: auto;
    padding-top: 11px;
}
.section1
{
    background-color: #f5f7e2;
}
}

/* End Animation */


.section2,.section4,.section5
{
    position:relative;
}


/*sanni style*/
.logo span a {
  color: #fff;
  margin: 0px 15px;
}
.one-img{
 background-image: url('../images/banner.jpg');
 background-position: center;
 background-size: cover;  
 display: block;
 width: 100%;
 height: 100vh;
}
.banner-content {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.txt-mdl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.align-txt{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.bg-2{
    background-image: url('../images/session-img-1.jpg');
    background-position: center 80%;
    background-size: cover;
}
.bg-3{
    background-image: url('../images/session-img-2.jpg');
    background-position: center 80%;
    background-size: cover;
}
.bg-4{
    background-image: url('../images/session-img-3.jpg');
    background-position: center 80%;
    background-size: cover;
}
.bg-5{
    background-image: url('../images/session5.jpg');
    background-position: center 80%;
    background-size: cover;
}
.bg-6{
    background-image: url('../images/session5.jpg');
    background-position: center 80%;
    background-size: cover;
}
.bg-7{
    background-image: url('../images/session6.jpg');
    background-position: center 80%;
    background-size: cover;
}
.bg-8{
    background-image: url('../images/session-img-7d.jpg');
    background-position: center 80%;
    background-size: cover;
}

.bg-9{
    background-image: url('../images/session-img-8.jpg');
    background-position: center 80%;
    background-size: cover;
}
.bg-10{
    background-image: url('../images/session-img-9.jpg');
    background-position: center 80%;
    background-size: cover;
    position: relative;
}

.download-link ul li a {
  font-size: 20px;
  color: #fff;
  display: block;
  position: relative;
}
.download-link ul li {
  border-bottom: 2px solid #fff;
  padding: 25px 0px;
  list-style: none;
}
.download-link ul {
  padding-left: 0px;
}
.download-link ul li:last-child {
  border-bottom: none;
}
.bg-7 p, .bg-8 p, .bg-9 p{
    color: #fff;
}
.bottom-labels {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  bottom: 32px;
}
.bottom-labels ul li a {
  font-size: 16px;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 5px 0px;
  margin-right: 80px;
}
.bottom-labels ul li:last-child a {
    margin-right: 0px;
}
.display-block{
    display: block;
}
.mrg-btm-gap{
    margin-bottom: 40px;
}
.gap-top-btm{
  margin-top: 50px;
}
.top-mrg-hg{
  margin-top: 130px;
}
.gap-top-btm .number-txts {
  margin-bottom: 40px;
}
.gap-top-btm .number-txts h3 {
  color: #fff;
  margin-top: 20px;
  font-family: BreuerTextBold;
  line-height: 1;
  font-size: 40px;
}
.unit-count {
  font-size: 20px;
  line-height: 1.1;
}
.inside-image{
    margin-top: 0px;
}
.bottom-labels ul li a.active{
    border-bottom: 2px solid #f84036!important;
}


/*slick*/
.sliderContainer {
  position: relative;
}

.slider {
  width: 100%;

}

.slick-slide {
   background: transparent;
   background-position: center;
   background-size: cover;
   height: 100vh;
   padding: 80px 0 120px;
   font-size: 30px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}


.slick-slide:nth-child(2) {
    background-image: url('../images/Our-Commitment.jpg');
}
.slick-slide:nth-child(3) {
   background-image: url('../images/Our-Approach.jpg');
}
.slick-slide:nth-child(4) {
  background-image: url('../images/Our-Strategy.jpg');
}
.slick-slide:nth-child(5) {
   background-image: url('../images/Our-Promise.jpg');
}
.progressBarContainer {
  position: absolute;
  bottom: 32px;
  width: 882px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.progressBarContainer div {
  display: block;
  width: auto;
  padding: 0;
  cursor: pointer;
  margin-right: 80px;
  float: left;
  color: #fff;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #f84036;
  width: 0%;
  height: 2px;
}

.progressBarContainer h3 {
  font-size: 16px;
  color: #fff;
  padding: 5px 0px;
}

/* Custom */

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    background: red;
    left: 0;
    width: 80px;
    height: 4px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li {
  width: 100px;
}
.slick-dots li.slick-active button:before {
    opacity: .25;
    color: black;
}
.slick-dots li.slick-active button:after {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    opacity:1;
    background: blue;
    left: 0;
    width:80px;
    height: 3px;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index:9999999999999;
    animation-name: progress;
    animation-timing-function: linear;
    animation-duration: 2600ms;
    animation-delay:0;
}

@keyframes progress {
  from { width: 0px;}
  to {width: 80px;}
}
/**/
.sliderCaps {
  /*font-family: BreuerTextMedium;*/
  font-size: 120px;
  line-height: 1;
  background: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
  margin-top: 180px;
  text-align: center;
}
.sliderCaps span{
    display: block;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-family: BreuerTextRegular;
    padding-top: 0px;
    text-transform: uppercase;
}

/**/

.sliderContainerNew {
  position: relative;
}

.slider {
  width: 100%;

}

.sliderBtm .slick-slide {
  background: transparent;
  background-image: url('../images/Financial-Capital.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh;
  color: #fff;
  padding: 80px 0 120px;
  font-size: 30px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}

.sliderBtm .slick-slide:nth-child(2) {
  background-image: url('../images/Manufactured Capital-bg.jpg');
}
.sliderBtm .slick-slide:nth-child(3) {
  background-image: url('../images/Intellectual Capital-bg.jpg');
}
.sliderBtm .slick-slide:nth-child(4) {
  background-image: url('../images/Human Capital-bg.jpg');
}
.sliderBtm .slick-slide:nth-child(5) {
  background-image: url('../images/Social & Relationship Capital-bg.jpg');
}
.sliderBtm .slick-slide:nth-child(6) {
  background-image: url('../images/Natural-Capital-bg.jpg');
}

.progressBarContainerNew {
  position: absolute;
  bottom: 32px;
  width: 1060px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

.progressBarContainerNew div {
  display: block;
  width: auto;
  padding: 0;
  cursor: pointer;
  margin-right: 55px;
  float: left;
  color: #fff;
}

.progressBarContainerNew div:last-child {
  margin-right: 0;
}

.progressBarContainerNew div span.progressBarNew {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
}

.progressBarContainerNew div span.progressBarNew .inProgressNew {
  background-color: #f84036;
  width: 0%;
  height: 2px;
}



/* Custom */

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    background: red;
    left: 0;
    width: 80px;
    height: 4px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li {
  width: 100px;
}
.slick-dots li.slick-active button:before {
    opacity: .25;
    color: black;
}
.slick-dots li.slick-active button:after {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    opacity:1;
    background: blue;
    left: 0;
    width:80px;
    height: 3px;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index:9999999999999;

    animation-name: progress;
    animation-timing-function: linear;
    animation-duration: 2600ms;
    animation-delay:0;
}

@keyframes progress {
  from { width: 0px;}
  to {width: 80px;}
}

.progressBarContainerNew h3 {
  font-size: 16px;
  color: #fff;
  padding: 5px 0px;
}
span.img-pos {
  position: absolute;
  right: 0px;
  top: 0px;
}
.removePadLi li:nth-child(3) {
  padding: 11px 0px;
}

/*side menu*/
.sidenavNew {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.sidenavNew a {
  padding:8px 5px 8px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenavNew a:hover {
  color: #f1f1f1;
}
.sidenavNew .closebtn {
  position: absolute;
  top: -20px;
  right: 25px;
  font-size: 60px;
  margin-left: 50px;
  color: #fff;
}
.insidenav {
  max-width: 420px;
  width: 100%;
  display: inline-block;
  height: 100vh;
  position: relative;
  background: linear-gradient(45deg,#18499e,#f84036 100%);
}
.left-menu-list-o, .right-menu-list-o {
  width: auto;
  float: left;
  padding: 0px 15px;
}
.top-logso{
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 30px
}
.sidenavNew a {
  font-size: 20px;
  line-height: 1;
  list-style: none;
}
.hide-menu{
    display: none;
}
.right-menu-list ul li a {
  font-size:20px;
  font-family: BreuerTextRegular;
  line-height: 1.5;
  padding: 0px;
}

.back-links {
  font-size: 24px!important;
  font-family: BreuerTextRegular!important;
  line-height: 1.3!important;
  padding: 0px!important;
  display: inline-block!important;
  margin-top: 10px!important;
  margin-bottom: 20px!important;
}
.back-links i{
font-weight: lighter;
  font-size: 24px!important; 
}
.left-txts h3 {
  font-size: 55px;
  color: #fff;
  line-height: 1;
  
}
/*.left-txts{*/
/*  margin-top: 160px;  */
/*}*/
.right-context {
  background-color: rgba(0,0,0,.7);
  padding: 30px;
  /*margin-top: 15px;*/
}
.right-context p{
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
.right-context h3{
    font-size: 25px;
    font-family: BreuerTextBold;
    color: #fff;
}
.brder-seprate{
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
   margin-top: 3px;
}
.gap-top-btm .number-txts p{
    line-height: 1.2;
}
.sliderCapsF.sliderCaps {
  position: absolute;
  z-index: 999;
  text-align: center;
  left: 0px;
  right: 0px;
  display: table-cell;
  vertical-align: middle;
}
.section3 a.bl-btn:hover
{
        background-color: #41984a;
}

.chairman-inside {
  position: relative;
}
.chairman-inside p {
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 1.3;
}
.chairman-inside p span {
  display: block;
}
.newWidth {
  max-width: 837px;
}
.right-menu-list {
  max-width: 360px;
  padding-left: 20px;
}

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  bottom: 0;
  background: rgba(0,0,0,1);
  z-index : 2; 
}

.percentage {
  z-index: 100;
  border: 1px solid #ccc;
  text-align:center;
  color: #fff;
  line-height: 30px;
  font-size : 15px;
}

.loader,
.percentage{
  height: 30px;
  max-width: 500px; 
  border: 2px solid #69AF23;
  border-radius: 20px;
  font-weight: 300;
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0;
  margin : auto; 
}
.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.trackbar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}

.loadbar {
  width: 0%;
  height: 100%;
  background: repeating-linear-gradient(
  45deg, 
    #008737, 
    #008737 10px, 
    #69AF23 10px,
    #69AF23 20px
  ); /* Stripes Background Gradient */
  box-shadow: 0px 0px 14px 1px #008737; 
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}

.glow {
  width: 0%;
  height: 0%;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 10px #008737;
  position: absolute;
  bottom: -5px;
  animation: animation 5s infinite;
}

@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}
/**/
.bgColor {
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
}
.footer-top-link {
  padding: 80px 0px 100px 0px;
  max-width: 920px;
  display: block;
  margin: 0px auto;
}
.copy-width {
  max-width: 920px;
  width: 100%;
  display: block;
  margin: 0px auto;
}
/*Uneza css start*/

/*towards better future css start*/
.towards-banner{
   background-image: url(../images/towards-banner.jpg)!important;
    /*height: 100vh;*/
    /*width: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
.towards-content h3{
    font-size: 40px;
    /*text-transform: uppercase;*/
    color: #ffffff;
    font-family: BreuerTextBold;
}
.towards-content {
    /* display: table; */
    display: flex;
    height: 700px;
    align-items: center;
    /* width: 100%; */
    margin-left: 65px;
}
.account-txt h3{
    color:#6dc7ec;
    font-size:40px;
    font-family: 'BreuerTextRegular';
}
.towards-para {
    background-color: #dceaf1;
    padding: 35px;
        margin-bottom: 50px;
}
.inner-pdf4 {
    display: flex;
    height: auto;
    align-items: baseline;
    padding: 20px 0;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #bfc8d7;
}
.inner-pdf4 p {
    font-size: 25px;
    color: #18499e;
    font-family: BreuerTextBold;
}
section.towards-inner {

    padding-top: 0px;
       padding-bottom: 80px;
       margin-left: 0px
}
.account-txt p {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333132;
}
.towards-para p {
    color: #333132;
     font-family: 'BreuerTextRegular';
}
.inner-new {
    border-bottom: 0!important;
}
/*towards better future css end*/

/*generating css start*/


.generating-banner{
    background-image: url(../images/generating-banner.jpg)!important;
    /*height: 100vh;*/
    /*width: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
.generating-content{
     /* display: table; */
    display: flex;
    height: 700px;
    align-items: center;
     width: 100%;
    margin-left: 65px;
}
.generating-content h3{
   font-size: 40px;
    /*text-transform: uppercase;*/
    color: #ffffff;
    font-family: BreuerTextBold;
}
section.generating-inner {
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
}
.generating-txt h3{
    color:#6dc7ec;
    font-size:40px;
    font-family: 'BreuerTextRegular';
}
.generating-txt p{
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333132;
}
.generating-para p{
    color: #333132;
     font-family: 'BreuerTextRegular';
}
.generating-inner-pdf4{
     display: flex;
    height: auto;
    align-items: baseline;
    padding: 20px 0;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #bfc8d7;
}
.generating-inner-pdf4 p{
   font-size: 25px;
    color: #18499e;
    font-family: BreuerTextBold;
}
.generating-para{
  background-color: #dceaf1;
    padding: 35px;
        margin-bottom: 50px;

}
/*generating css end*/


/*gearing value creation css start*/

.value-creation-banner{
     background-image: url(../images/value-creation-banner.jpg)!important;
    /*height: 100vh;*/
    /*width: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
.value-creation-content{
       /* display: table; */
    display: flex;
    height: 700px;
    align-items: center;
     width: 100%;
    margin-left: 65px;
}
.value-creation-txt h3{
    color:#6dc7ec;
    font-size:40px;
    font-family: 'BreuerTextRegular';
}
.value-creation-content h3{
 font-size: 40px;
    /*text-transform: uppercase;*/
    color: #ffffff;
    font-family: BreuerTextBold;
}
.value-creation-para{
     background-color: #dceaf1;
    padding: 35px;
        margin-bottom: 50px;
}
.value-creation-inner-pdf4{
     display: flex;
    height: auto;
    align-items: baseline;
    padding: 20px 0;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #bfc8d7;
}
.value-creation-inner-pdf4 p{
     font-size: 25px;
    color: #18499e;
    font-family: BreuerTextBold;
}
.value-creation-txt p{
 padding-top: 25px;
    padding-bottom: 25px;
    color: #333132;
}
.value-creation-inner-pdf4 a>img {
    transition: transform .2s;
}
.value-creation-inner-pdf4 a>img:hover {
    transform: scale(1.4);
}
.generating-inner-pdf4 a>img:hover{
     transform: scale(1.4);
}
.generating-inner-pdf4 a>img{
      transition: transform .2s;
}
.inner-pdf4 a>img{
     transition: transform .2s;
}
.inner-pdf4 a>img:hover{
    transform: scale(1.4);
}
/*gearing value creation css end*/
@media (max-width:768px)
{
    section.towards-inner {
       margin-left: 0px
    }
    .generating-content{
        width:auto;
    }
    section.generating-inner{
        margin-left:0px;
    }
    .value-creation-content{
        width:80%;
    }
}

/*Uneza css end*/

/*Corporate and Growth page*/
.corporate-banner img {
    width: 100%!important;
}
.sitemaplink a.active{
    font-family:BreuerTextMedium;
}
.sitemaplink a {
    color: #414042;
    text-decoration: none;
    padding: 0 20px;
}
.sitemaplink a:first-child {
    padding-left: 0 ;
}
.sitemaplink {
    padding: 50px 0 30px;
}
.lightgreenbg {
    background-color: #dceaf1;
    padding: 30px 30px 1px;
    margin-bottom: 50px;
}
.lightgreenbg h3 {
    color: #18499e;
    font-size: 25px;
    font-family: BreuerTextBold;
    margin-bottom: 5px;
}
.lightgreenbg h3 {
    color: #18499e;
    font-size: 25px;
    font-family: BreuerTextBold;
    margin-bottom: 5px;
}
.pfrozy{
	color:#24abe2;
}
.lightgreenbg p {
	margin-bottom:30px;
}
.whtbg {
    background-color: #fff;
    padding: 30px 30px 1px;
    margin-bottom: 30px;
}
.ataglance-inner {
    margin-top: 20px;
}
.counternumr{
	color: #18499e;
    font-size: 40px;
    font-family: BreuerTextBold;
}
.maingradienthnd {
    font-size: 40px;
    background: linear-gradient(to right, #24abe2 0%, #18499e 35%, #9e1c20 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.subhdngblue {
    color: #18499e;
    font-size: 25px;
    font-family: BreuerTextBold;
    margin-bottom: 5px;
}
.valuebox {
    background: #e3ecf3;
    width: 17.5%;
    float: left;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 50px 0;
	position: relative;
}
.valuebox:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/value-line-arrow.png) no-repeat;
    right: -12px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: contain;
}
.brdrnone:after{
    display:none;
}
hr.grdintline {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    background: linear-gradient(90deg, rgba(33,169,237,1) 0%, rgba(23,79,177,1) 50%, rgba(197,37,49,1) 100%);
    width: 100%;
    height: 1px;
	margin-left: 0;
}
.ataglance-inner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.subblckhdng{
	font-family: BreuerTextBold;
	font-size:25px;
	color:#000000;
}
h3.subblckhdng a{
	font-family: BreuerTextBold;
	font-size:25px;
	color:#000000!important;
	text-decoration:none;
}
.subfrozyhdng{
	font-family:BreuerTextMedium;
	font-size:25px;
	color:#24abe2;
	margin-bottom:30px;
}
a.moredetails {
    background: #18499e;
    padding: 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
.capitlnumbr small {
    font-size: 16px;
    color: inherit;
}
.capital-section hr.grdintline {
	width: 60%!important;
}
.capitlnumbr hr.grdintline {
    margin-top: 5px;
    margin-bottom: 5px;
	width: 100%!important;
}
.capitlnumbr p{
	margin-bottom: 20px;
}
.bgalternat1, .bgalternat2 {
    margin-top: 80px;
	margin-bottom: 80px;
}
section.capital-section {
    margin-top: 100px;
	position: relative;
}
.bgalternat2:after {
    background: #dae7ee;
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.bgalternat2 {
	position: relative;
}
.capitl-inner {
    padding: 30px 0;
}
.capital-section .maingradienthnd{
	margin-bottom:40px;
}
.portspan {
    font-family: BreuerTextRegular;
    display: block;
    font-size: 25px;
    margin-bottom: 30px;
}
.porfolioimg {
    margin-bottom: 50px;
}
.porfolioimg img {
    width: 100%;
}
.grnstorage h4{
	color: #18499e;
    font-size: 18px;
    font-family: BreuerTextBold;
}
.grnstorage {
    display: flex;
    align-items: start;
    margin: 40px 0 60px;
}
.grnstorage img{
    margin-right:15px;
}
.growth {
    background: #e3ecf3;
    width: 22%;
    float: left;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 50px 0;
	position: relative;
	padding: 0 20px;
}
.growth:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/value-line-arrow.png) no-repeat;
    right: -12px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: contain;
}
h3.counternumr2 {
    font-size: 40px;
    color: #18499e;
}
.bckgrndblue h4 {
    font-size: 40px;
    color: #fff;
	margin-bottom:20px;
}
.bckgrndblue{
	background:#18499e;
	padding:30px;
}
.bckgrndblue p {
    color: #fff;
}
img.renewables-img {
    width: 100%;
    margin: 30px 0 50px;
}
.scaling-top{
	margin-top: 50px;
}
.renewables-map{
	margin-top:30px;
}
.blurpara{
	color:#17469e;
	font-size:18px;
	margin-bottom:10px;
}
.orngpara{
	color:#ef4823;
	font-size:14px;
	margin-top:10px;
}
.businessflex {
    background: #cdd9df;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.businessbox img {
    width: 100%;
}
.businessflex img{
	width:auto;
}
.businessbox {
    margin-bottom: 40px;
}
.businessflex2 {
    background: #c9e5c5;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 197px;
}
.businessflex2 img{
	width:auto;
}
.moredetails {
    background: #c9e5c5;
}
.moredetails .blurpara{
	margin-bottom:0;
	padding:10px 10px 0;
}
.moreflex .orngpara{
	margin-top:5px;
}
hr.moreline {
    background: #c9e5c5;
    margin: 0;
    border-top: 1px solid #b5c7b3;
}
.businessflex2 h5.blurpara {
    height: 40px;
}
.businessflex3 {
    background: #c9e5c5;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.businessflex3 img{
	width:auto;
}
.exploringimg {
    min-height: 100px;
}
.col-md-3.brdrboth {
    border-left: 1px solid #ddd;
    padding-left: 25px;
    padding-right: 35px;
    border-right: 1px solid #ddd;
}
.col-md-3.brdrleft {
    padding-left: 25px;
}
.bckgrndblue2 {
    background: #18499e;
    padding: 30px;
	margin-top:70px;
}
.bckgrndblue2 h4 {
    font-size: 40px;
    color: #fff;
	margin-bottom:20px;
	font-family:BreuerTextBold;
}
.bckgrndblue2 p {
    color: #fff;
}
.achivementkey{
	font-family:BreuerTextBold;
	margin-top:40px;
}


/* accordian */
	.panel-group .panel+.panel {
		margin-top: 0;
	}
	.new-faqqs .collapse.in {
		display: block;
		background-color: transparent;
	}
	.new-faqqs {
		margin-bottom: 20px;
		background-color: #fff;
		border: none;
		border-radius: 0!important;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: 1px solid #b7b7b7!important;
	}
	.new-faqqs .panel-body {
		padding: 0 100px 20px 80px;
	}
	.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
		border-top: 1px solid transparent!important;
	}
	.new-faqqs>.panel-heading { 
		padding: 0;
	}
	.panel.panel-default.new-faqqs:first-child {
		border-top: 1px solid #b7b7b7;
	}
	.new-faqqs>.panel-heading a {
		display: block;
		padding: 15px 0;
	}
	.new-faqqs>.panel-heading a:after {
		content: "";
		position: absolute;
		top: 0;
		float: left;   
		left: 0;
		display: flex;
		height: 90px;
		align-items: flex-start;

	}
	.panel.new-faqqs a {
    text-decoration: none;
    color: #18499e;
    font-size: 25px;
    position: relative;
    line-height: 30px;
    padding-left: 80px;
    align-items: center;
    padding-right: 80px;
    font-family: BreuerTextBold;
}
.new-faqqs>.panel-heading a[aria-expanded="true"]:after {
    content: url(../images/col-out-icon.png);
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    transition: transform .3s;
    transform: rotate(180deg);
}
.new-faqqs>.panel-heading a[aria-expanded="false"]:after {
		content: url(../images/col-in-icon.png);
		display: flex;
		align-items: center;
		top: 0;
		left: 0;
		transition: transform .3s;
		transform: rotate(0deg);
}
	.new-faqqs>.panel-heading {
		background: transparent;
	}
	
	.acooimg {
    margin-bottom: 20px;
}

ul.accolist li:after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #a6c2d2;
    border-radius: 50px;
    left: -15px;
    top: 7px;
}
ul.accolist li {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 10px;
}
ul.accolist {
    padding-left: 15px;
    list-style: none;
}
.bannerovrimg {
    position: absolute;
    height: 100vh;
    display: flex;
    align-items: center;
    top: 0;
}
.corporate-banner {
    position: relative;
}
.construstion-slider button.owl-prev {
    position: absolute;
    width: 43px;
    height: 43px;
    left: -30px;
    top: 45%;
    background: url(../images/arrow-left.png) no-repeat !important;
}
.construstion-slider button.owl-next {
    position: absolute;
    width: 43px;
    height: 43px;
    right: -30px;
    top: 45%;
    background: url(../images/arrow-right.png) no-repeat !important;
}
.construstion-slider {
    background: #dceaf1;
    padding: 30px 30px 10px;
    margin: 30px 0;
}

.locationinner h5 {
    color: #18499e;
    font-size: 18px;
    font-family: BreuerTextBold;
    line-height: 1.1;
}
.locationinner p {
    line-height: 1.1;
}
.locationdeatils {
    display: flex;
    border-bottom: 1px solid #18499e;
    align-items: flex-start;
    padding: 25px 0;
}
.locationdeatils .locationinner:nth-child(2) {
    width: 65%;
}
.locationdeatils .locationinner:nth-child(1) {
    width: 35%;
}
.locationdeatils:last-child {
	border:none;
}
.locationimg {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.locationimg img {
    width: auto!important;
}
.locationinner p span {
    display: block;
}
.nationwide-presence {
    margin: 50px 0;
}
.nationwide-presence .maingradienthnd {
    font-size: 40px;
    color: red;
    margin-bottom: 10px;
}

ul.sidenavlist li a {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    display: block;
    text-decoration: none;
	text-align: right;
}
ul.sidenavlist {
    list-style: none;
	padding:0;
}
.sticky-sidebar {
    position: fixed;
    width: 400px;
    right: 0;
    bottom: 200px;
    padding-right: 50px;
}
.sidenavlist li a.active{
	color:#ef4823!important;
}
.sidenavlist li a:hover{
	color:#ef4823;
}
img.circle-strategy {
    margin: 30px 0 50px;
}
ul.growthtab-tab {
    list-style: none;
    padding: 0;
}
ul.growthtab-tab li {
    width: 16.5%;
    float: left;
    display: block;
    padding: 0 10px;
    border-right: 1px solid red;
    height: 205px;
}
ul.growthtab-tab li:first-child {
    padding-left:0;
}
ul.growthtab-tab li:last-child {
    border-right: none;
}
ul.growthtab-tab li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
	text-decoration:none;
	color:#333132;
}
.growthtab-tab span {
    min-height: 120px;
    margin-top: 10px;
}
ul.growthtab-tab li.active a{
	color:#ef4823;
	font-family:BreuerTextBold;
}
.arrow-orng {
    filter: brightness(0)invert(1);
}
ul.growthtab-tab li.active a .arrow-orng {
    filter: inherit;
}
ul.growthtab-tab li a:active .arrow-orng {
    filter: inherit;
}


.enabler-txt h6 {
    font-size: 25px;
    padding-top: 25px;
    color: #18499e;
}
.enabler-txt li {
    font-size: 18px;
    font-family: 'BreuerTextRegular';
}
.enabler-txt ul {
    padding: 5px 17px;
}
.enabler-txt a {
    font-size: 25px;
    color: #18499e;
    font-family: BreuerTextBold;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}
.tab-content.growthtab-content {
    margin-top: 40px;
    margin-bottom: 100px;
}
.enabler-img {
    position: relative;
}
.sosover {
    position: absolute;
    bottom: -20px;
    right: 20px;
}
.bannerovrimg h1 {
    color: #fff;
    font-size: 40px;
    font-family: BreuerTextBold;
}
p.grthp {
    padding: 10px 0 20px;
}
.mapdeatails h3 {
    color: #24abe2;
    font-size: 18px;
    font-family: BreuerTextMedium;
    margin: 10px 0;
    cursor: pointer;
    padding: 10px 0;
}

.green-text {
    color: #71c148 !important;
}
.mapinner{
	display:none;
}
.mapimg{
	display:none;
}
.mapdeatails .counternumr {
    color: #18499e;
    font-size: 30px;
    font-family: BreuerTextBold;
}

/* End Corporate and Growth page */
/*********N***********/

.md-banner
{
    background: url(../images/md-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.inner-banner h1
{
    font-size: 40px;
    color: #fff;
}
.inner-banner h1 span
{
display: block;
}
.md-main
{
    margin-top: 50px;
}
.md-main p
{
    font-size: 24px;
    color: #17469e;
    margin-top: 80px;
    border-top:1px solid #a2b5d8;
    border-bottom: 1px solid #a2b5d8;
    padding-left: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    line-height:30px;
}
.md-main p:before
{
    content: '';
    position: absolute;
    top:-15px;
    left:5px;
    background:url(../images/comma-1.png);
    width: 23px;
    height: 20px;
    background-color: #fff;
}
.md-main p:after
{
    content: '';
    position: absolute;
    bottom:-15px;
    right:5px;
    background:url(../images/comma-2.png);
    width: 23px;
    height: 20px;
    background-color: #fff;
}
.md-main h4
{
    color: #212a60;
    font-size: 20px;
    font-family:BreuerTextMedium;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-top: 30px;
}
.md-main h5
{
    color: #333132;
    font-size: 16px;
    padding-left: 35px;
}
.md-main h5 span
{
    display: block;
}
.md-content h3
{
font-size: 25px;
font-family:BreuerTextBold;
color: #17469e;
padding-top: 30px;
padding-bottom: 20px;
}
.md-content h4
{
    color: #00aeef;
    font-size:25px;
    font-family:BreuerTextMedium;
    padding-bottom: 15px;
}
.md-content p
{
    padding-bottom: 15px;
}
.mt-20
{
    margin-top: 20px;
}
.blue-bg
{
    background-color: #dae9f1;
    padding:25px 0px 25px 30px;
    margin-right: 66px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 35px;
    min-height: 260px;
    display: flex;
    align-items: center;
}
.blue-bg h5
{
font-size: 25px;
color: #19489d;
line-height: 30px;
max-width: 430px;
width: 100%;
}
.blue-bg-img
{
    position: absolute;
    right: -66px;
    top: 30px;
}
.md-content .m-data h3
{
    font-size: 40px;
    color: #17469e;
    font-family:BreuerTextRegular;
    border-bottom: 1px solid transparent;
    padding-bottom:5px;
    border-image: linear-gradient(0.25turn, rgba(0,159,227), rgba(209,10,17));
    border-image-slice: 1;
    width:100%;
}
.md-content .m-data h3 span
{
    font-size: 20px;
}
.md-content .m-data p
{
padding-top: 5px;
}
.md-btm-text h3
{
    padding-top: 70px;
    padding-bottom: 5px;
}

.carbon-banner
{
background: url(../images/carbon-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.carbon-banner h1
{
font-family:BreuerTextBold;
padding-bottom: 15px;
}
.carbon-banner p
{
    color: #fff;
    padding-bottom: 15px;
}
.c-overview
{
    padding-top: 60px;
}
.heading1
{
    font-size: 40px;
    background: linear-gradient(to right, #42aee7 10%, #213b8f 20%, #d10a11 60%);
    color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 20px;
}
.c-overview p
{
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 30px;
}

.mda-panel .panel-title > a:before {
    float: right !important;
    content: '-';
    position: absolute;
    left:15px;
    font-size:24px;
    color: #18499e;
    margin-top:0px;
    font-family:BreuerTextBold;
}
.mda-panel .panel-title > a.collapsed:before {
    float: right !important;
    content: '+';
    position: absolute;
    left:15px;
    font-size:24px;
    color: #18499e;
    margin-top:0px;
     font-family:BreuerTextBold;
}

.mda-panel .panel-heading h4 {
    font-size:25px;
    color: #000;
    font-family:BreuerTextMedium;
}
.mda-panel .panel-body p{
    padding-bottom: 20px;
}
.mda-panel.panel-group .panel-heading+.panel-collapse>.panel-body
{
    border:none;
    padding-left:30px;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
}
.mda-panel .panel-default
{
    border-left:none;
    border-right: none;
    box-shadow: none;
    border-top:none;
    border-radius: 0px;
    border-bottom:1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(0,159,227), rgba(209,10,17));
    border-image-slice: 1;
    width:100%;
}
.mda-panel .panel-heading
{
    background-color:transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 30px;
    padding-right: 0px;
}

.mda-panel .panel-title > a:focus
{
    outline: none;
    text-decoration: none;
}
#heading1
{
 border-top:1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(0,159,227), rgba(209,10,17));
    border-image-slice: 1;
    width:100%;   
}
.c-overview .mda-panel h5
{
    font-size: 25px;
    font-family:BreuerTextMedium;
    padding-bottom: 10px;
    padding-top: 5px;
}
.c-overview .mda-panel p
{
    font-size: 18px;
    line-height: 24px;
}

.c-blue-bg
{
    background-color: #dbe8ee;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.head2
{
  background: linear-gradient(to right, #42aee7 10%, #213b8f 20%, #d10a11 30%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px; 
}
.b-modal h5
{
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 15px;
}
.b-modal p
{
    padding-bottom: 15px;
}
.b-modal h4
{
    color: #26ace2;
    font-size: 25px;
    font-family:BreuerTextMedium;
    padding-bottom:15px;
}
.growth-bg
{
    background-color: #d5e3ea;
    padding: 30px;
    min-height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.growth-icon
{
    width: 77px;
}
.growth-text p
{
margin-left: 30px;
padding-bottom: 0px;
}
.b-modal h3
{
    color:#17469e;
    font-size: 25px;
    font-family:BreuerTextBold;
    padding-bottom: 25px;
    padding-top: 20px;
}
.process-box
{
    padding: 30px;
    border: 1px solid transparent;
  border-image: linear-gradient(45deg, #42aee7 , #d10a11);
  border-image-slice: 1;
}
.process-box h4
{
    color: #26ace2;
    font-size: 25px;
     font-family:BreuerTextMedium;
     padding-bottom: 10px;
     padding-top: 5px;
}
.process-box h4 span
{
    display: block;
}
.process-box p
{
    font-size: 18px;
    line-height: 26px;
    min-height: 175px;
}
.prcs-slider.owl-carousel .owl-item img
{
  width: auto;  
}

.creation-modal
{
    padding-top: 40px;
}

/* Business Model */
.bsns-pnl>.panel-heading {
    color: #fff;
    background-color: #009fe3;
    border-radius: 0;
    padding: 35px 50px;
    text-align: center;
    box-shadow: 0 3px 15px 0px black;
}
.bsns-pnl .panel-title a {
    font-size: 25px;
    font-family:BreuerTextBold;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.bsns-pnl {
    border: none;
    box-shadow: none;
}
.bsns-pnl .panel-body {
    padding: 30px;
    border: 2px solid #17469e;
    margin-bottom:50px;
    position: relative;
    display: inline-block;
    width: 100%;
    border-top-color: #17469e;
}
.bsns-pnl.panel-default>.panel-heading+.panel-collapse>.panel-body
{
 border-top-color: #17469e;
}
.capitals-body:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/tringle.png) no-repeat;
    max-width: 30px;
    height: 22px;
    background-position: center;
    bottom: -24px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
   left: 0;
    z-index: 9;
    right: 0px;
}
.drivers-inner:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/triangle1.png) no-repeat;
    max-width: 30px;
    height: 22px;
    background-position: center;
    bottom: -24px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    z-index: 9;
    right: 0px;
}
/*.core-values-in:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/tringle.png) no-repeat;
    max-width: 30px;
    height: 22px;
    background-position: center;
    bottom: -33px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  left: 0;
    z-index: 9;
    right: 0px;
}*/

    .blue-arrow.collapsed, .maroon-arrow.collapsed{
        position: relative;
    }
    .blue-arrow.collapsed:after {
        position: absolute;
        display: block;
        content: "";
        background: url(../images/tringle.png) no-repeat;
        width: 30px;
        height:22px;
        top: 62px;
        left: 0px;
        z-index: 9;
        right: 0px;
        margin: 0px auto;
    }
    .maroon-arrow.collapsed:after {
        position: absolute;
        display: block;
        content: "";
        background: url(../images/triangle1.png) no-repeat;
        width: 30px;
        height: 22px;
        top: 63px;
        left: 0px;
        z-index: 9;
        right: 0px;
        margin: 0px auto;
    }
    
    .core-bg .panel-heading {
    background: #17469e;
}

.capitals-body .row
{
padding-top: 100px;
}
.capitals-body h4, .core-values-in h4
{
    font-size: 25px;
    color: #17469e;
    font-family:BreuerTextMedium;
    padding-top:10px;
    padding-bottom: 10px;
}
.capitals-body h5, .core-values-in h5
{
    font-size: 18px;
    font-family:BreuerTextMedium;
    padding-bottom: 10px;
}
.capitals-body ul, .core-values-in ul
{
    padding-left:15px;
}
.capitals-body ul li, .core-values-in ul li
{
    font-size: 18px;
    padding-bottom: 5px;
}
.capitals-body h6
{
    font-size: 14px;
}
.capitals-body .col-md-6
{
    min-height: 320px;
}
.bsns-pnl .drivers-inner.panel-body
{
border: 2px solid #009fe3;
}
.drivers-inner .row
{
    padding-top: 50px;
}
.dark-blue-bg
{
    background-color: #17469e;
    padding: 30px;
}
.dark-blue-bg h3
{
    font-size: 25px;
    font-family:BreuerTextMedium;
    color: #fff;
    padding-bottom: 10px;
}
.dark-blue-bg p
{
color: #fff;
font-size: 18px;
line-height: 26px;
}
.grey-bg
{
    background-color: #f0f5f7;
    padding-top: 30px;
}
.client-solution
{
    position: relative;
    margin-bottom: 20px;
    padding: 0px 30px 0px 70px;
}
.client-solution:before
{
    content: '';
    position:absolute;
    top:4px;
    left: 30px;
    background-image:url(../images/01.png);
    width: 24px;
    height: 24px;
}
.cs-1:before
{
  background-image:url(../images/02.png);   
}
.cs-2:before
{
  background-image:url(../images/03.png);   
}
.cs-3:before
{
  background-image:url(../images/04.png);   
}
.cs-4:before
{
  background-image:url(../images/05.png);   
}
.cs-5:before
{
  background-image:url(../images/06.png);   
}
.cs-6:before
{
  background-image:url(../images/07.png);   
}
.cs-7:before
{
  background-image:url(../images/08.png);   
}
.cs-8:before
{
  background-image:url(../images/09.png);   
}

.client-solution p
{
    font-size: 18px;
    line-height: 20px;
    font-family:BreuerTextMedium;
}
.client-solution p.blue-text
{
    color: #17469e;
    padding-bottom: 5px;
}
.ie-bg
{
    background-color: #a4c3d2;
    padding: 15px 30px;
    max-width: 630px;
    width: 100%;
    display: inline-block;
}
.ie-bg h3
{
    color: #17469e;
    font-size: 18px;
    font-family:BreuerTextMedium;
    padding-bottom: 5px;
}
.ie-bg ul
{
    padding-left: 2px;
}
.ie-bg ul li
{
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
}
.ie-bg1 p
{
    line-height: 16px;
    padding-bottom:10px;
}
.ie-bg1
{
    margin-top: 20px;
}
.dbb1
{
    margin-top:40px;
}
.core-values-in .row
{
padding-top: 50px;
}
.core-values-in .col-md-5
{
    min-height: 225px;
}
.core-values-in .col-md-5.cvv1
{
    min-height: 295px;
}
p.context-15 {
    padding-top: 15px;
}
.visionlink {
    margin: 15px 0;
}
h5.green-text {
    font-size: 18px;
    font-family: BreuerTextMedium;
    margin: 10px 0;
    padding: 10px 0;
}
.ourvluimg svg {
    width: 60px;
}
.acooimg svg{
width: 60px;
}
.exploringimg svg {
    height: 100px;
}
.grnstorage svg {
    height: 100px;
}
.key1 {
    transform: rotatex(90deg);
    transform-origin: bottom;
    animation: keybar linear 2s forwards;
    transform-box: fill-box;
}

@keyframes keybar {
    0% {
        transform: rotatex(90deg);
    }
    100% {
        transform: rotatex(0deg);
    }
}

@keyframes rotateIn2 {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.roundd2 {
    animation: rotateIn2 2s linear;
    transform-box: fill-box;
}

@keyframes zoomin2 {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}

.zoomin2 {
    animation: zoomin2 1s linear;
    transform-origin: center;
}

.drowline {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drowline 10s linear;
    animation-fill-mode: forwards;
    transition: all ease .3s;
}

@keyframes drowline {
    from {
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.drowlineslow {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drowlineslow 3s linear;
    animation-fill-mode: forwards;
    transition: all ease .3s;
}
@keyframes drowlineslow {
    from {
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.lefttoright {
    transform: rotatey(90deg);
    transform-origin: center;
    animation: lefttoright linear 1s forwards;
    transform-box: fill-box;
}
@keyframes lefttoright {	
  0% { 
   transform: rotatey(90deg);
}
100% {
   transform: rotatey(0deg);
}	
}
.one {
    animation-delay: .30s;
}

.two {
    animation-delay: 1s;
}

.three {
    animation-delay: 1.30s;
}

.four {
    animation-delay: 2s;
}

.five {
    animation-delay: 2.30s;
}

.six {
    animation-delay: 3s;
}

.seven {
    animation-delay: 3.2s;
}

.eight {
    animation-delay: 3.4s;
}

.nine {
    animation-delay: 3.6s;
}

.ten {
    animation-delay: 3.8s;
}
.elevn {
    animation-delay: 4s;
}
.twlv {
    animation-delay: 4.2s;
}
.thrtn {
    animation-delay: 4.4s;
}
.frtn {
    animation-delay: 4.6s;
}


.notemap{
   margin-top: 30px; 
}
.notemap p  small {
    font-size: 70%!important;
}
.notemap hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
.banner-middle{
    display: flex;
    align-items: center;
    height: 75vh;
}
.sidenavNew a:hover{
    text-decoration:underline;
}
.bg__gradient_0, .bg__gradient_1, .bg__gradient_2, .bg__gradient_3, .bg__gradient_4, .bg__gradient_5, .bg__gradient_6, .bg__gradient_7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,42,62,.65);
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.6)));
    background: -o-linear-gradient(right,rgba(0,0,0,.4),rgba(0,0,0,.6));
    background: linear-gradient(270deg,rgba(0,0,0,.4),rgba(0,0,0,.6));
}
.bg__gradient_0.fade-in, .bg__gradient_1.fade-in, .bg__gradient_2.fade-in, .bg__gradient_3.fade-in, .bg__gradient_4.fade-in, .bg__gradient_5.fade-in, .bg__gradient_6.fade-in, .bg__gradient_7.fade-in{
    opacity: 1;
}
.progressBarContainerNew .item.active span.progressBarNew
{
    background-color: #ef4823;
}
/**/
.slick-slide:after
{
    content: '';
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,42,62,.65);
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.6)));
    background: -o-linear-gradient(right,rgba(0,0,0,.4),rgba(0,0,0,.6));
    background: linear-gradient(270deg,rgba(0,0,0,.4),rgba(0,0,0,.6));
}
.slick-slide.fade-in:after
{
    opacity: 1;
    z-index: -1;
}
/**/
