/*===========================| Collaborate with universities and companies |=================== */
.collaborate_main_section {
    padding-top: 30px;
    padding-bottom: 30px;
}

#collaborate_section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box {
    width: 115px;
    /* transform: scale(0.5); */
}

/*=================| A broad selection of courses |======================= */
.tab-content {
    border: 1px solid #ddd;
    padding: 20px;
}

.broad_selection_section {
    padding: 40px 20px;
    background-color: #f5fafd;
    /*background: url("https://learnotronix.robotronix.co.in/public/assets/img/Web%2009.png");*/
}

.section_heading {
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
}

.tabs {
    padding: 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding-top: 10px;
}

.para {
    font-weight: bold;
    padding-left: 5px;
}

.star {
    color: #f39804;
}

.fa-star {
    color: #E59819;
}

.nav-tabs:hover {
    color: blueviolet;
}

.nav-tabs .active {
    color: blueviolet;
}

.broad_selection_para {
    color: #1d293f !important;
    letter-spacing: 0.3px;
    font-size: 15px;
}

.broad_selection_section p,
.broad_selection_section h4 {
    color: black;
}

.card {
    cursor: pointer;
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 5;
    padding: 10px;
    /*width:210px !important;*/
}

.card:hover {
    color: white;
}

.card .img {
    height: 180px;
    width: 180px;
}

.nav a {
    text-decoration: none;
}

.broad_selection_section .card:hover {
    background: linear-gradient(to right, rgb(74, 36, 177), rgb(142, 15, 189));
    color: white;
}

.broad_selection_section .card:hover p {
    color: white;
}

.owl-nav .owl-prev {
    background-color: rgb(74, 36, 177);
}

.section_box {
    background-color: whitesmoke;

}

.img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.bottom_head {
    color: black;

    font-weight: bold;
    text-align: center;
}

.sec_head {
    font-weight: bold;
    color: black;
}

.blog-section .para {
    font-weight: 400;
    padding-left: 5px;
    color: black;
}

.blog-section .btn {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    background: linear-gradient(to right, rgb(74, 36, 177), rgb(142, 15, 189));
    color: white;
}