
@font-face {
          font-family: "SolaimanLipi";
          font-display: swap;
          font-style: normal;
          font-weight: 400;
          src: url(public/home/fonts/SolaimanLipi_22-02-2012.woff2) format('woff2'),
               url(public/home/fonts/SolaimanLipi_22-02-2012.woff) format("woff"),
               url(public/home/fonts/SolaimanLipi_22-02-2012.ttf) format("truetype");
        }
        @font-face {
          font-family: "SolaimanLipi-Bold";
          font-display: swap;
          font-style: normal;
          font-weight: 400;
          src: url(public/home/fonts/SolaimanLipi_Bold_10-03-12.woff2) format('woff2'),
               url(public/home/fonts/SolaimanLipi_Bold_10-03-12.woff) format("woff"),
               url(public/home/fonts/SolaimanLipi_Bold_10-03-12.ttf) format("truetype");
        }

        h1,h2,h3,h4,h5,h6,a,p{
          font-family: "SolaimanLipi-Bold";
        }
        body{
          font-family: "SolaimanLipi-Bold";
        }

        /*Fotter-css*/
        .social-icons ul{
            width: 100%;
        }
        .social-icons ul li{
            list-style: none;
            display: inline;
        }
        .social-icons ul li a{
            text-decoration: none;
        }
        .social-icons ul li a i{
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            border-radius: 5px;
        }
        .social-icons ul li a .fa-facebook-square{
            background: #3b5998;
            color:#fff;
        }
        .social-icons ul li a .fa-twitter-square{
            background: #55acee;
            color:#fff;
        }
        .social-icons ul li a .fa-instagram{
            background: #3f729b;
            color:#fff;
        }
        .social-icons ul li a .fa-linkedin{
            background: #bd081c;
            color:#fff;
        }
        .social-icons ul li a .fa-youtube-square{
            background: #cd201f;
            color:#fff;
        }
a{
  color: #000;
}

.title-line{
  border-left: 5px solid #ee0404;
  padding-left: 10px;
}
.top-header-section{
  z-index: 9999;
}
.card{
  border-radius:0;
}
.card-img, .card-img-top{
  border-radius:0;
}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-right: 1px solid #c9c4c4;
  box-shadow: 1px 5px 5px 3px #a9a6a6;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-weight: 600;
/*  border-bottom: 1px solid #000;*/
}

.sidepanel a:hover {
  color: #0A7BF4FF;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  border: none;
}

.openbtn {
  font-size: 19px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 5px;
}

.openbtn:hover {
  background-color:#444;
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar-main {
	/* overflow: hidden; */
    border-bottom: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    box-shadow: 0px 5px 7px -2px #c9c4c4;
    background: #fff;
    z-index: 999;
}

#navbar-main a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  font-family: 'SolaimanLipi-Bold';
}

#navbar-main a:hover {
  background-color: #ddd;
  color: black;
}

#navbar-main a.active {
  background-color: #04AA6D;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#navbar-main a {
    color: #292929;
    font-weight: 900;
    font-size: 16px;
    font-family: 'SolaimanLipi-Bold';
}

.motamot-title{
  background: #340551;
  color: #fff;
  padding: 7px;
  line-height: 34px;
}

@media (max-width: 568px) {
  .date-time{
    display: none;
  }

  .min-col-2{
    width: 16.666%;
    flex: 0 0 auto;
  }

  .min-col-10{
    width: 83.334%;
    flex: 0 0 auto;
  }
    .date{
        top:0;
        left: 8%;
    }
    .smal{
        width:50%;
    }
    .small-tab{
        width:33%;
    }
    .small-tab-con{
        width: 66%;
    }

}
@media (max-width: 875px) {
  .first-small-image-tab{
    width: 40%;
  }

  .first-small-tab{
    width: 60%;
  }

  .col-xs-6-ss{
    width: 50%;
  }

  .col-xs-6-s{
    width: 50%;
  }

  .col-xs-2-sx{
    width: 20%;
  }

  .col-xs-10-sx{
    width: 80%;
  }

  .mobile-image{
    width: 86px !important;
    height: 86px !important;
  }
}

