/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: Montserrat-medium;
	src: url(../tiss-theme/assets/montserrat/Montserrat-Medium.ttf);
	font-weight: 500;
}

@font-face {
	font-family: Montserrat-regular;
	src: url(../tiss-theme/assets/montserrat/Montserrat-Regular.ttf);
	font-weight: 600;
}

@font-face {
	font-family: Montserrat-semibold;
	src: url(../tiss-theme/assets/montserrat/Montserrat-SemiBold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: Montserrat-bold;
	src: url(../tiss-theme/assets/montserrat/Montserrat-Bold.ttf);
	font-weight: 600;
}



h1,h2,h3,h4,h5,h6{
     font-family: "Poppins", sans-serif;
}

p, a{
   font-family: "Roboto", sans-serif;
    color: #000000de;  
    font-size: 16px;                                         
}

span{
    font-family: "Roboto", sans-serif;  
}

a:hover{
   
    text-decoration: none !important;
}

.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #086b08;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
    scroll-behavior: smooth;
}

body{
    background: #ffffff !important;
}

.container {
    max-width: unset !important;
    padding: 0 3% !important;
}


/* header section start */

.header-wrapper {
    width: 100%;
    background: rgb(255 255 255);
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 9;
    padding: 15px 0;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    transition: .3s ease;
}

.header-logo img {
    width: 160px;
    object-fit: cover;
    height: auto;
    margin-right: auto;
    display: block;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 130px;
}

.f-nav .menu-logoheader{
    padding-top: 0;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;    
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #086b08 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 12px 0px 12px !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat-semibold';
}

/* header ends */


/* banner section start  */

.banner-section {
    padding: 60px 0 0 90px;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.banner-star-1 {
    position: absolute;
    bottom: 0;
    left: 100px;
    width: clamp(50px, 12vw, 245px);
    height: auto;
    z-index: 0;
}

.banner-star-2 {
    position: absolute;
    top: 46%;
    left: 51%;
    transform: translate(-49%, -54%);
    width: clamp(70px, 14vw, 270px);
    height: auto;
    z-index: 0;
}

.banner-star-3 {
    position: absolute;
    bottom: 0;
    right: 80px;
    width: clamp(70px, 14vw, 270px);
    height: auto;
    z-index: 0;
}

.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.banner-content {
    flex: 1;
    max-width: 600px;
}

.banner-title {
    font-size: clamp(30px, 4vw, 55px);
    font-family: 'Montserrat-medium', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    color: #111;
}

.banner-title span {
    color: #086b08;
    font-weight: 500;
    font-family: 'Montserrat-medium', sans-serif;
}

.banner-desc p {
    font-size: clamp(14px, 1.2vw, 16px);
    font-family: 'Montserrat-medium', sans-serif;
    color: #777;
    max-width: 600px;
    margin: 15px 0 40px;
    line-height: 1.6;
}

.banner-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.banner-btn-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 2vw, 16px);
    font-family: 'Montserrat-bold', sans-serif;
    border: 2px solid #086b08;
    background: #086b08;
    color: #fff;
    padding: clamp(10px, 1vw, 15px) clamp(20px, 2vw, 40px);
    border-radius: 35px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
}

.banner-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 2vw, 16px);
    font-family: 'Montserrat-bold', sans-serif;
    border: 2px solid #111;
    color: #111;
    padding: clamp(10px, 1vw, 15px) clamp(20px, 2vw, 40px);
    border-radius: 35px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
}

.banner-btn-book:hover {
    background: transparent;
    color: #086b08;
}

.banner-btn-outline:hover {
    background: #086b08;
    border-color: #086b08;
    color: #fff;
}

.banner-image {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 480px;
    width: 45%;
}

.banner-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    display: block;
}

/* banner section ends */



/* about us section start  */

.about-section {
    padding: 60px 0;
    background: #f5f7fa;
}

.about-content p {
    font-size: clamp(18px, 2vw, 26px);
    font-family: 'Montserrat-regular';
    color: #000;
    line-height: 1.5;
}

.about-content p span {
    font-family: 'Montserrat-regular';
    color: #086b08;
}

.about-content a {
    color: #1e73be;
    text-decoration: none;
    font-weight: 500;
}

.counter-row {
    margin-top: 50px;
    padding: 0 8%;
}

.counter-box h2 {
    font-size: clamp(26px, 3vw, 42px);
    font-family: 'Montserrat-bold';
    font-weight: 600;
    color: #222;
}

.counter-box p {
    font-size: 18px;
    font-family: 'Montserrat-regular';
    color: #777;
}

/* about us section start  */



/* service section start   */

.services-section {
    padding: 60px 0;
    position: relative;
}

.service-star-1 {
    position: absolute;
    top: 70px;
    left: 48%;
    transform: translateX(-52%);
    width: clamp(70px, 14vw, 270px);
    height: auto;
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.service-head-content {
    width: 50%;
}

.service-head-button {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 50%;
}

.service-header h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-medium';
}

.service-header p {
    color: #666;
    font-size: clamp(14px, 2vw, 16px);
    font-family: 'Montserrat-regular';
    margin-top: 10px;
    width: 70%;
}

.service-view-all-btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Montserrat-bold';
    border: 2px solid #086b08;
    color: #000;
    padding: 15px 50px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.service-view-all-btn i {
    font-size: 18px;
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
}

.service-view-all-btn:hover {
    background: #086b08;
    color: #fff;
}

.service-view-all-btn:hover i {
    transform: rotate(0deg);
}

.service-slide {
    padding: 0 15px;
}

.service-card {
    position: relative;
    overflow: hidden;
}

.service-img {
    position: relative;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

.service-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 75%,
        rgba(0,0,0,0.75) 100%
    ),
    linear-gradient(
        90deg,
        rgba(0,0,0,0.6) 0%,
        rgba(0,0,0,0) 0%
    );
}

.service-overlay h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    z-index: 2;
}

.service-card h4 {
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat-bold';
    font-weight: 600;
}

.service-arrow-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #086b08;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
}

.service-arrow-btn i {
    transform: rotate(-45deg);
    font-size: 20px;
    transition: 0.3s ease-in-out;
}

.service-card:hover i {
    transform: rotate(0deg);
    color: #fff;
}

.services-section .slick-dots {
    position: absolute;
    bottom: -60px;
}

.services-section .slick-dots li button:before {
    font-size: 15px;
    color: black;
}

.services-section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #065506;
}

.services-section .slick-dots li.small {
    display: none;
}

.services-section .slick-dots li.large {
    display: inline-block;
}


/* service section end  */



/* products section start  */

.products-section {
    padding: 60px 0;
    background: #f5f7fa;
    position: relative;
}

.product-star-1 {
    position: absolute;
    bottom: 25px;
    left: 0px;
    width: clamp(60px, 10vw, 140px);
    height: auto;
}

.product-star-2 {
    position: absolute;
    top: 135px;
    right: 0;
    width: clamp(60px, 7vw, 140px);
    height: auto;
}
.product-header {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}

.product-head-content {
    width: 50%;   
}

.product-header h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-medium';
}

.product-header p {
    color: #666;
    font-family: 'Montserrat-regular';
    margin-top: 10px;
    font-size: clamp(14px, 2vw, 16px);
    width: 70%;
}

.product-head-button {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 50%;   
}

.products-view-all-btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Montserrat-bold';
    border: 2px solid #086b08;
    color: #000;
    padding: 15px 50px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s
}

.products-view-all-btn:hover {
    background: #086b08;
    color: #fff;
}

.products-view-all-btn i {
    font-size: 18px;
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
}

.products-view-all-btn:hover i {
    transform: rotate(0deg);
    color: #fff;
}

.product-col {
    margin-top: 20px;
}

.product-card {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    transition: 0.3s ease;
}

.product-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.product-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0px;
}

.product-content h4 {
    font-size: 16px;
    font-family: 'Montserrat-semibold';
    font-weight: 500;
    margin: 0;
    color: #222;
}

.product-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #086b08;
    border: 2px solid #086b08;
    color: #fff;
    padding: 2px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-family: 'Montserrat-medium';
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.product-buy-btn:hover {
    border: 2px solid #086b08;
    color: #000;
    background: transparent;
}

.product-card:hover {
    transform: translateY(-5px);
}


/* products section end  */



/* projects section start */

.projects-section {
    padding: 60px 0;
    position: relative;
	display: none;
}

.projects-star-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(70px, 14vw, 270px);
    height: auto;
}

.projects-star-2 {
    position: absolute;
    top: 85px;
    right: 260px;
    width: clamp(70px, 14vw, 270px);
    height: auto;
}

.project-col {
    margin-top: 20px;
}

.project-card {
    border-radius: 16px;
    overflow: hidden;
}

.project-img {
    position: relative;
}

.project-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.project-arrow-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #000;
    border-radius: 10px 0px 16px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s ease;
}

.project-arrow-btn i {
    font-size: 20px;
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
}

.project-card:hover i {
    transform: rotate(0deg);
}

.project-card:hover .project-arrow-btn {
    background: #086b08;
    color: #fff;
}


/* projects section end */



/* client section start */


.clients-section {
    padding: 40px 0;
    text-align: center;
}

.clients-title {
    font-size: 20px;
    font-family: 'Montserrat-medium';
    font-weight: 600;
    color: #086b08;
    margin-bottom: 30px;
    text-align: left;
}

.client-logo img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    transition: 0.3s ease;
}



/* client section end  */


/* testimonial-blog section start  */

.testimonial-blog-section {
    padding: 60px 0;
    position: relative;
}

.testimonial-blog-star-1 {
    position: absolute;
    top: 66px;
    right: 0;
    width: clamp(70px, 14vw, 270px);
    height: auto;
}

.testimonial-title {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-medium';
    margin-bottom: 50px;
}

.testimonial-col {
    margin-bottom: 20px;
}

.testimonial-card {
    background: #F5F5F5;
    border: 1px solid #0000002b;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote-icon {
    font-size: 26px;
    color: #086b08;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 14px;
    font-family: 'Montserrat-regular';
    color: #444;
    margin: 10px 0;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.testimonial-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-user-info h6 {
    font-size: 14px;
    font-family: 'Montserrat-semibold';
    margin: 0;
}

.testimonial-user-info span {
    font-size: 12px;
    font-family: 'Montserrat-regular';
    color: #777;
}


.blog-title {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-medium';
    margin-bottom: 50px;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #0000002b;
}

.blog-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.blog-img {
    width: 33%;
}

.blog-img img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    border-radius: 16px;
}

.blog-content {
    width: 60%;
}

.blog-content h5 {
    font-size: 16px;
    font-family: 'Montserrat-bold';
    font-weight: 600;
    color: #222;
    margin: 10px 0 15px;
}

.blog-content p {
    font-size: 16px;
    font-family: 'Montserrat-regular';
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.blog-content a {
    color: #086b08;
    text-decoration: none;
    font-weight: 500;
    margin-left: 5px;
    position: relative;
}

.blog-content a::before {
    content: "|";
    margin-right: 8px;
    color: #999;
}

/* testimonial-blog section end   */


/* faq section start */

.faq-section {
    padding: 60px 0;
    background: #FFFFFF;
}

.faq-title {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-medium';
    margin-bottom: 30px;
}

.faq-item {
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question span {
    font-family: 'Montserrat-medium';
    font-size: clamp(14px, 2vw, 16px);
}

.faq-icon {
    width: 12px;
    height: 12px;
    position: relative;
}

.faq-icon::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    transform: rotate(-135deg); /* looks like ⌃ */
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    translate: -50% -50%;
}

.faq-item.active .faq-icon::after {
    transform: rotate(45deg); /* rotates down */
}

.faq-answer {
    max-height: 0px;
    display: none;
    overflow: hidden;
    background: #FBFBFB;
    border: 1px solid #EAEAEA;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    border-radius: 0 0 8px 8px;
}

.faq-answer p {
    font-family: 'Montserrat-regular';
    font-size: clamp(14px, 2vw, 16px);
}

.faq-item.active .faq-answer {
    padding: 15px 20px;
    display: block;
    max-height: unset !important;
}

/* faq section ends */

/* contact us section start */

.contact-us-wrap {
    padding: 80px 0;
    border-radius: 30px 30px 0 0;
    background: #F9F9F9;
    position: relative;
}

.contact-us-star {
    position: absolute;
    bottom: 40px;
    left: 35%;
    transform: translateX(-65%);
    width: clamp(70px, 14vw, 270px);
    height: auto;
}

.contact-left {
    max-width: 500px;
}

.contact-title {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #323232;
}

.contact-desc {
	font-size: clamp(14px, 2vw, 16px);
    font-family: 'Montserrat-regular';
	color: #717171;
	margin-bottom: 20px;
	line-height: 1.6;
}

.contact-details p {
    font-size: clamp(12px, 2vw, 16px);
    font-family: 'Montserrat-medium';
    color: #1B1C1D;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
    margin-bottom: 10px;
}

.contact-details a {
    font-size: clamp(12px, 2vw, 16px);
    width: fit-content;
    display: block;
    font-family: 'Montserrat-medium';
    font-weight: 600;
    color: #086b08;
    text-decoration: none;
}

.contact-details a:hover {
    color: #086b08;
    text-decoration: none;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border: 2px solid #78b343;
    background: #78b343;
    color: #fff;
    padding: 10px 30px;
    border-radius: 35px;
    margin-top: 10px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.contact-btn:hover {
	border: 2px solid #086b08;
    background: #086b08;
	color: #fff;
}

.contact-form-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
}

.contact-form-wrap br {
    display: none !important;
}

.contact-form-wrap p {
    margin: 0;
}

.contact-form-wrap label {
    font-size: clamp(12px, 2vw, 16px);
    font-family: 'Montserrat-medium';
    color: #086b08;
    margin-bottom: 6px;
    display: block;
    font-weight: 500;
}

.contact-input, .contact-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #F5F5F5;
    border-radius: 12px;
    font-size: clamp(12px, 2vw, 16px);
    background: #FCFCFC;
    margin-bottom: 20px;
    outline: none;
    transition: 0.3s;
}


.contact-input ::placeholder,
.contact-textarea ::placeholder {
    color: #AAA4A4;
    font-size: clamp(12px, 2vw, 16px);
}

.contact-textarea {
    height: 140px;
    resize: none;
}

.contact-input:focus, .contact-textarea:focus {
    border-color: #086b08;
    box-shadow: 0 0 1px 5px #086b0818;
}

.contact-submit-wrap {
	text-align: right;
}

.contact-submit {
    background: #086b08;
    color: #fff;
    border: none;
    line-height: 1;
    padding: 12px 40px;
    font-weight: 700;
    border-radius: 25px;
    font-size: clamp(12px, 2vw, 16px);
    cursor: pointer;
    transition: 0.3s;
}

.contact-submit:hover {
	background: #056c05;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
	margin-bottom: 10px;
	font-size: clamp(10px, 1vw, 14px);
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 15px;
	font-size: clamp(10px, 1vw, 14px);
	border: none;
	padding: 0;
}

/* contact us section ends */


/* footer section start */

.footer {
	padding: 18px 0;
	background: #fff;
}

.footer-links {
	margin-bottom: 15px;
}

.footer-links a {
	color: #1B1C1D;
    font-size: clamp(12px, 2vw, 16px);
    font-family: 'Montserrat-regular';
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-links a:hover {
	color: #086b08;
}

.footer-links span {
    margin: 0px 12px;
    font-size: clamp(16px, 4vw, 20px);
    color: #1B1C1D;
}

.footer-copy p {
    font-size: clamp(12px, 2vw, 16px);
    font-family: 'Montserrat-regular';
    color: #086b08;
    margin: 0;
    line-height: 1.5;
}

.footer-copy a {
    color: #1B1C1D;
    font-size: clamp(12px, 2vw, 16px);
    font-family: 'Montserrat-regular';
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-copy a:hover {
	color: #086b08;
}

/* footer section ends */



/* inner page header section start  */

.innerpage-header {
  position: relative;
  height: 65vh;
  overflow: hidden;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 50%);
    z-index: 1;
}

.innerpage-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
    transform: translateY(-40%);
}

.pageheading-middle a {
    color: #ffffff;
}

.pageheading-middle a:hover {
    color: #28a745;
    text-decoration: none;
}


/* inner page header section end   */


/* inner page about us section start  */

.inner-about-us-wrap {
    padding: 80px 0 60px;
    background: #ffffff;
}

.inner-about-us-wrap .row {
    align-items: center;
}

.inner-about-right {
    padding-right: 40px;
}

.inner-about-image-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease;
    width: 100%;
    height: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-img-main {
    width: 55%;
    height: 470px;
}

.about-img-group {
    width: 40%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-img.about-img-top {
    height: 400px;
}

.about-img-bottom {
    width: 100%;
    height: 250px;
}

.inner-about-content h1,
.inner-about-content h2,
.inner-about-content h3,
.inner-about-content h4 {
    font-size: clamp(26px, 3vw, 46px);
    font-family: 'Montserrat-medium', sans-serif;
    font-weight: 500;
    font-family: 'Montserrat-medium';
    line-height: 1.3;
    margin: 0;
    color: #1B1C1D;
    margin-bottom: 15px;
}

.inner-about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #989899;
    margin-bottom: 20px;
    font-family: 'Montserrat-regular';
}

.inner-counter-box {
    position: relative;
    text-align: center;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}

.inner-counter-number-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.inner-counter-number {
    font-size: 38px;
    line-height: 1;
    font-family: 'Montserrat-bold', sans-serif;
    color: #086b08;
    margin: 0;
    display: inline-block;
}

.inner-counter-suffix {
    font-size: 22px;
    line-height: 1;
    font-family: 'Montserrat-bold', sans-serif;
    color: #111111;
    margin-left: 2px;
}

.inner-counter-label {
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Montserrat-medium';
    color: #555555;
    margin: 0;
    position: relative;
    z-index: 2;
}


.inner-mv-wrap {
    padding: 80px 0;
    background: #ffffff;
}

.inner-mv-box {
    position: relative;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    height: 100%;
    overflow: hidden;
}

.inner-mv-box::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: -15px;
    width: 120px;
    height: 120px;
    border: 3px solid rgba(8, 107, 8, 0.15);
    border-radius: 50%;
}

.inner-mv-box::after {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    width: 200px;
    height: 200px;
    border: 6px solid rgba(8, 107, 8, 0.15);
    border-radius: 50%;
}

.inner-mv-title {
    font-size: 26px;
    line-height: 1.3;
    font-family: 'Montserrat-bold';
    color: #111111;
    margin-bottom: 5px;
}

.inner-mv-text {
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Montserrat-medium';
    color: #5f5f5f;
    margin: 0;
}


/* inner page about us section end  */


/* inner page service section start  */


.inner-service-section {
    padding: 80px 0;
    position: relative;
}

.inner-service-star-1 {
    position: absolute;
    top: 70px;
    left: 48%;
    transform: translateX(-52%);
    width: clamp(70px, 14vw, 270px);
}

.inner-service-header {
    text-align: center;
    margin-bottom: 50px;
}

.inner-service-header h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-medium';
}

.inner-service-header p {
    color: #666;
    margin: 10px auto 0;
    font-size: clamp(14px, 2vw, 16px);
    font-family: 'Montserrat-regular';
    max-width: 700px;
    width: 80%;
}

.inner-service-card {
    position: relative;
    display: block;
    overflow: hidden;
}

.inner-service-img {
    position: relative;
}

.inner-service-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

.inner-service-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 75%, rgba(0,0,0,0.75) 100%);
}

.inner-service-overlay h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat-bold';
}

.inner-service-arrow-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #086b08;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.inner-service-arrow-btn i {
    transform: rotate(-45deg);
    transition: 0.3s;
}

.inner-service-card:hover .inner-service-arrow-btn i {
    transform: rotate(0);
}


/* inner page service section end  */



/* single page service section start  */

.single-service-wrap {
    padding: 60px 0;
    background: #f7f7f5;
}

.single-service-title {
    font-family: 'Montserrat-bold';
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    color: #111;
    margin: 30px 0 0;
}

.single-service-image-wrap {
    margin-bottom: 30px;
}

.single-service-image {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.single-service-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.single-service-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.8;
}

.single-service-content p {
    margin-bottom: 15px;
    font-family: 'Montserrat-regular';
    font-size: clamp(14px, 2vw, 16px);
}

.single-service-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 28px 0 12px;
}

.single-service-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 22px 0 10px;
}

.single-service-sidebar {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 13px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow: hidden;
}

.single-service-sidebar h4 {
    font-family: 'Montserrat-semibold';
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 16px 20px;
    background: #086b08;
    margin: 0;
}

/* RECENT */
.single-service-recent-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.single-service-recent-card {
    display: flex;
    gap: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: inherit;
}

.single-service-recent-card:hover {
    background: #f7fff7;
}

.single-service-recent-thumb {
    width: 100px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
}

.single-service-recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-service-recent-info {
    min-width: 0;
    flex: 1;
}

.single-service-recent-info h5 {
    font-size: 13px;
    font-weight: 600;
}

.single-service-recent-info p {
    font-size: 12px;
    color: #888;
}

.single-service-related-wrap {
    padding: 40px 0 60px;
    background: #f7f7f5;
}

.single-service-related-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-service-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid #ebebeb;
}

.single-service-card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.single-service-card-content {
    padding: 15px;
}

.single-service-card-content h4 {
    font-size: 16px;
    font-weight: 600;
}

.single-service-card-content p {
    font-size: 13px;
    color: #666;
}

.single-service-readmore {
    display: inline-flex;
    gap: 6px;
    margin-top: 10px;
    color: #086b08;
}

.single-service-arrow {
    transition: 0.3s;
}

.single-service-card:hover .single-service-arrow {
    transform: translateX(4px);
}

.single-service-recent-card:hover .single-service-card-content h4{
    color: #086b08;
}

.single-service-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.single-service-card-link:hover .single-service-card-content h4 {
    color: #086b08;
}

/* single page service section end  */



/* inner page product section start  */


.inner-product-section {
    padding: 80px 0;
}

.inner-product-header {
    margin-bottom: 50px;
    text-align: center;
}

.inner-product-header h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-medium';
}

.inner-product-header p {
    color: #666;
    max-width: 700px;
    width: 80%;
    font-size: clamp(14px, 2vw, 16px);
    margin: 10px auto 0;
}

.inner-product-card {
    border-radius: 16px;
    overflow: hidden;
}

.inner-product-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.inner-product-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px 16px 18px 16px;
    transition: 0.4s ease;
}

.inner-product-card:hover img {
    transform: scale(1.05);
}

.inner-product-overlay {
    position: absolute;
    inset: 0;
    border-radius: 16px 16px 18px 16px;
    overflow: hidden;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0) 60%
    );
}

.inner-product-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
    padding: 20px;
}

.inner-product-title {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat-bold';
    margin-bottom: 10px;
}

.inner-product-hover-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
}

.inner-product-card:hover .inner-product-hover-content {
    opacity: 1;
    max-height: 100px;
    transform: translateY(0);
}

.inner-product-hover-content p {
    color: #ddd;
    font-size: 14px;
    margin: 0;
}

.inner-product-arrow-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #000;
    border-radius: 10px 0px 16px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
}

.inner-product-arrow-btn i {
    font-size: 18px;
    transform: rotate(-45deg);
    transition: 0.3s ease;
}

.inner-product-card:hover .inner-product-arrow-btn {
    background: #086b08;
    color: #fff;
}

.inner-product-card:hover .inner-product-arrow-btn i {
    transform: rotate(0deg);
}


/* inner page product section end  */



/* inner page project section start  */

.inner-projects-section {
    padding: 60px 0;
}

.inner-projects-header {
    margin-bottom: 50px;
    text-align: center;
}

.inner-projects-header h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-medium';
}

.inner-projects-header p {
    color: #666;
    font-size: clamp(14px, 2vw, 16px);
    max-width: 700px;
    width: 80%;
    margin: 10px auto 0;
}

.inner-projects-card {
    border-radius: 16px;
    overflow: hidden;
}

.inner-projects-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.inner-projects-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px 16px 18px 16px;
    transition: 0.4s ease;
}

.inner-projects-card:hover img {
    transform: scale(1.05);
}

.inner-projects-overlay {
    position: absolute;
    inset: 0;
    border-radius: 16px 16px 18px 16px;
    overflow: hidden;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0) 60%
    );
}

.inner-projects-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
    padding: 20px;
}

.inner-projects-title {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat-bold';
    margin-bottom: 10px;
}

.inner-projects-hover-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
}

.inner-projects-card:hover .inner-projects-hover-content {
    opacity: 1;
    max-height: 100px;
    transform: translateY(0);
}

.inner-projects-hover-content p {
    color: #ddd;
    font-size: 14px;
    margin: 0;
}

.inner-projects-arrow-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #000;
    border-radius: 10px 0px 16px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
}

.inner-projects-arrow-btn i {
    font-size: 18px;
    transform: rotate(-45deg);
    transition: 0.3s ease;
}

.inner-projects-card:hover .inner-projects-arrow-btn {
    background: #086b08;
    color: #fff;
}

.inner-projects-card:hover .inner-projects-arrow-btn i {
    transform: rotate(0deg);
}


/* inner page project section end  */



/* single page project section end  */

.inner-single-product {
    padding: 60px 0;
}

.single-product-img img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 16px;
}

.single-product-content h1 {
    font-size: clamp(24px, 3vw, 32px);
    font-family: 'Montserrat-bold';
    margin-bottom: 20px;
}

.single-product-text p {
    color: #555;
    line-height: 1.7;
    font-size: clamp(14px, 2vw, 16px);
}

.related-products {
    padding: 60px 0;
}

.related-title {
    text-align: center;
    font-size: clamp(24px, 3vw, 32px);
    font-family: 'Montserrat-medium';
    margin-bottom: 40px;
}

.related-card {
    display: block;
    text-decoration: none;
}

.related-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.related-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.4s;
}

.related-card:hover img {
    transform: scale(1.05);
}

.related-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    border-radius: 16px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.8),
        transparent
    );
}

.related-overlay h4 {
    color: #fff;
    font-size: 16px;
}

.related-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-arrow i {
    transform: rotate(-45deg);
    transition: 0.3s;
    color: #000;
}

.related-card:hover .related-arrow i {
    transform: rotate(0);
}


/* single page project section end  */


/* inner page blog start */

.inner-blog-wrap {
    padding: 80px 0;
    background: #f7f7f5;
}

.inner-blog-col {
    margin-bottom: 30px;
}

.inner-blog-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.inner-blog-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid #ebebeb;
}

.inner-blog-card-link:hover .inner-blog-card {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.11);
}

.inner-blog-card-img {
    position: relative;
    overflow: hidden;
}

.inner-blog-card-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.inner-blog-card-link:hover .inner-blog-card-img img {
    transform: scale(1.07);
}

.inner-blog-read-time {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(8, 107, 8, 0.9);
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
    backdrop-filter: blur(4px);
}

.inner-blog-content {
    padding: 20px 15px 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-top: 3px solid #086b08;
}

.inner-blog-content h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #111111;
    margin-bottom: 10px;
    font-family: 'Montserrat-bold';
    font-weight: 600;
    transition: color 0.25s ease;
}

.inner-blog-card-link:hover .inner-blog-content h4 {
    color: #086b08;
}

.inner-blog-content p {
    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    margin-bottom: 10px;
    flex-grow: 1;
    font-family: 'Montserrat-regular';
}

.inner-blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #086b08;
    text-decoration: none;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #efefef;
}

.inner-blog-readmore .readmore-text {
    display: inline-block;
    letter-spacing: 0.2px;
}

.inner-blog-readmore .blog-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #086b08;
    color: #086b08;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
    flex-shrink: 0;
}

.inner-blog-card-link:hover .blog-arrow {
    background: #086b08;
    color: #ffffff;
    transform: translateX(4px);
}

.inner-blog-pagination {
    margin-top: 52px;
    text-align: center;
}

.inner-blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    margin: 0 4px;
    border-radius: 10px;
    background: #ffffff;
    color: #444444;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #e5e5e5;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.inner-blog-pagination .page-numbers:hover {
    background: #086b08;
    color: #ffffff;
    border-color: #086b08;
}

.inner-blog-pagination .page-numbers.current {
    background: #086b08;
    color: #ffffff;
    border-color: #086b08;
}

/* inner page blog ends */


/* single blog page start */

.single-blog-wrap {
    padding: 60px 0;
    background: #f7f7f5;
}

.single-blog-title {
    font-family: 'Montserrat-bold';
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #111111;
    line-height: 1.25;
    margin-bottom: 12px;
}

.single-blog-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #086b08;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-blog-date::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #086b08;
    border-radius: 2px;
}

.single-blog-image-wrap {
    margin-bottom: 30px;
}

.single-blog-image {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.single-blog-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.single-blog-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #444444;
    line-height: 1.8;
    padding-top: 28px;
    border-top: 3px solid #086b08;
    margin-top: 28px;
}

.single-blog-content p {
    margin-bottom: 15px;
    font-family: 'Montserrat-regular';
    font-size: clamp(14px, 2vw, 16px);
}

.single-blog-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin: 28px 0 12px;
}

.single-blog-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin: 22px 0 10px;
}

.single-blog-content ul,
.single-blog-content ol {
    margin: 0 0 18px 20px;
    padding: 0;
}

.single-blog-content li {
    margin-bottom: 8px;
}

.single-blog-content a {
    color: #086b08;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.single-blog-content a:hover {
    opacity: 0.75;
}

.blog-sidebar {
    position: sticky;
    top: 100px;
    background: #ffffff;
    border-radius: 13px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.blog-sidebar h4 {
    font-family: 'Montserrat-semibold';
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 16px 20px;
    background: #086b08;
    margin: 0;
}


.recent-blog-card-detailed {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 18px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.25s ease;
}

.recent-blog-card-detailed:last-child {
    border-bottom: none;
}

.recent-blog-card-detailed:hover {
    background: #f7fff7;
}

.recent-blog-thumb-detailed {
    flex-shrink: 0;
    width: 100px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.recent-blog-thumb-detailed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recent-blog-info-detailed {
    flex: 1;
    min-width: 0;
}

.recent-blog-info-detailed h5 {
    font-family: 'Montserrat-bold';
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    line-height: 1.35;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease;
}

.recent-blog-card-detailed:hover .recent-blog-info-detailed h5 {
    color: #086b08;
}

.recent-blog-info-detailed span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #086b08;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.recent-blog-info-detailed p {
    font-family: 'Montserrat-regular';
    font-size: 12px;
    color: #888888;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-posts-wrap {
    padding: 40px 0 60px;
    background: #f7f7f5;
}

.related-header {
    margin-bottom: 24px;
}

.related-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    position: relative;
    padding-bottom: 12px;
}

.related-header h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #086b08;
    border-radius: 2px;
}

/* single blog page ends */


/* inner page contact us section start  */

.inner-contact-us-wrap {
    padding: 80px 0;
    background: #f5f5f5;
}

.inner-contact-us-wrap .container {
    padding: 0 8% !important;
}

.inner-contact-us-wrap .row {
    align-items: center;
}

.inner-contact-us-left-col {
    padding-right: 50px;
}

.inner-contact-us-content {
    max-width: 600px;
    margin-bottom: 30px;
}

.inner-contact-us-title {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #323232;
}

.inner-contact-us-desc {
    font-size: clamp(14px, 2vw, 16px);
    font-family: 'Montserrat-regular';
    color: #717171;
    line-height: 1.75;
}

.inner-contact-us-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.inner-contact-us-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.inner-contact-us-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #f4faf4;
    border: 1px solid #e6f1e6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.inner-contact-us-icon i {
    font-size: 20px;
    color: #086b08;
}

.inner-contact-us-text {
    flex: 1;
}

.inner-contact-us-label {
    display: block;
    font-size: 16px;
    font-family: 'Montserrat-medium';
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
}

.inner-contact-us-text a {
    font-size: 14px;
    font-family: 'Montserrat-regular';
    color: #1b1c1d;
    line-height: 1.7;
    text-decoration: none;
    display: block;
}

.inner-contact-us-text a:hover {
    color: #086b08;
}

.inner-contact-us-social {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 6px;
}

.inner-contact-us-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #323232;
    text-decoration: none;
    transition: 0.3s ease;
}

.inner-contact-us-social-link i {
    font-size: 16px;
}

.inner-contact-us-social-link:hover {
    background: #086b08;
    border-color: #086b08;
    color: #ffffff! important;
}

.inner-contact-us-right-col {
    padding-left: 10px;
}

.inner-contact-us-form-box {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    padding: 30px;
}

.inner-contact-us-form-title {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    color: #323232;
    margin: 0 0 6px;
}

.inner-contact-us-form-tagline {
    font-size: clamp(12px, 2vw, 14px);
    font-family: 'Montserrat-regular';
    color: #999999;
    margin: 0 0 28px;
    line-height: 1.6;
}

.inner-contact-us-map {
    overflow: hidden;
    margin-top: 50px;
    border-radius: 13px;
    border-top: 1px solid #ebebeb;
}

.inner-contact-us-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 13px;
    border: none;
    display: block;
    filter: grayscale(25%);
}

/* inner contact us page ends */


/* inner page contact us section end  */







@media only screen and (min-width: 300px) and (max-width: 575.5px) {

.header-logo img {
    width: 120px;
    object-fit: cover;
    height: auto;
}
.innerpage-header{
    height:45vh;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #086b08 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
}



/* banner section start  */

.container {
    max-width: unset !important;
    padding: 0 6% !important;
}
.banner-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
	margin-top: 100px;
}
.banner-section{
    padding:initial;
    min-height: 70vh;
}

/* banner section end  */


/* about us section start  */

.about-content p {
    font-size: 18px;
}
.about-img-main {
    width: 50%;
    height: 300px;
}
.about-img-bottom {
    width: 100%;
    height: 220px;
}
.about-img img {
    object-position: top;
}
.about-img.about-img-top {
    height: 220px;
    object-position: top;
}


/* about us section end  */


/* counter section start  */

.counter-box h2 {
    font-size: 26px;
}
.counter-box p {
    font-size: 14px;
}

/* counter section end  */



/* service section start  */

.service-header {
    display: block;
}
.service-head-content {
    width: 100%;
}
.service-header h2 {
    font-size: 24px;
    font-family: 'Montserrat-medium';
}
.service-header p {
    width: 100%;
    font-size: 14px;
}
.service-head-button {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.service-view-all-btn {
    font-size: 14px;
    padding: 10px 20px;
}
.service-view-all-btn i {
    font-size: 16px;
}
.service-star-1 {
    display: none;
}
.service-img img {
    width: 100%;
    height: 330px;
}
.service-arrow-btn {
    width: 30px;
    height: 30px;
}
.service-arrow-btn i {
    transform: rotate(-45deg);
    font-size: 14px;
}
.service-card h4 {
    font-size: 16px;
}
.services-section .slick-dots li button:before {
    font-size: 12px;
    color: black;
}


/* service section end  */


/* product section start  */

.product-header {
    display: block;
}
.product-head-content {
    width: 100%;
}
.product-header h2 {
    font-size: 24px;
    font-family: 'Montserrat-medium';
}
.product-header p {
    font-size: 14px;
    width: 100%;
}
.product-head-button {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.products-view-all-btn {
    font-size: 14px;
    padding: 10px 20px;
}
.products-view-all-btn i {
    font-size: 16px;
}
.product-img img {
    width: 100%;
    height: 280px;
}


/* product section start  */



/* product section start  */

.projects-star-2 {
    display: none;
}

.project-img img {
    width: 100%;
    height: 350px;
}

/* product section end  */


/* testimonial section start  */

.testimonial-title {
    font-size: 24px;
}


/* testimonial section end  */


/* blog section start  */

.blog-title {
    font-size: 24px;
    margin: 50px 0 30px;
}
.blog-item {
    display: block;
}
.blog-img {
    width: 100%;
}
.blog-content {
    width: 100%;
}
.blog-content h5 {
    font-size: 16px;
    margin: 15px 0 15px;
}
.blog-content p {
    font-size: 14px;
    margin: 0;
}
.blog-content a {
    font-size: 14px;
}

/* blog section end  */

/* faq section start  */

.faq-question-title {
    font-size: 14px !important;
    word-break: break-all;
    width: 90%;
}
.faq-answer p {
    font-size: 14px;
    word-break: break-all;
    font-family: 'Montserrat-regular';
}

/* faq section end  */

/* contact us section start  */

.contact-btn {
    margin-bottom: 50px;
}

/* contact us section end  */

/* inner page header section start  */

.pageheading-middle h2 {
    font-size: 24px;
}
.pageheading-middle a {
    font-size: 14px;
}

/* inner page header section end  */


/* inner page about us section start  */

.inner-about-us-wrap {
    padding: 70px 0 40px;
}
.inner-about-content p {
    font-size: 14px;
}
.inner-counter-number {
    font-size: 28px;
}
.inner-counter-label {
    font-size: 14px;
}
.inner-about-image-wrap {
    margin-top: 20px;
}
.inner-about-right {
    padding-right: 0;
}
.about-img-main {
    width: 50%;
    height: 240px;
}
.about-img-bottom {
    width: 100%;
    height: 220px;
}
.about-img img {
    object-position: top;
    height:260px;
}
.inner-mv-wrap{
    padding:40px 0;
}
.about-img.about-img-top {
    height: 220px;
    object-position: top;
}
.inner-mv-wrap .row {
    row-gap: 20px;
}
.inner-mv-title {
    font-size: 20px;
}
.inner-mv-text {
    font-size: 14px;
    margin: 0;
}

/* inner page about us section end  */


/* inner page service section start  */

.inner-service-header h2 {
    font-size: 24px;
    font-family: 'Montserrat-medium';
}

.inner-service-header p {
    width: unset;
    font-size: 14px;
}


/* inner page service section end  */


/* single page section start  */

.single-service-image img {
    width: 100%;
    height: 350px;
}
.single-service-title {
    font-size: 24px;
    margin: 30px 0 0;
}
.single-service-content p {
    font-size: 14px;
}
.single-service-card-content h4 {
    font-size: 14px;
}
.single-service-readmore-text {
    font-size: 14px;
}
.single-service-arrow {
    transition: 0.3s;
    font-size: 14px;
}
.single-service-related-wrap .row {
    row-gap: 20px;
}


/* single page section end   */



/* inner page product section start  */

.inner-product-header h2 {
    font-size: 24px;
    font-family: 'Montserrat-medium';
}

.inner-product-header p {
    width: unset;
    margin: 10px auto 0;
    font-size: 14px;
}

.inner-product-img img {
    width: 100%;
    height: 320px;
}

.inner-product-title {
    font-size: 18px;
}

/* inner page product section end   */



/* single page product section start  */

.single-product-img img {
    height: 300px;
}
.single-product-content h1 {
    font-size: 24px;
    margin-top: 30px;
}
.single-product-text p {
    font-size: 14px;
}
.related-title {
    text-align: center;
    font-size: 24px;
}

/* single page product section end  */


/* inner page blog section start  */

.inner-blog-content h4 {
    font-size: 16px;
}

/* inner page blog section end  */

/* inner service page start  */

.inner-service-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
}

/* inner service page end  */

/* single page blog section start  */

.single-blog-title {
    font-size: 24px;
}
.single-blog-content p {
    font-size: 14px;
}
.single-service-related-wrap .row {
    row-gap: 20px;
}

/* single page blog section end  */



/* inner page contact us section start  */

.inner-contact-us-label {
    font-size: 14px;
}

.inner-contact-us-form-box {
    margin-top: 30px;
}

/* inner page contact us section end   */

}



@media only screen and (min-width: 576px) and (max-width: 767.5px) {
    
/* home page start */

.container {
    padding: 0 6% !important;
}
.inner-contact-us-wrap .container {
    padding: 0 6% !important;
}

/* header section start */

.header-wrapper {
    padding: 10px 0;
}
.header-logo img {
    width: 120px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 100px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #086b08 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
}

/* header section ends */

/* banner section start */

.banner-section {
    padding: 130px 0 0;
    min-height: 700px;
}
.banner-wrapper {
    flex-direction: column;
}

/* banner section ends */

/* counter section start */

.counter-box p {
    font-size: 16px;
}

/* counter section ends */

/* service section start */

.service-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}
.service-head-content, .product-head-content {
    width: 60%;
}
.service-header p, .product-header p {
    width: 100%;
}
.product-head-button, .service-head-button {
    width: 40%;
    flex: 1;
}
.service-view-all-btn, .products-view-all-btn {
    font-size: 14px;
    padding: 12px 20px;
    line-height: 1;
}
.service-view-all-btn i, .products-view-all-btn i {
    font-size: 16px;
}
.service-img img {
    width: 100%;
    height: 320px;
}

/* service section ends */

/* project section start */

.product-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.project-img img {
    width: 100%;
    height: 300px;
}

/* project section ends */

/* testimonial and blog section start */

.testimonial-title {
    margin-bottom: 30px;
}
.main-testimonial-col {
    margin-bottom: 60px;
}
.blog-title {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 20px;
}

/* testimonial and blog section ends */

/* contact us section start */

.contact-left-col {
    margin-bottom: 30px;
}

/* contact us section ends */

/* home page ends */

/* inner header start */

.innerpage-header {
    height: 400px;
    margin-top: 60px;
}
.pageheading-middle h2 {
    font-size: 30px;
}
h6#breadcrumbs {
    font-size: 16px;
}

/* inner header ends */

/* about us page start */

.inner-about-us-wrap {
    padding: 60px 0;
    background: #ffffff;
}
.inner-about-us-wrap .row {
    align-items: center;
    row-gap: 20px;
}
.inner-about-right {
    padding-right: 0;
}
.about-img-main {
    width: 50%;
    height: 370px;
}
.about-img.about-img-top, .about-img-bottom {
    height: 230px;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.inner-mv-wrap .row {
    row-gap: 20px;
}

/* about us page ends */

/* inner service page start */

.inner-service-header {
    margin-bottom: 40px;
}
.inner-service-img img {
    width: 100%;
    height: 350px;
}

/* inner service page ends */

/* single service page start */

.single-service-image img {
    width: 100%;
    height: 400px;
}
.single-service-related-wrap .row {
    row-gap: 20px;
}

/* single service page ends */

/* inner product page start */

.inner-product-img img {
    width: 100%;
    height: 300px;
}
.inner-product-title {
    font-size: 16px;
}

/* inner product page ends */

/* single product page start */

.single-product-img {
    margin-bottom: 30px;
}

/* single product page ends */

/* contact us page start */

.inner-contact-us-left-col {
    margin-bottom: 30px;
}

/* contact us page ends */

}



@media only screen and (min-width: 768px) and (max-width: 991.5px) {
    
/* home page start */

.container {
    padding: 0 6% !important;
}
.inner-contact-us-wrap .container {
    padding: 0 6% !important;
}

/* header section start */

.header-wrapper {
    padding: 10px 0;
}
.header-logo img {
    width: 130px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 110px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #086b08 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
}

/* header section ends */

/* banner section start */

.banner-section {
    padding: 90px 0 0;
    min-height: 500px;
    max-height: 700px;
}

/* banner section ends */

/* counter section start */

.counter-box p {
    font-size: 16px;
}

/* counter section ends */

/* service section start */

.service-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

.service-header p {
    width: unset;
}

.service-view-all-btn, .products-view-all-btn {
    font-size: 14px;
    padding: 12px 20px;
    line-height: 1;
}
.service-view-all-btn i, .products-view-all-btn i {
    font-size: 16px;
}

/* service section ends */

/* project section start */

.product-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.project-img img {
    width: 100%;
    height: 350px;
}

.product-header p {
    width: unset;
}

/* project section ends */

/* testimonial and blog section start */

.main-testimonial-col {
    margin-bottom: 60px;
}
.blog-title {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 20px;
}

/* testimonial and blog section ends */

/* contact us section start */

.contact-left-col {
    margin-bottom: 30px;
}

/* contact us section ends */

/* home page ends */

/* inner header start */

.innerpage-header {
    height: 400px;
    margin-top: 60px;
}
.pageheading-middle h2 {
    font-size: 30px;
}
h6#breadcrumbs {
    font-size: 16px;
}

/* inner header ends */

/* about us page start */

.inner-about-us-wrap .row {
    align-items: center;
    row-gap: 20px;
}
.inner-about-right {
    padding-right: 0;
}
.about-img-main {
    width: 50%;
    height: 580px;
}
.about-img.about-img-top, .about-img-bottom {
    height: 280px;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* about us page ends */

/* inner service page start */

.inner-service-header {
    margin-bottom: 40px;
}

/* inner service page ends */

/* single service page start */

.single-service-image img {
    width: 100%;
    height: 400px;
}

/* single service page ends */

/* inner product page start */

.inner-product-img img {
    width: 100%;
    height: 300px;
}
.inner-product-title {
    font-size: 16px;
}

/* inner product page ends */

/* single product page start */

.single-product-img {
    margin-bottom: 30px;
}

/* single product page ends */

/* contact us page start */

.inner-contact-us-left-col {
    margin-bottom: 30px;
}

/* contact us page ends */

}

@media only screen and (min-width: 992px) and (max-width: 1200.5px) {
    
/* home page start */

.container {
    padding: 0 6% !important;
}
.inner-contact-us-wrap .container {
    padding: 0 6% !important;
}

/* header section start */

.header-wrapper {
    padding: 10px 0;
}
.header-logo img {
    width: 140px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 120px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #086b08 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
}

/* header section ends */

/* banner section start */

.banner-section {
    padding: 90px 0 0;
    min-height: 600px;
    max-height: 700px;
}

/* banner section ends */

/* counter section start */

.counter-box p {
    font-size: 16px;
}

/* counter section ends */

/* service section start */

.service-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}
.service-head-content, .product-head-content {
    width: 60%;
}
.service-head-button, .product-head-button {
    flex: 1;
    width: 40%;
}
.service-view-all-btn, .products-view-all-btn {
    font-size: 14px;
    padding: 12px 20px;
    line-height: 1;
}
.service-view-all-btn i, .products-view-all-btn i {
    font-size: 16px;
}

/* service section ends */

/* project section start */

.product-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.product-img img {
    width: 100%;
    height: 270px;
}
.project-img img {
    width: 100%;
    height: 250px
}

/* project section ends */

/* testimonial and blog section start */

.main-testimonial-col {
    margin-bottom: 60px;
}
.blog-title {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 20px;
}

/* testimonial and blog section ends */

/* contact us section start */

.contact-left-col {
    margin-bottom: 30px;
}

/* contact us section ends */

/* home page ends */

/* inner header start */

.innerpage-header {
    height: 400px;
    margin-top: 60px;
}
.pageheading-middle h2 {
    font-size: 30px;
}
h6#breadcrumbs {
    font-size: 16px;
}

/* inner header ends */

/* about us page start */

.inner-about-us-wrap .row {
    align-items: center;
}
.about-img-main {
    width: 55%;
    height: 300px;
}
.about-img-bottom {
    width: 100%;
    height: 200px;
}
.about-img.about-img-top {
    height: 300px;
}
.inner-about-right {
    padding-right: 20px;
}
.inner-counter-box {
    padding: 0;
}
.inner-counter-number {
    font-size: 26px;
}
.inner-counter-label {
    font-size: 10px;
}


/* about us page ends */

/* inner service page start */

.inner-service-header {
    margin-bottom: 40px;
}
.inner-service-img img {
    width: 100%;
    height: 320px;
}

/* inner service page ends */

/* single service page start */

.single-service-image img {
    width: 100%;
    height: 400px;
}

/* single service page ends */

/* inner product page start */

.inner-product-img img {
    width: 100%;
    height: 300px;
}
.inner-product-title {
    font-size: 16px;
}

/* inner product page ends */

/* single product page start */

.single-product-img {
    margin-bottom: 30px;
}

/* single product page ends */

/* contact us page start */

.inner-contact-us-left-col {
    margin-bottom: 30px;
}
.footer-links span {
    margin: 0px 7px;
}


}
/* contact us page ends */


@media only screen and (min-width: 1201px) and (max-width: 1400.5px) {
    
/* home page start */

.inner-contact-us-wrap .container {
    padding: 0 6% !important;
}

/* header section start */

.header-wrapper {
    padding: 10px 0;
}
.header-logo img {
    width: 140px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 120px;
}

/* header section ends */

/* banner section start */

.banner-section {
    padding: 90px 0 0;
    min-height: 700px;
    max-height: 700px;
}

/* banner section ends */

/* counter section start */

.counter-box p {
    font-size: 16px;
}

/* counter section ends */

/* service section start */

.service-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}
.service-head-content, .product-head-content {
    width: 60%;
}
.service-head-button, .product-head-button {
    flex: 1;
    width: 40%;
}
.service-view-all-btn, .products-view-all-btn {
    font-size: 14px;
    padding: 12px 20px;
    line-height: 1;
}
.service-view-all-btn i, .products-view-all-btn i {
    font-size: 16px;
}

/* service section ends */

/* project section start */

.product-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.product-img img {
    width: 100%;
    height: 270px;
}
.project-img img {
    width: 100%;
    height: 400px;
}

/* project section ends */

/* testimonial and blog section start */

.quote-icon {
    font-size: 16px;
    color: #086b08;
    margin-bottom: 5px;
}

/* testimonial and blog section ends */

/* contact us section start */

.contact-left-col {
    margin-bottom: 30px;
}

/* contact us section ends */

/* home page ends */

/* inner header start */

.innerpage-header {
    height: 400px;
    margin-top: 60px;
}
.pageheading-middle h2 {
    font-size: 30px;
}
h6#breadcrumbs {
    font-size: 16px;
}

/* inner header ends */

/* about us page start */

.inner-about-us-wrap .row {
    align-items: center;
}
.about-img-main {
    width: 55%;
    height: 300px;
}
.about-img-bottom {
    object-position: top;
}
.about-img.about-img-top {
    height: 300px;
}
.inner-about-right {
    padding-right: 20px;
}
.inner-counter-box {
    padding: 0;
}
.inner-counter-number {
    font-size: 26px;
}
.inner-counter-label {
    font-size: 10px;
}


/* about us page ends */

/* inner service page start */

.inner-service-header {
    margin-bottom: 40px;
}
.inner-service-img img {
    width: 100%;
    height: 370px;
}

/* inner service page ends */

/* inner product page start */

.inner-product-img img {
    width: 100%;
    height: 300px;
}
.inner-product-title {
    font-size: 16px;
}
.inner-blog-content h4 {
    font-size: 16px;
}

/* inner product page ends */

/* contact us page start */

.inner-contact-us-left-col {
    margin-bottom: 30px;
}

/* contact us page ends */

}