h2{
    color:#10421a !important;
}
.img-width-slider-blog img{
    width: 100%;
    padding-bottom: 10px;
}
.blog-area-div a {
    color: #10421a;
}
.blogcontent h3 {
    font-size: 32px;
    color: #10421a;
    margin: 40px 0px 20px 0px;
}
.padding-blog-banner {
    padding: 0 !important;
}
.img-width-slider-blog {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.372), 0 6px 20px 0 rgba(0, 0, 0, 0.372);
}
.all-blogs{
    margin-top: calc(100vw / 25);
    margin-bottom: calc(100vw / 25);
}
.footer-text-align a {
    color: #ffffff;
}
section#business-category.sitemap-s {
    padding-bottom: 0px;
}
.container.sitemap-page {
    padding-left: 35px;
}
.relativediv {
    padding: 10px;
}
.relativediv a:hover {
    color:#f8dd84;
}
.blogcontent h2{
    font-size:40px;
    margin: 40px 0px 20px 0px;
}
.blogcontent h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 30px 0px 10px 0px;
}
.blogcontent h1{
    font-size:45px;
}
.ph-justify li{
    text-align:justify;
    font-size: 30px;
    margin-left:10px;
}
h1 {
    color: #10421a !important;
}
.ph-justify p{
    text-align:justify;
    font-size: 30px;
}
.ph-center{
    text-align:center;
    font-size: 30px;
    padding:calc(100vw /60);
}
.ph-bg-color{
    background-color: #f8dd84;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.284);
}
@keyframes colorTransition {
    0% {
        background-color: #05ccf9;
    }

    100% {
        background-color: #f8dd84;
    }
}
.animation-box {
    background-color: #f6c7f8;
    animation: colorTransition 1s infinite alternate;
}
.bro-header{
    border-bottom: 5px #f8dd84 solid;
}
.header .header-social-links {
    padding-right: 0px;
}
.header .header-social-links ul {
    padding-right: 15px;
    padding-bottom: 0px;
    list-style-type: none;
}
.sitename img {
    width: 60%;
}
.header-relative{
    position: relative;
}
.logo-absolute{
    position: absolute;
    top: -15px;
    width: 26%;
}
.header-col-1{
    width:30%;   
}
.header-col-2{
    width:40%;
    padding-top: 84px; 
}
.header-col-3{
    width:30%;   
}
.header-col-3 ul{
    text-align: right;   
}
.header ul {
    color: #f8d27d;
    font-size: 20px;
    font-family: var(--nav-font);
}
.navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
    color: #f8d27d;
    font-size: 20px;
}
.header-col-3 span {
    color: #10421a;
    font-size: 20px;
    font-family: var(--nav-font);
}
.header-col-3 strong {
    color: #10421a;
    font-size: 20px;
    font-family: var(--nav-font);
}
.footer-text-align span {
    color: #ffffff;
}
.footer-text-align strong {
    color: #ffffff;
}
.slider {
    margin-top: 2px;
}
.swiper-slide span{
    color:#f8d27d;
}
.container-fluid.aos-init.aos-animate {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-text-align{
    text-align: center;
    list-style-type:none;
}
.footer-text-align p {
    font-size: 25px !important;
    line-height: 36px;
    margin:0;
}
.footer-text-align h3 {
    font-size: 40px !important;
    line-height: 75px;
    color:#f8d27d;
}
/*  slider-blog */
.all-blogs-row{
    gap:20px;
}
 .img-width-slider{
    background-color: rgb(255, 255, 255);
    height:auto;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.284);
}
.margin-bottom{
    margin:20px 0px 20px 20px;
}
.blog-column-line {
    overflow-x: scroll;
}

.blog-column-line::-webkit-scrollbar {
    /* display: none; */
    /* height:0; */
}
.blog-column-line::-webkit-scrollbar {
    width: 20px;
  }
.blog-column-line::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
.blog-column-line::-webkit-scrollbar-thumb {
    background: #10421a; 
    border-radius: 10px;
  }
.blog-column-line::-webkit-scrollbar-thumb:hover {
    background: #f8d27d; 
  }
.row.all-blogs-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    /* overflow: hidden;
    overflow-x: scroll; */

}

/* .blogs-scrollbar{
    display: block;
    overflow-x: scroll;
    height: 2em;
    padding: 1em;
    margin: 1em auto;
  
  }
  
  .blogs-scrollbar::-webkit-scrollbar {
    display: none;
  } */
.img-width-slider img {
    width: 100%;
    padding-top:10px;
    padding-bottom: 10px;
}
.footer{
    background-color: #10421a;
}
.blogheading h2{
    font-size:18px;
}
.button {
    background-color: #10421a; /* Green */
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #10421a;
    margin-bottom: 10px;
  }
  
  /*.button1:hover {*/
  /*  background-color: #10421a;*/
  /*  color: white;*/
  /*}*/
  .container.blogcontent {
    margin-top: calc(100vw / 25);
    }
        .fa {
    padding: 5px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 8px;
}

.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.d-flex {
    justify-content: center;
}
/*-----------*/
@media (max-width: 1200px) {
    .header-col-3 {
        width: 80%;
    }
    .header .logo img {
        left: 7%;
        right: 50%;
    }
    .logo-absolute {
        position: absolute;
        top: 1px;
        width: 49%;
    }
    .navmenu {
    display: none;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
    .blogcontent h2 {
        font-size: 30px;
    }
    .blogcontent h1 {
        font-size: 36px;
    }
    .blogcontent h3 {
    font-size: 25px;
    }
    .ph-justify li {
        text-align: justify;
        font-size: 20px;
        margin-left: 10px;
    }
    .section-title {
        margin-bottom: 20px;
        position: relative;
    }
    .logo-absolute {
        position: absolute;
        top: 1px;
        width: 146%;
    }
    .header-col-2 {
        width: 20%;
        padding-top: 84px;
    }
    .footer-text-align p {
        font-size: 18px !important;
        line-height: 36px;
        margin:0;
    }
    .footer-text-align h3 {
        font-size: 30px !important;
        line-height: 75px;
      }
    .ph-justify p{
        text-align:justify;
        font-size: 20px;
    }
    .header ul {
           font-size: 16px;
        font-family: var(--nav-font);
    }
    .header-col-3 span {
        font-size: 16px;
        font-family: var(--nav-font);
    }
    .header-col-3 strong {
        font-size: 14px;
        font-family: var(--nav-font);
    }
    .slider .content {
    padding: 60px 20px;
    max-width: 700px;
    position: relative;
    }
    .ph-center {
    font-size: 20px;
    }
    .section-title h2 {
    font-size: 30px;
    }

}
@media (max-width: 400px) {
    .logo-absolute {
        position: absolute;
        top: 25px;
        width: 146%;
    }
}
.olis-p .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    padding: 10px;
  }
  .olis-p .grid-container > div {
    background-color: #f8d27d;
    color: #000;
    padding: 10px;
    font-size: 20px;
    text-align: center;
  }
  .product1 img {
    width: 100%;
}
@media (max-width: 767px) {
.olis-p .grid-container {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
    padding: 10px;
  }
  .blog-area-div.grid-container-blog {
    display: grid;
    grid-template-columns: auto !important;
    gap: 10px;
    padding: 10px;
}
}

.bottom-div-padding{
    padding-bottom: calc(0.75*(100vw / 25));
}
.product1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog-area-div.grid-container-blog {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding: 10px;
}
    object-fit: cover;
    width: 100%;
    height: 300px;
}
