@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: #ffbc26;
    position: relative;
}

#header .header-links {
    padding: 0px 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;
    left: 40px;
    z-index: 0;
}

.navbar {
    padding: 0px 20px;
    /* background: #48321f; */
    background: #0A306C;
}

.header-logo::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -50%;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: #fff;
    transform: skewX(33deg);
}

.header-logo::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -55%;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #ffbc26;
    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: #000;
    font-size: 15px;
    padding: 6px 8px;
    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: 50%;
    height: 100%;
    top: 20%;
    left: 70px;
    color: #000;
    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: #381006;
    font-size: 45px;
    font-weight: 600;
}

#slider .header-carousel .owl-carousel-text .description {
    font-size: 16px;
    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: radial-gradient(circle at 30% 30%, #ffffff 0%, #fdfdfd 50%, #e8e8e8 100%);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.8), inset -2px -4px 6px rgba(200, 200, 200, 0.6);
    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-top: 120px;
    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: 100px;
}

#about .img-box2 .img1 img {
    width: 98%;
    transform: scale(1);
    transition: all 0.5s ease;
}

#about .img-box2 .img2 {
    position: absolute;
    top: -80px;
    right: 0;
    width: 25%;
    height: auto;
    z-index: 1;
    border-top: 8px solid #381006;
    border-right: 8px solid #381006;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
    border-radius: 0px 0px 0px 15px;
}

#about .img-box2 .img2 img {
    width: 100%;
    border-radius: 0px 0px 0px 15px;
}

#about .img-box2 .box-2 {
    position: absolute;
    bottom: -35%;
    right: 10%;
}

#about .img-box2 .box-2 .lte-heading {
    display: inline-block;
    /* background-color: #E8BC5A; */
    background-color: #e9e9e9;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-clip: border-box;
    padding: 45px;
}

#about .img-box2 .box-2 .lte-heading .lte-heading-content {
    text-align: center;
    display: block;
}

#about .img-box2 .box-2 .lte-heading .lte-heading-content .lte-subheader {
    font-size: 24px;
}

#about .img-box2 .box-2 .lte-heading .lte-heading-content .lte-header {
    z-index: 3;
    position: relative;
    margin: 0;
}

#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: #ffbc26;
    position: relative;
    margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: #ffbc26;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.title-area .sec-title {
    font-size: 35px;
    text-transform: capitalize;
    font-family: RubikRegular;
}

.img2 {
    animation: top-bottom 5s ease-in-out infinite alternate;
}

/* Top ↔ Bottom Animation */
@keyframes top-bottom {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(90px);
    }
}

.animate-slide-lts {
    animation: slide-left-to-right 2.5s linear infinite;
}

.lte-heading {
    animation: slide-left-right 5s linear infinite alternate;
}

@keyframes slide-left-right {
    0% {
        transform: translateX(-70%);
    }

    100% {
        transform: translateX(28%);
    }
}

/* .about-layout1 .tab-box {
    margin-bottom: 20px;
} */
#about .about-text {
    margin-bottom: 15px;
    color: #000000;
    /* 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: 10px;
}

.tab-list li {
    list-style: none;
    color: #000;
    font-size: 15px;
    margin-bottom: 30px;
}

/* .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 {
    padding: 12px 52px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    box-shadow: 0px 5px 15px 0px rgba(102, 162, 27, 0.5);
    /* background-image: linear-gradient(to right, #48321f, #744321, #48321f, #744321, #48321f); */
    background-image: linear-gradient(to right, #154c85, #062e58, #154c85, #062e58, #154c85);
}

.vs-btn2:hover {
    color: #fff;
    border-color: #4b7a4e;
    background-color: #4b7a4e;
}

/* .vs-btn2 i {
    width: 48px;
    height: 44px;
    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;
} */

/* category css  */
.shop-category h2 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.category-card {
    transition: all 0.3s ease;
    background-color: #fff;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.category-card img {
    height: 100px;
    object-fit: contain;
}



/* 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: url(https://aminurislam.com/labartisan/gowala-demo/gowala/assets/css/bg-images/03.jpg) no-repeat;
    background-size: cover;
}

#product .product_box {
    padding-top: 120px;
    padding-bottom: 60px;
}

/* #product .product-box {
    padding: 90px 0px;
} */

#product .service-style4 {
    background-color: #eff4f8;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 8px;
    box-shadow: 0px 0px 32px #c5c5c5;
}

#product .service-style4 .service-img {
    position: relative;
    padding: 10px;
    z-index: 1;
    background: #ededed;
    border-radius: 15px 15px 0px 0px;
}

#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%;
    height: 60px;
}

#product .slick-slide img {
    display: inline-block;
}

#product .service-style4 .service-img img {
    border-radius: 15px;
}

#product .service-style4 .service-body {
    padding: 10px 10px 10px 10px;
    text-align: center;
    position: relative;
    background: #0a306c;
    border-radius: 0px 0px 10px 10px;
}

#product .service-style4 .service-content {
    position: relative;
    z-index: 1;
}

#product .service-style4 .service-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

#product .service-style4 .service-text {
    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: #ffbc26;
    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: #ffbc26;
    border-radius: 50%;
    border: 2px dashed #fff;
}

#enquiryModal .close {
    color: #000 !important;
}

/* #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);
} */

/* offer css  */
.offer-section {
    padding: 80px 0;
    position: relative;
    /* background-image: url(../img/bk.png); */
    /* position: static; */
    /* background-size: cover; */
}

.offer-section .post-thumb {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.offer-section .post-thumb img {
    width: 100%;
}

.offer-section .offer-content {
    text-align: center;
    width: 100%;
}

.offer-section .offer-content h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 46px;
    font-family: "Palatino Linotype";
    max-width: 400px;
    margin: 0 auto 30px;
}

.offer-section .offer-content .offer-thumb {
    position: relative;
}

/* .offer-section .offer-content .offer-thumb .offer-option {
    position: absolute;
    width: 90px;
    height: 90px;
    top: -90px;
    right: 0;
} */

/* service css  */
#service {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(https://mildar.like-themes.com/wp-content/uploads/2019/06/paper_bg.jpg);
}

#service .service-left .section-header {
    text-align: left;
    margin-bottom: 20px;
}

#service .section-header {
    text-align: center;
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin: 0px auto 85px;
}

#service .service-left .section-wrapper ul li i {
    color: rgb(93, 153, 19);
    margin-right: 10px;
}

#service .service-right .post-item .post-inner {
    text-align: center;
    box-shadow: rgb(241, 244, 246) 0px 0px 10px 0px;
    margin: 10px;
    background: rgb(255, 255, 255);
    padding: 30px 15px;
    border-radius: 10px;
}

#service .service-right .post-item .post-inner .post-thumb {
    margin-bottom: 40px;
}

#service .service-right .post-item .post-inner .post-content h4 {
    font-size: 18px;
    margin: 0px 0px 20px;
}

.milk-section {
    padding: 60px 0;
}

.milk-section h2 {
    font-weight: 700;
    font-size: 32px;
}

.milk-section h2 span {
    color: #f3b636;
}

.milk-section p {
    color: #555;
}

/* .fat-levels {
    margin: 20px 0;
} */

/* .fat-levels span {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
} */

.eco-text {
    margin-top: 20px;
}

.eco-text h5 {
    font-weight: 700;
    font-size: 20px;
}

.eco-text h5 span {
    color: #f3b636;
}

/* .eco-text .btn {
    margin-top: 15px;
    background: #f3b636;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 8px 20px;
} */

.milk-bottle {
    position: relative;
    text-align: center;
}

.milk-bottle::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0%;
    /* transform: translateX(-51%) skew(-10deg); */
    width: 350px;
    height: 80px;
    background-color: rgb(0 0 0);
    z-index: -1;
    border-radius: 100%;
}

.milk-bottle img {
    max-width: 280px;
    z-index: 2;
    position: relative;
}

.side-icons {
    margin-bottom: 10px;
}

.side-icons i {
    font-size: 36px;
    color: #f3b636;
    margin-right: 15px;
}

.side-icons h5 {
    font-weight: 700;
}

/* testimonial css */
.space {
    padding-top: 120px;
    padding-bottom: 80px;
}

.vs-testi__layout1 {
    /* background: url(../img/testi-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 42%; */
    background: url(https://aminurislam.com/labartisan/gowala-demo/gowala/assets/css/bg-images/03.jpg) no-repeat;
    background-size: cover;
}

.vs-testi__form1 {
    /* padding: 30px 12px; */
    background-color: #ededed;
    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: #0a306c;
    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: #000;
    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%;
} */

/* gallery css  */
#gallery {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(https://mildar.like-themes.com/wp-content/uploads/2020/10/gallery-bg.jpg) no-repeat;
    background-size: cover;
}

#gallery .gallery-box {
    border-radius: 20px;
}

#gallery .gallery-box img {
    width: 100%;
    border-radius: 20px;
}

/* footer css */
#footer-layout {
    position: relative;
}

#footer-layout .widget-area {
    padding-top: 100px;
    padding-bottom: 40px;
    background: #0a306c;
    position: relative;
}

#footer-layout .widget-area:after {
    content: "";
    background-image: url(https://mildar.like-themes.com/wp-content/themes/mildar/assets/images/wave-black-hor.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 71px;
    position: absolute;
    bottom: 0px;
    zoom: 1;
    filter: alpha(opacity=15);
    -webkit-opacity: 0.15;
    -moz-opacity: 0.15;
    opacity: 0.15;
}

#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 .widget-area .footer-logo {
    position: absolute;
    top: -12%;
    left: 41%;
    width: 18%;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 80px solid #0a306c;
    display: inline-block;
    transform-origin: center;
    transition: transform .18s ease;
}

#footer-layout .widget-area .footer-logo img {
    /* padding-top: 20px; */
    position: absolute;
    top: 24px;
    left: -72px;
}

#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: #ffbc26;
    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: #09295c;
    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: #09295c;
    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: #ffbc26;
}

/* -----about inner page css ---- */
#aboutpage .about-layout1 {
    padding-top: 120px;
}

#aboutpage .about-layout1 .long_description {
    margin-top: 10%;
}

/* -----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: #ffbc26;
    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: #ffbc26;
    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: #0a306c;
    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: #ffbc26;
    padding: 0px;
    border-radius: 20px;
}

#servicespage #category .product-items.products img {
    border-radius: 10px 10px 0px 0px;
}

#servicespage #category .product_text {
    text-align: center;
    line-height: 40px;
    background: #0a306c;
    border-radius: 0px 0px 10px 10px;
}

#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: #ffbc26;
}

#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 .footer-location {
    margin-left: 0px;
    padding-left: 0px;
}

#footer-layout .footer-location li {
    display: flex;
    margin-bottom: 10px;
}

#footer-layout .footer-location li .icon-part {
    width: 50px;
}

#footer-layout .footer-location li .icon-part i {
    padding: 10px 10px;
    color: #ffbc26;
    border-radius: 50%;
    background: #ffffff;
}

#footer-layout .footer-location li .content-part {
    width: calc(100% - 30px);
}

/* #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;
}

/* ----servicepage css -------  */
#servicepage #service .service-left .section-wrapper ul {
    padding-left: 0px;
    list-style: none;
}

/* --------------------------------------------------- */
#imageModal .modal-content {
    padding: 15px 15px;
}