@media (max-width: 991px) {					
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 991px) {					
  .bg-black {
    background-image: url(../../img/polygon.png);
    background-attachment: scroll;
    background-position: top;
    background-repeat: repeat;
    background-color: #000;
  }
  .arrow-1 {
    display: none;
  }
}

@media (max-width: 991px) {					
  .badge {
    font-size: 12px !important;
  }
}

@media (max-width: 991px) {					
  .nav-item {
    color: #fff !important;
  }		
}

@media (max-width: 991px) {					
  .box {
    width: 127px !important;
  }
  .stats-container{
    padding: 40px 100px !important
  }
  .stats-box{
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .stats-box{
    margin-left:auto;
    margin-right: auto;
    float: left !important;
    font-size: 30px !important;
  }
  .stats-box>h3>strong {
    font-size: 30px !important;
  }
  .without-bg{
    float: left;
    font-size: 65px !important;
    margin: 2% 0;
    display: none;
  }
  .stats-container{
    padding: 40px 0!important;
  }
}

@media (max-width: 991px) {					
  .header .header-first #logo {
    height: 57px !important; 
    width: 170px !important;
  }	
  .navbar-dark .navbar-nav .nav-link {
    color: #b0b0b0 !important;
  }
  .navbar-nav .dropdown-menu li a {
    color: #b0b0b0 !important;
  }
}

@media (max-width: 991px) {					
  .fixed-header-on .header-first #logo {
    filter: invert(0) !important;
    filter: alpha(opacity=60) !important;
    opacity: 0.6 !important;
  }
}

@media (max-width: 991px) {					
  .hidden-md-up {
    padding: 12px 0 12px 0 !important;
  } 
}

@media (max-width: 991px) {					
  .dropdown-toggle {
    color: #fff !important;
  }
}

@media (max-width: 991px) {					
  .nav-link {
    color: #fff !important;
  }
}

@media (max-width: 991px) {					
  .scrollToTop {
    color: #ffffff !important;
    position: fixed !important;
    bottom: 68px !important;
    right: 15px !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center !important;
    cursor: pointer !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    z-index: 1005 !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;	
  }
}

@media (max-width: 991px) {					
  .rounded-circle {
      width: 40% !important;
      margin-left: 30% !important;
  }
}

@media (max-width: 991px) {					
  .testimonial {
      font-size: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {					
  .without-bg {
      font-size: 25px !important;
  }
}

@media (max-width: 991px) {					
  .feature-box {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
  }
}

@media (max-width: 991px) {					
  h3 strong {
      font-size: 15px !important;
      margin-bottom: 5px !important;
  }
}

@media (max-width: 991px) {					
  .testimonial-info-2 {
      font-size: 12px !important;
      margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .down-arrow {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent; 
    border-right: 20px solid transparent; 
    border-top: 25px solid rgb(235, 235, 235); 
    position: absolute;
    left: 50%; 
    margin-left: auto; 
    margin-right: auto; 
    z-index: 2;
  }
  .hidden-section {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mb {
    padding: 70px 50px 70px 50px;
  }
  .icon-left-side {
    width: 70px;
    font-size: 50px;
    text-align: center;
    margin-right: 22px;
    float: left;
    color: #222;
  }
  .bold-black {
    font-weight:bold;
    color:#000;
    text-transform:uppercase;}
}