
.bg-dark {
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
/* .navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
} */

/* normal state */
.main-navbar{
  position: relative;
  transition: all 0.3s ease;
}

/* scroll ke baad */
.main-navbar.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  background: #212529; /* bg-dark */
}

.dark-overlay:before {
    background: rgba(0, 0, 0, 0.2) !important;
}
.square{
    width: 30px;
    height: 38px;
    background-color: #2196F3;
    border-radius: 18px 18px 0px 0px;

}
.counter-border{
    /*border: 1px solid #846455;*/
    /*border-radius: 85px 85px 0px 0px;*/
    box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.1);
  border: 1px solid #0093e3;
}
.inner-service{
    background-color: white;
}
.about-counter1{
    border: 1px solid #0093e3;
   
    border-radius: 84px 84px 0 0;
}
.about-counter2{
    margin-bottom: 36px !important;
}
.director .table td {
    padding: 5px 10px !important;
    color: white;
    font-size: 13px;
   
}
.client .table td, .table th {
    padding: 0.25rem !important;
   
}
.client .table {
    font-weight: 600 !important;
    font-size: 12px !important;
}
.client .table thead th, .client1 {
    color: #0291de;
    font-size: 14px !important;
}
.carrer-ts{
    font-size: 18px;
    margin-bottom: 5px;
    color: #846455;
    text-transform: capitalize;
}
.ms-68{
    margin-left: 68px;
}
.ms-58{
    margin-left: 58px;
}
.ms-46{
    margin-left: 46px;
}
.ms-50{
    margin-left: 50px;
}

@media (max-width: 575px) {
    .ms-68{
        margin-left: 0px;
    }
    .ms-58{
        margin-left: 0px;
    }
    .ms-46{
        margin-left: 0px;
    }
    .ms-50{
        margin-left: 0px;
    }
    
}
/*.dropdown-menu {*/
/*    left: -72px !important;*/
/*}*/
