/**
/*!Theme Name: Hon'ble Minister Matrika Prasad Yadav Personal Site
Theme URI: http://matikayadav.com.np
Author: Qubit Technology Pvt. Ltd. | Abhisek Mahat (Sr. Front End Developer) | Ujwol Karki (Backend)
Author URI: https://abhisekweb.com
Description: This is the official website of Hon'ble Minister Matrika Prasad Yadav Sir; developed and designed by Qubit Technology Pvt. Ltd.
Version: 2.0

 * TABLE OF CONTENT
 */
/*

	01. VARIABLE
	02. MIXINS
	03. LAYOUTS
	04. COMMON STYLES
	05. HELPER CLASSES
	06. TYPOGRAPHY
	07. GENERAL STYLES
	08. HEADER
	09. POLITICS SLIDER
	10. INTRO SECTION
	11. LATEST NEWS
	12. FEATURED CONTENT
	13. QUICK LINKS BLOCK
	14. PRESS RELEASE
	15. DONATION BANNER
	16. TESTIMONIAL
	17. VOLUNTEER BANNER
	18. CAMPAIGN EVENTS
	19. FEATURED EVENT
	20. OUR MEMBERS
	21. EMAIL SUBSCRIPTION
	22. FOOTER
	23. BLOG PAGE
	24. CONTACT PAGE

 */

 @charset "utf-8";
 @font-face {
  font-family: "EkMukta";
  font-display: auto;
  src: url("../fonts/EkMukta.eot");
  /* IE9 Compat Modes */
  src: local('../fonts/EkMukta.ttf'), url("../fonts/EkMukta.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/EkMukta.otf") format("opentype"), /* Open Type Font */
  url("../fonts/EkMukta.svg") format("svg"), /* Legacy iOS */
  url("../fonts/EkMukta.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/EkMukta.woff") format("woff"), /* Modern Browsers */
  url("../fonts/EkMukta.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nirmala";
  font-display: auto;
  src: url("../fonts/nirmala.eot");
  /* IE9 Compat Modes */
  src: local('../fonts/nirmala.ttf'), url("../fonts/nirmala.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/nirmala.otf") format("opentype"), /* Open Type Font */
  url("../fonts/nirmala.svg") format("svg"), /* Legacy iOS */
  url("../fonts/nirmala.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/nirmala.woff") format("woff"), /* Modern Browsers */
  url("../fonts/nirmala.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


html, body{
  overflow-x: hidden;
}

/*==============================
	VARIABLES
 ===============================*/
/*==============================
	MIXINS
 ===============================*/
/*==============================
	LAYOUTS
 ===============================*/
 .section-block {
  padding: 20px;
}
.section-block .section-content {
  margin: 60px 0px 40px;
}
/*.section-block .section-content > div {
  margin-bottom: 48px;
  }*/
  .section-block-2 {
    padding: 50px 0px 10px;
  }
  .section-block-2 .section-content {
    margin-bottom: 24px;
  }
  .section-block-2 .section-content > div {
    /* margin-bottom: 48px; */
  }
/*==============================
	COMMON STYLES
 ===============================*/
 .btn {
  transition: .3s;
}
.btn-main {
  background: #c31f30;
  color: #ffffff;
  border-radius: 0;
  font-family: 'EkMukta', sans-serif;
  text-transform: uppercase;
}
.btn-main:hover {
  background: #D95560;
  color: #ffffff;
}
.btn-main:focus {
  color: #ffffff;
  background: #D95560;
  outline: none;
}
.btn-normal {
  padding: 12px 24px;
}
.btn-lg {
  padding: 15px 48px;
}
.section-title-block {
  text-align: center;
  margin-bottom: 60px;
}
.section-title-block h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .section-title-block h2 {
    font-size: 21px;
  }
}
.section-title-block h2 span {
  font-size: 16px;
  color: #777;
  display: block;
  margin-top: 8px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .section-title-block h2 span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.section-title-block .title-style {
  position: relative;
  color: #0D7309;
  display: inline-block;
}
.section-title-block .title-style:before,
.section-title-block .title-style:after {
  content: '';
  width: 36px;
  height: 2px;
  background: #222222;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -48px;
}
.section-title-block .title-style:after {
  left: auto;
  right: -48px;
}
.section-title-block p {
  font-size: 18px;
  width: 60%;
  margin: auto;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .section-title-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-title-block p {
    width: 80%;
  }
}
.section-title-block-2 {
  margin-bottom: 48px;
}
.section-title-block-2 h3 {
  text-transform: uppercase;
  font-size: 21px;
  color: #333;
  margin-bottom: 18px;
}
.section-title-block-2 p {
  font-size: 18px;
  width: 50%;
  border-left: 3px solid #c31f30;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .section-title-block-2 p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .section-title-block-2 p {
    font-size: 14px;
    width: 80%;
  }
}
.block-title {
  font-size: 24px;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}
.page-banner {
  height: 260px;
  background: url(http://placehold.it/1920x260) no-repeat center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.page-banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 82, 165, 0.7);
  z-index: -1;
}
.page-banner .container {
  position: relative;
  height: 260px;
}
.page-banner .page-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
}
.page-banner .breadcrumbs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  text-align: right;
  margin: 0;
}
.page-banner .breadcrumbs li {
  display: inline-block;
  margin-left: 15px;
}
.page-banner .breadcrumbs li:before {
  content: '/';
  font-size: 18px;
  color: #ffffff;
  margin-right: 15px;
}
.page-banner .breadcrumbs li:first-child:before {
  content: none;
}
.page-banner .breadcrumbs li a {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
/*==============================
	HELPER CLASSES
 ===============================*/
 .no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*==============================
	TYPOGRAPHY
 ===============================*/
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
  font-family: 'EkMukta', sans-serif;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
/*==============================
	GENERAL STYLES
 ===============================*/
 body {
  font-family: 'Nirmala', sans-serif;
  color: #aaaaaa;
}

a {
  color: #0D7309;
  transition: color .3s;
}
a:hover {
  color: #003972;
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
}
/*==============================
	HEADER
 ===============================*/
 .top-bar {
  padding: .5em 1em .5em 0;
  background: #f5f5f5;
}
.top-bar .trending-topics {
  margin-top: 3px;
}
.top-bar .trending-topics a{
  color: #999;
  font-size: 12px;
  font-weight: 500;
}
.top-bar .trending-topics a:hover{
  text-decoration: underline;
}
.top-bar .trending-topics h4 {
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  margin: 0 24px 0 0;
  color: rgba(0,0,0,.5);
}
.top-bar .trending-topics h4:before {
  /* content: ""; */
  background: rgba(0, 12, 25, 0.07);
  position: absolute;
  display: block;
  height: 34px;
  z-index: 2;
  width: 118px;
  margin: auto;
  top: -6px;
  color: #777;
  left: 0;
  border-bottom: 5px solid;
  /* border-top: 5px solid; */
}
.top-bar .trending-topics ul {
  float: left;
  margin: 0;
}
.top-bar .social-links ul {
  margin: 2px;
  float: right;
}
.top-bar .social-links ul a{
  color: #777;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .top-bar .social-links ul {
    float: left;
  }
}

.social-links li:hover{
  background: #fff;
  border-color: #f5f5f5;
}

.social-links li {
  border: 1px solid #aaa;
  width: 23px;
  text-align: center;
  border-radius: 50%;
  height: 23px;
  font-size: 13px;
  padding: 2px;
}
.politics-navbar {
  background: #fff;
  position: relative;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  box-shadow: 1px 1px 7px 5px rgba(0,0,0,.075);
}
.politics-navbar .navbar-header .navbar-brand {
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
  background-size: cover;
  text-indent: -9999px;
  position: absolute;
  left: 50.8%;
  transform: translateX(-50%);
  top: -32px;
  z-index: 100;
  border-radius: 90%;
  border: 4px solid #ffff;
}
@media (max-width: 1199px) {
  .politics-navbar .navbar-header .navbar-brand {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
}
@media (max-width: 390px) {
  .politics-navbar .navbar-header .navbar-brand {
    width: 72px;
    height: 72px;
  }
}
.politics-navbar .navbar-toggle {
  color: #c31f30;
  /* border: none; */
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  width: 40px;
  border: 2px solid #90949c5e;
  background: #fff;
  line-height: 0;
}
.politics-navbar .navbar-toggle:hover {
  background: #c31f30;
  color: #fff;
  border: 2px solid #f4f8fab5;
}
.politics-navbar .navbar-toggle:focus {
  background: transparent;
  color: #a94442;
}
.politics-navbar .navbar-collapse {
  border-top: 0;
}
.politics-navbar .navbar-nav li a {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  text-shadow: none;
  transition: .3s;
  padding: 18px 24px;
}
.politics-navbar .navbar-nav li a:hover {
  color: #c31f30;
}
.politics-navbar .navbar-nav li a:focus {
  color: #0D7309;
}
.politics-navbar .navbar-nav li.active a {
  background: #0D7309;
  color: #ffffff;
}
.politics-navbar .navbar-nav li.active a:hover {
  background: #0D7309;
  color: #ffffff;
}
.politics-navbar .navbar-nav li.active a:focus {
  background: #0D7309;
  color: #ffffff;
}
.politics-navbar .navbar-nav li.dropdown a {
  color: #ffffff;
  box-shadow: none;
  background: #0D7309;
}
.politics-navbar .navbar-nav li.dropdown a:focus,
.politics-navbar .navbar-nav li.dropdown a:hover {
  color: #ffffff;
}
.politics-navbar .navbar-nav li.dropdown .dropdown-menu {
  background: transparent;
  left: 0;
  right: auto;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0px;
}
.politics-navbar .navbar-nav li.dropdown .dropdown-menu li a {
  background: #fff;
  transition: .3s;
  border-top: 2px solid #c31f30;
  color: #c31f30;
}
.politics-navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
  color: #c31f30;
}
@media (max-width: 1199px) {
  .politics-navbar .navbar-nav li.dropdown .dropdown-menu li a {
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.politics-navbar .navbar-nav li.dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}
.politics-navbar .navbar-nav li.dropdown.open a {
  color: #ffffff;
  background: #c31f30;
}
@media (max-width: 1199px) {
  .politics-navbar .navbar-header {
    float: none;
  }
  .politics-navbar .navbar-left,
  .politics-navbar .navbar-right {
    float: none !important;
  }
  .politics-navbar .navbar-toggle {
    display: block;
  }
  .politics-navbar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .politics-navbar .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .politics-navbar .navbar-collapse.collapse {
    display: none!important;
    z-index: auto;
  }
  .politics-navbar .navbar-nav {
    float: none!important;
  }
  .politics-navbar .navbar-nav > li {
    float: none;
  }
  .politics-navbar .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .politics-navbar .collapse.in {
    display: block !important;
  }
  .politics-navbar .dropdown-menu {
    position: relative;
    border: none;
    width: 100%;
  }
}
/*==============================
	politics SLIDER
 ===============================*/
 .politics-carousel .carousel-inner {
  height: 450px;
}
.politics-carousel .item {
  height: 450px;
  background-size: cover;
  background-position: center;
  /* touch-action: pan-x; */
}
.politics-carousel .item .carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  text-shadow: none;
  width: 100%;
}
.politics-carousel .item .carousel-caption .caption-content {
  min-height: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 35%;
  text-align: left;
  background: rgba(0,0,0,0.3);
  padding: 20px 50px 20px 20px;
  max-height: 60%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
@media (max-width: 767px) {
  .politics-carousel .item .carousel-caption .caption-content {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    font-size: 12px;
  }
}
.politics-carousel .item .carousel-caption .caption-content h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  text-shadow: 5px 4px 7px #111;
}
.politics-carousel .item .carousel-caption .caption-content h1 small {
  font-size: 30px;
  display: block;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: bold;
  animation-delay: .5s;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .politics-carousel .item .carousel-caption .caption-content h1 small {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .politics-carousel .item .carousel-caption .caption-content h1 small {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .politics-carousel .item .carousel-caption .caption-content h1 small {
    font-size: 18px;
  }
}
.politics-carousel .item .carousel-caption .caption-content h1 span {
  display: inline-block;
  animation-delay: 1s;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .politics-carousel .item .carousel-caption .caption-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .politics-carousel .item .carousel-caption .caption-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .politics-carousel .item .carousel-caption .caption-content h1 {
    font-size: 30px;
  }
}
.politics-carousel .item .carousel-caption .caption-content p {
  font-size: 21px;
  margin-bottom: 42px;
  animation-delay: 1.3s;
}
@media (max-width: 991px) {
  .politics-carousel .item .carousel-caption .caption-content p {
    font-size: 16px;
  }
}
.politics-carousel .item .carousel-caption .caption-content button {
  animation-delay: 1.5s;
}
.politics-carousel .item .carousel-caption .caption-image {
  position: absolute;
  right: 15%;
  bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .politics-carousel .item .carousel-caption .caption-image {
    right: 10%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .politics-carousel .item .carousel-caption .caption-image {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .politics-carousel .item .carousel-caption .caption-image {
    display: none;
  }
}
.politics-carousel .item .carousel-caption .caption-image img {
  width: 340px;
  animation-delay: 1.5s;
}
.politics-carousel .item:nth-child(2) .carousel-caption {
  background: rgba(0, 0, 0, 0.6);
}
.politics-carousel .item:nth-child(2) .caption-content {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.politics-carousel .carousel-control {
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 2.8em;
  border: 2px solid #ffffff;
  font-size: 18px;
  transition: .3s;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-weight: 600;
  opacity: 1;
  color: #222;
}
.politics-carousel .carousel-control.left {
  left: -20px;
}
@media (max-width: 767px) {
  .politics-carousel .carousel-control.left {
    left: 12px;
  }
}
.politics-carousel .carousel-control.right {
  right: -20px;
}
@media (max-width: 767px) {
  .politics-carousel .carousel-control.right {
    right: 12px;
  }
}
.politics-carousel .carousel-control:hover {
  border-radius: 50%;
  background: transparent;
  color: #f4f8fa;
  opacity: 0.7;
}


.carousel-indicators .active {
  width: 6px;
  height: 6px;
  margin: 0;
  background: transparent;
  border: 6px double #f4f8fa;
}
/*==============================
	INTRO SECTION
 ===============================*/
 .intro-section .content-wrapper {
  padding: 1px 0px 14px 0;
  /* border-top: 3px solid #e9e9e9; */
  /* border-right: 3px solid #e9e9e9; */
  /* border-bottom: 3px solid #e9e9e9; */
  position: relative;
  /* margin-top: 35px; */
  /* margin-right: 35px; */
}
@media (max-width: 1199px) {
  .intro-section .content-wrapper {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro-section .content-wrapper:before,
.intro-section .content-wrapper:after {
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 18px;
  /* background: #e9e9e9; */
}
.intro-section .content-wrapper:after {
  top: auto;
  bottom: 0;
  height: 113px;
}
.intro-section .content-wrapper .icon-block {
  font-size: 32px;
  color: #a94442;
  margin: -10px;
  background: #fff;
  z-index: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

.intro-section .content-wrapper .content-blc{padding: 0px 2em;FONT-WEIGHT: 200;FONT-VARIANT: contextual;text-align: center;}
.intro-section .content-wrapper h3 {
  margin-top: 12px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.intro-section .content-wrapper h3 a {
  color: #222222;
  font-size: 16px;
  letter-spacing: 1px;
  word-spacing: 3px;
}
.intro-section .content-wrapper h3 a:hover {
  color: #0D7309;
}
.intro-section .content-wrapper p {
  position: relative;
}
.intro-section .content-wrapper p:after {
  content: '';
  width: 30px;
  height: 4px;
  background: #0D7309;
  top: -18px;
  left: 30px;
  position: absolute;
  display: none;
}
/*==============================
	LATEST NEWS
 ===============================*/
 .latest-news {
  background: #f7f7f7;
}
.latest-news .news-wrapper {
  position: relative;
}
.latest-news .news-wrapper:hover .content-wrapper {
  background: rgba(0, 0, 0, 0.5);
}
.latest-news .news-content {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 3px solid #ddd;
}
@media (max-width: 767px) {
  .latest-news .news-content {
    border-left: 3px solid rgba(255, 255, 255, 0.5);
  }
}
.latest-news .news-content:before,
.latest-news .news-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #777;
}
@media (max-width: 767px) {
  .latest-news .news-content:before,
  .latest-news .news-content:after {
    display: none;
  }
}
.latest-news .news-content:after {
  top: auto;
  bottom: 0;
  height: 190px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .latest-news .news-content:after {
    height: 130px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .latest-news .news-content:after {
    height: 310px;
  }
}
.latest-news .news-content .news-category {
  position: absolute;
  top: 57px;
  left: -45px;
  transform: rotate(-90deg);
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'EkMukta', sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .latest-news .news-content .news-category {
    background: #0D7309;
    padding: 3px 8px;
    left: -55px;
  }
}
@media (max-width: 560px) {
  .latest-news .news-content .news-category {
    font-size: 12px;
    left: -50px;
    top: 40px;
  }
}
.latest-news .news-content .content-wrapper {
  padding: 18px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
}
@media (max-width: 560px) {
  .latest-news .news-content .content-wrapper {
    padding: 5px 10px;
    width: 99%;
  }
}
.latest-news .news-content .content-wrapper h4 {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 560px) {
  .latest-news .news-content .content-wrapper h4 {
    font-size: 14px;
  }
}
.latest-news .news-content .content-wrapper p {
  color: #ffffff;
}
@media (max-width: 560px) {
  .latest-news .news-content .content-wrapper p {
    display: none;
  }
}
.latest-news .read-more-link {
  font-family: 'EkMukta', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.latest-news .read-more-link:before {
  content: '...';
  margin-left: 6px;
  margin-right: 6px;
}
.latest-news .item-wrapper {
  position: relative;
  margin-bottom: 30px;
  transition: .3s;
}
.latest-news .item-wrapper:hover .item-content {
  background: rgba(0, 0, 0, 0.5);
}
.latest-news .item-wrapper .item-content {
  position: absolute;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0px;
  transition: .3s;
}
.latest-news .item-wrapper .item-content .item-date {
  font-size: 12px;
  color: #ffffff;
  padding: 6px;
}
.latest-news .item-wrapper .item-content h4 {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  background: #333;
  padding: 3px 7px;
  font-weight: 600;
  font-family: inherit;
}
.latest-news .item-wrapper .item-content h4>a{
  color: inherit;
  font-weight: 400;
}


/*==============================
	FEATURED CONTENT
 ===============================*/
 .featured-content {
  position: relative;
}
@media (max-width: 730px) {
  .featured-content {
    height: 420px;
    text-align: center;
  }
}
.featured-content .content-block {
}
@media (min-width: 1200px) {
  .featured-content .content-block {
    /* width: 700px; */
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .featured-content .content-block {
    width: 500px;
  }
}
@media (max-width: 991px) and (min-width: 731px) {
  .featured-content .content-block {
    width: 400px;
  }
}
@media (max-width: 730px) {
  .featured-content .content-block {
    /*width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  }


  .section#intro-section{
    padding: 10px !important;
  }
}
.featured-content .content-block h2 {
  font-size: 42px;
  text-transform: capitalize;
  color: #555;
  margin-top: 0;
  margin-bottom: 10px;
}

.featured-content .content-block h4 {
  color: #666;
  font-weight: 400;
}
@media (max-width: 991px) and (min-width: 768px) {
  .featured-content .content-block h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .featured-content .content-block h2 {
    font-size: 24px;
  }
}
.featured-content .content-block p {
  font-size: 18px;
  margin-bottom: 36px;
}
.featured-content .image-block {
  object-fit: cover;
  object-position: center;
  border: 5px solid #fff;
  border-radius: 50%;
  clear: both;
  box-shadow: 5px 1px 1px 1px #f4f8fa;
}

.featured-content .image-block img{
  object-fit: cover;
  object-position: center;
  height: 225px;
  width: 225px;
}
@media (max-width: 730px) {
  .featured-content .image-block {
    box-shadow: none;
    float: none !important;
    border: none;
  }
}
@media (max-width: 991px) {
  .featured-content .image-block img {
    margin-top: 3em;
  }
}
/*==============================
	QUICK LINKS BLOCK
 ===============================*/
 .quick-links-block {
  background: #f7f7f7;
  position: relative;
}
@media (max-width: 991px) {
  .quick-links-block {
    padding-top: 72px;
    padding-bottom: 24px;
  }
}
.quick-links-block .section-content > div {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .quick-links-block .section-content > div {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 48px;
  }
}
.quick-links-block .section-content > div:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 82, 165, 0.8);
  z-index: -1;
}
.quick-links-block .mission-block {
  background: #f7f7f7 url(http://placehold.it/600x400) no-repeat center;
  background-size: cover;
}
.quick-links-block .vision-block {
  background: #f7f7f7 url(http://placehold.it/600x400) no-repeat center;
  background-size: cover;
}
.quick-links-block .vision-block:after {
  background: rgba(195, 31, 48, 0.8) !important;
}
.quick-links-block .issue-block {
  background: #f7f7f7 url(http://placehold.it/600x400) no-repeat center;
  background-size: cover;
}
.quick-links-block .content-wrapper {
  padding: 42px;
  border: 3px solid #ffffff;
  margin: 30px 13px;
  text-align: center;
  position: relative;
  border-bottom: none;
  transition: .3s;
}
@media (max-width: 992px) {
  .quick-links-block .content-wrapper {
    max-width: 395px;
    margin: auto;
  }
}
.quick-links-block .content-wrapper:before,
.quick-links-block .content-wrapper:after {
  content: '';
  width: 50%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ffffff;
  position: absolute;
  transition: .3s;
}
.quick-links-block .content-wrapper:after {
  left: auto;
  right: 0;
}
.quick-links-block .content-wrapper:hover:before,
.quick-links-block .content-wrapper:hover:after {
  width: 33%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .quick-links-block .content-wrapper:hover:before,
  .quick-links-block .content-wrapper:hover:after {
    width: 30%;
  }
}
.quick-links-block .content-wrapper:hover .read-more-link {
  bottom: 1.5px;
}
.quick-links-block .content-wrapper i {
  font-size: 30px;
  color: #ffffff;
}
.quick-links-block .content-wrapper h3 {
  text-transform: uppercase;
  font-size: 21px;
  color: #ffffff;
}
.quick-links-block .content-wrapper h3:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #ffffff;
  margin-top: 12px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.quick-links-block .content-wrapper p {
  color: #ffffff;
}
.quick-links-block .content-wrapper .read-more-link {
  font-family: 'EkMukta', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: .3s;
}
/*==============================
	PRESS RELEASE
 ===============================*/
 @media (max-width: 991px) {
  .press-release .section-content > div {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.press-release .content-block h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.press-release .content-block .content-details {
  border: 3px solid #e9e9e9;
  padding: 24px;
  position: relative;
}
.press-release .content-block .content-details .press-date {
  position: absolute;
  top: 0;
  left: 12px;
  transform: translateY(-50%);
  font-size: 13px;
  color: #777777;
  background: #ffffff;
  padding: 5px 12px;
}
.press-release .content-block .content-details .read-more-link {
  position: absolute;
  bottom: 0;
  left: 12px;
  font-family: 'EkMukta', sans-serif;
  color: #0D7309;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateY(50%);
  background: #ffffff;
  padding: 5px 12px;
}
/*==============================
	DONATION BANNER
 ===============================*/
 .donation-banner {
  background: url(http://placehold.it/1920x420) no-repeat center;
  background-size: cover;
  min-height: 420px;
  position: relative;
  z-index: 1;
}
.donation-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.donation-banner .container {
  position: relative;
  min-height: 420px;
}
.donation-banner .banner-content {
  left: 0;
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .donation-banner .banner-content {
    width: 80%;
    position: static;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, 0);
    text-align: center;
  }
}
.donation-banner .banner-content h2 {
  font-size: 60px;
  color: #ffffff;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .donation-banner .banner-content h2 {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .donation-banner .banner-content h2 {
    font-size: 30px;
  }
}
.donation-banner .banner-content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .donation-banner .banner-content p {
    font-size: 14px;
  }
}
.donation-banner .donation-amount {
  height: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .donation-banner .donation-amount {
    position: relative;
    transform: translate(0, 0);
  }
}
.donation-banner .donation-amount h3 {
  font-size: 72px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.donation-banner .donation-amount h3:before {
  content: '$';
}
@media (max-width: 1199px) {
  .donation-banner .donation-amount h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .donation-banner .donation-amount h3 {
    font-size: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
  }
}
.donation-banner .donation-amount span {
  font-size: 30px;
  display: block;
  margin-top: 12px;
  color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .donation-banner .donation-amount span {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .donation-banner .donation-amount span {
    font-size: 18px;
    margin-top: 72px;
  }
}
/*==============================
	TESTIMONIAL
 ===============================*/
 .testimonial .testimonial-item {
  padding: 1em 0 9em;
}
.testimonial .testimonial-item:focus {
  outline: none;
}
.testimonial .item {
  border: 5px solid #e9e9e9;
  padding: 48px 30px;
  position: relative;
}
.testimonial .quote-icon {
  font-size: 36px;
  text-align: center;
  color: #0D7309;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 18px;
}
.testimonial blockquote {
  border: none;
  text-align: center;
}
.testimonial .quote-author {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -130px;
}
.testimonial .quote-author .image-wrapper {
  width: 84px;
  margin: auto;
  border: 3px solid #e9e9e9;
  padding: 6px;
  background: #ffffff;
  outline: 12px solid #ffffff;
}
.testimonial .quote-author .author-details {
  text-align: center;
}
.testimonial .quote-author .author-details h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.testimonial .quote-author .author-details span {
  color: #c31f30;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}
.testimonial .quote-author .author-details p {
  font-weight: bold;
  color: #222222;
}
.testimonial .carousel-nav {
  position: absolute;
  width: 3em;
  height: 3em;
  border: 1px solid #0D7309;
  text-align: center;
  line-height: 3em;
  border-radius: 50%;
  top: 30%;
  left: -5em;
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 460px) {
  .testimonial .carousel-nav {
    display: none !important;
  }
}
.testimonial .carousel-nav.next-arrow {
  left: auto;
  right: -5em;
}
.testimonial .carousel-nav:hover {
  background: #0D7309;
  color: #ffffff;
}
/*==============================
	VOLUNTEER-BANNER
 ===============================*/
 .volunteer-banner {
  position: relative;
  background: #0D7309;
  background: linear-gradient(45deg, #0D7309, transparent);
}
@media (min-width: 1200px) {
  .volunteer-banner .content-block {
    /* width: 50%; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 5%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .volunteer-banner .content-block {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .volunteer-banner .content-block {
    text-align: center;
    margin-top: 72px;
  }
}
.volunteer-banner .content-block h2 {
  font-size: 42px;
  text-transform: capitalize;
  color: #e9e9e9;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .volunteer-banner .content-block h2 {
    font-size: 30px;
  }
}
.volunteer-banner .content-block p {
  font-size: 18px;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .volunteer-banner .image-block {
   /* padding-top: 3em; */
   margin-left: 50%;
   width: 50%;
 }
}
@media (max-width: 991px) {
  .volunteer-banner .image-block {
    margin-top: 3em;
  }
}
.volunteer-banner .image-block img {
  height: 345px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*==============================
	CAMPAIGN-EVENTS
 ===============================*/
 @media (max-width: 1199px) {
  .campaign-events .block-title {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .campaign-events .campaign-block {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
  }
}
.campaign-events .campaign-content h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 37px 2px 15px;
}
.campaign-events .campaign-content .campaign-details {
  border: 3px solid #e9e9e9;
  padding: 24px;
  position: relative;
  font-size: 15px;
}
.campaign-events .campaign-content .campaign-meta {
  margin-bottom: 18px;
}
.campaign-events .campaign-content .campaign-meta li {
  display: inline-block;
  color: #222222;
  font-family: 'EkMukta', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 18px;
}
.campaign-events .campaign-content .campaign-meta li:last-child {
  margin-right: 0;
}
.campaign-events .campaign-content .campaign-meta li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #0D7309;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.campaign-events .campaign-content .campaign-meta li span {
  color: #c31f30;
  font-weight: 600;
}
.campaign-events .campaign-content .read-more-link {
  position: absolute;
  bottom: -12px;
  left: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'EkMukta', sans-serif;
  background: #ffffff;
  padding: 3px 12px;
  font-size: 15px;
}
.campaign-events .event {
  margin-bottom: 20px;
  height: 183px;
}
@media (max-width: 1199px) {
  .campaign-events .event {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}
.campaign-events .event .image-block {
  width: 240px;
  float: left;
  /* height: 137px; */
}
@media (max-width: 600px) {
  .campaign-events .event .image-block {
    width: 100%;
    float: none;
  }
}
.campaign-events .event .content-block {
  width: calc(100% - 240px);
  float: left;
  position: relative;
}
@media (max-width: 600px) {
  .campaign-events .event .content-block {
    width: 100%;
    /* float: none; */
    /* margin-left: auto; */
    margin: 24px 0px 24px;
  }
}
.campaign-events .event .event-details {
  border: 3px solid #e9e9e9;
  padding: 25px;
  margin-left: 15px;
  position: relative;
  height: 175px;
  font-size: 15px;
  text-align: justify;
}
.campaign-events .event .event-details h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 0;
}
.campaign-events .event .event-date {
  position: absolute;
  transform: rotate(-90deg);
  top: 50%;
  left: -25px;
  text-transform: uppercase;
  color: #0D7309;
  font-family: 'EkMukta', sans-serif;
  font-weight: bold;
}
.campaign-events .event .event-meta li {
  color: #222222;
  font-weight: bold;
  font-family: 'EkMukta', sans-serif;
  margin-bottom: 6px;
}
.campaign-events .event .event-meta li:last-child {
  margin-bottom: 0;
}
.campaign-events .event .event-meta li span {
  color: #777;
  margin-left: 6px;
  font-weight: 500;
}
.campaign-events .event .event-footer {
  position: absolute;
  left: 6px;
  bottom: 0;
  font-family: 'EkMukta', sans-serif;
  color: #0D7309;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateY(50%);
  background: #ffffff;
  padding: 5px 12px;
  font-size: 15px;
}
.campaign-events .event .event-footer .join-link {
  margin-right: 8px;
  color: #c31f30;
}
.campaign-events .event .event-footer .join-link:after {
  content: '|';
  margin-left: 8px;
}
/*==============================
	FEATURED-EVENT
 ===============================*/
 .featured-event {
  background: #f7f7f7;
}
.featured-event .event-block {
  background: url(http://placehold.it/1920x870) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 10em 0;
  text-align: center;
}
.featured-event .event-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 82, 165, 0.8);
  z-index: -1;
}
.featured-event .event-block h2 {
  font-size: 36px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 36px;
}
.featured-event .event-block .event-counting li {
  border: 3px solid #ffffff;
  padding: 30px;
  display: inline-block;
  border-bottom: 0;
  margin-right: 18px;
  position: relative;
  width: 154px;
}
@media (max-width: 767px) {
  .featured-event .event-block .event-counting li {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .featured-event .event-block .event-counting li:last-child {
    margin-right: 0;
  }
}
.featured-event .event-block .event-counting li:before,
.featured-event .event-block .event-counting li:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.featured-event .event-block .event-counting li:after {
  left: auto;
  right: 0;
}
.featured-event .event-block .event-counting li h3 {
  color: #ffffff;
  font-size: 48px;
  position: relative;
  margin: 0;
}
.featured-event .event-block .event-counting li h3 small {
  color: #ffffff;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translate(-50%, 50%);
}
.featured-event .event-block .event-counting li:nth-child(2):before,
.featured-event .event-block .event-counting li:nth-child(2):after {
  width: 21px;
}
.featured-event .event-block .event-counting li:nth-child(3):before,
.featured-event .event-block .event-counting li:nth-child(3):after {
  width: 15px;
}
.featured-event .event-block .event-counting li:nth-child(4):before,
.featured-event .event-block .event-counting li:nth-child(4):after {
  width: 8px;
}
.featured-event .facts-block {
  background: #c31f30;
  min-height: 515px;
  position: relative;
}
.featured-event .facts-block .facts-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.featured-event .facts-block .facts-content li {
  margin-bottom: 30px;
}
.featured-event .facts-block .facts-content li:last-child {
  margin-bottom: 0;
}
.featured-event .facts-block .facts-content li .icon-block {
  font-size: 48px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 39px;
}
.featured-event .facts-block .facts-content li h3 {
  display: inline-block;
  font-size: 30px;
  margin: 0;
  vertical-align: middle;
  color: #ffffff;
  position: relative;
}
.featured-event .facts-block .facts-content li h3:after {
  content: '';
  width: 3px;
  height: 30px;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
}
.featured-event .facts-block .facts-content li h3 span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
/*==============================
	OUR MEMBERS
 ===============================*/
 .our-members .content-wrapper {
  position: relative;
}
.our-members .content-wrapper .member-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding: 18px;
  margin: 18px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
}
.our-members .content-wrapper .member-content:before,
.our-members .content-wrapper .member-content:after {
  content: '';
  width: 3px;
  height: 210px;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #ffffff;
}
.our-members .content-wrapper .member-content:after {
  bottom: auto;
  top: 0;
  height: 18px;
}
.our-members .content-wrapper .member-content .member-name {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
.our-members .content-wrapper .member-content .member-name:before,
.our-members .content-wrapper .member-content .member-name:after {
  content: '';
  width: 45px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.our-members .content-wrapper .member-content .member-name:after {
  left: auto;
  right: 0px;
}
.our-members .content-wrapper .member-content .designation {
  position: absolute;
  font-size: 12px;
  top: 60px;
  right: -33px;
  transform: rotate(-90deg);
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'EkMukta', sans-serif;
}
.our-members .content-wrapper .member-content .hover-content {
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  opacity: 0;
  transition: .3s;
}
.our-members .content-wrapper .member-content .hover-content p {
  color: #ffffff;
}
.our-members .content-wrapper .member-content .hover-content .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.our-members .content-wrapper .member-content .hover-content .social-links li:last-child {
  margin-right: 0;
}
.our-members .content-wrapper .member-content .hover-content .social-links li a {
  color: #ffffff;
}
.our-members .content-wrapper:hover .hover-content {
  bottom: 18px;
  opacity: 1;
}
@media (max-width: 1199px) {
  .our-members .member-block {
    max-width: 292.5px;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-members .member-block:nth-child(2) .member-name:before,
.our-members .member-block:nth-child(2) .member-name:after {
  width: 45px !important;
}
.our-members .member-block:nth-child(3) .member-content:before {
  height: 220px;
}
.our-members .member-block:nth-child(3) .member-content:after {
  height: 30px;
}
.our-members .member-block:nth-child(3) .member-name:before,
.our-members .member-block:nth-child(3) .member-name:after {
  width: 30px;
}
.our-members .member-block:nth-child(3) .designation {
  right: -26px;
}
.our-members .member-block:nth-child(4) .member-content:before {
  height: 220px;
}
.our-members .member-block:nth-child(4) .member-content:after {
  height: 30px;
}
.our-members .member-block:nth-child(4) .member-name:before,
.our-members .member-block:nth-child(4) .member-name:after {
  width: 35px;
}
.our-members .member-block:nth-child(4) .designation {
  right: -26px;
}
/*==============================
	EMAIL SUBSCRIPTION
 ===============================*/
 .email-subscription {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 2em 0;
  background-color: #3f51b5;
}
.email-subscription:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.email-subscription h3{
  color: #fff;
  margin-bottom: 0px;
}

.email-subscription p{
  font-size: 85%;
}
.email-subscription .icon-block {
  font-size: 75px;
  color: #ffffff;
  float: left;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .email-subscription .icon-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .email-subscription .content-block {
    margin-left: 108px;
  }
}
@media (max-width: 991px) {
  .email-subscription .content-block {
    text-align: center;
  }
}
.email-subscription .content-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .email-subscription .content-block h2 {
    font-size: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .email-subscription .content-block h2 {
    font-size: 24px;
  }
}
.email-subscription .content-block p {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .email-subscription .content-block p {
    margin-bottom: 0;
  }
}
.email-subscription .subscription-form {
  margin-left: 120px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .email-subscription .subscription-form {
    margin-top: 24px;
  }
}
.email-subscription .subscription-form .form-control {
  border-radius: 0;
  height: 48px;
}
@media (max-width: 767px) {
  .email-subscription .subscription-form .form-control {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.email-subscription .subscription-form .form-control:focus {
  box-shadow: none;
}
.email-subscription .subscription-form button {
  width: 100%;
  height: 48px;
}
@media (max-width: 991px) {
  .email-subscription .subscription-form button {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .email-subscription .subscription-form button {
    margin-top: 30px;
    display: block;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*==============================
	FOOTER
 ===============================*/
 .main-footer {
  background: #111;
}
@media (max-width: 767px) {
  .main-footer {
    /* padding-left: 3em; */
    /* padding-right: 3em; */
  }
}
.main-footer .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 0;
}
.main-footer a {
  color: #aaaaaa;
}
.main-footer .about .icon {
  float: left;
}
.main-footer .about a {
  margin-left: 30px;
  color: #aaaaaa;
  display: block;
}
.main-footer .about address {
  margin-left: 30px;
}
.main-footer .about .contact-list {
  margin-top: 30px;
}
.main-footer .about .contact-list li {
  margin-bottom: 18px;
}
.main-footer .about .contact-list li:last-child {
  margin-bottom: 0;
}
.main-footer .link-block {
  width: 50%;
  float: left;
}
.main-footer .link-block h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
}
.main-footer .link-block .link-list li {
  margin-bottom: 3px;
}
.main-footer .photo-block .gallery-photos {
  max-width: 292.5px;
}
.main-footer .photo-block .gallery-photos li {
  width: 32.33%;
  margin-right: 1.5%;
  float: left;
  margin-bottom: 5px;
}
.main-footer .photo-block .gallery-photos li:nth-child(3n) {
  margin-right: 0;
}
.main-footer .photo-block .gallery-photos li img {
  border: 2px solid rgba(255,255,255,0.1);
  object-fit: cover;
  object-position: center;
}

.gallery-photos img{
  height: 70px;
}
.main-footer .twitter-updates .twitter-update-list li {
  margin-bottom: 30px;
}
.main-footer .twitter-updates .icon {
  float: left;
}
.main-footer .twitter-updates p {
  margin-left: 30px;
}
.main-footer .twitter-updates p a {
  color: #d0d0d0;
}
.main-footer .twitter-updates p a.id-link {
  font-weight: bold;
}
.main-footer .twitter-updates p a.id-link:after {
  content: '-';
  margin-left: 4px;
  margin-right: 4px;
}
.main-footer .twitter-updates p a.tweet-link {
  font-style: italic;
}
.main-footer .bottom-bar {
  background: #151515;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .main-footer .bottom-bar {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-footer .bottom-bar {
    /* margin-left: -3em; */
    /* margin-right: -3em; */
  }
}
.main-footer .bottom-bar ul {
  margin-bottom: 0;
}
.main-footer .bottom-bar p {
  margin-bottom: 0;
}
.main-footer .bottom-bar .copyright-block p {
  margin-left: 48px;
}
@media (max-width: 1199px) {
  .main-footer .bottom-bar .copyright-block p {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.main-footer .bottom-bar .social-block .social-icon-list {
  text-align: center;
}
@media (max-width: 1199px) {
  .main-footer .bottom-bar .social-block .social-icon-list {
    margin-bottom: 30px;
  }
}
.main-footer .bottom-bar .social-block .social-icon-list li {
  margin-right: 12px;
}
.main-footer .bottom-bar .social-block .social-icon-list li:last-child {
  margin-right: 0;
}
.main-footer .bottom-bar .extra-links-block .extra-links {
  text-align: right;
  margin-right: 48px;
}
@media (max-width: 1199px) {
  .main-footer .bottom-bar .extra-links-block .extra-links {
    text-align: center;
    margin-right: 0;
  }
}
.main-footer .bottom-bar .extra-links-block .extra-links li {
  margin-right: 24px;
}
.main-footer .bottom-bar .extra-links-block .extra-links li:last-child {
  margin-right: 0;
}
/*==============================
	BLOG PAGE
 ===============================*/
 .blog-posts .content-wrapper {
  border: 5px solid #e9e9e9;
  padding: 24px;
  position: relative;
}
.blog-posts .post-title {
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 0;
}
.blog-posts .post-title a {
  color: #222222;
}
.blog-posts .post-title a:hover {
  color: #0D7309;
}
@media (max-width: 560px) {
  .blog-posts .post-title {
    font-size: 18px;
  }
}
.blog-posts .post-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-posts .post-meta li {
  display: inline-block;
  margin-right: 12px;
}
.blog-posts .post-meta li:last-child {
  margin-right: 0;
}
.blog-posts .post-meta li .icon {
  color: #c31f30;
  margin-right: 6px;
}
.blog-posts .post-meta li a {
  color: #777777;
}
.blog-posts .post-meta li a:hover {
  color: #0D7309;
}
.blog-posts .read-more-link {
  position: absolute;
  bottom: 0;
  left: 12px;
  background: #fff;
  text-transform: uppercase;
  font-family: 'EkMukta', sans-serif;
  padding: 4px 12px;
  transform: translateY(52%);
  font-size: 13px;
  font-weight: bold;
}
.blogpost {
  margin-bottom: 48px;
}
.blogpost:last-child {
  margin-bottom: 0;
}
.blogpost .image-block {
  width: 360px;
  float: left;
}
@media (max-width: 1199px) {
  .blogpost .image-block {
    width: 100%;
    float: none;
  }
}
.blogpost .post-content {
  width: calc(100% - 360px);
  float: left;
}
@media (max-width: 1199px) {
  .blogpost .post-content {
    width: 100%;
    float: none;
  }
}
.blogpost .post-content .content-wrapper {
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .blogpost .post-content .content-wrapper {
    margin-left: 0;
    margin-top: 24px;
  }
}
.single-post .content-wrapper {
  margin: 25px 45px 25px 0px;
  background: #f4f8fa;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
}
.single-post .image-block {
  margin-bottom: 36px;
}
.single-post .content-data blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 48px;
  font-style: italic;
  position: relative;
  background: #f4f8fa;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.single-post .content-data blockquote:before {
  content: "\f347";
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  left: 24px;
  color: #333;
  top: 14px;
}
.single-post .post-footer {
  margin-top: 36px;
}
.single-post .social-share {
  font-size: 18px;
}
@media (max-width: 991px) {
  .single-post .social-share {
    margin-bottom: 30px;
  }
}
.single-post .social-share li {
  margin-right: 12px;
}
.single-post .social-share li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .single-post .post-tags {
    text-align: right;
  }
}
.single-post .post-tags a {
  font-weight: bold;
  color: #337ab7;
}
.content-footer {
  margin-top: 72px;
}
.pagination-block ul {
  text-align: center;
}
.pagination-block ul li {
  display: inline-block;
}
.pagination-block ul li a {
  color: #777777;
  display: inline-block;
  border: 1px solid #e9e9e9;
  padding: 5px 12px;
}
.pagination-block ul li a:hover {
  color: #ffffff;
  background: #c31f30;
}
.pagination-block ul li.active a {
  color: #0D7309;
  border-color: #0D7309;
}
.pagination-block ul li.active a:hover {
  color: #ffffff;
}
.prev-next-post {
  margin-top: 48px;
}
.prev-next-post a {
  font-family: 'EkMukta', sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
}
.prev-next-post a:first-child {
  float: left;
}
.prev-next-post a:last-child {
  float: right;
}
.comments-block {
  margin-top: 42px;
}
.comments-block .block-title {
  font-size: 21px;
  color: #222222;
  margin-top: 0;
}
.comments-block .comments-wrapper {
  border: 5px solid #e9e9e9;
  padding: 36px;
}
.comments-block .comment {
  margin-bottom: 30px;
}
.comments-block .comment:last-child {
  margin-bottom: 0;
}
.comments-block .comment .comment-author {
  width: 84px;
  float: left;
}
@media (max-width: 560px) {
  .comments-block .comment .comment-author {
    float: none;
  }
  .comments-block .comment .comment-author img {
    margin-bottom: 24px;
  }
}
.comments-block .comment .comment-content {
  width: calc(100% - 108px);
  float: left;
  margin-left: 24px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
@media (max-width: 560px) {
  .comments-block .comment .comment-content {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.comments-block .comment .comment-meta {
  margin-bottom: 24px;
}
.comments-block .comment .comment-meta h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}
.comments-block .comment .comment-meta h4 a {
  color: #222222;
}
.comments-block .comment .comment-meta h4 a:hover {
  color: #0D7309;
}
.comments-block .comment .comment-meta span {
  display: block;
  font-size: 13px;
}
.comments-block .comment .comment-meta span:before {
  content: '-';
  margin-right: 6px;
}
.comments-block .comment .comment-reply-link {
  font-family: 'EkMukta', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-top: 24px;
  font-size: 12px;
}
.comments-block .replied-comments {
  padding-left: 108px;
  padding-top: 36px;
  clear: both;
}
@media (max-width: 560px) {
  .comments-block .replied-comments {
    padding-left: 24px;
  }
}
.comments-block .replied-comments .comment:last-child {
  margin-bottom: 0;
}
.comment-form-block {
  margin-top: 48px;
}
.comment-form-block .block-title {
  font-size: 21px;
  color: #222222;
}
.comment-form-block .form-control {
  height: 42px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  margin-bottom: 30px;
}
.comment-form-block .form-control:focus {
  box-shadow: none;
  text-shadow: none;
}
.comment-form-block textarea.form-control {
  height: 10em;
}
/* sidebar */
.sidebar .widget {
  margin-bottom: 48px;
}
.sidebar .widget .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.sidebar .widget .sidebar-list li {
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}
.sidebar .widget .sidebar-list li a {
  color: #222222;
  font-weight: bold;
}
.sidebar .widget .sidebar-list li a:hover {
  color: #0D7309;
}
.sidebar .widget .list-with-img .img-block {
  width: 72px;
  float: left;
}
.sidebar .widget .list-with-img .content-block {
  width: calc(100% - 90px);
  margin-left: 18px;
  float: left;
}
.sidebar .widget .list-with-img .content-block h4 {
  font-size: 14px;
  font-family: 'nirmala', sans-serif;
  margin-top: 0;
}
.sidebar .tags-block ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.sidebar .tags-block a {
  color: #222222;
  border: 1px solid #e9e9e9;
  padding: 8px 12px;
  display: inline-block;
  transition: .3s;
}
.sidebar .tags-block a:hover {
  color: #ffffff;
  background: #c31f30;
}
.sidebar .search-box .form-control {
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  height: 42px;
}
.sidebar .search-box .search-btn {
  background: transparent;
  float: right;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin-top: -31px;
  margin-right: 8px;
}
.sidebar .search-box .search-btn:active,
.sidebar .search-box .search-btn:focus {
  border: none;
  outline: none;
}
/*==============================
	CONTACT PAGE
 ===============================*/
 .contact-page .page-banner {
  background: none;
}
.contact-page .page-banner:after {
  content: none;
}
.contact-page .page-content {
  background: url(http://placehold.it/414x386) no-repeat right bottom;
}
@media (max-width: 991px) {
  .contact-page .page-content {
    background: transparent;
  }
}
.google-map {
  height: 260px;
}
.contact-options .block-title {
  text-align: center;
  margin-bottom: 72px;
}
.contact-options address {
  margin-bottom: 0;
}
.contact-options .content-wrapper {
  text-align: center;
  border: 4px solid #e9e9e9;
  padding-top: 3em;
  padding-bottom: 3em;
}
.contact-options .content-wrapper:hover .icon-block {
  background: transparent;
  color: #0D7309;
}
.contact-options .content-wrapper .icon-block {
  font-size: 24px;
  width: 2em;
  height: 2em;
  line-height: calc(2em - 2px);
  text-align: center;
  background: #ffff;
  color: #ffffff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
  border: 2px solid #0D7309;
}
.contact-options .content-wrapper a {
  color: #aaaaaa;
  display: block;
}
.form-block {
  padding-top: 0;
}
.form-block .form-block {
  position: relative;
  padding: 35px 25px;
}
.form-block .form-message {
  position: absolute;
  left: 15px;
  top: -42px;
}
.form-block .form-message p {
  color: #0D7309;
}
.form-block .form-message p.success {
  color: green;
}
.form-block .form-message p.error {
  color: red;
}
.form-block .form-control {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  margin-bottom: 30px;
}
.form-block input {
  height: 48px;
}
.form-block textarea {
  height: 14.6em;
}
/*==============================
	HEADER
 ===============================*/
/*==============================
	HEADER
 ===============================*/


 /* Sticky Header */

 .fixed-nav{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 1000;
}

.event-lists, .notice-lists{
  margin: 10px 0px;
  /* height: 298px; */
  background: #f5f5f5;
  border-left: 0.3em solid #0D7309;
  margin-top: -38px;
  margin-left: 33px;
  margin-right: 35px;
  border-radius: 4px;
}
.event-lists li,.notice-lists li{
  padding: 15px 30px;
  background: #fff;
  border-bottom: 0.3em solid #f5f5f5 !important;
}

.event-lists li:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.event-lists li:last-child, .notice-lists li:last-child{
  border-bottom: none;
}

.event-lists li a, .notice-lists li a{
  color: #333;
  max-width: 74%;
  display: inline-block;
  text-align: justify;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  height: 17px;
}
ul.link-list {
  margin-bottom: 30px;
}
span.fa-li {
  padding: 11px 0px;
  color: #0D7309;
  font-size: 18px;
  left: -10px;
}
section#intro-section {
  padding: 70px 50px 10px;
}

.top-bar .social-links ul>li:hover a {
  font-size: 12px;
  color: #222222;
  transition: 0.2s all ease-in-out;
}

i.icon.ion-ios-personadd-outline {
  padding: 4px;
}



h4.new-title{
  background: #0D7309;
  padding: 20px 25px 45px;
  color: #fff;
  /* margin-bottom: -25px; */
  text-align: center;
  border-radius: 4px;
}


div.zabuto_calendar {
  margin-top: -50px !important;
  padding: 10px 35px !important;
}


.calender-events{
  padding: 50px 2px;
}



/*News Tickers carousel*/

#news-ticker {
  width: 100%;
  margin: 0 0 0 0;
  position: absolute;
  left: 0;
}
#news-ticker h3 {
  font-size: 20px;
  text-align: center;
}
#news-ticker>div {
  background-color: #f5f5f5;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  overflow: hidden;
  font-size: 14px;
}
#news-ticker dl {
  display: block;
  margin: 0px 0px 0 180px;
}
#news-ticker dt, #news-ticker dd {
  display: block;
  float: left;
  margin: 6px 0px 0px 5px;
  padding: 0px 5px;
  border-radius: 5px;
}
#news-ticker dt {
  color: #fff;
  font-size: 16px;
}
#news-ticker dd {
  color: #fff;
  margin-right: 50px;
}
#news-ticker>div a {
  color: #010816;
}
#news-ticker>div a:hover {
  color: #f5f5f5;
  text-decoration: underline;
}
#news-ticker .newsbanner {
  position: absolute;
  top: 0;
  background: #0D7309;
  left: 0;
  bottom: 0;
  padding: 10px 30px;
  color: #fff;
  border-right: 0.5em solid #f5f5f5;
  z-index: 1;
}

/*biodata page*/

.resume-wrapper {min-width: 100%;min-height: 86vh;background: #fff;position: relative;font-family: "Nirmala",sans-serif;}
.resume-header {
  height: 150px;
  background: #1f5cb2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #f5f5f5;
}
.side {
  min-height: 1000px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 4%;
  width: 300px;
  padding: 20px;
  color: #fff;
  box-shadow: 0px 1px 30px -20px #111;
  -moz-box-shadow: 0px 1px 30px -20px #111;
  -webkit-box-shadow: 0px 1px 30px -20px #111;
  -o-box-shadow: 0px 1px 30px -20px #111;
  -ms-box-shadow: 0px 1px 30px -20px #111;
}
.side h4 {
  color: #000;
}
.resume-photo {
  width: 200px;
  height: 200px;
  margin: 30px auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(https://scontent.ftpe8-4.fna.fbcdn.net/v/t1.0-9/53333150_2104270439667280_6â€¦nc_ht=scontent.ftpe8-4.fna&oh=73671f4â€¦&oe=5CDCB4D4);
  background-size: cover;
  border: 3px #f6f6f6 solid;
}
.info {
  margin-top: 30px;
  text-align: center;
}
.info-content {margin-top: 15px;color: #555;text-align: center;}
.info-content p {
  margin-bottom: 0.6rem;
}
.box-ck, .box {
  display: inline-flex;
  width: 23px;
  height: 5px;
  margin: 0px 1px;
}
.box {
  background: #eee;
}
.box-ck {
  background: #f6f6f6;
}
.content, .resume-header * {margin-left: 370px;color: #f5f5f5;}
.content {
  padding: 20px;
}
.content p {
  text-align: justify;
  letter-spacing: 0.5px;
  line-height: 1.5
}
.line {
  border-bottom: 1px solid #eee !important;
  position: relative;
}
.line:before {
  content: "";
  position: absolute;
  display: inline-block;
  border: 3px solid #555;
  border-width: 3px 20px;
  top: -3px;
  border-radius: 3px;
  left: 110px;
}
.content a {display: inline-block;position: relative;font-weight: bold;padding: 0px;}
.content a:before, .content a:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
}
.content a:before {
  transition: width 0s ease, background .4s ease;
  bottom: -2px;
}
.content a:after {
  right: 2.2%;
  bottom: -2px;
  background: #f6f6f6;
  transition: width .4s ease;
}
.content a:hover:before {
  width: 97.8%;
  background: #f6f6f6;
  transition: width .4s ease;
}
.content a:hover:after {
  width: 97.8%;
  background: 0 0;
  transition: all 0s ease;
}
.content h3 span {
  display: inline-block;
}
.quote {
  position: relative;
  font-family: inherit;
  line-height: 120%;
  color: #fff;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .resume-wrapper {
    min-width: inherit;
    min-height: auto;
    background: #fff;
  }
  .side {
    min-height: inherit;
    background: #333;
    position: inherit;
    width: inherit;
  }
  .side h2 {
    color: inherit;
  }
  .content, .resume-header * {
    margin-left: 0px;
    color: #f5f5f5;
  }
  .resume-header {
    margin-top: 0px;
    height: auto;
  }
  .resume-header .resume-photo {
    display: block !important;
    border: 8px #ffffff solid;
    margin: 0;
    width: 220px;
    height: 220px;
    margin-top: 30px;
  }
  .resume-header h3 {
    margin-bottom: 50px;
  }
  .side .resume-photo {
    display: none;
  }
  .content h3 span {
    display: block;
    line-height: 1.5
  }
}

.resume-wrapper .content{
  padding: 30px 65px;
}


.resume-wrapper .content a.btn{
  padding: 5px 10px;
}

.resume-wrapper .content a.btn:hover{
  text-decoration: none;
}
.ckeditor-wrapper {
  color: #333;
  font-family: "Nirmala", sans-serif;
}

a.nav-link.dropdown-toggle.btn.btn-main.btn-normal{
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 13px;
  background: transparent;
  color: #222222;
  border: 1px solid #90949c;
}

.nav-item.dropdown .dropdown-menu{
  min-width: 48px;
  padding: 5px 12px;
  margin: 4px;
  border: none;
  font-size: 12px;
  background: #f4f8fa;
}

.card {
  box-shadow: -1px 0px 3px 1px #eee;
  height: 480px;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}

.divider{
  border: 2px solid #ebedf0;
  width: 100%;
}
.address-block{
  padding: 20px 15px 30px;
}


.qrblock{
  border: 4px solid #333;
  padding: 12px 8px;
  margin-bottom: 15px;
}


.audio-jukebox{
    text-align: left !important;
    color: #333;
    font-weight: 500;
    padding: 15px;
    background: #f1f1f1;
    margin: 8px 0px;
}


audio{
      border: 2px solid rgba(0,0,0,0.5);
    margin-bottom: 15px;
}


span.number-circle {
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 4px 10px;
    margin: auto 10px;
}


@media (max-width: 767px) {
  .politics-carousel .carousel-control{
    display: none;
  }

  section#intro-section {
    padding: 55px 5px 10px;
  }

  .featured-content .image-block img{
    margin-top: 1em;
    border: 5px solid rgba(255,255,255,.15);
    box-shadow: 0 0 1px 5px #f4f8fa;
  }

  .email-subscription .subscription-form{
    margin: 10px;
  }
    .single-post .content-data blockquote{
      border-radius: none;
    }

  .col-md-1 ul.list-inline {
    float: right;
  }

  #news-ticker .newsbanner{
    padding: 9px 7px;
    border-right: 0.2em solid #114184;
  }

  #news-ticker dl {
    margin: -2px 0px 0 106px;
    }

  #news-ticker>div {
    height: 37px;
    padding: 5px 0;
  }

  .carousel-indicators{
    display: hidden;
  }

  .contact-options, .form-block{
    padding: 0px;
  }
  .qrblock{
    margin-top: 25px;
  }
  .email-subscription{
    padding: 0px;
  }
  a.nav-link.dropdown-toggle.btn.btn-main.btn-normal{
    border: none;
  }

  section#campaign-events{
    padding: 0px 0px 30px !important;
  }

  .campaign-events .block-title{
    padding: 20px 0px;
    text-align: left;
    margin-bottom: 0px;
  }
  .campaign-events .event .event-details{
   margin-left: 0px;
  }

  .politics-navbar .navbar-header .navbar-brand {
    width: 70px;
    height: 70px;
  }

  .creaters{
    position: relative !important;
    z-index: auto !important;
    margin: 5px auto 30px !important;
    left: 0px !important;
  }
}


.creaters {
  position: absolute;
  margin: -124px 0px;
  left: 0px;
  z-index: 1;
  /* background: linear-gradient(45deg, #151515, #c31f30); */
  padding: 17px 65px;
  mix-blend-mode: hard-light;
}
section#campaign-events {
    padding: 75px 0px;
}


.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.btn-outline-primary{
  border: 1px solid rgba(255,255,255,.15);
  color: #333;
  background: transparent;
  font-weight: 500;
  padding: 5px 30px;
  border-radius: 0px;
  border-right: 1px solid rgba(0,0,0,0.6);
  border-left: 1px solid transparent;
}

.btn-outline-primary:hover{
  border: 1px solid transparent;
  color: #fff;
  background: #333;
  border-radius: 20px;
}

.btn-outline-primary:focus {
  background: #222;
  color: #f1f1f1;
  border: 1px solid transparent;
  outline: #333;
}

.video .embed-responsive-item{
  width: 100%;
}
.video .embed-responsive-item:nth-child(even){
  margin-right: 0;
}
.panel-body .embeded-item-wrapper{
  padding: 0;
  padding-right: 30px;
}
.panel-body .embeded-item-wrapper:nth-child(even){
  padding-right: 0;
}

#filters{
  margin: 3.5rem 1rem 1rem;
  padding: 15px;
  text-align: center;
}
.grid{
  margin: 2rem 0rem 5rem;
}

.items{
  margin-left:-3px;
  padding-left:5px;

}

.element-item img{
  width: 290px;
  height: 100%;
  margin: 10px;
}

.p1:hover, .p2:hover {
  opacity: .3;
  cursor: pointer;
}

/*.list-group-item {
float: left;
border: 0 !important;
margin: 0px;
padding: 10px 0px;
}

.list-group>.list-group-item > a {
display: block;
padding: 10px;
border: 1px solid black;
border-radius: 7px;
}
*/

.panel.panel-basic{
  padding:10px;
  font-size: 12px;
  text-align: center;
}


.panel-heading h5{
  font-size: 16px;
  display: inline-block;
  border-bottom: 3px solid #e62117;
}

.campaign-block .image-wrapper>img{
    height: 380px;
    width: 100%;
    object-fit:  cover;
    object-position: center;
}

.event-list .event img{
    height: 175px;
    object-fit: cover;
    object-position: center;
}


/*notice page and event page*/

.notice-blocks {
    background: rgba(255,255,255,.15);
    padding: 25px 10px 25px 40px;
}

.notice-blocks span.counter {
    width: 50px;
    height: 50px;
    font-weight: 600;
    color: #c31f30;
    border: 4px solid #f4f8fa;
    left: 0px;
    background: #fff;
    font-size: 20px;
    position: absolute;
    line-height: 1;
    padding: 11px 15px;
    transform: rotate(45deg);
    display: inline-block;
}

.notice-blocks span.counter h3{
  line-height: 0;
  margin: 12px 3px;
  transform: rotate(-45deg);
}

a.notice-contents {
    display: block;
    border: 4px solid #f4f8fa;
    box-shadow: 2px 1px 11px 0px #eee;
    margin: 8px 8px 40px;
}

.notice-blocks h3.title {
    margin: -11px 0px 8px;
    font-size: 18px;
    color: #0D7309;
    font-weight: 600;
}

.notice-blocks h4{
    color: gray;
    font-weight: 500;
    font-size: 15px;
    margin-top: 30px;
}

.notice-blocks .text-muted{
  color: #bbb;
}


.post-tags li {
    padding: 2px 10px;
    border: 2px solid #f5f5f5;
    font-size: 12px;
    background: #f5f5f5;
}

.btn.btn-circle{
  color: #444;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 12px;
  margin: 10px 0px;
}

.btn.btn-circle:hover{
  color: #222;
  background: #eee;
}

.featured-news .news-wrapper>img{
  height: 417px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.icon-block .icon{
  margin: 0px -12px;
  transform: translateY(-19%);
  position: absolute;
  color: #555;
  margin-top: 5px;
  margin-left: -7px;
}

.icon.ion-ios-email-outline{
  color: #fff;
  margin: 10px 10px;
}

.download-block{
  padding: 10px 0px;
}
.download-block a.btn{
  background: rgba(0,0,0,.075);
  color: #fff;
  border: 1px solid #555;
}

.w-100{
  /* width: 100%; */
}

.campaign{/* padding: 0px 0px 0px 75px; */}



.not-title {
    border-bottom: 4px solid #f4f8fa;
}

.single-post.blog-type .content-wrapper {
    margin: 25px 0px 25px 0px !important;
    background: #ffffff;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
}

.single-post.blog-type .content-wrapper {
    border: 5px solid #e9e9e9;
    padding: 24px;
    position: relative;
}

.single-post.blog-type .content-data blockquote {
    background: #f5f5f5;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}


.tab-pane .thumb-img{
  margin: 35px 0px 0px;
  /* border-radius: 6px; */
  transition: 0.3s all ease-in-out;
  border-bottom: 2px solid transparent;
}

.tab-pane .thumb-img img{
  width: 100%;
  transition: 0.5s all ease-in-out;
  height: 240px;
  object-fit: cover;
  object-position: left;
  overflow: hidden;
}


.tab-pane .thumb-img:after{
  position: absolute;
  color: #f1f1f1;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: 3.0em;
  content: "\f302";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: rgba(0,0,0,0.5);
  width: 90%;
  height: 241px;
  vertical-align: middle;
  padding: 90px;
  margin: 34px 13px 0px;
}

.tab-pane .thumb-img .title-bottom{
  padding: 10px 5px;
  background: #f1f1f1;
  background-blend-mode: darken;
}

.tab-pane .thumb-img .title-bottom a{
  color: #333 !important;
}


.tab-pane .thumb-img:hover{
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,.35);
  border-bottom: 2px solid #c31f30;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}

.tab-pane .thumb-img:hover .title-bottom{
  background: #fff;
}

.tab-pane .thumb-img:hover img{
  transition: 0.5s all ease-in-out;
  object-position: right;
}

a.album-content{
  display: block;
  color: #999;
}


.new-gllery-block {
  padding: 20px 36px 10px;
}