/*************************
* Common css style
**************************/
.rt-container,
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.rt-row {
    margin-left: -15px;
    margin-right: -15px;
}
.rt-row:after,
.rt-row:before {
    display: table;
    content: " ";
}
.rt-row:after {
    clear: both;
}
.rt-col-xs-1,
.rt-col-sm-1,
.rt-col-md-1,
.rt-col-lg-1,
.rt-col-xs-2,
.rt-col-sm-2,
.rt-col-md-2,
.rt-col-lg-2,
.rt-col-xs-3,
.rt-col-sm-3,
.rt-col-md-3,
.rt-col-lg-3,
.rt-col-xs-4,
.rt-col-sm-4,
.rt-col-md-4,
.rt-col-lg-4,
.rt-col-xs-5,
.rt-col-sm-5,
.rt-col-md-5,
.rt-col-lg-5,
.rt-col-xs-6,
.rt-col-sm-6,
.rt-col-md-6,
.rt-col-lg-6,
.rt-col-xs-7,
.rt-col-sm-7,
.rt-col-md-7,
.rt-col-lg-7,
.rt-col-xs-8,
.rt-col-sm-8,
.rt-col-md-8,
.rt-col-lg-8,
.rt-col-xs-9,
.rt-col-sm-9,
.rt-col-md-9,
.rt-col-lg-9,
.rt-col-xs-10,
.rt-col-sm-10,
.rt-col-md-10,
.rt-col-lg-10,
.rt-col-xs-11,
.rt-col-sm-11,
.rt-col-md-11,
.rt-col-lg-11,
.rt-col-xs-12,
.rt-col-sm-12,
.rt-col-md-12,
.rt-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.rt-col-xs-1,
.rt-col-xs-2,
.rt-col-xs-3,
.rt-col-xs-4,
.rt-col-xs-5,
.rt-col-xs-6,
.rt-col-xs-7,
.rt-col-xs-8,
.rt-col-xs-9,
.rt-col-xs-10,
.rt-col-xs-11,
.rt-col-xs-12 {
    float: left;
}

.rt-col-xs-12 {
    width: 100%;
}

.rt-col-xs-11 {
    width: 91.66666667%;
}

.rt-col-xs-10 {
    width: 83.33333333%;
}

.rt-col-xs-9 {
    width: 75%;
}

.rt-col-xs-8 {
    width: 66.66666667%;
}

.rt-col-xs-7 {
    width: 58.33333333%;
}

.rt-col-xs-6 {
    width: 50%;
}

.rt-col-xs-5 {
    width: 41.66666667%;
}

.rt-col-xs-4 {
    width: 33.33333333%;
}

.rt-col-xs-3 {
    width: 25%;
}

.rt-col-xs-2 {
    width: 16.66666667%;
}

.rt-col-xs-1 {
    width: 8.33333333%;
}


/************************ End Grid System *********************/


/* Common CSS */

.nft-wrapper .rt-responsive-img {
    max-width: 100%;
    height: auto;
}

.nft-wrapper .pre-text {
    margin-bottom: 30px;
}

.nft-wrapper .nft-img-circle .profile-img-wrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nft-wrapper .author-social a {
    display: inline-flex;
    text-decoration: none;
    box-shadow: none !important;
    margin: 5px;
}

.nft-wrapper .rating-wrapper span.dashicons,
.nft-wrapper .author-social span.dashicons {
    width: auto;
    height: auto;
}

.nft-wrapper .nft-utility {
    margin: 15px 0;
    text-align: center;
}

.nft-wrapper .nft-utility .rt-button,
.nft-wrapper .nft-isotope-button-wrapper .rt-iso-button {
    background: #6f6f6f;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 12px;
    text-transform: uppercase;
}

.nft-wrapper .nft-utility .rt-button:hover,
.nft-wrapper .nft-isotope-button-wrapper .rt-iso-button:hover {
    cursor: pointer;
}

.nft-wrapper .single-item-wrapper h3.author-name {
    font-size: 24px;
    margin: 15px 0 12px;
    padding: 0px;
    line-height: 1.25;
    font-weight: 400;
}

.nft-wrapper .single-item-wrapper h4.author-bio {
    font-size: 18px;
    margin: 0 0 12px;
    padding: 0px;
    line-height: 1.25;
    text-transform: none;
    font-weight: 400;
}

.nft-wrapper .tlp-equal-height {
    margin-bottom: 30px;
}


/*custom*/
.nft-wrapper .tlp-equal-height{
   /* margin-bottom: 0px; */ 
}

.nft-wrapper{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.rt-row {
    margin-left: -10px!important;
    margin-right: -10px!important;
}

.nft-wrapper .tlp-equal-height {
    margin-bottom: 0px;
}

.nft-wrapper [class*=rt-col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.rt-row {
    margin-left: -10px!important;
    margin-right: -10px!important;
}

.nft-read-more a {
    color: ;
    background: ;
}

.nft-read-more:hover a {
    color: ;
    background: ;
}

.nft-wrapper .profile-img-wrapper img {
    border: 2px solid #ffffff!important;
}

.testimonial.testimonial-primary .testimonial-writer-name{
	color: #337AB7;
}
.testimonial-writer-name{
                font-weight: bold;
    }
/********************* Media Query *************************/

@media (min-width: 768px) {
    .rt-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .rt-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .rt-container {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .rt-col-sm-1,
    .rt-col-sm-2,
    .rt-col-sm-3,
    .rt-col-sm-4,
    .rt-col-sm-5,
    .rt-col-sm-6,
    .rt-col-sm-7,
    .rt-col-sm-8,
    .rt-col-sm-9,
    .rt-col-sm-10,
    .rt-col-sm-11,
    .rt-col-sm-12 {
        float: left;
    }
    .rt-col-sm-12 {
        width: 100%;
    }
    .rt-col-sm-11 {
        width: 91.66666667%;
    }
    .rt-col-sm-10 {
        width: 83.33333333%;
    }
    .rt-col-sm-9 {
        width: 75%;
    }
    .rt-col-sm-8 {
        width: 66.66666667%;
    }
    .rt-col-sm-7 {
        width: 58.33333333%;
    }
    .rt-col-sm-6 {
        width: 100%;
    }
    .rt-col-sm-5 {
        width: 41.66666667%;
    }
    .rt-col-sm-4 {
        width: 33.33333333%;
    }
    .rt-col-sm-3 {
        width: 25%;
    }
    .rt-col-sm-2 {
        width: 16.66666667%;
    }
    .rt-col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .rt-col-md-1,
    .rt-col-md-2,
    .rt-col-md-3,
    .rt-col-md-4,
    .rt-col-md-5,
    .rt-col-md-6,
    .rt-col-md-7,
    .rt-col-md-8,
    .rt-col-md-9,
    .rt-col-md-10,
    .rt-col-md-11,
    .rt-col-md-12 {
        float: left;
    }
    .rt-col-md-12 {
        width: 100%;
    }
    .rt-col-md-11 {
        width: 91.66666667%;
    }
    .rt-col-md-10 {
        width: 83.33333333%;
    }
    .rt-col-md-9 {
        width: 75%;
    }
    .rt-col-md-8 {
        width: 66.66666667%;
    }
    .rt-col-md-7 {
        width: 58.33333333%;
    }
    .rt-col-md-6 {
        width: 50%;
    }
    .rt-col-md-5 {
        width: 41.66666667%;
    }
    .rt-col-md-4 {
        width: 33.33333333%;
    }
    .rt-col-md-3 {
        width: 25%;
    }
    .rt-col-md-2 {
        width: 16.66666667%;
    }
    .rt-col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .rt-col-lg-1,
    .rt-col-lg-2,
    .rt-col-lg-3,
    .rt-col-lg-4,
    .rt-col-lg-5,
    .rt-col-lg-6,
    .rt-col-lg-7,
    .rt-col-lg-8,
    .rt-col-lg-9,
    .rt-col-lg-10,
    .rt-col-lg-11,
    .rt-col-lg-12 {
        float: left;
    }
    .rt-col-lg-12 {
        width: 100%;
    }
    .rt-col-lg-11 {
        width: 91.66666667%;
    }
    .rt-col-lg-10 {
        width: 83.33333333%;
    }
    .rt-col-lg-9 {
        width: 75%;
    }
    .rt-col-lg-8 {
        width: 66.66666667%;
    }
    .rt-col-lg-7 {
        width: 58.33333333%;
    }
    .rt-col-lg-6 {
        width: 50%;
    }
    .rt-col-lg-5 {
        width: 41.66666667%;
    }
    .rt-col-lg-4 {
        width: 33.33333333%;
    }
    .rt-col-lg-3 {
        width: 25%;
    }
    .rt-col-lg-2 {
        width: 16.66666667%;
    }
    .rt-col-lg-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 767px) {
    .nft-wrapper .nft-slider7 .item-content p,
    .nft-wrapper .nft-slider8 .item-content p {
        width: 90%;
    }
}


/*
 * Animation
 */

@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}