@font-face {
  font-family:Arial;
  src:url(../fonts/Arial.ttf);
}
@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:GothamBook;
  src:url(../fonts/GothamBook.ttf);
}
@font-face {
  font-family:Gotham-Black;
  src:url(../fonts/Gotham-Black.otf);
}
@font-face {
  font-family:bradley_hand_itc_tt_bold;
  src:url(../fonts/bradley_hand_itc_tt_bold.ttf);
}

body
{
	padding:0;
	margin:0;
	box-sizing: border-box;
  font-family:Arial;
  color: #231f20;
}

html.homepage {
  overflow-x: hidden!important;
}

h1,h2,h2,h3,h4,h5,h6,p
{
	margin: 0px;
	padding:0px;
}
a
{
	text-decoration: none!important;
}

a:hover
{
	text-decoration: none!important;
}
p
{
	font-size:16px;
}

/*-----------Header Css start-----------*/

header {
  top: 0px;
  display: block;
  margin: auto;
  width: 100%;
  z-index: 99;
  transition: ease all 0.5s;
  padding: 0 0 10px;
  position:fixed;
  background-color: #ffffff;
  /*  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 20%);*/

}

header:hover
{
	transition: ease all 0.5s;
}
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    transition: all ease .3s;
    padding: 0;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
    border-bottom: none;
    }*/
    .sticky .logo {
      float: left;
      margin-top: 0;
    }
    .logo {
      float: left;
      padding: 10px 0px 10px;
      display: flex;
      align-items: flex-end;
    }
    .logo p {
      padding-left: 20px;
      line-height: 10px;
      font-size: 14px;
    }

    div.logo img {
      width: auto;
      transition: ease all 0.5s;
      padding-top: 0;
    }
    header:hover div.logo img {
     filter:brightness(1) invert(0);
     transition: ease all 0.5s;
   }
   .sticky div.logo img {
    transition: ease all 0.5s;
    padding-top: 0px;
  }

  .my-sidenav
  {
    display:none;
  }
  /*-----------Header Css End-------------*/
  .pdflink, .ar-text
  {
    float: left;
  }
  .pdflink
  {
    border-right: 1px solid #1a69b4;
    padding-right: 30px;
  }
  .ar-text
  {
    margin-right: 30px;
  }
  .pdflink a{
    color: #1a69b4;
    font-size: 14px;
  }
  .ham-icon {
    text-align: right;
    cursor:pointer;
    float: left;
  }

  .right-item
  {
    float: right;
    margin-top:30px;
  }

  .nav-icon3 {
    width:33px;
    height:23px;
    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:#1268b3; /* 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;
  }

  .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:76px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width:100%;
    width: 100%;
    background:#ffffff;
    height: 100%;
}
.topmenu-header
{
padding-top:50px;    
}

.top-nav-content
{
    padding-right: 40px;
}

.top-nav .nav>li
{
    float: none;
    padding-bottom:10px;
    margin-left: 0px;
}
.top-nav .nav>li:last-child
{
    border-bottom:none;
}
.top-nav .nav>li>a
{
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0px;
    font-family:Arial;
}
.top-nav .nav>li>a img
{
    padding-left: 20px;
    opacity: 0;
}
.top-nav .nav>li>a:focus, .top-nav .nav>li>a:hover
{
    background-color: #2a5caa;
    color: #fff;
    font-family:Arial;
}
.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: #2a5caa;
color: #fff;
font-family:Arial;
position: relative;
}
.top-nav .nav-pills>li.active>a img
{
    opacity: 1;
}
.top-nav .nav-pills>li>a:hover:after
{
content: '';
    position: absolute;
    right:15px;
    top:15px;
    background-image:url(../images/menu-right-arrow.png);
    width:31px;
    height:15px
}
.top-nav .nav-pills>li.active>a:after
{
    content: '';
    position: absolute;
    right:15px;
    top:15px;
    background-image:url(../images/menu-right-arrow.png);
    width:31px;
    height:15px;
}
.top-nav-content ul
{
 border-left: 2px solid #2a5caa;
    min-height: 370px;
}
.top-nav-content ul li{
    list-style: none;
    padding-top: 6px;
    padding-bottom:6px;
}
.top-nav-content ul li.menu-img
{
  padding-left: 60px;
}
.top-nav-content ul li
{
  padding-bottom: 15px;
}
.top-nav-content ul li a
{
    color: #000;
    font-size: 16px;
    font-family:Arial;
    padding:10px 15px;
}
.top-nav-content ul li a:hover
{
  background-color: #2a5caa;
  color: #fff;
}
.top-nav-content ul li a:hover img
{
  filter: brightness(0) invert(100%) !important;
}

.top-nav-content ul.cap-submenu{

padding-left:30px;
margin-top:5px;
width:350px;
}
.top-nav-content ul.submenu1 {
    left:48%;
    top:-20px;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    max-width: 100%;
    padding-left: 12%;
}
.top-nav-content ul.submenu1 li
{
  display: flex;
  width: 370px;
}
.top-nav-content ul li:hover .submenu1
{
display: block;
}

.fixedsubmenu
{
    position:relative;
    z-index:9;
}
  /* Footer */
  footer
  {
    background-color: #0b509d;
    padding: 30px 0px 60px;
  }
  footer h5, footer h5 a {
    color: #ffffff;
    font-size: 16px;
  }
  footer h5 a:hover
  {
    color: #ffffff;
  }
 .foolterlinks
 {
  max-width: 490px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
 }
 .socialicon
 {
  display: flex;
  align-items: center;
  padding-left: 20px;
    border-left: 1px solid #fff;
 }
 .socialicon p
 {
  font-size: 14px;
  color: #fff;
 }
 .socialicon p a
 {
  margin-left: 10px;
 }
 .annualrpt
 {
  padding-right: 20px;
 }
 .annualrpt h5 img
 {
  padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
 }
 .annualrpt h5
 {
  border: 1px solid #fff;
    padding: 5px 10px;
 }
 footer .row p, footer .row p a
 {
  color: #fff;
  font-size: 14px;
 }
  footer .row .col-md-4:nth-child(2)
  {
    text-align: center;
  }
   footer .row .col-md-4:nth-child(2) p
   {
    padding-left: 100px;
   }
  footer .row .col-md-4:nth-child(3)
  {
    text-align: right;
  }
  /* End Footer */
  /*******Homepage csss***************/
  section.hmbanner
  {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  section.hmbanner .container
  {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  section.hmbanner video
  {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .rdbtn
  {
    padding-bottom: 5.5%;
    padding-left: 5.5%;
  }
  .rdbtn a
  {
    max-width: 160px;
    font-size: 22px;
    font-family:Arial-Bold;
    line-height: 22px;
    position: relative;
    display: block;
    background: rgb(11,80,157);
    background: linear-gradient(90deg, rgba(11,80,157,1) 50%, rgba(255,255,255,1) 50%);
    border: 1px solid #0b509d;
    padding: 17px 10px;
    color: #fff;
     transition: ease all 0.5s;
  }
  .rdbtn a:after
  {
    position: absolute;
    content: '';
    width: 24px;
    height: 35px;
    background-image: url(../images/arrow.png);
    right: 24px;
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
  .rdbtn a span
  {
    display: block;
  }
  .fy22
  {
    background-image: url(../images/fy22-session-img.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding-top: calc( 100vh / 9 * 2);
  }
  .fy22 h3,.indiasorg h3
  {
    font-size: 35px;
    color: #ffffff;
    font-family:Gotham-Black;
    padding-bottom: 35px;
  }
  .fy22 h3 span
  {
    display: block;
  }
  .fyborder
  {
    background-color: #2658a5;
    padding: 25px 15px 25px 25px;
    border: 3px solid #fff;
    min-height: 278px;
  }
  .fyborder p,.indiasorg p
  {
    color: #ffffff;
  }
  .fyborder h4
  {
    font-size: 25px;
    color: #16becf;
    font-family:Gotham-Black;
    padding-bottom: 10px;
  }
  .fy22 .row
  {
    display: flex;
    align-items: flex-end;
  }
  .fy22  .rdbtn2 
  {
    padding-bottom: 0px;
  }
  .rdbtn2 a
  {
    border: 1px solid #16becf;
    background: rgb(22,190,207);
    background: linear-gradient(90deg, rgba(22,190,207,1) 50%, transparent 50%);
  }
  .rdbtn2 a:after
  {
    background-image: url(../images/arrow-1.png);
  }
  .indiasorg .container-fluid
  {
    padding: 0px;
  }
  .indiasorg
  {
    height: 100vh;
  }
  .indiasorg .container-fluid .col-md-6:nth-child(1)
  {
    background: url(../images/indias-largest-technology.png);
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 100vh;
    position: relative;
    padding-top: calc( 100vh / 9 * 2);
    padding-left:calc( 100vw / 16 + 37px);
    padding-right:calc( 100vw / 16);
  }
  .indiasorg .container-fluid .col-md-6:nth-child(2)
  {
    background: url(../images/our-organisational-structure-and-diverse-offerings.png);
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 100vh;
    position: relative;
    padding-top: calc( 100vh / 9 * 2);
    padding-left:calc( 100vw / 16 + 37px);
    padding-right:calc( 100vw / 16);
  }
  .indiasorg h3
  {
    padding-bottom: 25px;
  }
  .indiasorg  p
  {
    padding-bottom: 20px;
  }
  .indiasorg .rdbtn2
  {
    padding-left: 0px;
  }
  .messagesec
  {
    background-image: url(../images/chairmen-message-img-1920x1080.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    transition: background-position 0.05s linear;
  }
  .chmessage,.mdmessage
  {
    height: 100vh;
    padding-top: calc( 100vh / 9 - 3px);
  }
  .mdmessage
  {
    padding-top: calc( 100vh / 9 - 25px);
  }
  .messagesec h3
  {
    font-size: 35px;
    color: #2a5caa;
    font-family:Gotham-Black;
    padding-bottom: 10px;
  }
  .whitebg
  {
    background-color: #ffffff;
    padding:20px 45px 45px;
  }
  .messagesec a
  {
   background: rgb(22,190,207);
   background: linear-gradient(90deg, rgba(22,190,207,1) 50%, rgba(255,255,255,1) 50%);
 }
 .messagesec p
 {
  font-size: 22px;
  padding: 30px 0px 20px;
  position: relative;
}
.messagesec p:before
{
  content: '';
  position: absolute;
  left: -45px;
  top: 4px;
  background-image: url(../images/comma-1.png);
  width: 42px;
  height: 34px;
}
.messagesec p:after
{
  content: '';
  position: absolute;
  right: -45px;
  bottom: 4px;
  background-image: url(../images/comma-2.png);
  width: 42px;
  height: 34px;
  display: inline-block;
}
.messagesec .rdbtn
{
  padding-left: 45px;
}
.chname
{
  background-color: #1dbecf;
  padding: 15px;
  position: absolute;
  right: -330px;
  bottom: 0;
}
.chname h6
{
  color: #fff;
  font-size: 26px;
  font-family:Arial-Bold;
}
.chname h6 span
{
  font-size: 22px;
  display: block;
  font-family:Arial;
}
.mdmessage .chname
{
 position: absolute;
 left: -180px;
 bottom: 0;
 max-width: 240px;
 width: 100%;
}
.ourcps ul.nav-pills
{
  overflow: hidden;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .nav-pills>li>a:hover {
  background-color: transparent;
  color: #fff;
}
.ourcps ul.nav-pills li {
  padding-right: 5px;
  margin-top: 0px;
  max-width: 16.66%;
  width: 100%;
  float: left;
}
.ourcps ul.nav-pills li:last-child
{
  padding-right: 0px;
}
.ourcps ul.nav-pills li a {
  border-bottom: 0px;
  background-color: #dddee7;
  color: #000000;
  font-size: 12px;
  font-family:Arial-Bold;
  padding: 5px 10px;
  border-radius: 0;
  text-align: center;
}
.ourcps ul.nav-pills li a img
{
  padding-right: 5px;
  filter: brightness(.5);
}
.ourcps ul.nav-pills li.active a img
{
 filter: brightness(1);
}
.ourcps ul.nav-pills li.active a
{
  color: #fff;
}
.ourcps ul.nav-pills li.active:nth-child(1) a {
  background: #01add8;
}
.ourcps ul.nav-pills li.active:nth-child(2) a {
  background: #1c3667;
}
.ourcps ul.nav-pills li.active:nth-child(3) a {
  background: #cf8d29;
}
.ourcps ul.nav-pills li.active:nth-child(4) a {
  background: #c41f34;
}
.ourcps ul.nav-pills li.active:nth-child(5) a {
  background: #f89c27;
}
.ourcps ul.nav-pills li.active:nth-child(6) a {
  background: #228f44;
}
.ourcps,.creationmodlsec
{
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}
.cpdta 
{
  padding: 30px;
  margin-top: 15px;
}
.cpdta .row{
  padding-top: 35px;
  padding-bottom: 40px;
}
.cpdta .rdbtn
{
  padding-bottom: 0px;
  padding-left: 0px;
}
.cpdta .rdbtn a
{
  margin: auto;

}
#f1 .cpdta {
  background-color: #e8f3f8;
}
#f2 .cpdta {
  background-color: #dddee7;
}
#f3 .cpdta {
  background-color: #f8f0e2;
}
#f4 .cpdta {
  background-color: #f7e4de;
}
#f5 .cpdta {
  background-color: #fef4e6;
}
#f6 .cpdta {
  background-color: #e7eee4;
}
.cpdta h5
{
 font-size: 40px;
 color: #01add8;
 font-family: Gotham-Black;
}
#f6 .cpdta h5
{
  color: #228f44;
}
#f2 .cpdta h5
{
  color: #1c3667;
}
#f3 .cpdta h5
{
  color: #cf8d29;
}
#f4 .cpdta h5
{
  color: #c41f34;
}
#f5 .cpdta h5
{
  color: #f89c27;
}

.cpdta h5 span
{
  font-size: 25px;
}
.cpdta .col-md-3
{
  padding-right: 0px;
}
.cpdta h5 span.nxtline
{
  display: block;
}
#f5 .cpdta .row .col-md-3:nth-child(3)
{
  padding-left: 60px;
}
#f6 .cpdta .row .col-md-6 h5
{
  font-family:GothamBook;
}
.sliderwidth
{
  max-width: 920px;
  width: 100%;
}
.valuesl .owl-stage-outer, .key-slider .owl-stage-outer, .digi-slider .owl-stage-outer 
{
  overflow: unset;
}
.homepage
{
  overflow-x: hidden!important;
}
.itemd1data
{
  min-height: 440px;
  padding: 95px 80px 0px;
  background: rgb(255,225,195);
  background: linear-gradient(179deg, rgba(255,225,195,1) 0%, rgba(253,218,186,1) 13%, rgba(243,133,154,1) 100%, rgba(248,175,171,1) 100%);
}
.itemd2data
{
 padding: 95px 80px 0px;
 min-height: 440px;
 background: rgb(165,197,230);
 background: linear-gradient(0deg, rgba(165,197,230,1) 0%, rgba(240,225,240,1) 100%);
}
.itemd3data
{
 padding: 95px 80px 0px;
 min-height: 440px;
 background: rgb(117,212,207);
 background: linear-gradient(0deg, rgba(117,212,207,1) 0%, rgba(198,236,198,1) 100%);
}
.itemd4data
{
 padding: 95px 80px 0px;
 min-height: 440px;
 background: rgb(37,152,207);
 background: linear-gradient(0deg, rgba(37,152,207,1) 0%, rgba(200,231,209,1) 100%, rgba(201,231,210,1) 100%);
}
.valuesl h5
{
  font-size: 40px;
  color: #ffffff;
  font-family: Gotham-Black;
}
.valuesl .rdbtn
{
  padding: 0px;
  position: absolute;
  bottom: 30px;
  left: 80px;
  right: 0px;
  margin: auto;
  display: none;
  transition: ease all 0.5s;
}
.valuesl .rdbtn a
{
  border: 1px solid #ffffff;
  color: #f7a3a5;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, transparent 50%);
}
.valuesl .rdbtn a:after
{
  background-image: url(../images/arrow-white.png);
}
.itemd1data:hover .rdbtn,.itemd2data:hover .rdbtn,.itemd3data:hover .rdbtn,.itemd4data:hover .rdbtn
{
 transition: ease all 0.5s;
 display: block;
}
.valuesl.owl-theme .owl-dots .owl-dot.active span, .valuesl.owl-theme .owl-dots .owl-dot:hover span
{
  background: #1268b3;
}
.valuesl.owl-theme .owl-dots
{
  margin-top: 20px!important;
}
.valuesl.owl-theme .owl-dots .owl-dot span
{
  border-radius: 0px;
}
.rdbtn a:hover
{
  background: rgb(11,80,157);
  transition: ease all 0.5s;
}
.rdbtn2 a:hover
{
    background: rgb(22,190,207);
}
.rdbtn a:hover:after
{
  background-image: url(../images/arrow-white.png);
}
.valuesl .rdbtn a:hover
{
background: rgb(255,255,255);
}
.valuesl .rdbtn a:hover:after
{
  background-image: url(../images/arrow-pink.png);
}

/*------------Inside pages---------------*/
.sticky-sidebar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
        z-index: 99;
    background-color: #fff;
    border-top: 1px solid #1dbecf;
border-bottom: 1px solid #1dbecf;;
}
ul.sidenavlist {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}
ul.sidenavlist li a {
    color: #231f20;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    text-align: center;
        font-family:Arial-Bold;
}
ul.sidenavlist li
{
  max-width: 50%;
  width: 100%;
  float: left;
}
.sidenavlist li a.active {
    color: #fff!important;
    font-size: 16px;
    font-family:Arial-Bold;
    background-color: #21bece;
}
.insidepages  
{
  background-image:none;
}
.insidepages .chmessage
{
       background-image: url(../images/chairmen-message-bg.png);
    padding-top: calc( 100vh / 9 * 2);
    width: 100%;
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
    padding-bottom: 30px;
}
.insidepages .chmessage .whitebg
{
  background-color: transparent;
     padding: 75px 25px 0px;
}
.insidepages .chmessage .whitebg h3
{
  padding-bottom: 45px;
}
.messagesec.insidepages p:before,.messagesec.insidepages p:after
{
  display: none;
}
.messagesec.insidepages p
{
    padding: 10px 0px 0px;
    font-size: 16px;
}
.messagesec.insidepages p span,.mdmessageinsidedta p span
{
  font-size: 20px;
  font-family:Arial-Bold;
  line-height: 28px;
}
.chdatainside,.mdmessageinsidedta
{
  padding: 30px 0px 60px;
}
.chdatainside h6,.mdmessageinsidedta h6
{
  font-size: 18px;
    font-family:Arial-Bold;
    color: #5ca9dd;
    padding-top: 30px;
}
.chdatainside h6 span
{
  display: block;
  font-family:Arial-Italic;
  color:#231f20;
}
.insidepages .mdmessage
{
       background-image: url(../images/md-message-bg.png);
    padding-top: calc( 100vh / 9 * 2);
    width: 100%;
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
    padding-bottom: 30px;
}
.messagesec.insidepages .mdmessage .whitebg p:before,.messagesec.insidepages .mdmessage .whitebg p:after
{
  display: block;
}
.messagesec.insidepages .mdmessage .whitebg p
{
  padding: 30px 0px 20px;
}
.mdmessage .mdicon
{
  padding-left: 100px;
    padding-top: 90px;
}
.mdcenterarrw
{
  background-image: url(../images/mdcenterarrw.png);
    width: 100%;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.messagesec.insidepages .mdcenterarrw p
{
  padding: 30px 0px 20px;
  position: relative;
}
.messagesec.insidepages .mdcenterarrw p:before
{
content: '';
    position: absolute;
    left: -45px;
    top: 4px;
    background-image: url(../images/comma-1.png);
    width: 42px;
    height: 34px;
    display: block;
}
.messagesec.insidepages .mdcenterarrw p:after
{
      content: '';
    position: absolute;
    right: -45px;
    bottom: 4px;
    background-image: url(../images/comma-2.png);
    width: 42px;
    height: 34px;
    display: block;
}
.mdcenterarrw .whitebg
{
  padding: 20px 39px 45px;
}
.mdmessageinsidedta  h4
{
  font-size: 18px;
  color: #5ca9dd;
      font-family:Arial-Bold;
      padding-top: 30px;
      padding-bottom: 60px;
}
.mdmessageinsidedta  h4 span
{
  display: block;
  font-family:Arial-Italic;
  color:#231f20;
}
.mdmessageinsidedta  h6
{
  font-size: 25px;
  color: #5ca9dd;
    font-family:Gotham-Black;
}
.poabimg
{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.mdmessageinsidedta
{
  position: relative;
}
.messagesec.insidepages h5
{
font-family:bradley_hand_itc_tt_bold;
font-size: 25px;
color: #315aac;
}
.esgsubmenu ul.sidenavlist li
{
  max-width: 33.33%;
}
ul.sidenavlist li
{
  border-right: 1px solid #21bece;
}
.enviromentinside
{padding-top: calc( 100vh / 9 * 2);
}
.enviromentinside .icwithhd
{
  display: flex;
  align-items: flex-end;
}
.enviromentinside .icwithhd h3
{
  color: #ffffff;
  font-size: 33px;
  font-family:Gotham-Black;
    background-color: #2c8f44;
    padding: 5px;
}
.enviromentinside p span
{
    font-family:Arial-Italic;
    font-size: 20px;
    color: #5da9dd;
}
.enviromentinside .slbg
{
  background-color: #1dbecf;
  padding: 30px;
  color: #fff;
  min-height:500px;
}
.enviromentinside .slbg h6
{
  font-size: 20px;
  font-family:Arial-Bold;
  padding-top: 10px;
}
.enviromentinside .slbg p
{
  padding-top: 15px;
}
.enviromentinside .valuesl img
{
  width: auto;
}
.enviromentinside h5
{
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 20px;
  color: #16becf;
   font-family:Arial-Bold;
}
.insidepages .enviromentinside:nth-child(2) h3
{
  background-color: #f99d27;
}
.insidepages .enviromentinside:nth-child(3) h3
{
  background-color: #45b0b4;
}
.insidepages .enviromentinside h3
{
  margin-left: 3px;
}
p.pdtbtm
{
  padding:25px 0px;
}
.enviromentinside  .valuesl
{
  padding: 20px 0px;
}
.enviromentinside#sec3
{
  padding-bottom: 90px;
}
p.btnm20
{
  padding-bottom: 20px;
}


/********N***********/
.top-sec
{
margin-top:60px;
}
.cam-intro
{
  background-image: url(../images/theme-banner1.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
display: flex;
align-items: center;
}
.cam-intro h2
{
font-size: 33px;
color: #275cab;
font-family:Gotham-Black;
}
.cam-intro1 p
{
  padding-bottom: 20px;
}
.plant-img
{
  margin-bottom: 50px;
}
.milestone-p
{
  background-image: url(../images/mile-bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 30px;
}
h3.main-heading
{
  font-size: 35px;
  font-family:Gotham-Black;
  line-height: 35px;
  color: #295caa;
  margin-bottom: 30px;
}
h3.main-heading span
{
  display: block;
}
.milestone-p h3
{
  color:#fff;
}
.year-t-box
{
  background-color: #2658a5;
  border:3px solid #fff;
  padding: 30px 30px 0px;
  min-height: 405px;
}
.year-t-box h4
{
  font-size: 22px;
  color: #16becf;
  font-family:Gotham-Black;
  padding-bottom: 15px;
}
.year-t-box p
{
  color: #fff;
  padding-bottom: 20px;
}
.year-t-box ul
{
  list-style: none;
  padding-left:0px;
}
.year-t-box ul li
{
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 24px;
}
.year-t-box1
{
  min-height: 550px;
}
.milestone1-p
{
  background-image: url(../images/mile-bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding-top:60px;
  padding-bottom:60px;
}
.milestone2-p
{
  background-image: url(../images/mile-bg3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding-top:110px;
  padding-bottom:80px;
}
.mile-img
{
  padding-bottom: 20px;
}
.milestone2-p p
{
  color:#fff;
}
.milestone3-p
{
  background-image: url(../images/mile-bg4.png);
  padding-top: 70px;
  padding-bottom: 60px;
}
.year-t-box3
{
  min-height: 270px;
  margin-bottom: 30px;
}
.key-b
{
 background-image: url(../images/mile-bg5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding-top:110px;
  padding-bottom:80px; 
}
.key-b h3
{
  color:#fff;
  margin-bottom: 20px;
}
.key-slider-bg
{
  background-color:#1dbecf;
  padding-top: 120px;
  padding-bottom: 110px;
}
.key-slider .item
{
  border-left: 2px solid #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  margin-left: 8px;
  min-height: 150px;
}
.key-slider .item:before
{
  content: '';
  position: absolute;
  left:-8px;
  bottom:-15px;
  background-color: #275cab;
  height: 15px;
  width: 15px;
}
.key-slider h5
{
  font-size: 18px;
  color: #275cab;
  font-family:Gotham-Black;
  padding-bottom: 10px;
}
.key-slider p
{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.btm-white-line
{
  background-color: #fff;
  width: 100%;
  height: 7px;
  margin-top: -57px;
}
.key-slider.owl-theme .owl-dots
{
  text-align: left;
  margin-top: 20px !important;
}
.key-slider.owl-theme .owl-dots .owl-dot span
{
  border-radius: 0px;
}
.key-slider.owl-theme .owl-dots .owl-dot span
{
  background:#49deee;
}
.key-slider.owl-theme .owl-dots .owl-dot.active span, .key-slider.owl-theme .owl-dots .owl-dot:hover span
{
 background:#1268b3;
}

.l-tech
{
  margin-top: 70px;
}
.l-tech p
{
  color: #5ea9de;
  font-family:Arial-Bold;
  font-style: italic;
  padding-bottom: 20px;
}
.i-large
{
  border:1px solid #21bece;
  padding: 30px 0px;
  display: inline-block;
  width: 100%;
}
.i-large h4
{
  font-size: 35px;
  color: #21bece;
   font-family:Gotham-Black;
   line-height: 35px;
   padding-bottom: 10px;
   min-height: 81px;
}
.i-large h4 span
{
  display: block;
}
.i-large .col-md-4
{
  border-right: 1px solid #9c9c9c;
  min-height: 135px;
}
.i-large .col-md-4:last-child
{
  border-right: none;
}
.rta
{
  position: relative;
  margin-top: 40px;
}
.rta-blue-box
{
  background-color: #295caa;
  padding: 0px 30px 30px;
  min-height: 512px;
}
.rta .col-md-8
{
  padding-right: 0px;
}
.rta .col-md-3
{
  padding-left: 0px;
}
.rta-blue-box p
{
  color: #fff;
  line-height: 22px;
  padding-top: 20px;
}
.rta-icon img
{
  margin-top: -10px;
}
.rta-bg
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  bottom: -100px;
}
.i-large.rec h4
{
  min-height: auto;
}
.rec
{
margin-bottom: 25px;
}
.rec p
{
  padding-bottom:8px;
}
.i-large.rec1 h4 span
{
  display: inline;
}
.rec1 p span
{
  display: block;
}
.rec1 .col-md-4
{
  margin-bottom: 60px;
}
.rec1 .col-md-4:nth-child(3), .rec1 .col-md-4:nth-child(6)
{
  border-right: none;
}
.osdo
{
   background-image: url(../images/org-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
display: flex;
align-items: center;
margin-top: 80px;
margin-bottom: 80px;
}
.osdo h3, .osdo p
{
  color: #fff;
}
.ost-img
{
  margin-bottom: 40px;
}
.sh-graph h4
{
  font-size: 25px;
  font-family:Gotham-Black;
  color: #2658a5;
  margin-bottom:10px;
}
.divers
{
  margin-top: 40px;
}
.scroll-text {
    height: 310px;
    overflow-y: scroll;
    padding-right:15px;
}
.scroll-text::-webkit-scrollbar-track
{
border-radius: 0px;
background-color: #e9e9e9;
}

.scroll-text::-webkit-scrollbar
{
width: 4px;
background-color: #e9e9e9;
}

.scroll-text::-webkit-scrollbar-thumb
{
border-radius: 0px;
background-color: #95c1e3;
}
.digi-slider .item
{
  border:2px solid #21bece;
  padding:10px 20px 20px;
}
.digi-slider.owl-carousel .owl-stage
{
padding-left: 0px !important;
}
.digi-slider.owl-carousel .owl-item img
{
  width: auto;
}
.c-logo
{
  height: 90px;
  display: flex;
  align-items:flex-end;
  margin-bottom:15px;
}
.digi-slider h4
{
  font-size: 22px;
  font-family:Gotham-Black;
  color: #21bece;
  line-height: 26px;
  padding-bottom: 15px;
  min-height: 120px;
}
.scroll-text h6
{
  font-size: 18px;
  color: #74b2e1;
  font-family:Arial-Bold;
  padding-bottom: 15px;
}
.scroll-text p
{
  padding-bottom: 15px;
}

.digi-slider.owl-theme .owl-dots .owl-dot span
{
  border-radius: 0px;
}
.digi-slider.owl-theme .owl-dots .owl-dot span
{
  background:#9c9c9c;
}
.digi-slider.owl-theme .owl-dots .owl-dot.active span, .digi-slider.owl-theme .owl-dots .owl-dot:hover span
{
 background:#1268b3;
}

.co-btm-img
{
  background-image: url(../images/co-btm-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.sh-pattern-img1
{
  margin-top: 25px;
}
h4.sub-heading
{
  font-size: 20px;
  font-family:Gotham-Black;
  color: #01add8;
  padding-bottom: 10px;
}
.d-icon
{
  padding-bottom: 5px;
}
.d-six-capital p
{
  padding-bottom: 15px;
}
.fin-bg
{
  background-color: #e8f3f8;
  padding-top: 30px;
  display: inline-block;
  width: 100%;
 
}
.fin-bg h4, .fin-bg h5
{
font-size: 25px;
color: #01add8;
font-family:Gotham-Black;
}
.fin-bg h4 span
{
  font-size: 40px;
}
.fin-bg h5
{
  padding: 5px 0px;
}
.fin-bg .col-md-3
{
  min-height: 230px;
  margin-bottom:20px;
}
.fin-bg .col-md-3:nth-child(5), .fin-bg .col-md-3:nth-child(6)
{
  min-height: auto;
}
h4.manu-head
{
  color: #1c3667;
}
.manu-bg
{
background-color: #dddee7;
}
.manu-bg h4
{
  color: #1c3667
}
.manu-bg .col-md-3
{
  min-height: auto;
}
.intel-bg
{
  background-color: #f8f0e2;
}
h4.intel-head{
  color: #cf8d29;
}
.intel-bg h4
{
  color: #cf8d29;
}
h4.hum-head
{
  color: #c41f34;
}
.hum-bg
{
  background-color: #f7e4de;
}
.hum-bg h4
{
  color: #c41f34;
}
h4.srel-head
{
  color: #f89c27;
}
.srel-bg
{
  background-color: #fef4e6;
}
.srel-bg h4
{
  color: #f89c27;
}
h4.nat-head
{
  color: #228f44;
}
.nat-bg
{
  background-color: #e7eee4;
  margin-bottom: 0px;
}
.nat-bg h4
{
  color: #228f44;
}
.natural-capital-line-img
{
  float: right;
  margin-top: -5px;
}

/* Business Model */
.bsns-pnl>.panel-heading {
    color: #fff;
    background-color: #1268b3;
    border-radius: 0;
    padding: 25px 50px;
    text-align: center;
    box-shadow: 0 3px 10px 0px black;
}
.bsns-pnl .panel-title a {
    font-size:20px;
    font-family:Arial-Bold;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.bsns-pnl {
    border: none;
}
.bsns-pnl .panel-body {
    padding: 30px;
    border: 2px solid #1268b3;
    margin-bottom:50px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.capitals-body{
    padding-bottom: 50px!important;
    padding-left: 0px!important;
}
.bsns-pnl {
    position: relative;
    box-shadow: none;
}
.capitals-body, .drivers-inner, .core-values-in, .fin-in-body{
    position: relative;
}

.capitals-body:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/tringle.png) no-repeat;
    max-width: 24px;
    height: 21px;
    background-position: center;
    bottom: -22px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
   left: 0;
    z-index: 9;
    right: 0px;
}
.drivers-inner-main:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/tringle.png) no-repeat;
    max-width: 24px;
    height: 21px;
    background-position: center;
    bottom: -22px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    z-index: 9;
    right: 0px;
}

    .core-bg .panel-heading{
        background:#1268b3;
    }

    .blue-arrow.collapsed, .maroon-arrow.collapsed{
        position: relative;
    }
    .blue-arrow.collapsed:after {
        position: absolute;
        display: block;
        content: "";
        background: url(../images/tringle.png) no-repeat;
        width: 24px;
        height: 21px;
        top: 47px;
        left: 0px;
        z-index: 9;
        right: 0px;
        margin: 0px auto;
    }

.bsns-pnl.panel-default>.panel-heading+.panel-collapse>.panel-body
{
 border-top-color: #1268b3;
}

.value-fin-bg
{
background-color: #01add8;
padding:0px 15px;
height: 60px;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.value-fin-bg span.v-head
{
font-size: 20px;
font-family:Arial-Bold;
color: #fff;
padding-left: 15px;
line-height: 20px;
}
.capitals-body p, .core-values-in p
{
  border-bottom: 1px solid #4d4d4f;
  padding: 10px 0px;
  max-width: 685px;
  width: 100%;
}
.capitals-body p.v-last-n1, .core-values-in p.v-last-n1
{
  border-bottom: none;
}
.v-intel-bg
{
  background-color: #cf8d29;
  margin-top: 40px;
}
.v-human-bg
{
  background-color: #c41f34;
  margin-top: 40px;
}
.v-manu-bg
{
  background-color: #1c3667;
  margin-top: 40px;
}
.v-scl-bg
{
  background-color: #f89c27;
  margin-top: 40px;
}
.v-nat-bg
{
  background-color: #228f44;
  margin-top: 40px;
}
.drivers-inner-main.panel-body
{
padding: 0px;
}
.drivers-inner
{
  background-color: #ececee;
  padding:30px;
}
.drivers-inner .row
{
margin-bottom: 20px;
}
.output-n1
{
  background-color: #01add8;
  padding: 10px;
  margin-bottom: 20px;
}
.output-n1 h4
{
  font-size: 20px;
  color: #fff;
  font-family:Arial-Bold;
  text-align: center;
}
.grey-bg-n1
{
  background-color: #939598;
  max-width: 300px;
  width: 100%;
  padding:0px 15px;
  position: relative;
  margin-bottom: 20px;
  height: 60px;
  display: flex;
  align-items: center;
}
.grey-bg-n1:after
{
  content: '';
  position: absolute;
  top: 17px;
  right: -17px;
  background-image: url(../images/arrow-grey-right.png);
  width: 17px;
  height: 24px;
}
.grey-bg-n1 p
{
  font-size: 16px;
  color: #fff;
  font-family:Arial-Bold;
    line-height: 20px;
}
.white-bg-n1
{
  background-color: #fff;
   padding:10px 15px 10px;
}
.white-bg-n1 p
{
  display: block;
  padding-bottom: 15px;
}
.drivers-inner h3
{
  font-size: 20px;
  color: #275cab;
   font-family:Arial-Bold;
   margin-bottom: 20px;
}
.blue-bg-n1
{
  background-color:#275cab;
  padding: 0px 15px;
  min-height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blue-bg-n1 p
{
  color: #fff;
}
.suporting-fun
{
  padding: 30px;
}
.suporting-fun h3
{
font-size: 20px;
color: #f3859a;
font-family:Arial-Bold;
margin-bottom: 40px;
}
.s-icon
{
  margin-bottom: 15px;
  text-align: center;
  min-height: 95px;
}
.suporting-fun .col-md-2
{
  margin-bottom: 40px;
  min-height: 160px;
}
.suporting-fun .col-md-2 h5
{
color: #16becf;
font-family:Arial-Bold;
font-size: 20px;
text-align: center;
}
.blue-text-n1
{
  color: #01add8;
}
.maintain
{
  margin-top: 60px;
}

.maintain p
{
 color: #5da9dd;
 font-size: 20px;
 font-family:Arial-Bold;
 font-style: italic;
 margin-bottom: 30px;
}
.mt-blue-bg
{
  background-color: #275cab;
  padding: 5px;
}
.mt-blue-bg h5, .mt-light-bg p
{
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family:Arial-Bold;
}
.mt-light-bg
{
  background-color: #16becf;
  padding: 20px;
  display: flex;
  min-height: 375px;
}
.mt-light-bg p
{
  text-align: left;
  margin-left:15px;
}
.mt-grey-bg
{
  background-color: #ececee;
  padding: 10px 15px 15px;
  min-height: 375px;
}
.mt-grey-bg p
{
 border-bottom: 1px solid #4d4d4f;
  padding: 10px 0px;
}
.mt-grey-bg p:last-child
{
  border-bottom: none;
  padding-bottom: 0px;
}
.mt-row
{
  margin-bottom: 4px;
  display: inline-block;
}
.mt-row .col-md-4
{
padding-left: 0px;
padding-right: 0px;
}
.mt-row1 .mt-grey-bg, .mt-row1 .mt-light-bg
{
  min-height: 231px;
}
.maintain p.mmb-normal-text
{
  color: inherit;
  font-style: normal;
  font-family:Arial;
  font-size: 16px;
  margin-bottom: 15px;
}
.maintain h5
{
  font-size: 20px;
    color: #275cab;
    font-family: Arial-Bold;
    margin-bottom: 20px;
}
.mmb-box
{
  background-color: #eaf6f7;
  padding: 50px 30px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 250px;
}
.mmb-box h5
{
  font-size: 18px;
  font-family:Arial-Bold;
  color: #16becf;
  margin-top: 10px;
}
.mmb-box h5 span
{
  display: block;
}
.mmb-btm-img
{
float: right;
  margin-top: -500px;
}
.mre h5
{
  color: #16becf;
  margin-bottom: 15px;
}
.mre p.mmb-normal-text
{
  margin-bottom: 20px;
}
.mre-blue-bg
{
  background-color: #2c58a4;
  padding: 0px 60px 60px 5px;
  margin-top: 70px;
}
.mre-user-icon img
{
  margin-top: -20px;
}
.mre-blue-text
{
  padding-top:10px;
  padding-left: 90px;
}
.mre-blue-text h5
{
  font-size: 20px;
  color: #fff;
  font-family:Arial-Bold;
  padding-bottom: 20px;
}
.mre-blue-text p
{
  color: #fff;
}
.mre-btm-text p
{
  padding-bottom: 15px;
}
.mre-btm-text p:last-child
{
    margin-bottom:50px;
}
.corporatemenu ul.sidenavlist li {
    max-width: 25%;
}
.val-creationmenu ul.sidenavlist li {
    max-width: 20%;
}
.val-creationmenu ul.sidenavlist li a
{
    font-size:14px;
    line-height:18px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corporatemenu ul.sidenavlist li a
{
    font-size:14px;
    line-height:18px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.co-sec1, .co-sec2, .co-sec3, .co-sec4, .co-sec5
{
    padding-top: calc( 100vh/ 9 * 2);
}
ul.listdisk {
    list-style: square;
    padding-left: 20px;
}
ul.listdisk li::marker {
    color: #21bece;
    font-size: 20px;
}
.milesscroll {
    height: 100px;
    overflow-y: scroll;
    padding-right: 15px;
}
.milesscroll::-webkit-scrollbar-track
{
border-radius: 0px;
background-color: #e9e9e9;
}

.milesscroll::-webkit-scrollbar
{
width: 4px;
background-color: #e9e9e9;
}

.milesscroll::-webkit-scrollbar-thumb
{
border-radius: 0px;
background-color: #95c1e3;
}

.cpsflx {
    display: flex;
    align-items: baseline;
}
span.finlist{
    background: #01add8;
    width: 8px;
    height: 8px;
    margin-right:10px;
}

span.entelist{
    background: #cf8d29;
     width: 8px;
    height: 8px;
     margin-right:10px;
}

span.humlist{
    background: #c41f34;
     width: 8px;
    height: 8px;
     margin-right:10px;
}

span.manulist{
    background: #1c3667;
     width: 8px;
    height: 8px;
     margin-right:10px;
}

span.socilist{
    background: #f89c27;
     width: 8px;
    height: 8px;
     margin-right:10px;
}

span.natlist{
    background:#228f44;
     width: 8px;
    height: 8px;
     margin-right:10px;
}
ul.listoutdisk {
    list-style: square;
    padding-left: 20px;
    margin-bottom:0;
}
ul.listoutdisk li {
    font-size:16px;
}
ul.listoutdisk li::marker {
    color: #21bece;
    font-size: 20px;
}
ul.listwht {
    list-style: square;
    padding-left: 20px;
    margin-bottom:0;
}
ul.listwht li {
    font-size:18px;
    color:#fff;
}
ul.listwht li::marker {
    color: #ffffff;
    font-size: 20px;
}
.co-sec3 {
    padding-top: 20px;
}
.co-sec4 {
    padding-top: 20px;
}
ul.listwht2 {
    list-style: square;
    padding-left: 20px;
    margin-bottom:0;
}
ul.listwht2 li {
    font-size:16px;
    color:#fff;
    margin:10px 0;
}
ul.listwht2 li::marker {
    color: #ffffff;
    font-size: 20px;
}

.esgscroll {
    height: 450px;
    overflow-y: overlay;
    padding-right: 15px;
}
.esgscroll::-webkit-scrollbar-track
{
border-radius: 0px;
background-color: #e9e9e9;
}

.esgscroll::-webkit-scrollbar
{
width: 4px;
background-color: #e9e9e9;
}

.esgscroll::-webkit-scrollbar-thumb
{
border-radius: 0px;
background-color: #95c1e3;
}
.blebgg{
    background:#2658a5!important;
}
.blebgg p {
    color: #fff;
}
.blebgg p:before {
    left: -35px!important;
    top: 20px!important;
    width: 30px!important;
    height: 24px!important;
    background-size: cover;
    filter: invert(1);
}
.blebgg p:after {
    right: -30px!important;
    bottom: 10px!important;
    width: 30px!important;
    height: 24px!important;
    background-size: cover;
    filter: invert(1);
}
ul.maintinglist {
    list-style: square;
    padding-left: 20px;
    margin-bottom:0;
}
ul.maintinglist li {
    font-size:16px;
    color:#4d4d4f;
    padding:5px 0;
    border-bottom: 1px solid #4d4d4f;
}
ul.maintinglist li::marker {
    color: #01add8;
    font-size: 20px;
}
ul.maintinglist li:last-child {
    border:none;
}
/*sanni*/
.italic-txt {
  font-family: Arial-Italic!important;
  font-size: 20px!important;
  color: #5da9dd!important;
}
.insidepages {
  background-image: none;
  padding-top: 40px;
}
.insidepages h4{
  font-size: 35px;
  color: #295caa;
  margin-bottom: 25px;
  font-family:Gotham-Black;
}
.insidepages h4 span{
  display: block;
}
.fncps {
  background-color: #eef5fb;
  padding: 40px 0px;
}
.top-m35{
  margin-top: 35px;
}
.insidepages p{
  margin-bottom: 20px;
  font-family:Arial;
  font-size: 16px;
}
.insidepages h5{
  font-size: 25px;
  color: #2658a5;
  font-family:Gotham-Black;
}
.insidepages .icwithhd h3  {
  font-size: 35px;
}

.capitals-inside .fin-bg{
  background-color: #0aadd9!important;

}
.capitals-inside .inct-bg{
  background-color: #d08d2b!important;
  font-size: 25px!important;
}
.capitals-inside .manu-bg{
  background-color: #1c3768!important;
  font-size: 25px!important;
}
h4.font-25{
font-size: 25px;
}


.number-areas h4 {
  font-size: 40px;
  color: #21bece;
  margin: 0px;
  line-height: 1.2;
}
.number-areas h4 span {
  display: block;
  color: #231f20;
  font-size: 16px;
  font-family: Arial;
}
.number-areas {
  border-bottom: 1px solid #ada9a9;
  margin-bottom: 20px;
  min-height: 70px;
}
.our-tech .col-md-2 {
  max-width: 209px;
  width: 100%;
}
.brder-rmv{
  border-bottom: 0px solid red;
}
.our-tech {
  background-color: #eef5fb;
  padding: 40px 0px;
}

.our-tect-t {
  background-color: #eef5fb;
  padding: 40px 0px;
  margin-top: 5px;
}
p.small-txt{
  font-size:14px ;
   font-family:Arial-Italic;
   margin-top: 10px;
}
.cams-in h3{
  font-size: 25px;
  color: #21bece;
  background-color: transparent!important;
  font-family: Gotham-Black;
  margin-bottom: 25px;
}

.cams-in-tab h3{
  font-size: 25px;
  color: #21bece;
  background-color: transparent!important;
  font-family: Gotham-Black;
  margin-bottom: 25px;
}
.cams-in-tab .nav-tabs > li.active > a, .cams-in-tab .nav-tabs > li.active > a:focus, .cams-in-tab .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #01add8;
  border: none;
  font-family: Arial-Bold;
  border-radius: 0px;
}
.cams-in-tab .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
  background-color: #dddee7;
  font-size: 15px;
  color: #000;
  padding: 12px 40px;
}
.inside-camstb {
  width: 100%;
  display: inline-block;
  padding: 40px 0px;
}
.left-my {
  display: flex;
  gap: 30px;
}
.right-my h3 {
  font-size: 18px;
  color: #231f20;
}
.right-my p {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.right-my p:last-child{
  border-bottom: 0px solid #eee;
}

.myCamsInNum h4 {
  font-size: 40px;
  color: #21bece;
  margin: 0px;
  line-height: 1.2;
  border-bottom: 1px solid #ada9a9;
  padding-bottom: 20px;
  min-height: 128px;
}
.myCamsInNum h4 span {
  display: block;
  color: #231f20;
  font-size: 16px;
  font-family: Arial;
}
.myCamsInNum {
  margin-bottom: 20px;
  padding-right: 55px;
}
.myCamsIn {
  background-color: #eef5fb;
  padding: 40px 15px;
  width: 100%;
  display: inline-block;
}
.camsSlider .slbg {
  background-color: transparent;
  padding: 30px;
  color: #fff;
  height: 500px;
  border: 2px solid #21bece;
}
.camsSlider .slbg h6 {
  font-size: 20px;
  font-family: Gotham-Black;
  padding-top: 10px;
  color: #21bece;
}
.camsSlider .slbg p {
  padding-top: 15px;
  color: #000;
  font-size: 16px;
}
.sales-slide img
{
  width: auto!important;
}

.sales-slide .owl-stage-outer
{
  overflow: unset;
}
.merge-imgs {
  width: 100%;
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 35px;
}

.lts {
  width: 66.66666667%;
  float: left;
}
.rts {
  width: 33.33333333%;
  float: left;
  background-color: #295caa;
  padding: 0px 28px;
}
.rts img {
  margin-top: -10px;
}
.rts p {
  color: #fff;
  margin-bottom: 22px;
}
.rts h3 {
  margin-top: 43px;
}
.lts img {
  width: 100%;
}
h3.hum-bg{
  background-color: #c52135!important;
  font-size: 25px!important;
}
h3.scl-bg{
  background-color: #f99d29!important;
  font-size: 25px!important;
}
.human-in h3 {
  font-size: 25px;
  color: #21bece;
  background-color: transparent !important;
  font-family: Gotham-Black;
  margin-bottom: 25px;
}
.social-l h3 {
  font-size: 25px;
  color: #21bece;
  background-color: transparent !important;
  font-family: Gotham-Black;
  margin-bottom: 25px;
}
.boxs-size h3 {
  font-size: 25px;
  color: #21bece;
  background-color: transparent !important;
  font-family: Gotham-Black;
  margin-bottom: 25px;
}
.human-in h4 {
  font-size: 18px;
  color: #4d4d4f;
  margin-bottom: 20px;
}
.social-l h4 {
  font-size: 18px;
  color: #4d4d4f;
  margin-bottom: 20px;
}
.our-win {
  background-color: #eef5fb;
  padding: 40px 0px;
}
.our-win ul {
  background-color: #2658a5;
  padding: 20px;
  max-width: 562px;
  display: block;
  margin: 0px auto;
  list-style: none;
}
.our-win ul li {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #bcb8b8;
  padding: 8px 0px;
}
.our-win ul li:last-child{
  border-bottom: 0px;
}
.tophin {
  background-color: #295caa;
  padding: 0px 0px 50px 60px;
  margin-top: 20px;
  display: inline-block;
}
.tophin img {
  margin-top: -10px;
}
.tophin h3 {
  margin-top: 35px;
  font-size: 19px;
}
.tophin p {
  color: #fff;
  font-size: 19px;
}
.our-win img{
  display: block;
  margin: 20px auto;
}
.blues-boxs {
  background-color: #eef5fb;
  padding: 28px 0px 10px 67px;
  display: inline-block;
  width: 100%;
}
h4.nilsa{
  font-size: 35px;
color: #295caa;
margin-bottom: 25px;
font-family: Gotham-Black;
}
.cams-bl-boxs {
  background-color: #eef5fb;
  padding: 40px 0px;
  margin-bottom: 35px;
}
.cams-bl-boxs h3 {
  font-size: 25px;
  color: #2658a5;
  margin-bottom: 25px;
  font-family: Gotham-Black;
}
.blue-n h3 {
  font-size: 25px;
  color: #2658a5;
  margin-bottom: 25px;
  font-family: Gotham-Black;
}
.half-l ul {
  list-style: none;
  padding-left: 0px;
}
.half-l ul li {
  color: #231f20;
  font-size: 16px;
  border-bottom: 1px solid #bcb8b8;
  padding: 8px 0px;
}
.cams-bl-boxs img {
  margin-bottom: 15px;
}
.blue-n {
  background-color: #eef5fb;
  padding: 40px 0px;
  margin-bottom: 5px;
}
.exe-blu{
  background-color: #eef5fb;
  padding: 30px 0px;
  margin-bottom: 35px;
}
.exe-blu {
  background-color: #eef5fb;
  padding: 30px 60px;
  margin-bottom: 35px;
  width: 65%;
  float: left;
}
.right-blf {
  width: 35%;
  float: left;
  background-color: #295caa;
  min-height: 236px;
  padding: 0px 70px;
  margin-top: 10px;
}
.right-blf img {
  margin-top: -5px;
}
.boxs-size{
  max-width: 729px;
  width: 100%;
 float: right;
}
.boxs-size p {
  font-size: 16px;
}
.right-blf p{
  color: #fff;
  margin-top: 30px;
}

.blue-n ul {
  list-style: none;
  padding-left: 0px;
  font-size: 16px;
  margin-top: 20px;
}
.blue-n ul li {
  font-size: 16px;
  padding: 5px 0px;
}
.boxs-size h3 {
  font-size: 25px;
  color: #2658a5;
  background-color: transparent !important;
  font-family: Gotham-Black;
  margin-bottom: 25px;
}
.camsSlider .slbg h4 {
  font-size: 18px;
  margin: 0px;
  color: #74b2e1;
}
.lts1 {
  width: 65%;
  float: left;
}
.rts1 {
  width: 35%;
  float: left;
}
.top1 {
  background-color: #295caa;
  padding: 30px 30px;
  margin-bottom: 20px;
  padding-top: 0px;
}
.lts1 img {
  width: 100%;
}
.top1 p {
  color: #fff;
  margin-top: 23px;
}
.btm1 p {
  color: #fff;
  margin-top: 23px;
}
.btm1 {
  background-color: #295caa;
  padding: 30px 30px;
  padding-top: 0px;
}
.top1 img, .btm1 img{
  margin-top: -5px;
}

/*.scroll-text {
  height: 419px;
  overflow-y: scroll;
  padding-right:30px;
}
.scroll-text::-webkit-scrollbar-track
{
  border-radius: 0px;
  background-color: #ffffff;
}

.scroll-text::-webkit-scrollbar
{
  width: 4px;
  background-color: #ffffff;
}

.scroll-text::-webkit-scrollbar-thumb
{
  border-radius: 0px;
  background-color: #d4d4d4;
}*/

.camsSlider .slbg ul li {
  color: #231f20;
  font-size: 16px;
  padding: 3px 0px;
}
.camsSlider .slbg ul {
  padding-left: 0px;
}
.rts p {
  font-size: 18px;
}
.rts h3 {
  color: #c52135;
  font-size: 18px;
}
.rts h3  span{
  display: block;
}
.sdg-imgs {
  display: flex;
  gap: 5px;
}
.our-win h4 {
  font-size: 25px;
}
.brder-ser {
  border-top: 1px solid #bfb8b8;
  margin-top: 20px;
  padding-top: 20px;
}
.half-l h3{
  color: #21bece;
}
.capitals-inside .esgsubmenu ul.sidenavlist li {
  max-width: 25%;
}
.brder-rmv h4 {
  border-bottom: 0px solid #000;
  min-height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h3.light-gr {
  font-size: 25px;
  background-color: #21bece !important;
  color: #fff;
  padding: 3px 10px;
  font-family: Gotham-Black;
  display: inline-block;
  margin-bottom: 20px;
}
.right-nhm {
  width: 30%;
  float: left;
  background-color: #2858a5;
  padding: 3px;
}
.myCamsIn.tabgsd {
  background-color: #eef5fb;
  padding: 40px 15px;
  width: 70%;
  float: left;
}

.tab-bl-bg p {
  color: #fff;
  margin-top: 13px;
}
.tab-bl-bg img {
  margin-top: -13px;
}
.over-blues {
  width: 100%;
  display: inline-block;
  background-color: #295caa;
  padding: 20px;
}

.over-blues h3{
  color: #fff;
}
.over-blues p{
  color: #fff;
}
.myCamsInNum.low-pad {
  margin-bottom: 20px;
  padding-right: 40px;
}
.cams-in-tab .nav-tabs {
  border-bottom: 0px solid #ddd;
}
.light-grb{
  color: #231f20!important;
  font-size: 18px!important;
}
.grpf30{
    margin-top:30px;
}
p.cptlhm{
    font-family: Arial-Italic;
    font-size: 20px;
    color: #5da9dd;
}
.clrbltxt{
    color:#2658a5!important;
    font-size: 35px!important;
}
.mrbtm {
    margin-bottom: 50px;
}
ul.listblee {
    list-style: square;
    padding-left: 20px;
        margin-bottom: 0;
    margin-top: 0;
}
ul.listblee li {
    font-size:16px;
}
ul.listblee li::marker {
    color:#2658a5;
    font-size: 20px;
}
ul.mfcrmlist {
    list-style: square;
    margin-bottom:0;
    padding-left:20px!important;
}
ul.mfcrmlist li {
    font-size:16px;
}
ul.mfcrmlist li::marker {
    color: #21bece!important;
    font-size: 20px;
}
.ftrnameing h4 {
    font-size: 20px;
}
.ftrnameing h4 span {
    font-size: 18px;
}