a.logo.logo-name {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.bn-singh-vm span {
  font-size: 26px;
  color: #ff8a03 !important;
}
li.item-init-01 .content {
  background-image: url(../img/Growing-economy.jpg);
}
li.item-init-02 .content {
  background-image: url(../img/Farmer.jpg);
}
li.item-init-03 .content {
background-image: url(../img/Employment-270_300.jpg);
}
li.idology-single-item-02.item-init-02 .idology-btn {
  color: #000;
}
a.footer-logo h2 {
  color: #fff !important;
  font-family: 'poppins';
}
.disclaimer p {
text-align: center;
color: #fff;
}
.social-link.sticky-link {
position: fixed;
right: 0px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
}
.social-link ul li {
color: #fff;
display: block;
font-size: 40px;
transition: all 0.3s ease-in;
margin: 0px;
padding: 0px;
}

.float-sm p,
.float-sm span,
.float-sm .twitter {
font: normal normal 10px Arial;
text-align: center;
color: #998578;
text-transform: uppercase;
letter-spacing: 3px;
}

.float-sm .twitter {
color: #72898b;
text-decoration: none;
display: block;
padding: 14px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}

.float-sm .twitter:hover {
color: #FF7D6D;
text-decoration: none;
}


/* Floating Social Media Bar Style Starts Here */

.float-sm .fl-fl {
background: #000000;
text-transform: uppercase;
letter-spacing: 3px;
padding: 4px 7px;
border-radius: 10px 0px 0px 10px;
width: 190px;
position: fixed;
right: -150px;
z-index: 1000;
font: 14px 'poppins';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
display: flex;
align-items: center;
}

.float-sm .fa {
font-size: 20px;
color: #fff;
padding: 10px 0;
width: 40px;
margin-left: 8px;
}

.float-sm .fl-fl:hover {
right: 0;
}

.float-sm .fl-fl a {
color: #fff !important;
text-decoration: none;
text-align: center;
line-height: 43px!important;
vertical-align: top!important;
}

.float-sm .float-fb {
top: 260px;
}

.float-sm .float-tw {
top: 315px;
}

.float-sm .float-yt {
  top: 370px;
  }
.float-sm i.fab {
font-size: 28px;
color: white;
margin-right: 10px;
}
/* Scroll */
/* width */
::-webkit-scrollbar {
width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #ff8a03; 
border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #db7805; 
}
/* About */
.misson-vision-area .tabcontent {
display: none;
}
.misson-vision-area {

}
/* Preloader */
.preloader {
  background: #000;
  color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1.preloader-text {
  color: #fff !important;
  font-family: 'poppins';
  font-size: 30px;
  text-transform: uppercase;
}
.preloader-mask {
  overflow: hidden;
  padding-right: 13px;
}
.preloader-text {
  margin: 0;
  font-size: 22px;
  transform: translateY(135%);
  transition: transform 0.3s cubic-bezier(0.4, -0.19, 0.42, 1.3);
}
.preloader .animate {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, -0.19, 0.42, 1.3);
          animation-timing-function: cubic-bezier(0.4, -0.19, 0.42, 1.3);
}
.preloader .animate.slide-up {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
.preloader .animate.delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .animate.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader.loaded .animate {
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader.loaded .animate.delay-1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader.loaded .animate.delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes slideUp {
  0% {
    transform: translateY(135%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(135%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-135%);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-135%);
  }
}

/* .news-card {
  background: #fff;
  margin: 0px 10px;
} */

ul.language-select {
margin: 0px;
padding: 0px;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
}

ul.language-select li {
width: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin: 0px 5px;
}
ul.language-select li a {
background: #ff8a03;
width: 75%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
border-radius: 10px;
text-decoration: none;
padding: 10px;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
font-family: 'Poppins';
text-align: center;
}
.modal-header {
justify-content: center;
}
.vision-single-item.tablinks.active .content {
background: linear-gradient(135deg, #ff8a03,#ff8a03, #fff, #039002);
}
.charity-area .section-title {
margin-bottom: 35px;
text-align: center;
}
.charity-area .section-title span {
font-size: 38px;
line-height: 58px;
font-weight: 700;
font-family: 'Poppins';
}
.section-title.white .title span {
color: #fff !important;
font-size: 35px;
font-weight: 700;
}
.contact-info .btn-wrapper {
display: block;
text-align: center;
margin: 5px 0px;
}
.glow-on-btn {
  position: relative;
}
.glow-on-btn:before {
  content: '';
  background: linear-gradient(45deg, #ff8a03, #ff7300, #fff, #48ff00, #039002, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
img.social-icons {
  width: 28px;
  margin-right: 5px;
}
.scroll-content {
  position: fixed;
  z-index: 9;
  bottom: 0px;
  background: #ad3f0a;
  box-shadow: 0px 0px 6px #0000009c;
  padding: 6px 0px;
  width: 100%;
}
.scroll-content p {
  margin: 0%;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}
marquee.autoScroll-content {
  display: flex;
  align-items: center;
}

h5.modal-own-title {
  text-align: left;
}
.content.modal-content-desc {
  font-family: 'poppins';
  height: 385px;
  overflow-y: scroll;
}

.content.modal-content-desc h4 {
  font-family: 'poppins';
}
.modal-footer {
  justify-content: center;
}
.carousel {
  position: relative;
  margin-top: 50px;
}
.about-bn-singh-page p {
  color: #000;
}
img.youtube-icon {
  width: 50%;
}
.video-thumbnail-section {
  text-align: center;
}
.single-support-item .support-content {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.initiative-section .section-title h2.title {
  font-size: 36px;
}

.support-area {
  position: relative;
}
.news-media-container {
  background: #000;
  padding: 25px;
}

.media-container {
  padding: 50px 0px;
}

.breadcrumb-area.media-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
  background: linear-gradient(to right, #a597ff54, #af460095);
  z-index: -1;
}