@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,devanagari);
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");

*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: "kruti10";
  src: url("../fonts/K010_0.TTF");
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 1170px;
}

body {
  font-family: "Noto Sans", sans-serif;
  /* font-family: "kruti10";*/
  overflow-x: hidden;
  background-color: #fbfbfb;
  margin: 0;
  padding: 0;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
header {
  float: left;
  width: 100%;
}
.pt-0 {
  padding-top: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}

.top_strip {
  background: #000 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
}
.top_links {
  position: relative;
}

.top_links ul {
  margin: 0;
  padding: 0;
  float: left;
  padding: 10px 0;
  margin: 0 0 0 8px;
}

.top_links ul li {
  list-style: none;
  color: #fff;
  margin-left: 5px;
  display: inline;
  font-size: 16px;
}

.top_links ul li a {
  color: #fff;
}

.top_links ul li a:hover {
  color: #ffa8d2;
  text-decoration: none;
}

.logo_nav {
  float: left;
  padding: 15px 0;
  position: relative;
  width: 100%;
  z-index: 7;
}

.nav {
  float: left;
  width: 100%;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav ul li {
  list-style: none;
  display: inline;
  color: #fff;
  margin-right: 8px;
}
.nav ul li a {
  font-size: 19px;
  color: #fff;
}
.nav ul li:last-child {
  margin-right: 0;
}

.logo_logotxt {
  float: left;
  width: 100%;
  padding-top: 10px;
}

.logo {
  float: left;
  margin-left: -40px;
  margin-top: -20px;
}

.logo_txt {
  float: left;
  text-align: center;
  padding: 15px 0;
}

.logo_txt p {
  color: #fff;
  font-size: 25px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.logo_txt p span {
  color: #f3fa2c;
  font-size: 33px;
  font-weight: 700;
}

.logo_txt p.nashik_font {
  margin-top: -8px;
  font-size: 33px;
  color: #f3fa2c;
  font-weight: 700;
}

.index_login {
  display: block;
  float: right;
  margin: 0;
  position: relative;
  top: 15px;
  margin-left: 15px;
  margin-top: 15px;
}

.index_login a {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
  height: 70px;
  padding: 0;
  width: 70px;
  float: right;
}

.index_login i {
  color: #9c3567;
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: 70px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.index_login:hover.index_login i {
  color: #000;
}

span.before {
  background: #d42178 none repeat scroll 0 0;
  content: "";
  height: 480px;
  left: -100px;
  position: absolute;
  top: -362px;
  transform: rotate(-9deg);
  width: 200%;
  z-index: 6;
}

.top_ban_wrap {
  float: left;
  width: 100%;
}

.top_ban {
  background-color: #c3186a;
  float: left;
  margin-top: -200px;
  position: relative;
  width: 100%;
  z-index: 5;
  max-width: 100%;
}

.top_ban:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

span.after {
  background: #fbfbfb none repeat scroll 0 0;
  bottom: -702px;
  content: "";
  height: 500px;
  position: absolute;
  right: -100px;
  transform: rotate(-9deg);
  width: 200%;
  z-index: 6;
}

.top_ban_txt_wrap {
  float: left;
  width: 100%;
}
.top_ban_txt {
  float: left;
  position: relative;

  width: 100%;
  margin-top: -800px;
  z-index: 999;
}

.top_ban_txt {
  float: left;
  margin-top: -700px;
  position: relative;
  width: 100%;
  z-index: 999;
}

.top_ban_txt p {
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-top: 55px;
}

.top_ban_txt p img {
  float: right;
  right: 180px;
  position: absolute;
  top: 90px;
}

.top_ban_txt p span {
  color: #ebbd1e;
  font-size: 40px;
}

.banner {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -350px;
  z-index: 999;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.mid_wrap {
  float: left;
  width: 100%;
}

@media (min-width: 1278px) and (max-width: 1465px) {
  .top_ban_txt {
    margin-top: -600px;
  }
  .top_ban_txt p img {
    right: 190px;
    top: 50px;
  }

  .top_ban_txt1 {
    margin-top: -50px;
  }
}

@media (min-width: 1239px) and (max-width: 1278px) {
  .top_ban_txt {
    margin-top: -680px;
  }
  .top_ban_txt p img {
    right: 190px;
    top: 190px;
  }

  .top_ban_txt1 {
    margin-top: -80px;
  }
}

@media (min-width: 1190px) and (max-width: 1239px) {
  .top_ban_txt {
    margin-top: -550px;
  }
  .top_ban_txt p img {
    right: 260px;
    top: 10px;
  }

  .top_ban_txt1 {
    margin-top: -70px;
  }
  .top_ban_txt p span {
    font-size: 28px;
  }

  .top_ban_txt p {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 1000px) and (max-width: 1190px) {
  .top_ban_txt {
    float: left;
    position: relative;

    width: 100%;
    margin-top: -600px;
    z-index: 999;
  }
  .top_ban_txt p img {
    right: 220px;
    top: 100px;
  }
  .top_ban_txt p {
    color: #fff;
    font-size: 23px;
  }
}

@media (min-width: 2265px) and (max-width: 2560px) {
  .top_ban_txt {
    float: left;
    position: relative;

    width: 100%;
    margin-top: -1000px;
    z-index: 999;
  }

  .top_ban_txt p span {
    font-size: 45px;
  }

  .top_ban_txt p {
    font-size: 30px;
    line-height: 35px;
  }

  .top_ban_txt p img {
    right: 80px;
    top: 100px;
  }
  .banner {
    margin-top: -550px;
  }
  .mid_wrap {
    margin-top: -100px;
  }
}

@media (min-width: 1800px) and (max-width: 2265px) {
  .top_ban_txt {
    float: left;
    position: relative;

    width: 100%;
    margin-top: -900px;
    z-index: 999;
  }
  .top_ban_txt p span {
    font-size: 45px;
  }

  .top_ban_txt p {
    font-size: 28px;
    line-height: 40px;
  }

  .top_ban_txt p img {
    right: 100px;
    top: 100px;
  }
}

@media (min-width: 1650px) and (max-width: 1800px) {
  .top_ban_txt {
    float: left;
    position: relative;

    width: 100%;
    margin-top: -800px;
    z-index: 999;
  }
  .top_ban_txt p span {
    font-size: 45px;
  }

  .top_ban_txt p {
    font-size: 26px;
    line-height: 40px;
  }

  .top_ban_txt p img {
    right: 100px;
    top: 100px;
  }
}

.ban_img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: block;
}
.top_ban_txt img {
  float: right;
  margin-right: 20px;
}

.banner_wrap {
  width: 100%;
  float: left;
}

.mid {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
}

.wel {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.wel p {
  color: #2a2c2d;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}

.wel figure {
  float: right;
  margin: 0;
  padding: 0;
  margin-left: 15px;
  margin-top: 5px;
}

.wel h2 {
  color: #9c3567;
  font-size: 40px;
  text-align: center;
  position: relative;
  font-weight: normal;
}

.wel h2:before {
  background: #dddddd none repeat scroll 0 0;
  content: "";
  display: inline-block;
  float: none;
  height: 1px;
  left: 50%;
  margin: 10px auto 0;
  position: absolute;
  margin-left: 10px;
  text-align: center;
  width: 70px;
  bottom: -5px;
}
.wel h2:after {
  background: #dddddd none repeat scroll 0 0;
  content: "";
  display: inline-block;
  float: none;
  height: 1px;

  margin: 10px auto 0;
  position: absolute;
  right: 50%;
  margin-right: 11px;
  width: 70px;
  bottom: -5px;
}
.wel_head {
  float: left;
  width: 100%;
}

.wel_head:after {
  color: #9c3567;
  content: "\f107 ";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: bold;
  left: 0;
  top: 80px;
  position: absolute;
  right: 0;
  text-align: center;
}

.mesage_gallery {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}

.message {
  width: 50%;
  float: left;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  padding: 4px;
  position: relative;
}

.message p {
  color: #2a2c2d;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.message figure {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.message h2 {
  text-align: center;
  font-size: 19px;
  color: #2a2c2d;
  margin: 0;
  padding: 0;
  margin: 5px 0;
}

.message h2 span {
  color: #ec117b;
  font-weight: normal;
}

.message h3,
.gallery h3 {
  background: #d42178 none repeat scroll 0 0;
  border-color: transperant #fff #fff transperant;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 4px 4px 0;
  color: white;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  left: -4px;

  margin-bottom: 0;
  padding: 3px 15px;
  position: absolute;
  margin: 0;

  top: 4px;
  z-index: 999;
}

.message h3:before,
.gallery h3:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #333333;
  bottom: -4px;
  content: "";
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 999;
}

.gallery {
  width: 47%;
  float: right;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  padding: 4px;
  position: relative;
}

.latest_news h3 {
  background: #d42178 none repeat scroll 0 0;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 4px 4px 0;
  color: white;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-weight: normal;
  left: -9px;

  margin: 0;
  padding: 3px 15px;
  position: relative;
  top: 4px;
  z-index: 999;
}
.latest_news h3::before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #333333;
  bottom: -4px;
  content: "";
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 999;
}
.latest_news {
  width: 100%;
  float: left;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  padding: 4px;
  position: relative;
  margin-bottom: 30px;
}

.latest_news p {
  color: #2a2c2d;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.latest_news h2 {
  font-size: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  margin-left: 130px;
  margin-top: 10px;
}
footer {
  background-color: #000000;
  float: left;
  width: 100%;
  padding: 15px 0;
}

.foot {
  float: left;
  width: 100%;
}

.foot ul {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  text-align: center;
}

.foot ul li {
  list-style: none;
  display: inline;
  color: #a9a9a9;
  margin-right: 8px;
  line-height: 28px;
}
.foot ul li a {
  font-size: 16px;
  line-height: 35px;
  color: #a9a9a9;
}
.foot ul li a:hover {
  color: #fff;
}
.pink_brder {
  width: 100%;
  float: left;
  height: 1px;
  background-color: #d42178;
  margin: 15px 0;
}

.copyright {
  float: left;
  width: 100%;
}
.copyright p {
  color: #fff;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.social_footer {
  float: right;
}

.social_box {
  display: block;
  float: right;
  margin: 0 0 0 15px;
}
.google:hover a {
  background-color: #d42121;
}

.twit:hover a {
  background-color: #2caae1;
}

.fb:hover a {
  background-color: #3b5998;
}
.social_box a {
  background-color: #2c2c2c;
  border-radius: 50%;

  float: right;
  height: 36px;
  padding: 0;
  width: 36px;
}
.social_box i {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: 36px;

  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

/*inner Psges*/

/*right panel*/

.inner_right {
  float: right;
  width: 30%;
}

.inner_message {
  width: 100%;
  float: left;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  padding: 4px;
  position: relative;
  margin-bottom: 20px;
}

.inner_message p {
  color: #2a2c2d;
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.inner_message figure {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 5px;
}

.inner_message h2 {
  font-size: 17px;
  color: #2a2c2d;
  margin: 0;
  padding: 0;
  margin: 5px 0;
  text-align: center;
}

.inner_message h2 span {
  color: #ec117b;
}

.inner_message h3,
.inner_gallery h3,
.inner_latest_news h3 {
  background: #d42178 none repeat scroll 0 0;
  border-color: transperant #fff #fff transperant;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 4px 4px 0;
  color: white;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  left: -4px;

  margin-bottom: 0;
  padding: 3px 15px;
  position: absolute;
  margin: 0;

  top: 4px;
  z-index: 999;
}

.inner_message h3:before,
.inner_gallery h3:before,
.inner_latest_news h3:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #333333;
  bottom: -4px;
  content: "";
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 999;
}

.inner_gallery {
  width: 100%;
  float: right;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  padding: 4px;
  position: relative;
  margin-bottom: 20px;
}

.inner_latest_news {
  background-color: #fbfbfb;
  border: 1px solid #d5d5d5;
  float: left;
  width: 100%;
  padding: 5px;
  position: relative;
}

.inner_latest_news p {
  color: #2a2c2d;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0;
  padding: 0;
  text-align: justify;
}

/*right panel*/

.top_ban_inner {
  background-color: #c3186a;
  float: left;
  margin-top: -250px;
  position: relative;
  width: 100%;
  z-index: 5;
  max-width: 100%;
}

.top_ban_inner:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.inner_mid .inner_box_in {
  padding: 20px;
  float: left;
}

.top_ban_txt_inner {
  position: relative;
  bottom: 0;
  z-index: 20;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.emblem {
  right: 25px;
  position: absolute;
  top: 8px;
  z-index: 999;
}
.top_ban_txt_inner_in h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 45px;
  font-weight: normal;
}
.top_ban_txt_inner_in img {
  position: absolute;
  bottom: -20px;
  margin-left: 50px;
}

.top_ban_txt_inner_in {
  float: left;
  width: 100%;
  bottom: 40px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: url(../images/arrow_inner.png);
  background: no-repeat;
}

.inner_mid {
  float: left;
  width: 100%;
  margin-top: -30px;
}

.inner_mid .inner_box {
  box-shadow: 0px 10px 5px rgba(107, 107, 107, 0.1);
  background-color: #fff;
  float: left;
  width: 100%;
  position: relative;
  z-index: 30;
  padding-top: 40px;
}

.inner_left {
  float: left;
  width: 67%;
}

.inner_box_in p {
  margin: 0;
  padding: 0;
  line-height: 28px;
  color: #2a2c2d;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 5px;
}
.about_nashik {
  float: left;
  width: 100%;
}

.backBtn {
  background: #3b3b3b;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 12px;
  border-radius: 5px;
  float: right;
}
.backBtn:hover {
  background: #1d1d1d;
}

.about_nashik h3,
.krida_spardha h3 {
  background: #d42178 none repeat scroll 0 0;
  border-color: transperant #fff #fff transperant;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 4px 4px 0;
  color: white;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  left: -23px;
  margin-bottom: 0;
  padding: 3px 15px;
  position: relative;
  margin: 20px 0 5px;
width: 90%;
  top: 4px;
  z-index: 999;
}

.about_nashik h3:before,
.krida_spardha h3:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #333333;
  bottom: -4px;
  content: "";
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 999;
}

.krida_sankul h3 {
  background: #d42178 none repeat scroll 0 0;
  border-color: transperant #fff #fff transperant;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 4px 4px 0;
  color: white;
  display: table;
  font-weight: normal;
  font-size: 20px;
  left: -23px;
  margin-bottom: 0;
  padding: 3px 15px;
  position: relative;
  margin: 20px 0 5px;

  top: 4px;
  z-index: 999;
}

.krida_sankul h3:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #333333;
  bottom: 0px;
  content: "";
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 999;
}

.about_nashik ul {
  margin: 0;
  padding: 0;
}

.about_nashik ul li {
  color: #2a2c2d;
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 0;
  text-align: justify;
  text-decoration: none;
}
.about_nashik ul li:before {
  color: #d42178;
  content: "\f192";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
  margin-left: -22px;
}
table.listing {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  margin: 0;
  text-align: justify;
  font-family: "Noto Sans", sans-serif;
}
.listing th {
  background-color: #3b3b3b;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 5px;
}
.listing td {
  color: #4c4c4c;
  padding: 6px 5px;
}
.listing > tbody > tr:nth-child(2n + 1) > td {
  background-color: #f8f6f6;
}

table.listing_khel {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  margin: 0;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}
.listing_khel th {
  background-color: #3b3b3b;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 1px 5px;
}
.listing_khel td {
  color: #4c4c4c;
  padding: 4px 3px;
}
.listing_khel > tbody > tr:nth-child(2n + 1) > td {
  background-color: #f8f6f6;
}

.table {
  padding: 15px 0;
  float: left;
  width: 100%;
}

.puraskar_in {
  float: left;
  width: 100%;
}

.about_nashik ul {
  margin: 0;
  padding: 0;
}

.krida_spardha ul {
  margin: 0;
  padding: 0;
  margin-top: 8px;
}

.krida_spardha ul li {
  display: inline;

  margin-right: 25px;
}
.krida_spardha ul li a {
  color: #2a2c2d;

  font-size: 16px;
  line-height: 28px;

  text-align: justify;
  text-decoration: none;
}

.krida_spardha ul li a:hover {
  text-decoration: underline;
}

.krida_spardha ul li:before {
  color: #d42178;
  content: "\f1c1 ";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.krida_spardha ul.other_links li:before {
  color: #d42178;
  content: "\f0ac  ";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.krida_spardha ul.other_links_block li {
  display: block;
  margin-bottom: 15px;
}

.krida_spardha ul.other_links_block li:before {
  color: #d42178;
  content: "\f15c";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.krida_spardha ul.navinyapurna li {
  display: block;
  margin-bottom: 15px;
}
.hed {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #2a2c2d;
}
.hed1 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #af135f;
}
.margnbot {
  margin-bottom: 10px;
}


.select1 {
  width: 31%;
}
.select {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  width: 100%;
}

.select:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0d7 ";
  right: 10px;
  top: 15px;
}
.select_list ul {
  display: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  opacity: 0;
  border-top: 0;
  width: 20%;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
}
.select_list ul li {
  list-style: none;
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.select_list ul li a {
  width: 100%;
  color: #000;
}
.select_list ul li:hover {
  background-color: #d42178;
  color: #fff;
}

.select_list ul li:hover a {
  transition: none;
  color: #fff;
}

.select1:hover .select_list ul {
  display: block;
  opacity: 1;
}

.select:hover:after {
  content: "\f0d8 ";
}

.select_list a {
  color: inherit;
  /*padding:10px;*/
}
.sanghatna_box {
  width: 30.6%;
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  margin-right: 4%;
  margin-bottom: 20px;
}

.sanghatna_box.last {
  margin-right: 0;
  float: right;
}

.sanghatna_box ul {
  margin: 0;
  padding: 0;
}

.sanghatna_box ul li {
  list-style: outside none none;
  margin-bottom: 10px;
}
.sanghatna_box ul li:last-child {
  margin-bottom: 0;
}

.sanghatna_box li i {
  color: #d42178;
  float: left;
  font-size: 18px;
  text-align: left;
  margin-top: 5px;
}
.sanghatna_box li p {
  color: #5e5d5d;

  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
}

.sanghatna_box h3 {
  background: #d42178 none repeat scroll 0 0;
  border-color: transperant #fff #fff transperant;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 4px 4px 0;
  color: white;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  left: -15px;
  margin-bottom: 0;
  padding: 3px 15px;
  position: relative;
  margin: 0px 0 10px;

  top: 4px;
  z-index: 999;
}

.sanghatna_box h3:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #333333;
  bottom: -4px;
  content: "";
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 999;
}

.sampark_box {
  width: 30.6%;
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  margin-right: 4%;
  margin-bottom: 20px;
}

.sampark_box.last {
  margin-right: 0;
  float: right;
}

.sampark_box ul {
  margin: 0;
  padding: 0;
}

.sampark_box ul li {
  list-style: outside none none;
  margin-bottom: 10px;
}
.sampark_box ul li:last-child {
  margin-bottom: 0;
}

.sampark_box li i {
  color: #d42178;
  float: left;
  font-size: 18px;
  text-align: left;
  margin-top: 5px;
  margin-right: 10px;
}
.sampark_box li p {
  color: #5e5d5d;

  font-size: 16px;
  font-weight: 300;
  padding-left: 0px;
  overflow: hidden;
}

.sampark_box h3 {
  background: #d42178 none repeat scroll 0 0;
  border-color: transperant #fff #fff transperant;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 4px 4px 0;
  color: white;
  display: table-cell;
  font-weight: normal;
  font-size: 20px;
  left: -15px;
  margin-bottom: 0;
  padding: 3px 15px;
  position: relative;
  margin: 0px 0 10px;

  top: 4px;
  z-index: 999;
}

.sampark_box h3:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #333333;
  bottom: -4px;
  content: "";
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 999;
}

.sampark_box figure {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

table.listing1 {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  margin: 0;
  text-align: justify;
}
.listing1 th {
  background-color: #d42178;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding: 3px 3px;
}
.scrollToTop {
  background: #d42178 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  bottom: 30px;
  display: none;
  height: 35px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  z-index: 9999;
}
.scrollToTop:hover {
  background: #000 none repeat scroll 0 0;
  transition: all 500ms ease 0s;
}
.scrollToTop i {
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
}

.link {
  font-size: 16px;
  color: #910f4e;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.link:hover {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.login_bg {
  text-align: center;
  width: 100%;
}
.login {
  padding-top: 10px;
  height: 350px;
  margin: auto;
  width: 350px;
  background-color: #d42178;
}
.contact_field_wrap {
  text-align: center;
  width: 100%;
}
.contact_field {
  margin: auto auto 30px;
  position: relative;
  width: 70%;
}
.contact_field input[type="text"],
.contact_field textarea,
.contact_field select,
.contact_field input[type="password"] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  outline: medium none;
  padding: 10px;
  resize: vertical;
  transition: all 0.3s ease-in 0s;
  width: 100%;
}
.login_icon {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  float: right;
  height: 37px;
  margin-top: -37px;
  text-align: center;
  width: 50px;
}
.login_icon i {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.err_msg {
  color: #f20d0d;
}
.contact_field .large {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 20px;
  transition: all 0.2s ease-in 0s;
  width: 50%;
}
.contact_field input[type="text"]:focus,
.contact_field textarea:focus,
.contact_field select:focus,
.contact_field input[type="password"]:focus {
  border: 1px solid #fff;
}
.contact_field .large:hover {
  background-color: #fff;
  color: #d42178;
}

.login h2 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.photo_gallery figure {
  float: left;
  margin: 0 20px 20px 0;
}
.photo_gallery figure.last {
  margin: 0;
}

.photo_gallery ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  float: left;
}

.photo_gallery ul li {
  display: inline;
  background-color: transparent;
  border: 2px solid #d42178;
  color: #d42178;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 15px;
  transition: all 0.2s ease-in 0s;
  margin-right: 15px;
}
.photo_gallery ul li:hover {
  background-color: #d42178;
  color: #fff;
}

.photo_gallery1 {
  float: left;
  width: 100%;
}
.icon i {
  color: #d42178;
  font-size: 23px;
}
.icon i:hover {
  color: #323232;
}
.sportweek_logo {
  display: block;
  float: left;
  margin: 0;
  position: relative;
  margin: 0 0 0 195px;
}
.sprtswek_text {
  float: right;
  padding: 10px 0;
  width: 620px;
}
.sprtswek_text a {
  color: #f7d14d;
  animation-direction: alternate;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-name: blink;
}
.sprtswek_text a span {
  color: #fff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.new-spardha {
  position: absolute;
  top: -25px;
  right: 200px;
}

/* The outermost element*/
.header-wrapper {
  overflow: hidden;
  width: 400px;
  text-align: center;
  /*position:absolute;
  right:11%;
  top:-20px;*/
}

.zoominheader {
  width: 400px;
  height: 71px;
  text-align: center;
  background: url(../images/jilhastariy-spardha.png);
  background-size: auto;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 2s ease-in infinite;
  animation: zoomin 2s ease-in infinite;
  transition: all 2s ease-in-out;
  overflow: hidden;
  background-position: top left;
  margin-top: -20px;
}

/* The innermost element*/
.zoomoutheader {
  width: 300px;
  height: 200px;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 2s ease-in infinite;
  animation: zoomout 2s ease-in infinite;
  transition: all 2s ease-in-out;
  overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*Style for the text*/
.text {
  color: red;
  font-weight: bold;
}

.new-purskar {
  position: absolute;
  float: right;
  right: 18%;
  width: 329px;
  height: 54px;
  top: 0;
}
.list2 {
  font-size: 14px;
}


.nividaBox{

}
.nividaBox .downlaodNivida {
    position: absolute;
    right: 19px;
    text-align: center;
    top: 18px;
    color: #008eff;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #008eff;
    line-height: 24px;
}

.nividaBox ul li:before {
    color: #d42178;
    content: "\f1c1 ";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 10px;
    display: none;
}
 .nividaBox .downlaodNivida i{
    display: block;
    color: #E91E63;
}
.nividaBox ul.navinyapurna li {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px 25px;
    border-radius: 7px;
}
.nividaBox ul.navinyapurna li b {
    display: block;
    float: left;
    height: 30px;
    margin-right: 27px;
    padding-top: 11px;
    position: relative;
    color: #fff;
}
.nividaBox ul.navinyapurna li b:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -10px;
    background-color: #d42178;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: -01;
}

.nividaBox .downlaodNivida:hover{
      text-decoration: none;
      color:#d42178;
       border-bottom: 1px solid #d42178;
}