


html{
    scroll-behavior: smooth;
}
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    
    background-color: #1d293e;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: white;
}

.slider {
  margin: auto 0;
  width: 100%;

}

table {
    border-collapse: collapse;
}
a {
    text-decoration: none;
}
 

/*
    Global
*/
.clear {
    clear: both;
}


#topmenu
{

  position: fixed;
  top: 0;
  
  z-index: 999;
  display: inline-flex;
  


}

.logo {
    
}

.navbar1 {
   padding-top: 30px;
  
}
.navbar1 ul {

   display: flex;
  justify-content: space-between;
  align-items: center;


}
.navbar1 li {

    list-style-type: none;
    padding-left: 20px;
    text-transform: uppercase;
      
      
 
}

.navbar1 a {
   
    font-weight: bold;
    color: #fff;
    text-decoration: none;

}
.navbar1 a:hover {
    
    color: #fff;
    text-decoration-line: underline;
    text-decoration-color: #fff;
    text-underline-position: under;
}


.navbar1 .crumb a {
     color: #fff;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-color: #fff;
    text-underline-position: under;
}


#ipBlock-wall *

{
  margin: 0 auto  ;
}






#ipBlock-main .ipWidget-Image
{
  padding: 5px;
}

#ipBlock-main  .ipWidget-Gallery
{
  padding: 5px;
}

#ipBlock-main  .ipsContainer 
{
  font-family: Poppins;
  color: #a9b4c7;
  border: 1px solid #384967;
  border-radius: 10px;
  padding: 30px 40px;

}

#ipBlock-main  .ipsContainer strong
{
  font-size: 20px;
  color: white;
  text-transform: uppercase;
 }

.ipWidget .button
{
  background-color: transparent;
  border-style: solid;
  border-radius: 20px;


}


.ipsContainer 
{

}
/*
    Structure
*/





.navbar1 ul ul {
     /* QuickStart theme doesn't support more than one level deep menu */
    display: none;

}


.navbarfooter {margin-top: 10px; }
.navbarfooter ul {width:100%; list-style:none; }
.navbarfooter > ul  { display: flex;  justify-content:space-between; }
  .navbarfooter > ul >li  { text-align: left;}
/*.navbarfooter ul li {float:left; width:135px; font-weight:bold; text-align: left; }*/
.navbarfooter ul li ul {padding:0; }
.navbarfooter > ul > li > ul { padding-top: 10px;}
.navbarfooter ul li ul li {float:none; padding: 0; font-weight:normal;  }

.navbarfooter ul li a {color: white;  }
.navbarfooter ul li a:hover {text-decoration: none; color: #6deba1; }

.upbutton  {
    position: fixed;
    bottom: 10px;
    right: 20px;
  

}


.upbutton a {
    color: #008478;
    background-color: #fff;
    text-decoration: none;
        background: #fff;
    border-right: 1px solid #ddd;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 25px;
}
.upbutton a:hover {
    background: #008478;
    color: #fff;
}


#ipBlock-bottom 
{
clear: both;
padding: 5px;
display: table;
}

#ipBlock-bottom img
{
    width: 280px;
    height: 280px;
    object-fit: cover;
}

#ipBlock-bottom h2
{
color: black;
font-size: 16px;
}

  ._date {
    display: none;
  }
#ipBlock-bottom > div  ._date + div
{
  display: none;
}
#ipBlock-bottom .ipWidget .ipNewsList > ._newsItem

{

min-height: 200px;
display: table-cell;
width: 30%;
padding: 5px;
margin: 10px;

}

#ipBlock-bottom .ipWidget .ipNewsList ._newsItem img
{
  float: none;
}


._more {
display: block;
padding-top: 10px;


}


#ipBlock-countries .ipsCol a:hover img
{
    
    transform: scale(1.2);
}




._more {
display: block;
padding-top: 10px;


}




footer
{   
    background-color: #24324a;
    padding-top: 50px;
    text-align: center;
    color: #008478;
    min-height: 300px;


}


footer .search {margin-bottom: 20px;}
.poweredby {

 text-align: left;
 

}