@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,400i,600,600i,700|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Josefin Sans", sans-serif;
  overflow-x: hidden;
  font-size: 17px;
  position: relative;
  overflow-y: scroll;
}
h1 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #151515;
  margin-bottom: 30px;
  font-size: 35px;
}
.spacingLg {
  height: 100px;
}
.spacing {
  height: 50px;
}
p {
  margin-bottom: 20px;
  line-height: 28px;
}
a.btnBlue {
  padding: 18px 30px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #28296d;
  text-transform: uppercase;
}
a.btnBlue:hover {
  background-color: #5a2614;
}
/*navigation*/
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  border: none;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 5px -1px #a1a1a1;
  -moz-box-shadow: 0px 4px 5px -1px #a1a1a1;
  box-shadow: 0px 4px 5px -1px #a1a1a1;
}
.navbar-default .navbar-nav > li > a {
  color: #5a2614;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 29px 15px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #28296d;
}
.navbar-default .navbar-nav > .active > a {
  color: #28296d;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #28296d;
  background-color: transparent;
}
.navbar .navbar-logo {
  position: absolute;
  top: -6px;
  left: 0px;
  text-align: center;
  right: 0px;
}
.carousel h1 {
  color: #fff;
}
.carousel .wavesBg {
  background: url(../images/waves-bg.png) top left repeat-x;
  height: 52px;
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: 1111111111111;
}
.imgBox {
  position: relative;
}
.imgBox .overlay {
  background-color: rgba(39, 41, 110, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5%;
  height: 5%;
  right: 0%;
  text-align: center;
  transition: all 0.5s ease;
}
.imgBox .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  display: none;
}
.imgBox:hover .overlay {
  background-color: rgba(39, 41, 110, 0.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: all 0.5s ease;
}
.imgBox:hover .fa {
  color: #ffffff;
  display: block;
  transition: all 0.5s ease;
}
.aboutBg {
  -webkit-box-shadow: 0px -7px 14px -5px rgba(199, 199, 199, 0.5);
  -moz-box-shadow: 0px -7px 14px -5px rgba(199, 199, 199, 0.5);
  box-shadow: 0px -7px 14px -5px rgba(199, 199, 199, 0.5);
  width: 100%;
  height: 100%;
}
.aboutBg .secAbout {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0px 90px 0px;
}
.nav-tabs {
  border-bottom: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
}
.nav-tabs > li {
  float: none;
  margin-bottom: 0px;
  display: inline-block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #151515;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #28296d;
}
.nav-tabs > li > a:hover {
  color: #28296d;
  border-bottom: 2px solid transparent;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
  color: #9e9e9e;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.nav-tabs > li > a:hover {
  border-color: none;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px 15px;
  border-bottom: 2px solid #fff;
}
.txtUpperCase {
  text-transform: uppercase;
}
.activitiesBg {
  background-color: #5a2614;
  height: 475px;
}
.activitiesBg .activitiesCnt {
  display: table-cell;
  vertical-align: middle;
  height: 475px;
  padding: 55px;
}
.activitiesBg h1 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
}
.activitiesBg ul {
  margin: 0px;
  padding: 0px;
}
.activitiesBg ul li {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-left: 20px;
  padding-left: 0px;
}
.activitiesBg a {
  padding: 18px 30px 15px;
  color: #5a2614;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase;
}
.imgActivities {
  /*background: url(../images/gaushala-activites.jpg) top left no-repeat;
  background-attachment: scroll;
  background-size: cover;*/
  height: 475px;
}
.callToActionBanner {
  background: url(../images/gaushala.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.callToActionBanner .bannerCnt {
  background-color: rgba(90, 38, 20, 0.7);
  padding: 100px 0px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.callToActionBanner .bannerCnt p {
  font-size: 24px;
  margin-bottom: 40px;
  color: #fff;
}
.callToActionBanner .bannerCnt a {
  padding: 18px 30px 15px;
  color: #5a2614;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase;
}
.callToActionBanner .bannerCnt h1 {
  color: #fff;
}
.callToActionBanner .bannerCnt .form-control {
  height: 45px;
  border: 1px solid #ced4da;
  border-radius: 0px;
  margin-bottom: 5px;
  background-color: #f9faff;
  font-size: 16px;
}
.callToActionBanner .bannerCnt textarea {
  font-size: 16px;
  height: 45px;
  border: 1px solid #ced4da;
  border-radius: 0px;
  width: 100%;
  height: 150px;
  background-color: #f9faff;
  padding: 10px;
}
.has-error input {
  border: solid 1px #e60909 !important;
  background-color: #ad2e2e !important;
}
.button {
  padding: 18px 30px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  border: 2px solid #fff;
}
.button:hover {
  background-color: #fff;
  color: #5a2614;
}
.topFooter {
  font-size: 14px;
  color: #404040;
}
.topFooter .fHeading {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.topFooter ul {
  margin: 0px;
  padding: 0px;
}
.topFooter ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 16px;
}
.topFooter ul li a {
  text-decoration: none;
  color: #404040;
}
.hrDiv {
  background-color: #cccbcb;
  height: 2px;
  margin: 30px 0px;
}
.bottomFooter {
  margin-bottom: 20px;
  text-align: center;
}
.bottomFooter ul {
  margin: 0px;
  padding: 0px;
}
.bottomFooter ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 5px;
}
.bottomFooter ul li a {
  color: #787879;
  text-decoration: none;
}
/*scrol top*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #28296d;
}
#return-to-top i {
  color: #28296d;
  margin: 0;
  position: relative;
  left: 8px;
  top: 5px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #5a2614;
}
#return-to-top:hover i {
  color: #fff;
  top: 0px;
}
/*dropdown menu*/
.dropdown-menu {
  text-transform: capitalize;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
ul.dropdown-menu li {
  border-bottom: 1px solid #f5f5f5;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #28296d;
}
.padTB {
  padding: 60px 0px 20px;
}
.loader-live {
  z-index: 9999991;
  background: #fff;
}
.over-loader {
  background: #bd7a25;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99999;
}
.loader-item.style5 {
  width: 70px;
  text-align: center;
}
.donate_box {
  background: url(../images/donate.jpg) top left no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 263px;
}
.donate_detail {
  background: url(../images/gaushala.jpg) top left no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 419px;
}
#donate ul li {
  font-size: 16px;
}
#donate p {
  margin-bottom: 15px;
}
.don_t,
.don_t1 {
  padding: 3px 7px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #28296d;
  padding: 10px 11px 2px !important;
}
.don_t td {
  text-align: center;
  padding: 10px 10px 4px !important;
}
.don_t1 {
  background-color: #5a2514;
  text-align: left;
}
.btn-default.btn-off.active {
  background-color: #da4f49;
  color: white;
}
.btn-default.btn-on.active {
  background-color: #5bb75b;
  color: white;
}
h1.inner {
  font-size: 28px;
}
h1.innerSubHd {
  font-size: 20px;
  margin-bottom: 10px;
  color: #5a2614;
  font-weight: 500;
}
.pad_top10 {
  padding-top: 110px;
}
.lstDetail ul {
  margin: 0px;
  padding: 0px;
}
.lstDetail ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 15px;
}
.lstDetail ul li::before {
  content: '\f0da';
  font-family: fontAwesome;
  font-size: 18px;
  color: #5a2614;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul.noLstStyle li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 5px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-caption {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  font-size: 17px;
}
.carousel-caption h3 {
  font-size: 24px;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: url('../images/gaushala-activites.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.item:nth-child(2) {
  background: url('../images/injuredpigeon.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.nopadd {
  padding: 0px;
}
/*sticky menu*/
.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 6px 70px rgba(0, 0, 0, 0.175);
  border-radius: 0px;
}
.pad_top {
  padding-top: 50px;
}
.pad_top10 {
  padding-top: 110px;
}
. p-r-10 {
  padding-right: 10px;
}
.btn-default.btn-on.active {
  background-color: #5bb75b;
  color: white;
}
.btn-default.btn-off.active {
  background-color: #da4f49;
  color: white;
}

.tbl_data thead td > span:nth-child(even),
.tbl_data tbody td > span:nth-child(even) {
  display: none;
}

.tbl_data.eng thead td > span:nth-child(even),
.tbl_data.eng tbody td > span:nth-child(even) {
  display: inline-block;
}
.tbl_data.eng thead td > span:nth-child(odd),
.tbl_data.eng tbody td > span:nth-child(odd) {
  display: none;
}