.ca-breadcrumb-area {
    padding-top: 150px;
    padding-bottom: 80px;
    background: url('../img/breadcrumb-about-us.jpg');
    background-position: center center;
    background-size: cover;
}

.ca-breadcrumb-title {
    color: white;
}

.it-breadcum-link a {
    color: white;
}
.text-justify{
    text-align: justify!important;
}
.team-area{
    box-shadow: 2px 2px 5px #f2f2f2;
    padding-top: 25px!important;
}
.ca-single-team-img img{
    padding-left: 20px;
    padding-top: 20px;
    width: 150px!important;
}
.text-theme{
    color: #36b1c9!important;
}
.bg-theme-light{
    background: #ebf7fa;
}
.point-item{
    padding: 10px 15px;
    border-radius: 10px!important;
}
.regd-items .regd-item{
    height: 100%!important;
    border-radius: 10px;
}


/*********  responsive css  *********/
@media (min-width: 320px) and (max-width: 767px) {
    .ca-breadcrumb-area {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}