/*!
Theme Name: Butwal Web Bootstrap Starter
Theme URI: http://underscores.me/
Author: butwal_web
Author URI: http://underscores.me/
Description: Butwal Web Bootstrap 5.0 Starter Theme
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: butwal_web_starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Butwal Web Bootstrap Starter is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}



/*custom bootstrap codes */
html{scroll-behavior: smooth;}
body{
  overflow-x: hidden; 
  color:#333333; 
  background: #F3F3F3;
  font-size: 18px; 
  /*padding-top: 70px;*/
  /*font-family:'Roboto'; */
  font-family: 'Mukta', sans-serif;

  font-weight: 500;
}
.hyper-link{
  color: #222;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.hyper-link:hover{
  color:#D31E02;
}
.text-red{
  color:#D31E02;
}
.btn-theme{
  color: #fff;
  background-color:#D31E02;
}
.wrapper{
  width: calc(1320px - 40px);
}
.box-shadow{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.10) !important;
}
.container{
  background-color: #fff;
}
header{
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-nav{ 
  background-color: #fff;
  height: 55px;
  width: 100%;
  top: 0px;
  margin-bottom: 2rem;
  z-index: 9;
}
.main-nav .container{
  background-color: #ffffff;
  position: relative;
}
/*.main-nav .container::before{
  content: "";
  position: absolute;
  border: 6px solid transparent;
  bottom: -18px;
  left: 0px;
  border-top: 12px solid #a2a2a2;
  border-right: 3px solid #a2a2a2;
}
.main-nav .container::after{
  content: "";
  position: absolute;
  border: 6px solid transparent;
  bottom: -18px;
  right: 0px;
  border-top: 12px solid #a2a2a2;
  border-left: 3px solid #a2a2a2;
}*/

.main-nav.sticky-top , .main-nav.sticky-top>.container{
  background-color: #d31e02;
}
.sticky-top.main-nav .container::before, .sticky-top.main-nav .container::after,
.sticky-top .main-menu::before, .sticky-top .main-menu::after
{
  border:none;
  box-shadow:none;
}
.main-menu{
  position: relative;
}
/*.main-menu::before{
  content: "";
  position: absolute;
  bottom: 15px;
  left: 1rem;
  width: 450px;
  height: 14px;
  background: #000;
  z-index: -1;
  box-shadow: 0 10px 12px rgba(0,0,0,0.7);
  transform: rotate(-3deg);
}
.main-menu::after{
  position: absolute;
  content: "";
  bottom: 16px;
  width: 450px;
  height: 14px;
  background: #000;
  z-index: -1;
  box-shadow: 0 11px 12px rgba(0,0,0,0.7);
  left: .8em;
  transform: rotate(3deg);
  right: -5px;
  left: auto;
}*/
.main-menu a{
  font-size: 0.99rem !important;
  font-weight: 600;
  padding: 1rem 1rem !important;
  color:#111 !important; 
}

.main-menu a.active, .navbar-nav a:hover{
  /*background-color: #D31E02 !important;*/
  /* background: #2e3192;  
background: -webkit-linear-gradient(to right, #020012, #2e3192); 
background: linear-gradient(to right, #020012, #2e3192); */
background-color: #2e3192 !important;
  color: #fff !important; 
  transition: all 0.3s;
}
.navbar-brand{
  width: 20rem;
}
.tagline{
  font-size: 1rem;  
  margin-top: 0.9rem;
  margin-bottom: 0rem;
}
.bi-language{
  margin: 4px;
}
.cont-activ a.active{
  color: #fff !important; 
  border-bottom:none; 
  font-weight: 500;
}
.navbar-toggler{
 /* right: 0px;
  position: absolute;*/
}
.icon-bar{
  width: 2rem; 
  height: 2px; 
  background-color: #3f3800; 
  display: block;
}
.middle-bar{
  margin-top:8px; 
  margin-bottom: 8px;
}
.navbar-toggler:focus{
  box-shadow: none;
}

.adv-slider{
  display:none;
}
.today-news{
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.today-news .h2{
  color: #111111;
  font-size: 2.5rem;
  text-decoration: none;
  /*padding-top: 2rem;*/
  display: block;
  font-weight: bold;
}
.today-news .h2:hover{
  color:#D31E02;
}
.letest-news-head{
  font-size: 3rem;
  background-image: url(../images/zz_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-top: 1rem;
}
.letest-news{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1rem;
  margin-bottom: 1rem;
}
.letest-news h4 {
  font-weight: 600;
  border-bottom: 2px solid #333;
}
.ln-1{
  background-image: url(../images/zz.jpg);
}
.ln-2{
  background-image: url(../images/zz_1.jpg);
}

.other-news{
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  padding: 0px 0px 10px 10px;
  border-bottom: 2px solid #222;
  margin-bottom: 1.5rem;
}
.other-news::after{
  content: "";
  position: absolute;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
  width: 138px;
  height: 21px;
  bottom: -11px;
  left: 0;
}
a.card{
  color: #222;
  text-decoration: none;
  font-weight: 600;
}
a.card:hover, .imp-news a:hover, .politics .headline:hover{
  color:#d31e02
}
.card-text2{
  font-size: 14px;
  padding: 0px 1rem 0rem 1rem;
}
.owl-prev{
  width: 2rem;
  background-color: #d31e02 !important;
  color: #fff !important;
  font-size: 2rem !important;
  position: absolute;
  top: calc(50% - 24px);
}
.owl-next{
  width: 2rem;
  background-color: #d31e02 !important;
  color: #fff !important;
  font-size: 2rem !important;
  position: absolute;
  top: calc(50% - 24px);
  right: 0px;
}
.imp-news a{
  color:#222;
  text-decoration: none;
}
.imp-news p{
  font-weight: 600;
  margin-top: 1rem;
}
.politics a{
  text-decoration: none;
}
.politics .headline {
  color:#222;
  font-size: 1.4rem;
  font-weight: 600;
}
.news-blocklists a{
  color:#222;
  text-decoration: none;
  font-weight: 600;
}
.redirect-link{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #222;
  font-size: 1.5rem;
}
.other-news2{
  font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding: 0px 0px 10px 10px;
    margin-bottom: 1.5rem;
}
.other-news2::after{
  content: "";
    position: absolute;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    width: 138px;
    height: 21px;
    margin-left: -100px;
    bottom: -10px;
}
.top-news-wrapper{
  border:none;
}
.top-news-wrapper::after{
  content: "";
  position: absolute;
  border:10px solid transparent;
  border-top-color: #bbb;
  border-left-color: #bbb;
  bottom: 0px;
  right: 0px;
}
.top-news{
  position: absolute;
  color:#fff;
  background: #D31E02; 
  text-decoration: none;
  padding: 6px 15px;
  left: 0;
  bottom: calc(50% - 6px);
}
.top-news:hover{
  color: #fff;
}
.thinking{
  height: 170px;
  width: 170px;
  margin: 10px auto;
  border-radius: 50%;
  border: 2px solid #ccc;
  object-fit: cover;
}
.internal{
  margin-bottom: 1rem;
}
.internal div{
  background-color: #F6DBDB;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  margin-top: -2rem;
  z-index: 1;
  position: relative;
  color: #222;
  font-weight: 600;
  height: 12rem;
}
.internal p{
  margin-left: 1rem;
    margin-right: 1rem;
    margin-top: -5rem;
    z-index: 2;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top: 1px solid #d31e02;
    padding-top: 1rem;
}
.carousel-caption{
    position: relative;
    right: 0px;
    bottom: 0px; 
    left: 0px;
    text-align: left;
    color:#222;
}
.news-list a{
  border:none;
  border-bottom:1px solid #ddd;
  border-radius: 0px;
}
#carouselVideo .carousel-indicators{
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ddd;
}
.thumb-video{
  width: 16% !important;
  height: 129Px !important;
  background-size: cover;
  background-position: center center;
}
#carouselVideo .video1{
  background-image: url(../images/0.jpg);
}
#carouselVideo .video2{
  background-image: url(../images/0.jpg);
}
#carouselVideo .video3{
  background-image: url(../images/0.jpg);
}
#carouselVideo .video4{
  background-image: url(../images/0.jpg);
}
#carouselVideo .video5{
  background-image: url(../images/0.jpg);
}
#carouselVideo .video6{
  background-image: url(../images/0.jpg);
}
#carouselVideo2 .video1{
  background-image: url(../images/0.jpg);
}
#carouselVideo2 .video2{
  background-image: url(../images/0.jpg);
}
#carouselVideo2 .video3{
  background-image: url(../images/0.jpg);
}
#carouselVideo2 .video4{
  background-image: url(../images/0.jpg);
}
#carouselVideo2 .carousel-indicators{
  flex-direction: column;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}
#carouselVideo2 .thumb-video{
  width: 100% !important;
}




footer .container{
  display: flex; 
  background-color: #e7e7e7;
  padding-top: 5rem; 
  padding-bottom: 3rem; 
}
footer a{
  color: #333; 
  text-decoration:none; 
  line-height: 2rem;
}
footer a:hover{color:#d31e02;}
.copyright{
  background: #c5c5c5;
  padding-top: 1rem; 
  padding-bottom: 1rem; 
  font-size: 0.9rem; 
  position: relative;
}
/*.copyright::before{
  content: "";
  position: absolute;
  border: 6px solid transparent;
  top: -18px;
  left: 0px;
  border-bottom: 12px solid #a2a2a2;
  border-right: 3px solid #a2a2a2;
}
.copyright::after{
  content: "";
  position: absolute;
  border: 6px solid transparent;
  top: -18px;
  right: 0px;
  border-bottom: 12px solid #a2a2a2;
  border-left: 3px solid #a2a2a2;
}*/
.gotopbtn{
  color: #fff;
  font-size: 2rem;
  /*background: #d31e02;*/
  background: #2e3192;  
background: -webkit-linear-gradient(to right, #020012, #2e3192); 
background: linear-gradient(to right, #020012, #2e3192);
  width: 38px;
  height: 38px;
  position: fixed;
  display: none;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
}
.gotopbtn:hover{
  color:#fff;
}
.bt-visable{
  display: block;
}


@media (max-width: 1399px){
  .main-nav .nav-link{
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }

}

@media (max-width: 1199px){
  .container{
    max-width: 100%;
  }
  .main-menu a{
    padding: 1rem 0.5rem !important;
  }
  .main-nav .nav-link{
    font-size: 0.9rem !important;
  }

}


@media (max-width: 1024px){

}

@media (max-width: 991px){
  /*header{
    position: fixed;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 99;
  }*/
  .adv-header{
    /*display: none;*/
  }
  .adv-slider{
    display: block;
    padding-top: 100px;
  }
  .main-nav.sticky-top{
    background-color:transparent;
  }
  .navbar-brand{
    width: 10rem;
    margin: auto;
  }

  .main-nav, .main-nav .container{
    background-color: transparent;
    z-index: 99;
  }
  /*.main-nav{
    position: fixed;
  }*/
  .main-nav .container::before,.main-nav .container::after{
    display: none;
  }
  .navbar-collapse{
    position: fixed;
    width: 280px;
    background: #fff;
    top: 0px;
    bottom: 0px;
    left: -290px;
    height: 100% !important;
    overflow-y: auto;
    transition-duration: 0.3s;
  }
  .navbar-collapse.show{
    left: 0px;
  }
  .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #carouselVideo2 .carousel-indicators{
    flex-flow: row;
  }
  
}

@media (max-width: 767px){
  .navbar-brand{width:13rem; }
  .thumb-video{
    height: 70Px !important;
  }
  
}

@media (max-width: 575px){
  .main-nav .d-flex{display: none !important;}
  .navbar-brand{
    width: 10rem;
  }
  .footer-logo{width: 100%;}
}


.fit-container {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.fig-custom {
  height: 180px;
    max-width: 350px;
    position: relative;
    margin: 0 0 0rem;
}
.archive-h2 {
  height: 150px;
  padding: 15px;
  background: #f3f3f3;
  font-size: 18px;
}
.archive-h2>a {
  font-size: 20px;
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 30px;
    transition: all 0.5s ease;
    text-decoration: none;
}
.archive-h2>a:hover {
  text-decoration: none;
    color: #D31E02;
}
.author_name_p {
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 0.7;
}

figure>img {
  width: 100%;
  height: 100%;
}
/*img {
   width: 100%;
  height: 100%;
}*/

@media(max-width: 991px) {
  .single-post-start {
    padding-top: 70px;
  }
}


/*widget title css */
.title-bar-wrp{
      padding:60px 100px;
    }
    .tit-blocks{
      margin: 0 0 30px;
    }
    .tit-bxs{
      padding: 0 0;
      width: 100%;
      position: relative;
    }
    .tit-bxs h1{
      position: relative;
      display: inline-block;
      padding: 10px 30px;
      background: #FF0000;
      font-size: 16px;
      margin: 0;
      font-weight: 600;
      color: #fff;
      border-radius: 30px;
      border: 8px solid #fff;
      z-index: 15;
      margin-left: 40px;
    }
    .tit-bxs:before{
      position: absolute;
      content: '';
      border: 2px solid #006eb8;
      width: 100%;
      top: 50%;
      left: 0;
      transform: translate(0,-50%);
    }

    .titlebar{
      font-size: 16px;
        margin-bottom: 15px;
        line-height: 1;
        font-weight: 600;
        background: linear-gradient(71deg, rgba(255,251,250,1) 0%, rgba(255,255,255,1) 68%, rgb(222 86 65 / 3%) 100%);
        position: relative;
        border-right: 4px solid;
        border-color: #2e3192; 
  
        line-height: 36px;
    }
    .titlebar h4.titlft-link {
        padding: 0 30px 0 30px;
        display: inline-block;
        color: #FFF;
        position: relative;
        text-decoration: none;
        line-height: 40px;
        margin: 0;
        
            font-size: 18px;
            background: #2e3192;  
background: -webkit-linear-gradient(to right, #020012, #2e3192); 
background: linear-gradient(to right, #020012, #2e3192);

    }
    .titlebar h4.titlft-link:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        border-color: transparent transparent transparent #2e3192;
        border-width: 20px;
        border-style: solid;
    }
    .titlebar .titrgt-link {
        float: right;
        text-decoration: none;
        line-height: 40px;
        padding-right: 20px;
        font-size: 14px;
        color: #848484;
    }
    .titlebar .titrgt-link .fa {
        margin-left: 10px;
    }

    @media(max-width:767px){
      .title-bar-wrp{padding: 0;}
      .tit-bxs h1{padding: 8px 25px;font-size: 14px;}
      .titlebar{font-size: 14px;line-height: 35px;}
      .titlebar h4.titlft-link{line-height: 35px;padding: 0 20px;}
      .titlebar h4.titlft-link:after{display: none;}
      .titlebar .titrgt-link{line-height: 35px;padding-right: 15px;}
    }

/*single page optimizations */
h2.single-h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.5;
}
.content-para>p,.content-para>div {
line-height:2.0;
font-size:20px;
text-align: justify;
}

/*page navigations css*/
.pg-navigation {
      margin: 20px 0px;
}
.pg-navigation li a,
.pg-navigation li a:hover,
.pg-navigation li.active a,
.pg-navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.pg-navigation li {
    display: inline;
}
 
.pg-navigation li a,
.pg-navigation li a:hover,
.pg-navigation li.active a,
.pg-navigation li.disabled {
    /*background-color: #6FB7E9;*/
    background: #2e3192;
    background: -webkit-linear-gradient(to right, #020012, #2e3192);
    background: linear-gradient(to right, #020012, #2e3192);
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 10px 20px;
}
 
.pg-navigation li a:hover,
.pg-navigation li.active a {
    background-color: #3C8DC5;
}

/*entertainment category css */
.info-wrp .info-img{
    position: relative;
}
.info-wrp .info-img:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,15,255,0) 5%, rgba(0,6,107,0) 60%, rgba(0,0,0,0.67) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,15,255,0) 5%,rgba(0,6,107,0) 60%,rgba(0,0,0,0.67) 100%);
    background: linear-gradient(to bottom,  rgba(0,15,255,0) 5%,rgba(0,6,107,0) 60%,rgba(0,0,0,0.67) 100%);
}
 .info-wrp .info-img img{
    height: 450px;
    width: 100%;
    object-fit: cover;
 }
.info-wrp .info-info{
   position: relative;
 }
 .info-wrp .info-info h2 {
    position: absolute;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: unset;
    bottom: 25px;
    left: 15px;
    right: 15px;
}
.max-150{
  height: 150px !important;
}
.max-120{
  height: 120px !important;
}
.max-300 {
  height: 300px !important;

}
.card {
  border:none !important;
}


@media(min-width: 992px) {
  #primary-menu {
   display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

#primary-menu>.current-menu-item {
  background: #2e3192;
    background: -webkit-linear-gradient(to right, #020012, #2e3192);
    background: linear-gradient(to right, #020012, #2e3192);
}
#primary-menu>li{
  width: 100%;
    text-align: center;
}
}

.home .card-text {
    margin: 1px;
}
.height-50px {
  height: 50px !important;
}
.shared-counts-wrap {
    margin: 0 0 0px 0  !important;
    overflow: hidden;
    width: 100%;
}
.hw-100px {
  border-radius: 100%;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    max-width: initial;
    object-fit: cover;
}


@media(min-width: 768px) and (max-width: 991px) {
  .hw-100px {
  border-radius: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
}
}




/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .main-nav {
    background-color: #d2eefc !important;
  }
  .main-nav .container {
    background-color: #d2eefc !important;
    position: relative;
}
 }


 @media (max-width: 991px){
  /*.main-nav {
    margin: 20px 0 0;
    position: fixed;
     width: 50%; 
    right: 0;
    margin: auto;
    height: 47px;
    width: 31%;
  }*/

  header, header .container {
    background-color: #fff !important;
  }
  #navbar {
      background-color: #d2eefc !important;
      /* position: relative; */
  }
 }




/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
#menu-footer-menu {
  list-style: none;
  padding: 0;
}
#menu-footer-menu a{
  font-size: 17px;
}
.footer-widget-content {
  font-size: 17px;
}
.fw-contact-infos{
  margin-bottom: 3px;
  padding-left: 5px;
}


.today-news .h2e {
    color: #111111;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.today-news .h2e:hover {
    color: #D31E02;
}


figcaption {
    position: absolute;
    bottom: -18px;
    z-index: 1;
    background:#d2eefc;
    padding:5px 20px;
    color:black;
    width:100%;
}

figure {
    position: relative;
}