.about-image-quote h4 {
    color: #fff;
    font-size: 35px;
}

.about-image-quote h5 {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-weight: 300;
}

.about-image-quote {
    max-width: 100%;
    /*float: right;*/
    margin-right: 0;
    margin-top: 20px;
    flex-direction:column;
    justify-content:center;
}

.about-box.card {
    background:#000;
    border:1px solid #fff;

    position:relative;
} 

.about-box.card .about-box-content{
    background:transparent;
    max-height: 350px;
    overflow-y: auto;
     width:100%;
    padding:0px 10px 0px 0px;
} 


.about-box.card table tr td {
    padding: 5px 10px;
    font-size: 14px;
}


/**about box customized scroll css start**/


/* width */
.about-box.card .about-box-content::-webkit-scrollbar {
  width: 10px;
}


/* Track */
.about-box.card .about-box-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; 
  border-radius: 10px;
  margin:0px 0px;
}
 
/* Handle */
.about-box.card .about-box-content::-webkit-scrollbar-thumb {
  background: #00CF0C; 
  border-radius: 5px;
}

/* Handle on hover */
.about-box.card .about-box-content::-webkit-scrollbar-thumb:hover {
  background: #00CF0C; 
}


/**about box customized scroll css end**/




.about-image-quote h3.tagline {
   
    font-size: 72px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    line-height:90px;
}

/*.about-image-quote h3.tagline img {*/
/*    width: 34px;*/
/*    margin-top: -67px;*/
/*}*/


.about-image-quote h3.tagline img.quote-left {
    width: 34px;
    margin-top: -55px;
    margin-right:-20px;
}

.about-image-quote h3.tagline img.quote-right {
    width: 34px;
    margin-top: 23px;
    margin-left:-20px;
}

.about-image-quote h3.tagline img {
    width: 34px;
    margin-top: -67px;
}


.about-image-quote h3.tagline img {
    width:40px;
}


img.img-fluid.pb-4.about-image {
    width: 100%;
   margin-left: -24%;
   float:left;
}

.mainclr {
    color: #00CF0C !important;
}




.quick-fix {
    color: #01b145;
    font-size: 30px;
    line-height: 20px !important;
    display: block;
    text-decoration: none;
    height: 90px;
}

.quick-fix i {
    float: left;
    margin-left: 20px;
    margin-right: -25px;
}

.quick-fix-one {
    line-height: 35px !important;
}


/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    border-bottom: 1px solid silver !important;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #333;
    border-bottom: 1px solid silver !important;
    top: 100%;
    left: 8px;
    right: 8px;
    z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

  

  .leaderboardscore .score-main-card h4{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
	height: 80px;
}
 .leaderboardscore .score-main-card{ min-height: 100px; width: 105px !important;
margin: auto;}

.leaderboardscore .score-main-card .pie{
	--w: 75px;
}
.leaderboardscore .score-main-card .pie:before{
	mask: radial-gradient(farthest-side, #0000 calc(140% - var(--b)), #000 calc(100% - var(--b)));
}
.leaderboardscore .score-main-card .pie:after{
	inset: calc(65% - var(--b)/2);
}

/* .leaderboardscore table*/

.leaderboardscore th{
    color: #fff;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #eeeeee30 !important;
    
}

.leaderboardscore td{
    text-align: center;
    color: #fff;
    vertical-align: middle;
    
    border-left: 1px solid #eeeeee17 !important;
}


#chdata nav.nav{ box-shadow: none !important;}
#chdata #tutorial-video {
  margin-top: -121px;
  margin-bottom: 20px;
  max-width: 600px;
}
#chdata #nav-tab{
  width: 100%;
}
#chdata #nav-tab .nav-link{
  width: 100%;
  background-color: #000 !important;
  border: none;
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}

#chdata #nav-tabContent .tab-pane h3{
  color: #17bf47;
  font-size: 30px;
}
#chdata #nav-tabContent .tab-pane p{
  color: #fff;
}



/*************
Home Page Changes 
**************/


.textspan{
    fill: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-family: "Montserrat", serif;
    font-weight:800;
}
    
.mt-30{
    margin-top:30px;
}

.bg-text.is-inview {
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
}
.bg-text {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    transition: .8s all;
    will-change: transform;
}


.bg-text svg {
    width: 104.5%;
}

.bg-text svg text {
    fill: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-family: "Montserrat", serif;
    font-weight:800;
}

.bg-text svg text {
    transition: .3s all;
}

.mt-95{
   margin-top: -95px !important;
}

.zin-1{
    
    z-index:-1;
    
}