body {
    background-image: linear-gradient(rgba(252 ,252, 252,65%),rgba(255,225,255,65%)),url('<?php echo get_template_directory_uri(); ?>/assets/images/image.jpg');
    z-index: -1;
    text-align:justify;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}

    .grid > article {
        border: 1px solid #ccc;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
    }

        .grid > article img {
            max-width: 100%;
        }

    .grid .text {
        padding: 20px;
    }

.quotes_row {
    padding: 10px 0 30px !important;
}
.quotes_row .sectionTitle {
    margin-bottom: 0px !important;
}
.newspanel-body {
    min-height: 100px !important;
    max-height: 120px !important;
    overflow: hidden;
}
.logo a img {
    max-width:100%;
    height: auto!important;

}
.quotes_row {
    padding:10px 0 30px !important;
}
@media only screen and (max-width: 767px) {
    .logo {
        position: relative;
        float: left;
        left: 50%;
    }

        .logo a img {
            position: relative;
            float: left;
            left: -50%;
        }
    .navbar-form {
        float: left; width: 228px; height: 50px; margin-left: 5px;
    }
    .navbar-form .form-group {
        width:180px !important;
        
    }
    .navbar-form .form-control {
        height: 49px !important;
        line-height: 40px;
    }
        .navbar-form button{
        height:49px;
        line-height:40px;
        width:48px;
    }
 }
@media only screen and (min-device-width: 768px) and (max-device-width:991px){
    .navbar-form{
        float: left !important;
    }
}
.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.testimonials-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto
}

    .testimonials-wrapper h4 {
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        position: relative;
        padding: 30px;
        color: #000;
        border-radius: 5px;
        background: #fff;
        box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3)
    }

.testimonials-blob,
.testimonials-img {
    border-radius: 100%
}

.testimonials-img {
    position: relative;
    left: 50%;
    overflow: hidden !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: -50px;
    box-shadow: 0 0 0 5px #171719;
    transition: all ease-out .5s;
    transform: translateY(-30%);
    filter: brightness(2)
}

.testimonial-carousel .active .testimonials-img {
    transform: translateY(0);
    filter: brightness(1)
}

.testimonials-person-info {
    text-align: center;
    color: #fff
}

.testimonials-blob {
    position: relative;
    left: 80%;
    width: 3px;
    height: 3px;
    transform: rotate(45deg)
}

@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
    }

    50% {
        box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
    }

    100% {
        opacity: 1;
        background: #fff;
        box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
    }
}

.testimonial-carousel .active .testimonials-blob {
    transform-origin: 50% 50%;
    animation: anim linear .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.testimonial-carousel {
    overflow: hidden;
    cursor: grab
}

    .testimonial-carousel:active {
        cursor: grabbing
    }

    .testimonial-carousel .owl-item {
        overflow: hidden;
        transition: all ease-out .3s;
        transform: scale(.7);
        opacity: 0
    }

        .testimonial-carousel .owl-item.active {
            transform: scale(1);
            opacity: 1
        }

    .testimonial-carousel .owl-next,
    .testimonial-carousel .owl-prev {
        font-size: 13px;
        line-height: 35px;
        position: absolute;
        top: 50%;
        padding: 0 10px;
        transition: all ease-out .25s;
        transform: translateY(-100%);
        opacity: 1;
        color: #fff;
        border-radius: 3px;
        background: #171719
    }

        .testimonial-carousel .owl-next:hover,
        .testimonial-carousel .owl-prev:hover {
            color: #fff;
            background: #615e6b
        }

    .testimonial-carousel .owl-prev {
        left: 0
    }

    .testimonial-carousel .owl-next {
        right: 0
    }

        .testimonial-carousel .owl-next.disabled,
        .testimonial-carousel .owl-prev.disabled {
            opacity: 0
        }
#home_reporter{
    height: 250px;
    width: 263px;
}
#home_reporter img{
    max-width:100%;
    max-height: 100%;
    margin: auto;
    display: block;
}
table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background-color: #eee;
    font-weight: bold;
}

th,
td {
    border: 0.125em solid #333;
    line-height: 1.5;
    padding: 0.75em;
    text-align: left;
}
/* Stack rows vertically on small screens */
@media (max-width: 30em) {
    /* Hide column labels */
    thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    tr {
        border: 0.125em solid #333;
        border-bottom: 0;
    }
        /* Leave a space between table rows */
        tr + tr {
            margin-top: 1.5em;
        }
    /* Get table cells to act like rows */
    tr,
    td {
        display: block;
    }

    td {
        border: none;
        border-bottom: 0.125em solid #333;
        /* Leave a space for data labels */
        padding-left: 50%;
    }
        /* Add data labels */
        td:before {
            content: attr(data-label);
            display: inline-block;
            font-weight: bold;
            line-height: 1.5;
            margin-left: -100%;
            width: 100%;
        }
}
/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
    td {
        padding-left: 0.75em;
    }

        td:before {
            display: block;
            margin-bottom: 0.75em;
            margin-left: 0;
        }
}


/*.recent_product_carosel .owl-controls{
    display: none !important;
}*/
.owl-carousel.testimonial-carousel2.owl-nav{
   
}
.owl-prev, .owl-next {
    position: absolute;
    top: 45%;
    transform : translateY(-50%);
}
.owl-prev {
    left: -1rem
}
.owl-next {
    right: -1rem;
}