@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 400px) {
  /* For tablets: */
  .col-sm-6{
    width:50%;
  }
  .widget7{
    min-height: 300px;
    width: 100%;
  }
  .widget7-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding:2px;
  }
    .icon-box{
      background-color: #fff;
      width: 100%;
      border: 1px solid #ccc;
      border-radius:10px;
      padding: 10px;
      margin-bottom:5px;
    }
    .icon_title{
      margin-top:-10px;
      display: flex;
      justify-content: center;
      width:55%;
      float:right;
    }
    .icon_title p{
        color:#000;
    }
    .top11{
        float:right;
    }
    .content123{
      width: 100%;
      height:200px;
      background:#000 url(../../../uploads/330379711.jpg) no-repeat;

      background-size: 100% 100%;
      background-attachment: fixed;
    }
    .top2_bg{
      margin-top: -10px;
      background: url(../images/bg_gardient.png) repeat;
      width: 100%;
      height:200px;
    }
  #hero{
    height: 580px;

    width: 100%;
  }
      article ul li {
        list-style-type: auto;
        font-size: 14px;
        line-height: 1.4em;
        font-weight: 300;
        color: #666666 !important;
        text-align: justify;
    }
    article ul li {
        list-style: none;
    	  display: list-item;
    	  margin-left: 15px;
    }
    article ul li:before {
        content: "";
    	  border: 4px var(--bs-gray-600) solid !important;
    	  border-radius: 40px;
    	  margin-top: 5px;
    	  margin-left: -20px;
    	  position: absolute;
    }
    article ol li {
        list-style-type: auto;
        font-size: 14px;
        line-height: 1.4em;
        font-weight: 300;
        color: #666 !important;
        text-align: justify;
        margin-left: 15px;
    }
        .uni-grid-container {
      display: grid;
      grid-template-columns: auto auto auto auto;
      padding: 5px;
    }
    .uni-grid-item {
      margin:5px;
      text-align: center;
      height: 74px;
      border: 0px solid #eee;

    }
    .newstitle_top a{
        font-size: 14px;
        font-weight: normal;
        font-family: Arial, sans-serif;
        line-height: normal;
        text-transform: normal;
        color: #fff;
        margin-top: 10px;
        padding:10px;
        float:left;

    }
    .newstitle_img_top{
    	float:left;
        padding:5px;
    }
    .newstitle_img_top img{
      height: 44px;
      width:44px;
    }
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-sm-6{
    width:50%;
  }
 
}
@media only screen and (min-width: 300px) {
  /* For tablets: */
  .col-sm-6{
    width:50%;
  }
 
}
.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
