p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #6e6e73;
}
ul li{
    color: #6e6e73;font-size:16px;
}
h1, h2, h3, h4, h5{
    color: #1d1d1f;
}
#toTop {
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: 30px;
    background: #26ab2f;
    padding: 7px 14px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    display: none;
    z-index: 111;
}
.main-containerr {
      padding: 80px 0 40px;
    }
    .page-head-sec {
      padding: 64px 0;
    }
    
    .comm-head{
      float: left;
      text-align: left;
      font-size:20px;
      display: inline-block;
      width:100%;
      color:#1d1d1f;
      font-weight:600;
    }
    .img-div p{
    font-size:16px;
    }

/*blogs*/
  
.img-div ul{
  list-style: defalut;
  padding-left:25px;
  
}
.img-on-content, .img-on-content-small, .img-on-content-small-2, .content-below {
    overflow: hidden;
    margin-top: 10px;
    padding: 10px 20px;
}
.img-on-content img, .img-on-content-small img, .img-on-content-small-2 img, .content-below img {
    transition: transform .3s;
}
.categories {
    position: absolute;
    bottom:10px;
    z-index: 11111;
    left: 140px;
    background: #4CAF50;
    padding: 7px 15px;
    font-weight: bold;
    width: 100px;
    color: #fff;
    text-align: center;
}
.img-on-content .overlay {
    height: 180px; 
    padding: 20px;
    background: #000000d9;
    color: #fff;
    transition: .5s ease;
    opacity: 0.5;
    position: absolute;
    bottom: -170px;
    width: 55.8%;
}
.img-on-content-small .overlay {
    height: 130px;
    width: 24%;    
    padding: 20px;
    background: #000000d9;
    color: #fff;
    transition: .5s ease;
    opacity: 0.5;
    position: absolute;
    bottom: -133px;
}
.img-on-content-small-2 .overlay2{
    height: 100px;
    width: 23%;    
    padding: 20px;
    background: #000000d9;
    color: #fff;
    transition: .5s ease;
    opacity: 0.5;
    position: absolute;
    bottom: 90px;
}
.content-img {    
    position: absolute;
    padding: 20px;
    color: #fff;
    transition: .5s ease;
    opacity: 1;
    bottom: -120px;
    overflow: auto;
}
.content-img2{    
    position: absolute;
    padding: 20px;
    color: #fff;
    transition: .5s ease;
    opacity: 1;
    bottom: 90px;
    overflow: auto;
}
.content-img h2 a{
    display: inline-block;
    color: #fff;
    text-wrap: wrap;
    width: 90%;
}
.content-img2 h4 a{
    display: inline-block;
    color: #fff;
    text-wrap: wrap;
    width: 75%;
}
.content-img h4 a{
    display: inline-block;
    color: #fff;
    text-wrap: wrap;
    width: 75%;
}
.name-person, .date-blog, .comments-blog{
  width:27%;
  display: inline-block;
  color:#fff;
}
.full-width-tiny-blogs{
  display:flex;
  flex-direction:row;
  gap:10px;
}
.small-blogs-tiny{
  display: inline-block;
  width: 33%;
}
.tiny-blogs {
  background: #fbfbfb;
  display: inline-block;
  width: 100%;
}
.tiny-blogs .card {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  vertical-align: top;
}
.blog img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.card h2 a{
    color: #1d1d1f;
    font-weight: normal;
}
.card p{
    color:#6e6e73;
}
.card h2 a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/*blog-detail*/
.content-div{
  width:100%;
  display: inline-block;
  vertical-align: top;
  flex-direction: row;
  margin:20px 0;
  gap: 15px;
  padding:20px;
}    
.roew--00{
  display: flex;
  flex-direction: row;
  gap:15px;
  padding: 20px;
}
.img-div{
  width:35%;
}
.para-div{
  width:65%;
}

/*career*/
.careerform {
  padding: 30px;
  border: 0.5px solid #ddd;
  border-radius: 16px;
}
.careerform .form-control {
  margin: 10px 0;
  width:100%;
  height: 55px;
  border: 1px solid #ddd; 
  padding: 10px;
  border-radius: 10px;
  box-shadow: none;
}
.box-shape li {
    position: absolute;
    height: 400px;
    width: 400px;
    background-color: #fff6f2;
    border-radius: 70px;
    transform: rotate(45deg);
    z-index: -1;
}
.box-shape li:nth-child(1) {
    left: -10%;
    top: 20%;
}
.box-shape li:nth-child(2) {
    left: 44%;
    top: -40%;
}
.box-shape li:nth-child(3) {
    right: -10%;
    top: 40%;
}
.img-div ul{
  list-style: defalut;
  padding-left:25px;
}
.footer-sec{
      border-bottom: 1px solid rgba(43, 8, 40, 0.1);
       border-top:0.5px solid #ddd;
       display: inline-block;
       width:100%;
}

@media (min-width:412px) and (max-width:823px){
    .box-shape li{
        width:150px;
        height:150px;
    }
}