/* Fonts */

/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@600&display=swap");
@import url("stylesheet.css");

@font-face {
  font-family: 'GalanoGrotesqueAltSemiBold';
  src: url(GalanoGrotesqueAlt-SemiBold.otf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'GalanoGrotesqueAltRegular';
  src: url(GalanoGrotesque-Regular.otf);
  font-weight: 400;
  font-style: normal;
}

html {
  background-color: black;
  height: 100%;
}

body {
  color: #0c0c0d;
  font-size: 18px;
  font-family: "GalanoGrotesqueAltRegular", sans-serif;
  background: #fff;
  overflow-x: hidden;
  height: 100% !important;
}

.body-text {
  color: #fff!important;
}
/* Comman  */
*:focus {
  box-shadow: 0 0 !important;
}

a:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
ul {
  padding-left: 0;
  list-style: none;
}

.top-headerbuttonbox {
  float: left;
}
.bg-primary {
  background: #1f1e24 !important;
}
.btn-primary,
.btn-primary:focus {
  background: #1f1e24 !important;
  border-color: #1f1e24 !important;
}
.btn-primary:hover {
  background: transparent !important;
  border-color: #6A0C0D !important;
  color: #6A0C0D !important;
}
.btn {
  font-size: 14px;
  border-radius: 2px;
  font-weight: 700;
}
.btn-sm {
  padding: 5px 10px;
}
.top-headerbuttonbox .btn {
  font-size: 12px;
  margin-right: 16px;
}
.top-headerbuttonbox .btn:last-child {
  margin-right: 0;
}
.btn-outline-primary,
.btn-outline-primary:focus {
  border-color: #941016 !important;
  color: #941016 !important;
}
.btn-outline-primary:hover {
  background: #941016 !important;
  color: #fff !important;
  border-color: #941016 !important;
}
.top-headerbuttonbox .btn-sm {
  padding: 5px 13px;
}
.bg-dark {
  background: #0c0c0d !important;
}
.form-control {
  border-radius: 2px;
}

h2 {
  font-size: 80px;
}
h5 {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
}
.text-primary {
  color: #941016 !important;
}
.btn-lg {
  padding: 10px 76px 10px 13px;
  position: relative;
}
.btn-lg:after {
  content: "";
  position: absolute;
  background-image: url(../images/button-arrow.svg);
  width: 50px;
  height: 12px;
  background-repeat: no-repeat;
  top: 14px;
  right: 13px;
  background-position: center;
  background-size: 100%;
}
.btn-lg:hover:after {
  background-image: url("../images/button-arrpow-hover.svg");
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*End Comman  */

/* Header */
.top-headersocialnav li {
  margin: 0 5px;
}
.top-headersocialnav li a {
  display: block;
}
.top-headersocialnav li a img {
  width: 17px;
}
.top-headersocialnav li:first-child {
  margin-left: 0;
}
.top-headersocialnav li:last-child {
  margin-right: 0;
}
.top-headerbuttonbox {
  margin-right: 29px;
}
.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e5e5e5;
}
.top-header,
.header-second {
  padding-left: 70px;
  padding-right: 70px;
}
.header-second {
  padding-bottom: 0px !important;
  padding-top: 35px;
  padding-left: 20px;
}
.header-navbar-nav .nav-link {
  color: #fff;
  padding: 0 19px !important;
  font-size: 16px;
}
.header-navbar-nav li.nav-item.active .nav-link,
.header-navbar-nav .nav-link:hover {
  color: #1f1e24 !important;
}
.home-header .header-second.bg-dark {
  background: transparent !important;
}
header {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.stickyheader-active header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* .header-second {
  background: #E81E25;
} */
/* body:not(.stickyheader-active) .home-header .header-second {
  background: transparent !important;
} */
.stickyheader-active header {
  animation: smoothScroll 1s forwards;
  -ms-animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-ms-keyframes smoothScroll {
  0% {
    -ms-transform: translateY(-40px);
  }
  100% {
    -ms-transform: translateY(0px);
  }
}
.stickyheader-active {
  padding-top: 149px;
}

/*End Header */

/* Home banner */
.banner-large {
  height: 100vh;
  background: #E81E25;
  position: relative;
  overflow: hidden;
}
.banner-personimagebox {
  width: 521px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  /* height: 83%; */
}
.banner-large-contain {
  width: 750px;
  height: 100%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 134px;
  position: relative;
  z-index: 99;
}

.banner-large-contain-h1 {
  font-size: 45px;
  font-weight: 700;
  /* font-style: italic; */
  margin: 0;
  line-height: 1.5;
}
.banner-large-contain-para {
  margin-bottom: 42px;
  width: 80%;
}
.largebanner-form-firstname {
  width: 200px !important;
}
.largebanner-form-lastname {
  width: 310px !important;
}
.largebanner-form .input-group {
  margin-right: 20px;
}
.btn-md {
  padding: 9px 30px;
}
.largebanner-form .input-group .form-control {
  font-size: 14px;
  background: transparent;
  border: 1.25px solid rgba(236, 234, 229, 0.3);
  height: 41px !important;
  padding: 0 13px;
  color: #eceae5;
}
.placeholder-white::-webkit-input-placeholder {
  color: #eceae5 !important;
  opacity: 1 !important;
}
.placeholder-white:-ms-input-placeholder {
  color: #eceae5 !important;
  opacity: 1 !important;
}
.placeholder-white::placeholder {
  color: #eceae5 !important;
  opacity: 1; /* Firefox */
}

/*End Home banner */

/* About */
.home-aboutus-imagebox {
  width: 33%;
}
.home-aboutus-contain {
  width: 67%;
  padding-right: 180px;
  padding-left: 165px;
}
.home-aboutus-item {
  padding-top: 101px;
  padding-bottom: 80px;
}
.home-aboutus-contain-inner {
  margin-top: 21px;
  padding-left: 80px;
}
.home-aboutus-contain-title {
  display: block;
}
.home-aboutus-contain-inner p {
  margin-bottom: 29px;
}
.home-aboutus {
  padding-bottom: 103px;
}
.home-aboutus-item-secondarey-imagebox img {
  border: 18px solid #fff;
}
.home-aboutus-item-secondarey-imagebox {
  width: calc(50% - 133px);
  position: relative;
}
.image-shadow {
  position: relative;
}
.image-shadow:after {
  content: "";
  position: absolute;
  /* transform: matrix(-1, -0.08, -0.08, 1, 0, 0); */
  /* background: #941016; */
  left: 20px;
  right: -70px;
  top: -13px;
  bottom: -50px;
  z-index: -14;
  background-image: url("../images/image-shadow-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-aboutus-item-secondarey {
  padding-top: 110px;
  padding-bottom: 108px;
}
.home-aboutus-item-secondarey-contain-inner p {
  margin-bottom: 34px;
}
.home-aboutus-item-secondarey-contain-title {
  margin-bottom: 40px;
}
.home-aboutus-item-secondarey-contain-inner {
  padding-left: 40px;
}
.home-aboutus-item-secondarey-contain {
  width: 50%;
  padding-right: 100px;
  padding-left: 59px;
}
/* End About */

/* flight-for-you */
h4 {
  font-size: 40px;
}
h3 {
  font-size: 55px;
  font-style: italic;
}
.flight-for-you {
  background-image: url("../images/patttern-image.png");
  background-color: #0c0c0d;
  /* background-size: cover;
  background-repeat: no-repeat; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.flight-for-you-contain {
  padding-right: 130px;
}
.flight-for-you-contain h3 {
  margin-bottom: 53px;
  font-weight: 700;
}
.flight-for-you-contain .btn {
  margin-top: 12px;
}
.flight-for-you {
  padding-top: 223px;
  padding-bottom: 200px;
  padding-left: 72px;
}
/* .flight-for-you .link-list {   width: 600px;    float: right;} */
.list-group-item-span {
  font-size: 26px;
  max-width: 390px;
  display: inline-block;
}
.list-group-item {
  text-align: left !important;
  padding-left: 30px;
  border-radius: 0;
  border-bottom: 2px solid #0c0c0d !important;
}
.list-group-item:after {
  top: 0;
  bottom: 0 !important;
  height: 100%;
  right: 70px;
  background-position: center;
}
.list-group-item {
  padding: 28px 180px 28px 30px !important;
}
.flight-for-you-contain-inner {
  padding-left: 40px;
}
.common-left-right {
  padding-left: 70px;
  padding-right: 70px;
}

/*End flight-for-you */

/* tweet */
.grid-sizer,
.grid-item {
  width: calc(33.3333% - 20px);
}
.tweet-item {
  margin-bottom: 26px;
}
.gutter-sizer {
  width: 3%;
}
.grid-item--width2 {
  width: 48%;
}
.grid {
  width: 100% !important;
}
.tweet-item {
  background: #eceae5;
  padding: 31px 22px 18px;
  border-radius: 10px;
}
.tweet-item-header {
  display: table;
  width: 100%;
}
.tweet-item-image {
  float: left;
}
.tweet-item-user {
  display: table;
  float: left;
  padding-left: 14px;
}
strong.tweet-item-username {
  display: block;
}
.tweet-item-username img {
  width: 22px;
}
.tweet-item-image {
  width: 58px;
  border-radius: 50%;
  overflow: hidden;
}
.tweet-item-contain-para {
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 16px;
}
.tweet-item-contain-imagebox img {
  border-radius: 5px;
}
.tweet-item-contain-link,
.tweet-item-contain-link:hover {
  color: #2d9cdb;
}
.tweet-item-userid {
  font-size: 14px;
  color: #0c0c0d;
}
.tweet-item-footer {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.tweet-item-footer-left {
  float: left;
}
.tweet-item-footer a {
  display: inline-block;
  margin-right: 17px;
  color: #0c0c0d;
  opacity: 0.8;
}
.tweet-item-footer a:hover {
  opacity: 1;
  text-decoration: none;
}
.tweet-item-footer a span {
  font-size: 13px;
}
.tweet-item-footer a:last-child {
  margin-right: 0;
}
.tweet-item-userid:hover {
  color: #2d9cdb;
}
.section-header {
  margin-bottom: 72px;
}
.join-conversaton {
  padding-top: 58px;
  background: #0c0c0d;
  margin-top: -1px;
}
.loadmore-grid {
  margin-top: 46px;
  padding-bottom: 115px;
  border-bottom: 1px solid rgba(236, 234, 229, 0.3);
}

/*End tweet */

/* Footer */
.footer--rightbox {
  width: 500px;
}
.footer-ul {
  margin: 0;
  display: table;
  width: 100%;
}
.footer-ul li {
  width: 33.33%;
  float: left;
}
.footer-ul li a {
  display: block;
  color: #eceae5;
  padding: 3px;
  font-size: 16px;
}
.footer-top {
  padding-top: 112px;
  padding-bottom: 88px;
  background: #bc0815;
}
.footer-ul li a:hover {
  color: #1f1e24;
  text-decoration: none;
}
.btn-white,
.btn-outline--white {
  border: 1px solid #eceae5;
}
.btn-outline--white {
  color: #eceae5;
}
.btn-white {
  background: #eceae5;
}
.footer-buttonbox .btn {
  margin-right: 16px;
  padding: 5px 10px;
  font-size: 12px;
}
.footer-buttonbox .btn:last-child {
  margin-right: 0;
}
.footer-buttonbox {
  margin-top: 42px;
}
.btn-white:hover {
  background: transparent;
  color: #eceae5;
}
.btn-outline--white:hover {
  background: #eceae5;
}
.footer-social li {
  float: left;
}
ul.footer-social {
  display: table;
  margin: 0;
  float: right;
}
.footer-social li a {
  padding: 12px 6px;
}
.footer-social li a img {
  width: 20px;
}
.footer-social li:last-child a {
  padding-right: 0;
}
.footer-social li a:hover {
  opacity: 0.9;
}
.footer-ul li:last-child a {
  display: table;
  width: 90px;
  /* float: right; */
}

/*Footer Form  */

.footer-form {
  display: table;
  float: right;
  margin-top: 48px;
}
.form-feild {
  float: left;
  margin-right: 20px;
}
.firstnamebox {
  width: 200px;
}
.emailbox {
  width: 310px;
}
.form-feild input {
  border: 1.2px solid rgba(12, 12, 13, 0.3) !important;
}
.footer-bottom {
  padding-top: 64px;
  padding-bottom: 64px;
  display: table;
  background: #fcf0ef;
  width: 100%;
}
.footer-form-title {
  width: 570px;
  float: left;
}
.footer-logo-box {
  width: 296px;
}
.footer-logo-box img {
  width: 296px;
}
.form-feild:last-child {
  margin-right: 0;
}
.footer-form-title p {
  margin-bottom: 30px;
}

.form-feild ::-webkit-input-placeholder {
  color: #0c0c0d !important;
  opacity: 1 !important;
}
.form-feild :-ms-input-placeholder {
  color: #0c0c0d !important;
  opacity: 1 !important;
}
.form-feild ::placeholder {
  color: #0c0c0d !important;
  opacity: 1; /* Firefox */
}
.footer-form .form-control {
  color: #0c0c0d;
}
.footer-form .form-control,
.footer-form .btn {
  height: 42px;
}
.footer-form .btn {
  text-transform: uppercase;
}

.footer-form-title p {
  font-size: 14px;
}
.footer-form-title {
  width: 449px;
}
/*End Footer Form  */

/* page-title */

h1 {
  font-family: 'GalanoGrotesqueAltSemiBold';
  font-weight: 600;
}
.page-title h1 {
  font-size: 70px;
  margin: 0;
  color: #eceae5;
  object-fit: cover;
}
.bg-with-image {
  background-image: url("../images/page-header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title {
  min-height: 206px;
  background-color: #d72027;
  padding-left: 109px;
  /* margin-top: 38px; */
}
.page-title h1 {
  max-width: 950px;
  width: 100%;
}
.page-title {
  padding-top: 46px;
  padding-bottom: 46px;
}

.user-image {
  width: 310px;
}

/*End page-title */
.user-list li.media {
  background: #fff;
  margin-bottom: 48px;
}
.inner-page-box {
  margin-top: 76px;
  padding-bottom: 126px;
}
.user-list .media-body {
  padding-top: 61px;
  padding-bottom: 20px;
  padding-left: 73px;
  border: 2px solid #bc0815;
  padding-right: 110px;
}
.user-list .media-body h5 {
  font-style: normal;
}
.user-list .media-body strong {
  color: #941016;
  margin-bottom: 29px;
  display: block;
}
.user-list li.media:last-child,
.user-list {
  margin-bottom: 0;
}
.user-list .media-body p {
  font-size: 16px;
}
.modal-lg {
  max-width: 858px;
}
.model-contain {
  padding-left: 94px;
  padding-right: 94px;
  text-align: center;
  padding-bottom: 57px;
}
.modal-header {
  border: 0;
}
.model-contain p {
  font-size: 18px;
  margin-bottom: 30px;
}
.modal-content {
  background: #eceae5;
}
.model-contain h3 {
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.continus-buttonbox .btn {
  width: 300px;
  max-width: 100%;
}
.continus-buttonbox {
  padding-top: 10px;
}

.modal-header .close {
  padding: 0;
  width: 30px;
  outline: 0 !important;
  z-index: 99;
  background-image: url("../images/close.svg");
  height: 30px;
  opacity: 1;
  top: 20px;
  position: relative;
  right: 20px;
}
.modal-header .close span {
  display: none;
}
.center-box {
  width: 680px;
  margin: 0 auto;
}
.center-contain p {
  font-size: 16px;
}
.center-contain p {
  margin-bottom: 30px;
}
.center-contain p:last-child {
  margin-bottom: 0;
}
.center-contain {
  padding-bottom: 47px;
  border-bottom: 1px solid #a9a7a4;
}
.center-formbox {
  margin-top: 34px;
  margin-bottom: 15px;
}
.center-formbox,
.center-contain {
  padding-left: 20px;
  padding-right: 20px;
}
h6 {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}
.center-formbox-header h6 {
  display: inline-block;
  margin: 0;
}
.step-centerform {
  float: right;
  color: #a9a7a4;
  font-size: 14px;
}
.center-formbox-header {
  margin-bottom: 39px;
}
.center-formbox .form-control {
  border: 1.2px solid rgba(12, 12, 13, 0.3) !important;
  color: #0c0c0d;
  background: transparent !important;
  text-transform: capitalize;
  font-size: 14px;
  padding: 9px 17px;
  height: inherit;
}
.center-formbox .form-control::-webkit-input-placeholder {
  color: #0c0c0d !important;
  opacity: 1 !important;
}
.center-formbox .form-control:-ms-input-placeholder {
  color: #0c0c0d !important;
  opacity: 1 !important;
}
.center-formbox .form-control::placeholder {
  color: #0c0c0d !important;
  opacity: 1; /* Firefox */
}
.center-header p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}
.center-header {
  margin-top: 13px;
  margin-bottom: 5px;
}
.form-radiobox {
  margin-top: 20px;
  padding-top: 29px;
  border-top: 1px solid #bfbeba;
}
.form-checkbox .form-check-inline {
  float: left;
  display: table !important;
  margin: 0;
}
.form-checkbox {
  display: table;
  width: 100%;
}
.form-check-custom .form-check-input {
  opacity: 0;
  outline: 0;
}
.form-check-custom .form-check-input + label.form-check-label {
  position: relative;
}
.form-check-custom .form-check-input + label.form-check-label:before,
.form-check-custom .form-check-input + label.form-check-label:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1.5px solid #a9a7a4;
  left: -19px;
  top: 7px;
  border-radius: 50%;
}
.form-check-custom .form-check-input:checked + label.form-check-label:after {
  background: #941016;
  border-color: #941016;
}
.form-check-label {
  cursor: pointer;
}
.form-button-box-half {
  width: 48%;
  float: right;
  margin-top: 44px;
}
.form-button-box-half .btn {
  width: 100%;
}
.form-check-inline-membership01 {
  width: 52%;
}
.col-form-label {
  font-size: 14px;
}
.form-check-custom .form-check-input + label.form-check-label {
  font-size: 14px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.innerpage-cover {
  padding-left: 70px;
  padding-right: 70px;
}
.dropdown-arrow select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.dropdown-arrow:after {
  background-size: 100%;
  content: "";
  position: absolute;
  background-image: url("../images/dropdown-arrow.svg");
  width: 10px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
}
.dropdown-arrow {
  position: relative;
}

/* Donate */
.radiobutton-item {
  font-size: 15px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #941016;
  position: relative;
  font-weight: 700;
  padding: 7px 25px;
  color: #941016;
}
.radiobutton-item input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.radiobutton-item .radio-span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.radiobutton-item input[type="radio"]:checked + .radio-span {
  color: #fff;
}
.radiobutton-item input[type="radio"]:checked + .radio-span:after {
  background: #941016;
}
.radio-block {
  margin-bottom: 75px !important;
}
.radio-block label {
  margin-bottom: 23px;
}
.smallspace-title {
  margin-bottom: 13px;
}
.form-cvv {
  float: right;
}
.chekcbox-item {
  float: left;
  cursor: pointer;
  position: relative;
}
.check-box-cart {
  display: table;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 45px;
}
.form-cvv input {
  background: transparent;
  border: 0;
  font-size: 14px;
  outline: 0;
  text-align: right;
  text-transform: uppercase;
}
.chekcbox-item span {
  font-size: 14px;
  padding-left: 36px;
  display: inline-block;
}
.chekcbox-item input.cuctomcheckbox {
  display: inline-block;
}
.chekcbox-item input.cuctomcheckbox {
  width: 26px;
  height: 20px;
  float: left;
  top: 4px;
  left: 0;
  z-index: 999;
  position: absolute;
  display: table;
  opacity: 0;
}
.chekcbox-item span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 20px;
  background: #0c0c0d;
  border: 1px solid #0c0c0d;
  border-radius: 3px;
}
.chekcbox-item input:checked + span:after {
  background: #941016;
}
.placeholder-black::-webkit-input-placeholder {
  color: #0c0c0d !important;
  opacity: 1 !important;
}
.placeholder-black:-ms-input-placeholder {
  color: #0c0c0d !important;
  opacity: 1 !important;
}
.placeholder-black::placeholder {
  color: #0c0c0d !important;
  opacity: 1; /* Firefox */
}
.link-primary {
  color: #941016;
}
.link-primary:hover {
  color: #0c0c0d;
  text-decoration: none;
}
.form-bottom-linkbox a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.form-bottom-linkbox {
  margin-top: 10px;
}

/* End donate */

/* volunteer */

.font-style-normal {
  font-style: normal;
}
.volunteer-inner-page-box .center-formbox {
  margin-top: 19px;
}
.checkbox-box-item {
  position: relative;
  cursor: pointer;
  padding-left: 19px;
}
.checkbox-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.checkbox-box-item-span {
  font-size: 14px;
  padding-left: 0;
  position: relative;
}
.checkbox-box-item input.checkbox-input {
  width: 15px;
  height: 15px;
}
.checkbox-box-item input.checkbox-input {
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0;
  z-index: 999;
}
.checkbox-box-item-span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  left: -19px;
  top: 2px;
  border: 1.5px solid #828282;
}
.checkbox-box-item
  input.checkbox-input:checked
  + .checkbox-box-item-span:after {
  background: #941016; /* border-color: #941016; */
}
.checkbox-block .form-feild {
  margin-bottom: 25px;
}
.checkbox-block .checkbox-box-item {
  margin-bottom: 20px;
  float: left;
  width: 50%;
}
.checkbox-block {
  margin-bottom: 60px !important;
}
.checkbox-box-item-span:before {
  content: "";
  position: absolute;
  width: 7px;
  border: 1.5px solid #fff;
  height: 4px;
  left: -15px;
  top: 7px;
  border-right: 0 !important;
  border-top: 0;
  transform: rotate(-50deg);
  opacity: 0;
  z-index: 9;
}
.checkbox-box-item
  input.checkbox-input:checked
  + .checkbox-box-item-span:before {
  opacity: 1;
}
.volunteer-inner-page-box .center-header {
  margin-top: 30px;
}
.small-fontsize {
  font-size: 14px;
}
.secttion-available {
  margin-bottom: 22px;
}
hr {
  margin-top: 30px;
  margin-bottom: 34px;
  border-top: 1.2px solid rgba(12, 12, 13, 0.3) !important;
}
.volunteer-inner-page-box {
  padding-bottom: 96px;
}
/*End volunteer */

/* peace-walk */
.peace-walk-inner-page-box .center-contain,
.peace-walk-inner-page-box .center-formbox {
  padding-left: 0;
  padding-right: 0;
}
.peace-walk-inner-page-box .center-box {
  width: 640px;
}
.btnnon-box-rsbp {
  margin-top: 10px;
}
.btnnon-box-rsbp .btn {
  margin-top: 18px;
}
.btnnon-box-rsbp .btn:first-child {
  margin-top: 0;
}
.center-box-address strong {
  color: #941016;
}
.center-box-address address {
  font-size: 16px;
}
.center-box-address address {
  margin-bottom: 58px;
}
.center-box-address {
  display: inline-block;
  width: 100%;
}

/*End peace-walk */

/* black-lives-matter */

ul.centeerboc-ul {
  margin: 0;
  margin-top: 12px;
}
.centeerboc-ul li {
  font-size: 16px;
  margin-bottom: 9px;
  padding-left: 15px;
  position: relative;
}
.centeerboc-ul li:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #0c0c0d;
  left: 0;
  top: 10px;
}
.black-lives-matter-inner-page-box {
  margin-top: 59px;
  padding-bottom: 147px;
}

/*End black-lives-matter */

/* addressing-the-impact-of-violence-and-trauma */
.addressing-inner-page-box {
  margin-top: 57px !important;
  padding-bottom: 45px !important;
}
/*End addressing-the-impact-of-violence-and-trauma */

/* Event page css start */

.user-list .eventBox .media-body strong {
  display: inline-block;
}
.locationIcon {
  display: inline-block;
  vertical-align: inherit;
}
.user-list .eventBox .media-body h5 ~ p {
  margin-bottom: 0;
}
.eventBox .event_desc {
  max-width: 1020px;
  width: 100%;
  margin-bottom: 31px;
}
.user-list .eventBox .media-body h5 {
  margin-bottom: 11px;
}
.user-list .eventBox .media-body {
  padding: 61px 110px;
}

/* Event page css end */

/* Petitions css start */

.galleryBox {
  margin-bottom: 58px;
}
.galleryBox .galleryTitle {
  font-size: 18px;
  line-height: 23px;
  color: #0c0c0d;
  font-weight: 700;
  margin: 0;
}
.galleryBox .galleryCon {
  padding: 27px 20px 27px 14px;
}
.galleryBox a {
  display: block;
  background: #fff;
  height: 100%;
}
.galleryBox a:hover {
  text-decoration: none;
}
.galleryBox a:hover .galleryImg img {
  transform: scale(1.2);
}
.galleryBox .galleryImg {
  overflow: hidden;
}
.galleryBox .galleryImg img {
  transform: scale(1);
  transition: 0.5s all;
}

/* Petitions css end */

/* about */
.page-title.about-title {
  height: auto;
}
.about-title .map_shape {
  padding-top: 13px;
}
.about-page-box .center-contain p {
  max-width: 640px;
  margin: 0 auto 30px;
  width: 100%;
}
.about-page-box .center-contain blockquote {
  max-width: 680px;
  margin: 0 auto 30px;
  width: 100%;
  padding-left: 21px;
  border-left: 2px solid #e2211c;
}
/* .about-page-box .center-contain blockquote h5{ font-weight: 400; } */
.about-page-box .center-contain {
  border-bottom: 0px;
}
.about-page-box .center-contain img {
  max-width: 858px;
  margin: 0 auto 30px;
  display: block;
  width: 100%;
}

/* about */

.inner-page-box-events {
  margin-top: 51px;
  margin-bottom: 124px;
}
.user-list li.eventBox {
  margin-bottom: 29px !important;
}
.petitions-page-box {
  margin-top: 51px;
  margin-bottom: 101px;
}
.galleryBox a:hover .galleryCon {
  opacity: 0.7;
}

.goback-link-icon {
  transform: rotate(180deg);
  width: 50px;
  -webkit-transform: rotate(180deg);
  margin-right: 10px;
}
.goback-link {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.goback-section + .page-title {
  margin-top: 0;
}
.goback-section {
  margin: 23px 0;
}
.goback-link:hover {
  color: #0c0c0d;
  text-decoration: none;
  opacity: 0.6;
}

/* Issue */
.issue-list .list-group-item {
  border: 2px solid #bc0815 !important;
  padding-right: 100px !important;
  margin-bottom: 28px;
  font-size: 30px;
  padding-top: 34px !important;
  padding-bottom: 34px !important;
  background-color: white !important;
  color: #0c0c0d;
}
.issue-list .list-group-item:last-child {
  margin-bottom: 0;
}
.inner-page-box-issue {
  padding-bottom: 204px;
  margin-top: 47px;
}

/* End Issue */

/* volunteer-confirmation */

.volunteer-message-inner-page-box .center-contain {
  padding-bottom: 0 !important;
}
.volunteer-message-inner-page-box h5 {
  margin-bottom: 30px !important;
}
.backtohomebutton-box {
  padding-top: 30px;
}

/*End volunteer-confirmation */

/* donate confirmation */

.donation-link-box {
  padding-top: 10px;
  margin-bottom: 30px;
}
.donation-link-box a {
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Cabin", sans-serif;
}

/*End  donate confirmation */

/* video-box */
.video-box {
  width: 858px;
  max-width: 100%;
  margin: 0 auto;
  padding: 142px 0;
}
.video-box iframe {
  width: 100%;
  height: 450px;
}
/*End video-box */

.register-to-vote-inner-page-box {
  padding-bottom: 213px;
}
.register-to-vote-inner-page-box .center-contain {
  padding-bottom: 0;
}
.form-feild .btn {
  margin-left: 14px;
}
.locationIcon {
  margin-right: 5px;
}

.petitions-page-box > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.petitions-page-box > .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.issue-list .list-group-item:after {
  right: 39px;
}
.modal-backdrop {
  background: #0c0c0d;
  opacity: 0.9 !important;
}
.galleryCon .link_arrow {
  width: 50px;
}

@media screen and (min-height: 800px) {
  .banner-large-contain {
    padding-bottom: 18%;
  }
}

@media screen and (min-width: 767px) {
  .user-list li.media {
    align-items: inherit !important;
  }
}

@media screen and (min-width: 1200px) {
  .header-navbar-nav > .nav-item:first-child a {
    padding-left: 0 !important;
  }
  .header-navbar-nav > .nav-item:last-child a {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1600px) {
  .home-aboutus-contain {
    padding-left: 192px !important;
  }
  .footer-form-title {
    width: 520px;
  }
  .footer-form-title p {
    font-size: 18px;
  }
  .image-shadow:after {
    top: -23px;
    left: 20px;
    right: -80px;
  }
}

@media screen and (min-width: 1800px) {
  p {
    font-size: 24px;
  }
  h2 {
    font-size: 100px;
  }
  .home-aboutus-item-secondarey-contain {
    padding-left: 79px;
    padding-right: 117px;
  }
  .tweet-item-contain-para {
    font-size: 21px;
  }
  .firstnamebox {
    width: 250px;
  }
  .emailbox {
    width: 360px;
  }
  .footer--rightbox {
    width: 610px;
  }
  .user-image {
    width: 340px;
  }
  .user-list .media-body {
    padding-left: 93px;
    padding-right: 130px;
  }
  .home-aboutus-contain {
    padding-left: 241px !important;
  }
  /*.video-box { width: 1388px; }*/
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .emailbox {
    width: 220px;
  }
}

@media screen and (max-width: 1400px) {
  .home-aboutus-item-secondarey-contain {
    padding-right: 80px;
  }
}

@media screen and (max-width: 1300px) {
  .footer-form-title,
  .footer-form {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .footer-form-title {
    width: 443px;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 20px);
  }
  .home-aboutimg {
    display: none !important;
  }
  .home-aboutcontain {
    width: 100% !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-top: 54px !important;
    padding-bottom: 50px !important;
  }
  .home-aboutus-contain {
    padding-left: 20px;
    padding-right: 66px;
  }
  .home-aboutus-item-secondarey-contain {
    padding-right: 20px;
  }
  h2 {
    line-height: 1;
  }
  .home-aboutus-item-secondarey-contain-title {
    margin-bottom: 0;
  }
  .home-aboutus-item {
    padding-top: 178px;
    padding-bottom: 20px;
  }
  .home-aboutus {
    padding-bottom: 30px;
  }
  .flight-for-you {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .join-conversaton {
    padding-top: 0;
  }
  .section-header {
    margin-bottom: 64px;
  }
  .loadmore-grid {
    padding-bottom: 100px;
    margin-top: 48px;
  }
  .list-group-item-span {
    font-size: 18px;
    max-width: 300px;
  }
  .flight-for-you-contain {
    padding-right: 45px;
  }
  .list-group-item:after {
    right: 33px;
  }
  .list-group-item {
    padding: 27px 125px 28px 30px !important;
  }
  .footer--rightbox {
    width: 440px;
  }
  .footer-logo-box {
    width: 230px;
  }
  .banner-large-contain {
    /* padding-bottom: 50px; */
  }
  .mobile-nav {
    margin-bottom: 28px;
    text-align: center;
  }
  .navbar-brand img {
    width: 196px;
  }
  .navbar-expand {
    justify-content: center;
  }
  .page-title {
    padding-left: 78px;
    padding-top: 36px;
    padding-bottom: 36px;
    min-height: 205px;
  }

  .user-list .media-body {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 48px;
  }
  .user-image {
    width: 228px;
    object-fit: cover;
  }
  .user-list .media-body p:last-child {
    margin-bottom: 0;
  }
  .user-list li.media {
    margin-bottom: 37px;
  }
  .inner-page-box {
    margin-top: 67px;
    padding-bottom: 88px;
  }

  /* .banner-large {
    margin-top: -141px;
    height: 771px;
  } */
  .banner-personimagebox {
    width: 491px;
  }
  .modal-lg {
    max-width: 86%;
  }
  .center-box {
    width: 628px;
    max-width: 100%;
  }
  .form-checkbox .form-check-inline {
    width: 50%;
  }
  .innerpage-cover {
    padding-left: 66px;
    padding-right: 66px;
  }
  .donate-inner-page-box .center-contain {
    padding-bottom: 10px;
  }
  .radio-block {
    margin-bottom: 70px !important;
  }
  .donate-inner-page-box .center-header {
    margin-top: 33px;
  }
  .donate-inner-page-box {
    margin-top: 72px;
    padding-bottom: 109px;
  }
  .volunteer-inner-page-box {
    margin-top: 72px;
  }
  .center-formbox hr {
    margin-left: -19px;
    margin-right: -19px;
  }
  .peace-walk-inner-page-box .center-contain,
  .peace-walk-inner-page-box .center-formbox,
  .peace-walk-inner-page-box .center-box-address {
    padding-left: 20px;
    padding-right: 20px;
  }
  .peace-walk-inner-page-box .center-box {
    width: 628px;
  }
  .black-lives-matter-inner-page-box {
    margin-top: 38px;
    padding-bottom: 100px;
  }
  .page-title h1 {
    max-width: 650px;
  }
  .addressing-inner-page-box h5 {
    padding-top: 30px;
  }
  .inner-page-box-events {
    margin-bottom: 108px;
  }
  .petitions-page-box {
    margin-bottom: 76px;
  }
  .inner-page-box-issue {
    margin-top: 38px;
    padding-bottom: 127px;
  }
  .volunteer-message-inner-page-box {
    margin-top: 28px;
    padding-bottom: 255px;
  }
  .backtohomebutton-box {
    padding-top: 7px;
  }
  .donation-link-box {
    padding-top: 0;
    margin-bottom: 25px;
  }
  .donation-link-box {
    margin-bottom: 37px;
  }
  .video-box {
    padding: 100px 0;
  }
  .register-to-vote-inner-page-box {
    margin-top: 28px;
    padding-bottom: 233px;
  }
  .image-shadow:after {
    top: -18px;
    left: 0px;
    right: -60px;
  }
  .galleryBox {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 991px) {
  .candidate-image {
    display: none;
  }
  .home-aboutimg {
    display: none !important;
  }
  .home-aboutcontain {
    width: 100% !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-top: 54px !important;
    padding-bottom: 50px !important;
  }
  .blog-item-contain {
    padding-right: 20px;
  }
  .tweet-item-user,
  .twitter-icon-user {
    margin-top: 7px;
  }
  .footer--rightbox {
    width: 390px;
  }
  .footer-logo-box {
    width: 180px;
    margin-top: 5px;
  }
  .firstnamebox {
    width: 150px;
  }
  .emailbox {
    width: 220px;
  }
  .join-conversaton.common-left-right {
    padding-left: 50px;
    padding-right: 50px;
  }
  .flight-for-you {
    padding-left: 50px;
  }
  .list-group-item {
    padding: 27px 85px 28px 30px !important;
  }
  .list-group-item:after {
    right: 13px;
  }
  .tweet-item-username.text-capitalize {
    font-size: 15px;
  }

  .banner-large-contain {
    width: 630px;
  }
  .largebanner-form-lastname {
    width: 210px !important;
  }
  .largebanner-form-firstname {
    width: 150px !important;
  }
  .header-navbar-nav .nav-link {
    padding: 0 9px !important;
  }
  .page-title h1 {
    font-size: 50px;
  }
  .page-title {
    min-height: 150px;
  }
  .map_shape {
    max-width: 240px;
  }
  .user-list .eventBox .media-body {
    padding: 61px 78px;
  }
  .galleryBox .galleryTitle {
    font-size: 15px;
  }
  .about-title .map_shape {
    max-width: 180px;
  }
  .video-box {
    padding: 43px 0;
  }
}

@media screen and (max-width: 767px) {
  .blog {
    margin-top: 32px;
  }
  .blog-item-imagebox,
  .blog-item-contain {
    width: 100% !important;
  }

  .blog-item-contain {
    /* padding-right: 0 !important; */
    position: relative !important;
    width: 100% !important;
    /* padding-left: 0 !important; */
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .blog-item-imagebox img {
    height: 325px !important;
  }

  .grid-sizer,
  .grid-item {
    width: 100%;
  }
  .flight-for-you {
    padding-left: 43px;
    padding-bottom: 95px;
  }
  .link-list {
    margin-top: 43px;
  }
  .flight-for-you-contain-inner {
    padding-left: 0;
  }
  h4,
  h3 {
    text-align: center;
  }
  .join-conversaton {
    padding-top: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .flight-for-you {
    padding-top: 82px;
  }
  .home-aboutus-imagebox,
  .home-aboutus-contain,
  .home-aboutus-item-secondarey-contain {
    width: 100%;
  }
  .home-aboutus-item-secondarey-imagebox {
    width: 100%;
    margin: 70px auto 0 auto;
    padding-right: 49px;
  }
  .home-aboutus-contain-inner,
  .home-aboutus-item-secondarey-contain-inner {
    padding-left: 0;
  }
  .home-aboutus-contain {
    padding-left: 0;
    padding-right: 0;
  }
  .home-aboutus-contain-title,
  .home-aboutus-item-secondarey-contain-title {
    tgext-align: center;
    margin-top: 20px;
  }

  .home-aboutus-item-secondarey {
    padding-top: 80px;
  }
  .home-aboutus-item-secondarey-contain {
    padding-left: 0;
    padding-right: 0;
  }
  .home-aboutus-item,
  .home-aboutus-item-secondarey {
    padding-left: 34px;
    padding-right: 34px;
  }

  .home-aboutus-item-secondarey-imagebox img {
    border-width: 10px;
  }
  .image-shadow:after {
    left: 6px;
    right: -46px;
    top: -10px;
  }
  .footer-logo-box {
    width: 100%;
    text-align: center;
  }
  .footer--rightbox {
    width: 100%;
    margin-top: 63px;
  }
  .footer-top {
    padding-top: 100px;
  }
  .common-left-right {
    padding-left: 43px;
    padding-right: 43px;
  }
  .footer-buttonbox .btn {
    margin-right: 0;
  }
  .footer-form .form-feild {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
  }
  .form-feildbuttonbox {
    text-align: center;
    margin-top: 10px;
  }
  .footer-form-title,
  .footer-form {
    width: 100%;
  }
  .page-title h1 {
    font-size: 30px;
  }
  .page-title {
    min-height: 120px;
    padding-left: 34px;
    margin-top: 17px;
    padding-right: 34px;
  }
  img.user-image {
    width: 100%;
  }

  .user-list .media-body {
    width: 100%;
  }
  .user-list li.media {
    flex-wrap: wrap;
  }
  .user-list .media-body {
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .user-list .media-body h5 {
    font-size: 18px;
  }
  .padding-0-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #eceae5;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .navbar-icon {
    float: right;
    display: block;
    width: 43px;
    margin-top: 6px;
    outline: 0 !important;
    height: 26px;
    border: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .navbar-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-icon span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-mobile {
    margin-top: 7px;
  }
  .mobilemenu-active .navbar-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 7px;
  }
  .mobilemenu-active .navbar-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .mobilemenu-active .navbar-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 8px;
  }
  .mobilemenu-active .navbar-icon span {
    height: 2px;
  }
  .navbar-brand img {
    width: 129px;
  }
  .header-second {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .top-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-second {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-header-right {
    width: 100%;
  }
  ul.top-headersocialnav {
    float: right !important;
  }
  .top-headerbuttonbox {
    width: auto !important;
    margin-right: 0;
  }
  .top-header-right {
    align-content: space-around;
    display: table !important;
  }
  .nav-box {
    /* background-image: url(../images/header-patent.png); */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #000;
    top: 151px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-navbar-nav {
    flex-wrap: wrap;
    width: 100%;
    display: table;
  }
  .mobile-nav {
    margin-bottom: 0;
    text-align: left;
  }
  .header-navbar-nav .nav-link {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0 !important;
  }
  .nav-box {
    display: block;
  }
  .navbar-expand {
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .nav-box {
    height: 0;
    overflow: hidden;
  }
  .nav-box {
    transition: 300ms;
    -webkit-transition: 300ms;
  }
  .mobilemenu-active .nav-box {
    height: calc(100% - 151px);
  }
  body.mobilemenu-active {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .banner-large {
    height: 100vh;
    padding-top: 40px;
  }
  .banner-personimagebox {
    position: relative;
    max-width: 100%;
    padding-left: 40px;
  }
  .largebanner-form {
    width: 100%;
    display: table;
  }
  .largebanner-form .input-group {
    margin-right: 0;
    width: 100% !important;
    margin-bottom: 18px;
  }
  .largebanner-form .btn {
    width: 100%;
  }
  .banner-large-contain-para {
    width: 100%;
  }
  .banner-large-contain {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner-large-contain-h1 {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  .model-contain {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 43px;
  }
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .continus-buttonbox {
    padding-top: 0;
  }
  .innerpage-cover {
    padding-left: 10px;
    padding-right: 10px;
  }
  .center-box {
    width: 100%;
  }
  .center-contain,
  .center-formbox {
    padding-left: 36px;
    padding-right: 36px;
  }
  .donate-inner-page-box {
    margin-top: 54px;
  }
  .center-contain h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .radio-block {
    margin-bottom: 46px !important;
  }
  .donate-inner-page-box .center-header {
    margin-top: 0;
  }
  .radiobuttonlist {
    flex-wrap: wrap;
  }
  .radiobutton-item {
    margin-right: 10px;
    text-align: center;
  }
  .center-formbox hr {
    margin-left: -31px;
    margin-right: -31px;
  }
  .checkbox-block .checkbox-box-item {
    width: 100%;
  }
  .checkbox-block {
    margin-bottom: 20px !important;
  }
  .checkbox-email {
    margin-bottom: 10px;
  }
  hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .volunteer-inner-page-box {
    padding-bottom: 50px;
  }
  .checkbox-block .form-feild {
    margin-bottom: 13px;
  }
  .volunteer-inner-page-box .center-formbox {
    margin-top: 5px;
  }
  .btnnon-box-rsbp {
    margin-top: 25px;
  }
  .black-lives-matter-inner-page-box .center-contain,
  .black-lives-matter-inner-page-box .center-formbox {
    padding-left: 33px;
    padding-right: 33px;
  }

  .user-list .eventBox .media-body {
    padding: 50px 33px;
  }
  .user-list .eventBox .media-body h5 {
    margin-bottom: 5px;
  }
  .user-list li.eventBox {
    margin-left: 10px;
    margin-right: 10px;
  }

  .petitions-page-box {
    padding: 0 15px;
    margin-top: 32px;
    margin-bottom: 72px;
  }

  .about-page-box .center-contain {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .center-contain .blockquote h5 {
    font-size: 30px;
  }
  .about-page-box .center-contain blockquote {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
    width: inherit;
  }
  .about-page-box .center-contain p {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .inner-page-box-about {
    margin-top: 27px;
    padding-bottom: 0;
  }
  .inner-page-box-events {
    margin-top: 35px;
    margin-bottom: 70px;
  }
  .galleryBox .galleryCon img.link_arrow {
    margin-left: 10px;
  }
  .galleryBox .galleryTitle {
    text-align: left;
  }
  .issue-list .list-group-item {
    font-size: 18px;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    margin-bottom: 12px;
  }
  .volunteer-message-inner-page-box {
    padding-bottom: 110px;
    margin-top: 54px;
  }
  .map_shape {
    max-width: 215px;
  }
  .about-title .map_shape {
    max-width: 136px;
  }
  .register-to-vote-inner-page-box {
    margin-top: 54px;
    padding-bottom: 185px;
  }
  .form-feild .btn {
    margin-left: 0;
  }
  .flight-for-you {
    background-size: 100% 40%;
    background-position: top;
  }
  .tweet-item {
    margin-bottom: 31px;
  }
  .galleryBox {
    margin-bottom: 32px;
  }
  .galleryBox {
    margin-bottom: 32px;
  }
  .black-lives-matter-inner-page-box .btnnon-box-rsbp {
    margin-top: 0;
  }
}

@media screen and (max-width: 450px) {
  .blog-item-imagebox img {
    height: 376px !important;
  }
  .footer-ul li a {
    font-size: 12px;
  }
  .footer-ul li:last-child a {
    width: 61px;
  }
  .footer-buttonbox .btn {
    font-size: 11px;
    padding: 5px 8px;
  }
  .footer-buttonbox {
    margin-top: 30px;
  }
  .footer-social li a {
    padding: 12px 4px;
  }
  .top-headerbuttonbox .btn-sm {
    margin-right: 3px;
    font-size: 10px;
  }
  .selectbox-fullinmobile {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .image-shadow:after {
    right: -36px;
  }
}

@media screen and (max-width: 400px) {
  .list-group-item-span {
    font-size: 14px;
  }
  .banner-large-contain-h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 45px;
  }
  .form-checkbox .form-check-inline {
    width: auto;
    margin-right: 20px;
  }
  .center-box-address address {
    font-size: 12px;
  }
  .issue-list .list-group-item {
    font-size: 15px;
  }
  .map_shape {
    max-width: 165px;
  }
  .page-title {
    min-height: 90px;
  }
  .image-shadow:after {
    right: -25px;
    left: 0;
  }
  .navbar-brand img {
    width: 190px;
  }
  .navbar-icon {
    width: 29px;
  }
  .navbar-icon span:nth-child(2) {
    top: 8px;
  }
  .navbar-icon span:nth-child(3) {
    top: 16px;
  }
  .mobilemenu-active .navbar-icon span:nth-child(1) {
    top: 0px;
  }
  .mobilemenu-active .navbar-icon span:nth-child(3) {
    top: 20px;
  }
}
@media screen and (max-width: 370px) {
  .footer-buttonbox {
    text-align: center;
  }
  ul.footer-social {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .footer-social li {
    float: none !important;
    display: inline-block;
  }
  .footer-top,
  .common-left-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .continus-buttonbox .btn {
    font-size: 11px;
  }
  .video-box {
    padding: 20px 0;
  }
  .footer-logo-box img {
    width: 246px;
  }
}
.home-about {
  background: #fff;
  /* margin-top: 52px; */
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.aboutshadow img {
  height: 100%;
}
.aboutcontain-para {
  width: 818px;
  max-width: 100%;
}
.home-aboutcontain .linkicon {
  margin-top: 40px;
}

.home-aboutcontain {
  width: calc(100% - 600px);
  padding-top: 53px;
  padding-bottom: 43px;
  float: left;
  padding-left: 145px;
  padding-right: 220px;
  height: 100%;
  color: #fff;
}
.section-header-span {
  color: #941016;
  text-transform: uppercase;
  font-weight: bold;
}
.section-header-h2 {
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f1e24;
}
.home-aboutimg .aboutshadow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.home-aboutimg {
  position: relative;
  display: table;
  width: 600px;
}
.home-aboutimage {
  width: 100%;
}
.aboutcontain-para p {
  font-weight: 400;
  margin-bottom: 30px;
  color: #1f1e24;
  font-size: 17px;
}
.home-about {
  background: #fff;
  /* margin-top: 52px; */
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.aboutshadow img {
  height: 100%;
}
.aboutcontain-para {
  width: 592px;
  max-width: 100%;
}
.home-aboutcontain .linkicon {
  margin-top: 40px;
}
.join-with-us {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
  background-color: #f8b632;
  padding-left: 64px;
  padding-top: 61px;
  padding-bottom: 48px;
  padding-right: 61px;
  background-image: url("form-bg.png");
}
.join-with-us-left {
  float: left;
}
.join-with-us-right {
  display: table;
  float: right;
  width: 860px;
  max-width: 100%;
}
.join-with-us-left h2 {
  font-size: 60px;
  width: 300px;
  font-weight: 600;
}
.join-with-us-right form > .form-row {
  margin-bottom: 13px;
}
.btn-black {
  background: #000;
  color: #f8b632;
}
.btn-black:hover {
  background: #e2211c;
  color: #fff;
}
.join-form-info p {
  font-size: 16px;
  margin: 0;
  color: #1f1e24;
  font-style: italic;
  opacity: 0.8;
}
.join-with-us-right input.form-control,
.banner-form .form-control {
  border: 0;
}
.join-form-info {
  padding-top: 15px;
}
.join-withus-blckversion {
  background: #1f1e24;
}
.join-withus-blckversion p,
.join-withus-blckversion {
  color: #fff;
}
.join-with-us .form-control::-webkit-input-placeholder {
  color: #0c0c0d !important;
  opacity: 1 !important;
}
.join-with-us .form-control:-ms-input-placeholder {
  color: #0c0c0d !important;
  opacity: 1 !important;
}
.join-with-us .form-control::placeholder {
  color: #0c0c0d !important;
  opacity: 1;
}
.join-with-us .form-control {
  height: 41px;
  text-transform: capitalize;
  font-size: 14px;
}

.custom-control-inline {
  font-size: 15px;
  cursor: pointer !important;
  border-radius: 2px;
  border: 1px solid #1f1e24;
  position: relative;
  font-weight: 700;
  padding: 9px 25px 7px 25px;
  color: #1f1e24;
}

.custom-control-inline label {
  margin-bottom: 0;
}

.donation_amount_option {
  position: absolute;
  left: 0;
  opacity: 0 !important;
}

.custom-control-label::after {
  opacity: 0;
}

.custom-radio .custom-control-label::before {
  opacity: 0;
}

.selected {
  background-color: black;
}

.selected label {
  color: white !important;
}
.input-group-prepend {
  display: none;
}

#donation_amount_other_input {
  padding: 0;
  color: black;
  border-bottom: 1px solid white;
}
.donation-other-input-container {
  width: 20%;
  margin: 0 auto;
  margin-top: 5px;
  border: 1px solid black;
  color: black !important;
}

.builting-label-box {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
}
label.builting-label-box-item {
  width: 30.33%;
  text-align: center;
  margin: 0;
  transition: 300ms;
  -webkit-transition: 300ms;
  cursor: pointer;
  border: 1.5px solid #1f1e24;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 10px 8px 10px;
  margin-bottom: 24px;
}
.builting-company {
  padding-top: 135px;
  padding-bottom: 140px;
  background-color: rgba(196, 196, 196, 0.1);
}
label.builting-label-box-item:hover {
  background: #1f1e24;
  border-color: #1f1e24;
  color: #fff;
}
.builting-company .section-header {
  margin-bottom: 49px;
}

.builting-company span {
  color: #e2211c !important;
}

.blog {
  margin-top: 38px;
}
.blog-item-imagebox {
  width: 40%;
  float: left;
}
.blog-item-contain {
  width: 45%;
  padding-right: 70px;
  padding-left: 160px;
}
.blog-item {
  position: relative;
  overflow: hidden;
  background-color: #1f1e24;
}
/* .blog-item-contain:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    83.55deg,
    #1f1e24 8.77%,
    #1f1e24 53.94%,
    rgba(31, 30, 36, 0) 79.26%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 0;
  bottom: 0;
  left: -17%;
  right: 0;
} */
.blog-item-imagebox img {
  height: 750px;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.contain-visiable {
  z-index: 99;
  position: relative;
  color: #fff;
  width: 600px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-item-contain .section-header-h2 {
  margin-bottom: 21px;
  font-size: 50px;
}
.blog-item-contain-para {
  margin-bottom: 100px;
}
.blog-item-small {
  position: relative;
}
.blog-item-small:after {
  background: linear-gradient(
    180deg,
    #1f1e24 -11.95%,
    rgba(31, 30, 36, 0.2) 186.22%,
    rgba(31, 30, 36, 0.45) 186.22%
  );
  transform: matrix(1, 0, 0, -1, 0, 0);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  transition-duration: 300ms;
  -ms-transition-duration: 300ms;
}
.blog-item-small:hover:after {
  opacity: 0.7;
}
.blogitemsmall-contain {
  color: #fff;
  position: absolute;
  bottom: 25px;
  z-index: 9;
  left: 34px;
  width: 83%;
}
.blogitemsmall-contain h6 {
  color: #f8b632;
  font-style: normal; /*font-weight:400;*/
  text-transform: uppercase;
}
.blogitemsmall-contain p {
  margin-bottom: 20px;
}
.blog-link-small a:hover,
.blog-link a:hover,
.linkicon a:hover {
  opacity: 0.5;
}
.blog .row {
  margin-left: -8px;
  margin-right: -8px;
}
.blog .row [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.blog-item-small {
  margin-top: 20px;
}
.blogitemsmall-imagebox img {
  height: 420px;
  object-fit: cover;
  object-position: top;
}
.campain {
  margin-top: 138px;
  padding-left: 70px;
  padding-right: 70px;
}
.campain-titlesection-left span {
  font-size: 18px;
  color: #0c0c0d;
  font-weight: bold;
  text-transform: uppercase;
}
.campain-titlesection-left h2 {
  font-size: 50px;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0;
}
.campain-titlesection-right {
  width: 530px;
  float: right;
  max-width: 100%;
}
.campain-titlesection-right p {
  font-size: 17px;
  margin: 0;
  margin-top: 32px;
  font-weight: 600;
}
.campain-titlesection {
  margin-bottom: 58px;
}
.blog-item .section-header-span {
  color: white;
}
.blog-item h2 {
  color: white;
  /* width: 70%; */
}

.builting-label-box-item a {
  color: #0c0c0d !important;
}

.blog-item-contain-para p {
  font-size: 17px;
}

#home_page_new_signup_form {
  width: 100%;
}

.paul {
  width: 100%;
  height: 100%;
}
