/**
Theme Name: Plant
Author: Hirefoo Team
Author URI: https://hirefoo.com
Description: Trust
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plant
Template: astra
*/

/* General */

.owl-nav i {
    font-size: 32px;
}
.elementor-button,
.ast-custom-button{
    position: relative;
}
.plant-devider .elementor-divider-separator{
    width: auto !important;
    position: relative;
}
.plant-devider .elementor-divider-separator:before{
    display: none !important;
}
.plant-devider .elementor-divider-separator:after{
    position: absolute;
    right: -60px;
    background:  var(--ast-global-color-0);
    height: 3px;
    width: 60px;
    top:50%;
    transform:translateY(-50%)
}

/* Header */
.ast-theme-transparent-header .ast-above-header, .ast-theme-transparent-header .ast-above-header.ast-above-header-bar{
    background: #1a1414 !important;
}
.ast-primary-header-bar .ast-builder-html-element p,
.ast-above-header .ast-builder-html-element p{
    display: none  !important;
}

.wws_icon_text {
    display: inline-flex;
    margin-right: 20px;
    align-items: center;
}
.wws_icon_text span.wws_icon {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.wws_icon_text .wws_text{
    color: #fff;
}
.wws_maintext{
    color: #fff !important;
    font-size: 18px;
    margin-left: 5px;
}
.wws_subtext{
    margin-left: 5px;
}

.ast-primary-header-bar{
    border-bottom-width:1px !important;
}



/*** Banner Search ***/
.plant-banner-search .ast-search-submit{
    display: none;
}
.plant-banner-search .search-form{
    display: flex;
    width: 500px;
}
.plant-banner-search .search-form label{
    width: 100%;
}
.plant-banner-search .search-form input.search-field{
    width: 100%;
    height: 60px;
    border-radius:0;
    background: var(--ast-global-color-1);
    border:0 !important;
    padding-left: 30px;
}
.plant-banner-search .search-form input.search-field::placeholder{
    color: #fff;
}
.plant-banner-search .search-form input.search-submit{
    height: 60px;
    border-radius:0;
    border:0;
    font-weight: bold;
}

/**** Services Plant ***/
.plat-services{}
.plat-services .wws-carousel-item{
margin-top: 30px;
    
}
.plat-services .wws-carousel-item-inner{
    background: #fff;
    position: relative;
 
}
.plat-services .wws-carousel-item-inner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("assets/images/serv-shape.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0;
}
.plat-services .wws-carousel .wws-carousel-item .carousel-image{
    text-align: center;
    width: 80% !important;
    margin-left: 8%;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{
    color:var(--ast-global-color-1) !important;
}
.wws_icon_text span.wws_icon img {
    height: 14px;
}
/*
.plat-services .carousel-image {
    position: absolute !important;
    top: 15px;
    padding: 20px !important;
    z-index: 999;
}
*/
.plat-services .carousel-image img{
    border:6px solid #fff;
    border-radius:100%;
}
.plat-services .carousel-content {
    position: relative;
    padding: 30px !important;
    background: transparent !important;
    z-index: 99;
    border:1px solid #000;
    border-top:0 !important;

}
.plat-services .carousel-readmore a{
    background: var(--ast-global-color-1);
    width: 46px;
    height: 46px;
    border-radius: 100px;
    line-height: 46px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 999;
}
.plat-services .carousel-readmore a svg{
    width: 16px;
    transform:rotate(45deg);
    fill:#fff;
}

.plat-services .wws-carousel-item:hover .carousel-title h3{
    color: #fff !important;
}
.plat-services .wws-carousel-item:hover .carousel-excerpt{
    color: #fff !important;
}
.plat-services .wws-carousel-item:hover  .wws-carousel-item-inner .carousel-content{
     background: #082219 !important;
}
.plat-services .wws-carousel-item:hover .wws-carousel-item-inner:before{
    background-image: url("assets/images/serv-shape-dark.png");
}
.plat-services .wws-carousel-item:hover .carousel-readmore a{
    background: #fff !important;
}
.plat-services .wws-carousel-item:hover .carousel-readmore a svg{
    fill:var(--ast-global-color-0);
}
/*** Testimonial ***/
/*
.wws-testimonial .swiper-button-next{
    bottom:60px !important;
    top:auto;
    width: 46px;
}
.wws-testimonial .swiper-button-prev{
    bottom:60px !important;
    top:auto;
    left: auto;
    right: 65px;
    width: 46px;
}
*/
.wws-testimonial  .swiper-button-next:after, .wws-testimonial  .swiper-button-prev:after {
    background: #fff !important;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    color: #000;
}

.wws-testimonial  .swiper-button-next:hover:after, .wws-testimonial  .swiper-button-prev:hover:after{
    background: var(--ast-global-color-0) !important;
    color: #fff !important;
}







/**** FAQ ****/

.faq .e-n-accordion-item {
    border: 1px solid #ddd !important;
    padding: 20px 30px;
    border-radius:8px;
}
.faq .e-n-accordion-item-title-icon {
    position: absolute;
    right: 30px;
}



/**** Blogs ****/
.wws-blogs{
    flex-wrap:wrap;
    background: transparent;
}
.wws-blogs .wws-blogs-item{
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    width: 50%;
}
.wws-blogs .wws-blogs-item .wws-blogs-item-inner {
    margin: 15px;
    background: #fff !important;
    padding-bottom: 1px !important;
    display: flex;
    padding: 10px;
    box-shadow: 1px 4px 13px rgba(0,0,0,0.1);
}

.wws-blogs .wws-blogs-item .wws-blogs-meta{
    border-bottom:1px solid #ddd;
    margin-bottom: 20px !important;
    padding-top: 15px !important;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px !important;
}


.wws-blogs .wws-blogs-item .wws-blogs-image .wws-blogs-date {
    top: 0px;
    bottom: auto;
    width: 70px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0px;
    font-family: "Lexend", Sans-serif;
    padding: 0 !important;
    right: 0 !important;
    display: flex;
    flex-direction: column;
}
.wws-blogs .wws-blogs-item .wws-blogs-image .wws-blogs-date .wws-month{
    background: #fff !important;
    color: #000;
    padding: 5px;
    text-transform: capitalize;
}
.wws-blogs .wws-blogs-item .wws-blogs-image .wws-blogs-date .wws-date{
    font-size: 36px;
    font-weight: bold;
    padding: 15px 5px;
}
.wws-blogs .wws-blogs-item .wws-blogs-content{
    background: #fff;
    margin: 10px;
    border-radius: 6px;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
}
.wws-blogs .wws-blogs-item .wws-blogs-image img {
    height: calc(100% - 10px);
    object-fit: cover;
}
.wws-blogs .wws-blogs-item .wws-blogs-image a{
    display: flex;
    width: 200px;
    height: 100%;
}
.wws-blogs .wws-blogs-item  .wws-blogs-meta a span{
    font-size: 14px;
}
.wws-blogs .wws-blogs-item  .wws-blogs-meta .wws-blogs-comments span{
    font-size: 14px;
    color: #000;
}
.wws-blogs .wws-blogs-item  .wws-author-avator img {
    position: absolute;
    top: -20px;
    border-radius: 100px;
    border: 3px solid var(--ast-global-color-0);
}

.wws-blogs .wws-blogs-item  .wws-blogs-meta div{
    padding: 0 !important;

}
.wws-blogs .wws-blogs-item  .wws-blogs-meta i{
    color: var(--ast-global-color-0);
    margin-right: 5px;
}
.wws-blogs .wws-blogs-item  .wws-blogs-meta .wws-blogs-author{
    font-size: 12px;
    color: #736b6b;
    padding-right: 30px;
}

.wws-blogs .wws-blogs-item .wws-blogs-title a{
    font-family: "Castoro", Sans-serif;
    color: #1a1414;
    margin-top: 5px;
    text-decoration: none;
    font-size: 20px;
    font-family: "Playfair Display", Sans-serif;
}

.wws-blogs .wws-blogs-item  .wws-blogs-item-footer{
    padding: 5px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wws-blogs .wws-blogs-item  .wws-blogs-item-footer .wws-blogs-comments{
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}
.wws-blogs .wws-blogs-item  .wws-blogs-item-footer .wws-blogs-comments:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    background-image: url("assets/images/comments.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0;
    transform: translateY(-50%);
}


.wws-blogs .wws-blogs-readmore{
    margin: 0;
    border:0 !important;
    padding: 0 !important;

}
.wws-blogs .wws-blogs-readmore a:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    background-image: url("assets/images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0;
    transform: translateY(-50%);
}
.wws-blogs .wws-blogs-readmore a{
    text-transform: capitalize !important;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    padding-left: 0px;
}
.lg-service-slider .swiper-button-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: -100px;
    z-index: 9;
}
.lg-service-slider .swiper-button-wrap-inner {
    width: 1300px;
    display: flex;
    justify-content: end;
    margin-left: -20px;
    margin-right: 20px;
}
.lg-service-slider .swiper{
    position: inherit;
}

.lg-service-slider .carousel-content {
    position: absolute;
    bottom: 30px;
}
.lg-service-slider .wws-carousel-item .carousel-image img{
    width: 100%;
   object-fit: cover;
}
.lg-service-slider .wws-carousel-item .carousel-title{
    height: 150px;
}

.lg-service-slider .wws-carousel-item .carousel-readmore a{
    text-decoration: none;
}
.lg-service-slider .swiper-button-prev,
.lg-service-slider .swiper-button-next{
    /* position: initial !important; */
    width: 56px;
    height: 56px;
    border-radius: 100px;
    background: #f1f1f1;
    margin: 0px 20px;
    padding:15px;
    top: 0;
}

.lg-service-slider .swiper-button-prev:hover,
.lg-service-slider .swiper-button-nex:hover{
    background: var(--ast-global-color-1) !important;
}


.lg-service-slider .swiper-button-prev:before:hover,
.lg-service-slider .swiper-button-nex:before:hover{
    color: #fff !important;
}


.elementor-button-icon {
    background: var(--ast-global-color-1) !important;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    line-height: 35px;
    text-align: center;
    /* padding: 0px; */
    margin-top: -2px;
}


.elementor-button:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 14px;
    top: 50%;
    background-image: url("assets/images/button-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0;
    transform: translateY(-50%);
}


.lg-video-icon-wrap{
    width: 100%;
    height: 400px;
}
 .lg-video-icon{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
 }
 .lg-video-icon:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    background-image: url('./assets/images/play-icon.png');
    background-size: contain;
    transform: translate(-50%, -50%);
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

.lg-testimonial{

}

.lg-testimonial-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.lg-testimonial-icon:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    background-image: url('./assets/images/play-testimonial.png');
    background-size: contain;
    transform: translate(-50%, -50%);
}

.wws-testimonial .wws-testimonial-item-inner{
    justify-content: center;
}

/*
.wws-testimonial-item {
    padding: 50px 0px 0px 0px !important;
    text-align: center;
}

.wws-testimonial .wws-testimonial-item-inner{
    display: block;
    border:1px solid #ddd;
    border-radius: 20px;
    border-bottom: 6px solid var(--ast-global-color-1) !important;
}
.wws-testimonial .wws-testimonial-item-inner .testimonial-image {
    max-width: calc(100% - 60px);
    margin: 0 auto !important;
    margin-top: -50px !important;
}
.wws-testimonial .wws-testimonial-item-inner .testimonial-content {
    width: 100% !important;
}
.elementor-10 .elementor-element.elementor-element-46972c8  .wws-testimonial-item .testimonial-image {
    margin-right: 0px;
    position: relative;
}
.wws-testimonial .wws-testimonial-item-inner .testimonial-quote {
    position: absolute;
    top: auto !important;
    bottom: 40px;
    right: 30px;
    left: auto !important;
}

.lg-testimonial-section > .e-con-inner{
    position: relative;
}
.lg-testimonial-wrap,
.lg-testimonial,
.lg-testimonial  .swiper{
    position: unset !important;
}

.lg-testimonial .swiper-button-wrap {
    position: absolute;
    display: flex;
    justify-content: start;
    width: 100%;
    bottom: 50px;
    z-index: 9;
    left: 0;
}
.lg-testimonial .swiper-button-wrap-inner {
    width: 1300px;
    display: flex;
    justify-content: start;
    margin-left: -20px;
    margin-right: -20px;
}

.lg-testimonial .swiper-button-prev, .lg-testimonial .swiper-button-next {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    background: #f1f1f1;
    margin: 0px 20px;
    padding: 15px;
}
*/
 .wws-testimonial .testimonial-quote {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.wws-testimonial .testimonial-quote img{
    object-fit: contain;
    height: 100%;
}
.wws-testimonial .wws-testimonial-item-inner .testimonial-content{
    max-width: 700px;
}




/*
.wws-blogs-meta {
    margin-left: 0px;
    margin-right:0px;
}
.wws-blogs-comments {
    position: relative;
    padding-left: 20px !important;
}
.wws-blogs-comments:before {
    content: "";
    left: 0px;
    top: 55%;
    position: absolute;
    background-image: url('./assets/images/comments-regular.svg');
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.wws-blogs-author{
    position: relative;
    padding-left: 20px !important;
}

.wws-blogs-author:before {
    content: "";
    left: 0px;
    top: 55%;
    position: absolute;
    background-image: url('./assets/images/circle-user-regular.svg');
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.wws-blogs-readmore{
    position: relative;
}
.wws-blogs-readmore:after{
    content: "";
    right: 0px;
    top: 55%;
    position: absolute;
    background-color: #000;
    -webkit-mask-image: url('./assets/images/arrow-up-long-solid.svg');
    mask-image: url('./assets/images/arrow-up-long-solid.svg');
    width: 12px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(45deg);
}
.wws-blogs .wws-blogs-item:first-child  .wws-blogs-readmore:after{
    background-color: #fff;
    -webkit-mask-image: url('./assets/images/arrow-up-long-solid.svg');
    mask-image: url('./assets/images/arrow-up-long-solid.svg');
}

.wws-blogs .wws-blogs-item .wws-blogs-content{
    padding-bottom: 10px;
}
.wws-blogs{
    margin-left: -10px;
    margin-right: -10px;
}
.wws-blogs-item{
    padding-left: 15px;
    padding-right: 15px;
    background: transparent !important;
}
.wws-blogs-item-inner{
    background: #fff;
    height: 100%;
}
.wws-blogs .wws-blogs-item{
    margin-top: 130px;
}
.wws-blogs .wws-blogs-item:first-child {
    margin-top: 0;
}
 .wws-blogs .wws-blogs-item:first-child .wws-blogs-image .wws-blogs-date{
    display: none;
} 
.wws-blogs .wws-blogs-item:first-child .wws-blogs-excerpt{
    display: none;
}
.wws-blogs .wws-blogs-item:first-child .wws-blogs-readmore a{
    color: #fff;
}
.wws-blogs .wws-blogs-item:first-child .wws-blogs-meta{
    display: none;
}
.wws-blogs .wws-blogs-item:first-child .wws-blogs-title{
    color: #fff;
    margin-bottom: 15px;
}
.wws-blogs .wws-blogs-item:first-child{
    position: relative;
}
.wws-blogs .wws-blogs-item:first-child .wws-blogs-content{
    position: absolute;
    bottom:0
}


.wws-blogs .wws-blogs-item  .wws-blogs-date {
    background-color: var(--e-global-color-accent);
    bottom: 0;
    color: #000;
    display: flex;
    position: absolute;
    right: 20px;
}
.wws-blogs .wws-blogs-item  .wws-blogs-date .wws-blogs-left {
    background: #fff;
    font-size: 17px;
    margin: 0!important;
    padding: 10px 15px;
}
.wws-blogs .wws-blogs-item  .wws-blogs-date .wws-blogs-right {
    background: var(--e-global-color-accent);
    font-size: 17px;
    margin: 0!important;
    padding: 10px 20px;
}
.wws-blogs .wws-blogs-item .wws-blogs-content .wws-blogs-date {
    display: none;
}
.wws-blogs .wws-blogs-item:first-child .wws-blogs-content .wws-blogs-date {
    display: flex;
    position: unset;
    width: 160px;
    margin-bottom: 10px;
}
*/
/*** Services****/
#ct-services .wws-carousel{
    padding-bottom: 100px;
}
#ct-services .carousel-content{
    position: relative;
    padding-right: 60px;
}
#ct-services .carousel-readmore {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#ct-services .carousel-readmore a {
    width: 48px;
    height: 48px;
    border: 1px  solid var(--ast-global-color-1);
    display: block;
    border-radius: 100px;
    line-height: 53px !important;
    text-align: center;
}
#ct-services .carousel-readmore a svg{
    width: 10px;
}

#ct-services .carousel-text{
    display: none;
}
#ct-services .swiper-button-next, #ct-services .swiper-button-prev {
    top: auto;
    bottom: -5px;
    left: 15%;
    z-index: 99;
}
#ct-services .swiper-button-next:after, #ct-services .swiper-button-prev:after {
    font-size: 18px;
}
#ct-services .swiper-button-next{
    margin-left: 40px;
}

#ct-services .swiper-horizontal>.swiper-pagination-bullets, #ct-services .swiper-pagination-bullets.swiper-pagination-horizontal, #ct-services .swiper-pagination-custom, .swiper-pagination-fraction {
    max-width: 70%;
    margin: 0 auto;
    left: 50%;
    width: 100% !important;
    transform: translateX(-50%);
    text-align: right;
}
#ct-services .swiper-progress-bar {
    width: 70%;
    margin: 0 auto;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
#ct-services .wws-carousel .carousel-image img{
    width: 100% !important;
}

/*** Counter *****/
.ct-counter-item .elementor-counter {
    display: flex;
    align-items: center;
    text-align: left;
}
.ct-counter-item .elementor-counter .elementor-counter-number-wrapper {
    padding-bottom: 15px;
    margin-right: 30px;
}

.ct-counter-item .elementor-counter .elementor-counter-number-prefix{
    display: none;
}
.ct-counter-item .elementor-counter .elementor-counter-number-suffix{
    display: none;
}
.ct-counter-item .elementor-counter  .elementor-counter-title{
    text-align: left;
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    object-fit: contain !important;
}


blockquote {
    margin: 0;
    padding: 25px 50px;
    margin-bottom: 0;
    background: #fff;
    box-shadow:1px 1px 10px rgba(0,0,0,0.1);
    border-radius: 6px;
    border-left:5px solid var(--ast-global-color-0);
}


blockquote p{
    margin-bottom: 0 !important;
}





/*** Contact Message ***/

.c-item-row input::placeholder {
    color: var(--ast-form-input-text,#475569);
    opacity: 1; /* Firefox */
  }
  
  .c-item-row input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--ast-form-input-text,#475569);
  }


.c-item-row{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
}
.c-item-row textarea,
.c-item-row select,
.c-item-row input[type="tel"],
.c-item-row input[type="email"],
.c-item-row input[type="date"],
.c-item-row input[type="text"]{
    width: 100% !important;
    max-width:100%;
    border: 0;
    border-radius:15px;
    height: 60px;
    background: transparent;
    border:1px solid #ddd;
}
.c-item-row textarea{
    height: 180px;
}
.c-item-row p{
    margin: 0;
}
.c-item{
    width: 50%;
    display: block;
    padding: 5px 10px;
}
.c-item-full{
    width: 100%;
    padding: 5px 10px;
    
}
.c-item-full input[type="submit"]{
    height: 56px;
    border-radius: 100px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background: var(--ast-global-color-1);
}
.c-item-full .wpcf7-list-item{
    text-align: center;
}
.c-item-full .wpcf7-spinner{
    display: none;
}

.c-button-wrap {
    display: block;
    position: relative;
    background: #000;
    color: #fff;
    width: 260px;
    border-radius: 100px !important;
    overflow: hidden;
    padding-right: 50px;

}
.c-button-wrap input {
    background: #000 !important;
    color: #fff !important;
    width: 100%;
    height: 60px;
    border:0px solid #000 !important;

 
}
.c-button-wrap .wpcf7-spinner {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
}

.c-button-wrap:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 14px;
    top: 13px;
    background: #000;
    background-image: url("assets/images/button-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0;
}

.c-button-wrap:hover{
    background: #000 !important;
}


/*** Footer Widget ***/

.site-footer .widget-title, 
.site-footer .widget .wp-block-heading,
.site-footer .widget .wp-block-button a,
.site-footer{
    color: #fff;
}
/* .site-footer .site-below-footer-inner-wrap,
.site-footer .site-primary-footer-inner-wrap{
    max-width: 1170px !important;
} */
.site-footer .widget .wp-block-button a:hover{
    color: var(--ast-global-color-1);
}
.site-footer .wp-block-heading{
    font-weight: normal !important;
    font-size: 22px;
    display: inline-block;
    text-decoration: none;
    font-family: "Playfair Display", Sans-serif;

}
.site-footer .menu li{
    margin-bottom: 5px;
}
.site-footer .menu li a{
    color: #5d6160;
    font-size: 14px;
}
.ct-contact-info{}
.footer-contact-info li{
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
    padding-left: 60px;
}
.footer-contact-info li{
    color: #978e8e;
    font-size: 12px;
}
.footer-contact-info li strong{
    color: #fff;
    font-size: 14px;  
    font-weight: normal;
}
.footer-contact-info li:before{
    content:"";
    position: absolute;
    left: 0px;
    top: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}
.footer-contact-info li.fc-address:before{
    background-image: url('assets/images/fc-address.png');
}
.footer-contact-info li.fc-email:before{
    background-image: url('assets/images/fc-email.png');
}
.footer-contact-info li.fc-phone:before{
    background-image: url('assets/images/fc-phone.png');
}
.site-footer .mc4wp-form-fields{
    position: relative;
}

.site-footer  .lg-footer-contact-us strong{
    font-size: 30px;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
}
.site-footer  .lg-footer-contact-us strong:before {
    content: "";
    background-image: url('assets/images/call-icon.png');
    position: absolute;
    left: 0px;
    top: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 50px;
}

.site-footer .mc4wp-form-fields{
    position: relative;
    max-width: 360px;
}
.site-footer .mc4wp-form-fields input {
    height: 65px;
    color: #000;
    width: 100%;
    border: 1px solid #3b3b46 !important;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 60px;
    background: #fff;

}
.site-footer p{
    font-size: 14px;
}
.site-footer .mc4wp-form-fields button {
    position: absolute;
    right: 0;
    text-align: center;
    width: 60px;
    border: 0 !important;
    box-shadow: inherit;
    top: 0;
    height: 100%;
    background: #26c48c;
    border-radius: 6px;
}
.site-footer .mc4wp-form-fields button:before {
    content:"";
    background-position: center;
    background-image: url('./assets/images/sub-btn.png');
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 24px;
    border: 0 !important;
    box-shadow: inherit;
    top: 50%;
    height: 24px;
    transform: translate(-50%,-50%);
}



.site-footer #menu-useful-links{
    display: flex;
    flex-wrap:wrap;
}
.site-footer #menu-useful-links li{
    width: 50%;
}
.site-footer-below-section-2.site-footer-section.site-footer-section-2 {
    justify-content: end;
}

.site-footer p{
    font-size: 14px;
    color: #5d6160;
}
.site-footer a.wp-block-social-link-anchor svg{
    fill:#fff;
}
.site-footer .mc4wp-form-fields input[type="submit"] {
    background: var(--ast-global-color-0) !important;
    color: #fff;
}
.ct-subscribe-text{
    color: #a7a7a7;
    position: relative;
    padding-left: 50px;
}
.ct-subscribe-text:before{
    content:"";
    position: absolute;
    left: 0px;
    top: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    line-height: ;
    background-image:url('assets/images/footer-check.png');
}

.active{
    color:  var(--ast-global-color-1) !important;
}
.wp-block-social-links{
    gap:16px;
}
.wp-block-social-links li {
    border: 3px solid var(--ast-global-color-1);
    border-radius: 20px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 4px;
}



.hide-before .elementor-divider-separator:before{
    display: none !important;
}
.about-image-con{
    position: relative;
}
.about-image-con:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 15px;
    width: 100%;
    background: #d4cfca;
    transform: rotate(7deg);
}

figure.wp-block-gallery.has-nested-images.columns-4.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
    width: 100% !important;
    margin: 0 !important;
    gap: inherit;
    background: #242528 !important;
    padding: 10px;
    border:1px solid #373131;
}

figure.wp-block-image.size-large {
    width: 25%;
    padding: 5px;
}


.bottom-image-car .swiper-nav-wrap{display:none;}
.bottom-image-car img{
    width: 100%;
    object-fit: cover;
}

.bottom-image-car .carousel-image {
    margin: 15px;
    position: relative;
    overflow: hidden;
}
.bottom-image-car a.carousel-image-overlay {
    position: absolute;
    width: 85%;
    height: 85%;
    background: #082219;
    opacity: 0.9;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    /* margin: 10px; */
    display:none;

}
.bottom-image-car .wws-carousel-item:hover a.carousel-image-overlay{
    display: block;
}
.bottom-image-car a.carousel-image-overlay:before {
    content:"";
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
    transform:translate(-50%, -50%);
    background-image:url('assets/images/plus.png');
    z-index: 99;



}
.wws-thumb-testimonial .owl-dots {
    border: 2px dashed var(--ast-global-color-0);
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    height: 32px;
}

.wws-thumb-testimonial .owl-dots .owl-dot.active span, 
.wws-thumb-testimonial .owl-dots .owl-dot:hover span{

    background: var(--ast-global-color-0) !important;
}
.wws-thumb-testimonial .owl-dots .owl-dot{
    box-shadow:inherit !important;
}
.wws-thumb-testimonial .owl-dots .owl-dot span {
    background: transparent !important;
    border: 2px solid var(--ast-global-color-0);
}
.wws-thumb-testimonial .owl-nav button{
    box-shadow: inherit !important;
}
.wws-thumb-testimonial .owl-nav [class*=owl-]:hover{
    background: transparent !important;
    color: var(--ast-global-color-0);
}
.plant-services .swiper-nav-wrap .swiper-button-next:after, 
.plant-services .swiper-nav-wrap .swiper-button-prev:after{
    display: none !important;
}
.plant-services .swiper-nav-wrap{
    position: absolute;
    width: 1300px;
    top: -50px;
    left:50%;
    transform:translateX(-50%);
    z-index: 9;
}
.plant-services .swiper-nav-wrap .swiper-button-next,
.plant-services .swiper-nav-wrap .swiper-button-prev{
    background: var(--ast-global-color-1);
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius:100px;
}
.plant-services .swiper-nav-wrap .swiper-button-next{
    right: 0 !important;
}
.plant-services .swiper-nav-wrap .swiper-button-prev{
    right: 54px !important;
    left: auto !important;
}
.plant-contact .e-con-inner{
    position: relative;
}
@media (max-width:1800px){
    .plant-banner .e-con-inner{
        max-width: 1170px !important;
    }

    .plant-banner-trade{
        left: -140px !important;
    }
    .plant-banner-trade img{
        max-width: 140px !important;
    }

    .plant-choose{
        background-size: cover !important;
    }



}

@media (min-width:1400px){
    .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 1.025rem;

    }
}


@media (min-width:1200px){

    .site-header .ast-container{
        max-width: 1500px;
    }

}





@media (max-width:1398.98px){
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
        margin-left: 0px;
        margin-right: 0px;
    }
     .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item a{
        font-size: 16px !important;
    } 

    .plant-banner-trade{
        position: inherit !important;
        top:inherit !important;
        left: inherit !important;
    }
    .swiper-nav-wrap{
        width: 100%;
    }

}
@media (max-width:1300.98px){
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item a {
        font-size: 16px !important;
        padding-left: 20px;
        padding-right: 20px;
    }
	
	.plant-services .swiper-nav-wrap{
		width:100%;
	}	
	

}
@media (max-width:1200px){
    .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 16px;
        font-size: 1rem;
        color: var(--ast-global-color-5);
        padding-left: 10px;
        padding-right: 10px;
    }

    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-image-con:after{
        display: none;
    }
	
    .plant-banner-trade img{
        max-width: 140px !important;
    }	
	
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item a {
        font-size: 13px !important;
    }




}
@media (max-width:1020px){
    /* .wws-blogs .wws-blogs-item .wws-blogs-image .wws-blogs-date {
        display: none;
    } */

    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item a {
        font-size: 12px !important;
    }

    .wws-blogs .wws-blogs-item{
        width: 100% !important;
    }


    .wws-blogs .wws-blogs-content .wws-blogs-date {
        display: flex !important;
    }

    .wws-blogs .wws-blogs-item .wws-blogs-content .wws-blogs-date {
        display: none !important;
    }
    .wws-blogs .wws-blogs-item:first-child .wws-blogs-content .wws-blogs-date{
        display: flex !important;
    }

    .lg-right-banner{
        position: unset;
    }

    .wws-blogs {
        flex-wrap: wrap;
    }

    .wws-blogs .wws-blogs-item {
        width: 50%;
        margin-top: 0;
        margin-bottom: 30px;
    }



    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        width: 32px;
        height: 32px;
    }

    header .custom-logo-link img {
        max-width: 100px;
    }



}
@media (min-width:920px){
    .df_fixed_header .custom-logo-link img {
        max-width: 110px;
    }
}
@media (max-width:920px){


    .elementor-element.elementor-element-e21104e.contact-floating-content.e-flex.e-con-boxed.e-con.e-child{
        position: inherit !important;
    }
    .experience-right-content{
        position: inherit !important;
    }
    .contact-floating-heading{
        display: none !important;
    }


    .home-contact-form{
        position: inherit;
    }

    .plant-choose{
        background: #000;
    }

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

    .plant-banner-trade{
        text-align: center !important;
    }
	.plat-services .wws-carousel{
		margin-top:50px;
		padding:15px;
	}
	.plat-services .swiper-nav-wrap {
		margin-left: -23px;
		top: 20px;
	}
    .plat-services .swiper-nav-wrap .swiper-button-prev,
    .plat-services .swiper-nav-wrap .swiper-button-next{
        position:inherit !important;
		left:inherit !important;
		right:inherit !important;
    }
	.plat-services .swiper-nav-wrap .swiper-button-prev {
		margin-left: -30px !important;
	}

	.plat-services .swiper-nav-wrap .swiper-button-next {
		margin-left: 30px !important;
	}
	
	
    .plant-banner-search .search-form {
        width: 100%;
    }
    .wws-blogs .wws-blogs-item .wws-blogs-item-inner{
        flex-wrap:wrap;
        display: block !important;
    }
    .wws-blogs .wws-blogs-item .wws-blogs-image a {
        width: 100%;
        height: 100%;
    }
    .elementor-widget-n-tabs .e-n-tabs-heading {
        flex-direction: column;
    }
    .wws-blogs .wws-blogs-item .wws-blogs-content{
        padding: 15px !important;
        margin: 0 !important;
    }
    .wws-blogs-meta {
        display: flex;
        flex-direction: column;
    }


    .wws-testimonial .wws-testimonial-item-inner .testimonial-content {
        width: 100% !important;
    }
    .site-footer .menu li {
        margin-bottom: 5px;
        text-align: center;
    }

    ul.footer-contact-info {
        width: 260px;
        margin: 0 auto;
    }
    .wws-blogs {
        padding: 0;
    }

    .wws-blogs .wws-blogs-item .wws-blogs-title {
        height: auto;
    }
/*
    .wws-testimonial .swiper-button-next {
        bottom: 5px !important;
        top: auto;
        width: 46px;
        right: calc(50% - 50px);
    }
    .wws-testimonial .swiper-button-prev {
        bottom: 5px !important;
        top: auto;
        left: auto;
        left: calc(50% - 50px);
        width: 46px;
    }
*/



    .widget_block {
        margin-bottom: 30px !important;
        text-align: center;
    }

    .ct-contact-info li {
        max-width: 210px;
        margin: 0 auto;
    }

    .wp-block-social-links {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }   
    .widget_block {
        margin-bottom: 15px !important;
    }
    .lg-right-banner .swiper-slide-inner img {
        height: 460px;
        object-fit: cover;
    }
    .lg-service-slider .swiper-button-wrap-inner {
        justify-content: center;
        margin: 0;
    }

    .lg-service-slider .swiper-button-wrap {
        top: -15px;
    }
    .lg-testimonial .swiper-button-wrap-inner {
        justify-content: center;
    }

    .lg-testimonial .swiper-button-wrap {
        bottom: 0;
    }

    .wws-blogs .wws-blogs-item {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

/*

.wws-testimonial .wws-testimonial-item-inner{
    flex-direction: column;
}
.wws-testimonial .wws-testimonial-item-inner .testimonial-content{
    width: 100% !important;
}
.ct-counter-item .elementor-counter {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.wws-portfolio-area-item.default-padding{
    padding-top:0;
}

*/
.c-item {
    width: 100%;
    display: block;
    padding: 10px;
}


#ct-services .swiper-button-next, #ct-services .swiper-button-prev {
    top: auto;
    bottom: -15px;
    left: calc(50% - 18px);
    z-index: 99;
    transform: translateX(-50%);
}

.site-primary-footer-wrap .ast-builder-grid-row {
    padding: 40px 0;
}

#ct-services .swiper-progress-bar {
    bottom: 80px;
}

#ct-services .swiper-horizontal>.swiper-pagination-bullets, #ct-services .swiper-pagination-bullets.swiper-pagination-horizontal, #ct-services .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px;
    text-align: center;
}

.wws-carousel-item .carousel-image img{
    width: 100% ;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    display: block;
    margin-bottom: 30px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 30px;
    padding-bottom: 30px;
}


}








/**** Gallery *****/


.ep-gallery {
    background-color: #fff;
    width: 100%;
    border:1px solid #ddd;
    margin: 30px auto;
    max-width: 1010px;
}

.ep-gallery .ep-g-head {
    padding: 15px 30px;
    font-size: 1.15em;
    font-weight: bold;
    border-bottom: 1px solid #d0cfca;
    text-transform: uppercase;
}

.ep-gallery .ep-g-head a {
    color: #4a4a4a;
}

.ep-gallery .ep-g-head .alphabet-letter {
    display: inline-block;
    min-width: 26px;
    padding: 5px 0;
    text-align: center;
}
.ep-gallery h1,
.ep-gallery .h1{
    font-size: 30px;
    margin-bottom: 15px;
}
.ep-gallery .ep-g-head .alphabet-letter:hover,.ep-gallery .ep-g-head .alphabet-letter.active {
    color: #fff !important;
    background: transparent url(assets/images/active-cat.png) no-repeat center center;
}

.ep-gallery .ep-g-content:before,.ep-gallery .ep-g-content:after {
    content: " ";
    display: table;
}

.ep-gallery .ep-g-content:after {
    clear: both;
}

.ep-gallery .ep-g-content:before,.ep-gallery .ep-g-content:after {
    content: " ";
    display: table;
}

.ep-gallery .ep-g-content:after {
    clear: both;
}
.ep-gallery .search-filter {
    margin-bottom: 15px;
    margin-right: 15px;
}
.ep-gallery .ep-g-sidebar {
    float: left !important;
    width: 185px;
}

.ep-gallery .ep-g-sidebar ul {
    padding: 0;
    margin: 0;
}

.ep-gallery .ep-g-sidebar ul li {
    display: block;
    border-bottom: 1px solid #d0cfca;
}

.ep-gallery .ep-g-sidebar a {
    display: block;
    padding: 9px 9px 9px 30px;
    color: #4a4a4a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ep-gallery .ep-g-sidebar a.active {
    background: transparent url(assets/images/left-nav-active.png) no-repeat left center;
}

.ep-gallery .ep-g-items {
    padding: 15px 0 0;
    margin-left: 200px;
    font-family: "Roboto";
}

.ep-gallery .ep-g-items:before,.ep-gallery .ep-g-items:after {
    content: " ";
    display: table;
}

.ep-gallery .ep-g-items:after {
    clear: both;
}

.ep-gallery .ep-g-items:before,.ep-gallery .ep-g-items:after {
    content: " ";
    display: table;
}

.ep-gallery .ep-g-items:after {
    clear: both;
}

.ep-gallery .ep-g-items .ep-g-item {
    float: left !important;
    width: 23%;
    height: auto;
    padding: 15px 15px 5px;
    margin: 0 2% 2% 0;
    background: transparent url(assets/images/item-pattern.png) repeat left top;
    border-bottom: 1px solid #d0cfca;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}

.ep-gallery .ep-g-items .ep-g-item .ep-g-item-image {
    display: block;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.ep-gallery .ep-g-items .ep-g-item .ep-g-item-image img {
    max-width: 100%;
    width: auto;
    max-height: 160px;
    height: auto;
    padding: 2px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #f2f2f2;
}

.ep-gallery .ep-g-items .ep-g-item p {
    min-height: 26px;
    line-height: 1em;
    margin: 0 0 5px 0;
}

.ep-gallery .ep-g-items .ep-g-item p a {
    color: #4a4a4a;
}

.ep-gallery .ep-g-pagination {
    padding: 10px 0;
    margin: 0 15px 15px 200px;
    clear: both;
}

.ep-gallery .ep-g-pagination:before,.ep-gallery .ep-g-pagination:after {
    content: " ";
    display: table;
}

.ep-gallery .ep-g-pagination:after {
    clear: both;
}

.ep-gallery .ep-g-pagination:before,.ep-gallery .ep-g-pagination:after {
    content: " ";
    display: table;
}

.ep-gallery .ep-g-pagination:after {
    clear: both;
}

.ep-gallery .ep-g-pagination .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    color: #4a4a4a;
    background: transparent url(assets/images/item-pattern.png) no-repeat center center;
    border-bottom: 1px solid #d0cfca;
}

.ep-gallery .ep-g-pagination .page-numbers.current {
    color: #fff;
    background-image: url(assets/images/pagination-active.png);
    border-bottom: none;
}

.ep-gallery .ep-g-pagination .page-numbers.prev,.ep-gallery .ep-g-pagination .page-numbers.next {
    display: none !important;
    visibility: hidden !important;
}

.ep-gallery .ep-g-pagination select {
    height: 30px;
    padding: 5px;
}

.ep-gallery .ep-g-pagination {
    height: 50px;
    margin-bottom: 0 !important;
    clear: none !important;
}
.ep-gallery .pull-left {
    float: left !important;
}
.ep-gallery .post.post-single.post-plant{
    display: block;
    overflow: hidden;
}
.ep-gallery .ep-g-pagination-top {
    margin-left: 0 !important;
}
.ep-gallery .hidden {
    display: none !important;
    visibility: hidden !important;
}
.ep-gallery .width23 {
    width: 23% !important;
}
.ep-gallery .pull-right {
    float: right !important;
}
.ep-gallery .padR52 {
    padding-right: 52px !important;
}
.ep-gallery .marTneg35 {
    margin-top: -35px !important;
}
.ep-gallery .marLneg2 {
    margin-left: -2px !important;
}
.ep-gallery .marRneg2 {
    margin-right: -2px !important;
}
.ep-gallery .marR15 {
    margin-right: 15px !important;
    overflow: hidden;
}
.ep-gallery .uppercase {
    text-transform: uppercase;
}
.text-primary{
    color: var(--ast-global-color-0);
}
.ep-gallery .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.ep-gallery  .btn-primary{
    background: var(--ast-global-color-0);
    color: #fff !important;
}



.ep-gallery .search-filter .form-group + .form-group {
    margin-left: 1%;
}

.ep-gallery .search-filter-items {
    margin: 15px -4px 0;
}
.ep-gallery .search-filter-reset {
    float: right;
    display: inline-block;
    padding: 5px 10px;
    margin: 4px;
    color: #fff !important;
    background-color: var(--ast-global-color-0);
    border: 1px solid  var(--ast-global-color-0);
    border-radius: 2px;
}


.ep-gallery .search-filter-items a {
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px 10px;
    margin: 4px;
    color: #4a4a4a;
    background-color: #fbf9f3;
    border: 1px solid #e8e7e1;
    border-radius: 2px;
}
.ep-gallery .search-filter-items a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: url(assets/images/filter-item-bg.png) no-repeat center center;
}

@media (min-width: 768px) {
    .ep-gallery .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .ep-gallery .form-inline .form-control {
        display: inline-block;
    }

    .ep-gallery .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .ep-gallery .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}


.ep-gallery .form-control:-moz-placeholder {
    color: #999;
}

.ep-gallery .form-control::-moz-placeholder {
    color: #999;
}

.ep-gallery .form-control:-ms-input-placeholder {
    color: #999;
}

.ep-gallery .form-control::-webkit-input-placeholder {
    color: #999;
}

.ep-gallery .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ep-gallery .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}

.ep-gallery .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}

.ep-gallery textarea.form-control {
    height: auto;
}

.ep-gallery .form-group {
    margin-bottom: 15px;
}

.ep-gallery .search-filter .form-control {
    border-radius: 2px;
}

.ep-gallery .form-inline {
    display: flex;
}

/* Gallery Responsive */

@media (max-width: 1080px) {

    .ep-gallery .form-inline {
        flex-wrap: wrap;
    }

    .ep-gallery .ep-g-head {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;

    }

    .ep-gallery .ep-g-head  .width23{
        width: 100% !important;
        float:inherit !important;
    }
    .ep-gallery .ep-g-head  .width77{
        width: 100% !important;
        float:inherit !important;
        text-align: center;
        margin-bottom: 15px;
    }


    .ep-gallery .form-inline .form-group {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
    .ep-gallery .ep-g-pagination {
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .ep-gallery .ep-g-pagination .pull-left{
        text-align: center;
        float: inherit !important;
        margin-bottom:10px
    }

    .ep-gallery  .plants-wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .ep-gallery  .plants-wrap .ep-g-item{
        width: 50%;
        height: auto !important;
        margin: 0 !important;
        padding: 10px !important;
    }
    .ep-gallery .ep-g-items .ep-g-item .ep-g-item-image{
        height: auto !important;
    }
    .ep-gallery .ep-g-items .ep-g-item .ep-g-item-image img{
        width: 100%;
        object-fit: cover;
        max-height: 300px !important;
        margin-bottom: 15px;
    }
    .ep-gallery .ep-g-items .marR15{
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .ep-gallery .ep-g-pagination {
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        clear: inherit !important;
        box-sizing: border-box;
        margin: 0 !important;
        padding: 20px;
    }


}


@media (max-width: 767.98px) {
    .ep-gallery  .plants-wrap .ep-g-item{
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .ep-gallery .ep-g-items {
        margin-left: 0px !important;
    }
    .ep-gallery .ep-g-sidebar {
        float: left !important;
        width: 100%;
        float: inherit !important;
        margin-bottom: 0px;
    }

    .ep-gallery .search-filter {
        margin: 0;
        padding: 15px;
    }

    .ekit-wid-con .ekit-team-modal-list, body .ekit-team-modal-list {
        margin: 0 !important;
    }
    .ekit-wid-con .ekit-team-modal-list a, body .ekit-team-modal-list a {
        line-break: anywhere;
    }
    .elementskit-team-popup .modal-body{
        padding: 15px !important;
    }

}

