/* CSS Document */


* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
}
.post, .page {
    margin: 0px !important;
}
.mt16{
	margin-top: 16rem !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e81d1d;
    border-color: #e81d1d;
}
.pagination .page-link {
    color: #131313;
    border: 1px solid #131313;
}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:none;
	cursor:pointer;
	} 
ul,
ol {
    margin: 0px;
	list-style-type:none;
}

.mt-40 {
    margin-top: 40px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.f-gray {
    color: #c5c5c5;
}
body {
    margin: 0px;
    padding: 0px;
    color: #747474;
 	font-family: 'Livvic', sans-serif;
    font-size: 16px;
}


.btn-red{
	color:#fff !important;
	background:#e81d1d;
	width:160px;
	border-radius:0;
	border:none;
	font-size:18px;
}
.btn-red:hover{
	color:#fff;
	background:#2a2e31;
}

.btn-black{
	color:#2a2e31;
	background:red;
	width:160px;
	border-radius:0;
	border:none;
	font-size:18px;
}
.btn-black:hover{
	color:#fff;
	background:#e81d1d;
}
h2{
	text-align:center;
	text-transform:uppercase;
	font-size:40px;
	font-weight:bold;
	font-family: 'Livvic', sans-serif;
	color: #2a2e31 ;
	margin-bottom:30px;
	}
.h5, h5 {
    font-size: 18px;
	font-family: 'Livvic', sans-serif;
}
.h3, h3 {
    font-size: 1.70rem;
	font-family: 'Livvic', sans-serif;
}
.section-mtb{
	margin:80px 0;
	}
.margin-mt{
	padding-top:80px;
	}
.margin-mb{
	padding-bottom:80px;
	}
.section-mb{
	margin-bottom:80px;
	}
.badge {
    letter-spacing: 1px;
}
.badge-primary {
    color: #fff !important;
    background-color: #e81d1d;
}
/*--------------------------------------------------------- Header Top Section Css Start-------------------------------------------------- -- */
.header-top{
	background-color: #2a2e31;
	height: 70px;
	padding-top: 6px;
	}
.navigation-box {
    top: .4rem;
    right: .8rem;
    width: 2rem;
    position: absolute;
}

.carousel-control-next i, .carousel-control-prev i {
	background-color: transparent;
}
.breaking-caret{
	background-color:#e81d1d;
}
.header-top .badge-primary {
    color: #fff;
    background-color: #e81d1d;
}
.header-top .text-primary {
    color: #e81d1d !important;
}
.header-top .carousel-item {
    width: 90%;
}
.navber-section.fixed-top{
	background-color:#FFF;
	box-shadow:0 2px 4px rgba(0,0,0,0.1);
}
.navber-section.fixed-top .navbar-brand .img-fluid {
    height: 50px;
}
.navber-section.fixed-top .navbar {
    padding: 0;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #e81d1d;
	color:#fff;
    z-index: 99;
    display: none;    
}
.backTop:hover { 
        background-color: #000;
    }
.backTop.show{
	display:block;
}

/*********************************************Search Css Start*********************************************/
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #e81d1d;
  border-right: none;
  padding: 5px;
 
  
  outline: none;
  color: #2a2e31;
  border-radius: 0px !important;
   height: 36px !important;
}

.searchTerm:focus{
  color: #2a2e31;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #e81d1d;
  background: #e81d1d;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  padding:0px;
}
/*********************************************Search Css Close*********************************************/
@media (min-width: 768px){
    .breaking-caret:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 15px solid #e81d1d;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
    }
}



/*--------------------------------------------------------- Header Top Section Css Close -------------------------------------------------- --*/

/*--------------------------------------------------------- Navber Section Css Start -------------------------------------------------- --*/
.navbar-brand .img-fluid {
    height: 65px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e81d1d;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e81d1d;
}
.navber-section .navbar-light .navbar-toggler {
    color: #2a2e31;
    border-color: #2a2e31;
    margin-top: -15px;
}
.navbar-brand {
	margin-top: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e81d1d;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	font-family: 'Livvic', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #2a2e31;
}
.inside-navber{
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap:wrap;
	}
.social-icon ul{
	display:flex;
	justify-content: space-around;
	align-items:center;
}
.social-icon ul li{
	margin-right:10px;
}
.social-icon ul li a{
	font-size: 25px;
	color: #e81d1d;
}
.navbar {
   padding: 0.5rem 0rem;
}
.nav-item {
  position: relative;
  display: inline-block;
  line-height:65px;
}
.dropdown-menu .nav-item {
	line-height:normal;
	display: block;
	}
.navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px 3px;
  z-index: 1;
  top:100%;
}
.dropdown-menu.show {
  display: block;
}
.navbar-nav .dropdown-menu .nav-link {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.navbar-nav .dropdown-menu .nav-link:focus,.navbar-nav .dropdown-menu .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e81d1d;
}
.dropdown-submenu .nav-link::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-submenu .dropdown-menu .nav-link::after {
   content: normal;
}


/*--------------------------------------------------------- Navber Section Css Close -------------------------------------------------- --*/ 

/*--------------------------------------------------------- Banner Section Css Start -------------------------------------------------- --*/

.banner-section .carousel-caption {
    position: absolute;
    right: 15%;
    top: 18%;
    left: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
	background: rgba(4, 4, 4, 0.7);
    padding: 20px;
    color: #fff;
    border-top: 5px solid #1bbd36;
	bottom:auto;
}
.banner-section.interview-banner .carousel-caption {
    top: 24%;
}
.banner-section .carousel-caption h1{
    font-family: 'Livvic', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 65px;
	color: #FFFFFF;
}
.banner-section .carousel-caption p{
    font-family: 'Livvic', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.carousel-indicators {
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    
}
.carousel-indicators li{
	background-color: #3c3c3c;
	}
.carousel-indicators .active{
	background-color: #e81d1d;
	}
/*--------------------------------------------------------- Banner Section Css Close -------------------------------------------------- --*/


/*---------------------------------------------------- News Section Css Start -------------------------------------------------- --*/
.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    bottom: -40px;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
	left:50%;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-section .carousel-indicators li {
    width: 30px;
    height: 4px;
	border-radius:0;
    
}
.news-section  .carousel-control-prev ,.news-section  .carousel-control-next {
    display:none;
}
.news-section .carousel-inner .img-fluid{
	height:470px;
	object-fit:cover;
	
}
.ratio_right-cover-2 .img-fluid{
	height:232px;
	object-fit:cover;
	width:100%;
	
}
/*---------------------------------------------------- News Section Css Close -------------------------------------------------- --*/

/*----------------------------------------------- Newsletter Section Css Start -------------------------------------------------- --*/

.newsletter{
	padding:60px 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
	background-attachment:fixed;
}
.newsletter:before{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:"";
	background: rgba(4, 4, 4, 0.7);
}
.newsletter h2{
	color:#fff;
	}
.newsletter p{
	color:#fff;
	font-size:18px;
	text-align:center;
	}
.plane-icon{
	color:#fff;
	font-size:30px;
	text-align:center;
	margin-bottom: 15px;
	}
.bbb_newsletter_container {
    width: 100%;
	display: flex;
    justify-content: center;
}

.bbb_newsletter_content {
    width: 60%
}

.bbb_newsletter_form {
    position: relative;
    width: 100%;
    
}

.bbb_newsletter_input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: solid 1px #e5e5e5 !important;
    border-radius: 5px !important;
    padding-left: 25px !important;
    font-size: 16px;
    outline: none;
    color: #0e8ce4 !important;
}

.bbb_newsletter_container .wpcf7-form {
    position: relative;
    width: 100%;
}
.bbb_newsletter_input:focus {
    border: solid 1px rgba(14, 140, 228, 0.3);
    box-shadow: 0px 1px 5px rgba(14, 140, 228, 0.3)
}

.bbb_newsletter_input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.bbb_newsletter_input:-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.bbb_newsletter_input::-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.bbb_newsletter_input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.bbb_newsletter_input::input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.bbb_newsletter_button {
    position: absolute;
	font-family: inherit;
    top: 0;
    right: 0;
    width: 153px;
    height: 50px;
    background: #0e8ce4 !important;
    color: #FFFFFF !important;
    line-height: 50px !important;
    font-size: 18px;
    border: none !important;
    outline: none;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    cursor: pointer;
    padding: 0px !important;
}
footer img {
    height: 85px;
    object-fit: cover;
	width:85px;
}
.bbb_newsletter_button:hover {
    opacity: 0.8
}

.bbb_newsletter_unsubscribe_link {
    float: right;
    text-align: right;
    height: 50px
}

.bbb_newsletter_unsubscribe_link a {
    font-size: 10px;
    color: #0e8ce4;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 50px
}

.bbb_newsletter_unsubscribe_link a:hover {
    color: #0d82d3
}

@media only screen and (max-width: 1199px) {
    .bbb_newsletter_form {
        width: 456px
    }
}

@media only screen and (max-width: 991px) {
    .bbb_newsletter_title_container {
        width: 100%
    }

    .bbb_newsletter_content {
        width: 100%;
        margin-top: 30px
    }

    .bbb_newsletter_form {
        width: calc(100% - 114px);
		margin: 0 auto;
    }

    .footer_col:not(:last-child) {
        margin-bottom: 40px
    }
}


/*----------------------------------------------- Newsletter Section Css Close -------------------------------------------------- --*/


/*------------------------------------------Interview Video Section Css Start -------------------------------------------------- --*/

/*--------------------------------------- Interview Video Section Css Close -------------------------------------------------- --*/
.section-header {
  text-align: center;
  margin: 60px auto 20px auto;

  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
}

.interview content h2{
	text-align:center;
}

.section-header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}

.video-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-height: 360px;
  width: 48%;
  background: #000;
  cursor: pointer;
}
.mfp-wrap {
  z-index: 6000 !important;
   
}
.video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: .45;
  width: 105%;
  height: 300px;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  object-fit:cover;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
  font-size: 30px;
  text-align: left;
}


.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
  color: #fff;
  
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: .3;
  transform: scale(1.1);

}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.video-gallery .gallery-item:first-child {
    min-width: 98%;
    max-width: 98%;
    width: 98%;
    height: 400px;
}
.video-gallery .gallery-item:first-child img {
    height: 400px;
}
@media screen and (max-width: 50em) {
  .video-gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
.play-button{
	color:#0b6db2;
	font-size:70px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	position: absolute;
    left: 43%;
    z-index: 500;
	}
.video-gallery .gallery-item:first-child .play-button {
    left: 48%;
	top:40%;
}
/*----------------------------------------Articale Section Css Start -------------------------------------------------- --*/


.article-focus{
    position: relative;
    overflow: hidden;
}
.article-focus > img{
    width: 100%;
    -webkit-transition: all .5s ease  ;
    -moz-transition: all .5s ease  ;
    -ms-transition: all .5s ease  ;
    -o-transition: all .5s ease  ;
    transition: all .5s ease  ;
}
.article-focus:hover > img{
    transform:scale(1.5);
}
.article-focus > .overlay{
    background-color: rgba(0, 0, 0, 0.5);
}
.article-focus > .article-overlay{
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 2px solid #fff;
    padding-top: 40%;
}
.article-focus > .article-overlay > h6{
    line-height: 34px;
}
.article-border{
    border: 1px solid #dedede;
    padding: 4px;
}
.article-border img{
    width: 100%;
}
.green-t {
    color: #8bc34a;
	font-size: 11px;
}
.dark-gray {
    color: #222;
	font-size: 14px;
	font-weight: bold ;
	margin-top: 20px ;
}
span.sep {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #a9a9a9;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 11px;
}
span.add {
    font-size: 11px;
    font-family: 'Noto Sans', sans-serif;
	color: #a9a9a9;
}

.rlb-o-style {
    position: relative;
    width: 40%;
    margin: 0 auto;
}
.rlb-o-style::before {
    background: transparent;
    border-left: 2px solid #4527a0;
    border-bottom: 2px solid #4527a0;
    content: " ";
    height: 40px;
    left: -50%;
    position: absolute;
    bottom: 11px;
    width: 60%;
}
.rlb-o-style::after {
    background: transparent;
    border-right: 2px solid #4527a0;
    border-bottom: 2px solid #4527a0;
    content: " ";
    height: 40px;
    right: -50%;
    position: absolute;
    bottom: 11px;
    width: 60%;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
}
.rlb-style {
    position: relative;
    width: 40%;
    margin: 0 auto;
}
.rlb-style::before {
    background: transparent;
    border-left: 2px solid #4527a0;
    border-top: 2px solid #4527a0;
    content: " ";
    height: 40px;
    left: -50%;
    position: absolute;
    top: 11px;
    width: 60%;
}
.rlb-style::after {
    background: transparent;
    border-right: 2px solid #4527a0;
    border-top: 2px solid #4527a0;
    content: " ";
    height: 40px;
    right: -50%;
    position: absolute;
    top: 11px;
    width: 60%;
}
.latest-articles .btn-red {
    width: 230px;
   
}
.pink {
    color: #f50057;
}
.article-focus > .article-overlay > h6 {
    line-height: 34px;
	font-size:20px;
	color:#fff;
}
.latest-articles .article-focus .img-fluid{
	height: 668px;
    object-fit: cover;
}

.latest-articles .high-slider-img .img-fluid{
	height: 192px;
    object-fit: cover;
}

/*----------------------------------------Articale Section Css Close -------------------------------------------------- --*/



/*---------------------------------------------------- Footer Section Css Start -------------------------------------------------- --*/
/*footer*/
.upperfooter{
    background-color: #131313;
    padding: 80px 0;
}
.fbt{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.r-post-content{
    width: 74%;
}
.r-post span{
    display: block;
    margin-left: 10px;
}
.twitter-feed h4{
    font-family: 'Noto Serif', serif;
    line-height: 27px;
}

.twitter-feed h4 > span{
    font-size: 13px;
    color: #28a9e2; 
}
.twitter-feed i.fa.fa-twitter{
    color: #6e7071;
    line-height: 27px;
}
.f-social > a{
    color: #fff !important;
    background-color: #6e7071;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}
.f-social > a:hover, .f-social > a:focus{
    background-color: #e81d1d;
}
.popular-tags > a{
    margin:2px 2px 2px 0;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
}
.lowerfooter {
    width: 99%;
}
.lowerfooter p{
    line-height: 64px;
}
.lowerfooter img{
    margin-top: 20px;
}
.upperfooter .f-gray {
    color: #c5c5c5;
	font-size:16px;
}
.r-post span {
    display: block;
    margin-left: 10px;
}
span.foo {
    font-family: 'Noto Serif', serif;
    font-size: 12px;
    line-height: 24px;
	text-transform:uppercase;
}
.upperfooter h3 {
    font-size: 18px;
	color:#fff;
}
.footer-link li {
    margin-bottom: 10px;
    display: block;
}
.footer-link .nav-item {
    line-height: normal;
}
.footer-link .nav-item .nav-link {
    display: block;
    padding: 0px;
}
.footer-link li a {
    font-family: 'Livvic', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #c5c5c5;
    text-transform: capitalize;
}
.footer-link li a:hover {
    color: #e81d1d;
}
.r-post-content {
    width: 74%;
}
.footer-bottom{
	background-color:#1d1d1d;
	padding:15px 0;
	}
.footer-bottom h6{
	text-align:center;
	color:#fff;
	font-size:18px;
	}
/*---------------------------------------------------- Footer Section Css Close -------------------------------------------------- --*/

/***************************************************  News Section Start ********************************************************/
.inside-news h3,.inside-news h3 {
    text-align: center;
    padding: 1.5em 0em;
    text-transform: capitalize;
    font-size: 2em;
	font-weight: bold;
    font-family: 'Livvic', sans-serif;
    color: #2a2e31;
}

.post-slide3 {
    margin: 0 15px;
    padding: 0 25px 20px 25px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide3 .post-img {
    position: relative;
    margin-bottom: 20px;
}
.post-slide3 .post-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.post-slide3 .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
.post-slide3:hover .post-icon {
    opacity: 1;
}
.post-slide3 .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}
.post-slide3 .post-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-slide3 .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}
.post-slide3 .post-bar li:after {
    content: "/";
    margin-left: 5px;
}
.post-slide3 .post-bar li:last-child:after {
    content: "";
}
.post-slide3 .post-bar li a {
    color: #e81d1d;
    transition: all 0.3s ease 0s;
}
.post-slide3 .post-bar li a:hover {
    color: #333;
    text-decoration: none;
}
.post-slide3 .post-bar li a:after {
    content: ",";
    margin: 0 5px;
}
.post-slide3 .post-bar li a:last-child:after {
    content: "";
}
.post-slide3 .post-title {
    margin: 0;
    text-transform: capitalize;
	padding: 15px;
}
.post-slide3 .post-title a {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all 0.3s linear 0s;
}
.post-slide3 .post-title a:hover {
    color: #e81d1d;
    text-decoration: none;
}
.post-slide3 .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 15px;
}
.post-slide3 .read-more {
    display: inline-block;
}
.post-slide3 .read-more:hover {
    text-decoration: none;
}
.post-slide3 .read-more i {
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all 0.4s linear 0s;
}
.post-slide3 .read-more span {
    font-size: 16px;
    color: #333;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.4s linear 0s;
}
.post-slide3 .read-more:after {
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all 0.4s linear 0s;
}
.post-slide3:hover .read-more span,
.post-slide3:hover .read-more:after {
    opacity: 1;
}
.post-slide3 .read-more:hover i,
.post-slide3 .read-more:hover span,
.post-slide3 .read-more:hover:after {
    color: #e81d1d;
    border-bottom-color: #e81d1d;
}


/******************  News Slider Demo-7 *******************/
.post-slide7 {
    padding: 0 10px;
    transform: translateY(0);
    transition: all 0.3s ease 0s;
}
.post-slide7:hover {
    transform: translateY(-10px);
}
.post-slide7 .post-img {
    position: relative;
}
.post-slide7 .post-img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.post-slide7 .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(210, 130, 19, 0.7), rgba(170, 55, 114, 0.7));
    transform: translateY(-100%);
    transition: all 0.3s ease 0s;
}
.post-slide7:hover .post-img:after {
    transform: translateY(0);
}
.post-slide7 .post-img:before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: -50%;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.post-slide7:hover .post-img:before {
    top: 40%;
}
.post-slide7 .icons {
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.post-slide7 .icons img {
    width: 100%;
    height: auto;
}
.post-slide7 .post-review {
    border: 1px solid #e81d1d;
    border-top: none;
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}
.post-slide7 .post-review:after {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
    transform: translateY(0);
    transition: all 0.3s ease 0s;
}
.post-slide7:hover .post-review:after {
    opacity: 1;
    transform: translateY(5px);
}
.post-slide7 .post-bar {
    padding: 0;
    list-style: none;
}
.post-slide7 .post-bar li {
    display: inline-block;
    font-size: 16px;
    font-family: serif, Arial;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}
.post-slide7 .post-bar li i {
    color: #e81d1d;
    margin-right: 8px;
}
.post-slide7 .post-title {
    text-align: center;
    padding: 15px 0em;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    font-family: 'Livvic', sans-serif;
    display: block;
}

.post-slide7 .post-description {
    font-size: 15px;
    line-height: 21px;
    color: grey;
}
.post-slide7 .read {
    text-transform: capitalize;
    font-size: 15px;
    color: #e81d1d;
}
.post-slide7 .read i {
    margin-left: 10px;
}
.post-slide7 .read:hover {
    text-decoration: none;
    color: #333;
}
.inside-news .owl-dots {
    display: flex;
    justify-content: center;
	margin-top:15px;
}
.inside-news .owl-dots span {
    height: 10px;
    width: 10px;
    background: #131313;
    z-index: 555555;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    margin-left: 10px;
}
.inside-news .owl-dot.active span {
    background: #e81d1d;
}
.inside-news .owl-nav {
    display: none;
	
}
.post-slide7 .post-title:hover {
    color:#e81d1d;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #131313 !important;
    filter:none !important;
    opacity: 1 !important;
}
/***************************************************  News Section Close ********************************************************/

/***************************************************  Inside Intervie Section Start ********************************************************/
.banner-section.interview-banner span {
    display: block;
    color: #e81d1d;
    text-transform: uppercase;
}
.banner-section.interview-banner .btn-red {
    width: 255px;
    margin-top:20px;
}
/***************************************************  Inside Intervie Section Close ********************************************************/


/***************************************************  Contact Section Start ********************************************************/
.contact-banner {
    background-size: cover;
    background-position: center;
	padding:130px 0;
}
.contact-banner h3 {
    font-family: Livvic;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 63px;
    letter-spacing: 0.02em;
    color: #212223;
    text-transform: uppercase;
}

.contact-page-sec{
	padding: 60px 0;
	min-height: 100vh;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #2a2e31;
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #e81d1d;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
    background: #2a2e31 none repeat scroll 0 0;
    border: 1px solid #2a2e31;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 0;
	color: #fff;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #2a2e31 none repeat scroll 0 0;
  border: 1px solid #2a2e31;
  width: 100%;
  padding: 12px 16px;
  border-radius: 0px;
  color: #fff;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #e81d1d none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: blanchedalmond;
  box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

.contact-page-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff;
}
.contact-page-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#fff;
   opacity:  1;
}
.contact-page-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#fff;
   opacity:  1;
}
.contact-page-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#fff;
}
.contact-page-form ::-ms-input-placeholder { /* Microsoft Edge */
   color:#fff;
}

.contact-page-form ::placeholder { /* Most modern browsers support this now. */
   color:#fff;
}

/***************************************************  Contact Section Close ********************************************************/

/***************************************************  News Details Section Start ********************************************************/
.blog-single .list-inline {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.blog-single .comment-reply li {
    margin-right: 15px;
	margin-bottom:20px;
}
.blog-single .comment-reply li:last-child {
    margin-bottom:0;
}
.blog-single .comment-reply li a{
    color: #e81d1d;
	font-size:16px;
	font-weight:800;
}
.comment-reply h5{
	font-size:22px;
	font-weight:bold;
	text-transform:capitalize;
	}
.comment-reply p{
	margin-bottom:5px;
	}
.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #e81d1d;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #2a2e31;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #e81d1d;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
    color: #e81d1d;
    font-weight: 600;
    line-height: normal;
	font-size:30px;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #e81d1d;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #2a2e31;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #e81d1d;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #2a2e31;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #e81d1d;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}
.section-title {
    padding-bottom: 45px;
}
.contact-form .send {
    margin-top: 20px;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #e81d1d;
    background: none;
    border: none;
	cursor:pointer;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/***************************************************  News Details Section Close ********************************************************/


/***************************************************  Video gallery Section Start ********************************************************/
.video-gallery-inside{
	padding:60px 0;
	}
.video-gallery-inside .card {
    height: 530px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    overflow: hidden
}
.video-gallery-inside h3, .video-gallery h3 {
    text-align: center;
    padding-bottom:20px;
    text-transform: capitalize;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Livvic', sans-serif;
    color: #2a2e31;
	display:block;
}
.video-gallery-inside .card .backgroundEffect {
    bottom: 0;
    height: 0px;
    width: 100%
}

.video-gallery-inside .card:hover {
    color: #fff;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}
.video-gallery-inside .card:hover .name-title {
    color: #fff;
 }
.video-gallery-inside .card:hover .video-des {
    color: #fff;
 }
.video-gallery-inside .card:hover .backgroundEffect {
    bottom: 0;
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #e81d1d;
    animation: popBackground 0.3s ease-in
}

@keyframes popBackground {
    0% {
        height: 20px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%
    }

    50% {
        height: 80px;
        border-top-left-radius: 75%;
        border-top-right-radius: 75%
    }

    75% {
        height: 160px;
        border-top-left-radius: 85%;
        border-top-right-radius: 85%
    }

    100% {
        height: 320px;
        border-top-left-radius: 100%;
        border-top-right-radius: 100%
    }
}

.video-gallery-inside .card .pic {
    position: relative
}

.video-gallery-inside .card .pic img {
    width: 100%;
    height: 280px;
    object-fit: cover
}

.video-gallery-inside .card .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 70px;
    background-color: #e81d1d;
    color: white;
    position: absolute;
    bottom: 0px;
    transition: all ease
}

.video-gallery-inside .card .date .day {
    font-size: 14px;
    font-weight: 600
}

.video-gallery-inside .card .date .month,
.video-gallery-inside .card .date .year {
    font-size: 10px
}

.video-gallery-inside .card .text-muted {
    font-size: 12px
}

.video-gallery-inside .card:hover .text-muted {
    color: #fff !important
}

.video-gallery-inside .card .content {
    padding: 0 20px
}

.video-gallery-inside .card .content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    background-color: #e81d1d;
    border-radius: 25px;
    font-size: 16px;
    border: none
}

.video-gallery-inside .card:hover .content .btn {
    background: #fff;
    color: #e81d1d;
    box-shadow: #0000001a 0px 3px 5px
}

.video-gallery-inside .card .content .fa-play-circle{
	margin-right:5px;
	font-size:16px;
}

.video-gallery-inside .card .content .foot .admin {
    color: #1b9ce3;
    font-size: 12px
}

.video-gallery-inside .card:hover .content .foot .admin {
    color: #fff
}

.video-gallery-inside .card .content .foot .icon {
    font-size: 12px
}
.video-gallery-inside .name-title{
	color:#e81d1d;
	font-size:30px;
	font-weight:bold;
	text-transform:capitalize;
	}
.video-gallery-inside .video-des{
	color:#2a2e31;
	font-size:16px;
	}
.upperfooter .mt-50 ,.upperfooter .mt-40 {
    margin-top: 20px !important;
}
/***************************************************  Video gallery Section Close ********************************************************/

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px
    }

    p {
        font-size: 13px
    }

    .bbb_newsletter_form {
        float: none;
        width: 100%
    }

    .bbb_newsletter_title_container {
        padding-left: 0px;
        text-align: center
    }

    .bbb_newsletter_unsubscribe_link {
        float: none;
        text-align: center;
        margin-top: 10px;
        height: auto
    }

    .bbb_newsletter_unsubscribe_link a {
        line-height: 1
    }

    .bbb_newsletter_title {
        font-size: 16px
    }

    .bbb_newsletter_icon {
        position: relative;
        width: 40px;
        top: auto;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        left: 50%;
        margin-bottom: 20px
    }

    .bbb_newsletter_button {
        position: relative;
        top: auto;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 113px;
        height: 40px;
        background: #0e8ce4;
        color: #FFFFFF;
        line-height: 40px !important;
        font-size: 16px;
        border: none;
        outline: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        cursor: pointer;
        margin-top: 20px;
		display: block;
    }

    .bbb_newsletter_input {
        font-size: 13px !important;
        padding-left: 15px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .bbb_newsletter_input::-webkit-input-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input:-moz-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input::-moz-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input:-ms-input-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input::input-placeholder {
        font-size: 13px
    }
}


/*Add for Pagination*/
.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
	flex-wrap: wrap;
    gap: 5px;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 0 !important;
    
}

span.current {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    padding: 0px !important;
    align-items: center;
    background: #e81d1d;
    color: #fff;
    border-color: #e81d1d !important;
}

a.page {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    color: #444343 !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 0px !important;
    margin: 0 5px !important;
}

.nextpostslink, .previouspostslink {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    color: #444343 !important;
}

span.pages {
    padding: 0 8px !important;
}

.wp-pagenavi {
    width: 100%;
}

.article-focus > .article-overlay > h6 a {
    color: #fff;
}

.active a{
	color:#ff0e13!important;
}


.active .dropdown-menu a:hover {
    color: #fff !important;
}

.banner-section .carousel-caption h1::empty{
	display:none;
}