@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

body {
    font-family: "Roboto Slab", serif;
}

.block {
    padding: 20px 0;
}

#page {
    overflow: hidden;
}

.slick-slider .slick-prev {
    left: 15px;
}

.slick-slider .slick-next {
    right: 15px;
}

.slider-home:hover {
    cursor: pointer;
}

.home .sidebar-content .site-main,
.home .content-sidebar .site-main {
    width: 100%;
}

.site-header.header-logo .main-navigation ul.menu {
    float: left;
}

.block-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
    border-bottom: 1px solid #047640;
    display: block;
    width: 100%;
}

.block-title span {
    font-size: 24px;
    align-items: center;
    background: #047640;
    color: #fff;
    display: inline-flex;
    padding: 0 19px 0 14px;
    border-top-right-radius: 30px;
    height: 44px;
    line-height: 44px;
}

.reason-item {
    border-radius: 10px;
    padding: 40px;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 34px #d7d8de69;
    background: linear-gradient(151.71deg, #147bee, #339ce4) !important;
    overflow: hidden;
    height: 100%;
}

.reason-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    text-align: center;
}

.reason-shape {
    position: absolute;
    right: 0;
    top: 23px;
    z-index: -1;
}

.reason-content {
    color: #fff;
    border-radius: 6px;
    padding: 12px;
    background: #ffffff0d;
    width: 100%;
    text-align: justify;
}

.path-item {
    border-radius: 5px;
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    border: 1px solid #e6e3f1;
    height: 100%;
}

.path-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
    transition: .4s;
    color: #047640;
}

.path-content {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.path-number {
    font-size: 100px;
    font-weight: 800;
    opacity: .3;
    display: inline-block;
    line-height: 70px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: -1;
    color: #009688;
}

.post-cate-item {
    border: 1px solid #CFDDE2;
    border-radius: 10px;
    background-color: #fff;
}

.post-cate-thumb {
    border-radius: 10px 10px 0 60px;
    overflow: hidden;
    position: relative;
    margin: -1px -1px 0;
}

.post-cate-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #047640;
    opacity: .6;
    pointer-events: none;
    transition: all .3s ease-out 0s;
}

.post-cate-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 416 / 340;
    object-fit: cover;
}

.post-cate-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    gap: 10px;
}

.post-cate-link-arrow a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecf6fa;
    border: 1px solid #cfdde2;
    border-radius: 50%;
    color: #047640;
    font-size: 18px;
    line-height: 0;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}

.post-cate-link-arrow a svg {
    width: 20px;
}

.post-cate-left-side-content a {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.post-cate-item:hover .post-cate-thumb::before {
    height: 100%;
}

.post-custom-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.post-custom-thumbnail {
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    margin-right: 24px
}

.post-custom-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.post-custom-label {
    background: #91bd3a;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    padding: 3px 7px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
    display: inline;
}

.post-custom-title {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: black;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.7em;
    word-break: break-word;
    margin: 10px 0;
}

.post-custom-meta-date,
.media-post-date {
    font-size: 12px;
    color: #6f6f6f;
}

.post-custom-item {
    display: flex;
}

.post-custom-meta-wrap {
    flex: 1;
}

.news-block .post-custom-item-larger {
    display: block;
    position: relative;
}

.news-block .post-custom-item-larger .post-custom-thumbnail {
    width: 100%;
    height: calc((120px * 4) + (24px * 3));
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.news-block .post-custom-item-larger .post-custom-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.news-block .post-custom-item-larger .post-custom-thumbnail img {
    object-fit: cover;
    aspect-ratio: unset;
}

.news-block .post-custom-item-larger .post-custom-meta-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    z-index: 2;
}

.news-block .post-custom-item-larger .post-custom-title {
    color: white;
    font-size: 34px;
}

.news-block .post-custom-item-larger .post-custom-meta-date {
    color: white;
}

.news-block-two .post-custom-item {
    flex-direction: column;
}

.news-block-two .post-custom-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 294 / 190;
    position: relative;
}

.news-block-two .post-custom-label {
    position: absolute;
    top: 14px;
    left: 14px;
}

.post-custom-meta-excerpt {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-block-two .post-custom-item-larger .post-custom-title {
    font-size: 28px;
}

.media-post-item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.media-post-thumbnail {
    display: block;
    overflow: hidden;
}

.media-post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 255;
    object-fit: cover;
}

.media-post-label {
    background: #91bd3a;
    position: absolute;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    padding: 3px 7px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.media-post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    z-index: 2;
}

.media-post-date {
    color: white;
}

.media-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.view-more {
    margin: 0 auto;
    display: inline;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    background: #ffc107;
    transition: all .4s ease 0s;
    border-radius: 5px;
}

.wpforms-container .wpforms-field {
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.wpforms-submit {
    background-color: #ffc107 !important;
    width: 100% !important;
    border: none !important;
}

.slider-brand-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.slider-brand-item a img {
    height: 100%;
    width: auto;
}

.footer-widgets {
    background: #047640;
    color: #fff;
    border-top: 1px solid #303030;
    padding: 60px 0 30px;
}

.site-info {
    background: #047640;
}

.site-info .wrap {
    padding: 30px 0 35px;
    border-top: 1px solid #fff;
}

.widget_information ul li {
    padding-left: 0;
}

.widget_information ul li span {
    font-weight: bold;
}

.widget_information li.label-company {
    font-weight: 400;
    text-transform: unset;
    font-style: italic;
}

.flags {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flag-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin: 0 4px;
}

.flag-item img {
    width: 100%;
    height: auto;
}

.site-header.header-logo .main-navigation ul.menu>li>a {
    height: 40px;
    line-height: 40px;
}

.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a img {
    width: 100px;
    height: auto;
}

.main-navigation ul.menu>li>a:hover,
.main-navigation ul.menu>li.current-menu-item>a,
.site-header.logo-left .main-navigation ul.menu>li>a:hover,
.site-header.logo-left .main-navigation ul.menu>li.current-menu-item>a {
    color: #047640 !important;
}

.header-main {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page-title,
h1.entry-title {
    color: #047640;
}

.sh-blog-shortcode.style-1 .element .entry-thumb {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.entry-content {
    overflow: hidden;
}

#metu .tg-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 9999;
}

#metu .mmt-app {
    position: relative;
    display: flex;
    flex-direction: row;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    justify-content: center;
    box-sizing: border-box;
    min-height: 56px;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

#metu .mmt-menu__item--mobile {
    background-color: hsla(0, 0%, 100%, 0.2);
    margin: 10px 5px;
}

#metu .mmt-button--mobile {
    height: 40px;
    justify-content: center;
}

#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 10px;
    flex-direction: row;
    cursor: pointer;
}

#metu .mmt-button--mobile .mmt-button__icon {
    margin-right: 10px;
}

#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box;
}

#metu .mmt-button--mobile .mmt-button__label {
    font-size: 12px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#metu .mmt-button--mobile .mmt-button__label a {
    color: #fff;
}

.metu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #c00d00 !important;
    opacity: 1;
    color: rgb(232, 232, 232);
    border-top: 1px solid #efefef;
}

.page-title,
h1.entry-title {
    margin-top: 24px;
}

.create-profile {
    position: fixed;
    top: 40%;
    right: 0;
    width: 71px;
    height: 77px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #c00d00;
    padding: 10px 3px;
    z-index: 100000;
}

.create-profile a {
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.create-profile a .img {
    margin-bottom: 5px;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

.sh-blog-shortcode.style-1 .element.item-new .post-inner {
    display: flex;
    flex-direction: column;
}

.sh-blog-shortcode.style-1 .element .entry-thumb {
    float: unset;
    width: 100%;
    margin-bottom: 24px;
}

.sh-blog-shortcode .element .entry-thumb a {
    aspect-ratio: 306 / 204;
    overflow: hidden;
}

.sh-blog-shortcode .element .entry-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sh-blog-shortcode.style-1 .element.item-new {
    margin-bottom: 24px;
}

.sh-blog-shortcode.style-1 .element .entry-title a {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sh-blog-shortcode.style-1 .element .entry-description p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

table {
    border: 1px solid #000;
    width: 100%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid #000;
}

.sidebar .widget-title {
    padding-bottom: 15px !important;
    text-align: left !important;
    line-height: 1.2 !important;
    font-size: 20px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px solid #ebebeb !important;
    width: 100% !important;
    background-color: transparent !important;
    color: #000;
    padding: 0;
    font-weight: bold;
}

.sidebar .widget_nav_menu>div,
.widget_supports .list-supporter,
.sidebar .content-feature-page,
.sidebar .slider-products,
.sidebar .list-post-item,
.sidebar .widget_text .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
    border: none;
    padding: 0 !important;
}

.widget .list-post-item li {
    display: flex !important;
    align-items: center;
}

.widget .list-post-item li>a {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.widget .list-post-item h3 {
    flex: 1;
    margin-left: 20px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.media-post-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single .entry-content p,
.single .entry-content ol,
.single .entry-content ul {
    font-size: 16px;
}

.related-posts ul li a {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .logo-wrap {
        padding-right: 40px;
    }

    .reason-title {
        font-size: 28px;
    }

    .reason-item {
        padding: 35px;
    }

    .path-item {
        padding: 35px;
    }

    .news-block .post-custom-item-larger .post-custom-thumbnail {
        height: auto;
    }

    .news-block .post-custom-item-larger .post-custom-title {
        font-size: 24px;
    }

    .news-block .post-custom-item-larger .post-custom-meta-wrap {
        padding: 12px;
    }

    .news-block-two .post-custom-item-larger .post-custom-title {
        font-size: 24px;
    }

    .media-post-item {
        margin-bottom: 12px;
    }

    .reason-content,
    .path-content,
    .post-custom-meta-excerpt {
        font-size: 18px !important;
    }

    .accordion-button {
        font-size: 18px;
    }

    .accordion-body {
        font-size: 16px;
    }

    .entry-content * {
        font-size: 18px !important;
        text-align: justify;
    }
}