﻿/*-------------------------Content Section Css-----------------------------*/
:focus {
  border: none;
  outline: none;
}

#sustainability img {
  max-width: 100%;
  display: inline;
}

.mobileshow {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}

.v-align {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*@media (max-width:767px) {
                    .v-align {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex
                    }
                    }*/
.sustain-page {
  padding: 0 0 70px 0;
  clear: both;
  position: relative;
}

#Content_C006_Col00.container {
  width: 100% !important;
  padding: 0 !important;
}
/*-------------Sustainability Video Section Css---------------*/
.sustain-page p.maintext {
  font-size: 16px;
  text-align: center;
  padding: 0 10%;
  margin-bottom: 30px;
}

.susvideobx {
  float: left;
  width: 100%;
  font-size: 0;
}

.susvideobx p {
  background: #525a6c;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 20px;
  margin: 0;
  text-align: center;
  float: left;
  width: 96%;
  position: absolute;
  bottom: 0;
}

.susvideobx p a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.susvideobx p img {
  float: right;
  width: 30px;
}

.susvideobx .susvideo {
  float: left;
  width: 65%;
  padding-bottom: 64px;
  position: relative;
}

.susvideobx .susvideo iframe {
  width: 100%;
  min-height: auto;
}

.susvideobx .susreport {
  float: left;
  width: 35%;
  padding-bottom: 70px;
  position: relative;
  background: #f5f5f5;
  text-align: center;
}

.susvideobx .susreport p,
.susvideobx .susreport-full p {
  background: #92a4c1;
  padding: 17.5px;
}

.susvideobx .susreport a {
  display: block;
  margin: 0 auto;
  width: 96%;
}

.susvideobx .susreport-full {
  float: left;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
}

.susvideobx .susreport-full p {
  position: static;
}

.susvideobx .susreport-full a > img {
  width: 100%;
  padding: 20px 25px;
}

/*-------------Testimonial Section Css---------------*/
.sust-testimonial {
  float: left;
  width: 100%;
  padding: 70px 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.sust-testimonial img {
  border: 5px solid #b8b7b7;
  margin-top: 25px;
}

.sust-testimonial blockquote {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  color: #525a6c;
  font-style: italic;
  border: none;
  padding: 10px 50px;
  position: relative;
}

.sust-testimonial blockquote:before,
.sust-testimonial blockquote:after {
  content: "";
  background: url(../images/sustainability/quote.png)
    no-repeat;
  width: 29px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.sust-testimonial blockquote:after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.sust-testimonial p {
  font-size: 16px;
  color: #002857;
  margin: 0;
}

.sust-testimonial p span {
  display: block;
  font-weight: 600;
}

/*-------------Sustainability Services Section Css---------------*/
.sust-services .tabbar {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  list-style: none;
}

.sust-services .tabbar li {
  float: left;
  /*width: 32.3337%;*/
  width: 49.5%;
  border-right: 1px solid #fff;
}

.sust-services .tabbar a {
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.sust-services .tabbar a:hover:after,
.sust-services .tabbar a.active:after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #399cd5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 15px;
  margin: auto;
}

.sust-services .tabbar li:nth-child(2) a:hover:after,
.sust-services .tabbar li:nth-child(2) a.active:after {
  border-top-color: #fca72e;
}

.sust-services .tabbar li:nth-child(3) a.active:after,
.sust-services .tabbar li:nth-child(3) a:hover:after {
  border-top-color: #3b8690;
}

.sust-services .tabbar li img {
  width: 100%;
}

.sust-services .tabbar p {
  background: #399cd5;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 20px;
  margin: 0;
  text-align: left;
  /*width: 100%;*/
}

.sust-services .tabbar li:nth-child(2) p {
  background: #fca72e;
}

.sust-services .tabbar li:nth-child(3) p {
  background: #3b8690;
}

.suserv-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}

#serviceslide {
  float: left;
  width: 100%;
}

.servdiv {
  float: left;
  width: 97%;
  padding: 40px 0 20px;
  position: relative;
  border: 1px solid #c6cbd9;
  border-right-width: 10px;
  border-bottom-width: 10px;
}

.servdiv:before {
  content: "";
  background: #fff;
  position: absolute;
  bottom: -11px;
  left: -1px;
  width: 15px;
  height: 10px;
}

.servdiv:after {
  content: "";
  background: #fff;
  position: absolute;
  top: -1px;
  right: -11px;
  width: 10px;
  height: 15px;
}

.servdiv h2 {
  margin: 0 0 25px;
  color: #6f7d9e;
  font-size: 20px;
  padding-left: 25px;
}

.goalscont h2 {
  padding-left: 0;
}

/*-------Sustainability Report Css-------*/
.sus-reportbx {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}

.sus-reportbx .reportbx {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}

.sus-reportbx .reportbx h3 {
  background: #dcfbe7;
  border-bottom: 1px solid #106930;
  font-size: 16px;
  font-weight: 400;
  color: #106930;
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 12px 20px;
  position: relative;
  width: 94%;
}

.sus-reportbx .reportbx:nth-child(2n) h3 {
  background: #e2f4ff;
  border-bottom-color: #17608f;
  color: #17608f;
}

.sus-reportbx .reportbx:nth-child(3n) h3 {
  background: #fef2ff;
  border-bottom-color: #782f89;
  color: #782f89;
}

.sus-reportbx .reportbx h3:after {
  content: "";
  background: url(../../images/default-source/sustainability/sust-arrow-green.html)
    no-repeat;
  width: 18px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 18px;
  transition: all ease-in-out 300ms;
}

.sus-reportbx .reportbx:nth-child(2n) h3:after {
  background: url(../../images/default-source/sustainability/sust-arrow-blue.html)
    no-repeat;
}

.sus-reportbx .reportbx:nth-child(3n) h3:after {
  background: url(../../images/default-source/sustainability/sust-arrow-violet.html)
    no-repeat;
}

.sus-reportbx .reportbx h3.active:after {
  transform: rotate(-180deg);
}

.sus-reportbx .reportbx .reportbxcontent {
  display: none;
  float: left;
  padding: 20px 15px 0;
  width: 94%;
}

.sus-reportbx .reportbx p {
  margin-bottom: 20px;
}

.sus-reportbx .reportbx ul {
  list-style: outside none none;
  margin: 0 -5px;
  padding: 0;
}

.sus-reportbx .reportbx ul li {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.sus-reportbx .reportbx ul li img {
  width: 100%;
}

/*-------Our Approach Css-------*/
.our-approach {
  padding-top: 60px;
}

.our-approach h2 {
  padding-left: 0;
  margin-bottom: 10px;
}

.approch-image {
  margin-bottom: 15px;
}

.approch-image img {
  width: 100%;
}

.approch-video iframe {
  width: 100%;
}

/*-------Goals and Targets Css-------*/
.servdiv .firstgoal {
  color: #6d6e72;
  font-size: 62px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0px;
  min-height: 290px;
}

.servdiv .firstgoal .smlfont {
  font-size: 48px;
}

.servdiv .firstgoal .yearofont {
  font-size: 180px;
}

.servdiv .firstgoal p {
  padding: 15px 0;
  border-top: 1px solid #6d6e72;
  border-bottom: 1px solid #6d6e72;
  font-size: 32px !important;
  text-align: center !important;
  text-transform: none;
  letter-spacing: 1px;
}

.servdiv .firstgoal p span {
  display: block;
}

.servdiv .firstgoal p span + span {
  margin-top: 8px;
}

.servdiv .firstgoal p span:nth-child(1) {
  color: #42b7e3;
}

.servdiv .firstgoal p span:nth-child(2) {
  color: #ff9f20;
}

.servdiv .firstgoal p span:nth-child(3) {
  color: #9b1a30;
}

.servdiv .goalscont,
.servdiv .goalscont2 {
  float: left;
  width: 45%;
  padding: 0 2%;
}

.servdiv .goalscont2 {
  padding-top: 45px;
}

.servdiv .goalslit {
  list-style: none;
  text-align: center;
  margin: 0 -10px;
  padding: 0;
}

.servdiv .goalslit li {
  float: left;
  width: 28.3337%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.servdiv .goalslit li a {
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #002857;
  text-decoration: none;
}

.servdiv .goalslit li a.active img {
  border: 5px solid #afaeae;
  transition: all 200ms ease-in-out;
}

.servdiv .goalslit img {
  margin-bottom: 7px;
  width: 100%;
  border: 5px solid transparent;
}

.servdiv .goalslit span {
  display: block;
}

.servdiv h3 {
  margin: 0px 0 10px;
  color: #002857;
  font-size: 18px;
}

.servdiv p {
  margin: 0 0 10px;
  color: #999999;
  font-size: 14px !important;
  text-align: left !important;
}

.servdiv ul.listing {
  margin: 0;
  padding: 0 0 0 35px;
}

.servdiv ul.listing li {
  margin: 0 0 10px;
  color: #999999;
  font-size: 14px;
}

/*---------------------Piechart----------------*/
.pietopbx {
  float: left;
  width: 91%;
  padding: 4%;
  background: #fff;
}

.pietopbx h3 {
  color: #525a6c;
  font-style: italic;
  font-size: 20px;
  margin: 45px 0 7px;
}

.pietopbx p {
  color: #525a6c;
  font-size: 14px !important;
  text-align: left !important;
  font-style: italic;
}

.pietopbx .meroon {
  color: #93192b;
  font-weight: 500;
}

.pietopbx .yellow {
  color: #f8971a;
  font-weight: 500;
}

.pietopbx .blue {
  color: #35abe1;
  font-weight: 500;
}

.piechartcont {
  float: left;
  width: 100%;
  /*background: #f2f3f7;*/
  text-align: center;
  padding: 70px 0;
}

.mobile-chart img {
  width: 280px;
}

/* owl-carousel css start */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-pagination {
  width: 95%;
  margin-top: 20px;
  /*padding-left:25%;*/
  text-align: center;
}

.owl-pagination .owl-page {
  display: inline-block;
}

.owl-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background: #d1d1d1;
  border-radius: 50%;
}

.owl-pagination .active span {
  background: #969696;
}

/*-----------Media Css For Mobile View----------------*/
@media only screen and (max-width: 1099px) {
  .sustain-page {
    padding: 40px 0;
  }

  .sustain-page p.maintext {
    margin-bottom: 40px;
  }

  .susvideobx .susvideo,
  .susvideobx .susreport {
    padding-bottom: 60px;
  }

  .susvideobx .susvideo iframe {
    height: 350px;
  }

  .susvideobx p {
    font-size: 14px;
  }

  .susvideobx p img {
    width: 24px;
  }

  .servdiv .firstgoal {
    font-size: 48px;
    letter-spacing: 2px;
  }

  .servdiv .firstgoal .smlfont {
    font-size: 32px;
  }

  .servdiv .firstgoal .yearofont {
    font-size: 150px;
  }

  .servdiv .firstgoal p {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 991px) {
  .susvideobx .susvideo,
  .susvideobx .susreport {
    padding-bottom: 48px;
  }

  .susvideobx .susvideo iframe {
    height: 275px;
  }

  .susvideobx p {
    font-size: 14px;
    padding: 10px 15px;
  }

  .susvideobx p img {
    width: 18px;
  }

  .sust-testimonial blockquote {
    font-size: 16px;
    padding: 8px 26px;
  }

  .sust-testimonial blockquote:before,
  .sust-testimonial blockquote:after {
    background-size: 22px auto;
    width: 22px;
    height: 18px;
  }

  .sust-testimonial p {
    font-size: 16px;
  }

  .sust-services .tabbar p {
    font-size: 14px;
    padding: 15px;
  }

  .sus-reportbx .reportbx ul li {
    width: 33.3337%;
  }

  .approch-video iframe {
    height: 180px;
  }

  .servdiv .goalslit li a {
    font-size: 12px;
  }

  .servdiv .goalslit li:nth-child(3n + 1) {
    clear: both;
  }

  .servdiv .firstgoal {
    font-size: 38px;
  }

  .servdiv .firstgoal .smlfont {
    font-size: 26px;
  }

  .servdiv .firstgoal .yearofont {
    font-size: 120px;
  }

  .servdiv .firstgoal p {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .container-fluid .container {
    padding-left: 0;
    padding-right: 0;
  }

  .desktopshow {
    display: none !important;
  }

  .mobileshow {
    display: block !important;
  }

  .sustain-page p.maintext {
    font-size: 14px;
    padding: 0;
  }

  .susvideobx .susvideo {
    width: 100%;
    margin-bottom: 20px;
  }

  .susvideobx .susreport {
    padding: 20px 0 73px;
    width: 100%;
  }

  .susvideobx .susreport-full a > img {
    min-height: 100px;
    padding: 10px;
  }

  .sust-testimonial {
    padding: 20px 0 40px;
  }

  .sust-testimonial img {
    margin-bottom: 25px;
  }

  .owl-pagination {
    padding-left: 0;
    width: 100%;
  }

  .sust-services .tabbar {
    margin-bottom: 0;
  }

  .sust-services .tabbar li {
    width: 100%;
  }

  .sust-services .tabbar li + li {
    margin-top: 20px;
  }

  .servdiv {
    margin-top: 20px;
    padding: 20px 0;
  }

  .servdiv h2 {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .sus-reportbx .reportbx h3 {
    font-size: 14px;
    padding: 12px 15px;
  }

  .sus-reportbx .reportbx h3::after {
    background-size: 14px auto !important;
    height: 10px;
    width: 14px;
    right: 15px;
    top: 15px;
  }

  .suserv-close {
    right: 10px;
    top: 5px;
  }

  .suserv-close > img {
    width: 10px;
  }

  .servdiv p {
    font-size: 12px !important;
  }

  .sus-reportbx .reportbx .reportbxcontent {
    padding: 15px 0 0;
  }

  .sus-reportbx .reportbx ul li {
    width: 50%;
  }

  .sust-services .tabbar p {
    font-size: 12px;
    text-align: center;
  }

  .sust-services .tabbar a:hover:after,
  .sust-services .tabbar a.active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #399cd5;
    bottom: -10px;
    width: 10px;
  }

  .servdiv .goalscont {
    float: left;
    width: 100%;
    padding: 0 15px;
  }

  .servdiv .goalscont2 {
    float: left;
    width: 100%;
    padding: 25px 15px 0;
  }

  .servdiv h3 {
    font-size: 15px;
  }

  .servdiv p {
    font-size: 11px !important;
  }

  .servdiv ul.listing {
    padding: 0 0 0 15px;
  }

  .servdiv ul.listing li {
    font-size: 11px;
    margin: 0 0 10px;
  }

  .servdiv .goalslit li {
    margin-bottom: 12px;
  }

  .servdiv .goalslit img {
    margin-bottom: 3px;
  }

  .servdiv .goalslit li a {
    font-size: 10px;
    line-height: 1.2;
  }

  .servdiv .goalslit li a.active img {
    border-width: 3px;
  }

  .pietopbx .col-sm-3 {
    text-align: center;
  }

  .pietopbx img {
    max-width: 80%;
  }

  .pietopbx h3 {
    font-size: 18px;
    margin: 30px 0 7px;
  }

  .pietopbx p {
    font-size: 12px !important;
  }

  .piechartcont {
    padding: 40px 0;
  }

  .servdiv .firstgoal {
    font-size: 30px;
  }

  .servdiv .firstgoal .smlfont {
    font-size: 22px;
  }

  .servdiv .firstgoal .yearofont {
    font-size: 100px;
  }

  .servdiv .firstgoal p {
    font-size: 17px !important;
  }
}

#getSustainabilityData .col-lg-1,
#getSustainabilityData .col-lg-2,
#getSustainabilityData .col-lg-3,
#getSustainabilityData .col-lg-4,
#getSustainabilityData .col-lg-5,
#getSustainabilityData .col-lg-6,
#getSustainabilityData .col-lg-7,
#getSustainabilityData .col-lg-8,
#getSustainabilityData .col-lg-9,
#getSustainabilityData .col-lg-10,
#getSustainabilityData .col-lg-11,
#getSustainabilityData .col-lg-12,
#getSustainabilityData .col-md-1,
#getSustainabilityData .col-md-2,
#getSustainabilityData .col-md-3,
#getSustainabilityData .col-md-4,
#getSustainabilityData .col-md-5,
#getSustainabilityData .col-md-6,
#getSustainabilityData .col-md-7,
#getSustainabilityData .col-md-8,
#getSustainabilityData .col-md-9,
#getSustainabilityData .col-md-10,
#getSustainabilityData .col-md-11,
#getSustainabilityData .col-md-12,
#getSustainabilityData .col-sm-1,
#getSustainabilityData .col-sm-2,
#getSustainabilityData .col-sm-3,
#getSustainabilityData .col-sm-4,
#getSustainabilityData .col-sm-5,
#getSustainabilityData .col-sm-6,
#getSustainabilityData .col-sm-7,
#getSustainabilityData .col-sm-8,
#getSustainabilityData .col-sm-9,
#getSustainabilityData .col-sm-10,
#getSustainabilityData .col-sm-11,
#getSustainabilityData .col-sm-12,
#getSustainabilityData .col-xs-1,
#getSustainabilityData .col-xs-2,
#getSustainabilityData .col-xs-3,
#getSustainabilityData .col-xs-4,
#getSustainabilityData .col-xs-5,
#getSustainabilityData .col-xs-6,
#getSustainabilityData .col-xs-7,
#getSustainabilityData .col-xs-8,
#getSustainabilityData .col-xs-9,
#getSustainabilityData .col-xs-10,
#getSustainabilityData .col-xs-11,
#getSustainabilityData .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  #getSustainabilityData .col-sm-1,
  #getSustainabilityData .col-sm-2,
  #getSustainabilityData .col-sm-3,
  #getSustainabilityData .col-sm-4,
  #getSustainabilityData .col-sm-5,
  #getSustainabilityData .col-sm-6,
  #getSustainabilityData .col-sm-7,
  #getSustainabilityData .col-sm-8,
  #getSustainabilityData .col-sm-9,
  #getSustainabilityData .col-sm-10,
  #getSustainabilityData .col-sm-11,
  #getSustainabilityData .col-sm-12 {
    float: left;
  }

  #getSustainabilityData .col-sm-6 {
    width: 46%;
  }

  #getSustainabilityData .col-sm-3 {
    width: 25%;
  }

  #getSustainabilityData .col-sm-8 {
    width: 66.66667%;
  }

  #getSustainabilityData .col-sm-12 {
    /* width: 100%; */
  }
}

#getSustainabilityData .didYouKnow img {
  width: 100%;
}

#getSustainabilityData > img {
  display: block;
  margin: 20px 0;
  width: 35%;
}
#getSustainabilityData {
  overflow: hidden;
}
#getSustainabilityData .sust-testimonial .item {
  width: 100%;
}
