.garden-logo img{
	height: 60px;
    width: auto;
}

.text-bold{
    font-weight: bold;
}

/* .banner-title{
	stroke: #b7b7b7;
    fill: black;
    stroke-width: 2px;
}

#jssor_1{
    height:560px !important;
}

.slider-area,.slider-flat{
    height:560px !important;
}

.banner-title{
    font-size:50px !important;
    text-shadow: 2px 1px 3px #262626;
}

.banner-des{
    font-size:25px !important;
    bottom: -125px !important;
    text-transform: capitalize !important;
    text-shadow: 2px 1px 3px #262626;
} */

/* .slider-arrow{
    top:-125px !important;
} */

.analyze-wraper-area{
    margin-top:-50px;
}

.banner-des{
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.single-analyze h2{
    height:65px;
}

.service-modal-img{
    border-radius: 200px;
    border: 1px solid #ddd;
    padding: 5px
}

.service-modal-body{
    padding:20px 10px;
}

.service-modal-title{
    display:inline-block;
}

.service-name{
    text-decoration:none;
    color:#333;
}

.service-name.active {
    border-bottom: none !important;
}

.main-menu ul li{
    color:#333 !important;
}

.feature-img{
    width: 50px;
    height: 50px;
    border-radius: 200px;
}

.product-area h2{
    color: white;
}

.product-img{
    width:40%;
    border-radius:60%;
    position: relative;
}

.product-des{
    color:#fff;
}

#section-products .single-service-info{
    padding:0;
}

.single-service-info h3 a{
    font-size:20px;
}

.single-client-info{
    width:100%;
    margin-top:100px;
}

.contact-us-wrapper input{
    margin-bottom:20px;
}

#contact-us-captcha-image-wrapper{
    margin-bottom:10px;
}

#map{
    height:380px !important;
}

.footer-widget img{
    width:150px;
}

.footer-social-icons a {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 9px;
    background-color: black;
    border-radius: 5px;
    color: white !important;
}

.allright span,#powered-by-text span{
    color:#333 !important;
}

.section-padding{
    padding: 60px 0;
}

.get-quote-btn .garden-btn{
    margin: 10px;
    height: 40px;
    line-height: 5px;
    color: #fff !important;
    font-size: 13px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  


#login-container {
    margin-top: 50px;
    width: 40%;
    margin-left: 30%;
    min-height: 480px;
}

#login-box .checkbox input[type=checkbox] {
    margin-left: 0 !important;
}

#login-box label.remember-me {
    margin-left: 20px !important;
}

#bottom-login-link.active, #bottom-forgot-password-link.active {
    border-bottom: none !important;
}

@media only screen and (min-width:992px) and (max-width: 1200px){
    /* #jssor_1 {
        height: 430px !important;
    } */
    .analyze-wraper-area{
        padding-top:0;
        padding-bottom:40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    /* #jssor_1 {
        height: 325px !important;
    } */
    .analyze-wraper-area{
        padding-top:0;
        padding-bottom:40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1008px){
    #sticky-wrapper .menu-area .container{
        width:100%;
    }

    .menu-area #main-menu-home{
        display: none;
    }

    .menu-area .main-menu ul li a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
}


@media only screen and (max-width: 767px){
    #top-menu-sm-screen-get-quote{
        display: inline-block !important;
    }

    #top-menu-sm-screen-get-quote .garden-btn{
        line-height: 26px;
    }

    .menu-area .slicknav_menu:before{
        display: inline;
    }

    .menu-area .slicknav_menu:after {
        clear: none;
    }

    .menu-area .garden-btn{
        line-height: 26px;
    }

    .menu-area .garden-btn:hover{
        border-radius:30px !important
    }
}

@media only screen and (min-width: 551px) and (max-width: 767px){
    /* #jssor_1 {
        height: 275px !important;
    } */
 

    .analyze-wraper-area{
        padding-top:0;
        padding-bottom:40px;
    }
    .single-analyze {
        margin-top: 0;
    }
}

@media only screen and (max-width: 550px){
    /* #jssor_1 {
        height: 170px !important;
    } */
    .analyze-wraper-area{
        padding-top:0;
        padding-bottom:40px;
    }
    .single-analyze h2{
        min-height:30px;
        height:auto !important;
    }
    #section-about-us{
        padding-top:40px;
        padding-bottom:40px;
    }
    .about-info{
        padding:0;
    }
    .about-img{
        padding:10px 0;
    }

    #section-products,#section-portfolios,#section-contact-us{
        padding-top:40px;
        padding-bottom:40px;
    }
}

