body {
  font-family: 'Lato'; }
 .mt-20 {
  margin-top: 20px !important;
}
.mt-40 {
  margin-top: 40px !important; 
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.margin-top10{
  margin-top: 10px!important;
}
.margin-top20{
  margin-top: 20px!important;
}
.margin-top30{
  margin-top: 30px!important;
}
.b-0 {
  border: 0 !important; }

.relative {
  position: relative;
}

.flex-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

/** NAVRBAR **/
.custom-navbar {
  background-color: #fff;
  min-height: 100px;
  margin-bottom: 0; 
}
.custom-navbar .navbar-brand {
  height: auto; 
}
.custom-navbar .navbar-brand img {
      width: 65px; 
    }
.custom-navbar .navbar-nav {
  margin-top: 30px; 
}
.custom-navbar .navbar-nav li a {
  color: #3d5b81;
  font-weight: 500;
  transition: all 0.2s ease-in-out; 
}
.custom-navbar .navbar-nav li a.signIn {
  border: 1px solid #3c5a80;
  padding: 2px 10px;
  border-radius: 4px;
  margin-top: 11px; 
}
.custom-navbar .navbar-nav li a.signIn:hover {
  background: #3c5a80;
  color: #fff; 
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #3d5b81;
  font-weight: bold; 
}

.navbar-default .navbar-nav > .current > a {
  background: none;
  color: #3d5b81;
  font-weight: bold; 
}
.navbar-default .navbar-nav>li>a>i{
  color:#ff6934;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}


.dropdown-menu.aboutmenu>.active>a, 
.dropdown-menu.aboutmenu>.active>a:focus{
    color: #3d5b81;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
.navbar-nav .open .dropdown-menu>li>a {
  padding: 6px 20px;
}
.navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-nav .open .dropdown-menu>li>a:focus {
  background: #3d5b81 !important;
  color:#fff !important;
}
.navbar-nav .open .dropdown-menu:before{
  border-bottom-color: #000 !important;
}
.navbar-nav .open .dropdown-menu:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
    z-index: 1;
}
.navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #fff !important;
}
.navbar-nav .open .dropdown-menu:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
    z-index: 2;
}

@media (min-width: 768px){
  .navbar-right .dropdown-menu {
      right: -20px;
      left: auto;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu:before,
  .navbar-nav .open .dropdown-menu:after {
    display: none;
  }
}


/** VIDEO-BANNER **/
.video-banner-section {
  padding: 50px 0;
  height: 600px;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  /* background: url(/web/20181126020503im_/http://zeusworldcast.in/assets/img/video-img.png); */
  background: #293241; 
  }
.video-banner-section .video-banner-heading {
  position: absolute;
  color: #fff;
  top: calc(100% - -220px);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 1px 4px #293241;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
}
#videoZeus {
  position: absolute;
  z-index: 0;
  top: 0;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1280px) {
  .section-about {
    padding: 160px 20px;
  }
}

@media only screen and (min-width: 800px) {
  .section-about {
    padding: 80px;
  }
}

/*=============BACKGROUNG IMAGE BANNER =============*/
.group-section {
  position: relative;
  min-height: 460px;
  padding: 50px 0;
  background: #293241; 
}
.group-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(61, 90, 128, 0.63), rgba(61, 90, 128, 0.63));
    opacity: 0.8;
}

.banner-section {
  position: relative;
  min-height: 460px;
  padding: 50px 0;
  background: #293241; 
}
.banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to left, rgba(61, 90, 128, 0.63), rgba(61, 90, 128, 0.63));*/
    opacity: 0.8;
}


.about-us-bg {
  background: url(../images/zeus-about-us.png) no-repeat;
  background-size: cover;
  background-position: 100% 30%;
}

.group-bg {
  position: relative;
  background: url(../images/banner.png) no-repeat center;
  background-size: cover;
  background-position: 100% 20%;
  background-color: rgba(0,0,0,.5);
}

.ondemand-bg {
  background: url(../images/on-demand-bg-img.png) no-repeat;
  background-size: cover;
  background-position: 100% 70%;
}
.mediaManagement-bg {
  background: url(../images/management-bg-img.png) no-repeat;
  background-size: cover;
  background-position: 100% 70%;
}
.distribution-bg {
  background: url(../images/distribution-bg-img.png) no-repeat;
  background-size: cover;
  background-position: 100% 70%;
}
.zeus-career-bg {
  background: url(../images/carrers-bg-img.png) no-repeat;
  background-size: cover;
  background-position: 100% 70%;
}


.banner-section .banner{
  text-align: center;
}
.banner-section .banner .blogIcon-img{
  width: 100%;
  max-width: 230px;
  display: inline-block;
}
.banner-section .banner h2 {
  color: #fff;
  text-align: center;
  font-weight: 400; 
  text-shadow: 1px 1px 4px #293241;
}
.banner-section .banner p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  text-shadow: 1px 1px 4px #293241;
}



/** COMMON SECTION **/
.common-section {
  padding: 50px 0; }
  .common-section .section-heading {
    color: #345679;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin: 30px 0;
   }
   .common-section .section-heading>p {
    margin-bottom: 20px;
   }
  .common-section .section-heading-2 {
    color: #3c5a80;
    font-weight: 400; 
    margin: 80px 0 50px;
  }

.card {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 15px 25px;
  text-align: center;
  min-height: 450px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center; 
  transition: all 0.4s ease-in-out;
}
  .card .service-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin: 20px auto; }
    .card .service-icon img {
      max-width: 100%;
      max-height: 100%; }
  .card .service-info {
    display: table;
    width: 100%;
    margin-bottom: 25px; }
  .card .service-title {
    color: #3c5a80;
    display: table;
    width: 100%; 

  }
  .card:focus, .card:hover {
    -webkit-transform: scale(1.025,1.025);
    transform: scale(1.025,1.025);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2), 0px -3px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
  }

/** GET IN TOUCH SECTION **/
.getInTouch-section {
  padding: 70px 0 100px;
  background: #293241;
  color: #fff;
  text-align: center; }
  .getInTouch-section p {
    font-size: 20px;
    font-weight: 400;
    margin: 25px 0 35px; }
  .getInTouch-section h1 {
    font-weight: 300;
    font-size: 50px; }

  .getInTouch-section .text-name{
    font-size: 22px;
    font-weight: 400;
    color:#495468;
    /*margin: 10px 0 10px; */
  }

/** playout-section **/
.playout-section {
  padding: 90px 0;
  height: 600px;
  background: url(../images/playOut-section-Bg.jpg)no-repeat center;
  background-size: cover;
  color: #fff; 
  position: relative;
  overflow: hidden;
}

.container h1 {
    color: white;
}
  .playout-section .section-heading {
    word-spacing: 2px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px; }
  .playout-section .playout-card .text-banner {
    font-weight: 400;
    font-size: 18px;
    padding: 15px;
    padding-right: 45px;
    height: 110px;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; 
  }
  .playout-section .playout-card .text-banner.playout {
    background: #3d5b81;
    color: rgba(255, 255, 255, 0.8); }
  .playout-section .playout-card .text-banner.channelMark {
    background: #99c1da;
    color: rgba(41, 50, 65, 0.9); }
  .playout-section .playout-card .text-banner.channelDerivative {
    background: #dffbfc;
    color: rgba(41, 50, 65, 0.9); }
  .playout-section .playout-card .text-banner.channelReady {
    background: #293241;
    color: rgba(255, 255, 255); }
.playout-section .playout-card .playout-info {
  padding: 10px 0;
  min-height: 200px; }
.playout-section .playout-card .link {
  color: #ff6934;
  font-weight: 600; }

/** FOOTER SECTION **/
.footer-section {
  padding: 70px 0;
  font-size: 16px; }
  .footer-section ul {
    padding-left: 0;
    list-style: none; }
    .footer-section ul li a {
      position: relative;
      display: block;
      padding: 3px 4px 3px 15px;
      font-style: italic;
      color: #3c5a80; }
      .footer-section ul li a:before {
        content: "\f105";
        font-family: fontAwesome;
        position: absolute;
        left: 0;
        top: 2;
        font-size: 18px;
        color: #ff6934;
        font-style: normal; }
  .footer-section label {
    color: #293241; }
  .footer-section .footer-logo {
    width: 60px;
    display: inline-block;
    /*float: right;*/ }

/** globalBrand-section **/
.globalBrand-section {
  text-align: center;
  padding: 90px 0 120px; 
}
.globalBrand-section .col-sm-4 {
   border-right: 1px solid #eee; 
 }
.globalBrand-section .encompas-div {
   text-align: center;
   margin: 45px 0 25px; 
 }
.globalBrand-section .encompas-div img {
   max-width: 220px; 
 }
.globalBrand-section .media-card {
   max-width: 240px;
   margin: 0 auto; 
 }
.globalBrand-section .media-card .media-card-icon {
   width: 100px;
   height: 100px;
   text-align: center;
   line-height: 100px;
   margin: 20px auto; 
 }
.globalBrand-section .media-card .media-card-icon img {
   max-width: 100%;
   max-height: 100%; 
 }
.globalBrand-section .media-card .media-score {
   color: #3c5a80; 
   font-size: 40px;
 }
.globalBrand-section .media-card .media-info {
   font-style: italic;
   color: #3c5a80;
   font-size: 16px;
   margin-bottom: 0; 
 }

	  
/** ABOUT PAGES **/
	 .page-content {
  font-size: 16px;
  font-weight: 300;
}
.page-content .left-nav-list {
  margin-top: 78px;
}
.page-content .left-nav-list .nav-pills>li {
  float: none;
  display: block;
}
.page-content .left-nav-list .nav-pills>li>a {
  color: #ccc;
}
.page-content .left-nav-list .nav-pills>li>a:hover {
  background: transparent;
}
.page-content .left-nav-list .nav-pills>li.active>a, 
.page-content .left-nav-list .nav-pills>li.active>a:focus, 
.page-content .left-nav-list .nav-pills>li.active>a:hover {
  color: #3d5b81;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}

.page-content .content-bg-left {
  border-left: 1px solid rgba(0,62,94,.2);
}
.page-content .nav-description {
  padding: 20px 0px 30px 20px;
  min-height: 375px;
}
.page-content .nav-description .page-title {
  color: #3e5a81;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 18px;
}
.page-content .nav-description p {
  color: #8a8a8a;
  margin-bottom: 0;
  text-align: justify;
}

.page-content .nav-description .about-client .leaders-div {
   position: relative;
   height:100px;
   padding: 10px 10px 10px 110px;
   margin: 20px 0;
}
.page-content .nav-description .about-client ul.list {
   margin-top: 10px;
   padding-left: 0;
   list-style: none;
}
.page-content .nav-description .about-client ul.list li{
   color: #8a8a8a;
   text-align: justify;
}
.page-content .nav-description .about-client ul.list li>a{
   font-size: 16px;
   font-style: italic;
   color: #3c5a80;
}
.page-content .nav-description .about-client .client-img {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
}

.page-content .nav-description .about-client .leaders-div .leader-name {
  color: #ff6831;
  font-size: 16px;
  margin-bottom: 5px;
}
.page-content .nav-description .about-client .leaders-div p {
  font-size: 14px;
}

/*======== Careers-Div ========*/
.careers-div {
  padding: 60px 0 70px;
}
.careers-div .title{
  color: #3e5a81;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
} 
.careers-div p{
  color: #3d5a80;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
} 
.become-MCD-div {
  background: #f4f4f4;
  padding: 60px 0 70px;
}
.become-MCD-div .title{
  color: #3e5a81;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.become-MCD-div p{
  color: #3d5a80;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
} 

ul.list {
  margin: ;
  list-style: none;
  padding-left: 0;
  color: #293241;
}
ul.list>li {
  font-size: 17px;
  line-height: 2.0;
  font-weight: 400;
}
ul.list>li>.fa-check {
  color: #ff581c;
  margin-right: 10px;
  font-size: 14px;
}
ul.zeusPilot-ul>li{
  color:#3e5a81;
  font-weight: 300;
}
ul.zeusPilot-ul>li>.fa-stop {
  color: #ff581c;
  font-size: 8px;
  margin-right: 8px;
}

.saprater-hr{
  margin-top: 50px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid rgba(0,62,94,.2);
}	  
/*==================================*/
.btn-read, .btn-read:focus {
  background: #ff6934;
  color: #fff;
  border-radius: 20px;
  min-width: 120px;
  transition: all 0.2s ease-in-out;
  padding: 10px 18px;
  outline: 0; }
  .btn-read:hover, .btn-read:focus:hover {
    color: #fff;
    background: #f74f13;
    outline: 0; }

.btn-secondry, .btn-secondry:focus {
  background: #3c5a80;
  color: #fff;
  border-radius: 4px;
  min-width: 190px;
  transition: all 0.2s ease-in-out;
  padding: 10px 18px;
  font-size: 20px;
  outline: 0; }
  .btn-secondry:hover, .btn-secondry:focus:hover {
    color: #fff;
    background: #2c4c75;
    outline: 0; }


/*======== Social Media ICON CSS ==========*/

.footer-section .footer-social-icons {
    font-size: 14px;
    margin: 8px 0px;
}
.footer-section .footer-social-icons a i {
    text-decoration: none;
}
.footer-section .footer-social-icons a i {
    display: inline-block;
    vertical-align: top;
    /*margin-right: 5px;*/
    padding: 5px;
    text-align: center;
    min-width: 16px;
    color: #ffffff;
    background: #000;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.footer-section .footer-social-icons a:hover i {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
.footer-section .footer-social-icons a i {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

.footer-section .footer-social-icons a .fa-facebook {
    background-color: #4161a2;
}
.footer-section .footer-social-icons a:hover .fa-facebook {
    background-color: #4161a2;
    border-color: #4161a2;
}
.footer-section .footer-social-icons a .fa-linkedin {
    background-color: #0279b3;
}
.footer-section .footer-social-icons a:hover .fa-linkedin {
    background-color: #0279b3;
    border-color: #0279b3;
}

/*.footer-section .footer-social-icons a:hover .fa-google-plus {
    background-color: #d1432f;
    border-color: #d1432f;
}
.footer-section .footer-social-icons a:hover .fa-twitter {
    background-color: #09aeec;
    border-color: #09aeec;
}*/

/*================== Media Query Css =====================*/
@media only screen and (max-width: 767px) {
  .about-us-bg {
    background-position: 0% 30%;
  }
  .card {
    min-height: auto;
    margin-bottom: 15px; }

  .footer-logo {
    float: none !important;
    margin-bottom: 20px; }

  .globalBrand-section {
    text-align: center; }
    .globalBrand-section .col-sm-4 {
      border-width: 0 0 1px 0 !important;
      border-style: solid;
      border-color: #eee;
      padding: 0px 15px 25px; }

  .playout-section {
    min-height: 400px;
    height: auto; }
    .playout-section .playout-card {
      margin-bottom: 30px;
      text-align: center; }
      .playout-section .playout-card .text-banner {
        height: auto;
        padding-top: 15px;
        line-height: 1; }
      .playout-section .playout-card .playout-info {
        min-height: auto; } 
	
	.page-content .col-sm-9 {
		border-left: 0px solid #e1e1e1;
		border-top: 1px solid #e1e1e1;
	}
	.page-content .left-nav-list {
		margin-top: 0px;
	}
	.navbar-toggle {
		margin-top:38px;
	}
	.custom-navbar .navbar-nav li a.signIn {
		border: 1px solid #3c5a80;
		background:#3c5a80;
		margin-top: 11px;
		width: 90px;
		text-align: center;
		margin: 10px auto;
		color:#fff;
	}
  .banner-section .banner .blogIcon-img{
    max-width: 190px;
  }
  .page-content .nav-description {
    padding: 0;
  }
  .careers-div, .become-MCD-div {
    padding: 0;
  }
}

/*==================*/
@media only screen and (max-width: 1280px) {
  .video-banner-section {
    height: 480px;
  }
  .video-banner-section .video-banner-heading {
    top: calc(100% - -150px);
  }
}



/** For DIGIT COUNTER **/

.digit {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 42px;
    width: 25px;
}
/*@media only screen and (max-width: 799px) {
  .digit {
    font-size: 1.375rem;
    width: 0.8rem;
  }
}*/
@media only screen and (min-width: 800px) {
  .digit {
    
  }
}
.digit--animated {
  position: relative;
  display: inline-block;
  width: 100%;
  animation-duration: 6s;
  animation-timing-function: cubic-bezier(0.15, 0.75, 0.45, 1);
  animation-iteration-count: infinite;
}
[data-digit="0"] .digit--animated {
  animation-name: spin0;
  top: 0;
}
@keyframes spin0 {
  0% {
    top: -9em;
  }
  40% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
[data-digit="0"] + [data-digit="0"] .digit--animated {
  animation-name: slowSpin0;
}
@keyframes slowSpin0 {
  0% {
    top: -3em;
  }
  40% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
[data-digit="0"] + [data-digit="0"] + [data-digit="0"] .digit--animated {
  animation-name: fastSpin0;
}
@keyframes fastSpin0 {
  0% {
    top: -7em;
  }
  40% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
[data-digit="1"] .digit--animated {
  animation-name: spin1;
  top: -1em;
}
@keyframes spin1 {
  0% {
    top: -9em;
  }
  40% {
    top: -1em;
  }
  100% {
    top: -1em;
  }
}
[data-digit="2"] .digit--animated {
  animation-name: spin2;
  top: -2em;
}
@keyframes spin2 {
  0% {
    top: -9em;
  }
  40% {
    top: -2em;
  }
  100% {
    top: -2em;
  }
}
[data-digit="3"] .digit--animated {
  animation-name: spin3;
  top: -3em;
}
@keyframes spin3 {
  0% {
    top: -9em;
  }
  40% {
    top: -3em;
  }
  100% {
    top: -3em;
  }
}
[data-digit="4"] .digit--animated {
  animation-name: spin4;
  top: -4em;
}
@keyframes spin4 {
  0% {
    top: -9em;
  }
  40% {
    top: -4em;
  }
  100% {
    top: -4em;
  }
}
[data-digit="5"] .digit--animated {
  animation-name: spin5;
  top: -5em;
}
@keyframes spin5 {
  0% {
    top: -9em;
  }
  40% {
    top: -5em;
  }
  100% {
    top: -5em;
  }
}
[data-digit="6"] .digit--animated {
  animation-name: spin6;
  top: -6em;
}
@keyframes spin6 {
  0% {
    top: -9em;
  }
  40% {
    top: -6em;
  }
  100% {
    top: -6em;
  }
}
[data-digit="7"] .digit--animated {
  animation-name: spin7;
  top: -7em;
}
@keyframes spin7 {
  0% {
    top: -9em;
  }
  40% {
    top: -7em;
  }
  100% {
    top: -7em;
  }
}
[data-digit="8"] .digit--animated {
  animation-name: spin8;
  top: -8em;
}
@keyframes spin8 {
  0% {
    top: -9em;
  }
  40% {
    top: -8em;
  }
  100% {
    top: -8em;
  }
}
[data-digit="9"] .digit--animated {
  animation-name: spin9;
  top: -9em;
}
@keyframes spin9 {
  0% {
    top: 0;
  }
  40% {
    top: -9em;
  }
  100% {
    top: -9em;
  }
}

.quick-fact__digits {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.quick-fact__digits .digit {
  position: relative;
}
.quick-fact__digits .digit:first-child:nth-last-child(4):nth-child(2),
.quick-fact__digits .digit:first-child:nth-last-child(4) ~ .digit:nth-child(2) {
  width: 32px;
  text-align: right;
}
.quick-fact__digits .digit:first-child:nth-last-child(4):nth-child(2):before,
.quick-fact__digits .digit:first-child:nth-last-child(4) ~ .digit:nth-child(2):before {
  content: '.';
  position: absolute;
  left: -1px;
}
@media only screen and (min-width: 800px) {
  .quick-fact__digits .digit:first-child:nth-last-child(4):nth-child(2),
  .quick-fact__digits .digit:first-child:nth-last-child(4) ~ .digit:nth-child(2) {
    width: 34px;
  }
  .quick-fact__digits .digit:first-child:nth-last-child(4):nth-child(2):before,
  .quick-fact__digits .digit:first-child:nth-last-child(4) ~ .digit:nth-child(2):before {
    left: -2px;
  }
}
.quick-fact__digits .digit:first-child:nth-last-child(5):nth-child(3),
.quick-fact__digits .digit:first-child:nth-last-child(5) ~ .digit:nth-child(3) {
  width: 34px;
  text-align: right;
}
.quick-fact__digits .digit:first-child:nth-last-child(5):nth-child(3):before,
.quick-fact__digits .digit:first-child:nth-last-child(5) ~ .digit:nth-child(3):before {
  content: '.';
  position: absolute;
  left: -1px;
}
@media only screen and (min-width: 800px) {
  .quick-fact__digits .digit:first-child:nth-last-child(5):nth-child(3),
  .quick-fact__digits .digit:first-child:nth-last-child(5) ~ .digit:nth-child(3) {
    width: 32px;
  }
  .quick-fact__digits .digit:first-child:nth-last-child(5):nth-child(3):before,
  .quick-fact__digits .digit:first-child:nth-last-child(5) ~ .digit:nth-child(3):before {
    left: -2px;
  }
}
.quick-fact__digits .digit:first-child:nth-last-child(6):nth-child(4),
.quick-fact__digits .digit:first-child:nth-last-child(6) ~ .digit:nth-child(4) {
  width: 1.2rem;
  text-align: right;
}
.quick-fact__digits .digit:first-child:nth-last-child(6):nth-child(4):before,
.quick-fact__digits .digit:first-child:nth-last-child(6) ~ .digit:nth-child(4):before {
  content: '.';
  position: absolute;
  left: -1px;
}
@media only screen and (min-width: 800px) {
  .quick-fact__digits .digit:first-child:nth-last-child(6):nth-child(4),
  .quick-fact__digits .digit:first-child:nth-last-child(6) ~ .digit:nth-child(4) {
    width: 2.5rem;
  }
  .quick-fact__digits .digit:first-child:nth-last-child(6):nth-child(4):before,
  .quick-fact__digits .digit:first-child:nth-last-child(6) ~ .digit:nth-child(4):before {
    left: -2px;
  }
}
.img_cheeta{
  height: 120px;
  width: 350px;
}
/*
     FILE ARCHIVED ON 02:05:03 Nov 26, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:12:13 Jul 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.672
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.015
  esindex: 0.014
  cdx.remote: 8.638
  LoadShardBlock: 123.861 (3)
  PetaboxLoader3.datanode: 108.614 (4)
  PetaboxLoader3.resolve: 108.309 (2)
  load_resource: 134.249
*/