/* Add here all your CSS customizations */
.custom-div p,
.custom-div h1,
.custom-div h2,
.custom-div h3,
.custom-div h4,
.custom-div span {
    color: unset !important;
}

.sidebar-simple-post-list-im {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.custom-form {
    margin-bottom: 30px;
}

.section-half .custom-form {
    margin-top: 30px;
}

.color-parent * {
    color: unset !important;
}

.counter picture img {
    width: 30px;
    height: 35px;
    object-fit: contain;
}

.map-full-inside,
.map-full {
    width: 100% !important;
}

/*.--classic.left {*/
/*    text-align: left;*/
/*    justify-content: flex-start;*/
/*}*/

/*.--classic.center {*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*}*/

/*.--classic.right {*/
/*    text-align: right;*/
/*    justify-content: flex-end;*/
/*}*/

.right {
    flex-direction: row-reverse;
}

.right .p-static {
    text-align: right;
}

.right .breadcrumb {
    text-align: left !important;
}

.left {
    flex-direction: row;
}

.left .p-static {
    text-align: left;
}

.left .breadcrumb {
    text-align: right !important;
}

.left {
    flex-direction: row;
}

.left .p-static {
    text-align: left;
}

.left .breadcrumb {
    text-align: right !important;
}


.center {
    flex-direction: column-reverse;
}

.center .p-static {
    text-align: center;
}

.center .breadcrumb {
    text-align: center !important;
}

.accordion .card-header a picture img {
    width: 20px;
    height: 16px;
    object-fit: contain;
}

.tab-content img {
    object-fit: contain;
}

.blog-posts video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.blog-posts img {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
}

.blog-posts:not(.blog-posts-no-margins) .pagination {
    margin:20px 0;
}

.img-responsive {
    width: 100%;
}

.blog-posts iframe,
.blog-posts video {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.post-image .owl-carousel .owl-item img {
    max-height: 400px;
    object-fit: contain;
}

figure {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

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

.video-foreground,
.video-background iframe {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    pointer-events: none;
}

.page-header {
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

a:hover {
    text-decoration: none;
}

.pagination {
    margin: 20px 0;
}

.--no-bg-arrows .owl-carousel .owl-nav button[class*="owl-"] {
    background-color: transparent;
    color: #08c;
}

.--no-bg-arrows .owl-carousel .owl-nav button[class*="owl-"]::before,
.--no-bg-arrows .owl-carousel .owl-nav button[class*="owl-"]::before {
    font-size: inherit;
}

.--bg-arrows .owl-carousel.nav-style-1 .owl-nav button {
    width:30px;
    height: 30px;
    background-color: #08c !important;
    border-color: #08c #08c #069 !important;
    color: #FFF !important;
}

.--bg-arrows .owl-carousel .owl-nav button.owl-next:before,
.--bg-arrows .owl-carousel .owl-nav button.owl-prev:before{
    font-size: 0.5rem;
}

.featured-boxes-flat .featured-box .box-content {
    height: 100%;
}

.success {
    text-align: center;
    border-color: #c3e6cb;
}

.card-body .errors {
    color:#e1554c;
    display: flex;
    justify-content: center;
}

.card-body input[type='submit'] {
    margin: 0 auto 5px auto;
    display: block;
}

.--without-arrows .owl-nav {
    display: none;
}

.--no-bg-arrows .owl-carousel .owl-nav button span {
    opacity: 0;
}

.--bg-arrows .owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #08c !important;
    border-color: #08c #08c #069 !important;
    color: #FFF !important;
    width: 30px !important;
    height: 30px !important;
}

.--bg-arrows .owl-carousel .owl-nav button[class*="owl-"]:hover {
    background-color: #08c !important;
    border-color: #08c #08c #069 !important;
    color: #FFF !important;
}

.--bg-arrows .owl-carousel.full-width  .owl-nav button[class*="owl-"] {
    height: unset !important;
}

.logo-link-img {
    object-fit: contain;
}

.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 1;
}

@media (max-width: 1215px) {
    .logo-inner {
        height: 48px !important;
    }

    /*#header .header-logo img {
        top: -16px !important;
    }*/
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 100%;
    float: left;

}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 50%;
        float: left;
    }
}

.media-order {
    order: 2;
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 33.33%;
        float: left;
    }

    .media-order {
        order: unset;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.--bg-arrows .owl-nav button span,
.--no-bg-arrows .owl-nav button span {
    display: none;
}

#header {
    height: 100% !important;
}

#header .header-nav-features {
    position: static;
}

.header__social-inner {
    width: 100%;
}

#header .header-body {
    border: none;
}

/*#header .header-column {*/
/*    position: relative;*/
/*}*/

.ytp-chrome-top .ytp-show-cards-title {
    opacity: 0;
}

.video-background {
    background: #000 !important;
    position: absolute !important;
    top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important;
    z-index: -99 !important;
}

.section.section-text-light .video-background {
    height: 600px;
}

.video-foreground,
.video-background iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300% !important;
        top: -100% !important;
        padding: 29% !important;
    }

    .section.section-text-light .video-foreground {
        height: 300% !important;
        top: -100% !important;
        left: -100% !important;
        padding: 100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground { width: 300% !important; left: -100% !important; padding: 29% !important; }
}

.bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.by-clear-carousel-center-active-item .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.by-clear-carousel-center-active-item .owl-carousel.carousel-center-active-item .owl-item {
    margin: 0 10px;
}

.--four {
    position: relative;
    padding: 118px 0 !important;
}

.--four .blog-posts {
    margin-bottom: 70px;
}

.--four .title-four {
    display: flex;
    align-items: center;
    margin-bottom: 61px;
    padding: 0 17px;
}

.grids-top-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.content-grids {
    display: flex;
}

.--four .title-smoll-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 14px;
}

@media (max-width: 640px) {
    .--four .title-smoll-card {
        flex-wrap: wrap;
    }
}

.--four .title-left, .--four .title-right {
    width: 100%;
}

.--four .title-left {
    margin-right: 15px;
}

.--four .title-right {
    margin-left: 15px;
}

.--four .title-left .title, .--four .title-right .title {
    padding: 20px 0 20px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    background: #08c;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 640px) {
    .--four .title-left {
        margin-right: 15px;
    }

    .--four .title-right {
        margin-left: 15px;
    }
}

@media (max-width: 1023px) {
    .content-grids {
        flex-wrap: wrap;
    }
}

.py-4.--frigos {
    background: #eee;
    padding: 120px 0 !important;
    position: relative;
}

.py-4.--frigos .title-dropdown-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 51px;
}

.py-4.--grid-smoll .blog-posts:not(.blog-posts-no-margins) article {
    display: flex;
    align-items: stretch;
    min-height: 90px;
    margin-bottom: 30px !important;
}

.py-4.--grid-smoll .blog-posts:not(.blog-posts-no-margins) article .post-image {
    min-width: 90px;
    max-width: 90px;
}

.py-4.--frigos .post-content {
    padding: 30px;
    background: #fff;
}

.py-4.--grid-tree .post-image img {
    width: 100%;
}

.py-4.--grid-smoll .blog-posts:not(.blog-posts-no-margins) article .post-content {
    width: 100%;
    padding: 10px;
    max-width: 100%;
}

.py-4.--grid-smoll .blog-posts:not(.blog-posts-no-margins) article .post-content h2 {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    margin-top: 0 !important;
    line-height: 100% !important;
}

.py-4.--grid-smoll .blog-posts:not(.blog-posts-no-margins) article .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.py-4.--frigos .blog-posts:not(.blog-posts-no-margins) article {
    margin-bottom: 30px !important;
}

.py-4.--frigos .blog-posts:not(.blog-posts-no-margins) article {
    margin-bottom: 30px !important;
}

.py-4.--frigos .by-clear iframe,
.py-4.--frigos .by-clear img {
    height: 197px;
    margin-bottom: 0;
}

.py-4.--frigos .--grid-tree .post-image img,
.py-4.--frigos .--grid-tree .post-image iframe {
    height: 143px;
    margin-bottom: 0;
}

.py-4.--frigos .--grid-tree .post-content {
    min-height: 233px;
}

.--grid-smoll h2,
.--grid-smoll h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.py-4.--frigos .--grid-smoll article .post-image iframe,
.py-4.--frigos .--grid-smoll article .post-image .embed-responsive.embed-responsive-16by9{
    height: 100%;
}



.--four .title-left .post-content, .--four .title-right .post-content {
    padding: 15px;
    min-height: 215px;
}

.--four .blog-posts:not(.blog-posts-no-margins) article {
    background: #ffffff;
}

.col-md-4 .post-content {
    background-color: #eee;
    padding: 20px;
}

.title-four .--grids p {
    margin-left: 20px;
    margin-bottom: 0;
}

.title-dropdown {
    display: flex;
    align-items: center;
}

.title-dropdown-wrapper h2 {
    margin: 0 auto 0 0;
}

.title-dropdown img {
    width: auto;
    margin-bottom: 0;
}

.title-dropdown-wrapper p {
    margin-left: 20px;
    margin-bottom: 0;
    margin-right: auto;
}

video {
    display: block;
}


.left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul.simple-post-list .left .post-image {
    max-width: 130px;
    width: 100%;
    margin-right: 12px;
}

.sidebar ul.nav-list li a:hover {
    background: lightgrey;
}

ul.simple-post-list.card-sidebar li {
    padding: 0;
}

ul.simple-post-list.card-sidebar li a {
    width: 100%;
    padding: 15px 0;
}

.sidebar .simple-post-list li.list-link {
    padding:0;
}

.sidebar .simple-post-list li.list-link a {
    width: 100%;
    display: block;
    padding: 15px 0;
}

ul.simple-post-list .center .post-image {
    margin-right: 0;
}

.left img,
.left iframe,
.left .embed-responsive.embed-responsive-16by9 {
    height: 74px !important;
    width: 130px !important;
    min-width: 130px;
    margin-bottom: 0;
}

.center {
    display: flex;
    flex-direction: column;
}

.center img,
.center iframe {
    height: 161px !important;
    width: 100%;
    object-fit: cover;
}


/*page header add class position*/

.rightAll,
.leftAll {
    flex-direction: column;
}

@media (max-width: 768px) {
    .rightAll,
    .leftAll {
        flex-direction: unset;
    }

    /*#header .header-column.top .header-row.pt-3 {
        flex-direction: column-reverse;
    }*/

    /*#header .header-logo img {
        top: -58px !important;
    }*/

    html.sticky-header-active #header .header-logo img {
        top: 39px !important;
    }

    .logo-inner {
        height: 0 !important;
    }
}

.rightAll {
    text-align: right !important;
}

.leftAll {
    text-align: left !important;
}

.rightAll > div {
    width: 100% !important;
    max-width: 100% !important;
    text-align: right;
    margin-bottom: 20px;
}

.rightAll > div:last-child,
.leftAll > div:last-child {
    margin-bottom: 0;
}

.leftAll > div {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
    margin-bottom: 20px;
}

/*container(box) for carousel*/

@media (min-width: 576px) {
    .box {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .box {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    .box {
        max-width: 960px;
    }

    #header.header-left .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
        min-width: 700px;
    }

    #header.header-left .header-nav-main nav > ul > li.dropdown-mega:hover > .dropdown-menu {
        top: -71px;
        left: 122px;
    }

    #header.header-left .header-nav-main nav > ul > li.dropdown-mega {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .box {
        max-width: 1140px;
    }
}

.a-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #f78f8f;
    padding: 10px 20px;
    border-radius: 6px;
    border-bottom: solid 2px #c06666;
    transition: all 0.1s ease;
}

.a-link:hover {
    background: #333;
    border-color: #000;
    color: white;
}

.grid-media {
    height: 450px;
    object-fit: cover;
}

.grid-media img {
    width: 100%;
}

.selector-gri-two .grid-media {
    height: 303px;
}

.selector-gri-tree .grid-media,
.selector-gri-tree .embed-responsive.embed-responsive-16by9 {
    height: 180px;
}

.selector-gri-four .grid-media {
    height: 143px;
    width: 100%;
}

article .post-image .embed-responsive.embed-responsive-16by9 {
    border-radius: 4px;
}

.selector-gri-five .grid-media {
    height: 117px;
}

.selector-gri-full .grid-media {
    height: 180px;
}

.selector-gri-full .embed-responsive {
    overflow: unset;
    height: 180px;
}

.--left .thumb-info-wrapper img,
.--left .thumb-info-wrapper video {
    height: 100%;
    object-fit: cover;
}

.--left .thumb-info-wrapper span {
    height: auto;
}

.--left .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded {
    height: 100%;
}

.--left .thumb-info-wrapper,
.--left .thumb-info-wrapper div {
    height: 100%;
}

.--left .thumb-info-wrapper .embed-responsive {
    height: 100%;
}

.rev_slider img,
.tp-simpleresponsive img {
    width: 100%;
}

.open {
    background: #80808096;
}

.dropdown-item .fa-user,
.dropdown-item .fa-users {
    transform: translateY(-1px);
}

.dropdown-item .fa-user::before,
.dropdown-item .fa-users::before{
    content: "\f007";
    font-size: 0.6rem;
}

#header .header-nav-main nav > ul > li > a {
    min-height: 40px;
}

.row-reverse {
    flex-direction: column-reverse;
}

.rev_slider_wrapper .video-foreground {
    top: -105% !important;
}

.selector-gri-five .col-xs-15.col-sm-15.col-md-15.col-lg-15 article {
    display: flex;
    flex-direction: column;
}

.selector-gri-five .col-xs-15.col-sm-15.col-md-15.col-lg-15 article .post-content {
    background-color: #eee;
    padding: 20px;
}

.wide .container-xl {
    max-width: 100%;
}

.owl-carousel {
    margin-bottom: unset;
}

.carousel-default .owl-item img,
.carousel-default .owl-item .embed-responsive.embed-responsive-16by9{
    min-height: 165px;
    max-height: 165px;
    object-fit: cover;
}

.by-clear-carousel-center-active-item .owl-carousel .owl-item img,
.by-clear-carousel-center-active-item .owl-carousel .owl-item .embed-responsive.embed-responsive-16by9 {
    min-height: 272px;
    max-height: 272px;
    object-fit: cover;
}

.portfolio-item .thumb-info img {
    height: 168px;
    object-fit: cover;
}

.gallery img,
.gallery .embed-responsive embed,
.gallery .embed-responsive object,
.gallery .embed-responsive video,
.gallery .embed-responsive {
    width: 100%;
    height: 304px;
    object-fit: cover;
}

.gallery .embed-responsive iframe {
    height: 100%;
}

.right-sidebar .gallery img,
.right-sidebar .gallery video,
.right-sidebar .gallery .embed-responsive,
.left-sidebar .gallery img,
.left-sidebar .gallery video,
.left-sidebar .gallery .embed-responsive {
    height: 464px;
    object-fit: cover;
    width: 100%;
}

.right-sidebar .gallery iframe,
.left-sidebar .gallery iframe,
.no-sidebar .gallery {
    height: 100%;
}

.no-sidebar  .gallery img,
.no-sidebar  .gallery .embed-responsive embed,
.no-sidebar  .gallery .embed-responsive object,
.no-sidebar  .gallery .embed-responsive video,
.no-sidebar .gallery .embed-responsive {
    height: 624px;
    object-fit: cover;
    width: 100%;
}

.card-reference .embed-responsive {
    height: 100%;
}

.card-reference .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    height: 168px;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: unset;
}

.animation-on {
    animation-iteration-count: infinite;
}

.left-img {
    flex-direction: row;
}

.right-img {
    flex-direction: row-reverse;
}

.selector-gri-four .img-responsive {
    height: 160px;
    object-fit: cover;
}

/*header-left*/

.main.left-header {
    width: calc(100% - 255px);
    margin-left: auto;
}

#footer.left-header {
    width: calc(100% - 255px);
    margin-left: auto;
}

#header.header-left .header-social-icons {
    margin-left: 0;
}

/*#header .header-nav-top .nav > li > a,*/
/*#header .header-nav-top .nav > li > span,*/
/*#header .header-nav-features .header-nav-top-icon,*/
/*#header .header-nav-features .header-nav-top-icon-img*/
/*{*/
/*    color: white;*/
/*}*/

#header .header-nav  {
    padding: 16px 0 !important;
}

#header .header-nav-top .nav > li > span,
#header .header-nav-top .nav > li > a,
#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img,
#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-show-icon {
    color: unset;
}

#header .icon-social {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-right: 8px;
}

#header.header-left .header-nav-top .nav > li + .nav-item-left-border {
    margin-left: 0;
    padding-left: 0;
}

#header.header-left .header-nav-features {
    padding-left: 0;
}

#header.header-left .header-nav-top .nav > li > a {
    padding-left: 0;
}

#header.header-left .header-nav-features:not(.header-nav-features-no-border):before,
#header.header-left .header-nav-features:not(.header-nav-features-no-border):after {
    content: none;
}

#header.header-left {
    max-width: 255px;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background: white;
}
#header .header-row.pt-3 {
    flex-direction: column;
    padding-top: 0 !important;
}

#header.header-left .header__wrapper-social {
    flex-direction: column;
}

#header.header-left .current-page-active {
    margin: 0.5rem 1rem;
}

.header__wrapper-social {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

#header.header-left .header-row {
    flex-direction: column;
    flex-grow: unset;
    width: 100%;
    align-items: flex-start;
}

#header.header-left .header-container {
    height: 100%;
}

#header.header-left .header-nav-top .nav > li > span {
    padding-left: 0;
}

html.sticky-header-active #header.header-left .header-body {
    max-width: 255px;
    height: 100% !important;
    flex-direction: column;
    padding: 15px 25px;
    align-items: center;
    border-bottom: unset;
    box-shadow: none;
}

#header.header-left .header-logo {
    height: 108px;
    display: flex;
    align-items: center;
    border-bottom: transparent;
    box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}

#header.header-left .header-nav.social-block {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

#header.header-left .header-nav-main {
    margin-bottom: 50px;
}

#header.header-left .header-column.top {
    display: block;
    align-self: unset;
}

@media (min-width: 992px) {
    #header.header-left .header-nav {
        display: block;
        flex-grow: 0;
        justify-content: unset;
        align-self: unset;
    }
}
@media (max-width: 460px) {
    #header .header-nav-top {
        display: none;
    }
}

#header.header-left .header-nav-top {
    align-self: unset;
    align-items: unset;
    padding-left: 18px;
}

#header.header-left .nav {
    flex-direction: column;
    align-items: end;
}

@media (min-width: 992px) {
    #header .header-nav-main nav {
       display: block !important;
    }
}

.navigation-on-title .owl-carousel .owl-item img,
.navigation-on-title .owl-carousel .embed-responsive.embed-responsive-16by9 {
    height: 172.5px;
}

.full-width .owl-carousel .owl-item {
    padding: 0 5px;
}

.full-width .owl-carousel .owl-item img,
.full-width .owl-carousel .owl-item .embed-responsive.embed-responsive-16by9 {
    height: 212.3px;
}

.--four .grids-top-wrapper img,
.--four .grids-top-wrapper .embed-responsive {
    height: 165px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 0;
}

.--four .post-content {
    background: white;
}

.--four .content-grids .post-image img,
.--four .content-grids .embed-responsive {
    height: 118px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.--four .title-four.--grids img {
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 0;
    width: auto;
}

.--four .title-four.--grids p {
    margin-right: auto;
    margin-bottom: 0;
    font-size: 30.8px;
    color: #777;
    font-weight: 300;
}

.--four .post-content h2  {
    font-size: 22px;
    line-height: 100%;
}

.far.fa-folder,
.icon-pin.icons {
    display: none;
}

html.sticky-header-active #header .header-body {
    top: -60px !important;
}

header .nav {
    justify-content: flex-end;
}


#header .header-nav-features .header-nav-features-search-reveal-container {
    padding-top: 2.5px;
}

/*sidebar carouser*/

.simple-post-list.owl-carousel .owl-nav {
    top: -24px;
    transform: none;
    right: 0;
}

.simple-post-list.owl-carousel .owl-nav .owl-prev {
    left: unset;
    right: 30px;
}

.simple-post-list.owl-carousel li {
    padding: 0;
}

ul.simple-post-list.owl-carousel .post-image {
    width: 100%;
    height: 100%;
}


@media (min-width: 991px) {
    ul.simple-post-list.owl-carousel .embed-responsive,
    ul.simple-post-list.owl-carousel img {
        height: 128px;
    }
}



.container-title {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 15px;
}

.container-title h5 {
    margin-right: 10px;
}

.tab-content > .active {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    flex-wrap: nowrap;
}

.sidebar .simple-post-list li {
    transition: background 0.3s ease;
}

.sidebar .simple-post-list.owl-carousel li:hover {
    background: unset;
}

.sidebar .simple-post-list li:hover {
    background: lightgrey;
}

@media (max-width: 640px) {
    .form-row {
        flex-direction: column;
    }
}

.form-row .container-xl {
    max-width: 308px;
    margin-right: auto;
    margin-left: 0;
}

.form-row .card {
    width: 100%;
}

.tab-content {
    border: none;
    box-shadow: none;
    padding: 15px 0;
}

.container-title i {
    color: #212529;
}

.media-order .sidebar .blog-posts img {
    height: 170px;
}

.media-order .sidebar .owl-carousel img,
.media-order .sidebar .owl-carousel .embed-responsive.embed-responsive-16by9 {
    height: 370px;
    object-fit: cover;
}

@media (min-width: 991px) {
    .media-order .sidebar .owl-carousel img,
    .media-order .sidebar .owl-carousel .embed-responsive.embed-responsive-16by9 {
        height: 170px;
        object-fit: cover;
    }
}

.media-order .sidebar .owl-carousel .owl-nav {
    top: -38px;
}

.media-order .sidebar .owl-carousel .owl-nav button.owl-prev {
    left: unset;
    right: 30px;
}

.heading.heading-middle-border.active-border::before {
    display: block;
}

.heading.heading-middle-border::before {
    display: none;
}

.section .bg img {
    top: 0;
    height: 250%;
}

.section {
    width: 100%;
}

section.section {
    padding: 80px 0;
}

section.section .video-wrapper video {
    height: 180%;
}

.section .video-background {
    height: 250% !important;
}

.section.section-angled .video-background {
    top: -80% !important;
}

.heading.heading-middle-border::before {
    border-top: 1px solid #000000;
}

#header .header-body:not(.h-100) {
    height: auto !important;
}

.sidebar .tab-content {
    border: unset;
    box-shadow: unset;
    padding-left: 0;
    padding-right: 0;
}

.card-body p {
    color: unset;
}

.toggle-content p {
    color: unset;
}

.overlay .sm-wrapper.sm-wrapper .sm-overlay.sm-overlay {
    width: 100%;
}

.sm-wrapper.sm-wrapper .sm-overlay.sm-overlay {
    width: max-content;
}

.flag {
    object-fit: scale-down;
}

.hidden {
    display: none;
}

.list-document {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 255px;
}

.list-document span {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    display: block;
    color: #212529;
}

.list-document p {
    font-size: 14px;
    line-height: 24px;
    color: #08c;
    margin: 0 0 0 10px;
}

.list-document .icon-doc {
    display: block !important;
    color: #08c;
}


.list-document .list-document__item {
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: all 0.3s ease;
}

.list-document .list-document__item:hover {
    background: lightgrey;
}


.list.list-icons.list-primary.list-borders a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: all 0.3s ease;
}

.list.list-icons.list-primary.list-borders p {
    font-size: 14px;
    line-height: 24px;
    color: #08c;
    margin: 0 0 0 10px;
}

.list.list-icons.list-primary.list-borders a:hover {
    background: lightgrey;
}