html{
    scroll-behavior: smooth;
}
body{
    font-weight: 400;
     font-family: "Inter", serif;
}
h1,h2,h3,h4,h5,h6{
      font-family: "Plus Jakarta Sans", serif;
    font-weight: 400;
}
.flex_v_cen{
    display: flex;
    align-items: center;
}
.flex_cen{
      display: flex;
    align-items: center;
    justify-content: center;
}
:root{
    --primaryclr: #C3D851;
    --dark: #0B3D2C;
    --textdark: #141414;
    --textlight: #333333;
}

.wrapper{
    padding-left: 80px;
    padding-right: 80px;
}
.container{
    width: 100%;
    max-width: 1320px;
}
.mt_70{
    margin-top: 70px;
}
.pr{
    padding-right: 30px;
}
.pl{
    padding-left: 30px;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}

.title_head .sub_head{
        color: var(--dark);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
    padding-top: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    letter-spacing: 2px;
}

.title_head .head{
        color: var(--textdark);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.title_head p {
    color: var(--textlight);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}
.title_head.text-center .sub_head{
    justify-content: center;
}
.title_head.white .head, .title_head.white .sub_head{
    color: #fff;
}
.btn_dvd{
    display: flex;
    align-items: center;
}
.btn_dvd .btn_style{
    margin-right: 15px;
}
.btn_style{
         background: var(--primaryclr);
    color: #000;
    padding: 14px 35px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 80px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    z-index: 1;
    font-family: 'Plus Jakarta Sans';
    border: 2px solid var(--primaryclr);
}

.btn_style:hover{
    background-color:  var(--dark);
    color: #fff;
}


.call{
    text-decoration: none;
    display: flex;
    align-items: center;
}
.call i{
          font-size: 25px;
    color: #000;
    background-color: var(--primaryclr);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border: 2px solid var(--primaryclr);
}
.call:hover i{
    background-color:  var(--dark);
    color: #fff;
}
.call span{
         font-size: 18px;
    line-height:24px;
    color: #fff;
    display: block;
    margin-left: 10px;
    transition: 0.3s;
        font-weight: 600;
}


.call span small{
        font-size: 13px;
    font-weight: 400;
}
/*start header*/
header{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    overflow: hidden;
     border-bottom: 1px solid #ffffff4d;
        background-color: #0b3d2c3d;
    backdrop-filter: blur(5px);
}
/*
header:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#000,transparent);
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: .8;
}
*/


header .nav_part .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav_part .box .left_part{
        display: flex;
    align-items: center;
    border-right: 1px solid #ffffff4d;
    padding-right: 40px;
    margin-right: 40px;
}
header .nav_part .box .left_part .logo{
    width: 320px;
}
header .nav_part .box .right_part{
    display: flex;
    align-items: center;
}
header .nav_part .box .right_part ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header .nav_part .box .right_part ul li{
    display: inline-block;
    margin: 0px 20px;
}
header .nav_part .box .right_part ul li a{
            font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    padding: 40px 0px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.3s;
    font-family: 'Plus Jakarta Sans';
}


header .nav_part .box .right_part ul li a:after{
     position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--primaryclr);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
}

header .nav_part .box .right_part ul li a.active{
    color: var(--primaryclr);
}
header .nav_part .box .right_part ul li a:hover:after{
    opacity: 1;
}
header .nav_part .box .right_part ul li a.active:after{
    opacity: 1;
}


/*end header*/
/*start home banner*/
.home_banner{
    background-image: url(https://elitelandscaping.digitalageco.com/wp-content/uploads/2025/01/home_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
      padding-top: 300px;
    padding-bottom: 210px;
    position: relative;
    z-index: 1;
}
.home_banner:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(11, 61, 44, 90%), rgba(11, 61, 44, 0.10));
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: 1;
}


.home_banner .con_part h3{
        display: flex
;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    align-items: center;
    letter-spacing: 2px;
}
.home_banner .con_part h3 img{
    margin-right: 10px;
}

.home_banner .con_part h1{
         font-size: 64px;
    line-height: 72px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 25px;
}
.home_banner .con_part h1 b{
     color: var(--primaryclr);
     font-weight: 500;
}
.home_banner .con_part p{
     font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
       max-width: 600px;
}
.home_banner .con_part .btn_grp{
    display: flex;
    align-items: center;
}
.home_banner .con_part .btn_grp .btn_style{
        background: var(--primaryclr);
    color: var(--textdark);
}
.home_banner .con_part .btn_grp .btn_style i{
        background-color: var(--dark);
        color: var(--primaryclr);
}
.home_banner .con_part .btn_grp .btn_style:hover{
    background: #fff;
        color: var(--dark);
}
.home_banner .con_part .btn_grp .btn_style:hover i{
        background-color: var(--primaryclr);
        color: var(--dark);
}
.home_banner .con_part .call{
    margin-left: 15px;
    transition: 0.3s;
}


/*end home banner*/
/*start banner bottom*/
.banner_btm{
    background-color: #F0FFF0;
}

.banner_btm .happy_cus{
    display: flex;
    align-items: center;
        margin-top: 28px;
    
}
.banner_btm .happy_cus .left{
    border-right: 1px solid #ddd;
    margin-right: 30px;
    padding-right: 30px;
}
.banner_btm .happy_cus b{
    font-size: 64px;
    font-weight: bold;
    color: var(--dark);
    line-height: 64px;
}
.banner_btm .happy_cus span{
    font-size: 20px;
    color:var(--textdark);
    text-transform: capitalize;
    font-weight: 400;
}
.banner_btm .happy_cus .right{
    flex: 1;
}
.banner_btm .happy_cus .right p{
     color: var(--textlight);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
/*
.banner_btm ul{
    list-style: none;
    padding: 25px 0px;
    margin: 0;
   display: grid;
    grid-template-columns: repeat(3,1fr);
}
.banner_btm ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
}
.banner_btm ul li:last-child{
    border: none;
}
.banner_btm ul li img{
  width: 65px;
    margin-right: 5px;
}
.banner_btm ul li span{
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 8px;
    font-size: 25px;
}
*/
.banner_btm .box{
     padding: 35px;
    background-color: var(--dark);
    margin-top: -142px;
    position: relative;
    z-index: 9;
    border-top-left-radius: 25px;
}
.banner_btm .box h3{
        font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.banner_btm .box img{
        margin-bottom: 15px;
    margin-top: 10px;
}
.banner_btm .box p {
     font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
.banner_btm .box .my_btn{
       display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    
}
.banner_btm .box .my_btn i{
    margin-left: 6px;
}

/*end banner bottom*/
/*start about*/
.con_part ul{
        list-style: none;
    padding: 0;
    margin: 0;
}
.con_part ul li{
    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
}
.con_part ul li:before{
        position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.con_part ul li b{
       font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: var(--textdark);
}

/*end about*/
/*start service new*/
.ser_sec {
    background-color: #F0FFF0;
    position: relative;
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 80px;
}
.ser_sec:after{
   position: absolute;
    width: 100%;
    height: 100px;
    content: '';
    z-index: -1;
    background-image: url(../img/vector2.png);
    background-size: cover;
    background-position: top center;
    left: 0;
    top: 0;
}
.ser_sec .box{
         height: 450px;
    position: relative;
    display: block;
    margin-top: 20px;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
}
.ser_sec .box:after{
      position: absolute;
    width: 100%;
    height: 50%;
    content: '';
    z-index: 0;
    background: linear-gradient(to bottom, #000000b3, transparent);
    left: 0;
    top: 0;
    transition: 0.3s;
}
.ser_sec .box:before{
      position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background:#0B3D2C;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
}
.ser_sec .box:hover:before{
     opacity: .5;
}
.ser_sec .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ser_sec .box p{
          position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 85%;
    justify-content: space-between;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2;
    font-family: 'Plus Jakarta Sans';
}
.ser_sec .box .hover_box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    width: 85%;
     margin: 0 auto;
    transition: 0.3s;
}
.ser_sec .box:hover .hover_box{
    bottom: 25px;
}
.ser_sec .box .hover_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ser_sec .box .hover_box ul li {
        font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.ser_sec .box .hover_box ul li:before{
        position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}

/*end service new*/

/*start content part*/

.content_part .call span{
    color: var(--textdark);
}
.content_part .btn_grp{
    display: flex;
    align-items: center;
}
.content_part .btn_grp a:first-child{
    margin-right: 15px;
}

/*end content part*/

/*start call to action*/
.call_ac{
    padding-top: 60px;
    padding-bottom: 250px;
    background-image: url(https://elitelandscaping.digitalageco.com/wp-content/uploads/2025/01/call_ac_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.call_ac:before{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    background-image: url(../img/abstract.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 0;
    z-index: 1;
}
.call_ac:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: .75;
}
.call_ac .box{
    text-align: center;
}
.call_ac .box h2{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 550;
}
.call_ac .box p {
        color: #fff;
    font-size: 16px;
    line-height: 25px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.call_ac .box .btn_grp{
    justify-content: center;
    text-align: left;
    align-items: center;
}
.call_ac .box .btn_grp .call{
    margin-left: 15px;
}

/*end call to action*/
/*start form testi*/
.form_testi{
      margin-top: -175px;
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}
.form_testi .box{
   background-color: var(--dark);
    padding: 40px;
    max-height: 530px;
    border-radius: 25px;
/*    box-shadow: 0px -45px 0px -30px #c3d851a6;*/
    position: relative;
}
.form_testi .box:after{
       position: absolute;
    content: '';
    display: block;
    width: 92%;
    height: 100%;
    background-color: #c3d851a6;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 25px;
}
.rev_box {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 25px;
	    max-height: 245px;
    overflow-y: scroll;
}
.rev_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.rev_box ul .img-box {
    width: 44px;
    height: 44px;
    display: flex;
}
.rev_box ul .text-box {
    padding-left: 15px;
}
.rev_box ul .text-box h5 {
    color: var(--textdark);
    letter-spacing: .5px;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.rev_box ul .text-box .stars {
    display: flex;
    align-items: center;
}
.rev_box ul .text-box .stars i {
    font-size: 15px;
    color: #e99927;
    margin-right: 4px;
}
.rev_box p {
    font-size: 16px;
    color: var(--textlight);
    line-height: 24px;
    font-weight: 400;
}
.form_testi .form_part{
    background-color: var(--dark);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--primaryclr);
}
.form_testi .form_part h2{
    font-size: 30px;
    background-color: #fff;
    padding: 20px 0px;
    color: var(--textdark);
    text-transform: capitalize;
    text-align: center;
    font-weight: 550;
    margin-bottom: 0;
    background-color:  var(--primaryclr);
}
.form_testi .form_part form{
    background-color: #fff;
    padding: 30px;
}
.form_testi .form_part .form_group{
    margin-bottom: 10px;
}
.form_testi .form_part .form-control{
        color: #000;
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.form_testi .form_part textarea.form-control{
    height: 80px;
}
.form_testi .form_part .my_btn{
            background: var(--dark);
    color: #fff;
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 30px;
    display: block;
    transition: 0.3s;
    margin: 0 auto;
    border: none;
}
.form_testi .form_part .my_btn:hover{
     background: var(--primaryclr);
    color:var(--dark);
}
.testi .owl-nav {
    display: flex !important;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.testi .owl-nav button {
    width: 50px;
    height: 50px;
   border: 1px solid var(--primaryclr) !important;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    margin-left: 10px;
    transition: 0.3s;
   margin-right: 10px;
}
.testi .owl-nav button:hover{
    background-color:  var(--primaryclr)  !important;
     color: var(--dark) !important;
}
/*end form testi*/
/*start gallery*/
.gallery {
    margin-top: 210px;
}
.gallery .grid_top{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 15px;
}
.gallery .grid_bot{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 15px;
}
.gallery .box{
    height: 325px;
    
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
        border-radius: 25px;
}
.gallery .box img{
        object-fit: cover;
    width: 100% !important;
    height: 100%;
}
.gallery .box .icon{
       width: 80px;
    height: 80px;
    background-color: rgb(195 216 81 / 87%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 10px;
   
}
.gallery .box:hover .icon{
    opacity: 1;
}
.gallery .box .icon i{
    font-size: 25px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.gallery .owl-nav{
        display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery .owl-nav button{
    width: 50px;
    height: 50px;
    background-color: var(--dark) !important;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    margin-left: 10px;
    transition: 0.3s;
    margin: 0;
}
.gallery .owl-nav button:hover{
    background-color:  var(--primaryclr)  !important;
     color: var(--dark) !important;
}
.gallery .owl-dots{
       display: flex;
    bottom: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.gallery .owl-dots button{
     width: 100%;
}
.gallery .owl-dots button span{
    background-color: #ddd !important;
    height: 1px;
    display: block;
}
.gallery .owl-dots .owl-dot.active span{
    background-color: var(--primaryclr) !important;
}
/*end gallery*/
/*start footer top */
.footer_top{
   padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/call_ac_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-top-right-radius: 25px;
    overflow: hidden;
    border-top-left-radius: 25px;
}
.footer_top:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: .75;
}
.footer_top .box{
        text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.footer_top .box h4{
         color: #fff;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 500;
}

/*end footer top */
/*start footer*/
footer{
    background-color: #00170F;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
footer .box{
       background-color: var(--dark);
    padding: 40px;
    position: relative;
    margin-top: -60px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    
}
footer .box .logo{
        max-width: 260px;
    width: 100%;
    margin-bottom: 20px;
}
footer .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .box ul li a{
    display: flex;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 0px;
    transition: 0.3s;
}
footer .box ul li a:hover{
    color: var(--primaryclr);
}
footer .box ul li a i {
    color: var(--primaryclr);
    font-size: 18px;
    margin-right: 12px;
}

footer p {
      font-size: 15px;
    color: #DADADA;
    line-height: 23px;
    margin-bottom: 10px;
}
footer ul.social {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: flex;
}
footer .social li a {
        color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 50%;
    transition: 0.3s;
}
footer .social li a:hover{
    background-color: var(--primaryclr);
    border-color: var(--primaryclr);
    color:#000;
}
footer h3 {
        color: var(--primaryclr);
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
}
footer h3:after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: var(--primaryclr);
    bottom: 0;
    left: 0;
    right: 0;
}
footer ul.links {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul.links li {
    padding-bottom: 6px;
}
footer ul.links li a {
      font-size: 15px;
    color: rgb(255 255 255 / 80%) !important;
    text-transform: capitalize;
    letter-spacing: 0;
    text-decoration: none;
    transition: 0.3s;
}
footer ul.links li a:hover{
    color: var(--primaryclr) !important;
}
footer .copy {
       font-size: 15px;
    line-height: 1rem;
    color: #dadada;
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid #ffffff38;
}
/*end footer*/

#exampleModal .modal-dialog {
    max-width: 800px !important;
    width: 100% !important;
}
.wpcf7-spinner{
	display:none;
}
.wpcf7-not-valid-tip{
	display:none;
}
.form-control.wpcf7-not-valid{
	    border: 1px solid #dc3232 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.frm_valid_err{
	  background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
	
}
.more {
  display: none;
}
.more_btn{
	background-color:#fff !important;
	border-color:#fff !important;
	color:#000 !important;
	box-shadow:none !important;
}