*{
    margin: 0;
    padding: 0;
}
figure{
    margin: 0px
}
p{
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;

}
.moretext {
  display: none;
}
/*font*/
@font-face {
    font-family: 'Bunch Blossoms Personal Use';
    src: url('../fonts/BunchBlossomsPersonalUse.woff2') format('woff2'),
    url('../fonts/BunchBlossomsPersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
    url('../fonts/DMSans-Regular.woff') format('woff');

    font-display: swap;
}
@font-face {
    font-family: 'Aclonica';
    src: url('../fonts/Aclonica-Regular.woff2') format('woff2'),
    url('../fonts/Aclonica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prequel Demo';
    src: url('../fonts/PrequelDemo-Regular.woff2') format('woff2'),
    url('../fonts/PrequelDemo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/FuturaBT-Light.woff2') format('woff2'),
    url('../fonts/FuturaBT-Light.woff') format('woff');

    font-display: swap;
}
@font-face {
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
    url('../fonts/FuturaBT-Medium.woff') format('woff');

    font-display: swap;
}
@font-face {
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/FuturaBT-Book.woff2') format('woff2'),
    url('../fonts/FuturaBT-Book.woff') format('woff');

    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-MediumExt.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-MediumExt.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Hv BT';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
    url('../fonts/FuturaBT-Heavy.woff') format('woff');

    font-display: swap;
}
@font-face {
    font-family: 'PT Sans';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
    url('../fonts/PTSans-Regular.woff') format('woff');
    font-display: swap;
}

/*end of fonts*/


.main-nav > li {
    display: inline-block;

}
.main-nav > li > a {
    display: block;
    padding: 20px 30px;
    position: relative;
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}
.main-nav > li ul.sub-menu-lists {
    margin: auto 0;
    padding: 0px 0;
    list-style-type: none;
    display: block;
}
.main-nav > li ul.sub-menu-lists > li {
    padding: auto;
    width: 100%;

}
.main-nav > li ul.sub-menu-lists > li > a {
    font-size: 13px;
    font-weight: 500;

}

.sub-menu-head {

    color: #e8ea3c !important;
}
.sub-menu-head:hover{
    color: #000 !important;
}
.sub-menu-block {
    border-radius: 10px;
}


@media only screen and (max-width: 767px) {


    .main-nav > li > div.sub-menu-block {

        visibility: hidden;

        background-color: #1c783a !important;
        position: absolute;
        margin-top: 0px;
        min-width: 35%;
        max-width:100%;
        color: #333;
        left:0px;

        box-sizing: border-box;
        z-index: 3;
        font-size: 16px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
    .main-nav {
        z-index: 2;
        padding: 50px 0;
        position: relative;
        right: 0px;
        top: 0px;
        width:auto;
        /* background-color: rgba(0, 0, 0, 1);*/

        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    .sub-menu-head {
        font-size: 16px;

    }
    .main-nav > li:hover {
        background-color: transparent;
    }
    .main-nav > li:hover > a {
        color: blue;
        text-decoration: none;
        font-weight: 600;
    }

    .sub-menu-block {
        padding: 10px 30px;
    }
    .main-nav > li > a:after {
        content: '';
        width: 1px;
        height: 60px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 2;
    }
    header.dark ul.main-nav > li > a:after {
        background-color: #777;
    }
    header.mega ul.main-nav > li > a:after {
        background-color: #999;
    }
    .main-nav > li > a.mega-menu > span {
        display: block;
        vertical-align: middle;
    }
    .main-nav > li > a.mega-menu > span:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        content: '';
        background-color: transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }
    .main-nav > li:hover > a.mega-menu span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 5px solid #000;
    }
}
@media only screen and (min-width: 768px) {


    .main-nav {
        display: block;
        position: relative;
    }
    .sub-menu-block::-webkit-scrollbar {
        width: 4px;
    }
    /* Track */
    .sub-menu-block::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    /* Handle */
    .sub-menu-block::-webkit-scrollbar-thumb {
        background: #e8ea3b;
    }
    /* Handle on hover */
    .sub-menu-block::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .main-nav > li > div.sub-menu-block {
        overflow-y: scroll;
        visibility: hidden;
        height: auto;
        background-color: #1c783a !important;
        position: absolute;
        margin-top: 0px;
        min-width: 35%;
        max-width:100%;
        color: #333;
        left: 100px;

        box-sizing: border-box;
        z-index: 3;
        font-size: 16px;
        border-left: 1px solid #e8ea3b;
        border-right: 1px solid #e8ea3b;
        border-bottom: 1px solid #e8ea3b;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
    /*   #five-block {width: 100%;}*/
    .main-nav > li:hover > div.sub-menu-block {
        background-color: #f9f9f9;

        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .main-nav > li > div.sub-menu-block > * {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;

    }
    .main-nav > li:hover > div.sub-menu-block > * {
        opacity: 1;
    }
    .dropdown ul.dropdown-menu {
        margin-top: 0;
    }

    /*To avoid unwanted close*/
    .hover_drop_down:hover ul.dropdown-menu {
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 1;
        background: #c4e2bf;
        /*border-radius: 0px 0px 10px 10px;*/
        min-width: 75%;
    }
    .dropdown-menu>li>a {
        display: block;
        margin: 10px:
        padding-bottom: 10px;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        color: #000;
        text-decoration: none;

    }


    .main-nav > li > a:after {
        content: '';
        width: 1px;
        height: 60px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 2;
    }
    header.dark ul.main-nav > li > a:after {
        background-color: #777;
    }
    header.mega ul.main-nav > li > a:after {
        background-color: #999;
    }


    .main-nav > li > a.mega-menu > span {
        display: block;
        vertical-align: middle;
    }
    .main-nav > li > a.mega-menu > span:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        content: '';
        background-color: transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }
    .main-nav > li:hover > a.mega-menu span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 5px solid #000;
    }
    .sub-menu-head i{
        font-size: 12px;
        line-height: 22px;
    }


}
/**************Additions****************/


/* 5 Columns */

/* mega menu dropdown*/
/*.sub-menu-block .col-xs-15,
.sub-menu-block .col-sm-15,
.sub-menu-block .col-md-15,
.sub-menu-block .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;   
  
}
.sub-menu-block .col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
   .sub-menu-block .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
  .sub-menu-block   .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
   .sub-menu-block .col-lg-15 {
       
        float: left;
    }
}*/
/*end mega menu dropdown*/
/*header css*/
.header_fixed{
    background-color: #fff !important;
    position: fixed !important;
    width: 100%;
    z-index: 99999 !important;
}
.header_fixed nav{
    padding: 0px;
}

.d-nav {

    box-shadow: rgb(0 0 0 / 35%) 0px -2px 5px;
    /*    border-bottom: 1px solid #eee;*/
    background-image: none;
    background-color: #ffffff4d;
border-radius: 0px;
    border: 0;

    /*  padding: 10px;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.nav_m ul li .active{
	background: #e8ea3c;
	color: #000;
	
}
.nav_m ul li a:hover{
    background: #e8ea3c;
    color: rgba(0,0,0,.9);

}
.nav_m ul li a {
    padding: 8px 16px !important;
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}
.nav_dd{
    background: #1c783a !important;
    border-radius: 15px;
}
.nav_dd li a{
    color: #e8ea3c;
    margin: 0px !important;

}
/*end  of header css*/
/*slider sec*/


.banner_h h1{
    font-family: 'prequel-demo-regular', sans-serif;
    font-size:  49px;
    line-height: 60px;
    background: #545353;
    color:#fff;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    -ms-transform: rotate(2deg);
    transform: rotate(3deg);

    animation-name: moveInleft;
    animation-duration: 3s;
    font-family: 'Prequel Demo';
    font-weight: normal;
    font-style: normal;

}
.banner_h h2{
    font-family: 'prequel-demo-regular', sans-serif;
    font-size:  73px;
    line-height: 80px;
    background: #79b139;

    color:#fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Prequel Demo';
    font-weight: normal;
    font-style: normal;

    animation-name: moveInleft;
    animation-duration: 3s;
}
.banner_h h3{
    font-family: 'prequel-demo-regular', sans-serif;
    font-size:  46px;
    line-height: 55px;
    background: #545353;
    color:#fff;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    font-family: 'Prequel Demo';
    font-weight: normal;
    font-style: normal;
    animation-name: moveInleft;
    animation-duration: 3s;
}
.h_slid .banner_h{display: inline-grid;
    position: absolute;
    top: 40%;
    left: 10%;
}
@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.pic img{
    position: absolute;
    right: 6%;
    width: 42.5%;
    top: 111px;
    animation-name: moveInRight;
    animation-duration: 3s;
}
@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }

}


/*slider css*/
#playon{
    display: none;

}
.show_V {
    position: absolute;
    right: 7%;
    top: 25%;
}
.fadeInTopRight {
    animation: fadeInTopRight .2s forwards;
    animation-delay: .2s;
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translateX(20px) translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translate(0px);
    }
}
.h_slid{
    /*background: #fefce9;
    height: 870px;*/
}
.s_banner{
    /*height:calc(870px - 10px);*/
    height: auto;
    margin-bottom: -6px;
}
.slide_pic .carousel-item video{
    /*height: 500px;*/
    width: 100%;
}

.h_slid .carousel-indicators{display: none;}
/*end of slider*/

/*product section*/
.p_sec{
    background: #e0efdc;
    padding: 85px 0;
}

.title-name h3{
    font-size: 30px;
    line-height: 40px;
    color: #095c2f;
    font-family: 'Aclonica', sans-serif;
}
.title-name h3 span{
    border-bottom: 3px solid #e8ea3c;
}

/* produc slider css*/

/*.p-slider .carousel-inner .carousel-item.active,
.p-slider .carousel-inner .carousel-item-next,
.p-slider .carousel-inner .carousel-item-prev {
    display: flex;

}


.p-slider .carousel-inner .carousel-item-end,
.p-slider .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
   .h_slid .carousel-inner .carousel-item .carousel-item.active {
      height: 100vh;
    }

   .p-slider .carousel-inner .carousel-item:nth-child(1) {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

   .p-slider .carousel-inner .carousel-item:nth-child(2) {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

   .p-slider .carousel-inner .carousel-item:nth-child(3) {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }*/
.s_text{
    background: #c4e2bf
}
.card-img{
    position: relative;
    margin: auto;
    overflow: hidden;

}
.p-slider .card-img img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    aspect-ratio: 1.5;
}
.card-img img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

}

.s_text h5{
    color: #095c2f;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
}
.s_text p{
    color: #095c2f;
    font-size: 14px;
    line-height: 22px;

    font-style: normal;
}
.p-slider .card{
    margin: 0 5px
}
/*.p-slider .carousel-control-next-icon, .carousel-control-prev-icon{
	background-color:  #000;
	border-radius: 50%;
}*/
/* home -about*/
.h-about{
    padding: 100px 0px 120px;
    background: #fefce9;
}
.title-name p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.donut{
    margin-top:140px;

    overflow:hidden;
}
.left_d{
    background: #faeeeb;
    padding-top: 30px;
    border-radius: 15px 100px 15px 15px;
    overflow:hidden;
}
.left_d p{
    font-size: 32px;
    line-height: 40px;
    color: #2f2f2f;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    padding: 60px 30px 30px;
    width: 60%;

}
.i_right img {
    width: 80%;
}
.i_right {
    position: absolute;
    top: -5px;
    right: -77px;
}
.icon1 {
    position: absolute;
    top: 10px;
    right: 200px;
}
.icon2 {
    position: absolute;
    top: -80px;
    left: 0px;
}
.card_icon {
    /* width: 150px;*/
    height: auto;
    position: relative;
    display: inline-block;
    margin:25px 0px;
    background: unset;
    border: none;
}
.card_icon .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.cat_text:hover .img-top {
    display: inline;
    border-radius: 40% 56% 41% 41%;
    width: 70%;
    left: 16%;
    top: -65px;
}
.cat_text{
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 35px;
    color:#333;
}
.cat_text:hover{
    color:#f4301c;
    font-weight: 700;

}
.card_icon img {
    width: 40%;

}

/* Circle */
/*.hover15 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px !important;
    overflow: hidden;

}

.hover15::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(244,229,172,.4);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.hover15 img{
  transition: all .3s;
}
.hover15:hover img{
  transform: scale(1.2);
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.owl-carousel  .owl-nav .owl-prev:focus,
.owl-carousel  .owl-nav .owl-next:focus {
  outline:none;
}


.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot{
  outline: none;
}*/


/*common styling end*/

/*------/ Owl carousel /------*/
/* carousel_se_01 */
.carousel_se_01 .owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.carousel_se_01  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 5px;
    /*background: #6a8f11;*/
    border: 1px solid #135d2f;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
    padding: 2px;
}

.carousel_se_01  .owl-theme .owl-dots .owl-dot:hover span {
    color: #fff;
    background: #095c2f;
    /*  border: 5px double;*/
    padding:5px;
    border-radius: 50%;
}

.carousel_se_01  .owl-theme .owl-dots .owl-dot.active span {
    color: #000;
    background: #e0efdc;
    /* border: 5px double;*/
    opacity:0.8;
    padding:5px;
    border-radius: 50%;
    /*background:var(--light_orange);*/

}



.carousel_se_01  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -40px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #095c2f;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-next:hover {
    background:#095c2f;
    color: #fff;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -40px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #095c2f;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-prev:hover {
    background:#095c2f;
    color: #fff;
}

.carousel_se_01 .round_icon_img img{
    width: 18% !important;

}

.carousel_se_01 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.carousel_se_01 .owl-arrow .owl-nav .owl-prev,
.carousel_se_01 .owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000000;
}

.carousel_se_01 .main_services {
    position: relative;
    margin: 30px 10px 20px;
    padding: 20px 30px 30px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;

    /* box-shadow: 12px 14px 0 #ececec; */

    min-height: 348px;
}

.carousel_se_01 .main_services:hover {
    border: 1px solid #ededed ;
    box-shadow:none;
}
.cib1{
    background: #dce9f2;
}
.cib2{
    background: #faead6 !important;
}
.cib3 {
    background: #c5e3c1;
}
.cib4 {
    background: #c9c501;
}
.round_icon_img{
    float: left;
}
.main_services{
    padding: 10px;
}
.main_services a p{
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    display: inline-block;
    text-align: left;

}
.main_services a{text-decoration: none;}
.c_pic{
    padding-top: 30px;
}
.c_pic img {
    width: 50px !important;
    border-radius: 50%;
    height: 50px !important;
    float: left;
}
.c_pic div {
    display: grid;
    color: #333;
    line-height: 20px;
    font-size: 15px;
    text-align: left;
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;

}
.c_pic div span{
    font-size: 14px;
    color: #666;
    line-height: 20px;

}
/*// sec 01 end*/


/*carousel_se_02 start*/
.carousel_se_02{
    /* overflow: hidden;*/
}


.carousel_se_02 .product-grid3{
    border:none;
    box-shadow: none;
}

.carousel_se_02 .owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.carousel_se_02 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.carousel_se_02  .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px;
    border: 2px solid #94a5b4;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel_se_02  .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #2bb0ef;
}

.carousel_se_02  .owl-theme .owl-dots .owl-dot.active span {
    border-color: #2bb0ef;
}

/*.carousel_se_02  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 1px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #2bb0ef;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-next:hover {
    background:#2bb0ef;
    color: #fff;
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-prev {
   position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 1px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
   border-radius: 5px;
   font-size: 32px;
    line-height: 32px;
    color: #2bb0ef;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-prev:hover {
    background:#2bb0ef;
    color: #fff;
}*/
.carousel_se_02  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -9px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #095c2f;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-next:hover {
    background:#095c2f;
    color: #fff;
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -9px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #095c2f;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-prev:hover {
    background:#095c2f;
    color: #fff;
}
.carousel_se_02 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.carousel_se_02 .owl-arrow .owl-nav .owl-prev,
.carousel_se_02 .owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000000;
}
.carousel_se_02_carousel .item{
    margin: 0 25px;
}

.op_text p{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
}
.op_text .t_exp span{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    display: table-caption;
    margin-top: 20px;
    padding-left: 30px;
}
.op_text .t_exp {
    font-size: 46px;
    line-height: 55px;
    color: #333;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    display: inline;

}

/* carousel_se_02 end*/


/*carousel_se_02 start*/
.carousel_se_03{
    overflow: hidden;
}


.carousel_se_03 .product-grid3{
    border:none;
    box-shadow: none;
}


.carousel_se_03 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -9px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #095c2f;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
    background:#095c2f;
    color: #fff;
}
.carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -9px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #095c2f;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
    background:#095c2f;
    color: #fff;
}
.carousel_se_03 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.carousel_se_03 .owl-arrow .owl-nav .owl-prev,
.carousel_se_03 .owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #a5ca34;
}

.carousel_se_03 .round_icon_img i{
    font-size: 70px;
    color: #a5ca34;

}

.carousel_se_03 .btn-primary{
    background:#a5ca34;
    border-color: #a5ca34;
}

.carousel_se_03 .btn-primary:hover, .carousel_se_03 .btn-primary:focus, .carousel_se_03 .btn-primary:active{
    background:#708e15;
}
.carousel_se_03 .main_services {
    padding: 0 4px;
}
/* //carousel_se_03 end*/


/*footer section---------------------------------------------------------------*/
.footer-sec{
    background: #095c2f;
    padding:38px 0 5px;
    position: relative;
}
/*.footer-sec::before {
    content: ""; 
    position: absolute;
    top: -248px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/sweetne_footer_left.png') no-repeat top left;
 
}
.footer-sec::after {
    content: ""; 
    position: absolute;
    top: -248px;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/sweetne_footer_right.png') no-repeat top right;
   
}*/

.wtname ul li a{
    color: white;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none!important;

}
.wtname ul li{
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    /*border: 1px solid #fff;*/
}
.wtname ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-decoration:none;
}

.ftname h4{
    color: #e8ea3c;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    padding-bottom: 10px;
}
.ftname p a{
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    text-decoration:none;}
.ftname p a:hover{
    color: #e8ea3c;
}

.ftname ul li {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    border: 1px solid #fff;
}
.ftname ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-decoration:none;
}
.ftname ul li:hover{
    -o-transform:rotate(720deg);
    -ms-transform:rotate(720deg);
    -moz-transform:rotate(720deg);
    -webkit-transform:rotate(720deg);
    transform:rotate(720deg);
    transition:2.5s;
}
.Qlink li{
    border: 0px !important;
}
.Qlink li:hover{
    transition: 0s !important;
}
.Qlink li a span {
    padding-left: 30px !important;
}
.Qlink li a:hover{
    color: #e8ea3c;
}
.s_footer{
    border-top: 1px solid #dce9f266;

}
.s_footer p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-top: 20px;
}

/*end of footer section*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

/*about us cpage*/
/*header 2css*/
.nav2 {

    box-shadow: rgb(0 0 0 / 35%) 0px -2px 5px;
}
.header2{
    background: url(../images/about/about.jpg) no-repeat top center #e0efdc;
    height: 348px;

    background-size: cover;
}
.header-title h1{
    font-size: 30px;
    line-height: 45px;
    color: #095c2f;
    font-family: 'Aclonica', sans-serif;
}
.header-title h1 span{
    border-bottom: 3px solid #e8ea3c;
}
.header-title {
    margin-top: 30px;
}
.about-cont p{
    font-size: 30px;
    line-height: 40px;
    color: #333;
    padding-right: 68px;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;
}
.c_icon {
    margin-top: 30px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.c_icon img{
    max-width: 100%;
    transition: all 0.3s;
    display: block;

    height: auto;
    transform: scale(1);
    margin-top: 60px;
}
.c_icon img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cib5{background-color: #095c2f;}
.cib5 a p{
    color: #fff;
}
.cib5 .c_pic div{
    display: block;
}
.cib5 .ps-3{
    color: #e8ea3c;
}
.cib5 .c_pic span{
    color: #fff;
    text-align: left;}


.dot-sec .owl-dots {
    position: absolute ;
    bottom: 30% ;
    right: 70px ;
}
.dot-sec .main_services{
    padding: 30px 55px 20px;
}
.about_tm .carousel_se_01 .owl-carousel .owl-nav button.owl-prev{
    top: 53%;
    left: 15px;
    background: unset;
    color: #fff;
    box-shadow: unset;
}
.about_tm .carousel_se_01 .owl-carousel .owl-nav button.owl-next{
    top: 53%;
    right: 15px;
    background: unset;
    color: #fff !important;
    box-shadow: unset;
}
.about_tm .icon1{
    top: 21px !important;
    right: 110px !important;
    z-index: 111;
}
.c_tea{
    background: url(../images/about/about2.jpg) no-repeat top center #e0efdc;
    background-size: cover;
    padding: 65px 0 80px ;
}
.c_cont p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-style: normal;
}
.c_cont h3{
    font-size: 36px;
    line-height: 45px;
    color: #e8ea3c;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
}
.cdtertal img {
    background: #fff;
    width: 100px;
    padding: 30px;
    height: 100px;
    border-radius: 10px;
}
.cdtertal p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 28px 65px;
}
.cdtertal {
    margin-top: 60px;
}
.s_title h3{
    font-size: 36px;
    line-height: 45px;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    color: #19783a;


}
.s_title h3:before{
    content: "";
    position: absolute;
    top: 60px;
    right: 45.5%;
    width: 138px;
    border-bottom: 3px solid #e8ea3c;
}

.claim img {
    width: 50% !important;
    display: block !important;
    margin: 0 auto;
    aspect-ratio: 1;
}
.claim_s{
    padding: 77px 0px 60px;
    background: #fefce9;
}
.claim p{
    padding-top: 20px;
    border-top: 1px solid #ec008c;
}
.lead {
    margin-top: 100px;
    position: relative;

    overflow: hidden;
}
.lead img{

    transition: all 0.3s;

    transform: scale(1);
    border-radius: 15px;
    border-bottom: 6px solid #79b139;
}
.lead img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lead p{
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;
    margin-top: 30px;
}
.lead p span{
    font-family: 'Futura Lt BT' !important;
    font-size:14px;
    line-height: 22px;
}
/*.pb_lead .s_title h3:before{
	top: 110px !important;

}*/
.pb_lead{
    background: #e0efdc;
    padding: 50px 0 91px;
}
.news_s{
    padding: 90px 0px 50px;
    background: #fefce9;
}
/*.news_s .s_title h3:before{
	top: 150px ;
}*/
.show_V img {
    border-radius: 50%;
    width: 70px;
    height: 60px;
}
.show_video{
    animation: scale 1s infinite;
}

@keyframes scale {
    50% {
        opacity: .7;
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
        -ms-transform:scale(1.2);
        -o-transform:scale(1.2);
        transform:scale(1.2);
    }
}
.vc_slide .op_text h3{
    font-size: 20px;
    line-height: 30px;
    color: #021209;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 12px;
}
.vc_slide .op_text p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-family: 'Futura Md BT';
    font-weight: 500;
    margin-bottom: 32px;
    font-style: normal;
}
.vc_slide .op_text a{
    font-size: 14px;
    line-height: 20px;
    color: #11572a;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
    border-radius: 30px;
    background-color: #e8ea3c;
    padding: 10px 13px;
}
.pbtn .owl-nav {
    display: block !important;
}
.pbtn .owl-nav button.owl-prev {
    left: -50px !important;
    /*background: unset !important;*/
    /*font-size: 45px !important;*/
    /*line-height: 31px !important;*/
    /*color: #000000 !important;*/
    /*box-shadow: unset !important;*/
}
.pbtn .owl-nav button.owl-next {
    right: -50px !important;
    /*background: unset !important;
    font-size: 45px !important;
    line-height: 31px !important;
    color: #000000 !important;
    box-shadow: unset !important;*/
}
/*end of header 2*/

.sub input{
    background-color: #1a4e32;
    border: 1px solid #1a4e32;
    border-radius: 50px;
    padding: 14px 15px;
    padding-left: 50px;
    color: #ffffffad;
}
.sub .form-control:focus{
    background-color: #4a735d;
    border: 1px solid #4a735d;
    box-shadow: none;
    color: #fff;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
}
.sub input::-webkit-input-placeholder { /* Edge */

    color: #ffffffad;
}

.sub input:-ms-input-placeholder { /* Internet Explorer */

    color: #ffffffad;
}

.sub input::placeholder {

    color: #ffffffad;
}

.sub i{
    font-size: 22px;
    color: #cfe4d7;
    left: 20px;
    top: 16px;
    z-index: 111;
}
.sub button{
    border-radius: 50px;
    padding: 10px 25px;
    border: 1px solid #e8ea3b;
    background: #e8ea3b;
    right: 4px;
    top: 3px;
    z-index: 111;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    color: #20803f;
}
.sub p{
    font-size: 13px;
    line-height: 20px;
    color: #cfe4d7;
    font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
    padding:20px 30px 0 10px;
}
/*products page*/

.header-title p{
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;

}
.psize h1{
    font-size: 36px;
    line-height: 45px;
}
.h_icon1 {
    right: 0px;
    top: 40%;
}
.h_icon2 {
    left: 0px;
    bottom: 47px;
}
.poducts_list{
    padding: 102px 0px 70px;
    background: #fefce9;

}
.plist-title h2{
    font-size: 30px;
    line-height: 40px;
    color: #19783a;
    font-family: 'Futura Hv BT';
    font-weight: 900;
    font-style: normal;
    padding-bottom: 3px;
}
.plist-title h2:before{
    content: "";
    position: absolute;
    top: 56px;
    left: 0px;
    width: 112px;
    border-bottom: 3px solid #e8ea3c;
}
.va_btn{
    font-size: 14px;
    line-height: 24px;
    color: #11572a;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
    background-color: #e8ea3c;
    padding: 11px 30px;
    vertical-align: -webkit-baseline-middle;

}
.va_btn:hover{
    background-color: #11572a;
    color: #fff;
}
.pl_slider .main_services {
    padding: 0 30px;
}
/*.pl_slider{
  overflow: unset;
}*/
.pl_slider .owl-carousel .owl-nav button.owl-prev{
    left: -50px;
}
.pl_slider .owl-carousel .owl-nav button.owl-next{
    right: -50px;
}
.text-h{
    height: 93px;
    overflow: hidden;
    margin-bottom: 20px;
}
.vsp_btn{
    color: #095c2f;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
    border-radius: 30px;
    padding: 6px 18px;
    border: 1px solid #095c2f;

}
.vsp_btn:hover{
    background-color: #11572a;
    color: #fff;
}
.p_cat{
    padding-bottom: 240px;
}
.poducts_list .card-img img {
    width: 100%;
    aspect-ratio: 1.5;
}
.qua .card-img img {
    width: 100%;
    aspect-ratio: unset;
}
.p_cat .main_services{
    margin-bottom: 20px;
    padding: 0;
}
/*end of products*/
/*product signle page*/
.carousel_16 .main_services{
    padding:0 20px;
}
.p_detail h1{
    font-size: 30px;
    line-height: 40px;
    color: #19783a;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
    padding-bottom: 10px;
}
.p_detail p{
    font-size: 18px;
    line-height: 28px;
    color: #082512;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;

    width: 58%
}
.pspbcm li a, li{
    font-size: 14px;
    line-height: 20px;
    color: #666 !important;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;
}
.p_detail img {
    width: 470px !important;
    height: 260px;
}
.carousel_16 .owl-dot.active span{
    background: #e8ea3b !important;
}
.carousel_16 .owl-dots{
    margin-top: 0px !important;
}
.carousel_16 .owl-nav{
    display: none;
}
.pd_detail{
    margin-bottom: 35px;
}
.pd_detail h3{
    font-size: 24px;
    line-height: 35px;
    color: #082512;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
}
.pd_detail p{
    font-size: 18px;
    line-height: 28px;
    color: #082512;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;
}
.pd_app{
    position: relative;
    margin: auto;
    overflow: hidden;
}
.pd_app img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

}
.pd_app img {
    border-radius: 15px;
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.carousel_17 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}
.carousel_17 .owl-dot.active span{
    background: #e8ea3b !important;
}
.carousel_17 .main_services{
    min-height: auto;
}

.carousel_17 .owl-dots{
    margin-top: 13px !important;
}
.carousel_17 .owl-prev{
    /*background-color: unset !important;
    box-shadow: unset !important;
    color: #666 !important;
    font-size: 40px !important;*/
}
.carousel_17 .owl-next{
   /* background-color: unset !important;
    box-shadow: unset !important;
    color: #666 !important;
    font-size: 40px !important;*/
}
.pbtn, .owl-carousel .owl-item{
    padding: 0 5px;
}
/*end of product single page*/
/*application page*/
.app_sec h5{
    font-size: 18px;
    line-height: 28px;
    color: #19783a;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 27px;
}
.app_sec h5 span{
    border-bottom: 3px solid #e8ea3c;
}
.app_icon{
    position: relative;
    overflow: hidden;
}
.app_icon img {
    transition: all 0.3s;
    transform: scale(1);
    background: #fefce9;
    height: 100px;
    width: 100px;
    padding: 20px;
    margin: 40px 5px 0;
    border-radius: 10px;
}
.app_icon img:hover{-webkit-transform: scale(1.2);
    transform: scale(1.2);}
.app_icon p{
    font-size: 16px;
    line-height: 24px;
    color: #19783a;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
    margin-top: 30px;
}
.app_icon ul li{
    display: inline-block;
    width: 24%;
}
.app_icon ul li:not(:last-child):before {
    background:url('../images/icon/9.png') no-repeat left center;
    content: "";
    position: absolute;
    top: 85px;
    /* left: 40px; */
    width: 15px;
    height: 9px;
    margin-left: 133px;
}
.app_item h4{
    background-color: #dce9f2;
    color:#2d6287;
    font-size: 24px;
    line-height: 38px;
    font-family: 'Aclonica', sans-serif;
    padding-left: 37px;
    margin-bottom: 20px;
}
.app_item p{
    font-size: 18px;
    line-height: 28px;
    color: #082512;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 2px;
}
.app_item{
    position: relative;
    margin: auto;
    overflow: hidden;

}
.app_item img{
    border-radius: 10px;

    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.app_item img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.api2{
    background-color: #faead6 !important;
    color:#e87e3f !important;
}
.api3{
    background-color: #dae9d4 !important;
    color:#4c8d32 !important;
}
.api4{
    background-color: #d2f1eb !important;
    color:#34afab !important;
}

/*end of allication page*/
/*quality page*/
.qua {
    background: #e0efdc;
    padding: 22px 15px 0;
    margin: 0 15px 50px;
    min-height: 422px;
}
.qua .card{
    background: unset;
}
.qua .card-title{
    font-size: 14px;
    line-height: 24px;
    color: #064b26;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-style: normal;
}
.card_pd{
    height: 327px;
    vertical-align: middle;
    display: table-cell;
}
.card_pd .card-img img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
/*end of quality page*/
/*blogs page*/
.h_icon3{
    left: 0;
    top: 45%;
}
.product-image3 {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.product-image3 img{
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    aspect-ratio: 1.5;
}
.prin-image3 img{
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    aspect-ratio: 2.5;
}
.product-image3 img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

}
.blog_w{
    margin: 0 20px 90px;
}
/*blogs details page*/
.h_icon4{
    top: 160px;
    left: 0;
}
.blog_d p{
    font-size: 14px;
    line-height: 26px;
    color:  #b0b0b0;
    font-family: 'PT Sans';
    font-weight: normal;
    font-style: normal;

}
.blog_d img{
    width: 100%;
}
.blog_c ul li {
    list-style: square;
    font-size: 18px;
    line-height: 30px;
    color: #082512;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;
}
.blog_c ol li {

    font-size: 18px;
    line-height: 30px;
    color: #082512;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;
    padding-bottom: 10px;
}

/*contact page*/
.cont_page h3{
    font-size: 24px;
    line-height: 35px;
    color: #333;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-style: normal;
    padding-top: 8px;
    margin-bottom: 38px;
    padding-left: 45px;
}
.cont_page label{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;
}
.cont_page form input{
    height: 42px;
    background:#fffef4;
    border: 1px solid #ced4da61;
}
.cont_page form .text-height{
    height: 110px;
    background:#fffef4;
    border: 1px solid #ced4da61;
}
.sub_btn{
    background-color: #6a8f10;
    border: 1px solid #6a8f10;
    color: #e8ea3c;
    font-size: 14px;
    line-height: 24px;
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;
    padding: 7px 40px;
    margin-top: 40px;
}
.sub_btn:hover{
    background-color: #e8ea3c;
    border: 1px solid #e8ea3c;
    color: #000;
}

.cont_page p a{
    font-size: 14px;
    line-height: 24px;
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #666;
}
.cont_page p a:hover{
    color: #000;
}

.dot-sec .owl-dot span{
    border: 1px solid #fff !important;
}
/*.arr16 .owl-nav button.owl-prev{
    display: none !important;
}
.arr16 .owl-nav button.owl-next{
    display: none !important;
}*/
.i_right h3{
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    font-family: 'Bunch Blossoms Personal Use';
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 45px;
    left: -8px;

}
 .logo {
  width: 20%;
 }
/*======================================================= media query start ===============================================*/

@media (max-width: 1600px) and (min-width: 1400px) {
    .s_text h5{
        font-size: 16px;
    }
    .p_sec .title-name h3{
        font-size: 26px;
    }


}

/* applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399px) and (min-width: 1200px) {
    .pl_slider .main_services {
        padding: 0 20px;
    }
}
@media (max-width: 1399px) {

    /*.s_text h5{
      font-size: 16px;
      line-height: 24px;

    }*/
    .p-slider {
        margin-top: 0px !important;
    }
    .p-slider .container-fluid{
        padding-bottom: 0px !important;
    }
    .h-about {
        padding:75px 0px 30px;
    }
    .p_sec {
        padding: 60px 0px;
    }
    .p_detail p{
        width: 75%;
    }
    .cdtertal p{
        padding: 28px 50px;
    }

    .s_banner {
        height: 690px;
    }






}
@media (max-width: 1220px) and (min-width: 1200px){
    .s_text h5{
        font-size: 16px;
        line-height: 24px;
    }
    .p_cat .s_text h5 {
        font-size: 18px;
        line-height: 30px;
    }
}
/* applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

    .p-slider .container-fluid{
        padding-bottom: 30px !important;
    }
    .banner_h h1{
        font-size: 40px;
        line-height: 50px;
    }
    .banner_h h2{
        font-size: 55px;
        line-height: 65px;
    }
    .banner_h h3{
        font-size: 35px;
        line-height: 45px;
    }
    .pic img{
        margin-right: 0px;
    }
    .p-slider .card {
        margin: 0 13px;
    }
    .d-nav {
        padding: 0 20px !important;
    }
    .nav2 {
        padding: 0 20px !important;
    }
    .nav_m ul li a{
        padding: 8px 8px !important;
    }
    .op_text {
        padding-top: 10px !important;
    }
    /*.h_slid, .s_banner{
        height: 385px;
    }*/
    .p_detail p{
        width: 85%;
    }
    .cdtertal p{
        padding: 28px 25px;
    }
    .about_tm .container-fluid{
        padding-top: 0px !important;
    }
    .about-cont p{
        padding-right: 0px;
    }
    .c_tea{
        padding-bottom: 30px;
    }
    .pbtn .owl-nav button.owl-prev{
        left: -20px !important;
    }
    .pbtn .owl-nav button.owl-next{
        right: -20px !important;
    }
    .claim_s{
        padding: 70px 0px 29px;
    }
    .lead {
        margin-top: 60px;
    }
    .pb_lead{
        padding-bottom: 60px;
    }
    .news_s {
        padding: 75px 0px 160px
    }
    .cib5 .c_pic div {
        padding-left: 0px !important;

    }
    .dot-sec .owl-dots {
        bottom: -18px;
        right: 38%;
    }
    .about_tm .icon1 {
        top: -20px !important;
    }





}
@media (max-width: 1199.98px) and (min-width: 992px){
    .dot-sec .main_services {
        padding: 30px 55px 50px;
    }
    .dot-sec .owl-dots{
        bottom: 20px;
        right: 40%;
    }
}

/*// `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    /*.nav_m{
     background-color: #fefce9;
    }*/
    .nav_m ul li a{
        display: inline-block;
    }
    .poducts_list{
        padding: 60px 0px 50px;
    }
    .plist-title{
        margin-top: 0px !important;
    }
    .pl_slider .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
    }
    .pl_slider .owl-carousel .owl-nav button.owl-next {
        right:  -10px;
    }
    .cont_page h3{
        padding-left: 15px;
    }
    .d-nav{
        background-color: #fffdf0;
    }
    .nav2{
        background-color: #eaf4e7;
    }
    .p_detail h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .p_detail p {
        width: 100%;
    }
    .about-cont p {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
    }
    .c_icon {
        margin-top: 25px;
        text-align: center;
    }
    .h-about {
        padding: 50px 0px 20px;
    }

    .about_tm .container-fluid {
        padding-top: 35px !important;
    }
    .cdtertal {
        margin-top: 20px;
    }
    .c_cont h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .cdtertal p {
        padding: 20px 0px;
    }
    .about_tm .icon1 {
        top: 15px !important;
    }
    .dot-sec .owl-dots {
        bottom: 35px;
        right: 45%;
    }

    .psize h1 {
        font-size: 31px;
        line-height: 41px;
    }
    .plist-title h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .plist-title h2:before{
        top: 45px;
    }
    .p_cat {
        padding-bottom: 230px !important;
    }
    .app_item img{
        margin-top: 0px;
    }
    .app_item h4{
        font-size: 20px;
        line-height: 35px;
    }
    .vc_slide .op_text h3{
        font-size: 18px;
        line-height: 28px;
    }
    .blog_w {
        margin: 0 20px 50px;
    }
    .blog_d img {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
    .bp1 {
        padding-bottom: 10px !important;
    }
    .header-title h1{text-align: center;}

logo {
    width: 60%;
}



}


/* medium and up screens */
@media (max-width: 1199.98px) and (min-width: 768px){

    .icon2 {
        right: 172px;
    }
    .donut {
        margin-top: 75px;}
    .p_sec{
        padding-bottom: 30px;
    }



}


/*// `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .p-slider .carousel-inner .carousel-item > div {
        display: none;
    }
    .p-slider  .carousel-inner .carousel-item > div:first-child {
        display: block;

    }
    .pic img{
        margin-top: 0px;
        width: 80%;
    }
    .slide_pic .carousel-item video{
        /*height: 400px;*/
    }
    .icon2 {

        top: 0;
        right: 200px;
    }
    .p_sec{
        padding-bottom: 30px;
    }

    .p-slider {
        margin-top: 10px !important;
    }
    .donut {
        margin-top: 75px;
    }
    .left_d p {
        font-size: 20px;
        line-height: 24px;
        padding: 44px 30px 30px;

    }
    .title-name h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .pl_slider .container, .container-sm {
        max-width: 702px;
    }
    .h_icon1{
        top: 24%;
    }
    .h_icon2{
        top: 24%;
    }
    .h_icon4 img{
        width:50%;
    }
    .poducts_list {
        padding: 60px 0px 50px;
    }
    .plist-title h2{
        font-size: 24px;
        line-height: 35px;
    }
    .ftname {
        margin-bottom: 30px;
    }
    .ai_mbv{
        display: block !important;
    }
    .ai_mbv .app_item {
        float: none !important;
        text-align: center;
        padding: 0px !important;
        margin-bottom: 0px !important;
    }
    .ap_desk{
        display: none;

    }
    .api5 {
        float: none !important;
        margin-bottom:   0px !important;
        text-align: center;
    }
    .p_detail img{
        width: 100% !important;
        height: auto;
    }
    .p_detail{
        float: unset !important;
        text-align: center;
    }
    .s_title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .snews1 h3:before{
        width: 90px !important;
        right: 42% !important;
    }
    .pd_detail {
        padding: 0px 15px !important;
        margin-bottom: 0px;
    }
    .qua {
        margin: 0 5px 50px;
        min-height: 330px;
    }


}

/*// `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /*.carousel_se_02 .owl-carousel .owl-nav button.owl-prev{
      left: 0px;
    }
    .carousel_se_02 .owl-carousel .owl-nav button.owl-prev{
      right: 0px;
    }*/
    .logo {
  width: 50%;
 }

    .pbtn .owl-nav button.owl-prev {
        left: -10px !important;
    }

    .pbtn .owl-nav button.owl-next {
        right: -10px !important;
    }
    .cat_text:hover .img-top{
        top: -45px;
    }
    .qua {
        min-height: auto;
    }
    .card_pd{
        height: auto;
    }
    .snews1{
        margin-bottom: 40px;
    }
    .p_cat{
        padding-bottom: 40px !important;
    }
    .carousel_se_01_carousel {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .h-about {
        padding: 50px 0px 0px;
    }
    .icon1 {
        top: 0px;
        right: 145px;
    }
    .left_d p{
        padding: 10px 18px 4px;
    }
    .i_right img {
        width: 65%;
    }
    .icon2{
        right: 160px;
    }
    .i_right{
        top: 0px;
        right: -113px;
    }
    .title-name {
        padding-left: 10px;
    }
    .carousel_se_02 .title-name {
        padding: 15px 15px !important;
    }
    .d-nav {
        padding: 0px 10px !important;
    }
    .title-name h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .p_sec{
        padding: 40px 0 0px;
    }
    .pic img{
        width: 50%;
    }
    .pic img{
        right: 0;
        top: 92px;
    }
    .h_slid, .s_banner {
        height: 280px;
    }
    .slide_pic .carousel-item video{
        margin-top: 75px;
    }
    .banner_h h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .banner_h h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .banner_h h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .h_slid .banner_h{
        top: 50%;
        left: 30px;
    }
    .show_V img{
        height: 40px;
        width: 40px;
    }
    .show_V{
        top: 45%;
    }

    .carousel_se_01 .container-fluid {
        padding-top: 0px !important;
    }
    .carousel_se_01 .owl-carousel .owl-nav button.owl-prev{
        left: 0px;
    }
    .carousel_se_01 .owl-carousel .owl-nav button.owl-next{
        right: 0px;
    }

    .footer-sec{
        padding: 40px 10px 15px;
    }
    .footer-sec::after{
        display: none;
    }
    .footer-sec::before{
        display: none;
    }
    #wa-widget-send-button{
        /*right: 60px !important;*/
    }

    .nav2 {
        padding: 0 10px !important;
    }

    .va_btn{
        padding: 10px 16px;
    }
    .plist-title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .plist-title h2:before{
        top: 30px;
    }

    .pl_slider .container, .container-sm {
        max-width: 100%;
    }
    .psize h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .poducts_list {
        padding: 60px 0px 50px;
    }
    .h_icon1 {
        top: 26%;
        right: 0px;
    }
    .h_icon2{
        top: 26%;

    }
    .app_icon img{
        width: 80px;
        height: 80px;
        margin: 20px 5px 0px;
    }
    .app_icon ul li:not(:last-child):before{
        margin-left: 95px;
        top: 55px;
    }
    .pd_detail h3{
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .news_s{
        padding: 40px 0 0;
    }
    .pd_detail p{
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .pspbcm {
        margin-top: 20px;
    }
    .h_icon2 img {
        width: 50%;
    }

    .h_icon2 {
        top: 19%;
    }
    .carousel_16 .main_services {
        padding: 0 0px;
    }
    .about-cont p {
        font-size: 20px;
        line-height: 28px;
    }
    .about_tm .icon1 {
        top: -10px !important;
    }
    .dot-sec .main_services{
        padding: 35px 50px 50px;
        margin: 30px 0px 24px
    }
    .dot-sec .owl-dots{
        right: 40%;
    }
    .c_cont h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .cdtertal {
        margin-top: 10px;
    }
    .claim_s {
        padding: 40px 0px 29px;
    }
    .s_title h3 {
        font-size: 24px;
        line-height: 50px;
    }
    .s_title h3:before{
        top: 50px;
        right: 32%;
        width: 130px;
    }
    .pbtn{
        padding-top: 0px !important;
        margin-top:0px !important;
    }
    .p_detail h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .p_sec .container{
        padding-top: 0px !important;
    }
    .about_tm {
        margin-top: 30px;
    }
    .news_s .container-fluid{
        padding: 0px !important;
    }
    .h_icon1 img {
        width: 50%;
        float: right;
    }
    .psize {
        padding-top: 35px !important;
    }
    .header-title h1 {
        font-size: 22px;
        line-height: 35px;
    }


}
 
@media (max-width: 360px) {

    .card_icon{
        margin: 20px 0px;
    }
    .nav2 .navbar-brand {
        margin-right: 0px !important;
    }
    
   
    .d-nav{
        padding: 0px 5px !important;
    }
    .nav2{
        padding: 0px 5px !important;
    }
    .psize h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .nav2 {
        padding: 0px !important;
    }
    .banner_h h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .banner_h h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .banner_h h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .h_slid .banner_h{
        top: 50%;
        left: 30px;
    }
    .show_V img{
        height: 40px;
        width: 40px;
    }
    .show_V{
        top: 45%;
    }
    .pspbcm {
        margin-top: 5px;
    }
}

@media (max-width: 320px){
    .h_slid, .s_banner {
        height: 250px;
    }
    .slide_pic .carousel-item video{
        margin-top: 72px;
    }
 
   
    .pspbcm li a, li{
        font-size: 13px;
    }
}
.header-title {
    margin-top: 110px;
}

.msg-sucess {
    color: #ffffff !important;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    background: #2fad90;
}

.msg-danger {
    color: #ffffff !important;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    background: red;
}

.modal-body span{
    margin-left: 100px;
}

.i_right {
    top:-10px;
}
.our-clien .product-image3 img{
    aspect-ratio: unset !important;
}


.wa-chat-box-header, .wa-chat-box-content, .wa-chat-box-poweredby, #wa-widget-send-button{
    display: none !important;
    bottom: unset !important;
}
.wa-chat-box-content-send-btn{
    margin: 0px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: block !important;
}
.wa-chat-box-content-send-btn svg{
    width: 40px !important;
    height: 40px !important;
}
.wa-chat-box-send{
    background: unset !important;
}
.wa-chat-box{
    background: unset !important;
    box-shadow:unset !important;
    max-width: 50px !important;
    margin-left: 8px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
    right: 20px !important;
    bottom: 30px !important;
}
.right-sidebar {
    top: 45%;
    transform: translate(0%, -50%);
    right: 0%;
    background: #135d2f;
    padding: 15px 10px 0px;
    z-index: 11;
}
.right-sidebar ul li{
    margin-bottom: 15px;
    display: block;
    text-align: center;
    padding: 2px 5px;
}
