.container5 {
    padding-top: 4%;
}

.container5 h3 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding-bottom: 35px;
    margin-top: 1%;
}

.linkhome {
    color: #fff;
    font-size: 19px;
    text-decoration-line: none;
    font-weight: 500;
}

.linkhome span {
    font-size: 20px;
    padding: 10px 10px;
}

.row {
    width: 100%;
    text-align: center;
}

.col-md-5 img {
    width: 100%;
    border-radius: 10px;
    margin-top: 25%;
    height: 70%;
    box-shadow: 6px 10px #848383;
}
.col-md-5 img:hover{
    transform: scale(1.1);
}
.col-md-7 h2 {
    margin-top: 10%;
    font-size: 35px;
    font-weight: 600;
    margin-left: 30px;
    text-align: left;
}

.col-md-7 p {
    margin-top: 30px;
    font-size: 20px;
    margin-left: 30px;
    text-align: left;
}

.team {
    margin-top: 10%;
    text-align: center;
}

.team h2 {
    font-size: 50px;
    font-weight: 600;
}

.team p {
    font-size: 26px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.submenu-inner .container-fluid2 {
    overflow-x: auto;
    overflow-y: hidden;
}
.container-fluid2 {
    margin-left: 4%;
}
.col-md-4 h2 {
    font-size: 27px;
    font-weight: 500;
}

.col-md-4 p {
    font-size: 20px;
}


.col-3{
    margin-left: 20px;
}

.testimonial{
    margin: 90px auto;
    margin-left: 2%
}
.testimonial h1{
    text-align: center;
    font-weight:bold ;
    color: black;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.testimonial .row{
    margin-top: 30px;
}
.col-md-4{
    margin: 40px auto;
}
.profile{
    padding: 70px 10px 10px;
    background-color: #0b0c10;
}
.profile img{
    top: 20px;
}
.user{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.profile h3{
    font-size: 20px;
    margin-top: 15px;
    color: #b700ff;
}
.profile span{
    font-size: 12px;
}
blockquote{
    font-size: 16px;
    line-height: 30px;
}
.profile:hover{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transform: scale(0.9);
}
.comm-sec{
    padding: 10px 0px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.container1{
    width: 80%;
    height: 100%;
    margin-left: 10%;
    border: 1px solid #dddcdc; 
    margin-top:  6%;
}
.para3 li{
    margin-left: 10%;
    font-size: 20px;
    line-height: 1.5cm;
    text-align: left;
}

.card{
    padding: 20px 10px 10px 10px;
    box-shadow: 0 0.5rem 3rem rgba(2, 2, 2, 0.15) !important;
}
.card .card-body{
    width: 100%;
    text-align: left;
}
.card-title{
    font-weight: 600;
}
.card .card-text{
    font-size: 15px;
}
.card-link{
    background: #4d0194;
    width: 90%;
    color: white;
        margin-left: 5%;
}
.box h4{
    font-weight: 600;
}
