.container,
.container-fluid,
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: "";
}
.collapse.in,
.form-control,
.tab-content > .active,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-12,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-md-11,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-md-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-12,
  .col-sm-4,
  .col-sm-6 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-12,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  font-size: 16px;
}
.panel-group,
hr {
  margin-bottom: 20px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
> .panel-collapse
> .list-group:first-child
.list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
> .panel-heading
+ .panel-collapse
> .list-group
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child {
  border-top-left-radius: 3px;
}
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary,
.panel-primary > .panel-heading {
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
img {
  vertical-align: middle;
  max-width: 100% !important;
  overflow-clip-margin: content-box;
  overflow: clip;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
  -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.collapse,
.tab-content > .tab-pane {
  display: none;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
h2 {
  font-size: 30px;
}
hr {
  margin-top: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
body {
  box-sizing: border-box;
  font-family: "tahoma", sans-serif;
  color: #4D4D4F;
}
html,
body {
  overflow-x: hidden;
}
a,
a:hover {
  text-decoration: none !important;
}

p {
  font-size: 16px;
  line-height: 22px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

/*-----Owlcarousel-----*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.my-sidenav1 {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999999;
  max-width: 100%;
  width: 100%;
  background: transparent linear-gradient(90deg, #0095D9 0%, #50BC80 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  border-top: 1px solid #fff;
}
.my-sidenav1:after
{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 111px;
  height: 111px;
  background-image: url(../images/box-line-white.svg);
  background-repeat: no-repeat;
}
.my-sidenav1:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 154px;
  height: 154px;
  background-image: url(../images/esg-yellow-bax-line.svg);
  background-repeat: no-repeat;
}
.my-sidenav1 .container
{
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.closebtn
{
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 9;
}
.closebtn p
{
  font-size: 24px;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.closebtn p:hover
{
  cursor: pointer;
}
.my-sidenav1 .container .row
{
  width: 100%;
}
.LeftSideBarMenu .nav-tabs li a
{
  color: #FFFFFF;
  font-size: 24px;
  font-family: "avenir-lt-pro",sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
}
.LeftSideBarMenu
{
  border-right: 1px solid #fff;
}
.LeftSideBarMenu .nav-tabs li
{
  padding-bottom: 40px;
  padding-right: 60px;
}
.LeftSideBarMenu .nav-tabs li.active a
{
  border-bottom: 1px solid #fff;
}
.menuLists ul
{
  list-style: none;
}
.menuLists ul li 
{
  padding-bottom: 15px;
}
.menuLists ul li a
{
  color: #fff;
  font-size: 18px;
}
header {
  position: fixed;
  width: 100%;
  top: 25px;
  left: 0;
  padding: 10px 0px;
  z-index: 999;
  border: 2px solid #fff;
  opacity: 0.9;
      background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(10px);
}
.logoannualtxt img
{
  width: 84px;
}
.ham-icon,
.ham-icon1 {
  border: 1.5px solid #00377B;
  padding: 5px 10px;
  max-width: 100px;
  width: 100px;
  text-align: center;
  font-family: "avenir-lt-pro", sans-serif;
}
.menutxt
{
  display: flex;
  align-items: center;
}
.menutxt img
{
  margin-left: 10px;
}
.ecodesgined div {
  width: 15px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.ecotxt {
  visibility: hidden;
  width: 250px !important;
  background: #5E9C48 0% 0% no-repeat padding-box;
  height: auto !important;
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: -15px;
  left: 100px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.ecodesgined:hover .ecotxt
{
  visibility: visible;
  opacity: 1;
}
.ecodesgined p
{
  color: #5E9C48;
}
.ecotxt p
{
  color: #fff!important;
  font-size: 14px;
}
.ecotxt:before
{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background: transparent;
  clip-path: polygon(0 0, 0 50%, 50% 0);
}
.ham-icon:hover,
.ham-icon1:hover {
  cursor: pointer;
}
.my-sidenav,
.ham-icon1 {
  display: none;
}
.rightmenu,
header .row,
.ecodesgined {
  display: flex;
  align-items: center;
}
.rightmenu {
  float: right;
}
.menutxt small {
  color: #011048;
  padding: 9px 15px;
  border-radius: 50px;
  display: none;
  font-size: 16px;
}
header a,
header p {
  font-size: 14px;
  color: #0b2d4f;
}
.ecodesgined p {
  color: #5e9c48;
}
.ecodesgined {
  position: relative;
  cursor: pointer;
  padding: 4px 15px;
  margin-right: 15px;
}
.logoannualtxt {
  display: flex;
  align-items: center;
 /* background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(10px);
  max-width: 331px;
  padding: 5px 10px;*/
}
.logoannualtxt a:first-child
{
  padding-right: 15px;
  border-right: 0.5px solid #707070;
}
.logoannualtxt a:last-child {
  margin-left: 15px;
  font-size: 16px;
  color: #00377b;
  font-family: "avenir-lt-pro", sans-serif;
}
.homebanner {
  background: url(../images/srfbanner1.webp);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.chairmansec {
  background: url(../images/chairman-img.webp);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  background-position: bottom;
}
.aboutesgsec {
  background: url(../images/about-the-esg-report-img.webp);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.esgperformance {
  height: 100vh;
  display: flex;
  align-items: center;
}

.esgperformance .row {
  height: 127px;
  overflow: hidden;
  position: relative;
}
.snapshotdata1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 0px;
  line-height: 0px;
  display: block;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch
.switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch
.switch-title {
  color: #ffcc31;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch
.switch-title:after {
  position: absolute;
  top: calc(100% + 3px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 19px;
  height: 18px;
  background: url(../images/star-white.svg);
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
  background-repeat: no-repeat;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch.active
.switch-title:after {
  background: url(../images/star-green.svg);
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(90deg, #56c5d0 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background: transparent linear-gradient(90deg, #56c5d0 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  height: 3px;
  top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 75%;
}
.pageslinks a {
  display: flex;
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 16px;
  color: #00377b;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  line-height: 20px;
  position: relative;
  font-weight: 700;
}
.pageslinks a picture {
  width: 100%;
  max-width: 136px;
}
footer {
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-color: #00377b;
  height: 43px;
  width: 100%;
  left: 0;
}
footer .footerlinks {
  background-color: #0095d9;
  padding: 45px 95px 10px;
}
footer a {
  font-size: 16px;
  position: relative;
}
footer ul li a {
  display: block;
}
footer ul li a:before,
.pdfarrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/download-arrow.svg);
  width: 16px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer ul li {
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer ul {
  list-style: none;
  padding-left: 0;
  max-width: 85%;
}
.sociallinks {
  display: flex;
  align-items: center;
  float: right;
}
footer h6,
footer p,
footer a {
  color: #fff;
  font-family: "avenir-lt-pro", sans-serif;
}
.sociallinks a {
  margin-left: 10px;
}
footer h6 {
  font-size: 40px;
}
footer .row .col-md-6:last-child p,
footer .row .col-md-6:last-child p a,
footer .row .col-md-6:nth-child(7) p {
  font-size: 12px;
}
footer .row .col-md-6:last-child p {
  float: right;
}
footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footerlinks .row .col-md-6:nth-child(2) ul li:first-child
{
  padding-top: 15px;
}
.footerlinks .row .col-md-6 ul li:last-child
{
  border-bottom: 0;
}
.footerlinks .row .col-md-6:nth-child(2) ul
{
  float: right;
  width: 100%;
}
.pageslinks {
  padding: 50px 0px;
}
.pageslinks a span {
  margin-left: 15px;
  margin-top: 15px;
  padding-right: 15px;
  position: relative;
}
.pageslinks a span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 15px;
  background-image: url(../images/blue-arrow.svg);
  left: 0;
  bottom: 15px;
}
.awardsec {
  padding: 100px 0px 0px;
  background-color: #00377b;
  height: 662px;
  position: relative;
}
.awardsec h3 {
  color: #ffffff;
  text-align: center;
  padding-bottom: 90px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.awardsec .swiper-slide ul {
  list-style: none;
  padding-top: 50px;
}
.awardsec .swiper-slide ul li {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.awardsec .swiper-slide ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: transparent linear-gradient(90deg, #56c5d0 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  top: 8px;
  left: 0;
}
.awardsec .swiper-slide ul ul {
  padding-top: 20px;
  list-style: disc;
  padding-left: 20px;
}
.awardsec .swiper-slide ul ul li {
  padding-left: 0;
}
.awardsec .swiper-slide ul ul li:before {
  display: none;
}
.awardsec .swiper-slide ul ul li:last-child {
  padding-bottom: 0;
}
.awardsec:before,
.esgperformance:before {
  content: "";
  position: absolute;
  background-image: url(../images/esg-yellow-bax-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 145px;
  height: 145px;
  right: 0;
  top: 0;
}
.awardsec:after,
.esgperformance:after,
.aboutesgsec:after,
.capitalsec:after {
  content: "";
  position: absolute;
  background-image: url(../images/box-line-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 113px;
  height: 113px;
  left: 0;
  bottom: 0;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch
.switch-title:before {
  position: absolute;
  top: calc(100% + -25px);
  right: 50%;
  transform: translateX(83%) translateY(-50%);
  content: "Q1 FY25";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
  font-size: 20px;
  background: transparent linear-gradient(90deg, #56c5d0 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100px;
  text-align: center;
  height: 23px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch:nth-child(2)
.switch-title:before {
  content: "Q2 FY25";
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch:nth-child(3)
.switch-title:before {
  content: "Q3 FY25";
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch:nth-child(4)
.switch-title:before {
  content: "Q4 FY25";
}
.esgperformance {
  height: 662px;
  position: relative;
}

.esgperformance h2 {
  font-size: 60px;
  color: #00377b;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}
/*@supports ((text-stroke: 1px #00377b) or (-webkit-text-stroke: 1px #00377b)) {
  .esgperformance h2 {
    color: transparent;
    -webkit-text-stroke: 1px #00377b;
    text-stroke: 1px #00377b;
    text-shadow: none;
  }
}*/
.esgperformance h4 {
  font-size: 18px;
  color: #00377b;
  line-height: 22px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  padding-top: 10px;
}
.esgperformance h4 span {
  color: transparent;
  background: transparent linear-gradient(90deg, #56c5d0 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 900;
}
.snapshotdata1 {
  padding-bottom: 40px;
}
.esgperformance h4 span.hefirst {
  display: block;
  line-height: 52px;
}
srf {
  display: block;
}
.aboutesgsec {
  position: relative;
}
.aboutesgsec p,
.chairmansec p {
  color: #00377b;
  font-size: 18px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  padding-bottom: 25px;
}
.aboutesgsec h6,
.chairmansec h6 {
  font-size: 24px;
  color: #fff;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 35px;
}
.aboutesgsec a,
.capitalsec a {
  color: #fff;
  border-bottom: 1px solid;
  font-size: 16px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
}
.chairmansec h6 span {
  display: block;
  padding-bottom: 10px;
}
.boxline {
  display: flex;
  padding-top: 15px;
}
.chairmansec .boxline h6 {
  line-height: 24px;
  padding-bottom: 5px;
}
.chairmansec .boxline p {
  font-size: 16px;
  color: #fff;
  font-family: "tahoma", sans-serif;
}
.boxline div:nth-child(2) {
  padding-left: 15px;
}
.chairmansec .boxline p span {
  display: block;
}
.chairmansec a,
.mapsec .readmorebtn a {
  color: #00377b;
  font-size: 16px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid;
}
.chairmansec:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.chairmansec .col-md-5 {
  padding-left: 60px;
}
.mapsec {
  padding: 60px 0px;
}
.mapsec ul {
  max-width: 508px;
  background: transparent linear-gradient(90deg, #0095d9 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  border-radius: 50px;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 0px auto 30px;
  justify-content: space-between;
}
.mapsec ul li a {
  color: #fff;
  font-size: 20px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  padding: 10px 24px;
  display: block;
}
.mapsec ul li.active {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50px;
}
.mapsec ul li.active a {
  color: #00377b;
}
.tab-content > .active {
  display: block;
}
.mapsec .readmorebtn {
  text-align: center;
}
.mapsec p {
  padding-bottom: 25px;
}
.capitalsec {
  padding: 50px 0px;
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: transparent linear-gradient(90deg, #0095d9 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
}
.capitalsec .cps {
  padding-bottom: 130px;
  display: flex;
  align-items: center;
  height: 100vh;
}
.capitalsec h6 {
  color: #fff;
  font-size: 32px;
  padding-bottom: 20px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
}
.capitalsec h6 span {
  font-size: 24px;
}
.capitalsec p {
  padding-bottom: 40px;
  color: #fff;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.capitalsec a
{
  font-size: 20px;
}
.capitalsec h3 {
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
}
.capitalsec h3 span
{
  display: block;
}
.capitalsec .col-md-6 .col-md-6 p {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
}
.capitalsec picture {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: block;
}
.capitalsec picture:before {
  content: "";
  position: absolute;
  width: 114px;
  height: 114px;
  left: -30px;
  top: -30px;
  background-image: url(../images/img-box-line.svg);
}
.capitalsec .row {
  overflow: hidden;
}
.breadcrums {
  /* padding-top: 120px; */
  padding-bottom: 50px;
}

.breadcrums a {
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4f;
  font-family: "tahoma", sans-serif;
}
.banner {
  margin-bottom: 72px;
  margin-bottom: 40px;
  padding-top: 130px;
}
.banner h2 {
  font-size: 28px;
  line-height: 34px;
  font-family: "avenir-lt-pro", sans-serif;
  color: #f7911d;
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 15px;
}
.banner p {
  max-width: 700px;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: "avenir-lt-pro", sans-serif;
  background: linear-gradient(to right, #0095d9, #50bc80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  padding-right: 80px;
}
.banner .banner-img {
  position: relative;
}
.banner .banner-img .yellow {
  position: absolute;
  top: -39px;
  left: -40px;
}
.key-highlight h3 {
  font-size: 20px;
  line-height: 24px;
  color: #4d4d4f;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  padding-bottom: 25px;
}
.key-highlight h1 {
  font-size: 39px;
  line-height: 29px;
  color: #f7911d;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
}
.key-highlight p {
  color: #4d4d4f;
  font-weight: 700;
  padding-bottom: 40px;
}
.key-highlight p span {
  font-size: 20px;
  line-height: 29px;
  color: #f7911d;
  font-weight: 700;
}
.key-highlight h1 span {
  font-size: 24px;
  line-height: 29px;
  color: #f7911d;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
}
.initiative .first-sec h3 {
  font-size: 20px;
  line-height: 24px;
  color: #f7911d;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}
.initiative {
  position: relative;
}

.initiative .first-sec h3.clr-black {
  color: #000!important;
}
.initiative .first-sec {
  padding-bottom: 40px;
}
.initiative .first-sec p {
  font-weight: 700;
  color: #4d4d4f;
}
.initiative .first-sec p:nth-of-type(1) {
  border-bottom: 1px solid#707070;
  max-width: 284px;
}
.initiative .first-sec.noBrdr p:nth-of-type(1) {
  border-bottom: none;
  max-width: 100%;
}
.initiative .row {
  border: 1px solid #f7911d;
  max-width: 1139px;
  margin-left: 0px;
  padding: 20px;
}
.growth {
  padding: 20px;
  background: #f7911d;
  margin-bottom: 40px;
}
.growth h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}
.growth p {
  color: #fff;
  padding-bottom: 30px;
}
.grephSec {
  padding-bottom: 25px;
}
.grephSec h3 {
  font-size: 20px;
  line-height: 24px;
  color: #f7911d;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.grephSec p {
  color: #4d4d4f;
}
.circleGraph {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 30px;
}
.legend-box {
  border: 1px solid #f7911d; /* orange border */
  padding: 8px 12px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.legend-box span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-color {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.legend-color.cb {
  background-color: #f7911d;
}

.legend-color.pfb {
  background-color: #fbc275;
}

.legend-color.ttb {
  background-color: #a1a1a1;
}

.legend-color.other {
  background-color: #e5e5e5;
}
.bigBox {
  text-align: center;
  padding-bottom: 40px;
}
.impactFinan {
  background-image: url(../images/financial/last-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 376px;
  padding: 40px;
  margin-bottom: 40px;
}
.mauf-cap h3 {
  color: #4d4d4f;
  font-size: 20px;
  line-height: 24px;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.mauf-cap p {
  color: #4d4d4f;
/*  padding-left: 32px;*/
}
.mauf-cap {
  padding-bottom: 20px;
}
.mauf-cap h3 span {
  color: #f7911d;
  font-size: 28px;
  line-height: 34px;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
/*  */
.Nextprevious {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px;
}

.Nextprevious .nav-box:hover {
  background: linear-gradient(to right, #0095d9, #50bc80);
  color: #ffffff;
}

.Nextprevious .nav-box {
  border: 1px solid #1f4e79;
  color: #1f4e79;
  font-weight: bold;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: white;
  font-family: Arial, sans-serif;
  font-size: 15px;
}
.Nextprevious .nav-box:hover .arrow {
  color: #ffffff;
}
.nav-box.right {
  justify-content: right;
}
.Nextprevious .nav-box .arrow {
  color: #2bb2a3;
  font-size: 18px;
}
.banner.manu-f h2 {
  color: #7a59a5;
  font-weight: 700;
}
.key-highlight.manu-f h1 {
  color: #7a59a5;
}
.key-highlight.manu-f h1 span {
  color: #7a59a5;
}
.all-data {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.initiative.manu-f .row {
  border: 1px solid #7a59a5;
  max-width: 1139px;
  margin-left: 0px;
  padding: 20px;
}
.initiative.manu-f .first-sec p:nth-of-type(1) {
  max-width: 100%;
  padding-bottom: 10px;
}
.initiative.manu-f .first-sec p:nth-of-type(2) {
  padding-top: 10px;
}
.initiative.manu-f .first-sec h3 {
  color: #7a59a5;
}
.orange-sec.manuf .growth {
  background-color: #7a59a5;
  padding-bottom: 40px;
}
.orange-sec.manuf .grephSec h3 {
  color: #7a59a5;
}
.orange-sec.manuf .grephSec p {
  padding-bottom: 30px;
}
.grephSec .row {
  padding-bottom: 20px;
}
.our-expertise {
  padding: 30px 0 32px 32px;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
  linear-gradient(to right, #50bc80, #0095d9) border-box;
  position: relative;
  margin-bottom: 30px;
}
.our-expertise .btm-box {
  position: absolute;
  bottom: -16px;
  right: -2px;
}
.our-expertise h3 {
  line-height: 25px;
  background: transparent linear-gradient(
    90deg,
    #57CED3 0%,
    #59C3D0 10%,
    #5AB8CC 20%,
    #5CACC8 30%,
    #5DA0C4 40%,
    #5F95C0 50%,
    #6088BC 60%,
    #627CB8 70%,
    #646FB4 80%,
    #6562B0 90%,
    #6755AC 100%
  ) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 24px;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  display: inline-block;
}

.our-expertise ul {
  list-style: none;
  padding-left: 2px;
  margin: 0;
  font-size: 16px;
  color: #4D4D4F;
}

.our-expertise ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.our-expertise ul li:nth-of-type(1) {
  border-bottom: 1px solid #707070;
}
.our-expertise ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #00377b;
  transform: rotate(45deg);
}
.stren-img {
  padding-bottom: 20px;
}
.stren-img img {
  padding-bottom: 10px;
}
.impactFinan.manuf {
  background-image: url(../images/manufactured/last-img.webp);
}
.impactFinan.manuf .mauf-cap h3 span {
  color: #7a59a5;
  font-size: 28px;
  line-height: 34px;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.impactFinan.manuf .mauf-cap h3 {
  color: #000;
}
.banner.intell-f h2 {
  color: #0095d9;
}
.key-highlight.intell-f h1 {
  color: #0095d9;
}
.key-highlight.intell-f h1 span {
  color: #0095d9;
}
.initiative.intell-f .row {
  border: 1px solid #0095d9;
  border-bottom: none;
}
.initiative.intell-f .first-sec h3 {
  color: #0095d9;
}
.initiative.intell-f .first-sec h3.clr-black {
  color: #000;
}
.initiative.intell-f .first-sec p:nth-of-type(1) {
  border-bottom: 1px solid #707070;
  max-width: 100%;
}
.initiative.intell-f .first-sec.noBrdr p:nth-of-type(1) {
  border-bottom: none;
  max-width: 100%;
}
.initiative.intell-f p.font-n {
  font-weight: normal;
}
.orange-sec.intell .growth {
  background-color: #0095d9;
}
.row.strength {
  align-items: center !important;
  min-height: 300px;
  display: flex;
}
.grephSec.intell h3 {
  color: #0095d9;
}
.grephSec.intell p {
  padding-bottom: 25px;
}
.our-expertise.new-ul ul {
  display: flex;
  gap: 40px;
}
.our-expertise.new-ul ul li:nth-of-type(1) {
  border-bottom: none;
}
.chemi-img {
  padding-bottom: 40px;
}
.impactFinan.intell {
  background-image: url(../images/intellectual/last-img.webp);
}
.impactFinan.intell .mauf-cap h3 span {
  color: #0095d9;
}
.banner.natural-f h2 {
  color: #82c345;
}
.key-highlight.natural-f h1 {
  color: #82c345;
}
.key-highlight.natural-f h1 span {
  color: #82c345;
}
.initiative.natural-f .row {
  border: 1px solid #82c345;
}
.initiative.natural-f .first-sec h3 {
  color: #82c345;
}
.initiative.natural-f .first-sec p:nth-of-type(1) {
  border-bottom: 1px solid #707070;
  max-width: 100%;
}
.initiative.natural-f .first-sec.noBrdr p:nth-of-type(1) {
  border-bottom: none;
  max-width: 100%;
}
.initiative.natural-f p.font-n {
  font-weight: normal;
  padding-bottom: 10px;
}
.orange-sec.natural .growth {
  background-color: #82c345;
}
.ecoVadias {
  display: flex;
  align-items: center;
  max-width: 300px;
  gap: 14px;
}
.ecoVadias h3 {
  padding-bottom: 0;
}
.ecoVadias h3 span {
  display: block;
}
.grephSec.natural h3 {
  color: #82c345;
}
.grephSec.natural p {
  padding-bottom: 25px;
}
.grephSec.natural .stren-img {
  padding-bottom: 40px;
}
.our-expertise.noBrdr {
  border: none;
  padding-left: 0;
}
.our-expertise.noBrdr ul li:nth-of-type(1) {
  border-bottom: none;
}
.main-exp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 849px;
}
.our-expertise.natural h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  color: #82c345;
  -webkit-text-fill-color: initial;
  background: none;
  -webkit-background-clip: initial;
  color: #82c345;
}
.our-expertise h3.blue {
  color: #00377b;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 0;
}
.our-expertise.natural {
  min-height: 150px;
}
.main-exp .chem-perf p {
  font-size: 14px;
  line-height: 18px;
  background: linear-gradient(to right, #56c5d0, #82c345);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 3px;
  font-weight: 700;

}
.main-exp .chem-perf h2 {
  font-size: 38px;
  line-height: 30px;
  background: linear-gradient(to right, #56c5d0, #82c345);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-family: "avenir-lt-pro", sans-serif;
}
.main-exp .chem-perf h2 span {
  font-size: 16px;
  line-height: 25px;
}
.our-expertise.natural.newH {
  min-height: 110px;
}
.impactFinan.natural {
  background-image: url(../images/natural/last-img.webp);
}
.esg-performance h1 {
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #00377b;
  padding-bottom: 40px;
}
.esg-performance h6 {
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: #0095d9;
  padding-bottom: 12px;
}
.esg-performance p {
  font-family: "tahoma", sans-serif;
  color: #4d4d4f;
  padding-bottom: 30px;
}
.esg-perf-div {
  background-image: url(../images/esg-performance/esg-p-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px 30px 30px;
}

.esg-perf h5 {
  color: #00377b;
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.esg-perf h5 span {
  background: transparent linear-gradient(90deg, #0095d9 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
  font-weight: 600;
}
.esg-perf .grd-txt {
  font-size: 18px;
}
.esg-perf-div .row .col-md-4,
.esg-perf-div .row .col-md-3 {
  padding: 30px 0px;
  border-top: 1px solid #000000;
}
.esg-perf-div .row .col-md-4:first-child {
  margin-left: 30px;
}
.esg-perf-div .row:last-child .col-md-4,
.esg-perf-div .row:last-child .col-md-3 {
  border-bottom: 1px solid #000000;
}
.esg-perf {
  min-height: 74px;
}

.awardsec .swiper-slide ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: transparent linear-gradient(90deg, #56c5d0 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  top: 8px;
  left: 0;
}
.awardsec .swiper-slide ul ul {
  padding-top: 20px;
  list-style: disc;
  padding-left: 20px;
}
.awardsec .swiper-slide ul ul li {
  padding-left: 0;
}
.awardsec .swiper-slide ul ul li:before {
  display: none;
}
.awardsec .swiper-slide ul ul li:last-child {
  padding-bottom: 0;
}
.awardsec:before,
.esgperformance:before,
.green-centrel:before {
  content: "";
  position: absolute;
  background-image: url(../images/esg-yellow-bax-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 145px;
  height: 145px;
  right: 0;
  top: 0;
}
.awardsec:after,
.aboutesgsec:after,
.capitalsec:after,
.green-centrel:after {
  content: "";
  position: absolute;
  background-image: url(../images/box-line-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 113px;
  height: 113px;
  left: 0;
  bottom: 0;
}
.esg-brd-rgt::before {
  position: absolute;
  content: "";
  min-height: 132px;
  width: 1px;
  background-color: #000;
  top: -30px;
  right: 56px;
}
/* .esg-perf-div {
  margin-bottom: 40px;
  background-image: url(../images/natural/last-img.webp);
} */
.banner.human-f h2 {
  color: #c67b92;
}
.key-highlight.human-f h1 {
  color: #c67b92;
}
.key-highlight.human-f h1 span {
  color: #c67b92;
}
.key-highlight.human-f .down-data {
  max-width: 400px;
  padding-bottom: 30px;
}
.initiative.human-f .row {
  border: 1px solid #c67b92;
}
.initiative.human-f .first-sec h3 {
  color: #c67b92;
}
.initiative.human-f .first-sec p.font-n {
  font-weight: normal;
  padding-bottom: 30px;
}
.initiative.human-f .first-sec h3.clr-black {
  color: #000;
}
.initiative.human-f .first-sec.noBrdr.key-s {
  padding-top: 150px;
}
.chairmansec a,
.mapsec .readmorebtn a {
  color: #00377b;
  font-size: 16px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid;
}
.chairmansec:after {
 display: none;
}
.chairmansec .col-md-5 {
  padding-left: 60px;
}
.mapsec {
  padding: 60px 0px;
  height: 662px;
  background: transparent linear-gradient(90deg, rgba(0, 149, 217, 0.1) 0%, rgba(80, 188, 128, 0.1) 100%) 0% 0% no-repeat padding-box;

}
.mapsec ul {
  max-width: 508px;
  background: transparent linear-gradient(90deg, #0095d9 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  border-radius: 50px;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 0px auto 30px;
  justify-content: space-between;
}
.mapsec ul li a {
  color: #fff;
  font-size: 20px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  padding: 10px 24px;
  display: block;
}
.mapsec ul li.active {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50px;
}
.mapsec ul li.active a {
  color: #00377b;
}
.orange-sec.human .growth {
  background-color: #c67b92;
}
.grephSec.human h3 {
  color: #c67b92;
}
.mapsec .tab-content #tab2 img {
  max-width: 774px !important;
  margin: auto;
}
.mapsec .readmorebtn {
  text-align: center;
}
.grephSec.human p {
  padding-bottom: 25px;
}
.grephSec.human .scb-img {
  padding-bottom: 30px;
}
.light-pBox {
  background-color: #e7c7d0;
  text-align: center;
  padding: 20px;
  position: relative;
}
.light-pBox .bigArrow {
  display: flex;
  justify-content: space-between;
  max-width: 998px;
  padding-left: 72px;
  margin-bottom: -51px;
}
.light-data {
  display: flex;
  justify-content: space-between;
  padding-left: 72px;
  padding-top: 40px;
}
.light-data h3 {
  max-width: 251px;
}
.light-pBox::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 90px;
  right: -1px;
  top: 0;
  background: #fff;
  clip-path: polygon(57% 0, 100% 29%, 100% 0);
}
.light-pBox::after {
  content: "";
  position: absolute;
  width: 99px;
  height: 115px;
  left: -1px;
  top: 0;
  background: #fff;
  clip-path: polygon(24% 0, 0 0, 0 24%);
}
.big-head h1 {
  /* background: linear-gradient(to right, #f7911d, #82c345); */
  background: transparent linear-gradient(90deg, #F7911D 0%, #C67B92 40%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  padding-bottom: 10px;

  margin-bottom: 20px;
}
.big-head h1 span {
  border-bottom: 2px solid #707070;
  padding-bottom: 6px;
}
.capitalsec picture:before {
  content: "";
  position: absolute;
  width: 114px;
  height: 114px;
  left: -30px;
  top: -30px;
  background-image: url(../images/img-box-line.svg);
  z-index: 1;
  background-repeat: no-repeat;
}
.ecohref {
  position: relative;
  padding-left: 25px;
}
.ecohref:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 25px;
  background-image: url(../images/gwhite-icon.svg);
  top:5px;
  bottom: auto;
  margin: auto;
  left: 0;
}
.capitalsec .row {
  overflow: hidden;
}

.green-centrel {
  background: transparent linear-gradient(90deg, #0095D9 0%, #50BC80 100%) 0% 0% no-repeat padding-box;
  height: 100vh;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin: 20px;
}
.green-centrel-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 5;
  overflow: hidden;
  width: 100vw;
  max-width: 100%;
}
.green-centrel1 {
  position: absolute;
  z-index: 6;
  transform: scale(0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
  opacity: 0;
}
.green-centrel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.green-centrel2 {
  position: absolute;
  z-index: 8;
  transform: translateY(100%);
  margin: 20px;
}
.green-centrel3 {
  position: absolute;
  z-index: 9;
  transform: translateY(100%);
  margin: 20px;
}
.green-centrel4 {
  position: absolute;
  z-index: 10;
  transform: translateY(100%);
  margin: 20px;
}
.green-centrel5 {
  position: absolute;
  z-index: 11;
  transform: translateY(100%);
  margin: 20px;
}
.green-centrel-text h2 {
  font-size: 80px;
  color: #00377b;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  will-change: transform;
 /* animation: marquee1 linear infinite;
  animation-delay: 0s;
  animation-duration: 10s;*/
  text-align: center;
}
/*@keyframes marquee1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}*/
.green-txt h3 {
  color: #fff;
  font-size: 40px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  padding-left: 20px;
  line-height: 40px;
}
.green-centrel .container,
.green-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: fit-content;
  z-index: 12;
}
.green-centrel .container .col-md-5 {
  position: relative;
}

.green-txt .txticon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
/*.green-txt1 {
  opacity: 0;
}
.green-txt2 {
  opacity: 0;
  transform: translateY(50px);
}
.green-txt3 {
  opacity: 0;
  transform: translateY(50px);
}
.green-txt4 {
  opacity: 0;
  transform: translateY(50px);
}
.green-txt5 {
  opacity: 0;
  transform: translateY(50px);
}*/
.green-txt .txticon img {
  height: auto;
  width: auto;
  margin-bottom: 54px;
}
.green-txt a {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
}
.green-txt a:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.colorbg {
  height: 20px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgb(0, 149, 217) 0%,
    rgb(80, 188, 128) 100%
  )
  0% 0% no-repeat padding-box padding-box transparent;
}
.green-centrel:after,
.green-centrel:before {
  z-index: 14;
}
.green-centrel:after {
  left: 20px;
  width: 106px;
  height: 106px;
}
.green-centrel:before {
  width: 144px;
  height: 144px;
}
.grephSec .row.set-up {
  align-items: center;
  display: flex;
}
.preFix {
  padding-bottom: 30px;
}
.our-expertise p {
  padding-bottom: 30px;
}
.our-expertise.human h3 {
  color: #c67b92;
  -webkit-text-fill-color: initial;
}
.our-expertise.human {
  background: linear-gradient(white, white) padding-box,
  linear-gradient(to right, #f9a572, #c67b92) border-box;
}
.grephSec.human .our-expertise.noBrdr ul li {
  color: #00377b;
}
.impactFinan.human {
  background-image: url(../images/human/last-img.webp);
}
.esg-brd-rgt {
  position: relative;
}
.esg-brd-rgt::before {
  position: absolute;
  content: "";
  min-height: 135px;
  width: 1px;
  background-color: #000;
  top: -30px;
  right: 56px;
}
.esg-perf-div {
  margin-bottom: 40px;
}
.management-discussion h2 {
  color: #00377b;
}
.management-discussion-content h5 {
  color: #00377b;
  font-size: 20px;
  line-height: 24px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 600;
  padding-bottom: 12px;
}
.management-discussion-content h5.lgt-blue-headin {
  color: #56c5d0;
}
.management-discussion-content p {
  color: #4d4d4f;
  font-family: "tahoma", sans-serif;
  padding-bottom: 30px;
}

.download-btn-srf {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0px 0 0px 24px;
  background-color: #0095d9;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.download-btn-srf .text {
  z-index: 2;
  padding-right: 10px;
}

.download-btn-srf img {
  width: 43px;
  height: 43px;
  padding-left: 10px;
  background-color: #00377b;
  padding: 6px;
  position: relative;
  z-index: 2;
}

.download-btn-srf::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #00377b;
  transition: width 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  z-index: 1;
}

.download-btn-srf:hover::before {
  width: 100%;
  right: 0;
  left: auto;
  opacity: 1;
}
.download-btn-srf:hover img {
  padding-left: 0;
}
/* .download-btn:hover .text{
		padding-right: 0;
		transition: ease;
	} */
  .download-btn-srf::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 200px;
    width: 100%;
    background: white;
    z-index: 9999;
    clip-path: polygon(100% 92%, 92% 100%, 100% 100%);
  }

  .board-report-content h5 {
    color: #0095d9;
    font-size: 20px;
    line-height: 24px;
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 600;
    padding-bottom: 15px;
  }
  .board-report-content img {
    padding-bottom: 50px;
    width: 85%;
  }
  .board-report-content p {
    padding-bottom: 20px;
    font-family: "tahoma", sans-serif;
  }
  .last-div-boardreports {
    padding-bottom: 40px;
  }
  .last-div-boardreports p {
    font-family: "tahoma", sans-serif;
  }
  .global-blue-div {
    background-color: #0095d9;
    padding: 30px;
    position: relative;
  }
  .global-blue-div::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 200px;
    width: 24%;
    background: white;
    z-index: 9999;
    clip-path: polygon(100% 88%, 88% 100%, 100% 100%);
  }
  .global-blue-div h4 {
    font-family: "avenir-lt-pro", sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 30px;
    font-weight: 600;
  }
  .global-blue-div p {
    font-family: "avenir-lt-pro", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 20px;
    font-weight: 600;
  }
  .global-blue-div ul {
    padding-left: 0;
  }
  .global-blue-div ul li {
    position: relative;
    list-style: none;
    font-family: "tahoma", sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    padding-bottom: 15px;
    padding-left: 15px;
    font-weight: normal;
  }
  .global-blue-div ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 0;
    background-color: #ffffff;
  }
  .global-footprint-one,
  .global-footprint-two,
  .global-footprint-three {
    margin-bottom: 40px;
  }
  .global-green-div {
    background-color: #009490;
  }

  .banner .banner-img .white {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .chairman-banner h2 {
    color: #00377b;
  }
  .chairman-banner h3 {
    font-family: "tahoma", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4f;
  }
  .chairman-banner h3.top-sub-headin {
    padding-bottom: 15px;
  }
  .chairman-banner p {
    line-height: 25px;
    font-weight: 600;
  }
  .chairman-banner h4 {
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 24px;
    line-height: 35px;
    color: #00377b;
    font-weight: 600;
  }

  .chairman-top-sec h5 {
    font-family: "tahoma", sans-serif;
    font-size: 24px;
    line-height: 21px;
    color: #00377b;
    padding-bottom: 10px;
  }
  .chairman-top-sec p {
    font-family: "tahoma", sans-serif;
    padding-bottom: 15px;
  }
  .chairman-top-sec p.pd-btm-50 {
    padding-bottom: 35px;
  }
  .chairman-top-sec p span {
    font-weight: 600;
  }
  .chairman-top-sec h6 {
    color: #0095d9;
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
    font-weight: 600;
  }
  .chairman-inside-box {
    padding: 30px 25px;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #50bc80, #0095d9) border-box;
    position: relative;
    margin-bottom: 40px;
  }
  .chairman-inside-box .btm-box {
    position: absolute;
    bottom: -16px;
    right: -2px;
  }
  .chairman-inside-box p {
    color: #00377b;
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
  }
  .chairman-top-sec h4 {
    color: #0095d9;
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
  }
  .chairman-top-sec p.no-pd-btm {
    padding-bottom: 0px;
  }
  .corporate-info-sec h6 {
    color: #0095d9;
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 12px;
  }
  .corporate-info-sec p {
    font-family: "tahoma", sans-serif;
    color: #4d4d4f;
    padding-bottom: 40px;
  }
  .about-esg-report-content h6 {
    color: #0095d9;
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 12px;
  }
  .about-esg-report-content p {
    font-family: "tahoma", sans-serif;
    color: #4d4d4f;
    padding-bottom: 20px;
  }
  .about-esg-report-content ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
  }
  .about-esg-report-content ul li {
    font-family: "tahoma", sans-serif;
    color: #4d4d4f;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 15px;
    position: relative;
    list-style: none;
    padding-left: 15px;
  }

  .about-esg-report-content ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 5px;
    left: 0px;
    background-color: #00377b;
    transform: rotate(45deg);
    transform-origin: center;
  }

  .about-esg-report-content {
    padding-bottom: 20px;
  }
  .awards-accolades h2 span {
    display: block;
  }
  .award-sub-div h3,
  .award-sub-div-three h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    font-family: "avenir-lt-pro", sans-serif;
    background: transparent linear-gradient(90deg, #56c5d0 0%, #50bc80 100%) 0% 0%
    no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .award-sub-div {
    position: relative;
    max-width: 230px;
    display: flex;
    gap: 83px;
    padding-bottom: 30px;
  }
  .award-sub-div::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #50bc80;
    top: 20px;
    right: 50px;
  }
  .awards-list ul {
    padding-left: 15px;
  }
  .awards-list ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    padding-bottom: 20px;
    font-family: "tahoma", sans-serif;
  }
  .awards-list ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: transparent linear-gradient(90deg, #56c5d0 0%, #50bc80 100%) 0% 0%
    no-repeat padding-box;
    top: 9px;
    left: 0;
  }
  .award-sub-div-three {
    position: relative;
    max-width: 230px;
    display: flex;
    gap: 90px;
    padding-bottom: 30px;
  }
  .award-sub-div-three::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #50bc80;
    top: 20px;
    right: 80px;
  }
  .banner .banner-img .btm-box-banner {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .awards-accolades .btm-box-banner h5 {
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 28px 20px 12px 20px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .awards-lists-sub-lis ul li{
   padding-left: 18px;
   font-weight: 600;
 }
 .awards-lists-sub-lis ul li::before {
  content: none;
}
.awards-lists-sub-lis ul li::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0px;
  background-color: #00377b;
  transform: rotate(45deg);
  transform-origin: center;
}

.about-esg-report-content{
	padding-bottom: 20px;
  background-image: url(../images/human/last-img.webp);
}
.banner.social-f h2{
	color: #C49439;
}
.key-highlight.human-f h1 {
  color: #C67B92;
}
.initiative.social-f .first-sec h3 {
  color: #C49439;
}
.initiative.social-f .row {
  border: 1px solid #C49439;
}
.initiative.social-f .first-sec p:nth-of-type(1) {
  border-bottom: 1px solid #707070;
  max-width: 284px;
}
.initiative.social-f .first-sec p:nth-of-type(2) {
  border-bottom: 1px solid #707070;
  max-width: 284px;
}
.initiative.social-f .first-sec.noBrdr p {
  border-bottom: none;
  max-width: 284px;
  padding-top: 0;
}
.initiative.social-f .first-sec p{
	padding: 10px 0;
}
.initiative.social-f .first-sec p.font-n{
	font-weight: normal;
	max-width: 100%;
}
.initiative.social-f .first-sec h3.clr-black{
	color: #000;
	padding-bottom: 10px;
}
.orange-sec.social .growth {
  background-color: #C49439;
}
.orange-sec.social .growth h1 {
 font-size: 32px;
 line-height: 38px;
 color: #fff;
 font-weight: 700;
}
.orange-sec.social .growth p span {
 font-weight: 700;
}
.orange-sec.social .growth p{
	padding-bottom: 10px;
	font-size: 16px;
}
.orange-sec.social .scb-img {
  padding-bottom: 20px;
}
.firstStar{
	padding-bottom: 40px;
}
.grephSec.social h3{
	color: #C49439;
}
.grephSec.social p{
	padding-bottom: 25px;
}
.our-expertise.social {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #F9A572, #C67B92) border-box;
  padding: 40px;
  margin-bottom: 40px;
}
.our-expertise.social h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
 background: linear-gradient(to right, #F7911D, #DD932C, #C49439);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text; /* for Firefox */
 color: transparent;
 padding-bottom: 10px;
 font-family: "avenir-lt-pro", sans-serif;
}
.our-expertise.social h4{
	font-size: 18px;
	line-height: 28px;
  color: #C49439;
  font-weight: 700;
  padding-bottom: 10px;
  font-family: "avenir-lt-pro", sans-serif;
}

.our-expertise.social .social-h{
	padding-bottom: 10px;
}
.our-expertise.social .social-h h4 span{
	color: #4d4d4f;
	font-size: 14px;
	font-weight: normal;
}
.our-expertise.social p{
	color: #4d4d4f;
}
.our-expertise.social ul li:nth-of-type(1) {
  border-bottom: none;
}
.our-expertise.social .row{
	padding-top: 30px;
}
.grephSec.social h3 {
  color: #C49439;
}
.social-h .new-p span{
	font-weight: 700;
	padding-bottom: 5px;
}
.social-h .new-p p{
	padding-bottom: 10px;
}
.grephSec.social .row.social-r{
	display: flex;
	align-items: center;
}
.firtCol {
  max-width: 242px;
}
.impactFinan.natural {
  background-image: url(../images/natural/last-img.webp);
}

.ourGrp h3{
	font-size: 28px;
	line-height: 34px;
	color: #00377B;
	font-family: "avenir-lt-pro", sans-serif;
	padding-bottom: 71px;
	font-weight: 700;
}
.ourGrp h5{
	font-size: 18px;
	line-height: 22px;
	color: #00377B;
	font-family: "avenir-lt-pro", sans-serif;
	padding-bottom: 30px;
	font-weight: 700;
}
.icon-o img{
	padding-bottom: 10px;
	min-height: 92px;
}
.chemical {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 20px;
}
.chemical h3{
  padding-bottom: 0;
  background: linear-gradient(to right, #0095D9, #50BC80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
  font-size: 20px;
  font-weight: 700;
}
.ourGroup p{
	color: #4D4D4F;
	padding-bottom: 26px;
}
.ourGroup p span{
	font-weight: 700;
}
.ourGroup h3{
	color: #0095D9;
	font-weight: 700;
	padding-bottom: 0;
	font-size: 18px;
}
.ourGroup .our-expertise ul li {
	margin-bottom: 0;
	color: #4D4D4F;
}
.ourGroup .our-expertise{
	margin-bottom: 10px;
}
.ourGrp .row.set-up{
	padding-top: 50px;
	display: flex;
	align-items: center;
}
.geo-pres h3{
	color: #0095D9;
	font-weight: 700;
	padding-bottom: 0;
	font-size: 18px;
	padding-bottom: 20px;
	font-family: "avenir-lt-pro", sans-serif;

}
.geo-pres p{
	color: #4d4d4f;
}
.geo-pres .two-head{
	text-align: center;
}
.geo-pres .stren-img{
	padding-top: 40px;
}
.geo-pres h3.clr-black{
	color: #000;
}
.row.set-up.new-set {
  padding-bottom: 30px;
}
.autoMotive{
  background: #50BC801C;
  position: relative;
  padding: 40px;
  margin: 40px 0;
}
.autoMotive p {
  padding-bottom: 30px;
}
.autoMotive::after {
  content: "";
  position: absolute;
  width: 99px;
  height: 115px;
  left: -1px;
  top: 0;
  background: #fff;
  clip-path: polygon(24% 0, 0 0, 0 24%);
}
.firstBod{
	max-width: 309px;
	min-height: 370px;
	position: absolute;
	left: 50%;
	bottom: -29px;
}
.topImg{
	display: flex;
	justify-content: center;
	align-items: end;
	position: relative;
	margin-bottom: 77px;
}
.topImg .blueBox{
  background: linear-gradient(to right, #0095D9, #50BC8000);
  max-width: 431px;
  width: 100%;
  height: 97px;

}
.ourGrp.bod h3:nth-of-type(1){
	margin-bottom: 150px;
}
.topImg::after
{
  content: "";
  position: absolute;
  width: 115px;
  height: 169px;
  left: 31%;
  top: 0;
  background: #fff;
  clip-path: polygon(24% 0, 0 0, 0 24%);
}
.firstBod h4{
	font-size: 24px;
	line-height: 29px;
	color: #0095D9;
	font-weight: 700;
	font-family: "avenir-lt-pro", sans-serif;
}
.boData h4{
  font-size: 18px;
  line-height: 22px;
  color: #0095D9;
  font-weight: 700;
  font-family: "avenir-lt-pro", sans-serif;
}
.boData img{
	padding-bottom: 10px;
}
.boData p{
  color: #4d4d4f;
}
.boData {
	text-align: center;
}
.secBod{
	position: relative;
	margin-bottom: 50px;
}
.secBod-new{
	background: linear-gradient(to right, #0095D90A, #50BC80);
	height: 122px;
	position: absolute;
 top: 74px;
 width: 100%;
}
.secBod-new:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 139px;
  right: -1px;
  top: 0;
  background: #fff;
  clip-path: polygon(57% 0, 100% 29%, 100% 0);
}
.secBod-new.max:before {
  content: "";
  position: absolute;
  width: 159px;
  height: 176px;
  left: -1px;
  top: 0;
  background: #fff;
  clip-path: polygon(24% 0, 0 0, 0 24%);
}
.secBod-new.max{
	background: linear-gradient(to right, #0095D9, #50BC8000);
}
.ourGrp h3 span{
	display: block;
	font-size: 18px;
	line-height: 22px;
}
.orangeFinan{
	background-color: #F7911D;
	padding: 50px;
	padding-bottom: 44px;
	position: relative;
	min-height: 308px;
	margin-bottom: 50px;
}
.orangeFinan.intell{
	background-color: #0095D9;
}
.orangeFinan.manu{
	background-color: #7A59A5;
}
.orangeFinan.social{
	background-color: #C49439;
}
.orangeFinan.human{
	background-color: #C67A92;
}
.orangeFinan.natural{
	background-color: #82C345;
}
.finanDiv {
  padding-left: 30px;
}
.orangeFinan::before {
  content: "";
  position: absolute;
  width: 124px;
  height: 185px;
  right: -1px;
  top: 0;
  background: #fff;
  clip-path: polygon(100% 38%, 100% 0, 51% 0);

}
.orangeFinan h3{
	font-size: 18px;
	line-height: 22px;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 700;
	color: #fff;
	padding-bottom: 30px;
}
.orangeFinan h3 sup{
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
}
.orangeFinan p{
	color: #fff!important;
	padding-bottom: 29px;
	font-weight: normal;
}
.row.capital .col-md-6{
	padding: 0;
}
.ourGrp p{
	color: #4d4d4f;
}
.banner.annual h2 {
  color: #00377b;
  font-size: 38px;
  line-height: 45px;
}
.banner.annual .row{
	display: flex;
	align-items: center;
}
.banner.annual {
	padding-bottom: 40px;
}
.orange-sec .grephSec.annual h3{
	color: #00377b;
}
.blueKey{
  background: #011048 0% 0% no-repeat padding-box;
  padding: 20px;
  padding-top: 40px;
  margin-bottom: 40px;
}
.blueKey h1{
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-family: "avenir-lt-pro", sans-serif;
	padding-bottom: 20px;
}
.blueKey .firstSustain h3{
	color: #FFF;
	font-size: 18px;
	line-height: 25px;
	font-family: "avenir-lt-pro", sans-serif;
	padding-bottom: 10px;
}
.blueKey .firstSustain p{
	color: #FFF;
	font-size: 18px;
	line-height: 22px;
	font-family: "avenir-lt-pro", sans-serif;
	padding-bottom: 10px;
}
.blueKey .firstSustain{
	border-bottom: 1px solid #fff;
	padding: 10px;
	margin-bottom: 24px;
}
.joinusborder {
  padding: 26px 30px 26px 50px;
  border: 1px solid #00377b;
}
.joinusborder h6 {
  padding: 15px 0px;
  font-size: 22px;
  color: #00377b;
  font-family: "avenir-lt-pro", sans-serif;
}
.joinusborder p{
  color: #4d4d4f;
  font-family: "avenir-lt-pro", sans-serif;
}
.lastSec{
	padding-bottom: 40px;
}


.esgperformance:after {
  background-image: url(../images/esg-yellow-bax-line.svg);
}


.scrollcapitals {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.cps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.esgperformance h4 srftag
{
  font-size: 32px;
  line-height: 32px;
}
.green-txt a:hover:before
{
  width: 100%;
}
.chairmansec a:hover
{
  color: #fff;
}
.aboutesgsec a:hover
{
  color: #00377b;
}
.capitalsec a:hover
{
  color: #00377b;
}

.mapsec .readmorebtn a:hover
{
  color: #50bc80;
}
.first-sec.finan p{
	padding-bottom: 10px;
}
.first-sec.finan p:nth-of-type(2){
	padding-top: 10px;
}
.initiative.intell-f .row.noBrdr {
  border-top: none;
}
.first-sec.finan.wid {
  max-width: 284px;
}
.grephSec.intell {
  padding-bottom: 25px;
}
.our-expertise.new-ul.intell ul{
	max-width: 976px;
	gap: 8%;
}
.our-expertise.new-ul.intell{
	padding: 32px 0 32px 32px;
	margin-bottom: 60px;
}
.initiative.manu-f .row.noBrdr{
	border-top: none;
}
.initiative.manu-f .row{
	border-bottom: none;
}
.first-sec p.clr-black{
	font-weight: normal;
}
.initiative.manu-f .first-sec p.font-n{
	font-weight: normal;
}
.first-sec.manu-wid{
	max-width: 300px;
}
.our-expertise.appr {
  border: none;
  padding-left: 0px;
  padding-top: 10px;
}
.firstImg img {
  padding-bottom: 20px;
}
.our-expertise.appr ul li:nth-of-type(1) {
  border-bottom: none;
}
.firstImg{
	position: relative;
 padding-left: 20px;
 padding-top: 19px;
}
.firstImg::before {
  content: '';
  position: absolute;
  min-height: 313px;
  width: 0.5px;
  left: 0px;
  top: -2px;
  background: #C67B92;
}
.firstImg h3 span{
	display: block;
}
.firstImg p {
  font-size: 24px;
  line-height: 29px;
  min-height: 79px;
}
.firstImg p span{
  display: block;
}
.semiFormal.second .firstImg::before {
  content: '';
  position: absolute;
  min-height: 126px;
  width: 0.5px;
  left: 0px;
  top: -26px;
  background: #C67B92;
}
.allData {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.numbers {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.numbers h2{
	font-size: 30px;
	line-height: 29px;
	font-weight: 700;
	color: transparent;
 background: linear-gradient(90deg, #F9A572 0%, #C67B92 100%);
 color: transparent;

 -webkit-background-clip: text; /* Required for Safari/Chrome */
 -webkit-text-fill-color: transparent; /* Required for Safari */
 background-clip: text;
}
.semiFormal.second img {
  padding-bottom: 16px;
}
.impactFinan.human h3 {
  color: #4d4d4f;
}
.our-expertise.nopd.noBrdr{
	padding-top: 0;
}

.snapshotdata1 .col-md-4
{
  position: relative;
}
.snapshotdata1 .col-md-4:before
{
  content: '';
  position: absolute;
  right: 20px;
  bottom: 0px;
  height: 90px;
  width: 1px;
  background-color: #707070;
}
.snapshotdata1 .col-md-4:last-child:before
{
  display: none;
}
p.pd-btm-15{
	padding-bottom: 15px;
}
p.cor-last-para{
	word-spacing: 6px;
}
.about-esg-report-content.about-esg-content{
	background-image: none;
}
.bod-bann{
	padding-top: 150px;
}
.esg-banner-pd{
	padding-top: 150px;
}
.global-map-img{
	background: transparent linear-gradient(90deg, #0095D9 0%, #50BC80 100%) 0% 0% no-repeat padding-box;

}
.initiative.social-f .row.noBrdr{
	border-top: none;
}
.initiative.social-f .row{
	border-bottom: none;
}
.semiFormal.second.soc .firstImg::before {
  content: '';
  position: absolute;
  min-height: 126px;
  width: 0.5px;
  left: 0px;
  top: -26px;
  background: #C49439;
}
.numbers.soci h2 {
  font-size: 30px;
  line-height: 29px;
  font-weight: 700;
  color: #C49439;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}
.impactFinan.social h3 {
	color: #4d4d4f;
}
.initiative.natural-f .row.noBrdr{
	border-top: none;
}
.initiative.natural-f .row{
	border-bottom: none;


}
section.key-highlight.social-f h1 {
	color: #C49439;
}
section.key-highlight.social-f h1 span{
	color: #C49439;
}

.ourGrp-banne{
	padding-top: 150px;
}
.ourGrp-top-sec{
	padding-bottom: 40px;
}
.halo-effect {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.1) 70%, transparent 90%);
  border-radius: 50%;
  pointer-events: none;
  animation: pulseHalo 4s ease-in-out infinite;
  z-index: 2;
  mix-blend-mode: screen;
  filter: blur(40px);
}

@keyframes pulseHalo {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
}
.pdflinks
{
  position: relative;
}
.pdflinks:before
{
 content: "";
 position: absolute;
 right: -30px;
 top: 0;
 background-image: url(../images/download-arrow.svg);
 width: 16px;
 height: 25px;
 background-size: contain;
 background-repeat: no-repeat;
}
.first-sec p.font-n {
  font-weight: normal;
  max-width: 100%;
}
.initiative .row.noBrdr{
	border-top: none;
}
.initiative .row{
	border-bottom: none;
}
.grephSec.financial p{
	padding-bottom: 15px;
}
.our-expertise.new-ul.intell li span{
	display: block;
}
.grephSec.nopd{
	padding-bottom: 0;
}
.impactFinan.human h3 span {
  color: #c67b92;
}
.formb
{
  display: none;
}
.impactFinan.natural h3 span {
  color: #82c345;
}
.key-highlight p.para {
  padding-bottom: 0;
}
.key-highlight h1 span.para{
	font-size: 16px;
	color: #4d4d4f!important;
	font-weight: 700;
 font-family: "tahoma", sans-serif;
}
.impactFinan.social h3 span {
  color: #C49439;
}
.scb-img.wid-set {
  margin: auto;
  max-width: 730px;
}
.global-map-img {
  position: relative;
}
.global-map-img p {
  font-weight: 500;
  padding-bottom: 0;
  position: absolute;
  bottom: 50px;
  left: 36%;
}
.grephSec.financial p{
	padding-bottom: 15px;
}
.initiative .first-sec.social-first-sec-pd-0{
  padding-bottom: 0;
}

.fiancialnumberbtm .row
{
  display: flex;
  flex-wrap: wrap;
}
.capitalsec:after
{
  width: 90px;
  height: 90px;
}
.bodreportbanner
{
  background:url(../images/srf-boards-report.webp);
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.downloadarrow {
  position: fixed;
  top: 40%;
  background: #00377b 0% 0% no-repeat padding-box;
  border-radius: 14px;
  right: 0;
  z-index: 99;
  padding: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transform: translateX(75px);
  transition: ease all 0.5s;
}
.downloadarrow:hover {
  transform: translateX(0px);
  transition: ease all 0.5s;
}
.downloadarrow a {
  color: #fff;
  font-size: 14px;
  display: flex
  ;
  align-items: center;
  line-height: 16px;
}
.downloadarrow a span {
  padding-left: 10px;
}
.mdnabanner
{
 background:url(../images/srf-management-discussion-analysis-report.webp);
 height: 100vh;
 background-size: cover;
 background-position: center;
 position: relative;
}
.formob
{
  display: none;
}
.tablediv
{
  margin-bottom: 30px;
}
.tablediv table
{
  width: 100%;
}
.tablediv table th
{
  border: 0;
}
.tablediv table th,.tablediv table td
{
  padding: 5px;
}
.tablediv table thead tr:nth-child(2)
{
  border-top: 1px solid #0095d9;
}
.tablediv table thead tr:last-child
{
  border-bottom: 1px solid #0095d9;
}
.tablediv table thead tr:last-child th,.tablediv table tbody tr:last-child td
{
  border-top: 1px solid #0095d9;
}
.tablediv table tbody tr:last-child td:first-child
{
  border-top: 0;
}
.tablediv table thead tr:last-child th:nth-child(2),.tablediv table thead tr:last-child th:nth-child(4)
{
 color: #0095d9;
}
.tablediv table tr td:nth-child(2),.tablediv table tr td:nth-child(4)
{
  color: #0095d9;
}
.tablediv table tr:last-child
{
  border-bottom: 2px solid #0095d9;
}
.tablediv table tbody tr td,.tablediv table thead tr:last-child th
{
  text-align: right;
}
.tablediv table tbody tr td:first-child
{
  text-align: left;
}
table
{
  caption-side: bottom;
  border-collapse: collapse;
}
.tablediv table thead tr:nth-child(2) th
{
  text-align: center;
}
.tablediv table thead tr:nth-child(2) th:first-child
{
  text-align: left;
}
.tablediv table thead tr:nth-child(2),.tablediv table thead tr:nth-child(3)
{
  background-color: #e6f0fb;
}
.tablediv table thead tr:nth-child(3) th:first-child
{
  border-top: 0;
}
.tablediv table thead tr td:first-child
{
  text-align: right;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mdnabanner p ,.bodreportbanner p
{
  background: none;
  color: #00377b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00377b;
}

.businesslider
{
 background: transparent linear-gradient(90deg, #0095D9 0%, #50BC80 100%) 0% 0% no-repeat padding-box;
 height: 100vh;
 position: relative;
 overflow: hidden;

}
.businesslider .item
{
  position: relative;
  height: 100vh;
}
.businesslider .container
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: fit-content;
}
/*.businesslider .item1
{
  background-image: url(../images/chemicals-b-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}*/
.businesslider .container p
{
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
  margin-bottom: 18px;
  padding-bottom: 5px;
  max-width: 200px;
}
.businesslider .container .btn
{
  margin-left: 20px;
  margin-top: 30px;
}
.busines_slider .owl-nav button.owl-prev {
  width: 27px;
  height: 46px;
  background-image: url(../images/white-left-arrow.svg) !important;
  bottom: 0px;
  top: 0;
  margin: auto;
  left: 15px;
  position: absolute;
  z-index: 9;
}
.busines_slider .owl-nav button.owl-next
{
  width: 27px;
  height: 46px;
  background-image: url(../images/white-right-arrow.svg) !important;
  position: absolute;
  right: 15px;
  bottom: 0px;
  top: 0;
  margin: auto;
  z-index: 9;

}
.busines_slider.owl-theme .owl-nav .owl-prev:hover, .busines_slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}
.ourecobanner
{
 background:url(../images/eco-friendly-banner.webp);
 height: 100vh;
 background-size: cover;
 background-position: center;
 position: relative;
}
.ourecobanner.banner.annual  h2
{
  color: #fff;
  padding-top: 20px;
}
.ourecobanner.banner p
{
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  font-weight: 500;
  line-height: 24px;
}
.ourecobanner .breadcrums a
{
  color: #fff;
}
srfspan {
  font-size: 28px;
  line-height: 0px;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 6px;
  position: relative;
}
srfspan:before
{
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #fff;
  right: 0;
  top: 7px;
}
.fiancialnumberbtm srfspan:before
{
  background-color: #4d4d4f;
}
.fiancialnumberbtm h3 srfspan
{
  color: #f7911d;
  font-size: 28px;
  line-height: 34px;
  font-family: "avenir-lt-pro", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.fiancialnumberbtm.intell h3 srfspan
{
  color: #0095d9;
}
.manuf.fiancialnumberbtm h3 srfspan
{
  color: #7a59a5;
}
.human.fiancialnumberbtm h3 srfspan
{
  color: #c67b92;
}
.natural.fiancialnumberbtm h3 srfspan
{
  color: #82c345;
}
.social.fiancialnumberbtm h3 srfspan
{
  color: #C49439;
}
.awards-accolades h2
{
  padding-top: 0;
}
.awadrspaddright
{
  padding-right: 80px;
}
.awards-accolades-content .marginbttom
{
  margin-bottom: 30px;
}
.divchariman
{
  max-width: 312px;
  margin-bottom: 40px;
}
.divchariman h4
{
  padding-top: 10px;
  font-size: 24px;
  line-height: 29px;
  color: #0095D9;
  font-weight: 700;
  font-family: "avenir-lt-pro", sans-serif;
}
.bodmainsec.ourGrp.bod h3:nth-of-type(1)
{
  margin-bottom: 0px;
}
p.padddintp
{
  padding-top: 20px;
}
.socialparafotn .firstImg p
{
  font-size: 18px;
  line-height: 24px;
}
.naturaltable.tablediv table thead tr:last-child,.naturaltable.tablediv table thead tr:last-child th
{
  border: 0;
}
.naturaltable.tablediv table thead tr:last-child th
{
  border-right: 1px solid #fff;
  color: #4D4D4F;
}
.naturaltable.tablediv table tr td:nth-child(2),.naturaltable.tablediv table tr td:nth-child(4)
{
  color: #4D4D4F;
}
.naturaltable.tablediv table tr:last-child
{
  border-bottom: 2px solid #82c345;
}
.naturaltable.tablediv table tbody tr:last-child td
{
  border-top: 0;
}

.naturaltable.tablediv table tbody tr td
{
  border: 1px solid #ccc;
}
.naturaltable.tablediv table tbody tr td:first-child
{
  border-left: 0;
}
.naturaltable.tablediv table tbody tr td:last-child
{
  border-right: 0;
}
.paddingright80
{
  padding-right: 100px;
}
.humantable.tablediv table thead tr:nth-child(2)
{
  background-color: #e9cbd3;
}
.humantable.tablediv table thead tr:last-child th:nth-child(2), .humantable.tablediv table thead tr:last-child th:nth-child(4)
{
  color: #4D4D4F;
}
.humantable.tablediv table thead tr:last-child th
{
  text-align: center;
}
.humantable.tablediv table thead tr th:first-child,.humantable.tablediv table  tr td:first-child
{
  border-left-color: #fff !important;
}
.humantable.tablediv table thead tr th
{
  border-color: #fff !important;
}
.humantable.tablediv table tbody tr:last-child
{
  border-bottom: 2px solid #ccc;
}

.humantable.tablediv table thead tr:first-child th:first-child
{
  text-align: left;
}
.humantable.tablediv table tr td
{
  text-align: center;
}
.humantable.tablediv table tr td:nth-child(2)
{
  text-align: left;
  color: #4D4D4F;
}
.humantable.tablediv table tr td:nth-child(4)
{
  text-align: center;
  color: #4D4D4F;
}
.humantable.tablediv table thead tr:first-child th:nth-child(2)
{
  text-align: left;
}
.humantable.tablediv table  tr td:last-child
{
  border-right-color: #fff!important;
}
.greenhosting
{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}