.jh-box{
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
}
.jh-box img{
    width: 100%;
    /* height: auto; */
    height: 185px;
}
.jh-box .box-content{
    /* padding-top: 15%; */
    padding: 10% 10px 10px;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.6);
    position: absolute;
    /* top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px; */
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
}
.jh-box:hover .box-content{
    opacity: 1;
    transform: scaleY(1);
}
.jh-box .title{
    font-size: 22px;
    font-weight: 700;
    /* color: #da2d5b; */
    color:#F89621;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
    max-height: 60px;
    overflow: hidden;
}
.jh-box .post{
    display: block;
    /* font-size: 15px;
    font-style: italic;
    font-weight: 600; */
    font-size: 12px;
    color: #fff;
    margin-bottom: 15px;
    max-height: 36px;
    overflow: hidden;
}

.jh-box .box-content h4 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}

.jh-box .box-content h4 .logspn
{
    color:#fff;
}

.jh-feature2 .div-main-offer .col-md-5
{
    text-align: left;
}

.jh-feature2 .div-main-offer .col-md-7 p
{
    color:#fff;
    font-size:12px;
    margin-top: -5px;
}

.jh-feature2 .jh-box .box-content {
    padding: 5px 10px;
}

.jh-feature2 .jh-box .title {
    margin: 0;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}

.jh-feature2 .jh-box .post {
    margin-bottom: 5px;
}
.jh-feature2 .ribbon-wrapper
{
    padding: 0px;
}

.no-stike
{
    text-decoration: unset !important;
}

.testimonial{
    margin: 0 15px;
    overflow: hidden;
}
.testimonial .description{
    position: relative;
    font-size: 12px;
    line-height: 20px;
    /* color: #fff; */
    padding: 15px 10px;
    border: 1px solid #767070;
    border-left: 3px solid #f89621;
    
    /* max-height: 150px;
    min-height: 150px; */
    border-top-right-radius: 10px;

}
.testimonial .description p{
    max-height: 145px;
    min-height: 145px;
    overflow: hidden;
    text-align: justify;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    /* background: #3d3d3d; */
    background: #fff;
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid  #f89621;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-prof{
    text-transform: capitalize;
    margin: 0 30px;
}
.testimonial .testimonial-prof h4{
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #fff;
}
.div_test_bg {
    margin: 15px;
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    color: #262424;
    box-shadow: 0px 0px 0px rgba(0,0,0,.4), 0 0px 0px 0 rgba(0,0,0,.29);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.4), 0 0px 0px 0 rgba(0,0,0,.29);
    -o-box-shadow: 0px 0px 0px rgba(0,0,0,.4),0 0px 0px 0 rgba(0,0,0,.29);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,.4),0 0px 00px 0 rgba(0,0,0,.29);
}

.ribbon-info {
    background: #f89621;
}

.ribbon-info.ribbon-corner:before {
    border-top-color: #f89621;
    border-left-color: #f89621;
}

.sidebar-nav #sidebarnav li a.has-arrow {
    /* background-color: #F89621; */
    color: #F89621;
    border-radius: 4px;        
    padding: 5px 13px;
    border:1px solid #F89621;
    border-left:3px solid #F89621;

    background: linear-gradient(to right, #F89621 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.sidebar-nav #sidebarnav li a.has-arrow:hover
{
    /* opacity: 0.5;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease; */
    background-color: #F89621;
    color:#fff !important;
    background-position: left bottom;
}

.sidebar-nav #sidebarnav li ul
{
    border-radius: 0px !important;
    padding: 0px;
}

.sidebar-nav #sidebarnav li ul li a
{
    padding: 10px 25px;
    border-bottom: 1px solid #ddd;    
    border-left:3px solid transparent;
}

.sidebar-nav #sidebarnav li ul li a:hover
{
    background-color: #F8962133;
    border-left:3px solid #F89621;
}

.jh-theme-subscribe
{
    border:1px solid #F89621;
    border-left:3px solid #F89621;
    background: linear-gradient(to right, #F89621 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.jh-theme-subscribe:hover
{
    background-color: #F89621;
    color:#fff !important;
    background-position: left bottom;
}

.newsletter_name:focus, .newsletter_email:focus, .div-flexi-pay-service input:focus
{
    border-color: #F89621;
    box-shadow: 0 0 0 0.2rem #F8962166;
}

.text-cnt
{
    text-align: center;
}

.testimonial-prof .text-cnt
{
    text-align: left;
}

.browsing_his .jh-box img {
    width: 100%;    
    height: 110px;
}

.browsing_his .ribbon-wrapper
{
    padding: 0px;
}

.browsing_his .jh-box .box-content
{
    padding: 10px;
}

.browsing_his .jh-box .post
{
    max-height: 52px;
    min-height: 52px;
    margin-bottom: 5px;
    overflow: hidden;
}

.abt-temp2
{
    color:#fff;
}

@-webkit-keyframes about-swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes about-swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.about-swing:hover
{
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

@media only screen and (max-width:990px){
    .jh-box{ margin-bottom: 30px; }
}