/*========================================
    Testimonial Style
========================================*/
.htmegavc-testimonial-wrapper .col-lg-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/*----------------------------------
    Testimonial Style One
-------------------------------------*/
.htmegavc-testimonial-style-1 .htmegavc-testimonal {
    text-align: center;
}

.htmegavc-testimonial-style-1 .htmegavc-testimonal img {
    margin-bottom: 34px;
    text-align: center;
    display: inline-block;
}

.htmegavc-testimonial-style-1 .htmegavc-testimonal .htmegavc-shape img {
    margin: 0;
}

.htmegavc-testimonial-style-1 .htmegavc-testimonal .htmegavc-content {
    margin-top: 30px;
}

.htmegavc-testimonial-style-1 .htmegavc-testimonal .htmegavc-content p {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 35px;
    padding: 0 10%;
}

.htmegavc-testimonial-style-1 .htmegavc-testimonal .htmegavc-content h4 {
    color: #3e3e3e;
    font-size: 20px;
    line-height: 37px;
    margin: 0;
}

.htmegavc-testimonial-style-1 .htmegavc-testimonal .htmegavc-content span {
    color: #3e3e3e;
    font-size: 18px;
}
.htmegavc-testimonial-style-1 .slick-dots li{
    list-style: none;
}
.htmegavc-testimonial-style-1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e3e3e3;
    border-radius: 100%;
}

.htmegavc-testimonial-style-1 .slick-dots li.slick-active button {
    background: #ff6600;
}

.htmegavc-testimonial-style-1 .slick-dots li button:before {
    display: none;
}

.htmegavc-testimonial-style-1 .slick-dots {
    bottom: -40px;
}

.htmegavc-testimonial-style-1 .slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
}

/*----------------------------------
    Testimonial Style Two
-------------------------------------*/
.htmegavc-testimonial-style-2 .slick-slide {
    padding: 5px 15px;
}
.htmegavc-testimonial-style-2 .htmegavc-testimonal .htmegavc-testimonal-inner {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 46px;
    padding-bottom: 27px;
    border-radius: 10px;
}

.htmegavc-testimonial-style-2 .htmegavc-testimonal img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #6e6e6e;
    border-radius: 100%;
}

.htmegavc-testimonial-style-2 .htmegavc-testimonal .htmegavc-content {
    padding-top: 69px;
}

.htmegavc-testimonial-style-2 .htmegavc-testimonal .htmegavc-content p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 24px;
    padding: 0 4%;
    font-style: italic;
    margin-bottom: 4px;
}

.htmegavc-testimonial-style-2 .htmegavc-testimonal .htmegavc-content h4 {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 37px;
    margin: 0;
    font-weight: 600;
}

.htmegavc-testimonial-style-2 .htmegavc-testimonal .htmegavc-content span {
    color: #3e3e3e;
    font-size: 18px;
}

.htmegavc-testimonial-style-2 .slick-center .htmegavc-testimonal img {
    border: 1px solid #ff6600;
}

.htmegavc-testimonial-style-2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e3e3e3;
    border-radius: 100%;
}

.htmegavc-testimonial-style-2 .slick-dots li.slick-active button {
    background: #ff6600;
}

.htmegavc-testimonial-style-2 .slick-dots li button:before {
    display: none;
}

.htmegavc-testimonial-style-2 .slick-dots {
    bottom: -75px;
}

.htmegavc-testimonial-style-2 .slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.htmegavc-testimonial-style-2 .slick-arrow {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #7d7d7d;
    border: 0 none;
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
    transition: 0.5s;
    box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
    padding: 0;
    text-align: center;
}

.htmegavc-testimonial-style-2 .slick-arrow:hover {
    background: #52b6bc;
    color: #fff;
}

.htmegavc-testimonial-style-2 button.htmegavc-testimonial-arrow-next.slick-arrow {
    position: absolute;
    left: auto;
    right: 0;
}


/*----------------------------------
    Testimonial Style 3
-------------------------------------*/
.htmegavc-testimonial-style-3 .htmegavc-testimonal img {
    float: left;
    border: 1px solid #47DE9D;
    border-radius: 100%;
}
.htmegavc-testimonial-style-3 .htmegavc-testimonal .htmegavc-content {
    overflow: hidden;
    padding-left: 20px;
}

.htmegavc-testimonial-style-3 .htmegavc-testimonal .htmegavc-content p {
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}

.htmegavc-testimonial-style-3 .htmegavc-testimonal .htmegavc-content .htmegavc-clint-info {
    padding-left: 50px;
    position: relative;
}

.htmegavc-testimonial-style-3 .htmegavc-testimonal .htmegavc-content .htmegavc-clint-info::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #383838;
    left: 0;
    top: 4px;
}

.htmegavc-testimonial-style-3 .htmegavc-testimonal .htmegavc-content .htmegavc-clint-info h4 {
    font-weight: 600;
    font-size: 16px;
    color: #383838;
    margin-bottom: 2px;
}

.htmegavc-testimonial-style-3 .htmegavc-testimonal .htmegavc-content .htmegavc-clint-info span {
    color: #383838;
    font-size: 14px;
}

/*----------------------------------
    Testimonial Style 4
-------------------------------------*/
.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-thumb {
    float: left;
    padding-right: 50px;
    position: relative;
}

.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-thumb::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #18012c;
    right: 0;
    top: 0;
}

.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-thumb::after {
    position: absolute;
    content: "";
    background: #18012c;
    height: 1px;
    width: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-content {
    overflow: hidden;
    padding-left: 30px;
}

.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-content p {
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}

.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-content h4 {
    font-weight: 600;
    font-size: 16px;
    color: #383838;
    margin-bottom: 2px;
}

.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-content span {
    color: #383838;
    font-size: 14px;
}

.testimonial-pagination ul.testi-pagination-dots li button::before {
    content: "0";
}

ul.testi-pagination-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0 none;
}

ul.testi-pagination-dots li button {
    background: transparent;
    border: 0 none;
    color: #18012c;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.htmegavc-testimonial-style-4 {
    position: relative;
    padding-right: 24%;
}

.testimonial-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.testi-pagination-dots li {
    padding: 6px 0;
}

ul.testi-pagination-dots li.slick-active button {
    position: relative;
}

ul.testi-pagination-dots li {
    position: relative;
    padding-left: 45px;
}

ul.testi-pagination-dots li::after {
    position: absolute;
    content: "";
    background: #18012c;
    width: 0;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

ul.testi-pagination-dots li.slick-active::after {
    width: 30px;
}

/*----------------------------------
    Testimonial Style 5
-------------------------------------*/
.htmegavc-testimonial-for .htmegavc-testimonial-desc p {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    padding: 0 15%;
}

.htmegavc-testimonal-img {
    text-align: center;
}

.htmegavc-testimonal-img .htmegavc-content {
    text-align: center;
    margin-top: 22px;
}

.htmegavc-testimonal-img .htmegavc-content h4 {
    color: #3e3e3e;
    font-size: 20px;
    margin-bottom: 3px;
}

.htmegavc-testimonal-img .htmegavc-content span {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 29px;
}

.htmegavc-testimonal-nav.slick-slider {
    max-width: 35%;
    width: 100%;
    margin: 0 auto;
}

.htmegavc-testimonial-style-5 .slick-slide.slick-active .htmegavc-testimonal-img img {
    display: inline-block;
    border: 1px solid #404040;
    border-radius: 100%;
}
.slick-slide.slick-active.slick-center .htmegavc-testimonal-img img {
    transform: scale(1);
}

.slick-slide.slick-active .htmegavc-testimonal-img img {
    transform: scale(0.8);
    text-align: center;
    display: inline-block;
}

.htmegavc-testimonial-style-5 .htmegavc-testimonal-nav .slick-track {
    margin-top: 85px;
}

.htmegavc-testimonal-nav .slick-slide:not(.slick-center) .htmegavc-content {
    display: none;
}

.htmegavc-testimonial-style-5 .htmegavc-testimonial-shape {
    bottom: 56%;
    left: 49.5%;
    position: absolute;
    transform: translateX(-50%);
}

.htmegavc-testimonial-style-5 .htmegavc-testimonal-nav .htmegavc-testimonal-img img{
	display: inline-block;
	border: 1px solid #666;
	border-radius: 100%;
}

/*----------------------------------
    Testimonial Style 6
-------------------------------------*/
.htmegavc-testimonial-style-6 .htmegavc-testimonal img {
    display: inline-block;
}

.htmegavc-testimonial-style-6 .htmegavc-testimonal .htmegavc-content {
    background: #fff;
    text-align: center;
    padding: 50px 9%;
    position: relative;
    box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
}

.htmegavc-testimonial-style-6 .htmegavc-testimonal .htmegavc-content p {
    font-size: 16px;
    line-height: 28px;
    color: #3e3e3e;
}

.htmegavc-testimonial-style-6 .htmegavc-testimonal .htmegavc-content .htmegavc-triangle {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 20px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}

.htmegavc-testimonial-style-6 .htmegavc-testimonal .htmegavc-clint-info {
    text-align: center;
    margin-top: 40px;
}

.htmegavc-testimonial-style-6 .htmegavc-testimonal .htmegavc-clint-info h4 {
    color: #5c5c5c;
    font-size: 22px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 4px;
}

.htmegavc-testimonial-style-6 .htmegavc-testimonal .htmegavc-clint-info span {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 15px;
}

.htmegavc-testimonial-style-6 .slick-arrow {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #7d7d7d;
    border: 0 none;
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 999;
    transition: 0.5s;
    box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
}

.htmegavc-testimonial-style-6 .slick-arrow:hover {
    background: #52b6bc;
    color: #fff;
}

.htmegavc-testimonial-style-6 button.htmegavc-testimonial-arrow-next.slick-arrow {
    position: absolute;
    left: auto;
    right: 0;
}

.htmegavc-testimonial-style-6 {
    position: relative;
    padding: 0 200px;
}

.htmegavc-testimonial-style-6 .slick-dots li{
    list-style: none;
}
.htmegavc-testimonial-style-6 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e3e3e3;
    border-radius: 100%;
}

.htmegavc-testimonial-style-6 .slick-dots li.slick-active button {
    background: #ff6600;
}

.htmegavc-testimonial-style-6 .slick-dots li button:before {
    display: none;
}

.htmegavc-testimonial-style-6 .slick-dots {
    bottom: -40px;
    bottom: -40px;
    width: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.htmegavc-testimonial-style-6 .slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
}

/*----------------------------------
    Testimonial Style 7
-------------------------------------*/
.htmegavc-testimonial-style-7 .htmegavc-testimonal {
    text-align: center;
}

.htmegavc-testimonial-style-7 .htmegavc-testimonal p {
    color: #414141;
    font-size: 30px;
    font-style: italic;
    line-height: 48px;
    margin-top: 26px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.htmegavc-testimonial-style-7 .htmegavc-testimonal p::before {
    position: absolute;
    content: "";
    color: #ffebd1;
    content: "\f10e";
    font-family: Fontawesome;
    font-size: 216px;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
}

.htmegavc-testimonial-style-7 .htmegavc-testimonal h4 {
    color: #3e3e3e;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 9px;
}

.htmegavc-testimonial-style-7 .htmegavc-testimonal .htmegavc-clint-info {
    margin-top: 29px;
}

.htmegavc-testimonial-style-7 .htmegavc-testimonal .htmegavc-clint-info span {
    color: #3e3e3e;
    font-size: 18px;
}

.htmegavc-testimonial-style-7 .htmegavc-testimonal img {
    display: inline-block;
}

.htmegavc-testimonial-style-7 .slick-arrow {
    position: absolute;
    top: 9%;
    left: 16%;
    color: #aeaeae;
    font-size: 48px;
    background: transparent;
    border: 0 none;
    z-index: 2;
    transition: 0.5s;
}

.htmegavc-testimonial-style-7 .slick-arrow:hover {
    color: #f6ab4b;
}

.htmegavc-testimonial-style-7 button.htmegavc-testimonial-arrow-next.slick-arrow {
    left: auto;
    right: 16%;
}
.htmegavc-testimonial-style-7 .slick-dots li{
    list-style: none;
}
.htmegavc-testimonial-style-7 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e3e3e3;
    border-radius: 100%;
}

.htmegavc-testimonial-style-7 .slick-dots li.slick-active button {
    background: #ff6600;
}

.htmegavc-testimonial-style-7 .slick-dots li button:before {
    display: none;
}

.htmegavc-testimonial-style-7 .slick-dots {
    bottom: -40px;
    bottom: -40px;
    width: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.htmegavc-testimonial-style-6 .slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
}

/*----------------------------------
    Testimonial Style 8
-------------------------------------*/
.htmegavc-testimonial-style-8 {
    position: relative;
    padding: 0 200px;
}

.htmegavc-testimonial-style-8 .htmegavc-content {
    display: flex;
    align-items: center;
}

.htmegavc-testimonial-style-8 .htmegavc-content .htmegavc-clint-info {
    padding-left: 20px;
}

.htmegavc-testimonial-style-8 .htmegavc-content .htmegavc-clint-info h4 {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 7px;
}

.htmegavc-testimonial-style-8 .htmegavc-content .htmegavc-clint-info span {
    color: #3e3e3e;
    font-size: 18px;
}

.htmegavc-testimonial-style-8 p {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    margin-top: 20px;
}

.htmegavc-testimonial-style-8 .slick-arrow {
    position: absolute;
    left: 0;
    background: transparent;
    color: #aeaeae;
    font-size: 48px;
    border: 0 none;
    top: 43%;
    transition: 0.5s;
}

.htmegavc-testimonial-style-8 .slick-arrow:hover {
    color: #f6ab4b;
}

.htmegavc-testimonial-style-8 button.htmegavc-testimonial-arrow-next.slick-arrow {
    left: auto;
    right: 0;
}

/*----------------------------------
    Testimonial Style 9
-------------------------------------*/
.htmegavc-testimonial-style-9 .htmegavc-testimonal {
    background: #f7f8f9;
    padding: 30px;
    margin-top: 30px;
}

.htmegavc-testimonial-style-9 .htmegavc-testimonal .htmegavc-content {
    display: flex;
    align-items: center;
}

.htmegavc-testimonial-style-9 .htmegavc-testimonal .htmegavc-content .htmegavc-clint-info {
    padding-left: 25px;
}

.htmegavc-testimonial-style-9 .htmegavc-testimonal .htmegavc-content .htmegavc-clint-info h4 {
    font-size: 18px;
    color: #383838;
    margin: 0;
}

.htmegavc-testimonial-style-9 .htmegavc-testimonal .htmegavc-content .htmegavc-clint-info span {
    color: #1834a6;
    font-size: 13px;
}

.htmegavc-testimonial-style-9 .htmegavc-testimonal p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-top: 22px;
}

/*# sourceMappingURL=testimonial.css.map */

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.htmegavc-testimonial-style-3 .col-sm-12 {
		margin-bottom: 30px;
	}
}

/* Small mobile :320px. */
@media (max-width: 767px) {
	.htmegavc-testimonial-style-3 .col-sm-12 {
		margin-bottom: 30px;
	}
	.htmegavc-testimonial-style-4 {
		padding-right: 0;
	}
	.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-thumb {
		padding-right: 0;
		display: block;
		width: 100%;
	}
	.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-thumb::before {
		display: none;
	}
	.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-content {
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
		float: left;
	}
	.row4-testimonial .testimonial-pagination {
		top: auto;
		transform: none;
		margin: 0 auto;
		display: block;
		position: unset;
	}
	.row4-testimonial ul.testi-pagination-dots li {
		padding-left: 0;
		float: left;
	}
	.row4-testimonial ul.testi-pagination-dots li.slick-active::after {
		display: none;
	}
	.row4-testimonial ul.testi-pagination-dots li:first-child button{
		padding-left: 0;
	}
	.htmegavc-testimonial-style-4 .htmegavc-testimonal .htmegavc-thumb::after {
		display: none;
	}
	.htmegavc-testimonial-style-5 .htmegavc-testimonial-for .htmegavc-testimonial-desc p {
		font-size: 16px;
		line-height: 29px;
		padding: 0;
	}
	.htmegavc-testimonial-style-5 .htmegavc-testimonial-shape {
		display: none;
	}
	.htmegavc-testimonial-style-5 .htmegavc-testimonal-nav .slick-track {
		margin-top: 20px;
	}
	.htmegavc-testimonial-style-5 .htmegavc-testimonal-nav.slick-slider {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.htmegavc-testimonial-style-6 {
		padding: 0;
	}
	.htmegavc-testimonial-style-6 .htmegavc-testimonal .htmegavc-content {
		padding: 20px 9%;
	}
	.htmegavc-testimonial-style-7 .htmegavc-testimonal,
	.htmegavc-testimonial-style-8 .htmegavc-testimonal p {
		font-size: 24px;
		line-height: 1.3;
	}
	.htmegavc-testimonial-style-8 {
		padding: 0;
	}
	.htmegavc-testimonial-style-8 .slick-arrow {
		padding: 0;
		z-index: 9;
	}
}

.slick-initialized .slick-slide{
    height: auto;
}