@font-face {
    font-family:Rupee;
    src: url(../fonts/Rupee.ttf);
}
@font-face {
    font-family:arial;
    src: url(../fonts/arial.ttf);
}
@font-face {
    font-family:arialbd;
    src: url(../fonts/arialbd.ttf);
}
@font-face {
    font-family:KelsonSansBG-Bold;
    src: url(../fonts/KelsonSansBG-Bold.ttf);
}
@font-face {
    font-family:KelsonSansBG-Light;
    src: url(../fonts/KelsonSansBG-Light.ttf);
}
@font-face {
    font-family:KelsonSansBG-Normal;
    src: url(../fonts/KelsonSansBG-Normal.ttf);
}
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family:arial;
    color:#4D4D4F ;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
    font-size: 16px;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 24px;
}

.my-sidenav {
    display: none;
}
/*-----------Header Css End-------------*/
.my-sidenav1 {
    display: none;
    position: fixed;
    top: 70px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background: #2C5DAB;
    height: 100%;
    border-top: 1px solid #2C5DAB;
}

.header-left a, .header-right a {
    font-family: KelsonSansBG-Bold;
    color: #2C5DAB;
}
.header-left a span, .header-right a span{
    font-family:KelsonSansBG-Light;
    color: #000;
}
span.sprtr {
    width: 1px;
    height: 20px;
    display: inline-block;
    background: #000;
    margin: 0 15px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-left {
    display: flex;
    align-items: center;
    justify-content: start;
}
.header-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
header {
    height: 70px;
    box-shadow: 0px 2px 2px #00000029;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 1000;
}
.hdr-flex {
    align-items: center;
}
.copyright p, .copyright a {
    font-size: 12px;
    font-family: KelsonSansBG-Light;
    color: #fff;
}
footer {
    color: #fff;
    background: #2C5DAB;
    padding: 10px 0;
    position: relative;
}
.ftr-link a {
    display: flex;
    color: #fff;
    font-family: KelsonSansBG-Normal;
    padding: 10px 0;
    justify-content: space-between;
    font-size: 14px;
    z-index: 99;
    position: relative;
}
.ftr-link {
    margin: 10px 0 30px;
    padding: 0 100px;
}
.social-liks hr {
    margin-bottom: 0;
}
.social-liks img {
    margin-right: 15px;
}
.social-liks a:first-child img {
    padding-left: 50px;
}
.footer-up {
    padding: 15px 40px;
    background: #B0DFDD;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.footer-up a {
    color: #000;
    font-family: KelsonSansBG-Normal;
}
.footer-up a span {
    border-left: 1px solid;
    margin-left: 10px;
}
.footer-up a span img{
    margin-left: 10px;
}
.ftr-link a span {
    border-left: 1px solid #6186c0;
    margin-left: 10px;
}
.ftr-link a span img{
    margin-left: 10px;
    filter: invert(1);
}
.copyright .row {
    justify-content: center;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}
.copyright .text-right {
    text-align: right;
}
img.footer-book {
    position: absolute;
    left: -45px;
    right: 0;
    margin: 0 auto;
    top: -35%;
}
.my-sidenav1 ul
{
  padding-top: 80px;
  border-bottom: none;  
}
.my-sidenav1 ul li
{
    border-bottom: 1px solid #5592F2;
    width: 100%; 
}
.my-sidenav1 a.nav-link {
    transition: none;
    font-family:arialbd;
    color: #5592F2;
    padding: 10px 0;
    margin: 0;
    display: flex;
    font-size: 30px;
}
.my-sidenav1 a.nav-link
{
    border:none;
}
.my-sidenav1 a.nav-link.active {
    border: none;
    color: #fff !important;
    background-color: transparent;
    border:none;
}
.my-sidenav1 a.nav-link.active img.tbimg
{
    margin-right: 10px;
}
.menu-tab ul
{
    padding-left: 0px;
    padding-top: 100px;
}
.menu-tab ul li
{
    list-style: none;
    border-bottom: none;
    padding-bottom: 40px;
}
.menu-tab ul li a
{
    color:#fff;
    font-size: 18px;
}
.menu-tab ul li a img
{
    float: right;
}

.bluebg .ham-icon
{
    color:#F36E24;
}
.menu-btm-img
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*homepage*/
section.banner-sec {
    height: 100vh;
    background: url(../images/camsbanner-img.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-sec .row {
    display: flex;
    align-items: end;
    height: 100vh;
    padding-bottom: 70px;
}
.bnrtxtlink {
    display: flex;
    height: 100%;
    align-items: end;
    justify-content: space-evenly;
    padding-bottom: 0px;
    margin-top: 38px;
}
.bnrtxtlink p {
    font-family: KelsonSansBG-Normal;
    font-size: 25px;
    color: #000000;
}
.bnrinner h2 {
    font-family: KelsonSansBG-Bold;
    font-size: 35px;
    color: #fff;
}
.bnrinner {
    text-align: center;
}
.banner-sec .readmore-link a span{
    color: #fff;
}
.banner-sec .arrowspan img{
    filter: invert(1);
}
img.read-arrow {
    width: 25px!important;
    transform: rotate(180deg);
    transition: all ease 1s;
}
.arrowspan {
    display: inline-flex;
    padding: 0 5px;
    height: 30px;
    position: relative;
    z-index: 99;
}
.arrowspan img{
    opacity: 0;
}
.arrowspan:after {
    width: 5px;
    height: 100%;
    position: absolute;
    display: block;
    background: #B7D433;
    content: "";
    left: 0;
    top: 0;
    transition: all ease .3s;
    z-index: -1;
}
.read-txt {
    font-size: 16px;
    font-family: arialbd;
    color: #000;
    position: relative;
    height: 30px;
    padding-left: 15px;
    padding-right: 10px;
    display: inline-flex;
    align-items: center;
    z-index: 99;
}
.read-txt:after {
    width: 5px;
    height: 100%;
    position: absolute;
    display: block;
    background: #B7D433;
    content: "";
    left: 0;
    top: 0;
    transition: all ease .3s;
    z-index: -1;
}
.readmore-link a {
    display: flex;
    align-items: center;
}
.readmore-link a:hover .read-txt:after{
 width: 100%;
 transition: all ease .3s;
}
.readmore-link a:hover .arrowspan:after{
 width: 100%;
 transition: all ease .3s;
}
.readmore-link a:hover .arrowspan img{
    opacity: 1;
}
.btncenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
img.botm-arrow {
    position: relative;
    height: 20px;
    filter: invert(1);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    z-index: 99999;
    transform: rotate(270deg);
}
.blue-regulr20{
    font-size: 20px;
    color: #2C58A4;
    font-family:arial;
    margin-bottom: 10px;
}
.tick-txt p {
    padding-left: 10px;
}
.tick-txt {
    display: flex;
    border-bottom: 1px solid #999;
    padding: 5px 0;
}
.about-circl {
    background: radial-gradient(circle, rgba(181, 226, 230, 1) 0%, rgba(230, 242, 224, 1) 100%);
    height: 540px;
    width: 540px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 0 80px;
    position: relative;
}
.about-circl p {
    color: #2C5DAB;
    font-size: 18px;
    padding-top: 50px;
}
section.account-sec {
    padding: 70px 0;
    position: relative;
}
img.our-values-icon {
    position: absolute;
    right: 40px;
    top: 10px;
}
.cntrtxt-about {
    align-items: center;
}
.aboutcams h2 {
 font-family: KelsonSansBG-Normal;
 font-size: 25px;
 color: #000;
 margin-bottom: 5px;
}
.aboutcams h3 {
 font-family:KelsonSansBG-Bold;
 font-size: 27px;
 color: #2C5DAB;
}
.aboutcams {
    position: absolute;
    z-index: 9;
}
.spanblock{
    display: block;
}
.account-sec .readmore-link {
    margin-top: 30px;
}
.hdng-blue35{
 font-family:KelsonSansBG-Bold;
 font-size: 35px;
 line-height: 45px;
 color: #2C5DAB;
}
.hdng-blue18{
 font-family:KelsonSansBG-Bold;
 font-size: 18px;
 line-height: 22px;
 color: #2C5DAB;
}
.hdng-green16{
 font-family:KelsonSansBG-Bold;
 font-size: 16px;
 line-height: 20px;
 color: #B7D433;
}
.bluelist li{
    padding: 5px 0;
}
ul.bluelist {
    padding-left: 20px;
    margin-bottom: 25px;
}
.bluelist li::marker {
    color: #576EB1;
    font-size: 20px;
}
.key-slider .owl-nav button.owl-next {
  position: absolute;
  width: 47px;
  height: 36px;
  right: 0;
  background-image: url(../svg/slider-right.svg) !important;
}
.key-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 47px;
    height: 36px;
    left: 0;
    opacity: 1;
    background-image: url(../svg/slider-left.svg) !important;
}
.key-slider .owl-dots .owl-dot.active span {
  background: #2C58A4!important;
}
.key-slider .owl-dots .owl-dot span {
  background: #B0DFDD!important;
  height: 5px;
  margin: 5px 2px;
  width: 15px;
  border-radius: 0;
}
.key-slider .owl-nav [class*=owl-]:hover {
  background: none;
}
.key-slider .owl-dots {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.key-slider .owl-nav {
    border-top: 1px solid #B7D433;
}
section.keyhighlights hr {
    border-color: #B7D433;
    opacity: 1;
}
section.keyhighlights {
    height: 100vh;
    align-items: center;
    display: flex;
}
section.keyhighlights h2 {
    text-align: center;
}
section.keyhighlights h3 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}
.keyhome-box {
    background: #F8FAE6;
    padding: 20px;
    margin-bottom: 50px;
    height: 230px;
}
.key-slider.owl-carousel .owl-item {
    opacity: .2;
}
.key-slider.owl-carousel .owl-item.active.center{
  opacity: 1;
}
.keyhighlights .readmore-link {
    margin-top: 40px;
}
.offring-sec{
    padding: 70px 0;
    position: relative;
    z-index: 9;
}
.subhdng-txt25 {
    font-family:arial;
    font-size: 25px;
    color: #000;
    margin-bottom: 5px;
    line-height: 30px;
}
ul.nav.nav-tabs.offringtbs {
    flex-direction: column;
    border: none;
    margin-top: 35px;
}
.offring-sec a.nav-link.active {
    border: none;
    color: #B7D433!important;
}
.offring-sec a.nav-link:hover {
    border: none;
    margin: 0;
}
.offring-sec a.nav-link {
    border-bottom: 1px solid #ccc !important;
    transition: none;
    font-family:KelsonSansBG-Bold;
    color: #2C58A4;
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.offringtbs li:last-child a.nav-link {
    border-bottom:none!important;
}
section.offring-sec:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/business-segment-offerings-bg-un.webp) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: right;
    z-index: -1;
}
.offring-sec .tab-content{
    padding-left: 50px;
}
.offring-sec h4.hdng-blue18 {
    margin-bottom: 30px;
}
img.tbimg {
    width: 25px;
    display: none;
}

a.nav-link.active img.tbimg{
 display: block;
} 
.offring-sec .readmore-link {
    margin-top: 30px;
}
.hdng-blue30{
 font-family:KelsonSansBG-Bold;
 font-size: 30px;
 line-height: 40px;
 color: #2C5DAB;
}
.promotng-crting {
    padding: 70px 0 70px;
}
a.greenread:hover img {
    transition: all ease .3s;
    left: 105px;
}
a.greenread img {
    transition: all ease .3s;
    position: absolute;
    left: 0;
}
.greenread {
    color: #2C5DAB;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    align-items: center;
    padding-right: 25px;
    transition: all ease .3s;
    display: none;
}
.shadow-box1 h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.shadow-box1 {
    text-align: center;
    padding: 20px;
}
.shadow-box1:hover{
    box-shadow: 0px 3px 6px #00000029;
}
.shadow-box1:hover .greenread{
    display: inline-flex;
}
.corporatgov-sec .readmore-link a {
    color: #000;
}
.corporatgov-sec .readmore-link {
    margin-top: 30px;
}
.corporatgov-sec p {
    font-family: KelsonSansBG-Normal;
    color: #23B9BD;
    max-width: 365px;
    width: 100%;
    margin-top: 15px;
}
section.corporatgov-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    background: #E1F4FD;
}
img.corporate-governance-img {
    position: absolute;
    width: 50%;
    height: 100%;
}
.gov-box{
    padding-left: 40px;
}
.capitl-sec {
    padding: 70px 0;
    background: #E1F4FD;
}
.person1-deatils {
    padding: 80px 60px;
    background: #1B4184;
    border-radius: 20px;
    height: 535px;
}
.person1-deatils h2 {
    font-family: KelsonSansBG-Bold;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.person1-deatils p {
    font-family: KelsonSansBG-Bold;
    font-size: 16px;
    line-height: 20px;
    color: #F79233;
}
.person1-deatils h3 {
   font-family:arialbd;
   font-size: 16px;
   line-height: 20px;
   color: #fff;
   margin-top: 30px;
}
.person1-deatils h3 span{
 font-family:arial;
 font-size: 14px;
 display: block;
}
.person1-deatils .readmore-link {
    margin-top: 30px;
}
.person1-deatils .readmore-link a span{
    color: #fff;
}
.person1-deatils .arrowspan img{
    filter: invert(1);
}
.chiarman-comma{
    margin:20px 0 10px;
}
.message-details h3 {
   font-family:arialbd;
   font-size: 16px;
   line-height: 20px;
   color: #fff;
   margin-top: 20px;
}
.message-details h3 span{
 font-family:arial;
 font-size: 14px;
 display: block;
}
.message-details {
    padding: 40px 25px;
    background: #2C58A4;
    border-radius: 20px;
    height: 535px;
}
.message-details a.nav-link {
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 0 !important;
}
.message-details a.nav-link.active {
    background: transparent;
    border-radius: 0 !important;
    border-bottom: none!important;
    display: none;
}
.message-details a.nav-link{
 border-bottom: none!important;
}
.message-sec{
    padding: 70px 0;
}
.slider-counter-pr1
{
    font-size: 18px;
    margin-top: 15px;
}
.arial-blue16{
 font-family:arialbd;
 font-size: 16px;
 line-height: 20px;
 color: #2C5DAB;
}
.business-mdldetails h5 {
    font-family: arial;
    color: #2C5DAB;
    font-size: 44px;
    line-height: 50px;
    margin-top: 10px;
}
ul.ultabslider li a {
    color: #6a6767;
    font-family: arial;
}
ul.ultabslider li.active a {
    color: #000;
}
ul.ultabslider {
    list-style: none;
    padding: 0;
    justify-content: space-between;
    display: flex;
    max-width: 980px;
    width: 100%;
    margin: 20px auto 0;
    align-items: center;
}
.ultabslider span {
    width: 1px;
    height: 20px;
    background: #6a6767;
}
.bsnsmdl-slider .owl-nav button.owl-next {
  position: absolute;
  width: 47px;
  height: 36px;
  right: 0;
  background-image: url(../svg/slider-right.svg) !important;
}
.bsnsmdl-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 47px;
    height: 36px;
    left: 0;
    opacity: 1;
    background-image: url(../svg/slider-left.svg) !important;
}
.bsnsmdl-slider .owl-dots .owl-dot.active span {
  background: #2C58A4!important;
}

.bsnsmdl-slider .owl-nav [class*=owl-]:hover {
  background: none;
}
.business-mdldetails {
    background: #fff;
    padding: 50px;
    text-align: center;
}
.bsnsmdl-slider .col-lg-7, .bsnsmdl-slider .col-lg-5{
    padding: 0;
}
.finacial-img{
    width: 100%!important;
}
.finacial-c-icon {
    width: auto !important;
    margin: 20px auto;
}
.business-mdldetails hr {
    border-color: #2c5db6;
    margin: 3px auto;
    width: 200px;
}
.business-mdldetails {
    background: #fff;
    padding: 50px;
    text-align: center;
    height: 485px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.business-mdldetails .readmore-link {
    margin-top: 30px;
}
img.finacial-img {
    height: 485px;
}
.bsnsmdl-slider {
    padding: 0 70px;
    display: flex !important;
    align-items: center;
}
.mdl-froz16{
    color: #23B9BD;
    font-family:KelsonSansBG-Normal;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}
.capdetails h3{
 font-size: 28px;
 font-family:arialbd;
 margin-top:10px;
 margin-bottom: 10px;
}
.capblue{
    color: #2C5DAB;
}
.capfrozy{
    color: #00B9B6;
}
.caporng{
    color: #F36E24;
}
.capfrozy2{
    color: #0095DA;
}
.capprpl{
    color: #84388A;
}
.capgrn{
    color: #309D47;
}
.capital-box {
    box-shadow: 0px 3px 6px #00000029;
    height: 385px;
    padding: 30px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

.capmt100{
    margin-top: 100px;
}

.sex-capital-sec {
    padding: 70px 0;
    background: url(../images/finacial-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: hidden;
}
.sex-capital-sec h2{
    text-align: center;
}
/*award sec */

section.award-sec {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 100px;
}

.swiper-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.swiper {
  width: 100%;
  padding: 60px 0 95px 0;
}

.swiper-slide {
  width: 20rem;
  height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
}

.swiper-slide .slide-content {
    position: relative;
    width: 100%;
    background: #ECF8FE;
    box-shadow: 0px 3px 6px #00000029;
}

.slide-content p {
    padding: 20px 10px;
    color: #2C5DAB;
    font-family: arialbd;
    display: none;
}
.swiper-slide-active p{
    display: block;
}
.slide-content img {
    width: 100%;
}
.swiper-button-next img {
    transform: rotate(180deg);
}
.swiper-button-prev:after, .swiper-button-next:after{
    display: none!important;
}
.award-sec h2{
    text-align: center;
    margin-bottom: 20px;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
/* award sec end */

section.sitemap a {
    color: #000;
    font-size: 14px;
}

section.sitemap {
    padding-top: 100px;
    margin-bottom: 80px;
}

.bottom-leftright {
    position: relative;
    background-color: #fff;
    margin-top: 82px;
    margin-bottom: 80px;
}

.nextPre {
    display: flex;
}

.leftarrow {
    text-align: center;
}

.rightarrow {
    text-align: center;
}

.bottom-leftright a {
    font-size: 18px;
    color: #000;
    padding: 15px 0;
    text-decoration: none;
    display: block;

}

.rightarrow img {
    margin-left: 30px;
    width: 16px;
}

.leftarrow img {
    margin-right: 30px;
    width: 16px;
}

.nextPre .col-md-6:first-child {
    border-right: 1px solid #707070;
    padding-right: 0px;
}

.nextPre .col-md-6:last-child {
    padding-left: 0px;
}

.leftarrow a {
    border: 1px solid #757575;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 20px;
    color: #000000;
    font-size: 16px;
}

.rightarrow a {
    border-left: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 00px;
    border: 1px solid #00568A;
    padding-right: 20px;
    color: #000000;
    font-size: 16px;
}

.leftarrow a:hover {
    border: 1px solid #00568A;
    color: #00568A;
    font-family:arialbd;
}

.leftarrow a:hover .wHover {
    display: none;
}

.leftarrow a:hover .onHover {
    display: inline-block;
}

.rightarrow a:hover {
    border: 1px solid #00568A;
    color: #00568A;
    font-family:arialbd;
}

.rightarrow a:hover .RwHover {
    display: none;
}

.rightarrow a:hover .RonWHover {
    display: inline-block;
}

.onHover,
.RonWHover {
    display: none;
}
.pd-l0
{
    padding-left: 0px;
}
.pd-r0
{
    padding-right: 0px;
}
.insidebodsection h1
{
    color: #2C58A4;
    font-size: 35px;
    line-height: 30px;
    font-family:KelsonSansBG-Bold;
}
.insidebodsection ul
{
    list-style: none;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.insidebodsection ul li
{
    width: 20px;
    height: 20px;
    background-color: #9CD8D6;
    border-radius: 50%;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    font-family:arial;
}
.boimgnum
{
    position: relative;
    max-width: 356px;
}
.insidebodsection .col-md-4
{
    padding-top: 30px;
}
.insidebodsection .col-md-6
{
    padding-top: 50px;
}
.insidebodsection h6
{
    color: #2C58A4;
    font-size: 18px;
    line-height: 18px;
    font-family:arialbd;
    padding: 25px 0px 15px;
    text-align: center;
}
.insidebodsection h6 span
{
    font-family:arial;
    font-style: italic;
    display: block;
    color: #4D4D4F;
    padding-top: 5px;
}
.insidebodsection p
{
    padding: 20px 15px 0px;
    border: 1px solid #707070;
    min-height: 227px;
    font-size: 16px;
    line-height: 21px;
}
.insidebodsection .col-md-6 p
{
    min-height: 268px;
}
.insidebodsection .col-md-6 h6
{
    max-width: 300px;
}
.insidebodsection ul li.listcl
{
    background-color: #2C58A4;
    color: #fff;
}
.ceossubsidiariesin .boimgnum
{
    max-width: 300px;
}
.ceossubsidiariesin h6
{
    max-width: 300px;
}
.awadrsinside h6
{
    background: #ECF8FE 0% 0% no-repeat padding-box;
    padding: 20px 69px;
    text-align: center;
    display: flex;
    align-items: center;
    max-width: 410px!important;
    margin:0px auto 30px;
    position: relative;
    font-size: 16px;
    line-height: 21px;
}
.awadrsinside h6:before
{
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #2C58A4;
    top: -15px;
    left: 0;
}
.awadrsinside h6:after
{
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #2C58A4;
    bottom: -15px;
    right: 0;
}
.awadrsinside  img
{
    max-width: 380px;
    margin: auto;
    display: block;
}
.awadrsinside .col-md-6  p
{
    padding: 10px 50px 0px;
    border: 0;
    min-height: auto;
}
/*.awadrsinside .col-md-6
{
    padding-top: 50px;
}*/
.awadrsbox
{
    padding: 50px 0px;
}
.awadrsbox:hover
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
}
.awadrsinside .col-md-6:nth-child(7) .awadrsbox:hover,.awadrsinside .col-md-8 .awadrsbox:hover
{
    box-shadow: none;
}
.awadrsinside .col-md-6:nth-child(7) .awadrsbox img
{
    margin-top: 100px;
}
.awadrsinside .col-md-8 h6
{
    max-width: 100%!important;
}
.awadrsinside .col-md-8 img
{
    max-width: 100%;
}
.promotingpg p
{
    padding: 15px 0px 0px;
    border: 0;
    min-height: 0;
}
.promotingpg h6
{
    text-align: left;
}
.promotingpg p span
{
    font-size: 18px;
    color: #23B9BD;
}
.promotingpg h4
{
    font-size: 24px;
    color: #2C58A4;
    padding-top: 50px;
    font-family:arialbd;
    padding-bottom: 15px;
}
.promotingpg h5
{
    font-size: 18px;
    color: #B7D433;
    padding-top: 30px;
    font-family:arialbd;
}
.promotingpg h6
{
    font-size: 18px;
    color: #0095DA;
    padding-top: 15px;
    font-family:arialbd;
    padding-bottom: 0px;
}
.casestchudar
{
    padding: 30px;
    background: url(../images/probg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0px;
}
.casestchudar h6
{
    font-size: 18px;
    color: #fff;
    padding: 5px 30px 5px 25px;
    background: #84388A 0% 0% no-repeat padding-box;
    border-radius: 20px;
    display: inline-block;
    font-family:arial;
}
.promotingpg .col-xl-6 img
{
    float: right;
}
.promotingpg h3
{
    font-size: 35px;
    line-height: 25px;
    color: #23B9BD;
    font-family:arialbd;
    margin-top: 30px;
}
.promotingpg hr
{
    margin-bottom: 0px;
    border-top: 1px solid #F99F27;
    opacity: 1;
}
.mrtop40
{
    margin-top: 40px;
}
.creatignsustain h6
{
    color: #2C58A4;
    margin-top: 15px;
}
.creatignsustain hr
{
    margin-top: 30px;
}
.col-paddign .col-xl-6:first-child
{
    padding-right: 0px;
}
.col-paddign .col-xl-6:last-child
{
    padding-left: 5px;
}
.col-paddign .col-xl-6 img
{
    float: left;
}

.scl-tphead
{
    display: flex;
    margin-bottom: 15px;
}
.scl-tphead h4
{
 font-family:arialbd;
 color: #84388A;
 font-size: 25px;
 line-height: 30px;
 margin-left: 30px;   
}
.inner-head
{
  font-size: 35px;
  line-height: 40px;
  color: #2C58A4;
  font-family:KelsonSansBG-Bold;
  padding-bottom: 15px;  
}
.light-blue
{
    font-size: 18px;
    line-height: 24px;
    color: #23B9BD;
    padding-bottom: 35px;
}
.blue-inner-head
{
    font-size: 18px;
    color: #2C58A4;
    font-family:arialbd;
    padding-bottom: 15px;
}
.pdb-35
{
    padding-bottom: 35px !important;
}
.scl-relation p
{
    padding-bottom: 15px;
}
.blue-dot {
    padding-left: 0px;
    margin-bottom: 0px;
}

.blue-dot li {
    position: relative;
    padding-left: 20px;
    font-family:arial;
    list-style: none;
    padding-bottom:15px;
}

.blue-dot li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #1268B3;
    width: 7px;
    height: 7px;
    border-radius: 50px;
}
.mt-20
{
    margin-top: 20px !important;
}
.key-high
{
  border-top: 1px solid #4D4D4F;
  margin-top: 20px;
}
.key-high h4
{
  color: #B7D433;
  font-size: 18px;
  font-family:arialbd;
  padding-bottom: 33px;  
  padding-top: 30px;
}
.key-high h3
{
  color: #2C58A4;
  font-size: 35px;
  font-family:arialbd;
  padding-bottom: 5px;
  position: relative;
  z-index:9; 
}
.key-high-img
{
 margin-left: 0px;
 margin-top: 50px;
}
.black-head
{
    position: relative;
    color: #000000;
    font-size: 25px;
    font-family:arialbd;
    padding-left: 30px;
    margin-bottom: 20px;
}
.black-head:after
{
    content: '';
    position:absolute;
    left: 0;
    top:8px;
    height: 14px;
    width: 15px;
    border-radius: 50px;
    background-color: #2C58A4;
}
.black-head:before
{
    content: '';
    position: absolute;
    left: -115px;
    top: 14px;
    height: 1px;
    width: 120px;
    background: linear-gradient(to right, transparent 50%, #2C58A4 50%);
    background-size: 6px 2px, 100% 2px;
}
.stgp h4
{
    font-size:16px;
    color: #2C58A4;
    font-family:arialbd;
    padding-bottom: 15px; 
}
.stgp-inner
{
    /* background-color:#ECF8FE; */
    background-color:#EFF8F7;
    padding: 48px 42px 20px 42px;
    margin-bottom: 35px;
}
.stgp-inner p
{
    padding-bottom: 20px;
}
.day-bg
{
    background-color:#2C58A4;
    padding: 30px 30px 7px;
}
.day-bg h4
{
 font-size: 24px;
 color: #00B9B6;
 font-family:KelsonSansBG-Bold;
 padding-bottom: 18px;   
}
.day-bg h5
{
    color: #7ED3F7;
    font-size: 18px;
    font-family:arialbd;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.day-num
{
    margin-bottom:15px;
}
.day-num h3
{
  color: #00B9B6;
  font-size: 35px;
  font-family:arialbd;
  border-bottom: 1px solid #fff;
}
.day-num h3 span
{
  font-family:arial;
  font-size: 24px;  
}
.day-num p
{
    color: #fff;
    padding-top:8px;
}
.blue-cir
{
  background-color: #1952A9;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 25px;  
}
.bluecir-wrap
{
    display: flex;
}
.bluecir-wrap p
{
    margin-left: 15px;
    line-height: 21px;
}
.bluecir-wrap p span
{
    display: block;
}
.matrix-wrap
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.Materiality-img
{
    margin-bottom: 70px;
}
.managing-prior
{
    margin-top: 20px;
}
.managing-prior h5
{
    font-size: 16px;
    color: #00B9B5;
    font-family:arialbd;
    padding-bottom: 30px;
}
.mang-wrap
{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.mang-wrap p
{
    margin-left: 20px;
}
.mang-main
{
    border-bottom: 1px solid #4D4D4F;
    margin-bottom: 45px;
}
.mang-main h4
{
 font-family:arialbd;
 font-size: 16px;
 padding-bottom: 15px;   
}
.business-modal
{
    margin-top: 40px;
}
.custmtbss {
    border: none;
    margin-bottom: 30px;
}

.custmtbss a.nav-link {
    border: none;
    background:transparent;
    font-size: 16px;
    line-height: 22px;
    color: #2C58A4;
    border-radius:0px;
    margin-right: 16px;
    padding: 8px 50px;
    border:1px solid #000000;
}
.custmtbss a.nav-link:hover
{
    border:1px solid #2C58A4;
    background: #2C58A4;
    color: #fff;   
}

.custmtbss a.nav-link.active {
    border: none;
    background: #2C58A4;
    color: #fff;
    font-family:arialbd;
    border:1px solid #2C58A4;
}
.bus-tab-bg
{
    background-color: #ECF8FE;
    padding: 47px 42px 42px;
}
.fc-text
{
    margin-left: 15px;
}
.fc-text h4
{
    font-size: 16px;
    color: #2C58A4;
    font-family:arialbd;
    padding-bottom:4px;
    margin-bottom: 8px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, #576EB1, #ffffff);
    border-image-slice: 1;
    width:370px;
}
.fc-text p
{
    margin-left: 0px;
    position: relative;
    padding-left: 15px;
    padding-bottom:15px;
}
.fc-text p span
{
    font-family:arialbd;
}
.fc-text p:before
{
  content: '';
  position: absolute;
  left: 0;
  top:7px;
  background-color: #576EB1;
  width: 7px;
  height: 7px;
}
.ic-text h4
{
    color: #F36E24;
}
.ic-text p:before
{
 background-color:#F36E24;
}
.bus-tab-bg .mang-wrap
{
    align-items:flex-start;
}
.hc-text h4
{
    color: #0095DA;
}
.hc-text p:before
{
 background-color:#0095DA;
}
.mc-text h4
{
    color: #00B9B5;
}
.mc-text p:before
{
 background-color:#00B9B5;
}
.src-text h4
{
    color: #84388A;
}
.src-text p:before
{
 background-color:#84388A;
}
.nc-text h4
{
    color: #309D47;
}
.nc-text p:before
{
 background-color:#309D47;
}
.enabled
{
    margin-top: 60px;
}
.enabled h3
{
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    padding-bottom: 4px;
}
.enabled .col-xl-6
{
    margin-bottom: 45px;
    border-right: 1px solid #707070;
}
.enabled .col-xl-6 p
{
    padding-top: 22px;
}
.enabled .en-last
{
    border-right: none;
    padding-left: 40px;
}
.bus-output .row
{
    align-items: center;
}
.bus-output .col-xl-5
{
 border-right: 1px solid #707070;
}
.bus-outcome .fc-text h4
{
    width: 100%;
}
.t-right
{
    text-align: right;
    font-size: 16px;
    color: #2C58A4;
    font-family: arialbd;
    margin-top: -30px;
    margin-right: 14%;
}
.rm-top p
{
    color: #23B9BD;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
}
.rg-wrap
{
    border:1px solid #2C5DAB;
}
.rg-bg
{
    background-color: #ACE4E1;
    padding: 30px;
    border:6px solid #fff;
    min-height: 100px;
}
.rg-bg p, .enrm p
{
    color: #4D4D4F;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0px;
}
/* .rg-bg p span
{
    display: block;
} */
.enrm 
{
    margin-top: 50px;
}
.enrm p
{
    padding-bottom: 20px;
}
.rm-tab .custmtbss a.nav-link
{
    padding: 8px 30px;
}
.rmtab-bg
{
    background-color: #ECF8FE;
    padding: 20px 30px;
}
.rm-icon
{
    margin-bottom: 20px;
}
.rmtab-bg p
{
    padding-bottom: 20px;
}
.rmtab-bg h5
{
    font-family:arialbd;
    font-size: 16px;
    padding-bottom: 13px;
}
.stake-top
{
    margin-top: 50px;
}
.stake-top h3 span
{
    display: block;
}
.stake-icon
{
    margin-bottom: 15px;
}
.stake-top .rg-wrap
{
    margin-bottom: 20px;
}
.stake-top .rg-bg
{
    background-color:#F1FBFE;
    padding: 15px;
    border:10px solid #fff;
    min-height: auto;
}
.stake-top .rg-bg h5
{
    border-bottom: 1px dotted #4D4D4F;
    color: #6CB640;
    font-size: 16px;
    font-family:arialbd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}
.stake-top .rg-bg h5:after
{
    content: '';
    position: absolute;
    right: 160px;
    top:15px;
    background-image: url(../svg/stake/video-icon.svg);
    width: 19px;
    height: 19px;
}
.p-text
{
    display: flex;
    justify-content: space-between;
}
.p-text p
{
    padding-bottom: 0px !important;
}
.stake-top .rg-bg h4
{
    font-size: 18px;
    font-family:arialbd;
    color: #00B9B5;
    padding-bottom: 10px; 
}
.stake-wrap .rg-bg p
{
    padding-bottom: 30px;
}
.stake-wrap
{
    border-bottom: 1px solid #4D4D4F80;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.eq-height
{
    align-items: flex-end;
}
.bd-none
{
    border:none !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.gr-img
{
 margin-left: 80px;
 margin-top: -60px;   
}

/**/
.innerManaging{
    max-width: 570px;
    width: 100%;
}
.clr_green_1{
    color: #6CB647;
}
.mngDirectorPage p.clr_org{
    color: #F79233;
}
.clr_green_0{
    color: #23B9BD;
}

.mngDirectorPage h2 {
  font-size: 35px;
  line-height: 30px;
  color: #2C58A4;
  margin-bottom: 28px;
  font-family: KelsonSansBG-Bold;
}
.font18 {
  color: #F79233;
  font-size: 18px;
  line-height: 23px;
  font-family: KelsonSansBG-Normal;
  margin-bottom: 25px;
}
.mapTop{
    margin-bottom: 15px;
}


.mngDirectorPage h3 {
  font-size: 18px;
  line-height: 17px;
  color: #2C58A4;
  font-family: arialbd;
  margin-bottom: 15px;
}
.mngDirectorPage p {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  margin-bottom: 25px;
}
.mngDirectorPage h4 {
  font-size: 16px;
  line-height: 23px;
  font-family: arialbd;
  margin-bottom: 11px;
}

.mngDirectorPage h5 span {
  color: #4D4D4F;
  display: block;
  font-size: 16px;
  font-family:arial;
  line-height: 17px;
}
.mngDirectorPage h5 {
  color: #2C58A4;
  font-family: arialbd;
  font-size: 18px;
  line-height: 17px;
}
.mngDirectorPage h5 span:nth-child(1){
    margin-bottom: 8px;
}
.mngDirectorPage h5 span:nth-child(2){
    margin-top: 4px;
}

.mngDirector h4 {
  padding: 16px 30px;
  background-color: #E3F6F5;
  font-size: 24px;
  line-height: 22px;
  color: #2C58A4;
}
.mngDirector h4 span {
  display: block;
  font-size: 16px;
  color: #4D4D4F;
  font-family: arial;
}

.keyHighLightsPage h2 {
  font-size: 35px;
  line-height: 30px;
  color: #2C58A4;
  margin-bottom: 28px;
  font-family: KelsonSansBG-Bold;
}

.keyHighLightsPage h3 {
  font-size: 35px;
  line-height: 30px;
  color: #2C58A4;
  margin-bottom: 10px;
  font-family: KelsonSansBG-Bold;
}
.keyHighLightsPage h3 span{
    display: block;
    font-size: 20px;
    line-height: 25px;
}
.keyHighLightsPage p{
    margin-bottom: 25px;
}

.greenBoxIns {
  background-color: #F8FAE6;
}
.greeBox {
  background-color: #fff;
  padding: 3px;
  border: 0.5px solid #2C58A4;
  margin-bottom: 25px;
  margin-top: 25px;
}
.greeBox h3 {
  background-color: #f8fae6;
  margin: 0px;
  padding: 30px 20px 15px 20px;
  font-size: 18px;
  color: #000;
  font-family: arialbd;
}
.greenBoxIns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 10px;
}
.greenBoxIns > div {
  width: 50%;
}
.greenBoxIns.fullWidth > div {
  width: 100%;
}
.greenBoxIns ul li {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.keyHighLightsPage {
  position: relative;
}
.keyHighLightsPage::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  background-image: url("../images/gradImg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0px;
  height: 570px;
  width: 223px;
}

.circleBox p {
  background: radial-gradient(circle, rgba(181, 226, 230, 1) 0%, rgba(230, 242, 224, 1) 100%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px 30px 0px 30px;
  color: #2C58A4;
}
.circleBox {
  background-color: #fff;
  padding: 4px;
  border: 1px solid #B7D433;
  width: 255px;
  height: 255px;
  border-radius: 50%;
}

.businesSegment h2 span {
  display: block;
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  font-family: arialbd;
  margin-bottom: 15px;
  position: relative;
}
.businesSegment h2 {
  font-size: 35px;
  line-height: 35px;
  color: #2C58A4;
  margin-bottom: 20px;
  font-family: KelsonSansBG-Bold;
}
.businesSegment h5 {
  color: #23B9BD;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}
.businesSegment p {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  margin-bottom: 20px;
}
.businesSegment h3 {
  font-size: 24px;
  line-height: 29px;
  color: #2C58A4;
  font-family: arialbd;
  margin-bottom: 20px;
}
.mt65{
    margin-top: 65px;
}
.mt30{
    margin-top: 30px;
}
.numsPart h4 {
  color: #23B9BD;
  font-size: 35px;
  line-height: 30px;
  font-family: arialbd;
}
.numsPart p {
  font-size: 16px;
  line-height: 1;
  border-top: 1px solid #F99F27;
  margin-top: 15px;
  padding-top: 15px;
}
.numsPart {
  margin-bottom: 30px;
}
.indGraph {
  margin-bottom: 30px;
}
.businesSegment {
  position: relative;
  padding-bottom: 110px;
}
.businesSegment::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  background-image: url("../images/cams-delivers-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0px;
  min-height: 1004px;
  width: 100%;
}


.businesSegment h2 span::before {
  content: "";
  display: block;
  position: absolute;
  left: -146px;
  top: 10px;
  background-image: url("../images/about-cams.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 145px;
  height: 14px;
}

.businesSegment.aboutCams::after{
    display: none;
}
.sharePat {
  display: flex;
  gap: 48px;
  margin-top: 45px;
}
.sharePat >div:nth-child(1) {
  max-width: 665px;
  width: 100%;
}
.sharePat > div:nth-child(2) {
  max-width: 397px;
  width: 100%;
}
.overThe {
  display: flex;
  gap: 48px;
  padding: 70px 0px 0px 0px;
}
.overThe >div:nth-child(1) {
  max-width: 665px;
  width: 100%;
}
.overThe > div:nth-child(2) {
  max-width: 397px;
  width: 100%;
}
.keyDiffer svg {
  margin: 45px auto 60px auto;
  display: block;
}
.sebiImg svg{
    display: block;
    margin: 0px auto;
}
.diamonInner {
  background-color: #fff;
  padding: 4px;
  border: 1px solid #B7D433;
  width: 555px;
  height: 555px;
  border-radius: 50%;
  position: relative;
}
.insDia {
  background: radial-gradient(circle, rgba(181, 226, 230, 1) 0%, rgba(230, 242, 224, 1) 100%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 140px 80px;
}
.diamonInner img {
  position: absolute;
  right: 0px;
  top: 0px;
}
.insDia p {
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  color: #4D4D4F;
}
.diamondCircle {
  display: flex;
  gap: 80px;
  align-items: center;
  max-width: 1032px;
  width: 100%;
}
.ourVal ul {
  padding-left: 0px;
  list-style: none;
}
.ourVal ul li {
  font-size: 16px;
  line-height: 23px;
  color: #4D4D4F;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FA9E26;
  position: relative;
  padding-left: 30px;
}

.ourVal ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  background-image: url("../images/our-values-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 21px;
}
.businesSegment.aboutCams h2{
    margin-bottom: 50px;
}
.businesSegment.aboutCams {
  padding-bottom: 0px;
}
.mtha{
    margin-top: 40px;
}
/**/
.corporateStruct .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    margin: auto;
    right: 0px;
    background-image: url(../images/green-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.corporateStruct .owl-nav button.owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    margin: auto;
    right: 55px;
    opacity: 1;
    background-image: url(../images/gray-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.corporateStruct.owl-theme .owl-nav .owl-prev:hover,
.corporateStruct.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}
.corporateStruct.owl-theme .owl-dots .owl-dot span {
    background: #bcbcbc;
}
.corporateStruct.owl-theme .owl-dots .owl-dot.active span, .corporateStruct.owl-theme .owl-dots .owl-dot:hover span {
  background: #2C58A4;
}
.businesSegment.diversifiedPage {
  padding-bottom: 0px;
}
.businesSegment.diversifiedPage::after{
    display: none;
}
/**/

.diverSify .accordion-button {
  border-radius: 0px !important;
  padding: 13px 20px 13px 45px;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  line-height: 23px;
  color: #2C58A4;
  font-family: arialbd;
  display: inline-block;
}
.diverSify .accordion-button::after {
  content: '+';
  background-image: none;
  color: #1268B3;
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 20px;
}

.diverSify .accordion-button:not(.collapsed)::after {
  content: 'x';
  background-image: none;
  color: #1268B3;
  font-size: 18px;
  left: 9px;
  top: 15px;
}

.diverSify .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.diverSify .accordion-button:focus {
  box-shadow: none;
}
.corporatepg h6
{
    font-size: 24px;
    color: #2C58A4;
    margin-top: 30px;
    font-family:arialbd;
}
.corporatepg p span
{
    font-size: 18px;
    color: #23B9BD;
}
.businesSegment.corporatepg h2
{
    margin-bottom: 15px;
}
.corporatepg p
{
    padding-top: 15px;
}
.alignsitem
{
    align-items: center;
    margin-top: 30px;
}
.capitalssection h2
{
    color: #2C58A4;
    font-size: 35px;
    line-height: 40px;
    font-family:arialbd;
    padding-top: 15px;
}
.capitalssection h2 span
{
    display: block;
}
.capicon
{
    display: flex;
    align-items: center;
}
.capicon h5
{
    font-size: 25px;
    line-height: 35px;
    color: #2C58A4; 
    margin-left: 15px; 
    font-family:arialbd;  
}
.capitalssection p
{
    padding-top: 15px;
}
.capitalssection h6
{
    font-size: 18px;
    line-height: 21px;
    color: #2C58A4;
    font-family:arialbd;
    padding-top: 30px;
}
.zerodept
{
    border: 1px solid #ECF0F8;
}
.zerodeptbg
{
    margin: 10px;
    background: #ECF0F8 0% 0% no-repeat padding-box;
    padding: 35px;
}
.zerodept h3
{
    font-size: 35px;
    color: #2C58A4;
    font-family:KelsonSansBG-Bold;
}
.zerodept h3 span
{
    font-size: 16px;
    color: #4D4D4F;
    font-family:arial;
}
.padditp30
{
    padding-top: 30px;
}
.capitalssection .col-xl-3
{
    padding-top: 50px;
    padding: 50px 30px 0px;
}
.zerodept p
{
    padding-bottom: 10px;
}
.zerodept .row .col-xl-6:nth-child(1),.zerodept .row .col-xl-6:nth-child(2)
{
    padding-bottom: 33px;
}
.capitalssection .col-xl-3.paddingzero
{
    padding: 0px 15px;
}
.capitalssection .col-xl-3.paddingtop50
{
    padding-top: 55px;
}
.capitalssection .col-xl-3.paddingtop30
{
    padding-top: 33px;
}
.capitalssection p span
{
    color: #23B9BD;
    font-size: 18px;
}
.diverSify .accordion-header {
  margin-bottom: 0 !important;
}
.diverSify .accordion-item:nth-child(2n+1) .accordion-button {
    background-color: #ECF8FE !important;
}
.diverSify .accordion-item:nth-child(2n) .accordion-button {

    background-color: #F8FAE6 !important;
}
.diverSify .accordion-item:nth-child(2n+1) .accordion-body {
    background-color: #ECF8FE !important;
}
.diverSify .accordion-item:nth-child(2n) .accordion-body {

    background-color: #F8FAE6 !important;
}
.diverSify .accordion-button span {
  border-radius: 0px !important;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-family: arialbd;
  display: inline;
}
.businesSegment .diverSify h2 span::before{
    display: none;
}
.diverseBody p {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  font-family: arial;
  margin-bottom: 15px;
}
.diverseBody img {
  margin-bottom: 15px;
}
.listHalf {
  display: flex;
  gap: 30px;
}
.listHalf > div {
  width: 50%;
}

.listHalf ul {
  padding-left: 14px;
  margin-bottom: 20px;
}
.listHalf ul li::marker {
  color: #2C58A4;
}

.listHalf.withLine ul li {
  font-size: 16px;
  line-height: 23px;
  color: #4D4D4F;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FA9E26;
  position: relative;
}
.listHalf.withLine ul li:last-child {
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
.diverseBody h4 {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-family: arialbd;
}
.ylwBox {
  background-color: #fff;
  padding: 3px;
  border: 0.5px solid #2C58A4;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
}
.yList {
  background-color: #F8FAE6;
  padding-left: 152px;
  display: flex;
  gap: 20px;
  padding-right: 152px;
  padding-top: 62px;
  padding-bottom: 62px;
}
.keyHigh {
  position: absolute;
  left: 0px;
}
.yList > div {
  width: 50%;
}

.keyHigh p {
  font-size: 24px;
  line-height: 29px;
  font-family: arialbd;
  color: #000000;
  margin: 0px auto;
  text-align: center;
}
.yList ul li{
    margin-bottom: 10px;
}
.yList ul li::marker{
    color: #00B9B6;
}
.keyHigh {
  position: absolute;
  left: -100px;
  background: radial-gradient(circle, rgba(181, 226, 230, 1) 0%, rgba(230, 242, 224, 1) 100%);
  border-radius: 50%;
  width: 206px;
  height: 206px;
  display: flex;
  align-items: center;
  padding: 0px 60px 0px 30px;
  top: 100px;
}
.keyHigh.middleCir{
    top: 40px;
}
.ml100{
    margin-left: 100px;
}
.yList.fullDiv > div{
    width: 100%;
}
.listHalf.fullDiv > div{
    width: 100%;
}

.bottomImgs {
  position: relative;
}
.top1im {
  position: absolute;
  top: 50px;
  right: 30px;
}
.top2im {
  position: absolute;
  right: 30px;
  bottom: 0px;
}
.tabImgs > div:nth-child(1) {
    width: 477px;
}
.tabImgs > div:nth-child(2) {
    width: 385px;
}
.tabImgs {
  display: flex;
  gap: 95px;
  align-items: end;
  justify-content: center;
}

.tabImgs1 > div:nth-child(1) {
    width: 412px;
}
.tabImgs1 > div:nth-child(2) {
    width: 348px;
}
.tabImgs1 {
  display: flex;
  gap: 95px;
  align-items: end;
  justify-content: center;
}
.yList.padNew {
  padding-right: 62px;
}

.keyHigh.circleLas {
  top: 130px;
}
.keyHigh.circleLas2 {
  top: 65px;
}
.diverseBody ul{
    padding-left: 14px;
}
.boldP{
    font-family:arialbd;
}
.unBold{
 font-family:Rupee; 
}
hr.dividerBlue {
    border-top: 1px solid #2C58A4;
    opacity: 1;
}
.manufaturedinpg .col-xl-7 h6,.manufaturedinpg .col-xl-2 h6
{
    padding-bottom: 20px;
}
.naturalpg  .col-xl-8 ul
{
    padding-left: 15px;
    padding-bottom: 0px;
    overflow: hidden;
}
.naturalpg  .col-xl-8 ul li::marker
{
    color: #576EB1;
}
.naturalpg  .col-xl-8 h4
{
    font-size: 16px;
    font-family:arialbd;
}
.naturalpg  .col-xl-8 ul li
{
    max-width: 50%;
    float: left;
    padding-right: 30px;
    width: 100%;
    padding-top: 20px;
}
.naturalpg  .col-xl-8 ul li span
{
    display: block;
    font-family:arialbd;
}
.naturalpg .col-xl-12
{
    padding-bottom: 30px;
}
.naturalpg  .col-xl-4 img
{
    margin-top: 15px;
}
.naturalpg h5.greencolor
{
    color: #309D47;
}
h5.menuheasingcolor
{
    color: #00B9B5;
}
.intellectualpg h5
{
    color: #6CB640;
    font-size: 16px;
    padding-top: 30px;
    font-family:arialbd;
}
.orangeborder
{
    border: 1px solid #F36E24;
}
.orangebx
{
    margin: 10px;
    background-color: #FFF3EC;
    padding: 30px;
}
.intellectualpg h6
{
    padding-bottom: 30px;
}
.capitalssection.intellectualpg .col-xl-3
{
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.capitalssection.intellectualpg .col-xl-10 h5
{
    padding-top: 0;
}
.capitalssection.intellectualpg .col-xl-1
{
    padding-right: 0;
}
.capitalssection.intellectualpg hr
{
    border-top: 1px solid #F36E24;
    margin-top: 30px;
    margin-bottom: 0px;
    opacity: 1;
}
.paddto30
{
    margin-top: 30px;
}
.capitalssection.intellectualpg .col-xl-9 h5
{
    padding-top: 0;
}
.intellectualpg .capicon h5
{
    color: #F36E24;
}
.intellectualpg  p span
{
    color: #F36E24;
    font-family:arialbd;
}
.intellectualpg .row .col-xl-12:first-child p span
{
    color: #23B9BD;
    font-family: KelsonSansBG-Normal;
}
.humanpg hr
{
    border-top: 1px solid #707070!important;
}
.humanpg h6
{
    padding-bottom: 0;
}
.humanpg ul
{
    padding-left: 20px;
    margin-bottom: 0;
}
.humanpg ul li
{
    padding-top: 10px;
}
.humanpg ul li::marker
{
    color: #576EB1;
}
.humanpg .capicon h5
{
    color: #0095DA;
}
.header-right-mbl{
    display: none;
}

.mblSelect{
    display: none;
}
.mblSelect1{
    display: none;
}
.hideMbl{
    display: block;
}
.greeN{
    color: #6CB647!important;
}
.finanBlue {
    background: #F5FBFE;
    padding: 50px 65px 50px 50px;
}
.finanBlue h4 {
    font-size: 18px;
    color: #2C58A4;
    padding-bottom: 15px;
    font-family:arialbd;
}
.finanTxt p{
   color: #4D4D4F;
}
.finanTxt p span {
    display: block;
    padding-left: 18px;
}
.finHeight{
    min-height: 85px;
}
.finanli li::marker {
    color: #2C5DAB;
    font-size: 20px;
}
.finanlia li::marker {
    color: #B0DFDD;
    font-size: 20px;
}
.financialMain{
    padding-top: 50px;
}
.keyHighPTwo h3 span {
    display: inline;
    font-size: 20px;
    line-height: 25px;
}
.keyHighPTwo h3{
    font-size: 20px;
}
.boxbluel ul li::marker {
    color: #2C5DAB;
    font-size: 20px;
}
.bus-output a span {
    display: block;
}

.bus-output a {
    color: #4D4D4F;
    padding-top: 10px;
    position: relative;
    bottom: -20px;
    font-size: 16px;
    display: block;
}
.awadTh h6{
    display: flex;
    align-items: baseline;
}
.circleBox p {
    color: #2C58A4;
    font-size: 18px;
}
.circleBox p b {
    font-size: 24px;
    font-family:arialbd;
}
.awadThink h6{
    display: flex;
    flex-direction: column;
}
.supRd{
    position: relative;
    left: 93px;
    top: -15px;
}
p span.blue {
    color: #2c58a4;
    font-size: 16px;
}
li span.blue {
    color: #2c58a4;
    font-weight: 700;
}
h6.wow.fadeInUp.green {
    color: #6cb640;
}
h5 span.blue {
    color: #2c58a4;
    font-size: 18px;
}
.naturalpg .col-xl-8 ul {
    padding-left: 20px;
    padding-bottom: 0px;
    overflow: hidden;
}
.naturalpg .col-xl-8 ul li::marker {
    color: #576EB1;
    font-size: 24px;
}
h5.wow.fadeInUp.space {
    margin-top: 19px;
}
.col-xl-3.max-width {
    width: 48%;
    margin-top: 15px;
}
img.creatSv {
    width: 85%;
}
h3.big span {
    font-size: 33px;
}
.mb-3{
    color: #4d4d4f;
}

.min-h img {
    min-height: 353px;
}
.min-h {
    margin-top: 50px;
}

.offring-sec:before {
    content: '';
    position: absolute;
    height: 561px;
    width: 40%;
    background: #fff;
    top: 0;
    z-index: unset;
    overflow: hidden;
}
.z-indexing{
        z-index: 99;

}

.min-h img.img-fluid.wow.zoomIn {
    width: 100%;
}
.corporateImg svg.img-fluid.mapsvg.replaced-svg {
    width: 100%;
}
.offringtbs a.nav-link:hover {
    border: 0px;
}
.header-left a{
    cursor: default;
}