.section-bg-top {
    height: 260px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    position: relative;
}

.section-bg-top .inner-title {
    width: 100%;
    position: relative;
    display: block;
    padding: 80px 0;
    color: #FFF;
}

.section-bg-top .inner-title h1 {
    margin-bottom: 15px;
}

ul.breadcrumb-style {
    width: 100%;
    position: relative;
    display: block;
}

ul.breadcrumb-style li {
    display: inline;
    margin-right: 5px;
}

ul.breadcrumb-style li a {
    color: #FFF;
}

ul.breadcrumb-style li:after {
    content: '\e823';
    margin-left: 7px;
    font-family: 'revicons';
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

ul.breadcrumb-style li:last-child:after {
    display: none;
}
.logo img {
    max-width: 80px;
}
a.logo-footer {
    max-width: 240px;
}
.custom.footer {
    padding: 70px 0 20px;
}
.section-row--fit.custom-static {
    margin-top: 35px;
    width: 100%;
    position: relative;
    display: block;
}

.section-row--fit.custom-static .media-statistic {
    width: 100%;
    margin-bottom: 30px;
}
.media-statistic .media__icon:before {
    display: none;
}
.media-team .title--sm {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #222;
}
.page-about .media-statistic .media__icon {width: 70px;height: 70px;margin-left: 0;}
section.nav-projects {
    position: relative;
    display: block;
    padding-top: 100px;
    padding-bottom: 60px;
}

ul.list-cat-projects {
    text-align: center;
    display: block;
    position: relative;
}

ul.list-cat-projects li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

ul.list-cat-projects li a {
    padding: 0px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

ul.list-cat-projects li.active a,ul.list-cat-projects li.active a:hover {
    background: #222;
    color: #fff;
}

ul.list-cat-projects li a:hover {
    color: #2196F3;
}
.wp-post-image{
    display: block;
    margin: auto;
    margin-bottom: 40px;
   
}
.blog .entry-image>a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
    background-position: 50% 50%;
    background-size: cover;
}

.blog .entry-image>a>img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.title-1{
    font-size: 32px;
}

main#main {
    min-height: 60vh;
}
h3.media__title {
    font-size: 18px;
}
.page-about .media__body h3, .page-about .media__body h4 {
    margin-bottom: 5px;
    margin-top: 12px;
}

.page-about .media__body p {
    line-height: 24px;
}

.page-about .media__body ul, .page-about .media__body ol {
    list-style: disc;
    padding-left: 20px;
    line-height: 20px;
}

.page-about .media__body ul li {
    margin-bottom: 12px;
}

.page-about .media__body strong {
    text-transform: initial !important;
}

header#header{
    background-color: #222222;
}

header#header .header--fixed {
    background-color: rgb(21 21 21 / 82%);
}

header#header .logo img {
    max-width: 100px;
}

header#header .header-nav-menu .menu-item a, header#header .list-social__item a {
    color: #FFFFFF;
    font-weight: 00;
}

header#header .header-nav-menu .menu-item a:hover, header#header .list-social__item a:hover {
    color: #cdad57
}

.header-mobile .header-mobile__bar {
    padding: 0;
}

.header-mobile nav.header-nav-menu-mobile {
    margin: 0;
    padding-bottom: 20px;
}

.header-mobile button.hamburger {
    color: #cdad57;
    border-color: #cdad57;
}

.header-mobile .hamburger-inner, .header-mobile .hamburger-inner:before,.header-mobile .hamburger-inner:after{
    background-color: #cdad57 !important;
}

.header-mobile .hamburger-inner:hover, .header-mobile .hamburger-inner:hover:before,.header-mobile .hamburger-inner:hover:after{
    background-color: #cdad57 !important;
}