.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
}

.text-red {
    color: red;
}
.logo-color {
    color: #6fe738;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.sociallinkheader img {
    width: 30px;
    margin: 0px 2px;
}

.herofontfamily {
    font-weight: 400;
    font-size: 30px;
    font-style: normal;
}
.bg-grey {
    background-color: #555555;
}

.bg-theme {
    background: #8fdd6a38;
}
.equalpadding {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* xxxxxxxxxxxxxxxx header sticky  xxxxxxxxxxxxxxxxxxx */
#header-sticky.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 50px;
    z-index: 1030;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#header-sticky {
    padding: 0px 50px;
}

#logo-header-width {
    width: 85%;
}

.quit-btn {
    cursor: pointer;
}

.quit-btn a {
    text-decoration: none;
}

/* //////////////////////////////////////////////////////////////////////// */

.response-btn a {
    text-decoration: none;
}

.response-btn a {
    cursor: pointer;
}

.response-btn:hover a h3 {
    color: white;
}

.quit-btn:hover {
    transition: 0.5s;
    cursor: pointer;
    background-color: #8fdd6a !important;
}

.response-btn:hover {
    transition: 0.5s;
    border: none;
    background-color: #8fdd6a !important;
}

.redresponse-btn a {
    text-decoration: none;
}

.redresponse-btn a {
    cursor: pointer;
}

.redresponse-btn:hover a h3 {
    color: rgb(255, 255, 255);
}

.redresponse-btn:hover {
    transition: 0.5s;
    border: none;
    background-color: red !important;
}

.homebannertext {
    padding-top: 180px;
}

.responsibecrinkingtext {
    font-size: 65px;
}

.footerhearicon {
    width: 2%;
}

/* ////////////////////////////////////////////////////// */

.quit-btn:hover {
    transition: 0.5s;
    cursor: pointer;
    background-color: #8fdd6a !important;
}

.textdecor {
    font-weight: 900;
    line-height: 50px;
    font-size: 20px;
    font-style: normal;
}

.pading-hero-left {
    padding-left: 60px !important;
}

.pading-hero-right {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 60px !important;
}

/*   ANIMATION START HERE */
/* Initial hidden state */
.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.fade-in {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
/*   ANIMATION START END */

/* width */
/* ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #535359;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8fdd6a;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0041f2;
}
*/

/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Style the buttons that are used to open and close the accordion panel */



/* //////  FOOTER START HERE ZZZZZZZZZZZZZZZZZZZZZZZZ */

.footer-top {
    /* background-color: #535359; */
    color: rgb(255, 255, 255);
}

.footer-bottom {
    /* background-color: #535359; */
    color: rgb(255, 255, 255);
}

.social-icon img {
    width: 30px;
    /* color: rgb(255, 255, 255); */
    font-size: 20px;
    margin: 0 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.footeranchorhover a:hover {
    text-decoration: none;
}

.footermenu .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: white;
    transition: color 0.2s;
}

.footermenu .nav-link:hover {
    color: #ffffff !important;
}

/* //////  FOOTER END HERE ZZZZZZZZZZZZZZZZZZZZZZZZ */

/* //// BLOG  ////// */

.blog-grid {
    position: relative;
    /* box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1); */
    height: 100%;
    border: 0.0625rem solid rgba(178, 178, 179, 0.6);
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    height: 100%;
}

.blog-grid span {
    color: #292dc2;
}

.blog-grid img {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.blog-grid-text {
    padding: 15px 10px;
    position: relative;
}

.blog-grid-text > span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px;
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px;
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8;
    padding-top: 15px;
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0;
}

.blog-grid-text ul {
    margin: 0;
    padding: 0;
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 10px 5px 0;
}

.blog-grid-text ul li:last-child {
    margin-right: 0;
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0;
    font-size: 12px;
}

.blog-list-left-heading:after,
.blog-title-box:after {
    content: "";
    height: 2px;
}

.blog-grid-simple-content a:hover {
    color: #1d184a;
}

.blog-grid-simple-content a:hover:after {
    color: #1d184a;
}

.blog-grid-text {
    position: relative;
    height: 100%;
}

.blog-grid-text > span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px;
}

.blogheadtag {
    color: black;
    font-weight: 600 !important;
    line-height: normal;
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8 !important;
    padding-top: 15px;
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500;
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0;
}

.blog-grid-text ul {
    margin: 0;
    padding: 0;
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    color: black;
    font-weight: 500;
    margin: 5px 10px 5px 0;
}

.blog-grid-text ul li:last-child {
    margin-right: 0;
}

.blog-grid-text ul li i {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin-right: 5px;
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0;
}

a,
a:active,
a:focus {
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
/* ////////////  blog end */

/* /////////////////////////////// MOBILE TABU CSS  ////////////////////////////////////// */

#mobileview {
    display: none !important;
}
.accordion-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 15px;
    border-radius: 10px;
}

.accordion-container h5 {
    text-align: center;
    font-size: 18px!;
    font-weight: bolder !important;
    margin-bottom: 15px;
}

.accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}

.accordion-btn {
    width: 100%;
    padding: 12px;
    background: #ffffff00;
    border: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.accordion-btn.active {
    background: #c8f0c8;
    border: 1px solid rgb(212, 209, 209);
}

.accordion-content {
    display: none;
    text-align: justify;
    height: 290px;
    overflow: scroll;
    padding: 10px;
    background: #fff;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Show as normal (desktop) */
@media (min-width: 768px) {
    .accordion-content {
        display: block !important;
    }
    .accordion-btn {
        cursor: default;
    }
}

/* ///////// BLOG START HERE ///////////////////////////////////// */

.aboutcontainerwidth {
    width: 70%;
    background-color: #ffffff;
    border-radius: 10px;
}

/* ////////// BLOG END HERE  //////////////////////////////////// */

/* ///////// CONTACT US START HERE ///////////////////////////////////// */

.contactuspagedetails {
    height: 500px;
}

/* ////////// CONTACT US END HERE  //////////////////////////////////// */
/* /////////////////  HOME BLOG PAGINATION CSS START HERE /////////////////////// */

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination-wrapper .page-item .page-link {
    color: #8fdd6a !important;
    border-color: #8fdd6a !important;
}

.pagination-wrapper .page-item.active .page-link {
    background-color: #8fdd6a !important;
    border-color: #8fdd6a !important;
    color: #fff !important;
}

.pagination-wrapper .page-item .page-link:hover {
    background-color: #8fdd6a !important;
    color: #fff !important;
    border-color: #8fdd6a !important;
}
