@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'), url('../fonts/Tondo-Light.svg#Tondo-Light') format('svg');
  font-weight: 300;
  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'), url('../fonts/Tondo-Regular.svg#Tondo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@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'), url('../fonts/Tondo-Bold.svg#Tondo-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Tondo', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  padding-left: 60px;
  background-image: url('../img/dots-bg.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 260px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:hover {
  text-decoration: none;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.font400 {
  font-weight: 400;
}
.text-lg {
  font-size: 18px;
  font-weight: 400;
}
.text-grey {
  color: #646c74;
}
.text-red {
  color: #ed1c24;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-menu {
  background-color: #ed1c24;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  z-index: 99;
}
.mobile-menu .brand-logo {
  max-width: 100px;
  display: inline-block;
  float: left;
  padding-top: 14px;
  margin-left: 15px;
}
.mobile-menu .humburger {
  display: inline-block;
  float: left;
}
.side-menu-bar {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: fixed;
  background-color: #ed1c24;
  width: 60px;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
}
.side-menu-bar .brand-logo {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  max-width: 60px;
  padding-left: 16px;
  padding-right: 18px;
  padding-top: 20px;
  top: 50px;
  display: inline-block;
}
.side-menu-bar .report-name {
  color: #fff;
  transform: rotate(-90deg);
  font-size: 11px;
  width: 310px;
  position: absolute;
  bottom: 150px;
  left: -125px;
}
.side-menu-bar .report-name span {
  font-weight: 700;
}
.humburger {
  padding: 10px ;
  position: relative;
  width: 60px;
  height: 24px;
  cursor: pointer;
  display: block;
  margin-top: 15px;
}
.humburger span {
  position: absolute;
  display: inline-block;
  width: 38px;
  height: 2px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.humburger span:last-child {
  bottom: 0;
}
.humburger span:first-child {
  top: 0;
}
.humburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.humburger:hover span:last-child {
  bottom: 50%;
  transform: translateY(50%);
}
.humburger:hover span:first-child {
  top: 50%;
  transform: translateY(-50%);
}
.hum-open span:last-child {
  bottom: 10px;
  transform: rotate(45deg);
}
.hum-open span:first-child {
  top: 11px;
  transform: rotate(-45deg);
}
.hum-open span:nth-child(2) {
  opacity: 0;
}
.hum-open:hover span:last-child {
  bottom: 10px;
  transform: rotate(45deg);
}
.hum-open:hover span:first-child {
  top: 11px;
  transform: rotate(-45deg);
}
.hum-open:hover span:nth-child(2) {
  opacity: 0;
}
.content-header {
  padding: 30px;
}
.content-header h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.content-header h1 span {
  background-color: #ed1c24;
  color: #fff;
}
.content-header h4.sub-title {
  background-color: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding: 4px 10px 2px;
  position: relative;
  top: -5px;
}
.air-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 38px;
}
.air-title span {
  background-color: #ed1c24;
  color: #fff;
}
.page-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.breadcrumb-outer .breadcrumb {
  padding: 5px 15px;
  display: inline-block;
  color: #ccc;
  font-weight: 400;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  margin-bottom: 0px;
}
.breadcrumb-outer .breadcrumb a {
  color: #333;
}
.breadcrumb-outer .breadcrumb li + li:before {
  color: #ed1c24;
}
.slidemenu {
  background-color: #2a2a2a;
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding-left: 60px;
  left: -320px;
}
.slidemenu .slidemenu-content {
  height: 100vh;
  overflow-y: auto;
  padding: 20px;
  color: #fff;
}
.slidemenu .slidemenu-content h4 {
  opacity: 1;
  position: relative;
  font-size: 17px;
  margin-bottom: 10px;
  color: #ed1c24;
  cursor: pointer;
}
.slidemenu .slidemenu-content h4 .glyphicon {
  float: right;
  font-size: 13px;
  position: relative;
  top: 5px;
}
.slidemenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}
.slidemenu ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  color: #bfbaba;
  padding-bottom: 5px;
  padding-top: 5px;
}
.slidemenu ul li a:hover {
  color: #fff;
}
.dark-bg {
  background-color: #3f3f3f;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.dark-bg h2 {
  line-height: 1.2;
}
.dark-bg .header h1 {
  font-weight: 400;
  font-size: 40px;
}
.dark-bg .header h1 span {
  background-color: #ed1c24;
}
.p-cirle {
  position: relative;
  margin-bottom: 30px;
}
.p-cirle strong {
  position: relative;
  z-index: 1;
}
.p-cirle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ed1c24;
  position: absolute;
  z-index: 0;
  left: -14px;
  top: -10px;
}
.air-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.air-list li {
  position: relative;
  padding-left: 15px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.3;
}
.air-list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background-image: url('../img/air-list.png');
  background-size: cover;
}
.btn {
  text-transform: uppercase;
  padding: 10px 20px 9px;
}
.btn-dark {
  background-color: #222;
  color: #fff;
}
.btn-dark:hover {
  background-color: #000;
  color: #fff;
}
.copyright {
  background-color: #080808;
  color: #949494;
  padding: 15px 0px;
  font-size: 12px;
}
.copyright p {
  margin-bottom: 0px;
}
.no-border {
  border: none !important;
}
.preloader {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1.5s;
  z-index: 999999;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layers {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #222;
  transition-delay: 1s;
}
.preloader .layers span {
  width: 100%;
  height: 33.4%;
  position: absolute;
  left: 0;
  background: #ed1c24;
}
.preloader .layers span:nth-child(1) {
  top: 0;
  transition-delay: 0.5s;
}
.preloader .layers span:nth-child(2) {
  top: 33.33333%;
  transition-delay: 0.75s;
}
.preloader .layers span:nth-child(3) {
  top: 66.66666%;
  transition-delay: 1s;
}
.preloader .content-center {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.preloader h5.name {
  color: #fff;
  opacity: 1;
  position: relative;
  top: 0;
  font-weight: 400;
}
.preloader #loading-bar {
  opacity: 1;
  height: 3px;
  width: 300px;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
}
.preloader #loading-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  width: 0%;
  transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
}
.preloader .percentage {
  opacity: 1;
  color: #fff;
  position: absolute;
  z-index: 8;
  font-weight: 500;
  left: 0;
  right: 0;
  font-size: 18px;
  text-align: center;
  top: 67%;
  transform: translateY(-50%);
  letter-spacing: 2px;
}
.preloader .logo-opener img {
  max-width: 200px;
  margin-bottom: 10px;
}
.preloader .text-giant {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-size: 200px;
  position: absolute;
  font-weight: 700;
  line-height: 1;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.2;
}
.preloader #particle {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
}
.page-loaded .percentage,
.page-loaded #loading-bar,
.page-loaded h5.name,
.page-loaded .logo-opener,
.page-loaded .text-giant {
  opacity: 0;
  top: -50px;
}
.page-loaded .preloader {
  left: -100%;
}
.page-loaded .preloader .layers {
  left: -100%;
}
.page-loaded .preloader .layers span {
  left: -100%;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body {
    padding-left: 0px;
  }
  h2 {
    font-size: 28px;
  }
  h1 {
    font-size: 32px;
  }
  h4 {
    font-size: 17px;
  }
  .air-title {
    font-size: 24px;
  }
  .content-header {
    padding: 30px 0px;
    margin-top: 60px;
  }
  .page-content {
    padding: 30px 0px;
  }
  .content-header h1 {
    font-size: 32px;
  }
  .slidemenu {
    width: 300px;
    padding-left: 0px;
  }
  .slidemenu .slidemenu-content {
    padding-top: 80px;
  }
}
.change-leader-header {
  background-color: #ed1c24;
  padding-top: 30px;
  padding-bottom: 30px;
}
.change-leader-header .img-airtel {
  margin-bottom: 30px;
}
.change-leader-header h1 {
  color: #7e0c10;
}
.change-leader-header h4 {
  color: #fff;
  font-weight: 400;
}
.change-leader-header p {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}
.page-change-leaders {
  padding-top: 30px;
  padding-bottom: 30px;
}
.year-box {
  margin-bottom: 20px;
}
.year-box .line {
  height: 2px;
  background-color: #ed1c24;
  max-width: 100px;
  margin-bottom: 10px;
}
.year-box img {
  border: 1px solid #ed1c24;
  margin-bottom: 15px;
}
.year-box h4 {
  background-color: #ed1c24;
  color: #fff;
  padding: 4px 10px;
  font-size: 17px;
  display: inline-block;
  position: relative;
}
.year-box h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: -1;
  right: -15px;
  top: -15px;
  background-image: url('../img/dots-bg.jpg');
  background-size: 170px;
}
.page-endearing .pink-box {
  background-color: #ffeded;
  padding: 20px 15px 14px;
  font-weight: 400;
}
.page-endearing .pink-box span {
  color: #ed1c24;
}
.page-endearing .campaign-africa {
  background-color: #fff;
  padding: 0;
}
.page-endearing .row-africa h2 {
  background-color: #ed1c24;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  margin-bottom: 5px;
}
.campaign-area {
  background-color: #f1f1f1;
  padding: 15px;
  margin-bottom: 30px;
}
.campaign-area h2 {
  background-color: #ed1c24;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  margin-bottom: 5px;
}
.campaign-area .campaign-box img {
  border: 1px solid #ed1c24;
  margin-bottom: 5px;
}
.campaign-area .campaign-box .date {
  color: #ed1c24;
  font-weight: 400;
}
.campaign-area .campaign-box p {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
}
.campaign-area .campaign-box p span {
  color: #ed1c24;
}
.amb-box {
  margin-bottom: 30px;
}
.amb-box img {
  border: 1px solid #ed1c24;
  margin-bottom: 5px;
}
.amb-box h4 {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  font-size: 14px;
}
.amb-box p {
  font-weight: 400;
  margin-bottom: 5px;
}
.page-inspiring .text-intro {
  margin-top: 30px;
}
.insp-box {
  margin-bottom: 30px;
}
.insp-box img {
  border: 1px solid #ed1c24;
  margin-bottom: 5px;
}
.insp-box p {
  font-size: 14px;
  line-height: 1.3;
}
.insp-box p span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.insp-box h2 {
  line-height: 1;
  font-size: 36px;
  font-weight: 400;
  color: #ed1c24;
}
.inspi-red-box {
  background-color: #ed1c24;
  padding: 10px;
}
.inspi-red-box h2 {
  color: #fff;
}
.grey-bg {
  background-color: #dfdfdf;
  padding: 15px;
  color: #222;
  margin-bottom: 30px;
}
.grey-bg h4 {
  color: #ed1c24;
  font-weight: 700;
  font-size: 22px;
}
.page-corporate-info h4 {
  color: #ed1c24;
  font-size: 18px;
}
.page-corporate-info ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 15px;
  font-size: 14px;
}
.page-corporate-info ul li {
  margin-bottom: 7px;
}
.page-corporate-info p {
  font-size: 14px;
}
.home-banner {
  height: 100vh;
  background-size: cover;
  background-position: center right;
  background-color: #f1f1f1;
  position: relative;
}
.home-banner .giant-text {
  position: absolute;
  font-size: 350px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #ed1c24;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0.3;
  max-width: 400px;
  text-align: center;
}
.home-banner .giant-text span {
  font-size: 140px;
}
.home-banner .container-outer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.home-banner .img-girl {
  max-width: 280px;
}
.home-banner .girl-picture {
  position: relative;
}
.home-banner .red-box {
  max-width: 400px;
  margin-top: 240px;
  top: 50%;
  right: -100px;
}
.home-banner .red-box .banner-logo {
  max-width: 200px;
  margin-bottom: 5px;
}
.home-banner .red-box h3 {
  color: #ed1c24;
  font-size: 50px;
  font-weight: 700;
  border-bottom: 1px solid #222;
}
.home-banner .red-box p {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 26px;
  color: #222;
}
.home-banner .red-box span {
  font-size: 12px;
}
.home-about {
  background-color: #ed1c24;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-about h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.home-about h2 {
  color: #6c1717;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.home-message {
  padding: 50px 0px;
}
.home-message h3 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
  border-bottom: 1px solid #ed1c24;
}
.home-message h3 span {
  font-weight: 700;
}
.home-message .cite-icon {
  max-width: 60px;
}
.home-message .quote {
  color: #ed1c24;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}
.home-value-creation {
  background-color: #222;
  padding-top: 50px;
}
.home-value-creation .v-title {
  color: #fff;
  display: inline-block;
  background-color: #ed1c24;
  padding: 8px 15px;
  margin-bottom: 30px;
}
.home-value-creation .value-box {
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
.home-value-creation .value-box img {
  display: inline-block;
  width: 90px;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.home-value-creation .value-box p {
  color: #fff;
  font-weight: 700;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.home-value-creation .value-box:hover img {
  transform: scale(1.05);
}
.home-value-creation .value-box:hover p {
  color: #ed1c24;
}
@media only screen and (max-width: 768px) {
  .container-outer {
    margin-top: 30px;
  }
  .home-banner .red-box {
    background-color: #ed1c24;
    padding: 25px 15px;
    margin-top: 0px;
  }
  .home-banner .red-box .banner-logo {
    display: none;
  }
  .home-banner .red-box h3 {
    font-size: 28px;
    color: #fff !important;
  }
  .home-banner .red-box p {
    font-size: 18px;
  }
  .home-banner .red-box span {
    color: #fff;
  }
  .home-about h2 {
    font-size: 28px;
  }
  .home-message h3 {
    font-size: 26px;
  }
  .home-message .quote {
    font-size: 20px;
  }
}
.director-box {
  margin-bottom: 30px;
}
.director-box img {
  margin-bottom: 10px;
}
.director-box h4 {
  font-size: 17px;
  color: #ed1c24;
  margin-bottom: 0px;
  line-height: 1.2;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.img-responsive {
  width: 100%;
}
.bg-gray {
  background-color: #EEEFF1;
}
.features1 {
  background-color: #ed1c24;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
}
.features1 h2 {
  font-size: 40px;
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
}
.features1 h2 small {
  color: #fff;
}
.features1 p {
  margin-bottom: 0px;
}
.risk-table ul li {
  font-size: 26px;
  font-weight: 600;
}
.risk-table ul li span {
  font-weight: 400;
}
.risk-table .white {
  padding: 40px 24px;
  width: 30%;
}
.risk-table .bg {
  padding: 50px 35px;
  background: #f2f3f5;
  color: #565656;
  font-size: 20px;
  font-weight: 400;
}
.bod {
  position: relative;
  max-width: 280px;
}
.bod .black {
  background: #000;
  width: 181px;
  height: 280px;
  position: relative;
  top: -7px;
  left: -7px;
  z-index: -1;
  position: absolute;
}
.bod .red {
  background: #ed2624;
  color: #fff;
  padding: 7px 22px;
  position: absolute;
  bottom: -24px;
  left: -20px;
  min-width: 260px;
}
.bod .red h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
.bod .red h4 {
  font-size: 14px;
}
.pink-box {
  background-color: #ffeded;
  padding: 20px 15px 14px;
  font-weight: 400;
}
.circle {
  background: #ed1c24;
  border-radius: 50%;
  height: 250px !important;
  width: 250px !important;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.circle .content {
  color: #fff;
  position: absolute;
  top: 45%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68%;
}
.circle .content h3 {
  font-size: 18px;
}
.circle .content h2 {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1.2;
}
.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .bp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mt0 {
  margin-top: 0;
}
.black-bg {
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}
.black-line {
  height: 1px;
  width: 100%;
  margin: 40px 0;
  background-color: #000000;
}
.red-line {
  height: 1px;
  width: 100%;
  margin: 40px 0;
  background-color: #ed1c24;
}
.red-border {
  border: 1px solid #ed1c24;
}
.red-bg {
  background-color: #ed1c24;
}
.white-bg {
  background-color: #ffffff;
  padding: 15px;
  color: #222;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.grey-color-bg {
  background-color: #e6e7e8;
}
.light-orange-color-bg {
  background-color: #fcede5;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.light-grey-color-bg {
  background-color: #f1f1f2;
}
.bg-padding {
  padding: 14px 20px 20px;
}
.bg-padding-eq {
  padding: 15px;
}
.text-grey {
  font-weight: 400;
}
.text-grey span {
  background-color: #ed1c24;
  color: #fff;
}
.text-grey span.black {
  background-color: #000000;
  color: #fff;
  padding: 0 10px;
}
.text-white {
  color: #ffffff;
}
.center {
  text-align: center;
}
.number-count-box {
  position: relative;
  min-height: 120px;
  max-width: 260px;
  margin-bottom: 30px;
}
.number-count-box .num {
  color: #d41118;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
.number-count-box .num span {
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.number-count-box p {
  font-size: 14px;
  color: #222;
  position: relative;
  z-index: 2;
}
.number-count-box:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 8px solid #eeeff0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 40px;
}
.number-count-box-white {
  position: relative;
  min-height: 120px;
  max-width: 260px;
  margin-bottom: 30px;
}
.number-count-box-white .num {
  color: #d41118;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
.number-count-box-white .num span {
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.number-count-box-white p {
  font-size: 14px;
  color: #222;
  position: relative;
  z-index: 2;
}
.number-count-box-white:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 8px solid #ffffff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 40px;
}
.number-count-box-black {
  position: relative;
  min-height: 120px;
  max-width: 260px;
  margin-bottom: 30px;
}
.number-count-box-black .num {
  color: #d41118;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
.number-count-box-black .num span {
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.number-count-box-black p {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.number-count-box-black:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 8px solid #2b2b2b;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 40px;
}
.box-bg {
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
}
.box-bg-border {
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
}
.box-bg-border:before {
  content: " ";
  background-image: radial-gradient(circle at 2.5px, #000000 1.25px, rgba(255, 255, 255, 0) 2.5px), radial-gradient(circle, #000000 1.25px, rgba(255, 255, 255, 0) 2.5px), radial-gradient(circle at 2.5px, #000000 1.25px, rgba(255, 255, 255, 0) 2.5px), radial-gradient(circle, #000000 1.25px, rgba(255, 255, 255, 0) 2.5px);
  background-position: top, right, bottom, left;
  background-size: 8px 6px, 0px 15px;
  background-repeat: repeat-x, repeat-y;
  position: absolute;
  top: -7px;
  width: 100%;
  left: 7px;
  height: 2px;
}
.box-bg-border:after {
  content: " ";
  background-image: radial-gradient(circle at 2.5px, #000000 1.25px, rgba(255, 255, 255, 0) 2.5px), radial-gradient(circle, #000000 1.25px, rgba(255, 255, 255, 0) 2.5px), radial-gradient(circle at 2.5px, #000000 1.25px, rgba(255, 255, 255, 0) 2.5px), radial-gradient(circle, #000000 1.25px, rgba(255, 255, 255, 0) 2.5px);
  background-position: top, right, bottom, left;
  background-size: 15px 7px, 6px 7px;
  background-repeat: repeat-x, repeat-y;
  position: absolute;
  top: -3px;
  width: 2px;
  right: -7px;
  height: 100%;
}
.small-cap {
  line-height: 14px;
  margin-top: 5px;
}
.outcomes-bg {
  padding: 5px 14px;
  min-height: 534px;
}
.outcomes-bg .arrow-text {
  text-align: center;
  margin-bottom: 0;
}
.outcomes-bg .arrow-text small {
  float: left;
}
.outcomes-bg .arrow-text-left {
  text-align: left;
}
.outcomes-bg .extra-small {
  font-size: 12px;
}
.covid {
  font-size: 40px;
}
.human-box {
  border-left: 1px solid #ed1c24;
  margin-left: 20px;
  padding-left: 20px;
}
.human-box-height {
  min-height: 284px;
}
.air-list {
  padding-left: 10px;
}
.air-list li {
  padding-bottom: 10px;
}
.air-list-sub {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.air-list-sub li {
  position: relative;
  padding-left: 15px;
  display: block;
  margin-top: 10px;
  line-height: 1.3;
}
.air-list-sub li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background-image: url(../img/air-list-sub.png);
  background-size: cover;
}
.year-box-tp h4 {
  background-color: #ed1c24;
  color: #fff;
  padding: 4px 10px;
  font-size: 17px;
  display: inline-block;
  position: relative;
}
.year-box-tp h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -15px;
  top: -15px;
  background-image: url(../img/dots-bg-tp.png);
  background-size: 170px;
}
.year-box h4 {
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
* Compiled in Prepros
* Author - Webmaddy
* Version - 4.7
*/
