@media (min-width: 992px)
{
.main-navigation .menu-item:hover > a
{
color:white;
}
.main-navigation a {
    color: #f9a602;
    }
.main-navigation .menu-item:first-child
{
    border-left: 1px solid #313131;
}
.main-navigation .menu-item
{
  border-right: 1px solid #313131;
}
.header__logo img
{
margin-top:0;
padding:25px 0;
width:200px;
}
.header::before, .header::after,
.top__container::before,
.top::before,
.top::after{
display:none;
}
ul.icon-info {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding:25px 0;
}
ul.icon-info li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
ul.icon-info li .title {
    font-weight: 700;
    font-size: 20px;
}
ul.icon-info li .des {
    font-size: 15px;
}
header .top
{
    background: #000;
        border-bottom: transparent;
    border-color: transparent;
}
.page-template-template-front-page-slider .header {
    background: #000;
       border-top: 1px solid #313131;
}
.header__navigation
{
background:black;
}
}
@media only screen and (min-width: 1000px)
{
ul.icon-info li img {
    margin-right: 10px;
}
} 
@media (min-width: 1200px)
{
.main-navigation a {
    padding: 10px 19px;
}
}
.header__featured-link
{
display:none;
}  

.three-icon-container {
    padding: 30px 0;
}
.background-container {
    background: #eee;
}
.three-icon {
    margin-top: 30px;
}
.three-icon .item-icon {
    text-align: center;
}
.three-icon .item-icon .radius {
    background: #f9a602;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
}
.three-icon .item-icon .radius img {
    height: auto;
}
.title-icon {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #000;
}
.sub-icon {
    color: #3a3939;
} 
.item-services {
    margin-bottom: 15px;
}
.item-services a {
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 10px 5px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    min-height: 125px;
    margin-bottom: 20px;
}
.item-services .thumb {
    width: 23%;
    margin-right: 2%;
}
.item-services .content {
    line-height: 1.5em;
    width: 75%;
}
.item-services a img {
    margin-right: 0;
}
.item-services h3 {
    color: #000;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
}
.item-services a .desc {
    font-size: 15px;
    line-height: 18px;
    margin-top: 6px;
} 
h2.section-title {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3%;
    margin-top: 3%;
}
.section-title-center {
	text-align: center;
}
h2.section-title b {
    display: block;
    -webkit-flex: 1;
    flex: 1;
    height: 2px;
    background: #f9a602;
}
h2.section-title span a, h2.section-title span .no-link {
	color: #000;
    padding: 3px 30px;
    background: #f9a602;
    border-radius: 3px;
    transition: all ease .4s;
    letter-spacing: 2px;
    font-weight: 600;
} 
.latest-news--block .latest-news__date
{
display:none;
}
.card-block
{
padding:0;
background:#fbfbfb;
}
.latest-news--block .latest-news__title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px;
    min-height: 80px;
    display: flex;
    justify-content: left;
    align-items: center;    
    border-bottom: 1px solid #eee;
    color:#27406d;
}
.latest-news--block .latest-news__text
{
padding:5px 10px;
    color: #404040;
}
@media (min-width:991px)
{
.card.latest-news
{
margin-bottom:25px;
}
} 
.header
{
background:black;
    border-top: 1px solid #313131;
} 
@media (min-width: 1200px)
{
.catnew .entry__container {
    padding: 25px 20px;
}
}
.catnew .entry__meta {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.catnew .entry__title
{
margin-bottom:0;
}
.catnew .entry__content.entry-content p
{
    color: #404040;
}
.catnew .entry__container {
    border: none;
    border-left: none;
  }
  .catnew .entry
  {
  float: none;
    position: relative;
    display: flex;
    border: 1px solid #eff0f3;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    padding:0;
  }
  .catnew .entry__title a
  {
  color:#27406d;
  }
  .catnew .meta__item
  { 
  font-size:12px;}
  .entry__date {
    color: grey;
    font-size:12px;
    }
.catnew .meta a,.meta__item
    {
     color: grey;
    }
    .entry__content.entry-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
.catnew .read-more-section {
    text-align: right;
    margin: 20px 0 0 0;
    padding: 0;
}
.catnew p.read-more-section a {
    cursor: pointer;
    border: 0;
    padding: 5px 12px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #f9a602;
    color: #fff;
    border-radius: 3px;
    transition: all ease .3s;
}
.catnew .entry:hover
{
    box-shadow: 0 1px 20px rgba(0,0,0,.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-color: transparent;
}
@media (max-width:767px)
{
.header__logo img {
    position: absolute;
    top: -10px;
    width: 80%;
}
.header__logo
{
margin:0;
}
.page-template-template-front-page-slider .header
{
    z-index: 0;
}
.catnew .entry .col-sm-4,
.catnew .read-more-section
{
text-align:center;
}
.catnew .entry
{
display:block;
padding:0 10px;
border-none;
}
.header__logo
{
float:none;
}
.icon-info
{
display:none;
}
}   