.fa-magnifying-glass {
    color: #fff !important;
}


.blog_icon {
    display: flex;
    gap: 81px;
    justify-content: flex-start;
    padding: 0 !important;
    flex-wrap: wrap;

}

.blog_icon li {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-top: 10px;
    color: #1f533a;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;

}

.far,
.fas {
    color: #244c44;
}


.blog-box-layout6 .item-figure {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 30px;
}

.blog-box-layout6:hover .item-figure:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}


.blog-box-layout6:hover .item-figure:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}


.blog-box-layout6 .item-figure:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.blog-box-layout6 .item-figure:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.blog-box-layout6 .item-figure a {
    display: block;
}

a:link,
a:visited {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.container h1 {
    font-size: 35px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
    margin-top: 13px;
}

.container h2 {
    font-size: 35px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
    margin-top: 13px;
}

.input-container {
    display: flex;
}

.search-input {
    border: 1px solid #ccc !important;
    background: #fff9eb;
    color: #212121;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    padding: 10px 20px;
    outline: none;
    box-shadow: inset 0 -1px 1px -1px #CCCCCC, inset 0 1px 1px -1px #CCCCCC, inset 1px 0 1px -1px #CCCCCC;
}

.search-submit {
    background: #1f533a;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 0 20px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.search-submit:hover {
    background: #0c1c14;
}

.search-submit i {
    font-size: 18px;
}

.post h3 {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 140%;
    margin-top: 13px;
    text-align: justify;
}

.post h6 {
    font-size: 16px;
    font-family: 'Open Sans';
    text-align: justify;
    color: #1f533a;
}

.post_img img {
    width: 133px;
    height: 93px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.post-main {
    padding-top: 11px;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding-bottom: 11px;
}

.post-main:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.post_img {
    display: block;
    overflow: hidden;
    background-color: #000000;
    border-radius: 4px;
}

.post-main-2 {
    border-bottom: 1px solid #ccc;
    padding: 11px 0;
}

.post-main-2 ul {
    padding: 0 !important;
    margin: 0 !important;
}

.post-main-2 li {
    list-style: none;
}

.post-main-2 ul li a {
    line-height: 35px;
    display: block;
    color: #646464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}


.tag-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 20px;
}

.tag-box {
    padding: 10px 25px;
    border-radius: 4px;
    background-color: #1f533a;
    display: block;
    width: 118px;
    color: #646464;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.tag-box:hover {
    background-color: #ff8e47;
    transition: all .15s ease-in-out;
}

.tag-box a {
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito Sans';
    line-height: 140%;
    padding: 10px;
}



/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
}

#border-pagination li {
    display: inline;

}

#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px 19px;
    border: 1px solid #ddd;
    float: left;
    font-size: 16px;
    font-family: 'Nunito Sans';

}

#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

#border-pagination li a.active {
    background-color: #fe8f48;
    color: #fff;
}

#border-pagination li a:hover:not(.active) {
    background: #ddd;
}


/* Fixed Ticker Bar */
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    background: black;
    /* Black background */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    /* Stays on top */
    padding: 8px 0;
    white-space: nowrap;
}


/* Scrolling Container */
.ticker {
    display: flex;
    width: max-content;
    animation: ticker-scroll 100s linear infinite;
}

/* Duplicate Content for Seamless Loop */

/* Ticker Items */
.ticker-item {
    font-size: 14px;
    font-weight: bold;
    color: white;
    /* White text */
    padding: 0 20px;
}

/* Smooth Infinite Scrolling */
@keyframes ticker-scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Adjust Body Padding to Prevent Overlap */
body {
    padding-top: 40px;
    /* Adjust based on ticker height */
}

@media only screen and (max-width:1600px) {
    .flex {
        gap: 0px;
    }

    .footer_flex {
        gap: 15px;
    }
}



@media only screen and (max-width: 1300px) {
    .tag-flex {
        gap: 11px;
    }
}


@media only screen and (max-width:1000px) {
    .s_icon-2 a {
        padding: 7px 8px;
    }
}

@media only screen and (max-width:960px) {
    .cart {
        display: none !important;
    }

    .logo_right {
        display: block !important;
    }

    .mrg-top {
        margin-top: 35px;
    }

    .ftr_txt2 p {
        text-align: left;
    }

    .col_sm4 {
        text-align: left !important;
    }

    .logo2 {
        width: 31%;
        margin-bottom: 10px;
    }

    .pad_lef {
        padding-left: 0;
    }

    .col_sm8 {
        width: 98%;
    }

    .col_sm88 {
        width: 98%;
    }

    .flex2 {
        display: block;
        text-align: center;
    }


    .quote {
        display: none;
    }

    .col_sm4 {
        width: 98%;
    }

    .container {
        padding: 0 !important;
    }


}

@media only screen and (max-width: 600px) {
    .logo2 {
        width: 54%;
        margin-bottom: 25px;
    }

    .col_sm4 {
        width: 98%;
        text-align: center;
    }
}

@media only screen and (max-width:500px) {
    .blog_icon {
        gap: 53px;
    }
}

@media only screen and (max-width:400px) {
    .blog_icon {
        gap: 14px;
    }
}

@media only screen and (max-width:360px) {

    .org-color a {
        font-size: 16px;
    }

    .green-color a {
        font-size: 16px;
    }

    .container h2 {
        font-size: 30px;
    }
}