/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1200px;
}
.nav > li > a {

    padding: 13px 0;
}
html {
    scroll-behavior: smooth;
}

.breabCol {
}

    .breabCol a {
        color: black;
    }

    .breabCol span {
        color: black;
        font-size: 0.95em;
    }

.contactInfo {
}

    .contactInfo h2 {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }

    .contactInfo h3 {
        color: black;
    }

    .contactInfo ul {
    }

        .contactInfo ul li {
            color: black;
        }

.contactForm {
}

    .contactForm h2 {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }

    .contactForm .wpcf7-form-control {
        /* border: none; */
        box-shadow: none;
        border-radius: 5px;
        margin-bottom: 8px;
    }

    .contactForm p {
        color: black;
    }

    .contactForm .wpcf7-textarea {
    }

    .contactForm .wpcf7-submit {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        border: none;
        box-shadow: none;
        border-radius: 5px;
        overflow: hidden;
        padding: 0 40px;
    }

.wpcf7-response-output {
    margin: 10px 0 !important;
}

.ftFooter {
    background-image: linear-gradient(to right, #247eda, #009fe5, #00bad8, #00d0bf, #81e2a6);
}

.ftList {
}

    .ftList h3 {
        text-transform: uppercase;
        font-size: 1.05em;
        margin-top: 3px;
    }

    .ftList ul {
    }

        .ftList ul li {
        }

            .ftList ul li a {
            }

.ftSocial ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

    .ftSocial ul li {
        margin: 0;
        padding: 0;
    }

        .ftSocial ul li a {
            display: block;
            width: 30px;
            height: 30px;
            margin: 0;
            padding: 0;
        }

        .ftSocial ul li:nth-child(1) a {
            background: url(images/so1.png) no-repeat;
            background-size: 30px;
        }

        .ftSocial ul li:nth-child(2) a {
            background: url(images/so2.png) no-repeat;
            background-size: 30px;
        }

        .ftSocial ul li:nth-child(3) a {
            background: url(images/so3.png) no-repeat;
            background-size: 30px;
        }

        .ftSocial ul li:nth-child(4) a {
            background: url(images/so4.png) no-repeat;
            background-size: 30px;
        }

.ftEmailFormBox {
    position: relative;
}

    .ftEmailFormBox .wpcf7-form-control {
        border: none;
        height: 39px;
        border-radius: 5px;
    }

    .ftEmailFormBox .wpcf7-submit {
        margin: 0;
        text-indent: -999px;
        background: url(images/ftEmail.png) center center no-repeat transparent;
        width: 27px;
        height: 23px;
        box-shadow: none;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
    }

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 !important;
}

.wpcf7-spinner {
    display: none !important;
}

.ftList form {
    margin: 0;
}

.ftList .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 !important;
    background: white;
    color: black;
}

.pPageItem {
    gap: 20px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    display: flex;
    padding: .75rem;
    border-radius: .5rem;
    background: white;
}

.pPageItemThumb {
    position: relative;
    max-width: 310px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    height: 190px;
    width: 290px;
}

    .pPageItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pPageItemContent {
}

.pPageItemTitle {
}

    .pPageItemTitle a {
        font-weight: bold;
        color: black;
        font-size: 18px;
        text-transform: uppercase;
    }

.pPageItemDate {
    color: #0066b5;
}

.pPageItemDescription {
    margin-top: 8px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    color: black;
    margin-bottom: 10px;
}

.pPageItemRead {
    margin-top: 15px;
}

    .pPageItemRead a {
        height: 35px;
        background: #0066b5;
        border: 1px solid #cbd5e1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 700;
        font-size: .775rem;
        text-transform: uppercase;
        line-height: 130%;
        color: white;
        max-width: 110px;
    }

.boxPostGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.breamBox {
    min-height: 45px;
    align-items: center;
    display: flex;
    position: relative;
    background-color: rgb(241, 241, 241);
    width: 100%;
}

.postPage {
    padding: 30px 0;
}

.pagePostHeading {
    margin-bottom: 20px;
}

    .pagePostHeading h1 {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        /* -webkit-background-clip: text; */
        /* background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        /* text-transform: uppercase; */
        display: inline-block;
        width: auto;
        padding: 10px 30px;
        border-radius: 30px;
        font-size: 1.1em;
        color: white;
        text-transform: uppercase;
        margin: 0;
    }


.widget {
    border-radius: 5px;
    overflow: hidden;
}

    .widget .widget-title {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        color: white;
        display: block;
        padding: 15px 30px;
    }

        .widget .widget-title span {
        }

    .widget .is-divider {
        display: none;
    }

    .widget ul {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: white;
    }

        .widget ul li {
            border: none !important;
        }

            .widget ul li a {
                border-bottom: 1px dashed #cecaca !important;
                display: block;
                line-height: 18px;
                padding: 10px 24px 10px 5px;
                position: relative;
                margin-bottom: 0;
                color: black;
            }

            .widget ul li:last-child a {
                border: none;
            }

.pPageItemReadMore {
}

    .pPageItemReadMore a {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        color: white;
        display: block;
        padding: 6px 18px;
        border-radius: 8px;
        overflow: hidden;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8em;
    }

.boxPostGridRelate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.signPostBoxContent ul, .signPostBoxContent ol {
    padding-left: 17px;
}

.signPostBoxEx {
    /* border: 1px solid #f2f2f2; */
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    color: black;
}

.signDate {
    display: none;
}

.signPostBoxEx p {
    margin-top: 10px;
}

.signPostBoxTitle h1 {
    margin: 0 0 25px 0;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.pagePostDetails {
    padding: 30px 0;
}

.relate-post {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.postTwoThumb {
    width: 202px;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}

.postTwo {
    background-color: white;
    padding: .75rem;
    border-radius: .5rem;
    margin-bottom: 33px;
    display: flex;
    gap: .75rem;
    align-items: center;
}

.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}



.postRelate {
    flex-wrap: wrap;
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 0px !important;
}

    .postRelate .postTwoThumb {
        width: 100%;
        height: 160px;
    }

.postTwoTitle a {
    font-size: 14px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    height: 44px;
    margin-bottom: 5px;
}

.postTwoDescription {
    font-size: 0.95em;
    color: #0f172a;
    /* line-height: normal; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
}

.postAsideList {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.postAsideHomeItem {
    display: flex;
    gap: 10px;
    align-items: center;
}

.postAsideHomeItemThumb {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

    .postAsideHomeItemThumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

    .postAsideHomeItemTitle a {
        color: black;
        font-size: 16px;
        font-style: normal;
        /* line-height: normal; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.postAsideHomeItemDesc {
    display: none;
}

.widget ul li:last-child a {
    border: none !important;
}

.headingPage {
    margin: 0;
}

    .headingPage h1 {
        border: none;
        margin: 0;
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        color: white;
        padding: 15px;
    }

        .headingPage h1 b {
            display: none;
        }

    .headingPage .section-title-main {
        border: none;
        margin: 0;
        padding: 0;
        font-size: 0.75em;
    }

.colAboutPage {
}

    .colAboutPage .col-inner {
        box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
        -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
        -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
        border-radius: 10px;
        overflow: hidden;
    }

.proListPage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.proListPageItem {
}

.proTabItem {
    box-shadow: 0px 0px 9px 1px #9d9d9d69;
    margin: 1px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background: white;
}

.proTabItemThumb {
    height: 215px;
    overflow: hidden;
    border-radius: 5px;
    background: white;
    overflow: hidden;
}

.proTabItemContent {
    padding: 10px 0;
    background: white;
}

.proTabItemTitle {
    display: block;
    margin-bottom: 8px;
    background: url(images/lineTitle.png) left bottom no-repeat;
}

    .proTabItemTitle a {
        font-size: 1.025em;
        color: #000000;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 51px;
    }

.proTabItemDesc {
    color: #747474;
    text-align: justify;
    font-size: 0.95em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 47px;
    color: black;
}

.proTabItemGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.proTabItemReadMore {
}

    .proTabItemReadMore a {
        display: block;
        padding: 8px 25px;
        color: white;
        border-radius: 24px;
        font-size: 15px;
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        cursor: pointer;
    }

.proTabItemGrPrice {
}

    .proTabItemGrPrice .new {
    }

    .proTabItemGrPrice .old {
    }

.proTabItemThumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    width: 100%;
}

.proTabItem:hover .proTabItemTitle a {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proTabItem:hover .proTabItemThumb img {
    transform: scale(1.1);
}

.proTabItemGrPrice .contact {
    background: black;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
}

.proPageK {
    padding: 30px 0;
}

.category-page-row {
    padding-top: 0;
}

.image-tools {
    display: none;
}

.signProTtitle {
}

    .signProTtitle h1 {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-size: 1.5em;
    }

.signProSKU {
    color: black;
    margin-bottom: 5px;
}

.signProDesc {
    color: black;
}

.signProSKU b {
    color: #ed1c24;
}

.signProInfo {
    padding-left: 20px;
}

.proRelateBox {
    margin-top: 30px;
}

.proRelateList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.title-name {
    color: black;
}

.signProTabInfo {
    margin-top: 30px;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    padding: 10px;
    border-radius: 8px;
    overflow: visible;
    color: black;
}

    .signProTabInfo .wc-tabs {
    }

        .signProTabInfo .wc-tabs li {
            margin: 0;
            margin-right: 5px;
        }

            .signProTabInfo .wc-tabs li a {
                background: #CCCDCE;
                padding: 14px 25px;
                border-radius: 5px;
                overflow: hidden;
                color: #565656;
                font-weight: bold;
                font-size: 16px;
                text-transform: none;
            }

            .signProTabInfo .wc-tabs li.active {
            }

                .signProTabInfo .wc-tabs li.active a {
                    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
                    color: white;
                }

                    .signProTabInfo .wc-tabs li.active a:before {
                        display: none;
                    }

            .signProTabInfo .wc-tabs li:hover a:before {
                display: none;
            }

    .signProTabInfo .has-border {
        border: none;
        padding: 2px;
        background: white;
        padding: 30px;
    }

#review_form {
    padding: 2px;
    overflow: hidden;
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
}

.form-submit .submit {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    border: none;
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 40px;
}

.aboutInfo {
}

    .aboutInfo h2 {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }

    .aboutInfo h3 {
    }

    .aboutInfo p {
        font-size: 0.9em;
        color: black;
        text-align: justify;
        margin-bottom: 10px;
    }

    .aboutInfo h4 {
        background-image: linear-gradient(to bottom, #fd8619, #ff960f, #ffa703, #ffb700, #ffc700);
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        display: inline-block;
        width: auto;
        padding: 6px 18px;
        font-size: 14px;
        border-radius: 20px;
        color: white;
        margin-bottom: 12px;
    }

.aboutBtn {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    border: none;
    border-radius: 20px;
    margin-bottom: 0;
}

    .aboutBtn span {
        font-size: 0.9em;
    }

.giatriHeading {
}

    .giatriHeading h2 {
        font-size: 1.8em;
        text-align: center;
        color: #0C447D;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

        .giatriHeading h2:before {
            content: "";
            width: 109px;
            height: 4px;
            background: #06A944;
            border-radius: 10px;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
            bottom: 0;
        }

.stGiatri {
}

.stGiatriItem {
    margin-top: -80px;
}

.giatriItem {
    margin-bottom: 30px;
}

    .giatriItem .icon-box-img {
        margin-bottom: 5px;
    }

        .giatriItem .icon-box-img .icon {
        }

            .giatriItem .icon-box-img .icon .icon-inner {
            }

                .giatriItem .icon-box-img .icon .icon-inner img {
                    padding: 0;
                }

    .giatriItem .icon-box-text {
    }

        .giatriItem .icon-box-text h3 {
            font-weight: 300;
            color: black;
            font-size: 1em;
            text-align: center;
        }

.proHotHomeHeading {
}

    .proHotHomeHeading h2 {
        padding: 20px 51px;
        color: white;
        text-align: center;
        max-width: 420px;
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        border-radius: 40px;
        text-transform: uppercase;
        margin: 0 auto;
        font-size: 1.8em;
        margin-top: -40px;
    }

.stProHome {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
}

.proHomeHotGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.postItemHome {
    height: 100%;
    width: calc(50% - 15px);
    float: left;
    position: relative;
    margin-right: 15px;
}

.postItemTitle a {
    margin: 5px 0;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 57px;
}

.postItemDesc {
    color: white;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.postItemHome:not(:first-child) {
    width: calc(50% - 15px);
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
}

    .postItemHome:not(:first-child) .postItemThumb {
        max-width: 160px;
        height: 116.5px;
        border-radius: 10px;
        overflow: hidden;
    }

        .postItemHome:not(:first-child) .postItemThumb img {
            width: 100%;
            height: 100%;
        }

    .postItemHome:not(:first-child) .postItemContent {
        position: relative;
        width: auto;
        background: transparent;
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }

    .postItemHome:not(:first-child) .postItemDate {
        color: black;
        display: none;
        order: 2;
    }

        .postItemHome:not(:first-child) .postItemDate i {
            color: red;
        }

    .postItemHome:not(:first-child) .postItemTitle {
        order: 1;
    }

        .postItemHome:not(:first-child) .postItemTitle a {
            color: #000000;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            height: auto;
        }

.postItemDesc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: white;
}

.postItemHome:not(:first-child) .postItemDesc {
    font-size: 14px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    order: 3;
}

.postItemHome:last-child {
    margin-bottom: 0;
}

.postItemHome:not(:first-child):hover .postItemTitle a {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.postItemP {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0.5em;
    overflow: hidden;
}

.postItemContent {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
}

.postItemDate {
    display: none;
}

.postHomeHeading {
}

    .postHomeHeading h2 {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-size: 1.8em;
    }

.loitheHeading {
}

    .loitheHeading h4 {
        color: black;
    }

    .loitheHeading h2 {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-size: 1.8em;
        position: relative;
        padding-bottom: 14px;
    }

        .loitheHeading h2:before {
            content: "";
            background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
            height: 4px;
            position: absolute;
            width: 90px;
            border-radius: 10px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 0;
        }

.lydoItem {
    margin-bottom: 30px;
}

    .lydoItem .icon-box-img {
    }

        .lydoItem .icon-box-img .icon {
        }

            .lydoItem .icon-box-img .icon .icon-inner {
            }

                .lydoItem .icon-box-img .icon .icon-inner img {
                    padding: 0;
                }

    .lydoItem .icon-box-text {
    }

        .lydoItem .icon-box-text h3 {
            font-size: 1.4em;
            background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .lydoItem .icon-box-text p {
            color: black;
            font-size: 0.95em;
            text-align: justify;
        }

.stProject {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
}

.prjHomeHeading {
}

    .prjHomeHeading h2 {
        text-transform: uppercase;
        font-size: 1.8em;
        padding-bottom: 10px;
    }

        .prjHomeHeading h2:before {
            content: "";
            background: white;
            height: 4px;
            position: absolute;
            width: 90px;
            border-radius: 10px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 0;
        }

.prjGallery {
}

    .prjGallery .box-text {
    }

        .prjGallery .box-text p {
            margin: 0;
            font-weight: bold;
            font-size: 1.2em;
            text-align: center;
        }

.stPartner {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
}
.stPartner {
    background: #f4f4f4b5;
}

.partnerHeading {
}

    .partnerHeading h2 {
          background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
        text-transform: uppercase;
        font-size: 1.8em;
        padding-bottom: 10px;
      
    }

        .partnerHeading h2:before {
            content: "";
            background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
            height: 4px;
            position: absolute;
            width: 40px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            left: calc((100% - 50%) - 45px);
            /* right: 0; */
            margin: auto;
            bottom: 0;
        }

        .partnerHeading h2:after {
            content: "";
            background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
            height: 4px;
            position: absolute;
            width: 40px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            right: calc((100% - 50%) - 45px);
            margin: auto;
            bottom: 0;
        }

.partnerBox2 {
    background: white;
    padding: 35px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 1px #00000017;
}

.grBoxHeade {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.headEmailPhone {
}

    .headEmailPhone ul {
        display: flex;
        gap: 50px;
        margin: 0;
    }

        .headEmailPhone ul li {
            list-style: none;
            margin: 0;
            padding: 0;
            font-weight: 600;
            color: #06A944;
        }

            .headEmailPhone ul li a {
            }

.searchBox {
    border: 1px solid #ddd;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

    .searchBox .search-field {
        border: none;
        box-shadow: none !important;
        min-width: 400px;
    }

    .searchBox .searchBtnK {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        border: none;
        box-shadow: none;
        position: absolute;
        right: 0;
        padding: 0 26px;
        border-radius: 40px;
    }

        .searchBox .searchBtnK i {
            font-size: 13px !important;
        }

.grBoxHeade form {
    margin: 0;
}

.header-nav-main {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    padding: 0 20px;
    border-radius: 6px;
}

.headEmailPhone li:nth-child(1) {
    background: url(images/h1.png) left center no-repeat;
    padding-left: 30px; /* font-weight: bold; */
}

.headEmailPhone li:nth-child(2) {
    background: url(images/h2.png) left center no-repeat;
    padding-left: 30px;
}

.logo-left .logo {
    margin-left: 0;
    margin-right: 0;
}
.button.icon.is-small {
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    color: white;
    border: none;
}
.socialHead {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .socialHead a {
        width: 20px;
        height: 16px;
    }

        .socialHead a:nth-child(1) {
            background: url(images/m1.png) center center no-repeat;
        }

        .socialHead a:nth-child(2) {
            background: url(images/m2.png) center center no-repeat;
        }

        .socialHead a:nth-child(3) {
            background: url(images/m3.png) center center no-repeat;
        }

        .socialHead a:nth-child(4) {
            background: url(images/m4.png) center center no-repeat;
        }
/*desktop*/
@media only screen and (min-width: 1200px) {
    .postItemHome:first-child .postItemThumb {
        min-height: 388px;
    }

        .postItemHome:first-child .postItemThumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            position: absolute;
        }
}

@media only screen and (max-width: 48em) {
  .searchBox .searchBtnK {
   
    height: 40px;
}


  .searchBox .search-field {

    min-width: auto;
}
    .partnerHeading h2 {
        font-size: 1.6em;
    }

    .giatriHeading h2 {
        font-size: 1.6em;
    }

    .proHotHomeHeading h2 {
        font-size: 1.6em;
    }

    .loitheHeading h2 {
        font-size: 1.6em;
    }

    .prjHomeHeading h2 {
        font-size: 1.6em;
    }

    .aboutInfo {
        padding-top: 15px;
    }

    .postItemHome {
        height: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .postItemP {
        flex-wrap: wrap;
    }

    .postItemHome:first-child .postItemThumb {
        min-height: 388px;
    }

        .postItemHome:first-child .postItemThumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            position: absolute;
        }

    .postItemHome:not(:first-child) {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        margin-right: 0;
    }

        .postItemHome:not(:first-child) .postItemP {
            flex-wrap: unset;
        }

        .postItemHome:not(:first-child) .postItemThumb {
            max-width: 160px;
            min-width: 125px;
            height: 116.5px;
            overflow: hidden;
        }

    .proHomeHotGrid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }

    .signProInfo {
        padding: 20px 0;
    }

    .proListPage {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }

    .boxPostGridRelate {
        grid-template-columns: repeat(1, 1fr);
    }

    .pPageItemThumb {
        position: relative;
        max-width: 100%;
        width: 100%;
        height: 220px;
    }

    .pPageItem {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }
}
