@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;
    background-color: white;
}

p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

.img {
    max-width: 100%;
    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: #10471c;
    -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: #10471c;
    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: #10471c;
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: #10471c;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: #10471c;
    }
}

@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #10471c;
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: #10471c;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: #10471c;
    }
}

/*--------------------------------------------------------------
 * Preloader Four
 *--------------------------------------------------------------
 */

.smart-loader-four {
    width: 80px;
    height: 80px;
}

.smart-loader-four .spinner-cube {
    width: 33%;
    height: 33%;
    background-color: #10471c;
    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: #10471c;
    -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
 *--------------------------------------------------------------
 */

.main-slider h2 {
    position: relative;
    display: block;
    font-size: 54px;
    color: #000;
    font-weight: 600;
    line-height: 66px;
    z-index: 1;
}

.main-slider h3 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: 1.14em;
    padding-right: 64px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

.btn-style-one {
    background: #de8d38;
    display: block;
    float: left;
    border-radius: 8px;
    width: 80px;
    height: 80px;
}

.bootom-box {
    position: relative;
}

.bootom-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(10 10 10 / 73%);
}

.min-img {
    width: 100%;
}

.theme-btn {
    padding: 15px 25px !important;
    display: inline-block !IMPORTANT;
    float: left;
    margin-right: 20px !IMPORTANT;
    border-radius: 5px;
    text-transform: uppercase;
}
.adminupdate {
   width: 50px;
   margin-left: 56px;
   margin-top: 10px;
   margin-bottom: 10px;
   filter: drop-shadow(0px 0px 5px green);
}
.adminupdate:hover {
    width: 60px;
   
    filter: drop-shadow(0px 0px 5px red);
 }

/* .admindelete {
    padding: 15px 25px !important;
    display: table-cell !important;
    text-transform: uppercase;
    border: 1px solid red;
    background: red;
    color: white;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
} */

.tp-bgimg {
    background-size: cover !important;
    background-position: top !important;
    top: 20px !important;
}

.btn-style-orange {
    border: 1px solid rgb(9 147 31);
    width: 215px;
    height: 50px;
    background: white;
    color: rgb(9 147 31);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
/* a.theme-btn.btn-style-orange.reserv {
    margin: 0px 50% 10px 50px;
    } */
    
.btn-style-orange:hover {
    background: rgb(9 147 31);
    color: white;
}
/* .reser{
    display: inline-block;
    margin-right: auto;
} */

.btn-style-white {
    background: #fff;
    color: #000;
}

a,
div,
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;
}

.fullwidthbanner-container .tp-bgimg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 22;
    /* opacity: 0.5; */
}

.heading-s h5 {
    color: #b76209;
    font-size: 15px;
    margin-bottom: 20px;
}

.heading-s h2 {
    font-size: 39px;
}

.service-box {
    background: #fff5eb;
    padding: 3em;
    margin-bottom: 2em;
    border-bottom: 12px solid #ffd2a4;
    padding-bottom: 2em;
}

.img-ser {
    background: #ffd2a4;
    border-radius: 50%;
    padding: 8px;
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 20px;
}

.img-ser img {
    width: 100%;
}

.img-ser img {
    transform: scale(1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.logo img {
    width: 140px;
    
}

.copy-one p {
    color: #000
}

.min-s span img {
    width: 77px;
    margin-bottom: 20px;
}

.one-bg {
    background: #ffd3ba;
}

.min-s {
    border-radius: 25px;
    text-align: center;
    padding: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    /* margin-top: 10px; */
}

.min-s h3 {
    color: #09931f;
}

.sub-bg {
    position: relative;
    padding-left: 50px;
    margin-bottom: 1em;
    color: #09931f;
    font-size: 39px;
    font-weight: 600;
}

.sub-bg:before {
    content: "";
    position: absolute;
    background-image: url(../images/text-bg.png);
    background-size: cover;
    width: 100px;
    height: 100px;
    left: 0;
    top: -0.7em;
}

.bg-sky {
    background: #ffd3ba;
}

.min-heading {
    text-align: center
}

.center-l {
    width: auto;
    display: inline-block;
}

.min-heading p {
    font-weight: 600;
    font-size: 18px;
    color: #464646;
}

.why-sec {
    text-align: center;
}

.icon-s {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 100px;
    border-radius: 50px;
    position: relative;
}

.icon-s:before {
    content: "";
    width: 100px;
    height: 100px;
    background: #fff;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 100px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 22%);
}

.icon-s:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 60px;
    background: green;
    left: -10px;
    bottom: -10px;
    border-radius: 0px 0px 100px 100px;
}

.icon-s img {
    width: 50px;
    position: relative;
    z-index: 2;
}

.why-sec h3 {
    color: #09931f;
    font-size: 22px;
}

.service-img {
    padding: 30px;
    padding-top: 0px;
}

.con-ser {
    background: #ffd3ba;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.con-ser {
    background: #ffd3ba;
    display: block;
    float: left;
    padding: 3em;
    margin-top: 4.5em;
}

.service-img {
    position: relative
}

.service-img:before {
    content: "";
    position: absolute;
    width: 89.9%;
    height: 92%;
    border: 4px solid #09931f;
    bottom: -4%;
    left: 17%;
    z-index: -1;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.product-con {
    color: #fff;
}

.product-list {
    position: relative;
    /* border-top-left-radius: 25px;
    border-bottom-left-radius: 25px; */
}

.product-list:before {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    content: "";
    position: absolute;
    background: #ffd3ba;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.product-con h3 {
    margin-bottom: 20px;
    color: black;
}

.product-con p {
    color: #464646;
    margin-bottom: 20px;
}

.product-list:after {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    content: "";
    position: absolute;
    background-image: url(../images/nosproduis.png);
    background-size: cover;
    width: 50%;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
}

.btn-h-white:hover {
    background-color: #fff;
    color: #000;
}

.test-i img {
    width: 100px;
    border-radius: 50%;
    padding: 5px;
    height: 100px;
}

.slide-test {
    background: #ffd3ba;
    text-align: center;
    padding: 30px;
}

.user-name h5 {
    font-size: 20px;
}

.user-name h6 {
    font-size: 15px;
    font-weight: normal;
    color: #7a7878;
}

.test-dis p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.whychoose {
    position: relative
}

.whychoose:before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-h.png);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 240px;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-carousel .item {
    padding-bottom: 2em;
}

.service-carousel .owl-nav {
    display: block !IMPORTANT;
    text-align: right;
}

.service-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #000 !IMPORTANT;
    border-radius: 50%;
    margin-left: 15px;
    text-align: center;
    line-height: 40px !IMPORTANT;
}

.service-carousel .owl-nav button:hover {
    background: #ffd3ba;
    color: #262525;
}

.vide0-bg {
    background-image: url(../images/video.png);
    background-size: cover;
}

.video-p {
    text-align: center;
    background: rgb(255 197 60 / 57%);
    padding: 4em;
    width: 80%;
    margin: auto;
}

.play-i {
    margin-top: 2em;
}

.video-p h2,
.video-p p {
    color: #fff;
}

.play-i span {
    font-size: 41px;
    color: #000;
    background: #fff;
    width: 47px;
    height: 47px;
    display: inline-block;
    line-height: 47px;
    border-radius: 50%;
    box-shadow: 0px 1px 7px 9px #09931f80;
}

.subbanner {
    position: relative
}

.subbanner img {
    width: 100%;
    margin-top: -5em;
}

.po-t {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.po-t h1 {
    font-size: 56px;
}

.po-t p {
    font-size: 19px;
    font-weight: 400;
}

.card {
    margin-bottom: 20px;
}

.card-header .card-link {
    display: block;
    padding: 15px;
}

.card-header .card-link {
    background: #10471c;
    color: #3e3d3d;
}

.card-link.collapsed {
    background: #ffd3ba;
}

.card-header {
    padding: 0px;
    background: #ffd3ba;
}

.offer {
    position: relative;
    padding: 3em;
    background-size: cover;
    text-align: center;
}

.offer h3 {
    position: relative;
}

.offer:before {
    content: "";
    position: absolute;
    background-color: #10471c;
    width: 80%;
    height: 71%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.list-ser ul li a {
    display: block;
    padding: 10px;
    background: #ffd3ba;
    margin-bottom: 5px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    position: relative;
}

.list-ser ul li a:before {
    content: "\e606";
    font-family: 'simple-line-icons';
    right: 11px;
    position: absolute;
}

.list-ser ul li a:hover {
    background: #10471c;
    color: #3e3d3d;
}

.po-s {
    position: sticky;
    top: 120px;
}

.wh-bg {
    background: #ffd3ba;
}

.price ins {
    text-decoration: none;
    
}
.price bdi{
    color: green;
    font-weight: bold;
    text-align: center; 
    display: block;
    font-size: large;
}
.pro-list {
    border-radius: 25px;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 0px;
    margin-bottom: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.pro-list:hover {
    box-shadow: -1px 3px 10px 1px #00000040;
    margin-top: -10px !important;
}

.pro-img img {
    border-radius: 25px;
    width: 100%;
    background: #fdfafa;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.pro-img {
    padding: 10px;
    position: relative
}

.product-d {
    padding: 10px 20px;
    padding-bottom: 20px;
}

.product-d .star-rating-wap {
    margin-bottom: 10px;
}

.product-d .star-rating {
    width: 87px;
    margin: 0 auto;
}

.price del {
    color: #888;
    margin-right: 7px;
    font-weight: normal;
}

.product-d .star-rating {
    height: 26px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 87px;
    letter-spacing: 4px;
    display: inline-block;
    vertical-align: middle;
}

.product-d .star-rating:before {
    font-size: 12px;
}

.product-d .star-rating:before {
    left: 0;
    top: 0;
    font-size: 12px;
    color: #FDA043;
    font-family: 'Font Awesome 5 Free';
    content: "\f005\f005\f005\f005\f005";
}

.star-rating span {
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    color: #333;
    padding-top: 1.5em;
    left: 0;
    top: 0;
}

.star-rating-wap .review-count {
    font-size: 14px;
    font-weight: 500;
    margin-left: 14px;
    color: gray;
}

.star-rating span {
    font-size: 12px;
    color: #FDA043;
    font-weight: 900;
    animation: fadeIn 0.5s both;
    animation-delay: 0.3s;
}

.product-d h3 a {
    font-size: 17px;
}

.line1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    text-align: center;
    display:block;
}

.line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.line4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.po-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffbf0a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.off-off {
    position: absolute;
    left: 10px;
    background: #4f8705;
    color: #fff;
    font-size: 11px;
    padding: 5px 5px;
    border-radius: 0px 10px 10px 0;
    top: 15px;
}

.sp-quantity {
    width: 124px;
    height: 42px;
    float: left;
}

.sp-minus {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    float: left;
    text-align: center;
}

.sp-input {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-left: 0px solid black;
    float: left;
}

.sp-plus {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-left: 0px solid #e1e1e1;
    float: left;
    text-align: center;
}

.sp-input input {
    width: 39px;
    height: 38px;
    text-align: center;
    border: none;
}

.sp-input input:focus {
    border: 1px solid #e1e1e1;
    border: none;
}

.sp-minus a,
.sp-plus a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 1px;
    font-size: 21px;
}

.single_add_to_cart_button {
    float: right;
    padding: 7px 20px;
    background: green;
    color: #fff;
    cursor: pointer;
}

.single_add_to_cart_button:hover {
    background: #10471c;
    color: #2c2c2c;
}

hr {
    border-bottom: 1px solid #cfcfcf !important;
    border-top: 0 none;
    margin: 20px 0 !important;
    padding: 0;
}

.dt-sc-tabs.dt-sc-list-inline button {
    border-radius: 0px;
}

.tablinks:hover,
.tablinks.active {
    background-color: green;
    color: #292929;
    border: 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.tablinks {
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    float: none;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    padding: 10px 20px !important;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: var(--DT_Body_Line_Height);
    border-radius: var(--DT_Button_Border_Radius);
    font-weight: 500;
    color: #2a2a2a;
    background-color: #00000000;
    border: 2px solid #2a2a2a !IMPORTANT;
    font-size: 18px;
}

.dt-sc-tabs {}

.dt-sc-tabs-content {
    border-radius: 0px;
    display: none;
    padding: 30px;
    border: 1px solid #f4f4f4;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.blog-img img {
    width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.blog-cont h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.play-i a {
    background: #09931f;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 22px;
}

.blog-cont p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.min-blog {
    border-radius: 25px;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 0px;
    margin-bottom: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.min-blog:hover {
    box-shadow: -1px 3px 10px 1px #00000040;
    margin-top: -10px !important;
}

.blog-img {
    padding: 10px;
}

.blog-cont {
    padding: 10px 20px;
}

.blog-cont h3 {
    font-size: 20px;
    line-height: 30px;
}

.blog-cont p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
}

.blog-cont .bl-btn {
    margin: 20px 0;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    float: none;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    padding: 10px 20px !important;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: var(--DT_Body_Line_Height);
    border-radius: var(--DT_Button_Border_Radius);
    font-weight: 500;
    color: white;
    background-color: green;
    border: 1px solid #2a2a2a !IMPORTANT;
    font-size: 18px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.blog-cont .bl-btn:hover,
.blog-cont .bl-btn.active {
    background-color: white;
    color: green;
    border: 0;
    
}

.register-f {
    background: #F7F8FA;
    padding: 30px;
    position: sticky;
    top: 120px;
}

.form-event h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-in .read-m-we {
    margin-bottom: 0px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.form-in:last-child {
    margin-bottom: 0px;
}

.form-event ul {
    margin-bottom: 25px;
}

.form-event ul li {
    margin-bottom: 8px;
}

.form-event ul li i {
    margin-right: 15px;
}

.form-in {
    margin-bottom: 25px;
}

.fill-in {
    border-radius: 25px;
    width: 100%;
    padding: 10px;
    background-color:#10471c27;
    height: 50px;
    border: 1px solid #10471c;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.form-in .read-m-we {
    margin-bottom: 0px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.btn-gradient:hover {
    background: #10471c;
    color: white;
}

.subbanner {
    position: relative;
    height: 550px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -6em !important;
}

.btn-gradient {
    border-radius: 25px;
    color: #10471c;
    cursor: pointer;
    background-size: 200% auto;
    border: none;
    border-radius: 8px;
    background: white;
    border: 1px solid #10471c;
    padding: 13px 30px;
    font-size: 18px;
    float: none;
    display: inline-block;
    margin-bottom: 3em;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.min-img {
    position: relative;
    text-align: center
}

.min-img img {
    width: 68%;
    margin: auto;
    float: none;
}

.register-form {
    border-radius: 25px;
    background: white;
    padding: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

textarea.fill-in.text-m {
    height: 150px;
}

.min-add {
    border-radius: 25px;
    text-align: center;
    background: #ffd3ba;
    padding: 30px;
}

.min-add span {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 13px;
    display: block;
}

.min-add h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.min-add ul li {
    font-size: 15px;
    color: #3c3c3c;
}

.product-d2 {
    margin: auto;
    padding: 10px 20px;
    padding-bottom: 20px;
}

.pro-list2 {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 0px;
    margin-bottom: 30px;
    display: inline-flex;
}

.product-d2 .star-rating {
    color: #ffbf0a;
    overflow: hidden;
    position: relative;
    text-align: left;
    line-height: 30px;
    letter-spacing: 4px;
    display: inline-block;
    vertical-align: middle;
}

.po-icon2 {
    position: absolute;
    top: 237px;
    right: -105px;
    background: #ffbf0a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.theme-btn2 {
    padding: 15px 25px !important;
    border-radius: 5px;
    text-transform: uppercase;
    margin: auto;
    margin-top: 20px;
    /* text-align: center; */
}

.counter {
    background-image: url(../images/offer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px;
}

.offer1 p {
    color: #fff;
    font-size: 45px;
}

.offer1 {
    position: relative;
    padding: 3em;
    background-size: cover;
    text-align: center;
}

.offer1 h3 {
    position: relative;
}

.offer1:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 71%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.offer1 span {
    font-size: 20px;
    color: #fff;
}

.best-offer {
    text-align: center;
}

.best-offer h2 {
    color: #fff;
}

.vide1-bg {
    background-image: url(../images/h2.jpg);
    background-size: cover;
    background-position: center;
}

.video-p2 {
    text-align: center;
    background: #47433973;
    padding: 4em;
    width: 80%;
    margin: auto;
}

.video-p2 h2,
.video-p2 p {
    color: #fff;
}

/* Home three */

.onlone-pro {
    display: flex;
}

.n-online {
    text-align: center;
    justify-content: center;
    width: 74px;
    padding: 19px;
    background-color: #09931f;
    font-size: 25px;
    border-radius: 40px;
    margin: 10px;
    height: 74px;
}

.veri {
    justify-items: center;
    padding: 20px;
}

.express {
    display: flex;
}

.supp-team {
    display: flex;
}

.supp-team i {
    margin: 5px;
    border-radius: 50px;
    background-color: #09931f;
    font-size: 29px;
    width: 60px;
    height: 60px;
    padding: 16px;
}

.video1-bg {
    background-image: url(../images/video1.jpg);
    background-size: cover;
}

.v-all {
    color: #fff;
    background-color: #09931f;
    height: 80px;
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    justify-content: center;
}

.v-all:hover {
    color: #000;
}

.sub-bg1 {
    position: relative;
    padding-left: 50px;
    margin-bottom: 1em;
    color: #09931f;
    font-size: 39px;
    font-weight: 600;
}

.sub-bg1:before {
    content: "";
    position: absolute;
    background-image: url(../images/text-bg.png);
    background-size: cover;
    width: 100px;
    height: 100px;
    left: 0;
    top: -0.7em;
}

/* overw */
.introwebsite .siteOverlay-block.onIntro {
    animation-play-state: running;
}

.introwebsite .siteOverlay, .introwebsite .siteOverlay-block.onIntro {
    opacity: 1;
    visibility: visible;
}
/* .siteOverlay-block.onIntro {
    clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
    animation: bkgAppear 1.5s .2s ease-in-out forwards paused;
} */
.siteOverlay-block {
    position: absolute;
    background: #f4efe3;
}
.more-prdct{
    border: 1px solid rgb(9 147 31);
    width: 215px;
    height: 50px;
    background: rgb(9 147 31);
    color: white;
    border-radius: 25px;
    text-align: center;
    padding: 15px 25px !important;
    display: inline-block !IMPORTANT;
    margin-right: 20px !IMPORTANT;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.more-prdct:hover {
    border: 1px solid rgb(9 147 31);
    color: rgb(9 147 31);
    background-color: white;
}
/* Hide the details by default */


/* Show details when the anchor link is targeted */
/* .principe-summary {
    color: green;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
  }

  .voir-plus {
    font-weight: normal;
    cursor: pointer;
    color: blue;
    margin-left: 10px;
  }

  .principe-details {
    display: none;
  }

  details[open] .principe-details {
    display: block;
  } */
  .principe-summary {
    color: green;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
  }

  .voir-plus {
    cursor: pointer;
    color: blue;
    margin-left: 10px;
    font-weight: normal;
  }
  

  .principe-details {
    display: none;
  }

  details[open] .principe-details {
    display: block;
  }
/* .siteOverlay, .siteOverlay-block {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
} */
/* * {
    box-sizing: border-box;
} */
/* user agent stylesheet
div {
    display: block;
} */
/* @media only screen and (min-width: 850px)
html, body {
    font-size: 14px;
} */
/* body, body button {
    line-height: 1.28;
} */
/* body {
    background: #fff;
    font-family: "Raleway",Arial,sans-serif;
    font-weight: 400;
    color: #000;
} */
/* html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
} */
/* *::-webkit-scrollbar {
    width: 8px;
} */
/* *::-webkit-scrollbar-thumb {
    background-color: #781924;
    outline: 0;
    border-radius: 20px;
    cursor: grab;
} */
/* *::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #f2f2f2;
    border-left: 1px solid #e8e8e8;
} */
/* 0% {
    clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
}
100% {
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
} */
