@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

.section-bg-color{
    background: #fafafa !important;
}

a {
    transition: all 0.5s;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    transition: .5s ease;
    opacity: 0.5;

}

p {
    margin: 0;
}

button:focus {
    outline: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

/* header css start */
header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1111;
   /*background: #fafafa !important;*/
   /*color:#212529;*/
}

.header-bg-color{
    background-color: #089292 !important;
}
.schedule_demo{
background: #fff !important;    
color: #212529 !important;
}

header .fa-caret-down{
    color:#fff;
}
.fixed-top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 9999;
    /*background-color: #000;*/
    background-color: #089292 !important;
    
    display: block;
    transition: top 1s ease;
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    transition: .3s all ease-in-out;
    animation-timing-function: ease;
    padding: 9px 0;

}

.white-color {
    color: #fff !important;
}

.navbar {
    padding: 0;
}

.khetimall-menu {
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    margin: 0 auto;
    max-width: 1170px;
}

.navbar-brand img {
    width: 109px;
}

.navbar-nav {
    margin: 0 0 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5em;
    font-weight: 700;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    opacity: 0.5;

}

.download-button .btn {
    border-radius: 25px;
    text-align: center;
    display: block;
    padding: 6px 7px;
    margin-left: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #fff;
    transition: .3s ease;
    width: 100%;
}

.download-button .btn:hover {
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    transition: all .3s ease;
    color: #fff;
    opacity: 0.7;
}

/* header css end */

.banner-box {
    /* background: url('../image/banner-bg-1.jpg')50% 0 no-repeat; */
    background-size: cover;
    position: relative;
    width: 100%;
    /* padding: 190px 0 79px 0; */
    padding: 130px 0 79px 0;
}

.khetimall-baner-content {
      padding-top: 10px;
}

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 500;
        display: flex;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 500;
        text-align: -webkit-center;
        margin: auto;
    }

    .modal-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 75%;
        pointer-events: auto;
        sbackground-clip: padding-box;
        border: 1pxsolidrgba(0, 0, 0, .2);
        border-radius: 0.3rem;
        outline: 0;
        top: 9%;
    }
.product-mobile-view-icon {
    width: 10%;
    text-align: center;
    z-index: 1111;
    position: absolute;
    top: 154px;
}
.swal2-success-ring{
    border: 4px solid #089292 !important;
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #089292 !important;
}
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
    background-color: #089292 !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #089292 !important;
}

.swal-icon--success__line {
    background-color: #089292 !important;
}
.swal-icon--success__ring {
       border: 4px solid #089292 !important;
}
.swal-button {
    background-color: #089292 !important;
}
.submenu {
    display: none;
    position: absolute;
    left: 51%;
    top: 71%;
    background: #089292 !important;
    padding: 2%;
    
}
.submenu .nav-link{
    color: #fff !important;
}
/* product page start */
.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_img_2 {
    height: 190px !important;
}
.product-banner-up-content img {
    height: 237px !important;
}
.card {
    text-align: center !important;
}
.card-body {
    text-align: left;
}
.btn-view-more {
    background: #089292 !important;
    border-color: #089292;
    font-weight: 600;
}
.card-title {
    font-weight: 650;
}
.product-banner-up-content p {
    color: #666;
    font-size: 18px;
    margin-bottom: 35px;
}
.card-title{
    font-size: 24px !important;
}
/* product page end */
.product-tab:hover +.submenu{
    display: block !important;
}
.submenu:hover{
    display: block !important;
}
.fa-caret-down{
font-size: 16px;
margin-left: 6px;
}
.footer-bg-color {
    background: #e9e9e9 !important;
}
.footer-bg-img{
    background-image: unset !important;
}
.product-tab .icon-down{
    display: none ;   
}
a:hover +.fa{
    background-color: red;
    display: inline-block !important;
}

.khetimall-app-img {
    animation-name: animate__fadeIn;
    animation-duration: 2s;
    animation-fill-mode: both;
    transition: .3s all ease-in-out;
    animation-timing-function: ease;
}

.main-mobile-image {
    display: flex;
}

.animate__fadeIn-mobile1 {
    position: relative;
     left: 48%;
}

.animate__fadeIn-mobile2 {
    position: relative;
    left: -22%;
    top: 8%;
}

.khetimall-baner-content h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 67px;
}

.khetimall-baner-content p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 54px;
    width: 100%;
}

.banner-button {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 0;
}

.khetimall-baner-content .banner-button .btn,
.khetimall-baner-content .banner-button .b-btn-2 {
    border-radius: 25px;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #e0ffdd;
    background-color: #fff;
    width: 28%;
    line-height: 2.5rem;

    margin-right: 20px;
}

.khetimall-baner-content .banner-button .b-btn {
    background-image: ;
    box-shadow: 0 18px 37px rgba(173, 230, 16, 0.1);
}

.khetimall-baner-content .banner-button .b-btn-2 {
    background: #089292 !important;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;
    background: #089292 !important;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    color: #fab252;
    padding: 4px;
}

.khetimall-baner-content .banner-button .b-btn-2:hover {
    box-shadow: none;
    transition: all .3s ease;
    color: #e0ffdd;
    opacity: 0.5;
    box-shadow: 0 18px 37px rgba(173, 230, 16, 0.1);
}

.khetimall-app-img {
    padding-left: 55px;
}

/* css for app review section  */
.std-price .sq-price {
    width: 100%;
    float: left;
}

.khetimall-app-review-box p span {
    font-size: 53px;
    font-weight: 200 !important;
    background-color: #089292;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 200 !important;
}

.khetimall-app-review-box p {
    text-align: center;
    color: #656565;
    font-size: 18px;
    font-weight: 800;
}

.khetimall-app-review-bottom-line {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: rgba(83, 82, 83, .15);
    margin-top: 70px;
}

/* banner sectio end */

/* app featrures css */
.khetimall-app-features-section {
    padding-top: 120px;
}
.khetimall-app-mt {
   padding-top: 40px !important;;
}

.khetimall-app-features-head {
    max-width: 100%;
    width: 631px;
    margin: 0 auto;
}

.khetimall-app-features-head h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 18px;
}

.khetimall-app-Features-menu-head h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 18px;
}

.khetimall-app-Features-menu-head ul {
    display: flex;
    list-style-type: none;
}

.khetimall-app-Features-menu-head li {
    width: 50%;
    font-size: 18px;
    text-align: left;

    display: flex;
    align-items: center;
}

.khetimall-app-Features-menu-head li i {
    padding: 14px;
    font-size: 31px;
    color: #089292 !important;

    /* font-size: 18px; */

}

.fa-mobile {
    font-size: 43px !important;
    padding-left: 19px !important;
}

.Purchase-Management {
    padding-top: 12px;
    padding-bottom: 12px;
}

.khetimall-app-features-head p {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

/* feature slider */
.khetimall-app-feature-slider-section {
    padding: 70px 0 0 0;
}

.khetimall-app-feature-slider-sub-box {
    text-align: center;
    padding: 5px 0;
}

.fa-solid,
.fas,
.fa-regular,
.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 2.1rem;
    transition: 1s ease-in;
    transition: all .4s ease;
}

.khetimall-app-feature-slider-sub-box h3 {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
}
.khetimall-app-feature-slider-sub-box a {
    color: #212529;
}
.khetimall-app-feature-slider-sub-box p {
    letter-spacing: .01em;
    line-height: 26px;
    padding: 35px 0;
    color: #656565;
    font-size: 14px;
}

.line-for-app-feature {
    width: 100%;
    height: 4px;
    background: #089292 !important;
    transform: scale(0);
    transition: all .4s ease;
}

.khetimall-app-feature-slider-sub-box:hover .line-for-app-feature {
    transform: scale(1);
}

.khetimall-app-feature-slider-sub-box:hover .fa-face-grin,
.khetimall-app-feature-slider-sub-box:hover .fa-people-carry-box,
.khetimall-app-feature-slider-sub-box:hover .fa-tractor {
    background: #089292 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.khetimall-app-feature-slider {
    position: relative;
}

.khetimall-app-feature-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 34%;
    left: -20px;
    width: 40px !important;
    height: 40px !important;
    background-image: url('../image/f-app-left.png');
    font-size: 0;
    background-repeat: no-repeat;
    background-color: #e9e8e8;
    border-radius: 20px;
    background-size: 12px;
    background-position: center;
}

.khetimall-app-feature-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 34%;
    right: -20px;
    width: 40px !important;
    height: 40px !important;
    background-image: url('../image/f-app-right.png');
    background-size: contain;
    font-size: 0;
    background-repeat: no-repeat;
    background-color: #e9e8e8;
    border-radius: 20px;
    background-size: 12px;
    background-position: center;
}

.khetimall-app-feature-slider .owl-item.active.center>div .line-for-app-feature {
    background-color: #089292;
    transform: scale(1);
}

.khetimall-app-feature-slider .owl-item.active.center>div .g-color-slide {

    background-color: #089292;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.khetimall-app-thump-slide-box-bg {
    position: relative;
    width: 310px;
    margin: 0 auto;
}

.khetimall-app-thump-slide-box-bg::before {
    position: absolute;
    top: 0;
    left: -229px;
    width: 780px;
    height: 774px;
    content: '';
    background: url('../image/abstract-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.khetimall-app-thump-slide-box-bg img {
    max-width: 100%;
    width: 310px;
    height: 655px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 44px;
}

.khetimall-app-thump-slide-box-left {
    position: absolute;
    top: 16px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-inner {
    position: relative;
    border-radius: 30px;
}

.khetimall-app-thump-slide-box-left img {
    width: 280px !important;
    height: 583px !important;
    object-fit: cover;
    border-radius: 33px;
}

.khetimall-work-about-section {
    padding-top: 80px;
}

.khetimall-app-work-about-head h3 {
    font-size: 36px;
    padding-bottom: 85px;
    font-weight: 700;
}

.custom-space {
    margin-bottom: 50px;
    padding-left: 35px;
}

.custom-margin-app-feature {
    margin-left: -100px;
}

.khetimall-app-work-about-content {
    margin-left: 100px;
}

.khetimall-app-work-about-content-box h4 {
    font-size: 20px;
    font-weight: 600;
}

.khetimall-app-work-about-content-box p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 10px;
}

.khetimall-app-download-btn {
    background: #089292 !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 9px 0;
    padding-left: 80px;
    border-radius: 35px;
    padding-right: 40px;
    margin-right: 30px;
    color: #fff;
    box-shadow: 0 18px 37px rgba(173, 230, 16, 0.1);
}

.khetimall-app-download-btn i {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    transition: all .4s ease;
    font-size: 30px;
}

.khetimall-app-download-btn:hover {
    color: #e0ffdd;
    opacity: 0.5;
}

.khetimall-app-work-about-content-btn-box .hover-style {
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    padding: 7px 0;
    padding-left: 80px;
    border-radius: 35px;
    padding-right: 31px;
}

.khetimall-app-work-about-content-btn-box .hover-style:hover {
    box-shadow: none;
    transition: all .5s ease;
    color: #e0ffdd;
    box-shadow: 0 18px 37px rgba(173, 230, 16, 0.1);
}

.khetimall-app-download-btn:hover .icon-color,
.khetimall-app-download-btn:hover .text-color {
    background-image: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    transition: all .5s ease;
}

.khetimall-app-download-btn .inner-box .avilable,
.khetimall-app-download-btn .inner-box .store {
    display: block;
    font-weight: 700;
}

.khetimall-app-download-btn .inner-box .store {
    text-transform: uppercase;
    font-size: 16px;
}

.khetimall-app-download-btn .inner-box .avilable {
    font-size: 12px;
}

.khetimall-app-download-btn .icon-color,
.khetimall-app-download-btn .text-color {
    background-color: #089292;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* css for app work section slider */
.carousel-indicators {
    position: inherit;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

.timeline-line {
    width: 100%;
    display: flex;
    align-items: center;
}

.carousel-indicators .active {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.khetimall-btn-slide {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    margin-left: 20px;
    position: relative;
    top: -34px;
}

.khetimall-btn-slide i {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.khetimall-btn-slide::before {
    position: absolute;
    left: 50%;
    top: -72%;
    width: 2px;
    height: 70%;
    content: '';
    display: block;
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
}

.khetimall-btn-slide::after {
    position: absolute;
    left: 50%;
    bottom: -70%;
    width: 2px;
    height: 70%;
    content: '';
    display: block;
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
}

.khetimall-btn-slide:hover {
    box-shadow: none;
    transition: all .5s ease;
    box-shadow: 0 18px 37px rgba(173, 230, 16, 0.15);
}

.khetimall-btn-slide .fa-hat-cowboy {
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease;
    font-size: 3.1rem;
}

.khetimall-btn-slide:hover .fa-hat-cowboy {
    background-image: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
}

/* css for manage section */
.khetimall-manage-section-main {
    padding: 100px 0;
}

.khetimall-manage-section-main-2 {
    /*padding-bottom: 30px;*/
}

.khetimall-manage-left-box-head i,
.khetimall-manage-left-box-head-2 i {
    font-size: 3em;
    background-color: #089292;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.khetimall-manage-left-box h3,
.khetimall-manage-left-box-2 h3 {
    font-size: 32px;
    line-height: 48px;
    padding: 25px 0 20px 0;
    font-weight: 600;
}

.khetimall-manage-left-box p,
.khetimall-manage-left-box-2 p {
    font-size: 16px;
    line-height: 27px;
    color: #656565;
    letter-spacing: .01em;
    padding-bottom: 20px;
    width: 100%;
}

.custom-discover-link .fa-solid,
.fas {
    font-size: 1.3em;
    color: #089292;
}

.custom-discover-link a {
    color: #000;
    display: flex;
    align-items: center;
    display: block;
}

.custom-discover-link a span {
    /* color: #fff; */
    /* opacity: 0.7; */
    color: #089292;
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 12px;
    text-transform: capitalize;
}

.custom-discover-link a:hover {
    padding-left: 10px;
    color: #fff;
    opacity: 0.7;
    transition: .4s ease;
}

/* css for fixed bg image for vedio clip */
.parallax {
    background-image: linear-gradient(rgba(0, 35, 0, 0.6),
            rgba(0, 35, 0, 0.6)), url("../image/paralex-img.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
}

.khetimall-vedio-clip-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
}

.khetimall-vedio-clip-icon h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 35px;
}

.khetimall-vedio-clip-icon a {
    color: rgba(60, 230, 41);
    display: block;
    text-align: center;
}

.khetimall-vedio-clip-icon a .fa-circle-play {
    background-color: #fff;
    border-radius: 50%;
    font-size: 3.5em;
    outline: 10px solid;
    outline-color: rgba(255, 255, 255, 0.3);
}

/* css for apps screen shot */
.khetimall-sreenshot-section {
    overflow: hidden;
    /*padding-top: 90px;*/
}

.khetimall-sreenshot-head h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    padding-bottom: 25px;
}

.khetimall-sreenshot-head p {
    color: #656565;
    width: 50%;
    margin: 0 auto;
    font-size: 19px;
}

/* css for product section */
.khetimall-product-left-box {
    padding: 63px 0;
}

.khetimall-product-section-main {
    padding: 100px 0;
}

.khetimall-product-left-box h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    padding-bottom: 25px;
}

.khetimall-product-left-box p {
    color: #656565;
    font-size: 19px;
    padding-bottom: 20px;
}

.khetimall-prooduct-section .khetimall-product-right-box {
    display: block;
    margin: 0 auto;
    display: table;
}

.khetimall-product-right-box img {
    border-radius: 30px;
}

.khetimall-prodcut-right-1 {
    display: flex;
    align-items: center;
}

.khetimall-product-right-box .khetimall-prodcut-right-1 img:nth-child(1) {
    position: relative;
    left: 20%;
}

.khetimall-product-right-box .khetimall-prodcut-right-1 img:nth-child(2) {
    position: relative;
    left: 28%;
}

.khetimall-prodcut-right-2 {
    display: flex;
    align-items: center;
}

.khetimall-product-right-box .khetimall-prodcut-right-2 img:nth-child(1) {
    /* position: relative;
	top: -28px;
    left: -20px; */
    position: relative;
    top: 20px;
    left: 185px;
}

.khetimall-product-right-box .khetimall-prodcut-right-2 img:nth-child(2) {
    position: relative;
    left: 0;
}

.khetimall-product-right-box .khetimall-prodcut-right-2 img:nth-child(3) {
    position: relative;
    left: 10%;
}

.khetimall-prooduct-section .khetimall-product-right-box img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgb(50 150 0 / 20%);
    transition: .5s ease;
}

/* css for app screen short head */
.khetimall-screenshort-head h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    padding-bottom: 20px;
}

.khetimall-screenshort-head p {
    text-align: center;
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 30px;
}

/* css for screen short slider */

.swiper-pagination-bullet {
    border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
    background: #1da1f2
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.swiper-container .mobile-bg-screen {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    z-index: 111;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 35px;
    padding: 30px 0 50px;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    background-color: #3d4665;
}

.swiper-container .swiper-button-prev:hover i,
.swiper-container .swiper-button-next:hover i {
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-container .swiper-button-prev {
    left: 46% !important;
    bottom: -50px !important;
    top: 100% !important;
    position: relative;
    z-index: 1111;
    background-color: #e1e1e1;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #063c20;
    font-size: 0px !important;
    background-image: none;
    display: inline-block;
    transition: .5s ease;
}

.swiper-container .swiper-button-prev i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
}

.swiper-container .swiper-button-next i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
}

.swiper-container .swiper-button-next {
    right: -46% !important;
    bottom: -50px !important;
    top: 100% !important;
    position: relative;
    z-index: 1111;
    background-color: #e1e1e1;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #063c20;
    font-size: 0px !important;
    background-image: none;
    display: inline-block;
    transition: .5s ease;
}

.

/* swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
} */
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
} */
/* .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
} */
/* button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
} */
/* .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5);
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
} */
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-slide {
    height: 100%;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    height: 633px !important;
    border-radius: 30px;
}

.two .swiper-slide {
    width: 300px;
}

.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
    z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

/* .swiper-pagination-bullet {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ee0f6f;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
} */

/* .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
} */

/* css for 3rd screenshot slider


/* css for scree short slider */

/* css for price section */
.price-tag-head {
    padding-bottom: 50px;
}

.price-tag-body-head {
    margin: 30px auto;
    display: table;
}

/* css for tab switch codepan */
/* .tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
} */

.tab-slider--nav {
    padding: 30px 0 40px;
}

.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--tabs::after {
    content: "";
    width: 50%;
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}

.tab-slider--tabs.slide::after {
    left: 50%;
}

.tab-slider--trigger {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #B7B7B7;
    text-transform: capitalize;
    text-align: center;
    padding: 11px 28px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--trigger.active {
    color: #e0ffdd;
}

.tab-slider--body {
    margin-bottom: 20px;
}

/* end of css switch tab codepan */
/* css for switch toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 33px;
    margin: 8px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* .off {
    display: block;
  }
  .switch input:checked + .slider {
    display: block;
  }
  
  .switch input:checked + .slider  {
    display: none;
  }  */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input .slider {
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
}

input:checked+.slider {
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
}

.slider.round::before {
    border-radius: 50%;
}

/* css end of switch section */
.price-tag-body-head .nav-item .nav-link {
    font-size: 22px;
    font-weight: 700;
}

.price-tag-body-head a {
    color: #000;
}

.nav-link.active,
.nav-pills .show>.nav-link {
    color: #989898;
}

.price-tag-head p {
    width: 50%;
    color: #656565;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 auto;
    padding-top: 25px;
}

.price-tag-offer {
    border: 3px solid #e8e6e6;
    border-radius: 15px;
    padding: 50px 0;
}

.price-tag-offer h3 {
    font-size: 30px;
    font-weight: 600
}

.price-tag-offer .price {
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 53px;
    font-weight: 200 !important;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.price-tag-offer .price-lable {
    font-size: 18px;
    font-weight: 600;
    color: #656565;
    padding: 20px 0;
}

.price-tag-offer ul {
    list-style: none;
}

.price-tag-offer .specification-lst .monthly-price {
    font-size: 16px;
    font-weight: 700;
    color: #022009;
    padding-bottom: 5px;
}

.price-tag-offer .specification-lst .monthly-price i {
    color: #12ce32;
    font-size: 17px;
    padding-right: 14px;
}

.price-tag-offer .specification-lst .monthly-price .fa-xmark {
    color: red;
}

.started-btn {
    margin-top: 35px;
}

.started-btn .btn {
    padding: 14px 50px;
    margin: 0 0 0 0;
    font-size: 18px;
    border: solid 3px transparent;
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    border-radius: 30px;
    font-weight: 700;
    color: #000;
}

.started-btn .btn:hover {
    box-shadow: none;
    color: #fff;
    box-shadow: 0 18px 37px rgba(173, 230, 16, 0.1);
}

.price-tag-offer-2 {
    border: solid 4px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    margin-top: -10px;
    padding-bottom: 66px;
    padding-top: 58px;
}

/* css end of price section */
/* css for testimonials feed back */

.testimonials-2 {
    min-height: 540px;
    padding: 80px 0;
}

.testimonials-slider-11-header h2 {
    color: #170b35;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 auto;
    display: table;
    width: 28%;
    padding-bottom: 80px;
    text-align: center;
}

.testimonial-pic {
    position: relative;
    height: 100%;
    width: 100%;
}

.testimonial-pic img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 50%;
}

.testimonial-pic img:nth-child(2) {
    position: absolute;
    left: 20%;
    top: 40px;
}

.testimonial-pic img:nth-child(3) {
    position: absolute;
    top: 185px;
    right: 382px;
}

.testimonial-pic img:nth-child(4) {
    position: absolute;
    top: 280px;
    left: 170px;
}

.testimonial-pic img:nth-child(5) {
    position: absolute;
    top: 250px;
    left: 60%;
}

.testimonial-pic img:nth-child(6) {
    position: absolute;
    top: 120px;
    left: 72%;
}

.testimonial-pic img {
    width: 100px;
    /* filter: grayscale(1); */
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.testimonial-pic img.active {
    filter: grayscale(0);
    border-radius: 50%;
}

.testimonial {
    padding: 50px 0;
}

.testimonial .content {
    display: none;
}

.testimonial .content.active {
    display: block;
}

.testimonial p {
    font-size: 18px;
    color: #656565;
    line-height: 26px;
    letter-spacing: .01em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.testimonial h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.testimonial span {
    color: #089292;
    text-transform: uppercase;
    font-size: 16px;
}

.testimonial-navigation {
    padding: 10px 0;
}

.testimonial-navigation i {
    padding-right: 15px;
    color: #089292;
}

/* css end of testimonials feed back */
/* css for news section */
.news-secton {
    padding: 50px 0;
}

.news-section-head {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.news-section-head h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 30px;
}

.news-section-head p {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

/* news other slider */
.news-slider-box .owl-carousel .owl-item .news-slider-content-box img {
    height: 190px !important;
    object-fit: cover;
    border-radius: 10px;
}

.news-slider-box .news-slider-content-box .news-img-box {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.news-slider-box .news-slider-content-box:hover .news-img-box::after {
    opacity: 1;
}

.news-slider-box .news-slider-content-box .news-img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.news-slider-box .news-slider-content-box .news-img-box>img {
    border-radius: 10px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.news-slider-box .news-slider-content-box:hover .news-img-box img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.news-text-top {
    padding: 30px 0 20px;
}

.news-text-top ul {
    list-style: none;
}

.news-text-top ul li {
    display: inline-block;
    padding-right: 20px;
}

.news-text-top ul li a {
    color: #656565;
}

.news-text-top ul li a:hover {
    color: #fab252;
}

.news-text-top .bullet {
    position: relative;
}

.news-text-top .bullet::after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    border-radius: 50%;
}

.news-text .news-text-body h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    transition: .5s ease;
}

.news-text-body a {
    color: #212529;
}

.news-text .news-text-body h3:hover {

    color: #089292 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #089292 !important;
    transition: .9s ease;
}

.news-text .news-text-body p {
    color: #656565;
    margin-bottom: 15px;
}

.news-text-body .custom-discover-link {
    padding-bottom: 20px;
}

.news-text-body .custom-discover-link a {
    background-image: linear-gradient(to left bottom, #089292, #089292, #089292, #089292, #089292);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news-slider-content-box .line-for-newslater {
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to left bottom, #089292, #089292, #089292, #089292, #089292);
    transform: scale(0);
    transition: all .4s ease;
    display: block;
    margin-top: 20px;
}

.news-slider-content-box:hover .line-for-newslater {
    transform: scale(1);
}

.news-slider-box .owl-item.active.center>div .line-for-newslater {
    background-image: linear-gradient(to left bottom, #089292, #089292, #089292, #089292, #089292);
    transform: scale(1);
    color: #000;
}

.news-slider-box .owl-item.active.center>div .g-color-slide {
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* navigation  */
.news-slider-box {
    position: relative;
}

.news-slider-box .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 17%;
    left: -20px;
    border-radius: 50%;
    background-image: url('../image/news-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    background-color: #e9e8e8;
    background-size: 25px;
}

.news-slider-box .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 17%;
    right: -20px;
    border-radius: 50%;
    background-image: url('../image/news-right.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    background-color: #e9e8e8;
    background-size: 25px;
}

/* css for footer */
.footer-head h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px;
}

.footer-head p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    width: 50%;
    margin-top: 20px;
    margin: 0 auto;
}

/* footer-bg.webp */
footer {
    background: #fafafa;
    background-image: url('../image/footer-bg.webp ') !important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.footer-section .footer-head {
    padding: 120px 0 70px 0;
}

.footer-section .news-subcription {
    background-color: #089292;
    border-radius: 100px;
    padding: 30px 60px;
    margin-bottom: 80px;
}

.news-subcription .news-subscrib-box {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.display-contents {
    display: contents;
}

.news-subscrib-box i {
    font-size: 2rem;
    color: #fff;
}

.news-subscrib-box input {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    margin-left: 20px;
    color: #fff;
    width: 50%;
}

.news-subscrib-box input:focus-visible {
    outline: none;
    box-shadow: none;
}

.news-subscrib-box input::placeholder {
    color: #f5f5f5;
}

.news-subscrib-box-right {
    text-align: right;
}

.news-subscrib-box-right .btn {
    background: #fff;
    padding: 16px 27px;
    margin: 0;
    font-size: 16px;
    transition: .5s ease;
    border-radius: 50px;
    font-weight: 600;
    color: #022009;
    font-weight: bold;
}

.news-subscrib-box-right .btn:hover {
    opacity: 0.8;
    box-shadow: none;
    background-image: none;
}

/* css for footer box */
.f-custm-padding {
    padding-bottom: 50px;
}

.footer-box {
    padding: 20px 10px 10px;
}

.footer-box-head {
    padding-bottom: 30px;
}

.footer-box-head img {
    width: 110px;
}

.footer-box-body p {
    color: #022009;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
}

.footer-box-body a {
    color: #656565;
}

.footer-box-in-footer {
    margin-top: 12px;
}

.footer-box-in-footer ul {
    list-style: none;
}

.footer-box-in-footer ul li {
    display: inline-block;
    padding-right: 20px;
}

.footer-box-in-footer ul li a {
    color: #8b8b8b;
    font-size: 18px;
    display: block;
}

.footer-box-in-footer ul li a i:hover {
    background-image: linear-gradient(to left bottom, #5aa061, #80a954, #a7af4a, #d0b248, #fab252);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* css for 2 footer box */
.footer-box-head h3 {
    color: #022009;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 38px;
}

.footer-box-seprate .contact-box p {
    font-size: 14px;
    color: #656565;
    padding-bottom: 8px;
}

.footer-box-seprate .contact-box p span {
    color: #022009;
    font-weight: 700;
    padding-right: 10px;
}

.footer-link-box ul {
    list-style: none;
}

.footer-link-box ul li {
    padding-bottom: 10px;
}

.footer-link-box ul li a {
    color: #656565;
    font-size: 15px;
    font-weight: 600;
}

.footer-link-box ul li a:hover {
    color: #089292 ;
}

/* footer slider tweeter box  */
.footer-slider-content p span i {
    color: #1692f8;
}

.footer-slider-content h5 {
    font-size: 13px;
    font-weight: 600;
    color: #089292;
    padding-bottom: 10px;
}

.footer-slider {
    position: relative;
}

.footer-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-image: url('../image/f-left.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    background-color: #089292;
    ;
    background-size: 14px;
}

.footer-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 0;
    left: 35px;
    border-radius: 50%;
    background-image: url('../image/f-right.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    background-color: #089292;
    ;
    background-size: 14px;
}

.carousel-item {
    margin-left: 2%;
    width: 97.2%;
}

.bg-color {
    background: #089292 !important;
}
.bg-color-white {
    background: #fff !important;
}

/* css for footer last */
.footer-last-section {
    padding: 20px 0;
}

.f-bordere {
    position: relative;
}

.f-bordere::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 83%;
    height: 1px;
    background-color: #d2d1d2;
    content: '';
    display: block;
    max-width: 1170px;
}

.footer-last-section-left p {
    font-size: 14px;
    line-height: 26px;
    color: #383838;
    letter-spacing: .025em;
}

.footer-last-section-left p a {
    color: #656565;
    display: inline-block;
    border-bottom: 1px solid #656565;
    line-height: 1em;
    vertical-align: middle;
}

.footer-last-section-right {
    text-align: right;
}

.footer-last-section-right p {
    font-size: 14px;
    line-height: 26px;
    color: #383838;
    letter-spacing: .025em;
}

.swiper-slide,
.swiper-slide-visible {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, -269px) rotateX(0deg) rotateY(0) scale(1);
    z-index: -1;
}