
html,
body {
 
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
  /* width: 100vw; */
  /* height: 100%; */
}
p{font-family: Raleway, Sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important; line-height: 28px !important;}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Bebas Neue", Sans-serif  !important;
    letter-spacing: 0px;
}
h2{font-size: 50px !important; font-weight: 600 !important; line-height: 53.86px; letter-spacing: 1px;}
h3{font-size: 48px !important; font-weight: 600 !important; line-height: 53.86px; letter-spacing: 1px;}
h4{font-size: 24px !important;}
h5{font-size: 30px !important; color:#000;}

ul, li{
  padding:0;
  margin:0;
}
a, a:hover{
  text-decoration: none;
}
button:focus{
  outline: none
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&display=swap');

/*  header */

.navigation{
  display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 75px;
}
.navigation_btn {
  background: #76b82a;
  font-size: 25px;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  display: none;
}
.navDonate{
  display: none;
}
.bannerbg {
  background-size: cover !important;
  width: 100%;
  height: 770px;
  position: relative;
  z-index: 1;
}
.bannerbg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.5); */
}
.header {
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.top40{
  top: 0;
}
.hbcolor{
  background-color: #fff;
}
.logo{
  background-color: #fff;
  text-align: center;
}
.logo img{
  height: 135px;
}
.cmpycontact {
  background-color: #f1f1f1;
  color: #545454;
  text-align: right;
}
.cmpycontact li {
  display: inline-block;
  padding-left: 40px;
  font-size: 15px;
}
.cmpycontact li span{
  padding-right: 5px;
}
.cmpycontact li a{
  color: #545454;
}
.donatenow {
  background: #ffed00;
  border: none;
  /* text-transform: uppercase; */
  font-family: "Bebas Neue", Sans-serif;
  color: #1d1d1d;
  padding: 15px 55px;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}
.donatenow:hover{
  background: #78b92d;
  color:#fff;
}
.navbarSec{
  background-color: #f9f9f9;
}
.navigation li{
  font-family: "Bebas Neue", Sans-serif;
  display: inline-block;
}
.navigation li a{
  color: #545454;
  padding: 26px;
  display: block;
  transition: all 1s ease-in-out;
}
.navigation li a:hover{
  color: #ffed00;
}
.socialMedia li{
  display: inline-block;
  padding-left: 10px;
}
.socialMedia li img{
  height: 18px;
}
.socialMedia{
  height: 100%;
  display: flex;
  align-items: center;
}
.bannerContent {
  padding-top: 180px;
}
.bannerContent h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}
.bannerContent h3:after {
  position: absolute;
  content: '';
  left: -100px;
  top: -16px;
  background: url(../images/titlebg.png) no-repeat;
  width: 419px;
  height: 45px;
  z-index: -1;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.bannerContent h1 {
  font-family: 'kiddo_handwritingmedium';
  color: #fff;
  font-size: 58px;
  line-height: 1px;
}
.bannerContent button {
  font-family: "Bebas Neue", Sans-serif;
  background: #ffed00;
  letter-spacing: 1px;
  border: none;
  padding: 10px 60px;
  border-radius: 30px;
}

.bannerContent button:hover, .bannerContent button:focus{
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
  background: #78b92d;
  color: #fff;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 }
  100% { box-shadow: inset 0 0 0 2em}
}
.donateSection, .campaignSiksha, .storyCnt{
  background:url('../images/background.jpg') repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}

.donateuserTabs{
  position: relative;
  z-index: 1;
}
.campaginBlackForm{
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: none;
}
.campaginBlackForm:after{
  top: 0;
  right: 0;
  position: absolute;
  content: '';
  background-color: #000;
  z-index: -1;
  width: 50%;
  height: 100%;
}
.campaginBlackForm .usercamImage {
  padding: 60px;
  padding-bottom: 30px;
  background: #fff;
}
.campaginBlackForm .usercamImage_url {
  border-bottom: 7px solid #fff212;
  text-align: center;
}
.campaginBlackForm .usercamImage .usercamImage_url img {
  width: auto;
  height: 300px;
}
.campaginBlackForm .img_description {
  font-family: "Bebas Neue", Sans-serif;
  color: #000;
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  padding: 12px 30px;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
}
.campaginBlackForm .checkusertype {
  padding-right: 15px;
  padding-bottom: 30px;
}
.campaginBlackForm .custom_radio input[type="radio"]:checked + label,.campaginBlackForm .notes {
  color: #fff;
}

.top_donate {
  width: 100%;
  margin-top: -240px;
}
.help{
  background-color: #000000;
  color: #fff;
}
.help .nav-tabs .nav-link.active {
  color: #1d1d1d;
  background-color: #e5e5e5;
  border: none;
  border-radius: 0;
}
.help .nav-tabs .nav-link{
  color: #fff;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 30px;
}
.dontent_description_content {
  padding: 30px 60px 0;
  color: #dfd8d8;
  font-size: 14px;
  min-height: 450px;
}
.help .nav-tabs {
  border:none;
}
.help .nav-tabs .nav-link:focus, .help .nav-tabs .nav-link:hover {
  border-color:transparent;
}
.ruppes_select li {
  display: inline-block;
  margin: 5px;
}
.ruppes_select [type="radio"]:checked,
.ruppes_select [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.ruppes_select [type="radio"] + label{
  color: #000000;
}
.dontent_description_content .ruppes_select [type="radio"]:checked + label,.dontent_description_content .ruppes_select [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  z-index: 1;
  width: 80px;
  margin: 0;
  padding: 0;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ruppes_select [type="radio"]:checked + label{
  color: #fff;
}
.ruppes_select [type="radio"]:checked + label:before, .ruppes_select [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  z-index: -1;
}
.ruppes_select [type="radio"]:checked + label:after, .ruppes_select [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #76c04e;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
.ruppes_select [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.ruppes_select [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ruppes_select{
  text-align: center;
}
.eduCld{
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.doHlp{
  color: #dfd8d8;
}
.cldImgs{ padding: 20px 0 15px;}
.cldImgs img{
  height: 40px;
}
.amtRps .form-control {
  border-radius: 0;
  padding-left: 25px;
  font-size: 14px;
}
.amtRps {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.amtRps select{
  text-transform: uppercase;
}
.amtRpsIcons {
  position: absolute;
  left: 14px;
  top: 8px;
  color: #000;
  font-size: 16px;
}
.btnDonatedd button{
  font-family: "Bebas Neue", Sans-serif;
    background: #ffed00;
    letter-spacing: 1px;
    border: none;
    padding: 13px 60px;
    border-radius: 30px;
    /* width: 100%; */
    color: #010101;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btnDonatedd button:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #79ba2e;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: center top;
    transform: scale(1, 0) translateZ(0);
    transition: all 0.25s ease-out;
    z-index: -1;
    color: #fff;
}
.btnDonatedd button:hover:before{
  transform: scale(1) translateZ(0);
}
.trmcont {
  color: #dfd8d8;
  font-size: 11px;
  margin-top: 60px;
}
.campaignSiksha h2 {
  font-family: "Bebas Neue", Sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 48px;
  margin-bottom: 40px;
}
.campaignSiksha h2 span{
  color: #76b82a;
}
.campaignSiksha p {
  line-height: 23px;
  font-size: 15px;
}
.counterCamgain li{
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.counterCamgain_invi_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counterCamgain_lft {
  width: 35%;
  background: #fff;
  box-shadow: 1px 0px 4px rgb(0, 0, 0, 0.2);
  padding: 40px 20px;
  font-family: 'bebas_neuebold';
  font-size: 55px;
  text-align: center;
  z-index: 1;
}
.counterCamgain_rgt {
  width: 65%;
  text-align: center;
  padding: 25px 0 15px;
}
.counterCamgain_rgt h4{
  font-family: 'bebas_neuebold';
  color: #fff;
  letter-spacing: 1px;
}
.counterCamgain_rgt p{
  color: #fff;
  margin: 0;
  font-size: 13px;
}
.redBg{
  background-color: #76b82a;
}
.yeloowbg{
  background-color: #ffed00;
}
.yeloowbg h4, .yeloowbg p{
  color: #000;
}
.mseduclr{
  background-color: #363636;
}
.phomessagebx{
  display: none;
}

/*  */
.videoeffect{
  position:relative;
  z-index: 1;
  background: url('../images/videobg.jpg') no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
}
.videoeffect::after{
  position:absolute;
  content: '';
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.videoeffect h4{
  color: #ffed00;
  font-weight: 700;
}

.videoeffect h2{
  color: #fff;
  font-family: 'bebas_neuebold';
  font-size: 67px;
  margin: 0;
}
.vscetion{
  position:relative;
}
.vdoIcons {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.vdoIcons button {
  background: #dc3545;
  border: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: none;
  outline: 8px solid rgba(255, 255, 255, 0.2);
}
.vdoIcons-sub {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  top: 40%;
  bottom: 0;
  left: 45%;
  right: 0;
}
.vdoIcons-sub button {
  background: #dc3545;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: none;
  outline: 8px solid rgba(255, 255, 255, 0.2);
}
.pulse{
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
#videoModal .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  /* color: #fff; */
  opacity: 1;
  width: 30px;
  height: 30px;
  background: #fff;
}
/*  */

.gallerySloider .owl-item{
  border:3px solid #fff;
}
.ta_image_gallery img{
  max-width: 100%;
}
.sliderCont{
  position: relative;
}
.sliderCont:after{
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ta_text_content {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
  display: flex;
}
.dateyers{
  color: #fff;
}
.dtbg1 .dateyers {
  background-color: #76b82a;
}
.ta_text_content .dateyers{
  margin: 0 20px;
  padding: 0px 10px;
  text-align: center;
}
.date {
  font-family: 'bebas_neuebold';
  font-size: 50px;
  line-height: 1;
}
.months { line-height: 1;}
.ta_text_content .dtContent h4 {
  color: #dfd8d8;
  font-size: 18px;
  margin-bottom: 5px;
}
.ta_text_content h3 {
  font-family: 'bebas_neuebold';
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.dtbg1 .dtContent h3{
  color: #76b82a;
}
.dtbg2 .dateyers {
  background-color: #d8c900;
}
.dtbg3 .dateyers {
  background-color: #1d1d1b;
}

.gallerySloider .owl-prev {
  position: absolute;
  top: 40%;
  left: 2%;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transform: rotate(-60deg);
}
.gallerySloider .owl-prev i{
  opacity: 1;
  font-size: 20px;
}
.gallerySloider .owl-next {
  position: absolute;
  top: 40%;
  right: 2%;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.gallerySloider .owl-next i{
  opacity: 1;
  font-size: 20px;
}
.gallery_slider .container{
  max-width: 100%;
  padding: 0;
}
.keyIntervention{
  padding:60px 0;
  background-color: #fff;
}
.keyDescriotn li{
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.conteducation{
  color: #000;
}
.conteducation h3{
  font-family: 'bebas_neuebold';
  color: #000;
}
.conteducation p{
  font-size: 11px;
}
.img_main_lft{
  padding-right: 20px;
}
.imgeducation{
  display: flex;
  align-items: center;
}
.tvIcons img{
  height: 50px;
}
.tvIcons{
  margin-right: 20px;
}
/*  */
.storyCnt {
  padding: 60px 0 80px;
}
.sikshaStory h2 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 50px;
  margin-bottom: 25px;
}
.sikshaStory h2 span{
  color: #76c04e;
}
.sikshaStory h3{
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 21px;
}
.rghtSlider70{
  padding-right: 70px;
}
.storySlider img{
  max-width: 100%;
}
.strySliderCont{
  border: 2px solid #d7d7d7;
  padding: 36px;
  border-top: none;
}
.strySliderCont p{
  line-height: 22px;
  margin: 0;
}
.storySlider .owl-pagination{
  position: absolute;
  left: 0;
}
.storySlider .owl-buttons{
  position: absolute;
  right: 0;
}
.storySlider .owl-controls .owl-page span {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: #fff;
  border: 4px solid #d7d7d7;
}
.storySlider .owl-controls .owl-page.active span {
  background: #76b82a;
  border: 4px solid #acd373;
}
.storyCnt2 .storySlider .owl-controls .owl-page.active span{
  border-color:#fff989;
  background: #fff100;
}
.storySlider .owl-controls{
  padding-top: 20px;
}
.storySlider .owl-controls .owl-buttons div {
  background: transparent;
  opacity: 1;
  color: transparent;
}
.storySlider .owl-controls .owl-buttons .owl-prev{
  background: url('../images/prev_icns.webp') no-repeat right;
}
.storySlider .owl-controls .owl-buttons .owl-next{
  background: url('../images/next_icns.webp') no-repeat right;
}
.storyCnt2  .storySlider .owl-controls .owl-buttons .owl-next{
  background: url('../images/arrow_left.webp') no-repeat right;
}
.story_tx_content {
  display: flex;
}
.story_tx_content .dateyers {
  margin-right: 44px;
  padding: 10px 20px;
  text-align: center;
}
.story_tx_content .date {
  font-family: 'bebas_neuebold';
  font-size: 80px;
  line-height: 1;
}
.sikshaStory li{
  display: block;
  padding-bottom: 40px;
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 40px;
}
.sikshaStory li:last-child{
  border: none;
  margin: 0;
  padding: 0;
}
.story_tx_content.green .dateyers{
  background-color: #76b82a;
}
.story_tx_content.yellow .dateyers{
  background-color:#d8c900;
}
.story_tx_content.black .dateyers{
  background-color:#1d1d1b;
}

.authorName span{
  padding: 0 10px;
}
.authorName{
  font-size: 13px;
    margin-bottom: 10px;
}
.dtContent .destext{
  font-size: 14px;
    line-height: 20px;
    margin: 0;
}
/*  */
.blendedlerning{
  background: url('../images/gradientbg.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
}
.blendedlerning h2 {
  font-family: 'bebas_neuebold';
  color: #fff;
  font-size: 65px;
  letter-spacing: 1px;
  line-height: 1;
}
.blendedlerning p {
  line-height: 21px;
  color: #dfd8d8;
  padding-right: 70px;
}
.blendedlerning a{
  font-family: 'bebas_neuebold';
  color: #fff212;
 }
 /*  */
 .footer{
   background-color: #4c4d4c;
   padding: 50px 0 0;
 }
 .footer .container{
   max-width: 1200px;
 }
 @media (min-width: 1280px) {
    .footer .container{
   max-width: 1200px;
 }
}
.fa-brands, .fab{font: normal normal normal 14px / 1 FontAwesome !important;}
 .fowUs{
   background-color: #fff;
   padding: 15px 25px;
 }
 .flwsussme{
   padding-left: 20px;
 }
 .flwsussme h2{
  font-family: 'bebas_neuebold';
  color: #000;
 }
 .flwsussme li{
  display: inline-block;
  padding-right: 10px;
 }
 .flwsussme li a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.5 ease-in-out; border: 1px solid #000;
}
/*.flwsussme li a:hover{
  background-color: #bd5011;
}*/
.flwsussme li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

/*.flwsussme button {
  font-family: "Bebas Neue", Sans-serif;
  color: #000;
  background-color: #fff212;
  border-radius: 20px;
  padding: 10px 90px;
  border: none;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.flwsussme button:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #79ba2e;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: center top;
    transform: scale(1, 0) translateZ(0);
    transition: all 0.25s ease-out;
    z-index: -1;
    color: #fff;
}
.flwsussme button:hover:before{
  transform: scale(1) translateZ(0);
}*/
.border-rt{
  border-right: 2px solid #898989;
}
.backtotop{
  text-align: center;
  padding: 10px;
  color: #fff;
  font-family: "Bebas Neue", Sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
}
.backtotop a{
  color: #fff;
}
.qlinks{
  text-align: center;
  border-top: 2px solid #636363;
  border-bottom: 2px solid #636363;
  font-family: "Bebas Neue", Sans-serif;
  padding: 20px 0;
  letter-spacing: 1px;
}
.qlinks li{
  display: inline-block;
  padding: 0 45px;
}
.qlinks li a{
  color: #fff;
}
.qlinks li a:hover{
  color: #fff212;
}
.coprright{
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
}
.coprright li {
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
}
.coprright li a{
  color: #fff;
}

/*  */
.header2{
  margin-top: 0;
}
.header2 .logo {
  background-color: transparent;
  text-align: left;
}
.blogheader  {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
.blogheader li {
  display: inline-block;
  font-family: "Bebas Neue", Sans-serif;
  padding-left: 15px;
}
.blogheader li a{
 color: #000;
 letter-spacing: 1px;
}
.blogheader li a.blogbtndonate{
  background-color: #fff212;
  color: #000;
  padding: 10px 50px;
  border-radius: 30px;
}
.header2{top: 0;background-color: #fff;}
.header2 .logo img {
  height: 80px;
}

.bgwhitetran .blogheader li a {
  color: #000;
}

.banner2 {
  height: 560px;
  background-position: 0px 80px !important;
}
.bannerContent2 {
  padding-top: 90px;
}
.bannerContent2 h3{
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}
.bannerContent2 h1 {
  font-family: "Bebas Neue", Sans-serif;
  color: #fff;
  font-size: 68px;
  margin: 0 0 0px;
  background-color: #1d1d1e85;
  padding: 5px;
  display: inline-table;
}
.bannerContent2 p {
  color: #fff;
  font-size: 15px;
  padding-right: 23px;
}
.top_donate2 {
  margin-top: -160px;
  position: relative;
  z-index: 1;
}
.supportblock {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  padding: 30px 50px;
  position: relative;
  overflow: hidden;
}
.sptcontent h3 {
  font-family: "Bebas Neue", Sans-serif;
  color: #000;
  font-size: 44px;
}
.sptcontent li a h3{
  font-size: 35px;
  margin: 0;
}
.sptcontent .nav-tabs {
  border: none;
  margin-bottom: 10px;
}
.sptcontent .tab-content{
  margin-top: 20px;
}
.sptcontent .nav-tabs .nav-link.active {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,f2faff+47,ddf2ff+100&1+0,0.79+100 */
background: -moz-linear-gradient(left,  rgba(240,249,255,1) 0%, rgba(242,250,255,0.9) 47%, rgba(221,242,255,0.79) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(240,249,255,1) 0%,rgba(242,250,255,0.9) 47%,rgba(221,242,255,0.79) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(240,249,255,1) 0%,rgba(242,250,255,0.9) 47%,rgba(221,242,255,0.79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#c9ddf2ff',GradientType=1 ); /* IE6-9 */

}

.sptcontent span{
  color:#76c04e;
}
.sptcontent p {
  opacity: 0.8;
  font-size: 15px;
  padding-right: 80px;
  margin-bottom: 15px;
  line-height: 19px;
}
.campaigntabs .nav-tabs .nav-link {
  color: #000;
  background-color: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 0;
  font-family: "Bebas Neue", Sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
}

.campaigntabs .nav-tabs .nav-link.active{
  background-color: #76c04e;
  border:2px solid #76c04e;
  color: #000;
  
}
.campaigntabs .nav-tabs li:first-child a{
  border-radius: 0px;
  border-right: none;
}
.campaigntabs .nav-tabs li:last-child a{
  border-radius: 0;
  border-left: none;
}
.campaigntabs  .nav-tabs {
  border-bottom: none
}
.swiftBlockSupport {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  transition: all 0.5 ease-in-out;
}
.usercamImage{

  position: relative;
}
.usercamImage_url {
  border: 7px solid #fff212;
  border-bottom: 60px solid #fff212;
}
.usercamImage .usercamImage_url img{
  width: 100%;
}
.img_description {
  font-family: "Bebas Neue", Sans-serif;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  padding: 8px;
  text-align: center;
  font-size: 18px;
  /* letter-spacing: 1px; */
}
.img_description span{
  color: #76c04e;
}
.checkusertype li{
  display: inline-block;
}
.custom_radio{
  font-family: "Bebas Neue", Sans-serif;
  margin: 20px;
  color: #cdc2c2;
}
.custom_radio input[type="radio"]:checked + label{
  color:#000;
}
.custom_radio input[type="radio"]{
 display: none;
}
.custom_radio .nav-tabs .nav-link {
  border: none;
  padding: 0;
}
article{
  display: none;
  margin-left: 20px;
}
article.on{
  display: block;
}
article ::-webkit-input-placeholder { /* Edge */
  color: #cdc2c2
}
article .form-control{
  border-color: #fff212;
} 
article .form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
.submitbtn {
  font-family: "Bebas Neue", Sans-serif;
  background: #ffed00;
  letter-spacing: 1px;
  border: none;
  padding: 6px 110px;
  border-radius: 30px;
  color: #010101;
  margin-top: 10px;
  font-size: 22px;
}
#choosefiles{
  display: none;
}
.campaginForm{
  display: none;
}
.textfile {
  color: #76b82a;
  text-decoration: underline;
  padding-right: 10px;
  cursor: pointer;
  font-weight: 700;
  /* letter-spacing: 1px; */
}
.fw13 {
  font-weight: 400;
  font-size: 13px;
  color: #b9b1b1;
}
.date-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  /* pointer-events: none; */
  cursor: pointer;
  color: #aaa;
}
.notes{
  font-weight: 400;
  font-size: 11px;
  opacity: 0.9;
  color: #000;
  text-transform: uppercase;
}
.agreetxt{
  color: #cdc2c2;
  font-size: 12px;
}
article :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cdc2c2
}

article ::placeholder {
  color: #cdc2c2
}
.custom_radio input[type="radio"] + label{
 position: relative;
 display: inline-block;
 padding-left: 1.5em;
 margin-right: 2em;
 cursor: pointer;
 line-height: 1em;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 1em;
 height: 1em;
 text-align: center;
 color: white;
 font-family: Times;
 border-radius: 50%;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
}
.custom_radio input[type="radio"] + label:before {
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
 border: 2px solid #cdc2c2;
}
.custom_radio input[type="radio"] + label:hover:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 5px solid #76b82a;
}
.custom_radio input[type="radio"]:checked + label:before {
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
 border: 5px solid #76b82a;
}


.campaigntabs_content {
  padding: 40px 10px;
  background: #f6f5f5;
  border: 2px dashed #ddd;
  margin-top: 20px;
  min-height: auto;
  border-radius: 10px;
}
.campaigntabs_content .amtRps{
  width:100%;
}
.campaigntabs_content .amtRps .form-control {
  border-radius: 8px;
  height: 40px !important;
}
.btnDonatedd.campaigntabs_content_btn button {
  letter-spacing: 1px;
  padding: 8px 60px;
  margin-top: 30px;
  font-size: 18px;
  /* letter-spacing: 1px; */
}
.campaigntabs_content .doHlp {
  color: #000;
  font-size: 18px;
}
.campaigntabs_content .eduCld {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.campaigntabs_content .cldImgs {
  padding: 30px 0 25px;
}
.campaigntabs_content .cldImgs img {
  height: 35px;
}
.campaigntabs_content .ruppes_select [type="radio"]:checked + label:after, .campaigntabs_content .ruppes_select [type="radio"]:not(:checked) + label:after {
  border-radius: 5px;
}
.campaigntabs_content .ruppes_select [type="radio"]:checked + label:before, .campaigntabs_content .ruppes_select [type="radio"]:not(:checked) + label:before {
  border-radius: 5px;
}
.campaigntabs_content .ruppes_select [type="radio"]:checked + label, .ruppes_select [type="radio"]:not(:checked) + label {
  height: 40px;
}

.trmCnsiof{
  font-size: 13px;
  text-align: center;
  opacity: 0.9;
}
.counterCamgain2 li {
  display: block;
  margin-bottom: 70px;
}
.counterCam_counter{
  position: relative;
}
.counterCam_counter_content {
  border: 2px solid #ffed00;
  padding: 35px 15px 10px 30px;
  text-align: right;
  min-height: 90px;
}
.counterCamgain2 {
  padding-left: 30px;
  margin-top: 30px;
}
.campaignSiksha2 p{
  line-height: 20px;
}
.study_campang2{
  max-height: 200px;
    overflow-y: auto;
}
.counterCam_counter_content h4{
  font-family: "Bebas Neue", Sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.counterCam_counter_content p{
  opacity: 0.9;
  margin: 0;
  font-size: 12px;
}
.counterCam_counter_number {
  position: absolute;
  line-height: 1;
  left: 40px;
  top: -60px;
  background: #fff;
  padding: 20px 5px 0px 5px;
  font-family: "Bebas Neue", Sans-serif;
  color: #000;
  font-size: 80px;
}
.campaignSiksha2{
  background-color: #fff;
  position: relative;
}
.campaignSiksha2:before {
  position: absolute;
  content: '';
  right: 0;
  top: -257px;
  background: url('../images/siksha2rtbg.png') no-repeat;
  width: 163px;
  height: 389px;
  background-size: cover;
}
.campaignSiksha2:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10px;
  background: url('../images/siksha2lftbg.webp') no-repeat;
  width: 136px;
  height: 346px;
  background-size: cover;
}
.vediogallery_lft{
  float: left;
  width: 50%;
}
.vediogallery_rgt{
  float: left;
  width: 50%;
  padding:60px 20px 40px 30px;

}
.vediogallery{
  background:url('../images/background.jpg') repeat;
  background-size: 100%;
  float: left;
  width: 100%;
}
.vediogallery_rgt h3 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 42px;
}
.vediogallery_rgt p{
  padding-right: 10px;
}
.vediogallery_rgt h3 span{
  color: #76c04e;
}
.vediogallery_cnt {
  font-family: "Bebas Neue", Sans-serif;
  color: #000;
  background-color: #fff212;
  padding: 50px 60px 40px 70px;
  margin-top: -10px;
  font-size: 34px;
  /* padding-right: 150px; */
  line-height: 1;
}
.storyCnt2 {
  background: #fff;
  padding: 140px 0 240px;
  position: relative;
}
.donateSection, .campaignSiksha2{
  background: #fff;
}
.storyCnt2:before {
  position: absolute;
  content: '';
  top: 10px;
  right: 0;
  background: url('../images/siksha4rtbg.webp') no-repeat;
  width: 181px;
  height: 400px;
  background-size: cover;
}
.storyCnt2:after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 0;
  background: url('../images/siksha3rtbg.webp') no-repeat;
  width: 218px;
  height: 329px;
}
.storyCnt2 .storySlider .owl-pagination {
  right: 0;
}
.study_campang2_lft {
  float: left;
  width: 60%;
  padding-right: 20px;
}
.study_campang2_lft h4 {
  /*font-weight: 700;*/
  color: #000;
  font-size: 18px;
}
.study_campang2_rht{
  float: left;
  width: 40%;
}
.study_campang2_lft p {
  font-size: 14px;
  line-height: 20px;
}
.rghtSlider40{
  margin-right: 40px;
}
.camStory_pg{
  position: relative;
}
.camStory_pg:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 310px;
  top: 0;
  right: 0;
  background-color: #fff212;
}
.camStory_pg:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 310px;
  top: 60px;
  right: 2px;
  background-color: #76c04e;
  z-index: 1;
}
.camStory_pg .owl-item, .newsCnt{
  padding: 15px;
  border: 1px solid #ccc;
  position: relative;
}


.newsSlider .owl-buttons {
  position: absolute;
  right: 0;
  padding-top: 45px;
}

.newsSlider .owl-controls {
  padding-top: 0px;
  margin-top: 0px;
}

.newsSlider .owl-controls .owl-buttons div {
  background: transparent;
  opacity: 1;
  color: transparent;
}

.newsSlider .owl-controls .owl-buttons .owl-prev {
  background: url('../images/prev_icns.png') no-repeat right;
}

.newsSlider .owl-controls .owl-buttons .owl-next {
  background: url('../images/next_icns.png') no-repeat right;
}

.newsCnt .newsSlider .owl-controls .owl-buttons .owl-next {
  background: url('../images/arrow_left.png') no-repeat right;
}

.readmore {
 width: 85px;
}


.newsCnt h5 {
  font-family: "Bebas Neue", Sans-serif;
  background-color: #fff212;
  color: #000;
  padding-left: 10px;
  margin-bottom: 30px;
}
.nws_date_content {
  background-color: #fff212;
  text-align: center;
  line-height: 1;
  width: 120px;
  padding: 10px 5px;
  margin-right: 20px;
  min-height: 150px;
}
.cmdate {
  color: #000;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 25px;
  
}
.camyers {
  border-top: 1px solid #000;
  padding-top: 3px;
  margin-top: 3px;
  font-size: 13px;
  line-height: 16px;
}
.cmdate{
  color: #000;
  font-family: "Bebas Neue", Sans-serif;
}
.nws_txt_content h4{
  /*font-weight: 700;*/
    color: #000;
    font-size: 18px;
}
.nws_txt_content p{
  font-size: 14px;
  line-height: 20px;
}
.nws_txt_content a {
  color: #76c04e;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
}
.nwsContent{
  display: flex;
  height: 200px;
  overflow-y: hidden;
}
.keyIntervention2{
  position: relative;
  z-index: 1;
  padding: 50px 0 70px 0;
  background:url('../images/background.jpg') repeat;
  background-size: 100%;
}
.keyIntervention2:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff212;
  height: 180px;
  z-index: -1;
}
.keyIntervention2 h2 {
  font-family: 'bebas_neuebold';
  color: #000;
  margin-bottom: 25px;
  font-size: 43px;
}
.keyIntervention2 h3 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 20px;
}
.fstToolEducation{
  position: relative;
  background-color: #fff;
  padding: 20px;
  min-height: 180px;
  text-align: center;
}
.keyIntervention2 .col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
.fstToolEducation p{
  line-height: 17px;
  margin: 0;
  letter-spacing: -1px;
  font-size: 14px;
}
.rghtArrow {
  color: #fff;
  background-color: #76c04e;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 40px;
  border-radius: 60px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fstToolEducation img{
  height: 100px;
}
.cam_colaboration {
  background-color: #fff;
  padding: 110px 0 90px;
  position: relative;
}
.cam_colaboration::before {
  position: absolute;
  content: '';
  top: 10px;
  right: 0;
  background: url('../images/collaborationbg.png') no-repeat;
  width: 90px;
  height: 363px;
  background-size: cover;
}
.cam_colaboration h2 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 42px;
  margin-bottom: 30px;
}
.collaborationsSlider .sldrImgCl{
  border: 1px solid #ccc;
  margin: 0 5px;
}
.eduDivided{
  padding: 90px 0;
  background: url('../images/eduDivided.jpg') no-repeat;
  background-size: cover;
  height: 640px;
}
.eduDivided_content {
  border: 2px solid #fff;
  width: 500px;
  background: rgba(0, 0, 0, 0.3);
  padding: 70px 32px 30px 40px;
  color: #fff;
}
.eduDivided_content h2{
  letter-spacing: -1px;
}
.eduDivided_content p{
  padding-right: 120px;
  opacity: 0.9;
}
.eduDivided_content a {
  font-family: "Bebas Neue", Sans-serif;
  color: #fff212;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 30px;
  display: block;
}
/* header */

header.main-header {
  position: fixed;
  transition-duration: 0.6s;
  transition: position .18s ease-in-out;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0;
} 
.topHeader{
  background-color: #000000;
  text-align: right;
}
.topHeader_content{
  display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
}
.tpHaderbtn {
  display: flex;
  width: 270px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.donatebtn {
  background: #ffed00;
  border: none;
  font-family: "Bebas Neue", Sans-serif;
  color: #1d1d1d;
  padding: 15px 55px;
  font-size: 20px;
  width: 150px;
}

.tpHaderbtn li{
  display: flex;
  transition: all 1s ease-in-out;
}
.tpHaderbtn li ul {
  background: #ffed00;
  width: 130px;
  display: none;
}
.tpHaderbtn li:hover ul{
  display: block;
}
.tpHaderbtn li ul li {
  display: table-cell;
  width: 1%;
  text-align: left;
  padding: 17px 0;
}
.tpHadertxt{
  font-size: 13px;
  opacity: 0.9;
  margin-right: 15px;
}
.mainheader{
  background-color: #F7F7F7;
  display: flex;
}
.dropdownsubmenu {
  background-color: #000;
  padding: 20px 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 100%;
  left: 0;
  top: 150%;
  z-index: 11;
}
.nav_somedia .sm_navigation li:hover .dropdownsubmenu{
  visibility: visible;
  opacity: 1;
  top: 70px;
}
.sm_certificate{
  position: absolute;
  right: 11%;
}
.logoSmile {
  position: absolute;
  top: 0;
  width: 200px;
}
.nav_somedia {
  margin-left: 250px;
  display: flex;
  align-items: center;
}
.nav_somedia .sm_navigation li {
  display: inline-block;
  font-family: "Bebas Neue", Sans-serif;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 25px;
}
.nav_somedia .sm_navigation li a{
  color: #000000;
  transition: all 0.5s ease-in-out;
  display: block;
}
.nav_somedia .sm_navigation li a:hover{
  color: #77B72A;
  transform: scale(1.1);
}
.smilSocialmedia li {
  display: inline-block;
  padding: 0 6px;
}
.sm_navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 69px;
  position: relative;
}
.nav_somedia .sm_navigation li .dropdownsubmenu li {
  display: block;
  text-align: left;
  padding: 0;
}
.nav_somedia .sm_navigation li .dropdownsubmenu li a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  padding: 10px 0;
  font-weight: 300;
}
.nav_somedia .sm_navigation li .dropdownsubmenu li a:hover{
  color: #77B72A;
  transform: scale(1.03);
}
.smilSocialmedia{
  margin-left: 10px;
}
.smilSocialmedia li img{
  height: 16px;
}
/*  search  */
#search-box {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}

#search-box .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
#search-box .close:hover {
  opacity: 1;
}
#search-box .close:before, #search-box .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
}
#search-box .close:before {
  transform: rotate(45deg);
}
#search-box .close:after {
  transform: rotate(-45deg);
}
#search-box .search-main {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#search-box .search-main .search-inner {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
#search-box .search-main form {
  position: relative;
}
#search-box .search-main input {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 5px 74px 5px 0;
  font-size: 32px;
  height: 34px;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 3s;
}
#search-box .search-main input:focus {
  outline: none;
}
#search-box .search-main button {
  border: 0;
  right: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 12px;
  top: -32px;
  bottom: 0.3em;
  background: transparent;
  font-size: 25px;
  color: #fff;
}
#search-box .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}
#search-box.-open {
  background: rgba(0, 0, 0, .8);
  visibility: visible;
  animation: fadein 0.8s;
}
#search-box.-open .search-main input {
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
 }
  to {
    opacity: 1;
 }
}
/* banner  */
.sm-banner {
  background: url('../images/ImpactEducation.png') no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  background-position: 0 -137px;
  position: relative;
  z-index: 1;
  margin-top: 128px;
}
.sm_banner_content h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 18px;
}
.sm_banner_content h3:after {
  position: absolute;
  content: '';
  left: -100px;
  top: -6px;
  background: url('../images/titlebg.png') no-repeat;
  min-width: 510px;
  height: 58px;
  z-index: -1;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  opacity: 0.7;
}
.smBannerSlider .owl-carousel {
  position: initial;
}
.sm_banner_content h1 {
  font-family: 'kiddo_handwritingmedium';
  color: #fff;
  font-size: 88px;
  line-height: 1px;
}
.sm_banner_content button {
  font-family: "Bebas Neue", Sans-serif;
  background: #ffed00;
  letter-spacing: 1px;
  border: none;
  padding: 10px 60px;
  border-radius: 30px;
}
.sm-banner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.sm-slider-position {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  padding-top: 5%;
}
.smBannerSlider.owl-carousel{
  position: initial;
}
.smBannerSlider .owl-pagination{
  position: absolute;
    bottom: 10px;
    z-index: 11;
    left: 0;
    width: 100%;
}
.smBannerSlider.owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  opacity: 1 !important;
}
.smBannerSlider.owl-theme .owl-controls .owl-page.active span{
  background: #ffed00;
}
/* campaign */
.sm_campaign{
  background: #ffffff;
  padding:60px 0 50px;
}
.campaign_txt_content h4{
  color: #75B82A;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.campaign_txt_content h3 {
  color: #000000;
  font-family: 'bebas_neuebold';
  font-size: 52px;
  letter-spacing: 2px;
}
.camp_content{
  margin-top: 30px;
}
.campaign_skill {
  background-color: #76B829;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  float: left;
  margin-right: 30px;
  width: 220px;
  height: 210px;
  margin-left: -150px;
  padding: 50px 37px;
  font-size: 20px;
  text-align: center;
}
.campaign_skill span{
  font-weight: 700;
}
.camp_content p {
  font-family: 'Raleway', sans-serif;
  color: #000;
  line-height: 19px;
  font-size: 16px;
  font-weight: 400;
}
.skill_campaign_btn{
  margin-top: 15px;
  display: inline-block;
}
.knowmorebtn {
  border: 1px solid #FFED00;
  background-color: transparent;
  font-family: "Bebas Neue", Sans-serif;
  padding: 10px 0px;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
  width: 160px;
}
.knowmorebtn:hover{
  background-color: #76B829;
  border: 1px solid #76B829;
  color: #fff;
  font-size: 17px;
}
.donateskill{
  border: 1px solid #FFED00;
  background-color: #FFED00;
  font-family: "Bebas Neue", Sans-serif;
  padding: 10px 0;
  border-radius: 30px;
  margin-left: 10px;
  transition: all 1.0s ease-in-out;
  width: 150px;
}
.donateskill span{
  display: none;
}
.donateskill:hover span{
  display: inline-block;
  padding-left: 6px;
  transition: all 1.0s ease-in-out;
}
.donateskill img{
  width: 18px;
}
.sikhshasler{
  background-color: #E2E2E2;
  padding: 20px 60px;
}
.slider_health {
  display: flex;
  align-items: center;
}
.slider_health_img{
  width: 200px;
}
.slider_health_txt {
  background-color: #fff;
  color: #000;
  font-family: 'bebas_neuebold';
  margin-left: -12px;
  width: 135px;
  font-size: 29px;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
}
.smhealthSlider .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -40px;
  top: 38%;
  opacity: 1;
  background: transparent;
  font-size: 25px;
}
.smhealthSlider .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -40px;
  top: 38%;
  opacity: 1;
  background: transparent;
  font-size: 25px;
}
.healthslider{
  padding-bottom: 60px;
}
.aboutSmile{
  padding: 60px 0;
  background: url('../images/background.jpg') repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.smilefundation h4{
  color: #75B82A;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.smilefundation h3{
  color: #000;
  font-family: 'bebas_neuebold';
  font-size: 55px;
}
.smilefundation p{
  color: #000;
  line-height: 20px;
  font-size: 14px;
}
.abodescription span{
  font-weight: 700;
}
.abochild{
  padding: 0 15px;
}
.abodescription {
  background: #FFED00;
  padding: 15px 82px;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.sm_ourwork{
  background-color: #fff;
  padding: 60px 0;
}
.ourtitle{
  text-align: center;
  padding-bottom: 20px;
}
.sm_ourwork .ourtitle h3 {
  color: #000;
  font-family: 'bebas_neuebold';
  font-size: 58px;
  letter-spacing: 1px;
}
.sm_ourwork .ourtitle p{
  color: #000;
  line-height: 20px;
}
.sm_ourarea{
  position: relative;
}
.sm_ul_background {
  height: 316px;
  position: relative;
  margin-bottom: 15px;
  width: 90%;
  display: flex;
  align-items: center;
  padding-left: 9%;
}
.sm_change_images{
  position: absolute;
  /* z-index: 1; */
  left: 8px;
  top: -7px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.sm_change_bx{
  width: 220px;
  height: 220px;
  display: flex;
}
.sm-ourwork-overlay{
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.5s ease-in-out;
}
.sm_ul_background:hover .sm-ourwork-overlay{
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
} 
.sm_ul_background:hover .sm-showcontent{
  display: none;
}
.owkstl1{
  background: url('../images/home/Subtraction\ 2.png') no-repeat;
  background-size: 100%;
}
.owkstl2{
  background: url('../images/home/Subtraction\ 3.png') no-repeat;
  background-size: 100%;
  margin-left: 10%;
}
.owkstl3{
  background: url('../images/home/Subtraction\ 1.png') no-repeat;
  background-size: 100%;
}
.owkstl4{
  background: url('../images/home/Subtraction\ 4.png') no-repeat;
  background-size: 100%;
  margin-left: 10%;
}
.sm-showcontent h3 {
  font-family: "Bebas Neue", Sans-serif;
  color: #fff;
  font-size: 44px;
}
.sm-showcontent p{
  color: #fff;
  opacity: 0.9;
}
.owkstl3 .sm-showcontent p{
  width: 220px;
}
.owkstl1 .sm-showcontent p{
  width: 240px;
}
.owkstl4 .sm-showcontent, .owkstl2 .sm-showcontent {
  text-align: right;
  padding-right: 50px;
  padding-left: 60px;
}
.owkstl4 .sm-showcontent p{
  padding-left: 40%;
}
.owkstl2 .sm-showcontent p{
  padding-left: 20%;
}
.owkstl1 .sm-show-imgaes{
  position: absolute;
    right: 80px;
    top: 40px;
}
.owkstl2 .sm-show-imgaes{
  position: absolute;
    left: 90px;
    top: 40px;
}
.owkstl3 .sm-show-imgaes {
  position: absolute;
  right: 90px;
  bottom: 40px;
}
.owkstl4 .sm-show-imgaes{
  position: absolute;
    left: 90px;
    bottom: 40px;
}
.sm-show-imgaes img{
  width: 70px;
}
.sm-ourwork-overlay li{
  color: #fff;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
}
.sm-ourwork-overlay li:before{
  content: '-';
}
.hoversm1 {
  width: 273px;
  height: 273px;
  background-size: 100% !important;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.hoversm1.highlight{
  display: block;
}
.hoverimgss{
  width: 350px;
    height: 350px;
    position: absolute;
    left: -40px;
    top: -30px;
}
.hoverimgss img{
  width: 100%;
}
.owkstl2:hover .sm-ourwork-overlay, .owkstl4:hover .sm-ourwork-overlay {
  width: 90%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blogsection{
  padding: 60px 0;
  background: url('../images/background.jpg') repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.blogsection h3 {
  color: #000;
  font-family: 'bebas_neuebold';
  font-size: 55px;
  margin-bottom: 40px;
}
.blogSlider_bx h4{
  color: #000;
  font-family: "Bebas Neue", Sans-serif;
}
.blogSlider_bx .strySliderCont {
  padding: 36px 36px 0;
}
.blogSlider_bx p {
  line-height: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.blogSlider.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    border:1px solid #869791;
    background: #fff;
}
.blogSlider.owl-theme .owl-controls .owl-page.active span{
  border:1px solid #FFED00;
  background: #FFED00;
}
.blogSlider .owl-buttons{
  position: absolute;
  right: 0;
  bottom: 0;
}
.blogSlider.owl-theme .owl-controls .owl-buttons div {
  color: #869791;
  padding: 3px 5px;
  background: transparent;
  opacity: 0.5;
  font-size: 16px;
}

.newsStory li {
  display: block;
  padding-bottom: 30px;
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 30px;
}
.news_tx_content {
  display: flex;
}
.news_tx_content.yellow .dateyers {
  background-color: #d8c900;
}
.news_tx_content .date {
  font-family: 'bebas_neuebold';
  font-size: 60px;
  line-height: 1;
}
.newsStory .months {
 line-height: 20px;
}
.news_tx_content .dateyers {
  background-color: #FFED00;
  padding: 10px 5px;
  text-align: center;
  color: #000;
  margin-right: 20px;
}
.newsStory h4 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 20px;
}
.readmore{
  font-family: 'bebas_neuebold';
  color: #75B82A;
  margin-top:10px;
}
.blogSlider_bx .strySliderCont .readmore{
  margin-top: 30px;
  display: inline-block;
}
.newsStory li:last-child {
  padding: 0;border: none;
}
.smStory {
  background-color: #fff;
  padding: 60px 0;
  float: left;
  width: 100%;
}
.smstoryflcontent{
  border: 2px solid #FFED00;
}
.smstoryflcontent{
  float: left;
  width: 100%;
}
.smstoryimgleft {
  float: left;
  width: 45%;
}
.smsrotycontent {
  padding: 25px 50px 30px 70px;
  float: left;
  width: 55%;
  position: relative;
}
.smsrotycontent::after {
  position: absolute;
  right: 0;
  content: '';
  background: url('../images/Group39.png') no-repeat;
  width: 55px;
  height: 59px;
  background-size: 100%;
  bottom: 0;
  right: 40px;
}
.smStory h2 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 46px;
  margin-bottom: 30px;
}
.smsrotycontent h3 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 34px;
  margin-bottom: 20px;
  padding-right: 41px;
}
.smsrotycontent p{
  line-height: 20px;
}
.linesm{
  height: 1px;
  background-color: #FFED00;
  margin-bottom: 15px;
}
.storySecSlider.owl-theme .owl-controls .owl-page span {
  opacity: 1;
  border:2px solid #869791;
  background: #fff;
}
.storySecSlider.owl-theme .owl-controls .owl-page.active span{
border:2px solid #76B829;
background: #76B829;
}
.storySecSlider .owl-buttons {
  position: absolute;
  left: 90px;
  bottom: -3px;
}
.storySecSlider.owl-theme .owl-controls .owl-buttons div {
color: #869791;
padding: 3px 5px;
background: transparent;
opacity: 0.5;
font-size: 16px;
}
.storySecSlider .owl-pagination{
  text-align: left;
}
.btnstorykmore{
  position: absolute;
  bottom: -44px;
}
.btnstorykmore .knowmorebtn{
  background-color: #fff;
  border-width: 2px;
}
.btnstorykmore .knowmorebtn:hover{
  background:#76B829;
}
.suppotersk{
  padding: 60px 0;
  background: url('../images/background.jpg') repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.suppotersk h2{
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 46px;
  margin-bottom: 0px;
}
.suppotersk h3 {
  color: #75B82A;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.sm_support_tp {
  background-color: #FFED00;
  padding: 20px 20px 70px;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
}
.sm-username h4 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 32px;
  margin: 0;
}
.sm-pfrole{
  font-family: 'Raleway', sans-serif;
  color: #1D1D1D;
}
.smusersupport{
  border: 2px solid #FFED00;
  margin: 0 20px;
}
.sm_user_images img{
  width: 100%;
}
.sm_user_images {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: -69px auto 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sm_userpnam {
  text-align: center;
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
  padding-top: 80px;
}

.suppoterSecSlider.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  color: #869791;
  position: absolute;
  left: -20px;
  top: 50%;
  font-size: 20px;
}
.suppoterSecSlider.owl-theme .owl-controls .owl-buttons .owl-next {
  background: transparent;
  color: #869791;
  position: absolute;
  right: -20px;
  top: 50%;
  font-size: 20px;
}
.sipoortslidercontent{
  margin: 0 20px;
}
.btnstorykmorespr{
  text-align: center;
  margin-top: 30px;
}
.btnstorykmorespr .knowmorebtn{
  background-color: #fff;
  border: 1px solid #76B829;

}
.btnstorykmorespr .knowmorebtn:hover{
  background:#76B829;
  border: 1px solid #76B829;
}
.reachsection {
  padding: 60px 0;
  background: url('../images/JIT_3497.png') no-repeat;
  background-size: cover;
  height: 600px;
}
.reachtxtcontent {
  border: 4px solid #76B829;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
  height: 480px;
  color: #fff;
  display: flex;
  align-items: center;
}
.reachtxtcontent h4{
  color: #75B82A;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.reachtxtcontent h3 {
  font-family: 'bebas_neuebold';
  letter-spacing: 1px;
  font-size: 55px;
}
.reachtxtcontent  p{
  opacity: 0.9;
}
.centercouter{
  display: flex;
    width: 100%;
    height: 500px;
    align-items: center;
}
.wdithcouter{
  width: 100%;
}
.sm-couter{
  border: 3px solid #fff;
    text-align: center;
}
.centercouter .redBg {
  /* height: 120px; */
  font-family: 'bebas_neuebold';
  font-size: 52px;
  padding: 10px;
}
.centercouter .redBg h5 {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
}

.awardsection{
  padding: 60px 0;
  background: url('../images/home-background.jpg') repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.awsrdcontentline h3{
  font-family: 'bebas_neuebold';
  letter-spacing: 1px;
  font-size: 55px;
}
.awsrdcontentline  li {
  display: block;
  position: relative;
  padding-left: 52px;
  line-height: 45px;
}
.awsrdcontentline li:before {
  position: absolute;
  content: '';
  background: url('../images/path-6.png') left no-repeat;
  background-size: cover;
  width: 40px;
  height: 22px;
  left: 0;
  top: 16px;
}
.awardlogosection img{
  width: 100%;
}
.awardlogosection p{
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-size: 12px;
}
.didawradrd{
  margin:0 15px;
}
.awrardSecSlider .owl-pagination{
  text-align: left;
}
.awrardSecSlider.owl-theme .owl-controls .owl-page span {
  opacity: 1;
  border:2px solid #869791;
  background: #fff;
}
.awrardSecSlider.owl-theme .owl-controls .owl-page.active span{
border:2px solid #76B829;
background: #76B829;
}

.awrardSecSlider .owl-buttons {
  position: absolute;
  right: 10px;
  bottom: -3px;
}
.awrardSecSlider.owl-theme .owl-controls .owl-buttons div {
color: #869791;
padding: 3px 5px;
background: transparent;
opacity: 0.5;
font-size: 16px;
}
.awrdknow .knowmorebtn{
  margin-top: 20px;
  border: 2px solid #FFED00;
  background-color: #fff;
}
.awrdknow .knowmorebtn:hover{
  border:2px solid #76B829;
background: #76B829;
}
.sm-quickling{
  border-top: 2px solid #636363;
  padding: 20px 0;
}
.sm-qlinks h4{
  font-family: 'bebas_neuebold';
  color: #fff;
  margin-bottom: 30px;
}
.sm-qlinks h5{
  font-family: 'bebas_neuebold';
  color: #fff;
}
.sm-qlinks p{
  margin: 0;
  color: #fff;
  opacity: 0.9;
}
.sm-qlinks p.smdeee {
  margin-bottom: 20px;
  font-size: 14px;
}
.sm-qlinks li{
  display: block;
  line-height: 25px;
  font-family: 'Raleway', sans-serif;
  opacity: 0.9;
}
.sm-qlinks li a {
  color: #fff;
  font-size: 15px;
}
.indesm{
  color: #fff;
    position: relative;
    padding-left: 20px;
    opacity: 0.9;
}
.indesm span {
  position: absolute;
  left: 0;
}
.contantussm {
  font-family: "Bebas Neue", Sans-serif;
  color: #000;
  background-color: #fff212;
  padding: 20px 0;
  margin-bottom: 20px;
}
.conatntcontnt{
  text-align: center;
  font-size: 35px;
}
.conatntcontnt img{
  height: 50px;
}
.smfooter{
  padding-top:15px
}
#button {
  display: inline-block;
  background-color: #76B829;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
#button::after {
  content: "\f102";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* campaign 3 */
.sm-banner2 {
  background: url('../images/Kalimpong.png') no-repeat;
  width: 100%;
  height: 610px;
  background-position: 0 -137px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}

.donationform{
  background-color: #fff;
  padding: 90px 0;
}
.donationdescription{
  padding-right: 5%;
}
.donationform h2 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 48px;
  letter-spacing: 1px;
}
.donationformcontent h2 {
  color: #76B829;
  padding-right: 17%;
}
.campaginform3tabs {
  background: #F5F5F5;
  border: 1px solid #aba6a6;
  padding: 40px 60px;
}
.donationformcontent{
  padding-left: 20px;
}


.radio-button [type="radio"]:checked,
.radio-button [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-button [type="radio"]:checked + label,
.radio-button [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio-button [type="radio"]:checked + label:before,
.radio-button [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio-button [type="radio"]:checked + label:after, .radio-button [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 18px;
  height: 18px;
  /* background: #76B829; */
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 4px solid #76B829;
}
.radio-button [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-button [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-button input[type="radio"]:checked + label
{
    font-weight: bold;
}
.campaginform3tabs .eduCld {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.chiocenationalizm {
  background: #fff;
  border-left: 1px solid #aba6a6;
  padding: 10px 15px;
  border-right: 1px solid #aba6a6;
  margin-bottom: 20px;
}
.radio-button li {
  display: inline-block;
  text-transform: uppercase;
  min-width: 28%;
}
.radio-button li label{
  margin:0
}
.inputfield{
  border-color:#FFED00;
}
.campaginform3tabs article{
  margin: 0;
}

.termAndCon input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.termAndCon label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.termAndCon label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #686060;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

.termAndCon input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #76B829;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.submitbtnD3{
  font-family: "Bebas Neue", Sans-serif;
  background: #ffed00;
  letter-spacing: 1px;
  border: none;
  padding: 10px 40px;
  color: #010101;
  font-size: 18px;
}
.noted3 {
  background: #ffffff;
  border: 1px solid #707070;
  font-size: 12px;
  padding: 6px 10px;
  color: #000;
}
.lastImpactyrs{
  padding: 0 0 70px 0;
  background-color: #fff;
}
.lastImpactyrs h2{
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 48px;
  letter-spacing: 1px;
  margin-bottom: 90px;
}
.lstyesrcontent {
  position: relative;
  width: 90%;
}
.lstTilte {
  background: #FFED00;
  font-family: "Bebas Neue", Sans-serif;
  text-align: center;
  font-size: 25px;
  padding: 25px 0;
  margin-bottom: 10px;
}
.lsttextConent {
  background: #FFED00;
  text-align: center;
  padding: 30px 15px;
}
.lestIcons img{
  max-width: 100%;
  transition: all 0.5s ease-in-out;
}
.lestIcons {
  width: 70px;
  height: 70px;
  background: #76B829;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: -30px;
}
.lstyesrcontent:hover .lestIcons img{
  transform: scale(1.4);
}
.campaginform3tabs .donatebtn {
  padding: 10px 0px;
  font-size: 18px;
  width: 110px;
}
.campaginform3tabs .tpHaderbtn li ul {
  width: 90px;
  float: right;
}
.campaginform3tabs .tpHaderbtn li ul li{
  padding: 10px 0;
}
.disburment{
  padding: 0 0 100px 0;
  background-color: #fff;
}
.disburment h2 {
  font-family: 'bebas_neuebold';
  color: #000;
  font-size: 45px;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
img{
  max-width: 100%;
}
.dtextY{
  color: #FFED00;
}
.radion-dsing{
  font-family: "Bebas Neue", Sans-serif;
  font-size: 22px;
}
.dtextY2{
  color:#7E7E7E;
}
.dtextY3{
  color:#2D2D2D;
}
.dtextY4{
  color:#76B829;
}
.txtCnt{
  line-height: 18px;
}
.chartdesign{
  margin-top: -60px;
}

.disw5 {
  text-align: right;
}
.iconsDiagram{
  padding: 20px 25px 0 0;
}

#goToBack {
  display: inline-block;
  background-color: #76B829;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
#goToBack:after {
  content: "\f102";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#goToBack:hover {
  cursor: pointer;
  background-color: #333;
}
#goToBack:active {
  background-color: #555;
}
#goToBack.show {
  opacity: 1;
  visibility: visible;
}
.nws_txt_content{
  text-align: initial;
}
.nws_txt_content a{
  text-align: initial;
}

.get-started-btn-footer {
    margin-left: 0;
    background: #8bc53f;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    font-weight: 700;
    white-space: nowrap;
    transition: .3s;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #cdd1d9; font-family: "Raleway", sans-serif;
}
.get-started-btn-footer:hover {
    background: #fff100;
    color: #000;
    border-color: #fff100;
}
.banner-v video{height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    width: 100%; display:block;}
.banner-v1 video{ display:none;}
@media only screen and (max-width: 600px) {
	.banner-v video{ display:none;}
	.banner-v1 video{height: 100%; left: 0; -o-object-fit: cover; object-fit: cover; top: 0; width: 100%;  display:block;}
}