
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.


Created on : Aug 25, 2023, 5:32:58 PM
Author     : Sudeera Perera



.research-section {
    font-family: 'Source Sans Pro';
    margin-bottom: 50px;
}

.research-box {
    padding: 10px;
    background-color: #101130;
    display: flex;
    align-items: center;
    color: #fff;
    border: 0.1px solid #fff;
}

.research-box-below{
    padding: 10px;
    background-color: #101130;
    width: 101%;
    height: 45px;
/*    position: absolute;*/
}
.research-above-box{
    background-color: #c30b42;
}

.carousel-right-column .research-box {

}
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 20px;
}

.owl-carousel-item {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0  ;
}

.research-card {
    border-radius: 0;
    height: 20%;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50vw;
}

.research-card-details{
/*    display: flex;*/
    flex-direction: column;
    justify-content: center;
/*    padding: 50px*/
}

.research-card-details h5 {
    color: #fdb143;
}

.research-title {
    margin-left: 30px;
}

.research-slider{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0  ;
}

.research-slider .research-card {
    border-radius: 0;
    height: 9.45em;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/*Hide default dots*/ 
.slick-dots {
    display: none !important;
}

/*Style custom navigation arrows*/ 
.custom-prev-arrow,
.custom-next-arrow {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    width: 40px; 
    height: 40px;  
    background-color: #222222; 
    border-radius: 50%;
    color: #ffffff; 
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 50px 0px;
}

.custom-prev-arrow {
    left: 47%;
}

.custom-next-arrow {
    right: 47%;
}

.custom-prev-arrow:hover,
.custom-next-arrow:hover {
    color: #d1d0d0; 
}

.custom-prev-arrow.disabled,
.custom-next-arrow.disabled {
    color: #d1d0d0;
    pointer-events: none;  
}
.custom-prev-arrow.disabled:hover,
.custom-next-arrow.disabled:hover {
    color: #d1d0d0;
    pointer-events: none;  
}

.slick-dotted.slick-slider {
    margin-bottom: 10px !important;
}

.research-section-title h3{
    font-family: "Neo Sans Pro Regular";
    font-size: 18px;
}
.research-section-title h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Neo Sans Pro Bold";
    font-size: 50px;
}
.research-section-title p {
    opacity: 0.7;
    margin-bottom: 10px;
}

.custom-next-arrow,
.custom-prev-arrow {
    width: 30px !important;
    height: 30px !important;
}

.research-user-img {
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 0%;    
    margin: 10px 0px 0px 50px;
    display: none;
}

.research-user-img img {
    /*    border-radius: 50%;*/
    width: 100%;
    height: 100%;
    margin-top: -5px;
    margin-left: -50px;
}

.research-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.research-section-title h1 {
    margin-bottom: 20px;
}

.research-card-details h3 {
    margin: 5px 0px;
}
.research-card-details h5 {
    margin: 5px 0px;
}

/*Hide the pagination dots*/ 
.swiper-pagination {
    display: none;
}


#research-students-details {
    display: block !important;
}

.research-details {
    /*    overflow-y: auto;
        overflow-x: hidden;*/
}
.research-user-name {
    width: 45%!important;
    margin: 15px 0px 0px -15px;
}
.research-user-name h5{
    color: #fdb143;
}
.search_btn{
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
    background-color: #800000;
    font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 34px;
    color: #ffffff;
    border: none;
    border-radius: 0%;
}
@media screen and (max-width: 992px) {
    .research-card-details {
        padding-left: 60px;
    }
    .research-slider .research-card {
        /*        height: 9.75em;*/
        height: 7.75em;

    }
    .custom-prev-arrow {
        left: 45%;
    }
    .custom-next-arrow {
        right: 45%;
    }
    .research-details {
        height: 81.3vh;
    }

    .research-card {
        width: 100vw !important;
    }

    .research-user-img {
        height: 80px !important;
        width: 80px !important;
        /*        margin-left: auto !important;
                margin-right: auto !important;*/
    }
    .research-user-img h5 {
        padding-left: 10px;
        color: #fdb143;
    }
}

@media screen and (min-width: 1320px) {

    .research-details {
/*        height: 123.8vh;*/
    }

    .research-slider .research-card {
        height: 6.09em;
    }
}

@media screen and (min-width: 1400px) {

    .research-details {
/*        height: 83.5vh;*/
    }
}

@media screen and (min-width: 1440px) {

    .research-details {
/*        height: 94.5vh;*/
    }

    .research-slider .research-card {
        /*        height: 10.07em;*/    
        height: 7.07em;
    }
}

@media screen and (min-width: 1600px) {

    .research-details {
/*        height: 102vh;*/
    }
}

@media screen and (min-width: 1900px) {
    .research-card-details {
        padding-left: 30px;
    }
    .research-slider .research-card {
        /*        height: 10.07em;*/    
        height: 7.07em;
    }
    .custom-prev-arrow {
        left: 46%;
    }
    .custom-next-arrow {
        right: 46%;
    }
    .research-details {
/*        height: 95vh;*/
    }
}

@media screen and (min-width: 2000px) {
    .research-card-details {
        /*        padding-left: 20px;*/
        padding-left: 50px;

    }
    .research-slider .research-card {
        /*        height: 10.07em;*/    
        height: 7.07em;

    }
    .custom-prev-arrow {
        left: 46%;
    }
    .custom-next-arrow {
        right: 46%;
    }
    .research-details {
/*        height: 65.9vh;*/
    }
}

@media screen and (min-width: 2560px) {

    .research-details {
/*        height: 47.5vh;*/
    }
}

@media screen and (min-width: 3024px) {

    .research-details {
/*        height: 38.6vh;*/
    }
}
