@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@400;500;700&family=Baloo+Thambi+2:wght@400;500;700&family=Catamaran:wght@400;500;700&family=Coiny&family=Hind+Madurai:wght@400;600&family=Kavivanar&family=Meera+Inimai&family=Mukta+Malar:wght@400;500;700&family=Pavanam&display=swap');

@font-face {
  font-family: 'Arima Madurai', cursive;
  font-family: 'Baloo Thambi 2', cursive;
  font-family: 'Catamaran', sans-serif;
  font-family: 'Coiny', cursive;
  font-family: 'Hind Madurai', sans-serif;
  font-family: 'Kavivanar', cursive;
  font-family: 'Meera Inimai', sans-serif;
  font-family: 'Mukta Malar', sans-serif;
  font-family: 'Pavanam', sans-serif;
}

.utf_post_cat {
  margin-left: 15px;
}

.home-latest-article img {
  min-height: 358px;
  max-height: 358px;
  /* object-fit: cover; */
  object-fit: cover;
}

.article-holder img {
  min-height: 358px;
  max-height: 358px;
  object-fit: cover;
}

.cover-img-right-panel>div>div.card {
  height: 100%;
}

.madhan-cover-photo {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fullDescHolder>p {
  text-align: inherit;
  text-justify: distribute;
  font-size: 20px;
  line-height: 2rem;
}

img.related-post-img {
  width: 165px;
  height: 165px;
  object-fit: cover;
}

[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 30px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
  background: plum;
  vertical-align: middle;
  margin-right: 1em;
  color: white;
}

.slider-arrow {
  height: 45px;
  width: 45px;
  opacity: 0.2;
}

.slider-arrow:hover:parent {
  opacity: 1;
}

.facebook {
  background-color: #4267B2 !important;
}

.twitter {
  background-color: #1DA1F2 !important;
}

.youtube {
  background-color: #FF0000 !important;
}

.android {
  background-color: #78C257 !important;
}

.apple {
  background-color: #868686 !important;
}

.whatsapp {
  background-color: #25D366 !important;
}

@-webkit-keyframes leftarrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4
  }

  100% {
    -webkit-transform: translateX(-0.4em);
    opacity: 0.9
  }
}

@-webkit-keyframes rightarrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4
  }

  100% {
    -webkit-transform: translateX(0.4em);
    opacity: 0.9
  }
}

.arrow-container {
  background-image: url('http://www.placekitten.com/g/1000/1000');
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.arrow {
  border-color: transparent;
  border-style: solid;
  border-width: 1em 0;
  display: block;
  height: 0;
  /* margin:10em auto; */
  opacity: 0.4;
  text-indent: -9999px;
  transform-origin: 50% 50%;
  width: 0;
}

.left-arrow {
  -webkit-animation: leftarrow 0.6s infinite alternate ease-in-out;
  border-right: 1em solid #00b6f1;
}

.right-arrow {
  -webkit-animation: rightarrow 0.6s infinite alternate ease-in-out;
  border-left: 1em solid #00b6f1;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #ec0000;
  }

  40% {
    box-shadow: 0 0 20px #ec0000;
  }

  60% {
    box-shadow: 0 0 20px #ec0000;
  }

  100% {
    box-shadow: 0 0 -10px #ec0000;
  }
}

.glow {
  animation: glowing 2000ms infinite;
}

.cover-img-right-panel .follow-us-on-root div {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  margin-top: 4px;
  color: white !important;
  border-radius: 5px;
}

.cover-img-right-panel .follow-us-on-root div a {
  color: white !important;
}

.cover-img-right-panel-mobile .follow-us-on-root div {
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* font-size: 50px; */
  color: white !important;
  border-radius: 5px;
}

.cover-img-right-panel-mobile .follow-us-on-root div a {
  color: white !important;
}

.cover-img-right-panel-iPad .follow-us-on-root div {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: white !important;
  border-radius: 5px;
}

.cover-img-right-panel-iPad .follow-us-on-root div a {
  color: white !important;
}

.circle-progress {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-progress:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: #eeeeee;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.circle-progress .precent {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #214c8b;
}

.circle-progress .circle {
  width: 200px;
  height: 200px;
  background-image: linear-gradient(135deg, #5efce8 10%, #736efe 100%);
  -webkit-clip-path: polygon(0% 100%,
      0% 0%,
      100% 0%,
      50% 50%,
      100% 0%,
      100% 100%);
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 100% 100%);
  animation-name: loading;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0.1, 0.9, 0.81);
  animation-play-state: paused;
  animation-direction: reverse;
  animation-delay: 5s;
  border-radius: 100%;
}

@keyframes loading {
  0% {
    -webkit-clip-path: polygon(0% 100%,
        0% 0%,
        100% 0%,
        50% 50%,
        100% 0%,
        100% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 100% 100%);
  }

  25% {
    -webkit-clip-path: polygon(0% 100%,
        0% 0%,
        100% 0%,
        50% 50%,
        100% 100%,
        100% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 100%, 100% 100%);
  }

  50% {
    -webkit-clip-path: polygon(0% 100%,
        0% 0%,
        100% 0%,
        50% 50%,
        0% 100%,
        0% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 0% 100%, 0% 100%);
  }

  75% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 0% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 0% 0%, 0% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0% 100%,
        0% 0%,
        100% 0%,
        50% 50%,
        100% 0%,
        0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 0% 0%);
  }
}

.marquee-alternate {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.marquee-alternate span {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: left;
  /* Apply animation to this element */
  -moz-animation: marquee-alternate 5s linear infinite alternate;
  -webkit-animation: marquee-alternate 5s linear infinite alternate;
  animation: marquee-alternate 5s linear infinite alternate;
}

/* Move it (define the animation) */
@-moz-keyframes marquee-alternate {
  0% {
    -moz-transform: translateX(70%);
  }

  100% {
    -moz-transform: translateX(0%);
  }
}

@-webkit-keyframes marquee-alternate {
  0% {
    -webkit-transform: translateX(70%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes marquee-alternate {
  0% {
    -moz-transform: translateX(70%);
    /* Firefox bug fix */
    -webkit-transform: translateX(70%);
    /* Firefox bug fix */
    transform: translateX(70%);
  }

  100% {
    -moz-transform: translateX(0%);
    /* Firefox bug fix */
    -webkit-transform: translateX(0%);
    /* Firefox bug fix */
    transform: translateX(0%);
  }
}

.golden-btn+.golden-btn {
  margin-top: 1em;
}

.golden-btn {
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 18px;
  box-sizing: border-box;
  border: none;
  border-radius: .3em;
  height: 2.75em;
  line-height: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4),
    inset 0 -2px 5px 1px rgba(139, 66, 8, 1),
    inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120, 50, 5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
}

.golden-btn:focus,
.golden-btn:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
  border: 1px solid rgba(165, 93, 7, .6);
  color: rgba(120, 50, 5, .8);
}

.golden-btn:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.marquee-elm {
  white-space: nowrap;
  overflow: hidden;
}

.search-overlay {
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}

.search-overlay-content {
  position: relative;
  top: 10%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  padding: 9px;
  overflow: hidden;
  background-color: rgb(76 90 100);
}

.search-overlay .search-closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.search-overlay .search-closebtn:hover {
  color: #ccc;
}

.utf_nav_search_custom {
  background: #ec0000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 30px;
  float: right;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 7px;
  right: 6px;
}

.utf_nav_search_custom:hover {
  background: #457937;
}

.reporter-photo {
  width: 35px;
  height: 35px;
  min-width: 35px !important;
  min-height: 35px !important;
  object-fit: cover;
  border-radius: 50%;
}

.cover-img-right-panel-iPad .donate-holder button {
  font-size: 22px;
}

.donate-btn {
  font: bold 20px "Courier New", Courier, monospace;
  font-style: normal;
  color: #ffffff;
  background: #ff054e;
  border: 5px outset #ffffff;
  text-shadow: 1px 2px 2px #000000;
  box-shadow: 2px 2px 8px #000000;
  -moz-box-shadow: 2px 2px 8px #000000;
  -webkit-box-shadow: 2px 2px 8px #000000;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  padding: 13px 35px;
  cursor: pointer;
  margin: 0 auto;
  word-wrap: normal;
}

.donate-btn:active {
  cursor: pointer;
  position: relative;
  top: 2px;
}


@media only screen and (max-width: 576px) {
  .donate-btn {
    font: bold 16px "Courier New", Courier, monospace;
    padding: 8px 22px;
  }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 1200px) {

}
