html, body {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background-image: url('img/banner.webp');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    max-width: 1270px;
    font-family: "Noto Sans", sans-serif !important;
}

a {
    color: #000;
    text-decoration: unset;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1150px;
}

.space {
    padding: 20px 0;
}

.space .e-con-inner {
    padding: 0;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.25em;
    padding-bottom: 5px;
}

.main-site {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
}


.h1, h2, h3 {
    border-bottom: 2px solid rgba(0, 19, 53, 0.93);
}

.seo_title h1 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.seo_title h1 div {
    min-width: fit-content;
}

.seo_title h1 span {
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    margin: auto;
    opacity: .1;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bolder;
}

.content p {
    margin-bottom: 20px;
}

.content a {
    text-decoration: unset;
    color: #000;
    font-weight: 700;
}

.content ul {
    padding-left: 20px;
}

.content ul li {
    margin-bottom: 10px;
}

.content .home_contentBox {
    text-align: center;
    width: 800px;
    margin: auto;
    margin-bottom: 15px;
}

.content .home_contentBox p {
    background: rgb(0 0 0 / .05);
    font-size: .9em;
    font-style: italic;
    padding: .4em;
}

.content .home_contentBox img {
    width: 100%;
}

b, strong {
    font-weight: bolder;
}

/* ========================================================================== */
/* ================ HEADER            ======================================= */
/* ========================================================================== */
header {
    background: linear-gradient(to bottom, rgba(16 78 139), rgb(0 0 139));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    max-width: 1270px;
}

header a {
    color: #fff;
}

.header_top {
    padding: 7px 0;
}

.header_top .row {
    align-items: center;
}

.formmou .search-container {
    float: right;
}

.formmou input[type=text] {
    padding: 6px;
    margin-top: 8px;
    border: none;
}

.formmou .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    border: none;
    cursor: pointer;
}

.formmou .search-container button:hover {
    background: #ccc;
}

.top_logo {
    display: flex;
    align-items: center;
    gap: 30px
}

.top_logo .logo {
    width: 200px;
}

.formmou form .form_input {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.formmou form input {
    width: 80%;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / .1);
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    padding: 7px .75em;
    vertical-align: middle;
    height: 35px;
}

.formmou form input:hover {
    box-shadow: inset 0 -1.8em 1em 0 #fff0;
}

.formmou form input:focus, .formmou form input:active {
    outline: unset;
}

.top_form {
    width: 100%;
}

.formmou button {
    height: 35px;
    background: #000;
    border: 0;
    box-shadow: unset;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formmou button img {
    width: 20px;
}

.top_social {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.top_social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.top_social a img {
    width: 15px;
    height: 15px;
    object-fit: contain
}

.top_social .topbox_1 {
    background: #000;
}

.top_social .topbox_2 {
    background: #cb2320;
}

.top_social .topbox_3 {
    background: #0072b7;
}

.top_social .topbox_4 {
    background: #c33223;
}

.top_social .topbox_5 {
    background: #0099e5;
}

.top_social .topbox_6 {
    background: #9146fe;
}

.header_bottom {
    background: #003768ed;
}

.header_bottom .menu-wrapper_before {
    justify-content: center;
}

.header_bottom .menu-wrapper {
    margin-right: 0;
}

.header_bottom .wt_menu li {
    margin-right: 0;
    transition: all .3s;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
}

.header_bottom .wt_menu li a {
    display: flex;
    align-items: center;
    transition: all .3s;
    color: #fffc;
}

.header_bottom .wt_menu {
    display: flex;
    align-items: center;
    gap: 12px
}

.header_bottom .wt_menu .current-menu-item a, .header_bottom .wt_menu li:hover a {
    color: #f60303;
}

.header_bottom #main_menu {
    background: linear-gradient(to bottom, rgba(16 78 139), rgb(0 0 139));
    border-radius: 5px;
    padding: 10px 10px 11px;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1001;
    transform: translateY(-100%);
    animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.formmou form {
    position: relative;
}

.suggestions-box {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 3px;
    display: none;
    font-size: 14px;
    z-index: 50;
}

.suggestions-box div {
    padding: 10px;
    background: #fff;
    cursor: pointer;
}

.suggestions-box div:hover {
    background: #f9f9f9;
}

.back_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    transition: all .3s;
    font-size: 14px;
}

.back_top:hover {
    background: #001335;
}

.back_top:hover i {
    color: #fff;
}

.m_menu, .m_form {
    display: none;
}

/* ========================================================================== */
/* ================ CONTENT           ======================================= */
/* ========================================================================== */
.home_content {
    max-height: 500px;
    overflow-y: auto;
    overflow: auto;
    padding: 20px;
    box-shadow: 0 0 30px rgb(4, 160, 43, 0.95);
    border-radius: 10px;
    word-wrap: break-word;
    margin: 20px 0;
}

.home_content::-webkit-scrollbar {
    width: 8px
}

.home_content::-webkit-scrollbar-track {
    background: lightgray;
}

.home_content::-webkit-scrollbar-thumb {
    background: #000;
}

.form_content {
    width: 80%;
    margin: auto;
}

.form_content .formmou form input {
    width: 100%;
}

.form_content .formmou button {
    border-radius: 50%;
}

.form_content {
    margin-top: 30px;
    margin-bottom: 50px;
}

.h1mou h1 {
    color: #000 !important;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 800 !important;
}

/* ========================================================================== */
/* ================ POST              ======================================= */
/* ========================================================================== */
.post_box {
    max-width: 85% !important;
    margin: auto;
    padding: 20px 0;
}

.homepost_box {
    max-width: 100% !important;
    padding: 0 !important;
}

.day:before {
    display: none;
}

.elementor-post-date {
    background: #001335;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: 600;
}

.elementor-post-date span {
    display: block;
}

.elementor-post-date .month {
    font-size: 17px;
    font-weight: 700;
}

.elementor-posts .elementor-post, .post_box article {
    position: relative;
    overflow: visible;
}

.elementor-post__meta-data {
    position: absolute;
    top: 10%;
    left: -10px;
    z-index: 50;
    font-size: 12px;
    line-height: 1.1 !important;
}

.post_box h5 {
    color: #000;
    text-align: center;
    color: #000 !important;
    font-size: 18px;
}

.post_box h5 a:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #000;
    display: block;
    margin: 10px auto;
}

.post_divider {
    width: 35px;
    height: 4px;
    background: linear-gradient(89deg, #006343, #006343, #006343, #006343);
    display: block;
    margin: 15px auto 10px; 
}

.post_box h5 a {
    color: #000 !important;
    font-weight: 800 !important;
    position: relative;
}

.post_box .elementor-post__text {
    padding: 10px;
}

.post_box .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

.elementor-pagination {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
}

.elementor-pagination .page-numbers {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #001335;
    border-radius: 50%;
    transition: all .3s;
}

.elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers:hover {
    background: #001335;
    color: #fff;
}

.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
    font-size: 24px;
    padding-bottom: 5px;;
}

.post_search {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, [col-start] 1fr);
    max-width: 82% !important;
}

.single_header {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_header img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.single_header2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    gap: 5px;
    padding: 20px;
}

.single_header2 h1 {
    text-align: center;
}

.single_header2 a {
    opacity: .8;
    pointer-events: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.singlePage {
    padding: 0;
}

.single_content p em {
    border-left: 2px solid #000;
    padding: 5px 40px;
    margin: 35px 0;
    display: block;
    font-size: 20px;
}

.post_datema {
    font-size: 14px;
    text-transform: uppercase;
    opacity: .8;
}

.single_space {
    padding: 40px 0;
}

.side_box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.side_box ul {
    list-style: none;
    padding-left: 0;
}

.side_box ul li {
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}

.side_box .side_post ul {
    padding: 10px 0;
}

.side_box .side_post ul li {
    margin-bottom: 20px;
    font-size: 14px;
}

.side_box ul li a {
    display: flex;
    align-items: start;
    gap: 12px
}

.side_box .elementor-post__meta-data2 {
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}

.side_box .elementor-post-date {
    background: rgba(0,0,0,0.4) !important;
    width: 48px !important;
    height: 48px !important;
}

.single_title {
    margin-bottom: 20px;
    font-weight: 700;
}

.single_content .elementor-element {
    padding: 0;
}

.elementor-posts .elementor-post__excerpt p {
    color: #000;
    text-align: center;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    letter-spacing: 0.25px;
}

.single_content img {
    width: 100%;
}

.cat_link {
    text-align: center;
    font-size: 12px;
    border-bottom: 2px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 10px 0;
}

.cat_link a {
    font-weight: 600;
}

.post_next {
    display: flex;
    align-items: start;
    gap: 30px;
    justify-content: space-between;
    padding: 25px 0;
}

.post_admin {
    display: flex;
    align-items: start;
    gap: 20px;
}

.post_admin img {
    width: 140px;
    height: 140px;
    object-fit: cover
}

.post_adminBox div {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.post_adminBox p {
    font-size: 14px;
}

.single_box .line {
    background: linear-gradient(89deg, #006343, #006343, #006343, #006343);
    display: block;
    height: 3px;
    margin: 20px auto;
    max-width: 30px;
    width: 100%;
}

.addtoany_shortcode {
    text-align: center;
}

.addtoany_list a {
    border-radius: 50px;
    border: 2px solid silver; 
    width: 35px;
    height: 35px;
    color: silver;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.addtoany_list a:hover {
    border: 2px solid silver; 
}

.addtoany_list a span {
    opacity: 1 !important;
}

.addtoany_list a span svg path {
    fill: silver;
}

.addtoany_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.addtoany_list a.a2a_button_facebook:hover {
    background: #3a589d;
    border: 2px solid #3a589d; 
}

.addtoany_list a.a2a_button_twitter:hover {
    background: #2478ba;
    border: 2px solid #2478ba; 
}

.addtoany_list a.a2a_button_email:hover {
    background: #000;
    border: 2px solid #000; 
}

.addtoany_list a.a2a_button_pinterest:hover {
    background: #cb2320;
    border: 2px solid #cb2320; 
}

.addtoany_list a.a2a_button_linkedin:hover {
    background: #0072b7;
    border: 2px solid #0072b7; 
}

.addtoany_list a:hover path {
    fill: #fff
}

.post_next a {
    display: flex;
    align-items: center;
    gap: 10px
}

.post_next .float-end a {
    flex-direction: row-reverse;
    text-align: right;
}

/* ========================================================================== */
/* ================ FOOTER            ======================================= */
/* ========================================================================== */
footer {
    background: linear-gradient(to bottom, rgba(16 78 139), rgb(0 0 139));
    color: #fff;
}

footer .logo img {
    width: 220px;
    margin-bottom: 10px;
}

.footer_logo div {
    margin-bottom: 15px;
}

footer .copyright {
    padding: 12px;
    background: #000;
    color: #ffffff80;
    font-size: .9em;
    font-weight: 600;
}

footer .footer_menu {
    padding: 40px 0;
}

.footer_box ul {
    list-style: none;
    color: #fff;
    padding-left: 0;
    text-align: left !important;
}

.footer_box ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
}

.footer_box ul a {
    color: #f1f1f1;
}

.footer_box ul a:hover {
    color: #fff;
}

.footer_title, .side_box h4 {
    margin-bottom: 10px;
    background: linear-gradient(44.31deg, #006343 0%, #001335 35%, #006343 155%);
    padding: 9px 11px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer_box .line, .side_box .line {
    background: linear-gradient(89deg, #006343, #006343, #006343, #006343);
    display: block;
    height: 3px;
    margin: 1em 0;
    width: 30px;
}

/* ========================================================================== */
/* ================ MEDIA             ======================================= */
/* ========================================================================== */
@media only screen and (max-width: 1200px) {
    body.no-scroll {
        overflow: hidden;
        height: 100vh;
    }

    .back_top {
        display: none;
    }
    
    .footer_box ul li {
        word-break: break-word;
    }
    
    .footer_box .wt_menu li a {
        padding: 0;
    }
    
    .seo_title h1 div {
        min-width: auto;
    }
    
    .seo_title h1 {
        flex-direction: column;
        gap: 10px
    }
    
    .seo_title {
        padding: 10px 0;
    }
    
    .header_bottom {
        display: none;
    }
    
    .m_social {
        display: none;
    }
    
    .top_form {
        display: none;
    }
    
    .m_menu, .m_form {
        display: block;
    }
    
    .menu_overlay.active, .menu-wrapper {
        min-height: 100vh;
    }
    
    .menu-wrapper {
        left: -400px;
        right: unset;
        background-color: #fffffff2;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
    }
    
    .menu-wrapper.active {
        left: 0;
        right: unset;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        display: flex !important;
    }
     
    .menu-wrapper li a {
        color: #666666d9;
        text-align: left;
        font-weight: 600;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
    
    .open-menu {
        background: #000;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
    }
    
    .open-menu svg {
        width: 18px;
        height: 18px;
        padding-bottom: 2px;
    }
    
    .m_form input {
        display: none;
    }
    
    .header_top .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 10px
    }
    
    .m_form .formmou form .form_input {
        justify-content: end;
    }
    
    .m_form .formmou button {
        border-right: 1px solid #ffffff3b;
        border-radius: 0;
        background: unset;
        padding-right: 15px;
    }
    
    .menu-wrapper .top_form {
        display: flex;
    }
    
    .menu-wrapper .top_form .formmou {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .top_social {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
    }
    
    .safari .menu-wrapper.active {
        display: block !important;
        padding-top: 80px;
    }
    
    .safari .menu-wrapper.active .top_social {
        position: relative;
        padding-top: 20px;
    }
    
    .post_box {
        max-width: 90% !important;
    }
    
    .homepost_box {
        max-width: 100% !important;
    }
    
    .elementor-post-date {
        width: 60px;
        height: 60px;
    }
    
    .side_box {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    footer .col-md-3 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    footer .col-md-3:last-child {
        margin-bottom: 0;
    }
    
    footer .footer_menu {
        padding: 20px 0;
    }
    
    footer .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .form_content {
        width: 100%;
        margin: 30px 0;
    }
    
    .h1mou h1 {
        font-size: 20px;
    }
    
    .content .home_contentBox {
        width: 100%;
    }
    
    .post_box {
        max-width: 100% !important;
    }
    
    .post_search {
        max-width: 95% !important;
        grid-template-columns: repeat(2, [col-start] 1fr);
    }
    
    .elementor-post-date {
        width: 55px;
        height: 55px;
    }
    
    .singlePage .col-md-9, .singlePage .col-md-3 {
        width: 100%;
    }
    
    .side_box {
        padding-bottom: 0;
    }
    
    .single_space {
        padding: 20px 0;
    }
    
    .single_title {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    footer .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    footer .copyright {
        font-size: .8em;
    }
    
    .h1mou h1 {
        font-size: 18px;
    }
    
    .header_top .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .header_top .row .col-md-8, .header_top .row .col-md-4 {
        width: auto;
    }
    
    .top_logo .logo {
        width: 180px;
    }
    
    .elementor-post__thumbnail {
        padding-bottom: 0 !important;
    }
    
    .post_box .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 20px;
    }
    
    .post_search {
        row-gap: 20px
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 26px;
    }
    
    .footer_title, .side_box h4 {
        font-size: 17px;
    }
    
    .form_content {
        margin: 10px 0;
    }
    
    footer .logo img {
        width: 200px;
    }
    
    .content h2 {
        font-size: 1.4em;
    }
    
    .seo_title {
        padding: 0;
    }
    
    .top_logo .logo {
        width: 150px;
    }
    
    .post_box .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    
    .post_box .elementor-post__thumbnail__link img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: top
    }
    
    .post_search {
        max-width: 90% !important;
        grid-template-columns: repeat(1, [col-start] 1fr);
        gap: 20px
    }
    
    .post_next {
        gap: 20px
    }
}

@media only screen and (max-width: 500px) {
    .post_box .elementor-post__thumbnail__link img {
        height: 200px;
    }
    
    .post_admin {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .post_admin img {
        height: auto;
    }
    
    .single_header2 h1 {
        font-size: 24px;
    }
    
    .single_content p em {
        padding: 0px 20px;
        margin: 25px 0;
        font-size: 18px;
    }
}

@media only screen and (max-width: 360px) {
    .post_box .elementor-post__thumbnail__link img {
        height: auto;
    }
    
    .elementor-post-date {
        width: 50px;
        height: 50px;
    }
}

/* ========================================================================== */
/* ================ MEDIA HEIGHT      ======================================= */
/* ========================================================================== */
@media only screen and (max-height: 620px) {
    .wt_menu {
        max-height: 400px;
        overflow: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-height: 550px) {
    .wt_menu {
        max-height: 300px;
    }
}

