
/*------------------------------------------------------------------------
# mod_ol_testimonials Extension
# ------------------------------------------------------------------------
# author    olwebdesign
# copyright Copyright (C) 2020 olwebdesign.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.olwebdesign.com
-------------------------------------------------------------------------*/

/*** 

====================================================================
	testimonials-section
====================================================================

 ***/

.set_test3 {
    position: relative;
    z-index: 1;
}

.fixed-right-nav.scroll-nav-holder {
    height: 0px;
}
.set_test3 .content-container {
    position: relative;
}
.set_test3 .small-container {
    position: relative;
    max-width: 1224px;
    padding: 0 25px;
    margin: 0 auto;
}
.set_test3 .sec-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 100px;
    margin-top: -19px;
	z-index: 1;
}
.set_test3 .sec-title:before {
    position: absolute;
    left: 0;
    top: 20px;
    content: "";
    width: 5px;
    height: 100px;
    z-index: 188;
    background: #00000021;
}
.set_test3 .sec-title .title h2 {
    font-weight: 700;
    font-size: 48px;
    color: #222222;
    text-transform: uppercase;
}
.set_test3 .sec-title .text p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
}
.set_test3 .sec-title .bigtitle {
    float: right;
    position: relative;
    margin-top: -100px;
}
.set_test3 .sec-title .bigtitle h1 {
    font-size: 140px;
    line-height: 140px;
    color: #3333330d;
    text-transform: uppercase;
    font-weight: 800;
    z-index: -1;
}
.set_test3 .sec-title .text p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    /* font-style: italic; */
}

.set_test3 .item {
    position: relative;
}
.set_test3 .item .content {
	background: #F4F4F4;
	padding: 25px 25px 30px 38px;
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 30px 40px 40px 35px;
	background: #ffffff;
	border-radius: 8px;
}
.set_test3 .item h3 {
    position: relative;
    font-size: 17px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 36px;
}
.set_test3 .item h3:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 86px;
    height: 1px;
    background: #DDDDDD;
}
.set_test3 .item p {
	color: #585858;
	line-height: 24px;
	font-style: italic;
}
.set_test3 .item .rating {
    text-align: right;
    position: relative;
    left: -25px;
    top: 3px;
}
.set_test3 .item .rating span {
    color: #ef0d33;
    font-size: 13px;
}
.set_test3 .item .img-holder {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 20px 0px 0px 185px;
}
.set_test3 .item .img-box {
    position: absolute;
    left: 40px;
    top: -48px;
    width: 120px;
}
.set_test3 .item .img-box img {}
.set_test3 .item .img-holder .name h4 {
    font-size: 20px;
    color: #666666;
    font-weight: 500;
}
.set_test3 .item .img-holder .designation {
    font-size: 11px;
    color: #767676;
    /* font-style: italic; */
    font-weight: 600;
}

.overlay-dark-bg-8:before {
    background: #383838 !important;
}