@font-face { font-family: 'brandon-bold'; 
  src: url('../../fonts/Brandon_bold.otf') format("opentype"),
     url('../../fonts/Brandon_bold.woff') format("woff");
}
.page-new {
  font-family: 'Conv_brandon-grotesque-light-58a8a4b38001d' !important;
}
.page-new.mt-1 {
  margin-top: 85px;
}
.font-italic {
  font-style: italic;
}
.page-new .tatavideo {
  height: auto;
}
.page-new .carousel-indicators {
  width: inherit;
  top: 50%;
  right: 40px;
  left: auto;
  border: bott;
  display: grid;
  bottom: auto;
  z-index: 1;
  gap: 10px;
}
.page-new .carousel-control {
  opacity: 1;
  width: 8%;
}
.page-new .carousel-control .icon-next, .carousel-control .icon-prev {
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .page-new .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 78px;
  }
}
.page-new .carousel-indicators li {
  margin: 10px 0;
  width: 15px;
  height: 15px;
  position: relative;
  background-color: transparent;
  border: none;
}
.page-new .carousel-indicators li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 0.3em solid white;
  border-top: 0.3em solid white;
  transform: rotate(-45deg);
  margin-right: 0.5em;
  top: 0;
  right: 0;
}
.page-new .carousel-indicators li:last-child::before {
  transform: rotate(135deg);
}

.page-new .carousel-indicators li.active {
  width: 15px;
  height: 15px;
}
.navbar-wo-hammenu.navbar-header {
  display: flex;
  align-items: center;
}
.navbar-wo-hammenu.navbar-header a {
  color: #000;
  font-family: 'brandon-bold';
  margin-right: 10px;
}
.mob-pledge a {
  background: #e82429;
  padding: 7px 13px;
  font-size: 16px;
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.width-70 {
  max-width: 760px;
}
.width-80 {
  max-width: 1030px;
}
a.btn-red {
  color: #fff;
  background: #e82429;
  text-decoration: none;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 24px;
  border: 2px solid #e82429;
  transition: all 0.5s ease;
  font-family: 'brandon-bold'; 
}
a.btn-red:focus,
a.btn-red:hover {
  background: transparent;
  border: 2px solid #fff;
}

h3.red-green-strip {
  position: relative;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  word-spacing: 5px;
  color: #fff;
  background: #e82429;
  padding: 8px 15px;
  text-align: center;
  margin: 0 auto 50px;
}
h3.red-green-strip::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: -15px;
  left: 15px;
  background: #b3d237;
  z-index: -1;
}
.color-green {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #004231;
  margin-bottom: 20px;
  font-family: 'brandon-bold'; 
  line-height: normal;
}
.uppercase {
  text-transform: uppercase;
}
.js-offcanvas a {
  color: #353535;
  outline: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.c-offcanvas {
  left: 0;
  padding: 1rem;
  overflow-y: scroll;
  outline: 0;
}
.c-offcanvas .navbar-nav>.active>a:focus,
.c-offcanvas .navbar-nav>.active>a:hover {
    color: #e82429;
    background-color: transparent;
    border-bottom: 2px solid #353535;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.c-offcanvas .nav>li>a:focus,
.c-offcanvas .nav>li>a:hover {
    text-decoration: none;
 background: transparent;
    color: #e82429;
    border-bottom: 2px solid #353535;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}
/* pledge section */
.page-new .link-to-registration {
  background: #353535;
  padding: 25px 0;
  font-weight: bold;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
  word-spacing: 5px;
  margin: -10px 0 70px;
}
.center-logo-header {
  position: relative;
}
.center-logo-header .center-logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 100px;
}
.navbar-default.navbar-shrink .navbar-brand {
  width: inherit;
}
.page-new .link-to-registration .support-pledge {
  max-width: 850px;
  margin: 0 auto;
}
.page-new .link-to-registration .support-pledge ul {
  list-style: none;
  display: flex;
  gap: 60px;
  justify-content: center;
}
.page-new .link-to-registration .support-pledge ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  color: #fff;
}
.page-new .link-to-registration .support-pledge ul li:first-child:before {
  position: absolute;
  content: '';
  right: -30px;
  top: 0;
  background: #e82429;
  width: 2px;
  height: 100%;
}
.page-new .link-to-registration .support-pledge p {
  font-family: 'brandon-bold'; 
  font-size: 18px;
}
.page-new .link-to-registration .btn_pledge {
  color: #fff;
  background: #e82429;
  text-decoration: none;
  padding: 8px;
  cursor: pointer;
  font-family: 'brandon-bold'; 
}
.page-new .link-to-registration #pledge_count {
  color: #fff;
  text-decoration: none;
  padding: 8px;
  font-family: 'brandon-bold'; 
}
/* pledge section */
/* video section */
.video-section {
  margin-bottom: 70px;
}
.video-section .video-inner-image {
  position: relative;
  text-align: right;
}
.video-section .video-inner-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -30px;
  top: 30px;
  background: #b3d237;
  z-index: -1;
}
.video-section .video-inner-image video {
  margin-left: auto;
  z-index: 9;
  max-width: 90%;
}
.video-section .video-inner-content {
  padding: 0 0 0 50px;
}
.video-section .video-inner-content h3 {
  color: #004231;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 34px;
  text-transform: uppercase;
}
.video-section .video-inner-content p {
  font-size: 21px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 25px;
}
.video-section .video-inner-content p:first {
  margin-bottom: 45px;
}
.video-section .video-inner-content a {
  background: #e82429;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.5s ease;
  border: 2px solid #e82429;
}
.video-section .video-inner-content a:hover {
  background: #fff;
  color: #e82429;
}
/* video section */
/* what we can do section */
.petitions-bg, .video-section-with-bgimg {
  position: relative;
  padding-top: 30px;
}
.petitions-bg {
  margin-bottom: 50px;
}
.video-section-with-bgimg {
  margin-top: 0px;
  overflow-y: hidden;
  padding-bottom: 40px;
  margin-bottom: 70px;
}
.petitions-bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 46%;
  left: 0;
  top: 0;
  background: url('../../image_assets/leaf-bg.png');
  background-size: cover;
  z-index: -1;
}
.video-section-with-bgimg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../../image_assets/scroll-04-bg-green-banner.png');
  background-size: cover;
  z-index: -1;
}
.petitions-bg .petitions-content, .video-section-with-bgimg .video-section-with-bgimg-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
  color: #fff;
}
.video-section-with-bgimg .video-section-with-bgimg-content p {
  text-align: center;
 }
.video-section-with-bgimg .video-section-with-bgimg-content .video-wrapper {
  position: relative;
  max-width: 100%;
}
.video-section-with-bgimg .video-section-with-bgimg-content .video-wrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: -15px;
  left: 15px;
  background: #b3d237;
  z-index: -1;
}
.video-wrapper .video-item-inner .item {
  position: relative;
}
.video-wrapper .video-item-inner .item a::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../image_assets/Play-symbol.png) no-repeat;
  background-size: contain;
}
.video-wrapper .video-item-inner .item h3 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.petitions-bg .petitions-content p {
  font-size: 26px;
  color: #004231;
  text-align: center;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 15px;
}

.petitions-bg .petitions-content p.color-green {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #004231;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'brandon-bold'; 
}
.petitions-bg .petitions-col {
  position: relative;
  padding: 20px;
}
.petitions-bg .petitions-col::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: rgba(0, 0, 0, 0.8); */
  content: '';
  width: 90%;
  height: 90%;
}
.petitions-bg .petitions-col .petitions-col-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.petitions-bg .petitions-col .petitions-col-content h3 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: bold;
}
.petitions-bg .petitions-col .top-left, 
.petitions-bg .petitions-col .top-right,
.petitions-bg .petitions-col .bottom-left,
.petitions-bg .petitions-col .bottom-right {
  position: absolute;
  content: '';
  width:80px;
  height: 80px;
}
.petitions-bg .petitions-col .top-left {
  top: 0;
  left:0;
  border-top: 8px solid #004231;
  border-left: 8px solid #004231;
}
.petitions-bg .petitions-col .top-right {
  top: 0;
  right:0;
  border-top: 8px solid #004231;
  border-right: 8px solid #004231;
}
.petitions-bg .petitions-col .bottom-left {
  bottom: 0;
  left:0;
  border-bottom: 8px solid #004231;
  border-left: 8px solid #004231;
}
.petitions-bg .petitions-col .bottom-right {
  bottom: 0;
  right:0;
  border-bottom: 8px solid #004231;
  border-right: 8px solid #004231;
}
/* what we can do section */

/* what are we doing */
.carousel-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.carousel-inner-content p {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
.carousel-inner-content > p {
  font-size: 28px;
  line-height: 1;
}
.what-are-we-carousel .owl-stage-outer{
  padding: 0;
}
.what-are-we-carousel .owl-stage {
  display: flex;
}
.what-are-we-carousel .owl-stage .item, .what-are-we-carousel .owl-stage .item .what-are-we-item-wrapper {
  height: 100%;
}
.carousel-inner-content .item {
  position: relative;
  padding-bottom: 15px;
}
.carousel-inner-content .item .img-text {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.partner-carousel-content h3 {
  color: #004231;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 4px;
}
.partner-carousel-content p {
  font-size: 28px;
  font-style: italic;
  margin: 0;
  letter-spacing: 2px;
  font-family: 'brandon-bold';
}
.partner-carousel .item:before {
  display: none;
}
.partner-carousel .item .img-div {
  max-height: 170px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px
}
.partner-carousel .item .img-div img {
  margin: 0 auto;
}
.partner-carousel .item a {
  color: #fff;
  background: #e82429;
  text-decoration: none;
  padding: 8px 25px;
  cursor: pointer;
  font-size: 21px;
  font-weight: bolder;
  border: 2px solid #e82429;
  transition: all 0.5s ease;
}
.partner-carousel .item a:hover {
  color: #e82429;
  background: transparent;
}
/* video carousel */
.video-wrapper::before {
  display: none;
}
.video-item-carousel h3 {
  color: #004231;
  margin: 0;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1220px) {
  .video-item-carousel .owl-item {
    width: 380px !important;
    height: 365px !important;
    transform: scale(0.9);
    z-index: -1;
  }
  .video-item-carousel .center {
    transform: scale(1.2);
    z-index: 999;
  }
}
.video-item-carousel .owl-item {
  height: inherit;
}
.what-are-we-item-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  position: relative;
  padding: 30px;
}
.what-are-we-item-wrapper::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 75%;
  background: #b3d237;
  z-index: -1;
}
.what-are-we-item-wrapper .item-img {
  flex-basis: 35%;
  position: relative;
}
.what-are-we-item-wrapper .item-img .img-text {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  font-size: 26px;
  font-family: 'brandon-bold';
  height: min-content;
}
.what-are-we-item-wrapper .item-content p {
  color: #004231;
  font-size: 21px;
  padding: 0 35px 0 0;
  margin: 0;
  line-height: normal;
  max-width: 700px;
  font-weight: bold;
  text-align: left;
}

/* carousel wrapper */
.carousel-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav{
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots {
  display: none;
}
/* 
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b3d237;
} */

.what-are-we-carousel.owl-carousel .prev-slide {
  left: 10px;
}
.what-are-we-carousel.owl-carousel .next-slide {
  right: 10px;
}
.what-are-we-carousel.owl-carousel .prev-slide:after {
  border-color: #004231;
}
.what-are-we-carousel.owl-carousel .next-slide:after {
  border-color: #004231;
}

.owl-carousel .item {
    text-align: center;
}
.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 50% !important;
    transform: translateY(-50%);
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: -50px;
  content: url('../../image_assets/left-arrow.png');
}
.owl-carousel .next-slide{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: url('../../image_assets/right-arrow.png');
  right: -50px;
}
.owl-carousel .next-slide:after {
  content: '';
	display: inline-block;
  margin-top: 10px;
  margin-left: -0.6em;
  width: 1.4em;
  height: 1.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
  background-position: -24px -53px;
}

/* carousel wrapper */
/* what are we doing */

/* social */
.social-section {
  margin-top: 70px;
  position: relative;
  padding: 30px 0;
}
.social-section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(179, 210, 55, 0.8);
  background-size: 100% 600px;
  background-position-y: -150px;
  z-index: -1;
}
.social-section .social-inner-content h3 {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  word-spacing: 5px;
  color: #fff;
  background: #e82429;
  padding: 8px 15px;
  text-align: center;
  margin: 0 auto 15px;  
  width: 90%;
}
.social-section .social-inner-content p {
  font-size: 30px;
  color: #004231;
  font-weight: bold;
  font-family: 'brandon-bold';
  letter-spacing: 1px;
}
.social-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.social-section .petitions-col {
  height: 600px;
  overflow-y: scroll;
}
.social-section .petitions-col::-webkit-scrollbar {
  width: 5px;
}
.social-section .petitions-col::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
} 
.social-section .petitions-col::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
/* social */

/* footer */
footer {
  margin-top: 70px;
}
/* footer */

.popup-pledge {
  z-index: 9999;
}
.popup-pledge .modal-body{
  padding: 0;
}
.popup-pledge .modal-body .signup-form {
  margin: 0;
  border: 0;
  position: relative;
  display: flex;
  padding: 0;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
/* .popup-pledge .modal-body .signup-form::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:linear-gradient(to bottom, #004231 40%, #b3d237 40%);
} */
.popup-pledge .modal-body .signup-form img  {
  max-width: 100%;
}
.popup-pledge .modal-body .signup-form .form-content-img {
  z-index: 1;
  max-width: 100%;
}
.popup-pledge .modal-body .signup-form .form-content h2 {
  text-align: center;
  color: #004231;
  margin-bottom: 0;
}
.popup-pledge .modal-body .signup-form .form-content {
  z-index: 1;
}
.popup-pledge .modal-body .signup-form .form-content p {
  margin-bottom: 20px;
  font-size: 38px;
  text-align: center;
  font-family: 'Conv_brandon-grotesque-light-58a8a4b38001d' !important;
  line-height: 1.2;
  font-weight: 500;
}
.popup-pledge .modal-body .social-share-section {
  padding: 0 40px 0;
  display: flex;
  flex-direction: column; 
  gap: 30px;
}
.popup-pledge .modal-body .social-share-section .share-content p {
  font-family: 'Conv_brandon-grotesque-light-58a8a4b38001d' !important;
 font-size: 25px;
 text-align: left;
 font-weight: 500;
 background: #e82428;
 border-radius: 40px;
 padding: 8px 20px;
 text-align: center;
 color: #fff;
 line-height: 1;
 margin-bottom: 0;
}
.popup-pledge .modal-body .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 0;
}
.popup-pledge .modal-body .social-icons a {
  color: #004231;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  width: 40px;
  border-radius: 40px;
  background: #fff;
  height: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.popup-pledge .modal-body .social-icons a.share-forward {
  background: #e82429;
  color: #fff;
}
.popup-pledge .modal-body .social-icons a.fb {
  color: #4267B2;
}
.popup-pledge .modal-body .social-icons a.twitter {
  color: #1DA1F2;
}
.popup-pledge .modal-body .social-icons a.whatsapp {
  color: #25D366;
}
.popup-pledge .modal-body .social-icons a.linkedin {
  color: #0077b5;
}
.popup-pledge .close {
  font-size: 34px;
}
@media (min-width: 768px){
  .popup-pledge .modal-dialog {
    width: 700px;
  }
}
/* inner page */

.inner-banner {
  display: flex;
  justify-content: center;
  position: relative;
}
.inner-banner-content {
  position: relative;
}
.inner-banner-content p {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  padding: 0 50px;
  transform: translateY(-50%);
  font-size: 42px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'brandon-bold';
}
.inner-banner-content p span {
  color: #b3d237;
}
.inner-page-cont {
  margin: 50px 0;
  text-align: center;
}
.inner-page-cont h3 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-page-cont p {
  font-size: 26px;
  font-weight: bold;
}
.innerpage-tile {
  margin-top: 50px;
}
.innerpage-tile-col {
  position: relative;
  margin-bottom: 50px;
}
.innerpage-tile-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 45%;
  height: 50%;
  padding: 0 55px;
}
.innerpage-tile-content.right {
  right: 10px;
}
.innerpage-tile-content.left {
  left: 20px;
}
.innerpage-tile .img-rights {
  font-size: 26px;
  color: #004231;
  font-weight: bold;
}
.innerpage-tile-content h3 {
  font-size: 28px;
  font-family: 'brandon-bold';
  color: #004231;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.innerpage-tile-content p {
  font-size: 22px;
  line-height: normal;
  color: #004231;
}
.innerpage-tile-content p b {
  font-family: 'brandon-bold';
}
.arrow-more, .content-more {
  display: none;
}
.video-section .video-inner-content .arrow-more {
  display: none;
}
.related-links-page {
  color: #000;
  padding-top: 50px;
  font-size: 18px;
}
.related-links-page .title {
  font-size: 32px;
  font-family: 'brandon-bold';
  margin-bottom: 20px;
  color: #e82429;
}
.related-links-page .inner-title {
  font-size: 28px;
  font-family: 'brandon-bold';
  margin: 10px 0;
  color: #004231;
}
.related-links-page ul {
  margin-bottom: 10px;
  padding-left: 25px;
}
.related-links-page p, 
.related-links-page li {
  font-size: 24px;   
  word-break: break-word;
}
.page-footer {
  padding-bottom: 0;
}
.page-footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 810px;
}
.page-footer-wrapper img {
  max-width: 200px;
}
.page-footer-wrapper > * {
  flex: 1 1 0;
}
.page-footer-wrapper .social-icon {
  margin-left: 60px;
}
.page-footer-links {
  display: flex;
  list-style: none;
  max-width: 800px;
  list-style: none;
  margin: 30px auto 8px;
  justify-content: space-between;
}
.page-footer-links a {
  font-size: 18px;
  color: #36AC87;
  font-weight: bold;
}
/* responsive */
@media screen and (max-width: 989px) {
  .video-section-with-bgimg-content br {
    display: none;
  }
  .page-footer-wrapper {
    flex-direction: column;
  }
  .page-footer-links a {
    font-size: 16px;
  }
  .page-footer-links {
    padding: 0 8px;
  }
  .center-logo-header {
    padding: 0;
  }
  .navbar-wo-hammenu.navbar-header {
    justify-content: space-between;
  }
  .navbar-wo-hammenu .navbar-brand {
    width: inherit;
    padding: 0;
  }
  .center-logo-header .center-logo-img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-height: 50px;
    width: auto;
  }
  .navbar-default.navbar-shrink {
    padding: 15px 0 !important;
  }
  .page-new.mt-1 {
    margin-top: 60px;
}
.page-new .carousel-indicators {
  bottom: -10px;
  top: auto;
  display: flex;
  gap: 10px;
  left: 45%;
  margin-left: auto;
}
.page-new .link-to-registration .support-pledge ul {
  gap: 40px;
}
.page-new .link-to-registration .support-pledge p {
  font-size: 12px;
}
.video-section .video-inner-image {
  text-align: center;
  margin: 0 20px;
}
.video-section .video-inner-image::before {
  left: -20px;
  top: 20px;
}
.video-section .video-inner-content {
  padding: 35px 0 0 0;
  text-align: center;
}
.video-section .video-inner-content h3, h3.red-green-strip {
  font-size: 26px;
}
h3.red-green-strip {
  margin: 0 20px 50px
}
.petitions-col-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 40px;
  position: relative;
}
.petitions-col-wrapper::before {
  position: absolute;
  content: url('../../image_assets/Swipe-left.png');
  width: 30px;
  height: 30px;
  top: 30%;
  left: 8px;
  transform: translateY(-50%);
}
.petitions-col-wrapper::-webkit-scrollbar { 
  visibility: hidden;
}
.petitions-col-wrapper > * {
  display: inline-block;
    float: none;
    width: 80%;
    padding-right: 0;
}
.petitions-bg .petitions-col {
  padding: 0;
}
.petitions-bg .petitions-col .petitions-col-content {
  white-space: initial;
}
.petitions-bg .petitions-col .petitions-col-content h3 {
  font-size: 18px;
}
.petitions-bg .petitions-content p, a.btn-red {
  font-size: 21px;
}
.petitions-bg .petitions-content p.color-green {
  font-size: 26px;
}
.arrow-more, .content-more {
  display: block;
}
span.content-more {
  color: #000;
  text-decoration: underline;
}
.video-section .video-inner-content .arrow-more {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.video-section .video-inner-content .arrow-more.active-btn {
  transform: rotate(180deg);
} 
.video-section .video-inner-content .arrow-more img {
  margin: 0 auto;
}
.extend-more {
  display: none;
}
.color-green {
  font-size: 18px;
}
.video-section {
  margin-bottom: 55px;
}
.petitions-bg::before {
  height: 85%;
}
.video-section-with-bgimg::before {
  height: 85%;
}
.owl-carousel .nav-btn {
  top: 15% !important;
}
.what-are-we-item-wrapper .item-img .img-text {
  padding: 0 25px;
  font-size: 21px;
}
.video-section-with-bgimg {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.video-item-carousel .owl-item, .video-item-carousel .owl-item.center{
  transform: scale(1);
}
.what-are-we-item-wrapper {
  flex-direction: column;
}
.what-are-we-item-wrapper::before {
  height: 90%;
  top: 60%;
}
.owl-carousel .next-slide{
  right: 0;
}
.owl-carousel .prev-slide{
  left: 0;
}
.page-new footer .social-icon {
  margin: 0 auto;
  display: inline-block;
}
.popup-pledge .modal-body .signup-form, .social-share-section {
  flex-wrap: wrap;
  flex-direction: column;
}
.popup-pledge .modal-body .social-share-section .share-content p {
  margin-top: 10px;
}
.popup-pledge .modal-body .signup-form .form-content p {
  font-size: 23px;
  margin: 0;
}
.popup-pledge .modal-body .signup-form .form-content h2 {
  margin-bottom: 10px;
}
.page-new .link-to-registration {
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-new .link-to-registration #pledge_count {
  padding: 8px 8px 0;
  font-size: 23px;
}
.partner-carousel .item a {
  padding: 8px 15px;
}
.page-new .link-to-registration .btn_pledge {
  font-size: 18px;
}
.mobNav {
  display: none;
}
.video-wrapper .video-item-inner .item::before {
  width: 60px;
  height: 60px;
}
.video-wrapper .video-item-inner .item h3 {
  font-size: 20px;
  display: none;
}
.what-are-we-item-wrapper .item-content p {
  padding: 0 10px;
  text-align: center;
}
.carousel-section {
  margin-top: 20px;
}
.partner-carousel-content h3 {
  text-align: center;
  font-size: 30px;
}
.social-section .social-inner-content h3 {
  font-size: 26px;
}
.social-section .social-inner-content p {
  font-size: 21px;
  text-align: center;
}
.inner-banner-content {
  padding: 10px 15px 0;
}
.innerpage-tile-col {
  display: flex;
}
.innerpage-tile-col picture, 
.innerpage-tile-col picture img {
  width: 100%;
}
.inner-banner-content p {
  line-height: normal;
  padding-right: 0px;
  right: 16px;
  text-align: left;
  width: 60%;
  font-size: 26px;
}
.inner-page-cont p {
  font-size: 18px;
}
.innerpage-tile-content.right, .innerpage-tile-content.left {
  right: auto;
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 94%;
  left: 52.5%;
  text-align: center;
  padding: 0 22px;
}
.innerpage-tile-content p {
  font-size: 14px;
}
.innerpage-tile-content h3 {
  font-size: 21px;
  margin-bottom: 5px;

}
.innerpage-tile .img-rights {
  font-size: 24px;
}
.innerpage-tile {
  margin-top: 0;
}
footer {
  margin-top: 10px;
}
}

@media screen and (max-width: 540px) {
.carousel-control{
  font-size: 34px !important; 
}
}
@media screen and (max-width: 320px) {
  .navbar-wo-hammenu.navbar-header a {
    font-size: 12px;
  }
}
/* responsive */


.page-new .banner-section .carousel-inner .ytube-banner{
  height: 202px;
  z-index: 1;
}
@media screen and (min-width: 390px) {
  .page-new .banner-section .carousel-inner .ytube-banner{
    height: 219px;
  }
}
@media screen and (min-width: 600px) {
  .page-new .banner-section .carousel-inner .ytube-banner{
    height: 416px;
  }
}
@media screen and (min-width: 768px) {
  .page-new .banner-section .carousel-inner .ytube-banner{
    height: 432px;
  }
}
@media screen and (min-width: 1024px) {
  .page-new .banner-section .carousel-inner .ytube-banner{
    height: 576px;
  }
}
@media screen and (min-width: 1366px) {
  .page-new .banner-section .carousel-inner .ytube-banner{
    height: 768px;
  }
}
