
.blink-bg{
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
    0%		{ background-color: #327be8;}
    25%		{ background-color: #133363;}
    50%		{ background-color: #009688;}
    75%		{ background-color: #ff9800;}
    100%	        { background-color: #04a1d5;}
}

#eapps-instagram-feed-1 .eapps-instagram-feed-header {
    background: none !important;
}
@media screen and (min-width: 992px) {
	.homeslider .carousel-inner{
		min-height: 550px;
		max-height: 550px;
	}
}

.page-header h1{
	font-size: 32px;
}

td, th {
    padding: 10px;
    border: 1px solid;
}

table {
    font-size: 14px;
}

.blink-bg {
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 0px;
    animation: blinkingBackground 2s infinite;
}


/** post sidebar start */
.single-widget-area {
    position: relative;
    z-index: 1;
  }
  .single-widget-area .widget-form {
    position: relative;
    z-index: 1;
  }
  .single-widget-area .widget-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 0 20px;
    border-radius: 6px;
  }
  .single-widget-area .widget-form input:focus {
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .single-widget-area .widget-form button {
    position: absolute;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    width: 80px;
    height: 50px;
    background-color: #9A1C21;
    color: #ffffff;
    border: none;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
  }
  .single-widget-area .widget-form button:hover, .single-widget-area .widget-form button:focus {
    background-color: #1f0757;
    color: #ffffff;
  }
  .single-widget-area .catagories-list {
    position: relative;
    z-index: 1;
  }
  .single-widget-area .catagories-list li a {
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
  }
  .single-widget-area .catagories-list li a i {
    padding-right: 10px;
  }
  .single-widget-area .catagories-list li a:hover, .single-widget-area .catagories-list li a:focus {
    color: #0d6efd;
  }
  .single-widget-area .catagories-list li:last-child a {
    margin-bottom: 0;
  }
  .single-widget-area .popular-tags {
    position: relative;
    z-index: 1;
    margin-left: -3px;
  }
  .single-widget-area .popular-tags li {
    display: inline-block;
    margin: 3px;
  }
  .single-widget-area .popular-tags li a {
    font-size: 14px;
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #e9e9e9;
    text-transform: lowercase;
    text-align: center;
    font-weight: 700;
    color: #8480ae;
    border-radius: 4px;
  }
  .single-widget-area .popular-tags li a:hover, .single-widget-area .popular-tags li a:focus {
    color: #ffffff;
    background-color: #9A1C21;
    border-color: #9A1C21;
  }
  .single-widget-area .single-recent-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  .single-widget-area .single-recent-post:last-child {
    margin-bottom: 0;
  }
  .single-widget-area .single-recent-post .post-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    margin-right: 20px;
  }
  .single-widget-area .single-recent-post .post-content .post-title {
    font-size: 1rem;
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 700;
  }
  .single-widget-area .single-recent-post .post-content .post-title:hover, .single-widget-area .single-recent-post .post-content .post-title:focus {
    color: #9A1C21;
  }
  .single-widget-area .single-recent-post .post-content .post-date {
    font-size: 0.875rem;
    text-transform: capitalize;
    color: #8480ae;
    margin-bottom: 0;
  }
  /** post sidebar end */