/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.9
Tested up to: 6.2
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-primary {
  color: #f88200 !important;
}
:root {
  --accent-color: #a8cf45;
  --secondary-color: #e8b33c;
  --background-color: #edffc1;
  --dark-heading: #00a859;
  --white-color: #ffffff;
  --dark-bg: #044c28;
  --dark-accent-color: #a8cf45;
}
.bg-secondary {
    background-color: #36562e !important;
}
.site-header {
  background: unset !important;
  background-size: 1600px auto;
}
section#autentic {
  padding: 70px 0;
  background: url(./images/BG25.webp);
  background-position: center;
  background-attachment: fixed;
}
p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: 400;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #202020;
}
element.style {
  background-image: url(https://hivends.org/urbanorganics/wp-content/uploads/2025/04/3.png);
  filter: brightness(0.5);
}
.linker {
  display: flex;
}
.inner-letme b {
  color: #d90;
}
.coler-innit b {
  color: #af8828;
}
span.dividers {
  border: 1px solid #fff;
  display: inline-block;
  width: 5%;
  margin: 0 0 10px 0;
}
.coler-innit h3 {
  margin: 0 0 20px 0;
}
.inner-legso {
  border: 1px solid #e0b553;
  box-shadow: 0 3px 16px rgb(222 222 222 / 97%);
  padding: 20px 20px;
  margin: 0 0 70px 0;
  height: 310px;
}
p.iconer {
  color: #853a31;
  font-weight: 700;
}
.contempra p {
  margin: 0 0 23px 0;
}
section#abt-us {
  padding: 70px 0;
  background: url(./images/BG25.webp);
  background-position: center;
  background-attachment: fixed;
}
section#intender {
    background: url(./images/BG25.webp);
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0 0 0;
}
.product-category-section {
    background: linear-gradient(90deg, rgb(16 29 33) 0%, rgb(19 24 87) 100%);
    color: #fff;
    position: relative;
}

/* subtle pattern */

section.product-category-section.py-5 h2 {
    color: #fff !important;
}
.product-category-section .title {
    font-weight: 700;
    font-size: 36px;
}
.ngg-gallery-thumbnail {
    border: 1px solid #000 !important;
    margin: 0 12px 7px 0 !important;
    border-radius: 7px;
}
.product-category-section .title span {
    color: #ff4d4d;
}

.divider {
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 10px auto 20px;
}

.description {
    max-width: 900px;
    margin: auto;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.6;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.custom-table thead {
    background-color: #f8f9fa;
}
.custom-table th:first-child, .custom-table td:first-child {
    width: 100px;
    border-right: 1px solid #ddd;
}
.custom-table th {
    text-align: left;
    padding: 14px;
    font-size: 18px;
    font-weight: 800 !important;
    color: #006ba3;
    border-bottom: 2px solid #ddd;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
/* Category Box */
.category-box {
    text-align: center;
}
.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

/* Border for all cells */
.custom-table th,
.custom-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

/* Header styling */
.custom-table thead {
    background-color: #0d6efd;
    color: #fff;
}

.custom-table th {
    font-weight: 600;
}

/* Zebra rows */
.custom-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-table {
        font-size: 12px;
    }

    .custom-table th,
    .custom-table td {
        padding: 8px;
    }
}

/* Extra small devices (stack view) */
@media (max-width: 576px) {
    .custom-table thead {
        display: none;
    }

    .custom-table,
    .custom-table tbody,
    .custom-table tr,
    .custom-table td {
        display: block;
        width: 100%;
    }

    .custom-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        background: #fff;
    }

    .custom-table td {
        border: none;
        position: relative;
        padding-left: 50%;
    }

    .custom-table td::before {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 45%;
        font-weight: bold;
        white-space: nowrap;
    }

    .custom-table td:nth-of-type(1)::before { content: "S.No."; }
    .custom-table td:nth-of-type(2)::before { content: "Generic Name"; }
    .custom-table td:nth-of-type(3)::before { content: "Composition"; }
    .custom-table td:nth-of-type(4)::before { content: "Ph."; }
    .custom-table td:nth-of-type(5)::before { content: "Claim"; }
}
.category-box img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    transition: 0.3s;
}

.category-box:hover img {
    transform: scale(1.1);
}

.category-box h6 {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.inner-ctcder {
    box-shadow: 0 3px 16px rgb(222 222 222 / 97%);
    padding: 14px 10px;
    background: #20266b;
    display: flex;
    border-radius: 12px;
    color: #fff;
    height: 200px;
}
i.fas.fa-search {
  color: #fff;
}
.inner-ctc {
    height: 200px;
}
.inner-ctc {
  box-shadow: 0 3px 16px rgb(222 222 222 / 97%);
  padding: 14px 10px;
  background: #fff;
  display: flex;
  border-radius: 12px;
}
th {
    background: #000;
    color: #ffff !important;
}
.container.renamer {
  background: url(./images/Key-Highlights-bg.webp)
    rgb(30 30 30 / 50%);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
  padding: 50px 50px;
  border-radius: 42px;
}
.inner-why h3 {
  color: #fff;
  margin: 10px 0 50px 0;
  font-size: 30px;
}
.inner-why {
  text-align: center;
  color: #fff;
}
section#ctc {
  margin: 50px 0;
  z-index: 11111;
}
.carousel-caption h1 {
  color: #fff;
  margin-bottom: 0px !important;
}
section#nutraceuticlas {
  background: #f5f5f5;
  padding: 55px 0;
}
.inner-pagloe h5 {
  color: #2d4132;
  font-size: 16px;
  margin: 10px 0 10px 0;
}
.inner-pagloe {
  background: #fff;
  box-shadow: 0 3px 16px rgb(201 201 201 / 50%);
  padding: 10px 20px;
  border-radius: 15px;
}
.inner-pagloe {
  background: #fff;
  box-shadow: 0 3px 16px rgb(201 201 201 / 50%);
  padding: 10px 20px;
  border-radius: 15px;
  margin: 0 0 22px 0;
}
.nutramain h4 {
  color: #2d4132;
}
.carousel-caption.text-start p {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.inner-why-choose {
  text-align: center;
}
.inner-why-choose {
  color: #fff;
}
.inner-why-choose {
    border: 1px solid;
    margin: 0 0 31px 0;
    padding: 20px 0;
    border-radius: 15px;
    height: 150px;
    float: left;
    width: 100%;
}
.inner-why-choose i {
    font-size: 20px;
    color: #d3ad6b;
}
.inner-why-choose p {
  float: left;
  width: 100%;
}
section#why {
  background: #f5f5f5;
  position: relative;
  padding: 70px 0;
}
.inner-ctc i {
  font-size: 30px;
  margin: 31px 20px 0 0;
  color: #e0b553;
}
.inner-ctcder i {
  font-size: 30px;
  margin: 31px 20px 0 0;
}
p.consulter {
  margin: 0 0 3px 0;
  font-size: 21px;
  font-weight: 600;
}
.whychose i {
    font-size: 22px;
    color: #d3ad6b;
    margin-right: 10px;
}
a.ancinet-btn {
    background: #222563;
    color: #fff;
    padding: 11px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.linker i {
  font-size: 26px;
  margin: 9px 21px 0 0;
  color: #daab60;
}
.bg-secondary {
    background-color: #1e266f !important;
}
.container {
    max-width: 88% !important;
}
.bg-secondary-text {
  color: var(--dark-bg) !important;
}
.text-light-color {
    color: #e0b553 !important;
}
.alt-font {
  font-family: "Poppins", sans-serif;
}
body {
  background-color: var(--white-color);
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  word-break: break-word;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #fefefe;
}
p,
ul,
ol,
small {
  line-height: 1.7em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #1e2022;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin-top: 0;
}
.inner-letme h1 {
  font-size: 35px;
  margin: 0 0 5px 0 !important;
  line-height: 45px;
  color: #000;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-icon2 {
    border: none;
    background: #e1e4ff;
    color: #000000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
  word-break: break-word;
}
.display-30 {
  font-size: 0.9rem;
}
.font-weight-600 {
  font-weight: 600;
}
img.img-fluid.logo-img {
    max-width: 70%;
    width: 100%;
}
.inner-lets.see img {
  border-radius: 26px;
}
.attr-nav {
  float: right;
  margin-left: 11px;
}
.attr-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.attr-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.attr-nav > ul > li > a {
  color: #1e2022;
  display: block;
  padding: 19px 12px;
  position: relative;
  font-size: 17px;
}
.butn {
  background: var(--secondary-color);
  cursor: pointer;
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 32px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  border: none;
  text-align: center;
}
.butn.transparent {
  background: none;
  border: 1px solid #dee2e6;
  color: #1e2022;
}
.butn.small {
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 20px;
  white-space: nowrap;
}
.butn.appointment {
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 12px 14px !important;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .menu_area-light .attr-nav > ul > li > a,
  .attr-nav > ul > li > a {
    color: var(--white-color) !important;
  }
}
.display-28 {
  font-size: 1.1rem;
}
footer a {
  text-decoration: none;
  color: var(--white-color);
  transition: all 0.3s ease;
}
footer a:hover {
  color: var(--dark-accent-color) !important;
}
h3.footer-heading.h6.mb-4 {
  font-size: 20px;
  color: var(--secondary-color);
}
.w-95 {
  width: 95%;
}
.display-30 {
  font-size: 0.9rem;
}
footer p {
  margin-bottom: 0;
}
.display-24 {
  font-size: 1.5rem;
}
.footer-list {
  margin: 0;
  padding: 0;
}
.footer-list li {
  list-style-type: none;
  color: #232323;
  padding: 5px 0;
}
.footer-list li:first-child {
  padding-top: 0;
}
.footer-list li a {
  font-size: 15px;
  font-weight: 400;
}

.border-radius-10 {
  border-radius: 10px;
}
.footer-style2 .footer-social-icon li {
  display: inline-block;
  margin-right: 10px;
}
.footer-style2 .footer-social-icon li a {
  color: #00bcd1;
}
@media screen and (min-width: 1200px) {
  .w-xl-80 {
    width: 80%;
  }
}
.pb-1-9,
.py-1-9 {
  padding-bottom: 1.9rem;
}
.pt-1-9,
.py-1-9 {
  padding-top: 1.9rem;
}
.p-1-9 {
  padding: 1.9rem;
}
@media screen and (min-width: 1200px) {
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 576px) {
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4.5rem;
  }
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: var(--white-color);
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top:hover {
  color: #1e2022;
  background: var(--white-color);
}
.swiper-button-prev {
    background: #fff !important;
}
.swiper-button-next {
    background: #fff !important;
}
section#prdoucts {
    background: #222663;
    background-position: center;
    background-size: cover;
    padding: 0 0 78px 0;
}
.inner-texter h3 {
  color: #fff;
  padding: 55px 0 20px 0;
  text-align: center;
}
section#nutraceuticalss {
    background: url(./images/bgggagagagag.png);
    background-position: center;
    background-size: cover;
    padding: 0 0 50px 0;
}
.inner-nutraceuticlas h4 {
    background: #222663;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
}
.inner-legdo p {
  background: #fff;
  padding: 15px;
  border-radius: 17px;
  margin: 25px 0 0 0;
  box-shadow: 0 3px 16px rgb(201 201 201 / 50%);
}
.wpls-fix-box:hover {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.item.wow.zoomIn {
  margin: 55px 0 55px 0;
  padding: 39px 15px 60px 15px;
}
.testi-main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
label {
  color: #000000 !important;
}
.star i {
  color: #ff8c2b;
  margin: 30px 0 0 0;
}
.item p {
  margin: 10px 0 7px 0;
}
.item b {
  font-size: 17px;
  font-weight: 600;
  color: #85a197;
}
.owl-nav {
  display: unset !important;
}
button.owl-prev {
  font-size: 61px !important;
  position: absolute;
  top: 180px;
  left: -34px;
}
button.owl-next span {
  position: absolute;
  right: -32px;
  top: 180px;
  font-size: 59px;
}
.item p {
  margin: 29px 0 7px 0;
  color: #000;
}
section#testimonials {
  margin: 70px 0;
}
.inner-testron h4 {
  font-size: 30px;
  color: #78ab5b;
  margin: 10px 0 20px 0;
}
.item.wow.zoomIn {
  margin: 55px 0 55px 0;
  padding: 15px 15px 19px 15px;
  height: 334px;
  background: #ffede0;
  border-radius: 13px;
}
.Google-Reviews img {
  width: 54%;
}
.star img {
  width: 50% !important;
}
.entango {
  display: flex;
  margin: 40px 0 0 0;
}
.entango img {
  width: 36px !important;
}
.entango h4 {
  font-size: 23px;
  font-weight: 700;
  margin: 3px 0 0 12px;
}
section#faq {
  background: url(./images/howits-bg.webp) rgb(208 208 208 / 50%);
  background-position: center;
  background-size: cover;
  padding: 55px 0;
  background-blend-mode: multiply;
}
.inner-faq h5 {
  font-size: 25px;
  font-weight: 700;
  color: #294421;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 16px !important;
}
.inner-faq h5 {
  font-size: 25px;
  font-weight: 700;
  color: #294421;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
	.inner-why-choose {

    height: auto !important;
}
  .menu_area {
    position: relative;
    z-index: 2;
}
.menu_area.alt-font {
    display: none !important;
}
  #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #000 !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
    background: #000 !important;
  }
  #sequence {
    width: 100%;
    float: left;
    background: #99b46b;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #000 !important;
  }
  .carousel-caption.text-start h1 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .carousel-item {
    height: 100% !important;
  }
  .carousel-caption {
    top: 43% !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: -226px !important;
    width: 8% !important;
  }
#banner-carousel {
    height: 100% !important;
}
  .inner-ctc,.inner-ctcder {
    margin: 0 0 30px 0 !important;
    height: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
}
  section#abt-us {
    padding: 0 0 !important;
  }
  .inner-letme {
    margin: 30px 0 0 0 !important;
  }
  .inner-why h3 {
    margin: 10px 0 28px 0 !important;
    font-size: 19px !important;
    line-height: 31px !important;
  }
  section#faq {
    background-attachment: fixed !important;
  }
  section#intender {
    margin: 35px 0 0 0 !important;
  }

  .container.renamer {
    padding: 16px 15px !important;
    border-radius: 5px !important;
  }
  section#why {
    padding: 40px 0 0 0 !important;
  }
  section#autentic {
    padding: 40px 0 !important;
  }
  .inner-letme h1 {
    font-size: 25px !important;
  }
  section#nutraceuticlas {
    padding: 20px 0 !important;
  }
  section#nutraceuticalss {
    background-attachment: fixed !important;
  }
  .inner-nutraceuticlas h4 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .inner-legdo p {
    margin: 10px 0 0 0 !important;
  }
  section#testimonials {
    margin: 40px 0 !important;
  }
  .item.wow.zoomIn {
    margin: 43px 0 0 0 !important;
    height: 475px !important;
  }
  section#testimonials {
    margin: 35px 0 0 0 !important;
  }
  .featured-icon-box.icon-align-top-content.style3:hover {
    border: 1px solid #084296;
    border-radius: 5px;
  }
footer .bg-secondary {
    background-color: #20266b !important;
    padding: 50px 4px !important;
}
  h3.footer-heading.h6.mb-4 {
    margin: 25px 0 1px 0 !important;
  }
  .bg-white.p-1-9.border-radius-10 {
    margin: 35px 0 0 0 !important;
  }
  section#ctc {
    overflow-y: hidden !important;
margin: 0 !important;
padding: 30px 0;
}
}
section#abt-us img {
  animation: 1.7s linear infinite MoveUpDown;
  position: relative;
}
.imagination-img img {
  animation: 1.7s linear infinite MoveUpDown;
  position: relative;
}
.inner-images img {
  animation: 1.7s linear infinite MoveUpDown;
  position: relative;
}
.inner-ctcder {
  animation: 1.7s linear infinite MoveUpDown;
  position: relative;
}
.inner-ctc:hover {
  background: #000;
  color: #fff;
  transform: scale(0.9);
  transition: 0.5s ease-in-out;
}
.inner-pagloe:hover {
  background: #000;
  color: #fff;
  transform: scale(0.9);
  transition: 0.5s ease-in-out;
}
.inner-why-choose:hover {
  transform: scale(0.9);
  transition: 0.5s ease-in-out;
}
a.ancinet-btn:hover {
  background: #d49e39;
}
.inner-legso:hover {
  border: 1px solid #000;
  transition: 0.5s ease-in-out;
}
section.breadcrumb-inner {
  padding: 60px 0;
  background: url(../../../wp-content/uploads/2025/04/urban-bread-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 50px;
  text-align: left;
  color: #fffdfd;
  font-weight: 600;
  margin: 0;
  background-blend-mode: multiply;
}
h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  padding: 0 15px 0 0;
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 15px;
  }
}
.inner-service h2 {
  color: #044c28;
  font-size: 31px;
  text-align: center;
}
.inner-service p {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 30px;
}
.inner-service strong {
  color: #044c28;
}
.inner-service-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 6px 0 0 35px;
}
.inner-service1 p {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 30px;
  margin: 18px 17px 0 45px;
}
.inner-service1 strong {
  color: #044c28;
}
.inner-service-img1 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 75px 0 0 -35px;
}
.inner-service2 p {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 30px;
  margin: 20px 17px 0 45px;
}
.inner-service2 strong {
  color: #044c28;
}
.inner-service-img2 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 23px 0 0 35px;
}
.inner-service-img3 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 75px 0 0 -35px;
}
.mission p:first-child {
  font-weight: 700;
  font-size: 25px;
  color: #044c28;
}
p.mission-text strong {
  color: #044c28;
}
.vission p:first-child {
  font-weight: 700;
  font-size: 25px;
  color: #044c28;
}
p.vission-text strong {
  color: #044c28;
}
strong {
  color: #044c28;
}
.quality-policy p:first-child {
  font-weight: 700;
  font-size: 25px;
  color: #044c28;
}
section.inner-pages {
  padding: 40px 0;
}
.contact-form {
  background: #68990a;
  padding: 10px;
  border-radius: 10px;
}
.contact-form h4 {
  text-align: center;
  color: #fff;
  margin: 0 0 14px 0;
  padding: 10px;
}
.entry-content {
  margin: 50px 0 20px 0;
}
.blog-detailed {
  margin: 20px 0 0 0 !important;
}
@media (max-width: 767px) {
  .entry-content h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 34px !important;
  }
  .blog-detailed {
    margin: 20px 0 0 0 !important;
  }
  section.inner-pages {
    padding: 25px 0;
  }
  section.breadcrumb-inner {
    padding: 40px 0;
    background: url(../../../wp-content/uploads/2025/04/urban-bread-bg.png);
    background-size: cover;
    font-size: 28px;
    text-align: left;
    background-position: right;
  }
  .breadcrumb-inner h1 {
    font-size: 26px;
    text-align: left;
  }
  #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #000 !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
    background: #000 !important;
  }
  #sequence {
    width: 100%;
    float: left;
    background: #99b46b;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #000 !important;
  }
}
.spandes {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #1e2022;
  font-size: 1.25rem;
}
.blogs-container {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0 35px 0;
}
.blog-info {
  box-shadow: 0 0 3px #000;
  height: 500px !important;
  margin: 0 0 30px;
  padding: 10px 10px 10px 10px;
}
.entry-content h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
}
h3.blog-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 7px 0 7px 0;
  font-size: 26px;
}
.blog-content a {
  background: #92c851;
  color: #fff;
}
p.blog-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#sidebar {
  width: 100%;
  float: left;
  position: sticky;
  top: 0;
  background: #73982f;
}
.contact-form {
  margin: 0 5px;
}
.contact-form p {
  margin: 6px 0 11px 7px;
  color: #fff;
  padding: 8px 0;
  border-bottom: 2px solid;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
div#wpcf7-f182-o1 br {
  display: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  margin: 0 0 11px 0;
}
.recent-posts p {
  margin: 20px 0 14px;
  color: #fff;
  border-bottom: 2px solid;
  padding: 0 0 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
ul.postlist {
  list-style: outside;
  padding: 0 24px 0 30px;
  margin: 0 0 24px 0;
  width: 100%;
  float: left;
}
.postlist li {
  color: #fff;
  margin: 10px 0 10px 0;
}
ul.postlist li a {
  color: #fff;
}
span.time {
  color: #fff;
  border: 2px solid #fff;
  padding: 0 10px;
}
.entry-thumbnail img {
  width: 100% !important;
  height: auto !important;
}
section#gallery-list {
  margin: 30px 0;
}


/* Inner-pages */

.inner-title {
    color: #000b70;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 50px 0 0 0;
}
.bg-mint { background-color: #b9f8b1; }
.bg-blue { background-color: #27158c; }
.text-blue { color: #27158c; }
.text-mint { color: #b9f8b1; }

}
section.innerpages {
    padding: 50px 0 0 0;
}
section.innerpages p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 400;
}
.inner-boxes {
    background: #333e93;
    padding: 30px 16px;
    color: #fff;
    border-radius: 10px;
}
.inner-boxes:hover {
	    transform: translateY(-5px); 
    transition: 0.3s; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
}
.inner-boxes h5 {
    color: #fff;
    line-height: 28px;
}
.reserch-box {
    background: #e6e9ff;
}
.row.research-bg {
    background: #1e266f;
    border-radius: 10px;
}
.rounded-circle{
    background: #e0b553;
}
.director-content-box {
    border-left: 4px solid #333e93;
}
.rounded.director-highlight {
    background: #e1e4ff;
}
.mission-boxes {
    background: #ededed;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 18px 0 0 0;
    border-left: 3px solid #333e93;
}
.mission-box1 {
    background: #e1e4ff;
    padding: 0 0 10px 0;
    border-radius: 10px;
}
a.btn.btn-blue {
    background: #333e93;
}
.mission-boxes i {
    font-size: 30px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #e7a705;
}
