.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;
}


/* slick layout */

/*.nft-wrapper ul.slick-dots {
    display: block;
    text-align: center;
}

.nft-wrapper .slick-dots li {
    width: auto;
    height: auto;
    border-bottom: none;
    display: inline-block;
    margin: 0px 3px;
    text-align: center;
}

.nft-wrapper .slick-dots li button {
    all: unset;
    color: transparent;
    background: transparent;
    width: 10px;
    height: 10px;
    background: #D91F0B;
    border-radius: 50%;
}

.nft-wrapper .slick-dots li button:before {
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.nft-wrapper span.rt-slick-nav {
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    color: #fff;
    background: #797979;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    z-index: 9;
}

.nft-wrapper span.rt-slick-nav.rt-prev {
    left: -10px;
}

.nft-wrapper span.rt-slick-nav.rt-next {
    right: -10px;
}

.nft-wrapper .nft-read-more {
    text-align: right;
}

.nft-wrapper .nft-read-more a {
    padding: 2px 6px;
}

*/
/*======================================
 Testimonial layout1 Area Styles
========================================*/

.nft-wrapper .nft-layout1 .single-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nft-wrapper .nft-layout1 .single-item-wrapper .profile-img-wrapper {
    display: block;
    text-align: center;
}

.nft-wrapper .nft-layout1 .single-item-wrapper .profile-img-wrapper img {
    display: inline-block;
    text-align: center;
}

.nft-wrapper .nft-layout1 .single-item-wrapper h3.author-name,
.nft-wrapper .nft-layout1 .single-item-wrapper h4.author-bio {
    text-align: center;
}

.nft-wrapper .nft-layout1 .single-item-wrapper:hover .item-content-wrapper:after {
    top: 40px;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    -ms-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}

.nft-wrapper .nft-layout1 .nft-meta-info.nft-left {
    flex: 1;
}

.nft-wrapper .nft-layout1 .item-content-wrapper {
    padding: 30px;
    background: #f8f8f8;
    flex: 3;
    position: relative;
}

.nft-wrapper .nft-layout1 .item-content-wrapper:before {
    content: "\f10d";
    color: #eaeaea;
    position: absolute;
    left: 10px;
    top: 5px;
    font-family: fontawesome, serif;
    font-size: 24px;
}

.nft-wrapper .nft-layout1 .item-content-wrapper:after {
    border-top: 10px solid transparent;
    border-right: 15px solid #f8f8f8;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -15px;
    top: 15px;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    -ms-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}

.nft-wrapper .nft-layout1 .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}
#nft-testimonial-layout-3 .testimonial-writer{
			/*display: inline-block;*/
			vertical-align: top;
			padding-left: 10px;
			margin-left: 28px;
            line-height: 20px;
    }
		
#nft-testimonial-layout-3 .testimonial-writer-name{
                font-weight: bold;
                color: #000;
            }	
#nft-testimonial-layout-3 .testimonial-writer-designation{
                font-size: 85%;
            }	
#nft-testimonial-layout-3 .testimonial-writer-company{
                font-size: 85%;
            }	
#nft-testimonial-layout-3 .testimonial-writer a{
	
    color: #e87b57;
}			

/*======================================
 Testimonial Layout2 Area Styles
========================================*/

.nft-wrapper .nft-layout2 .single-item {
    padding: 0;
}

.nft-wrapper .nft-layout2 .single-item-wrapper h3.author-name {
    margin: 5px 0px 8px;
    text-align: center;
}

.nft-wrapper .nft-layout2 .single-item-wrapper h4.author-bio {
    margin-bottom: 20px;
    text-align: center;
}

.nft-wrapper .nft-layout2 .single-item:nth-child(even) .item-content-wrapper {
    background: transparent;
}

.nft-wrapper .nft-layout2 .single-item:nth-child(even) .item-content-wrapper:before {
    color: #f5f5f5;
}

.nft-wrapper .nft-layout2 .item-content-wrapper {
    padding: 30px;
    background: #f8f8f8;
    position: relative;
}

.nft-wrapper .nft-layout2 .item-content-wrapper:before {
    content: "\f10d";
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 5px;
    font-family: fontawesome, serif;
    font-size: 30px;
}

.nft-wrapper .nft-layout2 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.nft-wrapper .nft-layout2 .profile-img-wrapper {
    margin-bottom: 4px;
    display: block;
}

.nft-wrapper .nft-layout2 .profile-img-wrapper img {
    display: inline-block;
}
#nft-testimonial-layout-4 .testimonial-writer{
			display: inline-block;
			vertical-align: top;
			padding-left: 10px;
			margin: 20px 120px 20px;
    }

/*======================================
 Testimonial Layout 3 Styles
========================================*/

.nft-wrapper .nft-layout3 .single-item-wrapper h3.author-name {
    margin: 0px 0 10px;
}

.nft-wrapper .nft-layout3 .single-item-wrapper {
    background: #f8f8f8;
    margin-bottom: 0px;
    display: flex;
}

.nft-wrapper .nft-layout3 .profile-img-wrapper {
    flex: 1;
    padding: 20px 0 20px 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nft-wrapper .nft-layout3 .profile-img-wrapper a img {
    width: auto!important;
}

.nft-wrapper .nft-layout3 .nft-meta-info.nft-left {
    flex: 1;
}

.nft-wrapper .nft-layout3 .item-content-wrapper {
    flex: 3;
    padding: 20px 10px 10px 20px;
}

.nft-wrapper .nft-layout3 .item-content {
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}


/*======================================
 Testimonial Layout4 Area Styles
========================================*/

.nft-wrapper .nft-layout4 .single-item {
    padding: 0;
}

.nft-wrapper .nft-layout4 .item-content-wrapper:after {
    border-left: 10px solid transparent;
    border-top: 15px solid #f8f8f8;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    bottom: -15px;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    -ms-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}

.nft-wrapper .nft-layout4 .single-item-wrapper h3.author-name {
    margin: 10px 0 5px;
}

.nft-wrapper .nft-layout4 .single-item-wrapper h4.author-bio {
    margin-bottom: 15px;
}

.nft-wrapper .nft-layout4 .single-item:nth-child(even) .item-content-wrapper {
    background: transparent;
}

.nft-wrapper .nft-layout4 .single-item:nth-child(even) .item-content-wrapper:before {
    color: #f5f5f5;
}

.nft-wrapper .nft-layout4 .item-content-wrapper {
    padding: 40px 30px;
    background: #f8f8f8;
    position: relative;
    border-radius: 5px;
}

.nft-wrapper .nft-layout4 .item-content-wrapper:before {
    content: "\f10d";
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: fontawesome, serif;
    font-size: 30px;
}

.nft-wrapper .nft-layout4 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.nft-wrapper .nft-layout4 .profile-img-wrapper {
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}

.nft-wrapper .nft-layout4 .nft-meta-info {
    display: flex;
    margin-top: 30px;
}

.nft-wrapper .nft-layout4 .nft-meta-info .nft-left {
    flex: 1;
}

.nft-wrapper .nft-layout4 .nft-meta-info .nft-right {
    padding: 0px 0px 0px 15px;
    flex: 4;
    position: relative;
}


/*======================================
 Testimonial Layout5 Area Styles
========================================*/

.nft-wrapper .nft-layout5 .single-item {
    padding: 0;
}

.nft-wrapper .nft-layout5 .single-item-wrapper h3.author-name {
    margin: 5px 0px 8px;
}

.nft-wrapper .nft-layout5 .single-item-wrapper h4.author-bio {
    margin-bottom: 20px;
}

.nft-wrapper .nft-layout5 .single-item:nth-child(even) .item-content-wrapper {
    background: transparent;
}

.nft-wrapper .nft-layout5 .single-item:nth-child(even) .item-content-wrapper:before {
    color: #f5f5f5;
}

.nft-wrapper .nft-layout5 .single-item-wrapper {
    padding: 30px;
    background: #f8f8f8;
    position: relative;
}

.nft-wrapper .nft-layout5 .item-content-wrapper {
    position: relative;
}

.nft-wrapper .nft-layout5 .single-item-wrapper:before {
    content: "\f10d";
    color: #ffffff;
    position: absolute;
    left: 46%;
    top: 8px;
    font-family: fontawesome, serif;
    font-size: 30px;
}

.nft-wrapper .nft-layout5 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.nft-wrapper .nft-layout5 .profile-img-wrapper {
    text-align: center;
    margin: 15px 0px;
    display: block;
}

.nft-wrapper .nft-layout5 .profile-img-wrapper img {
    display: inline-block;
}
#nft-testimonial-theme7 .testimonial-writer{
	margin: 10px 0px 0px 83px;
}

/*======================================
 Testimonial Layout8 Area Styles
========================================*/

.nft-wrapper .nft-layout8 .single-item {
    padding: 0;
}

.nft-wrapper .nft-layout8 .single-item-wrapper h3.author-name {
    margin: 5px 0px 8px;
}

.nft-wrapper .nft-layout8 .single-item-wrapper h4.author-bio {
    margin-bottom: 20px;
}

.nft-wrapper .nft-layout8 .single-item:nth-child(even) .item-content-wrapper {
    background: transparent;
}

.nft-wrapper .nft-layout8 .single-item:nth-child(even) .item-content-wrapper:before {
    color: #f5f5f5;
}

.nft-wrapper .nft-layout8 .single-item-wrapper {
    padding: 30px;
    background: #f8f8f8;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.nft-wrapper .nft-layout8 .item-content-wrapper {
    position: relative;
    padding-top: 20px;
}

.nft-wrapper .nft-layout8 .single-item-wrapper:before {
    content: "\f10d";
    color: #ffffff;
    position: absolute;
    left: 46%;
    top: 15px;
    font-family: fontawesome, serif;
    font-size: 30px;
}

.nft-wrapper .nft-layout8 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.nft-wrapper .nft-layout8 .profile-img-wrapper {
    text-align: center;
    margin: 15px 0px;
    display: block;
}

.nft-wrapper .nft-layout8 .profile-img-wrapper img {
    display: inline-block;
}
#nft-testimonial-layout-8 .testimonial-writer{
	margin: 10px 0px 0px 100px;
}

/*======================================
 Carousel slider
 Testimonial Carousel 7 Styles
========================================*/

.nft-wrapper .nft-slider7 .single-item {
    padding: 0;
}

.nft-wrapper .nft-slider7 .single-item-wrapper h3.author-name {
    margin: 5px 0px 8px;
    text-align: center;
}

.nft-wrapper .nft-slider7 .single-item-wrapper h4.author-bio {
    margin-bottom: 20px;
    text-align: center;
}

.nft-wrapper .nft-slider7 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.nft-wrapper .nft-slider7 .profile-img-wrapper {
    margin-bottom: 4px;
    display: block;
}

.nft-wrapper .nft-slider7 .nft-carousel-thumb .slick-track {
    padding: 40px 0 60px;
}

.nft-wrapper .nft-slider7 .profile-img-wrapper {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.nft-wrapper .nft-slider7 .profile-img-wrapper img {
    width: 120px;
    height: 120px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    margin: 0 auto;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.nft-wrapper .nft-slider7 .slick-center img {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

.nft-wrapper .nft-slider7 .profile-img-wrapper:before {
    content: "";
    background: rgba(38, 170, 225, 0.8);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 132px;
    width: 132px;
    margin: 0 auto;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.nft-wrapper .nft-slider7 .profile-img-wrapper:focus {
    outline: none;
}

.nft-wrapper .nft-slider7 .slick-center:before {
    opacity: 0;
    visibility: hidden;
}

.nft-wrapper .nft-slider7 .item-content p {
    width: 80%;
    margin: 0 auto;
}


/*======================================
 Testimonial Carousel 8 Styles
========================================*/

.nft-wrapper .nft-slider8 .single-item {
    padding: 0;
    margin-bottom: 0;
}

.nft-wrapper .nft-slider8 .single-item-wrapper h3.author-name {
    margin: 5px 0px 8px;
    text-align: center;
}

.nft-wrapper .nft-slider8 .single-item-wrapper h4.author-bio {
    margin-bottom: 20px;
    text-align: center;
}

.nft-wrapper .nft-slider8 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.nft-wrapper .nft-slider8 .profile-img-wrapper {
    margin-bottom: 4px;
    display: block;
}

.nft-wrapper .nft-slider8 .nft-carousel-thumb .slick-track {
    padding: 40px 0 40px;
}

.nft-wrapper .nft-slider8 .profile-img-wrapper {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.nft-wrapper .nft-slider8 .profile-img-wrapper img {
    height: 120px;
    width: 120px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    margin: 0 auto;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.nft-wrapper .nft-slider8 .slick-center img {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

.nft-wrapper .nft-slider8 .profile-img-wrapper:before {
    content: "";
    background: rgba(38, 170, 225, 0.8);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 132px;
    width: 132px;
    margin: 0 auto;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.nft-wrapper .nft-slider8 .profile-img-wrapper:focus {
    outline: none;
}

.nft-wrapper .nft-slider8 .slick-center:before {
    opacity: 0;
    visibility: hidden;
}

.nft-wrapper .nft-slider8 .item-content p {
    width: 80%;
    margin: 0 auto 20px;
}


/********************* 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: 50%;
    }
    .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);
    }
}


.text-white{color: #fff;}
.rating{color: #fff; font-size: 22px; margin-bottom: 5px;}

