.rltbDescription {
    text-align: center;
}

.testimonials .button-play {
    height: 70px;
    width: 70px;
    padding-left: 7px;
    color: rgb(77, 144, 206);
    display: inline-block;
    text-align: center;
    font-size: 20px;
    top: 23%;
    left: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(250,250,250,.3);
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 4px solid rgba(234, 228, 225, 0.58);
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    line-height: 60px;
}

.test-m {
    padding: 0;
    margin: 0 0 130px 0;
    float: left;
    width: 100%;
}

.fa-play::before {
    content: "\f04b";
}

.testimonials .button-play i {
    color: rgb(19, 19, 19);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    line-height: 60px;
}

.popwindow .modal-body, .modal-header {
    padding: 0;
}

.modal-title {
    text-align: center;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
    background: rgb(81, 35, 4);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: normal;
    padding: 0;
    margin: 0;
    font-weight: normal;
    border: 2px solid rgb(138, 138, 138);
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
}

.modal-body {
    padding: 0;
}

    .modal-body .form-group {
        margin-bottom: 0;
    }

object, embed, video {
    max-width: 100%;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog {
    width: 50%;
}

.disc-test {
    padding: 20px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .modal-dialog {
        width: 100%;
        margin: 0px;
        padding: 13px;
    }
}

.contentInnerVideo {
    width: 98%;
}

.video-group {
    margin: 23px;
}

.portfolio-three .items {
    margin-bottom: 40px;
}

.portfolio-three .item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.portfolio-three .item-img {
    position: relative;
    overflow: hidden;
}

.gallerys {
    width: 100% !important;
    float: left;
    clear: both;
}

.portfolio-three .item-img img {
    max-width: 100%;
    height: 170px;
    padding: 0 !important;
    -moz-transition: all 0.4s, filter 1.4s ease-in-out;
    -webkit-transition: all 0.4s, filter 1.4s ease-in-out;
    transition: all 0.4s, filter 1.4s ease-in-out;
}

.portfolio-three .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btnPaging {
    background: #fff !important;
    border: 1px solid #ddd !important;
    margin: 0 !important;
    padding: 5px 15px !important;
    font-weight: bold !important;
}

#ctl00_ContentPlaceHolder1_DataPager1 {
    margin: 20px auto 0;
    clear: both;
    padding: 8px;
    float: right;
    text-align: center;
    width: 100%;
}

.pageCurrent {
    background: #a52b29 !important;
    border: 0 solid !important;
    color: #fff !important;
    padding: 7px 15px !important;
    font-weight: bold !important;
}

.Dots {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px !important;
}

.content img {
    float: none !important;
}

.btn-current.disabled, .btn-current:disabled {
    color: #fff;
    background-color: #5c3928;
    border-color: #5c3928;
}

.page-link:focus {
    z-index: 3;
    color: #5c3928;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(92, 57, 40, 0.56);
}

.media-item {
    margin-bottom: 0rem;
    padding: 3rem 0;
    border-bottom: 1px solid #dee2e6;
}

.portfolio-three .items {
    margin-bottom: 40px;
}

.portfolio-three .item-img {
    position: relative;
    overflow: hidden;
}

.button-play {
    height: 50px;
    width: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    top: 18%;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0000008f;
    position: absolute;
    line-height: 50px;
    right: 0;
    margin: auto;
}

.portfolio-three .item-img img {
    max-width: 100%;
    padding: 0 !important;
    -moz-transition: all 0.4s, filter 1.4s ease-in-out;
    -webkit-transition: all 0.4s, filter 1.4s ease-in-out;
    transition: all 0.4s, filter 1.4s ease-in-out;
    margin: 0;
    /*! width: 100%; */
}

.p-disc {
    border-bottom: 3px solid rgb(0, 0, 0);
    padding: 15px 0;
}

.playicon {
    position: absolute;
    top: 20px;
    font-size: 25px;
    /*! left: 35px; */
    text-align: center;
}

.item-img a:hover {
    color: #fff;
}
