@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

body {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

.img {
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
/*--------------------------------------------------------------
 * Preloader CSS MS
 *--------------------------------------------------------------
 */

.wp-smart-loader {
    text-indent: -12345px;
}

/*--------------------------------------------------------------
 * Preloader One
 *--------------------------------------------------------------
 */

.smart-loader-one {
    width: 50px;
    height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
 * Preloader Two
 *--------------------------------------------------------------
 */

.smart-loader-two {
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-animation: spinner 5s infinite linear;
    animation: spinner 5s infinite linear;
}

    .smart-loader-two span {
        width: 40px;
        height: 40px;
        position: absolute;
        background: red;
        display: block;
        -webkit-animation: spinner-two 1s infinite linear;
        animation: spinner-two 1s infinite linear;
    }

        .smart-loader-two span:nth-child(1) {
            background: #2ecc71;
        }

        .smart-loader-two span:nth-child(2) {
            left: 44px;
            background: #9b59b6;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-two span:nth-child(3) {
            top: 44px;
            background: #3498db;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-two span:nth-child(4) {
            top: 44px;
            left: 44px;
            background: #f1c40f;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

@-webkit-keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
 * Preloader Three
 *--------------------------------------------------------------
 */

.smart-loader-three {
    position: relative;
}

    .smart-loader-three span {
        display: block;
        bottom: 0px;
        width: 9px;
        height: 5px;
        background: #9b59b6;
        position: absolute;
        -webkit-animation: spinner-three 1.5s infinite ease-in-out;
        animation: spinner-three 1.5s infinite ease-in-out;
    }

        .smart-loader-three span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-three span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-three span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .smart-loader-three span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            animation-delay: .8s;
        }

@-webkit-keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

/*--------------------------------------------------------------
 * Preloader Four
 *--------------------------------------------------------------
 */

.smart-loader-four {
    width: 80px;
    height: 80px;
}

    .smart-loader-four .spinner-cube {
        width: 33%;
        height: 33%;
        background-color: #9b59b6;
        float: left;
        -webkit-animation: spinner-four 1.3s infinite ease-in-out;
        animation: spinner-four 1.3s infinite ease-in-out;
    }

    .smart-loader-four .spinner-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .smart-loader-four .spinner-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .smart-loader-four .spinner-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*--------------------------------------------------------------
 * Preloader Five
 *--------------------------------------------------------------
 */

.smart-loader-five {
    width: 80px;
    height: 80px;
    position: relative;
}

    .smart-loader-five .spinner-cube {
        border: 2px solid transparent;
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .smart-loader-five .spinner-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #9b59b6;
            -webkit-animation: spinner-five 2.4s infinite linear both;
            animation: spinner-five 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .smart-loader-five .spinner-cube-2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .smart-loader-five .spinner-cube-3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .smart-loader-five .spinner-cube-4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .smart-loader-five .spinner-cube-2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-five .spinner-cube-3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .smart-loader-five .spinner-cube-4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
 * Preloader Six
 *--------------------------------------------------------------
 */

.smart-loader-six {
    width: 70px;
    height: 70px;
    position: relative;
}

    .smart-loader-six .spinner-cube-1,
    .smart-loader-six .spinner-cube-2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #3498db;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: spinner-six 2.0s infinite ease-in-out;
        animation: spinner-six 2.0s infinite ease-in-out;
    }

    .smart-loader-six .spinner-cube-2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes spinner-six {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes spinner-six {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.smart-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.wp-smart-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
}


.wp-smart-body {
    visibility: hidden;
}
/*--------------------------------------------------------------
 * Preloader Seven
 *--------------------------------------------------------------
 */
 
 p {
   font-size: inherit !important;
}
p {
    color: inherit;
}
.bg-half{position: relative;}
.bg-half:before {
    content: "";
    background: #f98e10;
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
}
.div-line .elementor-image-box-img {
    position: relative;
    margin-right: 20px !important;
}
.div-line .elementor-image-box-img:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 65px;
    background: #c1c1c1;
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.border-r .elementor-widget-wrap.elementor-element-populated {
    border-radius: 90px 0px 0px 0px !important;
}

.tab-icon .elementkit-nav-link {
    width: 100px;
    padding: 10px !important;
}


.service-box {
    text-align: center;
}
.ser-icon {
    margin: auto;
    width: 63px;
    margin-bottom: 25px;
}
.ser-dis h3 {
    font-size: 19px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.6px;
}
.ser-dis p {
    color: #fff;
    font-family: jost;
    font-size: 15px !important;
    font-weight: normal;
    line-height: 23px;
}
.click-link {
    color: #f98e10;
    font-size: 19px;
}
.click-link:hover {
    color: #fff;    
}
.blog-box-slide {
    position: relative;
    width: 100%;
}
.blog-box-slide:before {
    content: "";
    background-image: url(https://products.webrockmedia.com/dogtile-wordpress/wp-content/uploads/2023/01/gr.png);
    position: absolute;
    bottom: 0;
    /* z-index: 9; */
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: repeat-x;
	left: 0;
    right: 0;
}

.blog-con-po {
    position: absolute;
    z-index: 99;
    bottom: 0;
    padding: 40px;text-align: left;
}
.blog-con-po span {
    color: #f98e10;font-size: 13px;
}
.blog-con-po h3 {
    color: #fff;
    font-size: 25px;
    margin: 10px 0;
}
.blog-con-po h3 a{display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;}
.click-link-blog {
    font-size: 17px;
    padding: 10px 20px;
    border: 2px solid #f98e10;
    color: #f98e10;
    margin-top: 20px;
    display: inline-block;
}
.click-link-blog:hover {
    background: #f98e10;
    color: #1e2429;
}

.blog-carousel .owl-nav {
    position: absolute;
    left: 10%;
    bottom: -3em;
}
 .blog-carousel .owl-nav button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: #f98e10 !important;
    height: 90px;
    width: 90px;
    -webkit-transform: initial;
    -moz-transform: initial;
    transform: initial;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    font-size: 30px !important;
}
.blog-carousel .owl-nav button.owl-prev {
    margin-right: 1px;
}

.woocommerce ul.products.columns-4 li.product {
    border: 1px solid #c0bdbd;padding: 10px;
   }
.woocommerce ul.products.columns-4 .woocommerce-loop-product__title {
    color: #000;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding-bottom: 0px !IMPORTANT;
    margin-bottom: 10px !important;
}
.woocommerce ul.products.columns-4 .tinvwl_add_to_wishlist_button {
    display: none;
}
.woocommerce ul.products.columns-4 li.product .button {
    margin-top: 2px;
    margin-bottom: 15px;
}

.subbanners {
    position: relative;
    background-position: top center;
    padding: 10em 0em 9em 0em;
    background-size: cover;
}
.subbanners:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 68%;
    background:rgb(30 36 41 / 81%);
    transform: skewX(34deg);
    left: -135px;
}
.bread-text h1{color: #F98E10;
    font-family: "Jost", Sans-serif;
    font-size: 41px;
    font-weight: 600;}
.bread-text h6{color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;}
.po-icon-home a {
    position: absolute;
    bottom: -9.6em;
    background: #f98e10;
    width: 50px;
    display: inline-block;
    float: left;
    padding: 10px;
    border-radius: 50px 50px 0px 0px;
}

.slide-test {
    text-align: center;
}
.test-i {
    width: 112px;
    display: block;
    margin: auto;
    height: 112px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 2em;
}
.user-name h5 {
    font-size: 27px;
    font-weight: 600;
    color: #1e2429;
}
.user-name h6 {
    font-size: 16px;
    color: #5c5a5a;
    margin: 15px 0;
}
.test-dis p {
    font-size: 19px !important;
    line-height: 30px;
    color: #000;
}


.client .owl-nav {
    position: absolute;
    left: 0;
    bottom: -5em;
    right: 0;
    margin: auto;
    width: 124px;
}
.client .owl-nav button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: #f98e10 !important;
    height: 60px;
    width: 60px;
    -webkit-transform: initial;
    -moz-transform: initial;
    transform: initial;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    font-size: 23px !important;
    margin: 1px;
}

.serv-line {
    border: 1px solid #1e2429;
    padding: 60px 30px;
    margin-bottom: 30px;position: relative;    z-index: 9;
}
.serv-line:before {
    content: "";
    position: absolute;
    background: #4c1e1e00;
    left: 15px;
    top: 15px;
    width: 100%;
    height: 100%;
    border: 1px solid #d7d5d5;
    z-index: -1;
}
.serv-line .ser-dis h3{   
       font-size: 20px;
    color: #080808;
    font-weight: 500;
    letter-spacing: 0.6px;
   
}
.serv-line .ser-dis p {
    color: #161616;
    font-family: jost;
    font-size: 17px !important;
    font-weight: normal;
    line-height: 23px;
}
.serv-line .click-link {
    color: #121211;
    font-size: 19px;
}
.serv-line .click-link:hover{color:#f98e10}

.serv-line:hover:before {
    background: #1c1b1b;
    
}
.serv-line:hover:before {
    background: #ffffff;
    border-bottom: 15px solid #f98e10;
    border-right: 15px solid #f98e10;
    border-left: 0px;
    border-top: 0px;
}
.serv-line:hover {
    border: 1px solid #d7d5d5;
}

div, :before{-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;}

#forminator-module-1992 input {
    width: 100%;
    height: 70px;
    border: 1px solid #dadada !important;
    background: #fff !important;
    border-radius: 0px;
    padding: 20px;
}
#forminator-module-1992 textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #dadada !important;
    background: #fff !important;
    border-radius: 0px;
    padding: 20px;
}
#forminator-module-1992 button {
    background-color: #f98e10 !important;
    color: #161616 !important;
    width: 100%;
    font-size: 22px !important;
    height: 70px;
    box-shadow: none !important;
    border-radius: 0px !important;
}
#forminator-module-1992 button:hover {
    background-color: #1e2429 !important;
    color: #f98e10 !important;
}

.min-home {
    position: absolute;
    bottom: 0;
    background: #f98e10;
    width: 50px;
    display: inline-block;
    float: left;
    padding: 10px;
    border-radius: 50px 50px 0px 0px;
    left: 8em;
}

.min-line {
    position: relative;
    color: #f98e10;
    font-weight: 500;
    padding-left: 80px;
}

.min-line:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background: #f98e10;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service-list {
    background: #1e2429;
   
}
.service-list ul {
    padding: 30px;
}
.heading-sr {
    background: #f98e10;
    padding: 15px 25px;
    font-size: 23px;
    margin-bottom: 0px;
}
.service-list ul li .min-h {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.service-list li p {
    color: #8f8f8f;
    font-size: 14px !important;
    line-height: 21px;
    margin-bottom: 7px;
	display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.click-link2 {
    color: #f98e10;
}
.click-link2:hover {
    color: #f98e10;
}
.service-list ul li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #8f8f8f;
    margin-bottom: 20px;
}

.ser-form {
    background: #1e2429;
    padding: 30px;margin-bottom: 30px;
}
.ser-form input{      background: #090c0e !important;
    height: 53px !IMPORTANT;
    border: none !important;
    border-radius: 0px !important;
    padding: 12px 20px !important;}
.ser-form textarea{     background: #090c0e !important;
    height: 153px !IMPORTANT;
    border: none !important;
    border-radius: 0px !important;
    padding: 12px 20px !important;}
.ser-form form {
    margin-bottom: 0px !important;
}
.ser-form form button {
    width: 100% !IMPORTANT;
    border-radius: 0px !important;
    height: 53px !important;
    font-size: 18px !important;
    background: #f98e10 !IMPORTANT;
    color: #1e2429 !important;
}
.heading-sr1 {
    color: #fff !important;
    font-size: 25px;
}
.view-ser {
    width: 100%;
    display: block;
    padding: 10px;
    background: #f98e10;
    text-align: center;
    color: #000;
    font-size: 19px;
}
.service-list ul li:last-child {
    margin-bottom: 0px;
}


.woocommerce ul.products.columns-4 li.product {
    background: #fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1.2% 0.992em 0;
    padding: 0;
    position: relative;
    width: 23.8%;
    margin-left: 0;
}
.woocommerce .star-rating::before {
     color: #ffb102;
    
}
.woocommerce ul.products li.product .price del {
    color: #565656 !important;
    opacity: 1;
}
.woocommerce ul.products.columns-4 li.product .button {
    margin-top: 2px;
    margin-bottom: 0;
    background: #f98e10;
    color: #1e2429;
    font-weight: 500;
}
.woocommerce ul.products li.product .onsale {
    width: 51px;
    height: 30px;
    border-radius: 3px;
    padding: 5px !important;
    line-height: 20px;
    display: inline-block;
    float: left;
    min-height: 30px;
    background: #f98e10;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    right: 10px;
    top: 10px;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}

.bg-gy {
    padding-top: 2em;
    border-top: 1px solid #d5d4d4;
}
.min-text-b {
    color: #f98e10 !IMPORTANT;
}
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 2em;
}
.img-border {
    border: 1px solid #c0bdbd;
}

.new1 {
    width: 73%;
    margin-left: 20px !IMPORTANT;
    background-color: #191919 !important;
    border-color: #191919 !IMPORTANT;
    color: rgba(255,255,255,1);
    border-radius: 50px !IMPORTANT;
    padding: 10px !important;
    height: 50px !IMPORTANT;
    min-height: 50px;font-weight: 500;
}

.new1:hover {
    background-color: #f98e10 !important;
    border-color: #f98e10 !IMPORTANT;
    color: rgb(18 18 18) !important;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 50px;
    border-radius: 5px;
}

.img-no-dis-ser .woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce .star-rating span::before{ display: none;}

.woocommerce .star-rating {
    font-size: 14px;
    width: 10.4em;
}
.woocommerce-Reviews-title {
    font-size: 19px;
    margin-bottom: 20px;
}
.review-f-new .submit {
    background-color: #f98e10 !important;
    color: #000 !IMPORTANT;
    font-weight: 500;
    padding: 15px 30px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    /* font-size: 0; */
    text-align: center;
    margin-top: 3em !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: calc(100% - 50px);
    bottom: 0;
    left: 0px;
    border-width: 0 0 1px;
    border-style: solid;
    z-index: 1;
    border-bottom: 1px solid #d3ced2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent !important;
    border-radius: 0;
    margin: 0;
    padding: 0 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    border-width: 0 0 2px;
    border-style: solid;
    transition: transform 300ms ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    transform: scaleX(1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after{    border-color: rgba(25,25,25,1);}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 22px;
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 500;
    color:#7e7d7d !IMPORTANT;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !IMPORTANT;
}
.no-dis-sing{display: none;}
.bg-gy {
    padding-bottom: 4em;
}

.min-con-wish .tinv-wraper {
    display: none;
}
input#coupon_code {
    width: 150px;
}
.coupon button.wp-element-button {
    background: #f98e10 !important;
    color: #fff !IMPORTANT;
    font-weight: 400;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-name a {
    color: #000 !IMPORTANT;
}

.woocommerce-billing-fields {
    padding: 25px;
    border: rgba(230,230,230,1);
    border: 1px solid rgba(230,230,230,1);
    margin-bottom: 25px;
}
 .woocommerce form .form-row input.input-text {
    width: 100%;
    padding: 10px;
    height: 46px;
    color: #000;
}
 

.form-row-wide .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa !important;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    height: 46px;
    color: #000;
}

.col-md-4 .woocommerce table.shop_table td {
    font-size: 13px;
    font-weight: 500;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    color: rgba(25,25,25,1);
    background: rgb(249 142 16) !important;
    border: none !IMPORTANT;
}
button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
    color: rgba(25,25,25,1);
    background: rgb(249 142 16) !important;
    border: none !IMPORTANT;
}
.slide-test {
    text-align: center;
    padding: 0px 30px;
}
.item .service-box {
    padding: 0px 15px;
}