:root {
    --font-secondary-1: "Merienda", cursive;
}

.overflow-unset {
    overflow: unset;
}
.position-sticky {
    position: sticky;
    top: 100px;
}
.gutter-x-0 {
    --bs-gutter-x: 0;
}
.y-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 7px;
}
.font-secondary-1 {
    font-family: var(--font-secondary-1);
}
.display-mob {
    display: none;
}
.bg-1 {
    background: rgba(var(--inz-green-rgb), .2);
    background: -webkit-linear-gradient(0deg, var(--inz-green-light-1), var(--inz-green-light-1), #ffffff);
    background: linear-gradient(0deg, var(--inz-green-light-1), var(--inz-green-light-1), #ffffff);
}
.text-color-1 {
    /* background: -webkit-linear-gradient(45deg, #466fb4, #41e790 80%); */
    background: -webkit-linear-gradient(45deg, var(--inz-base), var(--inz-green) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-left {
    text-align: left;
}

.grdeen-btn {
    border-radius: 25px ! important;
}
.grdeen-btn::before, .about-one--two .grdeen-btn:before {
    background-color: var(--inz-green);
}
.about-one--two .grdeen-btn {
    padding: 12px 40px;
    letter-spacing: 1px;
}

.mobile-nav__content {
    background-color: #ffffff;
}
.mobile-nav__close {
    color: #404040;
}
.mobile-nav__content .main-menu__list li > a, .mobile-nav__contact li a {
    color: var(--inz-black15)
}
.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}
.mobile-nav__btn span {
    background-color: #6e6e6e;
}
.mobile-nav__social a {
    color: var(--inz-black16);
    font-size: 20px;
    background: #f1f1f1;
    width: 35px;
    height: 35px;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    transition: 0.5s;
}
.mobile-nav__social a + a {
    margin-left: 15px;
}
.mobile-nav__social a span img {
    height: 22px;
    width: auto;
    opacity: 0.5;
}
.mobile-nav__social a:hover {
    background-color: var(--inz-green);
    color: #ffffff;
}
.mobile-nav__social a:hover span img {
    opacity: 1;
    filter: brightness(0) invert(1);
}
.mobile-nav__contact li > i {
    background-color: transparent;
    font-size: 14px;
    margin-right: 5px;
    color: var(--inz-green);
}
.mobile-nav__content .main-menu__list li a button {
    background-color: transparent;
    color: #9f9f9f;
    font-size: 14px;
}

.main-header__helpline {
    display: none;
}

/* Elements begin */
.sec-title__img.ele-1 img {
    height: 25px;
    width: auto;
    position: absolute;
    bottom: -15px;
    left: -28px;
    transform: rotate(-25deg);
    user-select: none;
    -webkit-user-drag: none;
}
.sec-title__img.ele-2 img {
    height: 30px;
    width: auto;
    position: absolute;
    bottom: 0px;
    left: -40px;
    transform: rotate(-28deg);
    user-select: none;
    -webkit-user-drag: none;
}
.ele-3 {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 350px;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
}
.ele-4 {
    position: absolute;
    left: 0;
    top: 30px;
    width: auto;
    height: 300px;
    max-height: 100%;
    opacity: 0.2;
    user-select: none;
    -webkit-user-drag: none;
}
/* Elements end */

.section {
    position: relative;
    padding: 100px 0;
}
.section-story {
    padding: 100px 0 50px;
}
.section-journey {
    padding: 0 0 70px;
}
.section-brands {
    padding: 60px 0 20px ! important;
}
.section-team {
    padding: 80px 0;
}

.topbar-one {
    background: var(--inz-green-light-2);
    padding-bottom: 0;
    border-bottom: 1px solid rgba(var(--inz-green-rgb), .2);
}
.topbar-one__social a {
    background: #ffffff;
    width: 23px;
    height: 23px;
    font-size: 11px;
    border-radius: 7px;
}
.topbar-one__social a:hover {
    background: var(--inz-green);
}
.topbar-one__social a span{
    text-align: center;
    align-content: center;
}
.topbar-one__social a span img {
    width: 17px;
    height: 17px;
}
.topbar-one__social a:hover span img {
    filter: brightness(0) invert(1);
}
.topbar-one__info__iconwrap, .topbar-one__right__iconwrap {
    color: var(--inz-green);
}
.main-header__inner {
    background: #ffffff;
    justify-content: space-between;
}
.main-header__logo::after {
    content: none;
}
.main-header__logo {
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0;
}
.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a, .main-menu .main-menu__list > li > a {
    color: var(--inz-black2);
    text-shadow: none;
}
.main-header__logo img {
    height: 65px;
    width: auto;
}
.main-header__right {
    padding-right: 0;
    margin-left: 30px;
}
.main-header__btn {
    color: #ffffff;
    background-color: var(--inz-base);
    margin-right: 0px;
}
.main-header__nav {
    margin-right: 0;
}

.page-header {
    margin-top: 0;
}

.main-slider-two {
    margin-top: 0px;
}
.main-slider-two__item {
    padding: 0;
}
.inz-banner {
    width: 100%;
    height: auto;
}

.main-slider-two__carousel.nav-dots-2 .owl-dots {
    width: auto;
}
.grdeen-owl__carousel--basic-nav.owl-carousel.nav-dots-2 .owl-nav.disabled + .owl-dots {
    margin-top: auto;
    bottom: 0;
    top: auto;
    left: 0;
}
.grdeen-owl__carousel--basic-nav.owl-carousel.nav-dots-2 .owl-dots .owl-dot span {
    width: 20px;
    height: 8px;
    border: none;
    background-color: #ffffff;
}
.grdeen-owl__carousel--basic-nav.owl-carousel.nav-dots-2 .owl-dots .owl-dot:hover span, .grdeen-owl__carousel--basic-nav.owl-carousel.nav-dots-2 .owl-dots .owl-dot.active span {
    background-color: var(--inz-base);
}

.about-one--two {
    padding: 80px 0;
}
.about-one--two.type-2 {
    padding: 80px 0 10px;
}
.sec-title__tagline, .sec-title__img, .about-four__service__title, .about-four__service__icon {
    color: var(--inz-green);
}
.sec-title__title, .about-one__content__qualitwrap__title {
    color: var(--inz-black15);
}
.about-one__shapetop, .about-one__shapebottom, .about-one--two .about-one__content__qualitwrap__icon, .about-one--two .about-one__content__qualitwrap__pricesbox {
    background-color: var(--inz-green);
}
.about-one--two .about-one__content__qualitwrap__tpright, .about-one--two .about-one__content__qualitwrap__btmleft {
    color: #48c182;
}
.about-one__content__qualitwrap__price, .about-one__content__qualitwrap__text {
    z-index: 9;
}
.about-one--two .about-one__content__qualitwrap__pricesbox {
    border-radius: 0 30px 30px 30px;
}
.about-one__content__text, .funfact-one__content__text {
    line-height: 1.8;
    margin: 0 0 15px;
    color: var(--inz-black17);
}
.about-one__image.type-2:before {
    content: '';
    position: absolute;
    margin-left: 0;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg, #ffffff, #ffffff00);
}
.about-one .sec-title {
    padding-bottom: 20px;
}
.tagline-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
    color: var(--inz-base);
    letter-spacing: 0.5px;
    background: rgba(var(--inz-base-rgb), 0.05);
    padding: 5px 25px 5px 15px;
    border-radius: 0 25px 25px 0;
    width: fit-content;
    border-left: 4px solid var(--inz-base);
}

.funfact-one--two.type-2 {
    padding: 0;
}
.funfact-one--two.type-2 .funfact-one__wrapper {
    padding: 20px 0 90px;
    background: none;
    background-color: none;
}
.funfact-one--two.type-2 .funfact-one__wrapper__shapeleft {
    top: 0;
}
.funfact-one--two.type-2 .funfact-one__wrapper__shapeleft img, .funfact-one--two.type-2 .funfact-one__wrapper__shaperight {
    opacity: 0.2;
    width: 130px;
    height: fit-content;
    user-select: none;
    -webkit-user-drag: none;
}
.funfact-one--two.type-2 .funfact-one__item {
    width: 100%;
}
.funfact-one--two.type-2 .work-process-one__col__shapetree {
    top: -32px;
    right: -50px;
    left: auto;
    opacity: 0.2;
    margin: 0 auto;
    animation: none;
}
.funfact-one--two.type-2 .work-process-one__col__shapetree img {
    height: 70px ! important;
    width: auto ! important;
}
.brand-logo {
    width: 90%;
    height: auto;
}
.work-process-one__col__circlewrap {
    padding: 15px;
}
.work-process-one__col__title {
    color: var(--inz-black17);
}
.work-process-one__col__circlewrap {
    width: 70%;
    height: max-content;
    aspect-ratio: 1;
}
.work-process-one__col.type-2 {
    border-radius: 0;
}

.work-process-one__col.type-2 .work-process-one__col__circlewrap::before {
    content: none;
}

.service-one {
    padding: 80px 0 90px;
}
.service-one--two {
    background-color: #3c65a9;
}
.service-one__bg {
    background-size: 600px;
    background-repeat: repeat;
    opacity: 0.2;
}
.service-one--two .service-one__item .service-one__item__titlecol {
    width: 100%;
    flex-direction: row;
}
.service-one--two .service-one__item .service-one__item__titlewrap {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-right: 0;
}
.service-one--two .service-one__item__image::before {
    content: none;
}
.service-one__item__title {
    font-size: 18px;
    line-height: 1.54;
    letter-spacing: 1px;
}
.service-one__item__title a, .service-one__item__title {
    color: var(--inz-black17);
    background: none;
}
.service-one__item__title:hover {
    color: var(--inz-black17);
}
.service-one__item__btmwrap {
    margin-top: 0px;
    padding-top: 15px;
}
.service-one__item:hover .service-one__item__iconlink {
    transform: scaleY(1);
}
.service-one__item.type-2 {
    display: flex;
    border-radius: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    background-position: top right;
    background-size: cover;
}
.service-one__item.type-2:before {
    border-radius: 20px;
    content: '';
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 76%);
}
.service-one__item.type-2 .service-one__item__image {
    padding: 0;
    flex: 0 0 60%;
    max-width: 60%;
}
.service-one__item.type-2 .service-one__item__image img {
    border-radius: 20px 0 0 20px;
}
.service-one__item.type-2 .service-one__item__content {
    width: 100%;
    padding: 15px 20px 15px 0;

}
.service-one__item.type-2 .service-one__item__titlewrap {
    margin-top: 0;
}
.service-one__item.type-2 h3 {
    color: var(--inz-black17);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}
.service-one__item.type-2 h4 {
    color: var(--inz-black17);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.testimonials-one--two {
    padding: 70px 0;
}
.testimonials-one--two .testimonials-card__inner {
    background-color: #f4f8ff;
}
.testimonials-one--two .testimonials-card__inner::after {
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    width: 90%;
}
.testimonials-one--two .testimonials-card__name {
    color: var(--inz-black17);
    font-size: 17px;
    line-height: 1.2;
}
.testimonials-one--two .testimonials-card__designation {
    margin-top: 5px;
    line-height: 1.2;
}
.testimonials-one--two .testimonials-card__quote {
    right: auto;
    top: auto;
    margin-top: -20px;
}
.testimonials-card__icon {
    animation: none;
}
.testimonials-card__rating__start {
    color: #ffa500;
}
.testimonials-one--two .testimonials-card__content {
    color: var(--inz-black18);
    font-size: 15px;
    line-height: 1.8;
}
.testimonials-card:hover .testimonials-card__image img {
    -webkit-box-shadow: 0px 0px 1px 4px rgba(var(--inz-green-rgb), 1);
    box-shadow: 0px 0px 1px 4px rgba(var(--inz-green-rgb), 1);
}

.contact-one__info-wrapper {
    background-color: #348158;
}
.contact-one__info-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: rgb(0 0 0 / 6%);
    border-radius: 8px 0 70px;
}
.contact-one.type-2 {
    padding: 0 0 90px;
}
.contact-one__info.type-2 {
    text-align: left;
}
.contact-one__info.type-2 .contact-one__info__text {
    margin: 0;
    max-width: calc(100% - 30px);
}

.main-footer {
    background-color: #000918;
    padding-bottom: 30px;
}
.main-footer__top {
    padding-bottom: 0;
}
.footer-widget__title {
    margin-bottom: 30px;
}

.footer-widget__experience-text {
    color: var(--inz-black16);
}
.footer-widget__links {
    margin-top: 0;
}
.footer-widget__links li::before {
    content: "\e926";
    font-size: 12px;
}
.footer-widget__links li {
    color: var(--inz-black16);
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.footer-widget__contact_info li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 15px;
}
.footer-widget__contact_info li h4, .footer-widget__contact_info li p {
    font-size: 14px;
    color: var(--inz-text);
}
.footer-widget__contact_info li p a {
    font-size: 14px;
    color: var(--inz-black16);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.footer-widget__contact_info li p a:hover {
    color: #ffffff;
    background-size: 100% 1px;
}
.main-footer__bottom__inner {
    background-color: rgb(255 255 255 / 8%);
    border-radius: 15px;
}
.main-footer__copyright, .main-footer__copyright a {
    font-size: 13px;
    color: #959595;
}
.main-footer__social-list li a {
    color: #3e3e3e;
}
.main-footer__social-list li span > img {
    height: 22px;
    width: auto;
    filter: brightness(0) invert(0);
}
.main-footer__social-list li a:hover span > img {
    filter: brightness(0) invert(1);
}

/* Swiper pagination begin */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    z-index: 99999;
    display: block;
    margin-top: 30px;
    width: auto ! important;
}
.swiper-pagination-bullet {
    transform: scale(1) ! important;
    background: #eee;
    border: 2px solid #eee;
}
.swiper-pagination-bullet-active {
    background: #ffffff;
    border: 0px solid var(--inz-base);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: initial;
}
/* Swiper pagination begin */

.main-menu .main-menu__list, .main-menu .main-menu__list ul {
    display: flex;
}
.mobile-nav__btn {
    display: none;
}

.page-header.type-2 {
    padding: 120px 0;
}
.page-header.type-2 .page-header__bg {
    background-repeat: repeat;
    background-size: 300px;
}
.page-header.type-2 .page-header__overlay {
    mix-blend-mode: normal;
    background-color: rgb(var(--inz-base-rgb), 94%);
}
.page-header__title {
    margin-bottom: 0;
}
.bread-header {
    position: relative;
    text-align: left;
}
.bread-header h5 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.bread-header h5:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 35px;
    left: 0;
}
.bread-header-img {
    position: relative;
}
.bread-header-img img {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: -55%;
    padding-bottom: 2px;
    border-bottom: 2px solid var(--inz-base);
}

.funfact-one--about.type-2 {
    padding: 100px 0 50px;
}
.sec-title__title.large {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.5;
}

.icon-1 {
    height: 75px;
    width: auto;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000000;
}

.story-box {
    margin-bottom: 30px;
}
.story-icon {
    border: 3px solid var(--inz-green);
    border-radius: 50%;
    background: #ffffff;
    margin-left: 25px;
    margin-bottom: -40px;
    width: fit-content;
    position: relative;
}
.story-icon img {
    border-radius: 50%;
    width: 80px;
    height: auto;
    background: var(--inz-base);
    border: 3px solid #ffffff;
    padding: 5px;
}
.story-content {
    padding: 50px 30px 30px 30px;
    background: var(--inz-base-light-2);
    border-radius: 10px;
    transition: 0.5s;
}
.story-content p {
    line-height: 1.8;
    font-size: 18px;
    color: var(--inz-black17);
    letter-spacing: 0.5px;
}
.story-box:hover .story-content {
    background: var(--inz-base);
}
.story-box:hover .story-content p {
    color: #ffffff;
}

.team-card__image img {
    border-radius: 50% ! important;
    border: 4px solid #fff;
}
.team-one__item {
    background: var(--inz-green);
    border-radius: 10px;
    overflow: hidden;
}
.team-one__item:hover {
    background: var(--inz-base);
}
.team-card__bg-black, .team-one__item:hover .team-card__bg-base {
    background-color: var(--inz-green);
}
.team-card__bg-base, .team-one__item:hover .team-card__bg-base {
    border-radius: 50% 50% 0 0;
}
.team-details__text {
    margin-bottom: 0px;
}
.team-details.type-2 {
    padding: 0;
}
.team-name {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: var(--inz-black15);
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.team-designation {
    color: #878787;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.sep-1 {
    display: block;
    position: relative;
    width: 80px;
    height: 2px;
    background: var(--inz-base);
    margin: 25px 0;
}
.sep-2 {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 50px 0;
}
.team-profile p {
    color: var(--inz-black17);
    line-height: 1.8;
    font-size: 16px;
}
.team-profile p:last-child {
    margin-bottom: 0;
}
.team-profile.type-2 {
    background: #eee;
    padding: 20px 15px;
    border-radius: 7px;
    text-align: center;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s;
}
.team-profile.type-2:hover {
    background: var(--inz-green);
}
.profile-container {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 20px);
    aspect-ratio: 1/1;
    margin:  0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
    filter: grayscale(1);
}
.profile-container:before {
    content: '';
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    backdrop-filter: blur(3px);
}
.team-profile.type-2 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: contain;
    /* border: 2px solid #ffffff; */
    filter: grayscale(1) blur(0);
    aspect-ratio: 1 / 1;
}
.team-profile.type-2 h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.team-profile.type-2:hover h5 {
    color: #ffffff;
}

.team-details__image.type-2, .team-details__content.type-2 {
    padding: 30px 0;
}
.team-details__image.type-2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    /* background: #ffffff; */
    filter: grayscale(1);
}
.team-details__content.type-2 {
    margin: 0;
}
.team-details__content.type-2 .team-details__title {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 5px;
}
.team-details__content.type-2 .team-details__designation {
    margin: 0;
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 10px;
    font-weight: 300;
}
.team-profile-modal:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(10px);
    cursor: pointer;
}
@keyframes zoomIn {
    0% { transform: scale(0.6); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes zoomOut {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.6); opacity: 0; }
}
.team-profile-modal.show {
    animation: zoomIn 0.2s ease-out;
}
.team-profile-modal {
    animation: zoomOut 0.2s ease-out;
}

.product__categories {
    padding: 30px 30px 30px 15px;
}
.product__categories ul li a {
    font-size: 14px;
    text-transform: initial;
}

.partner-box {
    width: 100%;
    display: flex;
    gap: 20px;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.partner-logo {
    text-align: center;
    padding: 15px 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: center;
}
.partner-logo img {
    height: 90px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    /* filter: grayscale(1); */
    /* opacity: 0.7; */
    transition: 0.5s;
}
.partner-logo:hover img {
    filter: none;
    opacity: 1;
}
.partner-logo p {
    margin: 10px 0 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
    color: #000;
    width: 100%;
    font-size: 12px;
    transition: 0.5s;
    opacity: 0.7;
}
.partner-logo:hover p {
    opacity: 1;
}

.contact-one__wrapper {
    padding: 50px;
    margin-top: 0;
    margin-bottom: 50px;
    background: #fbfbfb;
}
.contact-info h4 {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-address, .contact-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}
.contact-address span, .contact-details span {
    min-width: 30px;
    width: 30px;
    color: #959595;
}
.contact-address h6, .contact-details p b {
    font-size: 15px;
    color: #959595;
    font-weight: 500;
    margin-bottom: 5px;
}
.contact-address p, .contact-details p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
}
.contact-address a, .contact-details a {
    color: #505050;
}
.contact-address a:hover, .contact-details a:hover {
    color: #000000;
}
.contact-form {
    background: var(--inz-base);
    padding: 30px;
    border-radius: 7px;
}
.contact-form h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-one__control {
    margin-bottom: 20px;
}
.contact-one__form .bootstrap-select > .dropdown-toggle, .contact-one__form input[type=text], .contact-one__form input[type=email], .contact-one__form textarea {
    height: 50px;
}
.contact-one__form textarea {
    height: auto;
}
.contact-one__form .grdeen-btn {
    background-color: #000000;
}
.map__contact {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.blog-card--two {
    height: 100%;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 10px;
}
.blog-card--two .blog-card__content {
    padding: 15px 15px 20px;
}
.blog-card--two .blog-card-two__text {
    line-height: 1.5;
    font-size: 14px;
}
.blog-card__image img{
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}
.blog-card--two .blog-card__content {
    padding: 15px;
    background: transparent;
}
.blog-card__content, .blog-card:hover .blog-card__content {
    box-shadow: none;
}
.blog-card:hover  .blog-card-two__text{
    color: #000000;
}

.service-sidebar {
    border: 1px solid var(--inz-border-color, #e7e7e7);
    border-radius: 10px;
    padding: 25px 18px;
}
.service-sidebar__single {
    background: transparent;
    padding: 0;
}
.service-sidebar__nav li:not(:last-of-type) {
    margin-bottom: 5px;
}
.service-sidebar__nav li a {
    font-size: 14px;
    color: #262626;
    font-weight: 500;
    padding: 10px 15px;
}
.service-sidebar__nav li a::after {
    content: "\f061";
    font-size: 12px;
}

.modal-btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 50%;
    opacity: 0.4 ! important;
    z-index: 9999;
    transition: 0.5s;
}
.modal-btn-close:hover {
    cursor: pointer;
    opacity: 1 ! important;
}

label.error {
    color: #ffffff;
    font-size: 11px;
}


@media (max-width: 1200px) {
    .container, .about-one .container, .funfact-one .container, .service-one .container, .testimonials-one .container, .main-footer .container {
        max-width: 92%;
    }
    .main-header__logo img {
        height: 50px;
    }
    .main-menu .main-menu__list > li {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .main-menu .main-menu__list > li > a {
        font-size: 15px;
    }
    .topbar-one__right__list {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .container, .about-one .container, .funfact-one .container, .service-one .container, .testimonials-one .container, .main-footer .container {
        max-width: 95%;
    }
    .topbar-one__inner {
        flex-direction: row;
        justify-content: space-between;
    }
    .topbar-one__right {
        margin-top: 0;
    }
    .topbar-one__info__item + .topbar-one__info__item, .topbar-one__right__list li + .topbar-one__info__item, .topbar-one__right__list .topbar-one__info__item + li, .topbar-one__right__list li + li {
        margin-left: 20px;
    }
    .topbar-one__info__item, .topbar-one__right__list li {
        font-size: 12px;
    }
    .main-menu .main-menu__list > li + li {
        margin-left: 20px;
    }
    .main-menu .main-menu__list > li > a {
        font-size: 14px;
    }
    .main-header__logo img {
        height: 45px;
    }
    .main-header__btn {
        padding: 10px 20px;
    }
    .about-one--two {
        padding: 50px 0 0px;
    }
    .about-one--two .grdeen-btn {
        margin-top: 0;
    }
    .about-one--two .about-one__shapebottom {
        width: 150px;
    }
    .scroll-to-top__text {
        display: none;
    }
    .grdeen-btn {
        padding: 12px 25px;
    }
}

@media (max-width: 900px) {
    .topbar-one__right__list {
        display: none;
    }
    .main-header__inner {
        justify-content: space-between;
        padding: 10px 0;
    }
    .main-header__nav, .main-menu .main-menu__list, .main-menu .main-menu__list ul {
        display: none;
    }
    .mobile-nav__btn {
        display: flex;
    }
    .about-four__service__icon {
        font-size: 25px;
    }
    .about-four__service__title {
        font-size: 18px;
        line-height: 1.5;
    }
    .about-four__service__title {
        white-space: nowrap;
    }
    .about-four__service {
        margin-bottom: 0;
    }
    .about-one--two .about-one__content__qualitwrap {
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        column-gap: 20px;
    }
    .about-one--two .about-one__content__qualitwrap__pricesbox {
        margin-top: 0;
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .container, .about-one .container, .funfact-one .container, .service-one .container, .testimonials-one .container, .main-footer .container {
        max-width: calc(100% - 0px);
    }

    .display-mob {
        display: block;
    }
    .display-desk {
        display: none;
    }
    .order-xs-1 {
        order: 1;
    }
    .order-xs-2 {
        order: 2;
    }
    .section {
        padding: 50px 0;
    }
    .section-story {
        padding: 50px 0 30px;
    }
    .section-journey {
        padding: 0 0 70px;
    }
    .section-brands {
        padding: 50px 0 10px ! important;
    }

    .scroll-to-top.show {
        visibility: hidden;
    }

    /* Elements begin */
    .sec-title__img.ele-1 img {
        height: 15px;
        width: auto;
        position: absolute;
        bottom: -10px;
        left: -15px;
        transform: rotate(-18deg);
    }
    .sec-title__img.ele-2 img {
        height: 20px;
        width: auto;
        position: absolute;
        bottom: 0px;
        left: -10px;
        transform: rotate(-5deg);
    }
    .ele-3 {
        bottom: -13px;
        width: 150px;
    }
    /* Elements end */

    .mobile-nav__btn {
        margin-right: 0px;
        margin-left: auto;
    }
    .main-header {
        padding: 15px 0;
    }
    .main-header__inner {
        padding: 0;
    }
    .main-header__logo img {
        height: 45px;
    }

    .page-header.type-2 {
        padding: 60px 0;
    }
    .page-header__title {
        font-size: 30px;
    }

    .funfact-one__content .sec-title {
        padding-bottom: 0;
    }

    .about-one--two {
        padding: 50px 0 0;
    }
    .about-one--two.type-3 {
        padding: 0px 0 70px;
    }
    .about-one__content__qualitwrap {
        margin-bottom: 0;
    }
    .about-one--two .grdeen-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sec-title__title.type-2 {
        font-size: 40px;
        line-height: 1.1;
    }
    .sec-title__title.large {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about-one--two .about-one__shapebottom {
        width: 100px;
    }
    .about-one__content__qualitwrap__price {
        font-size: 30px;
    }
    .about-one__content__qualitwrap__text {
        font-size: 15px;
        line-height: 1.2;
    }

    .funfact-one--two.type-2 .funfact-one__wrapper {
        padding: 10px 0 60px;
    }
    .funfact-one--two.type-2 .funfact-one__wrapper__shapeleft img, .funfact-one--two.type-2 .funfact-one__wrapper__shaperight {
        width: 90px;
    }
    .funfact-one--two.type-2 .funfact-one__wrapper__shaperight img {
        width: 90px;
    }
    .funfact-one__item .work-process-one__col {
        padding: 25px 15px;
    }
    .funfact-one--two.type-2 .work-process-one__col__shapetree {
        top: -22px;
        right: -55px;
    }
    .funfact-one--two.type-2 .work-process-one__col__shapetree img {
        height: 40px ! important;
    }
    .work-process-one__col__circlewrap {
        width: 80%;
        margin-bottom: 10px;
    }
    .work-process-one__col__title {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 0px;
    }
    .funfact-one--two.type-2 .service-one__item__link {
        font-size: 8px;
        line-height: 1;
    }

    .funfact-one--about.type-2 {
        padding: 50px 0 30px;
    }

    .service-one {
        padding: 50px 0 40px;
    }

    .testimonials-one--two {
        padding: 50px 0;
    }
    .testimonials-one--two .testimonials-card__inner {
        padding: 30px 20px;
    }

    .contact-one.type-2 {
        padding: 0 0 60px;
    }

    .contact-one__info {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 20px;
        padding: 0 20px;
    }
    .contact-one__info > div {
        text-align: left;
    }
    .contact-one__info__title {
        margin: 0;
    }
    .contact-one__info__icon {
        margin: 0;
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
    .contact-one__info-wrapper {
        padding: 40px 0 30px;
    }
    .contact-one__info-wrapper:before {
        content: '';
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 70px;
        height: 70px;
        border-radius: 0 8px 0 70px;
    }
    .contact-one__info.type-2 {
        display: block;
    }
    .contact-one__info.type-2 .contact-one__info__text {
        margin: 0;
        max-width: 100%;
        border-top: 1px solid #48996e;
        padding-top: 20px;
    }

    .story-content p {
        line-height: 1.6;
        font-size: 16px;
    }

    .team-one__item {
        margin-bottom: 30px;
    }
    .team-card__image {
        text-align: center;
    }
    .team-card__image img {
        max-width: 200px;
    }
    .team-name {
        font-size: 25px;
        letter-spacing: 0;
        font-weight: 600;
    }
    .team-designation {
        margin-bottom: 30px;
    }

    .partner-box {
        gap: 15px;
    }
    .partner-logo {
        padding: 5px;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
    .partner-logo img {
        height: 50px;
        width: auto;
        max-width: 80px;
        object-fit: contain;
    }
    .partner-logo p {
        margin: 10px 0 0 0;
        padding: 10px 0 0;
        font-size: 12px;
    }

    .contact-one__wrapper {
        padding: 30px 20px;
    }
    .contact-form {
        margin-top: 20px;
        padding: 30px 20px 1px;
    }

    .product__categories {
        margin-bottom: 30px;
        padding: 0;
        border: none;
    }
    .service-sidebar.dropdown-mob {
        border: none;
        border-radius: 0;
        padding: 0;
        margin-bottom: 40px;
    }

    .team-details__image.type-2, .team-details__content.type-2 {
        padding: 30px 0 0;
    }

    .service-one__item.type-2 {
        flex-direction: column;
        border-radius: 10px;
    }
    .service-one__item.type-2:before {
        border-radius: 10px;
    }
    .service-one__item.type-2 .service-one__item__image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-one__item.type-2 .service-one__item__image img {
        border-radius: 10px 10px 0 0;
    }
    .service-one__item.type-2 .service-one__item__content {
        padding: 20px 20px 30px;
    }
    .service-one__item.type-2 .service-one__item__btmwrap {
        justify-content: space-between;
    }
    .pp-slider .swiper-horizontal > .swiper-pagination-bullets, .pp-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-top: 0;
    }

    .service-one .sec-title {
        padding-bottom: 30px;
    }
    
    .main-footer {
        padding-bottom: 15px;
    }
    .footer-widget__experience-text {
        padding-right: 0;
    }
    .main-footer__social-row {
        order: 1;
    }
    .main-footer__copyright {
        order: 2;
    }
    .footer-widget__logo {
        max-width: 135px;
    }
}