@charset "utf-8";
/* 
Website Designer : Webmaddy
Designer Link : https://www.webmaddy.com
*/
@font-face {
  font-family: 'Tondo';
  src: url('../fonts/Tondo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tondo-Bold.woff') format('woff'), url('../fonts/Tondo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Tondo';
  src: url('../fonts/Tondo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Tondo-Regular.woff') format('woff'), url('../fonts/Tondo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tondo';
  src: url('../fonts/Tondo-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Tondo-Light.woff') format('woff'), url('../fonts/Tondo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
body {
  font-family: 'Tondo', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.7;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0px;
}
.title {
  color: #e30007;
  margin-bottom: 10px;
}
.inner-cont {
  margin: 0 auto;
}
.transition {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
a:hover {
  text-decoration: none;
}
a:hover .glyphicon-menu-right {
  left: 5px;
}
a .glyphicon-menu-right {
  position: relative;
  top: 3px;
  left: 0px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.readmore-icon {
  max-width: 50px;
}
.readmore-icon img {
  max-width: 50px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.readmore-icon:hover img {
  max-width: 60px;
}
.border-box {
  border: 2px solid #e30007;
  border-radius: 8px;
  padding: 30px;
}
.btn {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
}
.btn-white {
  background-color: #fff;
}
.btn-white:hover {
  background-color: #e30007;
  color: #fff;
}
.widget {
  padding-top: 15px;
  padding-bottom: 15px;
}
.text-light {
  font-weight: 300;
  font-size: 15px;
}
span.light {
  font-size: 13px;
  color: #696969;
}
.text-red {
  color: #e30007;
}
.line {
  height: 1px;
  background-color: #d2d2d2;
  margin-top: 15px;
  margin-bottom: 15px;
}
.red-box {
  background-color: #e30007;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
}
.grey-box {
  background-color: #e4efee;
  padding: 30px;
  border-radius: 5px;
}
.grey-box hr {
  border-top: 2px solid #fff;
}
.grey-box img {
  margin-bottom: 20px;
}
.grey-box p {
  font-size: 18px;
  line-height: 26px;
  color: #4b4b4c;
}
.text-lg {
  font-size: 28px;
  font-weight: 700;
}
.nav-margin {
  height: 56px;
}
.airtel-list {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 15px;
  font-size: 15px;
}
.airtel-list > li {
  padding-left: 30px;
  position: relative;
}
.airtel-list > li:before {
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 0px;
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  color: #e30007;
}
.airtel-list > li ul {
  list-style-type: none;
  padding-left: 10px;
}
.airtel-list > li ul li {
  font-size: 14px;
}
.airtel-list > li ul li:before {
  content: "\e250";
  font-family: 'Glyphicons Halflings';
  color: #e30007;
  font-size: 10px;
  margin-right: 5px;
}
.page-title {
  background-color: #e30007;
  background-image: url('../img/airtel-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}
.text-lg-grey {
  font-size: 20px;
  color: #597076;
}
.text-sm {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
.tag-lg {
  background-color: #677d8a;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.img-title {
  background-color: #e30007;
  color: #fff;
  text-align: center;
  padding: 4px 15px;
}
.breadcrumb-outer {
  background-color: #F5F5F5;
}
.breadcrumb-outer .breadcrumb {
  margin-bottom: 0px;
  font-size: 13px;
  padding: 5px 0px;
}
.key-highlights-box .bank-banner {
  background-color: #EC1D23;
  position: static;
  width: auto;
}
.key-highlights-box .bank-banner img {
  width: 200px;
}
.key-highlights-box .grey-box .highlight-box h4 {
  font-size: 24px;
  background-color: #fff;
}
.key-highlights-box .grey-box .highlight-box h4 span {
  font-size: 20px;
}
.key-highlights-box .grey-box .highlight-box p {
  font-size: 16px;
  background-color: #E4EFEE;
}
.mobile-money-banner {
  min-height: 100vh !important;
  color: #fff;
}
.mobile-money-banner .red-box {
  background-color: rgba(227, 0, 7, 0.8);
  margin-top: 60px;
  padding: 30px;
  border-radius: 20px;
}
.mobile-money-banner p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0px;
}
.highlight-box {
  border-bottom: 1px solid #e30007;
  margin-bottom: 15px;
  margin-top: 15px;
}
.highlight-box h4 {
  background-color: #d8d8d8;
  padding: 5px;
  font-size: 20px;
  color: #e30007;
}
.highlight-box h4 span {
  font-size: 16px;
}
.highlight-box p {
  background-color: #f1f1f1;
  padding: 10px 5px;
}
.africaSyncing-text-box {
  margin-top: 10px;
  margin-bottom: 20px;
}
.africaSyncing-text-box h6 {
  font-size: 22px;
  color: #e30007;
  font-weight: 600;
  text-transform: capitalize;
}
.africaSyncing-text-box hr {
  border-color: #e30007;
  margin-top: 2px;
  margin-bottom: 5px;
}
.heading-text {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #5c7278;
}
h6.red-heading {
  font-size: 22px;
  color: #e30007;
  font-weight: 600;
}
.icon-text .media-body .media-heading {
  color: #e30007;
}
.directors-board {
  padding-top: 30px;
}
.director-box {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
.director-box .info {
  position: absolute;
  background-color: rgba(227, 0, 7, 0.8);
  padding: 10px;
  color: #fff;
  width: 100%;
  height: 21%;
  bottom: 0px;
  transition: ease all 0.3s;
}
.director-box .info h3 {
  font-size: 20px;
  line-height: 13px;
}
.director-box .info .position-list {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.director-box .info .position-list h4 {
  margin-bottom: 7px;
  font-size: 16px;
}
.director-box .info .position-list p {
  line-height: 18px;
  font-size: 13px;
  font-weight: 300;
}
.director-box:hover .info {
  height: 100%;
}
.title-dc {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.sub-title-dc {
  color: #e30007;
  margin-bottom: 15px;
}
.download-box {
  background-color: #f1f1f1;
  display: block;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  min-height: 110px;
}
.download-box h4 {
  font-size: 15px;
}
.download-box h4,
.download-box p {
  color: #222;
}
.download-box:hover {
  border-color: #e30007;
}
.download-box:hover h4 {
  color: #e30007;
}
.download-box p {
  font-size: 14px;
  color: #7e7e7e;
}
.up-animate {
  transform: rotate(180deg);
}
.scroll-down {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
  height: 48px;
  margin-left: -15px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.website-designed-by-webmaddy {
  /*Author : Webmaddy*/
  width: 100%;
}
@media (max-width: 1199px) {
  .director-box .info {
    height: 25%;
  }
}
@media (max-width: 991px) {
  .director-box .info {
    height: 22%;
  }
}
@media (max-width: 767px) {
  .director-box .info {
    height: 50px;
  }
  .segment-banner {
    position: static!important;
    height: auto!important;
  }
  .segment-banner .ab-content {
    position: static!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    transform: none!important;
  }
}
.navbar-menu {
  border-bottom: 1px solid #f1f1f1;
  min-height: 56px;
  background-color: #fff;
}
.navbar-menu .nav-logo {
  max-width: 120px;
  padding-top: 7px;
  padding-bottom: 5px;
}
.navbar-menu .sm-active {
  transform: none !important;
}
.navbar-menu button:focus {
  outline: none;
}
.navbar-menu .media {
  padding-top: 5px;
}
.navbar-menu .media .media-left {
  padding-right: 15px;
}
.navbar-menu .media h4 {
  font-size: 16px;
  margin-top: 6px;
  font-weight: 700;
  color: #e30007;
  margin-bottom: 0px;
  opacity: 0.9;
}
.navbar-menu .media p {
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  font-size: 10px;
  color: #e30007;
  line-height: 1;
  opacity: 0.8;
}
.logo {
  margin-top: 1px;
  max-width: 130px;
}
.hamburger {
  position: relative;
  z-index: 99999;
  padding: 15px 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 36px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 36px;
  height: 5px;
  background-color: #e30007;
  border-radius: 5px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  background-color: #e30007;
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  background-color: #e30007;
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
  -webkit-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::after {
  background-color: #e30007;
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
  background-color: #fff;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
  background-color: #fff;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
  background-color: #fff;
}
#sidemenu {
  background-image: url('../img/icon.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300px;
  position: absolute;
  background-color: #e30007;
  width: 300px;
  height: 100vh;
  top: 0px;
  right: 0px;
  transform-origin: 0% 0%;
  transform: translate(102%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow-x: hidden;
  overflow-y: scroll;
}
#sidemenu::-webkit-scrollbar {
  display: none;
}
#sidemenu .sm-cont {
  padding: 60px 20px 20px 20px;
}
#sidemenu .sm-cont h4 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
#sidemenu .sm-cont h4:hover {
  cursor: pointer;
}
#sidemenu h4 a {
  color: #fff;
}
#sidemenu ul.sidenav {
  padding: 0px;
  padding-left: 10px;
  list-style-type: none;
  margin: 0px;
}
#sidemenu ul.sidenav li {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 3px;
}
#sidemenu ul.sidenav li a {
  color: #fff;
  opacity: 0.9;
}
#sidemenu ul.sidenav li a:hover {
  opacity: 1;
}
#sidemenu ul {
  list-style-type: none;
  padding-left: 20px;
}
#sidemenu .glyphicon {
  font-size: 12px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-left: 5px;
}
.banner {
  height: 100vh;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner .banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .banner-content h2 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}
.banner .banner-inner {
  position: relative;
}
.banner .banner-inner #morph-bubble {
  position: absolute;
  top: -130px;
  left: -50px;
  z-index: -1;
  opacity: 0.7;
}
.banner .banner-inner #morph-bubble2 {
  position: absolute;
  top: -100px;
  left: -50px;
  z-index: -1;
  opacity: 0.8;
}
.banner .banner-inner .media .media-left {
  width: 100px;
}
.banner .banner-inner .media .media-left img {
  width: 80px;
}
.banner .banner-inner .media h3 {
  font-weight: 700;
  margin: 0px;
  color: #fff;
}
.banner .banner-inner .media h4 {
  font-weight: 700;
  margin: 0px;
  color: #fff;
  position: relative;
  top: -5px;
  line-height: 1;
}
.banner .banner-inner .media p {
  position: relative;
  top: -5px;
  margin-bottom: 0px;
  color: #fff;
}
.banner .bubble-bg {
  fill: #e30007;
}
.section-about .portfolio-box {
  margin-bottom: 20px;
}
.section-about .portfolio-box .media-left {
  min-width: 90px;
}
.section-about .portfolio-box .media-left img {
  max-width: 70px;
}
.section-about .portfolio-box h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 700;
  font-size: 15px;
}
.section-about .portfolio-box h4:after {
  content: "";
  height: 1px;
  background-color: #e30007;
  display: block;
  width: 40px;
  margin-top: 3px;
  margin-bottom: 4px;
}
.section-about .portfolio-box p {
  font-weight: 300;
  line-height: 1.2;
  font-size: 13px;
}
.section-numbers {
  padding-top: 0px;
}
.section-numbers .number-box h3 {
  font-size: 17px;
  line-height: 1;
  margin-top: 2px;
}
.section-numbers .number-box h3 span {
  font-weight: 400;
  font-size: 14px;
  color: #6c6c6c;
}
.section-numbers .number-box h4 {
  border-bottom: 1px solid #222;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
.section-numbers .number-box .value {
  color: #e30007;
  line-height: 1;
  font-size: 26px;
}
.section-numbers .number-box .value span {
  font-size: 55px;
}
.section-numbers .number-box p {
  line-height: 1.2;
  margin-bottom: 0px;
}
.section-numbers .number-box p span {
  font-size: 10px;
  color: #909090;
}
.section-chairman {
  background-position: center;
  background-size: cover;
  background-color: #ddd;
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
}
.section-chairman .message-box {
  border: 3px solid #fff;
  border-radius: 15px;
  color: #fff;
  padding: 50px 50px 50px 50px;
  position: relative;
}
.section-chairman .message-box h3 {
  line-height: 1.5;
}
.section-chairman .message-box .name {
  font-size: 20px;
}
.section-chairman .message-box .btn-white {
  position: absolute;
  bottom: -20px;
}
.section-chairman .dir-photo {
  z-index: 99;
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 500px;
}
.section-quater {
  padding-bottom: 30px;
}
.section-quater .title {
  margin-bottom: 30px;
}
.section-quater .nav-tabs {
  border-bottom: 4px solid #DDD;
}
.section-quater .nav-tabs > li.active > a,
.section-quater .nav-tabs > li.active > a:focus,
.section-quater .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.section-quater .nav-tabs > li {
  width: 25%;
  text-align: center;
}
.section-quater .nav-tabs > li > a {
  border: none;
  color: #666;
  font-size: 21px;
  font-weight: 700;
}
.section-quater .nav-tabs > li > a span {
  font-size: 14px;
  color: #949494;
  display: block;
  font-weight: 400;
}
.section-quater .nav-tabs > li.active > a,
.section-quater .nav-tabs > li > a:hover {
  border: none;
  color: #e30007 !important;
  background: #f9f9f9;
}
.section-quater .nav-tabs > li > a::after {
  content: "";
  background: #e30007;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -3px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.section-quater .nav-tabs > li.active > a::after,
.section-quater .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.section-quater .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.section-quater .tab-content {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.4;
}
.section-quater .tab-content .widget {
  font-size: 15px;
  font-weight: 300;
}
.section-quater .tab-content .widget img {
  margin-bottom: 10px;
  max-height: 110px;
}
.section-quater .tab-content .widget .media {
  font-weight: 300;
  font-size: 15px;
}
.section-quater .tab-content .widget-next-launch {
  font-weight: 400;
  line-height: 1.7;
}
.section-quater .tab-content .widget-next-launch img {
  margin-bottom: 10px;
  max-height: initial;
}
.section-quater .tab-content .widget-stock {
  font-weight: 400;
  line-height: 1.7;
}
.section-quater .tab-content .red-box {
  position: relative;
  padding-bottom: 30px;
}
.section-quater .tab-content .red-box .forbes-img {
  position: absolute;
  max-width: 100px;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .banner .banner-inner {
    max-width: 538px;
  }
}
@media (max-width: 767px) {
  .banner .banner-inner {
    max-width: 538px;
  }
  .banner .banner-inner h2 {
    font-size: 35px;
  }
  .dir-photo {
    border-radius: 0;
  }
}
@media (max-width: 479px) {
  .banner .banner-inner .media .media-left img {
    width: 44px;
    margin-top: 16px;
  }
  .banner .banner-inner #morph-bubble {
    top: -64px;
    left: -19px;
  }
  .banner .banner-inner #morph-bubble2 {
    top: -46px;
    left: -21px;
  }
  .banner .banner-inner .media p {
    font-size: 14px;
  }
}
.footer {
  background-color: #222;
  color: #cecece;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
}
.footer p {
  margin-bottom: 0px;
}
.footer .social-links a {
  display: inline-block;
  width: 20px;
  opacity: 0.4;
  margin-right: 15px;
}
.footer .social-links a img {
  width: 100%;
}
.footer .social-links a:hover {
  opacity: 1;
}
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  display: none;
}
.go-top img {
  width: 50px;
  transition: ease all 0.3s;
}
.go-top img:hover {
  transform: scale(1.2, 1.2);
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer .text-right {
    text-align: center;
  }
}
.section-segment .sub {
  font-size: 12px;
  color: #909090;
  font-weight: 300;
}
.segment-banner {
  min-height: 300px;
  background-color: #f1f1f1;
  position: relative;
}
.segment-banner .ab-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.segment-banner .blue-box {
  background-color: rgba(16, 195, 140, 0.5);
  border-radius: 5px;
  padding: 30px 20px 15px;
}
.segment-banner .value-box {
  text-align: center;
}
.segment-banner .value-box img {
  max-width: 100px;
  margin-bottom: 8px;
}
.segment-banner .value-box p {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
}
.segment-title {
  min-height: 65px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.segment-title .img {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  padding: 5px;
  border: 1px solid #e30007;
  float: left;
  margin-right: 5px;
}
.segment-title .img img {
  width: 100%;
}
.segment-title h4 {
  padding-top: 15px;
}
.segment-title h4:after {
  content: "";
  height: 1px;
  background-color: #e30007;
  display: block;
  margin-left: 67px;
  margin-top: 5px;
}
.segment-graph {
  margin-bottom: 15px;
  margin-top: 15px;
}
.segment-graph .graph-top {
  padding: 10px 20px;
  background-color: #e7e7e7;
}
.segment-graph .graph-top h4 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.segment-graph .graph-top h4 span {
  font-weight: 400;
}
.segment-graph .graph-top .tag-year {
  font-size: 13px;
  position: relative;
  top: 7px;
}
.segment-graph .graph-top ul.bar-line {
  background-color: #fff;
  height: 12px;
  border-radius: 6px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
.segment-graph .graph-top ul.bar-line li span {
  position: absolute;
  right: 0px;
  bottom: -19px;
  font-size: 11px;
  z-index: 99;
}
.segment-graph .graph-top ul.bar-line li:first-child {
  background-color: #222;
  height: 12px;
  border-radius: 6px;
  position: absolute;
  top: 0px;
  z-index: 2;
}
.segment-graph .graph-top ul.bar-line li:last-child {
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: #e30007;
  height: 12px;
  border-radius: 6px;
}
.segment-graph .graph-bottom {
  background-color: #bababa;
  padding: 5px 15px;
}
.segment-graph .graph-bottom .col-md-5 {
  font-size: 14px;
  margin-top: 2px;
}
.segment-graph .graph-bottom .col-md-5 .bud {
  display: inline-block;
  height: 14px;
  border-radius: 7px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.segment-graph .graph-bottom .col-md-5 .bud-red {
  background-color: #e30007;
}
.segment-graph .graph-bottom .col-md-5 .bud-black {
  background-color: #222;
}
.segment-graph .graph-bottom .col-md-5 .glyphicon {
  font-size: 12px;
}
.segment-graph .graph-bottom .col-md-5 .glyphicon-menu-down {
  color: #e30007;
}
.segment-graph .graph-bottom .col-md-5 .glyphicon-menu-up {
  color: green;
}
.about-banner {
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #fff;
}
.about-banner .ab-content {
  text-shadow: 0px 1px 2px #e30007;
}
.about-banner .ab-content h1 {
  margin-bottom: 15px;
}
.about-banner .ab-content p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.section-about .about-content {
  font-size: 15px;
}
.section-shareholding {
  background-color: #f1f1f1;
}
.section-shareholding .number-line {
  border-bottom: 1px solid #222;
  position: relative;
  padding-left: 50px;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #616161;
}
.section-shareholding .number-line span {
  position: absolute;
  left: 0px;
  font-weight: 700;
  font-size: 22px;
  color: #808080;
}
.section-shareholding .number-line span .glyphicon {
  font-size: 18px;
  color: #e30007;
}
.section-shareholding .number-line strong {
  font-size: 22px;
  color: #222;
}
.section-shareholding .media-mission h4 {
  color: #e30007;
  margin-bottom: 0px;
}
.section-shareholding .media-mission p {
  line-height: 1.3;
  font-size: 14px;
  color: #6b6b6b;
}
.section-shareholding .media-mission .media-left {
  width: 80px;
}
.section-shareholding .media-mission .media-left img {
  width: 70px;
}
.section-win .table img {
  width: 40px;
}
.section-win .table tr td:last-child {
  font-size: 14px;
}
.section-win .table tr td:nth-child(2) {
  font-weight: 700;
}
.section-win .table ul li {
  color: #222;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 991px) {
  .section-shareholding img {
    width: 50%;
    margin: 0 auto 30px;
  }
}
.csr-title {
  color: #e30007;
  border-bottom: 1px solid #e30007;
  margin-bottom: 15px;
}
.csr-title .glyphicon {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.section-education {
  padding-top: 0px;
}
.section-education .red-box img {
  margin-bottom: 10px;
}
.section-education .red-box p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}
.section-education .red-box .img-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.section-csr-numbers {
  padding-top: 0px;
}
.section-csr-numbers .number-box-7 {
  display: inline-block;
  width: 157px;
  text-align: center;
  vertical-align: top;
}
.section-csr-numbers .number-box-7 h3 {
  background-color: #e30007;
  color: #fff;
  padding: 2px 10px;
}
.section-csr-numbers .number-box-7 p {
  border-bottom: 1px solid #e30007;
  font-size: 14px;
  font-weight: 300;
  min-height: 50px;
  background-color: #f1f1f1;
}
.pricing {
  border-bottom: 2px solid #ff232a;
  max-width: 250px;
  margin-bottom: 20px;
}
.pricing h3 {
  padding: 4px 15px;
  background-color: #ff232a;
  color: #fff;
}
.satya-bharti-quality h2 {
  margin-bottom: 20px;
}
.satya-bharti-quality .box {
  padding: 20px 28px 13px;
  background-color: #e20010;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.satya-bharti-quality .yellow-box {
  margin-top: 60px;
  background-color: #789045;
  padding: 33px;
  padding-bottom: 23px;
  color: #fff;
  margin-bottom: 60px;
}
.satya-bharti-quality ul li {
  margin-bottom: 10px;
}
.satya-bharti-quality .gray-box {
  margin-top: 80px;
  background-color: #eaeaea;
  padding: 30px 36px;
}
.higher-education .highlighted-text {
  color: #e30007;
}
.higher-education .grey-box .highlighted-text {
  margin-bottom: 10px;
  display: block;
}
.higher-education .grey-box p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .pricing {
    margin: 0px auto 20px auto;
  }
}
/*
-------------------------------
Description:This less file used to design 
“message-from-the-chairman.less” page.
done by santanu, 13/7/2018
-------------------------------
*/
.full-width {
  background-color: #e30007;
  padding: 50px 0px;
}
.full-width p {
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
}
.full-width p span {
  font-size: 80px;
  display: block;
  line-height: .5;
  margin-top: 30px;
  margin-bottom: 24px;
}
.full-width-grey {
  background-color: #f1f1f1;
}
.full-width-grey p {
  color: #222;
}
.full-width-grey p span {
  font-weight: 700;
  color: #e30007;
}
.section-chairman-speech p {
  font-weight: 300;
}
.section-chairman-speech .highlighted {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.section-chairman-speech .Shareholders {
  color: #e30007;
  font-size: 18px;
  font-weight: 400;
}
.chairman-sign {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .section-chairman .message-box h3 {
    font-size: 20px;
    font-weight: 300;
  }
  .section-chairman .message-box {
    padding: 20px;
    position: relative;
  }
  .full-width p span {
    font-size: 50px;
  }
  .section-chairman .dir-photo {
    position: relative;
    border-radius: 50%;
    margin-bottom: 30px;
  }
}
/*
-------------------------------
Description:This less file used to design 
“Message from Managing Director” page.
done by santanu, 12/7/2018
-------------------------------
*/
.section-message {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-message p {
  font-weight: 300;
}
.section-message .parent-div2 {
  position: relative;
}
.section-message .parent-div2 .child-div2 {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-message .parent-div2 .child-div2 h3 {
  color: #e30007;
}
.section-message .director-img {
  border-radius: 8px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 30px;
}
.section-message .title {
  font-size: 36px;
}
.section-message .logo-transparent {
  position: absolute;
  top: 120px;
  z-index: 10;
  opacity: .2;
}
.section-message .title span {
  color: #b3b3b3;
  font-size: 30px;
}
/*
-------------------------------
Description:This less file used to design 
“Moving ahead on India’sDigitalization Journey” page.
done by santanu, 13/7/2018
-------------------------------
*/
.section-journey {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-journey .title {
  font-size: 41px;
  margin-bottom: 40px;
}
.section-journey .media {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-journey .media h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #e30007;
}
.section-journey .media h4 span {
  font-size: 16px;
  color: #252525;
}
.section-journey .media p {
  font-size: 15px;
  font-weight: 300;
}
.section-journey .media img {
  width: 50px;
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .media {
    height: auto !important;
  }
}
/*
-------------------------------
Description:This less file used to design 
“redefining-digital-banking-ecosystem” page.
done by santanu, 13/7/2018
-------------------------------
*/
.section-redefining {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-redefining .title {
  font-size: 41px;
  margin-bottom: 40px;
}
.section-redefining .title2 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.section-redefining .sm-p {
  font-size: 15px;
  padding-left: 15px;
}
.section-redefining .master-card {
  width: 100%;
  margin-top: 88px;
  margin-left: 15px;
}
.section-redefining .media {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-redefining .media img {
  width: 50px;
  margin-right: 10px;
}
.section-redefining .media p {
  font-weight: 300;
}
.section-redefining .bank-banner {
  background-color: #e30007;
  padding: 24px 20px;
  position: absolute;
  width: 600px;
  left: -15px;
}
.section-redefining .bank-banner img {
  width: 200px;
}
.section-redefining .pricing {
  border-bottom: 2px solid #ff232a;
  max-width: 300px;
  margin-bottom: 20px;
}
.section-redefining .pricing h3 {
  padding: 4px 15px;
  background-color: #e30007;
  color: #fff;
}
.section-redefining .pricing p {
  padding: 4px 15px;
  background-color: #eaeaea;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.section-redefining .red-border {
  position: absolute;
  padding: 80px 43px 68px 188px;
  background-color: #e30007;
  color: #fff;
  left: -30%;
}
.section-redefining .red-border p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.section-redefining .pricing-top {
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  img {
    width: 100%;
  }
  .section-redefining .red-border {
    position: relative;
    padding: 30px;
    width: 100%;
    left: auto;
    margin-bottom: 30px;
  }
  .section-redefining .red-border p {
    font-size: 15px;
  }
  .section-redefining .bank-banner {
    position: relative;
    width: 100%;
    left: auto;
  }
  .section-redefining .master-card {
    margin-top: 12px;
    margin-left: auto;
  }
  .section-redefining .bank-banner {
    margin-top: 30px;
  }
  .section-redefining .pricing-top {
    margin-top: 30px;
  }
}
.section-crowning {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-crowning .airtel-list li {
  font-weight: 300;
}
.section-crowning .airtel-list li span {
  color: #e30007;
}
.section-crowning .title {
  font-size: 50px;
  margin-bottom: 20px;
}
.section-crowning .title2 {
  margin-top: 30px;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e30007;
  font-weight: 700;
}
.section-crowning .img-box {
  margin-bottom: 30px;
}
.section-crowning .img-box img {
  margin-bottom: 10px;
}
.section-crowning .img-box p {
  font-size: 12px;
  font-weight: 300;
}
/*
-------------------------------
Description:This less file used to design 
“unlimited-entertainment.less” page.
done by santanu, 14/7/2018
-------------------------------
*/
.section-unlimited {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-unlimited .airtel-list li {
  font-weight: 300;
}
.section-unlimited img {
  width: 100%;
}
.section-unlimited .title {
  font-size: 46px;
  margin-bottom: 40px;
}
.section-unlimited p {
  font-weight: 300;
}
.section-unlimited .red-border {
  position: absolute;
  padding: 80px 250px 68px 91px;
  background-color: #e30007;
  color: #fff;
  width: 900px;
}
.section-unlimited .red-border p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
.section-unlimited h3 {
  color: #e30007;
  margin-bottom: 15px;
}
.section-unlimited ul {
  font-size: 15px;
}
.section-unlimited .bank-banner {
  background-color: #ec1d23;
  padding: 14px 20px;
  position: absolute;
  width: 630px;
  left: -15px;
}
.section-unlimited .bank-banner img {
  width: 200px;
}
.section-unlimited .pricing {
  border-bottom: 2px solid #ff232a;
  max-width: 300px;
  margin-bottom: 20px;
}
.section-unlimited .pricing h3 {
  padding: 4px 15px;
  background-color: #e30007;
  color: #fff;
}
.section-unlimited .pricing p {
  padding: 4px 15px;
  background-color: #eaeaea;
  font-size: 14px;
  line-height: 1.5;
}
.section-unlimited .key {
  margin-top: 136px;
  margin-bottom: 33px;
}
.section-unlimited2 {
  padding-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .section-unlimited .red-border {
    position: relative;
  }
  .section-unlimited .red-border {
    padding: 46px;
    width: 100%;
  }
  .section-unlimited .bank-banner {
    position: relative;
    width: 100%;
    left: auto;
    margin-top: 27px;
  }
  .section-unlimited .key {
    margin-top: 40px;
  }
}
/*
-------------------------------
Description:This less file used to design 
“our-business-and-value-creation-model” page.
done by santanu, 13/7/2018
-------------------------------
*/
.section-value-creation {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-value-creation .title {
  font-size: 50px;
  margin-bottom: 40px;
}
.section-value-creation .heading {
  padding: 12px 20px;
  width: 100%;
  background-color: #252525;
  border-radius: 4px;
  margin-bottom: 10px;
}
.section-value-creation .heading h4 {
  color: #fff;
  font-weight: 400;
}
.section-value-creation .red {
  background-color: #e30007;
}
.section-value-creation .gray {
  background-color: #d8d8d8;
}
.section-value-creation .light-green {
  background-color: #b1ffc4;
}
.section-value-creation .border {
  min-height: 193px;
  border-radius: 8px;
  border: 2px solid #ababab;
  padding: 20px;
  margin-top: 15px;
}
.section-value-creation .border h4 {
  margin-bottom: 10px;
}
.section-value-creation .border p {
  line-height: 1.4;
}
.financial-capital .grey-box {
  margin-bottom: 10px;
}
.financial-capital .grey-box h6 {
  font-size: 18px;
  color: #e30007;
  font-weight: 700;
}
.financial-capital .grey-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.financial-capital h6 {
  font-size: 18px;
  color: #e30007;
  font-weight: 700;
}
.financial-capital .africaSyncing-text-box p {
  font-weight: 300;
  margin-bottom: 30px;
}
.human-capital .circle-img {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.human-capital p {
  font-weight: 300;
}
.human-capital .airtel-list li {
  font-weight: 300;
}
.human-capital .top-highlight .highlight-box p {
  min-height: 80px;
}
.human-capital .hightlight-leader .highlight-box p {
  min-height: 130px;
}
.intellectual-capital .hr-grey {
  border-top-color: #adacac;
  margin-top: 5px;
  margin-bottom: 10px;
}
.intellectual-capital .intellectual-data img {
  width: 60%;
  margin: 0px auto;
}
.intellectual-capital .icon-text {
  margin-bottom: 15px;
}
.intellectual-capital .grey-box {
  margin-bottom: 15px;
}
.intellectual-capital p {
  font-weight: 300;
}
.manufactured-capital .mobile-services,
.manufactured-capital .homes-services,
.manufactured-capital .digital-services {
  padding: 10px;
  margin-bottom: 15px;
}
.manufactured-capital .mobile-services .highlight-box p,
.manufactured-capital .homes-services .highlight-box p,
.manufactured-capital .digital-services .highlight-box p {
  background-color: #fff;
}
.manufactured-capital .airtel-business {
  font-size: 13px;
  background-color: #E6E7E9;
  padding: 20px;
}
.manufactured-capital .airtel-business img {
  margin-bottom: 10px;
}
.manufactured-capital .airtel-business p {
  font-size: 15px;
  line-height: 1.8;
}
.manufactured-capital .airtel-business h3 {
  margin-top: 5px;
  color: #222;
}
.manufactured-capital p {
  font-weight: 300;
}
.mobile-money p {
  font-weight: 300;
}
.mobile-money .red-box {
  margin-bottom: 20px;
}
.mobile-money .red-box h4 {
  line-height: 24px;
}
.climate-change h5 {
  background-color: #6ebcb8;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.climate-change .text-box {
  background-color: #e4efee;
  padding: 30px 30px;
}
.climate-change .text-box .grey-box {
  background-color: #fff;
}
.natural-capital .text-sm {
  font-size: 13px;
}
.natural-capital p {
  font-weight: 300;
}
.natural-capital .natural-number {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.natural-capital .natural-number tr td:first-child {
  width: 30px;
  text-align: center;
  color: #fff;
  background-color: #e30007;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.natural-capital .natural-number tr td:last-child {
  background-color: #fff;
  padding: 5px 10px;
  font-weight: 300;
}
.natural-capital .airtel-list li {
  font-weight: 300;
}
.natural-table2 .natural-number tr {
  border-bottom: 2px solid #fff;
  font-size: 13px;
}
.natural-table2 .natural-number tr:first-child {
  border-top: 2px solid #fff;
}
.performance-highlights .performance-table {
  border-top: 1px solid #e30007;
  border-bottom: 1px solid #e30007;
}
.performance-highlights .performance-table .table-heading {
  text-align: right;
  color: #e30007;
  font-weight: 700;
  border-bottom: 1px solid #e30007;
}
.performance-highlights .performance-table table tr {
  font-size: 14px;
  font-weight: 300;
}
.performance-highlights .performance-table table tr .performance-heading {
  color: #e30007;
  font-weight: 700;
  background-color: #f7f7f7;
}
.performance-highlights table,
.performance-highlights tr,
.performance-highlights td {
  border-width: 1px;
}
.risk-management-table {
  margin-top: 30px;
  background-color: #E6E7E9;
}
.risk-management-table tr .numbering {
  background-color: #e30007;
  color: #fff;
}
.risk-management-table tr .potential-td {
  color: #e30007;
  font-weight: 300;
}
.risk-management-table tr td:last-child {
  font-weight: 300;
}
.risk-management-table th,
td {
  border: 4px solid #fff;
  padding: 10px;
}
.risk-management p {
  font-weight: 300;
}
.social-relationship-capital p {
  font-weight: 300;
}
.corporate-information img {
  margin-bottom: 30px;
}
.corporate-information .africaSyncing-text-box {
  margin-top: 30px;
}
.corporate-information .africaSyncing-text-box .text-dark {
  color: #333333;
}
.integrated-strategy-banner .ab-content {
  left: 15%;
}
.integrated-strategy .icon-box {
  display: block;
  margin-top: 30px;
}
.integrated-strategy .icon-box img {
  width: 100px;
  margin: 0 auto;
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
  transition: ease all 0.3s;
}
.integrated-strategy .icon-box hr {
  width: 50px;
  border-top: 2px solid #e30007;
}
.integrated-strategy .icon-box h5 {
  color: #5f5e5e;
  transition: ease all 0.3s;
}
.integrated-strategy .icon-box:hover img {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
}
.integrated-strategy .icon-box:hover h5 {
  color: #e30007;
}
.key-highlights-box .bank-banner {
  background-color: #EC1D23;
  position: static;
  width: auto;
}
.key-highlights-box .bank-banner img {
  width: 200px;
}
.key-highlights-box .grey-box .highlight-box h4 {
  font-size: 24px;
  background-color: #fff;
}
.key-highlights-box .grey-box .highlight-box h4 span {
  font-size: 20px;
}
.key-highlights-box .grey-box .highlight-box p {
  font-size: 16px;
  background-color: #E4EFEE;
}
@media (max-width: 479px) {
  .section-quater .tab-content .widget img {
    width: 100%;
  }
  .section-quater .nav-tabs li a {
    font-size: 13px;
  }
  .section-quater .nav-tabs li a span {
    font-size: 12px;
    color: #616060;
  }
}
