
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
body{
    font-family: 'SolaimanLipi', sans-serif;
}
.a_link{
    text-decoration:none;
}
.carousel-indicators{
    display:none;
}
.navbar {
    padding:0;
}
.pageSection{
    padding:50px 0;
}
.navbar-nav .nav-item .nav-link{
    font-size:18px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#33C303;
}
.navbar-nav .nav-item .active{
    font-size:20px;
    font-weight:bold;
}
.title_1 h1 b{
    color:#44BB19;
}

.carousel-caption p {
    font-size:2rem;
    font-weight:bold;
}
.carousel-caption h3 {
    font-size:4rem;
}
.everySection{
    padding:50px 0;
    background:#fff;
}
.homeImg{
    border-radius:10px;
}
.content p{
    text-align:justify;
}
.content_btn a {
  color: #fff;
  background: #44BB19;
  padding: 10px 30px;
  border-radius: 30px;
  text-align: center;
    transition:.5s;
}
.content_btn a:hover {
  transition:.5s;
  color: #000;
  border:1px solid #000;
  background: #fff;
  padding: 10px 30px;
  border-radius: 0px;
  text-align: center;
}
.service {
  background: #F1F5FD;
}
.title_body {
  padding-bottom: 30px;
}
.title_body {
  text-align: center;
}
.card_box {
  padding: 10px 15px;
  transition: .5s;
}
.card-img {
  text-align: center;
  padding: 15px 0;
}
.card-header, .card-footer {
  background: transparent;
    background-color: transparent;
  text-align: center;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}
.card_content {
  height: 120px;
  width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}
.card_btn {
  width: 100%;
  text-align: center;
  padding: 15px 10px;
}

.card_btn a {
  color: #fff;
  background: #000;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: center;
}
.card_btn a {
  text-decoration: none;
  display: block;
}
.card_box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  z-index: 1;
  transition: .5s;
}
.counterBox {
  text-align: center;
}
.counter {
  font-size: 100px;
  font-weight: bold;
  color: #fff;
}
.counter_suffix {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
}
.shapeBox h4 b {
  color: #fff;
}

.listBox li a {
  text-decoration: none;
  color: #000;
}
ul, ul li{
    list-style:none;
}
ul,ol{
    padding-left:0;
}
.footer_menus{
    text-align:center;
}
.footer_menus a{margin-right:10px;text-decoration:none;color:#000;font-weight:bold}










