.title-main{
  color: rgb(0, 0, 5);
  padding-left: 25px;
  margin: 40px;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  /* max-width: 900px; */
  font-family: "Times Pro Bold";
  /* font-style: italic; */
}

.sub-title {
  padding-left: 0px;
  margin: 44px;
  font-size: 22px;
  line-height: 45px;
  letter-spacing: .5px;
  text-align: center;
  font-family: Georgia;
}

.publish-time {
  padding-left: 305px;
  font-size: 12px;
  color: #000000;
  margin: -30px auto 10px;
}


.image-hiding {
  padding-left: 305px;
  font-size: 16px;
  color: #A9A9A9;
  margin: 10px auto 40px;

} 

.subject{
    color: rgb(0, 0, 5);
    font-size: 18px;
    margin: 196px; 
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    /* margin-inline-start: 10px; */
    padding: 10px;
    letter-spacing: 0px;
    line-height: 30px;
}

    .h4{
      color: rgb(141, 141, 141);
      font-size: 18px;
      margin: 196px; 
      margin-top: 20px;
      font-family: 'Playfair Display', serif;
      /* margin-inline-start: 10px; */
      padding: 10px;    
    
 }
section{
    font-size: 16px;
    color: #000000;
}

.image-main {  
  display: block;
  width: 750px;
  height: 450px;
  margin-left: auto;  
  margin-right: auto;  
  /* border: 1px ridge blue;   */
  padding: 5px;  
  } 


h6{
    font-size: 6px;
    color: rgba(110, 108, 108, 0.726);
    font-family: Arial, Helvetica, sans-serif;
}

.gray{
    color: rgb(192, 192, 192);
    font-size: 14px;
    font-style: italic;
}

.red{
    color: rgb(192, 192, 192);
    font-size: 14px;
    font-style: italic;
}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.subnews-dateandtime{
  color: #808080;
    background-color: transparent;
    text-decoration: none;
    font-size: 14px;
    margin-top: 6px;
}

.news-mohan {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 20px;
}
.news-mohan:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
.news-mohan:hover {
  color: #888888;
  background-color: transparent;
  /* text-decoration: underline; */
}
.news-mohan:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

.subnews-sohan{
  color: #303030;
  background-color: transparent;
  text-decoration: none;
  font-size: 17px;
  margin-top: 20px;
}

.ddfooter-title{
  display: block;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  padding-top: 20px;
  padding-left: 0px;

}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.menu .floating_social li:hover { animation: rote 0.8s linear 1; }
.menu .floating_social li a {
    text-decoration: none;
    color: #fff;
}

footer .bottom-sonu {
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 50px;
  background: #FFFFFF;
  color: #201e1e;
  /*font-family: '';*/
  box-shadow: 5px 2px 5px 5px rgb(0 0 0 / 25%);
  font-size: 20px;
}

footer  { box-shadow: 0 5px 5px -5px rgba(0,0,0,.6); }
footer .body {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    display: grid;
    justify-content: start;
    justify-items: start;
    grid: auto 100px / 70% 40%;
}
footer .txt {
    grid-row: 1 / -1;
    margin: 20px 20px 5px 80px;
    padding: 20px 0;
}
footer .txt span.tab { display: none; }
footer .txt p {
    font-family: 'Cambria';
    font-size: 30px;
}
footer .frm_subs { margin: 103px 2px 5px 0; }
footer .frm_subs form { float: right; }
@font-face {
    font-family: "Times";
    src: url(../fonts/Cen725c.ttf);
}
footer .frm_subs input {
    margin-right: 20px;
    width: 260px;
    color: #000000;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #000;
    text-align: center;
    font-family: 'Century';
}
footer .frm_subs input::placeholder { color: #000; }
footer .S_icons ul {
    float: right;
    margin-right: 120px;
    padding-left: 78px;
}
footer .S_icons .social li {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #343434;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
footer .S_icons .social li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}
footer .S_icons .social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
}
footer .S_icons .social li:hover {
    background: #d2d3d5;
    transition: all 0.2s ease-in-out;
    animation: rote 0.8s linear 1;
}
footer .S_icons .social li:hover a i {
    color: #4a4a4d;
}
footer .bottom {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #ffffff;
    /*font-family: '';*/
    font-size: 16px; 
}

.footer-title {
  font-size: 26px;
  font-family: 'Times', serif;
  font-weight: 700;
}

.aftr_footer {
    width: 100%;
    height: 100vh;
    background: url(http://distorteddemocracy.com/image/icon/background-of-distorted-democracy-image.webp);
    background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.wrapper{
    background: #a9a9a900;
    padding: -21px;
    margin-right: -500px;
    margin-top: 50px;
    text-align: center;
}

.wrapper .icon{
  position: relative;
  background-color: #ffffff;
  border-radius: 30%;
  margin: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 0%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}

.wrapper .linkedin-in:hover,
.wrapper .linkedin-in:hover .tooltip,
.wrapper .linkedin-in:hover .tooltip::before {
  background-color: #0A66C2;
  color: #ffffff;
}

.wrapper .whatsapp:hover,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip::before {
  background-color: #2BB741;
  color: #ffffff;
}

.news-photograph{
  width: 100%;
}







@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


@media screen and (max-width: 667px) {
    #subject {
      color: rgb(0, 0, 5);
      font-size: 18vw;
      padding-bottom: 1.5em;
      padding-left: 15px;
      padding-right: 15px;
      font-family: 'Times New Roman', Times, serif;
    }
  }

  @media screen and (max-width: 667px) {
    .title-main{
    color: #000000;
    padding-left: 1vw;
    margin: 6vw;
    font-size: 8vw;
    text-align: center;
    font-weight: bold;
    max-width: 667px;
    font-family: 'Times New Roman', Times, serif;
  }
}

    @media screen and (max-width: 667px) {
      .sub-title {
        padding-left: 0vw;
        font-size: 4vw;
        color: #383838;
        line-height: 7vw;
        letter-spacing: .0vw;
        margin: 5vw;
        text-align: left;
        /* font-family: 'Times New Roman', Times, serif; */

    }
  }

  @media screen and (max-width: 667px) {
    .publish-time {
      padding-left: 3vw;
      font-size: 4vw;
      color: #A9A9A9;
      margin: -8px auto 10px;
      margin-top: 5vw;

  }
}

@media screen and (max-width: 667px) {
  .image-main {
    display: block;
    width: 100%;
    height: 60vw;  
    margin-left: auto;  
    margin-right: auto;  
  /* border: 1px ridge blue;   */
    padding: 5px;

}
}

@media screen and (max-width: 667px) {
  .image-hiding {
    padding-left: 4vw;
    font-size: 4vw;
    color: #A9A9A9;
    margin: 2vh auto 9vw;

}
}

@media screen and (max-width: 667px) {
  .subject {
    color: rgb(0, 0, 5);
    font-size: 18px;
    margin: 0vw;
    font-family: 'Playfair Display', serif;
    margin-inline-start: 10px;
    padding: 30px;

}
}

@media screen and (max-width: 667px) {

  footer .bottom-sonu {
    width: 100%;
    text-align: center;
    height: 3vw;
    line-height: 50px;
    background: #ffffff;
    color: #201e1e;
    /*font-family: '';*/
    box-shadow: -1px -8px 12px 5px rgb(0 0 0 / 25%);
    font-size: 20px;
  }
  footer .body { grid: auto 80px 80px / 1fr !important; }
  footer .txt {
      text-align: center;
      margin: 50px 20px 5px 32px !important;
  }
  footer .txt p { font-size: 20px !important; }
  footer .frm_subs { text-align: center; margin: 0 !important; }
  footer .frm_subs form { float: none !important; padding-left: 60px !important;  padding-top: 40px !important; }
  footer .S_icons ul {
      float: none !important;

      margin: 0 !important;

      text-align: center !important;
      padding: 5vh 0;
      width: 10vw;
      height: 10vw;
  }

  .footer-title {
    font-size: 20px;
    font-family: 'Times', serif;
    font-style: bold;
  }

  footer .bottom {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #ffffff;
    /*font-family: '';*/
    font-size: 3vw;
}
  .aftr_footer {
    height: 32vh !important;
    background-size: 95% !important;
    background-position: bottom;
    background-attachment: fixed !important;
  }
}

@media only screen and (max-width: 667px) {
.news-mohan {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 20px;
}
.news-mohan:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
.news-mohan:hover {
  color: #888888;
  background-color: transparent;
  /* text-decoration: underline; */
}
.news-mohan:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
}

@media only screen and (max-width: 667px) {
      .subnews-sohan{
        color: #303030;
        background-color: transparent;
        text-decoration: none;
        font-size: 5vw;
        margin-top: 7vw;
      }
      }

@media only screen and (max-width: 667px) {
        .ddfooter-title{
          font-size: 20px;
          font-family: Arial, Helvetica, sans-serif;
          color: #000;
          padding-top: 10px;
          padding-left: 70px;
        }
        }

/* @media only screen and (max-width: 375px) {
          .footer .frm_subs input{
            margin-right: 20px;
            width: 260px;
            color: #000;
            border: none;
            outline: none;
            background: transparent;
            border-bottom: 1px solid #000;
            text-align: center;
            font-family: 'Century';
          }
          } */
  

      
@media only screen and (max-width: 667px) {
  .page-share-news-img {
    display: none;

  }
}


@media only screen and (max-width: 667px) {
  @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.wrapper{
  background: #a9a9a900;
  padding: -21px;
  margin-right: 5px;
  margin-top: 20px;
  text-align: center;
}

.wrapper .icon{
  position: relative;
  background-color: #ffffff;
  border-radius: 30%;
  margin: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 0%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}

.wrapper .linkedin-in:hover,
.wrapper .linkedin-in:hover .tooltip,
.wrapper .linkedin-in:hover .tooltip::before {
  background-color: #0A66C2;
  color: #ffffff;
}


.wrapper .whatsapp:hover,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip::before {
  background-color: #2BB741;
  color: #ffffff;
}
}

      @media only screen and (max-width: 667px) {
        .news-photograph {
          width: 100%;
          margin: 0vw;
        }
      }