:root {
  --blue: #5b9bd5;
}
.navbar {
  background-color: #292f38!important;
}
.navbar .btn {
    margin: 4px 0;
    padding: 6px 16px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    border-radius: 3px;
      background: var(--blue);

    color: #fff !important;
}
.navbar .btn:hover{
  background: #fff;
  color: var(--blue)!important;
}
/*.banner1 h1{
  color: #ffffff!important;
  font-size: 48px!important;
}
.banner1 p{
  color: #ffffff!important;
  font-size: 16px;
}
.banner1 a{
  background: #ffffff;
  font-weight: 600;
}
.banner1 a:hover{
  border: 1px solid #ffffff!important;
  color: #ffffff!important;
}*/
.banner-text p a.btn {
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 10px;
    background: var(--blue);
}
.banner-text p a.btn:hover {
     border: none;
    color: var(--blue);
}
.game-section .owl-carousel .owl-dots .owl-dot:after {
  background-color: #cccccc;
}
.testimony-section{
   background-color: #f3f5f7;
}
.footerbottom {
       padding: 10px 0;
       background-color: #353d48!important;
}
.footerbottom p{
  margin-bottom: 0;
  padding-bottom: 0;  
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.cmc{
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
  align-content: center;
  gap: 20px;
}
.cmcbox {
    width: 18.5%;
    background-color: #ffffff;
    padding: 20px;
    transition: 0.5s ease;
    margin-top: 20px;
    border-radius: 10px;
    filter: grayscale(0.5);
    box-shadow: 0 0 10px #20181830;
}
.cmcbox:hover{
   filter: grayscale(0);
    box-shadow: none;
}
.cmcbox h2{
  font-size: 20px;
  line-height: 1.1;
  color: #1a1a1a;
   transition: 0.5s ease;
   padding-top: 20px;
   margin-bottom: 0;
}
.cmcbox:hover h2{
  color: #333;
}
.bg-img{
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.ap{
  margin-top: 0;
}
.icon-box{
  text-align: center;
}

.myaccordion {
  
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
.myaccordion .card{
    border-radius: 0;
    margin: 2px 0;
}
.myaccordion .card h2{
  line-height: 1;
}
.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
  padding-top: 7px;
  padding-bottom: 14px;
  border-radius: 0;
  margin: 2px 0;
  text-transform: none;
}

.myaccordion .fa-stack {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 11px;
    color: var(--blue);
}

.myaccordion .btn {
    width: 100%;
    text-transform: none;
    font-weight: bold;
    color: #666666;
    padding: 0;
    padding-right: 35px;
    line-height: 1.5;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: normal;
    box-shadow: none!important;
    text-align: left!important;
    font-family: "Cabin Condensed", sans-serif;

}
.myaccordion button.active{
  color: blue!important;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}


.card-body{
  padding: 0;

}
.card-body ul li a{
  color: #333333;
  padding-left: 25px;
}

.card-body ul li a:hover{
  color: var(--blue);
  background: none;
}
.banner-text h4{
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
}

/*============ Counter =============*/


.counter
{
    text-align: center;
}

.counter-count
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}

p.counter-count{
  margin: 0;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
p.counter-count::after {
  content: " +";
  display: inline-block;
  position: absolute;
  color: #000000;
  font-size: 38px;
}
.counter{
  padding-top: 50px;
}
.count-up {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  transition: 0.6s ease;
}
.count-up:hover{
  box-shadow: 0 0 7px #00000015;
}
.count-up h3{
  font-size:24px;
  margin-bottom: 0;
  transition: 0.5s ease;
}
.count-up:hover h3{
   color: var(--blue);
}
/*#prg-counter h3.prg-count {
  border: 5px solid blue;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}*/
.bannerinn p{
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bannerinn p i{
    font-size: 11px;
}
.bannerinn p a{
  color: #ffffff;
}
.bannerinn h1{
  font-size: 48px;
  color: #fff;
}

/* Mobile menu */

  
        .desktop-notice {
            display: none;
        }
        
        /* Mobile menu styles */
        .mobile-menu {
/*            background-color: #333;*/
            color: #fff;
            position: absolute;
            width: 100%;
            top: 0;
            left:0;
            z-index: 100;
        }
        
        .menu-top {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0 15px;
        }
        
        .menu-title {
            font-size: 18px;
            font-weight: bold;
            display: none;
        }
        
        .menu-toggle {
            background: none;
            border: none;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
        }
        
        .menu-items {
            display: none;
            background-color: #444;
            overflow: hidden;
        }
        
        .menu-items.active {
            display: block;
        }
        
        .menu-item {
            border-bottom: 1px solid #555;
        }
        .menu-item > a {
          color: #fff;
          text-decoration: none;
          padding: 5px 15px;
          display: block;
        }
        .menu-item-with-submenu > a {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .dropdown-toggle {
          font-size: 22px;
          line-height: 1;
      }
        .submenu {
            background-color: #555;
            display: none;
        }
        
        .submenu.active {
            display: block;
        }
        
        .submenu-item {
            border-bottom: 1px solid #3f6f9b;
            background-color: #4a81b3;
        }
        
        .submenu-item:last-child {
            border-bottom: none;
        }
        
        .submenu-item > a {
            color: #ddd;
            text-decoration: none;
            padding: 5px 15px;
            display: block;
            font-size: 13px;
        }
        
        .submenu-item-with-submenu > a {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .sub-submenu {
            background-color: #666;
            display: none;
        }
        
        .sub-submenu.active {
            display: block;
        }
        
        .sub-submenu-item {
            border-bottom: 1px solid #777;
        }
        
        .sub-submenu-item:last-child {
            border-bottom: none;
        }
        
        .sub-submenu-item > a {
            color: #ccc;
            text-decoration: none;
            padding: 5px 15px;
            display: block;
            font-size: 14px;
        }
        
        .content {
            margin-top: 60px;
            padding: 20px;
        }
        
        /* Desktop styles */
        @media (min-width: 991px) {
            .mobile-menu {
                display: none;
            }
            
            .desktop-notice {
                display: block;
                text-align: center;
                padding: 20px;
                background-color: #f0f0f0;
                margin: 20px;
                border-radius: 5px;
            }
        }
        .d1-flex {
          display: flex;
        }