/* navbar logo setting */
/*---------new programs-------*/
.newEventMainSection {
  padding: 40px 70px;
}

.newEventMainSection .block1 .eventsCardCol .eventCard .paraBlock .eventTitle {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newEventMainSection .block1 .eventsCardCol .eventCard .paraBlock .shortDisc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.newEventMainSection .block1 .recentCol {
  margin-top: 20px;
}

.newEventMainSection .block1 .recentCol .subscribeRow .col-12 {
  padding: 40px;
  background-color: #04813e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 4px;
}

.newEventMainSection .block1 .recentCol .subscribeRow .col-12 input {
  width: 100%;
  margin: 10px 0px;
  height: 40px;
}

.subbtn
{
    width: 100%;
  margin: 10px 0px;
  height: 40px;
   background-color: yellow;
  color: white;
  border: none;
}
.newEventMainSection .block1 .recentCol .subscribeRow .col-12 input[type='email'] {
  padding: 5px;
}

.newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::-webkit-input-placeholder {
  text-align: center;
}

.newEventMainSection .block1 .recentCol .subscribeRow .col-12 :-ms-input-placeholder {
  text-align: center;
}

.newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::-ms-input-placeholder {
  text-align: center;
}

.newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::placeholder {
  text-align: center;
}

.newEventMainSection .block1 .recentCol .subscribeRow .col-12 input[type='submit'] {
  background-color: yellow;
  color: white;
  border: none;
}

.newEventMainSection .block1 .recentCol .recentPostRow {
  margin-top: 20px;
  border-radius: 4px;
}

.newEventMainSection .block1 .recentCol .recentPostRow .headBlock {
  padding: 20px;
}

.newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.138);
  cursor: pointer;
}

.newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock {
  height: 100px;
  width: 100px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock img {
  height: 100%;
  width: 100%;
}

.newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .paraBlock {
  padding: 0px 20px;
}

@media (max-width: 1090px) {
  .newEventMainSection {
    padding: 20px;
  }
  .newEventMainSection .block1 .recentCol {
    margin-top: 20px;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 {
    padding: 40px;
    background-color: #04813e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    border-radius: 4px;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 input {
    width: 100%;
    margin: 10px 0px;
    height: 40px;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 input[type='email'] {
    padding: 5px;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::-webkit-input-placeholder {
    text-align: center;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 :-ms-input-placeholder {
    text-align: center;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::-ms-input-placeholder {
    text-align: center;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::placeholder {
    text-align: center;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 input[type='submit'] {
    background-color: yellow;
    color: white;
    border: none;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow {
    margin-top: 20px;
    border-radius: 4px;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .headBlock {
    padding: 20px;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.138);
    cursor: pointer;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock {
    height: 100px;
    width: 100px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock img {
    height: 100%;
    width: 100%;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .paraBlock {
    padding: 0px 20px;
  }
}

@media (max-width: 768px) {
  .newEventMainSection {
    padding: 20px;
  }
  .newEventMainSection .block1 .recentCol {
    margin-top: 20px;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 {
    padding: 40px;
    background-color: #04813e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    border-radius: 4px;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 input {
    width: 100%;
    margin: 10px 0px;
    height: 40px;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 input[type='email'] {
    padding: 5px;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::-webkit-input-placeholder {
    text-align: center;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 :-ms-input-placeholder {
    text-align: center;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::-ms-input-placeholder {
    text-align: center;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 ::placeholder {
    text-align: center;
  }
  .newEventMainSection .block1 .recentCol .subscribeRow .col-12 input[type='submit'] {
    background-color: yellow;
    color: white;
    border: none;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow {
    margin-top: 20px;
    border-radius: 4px;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .headBlock {
    padding: 20px;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.138);
    cursor: pointer;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock {
    height: 100px;
    width: 120px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock img {
    height: 100%;
    width: 100%;
  }
  .newEventMainSection .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .paraBlock {
    padding: 0px 20px;
  }
}

/*-----------new ------------*/
.newProgramDetailPage {
  padding: 40px 70px;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .eventfullpageRow .imgCol img {
  height: 100%;
  width: 100%;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .headBlock {
  margin: 10px 0px;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .headBlock i {
  color: #04813e;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .shareCol .commentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .shareCol .commentBox input {
  width: 100%;
  height: 150px;
  border: 1px solid #04813e;
  border-radius: 4px;
  padding: 5px;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .shareCol p {
  font-size: 20px;
  font-weight: bold;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .shareCol i {
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.101);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.101);
  color: #04813e;
  padding: 8px 10px;
  border-radius: 50%;
  margin-left: 5px;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .shareCol .fa-instagram {
  padding: 8px 10px;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .shareCol .fa-youtube {
  padding: 8px 8px;
}

.newProgramDetailPage .block1 .ProgramdetailCardCol .shareCol .fa-facebook-f {
  padding: 8px 12px;
}

.newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 {
  padding: 40px;
  background-color: #04813e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 4px;
}

.newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input {
  width: 100%;
  margin: 10px 0px;
  height: 40px;
}

.newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input[type='email'] {
  padding: 5px;
}

.newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::-webkit-input-placeholder {
  text-align: center;
}

.newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 :-ms-input-placeholder {
  text-align: center;
}

.newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::-ms-input-placeholder {
  text-align: center;
}

.newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::placeholder {
  text-align: center;
}

.newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input[type='submit'] {
  background-color: yellow;
  color: white;
  border: none;
}

.newProgramDetailPage .block1 .recentCol .recentPostRow {
  margin-top: 20px;
  border-radius: 4px;
}

.newProgramDetailPage .block1 .recentCol .recentPostRow .headBlock {
  padding: 20px;
}

.newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.138);
  cursor: pointer;
}

.newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock {
  height: 100px;
  width: 100px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock img {
  height: 100%;
  width: 100%;
}

.newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .paraBlock {
  padding: 0px 20px;
}

@media (max-width: 1090px) {
  .newProgramDetailPage {
    padding: 20px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard {
    height: 180px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .imgBlock {
    height: 100%;
    width: 100%;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .imgBlock img {
    height: 100%;
    width: 100%;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .paraBlock {
    padding: 0px 5px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .paraBlock .eventTitle {
    font-weight: 500;
    font-size: 15px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .paraBlock .shortDisc {
    font-size: 12px;
    margin-top: -10px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .paraBlock .datePara {
    font-size: 10px;
    margin-top: -10px;
  }
  .newProgramDetailPage .block1 .recentCol {
    margin-top: 20px;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 {
    padding: 40px;
    background-color: #04813e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    border-radius: 4px;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input {
    width: 100%;
    margin: 10px 0px;
    height: 40px;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input[type='email'] {
    padding: 5px;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::-webkit-input-placeholder {
    text-align: center;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 :-ms-input-placeholder {
    text-align: center;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::-ms-input-placeholder {
    text-align: center;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::placeholder {
    text-align: center;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input[type='submit'] {
    background-color: yellow;
    color: white;
    border: none;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow {
    margin-top: 20px;
    border-radius: 4px;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .headBlock {
    padding: 20px;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.138);
    cursor: pointer;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock {
    height: 100px;
    width: 100px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock img {
    height: 100%;
    width: 100%;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .paraBlock {
    padding: 0px 20px;
  }
}

@media (max-width: 600px) {
  .newProgramDetailPage {
    padding: 20px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard {
    height: 180px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .imgBlock {
    height: 100%;
    width: 100%;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .imgBlock img {
    height: 100%;
    width: 150px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .paraBlock {
    padding: 0px 5px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .paraBlock .eventTitle {
    font-weight: 500;
    font-size: 10px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .paraBlock .shortDisc {
    font-size: 8px;
    margin-top: -10px;
  }
  .newProgramDetailPage .block1 .eventsCardCol .er1 .eventCardCol .eventCard .paraBlock .datePara {
    font-size: 10px;
    margin-top: -10px;
  }
  .newProgramDetailPage .block1 .recentCol {
    margin-top: 20px;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 {
    padding: 40px;
    background-color: #04813e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    border-radius: 4px;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input {
    width: 100%;
    margin: 10px 0px;
    height: 40px;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input[type='email'] {
    padding: 5px;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::-webkit-input-placeholder {
    text-align: center;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 :-ms-input-placeholder {
    text-align: center;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::-ms-input-placeholder {
    text-align: center;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 ::placeholder {
    text-align: center;
  }
  .newProgramDetailPage .block1 .recentCol .subscribeRow .col-12 input[type='submit'] {
    background-color: yellow;
    color: white;
    border: none;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow {
    margin-top: 20px;
    border-radius: 4px;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .headBlock {
    padding: 20px;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.138);
    cursor: pointer;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock {
    height: 100px;
    width: 120px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .imgBlock img {
    height: 100%;
    width: 100%;
  }
  .newProgramDetailPage .block1 .recentCol .recentPostRow .recentPostBlock .postCardBlock .paraBlock {
    padding: 0px 20px;
  }
}
/*# sourceMappingURL=program.css.map */