/* Train Card  */
.srh_train_item{
	position: relative;
}

.srh_train_thumb {
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.srh_train_thumb img{
	max-width: 100%;
	width: 100%;
}

.srh_train_item_wrap [class^="col-"], .srh_train_item_wrap [class*=" col-"] {
	display: flex;
	align-items: end;
  min-height: 890px;
}
.srh_content_wrap {
    background: var(--e-global-color-primary);
    padding: 37px 28px 33px;
    border-radius: 0 0 12px 12px;
	min-height:130px;
}
.srh_content_wrap h3 {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-family: "DM Sans", Sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 29px;
}
.srh_content_wrap p {
    color: #FFFFFF;
    font-family: "DM Sans", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 29px;
	margin-bottom:0;
	max-height: 0; 
	overflow: hidden;
	transition: 0.9s;
}

.srh_train_item.active .srh_content_wrap p {
	max-height: 600px;
}






/* Testimonial  */
.arh_testimonialSec .testSlider01 .owl-stage-outer {
    padding: 80px 40px 30px;
    margin: 40px -40px 40px;
}
.testItem_single {
    position: relative;
    background: #FFF;
	box-shadow: 7px 12px 34.6px 0px #0000001A;
    border-radius: 8px;
}
.testItem_top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 68px 50px 62px 75px;
    border-bottom: 1px solid #A0A1A6;
	position:relative;
}
.testItem_top_right span {
    display: inline-block;
    margin-top: -18px;
}


/*  Extra Code  */
.arh_testimonialSec .owl-carousel.owl-drag .owl-item {
	opacity:0;
	visibility:hidden;
}
.arh_testimonialSec .owl-carousel.owl-drag .owl-item.active {
	opacity: .7;
	visibility:visible;
	-webkit-transform: scale3d(0.8, 0.8, 1) translateX(-80px);
	transform: scale3d(0.8, 0.8, 1) translateX(-80px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.arh_testimonialSec .owl-carousel.owl-drag .owl-item.active.activeNext {
    -webkit-transform: scale3d(0.8, 0.8, 1) translateX(-142px);
    transform: scale3d(0.8, 0.8, 1) translateX(-142px);
}
.arh_testimonialSec .owl-carousel.owl-drag .owl-item .testItem_single{
	width:803px;
}
@media(min-width: 768px){
	.arh_testimonialSec .owl-carousel.owl-drag .owl-item.active.center {
		opacity: 1;
		visibility:visible;
		-webkit-transform: scale3d(1.0, 1.0, 1) translateX(-100px);
		transform: scale3d(1.0, 1.0, 1) translateX(-100px);
		z-index:9 !important;
		position:relative;
	}
}

.arh_testimonialSec .owl-carousel.owl-drag .owl-item img {
	transform-style: preserve-3d;
}


/* Testimonial Dots */
.arh_testimonialSec .owl-carousel .owl-dots.disabled {
    display: block;
}.arh_testimonialSec .owl-carousel .owl-dots,
.arh_testimonialSec .owl-carousel .owl-dots.disabled {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:17px;
}
.arh_testimonialSec .owl-carousel .owl-dot {
	width:17px;
	height:17px;
	background:#E8E7E7;
	border-radius:50%;
	transition:all 350ms ease;
}
.arh_testimonialSec .owl-carousel .owl-dot.active {
	background:#1D1D1D;
	transform:scale(1.3);
}

.testItem_top_left {
    display: flex;
    justify-content: start;
    align-items: center;
}
.testItem_top_left img {
    width: 95px !important;
    height: 95px;
	max-width: unset;
    border-radius: 50%;
    margin-right: 32px;
}

.testItem_authInfo h3 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    font-family: "DM Sans", Sans-serif;
    color: #1D1D1D;
    margin: 0 0 2px;
}
.testItem_authInfo p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: "DM Sans", Sans-serif;
	color: #A0A1A6;
	margin:0;
}


.testItem_btm {
	position:relative;
    font-style: italic;
}
.testItem_btm p:after{
    position: relative;
    content:'"';
    font-size: 80px;
    line-height: 1px;
    top: 55px;
    font-weight: 500;
}
.testItem_btm p:before {
    position: absolute;
    content: '"';
    font-size: 80px;
    line-height: 1px;
    top: 41px;
    left: 49px;
    font-weight: 500;
    transform: rotate(180deg);
}

.testItem_btm {
    position: relative;
    padding: 63px 110px 98px 80px;
}
.testItem_btm {
    font-family: "DM Sans", Sans-serif;
	font-size:27px; 
	line-height: 38px;
	font-weight: 400;
	color: #1D1D1D;
	margin:0;
}

/* Responsive  */

@media(max-width: 1750px){
	.arh_testimonialSec .owl-carousel.owl-drag .owl-item .testItem_single {
		width: 630px;
	}
	.testItem_btm {
		position: relative;
		padding: 63px 80px 98px 80px;
	}
}
@media(max-width: 1399px){
	.srh_content_wrap h3 {
    font-size: 22px;
    line-height: 24px;
}
	.arh_testimonialSec .owl-carousel.owl-drag .owl-item .testItem_single {
		width: 550px;
	}
	.testItem_top_right span svg {
    width: 125px;
}
	.srh_content_wrap p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 18px;
}
	.srh_content_wrap {
    padding: 35px 22px 30px;
    min-height: 120px;
}
	.srh_train_item_wrap [class^="col-"], .srh_train_item_wrap [class*=" col-"] {
    min-height: 700px;
}
	
	.srh_train_item_wrap > .row {
		min-height: 700px;
	}
}
@media(max-width: 1199px){
	.srh_train_item_wrap .row {
			--bs-gutter-x: 2.5rem;
	}
	.srh_train_item_wrap [class^="col-"], .srh_train_item_wrap [class*=" col-"] {
    min-height: 820px;
}
	.arh_testimonialSec .owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
    -webkit-transform: scale3d(1,1, 1) translateX(0px);
    transform: scale3d(1,1, 1) translateX(0px);
}
	.arh_testimonialSec .owl-carousel .owl-stage {
    left:0;
}
	.arh_testimonialSec .owl-carousel.owl-drag .owl-item .testItem_single {
    width: auto !important;
}
}
@media(max-width: 991px){
	.srh_train_item_wrap [class^="col-"], .srh_train_item_wrap [class*=" col-"] {
    min-height: 760px;
}
}
@media(max-width: 767px){
		.srh_train_item_wrap [class^="col-"], .srh_train_item_wrap [class*=" col-"] {
    min-height: auto;
}
	.srh_content_wrap p{
		display: block;
	}
	.srh_train_item_wrap .row {
			--bs-gutter-y: 2rem;
	}
}
@media(max-width: 575px){
	.testItem_top {
		padding: 40px 20px 30px 20px;
	}
	.testItem_top_left img {
		width: 75px !important;
		height: 75px;
		margin-right: 18px;
	}
	.testItem_top_right {
		position: absolute;
		right: 25px;
		top: 20px;
	}
	.testItem_btm {
		position: relative;
		padding: 40px 25px 40px 42px;
		font-size: 22px;
		line-height: px;
	}
}
@media(max-width: 575px){
    .testItem_btm p:before {
        font-size: 55px;
        top: 33px;
        left: 26px;
    }
    .testItem_btm p:after{
        font-size: 55px;
        top: 35px;
    }
}


.srh_train_item_wrap > .row {
	min-height: 900px;
	align-items: flex-end;
}

