@font-face {
      font-family:RubikBold;
      src: url('Rubik-Bold.ttf')
    }
@font-face {
      font-family:RubikRegular;
      src: url('RubikRegular.ttf')
    }

a {
    list-style: none;
    text-decoration: none !important;
}

/* top header css */
#header {
    background: linear-gradient(270deg, #18A384 0%, rgb(16, 156, 61) 100%);
    position: relative;
}

#header .header-links {
    padding: 14px 40px;
    position: relative;
    z-index: 1;
}

#header .header-links::before {
    content: "";
    width: 68%;
    height: 100%;
    background-color: #10483A;
    position: absolute;
    top: 0;
    left: 16px;
    transform: skewX(-30deg);
}

#header .header-links .text_title {
    position: relative;
}

#header .header-links .text_title::before {
    content: "";
    position: absolute;
    right: 20px;
    width: 1.5px;
    height: 22px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header .header-links .text_title::after {
    content: "";
    position: absolute;
    right: 16px;
    width: 1px;
    height: 14px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header small.text_header {
    z-index: 1;
}

#header .header_top h1 {
    font-size: 15px;
    position: relative;
    padding-right: 14px;
}

#header .header_top h1::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1.5px;
    height: 22px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header .header_top h1::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 14px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header .header_top .btn-sm-square {
    background: #063a41;
}

/* bottom header css */
.header-logo {
    max-width: 270px;
    height: 110px;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.navbar {
    padding: 0px 20px;
    background: #063A41;
}

.header-logo::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -10%;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: #fff;
    transform: skewX(33deg);
}

.header-logo::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -13%;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #109C3D;
    transform: skewX(37deg);
}

.header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 50px;
    padding-left: 30px;
    position: relative;
}

.header-inner::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 1.5px;
    height: 22px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.header-inner::after {
    content: "";
    position: absolute;
    left: 8px;
    width: 1px;
    height: 14px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.header-icons .icon-btn {
    border: 3.5px solid #ffffff;
    color: #fff;
    background-color: #119c3f;
    font-size: 20px;
    padding: 18px 20px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.contact-content {
    padding: 0 0 0 25px;
}

.contact-content .contact-text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: normal;
    position: relative;
}

.contact-content .contact-title {
    font-size: 20px;
}

.contact-content .contact-title a {
    color: #fff;
}

/* slider css */
#slider .owl-carousel .owl-carousel-item {
    position: relative;
}

#slider .header-carousel .owl-carousel-item {
    position: relative;
}

#slider .header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    /*text-shadow: 10px 10px 20px;*/
}

#slider .header-carousel .owl-carousel-item .img-fluid2 {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 50%;
}

#slider .header-carousel .owl-carousel-text .title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

#slider .header-carousel .owl-carousel-text .description {
    font-size: 18px;
    text-transform: capitalize;
}

#slider .header-carousel .owl-carousel-text i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #109C3D;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

#slider .bubble-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
}

#slider .bubble {
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 10px rgb(75 117 72), inset 1px -7px 13px rgb(75 117 72);
    animation: bubble-rise linear infinite;
    opacity: 0;
}

@keyframes bubble-rise {
    0% {
        transform: translateY(-900px) scale(1.2);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(0.8);
        opacity: 0;
    }
}

/* service css */
#service-layout1 {
    position: relative;
    z-index: 1;
}

#service-layout1 .service-inner {
    background-color: #109C3D;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    transform: translateY(-104px);
}

#service-layout1 .service-style3:nth-child(1):hover {
    border-radius: 0px;
}

#service-layout1 .service-style3:nth-child(4):hover {
    border-radius: 0px;
}

#service-layout1 .service-style3 {
    position: relative;
}

#service-layout1 .service-style3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 15px;
    background-color: #109c3d;
    border-radius: 0 0 30px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

#service-layout1 .service-style3:hover::after {
    visibility: visible;
    opacity: 1;
}

#service-layout1 .service-style3:hover::before {
    visibility: visible;
    opacity: 1;
}

/* #service-layout1 .service-style3 .service-content.border-right {
    border-right: 1px solid #063A41;
} */
#service-layout1 .service-style3 .service-content.border-right {
    border-right: 1px solid #063a41;
}

#service-layout1 .service-style3:nth-child(4n) .service-content.border-right {
    border-right: none;
}

#service-layout1 .service-style3:first-child .service-content {
    /* border-radius: 30px 0 0px 30px; */
    transition: all 0.5s ease;
}

#service-layout1 .service-style3 .service-content {
    /* background-color: #109C3D; */
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

#service-layout1 .service-style3::after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
    background-color: #109c3d;
    border-radius: 30px 30px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

#service-layout1 .service-style3 .icon-btn3 {
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

#service-layout1 .icon-btn3 {
    border: 2px dashed #063A41;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#service-layout1 .icon-btn3 .icon {
    background-color: #034047;
    width: 84px;
    height: 84px;
    padding: 10px;
    line-height: 63px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#service-layout1 img:not([draggable]),
embed,
object,
video {
    max-width: 90%;
    height: auto;
}

#service-layout1 .service-style3 .service-content .service-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

#service-layout1 .service-style3 .service-content .service-title a {
    color: #fff;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

#service-layout1 .service-style3 .service-content .service-text {
    font-size: 14px;
    min-height: 65px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* #service-layout1 .service-style3 .service-bg1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */
/* #service-layout1 .service-style3:hover {
    margin-top: 20px;
    margin-bottom: 20px;
} */

/* Hide background image initially */
#service-layout1 .service-style3 .service-bg1 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

#service-layout1 .service-style3 .service-bg1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* लाल रंग का हल्का सा लहका */
    pointer-events: none;
}

/* On hover: show background image */
#service-layout1 .service-style3:hover .service-bg1 {
    opacity: 1;
    visibility: visible;
}

#service-layout1 .shape-mockup {
    position: absolute;
    z-index: 0;
}

#service-layout1 .service-bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#service-layout1 .service-bg1 img {
    width: 100%;
    height: 100%;
}

/* about css */
#about {
    padding-bottom: 120px;
    position: relative;
}

#about .img-box2 {
    position: relative;
}

#about .img-box2 .img-icon {
    position: absolute;
    left: 55%;
    top: 63%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    background-color: #009338;
    border: 8px solid #109c3d;
    border-radius: 50%;
    text-align: center;
    line-height: 115px;
    z-index: 1;
    transition: all 0.5s ease;
}

#about .img-box2 .img-icon img {
    width: 70%;
    text-align: center;
}

#about .img-box2 .img1 {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
}

#about .img-box2 .img1 img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}

 #about .img-box2 .img2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    border-top: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
} 
 #about .img-box2 .img2 img {
    border-radius: 0px 0px 0px 15px;
}
#about .shape-mockup {
    position: absolute;
}

.img-box2 .shape-mockup img {
    height: 100%;
}

.about-layout1 .title-area {
    margin-bottom: 22px;
    padding-right: 70px;
}

.title-area .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: monospace;
    color: #119c3f;
    position: relative;
    margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: #063a41;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.title-area .sec-title {
    font-size: 40px;
    text-transform: capitalize;
    font-family: RubikRegular;
}

/* .about-layout1 .tab-box {
    margin-bottom: 20px;
} */
#about .about-text {
    margin-bottom: 15px;
    color: #5E5C78;
    font-size: 18px;
    font-weight: 600;
}

.tab-box {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.about-layout1.style3 .tab-list .list-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'RubikBold';
    line-height: 150%;
}

.about-layout1.style3 .tab-list ul {
    padding-left: 0;
}

.about-layout1.style3 .tab-list li:not(:last-child) {
    margin-bottom: 5px;
}

.about-layout1.style3 .tab-list li {
    font-weight: 600;
    line-height: 160%;
}

/* .tab-list li:not(:last-child) {
    margin-bottom: 14px;
} */
.tab-list li {
    list-style: none;
    /* padding-left: 32px; */
    /* position: relative; */
    color: #5E5C78;
}

/* .tab-list li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.tab-box .tab-img {
    position: relative;
}

.about-layout1.style3 .tab-img img {
    border-radius: 13px;
    border: 3px solid #467547;
    padding: 6px;
    width: 100%;
}

.tab-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    background-color: hsla(193, 83%, 16%, 0.356);
}

.contact-box {
    align-items: center;
    margin-bottom: 20px;
}

.contact-box .contact-content {
    padding: 0 0 0 14px;
}

.about-layout1.style3 .contact-box .contact-text {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.about-layout1.style3 .contact-box .contact-title {
    font-size: 20px;
    color: #000;
}

.about-layout1.style3 .contact-box .contact-title a {
    color: #000;
}

.vs-btn2 {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #109C3D;
    background-color: #109C3D;
    color: #fff;
    line-height: 1;
    padding: 5px 7px 5px 28px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.vs-btn2:hover {
    color: #fff;
    border-color: #4b7a4e;
    background-color: #4b7a4e;
}

.vs-btn2 i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #063a41;
    border-radius: 50px;
    margin-left: 20px;
    transition: all 0.5s ease;
}

.vs-btn2:hover i {
    background-color: #040a06;
}

#about .shape-mockups .shape1 {
    position: absolute;
    left: 122px;
    top: -75px;
    z-index: -1;
}

#about .shape-mockups .shape2 {
    position: absolute;
    right: 0;
    top: 0px;
}

#about .shape-mockups .shape3 {
    position: absolute;
    right: 120px;
    bottom: 50px;
}

/* gallery css */
#gallery .image-gallery .row>* {
    padding: 0px;
}

#gallery .image-gallery .image-gallery__col img {
    width: 100%;
}

/* #gallery .image-gallery__col {
    overflow: hidden;
    position: relative;
    z-index: 1;
} */

/* #gallery .image-gallery__col:hover::before {
    transform: scaleY(1);
    visibility: visible;
} */

/* #gallery .image-gallery__col::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #109C3D;
    z-index: 2;
    opacity: 70%;
    transform-origin: center;
    transform: scaleY(0);
    visibility: hidden;
    transition: all ease 0.4s;
} */

#gallery .image-gallery__col:hover .image-gallery__col--popup {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 90%;
}

#gallery .image-gallery__col--popup {
    --icon-size: 116px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
    position: absolute;
    width: 116px;
    height: 116px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background-color: var(--bg-color);
    z-index: 4;
    opacity: 90%;
    visibility: hidden;
}

#gallery .image-gallery__col--popup i {
    font-size: 64px;
    color: #ffffff;
    font-size: 64px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease;
}

/* product css */
/* #product {
    background: url(../img/service-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 120px;
} */
#product {
    background: #052429;
    padding-top: 120px;
    padding-bottom: 120px;
}

/* #product .product-box {
    padding: 90px 0px;
} */

#product .service-style4 {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

#product .service-style4 .service-img {
    position: relative;
    padding: 6px;
    z-index: 1;
}

#product .service-style4 .service-img .service-icon {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 82px;
    height: 82px;
    line-height: 82px;
    background-color: #ffffff;
    left: 50%;
    transform: translate(-50%, 45%);
    border-radius: 100%;
}

#product .service-style4 .icon-btn3 {
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: #000;
}

#product .icon-btn3 {
    border: 2px dashed #063A41;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#product .service-style4 .icon-btn3 .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-color: #e0e0e0;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#product .service-style4 .icon-btn3 .icon img {
    padding: 0px;
    border-radius: 50%;
    width: 100%;
}

#product .slick-slide img {
    display: inline-block;
}

#product .service-style4 .service-img img {
    border-radius: 15px;
}

#product .service-style4 .service-body {
    padding: 40px 10px 35px 10px;
    text-align: center;
    position: relative;
}

#product .service-style4 .service-content {
    position: relative;
    z-index: 1;
}

#product .service-style4 .service-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

#product .shape-mockup2 {
    position: absolute;
    left: 0px;
    top: 0px;
}

#product .owl-nav {
    display: flex !important;
    position: relative;
}

#product .owl-prev {
    position: absolute;
    top: -500px;
    right: 6%;
    color: #fff;
    line-height: 0px;
    padding: 15px 15px;
    background: #119c3f;
    border-radius: 50%;
    border: 2px dashed #fff;
}

#product .owl-next {
    position: absolute;
    top: -500px;
    right: 1%;
    color: #fff;
    line-height: 0px;
    padding: 15px 15px;
    background: #119c3f;
    border-radius: 50%;
    border: 2px dashed #fff;
}

/* #product .owl-carousel .item {
    margin: 10px;
}

#product .owl-carousel .service-style4 {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
} */

/* testimonial css */
.space {
    padding-top: 120px;
    padding-bottom: 120px;
}

.vs-testi__layout1 {
    background: url(../img/testi-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 42%;
}

.vs-testi__form1 {
    padding: 30px 12px;
    background-color: #119c3f;
    border: 8px solid transparent;
    border-image: linear-gradient(180deg, rgba(4, 42, 47, 0.5242471989) 0%, rgba(255, 255, 255, 0) 50%);
    border-image-slice: 1;
    z-index: 1;
    position: relative;
}

.vs-testi__form1 .title-area {
    margin-bottom: 32px;
}

.vs-testi__form1 .vs-btn {
    width: 100%;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    padding: 10px 30px;
}

.vs-testi__inner {
    z-index: 0;
    position: relative;
}

.vs-testi__items {
    position: relative;
}

.vs-testi__items::after {
    content: "";
    position: absolute;
    left: -77%;
    bottom: 0;
    width: 177%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.vs-testi__style1 {
    background-color: #fff;
    padding: 90px 40px 90px 0px;
    position: relative;
}

.vs-testi__icon i {
    color: #109C3D;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    right: 40px;
    top: 50px;
}

.vs-testi__top {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.vs-testi__image {
    max-width: 82px;
    max-height: 82px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px dashed #fff;
    margin-right: 20px;
}

.vs-testi__image img {
    width: 100%;
    border-radius: 50%;
    background-color: #4b7649;
}

.star-rating {
    color: #4b7649;
    display: inline-flex;
}

.vs-testi__title {
    font-size: 20px;
}

.vs-testi__designation {
    font-size: 16px;
}

.custom-arraw {
    position: absolute;
    bottom: -80px;
    display: block;
    width: 100%;
    text-align: left;
}

.vs-testi__layout1 .custom-arraw::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14%;
    height: 2px;
    background-color: #109C3D;
}

.vs-testi__layout1 .custom-arraw::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    height: 2px;
    background-color: #109C3D;
}

.custom-arraw .icon-arraw:not(:last-child) {
    margin-right: 7px;
}

.custom-arraw .slick-prev {
    left: 25%;
    position: relative;
}

.custom-arraw .icon-arraw {
    border: 2px dashed #27565C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
}

.icon-btn2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #0B3F46;
    border: none;
    line-height: 1;
}

.custom-arraw .slick-next {
    left: 7%;
    position: relative;
}

/* .owl-nav {
    position: relative;
    display: flex;
} */

.vs-testi__layout1 .owl-prev {
    position: absolute;
    background: #ffffff;
    bottom: -15%;
    left: 42%;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
}

.vs-testi__layout1 .owl-next {
    position: absolute;
    right: 42%;
    bottom: -15%;
    background: #ffffff;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
}

/* counter css */
#counter-layout2 {
    background-color: #119c3f;
    overflow: hidden;
    position: relative;
}

#counter-layout2 .counter-style1 {
    padding: 100px 0;
}

#counter-layout2 .counter-style1 .media-inner {
    display: inline-flex;
    align-items: center;
}

#counter-layout2 .counter-icon {
    border: 2px dashed #ffffff;
    border-radius: 50%;
}

.counter-style1 .counter-icon {
    margin-right: 15px;
}

#counter-layout2 .counter-icon .icon {
    width: 82px;
    height: 82px;
    line-height: 82px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background-color: #063a41;
    margin: 3px;
}

#counter-layout2 .media-title {
    font-size: 40px;
}

.counter-style1 .media-title {
    color: #fff;
    font-weight: 600;
}

.counter-style1 .media-title {
    margin-bottom: 0;
}

.counter-style1 .count-icon {
    color: #fff;
    font-size: 36px;
    display: inline-block;
    font-weight: 500;
}

.counter-style1 .media-count {
    display: inline-flex;
    align-items: center;
}

#counter-layout2 .media-text {
    color: #F1F1F1;
    text-transform: uppercase;
}

#counter-layout2 .shape-mockup {
    position: absolute;
}


/* blog css */
#blog {
    background: url(../img/blog-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#blog .news {
    border-radius: 30px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
}

#blog .news .blog-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#blog .news .blog-cate {
    position: absolute;
    bottom: 0;
    background-color: #109C3D;
    left: 0;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 12px 40px 12px 22px;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

#blog .blog-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(16, 156, 61);
    background: linear-gradient(0deg, rgba(16, 156, 61, 0.2973564426) 0%, rgba(255, 255, 255, 0) 95%);
}

#blog .blog-content {
    padding: 27px 22px 25px 22px;
}

.blog-inner-author {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

#blog .blog-inner-author .blog-date {
    color: #5F5D76;
}

#blog .blog-inner-author i {
    color: #4b7649;
}

#blog .blog-inner-author a i {
    margin-right: 8px;
}

#blog .blog-title {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

.blog-btn {
    position: relative;
}

.blog-btn::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    background-color: #8DB69A;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-btn .link-btn .icon {
    border: 1.9px dashed #4b7649;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    transition: all 0.5s ease;
}

.blog-btn .link-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #4b7649;
    color: #fff;
    border-radius: 50%;
    margin: 1.5px;
    text-align: center;
    transition: all 0.5s ease;
}

#blog .owl-nav {
    display: flex;
    position: relative;
    display: none;
}

/* #blog .owl-prev {
    position: absolute;
    left: 45%;
    color: #fff;
    line-height: 0px;
    padding: 10px 10px;
    background: #000;
    border-radius: 50%;
} */

/* #blog .owl-next {
    position: absolute;
    right: 45%;
    color: #fff;
    line-height: 0px;
    padding: 10px 10px;
    background: #000;
    border-radius: 50%;
} */

/* footer css */
#footer-layout {
    position: relative;
}

#footer-layout .widget-area {
    background: #063a41;
}

#footer-layout .widget-area {
    padding-top: 100px;
    padding-bottom: 40px;
}

#footer-layout .footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

#footer-layout .footer-widget {
    margin-bottom: 40px;
}

#footer-layout .footer-widget .footer-logo img {
    /*background: #fff;*/
    border-radius: 20px;
    margin-bottom: 10px;
}

#footer-layout .widget {
    position: relative;
}

#footer-layout .footer-text {
    color: #ffff;
    margin-bottom: 18px;
}

#footer-layout .footer-wrapper .contact-box {
    margin-bottom: 25px;
}

/* #footer-layout .contact-box {
    display: flex;
    align-items: center;
} */

/* #footer-layout .contact-box .icon {
    border-right: 1px solid #0B6538;
    padding-right: 14px;
} */

/* #footer-layout .contact-box .contact-content {
    padding: 0 0 0 14px;
} */

/* #footer-layout .contact-box .contact-title {
    font-size: 22px;
    line-height: 145%;
} */

/* #footer-layout .contact-box .contact-text {
    font-weight: 700;
    color: #109C3D;
} */

#footer-layout .social-style1 {
    display: inline-flex;
    align-items: center;
}

.social-style1 .social-title {
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin-right: 15px;
    padding-right: 14px;
    line-height: 165%;
    color: #fff;
    font-weight: 700;
}

.social-style1 .social-title::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1.5px;
    height: 22px;
    background-color: #51757A;
    top: 50%;
    transform: translateY(-50%);
}

.social-style1 .social-title::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 14px;
    background-color: #51757A;
    top: 50%;
    transform: translateY(-50%);
}

.social-style1 .social-icon a {
    width: 40px;
    height: 40px;
    background-color: #119c3f;
    border: 1px solid #fff;
}

.social-style1 a {
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

#footer-layout .widget_title {
    position: relative;
    padding-bottom: 8px;
}

.footer-widget .widget_title {
    position: relative;
    padding-bottom: 8px;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 45px;
    padding: 0;
    border: none;
}

#footer-layout .widget_title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #119c3f;
    bottom: -8px;
    z-index: 1;
    left: 0;
}

#footer-layout .widget_title::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #fff;
    bottom: -8px;
    left: 0;
}

#footer-layout .widget_categories ul {
    column-count: 2;
}

.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-layout .widget_categories ul li {
    position: relative;
    font-size: 15px;
}

#footer-layout .widget_categories a {
    display: block;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

#footer-layout .footer-wrapper .gallery-thumb {
    border: 3px solid #109C3D;
    border-radius: 10px;
}

#footer-layout .sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #96e191;
}

#footer-layout .sidebar-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #109C3D;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

#footer-layout .sidebar-gallery .gallery-thumb img {
    transition: all ease 0.4s;
    width: 100%;
    height: 70px;
    transform: scale(1);
}

#footer-layout .copyright-wrap {
    text-align: center;
    background-color: #16525a;
    position: relative;
}

#footer-layout .copyright-text {
    margin: 0;
    font-size: 16px;
    padding: 18px 0;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 0;
}

#footer-layout .copyright-text a {
    color: #fff;
}

#footer-layout .copyright-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -55px;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: #119c3f;
    transform: skewX(50deg);
    z-index: -1;
}

#footer-layout .copyright-box .copyright-title {
    color: #fff;
    margin: 0;
    padding: 18px 0;
}

#footer-layout .copyright-box .copyright-title a {
    color: #fff;
}

.btn.btn-bg {
    color: #fff;
    background-color: #109c3d;
}

/* -----about inner page css ---- */
#aboutpage .about-layout1 {
    padding-top: 120px;
}

/* -----contact inner page css ---- */
#contactpage .contact-style1 .contact-inner {
    padding: 0;
    border-bottom: 2px dashed rgba(156, 155, 155, 0.4509803922);
    padding-bottom: 35px;
    margin-bottom: 25px;
}

#contactpage .contact-address {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 15px;
    max-width: 40ch;
}

#contactpage .contact-address span {
    color: #109C3D;
    text-transform: uppercase;
    font-weight: 700;
}

#contactpage .contact-style1 .contact-box:not(:last-child) {
    margin-bottom: 30px;
}

#contactpage .contact-box {
    align-items: center;
}

#contactpage .contact-style1 .contact-icon {
    background-color: #109C3D;
    border: 4px solid rgba(255, 255, 255, 0.349);
    border-radius: 50%;
    padding: 20px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-right: 16px;
    z-index: 1;
    transition: all 0.5s ease;
}

#contactpage span.social-title {
    font-size: 19px;
}

#contactpage .social-icon {
    font-size: 18px;
}

#contactpage a {
    margin-right: 14px;
}

#contactpage .form-group {
    margin-bottom: 1rem;
    position: relative;
}

#contactpage .form-style2 select,
.form-style2 .form-control,
.form-style2 .form-select,
.form-style2 textarea,
.form-style2 input {
    background-color: #EEF1F2;
    height: 70px;
    border-radius: 10px;
}

#contactpage textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 6px;
}

.vs-btn {
    font-size: 18px;
    border: 2px solid#fff;
    background-color: #109C3D;
    color: #fff;
    padding: 10px 30px;
    border-radius: 9999px;
}

/* -----service inner page css ---- */
#servicepage #service-layout1 .service-inner {
    margin: 60px 0px;
    transform: translateY(0px);
}

/* -----service details inner page css ---- */
#servicespage .portfolio-Details {
    position: relative;
}

#servicespage .portfolio-Details .widget_categories.style2 {
    background-color: #F0F3F4;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 45px;
}

#servicespage .portfolio-Details .widget_categories.style2 .widget_title {
    background-color: #063A41;
    color: #ffffff;
    padding: 20px 30px;
    font-weight: 700;
    margin-bottom: 0;
}

#servicespage .portfolio-Details .widget_categories.style2 .widget_content {
    padding: 30px 35px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    border-left: 2px solid #CDD5D6;
    border-right: 2px solid #CDD5D6;
    border-bottom: 2px solid #CDD5D6;
}

#servicespage .widget_categories li {
    display: block;
    position: relative;
}

#servicespage .widget_categories li i {
    margin-right: 6px;
    padding: 5px 0px 6px 0px;
}

#servicespage .widget_categories li a {
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #CDD5D6;
    margin-bottom: 11px;
}

#servicespage .contact-box2 {
    background-color: #063A41;
    border-radius: 15px;
    text-align: center;
    padding: 60px 40px;
    position: relative;
    border: 2px solid #667B7D;
    box-shadow: 0 -6px 3px -2px #109C3D;
}

#servicespage .contact-box2 .portfolio-title {
    color: #ffffff;
    margin: 0 auto 20px;
}

#servicespage .contact-box2 .icon-btn {
    display: inline-block;
    background-color: #109C3D;
    color: #ffffff;
    width: 95px;
    height: 95px;
    line-height: 95px;
    margin-bottom: 32px;
    border-radius: 50%;
}

#servicespage .contact-box2 .contact-title {
    color: #ffffff;
    margin-bottom: 2px;
}

#servicespage .contact-box2 p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

#servicespage .contact-box2 .shape-mockup {
    position: absolute;
    right: 60%;
    bottom: 0px;
}

#servicespage span.shape-mockup {
    position: absolute;
}

/* -----category inner page css ---- */
#servicespage #category {
    margin-top: 70px;
    margin-bottom: 70px;
}

#servicespage #category .card-header {
    background: #063a41;
}

#servicespage #category .product-items.products {
    background: #063a41;
    padding: 10px;
    border-radius: 20px;
}

#servicespage #category .product-items.products img {
    border-radius: 10px 10px 0px 0px;
}

#servicespage #category .product_text {
    text-align: center;
    line-height: 50px;
}

#servicespage #category .product_text a {
    color: #fff;
    font-family: 'RubikBold';
}

#servicespage #category input.form-control {
    margin-right: 5px;
    color: #fff;
    background: #063a41;
}

#servicespage #category .btn.btn-primary {
    color: #FFFFFF;
    background: #109c3d;
}

#servicespage #category .input-group .btn {
    background: #109c3d;
    border: 2px solid;
}

#servicespage #category input::placeholder {
    color: #fff !important;
}

#servicespage .owl-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
}

#servicespage .owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    left: 10px;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
    background: #109c3d;
}

#servicespage .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    right: 10px;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
    background: #109c3d;
}

#servicespage .images_product_node {
    background: #4b7649;
}

#blogpage #blog .blog-title {
    font-size: 20px;
}

#galleryspage #gallery .image-gallery__col {
    position: relative;
}

#galleryspage #gallery .image-gallery__col .gallery_title {
    position: absolute;
    bottom: -5px;
    left: 5px;
}

#galleryspage #gallery .image-gallery__col .gallery_title h1 {
    color: #000000;
    font-size: 20px;
    background: #fff;
    padding: 2px 15px;
}

#about{
    background: url(../img/Cupline.jpg);
    background-repeat: no-repeat;
    background-size: 33%;
    position: relative;
    background-position: bottom right;
}

#gallery img {
    transition: all ease 0.4s;
    transform: scale(1);
}

#gallery .image-gallery__col {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#gallery .image-gallery__col:hover img {
    transform: scale(1.2);
    backface-visibility: hidden;
    perspective: 1000px;
}
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
    background-color: #109c3d;
    width: 64px!important;
    height: 64px!important;
    line-height: 64px!important;
    color:#fff;
    font-size: 18px;
    border-radius: 50%;
    
    

}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #109C3D;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--white-color);
  color: var(--title-color);
}
.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

#aboutiner .video-style1.background-image {
    background-size: auto !important;
}
#aboutiner .video-style1 {
    padding: 135px 0 110px;
    transform: translateY(-120px);
    border: 8px solid transparent;
    border-image: linear-gradient(4deg, rgb(16, 156, 61) 0%, rgba(255, 255, 255, 0) 70%);
    border-image-slice: 1;
    z-index: 1;
    position: relative;
}
#aboutiner .video-style1 .title-area .sec-title {
    color: #fff;
    margin-bottom: 20px;
}
#aboutiner .vs-client__brand {
    padding: 30px 10px;
    background-color: #063a41;
    border: 2px solid #0D444B;
    text-align: center;
    transition: all 0.5s ease;
}
#aboutiner.space-bottom {
    padding-bottom: 120px;
}


#aboutiner .vs-slider-shape-1 {
    position: absolute;
    z-index: 3;
    animation: vswing 1s ease-in-out 1s forwards infinite alternate;
    transform-origin: top right;
}
@keyframes vswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.social-style11 .social-style12 .contact-box{
    display: inline-flex;
    align-items: center;
}
.social-style11 .social-style12 .contact-box .icon {
    border-right: 1px solid #0B6538;
    padding-right: 14px;
}
.social-style11 .social-style12  .contact-box .contact-title {
    font-size: 22px;
    margin: 0;
}

.social-style11 .social-style12 .contact-box .contact-text {
    font-weight: 700;
    color: #109c3d;
    text-transform: capitalize;
}

.social-style11 .social-style12 .contact-box span.icon i {
    color: #109c3d;
    font-size: 40px;
}
#footer-layout .widget_categories ul li::after {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #109c3d;
    font-family: "Font Awesome";
}
#navbarCollapse .nav-item.dropdown,
#navbarCollapse a.nav-item.nav-link {
    font-family: 'RubikBold';
}

.blogdetalpage blockquote.vs-quote {
    text-align: left;
    padding: 0 30px 40px 110px;
    border-left: 0;
    background-color: transparent;
    border-bottom: 8px solid #109c3d;
    margin: 40px 0 38px;
    border-radius: 30px;
}

.blogdetalpage blockquote.vs-quote p {
    font-size: 24px;
    font-weight: 500;
    font-family: 'RubikBold';
    line-height: 140%;
    color: #063a41;
    text-transform: capitalize;
    letter-spacing: 0.9px;
}
.blogdetalpage blockquote cite {
    color: #109c3d;
    font-family: 'RubikBold';
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-left: 32px;
    line-height: 160%;
    margin-top: 10px;
    font-style: normal;
}
.blogdetalpage blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 4px;
    border-radius: 30px;
    background-color: #109c3d;
}
h2.blog-title {
    font-family: 'RubikBold';
}
.blogdetalpage li,
.blogdetalpage p {
    color: #5E5C78;
    font-size: 16px;
    font-weight: 600;
}
.navbar .nav-item .dropdown-menu {
  
        padding: 0;
}



/* --------------------------------------------------- */
#imageModal .modal-content {
    padding: 15px 15px;
}