body {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3 {
    font-family: "Poppins", sans-serif;
    /*  font-family: 'myFirstFont', sans-serif;*/
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/romla-ax6a5.otf);
}

.logo {
    width: 52%;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-row {
    background: #fff;
    border-radius: 10px;
    padding: 8px 0px;
    transition: all 0.4s ease;
}

.navigation {
    float: right;
    margin-bottom: 0px;
    margin-top: 19px;
}

.navigation li {
    list-style: none;
    display: inline-block;
    margin-left: 57px;
    font-size: 15px;
    font-weight: 500;
}

.navigation li a {
    color: #000;
}

.navigation li:hover a {
    color: #135bfb;
}

.social-media {
}

.sticky {
    font-size: 14px;
    line-height: 48px;
    height: auto !important;
    width: 100%;
    left: 0px;
    right: 0px;
    top: -50px;

    transform: translateY(50px);
    transition: transform 600ms ease, background 600ms ease;
    -webkit-transition: transform 600ms ease, background 600ms ease;
    /*
         transition: all 0.10s ease-in-out;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
*/
    z-index: 999999;
    position: fixed;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

    margin: 0px auto;
    border-radius: 0px;
    padding: 10px 20px;
    background: #ffffffe6;
}

.sticky .navigation {
    margin-top: 0px;
}

.sticky .let-talk {
    margin-top: 0px;
}

.sticky .logo img {
    width: 61%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#check {
    display: none;
}

.checkbtn {
    display: none;
}

.chart-icon {
    display: none !important;
}

.mobile-version {
    display: none;
}

.cancel-btn {
    display: none;
}

/*---------------menu or header section css----------------------*/

.banner-sec {
    height: 467px;
    width: 100%;
    background: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-recent-blog {
    background: #fff;
    padding: 40px;
    margin-top: 30px;
}

.banner-recent-blog h1 {
    font-size: 40px;
}

.banner-recent-blog h1 a {
    color: #000;
}
.banner-recent-blog p {
    line-height: 32px;
    font-size: 20px;
}

.blog-sec-wrap {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.post-info {
    padding: 0px;
    margin: 0px 0px 12px;
}

.post-info li {
    display: inline-block;
    padding: 0px;
    margin: 0px 14px 0px 0px;
}

.post-info li i {
    margin-right: 7px;
}
.blog-image {
    height: 182px;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-thumb .post-info li {
    font-size: 12px;
    font-weight: 600;
}

.blog-thumb h3 {
    font-size: 19px;
    text-transform: capitalize;
    line-height: 29px;
    margin-top: 3px;
}

.blog-thumb p {
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}

.blog-vertical img {
    height: 385px;
    width: 100%;
    object-fit: cover;
}

.blog-vertical {
    margin-top: 50px;
}

.blog-vertical .col-md-6 {
    background: #fff;
}

.blog-vertical-text {
    padding: 55px;
    background: #fff;
    height: 385px;
}
.blog-vertical-text p {
    line-height: 25px;
}

.grid-view {
    margin-top: 60px;
}

.grid-side img {
    margin-bottom: 15px;
    height: 147px;
    width: 100%;
    object-fit: cover;
}

.grid-side h3 {
    font-size: 19px;
    margin-top: 10px;
}

.grid-side {
    margin-bottom: 20px;
}
.grid-side p {
    text-align: justify;
}

.grid-side .post-info li {
    font-size: 12px;
}

.gride-middle-content {
    background: #fff;
    padding: 30px;
}

.gride-middle-content p {
    line-height: 26px;
    font-size: 17px;
}

footer {
    background: #181818;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

footer p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
}

.inner-banner {
    width: 100%;
    height: 250px;
    background: url(../images/blog-banner.png);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listing-mail {
    background: #eaeaea;
    padding: 30px;
}

.blog-listing-mail button {
    width: 100%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    border: none;
    outline: none;
}

.blog-listing-mail input[type="email"] {
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #000;
    padding-left: 10px;
    margin-top: 16px;
    margin-bottom: 9px;
}

.lates-recipes {
    position: relative;
    border: 1px dotted #ccc;
    padding: 30px;
    margin-top: 50px;
}

.lates-recipes h4 {
    position: absolute;
    top: -8px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    display: inline;
}

.lates-recipes ul {
    padding: 0px;
    margin: 0px;
}
.lates-recipes ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lates-recipes ul li img {
    width: 100px;
    height: 69px;
    object-fit: cover;
}

.lates-recipes ul li h3 {
    font-size: 16px;
    margin-left: 20px;
    display: block;
}
.blog-categpry h4 {
    position: absolute;
    top: -8px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    display: inline;
}

.blog-categpry {
    position: relative;
    border: 1px dotted #ccc;
    padding: 30px;
    margin-top: 50px;
}

.blog-categpry ul {
    padding: 0px;
    margin: 0px;
}

.blog-tags ul li {
    list-style: none;
    display: inline-block !important;
    padding: 8px 20px;
    border: 1px solid;
    margin-bottom: 16px;
    border-radius: 30px;
    color: #898989;
}

.blog-tags ul li:hover {
    background: #898989;
}

.blog-tags ul li:hover a {
    color: #fff !important;
}

.blog-tags ul li a {
    color: #898989 !important;
}

.blog-categpry ul li {
    list-style: none;
    display: list-item;
    margin-bottom: 16px;
}
.blog-categpry ul li input[type="checkbox"] {
    width: 35px;
    height: 25px;
    vertical-align: middle;
    background: #ccc;
}

.blog-categpry ul li label {
    font-weight: 500;
    font-size: 17px;
}

.blog-listing {
    margin-top: 60px;
    margin-bottom: 50px;
}

.blog-thumb:hover a,
.grid-side:hover a,
.gride-middle:hover a {
    background: #49bb05;
    color: #fff;
    transition: all 0.5s ease;
}

.read-more {
    color: #49bb05;
    padding: 4px 20px;
    margin-bottom: 20px;
    display: block;
    width: 135px;
    text-transform: capitalize;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.blog-details img {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.blog-details p,
.blog-details ul li {
    line-height: 30px;
    text-align: justify;
    font-size: 15px;
}

.blog-details table {
    width: 100%;
}

.blog-details table tr:first-child th {
    background: #daf7c8 !important;
    padding: 12px;
    border: 1px solid #ccc;
}

.blog-details table tr:first-child {
    background: #daf7c8 !important;
}
.blog-details table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.blog-details table tr td {
    padding: 12px;
    border: 1px solid #ccc;
}

.blog-details p a,
.blog-details p a strong,
.blog-details ul li a {
    color: #0e457e !important;
}

.blog-details ul {
    margin-left: 20px;
}

.footer-menu {
    text-align: right;
    margin: 0px 0px 0px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    text-transform: uppercase;
}
.footer-menu li a {
    color: #fff;
}

.blog-content-tags {
    padding: 0px;
    margin: 0px;
}

.blog-content-tags {
    margin-left: 0px !important;
}

.blog-content-tags li {
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 9px;
    padding: 0px 13px;
    border-radius: 28px;
    margin-bottom: 14px;
}

/*--------------------error css-------------*/
.error-wrap img {
    width: 27%;
    margin: 0px auto;
    display: block;
}

.error-wrap a {
    display: block;
    text-align: center;
    margin: 30px auto;
    background: #f26122;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    height: 53px;
    border-radius: 6px;
    line-height: 53px;
}

.internal-server img {
    width: 61%;
    margin: 0px auto;
    display: block;
}

.blog-tags ul {
    height: 250px;
    overflow: auto;
}

/* width */
.blog-tags ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.blog-tags ul::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.blog-tags ul::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.blog-tags ul::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.main-heading {
    margin-top: 6px;
    margin-bottom: 19px;
    font-size: 29px !important;
    border-left: 5px solid #49bb05;
    padding-left: 16px;
    color: #49bb05;
}

.blog-details h1 {
    font-size: 24px;
}

/*--------------------error css-------------*/

.terms-conditions h2 {
    font-size: 20px;
}

.terms-conditions p {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 33px;
    text-align: justify;
}

.terms-conditions ul li {
    margin-left: 17px;
    margin-bottom: 12px;
}

.no-post img {
    width: 57%;
    margin: 0px auto;
    display: block;
}

.blog-no-post img {
    width: 57%;
    /*    margin: 0px auto;*/
    display: block;
    text-align: left;
}

.blog-thumb {
    height: 478px;
    position: relative;
    margin-bottom: 31px;
}

.blog-category {
    position: absolute;
    top: 9px;
    right: 13px;
    background: #49bb05;
    padding: 4px 16px;
    border-radius: 16px;
}

.blog-category a {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
}

.blog-categpry ul li a {
    color: #10720e;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.blog-categpry ul li a span:nth-child(2n) {
    background: #49bb05;
    color: #fff;
    width: 28px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    border-radius: 15px;
}

/*===================Flash Message==================*/

.flash-message {
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 17px auto 0px;

    border-radius: 50% !important;
    border-radius: 0px;
    text-align: center;
    margin: 17px auto 0px;
    /*    width: 38%;*/
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flash-message .alert-success {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #3cb572;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-danger {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #e52425;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-warning {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #ffc400;
    color: #000;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-info {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #8b07d6;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

/*===================Flash Message==================*/
