
section {
	display: grid;
	place-items: center;
	height: 100vh;
}
.section-header{
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #fff;
}
.section-header:after{
    content2: '';
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #fff;
}
.section-header span {
	display: block;
	font-size: 15px;
	font-weight: 300;
}
.testimonials{
    max-width: 1000px;
    padding: 0 15px 50px;
    margin: 0 auto 80px auto;
}
.single-item{
    /* background: #fff; */
    color: #111;
    padding: 15px;
    margin: 50px 15px;
}
.profile{
    margin-bottom: 30px;
    text-align: center;    
}
.img-area {
	/* margin: 0 15px 15px 15px; */
	margin-left: -50px;
}
.img-area img {
	width: 300px;
height: 300px;
border: 2px solid #990200;
border-radius: 50%;
}
.content2{
    font-size: 18px;
	width: 300px;
height: 300px;
border: 2px solid #990200;
border-radius: 50%;
/* padding: 12px; */
padding: 60px 34px 10px 7px;


}
.content2 p {
	/* text-align: justify; */
	text-align: center;
	font-size: 13px;
	padding-left: 4px;
}
.content2 p span {
	font-size: 13px;
	margin-right: 20px;
    color: #990200;
}
.socials i {
	margin-right: 25px;
}
.socials h5{
    color: #990200;
    font-size: 14px;
    text-align: center;
}
.socials h6{
    color: #D77E00;
    font-size: 12px;
    text-align: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	/* background-color: #990200 !important; */
}

.carousel-control-prev-icon{
    background-image: url('../images/left.png') !important;
}

.carousel-control-next-icon{
    background-image: url('../images/right.png') !important;
}

@media (max-width: 600px){
    .img-area img {
        width: 220px;
        height: 220px;
        margin: -4px 0px 10px 53px;
    }

    .frt-mrtop{
        margin-top: 311px !important;
    }
    .content2{
        width: 220px;
        height: 220px;
        margin: -4px 0px 10px 53px;
    }
    .boxed-row{

    }
    .content2 p {
        font-size: 10px;
        margin: -33px 0px 20px 13px;
    }
    .socials{
        margin: -18px -24px 0px 4px !important;
    }
    .profile {
        margin: -6px 0px 0px -16px !important;
    }
    .carousel-control-next-icon {
        margin-right: -68px !important;
    }
    }

    @media (max-width: 768px){
    .test-row{
        margin-right: 128px !important;
    }

    .test-row2{
        margin-left: 128px !important;
    }

    .carousel-control-prev-icon{
        margin-left: -48px;
    }
    
    .carousel-control-next-icon{
        margin-right: -87px
    }
}