@font-face {
  font-family:arial;
  src: url(../fonts/Arial.ttf);
}
@font-face {
  font-family:itcavantgardestdbk;
  src: url(../fonts/ITCAvantGardeStdBk.otf);
}
@font-face {
  font-family:itcavantgardestdbold;
  src: url(../fonts/ITCAvantGardeStdBold.otf);
}
@font-face {
  font-family:itcavantgardestdmd;
  src: url(../fonts/ITCAvantGardeStdMd.otf);
}

@font-face {
  font-family:arial-bold;
  src: url(../fonts/Arial-Bold.ttf);
}

@font-face {
  font-family:arial-italic;
  src: url(../fonts/Arial-Italic.ttf);
}

@font-face {
  font-family:arial-narrow;
  src: url(../fonts/Arial-Narrow.ttf);
}
@font-face {
  font-family:arial-bold-italic;
  src: url(../fonts/Arial-Bold-Italic.ttf);
}
@font-face {
  font-family:gotham-black-2;
  src: url(../fonts/Gotham-Black-2.otf);
}
@font-face {
  font-family:minionpro-regular;
  src: url(../fonts/MinionPro-Regular.otf);
}

@font-face {
  font-family:rupee;
  src: url(../fonts/Rupee.ttf);
}
@font-face {
  font-family:rupee_foradian;
  src: url(../fonts/Rupee_Foradian.ttf);
}
@font-face {
  font-family:symbol;
  src: url(../fonts/symbol.ttf);
}

body
{
  padding:0;
  margin:0;
  box-sizing: border-box;
  font-family:arial;
  color: #000;
  font-size: 16px;
}

h1,h2,h2,h3,h4,h5,h6,p
{
  margin: 0px;
  padding:0px;
  font-family:arial;
}
a
{
  text-decoration: none!important;
  font-family:arial;
}

a:hover
{
  text-decoration: none!important;
}

/**/

.footerTop {
  width: 100%;
  padding: 35px 0px;
  background-color: #ebf7fe;
}
.dowlloadFoot a img {
  width: 20px;
}
.dowlloadFoot {
  display: flex;
  gap: 20px;
  border: 1px solid #085f9c;
  width: 258px;
  padding: 0px 12px;
  align-items: center;
}
.dowlloadFoot>div{
  padding: 7px 0px;
}
.dowlloadFoot p {
  font-size: 16px;
  font-family:arial;
  color: #085f9c;
}
.annualDwl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socilstxt ul li:nth-child(1) a img {
  width: 15px;
}
.socilstxt ul li:nth-child(2) a img {
  width: 30px;
}
.socilstxt ul li:nth-child(3) a img {
  width: 34px;
}
.socilstxt ul li:nth-child(4) a img {
  width: 28px;
}
.socilstxt {
  margin: 0px auto;
  width: 258px;
  display: block;
  text-align: center;
}
footer {
  background-color: #084067;
  padding: 9px 0px;
}
footer p{
  font-size: 12px;
  color: #fff;
}

footer p a{
  color: #fff;
}
footer p a:hover{
  color: #fff;
  text-decoration: underline!important;
}
.txtRight{
  text-align: right;
}
.dowlloadFoot > div:last-child {
  border-left: 1px solid #085f9c;
  padding-left: 18px;
}

.LinkFoot a {
  text-align: center;
  display: block;
  padding: 15px 0px 0px 0px;
  width: 174px;
  margin: 0px auto;
  border-bottom: 1px solid #085f9c;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #085f9c;
  font-size: 16px;
}
/**/
header {
  position: relative;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  z-index: 99;
  background-color: #fff;
}
.cams1 header
{
  position: absolute;
} 
.rightHam {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 82px;
}
.mainLogo {
  display: flex;
  align-items: center;
  gap: 55px;
  height: 82px;
}
.mainLogo a img {
  width: 142px;
}
.hamburgurMenu a img {
  width: 36px;
}

.logoRightTxt {
  font-size: 18px;
  color: #211c1e;
  font-family:itcavantgardestdbk;
}
.logoRightTxt a img {
  width: 15px;
  margin-right: ;
  margin-left: 10px;
}
.logoRightTxt a
{
  color: #000;
}

.my-sidenav{
  display: none;
}
.nav-icon3 {
  width:30px;
  height:24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#2b5daa; /* Old browsers */
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-radius: 50px;
}

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
  top:8px;
}

.nav-icon3 span:nth-child(4) {
  top:16px;
}

.nav-icon3.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.my-sidenav1 {
    display:none;
    position: fixed;
    top:80px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    width: 100%;
    background:#2a5dab;
    height: 100%;
}
.top-nav
{
  padding-top: 60px;
}
.top-nav .nav-pills>li>a
{
color:#fff;
font-size: 16px;
font-family:itcavantgardestdbk;
border-bottom:1px solid #95aed5;
border-radius: 0px;
padding: 10px 0px;
}
.top-nav .nav-pills>:last-child a
{
  border-bottom: none;
}
.top-nav .nav-pills>li>a:hover
{
  background-color: transparent;
}
.top-nav .nav-pills>li.active>a, .top-nav .nav-pills>li.active>a:focus, .top-nav .nav-pills>li.active>a:hover
{
background-color: transparent;
font-family:itcavantgardestdbold;
border-bottom:2px solid #fff;
}

.top-nav-content
{
  margin-top: 60px;
  border-right: 1px solid #95aed5;
  padding-right: 40px;
    margin-right: 20px;
    min-height: 400px;
}
.top-nav-content ul li
{
 font-size: 16px;
font-family:itcavantgardestdbk;
border-bottom:1px solid #95aed5;
 padding: 10px 0px;
 position: relative;
}
.top-nav-content ul li a
{
 color:#fff;
}
.top-nav-content ul li:last-child 
{
  border-bottom:none;
}

.d-icon img {
    height: 15px;
    float: right;
    position: absolute;
    right: 5px;
    top: 12px;
}
.q-box
{
  border:1px solid #fff;
  height: 115px;
  width: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
      flex-direction: column;
}
.quick-links
{
  padding-top: 60px;
}
.quick-links p
{
  color: #fff;
  padding-bottom: 15px;
}
.q-box
{
  margin-bottom: 30px;
}
.q-box img
{
  height: 40px;
}
.q-box h5
{
  font-family:itcavantgardestdbk;
  padding-top: 10px;
  color: #fff;
}
.q-box1 img
{
  height: 45px;
}
/**/
.posRel{
  position: relative;
}

.indDownload {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 20px;

}

.listOfDownload {
  margin-top: 26px;
  border-top: 2px solid #ddd;
  padding-top: 5px;
}
.equalShadow{
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
 -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
 box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
 background-color: #fff;
 padding: 20px;
}

.listOfDownload ul li a span img {
  width: 28px;
}
.listOfDownload ul li a span {
  position: absolute;
  right: 0px;
}
.listOfDownload ul li {
  position: relative;
  font-size: 16px;
}
.listOfDownload ul {
  list-style: none;
  padding: 0px;
}

.listOfDownload ul li a {
  color: #211c1e;
  font-size: 16px;
  display: block;
  padding: 10px 0px;
}
.indDownload a img {
  width: 26px;
}


.indDownload h3 {
  font-size: 20px;
  color: #000;
  line-height: 26px;
  font-family: arial-bold;
  margin-bottom: 30px;
}

.indDownload a {
  background-color: #1e94d2;
  padding: 9px 10px 9px 20px;
  border-radius: 25px;
  color: #fff;
}
.footerHeads{
  font-size: 30px;
  font-family:itcavantgardestdmd;
  color:#2a5dab;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 25px;
}

.topBanner {
  /*background-image: url("../images/home-page-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.bannerTxt h1 span {
  font-size: 35px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  font-family:itcavantgardestdmd;
}
.bannerTxt h1 span:nth-child(1) {
  color: #2a5dab;
}
.bannerTxt h1 span:nth-child(2) {
  color: #0772ba;
}
.bannerTxt h1 span:nth-child(3) {
  color: #1e94d2;
  margin-bottom: 25px;
}
.bannerTxt h1 span::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0px;
  width: 40px;
  height: 7px;
  background-color: #8ec740;
}

.bannerTxts {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  left: 0px;
  right: 0px;
  height: 100vh;
  max-width: 1170px;
  margin: 0px auto;
}
.exploreBtn {
  background-color: #1e94d2;
  padding: 9px 10px 9px 20px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: inline-block;
  max-width: 140px;
  width: 100%;
}
.exploreBtn img {
  width: 26px;
  height: 26px;
  padding: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 7px;
}

.bannerArrow img {
  width: 24px;
}
.bannerArrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px auto;
  display: block;
  width: 28px;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}
.aboutSec {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 50px 0px;
}


.aboutSec h3 span {
  display: block;
  font-size: 18px;
  color: #1e94d2;
  font-family: itcavantgardestdbold;
  margin-bottom: 20px;
}
.aboutSec h3 {
  color: #2a5dab;
  font-size: 30px;
  text-align: center;
  font-family: itcavantgardestdmd;
}
.innerBox{
  max-width: 582px;
  width: 100%;
  display: block;
  margin: 0px auto;
}
.aboutSec img{
  display: block;
  margin: 0px auto;
}
.aboutSec a.exploreBtn {
  display: block;
  margin: 15px auto;
}

.businessSegIn {
  width: 50%;
  position: absolute;
  right: 0px;
  top: 0px;

}
.businessSegment {
  height: 100vh;
  display: flex;
  align-items: center;
}
.keyHeightlights {
  display: flex;
  height: 100vh;
  align-items: center;
  background-color: #2a5dab;
}
.chairmanHome {
  background-image: url("../images/chairman-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 560px;
  width: 100%;
  display: flex;
  align-items: center;
}

.mdMessage {
  background-image: url("../images/md-message-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 560px;
  width: 100%;
  display: flex;
  align-items: center;
}

.keyHeightlights h3 span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: itcavantgardestdbold;
  margin-bottom: 15px;
}
.keyHeightlights h3 {
  font-size: 30px;
  color: #fff;
  font-family: itcavantgardestdmd;
  margin-bottom: 48px;
}

.keysNumbers h4 {
  font-size: 40px;
  font-family: itcavantgardestdbold;
  color: #80d3f6;
}
.keysNumbers p {
  font-size: 16px;
  font-family: arial-bold;
  color: #fff;
  margin-top: 10px;
}
.keysNumbers {
  border-right: 1px solid #8ec740;
  border-bottom: 1px solid #8ec740;
  border-bottom-right-radius: 25px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom:30px;
}
.keysNumbers h4 sub {
  bottom: 0px;
}
.keysNumbers h4 span {
  font-size: 30px;
}
.topKeyName {
  margin-bottom: 40px;
  display: flex;
  gap: 25px;
  align-items: center;
}
.topKeyName > div img{
  width: 67px!important;
}
.topKeyName h4{
  color: #8ec740;
  font-size: 18px;
  font-family: arial-bold;
}
.keysNumbers p span{
  display: block;
}

.keysNumbers p span img {
  width: 14px !important;
  display: inline-block !important;
}
.keyHighlightSlider.owl-theme .owl-dots, .keyHighlightSlider.owl-theme .owl-nav {
  text-align: left;
}
.keyHighlightSlider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}
.keyHighlightSlider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid #fff;
}
.keyHighlightSlider.owl-theme .owl-dots .owl-dot.active span, .keyHighlightSlider.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
/**/
.keyHighlightSlider .owl-nav button.owl-next {
  position: absolute;
  width: 30px;
  height: 28px;
  bottom: 0;
  margin: auto;
  right: 0px;
  background-image: url(../images/slider-arrow-right.svg) !important;
}

.keyHighlightSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 30px;
  height: 28px;
  bottom: 0;
  margin: auto;
  right:27px;
  opacity: 1;
  background-image: url(../images/slider-arrow-left.svg) !important;
}

.keyHighlightSlider .owl-theme .owl-dots,
.keyHighlightSlider .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.keyHighlightSlider .owl-theme .owl-nav .owl-prev:hover,
.keyHighlightSlider .owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}


.keyHighlightSlider .owl-nav button.owl-prev:hover {
  background: transparent !important;
  background-image: url(../images/slider-arrow-left.svg) !important;
}

.keyHighlightSlider .owl-nav button.owl-next:hover {
  background: transparent !important;
  background-image: url(../images/slider-arrow-right.svg) !important;
}
/**/
.sliderBtn{
  margin: 0px auto;
  display: block;
  width: 150px;
}

.businessSegment h3 span {
  display: block;
  color: #1e94d2;
  font-size: 18px;
  font-family: itcavantgardestdbold;
  margin-bottom: 15px;
}
.businessSegment h3 {
  font-size: 30px;
  color: #2a5dab;
  font-family: itcavantgardestdmd;
  margin-bottom: 30px;
}

.businessSegment p{
 font-family:itcavantgardestdmd;
 font-size: 16px;
 margin-bottom: 35px;
}
.chairmanQuates h4{
 display: block;
 color: #fff;
 font-size: 18px;
 font-family: itcavantgardestdbold;
 margin-bottom: 20px;
}
.chairmanQuates p{
 font-family:itcavantgardestdmd;
 font-size: 22px;
 color: #fff;
}
.chairmanQuates h5{
  font-size: 22px;
  font-family: arial-bold;
  color:#fff;
  margin: 30px 0px 40px 0px;
  color:#8ec740;
}

.chairmanQuates h5  span{
  display: block;
  font-family:arial-italic;
  font-size: 18px;
  color: #fff;
}
.beforeC img, .beforeA img{
  width: 28px;
}
.beforeC {
  position: absolute;
  left: -23px;
}
.clickImg {
  position: relative;
}
.insClick {
  position: absolute;
  right: 0px;
  top: -50px;
  cursor: pointer;
}
.insClick p span {
  display: block;
}
.insClick p {
  font-size: 11px;
  font-family: arial-bold;
  color: #fff;
  margin-top: 10px;
}
.insClick p span {
  font-family: arial-italic;
}
.mdMessage{
  display: none;
}
.tab button {
  font-size: 18px;
  border-radius: 0px;
  border: none;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: left;
  color: #211c1e;
  font-family: itcavantgardestdmd;
  padding: 24px 24px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  background-color: #fff;
  border-left: 4px solid #211c1e;
}
.tab button.active {
  color: #1e94d2;
  border-left: 4px solid #1e94d2;
}
.verticalTabs{
  padding-top: 183px;
  padding-bottom: 57px;
}

.bgBlue {
  background-color: #ebf7fe;
  padding: 30px 20px;
}
.highIns h4 {
  font-size: 30px;
  color: #2a5dab;
  font-family: itcavantgardestdbold;
}
.highIns p {
  padding: 0px;
  margin-bottom: 10px;
}
.nameFinace p {
  font-size: 20px;
  font-family: itcavantgardestdmd;
}

.nameFinace {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.nameFinace img {
  width: 46px;
}
.highIns img{
  width: 52px;
  margin-bottom: 5px;
}
.colBrder {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.mt-40{
  margin-top: 40px;
}
.clr_1{
  color: #1e94d2;
}
.clr_2{
  color: #f36f28;
}
.clr_3{
  color: #23428e;
}

.clr_4{
  color: #8cc442;
}
.clr_5{
  color: #ce8c2b;
}

.greenBg {
  background-color: #a1d066;
  padding: 12px 20px;
}
.greenBg p {
  font-size: 18px;
  color: #fff;
  font-family: arial-bold;
}
.highIns{
  margin-bottom: 40px;
}
.highInsBr {
  border-right: 1px solid #ddd;
}
.noramlTxts h3{
  font-size: 18px;
  color: #2858a3;
  font-family: itcavantgardestdmd;
  margin-bottom: 15px;
}
.noramlTxts p{
  font-size: 16px;
  margin-bottom: 25px;
}
.awardsHome{
  display: flex;
  height: 100vh;
  align-items: center;
}
.awardsIns {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  background-color: #fff;
  padding: 24px;
  min-height: 402px;
  margin-bottom: 40px;
}
.awardsIns h3 {
  font-size: 20px;
  color: #1e94d2;
  font-family: arial-bold;
  margin-top: 30px;
}
.awardsIns img {
  height: 209px;
  border: 1px solid #222;
  width: 100%;
  display: block;
  margin: 0px auto;
}
.awardsHome h3.mainH{
  font-size: 30px;
  font-family:itcavantgardestdmd;
  color: #2a5dab;
  text-align: center;
  margin-bottom: 20px;
}
/**/
.integratedSec ul {
  display: flex;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.integratedSec li {
/*  flex: 1;*/
width: 90px;
display: flex;
/*align-items: stretch;*/
padding: 0px;
background: #E74C3C;
cursor: pointer;
transition: all 0.5s ease;
}
.integratedSec li:hover {
  background: #e53f2e;
}
.integratedSec li.active1 {
  flex: 5;
  background: #fff;
  cursor: default;
}
.integratedSec li.active1 h2 {
  color: #fff;
}
.integratedSec li.active1 .section-content {
  flex: 4;
  opacity: 1;
  transform: scaleX(1);
  color: #E74C3C;
}
.integratedSec li .section-title {
  display: flex;
  align-items: center;
  width: 90px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}
.integratedSec li .section-title h2 {
  margin: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
  width: 90px;
}
.integratedSec li .section-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 45px;
  opacity: 0;
  transition: all 0.25s 0.1s ease-out;
  background-color: #ebf7fe;
}
.integratedSec li:nth-child(1){
  background-color: #add5ee;
}
.integratedSec li:nth-child(2){
  background-color: #80d3f6;
}
.integratedSec li:nth-child(3){
  background-color: #1e94d2;
}
.integratedSec li:nth-child(4){
  background-color: #0772ba;
}
.integratedSec li:nth-child(5){
  background-color: #2a5dab;
}
.section-title h2{
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  font-family: arial-bold;
}
.section-content h4{
  font-size: 20px;
  margin-bottom: 20px;
  color: #1e94d2;
  font-family: itcavantgardestdbold;
}
.section-content h3{
 font-family:itcavantgardestdmd;
 font-size: 30px;
 color: #2a5dab;
 margin-bottom: 18px;
}
.section-content p{
  color: #211c1e;
  margin-bottom: 20px;
}


.integratedSec li:nth-child(1) .section-content img.innerSize{
  margin-bottom: 30px;
  width: 160px;
}
.integratedSec li:nth-child(2) .section-content img.innerSize{
  margin-bottom: 30px;
  width:237px;
}

.integratedSec li:nth-child(3) .section-content img.innerSize{
  margin-bottom: 30px;
  width:471px;
}

.integratedSec li:nth-child(4) .section-content img.innerSize{
  margin-bottom: 30px;
  width:412px;
}
.integratedSec li:nth-child(5) .section-content img.innerSize{
  margin-bottom: 30px;
  width:240px;
}
.topBgFt {
  position: absolute;
  right: 0px;
  top:0px;
}
.bottomBgFt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.downloadCtr{
  position: relative;
  padding-bottom: 20px;
}
.verticalTabs{
  position: relative;
}
.bannerTxt {
  padding-top: 120px
}
.m-Rb{
  
  margin-bottom:0px;
}
.insidepages-top
{
  padding-top:20px;
}
.breadTxtLink {
  padding-bottom: 50px;
}
.breadTxtLink a {
  color: #211c1e;
  font-size: 14px;
}
/*.breadTxtLink a.active {
  font-family:tahoma-bold;
}*/

.main-subhead-n1
{
  font-size: 30px;
  color:#2a5dab;
  padding-bottom: 20px;
  font-family:itcavantgardestdmd;
  position: relative;
  padding-top: 10px;
}
.main-subhead-n1:before
{
  content: '';
  position: absolute;
  top:0;
  left: -15px;
  background-color: #8ec740;
  width:40px; 
  height:6px;
}
.ch-msg-bg
{
  background-image: url(../images/chairman-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 170px;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
.ch-msg-bg h4
{
  font-size: 22px;
  line-height: 28px;
  color:#fff;
  font-family:itcavantgardestdmd;
  position: relative;
  padding-left: 35px;
  margin-right: 50px;
  margin-bottom: 30px;
}
.ch-msg-bg h4:before
{
  content: '';
  position: absolute;
  left: 0;
  top:-5px;
  background-image: url(../svg/ch-comma1.svg);
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
.ch-msg-bg h4:after
{
  content: '';
  position: absolute;
  right: 0;
  bottom:-5px;
  background-image: url(../svg/ch-comma2.svg);
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
.ch-msg-bg h5
{
  font-size: 22px;
  font-family:arial-bold;
  padding-left: 35px;
  color:#8ec740;
  padding-bottom: 5px;
}
.ch-msg-bg h6
{
  font-size: 18px;
   font-family:arial-italic;
   padding-left: 35px;
   color:#fff;
}
.ch-msg-wrap h4
{
  font-size: 20px;
  color:#1c94d2;
  padding-bottom: 30px;
  font-family:arial-bold-italic;
}
.signature h5
{
  font-size: 16px;
  color:#1c94d2;
  font-family:arial-bold;
  padding-bottom:6px;
  margin-top: 30px;
}
.signature h6
{
  font-family:arial-italic;
  font-size: 16px;
}
.ch-msg-wrap p
{
  padding-bottom: 20px;
}
.footer-gap
{
  padding-bottom: 80px;
}
.md-msg-bg
{
background-image: url(../images/md-message-img.webp);
padding-bottom: 100px;  
}
.bluesubhead-n1
{
 font-size: 20px;
 font-family:arial-bold;
 color:#2a5dab;
 margin-top: 10px; 
}
.mb-20
{
  margin-bottom: 20px;
}
.mb-10
{
  margin-bottom: 10px;
}
.greensubhead-n1
{
 font-size: 18px;
 font-family:arial-bold;
 color:#8cc442;
 margin-top: 10px; 
}
.blue-list li
{
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.blue-list li:before
{
  content: '';
  position: absolute;
  left: 0;
  top:6px;
  background-color: #2a5dab;
  height: 7px;
  width: 7px;
}
.md-blue-bg
{
  background-image: url(../images/md-bg-img.webp);
  padding: 70px 20px;
}
.md-blue-bg h4
{
  color:#fff;
  font-family: itcavantgardestdmd !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.esg-top-icon img
{
  height: 50px;
  width: 50px;
}
.esg-top-wrap h4
{
  color:#8ec740;
  font-size: 18px;
  font-family:itcavantgardestdbold;
  margin-left: 15px;
}
.esg-top-wrap
{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.esg-top-wrap1 h4
{
color:#cf8d2b;
}
.esg-blue-bg
{
  background-color: #2858a3;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.esg-blue-bg p
{
  color:#fff;
}
.esg-wrap p
{
  padding-bottom: 20px;
}
.key-top
{
  position: relative;
  min-height: 425px;
}
.key-top h1 span
{
  display: block;
}
.key-top h5, .materiality-top h5
{
  font-size: 18px;
  color:#1e94d2;
  font-family:itcavantgardestdbold;
  padding-bottom: 15px;
}
.kh-img
{
  position: absolute;
  top:0;
  right: 0;
}
.key-highlight-bg
{
  background-color: #2a5dab;
  padding: 60px 0px;
}
.key-iconwrap
{
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.key-icon img
{
  height: 60px;
}
.key-iconwrap h5
{
  font-size: 18px;
  font-family:arial-bold;
  color:#8ec740;
  margin-left: 20px;
}
.key-number 
{
  border-right: 1px solid #8ec740;
  border-bottom:1px solid #8ec740;
  border-bottom-right-radius: 25px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.key-number h3
{
  color: #80d3f6;
  font-family:itcavantgardestdbold;
  font-size: 30px;
}
.key-number h3 span
{
  font-size: 40px;
}
.key-number p
{
  color:#fff;
  font-family:arial-bold;
  padding-top: 10px;
}
.key-number h6
{
  font-size: 16px;
  color:#fff;
  padding-top: 6px;
}
.key-number h6 img
{
  height: 15px;
  display: inline-block !important;
  width: auto !important;
  padding: 0px 4px 0px 2px;
}
.item2 .key-number
{
  min-height: 117px;
}

.highligt-slider.owl-theme .owl-dots
{
    text-align: left;
    margin-top: 30px;
}
.highligt-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height:10px;
  background:transparent;
  border-radius: 50px;
  margin:5px;
  border:1px solid #fff;
}

.highligt-slider.owl-theme .owl-dots .owl-dot.active span,
.highligt-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border:1px solid #fff;
}

.highligt-slider .owl-nav button.owl-next {
  position: absolute;
  width: 46px;
  height:43px;
  bottom:0px;
  margin: auto;
  right: 0;
  background-image: url(../svg/key-slider-arrow-right.svg) !important;
}

.highligt-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 46px;
  height: 43px;
  bottom: 0px;
  margin: auto;
  right: 44px;
  background-image: url(../svg/key-slider-arrow-left.svg) !important;
}
.highligt-slider.owl-theme .owl-nav .owl-prev:hover,
.highligt-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}

.materiality-wrap p
{
  padding-bottom: 20px;
}
.materiality-list
{
  padding: 30px 0px 0px 0px;
  border-bottom: 1px solid #b4b6b8;
  margin-left: 15px;
  margin-bottom: 40px;
}
.materiality-list ul
{
  padding-left: 10px;
}
.materiality-list ul li
{
  font-size: 16px;
  list-style-type: 22px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.materiality-list ul li::marker
{
  color:#2858a3;
}

.materiality-list ul li span
{
  color:#2193d1;
  font-family:arial-bold;
}
.mtable-icon img
{
  width: 65px;
}
.mtable-wrap h5
{
  font-size: 18px;
  color:#2a5dab;
  line-height: 24px;
  margin-left: 20px;
}
.mtable-wrap h5 span
{
  display: block;
}
.mtable-wrap
{
  display: flex;
  align-items: center;
}
.materiality-table ul 
{
  padding-left: 15px;
}
.materiality-table ul li
{
  padding-bottom: 15px;
}
.materiality-table ul li::marker
{
  color:#2a5dab;
}
.materiality-table .table>thead>tr>th
{
  background-color: #8dc63f;
  border:none;
  color:#fff;
  font-size: 20px;
  font-family:arial-bold;
  font-weight: initial;
}
.materiality-table .table>thead>tr>th:nth-child(1)
{
  width: 25%;
}
.materiality-table .table>thead>tr>th:nth-child(2)
{
  background-color: #fff;
}
.materiality-table .table>tbody>tr>td
{
  border-top:none;
  border-bottom: 2px solid #fff;
}
.materiality-table .table>tbody>tr>td:nth-child(1)
{
background-color: #d9f0fd;
width: 25%;
}
.materiality-table .table>tbody>tr>td:nth-child(2)
{
background-color: #fff;
}
.materiality-table .table>tbody>tr>td:nth-child(3)
{
background-color: #e5f5fe;
}
.materiality-table p a
{
font-family:arial-italic;
font-size: 14px;
}
.materiality-top h1 span
{
  display: block;
}
.mf-space
{
  background-color: #e6f5fe;
  padding: 50px 20px;
  min-height: 335px;
  border-radius: 18px;
}
.mf-space h3
{
  font-size: 35px;
  color:#1c94d2;
  padding-bottom: 10px;
   font-family:itcavantgardestdbold;
   line-height:36px;
}
.mf-space p span, .mf-space h3 span
{
display: block;
}
.panel-risk
{
  margin-top: 40px;
}
.panel-risk#accordion .panel:first-child {
    border-top:1px solid #aaaaaa;
    padding-top: 30px;
}
.panel-risk.panel-group .panel {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.panel-risk h4
{
  padding-bottom: 0px;
  padding-left:0px;
}
.panel-risk .panel-default>.panel-heading
{
background-color:transparent;
border-bottom:1px solid #aaaaaa;
padding-left: 0px;
padding-right: 0px;
}
.panel-risk.panel-group .panel-heading+.panel-collapse>.list-group, .panel-risk.panel-group .panel-heading+.panel-collapse>.panel-body
{
  border-top:none;
}
.panel-risk .panel-default h4 a {
    color: #211c1e;
    font-size: 20px;
    font-family:arial-bold;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.panel-risk .panel-default h4 a:after
{
    content: '-';
    position: absolute;
    font-size: 30px;
    line-height: 18px;
    top: 0px;
    right: 0px;
    
}
.panel-risk .panel-default h4 a.collapsed:after
{
  content: '+';
  font-size: 30px;
  line-height: 24px;
  background-color: transparent;
  top: 0px;
  right: 0px;
}

.kbh-n1-bg
{
  background-color: #e6f5fe;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.kbh-n1-bg .main-subhead-n1
{
  font-size: 20px;
  font-family:arial-bold;
  padding-bottom: 15px;
}
.kbh-n1-bg p
{
  padding-bottom: 30px;
}
.green-bg-n1
{
  background-color: #8cc442;
  padding: 10px 15px 10px 30px;
  color: #fff;
  font-size: 20px;
  font-family:arial-bold;
  margin-top: 30px;
}
.bso-graph
{
  margin-bottom: 20px;
  min-height: 340px;
}
.bso-numbers
{
  background-color: #ecf4fc;
  padding: 30px 0px;
  margin-bottom: 30px;
}
.bso-numbers h5
{
  padding-bottom: 40px;
}
.bso-numwrp
{
  text-align: center;
  border-right: 1px solid #d7dee5;
  margin-bottom: 50px;
}
.bd-none
{
  border-right: none !important;
}
.bso-numwrp h3
{
  color:#2c58a4;
  font-size: 26px;
  font-family:itcavantgardestdbold;
  position: relative;
}
.bso-numwrp h3:before
{
    content: '';
    position: absolute;
    top: -10px;
    left:0px;
    right: 0px;
    margin: auto;
    background-color: #8ec740;
    width: 24px;
    height: 6px;  
}
.bso-numwrp h3 span
{
  font-size: 40px;
}
.bso-numwrp h3 span.tr
{
  display: block;
  font-size: 30px;
}
.bso-numwrp p
{
  padding-top: 5px;
  min-height: 55px;
}
.footnote
{
  font-size: 13px;
  font-family:arial-italic;
}
.esg-blue-bg1
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.panel-risk h4 a img
{
  height: 45px;
}

.panel-risk .panel-body
{
  padding: 15px 0px;
}
.panel-risk p
{
  padding-bottom: 20px;
}
.panel-geen-bg
{
  background-color: #f1f7e8;
  padding: 20px 20px 5px 20px;
  margin-bottom: 40px;
}
.panel-geen-bg p
{
  padding-bottom: 15px;
}
.panel-geen-bg p span
{
  font-family:arial-bold;
}
.bso-btn
{
  font-size: 18px;
  font-family:arial-bold;
  color:#fff;
  background-color: #80d3f6;
  padding: 6px 18px;
  display: inline-block;
  position: absolute;
  top: -18px;
}
.bo-panel-text
{
  padding-left: 20px;
  border-bottom: 1px solid #80d3f6;
  border-left: 1px solid #80d3f6;
  position: relative;
  padding-top: 35px;
    margin-top: 20px;
}
.bo-panel-text:after
{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  background-color: #80d3f6;
  width: 20px;
  height: 1px;
}
.bo-panel-text .blue-list li
{
  padding-left: 0px;
}
.bo-panel-text .blue-list li:before
{
  left: -24px;
}
.bso-panel .row
{
  display: flex;
  align-items: flex-end;
}
.bso-panel h5 span
{
  display: block;
  color:#211c1e;line-height: 26px;
}
.blue-inner-list
{
  padding-left: 25px;
  padding-top: 20px;
}
.blue-inner-list li:last-child
{
  padding-bottom: 0px;
}
.blue-inner-list li:before {
    background-color:transparent;
    border:1px solid #2a5dab;
}
.bso-panel-img1
{
  margin-top: 30px;
}
.panel-risk h4 a img.he {
    height: 35px;
}
.bso-panel1 .row
{
  align-items: center;
}

.bso-img7
{
  position: absolute;
    bottom: 30px;
    right: 0;
}
.bo-panel-text-btm
{
  margin-top:50px;
}
.sdg-icon img
{
  width: 270px;
}
.env-bg
{
  margin-bottom: 0px;
}
.env-bg h5
{
  font-size: 18px;
  color:#fff;
  font-family:arial-bold;
  padding-bottom: 20px;
}
.env-img1
{
  margin-bottom: 30px;
}
.esg-top-wrap2 h4
{
  color: #1c94d2;
  font-family:itcavantgardestdbold;
}
.env-sdg-icon img
{
  width: 80px;
}
.env-nubmers
{
  background-color: #ebf7fe;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.env-num-icon img
{
  height: 45px;
}
.env-num-wrap p
{
  padding: 10px 0px;
}
.env-num-wrap h3
{
  font-size:30px;
  font-family:itcavantgardestdbold;
  color:#2a5dab;
}
.env-num-wrap p:last-child
{
  padding-top: 5px;
}
.env-num-wrap p span
{
  display: block;
}
.fin-graph
{
  margin-bottom: 45px;
  min-height: 410px;
}
.fin-btm-img
{
  margin-top: -120px;
}
.scl-blue-bg
{
  background-color: #7fd1f3;
}
.scl-sdg-icon
{
  margin-bottom: 40px;
}
.scl-sdg-icon img
{
  max-width: 825px;
  width: 100%;
}
.scl-wrap p
{
  padding-bottom: 20px;
}
.scl-img
{
  margin-bottom: 35px;
}
.scl-wrap .green-bg-n1
{
display: inline-block;
padding-left: 15px;
font-size: 18px;
padding-right: 40px;
}
.scl-wrap .env-nubmers
{
  margin-top: 0px;
}
.scl-wrap .env-num-wrap
{
   border-right: 1px solid #becad0; 
}
.scl-wrap .env-nubmers p
{
  padding-bottom: 0px;
}
.sr-text
{
  padding-top: 60px;
}
.pie-text
{
  font-size: 16px;
  font-family:arial-italic;
  padding-bottom: 20px;
}
.b-work
{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mt-top
{
  margin-top: 0px;
}
.mt-top p
{
  padding-bottom: 0px;
}
.scl-bg-light
{
  background-color: #e5f5fd;
}
.scl-bg-light p
{
  color: #211c1e
}
.scl-bg-light h4
{
  font-size: 30px;
  color: #2a5dab;
  font-family:arial-bold;
  padding-bottom: 20px;
}
.scl-black-list
{
  padding-left: 15px;
}
.scl-black-list li
{
  font-size: 16px;
  list-style-type: 24px;
  padding-bottom: 20px;
}
.stake-slider.owl-carousel .owl-item .stake-icon img
{
  width: 60px;
}
.stake-slider.owl-carousel .owl-item .stake-icon4 img
{
  width: 85px;
}
.stake-wrap h4
{
  font-size: 18px;
  color: #2a5dab;
  font-family:arial-bold;
 line-height: 26px;
  padding-bottom: 30px;
  padding-top: 15px;
}
.stake-wrap
{
-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16);
box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16);
padding: 20px 20px 0px 20px;
margin: 8px;
min-height: 495px;
}
.stake-wrap h5
{
  font-size: 18px;
  color: #2193d1;
  font-family:arial-bold;
  line-height: 26px;
  padding-bottom: 10px;
}
.stake-wrap ul
{
  padding-left: 15px;
}
.stake-wrap ul li
{
  font-size: 16px;
  padding-bottom: 10px;
}
.stake-wrap ul li::marker
{
  color: #2193d1;
}
.stake-wrap p
{
  padding-bottom: 15px;
}
.stake-slider.owl-carousel .owl-stage-outer
{
  overflow: initial;
}
.stake-slider.owl-carousel .owl-stage
{
  padding-left: 0px!important;
}

.stake-slider.owl-theme .owl-dots
{
    text-align: left;
    margin-top: 20px;
}
.stake-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height:10px;
  background:transparent;
  border-radius: 50px;
  margin:5px;
  border:1px solid #2858a3;
}

.stake-slider.owl-theme .owl-dots .owl-dot.active span,
.stake-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #2858a3;
  border:1px solid #2858a3;
}

.stake-slider .owl-nav button.owl-next {
  position: absolute;
  width: 46px;
  height:43px;
  bottom:-20px;
  margin: auto;
  right: 0;
  background-image: url(../svg/blue-slider-arrow-right.svg) !important;
}

.stake-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 46px;
  height: 43px;
  bottom: -20px;
  margin: auto;
  right: 44px;
  background-image: url(../svg/blue-slider-arrow-left.svg) !important;
}
.stake-slider.owl-theme .owl-nav .owl-prev:hover,
.stake-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}
.stake-btm-img
{
display: flex;
    justify-content: flex-end;
}
.btm-link
{
  border-bottom: 1px solid #0a72ba;
  border-top: 1px solid #0a72ba;
  overflow: hidden;
}
.btm-link div
{
float: left;
max-width: 33.33%;
width: 100%;
text-align: center;
padding: 25px 0px;
border-right: 1px solid #0a72ba;
}
.btm-link div:last-child
{
 border-right:none; 
}

.btm-link div a
{
  font-size: 18px;
  color: #211c1e;
}
.btm-link div.active
{
  background-color: #0a72ba;
}

.btm-link div.active a
{
  color: #fff;
  font-family:arial-bold;
}
.bluebox
{
  background-color: #0a72b8;
  padding: 15px;
  padding-top: 0px;
}
.bluebox p
{
  color: #fff;
  padding-top: 15px;
}
.our-valueimg
{
  margin: 30px auto;
  display: block;
}
.aboutcamsinner h6,.ogstructure h6
{
  font-size: 20px;
  color: #2a5dab;
  padding-top: 30px;
  font-family:arial-bold;
}
.lightbluebox
{
  background-color: #e6f5fe;
  padding: 15px;
  min-height: 254px;
  margin-top: 25px;
  border-radius: 18px;
}
.lightbluebox h3
{
  font-size: 42px;
  color: #1c94d2;
  font-family:itcavantgardestdbold;
  padding: 15px 0px;
}
.lightbluebox ul
{
  padding-left: 15px;
}
.lightbluebox ul li::marker
{
  color: #1c94d2;
}
.ogstructure
{
  background-color: #ecf4fc;
  padding: 0px 0px 30px;
  margin: 45px 0px 0px;
  position: relative;
}
.ogstructure h6
{
  padding-bottom: 30px;
}
.ogstructure h6.greenheading
{
  color: #8cc442;
}
.aboutbtimg2
{
  position: absolute;
  bottom: 0px;
  right: 0px;

}
.innerheading h1 span
{
  display: block;
}
.innerheading h4
{
  color: #1e94d2;
  font-size: 18px;
  padding-bottom: 15px;
  font-family:itcavantgardestdbold;
}
.pageslink
{
  border-top: 1px solid #1e94d2;
  border-bottom: 1px solid #1e94d2;
}
.pageslink ul
{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
.pageslink ul li
{
  max-width: 33.33%;
  width: 100%;
  float: left;
  padding: 10px;
}
.pageslink ul li a
{
  font-size: 18px;
  color: #211c1e;
  font-family:arial;
    text-align:center;
    display: block;
}
.pageslink ul li:nth-child(1)
{
 /* background-color: #1e94d2;*/
 border-right:1px solid #1e94d2 ;
}
.pageslink ul li:nth-child(2)
{
  border-right:1px solid #1e94d2 ;
}
.pageslink ul li:hover
{
  background-color:#1e94d2 
}
.pageslink ul li:hover a
{
 color: #fff;
   font-family:arial-bold; 
}
/*.pageslink ul li:nth-child(1) a
{
  color: #fff;
   font-family:arial-bold;
}*/
.awardsbox
{
  min-height: 490px;
  margin-top: 30px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
}
.awardsbox h6
{
  font-size: 20px;
  color: #2a5dab;
   font-family:arial-bold;
   padding-right: 30px;
   padding-top: 10px;
   padding: 10px 30px 15px 0px  ;
}
.awardsinnerpg .row 
{
  display: flex;
  flex-wrap: wrap;
}
.awardsbox p
{
  padding-right: 20px;
}
.awardsbox p span
{
  font-family:arial-bold;
}
.awardsdetails
{
      height: 160px;
      overflow-y: auto;
      width: 100%;
}
.awardsdetails::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #bbd0e1;
}

.awardsdetails::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #0066ab;
}
.awardsdetails::-webkit-scrollbar {
    width: 2px;
    background-color: #bbd0e1;
}
.pageslink
{
  margin-top: 60px;
}
.bodtxt
{
 display: none;
 padding: 15px 0px;
}
.bodtxt img
{
  padding-top: 10px;
}
.bodpg .row
{
  display: flex;
  flex-wrap: wrap;
}
.bodname h6
{
font-size: 18px;
color: #2c5dab;
 font-family:arial-bold;
}
.bodname h6 span
{
  display: block;
  font-family:arial-italic;
  color: #211c1e;
}
.bodname
{
  padding-top: 15px;
  position: relative;
}
.openplus
{
  background-color: #1c94d2;
  color: #fff;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  transition: ease all 0.5s;
}
.openplus:hover
{
  cursor: pointer;
}
.bodbox
{
  margin-top: 30px;
}
.openplus.active p
{
  transform: rotate(45deg);
  transition: ease all 0.5s;
}
.bodpg .col-md-8 h6,h6.bdcommittees
{
  padding-top: 30px;
  font-size: 20px;
  color: #2a5dab;
  font-family:arial-bold;
  padding-bottom: 10px;
}
.bodpg .col-md-8 ol
{
  padding-left: 15px;
}
.bodpg .col-md-8 ol li
{
  padding: 5px 0px;
}
.bodpg hr
{
  margin: 40px 0px 15px;
  border-top: 1px solid #000000;
}
h6.bdcommittees
{
  padding-top: 0px;
  padding-bottom: 30px;
}
.bodgrp .col-md-4:nth-child(1) img
{
max-width: 73%;
}
.bodgrp .col-md-4:nth-child(2) img
{
max-width: 85%;
}
.bodgrp .col-md-4:nth-child(3) img
{
max-width: 97%;
}
.bodpg a
{
  font-size: 16px;
  color: #2a5dab;
  font-family:arial-italic;
  margin-top: 30px;
  display: block;
}
.cpsbox h6
{
  color: #fff;
  background-color: #2193d1;
  padding: 10px 15px;
  font-size: 18px;
}
.cpsbox ul
{
  padding-left: 30px;
}
.cpsbox img
{
  margin: 0px 15px 15px;
}
.cpsbox ul li
{
  padding: 5px 0px;
}
.tabdta
{
  border: 1px dotted #2193d1;
 padding: 15px 0px;
  border-top: 0px;
min-height: 270px;
}
.cpsbox img
{
  width: 60px;
  height: 60px;
}
.cpsbox
{
  margin-top: 30px;
}
#st-tab1 .row .col-md-6:nth-child(2) .cpsbox h6,#st-tab4 .row .col-md-6:nth-child(2) .cpsbox h6
{
background-color: #23428e;
}
#st-tab1 .row .col-md-6:nth-child(3) .cpsbox h6,#st-tab4 .row .col-md-6:nth-child(3) .cpsbox h6
{
background-color: #c42135;
}
#st-tab1 .row .col-md-6:nth-child(4) .cpsbox h6,#st-tab4 .row .col-md-6:nth-child(4) .cpsbox h6
{
background-color: #f26f28;
}
#st-tab1 .row .col-md-6:nth-child(5) .cpsbox h6,#st-tab4 .row .col-md-6:nth-child(5) .cpsbox h6
{
background-color: #ce8c2b;
}
#st-tab1 .row .col-md-6:nth-child(6) .cpsbox h6,#st-tab4 .row .col-md-6:nth-child(6) .cpsbox h6
{
background-color: #8cc442;
}
#st-tab4 .tabdta
{
  min-height: 286px;
}
#st-tab4 .row .col-md-6:nth-child(2) .tabdta
{
  min-height: 380px;
}

#st-tab1 .row .col-md-6:nth-child(2) .cpsbox .tabdta,#st-tab4 .row .col-md-6:nth-child(2) .cpsbox .tabdta
{
border:1px dotted #23428e;
}
#st-tab1 .row .col-md-6:nth-child(3) .cpsbox .tabdta,#st-tab4 .row .col-md-6:nth-child(3) .cpsbox .tabdta
{
border:1px dotted #c42135;
}
#st-tab1 .row .col-md-6:nth-child(4) .cpsbox .tabdta,#st-tab4 .row .col-md-6:nth-child(4) .cpsbox .tabdta
{
border:1px dotted #f26f28;
}
#st-tab1 .row .col-md-6:nth-child(5) .cpsbox .tabdta,#st-tab4 .row .col-md-6:nth-child(5) .cpsbox .tabdta
{
border:1px dotted #ce8c2b;
}
#st-tab1 .row .col-md-6:nth-child(6) .cpsbox .tabdta,#st-tab4 .row .col-md-6:nth-child(6) .cpsbox .tabdta
{
border:1px dotted #8cc442;
}
.lightskybox
{
  padding: 0px 30px 20px;
  background-color: #a8dff7;
  overflow: hidden;
}
.ourpricipleicntx
{
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ourpricipleicntx img
{
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.lghtgrybx
{
  background-color: #ecf8fe;
  padding: 20px 30px;
  overflow: hidden;
}
.lghtgrybx img
{
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.lghtgrybx h6
{
  padding-bottom: 15px;
  font-size: 20px;
  color: #2a5dab;
  font-family:arial-bold;
  padding-left: 15px;
}
.lghtgrybx p
{
  padding-right: 15px;
}
.lghtgrybx .col-md-2:after
{
  content: '';
  position: absolute;
  right: 10px;
  top: 0px;
  width: 10px;
  height: 130px;
  background-image: url(../images/slline.svg);
  background-repeat: no-repeat;
}
.lghtgrybx .col-md-2:last-child:after
{
  display: none;
}
#st-tab3 a
{
  margin-top: 15px;
  display: block;
  /*color: #211c1e;*/
}
.st-tabs .nav>li>a
{
  color: #2193d1;
  font-size: 18px;
}
.st-tabs .nav-pills>li.active>a, .st-tabs .nav-pills>li.active>a:focus, .st-tabs .nav-pills>li.active>a:hover
{
background-color: transparent;
font-family:arial-bold;
  color: #2193d1;
  border-bottom: 3px solid;
    border-radius: 0;
}
.st-tabs .nav>li>a:focus, .st-tabs .nav>li>a:hover
{
background-color: transparent;
font-family:arial-bold;
  color: #2193d1;
}
.st-tabs
{
  border-bottom: 1px solid #2193d1;
  margin-top: 15px;
}
#st-tab3,#st-tab2
{
  margin-top: 30px;
}
.strategypg table td,.strategypg table th
{
border: 0px!important;
}
.strategypg table h6
{
  padding-top: 0px;
  padding-bottom: 10px;
}
.strategypg table ul
{
  padding-left: 15px;
  padding-bottom: 15px;
}
.strategypg table ul li
{
  padding: 3px 0px;
}
.strategypg table p span
{
  display: block;
}
.strategypg table
{
  margin-top: 30px;
}
.strategypg .bluebox,.pillar3govpg .bluebox
{
  margin-top: 30px;
}
.strategypg table tr td:nth-child(1) p
{
  padding-right: 20px;
}
.strategypg table thead th
{
background-color: #8dc63f;
color: #fff;
border: 4px solid #fff!important;
}
.strategypg table tr td
{
border: 4px solid #fff!important;
}
.strategypg table tr td:nth-child(1)
{
  background-color: #d9f0fd;
}
.strategypg table tr td:nth-child(2)
{
  background-color: #e5f5fe;
}
.strategypg table tr td:nth-child(3)
{
  background-color: #f3fafe;
}
.strategypg table tr td:nth-child(1) p
{
  color:#2a5dab;
  font-size: 18px;
}
.strategypg table tr td
{
  padding: 10px;
}
.innstrategy-img
{
  max-width: 665px;
  float: right;
}
.camslacp
{
  background-color: #e6f5fe;
  padding: 25px 50px 180px 15px;
  margin-top: 30px;
}
.camslacp h6
{
  padding-top: 0px;
}
.pillar3govpg h6
{
  padding-bottom: 10px;
}
.pageslinkmargin0
{
  margin-top: 0px;
}
.pillar3govpg .container
{
  position: relative;
}
.pillargovimg
{
  position: absolute;
  right: 0px;
bottom: 0px;
}
.riskgraph
{
  max-width: 760px;
}
.riskmgmtpg .panel-group .panel {
    border: 0px;
    -webkit-box-shadow: none; 
    box-shadow: none;
}
.riskmgmtpg .panel-default>.panel-heading {
    background-color: transparent;
    border-top: 2px solid #6bb7e0;
    border-radius: 0;
    padding: 10px 0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0px;
}
.riskmgmtpg .panel-default h4 a:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 7px;
    margin: auto;
    background-color: #211c1e;
    width: 15px;
    height: 3px;
    display: inline-table;
}
.riskmgmtpg .panel-default h4 a.collapsed:after {
    content: '+';
    font-size: 30px;
    line-height: 30px;
    background-color: transparent;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}
.riskmgmtpg .panel-default h4 a {
    color: #2a5dab;
    font-size: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-family:arial-bold;
}
.riskmgmtpg h6
{
  padding-bottom: 30px;
}
.cpatrisks
{
  display: flex;
  align-items: center;
}
.cpsrisksicon
{
  display: flex;
  align-items: center;
}
.cpsrisksicon img
{
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.riskmgmtpg .panel-body h6
{
  font-size: 18px;
}
.riskmgmtpg .panel-body p span
{
  color: #2a5dab;
    font-size: 18px;
    font-family: arial-bold;
}
.riskmgmtpg .panel-body
{
  padding: 15px 0px;
}
.thcombg
{
  background-color: #e5f5fd;
  padding: 15px;
  margin-top: 15px;
}
.thcombg ul
{
  padding-left: 15px;
}
.thcombg ul li
{
  padding: 5px 0px;
}
.riskmgmtpg .panel-default h4 a span
{
  position: relative;
  padding: 10px 0px;
}
.riskmgmtpg .panel-default h4 a span:before
{
      content: '';
    position: absolute;
    top: 0;
    left: -15px;
    background-color: #8ec740;
    width: 40px;
    height: 6px;
}
.riskmgmtpg .panel-default h4 a img
{
width: 50px;
height: 50px;
margin-right: 50px;
}
.col-md-4 .esg-top-wrap h4
{
  color: #f37027;
}
.col-md-3 .esg-top-wrap h4
{
  color: #23428e;
}
.menuintellaupg h6
{
  font-size: 20px;
  color: #2a5dab;
  font-family:arial-bold;
  padding-top: 30px;
}
.menuintellaupg h5
{
  color: #8ec640;
  font-family:arial-bold;
  font-size: 18px;
  padding-top: 30px;
}
.menuintellaupg h4
{
  background-color: #8ec640;
  padding: 10px;
  display: inline-block;
  color: #fff;
  margin-top: 30px;
}
.lightboxman h3
{
  font-size: 25px;
  color: #2a5dab;
  font-family:itcavantgardestdbold;
}
.lightboxman h3 span
{
  font-size: 30px;
}
.lightboxman
{
  background-color: #e5f5fd;
  padding:0px 15px 30px;
  overflow: hidden;
}
.lightboxman .tecnonums
{
  max-width: 20%;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.menusdg-icon
{
  max-width: 120px;
}
.menuintellaupg p
{
  padding-top: 15px;
}
.lightboxman  p
{
  padding-top: 5px;
}
.margintp30
{
  margin-top: 30px;
}
.menuintellaupg hr
{
  margin: 20px 0px;
  border-top: 1px solid #211c1e;
}
.digital-onboardin
{
  max-width: 80%;
  margin: auto;
}
.my-cams
{
  margin-top: 15px;
  max-width: 65px;
}
.row.margintp30
{
  display: flex;
  align-items: center;
}
.lightboxman .col-md-3,.lightboxman .col-md-4,.lightboxman .col-md-12
{
  padding-top: 30px;
}
.nasaicon1,.reinicon2
{
  width: 50px;
  height: 50px;
}
h6.h6mrttop15
{
  padding-top: 15px;
}
.menusdg-icon
{
  padding-top: 15px;
}
.mt-top-none
{
  margin-top: 0px;
}
.mt-btm
{
  margin-bottom: 10px;
}
.ft1
{
  padding-bottom: 0px !important;
}
.signature1 h5
{
  margin-top: 0px;
}
.pd-none
{
  padding-bottom: 6px !important;
}
.color-circle
{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blue-cir
{
  width: 25px;
  height: 25px;
  background-color: #1c94d2;
  border-radius: 50px;
  margin-right: 10px;
}
.green-cir
{
  background-color: #c4df9b;
}
.fin-color li::marker
{
  color:#2193d1;
}
.ic-color li::marker
{
  color:#23428e;
}
.hc-color li::marker
{
  color:#c42135;
}
.mc-color li::marker
{
  color:#f26f28;
}
.src-color li::marker
{
  color:#ce8c2b;
}
.nc-color li::marker
{
  color:#8cc442;
}
.strategypg table ul li::marker
{
color:#2a5dab;
}
.bluebox p a
{
  color: #fff;
}
.thcombg ul li::marker
{
  color: #1e94d2;
}
.kri-list li
{
  position: relative;
}
.kri-list li:before
{
  content: '';
  position: absolute;
  left: -15px;
  top:13px;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50px;
}
.ft-note
{
font-family:arial;
}
.mt-30
{
  margin-top: 30px;
}
.text-bd
{
  font-family:arial-bold !important;
}

.bodpg .col-md-8 ol li::marker
{
  font-family:arial-bold;
}

#hmpopup .modal-dialog
{
    width: 100%;
    margin: 0;
}
.modal-content
{
    overflow: hidden;
    border-radius: 0;
    border: 0;
    background-image: url(../images/popup-bg.webp);
    padding: 60px 30px 20px 30px;
    position: relative;
    background-position: bottom right;
    background-repeat: no-repeat;
}
#hmpopup h3
{
  font-size:20px;
  line-height:26px;
  color: #0772ba;
  padding-top: 15px;
  padding-bottom: 30px;
  font-family:itcavantgardestdmd;
}
#hmpopup h5
{
    color: #374197;
    font-family:Swiss721BT-Roman;
    font-size: 24px;
    line-height: 30px;
}

#hmpopup p
{
    padding-bottom: 15px;
    color: #4d4d4f;
    font-size: 16px;
}

#hmpopup .modal-body
{
    padding: 0;
}
#hmpopup .bannerTxt
{
  padding-top: 0px;
}
.modal-content .close
{
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    color: #0772ba;
    font-size: 16px;
    border-bottom: 1px solid #0772ba;
    font-weight: initial;
}
.pop-left-text
{
  padding-top:20px;
}
.pop-img
{
  margin-top: -45px;
}
.mtable-icon7 img
{
  width: 50px;
}