.mobile-menu .menu-box {
    background: #04503b;
}
.image_block_one .image-box .image img {
    border-radius:5%;
}

.test-category img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:10px;
}
.partner img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:10px;
    margin: 10px 0;
}
.all_page_banner .slide-item {
    padding: 200px 0;
}
.branches .our_center_box_1{
    background-color: rgb(6, 65, 143);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border-bottom: 5px solid #08dd61;
}
.branches .our_center_box_2{
    background-color: rgb(143, 100, 6);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border-bottom: 5px solid #312929;
}
.branches .our_center_box_3{
    background-color: rgb(143, 6, 143);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border-bottom: 5px solid #11c1a0;
}
.branches{
    margin-bottom: 50px !important;
}
.branches .map_btn{
    background-color: #690707;
    padding: 8px 25px;
    font-size: 15px;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
    font-weight: 500;
    color: #ddfdff;
}

.about_box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;
    border-radius: 10px;
}
.video-btn i.vdo_icon{
    font-size: 50px !important;
    color: #f7f1e1;
    transition:1s ease-in;
}
.card-custom {
    border-bottom: 5px solid #0f9d68;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
  }

  .card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
  }

  .card-icon {
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
  }

  .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
  }

  .card-text {
    font-size: 0.95rem;
    color: #555;
  }
  .test-card.hidden {
    display: none;
}
.show_all_less_btn{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 40px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.show_all_less_btn:after {
  content: "";
  background-color: #e6aa07e1;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 5px;
  left: 5px;
  transition: 0.2s;
}

.show_all_less_btn:hover:after {
  top: 0px;
  left: 0px;
  border:0px;
}
.working-block-two .inner-box .icon-box .icon {
    background-color: #086e49;
    border-radius: 10px;
}
.main-menu .navigation > li.dropdown > a:before {
    content: "\f0d7";
}


.clients-section .clients-logo img {
    border-radius: 10px;
}


.clients-section .clients-logo img {
    border-radius: 10px;
}
.clients-section .clients-logo img {
	opacity:1;
}

.main-header .menu-right-content .btn-box a {
    padding: 4px 20px;
    margin-right: 5px;
}

















@media (min-width: 768px) {
  .show_all_less_btn {
    padding: 8px 20px;
  }
}































/*------------------------media-----------------------*/


@media (max-width: 576px)
 { /*----media opener----*/


.header-top .top-inner p {
    font-size: 11px;
}

.all_page_banner .slide-item {
    padding: 125px 0 20px 0;
}
.banner-carousel .content-box h2 {
font-size:30px;
}








} /*---media closer---*/

/*----------------media*----------------------/