/*------------------------
    Testimonial Showcase
------------------------*/

.teastimonial-item-01 {
    border: 1px solid #eee;
    position: relative;
    margin-top: 75px;
    padding: 0px 40px 30px 40px;
    border-top-color: transparent;
    margin-bottom: 30px;
}

.teastimonial-item-01 .top-conent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -75px;
}

.teastimonial-item-01 .top-conent .clients-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-left: 20px;
}

.teastimonial-item-01 .top-conent .clients-details .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.teastimonial-item-01 .top-conent .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0;
}

.teastimonial-item-01 .top-conent .clients-details .content .designation {
    color: #515151;
}

.teastimonial-item-01 .bottom-conetent p {
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 0;
}

.teastimonial-item-01 .bottom-conetent {
    margin-top: 30px;
}

.teastimonial-item-01:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 1px;
    background-color: #eee;
    content: '';
}

.teastimonial-item-01:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    height: 1px;
    background-color: #eee;
    content: '';
}

.teastimonial-item-01 .top-conent .clients-details .content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-01 .top-conent .clients-details .content .ratings li {
    display: inline-block;
    color: #f2b827;
}

/*-----------------------
    Style 02
------------------------*/
.teastimonial-item-02 {
    border: 1px solid #eee;
    position: relative;
    margin-top: 50px;
    padding: 0px 40px 30px 40px;
    border-top-color: transparent;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.teastimonial-item-02 .top-conent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -50px;
}

.teastimonial-item-02 .top-conent .thumb img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #eee;
}

.teastimonial-item-02 .top-conent .clients-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-left: 20px;
}

.teastimonial-item-02 .top-conent .clients-details .content {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.teastimonial-item-02 .top-conent .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0;
}

.teastimonial-item-02 .top-conent .clients-details .content .designation {
    color: #515151;
}

.teastimonial-item-02 .bottom-conetent p {
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 0;
}

.teastimonial-item-02 .bottom-conetent {
    margin-top: 30px;
    position: relative;
    z-index: 0;
}

.teastimonial-item-02 .bottom-conetent .icon {
    font-size: 100px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.1);
}

.teastimonial-item-02:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 1px;
    background-color: #eee;
    content: '';
}

.teastimonial-item-02:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    height: 1px;
    background-color: #eee;
    content: '';
}

.teastimonial-item-02 .bottom-conetent ul.ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-02 .bottom-conetent ul.ratings li {
    display: inline-block;
    color: #f2b827;
}

/*---------------------
    Style 03
----------------------*/
.teastimonial-item-03 {
    position: relative;
    margin-top: 50px;
    padding: 0px 40px 30px 40px;
    border-top-color: transparent;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.teastimonial-item-03 {
    margin-left: 40px;
}

.teastimonial-item-03 .thumb {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -40px;
    top: 40px;
}

.teastimonial-item-03 .thumb img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #eee;
}

.teastimonial-item-03 .bottom-content .clients-details {
    margin-bottom: 15px;
}

.teastimonial-item-03 .bottom-content .clients-details .content .name {
    font-size: 24px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0;
}

.teastimonial-item-03 .bottom-content .clients-details .content .designation {
    color: #27ae60;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-03 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.teastimonial-item-03 .bottom-content {
    position: relative;
    z-index: 0;
    padding: 40px 0px 10px 50px;
}

.teastimonial-item-03 .bottom-content ul.ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-03 .bottom-content ul.ratings li {
    display: inline-block;
    color: #f2b827;
}

/*---------------------
    Style 04
----------------------*/
.teastimonial-item-04 {
    position: relative;
    margin-top: 50px;
    padding: 0px 40px 30px 40px;
    border-top-color: transparent;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.teastimonial-item-04 .thumb {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 40px;
    top: -50px;
}

.teastimonial-item-04 .thumb img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #eee;
}

.teastimonial-item-04 .bottom-content .clients-details {
    margin-top: 30px;
    margin-bottom: 15px;
}

.teastimonial-item-04 .bottom-content .clients-details .content .name {
    font-size: 24px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 10px;
}

.teastimonial-item-04 .bottom-content .clients-details .content .designation {
    color: #27ae60;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-04 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.teastimonial-item-04 .bottom-content {
    position: relative;
    z-index: 0;
    padding: 40px 0px 0 0px;
}

.teastimonial-item-04 .bottom-content ul.ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-04 .bottom-content ul.ratings li {
    display: inline-block;
    color: #f2b827;
}

/*---------------------
    Style 05
----------------------*/
.teastimonial-item-05 {
    position: relative;
    margin-top: 50px;
    padding: 0px 30px 30px 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.teastimonial-item-05 .thumb {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.teastimonial-item-05 .thumb img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #eee;
}

.teastimonial-item-05 .bottom-content .clients-details {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.teastimonial-item-05 .bottom-content .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 5px;
}

.teastimonial-item-05 .bottom-content .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-05 .bottom-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.teastimonial-item-05 .bottom-content {
    position: relative;
    z-index: 0;
    padding: 40px 0px 0 0px;
    text-align: center;
}

.teastimonial-item-05 .bottom-content ul.ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-05 .bottom-content ul.ratings li {
    display: inline-block;
    color: #f2b827;
}

.teastimonial-item-06 .bottom-content ul.ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-06 .bottom-content ul.ratings li {
    display: inline-block;
    color: #f2b827;
}

/*---------------------
    Style 06
----------------------*/
.teastimonial-item-07 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.teastimonial-item-07 .thumb {
    width: 150px;
    height: 150px;
}

.teastimonial-item-07 .thumb img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.teastimonial-item-07 .bottom-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    position: relative;
    z-index: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 30px;
}

.teastimonial-item-07 .bottom-content:after {
    position: absolute;
    left: -15px;
    top: 25px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px -8px rgba(0, 0, 0, 0.3);
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.teastimonial-item-07 .bottom-content .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-07 .bottom-content .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-07 .bottom-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 10px;
    font-style: italic;
    color: #616161;
}

.teastimonial-item-07 .bottom-content {
    position: relative;
    z-index: 0;
}

.teastimonial-item-07 .bottom-content ul.ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-07 .bottom-content ul.ratings li {
    display: inline-block;
    color: #f2b827;
}

/*---------------------
    Style 07
----------------------*/
.teastimonial-item-06 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.teastimonial-item-06 .thumb {
    width: 150px;
    height: 150px;
}

.teastimonial-item-06 .thumb img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.teastimonial-item-06 .bottom-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px;
    position: relative;
    z-index: 0;
}

.teastimonial-item-06 .bottom-content:after {
    position: absolute;
    left: -25px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}

.teastimonial-item-06 .bottom-content .clients-details .content .name {
    font-size: 24px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 5px;
}

.teastimonial-item-06 .bottom-content .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-06 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 10px;
    font-style: italic;
    color: #616161;
}

.teastimonial-item-06 .bottom-content {
    position: relative;
    z-index: 0;
}

/*---------------------
    Style 08
----------------------*/
.teastimonial-item-08 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.teastimonial-item-08 .thumb {
    width: 150px;
    height: 150px;
}

.teastimonial-item-08 .bottom-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-08 .bottom-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-08 .thumb img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.teastimonial-item-08 .bottom-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    position: relative;
    z-index: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 30px;
}

.teastimonial-item-08 .bottom-content:after {
    position: absolute;
    left: -15px;
    top: 25px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px -8px rgba(0, 0, 0, 0.3);
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.teastimonial-item-08 .thumb .clients-details {
    text-align: center;
    margin-top: 20px;
}

.teastimonial-item-08 .thumb .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-08 .thumb .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-08 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 10px;
    font-style: italic;
    color: #616161;
}

.teastimonial-item-08 .bottom-content {
    position: relative;
    z-index: 0;
}

/*---------------------
    Style 09
----------------------*/
.teastimonial-item-09 {
    margin-bottom: 30px;
    background-color: #fff;
}

.teastimonial-item-09 .thumb {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.teastimonial-item-09 .bottom-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-09 .bottom-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-09 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-09 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-09 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-09 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 10px;
    font-style: italic;
    color: #616161;
}

/*---------------------
    Style 10
----------------------*/
.teastimonial-item-10 {
    margin-bottom: 30px;
    background-color: #fff;
}

.teastimonial-item-10 .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.teastimonial-item-10 .thumb {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.teastimonial-item-10 .top-content .clients-details {
    margin-top: 30px;
}

.teastimonial-item-10 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-10 .top-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-10 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-10 .top-content .clients-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.teastimonial-item-10 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-10 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-10 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #616161;
}

/*---------------------
    Style 11
----------------------*/
.teastimonial-item-11 {
    margin-bottom: 30px;
    background-color: #fff;
}

.teastimonial-item-11 .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.teastimonial-item-11 .thumb {
    width: 120px;
    height: 120px;
    margin-bottom: 11px;
    margin-right: 20px;
}

.teastimonial-item-11 .top-content .clients-details {
    margin-top: 30px;
}

.teastimonial-item-11 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-11 .top-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-11 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-11 .top-content .clients-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.teastimonial-item-11 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-11 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-11 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #616161;
}

.teastimonial-item-11 .bottom-content {
    position: relative;
    z-index: 0;
}

.teastimonial-item-11 .bottom-content .icon {
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.1);
}

/*---------------------
    Style 12
----------------------*/
.teastimonial-item-12 {
    margin-bottom: 30px;
}

.teastimonial-item-12 .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.teastimonial-item-12 .thumb {
    width: 120px;
    height: 120px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.teastimonial-item-12 .top-content .clients-details {
    margin-top: 30px;
}

.teastimonial-item-12 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-12 .top-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-12 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-12 .top-content .clients-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.teastimonial-item-12 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-12 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-12 .bottom-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #616161;
}

.teastimonial-item-12 .bottom-content {
    position: relative;
    z-index: 0;
}

.teastimonial-item-12 .bottom-content .content {
    padding-left: 80px;
}

.teastimonial-item-12 .bottom-content .icon {
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.4);
}

/*---------------------
    Style 13
----------------------*/
.teastimonial-item-13 {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 35px 30px 40px 30px;
}

.teastimonial-item-13 .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 30px;
}

.teastimonial-item-13 .thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.teastimonial-item-13 .top-content .clients-details {
    margin-top: 10px;
}

.teastimonial-item-13 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-13 .top-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-13 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-13 .top-content .clients-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.teastimonial-item-13 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-13 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-13 .bottom-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    color: #616161;
}

.teastimonial-item-13 .bottom-content {
    position: relative;
    z-index: 0;
}

/*---------------------
    Style 14
----------------------*/
.teastimonial-item-14 {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 35px 30px 40px 30px;
    text-align: center;
}

.teastimonial-item-14 .top-content {
    text-align: center;
    margin-top: 30px;
}

.teastimonial-item-14 .thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
    margin: 0 auto;
}

.teastimonial-item-14 .top-content .clients-details {
    margin-top: 20px;
}

.teastimonial-item-14 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-14 .top-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-14 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-14 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-14 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-14 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #616161;
}

.teastimonial-item-14 .bottom-content {
    position: relative;
    z-index: 0;
}

/*---------------------
    Style 15
----------------------*/
.teastimonial-item-15 {
    margin-bottom: 30px;
    text-align: center;
}

.teastimonial-item-15 .top-content {
    text-align: center;
    margin-top: 30px;
}

.teastimonial-item-15 .thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
    margin: 0 auto;
}

.teastimonial-item-15 .top-content .clients-details {
    margin-top: 20px;
}

.teastimonial-item-15 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-15 .top-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-15 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-15 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-15 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-15 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #616161;
}

.teastimonial-item-15 .bottom-content {
    position: relative;
    z-index: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 35px 30px 40px 30px;
}

/*---------------------
    Style 16
----------------------*/
.teastimonial-item-16 {
    margin-bottom: 30px;
}

.teastimonial-item-16 .top-content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.teastimonial-item-16 .thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.teastimonial-item-16 .top-content .clients-details {
    margin-top: 20px;
}

.teastimonial-item-16 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-16 .top-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-16 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-16 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-16 .clients-details .content .designation {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.teastimonial-item-16 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #616161;
}

.teastimonial-item-16 .bottom-content {
    position: relative;
    z-index: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 35px 30px 40px 30px;
}

.teastimonial-item-16 .bottom-content:after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 5px 10px 25px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 25px -10px rgba(0, 0, 0, 0.1);
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---------------------
    Style 17
----------------------*/
.teastimonial-item-17 {
    margin-bottom: 30px;
}

.teastimonial-item-17 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    z-index: 0;
}

.teastimonial-item-17 .top-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    position: relative;
    z-index: 0;
}

.teastimonial-item-17 .top-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
}

.teastimonial-item-17 .top-content .designation {
    font-size: 16px;
    font-weight: 600;
    color: #f66;
}

.teastimonial-item-17 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 20px 0;
}

.teastimonial-item-17 .top-content .ratings li {
    display: inline-block;
    font-size: 14px;
    color: #fbc808;
}

.teastimonial-item-17 .description p:last-child {
    margin-bottom: 0;
}

.teastimonial-item-17 .description {
    font-size: 16px;
    line-height: 26px;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    position: initial;
    left: 260px;
    top: 110px;
    width: calc(100% - 260px);
}

/*---------------------
    Style 18
----------------------*/
.teastimonial-item-18 {
    margin-bottom: 30px;
}

.teastimonial-item-18 {
    min-height: 300px;
}

.teastimonial-item-18 .thumb-wrap {
    min-width: 250px;
    min-height: 300px;
    display: inline-block;
}

.teastimonial-item-18 .thumb {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

.teastimonial-item-18 .top-content {
    display: inline-block;
    float: right;
    width: calc(100% - 250px);
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    min-height: 300px;
}

.teastimonial-item-18 .top-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
}

.teastimonial-item-18 .top-content .designation {
    font-size: 16px;
    font-weight: 600;
    color: #f66;
}

.teastimonial-item-18 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 20px 0;
}

.teastimonial-item-18 .top-content .ratings li {
    display: inline-block;
    font-size: 14px;
    color: #fbc808;
}

.teastimonial-item-18 .description p:last-child {
    margin-bottom: 0;
}

.teastimonial-item-18 .description {
    font-size: 16px;
    line-height: 26px;
}

/*---------------------
    Style 19
----------------------*/
.teastimonial-item-19 {
    margin-bottom: 30px;
}

.teastimonial-item-19 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 40px 30px 13px 30px;
}

.teastimonial-item-19 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.teastimonial-item-19 .thumb .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #f66;
    border-radius: 50%;
    font-size: 20px;
}

.teastimonial-item-19 .thumb img {
    border-radius: 50%;
}

.teastimonial-item-19 .top-content {
    margin-top: 20px;
}

.teastimonial-item-19 .top-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
}

.teastimonial-item-19 .top-content .designation {
    font-size: 16px;
    font-weight: 600;
    color: #f66;
}

.teastimonial-item-19 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 20px 0;
}

.teastimonial-item-19 .top-content .ratings li {
    display: inline-block;
    font-size: 14px;
    color: #fbc808;
}

.teastimonial-item-19 .description p:last-child {
    margin-bottom: 0;
}

.teastimonial-item-19 .description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

/*---------------------
    Style 20
----------------------*/
.teastimonial-item-20 {
    margin-bottom: 40px;
}

.teastimonial-item-20 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 40px 30px 63px 30px;
    position: relative;
}

.teastimonial-item-20 .thumb {
    display: inline-block;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.teastimonial-item-20 .thumb img {
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.teastimonial-item-20 .top-content {
    margin-top: 20px;
}

.teastimonial-item-20 .top-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
}

.teastimonial-item-20 .top-content .designation {
    font-size: 16px;
    font-weight: 600;
    color: #f66;
}

.teastimonial-item-20 .top-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 20px 0;
}

.teastimonial-item-20 .top-content .ratings li {
    display: inline-block;
    font-size: 14px;
    color: #fbc808;
}

.teastimonial-item-20 .description p:last-child {
    margin-bottom: 0;
}

.teastimonial-item-20 .description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

/*------------------------
    Responsive
------------------------*/
/*-- style 01 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-01 .top-conent .clients-details {
        display: block;
    }

    .teastimonial-item-01 .top-conent {
        display: block;
    }

    .teastimonial-item-01 .top-conent .thumb {
        margin-bottom: 20px;
    }

    .teastimonial-item-01 {
        margin-bottom: 30px;
    }

    .teastimonial-item-01 .bottom-conetent p {
        font-size: 16px;
        line-height: 26px;
    }
}

/*-- style 02 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-02 .top-conent {
        display: block;
    }

    .teastimonial-item-02 .top-conent .clients-details .content {
        position: initial;
        margin-top: 20px;
    }

    .teastimonial-item-02 .bottom-conetent p {
        font-size: 16px;
        line-height: 28px;
    }

    .teastimonial-item-02 {
        margin-bottom: 30px;
    }
}

/*-- style 03 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-03 .thumb {
        position: initial;
    }

    .teastimonial-item-03 {
        margin-left: 0;
        padding: 30px 30px 30px 30px;
    }

    .teastimonial-item-03 .bottom-content {
        padding: 0;
        margin-top: 20px;
    }

    .teastimonial-item-03 .bottom-content p {
        font-size: 16px;
    }
}

/*-- style 07 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-07 .bottom-content:after {
        left: 30px;
        top: -14px;
        -webkit-box-shadow: 0 -8px 15px -8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 -8px 15px -8px rgba(0, 0, 0, 0.3);
    }

    .teastimonial-item-07 {
        display: block;
        margin-bottom: 30px;
    }

    .teastimonial-item-07 .bottom-content {
        margin-left: 0;
        margin-top: 30px;
    }
}

/*-- style 06 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-06 {
        display: block;
    }

    .teastimonial-item-06 .bottom-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .teastimonial-item-06 .bottom-content:after {
        display: none;
    }
}

/*-- style 08 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-08 {
        display: block;
    }

    .teastimonial-item-08 .bottom-content:after {
        display: none;
    }

    .teastimonial-item-08 .bottom-content {
        margin-left: 0;
        margin-top: 30px;
    }

    .teastimonial-item-08 .thumb {
        width: 100%;
        height: auto;
    }

    .teastimonial-item-08 .thumb .clients-details {
        text-align: left;
    }
}

/*-- style 10 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-10 .top-content {
        display: block;
    }

    .teastimonial-item-10 {
        background-color: transparent;
    }
}

/*-- style 11 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-11 {
        background-color: transparent;
    }

    .teastimonial-item-11 .top-content {
        display: block;
    }
}

/*-- style 12 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-12 .top-content {
        display: block;
    }
}

/*-- style 13 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-13 .top-content {
        display: block;
    }
}

/*-- style 17 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-17 {
        display: block;
    }

    .teastimonial-item-17 .description {
        position: initial;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }

    .teastimonial-item-17 .thumb {
        margin-bottom: 20px;
    }
}

/*-- style 18 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-18 {
        min-height: auto;
    }

    .teastimonial-item-18 .thumb-wrap {
        display: block;
        min-width: 100%;
        min-height: auto;
    }

    .teastimonial-item-18 .top-content {
        display: block;
        float: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 15px;
    }
}

/*-- style 20 --*/
@media only screen and (max-width: 414px) {
    .teastimonial-item-20 {
        padding: 15px 30px 63px 30px;
        margin-bottom: 70px;
    }

    .xg-testimonial-section-title {
        font-size: 24px;
    }
}

.testimonial-grid {
    margin-bottom: 60px;
}

/*----------------------------------------------------
    Testimonial Slider navigation and dots styling
-----------------------------------------------------*/


/*-----------------------------
    Slider navigation and dots
-----------------------------*/

.xg-testimonial-slider-wrapper .owl-nav div {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #f00;
    text-align: center;
    line-height: 40px;
    /* margin: 0 20px; */
    color: #fff;
    transition: .3s ease-in;
}

.xg-testimonial-slider-wrapper .owl-nav div:hover {
    background-color: #555;
    color: #fff;
}

.xg-testimonial-slider-wrapper .owl-nav div.owl-next {
    left: 50px;
}

.xg-testimonial-slider-wrapper .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.xg-testimonial-slider-wrapper {
    margin-bottom: 30px;
}

.xg-testimonial-slider-wrapper .owl-dots div {
    display: inline-block;
    background-color: #777;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;

}

.xg-testimonial-slider-wrapper .owl-dots div.active {
    background-color: #f00;
}

.xg-testimonial-slider-wrapper .owl-dots div:first-child {
    margin-left: 0;
}

.xg-testimonial-slider-wrapper.top .owl-nav {
    position: absolute;
    top: -50px;
    right: 75px;
}
