/* Captured public page styles for /political-opposition-organization-our-agenda/ — not proprietary theme source */
.sidebar {
  display: none;
}
main p {
  color: var(--black);
  max-width: 100%;
  margin: 0;
  line-height: 26px;
  font-size: 17px;
  margin: 0 0 25px 0;
}
.bnr_con {
  min-height: 500px;
  padding: 0;
}
#main_area {
  display: block;
  margin-bottom: 0;
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  margin-bottom: 15%;
}
.main_con {
  display: block;
  min-height: 500px;
  color: var(--black);
  padding: 64px 0;
}
#main_area::before {
  content: "";
  display: none;
}
#main_area::after {
  content: "";
  display: none;
}
#banner::before {
  display: none;
}
main {
  margin: 0;
  width: 100%;
  max-width: unset;
  line-height: 100%;
  text-align: start;
}
#main_area {
  margin: 0 !important;
}
.main_fig {
  display: none;
}

.wow {
  animation: none !important;
}
main::before {
  display: none;
}
.footer_map {
  z-index: 1;
}
.main-img1 {
  display: none;
}
@media only screen and (max-width: 1010px) {
  #breadcrumbs {
    text-align: start;
  }
  .bnr_con {
    min-height: 0;
  }
  #banner {
    padding: 0;
  }
}

.entry-content ol {
  line-height: 29px;
}

.entry-content ul {
  line-height: 29px;
}
@media only screen and (max-width: 600px) {
  .main_con {
    padding: 42px 0;
  }
}

.agenda {}
.agenda h2 { font-family: var(--secFont); font-size: 50px; font-weight: 700; line-height: 100%; color: var(--primaryColor); margin: 0 0 25px; text-align: center; }
.agenda p { margin: 0 0 15px 0; }
.agenda p:last-of-type { margin: 0; }

#agenda1 { margin: 50px 0; padding: 50px; background: #f7f7f7; border-radius: 20px; text-align: center; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
.agenda1_hdng h2 { font-size: 60px; }
.agenda1_info p { font-size: 20px; }

#agenda2 { margin: 100px 0; }
.agenda2_flex { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.agenda2_flex section { width: 31%; max-width: 444px; padding: 25px; border-radius: 25px; background: var(--secondaryColor); color: #fff; border-top: 8px solid var(--primaryColor); transition: transform 0.35s ease; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; }
.agenda2_flex section:hover { transform: translateY(-12px); cursor: pointer; }
.agenda2_flex section h3 { position: relative; color: #fff; font-size: 20px; font-weight: 700; line-height: 100%; margin: 0 0 25px; padding: 0 0 0 32px; }
.agenda2_flex section h3::before { position: absolute; content: url('../../images/icons/h2-icon.png'); top: 2px; left: 0; }
.agenda2_flex section p, .agenda2_flex section b { color: #fff; }
.agenda2_flex section ul {}
.agenda2_flex section ul li { font-size: 17px; }

#agenda3 { position: relative; }
#agenda3::before { position: absolute; left: 50%; transform: translateX(-50%); content: ''; width: 1920px; height: 100%; background: var(--secondaryColor); }
.agenda3_con { position: relative; z-index: 1; padding: 100px 0; }
.agenda3_hdng h2 { color: #fff; }
.agenda3_flex { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.agenda3_flex section { position: relative; width: 23%; max-width: 325px; background: var(--primaryColor); padding: 130px 25px 25px 25px; border-radius: 12px; text-align: center; }
.agenda3_flex section p { color: #fff; font-weight: 600; line-height: 24px; }

.agenda3_flex section::before { position: absolute; content: url('../../images/icons/our-agenda-icon1.png'); top: 24px;
left: 50%; transform: translateX(-50%); width: 92px; height: 92px; outline: 2px solid #fff; display: flex; justify-content: center; align-items: center; border-radius: 50px; }
.agenda3_flex section:first-child::before { content: url('../../images/icons/our-agenda-icon1.png'); }
.agenda3_flex section:nth-child(2)::before { content: url('../../images/icons/our-agenda-icon2.png'); }
.agenda3_flex section:nth-child(3)::before { content: url('../../images/icons/our-agenda-icon3.png'); }
.agenda3_flex section:nth-child(4)::before { content: url('../../images/icons/our-agenda-icon4.png'); }

#agenda4 { margin: 100px 0 50px; }
.agenda4_flex1 { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.agenda4_flex1 figure { width: 100%; max-width: 525px; border-radius: 20px; overflow: hidden; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
.agenda4_inner { width: 100%; max-width: 758px; }

.agenda4_flex2 { margin: 100px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.agenda4_flex2 a { display: block; width: 100%; max-width: 325px; border-radius: 50px; background: var(--primaryColor); color: #fff; text-align: center; padding: 18px 5px; }
.agenda4_flex2 a:hover { background: var(--secondaryColor); color: #fff; text-decoration: none; }

@media only screen and (max-width: 1010px) {
  
  #agenda1 { padding: 25px; }
  
  #agenda2 { margin: 50px 0; }
  .agenda2_flex section { width: 47%; }
  
  .agenda3_con { padding: 50px 0; }
  .agenda3_flex section { width: 47%; }
  
  #agenda4 { margin: 50px 0; }
  .agenda4_flex1 { flex-direction: column; text-align: center; }
  .agenda4_inner { max-width: 100%; }
  .agenda4_flex2 { margin: 50px 0 0; }
  
}

@media only screen and (max-width: 800px) {

  .agenda h2 { font-size: 45px; }
  
  .agenda1_info p { font-size: 17px; }
  
}

@media only screen and (max-width: 600px) {
 
   .agenda h2 { font-size: 35px; }
  
   .agenda2_flex section { width: 100%; max-width: 100%; }
  
   .agenda3_flex section { width: 100%; max-width: 425px; }
  
}